<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.component-057952b8-0e94-4e16-9f43-f13b8b9beaa2.hide{
    display: none;
  }
  .component-057952b8-0e94-4e16-9f43-f13b8b9beaa2 .products-container {
      position: relative;
      display: flex;
  }
  
  @media only screen and (min-width: 769px) {
      .component-057952b8-0e94-4e16-9f43-f13b8b9beaa2 .products-container {
          gap: 6rem;
          justify-content: space-between;
      }
  }
  
  @media only screen and (max-width: 768px) {
      .component-057952b8-0e94-4e16-9f43-f13b8b9beaa2 .products-container {
          gap: 0;
          justify-content: space-between;
          flex-direction: column;
      }
  }
  
  @media only screen and (max-width: 768px) {
      .component-057952b8-0e94-4e16-9f43-f13b8b9beaa2 .products {
          gap: 3rem 2rem !important;
          grid-template-columns: repeat(2, 1fr);
          padding: 0 2rem;
      }
  }
  
  .component-057952b8-0e94-4e16-9f43-f13b8b9beaa2 .products {
      position: relative;
      display: grid;
      flex: 4;
      height: min-content;
      align-items: start;
  }
  
  .component-057952b8-0e94-4e16-9f43-f13b8b9beaa2 .products&gt;span&gt;a {
      position: relative;
      height: 100%;
      display: flex;
      flex-direction: column;
  }
  
  .component-057952b8-0e94-4e16-9f43-f13b8b9beaa2 .product-details {
      display: flex;
      flex-direction: column;
  }
  
  .component-057952b8-0e94-4e16-9f43-f13b8b9beaa2 .label {
      cursor: pointer;
      display: flex;
      font-weight: 700;
      justify-content: space-between;
      align-items: center;
      padding: 20px 0;
  }
  
  .component-057952b8-0e94-4e16-9f43-f13b8b9beaa2 .label p {
      font-size: 1.6rem;
      font-weight: 700;
  }
  
  /*.products&gt;span&gt;a .product-image {*/
  /*    position: relative;*/
  /*    display: flex;*/
  /*    align-items: center;*/
  /*    margin-bottom: 1rem;*/
  /*    overflow: hidden;*/
  /*    flex: 1;*/
  /*}*/
  
  @media only screen and (min-width: 769px) {
      .component-057952b8-0e94-4e16-9f43-f13b8b9beaa2.columns-2 .products {
          grid-template-columns: repeat(2, 1fr);
      }
  
      .component-057952b8-0e94-4e16-9f43-f13b8b9beaa2.columns-3 .products {
          grid-template-columns: repeat(3, 1fr);
      }
  
      .component-057952b8-0e94-4e16-9f43-f13b8b9beaa2.columns-4 .products {
          grid-template-columns: repeat(4, 1fr);
      }
  
      .component-057952b8-0e94-4e16-9f43-f13b8b9beaa2.columns-5 .products {
          grid-template-columns: repeat(5, 1fr);
      }
  
      .component-057952b8-0e94-4e16-9f43-f13b8b9beaa2.columns-6 .products {
          grid-template-columns: repeat(6, 1fr);
      }
  }
  
  
  .component-057952b8-0e94-4e16-9f43-f13b8b9beaa2 .product-image__alt picture {
      opacity: 0;
      height: inherit;
  }
  
  .component-057952b8-0e94-4e16-9f43-f13b8b9beaa2 .product-image__alt picture img {
      height: inherit;
      object-fit: cover;
  }
  
  .component-057952b8-0e94-4e16-9f43-f13b8b9beaa2 .responsive-media img {
      height: fit-content;
  }
  
  .component-057952b8-0e94-4e16-9f43-f13b8b9beaa2 .product-image picture {
      transition: all 300ms ease-out;
  }
  
  /*Product tile Styling*/
  .component-057952b8-0e94-4e16-9f43-f13b8b9beaa2 .products&gt;span&gt;a:hover {
      opacity: 1;
  }
  
  .component-057952b8-0e94-4e16-9f43-f13b8b9beaa2 .products&gt;span&gt;a:hover .product-tile-img picture {
      transform: scale(110%) !important;
      opacity: 1;
  }
  
  .component-057952b8-0e94-4e16-9f43-f13b8b9beaa2 .products&gt;span&gt;a:hover .product-details {
      opacity: 0.7;
  }
  
  .component-057952b8-0e94-4e16-9f43-f13b8b9beaa2 .products .product-tile-img {
      position: relative;
      display: flex;
      align-items: center;
      margin-bottom: 1rem;
  
      flex: 1;
      border: 1px solid gainsboro;
      border-radius: 6px;
      overflow: hidden;
      aspect-ratio: 1 / 1;
  }
  
  .component-057952b8-0e94-4e16-9f43-f13b8b9beaa2 .product-tile-img picture {
      width: 100%;
      transition: 0.3s ease-in-out;
  }
  
  .component-057952b8-0e94-4e16-9f43-f13b8b9beaa2 .product-details .brand-name {
      text-transform: capitalize;
  
      font-weight: 500;
      font-size: 1.2rem;
      font-family: "Inter", sans-serif;
      line-height: 15px;
  }
  
  .component-057952b8-0e94-4e16-9f43-f13b8b9beaa2 .product-details .product-title {
      display: block;
      font-weight: 600;
      font-size: 1.6rem;
      font-family: "Inter", sans-serif;
      line-height: 24px;
  }
  
  .component-057952b8-0e94-4e16-9f43-f13b8b9beaa2 .product-details .product-price {
      font-size: 1.4rem;
      color: #141F33;
  }
  
 .component-057952b8-0e94-4e16-9f43-f13b8b9beaa2.dark-bg 
   .product-details .product-price  {
      font-size: 1.4rem;
      color: white;
    
  }
  
  .component-057952b8-0e94-4e16-9f43-f13b8b9beaa2 .product-details .product-price .strike-price {
      color: grey;
  }
  
  .component-057952b8-0e94-4e16-9f43-f13b8b9beaa2 .product-details .color-count {
      font-size: 1.4rem;
      color: #141F33;
      font-family: "Barlow" !important;
  }
  
  
  .component-057952b8-0e94-4e16-9f43-f13b8b9beaa2.slider .products {
    display: flex;
    width: 100%;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    /* &lt;--- Not working right now because of the extra divs */
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-scrollbar-width: none;
  }
  
  .component-057952b8-0e94-4e16-9f43-f13b8b9beaa2.slider .products::-webkit-scrollbar {
      display: none;
  }
  
  /* Hack to get proper spacing in Safari */
  .component-057952b8-0e94-4e16-9f43-f13b8b9beaa2.slider .products-generator&gt;*:last-child {
      padding-right: 2rem;
  }
  
  @media only screen and (max-width: 768px) {
    .component-057952b8-0e94-4e16-9f43-f13b8b9beaa2 .products {
      gap: 3rem 2rem !important;
    }
    .component-057952b8-0e94-4e16-9f43-f13b8b9beaa2.slider .products {
      padding-left: 2rem;
      padding-right: 2rem;
    }
  
    .component-057952b8-0e94-4e16-9f43-f13b8b9beaa2.slider .product {
      width: 60vw;
    }
  }
  
  .component-057952b8-0e94-4e16-9f43-f13b8b9beaa2 .h19-recommendations-slider-arrows {
    display: none;
  }
     
  
  @media only screen and (min-width: 769px) {
    .component-057952b8-0e94-4e16-9f43-f13b8b9beaa2.slider .h19-recommendations-slider-arrows {
      display: flex;
      position: absolute;
      right: 5rem;
      top: -10px;
      gap: 12px;
    }
  
    .component-057952b8-0e94-4e16-9f43-f13b8b9beaa2 .h19-recommendations-slider-arrow {
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #fff;
      border-radius: 50%;
      margin: auto;
      width: 46px;
      height: 46px;
      z-index: 2;
      border: none;
      box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
    }
  
    .component-057952b8-0e94-4e16-9f43-f13b8b9beaa2 .h19-recommendations-slider-arrow--disabled {
      pointer-events: none;
      opacity: 0.5;
    }
  
    .component-057952b8-0e94-4e16-9f43-f13b8b9beaa2 .h19-recommendations-slider-arrow:hover {
      box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
    }
  
    .component-057952b8-0e94-4e16-9f43-f13b8b9beaa2 .graphenehc-search-results-slider-wrapper {
      overflow: hidden;
      width: 100%;
    }
  
    .component-057952b8-0e94-4e16-9f43-f13b8b9beaa2 .graphenehc-search-results-slider-wrapper &gt; .graphenehc-search-results {
      overflow-x: unset !important;
      scroll-snap-type: unset !important;
      scroll-behavior: unset !important;
      scrollbar-width: unset !important;
      transform: translatex(0px);
      transition-duration: 300ms;
      gap: 3rem !important;
    }
  
  }
  @media only screen and (max-width: 1200px) {
   .component-057952b8-0e94-4e16-9f43-f13b8b9beaa2.slider div.graphenehc-search-results-slider-wrapper &gt; div.graphenehc-search-results &gt; span.product-container &gt; a.product {
    width: calc((100vw - 13rem) / 4);
    }
  }
  
  @media only screen and (max-width: 768px) {
   .component-057952b8-0e94-4e16-9f43-f13b8b9beaa2.slider div.graphenehc-search-results-slider-wrapper &gt; div.graphenehc-search-results &gt; span.product-container &gt; a.product {
    width: calc((100vw - 1rem) / 2.5);
    }
  }
  
  
  @media only screen and (min-width: 1201px) {
  
    .component-057952b8-0e94-4e16-9f43-f13b8b9beaa2.slider div.graphenehc-search-results-slider-wrapper &gt; div.graphenehc-search-results &gt; span.product-container &gt; a.product {
      
     width: calc((1200px - 9rem) / 4);
    }
  }
