.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 > .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 > .box-content {
    justify-content: flex-start;
  }

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

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

  .component-3aab5541-1ceb-4d07-a71d-f58706ea6b87.spread .section-box > .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 > .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 > 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));
}
.component-4ac8423b-d454-4dd6-b1c0-9fc7495449c8.hide{
  display: none;
}
.component-4ac8423b-d454-4dd6-b1c0-9fc7495449c8 .products-container {
    position: relative;
    display: flex;
}

@media only screen and (min-width: 769px) {
    .component-4ac8423b-d454-4dd6-b1c0-9fc7495449c8 .products-container {
        gap: 6rem;
        justify-content: space-between;
    }
}

@media only screen and (max-width: 768px) {
    .component-4ac8423b-d454-4dd6-b1c0-9fc7495449c8 .products-container {
        gap: 0;
        justify-content: space-between;
        flex-direction: column;
    }
}

@media only screen and (max-width: 768px) {
    .component-4ac8423b-d454-4dd6-b1c0-9fc7495449c8 .products {
        gap: 3rem 2rem !important;
        grid-template-columns: repeat(2, 1fr);
        padding: 0 2rem;
    }
}

.component-4ac8423b-d454-4dd6-b1c0-9fc7495449c8 .products {
    position: relative;
    display: grid;
    flex: 4;
    height: min-content;
    align-items: start;
}

