/** Shopify CDN: Minification failed

Line 17135:7 Expected ":"
Line 17135:9 Expected identifier but found "0"

**/
/*! 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:focus-within .product-card__quick-buy, .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) {
  .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;
}

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

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

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

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

.nav-categories button, .nav-categories a {
  padding: var(--filter-list-item-padding);
  display: block;
}

@media screen and (min-width: 700px) {
  .nav-categories {
    --filter-list-item-padding: var(--spacing-4) var(--spacing-6);
  }
}

.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-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-discount-field--error {
  --input-text-color: var(--error-text);
}

.cart-discount-field--error .input {
  box-shadow: inset 0 0 0 1px rgb(var(--input-text-color));
  border: 1px solid rgb(var(--input-text-color));
}

.cart-discount-field__loader {
  display: none;
  position: absolute;
  top: calc(50% - .375rem);
}

.cart-discount-field__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)) {
  right: 1rem;
}

.cart-discount-field__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)) {
  left: 1rem;
}

.cart-discount-field[aria-busy="true"] .cart-discount-field__loader {
  animation: 1s linear infinite spin;
  display: block;
}

@keyframes spin {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.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;
  reading-flow: grid-rows;
  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;
  }
}

.search-banner {
  padding-block-start: var(--spacing-8);
}

@media screen and (min-width: 1000px) {
  .search-banner {
    padding-block-start: var(--spacing-12);
  }
}

.main-search-form .search-input {
  width: 260px;
  margin-inline-start: auto;
  margin-inline-end: auto;
}

#main-search-results-page {
  margin-block-start: var(--spacing-12);
  display: block;
}

@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;
}

/* UTD COLOUR ROUTING */

:root {
    /* Royal Blue - Bold/Premium */
    --color-primary: #c45c26;
    --color-primary-light: #d98a5c;
    --color-primary-muted: #f0d4c4;
    --color-primary-dark: #9a4a1e;
   --color-bg: #fdf6f2;
}

div.utd-pd-social-proof {
    display: flex;
    line-height: 1;
    gap: 5px;
    font-size: 12px;
    justify-content: start;
    align-items: center;
    margin-bottom: 14px
}

div.utd-pd-social-proof-text {
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center
}

div.utd-pd-social-proof-line {
    width: 1px;
    min-width: 1px;
    height: 12px;
    background: #aaaaaa;
}

button.utd-pd-atc-button {
    height: 74px;
        background: #208e25;
    width: 100%;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    border-radius: 7px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.utd-pd-atc-text {
    margin-bottom: -4px
}

div.utd-pd-right {
    padding: 0px 24px
}

div.utd-pd-price {
    display: flex;
    line-height: 1;
    gap: 6px;
    align-items: center;
    margin-top: 9px
}

div.utd-pd-price-compare {
    font-size: 19px;
    color: #828282;
    text-decoration: line-through;
}

div.utd-pd-price-sale {
    font-size: 19px;
    font-weight: 700;
    color: #1a1a1a
}

div.utd-pd-price-savings {
    font-size: 11px;
    font-weight: 600;
    color: #ffffff;
    background: var(--color-primary);
    padding: 6px 9px;
    border-radius: 5px;
    margin-bottom: 5.5px;
}

div.utd-pd-price-savings-text {
    margin-bottom: -2.5px;
}

div.utd-pd-title {
    line-height: 1.3;
    font-weight: 700;
    font-size: 24px;
}

div.utd-pd-description {
    font-size: 15.5px;
    line-height: 1.5;
}

div.utd-pd-benefits {
    line-height: 1;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 12px;
}

div.utd-pd-gifts-time {
    line-height: 1;
    padding: 10px;
    display: flex;
    justify-content: center;
    height: 40px;
    align-items: center;
    background: #e5f9fe;
    font-size: 12px;
    border: 1px dashed #c0d5c9;
    border-radius: 7px;
    color: #005050;
    font-weight: 700;
    gap: 10px;
    margin: 16px 0px;
}

img.utd-pd-gifts-time-icon {
    width: 16px;
}

div.utd-pd-gifts-time-text {
    margin-bottom: -3px;
}

div.utd-pd-quantity-header {
    display: flex;
    line-height: 1;
    justify-content: space-between;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px;
    align-items: center
}

div.utd-pd-quantity-title {
    display: flex;
    gap: 4px;
    font-weight: 700;
}

div.utd-pd-quantity-title-selected {
    font-weight: 500;
}

div.utd-pd-quantity-selectors {
    display: grid;
    gap: 7px;
    grid-template-columns: 1fr 1fr;
    line-height: 1
}

div.utd-pd-quantity-item {
    border-radius: 7px;
    border: 2px solid #e5e5e5;
    background: #ffffff
}

div.utd-pd-quantity-item-tag {
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    padding: 8px;
    font-weight: 700;
    background: var(--color-primary-muted);
}

div.utd-pd-quantity-item.active {
    border-color: var(--color-primary);
    box-shadow: 0 2px 2px #00000040;
    background: var(--color-bg)
}

div.utd-pd-quantity-item.active div.utd-pd-quantity-item-tag {
    background: var(--color-primary);
    color: #ffffff
}

div.utd-pd-quantity-item-main {
    padding: 16px 0px;
    text-align: center;
}

div.utd-pd-quantity-item-title {
    font-weight: 600;
    font-size: 15px;
}

div.utd-pd-quantity-item-price {
    font-size: 13px;
    margin-top: 7px;
    margin-bottom: -3px;
}

div.utd-pd-gifts-title {
    line-height: 1;
    display: flex;
    justify-content: center;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.4px;
    align-items: center;
    margin-bottom: 14px;
}

div.utd-pd-gifts-title-text {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -2.5px;
    min-width: 215px
}

div.utd-pd-gifts-title-line {
    height: 1px;
    min-height: 1px;
    background: #e5e5e5;
    width: 100%;
}

div.utd-pd-gifts-list {
    display: grid;
    gap: 7px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

div.utd-pd-gifts {
    margin-top: 24px;
    margin-bottom: 20px
}

div.utd-pd-gifts-item-price {
    display: flex;
    line-height: 1;
    padding-top: 5px;
    padding-bottom: 3px;
    width: 100%;
    justify-content: center;
    align-items: center;
    background: var(--color-primary);
    color: #fff;
    font-size: 11px;
    gap: 3px;
    font-weight: 700;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: absolute
}

div.utd-pd-gifts-item-price-su {
    text-decoration: line-through;
}

div.utd-pd-gifts-item-block {
    border-radius: 7px;
    border: 1px solid;
    padding: 3px;
    width: 100%
}

div.utd-pd-gifts-item-image-container {
    height: 100%;
    border-radius: 5px;
    background: var(--color-bg);
    position: relative
}

div.utd-pd-gifts-item-container {
    display: flex;
    flex-direction: column;
    text-align: center;
    line-height: 1;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    gap: 8px;
    width: 100%;
    max-width: 100%;
}

div.utd-pd-quantity-pps {
    font-size: 12px;
    font-weight: 600;
    color: #19661c;
    background: #e1ffe7;
    border-radius: 5px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 6px;
    padding-bottom: 3px;
}

div.utd-pd-sub-benefits {
    line-height: 1;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin-top: 20px
}

div.utd-comparison-column.description div.utd-comparison-row {
padding-right: 16px
}

div.utd-pd-sub-benefits-text {
    margin-bottom: -2.5px;
    line-height: 1.4
}

div.utd-pd-sub-benefits-item {
    display: flex;
    align-items: center;
    gap: 7px;
}

div.utd-pd-bbar {
    display: flex;
    font-size: 12px;
    justify-content: space-between;
    padding: 12px 16px;
    background: var(--color-bg);
    line-height: 1;
    border-radius: 7px;
    margin-top: 12px;
}

div.utd-pd-bbar-supply {
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 6px;
}

div.utd-pd-bbar-supply-circle {
    height: 12px;
    width: 12px;
    background: #006600;
    border-radius: 90px;
}

div.utd-ann-bar-wrapper {
    display: flex;
    justify-content: center;
    line-height: 1;
    align-items: center;
    gap: 11px
}

div.utd-ann-bar {
        background: #041e0a;
    color: #fff;
    padding: 14px;
    position: sticky;
    top: 0;
    z-index: 40;
}

div.utd-subtitle {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: -3.5px;
}

div.utd-title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 17px;
}

div.utd-ann-bar-text {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 4px;
    justify-content: center;
}

div.utd-annn-bar-cd {
    display: flex;
    line-height: 1;
    color: #111111;
    background: #fff;
    padding: 10px;
    border-radius: 7px;
    gap: 4px;
    align-items: center;
}

div.utd-annn-bar-cd-item {
    text-align: center;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: 700;
}

div.utd-annn-bar-cd-item-label {
    font-size: 8px;
    text-transform: uppercase;
}

div.utd-annn-bar-cd-seperator {
    font-size: 17px;
    font-weight: 700;
}

div.utd-pd-nd-button-container {
    padding: 0px 20px;
    margin-top: 16px
}

div.utd-pd-nd-button {
    line-height: 1;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--color-primary-dark);
    border: 1.5px solid;
    border-color: var(--color-primary-dark);
    border-radius: 7px;
    padding-top: 3px;
}

@media screen and (max-width: 999px) {
    div.utd-pd-reviews-item.desktop {
        display: none
    }
}

@media screen and (min-width: 1000pxpx) {
    div.utd-pd-reviews-item.mobile {
        display: none
    }
}

div.utd-asi {
    background: var(--color-primary-dark);
    color: #fff;
    line-height: 1.4;
    padding: 36px 24px;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
}

div.utd-pd-accordion-toggles {
    display: flex;
    line-height: 1;
}

div.utd-pd-accordion {
    margin-top: 24px;
    border-radius: 7px;
    border: 1px solid #e2e2e2;
    background: var(--color-bg);
    overflow: hidden
}

div.utd-pd-accordion-toggle-item {
    font-size: 12px;
    font-weight: 700;
    padding: 15px 8px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border: 1px solid #e2e2e2;
    background: #ffffff;
    margin-top: -1px;
    margin-left: -8px;
    width: 100%;
    text-align: center;
    padding-left: 16px;
    position: relative
}

div.utd-pd-accordion-toggle-item:last-child {
    border-right: 0;
}

div.utd-pd-accordion-toggle-item.active {
    border-bottom: 0;
    background: var(--color-bg);
    border-top: 0;
    margin-top: 0;
}

div.utd-pd-accordion-toggle-item[data-toggle="1"] {
    z-index: 2;
}

div.utd-pd-accordion-toggle-item[data-toggle="2"] {
    z-index: 1;
}

div.utd-pd-accordion-content {
    padding: 32px 20px;
}

div.utd-pd-accordion-title {
    line-height: 1;
    font-size: 18px;
    font-weight: 700;
}

div.utd-pd-accordion-content-slide {
        visibility: hidden;
    height: 0;
    opacity: 0;

}

div.utd-pd-accordion-content-slide.active {
        visibility: visible;
    height: auto;
    opacity: 1;
}

div.utd-pd-accordion-timeline-item {
    line-height: 1;
}

div.utd-pd-accordion-timeline {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}

div.utd-pd-accordion-timeline-item-title {
    font-weight: 700;
    font-size: 16px;
}

span.utd-pd-accordion-timeline-item-title-hl {
    color: var(--color-primary);
}

div.utd-pd-accordion-timeline-item-point-list {
    font-size: 13px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 10px;
}

div.utd-pd-accordion-timeline-item-point {
    display: flex;
    align-items: center;
    gap: 6px
}

div.utd-pd-accordion-timeline-item-point-icon {
    height: 4px;
    width: 4px;
    background: var(--color-primary);
    border-radius: 90px;
    margin-bottom: 3px;
}

div.utd-pd-accordion-sec-acc-item-top {
    line-height: 1;
    padding: 16px;
    border-radius: 7px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

div.utd-pd-accordion-sec-acc-item {
    border: 1px solid #e4e4e5;
    background: #fff;
    border-radius: 7px;
    max-height: 48px;
    overflow: hidden;
    transition: max-height 0.5s ease
}

div.utd-pd-accordion-sec-acc-item.review-sec-accc-item {
    max-height: 78px;
}

div.utd-pd-accordion-sec-acc-item.accordion-expanded {
    max-height: 300px
}

div.utd-pd-accordion-sec-acc-item-text {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: -3px;
    padding-right: 14px
}

div.utd-pd-accordion-sec-acc-item-content {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 20px;
    padding-top: 4px;
}

div.utd-pd-accordion-sec-acc-item-reviewer-details {
    display: flex;
    line-height: 1;
    justify-content: space-between;
    margin-top: 20px
}

img.utd-pd-social-proof-stars {
    height: 12px;
    margin-bottom: 3px;
}

div.utd-pd-right {
    margin-top: 20px
}

div.utd-pd-description {
    margin-top: 10px;
}

img.utd-pd-reviews-item-stars {
    height: 13px;
    margin-bottom: 4.5px;
}

div.utd-pd-reviews-item-name {
    line-height: 1;
    font-size: 13px;
    font-weight: 700;
}

div.utd-pd-reviews-item-ver {
    line-height: 1;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
}

div.utd-pd-reviews-item-name-container {
    display: flex;
    align-items: center;
    gap: 7px;
}

div.utd-pd-reviews-item-header {
    display: flex;
    align-items: center;
    gap: 7px;
}

img.utd-pd-reviews-item-ver-icon {
    width: 14px;
    margin-bottom: 3px;
}

div.utd-pd-reviews-item-body {
    line-height: 1.4;
    font-size: 13px;
    margin-bottom: -4.5px;
    margin-top: 7px;
}

div.utd-pd-reviews-item {
    padding: 14px;
    border: 3px solid #e5e5e5;
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    border-radius: 7px;
}

div.utd-pd-reviews-item-image-container {
    height: 65px;
    width: 65px;
    border-radius: 90px;
    background: #7a7a7a;
    min-width: 65px;
        overflow: hidden;
}

div.utd-pd {
    margin-bottom: 40px
}

img.utd-pd-sub-benefits-icon {
    width: 16px;
    margin-bottom: 2px;
}

div.utd-pd-benefits-item-icon-container {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-primary);
    border-radius: 90px;
    margin-bottom: 3px;
}

div.utd-section {
    padding: 32px 0px;
    overflow: hidden
}

img.utd-pd-benefits-item-icon {
    width: 8px
}

div.utd-pd-benefits-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

div.utd-section-wrapper {
    padding: 0px 20px
}

div.utd-section-title {
    font-size: 29px;
    line-height: 1.3;
    font-weight: 700;
}

div.utd-section-header-body {
    font-size: 15px;
    line-height: 1.55;
    margin-top: 8px;
}

div.utd-comparison-table {
    display: flex
}

div.utd-comparison-column.us {
    width: 30%
}

div.utd-comparison-column.description {
    width: 40%
}

div.utd-comparison-them-container {
    width: 30%
}

div.utd-comparison-column.them {
    width: 100%;
    display: none
}

div.utd-comparison-column.them.active {
    display: block
}

div.utd-section-header {
    margin-bottom: 30px
}

span.utd-comparison-row-dt {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: -2px;
}

div.utd-comparison-row {
    line-height: 1.3;
    height: 60px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dfdfdf;
}



div.utd-comparison-row.hero {
    justify-content: center;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    gap: 14px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
        padding: 0px 12px;
    text-align: center;
}

div.utd-comparison-column.us {
    color: #fff;
    background: var(--color-primary);
    border-radius: 9px;
    padding-bottom: 3px;
}

div.utd-comparison-row:last-child {
    border-bottom: 0
}

div.utd-comparison-row.point {
    justify-content: center
}

img.utd-comparison-row-icon {
    width: 22px
}

div.utd-ba-item-sides-contaner {
    display: flex;
    padding: 5px
}

div.utd-ba-item-side {
    width: 100%;
    min-height: 130px;
    background: var(--color-bg);
    position: relative
}

img.utd-ba-item-stars {
    height: 16px
}

div.utd-ba-item-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

div.utd-ba-item-side.before {
    border-top-left-radius: 5px
}

div.utd-ba-item-side.after {
    border-top-right-radius: 5px
}

div.utd-ba-item {
    border: 1px solid #e2e2e2;
    border-radius: 7px;
}

div.utd-ba-item-side-divider {
    width: 2px;
    min-width: 2px;
    background: #ffffff;
}

div.utd-ba-item-side-tag {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #116d43;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    text-align: center;
    line-height: 1;
    padding-top: 7px;
    padding-bottom: 5px;
}

div.utd-ba-item-verification {
    line-height: 1;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 18px;
}

div.utd-ba-item-name {
    font-weight: 700;
    line-height: 1;
    margin-top: 16px;
    margin-bottom: 12px;
}

img.utd-ba-item-verification-icon {
    width: 14px;
    margin-bottom: 3px;
}

div.utd-ba {
    display: flex;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    margin: 0px -20px;
    padding: 0px 20px;
}

div.utd-ba-item-container {
    min-width: 85%;
    padding-left: 20px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    margin-left: -8px
}

div.utd-ba-item-container:first-child {
    margin-left: 0
}

.utd-ba::-webkit-scrollbar {
    display: none;
}

@media screen and (min-width: 1000px) {
    div.utd-section-header.mobile {
        display: none
    }
}

@media screen and (max-width: 999px) {
    div.utd-section-title.column-title.desktop {
        display: none
    }
}

div.utd-section.dark {
    background: var(--color-primary);
    color: #fff;
}

div.utd-wif-title {
    line-height: 1;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgb(255, 255, 255, 0.3);
}

div.utd-wif-point {
    display: flex;
    align-items: center;
    gap: 9px;
}

img.utd-wif-point-icon {
    width: 17px;
    margin-bottom: 3px
}