/* Sticky scroll fix */

.component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 {
    overflow: inherit !important;
  }
  
   /* GENERAL */
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 p {
    margin-top: 1em;
  }
  
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 ul,
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 ol {
    margin-left: 0;
    padding-left: 40px;
  }
  
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .label {
    font-size: 1.4rem !important;
  }
  
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .info {
    /* Needed for ".option a" text-overflow */
    width: 100%;
  }
  
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .product_fit, .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .prod-opt, .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .product-option-value a, .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .size-guide {
    font-family: "Barlow" !important;
  }
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .product-details-info {
    margin: 0 0 1.6rem;
  }
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .product-title-info {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
  }
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .brand-name {
    margin: 0 0 0.4rem !important;
  }
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .product-title-info h1 {
    margin: 0 !important;
  }
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .product-title-info h2 {
    margin: 0 !important;
  }
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .product_fit.hidden {
    display: none;
  }
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .product-options-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .product-option .label {
    color: #0C0C0C;
    margin: 0 0 1rem;
    font-family: "Barlow Semi Condensed", sans-serif !important;
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
  }
  
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .product-option-values {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin: 0;
    list-style: none;
    padding: 0;
  }
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .product-option-values a{
    width: 100%;
    text-align: center;
  }
  
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .product-option-values &gt; div {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    list-style: none;
    padding: 0;
  }
  
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .product-option-value {
    position: relative;
    /* â†“ Needed for ".option a" text-overflow */
    overflow: hidden;
  }
  
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .product-option-value a {
    padding: 6px 12px;
    transition: background-color 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    border-radius: 8px !important;
    cursor: pointer;
    position: relative;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400 !important;
    /* â†“ required for text-overflow to work */
    overflow: hidden;
    max-width: 100%;
  }
  
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .product-option-value:not(.selected) a {
    background: white !important;
    color:#5e72f3 !important;
    border-color: #5e72f3 !important;
  }
  
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .product-option-value a:hover {
    background: #5e72f3 !important;
    color:#fff !important;
  }
  
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .product-option-value a:hover {
    /* â†“ Expand text if text-overflow */
    white-space: normal;
    text-overflow: initial;
  }
  
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .product-option-value.unavailable {
    opacity: .5;
  }
  
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .product-option-value.unavailable a::before {
    content: "";
    background: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M24 0L0 24' stroke='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: -1px;
    border-radius: 32px;
    overflow: hidden;
  }
  
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .quantity-selector-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1.6rem;
  }
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .quantity-selector-wrapper .label {
    color: #0C0C0C;
    margin: 0 0 1rem;
    font-family: "Barlow Semi Condensed", sans-serif !important;
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
  }
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 #default-options,.component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 #custom-options {
    display: none;
  }
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 #default-options .product-option {
    margin: 0 0 1.6rem;
  }
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .product-options-wrapper .product-options {
    margin: 0 0 1.6rem;
  }
   /*Product for putter and wedges Start end*/
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .product-options-wrapper.product-option-wrapper-v2 .product-options {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
  }
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .product-options-wrapper.product-option-wrapper-v2 .product-options .product-option {
    width: calc(50% - 8px);
  }
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .custom-dropdowns, .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .default-dropdowns{
    padding: 1rem;
  }
   .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .custom-dropdowns:focus, .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .default-dropdowns:focus {
    border-color: #3753f1;
  }
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 select.product-option-values option {
    background-color: #fff;
    color: #000;
  }
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .prod-opt {
    text-transform: capitalize;
  }
  /*Product for putter and wedges End  */
  
  
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .size-guide {
    text-decoration: underline;
  }
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .size-guide.hidden {
    display: none;
  }
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .product-container .unstack-sticky {
    position: static;
  }
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .product-container .unstack-sticky.unstack-fixed {
    position: fixed;
  }
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .product-container .unstack-sticky.unstack-fixed button {
    max-width: 100%;
  }
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .button-primary {
    width: 100%;
    margin-top: 32px;
    margin-bottom: 18px;
  }
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 button.cart-btn {
    border-radius: 50px !important;
    font-family: "Barlow" !important;
    padding: 0.8rem 2rem;
    max-width: 187px;
    font-size: 18px !important;
  }
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 button.cart-btn:hover:not([disabled]) {
    background-color: #5e72f3d9 !important;
    color: white !important;
  }
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 button.button.button-primary.cart-btn[disabled] {
    background-color: #5e72f37d !important;
    border-color: #5e72f32e !important;
    color: #fff !important;
  }
  
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .button-primary:disabled {
    cursor: not-allowed;
  }
  
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .unstack-fixed .button-primary {
    margin-top: 18px;
    margin-bottom: 18px;
  }
  
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 label {
    margin: 12px 0;
  }
  
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 picture,
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 img {
    width: 100%;
    object-fit: cover;
  }
  
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .tag {
    background-color: #000;
    color: #FFF;
    padding: 6px 12px;
    border-radius: 100px;
    display: inline-flex;
    font-size: 14px;
    line-height: 1;
  }
  
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .quantity {
    display: none;
  }
  
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5.showQuantity .quantity {
    display: inline-flex;
  }
  
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .product-price-container {
    display: flex
  }
   .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .h19-price.hide-price {
    display: none;
  }
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .product-sale-price {
    font-size: 90%;
  }
  
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .product-list-price {
    padding-left: 1rem;
    color: grey !important;
  }
  
   /* Box content fix */
  
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5.dark-bg label {
    color: #FFF !important;
  }
  
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .product-container {
    display: grid;
    /* â†“ Grid children's min width is auto by default, so the content sizes */
    /* the columns intrinsically. Using minmax() here to change the grid */
    /* children's min-width to contain them within 1fr */
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
  }
  
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .unstack-media.swiper-slide.swiper-slide-visible {
    display: block;
  }
  
  @media only screen and (min-width: 768px) {
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5.full .product-container,
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5.grid .product-container,
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5.offset .product-container,
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5.collage .product-container {
      display: flex;
      flex-direction: row;
      gap: 64px;
      margin: 0 calc( -100vw / 2 + 100% / 2 - 10px );
      max-width: 100vw;
      width: 100vw;
    }
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5.list .product-container {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 32px;
    }
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5.full .product-container .images:not(.overlay .images),
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5.grid .product-container .images:not(.overlay .images),
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5.offset .product-container .images:not(.overlay .images),
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5.collage .product-container .images:not(.overlay .images) {
      position: relative;
      max-width: 50vw;
      width: 50vw;
      flex-grow: 0;
    }
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5.full .swiperPrimary,
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5.grid .swiperPrimary,
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5.offset .swiperPrimary,
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5.collage .swiperPrimary {
      position: relative;
      max-width: 50vw;
      width: 50vw;
      margin: 0;
    }
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5.full .swiperSecondary {
      position: absolute;
      bottom: 32px;
      height: auto !important;
      width: calc(50vw - 16px);
      z-index: 2;
      order: 2;
    }
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5.full  .swiperSecondary .swiper-wrapper {
      max-width: 256px !important;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5.full .info,
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5.grid .info,
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5.list .info,
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5.offset .info,
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5.collage .info {
      align-self: flex-start;
      position: sticky !important;
      margin-top: 128px;
      top: 128px;
    }
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5.full .info,
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5.grid .info,
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5.offset .info,
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5.collage .info {
      width: 60rem;
      max-width: 60rem;
      flex-shrink: 0;
    }
  
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5.grid .swiperSecondary,
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5.grid .swiper-button-prev,
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5.grid .swiper-button-next,
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5.list .swiperSecondary,
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5.list .swiper-button-prev,
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5.list .swiper-button-next,
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5.offset .swiperSecondary,
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5.offset .swiper-button-prev,
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5.offset .swiper-button-next,
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5.collage .swiperSecondary,
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5.collage .swiper-button-prev,
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5.collage .swiper-button-next {
      display: none;
    }
  
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5.grid .product-container .images:not(.overlay .images),
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5.offset .product-container .images:not(.overlay .images),
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5.collage .product-container .images:not(.overlay .images) {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      gap: 16px;
      position: relative;
      max-width: 50vw;
      width: 50vw;
    }
  
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5.collage .product-container .images:not(.overlay .images) {
      display: grid;
      grid-template-columns: 1fr 1fr
    }
  
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5.grid .product-container .unstack-media,
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5.offset .product-container .unstack-media,
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5.collage .product-container .unstack-media {
      width: calc( 50% - 8px );
      flex-grow: 1;
    }
  
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5.collage .product-container .unstack-media {
      width: 100%;
    }
  
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5.collage .product-container .unstack-media:nth-of-type(3n + 1) {
      grid-column-start: 1;
      grid-column-end: 3;
    }
  
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5.offset .product-container .swiper-slide:nth-child(2):not(.overlay .swiper-slide) {
      margin-top: 25%;
    }
  
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5.offset .product-container .swiper-slide:nth-child(odd):not(:first-of-type):not(.overlay .swiper-slide) {
      margin-top: -25%;
    }
  
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5.list .product-container .images:not(.overlay .images) {
      display: flex;
      flex-direction: column;
      gap: 16px;
    }
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5.list .swiper-slide {
      height: auto;
    }
  
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5.full .gallery-container,
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5.grid .gallery-container,
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5.offset .gallery-container,
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5.collage .gallery-container,
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5.list .gallery-container{
      grid-template-columns: none !important;
      width: initial;
    }
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5.full .product-container&gt;div,
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5.collage .product-container&gt;div,
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5.grid .product-container&gt;div,
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5.offset .product-container&gt;div{
      position: relative;
      max-width: calc(50vw - 64px);
      width: calc(50vw - 64px);
      margin: 0;
    }
  }
  
  
  @media only screen and (max-width: 767px) {
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 button.cart-btn {
      max-width: 100%;
    }
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .product-container{
      display: flex;
      flex-flow: row wrap;
    }
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5.full .info {
      padding: 3rem;
      box-sizing: border-box;
    }
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .button-primary:disabled{
      pointer-events: none;
    }
  }
  
  /* FEATURE: BANNER */
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .product-banner {
    margin-bottom: var(--product-banner-mb, 2rem);
  }
  
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .product-banner .box-content {
    display: flex;
    column-gap: 1rem;
    align-items: center;
  }
  
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .product-banner.left .box-content {
    justify-content: flex-start;
  }
  
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .product-banner.right .box-content {
    justify-content: flex-end;
  }
  
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .product-banner.center .box-content {
    justify-content: center;
  }
  
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .product-banner.spread .box-content {
    justify-content: space-between;
  }
  
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .product-banner .ql-blank {
    /* â†“ make sure placeholder doesn't collapse when text hasn't been entered yet */
    min-width: 13ch;
  }
  
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .product-banner .rich-text p:last-of-type {
    /* â†“ Prevent margin inheritance */
    margin-bottom: 0 !important;
  }
  
  /* ADD-ONS */
  
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .product-faqs {
    margin-top: 2rem;
  }
  
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .product-faqs {
    padding-left: 0;
    list-style: none;
  }
  
   @media only screen and (max-width: 767px) {
     .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .product-faqs {
       padding: 0 1.6rem;
     }
   }
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .product-faq {
    box-shadow: #e9ebfff0 0px 0px 7px 1px;
    border-radius: 4px;
    border-radius: 6px;
    border: 2px solid #5e72f3;
    overflow: hidden;
  }
  
  
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .product-faq.hidden {
    display: none;
  }
  
  
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .product-faq:not(:last-of-type) {
    margin: 0 0 1.6rem;
  }
  
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .faq-question {
    display: flex;
    cursor: pointer;
    justify-content: space-between;
    gap: 1.6rem;
    align-items: center;
    padding: 1.6rem;
    background: #f3f5ff;
  }
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .faq-question p {
    color: #5e72f3;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2.4rem;
    font-family: "Barlow Semi Condensed", sans-serif;
  }
  
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .faq-question:first-child,
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .ql-editor {
    /* â†“ make sure it doesn't collapse when empty and shows placeholder */
    flex-grow: 1;
  }
  
  
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .faq-answer {
    margin: 0;
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    transition: max-height 0.15s ease-in-out, opacity 0.15s;
  }
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .faq-answer &gt; p {
    padding: 1.6rem;
    border-top: 1px dashed #5e72f3;
    font-size: 1.6rem;
  }
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .faq-answer &gt; p * {
    font-size: 1.6rem;
    font-family: "Inter", sans-serif !important;
    text-align: left !important;
  }
  
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .is-open .faq-answer,
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5.editing .faq-answer {
    opacity: 1;
    max-height: initial;
    pointer-events: auto;
  }
  
  
  /* FAQ toggle styles */
  
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .faq-question &gt; .toggle {
    /* â†“ reset button styles */
    border: 0;
    background: 0;
    padding:0;
    margin: 0;
    width: 16px;
    min-width: 16px;
    height: 16px;
    min-height: 16px;
    position: relative;
  }
  
  /* â†“ @TODO replace with SVG */
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .toggle::before,
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .toggle::after {
    content: "";
    position: absolute;
    background-color: #5e72f3;
     transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  }
  
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .toggle:before {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
  }
  
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .toggle:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
  }
  
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .product-faq.is-open .toggle:before {
    transform: rotate(90deg);
  }
  
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .product-faq.is-open .toggle:after {
    transform: rotate(180deg);
  }
  
  
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .quantity-selector {
    display: flex;
    align-items: stretch;
    border: 2px solid #D0D2D6;
    border-radius: 12px;
    overflow: hidden;
  }
  
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .quantity-selector &gt; .button {
    align-items: center;
    display: flex;
    background-color: transparent !important;
    border: unset !important;
    box-shadow: none !important;
    font-size: 3rem !important;
    padding: 1.2rem 1.5rem;
    line-height: 1.8rem !important;
    color: #000000 !important;
    border-radius: unset !important;
    
    &amp;:hover {
      background: #4040401a !important;
      color:  #000000 !important;
      opacity: 1 !important;
    }
    &amp;:active {
      background: #4040401a !important;
      color:  #000000 !important;
      opacity: 1 !important;
    }
  }
  
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .quantity-selector-value {
    align-items: center;
    padding: 0;
    min-width: 4rem;
    display: flex;
    justify-content: center;
    font-size: 1.6rem;
    font-family: "Inter", sans-serif;
    font-weight: 600;
  }
  
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .purchase-options {
    display: none;
  }
  
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .purchase-options &gt; div &gt; span {
    display: flex;
    align-items: baseline;
  }
  
  /*Tabs =&gt; description, washing, Fabric*/
  
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 #h19-tabs-nav {
    display: flex;
    list-style: none;
    gap: 16px;
    padding: 0;
    margin: 0;
    align-items: center;
  }
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 #h19-tabs-nav li {
    margin: 3.2rem 0 2.4rem 0;
  }
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .h19-nav-info.hidden, 
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .h19-tab-data.hidden {
    display: none;
  }
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 #h19-tabs-nav li.active a {
    color: #0C0C0C;
    border-bottom: 2px solid #5E72F3;
  }
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 #h19-tabs-nav li a, .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .h19-tab-data span {
    font-family: "Barlow Semi Condensed";
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-weight: 600;
    color: #666D7A;
    text-transform: uppercase;
    padding: 1rem 0;
    display: block;
    text-align: center;
  }
  
  .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .desktop-tabs, .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .mobile-tabs {
    display: none;
  }
  
  @media only screen and (max-width: 767px) {
     .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .product-container {
      gap: 0.4rem;
    }
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .mobile-tabs {
      display: block;
      padding: 0 2rem;
    }
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .mobile-tabs .h19-tabs-content-wrapper {
      display: flex;
      flex-direction: column;
      gap: 2.4rem;
    }
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .h19-tab-data span {
      padding: 0 0 1rem;
      text-align: left;
      color: #0C0C0C;
    }
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .h19-tab-data p {
   
      color: #000;
    }
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .product-container .swiper-slide.unstack-media img {
      object-fit: contain;
      aspect-ratio: 1;
      object-position: top;
    }
  }
    @media only screen and (min-width: 768px) {
    .component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .desktop-tabs {
      display: block;
    }
  }
  