.component-4ac8423b-d454-4dd6-b1c0-9fc7495449c8 .products>span>a {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.component-4ac8423b-d454-4dd6-b1c0-9fc7495449c8 .product-details {
    display: flex;
    flex-direction: column;
}

.component-4ac8423b-d454-4dd6-b1c0-9fc7495449c8 .label {
    cursor: pointer;
    display: flex;
    font-weight: 700;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.component-4ac8423b-d454-4dd6-b1c0-9fc7495449c8 .label p {
    font-size: 1.6rem;
    font-weight: 700;
}

/*.products>span>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-4ac8423b-d454-4dd6-b1c0-9fc7495449c8.columns-2 .products {
        grid-template-columns: repeat(2, 1fr);
    }

    .component-4ac8423b-d454-4dd6-b1c0-9fc7495449c8.columns-3 .products {
        grid-template-columns: repeat(3, 1fr);
    }

    .component-4ac8423b-d454-4dd6-b1c0-9fc7495449c8.columns-4 .products {
        grid-template-columns: repeat(4, 1fr);
    }

    .component-4ac8423b-d454-4dd6-b1c0-9fc7495449c8.columns-5 .products {
        grid-template-columns: repeat(5, 1fr);
    }

    .component-4ac8423b-d454-4dd6-b1c0-9fc7495449c8.columns-6 .products {
        grid-template-columns: repeat(6, 1fr);
    }
}


.component-4ac8423b-d454-4dd6-b1c0-9fc7495449c8 .product-image__alt picture {
    opacity: 0;
    height: inherit;
}

.component-4ac8423b-d454-4dd6-b1c0-9fc7495449c8 .product-image__alt picture img {
    height: inherit;
    object-fit: cover;
}

.component-4ac8423b-d454-4dd6-b1c0-9fc7495449c8 .responsive-media img {
    height: fit-content;
}

.component-4ac8423b-d454-4dd6-b1c0-9fc7495449c8 .product-image picture {
    transition: all 300ms ease-out;
}

/*Product tile Styling*/
.component-4ac8423b-d454-4dd6-b1c0-9fc7495449c8 .products>span>a:hover {
    opacity: 1;
}

.component-4ac8423b-d454-4dd6-b1c0-9fc7495449c8 .products>span>a:hover .product-tile-img picture {
    transform: scale(110%) !important;
    opacity: 1;
}

.component-4ac8423b-d454-4dd6-b1c0-9fc7495449c8 .products>span>a:hover .product-details {
    opacity: 0.7;
}

.component-4ac8423b-d454-4dd6-b1c0-9fc7495449c8 .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-4ac8423b-d454-4dd6-b1c0-9fc7495449c8 .product-tile-img picture {
    width: 100%;
    transition: 0.3s ease-in-out;
}

.component-4ac8423b-d454-4dd6-b1c0-9fc7495449c8 .product-details .brand-name {
    text-transform: capitalize;

    font-weight: 500;
    font-size: 1.2rem;
    font-family: "Inter", sans-serif;
    line-height: 15px;
}

.component-4ac8423b-d454-4dd6-b1c0-9fc7495449c8 .product-details .product-title {
    display: block;
    font-weight: 600;
    font-size: 1.6rem;
    font-family: "Inter", sans-serif;
    line-height: 24px;
}

.component-4ac8423b-d454-4dd6-b1c0-9fc7495449c8 .product-details .product-price {
    font-size: 1.4rem;
    color: #141F33;
}

 .component-4ac8423b-d454-4dd6-b1c0-9fc7495449c8.dark-bg 
   .product-details .product-price  {
      font-size: 1.4rem;
      color: white;
    
  }

.component-4ac8423b-d454-4dd6-b1c0-9fc7495449c8 .product-details .product-price .strike-price {
    color: grey;
}

.component-4ac8423b-d454-4dd6-b1c0-9fc7495449c8 .product-details .color-count {
    font-size: 1.4rem;
    color: #141F33;
    font-family: "Barlow" !important;
}


.component-4ac8423b-d454-4dd6-b1c0-9fc7495449c8.slider .products {
  display: flex;
  width: 100%;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  /* <--- Not working right now because of the extra divs */
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-scrollbar-width: none;
}

.component-4ac8423b-d454-4dd6-b1c0-9fc7495449c8.slider .products::-webkit-scrollbar {
    display: none;
}

/* Hack to get proper spacing in Safari */
.component-4ac8423b-d454-4dd6-b1c0-9fc7495449c8.slider .products-generator>*:last-child {
    padding-right: 2rem;
}

@media only screen and (max-width: 768px) {
  .component-4ac8423b-d454-4dd6-b1c0-9fc7495449c8 .products {
    gap: 3rem 2rem !important;
  }
  .component-4ac8423b-d454-4dd6-b1c0-9fc7495449c8.slider .products {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .component-4ac8423b-d454-4dd6-b1c0-9fc7495449c8.slider .product {
    width: 60vw;
  }
}

.component-4ac8423b-d454-4dd6-b1c0-9fc7495449c8 .h19-recommendations-slider-arrows {
  display: none;
}
   

@media only screen and (min-width: 769px) {
  .component-4ac8423b-d454-4dd6-b1c0-9fc7495449c8.slider .h19-recommendations-slider-arrows {
    display: flex;
    position: absolute;
    right: 5rem;
    top: -10px;
    gap: 12px;
  }

  .component-4ac8423b-d454-4dd6-b1c0-9fc7495449c8 .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-4ac8423b-d454-4dd6-b1c0-9fc7495449c8 .h19-recommendations-slider-arrow--disabled {
    pointer-events: none;
    opacity: 0.5;
  }

  .component-4ac8423b-d454-4dd6-b1c0-9fc7495449c8 .h19-recommendations-slider-arrow:hover {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
  }

  .component-4ac8423b-d454-4dd6-b1c0-9fc7495449c8 .graphenehc-search-results-slider-wrapper {
    overflow: hidden;
    width: 100%;
  }

  .component-4ac8423b-d454-4dd6-b1c0-9fc7495449c8 .graphenehc-search-results-slider-wrapper > .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-4ac8423b-d454-4dd6-b1c0-9fc7495449c8.slider div.graphenehc-search-results-slider-wrapper > div.graphenehc-search-results > span.product-container > a.product {
  width: calc((100vw - 13rem) / 4);
  }
}

@media only screen and (max-width: 768px) {
 .component-4ac8423b-d454-4dd6-b1c0-9fc7495449c8.slider div.graphenehc-search-results-slider-wrapper > div.graphenehc-search-results > span.product-container > a.product {
  width: calc((100vw - 1rem) / 2.5);
  }
}


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

  .component-4ac8423b-d454-4dd6-b1c0-9fc7495449c8.slider div.graphenehc-search-results-slider-wrapper > div.graphenehc-search-results > span.product-container > a.product {
    
   width: calc((1200px - 9rem) / 4);
  }
}
.component-587345c8-2c48-4455-b180-3d83b23ee47a .callouts {
  display: grid;
  grid-template-columns: repeat( auto-fit, minmax( 100%, 1fr ) );
  grid-gap: 3rem;
  gap: 3rem;
}

.component-587345c8-2c48-4455-b180-3d83b23ee47a .callout {
  padding: 3rem;
  background-color: #FFF;
  border-radius: 1rem;
  overflow: hidden;
  transition: all .5s ease-out !important;
  box-shadow:  0px 2rem 4rem -1rem rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
}

.component-587345c8-2c48-4455-b180-3d83b23ee47a .callout:hover {
  box-shadow:  0px 1rem 2rem -1rem rgba(0, 0, 0, 0.25);
}

.component-587345c8-2c48-4455-b180-3d83b23ee47a .callout a.image-link {
  display: block;
}

.component-587345c8-2c48-4455-b180-3d83b23ee47a .callout .unstack-media,
.component-587345c8-2c48-4455-b180-3d83b23ee47a .callout .unstack-media picture,
.component-587345c8-2c48-4455-b180-3d83b23ee47a .callout .unstack-media img {
  height: 80px;
  width: 80px;
  object-fit: contain;
}

.component-587345c8-2c48-4455-b180-3d83b23ee47a .callout .rich-text {
  padding: 3rem;
  padding-bottom: 0;
}

.component-587345c8-2c48-4455-b180-3d83b23ee47a.left .callout .rich-text {
  padding: 3rem 0rem;
  padding-bottom: 0;
}

.component-587345c8-2c48-4455-b180-3d83b23ee47a .callout .actions {
  padding: 0 0rem;
  margin-top: auto;
  width: 100%;
}

.component-587345c8-2c48-4455-b180-3d83b23ee47a .callout .button {
  min-width: Min(calc(100% - 2rem), 200px);
}

@media only screen and (min-width: 768px) {
  .component-587345c8-2c48-4455-b180-3d83b23ee47a .callouts {
    grid-template-columns: repeat( auto-fit, minmax( 30rem, 1fr ) );
  }
}

.component-587345c8-2c48-4455-b180-3d83b23ee47a.center {
  text-align: center;
}

.component-587345c8-2c48-4455-b180-3d83b23ee47a.center .callouts .callout .unstack-media,
.component-587345c8-2c48-4455-b180-3d83b23ee47a.center .callouts .callout .actions {
  margin-left: auto;
  margin-right: auto;
}

.component-587345c8-2c48-4455-b180-3d83b23ee47a.left .callout .actions .text-action-container,
.component-587345c8-2c48-4455-b180-3d83b23ee47a.left .callout .button {
  margin-left: 0rem;
}

/*3d*/

.component-587345c8-2c48-4455-b180-3d83b23ee47a.cards3d .callouts {
  perspective: 1500px;
}

.component-587345c8-2c48-4455-b180-3d83b23ee47a.cards3d .callout {
  transform: rotate3d(1, 0, 0, 0deg) translateX(0);
}

.component-587345c8-2c48-4455-b180-3d83b23ee47a.cards3d .callout:hover {
  transform: rotate3d(1, 0, 0, 0deg) translateX(0);
}

@media only screen and (min-width: 768px) {
  .component-587345c8-2c48-4455-b180-3d83b23ee47a.cards3d .callout {
    transform: rotate3d(1, 0, 0, 5deg) translateX(0);
  }
}

/*None*/

.component-587345c8-2c48-4455-b180-3d83b23ee47a.none .callouts {
  margin: -2rem;
}

.component-587345c8-2c48-4455-b180-3d83b23ee47a.none .callout {
  padding: 15px;
  background-color: transparent;
  box-shadow:  none;
  display: flex;
  flex-direction: column;
}

.component-587345c8-2c48-4455-b180-3d83b23ee47a.none .callout h3 {
  margin: 2rem 0;
}

.component-587345c8-2c48-4455-b180-3d83b23ee47a.none .callout p {
  margin: 2rem 0;
}

.component-587345c8-2c48-4455-b180-3d83b23ee47a.none .callout a.image-link {
  display: block;
}

.component-587345c8-2c48-4455-b180-3d83b23ee47a.none .callout .rich-text {
  padding: 0rem;
  margin-top: 0rem;
}

.component-587345c8-2c48-4455-b180-3d83b23ee47a.none .callout .unstack-media {
  display: block;
  max-width: 80px;
  height: auto;
  margin: 0 auto 2rem 0;
}

.component-587345c8-2c48-4455-b180-3d83b23ee47a.none .callout .actions {
  max-width: 360px;
  margin-left: 0;
  margin-right: 0;
}

.component-587345c8-2c48-4455-b180-3d83b23ee47a.none .callout .button {
  margin-left: 0;
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .component-587345c8-2c48-4455-b180-3d83b23ee47a.none {
    text-align: center;
  }
  
  .component-587345c8-2c48-4455-b180-3d83b23ee47a.none .callouts .callout .unstack-media,
  .component-587345c8-2c48-4455-b180-3d83b23ee47a.none .callouts .callout .actions {
    margin-left: auto;
    margin-right: auto;
  }
}

/*Size*/

.component-587345c8-2c48-4455-b180-3d83b23ee47a.xs .callouts .callout .unstack-media,
.component-587345c8-2c48-4455-b180-3d83b23ee47a.xs .callouts .callout .unstack-media picture,
.component-587345c8-2c48-4455-b180-3d83b23ee47a.xs .callouts .callout .unstack-media img {
  height: 24px;
  width: 24px;
}

.component-587345c8-2c48-4455-b180-3d83b23ee47a.s .callouts .callout .unstack-media,
.component-587345c8-2c48-4455-b180-3d83b23ee47a.s .callouts .callout .unstack-media picture,
.component-587345c8-2c48-4455-b180-3d83b23ee47a.s .callouts .callout .unstack-media img {
  height: 32px;
  width: 32px;
}

.component-587345c8-2c48-4455-b180-3d83b23ee47a.m .callouts .callout .unstack-media,
.component-587345c8-2c48-4455-b180-3d83b23ee47a.m .callouts .callout .unstack-media picture,
.component-587345c8-2c48-4455-b180-3d83b23ee47a.m .callouts .callout .unstack-media img {
  height: 48px;
  width: 48px;
}

.component-587345c8-2c48-4455-b180-3d83b23ee47a.l .callouts .callout .unstack-media,
.component-587345c8-2c48-4455-b180-3d83b23ee47a.l .callouts .callout .unstack-media picture,
.component-587345c8-2c48-4455-b180-3d83b23ee47a.l .callouts .callout .unstack-media img {
  height: 64px;
  width: 64px;
}

.component-587345c8-2c48-4455-b180-3d83b23ee47a.xl .callouts .callout .unstack-media,
.component-587345c8-2c48-4455-b180-3d83b23ee47a.xl .callouts .callout .unstack-media picture,
.component-587345c8-2c48-4455-b180-3d83b23ee47a.xl .callouts .callout .unstack-media img {
  height: 80px;
  width: 80px;
}

/*Columns*/

.component-587345c8-2c48-4455-b180-3d83b23ee47a.c2 .callouts {
  grid-template-columns: repeat( auto-fit, minmax( 100%, 1fr ) );
}

.component-587345c8-2c48-4455-b180-3d83b23ee47a.c3 .callouts {
  grid-template-columns: repeat( auto-fit, minmax( 100%, 1fr ) );
}

.component-587345c8-2c48-4455-b180-3d83b23ee47a.c4 .callouts {
  grid-template-columns: repeat( auto-fit, minmax( 100%, 1fr ) );
}

.component-587345c8-2c48-4455-b180-3d83b23ee47a.c5 .callouts {
  grid-template-columns: repeat( auto-fit, minmax( 100%, 1fr ) );
}

.component-587345c8-2c48-4455-b180-3d83b23ee47a.c6 .callouts {
  grid-template-columns: repeat( auto-fit, minmax( 100%, 1fr ) );
}

@media only screen and (min-width: 767px) {
  .component-587345c8-2c48-4455-b180-3d83b23ee47a.c2 .callouts {
    grid-template-columns: 1fr 1fr;
  }
  
  .component-587345c8-2c48-4455-b180-3d83b23ee47a.c3 .callouts {
    grid-template-columns: 1fr 1fr 1fr;
  }
  
  .component-587345c8-2c48-4455-b180-3d83b23ee47a.c4 .callouts {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  
  .component-587345c8-2c48-4455-b180-3d83b23ee47a.c5 .callouts {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  
  .component-587345c8-2c48-4455-b180-3d83b23ee47a.c6 .callouts {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

/*Gap*/

/* ↓ mobile first default, normalize gap setting */
.component-587345c8-2c48-4455-b180-3d83b23ee47a .callouts {
    gap: 2rem;
}

/* ↓ On desktop, set gap customization  */
@media (min-width: 767px) {
  .component-587345c8-2c48-4455-b180-3d83b23ee47a.gap0 .callouts {
    grid-gap: 0rem;
    gap: 0rem;
  }

  .component-587345c8-2c48-4455-b180-3d83b23ee47a.gap1 .callouts {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .component-587345c8-2c48-4455-b180-3d83b23ee47a.gap2 .callouts {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .component-587345c8-2c48-4455-b180-3d83b23ee47a.gap3 .callouts {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .component-587345c8-2c48-4455-b180-3d83b23ee47a.gap4 .callouts {
    grid-gap: 4rem;
    gap: 4rem;
  }

  .component-587345c8-2c48-4455-b180-3d83b23ee47a.gap5 .callouts {
    grid-gap: 5rem;
    gap: 5rem;
  }

  .component-587345c8-2c48-4455-b180-3d83b23ee47a.gap6 .callouts {
    grid-gap: 6rem;
    gap: 6rem;
  }

  .component-587345c8-2c48-4455-b180-3d83b23ee47a.gap7 .callouts {
    grid-gap: 7rem;
    gap: 7rem;
  }

  .component-587345c8-2c48-4455-b180-3d83b23ee47a.gap8 .callouts {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .component-587345c8-2c48-4455-b180-3d83b23ee47a.gap9 .callouts {
    grid-gap: 9rem;
    gap: 9rem;
  }

  .component-587345c8-2c48-4455-b180-3d83b23ee47a.gap10 .callouts {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .component-587345c8-2c48-4455-b180-3d83b23ee47a.gap11 .callouts {
    grid-gap: 11rem;
    gap: 11rem;
  }

  .component-587345c8-2c48-4455-b180-3d83b23ee47a.gap12 .callouts {
    grid-gap: 12rem;
    gap: 12rem;
  }
}

/* Sticky scroll fix */

.component-ccaa155e-3d34-44b8-9048-3e4f42a717fc {
    overflow: inherit !important;
  }
  
   /* GENERAL */
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc p {
    margin-top: 1em;
  }
  
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc ul,
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc ol {
    margin-left: 0;
    padding-left: 40px;
  }
  
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .label {
    font-size: 1.4rem !important;
  }
  
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .info {
    /* Needed for ".option a" text-overflow */
    width: 100%;
  }
  
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .product_fit, .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .prod-opt, .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .product-option-value a, .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .size-guide {
    font-family: "Barlow" !important;
  }
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .product-details-info {
    margin: 0 0 1.6rem;
  }
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .product-title-info {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
  }
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .brand-name {
    margin: 0 0 0.4rem !important;
  }
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .product-title-info h1 {
    margin: 0 !important;
  }
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .product-title-info h2 {
    margin: 0 !important;
  }
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .product_fit.hidden {
    display: none;
  }
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .product-options-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .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-ccaa155e-3d34-44b8-9048-3e4f42a717fc .product-option-values {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin: 0;
    list-style: none;
    padding: 0;
  }
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .product-option-values a{
    width: 100%;
    text-align: center;
  }
  
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .product-option-values > div {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    list-style: none;
    padding: 0;
  }
  
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .product-option-value {
    position: relative;
    /* ↓ Needed for ".option a" text-overflow */
    overflow: hidden;
  }
  
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .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-ccaa155e-3d34-44b8-9048-3e4f42a717fc .product-option-value:not(.selected) a {
    background: white !important;
    color:#5e72f3 !important;
    border-color: #5e72f3 !important;
  }
  
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .product-option-value a:hover {
    background: #5e72f3 !important;
    color:#fff !important;
  }
  
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .product-option-value a:hover {
    /* ↓ Expand text if text-overflow */
    white-space: normal;
    text-overflow: initial;
  }
  
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .product-option-value.unavailable {
    opacity: .5;
  }
  
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .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-ccaa155e-3d34-44b8-9048-3e4f42a717fc .quantity-selector-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1.6rem;
  }
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .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-ccaa155e-3d34-44b8-9048-3e4f42a717fc #default-options,.component-ccaa155e-3d34-44b8-9048-3e4f42a717fc #custom-options {
    display: none;
  }
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc #default-options .product-option {
    margin: 0 0 1.6rem;
  }
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .product-options-wrapper .product-options {
    margin: 0 0 1.6rem;
  }
   /*Product for putter and wedges Start end*/
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .product-options-wrapper.product-option-wrapper-v2 .product-options {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
  }
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .product-options-wrapper.product-option-wrapper-v2 .product-options .product-option {
    width: calc(50% - 8px);
  }
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .custom-dropdowns, .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .default-dropdowns{
    padding: 1rem;
  }
   .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .custom-dropdowns:focus, .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .default-dropdowns:focus {
    border-color: #3753f1;
  }
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc select.product-option-values option {
    background-color: #fff;
    color: #000;
  }
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .prod-opt {
    text-transform: capitalize;
  }
  /*Product for putter and wedges End  */
  
  
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .size-guide {
    text-decoration: underline;
  }
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .size-guide.hidden {
    display: none;
  }
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .product-container .unstack-sticky {
    position: static;
  }
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .product-container .unstack-sticky.unstack-fixed {
    position: fixed;
  }
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .product-container .unstack-sticky.unstack-fixed button {
    max-width: 100%;
  }
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .button-primary {
    width: 100%;
    margin-top: 32px;
    margin-bottom: 18px;
  }
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc button.cart-btn {
    border-radius: 50px !important;
    font-family: "Barlow" !important;
    padding: 0.8rem 2rem;
    max-width: 187px;
    font-size: 18px !important;
  }
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc button.cart-btn:hover:not([disabled]) {
    background-color: #5e72f3d9 !important;
    color: white !important;
  }
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc button.button.button-primary.cart-btn[disabled] {
    background-color: #5e72f37d !important;
    border-color: #5e72f32e !important;
    color: #fff !important;
  }
  
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .button-primary:disabled {
    cursor: not-allowed;
  }
  
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .unstack-fixed .button-primary {
    margin-top: 18px;
    margin-bottom: 18px;
  }
  
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc label {
    margin: 12px 0;
  }
  
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc picture,
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc img {
    width: 100%;
    object-fit: cover;
  }
  
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .tag {
    background-color: #000;
    color: #FFF;
    padding: 6px 12px;
    border-radius: 100px;
    display: inline-flex;
    font-size: 14px;
    line-height: 1;
  }
  
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .quantity {
    display: none;
  }
  
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc.showQuantity .quantity {
    display: inline-flex;
  }
  
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .product-price-container {
    display: flex
  }
   .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .h19-price.hide-price {
    display: none;
  }
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .product-sale-price {
    font-size: 90%;
  }
  
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .product-list-price {
    padding-left: 1rem;
    color: grey !important;
  }
  
   /* Box content fix */
  
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc.dark-bg label {
    color: #FFF !important;
  }
  
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .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-ccaa155e-3d34-44b8-9048-3e4f42a717fc .unstack-media.swiper-slide.swiper-slide-visible {
    display: block;
  }
  
  @media only screen and (min-width: 768px) {
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc.full .product-container,
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc.grid .product-container,
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc.offset .product-container,
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc.collage .product-container {
      display: flex;
      flex-direction: row;
      gap: 64px;
      margin: 0 calc( -100vw / 2 + 100% / 2 - 10px );
      max-width: 100vw;
      width: 100vw;
    }
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc.list .product-container {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 32px;
    }
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc.full .product-container .images:not(.overlay .images),
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc.grid .product-container .images:not(.overlay .images),
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc.offset .product-container .images:not(.overlay .images),
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc.collage .product-container .images:not(.overlay .images) {
      position: relative;
      max-width: 50vw;
      width: 50vw;
      flex-grow: 0;
    }
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc.full .swiperPrimary,
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc.grid .swiperPrimary,
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc.offset .swiperPrimary,
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc.collage .swiperPrimary {
      position: relative;
      max-width: 50vw;
      width: 50vw;
      margin: 0;
    }
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc.full .swiperSecondary {
      position: absolute;
      bottom: 32px;
      height: auto !important;
      width: calc(50vw - 16px);
      z-index: 2;
      order: 2;
    }
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc.full  .swiperSecondary .swiper-wrapper {
      max-width: 256px !important;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc.full .info,
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc.grid .info,
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc.list .info,
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc.offset .info,
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc.collage .info {
      align-self: flex-start;
      position: sticky !important;
      margin-top: 128px;
      top: 128px;
    }
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc.full .info,
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc.grid .info,
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc.offset .info,
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc.collage .info {
      width: 60rem;
      max-width: 60rem;
      flex-shrink: 0;
    }
  
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc.grid .swiperSecondary,
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc.grid .swiper-button-prev,
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc.grid .swiper-button-next,
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc.list .swiperSecondary,
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc.list .swiper-button-prev,
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc.list .swiper-button-next,
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc.offset .swiperSecondary,
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc.offset .swiper-button-prev,
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc.offset .swiper-button-next,
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc.collage .swiperSecondary,
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc.collage .swiper-button-prev,
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc.collage .swiper-button-next {
      display: none;
    }
  
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc.grid .product-container .images:not(.overlay .images),
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc.offset .product-container .images:not(.overlay .images),
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc.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-ccaa155e-3d34-44b8-9048-3e4f42a717fc.collage .product-container .images:not(.overlay .images) {
      display: grid;
      grid-template-columns: 1fr 1fr
    }
  
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc.grid .product-container .unstack-media,
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc.offset .product-container .unstack-media,
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc.collage .product-container .unstack-media {
      width: calc( 50% - 8px );
      flex-grow: 1;
    }
  
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc.collage .product-container .unstack-media {
      width: 100%;
    }
  
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc.collage .product-container .unstack-media:nth-of-type(3n + 1) {
      grid-column-start: 1;
      grid-column-end: 3;
    }
  
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc.offset .product-container .swiper-slide:nth-child(2):not(.overlay .swiper-slide) {
      margin-top: 25%;
    }
  
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc.offset .product-container .swiper-slide:nth-child(odd):not(:first-of-type):not(.overlay .swiper-slide) {
      margin-top: -25%;
    }
  
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc.list .product-container .images:not(.overlay .images) {
      display: flex;
      flex-direction: column;
      gap: 16px;
    }
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc.list .swiper-slide {
      height: auto;
    }
  
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc.full .gallery-container,
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc.grid .gallery-container,
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc.offset .gallery-container,
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc.collage .gallery-container,
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc.list .gallery-container{
      grid-template-columns: none !important;
      width: initial;
    }
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc.full .product-container>div,
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc.collage .product-container>div,
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc.grid .product-container>div,
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc.offset .product-container>div{
      position: relative;
      max-width: calc(50vw - 64px);
      width: calc(50vw - 64px);
      margin: 0;
    }
  }
  
  
  @media only screen and (max-width: 767px) {
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc button.cart-btn {
      max-width: 100%;
    }
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .product-container{
      display: flex;
      flex-flow: row wrap;
    }
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc.full .info {
      padding: 3rem;
      box-sizing: border-box;
    }
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .button-primary:disabled{
      pointer-events: none;
    }
  }
  
  /* FEATURE: BANNER */
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .product-banner {
    margin-bottom: var(--product-banner-mb, 2rem);
  }
  
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .product-banner .box-content {
    display: flex;
    column-gap: 1rem;
    align-items: center;
  }
  
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .product-banner.left .box-content {
    justify-content: flex-start;
  }
  
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .product-banner.right .box-content {
    justify-content: flex-end;
  }
  
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .product-banner.center .box-content {
    justify-content: center;
  }
  
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .product-banner.spread .box-content {
    justify-content: space-between;
  }
  
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .product-banner .ql-blank {
    /* ↓ make sure placeholder doesn't collapse when text hasn't been entered yet */
    min-width: 13ch;
  }
  
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .product-banner .rich-text p:last-of-type {
    /* ↓ Prevent margin inheritance */
    margin-bottom: 0 !important;
  }
  
  /* ADD-ONS */
  
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .product-faqs {
    margin-top: 2rem;
  }
  
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .product-faqs {
    padding-left: 0;
    list-style: none;
  }
  
   @media only screen and (max-width: 767px) {
     .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .product-faqs {
       padding: 0 1.6rem;
     }
   }
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .product-faq {
    box-shadow: #e9ebfff0 0px 0px 7px 1px;
    border-radius: 4px;
    border-radius: 6px;
    border: 2px solid #5e72f3;
    overflow: hidden;
  }
  
  
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .product-faq.hidden {
    display: none;
  }
  
  
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .product-faq:not(:last-of-type) {
    margin: 0 0 1.6rem;
  }
  
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .faq-question {
    display: flex;
    cursor: pointer;
    justify-content: space-between;
    gap: 1.6rem;
    align-items: center;
    padding: 1.6rem;
    background: #f3f5ff;
  }
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .faq-question p {
    color: #5e72f3;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2.4rem;
    font-family: "Barlow Semi Condensed", sans-serif;
  }
  
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .faq-question:first-child,
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .ql-editor {
    /* ↓ make sure it doesn't collapse when empty and shows placeholder */
    flex-grow: 1;
  }
  
  
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .faq-answer {
    margin: 0;
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    transition: max-height 0.15s ease-in-out, opacity 0.15s;
  }
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .faq-answer > p {
    padding: 1.6rem;
    border-top: 1px dashed #5e72f3;
    font-size: 1.6rem;
  }
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .faq-answer > p * {
    font-size: 1.6rem;
    font-family: "Inter", sans-serif !important;
    text-align: left !important;
  }
  
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .is-open .faq-answer,
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc.editing .faq-answer {
    opacity: 1;
    max-height: initial;
    pointer-events: auto;
  }
  
  
  /* FAQ toggle styles */
  
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .faq-question > .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-ccaa155e-3d34-44b8-9048-3e4f42a717fc .toggle::before,
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .toggle::after {
    content: "";
    position: absolute;
    background-color: #5e72f3;
     transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  }
  
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .toggle:before {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
  }
  
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .toggle:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
  }
  
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .product-faq.is-open .toggle:before {
    transform: rotate(90deg);
  }
  
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .product-faq.is-open .toggle:after {
    transform: rotate(180deg);
  }
  
  
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .quantity-selector {
    display: flex;
    align-items: stretch;
    border: 2px solid #D0D2D6;
    border-radius: 12px;
    overflow: hidden;
  }
  
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .quantity-selector > .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;
    
    &:hover {
      background: #4040401a !important;
      color:  #000000 !important;
      opacity: 1 !important;
    }
    &:active {
      background: #4040401a !important;
      color:  #000000 !important;
      opacity: 1 !important;
    }
  }
  
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .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-ccaa155e-3d34-44b8-9048-3e4f42a717fc .purchase-options {
    display: none;
  }
  
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .purchase-options > div > span {
    display: flex;
    align-items: baseline;
  }
  
  /*Tabs => description, washing, Fabric*/
  
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc #h19-tabs-nav {
    display: flex;
    list-style: none;
    gap: 16px;
    padding: 0;
    margin: 0;
    align-items: center;
  }
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc #h19-tabs-nav li {
    margin: 3.2rem 0 2.4rem 0;
  }
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .h19-nav-info.hidden, 
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .h19-tab-data.hidden {
    display: none;
  }
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc #h19-tabs-nav li.active a {
    color: #0C0C0C;
    border-bottom: 2px solid #5E72F3;
  }
  .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc #h19-tabs-nav li a, .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .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-ccaa155e-3d34-44b8-9048-3e4f42a717fc .desktop-tabs, .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .mobile-tabs {
    display: none;
  }
  
  @media only screen and (max-width: 767px) {
     .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .product-container {
      gap: 0.4rem;
    }
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .mobile-tabs {
      display: block;
      padding: 0 2rem;
    }
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .mobile-tabs .h19-tabs-content-wrapper {
      display: flex;
      flex-direction: column;
      gap: 2.4rem;
    }
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .h19-tab-data span {
      padding: 0 0 1rem;
      text-align: left;
      color: #0C0C0C;
    }
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .h19-tab-data p {
   
      color: #000;
    }
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .product-container .swiper-slide.unstack-media img {
      object-fit: contain;
      aspect-ratio: 1;
      object-position: top;
    }
  }
    @media only screen and (min-width: 768px) {
    .component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .desktop-tabs {
      display: block;
    }
  }
  
.component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .h19-tabs-content-wrapper a {
  color: var(--button-primary-background-color);
  padding: 4px;
}

/* Chevron in the description accordion expansion button */
.component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .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-ccaa155e-3d34-44b8-9048-3e4f42a717fc .h19-tabs-content-wrapper:has(.desktop-accordion[style*="overflow: visible"]) [data-accordion] + div a::before,
.component-ccaa155e-3d34-44b8-9048-3e4f42a717fc .h19-tabs-content-wrapper:has(.mobile-accordion[style*="overflow: visible"]) [data-accordion] + div a::before {
  transform: rotate(-135deg);
  margin-bottom: 0px;
}