.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-529b40f1-3d98-4c0c-b5a6-0283101db43f ul.faqs {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.component-529b40f1-3d98-4c0c-b5a6-0283101db43f li.faq {
  margin-left: 0;
  border-top: 1px solid #e0e3ea;
  padding: 25px 0 !important;
}

.component-529b40f1-3d98-4c0c-b5a6-0283101db43f li.faq &:last-of-type {
  border-bottom: 1px solid #e0e3ea;
}

.component-529b40f1-3d98-4c0c-b5a6-0283101db43f .question {
  display: flex;
  margin-bottom: 1rem;
  cursor: pointer;
}

.component-529b40f1-3d98-4c0c-b5a6-0283101db43f .question-text {
  flex: 1 1 auto;
  margin-right: 32px;
}

.component-529b40f1-3d98-4c0c-b5a6-0283101db43f .question-text :last-child {
  margin-bottom: 0;
}

.component-529b40f1-3d98-4c0c-b5a6-0283101db43f .answer {
  margin: 0;
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  transition: max-height 0.15s ease-in-out, opacity 0.15s;
}

.component-529b40f1-3d98-4c0c-b5a6-0283101db43f .answer > :last-child {
  margin-bottom: 0;
}

.component-529b40f1-3d98-4c0c-b5a6-0283101db43f .open .answer,
.component-529b40f1-3d98-4c0c-b5a6-0283101db43f.editing .answer {
  opacity: 1;
  max-height: initial;
  pointer-events: auto;
}

/* Toggle */

.component-529b40f1-3d98-4c0c-b5a6-0283101db43f .toggle {
  flex: 0 0 auto;
  position: relative;
  width: 16px;
  height: 16px;
}

.component-529b40f1-3d98-4c0c-b5a6-0283101db43f .toggle:before,
.component-529b40f1-3d98-4c0c-b5a6-0283101db43f .toggle:after {
  content: "";
  position: absolute;
  background-color: #4a90e2;
}

.component-529b40f1-3d98-4c0c-b5a6-0283101db43f .faq.initialized .toggle:before,
.component-529b40f1-3d98-4c0c-b5a6-0283101db43f .faq.initialized .toggle:after {
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.component-529b40f1-3d98-4c0c-b5a6-0283101db43f .toggle:before {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
}

.component-529b40f1-3d98-4c0c-b5a6-0283101db43f .toggle:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
}

.component-529b40f1-3d98-4c0c-b5a6-0283101db43f .faq.open .toggle:before {
  transform: rotate(90deg);
}

.component-529b40f1-3d98-4c0c-b5a6-0283101db43f .faq.open .toggle:after {
  transform: rotate(180deg);
}
.component-91d5fcbb-3020-4255-973b-c844a6c1f5f2 p:last-child {
  margin-bottom: 0;
}

.component-91d5fcbb-3020-4255-973b-c844a6c1f5f2 figure img {
  width: 100%;
}

.component-91d5fcbb-3020-4255-973b-c844a6c1f5f2 * + .actions {
  margin-top: 2.5rem;
}
.component-91d5fcbb-3020-4255-973b-c844a6c1f5f2 .h19-text-box .justify-text p {
  text-align: justify;
}