.component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .h19-tabs-content-wrapper a {
  color: var(--button-primary-background-color);
  padding: 4px;
}

/* Chevron in the description accordion expansion button */
.component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .h19-tabs-content-wrapper [data-accordion] + div a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  margin-bottom: 4px;
  margin-right: 4px;
}

/* Rotate the chevron when accordion is expanded */
.component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .h19-tabs-content-wrapper:has(.desktop-accordion[style*="overflow: visible"]) [data-accordion] + div a::before,
.component-0ecd6811-2b33-4382-ae9d-4c5f8e615da5 .h19-tabs-content-wrapper:has(.mobile-accordion[style*="overflow: visible"]) [data-accordion] + div a::before {
  transform: rotate(-135deg);
  margin-bottom: 0px;
}
.component-3aab5541-1ceb-4d07-a71d-f58706ea6b87 * + .actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
}

.component-3aab5541-1ceb-4d07-a71d-f58706ea6b87 * + .actions .add-actions {
  display: contents;
  margin: 0;
}

.component-3aab5541-1ceb-4d07-a71d-f58706ea6b87 * + .actions a {
  margin: 0;
  padding: 5px 15px;
  white-space: nowrap;
  line-height: 21px !important;
  font-size: 14px !important;
}

.component-3aab5541-1ceb-4d07-a71d-f58706ea6b87 * + .actions a.button:first-of-type {
  margin-right: 1rem;
  margin-left: 1rem;
}

