/** Shopify CDN: Minification failed

Line 19959:0 "curosr" is not a known CSS property
Line 23132:0 "paddng" is not a known CSS property
Line 25407:32 Unexpected "`"
Line 29639:20 Expected identifier but found "."

**/
/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */
*, :before, :after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  border-color: rgb(var(--text-color) / .12);
}

html {
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  interpolate-size: allow-keywords;
  scroll-padding-block-start: calc(var(--sticky-area-height)  + 20px);
  line-height: 1.5;
}

body {
  --background: var(--background-primary);
  --text-color: var(--text-primary);
  background: rgb(var(--background));
  color: rgb(var(--text-color));
  font: var(--text-font-style) var(--text-font-weight) var(--text-base) / 1.6 var(--text-font-family);
  letter-spacing: var(--text-letter-spacing);
  margin: 0;
  position: relative;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp, pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 1em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  text-transform: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button, select {
  text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  text-align: inherit;
  background-color: #0000;
  background-image: none;
}

button, label, summary, [role="button"], [type="checkbox"], [type="radio"], [type="submit"] {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  cursor: pointer;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

::-webkit-inner-spin-button {
  height: auto;
}

::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-webkit-date-and-time-value {
  text-align: start;
}

summary {
  -webkit-user-select: none;
  user-select: none;
  list-style-type: none;
}

summary::-webkit-details-marker {
  display: none;
}

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol, ul, menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

textarea {
  resize: vertical;
}

input::placeholder, textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

:disabled {
  cursor: default;
}

img, video, iframe, object {
  vertical-align: middle;
  display: block;
}

img {
  color: #0000;
  max-width: min(var(--image-mobile-max-width, var(--image-max-width, 100%)), 100%);
  object-fit: inherit;
  object-position: inherit;
  height: auto;
}

picture source {
  display: contents;
}

picture img {
  width: 100%;
  min-height: inherit;
  max-height: 100%;
}

video {
  width: 100%;
  max-width: 100%;
  height: auto;
}

:focus:not(:focus-visible) {
  outline: none;
}

[hidden] {
  display: none !important;
}

height-observer, visibility-progress, scroll-area, video-media, model-media, media-carousel, impact-text, recently-viewed-products {
  display: block;
}

@media screen and (min-width: 700px) {
  img {
    max-width: min(var(--image-max-width, 100%), 100%);
  }
}

.pswp {
  --pswp-bg: rgb(var(--background-primary));
  --pswp-placeholder-bg: rgb(var(--background-primary));
  --pswp-root-z-index: 100000;
  --pswp-icon-color: rgb(var(--background-primary));
  --pswp-icon-color-secondary: rgb(var(--background-primary));
  --pswp-icon-stroke-color: rgb(var(--text-primary));
  --pswp-icon-stroke-width: 2px;
  --pswp-error-text-color: rgb(var(--text-primary));
  width: 100%;
  height: 100%;
  z-index: var(--pswp-root-z-index);
  touch-action: none;
  opacity: .003;
  contain: layout style size;
  -webkit-tap-highlight-color: #0000;
  outline: 0;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.pswp img {
  max-width: none;
}

.pswp--open {
  display: block;
}

.pswp, .pswp__bg {
  will-change: opacity;
  transform: translateZ(0);
}

.pswp__bg {
  opacity: .005;
  background: var(--pswp-bg);
}

.pswp, .pswp__scroll-wrap {
  overflow: hidden;
}

.pswp__scroll-wrap, .pswp__bg, .pswp__container, .pswp__item, .pswp__content, .pswp__img, .pswp__zoom-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.pswp__img, .pswp__zoom-wrap {
  width: auto;
  height: auto;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
  cursor: var(--cursor-zoom-in-svg-url) 28 28, zoom-in;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
  cursor: grab;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: grabbing;
}

.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img, .pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active, .pswp__img {
  cursor: var(--cursor-zoom-out-svg-url) 28 28, zoom-out;
}

.pswp__container, .pswp__img, .pswp__button {
  -webkit-user-select: none;
  user-select: none;
}

.pswp__item {
  z-index: 1;
  overflow: hidden;
}

.pswp__hidden {
  display: none !important;
}

.pswp__content {
  pointer-events: none;
}

.pswp__content > * {
  pointer-events: auto;
}

.pswp__error-msg-container {
  display: grid;
}

.pswp__error-msg {
  color: var(--pswp-error-text-color);
  margin: auto;
  font-size: 1em;
  line-height: 1;
}

.pswp .pswp__hide-on-close {
  opacity: .005;
  will-change: opacity;
  transition: opacity var(--pswp-transition-duration) cubic-bezier(.4, 0, .22, 1);
  z-index: 10;
  pointer-events: none;
}

.pswp--ui-visible .pswp__hide-on-close {
  opacity: 1;
  pointer-events: auto;
}

.pswp__button {
  -webkit-touch-callout: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.pswp__button:disabled {
  opacity: .3;
  cursor: auto;
}

.pswp__button svg {
  display: block;
}

.pswp__top-bar, .pswp__bottom-bar {
  z-index: 10;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none !important;
}

.pswp__top-bar > *, .pswp__bottom-bar > * {
  pointer-events: auto;
  will-change: opacity;
}

.pswp__bottom-bar {
  justify-content: center;
  top: auto;
  bottom: 24px;
}

.pswp__bottom-bar .pagination {
  border-radius: var(--rounded-full);
}

.pswp__button--close {
  margin-block-start: 24px;
  margin-inline-end: 24px;
  transition: transform .2s;
}

.pswp__preloader {
  display: none;
}

@media screen and (min-width: 700px) {
  .pswp__bottom-bar {
    bottom: 48px;
  }

  .pswp__button--close {
    margin-block-start: 48px;
    margin-inline-end: 48px;
  }
}

@media screen and (pointer: fine) {
  .pswp__button--close:hover {
    transform: rotate(90deg);
  }
}

.accordion {
  --accordion-spacing: var(--spacing-5);
  box-sizing: content-box;
  border-block-start-width: 1px;
  border-block-end-width: 1px;
}

.accordion__toggle {
  gap: var(--spacing-2);
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  padding-block-start: var(--accordion-spacing);
  padding-block-end: var(--accordion-spacing);
  display: flex;
}

.accordion__content {
  margin-block-end: var(--accordion-spacing);
  padding-inline-end: var(--spacing-6);
  transform: translateY(-4px);
}

.accordion__content:has(.image-filter-list) {
  padding-inline-end: 0;
}

.accordion--lg {
  --accordion-spacing: var(--spacing-8);
}

.accordion + .accordion {
  border-block-start-width: 0;
}

.accordion-box {
  padding: var(--spacing-1) var(--spacing-6);
}

.accordion-box > :first-child {
  border-block-start-width: 0;
}

.accordion-box > :last-child {
  border-block-end-width: 0;
}

@media screen and (min-width: 1000px) {
  .accordion-box {
    padding: var(--spacing-5) var(--spacing-12);
  }
}

.blog-post-card {
  --blog-post-card-badge-spacing: var(--spacing-3);
  --blog-post-card-figure-gap: var(--spacing-5);
  --blog-post-card-meta-gap: var(--spacing-1) var(--spacing-5);
  gap: var(--blog-post-card-figure-gap);
  align-content: start;
  display: grid;
  overflow: hidden;
}

.blog-post-card__figure {
  display: block;
  position: relative;
  overflow: hidden;
}

.blog-post-card__figure > .badge {
  z-index: 1;
  position: absolute;
  top: var(--blog-post-card-badge-spacing);
}

.blog-post-card__figure > .badge:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  left: var(--blog-post-card-badge-spacing);
}

.blog-post-card__figure > .badge:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  right: var(--blog-post-card-badge-spacing);
}

.blog-post-card__meta {
  gap: var(--blog-post-card-meta-gap);
  flex-wrap: wrap;
  display: flex;
}

.blog-post-card--featured {
  grid-column: 1 / -1;
  gap: 0;
}

.blog-post-card--featured .blog-post-card__info {
  padding: var(--spacing-5);
}

@media screen and (min-width: 700px) {
  .blog-post-card {
    --blog-post-card-badge-spacing: var(--spacing-4);
    --blog-post-card-figure-gap: var(--spacing-6);
    --blog-post-card-meta-gap: var(--spacing-2) var(--spacing-6);
  }

  .blog-post-card--featured .blog-post-card__info {
    padding: var(--spacing-12);
  }
}

@media screen and (min-width: 1000px) {
  .blog-post-card--featured {
    grid-template-columns: 1fr .7fr;
    display: grid;
  }
}

@media screen and (min-width: 1150px) {
  .blog-post-card--featured {
    grid-template-columns: 1fr .54fr;
  }

  .blog-post-card--featured .blog-post-card__info {
    padding: var(--spacing-16);
  }
}

.blog-posts {
  --blog-posts-gap: var(--spacing-8) var(--grid-gutter);
  grid: var(--blog-posts-grid);
  gap: var(--blog-posts-gap);
  display: grid;
}

@media screen and (min-width: 700px) {
  .blog-posts {
    --blog-posts-gap: var(--spacing-12) var(--grid-gutter);
  }
}

@media screen and (min-width: 1000px) {
  .blog-posts {
    --blog-posts-gap: var(--spacing-12);
  }
}

@media screen and (min-width: 1400px) {
  .blog-posts {
    --blog-posts-gap: min(var(--section-inner-spacing-inline), var(--spacing-20));
  }
}

.button, .btn {
  --button-background: var(--button-background-primary) / var(--button-background-opacity, 1);
  --button-text-color: var(--button-text-primary);
  --button-outline-color: var(--button-background-primary);
  -webkit-appearance: none;
  appearance: none;
  border-radius: var(--rounded-button);
  background-color: rgb(var(--button-background));
  color: rgb(var(--button-text-color));
  text-align: center;
  font-size: var(--text-sm);
  letter-spacing: var(--text-letter-spacing);
  padding-block-start: var(--spacing-2-5);
  padding-block-end: var(--spacing-2-5);
  padding-inline-start: var(--spacing-5);
  padding-inline-end: var(--spacing-5);
  font-weight: bold;
  line-height: 1.6;
  transition: background-color .15s ease-in-out, color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: inline-block;
  position: relative;
}

.button--sm {
  font-size: var(--text-xs);
  padding-block-start: var(--spacing-2);
  padding-block-end: var(--spacing-2);
  line-height: 1.7;
}

.button--lg {
  font-size: var(--text-base);
  padding-block-start: .8125rem;
  padding-block-end: .8125rem;
  padding-inline-start: var(--spacing-6);
  padding-inline-end: var(--spacing-6);
}

.button--xl {
  font-size: var(--text-base);
  padding-block-start: var(--spacing-4);
  padding-block-end: var(--spacing-4);
  padding-inline-start: var(--spacing-8);
  padding-inline-end: var(--spacing-8);
}

.button--secondary {
  --button-background: var(--button-background-secondary) / var(--button-background-opacity, 1);
  --button-text-color: var(--button-text-secondary);
  --button-outline-color: var(--button-background-secondary);
}

.button--subdued {
  --button-background: var(--text-color) / .1 !important;
  --button-text-color: var(--text-color) !important;
  --button-outline-color: var(--text-color) !important;
}

.button--outline {
  color: rgb(var(--button-outline-color) / var(--button-background-opacity, 1));
  background: none;
  box-shadow: inset 0 0 0 2px;
}

.button__loader, .button__feedback {
  gap: var(--spacing-1-5);
  opacity: 0;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.button__loader > * {
  width: var(--spacing-1-5);
  height: var(--spacing-1-5);
  border-radius: var(--rounded-full);
  background: currentColor;
}

@media screen and (min-width: 700px) {
  .button, .btn {
    padding-block-start: var(--spacing-3);
    padding-block-end: var(--spacing-3);
    padding-inline-start: var(--spacing-6);
    padding-inline-end: var(--spacing-6);
  }

  .button--sm {
    padding-block-start: var(--spacing-2);
    padding-block-end: var(--spacing-2);
    padding-inline-start: var(--spacing-5);
    padding-inline-end: var(--spacing-5);
  }

  .button--lg {
    padding-block-start: var(--spacing-3-5);
    padding-block-end: var(--spacing-3-5);
    padding-inline-start: var(--spacing-8);
    padding-inline-end: var(--spacing-8);
  }

  .button--xl {
    padding-block-start: 1.075rem;
    padding-block-end: 1.075rem;
    padding-inline-start: var(--spacing-10);
    padding-inline-end: var(--spacing-10);
  }
}

.back-button {
  align-items: center;
  gap: var(--spacing-4);
  padding: var(--spacing-2) var(--spacing-4);
  border-radius: var(--rounded-button);
  opacity: .7;
  border-width: 1px;
  transition: all .2s ease-in-out;
  display: flex;
}

@media screen and (pointer: fine) {
  .back-button:hover {
    opacity: 1;
  }
}

@media screen and (min-width: 700px) {
  .back-button {
    padding: var(--spacing-3) var(--spacing-6);
  }
}

.button-group {
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  display: inline-flex;
}

.button-group > * {
  margin: 0;
}

.circle-button {
  width: var(--spacing-12);
  height: var(--spacing-12);
  border-radius: var(--rounded-full);
  place-items: center;
  transition: opacity .15s ease-in;
  display: grid;
}

.circle-button[disabled] {
  opacity: .5;
  pointer-events: none;
}

.circle-button--fill {
  background: rgb(var(--background-primary));
  color: rgb(var(--text-primary));
}

.circle-button--bordered {
  border: 2px solid;
}

.circle-button--sm {
  width: var(--spacing-10);
  height: var(--spacing-10);
}

.circle-button--lg {
  width: var(--spacing-14);
  height: var(--spacing-14);
}

.animated-arrow {
  pointer-events: none;
  place-items: center;
  display: grid;
}

.animated-arrow:before, .animated-arrow:after {
  content: "";
  grid-area: 1 / -1;
  transition: all .2s ease-in-out;
}

.animated-arrow:before {
  border-block-start-width: 2px;
  border-inline-end-width: 2px;
  width: .5rem;
  height: .5rem;
  transform: rotate(calc(var(--transform-logical-flip) * 45deg));
  border-color: currentColor;
  position: relative;
}

.animated-arrow:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)):before {
  left: -1px;
}

.animated-arrow:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)):before {
  right: -1px;
}

.animated-arrow:after {
  width: var(--spacing-2-5);
  height: var(--spacing-0-5);
  transform-origin: center;
  opacity: 0;
  background: currentColor;
  transform: scaleX(.5);
}

@media screen and (pointer: fine) {
  .group:hover .animated-arrow:before {
    transform: translateX(calc(var(--transform-logical-flip) * var(--spacing-0-5))) rotate(calc(var(--transform-logical-flip) * 45deg));
  }

  .group:hover .animated-arrow:after {
    opacity: 1;
    transform: scaleX(1);
  }
}

.animated-arrow--reverse {
  transform: rotate(180deg);
}

.circle-chevron {
  width: var(--spacing-6);
  height: var(--spacing-6);
  border-radius: var(--rounded-full);
  background: rgb(var(--text-color) / .1);
  flex-shrink: 0;
  place-items: center;
  transition: all .2s ease-in-out;
  display: grid;
}

.circle-chevron[disabled] {
  opacity: .5;
}

.group[aria-expanded="true"] .circle-chevron.group-expanded\:colors:not([disabled]) {
  background: rgb(var(--text-color));
  color: rgb(var(--background));
}

.group[aria-expanded="true"] .circle-chevron.group-expanded\:rotate {
  transform: rotate(calc(var(--transform-logical-flip) * 180deg));
}

@media screen and (pointer: fine) {
  .group:hover .circle-chevron.group-hover\:colors:not([disabled]), .circle-chevron.hover\:colors:hover:not([disabled]) {
    background: rgb(var(--text-color));
    color: rgb(var(--background));
  }
}

scroll-carousel {
  position: relative;
}

.content-over-media {
  grid-template: 0 minmax(0, 1fr) 0 / minmax(0, 1fr) minmax(0, min(var(--container-max-width), 100% - var(--content-over-media-gap, var(--content-over-media-column-gap, var(--container-gutter))) * 2)) minmax(0, 1fr);
  gap: var(--content-over-media-row-gap, var(--content-over-media-gap, var(--container-gutter))) var(--content-over-media-column-gap, var(--content-over-media-gap, var(--container-gutter)));
  place-items: center;
  display: grid;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
}

.content-over-media:before {
  content: "";
  background: rgb(var(--content-over-media-overlay));
  border-radius: inherit;
  z-index: 1;
  pointer-events: none;
  transition: background .2s ease-in-out;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.content-over-media > :is(picture, img, video, iframe, svg, video-media) {
  height: var(--content-over-media-height, auto);
  transform-origin: top;
  overflow-wrap: anywhere;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  grid-area: 1 / 1 / span 3 / span 3;
  place-self: stretch stretch;
  width: 100%;
  min-height: 100%;
  max-height: 100%;
  position: relative;
}

.content-over-media > :is(picture, img, video, iframe, svg, video-media) > * {
  border-radius: inherit;
}

.content-over-media > :not(img, video, iframe, svg, video-media, picture) {
  max-width: var(--content-over-media-content-max-width, 780px);
  z-index: 1;
  grid-area: 2 / 2 / auto / span 1;
  position: relative;
}

[allow-transparent-header] :is(.content-over-media > :not(img, video, iframe, svg, video-media, picture)) {
  padding-block-start: calc(var(--header-height) * var(--section-is-first));
}

.content-over-media > video-media:not([autoplay]) ~ * {
  transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
}

.content-over-media > video-media:not([autoplay])[loaded] ~ * {
  opacity: 0;
  visibility: hidden;
}

.content-over-media:has( > video-media[loaded]:not([autoplay])):before {
  background: none;
  transition-delay: .1s;
}

.content-over-media--sm {
  --content-over-media-height: 375px;
}

.content-over-media--md {
  --content-over-media-height: 480px;
}

.content-over-media--lg {
  --content-over-media-height: 560px;
}

.content-over-media--fill {
  --content-over-media-height: calc(100vh - var(--sticky-area-height));
}

.shopify-section:first-child [allow-transparent-header] .content-over-media--fill {
  --content-over-media-height: calc(100vh - var(--announcement-bar-height, 0px));
}

@supports (height: 100svh) {
  .content-over-media--fill {
    --content-over-media-height: calc(100svh - var(--sticky-area-height));
  }

  .shopify-section:first-child [allow-transparent-header] .content-over-media--fill {
    --content-over-media-height: calc(100svh - var(--announcement-bar-height, 0px));
  }
}

@media screen and (min-width: 700px) {
  .content-over-media--sm {
    --content-over-media-height: 400px;
  }

  .content-over-media--md {
    --content-over-media-height: 460px;
  }

  .content-over-media--lg {
    --content-over-media-height: 560px;
  }
}

@media screen and (min-width: 1400px) {
  .content-over-media--sm {
    --content-over-media-height: 440px;
  }

  .content-over-media--md {
    --content-over-media-height: 500px;
  }

  .content-over-media--lg {
    --content-over-media-height: 640px;
  }

  .content-over-media--fill > :is(img, video, iframe, svg, video-media, picture) {
    max-height: 1200px;
  }
}

@media screen and (min-width: 1600px) {
  .content-over-media--md {
    --content-over-media-height: 560px;
  }

  .content-over-media--lg {
    --content-over-media-height: 720px;
  }
}

.page-dots {
  justify-content: center;
  gap: var(--spacing-2-5) var(--spacing-4);
  flex-wrap: wrap;
  display: flex;
}

.page-dots > * {
  width: var(--spacing-1-5);
  height: var(--spacing-1-5);
  border-radius: var(--rounded-full);
  opacity: .3;
  background: currentColor;
  transition: opacity .2s ease-in-out;
}

.page-dots > *[aria-current="true"] {
  opacity: 1;
}

.page-dots--blurred {
  padding: var(--spacing-2) var(--spacing-4);
  border-radius: var(--rounded-full);
  background: rgb(var(--background) / .7);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.stretching-dots {
  align-items: center;
  gap: var(--spacing-5);
  display: flex;
}

.stretching-dots > * {
  width: var(--spacing-2);
  height: var(--spacing-2);
  border-radius: var(--spacing-2);
  opacity: .5;
  background: currentColor;
  transition: opacity .5s cubic-bezier(.34, 1.56, .64, 1), width .5s cubic-bezier(.34, 1.56, .64, 1);
}

.stretching-dots > *[aria-current="true"] {
  width: var(--spacing-6);
  opacity: 1;
}

.numbered-dots {
  align-items: center;
  gap: var(--spacing-2);
  display: flex;
}

.numbered-dots__item {
  width: var(--spacing-8);
  height: var(--spacing-8);
  will-change: transform;
  border-radius: 100%;
  place-items: center;
  font-weight: bold;
  transition: color .2s;
  display: grid;
}

.numbered-dots__item > * {
  grid-area: 1 / -1;
}

.numbered-dots__item svg {
  width: inherit;
  height: inherit;
  transform: rotate(-90deg);
}

.numbered-dots__item circle {
  fill: none;
  stroke: currentColor;
  stroke-linecap: butt;
  stroke-opacity: .3;
  stroke-width: 2px;
}

.numbered-dots__item[aria-current="true"] circle:last-child {
  --radius: 15;
  --circumference: calc(2px * (22 / 7) * var(--radius));
  stroke-opacity: 1;
  stroke-dasharray: calc(var(--circumference) * var(--progress, 1)), var(--circumference);
}

.prev-next-buttons {
  align-items: center;
  gap: var(--spacing-4);
  display: flex;
}

:is(.drawer, .popover):not(:defined) {
  display: none;
}

:is(.drawer, .popover)::part(outside-close-button), :is(.drawer, .popover)::part(close-button) {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  border: none;
  padding: 0;
}

:is(.drawer, .popover)::part(outside-close-button) {
  width: var(--spacing-12);
  height: var(--spacing-12);
  bottom: 100%;
  left: calc(50% - var(--spacing-6));
  background: rgb(var(--dialog-background));
  color: rgb(var(--text-color));
  border-radius: var(--rounded-full);
  z-index: 1;
  place-items: center;
  margin-block-end: var(--spacing-4);
  margin-inline-start: auto;
  margin-inline-end: auto;
  display: grid;
  position: absolute;
}

:is(.drawer, .popover)::part(close-button) {
  color: currentColor;
  background: none;
  margin-inline-start: auto;
  display: none;
}

@media screen and (min-width: 700px) {
  :is(.drawer, .popover)::part(outside-close-button) {
    display: none;
  }

  :is(.drawer, .popover)::part(close-button) {
    display: grid;
  }
}

.popover {
  --background: var(--dialog-background);
  --text-color: var(--text-primary);
  --popover-title-padding: var(--spacing-5);
  --popover-body-padding: var(--spacing-4) 0;
  --popover-content-max-height: 75vh;
  --popover-content-max-width: none;
  --popover-anchor-block-spacing: var(--spacing-4);
  --popover-anchor-inline-spacing: 0;
  visibility: hidden;
  width: 100%;
  padding: var(--spacing-2);
  z-index: 999;
  display: none;
  position: fixed;
}

.popover::part(overlay) {
  min-height: 100lvh;
  cursor: var(--cursor-close-svg-url) 28 28, auto;
  background: #0006;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.popover::part(title) {
  padding: var(--popover-title-padding);
  border-block-end: 1px solid rgb(var(--border-color));
  text-align: center;
}

.popover::part(content) {
  height: 100%;
  max-height: var(--popover-content-max-height);
  max-width: var(--popover-content-max-width);
  background: rgb(var(--dialog-background));
  color: rgb(var(--text-color));
  border-radius: 8px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.popover::part(body) {
  overscroll-behavior-y: contain;
  padding: var(--popover-body-padding);
  text-align: center;
  overflow-y: auto;
}

@media screen and (min-width: 1000px) {
  .popover {
    --popover-content-max-height: 350px;
    --popover-content-max-width: 380px;
    z-index: 10;
    width: auto;
    padding: 0;
    position: absolute;
  }

  .popover::part(content) {
    border-radius: var(--rounded-input);
    width: max-content;
    box-shadow: var(--shadow-md);
    border: 1px solid rgb(var(--border-color));
  }

  .popover::part(title), .popover::part(overlay) {
    display: none;
  }

  .popover::part(body) {
    text-align: start;
  }
}

.popover-listbox__option {
  justify-content: center;
  align-items: center;
  gap: var(--spacing-2);
  width: 100%;
  padding: var(--spacing-2) var(--spacing-6);
  color: rgb(var(--text-color) / .7);
  transition: color .2s ease-in-out;
  display: flex;
}

.popover-listbox__option.is-disabled {
  text-decoration: line-through;
}

.popover-listbox__option[aria-selected="true"], .popover-listbox__option:hover {
  color: rgb(var(--text-color));
}

.popover-listbox__option:has(:checked) {
  color: rgb(var(--text-color));
}

@media screen and (min-width: 1000px) {
  .popover-listbox__option {
    justify-content: start;
    padding-block-start: var(--spacing-1-5);
    padding-block-end: var(--spacing-1-5);
    padding-inline-end: var(--spacing-10);
  }

  .popover-listbox--sm .popover-listbox__option {
    line-height: 1.7;
    font-size: var(--text-sm);
    padding-block-start: var(--spacing-1);
    padding-block-end: var(--spacing-1);
  }
}

.drawer {
  --container-outer-width: var(--spacing-6);
  --background: var(--dialog-background);
  --text-color: var(--text-primary);
  --drawer-header-padding: var(--spacing-5);
  --drawer-body-padding: var(--spacing-5) var(--spacing-6);
  --drawer-footer-padding: var(--spacing-6);
  --drawer-content-max-height: none;
  visibility: hidden;
  width: 100%;
  padding: var(--spacing-2);
  z-index: 999;
  position: fixed;
  right: 0;
}

.drawer::part(overlay) {
  background: #0006;
  min-height: 100lvh;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.drawer.show-close-cursor::part(overlay) {
  cursor: var(--cursor-close-svg-url) 28 28, auto;
}

.drawer::part(content) {
  height: 100%;
  max-height: var(--drawer-content-max-height);
  border-radius: var(--rounded-sm);
  background: rgb(var(--dialog-background));
  color: rgb(var(--text-color));
  flex-direction: column;
  display: flex;
  position: relative;
}

.drawer::part(header) {
  padding: var(--drawer-header-padding);
}

.drawer::part(body) {
  padding: var(--drawer-body-padding);
  overscroll-behavior-y: contain;
  flex: auto;
  align-items: start;
  display: grid;
  overflow-y: auto;
}

.drawer::part(footer) {
  padding: var(--drawer-footer-padding);
  border-block-start: 1px solid rgb(var(--border-color));
  margin-block-start: auto;
  position: relative;
}

.drawer > [is="close-button"] {
  display: none;
  position: absolute;
  top: 1.5rem;
}

.drawer > [is="close-button"]:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  right: 1.5rem;
}

.drawer > [is="close-button"]:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  left: 1.5rem;
}

@media screen and (max-width: 699px) {
  .drawer {
    --drawer-content-max-height: 75vh;
  }

  .drawer::part(header) {
    text-align: center;
    border-bottom: 1px solid rgb(var(--border-color));
  }
}

@media screen and (min-width: 700px) {
  .drawer {
    --container-outer-width: var(--spacing-10);
    --drawer-header-padding: var(--spacing-8) var(--spacing-10);
    --drawer-body-padding: var(--spacing-8) var(--spacing-10);
    --drawer-footer-padding: var(--spacing-8) var(--spacing-10);
    width: 510px;
    height: 100%;
    padding: var(--spacing-4);
  }

  .drawer::part(header) {
    align-items: center;
    gap: var(--spacing-4);
    display: flex;
    position: relative;
  }

  .drawer[header-bordered]::part(header) {
    border-bottom: 1px solid rgb(var(--border-color));
  }

  .drawer:not([header-bordered])::part(header) {
    padding-block-end: 0;
  }

  .drawer:not([header-bordered])::part(header):after {
    content: "";
    width: 100%;
    height: var(--spacing-8);
    background: linear-gradient(to bottom, rgb(var(--dialog-background)), rgb(var(--dialog-background) / .6) 50%, rgb(var(--dialog-background) / 0));
    z-index: 1;
    position: absolute;
    top: 100%;
    left: 0;
  }

  .drawer > [is="close-button"] {
    display: grid;
    top: 2.25rem;
  }

  .drawer > [is="close-button"]:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    right: 2.25rem;
  }

  .drawer > [is="close-button"]:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    left: 2.25rem;
  }

  .drawer--lg {
    width: 680px;
  }
}

.banner {
  align-items: start;
  gap: var(--spacing-3-5);
  padding: var(--spacing-3-5);
  border-radius: var(--rounded-xs);
  font-size: var(--text-sm);
  color: rgb(var(--banner-color));
  background: rgb(var(--banner-background));
  grid-template-columns: max-content auto;
  display: grid;
}

.banner--error {
  --banner-background: var(--error-background);
  --banner-color: var(--error-text);
}

.banner--success {
  --banner-background: var(--success-background);
  --banner-color: var(--success-text);
}

.banner--warning {
  --banner-background: var(--warning-background);
  --banner-color: var(--warning-text);
}

.banner--sm {
  padding: var(--spacing-2);
  font-size: var(--text-sm);
}

.banner--with-icon > .button {
  grid-column-start: 2;
  justify-self: start;
}

@media screen and (min-width: 700px) {
  .banner--with-icon {
    grid-template-columns: max-content auto max-content;
    align-items: center;
  }

  .banner--with-icon svg {
    --icon-offset: 0;
  }

  .banner--with-icon > .button {
    grid-column-start: 3;
  }
}

.badge {
  --badge-background: var(--text-color) / .05;
  --badge-color: var(--text-color);
  align-items: center;
  gap: var(--spacing-1-5);
  padding: 3px var(--spacing-2);
  background: rgb(var(--badge-background));
  width: max-content;
  color: rgb(var(--badge-color));
  border-radius: var(--rounded-button);
  font-size: 9px;
  font-weight: bold;
  display: flex;
}

.badge--primary {
  --badge-background: var(--primary-badge-background);
  --badge-color: var(--primary-badge-text);
}

.badge--sold-out {
  --badge-background: var(--sold-out-badge-background);
  --badge-color: var(--sold-out-badge-text);
}

.badge--on-sale {
  --badge-background: var(--on-sale-badge-background);
  --badge-color: var(--on-sale-badge-text);
}

.badge--current {
  --badge-background: var(--text-color) / .12;
  --badge-color: var(--text-color);
}

.badge--lg {
  padding: var(--spacing-1) var(--spacing-3);
  font-size: var(--text-sm);
}

@media screen and (min-width: 700px) {
  .badge:not(.badge--lg) {
    font-size: var(--text-xs);
    padding-block-start: var(--spacing-0-5);
    padding-block-end: var(--spacing-0-5);
  }
}

.progress-bar {
  height: var(--spacing-1);
  border-radius: var(--rounded-full);
  background: rgb(var(--text-color) / .3);
  overflow: hidden;
}

.progress-bar:before {
  content: "";
  height: inherit;
  background: rgb(var(--accent));
  transform-origin: var(--transform-origin-start);
  transform: scaleX(var(--progress, 0));
  transition: transform .5s ease-in-out;
  display: block;
}

.scrollbar {
  align-items: center;
  gap: var(--spacing-10);
  color: rgb(var(--text-color));
  display: flex;
}

.scrollbar__progress {
  width: 100%;
  height: var(--spacing-0-5);
  background: rgb(var(--text-color) / .1);
  display: block;
  position: relative;
}

.scrollbar__progress:before {
  content: "";
  transform-origin: var(--transform-origin-start);
  transform: scaleX(var(--scroll-progress));
  background: rgb(var(--text-color));
  will-change: transform;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.scrollbar__buttons {
  display: none;
}

@media screen and (min-width: 1000px) {
  .scrollbar__buttons {
    gap: var(--spacing-4);
    display: flex;
  }
}

.count-bubble {
  --size: var(--spacing-4);
  width: var(--size);
  height: var(--size);
  min-width: min-content;
  border-radius: var(--rounded-full);
  background: rgb(var(--button-background-primary));
  color: rgb(var(--button-text-primary));
  place-items: center;
  padding-inline-start: var(--spacing-1);
  padding-inline-end: var(--spacing-1);
  font-size: 9px;
  font-weight: bold;
  line-height: 1;
  display: grid;
}

.count-bubble--md, .count-bubble--lg {
  --size: var(--spacing-5);
  font-size: var(--text-xs);
}

@media screen and (min-width: 700px) {
  .count-bubble--md {
    --size: var(--spacing-6);
  }

  .count-bubble--lg {
    --size: var(--spacing-7);
  }
}

.text-with-bubble {
  position: relative;
}

.text-with-bubble > .count-bubble {
  margin-inline-start: var(--spacing-2);
  position: absolute;
  top: 0;
}

.text-with-bubble > .count-bubble:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  left: 100%;
}

.text-with-bubble > .count-bubble:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  right: 100%;
}

.pill-loader {
  background: rgb(var(--background-primary));
  border-radius: var(--rounded-full);
  visibility: hidden;
  width: 2rem;
  height: 1rem;
  display: grid;
}

.pill-loader > * {
  grid-area: 1 / -1;
  place-self: center;
}

.loader-dots {
  justify-items: center;
  gap: .25rem;
  display: flex;
}

.loader-dots > * {
  border-radius: var(--rounded-full);
  background: currentColor;
  width: .25rem;
  height: .25rem;
}

.loader-checkmark {
  opacity: 0;
}

.form {
  align-content: start;
  gap: var(--spacing-4);
  display: grid;
}

.fieldset, .input-row {
  gap: var(--input-gap);
  display: grid;
}

.fieldset-link {
  margin-block-start: var(--spacing-2);
  margin-block-end: var(--spacing-2);
}

.fieldset-with-submit {
  align-items: start;
  gap: var(--spacing-4);
  display: grid;
}

@media screen and (min-width: 700px) {
  .form:not(.form--tight) {
    gap: var(--spacing-6);
  }

  .input-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fieldset-link {
    margin-block-start: 0;
    margin-block-end: var(--spacing-2);
  }

  .fieldset-with-submit {
    grid-template-columns: minmax(0, 1fr) max-content;
  }
}

.input, .textarea, .select {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: var(--input-height);
  border-radius: var(--rounded-input);
  background: rgb(var(--input-background, transparent));
  color: rgb(var(--input-text-color, var(--text-color)));
  text-align: start;
  border-width: 1px;
  padding-inline-start: var(--input-padding-inline);
  padding-inline-end: var(--input-padding-inline);
}

:is(.input:focus, .textarea:focus, .select:focus-visible) {
  border-color: currentColor;
  outline: none;
  box-shadow: inset 0 0 0 1px;
}

.input.is-floating, .select.is-floating {
  height: calc(var(--input-height)  + .625rem);
  padding-block-start: var(--spacing-4);
}

.textarea {
  height: auto;
  vertical-align: top;
  padding-block-start: var(--spacing-4);
  padding-block-end: var(--spacing-4);
}

.textarea.is-floating {
  padding-block-start: var(--spacing-6);
  padding-block-end: var(--spacing-2);
}

.select {
  gap: var(--spacing-4);
  justify-content: space-between;
  align-items: center;
  padding-inline-end: calc(var(--input-padding-inline) * 2);
  display: flex;
}

.select-chevron {
  position: absolute;
  top: calc(50% - 3.5px);
}

.select-chevron:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  right: var(--input-padding-inline);
}

.select-chevron:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  left: var(--input-padding-inline);
}

.form-control {
  text-align: start;
  position: relative;
}

.block-label {
  width: fit-content;
  margin-block-end: var(--spacing-2);
  display: block;
}

.floating-label {
  height: calc(var(--input-height)  + .625rem);
  top: 0;
  opacity: .5;
  pointer-events: none;
  transform-origin: var(--transform-origin-start);
  grid-auto-flow: column;
  align-items: center;
  column-gap: .5rem;
  margin-inline-start: var(--spacing-4);
  transition: transform .2s ease-in-out;
  display: grid;
  position: absolute;
}

.floating-label:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  left: 1px;
}

.floating-label:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  right: 1px;
}

:-webkit-any(:-webkit-any(.input, .textarea):focus ~ .floating-label, :-webkit-any(.input, .textarea):not(:placeholder-shown) ~ .floating-label, :-webkit-any(.input, .textarea, .select):-webkit-autofill ~ .floating-label, .select:valid ~ .floating-label) {
  transform: scale(.65) translateY(calc(-1 * var(--spacing-4)));
}

:is(:is(.input, .textarea):focus ~ .floating-label, :is(.input, .textarea):not(:placeholder-shown) ~ .floating-label, :is(.input, .textarea, .select):autofill ~ .floating-label, .select:valid ~ .floating-label) {
  transform: scale(.65) translateY(calc(-1 * var(--spacing-4)));
}

:-webkit-any(.input, .textarea, .select):-webkit-autofill ~ .floating-label {
  color: #000;
}

:is(.input, .textarea, .select):autofill ~ .floating-label {
  color: #000;
}

.self-submit-button {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}

.self-submit-button:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  right: var(--spacing-4);
}

.self-submit-button:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  left: var(--spacing-4);
}

@media screen and (min-width: 700px) {
  .floating-label {
    margin-inline-start: var(--spacing-5);
  }

  .self-submit-button:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    right: var(--spacing-5);
  }

  .self-submit-button:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    left: var(--spacing-5);
  }
}

.checkbox-container {
  align-items: baseline;
  display: flex;
}

.checkbox {
  -webkit-appearance: none;
  appearance: none;
  width: var(--spacing-4);
  height: var(--spacing-4);
  background: rgb(var(--text-color) / .15) var(--checkmark-svg-url) no-repeat center;
  background-size: 0;
  border-radius: 2px;
  flex-shrink: 0;
  transition: background-color .2s ease-in-out;
  position: relative;
  top: .1875rem;
  box-shadow: inset 1px 1px 2px #0000001a;
}

.checkbox:checked {
  background-color: rgb(var(--accent));
  background-size: 10px 8px;
}

.checkbox:checked ~ label {
  opacity: 1;
  transition: all .2s ease-in-out;
}

.checkbox ~ label {
  opacity: .7;
  padding-inline-start: var(--spacing-3);
}

.checkbox:disabled {
  opacity: .5;
}

.checkbox:disabled ~ label {
  color: rgb(var(--text-color) / .5);
  cursor: default;
}

.fieldset > .checkbox-container {
  margin-block-start: var(--spacing-1);
}

.checkbox-list {
  gap: var(--spacing-2);
  display: grid;
}

@media screen and (min-width: 700px) {
  .checkbox {
    top: var(--spacing-0-5);
  }
}

.switch {
  -webkit-appearance: none;
  appearance: none;
  height: var(--spacing-5);
  width: var(--spacing-10);
  border-radius: var(--rounded-full);
  background: rgb(var(--text-color) / .15);
  padding: 3px;
  transition: background .2s ease-in-out;
  display: grid;
}

.switch:after {
  content: "";
  width: var(--spacing-3-5);
  height: var(--spacing-3-5);
  background: rgb(var(--background));
  border-radius: var(--rounded-full);
  transition: transform .2s ease-in-out;
  box-shadow: 0 1px 1px #0003;
}

.switch:checked {
  background: rgb(var(--accent));
}

.switch:checked:after {
  transform: translateX(calc(var(--transform-logical-flip) * var(--spacing-5)));
}

.horizontal-product {
  --horizontal-product-image-size: var(--spacing-16);
  align-items: flex-start;
  gap: var(--spacing-4);
  padding: var(--spacing-4);
  min-width: 0;
  display: flex;
}

.horizontal-product__image {
  width: var(--horizontal-product-image-size);
  flex: 0 0 var(--horizontal-product-image-size);
}

.horizontal-product__info {
  gap: var(--spacing-2);
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

@media screen and (min-width: 700px) {
  .horizontal-product {
    --horizontal-product-image-size: var(--spacing-20);
    gap: var(--spacing-5);
    align-items: center;
  }

  .horizontal-product--sm {
    --horizontal-product-image-size: var(--spacing-16);
  }

  .horizontal-product__info {
    gap: var(--spacing-4);
    display: flex;
  }

  .horizontal-product__cta {
    flex-shrink: 0;
    margin-inline-end: var(--spacing-4);
  }
}

.horizontal-product-list.separate {
  gap: var(--spacing-2);
  display: grid;
}

.horizontal-product-list-carousel > .horizontal-product-list {
  grid: auto / auto-flow 73vw;
  display: grid;
}

.horizontal-product-list-carousel > .horizontal-product-list:not(.separate) {
  border-radius: var(--rounded-xs);
  border-width: 1px;
}

@media screen and (min-width: 700px) {
  .horizontal-product-list-carousel {
    border-radius: var(--rounded-xs);
    grid-template-columns: minmax(0, 1fr);
  }

  .horizontal-product-list-carousel > .horizontal-product-list {
    grid: auto / auto-flow var(--horizontal-product-width, 100%);
  }
}

.v-stack {
  display: grid;
}

.h-stack {
  align-items: center;
  display: flex;
}

.container {
  --container-inner-width: min((100vw - var(--scrollbar-width, 0px))  - var(--container-gutter) * 2, var(--container-max-width));
  --container-outer-width: calc(((100vw - var(--scrollbar-width, 0px))  - var(--container-inner-width)) / 2);
  margin-inline-start: max(var(--container-gutter), 50% - var(--container-max-width) / 2);
  margin-inline-end: max(var(--container-gutter), 50% - var(--container-max-width) / 2);
}

.container--narrow {
  --container-max-width: var(--container-narrow-max-width);
}

@media screen and (min-width: 700px) {
  .sm\:container {
    --container-inner-width: min((100vw - var(--scrollbar-width, 0px))  - var(--container-gutter) * 2, var(--container-max-width));
    --container-outer-width: calc(((100vw - var(--scrollbar-width, 0px))  - var(--container-inner-width)) / 2);
    margin-inline-start: max(var(--container-gutter), 50% - var(--container-max-width) / 2);
    margin-inline-end: max(var(--container-gutter), 50% - var(--container-max-width) / 2);
  }
}

.bleed {
  scroll-padding-inline: var(--container-outer-width);
  margin-inline-start: calc(-1 * var(--container-outer-width));
  margin-inline-end: calc(-1 * var(--container-outer-width));
  padding-inline-start: var(--container-outer-width);
  padding-inline-end: var(--container-outer-width);
  display: grid;
}

.full-bleed {
  margin-inline-start: calc(-1 * var(--container-outer-width));
  margin-inline-end: calc(-1 * var(--container-outer-width));
  display: grid;
}

@media screen and (min-width: 700px) {
  .sm\:unbleed {
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
    padding-inline-end: 0;
    scroll-padding-inline: 0;
  }
}

@media screen and (min-width: 1000px) {
  .md\:unbleed {
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
    padding-inline-end: 0;
    scroll-padding-inline: 0;
  }
}

@media screen and (min-width: 1150px) {
  .lg\:unbleed {
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
    padding-inline-end: 0;
    scroll-padding-inline: 0;
  }
}

[role="main"] .shopify-section {
  --section-is-first: 0;
  --hash-difference: calc(var(--section-background-hash)  - var(--previous-section-background-hash, -1));
  --hash-difference-abs: max(var(--hash-difference), -1 * var(--hash-difference));
  --background-differs-from-previous: max(0, min(var(--hash-difference-abs, 1), 1));
  background: rgb(var(--background));
  position: relative;
}

[role="main"] .shopify-section:not(.contents) {
  display: flow-root;
}

[role="main"] .shopify-section:empty {
  display: none;
}

[role="main"] .shopify-section:first-child {
  --section-is-first: 1;
}

.section {
  --context-section-spacing-block-start: var(--section-outer-spacing-block);
  --context-section-spacing-block-end: var(--section-outer-spacing-block);
  --context-section-spacing-inline: var(--container-gutter);
  --calculated-section-spacing-block-start: var(--section-spacing-block-start, var(--section-spacing-block, var(--context-section-spacing-block-start)));
  --calculated-section-spacing-block-end: var(--section-spacing-block-end, var(--section-spacing-block, var(--context-section-spacing-block-end)));
  --calculated-section-spacing-inline: var(--section-spacing-inline, var(--context-section-spacing-inline));
  --container-inner-width: min((100vw - var(--scrollbar-width, 0px))  - var(--calculated-section-spacing-inline, 0px) * 2, var(--container-max-width));
  --container-outer-width: calc(((100vw - var(--scrollbar-width, 0px))  - var(--container-inner-width, 0px)) / 2);
  --section-stack-spacing-inline: var(--section-inner-spacing-inline, 0px);
  padding-inline-start: max(var(--calculated-section-spacing-inline), 50% - var(--container-max-width) / 2);
  padding-inline-end: max(var(--calculated-section-spacing-inline), 50% - var(--container-max-width) / 2);
}

.section--tight {
  --calculated-section-spacing-block-start: min(48px, var(--section-spacing-block-start, var(--section-spacing-block, var(--context-section-spacing-block-start))));
  --calculated-section-spacing-block-end: min(48px, var(--section-spacing-block-end, var(--section-spacing-block, var(--context-section-spacing-block-end))));
  --calculated-section-spacing-inline: min(48px, var(--section-spacing-inline, var(--context-section-spacing-inline)));
}

.section--narrow {
  --container-max-width: var(--container-narrow-max-width);
}

.section {
  padding-block-start: calc(var(--background-differs-from-previous) * var(--calculated-section-spacing-block-start));
  padding-block-end: var(--calculated-section-spacing-block-end);
}

@media screen and (min-width: 700px) {
  .section--tight {
    --calculated-section-spacing-block-start: min(48px, var(--section-spacing-block-start, var(--section-spacing-block, var(--context-section-spacing-block-start, 0px))));
    --calculated-section-spacing-block-end: min(48px, var(--section-spacing-block-end, var(--section-spacing-block, var(--context-section-spacing-block-end, 0px))));
  }

  .section-boxed {
    --context-section-spacing-block-start: min(var(--section-inner-max-spacing-block, var(--section-outer-spacing-block)));
    --context-section-spacing-block-end: min(var(--section-inner-max-spacing-block, var(--section-outer-spacing-block)));
    --context-section-spacing-inline: var(--section-inner-spacing-inline);
    --container-inner-width: calc(var(--container-max-width)  - var(--container-outer-width) * 2);
    --container-outer-width: var(--calculated-section-spacing-inline);
    border-radius: var(--rounded-lg);
    box-shadow: var(--shadow-block);
    margin-block-start: calc(var(--background-differs-from-previous) * var(--section-outer-spacing-block-start, var(--section-outer-spacing-block)));
    margin-block-end: var(--section-outer-spacin-block-end, var(--section-outer-spacing-block));
    margin-inline-start: max(var(--container-gutter), 50% - var(--container-max-width) / 2);
    margin-inline-end: max(var(--container-gutter), 50% - var(--container-max-width) / 2);
    padding-block-start: var(--calculated-section-spacing-block-start);
    padding-inline-start: var(--calculated-section-spacing-inline);
    padding-inline-end: var(--calculated-section-spacing-inline);
  }

  .shopify-section:first-child {
    --section-outer-spacing-block-start: 24px;
  }
}

@media screen and (min-width: 1600px) {
  .section--tight {
    --calculated-section-spacing-block-start: min(64px, var(--section-spacing-block-start, var(--section-spacing-block, var(--context-section-spacing-block-start, 0px))));
    --calculated-section-spacing-block-end: min(64px, var(--section-spacing-block-end, var(--section-spacing-block, var(--context-section-spacing-block-end, 0px))));
  }
}

.section-header {
  gap: var(--spacing-4);
  justify-items: start;
  display: grid;
}

@media screen and (min-width: 1150px) {
  .section-header {
    grid-template-columns: 700px;
    justify-content: space-between;
    align-items: end;
  }

  .section-header > .text-with-icon {
    grid-column-start: 2;
  }
}

.section-stack {
  gap: var(--section-stack-spacing-block, 0px) var(--section-stack-spacing-inline, 0px);
  grid-auto-columns: minmax(0, 1fr);
  display: grid;
}

@media screen and (min-width: 1150px) {
  .section-stack--horizontal {
    justify-content: center;
    display: flex;
  }

  .section-stack--center {
    justify-items: center;
  }

  .section-stack--reverse {
    flex-direction: row-reverse;
  }

  .section-stack__intro {
    width: var(--section-stack-intro, 50%);
  }

  .section-stack__main {
    width: var(--section-stack-main, 50%);
  }
}

.page-spacer {
  margin-block-start: var(--spacing-8);
  margin-block-end: var(--section-outer-spacing-block);
}

@media screen and (min-width: 700px) {
  .page-spacer {
    margin-block-start: var(--spacing-12);
  }
}

@media screen and (min-width: 1000px) {
  .page-spacer {
    margin-block-start: var(--spacing-16);
  }
}

.box {
  padding: var(--spacing-8);
}

@media screen and (min-width: 700px) {
  .box {
    padding: var(--spacing-12);
  }
}

.empty-state {
  justify-items: center;
  gap: var(--spacing-5);
  text-align: center;
  margin-block-start: var(--spacing-12);
  margin-block-end: var(--spacing-12);
  display: grid;
}

.empty-state__icon-wrapper {
  position: relative;
}

.empty-state__icon-wrapper > .count-bubble {
  position: absolute;
  top: calc(-1 * var(--spacing-1-5));
}

.empty-state__icon-wrapper > .count-bubble:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  right: calc(-1 * var(--spacing-1-5));
}

.empty-state__icon-wrapper > .count-bubble:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  left: calc(-1 * var(--spacing-1-5));
}

@media screen and (min-width: 700px) {
  .empty-state {
    gap: var(--spacing-8);
    margin-block-start: var(--spacing-32);
    margin-block-end: var(--spacing-32);
  }

  .empty-state__icon-wrapper > svg {
    width: var(--spacing-12);
    height: var(--spacing-12);
  }

  .empty-state__icon-wrapper > .count-bubble {
    top: calc(-1 * var(--spacing-3));
  }

  .empty-state__icon-wrapper > .count-bubble:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    right: calc(-1 * var(--spacing-3));
  }

  .empty-state__icon-wrapper > .count-bubble:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    left: calc(-1 * var(--spacing-3));
  }
}

.scrollable-with-controls {
  gap: var(--spacing-6);
  grid-auto-columns: minmax(0, 1fr);
  display: grid;
}

@media screen and (min-width: 700px) {
  .scrollable-with-controls {
    gap: var(--spacing-10);
  }
}

.line-item {
  --line-item-image-width: var(--spacing-20);
  align-items: start;
  gap: var(--spacing-5);
  display: flex;
}

.line-item__media-wrapper {
  width: var(--line-item-image-width);
  min-width: var(--line-item-image-width);
  position: relative;
}

.line-item__media-wrapper > .pill-loader {
  position: absolute;
  top: calc(50% - .5rem);
}

.line-item__media-wrapper > .pill-loader:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  left: calc(50% - 1rem);
}

.line-item__media-wrapper > .pill-loader:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  right: calc(50% - 1rem);
}

.line-item__info {
  justify-items: start;
  gap: var(--spacing-1);
  display: grid;
}

.line-item__info line-item-quantity {
  margin-block-start: var(--spacing-1);
}

@media screen and (min-width: 700px) {
  .line-item {
    --line-item-image-width: var(--spacing-24);
    align-items: center;
  }

  .line-item__actions {
    margin-inline-start: auto;
  }
}

video-media, model-media {
  border-radius: inherit;
  aspect-ratio: var(--aspect-ratio, var(--default-aspect-ratio));
  position: relative;
}

@supports not (aspect-ratio: 1) {
  :is(video-media, model-media):before {
    content: "";
    padding-block-end: calc(100% / (var(--aspect-ratio, var(--default-aspect-ratio))));
    display: block;
  }

  :is(video-media, model-media) > * {
    height: 100%;
    top: 0;
    left: 0;
    position: absolute !important;
  }
}

video-media {
  --default-aspect-ratio: 16 / 9;
}

video-media[host] {
  align-items: center;
  display: grid;
}

video-media[autoplay], video-media:not([autoplay]) ~ :not(video-media) {
  pointer-events: none;
}

video-media:not([playing]) {
  cursor: pointer;
}

video-media > :is(video, iframe, img, svg) {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
}

video-media > video[controls] {
  pointer-events: auto;
}

video-media > img, video-media > svg {
  object-fit: cover;
  object-position: center;
}

video-media > video:not(:-webkit-full-screen) {
  object-fit: cover;
  object-position: center;
}

video-media > video:not(:fullscreen) {
  object-fit: cover;
  object-position: center;
}

video-media > :is(iframe, img, svg) {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

video-media:not([loaded]) > :is(video, iframe), video-media[loaded] > img, video-media[loaded] > svg, video-media[loaded]::part(play-button) {
  opacity: 0;
  visibility: hidden;
}

video-media[suspended] ~ * {
  pointer-events: none;
}

video-media::part(play-button) {
  z-index: 1;
  will-change: transform;
  transition: transform .2s ease-in-out, opacity .2s ease-in-out, visibility .2s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)scale(1);
}

video-media:hover::part(play-button) {
  transform: translate(-50%, -50%)scale(1.1);
}

@media screen and (min-width: 700px) {
  video-media::part(play-button) {
    width: 64px;
    height: 64px;
  }
}

model-media {
  --default-aspect-ratio: 1;
}

model-media model-viewer, model-media .shopify-model-viewer-ui {
  width: 100%;
  height: 100%;
}

.video-play-button {
  --play-button-shadow-size: 12px;
  filter: drop-shadow(0 16px 50px #0000000d);
  pointer-events: auto;
  position: relative;
}

.video-play-button:before {
  content: "";
  box-sizing: content-box;
  top: calc(-1 * var(--play-button-shadow-size));
  left: calc(-1 * var(--play-button-shadow-size));
  width: 100%;
  height: 100%;
  padding: var(--play-button-shadow-size);
  background: radial-gradient(50% 50% at 50% 50%, rgb(var(--text-color) / 0) 0%, rgb(var(--text-color)) 100%);
  opacity: .3;
  border-radius: 100%;
  animation: 2s ease-in-out infinite alternate ping;
  position: absolute;
}

@media screen and (min-width: 700px) {
  .video-play-button {
    --play-button-shadow-size: 20px;
  }

  .video-play-button svg {
    width: 5rem;
    height: 5rem;
  }
}

.order-summary__header {
  display: none;
}

.order-summary__body td {
  border-top-width: 0;
  padding-block-start: 0;
  padding-block-end: var(--spacing-4);
}

.order-summary__body td:first-child {
  width: 60%;
}

@media screen and (min-width: 700px) {
  .order-summary__header {
    display: table-header-group;
  }

  .order-summary__body td {
    padding-block-end: var(--spacing-6);
  }

  .order-summary__body tr:first-child td {
    padding-block-start: var(--spacing-8);
  }

  .order-summary__body tr:last-child td {
    padding-block-end: var(--spacing-8);
  }
}

.quantity-input {
  width: var(--quantity-input-characters-count, 1ch);
  border-radius: var(--rounded-input);
  text-align: center;
  min-width: 44px;
  font-size: var(--text-xs);
  -webkit-touch-callout: none;
  -webkit-appearance: none;
  background: none;
  border-width: 1px;
  outline: none;
  padding-block-start: var(--spacing-1);
  padding-block-end: var(--spacing-1);
}

.quantity-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media screen and (min-width: 700px) {
  .quantity-input {
    min-width: 48px;
    padding-block-start: var(--spacing-2);
    padding-block-end: var(--spacing-2);
  }
}

.pagination {
  background: rgb(var(--background));
  border-radius: var(--rounded-button);
  border-width: 1px;
  justify-self: center;
  display: flex;
}

.pagination__item {
  place-content: center;
  padding-inline-start: var(--spacing-4);
  padding-inline-end: var(--spacing-4);
  display: grid;
}

.pagination__item--disabled {
  opacity: .5;
}

.pagination__current {
  padding: var(--spacing-2) var(--spacing-1);
}

@media screen and (min-width: 700px) {
  .pagination__item {
    padding-inline-start: var(--spacing-5);
    padding-inline-end: var(--spacing-5);
  }

  .pagination__current {
    padding: var(--spacing-3) var(--spacing-2);
  }
}

.range {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  width: 100%;
}

.range::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.range::-webkit-slider-thumb {
  background: rgb(var(--text-color));
  cursor: pointer;
  border: 2px solid rgb(var(--background));
  z-index: 1;
  width: 16px;
  height: 16px;
  box-shadow: none;
  border-radius: 100%;
  margin-block-start: -6px;
  position: relative;
}

.range::-webkit-slider-runnable-track {
  cursor: pointer;
  background: rgb(var(--text-color) / .12);
  border: none;
  border-radius: 2px;
  width: 100%;
  height: 4px;
}

.range::-moz-range-thumb {
  border: 2px solid rgb(var(--background));
  background: rgb(var(--text-color));
  cursor: pointer;
  border-radius: 100%;
  width: 12px;
  height: 12px;
}

.range::-moz-range-progress {
  cursor: pointer;
  border: none;
  border-radius: 2px;
  width: 100%;
  height: 4px;
}

.range::-moz-range-track {
  cursor: pointer;
  border: none;
  border-radius: 2px;
  width: 100%;
  height: 4px;
}

.range::-moz-range-progress {
  background-color: rgba(var(--text-color));
}

.range::-moz-range-track {
  background-color: rgb(var(--border-color));
}

@media not screen and (pointer: fine) {
  .range::-webkit-slider-thumb {
    width: 20px;
    height: 20px;
    margin-top: -9px;
  }

  .range::-moz-range-thumb {
    width: 16px;
    height: 16px;
  }
}

.range-group {
  background: linear-gradient(to var(--transform-origin-end), rgb(var(--text-color) / .12) var(--range-min), rgb(var(--text-color)) var(--range-min), rgb(var(--text-color)) var(--range-max), rgb(var(--text-color) / .12) var(--range-max));
  border-radius: 2px;
  height: 4px;
  position: relative;
}

.range-group .range {
  pointer-events: none;
  vertical-align: top;
  height: 4px;
}

.range-group .range::-webkit-slider-runnable-track {
  background: none;
}

.range-group .range::-webkit-slider-thumb {
  pointer-events: auto;
}

.range-group .range::-moz-range-progress {
  background: none;
}

.range-group .range::-moz-range-track {
  background: none;
}

.range-group .range::-moz-range-thumb {
  pointer-events: auto;
}

.range-group .range:last-child {
  position: absolute;
  top: 0;
}

.range-group .range:last-child:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  left: 0;
}

.range-group .range:last-child:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  right: 0;
}

.input-group {
  align-items: center;
  column-gap: 20px;
  display: flex;
}

.input-prefix {
  border-radius: min(10px, var(--rounded-button));
  border: 1px solid rgb(var(--text-color) / .12);
  flex: 1 0 0;
  justify-content: space-between;
  align-items: center;
  min-width: 0;
  padding: 10px 15px;
  display: flex;
}

.input-prefix:focus-within {
  border-color: rgb(var(--text-color));
  box-shadow: inset 0 0 0 1px rgb(var(--text-color));
}

.input-prefix > .field {
  -webkit-appearance: textfield;
  appearance: textfield;
  text-align: end;
  background: none;
  border: none;
  width: 100%;
  min-width: 0;
  margin-inline-start: 10px;
  padding: 0;
}

.input-prefix > .field:focus {
  outline: none;
}

.input-prefix > .field::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.input-prefix > .field::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.price-range {
  gap: 24px;
  padding-block-start: 4px;
  display: grid;
}

.price-range--inline {
  padding: var(--spacing-1);
  grid-template-columns: minmax(110px, auto) 380px minmax(110px, auto);
  align-items: center;
}

@media screen and not (pointer: fine) {
  .price-range {
    row-gap: 18px;
    padding-block-start: 10px;
  }
}

.product-list {
  grid: var(--product-list-grid);
  gap: var(--product-list-gap);
  scroll-padding-top: calc(var(--sticky-area-height)  + 20px);
  display: grid;
  position: relative;
}

.product-list__promo {
  grid-column: var(--product-list-promo-grid-column, span 2);
  min-height: 200px;
  display: grid;
}

@media screen and (min-width: 700px) {
  @supports (grid-template-rows: subgrid) {
    .product-list {
      grid-template-rows: auto auto;
    }

    .product-list > * {
      grid-template-rows: subgrid;
      grid-row: span 2;
      gap: 0;
    }

    .product-list__promo :is(img, video-media) {
      position: absolute;
    }

    .product-list:not(:has(.product-card--blends)) .product-list__promo .content-over-media {
      grid-row: span 2;
      min-height: 300px;
    }

    .product-card__info {
      align-content: start;
    }
  }
}

.rating {
  align-items: center;
  gap: var(--spacing-1-5);
  display: flex;
}

.rating__stars {
  display: contents;
}

.rating__star {
  color: rgb(var(--star-color));
  position: relative;
  top: -1px;
}

.rating__star--empty {
  filter: grayscale();
}

@media screen and (min-width: 700px) {
  .rating__star {
    width: 15px;
    height: 15px;
  }
}

.rating-with-text {
  gap: var(--spacing-2);
  grid-template-columns: minmax(0, 1fr);
  grid-auto-flow: column;
  align-items: baseline;
  display: grid;
}

.buy-buttons {
  align-items: start;
  gap: var(--spacing-2);
  display: grid;
}

.buy-buttons--compact {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

@media screen and (min-width: 700px) {
  .buy-buttons--multiple {
    gap: var(--spacing-4);
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
}

.product-card {
  --product-card-badge-spacing: var(--spacing-2);
  --product-card-info-padding: var(--spacing-4);
  --product-card-quick-buy-inset: var(--spacing-2);
  border-radius: var(--rounded-sm);
  isolation: isolate;
  grid-template-columns: minmax(0, 1fr);
  align-content: start;
  align-items: start;
  display: grid;
  position: relative;
}

.product-card__figure {
  display: block;
  position: relative;
}

.product-card__badge-list {
  gap: var(--spacing-2);
  pointer-events: none;
  z-index: 5;
  display: grid;
  position: absolute;
  top: var(--product-card-badge-spacing);
}

.product-card__badge-list:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  left: var(--product-card-badge-spacing);
}

.product-card__badge-list:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  right: var(--product-card-badge-spacing);
}

.product-card__image {
  object-fit: contain;
  object-position: center;
  transition: opacity .2s ease-in-out;
}

.product-card__image:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  border-top-left-radius: var(--rounded-sm);
  border-top-right-radius: var(--rounded-sm);
}

.product-card__image:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  border-top-right-radius: var(--rounded-sm);
  border-top-left-radius: var(--rounded-sm);
}

.product-card__image--secondary {
  display: none;
}

.product-card__title {
  line-height: 1.5;
}

.product-card__quick-buy {
  position: absolute;
  bottom: var(--product-card-quick-buy-inset);
}

.product-card__quick-buy:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  right: var(--product-card-quick-buy-inset);
}

.product-card__quick-buy:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  left: var(--product-card-quick-buy-inset);
}

.product-card__mobile-quick-buy-button {
  background: rgb(var(--background-primary));
  width: 2.25rem;
  height: 2.25rem;
  color: rgb(var(--text-primary) / .7);
  border-radius: var(--rounded-button);
  border-width: 1px;
  place-content: center;
  display: grid;
}

.product-card__mobile-quick-buy-button > .button__loader {
  gap: var(--spacing-1);
}

.product-card__mobile-quick-buy-button > .button__loader > * {
  width: var(--spacing-1);
  height: var(--spacing-1);
}

.product-card__info {
  gap: var(--spacing-1);
  padding: var(--product-card-info-padding);
  grid-template-columns: minmax(0, 1fr);
  justify-items: start;
  display: grid;
}

.product-card--blends .product-card__info {
  padding-block-end: 0;
  padding-inline-start: 0;
  padding-inline-end: 0;
}

.product-card__info--center {
  text-align: center;
  justify-content: center;
  justify-items: center;
}

.product-card__variant-list {
  display: none;
}

@media screen and (min-width: 700px) {
  .product-card {
    --product-card-badge-spacing: var(--spacing-4);
    --product-card-info-padding: var(--spacing-5);
    --product-card-quick-buy-inset: var(--spacing-4);
  }

  .product-card__aside {
    margin-block-start: var(--spacing-1);
  }

  .product-card__variant-list {
    gap: var(--spacing-2);
    margin-block: var(--spacing-2) 2px;
    flex-wrap: wrap;
    display: flex;
  }
}

@media screen and (min-width: 1400px) {
  .product-card__info {
    --product-card-info-padding: var(--spacing-6) var(--spacing-8) var(--spacing-8) var(--spacing-8);
  }
}

@media screen and (pointer: fine) {
  .product-card--show-secondary-media .product-card__figure:hover .product-card__image--primary {
    opacity: 0;
  }

  .product-card--show-secondary-media .product-card__figure:hover .product-card__image--secondary {
    opacity: 1;
  }

  .product-card__image--secondary {
    opacity: 0;
    display: block;
  }

  .product-card__quick-buy {
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease-in-out, transform .2s ease-in-out, visibility .2s ease-in-out;
    transform: translateY(5px);
  }

  .product-card:hover .product-card__quick-buy {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

.model-viewer {
  position: relative;
}

.model-viewer model-viewer {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
}

.model-viewer .shopify-model-viewer-ui {
  display: block;
}

.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
  background: rgb(var(--background-primary));
  border-color: rgb(var(--text-primary) / .25);
}

.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button {
  color: rgb(var(--text-primary));
}

.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:hover {
  color: rgb(var(--text-primary) / .55);
}

.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:active, .shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control.focus-visible:focus {
  color: rgb(var(--text-primary) / .55);
  background: rgb(var(--text-primary) / .25);
}

.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:not(:last-child):after {
  border-color: rgb(var(--text-primary) / .25);
}

.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster {
  background: rgb(var(--background-primary));
  border-color: rgb(var(--text-primary) / .25);
  border-radius: var(--rounded-button);
}

.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover, .shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:focus {
  color: rgb(var(--text-primary) / .55);
}

.price-list {
  align-items: baseline;
  gap: var(--spacing-0-5) var(--spacing-2);
  flex-wrap: wrap;
  display: flex;
}

.price-list--lg {
  gap: var(--spacing-3);
}

.pickup-drawer::part(close-button) {
  align-self: start;
  margin-block-start: .375rem;
}

.pickup-drawer::part(body) {
  padding-block-start: 0;
  padding-block-end: 0;
}

.pickup-availability__closest-location {
  align-items: start;
  gap: var(--spacing-3);
  display: flex;
}

.pickup-availability__media {
  width: var(--spacing-16);
}

.pickup-availability__location {
  gap: var(--spacing-2);
  padding-block-start: var(--spacing-5);
  padding-block-end: var(--spacing-5);
  display: grid;
}

@media screen and (min-width: 700px) {
  .pickup-availability__media {
    width: var(--spacing-20);
  }

  .pickup-availability__location {
    padding-block-start: var(--spacing-6);
    padding-block-end: var(--spacing-6);
  }
}

.quantity-selector {
  height: var(--input-height);
  background: rgb(var(--input-background, transparent));
  color: rgb(var(--input-text-color, var(--text-color)));
  border-radius: var(--rounded-button);
  border-width: 1px;
  display: inline-flex;
}

.quantity-selector__button {
  padding-inline-start: var(--spacing-5);
  padding-inline-end: var(--spacing-5);
}

.quantity-selector__input {
  -webkit-appearance: textfield;
  appearance: textfield;
  min-width: var(--spacing-6);
  width: var(--quantity-input-characters-count, 1ch);
  background: inherit;
  text-align: center;
}

.quantity-selector__input:focus {
  outline: none;
}

.quantity-selector__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity-selector__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media screen and (min-width: 700px) {
  .quantity-selector__button {
    padding-inline-start: var(--spacing-6);
    padding-inline-end: var(--spacing-6);
  }
}

.product-quick-add {
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  padding: 1.25rem;
  transition: visibility .15s ease-in, opacity .15s ease-in, transform .15s ease-in;
  position: fixed;
  bottom: 0;
  transform: translateY(10px);
}

.product-quick-add:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  right: 0;
}

.product-quick-add:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  left: 0;
}

.product-quick-add.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media screen and (min-width: 700px) {
  .product-quick-add {
    border-radius: var(--rounded-sm);
    background: rgb(var(--dialog-background));
    border-width: 1px;
    width: 35rem;
    padding: 1rem;
    bottom: 1rem;
    transform: translateY(0);
  }

  .product-quick-add:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    right: 1rem;
  }

  .product-quick-add:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    left: 1rem;
  }

  .product-quick-add__variant {
    grid-template-columns: 80px minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 1.5rem;
    display: grid;
  }

  .product-quick-add__variant.no-image {
    grid-template-columns: minmax(0, 1fr) auto;
  }
}

.quick-buy-drawer {
  --drawer-header-padding: var(--spacing-6);
  --drawer-body-padding: var(--spacing-6);
  --shopify-payment-button-padding: .8125rem var(--spacing-6);
  display: none;
}

.quick-buy-drawer::part(close-button) {
  align-self: start;
  margin-block-start: .25rem;
  margin-inline-end: .25rem;
}

.quick-buy-drawer .variant-picker {
  text-align: center;
}

.quick-buy-drawer .variant-picker__option-info, .quick-buy-drawer .variant-picker__option-values {
  justify-content: center;
}

.quick-buy-drawer .variant-picker__option-values--color {
  max-width: 300px;
  margin-inline-start: auto;
  margin-inline-end: auto;
}

.quick-buy-drawer .block-swatch {
  padding: var(--spacing-2-5) var(--spacing-5);
  height: 2.625rem;
}

.quick-buy-drawer .checkbox-container {
  justify-content: center;
}

.quick-buy-drawer__media {
  max-width: var(--spacing-20);
}

.quick-buy-drawer__info {
  gap: var(--spacing-6);
  margin-block-start: 1rem;
  display: grid;
}

@media screen and (min-width: 700px) {
  .quick-buy-drawer {
    --drawer-header-padding: var(--spacing-6);
    width: 560px;
    height: auto;
  }

  .quick-buy-drawer .variant-picker__option-info, .quick-buy-drawer .block-swatch {
    font-size: var(--text-sm);
  }

  .quick-buy-drawer .color-swatch {
    --swatch-size: 1.5rem;
  }

  .quick-buy-drawer .color-swatch--rectangle {
    --swatch-size: 2rem;
  }

  .quick-buy-drawer :is(.button, .shopify-payment-button__button--unbranded) {
    padding: var(--spacing-3) var(--spacing-6) !important;
    font-size: var(--text-sm) !important;
  }

  .quick-buy-drawer shopify-accelerated-checkout, .quick-buy-drawer shopify-accelerated-checkout-cart {
    --shopify-accelerated-checkout-button-block-size: 46px;
  }

  .quick-buy-drawer__info {
    gap: var(--spacing-8);
  }
}

.variant-picker {
  gap: var(--spacing-6);
  grid-template-columns: minmax(0, 1fr);
  display: grid;
}

.variant-picker .popover {
  --popover-anchor-block-spacing: var(--spacing-2);
  --popover-content-max-width: none;
}

.variant-picker .popover, .variant-picker .popover::part(content) {
  width: 100%;
}

.variant-picker__option-info {
  justify-content: space-between;
  align-items: baseline;
  margin-block-end: var(--spacing-2);
  display: flex;
}

.variant-picker__option-values {
  display: flex;
}

.variant-picker__option-values.scroll-area {
  padding-block-start: 1px;
  padding-block-end: 1px;
}

@media screen and (max-width: 699px) {
  .variant-picker__option-values:not(.wrap) .block-swatch {
    white-space: nowrap;
  }
}

@media screen and (min-width: 700px) {
  .variant-picker__option-values {
    flex-wrap: wrap;
  }
}

@media (scripting: none) {
  .variant-picker__option {
    display: none;
  }
}

.prose ol, .list-decimal {
  list-style: inside decimal;
}

.prose ul, .list-disc {
  list-style: inside;
}

.prose :is(ol, ul) :is(ol, ul) {
  margin-block-start: 1em;
  margin-inline-start: 1em;
}

.prose > :first-child, .prose > :first-child :first-child {
  margin-block-start: 0 !important;
}

.prose > :last-child, .prose > :last-child :last-child {
  margin-block-end: 0 !important;
}

.prose * + :is(p, div, ul, ol) {
  margin-block-start: var(--spacing-3);
}

.prose * + :is(.h0, .h1, .h2, h1, h2) {
  margin-block-start: var(--spacing-4);
}

.prose * + :is(.h3, .h4, .h5, .h6, h3, h4, h5, h6) {
  margin-block-start: var(--spacing-3);
}

.prose * + .button {
  margin-block-start: var(--spacing-6) !important;
}

.prose * + span:not(:empty, .metafield-multi_line_text_field) {
  display: inline-block;
}

.prose :is(.h0, .h1, .h2, .h3, .h4, h1, h2, h3, h4) + * {
  margin-block-start: var(--spacing-5);
}

.prose :is(.h5, .h6, h5, h6) + * {
  margin-block-start: var(--spacing-4);
}

.prose :is(p img:not([style*="float"]):only-child, div img:not([style*="float"]):only-child, figure, video) {
  margin-block: var(--spacing-8);
}

.prose figcaption {
  font-style: italic;
  font-size: var(--text-sm);
  color: rgb(var(--text-color) / .7);
  margin-block-start: .5em;
}

.prose ul, .prose ol {
  row-gap: .6em;
  display: grid;
}

.prose br {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.prose :is(iframe[src*="youtube"], iframe[src*="youtu.be"], iframe[src*="vimeo"]) {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 700px) {
  .prose * + :is(p, div, ul, ol) {
    margin-block-start: var(--spacing-4);
  }

  .prose * + :is(.h0, .h1, .h2, h1, h2) {
    margin-block-start: var(--spacing-6);
  }

  .prose * + :is(.h3, .h4, h3, h4) {
    margin-block-start: var(--spacing-5);
  }

  .prose * + :is(.h5, .h6, h5, h6) {
    margin-block-start: var(--spacing-4);
  }

  .prose * + .button {
    margin-block-start: var(--spacing-8) !important;
  }

  .prose .h0 + .button {
    margin-block-start: var(--spacing-10) !important;
  }

  .prose :is(.h0, .h1, .h2, .h3, h1, h2, h3) + * {
    margin-block-start: var(--spacing-6);
  }

  .prose :is(.h4, h4) + * {
    margin-block-start: var(--spacing-5);
  }

  .prose :is(.h5, .h6, h5, h6) + * {
    margin-block-start: var(--spacing-4);
  }

  .prose :is(p img:not([style*="float"]):only-child, div img:not([style*="float"]):only-child, figure, video) {
    margin-block: var(--spacing-12);
  }
}

@media screen and (min-width: 1150px) {
  .prose * + p {
    margin-block-start: var(--spacing-6);
  }

  .prose * + :is(.h0, .h1, h1) {
    margin-block-start: var(--spacing-8);
  }

  .prose * + :is(.h2, .h3, .h4, h2, h3, h4) {
    margin-block-start: var(--spacing-6);
  }

  .prose * + :is(.h5, .h6, h5, h6) {
    margin-block-start: var(--spacing-4);
  }

  .prose :is(.h0, .h1, .h2, h1, h2) + * {
    margin-block-start: var(--spacing-8);
  }

  .prose :is(.h3, .h4, h3, h4) + * {
    margin-block-start: var(--spacing-6);
  }

  .prose :is(.h5, .h6, h5, h6) + * {
    margin-block-start: var(--spacing-4);
  }
}

.link, .prose a:not(.button) {
  text-underline: none;
  background: linear-gradient(to right, currentColor, currentColor) 0 min(100%, 1.35em) / 100% 1px no-repeat;
  transition: background-size .3s ease-in-out, color .3s ease-in-out;
}

@supports (height: 1lh) {
  :is(.link, .prose a:not(.button)) {
    background: linear-gradient(to right, currentColor, currentColor) 0 min(100%, 1.2lh) / 100% 1px no-repeat;
  }
}

@media screen and (pointer: fine) {
  :is(.link, .prose a:not(.button)):hover {
    background-size: 0 1px;
  }

  .text-subdued :is(.link, .prose a:not(.button)):hover {
    color: rgb(var(--text-color));
  }
}

.reversed-link {
  text-underline: none;
  background: linear-gradient(to right, currentColor, currentColor) 0 min(100%, 1.35em) / 0 1px no-repeat;
  transition: background-size .3s ease-in-out;
}

@supports (height: 1lh) {
  .reversed-link {
    background: linear-gradient(to right, currentColor, currentColor) 0 min(100%, 1.2lh) / 0 1px no-repeat;
  }
}

@media screen and (pointer: fine) {
  .group:hover .reversed-link, .reversed-link.hover\:show:hover {
    background-size: 100% 1px;
  }
}

.link-faded {
  opacity: .7;
  transition: opacity .2s ease-in-out;
}

@media screen and (pointer: fine) {
  .link-faded:hover {
    opacity: 1;
  }
}

.link-faded-reverse {
  transition: opacity .2s ease-in-out;
}

@media screen and (pointer: fine) {
  .link-faded-reverse:hover {
    opacity: .7;
  }
}

table {
  width: 100%;
}

table caption {
  text-align: inherit;
  margin-block-end: .5rem;
}

th {
  text-align: start;
}

th, td {
  padding: var(--spacing-4);
  vertical-align: top;
}

table:not(.table--bordered) :is(th, td):first-child {
  padding-inline-start: 0;
}

table:not(.table--bordered) :is(th, td):last-child {
  padding-inline-end: 0;
}

thead th {
  border-block-end-width: 1px;
}

tbody tr + tr > *, thead + tbody tr > * {
  border-top-width: 1px;
}

tfoot td {
  border-top-width: 1px;
  padding-block-start: var(--spacing-6);
  padding-block-end: 0;
}

.table-row-hover {
  cursor: pointer;
  transition: background .2s ease-in-out;
}

.table--bordered tr {
  border-width: 1px;
}

.table--sm td {
  padding: var(--spacing-2);
}

@media screen and (pointer: fine) {
  .table-row-hover:hover {
    background: rgb(var(--text-color) / .05);
  }
}

@media screen and (min-width: 700px) {
  th, td {
    padding-block-start: var(--spacing-6);
    padding-block-end: var(--spacing-6);
  }

  tfoot td {
    padding-block-start: var(--spacing-8);
  }
}

.blockquote, .prose blockquote {
  --quote-width: 51px;
  --quote-height: 37px;
  --quote-inset-block-start: calc(var(--spacing-5) * -1);
  --quote-inset-inline-start: var(--spacing-1);
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: bold;
  position: relative;
}

:is(.blockquote, .prose blockquote):before {
  content: "";
  width: var(--quote-width);
  height: var(--quote-height);
  background: rgb(var(--text-color) / .1);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='86' height='55' viewBox='0 0 86 55' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M71.3163 54.6H42.5163L60.3163 0.400024H85.5163L71.3163 54.6ZM29.3163 54.6H0.716309L18.9163 0.400024H44.1163L29.3163 54.6Z' fill='%23252627'/%3E%3C/svg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg width='86' height='55' viewBox='0 0 86 55' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M71.3163 54.6H42.5163L60.3163 0.400024H85.5163L71.3163 54.6ZM29.3163 54.6H0.716309L18.9163 0.400024H44.1163L29.3163 54.6Z' fill='%23252627'/%3E%3C/svg%3E%0A");
  -webkit-mask-size: var(--quote-width) var(--quote-height);
  mask-size: var(--quote-width) var(--quote-height);
  position: absolute;
  top: var(--quote-inset-block-start);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

:is(.blockquote, .prose blockquote):not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)):before {
  left: var(--quote-inset-inline-start);
}

:is(.blockquote, .prose blockquote):is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)):before {
  right: var(--quote-inset-inline-start);
}

.blockquote {
  margin-block-start: var(--spacing-5);
}

.prose blockquote {
  --quote-inset-block-start: calc(var(--spacing-4) * -1);
  --quote-inset-inline-start: calc(50% - (var(--quote-width) / 2));
  text-align: center;
  font-size: var(--text-h3);
  margin-block-start: var(--spacing-14);
  margin-block-end: var(--spacing-10);
  line-height: 1.2;
}

@media screen and (min-width: 700px) {
  .blockquote, .prose blockquote {
    --quote-width: 70px;
    --quote-height: 45px;
  }

  .blockquote {
    --quote-inset-block-start: calc(var(--spacing-6) * -1);
    margin-block-start: var(--spacing-8);
  }
}

@media screen and (min-width: 1150px) {
  .prose blockquote {
    --quote-width: 85px;
    --quote-height: 55px;
    --quote-inset-block-start: calc(var(--spacing-5) * -1);
    margin-block-start: var(--spacing-18);
    margin-block-end: var(--spacing-12);
  }

  .blockquote {
    --quote-inset-inline-start: var(--spacing-2-5);
  }
}

.shape-circle, .shape-square, .shape-diamond {
  --size: var(--spacing-1-5);
  width: var(--size);
  height: var(--size);
  background: currentColor;
  display: block;
}

.shape-circle {
  border-radius: var(--rounded-full);
}

.shape-diamond {
  transform: rotateZ(45deg);
}

.shape-line {
  background: rgb(var(--text-color) / .1);
  width: 1px;
  height: 100%;
}

.shape--sm {
  --size: var(--spacing-1);
}

.shape--lg {
  --size: var(--spacing-2);
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

.skeleton {
  background: rgb(var(--text-color) / .15);
  border-radius: 4px;
  flex-shrink: 0;
  animation: 2.5s cubic-bezier(.4, 0, .6, 1) infinite pulse;
  display: block;
}

.skeleton--tab {
  width: 88px;
  height: 20px;
}

.skeleton--thumbnail {
  width: 80px;
  height: 80px;
}

.skeleton--text {
  height: 12px;
  width: var(--skeleton-text-width, 100%);
}

@media screen and (min-width: 700px) {
  .skeleton--tab {
    width: 148px;
    height: 34px;
  }

  .skeleton--thumbnail {
    width: 96px;
    height: 96px;
  }
}

.color-swatch {
  --swatch-offset: 3px;
  --swatch-size: var(--spacing-7);
  --swatch-margin: calc(var(--swatch-offset) * 2);
  width: var(--swatch-size);
  height: var(--swatch-size);
  margin: var(--swatch-margin);
  background: var(--swatch-background) center / cover;
  flex-shrink: 0;
  place-items: center;
  display: grid;
  position: relative;
}

.color-swatch.is-disabled {
  background: linear-gradient(to bottom right, transparent calc(50% - 1px), rgb(var(--background)) calc(50% - 1px) calc(50% + 1px), transparent calc(50% + 1px)), var(--swatch-background) center / cover;
}

:disabled + .color-swatch {
  display: none;
}

.color-swatch:before {
  content: "";
  inset: calc(-1 * var(--swatch-offset));
  opacity: 0;
  border-radius: inherit;
  will-change: transform;
  transition: opacity .2s ease-in-out, transform .2s ease-in-out;
  position: absolute;
  transform: scale(.75);
  box-shadow: 0 0 0 2px;
}

:checked + .color-swatch:before, .color-swatch.is-selected:before {
  opacity: 1;
  transform: scale(1);
}

:focus-visible + .color-swatch {
  outline-offset: calc(2px + var(--swatch-offset) * 2);
}

.color-swatch--rectangle {
  --swatch-size: var(--spacing-10);
  height: calc(var(--swatch-size) * .4);
  margin: 0;
}

.color-swatch--rectangle:before {
  width: 100%;
  bottom: -3px;
  box-shadow: 0 2px;
}

.color-swatch--rectangle:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)):before {
  left: 0;
}

.color-swatch--rectangle:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)):before {
  right: 0;
}

.color-swatch--sm {
  --swatch-size: var(--spacing-3-5);
  --swatch-offset: 2px;
}

.color-swatch--rectangle.color-swatch--sm {
  --swatch-size: var(--spacing-5);
  margin-block-start: 7px;
  margin-block-end: 6px;
}

.color-swatch--rectangle.color-swatch--sm:before {
  bottom: -2px;
}

.color-swatch__view-more {
  padding: 1px var(--spacing-2);
  color: rgb(var(--text-color) / .7);
  border-width: 1px;
  margin-inline-start: var(--spacing-1-5);
}

.thumbnail-swatch {
  --swatch-size: 60px;
  width: var(--swatch-size);
  height: var(--swatch-size);
  border-radius: min(4px, var(--rounded-input));
  flex-shrink: 0;
  display: block;
  position: relative;
}

.thumbnail-swatch:before {
  content: "";
  border-radius: inherit;
  opacity: 0;
  will-change: transform;
  transition: opacity .2s ease-in-out, transform .2s ease-in-out;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scale(.95);
  box-shadow: 0 0 0 2px;
}

:disabled + .thumbnail-swatch {
  display: none;
}

.thumbnail-swatch.is-disabled:after {
  content: "";
  background-image: linear-gradient(to bottom right, transparent calc(50% - 1px), rgb(var(--text-color) / .5) calc(50% - 1px) calc(50% + 1px), transparent calc(50% + 1px));
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.thumbnail-swatch > img {
  border-radius: inherit;
  height: 100%;
}

:checked + .thumbnail-swatch:before, .thumbnail-swatch.is-selected:before {
  opacity: 1;
  transform: scale(1);
}

:focus-visible + .thumbnail-swatch {
  outline-offset: 4px;
}

.thumbnail-swatch--sm {
  --swatch-size: 48px;
}

.thumbnail-swatch__view-more {
  width: var(--spacing-12);
  height: var(--spacing-12);
  border-radius: min(4px, var(--rounded-input));
  border-width: 1px;
  place-items: center;
  display: grid;
}

.block-swatch {
  place-items: center;
  gap: var(--spacing-3);
  height: var(--input-height);
  border-radius: var(--rounded-button);
  background: rgb(var(--input-background, var(--background))) no-repeat;
  border-width: 1px;
  padding-inline-start: var(--spacing-5);
  padding-inline-end: var(--spacing-5);
  display: flex;
  position: relative;
}

.block-swatch.is-disabled {
  color: rgb(var(--text-color) / .5);
  background-image: linear-gradient(to bottom right, #0000 50%, currentColor 50% calc(50% + 2px), #0000 calc(50% + 2px));
}

:disabled + .block-swatch {
  display: none;
}

.block-swatch:before {
  content: "";
  box-shadow: 0 0 0 2px rgb(var(--text-color));
  border-radius: inherit;
  opacity: 0;
  will-change: transform;
  transition: opacity .2s ease-in-out, transform .2s ease-in-out;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scale(.95);
}

:checked + .block-swatch.is-disabled {
  background-image: linear-gradient(to bottom right, transparent 50%, rgb(var(--text-color)) 50% calc(50% + 2px), transparent calc(50% + 2px));
}

:checked + .block-swatch:before, .block-swatch.is-selected:before {
  opacity: 1;
  transform: scale(1);
}

:focus-visible + .block-swatch {
  outline-offset: 4px;
}

.block-swatch__color {
  width: var(--spacing-3-5);
  height: var(--spacing-3-5);
  border-radius: var(--rounded-full);
  background: var(--swatch-background) center / cover;
}

@media screen and (min-width: 700px) {
  .block-swatch {
    padding-inline-start: var(--spacing-6);
    padding-inline-end: var(--spacing-6);
  }
}

.image-filter-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .5rem;
  display: grid;
}

.facet-dialog .image-filter-list {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.image-filter {
  text-align: center;
  border-width: 1px;
  border-radius: 2px;
  flex-direction: column;
  align-items: center;
  row-gap: .5rem;
  padding: 1rem 1rem .75rem;
  transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out;
  display: flex;
}

:checked + .image-filter, .image-filter.is-selected {
  border-color: currentColor;
  box-shadow: inset 0 0 0 1px;
}

.image-filter__image {
  width: 2rem;
}

[data-tooltip] {
  position: relative;
}

@media screen and (pointer: fine) {
  [data-tooltip]:after {
    content: attr(data-tooltip);
    bottom: calc(100% + var(--spacing-2));
    border-radius: min(24px, var(--rounded-button));
    background: rgb(var(--text-color));
    width: max-content;
    color: rgb(var(--background));
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    padding: 2px 10px;
    font-size: 12px;
    font-weight: bold;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out, transform .2s ease-in-out;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)scale(.9);
  }

  [data-tooltip]:hover:after {
    visibility: visible;
    opacity: 1;
    will-change: transform;
    transform: translateX(-50%)scale(1);
  }
}

.lock {
  overflow: hidden;
}

.text-with-icon {
  gap: var(--spacing-3);
  align-items: center;
  display: flex;
}

.text-with-icon > svg {
  flex-shrink: 0;
}

.offer {
  gap: var(--spacing-2);
  padding: var(--spacing-5);
  border-radius: var(--rounded-sm);
  display: grid;
}

.offer--center {
  text-align: center;
  justify-items: center;
}

.social-media {
  gap: var(--spacing-3) var(--spacing-6);
  flex-wrap: wrap;
  display: flex;
}

.social-media--sm svg {
  width: 1.25rem;
  height: 1.25rem;
}

@media screen and (min-width: 700px) {
  .social-media--sm svg {
    width: 1.7rem;
    height: 1.7rem;
  }
}

.share-buttons {
  align-items: center;
  gap: var(--spacing-2-5);
  display: flex;
}

.share-buttons__item {
  width: var(--spacing-8-5);
  height: var(--spacing-8-5);
  opacity: .7;
  background: rgb(var(--text-color) / 0);
  border-radius: var(--rounded-full);
  place-content: center;
  transition: opacity .2s ease-in-out, background .2s ease-in-out;
  display: grid;
}

.share-buttons__item:hover {
  opacity: 1;
  background: rgb(var(--text-color) / .1);
}

.floating-controls-container {
  position: relative;
}

.floating-controls-container .circle-button {
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out, visibility .1s ease-in-out;
  position: absolute;
  top: calc(50% - 24px);
  transform: scale(.8);
}

.floating-controls-container .circle-button:first-of-type:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  left: var(--spacing-5);
}

.floating-controls-container .circle-button:first-of-type:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  right: var(--spacing-5);
}

.floating-controls-container .circle-button:last-of-type:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  right: var(--spacing-5);
}

.floating-controls-container .circle-button:last-of-type:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  left: var(--spacing-5);
}

@media screen and (pointer: fine) {
  .floating-controls-container:hover .is-scrollable ~ .circle-button:not([disabled]) {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
}

.icon {
  vertical-align: middle;
  display: block;
}

[dir="rtl"] .reverse-icon {
  transform: rotate(180deg);
}

.offset-icon {
  --icon-baseline-distance: calc(1em * 1.6);
  --icon-offset: calc((var(--icon-baseline-distance)  - var(--icon-height)) / 2);
  top: var(--icon-offset);
  position: relative;
}

.icon-chevron-bottom {
  transition: transform .2s ease-in-out;
}

.group[aria-expanded="true"] > .icon-chevron-bottom {
  transform: rotate(180deg);
}

.icon-block {
  padding: var(--spacing-6);
  background: rgb(var(--background));
}

.image-icon {
  width: var(--mobile-icon-max-width, var(--icon-max-width));
}

@media screen and (min-width: 700px) {
  .image-icon {
    width: var(--icon-max-width);
  }
}

custom-cursor {
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  scale: .5;
  transition: opacity .1s, scale .1s, visibility .1s !important;
}

@media screen and (pointer: fine) {
  custom-cursor {
    display: block;
  }

  custom-cursor.is-visible {
    opacity: 1;
    visibility: visible;
    scale: 1;
  }
}

:has( > custom-cursor:not([hidden])) {
  cursor: none;
}

scroll-shadow {
  --scroll-shadow-size: 30px;
}

split-lines {
  overflow-wrap: anywhere;
}

product-rerender {
  display: contents;
}

.customer-form__image {
  display: none;
}

.customer-form__box {
  padding: var(--spacing-14) var(--container-gutter);
}

.customer-form__box-inner {
  max-width: 440px;
  margin-inline-start: auto;
  margin-inline-end: auto;
  display: block;
}

@media screen and (min-width: 700px) {
  .customer-form {
    margin-block-start: var(--spacing-10);
    margin-block-end: var(--spacing-10);
  }

  .customer-form__box {
    border-radius: var(--rounded);
    padding-inline-start: var(--spacing-16);
    padding-inline-end: var(--spacing-16);
  }
}

@media screen and (min-width: 1000px) {
  .customer-form {
    gap: var(--spacing-6);
    grid: auto / auto-flow minmax(0, 680px);
    justify-content: center;
    display: grid;
  }

  .customer-form__image {
    object-fit: cover;
    object-position: center;
    height: 100%;
    display: block;
  }
}

.account {
  gap: var(--spacing-6);
  max-width: 1350px;
  margin-inline-start: auto;
  margin-inline-end: auto;
  display: grid;
}

.account-nav__item {
  padding-block-start: var(--spacing-4-5);
  padding-block-end: var(--spacing-4-5);
}

.account-nav__item[aria-current="page"] {
  border-color: currentColor;
  border-bottom-width: 2px;
}

.account-header, .account__block-list {
  gap: var(--spacing-6);
  display: grid;
  position: relative;
}

@media screen and (min-width: 700px) {
  .account {
    gap: var(--spacing-12);
  }

  .account-nav__item--logout {
    position: absolute;
  }

  .account-nav__item--logout:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    right: 0;
  }

  .account-nav__item--logout:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    left: 0;
  }

  .account-header--back {
    text-align: center;
    justify-content: center;
  }

  .account-header--back > .back-button {
    position: absolute;
  }
}

.order-table-list {
  display: none;
}

.order-grid-list {
  gap: var(--spacing-5);
  display: grid;
}

.order-grid-item {
  gap: var(--spacing-4);
  padding: var(--spacing-6);
  border-width: 1px;
  padding-block-start: var(--spacing-5);
  display: grid;
}

.order-grid-item__categories {
  gap: var(--spacing-4);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  display: grid;
}

@media screen and (min-width: 700px) {
  .order-grid-list {
    display: none;
  }

  .order-table-list {
    max-width: 1024px;
    margin-inline-start: auto;
    margin-inline-end: auto;
    display: table;
  }

  .order-table-list th, .order-table-list td {
    padding-inline-start: var(--spacing-4);
    padding-inline-end: var(--spacing-4);
  }
}

.addresses-list {
  --addresses-per-row: 1;
  gap: var(--spacing-5);
  display: grid;
}

.address {
  gap: var(--spacing-2);
  width: 100%;
  padding: var(--spacing-6);
  border-width: 1px;
  flex-direction: column;
  display: flex;
}

.address__actions {
  gap: var(--spacing-6);
  margin-block-start: auto;
  padding-block-start: var(--spacing-2);
  display: flex;
}

.address-form {
  gap: var(--spacing-3);
  display: grid;
}

@media screen and (min-width: 700px) {
  .addresses-list {
    --addresses-per-row: 2;
    grid-template-columns: repeat(auto-fit, minmax(0, calc(100% / var(--addresses-per-row)  - var(--spacing-6) / var(--addresses-per-row) * (var(--addresses-per-row)  - 1))));
    gap: var(--spacing-6);
    justify-content: center;
    justify-items: center;
  }

  .address {
    padding: var(--spacing-8) var(--spacing-10);
  }

  .address-form {
    gap: var(--spacing-6);
  }
}

@media screen and (min-width: 1000px) {
  .addresses-list {
    --addresses-per-row: 4;
  }
}

.order {
  align-items: start;
  gap: var(--spacing-6);
  display: grid;
}

.order-addresses-list {
  gap: var(--spacing-5);
  display: grid;
}

@media screen and (min-width: 700px) {
  .order {
    gap: var(--spacing-12);
  }

  .order-addresses-list {
    gap: var(--spacing-6);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (min-width: 1150px) {
  .order {
    grid-template-columns: 1fr 380px;
  }

  .order-addresses-list {
    grid-template-columns: none;
  }
}

@media screen and (min-width: 1400px) {
  .order {
    gap: var(--spacing-24);
  }
}

.announcement-bar {
  padding-block-start: var(--spacing-2-5);
  padding-block-end: var(--spacing-2-5);
}

.announcement-bar__wrapper {
  gap: var(--spacing-4);
  max-width: 450px;
  margin-inline-start: auto;
  margin-inline-end: auto;
  display: flex;
}

.announcement-bar__scrolling-list {
  grid: auto / auto-flow max-content;
  justify-content: center;
  display: grid;
  overflow: hidden;
}

.announcement-bar__static-list {
  text-align: center;
  place-items: center;
  display: grid;
}

.announcement-bar__static-list > * {
  grid-area: 1 / -1;
}

.announcement-bar__item {
  grid: auto / auto-flow auto var(--spacing-20);
  place-items: center;
  display: grid;
}

@media screen and (min-width: 700px) {
  .announcement-bar {
    padding-block-start: var(--spacing-3-5);
    padding-block-end: var(--spacing-3-5);
  }

  .announcement-bar__item {
    grid-auto-columns: auto var(--spacing-40);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .announcement-bar__item {
    animation: translateFull var(--marquee-animation-duration, 0s) linear infinite;
  }
}

.article {
  --article-margin-block-end: var(--spacing-14);
}

.article > .container {
  justify-content: safe center;
  gap: var(--spacing-10);
  margin-block-end: var(--article-margin-block-end);
  display: grid;
}

@media screen and (min-width: 700px) {
  .article {
    --article-margin-block-end: var(--spacing-28);
  }

  .article > .container {
    gap: var(--spacing-16);
  }
}

.article-banner {
  grid: var(--article-banner-grid);
  column-gap: var(--article-banner-column-gap);
  align-items: var(--article-banner-horizontal-alignement, center);
  max-width: var(--article-banner-max-width);
  box-sizing: content-box;
  justify-items: center;
  margin-inline-start: auto;
  margin-inline-end: auto;
  padding-block-start: var(--article-banner-padding-block-start, 0);
  display: grid;
  position: relative;
}

.article-banner:before {
  content: "";
  width: calc((100vw - var(--scrollbar-width, 0px)));
  height: var(--article-banner-before-height);
  pointer-events: none;
  background-color: rgb(var(--article-banner-background));
  position: absolute;
  top: 0;
}

.article-banner__image {
  z-index: 1;
  width: 100%;
}

.article-banner__image > img {
  width: 100%;
}

.article-banner__content {
  gap: var(--spacing-6);
  padding: var(--article-banner-content-padding-block-start) var(--article-banner-content-padding-inline) var(--article-banner-content-padding-block-end);
  justify-items: var(--article-banner-vertical-alignement, center);
  text-align: var(--article-banner-vertical-alignement, center);
  z-index: 2;
  display: grid;
}

.article-banner__content > .badge {
  --badge-background: var(--article-banner-badge-background);
  padding: var(--spacing-1) var(--spacing-3);
  display: inline-block;
}

.article__meta {
  justify-content: var(--article-banner-meta-vertical-alignment, center);
  row-gap: var(--spacing-2);
  column-gap: var(--spacing-4);
  flex-wrap: wrap;
  display: flex;
}

.article__meta .text-with-icon {
  gap: var(--spacing-2);
}

@media screen and (min-width: 1150px) {
  .article-banner {
    padding-inline-start: var(--container-gutter);
    padding-inline-end: var(--container-gutter);
  }

  .article-banner__content {
    grid-area: var(--article-banner-grid-area, content);
  }

  .article-banner__image {
    grid-area: var(--article-banner-grid-area, image);
    position: relative;
  }

  .article-banner__image:before {
    content: "";
    background: rgb(var(--article-banner-image-overlay));
    border-radius: inherit;
    z-index: 1;
    pointer-events: none;
    transition: background .2s ease-in-out;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .article__meta {
    column-gap: var(--spacing-6);
  }

  .article__meta .text-with-icon {
    gap: var(--spacing-2-5);
  }
}

.article-content {
  width: 100%;
  max-width: var(--article-max-width);
  grid-template-columns: minmax(0, 1fr);
  margin-inline-start: auto;
  margin-inline-end: auto;
  padding-block-start: var(--spacing-10);
}

.article-content > .share-buttons .share-buttons__item {
  width: var(--spacing-10);
  height: var(--spacing-10);
  opacity: 1;
}

@media screen and (min-width: 1000px) {
  .article-content {
    border-bottom-width: 1px;
    padding-block-start: var(--spacing-16);
    padding-block-end: var(--spacing-18);
  }
}

.article-navigation {
  gap: var(--spacing-6);
  max-width: var(--article-max-width);
  display: grid;
}

.article-prev-next {
  gap: var(--spacing-5);
  grid: auto / auto-flow 75vw;
  display: grid;
}

@media screen and (min-width: 700px) {
  .article-navigation {
    --navigation-margin-block: var(--spacing-16);
    gap: var(--spacing-10);
  }

  .article-navigation__title > svg {
    width: 27px;
    height: 24px;
  }

  .article-prev-next {
    gap: var(--spacing-12);
    grid: auto / repeat(2, minmax(0, 1fr));
  }
}

.article-comments {
  --comments-padding-inner: var(--spacing-6);
  gap: var(--spacing-12);
  max-width: var(--article-max-width);
  display: grid;
}

.comments-list {
  gap: var(--spacing-4);
  padding: var(--comments-padding-inner);
  display: grid;
}

.comment {
  gap: var(--spacing-3);
  display: grid;
}

.comment:not(:first-child) {
  padding-block-start: var(--spacing-4);
}

.article-comments__form {
  padding: var(--comments-padding-inner);
}

@media screen and (min-width: 700px) {
  .article-comments {
    --comments-padding-inner: var(--spacing-12);
  }

  .comments-list {
    gap: var(--spacing-8);
  }

  .comment {
    gap: var(--spacing-6);
    display: flex;
  }

  .comment:not(:first-child) {
    padding-block-start: var(--spacing-8);
  }

  .comment__gravatar {
    width: var(--spacing-12);
    height: var(--spacing-12);
  }
}

.before-after {
  --before-after-label-spacing: var(--spacing-5);
  -webkit-user-select: none;
  user-select: none;
  position: relative;
}

.before-after__label {
  position: absolute;
}

.before-after__label--left:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  left: var(--before-after-label-spacing);
}

.before-after__label--left:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  right: var(--before-after-label-spacing);
}

.before-after__label--right:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  right: var(--before-after-label-spacing);
}

.before-after__label--right:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  left: var(--before-after-label-spacing);
}

.before-after__label--top {
  top: var(--before-after-label-spacing);
}

.before-after__label--bottom {
  bottom: var(--before-after-label-spacing);
}

.before-after__after-image {
  clip-path: inset(0 0 0 calc(var(--before-after-initial-drag-position, 50%)  + var(--clip-path-offset, 0px)));
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

[dir="rtl"] .before-after__after-image {
  clip-path: inset(0 calc(var(--before-after-initial-drag-position, 50%)  - var(--clip-path-offset, 0px)) 0 0);
}

.before-after__cursor-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.before-after__cursor {
  touch-action: none;
  width: max-content;
  height: 100%;
  transform: translate(calc(var(--transform-logical-flip) * -50% + var(--clip-path-offset, 0px)), -50%);
  cursor: grab;
  filter: drop-shadow(0 1px 2px #0000001a) drop-shadow(0 1px 1px #0000000f);
  will-change: transform;
  place-items: center;
  display: grid;
  position: relative;
}

.before-after__cursor:before {
  content: "";
  height: 100%;
  width: var(--spacing-0-5);
  background: rgb(var(--background));
  z-index: -1;
  position: absolute;
}

.before-after__cursor {
  top: 50%;
}

.before-after__cursor:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  left: var(--before-after-initial-drag-position, 0px);
}

.before-after__cursor:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  right: var(--before-after-initial-drag-position, 0px);
}

.before-after__cursor:active {
  cursor: grabbing;
}

@media screen and (min-width: 700px) {
  .before-after {
    --before-after-label-spacing: var(--spacing-8);
  }

  .before-after__cursor svg {
    width: var(--spacing-10);
    height: var(--spacing-10);
  }
}

.blog-posts__container {
  gap: var(--spacing-8);
  margin-block-start: var(--spacing-10);
  margin-block-end: var(--spacing-14);
  display: grid;
}

@media screen and (min-width: 700px) {
  .blog-posts__container {
    gap: var(--spacing-10);
  }
}

@media screen and (min-width: 1400px) {
  .blog-posts__container {
    gap: var(--spacing-20);
    margin-block-start: var(--spacing-20);
    margin-block-end: var(--spacing-28);
  }
}

.blog-banner {
  --banner-container-gap: var(--spacing-16);
  padding-block-start: var(--banner-spacing-block-added, 0px);
}

.blog-banner-content {
  padding-block-start: var(--banner-content-padding-block-start);
  padding-block-end: var(--spacing-16);
}

.blog-filter-list {
  --filter-list-item-padding: var(--spacing-2-5) var(--spacing-5);
  white-space: nowrap;
}

.blog-filter-list [aria-selected="true"] {
  background-color: rgb(var(--background-primary));
  color: rgb(var(--text-primary));
}

.blog-filter-list [aria-selected="false"] {
  opacity: .5;
  transition: opacity .2s ease-in-out;
}

@media screen and (pointer: fine) {
  .blog-filter-list [aria-selected="false"]:hover {
    opacity: 1;
  }
}

.blog-filter-list a {
  padding: var(--filter-list-item-padding);
  display: block;
}

.blog-banner__form {
  width: 100%;
  max-width: 500px;
  margin-inline-start: auto;
  margin-inline-end: auto;
  padding-inline-start: var(--spacing-6);
  padding-inline-end: var(--spacing-6);
}

@media screen and (min-width: 700px) {
  .blog-banner {
    --banner-container-gap: var(--spacing-28);
  }

  .blog-banner-content {
    padding-block-end: var(--spacing-28);
  }

  .blog-banner__form {
    box-sizing: content-box;
  }

  .blog-filter-list {
    --filter-list-item-padding: var(--spacing-4) var(--spacing-6);
  }
}

.blog-posts {
  --blog-articles-gap: var(--spacing-8);
  align-items: flex-start;
  gap: var(--blog-articles-gap);
  display: grid;
}

.blog-posts-newsletter {
  padding: var(--spacing-8);
  align-content: flex-start;
}

.blog-posts-newsletter > .form {
  gap: var(--spacing-2);
}

@media screen and (min-width: 700px) {
  .blog-posts {
    --article-per-row: var(--blog-posts-per-row, 2);
    --blog-articles-gap: var(--spacing-10);
    --blog-articles-margin-block: var(--spacing-14);
    grid: auto / repeat(var(--article-per-row), minmax(0, 1fr));
  }

  .blog-posts-newsletter {
    padding: var(--spacing-10);
  }

  .blog-posts-newsletter > .form {
    gap: var(--spacing-4);
  }

  .blog-posts-newsletter__content > svg {
    width: var(--spacing-8);
    height: var(--spacing-8);
  }
}

@media screen and (min-width: 1150px) {
  .blog-posts {
    --article-per-row: var(--blog-posts-per-row, 3);
  }
}

@media screen and (min-width: 1400px) {
  .blog-posts {
    --blog-articles-gap: var(--spacing-20);
  }
}

.cart {
  gap: var(--section-stack-spacing-block);
  max-width: 1350px;
  margin-inline-start: auto;
  margin-inline-end: auto;
  display: grid;
}

.cart-header {
  gap: var(--spacing-6);
  text-align: center;
  justify-items: center;
  display: grid;
}

.cart-header .free-shipping-bar {
  max-width: 450px;
}

.cart-order {
  align-items: start;
  gap: var(--spacing-6);
  display: grid;
}

.cart-form {
  gap: var(--spacing-5);
  padding: var(--spacing-6);
  border-width: 1px;
  display: grid;
}

@media screen and (min-width: 700px) {
  .cart-order {
    gap: var(--spacing-12);
  }

  .cart-form {
    gap: var(--spacing-6);
    padding: var(--spacing-10) var(--spacing-12);
  }
}

@media screen and (min-width: 1150px) {
  .cart-order {
    grid-template-columns: 1fr 380px;
  }

  .cart-order__recap {
    top: calc(var(--sticky-area-height)  + 20px);
    position: sticky;
  }
}

@media screen and (min-width: 1400px) {
  .cart-order {
    gap: var(--spacing-24);
  }
}

.free-shipping-bar {
  gap: var(--spacing-2);
  width: 100%;
  display: grid;
}

@media screen and (min-width: 700px) {
  .free-shipping-bar {
    gap: var(--spacing-4);
  }
}

.shipping-estimator {
  gap: var(--spacing-6);
  display: grid;
}

@media screen and (min-width: 700px) {
  .shipping-estimator__form {
    flex-wrap: wrap;
    margin-inline-end: var(--spacing-6);
    display: flex;
  }
}

.cart-drawer {
  --drawer-footer-padding: 1rem 1.5rem 1.5rem 1.5rem;
  --drawer-content-max-height: none;
  height: 100%;
  top: 0;
}

.cart-drawer::part(outside-close-button) {
  display: none;
}

.cart-drawer > [is="close-button"] {
  display: grid;
}

.cart-drawer__top {
  gap: var(--spacing-2);
  padding-block-end: var(--spacing-6);
  display: grid;
}

.cart-drawer__line-items > * + * {
  padding-block-start: var(--spacing-4);
}

.cart-drawer__note {
  visibility: hidden;
  width: 100%;
  transition: visibility .2s ease-in-out;
  position: absolute;
  bottom: calc(100% + 1px);
  overflow: hidden;
}

.cart-drawer__note:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  left: 0;
}

.cart-drawer__note:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  right: 0;
}

.cart-drawer__note-inner {
  padding: var(--spacing-5);
  background: rgb(var(--dialog-background));
  border-block-start-width: 1px;
  transition: transform .2s ease-in-out;
  transform: translateY(100%);
}

.cart-drawer__note[open] {
  visibility: visible;
}

.cart-drawer__note[open] > .cart-drawer__note-inner {
  transform: translateY(0);
}

.cart-drawer__recommendations {
  --horizontal-product-width: 390px;
}

@media screen and (min-width: 700px) {
  .cart-drawer {
    --drawer-footer-padding: 1.5rem 2.5rem 2.5rem 2.5rem;
  }

  .cart-drawer .free-shipping-bar {
    gap: var(--spacing-2-5);
  }

  .cart-drawer .horizontal-product-list-carousel {
    grid-template-columns: none;
  }

  .cart-drawer__top {
    gap: var(--spacing-4);
    padding-block-end: var(--spacing-8);
  }

  .cart-drawer__line-items > * + * {
    padding-block-start: var(--spacing-6);
  }

  .cart-drawer__note-inner {
    padding: var(--spacing-8) var(--spacing-10) var(--spacing-10) var(--spacing-10);
  }
}

.collection {
  --collection-sidebar-width: 250px;
  gap: var(--spacing-8);
  grid-template-columns: minmax(0, 1fr);
  margin-block-start: var(--spacing-8);
  margin-block-end: var(--section-outer-spacing-block);
  display: grid;
}

.collection__top-bar, .collection__facets {
  display: none;
}

.collection__results {
  scroll-padding-top: calc(var(--sticky-area-height)  + 20px);
  transition: opacity .1s;
}

.is-loading .collection__results {
  opacity: .4;
}

@media screen and (min-width: 700px) {
  .collection {
    margin-block-start: var(--spacing-12);
  }
}

@media screen and (min-width: 1000px) {
  .collection {
    column-gap: var(--spacing-12);
  }

  .collection--filters-sidebar {
    grid-template-columns: var(--collection-sidebar-width) minmax(0, 1fr);
  }

  .collection__top-bar {
    column-gap: var(--spacing-6);
    grid-column: 1 / -1;
    grid-template-columns: auto minmax(0, 1fr);
    display: grid;
  }

  .collection--filters-sidebar .collection__top-bar {
    grid-template-columns: inherit;
    column-gap: inherit;
  }

  .collection--filters-horizontal .collection__top-bar {
    row-gap: var(--spacing-8);
    grid-template-columns: 100%;
  }

  .collection__facets {
    display: block;
  }

  .facets-summary {
    align-items: start;
    gap: var(--spacing-4);
    grid-column-end: -1;
    display: flex;
  }

  .collection__facets-scroller {
    display: block;
    position: sticky;
    top: calc(var(--sticky-area-height)  + 20px);
  }

  .collection__pagination {
    grid-column-end: -1;
  }

  .availability-facet {
    align-items: center;
    gap: var(--spacing-4);
    display: flex;
  }

  .collection--filters-horizontal .availability-facet, .collection--filters-horizontal .sort-by-facet {
    flex: 1 0 0;
    min-width: max-content;
  }
}

@media screen and (min-width: 1400px) {
  .collection {
    --collection-sidebar-width: 300px;
  }
}

.sort-by-facet {
  justify-content: end;
  gap: var(--spacing-1);
  flex-shrink: 0;
  margin-inline-start: auto;
  display: flex;
  position: relative;
}

.facets__floating-filter {
  text-align: center;
  z-index: 2;
  width: 100%;
  position: fixed;
  bottom: var(--spacing-8);
}

.facets__floating-filter:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  left: 0;
}

.facets__floating-filter:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  right: 0;
}

.facets-drawer::part(header) {
  padding-block: var(--spacing-6);
}

.facets-drawer::part(body) {
  flex-grow: 1;
  padding-block-start: 0;
  padding-block-end: 0;
}

.facets-drawer .facets-vertical {
  flex-direction: column;
  min-height: 100%;
  display: flex;
}

.facets-drawer .accordion {
  border-block-start-width: 0;
}

.facets-drawer__floating-apply {
  background: linear-gradient(180deg, rgb(var(--background-primary) / 0), rgb(var(--background)));
  margin-block-start: auto;
  margin-inline-start: calc(-1 * var(--spacing-3));
  margin-inline-end: calc(-1 * var(--spacing-3));
  padding-block-start: var(--spacing-5);
  padding-block-end: var(--spacing-5);
  position: sticky;
  bottom: 0;
}

@media screen and (max-width: 699px) {
  .facets-drawer::part(header) {
    display: none;
  }

  .facets-drawer::part(content) {
    height: 65vh;
    max-height: none;
  }
}

@media screen and (min-width: 700px) {
  .facets-drawer__floating-apply {
    margin-inline-start: calc(-1 * var(--spacing-4));
    margin-inline-end: calc(-1 * var(--spacing-4));
    padding-block-start: var(--spacing-6);
    padding-block-end: var(--spacing-6);
  }
}

.facets-horizontal {
  justify-content: center;
  align-items: center;
  gap: var(--spacing-5) var(--spacing-10);
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.facets-horizontal > [aria-expanded] {
  transition: opacity .2s ease-in-out;
}

@supports selector(:has(*)) {
  .facets-horizontal > [aria-expanded="true"] ~ [aria-expanded] {
    opacity: .5;
  }

  .facets-horizontal > :has( ~ [aria-expanded="true"]) {
    opacity: .5;
  }
}

.active-facets {
  align-items: center;
  gap: var(--spacing-2);
  flex-wrap: wrap;
  display: flex;
}

.active-facets > .facet-clear-all {
  margin-inline-start: var(--spacing-2);
}

@media screen and (min-width: 1000px) {
  .active-facets {
    margin-block-start: -12px;
    margin-block-end: -12px;
  }

  .active-facets > .facet-clear-all {
    margin-inline-start: var(--spacing-4);
  }

  .collection--filters-horizontal .active-facets {
    margin-block-start: 0;
    margin-block-end: 0;
  }
}

.removable-facet {
  gap: var(--spacing-3);
  padding: var(--spacing-2-5) var(--spacing-4);
  background: rgb(var(--text-color) / .1);
  color: rgb(var(--text-color));
  border-radius: var(--rounded-button);
  flex-shrink: 0;
  align-items: baseline;
  display: flex;
}

@media screen and (min-width: 700px) {
  .removable-facet {
    padding: var(--spacing-3) var(--spacing-5);
    gap: var(--spacing-4);
  }
}

.facet-dialog {
  width: max-content;
  max-width: min(1100px, 80vw);
  padding: var(--spacing-4);
  border-radius: min(8px, var(--rounded-button));
  background: rgb(var(--background-primary));
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  border-width: 1px;
  transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
  position: absolute;
  top: calc(100% + var(--spacing-6));
}

.facet-dialog:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  left: 0;
}

.facet-dialog:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  right: 0;
}

.facet-dialog > .color-list {
  margin: var(--spacing-1) var(--spacing-2);
  max-width: 550px;
}

.availability-facet + .facets-horizontal > .facet-dialog:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  left: auto;
}

.availability-facet + .facets-horizontal > .facet-dialog:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  right: auto;
}

.facet-dialog[open] {
  visibility: visible;
  opacity: 1;
}

.facet-dialog-option {
  padding: var(--spacing-3) var(--spacing-6);
  border-radius: var(--rounded-full);
  opacity: .7;
  transition: opacity .2s ease-in-out, background .2s ease-in-out;
  display: block;
}

:checked + .facet-dialog-option, .facet-dialog-option:hover {
  background: rgb(var(--text-primary) / .04);
  opacity: 1;
}

.collection-header {
  text-align: center;
  margin-block-start: var(--spacing-8);
  margin-block-end: var(--spacing-8);
}

@media screen and (min-width: 700px) {
  .collection-header {
    margin-block-start: var(--spacing-16);
    margin-block-end: var(--spacing-16);
  }
}

.collection-featured-product {
  max-width: 290px;
  display: grid;
}

.collection-featured-product > * {
  background: rgb(var(--text-primary) / .2);
  -webkit-backdrop-filter: blur(80px);
  backdrop-filter: blur(80px);
}

.collection-featured-product__title {
  padding: var(--spacing-1-5) var(--spacing-4);
  border-top-left-radius: var(--rounded-xs);
  border-top-right-radius: var(--rounded-xs);
  justify-self: end;
}

.collection-featured-product__content {
  border-radius: var(--rounded-xs);
  border-top-right-radius: 0;
}

.collection-list {
  grid: var(--collection-list-grid, none);
  align-items: start;
  gap: var(--grid-gutter);
  display: grid;
}

.collection-card {
  --transition-direction: 1;
  scroll-snap-align: center;
  scroll-snap-stop: always;
  overflow: hidden;
}

.collection-card--reverse-transition {
  --transition-direction: -1;
}

.collection-card__content-wrapper svg {
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s, visibility .2s, transform .2s;
  display: inline-block;
}

.collection-card__content + svg {
  transform: translateY(calc(var(--transition-direction) * 48px));
}

.collection-card__content {
  transition: transform .2s;
}

.collection-card__content:first-child {
  margin-block-end: -3rem;
}

@media screen and (min-width: 1000px) {
  .collection-card {
    scroll-snap-align: none;
  }
}

@media screen and (pointer: fine) {
  .collection-card:hover .collection-card__content {
    transform: translateY(calc(var(--transition-direction) * -8px));
  }

  .collection-card:hover .collection-card__content-wrapper svg {
    opacity: 1;
    visibility: visible;
    transform: translateY(-8px);
  }

  .collection-card:hover .collection-card__content + svg {
    transform: translateY(56px);
  }
}

@supports selector(:has(.selector)) {
  .shopify-section--collection-banner + .shopify-section--collection-list:not(:has(.section-header)) {
    --section-outer-spacing-block: var(--grid-gutter);
  }
}

@supports not selector(:has(.selector)) {
  .shopify-section--collection-banner + .shopify-section--collection-list {
    --section-outer-spacing-block: var(--grid-gutter);
  }
}

.contact-form {
  padding: var(--spacing-6);
}

@media screen and (min-width: 700px) {
  .contact-form {
    padding: var(--spacing-10) var(--spacing-12);
  }
}

.faq-availability {
  gap: var(--spacing-6);
  text-align: center;
  justify-items: center;
  display: grid;
}

.faq-availability > * {
  justify-items: inherit;
}

.section-stack__intro .faq-availability {
  text-align: start;
  justify-items: start;
}

.feature-chart {
  padding: 0 var(--container-gutter);
  scroll-padding-top: var(--sticky-area-height);
  display: block;
}

.feature-chart__table-row {
  --feature-chart-heading-width: 140px;
  grid-template-columns: var(--feature-chart-heading-width) repeat(var(--feature-chart-values-columns-count), minmax(140px, 1fr));
  gap: var(--spacing-1) var(--spacing-5);
  min-width: min-content;
  padding-block-start: var(--spacing-4);
  padding-block-end: var(--spacing-4);
  display: grid;
}

.feature-chart__toggle {
  text-align: center;
  border-top-width: 1px;
  justify-content: center;
  padding-block-start: var(--spacing-4);
  padding-block-end: var(--spacing-4);
  display: grid;
}

.feature-chart.is-expanded .feature-chart__toggle .circle-chevron {
  transform: rotate(180deg);
}

.feature-chart__product {
  --feature-chart-product-image-width: 80px;
  gap: var(--spacing-5);
  place-content: start;
  display: grid;
  position: relative;
}

.feature-chart__product :is(img, svg) {
  width: var(--feature-chart-product-image-width);
}

.feature-chart__product .color-swatch {
  margin: 0;
}

.feature-chart__product .badge {
  position: absolute;
  top: 0;
}

.feature-chart__product .badge:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  left: 0;
}

.feature-chart__product .badge:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  right: 0;
}

.feature-chart__product-placeholder {
  height: auto;
}

.feature-chart__table-row--sticky {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  background: rgb(var(--background));
  padding-block: var(--spacing-5);
  border-bottom-width: 1px;
  transition: opacity .2s, visibility .2s, top .2s;
  position: fixed;
  top: calc(var(--header-is-visible, 1) * var(--sticky-area-height));
  border-top-width: 0 !important;
}

.feature-chart__table-row--sticky.is-visible {
  opacity: 1;
  visibility: visible;
}

.feature-chart__table-row--sticky .feature-chart__product img {
  max-width: 48px;
}

.feature-chart__table-row--sticky .feature-chart__view-button-container {
  display: none;
}

@media screen and (max-width: 699px) {
  .feature-chart, .feature-chart__table {
    margin-inline-start: calc(-1 * var(--container-gutter));
    margin-inline-end: calc(-1 * var(--container-gutter));
    padding-inline-start: var(--container-gutter);
    padding-inline-end: var(--container-gutter);
    display: grid;
  }

  .feature-chart__table-row {
    grid-template-columns: repeat(var(--feature-chart-values-columns-count), minmax(140px, 1fr));
  }

  .feature-chart__table--multi-columns .feature-chart__table-row {
    grid-template-columns: repeat(var(--feature-chart-values-columns-count), 150px);
  }

  .feature-chart__heading {
    position: sticky;
  }

  .feature-chart__heading:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    left: 0;
  }

  .feature-chart__heading:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    right: 0;
  }

  .feature-chart__value {
    grid-row: 2;
  }
}

@media screen and (min-width: 700px) {
  .feature-chart {
    border-radius: var(--rounded);
  }

  .feature-chart__table-row--product > :first-child {
    grid-column-start: 2;
  }
}

@media screen and (min-width: 1000px) {
  .feature-chart {
    padding: var(--spacing-4) var(--spacing-12);
  }

  .feature-chart__table-row {
    --feature-chart-heading-width: 180px;
    column-gap: var(--spacing-6);
    padding-block-start: var(--spacing-6);
    padding-block-end: var(--spacing-6);
  }

  .feature-chart__table-row--product {
    padding-block-end: var(--spacing-10);
  }

  .feature-chart__table-row--sticky {
    padding-block: var(--spacing-6);
  }

  .feature-chart__toggle {
    padding-block-start: var(--spacing-5);
    padding-block-end: var(--spacing-6);
  }

  .feature-chart__product {
    --feature-chart-product-image-width: 150px;
    max-width: 260px;
  }

  .feature-chart__table-row--sticky .feature-chart__product {
    grid-auto-flow: column;
    justify-content: start;
  }

  .feature-chart__table-row--sticky .feature-chart__product img {
    max-width: 80px;
  }
}

.footer {
  --background: var(--footer-background);
  --text-color: var(--footer-text);
  --footer-padding-block: var(--spacing-12);
  --footer-part-gap: var(--spacing-10);
  --footer-block-list-gap: var(--spacing-10);
  --footer-block-gap: var(--spacing-4);
  --footer-aside-gap: var(--spacing-10);
  background: rgb(var(--background));
  color: rgb(var(--text-color));
  padding-block-start: var(--footer-padding-block);
  padding-block-end: var(--footer-padding-block);
}

.footer__wrapper {
  gap: var(--footer-part-gap);
  display: grid;
}

.footer__block-list {
  gap: var(--footer-block-list-gap);
  align-items: start;
  justify-content: var(--footer-block-list-justify-content, start);
  grid: auto-flow dense / repeat(2, minmax(0, 1fr));
  display: grid;
}

.footer__block {
  gap: var(--footer-block-gap);
  display: grid;
}

.footer__block--text, .footer__block--newsletter, .footer__block--app {
  grid-column: span 2;
}

.footer__block--newsletter {
  gap: var(--spacing-8);
  display: grid;
}

.footer__block--menu {
  max-width: 250px;
}

.footer__aside {
  gap: var(--footer-aside-gap);
  display: grid;
}

.footer__aside-top, .footer__aside-bottom {
  justify-content: space-between;
  align-items: center;
  gap: var(--spacing-8);
  display: grid;
}

.footer__policy-links {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.footer__policy-links li + li:before {
  content: "•";
  margin-inline-start: .5rem;
  margin-inline-end: .5rem;
  font-size: .75rem;
}

@media screen and (min-width: 700px) {
  .footer {
    --footer-padding-block: var(--spacing-16);
    --footer-part-gap: var(--spacing-16);
    --footer-block-list-gap: var(--spacing-10) var(--spacing-24);
    --footer-block-gap: var(--spacing-6);
    --footer-aside-gap: var(--spacing-12);
  }

  .footer__block-list {
    flex-wrap: wrap;
    display: flex;
  }

  .footer__block--text {
    flex-basis: 25%;
  }

  .footer__block--newsletter, .footer__block--app {
    flex-basis: 100%;
  }

  .footer__block--menu {
    flex-shrink: 0;
  }

  .footer__aside-top, .footer__aside-bottom {
    display: flex;
  }

  .footer__copyright {
    order: -1;
  }
}

@media screen and (min-width: 1000px) {
  .footer {
    --footer-block-list-gap: var(--spacing-10) var(--spacing-12);
  }

  .footer__block-list {
    flex-wrap: nowrap;
  }

  .footer__block--newsletter, .footer__block--app {
    flex-basis: 33.3333%;
  }

  :is(.footer__block--newsletter, .footer__block--app):only-child {
    flex-basis: 50%;
  }

  .footer__newsletter-form {
    max-width: 400px;
  }
}

@media screen and (min-width: 1150px) {
  .footer {
    --footer-block-list-gap: var(--spacing-10) var(--spacing-24);
  }

  .footer__block--menu:last-child {
    margin-inline-end: var(--spacing-10);
  }
}

.shopify-section--privacy-banner {
  z-index: 2;
  position: relative;
}

.privacy-bar {
  margin: var(--spacing-2);
  z-index: 1;
  transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
  position: fixed;
  bottom: 0;
  display: block !important;
}

.privacy-bar:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  left: 0;
}

.privacy-bar:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  right: 0;
}

.privacy-bar[hidden] {
  visibility: hidden;
  opacity: 0;
}

.privacy-bar__inner {
  width: 100%;
  padding: var(--spacing-6);
  background: rgb(var(--background-primary));
  color: rgb(var(--text-primary));
  border-radius: var(--rounded-sm);
  border-width: 1px;
}

.privacy-bar__close {
  position: absolute;
  top: var(--spacing-6);
}

.privacy-bar__close:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  right: var(--spacing-6);
}

.privacy-bar__close:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  left: var(--spacing-6);
}

@media screen and (min-width: 700px) {
  .privacy-bar {
    margin: var(--spacing-4);
  }

  .privacy-bar__inner {
    max-width: 445px;
  }
}

.gift-card {
  gap: var(--spacing-8);
  padding-block-start: var(--spacing-4);
  padding-block-end: var(--spacing-14);
  display: grid;
}

.gift-card__image-wrapper {
  justify-items: center;
  gap: var(--spacing-6);
  display: grid;
}

.gift-card__image {
  max-width: 160px;
}

.gift-card__info {
  gap: var(--spacing-5);
  display: grid;
}

.gift-card__issued-info {
  place-content: center;
  align-items: center;
  gap: var(--spacing-2);
  padding: var(--spacing-6);
  text-align: center;
  display: grid;
}

.gift-card__balance {
  line-height: 1;
  font-size: var(--gift-card-balance-font-size);
}

.gift-card__redeem-info:last-child {
  border-width: 1px;
}

.gift-card__redeem-box {
  padding: var(--spacing-6);
  align-items: center;
  gap: var(--spacing-4);
  display: grid;
}

.gift-card__redeem-box:last-child:not(:only-child) {
  border-top-width: 1px;
}

.gift-card__redeem-code {
  padding: var(--spacing-3-5);
  text-align: center;
  border-radius: var(--rounded-xs);
  border-width: 1px;
  font-weight: bold;
}

.gift-card__qr-code {
  aspect-ratio: 1;
  width: 120px;
  display: block;
}

.gift-card__qr-code > canvas {
  display: none;
}

.gift-card__scan {
  justify-content: center;
  align-items: center;
  gap: var(--spacing-8);
  display: flex;
}

@media screen and (min-width: 700px) {
  .gift-card {
    gap: var(--spacing-12);
    padding-block-start: var(--spacing-12);
    padding-block-end: var(--spacing-32);
  }

  .gift-card__image-wrapper {
    gap: var(--spacing-12);
  }

  .gift-card__image {
    max-width: 270px;
  }

  .gift-card__info {
    gap: var(--spacing-12);
  }

  .gift-card__issued-info {
    padding: var(--spacing-12);
  }

  .gift-card__redeem-info {
    display: flex;
  }

  .gift-card__redeem-box {
    padding: var(--spacing-12);
    gap: var(--spacing-6);
    max-width: 380px;
  }

  .gift-card__scan {
    justify-items: center;
    display: grid;
  }
}

@media screen and (min-width: 1000px) {
  .gift-card__info {
    justify-content: center;
    display: flex;
  }

  .gift-card__redeem-box:last-child:not(:only-child) {
    border-top-width: 0;
    border-inline-start-width: 1px;
  }
}

@media screen and (min-width: 1150px) {
  .gift-card__issued-info {
    flex-basis: var(--spacing-80);
  }
}

.header {
  --background: var(--header-background);
  --text-color: var(--header-text);
  --header-part-gap: var(--spacing-3);
  --header-icon-list-spacing: var(--spacing-4);
  --header-link-list-spacing: var(--spacing-6);
  --header-logo-opacity: 1;
  will-change: transform;
  margin-inline-start: auto;
  margin-inline-end: auto;
  transition: background .25s;
  display: block;
}

.header__wrapper {
  grid-template: var(--header-grid-template);
  align-items: center;
  gap: var(--header-part-gap);
  padding: var(--header-padding-block) max(var(--container-gutter), 50% - var(--container-max-width) / 2);
  color: rgb(var(--text-color));
  background: rgb(var(--background) / var(--header-background-opacity));
  -webkit-backdrop-filter: blur(var(--header-background-blur-radius));
  backdrop-filter: blur(var(--header-background-blur-radius));
  border-radius: inherit;
  transition: inherit;
  display: grid;
}

.header__logo {
  grid-area: logo;
  max-width: max-content;
  display: block;
  position: relative;
}

.header__logo-image {
  width: var(--header-logo-width);
  height: auto;
  opacity: var(--header-logo-opacity, 1);
}

.header__logo-image--transparent {
  opacity: calc(1 - var(--header-logo-opacity));
  position: absolute;
  top: 0;
}

.header__logo-image--transparent:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  left: 0;
}

.header__logo-image--transparent:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  right: 0;
}

.header__logo-image:not(.header__logo-image--transparent):last-child {
  --header-logo-opacity: 1;
}

.header__logo-text {
  max-width: min(50vw, 350px);
  display: block;
}

.header__main-nav {
  grid-area: main-nav;
}

.header__secondary-nav {
  justify-content: flex-end;
  justify-self: end;
  align-items: center;
  gap: var(--spacing-3) var(--header-part-gap);
  flex-wrap: wrap;
  grid-area: secondary-nav;
  display: flex;
}

.header__link-list {
  display: none;
}

.header__link-list .icon-chevron-bottom {
  position: relative;
  top: 1px;
}

.header__icon-list {
  align-items: center;
  gap: var(--header-icon-list-spacing);
  display: flex;
}

.header__cart-count {
  top: -.3125rem;
  position: absolute;
}

.header__cart-count:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  left: .875rem;
}

.header__cart-count:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  right: .875rem;
}

@media screen and (min-width: 700px) {
  .header {
    --header-part-gap: var(--spacing-6);
    --header-icon-list-spacing: var(--spacing-6);
  }
}

@media screen and (min-width: 1150px) {
  .header__link-list {
    gap: var(--spacing-4) var(--header-link-list-spacing);
    display: flex;
  }
}

@media screen and (min-width: 1400px) {
  .header {
    --header-part-gap: var(--spacing-10);
    --header-link-list-spacing: var(--spacing-10);
  }
}

.header[allow-transparency] {
  transition: color .25s, background .25s, -webkit-backdrop-filter .25s, backdrop-filter .25s;
}

.header[allow-transparency]:not(.is-filled) {
  --header-background-opacity: 0;
  --header-logo-opacity: 0;
  --header-background-blur-radius: 0px;
  --text-color: var(--header-transparent-text-color);
}

.header[allow-transparency] .header__logo-image {
  transition: opacity .25s;
}

@supports selector(:has(> *)) {
  :has(.shopify-section:first-child [allow-transparent-header]) .header:not(.is-filled) {
    --header-background-opacity: 0;
    --header-logo-opacity: 0;
    --text-color: var(--header-transparent-text-color);
  }

  :has(.shopify-section:first-child [allow-transparent-header]) .shopify-section--header:not(:has(.header.is-filled)) {
    position: relative !important;
    top: 0 !important;
  }

  .header:has([open]) {
    --header-background-opacity: 1;
  }
}

.dropdown-menu {
  gap: var(--spacing-3);
  width: max-content;
  max-width: 350px;
  padding: var(--spacing-5) var(--spacing-7);
  background: rgb(var(--header-background));
  color: rgb(var(--header-text));
  border-radius: var(--rounded-sm);
  opacity: 0;
  box-shadow: var(--shadow), 0 0 0 1px rgb(var(--text-color) / .12);
  z-index: 1;
  display: grid;
  position: absolute;
  top: calc(100% + var(--spacing-4-5));
}

.dropdown-menu:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  left: calc(-1 * var(--spacing-4));
}

.dropdown-menu:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  right: calc(-1 * var(--spacing-4));
}

.dropdown-menu:before {
  content: "";
  width: 100%;
  height: var(--spacing-4-5);
  position: absolute;
  bottom: 100%;
}

.dropdown-menu--restrictable {
  max-height: 80vh;
  overflow-y: auto;
}

.dropdown-menu .dropdown-menu {
  top: calc(-1 * var(--spacing-5));
}

.dropdown-menu .dropdown-menu:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  left: calc(100% + var(--spacing-7));
}

.dropdown-menu .dropdown-menu:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  right: calc(100% + var(--spacing-7));
}

.dropdown-menu__item {
  justify-content: space-between;
  align-items: center;
  gap: var(--spacing-6);
  opacity: .7;
  transition: opacity .2s ease-in-out;
  display: flex;
}

[open] > .dropdown-menu__item, .dropdown-menu__item:hover {
  opacity: 1;
}

.mega-menu__promo-carousel {
  max-width: 300px;
  position: relative;
}

.mega-menu__carousel {
  grid: auto / auto-flow 45vw;
  display: grid;
}

@media screen and (min-width: 700px) {
  .mega-menu__carousel {
    --content-over-media-column-gap: var(--spacing-8);
    --content-over-media-row-gap: var(--spacing-6);
    --content-over-media-content-max-width: 70%;
    grid: none;
  }

  .mega-menu__carousel > * {
    grid-area: 1 / -1;
  }

  .mega-menu__carousel-controls button {
    transition: transform .2s;
  }

  .mega-menu__carousel-controls button:hover {
    transform: scale(1.1);
  }
}

@media screen and (min-width: 1400px) {
  .mega-menu__promo-carousel {
    max-width: 360px;
  }
}

.mega-menu {
  --mega-menu-block-padding: var(--spacing-10);
  --mega-menu-gap: var(--spacing-12);
  --mega-menu-nav-column-gap: var(--spacing-8);
  gap: var(--mega-menu-gap);
  justify-content: var(--mega-menu-justify-content);
  width: 100%;
  padding: var(--mega-menu-block-padding) max(var(--container-gutter), 50% - var(--container-max-width) / 2);
  max-height: calc(100vh - var(--sticky-announcement-bar-enabled, 0) * var(--announcement-bar-height, 0px)  - var(--header-height, 0px)  - 20px);
  overscroll-behavior-y: contain;
  opacity: 0;
  background: rgb(var(--header-background));
  color: rgb(var(--header-text));
  mix-blend-mode: plus-lighter;
  border-block-start-width: 1px;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 100%;
  overflow: hidden auto;
  box-shadow: 0 9999px 0 9999px #0006;
}

.mega-menu:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  left: 0;
}

.mega-menu:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  right: 0;
}

.mega-menu__nav {
  max-width: var(--column-list-max-width, max-content);
  gap: var(--mega-menu-nav-gap);
  flex-wrap: wrap;
  flex: auto;
  align-items: start;
  display: flex;
}

.mega-menu__nav > li {
  width: var(--mega-menu-nav-column-max-width);
}

@media screen and (min-width: 1400px) {
  .mega-menu {
    --mega-menu-gap: var(--spacing-16);
    --mega-menu-nav-column-gap: var(--spacing-12);
  }
}

@media screen and (min-width: 1600px) {
  .mega-menu {
    --mega-menu-gap: var(--spacing-20);
    --mega-menu-nav-column-gap: var(--spacing-16);
  }
}

.navigation-drawer {
  --panel-link-image-size: var(--spacing-12);
  --drawer-body-padding: var(--spacing-6);
  --navigation-drawer-width: 100vw;
  width: var(--navigation-drawer-width);
}

.navigation-drawer::part(body) {
  gap: var(--spacing-6);
  grid-template-rows: minmax(0, 1fr);
  padding: 0;
  display: grid;
  overflow-y: hidden;
}

.navigation-drawer::part(content) {
  grid-template-rows: minmax(0, 1fr);
  min-height: 70vh;
  display: grid;
}

.navigation-drawer .panel__scroller {
  align-content: flex-start;
  height: 100%;
  overflow-y: auto;
}

.navigation-drawer > [is="close-button"] {
  margin-inline-start: var(--drawer-body-padding);
}

.navigation-drawer[mobile-opening="bottom"] .panel__scroller {
  margin-block-start: calc(var(--drawer-body-padding) * -1);
  padding-block-start: var(--drawer-body-padding);
}

.navigation-drawer[mobile-opening="left"] {
  height: 100%;
}

.navigation-drawer[mobile-opening="left"]::part(body) {
  grid-template-rows: auto minmax(0, 1fr);
  padding-block-start: var(--drawer-body-padding);
}

.navigation-drawer[mobile-opening="left"] > [is="close-button"] {
  display: grid;
}

.navigation-drawer[mobile-opening="left"] .panel__wrapper {
  padding-block-start: 0;
}

.navigation-drawer [is="close-button"] {
  width: var(--spacing-10);
  height: var(--spacing-10);
  border-radius: var(--rounded-full);
  border-width: 1px;
  place-items: center;
  position: static;
}

.panel-list__wrapper {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.panel {
  gap: var(--spacing-8);
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.panel + .panel {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
}

.panel__wrapper {
  justify-content: var(--panel-wrapper-justify-content, space-between);
  gap: var(--spacing-6);
  padding: var(--drawer-body-padding);
  flex-direction: column;
  height: 100%;
  display: flex;
  overflow-y: auto;
}

.panel-footer {
  background-color: rgb(var(--background));
}

.panel-footer__localization-wrapper {
  padding-block-start: var(--spacing-4);
}

.panel-footer__account-link:not(:only-child) {
  margin-inline-start: auto;
}

.panel-link__image {
  min-width: var(--panel-link-image-size);
  width: var(--panel-link-image-size);
  height: var(--panel-link-image-size);
  object-fit: contain;
}

@media screen and (min-width: 700px) {
  .navigation-drawer {
    --panel-link-image-size: 3.25rem;
    --drawer-body-padding: var(--spacing-8);
    --navigation-drawer-width: 412px;
  }

  .navigation-drawer::part(body) {
    gap: var(--spacing-8);
    grid-template-rows: auto minmax(0, 1fr);
    padding-block-start: var(--drawer-body-padding);
  }

  .navigation-drawer [is="close-button"] {
    width: var(--spacing-12);
    min-height: var(--spacing-12);
    height: var(--spacing-12);
  }

  .navigation-drawer[mobile-opening="bottom"] .panel__scroller {
    margin-block-start: 0;
    padding-block-start: 0;
  }

  .panel__wrapper {
    padding-block-start: 0;
  }
}

@media screen and (min-width: 1150px) {
  .navigation-drawer[mega-menu] {
    --panel-link-image-size: 3.75rem;
    --drawer-body-padding: var(--spacing-10);
    --navigation-drawer-width: 472px;
  }

  .navigation-drawer[mega-menu]::part(body) {
    grid-template-rows: auto;
    padding: 0;
  }

  .navigation-drawer[mega-menu]::part(content):before {
    content: "";
    background-color: rgb(var(--text-color) / .12);
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 440px;
  }

  .navigation-drawer[mega-menu] [is="close-button"] {
    display: grid;
  }

  .navigation-drawer[mega-menu] > .panel-list__wrapper {
    grid-template-columns: repeat(2, minmax(440px, 1fr));
    display: grid;
  }

  .navigation-drawer[mega-menu] > .panel-list__wrapper > .panel {
    position: static;
  }

  .navigation-drawer[mega-menu] .panel + .panel > .panel__wrapper {
    padding-block-start: 6.5rem;
  }

  .navigation-drawer[mega-menu] .panel__wrapper {
    padding: var(--drawer-body-padding);
  }

  .navigation-drawer[mega-menu] .panel__scroller {
    overflow-y: initial;
  }

  .navigation-drawer [is="close-button"] {
    transition: transform .2s ease-in-out;
  }

  .navigation-drawer [is="close-button"]:hover {
    transform: rotate(90deg);
  }

  [dir="rtl"] .navigation-drawer[mega-menu]::part(content):before {
    left: auto;
    right: 440px;
  }
}

.mega-menu .navigation-promo__wrapper {
  flex: 1;
  max-width: max-content;
}

.navigation-promo {
  grid: var(--navigation-promo-grid);
  align-content: start;
  align-items: start;
  gap: var(--navigation-promo-gap);
  display: grid;
}

.navigation-promo.navigation-promo--carousel .content-over-media p {
  max-width: 75%;
}

.navigation-promo .product-card {
  padding: var(--spacing-8);
  flex-direction: column;
  justify-content: center;
  height: 100%;
  display: flex;
}

.navigation-promo .product-card__figure {
  max-width: 160px;
  margin-block-end: var(--spacing-4);
  margin-inline-start: auto;
  margin-inline-end: auto;
}

.navigation-promo .product-card__quick-buy {
  display: none;
}

.navigation-promo .product-card__info {
  padding: 0;
}

.navigation-promo .product-card__image {
  border-radius: 0;
}

.navigation-promo__carousel-controls {
  gap: var(--spacing-2);
  color: rgb(var(--text-color));
  z-index: 1;
  transition: color .2s ease-in-out;
  display: flex;
  position: absolute;
}

.navigation-promo__carousel-controls:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  right: var(--content-over-media-column-gap);
}

.navigation-promo__carousel-controls:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  left: var(--content-over-media-column-gap);
}

@media screen and (min-width: 1150px) {
  .navigation-promo__carousel-controls > button svg {
    transition: scale .2s ease-in-out;
  }

  .navigation-promo__carousel-controls > button:hover svg {
    scale: 1.1;
  }
}

.shopify-section--hot-spots {
  z-index: 1;
}

.hot-spot {
  --hot-spot-dot-size: var(--spacing-8);
  --hot-spot-dot-shadow-size: var(--spacing-2-5);
  top: var(--hot-spot-vertical-position);
  left: var(--hot-spot-horizontal-position);
  grid-area: unset !important;
  z-index: unset !important;
  position: absolute !important;
}

.hot-spot__dot {
  width: var(--hot-spot-dot-size);
  height: var(--hot-spot-dot-size);
  border-radius: var(--rounded-full);
  background: rgb(var(--hot-spot-background));
  color: rgb(var(--hot-spot-text-color));
  place-items: center;
  transition: transform .2s ease-in-out;
  display: grid;
  position: relative;
}

.hot-spot__dot:after {
  content: "";
  box-sizing: content-box;
  top: calc(-1 * var(--hot-spot-dot-shadow-size));
  left: calc(-1 * var(--hot-spot-dot-shadow-size));
  width: 100%;
  height: 100%;
  padding: var(--hot-spot-dot-shadow-size);
  background: radial-gradient(50% 50% at 50% 50%, rgb(var(--hot-spot-background) / 0) 0%, rgb(var(--hot-spot-background) / .3) 100%);
  border-radius: inherit;
  animation: 2s ease-in-out infinite alternate ping;
  position: absolute;
}

.hot-spot__dot[aria-expanded="true"] {
  transform: rotate(45deg);
}

.hot-spot-popover {
  --popover-body-padding: var(--spacing-6);
}

.hot-spot-popover::part(title) {
  display: none;
}

.hot-spot-popover::part(body) {
  text-align: start;
}

@media screen and (min-width: 700px) {
  .hot-spot {
    --hot-spot-dot-size: var(--spacing-12);
    --hot-spot-dot-shadow-size: var(--spacing-4);
  }

  .hot-spot__dot svg {
    width: 12px;
    height: 12px;
  }

  .hot-spot-popover {
    --popover-body-padding: var(--spacing-8);
  }
}

@media screen and (min-width: 1000px) {
  .hot-spot-popover {
    --popover-anchor-inline-spacing: calc(100% + var(--spacing-4-5));
  }

  .hot-spot-popover::part(content) {
    background: rgb(var(--hot-spot-content-background) / var(--hot-spot-content-opacity));
    color: rgb(var(--hot-spot-content-text-color));
    -webkit-backdrop-filter: blur(var(--hot-spot-content-blur-radius));
    backdrop-filter: blur(var(--hot-spot-content-blur-radius));
  }
}

.image-link-blocks {
  grid: var(--image-link-blocks-grid);
  gap: var(--spacing-2);
  align-items: start;
  display: grid;
}

.image-link-blocks__item .content-over-media .circle-chevron {
  background: rgb(var(--text-color));
  color: rgb(var(--background));
  opacity: 0;
  transition: opacity .2s ease-in-out;
}

.image-link-blocks__item .icon-circle-button-right-clipped {
  opacity: 0;
  transition: opacity .2s ease-in-out;
}

.image-link-blocks__inner {
  gap: var(--spacing-3);
  padding: var(--spacing-5);
  grid-template-columns: minmax(0, 1fr);
  display: grid;
}

.image-link-blocks__inner .circle-chevron {
  opacity: 0;
  transition: opacity .2s ease-in-out;
}

.image-link-blocks__title {
  gap: var(--spacing-2-5);
  justify-content: center;
  align-items: center;
  margin-block-end: calc(-1 * var(--spacing-1));
  display: flex;
}

.image-link-blocks__title--animate {
  transform: translateX(calc(var(--transform-logical-flip) * 16px));
  transition: transform .2s;
}

@media screen and (min-width: 700px) {
  .image-link-blocks {
    gap: var(--grid-gutter);
  }

  .image-link-blocks__inner {
    gap: var(--spacing-5);
    padding: var(--spacing-10);
  }

  .image-link-blocks__title {
    margin-block-end: calc(-1 * var(--spacing-4));
  }
}

@media screen and (min-width: 1000px) {
  .image-link-blocks__item {
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
}

@media screen and (pointer: fine) {
  .image-link-blocks__item:hover .content-over-media .circle-chevron {
    background: rgb(var(--text-color));
    color: rgb(var(--background));
    opacity: 1;
  }

  .image-link-blocks__item:hover .image-link-blocks__inner .circle-chevron, .image-link-blocks__item:hover .icon-circle-button-right-clipped {
    opacity: 1;
  }

  .image-link-blocks__item:hover .image-link-blocks__title--animate {
    transform: translateX(0);
  }
}

.shopify-section--collection-banner + .shopify-section--image-link-blocks {
  --section-outer-spacing-block: var(--grid-gutter);
}

.images-scrolling__content {
  gap: var(--spacing-4);
  display: grid;
}

.images-scrolling__counter {
  align-items: center;
  gap: var(--spacing-4);
  display: flex;
}

.images-scrolling__counter:before {
  content: "";
  background: currentColor;
  width: 1.5rem;
  height: .125rem;
}

.images-scrolling__icon {
  max-width: calc(var(--images-scrolling-item-icon-width) / 1.5);
}

@media screen and (min-width: 700px) {
  .images-scrolling__content {
    gap: var(--spacing-8);
    padding-block: var(--spacing-8);
    order: -1;
    align-content: start;
  }

  .images-scrolling__counter {
    gap: var(--spacing-6);
  }

  .images-scrolling__counter:before {
    width: 2.5rem;
  }

  .images-scrolling__icon {
    max-width: calc(var(--images-scrolling-item-icon-width));
  }
}

.images-scrolling-mobile {
  grid: var(--images-scrolling-grid);
  gap: var(--spacing-12) var(--container-gutter);
  display: grid;
}

.images-scrolling-mobile__item {
  align-content: start;
  gap: var(--spacing-4);
  display: grid;
}

@media screen and (min-width: 700px) {
  .images-scrolling-mobile {
    display: none;
  }
}

.images-scrolling-desktop {
  grid-template-columns: var(--images-scrolling-grid-template-columns);
  grid-template-rows: repeat(var(--images-scrolling-block-count), minmax(0, 1fr));
  column-gap: var(--spacing-8);
  display: grid;
}

.images-scrolling-desktop__media-wrapper {
  top: calc(var(--sticky-area-height)  + 20px);
  grid-column: media;
  position: sticky;
}

.images-scrolling-desktop__media-wrapper > * {
  object-fit: cover;
  object-position: center;
  will-change: transform;
}

.images-scrolling-desktop__media-wrapper > :first-child {
  max-height: calc(100vh - var(--sticky-area-height)  - 40px);
}

@supports (max-height: 100svh) {
  .images-scrolling-desktop__media-wrapper > :first-child {
    max-height: calc(100svh - var(--sticky-area-height)  - 40px);
  }
}

.images-scrolling-desktop__media-wrapper > :not(:first-child) {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.images-scrolling-desktop__content-list {
  grid-area: 1 / content / -1;
  grid-auto-columns: minmax(0, 1fr);
  align-items: center;
  display: grid;
}

@media screen and (min-width: 1000px) {
  .images-scrolling-desktop {
    column-gap: var(--spacing-16);
  }
}

@media screen and (min-width: 1150px) {
  .images-scrolling-desktop {
    column-gap: var(--spacing-28);
  }
}

@media screen and (max-width: 699px) {
  .images-scrolling-desktop {
    display: none;
  }
}

.impact-text {
  --impact-text-spacing: var(--spacing-10);
  gap: var(--impact-text-spacing);
  align-items: start;
  display: grid;
}

.impact-text--scroll {
  grid: auto / auto-flow var(--impact-text-auto-columns);
}

.impact-text--center {
  text-align: center;
  justify-content: safe center;
}

.impact-text--end {
  text-align: end;
  justify-content: end;
}

.impact-text__text {
  font-size: var(--impact-text-font-size);
  letter-spacing: 0;
  line-height: 1;
}

.impact-text__text:not(:only-child) {
  margin-bottom: .2em;
}

.impact-text__content {
  max-width: 750px;
}

.impact-text--center .impact-text__content {
  margin-inline-start: auto;
  margin-inline-end: auto;
}

.impact-text--end .impact-text__content {
  margin-inline-start: auto;
}

@media screen and (min-width: 700px) {
  .impact-text {
    --impact-text-spacing: var(--spacing-8);
    grid: auto / auto-flow var(--impact-text-auto-columns);
  }

  .impact-text--center {
    justify-content: space-evenly;
  }
}

@media screen and (min-width: 1150px) {
  .impact-text {
    --impact-text-spacing: var(--spacing-12);
  }
}

.logo-list {
  grid: var(--logo-list-grid);
  gap: var(--spacing-2);
  display: grid;
}

.logo-list__item {
  padding: var(--spacing-6);
  border: 1px solid rgb(var(--logo-list-items-border));
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-list__image {
  width: 100%;
  max-width: var(--logo-list-image-max-width, none);
}

@media screen and (min-width: 700px) {
  .logo-list {
    gap: var(--spacing-6);
  }

  .logo-list__item {
    padding: var(--spacing-11);
  }
}

.media-grid {
  align-items: start;
  gap: calc(var(--grid-gutter) / 2);
  grid: auto-flow dense var(--media-grid-row-height) / repeat(2, minmax(0, 1fr));
  display: grid;
}

.media-grid__item {
  grid-area: span min(2, var(--media-grid-row-span)) / span min(2, var(--media-grid-column-span));
  height: 100%;
}

.media-grid__item > * {
  height: 100%;
}

@media screen and (min-width: 700px) {
  .media-grid {
    --calculated-row-height: max(150px, min(100vw / 5, var(--media-grid-row-height)));
    grid: auto-flow dense var(--calculated-row-height) / repeat(4, minmax(0, 1fr));
  }

  .media-grid__item {
    grid-area: span var(--media-grid-row-span) / span var(--media-grid-column-span);
  }
}

@media screen and (min-width: 1000px) {
  .media-grid {
    gap: var(--grid-gutter);
  }
}

.media-with-text {
  --media-with-text-content-padding: var(--spacing-10) var(--spacing-8);
  gap: var(--media-with-text-gap);
  display: grid;
  overflow: hidden;
}

.media-with-text__item {
  gap: min(var(--media-with-text-gap), var(--grid-gutter));
  grid-template: var(--media-with-text-item-grid-template);
  display: grid;
}

.media-with-text__media {
  grid-area: media;
  position: relative;
  overflow: hidden;
}

.media-with-text__media > * {
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
  width: 100%;
  height: 100%;
}

.media-with-text__content {
  padding: var(--media-with-text-content-padding);
  grid-area: content;
  display: grid;
}

.media-with-text__icon {
  max-width: calc(var(--media-with-text-item-icon-width) / 1.5);
  margin-block-end: var(--spacing-1);
  display: inline-block;
}

@media screen and (min-width: 700px) {
  .media-with-text {
    --media-with-text-content-padding: var(--spacing-16);
  }

  .media-with-text__icon {
    max-width: var(--media-with-text-item-icon-width);
    margin-block-end: var(--spacing-2);
  }
}

@media screen and (min-width: 1000px) {
  .media-with-text {
    --media-with-text-content-padding: var(--spacing-12);
  }

  .media-with-text__item {
    gap: var(--media-with-text-gap);
  }
}

@media screen and (min-width: 1150px) {
  .media-with-text {
    --media-with-text-content-padding: var(--spacing-18);
  }
}

@media screen and (min-width: 1400px) {
  .media-with-text {
    --media-with-text-content-padding: var(--spacing-20);
  }
}

.multi-column {
  --multi-column-list-column-max-gap: var(--grid-gutter);
  --multi-column-list-row-min-gap: var(--grid-gutter);
  --multi-column-item-gap: var(--spacing-6);
  grid: var(--multi-column-grid);
  gap: max(var(--multi-column-list-gap), var(--multi-column-list-row-min-gap)) min(var(--multi-column-list-column-max-gap), var(--multi-column-list-gap));
  display: grid;
}

.multi-column__item {
  align-content: start;
  gap: var(--multi-column-item-gap);
  grid-template-columns: minmax(0, 1fr);
  display: grid;
}

@media screen and (min-width: 700px) {
  .multi-column {
    --multi-column-list-column-max-gap: var(--spacing-16);
    grid: auto / auto-flow 38vw;
  }
}

@media screen and (min-width: 1000px) {
  .multi-column {
    --multi-column-list-row-min-gap: var(--spacing-16);
    grid: auto / repeat(12, minmax(0, 1fr));
  }

  .multi-column__item {
    grid-column: var(--multi-column-item-column-count);
  }
}

@media screen and (min-width: 1400px) {
  .multi-column {
    --multi-column-list-column-max-gap: var(--multi-column-list-gap);
  }
}

.multiple-images-with-text {
  grid-template-columns: var(--multiple-images-with-text-grid-template-columns, none);
  gap: var(--section-stack-spacing-block) var(--multiple-images-with-text-column-gap, 0px);
  max-width: var(--multiple-images-with-text-max-width);
  isolation: isolate;
  justify-content: center;
  place-items: center;
  margin-inline-start: auto;
  margin-inline-end: auto;
  display: grid;
}

.multiple-images-with-text__content-with-nav {
  row-gap: var(--spacing-8);
  text-align: var(--multiple-images-with-text-alignment, center);
  justify-items: var(--multiple-images-with-text-alignment, center);
  justify-self: start;
  width: 100%;
  max-width: 600px;
  display: grid;
}

.multiple-images-with-text__image-list[layout="stacked"], .multiple-images-with-text__content-list {
  place-items: center;
  width: 100%;
  display: grid;
}

:is(.multiple-images-with-text__image-list[layout="stacked"], .multiple-images-with-text__content-list) > * {
  grid-area: 1 / -1;
  width: 100%;
}

.multiple-images-with-text__image-list {
  grid-template: var(--multiple-images-with-text-images-grid-template, none);
  align-items: var(--multiple-images-with-text-images-alignment, center);
  width: 100%;
  display: grid;
}

.multiple-images-with-text__image-list > img {
  width: 100%;
  max-width: var(--multiple-images-with-text-image-max-width, 390px);
  will-change: transform;
  outline: 1px solid #0000;
  margin-inline-start: auto;
  margin-inline-end: auto;
}

.multiple-images-with-text__image-list:not([layout="stacked"]) > img:first-child {
  grid-area: 1 / 2 / -1;
  margin-block-start: var(--multiple-images-with-text-main-image-offset, 0px);
}

.multiple-images-with-text__content-list {
  place-items: end start;
}

.multiple-images-with-text__image-list[layout="stacked"] {
  --multiple-images-with-text-image-max-width: 520px;
}

.multiple-images-with-text__image-list[layout="collage"] {
  gap: var(--grid-gutter);
}

@media screen and (max-width: 699px) {
  .multiple-images-with-text__content-with-nav .circle-button {
    width: 2.5rem;
    height: 2.5rem;
  }
}

@media screen and (min-width: 700px) {
  .multiple-images-with-text__content-with-nav {
    row-gap: var(--spacing-12);
  }
}

@media screen and (min-width: 1150px) {
  .multiple-images-with-text {
    --multiple-images-with-text-image-max-width: 500px;
  }
}

.newsletter-content {
  gap: var(--spacing-6);
  max-width: 780px;
  margin-inline-start: auto;
  margin-inline-end: auto;
  display: grid;
}

.newsletter-box {
  padding: var(--spacing-6);
}

.newsletter-content > .form {
  width: 100%;
}

@media screen and (min-width: 700px) {
  .newsletter {
    border-radius: inherit;
    overflow: hidden;
  }

  .newsletter-content {
    gap: var(--spacing-8);
  }

  .newsletter-content__icon {
    width: 48px;
    height: 48px;
  }

  .newsletter-box {
    padding: var(--spacing-12);
  }
}

@media screen and (min-width: 1000px) {
  .newsletter {
    grid-template-columns: .5fr .5fr;
    display: grid;
  }

  .newsletter-content > .form {
    max-width: 490px;
  }

  .newsletter > .newsletter-box {
    justify-content: start;
    align-items: center;
    display: grid;
  }

  .section-full .newsletter-box {
    background: none;
  }
}

@media screen and (min-width: 1150px) {
  .newsletter-box {
    padding: var(--spacing-16);
  }
}

@media screen and (min-width: 1400px) {
  .newsletter-box {
    padding: var(--spacing-20);
  }
}

.newsletter-drawer {
  --drawer-content-max-height: 80vh;
  --drawer-body-padding: 0;
  height: auto;
}

.newsletter-drawer__content {
  padding: var(--spacing-6) var(--spacing-8) var(--spacing-8);
}

@media screen and (min-width: 700px) {
  .newsletter-drawer {
    --drawer-content-max-height: calc(100vh - var(--spacing-8));
    width: calc(445px + var(--spacing-8));
  }

  .newsletter-drawer button[is="close-button"] {
    top: var(--spacing-8);
  }

  .newsletter-drawer button[is="close-button"]:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    right: var(--spacing-8);
  }

  .newsletter-drawer button[is="close-button"]:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    left: var(--spacing-8);
  }

  .newsletter-drawer__content {
    padding: var(--spacing-10) var(--spacing-12) var(--spacing-12);
  }
}

.not-found {
  --not-found-font-size: 210px;
  padding-block-start: var(--spacing-48);
  padding-block-end: var(--spacing-48);
  position: relative;
  overflow: hidden;
}

.not-found:before {
  content: "404";
  letter-spacing: 0;
  opacity: .1;
  pointer-events: none;
  font-weight: bold;
  font-size: var(--not-found-font-size);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 700px) {
  .not-found {
    --not-found-font-size: 400px;
    padding-block-start: var(--spacing-80);
    padding-block-end: var(--spacing-80);
  }
}

.page {
  gap: var(--spacing-12);
  max-width: var(--page-max-width, 80ch);
  grid-auto-columns: minmax(0, 1fr);
  margin-inline-start: auto;
  margin-inline-end: auto;
  display: grid;
}

.password {
  min-height: 100vh;
  min-height: 100dvh;
  grid-template-rows: 1fr;
  align-items: center;
  padding-block-start: var(--spacing-10);
  padding-block-end: var(--spacing-10);
  display: grid;
  position: relative;
}

.password:after {
  content: "";
  width: calc(100vw - var(--scrollbar-width, 0px));
  pointer-events: none;
  background-image: linear-gradient(#0000 0%, #0003 100%);
  height: 60px;
  margin-inline-start: calc(50% - 50vw);
  position: absolute;
  bottom: 0;
}

.password:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)):after {
  left: 0;
}

.password:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)):after {
  right: 0;
}

.password__main {
  gap: var(--spacing-10);
  width: 100%;
  max-width: 500px;
  display: grid;
}

.password__social-box {
  gap: var(--spacing-4);
  padding: var(--spacing-5) var(--spacing-8);
  justify-content: center;
  display: grid;
}

.password__aside {
  align-self: end;
  justify-items: center;
  gap: var(--spacing-2);
  margin-top: var(--spacing-8);
  display: grid;
  position: relative;
}

.password__storefront-drawer {
  --drawer-body-padding: var(--spacing-8);
}

.password__storefront-form {
  gap: var(--spacing-6);
  display: grid;
}

@media screen and (min-width: 700px) {
  .password--center {
    justify-items: center;
  }

  .password--end {
    justify-items: end;
  }

  .password__main {
    gap: var(--spacing-12);
  }

  .password__social-box {
    gap: var(--spacing-6);
    padding: var(--spacing-8) var(--spacing-12);
    align-items: center;
    display: flex;
  }

  .password__aside {
    justify-self: end;
    display: flex;
  }

  .password--center .password__aside {
    justify-self: center;
  }

  .password--end .password__aside {
    justify-self: start;
  }

  .password__storefront-drawer {
    --drawer-body-padding: var(--spacing-10);
  }
}

.press {
  --press-padding-inline: var(--spacing-5);
  gap: var(--spacing-6);
  max-width: var(--press-max-width);
  margin-inline-start: auto;
  margin-inline-end: auto;
  padding-inline-start: var(--press-padding-inline);
  padding-inline-end: var(--press-padding-inline);
  display: grid;
}

.press__list {
  align-items: flex-start;
  display: grid;
}

.press__list > * {
  grid-area: 1 / -1;
}

.press__list-item {
  gap: var(--spacing-8);
  justify-items: center;
  display: grid;
}

.press__list-item:not(.is-selected) {
  opacity: 0;
  visibility: hidden;
}

.press__list-item .rating {
  margin-block-end: calc(var(--press-padding-inline) * -1);
}

.press__list-item .blockquote:first-child {
  margin-block-start: 0;
}

.press__logo {
  border: 1px solid rgb(var(--press-items-border));
  justify-content: center;
  align-items: center;
  display: flex;
}

.press__logo.bg-custom {
  padding: var(--spacing-6);
}

.press__image {
  width: 100%;
  max-width: var(--press-image-max-width, none);
}

.press__controls {
  gap: var(--spacing-5);
  grid: auto / auto-flow;
  justify-content: center;
  align-items: center;
  display: grid;
}

@media screen and (min-width: 700px) {
  .press {
    --press-padding-inline: var(--spacing-8);
    gap: var(--spacing-10);
  }

  .press__list-item {
    gap: var(--spacing-10);
  }

  .press .rating__stars svg {
    width: 20px;
    height: 20px;
  }
}

.product {
  grid: var(--product-grid);
  gap: var(--container-gutter) var(--spacing-10);
  align-items: start;
  display: grid;
}

@media screen and (min-width: 1150px) {
  .product {
    column-gap: var(--spacing-12);
  }
}

@media screen and (min-width: 1600px) {
  .product {
    column-gap: var(--spacing-24);
  }
}

.product-info {
  --product-info-block-spacing: var(--spacing-6);
}

.product-info > * + * {
  margin-block-start: var(--product-info-block-spacing);
  margin-block-end: var(--product-info-block-spacing);
}

.product-info > * + *:last-child {
  margin-block-end: 0;
}

.product-info__accordion {
  --product-info-block-spacing: 0;
}

.product-info__block-item:where([data-block-type="vendor"], [data-block-type="title"], [data-block-type="sku"], [data-block-type="price"], [data-block-type="rating"], [data-block-type="payment-terms"]) {
  --product-info-block-spacing: var(--spacing-2);
}

.product-info__block-item:where([data-block-type="badges"]) {
  --product-info-block-spacing: var(--spacing-4);
}

.product-info__sku {
  display: block;
}

.product-info__badge-list {
  gap: var(--spacing-2);
  flex-wrap: wrap;
  display: flex;
}

.product-info__price .rating-with-text {
  justify-content: flex-start;
  display: flex;
}

.product-info__price .product-info__badge-list {
  align-self: center;
  margin-inline-start: var(--spacing-1);
}

.product-info__price .rating {
  margin-inline-start: auto;
}

.product-info__offer-list {
  gap: var(--spacing-2);
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  display: grid;
}

.product-form__share {
  grid-template-columns: minmax(0, 1fr);
  display: grid;
}

.product-info__share-buttons {
  display: none;
}

.native-share--disabled .product-info__share-buttons {
  display: block;
}

.product-info__native-share {
  display: none;
}

.native-share--enabled .product-info__native-share {
  align-items: center;
  gap: var(--spacing-2-5);
  opacity: .7;
  transition: opacity .2s ease-in-out;
  display: flex;
}

.native-share--enabled .product-info__native-share:hover {
  opacity: 1;
}

.product-info__block-item:empty {
  display: none;
}

.product-info__block-item:has(.accordion) + .product-info__block-item:has(.accordion) .accordion {
  border-block-start-width: 0;
}

@media screen and (min-width: 700px) {
  .product-info__block-item:where([data-block-type="vendor"], [data-block-type="title"], [data-block-type="sku"], [data-block-type="price"], [data-block-type="rating"], [data-block-type="payment-terms"]) {
    --product-info-block-spacing: var(--spacing-4);
  }

  .product-info__block-item:where([data-block-type="buy-buttons"]) {
    --product-info-block-spacing: var(--spacing-8);
  }

  .product-info__offer-list {
    gap: var(--spacing-4);
  }

  .product-info__complementary-products .horizontal-product-list-carousel:not(.separate) {
    border-width: 1px;
  }

  .product-info__complementary-products .horizontal-product-list-carousel > .horizontal-product-list, .product-info__complementary-products .horizontal-product-list-carousel .horizontal-product {
    border: none;
  }
}

@media screen and (min-width: 1000px) {
  .product-info {
    top: calc(var(--sticky-area-height)  + 20px);
    z-index: 1;
    position: sticky;
  }
}

.product-gallery {
  gap: var(--spacing-5);
  grid-auto-columns: minmax(0, 1fr);
  display: grid;
}

.product-gallery__ar-wrapper {
  gap: var(--spacing-2-5);
  display: grid;
}

.product-gallery__media-list-wrapper {
  display: grid;
  position: relative;
}

.product-gallery__media-list {
  grid: var(--product-gallery-media-list-grid);
  gap: var(--product-gallery-media-list-gap);
  align-items: start;
  transition: height .1s;
  display: grid;
}

.product-gallery__media {
  position: relative;
}

.product-gallery__media img {
  margin-inline-start: auto;
  margin-inline-end: auto;
}

.product-gallery .page-dots--blurred {
  z-index: 1;
  justify-self: center;
  margin-inline-start: var(--spacing-2);
  margin-inline-end: var(--spacing-2);
  position: absolute;
  bottom: var(--spacing-2);
}

.product-gallery__thumbnail-list {
  align-items: end;
  gap: var(--spacing-2);
  grid-auto-columns: 56px;
  grid-auto-flow: column;
  display: grid;
}

.product-gallery__thumbnail {
  position: relative;
}

.product-gallery__thumbnail:after {
  content: "";
  opacity: 0;
  background: currentColor;
  width: 100%;
  height: 2px;
  margin-block-start: 4px;
  transition: opacity .15s;
  display: block;
}

.product-gallery__thumbnail[aria-current="true"]:after {
  opacity: 1;
}

.product-gallery__media-badge {
  width: var(--spacing-5);
  height: var(--spacing-5);
  background: rgb(var(--background-primary));
  border-radius: var(--rounded-button);
  border: 1px solid rgb(var(--text-color) / .12);
  place-content: center;
  display: grid;
  position: absolute;
  bottom: var(--spacing-2-5);
}

.product-gallery__media-badge:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  right: var(--spacing-1);
}

.product-gallery__media-badge:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  left: var(--spacing-1);
}

.product-gallery__zoom {
  transition: opacity .2s ease-in-out, transform .2s ease-in-out;
  position: absolute;
  top: var(--spacing-4);
}

.product-gallery__zoom:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  right: var(--spacing-4);
}

.product-gallery__zoom:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  left: var(--spacing-4);
}

.product-gallery__zoom > .circle-button {
  width: 2.1875rem;
  height: 2.1875rem;
}

.product-gallery__cursor.is-half-start svg {
  transform: rotate(180deg);
}

[data-shopify-xr-hidden] {
  visibility: hidden;
}

@media screen and (min-width: 700px) {
  .product-gallery__thumbnail-list {
    grid-auto-columns: 64px;
  }
}

@media screen and (max-width: 999px) {
  .product-gallery__thumbnail-list-wrapper {
    --scroll-shadow-size: 0px;
  }

  .product-gallery--mobile-dots .product-gallery__thumbnail-list-wrapper {
    display: none;
  }

  .product-gallery:has([data-media-type*="video"].is-selected) .product-gallery__zoom {
    opacity: 0;
    visibility: hidden;
    transform: scale(.8);
  }

  .product-gallery--mobile-expanded .product-gallery__media, .product-gallery--mobile-expanded .product-gallery__media > * {
    border-radius: 0;
  }

  .product-gallery--mobile-expanded .product-gallery__zoom:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    right: 0;
  }

  .product-gallery--mobile-expanded .product-gallery__zoom:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    left: 0;
  }
}

@media screen and (min-width: 1000px) {
  .product-gallery {
    gap: var(--spacing-6) var(--spacing-12);
  }

  .product-gallery__thumbnail-list-wrapper {
    align-items: center;
    gap: var(--spacing-4);
    grid-auto-flow: column;
    display: grid;
    position: relative;
  }

  .product-gallery__thumbnail-list {
    gap: var(--spacing-4);
  }

  .product-gallery__thumbnail-list-wrapper > button {
    z-index: 1;
    opacity: 0;
    margin-top: -3px;
    transition: opacity .1s, transform .1s;
    position: absolute;
    transform: scale(.6);
  }

  .product-gallery__thumbnail-list-wrapper > button:first-child:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    left: 8px;
  }

  .product-gallery__thumbnail-list-wrapper > button:first-child:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    right: 8px;
  }

  .product-gallery__thumbnail-list-wrapper > button:last-child:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    right: 8px;
  }

  .product-gallery__thumbnail-list-wrapper > button:last-child:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    left: 8px;
  }

  .product-gallery__thumbnail-list-wrapper > button[disabled] {
    opacity: 0;
  }

  .product-gallery__thumbnail-list-wrapper:hover > button:not([disabled]) {
    opacity: 1;
    transform: scale(1);
  }

  .product-gallery--desktop-grid .product-gallery__thumbnail-list-wrapper {
    display: none;
  }

  .product-gallery__media--expand {
    grid-column: span 2;
  }

  .product-gallery__zoom {
    opacity: 0;
    position: absolute;
    top: auto;
    bottom: var(--spacing-6);
    transform: scale(.8);
  }

  .product-gallery__zoom:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    right: var(--spacing-6);
  }

  .product-gallery__zoom:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    left: var(--spacing-6);
  }

  .product-gallery__zoom svg {
    width: 17px;
    height: 17px;
  }

  .product-gallery__zoom > .circle-button {
    width: 3.5rem;
    height: 3.5rem;
  }

  .product-gallery--desktop-grid .product-gallery__media:hover .product-gallery__zoom {
    opacity: 1;
    transform: scale(1);
  }

  .product-gallery--desktop-carousel .product-gallery__zoom {
    opacity: 1;
    visibility: visible;
  }

  .product-gallery--desktop-carousel:has([data-media-type*="video"].is-selected) .product-gallery__zoom {
    opacity: 0;
    visibility: hidden;
  }

  [data-shopify-xr-hidden] {
    display: none;
  }
}

@media screen and (min-width: 1150px) {
  .product-gallery--desktop-thumbnails-left {
    grid: auto / auto-flow auto minmax(0, 1fr);
    align-items: start;
  }

  .product-gallery--desktop-thumbnails-left .product-gallery__thumbnail-list-wrapper {
    order: -1;
    grid-auto-flow: row;
    justify-items: center;
    overflow: auto;
  }

  .product-gallery--desktop-thumbnails-left .product-gallery__thumbnail-list {
    gap: var(--spacing-2-5);
    grid-auto-flow: row;
    max-height: 600px;
    overflow: auto;
  }

  .product-gallery--desktop-thumbnails-left .product-gallery__thumbnail-list-wrapper > button {
    transform: rotate(90deg);
  }
}

.revealed-image {
  z-index: -1;
  display: inline;
  position: relative;
}

.revealed-image__scroll-tracker {
  height: 100%;
  position: absolute;
  top: 0;
}

.revealed-image__scroller {
  height: 180vh;
  height: 180lvh;
  display: block;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.revealed-image__wrapper {
  height: 100vh;
  height: 100lvh;
  top: calc(var(--sticky-area-height) / 2);
  grid-auto-rows: minmax(0, 1fr);
  place-items: center;
  display: grid;
  position: relative;
}

.revealed-image__wrapper > * {
  grid-area: 1 / -1;
}

.revealed-image__wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.revealed-image__wrapper > .revealed-image__image-clipper, .revealed-image__wrapper > .revealed-image__content--inside {
  clip-path: inset(37% 37% 41%);
  width: 100%;
  height: 100%;
}

.revealed-image__content {
  width: 100%;
  height: 100%;
  padding-inline: max(var(--container-gutter), 50% - var(--container-max-width) / 2);
  text-align: center;
  z-index: 1;
  opacity: 0;
  place-content: center;
  display: grid;
}

.revealed-image__content-inner {
  max-width: 1300px;
  margin-inline-start: auto;
  margin-inline-end: auto;
}

.rich-text {
  display: flex;
}

.rich-text__wrapper {
  max-width: var(--rich-text-max-width);
}

.rich-text .prose, .split-rich-text .prose {
  align-items: start;
  display: grid;
}

.rich-text .image-icon {
  margin-block-end: 0 !important;
}

.split-rich-text {
  display: none;
}

@media screen and (min-width: 1000px) {
  .split-rich-text {
    gap: var(--spacing-24);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
  }
}

@media screen and (min-width: 1150px) {
  .split-rich-text {
    gap: var(--spacing-32);
  }
}

.scrolling-text {
  overflow: hidden;
}

.scrolling-text__wrapper {
  display: grid;
}

.scrolling-text__text {
  line-height: normal;
  font-size: var(--scrolling-text-font-size);
  padding-inline-start: min(1em, 2rem);
  padding-inline-end: min(1em, 2rem);
}

@supports (overflow: clip) {
  .scrolling-text {
    overflow: clip visible;
  }

  .scrolling-text__text {
    line-height: 1;
  }
}

@media screen and (min-width: 700px) {
  .scrolling-text__text {
    padding-inline-start: min(1.5em, 4rem);
    padding-inline-end: min(1.5em, 4rem);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .scrolling-text__wrapper {
    grid: auto / auto-flow max-content;
  }

  .scrolling-text--auto .scrolling-text__text {
    animation: translateFull var(--marquee-animation-duration, 0s) linear infinite;
  }

  .scrolling-text--scroll .scrolling-text__wrapper {
    min-width: min-content;
  }
}

@media (prefers-reduced-motion: reduce) {
  .scrolling-text {
    --scrolling-text-font-size: var(--text-h0);
  }

  .scrolling-text__wrapper {
    text-align: center;
    justify-content: center;
  }
}

.search-input {
  justify-content: space-between;
  align-items: center;
  gap: var(--spacing-4);
  border-bottom-width: 2px;
  padding-block-end: var(--spacing-2-5);
  transition: border-bottom-color .1s;
  display: flex;
}

.search-input:focus-within {
  border-bottom-color: rgb(var(--text-color));
}

.search-input > input {
  -webkit-appearance: none;
  appearance: none;
  width: 0;
  font-size: var(--text-h5);
  background: none;
  border-radius: 0;
  outline: none;
  flex-grow: 1;
  font-weight: bolder;
}

.search-input > input::placeholder {
  color: rgb(var(--text-color) / .5);
}

.search-input > input[type="search"]::-webkit-search-decoration {
  display: none;
}

.search-input > input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

.search-input > [type="reset"] {
  font-size: var(--text-sm);
  opacity: 0;
  transition: opacity .2s;
}

.search-input > input:not(:placeholder-shown) ~ [type="reset"] {
  opacity: 1;
}

@media screen and (min-width: 700px) {
  .search-input {
    padding-block-end: var(--spacing-3);
  }

  .search-input > input {
    font-size: var(--text-h4);
  }

  .search-input > [type="reset"] {
    font-size: var(--text-base);
  }
}

.search-drawer {
  --drawer-body-padding: 1.25rem 1.5rem 1.5rem 1.5rem;
  --drawer-content-max-height: 100%;
  height: 100%;
}

.search-drawer::part(content) {
  height: max-content;
  overflow: auto;
}

.search-drawer::part(outside-close-button), .search-drawer::part(close-button) {
  display: none;
}

@media screen and (min-width: 700px) {
  .search-drawer {
    --drawer-body-padding: 2rem 2.5rem 2.5rem 2.5rem;
  }

  .search-drawer::part(content) {
    height: 100%;
  }
}

.predictive-search {
  min-width: 0;
  display: block;
}

.predictive-search__tabs {
  gap: var(--spacing-4);
  display: grid;
}

.predictive-search__tabs::part(tab-list) {
  white-space: nowrap;
  scrollbar-width: none;
  gap: var(--spacing-4);
  margin-inline: calc(-1 * var(--container-outer-width));
  padding-inline: var(--container-outer-width);
  scroll-padding-inline: var(--container-outer-width);
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  display: grid;
  overflow: auto hidden;
}

.predictive-search__tab-item {
  align-items: center;
  gap: var(--spacing-2);
  display: flex;
}

.predictive-search__tab-item [aria-selected] {
  transition: opacity .2s ease-in-out;
}

.predictive-search__tab-item [aria-selected="false"]:not(:hover) {
  opacity: .3;
}

.predictive-search-result {
  align-items: center;
  gap: var(--spacing-5);
  display: flex;
}

.predictive-search-result > img {
  flex-shrink: 0;
  width: 5rem;
}

@media screen and (min-width: 700px) {
  .predictive-search__tabs {
    gap: var(--spacing-6);
  }

  .predictive-search__tabs::part(tab-list) {
    gap: var(--spacing-5);
  }

  .predictive-search-result {
    gap: var(--spacing-6);
  }

  .predictive-search-result > img {
    width: 6rem;
  }
}

@media screen and (min-width: 1000px) {
  .search-drawer--full {
    --search-full-gap: 40px;
    width: 100%;
  }

  .search-drawer--full .search-input {
    padding-block-end: var(--spacing-6);
  }

  .search-drawer--full .predictive-search__tabs {
    gap: var(--spacing-8);
  }

  .search-drawer--full .predictive-search__tabs::part(tab-list), .search-drawer--full .predictive-search__tabs::part(tab-panels), .search-drawer--full .predictive-search__skeleton-full-width {
    grid-template-columns: repeat(var(--predictive-search-column-count, 4), minmax(var(--predictive-search-column-width, 0px), 1fr));
    gap: 0 var(--search-full-gap);
    display: grid;
  }

  .search-drawer--full .predictive-search__tab-content {
    display: grid !important;
  }

  .search-drawer--full .predictive-search__tab-item {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .search-drawer--full .predictive-search__tab-content {
    align-content: start;
  }

  .search-drawer--full .predictive-search__tab-content ~ .predictive-search__tab-content:before {
    content: "";
    margin-left: calc(-1 * var(--search-full-gap) / 2);
    background: rgb(var(--text-color) / .12);
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
  }

  .search-drawer--full [role="tab"] {
    pointer-events: none;
    opacity: 1 !important;
  }
}

@media screen and (min-width: 1400px) {
  .search-drawer--full {
    --search-full-gap: 96px;
  }
}

.main-search-form .search-input {
  width: 260px;
  margin-inline-start: auto;
  margin-inline-end: auto;
}

@media screen and (min-width: 700px) {
  .main-search-form .search-input {
    width: 490px;
  }
}

.shop-the-look {
  --shop-the-look-gap: var(--spacing-5);
  --shop-the-look-grid: auto-flow / auto;
  grid: var(--shop-the-look-grid);
  align-items: flex-start;
  gap: var(--shop-the-look-gap);
  display: grid;
}

.shop-the-look__dot {
  --dot-size: 10px;
  top: calc(var(--shop-the-look-dot-top)  - (var(--dot-size) / 2));
  left: calc(var(--shop-the-look-dot-left)  - (var(--dot-size) / 2));
  width: var(--dot-size);
  height: var(--dot-size);
  border-radius: var(--rounded-full);
  background-color: rgb(var(--shop-the-look-dot-background));
  transition: transform .2s ease-in-out;
  position: absolute;
}

.shop-the-look__dot:after {
  content: "";
  top: calc(50% + (var(--spacing-6) * -1));
  left: calc(50% + (var(--spacing-6) * -1));
  width: var(--spacing-12);
  height: var(--spacing-12);
  background: radial-gradient(50% 50% at 50% 50%, rgb(var(--shop-the-look-dot-background) / 0), rgb(var(--shop-the-look-dot-background) / .3));
  border-radius: var(--rounded-full);
  animation: 2s ease-in-out infinite alternate ping;
  position: absolute;
}

.shop-the-look__dot[aria-current="true"] {
  transform: scale(1.3);
}

.shop-the-look__products {
  display: grid;
}

.shop-the-look__carousel > .horizontal-product-list {
  grid: var(--shop-the-look-carousel-grid);
  display: grid;
}

@media screen and (pointer: fine) {
  .shop-the-look__dot:hover {
    transform: scale(1.3);
  }
}

@media screen and (min-width: 700px) {
  .section-boxed .shop-the-look {
    --shop-the-look-gap: var(--calculated-section-spacing-inline);
    --shop-the-look-grid: auto / 55% minmax(0, 1fr);
  }

  .shop-the-look {
    --shop-the-look-gap: var(--spacing-18);
    --shop-the-look-grid: auto / minmax(0, 1fr) 40%;
  }

  .shop-the-look__products {
    justify-items: flex-end;
    gap: var(--spacing-8);
    display: grid;
  }

  .shop-the-look__carousel {
    width: 100%;
    display: grid;
  }

  .shop-the-look__carousel > * {
    grid-area: 1 / -1;
  }

  .shop-the-look__controls {
    gap: var(--spacing-4);
    grid: auto / auto-flow;
    margin-inline-start: auto;
    margin-inline-end: auto;
    display: grid;
  }
}

@media screen and (min-width: 1000px) {
  .section-boxed .shop-the-look__carousel {
    --shop-the-look-carousel-width: 100%;
  }

  .shop-the-look {
    --shop-the-look-gap: 0;
    --shop-the-look-grid: auto / repeat(2, minmax(0, 1fr));
  }

  .shop-the-look__products {
    justify-items: center;
  }

  .shop-the-look__carousel {
    --shop-the-look-carousel-width: 60%;
    width: var(--shop-the-look-carousel-width);
  }
}

@media screen and (min-width: 1150px) {
  .section-boxed .shop-the-look {
    --shop-the-look-grid: auto / repeat(2, 1fr);
  }

  .section-boxed .shop-the-look__carousel {
    --shop-the-look-carousel-width: 60%;
  }
}

.slideshow {
  background: var(--slideshow-background);
}

.slideshow, .slideshow__carousel {
  color: rgb(var(--text-color));
  display: block;
  position: relative;
}

.slideshow__slide {
  position: relative;
}

.slideshow__slide:not(.is-selected) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.slideshow__slide-background {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.slideshow__slide.is-selected video-media ~ * {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.slideshow__slide.is-selected .content-over-media:before {
  background: rgb(var(--content-over-media-overlay)) !important;
}

.slideshow__controls {
  z-index: 1;
  position: absolute;
  bottom: var(--container-gutter);
}

.slideshow__controls:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  right: max(var(--container-gutter), 50% - var(--container-max-width) / 2);
}

.slideshow__controls:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  left: max(var(--container-gutter), 50% - var(--container-max-width) / 2);
}

.slideshow__controls .circle-button--fill {
  background: rgb(var(--slideshow-controls-background));
  color: rgb(var(--slideshow-controls-color));
}

.slideshow__controls .circle-button--bordered {
  color: rgb(var(--slideshow-controls-color));
}

.slideshow__controls .numbered-dots > * {
  color: rgb(var(--slideshow-controls-color) / .7);
  border-color: rgb(var(--slideshow-controls-color) / .3);
}

.slideshow__controls .numbered-dots > [aria-current="true"] {
  color: rgb(var(--slideshow-controls-color));
}

.slideshow__controls .stretching-dots > * {
  background: rgb(var(--slideshow-controls-color));
}

.slideshow__cursor.is-half-start .icon-chevron-right {
  transform: rotate(180deg);
}

.slideshow__cursor-ring {
  --radius: 27;
  --circumference: calc(2px * (22 / 7) * var(--radius));
  position: absolute;
  top: 0;
  left: 0;
}

.slideshow__cursor-ring circle {
  stroke-opacity: 1;
  stroke-dashoffset: 0;
  stroke-dasharray: calc(var(--circumference) * var(--progress, 0)), var(--circumference);
  transform: rotate(-90deg);
}

.slideshow .content-over-media--auto svg {
  height: min(700px, 50vmax);
}

@media screen and (max-width: 699px) {
  .slideshow__controls .circle-button {
    width: var(--spacing-10);
    height: var(--spacing-10);
  }

  .slideshow--multiple-slides :is(.place-self-end-start, .place-self-end-center) {
    padding-block-end: 2.5rem;
  }
}

.slideshow--boxed {
  --content-over-media-gap: var(--section-inner-spacing-inline);
  background: var(--slideshow-background);
  padding-block-start: var(--section-inner-max-spacing-block);
  padding-block-end: var(--section-inner-max-spacing-block);
  padding-inline-start: max(var(--container-gutter), 50% - var(--container-max-width) / 2);
  padding-inline-end: max(var(--container-gutter), 50% - var(--container-max-width) / 2);
}

.slideshow--boxed .content-over-media > :not(img, svg) {
  padding-block-start: 0 !important;
}

.shopify-section:first-child .slideshow--boxed[allow-transparent-header] {
  padding-block-start: max(var(--section-inner-max-spacing-block), var(--header-height));
}

@media screen and (min-width: 1400px) {
  .slideshow__controls {
    bottom: var(--spacing-14);
  }

  .slideshow__controls:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    right: var(--spacing-14);
  }

  .slideshow__controls:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    left: var(--spacing-14);
  }
}

.shopify-payment-button__button {
  height: auto !important;
}

.shopify-payment-button__button[disabled] {
  opacity: 1 !important;
}

.shopify-payment-button__button--branded {
  border-radius: var(--rounded-button) !important;
  min-height: 100% !important;
  overflow: hidden !important;
}

.shopify-payment-button__button--unbranded {
  --button-outline-color: var(--button-background, --button-background-primary);
  padding: var(--shopify-payment-button-padding, var(--spacing-4) var(--spacing-8)) !important;
  -webkit-appearance: none !important;
  border-radius: var(--rounded-button) !important;
  background: rgb(var(--button-background, var(--button-background-primary)) / var(--button-background-opacity, 1)) !important;
  color: rgb(var(--button-text-color, var(--button-text-primary))) !important;
  font-family: var(--text-font-family) !important;
  font-style: var(--text-font-style) !important;
  font-weight: bolder !important;
  font-size: var(--shopify-payment-button-font-size, var(--text-base)) !important;
  text-align: center !important;
  line-height: inherit !important;
  letter-spacing: var(--text-letter-spacing) !important;
  text-decoration: none !important;
  transition: background-color .15s ease-in-out, color .15s ease-in-out, box-shadow .15s ease-in-out !important;
  display: inline-block !important;
  position: relative !important;
  box-shadow: inset 0 0 0 2px #0000 !important;
}

shopify-accelerated-checkout, shopify-accelerated-checkout-cart {
  --shopify-accelerated-checkout-button-block-size: 54px;
  --shopify-accelerated-checkout-button-border-radius: var(--rounded-button);
  --shopify-accelerated-checkout-button-box-shadow: none;
}

@media screen and (min-width: 700px) {
  .shopify-payment-button__button--unbranded {
    padding: var(--shopify-payment-button-padding, 1.075rem var(--spacing-10)) !important;
  }

  shopify-accelerated-checkout, shopify-accelerated-checkout-cart {
    --shopify-accelerated-checkout-button-block-size: 60px;
  }
}

.shopify-policy__container {
  gap: var(--spacing-12) !important;
  max-width: none !important;
  padding: var(--spacing-14) 0 !important;
  grid-auto-columns: minmax(0, 1fr) !important;
  margin-inline-start: max(var(--container-gutter), 50% - 80ch / 2) !important;
  margin-inline-end: max(var(--container-gutter), 50% - 80ch / 2) !important;
  display: grid !important;
}

.shopify-challenge__container, .shopify-email-marketing-confirmation__container {
  padding: var(--spacing-14) 0 !important;
}

@media screen and (min-width: 700px) {
  .shopify-policy__container, .shopify-challenge__container, .shopify-email-marketing-confirmation__container {
    padding-block-start: var(--spacing-16) !important;
    padding-block-end: var(--spacing-16) !important;
  }
}

.tabs {
  max-width: var(--tabs-max-width);
  margin-inline-start: auto;
  margin-inline-end: auto;
  display: grid;
}

@media screen and (max-width: 699px) {
  .tabs-inner {
    display: none;
  }
}

@media screen and (min-width: 700px) {
  .tabs-inner {
    gap: var(--spacing-10);
    display: grid;
  }

  .tabs-inner::part(tab-list) {
    box-shadow: inset 0 -2px rgb(var(--text-color) / .1);
    grid: auto / auto-flow 1fr;
    align-items: end;
    display: grid;
    position: relative;
  }

  .tabs-inner::part(tab-list):after {
    content: "";
    height: 2px;
    width: calc(100% / var(--item-count));
    background: rgb(var(--text-color));
    transform: translateX(calc(var(--selected-index) * var(--transform-logical-flip) * 100%));
    transition: transform .3s;
    position: absolute;
    bottom: 0;
  }

  .tabs-inner::part(tab-list):not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)):after {
    left: 0;
  }

  .tabs-inner::part(tab-list):is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)):after {
    right: 0;
  }

  .tabs-nav__button {
    padding-block-start: var(--spacing-6);
    padding-block-end: var(--spacing-6);
    transition: color .2s ease-in-out;
  }

  .tabs-nav__button[aria-selected="true"] {
    color: rgb(var(--text-color));
  }
}

.testimonial-list {
  grid: var(--testimonial-list-grid);
  gap: var(--grid-gutter);
  align-items: start;
  display: grid;
}

.testimonial {
  align-content: start;
  gap: var(--spacing-4);
  padding: var(--spacing-6);
  scroll-snap-align: center;
  scroll-snap-stop: always;
  display: grid;
}

.testimonial__image {
  width: var(--spacing-10);
}

@media screen and (min-width: 700px) {
  .testimonial {
    gap: var(--spacing-5);
    padding: var(--spacing-8);
  }

  .testimonial__image {
    width: var(--spacing-14);
  }
}

@media screen and (min-width: 1150px) {
  .testimonial {
    scroll-snap-align: none;
  }
}

@media screen and (min-width: 1400px) {
  .testimonial {
    gap: var(--spacing-6);
    padding: var(--spacing-10);
  }
}

.text-with-icons {
  gap: var(--spacing-8);
  text-align: var(--text-with-icons-text-align);
  justify-content: var(--text-with-icons-justify);
  display: grid;
}

.text-with-icons__list {
  grid: auto / var(--text-with-icons-template);
  row-gap: var(--spacing-6);
  align-items: start;
  min-width: 0;
  display: grid;
}

.text-with-icons__item {
  gap: var(--text-with-icons-gap);
  justify-items: var(--text-with-icons-justify);
  padding-inline-start: var(--spacing-6);
  padding-inline-end: var(--spacing-6);
  display: grid;
}

@media screen and (min-width: 1000px) {
  :not(.is-scrollable) .text-with-icons__list {
    gap: var(--spacing-6);
  }

  :not(.is-scrollable) .text-with-icons__item {
    padding-inline-start: 0;
    padding-inline-end: 0;
  }
}

@media screen and (min-width: 1400px) {
  :not(.is-scrollable) .text-with-icons__list {
    gap: var(--spacing-10);
  }
}

.timeline {
  gap: var(--spacing-8);
  grid-template-columns: minmax(0, 1fr);
  display: grid;
}

.timeline__slider {
  align-items: start;
  display: grid;
}

.timeline__slider > * {
  grid-area: 1 / -1;
}

.timeline__slide {
  gap: var(--spacing-6);
  text-align: center;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  display: grid;
}

.timeline__image {
  width: 100%;
  max-width: 410px;
  margin-inline-start: auto;
  margin-inline-end: auto;
  position: relative;
}

.timeline__controls {
  --timeline-dot-size: var(--spacing-4);
  --timeline-dot-padding-inline-end: var(--spacing-4);
  padding-block-start: calc((var(--timeline-dot-size) / 2));
}

.timeline__nav {
  grid: auto / repeat(var(--timeline-nav-item-count), minmax(0, 1fr));
  width: max-content;
  min-width: 100%;
  display: grid;
}

.timeline__nav-bar {
  background-color: rgb(var(--text-color) / .12);
  width: 100%;
  height: 2px;
  position: absolute;
  top: -1px;
}

.timeline__nav-bar:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  left: 0;
}

.timeline__nav-bar:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  right: 0;
}

.timeline__nav-item {
  gap: var(--spacing-3);
  align-content: flex-start;
  min-width: 100px;
  max-width: 200px;
  padding-inline-end: var(--timeline-dot-padding-inline-end);
  display: grid;
  position: relative;
}

.timeline__nav-item:before {
  content: "";
  width: var(--timeline-dot-size);
  height: var(--timeline-dot-size);
  border-radius: var(--rounded-full);
  background-color: rgb(var(--background));
  border-width: 2px;
  margin-block-start: calc((var(--timeline-dot-size) / 2) * -1);
  transition: border-color .2s ease-in-out, background-color .2s ease-in-out;
}

.timeline__nav-item[aria-current="true"]:before {
  border-color: rgb(var(--text-color));
  background-color: rgb(var(--text-color));
}

.timeline__nav-label {
  opacity: .5;
  transition: opacity .2s ease-in-out;
}

.timeline__nav-item[aria-current="true"] .timeline__nav-label {
  opacity: 1;
}

@media screen and (min-width: 700px) {
  .timeline {
    gap: var(--spacing-14);
  }

  .timeline__slide {
    gap: var(--spacing-10);
  }

  .timeline__slide > .prose {
    padding-inline-start: var(--spacing-14);
    padding-inline-end: var(--spacing-14);
  }

  .timeline__content {
    gap: var(--spacing-6);
  }

  .timeline__controls {
    --timeline-dot-size: var(--spacing-5);
    --timeline-dot-padding-inline-end: var(--spacing-5);
  }

  .timeline__nav-item {
    min-width: 160px;
  }
}

@media screen and (min-width: 1000px) {
  .timeline__slide {
    text-align: start;
    grid: auto / repeat(2, minmax(0, 1fr));
    gap: 0;
  }

  .timeline__slide > .timeline__image-wrapper {
    padding-inline-end: 16.5%;
  }

  .timeline__slide > .prose {
    z-index: 1;
    padding-inline-start: 0;
    padding-inline-end: 0;
    position: relative;
  }

  .timeline__image {
    max-width: initial;
  }

  .timeline__image-wrapper {
    position: relative;
  }

  .timeline__controls {
    align-items: flex-start;
    gap: var(--spacing-10);
    display: flex;
  }

  .timeline__controls.scroll-area {
    overflow: visible;
  }

  .timeline__buttons {
    gap: var(--spacing-4);
    margin-block-start: calc(var(--spacing-6) * -1);
    display: flex;
  }

  .timeline__nav {
    width: 100%;
    min-width: auto;
    padding-block-start: 0;
  }

  .timeline__nav-item {
    min-width: auto;
  }
}

@media screen and (min-width: 1150px) {
  .timeline__slide > .prose {
    padding-inline-end: 16.5%;
  }

  .timeline__content {
    gap: var(--spacing-8);
  }
}

@media screen and (min-width: 1400px) {
  .timeline__slide > .prose {
    max-width: 85%;
  }
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

:is(.sr-only[type="checkbox"]:focus-visible + label, .sr-only[type="radio"]:focus-visible + label) {
  outline: 2px solid highlight;
  outline: 2px solid -webkit-focus-ring-color;
}

.skip-to-content:focus-visible {
  z-index: 9999;
  clip: auto;
  color: #fff;
  background: #000;
  width: auto;
  height: auto;
  padding: 6px 12px;
  font-weight: bold;
  overflow: auto;
}

.tap-area {
  position: relative;
}

.tap-area:before {
  content: "";
  inset: calc(-1 * var(--spacing-2-5));
  position: absolute;
}

@media print {
  .print\:hidden {
    display: none;
  }
}

@keyframes translateFull {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-100% * var(--transform-logical-flip)));
  }
}

@keyframes ping {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(.8);
  }
}

@media screen and (pointer: fine) {
  .zoom-image--enabled .zoom-image {
    transform-origin: center;
    transition: transform 1.5s cubic-bezier(.22, 1, .36, 1);
  }

  .zoom-image--enabled .group:hover .zoom-image {
    transform: scale(1.06);
  }
}

.reveal {
  opacity: 0;
}

.reveal-invisible {
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: no-preference) {
  [reveal-js], [reveal-on-scroll="true"] {
    opacity: 0;
  }
}

@media (scripting: none) {
  [reveal-js], [reveal-on-scroll="true"] {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: no-preference) {
  reveal-items {
    opacity: var(--stagger-products-reveal-opacity);
  }
}

@media (scripting: none) {
  reveal-items {
    opacity: 1;
  }
}

.border {
  border-width: 1px;
}

.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}

.border-y {
  border-block-start-width: 1px;
  border-block-end-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-s {
  border-block-start-width: 1px;
}

.border-e {
  border-block-end-width: 1px;
}

.divide-x > :not([hidden]) ~ :not([hidden]) {
  border-inline-start-width: 1px;
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  border-block-start-width: 1px;
}

.ring {
  box-shadow: 0 0 0 1px rgb(var(--text-color) / .12);
}

.ring-current {
  box-shadow: 0 0 0 1px rgb(var(--text-color));
}

.ring-inset {
  box-shadow: inset 0 0 0 1px rgb(var(--text-color) / .12);
}

.rounded-xs {
  border-radius: var(--rounded-xs);
}

.rounded-sm {
  border-radius: var(--rounded-sm);
}

.rounded {
  border-radius: var(--rounded);
}

.rounded-lg {
  border-radius: var(--rounded-lg);
}

.rounded-full {
  border-radius: var(--rounded-full);
}

.text-custom {
  color: rgb(var(--text-color));
}

.text-accent {
  color: rgb(var(--accent));
}

.text-success {
  color: rgb(var(--success-text));
}

.text-warning {
  color: rgb(var(--warning-text));
}

.text-error {
  color: rgb(var(--error-text));
}

.text-subdued {
  color: rgb(var(--text-color) / .7);
}

.text-on-sale {
  color: rgb(var(--on-sale-text));
}

.text-stroke {
  -webkit-text-stroke: 1px currentColor;
  -webkit-text-fill-color: transparent;
}

.text-gradient {
  background-image: var(--gradient);
  color: #0000;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  -webkit-background-clip: text;
  background-clip: text;
}

.text-stroke.text-gradient {
  color: rgb(var(--background));
  -webkit-text-stroke-color: transparent;
  -webkit-text-fill-color: unset;
}

.bg-custom {
  background: rgb(var(--background));
}

.bg-gradient {
  background-image: var(--gradient);
}

.bg-text {
  background: rgb(var(--text-color));
}

.bg-error {
  background: rgb(var(--error-background));
}

.bg-success {
  background: rgb(var(--success-background));
}

.bg-warning {
  background: rgb(var(--warning-background));
}

.bg-secondary {
  background: rgb(var(--text-color) / .05);
}

.opacity-0 {
  opacity: 0;
}

.backdrop-blur {
  -webkit-backdrop-filter: blur(var(--backdrop-blur, 0px));
  backdrop-filter: blur(var(--backdrop-blur, 0px));
}

.filter-invert {
  filter: invert();
}

.shadow-sm {
  filter: drop-shadow(var(--shadow-sm));
}

.shadow {
  filter: drop-shadow(var(--shadow));
}

.shadow-md {
  filter: drop-shadow(var(--shadow-md));
}

.shadow-block {
  box-shadow: var(--shadow-block);
}

.cross-fade {
  display: block;
}

.cross-fade > * {
  transition: opacity .2s ease-in-out;
}

.cross-fade > :last-child {
  display: none;
}

@media screen and (pointer: fine) {
  .cross-fade > :last-child {
    opacity: 0;
    display: block;
  }

  .cross-fade:hover > :first-child {
    opacity: 0;
  }

  .cross-fade:hover > :last-child {
    opacity: 1;
  }
}

.pointer-events-none {
  pointer-events: none;
}

.scroll-area {
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  overscroll-behavior-x: contain;
  overflow: auto hidden;
}

.scroll-area::-webkit-scrollbar {
  display: none;
}

.snap-start {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.snap-center {
  scroll-snap-align: center;
  scroll-snap-stop: always;
}

:not(.is-scrollable) ~ .peer-not-scrollable\:hidden, .hidden, .empty\:hidden:empty {
  display: none;
}

.inline-block {
  display: inline-block;
}

.block {
  display: block;
}

.contents {
  display: contents;
}

@media screen and (min-width: 700px) {
  .sm\:hidden {
    display: none;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:table-cell {
    display: table-cell;
  }

  .sm\:contents {
    display: contents;
  }
}

@media screen and (min-width: 1000px) {
  .md\:hidden {
    display: none;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:table-cell {
    display: table-cell;
  }

  .md\:contents {
    display: contents;
  }
}

@media screen and (min-width: 1150px) {
  .lg\:hidden {
    display: none;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:table-cell {
    display: table-cell;
  }

  .lg\:contents {
    display: contents;
  }
}

@media screen and (min-width: 1400px) {
  .xl\:hidden {
    display: none;
  }

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:grid {
    display: grid;
  }

  .xl\:table-cell {
    display: table-cell;
  }

  .xl\:contents {
    display: contents;
  }
}

@media screen and (min-width: 1600px) {
  .\32 xl\:hidden {
    display: none;
  }

  .\32 xl\:block {
    display: block;
  }

  .\32 xl\:flex {
    display: flex;
  }

  .\32 xl\:grid {
    display: grid;
  }

  .\32 xl\:table-cell {
    display: table-cell;
  }

  .\32 xl\:contents {
    display: contents;
  }
}

@media screen and (max-width: 699px) {
  .sm-max\:hidden {
    display: none;
  }
}

@media screen and (max-width: 999px) {
  .md-max\:hidden {
    display: none;
  }
}

@media screen and (max-width: 1149px) {
  .lg-max\:hidden {
    display: none;
  }
}

@media screen and (max-width: 1399px) {
  .xl-max\:hidden {
    display: none;
  }
}

@media screen and (max-width: 1599px) {
  .\32 xl-max\:hidden {
    display: none;
  }
}

@media screen and (pointer: fine) {
  .pointer-fine\:hidden {
    display: none;
  }

  .pointer-fine\:block {
    display: block;
  }
}

@media not screen and (pointer: fine) {
  .pointer-coarse\:hidden {
    display: none;
  }

  .pointer-coarse\:block {
    display: block;
  }
}

@media (prefers-reduced-motion: reduce) {
  .motion-reduce\:hidden {
    display: none;
  }

  .motion-reduce\:block {
    display: block;
  }
}

.invisible {
  visibility: hidden;
}

.relative {
  position: relative;
}

.wrap {
  flex-wrap: wrap;
}

.grow {
  flex-grow: 1;
}

.shrink-0 {
  flex-shrink: 0;
}

.text-start {
  text-align: start;
}

.text-center {
  text-align: center;
}

.text-end {
  text-align: end;
}

.justify-start {
  justify-content: start;
}

.justify-center {
  justify-content: safe center;
}

.justify-end {
  justify-content: end;
}

.justify-between {
  justify-content: space-between;
}

.justify-evenly {
  justify-content: space-evenly;
}

.justify-self-start {
  justify-self: start;
}

.justify-self-center {
  justify-self: center;
}

.justify-self-end {
  justify-self: end;
}

.justify-items-start {
  justify-items: start;
}

.justify-items-center {
  justify-items: safe center;
}

.justify-items-end {
  justify-items: end;
}

.align-start {
  align-items: start;
}

.align-center {
  align-items: center;
}

.align-end {
  align-items: end;
}

.align-self-start {
  align-self: start;
}

.align-self-center {
  align-self: center;
}

.align-self-end {
  align-self: end;
}

.align-self-stretch {
  align-self: stretch;
}

.place-self-start {
  place-self: start;
}

.place-self-start-center {
  place-self: start center;
}

.place-self-start-end {
  place-self: start end;
}

.place-self-center {
  place-self: center;
}

.place-self-center-start {
  place-self: center start;
}

.place-self-center-end {
  place-self: center end;
}

.place-self-end {
  place-self: end;
}

.place-self-end-start {
  place-self: end start;
}

.place-self-end-center {
  place-self: end center;
}

@media screen and (min-width: 700px) {
  .sm\:text-start {
    text-align: start;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-end {
    text-align: end;
  }

  .sm\:place-self-start {
    place-self: start;
  }

  .sm\:place-self-start-center {
    place-self: start center;
  }

  .sm\:place-self-start-end {
    place-self: start end;
  }

  .sm\:place-self-center {
    place-self: center;
  }

  .sm\:place-self-center-start {
    place-self: center start;
  }

  .sm\:place-self-center-end {
    place-self: center end;
  }

  .sm\:place-self-end {
    place-self: end;
  }

  .sm\:place-self-end-start {
    place-self: end start;
  }

  .sm\:place-self-end-center {
    place-self: end center;
  }

  .sm\:justify-items-center {
    justify-items: safe center;
  }
}

.align-top {
  vertical-align: top;
}

.align-center {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.w-0 {
  width: 0;
}

.min-w-full {
  min-width: 100%;
}

.min-h-full {
  min-height: 100%;
}

.mx-auto {
  margin-inline-start: auto;
  margin-inline-end: auto;
}

.my-auto {
  margin-block-start: auto;
  margin-block-end: auto;
}

.aspect-short {
  aspect-ratio: 4 / 3;
}

.aspect-tall {
  aspect-ratio: 2 / 3;
}

.aspect-square {
  aspect-ratio: 1;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.aspect-video iframe {
  width: 100%;
  height: 100%;
}

.gap-0\.5 {
  gap: var(--spacing-0-5);
}

.gap-1 {
  gap: var(--spacing-1);
}

.gap-1\.5 {
  gap: var(--spacing-1-5);
}

.gap-2 {
  gap: var(--spacing-2);
}

.gap-2\.5 {
  gap: var(--spacing-2-5);
}

.gap-3 {
  gap: var(--spacing-3);
}

.gap-3\.5 {
  gap: var(--spacing-3-5);
}

.gap-4 {
  gap: var(--spacing-4);
}

.gap-4\.5 {
  gap: var(--spacing-4-5);
}

.gap-5 {
  gap: var(--spacing-5);
}

.gap-5\.5 {
  gap: var(--spacing-5-5);
}

.gap-6 {
  gap: var(--spacing-6);
}

.gap-8 {
  gap: var(--spacing-8);
}

.gap-10 {
  gap: var(--spacing-10);
}

.gap-12 {
  gap: var(--spacing-12);
}

@media screen and (min-width: 700px) {
  .sm\:gap-0\.5 {
    gap: var(--spacing-0-5);
  }

  .sm\:gap-1 {
    gap: var(--spacing-1);
  }

  .sm\:gap-1\.5 {
    gap: var(--spacing-1-5);
  }

  .sm\:gap-2 {
    gap: var(--spacing-2);
  }

  .sm\:gap-2\.5 {
    gap: var(--spacing-2-5);
  }

  .sm\:gap-3 {
    gap: var(--spacing-3);
  }

  .sm\:gap-3\.5 {
    gap: var(--spacing-3-5);
  }

  .sm\:gap-4 {
    gap: var(--spacing-4);
  }

  .sm\:gap-4\.5 {
    gap: var(--spacing-4-5);
  }

  .sm\:gap-5 {
    gap: var(--spacing-5);
  }

  .sm\:gap-5\.5 {
    gap: var(--spacing-5-5);
  }

  .sm\:gap-6 {
    gap: var(--spacing-6);
  }

  .sm\:gap-8 {
    gap: var(--spacing-8);
  }

  .sm\:gap-10 {
    gap: var(--spacing-10);
  }

  .sm\:gap-12 {
    gap: var(--spacing-12);
  }
}

.overflow-hidden {
  overflow: hidden;
}

.object-fill {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.object-fill:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  left: 0;
}

.object-fill:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  right: 0;
}

.object-fill, .object-fill-safe, .object-cover {
  object-fit: cover;
  object-position: center;
}

.object-contain {
  object-fit: contain;
  object-position: center;
}

.placeholder {
  background: rgb(var(--text-primary) / .3);
  fill: rgb(var(--text-primary) / .7);
  color: rgb(var(--text-primary) / .7);
  display: block;
}

.bold {
  font-weight: bold;
}

.text-xxs {
  font-size: 10px;
  line-height: 1.7;
}

.text-xs {
  font-size: var(--text-xs);
  line-height: 1.7;
}

.text-sm {
  font-size: var(--text-sm);
  line-height: 1.6;
}

.text-base {
  font-size: var(--text-base);
  line-height: 1.6;
}

.text-lg {
  font-size: var(--text-lg);
  line-height: 1.6;
}

.subheading {
  font-weight: bold;
}

.heading, .h0, .h1, .h2, .h3, .h4, .h5, .h6, .prose :is(h1, h2, h3, h4, h5, h6) {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  letter-spacing: var(--heading-letter-spacing);
  text-transform: var(--heading-text-transform);
  overflow-wrap: anywhere;
}

.h0 {
  font-size: var(--text-h0);
  line-height: 1;
}

.h1, .prose h1:not(.h0, .h1, .h2, .h3, .h4, .h5, .h6) {
  font-size: var(--text-h1);
  line-height: 1.1;
}

.h2, .prose h2:not(.h0, .h1, .h2, .h3, .h4, .h5, .h6) {
  font-size: var(--text-h2);
  line-height: 1.1;
}

.h3, .prose h3:not(.h0, .h1, .h2, .h3, .h4, .h5, .h6) {
  font-size: var(--text-h3);
  line-height: 1.2;
}

.h4, .prose h4:not(.h0, .h1, .h2, .h3, .h4, .h5, .h6) {
  font-size: var(--text-h4);
  line-height: 1.3;
}

.h5, .prose h5:not(.h0, .h1, .h2, .h3, .h4, .h5, .h6) {
  font-size: var(--text-h5);
  line-height: 1.4;
}

.h6, .prose h6:not(.h0, .h1, .h2, .h3, .h4, .h5, .h6) {
  font-size: var(--text-h6);
  line-height: 1.4;
}

@media screen and (min-width: 700px) {
  .sm\:text-xxs {
    font-size: 10px;
    line-height: 1.7;
  }

  .sm\:text-xs {
    font-size: var(--text-xs);
    line-height: 1.7;
  }

  .sm\:text-sm {
    font-size: var(--text-sm);
    line-height: 1.6;
  }

  .sm\:text-base {
    font-size: var(--text-base);
    line-height: 1.6;
  }

  .sm\:text-lg {
    font-size: var(--text-lg);
    line-height: 1.6;
  }

  .sm\:h0 {
    font-size: var(--text-h0);
    line-height: 1;
  }

  .sm\:h1 {
    font-size: var(--text-h1);
    line-height: 1.1;
  }

  .sm\:h2 {
    font-size: var(--text-h2);
    line-height: 1.1;
  }

  .sm\:h3 {
    font-size: var(--text-h3);
    line-height: 1.2;
  }

  .sm\:h4 {
    font-size: var(--text-h4);
    line-height: 1.3;
  }

  .sm\:h5 {
    font-size: var(--text-h5);
    line-height: 1.4;
  }

  .sm\:h6 {
    font-size: var(--text-h6);
    line-height: 1.4;
  }
}

.line-through {
  text-decoration: line-through;
}

.break-all {
  overflow-wrap: anywhere;
}

.hyphenate {
  -webkit-hyphens: auto;
  hyphens: auto;
}

.truncate-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
}

.line-clamp {
  -webkit-line-clamp: var(--line-clamp-count, 2);
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}


div.npl-pdp {
padding: 0px 20px
}

div.npl-pdp-title {
    font-size: 23px;
    line-height: 1.3;
    font-weight: 700;
}

div.npl-pdp-description {
font-size: 15px;
    line-height: 1.5;
    margin-bottom: 18px;
      border-bottom: 1px dashed #98b4a494;
    padding-bottom: 16px;
  
}


div.npl-pdp-authority {
    display: flex
;
    align-items: center;
    line-height: 1;
    font-size: 12px;
    font-weight: 500;
}
div.npl-pdp-authority-pod {
   
    display: flex
;
    align-items: center;
    gap: 8px;
}

div.npl-pdp-authority-tag {

 padding-left: 5px;
    border-left: 1px solid #1a1a1a;
    margin-left: 5px;

}

img.npl-pdp-social-proof-stars {
height: 13px
}

a.npl-pdp-social-proof {
    display: flex
;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    line-height: 1;
    margin: 16px 0px;
}

div.npl-pdp-social-proof-text {
display: flex;
gap: 8px
}

span.npl-pdp-social-proof-text-rating {
font-weight: 700;
border-right: 1px solid #1a1a1a;
padding-right: 8px
}

div.npl-pdp-offer-title-container {
display: flex
;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    gap: 8px;
    line-height: 1
}

div.npl-pdp-offer-title-circle {
    font-size: 12px;
    height: 21px;
    width: 21px;
    display: flex
;
    align-items: center;
    justify-content: center;
    background: #1a1a1a;
    border-radius: 90px;
    color: #ffff;
    font-weight: 700; 
}


div.npl-pdp-offer-wrapper {
display: flex;
gap: 8px;
margin-top: 20px
}

div.npl-pdp-offer-item-container {
width: 33.333%
}

a.npl-pdp-offer-item {
border-radius: 10px;
    cursor: pointer;
    background-color: #fff;
    border: 2px solid #ececec;
    display: flex
;
    flex-direction: column;
    padding: 12px;
    align-items: center;
    width: 100%
}

a.npl-pdp-offer-item.active {
border-color: #4b7826;
background: #f8faf8
}

div.npl-pdp-offer-item-price-container {
font-size: 12px;
    display: flex
;
    font-weight: 500;
    line-height: 1
}

div.npl-pdp-offer-item-title {
line-height: 1;
    font-size: 16px;
    font-weight: 600;
}

div.npl-pdp-offer-item-title {
margin-bottom: 5px
}

div.npl-pdp-offer-item-container {
display: flex;
align-items: center;
position: relative;
justify-content: center
}

div.npl-pdp-offer-item-tag {
    line-height: 1;
    position: absolute;
    top: 0;
    font-size: 11px;
    font-weight: 600;
    background: #bedca5;
    padding: 4px 6px;
    border-radius: 3px;
    display: flex
;
    align-items: center;
    gap: 6px;
    margin-top: -10px;
    color: #344a23
}

div.npl-pdp-offer-item-tag.bd {
    background: #da6d00;
    color: #fff;
}

div.npl-pdp-offer-expiry {
    display: flex
;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 13px;
    margin: 20px 0px;
}

span.npl-pdp-offer-countdown {
    color: #ad2020;
    background-color: #ffdede;
    font-weight: 700;
    padding: 4px 6px;
    border-radius: 5px;
    width: 23px;
    max-width: 23px;
    min-width: 23px;
}

a.npl-pdp-atc {
    background-color: #007c7c;
    border: 2px solid #129b97;
    height: 70px;
    width: 100%;
    display: flex
;
    border-radius: 8px;
    line-height: 1;
    color: #ffffff;
    align-items: center;
    justify-content: center
}

span.npl-pdp-atc-sc {
    display: flex
;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 700
}

div.npl-pdp-atc-price {
    background: rgb(255, 255, 255, 0.1);
    height: 32px;
    display: flex;
    align-items: center;
    font-size: 14px;
    padding-left: 11px;
    padding-right: 11px;
    gap: 4px;
    border-radius: 90px;
}

span.npl-pdp-atc-price-su {
font-weight: 500;
    opacity: 0.8;
    text-decoration: line-through; 
}

div.npl-pdp-shipping-bar {
    display: flex;
    font-size: 10.5px;
    justify-content: space-between;
    background: #f3f7fb;
    padding: 12px 18px;
    border-radius: 8px;
    margin-top: 12px;
    margin-bottom: 12px
}

span.npl-pdp-shipping-bar-sb-date {
font-weight: 700
}

div.npl-pdp-shipping-bar-sb {
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

div.npl-pdp-shipping-bar-sb-ball {
height: 9px;
width: 9px;
border-radius: 90px;
background: #4b7826
}

div.npl-pdp-qb-content {
padding: 3px;
}

div.npl-pdp-qb-title-block {
        background: #f5f7f2;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 12px;
    line-height: 1;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    
}

div.npl-pdp-qb-list-item {
    display: flex;
    justify-content: space-between;
    line-height: 1;
    padding: 8px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    align-items: center
}

div.npl-pdp-qb {
    border: 1px dashed #98b4a494;
    border-radius: 8px;
}

div.npl-pdp-qb-list-item.each {
border-top: 1px dashed #98b4a494;
border-bottom: 1px dashed #98b4a494;
}

div.npl-pdp-qb-list-item-price {
background: #da6d00;
    color: #fff;
    padding: 4px 6px;
    border-radius: 6px;
}



div.tt-sale-timer {
    background: #4b7826;
    color: #ffffff;
    line-height: 1;
    padding: 10px
}

div.tt-sale-timer-wrapper {
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 0px 20px
}

div.tt-sale-timer-main {
    display: flex
;
    background: rgb(255, 255, 255, 0.3);
  padding: 6px 8px;
  border-radius: 6px;
      align-items: center;
    gap: 6px;
}

div.tt-sale-timer-item {
display: flex
;
    flex-direction: column;
    align-items: center;
    width: 22px;
    max-width: 22px;
    justify-content: center
}


div.tt-sale-timer-item-sub {
    font-size: 8px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}

div.tt-sale-timer-item-time {
font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 2px;
}

div.tt-sale-timer-seperator {
font-size: 12px;
    font-weight: 600;
    color: #fff;
}


div.tt-sale-timer-title {
color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    font-size: 13px;
}

div.tt-sale-timer-subtitle {
    text-transform: uppercase;
    color: #fff;
    font-size: 11px;
    margin-top: 5px;
}

div.tt-sale-timer-text {
display: flex;
    flex-direction: column;
    align-items: center;
}

img.npl-header-logo {
width: 110px
}

div.npl-header {
display: flex
;
    justify-content: center;
    padding: 20px;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 20px;
}


img.npl-pdp-authority-pod-image {
width: 27px
}

div.npl-pdp-authority {
margin-bottom: 12px
}

img.npl-pdp-atc-arrow {
    height: 11px;
    margin-left: 16px;
}

img.npl-pdp-offer-item-image {
margin-bottom: 9px;
margin-top: 6px
}

div.npl-pdp-shipping-bar-rem {
display: flex;
    gap: 7px;
}

div.npl-pdp-shipping-bar-rem svg {
width: 8px
}


@keyframes pageblock-rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(180deg);
  }
}

[pb-animate="rotate"] {
    animation: pageblock-rotate 2.5s ease-in-out infinite forwards;
}



div.npl-pdp-review-item-text {
font-weight: 500;
    line-height: 1.4;
    font-size: 12px;
    text-align: center;
}

img.npl-pdp-review-item-verified-icon {
width: 15px
}

div.npl-pdp-review-item-person {
    display: flex
;
    align-items: center;
    gap: 12px;
    line-height: 1;
    justify-content: center;
    margin-top: 12px;
    font-size: 13px;
}

div.npl-pdp-review-item-verified {
    display: flex
;
    align-items: center;
    gap: 7px;
    font-weight: 600;

}

img.npl-pdp-review-item-stars {
    height: 14px;
    margin-bottom: 14px;
}

div.npl-pdp-review-item {
display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 16px
}

div.npl-pdp {
padding-bottom: 32px
}

div.npl-section-title {
font-size: 23px;
    line-height: 1.3;
    font-weight: 700;
    text-align: center;
    margin-bottom: 32px
}

div.npl-wrapper {
padding: 0px 20px
}

div.npl-sponsor {
line-height: 1;
    text-align: center;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    padding:
}

div.npl-sponsor {
    line-height: 1;
    text-align: center;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    padding: 32px;
    background: #f2f4f6;
}

div.npl-comparison-wrapper {
padding: 0px 20px
}

div.npl-showcase {

  padding: 32px 0px;
    background: #f3f7fb;

}

div.npl-comparison {
padding: 32px 0px
}

div.npl-reviews {
padding: 32px 0px
}

div.npl-reviews-item-title {
line-height: 1.3;
    font-size: 21px;
    font-weight: 600;
    text-align: center;
}

div.npl-reviews-item-body {
    font-size: 13.5px;
    font-weight: 400;
    text-align: center;
    line-height: 1.45;
}

img.npl-reviews-item-stars {
height: 14px
}

div.npl-reviews-item {
padding: 0px 32px;
    padding: 0px 32px;
    display: flex
;
    flex-direction: column;
    align-items: center;
}

img.npl-reviews-item-ver-icon {
    width: 15px;
}

div.npl-reviews-item-ver {
display: flex
;
    align-items: center;
    gap: 9px;
    line-height: 1;
    font-size: 12px;
    font-weight: 500;
}

div.npl-reviews-item-name {
line-height: 1;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    margin-bottom: 5px;
}

div.npl-reviews-item-body {
    margin-top: 10px;
    margin-bottom: 24px;
}

img.npl-reviews-item-stars {
margin-bottom: 10px
}

div.npl-wrapper.reviews {
    display: flex;
    flex-direction: column;
    gap: 32px;
}


div.npl-columns {
display: flex
;
    flex-direction: column;
    gap: 32px;
}

div.npl-showcase-features-item-title {
    line-height: 1;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 12px;
}

div.npl-showcase-features-item-body {
    font-size: 15px;
    line-height: 1.55;
}

div.npl-showcase-features-item {
    display: flex;
    align-items: start;
    gap: 20px;
}

div.npl-showcase-features-item-icon-wrapper {
height: 80px;
    width: 80px;
    min-width: 80px;
    border-radius: 90px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px dashed #98b4a494;
}

img.npl-showcase-features-icon {
width: 55px
}

div.npl-showcase-features {
    display: flex
;
    flex-direction: column;
    gap: 32px;
}

div.npl-big-features-wrapper {
    background: #063135;
    color: #fff;
    padding: 32px 20px
}

div.npl-big-features-item {
padding: 0px 16px
}

img.npl-big-features-item-icon {
width: 65px;
height: 65px
}

div.npl-big-features-item {
    display: flex
;
    flex-direction: column;
    text-align: center;
      justify-content: center;
    align-items: center;
}

div.npl-big-features-item-title {
font-weight: 600;
    font-size: 19px;
    line-height: 1;
        margin-top: 24px;
    margin-bottom: 16px
}
div.npl-big-features-item-body {
    line-height: 1.5;
    font-size: 15px;
    opacity: 0.9;
}

div.npl-big-features {
display: flex;
flex-direction: column;
gap: 32px
}

div.npl-big-features-title {
    font-size: 23px;
    line-height: 1.3;
    font-weight: 700;
    text-align: center;
    margin-bottom: 32px
}

div.npl-column-item-image-wrapper, div.npl-big-blocks-item-image-container {
border-radius: 8px;
overflow: hidden
}

div.npl-big-blocks-wrapper {
padding: 32px 20px
}

div.npl-big-blocks-main, div.npl-big-blocks-item {
display: flex;
flex-direction: column;
gap: 32px
}

div.npl-big-blocks-item-body {
font-size: 15px;
text-align: center;
line-height: 1.5
}

div.npl-big-blocks-item-title {
    text-align: center;
    font-size: 25px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 12px;
}

div.npl-sticky-gu {
    display: flex
;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    gap: 8px;
    margin-top: 12px;
    color: #00b900;
}

img.npl-sticky-gu-icon {
width: 13px
}


div.npl-pdp-sticky {
    padding: 16px;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    left: 0;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
    z-index: 4
}

div.npl-pdp-sticky.active {
    transform: translateY(0%);
}

div.npl-footer {
    background: #0d272b;
    color: #fff;
    padding: 32px;
    display: flex
;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    line-height: 1; 
}

div.npl-footer-links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    text-decoration: underline;
    margin-top: 16px;
}

div.npl-rrs-item {
    background-color: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    flex-flow: column;
    display: flex
;
    overflow: hidden;
}

div.npl-rrs-wrapper {
padding: 0px 20px
}

a.npl-rrs-title-rr-button {
background-color: #007c7c;
    color: #fff;
    padding: 9px 12px;
    border-radius: 7px;
    font-weight: 500;
    font-size: 14px;
    display: flex
}

div.npl-rrs-title-block {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
}

div.npl-rrs-title-rc {
    display: flex
;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #007c7c;
}

img.npl-rrs-title-rc-stars {
height: 14px
}

div.npl-rrs-item-container {
width: 100%
}

div.npl-rrs-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    width: 100%;
    margin-bottom: 40px;
    display: grid
;
    gap: 10px;
}

div.npl-rrs-title-block {
margin-bottom: 16px
}



div.npl-rrs-item-image-container {
    width: 100%;
}


div.npl-rrs-item-nb-pa {
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
}

div.npl-rrs-item-it {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 20px;
    margin-top: 20px;
}

div.npl-rrs-item {
display: flex
;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

div.npl-rrs-item-body {
font-size: 12px;
    line-height: 1.5;
    color: #606060;
}

div.npl-rrs-item-nb-ver {
    display: flex
;
    align-items: center;
    font-size: 9px;
    font-weight: 600;
    gap: 4px;
    max-width: fit-content;
    line-height: 1.3;
    color: #6d6d6d;
}

div.npl-rrs-item-nb-name {
line-height: 1;
    font-size: 15px;
    font-weight: 600;
}

div.npl-rrs-item-nb {
display: flex
;
    justify-content: space-between;
    gap: 9px;
        align-items: center;
}

img.npl-rrs-item-nb-ver-icon {
width: 13px;
}

div.npl-rrs-item-nb-name {
min-width: fit-content
}

img.npl-rrs-item-stars {
    height: 13px;
    margin-top: 7px;
    margin-bottom: 14px;
}

div.npl-rrs-item-it {
    display: flex
;
    flex-direction: column;
    line-height: 1;
    font-size: 12px;
    font-weight: 500;
    gap: 6px;
}

div.npl-rrs-item-it-title {
    text-transform: uppercase;
    font-size: 11px;
    opacity: 0.8;
}

div.npl-rrs-item-it-item {
color: #007c7c;
    font-weight: 600;
}

div.npl-comparison-main {
display: flex
}

div.npl-comparison-column.title {
width: 40%
}

div.npl-comparison-column.comp {
width: 20%
}

div.npl-comparison-row.description {
line-height: 1.4;
    font-size: 12px;
    font-weight: 500;
    color: #00404a;
    padding-right: 13px
} 

div.npl-comparison-row {
height: 55px;
    display: flex
;
    align-items: center;
    border-bottom: 1px dashed #cdcdcd
}

div.npl-comparison-column.us div.npl-comparison-row {
    border-bottom: 1px solid #c7d6bd
}

div.npl-comparison-column.us {
background: #f3f7fb;
border: 1px solid #ccd8e2;
    margin: -1px;
    padding-bottom: 10px;
    border-radius: 7px;
}

div.npl-comparison-row.title {
    display: flex
;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    opacity: 0.9;
}

img.npl-comparison-row-icon {
width: 20px
}

div.npl-comparison-row.block {
justify-content: center
}

img.npl-comparison-column-logo {
padding: 10px
}

div.npl-sponsor-logo-list  {
display: flex
;
    align-items: center;
    justify-content: space-between;
}

img.nbh-asi-item {
height: 19px
}

div.npl-sponsor-title {
margin-bottom: 24px;
color: #053900
}

div.npl-buy-header-ann {
    background: #25400fe6;
    color: #fff;
    display: flex;
    padding: 8px;
}

div.npl-buy {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    background: #fff;
    z-index: 100;
    height: 100vh;
    overflow: scroll;
}

div.npl-buy-header-ann-wrapper {
display: flex
;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 13px;
    gap: 7px
}

div.npl-buy-header-offer {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    background: rgb(0, 0, 0, 0.25);
    line-height: 1;
    padding: 6px;
    border-radius: 5px;
        display: flex
;
    align-items: center;
}

img.npl-buy-header-offer-icon {
    width: 13px;
    margin-right: 5px;
}


div.npl-buy-progress-bar {
position: relative;
    box-shadow: 0 2px 6px #3755401a;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #25400fe6
}

div.npl-buy-progress {
display: flex;
align-items: center;
}

div.npl-buy-progress-bar-item-icon-container {
  height: 20px;
    width: 20px;
    background: #25400fe6;
    display: flex
;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 90px;
    font-size: 11px;
    font-weight: 500;
}

div.npl-buy-progress-bar-item {
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

div.npl-buy-progress-bar-item {
position: relative
}

div.npl-buy-progress-bar-item-title {
    position: absolute;
    bottom: 0;
    margin-bottom: -20px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}

div.npl-buy-progress-bar-item-icon-container {
margin: 0px 8px
}


div.npl-buy-progress-bar-bar {
height: 2px;
width: 66px;
background: #25400fe6
}

div.npl-buy-progress-bar {
padding-top: 14px;
    padding-bottom: 35px;
}

div.npl-buy-progress-bar-item-title {
  min-width: max-content;
}

div.npl-buy-progress-bar-item.inactive,
div.npl-buy-progress-bar-bar.inactive {
opacity: 0.35
}

img.npl-buy-progress-bar-item-icon {
width: 9px
}

div.npl-buy-shop-notice {
background-color: #f4ffec;
    border: 1.4px dashed #344a237d;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 16px;
}

div.npl-buy-main {
padding: 24px 20px;
padding-bottom: 140px;
background: #fcfffc
}

div.npl-buy-shop-notice-item {
gap: 7px;
    display: flex
;
    flex-direction: column;
    line-height: 1;
    text-align: center;
    width: 50%
}

div.npl-buy-shop-notice-subtitle {
    color: #25400f;
    font-size: 11px;
    font-weight: 600;
}


div.npl-buy-shop-notice-divider {
width: 1px;
    min-width: 1px;
    height: 24px;
    background: #25400f;
    opacity: 0.5
}

div.npl-buy-shop-notice-title {
    color: #3e6c18;
    font-weight: 700;
    font-size: 12px;
}

div.npl-buy-shop-notice-title.red {
    color: #c8202f;
    font-weight: 700;
    font-size: 13px;
}

div.npl-buy-shop-title-wrapper {
    display: flex
;
    justify-content: space-between;
    line-height: 1;
    align-items: center
}

div.npl-buy-shop-tb {

    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    gap: 8px;
    line-height: 1;
}

div.npl-buy-shop-tb-circle {
    font-size: 12px;
    height: 21px;
    width: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1a1a1a;
    border-radius: 90px;
    color: #fff;
    font-weight: 700;
}

a.npl-buy-shop-sg {
line-height: 1;
    color: #344a23b3;
    font-weight: 600;
    font-size: 13px;
    display: flex
;
    gap: 8px;
    pointer: cursor
}
span.npl-buy-shop-sg-text {
text-decoration: underline
}

img.npl-buy-shop-sg-icon {
width: 15px
}


a.npl-buy-shop-atc-button {
background-color: #4b7826;
    border: 2px solid #57882e;
    height: 70px;
    width: 100%;
    display: flex
;
    border-radius: 8px;
    line-height: 1;
    color: #fff;
    align-items: center;
    justify-content: center;
      font-size: 16px;
    font-weight: 700;
    position: relative
}

img.npl-buy-shop-atc-icon {
width: 14px;
    position: absolute;
    right: 24px;
}

div.npl-buy-shop-atc {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 16px;
    box-shadow: 0 -4px 4px #0000000f;
}

div.npl-buy-shop-atc-info {
line-height: 1;
    display: flex
;
    justify-content: space-between;
}

div.npl-buy-shop-atc-price {
    display: flex
;
    font-size: 12px;
    font-weight: 500;
    gap: 5px; 
    align-items: center
}

div.npl-buy-shop-atc-price-savings-container {
    color: #815e1c;
    padding: .3em .6em;
    background: #fff5de;
    font-size: 11px;
    font-weight: 600;
    border-radius: 5px;
    text-transform: uppercase
}

div.npl-buy-shop-atc-shipping {
    padding: .3em .6em;
        color: #4b7826;
    background-color: #e9f1e1;
    font-size: 11px;
    font-weight: 600;
    border-radius: 5px;
    text-transform: uppercase
}

span.npl-buy-shop-atc-price-su {
font-weight: 400;
    opacity: 0.6;
    text-decoration: line-through;
}

div.npl-buy-shop-atc-info {
margin-bottom: 12px
}

div.npl-buy-shop-gu {
    background: #eef5ed;
    display: flex
;
    gap: 14px;
    justify-content: space-between;
    padding: 16px;
    border-radius: 8px;
    text-align: center;
    line-height: 1;
    color: #244708d9
}

div.npl-buy-shop-gu-item-title {
font-size: 13px;
font-weight: 600
}

div.npl-buy-shop-gu-item-body {
    font-size: 11px;
    margin-top: 6px;
}

div.npl-buy-shop-pi {
display: flex;
justify-content: center;

}

img.npl-buy-shop-pi-icons {
max-width: 310px
}

div.npl-buy-shop-gu {
margin-top: 16px
}

div.npl-buy-shop-item-conf {
    background-color: #fff;
    border-radius: 6px;
    border: 1.4px solid #ececec;
    padding: 16px
}

div.npl-buy-shop-item-conf-check {
width: 20px;
min-width: 20px
}

div.npl-buy-shop-item-conf {
display: flex
;
    gap: 8px;
    align-items: start;
}

div.npl-buy-shop-item-conf-product-image-container {
width: 100px;
min-width: 100px
}

div.npl-buy-shop-item-conf-options-item-title {
    line-height: 1;
    color: #25400fe6;
    font-size: 12px;
    font-weight: 600;
}

div.npl-buy-shop-item-conf-options {
width: 100%
}

div.npl-buy-shop-item-conf select {
    border: .5px solid #afafaf;
    width: 100%;
    height: 40px;
    padding: 0px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
}

div.npl-buy-shop-item-conf-options {
display: flex
;
    flex-direction: column;
    gap: 12px;
}

div.npl-buy-shop-item-conf-options-item-title {
margin-bottom: 8px
}

div.npl-buy-shop-title-wrapper {
margin: 14px 0px
}

div.npl-buy-shop-list {
display: flex;
flex-direction: column;
gap: 8px
}

div.npl-buy-shop-item-ny {
border: 1px dashed #eef0ee;
    border-radius: 6px;
    background: #fff;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    height: 80px;
    align-items: start
}

div.npl-buy-shop-item-ny-add {
    display: flex
;
    align-items: center;
}

a.npl-buy-shop-item-ny-add-button {
    background: #25400fe6;
    color: #fff;
    height: 100%;
    width: 70px;
    font-size: 13px;
    font-weight: 700;
    display: flex
;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}

div.npl-buy-shop-item-ny-text {
    text-align: center;
    display: flex
;
    flex-direction: column;
    line-height: 1;
        height: 100%;
    align-items: center;
    justify-content: center;
    color: #25400fe6
}

div.npl-buy-shop-item-ny-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}

div.npl-buy-shop-item-ny-body {
font-size: 11px;
    font-weight: 500;
}

div.npl-buy-shop-item-ny-add {
height: 100%
}

div.npl-buy-shop-item-ny-number {
background-color: #e9e9e9;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 1.25rem;
    max-width: 1.25rem;
    height: 1.25rem;
    max-height: 1.25rem;
    font-size: .785rem;
    font-weight: 600;
    display: flex
;
    color: #25400fe6;
}

div.npl-buy-back {
height: 32px;
    width: 32px;
    background: #edf4e8;
    position: absolute;
    left: 16px;
    margin-top: 18px;
    border-radius: 90px;
}

a.npl-buy-back-button {
    display: flex
;
    height: 100%;
    justify-content: center;
    align-items: center;
}

img.npl-buy-back-button-icon {
width: 7px;
    margin-right: 4px;
}

img.npl-buy-shop-pi-icons {
margin-top: 16px
}

div.npl-buy {
display: none
}

div.npl-buy.active {
display: block
}

div.npl-buy-shop-item-conf {
display: none
}

div.npl-buy-shop-item-container.active div.npl-buy-shop-item-conf {
display: flex
}

div.npl-buy-shop-item-container.active div.npl-buy-shop-item-ny {
display: none
}

div.npl-buy-shop-item-container.not-ready {
    pointer-events: none;
    opacity: 0.4;
}


img.npl-buy-shop-gu-item-icon {
    width: 26px;
    margin-bottom: 10px;
}


div.npl-buy-shop-gu-item {
    display: flex
;
    flex-direction: column;
    align-items: center;
}

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

div.npl-columns {
    flex-direction: row;
    gap: 50px;
    align-items: center;
}


div.npl-wrapper {
max-width: 1200px;
padding: 0px 60px;
margin: auto
}

div.npl-showcase {
padding: 64px 0px
}

div.npl-column-item, div.npl-column-item {
width: 50%
}

  div.npl-section-title {
  font-size: 36px;
  }

  div.npl-section-header {
    max-width: 720px;
    margin: auto;
}

div.npl-wrapper.reviews {
    flex-direction: row;
}

div.npl-reviews {
padding: 82px 0px
}

div.npl-big {
display: flex;
gap: 50px
}

div.npl-big-features-wrapper, div.npl-big-blocks-wrapper {
width: 50%
}

  div.npl-pdp-sticky {
  display: none
  }

  div.npl-big-features-wrapper {
  height: 100vh
  }

  div.npl-big {
  position: relative
  }

  div.npl-big-features-wrapper {
  display: flex;
  }

  div.npl-big-features-main {
      display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }

  div.npl-big-features-item-title {
      margin-top: 0;
    font-size: 21px;
    font-weight: 700;
  }

  div.npl-big-features-item-body {
  font-size: 17px;
  }

  div.npl-big-features-item {
      flex-direction: row;
    text-align: left;
    align-items: start;
    justify-content: start;
    gap: 48px;
    padding: 0
  }

  div.npl-big-features-title {
  font-size: 36px;
  text-align: left
  }

  div.npl-big-features-main {
  max-width: 600px;
  }

  div.npl-big-features-wrapper {
  padding-right: 90px;
    justify-content: end;
  }

  div.npl-big-blocks-main {
  max-width: 600px;
  }

  div.npl-big-blocks-item-title {
      font-size: 32px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

  div.npl-big-blocks-item-body {
  font-size: 16px
  }


  div.npl-big-features-wrapper {
  position: sticky;
  top: 0
  }

  div.npl-showcase-features-item-title {
  font-size: 27px;
  }

  div.npl-comparison-wrapper {
      max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    padding: 64px 0px;
  }

  div.npl-comparison-row.description {
      font-size: 18px;
    font-weight: 600;
  }

  div.npl-comparison-row {
  height: 65px
  }

  div.npl-comparison-row.title {
  font-size: 18px;
  }

  img.npl-comparison-row-icon {
  width: 26px
  }

  img.npl-comparison-column-logo {
  width: 110px
  }

  div.npl-comparison-column.comp {
  padding-bottom: 32px
  }

  div.npl-sponsor-title {
  margin-bottom: 0
  }

  div.npl-sponsor-wrapper {
      max-width: 1000px;
    display: flex
;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  div.npl-sponsor-title {
      font-size: 15px;
    padding-right: 32px;
    border-right: 2px solid;
    margin-right: 32px;
  }

  img.nbh-asi-item {
  height: 23px
  }

  div.npl-sponsor-logo-list {
  width: 100%
  }

  div.npl-sponsor-title {
  width: 100%;
  }

  div.npl-sponsor-wrapper {
  max-width: 800px
  }

  div.npl-sponsor {
  padding: 48px
  }

  div.npl-rrs-grid {
      display: grid
;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-columns: 1fr;
    align-items: stretch;
    width: 100%;
    margin-bottom: 40px;
    gap: 10px;
  }

  div.npl-rrs-wrapper {
      max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  div.npl-rrs-wrapper {
  padding: 64px 0px
  }

  div.npl-rrs-title-block {
  margin-bottom: 25px
  }

}


.nlp-sli-carousel-container {
            width: 60%;
        }

        .nlp-sli-carousel-main {
            position: relative;
            width: 100%;
            height: auto;
            overflow: hidden;
            margin-bottom: 12px;
        }

        .nlp-sli-carousel-track {
            display: flex;
            transition: transform 0.3s ease-in-out;
            height: 100%;
        }

        .nlp-sli-carousel-slide {
            min-width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            background: #f9f9f9;
        }

        .nlp-sli-carousel-slide img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
        }

        .nlp-sli-carousel-button {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: white;
            border: 2.5px solid #007c7c;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            transition: all 0.3s ease;
            z-index: 10;
        }

       

        .nlp-sli-carousel-button.nlp-sli-prev {
            left: 20px;
        }

        .nlp-sli-carousel-button.nlp-sli-next {
            right: 20px;
        }

        .nlp-sli-carousel-button svg {
            width: 24px;
            height: 24px;
            stroke: #007c7c;
            stroke-width: 2;
        }

      .nlp-sli-carousel-button svg path {
            stroke: #007c7c;
        }

        .nlp-sli-carousel-thumbnails {
            display: flex;
            gap: 10px;
            overflow-x: auto;
            padding: 10px 0;
       
        }

     

        .nlp-sli-thumbnail {
            min-width: 13%;
            border: 2px solid transparent;
            border-radius: 8px;
            overflow: hidden;
            cursor: pointer;
            transition: all 0.3s ease;
            background: #f9f9f9;
        }

        .nlp-sli-thumbnail.nlp-sli-active {
            border-color: #254708;
        }

       

        .nlp-sli-thumbnail img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        @media (max-width: 768px) {
            .nlp-sli-carousel-main {
                height: auto;
            }

            .nlp-sli-carousel-button {
                width: 40px;
                height: 40px;
            }

            .nlp-sli-carousel-button.nlp-sli-prev {
                left: 10px;
            }

            .nlp-sli-carousel-button.nlp-sli-next {
                right: 10px;
            }

            .nlp-sli-thumbnail {
                min-width: 12%;
            }
        }

div.hurry-clock.w-embed {
    width: 16px;
    margin-right: 5px
}

@media screen and (min-width: 1000px) {
div.nlp-form-wrapper {
    display: flex
;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    gap: 50px;
}

  div.nlp-form {
  padding-bottom: 64px
  }

div.npl-pdp {
padding: 0;
width: 40%
}

  div.nlp-sli-carousel-container {
  width: 60%
  }

  div.npl-header  {
  margin-bottom: 48px
  }

  div.npl-pdp-title {
  font-size: 32px
  }

  div.npl-pdp-review-item-text  {
  font-size: 16px;
  }

  div.npl-pdp-review-item.desktop {
      padding-left: 64px;
    padding-right: 64px;
  }

  img.npl-pdp-review-item-stars {
  height: 19px
  }

  div.npl-pdp-review-item-person {
      font-size: 16px;
    margin-top: 24px;
  }

  img.npl-pdp-review-item-stars {
      height: 19px;
    margin-bottom: 24px;
    margin-top: 32px
  }

  div.npl-pdp-review-item.mobile {
  display: none
  }

  div.npl-buy-shop-atc {
      position: static;
    padding: 0;
    box-shadow: none;
  }

  div.npl-buy-main {
  display: flex;
  }

  div.npl-buy-main {
  padding: 0
  }

  div.npl-buy-images-wrapper {
  width: 50%
  }

  div.npl-buy-shop-wrapper {
      padding-left: 80px;
    padding-top: 48px;
    padding-bottom: 64px;
  }

  div.npl-buy-shop {
  width: 460px;
  }

  div.npl-buy-images-wrapper {
      background: #f2f4f5;
    border-right: 1.5px dashed #cdcdcd;
  }

  div.npl-buy-progress-bar-bar {
  width: 128px
  }

  div.npl-buy-progress-bar-item-title {
  font-size: 15px
  }

  div.npl-buy-progress-bar-item-icon-container {
      height: 30px;
    width: 30px;
    font-size: 14px
  }

  div.npl-buy-progress-bar-item-title {
  margin-bottom: -27px
  }

  div.npl-buy-progress-bar {
  padding-top: 20px;
    padding-bottom: 46px;
  }

  a.npl-buy-shop-atc-button, a.npl-pdp-atc, a.npl-buy-shop-item-ny-add-button {
  cursor: pointer;
  }

  a.npl-buy-shop-item-ny-add-button {
  font-size: 16px
  }

  div.npl-buy-shop-atc-price {
  font-size: 14px
  }

  div.npl-buy-shop-atc-price-savings-container {
  font-size: 12px
  }

  div.npl-buy-shop-atc-shipping {
  font-size: 12px
  }

  div.npl-buy-shop-atc-info {
      margin-top: 16px;
    margin-bottom: 20px;
  }

  div.npl-buy-shop-item-conf-options {
  flex-direction: row;
  }

  div.npl-buy-shop-item-conf-options-item {
  width: 50%
  }

  div.npl-buy-shop-item-conf {
  align-items: center;
  }

  div.npl-buy-shop-gu {
      padding-left: 36px;
    padding-right: 26px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  div.npl-buy-back {
      margin-left: 32px;
  }

  div.npl-buy-back {
      width: 45px;
    height: 45px;
  }

  div.npl-big {
      background: #f3f7fb;
  }

  div.npl-rrs-item-body {
  font-size: 14px
  }

  div.npl-pdp-offer-expiry {
  font-size: 15px;
  }

  div.hurry-clock.w-embed {
  width: 20px
  }

  div.npl-pdp-shipping-bar {
  font-size: 14px
  }
  
}





@media screen and (max-width: 999px) {


  div.npl-pdp-review-item.desktop {
  display: none
  }

  div.npl-header {
  margin-bottom: 0
  }

  div.nlp-sli-carousel-container {
  width: 100%
  }

  div.nlp-sli-carousel-thumbnails {
  padding-top: 0;
    padding-left: 20px;
    padding-bottom: 0;
    margin-bottom: 20px;
    padding-right: 20px
  }

  div.nlp-sli-carousel-thumbnails::-webkit-scrollbar {
  display: none;
}


  
 

  
}




a.npl-pdp-atc, a.npl-pdp-social-proof {
  cursor: pointer
  }


img.npl-pdp-offer-item-tag-icon {
width: 12px
}


/* Image Gallery Styles */
       

        .npl-buy-images-container {
            position: relative;
            overflow: hidden;
            background: #f5f5f5;
            border-radius: 12px;
            margin-bottom: 16px;
        }

        .npl-buy-images-list {
            display: flex;
            transition: transform 0.3s ease;
            will-change: transform;
        }

        .npl-buy-images-item-container {
            flex: 0 0 100%;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 20px;
            box-sizing: border-box;
        }

        .npl-buy-images-item {
            max-width: 75%;
            height: auto;
            object-fit: contain;
        }

        /* Navigation Arrows */
        .npl-buy-images-nav {
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            transform: translateY(-50%);
            display: flex;
            justify-content: space-between;
            padding: 0 16px;
            pointer-events: none;
        }

        .npl-buy-images-nav-left,
        .npl-buy-images-nav-right {
            width: 40px;
            height: 40px;
            background: rgba(255, 255, 255, 0.9);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            pointer-events: all;
            transition: all 0.3s ease;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        }

        .npl-buy-images-nav-left:hover,
        .npl-buy-images-nav-right:hover {
            background: white;
            transform: scale(1.1);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        }

        .npl-buy-images-nav-icon {
            width: 20px;
            height: 20px;
        }

        /* Arrow styles - using CSS instead of images */
        .npl-buy-images-nav-left::after,
        .npl-buy-images-nav-right::after {
            content: '';
            width: 10px;
            height: 10px;
            border-top: 2px solid #333;
            border-right: 2px solid #333;
            display: block;
        }

        .npl-buy-images-nav-left::after {
            transform: rotate(-135deg);
            margin-left: 4px;
        }

        .npl-buy-images-nav-right::after {
            transform: rotate(45deg);
            margin-right: 4px;
        }

        /* Thumbnails */
        .npl-buy-images-thumbnails-wrapper {
            padding: 0 20px;
        }

        .npl-buy-images-thumbnails {
            display: flex;
            gap: 8px;
            justify-content: center;
            flex-wrap: wrap;
        }

        .npl-buy-images-thumbnails-item {
            width: 60px;
            height: 60px;
            border: 2px solid transparent;
            border-radius: 8px;
            overflow: hidden;
            cursor: pointer;
            transition: all 0.3s ease;
            background: #f5f5f5;
            display: flex;
            align-items: center;
            justify-content: center;
        }


        .npl-buy-images-thumbnails-item.active {
            border-color: #25400fe6;
        }

        .npl-buy-images-thumbnails-item-image {
            width: 100%;
            height: 100%;
            object-fit: contain;
            padding: 4px;
        }

        /* Mobile responsiveness */
        @media (max-width: 768px) {
            .npl-buy-images-thumbnails-item {
                width: 50px;
                height: 50px;
            }
            
            .npl-buy-images-nav-left,
            .npl-buy-images-nav-right {
                width: 36px;
                height: 36px;
            }
        }



@media screen and (max-width: 999px) {
div.npl-buy-images-wrapper {
display: none
}

  div.npl-rrs-item-nb {
  flex-direction: column;
    align-items: start;
    gap: 7px;
    margin-bottom: 12px;
  }
}

div.npl-faqs div.accordion-box.rounded.bg-custom {
padding: 0;
    border-top: 1px solid rgb(var(--text-color) / .12);
}


div.npl-faqs .circle-chevron {
background: none;
color: #1a1a1a
}

div.npl-faqs .group[aria-expanded=true] .circle-chevron.group-expanded\:colors:not([disabled]) {
background: none;
color: #1a1a1a
}



@media screen and (min-width: 1000px) {
div.npl-buy-images-wrapper {
position: relative
}

  div.npl-buy-images-wrapper {
      display: flex
;
    flex-direction: column;
    justify-content: center;
  }

  div.npl-timeline {
  display: none
  }

  img.npl-header-logo {
width: 130px
}
}   

img.npl-column-item-image {
scale: 1.01;
}

img.npl-timeline-main-item-title-icon {
width: 15px
}

div.npl-timeline-main-item-title {
    display: flex
;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #25400f;
    line-height: 1;
}

div.npl-timeline-main-item-body {
font-size: 14.5px;
    line-height: 1.5;
    margin-top: 12px;
    color: #25400f;
}

div.npl-timeline-main-content {
    display: flex
;
    flex-direction: column;
    gap: 32px;
    margin-left: -8px;
}

div.npl-timeline {
    padding: 32px 0;
    background: #f3f7fb;
    margin-bottom: 32px;
}

div.npl-timeline-main {
display: flex;
position: relative
}

div.npl-timeline-main-item-container {
display: flex
;
    gap: 16px;
}

div.npl-timeline-main-item-circle {
    width: 16px;
    height: 16px;
    border: 1px solid #25400f;
    min-width: 16px;
    border-radius: 90px;
    display: flex
;
    justify-content: center;
    align-items: center;
    background: #f5f7f2
}


div.npl-timeline-main-item-circle-inner {
    height: 9px;
    width: 9px;
    background: #25400f;
    border-radius: 90px;
}


div.npl-timeline-main-line {
border-right: 1px dashed #25400f;
    height: calc(100% - 13%);
  position: absolute;
    top: 0;
}

div.npl-timeline-main-content {
    position: relative;
    z-index: 1;
}

div.npl-sg-size-guide {
    position: fixed;
    height: 100vh;
    left: 0;
    z-index: 400;
    top: 0;
    background: rgb(0, 0, 0, 0.4);
    padding: 40px 20px;
    width: 100%
}

div.npl-sg-size-guide-box {
background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

a.npl-sg-size-guide-close {
    width: 40px;
    height: 40px;
    display: flex
;
    padding: 14px;
}

div.npl-sg-size-guide-header {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #cdcdcd;
    height: 60px;
    padding: 16px;
}

div.npl-sg-size-guide-box-content {
padding: 16px;
padding-top: 76px
}

div.npl-sg-size-guide-box-text {
margin-bottom: 20px
}

div.npl-sg-size-guide-box {
max-height: 520px;
max-width: 450px
}

div.npl-sg-size-guide {
display: none;
align-items: center;
justify-content: center
}

div.npl-sg-size-guide.active {
display: flex
}

div.npl-sg-size-guide-box {
overflow: scroll;
position: relative;
}

div.npl-sg-size-guide-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff; 
}


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

div.npl-sg-size-guide-box {
max-height: 700px;
}

}

div.npl-pdp-qb-offer {
      display: flex
;
    align-items: center;
    padding: 16px;
    gap: 16px;
    line-height: 1;
    flex-direction: row-reverse;
    justify-content: space-between;
}

img.npl-pdp-qb-offer-image {
width: 80px
}

div.npl-pdp-qb-offer-price-fs {
background: #da6d00;
    color: #fff;
    padding: 4px 6px;
    border-radius: 6px;
        font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
}

div.npl-pdp-qb-offer-price {
    display: flex;
    align-items: center;
    gap: 8px;
    
}

div.npl-pdp-qb-offer-title {
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
    color: #344a23;
    margin-bottom: 9px
}

div.npl-pdp-description.bogo {
padding-bottom: 0;
border-bottom: 0
} 

div.npl-pdp-qb-offer-price-main {
font-size: 14px;
    display: flex
;
    font-weight: 500;
    line-height: 1;
}


div.npl-pdp-qb-offer-price-su {
font-size: 14px;
    display: flex
;
    font-weight: 400;
    line-height: 1;
    text-decoration: line-through;
    opacity: 0.65
}


div.npl-adv-main-wrapper {
padding: 20px 20px;
}

div.npl-adv-headline {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 700;
}

div.npl-adv-hero-body {
font-size: 17px;
    line-height: 1.5;
    display: flex
;
    flex-direction: column;
    gap: 24px;
    margin-top: 24px;
    margin-bottom: 18px;
}

div.npl-adv-hero-note {
padding: 10px 16px;
    background: #e8f1f9;
    font-size: 16px;
    line-height: 1.5;
    border-left: 3px solid #143f49;
    color: #143f49;
}

div.npl-adv-hero-author {
border: 1px solid #d0d5dd;
    border-radius: 9px;
    align-items: center;
    margin-top: 24px;
    display: flex
;
    box-shadow: 0 1px .2px #14230814;
    display: flex
;
    align-items: center;
    padding: 14px;
}


div.npl-adv-hero-author-verified {
color: #3567de;
    display: flex
;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    gap: 4px;
    background: #f1f3fe;
    width: fit-content;
    line-height: 1;
    padding-left: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 9px;
    border-radius: 90px;
}

img.npl-adv-hero-author-verified-icon {
width: 12px
}

div.npl-adv-hero-author-name-block {
    display: flex
;
    align-items: center;
    line-height: 1;
    gap: 24px;
    font-weight: 500;
    font-size: 16px; 
}

div.npl-adv-hero-author-cred {
line-height: 1;
    font-size: 16px;
    font-weight: 500;
    color: #2c7a7b;
    margin-top: 12px;
}

img.npl-adv-hero-author-image {
width: 55px;
    border-radius: 90px;
    margin-right: 14px;
}

div.npl-adv-hero {
margin-bottom: 32px
}


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

div.npl-adv-ab-item-title.mobile {
display: none
}

}



@media screen and (max-width: 999px) {

div.npl-adv-ab-item-title.desktop {
display: none
}

}


div.npl-adv-ab-item-title-body {
font-size: 17px;
    line-height: 1.5;
}

div.npl-adv-ab-item-title.mobile {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.4;
    max-width: 330px;
}

div.npl-adv-ab-item-column-item-image-container {
    margin: 20px 0px;
    border-radius: 9px;
    overflow: hidden;
}

div.npl-adv-ab {
display: flex;
flex-direction: column;
gap: 48px
}

div.npl-adv-offer-block-content {
    padding: 16px;
    display: flex
;
    flex-direction: column;
    line-height: 1;
    align-items: center;
    text-align: center;
}

div.npl-adv-offer-block-tagline-line-main {
    color: #143f49;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    display: flex
;
    align-items: center;
    gap: 6px;
    min-width: 180px;
    width: 18px
}

div.npl-adv-offer-block-tagline-line-icon {
    width: 11px;
    margin-bottom: 1px;
}

div.npl-adv-offer-block-tagline-line {
    height: 1px;
    width: 100%;
    background: #cdcdcd;
}

img.npl-adv-offer-block-tagline-line-icon {
width: 12px;
margin-bottom: 1px
}

div.npl-adv-offer-block-tagline {
    display: flex
;
    width: 100%;
    align-items: center;
    gap: 16px;
}

div.npl-adv-offer-block-title {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 1.2;
    color: #0d272b;
    margin: 16px 0px;
}

span.npl-adv-offer-block-title-highlight {
color: #2c7a7b
}

div.npl-adv-offer-block-cta {
width: 100%
}


a.npl-adv-offer-block-cta-button {
        background-color: #007c7c;
    border: 2px solid #129b97;
    height: 70px;
    width: 100%;
    display: flex
;
    border-radius: 8px;
    line-height: 1;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase
}

img.npl-adv-offer-block-cta-icon {
width: 18px;
    position: absolute;
    right: 24px;
}

div.npl-adv-offer-block {
    border: 1px dashed #25400f;
    border-radius: 9px;
    overflow: hidden;
    padding: 6px;
    background: #fcfffc
}

div.npl-adv-offer-block-image-container {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    overflow: hidden;
}

div.npl-adv-offer-block-body {
    font-size: 15px;
    line-height: 1.5;
    padding: 0px 14px;
    color: #344a23;
    margin-bottom: 16px;
}

div.npl-adv-offer-block-notice {
display: flex
;
    width: 100%;
    justify-content: center;
    background: #f5f7f2;
    padding: 14px;
    border-radius: 8px;
    margin-top: 12px;
}

div.npl-adv-offer-block-notice {
display: flex
;
    width: 100%;
    justify-content: center;
    background: #f5f7f2;
    padding: 14px;
    border-radius: 8px;
    margin-top: 12px;
    font-size: 12px;
    font-weight: 500;
    gap: 10px;
    align-items: center;
}

div.npl-adv-offer-block-notice-item {
width: 50%
}

span.npl-adv-offer-block-notice-item-red {
color: #c8202f;
    font-weight: 800;
}

div.npl-adv-offer-block-notice-item-line {
    min-height: 4px;
    height: 12px;
    width: 1px;
    min-width: 1px;
    background: #1a1a1a;
}

div.npl-adv-offer-block-notice-item b {
font-weight: 800
}

div.npl-adv-offer-block-guarantee {
    font-size: 11px;
    font-weight: 600;
    margin-top: 20px;
}

div.npl-adv-offer-block-wrapper {
margin: 48px 0px
}

a.npl-adv-sticky-cta {
        background-color: #007c7c;
    border: 2px solid #129b97;
    height: 70px;
    width: 100%;
    display: flex
;
    border-radius: 8px;
    line-height: 1;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
}


img.npl-adv-sticky-cta-icon {
width: 18px;
    position: absolute;
    right: 24px;
}

img.npl-adv-sticky-sp-icon {
width: 20px;
border-radius: 90px
}

div.npl-adv-sticky-sp-text {
display: flex
;
    align-items: center;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    gap: 7px;
}

img.npl-adv-sticky-sp-icon {
width: 12px;
}

div.npl-adv-sticky-sp {
    display: flex
;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    justify-content: center;
}

div.npl-pdp-sticky.adv {
box-shadow: 0 -4px 4px #0000000f;
}

div.npl-footer-disclaimer {
line-height: 1.4;
    max-width: 330px;
    margin-bottom: 16px;
}


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

  div.npl-adv-main-wrapper {
      max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  div.npl-adv-headline {
  font-size: 38px;
    max-width: 880px;
  }

  div.npl-adv-ab-item-columns {
      display: flex
;
    align-items: center;
    gap: 46px;
  }

  div.npl-adv-ab-item-column-item-image-container {
  margin: 0
  }

  div.npl-adv-ab-item-column-item {
  width: 50%
  }

  div.npl-adv-hero-author {
  width: fit-content;
    padding-right: 40px;
  }

  div.npl-adv-hero-note {
      font-size: 17px;
    max-width: fit-content;
  }

  div.npl-adv-ab-item-title.desktop {
      line-height: 1.3;
    font-weight: 700;
    font-size: 30px;
    max-width: 390px;
    margin-bottom: 24px;
  }

 

  div.npl-adv-offer-block {
      flex-direction: row;
    display: flex;
      padding: 0;
    box-shadow: 0 2px 5px #2b392030
  }

  div.npl-adv-offer-block-image-container {
  border-radius: 0;
  width: 50%
  }

  div.npl-adv-offer-block-content {
  width: 50%
  }

  div.npl-adv-offer-block-content {
  justify-content: center;
    padding: 40px;
  }

  div.npl-adv-offer-block-title {
  font-size: 32px;
  }

  

  

}

div.npl-adv-offer-block-tag-container {
  
    display: flex;
    justify-content: center;
    text-transform: uppercase;
        font-size: 14px;
    font-weight: 600;
    line-height: 1;

  }

div.npl-adv-offer-block-container {
  position: relative
  }

div.npl-adv-offer-block-tag {
       background: #dae6f2;
    color: #143f49;
    padding: 8px 10px;
    border-radius: 6px;
        display: flex;
    align-items: center;
    gap: 6px;
    border: 2px solid #fff;
}

div.npl-adv-offer-block-tag-container {
margin-bottom: -19px;
    z-index: 1;
    position: relative;
}


img.npl-adv-offer-block-tag-icon {
width: 18px
}

div.npl-adv-headline {
color: #0f160a;
font-weight: 800
}

span.npl-adv-headline-highlight {
color: #2c7a7b;
}

div.npl-adv-ab-item-title {
color: #143f49 
}

div.npl-adv-header {
      background: #143f49;
    padding: 20px;
    display: flex
;
    justify-content: start;
    align-items: center;
}

img.npl-adv-header-logo {
width: 170px;
}

div.npl-adv-progress {
padding: 14px 20px;
    box-shadow: 0 2px 6px #3755401a;
    background: #fff;
    position: sticky;
    top: 56px;
    z-index: 7
}


div.npl-adv-sale-banner {
position: sticky;
    top: 0;
  z-index: 7
}

div.npl-adv-progress-bar {
background-color: #dae6f2;
    height: 6px;
    border-radius: 90px;
    width: 100%;
    padding: 2px
}

div.npl-adv-progress-bar-inner {
background: #143f49;
border-radius: 90px;
height: 2px;
width: 0%;
transition: width 0.3s ease-in-out
}


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

div.npl-adv-header-logo-container {
max-width: 1000px;
    margin: auto;
    justify-content: start;
    display: flex
;
    width: 100%;
    padding: 0px 40px;
}

  img.npl-adv-header-logo {
  width: 190px
  }

  div.npl-adv-progress-wrapper {
        max-width: 1000px;
    margin: auto;
    padding: 0px 40px;
  }
  
}


@media screen and (max-width: 999px) {


  div.tt-sale-timer-title {
      font-size: 15px;
    FONT-WEIGHT: 700;
  }

  div.tt-sale-timer-subtitle {
      font-size: 12px;
    font-weight: 500;
  }
  
}

div.npl-col-header-cd {
  position: sticky;
    top: 0;
}

div.npl-col-gu-bar {
background: #f5f7f2;
color: #25400fe6;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
}

div.npl-col-gu-bar-list {
    display: flex
;
    align-items: center;
    gap: 12px;
    justify-content: center;
}

div.npl-col-gu-bar-wrapper {
padding: 0px 16px
}

div.npl-col-gu-bar {
background: #f5f7f2;
    padding: 14px 0px;
}



div.npl-col-logo-header {
border-bottom: 1px solid #e6e6e6;
padding: 16px;
display: flex;
justify-content: center
}

img.npl-col-logo {
width: 110px
}

div.npl-col-wrapper {
padding: 0px 20px;
}

div.npl-col-hero-title {
line-height: 1;
    font-size: 27px;
    color: #143f0b;
    font-weight: 800;
    margin-bottom: 12px;
}

div.npl-col-main {
margin-top: 24px
}

div.npl-col-hero-body {
    font-size: 16px;
    line-height: 1.4;
    color: #143f0b;
}

div.npl-col-hero-coupon {
display: flex
;
    gap: 7px;
    background: #f2fce9;
    width: fit-content;
    font-size: 14px;
    color: #143f0b;
    padding: 10px 16px;
    border-radius: 6px;
    margin-top: 16px;
    align-items: center
}

div.npl-col-list {
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    width: 100%;
    margin-bottom: 40px;
    display: grid;
    gap: 10px;
}

div.npl-col-list {
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    width: 100%;
    margin-bottom: 40px;
    display: grid
;
    column-gap: 10px;
    row-gap: 20px;
    margin-top: 16px
    
}

div.npl-col-item-image-container {
    background: #f5f7f2;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

div.npl-col-item-image-tag {
line-height: 1;
    position: absolute;
    top: 0;
    font-size: 11px;
    font-weight: 600;
    background: #da6d00;
    padding: 4px 6px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #ffffff;
    position: absolute;
    left: 11px;
    top: 11px;
}

div.npl-col-item-title {
    font-size: 16px;
    line-height: 1.4;
    color: #143f0b;
    font-weight: 600;
}

div.npl-col-item-body {
line-height: 1.5;
    font-size: 12px;
    color: #143f0b;
}

div.npl-col-item-price {
    line-height: 1;
    font-size: 13px;
    font-weight: 500;
    color: #143f0b;
}

a.npl-col-item-cta {
font-size: 13px;
    width: 100%;
    display: flex
;
    justify-content: center;
    text-transform: uppercase;
    background: #3b5228;
    line-height: 1;
    border-radius: 6px;
    height: 42px;
    align-items: center;
    font-weight: 600;
    color: #fff;
}

div.npl-col-item-reviews {
display: flex
;
    align-items: center;
    line-height: 1;
    font-size: 11px;
    gap: 6px;
}

img.npl-col-item-reviews-stars {
height: 11.5px
}

div.npl-col-item-image-container {
margin-bottom: 14px;
}

div.npl-col-item-title {

    line-height: 1;
    margin-top: 10px;
    margin-bottom: 7px;

}

div.npl-col-item-price {
    margin-top: 9px;
    margin-bottom: 14px;
}


div.npl-col-gu-bar-item {
display: flex
;
    align-items: center;
    gap: 6px;
}

img.npl-col-gu-bar-item {
width: 16px
}

img.npl-col-hero-coupon-icon {
height: 16px
}



img.npl-col-item-image-tag-icon {
    width: 14px
    }



@media screen and (min-width: 1000px) {
  
    div.npl-col-list {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-auto-columns: 1fr;
        align-items: stretch;
        width: 100%;
        margin-bottom: 40px;
        gap: 16px;
    }

  div.npl-col-wrapper {
padding: 0px 60px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}



    div.npl-col-hero-title {
    font-size: 38px;
    }

    div.npl-col-hero-body {
    font-size: 17px;
    max-width: 600px;
    line-height: 1.55;
    }

    div.npl-col-logo-header {
    padding: 22px
    }

    img.npl-col-logo {
    width: 130px
    }

    div.npl-col-gu-bar {
    padding: 18px 0px
    }

    div.npl-col-main {
    margin-top: 48px
    }

    div.npl-col-list {
    margin-top: 32px;
    margin-bottom: 84px
    }

    div.npl-buy-header-ann {
    padding: 14px
    }

  div.npl-buy-header-se {
  font-size: 16px
  }

  div.npl-buy-header-se {
  font-size: 14px;
  }

  img.npl-buy-header-offer-icon {
  width: 16px
  }

  div.npl-buy-header-ann-wrapper {
  gap: 12px
  }

  div.tt-sale-timer-title {
      font-size: 16px;
    font-weight: 700;
  }

  div.tt-sale-timer-subtitle {
  font-size: 13px;
    margin-top: 7px;
  }

  div.tt-sale-timer-item-time {
  font-size: 16px;
    margin-bottom: 4px;
  }

  div.tt-sale-timer-item-sub {
  font-size: 10px
  }


  div.tt-sale-timer-seperator {
  font-size: 16px
  }

  div.tt-sale-timer-main {
  padding: 8px 14px
  }

  div.tt-sale-timer {
  padding: 14px
  }

  div.npl-adv-progress {
  top: 73.97px
  }

  div.npl-adv-progress-bar {
  padding: 3px;
  height: 10px
  }

  div.npl-adv-progress-bar-inner {
  height: 4px
  }
  
}


div.npl-reviews.collection {
background: #f5f7f2;
margin: 0
}

div.npl-reviews.collection div.npl-reviews-item-title {
font-size: 17px
}




@media screen and (max-width: 999px) {
div.npl-reviews-item.hm {
display: none
}


  div.npl-reviews.collection div.npl-reviews-item-person {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 9px;
    line-height: 1
}

div.npl-reviews.collection div.npl-reviews-item-name {
margin-bottom: 0
}


  
}


a.npl-col-item-image-click, a.npl-col-item-cta {
pointer: cursor
}

div.npl-adv-offer-block-tagline-line-main {
justify-content: center
}


a.adv-cta {
pointer: cursor
}


a.npl-supp-offer-item {
border-radius: 10px;
    cursor: pointer;
    background-color: #fff;
    border: 2px solid #ececec;
    display: flex;
    justify-content: space-between;
    line-height: 1;
    padding: 21px 33px;
    font-size: 14px;
    width: 100%;
    align-items: center
}

div.npl-supp-offer-item-sub-benefits {
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    width: 100%;
    display: grid;
    font-size: 10px;
    line-height: 1;
    justify-content: center;
    row-gap: 7px;
    margin-top: 12px;
}

svg.npl-supp-offer-item-sub-benefits-item-icon {
width: 14px
}

div.npl-supp-offer-item-sub-benefits b {
text-transform: uppercase
}

div.npl-supp-offer-item-sub-benefits-item {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 5px;

}

div.npl-supp-offer-item-sub-benefits {

}

a.npl-supp-offer-item.active {
    box-shadow: 0 2px 2px #00000040;
    border: 3px solid #007c7c;
    background: #f3f7fb;
    padding: 20px 32px;
}

div.npl-supp-offer-item-tag {
    line-height: 1;
    font-size: 10px;
    background: #007c7c;
    color: #fff;
    font-weight: 700;
    margin-bottom: -3px;
    padding: 6px 30px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

div.npl-supp-offer-item-title-block {
    display: flex
;
    flex-direction: column;
    gap: 5px;
}

span.npl-supp-offer-item-title {
font-weight: 500
}

a.npl-supp-offer-item.subscribe span.npl-supp-offer-item-title {
font-weight: 700
}

span.npl-supp-offer-item-frequency {
color: #54604f;
    font-weight: 500;
    font-size: 12px;
}

div.npl-supp-offer-item-tag-container {
display: flex;
justify-content: center
}

div.npl-supp-offer {
display: flex
;
    flex-direction: column;
    gap: 20px;
}

div.npl-supp-offer-item-price-block {
    display: flex
;
    gap: 5px;
}

span.npl-supp-offer-item-price-su {
color: #888;
text-decoration: line-through
}

span.npl-supp-offer-item-price-main {
font-weight: 500
}

a.npl-supp-offer-item.subscribe span.npl-supp-offer-item-price-main {
font-weight: 600
}

img.npl-pdp-description-benefits-item-icon {
    width: 16px;
}

div.npl-pdp-description-benefits-item {
display: flex;
    align-items: center;
    gap: 8px;
}

div.npl-pdp-description-benefits {
    display: flex
;
    flex-direction: column;
    gap: 5px;
    margin-top: 14px;
}

div.npl-supp-offer {
padding-top: 6px
}

div.npl-pdp-description-bottom {
border-top: 1px dashed #98b4a494;
    padding-top: 20px;
    margin-top: 20px;
        font-size: 15px;
    line-height: 1.5;
}

div.npl-pdp-description-bottom-title {
line-height: 1;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 12px;
}

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

a.npl-supp-offer-item {
font-size: 16px
}

  div.npl-supp-offer-item-title-block {
  gap: 10px
  }

  span.npl-supp-offer-item-frequency {
  font-size: 13px
  }

  div.npl-supp-offer-item-price-block {
  gap: 8px
  }

  
}

div.npl-pdp-description-benefits-item.servings {
font-weight: 600
}

div.npl-ingredients {
padding: 32px 0px;
background: #f3f7fb
}

div.npl-ingredients-carousel {
display: flex;
overflow-x: auto; 
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
    justify-content: start;
    padding-left: 14px;
}

div.npl-ingredients-carousel-item-container {
min-width: 90%;
}


div.npl-ingredients-carousel-item-body {
font-size: 15px;
    line-height: 1.55;
}

div.npl-ingredients-carousel-item {
display: flex;
flex-direction: column;
justify-content: space-between;
border: 2px solid #00404a;
    background: #f3f7fb;
    padding: 32px 20px;
    border-radius: 7px;
    height: 100%
}

div.npl-ingredients-carousel-item-title {
line-height: 1;
    font-weight: 600;
    color: #007c7c;
    margin-bottom: 16px;
}

div.npl-ingredients-carousel-item-subtitle {
line-height: 1.3;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 14px;
}

div.npl-ingredients-carousel-item-dose {
    line-height: 1;
    color: #25400fe6;
    font-size: 14px;
    font-weight: 500;
    margin-top: 20px;
}

div.npl-ingredients-scroller {
width: 100%;
    height: 8px;
    background: #fff;
    margin-top: 24px;
    border-radius: 90px;
}

div.npl-ingredients-scroller-inner {
width: 16.7%;
height: 8px;
border-radius: 90px;
background: #00404a;
transition: transform 0.1s ease-in-out;
transform: translateX(0%);
}

div.npl-ingredients-carousel-item-container {
padding-left: 20px;
scroll-snap-align: start;
margin-right: -8px
}

div.npl-ingredients {
overflow: hidden
}



div.npl-ingredients-carousel::-webkit-scrollbar {
display: none
}

div.npl-ingredients-carousel {
margin: 0px -20px;
padding-right: 28px;
}


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

div.npl-ingredients-scroller {
display: none
}

  div.npl-ingredients {
  background: #ffffff;
  paddding-top: 0;
  padding-bottom: 64px
  }

  div.npl-ingredients-carousel-item-container {
  padding-left: 0;
  scroll-snap-align: none;
  min-width: unset;
  margin-right: 0
  }

  div.npl-ingredients-carousel {
  margin: 0;
  padding-right: 0;
  padding-left: 0;
      display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  div.nlp-sli-carousel-slide {
      border-radius: 10px;
    overflow: hidden;
  }
}

  div.npl-pdp-qb.supplement div.npl-pdp-qb-list-item {
    flex-direction: column;
    align-items: start;
  
}

  div.npl-pdp-qb.supplement div.npl-pdp-qb-list-item-title  {
  display: flex;
  }

div.npl-pdp-qb-list-item-sub-benefits {
text-transform: none;
    font-weight: 500;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 14px;
    color: #0a3a13;
}

div.npl-pdp-qb.supplement div.npl-pdp-qb-list-item-title {
text-transform: none;
    font-size: 14px;
}

div.npl-pdp-qb-list-item-servings {
background: #4a7825;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 3px;
    color: #fff;
    margin-left: 5px;
}

div.npl-pdp-qb.supplement div.npl-pdp-qb-list-item-title {
display: flex
;
    align-items: center;
    gap: 4px;
}

div.npl-pdp-qb.supplement div.npl-pdp-qb-list-item.bottom {
border-top: 1px dashed #98b4a494
}

div.npl-pdp-qb.supplement div.npl-pdp-qb-list-item {
padding: 16px 10px
}

span.npl-pdp-qb-list-item-price-su {
font-weight: 400;
color: #a5a5a5;
text-decoration: line-through
}

span.npl-pdp-qb-list-item-price-main {
font-weight: 500
}

img.npl-pdp-qb-list-item-sub-benefits-icon {
width: 12px
}

div.npl-pdp-qb-list-item-sub-benefits-item {
display: flex
;
    align-items: center;
    gap: 5px;
}

div.npl-showcase.shoes div.npl-showcase-features-item {
flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0px 20px;
}


div.npl-showcase.shoes {
background: #ffffff
}

div.npl-timeline.why {
margin-bottom: 0;
}

div.npl-timeline.why div.npl-timeline-main-item-circle-inner {
        height: 25px;
    width: 25px;
    min-width: 25px;
    background: #fff;
    border-radius: 90px;
    color: #25400f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

div.npl-timeline.why div.npl-timeline-main-item-circle {
width: 34px;
    height: 34px;
    min-width: 34px;
    margin-top: -6px;
    border: 2px solid #fff;
    background: #242d20
}

div.npl-timeline.why div.npl-timeline-main-line {
margin-left: 7px;
height: 81%;
}



div.npl-challenges-item {
border: 1px dashed #98b4a494;
border-radius: 8px;
background: #ffffff
}

div.npl-challenges-item-content {
padding: 3px;
}


div.npl-challenges-item-challenges {
    background: #ffebeb;
    color: #6b1a26;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 12px;
    line-height: 1;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    text-transform: uppercase
}

div.npl-challenges-item-help-item-icon-contrainer {
height: 50px;
width: 50px;
display: flex;
align-items: center;
background: #f5f7f2;
justify-content: center;
border-radius: 90px;
    margin-bottom: 16px;
}

img.npl-challenges-item-help-item-icon {
width: 24px
}

div.npl-challenges-item-help {
display: flex;
padding: 8px 0px;
}

div.npl-challenges-item-help-item {
width: 50%;
display: flex;
align-items: center;
justify-content: start;
    flex-direction: column;
    text-align: center;
  padding: 16px
}

div.npl-challenges-item-help-item.first {
border-right: 1px dashed #98b4a494;
}

div.npl-challenges-item-htw-title {
color: #4a7825;
font-weight: 600;
justify-content: center;
font-size: 13px;
gap: 7px;
display: flex;
align-items: center;
line-height: 1;
}

div.npl-challenges {
padding: 32px 0px
}

img.npl-challenges-item-htw-title-icon {
width: 14px
}

div.npl-challenges-item-htw {
padding: 20px 24px;
    background: #f5f7f2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

div.npl-challenges-item-htw-body {
font-size: 13px;
    line-height: 1.5;
    text-align: center;
    margin-top: 12px;
    padding: 0px 12px
}

div.npl-challenges-item-help-item-title {
    line-height: 1;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 8px;
}

div.npl-challenges-item-help-item-body {
line-height: 1.2;
    font-size: 12px;
}

div.npl-challenges-main {
display: flex;
    flex-direction: column;
    gap: 16px;
}


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

  div.npl-sol-item-title.mobile {
  display: none
  }

}

@media screen and (max-width: 999px) {

  div.npl-sol-item-title.desktop {
  display: none
  }

}

div.npl-sol-item-image-container {
border-radius: 8px;
    overflow: hidden;

}


div.npl-sol-item-point-icon-container {
height: 55px;
    width: 55px;
    min-width: 55px;
}

div.npl-sol-item-point {
    display: flex;
    align-items: start;
    gap: 20px;
}


div.npl-sol-item-point-title {
line-height: 1;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 12px;
}

div.npl-sol-item-point-body {
font-size: 15px;
    line-height: 1.55;
}

div.npl-sol-item-title  {
    font-size: 23px;
    line-height: 1.3;
    font-weight: 700;
    text-align: center;
    margin-bottom: 32px;
}

div.npl-sol-item-columns {
display: flex;
    flex-direction: column;
    gap: 32px;
}

div.npl-sol-wrapper {
display: flex;
    flex-direction: column;
    gap: 32px;
}

div.npl-sol-item-list {
display: flex
;
    flex-direction: column;
    gap: 24px;
}

div.npl-bfs-item {
display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 32px;
}

div.npl-bfs-wrapper {
display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 32px;
}


div.npl-bfs-item-image-container {
border-radius: 8px;
    overflow: hidden;

}

div.npl-bfs-item-body {
    font-size: 15px;
    line-height: 1.55;
    text-align: center
}

div.npl-bfs-item-title {
line-height: 1;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 12px;
    text-align: center
}

div.npl-timeline.why {
background: #242d20;
} 

div.npl-timeline.why div.npl-section-title {
color: #ffffff
}


div.npl-timeline.why div.npl-timeline-main-item-title {
color: #ffffff
}

div.npl-timeline.why div.npl-timeline-main-item-body {
color: rgb(255,255,255,0.85)
}

div.npl-timeline.why div.npl-timeline-main-line {
border-right: 1px dashed #ffffff;
}

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

 div.npl-showcase.shoes div.npl-showcase-features-item {
  padding: 0;
    text-align: left;
    flex-direction: row;
    align-items: start;
  }

  div.npl-showcase.shoes div.npl-showcase-features-item-title {
  font-size: 21px
  }

  div.npl-sol-item-columns {
          flex-direction: row;
        gap: 50px;
        align-items: center;
  }

  div.npl-sol-item-image-container, div.npl-sol-item-content {
  width: 50%
  }

  div.npl-sol-item-title.desktop {
    text-align: left;
    font-size: 36px;
  }

  div.npl-sol-item.fail div.npl-sol-item-columns {
  flex-direction: row-reverse;
  }

  div.npl-sol-item-point-title {
  font-size: 21px
  }

  div.npl-challenges-main {
      grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    width: 100%;
    display: grid;
    gap: 16px;
  }

  div.npl-challenges-item-container.hd {
  display: none
  }

  div.npl-challenges-item-challenges {
  font-size: 14px;
    padding: 16px;
  }

  div.npl-section-title {
      max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  img.npl-challenges-item-help-item-icon {
  width: 50px;
  }

  div.npl-challenges-item-help-item-icon-contrainer {
  height: 80px;
    width: 80px;
      margin-bottom: 24px
  }

  div.npl-challenges-item-htw {
  padding: 32px;
  }

  div.npl-challenges-item-htw-body {
  font-size: 15px
  }

  div.npl-challenges-item-htw-title {
  font-size: 15px
  }

  div.npl-challenges-item-help-item-title {
  font-size: 15px
  }

  div.npl-challenges-item-help-item-body {
  font-size: 15px
  }

  img.npl-challenges-item-htw-title-icon {
  font-size: 16px
  }

  div.npl-challenges-item {
  height: 100%
  }

  div.npl-challenges-item-content {
      display: flex
;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }


  div.npl-bfs-wrapper {
              width: 100%;
        align-items: start;
        flex-direction: row;
  }

  div.npl-bfs-item-title {
  font-size: 18px
  }

  


  div.npl-challenges {
  padding: 64px 0px
  }

  div.npl-sol {
  padding: 64px 0px;
  background: #f5f7f2
  }

  div.npl-bfs {
  padding: 64px 0px;
  background: #f5f7f2
  }

  div.npl-showcase.supp {
  background: #ffffff
  }

  div.npl-showcase.supp div.npl-columns {
  flex-direction: row-reverse
  }

  div.npl-bfs-item.hd {
  display: none
  }

  
  
  
}


@media screen and (max-width: 999px) {

  div.npl-showcase.shoes {
  background: #f5f7f2
  }

  div.npl-sol {
  padding: 32px 0px
  }

  div.npl-bfs {
  padding: 32px 0px;
  background: #f5f7f2
  }

  div.npl-showcase.supp {
  background: #ffffff
  }

  div.npl-reviews.supp {
  background: #f5f7f2
  }

  div.npl-timeline.supp-two {
  background: #ffffff;
  margin-bottom: 0
  }

  div.npl-footer.buy {
  display: none
  }

}



div.npl-adv-header.exs {
background: #fff;
    border-bottom: 1px solid #cdcdcd;
}


div.npl-adv-header.exs img.npl-adv-header-logo {
width: 120px;
}

div.npl-adv-header.exs div.npl-adv-header-logo-container {
justify-content: center
}



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


div.npl-adv-header.exs img.npl-adv-header-logo {
width: 140px;
}
  
}

div.npl-pdp-title.exs {
margin-bottom: 12px
}

div.npl-faqs div.npl-wrapper {
padding-bottom: 32px
}

div.npl-faqs.exs div.npl-wrapper {
padding-top: 32px
}

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

div.npl-faqs div.npl-wrapper {
padding-bottom: 72px;
}

div.npl-faqs.exs div.npl-wrapper {
padding-top: 84px
}

}


div.npl-pop {
position: fixed;
    height: 100vh;
    left: 0;
    z-index: 400;
    top: 0;
    background: rgb(0, 0, 0, 0.4);
    padding: 40px 20px;
    width: 100%;
    display: none;
align-items: center;
justify-content: center

}



div.npl-pop.active {
display: flex
}


a.npl-pop-close {
    width: 40px;
    height: 40px;
    display: flex;
    padding: 14px;
}

div.npl-pop-button-container {
display: flex;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline;
    color: #007c7c;
    margin-top: 20px;  
}


a.npl-pop-button, a.npl-pop-close {
cursor: pointer 
}


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

  div.npl-showcase.shoes.exs div.npl-columns {
  flex-direction: row-reverse;
  }

  div.npl-showcase.shoes.exs  {
  background: #f5f7f2;
  }


}

@media screen and (max-width: 999px) {

div.npl-showcase.shoes.exs div.npl-column-item.image {
display: none
}

}


a.npl-supp-quantity-item {
border-radius: 10px;
    cursor: pointer;
    background-color: #fff;
    border: 2px solid #ececec;
    display: flex;
    flex-direction: column;
    line-height: 1;
    padding: 17px 13px;
    font-size: 14px;
    width: 100%;
    align-items: center;
    width: 100%
}

a.npl-supp-quantity-item.active {
    box-shadow: 0 2px 2px #00000040;
    border: 3px solid #007c7c;
    background: #f3f7fb;
    padding: 16px 12px
}



div.npl-supp-quantity {
    display: grid;
    gap: 10px;
    margin-bottom: 20px;
    grid-template-columns: 1fr 1fr 1fr;
padding-top: 8px
}

div.npl-supp-quantity-item-container {
position: relative;
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%
}

div.npl-supp-quantity-item-tag {
position: absolute;
    top: 0;
    line-height: 1;
    background: #e01b1b;
    color: #fff;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 4px;
    margin-top: -8.5px;
}

div.npl-supp-quantity-item-tag.mp {
background: #3e76f8
}

img.npl-supp-quantity-item-image {
max-width: 90%
}

div.npl-supp-quantity-item-title {
font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    margin-top: 10px;
}

div.npl-supp-quantity-item-price {
font-size: 12px;
    font-weight: 500;
}

div.npl-supp-quantity-item-image-container {
    display: flex
;
    justify-content: center;
    align-items: center;
}

div.npl-sub-o-details {
        line-height: 1;
    font-size: 12.3px;
    font-weight: 500;
    border-top: 1px dashed #cdcdcd;
    padding-top: 16px;
    margin-top: 16px;
}

div.npl-sub-o-mem-benefits {
    line-height: 1;
    color: #0a3a13;
    border-bottom: 1px dashed #cdcdcd;
    padding-bottom: 18px;
    margin-bottom: 18px;
    padding-top: 10px
}

img.npl-sub-o-mem-benefits-item-icon {
width: 13px
}

div.npl-sub-o-mem-benefits-title {
font-weight: 500
}

div.npl-sub-o-mem-benefits-item {
display: flex;
align-items: center;
gap: 5px
}

div.npl-sub-o-mem-benefits-list {
font-weight: 500;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 14px;
    color: #0a3a13;
}

div.npl-pdp-try-once {
display: flex
;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 500;
    color: #0a3a13;
}

a.npl-pdp-try-once-button {
border-bottom: 1px solid #0a3a13;
cursor: pointer;
margin-bottom: 8px
}

div.npl-supp-quantity.sub-only {
margin-top: 18px
}



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

  div.npl-sub-o-mem-benefits-item {
  font-size: 14px
  }

  div.npl-sub-o-mem-benefits-title {
  font-size: 16px
  }

  img.npl-sub-o-mem-benefits-item-icon {
  width: 14px
  }

  div.npl-sub-o-mem-benefits-list {
      gap: 14px;
    margin-top: 18px;
  }

  div.npl-sub-o-details {
  font-size: 14px
  }

}

div.npl-advs {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 32px
}

div.npl-advs div.npl-adv-hero-body {
display: block
}

div.npl-advs-hero-columns {
display: flex;
gap: 50px;
align-items: center
}

div.npl-advs-hero-columns-item {
width: 50%
}

          div.npl-advs-hero-columns-item-title {
        line-height: 1.3;
        font-weight: 700;
        font-size: 30px;
        max-width: 390px;
        margin-bottom: 24px;
        color: #306336;
          }


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

  div.npl-advs-hero-columns-item-title.mobile {
  display: none
  }

  div.npl-advs-columns-title.mobile {
  display: none
  } 

}

@media screen and (max-width: 999px) {

  div.npl-advs-hero-columns-item-title.desktop {
  display: none
  }

  div.npl-advs-columns-title.desktop {
  display: none
  }
  

}

div.npl-advs-hero-columns-item-body {
    font-size: 17px;
    margin-bottom: 24px;
}

div.npl-advs-hero-tingling {
margin: 64px 0px
}

div.npl-advs-section-title {
line-height: 1.3;
        font-weight: 700;
        font-size: 30px;
        max-width: 390px;
        margin-bottom: 24px;
        color: #306336;
}

div.npl-advs-section-body {
font-size: 17px;
    margin-bottom: 24px;
    line-height: 1.55;
    max-width: 70%;
}

div.npl-advs-standard-point-title {
font-size: 19px;
    font-weight: 500;
    line-height: 1;
}

div.npl-advs-standard-point-body {
    font-size: 17px;
    line-height: 1.45;
    margin-top: 12px
}

div.npl-advs-standard-point-icon-container {
width: 90px;
    height: 90px;
    min-width: 90px;
    background: #ffdce3;
    border-radius: 90px;
}


div.npl-advs-standard-point {
display: flex
;
    gap: 20px;
    align-items: start;
}

div.npl-advs-standard-content {
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    width: 100%;
    display: grid;
    gap: 42px;
}

div.npl-adv-hero-note.red {
border-left: 3px solid #932446;
    color: #591c32;
    background: #ffebf0;
}


div.npl-advs-columns {
display: flex;
gap: 50px;
align-items: center;
flex-direction: row-reverse
}

div.npl-advs-columns-item {
width: 50%
}

div.npl-advs-columns-title {
line-height: 1.3;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 24px;
    color: #306336;
}


div.npl-advs-columns.rev {
flex-direction: row
}

div.npl-advs-columns-body {
font-size: 17px;
    line-height: 1.45;
}

span.npl-advs-columns-timeline-item-title {
    font-weight: 700;
    color: #932446;
}

div.npl-advs-columns-timeline-item {
font-size: 17px;
    line-height: 1.55;
}

div.npl-advs-columns-timeline-list {
    display: flex
;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
}

div.npl-advs-body {
    font-size: 17px;
    line-height: 1.45;
    max-width: 65%;
}

div.npl-pod-big {
    border: 1px solid #d0d5dd;
    border-radius: 9px;
    margin-top: 24px;
    box-shadow: 0 1px .2px #14230814;
    display: flex;
    align-items: start;
    flex-direction: column;
    padding: 40px 60px;
    gap: 32px;
}

div.npl-pod-big-person {
display: flex;
    align-items: center; 
}

div.npl-pod-big-body {
font-size: 22px;
    line-height: 1.55;
}

div.npl-pod-big-person div.npl-adv-hero-author-cred {
margin-top: 7px
}

div.npl-warn-item {
font-size: 16px;
    line-height: 1.2;
    align-items: center;
    display: flex
;
    gap: 6px
}

div.npl-warn-item.us {
font-weight: 600
}

div.npl-warn-body {
font-size: 17px;
    line-height: 1.55;
    margin-top: 64px
}

div.npl-advs-standard, div.npl-advs-intro {
margin: 64px 0px;
}

div.npl-advs-standard-content {
    margin-bottom: 32px;
    margin-top: 32px;
}

div.npl-advs-body {
margin-top: 64px;
}

div.npl-advs-rec-item-title {
line-height: 1;
    font-size: 18px;
    font-weight: 500;
}

div.npl-advs-rec-item-point {
    line-height: 1.45;
    display: flex
;
    align-items: center;
    gap: 6px;
    font-size: 17px;
}

div.npl-advs-rec-item-list {
display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 14px;
}

div.npl-advs-rec-main {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    width: 100%;
    display: grid;
    column-gap: 32px;
    row-gap: 48px;
}

div.npl-advs-columns-sc-item-title {
    font-size: 19px;
    font-weight: 500;
    line-height: 1;
}

div.npl-advs-columns-sc-item-body {
font-size: 17px;
    line-height: 1.45;
    margin-top: 12px
}

div.npl-advs-columns-sc-item-icon-container {
    width: 90px;
    height: 90px;
    min-width: 90px;
    background: #ffdce3;
    border-radius: 90px;
    border: 1px dashed #98b4a494;
    background: #f5f7f2;
}

div.npl-advs-columns-sc-item {
display: flex
;
    align-items: start;
    gap: 24px;
}

div.npl-advs-columns-sc-list {
    display: flex
;
    flex-direction: column;
    gap: 32px;
}

div.npl-warn, div.npl-advs-sc {
margin: 64px 0px;
}

div.npl-warn-list {
display: flex
;
    flex-direction: column;
    gap: 14px;
    margin-top: 32px;
}

div.npl-warn div.npl-advs-columns-body {
margin-bottom: 24px
}

div.npl-advs-reviews {
grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    width: 100%;
    display: grid;
    column-gap: 32px;
}

div.npl-advs-reviews-item-body {
font-size: 16px;
    line-height: 1.45;
    text-align: center;
}

div.npl-advs-reviews-item-person {
display: flex;
    flex-direction: column;
    line-height: 1;
    align-items: center;
    margin-top: 20px;
    gap: 10px;
}

div.npl-advs-reviews-item-person-name {
    font-weight: 600;
    font-size: 15px;
}

div.npl-advs-reviews-item-person-ver {
color: #3567de;
    display: flex
;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    gap: 4px;
    background: #f1f3fe;
    width: fit-content;
    line-height: 1;
    padding: 4px 9px 4px 4px;
    border-radius: 90px;
}

img.npl-advs-reviews-item-person-ver-stars {
width: 12px
}

div.npl-advs-reviews-item {
    display: flex
;
    flex-direction: column;
    align-items: center;
}

img.npl-advs-reviews-item-star {
height: 16px;
    margin-bottom: 20px;
}

div.npl-advs-hero-columns-item-image-container,
div.npl-advs-columns-item-image-container {
border-radius: 8px;
overflow: hidden
}

img.npl-warn-item {
width: 16px
}

img.npl-advs-rec-item-point-icon {
width: 18px
}

img.npl-advs-rec-item-point-icon {
width: 18px;
    margin-top: 4px;
}

div.npl-advs-rec-item-list {
display: flex
;
    flex-direction: column;
    gap: 20px;
    margin-top: 18px;
}

@media screen and (max-width: 999px) {


div.npl-advs-hero-columns {
flex-direction: column
}

  div.npl-advs-hero-columns-item,
  div.npl-advs-columns-item,
  div.npl-advs-columns.rev,
  div.npl-advs-body,
  div.npl-advs-section-body {
  width: 100%
  }
  

  div.npl-advs {
  padding-left: 20px;
  padding-right: 20px
  }

  div.npl-advs-standard-content {
      display: flex;
    flex-direction: column;
  }

  div.npl-advs-columns {
  flex-direction: column
  }

  div.npl-pod-big {
  padding: 32px 24px;
  gap: 20px
  }

  div.npl-pod-big-body {
  font-size: 17px;
  }

  div.npl-advs-columns-sc-item-body, div.npl-advs-standard-point-body {
  font-size: 15px
  }

  div.npl-advs-section-body,
  div.npl-advs-body {
  max-width: 100%
  }

  div.npl-advs-columns.rev {
  flex-direction: column
  }

  div.npl-advs-rec-main {
  display: flex
;
    flex-direction: column;
  }

  div.npl-advs-rec-item-list {
  gap: 12px;
  }

  div.npl-advs-rec-main {
  gap: 32px;
  }

  div.npl-advs-rec-item-list {
  gap: 12px;
  }

  div.npl-advs-rec-item-point {
  font-size: 15px;
  align-items: center
  }

  img.npl-advs-rec-item-point-icon {
  width: 16px;
  }

  div.npl-advs-rec-item-list {
  margin-top: 14px;
  }

  div.npl-advs-reviews {
  display: flex;
    flex-direction: column;
    gap: 32px;
  }

  div.npl-advs-reviews-item {
  padding: 0px 16px 
  }

  div.npl-advs-columns-title {
  line-height: 1.45;
  font-weight: 700;
  font-size: 24px;
  }

  div.npl-advs-body {
  margin-top: 20px;
  }

  div.npl-advs-columns.rev {
  gap: 24px
  }

  div.npl-advs-intro {
  margin: 32px 0px
  }

  div.npl-advs-columns-timeline-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  }

  span.npl-advs-columns-timeline-item-body {
  line-height: 1;
  font-size: 15px;
  }

  span.npl-advs-columns-timeline-item-title {
  line-height: 1;
    font-size: 16px;
    margin-bottom: 7px
  }

  div.npl-advs-columns-timeline-list {
  gap: 24px;
  }

  div.npl-advs-columns-title.mobile {
  margin-bottom: 0
  } 

  div.npl-advs-section-title,
  div.npl-advs-hero-columns-item-title {
  font-size: 24px
  }

  div.npl-advs-standard-point-icon-container {
  width: 80px;
  height: 80px;
  min-width: 80px;
  }

  div.npl-warn-item {
  align-items: start;
  }

  img.npl-warn-item {
  width: 17px;
    margin-top: 4.5px;
  }

  div.npl-warn-item {
  line-height: 1.45;
  }

  div.npl-advs-columns-title.mobile {
  margin-bottom: 24px;
  }

  div.npl-advs-columns {
  gap: 24px
  }

  div.npl-advs-timeline div.npl-advs-columns-title.mobile {
  margin-bottom: 0
  }

  div.npl-advs-standard, div.npl-advs-intro,
  div.npl-advs-hero-tingling {
  margin: 32px 0px
  }

  div.npl-advs-hero-columns {
  gap: 24px
  }

  div.npl-advs-standard-content {
  gap: 32px
  }

  div.npl-advs-rec-item {
  padding-bottom: 20px;
  border-bottom: 1px dashed #98b4a494;
  }

  div.npl-advs-rec-main {
    gap: 20px;
}

  div.npl-warn div.npl-advs-columns-title {
  margin-bottom: 0
  }

  div.npl-warn {
  margin: 32px 0px
  }

  div.npl-advs-sc {
  margin: 32px 0px
  }

  div.npl-advs-sc div.npl-advs-columns-title {
  margin-bottom: 0
  }

  div.npl-warn-body {
  margin-top: 32px
  }

  
  
}

div.npl-advs-standard-point-icon-container,
div.npl-advs-columns-sc-item-icon-container{
  display: flex;
  align-items: center;
  padding: 19px
  }

/* Start of SP Supplement ADV */


div.npl-adv-subheadline {
font-size: 19px;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 16px;
    margin-top: 10px;
}

div.npl-advs-hero.sp {
margin-bottom: 32px
}

div.npl-advs-truth div.npl-advs-columns-title.mobile,
div.npl-advs-four div.npl-advs-columns-title.mobile,
div.npl-advs-diff div.npl-advs-columns-title.mobile  {
margin-bottom: 0
}

div.npl-advs-truth, div.npl-advs-timeline, div.npl-advs-diff {
margin: 32px 0px
}

div.npl-advs-truth-body {
    font-size: 17px;
    line-height: 1.45;
}

div.npl-advs-four-list {
display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 24px;
}

div.npl-advs-four-item-body {
font-size: 16px;
line-height: 1.55
}

div.npl-advs-four-item-title {
color: #11721a;
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
    display: flex
;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

div.npl-stories-item-title {
line-height: 1.45;
        font-weight: 700;
        font-size: 24px;
      color: #306336;
}

div.npl-stories-item-body {
font-size: 17px;
    line-height: 1.55;
}

div.npl-stories-item-title {
margin-bottom: 20px
}

@media screen and (max-width: 999px) {
div.npl-stories-divider {
display: none
}

div.npl-advs {
padding-top: 20px
}
  
}

div.npl-stories {
display: flex
;
    flex-direction: column;
    gap: 32px;
}

div.npl-stories-item-person-name {
    display: flex
;
    align-items: center;
    line-height: 1;
    gap: 7px;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
}

div.npl-stories-item-person-details {
line-height: 1;
    font-weight: 500;
    font-size: 13px;
    color: #6d6d6d;
}

div.npl-stories-item-person-picture {
display: flex
;
    gap: 14px;
    margin-top: 24px;
}


div.npl-stories-item-person-ver {
color: #3567de;
    display: flex
;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    gap: 4px;
    background: #f1f3fe;
    width: fit-content;
    line-height: 1;
    padding: 4px 9px 4px 4px;
    border-radius: 90px;
}


img.npl-stories-item-person-ver-icon {
width: 12px;
}

img.npl-advs-four-item-title-icon {
width: 17px
}

div.npl-stories-item-person-image-container {
    width: 55px;
    border-radius: 90px;
    overflow: hidden;
}

div.npl-stories-item-person-picture {
align-items: center;
    line-height: 1;
}



div.npl-advs-truth-body {
margin-top: 24px
}

div.npl-quiz-announcement {
    background: #143f49;
    color: #fff;
    padding: 8px;
    line-height: 1;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    display: flex;
    justify-content: center;
}

img.npl-quiz-logo {
width: 165px
}

div.npl-quiz-logo-container {
display: flex
;
    justify-content: center;
    padding: 18px;
    border-bottom: 1px solid #cdcdcd;
}

div.npl-quiz-step-item-answer-item-status {
border: 2px solid #143f49;
    height: 18px;
    width: 18px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff
}

img.npl-quiz-step-item-answer-item-status-icon {
width: 8px;
display: none
}

a.npl-quiz-step-item-answer-item.active div.npl-quiz-step-item-answer-item-status {
background: #007c7c
}

a.npl-quiz-step-item-answer-item.active img.npl-quiz-step-item-answer-item-status-icon {
display: block
}

a.npl-quiz-step-item-answer-item {
display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 16px;
    border: 1px solid #cdcdcd;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 0 #071f5700, 0 1px .2px #071f5714, 0 2px 1.8px #071f5717, 0 6px 9.7px #071f571a;
}

a.npl-quiz-step-item-answer-item.active {
        border: 2px solid #007c7c;
    background: #f3f7fb;
    padding: 16px
}

div.npl-quiz-wrapper {
padding: 0px 20px
}

div.npl-quiz-step-item-answer-list {
    display: flex
;
    flex-direction: column;
    gap: 10px;
}

div.npl-quiz-sticky-wrapper {
position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 16px;
    box-shadow: 0 -4px 4px #0000000f;
}

a.npl-quiz-sticky-back {
display: flex
;
    justify-content: center;
    align-items: center;
    width: 45px;
    min-width: 45px
}

img.npl-quiz-sticky-back-icon {
width: 16px
}

a.npl-quiz-sticky-next {
        background-color: #007c7c;
    border: 2px solid #129b97;
    height: 70px;
    width: 100%;
    display: flex
;
    border-radius: 8px;
    line-height: 1;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase
}

span.npl-quiz-step-item-answer-text-main,
a.npl-quiz-sticky-quick-shop {
color: #143f49
}

img.npl-quiz-sticky-next-icon {
width: 16px;
    position: absolute;
    right: 24px;
}

div.npl-quiz-sticky-controls {
    display: flex
;
    align-items: center;
    gap: 12px;
}

div.npl-quiz-sticky-next-container {
width: 100%;
}

div.npl-quiz-sticky-quick-shop-container {
display: flex
;
    line-height: 1;
    font-weight: 600;
    font-size: 12px;
    text-decoration: underline;
    color: #25400fe6;
    justify-content: center;
    margin-top: 18px;
}

div.npl-quiz-step-title {
    text-align: center;
    font-size: 21px;
    line-height: 1.4;
    font-weight: 700;
    padding: 0px 16px
}

div.npl-quiz-step-header {
    margin-bottom: 24px;
}

div.npl-quiz-step-item {
display: none
}

div.npl-quiz-step-item.active {
display: block
}

div.npl-quiz-progress-ball {
    width: 17px;
    height: 17px;
    min-width: 16px;
    display: flex
;
    justify-content: center;
    color: #143f49;
    border: 1px solid #143f49;
    align-items: center;
    font-size: 8px;
    font-weight: 700;
    border-radius: 90px;
    margin: 0px -2px;
    position: relative;
    background: #ffffff;
    z-index: 1
}

div.npl-quiz-progress-wrapper {
    display: flex;
    justify-content: center;
    align-items: center
}

div.npl-quiz-progress-line {
    width: 18px;
    height: 5px;
    background: #143f49;
    opacity: 0.3
}

div.npl-quiz-progress-line.active {
    opacity: 1
}

div.npl-quiz-progress {
padding-top: 16px;
    padding-bottom: 24px;
}

div.npl-quiz-progress-ball.active {
background: #143f49;
    color: #fff;
}

a.npl-quiz-sticky-back {
min-height: 45px
}

div.npl-quiz-step-item-answer-text {
font-size: 14px;
    font-weight: 500;
    color: #25400fe6;
}

div.npl-quiz-step-item-answer-text-sub {
line-height: 1;
    font-size: 12px;
    color: #1a1a1a;
    margin-top: 4px;
    display: flex;
    gap: 5px;
}

img.npl-quiz-step-item-answer-text-sub-icon {
width: 12px
}

div.npl-quiz-results {
position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background: #fff;
    z-index: 2;
    display: none
}

div.npl-quiz-results.active {
display: block
}

div.npl-quiz-results-cta-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 16px;
    box-shadow: 0 -4px 4px #0000000f;
}

a.npl-quiz-results-cta {
    background-color: #007c7c;
    border: 2px solid #129b97;
    height: 70px;
    width: 100%;
    display: flex;
    border-radius: 8px;
    line-height: 1;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
}

img.npl-quiz-results-cta-icon {
width: 16px;
    position: absolute;
    right: 24px;
}

div.npl-quiz-results-cta-vpl {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    display: flex
;
    gap: 7px;
    color: #5cb857;
    margin-top: 12px;
}

div.npl-quiz-step-item-edu-content {
    display: flex;
    flex-direction: column;
    align-items: start;
    font-size: 17px;
    gap: 14px;
}

div.npl-quiz-step-item-edu-title {
    font-size: 22px;
    font-weight: 600;
    
}

div.npl-quiz-step-item-edu-body-neg {
color: #cb0909;
    font-weight: 600;
    line-height: 1.4;
    display: flex;
    flex-direction: column;
    gap: 14px
}

div.npl-quiz-step-item-edu-body-neg {
color: #cb0909;
    font-weight: 600;
    line-height: 1.4;
}

div.npl-quiz-step-item-edu-sub {
line-height: 1
}

div.npl-quiz-step-item-edu-sub {
    display: flex;
    align-items: center;
    gap: 7px;
}

img.npl-quiz-step-item-edu-sub-icon,
img.npl-quiz-step-item-edu-body-neg-item-icon {
width: 17px
}

div.npl-quiz-step-item-edu-body-neg-item {
display: flex;
    align-items: start;
    gap: 7px;
}

img.npl-quiz-step-item-edu-body-neg-item-icon {
margin-top: 2px
}

div.npl-quiz-results-wrapper {
padding: 0px 20px
}

div.npl-quiz-results-pers {
    background: #143f49;
    color: #fff;
    line-height: 1;
    width: fit-content;
    padding: 6px 10px;
    border-radius: 900px;
    font-weight: 500;
}


div.npl-quiz-results-title {
    font-size: 22px;
    line-height: 1.4;
    text-align: center;
    font-weight: 600;
}

div.npl-quiz-results-body {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}

div.npl-quiz-results-header {
display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 24px;
}

div.npl-quiz-results-pb {
    text-align: left;
    background-color: #fff5e3;
    border: 1px dashed #25400fe6;
    border-radius: 4px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: .5rem;
    padding: 8px 20px 10px 40px;
    font-size: 17px;
    line-height: 1.5;
}


npl-quiz-results-pb-hl {
text-transform: uppercase;
color: #c8202f;
font-weight: 700
}

div.npl-quiz-results-features {
    display: flex
;
    text-align: center;
    gap: 16px;
    justify-content: center
}

div.npl-quiz-results-features-item {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3;;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 33.333333%
}

img.npl-quiz-results-features-item-icon {
width: 36px
}

div.npl-quiz-results-pb-container {
position: relative
}

div.npl-quiz-results-pb-icon-container {
    position: absolute;
    top: -8px;
    left: -8px;
    width: 32px;
}

div.npl-quiz-results-title {
margin-top: 14px;
    margin-bottom: 10px;
}

div.npl-quiz-results  {
    max-height: 100vh;
    overflow: scroll;
}

div.npl-quiz-results-image-container {
border-radius: 8px;
    overflow: hidden;
    margin: 14px 0px;
}

div.npl-quiz-results-wrapper {
    padding-bottom: 150px;
}

img.npl-quiz-results-cta-vpl-icon {
width: 13px
}

div.npl-quiz-loading {
position: fixed;
    top: 0;
    background: #fff;
    height: 100vh;
    z-index: 4;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%
}

div.npl-quiz-loading-text {
    font-size: 21px;
    font-weight: 600;
}

div.npl-quiz-loading-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -48px;
}

div.npl-quiz-loading-animation {
max-width: 140px;
}

div.npl-quiz-loading {
padding: 20px
}

div.npl-quiz-loading {
display: none
}

div.npl-quiz-loading.active {
display: flex
}



div.npl-quiz-results {
width: 100%
}

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

div.npl-quiz-step-title {
font-size: 29px;
}

  div.npl-quiz-wrapper {
    padding: 0px 60px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}


div.npl-quiz-step-item-answer-text {
font-size: 16px
}

  div.npl-quiz-step-item-answer-item-status {
  width: 22px;
  height: 22px
  }

  a.npl-quiz-step-item-answer-item {
  gap: 20px;
  padding: 20px
  }

  div.npl-quiz-step-item-answer-list {
  gap: 16px
  }

  div.npl-quiz-progress-ball.number {
  font-size: 11px;
      height: 25px;
    width: 25px;
  } 

  div.npl-quiz-progress-line  {
  width: 35px
  }

  div.npl-quiz-sticky-wrapper{
  padding: 0 60px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
    padding: 0px 60px;
    box-shadow: none;
    position: static
  }

  div.npl-quiz-sticky-quick-shop-container {
  font-size: 16px;
    margin-top: 32px;
  }

  div.npl-quiz-results-wrapper {
      max-width: 600px;
    padding: 0px 60px;
    margin-left: auto;
    margin-right: auto;
  }

  div.npl-quiz-results-cta-container {
      position: static;
    padding: 0;
    box-shadow: none;
    margin-top: 24px;
  }

  img.npl-quiz-logo {
  width: 130px
  }

  div.npl-quiz-logo-container {
  padding: 20px
  }

}


div.npbi-q-announcement  {
background: #143f49;
    color: #fff;
    line-height: 1;
    display: flex
;
    justify-content: center;
    padding: 10px;
    font-weight: 500;
    font-size: 13px;
}

img.npbi-q-header-logo {
width: 160px
}

div.npbi-q-header-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 14px 20px;
    align-items: center;
    height: 60px
}

div.npbi-q-header-back-container, div.npbi-q-header-count {
width: 60px
}

div.npbi-q-header {
background: #ffffff
}

div.npbi-q-header-back {
display: flex;
    align-items: center;
    gap: 8px;
}

a.npbi-q-header-back {
display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1;
    font-weight: 500;
    font-size: 15px;
    color: #182b02;
}

img.npbi-q-header-back-icon {
height: 12px
}

div.npbi-q-header-count {
    display: flex
;
    gap: 4px;
    justify-content: end;
    font-weight: 500;
    font-size: 15px;
}

div.npbi-q-header-progress {
height: 4px;
    width: 100%;
    background: #a9d8d6;
}

div.npbi-q-header-progress-bar {
width: 10%;
    height: 4px;
    background: #143f49;
}

div.npbi-q {
background: #55a0a0
}

div.npbi-q-main-wrapper {
padding: 0px 20px;
}

div.npbi-q-main-list {
padding-top: 24px;
}

div.npbi-q-main-item-question {
    font-size: 26px;
    color: #fff;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    padding: 0px 12px;
}

div.npbi-q-main-item-sub {
line-height: 1;
    color: #fff;
    FONT-WEIGHT: 600;
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
    text-transform: uppercase
}


div.npbi-q-main-item-header {
margin-bottom: 24px;
}

a.npbi-q-main-item-answer-item {
display: flex
;
    align-items: center;
    height: 60px;
    background: #fff;
    padding: 0px 18px;
    border-radius: 8px;
    justify-content: space-between;
        color: #143f49;
    font-size: 16px;
    font-weight: 500;
}

div.npbi-q-main-item-answer-list {
    display: flex
;
    flex-direction: column;
    gap: 10px;
}

div.npbi-q-main-item-answer-item-cb {
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: #a9d8d6;
    border-radius: 5px;
}

a.npbi-q-main-item-answer-item.active {
    background: #143f49;
    color: #fff;
}

img.npbi-q-main-item-answer-item-cb-icon {
width: 12px;
display: none
}

a.npbi-q-main-item-answer-item.active img.npbi-q-main-item-answer-item-cb-icon {
display: block
}

div.npbi-q-main-item {
display: none
}

div.npbi-q-main-item.active {
display: block
}

div.npbi-q {
height: 100vh
}

div.npbi-q-main-cta-container {

    line-height: 1;
    position: fixed;
    bottom: 0;
    background: #fff;
    left: 0;
    width: 100%;
    line-height: 1;
    padding: 12px 20px;
    box-shadow: 0 -4px 4px #0000000f;
    z-index: 1
}

div.npbi-results-main-cta-container {
line-height: 1;
    position: fixed;
    bottom: 0;
    background: #fff;
    left: 0;
    width: 100%;
    line-height: 1;
    padding: 12px 20px;
    box-shadow: 0 -4px 4px #0000000f;
    z-index: 3;
  
}

a.npbi-results-main-cta, a.npbi-q-main-cta {
    background-color: #007c7c;
    border: 2px solid #129b97;
    height: 70px;
    width: 100%;
    display: flex
;
    border-radius: 8px;
    line-height: 1;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: opacity 0.3s ease
}

img.npbi-q-main-cta-icon, img.npbi-results-main-cta-icon {
width: 17px;
    margin-left: 12px;
}

div.npbi-results-main {
padding-bottom: 32px
}


div.npbi-q-header-progress-bar {
transition: width 0.3s ease
}

div.npbi-ana-wrapper {
width: 100%
}




div.npbi-ana {
background: #dae6f2;
    height: 100vh;
    display: flex
;
    width: 100%;
    align-items: center;
}

div.npbi-ana-title {
font-size: 26px;
    color: #143f49;
    line-height: 1.2;
    font-weight: 600;
}

div.npbi-status-list-item {
display: flex
;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    color: #143f49;
    gap: 8px;
    line-height: 1;
        opacity: 0.4;
    transition: opacity 0.3s ease;
    height: 22px
}

div.npbi-status-list {
      display: flex
;
    flex-direction: column;
    gap: 14px;
}

div.npbi-ana-wrapper {
padding: 0px 20px
}

div.npbi-ana-lb {
height: 5px;
    background: #c3d9ea;
    border-radius: 90px;
    margin: 32px 0px;
    width: 100%
}

div.npbi-ana-lb-inner {
height: 5px;
    background: #143f49;
    border-radius: 90px;
    width: 0%
}

img.npbi-status-list-item-icon-done {
width: 16px;
display: none;
}

img.npbi-status-list-item-icon-dots {
width: 16px;
}

div.npbi-status-list-item.active {
    opacity: 1;
}

div.npbi-status-list-item.active img.npbi-status-list-item-icon-done {
display: block
}

div.npbi-status-list-item.active img.npbi-status-list-item-icon-dots {
display: none
}

div.npbi-results {
  background: #55a0a0;
  min-height: 100vh
}

img.npbi-results-header-logo {
width: 160px
}

div.npbi-results-header-logo-container {
display: flex
;
    justify-content: center;
    height: 60px;
    align-items: center;
}

a.npbi-results-header-back {
display: flex
;
    align-items: center;
    gap: 10px;
    line-height: 1;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
}

img.npbi-results-header-back-icon {
width: 16px
}

div.npbi-results-header {
padding: 0px 14px
}

div.npbi-results-header-pages-item {
    width: 12.5%;
    background: #fff;
    height: 4px;
    border-radius: 90px;
    opacity: 0.25
}

div.npbi-results-header-pages-item.active {
    opacity: 1
}

div.npbi-results-header-pages {
display: flex
;
    gap: 7px;
}

div.npbi-results-header-back-container {
margin-bottom: 16px
}

div.npbi-results-main-slides {
padding-top: 16px;
padding-right: 14px;
padding-left: 14px
}

div.npbi-results-main-item {
    background: #fff;
    padding: 24px 16px;
    border-radius: 8px
}

div.npbi-results-main-item-title {
font-size: 23px;
    line-height: 1.4;
    font-weight: 600;
    text-align: center;
}

span.npbi-results-main-item-title-red {
color: #ad3118;
}

div.npbi-results-main-item-body {
line-height: 1.5;
    text-align: center;
    font-size: 14px;
    margin-top: 12px;
    color: #182b02;
}

div.npbi-results-main-item-nds-sub {
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.6px;
    text-align: center;
}

div.npbi-results-main-item-nds-score {
    line-height: 1;
    color: #f47170;
    font-size: 42px;
    font-weight: 600;
    text-align: center;
}

div.npbi-results-main-item-sub-body {
line-height: 1.5;
    text-align: left;
    font-size: 14px;
    color: #182b02;
}

div.npbi-results-main-item-sub {
box-shadow: 0 0 7px rgba(0, 0, 0, 0.12);
    border-radius: 6px;
    padding: 24px 16px;
    margin-bottom: 12px
}

div.npbi-results-main-item-sub-title {
    font-size: 23px;
    line-height: 1.4;
    font-weight: 600;
    text-align: center;
}

div.npbi-results-main-item-age-score {
line-height: 1;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
}

div.npbi-results-main-item-sub-tag {
display: flex
;
    background: #fee9e7;
    line-height: 1;
    padding: 14px;
    font-size: 12px;
    color: #ff1d1e;
    font-weight: 600;
    border-radius: 6px;
    gap: 8px;
    align-items: center
}

div.npbi-results-main-item-ndd-score {
font-size: 23px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    color: #ad3118;
}

div.npbi-results-main-item-sub-tag.green {
background: #ebf6f0;
color: #04a56f
}

div.npbi-results-main-product-benefits-item {
    font-size: 14px;
    line-height: 1.45;
    display: flex;
    align-items: center;
    gap: 16px;
}

div.npbi-results-main-product-benefits {
    display: flex
;
    flex-direction: column;
    gap: 16px;
}

img.npbi-results-main-product-benefits-icon {
width: 16px
}

div.npbi-results-main-product-benefits {
padding-right: 12px;
}

div.npbi-results-main-product-image-container {
margin: 16px 0px
}

div.npbi-results-pb-feature-list {
display: flex
;
    color: #182b02;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
}

div.npbi-results-pb-feature-item {
width: 50%;
align-items: center
}

img.npbi-results-pb-feature-item-icon {
width: 40px
}


div.npbi-results-pb-feature-item {
background: #dae6f2;
}

div.npbi-results-pb-feature-item.one {
background: #d7edff;
}

div.npbi-results-pb-feature-item {
 padding: 16px; 
      display: flex;
    flex-direction: column;
    gap: 12px;
}

div.npbi-timeline-item-title-text {
    line-height: 1;
    font-size: 18px;
    color: #143f49;
    font-weight: 600;
}

div.npbi-timeline-item-body {
line-height: 1.5;
    text-align: left;
    font-size: 14px;
    color: #143f49;
    margin-top: 12px;
}

div.npbi-timeline-list {
display: flex;
flex-direction: column;
row-gap: 24px
}

span.npbi-timeline-item-title-highlight {
color: #2c7a7b
}

div.npbi-timeline-item-title-ball {
border: 2px solid #182b02;
    height: 19px;
    width: 19px;
    border-radius: 90px;
    background: #ffffff
}

div.npbi-timeline-item-title {
display: flex;
    align-items: center;
    gap: 12px;
}

div.npbi-timeline-item-body {
padding-left: 31px
}

div.npbi-timeline {
display: flex;
margin-top: 24px;
    padding-left: 8px;
}

div.npbi-timeline-line {
    width: 2px;
    background: #182b02;
    min-width: 2px
}

div.npbi-timeline-line {
    margin-right: -10px;
}

div.npbi-results-pb {
margin-top: 24px
}

div.npbi-results-main-item-review-big-body {
font-size: 16px;
    line-height: 1.5;
}

div.npbi-results-main-item-review-big-details {
    display: flex
;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin-top: 24px;
}

div.npbi-results-main-item-review-big-verified {
color: #00b67a;
    font-size: 13px;
}

div.npbi-results-main-item-review-big-verified {
      display: flex
;
    align-items: center;
    gap: 6px;
}

img.npbi-results-main-item-review-big-verified-icon {
width: 14px
}

img.npbi-results-main-item-sub-tag-icon {
width: 17px
}

div.npbi-offer {
background: #f5f8fc;
}

div.npbi-offer-main-wrapper {
padding: 0px 20px;
}

div.npbi-offer-main-item  {
background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    color: #182b02
}

div.npbi-offer-main-item-content {
padding: 24px 16px;
}

a.npbi-offer-main-item-order {
        background-color: #007c7c;
    border: 2px solid #129b97;
    height: 70px;
    width: 100%;
    display: flex
;
    border-radius: 8px;
    line-height: 1;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

img.npbi-offer-main-item-order-icon {
width: 14px
}

div.npbi-offer-main-item-order-icon-container {
    height: 26px;
    width: 26px;
    background: #fff;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 90px;
    margin-right: 10px;
}

div.npbi-offer-main-item-order-more {

    line-height: 1;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    margin-top: 12px;

}

div.npbi-offer-main-item-tag {
background: #ff4e30;
    color: #fff;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    padding: 9px;
}

div.npbi-offer-main-item.bd {
background: #cfe1fe
} 

div.npbi-offer-main-title {
font-size: 30px;
    line-height: 1.2;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}

div.npbi-offer-main-list {
display: flex
;
    flex-direction: column;
    gap: 16px;
}

div.npbi-offer-main-item-details {
display: flex;
align-items: center
}

div.npbi-offer-main-item-text {
width: 60%
}

div.npbi-offer-main-item-image-container {
width: 40%;
display: flex;
align-items: center;
justify-content: center
}

div.npbi-offer-main-item-price-benefits-list {

    line-height: 1;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    gap: 8px;
}

div.npbi-offer-main-item-title {
line-height: 1;
    font-size: 15px;
    font-weight: 600;
}

div.npbi-offer-main-item-price-benefits-item {
    display: flex
;
    align-items: center;
    gap: 7px;
}

img.npbi-offer-main-item-price-benefits-item-icon {
width: 14px
}

div.npbi-offer-main-item-sub {
font-size: 15px;
    line-height: 1.4;
    margin-top: 10px;
}

div.npbi-offer-main-item-order-container {
padding-top: 24px;
}

div.npbi-offer-main-item-price {
display: flex
;
    flex-direction: column;
    line-height: 1;
    margin: 16px 0px;
}

div.npbi-offer-main-item-price-main {
font-weight: 500;
    font-size: 21px;
}

div.npbi-offer-main-item-price-su {
font-weight: 500;
    color: #ff4e30;
    text-decoration: line-through;
    margin-bottom: 10px;
}

div.npbi-offer-main-item-price-pb {
    font-size: 14px;
    margin-top: 6px;
}

div.npbi-offer-main-more-app {
line-height: 1;
    background: #dae6f2;
    padding: 14px;
    display: flex
;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
    gap: 8px;
}

img.npbi-offer-main-more-app-icon {
width: 18px
}

div.npbi-offer-main-more-po {
display: flex
;
    flex-direction: column;
    line-height: 1;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: 2px dashed #b5b5b5;
    margin-top: 20px;
}

div.npbi-offer-sec {
background: #fff;
    padding-top: 32px;
    margin-top: 32px;
    padding-bottom: 32px
}

div.npbi-offer-sec-wrapper {
    padding: 0px 20px;
}

div.npbi-offer-sec-benefits {
    line-height: 1;
    font-size: 15px;
    font-weight: 500;
    justify-content: center;
    display: flex
;
    flex-direction: column;
    gap: 14px;
}

div.npbi-offer-sec-rec {
    display: flex
;
    gap: 16px;
    line-height: 1.45;
    padding: 20px;
    border: 1px solid #2c7a7b;
    font-size: 14px;
    font-weight: 500;
}

div.npbi-offer-sec-rec {
margin-top: 32px
}

img.npbi-results-main-product-image {
max-width: 180px;
}

div.npbi-results-main-product-image-container {
display: flex
;
    justify-content: center;
}

div.npbi-offer-main-item-image-container {
padding-right: 16px
}

div.npbi-results-main-item-image-item-tag {
    line-height: 1;
    background: #04a56f;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 8px;
}

div.npbi-results-main-item-image-item {
background: #ebf6f0;
}

div.npbi-results-main-item-image-item-text {
line-height: 1.4;
    font-size: 16px;
    text-align: center;
}

div.npbi-results-main-item-image-item b  {
color: #04a56f
}

div.npbi-results-main-item-image-item-content {
    padding: 20px;
    display: flex
;
    flex-direction: column;
        gap: 16px;
    align-items: center;
    padding-bottom: 32px;
}

img.npbi-results-main-item-image-item-image {
max-width: 250px;
}

div.npbi-results-main-item-image-item.red div.npbi-results-main-item-image-item-tag {
background: #fb6e4f
}


div.npbi-results-main-item-image-item.red {
background: #ffece9
}


div.npbi-results-main-item-image-item.red b {
color: #fb6e4f
}

div.npbi-results-main-review-asi {
display: flex
;
    flex-direction: column;
    line-height: 1;
    align-items: center;
    font-weight: 600;
    gap: 14px;
    margin-top: 24px;
}

div.npbi-results-main-review-list-item-details {
    display: flex
;
    line-height: 1;
    justify-content: space-between;
    font-weight: 600;
    margin-top: 14px;
}

div.npbi-results-main-review-list-item-body {
    font-size: 15px;
    line-height: 1.5;
}

div.npbi-results-main-review-list-item-image-container {
width: 95px
}

div.npbi-results-main-review-list-item {
    display: flex
;
    align-items: center;
    gap: 20px;
}

div.npbi-results-main-review-list {
display: flex
;
    flex-direction: column;
    gap: 24px;
    margin-top: 24px
}

div.npbi-results-main-item-image-list {
margin-top: 24px
}

div.npbi-results-main-item-sub-tag  {
margin-top: 16px
}

div.npbi-results-main-item-nds-results-image-container {
    margin-bottom: 16px;
    margin-top: 20px;
}

div.npbi-results-main-item-nds-sub {
margin-bottom: 16px
}

div.npbi-results-main-item-sub.mt {
margin-top: 24px
}

div.npbi-results-main-item-age-score {
margin-bottom: 14px
}

div.npbi-results-main-item-sub-image-container {
margin-top: 24px
}

div.npbi-offer-logo-container {

    display: flex
;
    justify-content: center;
    padding: 14px 20px;
    align-items: center;
    height: 60px;
}

img.npbi-offer-logo {
width: 160px
}


div.npbi-ana {
      position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100vh;
    width: 100%;
    display: none
}

div.npbi-ana.active {
display: flex
}

div.npbi-results {
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    display: none
}

div.npbi-results.active {
display: block
}


div.npbi-results-main-item {
display: none
}

div.npbi-results-main-item.active {
display: block
}


div.npbi-offer {
display: none;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
}

div.npbi-offer.active {
display: block
}

div.npbi-q.done {
display: none
}

div.npbi-results {
overflow-y: auto;
    padding-bottom: 90px;
}

img.npbi-results-main-item-review-big-stars {
height: 18px;
margin-bottom: 20px
}

div.npbi-results-main-item-review-big {
margin-top: 24px
}

div.npbi-q-main-item-sc-title {
color: #fff;
    line-height: 1;
    font-size: 26px;
    font-weight: 600;
}

div.npbi-q-main-item-sc-body-item {
color: #fff;
    font-size: 16px;
    line-height: 1.5;
}

div.npbi-q-main-item-benefits {
display: flex
;
    line-height: 1;
    flex-direction: column;
    color: #fff;
    font-size: 16px;
    gap: 12px;
    margin: 20px 0px;
}

div.npbi-q-main-item-sc-body {
display: flex
;
    flex-direction: column;
    gap: 18px;
    margin-top: 24px;
}

div.npbi-q-main-item-benefits-item {
display: flex;
    align-items: center;
    gap: 8px;
}

img.npbi-q-main-item-benefits-item-icon {
width: 18px;
}

img.npbi-q-main-item-sc-image {
max-width: 75px;
}

div.npbi-q-main-item-sc-image-container {
    display: flex
;
    justify-content: center;
    margin-bottom: 20px;
    padding-top: 12px;
}

img.npbi-results-main-review-list-item-stars {
height: 14px;
margin-bottom: 16px
}

div.npbi-results-main-review-list-item-image-container {
display: none
}

div.npbi-results-header-logo-container {
margin-top: 10px
}

div.npbi-offer-toggle {
    line-height: 1;
    display: flex
;
    padding: 7px;
    border: 1px solid #d3dae0;
    border-radius: 8px;
    margin-bottom: 16px;
}

a.npbi-offer-toggle-item {

    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    padding: 10px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    opacity: 0.6;
    width: 100%

}

span.npbi-offer-toggle-item-sub-tag {
    background: #ff4e30;
    color: #fff;
    padding: 5px 7px;
    border-radius: 5px;
    margin-left: 7px;
}

a.npbi-offer-toggle-item.active {
background: #fff;
opacity: 1;
box-shadow: 0 0 7px #0000001f;
}

div.npbi-offer-sec-wrapper {
display: flex
;
    flex-direction: column;
    align-items: center;
}

div.npbi-offer-sec-benefits-item-icon svg {
width: 20px;
fill: #182b02
}

div.npbi-offer-sec-benefits-item {
    display: flex
;
    align-items: center;
    gap: 6px;
    color: #182b02
}

img.npbi-offer-sec-benefits-item-icon-img {
width: 20px
}

div.npbi-offer-main-list {
display: none
}

div.npbi-offer-main-list.active {
display: flex
}

div.npbi-offer-main-item {
border: 1px solid #d3dae0;
}

div.npbi-offer div.npl-buy-header-ann {
background: #143f49
}

div.npbi-offer div.tt-sale-timer {
background: #317b87
}

div.npbi-offer-sec-rec {
align-items: center;
}

img.npbi-offer-sec-rec-image {
width: 55px;
min-width: 55px
}

div.npbi-q-main {
padding-bottom: 110px
}

@media screen and (max-width: 999px) {

  div.npbi-offer-main-item-header.desktop {
  display: none
  }

}

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

div.npbi-q-main-item-question {
font-size: 40px;
}

  div.npbi-offer-main-item-header.mobile {
  display: none
  }

  a.npbi-q-main-item-answer-item {
  height: 82px;
  font-size: 18px
  }

 
  div.npbi-q-main-wrapper {
      padding: 0px 60px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }

  a.npbi-q-main-cta,
  a.npbi-results-main-cta {
  max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }


  div.npbi-q-main-item-answer-list {
  max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  div.npbi-q-main-item-sub {
  font-size: 14px
  }

  div.npbi-q-main {
  padding-top: 40px;
  }

  div.npbi-q {
  height: auto;
    min-height: 100vh;
  }

  div.npbi-q-announcement {
  font-size: 15px;
    padding: 14px;
  }

  a.npbi-q-main-cta {
  font-size: 20px;
  }

  img.npbi-q-main-cta-icon {
  width: 18px;
    margin-left: 18px;
  }

  div.npbi-q-header-wrapper {
      max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 60px;
    height: 75px;
  }

  div.npbi-q-header-count, a.npbi-q-header-back {
  font-size: 17px
  }

  img.npbi-q-header-back-icon {
      height: 13px;
  }

  a.npbi-q-header-back, a.npbi-q-main-item-answer-item, a.npbi-q-main-cta, a.npbi-results-main-cta {
  cursor: pointer
  }

  img.npbi-results-main-item-image-item-image {
  max-width: 90%
  }

  div.npbi-results-main-product-benefits-item {
  font-size: 17px
  }

  img.npbi-results-main-product-benefits-icon {
  width: 20px
  }

  div.npbi-q-main-item-sc-content {
  display: flex
;
    align-items: center;
    gap: 45px;
  }

  img.npbi-q-main-item-sc-image {
  max-width: 100%
  }

  div.npbi-q-main-item-sc-image-container, div.npbi-q-main-item-sc-text-container {
  width: 50%
  }

  div.npbi-q-main-item-sc-title {
  font-size: 41px
  }

  div.npbi-q-main-item-sc-body-item {
  font-size: 19px
  }

  div.npbi-q-main-item-benefits {
  font-size: 19px;
    gap: 16px;
  }

  img.npbi-q-main-item-benefits-item-icon {
  width: 22px;
    margin-right: 3px;
  }

  div.npbi-ana-wrapper {
      max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  div.npbi-status-list-item  {
  font-size: 18px;
  gap: 10px
  }

  img.npbi-status-list-item-icon-done,
  img.npbi-status-list-item-icon-dots {
  width: 19px
  }

  div.npbi-ana-title {
  font-size: 40px
  }

  div.npbi-results-header, div.npbi-results-main {
      max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  div.npbi-results-main-item {
  padding: 30px
  }

  div.npbi-results-main-item-title {
  font-size: 32px
  }

  div.npbi-results-main-item-body {
  font-size: 17px
  }

  div.npbi-results-main-item-sub {
  margin-left: 30px;
    margin-right: 30px;
  }

  div.npbi-results-main-item-sub-body {
  font-size: 17px
  }

  div.npbi-results-main-item-image-item  {
  width: 50%
  }

  div.npbi-results-main-item-image-list {
  display: flex
  }

  img.npbi-results-main-product-image {
  max-width: 300px
  }

  div.npbi-results-main-product-image-container {
  display: flex
;
    justify-content: center;
  }

  div.npbi-results-pb-feature-item {
  font-size: 15px
  }

  img.npbi-results-pb-feature-item-icon {
  width: 50px;
  }

  div.npbi-timeline-item-title-text {
  font-size: 20px
  }

  div.npbi-timeline-item-body {
  font-size: 17px
  }

  div.npbi-timeline {
  margin-top: 40px
  }

  div.npbi-results-main-item-review-big-body {
  font-size: 17px
  }

  div.npbi-results-main-review-list-item {
  width: 100%
  }

  div.npbi-results-main-review-list-item-body {
  font-size: 18px;
  }

  img.npbi-results-main-review-list-item-stars {
  height: 18px
  }

  div.npbi-results-main-review-list-item-details {
  font-size: 17px
  }

  div.npbi-results-main-item-review-big-verified {
  font-size: 17px;
  }

  img.npbi-results-main-item-review-big-verified-icon {
      width: 15px;
  }

  div.npbi-offer-main-list {
  flex-direction: row;
  }

  div.npbi-offer-main-wrapper {
  max-width: 1200px;
    padding-left: 60px;
    padding-right: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  div.npbi-offer-main-item-details {
  flex-direction: column;
  }

  div.npbi-offer-main-item-text {
  width: 100%;
  }

  div.npbi-offer-toggle {
      max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }

  div.npbi-offer-main-item {
  width: 33.33333%
  }

  div.npbi-offer-main-more {
  max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  div.npbi-offer-main-more-po {
      border-top: 0;
  }

  div.npbi-offer-sec {
  margin-top: 48px;
    padding: 48px 0px;
  }

  div.npbi-offer-sec-benefits {
  flex-direction: row;
    justify-content: space-between;
    gap: 24px;
  }

  div.npbi-offer-sec-rec {
      max-width: 550px;
  }

  div.npbi-offer-main-item-content {
  padding: 30px
  }

  div.npbi-results-main-slides {
  padding-top: 24px
  }

  div.npbi-results-header-back-container {
  margin-bottom: 24px;
  }

  a.npbi-results-header-back {
  font-size: 17px
  }

  img.npbi-offer-logo-container {
  height: 80px
  }

  div.npbi-offer-main-title {
  
    font-size: 42px;
    margin-bottom: 40px;

  }

  div.npbi-offer-main-item-image-container {
      padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  img.npbi-offer-main-item-image {
  width: 220px
  }

  div.npbi-offer-main-item-price-benefits-item {
  font-size: 17px;
  gap: 10px;
  }

  img.npbi-offer-main-item-price-benefits-item-icon {
  width: 17px
  }

  div.npbi-offer-main-item {
      display: flex
;
    flex-direction: column;
    justify-content: end;
  }

  
  div.npbi-offer-main-item-sale {
          display: flex
;
    gap: 8px;
    flex-direction: row-reverse;
    align-items: end;
    justify-content: start;
  }

  div.npbi-offer-main-item-price-su {
  margin-bottom: 0
  }

  div.npbi-offer-main-item-price-main {
  font-size: 32px
  }

  div.npbi-offer-main-item-price-su {
  font-size: 21px
  }

  div.npbi-offer-main-item-price-pb {
  font-size: 18px;
    margin-top: 10px;
  }

  div.npbi-offer-main-item-header {
  margin-bottom: 16px
  }

  div.npbi-offer-main-item-price-benefits-list {
  gap: 14px
  }

  div.npbi-offer-main-item-header {
  text-align: center
  } 

  div.npbi-offer-logo-container {
  height: 80px
  }

  div.npbi-offer-main-item-title {
  font-size: 20px
  }

  div.npbi-offer-main-item-sub {
  font-size: 16px
  }
  
  
}

span.npbi-results-main-item-title-highlight {
color: #2c7a7b
}

div.npbi-results-main-review-list-item {
display: flex
;
    align-items: center;
    gap: 20px;
    border-bottom: 1px dashed #b5b5b5;
    padding-bottom: 20px;
}

a.npbi-q-header-back.inactive, a.npbi-results-header-back.inactive {
point-events: none;
cursor: none;
opacity: 0
}


a.npbi-q-main-cta.inactive  {
opacity: 0.6;
    pointer-events: none;
}




div.npl-pdp-shipping-bar.offer {
background: #fff;
    margin-bottom: 20px;
}

div.npl-pdp-shipping-bar.offer.alt {
background: #f5f8fc;
}



@media screen and (min-width: 1000px) {
div.npl-pdp-shipping-bar-sb-ball {
min-width: 9px
}
}

div.npcb-announcement {
    background: #40522d;
    color: #fff;
    line-height: 1;
    padding: 8px 20px;
}

div.npcb-announcement-wrapper {
    display: flex
;
    justify-content: center;
    gap: 7px;
    text-transform: uppercase
}

div.npcb-announcement-tag-text {
    text-transform: uppercase;
}

div.npcb-announcement-tag {
    display: flex
;
    align-items: center;
    gap: 6px;
}

img.npcb-announcement-tag-icon {
width: 18px
}

div.npcb-announcement-countdown {
background: #303d22;
    padding: 7px;
    border-radius: 6px;
    font-weight: 600;
    letter-spacing: 0.4px;
}

div.npcb-announcement-wrapper {
    display: flex
;
    justify-content: center;
    gap: 9px;
    align-items: center;
    font-size: 12px;
}

img.npcb-quiz-header-logo {
width: 115px
}

div.npcb-quiz-header {
box-shadow: 0 4px 4px #0000000f;
padding: 12px;
    height: 60px;
    display: flex;
    justify-content: center;
    background: #ffffff;
    position: relative;
    align-items: center
}

div.npcb-quiz {
background: #e6f4e6;
}

div.npcb-quiz-progress-bar {
    min-height: 7px;
    height: 7px;
    background: #d8ead8;
    width: 100%;
    transition: width 0.3s ease
}

div.npcb-quiz-progress-inner {
min-height: 7px;
    height: 7px;
    background: #203712;
    width: 10%;
    transition: width 0.3s ease
}

div.npcb-quiz-wrapper {
padding: 0px 20px
}

div.npcb-quiz-status-container {
display: flex
;
    justify-content: end;
    height: 60px;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    font-size: 16px;
    color: #203712
}

div.npcb-quiz-main-item-title {
    font-size: 22px;
    line-height: 1.4;
    text-align: center;
    font-weight: 600;
    color: #203712;
    margin-bottom: 16px;
}

a.npcb-quiz-main-item-option-item {
height: 70px;
    display: flex
;
    align-items: center;
    border-radius: 6px;
    background: #fff;
    font-size: 17px;
    font-weight: 500;
    padding: 12px 20px;
}

div.npcb-quiz-main-item-options {
display: flex
;
    flex-direction: column;
    gap: 14px;
}

a.npcb-quiz-main-item-option-item.active {
    background: #f8faf8;
    border: 3px solid #4b7826;
    padding: 9px 17px;
}

div.npcb-quiz {
min-height: 100vh
}

div.npcb-quiz-main {
padding-bottom: 120px
}



div.npcb-quiz-cta-container {
    position: fixed;
    bottom: 0;
    background: #fff;
    left: 0;
    width: 100%;
    line-height: 1;
    padding: 12px 20px;
    box-shadow: 0 -4px 4px #0000000f;
    z-index: 1;
}

img.npcb-quiz-next-icon {
width: 17px;
    margin-left: 12px;
}

a.npcb-quiz-next.inactive {
pointer-events: none;
opacity: 0.6;
}

a.npcb-quiz-next {
        background-color: #4b7826;
    border: 2px solid #57882e;
    height: 70px;
    width: 100%;
    display: none;
    border-radius: 8px;
    line-height: 1;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    display: flex
}

div.npcb-quiz-back-container.active {
display: flex
}


div.npcb-quiz-back-container {
align-items: center;
    position: absolute;
    left: 32px;
    height: 40px;
    display: flex
;
    justify-content: flex-start;
}

div.npcb-quiz-main-item {
display: none
}

div.npcb-quiz-cta-container.down {
display: none
}

div.npcb-quiz-main-item.active {
display: block
}

a.npcb-quiz-back-button {
    height: 40px;
    width: 40px;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
}

img.npcb-quiz-back-button-icon {
width: 20px
}

div.npcb-quiz-back-container {
opacity: 0
}

div.npcb-quiz-back-container.active {
opacity: 1
}


div.npcb-quiz-loading {
    height: 100vh;
    background: #e6f4e6;
}

div.npcb-quiz-loading-main-title {
line-height: 1;
    font-size: 20px;
    font-weight: 600;
    color: #203712;
    margin-bottom: 32px
}

div.npcb-quiz-loading-main {
    display: flex;
    height: calc(100vh - 102px);
    justify-content: center;
    align-items: center;
    padding: 32px;
    flex-direction: column;
    padding-bottom: 140px
}

div.npcb-quiz-loading-bar {
    height: 10px;
    width: 100%;
    background: #d8ead8;
    border-radius: 90px
  }

div.npcb-quiz-loading-bar-inner {
background: #4b7826;
border-radius: 90px;
height: 10px;
width: 0%
}

div.npcb-quiz-loading {
display: none
}

div.npcb-quiz-loading.active {
display: block
}

div.npcb-quiz.done {
display: none
}

div.npcb-results-main {
    background: #e6f4e6;
}

div.npcb-results-wrapper {
padding: 0px 20px
}

div.npcb-results-block {
background: #ffffff;
padding: 24px 16px;
border-radius: 6px
}

div.npcb-results-block-title {
    line-height: 1.5;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 23px;
}

a.npcb-results-block-cta {
    background-color: #4b7826;
    border: 2px solid #57882e;
    height: 70px;
    width: 100%;
    display: none;
    border-radius: 8px;
    line-height: 1;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
}

img.npcb-results-block-cta-icon {
width: 17px;
    margin-left: 12px;
}

div.npcb-results-promise {
background: #ffffff
}

div.npcb-results-content {
display: flex
;
    flex-direction: column;
    gap: 24px;
}

div.npcb-results-block-body {
    font-size: 16px;
    line-height: 1.45;
    margin-top: 20px;
}

div.npcb-results-block.damage div.npcb-results-block-title {
margin-bottom: 16px
}

div.npcb-results-hero-title {
    font-size: 26px;
    line-height: 1.4;
    font-weight: 600;
    color: #203712;
    margin-bottom: 14px; 
}

div.npcb-results-hero-body {

    font-size: 16px;
    line-height: 1.45;

}

div.npcb-results-hero {
    padding-top: 20px;
    margin-bottom: 24px;
}

div.npcb-results-content {
padding-bottom: 32px
}

div.npcb-results-promise{
padding: 32px 0px
}

div.npcb-results-promise-title {
font-size: 26px;
    font-weight: 600;
    color: #203712;
    margin-bottom: 18px;
    line-height: 1;
    text-align: center;
}

div.npcb-results-promise-body {
    text-align: center;
    font-size: 16px;
    line-height: 1.55;
}

div.npcb-results-promise-person {
    font-size: 16px;
    font-weight: 600;
    color: #203712;
    margin-top: 18px;
    line-height: 1;
    text-align: center;
    margin-bottom: 24px
}

div.npcb-results {
display: none
}

div.npcb-results.active {
display: block
}

div.npcb-quiz-offer-main {
background: #e6f4e6
}

div.npcb-quiz-offer-wrapper{
padding: 20px;
}

div.npcb-quiz-offer-block {
    background: #ffffff;
    padding: 24px 20px;
    border-radius: 6px;
}

div.npcb-quiz-offer-block-hero-tag {
    line-height: 1;
    background: #dca71f;
    width: fit-content;
    font-size: 12px;
    letter-spacing: 0.6px;
    font-weight: 600;
    color: #fff;
    padding: 6px 8px;
    border-radius: 3px;
}

div.npcb-quiz-offer-block-hero-text {
display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

div.npcb-quiz-offer-block-hero-title {
    font-size: 26px;
    line-height: 1.4;
    font-weight: 600;
    color: #203712;
    margin-bottom: 14px;
    text-align: center;
}

div.npcb-quiz-offer-block-hero-body {
    color: #203712;
    font-size: 15px;
    line-height: 1.5;
}

div.npcb-quiz-offer-block-hero-tag {
margin-bottom: 12px
}

img.npcb-quiz-offer-block-hero-features-item-icon {
width: 34px
}

div.npcb-quiz-offer-block-hero-features-item {
    width: 33.3333%;
    display: flex;
    flex-direction: column;
    line-height: 1;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;

}

div.npcb-quiz-offer-block-hero-features {
display: flex
;
    gap: 12px;
}

img.npcb-quiz-offer-block-hero-image {
max-width: 195px
}

div.npcb-quiz-offer-block-hero-image-container {
display: flex
;
    justify-content: center;
    margin-top: 24px;
    margin-bottom: 24px; 
}

div.npcb-quiz-offer-item-banner {
    display: flex
;
    line-height: 1;
    background: #dca71f;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    justify-content: center;
    gap: 8px;
    padding: 7px;
    align-items: center
}

div.npcb-quiz-offer-item-banner-divider {
    min-height: 13px;
    height: 4px;
    width: 1px;
    background: #b0851b;
}

a.npcb-quiz-offer-item {
    border-radius: 6px;
    border: 2px solid #daddd9;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    
}


a.npcb-quiz-offer-item.active {
        background: #f8faf8;
    border: 3px solid #4b7826;
      box-shadow: 0 2px 2px #00000040;
}

img.npcb-quiz-offer-item-benefits-item-icon {
width: 10px
}

div.npcb-quiz-offer-item-benefits-item {
display: flex
;
    line-height: 1;
    gap: 8px;
    font-size: 12px;
    align-items: center;
    font-weight: 500;
}

div.npcb-quiz-offer-item-benefits {
display: flex;
flex-direction: column;
gap: 10px
}

div.npcb-quiz-offer-item-columns {
display: flex;
align-items: start;
gap: 14px;
padding: 16px;
padding-bottom: 21px
}

div.npcb-quiz-offer-item-details, div.npcb-quiz-offer-item-benefits {
width: 50%;
}

div.npcb-quiz-offer-item-details {
min-width: 132px
}

div.npcb-quiz-offer-item-supply {
        display: flex;
    line-height: 1;
    gap: 8px;
    align-items: center;
    font-weight: 500;
}

div.npcb-quiz-offer-item-supply-status {
height: 18px;
    width: 18px;
    border: 2px solid;
    border-radius: 90px;
}

div.npcb-quiz-offer-main-shop {
    display: flex
;
    flex-direction: column;
    gap: 14px;
    margin-top: 24px;
}

img.npcb-quiz-offer-item-supply-status-icon {
scale: 1.1;
display: none
}

a.npcb-quiz-offer-item.active div.npcb-quiz-offer-item-supply-status {
border-color: #00c189;
display: flex;
align-items: center;
justify-content: center
}

a.npcb-quiz-offer-item.active img.npcb-quiz-offer-item-supply-status-icon {
display: block
}

div.npcb-quiz-offer-item-price {
line-height: 1;
    font-size: 23px;
    font-weight: 600;
    margin-top: 12px;
}

div.npcb-quiz-offer-item-price-pb {
    line-height: 1;
    font-size: 13px;
    font-weight: 500;
    margin-top: 8px;
}

div.npcb-quiz-offer-item-price-container {
padding-left: 26px
}

div.npcb-quiz-offer-item-container.mp div.npcb-quiz-offer-item-banner {
background: #1b9e75
}

div.npcb-quiz-offer-item-container.mp div.npcb-quiz-offer-item-banner-divider {
background: #187f5e
}

a.npcb-quiz-offer-cta,
a.npcb-dec-hero-cta,
a.npcb-dec-offer-item-cta {
background-color: #4b7826;
    border: 2px solid #57882e;
    height: 70px;
    width: 100%;
    display: none;
    border-radius: 8px;
    line-height: 1;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
}

div.npcb-quiz-offer-delivery {
    display: flex;
    line-height: 1;
    justify-content: center;
    gap: 8px;
    align-items: center;
    font-size: 14px;
    margin: 16px 0px;
}

a.npcb-quiz-offer-decline {
line-height: 1;
    font-size: 16px;
    font-weight: 500;
    color: #818387;
    text-decoration: underline;
    display: flex
;
    height: 24px;
    justify-content: center;
    align-items: center;
    margin-top: 18px;
}

div.npcb-quiz-offer-cta-block {
display: flex
;
    flex-direction: column;
    justify-content: center;
}

div.npcb-quiz-offer-delivery-pulse {
    height: 9px;
    width: 9px;
    background: #4b7826;
    border-radius: 90px;
}

img.npcb-quiz-offer-cta-icon,
img.npcb-dec-hero-icon,
img.npcb-dec-offer-item-cta-icon {
    width: 17px;
    margin-left: 12px;
}

div.npcb-dec-wrapper {
padding: 0px 20px
}

div.npcb-dec-offer-item-points-item {
    display: flex
;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 400;
}

div.npcb-dec-offer-item-points {
display: flex
;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding: 8px 16px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

img.npcb-dec-offer-item-points-item-icon {
width: 12px
}

div.npcb-dec-hero-title {
    font-size: 26px;
    line-height: 1.4;
    font-weight: 600;
    color: #203712;
    margin-bottom: 14px;
    text-align: center;
}

div.npcb-dec-offer-title {
    font-size: 26px;
    line-height: 1.4;
    font-weight: 600;
    color: #203712;
    margin-bottom: 14px;
    text-align: center;
}

div.npcb-dec-offer, div.npcb-dec-hero {
padding-bottom: 32px;
padding-top: 24px
}

div.npcb-dec-offer-item-tag {
    background: #f7b500;
    line-height: 1;
    padding: 8px;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    color: #1a1a1a;
}

div.nvhp-hero-cta-block.desktop {
width: fit-content
}

div.npcb-dec-offer-item-cta-tag-text {
    line-height: 1;
    text-align: center;
    font-size: 14px;
    color: #4b5159;
    font-weight: 500;
    margin-top: 15px;
}

div.npcb-dec-offer-item {
background: #f6f9f8;
    border-radius: 6px;
    border: 2px solid #e0e0e0;
    overflow: hidden;
}

div.npcb-dec-offer-item-cta-container {
padding: 16px
}

div.npcb-dec-offer-item-columns {
display: flex
;
    align-items: center;
    padding: 20px 16px;
}

div.npcb-dec-offer-item-image-container {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

img.npcb-dec-offer-item-image {
max-width: 140px
}



div.npcb-dec-offer-item-price {
font-size: 22px;
    font-weight: 600;
    line-height: 1;
    display: flex
;
    align-items: end;
        padding-top: 5px;
    padding-bottom: 5px;
}

span.npcb-dec-offer-item-price-pb {
    font-size: 12px;
    color: #282828;
    font-weight: 500;
    margin-bottom: 2.3px;
    margin-left: 3px;
}

div.npcb-dec-offer-item-count {
line-height: 1;
    font-size: 17px;
    font-weight: 600;
    opacity: 0.8;
    margin-bottom: 8px
}

div.npcb-dec-offer-item-price-savings {
line-height: 1;
    color: #fff;
    background: #ff4b25;
    width: fit-content;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 6px;
    border-radius: 4px;
    margin-top: 10px;
  
}

div.npcb-dec-offer-item-image-container {
padding-right: 20px;
}

div.npcb-dec-offer-list {
display: flex;
    flex-direction: column;
    gap: 16px;
}

div.npcb-dec-toggle {
line-height: 1;
    background: #eeeff1;
    margin-bottom: 20px;
    padding: 4px;
    display: flex;
    border-radius: 6px
;
}

a.npcb-dec-toggle-item {
width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
}

a.npcb-dec-toggle-item.active {
border-radius: 4px;
border: 2px solid #57882e;
color: #57882e;
font-weight: 600;
background: #ffffff
}

div.npcb-dec-offer-list {
display: none
}

div.npcb-dec-offer-list.active {
display: flex
}

div.npcb-dec-hero-slider-status {
display: flex;
justify-content: center;
gap: 12px;
}

div.npcb-dec-hero-slider-status-item {
border: 2px solid #4b7826;
width: 12px;
height: 12px;
border-radius: 90px
}

div.npcb-dec-hero-slider-status-item.active {
background: #4b7826;
}

a.npcb-dec-hero-slider-controls-button {
display: flex
;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    background: #4b7826;
    border-radius: 90px;
}

img.npcb-dec-hero-slider-controls-button-icon {
height: 14px;
}

div.npcb-dec-hero-slider-controls {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    left: 0;
    padding: 16px
}

a.npcb-dec-hero-slider-controls-button.left img.npcb-dec-hero-slider-controls-button-icon {
rotate: 180deg
}

div.npcb-dec-hero-slider {
transition: transform 0.3s ease;
display: flex;
}

div.npcb-dec-hero-slider-image-container {
    min-width: 100%;  
    border-radius: 8px;
    overflow: hidden;
}

div.npcb-dec-hero-slider-container {
overflow: hidden;
}

div.npcb-dec-hero-slider-main {
position: relative;
    display: flex
;
    align-items: center;
}

div.npcb-dec-hero-slider-status {
    margin-top: 20px;
    margin-bottom: 20px;
}

div.npcb-offer {
display: none
}

div.npcb-offer.active {
display: block
}

div.npcb-dec {
display: none
}

div.npcb-dec.active {
display: block
}

a.npcb-quiz-offer-item.active div.npcb-quiz-offer-item-columns {
padding-left: 15px;
padding-right: 15px;
padding-bottom: 20px
}

a.npcb-quiz-offer-item.active div.npcb-quiz-offer-item-banner {
padding-top: 6px
}

div.npcb-dec-offer-item.mp div.npcb-dec-offer-item-tag {
background: #c88ab8;
color: #ffffff
}

div.npcb-dec-offer-item.b div.npcb-dec-offer-item-tag {
background: #d5d8db;
color: #1a1a1a
}

div.offer-dec-feature-scroller-point {
display: flex
;
    align-items: center;
    gap: 7px;
    font-size: 15px;
    font-weight: 500;
        min-width: fit-content;
}

img.offer-dec-feature-scroller-point-icon {
width: 15px
}

div.offer-dec-feature-scroller-item {
    display: flex;
    gap: 16px; 
}

div.offer-dec-feature-scroller {
    padding: 20px 0px;
    background: #e6f4e6;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

div.offer-dec-feature-scroller-container {
animation: scroll-left 20s linear infinite;
}

div.offer-dec-feature-scroller-container {
display: flex
}

div.offer-dec-feature-scroller-item {
padding-left: 16px
}

div.offer-dec-feature-scroller-container {
min-width: fit-content;
}

div.offer-dec-feature-scroller-item {
min-width: max-content
}

div.npcb-quiz-main-item-instruction {
    line-height: 1;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    color: #203712;
    margin-bottom: 24px
}

div.npcb-lp-header {
    box-shadow: 0 4px 4px #0000000f;
    background: #fff;
    position: relative;
    
}

div.npcb-lp-header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    height: 60px;
}

img.npcb-lp-header-logo {
width: 115px;
}

a.npcb-lp-header-cta {
    background-color: #4b7826;
    border: 2px solid #57882e;
    height: 37px;
    display: flex
;
    border-radius: 6px;
    line-height: 1;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    padding: 10px 14px;
}

div.npcb-lp-hero-title {
font-size: 26px;
    line-height: 1.45;
    text-align: center;
    font-weight: 700;
}

span.npcb-lp-hero-highlight {
color: #2c7c32;
}

div.npcb-lp-hero {
background: #e6f4e6;
padding: 24px 0px
}

div.npcb-lp-hero-wrapper {
    padding: 0px 20px;
}

div.npcb-lp-hero-image-container {
padding-right: 40px;
margin-top: 12px;
    margin-bottom: 8px;

}

a.npcb-lp-hero-cta {
background-color: #4b7826;
    border: 2px solid #57882e;
    height: 70px;
    width: 100%;
    display: none;
    border-radius: 8px;
    line-height: 1;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    position: relative
}

span.npcb-lp-hero-cta-text-time {
font-size: 12px;
    font-weight: 500;
    text-transform: none
}

div.npcb-lp-hero-cta-text {
    display: flex
;
    flex-direction: column;
    gap: 6px;
        align-items: center;
}


img.npcb-lp-hero-cta-icon {
position: absolute;
    width: 19px;
    right: 23px;
}

div.npcb-lp-hero-asi {
display: flex
;
    flex-direction: column;
    line-height: 1;
    text-align: center;
    margin-top: 20px;
    gap: 16px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #727a85;
    align-items: center
}

img.npcb-lp-hero-asi-logo-item {
width: 170px
}

div.npcb-lp-wrapper {
padding: 0px 20px
}

div.npcb-lp-sc {
    padding: 32px 0px;
}

div.npcb-lp-sc-life-title {
    font-size: 20px;
    display: flex;
    flex-direction: column;
    line-height: 1.4;
    font-weight: 500

}


div.lp-section-title {
font-size: 26px;
    line-height: 1.35;
    text-align: center;
    font-weight: 500;
    margin-bottom: 24px
}

div.npcb-lp-sc-life-item-point {
display: flex
;
    line-height: 1;
    gap: 8px;
    font-size: 17px;
    padding-bottom: 16px;
    border-bottom: 1px solid #d8d8d8;
    align-items: center
}

div.npcb-lp-sc-life-item-list {
display: flex
;
    flex-direction: column;
    gap: 16px;
    margin-top: 24px;
}

div.npcb-lp-sc-life {
display: flex
;
    flex-direction: column;
    gap: 32px;
}

img.npcb-lp-sc-life-item-point-icon {
width: 17px
}

div.npcb-lp-features {
padding: 32px 0px;
    background: #e6f4e6;
}

div.npcb-lp-features-slider-item {
padding: 24px 20px;
    background: #fff;
    border-radius: 6px;
}

div.npcb-lp-features-slider-item-title {
font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    padding-right: 32px;
    margin-bottom: 12px;
}

div.npcb-lp-features-slider-item-body {
font-size: 14px;
    line-height: 1.45;
}

div.npcb-lp-features-slider {
    display: flex;
    align-items: center;
}

div.npcb-lp-features-slider-item-container {
min-width: 85%;
scroll-snap-align: start;
}

div.npcb-lp-features-slider-item-container {
padding-left: 20px;
}



div.npcb-lp-features-sfm {
display: flex;
    flex-direction: column;
    line-height: 1;
    text-align: center;
    margin-top: 20px;
    gap: 16px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #727a85;
    align-items: center;
    margin-bottom: 24px;
}

div.npcb-lp-features-slider::-webkit-scrollbar {
display: none
}

div.npcb-lp-features-slider {
overflow-x: auto; 
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
margin: 0px -20px;
padding-right: 20px
}

div.npcb-lp-reviews {
padding: 32px 0px
}

img.npcb-lp-reviews-main-item-stars {
height: 15px
}

div.npcb-lp-reviews-main-item-title {
line-height: 1;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 16px;
    margin-top: 20px;
}

div.npcb-lp-reviews-main-item-body {
font-size: 15px;
    line-height: 1.5;
    margin-bottom: 18px;
}

div.npcb-lp-reviews-main-item-name {
color: #485159;
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
}



div.npcb-lp-reviews-main-item {
    padding: 24px 20px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 7px #0000001f;
}

div.npcb-lp-reviews-main {
display: flex;
flex-direction: column;
gap: 16px
}

div.npcb-quiz-offer-pi-container {
margin-top: 20px
}

div.npcb-dec-offer-pi {
display: flex
;
    justify-content: center;
    margin-top: 20px;
}

div.npcb-dec-offer-pi-container {
    max-width: 280px;
}

div.npcb-dec-why {
background: #e6f4e6;
    padding-top: 32px;
    text-align: center;
}

div.npcb-dec-why-body  {
    font-size: 16px;
    line-height: 1.5;
}


div.npcb-dec-why-text {
padding-left: 24px;
padding-right: 24px;
margin-bottom: 24px;
}

div.npcb-dec-why-title {
font-size: 26px;
    line-height: 1.4;
    font-weight: 600;
    color: #203712;
    margin-bottom: 14px;
    text-align: center;
}

div.npcb-lp-reviews.dec {
background: #e6f4e6;
}

div.npcb-lp-faqs {
padding-top: 32px;
    padding-bottom: 8px;
}

div.npcb-lp-faqs div.accordion-box.rounded.bg-secondary {
padding: 0;
background: none
}

div.accordion__toggle.bold {
font-size: 18px;
    font-weight: 500;
} 

div.offer-dec-feature-scroller {
overflow: hidden
}

div.npcb-results-block-product-body {
font-size: 16px;
    line-height: 1.45;
    text-align: center;
}

div.npcb-results-block-product-title {
font-size: 23px;
    font-weight: 600;
    color: #203712;
    margin-bottom: 13px;
    line-height: 1.3;
    text-align: center;
}

div.npcb-results-block-product-image-container {
display: flex
;
    justify-content: center;
}

img.npcb-results-block-product-image {
width: 180px;
}



@media screen and (max-width: 999px) {

  div.npcb-quiz-offer-block-hero-text.desktop {
  display: none
  }

  
}


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


  div.npcb-lp-sc-life {
  display: flex;
    flex-direction: row;
  }

  div.npcb-quiz-offer-block-hero-text.mobile {
  display: none
  }

  div.npcb-lp-sc-life-item {
  width: 50%;
  }

  div.npcb-lp-sc {
  padding: 80px 0px
  }

  div.npcb-lp-wrapper {
  max-width: 1000px;
    padding: 0px 60px;
    margin-left: auto;
    margin-right: auto;
  }

  div.npcb-lp-sc-life-item-point {
  font-size: 19px;
    gap: 11px;
  }

  img.npcb-lp-sc-life-item-point-icon {
  width: 19px
  }

  div.lp-section-title {
  font-size: 40px;
    text-align: left;
    margin-bottom: 40px
  }

  div.npcb-lp-sc-life-title {
  font-size: 23px;
    margin-bottom: 36px;
  }

  div.npcb-lp-features, div.npcb-lp-reviews {
  padding: 80px 0px
  }

  div.npcb-lp-features-slider-item-container {
  min-width: unset;
  padding: 0
  }

  div.npcb-lp-features-slider {
  padding: 0
  }

  div.npcb-lp-reviews-main-item-title {
  line-height: 1.4
  }

  div.npcb-lp-reviews-main {
  flex-direction: row;
  }

  div.npcb-lp-reviews-main-item-container {
  width: 33.33333%
  }

  div.npcb-lp-reviews-main-item {
  height: 100%
  }

  div.npcb-lp-features-slider {
      grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    width: 100%;
    margin-bottom: 40px;
    display: grid;
    gap: 20px;
    margin-left: 0
  }

  a.npcb-lp-hero-cta {
  max-width: 400px
  }

  div.npcb-lp-section-cta-block {
      display: flex
;
    justify-content: center;
  }

  div.npcb-lp-hero-image-container {
  display: none
  }

  div.npcb-lp-features-slider-item-body {
  font-size: 16px;
  }

  div.npcb-lp-features-slider-item-title {
  font-size: 20px;
  }

  div.npcb-lp-features-slider-item {
  height: 100%
  }

  div.npcb-lp-hero-title {
  font-size: 42px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  div.npcb-lp-features-sfm {
  display: none;
  }

  div.npcb-lp-hero-cta-block {
  display: flex
;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 36px;
  }

  div.npcb-lp-hero {
  padding: 80px 0px;
  }

  div.npcb-lp-header-wrapper {
      max-width: 1000px;
    padding: 0 60px;
    margin-left: auto;
    margin-right: auto;
    height: 80px;
  }

  img.npcb-lp-header-logo {
  width: 130px
  }

  a.npcb-lp-header-cta {
  height: 50px;
    padding: 10px 32px;
    font-size: 14px;
  }

  div.npcb-announcement-wrapper {
  font-size: 15px
  }

  div.npcb-announcement-countdown {
  font-weight: 700
  }

  div.npcb-announcement {
  padding: 12px;
  }

  div.npcb-quiz-header {
  height: 80px
  }

  img.npcb-quiz-header-logo {
  width: 130px
  }

  div.npcb-quiz-main-item-options {
      max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }

  div.npcb-quiz-main-item-title {
  font-size: 36px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }

  div.npcb-quiz-status-container {
      max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }

  div.npcb-quiz-main-item-instruction {
      margin-bottom: 48px;
    margin-top: 32px;
  }

  div.npcb-quiz-status-container {
  height: 90px
  }

  a.npcb-quiz-next {
      max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  a.npcb-quiz-back-button {
  margin-bottom: 0
  }

  div.npcb-quiz-back-container {
      left: 25%;
  }

  div.npcb-quiz-loading-main {
      max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  div.npcb-quiz-loading-main-title {
  font-size: 26px;
    margin-bottom: 40px;
  }

  div.npcb-results-wrapper {
  max-width: 650px;
    padding-left: 60px;
    padding-right: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  div.npcb-results-block  {
  padding: 30px
  }

  div.npcb-results-block-title {
  font-size: 32px
  }

  div.npcb-results-block-body {
    font-size: 18px;
    line-height: 1.5;
  }

  div.npcb-results-hero-title  {
  font-size: 40px;
  }

  div.npcb-results-hero {
  padding-top: 40px
  }

  div.npcb-quiz-offer-wrapper {
      max-width: 1000px;
    padding: 40px;
    margin-left: auto;
    margin-right: auto;
}

  div.npcb-quiz-offer-block-hero,
  div.npcb-quiz-offer-main-shop-column {
  width: 50%
  }

  div.npcb-results-hero-body {
      font-size: 18px;
    margin-bottom: 32px;
  }

  div.npcb-results-content {
  padding-bottom: 80px
  }

  div.npcb-results-promise {
  padding: 80px 0px;
  }

  div.npcb-results-promise-title {
  font-size: 40px;
    margin-bottom: 32px;
  }

  div.npcb-results-promise-person {
      margin-bottom: 40px;
  }

  div.npcb-results-promise-body {
      font-size: 18px;
    margin-bottom: 32px;
  }

  div.npcb-results-promise-person {
  font-size: 18px
  }

  div.npcb-results-block.product {
  padding: 30px
  }

  div.npcb-results-block-product-title {
  font-size: 27px
  }

  div.npcb-results-block-product-body {
  font-size: 18px
  }

  div.npcb-quiz-offer-block-main-columns {
  display: flex;
  align-items: start;
  gap: 50px
  }

  div.npcb-quiz-offer-block {
  padding: 60px
  }

  img.npcb-quiz-offer-pi {
  max-width: 250px
  }

  div.npcb-quiz-offer-pi-container {
      display: flex
;
    justify-content: center;
  }

  div.npcb-quiz-offer-block-hero-title {
      font-size: 40px;
    max-width: 650px;
  }

  div.npcb-quiz-offer-block-hero-body {
    font-size: 17px;
    max-width: 650px;
    margin-bottom: 16px;
  }

  img.npcb-quiz-offer-block-hero-image {
  max-width: 290px
  }

  div.npcb-dec-hero-title {
  width: 50%;
    text-align: left;
    font-size: 42px
  }

  div.npcb-dec-hero-slider-container {
      max-width: 50%;
  }

  div.npcb-dec-hero div.npcb-dec-wrapper {
      display: flex
;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    gap: 60px;
  }

  div.npcb-dec-hero {
  padding: 60px 0px;
  }

  div.npcb-dec-hero div.npcb-dec-hero-cta-container {
  display: none
  }

  img.offer-dec-feature-scroller-point-icon {
  width: 20px;
    margin-right: 4px;
  }

  div.offer-dec-feature-scroller-point {
  font-size: 23px;
  }

  div.offer-dec-feature-scroller-item {
  gap: 60px;
  padding-left: 60px
  }

  div.npcb-dec-offer {
  padding: 60px 0px;
  }

  div.npcb-dec-wrapper {
      max-width: 1000px;
    padding: 0px 60px;
    margin-left: auto;
    margin-right: auto;
  }

  div.npcb-dec-offer-item-container {
  width: 33.33333%
  }

  div.npcb-dec-offer-list {
  flex-direction: row
  }

  div.npcb-dec-offer-item-columns {
  flex-direction: column
  }

  div.npcb-dec-offer-item-columns {
      gap: 24px;
    padding: 24px;
  }

  div.npcb-dec-offer-item-columns {
  align-items: start
  }

  div.npcb-dec-offer-item-image-container {
      width: 100%;
    padding-right: 0;
  }

  div.npcb-dec-offer-item-text {
  width: 100%;
    display: flex
;
    flex-direction: column;
    align-items: center;
  }

  div.npcb-dec-offer-item-price {
  font-size: 28px
  }

  span.npcb-dec-offer-item-price-pb {
  font-size: 15px;
  }

  div.npcb-dec-offer-item-count {
  font-size: 19px;
    margin-bottom: 12px;
  }

  img.npcb-dec-offer-item-image-container {
  max-width: 190x
  }

  div.npcb-dec-offer-title {
  font-size: 40px;
    margin-bottom: 40px;
  }

  div.npcb-dec-toggle {
  
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;

  }

  a.npcb-dec-toggle-item  {
  font-size: 15px;
    height: 50px;
  }

  img.npcb-dec-offer-pi-container {
  width: 250px;
  }

  div.npcb-dec-offer-pi {
  margin-top: 40px
  }

  div.npcb-dec-why {
  display: none
  }

  div.npcb-lp-sc.dec {
  padding-top: 0
  }

  div.npcb-lp-faqs div.npcb-lp-wrapper {
  max-width: 700px;
  }

  div.npcb-lp-faqs {
  padding-top: 80px;
  padding-bottom: 0
  }

  div.npcb-lp-faqs-main div.section-stack__main {
  width: 100%
  }

}

a.npcb-quiz-next.inactive {
curosr: none
}

a.npcb-lp-header-cta,
a.npcb-lp-hero-cta,
a.npcb-lp-hero-cta,
a.npcb-quiz-main-item-option-item,
a.npcb-quiz-next,
a.npcb-quiz-back-button,
a.npcb-results-block-cta,
a.npcb-quiz-offer-item,
a.npcb-quiz-offer-cta, 
a.npcb-quiz-offer-decline,
a.npcb-dec-offer-item-cta,
a.npcb-dec-hero-cta,
a.npcb-dec-toggle-item,
a.npcb-dec-hero-slider-controls-button {
cursor: pointer
}

img.npl-header-logo {
width: 160px
}

div.tt-sale-timer {
background: #00404a;
}

div.npl-adv-sale-banner div.tt-sale-timer {
background: #2c7a7b
}

a[aria-controls="search-drawer"] {
display: none
}

store-header.header {
box-shadow: 0 4px 4px #0000000f;
}

div.nvhp-hero {
background: #dae6f2;
    padding: 24px 0px;
}

div.nvhp-hero-text {
padding: 0px 20px;
}

div.nvhp-hero-cta-block.mobile {
padding: 0px 20px
}

@media screen and (min-width: 1000px) {
div.nvhp-hero-cta-block.mobile {
display: none
}
}

@media screen and (max-width: 999px) {
div.nvhp-hero-cta-block.desktop {
display: none
}
}

div.nvhp-hero-title {
    font-size: 25px;
    line-height: 1.4;
    text-align: center;
    font-weight: 600;
}

a.nvhp-cta {
background-color: #007c7c;
    border: 2px solid #129b97;
    height: 70px;
    width: 100%;
    display: flex;
    border-radius: 8px;
    line-height: 1;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    position: relative
}

div.nvhp-cta-guarantee {
line-height: 1;
    display: flex;
    justify-content: center;
    font-weight: 500;
    gap: 8px;
    margin-top: 16px;
}

div.nvhp-hero-body {
font-size: 16px;
    text-align: center;
    line-height: 1.5;
    margin-top: 12px;
}

div.nvhp-hero-benefits-list {
display: flex
;
    line-height: 1;
    justify-content: space-between;
    font-weight: 500;
    font-size: 13px;
    width: 100%;
    margin-top: 14px
}

div.nvhp-hero-benefits-item {
    display: flex
;
    align-items: center;
    gap: 6px;
}

img.nvhp-hero-benefits-item-icon {
width: 14px
}

div.nvhp-hero-text-tb {
display: flex
;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px
}

img.nvhp-hero-sp-stars {
height: 13px
}

img.nvhp-cta-guarantee-icon {
width: 14px
}

div.nvhp-hero-sp {
    display: flex
;
    align-items: center;
    gap: 8px;
    background: #f5f8fc;
    font-weight: 500;
    line-height: 1;
    padding: 8px;
    padding-right: 10px;
    border-radius: 5px;
    margin-bottom: 14px;
}

img.nvhp-cta-icon {
position: absolute;
    right: 23px;
    width: 16px;
}

div.nvhp-asi div.npl-sponsor-title {
    color: #707a85;
}

div.nvhp-wrapper {
padding: 0px 20px
}

div.nvhp-asi div.npl-sponsor {
background: #f5f8fc
}

div.nvhp-section-title {
    font-size: 25px;
    line-height: 1.4;
    text-align: center;
    font-weight: 600;
}

div.nvhp-lpf {
padding: 32px 0px
}

a.nvhp-section-quiz-cta {
font-weight: 500;
}

span.nvhp-section-quiz-cta-hl {
color: #2c7a7b;
font-weight: 700;
text-decoration: underline
}

div.nvhp-section-quiz-cta-container {
line-height: 1;
    text-align: center;
    margin-top: 18px;
}

div.nvhp-section-body {
font-size: 16px;
    text-align: left;
    line-height: 1.5;
}

div.nvhp-section-subtitle {
    line-height: 1;
    width: fit-content;
    font-size: 13px;
    font-weight: 500;
    background: #f5f8fc;
    padding: 6px 11px;
    border-radius: 90px;
    display: flex;
    gap: 7px;
    border: 1px solid #d6e2ea;
    align-items: center
}

img.nvhp-section-subtitle-icon {
width: 13px
}

div.nvhp-title-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

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

div.nvhp-title-block.mobile {
display: none
} 

}


@media screen and (max-width: 999px) {

div.nvhp-title-block.desktop {
display: none
} 

}

div.nvhp-sdn {
padding: 32px 0px;
background: #063135;
color: #fff;
}

div.nvhp-sdn div.nvhp-section-subtitle {
    background: rgb(255, 255, 255, 0.2);
}

div.nvhp-title-block {
margin-bottom: 20px;
}

div.header__wrapper {
background: #ffffff
}

div.nvhp-section-cta-block {
margin-top: 24px
}

div.nvhp-scroller div.offer-dec-feature-scroller {
background: #f5f8fc;
}

div.nvhp-scroller div.offer-dec-feature-scroller-point {
font-size: 18px;
gap: 9px;
}

div.nvhp-scroller img.offer-dec-feature-scroller-point-icon {
width: 18px;
}

div.nvhp-scroller div.offer-dec-feature-scroller-item {
gap: 32px;
padding-left: 32px
}

div.nvhp-columns-image-container {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 24px;
}

div.nvhp-sdn-features-item {
    display: flex;
    gap: 20px;
    align-items: center
}

div.nvhp-sdn-features-item-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 14px;
}

img.nvhp-sdn-features-item-icon {
width: 60px;
    min-width: 60px;
}

div.nvhp-sdn-features-item-body {
font-size: 14px;
    opacity: 0.85;
  line-height: 1.55
}

div.nvhp-sdn-features {
display: flex
;
    flex-direction: column;
    gap: 24px;
}

div.nvhp-reviews {
padding: 32px 0px;
background: #f5f8fc
}

div.npbi-offer-main-item-tag.b {
background: #dddddd;
color: #1a1a1a
}

div.nvhp-offer div.npbi-offer-main-item.bd {
background: #faffff;
box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.08);
}

div.nvhp-offer {
padding: 32px 0px
}

div.npbi-offer-main-item-tag.bv {
background: #3b7910
}

img.nvhp-offer-tag-icon {
width: 15px
}

div.nvhp-offer-tag {
    display: flex
;
    align-items: center;
    gap: 7px;
    font-weight: 600;
    justify-content: center;
    color: #2c7a7b;
    line-height: 1;
    background: #f5f8fc;
    border: 1px dashed #2c7a7b;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 16px;
}

div.nvhp-section-body.center {
    text-align: center;
    margin-top: 12px;
}

div.nvhp-offer-header {
margin-bottom: 24px
}

div.nvhp-offer-gu {
    background: #dae6f2;
    padding: 24px 0px;
}

div.nvhp-bs {
    background: #f5f8fc;
    padding: 32px 0px;
}

div.nvhp-faqs div.nvhp-section-header {
padding: 0px 20px
}

div.nvhp-faqs {
padding: 32px 0px
}

div.nvhp-offer-gu-item {
    font-size: 15px;
    font-weight: 500;
    display: flex
;
    align-items: center;
    gap: 8px;
}

img.nvhp-offer-gu-item-icon {
width: 15px
}

div.nvhp-offer-gu-list {
    line-height: 1;
    display: flex;
    flex-direction: column;
    gap: 18px;
    justify-content: center;
}

div.nvhp-offer-gu-split {
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

@media screen and (max-width: 999px) {

  span.nvhp-offer-sd-text-pre {
  display: none;
  }

}

  span.nvhp-offer-sd-text-green {
  color: #148421;
    font-weight: 700;
  }

  span.nvhp-offer-sd-bold {
  font-weight: 500;
  }

  div.nvhp-offer-sd{
  line-height: 1;
    display: flex
;
    justify-content: center;
    gap: 7px;
    align-items: center;
    margin-top: 20px;
}

div.nvhp-offer-sd-ball-front {
height: 7px;
    width: 7px;
    background: #148421;
    border-radius: 90px;
    border: 1px solid #ffffff;
    position: absolute
}

@keyframes pulse-fade {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}

div.nvhp-offer-sd-ball-back {
    height: 7px;
    width: 7px;
    background: rgba(20, 132, 33, 0.5);
    border-radius: 90px;
    position: absolute;
    animation: pulse-fade 1.3s ease-out infinite;
}

div.nvhp-offer-sd-ball {
display: flex;
align-items: center;
justify-content: center;
positive: relaive
}

div.nvhp-offer-sd-ball {
height: 14px;
width: 14px
}

div.nvhp-reviews-item {
    padding: 24px 20px;
    background: #fff;
    border-radius: 8px;
}

div.nvhp-reviews-main {
    display: flex
;
    flex-direction: column;
    gap: 16px;
    margin-top: 24px
}

img.nvhp-reviews-item-stars {
height: 18px
}

div.nvhp-reviews-item-title {
line-height: 1;
    font-size: 19px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 14px;
}

div.nvhp-reviews-item-body {
font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

div.nvhp-reviews-item-person {
display: flex
;
    align-items: center;
    font-weight: 600;
    color: #3b5254;
    font-size: 16px;
    line-height: 1;
    justify-content: space-between;
}

div.nvhp-section-title.flex {
    display: flex;
    flex-direction: column;
    align-items: center;
}

img.nvhp-section-title-image {
    max-width: 190px;
    margin-bottom: 20px;
}

img.nvhp-reviews-item-person-ver-icon {
width: 12px
}

div.nvhp-reviews-item-person-ver {
color: #3567de;
    display: flex
;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    gap: 4px;
    background: #f1f3fe;
    width: fit-content;
    line-height: 1;
    padding: 4px 9px 4px 4px;
    border-radius: 90px;
}

div.nvhp-faqs div.accordion-box.rounded.bg-custom {
padding: 0
}

div.nvhp-faqs-wrapper {
padding: 0px 20px
}

div.nvhp-faqs-more {
    background: #f5f8fc;
    padding: 20px;
    display: flex
;
    flex-direction: column;
    gap: 20px;
    border-radius: 6px;
    margin-top: 16px
}

div.nvhp-faqs-more-item-title {
line-height: 1;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 16px
}

div.nvhp-faqs-more-item-body {
    font-size: 15px;
    font-weight: 500;
    color: #3c5456;
    line-height: 1.55
}

div.nvhp-faqs-more-list {
    display: flex
;
    flex-direction: column;
    font-weight: 500;
    line-height: 1;
    font-size: 15px;
    gap: 14px;
}

div.nvhp-faqs-more-list-item {
display: flex
;
    align-items: center;
    gap: 6px;
}

img.nvhp-faqs-more-list-item-icon {
    width: 18px;
    margin-right: 3px;
}



@media screen and (max-width: 999px) {

  img.nvhp-hero-image.desktop {
  display: none;
  }

  div.nvhp-hero-benefits-list {
display: none
}

}



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

  img.nvhp-hero-image.mobile {
  display: none;
  }



}


img.nvhp-hero-image {
    max-width: 300px;
}

div.nvhp-hero-image-container {
    display: flex
;
    justify-content: center;
    margin-bottom: 20px;
}



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

  div.nvhp-hero-wrapper {
  max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 40px;
  }

  section.shopify-section.shopify-section--custom-html div.section.section-blends.section-full {
  padding: 0
  }

  div.nvhp-hero-columns {
    display: flex;
    align-items: center;
  }

  div.nvhp-hero {
  padding: 100px 0px;
  }

  div.nvhp-hero-text-tb {
  align-items: start;
  }

  div.nvhp-hero-benefits-list {
  flex-direction: column;
    gap: 14px;
  }

  div.nvhp-hero-image-container,
  div.nvhp-hero-text {
  width: 50%
  }

  div.nvhp-hero-title {
  text-align: left;
    font-size: 42px;
  }

  div.nvhp-hero-body {
  text-align: left;
    font-size: 18px;
  }

  div.nvhp-hero-benefits-item {
  font-size: 18px;
    gap: 9px;
  }

  img.nvhp-hero-benefits-item-icon {
  width: 18px
  }

  div.nvhp-hero-text-tb {
  margin-bottom: 40px
  }

  a.nvhp-cta {
    font-size: 18px;
    height: 74px;
  }

  img.nvhp-cta-icon {
      width: 17px;
    right: 30px;
  }

  div.nvhp-hero-benefits-list {
  font-weight: 400;
    margin-top: 24px;
  }

  img.nvhp-hero-image.desktop {
  padding-left: 100px;
  width: 100%;
  max-width: unset
  }

  div.nvhp-wrapper {
      max-width: 1200px;
    padding: 0px 60px;
    margin-left: auto;
    margin-right: auto;
  }

  div.nvhp-columns {
      display: flex;
    align-items: center;
    gap: 50px;
  }

  div.nvhp-columns-image-container, div.nvhp-columns-text {
  width: 50%;
  margin-bottom: 0
  }

  div.nvhp-lpf {
  padding: 80px 0px
  }

  div.nvhp-section-title {
  font-size: 30px;
  }

  div.nvhp-title-block.desktop {
      align-items: start;
    text-align: left;
  }

  div.nvhp-section-title {
  text-align: left
  }

  div.nvhp-section-subtitle {
  padding: 10px 16px;
    font-size: 16px;
    gap: 10px;
  }

  img.nvhp-section-subtitle-icon {
  width: 15px;
  }

  div.nvhp-section-cta-block {
  display: flex;
    flex-direction: column;
    align-items: start;
   
  }

  a.nvhp-cta {
    max-width: 400px;
    width: 400px;
    min-width: 400px
  }

  div.nvhp-sdn {
  padding: 80px 0px;
  }

  div.nvhp-reviews-item {
  width: 33.3333%
  }

  div.nvhp-reviews-main {
  flex-direction: row;
  }

  div.nvhp-reviews {
  padding: 80px 0px
  }

  div.nvhp-scroller div.offer-dec-feature-scroller {
  padding: 40px 0px
  }

  div.nvhp-scroller div.offer-dec-feature-scroller-point {
      font-size: 24px;
    font-weight: 500;
  }

  div.nvhp-scroller div.offer-dec-feature-scroller-item {
  gap: 60px;
    padding-left: 60px;
  }

  div.nvhp-scroller img.offer-dec-feature-scroller-point-icon {
  width: 24px
  }

  div.nvhp-offer-header {
        display: flex
;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }

  div.nvhp-offer-gu-split {
      display: flex
;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }

  img.nvhp-offer-gu-pi {
  max-width: 300px
  }

  div.nvhp-offer-gu-list {
      flex-direction: row;
  }

  div.nvhp-offer-gu {
      padding: 32px 0px;
  }

  div.nvhp-offer, div.nvhp-bs, div.nvhp-faqs {
  padding: 80px 0px
  }

  div.nvhp-faqs-wrapper {
      padding: 0px 60px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }

  div.nvhp-faqs-more-item {
  width: 50%
  }

  div.nvhp-faqs-more {
      display: flex
;
    flex-direction: row;
    padding: 32px;
    gap: 40px;
  }

  div.nvhp-faqs div.nvhp-section-header {
  max-width: 500px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
  }

  div.nvhp-faqs  div.nvhp-section-title {
  text-align: center
  }

  div.nvhp-faqs-more {
  margin-top: 40px
  }

  div.nvhp-sdn div.nvhp-columns {
  flex-direction: row-reverse
  }

  div.header__wrapper {
  padding-top: 24px;
  padding-bottom: 24px
  }

}


@media screen and (max-width: 999px) {

  div.npl-quiz-content {
  padding-bottom: 160px
  }

}

div.npl-adv-lwn div.npl-adv-header {
justify-content: center;
background: #633313;
}

div.npl-adv-lwn a.npl-adv-sticky-cta,
div.npl-adv-lwn a.npl-adv-offer-block-cta-button  {
background-color: #4b7826;
border: 2px solid #57882e;
}



div.npl-adv-lwn div.tt-sale-timer {
background: #f56500;
}

div.npl-adv-lwn div.npl-adv-progress-bar {
background-color: #ffede1;
}

div.npl-adv-lwn div.npl-adv-progress-bar-inner {
background: #633313
}

div.npl-adv-lwn div.npl-adv-hero-note {
background-color: #ffede1;
border-color: #633313;
color: #633313
}

div.npl-adv-lwn div.npl-adv-ab-item-title {
color: #351905
}

div.npl-adv-lwn div.npl-footer {
background: #351905
}

div.npl-adv-lwn span.npl-adv-headline-highlight {
color:  #f56500;
}

div.npl-adv-drjs div.npl-adv-header {
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}

div.npl-adv-drjs img.npl-adv-header-logo {
width: 200px
}


div.npl-adv-drjs a.npl-adv-sticky-cta,
div.npl-adv-drjs a.npl-adv-offer-block-cta-button  {
background-color: #4b7826;
border: 2px solid #57882e;
}

div.nonpl-header-logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 17px;
    border-bottom: 1px solid #e6e6e6;
}

img.nonpl-header-logo {
width: 165px
}

div.nonpl-pdp-title {
    font-size: 24px;
    line-height: 1.35;
    color: #1a1a1a;
    font-weight: 600;
}

div.npl-supp-offer-item-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

div.nonpl-pdp-buy div.npl-supp-offer-item-sub-benefits {
grid-template-columns: 1fr 1fr;
grid-auto-columns: 1fr;
align-items: stretch;
}

div.nonpl-pdp-buy a.npl-supp-offer-item.subscribe {
flex-direction: column;
}



div.nonpl-pdp-buy a.npl-supp-offer-item {
padding: 20px 16px
}



div.nonpl-pdp-buy a.npl-pdp-social-proof {
margin: 0
}

div.nonpl-pdp-title {
margin-bottom: 12px
}

div.nonpl-pdp-title-block {
margin-bottom: 20px;
margin-top: 24px;
}

div.nonpl-pdp {
padding: 0px 20px
}

@media screen and (max-width: 999px) {
div.nonpl-pdp-title-block.desktop {
display: none
}

div.nonpl-pdp-breview-container.desktop {
display: none
}

}

@media screen and (min-width: 1000px) {
div.nonpl-pdp-title-block.mobile {
display: none
}
}

div.nonpl-pdp-buy div.nlp-sli-carousel-main {
border-radius: 8px
}

div.nonpl-pdp-descr {
color: #3f3f3f;
    line-height: 1.4;
    font-size: 17px;
}

div.nonpl-pdp-features {

    color: #3f3f3f;
    line-height: 1.4;
    font-size: 17px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 18px;

}

div.nonpl-pdp-features-item {
    display: flex;
    align-items: start;
    gap: 9px;
}

img.nonpl-pdp-features-item-icon {
    width: 17px;
    margin-top: 5px;
}

div.nonpl-lsw {
    padding: 16px 14px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    margin-bottom: 20px;
}

div.nonpl-lsw-body {
    color: #3f3f3f;
    font-size: 12px;
    line-height: 1.5;
    display: flex
;
    flex-direction: column;
    gap: 12px;
    margin-top: 14px
}

img.nonpl-lsw-title-icon {
width: 22px
}

div.nonpl-lsw-title {
display: flex
;
    align-items: center;
    gap: 9px;
    font-weight: 500;
    font-size: 16px;
    color: #1a1a1a;
}

div.nonpl-atc-gu-item {
width: 33.33333%;
display: flex;
align-items: center;
justify-content: start;
gap: 10px;
font-size: 11px;
text-transform: uppercase;
font-weight: 500;
line-height: 1.3;
text-align: center;
flex-direction: column
}

img.nonpl-atc-gu-item-icon {
width: 40px;
}

div.nonpl-atc-gu {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

div.nonpl-tp-block{
padding: 16px;
    border: 1px solid #dcdcdc;
    border-radius: 7px;
    display: flex
;
    align-items: stretch;
    gap: 30px;
}

div.nonpl-tp-block-rating {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1;
    text-align: center;
    background: #f3f3f3;
    border-radius: 6px;
    justify-content: center;
}

div.nonpl-tp-block-rating-number {
font-size: 44px;
}

div.nonpl-tp-block-rating-score {
font-size: 20px;
    margin-top: 8px;
}

div.nonpl-tp-title {
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 24px;
}

div.nonpl-tp-block-details {
width: 100%;
}

div.nonpl-tp-block-tp-ver {
line-height: 1;
    background: #d9f7c1;
    width: 100%;
    color: #01680a;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px;
    border-radius: 6px;
}

img.nonpl-tp-block-tp-ver-icon {
width: 11px
}

img.nonpl-tp-block-tp-logo {
width: 110px
}

img.nonpl-tp-block-tp-stars {
    width: 140px;
    margin-top: 10px;
    margin-bottom: 12px;
}

div.nonpl-tp-block-brand {
    line-height: 1;
    color: #2e352f;
    font-size: 21px;
    margin-bottom: 10px;
}

div.nonpl-pdp-breview-container {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 24px;
}

div.nonpl-pdp-breview {
    padding: 32px;
    background: #e6fffb;
    font-size: 19px;
    text-align: center;
    line-height: 1.5;
}

div.nonpl-pdp-breview b {
color: #2c7a7b;
}

div.nonpl-content-section-title {
font-size: 24px;
    text-align: center;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 14px;
}

div.nonpl-content-wrapper {
padding: 0px 20px
}

div.nonpl-content-reviews {
padding: 40px 0px
}

div.nonpl-content-section-body {
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
}

div.nonpl-content-reviews-item-comment {
    box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.23);
    font-size: 13px;
    line-height: 1.5;
    padding: 14px;
    background: #eff2f5;
    border-radius: 12px;
}

div.nonpl-content-reviews-item-comment-name {
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}

div.nonpl-content-reviews-item-profile-picture-container {
    width: 35px;
    min-width: 35px;
}

div.nonpl-content-reviews-item {
    display: flex;
    gap: 16px;
}

div.nonpl-content-reviews-carousel  {
display: flex
}

div.nonpl-content-reviews-item-container {
min-width: 100%
}

div.nonpl-content-reviews-main {
overflow: hidden;
padding-bottom: 14px;
    margin-bottom: -14px;
}

div.nonpl-content-media {
    padding: 32px 0px;
    display: none
}

div.nonpl-content-icf {
padding-top: 32px
}

div.nonpl-scroller div.offer-dec-feature-scroller {
background: #e6fffb;
}

div.nonpl-content-media {
padding: 32px 0px;
    background: #f5f8fc;
    overflow: hidden;
}

div.nonpl-content-media-item {
border: 1px solid #c8cbcc;
    background: #fff;
    padding: 14px;
    display: flex;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    line-height: 1.45;
    flex-direction: column;
    gap: 12px;
    box-shadow: 0 4px 3px #0000001b;
    align-items: center;
    padding-top: 20px;
}

div.nonpl-content-media-item-container {
        grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    width: 100%;
    display: grid
;
    gap: 12px;
min-width: 100%;
}

div.nonpl-content-media-carousel {
    display: flex;
    gap: 12px;
    padding-right: 10px
}

img.nonpl-content-media-item-logo {
width: 70px
}

div.nonpl-content-section-header {
margin-bottom: 20px;
}

div.nonpl-content-icf {
    background: #f5f8fc;
}

div.nonpl-content-comp-main-list-item-container {
    display: flex;
    justify-content: center;
    line-height: 1;
}

div.nonpl-content-comp-main-list-item {
width: 50%;
display: flex;
align-items: center;
gap: 6px;
font-size: 12px;
height: 45px;
padding: 12px;
font-weight: 500;
line-height: 1.3
}

div.nonpl-content-comp-main-list-item.us {
    background: #2c7a7b;
    border-top-left-radius: 90px;
    border-bottom-left-radius: 90px;
    color: #ffffff;
    justify-content: end;
    flex-direction: row-reverse;
}

div.nonpl-content-comp {
    padding: 32px 0;
    background: #f5f8fc;
}

div.nonpl-content-comp-main-list-item.them {
    background: #fff;
    border-top-right-radius: 90px;
    border-bottom-right-radius: 90px;
}

div.nonpl-content-comp-main-list {
display: flex;
    flex-direction: column;
    gap: 9px;
}

img.nonpl-content-comp-main-list-item-icon {
width: 14px
}

div.nonpl-content-media div.nonpl-content-section-body {
padding: 0 16px;
}

div.nonpl-content-fav-list-item-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

div.msnpl-timer div.tt-sale-timer {

  background: #9e56c0

}

div.npl-rrs.msnpl {
margin-top: 40px
}

div.msnpl-pdp-left-review {
    background: linear-gradient(to right, #f3f7fb, #dffffa);
    line-height: 1;
    font-size: 12px;
    padding: 13px 10px;
    display: flex;
    justify-content: center;
}


@media screen and (max-width: 999px) {

div.msnpl-pdp-brev.desktop {
display: none
}

}

div.msnpl-pdp-right {
padding: 0px 20px
}

div.msnpl-pdp-authority {
margin-bottom: 12px;
}

div.npl-pdp-body-features div.npl-pdp-body,
div.npl-pdp-body-features {
font-size: 17px
}

div.npl-pdp-features {
    display: flex;
    flex-direction: column;
    line-height: 1;
    gap: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
}

div.npl-pdp-features-item {
    display: flex;
    align-items: center;
    gap: 9px;
}

img.npl-pdp-features-item-icon {
width: 19px
}

div.msnpl-pdp div.npl-supp-offer-item-sub-benefits {
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    width: 100%;
    display: grid;
    gap: 10px;
}

div.msnpl-pdp div.npl-supp-offer-item-sub-benefits-item {
width: 100%
}

div.msnpl-pdp a.npl-supp-offer-item {
padding: 20px 16px;
}


div.msnpl-pdp a.npl-supp-offer-item.subscribe {
flex-direction: column;
}

a.npl-supp-offer-item.non-sub.active {
border-color: #6a6d61;
background: #f7f7f7
}



img.supplement-pdp-guarantee-icon {
    width: 65px;
    min-width: 65px;
}

div.supplement-pdp-guarantee {
display: flex
;
    align-items: center;
    padding: 16px;
    background: #fcfff8;
    border: 1px solid #dde2d5;
    border-radius: 8px;
    gap: 16px;
    margin-top: 20px;
}

div.supplement-pdp-guarantee-body {
    line-height: 1.4;
    font-size: 13px;
}

div.supplement-pdp-guarantee-title {
    line-height: 1;
    font-size: 15px;
    font-weight: 600;
    color: #18380b;
    margin-bottom: 10px;
}

div.supplement-pdp-payment-icons-container {
margin-top: 16px;
    margin-bottom: 24px;
}

div.msnpl-supplement-pdp-faqs div.accordion__toggle.bold {
font-size: 15px
}

div.msnpl-supplement-pdp-faqs div.accordion-box  {
padding: 0;
    background: none;
    margin-top: 12px;
}

div.msnpl-supplement-pdp-faqs .circle-chevron {
background: #f3f7fb
}


div.msnpl-supplement-pdp-faqs .group[aria-expanded=true] .circle-chevron.group-expanded\:colors:not([disabled]) {
background: #063135
}

div.msnpl-wrapper {
padding: 0px 20px
}

div.msnpl-problem {
padding: 40px 0px
}

div.msnpl-showcase {
padding: 40px 0px;
background: #f3f7fb
}

div.msnpl-timeline {
padding: 40px 0px
}

div.msnpl-reviews {
padding: 40px 0px;
background: #f3f7fb
}

div.msnpl-comp {
padding: 40px 0px
}

div.msnpl-opt {
padding: 40px 0px;
background: #f3f7fb
}

div.msnpl-stats {
padding: 40px 0px;
}

div.msnpl-ingr {
padding: 40px 0px;
background: #f3f7fb
}

div.msnpl-column-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
}

div.msnpl-column-body {
    font-size: 17px;
    line-height: 1.5;
}

div.msnpl-column-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 20px;
}

@media screen and (max-width: 999px) {

div.msnpl-column-title.desktop {
display: none
}

}

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

div.msnpl-column-title.mobile {
display: none
}

}

div.msnpl-forecast {
padding: 40px 0px
}

div.msnpl-section-header-title {
font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 20px;
    text-align: center
}

div.msnpl-showcase div.msnpl-section-header-title {
text-align: center
}

div.msnpl-section-header-body {
    font-size: 17px;
    line-height: 1.5;
    text-align: center;
}

div.msnpl-showcase-features-main {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    width: 100%;
    display: grid;
    column-gap: 14px;
    row-gap: 24px
}

div.msnpl-showcase-columns {
display: flex;
    flex-direction: column;
    text-align: center;
    gap: 32px;
    margin-top: 32px;
}

div.msnpl-showcase-features-item {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center
}

div.msnpl-section-header {
margin-bottom: 24px
}

div.msnpl-showcase-columns-item-header {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px;
    margin-top: 24px;
}

div.msnpl-showcase-columns-item-body {
font-size: 17px;
    padding: 0px 8px;
    line-height: 1.5;
}

div.msnpl-column-body-timeline {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
}

div.msnpl-timeline-main {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 24px;
}

div.msnpl-timeline-item-icon-container {
    height: 70px;
    width: 70px;
    min-width: 70px;
    background: #f3f7fb;
    border-radius: 90px;
    border: 1px dashed #becccc;
    display: flex;
    justify-content: center;
    align-items: center
}

img.msnpl-timeline-item-icon {
width: 40px
}

div.msnpl-timeline-item {
    display: flex;
    align-items: start;
    gap: 16px;
}

div.msnpl-timeline-item-title {
    line-height: 1;
    font-size: 18px;
    font-weight: 700;
    color: #00404a;
    margin-bottom: 10px;
}

div.msnpl-timeline-item-body {
    font-size: 16px;
    color: #494949;
    line-height: 1.5;
}

div.msnpl-comp div.msnpl-section-header-title {
text-align: center
}

div.msnpl-comp-images {
display: flex;
align-items: center;
justify-content: center;
position: relative;
gap: 10px
}

div.msnpl-comp-images-item-wrapper {
width: 50%;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 14px;
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
border-radius: 6px;
background: #f3f7fb;
line-height: 1;
padding: 20px 12px;
color: #2c5c4c
}

div.msnpl-comp-images-item-wrapper.them {
background: #fff3f3;
color: #e93323
}

div.msnpl-comp-images-vs {
line-height: 1;
    height: 55px;
    width: 55px;
    min-width: 55px;
    display: flex
;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    border: 3px solid #063135;
    border-radius: 90px;
    font-size: 22px;
    font-weight: 600;
    color: #063135;
    position: absolute
}

div.msnpl-comp-images-item-container {
max-width: 100px;
}

div.msnpl-comp-item {
    line-height: 1;
    text-align: center;
    display: flex;
    justify-content: space-between;
    height: 44px;
    align-items: center;
    font-weight: 600;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.11);
    border-radius: 6px;
    padding: 0px 16px;
}

div.msnpl-comp-list {
display: flex;
flex-direction: column;
gap: 10px;
margin-top: 18px
}

img.msnpl-comp-item-icon {
width: 24px
}

div.msnpl-opt div.msnpl-section-header-title {
text-align: center
}

div.msnpl-opt-main-item  {
    padding: 20px 16px;
    border: 3px solid #4b9541;
    border-radius: 8px;
    line-height: 1;
    background: #ffffff
}

div.msnpl-opt-main-item.us {
box-shadow: 0 2px 2px #00000040;
}


div.msnpl-opt-main-item.them {
border: 1px dashed #b12b21
}

div.msnpl-opt-main-item-title {
color: #b12b21;
line-height: 1;
font-size: 16px;
font-weight: 600
}

div.msnpl-opt-main-item.them div.msnpl-opt-main-item-header-price {
color: #b12b21;
background: #fcefee
}

div.msnpl-opt-main-item-point {
    display: flex
;
    gap: 10px;
    font-size: 16px;
    padding-top: 16px;
    border-top: 1px solid #e6e6e6;
    line-height: 1;
}

div.msnpl-opt-main-item-list {
display: flex;
flex-direction: column;
gap: 16px;
}

div.msnpl-opt-main-item-header-price-tag {
    height: 34px;
    color: #4b9541;
    font-weight: 600;
    background: #e8fce9;
    width: fit-content;
    padding: 10px;
    border-radius: 6px;
}


div.msnpl-opt-main-item.them div.msnpl-opt-main-item-header-price-tag {
color: #b12b21;
background: #fcefee
}

div.msnpl-opt-main-item-header-price {
    display: flex
;
    align-items: center;
    gap: 8px;
}

span.msnpl-opt-main-item-header-price-secondary {
    font-weight: 500;
    color: #6d6d6d;
}

div.msnpl-opt-main-item-header {
display: flex
;
    justify-content: space-between;
    margin-bottom: 16px;
    align-items: center;
}

img.msnpl-opt-main-item-header-logo {
width: 100px
}


img.msnpl-opt-main-item-point-icon {
width: 17px
}

div.msnpl-opt-main {
display: flex;
    flex-direction: column;
    gap: 16px;
}

div.msnpl-offer-incl-title {
    line-height: 1;
    font-size: 18px;
    font-weight: 700;
}

img.msnpl-offer-incl-point-icon {
width: 17px;
    margin-top: 3px;
}

div.msnpl-offer-incl-point {
    display: flex
;
    align-items: start;
    gap: 9px;
    font-size: 16px;
    line-height: 1.5;
}

div.msnpl-offer-incl-list {
    display: flex
;
    flex-direction: column;
    gap: 14px;
    margin-top: 16px;
}

a.npl-pdp-atc.msnpl {
    background: #208e25;
    border-color: #3c9e4a;
}

a.msnpl-offer-cta {
background: #208e25;
        border: 2px solid #3c9e4a;
    height: 70px;
    width: 100%;
    display: flex
;
    border-radius: 8px;
    line-height: 1;
    color: #fff;
    align-items: center;
    justify-content: center;
        font-size: 16px;
    font-weight: 700;
}

div.msnpl-column-body.multi {
display: flex
;
    flex-direction: column;
    gap: 16px;
}

div.msnpl-ff {
background: #f3f7fb;
    padding: 40px 0px;
}

div.msnpl-offer {
padding: 40px 0px;
}

div.npl-sub-o-mem-benefits.msnpl {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0;
    margin-top: 20px;
}

div.msnpl-offer-cta-block-price {
    line-height: 1;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 16px;
    padding-top: 16px;
    border-top: 1px solid #e6e6e6;
    margin-top: 20px;
}

div.msnpl-offer div.msnpl-section-header-body {
font-weight: 600
}

div.msnpl-offer-payment-icons-container {
margin-top: 16px;
}

img.msnpl-offer-cta-icon {
height: 11px;
    margin-left: 16px;
}

div.msnpl-offer-tr-se {
display: flex
;
    align-items: center;
    line-height: 1;
    font-weight: 600;
    font-size: 13px;
    gap: 7px;
    justify-content: center;
}

div.npl-reviews-item.msnpl {
padding: 0px 14px
}

div.msnpl-reviews div.msnpl-wrapper {
display: flex;
flex-direction: column;
gap: 32px
}

div.msnpl-reviews div.npl-reviews-item-title {
    font-size: 18px;
    font-weight: 500;
    margin-top: 6px;
}

img.msnpl-logo {
width: 160px
}

div.msnpl-logo-container {
    box-shadow: 0 4px 4px #0000000f;
    position: relative;
    padding: 18px;
    display: flex
;
    justify-content: center;
}

div.msnpl-timer {
    position: sticky;
    top: 0;
    z-index: 20;
}

img.msnpl-offer-tr-se-icon {
width: 14px
}

div.msnpl-forecast-features {
    display: flex
;
    flex-direction: column;
    line-height: 1;
    gap: 16px;
    margin-top: 20px;
}

div.msnpl-forecast-features-item {
    display: flex;
    font-size: 17px;
    align-items: start;
    gap: 9px;
    line-height: 1.4
}

img.msnpl-forecast-features-item-icon {
        width: 19px;
    margin-top: 3px;
}

div.msnpl-stats-item-text {
    display: flex;
    align-items: center;
    gap: 12px;
}

div.msnpl-stats-item-number {
    line-height: 1;
    font-size: 27px;
    font-weight: 700;
    color: #007c7c;
}

div.msnpl-stats-item-text {
    flex-direction: column;
    align-items: start;
    font-size: 17px;
    line-height: 1.45;
    gap: 5px;
}

div.msnpl-stats-list {
    display: flex
;
    flex-direction: column;
    gap: 32px;
}

div.msnpl-stats-item-bar {
    height: 6px;
    background: #e2e2e2;
    border-radius: 90px;
    margin-top: 16px;
    width: 100%
}

div.msnpl-stats-item-bar-inner {
    height: 6px;
    background: #007c7c;
    width: 50%;
    border-radius: 90px;
}

div.msnpl-ingredients-more-tag {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: #727a85;
    text-align: 1;
    text-align: center;
}

/* Layout */
.msnpl-ingredients-list {
  display: grid;
      gap: 12px;
    margin-bottom: 20px;
}

/* Card */
.msnpl-ingredients-item {
  border: 2px solid #cadadd;           /* pale teal like screenshot */
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

/* Clickable top row */
.msnpl-ingredients-item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 22px;
  text-decoration: none;
  cursor: pointer;
}

/* Title + tag group */
.msnpl-ingredients-item-title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.msnpl-ingredients-item-title-text {
      font-weight: 600;
    font-size: 16px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #1f2628; /* near-black */
  
  display: inline-block;
}

/* Tag badge (e.g., 600MG) */
.msnpl-ingredients-item-tag {
  display: none
}

.msnpl-ingredients-item-tag-icon {
  width: 14px;
  height: 14px;
  display: inline-block;
  background: currentColor; /* fallback if no src */
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M13 2L3 14h7l-1 8 10-12h-7l1-8z"/></svg>') center/contain no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M13 2L3 14h7l-1 8 10-12h-7l1-8z"/></svg>') center/contain no-repeat;
}

/* Plus icon at right */
.msnpl-ingredients-item-top-icon-container {
  position: relative;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
}

.msnpl-ingredients-item-top-icon-line-hor,
.msnpl-ingredients-item-top-icon-line-ver {
  position: absolute;
  left: 50%;
  top: 50%;
      width: 16px;
    height: 2px;
  background: #1f2628;
  transform: translate(-50%, -50%);
  border-radius: 2px;
  transition: opacity .25s ease, transform .25s ease;
}
.msnpl-ingredients-item-top-icon-line-ver {
  transform: translate(-50%, -50%) rotate(90deg);
}

/* When open: turn + into − (hide vertical) */
.msnpl-ingredients-item.open .msnpl-ingredients-item-top-icon-line-ver {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0.5);
}

/* Content area (animated) */
.msnpl-ingredients-item-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height .28s ease;
  border-top: 2px solid #e6f0ef;
  background: #f9fdfc;
}

.msnpl-ingredients-item-content-body {
  display: block;
  padding: 16px 22px 22px;
  color: #2c3a3d;
  font-size: 16px;
  line-height: 1.5;
}

/* Hover/active polish */

.msnpl-ingredients-item.open {
  box-shadow: 0 1px 0 0 #cadecf inset, 0 2px 16px rgba(0,0,0,.06);
}

div.msnpl-showcase-columns-item-image-container,
div.msnpl-column-image-container,
div.msnpl-forecast-image-container {
border-radius: 8px;
overflow: hidden
}


div.msnpl-columns {
display: flex
;
    flex-direction: column;
    gap: 24px;
}

div.msnpl-offer {
    border-top: 1px solid #cdcdcd;
}




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

  div.msnpl-pdp-wrapper {
      display: flex;
    max-width: 1300px;
    padding: 0px 60px;
    margin-top: 45px;
    align-items: start;
    position: relative;
    gap: 30px;
    margin-left: auto;
    margin-right: auto
  }

  div.msnpl-pdp-left {
      position: sticky;
    top: 100px;
  }

  div.msnpl-pdp-left div.nlp-sli-carousel-slide {
  border-top-right-radius: 0;
    border-top-left-radius: 0;
  }

  div.msnpl-pdp div.nlp-sli-carousel-container {
  width: 100%
  }

  div.msnpl-pdp-left {
  width: 55%
  }

  div.msnpl-pdp-right {
  width: 45%
  }

  div.msnpl-pdp-left-review {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
      align-items: center;
    gap: 8px;
    font-size: 15px;
  }

  img.msnpl-pdp-left-review-stars {
  height: 15px
  }

  div.msnpl-pdp-brev.mobile {
  display: none
  }

  div.msnpl-columns {
  flex-direction: row;
  align-items: center;
  gap: 45px
  }

  div.msnpl-wrapper {
  max-width: 1300px;
    padding: 0px 60px;
    margin-left: auto;
    margin-right: auto
  }

  a.npl-pdp-social-proof {
      font-size: 17px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cdcdcd;
    padding-top: 4px;
  }

  img.npl-pdp-social-proof-stars {
      height: 16px;
    margin-right: 2px;
  }

  div.msnpl-column-item {
  width: 50%
  }

div.msnpl-problem,
div.msnpl-showcase,
div.msnpl-timeline,
div.msnpl-reviews,
div.msnpl-comp,
div.msnpl-ingr,
div.msnpl-stats,
div.msnpl-opt,
div.msnpl-forecast,
div.msnpl-offer,
div.msnpl-ff,
div.npl-rrs.msnpl,
div.nonpl-content-faq {
padding: 80px 0px
}

div.msnpl-pdp {
padding-bottom: 80px
}

div.msnpl-showcase-columns-item,
div.msnpl-opt-main-item {
width: 33.333333%
}

div.msnpl-showcase-columns {
flex-direction: row;
align-items: start
}

div.msnpl-comp div.msnpl-wrapper {
max-width: 900px
}

div.msnpl-comp-item {
height: 65px;
padding: 24px;
font-size: 19px
}

div.msnpl-comp-images-item-wrapper {
padding-top: 40px;
padding-bottom: 40px;
    gap: 24px;
    font-size: 16px;
}

div.msnpl-comp-images-item-container {
    max-width: 140px;
}

div.msnpl-comp-list {
    gap: 14px;
    margin-top: 32px;
}

img.msnpl-comp-item-icon {
width: 30px
}

div.msnpl-columns.rev {
flex-direction: row-reverse
}

div.msnpl-column-title, div.msnpl-section-header-title {
font-size: 32px
}

div.msnpl-section-header {
max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

div.msnpl-showcase-columns {
    margin-top: 80px;
}

div.msnpl-section-header {
margin-bottom: 40px
}

div.msnpl-column-body-timeline {
    font-size: 19px;
    max-width: 400px;
    margin-bottom: 42px;
}

div.msnpl-section-header-body {
    font-size: 18px;
    line-height: 1.6;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}

div.msnpl-opt-main {
    flex-direction: row;
}

div.msnpl-reviews div.msnpl-wrapper {
flex-direction: row
}

div.msnpl-forecast div.msnpl-column-title {
display: flex;
flex-direction: column;
}

div.msnpl-section-header-title.dtbr {
display: flex;
flex-direction: column;
}

div.msnpl-timeline-item-body {
font-size: 18px
}

div.msnpl-timeline-item-title {
font-size: 21px
}

div.msnpl-timeline-item-icon-container {
height: 85px;
    min-width: 85px;
    width: 85px;
}

div.msnpl-timeline-item {
gap: 24px
}

div.msnpl-timeline-main {
gap: 32px
}

div.msnpl-timeline-item-body {
max-width: 380px
}

div.msnpl-showcase-features-main {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

div.msnpl-showcase-features-item {
font-size: 17px;
    font-weight: 600;
}

div.msnpl-ff div.msnpl-showcase-columns {
margin-top: 0
}

div.msnpl-timer div.tt-sale-timer-text {
flex-direction: row;
}

div.msnpl-timer div.tt-sale-timer-subtitle {
font-weight: 500;
    font-size: 16px;
    margin-top: 0;
    padding-left: 10px;
    border-left: 2px solid;
    margin-left: 10px;
}

div.msnpl-offer-payment-icons-container,
div.npl-pdp-pi {
    display: flex;
    justify-content: center;
}

div.msnpl-offer-incl-point {
font-size: 18px
}

img.msnpl-offer-incl-point-icon {
width: 19px;
margin-top: 4px;
}

div.msnpl-offer-incl-title {
font-size: 21px;
    margin-bottom: 24px;
}

div.msnpl-offer-cta-block-price {
    font-size: 22px;
    margin-top: 32px;
    padding-top: 24px;
    margin-bottom: 24px;
}

div.npl-sub-o-mem-benefits.msnpl {
    margin-top: 32px;
    margin-bottom: 32px;
    color: #1a1a1a
}

img.msnpl-offer-payment-icons {
max-width: 350px
}

div.npl-sub-o-mem-benefits-title {
    font-size: 20px;
}

div.npl-sub-o-mem-benefits-item {
    font-size: 16px;
    gap: 8px;
    color: #1a1a1a
}

a.msnpl-offer-cta {
font-size: 18px
}

img.npl-sub-o-mem-benefits-item-icon {
width: 16px;
}

div.nonpl-lsw-title {
font-size: 18px
}

div.nonpl-lsw-body {
font-size: 16px;
}

div.nonpl-lsw.msnpl {
padding: 20px;
}

div.msnpl-offer-tr-se {
font-size: 15px;
}

img.msnpl-offer-tr-se-icon {
width: 14px
}




}





@media screen and (max-width: 999px) {

div.msnpl-pdp {
padding-bottom: 40px
}

div.msnpl-pdp-brev.mobile {
display: flex
;
    flex-direction: column;
    align-items: center;
    text-align: center;
}


img.msnpl-pdp-brev-stars {
    height: 14px;
    margin-bottom: 10px;
}


div.msnpl-supplement-pdp-faqs {
    border-bottom: 1px solid rgb(0, 0, 0, 0.12);
    margin-bottom: 24px;
}

img.msnpl-pdp-left-review-stars {
display: none
}

}




div.msnpl-stats-item.one div.msnpl-stats-item-bar-inner {
width: 99%
}

div.msnpl-stats-item.two div.msnpl-stats-item-bar-inner {
width: 87%
}

div.msnpl-stats-item.three div.msnpl-stats-item-bar-inner {
width: 94%
}

div.msnpl-stats-item.four div.msnpl-stats-item-bar-inner {
width: 89%
}

img.msnpl-showcase-features-item-icon {
width: 55px
}




/* AF Item */

div.af-countdown {
padding: 8px;
    line-height: 1;
    background: #C8202FFF;
}

div.af-countdown-sale-title {
    color: #fff;
    font-weight: 800;
    font-size: 15px;
    min-width: fit-content;
}

div.af-countdown-text {
    display: flex;
    align-items: center;
    gap: 8px;
}

div.af-countdown-wrapper {
display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center
}

div.af-countdown-discount-tag {
    text-transform: uppercase;
    font-weight: 800;
    background: #1a1a1a;
    color: #fff;
    padding: 7px 5px;
    border-radius: 5px;
    font-size: 13px;
    min-width: fit-content;
}

div.af-countdown-timer {
display: flex;
    align-items: center;
    text-align: center;
    gap: 2px;
}

div.af-countdown-item {
    line-height: 1;
    padding: 3px 4px;
    background: #fff;
    height: 100%;
    border-radius: 4px;
    width: min-content;
}

span.af-countdown-item-number {
    font-weight: 800;
    font-size: 14px;
}

div.af-countdown-seperator {
color: #ffffff;
font-size: 25px;
font-weight: 700
}

span.af-countdown-item-descriptor {
    font-size: 9px;
    text-transform: uppercase;
}

div.af-announcement-bar {
    background: #1a1a1a;
    color: #fff;
    line-height: 1;
    padding: 12px 0px;
    font-weight: 700;
    font-size: 15px;
}

div.af-announcement-bar-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 16px;
    gap: 10px;
}

div.af-announcement-bar-pulse-lower {
height: 7.5px;
width: 7.5px;
border-radius: 90px;
background: rgb(255, 0, 0);
}

div.af-announcement-bar-pulse {
height: 7.5px;
width: 7.5px;
border-radius: 90px;
border: 1px solid rgb(255, 0, 0);
position: absolute;
animation: pulse-out 2s infinite;
}

@keyframes pulse-out {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(3.4);
    opacity: 0;
  }
}

div.af-announcement-bar-pulse-container {
display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 7.5px;
    width: 7.5px;
}

div.af-hero {
background-size: cover;
justify-content: center;
background-image: url(https://assets.replocdn.com/projects/28f65535-d0e7-4230-a733-6cfdb12ebf13/41fc5863-7469-46e9-be1e-99ca6bdf6e5c);
background-repeat: no-repeat;
padding-bottom: 40px;
}

img.af-hero-logo {
width: 122px
}



dv.af-hero-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 24px;
}

div.af-hero-title {
font-size: 22px;
    font-weight: 700;
    text-align: center;
    line-height: 1.25;
    max-width: 260px;
    margin-bottom: 24px;
    font-family: "poppins", sans-serif;
}

div.af-hero-logo-container {
margin-bottom: 12px
}

a.af-cta {
    background-color: #FFA500FF;
    height: 48px;
    display: flex
;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 5px;
    font-family: "Roboto Serif", serif;
}


div.af-hero-text {
display: flex;
flex-direction: column;
align-items: center;
padding: 0px 24px
}

img.af-cta-social-proof-stars {
width: 100px
}

div.af-cta-social-proof {
display: flex;
justify-content: center;
gap: 10px;
padding-top: 9px;
font-family: "poppins", sans-serif;
}

div.af-cta-container {
position: relative
}

img.af-cta-animation {
width: 60px;
height: 60px
}

div.af-cta-container {
width: 100%
}

@keyframes floatAround {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(10px, -10px);
  }
  50% {
    transform: translate(-10px, 10px);
  }
  75% {
    transform: translate(10px, 10px);
  }
  100% {
    transform: translate(0, 0);
  }
}

div.af-cta-animation-container {
  position: absolute;
    top: -15px;
    right: 0;
  animation: floatAround 5s ease-in-out infinite;
}

div.af-press {
    background: #F1F1F1FF;
    border-top: 1px solid #1a1a1a;
    padding: 35px 0px
}

div.af-press-wrapper {
padding: 0px 20px
}

div.af-section-title {
font-size: 30px;
    text-align: center;
    font-weight: 700;
    line-height: 1.15;
    font-family: "poppins", sans-serif;
}

div.af-section-header {
padding-bottom: 20px
}

img.af-press-button-item-logo {
width: 60px;
padding-bottom: 16px;
opacity: 50%
}

a.af-press-button-item {
    width: 25%;
    display: flex;
    align-items: end;
    justify-content: center;
    border-bottom: 3px solid;
    border-color: #aeaeae;
}

div.af-press-button-list {
display: flex
}

a.af-press-button-item.active {
border-color: #1a1a1a
}

a.af-press-button-item.active img.af-press-button-item-logo  {
opacity: 1
}

div.af-press-content-list {
padding-top: 24px
}

div.af-press-content-item-quote {
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
        font-family: "helvetica-lt-pro", sans-serif;
}

div.af-press-content-item-by {
line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    margin-top: 16px;
    text-align: center;
        font-family: "helvetica-lt-pro", sans-serif;
}

div.af-press-content-item {
display: none;
font-family: "helvetica-lt-pro", sans-serif;
}

div.af-press-content-item.active {
display: block
}

div.af-one {
background-image: linear-gradient(180deg, #F1F1F1FF 44.07%, #1D7A18FF 100.00%);
font-family: "poppins", sans-serif;
}

div.af-one-text-wraper {
padding: 40px 20px;
}

div.af-one-body {
    font-size: 16px;
    text-align: center;
    line-height: 1.45;
}

div.af-one-title {
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 24px;
}

div.af-cta-container.one {
max-width: 310px;
margin-top: 20px
}

div.af-one-text-wraper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

div.af-cta-container.one div.af-cta-animation-container {
left: 0;
right: unset
}

div.af-gu-bar {
    padding: 14px 0px;
    background: #FAFAFA;
    font-family: "poppins", sans-serif;
}

div.af-gu-bar-wrapper {
padding: 0px 12px;
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
}

div.af-gu-bar-list {
display: flex;
justify-content: center;
flex-direction: column;
row-gap: 11px
}

img.af-gu-bar-item-icon {
width: 40px
}

div.af-gu-bar-item {
    display: flex
;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    line-height: 1.3;
}


div.af-features {
padding-bottom: 120px;
background-size: cover;
justify-content: center;
background-image: url(aqua-fairy-easter-kit), linear-gradient(180deg, #A2CDE5FF 31.19%, #FAFAFAFF 100.00%);
background-position-y: bottom;
padding-top: 40px;
font-family: "poppins", sans-serif;
}

div.af-features-wrapper {
padding: 0px 16px
}

img.af-section-header-animation-image {
width: 80px
}

div.af-section-header-animation-container {
padding: 0px 10px;
position: relative
}

div.af-section-header-animation {
position: absolute;
    top: -15px;
    right: 0;
    animation: floatAround 5s ease-in-out infinite;
}

div.af-features-list {
    display: flex
;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
    margin-bottom: 30px;
    padding-top: 20px
}

div.af-section-cta-gu {
display: flex
;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-top: 10px;
        gap: 7px;
}

div.af-section-cta-block {
display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}


div.af-cta-container.section {
max-width: 310px
}

div.af-section-cta-gu-icon {
    width: 18px;
    margin-bottom: -3px;
}

div.af-features-item-body {
font-size: 16px;
line-height: 1.45
}

div.af-features-item-title {
font-weight: 700;
font-size: 20px;
margin-bottom: 10px;
margin-top: 10px;
line-height: 1.3
}

div.af-features-item {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column
}

div.af-features-item-image-container {
width: 200px;
margin-bottom: 8px
}

div.af-reviews {
padding: 30px 0px
}

div.af-reviews-wrapper {
padding: 0px 10px
}

div.af-reviews div.af-section-header {
paddng: 0px 10px
}

div.af-reviews-main {
grid-template-columns: 1fr 1fr;
grid-auto-columns: 1fr;
align-items: stretch;
width: 100%;
display: grid;
gap: 10px;
padding-top: 10px;
font-family: "poppins", sans-serif;
}

div.af-reviews-item-content {
padding: 10px
}

div.af-reviews-item {
border: 1px solid;
    border-radius: 12px;
    overflow: hidden;
    background: #FAFAFAFF;
}

div.af-reviews-item-body {
font-size: 16px;
    line-height: 1.45;
    margin-top: 8px;
}

img.af-reviews-item-platform {
width: 20px
}

div.af-reviews-item-pp-container {
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 90px;
    overflow: hidden
}

img.af-reviews-item-platform {
width: 20px
}

div.af-reviews-item-details {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1;
}

div.af-reviews-item-name {
    color: #1a1a1a;
    font-weight: 700;
}

div.af-reviews-item-date {
color: #4f4f4f;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 5px;
}

div.af-reviews-item {
display: flex
;
    flex-direction: column;
    height: fit-content
}

div.af-review-columns-item-text {
padding: 40px 30px
}

div.af-review-columns-item-title {
margin-bottom: 12px;
font-size: 30px;
    text-align: left;
    font-weight: 700;
    line-height: 1.15;
}

div.af-review-columns-item-body {
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 1.5;
}



div.af-review-columns {
    background-image: linear-gradient(
  180deg,
  rgba(241, 241, 241, 0.65) 0%,
  rgba(29, 122, 24, 0.65) 60%,
  rgba(241, 241, 241, 0.65) 100%
);
    font-family: "poppins", sans-serif;
}

div.af-review-columns-item-image-point-tag {
    padding: 12px;
    background: #1a1a1a;
    width: fit-content;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    border-radius: 10px;
}

div.af-review-columns-item-image-point-sharp {
height: 0px;
    display: flex
;
    position: relative;
    min-width: auto;
    align-self: center;
    flex-basis: auto;
    min-height: auto;
    align-items: center;
    flex-shrink: 0;
    margin-bottom: -2px;
    justify-content: center;
    border-left-color: #00000000;
    border-left-style: solid;
    border-left-width: 14px;
    border-right-color: #14141400;
    border-right-style: solid;
    border-right-width: 14px;
    border-bottom-color: #141414FF;
    border-bottom-style: solid;
    border-bottom-width: 14px;
    width: fit-content;
}

div.af-review-columns-item-image-point {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    position: absolute
}

div.af-review-columns-item-image-point.top {
flex-direction: column
}

div.af-review-columns-item-image-point.top div.af-review-columns-item-image-point-sharp {
rotate: 180deg;
    margin-bottom: 0;
    margin-top: -2px;
}

div.af-review-columns-item-image-container {
position: relative
}

div.af-review-columns-item-image-point.bottom {
        top: auto;
        left: 30px;
        bottom: 60px;
}

div.af-review-columns-item-image-point.top {
        top: 30px;
        left: 160px;
}

div.af-ben-scroller {
background-size: contain;
background-image: url(https://cdn.shopify.com/s/files/1/0700/8659/0730/files/fonas_deal_zalias-ezgif.com-png-to-webp-converter.webp?v=1731182188);
color: #ffffff;
font-weight: 600;
padding: 10px 0px;
font-family: "poppins", sans-serif;
}

div.af-ben-scroller-item {
    display: flex
;
    gap: 30px;
    line-height: 1;
    }

div.af-ben-scroller-item-point {
min-width: fit-content;
}

div.af-ben-scroller-wrapper {
display: flex;
animation: scroll-left 10s linear infinite;
min-width: max-content;
}

div.af-ben-scroller-item {
padding-left: 30px
}

div.af-ben-scroller-item {
min-width: fit-content
}


@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}

div.af-ben-scroller.reverse div.af-ben-scroller-wrapper {
animation: scroll-right 10s linear infinite;
    display: flex;
    justify-content: start;
} 

div.af-offer {
padding: 40px 0px;
}

div.af-offer-wrapper {
padding: 0px 20px
}

div.af-offer-header-title {
    font-size: 38px;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    font-weight: 700;
    font-family: "roboto", sans-serif;
}

div.af-offer-header-body {

    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    padding-top: 4px;
    font-family: "roboto", sans-serif;

}

div.af-ben-scroller {
overflow: hidden
}

div.af-offer-header {
margin-bottom: 20px
}

div.af-offer-item {
border-radius: 8px;
overflow: hidden;
background-color: #CCCCCCFF;
background-image: url(https://assets.replocdn.com/projects/28f65535-d0e7-4230-a733-6cfdb12ebf13/41fc5863-7469-46e9-be1e-99ca6bdf6e5c);
background-size: cover
}

div.af-offer-item-tag {
background-color: #E23B3BFF;
color: #ffffff;
font-size: 18px;
line-height: 1.2;
padding: 12px;
display: flex;
align-items: center;
justify-content: center;
text-transform: uppercase;
font-weight: 800;
background-image: url(https://cdn.shopify.com/s/files/1/0700/8659/0730/files/d4edf493-4d8a-4e9b-b77a-d7debd9320c3-0-ezgif.com-resize.png?v=1731171029)
}

div.af-offer-item-container.two div.af-offer-item-tag {
background-image: url(https://cdn.shopify.com/s/files/1/0700/8659/0730/files/fonas_deal_zalias-ezgif.com-png-to-webp-converter.webp?v=1731182188);
}



div.af-offer-item-container.two div.af-offer-item {
background-image :none;
background: #D3EFFF
}

div.af-offer-main {
display: flex
;
    flex-direction: column;
    gap: 24px;
    font-family: "poppins", sans-serif;
}

div.af-offer-item-content-container {
padding-top: 24px;
padding-right: 16px;
padding-left: 16px;
padding-bottom: 14px
}

a.af-offer-item-cta {
    background-color: orange;
    height: 48px;
    display: flex
;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 5px;
    margin: 0px 16px;
}

div.af-header {
    position: sticky;
    top: 0;
    z-index: 10;
        font-family: poppins, sans-serif;
}

div.af-offer-item-cta-urgency-pulse-wrapper {
display: flex
;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 7.5px;
    width: 7.5px;
}

div.af-offer-item-cta-urgency-pulse {
    height: 7.5px;
    width: 7.5px;
    border-radius: 90px;
    border: 1px solid rgb(255, 0, 0);
    position: absolute;
    animation: pulse-out 2s infinite;
}

div.af-offer-item-cta-urgency-upper {
height: 7.5px;
    width: 7.5px;
    border-radius: 90px;
    background: red;
}

div.af-offer-item-cta-urgency {
    color: #1a1a1a;
    line-height: 1;
    font-weight: 700;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
        margin-top: 10px;
}

div.af-offer-item-tb {
    display: flex
;
    flex-direction: column;
    text-align: center;
    line-height: 1;
}

div.af-offer-item-title {
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    font-family: "Roboto Serif", serif;
}

div.af-offer-item-subtitle {
font-weight: 600;
    font-size: 18px;
    margin-top: 8px;
    font-family: "roboto", sans-serif;
}

img.af-offer-item-features-point-icon {
width: 18px;
    margin-top: 2px;
}

div.af-offer-item-features-point {
display: flex
;
    align-items: start;
    gap: 5px;
    font-size: 15px;
    line-height: 1.4;
}

div.af-offer-item-features {
  display: flex
;
    flex-direction: column;
    gap: 9px;
}

div.af-offer-item-price {
    display: flex
;
    flex-direction: column;
    align-items: center;
    line-height: 1;
    margin: 15px 0px;
}

div.af-offer-item-price-main {
display: flex;
    gap: 8px;
    font-size: 20px;
}

div.af-offer-item-price {
gap: 8px
}

div.af-offer-item-price-su {
font-weight: 500;
text-decoration: line-through
}

div.af-offer-item-price-main {
font-weight: 700
}

div.af-offer-item-price-savings {
font-size: 16px;
    text-transform: uppercase;
    background: #CC1C17;
    color: #fff;
    font-weight: 700;
    padding: 7px 5px;
}

div.af-offer-sc-title {
font-size: 18px;
    text-align: center;
    font-weight: 700;
    line-height: 1;
    font-family: "poppins", sans-serif;
}

div.af-offer-sc-image-container {
    display: flex;
    justify-content: space-between;
        padding: 0px 10px;
    margin-top: 5px;
}

img.af-offer-sc-image-item {
height: 50px
}

img.af-offer-sc-image-item {
width: 50px
}

img.af-offer-sc-image-item.adj {
width: 35px
}

div.af-offer-sc {
margin-top: 30px
}


/* Carousel Container */


div.af-offer-item-image-container {
    margin: 14px 0px;
    padding-bottom: 9px
}

        /* Image Container */
        .af-offer-item-carousel-wrapper {
            position: relative;
            width: 100%;
            overflow: hidden;
        }

        /* Image Track */
        .af-offer-item-carousel-track {
            display: flex;
            height: 100%;
            transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        }

        /* Individual Image */
        .af-offer-item-carousel-slide {
            min-width: 100%;
            height: 100%;
            position: relative;
        }

        .af-offer-item-carousel-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        /* Navigation Arrows */
        .af-offer-item-carousel-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.9);
            border: none;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            z-index: 2;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        }

        .af-offer-item-carousel-nav:hover {
            background: white;
            transform: translateY(-50%) scale(1.1);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
        }

        .af-offer-item-carousel-nav:active {
            transform: translateY(-50%) scale(0.95);
        }

        .af-offer-item-carousel-nav.af-offer-item-prev {
            left: 20px;
        }

        .af-offer-item-carousel-nav.af-offer-item-next {
            right: 20px;
        }

        .af-offer-item-carousel-nav::after {
            content: '';
            width: 12px;
            height: 12px;
            border-top: 3px solid #333;
            border-right: 3px solid #333;
        }

        .af-offer-item-carousel-nav.af-offer-item-prev::after {
            transform: rotate(-135deg);
            margin-left: 4px;
        }

        .af-offer-item-carousel-nav.af-offer-item-next::after {
            transform: rotate(45deg);
            margin-right: 4px;
        }

        /* Status Indicators */
        .af-offer-item-carousel-indicators {
            display: flex;
            justify-content: center;
            gap: 12px;
            margin-top: -20px;
    position: relative;
        }

        .af-offer-item-indicator {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #1a1a1a;
            opacity: 0.3;
            cursor: pointer;
            transition: all 0.3s ease;
            border: 2px solid transparent;
        }

        .af-offer-item-indicator:hover {
            background: #999;
            transform: scale(1.2);
        }

        .af-offer-item-indicator.af-offer-item-active {
            opacity: 1
        }

        div.af-steps {
        padding: 40px 0px;
        font-family: "poppins", sans-serif;
        }

        div.af-steps-wrapper {
        padding: 0px 20px
        }
        
        div.af-section-body {
        font-size: 18px;
    line-height: 1.4;
    text-align: center;
    margin-top: 16px;
        }
       

        
        div.af-steps-item {
        max-width: 300px;
    display: flex;
    flex-direction: column;
    border: 3px solid #1a1a1a;
    border-radius: 5px;
    overflow: hidden;
        }

        div.af-steps-item-content {
              padding: 20px 14px;
    border-top: 1px solid #1a1a1a;
        }

        div.af-steps-item-title {
            line-height: 1;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 14px;
        }

        div.af-steps-item-body {
        font-size: 15px;
    line-height: 1.5;
        }

        div.af-steps-main {
        display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
        }

  div.af-steps-item.highlight {
  background: #4F4F4F;
  color: #ffffff;
  border: 3px solid #1a1a1a;
  }

  div.af-faqs {
  background: #D3EFFF;
    border-top: 1px solid;
    padding: 40px 0px;
    font-family: "poppins", sans-serif;
}

div.af-faqs-wrapper {
padding: 0px 20px
}

div.af-faqs-section-ttile {
text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    line-height: 1.2
}





        .af-faqs-item {
            overflow: hidden;
            padding-bottom: 16px;
                border-bottom: 1px solid rgb(0, 0, 0, 0.2);
        }

        div.af-faqs-section-ttile {
        padding-bottom: 30px
        }

        div.af-faqs-container {
        display: flex;
        flex-direction: column;
        gap: 16px
        }


        .af-faqs-question {
            display: flex;
            align-items: center;
            cursor: pointer;
            user-select: none;
            transition: background-color 0.3s ease;
            position: relative;
                flex-direction: row-reverse;
                gap: 10px;
        }

       
        .af-faqs-question h3 {
            flex: 1;
            font-size: 16px;
            font-weight: 500;
            color: #2c3e50;
            line-height: 1.4;
        }

        .af-faqs-chevron {
            width: 24px;
            height: 24px;
            position: relative;
            flex-shrink: 0;
        }

        .af-faqs-chevron::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 12px;
            height: 12px;
            border-right: 2px solid #6b7280;
            border-bottom: 2px solid #6b7280;
            transform: translate(-50%, -65%) rotate(45deg);
            transition: transform 0.3s ease;
        }

        .af-faqs-item.af-faqs-active .af-faqs-chevron::before {
            transform: translate(-50%, -35%) rotate(-135deg);
        }

        .af-faqs-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease, padding 0.4s ease;
            padding-left: 34px;
            
        }
        div.af-faqs-answer p {
        padding-top: 16px
        }

        .af-faqs-item.af-faqs-active .af-faqs-answer {
            max-height: 500px;
        }

        .af-faqs-answer p {
            color: #4b5563;
            line-height: 1.6;
            font-size: 16px;
        }


        @media screen and (min-width: 1000px) {
        div.af-hero {
        padding: 40px 0px
        }

        div.af-hero-wrapper {
        padding: 0px 40px;
        max-width: 1200px;
        margin: auto
        }

        div.af-hero-text {
        padding: 0
        }

        div.af-hero-columns {
        display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
        }

        div.af-hero-image-container, div.af-hero-text-wrapper {
        width: 50%
        }

        div.af-hero div.af-cta-container {
        max-width: 340px
        }

        a.af-cta {
        font-size: 18px;
        height: 55px
        }

        div.af-hero-title {
        font-size: 28px;
        max-width: 300px;
        }

        div.af-announcement-bar {
        font-size: 16px
        }

        img.af-hero-logo {
        width: 150px
        }

        div.af-hero-logo-container {
        margin-bottom: 20px
        }

        a.af-cta {
        transition: background 0.3s ease, color 0.3s ease
        }

        div.af-hero a.af-cta {
        background: #40C338FF;
        }

        a.af-cta:hover {
        background: #4f4f4f;
        color: #ffffff
        }
        
        div.af-press-main {
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }

        div.af-press-content-item-quote {
        font-size: 18px;
        }

        div.af-press-content-item-by {
        font-size: 18px;
        margin-top: 20px
        }

        div.af-press-content-list {
        max-width: 370px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 32px
        }

        div.af-press {
        padding: 50px 0px
        }

        div.af-section-title {
        font-size: 16px
        }

       

        div.af-one-wrapper {
        display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 30px
        }

        div.af-one-image-container,
        div.af-one-text-wraper {
        width: 50%
        }

        img.af-one-image {
        width: 100%
        }

        div.af-one-text-wraper {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 60px;
        padding-right: 30px;
        text-align: left;
    justify-content: start;
    align-items: start;
        }

        div.af-one-body {
        text-align: left
        }
        
        div.af-one-title {
        text-align: left;
        font-size: 50px
        }
        
        div.div.af-cta-container.one {
        margin-top: 30px
        }

        div.af-gu-bar-list {
            flex-direction: row;
    gap: 32px;
    justify-content: space-between;
        }

        div.af-section-title {
        font-size: 50px
        }

        div.af-section-header-animation-container {
        max-width: fit-content;
    padding: 0px 90px;
    margin-left: auto;
    margin-right: auto;
        }

        div.af-features {
        padding-top: 80px;
        padding-bottom: 50px
        }

        div.af-features-list {
            flex-direction: row;
        }

        div.af-features-item {
        width: 25%
        }

        div.af-features-wrapper {
        padding: 0px 40px
        }

        div.af-features-list {
            flex-direction: row;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
        }

        div.af-reviews-wrapper {
        padding: 0px 40px
        }

        div.af-reviews-main {
            max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
        }

        div.af-reviews {
        padding: 50px 0px
        }

        div.af-review-columns-wrapper {
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto
        }

        div.af-review-columns-item {
            display: flex;
        align-items: center;
        }

        div.af-review-columns-item-image-container,
        div.af-review-columns-item-text  {
        width: 50%
        }

        div.af-review-columns-item.rev {
        flex-direction: row-reverse
        }

        div.af-review-columns-item-text-wrapper {
        max-width: 430px
        }

        div.af-review-columns-item-text {
        padding: 40px;
        display: flex;
        align-items: center;
        justify-content: center
        }

        div.af-review-columns a.af-cta {
        max-width: 350px
        }

        div.af-review-columns-item-title {
        font-size: 50px
        }

        div.af-review-columns-item-body {
        font-size: 18px
        }

        div.af-ben-scroller-item-point {
        font-size: 17px
        }

        div.af-ben-scroller {
        padding: 18px 0px
        }

        div.af-ben-scroller-item {
        gap: 60px;
        padding-left: 60px
        }

        div.af-offer-main {
        max-width: 970px;
        flex-direction: row;
        margin-left: auto;
        margin-right: auto;
        gap: 40px
        }

        div.af-offer-wrapper {
        padding: 0px 40px
        }

        div.af-offer {
        padding: 50px 0px
        }

        div.af-offer-header-title {
        font-size: 60px
        }

        div.af-offer-header-body {
        font-size: 20px
        }

        div.af-offer-header {
        margin-bottom: 40px
        }

        div.af-offer-header {
        font-size: 20px
        }

        div.af-offer-sc {
            max-width: 360px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
        }


        div.af-steps-main {
        flex-direction: row;
        }

        div.af-steps-item {
            max-width: unset;
        }

        div.af-steps-item {
        width: 25%
        }

        div.af-steps-main {
            max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
        }

        div.af-steps-wrapper {
        padding: 0px 40px
        }

        div.af-faqs {
        padding: 50px 0px
        }

        div.af-faqs-wrapper {
            max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 40px;
        }

        div.af-faqs-section-ttile {
        font-size: 50px
        }

        .af-faqs-question h3 {
        font-size: 18px;
        font-weight: 600
        }

        div.af-hero {
        background-image: url("https://assets.replocdn.com/projects/28f65535-d0e7-4230-a733-6cfdb12ebf13/9d7109ae-dd07-4856-b669-d00bf6fda0c3")
        }

        div.af-steps-main {
        align-items: start
        }

        a.af-cta {
        min-width: 350px
        }

        div.af-cta-container.section {
        max-width: fit-content;
        }

      }



       @media screen and (max-width: 999px) {
        div.af-section-title {
        display: flex;
        flex-direction: column;
        align-items: center
        }
      }


      div.nonpl div.nlp-sli-carousel-main {
      border-radius: 8px
      }

      div.nonpl-pdp-image-container {
      position: relative
      }

      div.nonpl-pdp-image-tag {
          text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    background: #9e56c0;
    width: fit-content;
    display: flex;
    align-items: center
;
    gap: 5px;
    line-height: 1;
    padding: 4px 7px;
    color: #fff;
    position: absolute;
    top: 12px;
    right: 12px;
    border-radius: 4px;
      }

      img.nonpl-pdp-image-tag-icon {
      width: 11px
      }

      div.nonpl-pdp div.nonpl-lsw {
      margin-top: 20px
      }

      div.nonpl-pdp-right div.nonpl-pdp-descr-features {
      margin-bottom: 20px
      }

     div.nonpl-header div.tt-sale-timer {
        background: #9e56c0;
     }


     a.scroll-control {
    display: flex
;
    align-items: center;
    justify-content: center;
    background: #fff;
    height: 55px;
    width: 55px;
    border-radius: 90px;
    border: 1.3px solid #2c7a7b;
     }

     img.scroll-carousel-icon {
    width: 9px;
     }

     div.nonpl-content-reviews-control-container {
        display: flex
;
    align-items: center;
    gap: 50px;
    justify-content: center;
    margin-top: 24px;
     }

     a.scroll-control.left img.scroll-carousel-icon {
    rotate: 180deg
     }

     div.nonpl-content-fav-list-item {
    display: flex
;
    flex-direction: column;
    gap: 14px;
     }


     div.nonpl-content-fav-list-item-title-ball {
        height: 20px;
    width: 20px;
    min-width: 20px;
    border: 2px solid #ffffff;
    border-radius: 90px;
    background: #2c7a7b;
     }

     div.nonpl-content-fav-list-item-title-container {
        display: flex;
    align-items: center;
    gap: 14px;
     }


     div.nonpl-content-fav-list-item-body {
    padding-left: 34px;
    font-size: 16px;
    line-height: 1.5;
     }

     div.nonpl-content-fav-main {
    display: flex;
    align-items: stretch;
     }

     div.nonpl-content-fav-list {
        display: flex;
    flex-direction: column;
    gap: 32px;
     }

     div.nonpl-content-fav-line {
    width: 5px;
    background-image: linear-gradient(
  to bottom,
  #2c7a7b 0%,
  #2c7a7b 75%,
  rgba(44, 122, 123, 0) 100%);
    min-height: 100%;
    min-width: 5px;
        margin-right: -12px;
    margin-top: 2px;
     }

     div.nonpl-content-fav {
      padding: 40px 0px
     }

     div.nonpl-content-science-item-text {
    flex-direction: column;
    align-items: start;
    font-size: 17px;
    line-height: 1.45;
    gap: 5px;
     }

     div.nonpl-content-science-item-number {
    line-height: 1;
    font-size: 27px;
    font-weight: 700;
    color: #007c7c;
     }


     div.nonpl-content-science-item-bar {
        height: 6px;
    background: #e2e2e2;
    border-radius: 90px;
    margin-top: 16px;
    width: 100%;
}

     div.nonpl-content-science-item-bar-inner {
height: 6px;
    background: #007c7c;
    width: 50%;
    border-radius: 90px;
    }

    div.nonpl-content-science-main {
        display: flex
;
    flex-direction: column;
    gap: 32px;
    }

   div.nonpl-content-science {
  padding: 32px 0;
    background: #f5f8fc;
   }

   div.nonpl-content-comments.one,
   div.nonpl-content-comments.two  {
  padding-bottom: 32px;
    background: #f5f8fc;
   }

   div.nonpl-content-comments-main {
  display: flex
;
    flex-direction: column;
    gap: 32px;
   }

   div.nonpl-content-drec-main {
      display: flex
;
    gap: 18px;
   }

   div.nonpl-content-drec-main-body {
      font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
   }

   div.nonpl-content-drec-main-title {
  line-height: 1.3;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
   }


   div.nonpl-content-drec {
  padding: 32px 0px;
   }
  
   div.nonpl-content-drec-main-image-container {
  width: 110px;
    min-width: 110px;
    border-radius: 55px;
    border: 1px solid #e6e6e6;
   }
   
   div.nonpl-content-wtr div.nonpl-content-section-title {
  text-align: left
   }

   div.nonpl-content-wtr {
  padding: 32px 0px
   }

   div.nonpl-content-wtr-title {
      font-size: 24px;
    text-align: left;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 14px;
        margin-bottom: 20px;
   }


  @media screen and (max-width: 999px) {
  div.nonpl-content-wtr div.nonpl-content-section-title {
  display: none
  }
  } 

  div.nonpl-content-wtr-founder-name {
      line-height: 1;
    font-weight: 500;
    margin-top: 20px;
  }

  div.nonpl-content-section-body {
      font-size: 15px;
    text-align: center;
    line-height: 1.5;
}

div.nonpl-content-why-item-title {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
    color: #2c7a7b;
    margin-bottom: 14px;
}

div.nonpl-content-why-item-body {
font-size: 16px;
    line-height: 1.5;
}

div.nonpl-content-why-list {
    display: flex
;
    flex-direction: column;
    gap: 32px;
}

div.nonpl-content-why {
padding: 32px 0px
}

div.nonpl-content-sc {
background: #f5f8fc;
padding: 32px 0px
}

div.nonpl-sc-ingredients {
    display: flex
;
    flex-direction: column;
    gap: 32px;
}

div.nonpl-sc-ingredients-item-title {
line-height: 1;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px
}

div.nonpl-tp-container {
margin-top: 24px
}




        /* Accordion item */
        .nonpl-sc-ingredients-item-ingredient {
            border-bottom: 1px solid rgb(0, 0, 0, 0.1);
    border-radius: 0;
    overflow: hidden;
        }


        div.nonpl {
            display: flex
;
    flex-direction: column;
        }
       

        /* Accordion header */
        .nonpl-sc-ingredients-item-ingredient-top {
            display: flex
;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    height: 60px;
        }

        div.nonpl-content-how {
        padding-bottom: 40px
        }
        

        /* Title */
        .nonpl-sc-ingredients-item-ingredient-top-title {
            font-size: 16px;
            font-weight: 600;
            color: #333;
            flex: 1;
            padding-right: 20px;
            line-height: 1.4;
            text-transform: uppercase;
        }

        /* Plus/Minus icon container */
        .nonpl-sc-ingredients-item-ingredient-top-icon-container {
            position: relative;
            width: 24px;
            height: 24px;
            flex-shrink: 0;
        }

        /* Icon lines */
        .nonpl-sc-ingredients-item-ingredient-top-icon {
            position: absolute;
            background-color: #1a1a1a;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .nonpl-sc-ingredients-item-ingredient-top-icon.hor {
            width: 12px;
            height: 1.5px;
            background: #1a1a1a;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .nonpl-sc-ingredients-item-ingredient-top-icon.ver {
            width: 1.5px;
            height: 12px;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        /* Rotate vertical line when active */
        .nonpl-sc-ingredients-item-ingredient.active .nonpl-sc-ingredients-item-ingredient-top-icon.ver {
            transform: translate(-50%, -50%) rotate(90deg);
            opacity: 0;
        }

        /* Body content */
        .nonpl-sc-ingredients-item-ingredient-body {
            max-height: 0;
            overflow: hidden;
            font-size: 16px;
            line-height: 1.5;
            transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), 
                        padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }

        /* Active state */
        .nonpl-sc-ingredients-item-ingredient.active .nonpl-sc-ingredients-item-ingredient-body {
            max-height: 200px; /* Adjust based on your content */
            padding-bottom: 24px;
        }

        .nonpl-sc-ingredients-item-ingredient.active .nonpl-sc-ingredients-item-ingredient-top {
            background-color: #f8f9fa;
        }

        
        div.nonpl-content-main-gu {
        padding: 0px 20px
        }

        div.nonpl-content-main-gu-columns-title {
            font-size: 24px;
    text-align: center;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 20px;
        }

        div.nonpl-content-main-gu {
        padding-bottom: 40px
        }

        div.nonpl-content-main-gu-columns-body {
            text-align: center;
    font-size: 15px;
    line-height: 1.5;
        }

        div.scroll-carousel {
            transition: transform 0.3s;
        }

        div.nonpl-content-reviews-item-container {
        padding: 0px 2px
        }


        a.scroll-control.inactive {
        opacity: 0.4
        }

        div.nonpl-content-comp-main-images-container {
            display: flex
;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    position: relative
        }

        div.nonpl-content-comp-main-image-item-container {
        width: 50%
        }

        div.nonpl-content-comp-main-image-vs-tag {
            position: absolute;
    background: #00404a;
    color: #fff;
    line-height: 1;
    height: 55px;
    width: 55px;
    display: flex
;
    justify-content: center;
    align-items: center;
    border-radius: 90px;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 24px
        }

        div.nonpl-content-comp-main-image-item-container {
            display: flex;
            flex-direction: column;
;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1;
    gap: 16px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
        }

        img.nonpl-content-comp-main-image-item {
        max-width: 110px
        }

        div.nonpl-content-comp-main-image-item-container {
        position: relative
        }

        img.nonpl-content-comp-main-image-item-tag {
            position: absolute;
        }

        div.nonpl-content-columns {
            display: flex
;
    flex-direction: column;
    gap: 30px;
        }

        div.nonpl-content-columns-image-container,
        div.nonpl-content-feature-image-container  {
        border-radius: 8px;
        overflow: hidden
        }

        div.nonpl-content-feature-image-section {
        padding-bottom: 32px;
    background: #f5f8fc;
        }

        div.nonpl-content-icf div.nonpl-content-section-header {
        margin-bottom: 0
        }

        div.nonpl-content-main-gu-columns-item, div.nonpl-content-wtr-image-container {
        border-radius: 8px;
        overflow: hidden
        }

        div.nonpl-content-main-gu-columns {
            display: flex
;
    flex-direction: column;
    gap: 24px;
        }

        div.nonpl-content-faqs div.npl-faqs div.npl-wrapper {
        padding-bottom: 0
        }


     img.nonpl-content-main-gu-columns-item-image {
      border-radius: 8px
     }

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

div.nonpl-pdp-columns {
            max-width: 1300px;
        display: flex
;
        margin-left: auto;
        margin-right: auto;
        padding: 0 60px;
        gap: 40px;
        align-items: start;
        position: relative
    
  }

  div.nonpl-pdp-left {
  width: 55%;
  position: sticky;
  top: 45px
  }

    div.nonpl-pdp-right {
  width: 45%
  }

  div.nonpl-pdp-left div.nlp-sli-carousel-container {
  width: 100%
  }

  div.nonpl-pdp-breview-container.desktop {
  margin-left: 0;
  margin-right: 0
  }

  div.nonpl-pdp-breview {
  font-size: 27px;
  display: flex;
  justify-content: center
  }

  div.nonpl-pdp-breview-text {
  max-width: 470px;
  }

  div.nonpl-pdp div.nonpl-pdp-title {
  font-size: 32px
  }

  div.nonpl-pdp-title-block.desktop {
  margin-top: 0
  }
  
  div.nonpl div.nonpl-pdp-descr {
  font-size: 20px;
  line-height: 1.55
  }
  
  div.nonpl  div.nonpl-pdp-features {
  font-size: 20px
  }

  div.nonpl  img.nonpl-pdp-features-item-icon {
        width: 19px;
    margin-top: 7px;
  }

  div.nonpl  a.npl-supp-offer-item  {
  padding: 30px
  }

  div.nonpl-pdp {
  padding-top: 45px
  }

  div.nonpl-pdp-breview.mobile {
  display: none
  }

  div.nonpl-pdp div.npl-pdp-review-item.desktop {
  display: none
  }

  div.nonpl-tp-block-rating {
  min-width: 40%
  }

  div.nonpl-pdp  span.npl-supp-offer-item-title {
  font-size: 20px
  }

  div.nonpl-pdp  div.npl-supp-offer-item-price-block {
  font-size: 20px
  }

   div.nonpl-pdp span.npl-supp-offer-item-frequency {
  font-size: 16px
  }

  div.nonpl-pdp div.npl-supp-quantity-item-title {
  font-size: 18px
  }

  div.nonpl-pdp div.npl-supp-quantity-item-price {
  font-size: 14px
  }

  div.nonpl-pdp div.npl-supp-offer-item-tag {
  font-size: 18px
  }

  div.nonpl-pdp  div.npl-supp-offer-item-sub-benefits {
  font-size: 13px;
    row-gap: 12px;
  }

  div.nonpl-pdp  div.npl-supp-offer-item-sub-benefits {
  font-size: 13px;
    row-gap: 12px;
    margin-top: 20px;
  }

  div.nonpl-pdp  svg.npl-supp-offer-item-sub-benefits-item-icon {
  width: 19px
  }

  div.nonpl-pdp  div.npl-supp-quantity-item-tag  {
  font-size: 12px;
  }

  div.nonpl-content-reviews-carousel {
  transform: translateX(0%);
    display: grid
;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-columns: 1fr;
    align-items: stretch;
    width: 100%;
    gap: 48px;
  }

  div.nonpl-content-wrapper {
  padding: 0px 60px;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }
  
  div.nonpl-content-reviews-control-container {
  display: none
  }

  div.nonpl-content-media-item-container.dthide {
  display: none
  }

  div.nonpl-content-media-item-container {
  min-width: unset
  }

  div.nonpl-content-columns {
      flex-direction: row;
    align-items: start;
    gap: 45px;
  }

  div.nonpl-content-columns-item.top-sticky {
  position: sticky;
    top: 45px;
  }

  div.nonpl-content-columns-item {
  width: 50%
  }

  div.nonpl-content-reviews {
  padding: 80px 0px;
    border-top: 1px solid #dcdcdc;
    margin-top: 80px;
  }

  div.nonpl-content-media {
  padding: 80px 0px
  }

  div.nonpl-content-sc {
  padding-bottom: 80px
  }

  div.nonpl-content-section-body {
  font-size: 30px
  }

  div.nonpl-content-section-title {
  font-size: 50px;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto
  }

  div.nonpl-content-why, div.nonpl-content-comp {
  padding: 80px 0px
  }

  div.nonpl-content-section-header {
  margin-bottom: 35px
  }

  div.nonpl-content-sc {
  padding-top: 80px
  }

  div.nonpl-sc-ingredients-item-title {
  font-size: 30px
  }

  span.nonpl-sc-ingredients-item-ingredient-top-title {
      font-size: 20px;
    font-weight: 500;
  }

  div.nonpl-content-comp-main {
      max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  div.nonpl-content-comp-main-list-item {
  text-transform: uppercase;
    font-size: 16px;
    gap: 12px;
    height: 55px;
    padding: 18px
  }

  img.nonpl-content-comp-main-list-item-icon {
  width: 17px
  }

  img.nonpl-content-comp-main-list-item-icon {
  width: 16px
  }

  div.nonpl-content-comp-main-image-item-text {
  font-size: 15px
  }

  div.nonpl-content-comp-main-image-item-container {
  gap: 20px
  }

  img.nonpl-content-comp-main-image-item {
  max-width: 150px;
  }

  div.nonpl-content-fav {
  padding: 80px 0px
  }

  div.nonpl-content-comp-main-list {
      gap: 14px;
  }

  div.nonpl-content-comp-main-images-container {
  margin-bottom: 32px
  }

  div.nonpl-content-fav-list-item-title {
      font-size: 20px;
  }

  div.nonpl-content-fav-list-item-title-ball {
  height: 24px;
    width: 24px;
    min-width: 24px;
    
  }

  div.nonpl-content-fav-list-item-body {
  font-size: 18px;
  padding-left: 40px;
  }

  div.nonpl-content-science {
  padding: 80px 0px
  }

  div.nonpl-content-fav-line {
  margin-right: -14.5px;
  }

  div.nonpl-content-section-body {
      max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }

  div.nonpl-content-science-main {
  flex-direction: row;
    gap: 40px;
  }

  div.nonpl-content-science-item {
  width: 33.3333%
  }

  div.nonpl-content-science-item-bar,
  div.nonpl-content-science-item-bar-inner {
  height: 8px
  }

  div.nonpl-content-science-item-number {
  font-size: 50px
  }

  div.nonpl-content-science-item-descr {
      line-height: 1.4;
    font-size: 23px;
    margin-top: 14px;
    margin-bottom: 32px;
  }

  div.nonpl-content-comments-main {
      display: grid
;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-columns: 1fr;
    align-items: stretch;
    width: 100%;
    gap: 30px;
  }

  div.nonpl-content-wrapper.narrow {
  max-width: 900px
  }

  div.nonpl-content-feature-image-container {
      max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }

  div.nonpl-content-comments, div.nonpl-content-feature-image-section, div.nonpl-content-comments.one, div.nonpl-content-comments.two  {
  padding-bottom: 80px
  }

  div.nonpl-content-drec {
  padding: 80px 0px
  }

  div.nonpl-content-wtr-image-container {
  display: none
  }

  div.nonpl-content-wtr-title {
  display: none
  }

  div.nonpl-content-how div.nonpl-content-wrapper {
  max-width: 900px
  }

  div.nonpl-content-wtr {
  padding-top: 0;
  padding-bottom: 80px
  }

  div.nonpl-content-main-gu-columns {
      flex-direction: row;
    align-items: center;
    gap: 40px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 60px;
  }

  div.nonpl-content-main-gu-columns-item {
  width: 50%
  }

  div.nonpl-content-main-gu-columns-title {
      text-align: left;
    font-size: 38px;
  }

  div.nonpl-content-section-bodyt {
  font-size: 18px;
    text-align: center;
    line-height: 1.55;
  }

  div.nonpl-content-main-gu-columns-body {
  font-size: 18px;
    text-align: left;
    line-height: 1.55;
  }

}


div.msnpl-pdp.ronpl a.npl-pdp-social-proof {
  padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0;
    margin-top: 0;
  }

  div.msnpl-pdp.ronpl div.npl-pdp-title.msnpl {
      padding-bottom: 16px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
  }

  div.msnpl-pdp.ronpl div.nlp-sli-carousel-slide {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  }

  div.msnpl-pdp.ronpl a.npl-pdp-atc {
  background: #208e25;
    border-color: #3c9e4a;
  }

  div.supplement-pdp-guarantee {
  margin-top: 10px
  }

  div.npl-pdp-body.ronpl {
      display: flex
;
    flex-direction: column;
    gap: 16px;
  } 

  div.ronpl-one {
      padding: 40px 0px;
    background: #f5f8fc;
  }

  div.ronpl-wrapper {
  padding: 0px 20px
  }

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

  div.ronpl-columns-item-title.mobile {
  display: none
  }


}

@media screen and (max-width: 999px) {

  div.ronpl-columns-item-title.desktop {
  display: none
  }


}

div.ronpl-columns-item-title {
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 20px;
}

div.ronpl-columns-item-body {
    font-size: 16px;
    line-height: 1.55;
}

div.ronpl-wrapper.multi-columns {
    display: flex
;
    flex-direction: column;
    gap: 40px;
}

div.ronpl-columns-item-features-list {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    line-height: 1.5;
    gap: 16px;
    margin-top: 18px;
}

div.ronpl-columns-item-features-item {
    display: flex
;
    align-items: start;
    gap: 9px;
}

img.ronpl-columns-item-features-icon {
width: 19px;
    margin-top: 5px;
}

div.ronpl-stats {
    padding: 40px 0px;
}

div.ronpl-section-header-title {
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 20px
}

div.ronpl-two {
padding: 40px 0px;
background: #f5f8fc;
}

div.ronpl-columns-item-features {
display: flex
;
    flex-direction: column;
}

div.ronpl-columns-item-features-title {
line-height: 1;
    font-size: 18px;
    font-weight: 700;
}

div.ronpl-columns-item-features-wrapper {
    display: flex
;
    flex-direction: column;
    gap: 32px;
    margin-top: 32px;
    margin-bottom: 32px
}

div.ronpl-reviews {
padding: 40px 0px
}

div.ronpl-reviews-main {
display: flex
;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    justify-content: center;
}

div.ronpl-po {
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

div.ronpl-timeline {
padding: 40px 0px;
background: #f5f8fc;
}

div.ronpl-comp {
padding: 40px 0px
}

div.ronpl-comp-main-item {
    display: flex
;
    align-items: stretch;
    height: 66px;
        border-bottom: 1px solid rgba(161, 161, 161, 0.46);
}

div.ronpl-comp-main-item-point {
display: flex
;
    align-items: center;
    justify-content: center;
    width: 95px;
    min-width: 95px;
}

img.ronpl-comp-main-item-point-icon {
width: 25px
}

div.ronpl-comp-main-item-text-block {
width: 100%;
    display: flex;
    justify-content: center;
    background: #00404a;
    color: #ffffff;
    align-items: center
}

div.ronpl-comp-main-container {
display: flex
}

div.ronpl-comp-main-item.us {
    display: flex
;
    flex-direction: column;
    align-items: center;
    gap: 12px;
        width: 97px;
        min-width: 97px;
        height: auto;
        border-bottom: 0;
        
}

div.ronpl-comp-main-who-feature `{
width: 100%;
}

div.ronpl-comp-main-who-feature {
    width: 100%;
    display: flex
;
    justify-content: center;
    background: #00404a;
    color: #fff;
    align-items: end;
    position: relative;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

div.ronpl-comp-main-who-vs {
    line-height: 1;
    height: 55px;
    width: 55px;
    min-width: 55px;
    display: flex
;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    border: 3px solid #063135;
    border-radius: 90px;
    font-size: 22px;
    font-weight: 600;
    color: #063135;
}

div.ronpl-comp-main-who-vs-container {
    position: absolute;
    top: -27.5px;
}

div.ronpl-comp-main-list {
background: #f3f7fb;
border-radius: 10px;
border: 2px solid #00404a;
}

div.ronpl-comp-main-list {
padding-top: 82px;
}

span.ronpl-comp-main-item-text-block-text {
font-size: 13px;
line-height: 1.3
}

span.ronpl-comp-main-who-feature-text {
    font-size: 14px;
    font-weight: 700;
}

div.ronpl-comp-main-container {
margin-bottom: -85px;
}

div.ronpl-comp-main-item-text-block.bottom {
    margin-bottom: -12px;
    padding-bottom: 12px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

img.ronpl-comp-main-item-image {
max-width: 80%
}

span.ronpl-comp-main-item-text {
font-size: 12px;
    font-weight: 600;
}

div.ronpl-comp-wrapper {
padding-top: 20px
}

a.npl-pdp-atc.msnpl {
    background: #208e25;
    border-color: #3c9e4a;
}

div.ronpl-timeline-item-line {
border-right: 3px dotted #00404a;
min-height: 100%;
}

div.ronpl-timeline-item-left {
    display: flex
;
    align-items: center;
    flex-direction: column;
}

div.ronpl-timeline-item {
display: flex
;
    gap: 20px;
}

div.ronpl-timeline-item-circle {
background: #00404a;
height: 30px;
width: 30px;
min-height: 30px;
border-radius: 90px;
display: flex;
align-items: center;
justify-content: center
}

div.ronpl-timeline-item-circle-inner {
    background: #129b97;
    height: 14px;
    width: 14px;
    border-radius: 90px;
}



div.ronpl-timeline-item-title-container {
    line-height: 1;
    font-size: 20px;
    font-weight: 700;
}

div.ronpl-timeline-item-main {
padding-top: 4px;
}

div.ronpl-timeline-item-title-container {
margin-bottom: 18px
}

div.ronpl-timeline-item-body-block {
    border: 2px solid #00404a;
    padding: 14px;
    border-radius: 8px;
    background: #fff;
}

div.ronpl-timeline-item.bottom div.ronpl-timeline-item-line {
display: none
}

div.ronpl-timeline-item {
padding-bottom: 32px
}

div.ronpl-timeline-item.bottom {
padding-bottom: 0
}

div.ronpl-stats-main {
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: grid;
    gap: 20px;
    row-gap: 32px
}

div.ronpl-section-header-body.bold {
    font-size: 17px;
    text-align: center;
    padding: 0px 8px;
}

div.ronpl-stats-bottom-body {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.45;
    text-align: center;
}

div.ronpl-stats-main {
margin: 32px 0px;
}

div.ronpl-stats-item {
    text-align: center;
    line-height: 1.5;
    display: flex
;
    flex-direction: column;
    gap: 8px;
}

div.ronpl-stats-item-number {
text-align: center;
    font-weight: 700;
    color: #007c7c;
    font-size: 36px;
    line-height: 1;
    padding-bottom: 5px;
}

div.msnpl-offer-note {
margin-top: 16px
}

div.msnpl-offer-note {

text-align: center

}

div.ronpl-drev {
background: #f3f7fb;
    border-radius: 8px;
    border: 1px solid #d3e1ed;
        display: flex
;
    align-items: end;
        margin-top: 16px;
}

div.ronpl-drev-text {
    padding: 16px 12px;
}

div.ronpl-drev-title {
line-height: 1;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 8px;
}

div.ronpl-drev-body {
font-size: 14px;
    line-height: 1.4;
}

div.ronpl-drev-doc {
   line-height: 1.3;
    margin-top: 13px;
    font-size: 12px;
    font-weight: 500;
    font-style: italic;
    color: #858585;
    max-width: 160px;
}

div.ronpl-drev-image-container {
    max-width: 100px;
    min-width: 100px;
    margin-right: 12px;
    margin-top: 12px;
}

div.ronpl-columns {
    display: flex
;
    flex-direction: column-reverse;
    gap: 24px;
}

div.ronpl-columns-item-image-container {
    border-radius: 8px;
    overflow: hidden;
}

div.msnpl-offer-payment-icons-container.ronspl {
margin-bottom: 16px
}

@media screen and (min-width: 1000px) {
div.msnpl-pdp.ronpl div.msnpl-pdp-wrapper {
    display: flex;
    gap: 40px;
    padding: 0px 60px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

div.msnpl-pdp.ronpl div.msnpl-pdp-right {
padding: 0;
width: 45%
}

div.msnpl-pdp.ronpl div.msnpl-pdp-left {
width: 55%
}

div.ronpl-columns {
    flex-direction: row;
    align-items: center;
    gap: 40px;
}

div.ronpl-columns-item-title {
text-align: left
}

div.ronpl-columns-item-body {
font-size: 18px
}

div.ronpl-wrapper {
padding: 0px 60px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

div.ronpl-wrapper.multi-columns {
gap: 80px
}

div.ronpl-columns.rev {
flex-direction: row-reverse
}

div.ronpl-columns-item-features-item {
font-size: 18px
}

div.ronpl-columns-item-features-list {
    margin-top: 32px;
    padding-left: 20px;
}

div.ronpl-one {
padding: 80px 0px
}

div.ronpl-stats {
padding: 80px 0px
}

div.ronpl-stats-main {
grid-template-columns: 1fr 1fr 1fr 1fr; 
}

div.ronpl-stats-item-number {
font-size: 35px
}

div.ronpl-stats-item-body {
font-size: 18px
}

div.ronpl-section-header-body.bold {
font-size: 18px
}

div.ronpl-stats-bottom-body {
    font-size: 18px;
    max-width: 550px;
    line-height: 1.6;
    margin-left: auto;
    margin-right: auto;
}

div.ronpl-stats-main {
margin: 40px 0px
}

div.ronpl-two {
padding: 80px 0px
}

div.ronpl-two div.ronpl-columns {
align-items: start
}

div.ronpl-two div.ronpl-columns-item.image {
position: sticky;
top: 110px
}

div.msnpl-pdp-brev.desktop.ronpl {
display: none
}

div.ronpl-columns-item-features-title {
font-size: 21px
}

div.ronpl-po, div.ronpl-reviews, div.ronpl-timeline, div.ronpl-comp {
padding: 80px 0px
}

div.ronpl-section-header div.ronpl-section-header-title {
margin-bottom: 40px
}

div.ronpl-timeline-item-body-block {
    font-size: 19px;
    padding: 32px;
    border-width: 3px
}

div.ronpl-timeline-main {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

div.ronpl-section-header-title {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

div.ronpl-timeline-item-title-container {

    font-size: 24px;
    margin-bottom: 20px;

}

div.ronpl-reviews-main {
flex-direction: row
}

div.npl-reviews-item.ronpl {
padding: 0
}

span.ronpl-comp-main-item-text-block-text {
font-size: 18px
}

div.ronpl-comp-main-item-point {
min-width: 250px;
width: 250px
}


 div.ronpl-comp-main-item.us {
min-width: 254px;
width: 254px
}

div.ronpl-comp-main-list {
    border: 4px solid #00404a;
}

img.ronpl-comp-main-item-point-icon {
width: 38px
}

div.ronpl-comp-main-item {
height: 80px
}

div.ronpl-comp-main-item-text-block.bottom {
    margin-bottom: -30px;
    padding-bottom: 30px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

div.ronpl-comp-main-who-feature {
            min-height: 160px;
        height: 160px;
}

div.ronpl-comp-main-who-feature,
div.ronpl-comp-main-item.us {
padding-bottom: 30px
}

div.ronpl-comp-main-container {
align-items: end
}

div.ronpl-comp-main-who-vs {
    height: 80px;
    width: 80px;
    font-size: 28px;
    border-width: 4px;
}

div.ronpl-comp-main-who-vs-container {
    position: absolute;
    top: -40px;
}

div.ronpl-comp-wrapper {
max-width: 1080px;
margin-left: auto;
margin-right: auto
}

img.ronpl-comp-main-item-image {
max-width: 180px
}

span.ronpl-comp-main-item-text,
span.ronpl-comp-main-who-feature-text {
font-size: 18px;
line-height: 1
}

div.ronpl-comp-main-list {
padding-top: 122px;
}

div.ronpl-comp-main-container {
    margin-bottom: -125px;
}

div.npl-rrs-wrapper.ronspl {
padding: 0px 60px
}

div.nonpl-content-faqs.ro {
padding: 80px 0px
}

div.npl-pdp-pi {
        display: flex
;
        justify-content: center;
        padding: 8px 0px;
}

img.npl-pdp-pi-icons {
        max-width: 350px;
}

div.nonpl-content-science-main {
align-items: start
}

div.nonpl-content-icf {
padding-top: 80px
}

div.ronpl-columns-item {
width: 50%
}


}

div.nonpl-content-wtr-main {
display: flex;
gap: 24px;
flex-direction: column
}

div.nonpl-content-comp-main-list-item.us {
text-align: right
}

div.nonpl-content-science-item-bar.one div.nonpl-content-science-item-bar-inner {
width: 100%
}

div.nonpl-content-science-item-bar.two div.nonpl-content-science-item-bar-inner {
width: 87%
}

div.nonpl-content-science-item-bar.three div.nonpl-content-science-item-bar-inner {
width: 94%
}

div.nonpl-content-drec-main {
align-items: center
}

div.nonpl-content-drec-main-image-container {
    width: 110px;
    min-width: 110px;
    border-radius: 55px;
    border: 1px solid #e6e6e6;
    background: #f2f4f6;
    overflow: hidden;
}

div.ronpl-comp-main-item-text-block {
    text-align: center;
    padding: 0px 12px;
}

div.alp-hero-title {
    font-size: 42px;
    line-height: 1.3;
    font-weight: 600;
}

div.alp-hero-body {
font-size: 18px;
line-height: 1.5;
}

div.alp-columns {
    display: flex;
    align-items: center;
    gap: 50px;
}

div.alp-columns.rev {
flex-direction: row-reverse
}

div.alp-hero {
padding: 80px 0px
}

div.alp-timeline {
padding: 80px 0px;
background: #f5fafc
}

div.alp-timeline-main {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

div.alp-hero-wrapper,
div.alp-wrapper  {
    max-width: 1200px;
    padding: 0px 60px;
    margin-left: auto;
    margin-right: auto;
}

div.alp-column-title {
    font-size: 42px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 24px
}

div.alp-column-body {
font-size: 18px;
line-height: 1.5;
}

div.alp-column-item {
width: 50%
}

div.alp-note {
background: #eef5f9;
    line-height: 1.45;
    font-size: 16px;
    border-left: 4px solid #00414b;
    padding: 20px;
}

div.alp-why {
background: #0a2d31;
    color: #fff;
    padding: 80px 0px;
}

img.alp-timeline-item-image {
width: 100px;
min-width: 100px;
border-radius: 5px
}

div.alp-timeline-item-top {
display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px
}

div.alp-timeline-item-details {
    display: flex;
    align-items: center;
    gap: 20px;
}

div.alp-timeline-item {
    border: 1px solid #99b4ba;
    border-radius: 7px;
    background: #ffffff;
}


div.alp-timeline-item-title {
    line-height: 1;
    color: #00424c;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 12px
}

div.alp-timeline-item-body {
line-height: 1.45;
    font-size: 14px;
    color: #494949;
}

div.alp-timeline-item-info {
padding-right: 24px
}

div.alp-section-title {
font-size: 42px;
    line-height: 1.3;
    font-weight: 600;
    text-align: center;
}

div.alp-section-header {
max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

span.alp-timeline-item-title-highlight {
color: #007e7d
}

div.alp-timeline-item-button {
    height: 30px;
    width: 30px;
    border: 1.5px solid #00424c;
    border-radius: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.alp-timeline-item-button-container {
padding-right: 18px
}

div.alp-timeline-main {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

div.alp-timeline-item.here {
border: 3px solid #cf1849;
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.23);
}

div.alp-timeline-item-button-line {
position: absolute
}

div.alp-timeline-item-button-line.hor {
    width: 12px;
    height: 1.5px;
    background: #00424c;
    border-radius: 90px;
}

div.alp-timeline-item-button-line.ver {
    height: 12px;
    width: 1.5px;
    background: #00424c;
    border-radius: 90px;
}

div.alp-timeline-item {
position: relative
}

div.alp-timeline-item-here-tag {
    position: absolute;
    line-height: 1;
    background: #cf1849;
    color: #fff;
    font-size: 11px;
    FONT-WEIGHT: 600;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 7px;
    padding-top: 3px;
    padding-bottom: 5px;
    padding-left: 9px;
    padding-right: 7px;
}

div.alp-timeline-warning {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    background: #fff3f3;
    padding: 20px;
    border: 1px solid #efd5df;
    border-radius: 7px;
}

div.alp-timeline-warning-title {
line-height: 1;
    display: flex
;
    align-items: center;
    gap: 8px;
    color: #cf1849;
    font-size: 18px;
    font-weight: 600;
}

div.alp-timeline-warning-body {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 15px;
}

img.alp-timeline-warning-title-icon {
width: 18px
}

div.alp-progress {
padding: 80px 0px
}

div.alp-progress-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 32px;
}

div.alp-progress-item-title {
    line-height: 1;
    font-weight: 600;
    font-size: 18px;
}

div.alp-progress-item-title {
    line-height: 1;
    font-weight: 600;
    font-size: 18px;
    color: #9e1335;
}

div.alp-progress-item-body {
    font-size: 16px;
    line-height: 1.45;
    margin-top: 14px;
    color: #3f3f3f;
}

div.alp-progress-item {
display: flex;
    align-items: start;
        gap: 32px;
}

div.alp-progress-item-icon-container {
    height: 80px;
    width: 80px;
    min-width: 80px;
    border: 1px dashed #ccd8dd;
    border-radius: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 44px;
}

div.alp-auth {
    background: linear-gradient(to top, #0a2d31 0%, #00424c 100%);
    color: #fff;
}


div.alp-auth-text {
font-family: "utopia-std", serif;
font-weight: 400;
font-style: italic;
font-size: 32px;
    line-height: 1.4;
    margin-bottom: 24px;
}

div.alp-auth-main {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
        display: flex;
        padding: 80px 0px
;
    flex-direction: column;
    align-items: center;
}

div.alp-auth-profile {
    width: 120px;
    display: flex
;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border: 2px solid;
    border-radius: 90px;
    margin-bottom: 24px;
}

div.alp-wrapper.doc {
position: relative
}

div.alp-auth-quote {
position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 300px;
    margin-top: -50px;
    opacity: 0.1;
}

div.alp-auth-quote.two {
    bottom: 0;
    margin-top: 0;
    top: unset;
    right: 0;
    left: unset;
    rotate: 180deg;
    margin-bottom: -50px;
}

div.alp-mech {
padding: 80px 0px
}

div.alp-column-body {
    display: flex
;
    flex-direction: column;
    gap: 24px;
}

div.alp-column-body-points-list {
    display: flex
;
    flex-direction: column;
    line-height: 1;
    gap: 16px;
}

div.alp-column-body-point {
display: flex
;
    align-items: start;
    gap: 9px;
    line-height: 1.5
}

div.alp-mech-science-block {
padding: 24px;
    border-radius: 7px;
    border: 1px solid #cdcdcd;
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.08);
    margin-top: 24px;
}

div.alp-mech-science-block {
font-size: 16px
}

div.alp-mech-science-item-text {
    color: #494949;
}

div.alp-mech-science-item-text b {
color: #00424c;
}

div.alp-mech-science-item {
    display: flex
;
    align-items: start;
    gap: 10px;
    line-height: 1.5
}

div.alp-mech-science-list {
    display: flex
;
    flex-direction: column;
    gap: 12px;
    margin: 16px 0px;
}

div.alp-intro div.nlp-sli-carousel-container {
width: 100%
}

div.alp-intro {
padding: 80px 0px;
    background: #f5fafc;
}

div.alp-intro-body {
    font-size: 18px;
    line-height: 1.5;
}

div.alp-intro-point-list {
    display: flex
;
    flex-direction: column;
    line-height: 1;
    gap: 12px;
    margin: 24px 0;
    font-size: 18px;
}

img.alp-cta-icon {
position: absolute;
    right: 23px;
    width: 16px;
}

div.alp-cta-block.hero {
    margin-top: 24px;
}

div.alp-intro-gu.hero {
margin-top: 20px
}

a.alp-cta {
background: #208e25;
    border: 2px solid #3c9e4a;
    height: 70px;
    width: 100%;
    display: flex
;
    border-radius: 8px;
    line-height: 1;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.23);
    position: relative
}

div.alp-intro-more {
padding: 24px;
    border-radius: 7px;
    border: 1px solid #cdcdcd;
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.55;
    background: #fff;
    margin-bottom: 24px;
}

div.alp-mech-science-item-number {
line-height: 1;
    background: #00424c;
    color: #fff;
    font-size: 12px;
    width: 19px;
    height: 19px;
    min-width: 19px;
    border-radius: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-top: 3px;
}

div.alp-intro-point {
    display: flex
;
    align-items: center;
    gap: 9px;
}

div.alp-intro-gu {
    display: flex
;
    align-items: center;
    gap: 16px;
    font-size: 16px;
    color: #143f49
}

img.alp-intro-gu-icon {
width: 50px
}

div.alp-guse-wrapper {
    display: flex
;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    gap: 70px;
}

div.alp-guse-image-container {
position: relative
}

img.alp-guse-image-tag {
    position: absolute;
    width: 100px;
    top: 100px;
    right: 100px;
}

div.alp-guse {
    background: linear-gradient(to top, #eff5f9 0%, #ffffff 100%);
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px bottom #cdcdcd
}

div.alp-pints {
padding: 80px 0px
}

img.alp-guse-image {
max-width: 500px
}

div.alp-guse-image-container, div.alp-guse-text {
width: 50%
}

div.alp-guse-image-container {
padding-top: 80px
}

div.alp-guse-title {
font-size: 42px;
    line-height: 1.3;
    font-weight: 600;
}

div.alp-guse-body {
font-size: 18px;
    line-height: 1.5;
    margin-top: 16px;
    margin-bottom: 24px;
}

div.alp-guse-doc-tag {
margin-bottom: 24px
}

div.alp-guse-doc-tag div.ronpl-drev {
background: #ffffff;
    align-items: center;
}

div.alp-guse-doc-tag div.ronpl-drev-text {
padding-left: 24px
}

div.alp-guse-doc-tag div.ronpl-drev-doc {
max-width: unset
}

div.alp-guse-doc-tag div.ronpl-drev-image-container {
margin-right: 20px;
    margin-top: 20px;
}

div.alp-guse-doc-tag div.ronpl-drev-body {
font-size: 16px
}

div.alp-guse-doc-tag div.ronpl-drev-title {
    text-transform: uppercase;
    color: #007e7d;
    margin-bottom: 17px;
}

div.alp-revs-item {
padding: 24px;
    line-height: 1;
    border: 1px solid #7cb8d0;
    border-radius: 7px;
}

div.alp-revs {
padding: 80px 0px
}

div.alp-revs-main {
    display: flex;
    gap: 16px;
}

div.alp-revs-item-rating {
    display: flex
;
    align-items: center;
    gap: 9px;
    margin-bottom: 24px;
}

img.alp-revs-item-stars {
    height: 14px;
}

div.alp-revs-item {
width: 33.333333%
}

div.alp-revs-item-title {
font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    color: #00414b;
}

div.alp-revs-item-body {
    line-height: 1.5;
    margin-top: 16px;
    margin-bottom: 22px;
}

div.alp-revs-person {
    display: flex
;
    align-items: center;
    justify-content: space-between;
}

img.alp-revs-ver-icon {
width: 14px
}

div.alp-revs-ver {
display: flex
;
    align-items: center;
    font-size: 13px;
    gap: 6px;
    font-weight: 500;
    color: #007e7d;
}

div.alp-revs-ben {
display: flex
;
    line-height: 1;
    gap: 10px;
    margin-top: 24px;
}

div.alp-revs-ben-item {
    background: #eef5f9;
    height: 30px;
    display: flex
;
    align-items: center;
    padding: 0px 13px;
    border-radius: 90px;
    color: #007e7d;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #00a7a2;
}

div.alp-revs-reviewer {
    font-size: 13px;
    font-weight: 500;
    color: #606060;
}

div.alp-fdis {
    background: linear-gradient(to top, #0a2d31 0%, #00424c 100%);
    color: #fff;
    padding-top: 80px;
}

div.alp-section-body {
    font-size: 18px;
    text-align: center;
    line-height: 1.55;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
}

div.alp-fdis-columsn {
    display: flex
;
    align-items: end;
    gap: 40px;
    justify-content: space-between
}

div.alp-fdis-list {
padding-bottom: 80px;
width: 50%;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: grid
;
        row-gap: 32px;
    padding-top: 32px;
}

div.alp-fdis-item {
    display: flex
;
    align-items: center;
    flex-direction: column;
    line-height: 1;
    font-size: 18px;
    font-weight: 500;
    gap: 18px;
}

div.alp-fdis-image-container {
width: 50%
}

div.alp-fdis-image-container {
    display: flex
;
    align-items: end;
    justify-content: center;
    position: relative;
    max-width: 375px
}

img.alp-logo {
width: 145px
}

div.alp-fdis-item-icon-container {
height: 55px;
    width: 55px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.23);
    display: flex;
    align-items: center;
    justify-content: center
}

div.alp-logo-container {
display: flex
;
    justify-content: center;
    padding: 22px;
    border-bottom: 1px solid #cdcdcd;
}

img.alp-fdis-item-icon {
width: 35px
}

img.alp-fdis-image-bottle {
    position: relative;
    z-index: 1;
}

img.alp-fdis-image-bdes {
    position: absolute;
    min-width: 180%;
    margin-right: 2%;
    opacity: 0.5;
}

div.alp-hero-author {
    display: flex
;
    align-items: center;
    gap: 14px;
}

div.alp-hero-author-name-container {
    display: flex
;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 7px;
}

div.alp-hero-author-image-container {
width: 45px
}

div.alp-hero-author {
margin-top: 21px
}

div.alp-timeline-main {
gap: 12px
}

div.alp-hero-author-position {
line-height: 1;
    font-size: 13px;
    font-weight: 500;
    color: #007e7d;
}

img.alp-column-item-image {
border-radius: 7px
}





div.alp-hero-article-details {
line-height: 1;
    margin-top: 20px;
    padding-top: 16px;
    color: #494949;
    border-top: 1px solid #cdcdcd;
}

img.alp-intro-point-icon {
width: 15px
}

div.alp-column-body-point-icon {
height: 6px;
    width: 6px;
    min-width: 6px;
    background: #00414b;
    border-radius: 90px;
    margin-top: 9px
}

@media screen and (max-width: 999px) {


  div.alp-hero-wrapper, div.alp-wrapper {
  padding: 0px 20px
  }

  div.alp-hero,
  div.alp-why  {
  padding: 40px 0px
  }

  div.alp-section-title {
  font-size: 23px
  }


  div.alp-column-item {
  width: 100%
  }

  div.alp-pints div.msnpl-opt-main-item-point {
      font-size: 14px;
    align-items: center;
  }

  img.msnpl-opt-main-item-point-icon {
  width: 15px;
  }

  div.alp-columns, div.alp-columns.rev {
  flex-direction: column-reverse
  }

  div.alp-hero div.alp-column-item.image {
  display: none
  }

  div.alp-column-body {
  font-size: 16px
  }

  div.alp-hero-title {
  font-size: 27px;
  margin-bottom: 20px;
  color: #0a2d31
  }

  

  div.alp-hero-body {
  font-size: 16px
  }

  div.alp-column-title {
  font-size: 23px
  }

  div.alp-note  {
      font-size: 14px;
    padding: 16px;
    margin-top: 20px;
  }

  img.alp-timeline-item-image {
      min-width: 70px;
    width: 70px;
  }

  div.alp-timeline-item-button-container {
  padding-right: 9px
  }

  div.alp-timeline-item-details {
  gap: 16px
  }

  div.alp-timeline-item-title {
      margin-bottom: 0;
    font-size: 16px;
    line-height: 1.4;
  }

  span.alp-timeline-item-title-par {
  display: none
  }

  div.alp-timeline-item-body {
  margin-top: 5px
  }

  div.alp-timeline {
  padding: 40px 0px
  }

  div.alp-timeline-warning-title {
  font-size: 16px
  }

  img.alp-timeline-warning-title-icon {
  width: 15px
  }

  div.alp-timeline-warning-body {
  font-size: 16px
  }

  div.alp-progress {
  padding: 40px 0px
  }

  div.alp-progress-item-body {
  font-size: 16px;
  margin-top: 10px;
  }

  div.alp-progress-item-title {
  font-size: 16px
  }

  div.alp-progress-item {
  gap: 20px
  }

  div.alp-auth-main {
  padding: 40px 0px
  }

  div.alp-auth-text {
  font-size: 20px
  }

  div.alp-auth-profile {
  width: 85px
  }

  div.alp-auth-quote {
      width: 130px;
    margin-top: -20px;
  }

  div.alp-auth-quote.two {
    margin-bottom: -20px;
  }

  div.alp-mech {
  padding: 40px 0px
  }

  div.alp-mech-science-block {
  font-size: 16px
  }

  div.alp-mech-science-item-number {
  margin-top: 2px
  }

  div.alp-section-header {
  margin-bottom: 24px
  }


  div.alp-fdis {
  overflow: hidden
  }

  div.alp-guse-wrapper {
      padding: 0px 20px;
    gap: 24px;
    flex-direction: column-reverse;
    
  }

  img.alp-guse-image {
  max-width: 100%
  }

  div.alp-revs-main {
  flex-direction: column;
  }

  div.alp-revs-item {
  width: 100%
  }


  div.alp-guse-image-container, div.alp-guse-text {
  width: 100%
  }

  div.alp-guse-image-container {
  padding-top: 0
  }

  img.alp-guse-image-tag {
  display: none
  }

  div.alp-guse-title {
      font-size: 23px;
    text-align: center;
  }

  div.alp-guse-body {
      font-size: 14px;
    text-align: center;
  }

  div.alp-guse-text {
      display: flex
;
    flex-direction: column;
    align-items: center;
  }


  div.alp-cta-block {
  width: 100%
  }

  img.alp-guse-title-symbol {
      width: 90px;
    margin-bottom: 24px;
  }

  div.alp-guse {
  padding-top: 40px
  }

  div.alp-guse-doc-tag div.ronpl-drev-body {
  font-size: 14px
  }

  div.alp-guse-doc-tag div.ronpl-drev-title {
  font-size: 12px
  }
  
  div.alp-guse-doc-tag div.ronpl-drev-body {
  font-size: 13px
  }

  div.alp-guse-doc-tag div.ronpl-drev-title {
  font-size: 12px
  }

  div.alp-guse-doc-tag div.ronpl-drev {
  align-items: end;
  }

  div.alp-guse-doc-tag div.ronpl-drev-text {
      padding-left: 20px;
      padding-top: 20px;
      padding-bottom: 20px;
      font-size: 13px
  }

  div.alp-guse-body {
  margin-bottom: 8px
  }

  div.alp-guse-image-container {
  display: none
  }

  div.alp-guse {
  padding-bottom: 40px
  }

  div.alp-revs-item-title {
  font-size: 16px
  }

  div.alp-revs-ver {
  font-size: 11px
  }

  img.alp-revs-ver-icon {
  width: 12px
  }

  div.alp-intro {
  padding: 40px 0px
  }
  
  div.alp-intro div.alp-columns {
  flex-direction: column-reverse
  }

  div.alp-columns {
  gap: 24px
  }

  div.alp-column-item  a.npl-pdp-social-proof {
  margin-top: 0
  }

  div.alp-intro-body {
  font-size: 16px
  }

  div.alp-intro-point {
  font-size: 16px
  }

  div.alp-pints, div.alp-revs {
  padding: 40px 0px
  }

  div.alp-intro-more {
      font-size: 14px;
    padding: 16px;
  }

  div.alp-intro-gu-text {
  font-size: 14px
  }

  img.alp-intro-gu-icon {
      width: 35px;
    min-width: 35px;
  }

  div.alp-intro-gu {
  gap: 12px;
  }

  div.alp-fdis-columsn {
      flex-direction: column;
    align-items: center;
  }

  div.alp-fdis-list {
  width: 100%
  }

  div.alp-section-body {
  font-size: 16px
  }

  div.alp-fdis-list {
  padding-top: 0
  }

  div.alp-fdis-item {
  font-size: 14px
  }

  div.alp-fdis-list {
  column-gap: 24px
  }

  div.alp-fdis-image-container {
  width: 100%
  }

  img.alp-fdis-image-bottle {
      max-width: 190px;
  }

  img.alp-fdis-image-bdes {
  min-width: 130%;
  opacity: 0.3
  }

  div.alp-fdis-list {
  padding-bottom: 0
  }

  div.alp-fdis {
  padding-top: 40px
  }

  div.alp-offer {
  padding: 40px 0px
  }

  div.alp-offer div.npbi-offer-main-wrapper {
  padding: 0
  }

  div.alp-hero {
  padding-top: 24px
  }

  div.alp-intro div.nlp-sli-carousel-main {
  border-radius: 7px
  }

  div.alp-timeline-item-button-container {
  padding-right: 8px
  }

}

div.nonpl-content-faqs.alp details.accordion.group {
    border: 1px solid rgb(205, 205, 205);
    border-radius: 7px;
    padding-left: 16px;
    padding-right: 16px;
    background: #ffffff
}

div.nonpl-content-faqs.alp div.accordion__toggle.bold {
font-size: 14px
}

div.nonpl-content-faqs.alp div.npl-faqs div.accordion-box.rounded.bg-custom {
border-top: 0;
    display: flex
;
    flex-direction: column;
    gap: 16px;
    background: none
}


/* Accordion functionality styles */
div.alp-timeline-item-top {
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s ease;
}



div.alp-timeline-item-button {
    position: relative;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

div.alp-timeline-item-top:hover div.alp-timeline-item-button {
    transform: scale(1.1);
}

div.alp-timeline-item-button-line {
    transition: all 0.3s ease;
}

div.alp-timeline-item-button-line.ver {
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), 
                transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

div.alp-timeline-item.expanded div.alp-timeline-item-button-line.ver {
    opacity: 0;
    transform: rotate(90deg);
}

div.alp-timeline-item-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), 
                padding 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                opacity 0.3s ease;
    padding: 0 30px;
    opacity: 0;
    padding-left: 12px
}

div.alp-timeline-item.expanded div.alp-timeline-item-content {
    display: block;
    max-height: 1000px; /* Increased for smoother animation */
    padding: 0 30px 20px 30px;
    opacity: 1;
    padding-left: 16px;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), 
                padding 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                opacity 0.4s ease 0.1s; /* Slight delay for opacity */
}

span.alp-timeline-item-content-text {
    display: block;
    color: #494949;
    font-size: 15px;
    line-height: 1.6;
}


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

img.alp-guse-title-symbol {
display: none
}

div.alp-hero-title {
margin-bottom: 24px
}

div.alp-note {
    margin-top: 24px;
    margin-bottom: 32px;
}

div.alp-offer div.npbi-offer-main-wrapper {
padding: 0
}


div.alp-offer {
padding: 80px 0px
}



}

div.nonpl-content-faqs.alp {
padding: 80px 0px
} 

div.alp-offer a.npbi-offer-main-item-order {
    background: #208e25;
    border-color: #3c9e4a;
}


a.npbi-offer-toggle-item.active {
border: 2px solid #007c7c;
color: #007c7c
}

span.alp-note-title {
font-weight: 700;
    text-transform: uppercase;
}


div.alp-revs-item {
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
}

div.npl-rrs-grid.alp {
margin-bottom: 0
}


@media screen and (max-width: 999px) {


div.nonpl-content-faqs.alp {
padding: 40px 0px
} 


}


div.nsi-quantity-item {
    height: 74px;
    border: 1px solid #cdcdcd;
    display: flex;
    align-items: center;
    line-height: 1;
    position: relative;
    border-radius: 7px
}

div.nsi-quantity-item-wrapper {
display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 16px;
    width: 100%
}

div.nsi-quantity-item.active div.nsi-quantity-item-tag {
right: 9px;
top: -10.5px;
}

div.nsi-form {
padding-top: 24px
}

div.nsi-quantity {
display: flex;
flex-direction: column;
gap: 16px
}

div.nsi-quantity-item-title-block {
display: flex;
align-items: center;
margin-bottom: 7px
}

div.nsi-quantity-item-tag {
    font-size: 11px;
    background: #143f49;
    color: #fff;
    padding: 3px 8px;
    border-radius: 90px;
    font-weight: 600;
    position: absolute;
    top: -9.5px;
    right: 10px;
}

div.nsi-quantity-item-info {
    font-size: 12px;
    font-weight: 500;
    color: #4f4f4f;
}

div.nsi-quantity-item-title {
    color: #143f49;
    font-size: 15px;
    font-weight: 600;
}

div.nsi-quantity-item-saving {
font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    background: #f7cb5d;
    padding: 5px;
    border-radius: 4px;
    margin-left: 7px;
}

div.nsi-quantity-item-left {
    display: flex;
    align-items: start;
    gap: 16px;
}

div.nsi-quantity-item-bubble {
height: 16px;
    width: 16px;
    min-width: 16px;
    border: 2px solid #b2b2b2;
    border-radius: 90px;
    margin-top: 3px;
    display: flex;
    align-items: center;
    justify-content: center
}

span.nsi-quantity-item-price-main {
    font-weight: 600;
    color: #143f49;
    font-size: 15px;
}

div.nsi-quantity-item-price-main-container {
display: flex
}

div.nsi-quantity-item-price-main-each {
color: #585858;
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 1px
}


div.nsi-quantity-item-bubble-inner {
display: none;
height: 8px;
width: 8px;
border-radius: 90px;
background: #143f49;
}

div.nsi-quantity-item.active  div.nsi-quantity-item-bubble-inner {
display: block
}

div.nsi-quantity-item.active  div.nsi-quantity-item-bubble {
border: 2px solid #143f49;
}

div.nsi-quantity-item-price-main-container {
align-items: end;
}

div.nsi-quantity-item-price-compare {
color: #777777;
    font-size: 14px;
    text-decoration: line-through;
}

div.nsi-quantity-item-price {
    display: flex
;
    flex-direction: column;
    align-items: end;
    gap: 6px;
}

div.nsi-quantity-item.active {
border: 2px solid #143f49;
background: #faffff
}

div.nsi-quantity-item.active div.nsi-quantity-item-wrapper {
padding: 0px 15px
} 

button.nsi-add-to-cart {
height: 70px;
    width: 100%;
    border-radius: 8px;
    line-height: 1;
    color: #ffffff;
    background: #208e25;
    border-color: #3c9e4a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

div.nsi-purchase-type {
    margin-top: 24px;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

div.nsi-purchase-type-item {
    padding: 20px 16px;
    border: 1px solid #cdcdcd;
    border-radius: 9px;
    line-height: 1
}

div.nsi-purchase-type-item-wrapper {
    display: flex;
    justify-content: space-between;
    line-height: 1;
    align-items: center
}

div.nsi-purchase-type-price-block {
    display: flex;
    gap: 6px;
    align-items: center
}

div.nsi-purchase-type-title {
    font-size: 15px;
    font-weight: 600;
}

div.nsi-purchase-type-item-saving-tag-container {
    display: flex;
    line-height: 1;
    justify-content: center;
}

div.nsi-purchase-type-title-block {
display: flex;
    flex-direction: column;
    gap: 7px;
}

div.nsi-purchase-type-item.active {
border: 2px solid #143f49;
background: #faffff;
padding: 19px 15px
}

div.nsi-purchase-type-freuency {
    font-size: 13px;
    font-weight: 500;
    color: #4f4f4f;
}


div.nsi-purchase-type-price-main {
    font-weight: 600;
    color: #143f49;
    font-size: 15px;
}


div.nsi-purchase-type-price-su {
    color: #777777;
    font-size: 14px;
    text-decoration: line-through;
}

span.nsi-atc-button-text {
font-weight: 500;
    font-size: 15px;
    display: flex;
}

span.nsi-atc-price-compare {
    text-decoration: line-through;
    opacity: 0.6;
    font-weight: 400;
}

span.nsi-atc-price-display {
padding-left: 8px;
    margin-left: 8px;
    border-left: 1.5px solid;
}

div.nsi-guarantee {
        display: flex;
    align-items: center;
    line-height: 1.4;
    gap: 12px;
    color: #00404a;
    margin-top: 18px;
    font-size: 13px;
}

img.nsi-guarantee-icon {
    width: 40px;
}

img.nsi-delivery-date-icon {
width: 14px;
}

div.nsi-delivery-date {
display: flex;
    font-size: 14px;
    gap: 8px;
    align-items: center;
    justify-content: center;
    background: #f2f4f6;
    border-radius: 7px;
    padding: 8px;
    color: #00424c;
    margin-bottom: 14px
}

span.nsi-delivery-date-main {
font-weight: 600;
text-decoration: underline;
}

img.nsi-product-award-icon {
height: 12px
}

div.nsi-product-award {
    display: flex
;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #00404a;
    gap: 6px;
    padding: 7px 12px;
    background: #eff5f9;
    width: fit-content;
    line-height: 1;
    border-radius: 5px;
    margin-bottom: 14px
}

div.nsi-social-proof {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    line-height: 1
}

img.nsi-social-proof-stars {
height: 14px;
}

img.nsi-social-proof-dd {
height: 5px;
}

div.nsi-product-body {
font-size: 14px;
    line-height: 1.55;
}

div.nsi-product-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.35;
}

div.nsi-social-proof {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    line-height: 1;
    margin: 16px 0px;
}




        .nsi-pdp-faq-container {
            overflow: hidden;
            background: #ffffff;
            display: flex;
            flex-direction: column;
            gap: 12px;
            margin-top: 24px
        }

        .nsi-pdp-faq-item {
            border: 1px solid #cdcdcd;
            border-radius: 7px
        }

        .nsi-pdp-faq-question {
            width: 100%;
            padding: 20px 20px;
            background: none;
            border: none;
            text-align: left;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 15px;
            font-weight: 500;
            color: #1a1a1a;
            transition: background-color 0.2s ease;
        }

      

        .nsi-pdp-faq-question-text {
            flex: 1;
            padding-right: 16px;
        }

        .nsi-pdp-faq-icon {
            width: 12px;
            height: 12px;
            position: relative;
            flex-shrink: 0;
            transition: transform 0.3s ease;
        }

        .nsi-pdp-faq-icon::before,
        .nsi-pdp-faq-icon::after {
            content: '';
            position: absolute;
            background-color: #1a1a1a;
            transition: all 0.3s ease;
        }

        .nsi-pdp-faq-icon::before {
            top: 50%;
            left: 0;
            right: 0;
            height: 1.5px;
            transform: translateY(-50%);
        }

        .nsi-pdp-faq-icon::after {
            top: 0;
            bottom: 0;
            left: 50%;
            width: 1.5px;
            transform: translateX(-50%);
        }

        .nsi-pdp-faq-item.nsi-pdp-faq-active .nsi-pdp-faq-icon {
            transform: rotate(45deg);
        }

        .nsi-pdp-faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease, padding 0.3s ease;
        }

        .nsi-pdp-faq-answer-content {
            padding: 0 20px 20px 20px;
            color: #1a1a1a;
            line-height: 1.5;
            font-size: 14px;
            line-height: 1.6;
        }

        .nsi-pdp-faq-item.nsi-pdp-faq-active .nsi-pdp-faq-answer {
            max-height: 500px;
        }

        /* Optional: Add numbering or bullets */
        .nsi-pdp-faq-number {
            display: inline-block;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            background-color: #f3f4f6;
            color: #6b7280;
            text-align: center;
            line-height: 24px;
            font-size: 12px;
            font-weight: 600;
            margin-right: 12px;
            flex-shrink: 0;
        }


        div.nsi-purchase-type-item-saving-tag {
            font-size: 11px;
    background: #143f49;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 14px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-weight: 600;
        }

        div.nsi-purchase-type-item-saving-tag-container {
            display: flex;
    line-height: 1;
    justify-content: center;
        }


        img.nsi-quantity-item-image {
        max-width: 50px;
        }

        div.nsi-quantity-item-bubble {
        display: none
        }

        div.nsi-quantity-item-left {
        align-items: center;
        }



  div.nde-quantity {
      display: grid;
    gap: 10px;
    margin-bottom: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 8px;
  }

  div.nde-quantity-item {
      border-radius: 10px;
    cursor: pointer;
    background-color: #fff;
    border: 2px solid #ececec;
    display: flex;
    flex-direction: column;
    line-height: 1;
    padding: 17px 13px;
    font-size: 14px;
    width: 100%;
    align-items: center;
    position: relative
  }

  div.nde-quantity-item.active {
      box-shadow: 0 2px 2px #00000040;
    border: 3px solid #007c7c;
    background: #f3f7fb;
    padding: 16px 12px;
  }

  div.nde-quantity-item-wrapper {
      display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  img.nde-quantity-item-image {
  max-width: 90%
  }


  div.nde-quantity-item-image-container {
  display: flex;
  justify-content: center
  }

div.nde-quantity-item-title {
      font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    margin-top: 10px;
}

div.nde-quantity-item-price {
    font-size: 12px;
    font-weight: 500;
}

div.nde-quantity-item-serving-count {
font-size: 12px;
    font-weight: 400;
    opacity: 0.8;
    margin-top: 7px;
}

div.nde-quantity-item-tag {
    position: absolute;
    top: 0;
    line-height: 1;
    background: #3e76f8;
    color: #fff;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 4px;
    margin-top: -8.5px;
}

div.nde-quantity-item-tag.bv {
background: #e01b1b;
}

div.nde-quantity-item.active div.nde-quantity-item-tag {
margin-top: -9.5px
}


div.nde-purchase-type-item {
    padding: 20px 16px;
    border-radius: 10px;
    cursor: pointer;
    background-color: #fff;
    border: 2px solid #ececec;
    line-height: 1;
    font-size: 14px;
    width: 100%
    
}

div.nde-purchase-type-item.active {
box-shadow: 0 2px 2px #00000040;
border: 3px solid #007c7c;
background: #f3f7fb;
padding: 19px 15px;
}

div.nde-purchase-type-item-wrapper {
width: 100%;
align-items: center;
display: flex;
justify-content: space-between;
}

div.npl-supp-offer-item-sub-benefits {
margin-bottom: 20px
}

    div.nde-purchase-type-item-saving-tag-container {
    display: flex;
    justify-content: center;
    }

    div.nde-purchase-type-item-saving-tag {
    line-height: 1;
    font-size: 10px;
    background: #007c7c;
    color: #fff;
    font-weight: 700;
    margin-bottom: -3px;
    padding: 6px 30px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    text-transform: uppercase
    }

    button.nde-add-to-cart {
    height: 70px;
    width: 100%;
    border-radius: 8px;
    line-height: 1;
    color: #ffffff;
    background: #208e25;
    border-color: #3c9e4a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    }

    div.nde-purchase-type-title-block {
    display: flex;
    flex-direction: column;
    gap: 5px;
    }

    div.nde-purchase-type-price-block {
    display: flex;
    gap: 5px;
    align-items: center
    }

    div.nde-purchase-type-price-main {
    font-weight: 600
    }


    div.nde-purchase-type-price-su {
    color: #888;
    text-decoration: line-through;
    }

    div.nde-purchase-type-title {
    font-weight: 700;
    }

    div.nde-purchase-type-freuency {
        color: #54604f;
    font-weight: 500;
    font-size: 12px;
    }

span.nde-atc-price-display {
    padding-left: 8px;
    margin-left: 8px;
    border-left: 1.5px solid #ffffff;
}

span.nde-atc-price-compare {

        text-decoration: line-through;
    opacity: 0.6;
    font-weight: 400;
}

span.nde-atc-button-text {
font-weight: 600;
    font-size: 15px;
    display: flex;
}

span.nde-atc-price-main {
font-weight: 500
}


div.nsi-alp-offer div.nsi-purchase-type {
    visibility: hidden;
    height: 0;
    opacity: 0;
    margin: 0;
}

div.nsi-alp-offer div.nsi-quantity {
margin-bottom: 16px
}

div.nsi-alp-offer div.nsi-delivery-date {
margin-bottom: 16px
}

div.nsi-alp-offer div.npl-supp-offer-item-sub-benefits {
margin-top: 0
}

div.nsi-form {
padding-top: 0
}

div.alp-offer-main-image-container {
    border-radius: 7px;
    overflow: hidden;
    margin-bottom: 20px;
}


div.alp-timeline-t-item {
gap: 20px;
display: flex;
align-items: start;
}

div.alp-timeline-t-item-icon {
height: 80px;
    width: 80px;
    min-width: 80px;
    border: 1px dashed #ccd8dd;
    border-radius: 90px;
    display: flex;
    background: #ffffff;
    align-items: center;
    justify-content: center;
    font-size: 44px;
}

div.alp-timeline-t-item-body {
    line-height: 1.45;
      font-size: 16px;
    margin-top: 10px;
    color: #3f3f3f;
}

div.alp-timeline-t-item-subtitle {
    line-height: 1;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 14px;
    color: #007c7c;
}

div.alp-timeline-t-item-title {
line-height: 1;
    font-weight: 600;
    font-size: 16px;
}

div.alp-timeline-t-main {
    display: flex;
    flex-direction: column;
    gap: 24px;
}


div.msnpl-opt-main-item-point {
align-items: start
}

div.alp-pints.alp div.msnpl-opt-main-item-point {
align-items: start;
line-height: 1.5
}

img.msnpl-opt-main-item-point-icon {
margin-top: 3px
}

div.ronpl-drev {
align-items: end
}

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

div.nsi-alp-offer {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

div.nsi-quantity-item {
height: 90px
}

img.nsi-quantity-item-image {
max-width: 80px
}

div.nsi-alp-offer div.npl-supp-offer-item-sub-benefits {
    grid-template-columns: 1fr 1fr 1fr;
}

div.alp-offer-main-image-container {
display: none
}

div.alp-offer {
margin-bottom: 80px;
border-bottom: 1px solid #cdcdcd
}

}

div.nsi-form-title {
    display: flex;
    justify-content: center;
    line-height: 1;
    align-items: center;
    text-transform: uppercase;
    font-weight: 700;
    gap: 12px;
    margin-bottom: 16px;
}

div.nsi-form-title-text {
min-width: 190px;
display: flex;
    justify-content: center;
}

div.nsi-form-title-line {
width: 100%;
    height: 1px;
    background: #cdcdcd;
}

div.msnpl-pdp-social-proof-container.alp.asi {
justify-content: center;
display: flex
}

div.msnpl-pdp-social-proof-container.alp.asi a.npl-pdp-social-proof {
margin-bottom: 0
}

div.alp-intro-point {
line-height: 1.5;
align-items: start
}

img.alp-intro-point-icon {
margin-top: 6px;
}

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

div.msnpl-pdp-social-proof-container.alp.asi a.npl-pdp-social-proof {
border-bottom: 0
}
    img.alp-intro-point-icon {
    margin-top: 6px;
    width: 17px;
    }

div.alp-timeline-t-item-body {
font-size: 16px
}

div.alp-timeline-t-item-title {
font-size: 18px
}

div.alp-timeline-t-item-subtitle {
font-size: 16px
}

}

a.alp-ann {
    display: flex
;
    line-height: 1;
    background: linear-gradient(to top, #0a2d31 0%, #00424c 100%);
    color: #fff;
    padding: 12px;
    justify-content: center;
    position: sticky;
    top: 0;
    z-index: 12;
}

div.alp-ann-text {
    display: flex;
    font-weight: 600;
    align-items: center;
}

div.alp-ann-cta {
    text-transform: uppercase;
    font-size: 12px;
    background: rgb(0, 0, 0, 0.8);
    padding: 9px 6px;
    border-radius: 5px;
    margin-left: 8px;
    font-weight: 800;
}


div.alp-column-item-image-container.border {
    border-radius: 8px;
    overflow: hidden
}

div.alp-hero div.alp-column-item-image-container {
display: none
}



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


  div.npl-supp-offer-item-sub-benefits-item {
  font-size: 11px
  }

  svg.npl-supp-offer-item-sub-benefits-item-icon {
  font-size: 15px
  }

  div.nde-quantity-item-title {
    font-size: 16px;
    margin-bottom: 9px;
  }

  div.nde-purchase-type-title-block {
  gap: 9px
  }

  div.nde-purchase-type-title {
  font-size: 16px
  }

  div.nde-purchase-type-freuency {
  font-size: 14px
  }

  div.nde-purchase-type-price-block {
  font-size: 16px
  }

  span.nde-atc-button-text {
  font-size: 17px
  }

}

div.nde-quantity.stack {
gap: 16px;
grid-template-columns: 1fr;
}

div.nde-quantity-item.stack-quantity-item div.nde-quantity-item-wrapper {
flex-direction: row;
    justify-content: space-between;
    width: 100%
}

div.nde-quantity-item.stack-quantity-item img.nde-quantity-item-image {
    width: 100%;
    max-width: 100%;
}

div.stack-quantity-item-left {
    display: flex;
    align-items: center;
    text-align: left;
    gap: 12px
}

div.nde-quantity-item.stack-quantity-item div.nde-quantity-item-image-container {
    max-width: 75px;
}

div.nde-quantity-item.stack-quantity-item div.nde-quantity-item-title {
margin-top: 0
}

div.stack-quantity-item-description {
    font-size: 12px;
    font-weight: 500;
    margin-top: 10px;
    opacity: 0.8;
}

div.nde-quantity-item-right {
display: flex;
    flex-direction: column;
    align-items: end;
    gap: 7px;
}

div.nde-quantity-item.stack-quantity-item span.nde-quantity-item-price-main {
font-size: 14px;
    font-weight: 600;
}

div.nde-quantity-item.stack-quantity-item div.nde-quantity-item-su-price {
    font-weight: 500;
    text-decoration: line-through;
    opacity: 0.5;
}

div.nde-quantity-item.stack-quantity-item div.nde-quantity-item-price-main-container {
    display: flex
;
    align-items: end;
}

div.nde-quantity-item.stack-quantity-item div.nde-quantity-item-price-each {
    margin-bottom: 0.7px;
}

div.nde-quantity-item.stack-quantity-item div.nde-quantity-item-tag {
right: 12px
}

hide-pricing-element {
    display: none !important;
}

img.custom-delivery-location-icon {
width: 13px;
}

div.nde-quantity.stack.ris div.nde-quantity-item.stack-quantity-item div.nde-quantity-item-image-container {
width: 55px
}

div.msnpl-timer.fall div.tt-sale-timer {
background: #66420c
}

div.msnpl-timer.labor div.tt-sale-timer {
background: #9b1010
}

div.supp-free-gifts-list {
    display: grid;
    gap: 7px;
    margin-bottom: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

div.supp-free-gifts-item-inactive {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 10px;
    font-weight: 600;
    color: #4d4d4d;
    line-height: 1;
    gap: 10px;
    height: 100%;
    justify-content: center;
    width: 100%;
}

div.supp-free-gifts-item-active {
display: none;
align-items: center;
justify-content: center;
background: #e6f7ff;
border-radius: 6px;
}

img.supp-free-gifts-item-inactive-lock {
    width: 20px;
}

div.supp-free-gifts-item-container.active div.supp-free-gifts-item-active {
display: flex;
    
}

div.supp-free-gifts-item-container.active div.supp-free-gifts-item-inactive {
display: none
}

img.supp-free-gifts-item-active-product-image {
max-width: 90%
}

div.supp-free-gifts-item-active {
    height: 100%;
    width: 100%;
}

div.supp-free-gifts-item-graphic {
aspect-ratio: 1;
border-radius: 8px;
border: 1px dashed #cdcdcd;
padding: 3px
}

div.supp-free-gifts-item-container.active div.supp-free-gifts-item-graphic {
border: 1px dashed #00404a;
}

div.supp-free-gifts-item-container {
position: relative;
width: 100%
}

div.supp-free-gifts-item-price-tag-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    display: flex;
    line-height: 1;
    justify-content: center;
    margin-top: -8px
}


div.supp-free-gifts-item-price-tag {
    font-size: 10px;
    color: #fff;
    background: #c8202f;
    font-weight: 500;
}

div.supp-free-gifts-item-price-tag {
font-size: 10px;
    color: #fff;
    background: #c8202f;
    font-weight: 500;
    padding: 3px 4px;
    border-radius: 3px;
}

div.supp-free-gifts-list {
padding-top: 8px
}

div.supp-free-gifts-item-title {
line-height: 1;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    margin-top: 9px;
    color: #1a1a1a;
    line-height: 1.35
}

div.supp-free-gifts-title {
    line-height: 1;
    text-align: center;
    font-size: 11px;
    margin-bottom: 14px;
    gap: 7px;
    display: flex;
    justify-content: center;
}

span.supp-free-gifts-title-bold {
text-transform: uppercase;
    font-weight: 700;
}

div.supp-free-gifts {
margin-top: 20px
}

img.supp-free-gifts-title-icon {
width: 11px;
margin-bottom: 3px;
}

span.supp-free-gifts-item-price-su {
font-weight: 400;
    text-decoration: line-through;
}

span.supp-free-gifts-item-price-main {
font-weight: 600
}

div.supp-free-gifts.gifts-locked div.supp-free-gifts-title-text {
font-weight: 700;
}

@media screen and (max-width: 999px) {

div.msnpl-timer.fg div.tt-sale-timer-wrapper {
padding: 0px 4px;
gap: 14px
}

div.msnpl-timer.fg div.tt-sale-timer-main {
gap: 3px
}

div.msnpl-timer.fg div.tt-sale-timer-subtitle {
font-weight: 600
}

div.msnpl-timer.fg div.tt-sale-timer-subtitle {
font-size: 11px
}

}

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

span.supp-free-gifts-item-title-nd {
display: none
}

div.supp-free-gifts-item-price-tag {
font-size: 13px
}

div.supp-free-gifts-item-graphic {
border: 2px dashed #cdcdcd;
border-radius: 10px
}

div.supp-free-gifts-item-container.active div.supp-free-gifts-item-graphic {
border: 2px dashed #00404a;
}

div.supp-free-gifts-title {
font-size: 13px
}

div.supp-free-gifts-item-graphic {
padding: 4px
}

}


img.fg-fg-tag-icon {
width: 17px
}

div.fg-fg-tag {
    display: flex
;
    align-items: center;
    font-size: 11.5px;
    gap: 8px;
    font-weight: 700;
    color: #00444f;
    border: 1px dashed #00444f;
    justify-content: center;
    padding: 8px;
    height: 48px;
    border-radius: 8px;
}

div.fg-fg-tag-container {
    border: 3px solid #f6f6f7;
    border-radius: 9px;
    margin-left: -3px;
    margin-right: -3px;
    margin-bottom: 16px;
}


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


  div.fg-fg-tag {
  font-size: 14px;
    height: 54px;
    border-width: 1.7px;
    gap: 10px;
  }

  div.fg-fg-tag-container {
  border-width: 4px;
  }

  img.fg-fg-tag-icon {
  width: 19px;
  margin-bottom: 2px;
  }

}

div.spl-pdp {
padding: 0px 20px;
}

div.spl-pdp-title {
    font-size: 21px;
    line-height: 1.4;
    font-weight: 600;
    color: #00404a;
    margin-bottom: 12px
}

div.spl-pdp-form {
margin-top: 16px;
}

div.spl-pdp-ss {
    display: flex;
    padding: 16px;
    gap: 12px;
}

div.spl-pdp-ss-checkbox {
    height: 18px;
    width: 18px;
    min-width: 18px;
    border: 0.5px solid #cdcdcd;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

img.spl-pdp-ss-checkbox-icon {
width: 9px;
opacity: 0;
}


div.spl-pdp-ss.active  img.spl-pdp-ss-checkbox-icon {
opacity: 1
}

div.spl-pdp-ss {
    background: #ffffff;
    border-radius: 7px;
    border: 1px dashed #101c30;
}

div.spl-pdp-ss.active {
background: #f8ffff;
border: 1px dashed #007e7d;
}

div.spl-pdp-ss.active div.spl-pdp-ss-checkbox  {
    background: #007e7d; 
}

div.spl-pdp-ss-title {
line-height: 1;
    color: #101c30;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
}

div.spl-pdp-ss-body {
    font-size: 11px;
    line-height: 1;
}

div.nde-quantity-item-details {
width: 100%
}

div.nde-quantity.spl div.nde-quantity-item-serving-count {
    background: #edf2f2;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    padding: 5px 4px;
    border-radius: 5px;
    margin-left: -6px;
    margin-right: -6px;
}

div.nde-quantity.spl div.nde-quantity-item {
    padding-bottom: 7px;
    border-radius: 8px;
}

div.spl-pdp-product-image-wrapper {
display: flex;
    align-items: stretch;
    gap: 8px;
    aspect-ratio: 1;
}

div.spl-pdp-product-image-container {
    width: 65%;
    border-radius: 7px;
    background: #e4f4f4;
    display: flex;
    align-items: center;
    justify-content: center
}

div.spl-pdp-product-image-feature-list {
display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 100%;
    width: 35%
}

div.spl-pdp-product-image-feature-item {
height: 33.333333%;
border-radius: 7px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 10px;
font-size: 10px;
font-weight: 500;
color: #101c30;
text-align: center;
line-height: 1.3;
background: #e4f4f4;
gap: 10px
}

div.spl-pdp {
margin-top: 24px
}

img.spl-pdp-product-image {
    max-width: 80%;
}

img.spl-pdp-product-image-feature-item-icon {
width: 22px
}

div.spl-pdp-product-image-feature-item-icon-container {
height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #101c30;
    border-radius: 90px;
}

div.spl-pdp-product-image-feature-item-text {
max-width: 83px;
}

a.npl-pdp-social-proof.pdp-slp {
margin-top: 0;
margin-bottom: 14px
}

div.spl-pdp-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

img.spl-pdp-dtl-icon {
width: 14px;
}

div.spl-pdp-dtl {
    display: flex;
    align-items: center;
    gap: 7px;
    justify-content: center;
    background: #f2f4f6;
    padding: 9px;
    border-radius: 7px;
    font-size: 14px;
    line-height: 1;
    margin: 12px 0px;
}

div.nde-atc-button-text-main {
display: flex;
align-items: center;
gap: 7px;
font-weight: 600
}

div.spl-wrapper {
padding: 0px 20px
}

img.nde-atc-button-icon {
    width: 14px;
}

div.nde-atc-button-text {
    display: flex;
    align-items: center;
    gap: 9px;
}

div.nde-atc-button-text {
display: flex;
    align-items: center;
    gap: 9px;
    font-size: 15px;
    font-weight: 500;
}

div.nde-atc-price-display {
    padding: 5px 10px;
    background: rgb(255, 255, 255, 0.2);
    border-radius: 90px;
}

div.spl-pdp-gu {
display: flex;
    gap: 14px;
    line-height: 1.5;
    align-items: center;
    margin-top: 24px;
}

img.spl-pdp-gu-icon {
width: 45px;
min-width: 45px
}

div.spl-pdp-gu-text {
line-height: 1.5;
    font-size: 14.5px;
}

div.spl-intro {
padding: 40px 0px
}

div.spl-pdp-review {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

div.spl-pdp-review-name-container {
    display: flex;
    align-items: center;
    line-height: 1;
    margin-top: 20px;
    gap: 7px
}

div.spl-pdp-review-body {
font-size: 14px;
line-height: 1.5;
}

img.spl-pdp-review-ver-icon {
width: 14px
}

div.spl-pdp-review-ver {
    align-items: center;
    font-size: 13px;
    gap: 6px;
    font-weight: 500;
    color: #007e7d;
    display: flex;
}

img.spl-pdp-review-stars {
height: 16px;
    margin-bottom: 18px;
}

div.spl-pdp-review-title {
line-height: 1;
    margin-bottom: 14px;
    font-size: 15px;
    font-weight: 600;
    color: #101c30;
}

div.spl-pdp-review-name {
font-size: 14px;
    font-weight: 500;
    opacity: 0.8;
}

div.spl-column-item.image {
    border-radius: 8px;
    overflow: hidden;
}

div.spl-columns {
display: flex;
flex-direction: column;
gap: 24px;
}

div.spl-features {
    background: #f2f9f9;
    padding: 40px 0px;
}

div.spl-column-item.text {
text-align: center
}

div.spl-column-item-title {
    font-size: 21px;
    line-height: 1.4;
    font-weight: 600;
    color: #00404a;
    margin-bottom: 14px;
}

div.spl-column-item-body {
line-height: 1.5;
font-size: 15px;
}

div.spl-section-title {
font-size: 21px;
    line-height: 1.4;
    font-weight: 600;
    color: #00404a;
}

div.spl-section-header {
text-align: center;
margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

div.spl-section-body {
line-height: 1.5;
    font-size: 15px;
}

div.spl-features-item {
display: flex;
flex-direction: column;
gap: 14px;
text-align: center;
align-items: center
}

div.spl-features {
border-top: 1px solid #c3cfd1;
    border-bottom: 1px solid #c3cfd1;
}

div.spl-features-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

div.spl-features-item-body {
font-size: 15px;
line-height: 1.5;
}

div.spl-features-item-title {
line-height: 1;
    font-weight: 600;
    color: #00404a;
    font-size: 17px;
    margin-bottom: 14px;
}

a.npl-pdp-social-proof.spl {
justify-content: center;
margin: 0;
margin-bottom: 4px;
}

div.ronpl-drev.spl {
text-align: left
}

div.spl-timeline, div.spl-ingredients {
padding: 40px 0px
}

div.spl-rev {
padding-top: 40px
}

div.spl-sci {
padding-top: 40px
}

div.spl-comp {
padding-bottom: 52px;
padding-top: 40px;
border-top: 1px solid #c3cfd1;
border-bottom: 1px solid #c3cfd1;
}

div.spl-guse {
    padding: 40px 0px;
    border-top: 1px solid #c3cfd1;
    border-bottom: 1px solid #c3cfd1;
}

div.spl-ingredients-trust-box {
background: #00424c;
    color: #fff;
    border-radius: 7px;
    line-height: 1;
    padding: 20px;
    text-align: center
}

div.spl-ingredients-trust-box-header-title {
    font-size: 21px;
    font-weight: 600;
}

div.spl-ingredients-trust-box-header-subtitle {
font-size: 14px
}

div.spl-ingredients-trust-box-header-title {
margin-bottom: 12px
}

div.spl-ingredients-trust-box-list {
    gap: 8px;
    font-size: 10px;
    line-height: 1.3;
    margin-top: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

div.spl-ingredients-trust-box-item {
    display: flex;
    flex-direction: column;
    gap: 14px;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 16px 10px;
    background: rgb(255, 255, 255, 0.1);
    font-weight: 500;
    align-items: center;
    justify-content: center
}

button.alp-ingrm-vm {
line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    border: 1px solid #00404a;
    border-radius: 7px;
    font-size: 15px;
    font-weight: 500;
    color: #00404a;
    margin: 24px 0px;
}

div.spl-ingredients-carousel {
    display: flex;
    margin: 0px -20px;
    overflow: hidden;
    overflow-x: auto; 
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-right: 20px
}

div.spl-ingredients-carousel::-webkit-scrollbar {
display: none
}

div.spl-ingredients-item-container {
min-width: 80%;
scroll-snap-align: start;
padding-left: 20px
}

img.spl-ingredients-item-icon {
width: 15px
}

div.spl-ingredients-item-benefit-item {
    display: flex;
    align-items: center;
    font-size: 14px;
    gap: 6px;
}

div.spl-ingredients-item-benefit-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    line-height: 1
}

div.spl-ingredients-item-title {
    line-height: 1;
    font-size: 12px;
    font-weight: 600;
    background: #00817e;
    width: fit-content;
    color: #fff;
    padding: 5px 6px;
    border-radius: 4px;
}

div.spl-ingredients-item-body {
line-height: 1.5;
    margin-bottom: 14px;
}

div.spl-ingredients-item-hero {
line-height: 1;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 600;
    color: #101c30;
    margin-top: 16px;
}

div.spl-ingredients-item {
    padding: 32px 20px;
    border: 1px solid #c3cfd1;
    border-radius: 7px;
}

div.spl-ingredients-slider-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
}

div.spl-ingredients-slider-bar {
max-width: 250px
}

div.spl-ingredients-slider-bar {
width: 200px;
    height: 5px;
    border-radius: 90px;
    background: #ced4d5;
}

div.spl-ingredients-slider-bar-inner {
height: 5px;
border-radius: 90px;
background: #00807e;
width: 16.66666%;
transition: width 0.3s ease
}


div.spl-timeline-item-text {
text-align: left;
    display: flex;
    flex-direction: column;
    gap: 10px;
    
}

div.spl-timeline-list {
display: flex;
flex-direction: column;
gap: 32px;
}

div.spl-timeline-item-title {
    line-height: 1;
    font-weight: 600;
    color: #00404a;
    font-size: 17px;
}

div.spl-timeline-item-body {
    font-size: 15px;
    line-height: 1.5;
}

div.spl-timeline-item {
    display: flex;
    align-items: start;
    gap: 12px
}

div.spl-timeline-item-icon-container {
    height: 30px;
    width: 30px;
    min-width: 30px;
    border: 1px dashed #7cb8d0;
    border-radius: 90px;
    margin-top: -6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff
}


div.spl-timeline-item:last-child {
background: #ffffff
}

div.spl-timeline-main {
display: flex;
    align-items: stretch;
    margin-top: 24px;
    padding-left: 15px;
}

div.spl-timeline-line {
border-right: 1px dashed #7cb8d0;
margin-right: -15px;
}

img.spl-timeline-item-icon {
width: 20px
}

div.spl-rev-image-scroller-item-image-container {
    width: 120px;
    max-width: 120px;
    border-radius: 7px;
    overflow: hidden;
    min-width: 120px
}

div.spl-rev-image-scroller-item {
display: flex;
gap: 10px;
padding-left: 10px
}

div.spl-rev-image-scroller-wrapper {
display: flex;
animation: scroll-right 10s linear infinite;
}


div.spl-rev-image-scroller, div.spl-rev-image-scroller-wrapper {
min-width: fit-content;
}

div.spl-rev {
overflow: hidden
}

div.alp-revs-main.spl {
margin-top: 24px
}

div.spl-rev div.spl-section-body {
line-height: 1
}


img.spl-ingredients-trust-box-item-icon {
width: 40px
}

img.spl-features-item-icon {
width: 45px
}

div.alp-numbers-item-number {
    line-height: 1;
    color: #00434d;
    font-size: 28px;
    font-weight: 600;
}

div.alp-numbers-item-title {
    line-height: 1;
    color: #00434d;
    font-size: 16px;
    font-weight: 600;
}

div.alp-numbers-item-subtitle {
    line-height: 1;
    color: #3d3d3d;
    font-size: 14px;
}

div.alp-numbers-item-text-sec {
    display: flex
;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

div.alp-numbers-item-bar {
    height: 9px;
    width: 100%;
    border-radius: 90px;
    background: #e9ebf2;
    margin-top: 20px;
}

div.alp-numbers-item-text {
text-align: left
}

div.alp-numbers-item-bar-inner {
height: 9px;
    width: 50%;
    background: #00817e;
    border-radius: 90px;
}

div.alp-numbers-item {
padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}

div.alp-numbers-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 32px;
}

div.npl-rrs.spl {
padding-top: 40px
}

div.nonpl-content-faqs.alp.slp {
border-top: 1px solid #c3cfd1;
}

button.alp-ingrm-vm {
line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    border: 1px solid #00404a;
    border-radius: 7px;
    font-size: 15px;
    font-weight: 500;
    color: #00404a;
    margin: 24px 0px;
    width: 100%
}

 div.alp-vingr-m {
        position: fixed;
    height: 100vh;
    background: rgb(0, 0, 0, 0.8);
    width: 100%;
    top: 0;
    left: 0;
    z-index: 20;
    }

    div.alp-vingr-modul {
    background: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
    }

    div.alp-vingr-modul-content {
    max-height: 60vh;
    overflow: scroll;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    padding-top: 20px
    }

    div.alp-vingr-modul-title {
        line-height: 1;
    font-weight: 600;
    font-size: 16px;
    }

    div.alp-vingr-modul-subtitle {
        line-height: 1;
    font-weight: 500;
    }

    div.alp-vingr-modul-title {
    margin-bottom: 12px
    }
    

    div.alp-wrapper.ingrm {
    padding: 0
    }

    div.alp-ingrm div.alp-section-header {
    padding: 0px 20px
    }

    div.alp-ingrm-main-status-controls {
    padding: 0px 20px
    }

    div.alp-ingrm-main {
    overflow: hidden
    }

    div.alp-ingrm-vm-container {
        padding: 0px 20px;
    line-height: 1;
    margin-top: 24px;
    }



    div.alp-vingr-modul-top-header {
    position: sticky;
    top: 0;
    padding: 16px;
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    gap: 20px;
    border-bottom: 1px solid #e6e6e6
    }

    div.alp-vingr-modul-top-close-container {
    height: 5px;
    width: 50px;
    background: #e2e2e4;
    border-radius: 90px;
    }

    div.alp-vingr-modul-pf {
        line-height: 1;
    padding: 12px;
    font-size: 21px;
    background: #0c111c;
    color: #fff;
    font-weight: 500;
        margin-top: 14px;
    margin-bottom: 20px;
    }

    div.alp-ingredients-item {
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
    }

    div.alp-ingredients-list {
    display: flex;
    flex-direction: column;
    gap: 20px
    }

    div.alp-ingredients-item-title-container {
        display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
    margin-bottom: 9px
    }

    div.alp-ingredients-item-dose {
    color: #628e8d;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    background: #edf6f7;
    padding: 6px;
    border-radius: 5px;
    }

    div.alp-ingredients-item-title {
    font-size: 16px;
    font-weight: 600;
    color: #0c111c;
    }

    div.alp-ingredients-item-body {
        line-height: 1.5;
    color: #4c4c4c;
    }

    div.alp-vingr-m {
    display: none
    }

    div.alp-vingr-m.active {
    display: block
    }

    div.alp-vingr-modul {
    transform: translateY(100%);
    transition: transform 0.3s ease
    }

    div.alp-vingr-m.up div.alp-vingr-modul{
    transform: translateY(0%)
    }

    div.nlp-sli-thumbnail {
        aspect-ratio: 1;
    }

    div.nlp-sli-thumbnail.spl-main-tb {
    background: #e4f4f4
    }

    div.spl-pdp div.nlp-sli-carousel-slide {
        border-radius: 7px;
    overflow: hidden;
    }

    div.spl-pdp div..nlp-sli-carousel-slide {
    background: none
    }

    @media screen and (max-width: 999px) {
    div.spl-pdp div.nlp-sli-carousel-thumbnails {
        padding-left: 0;
        margin-bottom: 0
    }

    

    div.spl-pdp div.nlp-sli-thumbnail {
        min-width: 12.5%;
    }
}

div.alp-numbers-item-title {
    line-height: 1.5;
    max-width: 300px;
}

div.nsi-nav-list {
display: flex;
line-height: 1;
overflow: scroll;
}

a.nsi-nav-item {
min-width: fit-content;
padding: 0px 12px;
font-size: 14px;
font-weight: 600;
height: 40px;
display: flex;
align-items: center;
}

div.nsi-nav {
border-bottom: 1px solid #cdcdcd;
}

div.nsi-nav-list::-webkit-scrollbar {
display: none
}

div.nsi-nav {
overflow: hidden
}

div.nsi-nav-bar {
    min-height: 4px;
    width: 20%;
    background: #2c7a7b;
}

div.nsi-nav-container {
height: 41px;
position: sticky;
    top: 56px;
    background: #ffffff;
    border-top: 1px solid #cdcdcd;
    z-index: 13
}

.nlp-sli-carousel-slide {
background: none
}



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

div.spl-pdp-wrapper {
flex-direction: row; 
max-width: 1400px;
padding: 0px 60px;
margin-left: auto;
margin-right: auto;
gap: 45px;
align-items: start
}

div.spl-pdp {
margin-top: 40px
}

a.nsi-nav-item {
    height: 55px;
    font-size: 17px;
    padding: 0px 18px;
}

a.npl-pdp-social-proof.pdp-slp {
padding-bottom: 0;
    border-bottom: 0;
}

div.spl-pdp-title {
font-size: 32px
}

div.nsi-nav-list {
justify-content: center
}

div.spl-pdp div.nlp-sli-carousel-container {
width: 100%
}

div.spl-pdp-info {
width: 40%
}

div.spl-pdp-image-container {
width: 60%;
position: sticky;
top: 153px;
}

div.nsi-nav-container {
top: 74px;
height: auto;
}

div.msnpl-logo-container {
padding: 26px
}

div.spl-wrapper {
max-width: 1400px;
padding: 0px 60px;
margin-left: auto;
margin-right: auto;
}

div.spl-columns {
    flex-direction: row;
    align-items: center;
    text-align: center;
    gap: 45px
}

div.spl-column-item.text {
text-align: left
}

div.spl-column-item-title {
    font-size: 36px;
    max-width: 550px;
}

div.spl-column-item-body {
font-size: 17px;
}

div.spl-intro {
padding: 90px 0px;
border-top: 1px solid #c3cfd1;
margin-top: 90px
}

div.spl-columns.rev {
flex-direction: row-reverse
}


div.spl-column-item {
width: 50%
}

div.spl-features-list {
display: grid
;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-columns: 1fr;
    align-items: stretch;
    width: 100%;
    column-gap: 32px;
    row-gap: 48px;
}

div.spl-features {
padding: 90px 0px;
}

div.spl-section-header {
    margin-bottom: 40px;
}

div.spl-section-title {
    font-size: 36px;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}

div.spl-section-body {
    font-size: 17px;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

div.spl-features-item-title {
font-size: 19px
}

div.spl-features-item-body {
font-size: 17px
}

img.spl-features-item-icon {
width: 55px
}

div.spl-features-item {
gap: 18px;
}

div.spl-sci {
padding: 90px 0px;
}

div.spl-sci div.spl-columns {
align-items: end
}



div.alp-numbers-item.bottom-numbers-item {
border-bottom: 0
}

div.alp-numbers-list {
    display: grid
;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-columns: 1fr;
    align-items: stretch;
    width: 100%;
}

div.ronpl-drev.spl {
margin-top: 10px
}

div.ronpl-drev.spl div.ronpl-drev-text {
padding: 24px;
}

div.ronpl-drev.spl div.ronpl-drev-title {
font-size: 16px;
    margin-bottom: 14px;
}

div.ronpl-drev-body {
font-size: 16px
}

div.ronpl-drev-doc {
font-size: 15px
}

a.npl-pdp-social-proof.spl {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
}

div.spl-rev-image-scroller-wrapper {
animation: none
}

div.spl-rev-image-scroller-item {
padding-left: 0;
gap: 16px
}

div.spl-rev-image-scroller-item-image-container {
    max-width: 100%;
    min-width: auto;
    width: 16.6666%;
}

div.spl-rev-image-scroller, div.spl-rev-image-scroller-wrapper {
min-width: auto
}

div.spl-timeline {
padding: 90px 0px
}

div.spl-comp {
padding: 90px 0px
}

div.spl-guse {
padding: 0
}

div.spl-rev-image-scroller-item.two {
display: none
}

div.spl-rev-image-scroller-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    padding: 0px 60px;
}

div.spl-ingredients-carousel {
display: grid
;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-columns: 1fr;
    align-items: stretch;
    width: 100%;
    padding-right: 0;
    gap: 24px;
    margin-left: 0;
    margin-right: 0
}

div.spl-ingredients-slider-wrapper {
display: none
}

div.spl-ingredients-item-container {
padding-left: 0
}

div.spl-ingredients-full-button-container {
    max-width: 33%;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 6px;
}

button.alp-ingrm-vm {
    margin-left: auto;
    margin-right: auto;
    border-width: 1.8px;
    font-size: 17px;
    height: 65px;
}

div.spl-ingredients {
padding: 90px 0px
}

div.spl-ingredients-item {
    padding: 32px;
}

div.spl-ingredients-item-hero {
    font-size: 19px;
    margin-top: 24px;
    margin-bottom: 20px;
}

div.spl-ingredients-item-body {
    font-size: 17px;
    margin-bottom: 20px;
}

div.spl-ingredients-item-benefit-item {
font-size: 17px;
    gap: 10px;
}

img.spl-ingredients-item-icon {
    width: 18px;
}

div.spl-ingredients-item-title {
font-size: 15px;
}

div.spl-pdp div.nlp-sli-carousel-thumbnails {
padding-bottom: 0
}

div.spl-ingredients-trust-box-item {
    flex-direction: row;
    text-align: center;
    font-size: 16px;
}

img.spl-ingredients-trust-box-item-icon {
width: 25px;
}

div.spl-ingredients-trust-box {
padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 32px;
    padding-top: 48px;
}

div.spl-ingredients-trust-box-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

div.spl-ingredients-trust-box-header-title {
    font-size: 36px;
    margin-bottom: 24px;
}

div.spl-ingredients-trust-box-list {
margin-top: 40px;
}

div.spl-ingredients-trust-box-header-subtitle {
    font-size: 17px;
}

button.alp-ingrm-vm {
    margin-bottom: 48px;
    margin-top: 30px;
}

div.spl-pdp-body {
font-size: 17px;
}

div.spl-pdp-dtl {
padding: 15px;
    font-size: 15px;
        gap: 9px;
}

img.spl-pdp-dtl-icon {
    width: 16px;
}

div.spl-pdp-ss-title {
font-size: 17px
}

div.spl-pdp-ss-body {
font-size: 13px;
    margin-top: 14px;
}

div.spl-pdp-ss-checkbox {
    width: 22px;
    height: 22px;
    min-width: 22px
}

img.spl-pdp-ss-checkbox-icon {
width: 12px
}

div.spl-pdp-ss {
    padding: 18px;
    gap: 14px;
}

div.nde-atc-button-text {
font-size: 17px;
}

img.nde-atc-button-icon {
width: 17px
}

div.nde-atc-button-text {
gap: 14px;
}

div.nde-atc-button-text-main {
gap: 10px;
}

div.spl-pdp-gu-text {
font-size: 16px
}

div.spl-pdp button.nde-add-to-cart {
height: 75px
}

div.spl-pdp-product-image-feature-item-text {
    max-width: 160px;
    font-size: 17px;
    line-height: 1.4;
}

div.spl-pdp-product-image-feature-item-icon-container {
    height: 80px;
    width: 80px;
    border-width: 2px;
}

img.spl-pdp-product-image {
max-width: 350px
}

div.spl-pdp-product-image-wrapper {
width: 100%
}

div.spl-pdp-product-image-feature-item {
gap: 20px
}

img.spl-pdp-product-image-feature-item-icon {
width: 45px
}

div.spl-pdp-review {
padding: 0px 32px;
}

div.spl-pdp-review-body {
    font-size: 16px;
}

div.spl-pdp-review-title {
font-size: 17px
}

img.spl-pdp-review-stars {
height: 18px;
    margin-bottom: 20px;
}

div.spl-pdp-review-name {
font-size: 16px;
}

div.spl-pdp-review-ver {
    font-size: 15px;
}

img.spl-pdp-review-ver-icon {
width: 17px
}

div.spl-timeline-item-title {
font-size: 19px
}

div.spl-timeline-item-body {
font-size: 17px
}

div.spl-timeline-item-icon-container {
    width: 40px;
    height: 40px;
}

div.spl-timeline-item {
gap: 18px
}

img.spl-timeline-item-icon {
width: 24px
}

div.spl-timeline-line {
margin-right: -20px;
}

div.alp-vingr-modul {
max-width: 600px;
    position: static;
    border-radius: 10px;
}

div.alp-ingrm-vm.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

div.alp-vingr-modul {
    transform: translateY(0%);
}

}

div.msnpl-ingredients-more-tag.spl {
    line-height: 1;
    margin-top: 24px;
} 

span.spl-pdp-dtl-date {
    font-weight: 600;
    text-decoration: underline;
}

@media screen and (max-width: 999px) {

div.spl-ingredients-trust-box-item.hide-trust-item-mobile {
display: none
}

div.msnpl-ingredients-more-tag.spl {

    font-size: 12px;
} 

}



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

div.npl-faqs.spl div.section-stack__main {

  width: auto;
    max-width: 900px;
    min-width: 850px;

}

}

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

div.npl-faqs.spl div.section-stack__main {

  width: auto;
    max-width: 900px;
    min-width: 850px;

}

div.npl-faqs.spl div.nonpl-content-faqs.alp div.accordion__toggle.bold {
    font-size: 17px;
    padding: 24px 0px;
}

div.spl-guse {
padding: 0px 60px
}

}

div.spl-pdp div.npl-pdp-description-benefits {
    display: grid;
    gap: 8px;
    margin-bottom: 20px;
    grid-template-columns: 1fr 1fr;
    background: #f2f9f9;
    padding: 12px 16px;
    border-radius: 7px;
}

div.msnpl-timer.rs-sf-timer div.tt-sale-timer {
background: #051328
}

div.msnpl-timer.rs-sf-timer div.tt-sale-timer-main {
padding: 0;
background: none
}

div.msnpl-timer.rs-sf-timer div.tt-sale-timer-item {
background: rgb(255, 255, 255, 0.2);
    width: 30px;
    max-width: 30px;
    padding: 5px;
    border-radius: 4px;
}

div.msnpl-pdp.rs-sf-pdp div.nlp-sli-carousel-slide, 
div.msnpl-pdp.rs-sf-pdp div.nlp-sli-thumbnail {
aspect-ratio: 3 / 2;
}

div.msnpl-pdp.rs-sf-pdp a.npl-pdp-social-proof {
justify-content: center;
}

div.msnpl-pdp.rs-sf-pdp div.nde-quantity-item {
border-radius: 7px
}

div.msnpl-pdp.rs-sf-pdp div.nde-quantity-item.active {
border-color: #052e70;
background: #e0fcfb
}

div.msnpl-pdp.rs-sf-pdp button.nde-add-to-cart {
background: #052e70;
}

div.msnpl-pdp.rs-sf-pdp span.nde-atc-price-display {
margin-left: 0;
border-left: 0;
padding: 5px 10px;
background: rgb(255, 255, 255, 0.2);
border-radius: 90px;
}

div.msnpl-pdp.rs-sf-pdp span.nde-atc-button-text {
    align-items: center;
    gap: 10px;
}

span.nde-atc-button-text-main {
font-weight: 700
}

div.rs-sf-ss-details {
line-height: 1;
    padding: 16px 0px;
    border-top: 0.75px solid #cdcdcd;
    font-size: 13px;
    font-weight: 500;
    color: #1a1a1a;
}

div.msnpl-pdp.rs-sf-pdp div.nde-quantity {
margin-bottom: 16px
}

div.npl-sponsor.sponsor-rs-sf-pdp {
margin-top: 40px
}

div.rs-sf-ss-details-sub-benefits {
line-height: 1;
color: #051328
}

img.rs-sf-ss-details-sub-benefits-item-icon {
width: 12.5px
}

div.rs-sf-ss-details-sub-benefits-item {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    gap: 7px;
}

div.rs-sf-ss-details-sub-benefits-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 13px;
}

div.rs-sf-ss-details-sub-benefits-title {
    font-weight: 600;
    margin-top: 18px;
}

div.spl-pdp-gu.rs-sf-pdp-gu div.spl-pdp-gu-text {
font-size: 13px;
}

div.spl-pdp-gu.rs-sf-pdp-gu img.spl-pdp-gu-icon {
    min-width: 35px;
    width: 35px;
}

div.spl-pdp-gu.rs-sf-pdp-gu {
    background: #f2fafc;
    padding: 14px;
    border-radius: 7px;
    margin-top: 20px;
}

div.rs-sf-pdp-bo-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 23px;
}

button.rs-sf-pdp-bo {
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1.5px solid;
    padding-bottom: 4px;
    color: #052e70;
    line-height: 1;
    font-size: 14px;
}

div.rs-sf-pdp-bo-additional {
    font-size: 12px;
    text-align: center;
    line-height: 1.5;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 14px;
}

div.npl-footer-wrapper {
max-width: 1100px;
margin-left: auto;
margin-right: auto;
}

div.npl-footer-disclaimer-sec {
margin-top: 32px;
    font-size: 14px;
    line-height: 1.5;
}


@media screen and (max-width: 999px) {

  div.npl-footer-disclaimer-sec {
  font-size: 12px
}

}