div.utd-wif-list {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

img.utd-ingredients-item-image {
    height: 64px;
    width: 64px;
    min-width: 64px;
    border-radius: 90px;
}

div.utd-ingredients-item {
    display: flex;
    gap: 16px;
}

div.utd-ingredients-item-title {
    line-height: 1;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
}

div.utd-ingredients-item-text {
    font-size: 14px;
    line-height: 1.45
}

div.utd-ingredients-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

div.utd-rev-toggle-item {
    border-radius: 7px;
    border: 1px solid #e2e2e2;
    line-height: 1;
    font-size: 13px;
    padding-top: 14px;
    padding-bottom: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.utd-rev-toggle-list {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
    line-height: 1;
}

div.utd-rev-toggle-item.active {
    border: 0;
    background: var(--color-primary);
    color: #ffffff;
    font-weight: 700;
    box-shadow: 0 2px 2px #00000040;
}

div.utd-rev-slide {
    display: none;
    flex-direction: column;
    gap: 14px;
    margin-top: 24px;
}

div.utd-rev-slide.active {
    display: flex
}

img.utd-rev-slide-item-stars {
    height: 14px
}

div.utd-rev-slide-item-title {
    line-height: 1;
    font-size: 17px;
    font-weight: 700;
    margin-top: 17px;
}

div.utd-rev-slide-item-body {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px;
}

div.utd-rev-slide-item-person {
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 18px;
}

div.utd-rev-slide-item-name {
    font-weight: 700;
    font-size: 14px;
}

div.utd-rev-slide-item-ver {
    line-height: 1;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
}

img.utd-rev-slide-item-ver {
    width: 14px;
    margin-bottom: 3px;
}

div.utd-rev-slide-item {
    background: var(--color-bg);
    padding: 20px 16px;
    border-radius: 7px;
}

div.utd-sec-offer-item-description {
    line-height: 1;
    font-size: 11px;
    opacity: 0.7;
    margin-bottom: -2px;
}

div.utd-sec-offer-item-title {
    line-height: 1;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}

div.utd-sec-offer-item {
    display: flex;
    align-items: center;
    line-height: 1;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #dfdfdf;
}

div.utd-sec-offer-item-price {
    display: flex;
    gap: 5px;
    font-size: 14px;
    margin-bottom: -3px;
    align-items: center
}

div.utd-sec-offer-item-price-compare {
    text-decoration: line-through;
    color: #6d6d6d;
}

div.utd-sec-offer-item-price-sale {
    font-weight: 700;
}

div.utd-sec-offer-title {
    line-height: 1;
    font-weight: 700;
    font-size: 19px;
    padding-bottom: 16px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dfdfdf;
}

div.utd-sec-offer {
    margin-top: 32px
}

div.utd-sec-offer-list {
    display: flex;
    flex-direction: column;
    gap: 20px
}

div.utd-sec-offer-item.total div.utd-sec-offer-item-title {
    margin-bottom: -3px;
}

div.utd-sec-offer-item-price-savings {
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    background: var(--color-primary);
    border-radius: 5px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 6px;
    padding-bottom: 3px;
    margin-bottom: 4px;
}

div.utd-steps-item-image-container {
    width: 120px;
    min-width: 120px;
    position: relative;
}

div.utd-ba-item-side {
overflow: hidden
}

img.utd-steps-item-image {
border-radius: 90px
}

div.utd-steps-item {
    display: flex;
    align-items: center;
    gap: 24px;
}

div.utd-steps-item-title {
    line-height: 1.4;
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 7px;
}

div.utd-steps-item-body {
    line-height: 1.45;
}

div.utd-steps {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

div.utd-steps-item-number {
    position: absolute;
    top: 0;
    right: 0;
    height: 24px;
    width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 3px;
    font-weight: 700;
    background: var(--color-primary);
    color: #fff;
    border-radius: 90px;
    font-size: 13px;
}

div.utd-section.alt-section-bg {
    background: var(--color-bg);
}

div.utd-columns-item {
    border-radius: 7px;
    overflow: hidden;
}

div.utd-columns {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

div.utd-pd-wrapper {
    display: flex;
    flex-direction: column;
}

div.udt-carosuel-container {
    width: 100%
}

div.udt-carousel-main {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 12px;
}

div.udt-carousel-track {
    display: flex;
    transition: transform 0.3s ease-in-out;
    height: 100%;
}

div.udt-carousel-slide {
    min-width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--color-bg);
}

div.udt-carousel-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

div.udt-carousel-controls-countainer {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0px 20px;
}

div.udt-carousel-controls-container {
    display: flex;
    align-items: center;
    padding: 0px 20px
}

div.udt-carousel-control-button#udt-prevBtn img.udt-carousel-button-img-icon {
    rotate: 180deg
}

img.udt-carousel-button-img-icon {
    width: 9px
}

div.udt-carousel-thumbnails {
    display: flex;
    overflow: hidden;
    margin: 0px 14px;
    gap: 8px;
}

div.udt-carousel-control-button {
    position: relative;
    transition: none;
    transform: translateY(0%);
    min-width: 40px;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: var(--color-bg);
    border-radius: 50%;
    height: 40px;
    width: 40px
}

div.udt-carousel-thumbnail {
    border: 2px solid transparent;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    background: var(--color-bg);
    min-width: 17.6%;
}

div.udt-carousel-thumbnail.active {
    border-color: #006f3f
}

div.udt-carousel-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

div.utd-control {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
        border: 1px solid #003209;
    background: #fafafa;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    transition: opacity 0.3s ease
}

div.utd-control-status-wrapper {
    display: flex;
    justify-content: center;
    gap: 16px;
    align-items: center
}

div.utd-control-status {
    margin-top: 32px
}

div.utd-status {
    display: flex;
    gap: 8px;
}

div.utd-status-item {
    height: 10px;
    width: 10px;
    border-radius: 90px;
    background: #c3cdc1;
    opacity: 1;
}

div.utd-status-item.active {
    opacity: 1;
    background: #003209
}

div.utd-control.previous img {
    rotate: 180deg
}

img.utd-control-icon {
    width: 15px
}

img.utd-pd-atc-icon {
    position: absolute;
    width: 20px;
    right: 29px;
}

div.utd-control.inactive {
    opacity: 0.4;
    pointer-events: none;
}

div.sticky-atc-benefits-item {
    display: flex;
    align-items: center;
    font-size: 11px;
    gap: 5px;
    line-height: 1;
}

span.sticky-atc-benefits-item-text {
    margin-bottom: -4px;
}

div.sticky-atc-benefits {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 12px;
    margin-top: 14px;
}

img.sticky-atc-benefits-item-icon {
    width: 14px
}

div.sticky-atc-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 14px 20px;
    background: #fff;
    z-index: 10;
    transform: translateY(100%);
    transition: transform 0.3s ease
}

div.sticky-atc-bar.active {
    transform: translateY(0%)
}

div.bv-section.gifts-section, div.offer-bv-section {
display: none
}

img.utd-pd-accordion-sec-acc-item-stars {
    height: 15px;
    margin-bottom: 14px;
}

img.utd-pd-accordion-sec-acc-item-reviewer-ver-icon {
    width: 15px;
    margin-top: -3px;
}

div.utd-pd-accordion-sec-acc-item-reviewer-name {
    font-weight: 700;
    font-size: 13px
}

div.utd-pd-accordion-sec-acc-item-reviewer-ver {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 11px;
}

div.utd-pd-accordion-content-slide.reviews.active,
div.utd-pd-accordion-content-slide.faqs.active {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

div.utd-pd-accordion-sec-acc-item-exp-hor {
    width: 10px;
    height: 1.5px;
    background: #111111;
    border-radius: 90px;
}

div.utd-pd-accordion-sec-acc-item-exp-ver {
    height: 10px;
    width: 1.5px;
    min-width: 1.5px;
    background: #111111;
    border-radius: 90px;
    position: absolute;
    transition: rotate 0.5s ease
}

div.utd-pd-accordion-sec-acc-item-exp {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

div.utd-pd-accordion-sec-acc-item.accordion-expanded div.utd-pd-accordion-sec-acc-item-exp-ver {
    rotate: 90deg;
}

div.utd-gu-box-icon-container {
    height: 115px;
    width: 115px;
    background: var(--color-primary-dark);
    border-radius: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

img.utd-gu-box-icon {
    width: 95px
}

div.utd-gu-box-icon-wrapper {
    justify-content: center;
    display: flex;
    margin-bottom: -57.5px;
    z-index: 1;
    position: relative
}

div.utd-gu-box-content {
    background: var(--color-primary);
    color: #fff;
    padding-top: 81.5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 24px;
    border-radius: 8px
}

div.utd-gu-box-title {
    font-size: 29px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}

div.utd-gu-box-body {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 16px;
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid;
}

div.utd-faqs-item-top {
    line-height: 1;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 62px;
}

div.utd-faqs-item-exp {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

div.utd-faqs-item-content {
padding-bottom: 16px
}

div.utd-faqs-item {
    max-height: 62px;
    overflow: hidden;
    transition: max-height 0.5s ease;
    border-bottom: 1px solid #e6e6e6;
}

div.utd-faqs-item-exp-line.hor {
    width: 10px;
    height: 1.5px;
    background: #111111;
    border-radius: 90px;
}

div.utd-faqs-item-exp-line.ver {
    height: 10px;
    width: 1.5px;
    min-width: 1.5px;
    background: #111111;
    border-radius: 90px;
    position: absolute;
    transition: rotate 0.5s ease;
}

div.utd-faqs-item.accordion-expanded div.utd-faqs-item-exp-line.ver {
    rotate: 90deg;
}

div.utd-faqs-item.accordion-expanded {
    max-height: 300px;
}

div.utd-faqs {
    border-top: 1px solid #e6e6e6;
    margin-top: -10px;
}

div.utd-footer {
    background: #041e0a;
    color: #fff;
    padding: 32px;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    line-height: 1;
}

div.utd-footer-wrapper {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

div.utd-footer-links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    text-decoration: underline;
    margin-top: 16px;
}

div.utd-footer-disclaimer-sec {
    margin-top: 32px;
    font-size: 14px;
    line-height: 1.5;
}

@media screen and (max-width: 999px) {
    div.utd-footer-disclaimer-sec {
        font-size: 12px;
    }
}

div.utd-tl-m-item-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    margin-bottom: -4px;
}

span.utd-tl-m-item-title-hl {
    color: var(--color-primary);
}

div.utd-tl-m-item-body {
    font-size: 14px;
    line-height: 1.45;
    margin-top: 8px;
    padding-left: 42px;
}

div.utd-tl-m-item-title-container {
    display: flex;
    align-items: center;
    gap: 9px;
}

div.utd-tl-m-item-title-icon-container {
    height: 30px;
    width: 30px;
    min-width: 30px;
    border-radius: 90px;
    background: var(--color-primary);
        display: flex;
    align-items: center;
    justify-content: center;
}

img.utd-tl-m-item-title-icon {
width: 14px
}

div.utd-tl-m {
    display: flex;
    align-items: stretch
}

div.utd-tl-m-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-left: -15px;
}

div.utd-tl-m-line {
    border-right: 1px dashed;
    padding-left: 15px;
    border-color: var(--color-primary);
}

div.utd-tl-m-item:last-child {
    background: #ffffff
}

img.utd-logo {
    width: 145px
}

div.utd-logo-header {
    padding: 24px;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #e6e6e6;
}

div.utd-pd-nd-button,
div.utd-pd-quantity-item,
div.utd-pd-accordion-toggle-item,
div.utd-pd-accordion-sec-acc-item-top,
div.utd-control,
div.utd-rev-toggle-item,
div.utd-ndm-header-close,
div.utd-vmi-button {
    cursor: pointer
}

div.utd-vmi-button {
    height: 74px;
    background: none;
    border: 2px solid var(--color-primary-dark);
    width: 100%;
    color: var(--color-primary-dark);
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    border-radius: 7px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
}

div.utd-ndm-box {
    background: #fff;
    height: calc(100vh - 80px);
    border-radius: 8px;
    overflow: scroll;
}

div.utd-ndm-box-facts {
    padding: 0px 20px;
}

div.utd-ndm-box-ingredients {
    padding: 36px 20px;
    margin-top: 36px;
    background: #f4f4ef;
}

div.utd-ndm-box-ingredients-list {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 1fr;
}

div.utd-ndm-box-ingredients-item-title {
    line-height: 1.3;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

div.utd-ndm-box-ingredients-item-body {
    font-size: 11px;
    line-height: 1.4;
}

div.utd-ndm-box-ingredients-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 13px;
}

div.utd-ndm {
    background: rgb(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    z-index: 100;
    left: 0;
    height: 100vh;
    padding: 40px 20px;
    width: 100%;
    display: none
}

div.utd-ndm.active {
    display: block
}

img.utd-ndm-box-ingredients-item-image {
    width: 65px;
    border-radius: 90px;
}

div.utd-ndm-box-ingredients-title {
    font-size: 26px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 20px;
}

span.bv-green-highlight {
color: #116d43
}


span.bv-green-highlight-dark {
color: #a8fa84;
}

div.utd-ndm-header {
    padding: 10px 20px;
    display: flex;
    justify-content: end;
}

div.utd-ndm-header-close-line {
    height: 19px;
    width: 1.7px;
    background: #111111;
    border-radius: 90px;
    rotate: 45deg;
}

div.utd-ndm-header-close-two {
    height: 19px;
    width: 1.7px;
    background: #111111;
    border-radius: 90px;
    rotate: 315deg;
    position: absolute;
}

div.utd-ndm-header-close {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
}

div.utd-ndm-box-close-button-container {
    display: flex;
    justify-content: center;
    line-height: 1;
    margin-top: 32px;
}

div.utd-ndm-box-close-button {
    height: 55px;
    display: flex;
    background: #eae6d3;
    color: #04310f;
    width: 170px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-weight: 600;
}

div.utd-ndm-box-ingredients-item-dose {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    background: #bdff9f;
    width: fit-content;
    padding-left: 7px;
    padding-right: 7px;
    line-height: 1;
    padding-top: 5px;
    padding-bottom: 3px;
    border-radius: 5px;
    margin-bottom: 12px;
}

div.utd-ndm-box-ingredients-item-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

span.utd-pd-quantity-title-selected {
    font-weight: 500
}

div.utd-asi-logo-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 18px;
}

div.utd-asi {
overflow: hidden
}

img.utd-asi-logo-item {
    height: 20px
}
/* Desktop Styles - min-width: 1000px */
@media screen and (min-width: 1000px) {
    div.utd-pd-wrapper {
        max-width: 1200px;
        padding: 0px 60px;
        display: flex;
        flex-direction: row;
        margin-left: auto;
        margin-right: auto;
        gap: 55px;
        align-items: start
    }

    div.utd-tl-m-line {
    border-right: 2px dashed;
    border-color: var(--color-primary) 
    }

    div.utd-pd-right {
        padding: 0;
        margin: 0;
        width: 45%;
        max-width: 45%;
    }

    div.utd-pd-left {
        width: 55%;
        max-width: 55%;
        min-width: 55%;
        position: sticky;
        top: 100px;
    }

    div.udt-carousel-controls-container,
    div.utd-pd-nd-button-container {
        padding: 0px
    }

    div.udt-carousel-thumbnail {
        min-width: 15.3%;
    }

    div.udt-carousel-main {
        margin-bottom: 20px
    }

    div.udt-carousel-slide {
        border-radius: 8px;
        overflow: hidden;
    }

    div.utd-logo-header {
        padding: 26px
    }

    div.utd-pd {
        margin-top: 40px;
        margin-bottom: 80px
    }

    div.utd-pd-title {
        font-size: 36px
    }

    div.utd-pd-social-proof {
        font-size: 14px
    }

    div.utd-pd-reviews-item.mobile {
        display: none
    }

    img.utd-pd-social-proof-stars {
        height: 14px;
        margin-bottom: 4.5px;
    }

    div.utd-pd-social-proof-text,
    div.utd-pd-social-proof {
        gap: 8px
    }

    div.utd-pd-description {
        font-size: 17px
    }

    div.utd-pd-benefits-item {
        font-size: 17px
    }

    div.utd-pd-benefits-item-icon-container {
        height: 18px;
        width: 18px
    }

    div.utd-section-wrapper {
        max-width: 1340px;
        margin-left: auto;
        margin-right: auto;
        padding: 0px 60px;
    }

    div.utd-comparison-column.them {
        display: block
    }

    div.utd-control-status.comparison {
        display: none
    }

    div.utd-comparison-them-container {
        display: flex;
        width: 45%
    }

    div.utd-comparison-column.description {
        width: 40%
    }

    div.utd-comparison-column.us {
        width: 15%
    }

    div.utd-comparison-column.them {
        width: 33.33333%
    }

    div.utd-comparison-row {
        height: 65px;
    }

    span.utd-comparison-row-dt {
        font-size: 15px;
        margin-bottom: -5px;
    }

    div.utd-section {
        padding: 68px 0px
    }

    div.utd-comparison-row.hero {
        font-size: 12px
    }

    div.utd-asi-wrapper {
        display: flex;
        max-width: 1100px;
        padding: 0px 60px;
        font-size: 23px;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        justify-content: center
    }

    div.utd-asi {
        padding: 42px 0px;
    }

    div.utd-asi-quote {
        margin-bottom: -6px;
    }

    div.utd-section-title {
        font-size: 42px;
        margin-bottom: 12px;
    }

    div.utd-section-header-body {
        font-size: 17px
    }

    div.utd-section-header {
        margin-bottom: 50px;
    }

    div.utd-asi-logo-list {
        display: flex;
        gap: 32px;
        margin-left: 32px;
        border-left: 2px solid #ffff;
        padding: 16px 0px;
        padding-left: 32px;
        margin-top: 0
    }

    img.utd-tl-m-item-title-icon {
    width: 22px
    }

    img.utd-asi-logo-item {
        height: 24px
    }

    div.utd-control-status.ba {
        display: none;
    }

    div.utd-ba {
        margin: 0;
        padding: 0;
        gap: 16px;
    }

    div.utd-ba-item-container {
        padding-left: 0;
        margin-left: 0;
        min-width: 0;
        width: 33.33333%
    }

    div.utd-columns {
        flex-direction: row;
        align-items: center;
        gap: 45px
    }

    div.utd-columns.reverse {
        flex-direction: row-reverse
    }

    div.utd-columns-item {
        width: 50%
    }

    div.utd-steps {
        flex-direction: row;
    }

    div.utd-steps-item {
        width: 33.33333%;
    }

    div.utd-sec-offer-item-title {
        font-size: 17px
    }

    div.utd-sec-offer-item-description {
        font-size: 13px;
        padding-top: 4px;
    }

    div.utd-sec-offer-item-price {
        font-size: 16px
    }

    div.utd-rev-toggle-list {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }

    div.utd-rev-slide.active {
        display: grid;
        gap: 16px;
        grid-template-columns: 1fr 1fr 1fr;
    }

    div.utd-gu-box {
        background: var(--color-primary);
        color: #fff;
        border-radius: 8px;
        padding: 70px;
        display: flex;
        align-items: center;
        text-align: left;
        gap: 40px
    }

    div.utd-gu-box-content {
        padding: 0
    }

    div.utd-gu-box-icon-wrapper {
        margin: 0
    }

    div.utd-gu-box-title {
        text-align: left;
        font-size: 37px;
    }

    div.utd-gu-box-body {
        text-align: left;
        font-size: 17px;
    }

    img.utd-gu-box-icon {
        width: 135px;
    }

    div.utd-gu-box-icon-container {
        width: 170px;
        height: 170px
    }

    div.utd-pd-reviews-item {
        padding: 20px;
        gap: 20px
    }

    div.utd-pd-reviews-item-body {
        font-size: 15px;
    }

    div.utd-pd-reviews-item-name {
        font-size: 15px
    }

    img.utd-pd-reviews-item-ver-icon {
        width: 16px
    }

    div.utd-pd-reviews-item-ver {
        font-size: 13px;
        gap: 5px;
    }

    div.utd-pd-gifts-title-text {
        min-width: 250px;
        font-size: 13px;
    }

    div.utd-ba-item-sides-contaner {
        padding: 10px
    }

    div.utd-wif-title {
        font-size: 24px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    div.utd-wif-point {
        font-size: 17px;
        gap: 12px;
    }

    div.sticky-atc-bar.active {
        display: none
    }

    div.utd-footer {
        padding: 64px
    }

    div.utd-section-wrapper.utd-faq-wrapper {
        max-width: 1100px;
    }

    div.utd-ingredients-item-body {
        font-size: 17px
    }

    div.utd-ingredients-item-title {
        font-size: 19px
    }

    div.utd-ingredients-item {
        align-items: center;
        gap: 24px;
    }

    img.utd-ingredients-item-image {
        height: 84px;
        width: 84px;
        min-width: 84px;
    }

    div.utd-tl-m-item-title {
        font-size: 19px
    }

    div.utd-tl-m-item-body {
        font-size: 16px;
        padding-left: 66px
    }

    div.utd-pd-accordion-title {
        font-size: 20px
    }

    div.utd-pd-accordion-timeline-item-title {
        font-size: 18px
    }

    div.utd-pd-accordion-timeline-item-point {
        font-size: 15px;
        gap: 10px;
    }

    div.utd-pd-accordion-timeline-item-point-list {
        gap: 10px;
        margin-top: 14px;
    }

    div.utd-tl-m-line {
        padding-left: 25px;
    }

    div.utd-tl-m-content {
        margin-left: -25px;
    }

    div.utd-tl-m-item-title-container {
        gap: 16px;
    }

    div.utd-tl-m-item-title-icon-container {
        height: 50px;
        width: 50px
    }

    div.utd-steps-item-number {
        height: 32px;
        width: 32px;
        font-size: 17px;
    }

    div.utd-section-body.column-body {
        font-size: 17px
    }

    div.utd-steps-item-title {
        font-size: 19px
    }

    div.utd-pd-gifts-time {
        font-size: 14px;
        height: 50px;
    }

    img.utd-pd-gifts-time-icon {
        width: 18px;
    }

    /* Modal desktop styles */
    div.utd-ndm-box {
        max-width: 1100px;
        max-height: fit-content;
        position: relative
    }

    div.utd-ndm-box-ingredients-list {
        gap: 20px;
        row-gap: 40px
    }

    div.utd-ndm-box-ingredients-item {
        flex-direction: row;
        text-align: left;
        gap: 16px
    }

    div.utd-ndm-box-ingredients-item-text {
        align-items: start;
    }

    div.utd-ndm-box-close-button-container {
        display: none
    }

    div.utd-ndm-box-main {
        display: flex
    }

    div.utd-ndm-box-facts {
        padding: 30px;
        width: 35%;
        min-width: 35%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    div.utd-ndm-box-ingredients {
        padding: 30px;
        margin-top: 0
    }

    img.utd-ndm-box-ingredients-item-image {
        width: 75px;
        height: 75px
    }

    div.utd-ndm-box-ingredients-item-title {
        font-size: 16px
    }

    div.utd-ndm {
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    div.utd-ndm-header {
        position: absolute;
        top: 0;
        right: 0;
    }

    div.utd-ndm.active {
        display: flex
    }

  div.utd-ndm-box-ingredients {
  margin-top: 0
  }



}

span.utd-pd-quantity-title-selected {
font-weight: 500
}

div.utd-asi-logo-list {
display: flex;
    align-items: center;
        justify-content: space-between;
    margin-top: 18px;
}

img.utd-asi-logo-item {
height: 20px
}

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

div.utd-asi-wrapper {
justify-content: center
}

img.utd-asi-logo-item {
height: 24px
}

div.utd-asi-logo-list {
margin-top: 0
}

div.utd-ingredients-item.ingredient-hod {
display: none
}

}

div.utd-ba-item-side.before div.utd-ba-item-side-tag {
background: #1a1a1a
}

img.utd-pd-gifts-title-icon {
width: 13px;
    margin-bottom: 4px;
}

div.utd-pd-gifts-title-text {
gap: 7px
}

div.utd-rev-slide-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

div.utd-rev-slide-item-title {
line-height: 1.35;
}

div.utd-faqs-item-title {
    line-height: 1.3;
    padding-right: 16px;
}

img.utd-comparison-row-product-image {
    max-width: 70px;
    margin-top: -35px;
}



div.utd-comparison-row.hero {
height: 100px
}

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


  img.utd-comparison-row-product-image {
    max-width: 90px;
    margin-top: -55px;
  }

  div.utd-ingredients-item.hod-desktop {
  display: none
  } 

}

div.utd-asi-logo-list {
min-width: fit-content
}

div.utd-pd-price-savings {
padding-bottom: 8px
}

div.utd-saving-amount-sub-notice {
font-size: 10px;
    line-height: 1;
    margin-bottom: 14px;
    border-top: 1px solid #e6e6e6;
    padding-top: 14px;
    margin-top: -4px;
    font-weight: 600;
    }


    span.refill-price-ea {
    display: none
    }

    span.refill-price-ea.active {
    display: inline
    }
    

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


  div.utd-saving-amount-sub-notice {
  font-size: 11.5px
  }

}

@media screen and (max-width: 999px) {
div.utd-title {
font-size: 14px
}
}

div.utd-adv-hero-title {
font-size: 28px;
    line-height: 1.3;
    font-weight: 700;
}

div.utd-adv-wrapper {
max-width: 950px;
margin-left: auto;
margin-right: auto;
padding: 0px 20px
}

span.utd-adv-title-highlight {
color: var(--color-primary)
}

div.utd-adv-hero-note {
    color: var(--color-primary-dark);
    background: var(--color-bg);
    border-left: 3px solid;
    border-color:  var(--color-primary-dark);
    line-height: 1.45;
    padding-left: 14px;
    padding-right: 16px;
    padding-top: 12px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 16px
}

div.utd-adv-hero-body, div.utd-adv-reasons-item-body {
font-size: 16px;
    line-height: 1.5;
}

div.utd-adv-header {
    padding: 20px;
    background: #ffffff;
    border-bottom: 1px solid #e6e6e6;
}

div.utd-adv-progress {
    padding: 14px 20px;
    box-shadow: 0 2px 6px #3755401a;
    background: #fff;
    position: sticky;
    top: 70px;
    z-index: 7;
}

div.utd-adv-progress-bar {
    background-color: var(--color-primary-muted);
    height: 6px;
    border-radius: 90px;
    width: 100%;
    padding: 2px;
} 

div.utd-adv-progress-bar-inner {
    background: var(--color-primary-dark);
    border-radius: 90px;
    height: 2px;
    width: 0%;
    transition: width 0.3s ease-in-out;
}

a.utd-offer-cta {
    height: 74px;
    background: var(--color-primary);
    width: 100%;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    border-radius: 7px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

img.utd-offer-cta-icon {
position: absolute;
    width: 20px;
    right: 29px;
}

div.utd-adv-offer {
    background: var(--color-bg);
    padding: 48px 0px;
}

div.utd-offer-box {
border: 1px dashed;
    border-radius: 9px;
    background: #fff;
    border-color: var(--color-primary-dark);
    overflow: hidden;
    box-shadow: 0 2px 6px #3755401a;
}

div.utd-offer-box-content {
padding: 20px
}

div.utd-offer-countdown {
line-height: 1;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    justify-content: center;
    display: flex;
    padding: 16px 0px;
}

span.utd-offer-urgency-red {
    color: #b72a3c;
    font-weight: 700;
}

div.utd-offer-urgency {
line-height: 1;
    display: flex;
    justify-content: center;
    gap: 12px;
    background: var(--color-bg);
    padding: 12px;
    padding-bottom: 10px;
    font-size: 13px;
        border-radius: 6px;
    margin-top: -4px;
    margin-bottom: 18px;
}

span.utd-offer-countdown-main {
color: #b72a3c;
}

div.utd-offer-box-title {
font-size: 28px;
    line-height: 1.2;
    text-align: center;
    font-weight: 700;
}

div.utd-offer-box-body {
    line-height: 1.45;
    text-align: center;
    font-size: 13px;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 14px;
}

div.utd-offer-box-tag-container {
    display: flex;
    line-height: 1;
    justify-content: center;
    margin-bottom: -13px;
}

div.utd-offer-box-tag {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    background: var(--color-primary-dark);
    color: #fff;
    padding-top: 7px;
    padding-bottom: 5px;
    padding-left: 11px;
    padding-right: 11px;
    border-radius: 5px;
}

div.utd-offer-gu {
font-size: 10px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
}

div.utd-adv-sticky {
padding: 14px 20px;
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
    left: 0;
    box-shadow: 0 -4px 4px #0000000f;
    z-index: 3;
}

div.utd-adv-sticky-discount-tag {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1;
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 700;
    margin-top: 14px;
}

img.utd-adv-hero-author-image {
    width: 50px;
    height: 50px;
    background: #f2f4f6;
    border-radius: 90px;
}

div.utd-adv-hero-author {
    display: flex;
    line-height: 1;
    align-items: center;
    gap: 14px;
}

img.utd-adv-hero-author-name-ver-icon {
width: 13px
}

div.utd-adv-hero-author-name-ver {
display: flex;
    align-items: center;
    color: #036cfa;
    font-size: 13px;
    font-weight: 700;
    gap: 4px;
}

div.utd-adv-hero-author-name-container {
    display: flex;
    align-items: center;
    gap: 7px;
}

div.utd-adv-hero-author-position {
font-size: 13px;
    opacity: 0.7;
    margin-top: 7px;
    margin-bottom: -2px;
}

div.utd-adv-hero {
padding-top: 24px;
margin-bottom: 32px;
}

div.utd-adv-hero-body {
    margin-top: 12px;
    margin-bottom: 16px
}

div.utd-adv-hero-author {
    margin-top: 20px;
    margin-bottom: 20px
}

div.utd-adv-reasons {
padding-bottom: 48px
}



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


  div.utd-adv-reasons-item-title.mobile {
  display: none
  }

}

@media screen and (max-width: 999px) {


  div.utd-adv-reasons-item-title.desktop {
  display: none
  }

}

div.utd-adv-reasons-item-title {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
        margin-bottom: 18px;
}

div.utd-adv-reasons div.utd-adv-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 48px;
}

div.utd-adv-reasons-item-columns {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

div.utd-adv-reasons-item-image-column {
    border-radius: 8px;
    overflow: hidden;
}

div.utd-offer-box-tag-container {
position: relative;
    z-index: 1;
}

img.utd-adv-sticky-discount-tag-icon {
    width: 17px;
    margin-bottom: 1px;
}

div.utd-adv-sticky {
display: none
}

div.utd-adv-sticky.active {
display: block
}

div.utd-offer-urgency-divider {
    width: 1px;
    min-width: 1px;
    background: #000000;
    height: 15px;
}

div.utd-offer-urgency {
align-items: center
}

div.utd-offer-box-gifts-subheadline {
    display: flex;
    font-size: 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    font-weight: 700;
    line-height: 1;
    min-width: 210px;
}

div.utd-offer-box-gifts-subheadline-container {
display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
    margin-bottom: 14px;
}

div.utd-offer-box-gifts-subheadline-line {
height: 1px;
    width: 100%;
    background: #cdcdcd;
}

span.utd-offer-box-gifts-subheadline-text {
margin-bottom: -2px
}



div.utd-adv-offer-header-title {
font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 18px;
    text-align: center;
}

div.utd-adv-offer-header-body {
    font-size: 14.5px;
    line-height: 1.45;
    text-align: center;
}

div.utd-adv-offer-header {
margin-bottom: 28px;
}

div.utd-adv-header {
display: none
}

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

  div.utd-adv-sticky.active {
display: none
}

  div.utd-footer-disclaimer-sec {
    font-size: 12px
  }

  div.utd-adv-offer-header {
      margin-bottom: 28px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  div.utd-adv-reasons-item-title {
  font-size: 28px
  }

  div.utd-adv-reasons div.utd-adv-wrapper {
  row-gap: 62px
  }

  div.utd-adv-reasons-item-body {
  font-size: 18px
  }

  div.utd-adv-progress-bar {
  height: auto;
  padding: 3px
  }

  div.utd-adv-progress-bar-inner {
  height: 4px
  }

  div.utd-adv-offer-header-title {
      font-size: 28px;
  }

  div.utd-adv-offer-header-body {
  font-size: 18px;
  }

  div.utd-adv-offer-header {
  margin-bottom: 32px;
  }

  div.utd-adv-wrapper {
  padding: 0px 40px
  }

  div.utd-adv-hero-title {
  font-size: 42px;
  }

  div.utd-adv-hero-note {
  font-size: 18px;
  }

  div.utd-adv-hero-body {
      font-size: 18px;
  }

  div.utd-adv-hero {
      margin-bottom: 48px;
      padding-top: 48px;
  }

  div.utd-offer-box {
  display: flex;
    align-items: stretch;
  }

  div.utd-offer-box-content, div.utd-offer-box-image-container {
  width: 50%
  }

  div.utd-offer-box-content {
  padding: 48px
  }

  div.utd-offer-box-tag {
  font-size: 20px;
    padding-bottom: 8px;
  }

  div.utd-offer-box-tag-container {
  margin-bottom: -17.5px;
  }

  div.utd-offer-box-title {
  font-size: 32px;
  }

  div.utd-offer-box-body {
  max-width: 320px;
  font-size: 15px;
  }

  a.utd-offer-cta {
  font-size: 21px;
  }

  div.utd-offer-urgency {
  padding-top: 20px;
    padding-bottom: 18px;
  }

  div.utd-offer-box-image-container {
  padding: 7px
  }

  div.utd-adv-progress-wrapper {
  padding: 0 40px;
      max-width: 950px;
    margin-left: auto;
    margin-right: auto;
  }

  div.utd-adv-progress {
  padding-left: 0;
  padding-right: 0
  }

  img.utd-offer-box-image {
      border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  div.utd-adv-reasons-item-columns {
      flex-direction: row;
    align-items: center;
    gap: 45px;
  }

  div.utd-adv-reasons-item-image-column, div.utd-adv-reasons-item-text-column {
  width: 50%
  }

}

span.utd-offer-box-title-highlight {
    color: #b72a3c;
    font-weight: 700;
}


div.utd-ba.adv div.utd-ba-item-content {
    align-items: start;
    text-align: left;
    justify-content: space-between;
    height: 100%;
    }
    

div.utd-adv-box {
    padding: 20px;
    background: var(--color-bg);
    border-radius: 8px;
    line-height: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

div.utd-adv-box-item-title {
font-size: 16px;
    font-weight: 700;
    margin-bottom: 7px;
}

div.utd-adv-box-item-body {
font-size: 13px
}

div.utd-adv-box-item {
padding-bottom: 14px;
    border-bottom: 1px solid var(--color-primary-muted);
        display: flex;
    align-items: center;
    gap: 12px;
}

div.utd-adv-box-item-image-container {
    width: 45px;
    height: 45px;
    min-width: 45px;
    border-radius: 90px;
    overflow: hidden;
    background: var(--color-primary-muted);
}

div.utd-adv-box-item:last-child {
padding-bottom: 0;
    border-bottom: 0
 }

@media screen and (min-width: 1000px) {
    div.utd-control-status.ba.adv {
        display: block;
    }

    div.utd-adv-reasons-item[data-reason="social proof"] div.utd-adv-reasons-item-body {
    display: none
    }

    div.utd-ba.adv div.utd-ba-item-container {
    min-width: 100%
    }

    div.utd-ba.adv {
    overflow: hidden
    }

    

}

div.utd-adv-reasons-item-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

div.utd-offer-box-image-container {
background: #fdfde7
}

@media screen and (max-width: 700px) {
div.utd-offer-box-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
}

img.utd-offer-box-image {
max-width: 275px;
}



}

div.utd-ba.adv div.utd-ba-item {
height: 100%
}

div.utd-adv-reasons-item-image-column {
background: var(--color-primary-muted);
}

/* Diatype Font Family */

@font-face {
  font-family: 'Diatype';
  src: url('/cdn/shop/files/ABCDiatype-Regular.woff2?v=1769790230') format('woff2'),
       url('/cdn/shop/files/ABCDiatype-Regular.woff?v=1769790230') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Diatype';
  src: url('/cdn/shop/files/ABCDiatype-RegularItalic.woff2?v=1769790230') format('woff2'),
       url('/cdn/shop/files/ABCDiatype-RegularItalic.woff?v=1769790229') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Diatype';
  src: url('/cdn/shop/files/ABCDiatype-Medium.woff2?v=1769790231') format('woff2'),
       url('/cdn/shop/files/ABCDiatype-Medium.woff?v=1769790230') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Diatype';
  src: url('/cdn/shop/files/ABCDiatype-MediumItalic.woff2?v=1769790229') format('woff2'),
       url('/cdn/shop/files/ABCDiatype-MediumItalic.woff?v=1769790230') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Diatype';
  src: url('/cdn/shop/files/ABCDiatype-Bold.woff2?v=1769790229') format('woff2'),
       url('/cdn/shop/files/ABCDiatype-Bold.woff?v=1769790230') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Diatype';
  src: url('/cdn/shop/files/ABCDiatype-BoldItalic.woff2?v=1769790229') format('woff2'),
       url('/cdn/shop/files/ABCDiatype-BoldItalic.woff?v=1769790229') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}


div {
    font-family: 'Diatype', sans-serif;
}



div.bv-announcement {
    line-height: 1;
    background: #a8fa84;
    padding: 12px 0px
}

div.bv-announcement-wrapper {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 20px;
}

div.bv-announcement-text {
    line-height: 1;
    background: #a8fa84;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.4px;
    text-align: center;
    text-transform: uppercase
}

div.bv-header {
    padding: 16px 0px;
    border-bottom: 1px solid #ebf1ec;
}

img.bv-header-logo {
width: 62px;
margin-bottom: -5px;
}

div.bv-header-wrapper {
max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

a.bv-header-cta {
    line-height: 1;
    font-size: 12px;
    display: flex;
    font-weight: 500;
    color: #fff;
    background: #116d43;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-radius: 7px;
    cursor: pointer
}

div.bv-hero-wrapper {
    padding: 0px 20px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

div.bv-hero {
background: linear-gradient(to top, #f7f9f7, #ffffff);
    padding-top: 32px;
}

div.bv-hero-image-container {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

div.bv-hero-content {
display: flex;
    flex-direction: column;
    align-items: center;
}

div.bv-hero-content-title {
    font-size: 27px;
    line-height: 1.3;
    font-weight: 500;
    text-align: center;
    color: #133013;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px
}

@media screen and (max-width: 999px) {

img.bv-hero-image.desktop {
display: none
}

}

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

img.bv-hero-image.mobile {
display: none
}


}

div.bv-hero-content-body {
font-size: 14.5px;
    line-height: 1.5;
    text-align: center;
}

div.bv-hero-content-cta-container {
width: 100%
}

a.bv-hero-content-cta {
line-height: 1;
    color: #fff;
    background: #116d43;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    width: 100%;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer
}

div.bv-hero-content-cta-container {
    width: 100%;
    margin-top: 24px;
}

img.bv-hero-content-cta-benefits-item-icon {
width: 12px
}

div.bv-hero-content-cta-benefits-item {
    line-height: 1;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #133013;
    gap: 6px;
}

div.bv-hero-content-cta-benefits {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 14px;
}

div.bv-hero-image-container {
margin-top: 24px
}

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


  div.bv-hero-wrapper {
  flex-direction: row;
  padding: 0px 60px;
      gap: 190px;
  }

  div.bv-hero-image-container {
      margin: 0;
    max-width: 40%;
  }

  div.bv-hero-content-title {
      font-size: 49px;
    max-width: none;
    line-height: 1.2;
  }

  a.bv-hero-content-cta {
  max-width: 400px;
    height: 72px;
    font-size: 17px;
  }

  div.bv-hero-content-cta-container {
  display: flex;
    justify-content: center;
  }

  div.bv-hero-content-cta-benefits-item {
  font-size: 15px;
    gap: 8px;
  }

  div.bv-hero {
  padding: 100px 0px
  }

  img.bv-hero-content-cta-benefits-item-icon {
  width: 14px
  }

  div.bv-hero-content-cta-benefits {
  margin-top: 18px
  }

  div.bv-hero-content-body {
      font-size: 17px;
    max-width: 430px;
  }

  div.bv-hero-content-cta-container {
  margin-top: 32px
  }

  img.bv-header-logo {
  width: 90px
  }

  a.bv-header-cta {
  font-size: 16px;
    height: 50px;
    width: 130px;
  }

  div.bv-header {
  padding: 20px 0px;
  }

  div.bv-announcement {
  padding: 16px
  }

}

div.bv-pdp-wrapper {
padding: 0px 20px;
margin-left: auto;
margin-right: auto;
}

div.udt-carousel-controls-container {
padding: 0
}

div.udt-carousel-slide {
border-radius: 8px;
overflow: hidden
}

div.bv-pdp {
margin-top: 32px;
}

div.udt-carousel-control-button {
background: #f4f4ef;
}

div.udt-carousel-control-button {
background: #f4f4ef;
border: 1px solid #dadfca;
}

div.bvform--title-stat {
line-height: 1;
    background: #f4f4ef;
    width: fit-content;
    padding: 10px 12px;
    border-radius: 6px;
    font-weight: 500;
    color: #04310f;
}

div.bv-form {
    margin-top: 24px;
}

div.bv-form-title {
    line-height: 1.3;
    font-size: 27px;
    font-weight: 500;
    color: #04310f;
    margin-top: 10px;
}

div.bv-form-description {
    line-height: 1.45;
    font-size: 16px;
    margin-top: 12px;
}

div.bv-form-benefits {
font-size: 14px;
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr 1fr;
    line-height: 1;
    margin-top: 18px;
}

div.bv-form-offer-tag {
line-height: 1;
    background: #bdff9f;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    font-size: 14px;
    font-weight: 500;
    padding: 11px;
    border-radius: 7px;
    color: #116d43;
    margin: 24px 0px;
}

img.bv-form-offer-tag-icon {
width: 15px
}

div.bv-form-order-title {
    line-height: 1;
    font-weight: 600;
    font-size: 15px;
    color: #003209;
    text-transform: uppercase
}

div.bv-form-order-quantity-item {
display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1;
}

div.bv-form-order-item-price {
    display: flex;
    gap: 6px;
    font-size: 16px
}

div.bv-form-order-item-right {
display: flex;
    flex-direction: column;
    align-items: end;
}

div.bv-form-order-quantity-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1;
    padding: 16px;
    border: 2px solid #eeeee8;
    border-radius: 8px;
    background: #ffffff;
    color: #04310f;
    min-height: 82px
}

div.bv-form-order-item-bubble {
    width: 18px;
    min-width: 18px;
    border: 2px solid;
    height: 18px;
    border-radius: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -0.5px;
    opacity: 0.2

}

div.bv-form-order-item-left {
    display: flex;
    align-items: start;
    gap: 10px;
}

div.bv-form-order-item-details-more,
div.bv-form-order-item-price-ps {
font-size: 12px;
margin-top: 7px;
}

div.bv-form-order-item-title {
font-size: 16px;
font-weight: 700;
}

div.bv-form-order-item-price-su {
color: #828382;
    text-decoration: line-through;
}

div.bv-form-order-item-price-main {
    font-weight: 500;
}

div.bv-form-order-item-bubble-inner {
height: 7px;
    width: 7px;
    background: #04310f;
    border-radius: 90px;
    display: none
}

div.bv-form-order-plan-item.active div.bv-form-order-item-bubble-inner {
display: block
}

div.bv-form-order-quantity-item.active div.bv-form-order-item-bubble-inner {
display: block
}


div.bv-form-order-plan-item.active div.bv-form-order-item-bubble {
opacity: 1
}

div.bv-form-order-quantity-item.active div.bv-form-order-item-bubble {
opacity: 1
}



div.bv-form-order-quantity-item-container {
position: relative
}

div.bv-form-order-quantity-item-tag {
    line-height: 1;
    position: absolute;
    right: 16px;
    font-size: 12px;
    background: #2d86ad;
    color: #fff;
    font-weight: 500;
    padding: 4px 8px;
    border-radius: 4px;
    margin-top: -10px;
    top: 0
}

div.bv-form-order-quantity-item-tag.bv {
background: #c1651a
}

div.bv-form-order-quantity-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 16px;
}

div.bv-form-order-quantity-item.active {
    box-shadow: 0 2px 2px #00000040;
    border: 2px solid #04310f;
    background: #f4f4ef
}

div.bv-form-order-plan-item {
line-height: 1
}

div.bv-form-order {
display: flex;
    flex-direction: column;
    gap: 24px;
}

div.bv-form-order-plan-item.subscription-plan-item {
    background: #041e0a;
    border-radius: 8px;
    border: 2px solid #eeeee8;
    overflow: hidden
}

div.bv-form-order-plan-item-subscription-content {
background: #ffffff;
}

div.bv-form-order-plan-item-tag {
    display: flex;
    color: #fff;
    font-size: 13px;
    padding: 8px 16px;
    font-weight: 500;
    gap: 7px;
    align-items: center
}

img.bv-form-order-plan-item-tag-icon {
width: 12px
}

div.bv-form-order-plan-item-subscription-content {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 16px;
}

div.bv-form-order-plan-item-subscription-content-top {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 16px;
}

div.bv-form-order-plan-item-subscription-benefits {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    gap: 10px;
    border-top: 1px solid #dddddd;
    padding-top: 16px;

} 


div.bv-form-order-plan-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 16px;
}

div.bv-form-order-plan-item.one-time-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1;
    padding: 16px;
    border: 2px solid #eeeee8;
    border-radius: 8px;
    background: #fff;
    color: #04310f;
    background: #ffffff;
    min-height: 64px
}

div.bv-form-order-plan-item.active {
box-shadow: 0 2px 2px #00000040;
    border: 2px solid #04310f;
}

div.bv-form-order-plan-item.active div.bv-form-order-plan-item-subscription-content {
background: #f4f4ef
}

div.bv-form-shipping {
line-height: 1;
    font-size: 12px;
    background: #f4f4ef;
    padding: 12px;
    display: flex;
    justify-content: center;
    gap: 6px;
    border-radius: 8px;
    margin: 16px 0px;
}

span.bv-form-shipping-date {
    color: #116d43;
    font-weight: 700;
    text-decoration: underline
}



div.bv-form-atc-benefits-item {
font-size: 14px;
    gap: 8px;
}

img.bv-form-atc-benefits-item-icon {
width: 13px
}

div.bf-gifts-cta-container {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

div.bv-section-header {
margin-bottom: 40px
}

div.bf-gifts-list {
margin-bottom: 42px
}

div.bv-form-atc-benefits {
    gap: 16px;
    padding-bottom: 10px;
}

button.bv-form-atc-button {
    background: #116d43;
    color: #fff;
    display: flex;
    width: 100%;
    height: 68px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    border-radius: 8px;
    line-height: 1;
    font-weight: 600;
}

div.bv-form-atc-button-divider {
min-height: 16px;
    width: 1.5px;
    background: #fff;
}


div.bv-form-atc-button-price {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-direction: row-reverse;
    color: #ffffff
}

span.bv-form-atc-button-price-su {
font-weight: 400;
    text-decoration: line-through;
    opacity: 0.7;
}

div.bv-form-atc-benefits {
    line-height: 1;
    display: flex;
    align-items: center;
    font-size: 12px;
    gap: 12px;
    justify-content: center;
    margin-top: 14px;
    font-weight: 500;
}

div.bv-form-atc-benefits-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

div.bv-cred-box {
line-height: 1;
    padding: 24px 20px;
    background: #f4f4ef;
    border: 1px solid #eeeee8;
    border-radius: 8px;
}

div.bv-cred-box-quad {
display: grid;
    gap: 8px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

div.bv-cred-box-quad-item {
background: #fff;
    border: 1px solid #efefef;
    font-size: 9px;
    padding: 8px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.3;
    justify-content: space-between;
    align-items: center;
        gap: 12px;
}

img.bv-cred-box-quad-item-icon {
width: 40px
}

div.bv-cred-box-title {
    text-align: center;
    font-size: 23px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 16px;
}

div.bv-cred-box-benefits-list {
    font-size: 13px;
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr 1fr;
    line-height: 1;
    margin-top: 18px;
}

div.bv-cred-box-benefits-item {
display: flex;
    align-items: center;
    gap: 6px;
}

div.bv-section {
padding: 40px 0px
}

div.bv-section-dark {
background: #041e0a;
color: #ffffff
}

div.bv-section-light {
background: #f4f4ef
}

div.bv-section-wrapper {
padding: 0px 20px
}

button.bv-gifts-atc-button {
background: #116d43;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 7px;
    width: 100%;
    height: 74px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    border-radius: 8px;
    line-height: 1;
    font-weight: 600;
}

div.bv-gifts-atc-secondary-text {
    font-size: 12px;
    color: #fff;
    padding-top: 4px;
}

div.bv-section-subtitle {
line-height: 1;
    width: fit-content;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
    background: #bdff9f;
    padding: 8px 14px;
    border-radius: 90px;
    margin-bottom: 16px;
    color: #041e0a;
}

div.bv-section-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px
}

div.bv-section-title {
font-size: 25px;
    line-height: 1.3;
    text-align: center;
    font-weight: 500;
}

div.bf-gifts-list {
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 24px;
}

div.bf-gifts-item {
    aspect-ratio: 1;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #eeeee8;
    background: #ffff;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: column-reverse;
}

div.bf-gifts-item-price {
    display: flex;
    gap: 5px;
    align-items: center
}

div.bf-gifts-item-price-su {
    color: #959595;
    text-decoration: line-through;
}

div.bf-gifts-item-price-main {
    background: #116d43;
    color: #fff;
    font-size: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    text-transform: uppercase;
    padding: 4px 8px;
    border-radius: 90px;
}

div.bv-timeline-main {
display: flex;
    align-items: stretch;
    padding-left: 10px;
}

div.bv-timeline-main-line-main {
    width: 4px;
    height: 100%;
    background: #041e0a;
}

div.bv-timeline-main-line-container {
position: relative
}

div.bv-timeline-main-line-fill {
    width: 4px;
    position: absolute;
    top: 0;
    background: #116d43;
}



div.bv-timeline-main-item {
    display: flex;
    gap: 16px;
}

div.bv-timeline-main-item-dot {
width: 20px;
    height: 20px;
    background: #041e0a;
    border-radius: 90px;
    transition: background 0.3s ease
}

div.bv-timeline-main-item-milestone {
    width: fit-content;
    padding: 8px 11px;
    background: #041e0a;
    color: #fff;
    line-height: 1;
    border-radius: 6px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: -6px;
  transition: background 0.3s ease
}

div.bv-timeline-main-item-dot.active, div.bv-timeline-main-item-milestone.active {
    background: #116d43;
}

div.bv-timeline-main-item {
    display: flex;
    gap: 16px;
    margin-left: -12px;
}

div.bv-timeline-main-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: relative
}

div.bv-timeline-main-item:last-child {
background: #ffffff
 }



div.bv-timeline-main-item-title {
    line-height: 1;
    font-size: 18px;
    font-weight: 600;
    margin: 16px 0px;
}

div.bv-timeline-main-item-ben-list {
    line-height: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

div.bv-timeline-main-item-ben-item {
    display: flex;
    align-items: center;
    gap: 7px;
}

div.bv-section-stats-list {
    line-height: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

div.bv-section-stats-item-number {
font-size: 32px;
    color: #a8fa84;
    font-weight: 700;
}

div.bv-section-stats-item-subtitle {
font-weight: 600;
    font-size: 16px;
        margin: 12px 0px;
        color: #ffffff
}

div.bv-section-stats-item-description {
    font-size: 13px;
    opacity: 0.9;
    color: #ffffff
}

div.bv-section-stats-item {
    padding-bottom: 24px;
    border-bottom: 1px solid rgb(255, 255, 255, 0.3);
}

div.bv-section-stats-item:last-child {
padding-bottom: 0;
border-bottom: 0
 }



 @media screen and (max-width: 999px) {

  div.bv-section-title.desktop {
  display: none
  }

 }

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

  div.bv-section-title.mobile {
  display: none
  }

 }

 div.bv-cps-wrapper {
    padding: 0 40px;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    
 }

 div.bv-cps {
color: #ffffff;
    background: #f4f4ef;
    padding-top: 100px;
 }

 div.bv-cps-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
        background: #eae6d3;
    border-radius: 8px;
    color: #041e0a;
    padding: 72px;
 }

 div.bv-cps-body {
font-size: 18px;
    line-height: 1.45;
 }

 div.bv-cps-title {
    font-size: 25px;
    line-height: 1.3;
    text-align: center;
    font-weight: 500;
    margin-bottom: 16px;
 }

 div.bv-cps-profile-picture {
    height: 70px;
    width: 70px;
    border-radius: 90px;
    background: #fff;
    margin-bottom: 22px;
 }

 div.bv-cps-name {
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
    margin-top: 24px;
 }

 img.bv-form-benefits-item-icon {
width: 16px;
 }

 div.bv-form-benefits-item {
display: flex;
align-items: center;
gap: 7px
 }

 div.bv-form-order-plan-item-subscription-benefits-item {
    display: flex;
    align-items: center;
    gap: 7px;
 }

 img.bv-form-order-plan-item-subscription-benefits-item-icon {
    width: 12px;
 }

 img.bv-form-atc-benefits-item-icon {
width: 12px
 }

 img.bv-form-shipping-icon {
width: 12px
 }

 img.bv-cred-box-benefits-item-icon {
width: 13px
 }

 div.utd-ba-item {
background: #ffffff
 }

 div.bv-form-faqs-item-top {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
 }

 div.bv-form-faqs-item {
    max-height: 61px;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
 }

 div.bv-form-faqs {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 24px
 }

 div.bv-form-faqs-item-exp {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 11px;
    width: 11px;
    min-width: 11px;
    margin-left: 14px
 }

 div.bv-form-faqs-item-exp-line-hor {
width: 11px;
    height: 1.2px;
    background: #111;
 }

  div.bv-form-faqs-item-exp-line-ver {
height: 11px;
    width: 1.4px;
    background: #111;
    position: absolute;
 }

 div.bv-comparison {
    display: flex;
 }

 div.bv-comparison-column.description {
width: 55%
 }

 div.bv-comparison-column.point {
width: 22.5%
 }

 div.bv-comparison-row {
    font-size: 13px;
    height: 60px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d2d2d2;
 }

 div.bv-comparison-column.us div.bv-comparison-row {
border-bottom: 1px solid #b1e498;
 }

  div.bv-comparison-row:last-child {
    border-bottom: 0
  }

   div.bv-comparison-column.us div.bv-comparison-row:last-child {
    border-bottom: 0
  }

  div.bv-comparison-column.us {
      background: #bdff9f;
    border-radius: 8px;
  } 

  div.bv-comparison-column.point div.bv-comparison-row {
  display: flex;
  align-items: center;
  justify-content: center
  }

  img.bv-comparison-row-icon {
  width: 23px
  }

  img.bv-comparison-row-logo {
  max-width: 44px
  }

  span.bv-comparison-row-them-title {
      font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
  }

  div.bv-comparison-row.title {
  padding: 10px;
    display: flex;
    line-height: 1.3;
    justify-content: center;
    text-align: center;
  }

  div.bv-section-header-body {
  font-size: 15px;
    line-height: 1.5;
    text-align: center;
    margin-top: 14px;
  }

  div.bv-ingredients-main-item-content {
      display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    height: 115px;
    background: rgb(0, 0, 0, 0.7);
    color: #fff;
  }

  div.bv-ingredients-main-item {
  min-height: 115px;
  border-radius: 8px;
  overflow: hidden;
  position: relative
  }

  div.bv-ingredients-main-item-expand {
      position: absolute;
    width: 32px;
    bottom: 20px;
    right: 20px;
  }

  div.bv-ingredients-main-item-description {
  font-size: 12px;
    line-height: 1.4;
    padding-right: 50px;
    color: #ffffff
  }

  div.bv-section-dark div.bv-section-title {
  color: #ffffff
  }

    div.bv-section-dark div.bv-section-header-body {
  color: #ffffff
  }

  div.bv-section-dark div.bv-section-columns-body {
  color: #ffffff
  }

  div.bv-green-section div.bv-section-title {
  color: #ffffff
  }

  div.bv-green-section div.bv-section-header-body {
  color: #ffffff
  }

  div.utd-footer div {
  color: #ffffff
  }

  div.bv-form-order-plan-item-tag-text {
  color: #ffffff
  }

  div.bv-ingredients-main {
      display: flex;
    flex-direction: column;
    gap: 12px;
  }

  div.bv-ingredients-main-item-title {
      font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff
  }



  div.bv-ingredients-main-item[data-ingredient="1"] {
  background-image: url('https://cdn.shopify.com/s/files/1/0594/6271/3421/files/Cleavers_Extract.webp?v=1769934229');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

div.bv-ingredients-main-item[data-ingredient="2"] {
  background-image: url('https://cdn.shopify.com/s/files/1/0594/6271/3421/files/Dandelion_Root_Extract.webp?v=1769934229');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

div.bv-ingredients-main-item[data-ingredient="3"] {
  background-image: url('https://cdn.shopify.com/s/files/1/0594/6271/3421/files/Horse_Chestnut_Extract.webp?v=1769934229');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

div.bv-ingredients-main-item[data-ingredient="4"] {
  background-image: url('https://cdn.shopify.com/s/files/1/0594/6271/3421/files/Bromelain.webp?v=1769934229');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

div.bv-ingredients-main-item[data-ingredient="5"] {
  background-image: url('https://cdn.shopify.com/s/files/1/0594/6271/3421/files/Gotu_Kola_Extract.webp?v=1769934229');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

div.bv-ingredients-main-item[data-ingredient="6"] {
  background-image: url('https://cdn.shopify.com/s/files/1/0594/6271/3421/files/Echinacea_Extract.webp?v=1769934229');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

div.bv-ingredients-main-item[data-ingredient="7"] {
  background-image: url('https://cdn.shopify.com/s/files/1/0594/6271/3421/files/Capsimax.webp?v=1769934229');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

div.bv-ingredients-main-item[data-ingredient="8"] {
  background-image: url('https://cdn.shopify.com/s/files/1/0594/6271/3421/files/BioPerine_3b68e1a7-ccc0-402c-8ef3-914ba8e9fbea.webp?v=1769934229');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

div.bv-green-section {
color: #ffffff;
background: #116d43
}

div.bv-s-reasons-item {
border: 1px solid #eeeee8;
    background: #fff;
    border-radius: 8px;
    position: relative;
    overflow: hidden
}

div.bv-s-reasons-item-content {
padding: 20px;
    color: #041e0a;
}

div.bv-s-reasons-item-body {
    font-size: 14px;
    line-height: 1.5;
}

div.bv-s-reasons-item-title {
        line-height: 1;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 14px;
    margin-top: 18px
}

div.bv-s-reasons-item-subtitle {
    line-height: 1;
    width: fit-content;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .5px;
    background: #bdff9f;
    padding: 8px 14px;
    border-radius: 90px;
    color: #041e0a;
}

div.bv-s-reasons-item-image-container {
    border-bottom: 1px solid #eeeee8;
    min-height: 130px;
}

div.bv-rr-toggle-list {
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 24px
}

div.bv-rr-toggle-item {
    border: 2px solid #eeeee8;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    border-radius: 8px;
    color: #444444;
}

div.bv-rr-toggle-item.active {
    box-shadow: 0 2px 2px #00000040;
    border: 2px solid #04310f;
    background: #f4f4ef;
    font-weight: 600
}

div.bv-rr-review-item {
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 8px;
    background: #f4f4ef;
}

div.bv-rr-review-item-bottom {
    display: flex;
    line-height: 1;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 600;
    align-items: center
}

div.bv-rr-review-item-title {
    line-height: 1.4;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
}

div.bv-rr-review-item-body {
font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
}

img.bv-rr-review-item-stars {
height: 14px;
    margin-bottom: 24px;
}

div.bv-rr-content-block {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

div.bv-rr-review-item-bottom-ver {
    display: flex;
    align-items: center;
    gap: 6px;
}

div.bv-rr-review-item-bottom-ver {
display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
    color: #006dd0;
}

img.bv-rr-review-item-bottom-ver-icon {
width: 14px;
}

div.bv-rr-content-block.active {
display: flex
}

div.bv-rr-content-block {
display: none
}

div.bv-s-reasons-list {
display: flex;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    margin: 0 -20px;
    padding: 0 20px;
    padding-top: 14px;
    margin-top: -7px;
}

div.bv-s-reasons-item-container {
min-width: 95%;
    padding-left: 20px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    margin-left: -8px;
}

div.bv-s-reasons-list::-webkit-scrollbar {
display: none
}

div.bv-s-reasons div.utd-status-item.active {
background: #ffffff
}

img.bv-timeline-main-item-ben-item-icon {
width: 14px
}

div.bv-gu-section {
background: #eae6d3
}

div.bv-gu-section-content {
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center
}

div.bv-gu-section {
    background: #eae6d3;
}

div.bv-gu-section-title {
font-size: 25px;
    line-height: 1.3;
    text-align: center;
    font-weight: 500;
    margin-bottom: 14px;
}

div.bv-gu-section-body {
font-size: 16px;
    line-height: 1.5;
}

div.bv-faqs {
padding: 40px 0px
}

div.bv-wrapper {
    padding: 0px 20px;
}



div.bv-cps-profile-picture {
height: 70px;
    width: 70px;
    border-radius: 90px;
    background: #fff;
    margin-bottom: 22px;
    overflow: hidden;
    border: 2px solid;
}

div.bv-section-title.mobile {
margin-bottom: 24px
}

div.bv-section-columns {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

div.bv-section-columns-body {
display: flex;
    flex-direction: column;
    line-height: 1.5;
    font-size: 16px;
    gap: 20px;
}

span.bv-dark-highlight {
    font-weight: 600;
    color: #a8fa84;
}

div.utd-ba-item-side.before {
border-bottom-left-radius: 5px;
}

div.utd-ba-item-side.after {
border-bottom-right-radius: 5px;
}

div.utd-ba-item {
height: 100%
}

div.bv-s-reasons-item-icon-container {
    width: 60px;
    height: 60px;
    background: #eae6d3;
    border-radius: 8px;
    margin-top: 8px;
    display: none
}

img.bv-gu-section-icon {
width: 70px;
    margin-bottom: 24px;
}

div.bv-offer-section-main {
line-height: 1
}

div.bv-offer-section-main-item {
display: flex;
justify-content: space-between;
align-items: center;
    padding-bottom: 16px;
    border-bottom: 1px solid #dbdbd2;
}

div.bv-offer-section-main-price {
    display: flex;
    gap: 6px;
}

div.bv-offer-section-main-list {
display: flex;
flex-direction: column;
gap: 16px;
padding-top: 16px;
border-top: 1px solid #dbdbd2;
margin-top: 16px
}

div.bv-offer-section-main-description {
    font-size: 12px;
    opacity: 0.8;
    margin-top: 7px;
}

div.bv-offer-section-main-price-su {
color: #828382;
    text-decoration: line-through;
}

div.bv-offer-section-main-item {
font-size: 14px
}

div.bv-offer-section-main-title {
font-size: 18px;
font-weight: 700
}

div.bv-offer-section-main-item-title {
font-weight: 700
}


div.bv-faqs-item-top {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

div.bv-faqs-item {
max-height: 61px;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
}


 div.bv-faqs-item-exp {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 11px;
    width: 11px;
    min-width: 11px;
    margin-left: 14px
 }

 div.bv-faqs-item-exp-line-hor {
width: 11px;
    height: 1.2px;
    background: #111;
 }

  div.bv-faqs-item-exp-line-ver {
height: 11px;
    width: 1.4px;
    background: #111;
    position: absolute;
 }



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

  div.bv-pdp-wrapper {
    display: flex;
    gap: 45px;
    padding: 0px 40px;
 }

 
 
 div.bv-form {
width: 45%;
 }

 div.bv-section-title {
font-size: 37px
 }

 div.utd-pd-carousel-container {
    max-width: 55%;
    width: 55%;
    position: sticky;
    top: 30px;
 }

 div.bv-pdp-wrapper {
    display: flex;
    gap: 45px;
    padding: 0px 40px;
    max-width: 1300px;
    align-items: start
 }

 div.bv-form-benefits-item {
    font-size: 16px;
    gap: 9px;
 }

 img.bv-form-benefits-item-icon {
width: 19px
 }

 div.bv-form {
margin-top: 0
 }

 div.bv-form-title {
    font-size: 36px;
    max-width: none;
 }

 div.bv-pdp {
margin-top: 48px
 }

 div.bv-form-benefits {
    background: rgb(244, 244, 239, 0.4);
    padding: 20px;
    border-radius: 8px;
 }

 div.bv-form-shipping {
font-size: 14px;
    align-items: center;
    padding: 15px;
    gap: 8px;
 }

 img.bv-form-shipping-icon {
width: 14px
 }

 button.bv-form-atc-button {
font-size: 18px;
    height: 74px;
 }

 div.bv-cred-box {
padding: 42px
 }

 div.bv-cred-box-title {
font-size: 32px
 }

 div.bv-cred-box-quad-item {
    font-size: 11.5px;
    padding: 12px;
 }

 div.bv-cred-box-title {
margin-bottom: 24px
 }

 div.bv-cred-box-benefits-list {
    margin-top: 24px;
    font-size: 15px;
 }

 div.bv-cred-box-benefits-item {
gap: 9px;
 }

 img.bv-cred-box-benefits-item-icon {
width: 14px
 }

 div.bv-section-wrapper {
padding: 0px 40px;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto
 }

 div.bf-gifts-list {
grid-template-columns: 1fr 1fr 1fr 1fr;
 }

 div.bv-section {
padding: 100px 0px
 }

 div.bv-section-columns {
    flex-direction: row;
    align-items: center;
    gap: 45px;
 }

 div.bv-section-columns-item-text, 
 div.bv-section-columns-item-image-container {
width: 50%
 }

 div.bv-section-title.desktop {
text-align: left
 } 

 div.bv-ingredients-main {
display: grid;
    gap: 16px;
    grid-template-columns: 1fr 1fr;
 }

 div.bv-section.bv-stats-container div.bv-section-wrapper {
    display: flex;
    gap: 50px;
 }

 div.bv-section-title {
font-size: 37px
 }

 div.bv-section-header-body {
font-size: 17px
 }

 div.bv-section.bv-stats-container div.bv-section-title {
text-align: left
 }

  div.bv-section.bv-stats-container div.bv-section-header-body {
text-align: left
 }

 div.bv-section.bv-stats-container div.bv-section-header {
align-items: baseline;
    width: 40%;
 }

 div.bv-section.bv-stats-container div.bv-section-stats {
width: 60%
 }

 div.bv-section-stats-list {
row-gap: 32px
 }

 div.bv-section-stats-item {
padding-bottom: 32px;
padding-right: 24px
 }

div.bv-section-stats-list {
        display: grid;
        gap: 8px;
        grid-template-columns: 1fr 1fr;
}


div.bv-section-stats-item:nth-child(4) {
padding-top: 40px;
}


div.bv-section-stats-item:nth-child(3) {
padding-top: 40px;
border-bottom: 0;
padding-bottom: 0
}

div.bv-section-stats-list {
gap: 0
}

div.bv-section-stats-item-number {
font-size: 40px;
}

div.bv-section-stats-item-subtitle {
font-size: 18px
}

div.bf-gifts-item {
padding: 32px
}

div.bf-gifts-item-price-su {
font-size: 18px
}

div.bf-gifts-item-price-main {
font-size: 13px
}


div.bf-gifts-item-price {
gap: 8px
}





div.bv-cps-title {
font-size: 37px
}

div.bv-cps-body {
max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
}

div.bv-cps-name {
font-size: 18px
}

div.bv-section-header {
margin-bottom: 40px
}

div.bv-ingredients-main-item-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
}

div.bv-ingredients-main-item-description {
font-size: 15px;
color: #ffffff
}

div.bv-ingredients-main-item-content {
padding: 26px;
    height: 140px;
}

div.bv-section-columns-body {
font-size: 17px
}

div.bv-section-title.desktop {
margin-bottom: 24px
} 

div.bv-comparison {

    max-width: 900px;
    margin-left: auto;
    margin-right: auto;

}

div.bv-comparison-row.title {
height: 80px
}

div.bv-comparison-row {
    font-size: 18px;
    font-weight: 500;
    height: 80px;
}

div.bv-comparison-column.description {
width: 65%
}

div.bv-comparison-column.point  {
width: 17.5%
}

img.bv-comparison-row-logo {
max-width: 65px
}

span.bv-comparison-row-them-title {
font-size: 14px
}

div.bf-gifts-list {
margin-bottom: 42px
}

div.bv-rr-toggle-list {
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

div.bv-rr-content-block {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
}

div.bv-s-reasons-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
}

div.bv-rr-content-block.active {
 display: grid;
}

div.bv-s-reasons-item-container {
padding-left: 0;
    min-width: 0;
    margin-left: 0;
}

div.utd-control-status.s-reasons-controls {
display: none
}

div.bv-s-reasons-item-icon-container {
display: none
}

div.bv-s-reasons-item-subtitle {
position: static
}



div.bv-gu-section-wrapper {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

div.bv-gu-section-title {
    font-size: 37px;
    margin-left: auto;
    margin-right: auto;
}

div.bv-gu-section-body {
    font-size: 18px;
    text-align: center;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

div.bv-faqs {
padding: 100px 0px
}

div.bv-faqs-main {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

div.bv-wrapper {
max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 60px;
}

div.bv-faqs-item-top {
    font-size: 19px;
    height: 70px;
}

div.bv-offer-section-main-title {
font-size: 22px
}

div.bv-offer-section-main-price {
font-size: 17px
}



div.bv-faqs-item {
max-height: 71px
}

div.bv-offer-section-main-item-title {
font-size: 17px
}

div.bv-offer-section-main-description {
font-size: 14px;
    margin-top: 12px;
}

img.bv-gu-section-icon {
width: 90px
}

div.bv-gu-section-content {
padding: 80px 0px;
}

div.bv-offer-section-main-item {
padding-bottom: 20px
}

div.bv-offer-section-main-list {
gap: 20px;
    margin-top: 20px;
    padding-top: 20px;
}

div.bv-rr-toggle-item {
    font-size: 15px;
    height: 50px;
}

div.bv-form-order-item-title {
font-size: 18px
}

div.bv-form-order-item-details-more,
div.bv-form-order-item-price-ps {
    font-size: 14px;
    margin-top: 10px;
}

div.bv-form-order-quantity-item {
height: 90px
}

div.bv-form-order-item-bubble {
width: 22px;
    height: 22px;
    min-width: 22px;
    margin-top: -2px;
}

div.bv-form-order-item-bubble-inner {
    width: 11px;
    height: 11px;
}

div.bv-form-order-quantity-list {
gap: 24px
}

div.bv-form-order-quantity-item, div.bv-form-order-plan-item.one-time-item {
border: 3px solid #eeeee8;
}

div.bv-form-offer-tag {
    padding: 15px;
    font-size: 16px;
    gap: 8px;
}

div.bv-form-order-title {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 15px;
}

div.bv-form-order-quantity-item, div.bv-form-order-plan-item, div.bv-form-order-plan-item-subscription-content {
cursor: pointer;
transition: background 0.3s ease, box-shadow 0.3s ease;
}

div.bv-form-order-quantity-item:hover, div.bv-form-order-plan-item.one-time-item:hover, div.bv-form-order-plan-item:hover div.bv-form-order-plan-item-subscription-content {
  background: #fcfcfa;
}

img.bv-form-offer-tag-icon {
width: 16px
}

div.bv-form-order-plan-item.subscription-plan-item {
border: 3px solid #eeeee8;
}

div.bv-form-order-quantity-item.active, div.bv-form-order-plan-item.active {
border: 3px solid #04310f;
}

div.bv-form-order-plan-item-subscription-benefits-item {
font-size: 14px;
gap: 8px
}

img.bv-form-order-plan-item-subscription-benefits-item-icon {
width: 14px
}

div.bv-form-order-plan-item-tag {
padding: 13px;
    font-size: 14px;
    font-weight: 500;
}

div.bv-form-order {
gap: 32px
}

div.bv-form-order-plan-list {
gap: 16px
}

div.bv-form-order-quantity-item-tag {
    position: static;
    margin-top: 0;
    margin-bottom: 10px;
}

div.bv-form-order-quantity-item {
height: auto;
    min-height: 95px;
}

div.bv-form-order-quantity-item-tag {
font-size: 13px
}

div.bv-form-order-quantity-item-tag.spi {
    background: #eae6d3;
    color: rgb(0, 0, 0, 0.7);
}

div.bv-form-atc-benefits {
margin-top: 20px
}

div.bv-form-order-item-left {
    align-items: center;
    gap: 14px;
}

 div.bv-form-order-item-qi-glow {
width: 45px;
    height: 45px;
    background: #000;
    border-radius: 90px;
    filter: blur(15px);
    position: absolute;
    background: #eae6d3;
    opacity: 0.5;
}

div.bv-section-subtitle {
    padding: 11px 20px;
    font-size: 15px;
}

button.bv-gifts-atc-button {
        font-size: 18px;
        height: 74px;
}

div.bv-form-order-quantity-item.active div.bv-form-order-item-qi-glow {
background: #bdff9f;
}

div.bv-form-order-item-qi {
position: relative;
justify-content: center;
    align-items: center;
    display: flex
}

img.bv-form-order-item-qi-img {
width: 55px;
position: relative;
}

}

div.bv-offer-section-main-price-main {
font-weight: 700
}

button.bv-form-atc-button, button.bv-gifts-atc-button {
transition: background 0.3s ease
}

button.bv-form-atc-button:hover, button.bv-gifts-atc-button:hover {
background: #2fa86e
}

div.bv-rr-toggle-item {
cursor: pointer;
transition: background 0.3s ease
}

div.bv-rr-toggle-item:hover {
background: #f4f4ef
}

div.bv-form-faqs-item-top, div.bv-faqs-item-top {
cursor: pointer;
}

div.utd-pd-nd-button-container {
    margin: 16px 0px;
    padding: 0
}

div.utd-pd-nd-button {
    text-transform: none;
    background: #eae6d3;
    border: none;
    color: #041e0a;
}


@media screen and (max-width: 999px) {

  div.utd-ndm-box-ingredients-list {
  display: grid;
    gap: 16px;
    grid-template-columns: 1fr;
  }

  div.utd-ndm-box-ingredients-item {
      align-items: start;
    text-align: left;
    flex-direction: row;
    gap: 18px;
    padding-bottom: 16px;
        border-bottom: 1px solid #dadfca;
  }

  div.utd-ndm-box-ingredients-item:last-child {
      padding-bottom: 0;
    border-bottom: 0;
  }

  div.utd-ndm-box-ingredients-item-text {
  align-items: start;
  }

  div.bv-form-order-item-qi {
  display: none
  }


  
  div.bv-rr-review-item.image-column-review {
  display: none
  }

}


div.bv-ingredients-main-item {
  cursor: pointer
}

img.bv-section-columns-item-image.applied-border {
border-radius: 8px
}

div.bv-rr-review-item.image-column-review {
    margin-top: 24px;
}

div.nv-ingr-sm {
top: 0;
left: 0;
background: rgb(0, 0, 0, 0.0);
z-index: 100;
  position: fixed;
  width: 100%;
display: none;
transition: background 0.3s ease
}

div.nv-ingr-sm.background-fade-active {
background: rgb(0, 0, 0, 0.8);
}

div.nv-ingr-sm.active {
display: block
}

img.nv-ingr-sm-box-details-item-benefit-icon {
width: 13px
}

div.nv-ingr-sm-box-details-item-title {
    line-height: 1;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}

div.nv-ingr-sm-box-details {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 24px;
}

div.nv-ingr-sm-box-details-item-body {
      font-size: 15px;
    line-height: 1.5;
}

div.nv-ingr-sm-box-details-item-benefits-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

div.nv-ingr-sm-box-details-item {
    padding-bottom: 20px;
    border-bottom: 1px solid #d7ddd7;
}

div.nv-ingr-sm-box-header {
display: flex;
    justify-content: end;
    margin-bottom: 20px;
}

div.nv-ingr-sm-box-header-close {
    height: 28px;
    width: 28px;
    background: #111;
    border-radius: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

div.nv-ingr-sm-box-header-close-line {
      width: 1px;
    height: 12px;
    border-radius: 90px;
    background: #fff;
    rotate: 45deg;
}

div.nv-ingr-sm-box-header-close-line.two {
    rotate: 315deg;
    position: absolute
}



div.nv-ingr-sm-box {
    background: #ffffff;
    width: 95%;
    height: 100vh;
    transform: translateX(-100%);
    transition: transform 0.3s ease
}

div.nv-ingr-sm-box.active {
transform: translateX(0%);
}


div.nv-ingr-sm-box-content {
padding: 20px;
height: 100vh;
    max-height: 100vh;
    overflow: scroll;
}

div.nv-ingr-sm-box-hero-image-container {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

div.nv-ingr-sm-box-dose {
text-transform: uppercase;
    background: #ffffff;
    position: absolute;
    bottom: 12px;
    right: 12px;
    line-height: 1;
    font-weight: 600;
    padding: 5px 8px;
    border-radius: 5px;
}

div.nv-ingr-sm-box-hero-title {
line-height: 1;
    font-size: 24px;
    font-weight: 700;
}

div.nv-ingr-sm-box-hero-subtitle {
    line-height: 1;
    font-size: 18px;
    font-weight: 500;
    color: #7b877b;
    margin-top: 10px;
    margin-bottom: 16px;
}

div.nv-ingr-sm-box-details-item-benefit {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    line-height: 1;
}



div.nv-ingr-sm-box-header-close {
cursor: pointer
}




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


div.bv-section-columns.reverse {
  flex-direction: row-reverse
  } 

  div.nv-ingr-sm-box {
  width: 500px;
  max-width: 500px
  }

}


div.nv-ben-scroller {
    overflow: hidden;
        line-height: 1;
    padding: 18px 0px;
}

div.nv-ben-scroller-container {
    display: flex;
    animation: scroll-left 20s linear infinite;
}




div.nv-ben-scroller-item {
    display: flex;
    gap: 12px;
    padding-left: 12px;
    min-width: fit-content;
}

div.nv-ben-scroller div.bv-form-benefits-item {
    min-width: fit-content;
    font-size: 15px
}

div.nv-ben-scroller img.bv-form-benefits-item-icon {
width: 18px
}

div.nv-ben-scroller-container  {
    min-width: max-content;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}


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

div.nv-ben-scroller div.bv-form-benefits-item {
    gap: 10px;
    font-size: 23px
}

div.nv-ben-scroller img.bv-form-benefits-item-icon {
width: 23px
}

div.nv-ben-scroller {
padding: 32px 0px
}

div.nv-ben-scroller-item {
gap: 32px;
padding-left: 32px;
}

div.bv-timeline-main-item-title {
    font-size: 24px;
    margin: 24px 0px;
}


}


div.bv-section.review-hero-hp {
overflow: hidden
}

div.nv-sp-her-image-list {
display: flex;
    gap: 7px;
    justify-content: center
}

div.nv-sp-her-image-item-container {
       min-width: 30%;
    border-radius: 8px;
    overflow: hidden;
}

div.nv-sp-review-item-container div.bv-rr-review-item {
background: #ffffff
}

div.nv-sp-reviews {
margin: 32px 0px
}

div.nv-sp-review-item-container {
min-width: 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

div.nv-sp-review-list {
display: flex;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    margin: 0px -20px;
}

div.nv-sp-review-item-container {
    padding: 0px 21px;
    margin-left: -20px;
}

div.nv-sp-review-item-container:first-child {
margin-left: 0
}

div.nv-sp-review-list::-webkit-scrollbar {
display: none
}

div.bv-section-header.pdp-section-header {
    padding: 0px 24px;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}

div.bv-pdp {
margin-top: 100px
}

@media screen and (max-width: 999px) {

div.nv-sp-her-image-item-container:last-child {
display: none
}

div.bv-pdp {
margin-top: 40px
}

}


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

div.nv-sp-her-image-item-container {
min-width: 0
}

div.nv-sp-her-image-list {
gap: 16px
}

}

div.bv-s-reasons-item {
height: 100%
}

div.nv-rdd-item {
border-radius: 6px;
    padding: 8px;
    background: #fff;
    border: 1px solid #efefef;
}

div.nv-rdd-item-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

img.nv-rdd-item-image {
width: 80px;
    border-radius: 3px;
}

div.nv-rdd-item-tag {
line-height: 1;
    width: fit-content;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .5px;
    padding: 5px 8px;
    border-radius: 5px;
        background: #116d43;
    color: #fff;
    margin-bottom: 8px;
}

div.nv-rdd-item {
    max-height: 98px;
    overflow: hidden;
}

div.nv-rdd-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

div.nv-rdd-item-content {
padding-top: 12px;
    font-size: 16px;
    line-height: 1.5;
}

div.nv-rdd-item-top {
display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px
}

div.nv-rdd-item-title {
font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
}

div.nv-rdd-item-exp {
    width: 27px;
    height: 27px;
    border: 1px solid rgb(0, 0, 0, 0.2);
    border-radius: 90px;
    min-width: 27px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

div.nv-rdd-item-exp-line  {
height: 1px;
    width: 12px;
    background: #111;
}

div.nv-rdd-item-exp-line.ver {
position: absolute;
    rotate: 90deg;
}


img.utd-pd-social-proof-stars.larger-stars {
height: 19px
}


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

div.nv-rdd-list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    display: grid;
}

div.nv-rdd-item-exp {
display: none
}

div.nv-rdd-item-details {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 10px;
}

div.nv-rdd-item-top, div.nv-rdd-item-left {
flex-direction: column;
gap: 24px
}

div.nv-rdd-item {
max-height: none
}

img.nv-rdd-item-image {
width: auto
}

div.nv-rdd-item {
        padding: 10px;
        padding-bottom: 20px;
}

div.nv-rdd-item-content {
display: none
}

div.nv-rdd-item-title {
font-size: 20px
}

div.nv-sp-review-item-container {
min-width: auto;
padding: 0;
margin: 0;
}

div.nv-sp-review-item-container:nth-child(4) {
display: none
}

div.nv-sp-review-item-container:nth-child(5) {
display: none
}

div.nv-sp-review-list {
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
        padding: 0px 20px;
        gap: 16px
}

div.utd-control-status.nv-sp-reviews-controls,
div.bf-gifts-cta-container {
display: none
}

div.bv-rr-review-item

div.nv-rdd-item-tag {
font-size: 13px;
    margin-bottom: 12px;
}

div.nv-rdd-item-exp {
    margin-right: 0;
    width: 40px;
    height: 40px;
    margin-top: -6px;
}

div.nv-rdd-item-exp-line {
    height: 1.5px;
    width: 15px;
    border-radius: 90px;
}

}

div.sticky-atc-bar {
border-top: 1px solid #eeeee8;
}

div.bv-cps-content {
margin-top: -200px;
border: 1px solid #e0dccd
}

div.bv-section.bv-stats-container {
padding-bottom: 200px;
}

div.bv-form-order-quantity-item-tag.spi {
background: #eae6d3;
    color: #000000b3;
}

@media screen and (max-width: 999px) {

div.bv-cps-wrapper {
padding: 0px 20px
}

div.bv-cps {
    padding-top: 40px;
}

div.bv-cps-content {
padding: 32px 30px;
}

div.bv-section.bv-stats-container {
padding-bottom: 80px;
}

div.bv-cps-content {
margin-top: -80px
}

div.nv-rdd-item-content {
    padding-left: 16px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 18px;
}


div.nv-rdd-item-exp-line {
transition: rotate 0.3s
}


div.nv-rdd-item.expanded div.nv-rdd-item-exp-line.ver {
rotate: 0deg;
}

div.nv-rdd-item {
transition: max-height 0.3s ease
}

div.nv-rdd-item.expanded {
max-height: 340px
}



}


/* BV Form FAQ Accordions */
div.bv-form-faqs-item {
    max-height: 60px;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

div.bv-form-faqs-item.expanded {
    max-height: 180px;
}

div.bv-form-faqs-item-exp-line-ver {
    transition: rotate 0.3s;
}

div.bv-form-faqs-item.expanded div.bv-form-faqs-item-exp-line-ver {
    rotate: 90deg;
}

/* BV FAQ Accordions */
div.bv-faqs-item {
    overflow: hidden;
    transition: max-height 0.3s ease;
}

div.bv-faqs-item.expanded {
    max-height: 180px;
}

div.bv-faqs-item-exp-line-ver {
    transition: rotate 0.3s;
}

div.bv-faqs-item.expanded div.bv-faqs-item-exp-line-ver {
    rotate: 90deg;
}


div.bvfacts-top {
    font-size: 11px;
    line-height: 1;
}

div.bvfacts-apr {
    line-height: 1;
    font-weight: 700;
    display: flex;
    justify-content: end;
    border-top: 3px solid;
    border-bottom: 3px solid;
    padding: 10px 0px;
}

div.bvfacts-item {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    line-height: 1.3;
    padding: 11px 0px;
    border-bottom: 1px solid;
}

div.bvfacts-item-ingredient-soe {
    min-width: fit-content;
}

div.bvfacts-top {
margin-bottom: 11px
}


div.bv-pdp.pdp-page {
margin-top: 20px
}

div.bv-header.pdp-page-header a.bv-header-cta {
display: none
}

div.bv-header.pdp-page-header div.bv-header-wrapper {
    justify-content: center;
    padding: 10px;
}



@media screen and (min-width: 1000px) {
div.utd-ndm-box-facts {
flex-direction: column;
    align-items: start;
    font-size: 14px;
}

div.bv-pdp.pdp-page div.utd-pd-carousel-container {
  top: 100px;
  }

div.bv-subsequent-info {
    font-size: 13px;
    margin-top: 20px;
}

div.bv-pdp.pdp-page {
margin-top: 42px
}


div.bv-faqs-item-content {
font-size: 16px
}

div.utd-pd-nd-button {
height: 64px
}

div.bv-announcement-text {
font-size: 14px;
    font-weight: 700;
}

div.bv-form-faqs-item-top {
    font-size: 18px;
    height: 70px;
}

div.bv-form-faqs-item {
max-height: 71px
}

div.bv-form-faqs-item-content, div.bv-faqs-item-content {
font-size: 16px
}

div.bv-form-atc-benefits-item {
gap: 8px
}

}

div.utd-title, div.utd-subtitle {
color: #ffffff
}


div.bv-form-faqs-item-content, div.bv-faqs-item-content {
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 20px;
}

div.sticky-atc-bar {
z-index: 30
}


img.bv-section-columns-item-image.dark-graph {
    padding: 16px;
    background: #f3f3ee;
    border-radius: 8px;
    border: 1px solid #eeeee8;
}

img.bv-section-columns-item-image.light-graph {
    display: none
}

div.bv-gifts-atc-text-container {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
}



@media screen and (max-width: 999px) {


  div.bv-form-atc-benefits-item {
  font-size: 12px
  }

  img.bv-form-atc-benefits-item-icon {
  width: 11px
  }

}

div.bv-form-order-quantity-list.ld-qb-container {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: end
}

div.bv-form-order-quantity-item.qb-quantity-item {
flex-direction: column;
padding: 0;
    overflow: hidden;
    width: 100%;
}

div.bv-form-order-qb-quantity-item-container div.bv-form-order-quantity-item-tag {
    margin-bottom: -11px;
    position: relative;
    right: 0;
    left: 0;
}

div.bv-form-order-qb-quantity-item-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

div.bv-form-order-quantity-item.active div.bv-form-order-qb-quantity-item-discount {
background: #04310f;
color: #ffffff
}

div.bv-form-order-qb-quantity-item-discount {
width: 100%;
    font-size: 12px;
    font-weight: 500;
    background: #eae6d3;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    padding: 9px;
}

div.bv-form-order-qb-quantity-item-content {
padding: 16px;
}

div.bv-form-order-qb-quantity-item-content {
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 14px;
}

div.bv-form-order-qb-quantity-item-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

div.bv-form-order-qb-quantity-item-price-su {
color: #828382;
    text-decoration: line-through;
    font-size: 13px;
}

div.bv-form-order-quantity-qb-item-price-main {
    font-weight: 500;
    font-size: 15px;
    margin-top: 6px;
}

img.bv-form-order-qb-quantity-item-image {
max-width: 100px;
}


@media screen and (max-width: 999px) {

  div.bv-form-order-qb-quantity-item-content {
  padding: 16px 10px;
  }

  div.bv-form-order-qb-quantity-item-title {
  font-size: 15px
  }

  div.bv-form-order-quantity-qb-item-price-main {
  font-size: 13px
  }

  img.bv-form-order-qb-quantity-item-image {
  max-width: 100%;
  padding: 0px 8px;
    padding-top: 5px;
  }

  div.bv-form-order-quantity-list.ld-qb-container {
  gap: 8px;
    padding-top: 10px;
  }

  


}

div.bv-form-order-quantity-list.ld-qbf-container {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr 1fr;
}

div.bv-form-order-quantity-item.qbf-quantity-item {
text-align: center;
    position: relative;
    justify-content: center;
    align-items: center;
} 

div.bv-form-order-quantity-item.qbf-quantity-item div.bv-form-order-item-bubble {
position: absolute;
left: 16px
}

div.bv-form-order-quantity-item.qbf-quantity-item div.bv-form-order-qb-quantity-item-text {
padding: 0px 24px;
}

@media screen and (max-width: 999px) {
div.bv-form-order-quantity-item.qbf-quantity-item div.bv-form-order-item-bubble {
left: 10px
}
}

div.nv-trial-box-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
    color: #fff;
    background: #133013;
}

div.nv-trial-box-header-title, div.nv-trial-box-header-details, div.nv-trial-box-header-price {
color: #ffffff
}

div.nv-trial-box-header-price-su, div.nv-trial-box-header-price-main {
color: #ffffff
}

div.nv-trial-box-header-left {
display: flex;
    align-items: start;
    gap: 18px;
}

div.nv-trial-box-header {
padding: 16px
}

div.nv-trial-box-header-bubble {
    height: 22px;
    width: 22px;
    border: 2px solid #fff;
    border-radius: 90px;
    align-items: center;
    justify-content: center;
    display: flex
}

div.nv-trial-box {
    border-radius: 8px;
    background: #fafafa;
    overflow: hidden;
    border: 1px solid #eeeee8;
}

div.nv-trial-box div.bv-form-order-plan-item-subscription-benefits {
    padding-top: 0;
    line-height: 1;
    border-top: 0
}

div.nv-trial-box-content {
    padding: 20px;
}

div.nv-trial-box-urgency {
    line-height: 1;
    padding: 12px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #eeeee8;
    display: flex;
    align-items: center;
    font-size: 12px;
    margin-top: 16px;
    font-weight: 600;
}

div.nv-trial-box-header-bubble-inner {
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 90px;
}


div.nv-trial-box-header-savings {
    background: #bbf993;
    color: #133013;
    line-height: 1;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 90px;
}

div.nv-trial-box-header-price {
    display: flex;
    gap: 7px;
    font-size: 17px
}

div.nv-trial-box-header-price-su {
opacity: 0.7;
    text-decoration: line-through;
}

div.nv-trial-box-header-right {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 8px;
}

div.nv-trial-box-header-title {
    font-size: 20px;
    font-weight: 700;
}

div.nv-trial-box-header-details {
    font-size: 15px;
    margin-top: 7px;
}

div.nv-trial-box-urgency-bar {
        width: 100%;
    height: 9px;
    border-radius: 90px;
    background: #e6e7e8
}

div.nv-trial-box-urgency-bar-inner {
width: 93%;
background: #133013;
height: 9px;
    border-radius: 90px;
}

div.nv-trial-box-urgency-text {
    min-width: 70px;
    display: flex;
    justify-content: end;
}

div.nv-trial-box-header-price-main {
font-weight: 500
}

div.bv-subsequent-info {
text-align: center;
    line-height: 1;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 14px;
}



@media screen and (max-width: 999px) {

div.nv-trial-box-header-left {
gap: 12px;
}

div.nv-trial-box-header-title {
font-size: 18px;
}

div.nv-trial-box-header-details {
font-size: 13px;
}

div.nv-trial-box-header-bubble {
margin-top: -2px;
}

div.nv-trial-box-header-price {
font-size: 16px
}

div.bv-form-offer-tag.trial-below-tag {
margin-bottom: 16px
}

div.nv-trial-box-header-savings {
    padding: 4px 9px;
    font-size: 10px;
}

div.bv-form-order-quantity-list.ld-qbf-container {
padding-top: 10px
}

}

div.bv-form-offer-tag.trial-below-tag {
margin: 16px 0pxr
}

div.bv-form-order-qbf-quantity-item-container {
display: flex;
    flex-direction: column;
    align-items: center;
}

div.bv-form-order-quantity-item.qbf-quantity-item {
width: 100%
}

div.bv-form-order-qbf-quantity-item-container div.bv-form-order-quantity-item-tag {
    margin-bottom: -10px;
    position: relative;
    z-index: 1;
    left: 0;
    right: 0;
}

h1.product-info__title.h2 {
    font-family: 'Diatype', sans-serif;
    font-size: 23px;
    font-weight: 700;
}

div.theme-pdp-form {
margin-top: -10px
}

div.theme-pdp-form div.bv-form-order-quantity-list {
padding-top: 14px
}

button.button.button--xl {
    text-transform: capitalize;
    height: 68px;
    font-size: 16px;
}

div.bv-scbox-cb {
    width: 20px;
    height: 20px;
    border: 1px solid;
    border-radius: 5px;
    opacity: 0.3;
    display: flex;
    align-items: center;
    justify-content: center
}

div.bv-scbox {
display: flex;
    align-items: start;
    padding: 13px 16px;
    border: 1px dashed #04310f;
    border-radius: 8px;
    line-height: 1;
    display: flex;
    gap: 12px;

}

div.bv-scbox.active  {
border: 1px dashed #006f3f;
background: #ebffe6
}

div.bv-scbox.active div.bv-scbox-cb {
background: #006f3f;
border: 1px solid #006f3f;
opacity: 1
}

img.bv-scbox-cb-icon {
display: none;
    width: 10px;
}

div.bv-scbox.active img.bv-scbox-cb-icon {
display: block
}

div.bv-scbox-text-title {
font-weight: 700;
    font-size: 15px;
    margin-bottom: 8px;
}


div.bv-scbox-text-subtitle {
font-size: 11px;
}

.one-time-purchase-price,
.one-time-purchase-savings {
  display: none;
}

.bv-scbox:not(.active) .subscription-plan-price,
.bv-scbox:not(.active) .subscription-plan-savings {
  display: none;
}

.bv-scbox:not(.active) ~ * .one-time-purchase-price,
.bv-scbox:not(.active) ~ * .one-time-purchase-savings {
  display: block;
}

a[aria-controls="search-drawer"] {
display: none
}

navigation-drawer#header-sidebar-menu div.panel-footer.v-stack.gap-5 {
display: none
}

store-header.header {
    border-bottom: 1px solid #efefef;
}



div.theme-pdp-form-subtitle {
font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    color: #006f3f
}

div.bv-section.rich-reviews-them-pdp {
padding-top: 0
}

div.them-atc-content {
display: flex;
    justify-content: center;
    gap: 12px;
    align-items: center
}

product-quick-add.product-quick-add {
    background: #fff;
    border-top: 1px solid #e6e6e6;
}

product-quick-add.product-quick-add button {
    text-transform: capitalize;
    height: 68px;
    font-size: 16px;
}

@media screen and (min-width: 700px) {
product-quick-add.product-quick-add {
display: none
}
}

div.nv-ben-scroller.theme-pdp-element {
    background: #eae6d3;
}

div.bv-ingredients-main.simplified-ingredients-section {
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 8px;
}

div.bv-ingredients-main.simplified-ingredients-section div.bv-ingredients-main-item-expand {
display: none
}

div.bv-ingredients-main.simplified-ingredients-section div.bv-ingredients-main-item-description {
padding-right: 0;
}

div.bv-ingredients-main.simplified-ingredients-section div.bv-ingredients-main-item-content {
padding; 0
}

div.bv-ingredients-main.simplified-ingredients-section div.bv-ingredients-main-item-title {
font-size: 14px
}

.no-padding-top {
padding-top: 0
}

div.bv-section.no-padding-top {
padding-top: 0
}

div.bv-cred-box.hero-page-cred-box {
    background: #041e0a;
    color: #fff;
    margin-top: -80px;
    position: relative;
    border: 0;
}

div.bv-cred-box.hero-page-cred-box div.bv-cred-box-quad-item {
    border: 1px solid;
    background: none;
}


div.nv-rdd-item-body {
    font-size: 12px;
    margin-top: 6px;
    line-height: 1.4;
}

div.nv-rdd.hero-features div.nv-rdd-item-title {
font-size: 14px
}

div.nv-rdd.hero-features div.nv-rdd-item {
padding-right: 16px
}

div.nv-rdd.hero-features img.nv-rdd-item-image {
width: 60px
}

div.dcta-container {
overflow: hidden;
border-radius: 8px
}

a.dcta {
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    position: relative;
    background: linear-gradient(to top, #040404, #3c3c3c);
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.4px;
  }

div.dcta-outline {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px;
    border: 2px solid #030303;
    height: 100%;
    width: 100%;
}

div.dcta-outline-content {
display: flex;
    align-items: center;
}

img.dcta-outline-icon {
    position: absolute;
    right: 32px;
    width: 15px;
    transition: right 0.3s ease
}

a.dcta:hover img.dcta-outline-icon   {
right: 48px
}

div.dcta-outline-blur {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px;
    height: 100%;
    width: 100%;
    border-left: 3px solid #b3b3b3;
    border-top: 3px solid #b3b3b3;
    filter: blur(2.5px);
}

div.dcta-test-container {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 300px
}

a.dcta.orange {
background: linear-gradient(to top, #ea4a26, #ea793b);
}

a.dcta.orange div.dcta-outline {
border-color: #ea4a26
}

a.dcta.orange div.dcta-outline-blur {
border-color: #ffcbae
}

a.dcta.white {
background: linear-gradient(to top, #d1d3d4, #ffffff);
color: #111111
}

a.dcta.white div.dcta-outline {
border-color: #d1d3d4
}

a.dcta.white div.dcta-outline-blur {
border-color: #f4f4f4
}

div.ua-hero-container {
padding: 0px 10px;
}

div.ua-logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 24px 0px;
    padding: 0px 20px
}

img.ua-hero-logo {
width: 120px
}

div.ua-hero {
    background: #111111;
    color: #fff;
    border-radius: 10px;
    overflow: hidden
}

div.ua-hero-content {
padding: 32px 20px;
padding-top: 0
}

div.ua-hero-headline {
font-size: 26px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 14px;
}

span.ua-text-highlight {
background: linear-gradient(to top, #ea4a26, #ea793b);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}

img.ua-sp-tag-stars {
height: 15px;
}

div.ua-hero-image-container {
position: relative
}

div.ua-sp-tag {
    display: flex;
    align-items: center;
    line-height: 1;
    gap: 8px;
    font-size: 13px;
}

div.ua-hero-image-gradient {
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to top, rgb(17, 17, 17), rgb(17, 17, 17, 0) 30%);
}

div.ua-sp-tag-text {
    display: flex;
    gap: 8px;
    align-items: center;
}

div.ua-sp-tag-divider {
    min-height: 13px;
    width: 1px;
    background: #fff;
}

div.ua-header-top-tag {
margin-bottom: 18px
}

div.ua-hero-body {
    line-height: 1.5;
    font-size: 16px;
    margin-bottom: 24px;
}

div.ua-hero-main-benefit-tag {
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    margin-top: 24px;
    border: 1px solid #ffffff;
    border-radius: 8px;
    gap: 7px;
    background: linear-gradient(to top, #111111, #414042);
}

img.ua-hero-main-benefit-tag-icon {
width: 15px;
}

div.ua-hero-benefits {
    display: flex;
    flex-direction: column;
    line-height: 1;
    font-size: 14px;
    gap: 14px;
    margin-top: 20px;
}

div.ua-hero-benefits-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

img.ua-hero-benefits-item-icon {
width: 15px
}

div.ua-benefit-scroller-item {
    display: flex;
    align-items: center;
    line-height: 1;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    gap: 10px;
    padding-left: 10px;
        min-width: max-content;
}

div.ua-benefit-scroller-point {
    min-width: fit-content
}

div.ua-benefit-scroller-main {
    display: flex;
    opacity: 0.7
}

div.ua-benefit-scroller {
padding: 32px 0px;
    margin: 0px 10px;
    overflow: hidden;
    border-bottom: 1px dashed #d3d3d3
}

div.ua-benefit-scroller-wrapper {
position: relative
}



div.ua-benefit-scroller-fader {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 1
}

div.ua-benefit-scroller-fader-item {
background: linear-gradient(to right, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0));
    height: 100%;
    width: 100px;
}

div.ua-benefit-scroller-fader-item.rigt {
background: linear-gradient(to right, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0));
    rotate: 180deg
}

div.ua-benefit-scroller-main {
    min-width: fit-content;
    animation: scroll-left 30s linear infinite;
}

div.ua-benefit-scroller-divider {
    height: 4px;
    width: 4px;
    background: #111111;
    min-width: 4px;
    border-radius: 90px;
}

div.ua-listicle-reasons-wrapper {
padding: 0px 20px;
display: flex;
flex-direction: column;
gap: 40px
}

div.ua-listicle-reasons {
padding: 40px 0px
}

div.ua-hero-cta {
    overflow: hidden;
    border-radius: 8px;
}

div.ua-listicle-reasons-tag {
    line-height: 1;
    font-size: 14px;
    font-weight: 700;
    width: fit-content;
    padding: 10px 14px;
    border-radius: 8px;
    position: relative;
    
    /* Gradient text */
    background: linear-gradient(to top, #ea4a26, #ea793b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 16px;
}

div.ua-listicle-reasons-tag::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 8px;
    border: 2px solid transparent;
    background: linear-gradient(to top, #ea4a26, #ea793b) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

div.ua-listicle-reasons-headline {
    font-size: 23px;
    line-height: 1.4;
    font-weight: 700;
}

div.ua-listicle-reasons-body {
font-size: 16px;
    line-height: 1.5;
}

div.ua-listicle-reasons-item {
display: flex;
    flex-direction: column;
    gap: 24px;
}





@media screen and (max-width: 999px) {

  div.ua-listicle-reasons-header.desktop {
  display: none
  }

}

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

  div.ua-listicle-reasons-header.mobile {
  display: none
  }

}

div.ua-listicle-reasons-image-container {
    border-radius: 8px;
    overflow: hidden;
        border: 0.5px solid #eae6e4;
}

div.utd-ann-bar {
margin: 10px;
    border-radius: 8px;
        background: linear-gradient(to top, #111111, #414042);
    transition: margin 0.3s ease, border-radius 0.3s ease;
}

div.utd-ann-bar-wrapper {
justify-content: space-between
}

div.utd-ann-bar-text {
align-items: start;
    text-align: left;
}

div.utd-subtitle {
    font-size: 12px;
    margin: 0;
}

div.utd-annn-bar-cd {
    background: rgb(255, 255, 255, 0.2);
    color: #fff;
}

div.utd-ann-bar.scrolling-bar {
border-radius: 0;
margin: 0
}

div.ua-listicle-offer {
padding: 40px 0px;
    background: #f9f7f4;
}

div.ua-listicle-offer-wrapper {
    padding: 0px 20px;
}

div.ua-listicle-offer-box {
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    border: 0.5px solid #eae6e4
}

div.ua-listicle-offer-header {
    text-align: center;
    margin-bottom: 32px;
}

div.ua-listicle-offer-header-title {
font-size: 23px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 16px;
}

div.ua-listicle-offer-header-body {
    font-size: 16px;
    line-height: 1.45;
}

div.ua-reasons-summary-item {
    display: flex;
    align-items: center;
    font-size: 12px;
    gap: 7px;
    line-height: 1;
}

div.ua-reasons-summary-item-number {
    height: 14px;
    width: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 9px;
    font-weight: 700;
    color: #fff;
    background: #111;
    border-radius: 90px;
}

div.ua-reasons-summary-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

div.ua-reasons-summary-title {
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 14px;
}

div.ua-reasons-summary {
    padding: 20px;
    border-radius: 8px;
    background: #f9f7f4;
    margin-top: 24px;
}

div.ua-listicle-offer-body {
    font-size: 16px;
    line-height: 1.24;
    margin-bottom: 20px;
}

div.ua-listicle-offer-headline {
    font-size: 23px;
    text-transform: uppercase;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 16px;
}

div.ua-cta-guarantee-point {
line-height: 1;
    display: flex;
    justify-content: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 500;
    align-items: center
}

div.ua-cta-bottom-tag {
margin-top: 16px;
}

div.ua-listicle-offer-content {
padding: 20px
}

img.ua-cta-guarantee-point-icon {
    width: 14px;
}

div.ua-sp-tag-divider.dark {
background: #111111
}

div.ua-listicle-offer-tag {
line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.4px;
    margin-bottom: 20px;
        align-items: center;
}

 div.ua-listicle-offer-tag-text {
    background: linear-gradient(to top, #ea4a26, #ea793b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
 }

 div.utd-footer {
background: #111111
 }

 div.ua-listicle-offer-image-container {
position: relative
 }

div.ua-sp-tag-absolute {
position: absolute;
    left: 16px;
    bottom: 16px;
        background: #fff;
    padding: 7px 14px;
    border-radius: 5px;
}

div.ua-sticky-cta div.dcta-container {
width: 100%
}

div.ua-sticky-cta {
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    border-top: 0.5px solid #eae6e4;
    position: sticky;
    bottom: 0;
    background: #ffffff;
    z-index: 3;
    transform: translateY(100%);
    transition: transform 0.3s ease
}

div.ua-sticky-cta.sticky-active {
transform: translateY(0%);
}



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


  div.ua-hero-wrapper {
      display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
  }

  div.ua-hero-content {
      padding: 100px 60px;
      width: 50%
  }

  div.ua-hero-image-container {
  width: 50%
  }

  img.ua-hero-image {
      width: 100%;
    height: 100%;
    object-fit: cover;
  }

  div.ua-hero-image-gradient {
      background: linear-gradient(to right, rgb(17, 17, 17), rgb(17, 17, 17, 0) 60%);
  }

  div.utd-ann-bar-text {
      flex-direction: row;
    align-items: center;
  }

  div.utd-subtitle {
      font-size: 17px;
    padding-left: 12px;
    border-left: 2px solid;
    margin-left: 10px;
  }

  div.utd-ann-bar-wrapper {
      max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  div.ua-hero-headline {
  font-size: 42px;
  }

  div.ua-hero-benefits.two-stack-benefits {
      flex-direction: row;
    justify-content: center;
    gap: 24px;
  }

  div.ua-sp-tag {
  font-size: 16px;
    gap: 10px;
  }

  img.ua-sp-tag-stars {
  height: 17px
  }

  div.ua-hero-body {
      font-size: 18px;
    margin-bottom: 32px;
  }

  div.ua-hero-main-benefit-tag {
      height: 50px;
    font-size: 14px;
    gap: 10px;
  }

  div.ua-logo-container {
  margin: 32px
  }

  div.ua-benefit-scroller {
  padding: 48px 0px;
  }

  div.ua-benefit-scroller-item {
  font-size: 18px;
    letter-spacing: 0.5px;
    gap: 16px;
    padding-left: 16px;
  }

  div.ua-listicle-reasons-wrapper {
      max-width: 1200px;
    padding: 0px 60px;
    margin-left: auto;
    margin-right: auto
  }
  
  div.ua-listicle-reasons-image-container, div.ua-listicle-reasons-content {
  width: 50%
  }

  div.ua-listicle-reasons-item {
  flex-direction: row;
    align-items: center;
    gap: 50px;
  }

  div.ua-sticky-cta {
  display: none
  }

  div.ua-listicle-reasons-wrapper {
  gap: 80px
  }

  div.ua-listicle-reasons, div.ua-listicle-offer {
  padding: 80px 0px
  }

  div.ua-listicle-reasons-header {
  margin-bottom: 16px
  }

  div.ua-listicle-reasons-headline {
  font-size: 29px;
  }

  div.ua-listicle-reasons-body {
  font-size: 18px
  }

  div.ua-listicle-offer-wrapper{
      max-width: 1200px;
    padding: 0px 60px;
    margin-left: auto;
    margin-right: auto;
  }

  div.ua-listicle-offer-box {
  display: flex;
    align-items: stretch;
  }

  div.ua-listicle-offer-image-container, div.ua-listicle-offer-content {
  width: 50%;
  }

  img.ua-listicle-offer-image {
      width: 100%;
    height: 100%;
    object-fit: cover;
  }

  div.ua-listicle-offer-headline {
  font-size: 32px;
  }

  div.ua-listicle-offer-header-title {
      font-size: 29px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  div.ua-listicle-offer-content {
  padding: 70px
  }

  div.ua-listicle-offer-header-body {
  font-size: 18px;
  }

  div.ua-listicle-offer-header {
  margin-bottom: 48px;
  }

}

div.ua-hero-main-benefit-tag {
color: #ffffff
}

div.ua-pdp-form-quantity-item-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

div.ua-pdp-form-quantity-item-left {
display: flex;
    align-items: center;
}

div.ua-pdp-form-quantity-item-image-container {
width: 50px;
min-width: 50px
}

div.ua-pdp-form-quantity-item {
border: 2px solid #e6e6e6;
border-radius: 8px;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer 
}

div.ua-pdp-form {
display: flex;
flex-direction: column;
gap: 19px;
margin-top: 16px
}

div.ua-pdp-form-quantity-item {
border: 2px solid #e6e6e6;
    border-radius: 8px;
    display: flex;
    align-items: center;
    height: 95px;
    position: relative;
    overflow: hidden;
    background: #ffffff
}

div.ua-pdp-form-quantity-item-discount-text {
display: flex
}

div.ua-pdp-form-quantity-item-discount {
    background: #e9e9e6;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px;
    border-bottom-left-radius: 8px;
}

div.ua-pdp-form-quantity-item-container {
position: relative
}

div.ua-pdp-form-quantity-item-discount  path, div.ua-pdp-form-quantity-item-discount polygon {
fill: #111111!important;
opacity: 0.5;
}



div.ua-pdp-form-quantity-item.active div.ua-pdp-form-quantity-item-discount path, div.ua-pdp-form-quantity-item.active div.ua-pdp-form-quantity-item-discount polygon  {
fill: #ffffff!important;
opacity: 1;
}

div.ua-pdp-form-quantity-item.active div.ua-pdp-form-quantity-item-discount {
background: linear-gradient(to top, #ea4a26, #ea793b)
}

div.ua-pdp-form-quantity-item.active  {
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}


div.ua-pdp-form-quantity-item.active {
border: 0
}

div.ua-pdp-form-quantity-item.active::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 8px;
    border: 2px solid transparent;
    background: linear-gradient(to top, #ea4a26, #ea793b) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: 2
}


div.ua-pdp-form-quantity-item-active-glow {
    position: absolute;
    top: 0;
    width: 200px;
    height: 200px;
    margin-top: -150px;
    border-radius: 4000px;
    background: #ffdbc2;
    filter: blur(50px);
    z-index: 1;
    display: none
}

div.ua-pdp-form-quantity-item.active div.ua-pdp-form-quantity-item-active-glow  {
display: block
}

div.ua-pdp-form-quantity-item-wrapper {
    position: relative;
    z-index: 2;
    line-height: 1
}

div.ua-pdp-form-quantity-item-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 7px;
    line-height: 1.1
}

div.ua-pdp-form-quantity-item-servings {
font-size: 13px;
    opacity: 0.8;
}

span.ua-sp-product-title-dose {
opacity: 0.5;
}

div.ua-pdp-form-quantity-item {
padding: 0px 16px;
}

div.ua-pdp-form-quantity-item-left {
    gap: 14px;
}

div.ua-pdp-form-quantity-item.active div.ua-pdp-form-quantity-item-title {
    background: linear-gradient(to top, #ea4a26, #ea793b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

div.ua-pdp-form-quantity-item-right {
padding-right: 40px;
}

div.ua-pdp-form-quantity-item-price {
    display: flex;
    gap: 7px;
    flex-direction: column;
    align-items: start
}

div.ua-pdp-form-quantity-item-price-main {
    font-weight: 500;
    font-size: 14px;
}

div.ua-pdp-form-quantity-item-price-su {
opacity: 0.7;
    text-decoration: line-through;
}

div.ua-product-title {
    display: flex;
    flex-direction: column;
    line-height: 1;
    font-size: 24px;
    font-weight: 700;
    gap: 9px;
        margin-top: 16px;
    margin-bottom: 14px;
}

div.ua-product-description {
    font-size: 16px;
    line-height: 1.5;
}

div.ua-product-description-benefits-title {
    line-height: 1;
    font-weight: 700;
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 12px;
}

div.ua-product-description-benefits-item {
    display: flex;
    align-items: center;
    gap: 10px;
        font-size: 16px;
        line-height: 1
}

img.ua-product-description-benefits-item-icon {
    width: 14px;
}

div.ua-product-description-benefits-list {
    line-height: 1;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-top: 14px;
}

div.ua-add-to-cart {
margin-top: 16px
}

div.ua-add-to-cart div.dcta-outline-content {
    text-transform: none;
    font-size: 15px;
        line-height: 1.2;
}

div.dcta-atc-price  {
    display: flex;
    align-items: center;
    gap: 6px;
    padding-left: 8px;
    margin-left: 8px;
    border-left: 2px solid;
}

span.dcta-atc-price-su {
    font-weight: 500;
    text-decoration: line-through;
    opacity: 0.7;
}

div.ua-pdp-form-quantity-item-tag {
    background: linear-gradient(to top, #ea4a26, #ea793b);
    color: #fff;
    font-size: 10px;
    width: fit-content;
    line-height: 1;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 5px;
    position: absolute;
    z-index: 2;
    left: 20px;
    margin-top: -12px;
    border: 3px solid #fff;
    top: 0;
    z-index: 3
}

.ua-loading-dots span {
  animation: ua-dot-pulse 1.4s infinite;
  opacity: 0.2;
  font-size: 1.5em;
  letter-spacing: 2px;
}
.ua-loading-dots span:nth-child(2) {
  animation-delay: 0.2s;
}
.ua-loading-dots span:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes ua-dot-pulse {
  0%, 80%, 100% { opacity: 0.2; }
  40% { opacity: 1; }
}

div.ua-pdp-form-quantity-item-bubble {
width: 14px;
    height: 14px;
    border-radius: 90px;
    border: 1.4px solid #6b6b6b;
    display: flex;
    align-items: center;
    justify-content: center
}

div.ua-pdp-form-quantity-item-bubble-inner {
    height: 8px;
    width: 8px;
    border-radius: 90px;
    background: linear-gradient(to top, #ea4a26, #ea793b);
    display: none
}

div.ua-pdp-form-quantity-item.active  div.ua-pdp-form-quantity-item-bubble-inner {
display: block
}


div.ua-pdp-form-quantity-item-discount-text svg {
    height: 17px;
    width: auto;
}

div.ua-delivery-details {
background: #e9e9e6;
    display: flex;
    justify-content: center;
    line-height: 1;
    padding: 12px;
    border-radius: 8px;
    margin-top: 16px;
    font-size: 13px;
    align-items: center;
    gap: 10px;
}

span.ua-delivery-details-date {
font-weight: 700;
    text-decoration: underline;
}

div.ua-shipping-pulse-inner {
    background: #27c927;
    height: 10px;
    width: 10px;
    border-radius: 90px;
    border: 1px solid #fff;
    position: relative;
    z-index: 1
}

div.ua-pdp-sub-benefits-item {
display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1;
    font-size: 13px;
}

img.ua-pdp-sub-benefits-item-icon {
width: 14px;
}

div.ua-pdp-sub-benefits {
        display: flex;
    justify-content: center;
    padding: 0px 10px;
    margin-top: 16px;
    gap: 16px;
}


@keyframes pulse-out {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

div.ua-shipping-pulse-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

div.ua-shipping-pulse {
      background: #27c927;
    height: 10px;
    width: 10px;
    border-radius: 90px;
  animation: pulse-out 2s ease-out infinite;
  position: absolute
}

div.ua-section {
padding: 50px 0px
}

div.ua-section-wrapper {
padding: 0px 20px
}

div.ua-authority-item {
   border-radius: 8px;
    background: #Ffffff;
    color: #111111;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

div.ua-section-header.center-header div.ua-section-header-body, div.ua-section-header.center-header div.ua-section-header-title {
text-align: center
}

div.ua-section-header.center-header {
display: flex;
    flex-direction: column;
    align-items: center;
}

div.ua-guarantee-cta {
    overflow: hidden;
    border-radius: 8px;
}

div.ua-bottom-tag {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}

div.ua-main-gu div.ua-credibility-points {
width: 100%
}

div.ua-authority-item-image-container {
position: relative
}

div.ua-authority-item-image-gradient {
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
        background: linear-gradient(to top, rgb(255, 255, 255), rgb(255, 255, 255, 0) 60%);
}

div.ua-authority-item-name {
position: absolute;
    top: 16px;
    left: 16px;
    line-height: 1;
    color: #111;
    background: #fff;
    padding: 7px 12px;
    border-radius: 6px;
    border: 1px solid;
    font-weight: 500;
}

div.ua-authority-item-position {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 500;
    opacity: 1;
}

div.ua-authority-item-text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

div.ua-authority-item-content {
padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

div.ua-authority-item-content-container {
position: relative
}

img.ua-authority-item-position-icon {
width: 13px
}

div.ua-authority-item-quote {
    position: absolute;
    bottom: -30px;
        opacity: 1;
    right: 40px;
    width: 90px;
}

div.ua-carousel {
display: flex;
padding-right: 20px;
margin: 0px -20px;
overflow: hidden
}

div.ua-carousel-item-container {
    min-width: 90%;
    padding-left: 20px;
    margin-right: -8px;
}

div.ua-carousel-item-container:last-child {
margin-right: 0
}

div.ua-carousel-control  {
height: 38px;
    width: 58px;
    background: #e9e9e6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 90px;
}

img.ua-carousel-control-icon {
width: 15px
}

div.ua-carousel-status-controls {
display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
}

div.ua-carousel-control.right img.ua-carousel-control-icon {
rotate: 180deg
}



div.ua-section-title {
font-size: 25px;
    line-height: 1.45;
    font-weight: 700;
}

div.ua-section-body {
font-size: 16px;
    line-height: 1.5;
    margin-top: 12px;
}

div.ua-section-header {
margin-bottom: 24px
}

div.ua-carousel-status {
    display: flex;
    align-items: center;
    justify-content: center;
        width: 150px;
    gap: 10px;
}

div.ua-carousel-status-item {
    height: 8px;
    width: 8px;
    background: #111;
    border-radius: 90px;
    opacity: 0.3;
    transition: width 0.3s ease, opacity 0.3s ease
}

div.ua-carousel-status-item.active {
    width: 27px;
    opacity: 0.9;
}

div.ua-section.dark {
    background: #111111;
    color: #fff;
    background-image: url('/cdn/shop/files/Mobile_gradient_background.png?v=1772783763');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

div.ua-section-header-title {
font-size: 28px;
    line-height: 1.45;
    font-weight: 700;
}

div.ua-strong-benefits-item {
    padding: 24px;
    background: rgb(255, 255, 255,0.1);
    border-radius: 8px;
    position: relative
}

div.ua-strong-benefits {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

div.ua-strong-benefits-item-title {
    background: linear-gradient(to top, #ea4a26, #ea793b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
        flex-direction: column;
    align-items: start;
    margin-bottom: 14px;
    display: flex;
    gap: 12px;
}

div.ua-strong-benefits-item-subtitle {
    font-size: 14px;
    opacity: 1;
    color: #ffffff
}

div.ua-section-header-body {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 14px;
}


div.ua-strong-benefits-item::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 8px;
    padding: 1px;
    border: 1px solid transparent;
    background: linear-gradient(to top, rgb(255,255,255,0.2), rgb(255,255,255,0.5)) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

div.ua-credibility-points-item {
    background: rgb(255, 255, 255, 0.2);
    border-radius: 8px;
    position: relative;
    line-height: 1;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 12px 9px;
    font-size: 12px;
    font-weight: 500;
    justify-content: center
}

div.ua-credibility-points-item::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 8px;
    padding: 1px;
    border: 1px solid transparent;
    background: linear-gradient(to top, rgb(255,255,255,0.2), rgb(255,255,255,0.5)) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}



img.ua-credibility-points-item-icon {
    width: 12px;
    margin-right: 7px;
}

div.ua-credibility-points {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
    margin-top: 24px
}

div.ua-section.long-image-column {
padding-bottom: 0
}

@media screen and (max-width: 999px) {

div.ua-section-image-container,strong-benefits-image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px
}

div.ua-section.long-image-column img.ua-section-columns-image {
max-width: 220px
}

}

div.ua-section-image-container {
position: relative
}

div.ua-section-columns {
display: flex;
    gap: 32px;
    flex-direction: column
    
}

div.ua-section {
overflow: hidden
}

div.section-image-container {
position: relative
}

div.ua-section.light {
    background: #f9f7f3;
}

img.ua-guarantee-absolute-badge {
    position: absolute;
    top: -20px;
    right: 13%;
    width: 80px;
}

div.ua-stacked-cards-item {
border: 1px solid #e9e9e6;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

div.ua-stacked-cards-item-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    line-height: 1;
}

div.ua-stacked-cards-item-body {
    font-size: 16px;
    line-height: 1.45;
}

div.ua-stacked-cards-item-title {
    font-size: 21px;
    font-weight: 700;
    margin: 20px 0px;
}

div.ua-stacked-cards-item-tag {
    background: #e9e9e6;
    display: flex;
    justify-content: center;
    line-height: 1;
    padding: 12px;
    border-radius: 8px;
    font-size: 13px;
    width: fit-content;
    font-weight: 700;
}

div.ua-stacked-cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

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

  div.ua-section.long-image-column div.ua-section-columns-content {
padding-bottom: 100px
}

div.ua-section.long-image-column {
padding-bottom: 100px
}

div.ua-section-image-container.hide-desktop {
display: none
}

div.ua-strong-benefits-item {
padding: 32px;
}

div.ua-section-columns {
display: flex;
    gap: 50px;
    flex-direction: row
    
}

div.ua-section.long-image-column div.ua-section.long-image-column {
align-items: stretch
}

div.ua-section.long-image-column div.ua-section-columns-image-container {
display: flex;
    align-items: end;
    justify-content: end;
}

div.ua-section.long-image-column img.ua-section-columns-image {
max-width: 450px
}

  div.ua-section-wrapper {
      padding: 0px 60px;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }

  div.ua-section-header  {
margin-bottom: 40px
}

  div.ua-section {
  padding: 100px 0px;
  }

  div.ua-section-columns-content, 
  div.ua-section-columns-image-container {
  width: 50%
  }

  div.ua-strong-benefits {
      display: grid;
    gap: 16px;
    grid-template-columns: 1fr 1fr;
  }
  
  div.ua-credibility-points {
  gap: 16px
  }

  div.ua-section-header-title {
  font-size: 43px;
    line-height: 1.4;
  }

  div.ua-stacked-cards {
  gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
  }

}


div.ua-stacked-cards.joined-stack div.ua-stacked-cards-item {
background: none;
border-radius: 0;
border: 0
}


div.ua-stacked-cards.joined-stack {
border: 1px solid #e9e9e6;
    background: #fff;
    border-radius: 8px;
}

div.ua-stacked-cards.joined-stack div.ua-stacked-cards-item {
border-bottom: 1px solid #e9e9e6;
}

div.ua-stacked-cards.joined-stack div.ua-stacked-cards-item:last-child {
border-bottom: 0
}

div.ua-stacked-cards-item.final-step div.ua-stacked-cards-item-tag {
    background: linear-gradient(to top, #ea4a26, #ea793b);
color: #ffffff
}

div.ua-stacked-cards-item {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1)
}


div.ua-stacked-cards-item-image img {
border-radius: 8px
}

div.ua-stacked-cards-item-image  {
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
}

 div.ua-stacked-cards-item.final-step div.ua-stacked-cards-item-title {
    background: linear-gradient(to top, #ea4a26, #ea793b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
 }


 @media screen and (max-width: 999px) {



div.ua-stacked-cards-item-container {
min-width: 90%;
padding-left: 20px;
scroll-snap-align: start;
    scroll-snap-stop: always;
}

div.ua-stacked-cards-carousel {
display: flex;
  margin: 0px -20px;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    padding-bottom: 12px;
    padding-right: 20px

}

div.ua-stacked-cards-carousel::-webkit-scrollbar {
display: none
}



}

div.ua-stacked-cards-item {
height: 100%
}


div.ua-stacked-cards-item-image.border-image img {
    border: 1px solid #e9e9e6;
}

img.ua-authority-item-image {
border-radius: 8px
}

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

  img.ua-authority-item-image {
border-radius: 6px
}

div.ua-authority-item-image-gradient {
display: none
}

div.ua-authority-item-image-container {
padding: 12px
}

div.ua-authority-item-position {
    font-size: 18px;
    gap: 12px;
}

img.ua-authority-item-position-icon {
width: 16px;
}

div.ua-authority-item-text {
margin-bottom: 0
}

  div.ua-carousel-status-controls {
  display: none
  }

  div.ua-stacked-cards-carousel {
      display: grid;
    gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }


}

div.ua-stacked-cards-item {
display: flex;
    flex-direction: column;
}

div.ua-stacked-cards-item-content.space-between-stack {
    height: 100%;
    justify-content: space-between;
}

div.ua-stacked-cards-carousel div.ua-stacked-cards-item-title {
    line-height: 1.45;
    margin-bottom: 16px;
    margin-top: 0
}

div.ua-stacked-cards-item-tag.bottom-tag {
margin-top: 24px;
    align-items: center;
    gap: 8px;
    background: #f9f7f3;
    border: 1px solid #e9e9e6;
}

div.ua-ce-key {
    display: flex;
    flex-direction: row;
    line-height: 1;
    gap: 20px;
    font-size: 16px;
    margin-top: 16px;
    font-weight: 500;
}

div.ua-ce-key {
    display: flex;
    flex-direction: row;
    line-height: 1;
    gap: 18px;
    font-size: 16px;
    margin-top: 16px;
    font-weight: 500;
}

div.ua-ce-key-item {
display: flex;
    align-items: center;
    gap: 9px;
}

div.ua-ce-key-item-icon {
    width: 14px;
    height: 14px;
    background: #111;
    border-radius: 4px;
    background: #b1b6b7;
}

div.ua-ce-key-item.ua-ce-key-item-us div.ua-ce-key-item-icon {
    background: linear-gradient(to top, #ea4a26, #ea793b);
}



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

  div.ua-ce-key {
      margin-top: 32px;
          gap: 32px;
  }

  div.ua-ce-key-item  {
  font-size: 20px;
    gap: 12px;
  }

  div.ua-ce-key-item-icon {
      width: 20px;
    height: 20px;
  }

}

div.ua-comparison {
display: flex;
    margin-left: -20px;
}

div.ua-comparison-row {
    height: 75px;
    min-height: 75px;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #d2d2d2;
}

div.ua-comparison-column.description div.ua-comparison-row {
padding-left: 20px;
padding-right: 16px;
}

div.ua-comparison-column.description.column-scroll   {
box-shadow: 8px 0 16px -4px rgba(0, 0, 0, 0.12);
}

div.ua-comparison-column.description div.ua-comparison-row.title {
background: none
}

div.ua-comparison-row.title {
    display: flex;
    font-size: 11px;
    font-weight: 700;
    color: #111111;
    text-transform: uppercase;
}

div.ua-comparison-column.us div.ua-comparison-row.title {
    color: #ffffff;
}

span.ua-comp-partial {
font-size: 11px;
    font-weight: 500;
    color: #565656;
}


div.ua-comparison-column.description {
    min-width: 60%;
        line-height: 1.4;
    font-size: 13px;
    font-weight: 500
}

div.div.ua-comparison-column {
padding-bottom: 8px
}

div.ua-comparison-column.point {
    min-width: 26%;
}

div.ua-comparison-column.point div.ua-comparison-row {
display: flex;
align-items: center;
justify-content: center;
padding-left: 0
}

div.ua-comparison-column.us div.ua-comparison-row  {
border-color: rgb(255,255,255,0)
}

img.ua-comparison-row-icon {
height: 18px
}

div.ua-comparison-column.us {
    background: linear-gradient(to top, #ea4a26, #ea793b);
    border-radius: 10px
}



div.ua-comparison {
  display: flex;
  margin: 0px -20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

div.ua-comparison-column.description {
  min-width: 60%;
  line-height: 1.4;
  font-size: 13px;
  font-weight: 500;
  position: sticky;
  left: 0px;
  z-index: 2;
  background: #ffffff
}

div.ua-comparison-column.them img.ua-comparison-row-product-image {
    height: 60px;
    width: 60px;
    border-radius: 90px;
    background: #e6e6e6;
    border: 3px solid #ffffff;
}

div.ua-comparison-row.title {
    flex-direction: column;
    gap: 10px;
    height: 130px;
    justify-content: end;
        padding-bottom: 16px;
}

div.ua-comparison-column.point div.ua-comparison-row.title {
justify-content: end;

}

div.ua-comparison-column.us img.ua-comparison-row-product-image {
width: 70px
}

div.ua-section-header-title.comparison {
    text-transform: none;
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 100%;
}

div.ua-reviews-containers {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

div.bv-rr-review-item {
background: linear-gradient(to top, #ffefdf, #ffffff);
color: #111111;
position: relative
}



div.bv-rr-review-item::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 8px;
    border: 1px solid transparent;
    background: linear-gradient(to top, #ffbd5f, #d1d3d4) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: 2
}

div.ua-credibility-points.light div.ua-credibility-points-item {
background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

div.ua-credibility-points.light {
margin-top: 32px
}

div.udt-carousel-thumbnail.active {
    border-color: #111111;
}

div.ua-product-title span.ua-text-highlight {
font-size: 32px;
}

div.ua-timeline-toggle-item {
background: #e9e9e6;
    display: flex;
    justify-content: center;
    line-height: 1;
    padding: 12px;
    border-radius: 8px;
    font-size: 13px;
    width: fit-content;
    font-weight: 500;
}

div.ua-timeline-toggles {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

div.ua-timeline-main {
    margin-top: 24px;
}

div.ua-timeline-main-item-title {
    line-height: 1;
    color: #111111;
    font-size: 21px;
    font-weight: 700;
}

div.ua-timeline-main-item-body {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 16px;
    margin-bottom: 32px;
}

div.ua-timeline-main-item-benefits {
    margin-top: 32px;
}

div.ua-timeline-main-item-benefits-title {
    line-height: 1;
    font-size: 16px;
    font-weight: 700;
}

img.ua-timeline-main-item-benefits-list-icon {
width: 15px;
}

div.ua-timeline-main-item-benefits-list-item {
    display: flex;
    align-items: start;
    gap: 10px;
}

img.ua-timeline-main-item-benefits-list-icon {
margin-top: 2px
}

div.ua-timeline-main-item-benefits-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 16px;
}

div.ua-timeline-main {
    padding: 32px 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    border-radius: 8px;
}

div.ua-timeline-toggle-item.active {
    background: linear-gradient(to top, #ea4a26, #ea793b);
    color: #ffffff;
    font-weight: 700
}

.ua-timeline-main-item {
    display: none;
}

.ua-timeline-main-item.active {
    display: block;
}


@media screen and (max-width: 999px) {


  div.ua-timeline-main-item-graph-container.desktop {
  display: none
  }


}


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


  div.ua-timeline-main-item-graph-container.mobile {
  display: none
  }

  div.ua-timeline-main {
  padding: 70px;
      margin-top: 44px;
  }

  div.ua-timeline-main-item.active {
  display: flex
  }

  div.ua-timeline-main-item {
    align-items: end;
    gap: 70px;
  }

  div.ua-timeline-main-item-graph-container {
  width: 55%
  }

  div.ua-timeline-main-item-main {
  width: 45%
  }

  div.ua-comparison-column.description {
      min-width: 37.5%;
  }

  div.ua-timeline-main-item-title {
  font-size: 28px;
    margin-bottom: 24px;
  }

  div.ua-comparison-column.point {
      min-width: 12.5%;
      width: 12.5%
  }

  div.ua-comparison-column.description div.ua-comparison-row {
  font-size: 17px
  }

  img.ua-comparison-row-icon {
  width: 27px;
  height: 27px
  }

  span.ua-comp-partial {
  font-size: 14px
  }


}

img.ua-top-guarantee {
width: 75px
}

div.ua-header-top-tag {
    margin-bottom: 25px;
}

div.ua-section-columns-image-container {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

div.ua-faq-item-top {
    justify-content: space-between;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
    height: 75px;
    display: flex;
    align-items: center;
}



div.ua-faq-item-content {
    font-size: 16px;
    line-height: 1.55;
    padding-right: 24px;
    padding-bottom: 24px;
}

div.ua-faq-item {
    border-bottom: 1px dashed #e9e9e6;
    max-height: 75px;
    overflow: hidden
}

div.ua-faq-item.expanded {
max-height: 340px;
}

div.ua-faq-item.expanded line.ua-faq-item-expand-line-vertical {
rotate: 90deg;
}

div.ua-faq-item-expand svg {
width: 12px;
height: 12px
}

span.ua-faq-item-title {
padding-right: 20px
}

div.ua-shop-offer-image-contaienr {
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 0px 10px
}

img.ua-shop-offer-image {
max-width: 350px;
}

a.dcta.add-to-cart {
text-transform: none;
line-height: 1.2;
font-size: 15px
}


div.ua-faq-container.pdp {
    padding-top: 24px;
}

div.ua-faq-container.pdp div.ua-faq-item, div.ua-faq-container.pdp div.ua-faq-item-top {
    font-size: 14px;
    max-height: 55px
}


div.ua-faq-container.pdp div.ua-faq-item-content {
    font-size: 14px;
}

div.ua-faq-container.pdp div.ua-faq-item.expanded {
max-height: 300px
}

svg.ua-product-description-benefits-item-icon {
width: 17px;
    height: 17px;
}



div.ua-pdp-gu-title {
    line-height: 1;
    margin-bottom: 9px;
    font-weight: 700;
    font-size: 15px;
}

img.ua-pdp-gu-icon {
    width: 50px;
}

div.ua-pdp-gu {
display: flex;
    align-items: center;
    gap: 18px;
        background: #f9f7f3;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 8px;
    margin-top: 24px;
}

div.ua-pdp-gu-body {
font-size: 12px;
    line-height: 1.4;
}

div.ua-benefit-scroller.pdp-scroller {
border-bottom: 0
}

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

  div.ua-section-header.hide-desktop {
  display: none
  }

}

div.ua-section-columns-image-container.no-margin {
margin-top: 0;
border-radius: 8px;
overflow: hidden
} 

div.ua-section-secondary-offer {
width: 100%
}

@media screen and (max-width: 999px) {

  div.ua-section-header.hide-mobile{
  display: none
  }

}

  @media screen and (max-width: 999px) {

  div.ua-section-columns {
    flex-direction: column-reverse;
}

  div.ua-stacked-cards-item-container.full-width-stack {
  min-width: 100%
  }



}

div.bv-rr-review-item.mid-colour::before {
  border: none
  }
div.ua-section-cta.section-one-cta {
margin: 27px 0px;
}

div.bv-rr-review-item.mid-colour {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    background: #fff;
} 

div.ua-stats {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
}

div.ua-stats-item {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 20px;
    border-radius: 8px;
}

div.ua-stats-item-sub {
    font-size: 11px;
    line-height: 1.4;
    opacity: 0.8;
}

div.ua-stats-item-benefit {
    line-height: 1;
    font-size: 15px;
    font-weight: 700;
    font-style: italic;
}

div.ua-stats-item-number {
    line-height: 1;
    background: linear-gradient(to top, #ea4a26, #ea793b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    font-size: 31px;
    margin-top: 12px;
    margin-bottom: 10px
}

div.ua-stats-item {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


 div.ua-stats-item div.ua-stacked-cards-item-tag.bottom-tag {
    margin-top: 16px;
    font-size: 11px;
    padding: 6px;
    gap: 6px;
    padding-right: 9px
 }


  div.ua-stats-item img.ua-hero-main-benefit-tag-icon {
width: 12px
 }


 div.ua-section-columns-image-container {
position: relative
 }

 div.ua-image-features {
    position: absolute;
    bottom: 12px;
    left: 12px;
    display: flex;
    flex-direction: column;
    gap: 9px;
 }

 div.ua-image-features-item {
padding: 12px;
    background: rgb(1, 1, 1, 0.1);
    border-radius: 8px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1;
    color: #fff;
    font-weight: 500;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
        width: fit-content;
    font-size: 12px;
 }

  div.ua-image-features-item::before {
      content: '';
    position: absolute;
    inset: 0;
    border-radius: 8px;
    padding: 1px;
    border: 1px solid transparent;
    background: linear-gradient(to top, rgb(255, 255, 255, 0.2), rgb(255, 255, 255, 0.5)) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
  }

  div.ua-image-item-features-number {
  font-size: 15px;
    font-weight: 700;
    background: linear-gradient(to top, #ea4a26, #ea793b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  div.ua-stats-min-title {
      line-height: 1;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    gap: 20px;
  }

  div.ua-stats-min-title-line {
      width: 100%;
    border-top: 1px dashed;
    opacity: 0.3;
    margin-bottom: -1px
  }

  div.ua-stats-min-title-text {
  min-width: fit-content;
  }

  

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

  div.ua-reviews-containers {
  display: grid;
grid-template-columns: 1fr 1fr 1fr
  }

  div.ua-credibility-points {
      grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  div.ua-credibility-points-item {
  padding: 17px;
    font-size: 14px;
  }

  img.ua-credibility-points-item-icon {
      width: 14px;
    margin-right: 10px;
  }
  

}

div.ua-form-shop {
margin-top: 32px;
    border: 1px solid #eae6e4;
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff
}

div.ua-form-shop-container {
padding: 10px
}

div.ua-form-shop div.ua-pdp-form-quantity-item {
border-radius: 5px;
border: 1.4px solid #6b6b6b;
}

div.ua-form-shop div.ua-pdp-form-quantity-item.active {
border: 0;
padding: 0px 17px
}

div.ua-form-shop div.ua-pdp-form-quantity-item.active::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 5px;
    border: 2px solid transparent;
    background: linear-gradient(to top, #ea4a26, #ea793b) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: 2;
}


@media screen and (max-width: 999px) {


  div.bv-rr-review-item.review-hide-mobile {
display: none
  }

  div.bv-pdp {
  margin-top: 0
  }

}

div.ua-form-banner {
    background: #111111;
    background-image: url(/cdn/shop/files/Mobile_gradient_background.png?v=1772783763);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 24px;
    position: relative;
    color: #ffffff
}

div.ua-form-banner-benefits-item {
    display: flex;
    align-items: center;
    font-size: 11px;
    gap: 6px;
    font-weight: 500;
    line-height: 1;
}

img.ua-form-banner-benefits-item {
width: 11px
}

div.ua-form-banner-benefits {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
}

img.ua-form-banner-gummy-image {
    width: 80px;
    top: 0;
    left: 0;
    position: absolute;
}

div.ua-form-banner-content {
display: flex;
    flex-direction: column;
    line-height: 1;
    align-items: center;
    text-align: center;
}

div.ua-form-banner-title {
    background: linear-gradient(to top, #ea4a26, #ea793b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
}

div.ua-form-banner-subtitle {
    padding: 7px 12px;
    background: rgb(255, 255, 255, 0.1);
    border-radius: 5px;
    line-height: 1;
    color: #fff;
    font-weight: 500;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    width: fit-content;
    font-size: 12px;
    margin-bottom: 12px
}

div.ua-form-shop-title-container {
    line-height: 1;
    margin-top: 16px;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 700;
}

span.ua-form-shop-selection {
    font-weight: 500;
    opacity: 0.75;
}

div.ua-form-banner-subtitle::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 5px;
    padding: 1px;
    border: 1px solid transparent;
    background: linear-gradient(to top, rgb(255, 255, 255, 0.2), rgb(255, 255, 255, 0.5)) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

div.ua-form-banner-body {
    font-size: 14px;
    margin-bottom: 14px;
    margin-top: 8px;
}


div.ua-pdp-sub-disc-item {
display: flex;
    align-items: center;
    font-size: 13px;
    gap: 8px;
    line-height: 1;
}

img.ua-pdp-sub-disc-item-icon {
    width: 11.5px;
}

div.ua-pdp-sub-disc {
display: flex;
flex-direction: column;
margin-top: 20px;
gap: 12px
}




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

    div.ua-add-to-cart div.dcta-outline-content {
    font-size: 17px;
    }

    a.dcta.add-to-cart {
    font-size: 17px;
    }

    a.dcta {
        height: 74px;
    }

    div.ua-form-shop-container {
    padding: 20px
    }

    div.ua-form-shop-title-container {
        margin-top: 10px;
    margin-bottom: 24px;
    font-size: 16px;
    }

    div.ua-form-banner-title {
    font-size: 28px
    }

    div.ua-form-banner {
    padding: 32px
    }

    div.ua-form-banner-subtitle {
        font-size: 14px;
    padding: 10px 16px;
    margin-bottom: 16px;
    }

    img.ua-form-banner-gummy-image {
        width: 110px;
    }

    div.ua-pdp-sub-disc-item {
        font-size: 15px;
    gap: 11px;
    }

    img.ua-pdp-sub-disc-item-icon {
    width: 13px
    }

  

    div.ua-pdp-sub-disc {
        gap: 14px;
    margin-top: 26px;
    padding-bottom: 4px;
    }

    div.ua-form-banner-body {
    font-size: 17px;
    margin-top: 12px;
    margin-bottom: 20px;
    }


    div.ua-form-banner-benefits-item {
    font-size: 13px;
    gap: 8px;
    }

    img.ua-form-banner-benefits-item {
    width: 12px
    }

    div.ua-form-banner-benefits {
        gap: 18px;
    }

  }


    div.ua-pdp-tag-mr.pdp-carousel-tag div.ua-hero-main-benefit-tag {
        margin-top: 16px;
    margin-bottom: 16px;
        background-image: url(/cdn/shop/files/Mobile_gradient_background.png?v=1772783763);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    }

    div.ua-form-trial-box {
        border: 1px solid #e6e6e6;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 24px;
    background: #111111;
    color: #fff;
    background-image: url(/cdn/shop/files/Mobile_gradient_background.png?v=1772783763);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    }

    div.ua-form-trial-box-ann {
        display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 14px;
    }

    div.ua-form-trial-box-content {
    background: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 20px;
    color: #111;
    line-height: 1;
    }

    div.ua-form-trial-price {
    display: flex;
    align-items: center;
    font-size: 19px;
    gap: 8px;
        margin-bottom: 12px;
    margin-top: 16px;
    }

    div.ua-form-gifts {
    margin-top: 24px
    }

    div.ua-form-gifts-title {
        line-height: 1;
    font-size: 16px;
    font-weight: 700;
    }

    div.ua-form-gifts-subtitle {
        line-height: 1;
    font-size: 12px;
    color: #606060;
    margin-top: 11px;
    }

    span.gifts-learn-more {
        font-weight: 500;
    color: #fd3600;
    text-decoration: underline;
    }

    div.ua-form-trial-subtitle {
    font-weight: 500;
    }

    div.ua-form-trial-terms {
        font-size: 10px;
    background: #e9e9e5;
    padding: 7px 11px;
    border-radius: 5px;
    width: fit-content;
    }

    div.ua-form-trial-box-title-container {
    display: flex;
    align-items: center;
    font-size: 19px;
    font-weight: 900;
    gap: 6px;
        margin-bottom: 10px;
    }

    div.ua-form-trial-box-title-icon svg.ua-product-description-benefits-item-icon {
        width: 21px;
    height: 21px;
    }

    div.ua-form-trial-benefits-item {
    display: flex;
    align-items: center;
    font-size: 12.5px;
    gap: 7px;
    }

    div.ua-form-gifts-list {
        display: grid;
    gap: 8px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 18px;
    line-height: 1;
    }

    div.ua-form-gifts-item-title {
        font-size: 11px;
    font-weight: 500;
    text-align: center;
    }

    div.ua-form-gifts-item {
        display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px
    }

    div.ua-form-gifts-item-block {
        width: 100%;
    aspect-ratio: 1;
    border: 1px solid #e9e9e5;
    border-radius: 8px;
    padding: 4px;
    }

    div.ua-form-gifts-item-inner {
        height: 100%;
    width: 100%;
    background: #f9f7f3;
    border-radius: 5px;
    }

    

    img.ua-form-trial-benefits-item-icon {
    width: 11.5px
    }

    div.ua-form-trial-price-main {
    font-weight: 500
    }

    div.ua-form-trial-price-su {
    font-weight: 100;
    color: #939393;
    text-decoration: line-through;
    }

    div.ua-form-trial-benefits {
        display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 16px
    }


    div.ua-simple-quote {
    border-radius: 8px;
    border: 1px solid #e9e9e5;
    padding: 20px;
    position: relative;
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.45;
    }

    img.ua-simple-quote-icon {
        position: absolute;
    bottom: 0;
    right: 20px;
    width: 32px;
    margin-bottom: -15px;
    }

    div.ua-simple-quote-text {
    padding-right: 12px;
    }


    div.ua-benefit-scroller.publication-scroller {
    padding-top: 50px
    }

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

      div.ua-simple-quote {
      padding: 32px;
      font-size: 18px;
          margin-top: 32px;
      }

      img.ua-simple-quote-icon {
        width: 42px;
        margin-bottom: -21px;
        right: 32px;
      }

      div.ua-benefit-scroller.publication-scroller {
    padding-top: 100px
    }

    }

    div.ua-product-description-benefits {
    margin-bottom: 24px;
    }


    div.ua-pdp-tag-mr.pdp-carousel-tag div.ua-hero-main-benefit-tag.pdp {
    background-image: none;
    border: 1px solid #eae6e4;
    color: #111;
    background: #ffffff
    }
   

    div.ua-benefit-scroller-logo-container {
    display: flex;
    align-items: center;
    justify-content: center
    }

    div.ua-benefit-scroller.publication-scroller div.ua-benefit-scroller-item {
    gap: 24px;
    padding-left: 24px
    }

    img.ua-benefit-scroller-logo {
    height: 25px
    }

    div.ua-benefit-scroller-wrapper {
    overflow: hidden
    }

    div.ua-publication-scroller-title {
    line-height: 1;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
        text-align: center;
    margin-bottom: 24px;
    }

        div.ua-benefit-scroller.publication-scroller div.ua-benefit-scroller-main {
    opacity: 0.55
    }

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

      div.ua-publication-scroller-title {
          font-size: 24px;
    font-weight: 700;
    min-width: fit-content;
        margin-bottom: 0;
    text-align: left;
    font-size: 21px;
    line-height: 1;
      }

      div.ua-publication-scroller-wrapper {
          display: flex;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 50px;
    align-items: center;
      }

      img.ua-benefit-scroller-logo {
      height: 35px
      }

    }

    div.ua-simple-ann {
        font-size: 13px;
    color: #fff;
    background: linear-gradient(to top, #ea4a26, #ea793b);
    line-height: 1;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px 12px;
    }


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


      div.ua-section-header.center-desktop {
      text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
      }

      div.ua-section-header.stacked div.ua-section-header-title {
          display: flex;
    flex-direction: column;
    align-items: center;
      }

      div.ua-main-gu div.ua-section-header {
          display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
      }

      div.ua-section-header.stacked-header {
          display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
      }

    div.ua-section.opening-showcase div.ua-stacked-cards-carousel-container  {
    display: none
    }

    div.ua-section-cta.section-one-cta {
    margin-bottom: 0
    }

    div.ua-section-columns {
    align-items: center
    }

    div.ua-section.opening-showcase div.ua-section-header {
        max-width: 60%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    }

    div.ua-stats-item-benefit {
        line-height: 1;
    font-size: 15px;
    font-weight: 700;
    font-style: italic;
    }

    div.ua-stats-item-benefit {
    font-size: 18px
    }

    div.ua-stats-item-sub {
    font-size: 14px;
    }

    div.ua-image-features {
    left: 24px;
    bottom: 24px
    }

    div.ua-image-features-item {
        font-size: 15px;
    gap: 12px;
    padding: 15px;
    padding-right: 18px;
    }

    div.ua-image-item-features-number {
    font-size: 18px
    }

    div.ua-stats-min-title {
    font-size: 14px
    }

    div.ua-product-title span.ua-text-highlight {
        font-size: 48px;
    }

    span.ua-sp-product-title-dose {
        font-size: 27px;
    margin-top: 5px;
    }

    div.ua-product-description {
    font-size: 18px
    }

    div.ua-product-description-benefits-item {
    font-size: 18px
    }

    svg.ua-product-description-benefits-item-icon {
    height: 21px;
    width: 21px
    }

    div.ua-faq-container.pdp div.ua-faq-item, div.ua-faq-container.pdp div.ua-faq-item-top {
    max-height: 65px;
    }

    div.ua-faq-container.pdp div.ua-faq-item-top {
    font-size: 17px;
    }

    div.ua-pdp-gu-body {
        font-size: 14px;
    line-height: 1.55;
    }

    div.ua-pdp-gu-title {
        font-size: 17px;
    font-weight: 500;
    }

    div.ua-pdp-gu {
    padding: 28px;
    gap: 24px;
    }

    img.ua-pdp-gu-icon {
    width: 60px
    }

    div.ua-pdp-sub-benefits-item {
        font-size: 15px;
    gap: 12px;
    }

    img.ua-pdp-sub-benefits-item-icon {
    width: 16px
    }

    div.ua-pdp-sub-benefits {
    gap: 20px;
    margin-top: 20px;
    justify-content: center;
    padding: 0px 24px;
    }

    div.ua-logo-container.pdp {
        padding: 32px;
    border-bottom: 1px solid #eae6e4;
    margin: 0;
    }

    div.bv-pdp {
    margin-top: 50px
    }

    div.ua-simple-ann {
        padding: 17px;
    font-size: 16px;
    }

    div.ua-credibility-points.light div.ua-credibility-points-item::before {
    content: none
    }

    div.ua-credibility-points.light div.ua-credibility-points-item {
    background: #f9f7f3;
    border: 1px solid #e9e9e6;
    box-shadow: none
    }

    div.ua-section-wrapper.gu-wrapper {
        display: flex;
    align-items: end;
    }

    div.ua-section.long-image-column.guarantee-section-container {
    padding-bottom: 0px
    }

    div.ua-section.guarantee-section-container div.ua-section-columns-image-container {
    margin-top: 0
    }

        div.ua-section.long-image-column.guarantee-section-container img.ua-section-columns-image {
        max-width: 400px;
    }

    div.ua-header-top-tag {
        margin-bottom: 32px;
    }

    img.ua-top-guarantee {
        width: 95px;
    }
    
    div.ua-section.ua-faq-section div.ua-faq-container {
        max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    }

    div.ua-section.ua-faq-section div.ua-section-header-title {
    text-align: center
    }

    div.ua-section-secondary-offer {
        max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    }

    img.ua-shop-offer-image {
        max-width: 640px;
    }

    div.ua-authority-item-content {
        padding: 60px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-left: 30px
    }

    div.ua-authority-item-text {
    font-size: 26px;
    padding: 0;
    }

    div.ua-authority-item-image-gradient {
        background: linear-gradient(to left, rgb(255, 255, 255), rgb(255, 255, 255, 0) 90%);
    }

    div.ua-authority-item-name {
    top: 32px;
    left: 32px;
    padding: 12px 18px;
    }

    div.ua-authority-item {
    display: flex
    }

    div.ua-authority-item-image-container {
    width: 40%;
    }

    div.ua-authority-item-content-container {
        width: 60%;
    display: flex;
    align-items: center;
    }

    div.ua-main-gu div.ua-credibility-points {
    grid-template-columns: 1fr 1fr;
    }

  }

  div.ua-stats-item {
  justify-content: space-between
  }

      @media screen and (max-width: 999px) {

  div.ua-authority-item-quote {
  position: absolute;
    bottom: -15px;
    opacity: 1;
    right: 20px;
    width: 40px;
  }

  img.ua-section-columns-image.hide-desktop {
  display: none
  }

  div.ua-section-columns-image-container.guarantee-image-container img.ua-section-columns-image {
      max-width: 320px;
  }

  div.ua-section-columns-image-container.guarantee-image-container  {
          margin-left: -20px;
    margin-right: -20px;
    display: flex;
    justify-content: end;
  }

  div.ua-main-gu div.ua-section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center
  }

  div.ua-authority-item-image-gradient {
  display: none
  }

  div.ua-authority-item-image-container {
      padding: 10px;
    margin-bottom: 20px
  }

  img.ua-authority-item-image {
      border-radius: 5px;
  }

  div.ua-authority-item-name {
  top: 24px;
    left: 24px;
  }

  div.ua-section.review-section {
  padding-bottom: 0
  }

  div.ua-section-review-image-container {
      margin-top: -20px;
    position: relative;
    z-index: 2;
  }
  

}

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

  img.ua-section-columns-image.hide-mobile {
  display: none
  }

  div.ua-section-columns.reverse-end {
  flex-direction: row-reverse;
  align-items: end
  }

  div.ua-section-review-image-container {
  display: none
  }

}

div.ua-bigger-picture-title-icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background: #f9f7f3;
    border: 1px solid #e9e9e6;
    border-radius: 5px;
}

div.ua-faq-item.bigger-picture-accordion-item div.ua-faq-item-top {
    padding: 24px;
    padding-left: 12px;
}


div.ua-faq-item.bigger-picture-accordion-item {
    border: 1px solid #e9e9e6;
    border-radius: 8px;
    background: none;
}

div.ua-bigger-picture-title {
display: flex;
    align-items: center;
    gap: 14px;
}

div.ua-faq-item.bigger-picture-accordion-item div.ua-faq-item-content {
    padding-left: 20px;
    padding-top: 12px;
}

div.ua-faq-container.bigger-picture-accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

div.bv-rr-review-item.ua-rr-item {
background: #ffffff;
padding: 16px
}

div.bv-rr-review-item-bottom {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
}

div.bv-rr-review-item.ua-rr-item::before {
content: none
}

div.ua-rr-list {
    columns: 2;
    column-gap: 9px;
    margin-top: 50px;
}

div.ua-rr-list .ua-rr-item {
    break-inside: avoid;
    margin-bottom: 9px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 1000px) {
div.ua-rr-list {
columns: 4;
margin-top: 70px
}
}