.component-3aab5541-1ceb-4d07-a71d-f58706ea6b87 * + .actions a.button {
  margin-top: 0;
}

.component-3aab5541-1ceb-4d07-a71d-f58706ea6b87 * + .actions .buttons-container {
  display: flex;
  margin-right: 1rem;
}

.component-3aab5541-1ceb-4d07-a71d-f58706ea6b87 * + .actions .text-action-container {
  flex: inherit;
  margin-top: 0;
}

.component-3aab5541-1ceb-4d07-a71d-f58706ea6b87 .ql-blank {
  min-width: 13ch;
}

@media only screen and (max-width: 767px) {
  .component-3aab5541-1ceb-4d07-a71d-f58706ea6b87 .box.section-box {
    padding: 1rem !important;
  }
  .component-3aab5541-1ceb-4d07-a71d-f58706ea6b87 .box.section-box .box {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media only screen and (min-width: 576px) {

  .component-3aab5541-1ceb-4d07-a71d-f58706ea6b87 .section-box &gt; .box-content {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
  }

  .component-3aab5541-1ceb-4d07-a71d-f58706ea6b87 .text-box {
    box-sizing: border-box;
  }

  .component-3aab5541-1ceb-4d07-a71d-f58706ea6b87.left .section-box &gt; .box-content {
    justify-content: flex-start;
  }

  .component-3aab5541-1ceb-4d07-a71d-f58706ea6b87.right .section-box &gt; .box-content {
    justify-content: flex-end;
  }

  .component-3aab5541-1ceb-4d07-a71d-f58706ea6b87.center .section-box &gt; .box-content {
    justify-content: center;
  }

  .component-3aab5541-1ceb-4d07-a71d-f58706ea6b87.spread .section-box &gt; .box-content {
    justify-content: space-between;
  }

  .component-3aab5541-1ceb-4d07-a71d-f58706ea6b87.spread .actions {
    justify-content: flex-end;
  }

  .component-3aab5541-1ceb-4d07-a71d-f58706ea6b87 .text-box .ql-container {
    min-width: 115px;
  }
}

@media only screen and (max-width: 575px) {
  .component-3aab5541-1ceb-4d07-a71d-f58706ea6b87 {
    padding: 0 !important;
  }

  .component-3aab5541-1ceb-4d07-a71d-f58706ea6b87 .section-box &gt; .box-content {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .component-3aab5541-1ceb-4d07-a71d-f58706ea6b87 .highlight-text p {
    font-size: 13px;
  }

  .component-3aab5541-1ceb-4d07-a71d-f58706ea6b87 * + .actions a {
    line-height: 21px !important;
    font-size: 12px !important;
    padding: 3px 10px;
  }
}

/* ADD-ONS */

/* ADD-ON COUNTDOWN */

.component-3aab5541-1ceb-4d07-a71d-f58706ea6b87.cntdwn-none .countdown-container {
  display: none !important;
}

.component-3aab5541-1ceb-4d07-a71d-f58706ea6b87 .text-countdown-wrapper {
  display: flex;
  align-items: center;
}

.component-3aab5541-1ceb-4d07-a71d-f58706ea6b87 .text-countdown-wrapper .rich-text p {
  margin-bottom: 0;
}

.component-3aab5541-1ceb-4d07-a71d-f58706ea6b87 .text-countdown-wrapper .countdown-container {
  --char-padding: .3ch;
  background-color: hsl(0, 0%, 20%);
  border-radius: .4rem;
  display: flex;
  font-weight: 600;
  margin-bottom: 0;
  padding: .4rem;
  text-align: right;
  white-space: nowrap;
}

.component-3aab5541-1ceb-4d07-a71d-f58706ea6b87 .countdown-container &gt; span[data-id] {
  /* â†“ Prevent jumping around as the numbers change */
  min-width: calc(2ch + var(--char-padding));
  display: inline-block;
}

/* â†“ Hide leading days if value is 0 || 00 */
.component-3aab5541-1ceb-4d07-a71d-f58706ea6b87 [data-id="daysCountdown"][data-value="0"],
.component-3aab5541-1ceb-4d07-a71d-f58706ea6b87 [data-id="daysCountdown"][data-value="0"] + span,
.component-3aab5541-1ceb-4d07-a71d-f58706ea6b87 [data-id="daysCountdown"][data-value="00"],
.component-3aab5541-1ceb-4d07-a71d-f58706ea6b87 [data-id="daysCountdown"][data-value="00"] + span {
  display: none !important;
}
/* â†“ Hide leading hours if value is 0 || 00, and days is 0 || 00 */
.component-3aab5541-1ceb-4d07-a71d-f58706ea6b87 [data-id="daysCountdown"][data-value="0"] ~ 
[data-id="hoursCountdown"][data-value="0"],
.component-3aab5541-1ceb-4d07-a71d-f58706ea6b87 [data-id="daysCountdown"][data-value="0"] ~ 
[data-id="hoursCountdown"][data-value="0"] + span,
.component-3aab5541-1ceb-4d07-a71d-f58706ea6b87 [data-id="daysCountdown"][data-value="00"] ~ 
[data-id="hoursCountdown"][data-value="00"],
.component-3aab5541-1ceb-4d07-a71d-f58706ea6b87 [data-id="daysCountdown"][data-value="00"] ~ 
[data-id="hoursCountdown"][data-value="00"] + span {
  display: none !important;
}

/* â†“ Space hours, mins, and secs out a bit */
.component-3aab5541-1ceb-4d07-a71d-f58706ea6b87 [data-id="daysCountdown"],
.component-3aab5541-1ceb-4d07-a71d-f58706ea6b87 [data-id="hoursCountdown"],
.component-3aab5541-1ceb-4d07-a71d-f58706ea6b87 [data-id="minutesCountdown"],
.component-3aab5541-1ceb-4d07-a71d-f58706ea6b87 [data-id="secondsCountdown"] {
  margin-left: .2ch;
}

.component-3aab5541-1ceb-4d07-a71d-f58706ea6b87 [data-id="secondsCountdown"] + span {
  display: inline-block;
  margin-right: calc(.2ch + var(--char-padding));
}</pre></body></html>