/** Shopify CDN: Minification failed

Line 8722:10 Expected identifier but found whitespace
Line 8722:12 Unexpected "{"
Line 8722:21 Expected ":"
Line 9842:0 All "@import" rules must come first
Line 11487:27 Unexpected "{"
Line 11548:3 Unexpected "{"

**/
*, :before, :after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  border-color: rgb(var(--border-color));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  scroll-padding-top: var(--sticky-area-height);
  interpolate-size: allow-keywords;
  line-height: 1.5;
}

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

hr {
  border-top-width: 1px;
  justify-self: stretch;
  height: 0;
}

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

input[type="submit"] {
  cursor: pointer;
}

button, select {
  text-transform: none;
}

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

button, label, summary, [role="button"], [type="checkbox"], [type="radio"] {
  -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;
}

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

[type="date"] {
  min-height: 3rem;
}

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

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

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

summary {
  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;
}

ul, ol, menu {
  margin: 0;
  padding: 0;
}

.unstyled-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

textarea {
  resize: vertical;
  field-sizing: content;
  min-height: 4lh;
}

input::placeholder, textarea::placeholder {
  opacity: 1;
  color: rgb(var(--text-color) / .65);
}

:disabled {
  cursor: default !important;
}

img, svg, video, canvas, audio, iframe, embed, object {
  vertical-align: middle;
  display: block;
}

img {
  color: #0000;
  max-width: 100%;
  height: auto;
}

[role="img"] svg {
  display: initial;
}

picture source {
  display: contents;
}

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

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

[hidden] {
  display: none !important;
}

height-observer {
  display: block;
}

.color-scheme {
  background-color: rgb(var(--background));
  background-image: var(--background-gradient);
  color: rgb(var(--text-color));
  border-color: rgb(var(--border-color));
}

.color-scheme--with-image-overlay {
  --border-color: var(--text-color) / .6;
}

.color-scheme--with-image-overlay .button--outline {
  --border-color: var(--text-color);
}

.accordion {
  box-sizing: content-box;
  display: block;
}

.accordion {
  border-block-width: 1px;
}

.accordion :is(svg) {
  transition: transform .2s;
}

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

.accordion__toggle {
  justify-content: space-between;
  align-items: center;
  column-gap: .625rem;
  padding-block: 1.25rem;
  display: flex;
}

.accordion__content {
  margin-block-start: -.25rem;
  padding-block-end: 1.25rem;
  padding-inline-end: 1.25rem;
}

@media screen and (min-width: 1000px) {
  .accordion__toggle.text-lg {
    padding-block: 1.5rem;
  }

  .accordion--lg .accordion__toggle {
    padding-block: 2rem;
  }

  .accordion--lg .accordion__content {
    margin-block-start: -.5rem;
  }
}

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

.blog-post-card {
  align-content: start;
  gap: 1.25rem;
  display: grid;
}

.blog-post-card__info {
  justify-items: start;
  row-gap: 1rem;
  display: grid;
}

.blog-post-card__meta {
  flex-wrap: wrap;
  align-items: center;
  column-gap: .5rem;
  display: flex;
}

.blog-post-card__meta > * + :before {
  content: "•";
  margin-inline-end: .5rem;
}

.blog-post-list {
  --blog-post-list-items-per-row: 1;
  --blog-post-list-column-gap: 1.875rem;
  --blog-post-list-row-gap: var(--section-stack-gap);
  --blog-post-list-card-width: calc(100% / var(--blog-post-list-items-per-row)  - var(--blog-post-list-column-gap) * (var(--blog-post-list-items-per-row)  - 1) / var(--blog-post-list-items-per-row));
  grid: auto / repeat(auto-fit, var(--blog-post-list-card-width));
  align-items: start;
  column-gap: var(--blog-post-list-column-gap);
  row-gap: var(--blog-post-list-row-gap);
  display: grid;
}

.featured-blog-post {
  grid-column: 1 / -1;
  display: none;
}

@media screen and (min-width: 700px) {
  .blog-post-list {
    --blog-post-list-items-per-row: 2;
  }
}

@media screen and (max-width: 999px) {
  .blog-post-list--carousel {
    --blog-post-list-card-width: 40vw;
    grid: auto / auto-flow var(--blog-post-list-card-width);
  }
}

@media screen and (max-width: 699px) {
  .blog-post-list--carousel {
    --blog-post-list-card-width: 74vw;
  }
}

@media screen and (min-width: 1000px) {
  .blog-post-list {
    --blog-post-list-items-per-row: 3;
    --blog-post-list-column-gap: 3.75rem;
  }

  .featured-blog-post {
    display: block;
  }

  .featured-blog-post + .blog-post-card {
    display: none;
  }
}

@media screen and (min-width: 1150px) {
  .blog-post-list {
    --blog-post-list-row-gap: 3.75rem;
  }
}

.shopify-challenge__button, .shopify-payment-button__button--unbranded {
  all: revert;
}

.button, .shopify-challenge__button, .shopify-payment-button__button--unbranded {
  --initial-gradient: linear-gradient(rgb(var(--button-background)), rgb(var(--button-background)));
  --hover-gradient: linear-gradient(transparent, transparent);
  --initial-background-position: var(--transform-origin-end);
  --hover-background-position: var(--transform-origin-start);
  -webkit-appearance: none;
  appearance: none;
  text-transform: var(--button-text-transform);
  font: var(--button-font);
  letter-spacing: var(--button-letter-spacing);
  text-shadow: none;
  text-align: center;
  cursor: pointer;
  color: rgb(var(--button-text-color));
  border: 1px solid rgb(var(--button-outline-color, var(--button-background)));
  border-radius: var(--button-border-radius);
  background-color: #0000;
  background-image: var(--initial-gradient), var(--hover-gradient);
  background-size: 101% 101%, 0 101%;
  background-position: var(--initial-background-position);
  background-repeat: no-repeat;
  justify-content: center;
  align-items: center;
  column-gap: 1.125rem;
  padding: .65rem 1.75rem;
  transition: background-size .45s cubic-bezier(.785, .135, .15, .86), background-position .45s step-end, color .45s cubic-bezier(.785, .135, .15, .86), border .45s cubic-bezier(.785, .135, .15, .86);
  display: inline-flex;
  position: relative;
}

.shopify-payment-button__button--unbranded {
  border: 1px solid rgb(var(--button-outline-color, var(--button-background))) !important;
  border-radius: var(--button-border-radius) !important;
  background-color: #0000 !important;
  transition: background-size .45s cubic-bezier(.785, .135, .15, .86), background-position .45s step-end, color .45s cubic-bezier(.785, .135, .15, .86), border .45s cubic-bezier(.785, .135, .15, .86) !important;
}

.shopify-payment-button__button--unbranded:not(:hover) {
  color: rgb(var(--button-text-color)) !important;
}

.button--outline {
  --initial-gradient: linear-gradient(transparent, transparent);
  --hover-gradient: linear-gradient(rgb(var(--button-background)), rgb(var(--button-background)));
  --initial-background-position: var(--transform-origin-start);
  --hover-background-position: var(--transform-origin-end);
  color: rgb(var(--button-background, var(--text-color)));
  border-color: rgb(var(--button-outline-color, var(--border-color)));
}

.button--subdued.button--outline {
  color: rgb(var(--button-background) / .65);
  border-color: rgb(var(--border-color));
}

.button--sm {
  font-size: var(--text-xs);
  padding: .5rem .75rem;
}

@media screen and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .features--button-transition :is(.button, .shopify-challenge__button, .shopify-payment-button__button--unbranded):not([disabled]):hover {
    color: rgb(var(--button-background));
    background-position: var(--hover-background-position);
    border-color: rgb(var(--button-background));
    background-size: 0 101%, 101% 101%;
  }

  .features--button-transition .shopify-payment-button__button--unbranded:not([disabled]):hover {
    background-color: #0000;
  }

  .features--button-transition .button--outline:not([disabled]):hover {
    color: rgb(var(--button-text-color));
  }
}

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

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

.button-group:has(.link):has(.button) {
  column-gap: 1.5rem;
}

@media screen and (min-width: 700px) {
  .button-group {
    gap: 1.25rem;
  }

  .button-group:has(.link):not(:has(.button)) {
    column-gap: 2rem;
  }

  .button-group--same-width {
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow: column;
    display: grid;
  }
}

.additional-checkout-buttons {
  width: 100%;
}

.shopify-payment-button__button {
  vertical-align: top;
  width: 100%;
  min-height: calc(1lh + 1.3rem + 2px);
}

shopify-accelerated-checkout, shopify-accelerated-checkout-cart {
  --shopify-accelerated-checkout-button-block-size: 44px;
  --shopify-accelerated-checkout-button-border-radius: var(--button-border-radius);
  --shopify-accelerated-checkout-button-box-shadow: none;
}

@keyframes animateIconInline {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }

  50% {
    opacity: 0;
    transform: translateX(100%);
  }

  51% {
    opacity: 0;
    transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@keyframes animateIconBlock {
  0% {
    opacity: 1;
    transform: translateY(0%);
  }

  50% {
    opacity: 0;
    transform: translateY(100%);
  }

  51% {
    opacity: 0;
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

.circle-button {
  --circle-button-size: 2.75rem;
  width: var(--circle-button-size);
  height: var(--circle-button-size);
  background: rgb(var(--circle-button-background));
  color: rgb(var(--circle-button-text-color));
  border-radius: var(--rounded-full);
  box-shadow: 0 .125rem .625rem rgb(var(--circle-button-text-color) / .15);
  place-items: center;
  display: grid;
}

.circle-button > svg {
  width: 20px;
}

.circle-button > .icon-zoom {
  width: .875rem;
}

@media screen and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .circle-button.hover\:animate-icon-inline:hover svg {
    animation: .35s ease-in-out forwards animateIconInline;
  }

  .circle-button.hover\:animate-icon-block:hover svg {
    animation: .35s ease-in-out forwards animateIconBlock;
  }
}

.circle-button--sm {
  --circle-button-size: 2.25rem;
}

.circle-button--lg, .circle-button--xl {
  --circle-button-size: 3.125rem;
}

:is(.circle-button--lg, .circle-button--xl) > svg {
  width: 1rem;
}

@media screen and (min-width: 700px) {
  .circle-button--xl {
    --circle-button-size: 3.5rem;
  }
}

.content-over-media {
  --content-over-media-gap: 1.25rem;
  --content-over-media-calculated-row-gap: var(--content-over-media-row-gap, var(--content-over-media-gap));
  --content-over-media-calculated-column-gap: var(--content-over-media-column-gap, var(--content-over-media-gap));
  grid-template: [full-start] 0 [content-start] minmax(0, 1fr) [content-end] 0 [full-end] / [full-start] minmax(0, 1fr) [content-start] minmax(0, min(var(--container-max-width), 100% - var(--content-over-media-column-gap, var(--content-over-media-gap, var(--container-gutter))) * 2)) [content-end] minmax(0, 1fr) [full-end];
  row-gap: var(--content-over-media-calculated-row-gap);
  column-gap: var(--content-over-media-calculated-column-gap);
  min-height: var(--content-over-media-height, auto);
  place-items: center;
  display: grid;
  position: relative;
  overflow: hidden;
}

.content-over-media:before {
  content: "";
  background: var(--content-over-media-gradient-overlay, rgb(var(--content-over-media-overlay)));
  border-radius: inherit;
  z-index: 1;
  pointer-events: none;
  position: absolute;
  inset: 0;
}

.content-over-media > picture, .content-over-media > image-parallax picture {
  display: contents;
}

.content-over-media > :is(img, video, iframe, svg, video-media), .content-over-media > picture img, .content-over-media > image-parallax img {
  height: var(--content-over-media-height, auto);
  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: full-start / full-start / full-end / full-end;
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
}

.content-over-media > :not(img, video, iframe, svg, video-media, picture, image-parallax) {
  max-width: var(--content-over-media-content-max-width, 48rem);
  z-index: 1;
  text-shadow: 0 1px rgb(var(--content-over-media-text-shadow) / 50%);
  grid-area: content-start / content-start / content-end / content-end;
  position: relative;
}

.content-over-media:has( > .prose):not(:has( > .prose .button:last-child)) {
  row-gap: calc(var(--content-over-media-calculated-row-gap)  - .5rem);
}

@supports (row-gap: 1lh) {
  .content-over-media:has( > .prose):not(:has( > .prose .button:last-child)) {
    row-gap: calc(var(--content-over-media-calculated-row-gap)  - .5lh);
  }
}

.content-over-media > video-media:not([autoplay]) ~ :not(img, video, iframe, svg, video-media, picture, image-parallax) {
  pointer-events: none;
  transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
}

.content-over-media > video-media:not([autoplay])[loaded] ~ :not(img, video, iframe, svg, video-media, picture, image-parallax) {
  opacity: 0;
  visibility: hidden;
}

.content-over-media:has(video-media:not([autoplay])) .play-button {
  transition: transform .2s ease-in-out;
}

.content-over-media:has(video-media:not([autoplay])):hover .play-button {
  transform: scale(1.1);
}

.shopify-section:first-child [allow-transparent-header] > .content-over-media > :not(img, video, iframe, svg, video-media, picture, image-parallax) {
  padding-block-start: var(--header-height, 0px);
}

.content-over-media--xs {
  --content-over-media-height: clamp(15rem, 65vw, 25rem);
}

.content-over-media--sm {
  --content-over-media-height: clamp(20rem, 85vw, 32rem);
}

.content-over-media--md {
  --content-over-media-height: clamp(25rem, 100vw, 36rem);
}

.content-over-media--lg {
  --content-over-media-height: clamp(30rem, 125vw, 42rem);
}

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

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

.shopify-section:first-child:has([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 .content-over-media--fill {
    --content-over-media-height: calc(100svh - (var(--announcement-bar-height, 0px)  + var(--header-height, 0px)));
  }

  .shopify-section:first-child:has([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 {
    --content-over-media-gap: 2rem;
  }
}

@media screen and (min-width: 1000px) {
  .content-over-media {
    --content-over-media-gap: 3rem;
  }
}

.page-dots {
  --dot-size: .375rem;
  flex-wrap: wrap;
  justify-content: center;
  gap: .5rem 1rem;
  display: flex;
}

.page-dots > * {
  width: var(--dot-size);
  height: var(--dot-size);
  border-radius: var(--rounded-full);
  place-content: center;
  display: grid;
}

.page-dots > *:after {
  content: "";
  border-radius: inherit;
  opacity: .4;
  background: currentColor;
  transition: opacity .25s, background .25s;
  position: absolute;
  inset: 0;
}

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

.page-dots--narrow {
  column-gap: .5rem;
}

.page-dots--autoplay > [aria-current="false"]:after, .page-dots--autoplay > [aria-current="true"] .circular-progress {
  transition-delay: .15s;
}

.page-dots--autoplay > [aria-current="true"]:after, .page-dots--autoplay > [aria-current="false"] .circular-progress {
  opacity: 0;
}

.page-dots--autoplay > [aria-current="true"] .circular-progress circle:last-child {
  animation: animateCircularProgress var(--slideshow-progress-duration) linear var(--slideshow-progress-play-state) both;
}

.prev-next-button {
  transition: opacity .15s ease-in-out, transform .15s ease-in-out, visibility .15s ease-in-out;
}

.prev-next-button[disabled] {
  opacity: 0;
  visibility: hidden;
}

@media screen and (pointer: fine) {
  .prev-next-button--prev:hover svg {
    animation-direction: reverse !important;
  }
}

@media screen and (pointer: fine) {
  .floating-controls-container {
    padding-inline: 4.625rem;
    display: block;
    position: relative;
  }

  .floating-controls-container:not(:has(.is-scrollable)) .floating-controls-container__control {
    display: none;
  }

  .floating-controls-container--inside {
    --floating-controls-inset-inline: 1.5rem;
    padding-inline: 0;
  }

  .floating-controls-container--on-hover > .floating-controls-container__control {
    opacity: 0;
    transform: translateY(-10px);
  }

  .floating-controls-container--on-hover:hover > .floating-controls-container__control:not(:has([disabled])) {
    opacity: 1;
    transform: translateY(0);
  }

  .floating-controls-container__control {
    z-index: 2;
    transition: opacity .2s, transform .2s;
    display: grid;
    position: absolute;
    inset-block-start: calc(50% - 1.5625rem);
  }

  .floating-controls-container__control:first-child {
    inset-inline-start: var(--floating-controls-inset-inline, 0);
  }

  .floating-controls-container__control:last-child {
    inset-inline-end: var(--floating-controls-inset-inline, 0);
  }
}

@media not screen and (pointer: fine) {
  .floating-controls-container > .floating-controls-container__control {
    display: none;
  }
}

:where(x-drawer, x-modal, x-popover):not(:defined) {
  display: none;
}

:where(.modal, .drawer, .popover, .header-search) {
  z-index: 999;
  display: none;
  position: relative;
}

:where(.modal, .drawer, .popover, .header-search)::part(overlay) {
  background: rgb(var(--page-overlay));
  min-height: 100vh;
  position: fixed;
  inset: 0;
}

:where(.modal, .drawer, .popover, .header-search)::part(close-button) {
  color: currentColor;
  cursor: pointer;
  background: none;
  border: none;
  place-items: center;
  padding: 0;
  display: grid;
}

:where(.modal, .drawer, .popover, .header-search)::part(close-button) > svg {
  display: block;
}

@media screen and (pointer: fine) {
  :where(.modal, .drawer, .popover, .header-search)::part(close-button) {
    opacity: .6;
    transition: all .2s ease-in;
  }

  :where(.modal, .drawer, .popover, .header-search)::part(close-button):hover {
    opacity: 1;
  }
}

:where(.modal, .drawer, .popover, .header-search)::part(tap-area) {
  position: relative;
}

:where(.modal, .drawer, .popover, .header-search)::part(tap-area):before {
  content: "";
  position: absolute;
  inset: -.65rem;
}

.modal {
  --distance-to-bleed: var(--modal-body-padding-inline);
  --modal-header-padding-block: .875rem;
  --modal-header-padding-inline: 1.25rem;
  --modal-body-padding-block: 1.25rem;
  --modal-body-padding-inline: 1.25rem;
  --modal-body-max-width: 30rem;
}

.modal::part(base) {
  place-items: end center;
  width: 100%;
  height: 100%;
  display: grid;
  position: fixed;
  inset: 0;
}

.modal::part(content) {
  width: 100%;
  max-width: var(--modal-body-max-width);
  background-color: rgb(var(--background));
  background-image: var(--background-gradient);
  max-height: 75vh;
  color: rgb(var(--text-color));
  isolation: isolate;
  overflow: auto;
}

@supports (height: 100dvh) {
  .modal::part(content) {
    max-height: 85dvh;
  }
}

.modal::part(header) {
  background: inherit;
  border-block-end: 1px solid rgb(var(--border-color));
  text-align: center;
  z-index: 2;
  align-items: center;
  padding-block-start: var(--modal-header-padding-block);
  padding-block-end: var(--modal-header-padding-block);
  padding-inline-start: var(--modal-header-padding-inline);
  padding-inline-end: var(--modal-header-padding-inline);
  display: grid;
  position: sticky;
  inset-block-start: 0;
}

.modal::part(close-button) {
  position: absolute;
  inset-inline-end: var(--modal-header-padding-inline);
}

.modal::part(body) {
  padding-block-start: var(--modal-body-padding-block);
  padding-block-end: var(--modal-body-padding-block);
  padding-inline-start: var(--modal-body-padding-inline);
  padding-inline-end: var(--modal-body-padding-inline);
}

@media screen and (min-width: 700px) {
  .modal {
    --modal-header-padding-block: 1.125rem;
    --modal-header-padding-inline: 2rem;
    --modal-body-padding-block: 2rem;
    --modal-body-padding-inline: 2rem;
  }

  .modal::part(base) {
    place-items: center;
  }

  .modal--lg {
    --modal-body-max-width: 45rem;
  }
}

.drawer {
  --distance-to-bleed: var(--drawer-body-padding-inline);
  --drawer-header-padding-block: 1rem;
  --drawer-header-padding-inline: 1.25rem;
  --drawer-body-padding-block: 1.25rem;
  --drawer-body-padding-inline: 1.25rem;
  --drawer-footer-padding-block: 1rem;
  --drawer-footer-padding-inline: 1.25rem;
  --drawer-max-width: min(92vw, 28.125rem);
}

.drawer::part(base) {
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0;
}

.drawer::part(content) {
  width: 100%;
  height: 100%;
  max-width: var(--drawer-max-width);
  background-color: rgb(var(--background));
  background-image: var(--background-gradient);
  color: rgb(var(--text-color));
  grid-auto-rows: auto minmax(0, 1fr) auto;
  align-content: start;
  display: grid;
  position: relative;
}

.drawer::part(header) {
  min-height: min(var(--header-height), 5rem);
  border-block-end: 1px solid rgb(var(--border-color));
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  column-gap: 1rem;
  padding-block-start: var(--drawer-header-padding-block);
  padding-block-end: var(--drawer-header-padding-block);
  padding-inline-start: var(--drawer-header-padding-inline);
  padding-inline-end: var(--drawer-header-padding-inline);
  display: flex;
}

.drawer::part(body) {
  overscroll-behavior-y: contain;
  grid-template-columns: minmax(0, 1fr);
  align-content: start;
  padding-block-start: var(--drawer-body-padding-block);
  padding-block-end: var(--drawer-body-padding-block);
  padding-inline-start: var(--drawer-body-padding-inline);
  padding-inline-end: var(--drawer-body-padding-inline);
  display: grid;
  overflow: hidden auto;
}

.drawer::part(footer) {
  background-color: rgb(var(--background));
  background-image: var(--background-gradient);
  border-block-start: 1px solid rgb(var(--border-color));
  padding-block-start: var(--drawer-footer-padding-block);
  padding-block-end: var(--drawer-footer-padding-block);
  padding-inline-start: var(--drawer-footer-padding-inline);
  padding-inline-end: var(--drawer-footer-padding-inline);
}

.drawer--sm {
  --drawer-max-width: min(92vw, 25rem);
}

.drawer--center-body::part(body) {
  align-self: center;
}

@media screen and (min-width: 1000px) {
  .drawer {
    --drawer-header-padding-block: 1.125rem;
    --drawer-header-padding-inline: 2rem;
    --drawer-body-padding-block: 2rem;
    --drawer-body-padding-inline: 2rem;
    --drawer-footer-padding-block: 2rem;
    --drawer-footer-padding-inline: 2rem;
  }
}

.popover {
  --distance-to-bleed: var(--popover-body-padding-inline);
  --popover-header-padding-block: .875rem;
  --popover-header-padding-inline: 1.25rem;
  --popover-body-padding-block: 1.25rem;
  --popover-body-padding-inline: 1.25rem;
}

.popover::part(content) {
  background: rgb(var(--background));
  width: 100%;
  max-height: 75vh;
  color: rgb(var(--text-color));
  isolation: isolate;
  overflow: auto;
}

@supports (height: 100dvh) {
  .popover::part(content) {
    max-height: 85dvh;
  }
}

.popover::part(header) {
  background: inherit;
  border-block-end: 1px solid rgb(var(--border-color));
  text-align: center;
  z-index: 2;
  align-items: center;
  padding-block-start: var(--popover-header-padding-block);
  padding-block-end: var(--popover-header-padding-block);
  padding-inline-start: var(--popover-header-padding-inline);
  padding-inline-end: var(--popover-header-padding-inline);
  display: grid;
  position: sticky;
  inset-block-start: 0;
}

.popover::part(close-button) {
  position: absolute;
  inset-inline-end: var(--popover-header-padding-inline);
}

.popover::part(body) {
  padding-block-start: var(--popover-body-padding-block);
  padding-block-end: var(--popover-body-padding-block);
  padding-inline-start: var(--popover-body-padding-inline);
  padding-inline-end: var(--popover-body-padding-inline);
}

.popover__value-list {
  text-align: start;
  justify-items: start;
  gap: .75rem;
  display: grid;
  position: relative;
}

.popover__value-list > * {
  text-align: inherit;
  width: 100%;
  color: rgb(var(--text-color) / .65);
  transition: color .2s ease-in-out;
}

.popover__value-list > *[aria-selected="true"], .popover__value-list > *:hover {
  color: rgb(var(--text-color));
}

.popover__value-list > *:has(:checked) {
  color: rgb(var(--text-color));
}

.popover__value-option {
  text-align: inherit;
  width: 100%;
  color: rgb(var(--text-color) / .65);
  transition: color .2s ease-in-out;
}

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

@media screen and (max-width: 999px) {
  .popover::part(base) {
    place-items: end center;
    width: 100%;
    height: 100%;
    display: grid;
    position: fixed;
    inset: 0;
  }
}

@media screen and (min-width: 1000px) {
  .popover {
    --popover-block-offset: .75rem;
    position: absolute;
  }

  .popover::part(content) {
    border: 1px solid rgb(var(--border-color));
    width: max-content;
    max-width: 18.75rem;
    max-height: min(60vh, 25rem);
    box-shadow: 2px 2px 6px rgb(var(--text-color) / .05);
  }

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

  .popover:has(.popover__value-list)::part(body) {
    padding-inline-end: 2.5rem;
  }

  .popover--top-start {
    inset-block-end: calc(100% + var(--popover-block-offset));
    inset-inline-start: 0;
  }

  .popover--top-end {
    inset-block-end: calc(100% + var(--popover-block-offset));
    inset-inline-end: 0;
  }

  .popover--bottom-start {
    inset-block-start: calc(100% + var(--popover-block-offset));
    inset-inline-start: 0;
  }

  .popover--bottom-end {
    inset-block-start: calc(100% + var(--popover-block-offset));
    inset-inline-end: 0;
  }
}

.pop-in {
  z-index: 10;
  padding: 2rem;
  display: none;
  position: fixed;
  inset-block-end: 1rem;
  inset-inline: 1rem;
}

.pop-in__close-button {
  inset-block-start: 1.25rem;
  inset-inline-end: 1.25rem;
  position: absolute !important;
}

@media screen and (min-width: 700px) {
  .pop-in {
    inset-block-end: 2rem;
    inset-inline: 2rem;
  }
}

.banner {
  font-size: var(--text-base);
  color: rgb(var(--banner-color));
  background: rgb(var(--banner-background));
  text-shadow: none;
  padding: .625rem 1.25rem;
}

.banner:has(.banner__text-with-button) {
  padding-block: 1.25rem;
}

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

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

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

.banner__text-with-button {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: .8rem 1.5rem;
  display: flex;
}

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

.form-row {
  gap: var(--fieldset-gap);
  flex-wrap: wrap;
  display: flex;
  justify-content: center !important;
}

.form-row > .form-control {
  flex: 1 0 var(--fieldset-row-control-width, 14rem);
  max-width: 350px;
}

.form-row > button {
  flex-grow: 1;
}

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

.fieldset-row {
  gap: inherit;
  grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
  display: grid;
}

.form-control {
  gap: var(--form-control-gap);
  display: grid;
  position: relative;
}

.form-control > label {
  justify-self: start;
}

.form-control__max-characters-count {
  margin-block-start: -.375rem;
}

.checkbox-control {
  align-items: flex-start;
  column-gap: var(--checkbox-control-gap);
  text-align: start;
  display: flex;
  position: relative;
}

.input, .textarea, .select {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  padding: var(--input-padding-block) var(--input-padding-inline);
  border-radius: var(--input-border-radius);
  background: rgb(var(--input-background, transparent));
  color: #A6ACB4;
  text-align: start;
  transition: border-color .1s ease-in-out;
}

:is(.input, .textarea, .select)::placeholder {
  color: rgb(var(--input-text-color, var(--text-color)) / .6);
}

:is(.input:focus, .textarea:focus, .select:focus-visible) {
  border-color: currentColor;
  outline: none;
}

.select {
  box-shadow: 0 1px 3px rgb(var(--text-color) / .08);
  padding-inline-end: calc(var(--input-padding-inline) * 2 + 10px);
}

.select:required:invalid {
  color: rgb(var(--input-text-color, var(--text-color)) / .6);
}

.select ~ svg, .select > svg {
  transition: transform .2s;
  position: absolute;
  inset-block-start: calc(50% - 3.5px);
  inset-inline-end: calc(var(--input-padding-inline)  + 1px);
}

.select[aria-expanded="true"] > svg {
  transform: rotateZ(180deg);
}

.form-control:has(.select):before {
  content: "";
  width: calc(var(--input-padding-inline) * 2 + 35px);
  background-image: linear-gradient(to var(--transform-origin-start), rgb(var(--background)) calc(var(--input-padding-inline)  + 20px), rgb(var(--background-without-opacity) / 0));
  pointer-events: none;
  height: calc(100% - 2px);
  position: absolute;
  inset-block-start: 1px;
  inset-inline-end: 1px;
}

.form-control:has(.select):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 {
  border-top-right-radius: var(--input-border-radius);
  border-bottom-right-radius: var(--input-border-radius);
}

.form-control:has(.select):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 {
  border-top-left-radius: var(--input-border-radius);
  border-bottom-left-radius: var(--input-border-radius);
}

.floating-label {
  z-index: 1;
  background: rgb(var(--background));
  color: rgb(var(--input-text-color, var(--text-color)) / .6);
  opacity: 0;
  pointer-events: none;
  padding: 0 .25rem;
  transition: opacity .2s ease-in-out, transform .2s ease-in-out;
  position: absolute;
  inset-block-start: calc(-1 * var(--input-padding-block)  + 1px);
  inset-inline-start: calc(var(--input-padding-inline)  - .25rem + 1px);
  transform: translateY(3px);
}

:-webkit-autofill ~ .floating-label {
  color: #000;
}

:-webkit-any(:-webkit-any(.input, .textarea):not(:placeholder-shown) ~ .floating-label, :-webkit-any(.input, .textarea, .select):-webkit-autofill ~ .floating-label, .select:valid ~ .floating-label) {
  opacity: 1;
  transform: translateY(0);
}

:is(:is(.input, .textarea):not(:placeholder-shown) ~ .floating-label, :is(.input, .textarea, .select):autofill ~ .floating-label, .select:valid ~ .floating-label) {
  opacity: 1;
  transform: translateY(0);
}

.input-suffix {
  transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
  position: absolute;
  inset-block-start: var(--input-padding-block);
  inset-inline-end: var(--input-padding-inline);
}

.form-control:has(:focus-within) + .input-suffix.hide-on-focus {
  opacity: 0;
  visibility: hidden;
}

.checkbox {
  --checkbox-baseline-distance: calc(1em * 1.6);
  --checkbox-offset: calc((var(--checkbox-baseline-distance)  - var(--checkbox-size)) / 2);
  -webkit-appearance: none;
  appearance: none;
  width: var(--checkbox-size);
  height: var(--checkbox-size);
  border-width: 1px;
  border-color: rgb(var(--text-color) / .8);
  background: var(--checkmark-svg-url) no-repeat center / 0;
  border-radius: 2px;
  flex-shrink: 0;
  transition: background-color .2s ease-in-out, border-color .2s ease-in-out;
  position: relative;
  inset-block-start: var(--checkbox-offset);
}

@supports (width: 1lh) {
  .checkbox {
    inset-block-start: calc(.5lh - var(--checkbox-size) / 2);
  }
}

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

.checkbox:checked ~ label {
  opacity: 1;
}

.checkbox:disabled, .checkbox:disabled ~ label {
  opacity: .5;
  cursor: default;
}

.checkbox:not(:disabled, :checked) ~ label {
  opacity: .7;
}

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

.dot-checkbox {
  -webkit-appearance: none;
  appearance: none;
  background: rgb(var(--text-color));
  opacity: 0;
  pointer-events: none;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  transition: opacity .2s;
  display: block;
  position: absolute;
  inset-block-start: calc(.5em + 1.5px);
}

.dot-checkbox ~ label {
  opacity: .65;
  transition: opacity .2s, transform .2s;
  position: relative;
}

.dot-checkbox ~ label:hover {
  opacity: 1;
}

.dot-checkbox:checked {
  opacity: 1;
}

.dot-checkbox:checked ~ label {
  opacity: 1;
  transform: translateX(calc(var(--transform-logical-flip) * 1.125rem));
}

.dot-checkbox:focus-visible ~ label {
  outline: 5px auto highlight;
  outline: 5px auto -webkit-focus-ring-color;
}

.switch {
  --switch-height: 1rem;
  --switch-width: 2.25rem;
  --switch-padding: .1875rem;
  --switch-toggle-size: .625rem;
  -webkit-appearance: none;
  appearance: none;
  height: var(--switch-height);
  width: var(--switch-width);
  padding: var(--switch-padding);
  border-radius: var(--rounded-full);
  background: rgb(var(--text-color) / .2);
  align-self: center;
  transition: background .2s ease-in-out;
  display: grid;
}

.switch:after {
  content: "";
  width: var(--switch-toggle-size);
  height: var(--switch-toggle-size);
  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(--switch-width)  - var(--switch-toggle-size)  - var(--switch-padding) * 2)));
}

.shopify-section:not(:first-child) .bordered-section {
  border-block-start-width: 1px;
}

.shopify-section:not(:has(.section-spacing)) + .shopify-section {
  border-block-start-width: 0;
}

.container {
    --distance-to-bleed: max(var(--container-gutter), 50% - var(--container-max-width) / 2);
    margin-inline-start: 100px;
    margin-inline-end: 100px;
}

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

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

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

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

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

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

.section-spacing {
  padding-block-start: calc(var(--section-vertical-spacing-override, var(--section-vertical-spacing))  + var(--section-vertical-spacing-block-start-compensation, 0px));
  padding-block-end: var(--section-vertical-spacing-override, var(--section-vertical-spacing));
}

.shopify-section:has(.section-spacing) {
  scroll-padding-block-start: calc(var(--announcement-bar-is-sticky, 0) * var(--announcement-bar-height, 0px)  + var(--header-is-sticky, 0) * var(--header-height, 0px));
}

.section-spacing--tight {
  --section-vertical-spacing: var(--section-vertical-spacing-tight);
  --section-stack-gap: var(--section-stack-gap-tight);
}

.shopify-section:empty {
  display: none;
}

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

.section-header {
  max-width: min(var(--container-xs-max-width), 100%);
  margin-inline-start: var(--container-gutter);
  margin-inline-end: var(--container-gutter);
}

.container .section-header {
  margin-inline: 0;
}

.v-stack {
  grid-template-columns: minmax(0, 1fr);
  align-content: start;
  display: grid;
}

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

.bleed, .full-bleed {
  margin-inline-start: calc(-1 * var(--distance-to-bleed));
  margin-inline-end: calc(-1 * var(--distance-to-bleed));
}

.bleed {
  scroll-padding-inline: var(--distance-to-bleed);
  padding-inline-start: var(--distance-to-bleed);
  padding-inline-end: var(--distance-to-bleed);
}

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

  
.form-row {
  justify-content: start;
}
  .sm\:unbleed {
    margin-inline: 0;
    padding-inline: 0;
    scroll-padding-inline: 0;
  }
}

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

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

.empty-state {
  text-align: center;
  place-content: center;
  padding-block: 6.25rem;
  display: grid;
}

@media screen and (min-width: 1000px) {
  .empty-state {
    padding-block: 12.5rem;
  }
}

@media screen and (min-width: 1400px) {
  .empty-state {
    padding-block: 15.625rem;
  }
}

.shopify-section--announcement-bar, .shopify-section--header {
  transform: translateY(calc(((var(--announcement-bar-height, 0px)  + var(--header-height, 0px)) * -1) * var(--hide-header-group, 0)));
  transition: transform .25s ease-in-out;
}

video-media, model-media {
  border-radius: inherit;
  aspect-ratio: var(--aspect-ratio, var(--default-aspect-ratio));
  width: 100%;
  display: block;
  position: relative;
  container: media / inline-size;
}

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

@container media (width >= 32rem) {
  :is(video-media, model-media)::part(play-button) {
    width: 4rem;
    height: 4rem;
  }
}

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

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

video-media[show-play-button]:not([loaded]), video-media:not([autoplay]) {
  cursor: pointer;
}

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

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

video-media > :-webkit-any(video:not(:-webkit-full-screen), img) {
  object-fit: cover;
  object-position: center;
  margin: 0 !important;
}

video-media > :is(video:not(:fullscreen), img) {
  object-fit: cover;
  object-position: center;
  margin: 0 !important;
}

video-media > :is(iframe, img) {
  position: absolute;
  inset: 0;
}

video-media:not([loaded]) > :is(video, iframe), video-media[loaded] > img, video-media[loaded]::part(play-button) {
  opacity: 0;
  pointer-events: none;
}

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

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

video-media:hover::part(play-button) {
  scale: 1.1;
}

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

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

@media screen and (max-width: 699px) {
  
  .container {
    --distance-to-bleed: max(var(--container-gutter), 50% - var(--container-max-width) / 2);
    margin-inline-start: 20px;
    margin-inline-end: 20px;
  }
  .order-summary__header, .order-summary__body td:nth-child(n+2), .order-summary__footer td:first-child {
    display: none;
  }

  .order-summary__body td {
    border-width: 0;
  }

  .order-summary__body tr:last-child td {
    border-block-end-width: 1px;
  }

  .order-summary__body tr:first-child td {
    padding-block-start: 0;
  }

  .order-summary__body tr:last-child td {
    padding-block-end: calc(var(--table-cell-padding-block) * 2);
  }
}

@media screen and (min-width: 700px) {
  .order-summary .line-item-info {
    max-width: 500px;
  }
}

.line-item {
  --line-item-media-width: 4.375rem;
  align-items: center;
  column-gap: 1.5rem;
  display: flex;
}

.line-item__media {
  width: var(--line-item-media-width);
  flex-shrink: 0;
}

@media screen and (min-width: 700px) {
  .line-item {
    --line-item-media-width: 7.5rem;
  }
}

.discount-badge {
  background: rgb(var(--on-sale-badge-background));
  color: rgb(var(--on-sale-badge-text));
  align-items: center;
  column-gap: .5rem;
  padding: .125rem .5rem;
  display: flex;
}

.shipping-estimator__form {
  gap: var(--fieldset-gap);
  display: grid;
}

@media screen and (min-width: 700px) {
  .shipping-estimator__form {
    flex-wrap: wrap;
    display: flex;
  }

  .shipping-estimator__form .select {
    max-width: 15rem;
  }
}

.pagination {
  border-block-end-width: 1px;
  grid-auto-rows: minmax(0, 2.8125rem);
  grid-auto-columns: minmax(0, 2.625rem);
  grid-auto-flow: column;
  justify-self: center;
  display: inline-grid;
}

.pagination__link {
  place-content: center;
  display: grid;
  position: relative;
}

.pagination__link[aria-current="page"] {
  box-shadow: 0 1px, inset 0 -2px;
}

@media screen and (min-width: 700px) {
  .pagination {
    grid-auto-columns: minmax(0, 3.75rem);
  }
}

.pswp {
  --pswp-bg: var(--background);
  --pswp-root-z-index: 100000;
  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:focus {
  outline: 0;
}

.pswp--open {
  display: block;
}

.pswp img {
  max-width: none;
}

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

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

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

.pswp__scroll-wrap, .pswp__bg, .pswp__container, .pswp__item, .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: 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: zoom-out;
}

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

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

.pswp__hidden {
  display: none !important;
}

.pswp .pswp__hide-on-close {
  opacity: .005;
  will-change: opacity;
  z-index: 10;
  pointer-events: none;
  transition: opacity .3s cubic-bezier(.4, 0, .22, 1), transform .3s cubic-bezier(.4, 0, .22, 1);
  transform: translateY(15px);
}

.pswp--ui-visible .pswp__hide-on-close {
  opacity: 1;
  pointer-events: auto;
  transition-delay: .3s;
  transform: translateY(0);
}

.pswp__top-bar {
  z-index: 10;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: .75rem;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 2.5rem;
  left: 0;
  pointer-events: none !important;
}

.pswp__top-bar > .circle-button {
  pointer-events: auto;
  transition: transform .2s ease-in-out;
}

@media screen and (pointer: fine) {
  .pswp__top-bar > .circle-button:hover {
    transform: scale(1.1);
  }
}

.pswp__preloader {
  display: none;
}

@media screen and (min-width: 700px) {
  .pswp__top-bar {
    column-gap: 1.125rem;
  }
}

.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;
  z-index: 1;
  width: .625rem;
  height: .625rem;
  box-shadow: none;
  border-radius: 100%;
  margin-block-start: -.25rem;
  position: relative;
}

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

.range::-moz-range-thumb {
  background: rgb(var(--text-color));
  cursor: pointer;
  border: none;
  border-radius: 100%;
  width: .625rem;
  height: .625rem;
}

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

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

.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: 1rem;
    height: 1rem;
    margin-block-start: -.4375rem;
  }

  .range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
  }
}

.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: 2px;
}

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

.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;
  inset-block-start: 0;
  inset-inline-start: 0;
}

.input-group {
  align-items: center;
  column-gap: .75rem;
  display: flex;
}

.input-prefix {
  border-radius: min(.625rem, var(--button-border-radius));
  border: 1px solid rgb(var(--text-color) / .12);
  flex: 1 0 0;
  justify-content: space-between;
  align-items: center;
  min-width: 0;
  padding: .4375rem;
  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: .625rem;
  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 {
  padding-block-start: .25rem;
  display: block;
}

.price-range > .range-group {
  margin-block-end: 1.125rem;
  position: relative;
}

@media not screen and (pointer: fine) {
  .price-range {
    padding-block-start: .625rem;
  }
}

.product-card {
  scroll-snap-align: start;
  grid-template-columns: minmax(0, 1fr);
  align-content: start;
  gap: 1.25rem;
  display: grid;
  position: relative;
}

.product-card__figure {
  position: relative;
}

.product-card__figure > .badge-list {
  z-index: 1;
  position: absolute;
  inset-block-start: .25rem;
  inset-inline-start: .25rem;
}

.product-card__media {
  isolation: isolate;
  display: block;
}

.product-card__image {
  object-fit: contain;
  object-position: center;
  margin-inline: auto;
  transition: opacity .1s ease-in-out;
}

.product-card__image--secondary {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
}

.product-card__quick-add-button {
    background: #FCFCFB;
    color: #C3C3C3;
    z-index: 1;
    padding: .625rem;
    position: absolute;
    inset-block-end: 1rem;
    inset-inline-end: 1rem;
    border-radius: 5px;
}

@media screen and (pointer: fine) {
  .product-card__quick-add-button {
    opacity: 0;
    transition: opacity .2s ease-in-out, transform .2s ease-in-out;
    transform: translateY(5px);
  }

  .product-card__quick-add-button :is(svg) {
    transition: transform .2s ease-in-out;
  }

  .product-card__quick-add-button:focus svg, .product-card__quick-add-button:hover svg {
    transform: rotateZ(90deg);
  }

  .product-card:focus-within .product-card__quick-add-button, .product-card:hover .product-card__quick-add-button, .product-card__quick-add-button:focus {
    opacity: 1;
    transform: translateY(0);
  }
}

.product-card__info {
  text-align: left;
  align-content: start;
  justify-items: center;
  gap: .75rem;
  display: grid;
}

.product-card__info :is(.price-list, .rating-badge) {
  justify-content: flex-start;
}

.product-card__info .color-swatch {
  --swatch-size: 1.375rem;
}

@media screen and (pointer: fine) {
  .product-card__image--secondary {
    opacity: 0;
    mix-blend-mode: plus-lighter;
    display: block;
  }

  .product-card__figure:has(.product-card__image--secondary):hover > .product-card__media .product-card__image--primary {
    opacity: 0;
  }

  .product-card__figure:has(.product-card__image--secondary):hover > .product-card__media .product-card__image--secondary {
    opacity: 1;
  }
}

@media screen and (min-width: 700px) {
  .product-card__figure > .badge-list {
    inset-block-start: .5rem;
    inset-inline-start: .5rem;
  }
}

.horizontal-product-card {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  align-items: center;
  column-gap: 1.5rem;
  display: flex;
  position: relative;
  container: horizontal-product-card / inline-size;
}

.horizontal-product-card__figure {
  flex-shrink: 0;
  width: 6.25rem;
}

.horizontal-product-card__info {
  flex-grow: 1;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: auto;
  justify-items: start;
  gap: .625rem;
  display: grid;
}

.\@large\:horizontal-product-card__button {
  display: none;
}

@media screen and (min-width: 700px) {
  .horizontal-product-card {
    column-gap: 2rem;
  }
}

@container horizontal-product-card (width >= 450px) {
  .horizontal-product-card__info {
    grid-auto-flow: column;
    align-items: center;
  }

  .\@narrow\:horizontal-product-card__button {
    display: none;
  }

  .\@large\:horizontal-product-card__button {
    display: block;
  }
}

.product-list {
  --product-list-max-items-per-row-allowed: 2;
  --product-list-calculated-items-per-row: min(var(--product-list-max-items-per-row-allowed), var(--product-list-items-per-row));
  --product-list-default-row-gap: 2.1875rem;
  --product-list-default-column-gap: .625rem;
  --product-list-calculated-row-gap: clamp(var(--section-vertical-spacing) / 4, var(--product-list-default-row-gap) * var(--product-list-vertical-spacing-factor, 1), var(--section-vertical-spacing) * 2);
  --product-list-calculated-column-gap: clamp(var(--container-gutter) / 4, var(--product-list-default-column-gap) * var(--product-list-horizontal-spacing-factor, 1), var(--container-gutter) * 2);
  --product-list-card-width: calc(100% / var(--product-list-calculated-items-per-row)  - var(--product-list-calculated-column-gap, 0px) * (var(--product-list-calculated-items-per-row)  - 1) / var(--product-list-calculated-items-per-row));
  grid: auto / repeat(auto-fit, var(--product-list-card-width));
  align-items: start;
  column-gap: var(--product-list-calculated-column-gap);
  row-gap: var(--product-list-calculated-row-gap);
  display: grid;
}

.product-list--carousel {
  --product-list-default-column-gap: 10px;
  grid: auto / auto-flow var(--product-list-card-width);
  justify-content: flex-start;
}

@media screen and (max-width: 699px) {
  .product-list:not(.product-list--carousel) {
    margin-inline: -.625rem;
  }

  .product-list--carousel {
    --product-list-card-width: min(300px, 90%);
  }
}

@media screen and (min-width: 700px) {
  .product-list {
    --product-list-max-items-per-row-allowed: 3;
    --product-list-default-row-gap: 3rem;
    --product-list-default-column-gap: 1.5rem;
  }

  .product-list--compact {
    --product-list-max-items-per-row-allowed: 4;
  }
}

@media screen and (min-width: 1000px) {
  .product-list {
    --product-list-max-items-per-row-allowed: 4;
    --product-list-default-row-gap: 4rem;
    --product-list-default-column-gap: 3rem;
  }

  .product-list--compact {
    --product-list-max-items-per-row-allowed: 5;
  }

  .product-list--carousel {
    scroll-snap-type: x mandatory;
  }
}

@media screen and (min-width: 1150px) {
  .product-list {
    --product-list-max-items-per-row-allowed: var(--product-list-items-per-row);
  }
}

@media screen and (min-width: 1400px) {
  .product-list {
    --product-list-default-row-gap: 4rem;
    --product-list-default-column-gap: 20px;
  }
}

.quick-buy-modal {
  --modal-body-max-width: 55.625rem;
}

.quick-buy-modal::part(content) {
  position: relative;
}

.quick-buy-modal__content {
  grid-template-columns: minmax(0, 1fr);
  display: grid;
}

.quick-buy-modal__close-button {
  position: absolute;
  inset-block-start: 1.875rem;
  inset-inline-end: 1.875rem;
}

.quick-buy-modal__view-more {
  margin-block-start: 2rem;
  display: inline-block;
}

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

  .link-faded {
  font-size: 10px !important;
  }

  .quick-buy-modal::part(body) {
    padding-inline: 0;
  }

  .quick-buy-modal__gallery-wrapper, .quick-buy-modal__info-wrapper {
    padding-inline-start: var(--modal-body-padding-inline);
    padding-inline-end: var(--modal-body-padding-inline);
  }

  .quick-buy-modal__gallery-wrapper .price-list {
    justify-content: center;
  }

  .quick-buy-modal__gallery-wrapper .price-list .h6 {
    font-size: .6875rem;
  }

  .quick-buy-modal__mobile-info {
    margin-block-start: 1.25rem;
  }

  .quick-buy-modal__info-wrapper {
    border-block-start-width: 1px;
    margin-block-start: 1.25rem;
  }

  .quick-buy-modal__info-wrapper .product-info__block-item:is([data-block-type="vendor"], [data-block-type="title"], [data-block-type="price"], [data-block-type="rating"], [data-block-type="separator"]), .quick-buy-modal__info-wrapper .product-info__block-group[data-group-type="text-with-rating"] {
    display: none;
  }

  .quick-buy-modal__info-wrapper .product-info__block-item[data-block-type="variant-picker"] {
    --product-info-gap: 1.25rem;
  }

  .quick-buy-modal__info-wrapper .product-info__block-item[data-block-type="buy-buttons"] {
    --product-info-gap: 1.5rem;
  }
}

@media screen and (min-width: 700px) {
  .quick-buy-modal {
    --modal-body-padding-inline: 3.125rem;
    --modal-body-padding-block: 3.125rem;
  }

  .quick-buy-modal::part(header) {
    display: none;
  }

  .quick-buy-modal__content {
    grid-template-columns: minmax(0, .9fr) minmax(0, 1fr);
    align-items: center;
    column-gap: 2.5rem;
    display: grid;
  }

  .quick-buy-modal__content .product-info {
    top: unset;
    position: relative;
  }
}

.prose {
  overflow-wrap: anywhere;
}

.prose :first-child, .prose .sr-only:first-child + * {
  margin-block-start: 0 !important;
}

.prose :where(:not(meta, span) + *) {
  margin-block-start: 1rem;
}

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

.prose :is(.link + .link) {
  margin-inline-start: .75rem;
}

.prose :is(.button, .button-group:has(.button)) {
  margin-block-start: 1.5rem;
}

.prose :is(p img:not([style*="float"]):only-child, div img:not([style*="float"]):only-child, figure, video, object, blockquote, table) {
  margin-block: 1.6rem;
}

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

.prose .play-button {
  margin: 2rem auto;
  display: block;
}

.prose :is(ol, ul) :is(ol, ul) {
  margin-block-start: 0 !important;
}

.prose :is(ol, ul) {
  row-gap: .4em;
  display: grid;
}

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

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

.prose blockquote {
  border-inline-start-width: 3px;
  padding: .375rem 0 .375rem 1rem;
  font-size: 1.15rem;
  line-height: 1.75;
}

@media screen and (min-width: 1000px) {
  .prose:not(.prose--tight) :where(:not(meta, span) + *) {
    margin-block-start: 1.25rem;
  }

  .prose:not(.prose--tight) :is(.button, .button-group:has(.button)) {
    margin-block-start: 2rem;
  }

  .prose:not(.prose--tight) .play-button {
    margin-block: 2.5rem;
  }

  .prose:not(.prose--tight) blockquote {
    margin-inline-start: 2rem;
    padding-inline-start: 2rem;
  }
}

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

.prose a:not(.h1, .h2, .h3, .h4, .h5, .h6, .button, .link-faded, .link-faded-reverse, :has(img)) {
  background: linear-gradient(to right, currentColor, currentColor) 0 min(100%, 1.35em) / 100% 1px no-repeat;
  text-decoration: none;
  transition: background-size .3s ease-in-out;
}

@supports (height: 1lh) {
  .prose a:not(.h1, .h2, .h3, .h4, .h5, .h6, .button, .link-faded, .link-faded-reverse, :has(img)) {
    background: linear-gradient(to right, currentColor, currentColor) 0 min(100%, 1.2lh) / 100% 1px no-repeat;
  }
}

@media screen and (pointer: fine) {
  .prose a:not(.h1, .h2, .h3, .h4, .h5, .h6, .button, .link-faded, .link-faded-reverse, :has(img)):hover {
    background-size: 0 1px;
  }
}

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

@media screen and (pointer: fine) {
  .link:hover {
    background-size: 0 1px;
  }
}

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

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

@media screen and (pointer: fine) {
  .link-reverse:hover {
    background-size: 100% 1px;
  }
}

.link-faded {
  color: rgb(var(--text-color) / .65);
  transition: color .2s ease-in-out;
  font-family: 'Jost';
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}

@media screen and (pointer: fine) {
  .link-faded:hover {
    color: rgb(var(--text-color));
  }
}

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

@media screen and (pointer: fine) {
  .link-faded-reverse:hover {
    color: rgb(var(--text-color) / .65);
  }
}

table {
  --table-cell-padding-block: .75rem;
  --table-cell-padding-inline: .5rem;
  --table-foot-cell-padding-block: .75rem;
  --table-foot-cell-padding-inline: .5rem;
  width: 100%;
}

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

th {
  text-align: start;
}

:where(td, th):not(:empty) {
  border-block-width: 1px;
}

:where(th):not(:empty) {
  border-block-start-width: 0;
}

td:not(:empty) + td {
  border-inline-start-width: 1px;
}

th, td {
  padding: var(--table-cell-padding-block) var(--table-cell-padding-inline);
}

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

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

th {
  opacity: .6;
  line-height: 1.7;
  font-size: var(--text-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);
  padding-block: 0 .625rem;
}

tfoot td {
  padding: var(--table-foot-cell-padding-block) var(--table-foot-cell-padding-inline);
}

tr[onclick] {
  cursor: pointer;
  transition: background .2s;
}

tr[onclick]:hover {
  background: rgb(var(--text-color) / .05);
}

@media screen and (min-width: 700px) {
  table {
    --table-cell-padding-block: 1rem;
    --table-cell-padding-inline: .75rem;
    --table-foot-cell-padding-block: 1rem;
    --table-foot-cell-padding-inline: .75rem;
  }
}

.table--bordered {
  --table-cell-padding-inline: .75rem;
}

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

.table--reduce-border :is(td) + td {
  border-inline-start-width: 0;
}

.table--no-border td {
  border: none;
}

.table--sm {
  --table-cell-padding-block: .35rem;
  --table-cell-padding-inline: .5rem;
}

.table--lg {
  --table-cell-padding-block: 1.5rem;
  --table-cell-padding-inline: .5rem;
}

@media screen and (min-width: 700px) {
  .table--lg {
    --table-cell-padding-block: 2rem;
    --table-cell-padding-inline: .75rem;
  }
}

.social-media--list {
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  display: flex;
}

.social-media--list .social-media__item {
  opacity: .65;
  transition: opacity .2s, color .2s;
}

.social-media--list svg {
  width: 50px;
}

@media screen and (pointer: fine) {
  .social-media--list .social-media__item:hover {
    opacity: 1;
  }
}

.social-media--block {
  grid-template-columns: repeat(auto-fit, minmax(0, .33fr));
  gap: 1px;
  display: grid;
}

.social-media--block:has(:nth-child(4)) {
  grid-template-columns: repeat(auto-fit, minmax(0, .25fr));
}

.social-media--block .social-media__item {
  outline: 1px solid rgb(var(--border-color));
  z-index: 0;
  width: 100%;
  transition: background .15s, color .15s, outline .15s, z-index .15s;
}

.social-media--block a {
  padding-block: .625rem;
  display: block;
}

.social-media--block svg {
  margin-inline: auto;
}

@media screen and (pointer: fine) {
  .social-media--block .social-media__item:hover {
    background: rgb(var(--branding-background));
    outline-color: rgb(var(--branding-background));
    color: rgb(var(--branding-color));
    z-index: 1;
  }
}

@media not screen and (pointer: fine) {
  .social-media--block .social-media__item {
    background: rgb(var(--branding-background));
    outline-color: rgb(var(--branding-background));
    color: rgb(var(--branding-color));
  }
}

@media screen and (min-width: 700px) {
  .social-media--block {
    grid-template-columns: repeat(auto-fit, minmax(0, 3.75rem));
  }
}

.branding-colors--facebook {
  --branding-background: 24 119 242;
  --branding-color: 255 255 255;
}

.branding-colors--twitter {
  --branding-background: 29 161 242;
  --branding-color: 255 255 255;
}

.branding-colors--instagram {
  --branding-background: 195 42 163;
  --branding-color: 255 255 255;
}

.branding-colors--pinterest {
  --branding-background: 189 8 28;
  --branding-color: 255 255 255;
}

.branding-colors--youtube {
  --branding-background: 255 0 0;
  --branding-color: 255 255 255;
}

.branding-colors--tiktok {
  --branding-background: 1 1 1;
  --branding-color: 255 255 255;
}

.branding-colors--vimeo {
  --branding-background: 26 183 234;
  --branding-color: 255 255 255;
}

.branding-colors--linkedin {
  --branding-background: 10 102 194;
  --branding-color: 255 255 255;
}

.branding-colors--whatsapp {
  --branding-background: 79 206 93;
  --branding-color: 255 255 255;
}

.branding-colors--snapchat {
  --branding-background: 255 252 0;
  --branding-color: 0 0 0;
}

.branding-colors--tumblr {
  --branding-background: 54 70 93;
  --branding-color: 255 255 255;
}

.branding-colors--wechat {
  --branding-background: 9 184 62;
  --branding-color: 255 255 255;
}

.branding-colors--reddit {
  --branding-background: 255 69 0;
  --branding-color: 255 255 255;
}

.branding-colors--line {
  --branding-background: 6 199 85;
  --branding-color: 255 255 255;
}

.branding-colors--spotify {
  --branding-background: 30 215 96;
  --branding-color: 255 255 255;
}

.branding-colors--21buttons {
  --branding-background: 0 0 0;
  --branding-color: 255 255 255;
}

.branding-colors--email {
  --branding-background: var(--text-color);
  --branding-color: var(--background);
}

.color-swatch {
  --swatch-offset: 2px;
  --swatch-size: 2.125rem;
  --swatch-border-size: 1px;
  --swatch-disabled-strike-color: rgb(var(--border-color));
  width: var(--swatch-size);
  height: var(--swatch-size);
  padding: var(--swatch-offset);
  border: var(--swatch-border-size) solid transparent;
  background: content-box var(--swatch-background) no-repeat center / cover;
  place-items: center;
  display: grid;
  position: relative;
}

.color-swatch.is-disabled:before {
  content: "";
  margin: var(--swatch-disabled-margin, var(--swatch-offset));
  background: linear-gradient(to bottom right, transparent calc(50% - .5px), var(--swatch-disabled-strike-color) calc(50% - .5px) calc(50% + .5px), transparent calc(50% + .5px));
  position: absolute;
  inset: 0;
}

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

:checked + .color-swatch, .color-swatch.is-selected {
  --swatch-disabled-margin: 0;
  --swatch-disabled-strike-color: currentColor;
  border-color: currentColor;
}

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

.thumbnail-swatch {
  --swatch-size: 3rem;
  --swatch-disabled-strike-color: rgb(var(--border-color));
  width: var(--swatch-size);
  height: var(--swatch-size);
  border-radius: min(4px, var(--input-border-radius));
  border-width: 1px;
  display: block;
  position: relative;
}

:checked + .thumbnail-swatch, .thumbnail-swatch.is-selected {
  --swatch-disabled-strike-color: currentColor;
  border-color: currentColor;
}

.thumbnail-swatch.is-disabled:before {
  content: "";
  background: linear-gradient(to bottom right, transparent calc(50% - .5px), var(--swatch-disabled-strike-color) calc(50% - .5px) calc(50% + .5px), transparent calc(50% + .5px));
  position: absolute;
  inset: 0;
}

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

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

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

@media screen and (min-width: 700px) {
  .thumbnail-swatch {
    --swatch-size: 4.25rem;
  }
}

.block-swatch {
  --swatch-border-size: 1px;
  --swatch-padding: calc(var(--input-padding-block)  - var(--swatch-border-size) * 2) .875rem;
  --swatch-disabled-strike-color: rgb(var(--border-color));
  padding: var(--swatch-padding);
  border-width: var(--swatch-border-size);
  border-radius: var(--input-border-radius);
  min-width: 2.5rem;
  color: rgb(var(--text-color) / .65);
  justify-content: center;
  align-items: center;
  column-gap: .875rem;
  display: flex;
  position: relative;
}

.block-swatch.is-disabled {
  color: rgb(var(--text-color) / .5);
}

:checked + .block-swatch, .block-swatch.is-selected {
  --swatch-disabled-strike-color: currentColor;
  color: var(--text-color);
  border-color: currentColor;
}

.block-swatch.is-disabled:before {
  content: "";
  background: linear-gradient(to bottom right, transparent calc(50% - .5px), var(--swatch-disabled-strike-color) calc(50% - .5px) calc(50% + .5px), transparent calc(50% + .5px));
  position: absolute;
  inset: 0;
}

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

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

.block-swatch__color {
  background: var(--swatch-background) center / cover;
  width: 1rem;
  height: 1rem;
}

.image-filter {
  --image-filter-width: 3rem;
  grid-template-columns: var(--image-filter-width) minmax(0, 1fr);
  align-items: center;
  column-gap: 1.25rem;
  display: grid;
}

.image-filter__image {
  width: var(--image-filter-width);
  height: var(--image-filter-width);
  object-fit: contain;
  object-position: center;
}

.image-filter__label {
  grid-column-start: 2;
}

:checked + .image-filter .image-filter__image {
  outline: 1px solid rgb(var(--text-color));
}

:checked + .image-filter .image-filter__label {
  color: rgb(var(--text-color));
}

.content-tabs::part(tab-list) {
  border-block-end: 1px solid rgb(var(--border-color));
  white-space: nowrap;
  grid-auto-flow: column;
  justify-content: start;
  gap: 2.5rem;
  margin-block-end: 1.5rem;
  display: grid;
}

.content-tabs [role="tab"] {
  box-shadow: 0 1px rgb(var(--text-color));
  padding-block-end: .625rem;
  transition: opacity .2s ease-in, box-shadow .2s ease-in;
}

.content-tabs [role="tab"]:not([aria-selected="true"]) {
  opacity: .6;
  box-shadow: 0 1px #0000;
}

.content-tabs--center::part(tab-list) {
  width: max-content;
  margin-inline: auto;
}

.content-tabs--center::part(tab-panel-list) {
  text-align: center;
  width: min(800px, 100%);
  margin-inline: auto;
  display: block;
}

@media screen and (min-width: 1000px) {
  .content-tabs::part(tab-list) {
    gap: 4.375rem;
    margin-block-end: 2rem;
  }
}

.constrained-image {
  width: var(--image-mobile-max-width, var(--image-max-width));
  max-width: 100%;
}

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

.text-with-icon {
  align-items: center;
  gap: .625rem;
  display: flex;
}

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

.icon {
  vertical-align: middle;
  height: auto;
  transition: transform .2s;
  display: block;
}

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

[dir="rtl"] .icon--direction-aware {
  scale: -1;
}

.offset-icon {
  --icon-baseline-distance: calc(1em * 1.65 / 2);
  top: var(--icon-baseline-distance);
  position: relative;
  translate: 0 -50%;
}

@supports (top: 1lh) {
  .offset-icon {
    top: .5lh;
  }
}

.price-list {
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: .5rem;
  display: flex;
}

.price-list--product {
  column-gap: 1rem;
}

.localization-selectors {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: .75rem 1.75rem;
  display: flex;
}

.localization-selectors__separator {
  background: rgb(var(--border-color));
  width: 1px;
  height: .5rem;
}

.localization-selectors__separator:last-child {
  display: none;
}

.localization-toggle {
  align-items: center;
  column-gap: .625rem;
  display: flex;
}

.localization-toggle > svg {
  transition: transform .2s;
}

.localization-toggle[aria-expanded="true"] > svg {
  transform: rotate(180deg);
}

.country-flag {
  width: 20px;
  height: 15px;
}

.payment-methods {
  flex-wrap: wrap;
  gap: 1rem;
  display: flex;
}

.badge {
  width: max-content;
  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: uppercase;
  align-items: center;
  padding: .0625rem .3125rem;
  font-size: .625rem;
  display: flex;
}

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

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

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

@media screen and (min-width: 700px) {
  .badge {
    font-size: .6875rem;
  }
}

.badge-list {
  flex-wrap: wrap;
  gap: .25rem;
  display: flex;
}

.badge-list--vertical {
  flex-direction: column;
}

.feature-badge {
  font-size: var(--text-xs);
  align-items: center;
  column-gap: .5rem;
  padding: .375rem .5rem;
  display: inline-flex;
}

.feature-badge :is(svg, img) {
  flex-shrink: 0;
}

.feature-badge-list {
  flex-wrap: wrap;
  gap: .5rem;
  display: flex;
}

.rating-badge {
  flex-wrap: wrap;
  align-items: center;
  column-gap: .5rem;
  line-height: normal;
  display: flex;
  width: 100%;
}

.rating-badge__stars {
  column-gap: .125rem;
  display: flex;
  position: relative;
  top: -.5px;
}

@media (pointer: fine) {
  .is-scrollable[allow-drag] {
    cursor: grab;
  }

  .is-scrollable[allow-drag]:active {
    cursor: grabbing;
    -webkit-user-select: none;
    user-select: none;
    scroll-snap-type: none;
  }
}

.text-with-rating {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: .75rem .5rem;
  display: flex;
}

.inventory {
  row-gap: .5rem;
  font-style: italic;
  display: grid;
}

.progress-bar {
  background: rgb(var(--text-color) / .1);
  height: 2px;
  display: block;
  position: relative;
}

.progress-bar:before {
  content: "";
  width: 100%;
  height: 100%;
  transform: scaleX(var(--progress, 0));
  transform-origin: var(--transform-origin-start);
  background: currentColor;
  transition: transform .45s ease-in-out;
  display: block;
}

[data-tooltip] {
  --tooltip-text-color: var(--text-color);
  --tooltip-background: var(--background);
  position: relative;
}

@media screen and (pointer: fine) {
  [data-tooltip]:after {
    content: attr(data-tooltip);
    inset-block-end: calc(100% + var(--tooltip-offset, .5rem));
    border-radius: min(1.5rem, var(--button-border-radius));
    background: rgb(var(--tooltip-text-color));
    width: max-content;
    max-width: 15rem;
    color: rgb(var(--tooltip-background));
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    justify-self: center;
    padding: .125rem .5rem;
    font-size: .6875rem;
    transition: opacity .1s ease-in-out, visibility .1s ease-in-out, scale .1s ease-in-out;
    position: absolute;
    left: 50%;
    translate: -50%;
    scale: .9;
  }

  [data-tooltip]:hover:after {
    visibility: visible;
    opacity: 1;
    scale: 1;
  }
}

.separator-dot {
  --dot-size: .25rem;
  width: var(--dot-size);
  height: var(--dot-size);
  background: currentColor;
  border-radius: 100%;
}

.animated-plus {
  --animated-plus-size: .625rem;
  width: var(--animated-plus-size);
  height: var(--animated-plus-size);
  display: block;
  position: relative;
}

.animated-plus:before, .animated-plus:after {
  content: "";
  background-color: currentColor;
  transition: transform .25s ease-in-out, opacity .25s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)rotate(-90deg);
}

.animated-plus:before {
  width: var(--animated-plus-size);
  opacity: 1;
  height: 1px;
}

.animated-plus:after {
  width: 1px;
  height: var(--animated-plus-size);
}

.group[aria-expanded="true"] .animated-plus.group-expanded\:rotate:before {
  opacity: 0;
}

.group[aria-expanded="true"] .animated-plus.group-expanded\:rotate:before, .group[aria-expanded="true"] .animated-plus.group-expanded\:rotate:after {
  transform: translate(-50%, -50%)rotate(90deg);
}

@media (pointer: fine) {
  .is-scrollable[allow-drag] {
    cursor: grab;
  }

  .is-scrollable[allow-drag]:active {
    cursor: grabbing;
    -webkit-user-select: none;
    user-select: none;
    scroll-snap-type: none;
  }
}

@media screen and (min-width: 700px) {
  .play-button svg {
    width: 5rem;
    height: 5rem;
  }
}

.quantity-selector {
  --quantity-selector-height: 2.4rem;
  --quantity-selector-input-width: 2.5rem;
  --tooltip-offset: calc(-1 * var(--quantity-selector-height) / 2 + 1rem);
  grid-template-columns: var(--quantity-selector-height) auto var(--quantity-selector-height);
  grid-auto-rows: var(--quantity-selector-height);
  border-width: 1px;
  align-items: center;
  display: inline-grid;
}

.quantity-selector__button {
  place-content: center;
  min-height: 100%;
  display: grid;
}

.quantity-selector__button svg {
  transition: opacity .2s;
  width:10px;
}

.quantity-selector__button[disabled] svg, .quantity-selector__button:hover svg {
  opacity: .65;
}

.quantity-selector__input-wrapper {
  place-items: center;
  display: grid;
}

.quantity-selector__input-wrapper > * {
  grid-area: 1 / -1;
}

.quantity-selector__input {
  -webkit-appearance: textfield;
  appearance: textfield;
  min-width: var(--quantity-selector-input-width);
  width: var(--quantity-selector-character-count, 1ch);
  text-align: center;
  background: none;
  transition: opacity .2s ease-in-out .2s;
}

.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 {
    --quantity-selector-height: 2.7rem;
  }
}

.quantity-selector--sm {
  --quantity-selector-height: 2.2rem;
  --quantity-selector-input-width: 2rem;
}

@keyframes quantitySelectorSpinner {
  0% {
    animation-timing-function: cubic-bezier(.45, 0, .55, 1);
    transform: rotate(0);
  }

  50% {
    animation-timing-function: cubic-bezier(.4, 0, .6, 1);
    transform: rotate(360deg);
  }

  100% {
    animation-timing-function: cubic-bezier(.45, 0, .55, 1);
    transform: rotate(720deg);
  }
}

.quantity-selector__spinner {
  transform-origin: center;
  opacity: 0;
  transition: opacity .2s ease-in-out, translate .2s ease-in-out, display .2s ease-in-out allow-discrete;
  animation: 2.5s cubic-bezier(.4, 0, .6, 1) infinite quantitySelectorSpinner;
  display: none;
  translate: 0 4px;
}

.quantity-selector__input-wrapper[aria-busy="true"] .quantity-selector__spinner {
  opacity: 1;
  display: block;
  translate: none;
}

@starting-style {
  .quantity-selector__input-wrapper[aria-busy="true"] .quantity-selector__spinner {
    opacity: 0;
    translate: 0 4px;
  }
}

.quantity-selector__input-wrapper[aria-busy="true"] .quantity-selector__input {
  opacity: 0;
  transition-delay: 0s;
}

.breadcrumb {
  display: none;
}

.breadcrumb__list {
  align-items: center;
  column-gap: .5rem;
  line-height: 1;
  display: flex;
}

.breadcrumb__list-item + .breadcrumb__list-item:before {
  content: "/";
  color: rgb(var(--text-color) / .65);
  margin-inline-end: .375rem;
  font-size: .625rem;
  display: inline-block;
}

@media screen and (min-width: 1000px) {
  .breadcrumb {
    display: block;
  }
}

.breadcrumb--floating {
  position: absolute;
  inset-block-start: 1.25rem;
  inset-inline-start: var(--container-gutter);
}

.bordered-box {
  border-width: 1px;
  padding: 2.5rem 1.25rem 1.25rem;
  position: relative;
}

.bordered-box__title {
  inset-block-start: 0;
  text-align: center;
  background: rgb(var(--background));
  width: max-content;
  padding-inline: .5rem;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 1000px) {
  .bordered-box {
    padding: 3rem;
  }
}

.loading-bar {
  z-index: 2000;
  pointer-events: none;
  mix-blend-mode: exclusion;
  width: 100%;
  height: 2px;
  transform-origin: var(--transform-origin-start);
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  transform: scaleX(0);
}

@media screen and (min-width: 700px) {
  .loading-bar {
    height: 3px;
  }
}

@keyframes animateCircularProgress {
  from {
    stroke-dashoffset: var(--stroke-dasharray);
  }

  to {
    stroke-dashoffset: 0;
  }
}

.circular-progress {
  transition: opacity .25s;
  transform: rotate(-90deg);
}

.circular-progress circle:last-child {
  stroke-dasharray: var(--stroke-dasharray);
  stroke-dashoffset: var(--stroke-dasharray);
}

@media (prefers-reduced-motion: no-preference) {
  image-parallax img {
    transform: scale(1.3)translateY(-11.5385%);
  }
}

.scroll-margin-offset {
  scroll-margin-block-start: 20px;
}

.share-buttons {
  align-items: center;
  gap: .875rem;
  display: flex;
}

.share-buttons .social-media {
  --social-media-icon-size: 1rem;
  --social-media-list-gap: .75rem;
}

.share-buttons--native:not([hidden]) + .share-buttons {
  display: none;
}

product-rerender {
  display: contents;
}

.customer-account-box {
  min-height: calc(100vh - var(--section-vertical-spacing) * 2 - var(--announcement-bar-height, 0px)  - var(--header-height, 0px));
  text-align: center;
  align-items: center;
  display: grid;
}

.customer-account-category {
  border-block-end-width: 1px;
  padding-block-end: .625rem;
}

.customer-account-overview {
  grid-gap: 2.5rem 3rem;
  display: grid;
}

.customer-account-order-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .5rem;
  display: grid;
}

@media screen and (min-width: 1000px) {
  .customer-account-overview {
    grid-template-columns: minmax(0, 1fr) 14rem;
  }
}

@media screen and (min-width: 1150px) {
  .customer-account-overview {
    grid-template-columns: minmax(0, 1fr) 18rem;
    column-gap: 3.75rem;
  }
}

.customer-address-list {
  --addresses-per-row: 1;
  grid-template-columns: repeat(var(--addresses-per-row), minmax(0, 1fr));
  gap: 3rem 3.75rem;
  display: grid;
}

@media screen and (min-width: 700px) {
  .customer-address-list {
    --addresses-per-row: 2;
  }
}

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

.customer-order {
  grid: auto / minmax(0, 1fr);
  gap: 3rem;
  display: grid;
}

.customer-order__details {
  grid-template-columns: minmax(0, 1fr);
  row-gap: 3rem;
  display: grid;
}

.customer-order__address-list {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  align-content: start;
  gap: 2.5rem 3.75rem;
  display: grid;
}

@media screen and (min-width: 1150px) {
  .customer-order {
    grid: auto / auto-flow minmax(0, 1fr) 14rem;
    column-gap: 3.75rem;
  }
}

@media screen and (min-width: 1400px) {
  .customer-order {
    grid-auto-columns: minmax(0, 1fr) 18rem;
  }
}

.announcement-bar {
  --announcement-bar-gutter: .625rem;
  text-align: center;
  font-size: var(--announcement-bar-font-size);
  place-content: center;
  column-gap: .75rem;
  padding: 15px !important;
  display: flex;
}

.announcement-bar__carousel {
  flex-grow: 1;
  place-items: center;
  display: grid;
}

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

.announcement-bar__carousel > :not(.is-selected) {
  visibility: hidden;
}

@media screen and (min-width: 700px) {
  .announcement-bar {
    --announcement-bar-gutter: var(--container-gutter);
    justify-content: center;
    column-gap: 2.5rem;
    padding: 20px 100px !important;
  }
}

.before-after {
  --before-after-content-inset-inline: 1.25rem;
  --before-after-content-inset-block: 1rem;
  --before-after-cursor-size: 3.125rem;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  display: grid;
  position: relative;
}

.before-after > * {
  grid-area: 1 / -1;
}

.before-after__after-image {
  z-index: 1;
}

.before-after__content-wrapper {
  position: absolute;
}

.before-after__cursor {
  pointer-events: auto;
  filter: drop-shadow(0 1px 1px #0000000d) drop-shadow(0 1px 1px #0000000d);
  z-index: 1;
  display: grid;
  position: relative;
}

.before-after__cursor:before {
  content: "";
  background: rgb(var(--before-after-cursor-background));
  z-index: -1;
  position: absolute;
}

.before-after__cursor svg {
  width: var(--before-after-cursor-size);
  height: var(--before-after-cursor-size);
}

.before-after--horizontal {
  cursor: ew-resize;
}

.before-after--horizontal .before-after__after-image {
  clip-path: inset(0 0 0 var(--before-after-cursor-position, 0%));
}

[dir="rtl"] :is(.before-after--horizontal .before-after__after-image) {
  clip-path: inset(0 var(--before-after-cursor-position, 0%) 0 0);
}

.before-after--horizontal .before-after__before-image .before-after__content-wrapper {
  justify-items: start;
  inset-block-end: var(--before-after-content-inset-block);
  inset-inline-start: var(--before-after-content-inset-inline);
}

.before-after--horizontal .before-after__after-image .before-after__content-wrapper {
  text-align: end;
  justify-items: end;
  inset-block-end: var(--before-after-content-inset-block);
  inset-inline-end: var(--before-after-content-inset-inline);
}

.before-after--horizontal .before-after__cursor {
  justify-self: start;
  place-items: center start;
  inset-inline-start: calc(var(--before-after-cursor-position, 0%)  - var(--before-after-cursor-size) / 2);
}

.before-after--horizontal .before-after__cursor:before {
  width: .125rem;
  height: 100%;
  inset-inline-start: calc(var(--before-after-cursor-size) / 2);
}

.before-after--vertical {
  cursor: ns-resize;
}

.before-after--vertical .before-after__after-image {
  clip-path: inset(var(--before-after-cursor-position, 0%) 0 0 0);
}

.before-after--vertical .before-after__before-image .before-after__content-wrapper {
  justify-items: start;
  inset-block-start: var(--before-after-content-inset-block);
  inset-inline-start: var(--before-after-content-inset-inline);
}

.before-after--vertical .before-after__after-image .before-after__content-wrapper {
  justify-items: start;
  inset-block-end: var(--before-after-content-inset-block);
  inset-inline-start: var(--before-after-content-inset-inline);
}

.before-after--vertical .before-after__cursor {
  align-self: start;
  place-items: start center;
  inset-block-start: calc(var(--before-after-cursor-position, 0%)  - var(--before-after-cursor-size) / 2);
}

.before-after--vertical .before-after__cursor:before {
  width: 100%;
  height: .125rem;
  inset-block-start: calc(var(--before-after-cursor-size) / 2);
}

@media screen and (max-width: 699px) {
  .before-after {
    --before-after-cursor-size: 2.5rem;
  }

  .before-after .button {
    padding: .45rem 1.5rem;
  }
}

@media screen and (min-width: 700px) {
  .before-after {
    --before-after-content-inset-inline: 2.5rem;
    --before-after-content-inset-block: 2rem;
  }

  .before-after__content-wrapper:has(.button) {
    --before-after-content-inset-block: 2.5rem;
  }
}

.blog-tags {
  flex-wrap: wrap;
  justify-content: center;
  gap: .5rem 1.5rem;
  display: flex;
}

.article {
  --article-wrapper-offset: 0px;
  --article-wrapper-padding-inline: 0px;
  padding-block-end: var(--section-vertical-spacing);
}

.article__toolbar {
  visibility: hidden;
  z-index: 1;
  width: 100vw;
  padding-block: 1rem;
  transition: transform .2s, visibility .2s, inset-block-start .15s ease-in-out;
  position: fixed;
  inset-block-start: var(--sticky-area-height);
  transform: translateY(-100%);
}

.article__toolbar.is-visible {
  visibility: visible;
  transform: translateY(0);
}

.article__toolbar .social-media {
  gap: .75rem 1rem;
}

.article__toolbar .social-media svg {
  width: 1rem;
  height: 1rem;
}

.article__image {
  overflow: hidden;
}

.article__image img {
  height: var(--article-image-height);
  object-fit: cover;
}

.article__wrapper {
  padding: 1.5rem var(--article-wrapper-padding-inline) 0;
  background: rgb(var(--background));
  gap: 5rem;
  margin-inline-start: max(var(--container-gutter), 50% - var(--container-max-width) / 2 - var(--article-wrapper-padding-inline));
  margin-inline-end: max(var(--container-gutter), 50% - var(--container-max-width) / 2 - var(--article-wrapper-padding-inline));
  display: grid;
  position: relative;
}

.article__image + .article__wrapper {
  margin-block-start: var(--article-wrapper-offset);
}

.article__comments {
  gap: inherit;
  scroll-margin-block-start: calc(var(--sticky-area-height)  + 20px);
  display: grid;
}

.article__author {
  border-block-width: 1px;
  align-items: start;
  column-gap: 1rem;
  padding-block: 1.5rem;
  display: flex;
}

.article__author-image {
  border-radius: 100%;
  flex-shrink: 0;
  width: 3.75rem;
}

.article__footer-bottom {
  gap: 2.5rem;
  display: grid;
}

.article__author + .article__footer-bottom {
  margin-block-start: 1.75rem;
}

@media screen and (min-width: 700px) {
  .article {
    --article-wrapper-offset: -2.75rem;
    --article-wrapper-padding-inline: 3.125rem;
  }

  .article__wrapper {
    gap: 6.25rem;
    padding-block-start: 2.5rem;
  }

  .article__footer-bottom {
    grid: auto / auto-flow minmax(0, 1fr);
    align-items: center;
  }
}

@media screen and (min-width: 1000px) {
  .article {
    --article-wrapper-offset: -4.375rem;
  }
}

.comment {
  gap: 1.125rem;
  display: grid;
}

.comment:not(:first-child) {
  padding-block-start: 2rem;
}

.cart-page {
  align-items: start;
  row-gap: max(4rem, var(--section-vertical-spacing-tight));
  display: grid;
}

.cart-footer {
  flex-direction: column;
  gap: 1.5rem;
  display: flex;
}

.cart-recap {
  gap: .5rem;
  display: grid;
}

.cart-recap [type="submit"] {
  margin-block-start: 1rem;
}

@media screen and (min-width: 700px) {
  .cart-footer {
    flex-direction: row;
    gap: 3rem;
  }

  .cart-footer > :not(:only-child) {
    width: min(24rem, 100%);
  }

  .cart-recap {
    text-align: end;
    justify-items: end;
    margin-inline-start: auto;
  }
}

@media screen and (min-width: 1000px) {
  .cart-page {
    row-gap: max(6rem, var(--section-vertical-spacing-tight));
  }
}

.cart-discount-field__loader {
  display: none;
  position: absolute;
  inset-block-start: calc(50% - .375rem);
  inset-inline-end: 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::part(body) {
  padding-block: 0;
}

:is(.cart-drawer:has(.cart-drawer__order-note[open])::part(header), .cart-drawer:has(.cart-drawer__order-note[open])::part(body)) {
  opacity: .4;
  pointer-events: none;
  transition: opacity .2s;
}

.cart-drawer:not(:has(.cart-drawer__footer:only-child))::part(footer) {
  padding-block-start: calc(var(--drawer-footer-padding-block)  - .5rem);
}

.cart-drawer .free-shipping-bar {
  font-size: var(--text-sm);
  border-block-end-width: 1px;
  margin-inline-start: calc(-1 * var(--drawer-body-padding-inline));
  margin-inline-end: calc(-1 * var(--drawer-body-padding-inline));
  padding-block: .5rem;
  padding-inline-start: var(--drawer-body-padding-inline);
  padding-inline-end: var(--drawer-body-padding-inline);
}

.cart-drawer__items {
  gap: 1.5rem;
  padding-block-start: var(--drawer-body-padding-block);
  padding-block-end: var(--drawer-body-padding-block);
  display: grid;
}

.cart-drawer__complementary-products {
  padding-inline: var(--drawer-body-padding-inline);
  border-block-start-width: 1px;
  padding-block: 1.25rem;
  margin-inline: calc(-1 * var(--drawer-body-padding-inline)) !important;
  row-gap: 1.25rem !important;
}

.cart-drawer__button-price {
  align-items: center;
  display: flex;
}

.cart-drawer__button-price:before {
  content: "";
  background: currentColor;
  border-radius: 100%;
  width: 3px;
  height: 3px;
  margin-inline-end: 1.125rem;
}

.cart-drawer__footer {
  align-items: start;
  gap: 1rem;
  display: grid;
}

.cart-drawer__order-note {
  background-color: rgb(var(--background));
  background-image: var(--background-gradient);
  width: 100%;
  box-shadow: 1px 0 6px rgb(var(--border-color));
  z-index: 2;
  border-block-start-width: 1px;
  padding-block-start: calc(var(--drawer-footer-padding-block)  - .5rem);
  padding-block-end: var(--drawer-footer-padding-block);
  padding-inline-start: var(--drawer-body-padding-inline);
  padding-inline-end: var(--drawer-body-padding-inline);
  display: none;
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 0;
}

@media screen and (min-width: 700px) {
  .cart-drawer__complementary-products {
    padding-block: 2rem;
    row-gap: 1rem !important;
  }
}

.collection-banner {
  display: block;
  position: relative;
}

.collection-banner .breadcrumb {
  z-index: 2;
}

.collection {
  --collection-gap: 2rem;
  --collection-grid-template: minmax(0, 1fr);
  --collection-sidebar-width: 15rem;
  grid-template-columns: var(--collection-grid-template);
  align-items: start;
  gap: var(--collection-gap);
  margin-block-end: var(--section-vertical-spacing);
  scroll-margin-block-start: calc(var(--collection-toolbar-height, 0px)  + 20px);
  display: grid;
}

.collection:only-child {
  margin-block-start: 1.5rem;
}

.collection__main {
  row-gap: var(--section-stack-gap);
  display: grid;
}

.collection .product-list[collection-mobile-layout="medium"] {
  --product-list-items-per-row: var(--collection-items-per-row-medium);
}

.collection .product-list[collection-mobile-layout="large"] {
  --product-list-items-per-row: var(--collection-items-per-row-large);
}

@media screen and (min-width: 700px) {
  .collection:only-child {
    margin-block-start: 3rem;
  }

  .collection .product-list[collection-desktop-layout="compact"] {
    --product-list-items-per-row: var(--collection-items-per-row-compact);
  }

  .collection .product-list[collection-desktop-layout="compact"] .product-card__info {
    display: none;
  }

  .collection .product-list[collection-desktop-layout="medium"] {
    --product-list-items-per-row: var(--collection-items-per-row-medium);
  }

  .collection .product-list[collection-desktop-layout="large"] {
    --product-list-items-per-row: var(--collection-items-per-row-large);
  }
}

@media screen and (min-width: 1150px) {
  .collection {
    --collection-gap: 3.125rem;
  }
}

.collection-toolbar {
  min-height: 3em;
  box-shadow: 0 1px rgb(var(--border-color)), 0 -1px rgb(var(--border-color));
  background-color: rgb(var(--background));
  reading-flow: flex-visual;
  z-index: 2;
  transition: inset-block-start .15s ease-in-out;
  display: flex;
  position: sticky;
  inset-block-start: var(--sticky-area-height);
  inset-inline-start: 0;
}

.collection-toolbar .popover {
  --popover-block-offset: 0px;
  inset-inline-end: -1px;
}

.collection-toolbar__button-list {
  reading-flow: flex-visual;
  flex-grow: 1;
  display: flex;
}

.collection-toolbar__button {
  padding-block: .75rem;
}

.collection-toolbar__button :is(svg) {
  transition: transform .2s;
}

.collection-toolbar__button[aria-expanded="true"] svg {
  transform: rotateZ(180deg);
}

.collection-toolbar__button-container {
  width: 100%;
  position: relative;
}

.collection-toolbar__button-container + .collection-toolbar__button-container {
  border-inline-start-width: 1px;
}

.collection-toolbar__layout-switch-list {
  border-inline-start-width: 1px;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  padding-inline: 1.25rem;
  display: flex;
}

.collection-toolbar__button {
  opacity: .5;
  transition: opacity .2s;
}

.collection-toolbar__button:hover, .collection-toolbar__button.is-active {
  opacity: 1;
}

@media screen and (min-width: 700px) {
  .collection-toolbar {
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .collection-toolbar__button {
    padding-block: 1.125rem;
  }

  .collection-toolbar__button-list {
    flex-direction: row-reverse;
    flex: none;
  }

  .collection-toolbar__button-container {
    border-inline-start-width: 1px;
  }

  .collection-toolbar__button-container > .collection-toolbar__button {
    width: max-content;
    padding-inline: 2.875rem;
  }

  .collection-toolbar__layout-switch-list {
    border-inline-width: 0 1px;
    padding-inline: 1.875rem;
  }

  .collection-toolbar__products-count {
    position: absolute;
    inset-block-start: 50%;
    inset-inline-start: 50%;
    transform: translate(-50%, -50%);
  }
}

.facets .accordion-list .accordion:first-child {
  border-block-start-width: 0;
}

.facets .accordion-list .accordion:first-child .accordion__toggle {
  padding-block-start: 0;
}

.facets .accordion-list .accordion:last-child {
  border-block-end-width: 0;
}

.facets .accordion-list .accordion:last-child .accordion__content {
  padding-block-end: 0;
}

.active-facets {
  flex-wrap: wrap;
  align-items: center;
  gap: .625rem;
  display: flex;
}

.removable-facet {
  font-size: var(--text-sm);
  border-width: 1px;
  align-items: center;
  column-gap: .375rem;
  padding: .375rem .625rem;
  display: flex;
}

.facets-clear-all {
  margin-inline-start: .625rem;
}

@media screen and (min-width: 700px) {
  .removable-facet {
    font-size: var(--text-base);
    column-gap: .625rem;
    padding: .625rem .875rem;
  }
}

@media screen and (min-width: 1000px) {
  .facets-sidebar {
    top: calc(var(--sticky-area-height)  + var(--collection-toolbar-height, 0px)  + 20px);
    width: var(--collection-sidebar-width);
    grid-column-end: -2;
    display: block;
    position: sticky;
  }
}

.collection-list {
  gap: var(--collection-list-gap, 0px);
  display: flex;
}

.collection-list .collection-card {
  flex-basis: var(--collection-list-item-size, calc(100% / var(--collection-list-items-per-row)  - var(--collection-list-gap, 0px) * (var(--collection-list-items-per-row)  - 1) / var(--collection-list-items-per-row)));
}

.collection-list--text-outside {
  row-gap: 3rem;
}

.collection-card {
  align-content: start;
  gap: 1.5rem;
  display: grid;
}

.countdown {
  gap: var(--section-stack-gap);
  display: grid;
}

.countdown__timer {
  text-transform: uppercase;
  text-align: center;
  grid: auto / auto-flow minmax(0, 1fr) auto;
  align-items: center;
  column-gap: .75rem;
  display: grid;
}

.countdown__timer-item {
  display: grid;
}

.countdown__timer-flip {
  --heading-letter-spacing: 0;
  justify-content: center;
  column-gap: 2px;
  display: flex;
}

.countdown__timer-flip::part(digit) {
  color: rgb(var(--countdown-timer-flip-text-color));
}

.countdown__timer-flip--background::part(digit) {
  background: rgb(var(--countdown-timer-flip-background));
  border-radius: .25rem;
  padding: .375rem .5rem;
}

@media screen and (max-width: 699px) {
  .countdown__content {
    text-align: center;
  }

  .countdown__timer {
    justify-content: center;
  }
}

@media screen and (min-width: 700px) {
  .countdown {
    grid-template-columns: minmax(250px, 570px) max-content;
    justify-content: space-between;
    gap: 4rem;
    width: 100%;
  }

  .countdown__timer-item {
    row-gap: .5rem;
  }

  .countdown--reverse {
    grid-template-columns: max-content minmax(250px, 570px);
  }

  .countdown--reverse .countdown__timer {
    order: -1;
  }
}

@media screen and (min-width: 1000px) {
  .countdown__timer {
    column-gap: 1rem;
  }
}

.countdown-condensed {
  column-gap: 2.25rem;
  justify-content: var(--countdown-condensed-justify-content, space-between);
  padding: 1rem var(--container-gutter);
  display: flex;
}

.countdown-condensed__text {
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem 1.5rem;
  display: flex;
}

.countdown-condensed__timer {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  letter-spacing: .2em;
  text-transform: uppercase;
  text-align: center;
  flex-shrink: 0;
  align-items: center;
  column-gap: .25rem;
  display: flex;
}

.countdown-condensed__timer-item {
  display: grid;
}

.countdown-condensed__timer-flip {
  font-size: .625rem;
  font-weight: bolder;
}

.countdown-condensed__timer-unit {
  font-size: .5rem;
}

@media screen and (max-width: 699px) {
  .countdown-condensed .h6 {
    font-size: .625rem;
  }
}

@media screen and (min-width: 700px) {
  .countdown-condensed {
    column-gap: 5rem;
  }

  .countdown-condensed__timer {
    column-gap: .75rem;
  }

  .countdown-condensed__timer-flip {
    font-size: .75rem;
  }

  .countdown-condensed__timer-unit {
    font-size: .625rem;
  }
  .footer {
  background: rgb(var(--background));
  background-image: var(--background-gradient);
  color: rgb(var(--text-color));
  padding-block-start: 100px;
  padding-block-end: 100px;
}
}

.footer {
  background: rgb(var(--background));
  background-image: var(--background-gradient);
  color: rgb(var(--text-color));
  padding-block-start: 50px;
  padding-block-end: 50px;
}

.footer__inner {
  row-gap: min(var(--section-vertical-spacing), 3rem);
  display: grid;
}

.footer__block-list {
  justify-content: start;
  align-items: start;
  /* gap: min(var(--section-vertical-spacing), 2.5rem); */
  display: grid;
}

.footer-contact {
  padding-bottom: 30px;
}
.footer__aside {
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  display: none;
}

.footer__aside .payment-methods {
  justify-content: center;
  max-width: 30rem;
}

.bh-mobile-menu-grid {
  display: block;
}

.bh-mobile-menu-column {
  margin: 0;
}

/* MOBILE ONLY */
@media screen and (max-width: 699px) {
  .bh-mobile-menu-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
  }

  .bh-mobile-menu-column {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}

/* DESKTOP — restore normal single menu */
@media screen and (min-width: 700px) {
  .bh-mobile-menu-grid {
    display: block;
  }

  .bh-mobile-menu-column {
    display: contents;
  }
}

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

  .footer-content-wrapper {
    display: flex;
    gap: 50px;
    justify-content: space-between;
    width: 50%;
    margin-bottom: -20px;
  }

  .footer-bottom-divider {
    display: block;
    width: 100%;
    height: 1px;
    margin: 0;
    background: linear-gradient(
      90deg,
      rgba(199, 174, 212, 0) 0%,
      rgba(199, 174, 212, 1) 50%,
      rgba(199, 174, 212, 0) 100%
    ) !important;
  }

  .footer__block-list {
    justify-content: var(--footer-content-justify-items);
    flex-wrap: wrap;
    gap: 3rem;
    display: flex;
  }

  .footer__block {
    flex: auto;
  }

  .footer__block--links, .footer__block--image {
    flex-grow: 0;
    max-width: 50em;
  }

  .footer__block--newsletter, .footer__block--app {
    flex-basis: 14rem;
    max-width: 18rem;
  }

  .footer__block--text {
    max-width: 24rem;
  }
}

@media screen and (min-width: 1000px) {
  .footer__aside {
    grid-auto-flow: column;
    justify-content: space-between;
  }

  .footer__aside .payment-methods {
    justify-content: end;
  }
}

@media screen and (min-width: 1150px) {
  .footer__block-list {
    justify-content: var(--footer-content-justify-items);
    column-gap: 3.75rem;
  }
}

@media screen and (min-width: 1400px) {
  .footer__block-list {
    column-gap: 5rem;
  }
}

.gift-card__image {
  max-width: 16.875rem;
  margin-inline: auto;
}

.gift-card__redeem-info {
  padding: 1.5rem;
}

.gift-card__save {
  place-items: center;
  gap: 1.5rem;
  display: grid;
}

.gift-card__qr-code {
  width: 5rem;
  height: 5rem;
}

@media screen and (min-width: 700px) {
  .gift-card__redeem-info {
    padding: 2rem;
  }

  .gift-card__save {
    grid-auto-flow: column;
  }
}

.faq {
  justify-content: center;
  align-items: start;
  column-gap: 3.75rem;
  display: flex;
}

.faq__toc {
  align-content: start;
  justify-items: start;
  gap: .75rem;
  min-width: 150px;
  max-width: 300px;
  transition: inset-block-start .15s ease-in-out;
  display: grid;
  position: sticky;
  inset-block-start: calc(var(--sticky-area-height)  + 1.25rem);
}

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

.faq__toc-item.is-active {
  background-size: 100% 1px;
}

.faq__content {
  flex-basis: 650px;
}

.faq__category {
  flex-wrap: wrap;
  align-items: center;
  column-gap: 1rem;
  scroll-margin-block-start: 1.25rem;
  display: flex;
}

.faq__category + .accordion {
  margin-block-start: 1.25rem;
}

.accordion + .faq__category {
  margin-block-start: 3rem;
}

.featured-collections-navigation {
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: safe center;
  column-gap: 1.5rem;
  display: grid;
}

.featured-collections-navigation > button:not(:only-child) {
  padding-block-end: 2px;
  position: relative;
}

.featured-collections-navigation > button:not(:only-child):after {
  content: "";
  width: calc(100% - var(--heading-letter-spacing));
  height: 1px;
  transform-origin: var(--transform-origin-start);
  background: currentColor;
  transition: transform .3s;
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 0;
  transform: scaleX(0);
}

.featured-collections-navigation > button:not(:only-child)[aria-current="true"]:after {
  transform: scaleX(1);
}

@media screen and (min-width: 700px) {
  .featured-collections-navigation {
    column-gap: 2.5rem;
  }
}

.featured-collections-carousel {
  display: grid;
  position: relative;
}

.featured-collections-carousel > * {
  grid-area: 1 / -1;
}

.featured-collections-carousel__item {
  gap: var(--section-stack-gap);
  grid-template-columns: minmax(0, 1fr);
  display: grid;
}

.featured-collections-carousel__item:not(.is-selected) {
  display: none;
}

.header {
  --header-show-transparent-logo: 0;
  grid: var(--header-grid);
  justify-content: center;
  align-items: center;
  column-gap: 1.25rem;
  row-gap: var(--header-padding-block);
  box-shadow: 0 -1px rgb(var(--header-separation-border-color)) inset;
  reading-flow: grid-columns;
  padding-block-start: var(--header-padding-block);
  padding-block-end: var(--header-padding-block);
  padding-inline-start: var(--container-gutter);
  padding-inline-end: var(--container-gutter);
  transition: background .2s, color .2s, border .2s, box-shadow .2s, transform .15s ease-in-out;
  display: grid;
  position: relative;
}

.header.is-hidden {
  transform: translateY(-100%);
}

.shopify-section--header:has(.header.is-hidden) {
  pointer-events: none;
}

:has(.shopify-section:first-child [allow-transparent-header]):not(:has(.shopify-section--header ~ .shopify-section-group-header-group)) .header {
  margin-block-end: calc(-1 * var(--header-height, 0px));
}

:has(.shopify-section:first-child [allow-transparent-header]):not(:has(.shopify-section--header ~ .shopify-section-group-header-group)) .header:not(:hover, .is-solid, :has(.header__primary-nav [open], .header__secondary-nav [open], .header-search[open])) {
  --header-show-transparent-logo: 1;
  --header-separation-border-color: 0 0 0 / 0;
  --background: 0 0 0 / 0;
  --background-gradient: 0 0 0 / 0;
  --border-color: 0 0 0 / 0;
  --text-color: var(--header-transparent-header-text-color);
}

:has(.shopify-section:first-child [allow-transparent-header]):not(:has(.shopify-section--header ~ .shopify-section-group-header-group)) .header:not(:hover, .is-solid, :has(.header__primary-nav [open], .header__secondary-nav [open], .header-search[open])) .link-faded {
  color: currentColor;
  transition: none;
}

.header__cart-dot {
  width: .5rem;
  height: .5rem;
  box-shadow: 0 0 0 2px rgb(var(--background));
  background-color: currentColor;
  border-radius: 100%;
  transition: transform .2s ease-in-out;
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: -.125rem;
  transform: scale(0);
}

.header__cart-dot.is-visible {
  transform: scale(1);
}

@media screen and (min-width: 700px) {
  .header {
    column-gap: 2.5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .header__logo-image {
    height: 30px !important;
  }

}

.header__logo {
  grid-area: logo;
  justify-self: start;
  position: relative;
}

.header__logo-image {
  width: var(--header-logo-width);
  max-width: 100%;
  height: 20px;
}

.header__logo-image:where(:not(:only-of-type)) {
  opacity: calc(1 - var(--header-show-transparent-logo));
  transition: opacity .2s;
}

.header__logo-image--transparent {
  opacity: var(--header-show-transparent-logo);
  pointer-events: none;
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
}

.header__logo-text {
  display: block;
}

.header__primary-nav {
  flex-wrap: wrap;
  grid-area: primary-nav;
  align-items: center;
  gap: .625rem 1.25rem;
  display: flex;
}

.header__primary-nav-item:before {
  content: attr(data-title);
  width: max-content;
  height: 2px;
  transform-origin: var(--transform-origin-start);
  background: rgb(var(--text-color));
  color: #0000;
  font-size: var(--text-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);
  pointer-events: none;
  transition: transform .2s ease-in-out;
  position: absolute;
  inset-block-end: 0;
  transform: scaleX(0);
}

.header__primary-nav-item:hover:before {
  transform: scaleX(1);
}

.header__primary-nav-item:has(.header__dropdown-menu):before {
  display: none;
}

@media screen and (max-width: 699px) {
  .header__account-link svg,
  .header__cart-link svg {
    width: 20px !important;
    height: 20px !important;
  }
}

@media screen and (min-width: 700px) {
  .header__account-link svg,
  .header__cart-link svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1000px) {
  .header__primary-nav--center {
    justify-content: safe center;
  }
}

@media screen and (min-width: 1150px) {
  .header__primary-nav {
    column-gap: 30px;
  }
}

.header__secondary-nav {
  flex-wrap: wrap;
  grid-area: secondary-nav;
  justify-content: end;
  justify-self: end;
  align-items: center;
  gap: .625rem .9rem;
  display: flex;
}

.header__secondary-nav .localization-selectors:not(:only-child) {
  margin-inline-end: .625rem;
}

@media screen and (min-width: 700px) {
  .header__secondary-nav {
    column-gap: 1.25rem;
  }
}

.header__dropdown-menu {
  background: rgb(var(--background));
  width: max-content;
  min-width: 12.5rem;
  max-width: 17.5rem;
  color: rgb(var(--text-color));
  box-shadow: 2px 2px 6px rgb(var(--text-color) / .05);
  border-width: 0 1px 1px;
  padding-block: 1.125rem;
  position: absolute;
  inset-block-start: calc(100% - 2px);
}

.header__dropdown-menu:not(:has(.header__dropdown-menu)) {
  max-height: calc(100vh - var(--header-height, 0px)  - var(--announcement-bar-height, 0px)  - 20px);
  overflow: auto;
}

.header__dropdown-menu:before {
  content: "";
  width: 100%;
  height: 2px;
  transform-origin: var(--transform-origin-start);
  background: rgb(var(--text-color));
  transition: transform .25s ease-in-out 50ms;
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  transform: scaleX(0);
}

[aria-expanded="true"] > .header__dropdown-menu:before {
  transform: scaleX(1);
}

.header__dropdown-menu :is(a, summary) {
  padding: .375rem 1.5625rem;
  display: block;
}

.header__dropdown-menu .header__menu-disclosure {
  position: relative;
}

.header__dropdown-menu--restrictable {
  max-height: calc(100vh - var(--header-height, 0px)  - var(--announcement-bar-height, 0px)  - 40px);
  overflow-y: auto;
}

.header__dropdown-menu .header__dropdown-menu {
  border-width: 1px;
  inset-block-start: calc(-1.125rem - 1px);
  inset-inline-start: 100%;
}

.header__dropdown-menu .header__dropdown-menu:before {
  display: none;
}

.header-search {
  z-index: -1;
  width: 100%;
  display: none;
  position: absolute;
  inset-block-start: 100%;
  inset-inline-start: 0;
}

.header-search::part(overlay) {
  min-height: calc(100vh - var(--sticky-area-height));
  inset-block-start: var(--sticky-area-height);
}

.header-search::part(content) {
  max-height: calc(100vh - var(--header-height, 0px)  - var(--announcement-bar-height, 0px)  - 1.25rem);
  background: rgb(var(--background));
  color: rgb(var(--text-color));
  overflow: auto;
}

@supports (max-height: 100dvh) {
  .header-search::part(content) {
    max-height: min(var(--header-search-max-height, 100vh), 100dvh - var(--header-height, 0px)  - var(--announcement-bar-height, 0px)  - 1.25rem);
  }
}

.header-search__form-control {
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  column-gap: .75rem;
  padding-block: .75rem;
  display: grid;
}

.header-search__input {
  -webkit-appearance: none;
  appearance: none;
  background: none;
}

.header-search__input:focus {
  outline: none;
}

.header-search__input::-webkit-search-decoration {
  display: none;
}

.header-search__input::-webkit-search-cancel-button {
  display: none;
}

.header-search__input::-webkit-search-results-button {
  display: none;
}

.header-search__input::-webkit-search-results-decoration {
  display: none;
}

@media screen and (min-width: 700px) {
  .header-search__form-control {
    column-gap: 1.25rem;
    padding-block: 1.5rem;
  }
}

.predictive-search {
  display: block;
}

.predictive-search__no-results {
  text-align: center;
  padding-block: 2.5rem 4rem;
}

.predictive-search__results {
  grid-template-columns: minmax(0, 1fr);
  gap: 2.5rem;
  padding-block: 1.25rem 2rem;
  display: grid;
}

.predictive-search__suggestions {
  grid-template-columns: minmax(0, 1fr);
  justify-items: start;
  gap: .75rem 1.5rem;
  display: grid;
}

.predictive-search__suggestions mark {
  background: none;
  font-weight: bolder;
}

.predictive-search__tabs::part(tab-list-scrollable) {
  scrollbar-width: none;
  margin-inline-start: calc(-1 * var(--distance-to-bleed));
  margin-inline-end: calc(-1 * var(--distance-to-bleed));
  padding-inline-start: var(--distance-to-bleed);
  padding-inline-end: var(--distance-to-bleed);
  display: flex;
  overflow: auto;
}

.predictive-search__tabs::part(tab-list) {
  width: min-content;
  min-width: 100%;
}

.predictive-search__category {
  border-block-end-width: 1px;
  padding-block-end: .625rem;
}

.predictive-search__products {
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 1.25rem;
  display: grid;
}

.predictive-search__blog-posts {
  grid-template-columns: minmax(0, 1fr);
  gap: 1.5rem 2.5rem;
  display: grid;
}

.predictive-search__blog-posts .blog-post-card__info {
  row-gap: .75rem;
}

.predictive-search__collections {
  align-items: start;
  gap: var(--container-gutter);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  display: grid;
}

@media screen and (max-width: 699px) {
  .predictive-search__suggestions {
    grid: auto / auto-flow max-content;
    row-gap: 1.25rem;
  }

  .predictive-search__products .horizontal-product-card__figure {
    max-width: 4.375rem;
  }

  .predictive-search__blog-posts .blog-post-card {
    grid-template-columns: minmax(0, 160px) minmax(0, 1fr);
    align-items: center;
  }
}

@media screen and (min-width: 700px) {
  .predictive-search__no-results {
    padding-block: 4.75rem 6.25rem;
  }

  .predictive-search__results {
    padding-block: 1.5rem 3rem;
  }

  .predictive-search__blog-posts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .predictive-search__blog-posts .blog-post-card__category {
    font-size: .6875rem;
  }
}

@media screen and (min-width: 1000px) {
  .predictive-search__results--with-suggestions {
    grid-template-columns: 250px minmax(0, 1fr);
  }

  .predictive-search__products {
    grid-template-columns: repeat(var(--product-list-items-per-row, 4), minmax(0, 1fr));
  }

  .predictive-search__blog-posts {
    grid-template-columns: repeat(var(--blog-post-list-items-per-row, 4), minmax(0, 1fr));
  }

  .predictive-search__collections {
    grid-template-columns: repeat(var(--collection-list-items-per-row), minmax(0, 1fr));
  }
}

.mega-menu {
  --mega-menu-gap: 2.5rem;
  --mega-menu-linklist-gap: 2.5rem;
  --mega-menu-promo-gap: 2rem;
  width: 100%;
  max-height: calc(100vh - var(--header-height, 0px)  - var(--announcement-bar-height, 0px)  - 20px);
  justify-content: safe center;
  align-items: start;
  column-gap: var(--mega-menu-gap);
  background: rgb(var(--background));
  color: rgb(var(--text-color));
  border-block-end-width: 1px;
  padding-block: 2.5rem;
  padding-inline-start: var(--container-gutter);
  padding-inline-end: var(--container-gutter);
  display: flex;
  position: absolute;
  inset-block-start: 100%;
  inset-inline-start: 0;
  overflow-y: auto;
}

.mega-menu--reverse {
  flex-direction: row-reverse;
}

.mega-menu--reverse .mega-menu__promo {
  justify-content: flex-start;
}

.mega-menu__linklist {
  gap: var(--mega-menu-linklist-gap);
  flex-wrap: wrap;
  flex: 0 auto;
  display: flex;
}

.mega-menu__linklist > * {
  max-width: 280px;
}

.mega-menu__promo {
  justify-content: flex-end;
  column-gap: var(--mega-menu-promo-gap);
  flex: 0 auto;
  display: flex;
}

.mega-menu__promo > * {
  flex: 315px;
  min-width: 240px;
  max-width: 315px;
}

@media screen and (min-width: 1400px) {
  .mega-menu {
    --mega-menu-gap: 6.25rem;
    --mega-menu-linklist-gap: 2.5rem 6.25rem;
  }

  .mega-menu:has(.mega-menu__linklist > :nth-child(5)) {
    --mega-menu-linklist-gap: 2.5rem 4rem;
  }
}

.header-sidebar {
  --header-linklist-padding-block: 1rem;
}

.header-sidebar::part(close-button) {
  opacity: 1;
}

.header-sidebar::part(header) {
  border-block-end: none;
}

.header-sidebar::part(content) {
  box-sizing: border-box;
  overflow-x: hidden;
}

.header-sidebar::part(panel-list) {
  position: relative;
}

.header-sidebar__scroller {
  padding-block-end: var(--drawer-body-padding-block);
  padding-inline-start: var(--drawer-body-padding-inline);
  padding-inline-end: var(--drawer-body-padding-inline);
  overflow-y: auto;
}

.header-sidebar__linklist-button {
  text-align: start;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-block-start: calc(var(--header-linklist-padding-block) / 2);
  padding-block-end: calc(var(--header-linklist-padding-block) / 2);
  transition: color .2s;
  display: flex;
}

@media screen and (pointer: fine) {
  .header-sidebar__main-panel li:has([aria-expanded="true"]) ~ li .header-sidebar__linklist-button {
    color: rgb(var(--text-color) / .65);
  }

  .header-sidebar__main-panel li:has( ~ li [aria-expanded="true"]):not(:has([aria-expanded="true"])) .header-sidebar__linklist-button {
    color: rgb(var(--text-color) / .65);
  }
}

.header-sidebar__sub-panel li:has([aria-expanded="true"]) ~ li .header-sidebar__linklist-button {
  color: rgb(var(--text-color) / .65);
}

.header-sidebar__sub-panel li:has( ~ li [aria-expanded="true"]):not(:has([aria-expanded="true"])) .header-sidebar__linklist-button {
  color: rgb(var(--text-color) / .65);
}

.header-sidebar__sub-panel li:has([aria-expanded="true"]) .header-sidebar__linklist-button {
  color: rgb(var(--text-color)) !important;
}

.header-sidebar__back-button {
  width: 100%;
  border-block-end-width: 1px;
  margin-block-end: 1rem;
  padding-block-start: var(--header-linklist-padding-block);
  padding-block-end: 1rem;
}

.header-sidebar__back-button.is-divided {
  margin-block-end: .5rem;
}

.header-sidebar__nested-linklist {
  border-inline-start-width: 1px;
  row-gap: .75rem;
  margin-block: 2px 1.125rem;
  margin-inline-start: .5rem;
  padding-inline-start: 1.5rem;
  display: grid;
}

.header-sidebar__main-panel {
  background-color: rgb(var(--background));
  background-image: var(--background-gradient);
  grid-template-rows: minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: max-content;
  height: 100%;
  display: grid;
}

.header-sidebar__footer {
  position: relative;
}

.header-sidebar__footer:before {
  content: "";
  background: linear-gradient(transparent, rgb(var(--background)));
  width: 100%;
  height: 2.5rem;
  position: absolute;
  inset-block-end: 100%;
  inset-inline-start: 0;
}

.header-sidebar__footer > * {
  padding-block: 1.25rem;
  padding-inline-start: var(--drawer-footer-padding-inline);
  padding-inline-end: var(--drawer-footer-padding-inline);
}

.header-sidebar__footer .localization-selectors {
  border-block-start-width: 1px;
  justify-content: flex-start;
  column-gap: 1.25rem;
}

.header-sidebar__collapsible-panel {
  height: 100%;
  width: var(--drawer-max-width);
  background-color: rgb(var(--background));
  background-image: var(--background-gradient);
  display: none;
  position: absolute;
  inset-block-start: 0;
}

.header-sidebar__promo {
  grid-auto-flow: column;
  gap: 2rem 1.25rem;
  margin-block-start: 1.25rem;
  display: flex;
}

.header-sidebar__promo > * {
  min-width: 12.5rem;
}

.header-sidebar__promo > *:only-child {
  min-width: 100%;
}

.header-sidebar__linklist.divide-y .header-sidebar__linklist-button {
  padding-block-start: var(--header-linklist-padding-block);
  padding-block-end: var(--header-linklist-padding-block);
}

.header-sidebar__linklist.divide-y .header-sidebar__back-button {
  padding-block-end: var(--header-linklist-padding-block);
}

.header-sidebar__linklist.divide-y .header-sidebar__nested-linklist {
  margin-block-end: calc(.5rem + var(--header-linklist-padding-block));
}

.header-sidebar__linklist.divide-y .header-sidebar__promo {
  margin-block-start: .75rem;
}

@media screen and (min-width: 700px) {
  .header-sidebar {
    --header-linklist-padding-block: 1.25rem;
  }
}

@media screen and (min-width: 1000px) {
  .header-sidebar::part(panel-list) {
    position: static;
  }

  .header-sidebar::part(content) {
    overflow-x: visible;
  }

  .header-sidebar:has(.header-sidebar__collapsible-panel[aria-activedescendant])::part(content) {
    border-inline-end: 1px solid rgb(var(--border-color));
  }

  .header-sidebar__main-panel {
    z-index: 1;
    position: relative;
  }

  .header-sidebar__collapsible-panel .header-sidebar__scroller {
    width: 100%;
    inset-block: min(var(--header-height), 5rem) 0;
    position: absolute;
  }

  .header-sidebar__promo {
    flex-direction: column;
  }

  .header-sidebar__promo > * {
    min-width: 100%;
  }
}

.image-with-text {
  display: grid;
  overflow: hidden;
}

.image-with-text > .prose {
  box-sizing: content-box;
  max-width: var(--image-with-text-content-max-width);
  margin-block: 1.5rem;
  padding-inline-start: var(--container-gutter);
  padding-inline-end: var(--container-gutter);
}

.image-with-text > :is(svg, img) {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 699px) {
  .image-with-text > .prose {
    margin-inline: auto;
  }
}

@media screen and (min-width: 700px) {
  .image-with-text {
    --image-with-text-gap: 2.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
  }

  .image-with-text > .prose {
    padding-inline-start: var(--image-with-text-gap);
  }

  .image-with-text:not(.image-with-text--reverse) picture {
    margin-inline-start: auto;
  }

  .image-with-text--reverse > :is(picture, svg, img) {
    order: 9999;
  }

  .image-with-text--reverse > .prose {
    margin-inline-start: auto;
    padding-inline-end: var(--image-with-text-gap);
  }
}

@media screen and (min-width: 1000px) {
  .image-with-text {
    --image-with-text-gap: 6rem;
  }
}

.image-with-text-block > :not(img, svg, picture) {
  background: rgb(var(--background));
  padding: 2.375rem 1.25rem;
  box-shadow: 0 1px 20px #3636364d;
}

@media screen and (min-width: 700px) {
  .image-with-text-block > :not(img, svg, picture) {
    padding: 3rem 1rem;
  }
}

.image-with-text-block--parallax {
  min-height: var(--content-over-media-height, auto);
  aspect-ratio: var(--image-with-text-block-aspect-ratio);
  transform: unset;
  clip-path: inset(0);
}

@media (prefers-reduced-motion: no-preference) {
  .image-with-text-block--parallax > svg, .image-with-text-block--parallax > picture img {
    pointer-events: none;
    min-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
  }

  @supports (min-height: 100lvh) {
    :is(.image-with-text-block--parallax > svg, .image-with-text-block--parallax > picture img) {
      min-height: 100lvh;
    }
  }
}

.images-with-text-scroll {
  --sticky-area-height: calc(var(--announcement-bar-is-sticky, 0) * var(--announcement-bar-height, 0px)  + var(--header-is-sticky, 0) * var(--header-height, 0px));
  align-items: start;
  display: grid;
  position: relative;
}

.images-with-text-scroll:before {
  content: "";
  background: rgb(var(--images-with-text-scroll-overlay));
  z-index: 1;
  pointer-events: none;
  position: absolute;
  inset: 0;
}

.images-with-text-scroll__image-background, .images-with-text-scroll__container {
  grid-area: 1 / -1;
}

.images-with-text-scroll__image-background {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  position: sticky;
  inset-block-start: 0;
}

.images-with-text-scroll__container {
  z-index: 1;
  place-items: start center;
  row-gap: 2rem;
  padding-block-start: var(--section-vertical-spacing);
  padding-block-end: var(--section-vertical-spacing);
  display: grid;
}

.images-with-text-scroll__item {
  display: contents;
}

.images-with-text-scroll__item:not(:first-child) > .images-with-text-scroll__image {
  opacity: 0;
}

.images-with-text-scroll__image {
  grid-area: 1 / 1;
  align-self: center;
}

.images-with-text-scroll__text {
  text-align: center;
  grid-area: 2 / 1;
  max-width: 375px;
}

@media screen and (min-width: 700px) {
  .images-with-text-scroll__container {
    row-gap: 3rem;
  }
}

@media screen and (max-width: 999px) {
  .images-with-text-scroll__item:not(.is-selected) {
    visibility: hidden;
  }

  .images-with-text-scroll__image {
    width: min(56vw, 27.5rem);
  }
}

@media screen and (min-width: 1000px) {
  .images-with-text-scroll {
    min-height: calc(100vh - var(--sticky-area-height));
  }

  .images-with-text-scroll__container {
    --image-width: min(50vw - var(--container-gutter), 575px);
    --image-height: min(var(--image-width), var(--image-width) / var(--images-with-text-scroll-master-image-ratio));
    --content-padding: calc((100vh - var(--image-height)  - var(--sticky-area-height)) / 2);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(0, 1fr);
    align-items: center;
    padding-block-start: var(--content-padding);
    padding-block-end: var(--content-padding);
  }

  .images-with-text-scroll__image {
    height: var(--image-height);
    object-fit: contain;
    object-position: center;
    position: sticky;
    inset-block-start: calc(var(--content-padding)  + var(--sticky-area-height));
  }

  .images-with-text-scroll__text {
    text-align: var(--images-with-text-scroll-text-alignment);
    grid-area: auto / 2;
  }

  .images-with-text-scroll--reverse .images-with-text-scroll__image {
    grid-column: 2;
  }

  .images-with-text-scroll--reverse .images-with-text-scroll__text {
    grid-column: 1;
  }
}

.logo-list {
  grid: var(--logo-list-grid);
  justify-content: safe center;
  gap: var(--logo-list-gap);
  display: grid;
}

.logo-list__item {
  outline: 1px solid rgb(var(--logo-list-item-border-color));
  place-items: center;
  padding: 1.25rem;
  display: grid;
}

@media screen and (min-width: 700px) {
  .logo-list__item {
    padding: 2rem 1.5rem;
  }
}

.media-grid {
  --media-grid-column-count: 2;
  align-items: start;
  gap: var(--media-grid-gap);
  grid: auto-flow dense var(--media-grid-row-height) / repeat(var(--media-grid-column-count), minmax(0, 1fr));
  display: grid;
}

.media-grid__item {
  grid-area: span min(2, var(--media-grid-item-row-span)) / span 2;
  height: 100%;
  container-type: inline-size;
}

.media-grid__item > * {
  height: 100%;
}

@media screen and (min-width: 700px) {
  .media-grid {
    --media-grid-column-count: 12;
  }

  .media-grid__item {
    grid-area: span var(--media-grid-item-row-span) / span var(--media-grid-item-column-span);
  }
}

.multi-column {
  grid: var(--multi-column-grid);
  column-gap: var(--multi-column-gap);
  row-gap: var(--section-stack-gap);
  justify-content: var(--multi-column-content-alignment);
  display: grid;
}

.multi-column__item {
  align-content: start;
  gap: 2rem;
  display: grid;
}

.multi-column__item--overlap {
  gap: 0;
}

.multi-column__item--overlap > .prose {
  isolation: isolate;
  margin-block-start: -.875rem;
}

.multiple-media-with-text {
  --multiple-media-with-text-gap: 2rem;
  grid: var(--multiple-media-with-text-grid);
  gap: var(--multiple-media-with-text-gap);
  display: grid;
}

.multiple-media-with-text__media-wrapper {
  grid-area: media-wrapper;
  grid: var(--multiple-media-with-text-media-grid);
  column-gap: var(--multiple-media-with-text-media-gap);
  display: grid;
}

.multiple-media-with-text__media-wrapper > * {
  grid-row: 1 / -1;
}

.multiple-media-with-text__content-wrapper {
  grid-area: content-wrapper;
}

@media screen and (min-width: 1000px) {
  .multiple-media-with-text {
    --multiple-media-with-text-gap: 2rem 4rem;
  }
}

@media screen and (min-width: 1150px) {
  .multiple-media-with-text {
    --multiple-media-with-text-gap: 2rem 7.5rem;
  }
}

.multiple-media-with-text--overlap .multiple-media-with-text__media-wrapper > :first-child {
  grid-column: 1 / 3;
}

.multiple-media-with-text--overlap .multiple-media-with-text__media-wrapper > :nth-child(2) {
  grid-column: 2 / 4;
}

@media screen and (min-width: 700px) {
  .multiple-media-with-text--overlap.multiple-media-with-text--reverse .multiple-media-with-text__media-wrapper > :first-child {
    grid-column: 2 / 4;
  }

  .multiple-media-with-text--overlap.multiple-media-with-text--reverse .multiple-media-with-text__media-wrapper > :nth-child(2) {
    grid-column: 1 / 3;
  }
}

@media screen and (min-width: 700px) {
  .newsletter .form {
    width: 35rem;
  }
}

@media screen and (min-width: 700px) {
  .newsletter-popup {
    width: 23.75rem;
    inset-inline-start: auto;
  }
}

.password {
  position: relative;
}

.password__inner {
  isolation: isolate;
  align-content: space-between;
  row-gap: 3rem;
  min-height: 100vh;
  padding-block: 1.6rem;
  display: grid;
}

@supports (height: 100dvh) {
  .password__inner {
    min-height: 100dvh;
  }
}

.password__header {
  justify-items: center;
  display: grid;
}

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

.password__password-button {
  margin-inline-start: auto;
}

.password__block-list {
  justify-self: center;
  row-gap: .625rem;
  width: min(100%, 30rem);
  display: grid;
}

.password__content, .password__social {
  padding: 1.25rem;
}

.password__social {
  display: grid;
}

.password__social .social-media {
  justify-content: center;
}

.password__footer {
  flex-wrap: wrap;
  justify-content: center;
  gap: .75rem;
  display: flex;
}

@media screen and (min-width: 700px) {
  .password__content {
    padding: 2.5rem;
  }

  .password__footer {
    justify-content: space-between;
  }
}

.prev-next-blog-posts {
  gap: 3.125rem;
  display: grid;
}

@media screen and (min-width: 700px) {
  .prev-next-blog-posts {
    grid: auto / auto-flow minmax(min-content, 31.25rem);
    justify-content: center;
    gap: 1.875rem;
  }
}

@media screen and (min-width: 1150px) {
  .prev-next-blog-posts {
    gap: 3.75rem;
  }
}

@media screen and (min-width: 700px) {
  .privacy-banner {
    width: 31.25rem;
  }
}

.shopify-section--main-product .section-spacing {
  padding-block-start: 0;
}

.product {
  grid: var(--product-grid, none);
  align-items: start;
  gap: var(--product-gap, 1.875rem);
  display: grid;
}

@media screen and (min-width: 1000px) {
  .shopify-section--main-product .section-spacing {
    padding-block-start: var(--container-gutter);
  }

  .product {
    --product-gap: 3.5rem;
  }
}

@media screen and (min-width: 1150px) {
  .product {
    --product-gap: 5rem;
  }
}

.product-gallery {
  --product-gallery-gap: 1.5rem;
  --product-gallery-thumbnail-list-gap: 1rem .5rem;
  --product-gallery-thumbnail-size: 3.5rem;
  flex-direction: var(--product-gallery-flex-direction, column);
  align-items: start;
  gap: var(--product-gallery-gap) var(--product-gap, 0px);
  grid-area: product-gallery;
  display: flex;
  position: relative;
}

.product-gallery__zoom-button {
  z-index: 1;
  transition: opacity .2s, visibility .2s;
  position: absolute;
  inset-block-start: 1.25rem;
  inset-inline-end: 0;
}

.product-gallery__zoom-button--hidden {
  opacity: 0;
  visibility: hidden;
}

.product-gallery__image-list {
  row-gap: var(--product-gallery-gap);
  grid-auto-rows: max-content;
  grid-auto-columns: minmax(0, 1fr);
  width: 100%;
  display: grid;
}

.product-gallery__carousel {
  grid: var(--product-gallery-carousel-grid, auto / auto-flow 100%);
  align-items: start;
  gap: var(--product-gallery-carousel-gap, 1.5rem min(1.5rem, var(--container-gutter)));
  scroll-snap-type: var(--product-gallery-carousel-scroll-snap-type, x mandatory);
  display: grid;
  position: relative;
}

.product-gallery[allow-zoom] .product-gallery__media {
  cursor: var(--cursor-zoom-in-svg-url) 18 18, zoom-in;
}

.product-gallery__media > * {
  width: 100%;
}

.product-gallery__thumbnail-list {
  flex-shrink: 0;
  max-width: 100%;
  position: relative;
}

.product-gallery__thumbnail-scroller {
  grid-auto-columns: var(--product-gallery-thumbnail-size);
  grid-auto-flow: var(--product-gallery-thumbnail-list-grid-auto-flow, column);
  align-content: start;
  align-items: start;
  gap: var(--product-gallery-thumbnail-list-gap);
  max-height: var(--product-gallery-thumbnail-list-max-height, none);
  scroll-snap-type: both mandatory;
  overscroll-behavior: contain;
  scrollbar-width: none;
  grid-template-columns: none;
  display: grid;
  position: relative;
  overflow: auto;
}

.product-gallery__thumbnail-scroller::-webkit-scrollbar {
  display: none;
}

.product-gallery__thumbnail {
  border: 1px solid #0000;
  padding: 1px;
  transition: border-color .1s;
  position: relative;
}

.product-gallery__thumbnail[aria-current="true"] {
  border-color: currentColor;
}

.product-gallery__media-badge {
  position: absolute;
  inset-block-start: 3px;
  inset-inline-end: 3px;
}

@media screen and (max-width: 999px) {
  .product-gallery__carousel-with-arrows {
    align-items: center;
    display: flex;
  }

  .product-gallery__carousel-with-arrows .product-gallery__media {
    width: 45vw;
    margin-inline: auto;
  }
}

@media screen and (min-width: 1000px) {
  .product-gallery__thumbnail-list {
    position: sticky;
    inset-block-start: calc(var(--sticky-area-height)  + 20px);
  }

  .product-gallery__media {
    scroll-margin-block-start: 1.25rem;
  }
}

.product-info {
  --product-info-gap: 1rem;
  z-index: 2;
  grid-area: product-info;
}

.product-info__block-list > :not(:nth-child(1 of :not(:empty))) {
  margin-block-start: var(--product-info-gap);
}

.product-info__block-list > :not(:last-child) {
  margin-block-end: var(--product-info-gap);
}

.product-info__block-item:empty {
  display: none;
}

.product-info__block-item:is([data-block-type="vendor"], [data-block-type="title"], [data-block-type="sku"], [data-block-type="price"]) {
  --product-info-gap: .5rem;
}

.product-info__block-group:has(.product-info__block-item:is([data-block-type="vendor"], [data-block-type="title"], [data-block-type="sku"], [data-block-type="price"])) {
  --product-info-gap: .5rem;
}

.product-info__block-item:is([data-block-type="variant-picker"], [data-block-type="product-variations"], [data-block-type="separator"], [data-block-type="description"], [data-block-type="text"], [data-block-type="liquid"], [data-block-type="share-buttons"]) {
  --product-info-gap: 1.5rem;
}

.product-info__block-group:has(.product-info__block-item:is([data-block-type="variant-picker"], [data-block-type="product-variations"], [data-block-type="separator"], [data-block-type="description"], [data-block-type="text"], [data-block-type="liquid"], [data-block-type="share-buttons"])) {
  --product-info-gap: 1.5rem;
}

.product-info__block-item:is([data-block-type="inventory"], [data-block-type="buy-buttons"], [data-block-type="pickup-availability"], [data-block-type="more-information"], [data-block-type="offers"]) {
  --product-info-gap: 2rem;
}

.product-info__block-group:has(.product-info__block-item:is([data-block-type="inventory"], [data-block-type="buy-buttons"], [data-block-type="pickup-availability"], [data-block-type="more-information"], [data-block-type="offers"])) {
  --product-info-gap: 2rem;
}

.product-info__block-item[data-block-type="complementary-products"] {
  --product-info-gap: 3rem;
}

.product-info__block-group:has(.product-info__block-item[data-block-type="complementary-products"]) {
  --product-info-gap: 3rem;
}

@media screen and (max-width: 699px) {
  .product-info--center :is([data-block-type="vendor"], [data-block-type="title"], [data-block-type="sku"], [data-block-type="price"]) {
    text-align: center;
  }

  .product-info--center :is(.badge-list, .price-list, .rating-badge) {
    justify-content: center;
  }

  .product-info--center .text-with-rating {
    flex-direction: column;
    justify-content: center;
  }
}

@media screen and (min-width: 1000px) {
  .product-info {
    position: sticky;
    inset-block-start: calc(var(--sticky-area-height)  + 20px);
  }
}

.product-content-below-gallery {
  grid-area: product-content;
}

.product-content-below-gallery :is(product-recommendations:not(:first-child)) {
  margin-block-start: max(48px, var(--product-gap, 0px));
}

.product-content-below-gallery :is(product-recommendations:not(:last-child)) {
  margin-block-end: max(48px, var(--product-gap, 0px));
}

.product-content-below-gallery__description:not(:last-child) {
  margin-block-end: 1.25rem;
}

.product-info__more-info {
  border-block-width: 1px;
  justify-content: space-between;
  align-items: center;
  padding: .9375rem;
  display: flex;
}

.product-info__more-info > svg {
  transition: transform .2s ease-in-out;
}

@media screen and (pointer: fine) {
  .product-info__more-info:hover > svg {
    transform: translateX(5px);
  }
}

.variant-picker .popover {
  --popover-block-offset: .5rem;
  --popover-body-padding-inline: 1.25rem;
  width: 100%;
}

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

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

.buy-buttons {
  row-gap: 1rem;
  display: grid;
}

.pickup-location {
  align-items: start;
  gap: .25rem;
  display: grid;
}

.pickup-location + .pickup-location {
  padding-block-start: 1rem;
}

.product-offers .page-dots {
  padding-block-end: 1.5rem;
}

.product-offers__item {
  padding: 1.5rem;
}

.product-offers__list--carousel {
  grid: auto / auto-flow 100%;
  display: grid;
}

.complementary-products {
  grid-template-columns: minmax(0, 1fr);
  row-gap: 1.875rem;
  max-width: 40rem;
  margin-inline: auto;
  display: grid;
}

.complementary-products__header {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.complementary-products__header--align-start {
  text-align: start;
  justify-content: space-between;
}

.complementary-products__product-list {
  gap: 1.25rem;
  display: grid;
  position: relative;
}

.complementary-products__product-list--carousel {
  grid: auto / auto-flow 100%;
}

@media screen and (max-width: 699px) {
  .complementary-products__product-list--carousel .product-card__figure {
    max-width: 11.25rem;
    margin-inline: auto;
  }
}

@media screen and (min-width: 700px) {
  .complementary-products {
    row-gap: 1rem;
  }

  .complementary-products__header {
    text-align: start;
    justify-content: space-between;
  }
}

.product-sticky-bar {
  width: 100%;
  padding: var(--container-gutter);
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  transition: opacity .2s, visibility .2s, inset-block .15s ease-in-out;
  display: block;
  position: fixed;
  inset-block-end: 0;
  inset-inline-start: 0;
}

.product-sticky-bar.is-visible {
  opacity: 1;
  visibility: visible;
}

.product-sticky-bar__info img {
  width: 3.75rem;
}

@media screen and (min-width: 700px) {
  .product-sticky-bar {
    inset-block: var(--sticky-area-height) auto;
    background: rgb(var(--background));
    border-block-end-width: 1px;
    grid-template-columns: minmax(0, 1fr) max-content;
    align-items: center;
    padding-block: 1.125rem;
    display: grid;
  }
}

@media screen and (max-width: 699px) {
  .quick-order-list__table {
    display: block;
  }

  .quick-order-list__table-head th:nth-child(2), .quick-order-list__table-head th:nth-child(3), .quick-order-list__table-body td:nth-child(2), .quick-order-list__table-body td:nth-child(3) {
    display: none;
  }

  .quick-order-list__table-foot {
    --table-foot-cell-padding-inline: 0px;
    display: block;
  }

  .quick-order-list__table-foot tr {
    flex-direction: column-reverse;
    display: flex;
  }

  .quick-order-list__table-foot td:first-child {
    padding-block: .125rem 0;
  }

  .quick-order-list__variant-image {
    align-self: start;
  }
}

@media screen and (min-width: 700px) {
  .quick-order-list__table {
    --table-cell-padding-block: .625rem;
    --table-foot-cell-padding-block: 1.5rem;
  }

  .quick-order-list__table-body tr:first-child {
    --table-cell-padding-block: .75rem;
  }

  .quick-order-list__table-body tr:not(:only-child):last-child td {
    padding-block-end: 1.5rem;
  }

  .quick-order-list__table-body tr:first-child + tr td {
    padding-block-start: 0;
  }

  .quick-order-list__table-body tr ~ tr td:first-child {
    padding-inline-start: 88px;
  }

  .quick-order-list__table-body tr ~ tr td:not(:has(img)):first-child {
    padding-inline-start: 20px;
  }

  .quick-order-list__table-foot {
    background: rgb(var(--background));
    box-shadow: 0 -.5px rgb(var(--border-color));
    position: sticky;
    inset-block-end: 0;
  }

  .quick-order-list__quantity-actions {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    column-gap: .625rem;
    display: grid;
  }

  .quick-order-list__quantity-selector {
    grid-column: 2;
    grid-template-columns: minmax(0, 1fr);
    row-gap: .5rem;
    display: grid;
  }

  .quick-order-list__remove-variant {
    justify-self: start;
    margin-inline-start: .625rem;
  }
}

.quantity-breaks-table {
  list-style: none;
}

.quantity-breaks-table li {
  padding-block: .5rem;
}

.quantity-breaks-table li:last-child {
  padding-block-end: 0;
}

@media screen and (min-width: 1000px) {
  .popover--quantity-breaks {
    inset-block-start: -1rem;
    inset-inline-end: 1.5rem;
  }
}

.scrolling-content {
  text-align: start;
  white-space: nowrap;
  -webkit-user-select: none;
  user-select: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.scrolling-content[direction="right"] {
  text-align: end;
}

.scrolling-content::part(scroller) {
  min-width: max-content;
  display: inline-flex;
  position: relative;
}

.scrolling-content__item {
  flex-shrink: 0;
  align-items: center;
  display: flex;
}

.scrolling-content__item > * {
  margin-inline-start: calc(var(--scrolling-content-content-gap) / 2);
  margin-inline-end: calc(var(--scrolling-content-content-gap) / 2);
}

.scrolling-content__image > img {
  max-width: 1.5em;
}

.main-search-form {
  min-width: 18.75rem;
}

.main-search__linklist {
  text-align: center;
  max-width: 25rem;
  margin-inline: auto;
}

.shop-the-look__carousel {
  z-index: 2;
  grid: auto / auto-flow 100%;
  align-items: start;
  gap: .625rem;
  display: grid;
  position: relative;
  overflow: visible;
}

.shop-the-look__carousel.is-expanded {
  overflow: hidden;
}

.shop-the-look__image-wrapper {
  position: relative;
  overflow: hidden;
}

.shop-the-look__hot-spot-list {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
}

.shop-the-look__hot-spot {
  --hot-spot-size: 1rem;
  top: calc(var(--shop-the-look-hot-spot-top)  - (var(--hot-spot-size) / 2));
  left: calc(var(--shop-the-look-hot-spot-left)  - (var(--hot-spot-size) / 2));
  width: var(--hot-spot-size);
  height: var(--hot-spot-size);
  border-radius: var(--rounded-full);
  transition: transform .2s ease-in-out;
  position: absolute;
}

.shop-the-look__hot-spot:after {
  --hot-spot-after-size: calc(var(--hot-spot-size) * 2.5);
  content: "";
  top: calc(50% - var(--hot-spot-after-size) / 2);
  left: calc(50% - var(--hot-spot-after-size) / 2);
  width: var(--hot-spot-after-size);
  height: var(--hot-spot-after-size);
  background: radial-gradient(50% 50% at 50% 50%, rgb(var(--background) / 0), rgb(var(--background) / .3));
  border-radius: var(--rounded-full);
  animation: 2s ease-in-out infinite alternate ping;
  position: absolute;
}

.shop-the-look__hot-spot[aria-current="true"] {
  transform: scale(1.3);
}

.shop-the-look__item-carousel {
  grid: auto / auto-flow 100%;
  justify-items: center;
  display: grid;
  position: relative;
}

.shop-the-look__item {
  position: relative;
}

.shop-the-look__popover .product-card__figure {
  width: 100%;
  max-width: 10rem;
  margin-inline: auto;
}

.shop-the-look__popover::part(base) {
  height: auto;
  inset: auto auto 0 0;
}

.shop-the-look__popover::part(overlay) {
  display: none;
}

@media screen and (max-width: 699px) {
  .shopify-section--shop-the-look:before {
    content: "";
    opacity: 0;
    pointer-events: none;
    background: rgb(var(--background));
    z-index: 2;
    width: 100%;
    height: 100%;
    transition: opacity .4s;
    position: fixed;
    inset-block-start: 0;
    inset-inline-start: 0;
  }

  .shopify-section--shop-the-look:has(.shop-the-look__carousel.is-expanded):before {
    opacity: 1;
  }
}

@media screen and (min-width: 1000px) {
  .shop-the-look__carousel {
    grid: none;
    align-items: center;
  }

  .shop-the-look__item {
    max-width: var(--container-sm-max-width);
    grid: auto / min(550px, 60%) minmax(0, 1fr);
    grid-area: 1 / -1;
    align-items: center;
    gap: .3125rem;
    margin-inline: auto;
    display: grid;
  }

  .shop-the-look__item:not(.is-selected) {
    visibility: hidden;
  }

  .shop-the-look__item-product {
    grid-area: 1 / -1;
    max-width: 16.875rem;
  }

  .shop-the-look__item-product:not(.is-selected) {
    visibility: hidden;
  }

  .shop-the-look__item-content {
    opacity: 0;
    justify-items: center;
    gap: 1.5rem;
    display: grid;
  }
}

@media screen and (pointer: fine) {
  .shop-the-look__hot-spot:hover {
    transform: scale(1.3);
  }
}

@media screen and (pointer: fine) {
  .page-dots--shop-the-look-carousel-md {
    display: none;
  }
}

@media not screen and (pointer: fine) {
  .page-dots--shop-the-look-carousel-md {
    margin-block-start: 1rem;
    display: flex;
  }
}

.slideshow {
  --slideshow-controls-spacing: var(--container-gutter);
  background: rgb(var(--slideshow-background));
  display: block;
  position: relative;
}

.slideshow .page-dots {
  z-index: 1;
  position: absolute;
  inset-block-end: var(--slideshow-controls-spacing);
  inset-inline-end: var(--slideshow-controls-spacing);
}

.shopify-section--slideshow:first-child .slideshow[allow-transparent-header] {
  --content-over-media-row-gap: 4rem;
}

.slideshow:has(.page-dots, .slideshow__volume-control) {
  --content-over-media-row-gap: 4rem;
}

.slideshow__slide:not(.is-selected) {
  visibility: hidden;
  position: absolute;
  inset: 0;
}

.slideshow__slide-content--boxed {
  padding: 1.5rem;
}

.slideshow__slide-content--with-border {
  outline: 1px solid rgb(var(--border-color));
}

.slideshow__slide-content--with-border-offset {
  outline-offset: -.75rem;
  padding: 2.25rem;
}

.slideshow__volume-control {
  z-index: 1;
  display: grid;
  position: absolute;
  inset-block-end: var(--slideshow-controls-spacing);
  inset-inline-start: var(--slideshow-controls-spacing);
}

.slideshow__next-section-button {
  z-index: 2;
  position: absolute;
  inset-block-end: calc(-1 * var(--circle-button-size) / 2);
  inset-inline-start: calc(50% - var(--circle-button-size) / 2);
}

.shopify-section:has(.slideshow__next-section-button) + .shopify-section {
  --section-vertical-spacing-block-start-compensation: 1.5625rem;
}

@media screen and (min-width: 700px) {
  .slideshow:has(.page-dots, .slideshow__volume-control) {
    --content-over-media-row-gap: 5rem;
  }

  .slideshow__slide-content--boxed {
    padding: 3.5rem;
  }

  .slideshow__slide-content--with-border-offset {
    outline-offset: -1rem;
  }
}

.shopify-section--testimonials {
  --section-vertical-spacing-override: calc(var(--section-vertical-spacing)  + 20px);
}

.testimonial-list {
  gap: var(--section-stack-gap);
  justify-items: center;
  display: grid;
}

.testimonial-item {
  max-width: 34rem;
  font-size: var(--testimonials-font-size);
  grid-area: 1 / -1;
  align-content: start;
  justify-items: center;
  gap: 2rem;
  display: grid;
}

.testimonial-item:not(.is-selected) {
  opacity: 0;
  visibility: hidden;
}

.testimonial-carousel {
  display: grid;
}

.testimonial-list__thumbnail-scroller {
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 5.625rem;
}

.testimonial-list__thumbnail {
  transition: opacity .2s ease-in-out;
}

.testimonial-list__thumbnail[aria-current="false"] {
  opacity: .25;
}

.testimonial-list__thumbnail img {
  max-width: var(--image-max-width);
}

.testimonial-list__thumbnail .placeholder {
  width: var(--image-max-width);
}

.shopify-challenge__container, .shopify-email-marketing-confirmation__container {
  max-width: 56.25rem;
  margin-block-start: var(--section-vertical-spacing);
  margin-block-end: var(--section-vertical-spacing);
}

.shopify-policy__container {
  gap: var(--section-stack-gap);
  max-width: 56.25rem;
  grid-auto-columns: minmax(0, 1fr);
  margin-block-start: var(--section-vertical-spacing-tight);
  margin-block-end: var(--section-vertical-spacing-tight);
  display: grid;
}

.shopify-challenge__container {
  gap: 1rem;
  display: grid;
}

.shopify-challenge__container > form {
  display: contents;
}

.shopify-email-marketing-confirmation__container {
  text-align: center;
}

.shopify-policy__title h1 {
  font: inherit;
}

.text-with-icons {
  --text-with-icons-items-per-row: 2;
  --text-with-icons-column-gap: 1.5rem;
  --text-with-icons-row-gap: 2rem;
  justify-content: center;
  gap: var(--text-with-icons-row-gap) var(--text-with-icons-column-gap);
  flex-wrap: wrap;
  display: flex;
}

.text-with-icons > * {
  flex-basis: min(18.75rem, calc(100% / var(--text-with-icons-items-per-row)  - var(--text-with-icons-column-gap, 0px) * (var(--text-with-icons-items-per-row)  - 1) / var(--text-with-icons-items-per-row)));
}

.text-with-icons > :only-child {
  flex-basis: min(18.75rem, 100%);
}

@media screen and (max-width: 699px) {
  .text-with-icons:not(.text-with-icons--stacked) {
    grid: auto / auto-flow 100%;
    gap: 0;
    display: grid;
  }

  .text-with-icons:not(.text-with-icons--stacked) > * {
    grid-area: 1 / -1;
    padding-inline: 2.5rem;
  }

  .text-with-icons:not(.text-with-icons--stacked) > :not(.is-selected) {
    visibility: hidden;
  }
}

@media screen and (min-width: 700px) {
  .text-with-icons {
    --text-with-icons-items-per-row: 3;
    --text-with-icons-row-gap: 2.5rem;
  }
}

@media screen and (min-width: 1000px) {
  .text-with-icons {
    --text-with-icons-items-per-row: 5;
  }

  .text-with-icons:not(:has( > :nth-child(5))) {
    --text-with-icons-items-per-row: 4;
    --text-with-icons-column-gap: 3.75rem;
  }
}

.timeline__carousel, .timeline__item {
  display: grid;
}

:is(.timeline__carousel, .timeline__item) > * {
  grid-area: 1 / -1;
}

.timeline__item:not(.is-selected) {
  visibility: hidden;
}

.timeline__item-image-wrapper {
  overflow: hidden;
}

.timeline__item-image-wrapper :is(img, svg) {
  scale: 1.05;
}

.timeline__item-content {
  padding: var(--container-gutter);
}

@media screen and (max-width: 699px) {
  .shopify-section--timeline {
    --section-vertical-spacing: 0;
    border-block-start-width: 0;
  }

  .timeline__carousel {
    position: relative;
  }

  .timeline__carousel:after {
    content: "";
    background: #0006;
    position: absolute;
    inset: 0;
  }

  .timeline__item {
    --text-color: var(--timeline-item-mobile-text-color);
    color: rgb(var(--text-color));
  }

  .timeline__item-content {
    text-align: center;
    z-index: 1;
    align-self: center;
    padding-block: 3.75rem;
  }
}

@media screen and (min-width: 700px) {
  .timeline__item {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .timeline__item > * {
    grid-area: unset;
  }

  .timeline__item-content {
    align-self: end;
  }
}

.timeline__nav {
  white-space: nowrap;
  grid-auto-flow: column;
  justify-content: safe center;
  align-items: center;
  column-gap: 2.5rem;
  display: grid;
}

.timeline__nav > button {
  height: var(--text-h4);
  line-height: 1;
  transition: opacity .25s ease-in-out, font-size .25s ease-in-out;
  position: relative;
}

.timeline__nav > button:after {
  content: "";
  width: calc(100% - var(--heading-letter-spacing));
  height: 3px;
  transform-origin: var(--transform-origin-start);
  background: currentColor;
  transition: transform .25s ease-in-out;
  position: absolute;
  inset-block-end: -1.25rem;
  inset-inline-start: 0;
  transform: scaleX(0);
}

.timeline__nav > [aria-current="false"] {
  opacity: .65;
}

.timeline__nav > [aria-current="true"] {
  font-size: var(--text-h4);
}

.timeline__nav > [aria-current="true"]:after {
  transform: scaleX(1);
}

@media screen and (max-width: 699px) {
  .timeline__nav {
    background: rgb(var(--timeline-nav-mobile-background));
    color: rgb(var(--timeline-nav-mobile-text-color));
    padding-block: 1.25rem;
    overflow: auto hidden;
  }
}

@media screen and (min-width: 700px) {
  .timeline__nav {
    margin-block-start: var(--section-stack-gap);
  }

  .timeline__nav > button:after {
    inset-block-end: -.5rem;
  }
}

.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: "";
  position: absolute;
  inset: -.5rem;
}

@media print {
  .print\:hidden {
    display: none;
  }
}

@keyframes ping {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(.8);
  }
}

@media screen and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .features--zoom-image .zoom-image {
    transform-origin: center;
    transition: scale 8s cubic-bezier(.25, .46, .45, .94);
  }

  .features--zoom-image .group:hover .group-hover\:zoom {
    scale: 1.2;
  }
}

@media (prefers-reduced-motion: no-preference) {
  [reveal-on-scroll="true"] {
    opacity: 0;
  }
}

@media (scripting: none) {
  [reveal-on-scroll="true"] {
    opacity: 1;
  }
}

.border {
  border-width: 1px;
  border-color: rgb(var(--border-color));
}

.border-x {
  border-inline-width: 1px;
}

.border-y {
  border-block-width: 1px;
}

.border-t {
  border-block-start-width: 1px;
}

.border-b {
  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;
}

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

.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) / .65); */
  font-family: 'Playfair Display';
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #0F1B33;
}

.text-on-sale {
  color: #0F1B33;
  font-family: 'Playfair Display';
  font-size: 20px;
}

.text-stroke {
  -webkit-text-stroke: 1px currentColor;
  -webkit-text-fill-color: transparent;
}

.text-gradient {
  background-image: var(--gradient);
  color: #0000;
  -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-error, .bg-success, .bg-warning {
  --border-color: var(--text-color) / .15;
}

.bg-error {
  background: rgb(var(--error-background));
}

.bg-success {
  background: rgb(var(--success-background));
}

.bg-warning {
  background: rgb(var(--warning-background));
}

.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();
}

.lock {
  overflow: hidden;
}

.pointer-events-none {
  pointer-events: none;
}

.scroll-area {
  scrollbar-width: none;
  overscroll-behavior-x: contain;
  overflow: auto hidden;
  width:100%;
}

.hide-scrollbar {
  scrollbar-width: none;
}

.scroll-area::-webkit-scrollbar {
  display: none;
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.snap-x {
  scroll-snap-type: x mandatory;
}

.snap-y {
  scroll-snap-type: y mandatory;
}

.snap-start {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.snap-center {
  scroll-snap-align: center;
  scroll-snap-stop: always;
}

.hidden, .empty\:hidden:empty {
  display: none;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

@media screen and (min-width: 700px) {
  .sm\:hidden {
    display: none;
  }

  .sm\:block {
    display: block;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:table {
    display: table;
  }

  .sm\:table-cell {
    display: table-cell;
  }
}

@media screen and (min-width: 1000px) {
  .md\:hidden {
    display: none;
  }

  .md\:block {
    display: block;
  }

  .md\:grid {
    display: grid;
  }

  .md\:flex {
    display: flex;
  }

  .md\:table {
    display: table;
  }

  .md\:table-cell {
    display: table-cell;
  }
}

@media screen and (min-width: 1150px) {
  .lg\:hidden {
    display: none;
  }

  .lg\:block {
    display: block;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:table {
    display: table;
  }

  .lg\:table-cell {
    display: table-cell;
  }
}

@media screen and (max-width: 699px) {
  .sm-max\:hidden {
    display: none;
  }
}

@media screen and (max-width: 999px) {
  .md-max\:hidden {
    display: none;
  }

.text-on-sale {
  font-size: 18px;
}

.text-subdued {
  font-weight: 500;
  font-size: 15px;
  line-height: 40px;
  letter-spacing: 0%;
  vertical-align: middle;
}
}

@media screen and (max-width: 1149px) {
  .lg-max\:hidden {
    display: none;
  }
}

@media screen and (max-width: 1399px) {
  .xl-max\:hidden {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .motion-reduce\:hidden {
    display: none;
  }

  .motion-reduce\:block {
    display: block;
  }
}

.visibility-hidden {
  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-items-start {
  justify-items: start;
}

.justify-items-center {
  justify-items: safe center;
}

.justify-items-end {
  justify-items: end;
}

.justify-self-start {
  justify-self: start;
}

.justify-self-center {
  justify-self: center;
}

.justify-self-end {
  justify-self: end;
}

.align-start {
  align-items: start;
}

.align-center {
  align-items: center;
}

.align-end {
  align-items: end;
}

.align-baseline {
  align-items: baseline;
}

.align-self-start {
  align-self: start;
}

.align-self-center {
  align-self: center;
}

.align-self-end {
  align-self: end;
}

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

  .sm\:justify-center {
    justify-content: safe center;
  }

  .sm\:justify-end {
    justify-content: end;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:justify-evenly {
    justify-content: space-evenly;
  }

  .sm\:justify-items-start {
    justify-items: start;
  }

  .sm\:justify-items-center {
    justify-items: safe center;
  }

  .sm\:justify-items-end {
    justify-items: end;
  }

  .sm\:justify-self-start {
    justify-self: start;
  }

  .sm\:justify-self-center {
    justify-self: center;
  }

  .sm\:justify-self-end {
    justify-self: end;
  }

  .sm\:align-start {
    align-items: start;
  }

  .sm\:align-center {
    align-items: center;
  }

  .sm\:align-end {
    align-items: end;
  }

  .sm\:align-baseline {
    align-items: baseline;
  }

  .sm\:align-self-start {
    align-self: start;
  }

  .sm\:align-self-center {
    align-self: center;
  }

  .sm\:align-self-end {
    align-self: 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;
  }
}

.vertical-align-top {
  vertical-align: top;
}

.vertical-align-middle {
  vertical-align: middle;
}

.vertical-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: auto;
}

.my-auto {
  margin-block: auto;
}

.aspect-short {
  aspect-ratio: 4 / 3;
}

.aspect-portrait {
  aspect-ratio: 4 / 5;
}

.aspect-tall {
  aspect-ratio: 2 / 3;
}

.aspect-square {
  aspect-ratio: 1;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.gap-0\.5 {
  gap: .125rem;
}

.gap-1 {
  gap: .25rem;
}

.gap-1\.5 {
  gap: .375rem;
}

.gap-2 {
  gap: .5rem;
}

.gap-2\.5 {
  gap: .625rem;
}

.gap-3 {
  gap: .75rem;
}

.gap-3\.5 {
  gap: .875rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-4\.5 {
  gap: 1.125rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-5\.5 {
  gap: 1.375rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-16 {
  gap: 4rem;
}

@media screen and (min-width: 700px) {
  .sm\:gap-0\.5 {
    gap: .125rem;
  }

  .sm\:gap-1 {
    gap: .25rem;
  }

  .sm\:gap-1\.5 {
    gap: .375rem;
  }

  .sm\:gap-2 {
    gap: .5rem;
  }

  .sm\:gap-2\.5 {
    gap: 12px;
  }

  .sm\:gap-3 {
    gap: .75rem;
  }

  .sm\:gap-3\.5 {
    gap: .875rem;
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:gap-4\.5 {
    gap: 1.125rem;
  }

  .sm\:gap-5 {
    gap: 20px;
  }

  .sm\:gap-5\.5 {
    gap: 1.375rem;
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:gap-7 {
    gap: 1.75rem;
  }

  .sm\:gap-8 {
    gap: 2rem;
  }

  .sm\:gap-10 {
    gap: 2.5rem;
  }

  .sm\:gap-12 {
    gap: 3rem;
  }

  .sm\:gap-14 {
    gap: 3.5rem;
  }

  .sm\:gap-16 {
    gap: 4rem;
  }
}

.object-cover {
  object-fit: cover;
  object-position: center;
}

.object-contain {
  object-fit: contain;
  object-position: center;
}

.image-cover {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.image-background {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-clip {
  overflow: clip;
}

.placeholder {
  background: rgb(var(--background-without-opacity));
  fill: rgb(var(--text-color) / .5);
  color: rgb(var(--text-color) / .5);
  display: block;
}

.placeholder--invert {
  background: rgb(var(--text-color));
  fill: rgb(var(--background-without-opacity));
  color: rgb(var(--background-without-opacity));
}

.bold {
  font-weight: bold;
}

.smallcaps {
  text-transform: uppercase;
  letter-spacing: var(--heading-letter-spacing);
  font-size: .625rem;
}

.text-xxs {
  font-size: .6875rem;
}

.text-xs {
  font-size: var(--text-xs);
}

.text-sm {
  font-size: var(--text-sm);
}

.text-base {
  font-size: var(--text-base);
}

.text-lg {
  font-size: var(--text-lg);
}

.text-xl {
  font-size: var(--text-xl);
}

.heading, .h1, .h2, .h3, .h4, .h5, .h6, .prose :where(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;
}

.h1, :where(.prose h1) {
  font-size: var(--text-h1);
  line-height: 1.5;
}

.h2, :where(.prose h2) {
  font-size: var(--text-h2);
  line-height: 1.5;
}

.h3, :where(.prose h3) {
  font-size: var(--text-h3);
  line-height: 1.6;
}

.h4, :where(.prose h4) {
  font-size: var(--text-h4);
  line-height: 1.6;
}

.h5, :where(.prose h5) {
  font-size: var(--text-h5);
  line-height: 1.7;
}

.h6, :where(.prose h6) {
  font-family: 'Playfair Display';
  font-weight: 500;
  font-style: Medium;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0%;
  vertical-align: middle;
}

.prose blockquote {
  line-height: 1.75;
}

@media screen and (min-width: 700px) {
  .sm\:text-xs {
    font-size: var(--text-xs);
  }

  .sm\:text-sm {
    font-size: var(--text-sm);
  }

  .sm\:text-base {
    font-size: var(--text-base);
  }

  .sm\:text-lg {
    font-size: var(--text-lg);
  }

  .sm\:h1 {
    font-size: var(--text-h1);
    line-height: 1.5;
  }

  .sm\:h2 {
    font-size: var(--text-h2);
    line-height: 1.5;
  }

  .sm\:h3 {
    font-size: var(--text-h3);
    line-height: 1.6;
  }

  .sm\:h4 {
    font-size: var(--text-h4);
    line-height: 1.6;
  }

  .sm\:h5 {
    font-size: var(--text-h5);
    line-height: 1.7;
  }

  .sm\:h6 {
    font-size: var(--text-h6);
    line-height: 1.7;
  }
}

@media screen and (min-width: 1150px) {
  .h1, :where(.prose h1) {
    line-height: 1.3;
  }

  .h2, :where(.prose h2) {
    line-height: 1.4;
  }

  .h3, :where(.prose h3) {
    line-height: 1.5;
  }
}

ol {
  margin-inline-start: 2ch;
}

ul {
  margin-inline-start: 1em;
}

:where(ol, ul):not(.unstyled-list) li {
  padding-inline-start: .25rem;
  margin-block-start: 0 !important;
}

:where(.text-center, .text-end) :is(ol, ul) {
  margin-inline: 0;
  list-style-position: inside;
}

:where(.text-center, .text-end) :is(ol, ul) li {
  padding-inline-start: 0;
}

.line-through {
  text-decoration: line-through;
}

.break-all {
  word-break: break-all;
}

.hyphenate {
  -webkit-hyphens: auto;
  hyphens: auto;
}

.truncate-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: var(--truncate-text-max-width, 100%);
  overflow: hidden;
}

.line-clamp {
  -webkit-line-clamp: var(--line-clamp-count, 2);
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

/* ======Custom Css===== */
:root {
  --desktop-margin-left-custom: max(
    5rem,
    calc((90vw - 1500px + 10rem) / 2)
  );
}
/* padding-left: var(--desktop-margin-left-custom); */
.page-width {
    margin: 0 auto;
    width: auto;
    padding-inline-start: 100px;
    padding-inline-end: 100px;
}
@media (max-width: 749px) {

  .h6, :where(.prose h6) {
  font-size: 15px;
}
    .page-width {
        padding: 0 20px;
    }
}
product-gallery.product-gallery {
    gap: 2rem;
}

.product-gallery {
    --product-gallery-thumbnail-size: 6rem;
    --product-gallery-thumbnail-list-max-height: 28rem;
    align-items:center;
   
}
.product {
    --product-gap: 3rem;
}
.feature-badge {
   column-gap: 13px;
    padding: 10px 25px;
    border-radius: 12px;
    width: 100%;
    text-align: center;
    justify-content: center;
}
.feature-badge p {
    letter-spacing: 0.72px;
    font-size: 15px;
    font-weight: 400;
}
span.klaviyo-star-rating-widget {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px #0000001A;
    border-radius: 12px;
    text-align: center;
    padding: 10px 0 5px 0;
}
.kl_reviews__star_rating_widget__label {
    text-decoration: underline;
    letter-spacing: 0.7px;
    color: #103746!important;
    text-transform: capitalize;
    font-size: 14px!important;
    font-weight: bold!important;
}
h1.product-title.h3 {
    letter-spacing: 2.16px;
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 600;
    line-height: 53px;
    margin-top: 2rem;
}
.text-on-sale span.money.conversion-bear-money.seal-money.ht-money {
    letter-spacing: 0px;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: bold;
    line-height: 52px;
}
compare-at-price.h5.text-subdued.line-through {
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #103746;
    opacity: 0.3;
    font-size: 20px;
    font-weight: normal;
}
/* .prose p {
    letter-spacing: 0.72px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: normal;
} */
 div#description-container {
    font-size: 18px;
}
 .product-description h2 {
    letter-spacing: 0;
    text-transform: capitalize;
}
span.disscount-off {
    background: #A8DFF5;
    border-radius: 12px;
    letter-spacing: 0px;
    color: #103746;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 500;
    padding: 2px 5px;
    position: absolute;
    top: -18px;
    right: 0;
}
:checked+.block-swatch, .block-swatch.is-selected {
    font-size: 16px;
    --swatch-disabled-strike-color: currentColor;
    border-color: currentColor;
    background: #103746;
    border-radius: 8px;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 500;
}
.variant-picker__option-values {
    row-gap: 20px;
}
label.block-swatch {
    letter-spacing: 0px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: rgb(var(--text-color));
    border: 1px solid #103746;
    border-radius: 8px;
}
.sls-original-price span {
    letter-spacing: 1.43px;
    color: #103746;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.sls-price span.money.conversion-bear-money.seal-money.ht-money {
    letter-spacing: 1.43px;
    color: #103746;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}
label.sls-selling-plan-group-name {
    letter-spacing: 0.29px!important;
    color: #103746!important;
    text-transform: uppercase!important;
    font-weight: bold!important;
    font-size: 14px!important;
}
.sls-savings-badge {
    transform: none;
    border-radius: 12px;
    margin-left: 0.5em;
    font-size: 12px!important;
    vertical-align: middle;
    padding: 0em 0.75em;
    letter-spacing: 0.96px;
    color: #103746!important;
    text-transform: capitalize;
    background: #A8DFF5!important;
    font-weight: bold;
}
.sls-active .sls-selling-plan-description-content, .sls-active .sls-one-time-description-content {
    display: block;
    margin-top: 0.4em;
    letter-spacing: 0px;
    color: #103746;
    font-size: 14px;
    font-weight: normal;
}
.sealsubs-container .sls-option-container label {
    font-weight: bold!important;
    display: inline;
    letter-spacing: 1.63px;
    color: #103746!important;
    text-transform: uppercase;
    font-size: 16px;
}
.sealsubs-target-element .sls-custom-radio, .sls-option[type="radio"] + span.sls-custom-radio {
    width: 13px!important;
    height: 13px!important;
    border: 1px solid #A8DFF5!important;
    background: #A8DFF5!important;
}
span.sls-subscription-details-label {
    letter-spacing: 0.48px;
    color: #103746;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}
.buy-buttons button.button {
    text-transform: none;
    font-size: 20px;
    font-weight: bold;
    border-radius: 15px;
    height: 60px;
}
.quntity-add-button {
    align-items: center;
    justify-content: space-between;
    display: flex;
    gap: 10px;
}
quantity-selector.quantity-selector {
    border-radius: 10px;
    border: 2px solid #cfd5d7;
    width: 160px;
    height: 60px;
    align-content: center;
}

.quantity-div {
    flex: none;
}
span.accordion__toggle.h6 {
    letter-spacing: 1.84px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}
#full-description span.accordion__toggle.h6 {
    letter-spacing: 1px;
    font-size: 15px;
    padding: 7px;
}
#full-description .accordion{
  margin-block-start: 10px !important;
}
#full-description .accordion__content {
  margin-block-start: 5px !important;
      padding: 0 7px 20px;
}
@media screen and (max-width: 999px) {
    h1.product-title.h3 {
        font-size: 35px;
        line-height: 45px;
    }
}
@media screen and (max-width: 600px) {

  quantity-selector.quantity-selector {
    border-radius: 10px;
    border: 2px solid #cfd5d7;
    width: 160px;
    height: 50px;
    align-content: center;
}
    h1.product-title.h3 {
        font-size: 26px;
        line-height: 37px;
        letter-spacing: 1px;
    }
    .text-on-sale span.money.conversion-bear-money.seal-money.ht-money {
        font-size: 20px;
        line-height: 37px;
    }
    compare-at-price.h5.text-subdued.line-through {
        font-size: 17px;
    }
    .feature-badge {
        padding: 10px 15px;
    }
    .feature-item {
      font-size: 14px;
  }
  #description-container li {
      font-size: 15px;
  }
  .quntity-add-button {
      align-items: start;
      flex-direction: column;
  }
  .buy-buttons button.button {
      font-size: 15px;
      height: 50px;
  }
}

/* video section */
.custom-video .video-header {
    text-align: center;
    margin-bottom: 3em;
}
.custom-video p.video-subtitle {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 2.64px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.custom-video h2.video-title {
    font-size: 44px;
    text-transform: uppercase;
    letter-spacing: 1.98px;
}
.custom-video .content-over-media {
    border-radius: 50px;
}
.custom-video .video-text {
    text-align: center;
    margin: 2.4em 13% 0;
}
.custom-video .video-text p {
    font-size: 18px;
    font-weight: 300;
    line-height: 31px;
    letter-spacing: 0px;
    margin: 1.2rem 0;
}
.custom-video .video-text p strong{
    font-weight: 600;
    font-size: 18px;
}
.custom-video .video-btn {
    text-align: center;
    margin-top: 2.5rem;
}
.custom-video .video-btn a {
    font-size: 20px;
    font-weight: 600;
    background: #F5DB8B;
    border-radius: 15px;
    padding: 19px 46px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
@media (max-width: 999px) {
    .custom-video h2.video-title {
        font-size: 32px;
    }
    .custom-video p.video-subtitle {
        font-size: 20px;
    }
    .custom-video .video-text {
        margin: 2.4em 0 0;
    }
}
@media (max-width: 749px) {
    .custom-video .video-header {
        margin-bottom: 1.5em;
    }
    .custom-video .content-over-media {
        border-radius: 30px;
    }
    .custom-video .video-btn a {
        font-size: 17px;
        padding: 13px 25px;
        letter-spacing: 1px;
    }
    .custom-video h2.video-title {
        font-size: 23px;
    }
    .custom-video p.video-subtitle {
        font-size: 15px;
        font-weight: 400;
    }
    .custom-video .video-text {
        margin: 1em 0 0;
    }
    .custom-video .video-text p {
        font-size: 16px;
        line-height: 25px;
    }
}

/* faq section */
.custom-faq {
      padding: 6em 0;
}
.custom-faq p.h6 {
    font-size: 24px;
    letter-spacing: 0px;
    font-weight: 500;
    text-transform: uppercase;
}
.custom-faq h2.h2 {
    font-size: 46px;
    line-height: 53px;
    letter-spacing: .87px;
    text-transform: uppercase;
    margin-top: 5px;
}
.faq-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 3em;
    align-items: start;
}
.faq-wrapper .faq-img img {
    width: 100%;
    border-radius: 0 2.5rem 2.5rem 0;
}
.faq-wrapper .faq {
    display: block;
    padding-right: var(--desktop-margin-left-custom);
}
.custom-faq .section-header {
    text-align: left;
    margin: 0 0 2rem;
    width: 100%;
    max-width: 100%;
}
.custom-faq span.animated-plus {
    width: 53px;
    height: 53px;
    line-height: 53px;
    background: #EFEFEF;
    border-radius: 50%;
    flex: none;
}
.custom-faq .accordion {
    border: 0;
}
.custom-faq details.accordion__disclosure{
        background: #fff;
    border-radius: 34px;
    border: .5px solid #fff;
    margin-bottom: 1.7rem;
    transition: border-color 0.3s ease;
}
.custom-faq span.text-with-icon{
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1.84px;
}
.custom-faq .accordion__content {
    padding: 0 2rem 1.5rem;
}
.custom-faq span.accordion__toggle.h6 {
    padding: 5px 5px 5px 30px;
}
.custom-faq .accordion__content {
    padding: 0 2rem 1.5rem;
    font-size: 18px;
    font-weight: 200;
    line-height: 35px;
}
.custom-faq details.accordion__disclosure[open] {
  border-color:  #103746 !important; 
}
.custom-faq .animated-plus:before {
    width: 17px;
    height: 3px;
}
.custom-faq .animated-plus:after {
    width: 4px;
    height: 17px;
}
.custom-faq details.accordion__disclosure[open] span.animated-plus{
  background: #fff;
}
@media (max-width: 999px) {
  .custom-faq h2.h2 {
      font-size: 30px;
      line-height: 42px;
  }
  .custom-faq p.h6 {
      font-size: 18px;
  }
  .faq-wrapper {
      gap: 1em;
  }
  .custom-faq span.animated-plus {
      width: 40px;
      height: 40px;
      line-height: 40px;
  }
  .custom-faq .animated-plus:before {
      width: 13px;
      height: 3px;
  }
  .custom-faq .animated-plus:after {
      width: 3px;
      height: 14px;
  }
  .custom-faq span.text-with-icon {
      font-size: 16px;
      letter-spacing: 1px;
  }
  .custom-faq .section-header {
      margin: 0 0 1rem;
  }
  .custom-faq details.accordion__disclosure {
      margin-bottom: 1rem;
  }
}
@media (max-width: 749px) {
    .faq-wrapper {
        display: block;
    }
    .faq-wrapper .faq-img img {
        border-radius: 0;
    }
    .faq-img {
        position: relative !important;
        top: 0 !important;
    }
    .custom-faq {
        padding: 2em 0;
    }
    .faq-wrapper .faq {
        padding: 1.5rem;
    }
    .custom-faq h2.h2 {
        font-size: 23px;
        line-height: 38px;
    }
    .custom-faq p.h6 {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .custom-faq span.accordion__toggle.h6 {
      padding: 5px 5px 5px 20px;
  }
  .custom-faq span.text-with-icon {
    font-size: 15px;
    letter-spacing: 0.5px;
  }
  .custom-faq .accordion__content {
      padding: 0 1.5rem 1rem;
      font-size: 16px;
      line-height: 28px;
  }
}
/* scrolling logo */
h2#scrolling-logo-cloud {
    letter-spacing: 2.07px;
    font-weight: 700;
}

/* related products */
.related-product {
  padding: 30px 0 30px 20px;
}
.related-product .section-header {
    text-align: left;
    margin: 0 0 2rem;
    width: 100%;
    max-width: 100%;
    /* padding-left: var(--desktop-margin-left-custom); */
}
.related-product .section-header p.h6 {
    font-size: 22px;
    letter-spacing: 3.74px;
    font-weight: 200;
    text-transform: uppercase;
}
.related-product .section-header h2.h2 {
    font-size: 46px;
    font-weight: 700;
    letter-spacing: 2.07px;
    margin-top: 0;
    margin-block-start: 2px !important;
}
.product-card .product-card__figure {
    border-radius: 32px;
    background: #fff;
    overflow: hidden;
    position: relative;
}
.product-card .badge-list on-sale-badge {
    font-size: 12px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #103746;
    background: #A8DFF5;
    border-radius: 12px;
}
.product-card__info a.product-title.h6 {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0px;
    margin-top: 5px;
}
.product-card sale-price.h6 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: capitalize;
}
.product-card compare-at-price{
    font-size: 10px !important;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: {{ product.metafields.custom.theme_color.value | default: '#8E73A0' }};
}
.product-card price-list.price-list {
    margin-top: 0;
}
.product-card .rating-badge__stars svg.icon {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
.product-card .rating-badge__stars svg path {
  fill: var(--rating-star-color, #FFBB00);
}
.product-card .rating-badge__stars .text-xxs {
    font-size: 13px;
}


.custom-jm-rating-wrapper {
  display: inline-flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  white-space: nowrap !important;
  gap: 10px;
  width: max-content;
  max-width: 100%;
}

.custom-jm-rating-text {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;

  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #4D5769;
}

.jdgm-widget .jdgm-star {
  color: var(--rating-theme-color, #FFBB00) !important;
  font-size: 25px;
}


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

  .related-product {
  padding: 50px 0 50px 100px;
}

  .custom-jm-rating-text {
    font-size: 11px;
  }

  .jdgm-widget .jdgm-star {
    font-size: 18px;
  }
    .related-product .section-header h2.h2 {
        font-size: 32px;
    }
    .related-product .section-header p.h6 {
        font-size: 18px;
        letter-spacing: 2.74px;
    }
    .product-card__info a.product-title.h6 {
        font-size: 18px;
    }
}
@media screen and (max-width: 749px) {
    .related-product .section-header h2.h2 {
        font-size: 23px;
    }
    .related-product .section-header p.h6 {
        font-size: 15px;
        letter-spacing: 2px;
    }
    .related-product .section-header {
        padding-left: 1.5rem;
    }
}
@media screen and (max-width: 500px) {
    .related-product .section-header {
        padding-left: 0.5rem;
    }
}

/* Klaviyo review */
h2.kl_reviews__summary__header {
    text-align: center;
    font-size: 46px !important;
    text-transform: uppercase;
    color: #103746 !important;
    /* margin-bottom: 2em !important; */
}
@media screen and (max-width: 999px) {
    h2.kl_reviews__summary__header {
        font-size: 32px!important;
    }
}
@media screen and (max-width: 749px) {
    h2.kl_reviews__summary__header {
        font-size: 23px!important;
    }
}


.faq-img {
    position: sticky;
    top: 100px;
}


/* newsletter */
.newsletter .section-header h2.h2 {
    font-size: 44px;
    font-weight: 700;
    letter-spacing: 1.98px;
    text-transform: uppercase;
}
.newsletter .section-header .prose p {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    color: #F5EFE4;
}
.newsletter .justify-self-center {
    min-width: 100%;
}
.newsletter .form-row>button {
    /* flex-grow: inherit;  */
    max-width: 150px !important;
    border-radius: 15px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
}
.newsletter input{
  border-bottom: 0.5px solid #A6ACB4;
}
.newsletter #placeholder{
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0px;
}
.newsletter .content{
  gap: 30px;
}
@media screen and (max-width: 999px) {

  .newsletter .content{
   gap: 25px;
  }

  .footer .footer__block .prose p {
    font-size: 14px;
    margin-bottom: 20px !important;
}
  .newsletter .section-header h2.h2 {
      font-size: 32px;
  }
  .newsletter .section-header .prose p {
      font-size: 14px;
  }
}
@media screen and (max-width: 749px) {
  .newsletter .section-header h2.h2 {
      font-size: 23px;
  }
  .newsletter .form-row>button {
      font-size: 15px;
      border-radius: 12px !important;
      min-width: 100%;
  }
}

/* footer */
.footer .footer__aside {
    background: #fff;
    border: 1px solid #707070;
    border-radius: 33px;
    padding: 1.3rem 1rem;
}
.footer .footer__aside p.heading {
    color: #103746;
    text-transform: capitalize;
    opacity: 0.88;
    letter-spacing: 0.96px;
    font-size: 16px;
    font-weight: 400;
}
.footer button.localization-toggle.heading{
    color: #103746;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-size: 16px;
}
.footer .footer__block p.h6 {
  font-family: 'Playfair Display';
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0%;
  vertical-align: middle;

}
.footer .footer__block .prose p {
    color: #F5EFE4;
    font-family:'Jost';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    margin-bottom: 10px;
}
.footer .footer__block li {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1.08px;
    opacity: 1;
}
.footer .social-media--list .social-media__item {
    transition: opacity .2s,color .2s;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
}
/* .footer .social-media--list svg path {
    fill: #103746;
} */

/* Header */
span.header__logo-text.h5 {
    font-size: 30px;
    font-weight: 400;
}
.header__primary-nav-item .h6 {
  font-family: 'Playfair Display';
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}
.localization-toggle span {
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: 500;
}
@media screen and (max-width: 1250px) {
    .header__primary-nav-item .h6 {
        font-size: 15px;
    }
    span.header__logo-text.h5 {
      font-size: 23px;
  }
}
@media screen and (max-width: 500px) {
    x-header.header {
      padding: 15px 0;
              gap: 10px;
  }
      span.header__logo-text.h5 {
        font-size: 18px;
    }
}


/* Hero banner section */
.betta-hero {
  position: relative;
  overflow: hidden;
}
.betta-container {
    display: flex;
    align-items: center;
    gap: 40px;
    margin: 3.5em 0;
}
.betta-left {
    max-width: 620px;
    z-index: 3;
}
.hero-overlay{
  position: absolute;
    left: 0;
    top: 0;
    right:0 ;
     bottom:0 ;
    background: transparent linear-gradient(89deg, #17204C 0%, #10374600 100%) 0% 0% no-repeat padding-box;
    opacity: 0.48;
    z-index: 1;
}
.betta-bg-img,
.betta-bg-fallback {
     position: absolute;
    inset: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Badge */
.betta-badge {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    border: 1px solid #0C2A60;
    border-radius: 13px;
    width: fit-content;
    padding: 10px 12px 8px;
    background: #0C2A602E 0% 0% no-repeat padding-box;
}
.betta-badge-img {
    display: flex;
    align-items: center;
}
.betta-avatar{
   height: 32px;
    width: auto;
    border-radius: 50%;
  margin-left: -10px;
}
.betta-avatar:first-child {
  margin-left: 0;
}
.betta-badge-text {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.54px;
    text-transform: uppercase;
}
/* Heading */
.betta-hero{
  position: relative;
}
.betta-heading {
    font-size: 67px;
    font-weight: 600;
    line-height: 83px;
    margin-bottom: 16px;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.betta-subheading {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 24px;
    text-transform: capitalize;
}
.betta-stars {
    display: flex;
    gap: 4px;
    align-items: center;
}
/* Rating */
.betta-rating {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
      margin-bottom: 2.8rem;
}
.betta-stars {
  font-size: 22px;
  color: #fbbf24;
}
.betta-rating-text {
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
}
/* Button */
.betta-btn {
    font-size: 20px;
    font-weight: 700;
    padding: 14px 37px;
    border-radius: 12px;
    letter-spacing: 2px;
}

.betta-hero .badge { 
  width: 155px; 
  height: 155px; 
  border-radius: 50%; 
  background: #F5DE8A; 
  display: flex; 
  flex-direction: column; 
  justify-content: center;
  align-items: center; 
  text-align: center; 
  position: relative; 
  z-index: 1;
} 
.betta-hero .badge-text-top { 
  position: absolute; 
  top: 25px; 
  font-size: 20px; 
} 
.betta-hero .badge-text-bottom { 
  position: absolute; 
  bottom: 25px; 
  font-size: 20px; 
} 
.betta-hero .smiley { 
  font-size: 40px; 
  margin-top: 10px; 
}
.betta-hero .buy-badge {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 30px;
    right: 5px;
    margin: 0 auto;
    width: fit-content;
    animation: rotation 15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.betta-hero .banner-curve{
      height: 100px;
    margin-top: 0;
    position: relative;
    z-index: 1;
        overflow: hidden;
}
.betta-hero .banner-curve .banner-curve-inner{
      height: 100px;
    margin-top: -14px;
    position: relative;
    margin: 0 auto;
    width: 300px;
    z-index: 1;
}
.betta-hero .banner-curve .banner-curve-inner img {
    width: 100%;
    height: 100%;
}
.betta-hero .banner-curve .banner-curve-inner:after{
  content: '';
  position: absolute;
  width: 1000%;
  right: -1000%;
  top: 0;
  bottom:0;
  background: #EFEFEF;
}
.betta-hero .banner-curve .banner-curve-inner:before{
  content: '';
  position: absolute;
  width: 1000%;
  left: -1000%;
  top: 0;
  bottom:0;
  background: #EFEFEF;
}
@media screen and (max-width: 999px) {
    .betta-container {
      margin: 0.5em 0;
      gap: 0;
  }
  .betta-heading {
      font-size: 52px;
      line-height: 70px;
  }
  .betta-btn {
      font-size: 18px;
      padding: 12px 30px;
  }
  .betta-hero .buy-badge {
        width: 130px;
        bottom: 25px;
            right: 3px;
    }
    .betta-hero .banner-curve {
        height: 90px;
    }
    .betta-hero .banner-curve .banner-curve-inner {
        height: 90px;
        width: 280px;
    }
}
@media screen and (max-width: 749px) {
    .betta-heading {
        font-size: 40px;
        line-height: 60px;
    }
    .betta-subheading {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .betta-rating-text {
        font-size: 18px;
    }
    .betta-stars svg {
        width: 21px;
    }
    .betta-hero .buy-badge {
        width: 100px;
        bottom: 21px;
            right: 3px;
    }
    .betta-hero .banner-curve {
        height: 80px;
    }
    .betta-hero .banner-curve .banner-curve-inner {
        height: 80px;
        width: 215px;
    }
}
@media screen and (max-width: 500px) {
    .betta-heading {
        font-size: 33px;
        line-height: 45px;
    }
    .betta-subheading {
        font-size: 16px;
        line-height: 27px;
    }
    .betta-rating {
        margin-bottom: 1rem;
    }
    .betta-btn {
        font-size: 15px;
        padding: 9px 25px;
    }
}
@media screen and (max-width: 400px) {
    .betta-badge {
      padding: 10px 5px 8px;
  }
  .betta-badge-text {
      font-size: 12px;
      letter-spacing: 0.3px;
  }
  .betta-stars {
      gap: 1px;
  }
    .betta-rating {
      gap: 5px;
  }
  .betta-rating-text {
    font-size: 16px;
}
}
@media screen and (max-width: 350px) {
    .betta-heading {
        font-size: 29px;
        line-height: 43px;
    }
    
}


.shopify-section--featured-collections p.h6 {
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 3.74px;
    text-transform: uppercase;
}
.shopify-section--featured-collections h2.h2 {
    font-size: 46px;
    font-weight: 700;
    letter-spacing: 2.07px;
    text-transform: uppercase;
}
.shopify-section--featured-collections .v-stack {
    gap: 0.7rem;
}
.product-card__figure {
    border-radius: 32px;
    overflow: hidden;
}
@media screen and (max-width: 989px) {
    .shopify-section--featured-collections h2.h2 {
      font-size: 35px;
  }
  .shopify-section--featured-collections p.h6 {
      font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
    .shopify-section--featured-collections p.h6 {
        font-size: 16px;
            letter-spacing: 1.74px;
    }
    .shopify-section--featured-collections h2.h2 {
        font-size: 28px;
            letter-spacing: 1.07px;
    }
}

/* marquee slider */
.shopify-section--scrolling-content .section-spacing{
  padding: 15px 0;
}
.shopify-section--scrolling-content p.scrolling-content__text {
    letter-spacing: 2.75px;
    font-weight: 400;
}
@media screen and (max-width: 500px) {
h2#scrolling-logo-cloud {
    font-size: 24px;
}
.scrolling-logo-cloud_template--25622947266846__ss_scrolling_logo_cloud_nxwFgy {
    margin-top: 2rem!important;
}
section.section-template--25622947266846__ss_scrolling_logo_cloud_nxwFgy-settings {
    padding: 1rem 0;
}
}
/* multiple media */

.multiple-media-with-text__content-wrapper{
  padding-right: var(--desktop-margin-left-custom);
}
.multiple-media-with-text .align-self-center img{
  border-radius: 50px;
      margin-bottom: 2.7rem;
}
.multiple-media-with-text .align-self-center video-media{
  border-radius: 38px;
}
.multiple-media-with-text .multiple-media-with-text__media-wrapper {
    grid-template-columns: 6fr 1fr;
}
.multiple-media-with-text__media-wrapper .align-self-center {
    align-self: flex-end;
}
.multiple-media-with-text .multiple-media-with-text__media-wrapper>:nth-child(2) {
    grid-column: 2/5;
    margin-left: -3rem;
}
.multiple-media-with-text .h6 {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 3.52px;
    text-transform: uppercase;
}
.multiple-media-with-text .h3 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 2rem;
}
.multiple-media-with-text__content-wrapper p {
    font-size: 18px !important;
    line-height: 38px;
    letter-spacing: 0px;
    text-transform: math-auto !important;
}
.multiple-media-with-text__content-wrapper a.button {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 13px;
    padding: 16px 42px;
}
.multiple-media-with-text{
  grid-template-columns: 1fr 1fr;
      gap: 4em;
}
.multiple-media-with-text.multiple-media-with-text--reverse .multiple-media-with-text__media-wrapper .align-self-center {
    align-self: flex-end;
}
.multiple-media-with-text.multiple-media-with-text--reverse .multiple-media-with-text__media-wrapper {
    grid-template-columns: 0.3fr .8fr;
}
.multiple-media-with-text--overlap.multiple-media-with-text--reverse .multiple-media-with-text__media-wrapper>:first-child {
    margin-bottom: 2.7em;
}
/* .multiple-media-with-text--overlap.multiple-media-with-text--reverse .multiple-media-with-text__content-wrapper{
    padding-left: var(--desktop-margin-left-custom);
     padding-right:0;
}  */
.multiple-media-with-text.multiple-media-with-text--reverse .multiple-media-with-text__media-wrapper>:nth-child(2) {
    margin-left: 0;
}
/* --------------------------------------
   1440px
-------------------------------------- */
@media (max-width: 1440px) {
  .multiple-media-with-text {
    gap: 3.5em;
  }
  .multiple-media-with-text .h3 {
    font-size: 36px;
  }
}

/* --------------------------------------
   1366px
-------------------------------------- */
@media (max-width: 1366px) {
  .multiple-media-with-text__content-wrapper {
    padding-right: 4rem;
  }
  .multiple-media-with-text .multiple-media-with-text__media-wrapper {
    grid-template-columns: 5fr 1fr;
  }
}

/* --------------------------------------
   1024px  (Tablet landscape)
-------------------------------------- */
@media (max-width: 1024px) {
  .multiple-media-with-text .multiple-media-with-text__media-wrapper>:nth-child(2) {
    grid-column: 3/5;
    margin-left: 0rem;
}
.multiple-media-with-text--overlap .multiple-media-with-text__media-wrapper>:first-child {
    grid-column: 1 / 4;
}
  .multiple-media-with-text__content-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
  .multiple-media-with-text .multiple-media-with-text__media-wrapper {
    grid-template-columns: 2fr 1fr;
    place-content: center;
  }
  .multiple-media-with-text .h3 {
    font-size: 30px;
    margin: 0;
  }
  .multiple-media-with-text__content-wrapper p {
    font-size: 18px!important;
    line-height: 28px;
    margin-block-start: 1rem;
}
.multiple-media-with-text__content-wrapper a.button {
    font-size: 16px;
    padding: 10px 20px;
}
.multiple-media-with-text .h6 {
    font-size: 16px;
    letter-spacing: 2.52px;
  
}
  .multiple-media-with-text .align-self-center video-media {
    border-radius: 10px;
}
}

/* --------------------------------------
   992px
-------------------------------------- */
 @media (max-width: 999px) {
  .multiple-media-with-text__media-wrapper {
    grid-template-columns: 2fr 1fr;
  }
  .multiple-media-with-text .align-self-center img {
    width: 100%;
    margin-bottom: 2rem;
  }
  .multiple-media-with-text .h6 {
    font-size: 18px;
  }
  .multiple-media-with-text__content-wrapper p {
    font-size: 18px !important;
    line-height: 32px;
  }
  .multiple-media-with-text {
    grid-template-columns: 1fr;
    gap: 2em;
    padding: 0 5rem;
}
} 

/* --------------------------------------
   768px  (Tablet portrait)
-------------------------------------- */
@media (max-width: 768px) {
  .multiple-media-with-text {
    gap: 2.5em;
  }
  .multiple-media-with-text__media-wrapper {
    grid-template-columns: 1fr;
  }
  .multiple-media-with-text .multiple-media-with-text__media-wrapper>:nth-child(2) {
    margin-left: 0;
  }
  .multiple-media-with-text .h3 {
    font-size: 30px;
  }
  .multiple-media-with-text__content-wrapper p {
    font-size: 18px !important;
  }
  .multiple-media-with-text {
    padding: 0 2rem;
}
.multiple-media-with-text--overlap.multiple-media-with-text--reverse .multiple-media-with-text__content-wrapper {
    padding-left: 0;
    padding-right: 0;
}
}

/* --------------------------------------
   749px
-------------------------------------- */
@media (max-width: 749px) {
  /* .multiple-media-with-text__content-wrapper {
    padding: 0 1rem;
  } */
  .multiple-media-with-text .align-self-center img {
    border-radius: 10px;
  }
 
}
@media (max-width: 699px) {
.multiple-media-with-text--overlap.multiple-media-with-text--reverse .multiple-media-with-text__media-wrapper>:nth-child(2)
 {
        grid-column: 1 / 3;
    }
    .multiple-media-with-text--overlap.multiple-media-with-text--reverse .multiple-media-with-text__media-wrapper>:first-child {
    grid-column: 2 / 4;
}
}
/* --------------------------------------
   600px
-------------------------------------- */
@media (max-width: 600px) {
  .multiple-media-with-text {
    gap: 1em;
  }
  .multiple-media-with-text .h3 {
    font-size: 28px;
  }
  .multiple-media-with-text__content-wrapper a.button {
    padding: 14px 32px;
    font-size: 18px;
  }
   .multiple-media-with-text {
    padding: 0 1rem;
}
}

/* --------------------------------------
   480px (Mobile L)
-------------------------------------- */
@media (max-width: 480px) {
  .multiple-media-with-text .h6 {
    font-size: 16px;
    letter-spacing: 2px;
  }
  .multiple-media-with-text .h3 {
    font-size: 26px;
  }
  .multiple-media-with-text__content-wrapper p {
    font-size: 16px !important;
    line-height: 30px;
  }
}

/* --------------------------------------
   425px (Mobile M)
-------------------------------------- */
@media (max-width: 425px) {
  .multiple-media-with-text__content-wrapper a.button {
    font-size: 16px;
  }
}

/* --------------------------------------
   375px (Mobile S)
-------------------------------------- */
@media (max-width: 375px) {
  .multiple-media-with-text {
    gap: 1.5em;
  }
  .multiple-media-with-text .h3 {
    font-size: 22px;
  }
  .multiple-media-with-text__content-wrapper p {
    font-size: 15px !important;
  }
}

/* --------------------------------------
   320px (Small phones)
-------------------------------------- */
@media (max-width: 320px) {
  .multiple-media-with-text {
    gap: 1em;
  }
  .multiple-media-with-text .h3 {
    font-size: 20px;
  }
  .multiple-media-with-text__content-wrapper p {
    font-size: 14px !important;
  }
  .multiple-media-with-text__content-wrapper a.button {
    padding: 12px 24px;
    font-size: 14px;
  }
}

/* Logo list */
.logo-list-section p.h6 {
    font-size: 22px;
    letter-spacing: 3.74px;
    text-transform: uppercase;
}
.logo-list-section .logo-list {
    justify-content: space-between;
}

/* text with icons */
.shopify-section--text-with-icons .v-stack{
  border-radius: 47px;
  background: #142b4a;
}
.shopify-section--text-with-icons p.h6 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.shopify-section--text-with-icons .custom-icon {
    width: 63px;
    height: 63px;
    /* line-height: 63px; */
    background: #F5DB8B;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shopify-section--text-with-icons .v-stack.gap-8 {
    padding: 3rem 2rem 2.7rem;
}
.shopify-section--text-with-icons .prose p {
    font-size: 18px !important;
    font-weight: 200 !important;
    letter-spacing: 0px !important;
    text-transform: inherit !important;
        opacity: 0.9;
}

.drv-widget-header .drv-widget-description {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 3.74px;
    text-transform: uppercase;
    margin-bottom: 3rem;
}
.drv-widget-header .section-heading {
    font-size: 46px;
    line-height: 56px;
    letter-spacing: 2.07px;
    margin-bottom: 30px;
    font-weight: 700;
    text-transform: uppercase;
    width: 800px;
    margin: 0 auto 0.5em;
}
@media (max-width: 999px) {
    .drv-widget-header .section-heading {
        font-size: 32px;
        line-height: 45px;
        width: 100%;
    }
    .drv-widget-header .drv-widget-description {
    font-size: 18px;
    letter-spacing: 1.74px;
    margin-bottom: 1rem;
}
}
@media screen and (max-width: 749px) {
    .drv-widget-header .section-heading {
        font-size: 23px;
        line-height: 32px;
        margin: 0 0 8px 0;
        width: 100%;
    }
     .drv-widget-header .drv-widget-description {
    font-size: 16px;
    letter-spacing: 1.74px;
    margin-bottom: 1rem;
}
 .shopify-section--text-with-icons p.h6 {
    font-size: 14px;
}
.shopify-section--text-with-icons .v-stack.gap-8 {
    padding: 20px 10px;
}
.page-width {
    padding: 0 1rem;
}


}
@media screen and (max-width: 500px) {
.shopify-section--text-with-icons .custom-icon {
    width: 45px;
    height: 45px;
}
}
@media screen and (max-width: 350px) {
.sls-selling-plan-group-first-line {
    display: block!important;
   
}
}
p.kl_reviews__review__content {
    font-size: 18px!important;
    color: #103746!important;
}
.kl_reviews__review__author {
    font-size: 20px!important;
    color: #103746!important;
    font-weight: 500!important;
}
@media screen and (max-width: 500px) {
p.kl_reviews__review__content {
    font-size: 16px!important;
}
.logo-list-section p.h6 {
    font-size: 20px;
    letter-spacing: 0.74px;
}
.footer .footer__block p.h6 {
    font-size: 15px;
    letter-spacing: 0.44px;
}
.footer .footer__block li {
    font-size: 16px;
}
}
/* .features--button-transition :is(.button,.shopify-challenge__button,.shopify-payment-button__button--unbranded):not([disabled]):hover {
    border-color: #053745; 
    color: #053745;
} */

.shopify-section--rich-text p.h2 {
    font-weight: 700;
    font-size: 46px;
    letter-spacing: 2.07px;
}
.shopify-section--multi-column .section-header h2.h2 {
    font-size: 46px;
    line-height: 66px;
    letter-spacing: 2.07px;
    font-weight: 700;
    margin: 0 0 16px 0;
}
.shopify-section--multi-column .prose p.h4 {
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 15px 0;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    font-weight: 600;
}
.shopify-section--multi-column  .multi-column__item p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0px;
}
@media (max-width: 999px) {
    .shopify-section--multi-column .section-header h2.h2 {
        font-size: 32px;
        line-height: 45px;
    }
    .shopify-section--rich-text p.h2 {
        font-size: 32px;
            line-height: 45px;
    }
}
@media screen and (max-width: 757px) {
  .shopify-section--rich-text p.h1 {
      font-size: 25px;
  }
  .shopify-section--multi-column .section-header h2.h2 {
        font-size: 25px;
        line-height: 32px;
    }
    .shopify-section--rich-text p.h2 {
        font-size: 25px;
            line-height: 32px;
    }
    .kl_reviews__summary__average_value {
        font-size: 30px !important;
    }
}


/*Collagen PDP CSS */
/* Betta Sleep — Collagen Mouth Tape editorial PDP
   Un-minified stylesheet extracted from collagen-editorial.liquid
   All rules are scoped under #bs-collagen. No Liquid, pure CSS. */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&display=swap');

#bs-collagen {
  --bs-navy-deep: #0F1B33;
  --bs-navy: #1A2B4A;
  --bs-navy-pack: #2A3E62;
  --bs-navy-soft: #3A4D72;
  --bs-mauve: #C7AED4;
  --bs-mauve-soft: #D9C7E1;
  --bs-mauve-pale: #EDE3F0;
  --bs-mauve-deep: #8E73A0;
  --bs-cream: #F5EFE4;
  --bs-cream-soft: #F5EFE4;
  --bs-bone-soft: #F7F3EA;
  --bs-near-white: #FCFCFB;
  --bs-bone: #EFE7D6;
  --bs-paper: #FFFFFF;
  --bs-gold: #CAAA61;
  --bs-gold-soft: #DCC289;
  --bs-slate: #86A9B5;
  --bs-slate-ink: #1E4F82;
  --bs-acc-mouthtape: #FD77AB;
  --bs-acc-nasal: #C9E9CC;
  --bs-acc-gummies: #81D7E2;
  --bs-ink: #161A24;
  --bs-grey-900: #2B3142;
  --bs-grey-700: #4D5769;
  --bs-grey-500: #8C92A3;
  --bs-grey-300: #C7CBD4;
  --bs-grey-200: #DDE1E8;
  --bs-grey-100: #ECEEF2;
  --bs-grey-50: #F6F7F9;
  --bs-success: #4F7A5C;
  --bs-warning: #C28A3A;
  --bs-danger: #B14444;
  --bs-info: #5C7AA8;
  --bg: var(--bs-near-white);
  --bg-elevated: var(--bs-paper);
  --bg-sunken: var(--bs-cream);
  --bg-tint: var(--bs-mauve-pale);
  --fg: #0F1B33;
  --fg-muted: var(--bs-grey-700);
  --fg-subtle: var(--bs-grey-500);
  --fg-inverse: var(--bs-paper);
  --line: rgba(15, 27, 51, 0.10);
  --line-strong: rgba(15, 27, 51, 0.18);
  --line-dotted: rgba(15, 27, 51, 0.30);
  --brand-primary: var(--bs-navy);
  --brand-on-primary: var(--bs-paper);
  --brand-accent: var(--bs-mauve);
  --brand-on-accent: #0F1B33;
  --font-serif: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
  --font-mono: ui-monospace, 'SF Mono', Menlo, monospace;
  --t-display: clamp(3.5rem, 6vw, 5.5rem);
  --t-h1: clamp(2.5rem, 4vw, 3.75rem);
  --t-h2: clamp(2rem, 3vw, 2.75rem);
  --t-h3: 1.625rem;
  --t-h4: 1.25rem;
  --t-body-lg: 1.125rem;
  --t-body: 1rem;
  --t-small: 0.875rem;
  --t-micro: 0.75rem;
  --tracking-tight: -0.02em;
  --tracking-snug: -0.01em;
  --tracking-normal: 0;
  --tracking-wide: 0.08em;
  --tracking-wider: 0.16em;
  --leading-tight: 1.05;
  --leading-snug: 1.2;
  --leading-normal: 1.5;
  --leading-relaxed: 1.65;
  --w-light: 300;
  --w-regular: 400;
  --w-medium: 500;
  --w-semibold: 600;
  --w-bold: 700;
  --sp-0: 0;
  --sp-1: 0.25rem;
  --sp-2: 0.5rem;
  --sp-3: 0.75rem;
  --sp-4: 1rem;
  --sp-5: 1.5rem;
  --sp-6: 2rem;
  --sp-7: 3rem;
  --sp-8: 4rem;
  --sp-9: 6rem;
  --sp-10: 8rem;
  --r-xs: 2px;
  --r-sm: 6px;
  --r-md: 12px;
  --r-lg: 20px;
  --r-xl: 32px;
  --r-pill: 999px;
  --shadow-xs: 0 1px 2px rgba(15, 27, 51, 0.04);
  --shadow-sm: 0 2px 6px rgba(15, 27, 51, 0.06);
  --shadow-md: 0 8px 24px rgba(15, 27, 51, 0.08);
  --shadow-lg: 0 24px 60px rgba(15, 27, 51, 0.12);
  --shadow-pack: 0 30px 70px rgba(15, 27, 51, 0.25);
  --ease-out: cubic-bezier(0.22, 0.61, 0.36, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --dur-fast: 160ms;
  --dur-base: 240ms;
  --dur-slow: 420ms;

  --gutter: clamp(1rem, 4vw, 2.5rem)
}

#bs-collagen .theme-navy {
  --bg: var(--bs-navy);/* ============================================================
   iOS SAFETY + EDGE‑CASE PATCHES
   No layout changed — values untouched.
   ============================================================ */

/* 1. iOS safe‑area insets + viewport‑height fix */
#bs-collagen {
  padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
  min-height: -webkit-fill-available;
}

/* 2. Fix 100vh on iOS (bars overlap) */
#bs-collagen .hero-grid,
#bs-collagen [data-block="hero"],
#bs-collagen #page {
  min-height: -webkit-fill-available;
}

/* 3. iOS input/button font‑size reset (prevents zoom) */
#bs-collagen input,
#bs-collagen button,
#bs-collagen select,
#bs-collagen textarea {
  font-size: 16px !important;
  border-radius: 12px; /* keep your rounding */
}

/* 4. Prevent iOS “rubber‑band” overscroll on scroll containers */
#bs-collagen .gallery-main,
#bs-collagen .gthumbs,
#bs-collagen .hero-photo__track {
  overscroll-behavior-x: contain;
}

/* 5. [REMOVED — see fix note below]
   This rule forced #bs-collagen .btn, .opt, .bs-combo-card and .prob-card
   onto their own GPU compositing layer (translateZ(0) + backface-visibility:
   hidden). #bs-collagen wraps the ENTIRE long-scroll PDP, and those
   selectors match 10+ repeated elements on the page (6x .prob-card, 2x
   .bs-combo-card, 3x .opt, plus every .btn). Promoting that many elements
   to their own layer on a single long page is a known WebKit-only bug
   trigger: Safari/iOS Safari has a limited tile/layer memory budget, and
   once it's exceeded mid-scroll the compositor stalls and the page
   appears to "freeze" or get stuck — which matches iOS Safari and desktop
   Safari specifically, not Chrome/Firefox. Removed rather than rescoped,
   since no flicker symptom was reported and the safest fix is to stop
   forcing layer promotion here entirely. */

/* 6. iOS sticky/fixed position safe‑area */
#bs-collagen .switch,
#bs-collagen .bs-ctabar {
  padding-left: max(18px, env(safe-area-inset-left));
  padding-right: max(18px, env(safe-area-inset-right));
  padding-bottom: max(10px, env(safe-area-inset-bottom));
}

/* 7. Lightbox iOS tap & scroll */
#bs-collagen .lightbox.open {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  height: -webkit-fill-available;
  overflow-y: auto;
}

/* 8. Prevent iOS from scaling fonts in landscape */
#bs-collagen * {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* 9. iOS select / summary / details tap highlight */
#bs-collagen .faq summary,
#bs-collagen .opt,
#bs-collagen .bs-combo-addbtn,
#bs-collagen .btn {
  -webkit-tap-highlight-color: rgba(199, 174, 212, 0.25);
  cursor: pointer;
}

/* 10. Scroll‑snap stability on iOS */
#bs-collagen .gmain-slide,
#bs-collagen .hero-photo__track img {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

/* 11. Overflow‑hidden clipping fix for iOS rounded corners */
#bs-collagen .hero-photo__viewport,
#bs-collagen .video-wrapper,
#bs-collagen .gallery-grid-desktop .ggrid-item {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  mask-image: radial-gradient(white, black);
}

/* ============================================================
   YOUR EXISTING CSS — EVERYTHING BELOW IS UNTOUCHED
   (copied verbatim from your source, only the patches above
    were added to make it iOS‑safe)
   ============================================================ */

  --bg-elevated: var(--bs-navy-pack);
  --bg-sunken: #0F1B33;
  --bg-tint: rgba(199, 174, 212, 0.10);
  --fg: var(--bs-paper);
  --fg-muted: rgba(255, 255, 255, 0.72);
  --fg-subtle: rgba(255, 255, 255, 0.48);
  --fg-inverse: #0F1B33;
  --line: rgba(255, 255, 255, 0.14);
  --line-strong: rgba(255, 255, 255, 0.24);
  --line-dotted: rgba(255, 255, 255, 0.40);
  --brand-accent: var(--bs-mauve)
}

#bs-collagen .theme-mauve {
  --bg: var(--bs-mauve-pale);
  --bg-elevated: var(--bs-paper);
  --bg-sunken: var(--bs-mauve-soft);
  --fg: #0F1B33;
  --fg-muted: var(--bs-grey-700);
  --line: rgba(142, 115, 160, 0.20)
}

#bs-collagen .theme-slate {
  --bg: var(--bs-slate);
  --bg-elevated: var(--bs-slate-ink);
  --fg: var(--bs-paper);
  --fg-muted: rgba(255, 255, 255, 0.78);
  --fg-subtle: rgba(255, 255, 255, 0.52);
  --line: rgba(255, 255, 255, 0.18);
  --line-dotted: rgba(255, 255, 255, 0.42);
  --product-accent: var(--bs-acc-mouthtape);
  --brand-accent: var(--product-accent)
}

#bs-collagen .accent-mouthtape {
  --product-accent: var(--bs-acc-mouthtape)
}

#bs-collagen .accent-nasal {
  --product-accent: var(--bs-acc-nasal)
}

#bs-collagen .accent-gummies {
  --product-accent: var(--bs-acc-gummies)
}

#bs-collagen,
#bs-collagen {
  background: var(--bg);
  color: var(--fg);
  font-family: var(--font-sans);
  font-size: var(--t-body);
  line-height: var(--leading-normal);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility
}

#bs-collagen h1,
#bs-collagen .h1 {
  font-family: var(--font-serif);
  font-weight: var(--w-regular);
  font-size: var(--t-h1);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
  text-wrap: balance;
  margin: 0
}

/* #bs-collagen h3,
#bs-collagen .h3 {
  font-family: var(--font-serif);
  font-weight: var(--w-regular);
  font-size: var(--t-h3);
  line-height: var(--leading-snug);
  margin: 0
} */

#bs-collagen .body-lg {
  font-size: var(--t-body-lg);
  line-height: var(--leading-relaxed)
}

#bs-collagen .body-sm {
  font-size: var(--t-small)
}

#bs-collagen .eyebrow {
  font-family: var(--font-sans);
  font-size: var(--t-micro);
  font-weight: var(--w-medium);
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: var(--fg-muted)
}

#bs-collagen .wordmark {
  font-family: var(--font-serif);
  font-weight: var(--w-regular);
  font-size: var(--t-display);
  letter-spacing: var(--tracking-tight);
  line-height: 1
}

#bs-collagen .display-italic {
  font-family: var(--font-serif);
  font-style: italic;
  color: var(--bs-mauve)
}

#bs-collagen .divider-dotted {
  border: 0;
  border-top: 1px dotted var(--line-dotted);
  margin: var(--sp-5) 0
}

#bs-collagen *,
#bs-collagen *::before,
#bs-collagen *::after {
  box-sizing: border-box
}

#bs-collagen,
#bs-collagen {
  margin: 0;
  padding: 0
}

#bs-collagen {
  background: var(--bs-near-white);
  color: #0F1B33;
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased
}

/* #bs-collagen img {
  max-width: 100%;
  display: block
} */

#bs-collagen a {
  color: inherit
}

#bs-collagen .switch {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 50px;
  background: #0F1B33;
  border-bottom: 1px solid rgba(199, 174, 212, 0.22);
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 18px;
  color: var(--bs-cream-soft)
}

#bs-collagen .switch .lbl {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--bs-mauve);
  white-space: nowrap
}

#bs-collagen .switch .opts {
  display: flex;
  gap: 6px
}

#bs-collagen .switch button {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: rgba(245, 239, 228, 0.7);
  background: transparent;
  border: 1px solid rgba(245, 239, 228, 0.22);
  padding: 7px 13px;
  border-radius: 999px;
  cursor: pointer;
  transition: all 160ms cubic-bezier(0.22, 0.61, 0.36, 1);
  white-space: nowrap
}

#bs-collagen .switch button:hover {
  color: var(--bs-cream-soft);
  border-color: rgba(245, 239, 228, 0.5)
}

#bs-collagen .switch button.on {
  background: var(--bs-mauve);
  border-color: var(--bs-mauve);
  color: #0F1B33
}

#bs-collagen .switch button .k {
  font-weight: 700
}

#bs-collagen .switch .desc {
  margin-left: auto;
  font-size: 11.5px;
  color: rgba(245, 239, 228, 0.5);
  white-space: nowrap
}

#bs-collagen .stars {
  color: var(--bs-mauve-deep);
  letter-spacing: 0;
  font-size: 25px;
  line-height: 25px;
}

@media (max-width:720px) {

#bs-collagen .stars {
  font-size: 18px;
  line-height: 18px;
}

  #bs-collagen .switch {
    gap: 8px;
    padding: 0 10px
  }

  #bs-collagen .switch .lbl,
  #bs-collagen .switch .desc {
    display: none
  }

  #bs-collagen .switch button {
    padding: 6px 11px;
    font-size: 11.5px
  }
}

#bs-collagen #page {
  display: flex;
  flex-direction: column
}

#bs-collagen .wrap {
  max-width: 100%;
  margin: 0 auto;
  width: 100%
}

#bs-collagen .narrow {
  max-width: 860px
}


#bs-collagen .navy {
  background: var(--bs-navy);
  color: var(--bs-cream-soft)
}

#bs-collagen .deep {
  background: #0F1B33;
  color: var(--bs-cream-soft)
}

#bs-collagen .cream {
  background: #EDE3F0;
}

#bs-collagen .white-bg {
    background: #FCFCFB;
}

#bs-collagen .bone {
  background: var(--bs-bone-soft)
}


#bs-collagen .navy .eyebrow2,
#bs-collagen .deep .eyebrow2 {
  color: var(--bs-mauve)
}



#bs-collagen .navy h2.h,
#bs-collagen .deep h2.h {
  color: var(--bs-cream-soft)
}

#bs-collagen h2.h em,
#bs-collagen .lede em {
  font-style: italic;
  color: var(--bs-mauve-deep)
}

#bs-collagen .navy h2.h em,
#bs-collagen .deep h2.h em {
  color: var(--bs-mauve)
}

#bs-collagen .lede {
  font-size: 17px;
  line-height: 1.7;
  color: var(--bs-grey-700);
  margin: 20px 0 0;
  max-width: 540px;
  text-wrap: pretty
}

#bs-collagen .navy .lede,
#bs-collagen .deep .lede {
  color: rgba(245, 239, 228, 0.74)
}

#bs-collagen .center {
  text-align: center
}

#bs-collagen .center .lede {
  margin-left: auto;
  margin-right: auto
}

#bs-collagen .dotrule {
  border: 0;
  border-top: 1px dotted var(--line-dotted);
  margin: 0
}

#bs-collagen .btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  font-family: 'Jost';
  padding: 15px;
  border-radius: 15px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform 200ms cubic-bezier(0.22, 0.61, 0.36, 1), background 200ms, box-shadow 200ms;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  justify-content: center;
}

#bs-collagen .btn-cream {
  background: #1A2B4A;
  color: #F5EFE4
}

#bs-collagen .btn-cream:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28)
}

#bs-collagen .btn-navy {
  background: var(--bs-navy);
  color: var(--bs-cream-soft)
}

#bs-collagen .btn-navy:hover {
  transform: translateY(-1px);
  background: var(--bs-navy-soft);
  box-shadow: 0 12px 28px rgba(15, 27, 51, 0.22)
}

#bs-collagen .btn-ghost-light {
    background: transparent;
  border-color: #1A2B4A;
  color: #0F1B33;
}

#bs-collagen .btn-ghost-light:hover {
  border-color: #0F1B33;
}

#bs-collagen .btn-mauve {
  background: var(--bs-mauve);
  color: #0F1B33;
}

#bs-collagen .btn-mauve:hover {
  transform: translateY(-1px);
  background: var(--bs-mauve-soft);
  box-shadow: 0 12px 28px rgba(15, 27, 51, 0.22)
}

#bs-collagen .navy .stars,
#bs-collagen .deep .stars {
  color: var(--bs-mauve)
}

#bs-collagen [data-block="hero"] {
  background: #EDE3F0;
  color: var(--bs-cream-soft);
  overflow: hidden
}

#bs-collagen .hero-grid {
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  min-height: 640px;
  max-width: 1440px;
  margin: 0 auto
}

#bs-collagen .hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* padding: 96px 72px 96px clamp(40px, 6vw, 110px); */
  position: relative
}

#bs-collagen .hero-motif {
  position: absolute;
  top: -40px;
  left: -60px;
  width: 360px;
  opacity: 0.5;
  pointer-events: none
}

#bs-collagen .hero-copy .inner {
  position: relative;
  max-width: 540px
}

#bs-collagen .hero-pill {
 display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8E73A0;
  
  padding: 7px 0px;
  
}


#bs-collagen .hero-h1 em {
  font-style: italic;
   color: #8E73A0;
}

#bs-collagen .hero-sub {
  color: #4D5769;
  margin: 20px 0 50px;
  max-width: 480px;
  text-wrap: pretty;
  font-family: 'Jost';
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0%;
  vertical-align: middle;
}

#bs-collagen .hero-cta {
  display: grid;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin: 30px 0 0
}

#bs-collagen .hero-price {
  font-size: 13px;
  color: rgba(245, 239, 228, 0.62);
  letter-spacing: 0.02em
}

#bs-collagen .hero-price b {
  color: var(--bs-cream-soft);
  font-weight: 600
}

#bs-collagen .hero-rate {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 15px 0;
  color: #4D5769;
  font-family: 'Jost';
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}

#bs-collagen .hero-rate b {
  color: #4D5769;
  font-weight: 600
}


#bs-collagen [data-block="proof"] {
  padding: 50px 0;
  border-bottom: 1px solid var(--line);
  background-color: #1A2B4A;
}

#bs-collagen .proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0
}

#bs-collagen .proof-cell {
  text-align: center;
  padding: 6px 18px
}

#bs-collagen .proof-cell+.proof-cell {
  border-left: 1px solid rgba(15, 27, 51, 0.1)
}


#bs-collagen .proof-stk {
  text-align: center;
  margin-top: 30px;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bs-grey-500)
}

#bs-collagen .proof-stk b {
  color: var(--bs-navy);
  font-weight: 700
}

#bs-collagen .prob-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap: clamp(20px, 3vw, 71px);
  margin-top:30px;
  justify-self:center;
}

#bs-collagen .prob-card {
   display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-start;
  text-align:left;
  padding:20px;
  background:#FCFCFB;
  border:2px solid #EDE3F0;
  border-radius:16px;
  gap:10px;
  width:400px;
  height:150px;
}

#bs-collagen .prob-card .ic {
  width:40px;
  height:40px;
  min-width:40px;
  color:#8E73A0;
  margin:0;
}

#bs-collagen .prob-card .t {
  font-family:Playfair Display;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-align:left;
  color:#0F1B33;
  margin:0 0 8px;
}

#bs-collagen .two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center
}

#bs-collagen .two.flip .col-img {
  order: -1
}

#bs-collagen .col-img img {
  border-radius: 24px;
  box-shadow: var(--shadow-md);
  width: 100%
}

#bs-collagen .navy .col-img img,
#bs-collagen .deep .col-img img {
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.4)
}

#bs-collagen .points {
  list-style: none;
  margin: 15px 0 0;
  padding: 0;
  display: grid;
  gap: 0
}

#bs-collagen .points li {
  display: flex;
  gap: 10px;
  padding: 15px 0;
  align-items: center;
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(90deg, rgba(199, 174, 212, 0) 0%, #C7AED4 50%, rgba(199, 174, 212, 0) 100%);
  border-image-slice: 1;
}

#bs-collagen .points li:last-child {
  border-bottom: 1px dotted var(--line-dotted)
}

#bs-collagen .points .pi {
  flex: none;
  width: 22px;
  height: 22px;
  color: var(--bs-mauve-deep);
  margin-top: 1px
}

#bs-collagen .navy .points .pi,
#bs-collagen .deep .points .pi {
  color: var(--bs-mauve)
}

#bs-collagen .points .pt {
  font-size: 15px;
  line-height: 1.5
}

#bs-collagen .points .pt b {
  color: #0F1B33;
  display: block;
  font-family: 'Playfair Display';
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0%;
  vertical-align: middle;
}

#bs-collagen .navy .points .pt b,
#bs-collagen .deep .points .pt b {
  color: var(--bs-cream-soft)
}

#bs-collagen .points .pt span {
    color: #4D5769;
    font-family: 'Jost';
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
}

#bs-collagen .navy .points .pt span,
#bs-collagen .deep .points .pt span {
  color: rgba(245, 239, 228, 0.66)
}

#bs-collagen .ingr-list {
  list-style: none;
  margin: 28px 0 0;
  padding: 0
}

#bs-collagen .ingr-list li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(245, 239, 228, 0.14)
}

#bs-collagen .ingr-list .nm {
  font-size: 16px;
  font-weight: 600;
  color: var(--bs-cream-soft)
}

#bs-collagen .ingr-list .ds {
  font-size: 13px;
  color: rgba(245, 239, 228, 0.6);
  margin-top: 3px;
  line-height: 1.5
}

#bs-collagen .ingr-list .amt {
  flex: none;
  font-size: 12px;
  font-weight: 700;
  color: #0F1B33;
  background: var(--bs-mauve);
  padding: 5px 12px;
  border-radius: 999px;
  white-space: nowrap
}

#bs-collagen .ingr-list li.complex .amt {
  background: rgba(199, 174, 212, 0.2);
  color: var(--bs-mauve)
}

#bs-collagen .ingr-fine {
  font-size: 12px;
  color: rgba(245, 239, 228, 0.46);
  margin-top: 18px;
  line-height: 1.6
}

#bs-collagen .ben-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 48px
}

#bs-collagen .ben {
  background: var(--bs-paper);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 34px 28px;
  box-shadow: var(--shadow-sm)
}

#bs-collagen .ben .ic {
  width: 32px;
  height: 32px;
  color: var(--bs-mauve-deep);
  margin-bottom: 18px
}

#bs-collagen .ben h3 {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 22px;
  color: #0F1B33;
  margin: 0 0 8px
}

#bs-collagen .ben p {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--bs-grey-700);
  margin: 0
}

#bs-collagen .step {
  position: relative
}

#bs-collagen .sci {
  display: flex;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(
    90deg,
    rgba(199, 174, 212, 0) 0%,
    #C7AED4 50%,
    rgba(199, 174, 212, 0) 100%
  );
  border-image-slice: 1;
}

#bs-collagen .sci .ic {
  flex: none;
  width: 30px;
  height: 30px;
}


#bs-collagen .rev-feature {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 56px;
  align-items: center;
  margin: 44px auto 0;
}

#bs-collagen .rev-score .n {
  font-family: var(--font-serif);
  font-size: 72px;
  line-height: 1;
  color: #0F1B33
}

#bs-collagen .starbar {
  position: relative;
  display: inline-block;
  font-size: 19px;
  letter-spacing: 3px;
  line-height: 1;
  margin: 12px 0 8px
}

#bs-collagen .starbar .bg {
  color: rgba(15, 27, 51, 0.16)
}

#bs-collagen .starbar .fg {
  color: var(--bs-mauve-deep);
  position: absolute;
  top: 0;
  left: 0;
  width: 94%;
  overflow: hidden;
  white-space: nowrap
}

#bs-collagen .rev-score .c {
  font-size: 13px;
  color: var(--bs-grey-500);
  line-height: 1.5
}

#bs-collagen .rev-quote {
  border-left: 2px solid var(--bs-mauve);
  padding-left: 32px;
  text-align: left
}

#bs-collagen .rev-quote p {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(21px, 2.5vw, 29px);
  line-height: 1.34;
  color: #0F1B33;
  margin: 0;
  text-wrap: pretty
}

#bs-collagen .rev-quote cite {
  display: block;
  font-style: normal;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bs-mauve-deep);
  margin-top: 20px
}

#bs-collagen .faq {
  margin-top: -15px;
}

#bs-collagen .faq details {
  border-bottom: 1px solid var(--line)
}

#bs-collagen .faq summary {
    font-family: 'Playfair Display';
    list-style: none;
    cursor: pointer;
    padding: 15px 40px 15px 0;
    position: relative;
    color: #0F1B33;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
}

#bs-collagen .faq summary::-webkit-details-marker {
  display: none
}

#bs-collagen .faq summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  font-weight: 400;
  color: var(--bs-mauve-deep);
  transition: transform 200ms
}

#bs-collagen .faq details[open] summary::after {
  content: "−"
}

#bs-collagen .faq .a {
  padding: 0 40px 24px 0;
  color: var(--bs-grey-700);
  font-family: 'Jost';
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0%;
  vertical-align: middle;
}

#bs-collagen [data-block="buy"] {
  background: #FBF7FB;
}

#bs-collagen .buy-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

#bs-collagen .buy-img {
  position: relative
}

#bs-collagen .buy-img img {
  border-radius: 24px;
  box-shadow: var(--shadow-pack)
}

.pdp-info-content {
  padding: 0 100px;
}

#bs-collagen .buy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
  gap: clamp(16px, 2vw, 32px);
}

#bs-collagen .buy-card .rate {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: #4D5769;
  font-family: 'Jost';
}

#bs-collagen .buy-card h2 {
  font-family: 'Playfair Display';
  font-weight: 500;
  font-size: 35px;
  line-height: 45px;
  letter-spacing: 0;
  vertical-align: middle;
  text-transform: capitalize;
  margin-top: 10px;
}

#bs-collagen .buy-card h2 em {
  font-style: italic;
  color: var(--bs-mauve-deep)
}

#bs-collagen .buy-card .sub {
    color: #4D5769;
    padding-bottom: 10px;
    font-family: 'Jost';
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0%;
    vertical-align: middle;
}

#bs-collagen .opts3 {
  display: grid;
  gap: 10px;
  margin: 26px 0 0
}

#bs-collagen .opt {
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  background: var(--bs-paper);
  border: 1.5px solid var(--line);
  border-radius: 14px;
  padding: 10px 15px;
  transition: border-color 160ms, box-shadow 160ms;
  position: relative
}

#bs-collagen .opt:hover {
  border-color: rgba(15, 27, 51, 0.24)
}

#bs-collagen .opt.sel {
  border-color: var(--bs-navy);
  box-shadow: 0 0 0 1px var(--bs-navy)
}

#bs-collagen .opt .radio {
  flex: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1.5px solid var(--bs-grey-500);
  position: relative
}

#bs-collagen .opt.sel .radio {
  border-color: var(--bs-navy)
}

#bs-collagen .opt.sel .radio::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: var(--bs-navy)
}

#bs-collagen .opt .mid {
  flex: 1
}

#bs-collagen .opt .pn {
  font-size: 15px;
  font-weight: 600;
  color: #0F1B33;
  display: block
}

#bs-collagen .opt .ps {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0%;
  vertical-align: middle;
  display: block;
  margin-top: -1%;
}

#bs-collagen .opt .pr {
  text-align: right
}

#bs-collagen .opt .pr .was {
  font-size: 12px;
  color: var(--bs-grey-500);
  text-decoration: line-through
}

#bs-collagen .opt .ribbon {
  position: absolute;
  top: -9px;
  right: 16px;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: var(--bs-mauve);
  color: #0F1B33;
  padding: 3px 9px;
  border-radius: 999px
}

#bs-collagen .subrow {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 14px 0 0;
  background: var(--bs-mauve-pale);
  border: 1px solid rgba(142, 115, 160, 0.2);
  border-radius: 12px;
  padding: 14px 16px
}

#bs-collagen .sw {
  flex: none;
  width: 42px;
  height: 24px;
  border-radius: 999px;
  background: var(--bs-grey-500);
  position: relative;
  cursor: pointer;
  transition: background 180ms
}

#bs-collagen .sw.on {
  background: var(--bs-navy)
}

#bs-collagen .sw::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  transition: transform 180ms
}

#bs-collagen .sw.on::after {
  transform: translateX(18px)
}

#bs-collagen .subrow .st {
  flex: 1;
  font-size: 13px
}

#bs-collagen .subrow .st b {
  color: #0F1B33;
  font-weight: 600;
  display: block
}

#bs-collagen .subrow .st span {
  color: var(--bs-grey-700);
  font-size: 12px
}

#bs-collagen .subrow .save {
  font-size: 12px;
  font-weight: 700;
  color: var(--bs-mauve-deep)
}

#bs-collagen .buy-add {
  width: 100%;
  justify-content: center;
  margin-top: 20px;
  text-transform: capitalize;
  height: 60px;
}

#bs-collagen .buy-pay {
  padding: 10px;
  margin-top: 12px;
}

#bs-collagen .buy-pay [data-shopify-buttoncontainer] {
  justify-content: center
}

#bs-collagen .buy-pay shop-pay-button {
  --shop-pay-button-border-radius: 12px;
  --shop-pay-button-width: 100%
}

#bs-collagen .buy-pay .shopify-payment-button__button {
  border-radius: 12px;
  min-height: 54px;
  font-family: var(--font-sans);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase
}

#bs-collagen .buy-pay .shopify-payment-button__button--branded {
  border-radius: 12px;
  overflow: hidden
}

#bs-collagen .buy-pay .shopify-payment-button__more-options {
  display: none;
  text-align: center;
  margin-top: 12px;
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--bs-grey-700);
  text-decoration: underline;
  text-underline-offset: 3px
}

#bs-collagen .buy-guar {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-top: 16px;
  font-size: 13px;
  color: var(--bs-grey-700)
}

#bs-collagen .buy-guar .ic {
  width: 18px;
  height: 18px;
  color: var(--bs-navy)
}

#bs-collagen .buy-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 22px
}

#bs-collagen .buy-badges span {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--bs-grey-700);
  background: var(--bs-paper);
  border: 1px solid var(--line);
  padding: 7px 12px;
  border-radius: 999px
}

#bs-collagen [data-block="footer"] {
  background: #0F1B33;
  color: rgba(245, 239, 228, 0.55);
  padding: 64px 0 40px
}

#bs-collagen .foot-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px
}

#bs-collagen .foot-brand img {
  height: 26px;
  margin-bottom: 18px
}

#bs-collagen .foot-brand p {
  font-size: 13px;
  line-height: 1.7;
  color: rgba(245, 239, 228, 0.55);
  max-width: 280px
}

#bs-collagen .foot-col h4 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bs-mauve);
  margin: 0 0 16px
}

#bs-collagen .foot-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 11px
}

#bs-collagen .foot-col li {
  font-size: 13.5px;
  color: rgba(245, 239, 228, 0.66)
}

#bs-collagen .foot-bot {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
  color: rgba(245, 239, 228, 0.4);
  line-height: 1.7
}

#bs-collagen .bs-ctabar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 18;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: #0F1B33;
  padding: 20px 100px;
  box-shadow: 0 -8px 24px rgba(15, 27, 51, 0.2);
  border-top: 1px solid rgba(199, 174, 212, 0.2)
}

#bs-collagen .bs-ctabar .si {
  display: flex;
  flex-direction: column;
  line-height: 1.25
}

#bs-collagen .bs-ctabar .si .b {
  font-family: 'Jost';
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: rgba(245, 239, 228, 0.6);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

#bs-collagen .bs-ctabar .btn {
  padding: 15px;
  width: 280px;
}

#bs-collagen .dir-B section {
  padding: 72px 0;
}

#bs-collagen .dir-B [data-block="ingredients"] .ds {
  display: none;
}

#bs-collagen .dir-B [data-block="ingredients"] .ingr-list li {
  padding: 12px 0;
}

  #bs-collagen .bs-ctabar .si .a {
  font-family: 'Playfair Display';
  color: var(--bs-cream-soft);
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0%;
  vertical-align: middle;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
 }

@media (max-width:900px) {

  #bs-collagen .buy-pay {
    padding: 4px !important;
}
  #bs-collagen .sci {
    gap: 10px;
    padding: 8px 0;
}

  #bs-collagen .bs-ctabar .si .b {
    font-size: 10px;
  }

  #bs-collagen .bs-ctabar .si .a {
    font-size: 15px;
 }

  #bs-collagen .bs-ctabar .btn {
    padding: 8px 5px;
    width: 190px;
    font-family: 'Jost';
    font-weight: 500;
    font-size: 15px !important;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    border-radius: 12px;
  }

  .pdp-info-content {
    padding: 0 20px;
  }

  #bs-collagen .opt .ps {
    font-family: 'Jost';
    color: #6b6470;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    margin-top: -1%;
  }
  #bs-collagen .buy-card {
  max-width: 480px
  }
  
  #bs-collagen .points .pt b {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
  }

  #bs-collagen .points .pt span {
      font-size: 12px;
  }

  #bs-collagen .points {
    margin: 5px 0 0;
  }
  #bs-collagen .buy-card .rate {
    font-size: 11px;
  }

  #bs-collagen .hero-grid {
    grid-template-columns: 1fr;
  }

  #bs-collagen .two,
  #bs-collagen .buy-grid {
    grid-template-columns: 1fr;
    gap: 20px
  }

  #bs-collagen .two.flip .col-img {
    order: 0
  }

  #bs-collagen .rev-feature {
    grid-template-columns: 1fr;
    gap: 28px
  }

  #bs-collagen .ben-grid,
  #bs-collagen .steps,
  #bs-collagen .prob-grid {
    grid-template-columns: 1fr 1fr;
  }

    #bs-collagen .sci-grid,{
    grid-template-columns: 1fr !important;
  }

  #bs-collagen .foot-top {
    grid-template-columns: 1fr 1fr;
    gap: 32px
  }

  #bs-collagen .hero-rate {
    font-family: 'Jost';
    font-weight: 400;
    font-size: 11px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: capitalize;
}

#bs-collagen .hero-trust {
  padding-top: 20px;
  color: #A6ACB4;
  font-family: 'Jost';
  font-weight: 400;
  font-size: 14px !important;
  line-height: 20px;
  letter-spacing: 0%;
  vertical-align: middle;
}
  
}

#bs-collagen .hero-trust {
  padding-top: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #A6ACB4;
}


@media (max-width:600px) {

#bs-collagen .faq .a {
  padding: 0 10px 24px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}


  #bs-collagen .dir-B section {
    padding: 52px 0;
  }

  #bs-collagen .prob-grid,
  #bs-collagen .ben-grid,
  #bs-collagen .steps,
  #bs-collagen .sci-grid,
   {
    grid-template-columns: 1fr;
  }

  #bs-collagen .rev-quote {
    border-left: none;
    border-top: 2px solid var(--bs-mauve);
    padding-left: 0;
    padding-top: 22px;
  }

  #bs-collagen .proof-cell+.proof-cell {
    border-left: none;
    border-top: 1px solid rgba(15, 27, 51, 0.1);
    padding-top: 18px;
    margin-top: 6px;
  }

  #bs-collagen .foot-top {
    grid-template-columns: 1fr;
  }

  #bs-collagen .bs-ctabar {
    display: flex;
    padding: 15px 20px;
  }

  #bs-collagen .hero-cta {
    gap: 12px;
  }

  #bs-collagen .hero-cta .btn {
    width: 100%;
    justify-content: center;
  }
}

#bs-collagen .faq {
  display: block !important;
  columns: 1 !important;
}

#bs-collagen .faq details {
  display: block !important;
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
}

#bs-collagen .faq summary {
  display: block !important;
  width: 100% !important;
  font-size: 14px;
}

#bs-collagen .buy-reassure {
  display: flex;
  gap: 6px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 14px 0 0;
  font-size: 11px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--bs-grey-500)
}

#bs-collagen .buy-proof {
  text-align: center;
  margin-top: 16px;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .03em;
  color: var(--bs-navy)
}

#bs-collagen .buy-proof .stars {
  font-size: 12px
}

#bs-collagen .deliv-card svg {
  width: 100%;
  height: auto
}

#bs-collagen .deliv-card .cap {
  order: -1;
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 20px;
  color: #0F1B33;
  margin: 0 0 14px
}

#bs-collagen .deliv-card .sm {
  font-size: 13px;
  color: var(--bs-grey-700);
  margin-top: 5px;
  line-height: 1.5
}

#bs-collagen .deliv-fine {
  text-align: center;
  font-size: 12px;
  color: var(--bs-grey-500);
  margin-top: 16px
}

#bs-collagen .xsell {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 30px auto 0;
  max-width: 620px
}

#bs-collagen .xcard {
  display: flex;
  flex-direction: column;
  background: var(--bs-paper);
  border: 1px solid rgba(199, 174, 212, 0.35);
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  text-align: left;
  transition: transform 160ms, box-shadow 160ms
}

#bs-collagen .xcard:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25)
}

#bs-collagen .xcard img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  background: #fff;
  padding: 16px
}

#bs-collagen .xcard .xtext {
  padding: 14px 18px 18px
}

#bs-collagen .xcard .xn {
  font-weight: 600;
  font-size: 16px;
  color: #0F1B33
}

#bs-collagen .xcard .xp {
  font-size: 13px;
  color: var(--bs-grey-700);
  margin-top: 4px;
  line-height: 1.45
}

#bs-collagen .xcard .xshop {
  margin-top: 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--bs-mauve-deep)
}

#bs-collagen .signoff {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(28px, 4vw, 42px);
  color: var(--bs-mauve);
  text-align: center;
  margin-top: 36px
}

@media (max-width:600px) {

  #bs-collagen .buy-card h2 {
    font-family: 'Playfair Display';
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: capitalize;
  }

  #bs-collagen .buy-card .sub {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

  #bs-collagen .deliv-panels,
  #bs-collagen .xsell {
    grid-template-columns: 1fr
  }
}

.founder-copy {
    width: 50%;
}
#bs-collagen .founder-body {
  margin: 10px 0 0;
  text-align: left;
  font-family: 'Jost';
}

#bs-collagen .founder-body p {
  font-size: 16px;
  line-height: 1.75;
  color: var(--bs-grey-700);
  margin: 0 0 16px
}

#bs-collagen .founder-body p:last-child {
  margin-bottom: 0
}

#bs-collagen .founder-sign {
    margin: 30px 0 5px;
    text-transform: capitalize;
    color: #8E73A0;
    font-family: 'Playfair Display';
    font-weight: 700;
    font-size: 25px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
}

#bs-collagen .founder-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 40px;
  align-items: center
}

#bs-collagen .founder-photo img {
  width: 100%;
  border-radius: 20px;
  /* box-shadow: var(--shadow-md); */
  display: block;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: top;
  width: 650px;
  height: 750px;
}

/* Base desktop layout */
#bs-collagen .founder-grid {
  display: flex;
  gap: 40px;
  align-items: center;
}

/* Default visibility */
.founder-photo--mobile {
  display: none;
}

.founder-photo--desktop {
  display: block;
}

/* Mobile behavior */
@media (max-width: 768px) {
  #bs-collagen .founder-grid {
    flex-direction: column;
  }

  .founder-photo--mobile {
    display: block;
    margin: 20px 0;
  }

  .founder-photo--desktop {
    display: none;
  }
}

  #bs-collagen .founder-photo {
    margin: 0;
  }
@media (max-width:760px) {
  #bs-collagen .founder-grid {
    grid-template-columns: 1fr;
    gap: 26px
  }

  #bs-collagen .founder-photo {
    margin: 20px 0 0;
  }

  #bs-collagen .founder-sign {
    margin-top: 10px;
    font-family: 'Playfair Display';
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
}
}

.founder-text {
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #4D5769;

  margin: 0;
}

.faq-eyebrow {
  font-family: 'Jost';
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 20%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #8E73A0;
}

.faq-eyebrow2 {
  margin-top: 30px;
  font-family: 'Jost';
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 20%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #8E73A0;
}

/* Mobile */
@media (max-width: 768px) {

.faq-eyebrow {
  font-size: 11px;
}

.faq-eyebrow2 {
  font-family: Jost;
  font-weight: 400;
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 20%;
  vertical-align: middle;
  text-transform: uppercase;
}

  .founder-text {
    font-size: 12px;
    line-height: 20px;
  }
}

.science-btn {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  max-width: 580px;
  height: 60px;

  margin-top: 30px;

  background: #1A2B4A;
  color: #F5EFE4 !important;
  text-decoration: none;

  border-radius: 15px;

  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;

  padding: 20px;

  transition: all 0.25s ease;
}

/* Hover */
.science-btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

/* Mobile */
@media (max-width: 768px) {
  .science-btn {
    height: 50px;
    font-size: 15px;
    padding: 15px;
    max-width: 100%;
    margin-top: 20px;
    border-radius: 12px;
  }

#bs-collagen .gthumbs {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  flex-wrap: wrap
}
}
#bs-collagen .gallery-main {
  position: relative;
  
  overflow: hidden;
  
}

#bs-collagen .gmain-img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  display: block;
  background: #fff;
  cursor: zoom-in
}

#bs-collagen .gnav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.92);
  color: #0F1B33;
  font-size: 22px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15)
}

#bs-collagen .gprev {
  left: 10px
}

#bs-collagen .gnext {
  right: 10px
}



#bs-collagen .gthumb {
  width: 62px;
  height: 62px;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid transparent;
  background: #fff;
  padding: 0;
  cursor: pointer
}

#bs-collagen .gthumb.on {
  border-color: var(--bs-navy)
}

#bs-collagen .gthumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff
}

#bs-collagen .lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: rgba(15, 27, 51, 0.92);
  padding: 24px;
  cursor: zoom-out
}

#bs-collagen .lightbox.open {
  display: flex
}

#bs-collagen .lightbox .lb-img {
  max-width: 90vw;
  max-height: 76vh;
  object-fit: contain;
  border-radius: 12px;
  background: #fff;
  cursor: default
}

#bs-collagen .lb-close {
  position: absolute;
  top: 18px;
  right: 22px;
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #0F1B33;
  font-size: 26px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  z-index: 2
}

#bs-collagen .lb-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #0F1B33;
  font-size: 28px;
  line-height: 46px;
  text-align: center;
  cursor: pointer;
  z-index: 2
}

#bs-collagen .lb-prev {
  left: 18px
}

#bs-collagen .lb-next {
  right: 18px
}

#bs-collagen .lb-thumbs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 90vw;
}

#bs-collagen .lb-thumbs button {
  width: 54px;
  height: 54px;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid transparent;
  background: #fff;
  padding: 0;
  cursor: pointer
}

#bs-collagen .lb-thumbs button.on {
  border-color: #fff
}

#bs-collagen .lb-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
  display: block
}
/* Collagen PDP CSS ends */


.gradient-divider {
  width: 100%;
  max-width: 1440px;
  height: 1px;
  margin: auto 0;
  opacity: 1;

  border: 1px solid transparent;
  border-image: linear-gradient(
    90deg,
    rgba(199, 174, 212, 0) 0%,
    #C7AED4 50%,
    rgba(199, 174, 212, 0) 100%
  );
  border-image-slice: 1;
}


.marquee {
  overflow: hidden;
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.marquee__track {
  display: flex;
  align-items: center;
  gap: 70px;
  width: max-content;
  animation: scroll 20s linear infinite;
}

.marquee__track img {
  height: 100%;
  width: auto;
  object-fit: contain;
  display: block;
}

.featured-by { 
  color: #F5EFE4 !important;
  font-size: 35px;
  line-height: 40px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  margin: 0 100px !important;
  place-self: anchor-center;
}

.featured-by-marquree .marquee {
  width: 100%;
  overflow: hidden;
}

.featured-by-marquree .marquee__track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 70px;
  animation: featuredMarquee 25s linear infinite;
}

/* Toggled by IntersectionObserver in bs-collagen.js: pauses infinite
   marquee animations while they're scrolled off-screen. Left running
   permanently (compositor-thread animations don't auto-pause when
   off-screen the way main-thread work does), 3 separate infinite
   transform loops running for the full lifetime of a long page is a
   steady drain on Safari/iOS Safari's compositor that gets worse the
   longer the page stays open / the more you scroll. */
.marquee__track.bs-marquee-paused,
.bs-trust-track.bs-marquee-paused {
  animation-play-state: paused !important;
}

.featured-by-marquree .marquee__logo {
  flex: 0 0 auto;
  width: auto;
  height: 30px;
  max-width: none;
  display: block;
}

@keyframes featuredMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.marquee__logo {height: 30px; }

@keyframes scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Mobile */
@media (max-width: 768px) {
  .marquee {
    height: 30px;
  }
  .marquee__track {
    gap: 50px;
  }
  .featured-by { 
  color: #F5EFE4;
  font-family: 'Playfair Display';
  font-weight: 500;
  font-style: Italic;
  font-size: 25px;
  line-height: 40px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  margin: 0 100px !important;
}

.marquee__logo {height: 25px !important;}

}

  .findus-marquee {
    margin-top: 50px !important;
  }

  .find-us-heading{
  font-family: 'Playfair Display';
  font-weight: 500;
  font-size: 35px;
  line-height: 45px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  max-width: 600px;
  margin: auto;
  }
  .find-us-eyebrow {
  font-family: 'Jost';
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 20%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  margin-bottom: 20px !important;
  color: #8E73A0;
}
  .find-us-subtitle{
    font-weight: 400;
 
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    margin-top: 20px !important;
  }

@media (max-width: 800px) {
  .findus-marquee {
    margin-top: 30px;
  }
  .find-us-heading {
    font-size: 25px;
    line-height: 30px;
    width: 350px;
    margin: auto;
  }
  .find-us-eyebrow {
    font-size: 11px;
    margin-bottom: 10px !important;
  }
  .find-us-subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px !important;
  }

  .tested-heading {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 14px !important;
     
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    padding-bottom: 5px !important;
    margin-top: 2px !important;
  }
  .tested-desc {
    font-weight: 400;
    font-size: 12px !important;  
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
  }

  .sci-heading {
  font-size: 25px !important;
  line-height: 30px;
  text-align: left !important;
}

.sci-subtitle {
  font-size: 14px;
  line-height: 20px;
  text-align: left !important;
  padding-bottom: 20px;
  padding-top: 5px !important;
  
}

}


  .tested-heading {
    font-family: 'Playfair Display';
    font-weight: 600;
    font-style: SemiBold;
    font-size: 20px;
     
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #0F1B33;
    padding-bottom: 20px;
    margin-top: 5px;
  }
  .tested-desc {
    font-family: 'Jost';
    font-weight: 400;
 
    font-size: 16px;
     
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #4D5769;
  }

  .sci-heading {
    font-family: 'Playfair Display';
    font-size: 35px;
    line-height: 45px;
    font-weight: 500;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
  }

  .sci-subtitle {
  font-family: 'Jost' !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #4D5769 !important;
  padding-top: 10px;
}

/* new css */

#bs-collagen .wrap{
  max-width:100% !important;
  }
  
  #bs-collagen .proof-cell .big{
  font-family:'playfair display';
  color:#F5EFE4;
  font-weight: 500;
  font-size: 50px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
  margin-bottom:25px;
  }

#bs-collagen .proof-cell .lbl{
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 20%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: Jost;
  color:#8E73A0 ;
  margin-top:10px;
  }
  
  /* Mobile only */
@media (max-width: 600px) {
  .proof-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0 !important;
  }
  .proof-cell {
    padding: 0 15px !important;
    border: none !important;
  }
  #bs-collagen .proof-cell .big{
font-size: 25px;
line-height: 30px;
margin-bottom:10px;
  }
  #bs-collagen .proof-cell .lbl {
    font-weight: 500;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 20%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
  }
  #bs-collagen .lbl{
    width: 75%;
    margin: auto;
    place-self: center ;
    size: 11px ;
    margin-top: 10px ;
  }

  #bs-collagen .proof-cell + .proof-cell{
  margin-top:0px ;
  }
}
/* =========================
   Problem Grid
========================= */
#bs-collagen section{
  padding: 40px 100px;
}
.h .highlight{
  color:#A77AC7;
  font-style: italic; 
}
#bs-collagen .eyebrow2{
  font-family: 'Jost';
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 20%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color:#8E73A0;
}

.prob-card .content{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  width:100%;
}


.prob-card .d{
  font-family:Jost;
font-weight: 400;
line-height: 18px;
letter-spacing: 0% ;
vertical-align: middle;
  font-size:16px;
  color: #4D5769;
  margin: 5px 0 0;
  text-align:left;
}

/* Tablet */
@media screen and (max-width:1370px){

  .prob-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:14px !important;
  }

  .prob-card{
    padding:15px !important;
    min-height:95px !important;
    width: auto !important;
  }

  .prob-card .t{
    font-size:20px !important;
  }

  .prob-card .d{
    font-size:14px !important;
  }
}

/* Mobile */
@media screen and (max-width:749px){

  #bs-collagen .opts3 {
  gap: 0 !important;
}
#bs-collagen section{
 padding: 30px 20px;
}
  #bs-collagen .eyebrow2{
font-size: 11px !important;
}
#bs-collagen h2.h{
 font-size: 25px !important;
 margin-top: 10px !important;
}
#bs-collagen .prob-grid{
 margin-top:20px !important;
}
  .prob-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
  }
  #bs-collagen .prob-card .ic{
    width: 20px;
    height: 20px;
    min-width: 20px;
  }

  .prob-card{
    padding:13px !important;
    border-radius:14px !important;
    gap:10px !important;
    height:auto !important;
    width: auto !important;
  }

  .prob-card .t{
    font-size:14px !important;
    margin-bottom:4px !important;
  }

  .prob-card .d{
    font-size:12px !important;
    line-height:18px !important;
  }
  .review-heading {
    font-size: 25px !important;
    font-family: 'Playfair Display';
    line-height: 30px !important;
    justify-self:center;
  }
}

.review-heading {
  color:#0F1B33;
  margin:0 0 10px ;
  font-size: 35px;
  font-family: 'Playfair Display';
  line-height: 45px;
  text-align: center;
  vertical-align: middle;
  font-weight:500;
}
/* ingredients */

.ingredients-section{
background:#F7F2EA !important;
}

.ingredients-container{
margin:auto;
}

.ingredients-heading{
text-align:center !important;
}

.ingredients-heading h2{
  color:#0F1B33;
  padding-bottom: 10px;
  font-size: 35px;
  font-family: 'Playfair Display';
  line-height: 45px;
  text-align: center;
  vertical-align: middle;
  font-weight:500;
  margin: auto;
}

.ingredients-heading h2 em{
font-style:italic;
color:#8E73A0;
}

.ingredients-heading .subtitle{
margin:auto;
color:#4D5769;
font-family: 'Jost' !important;
font-weight: 400;
font-size: 16px;
line-height: 25px;
text-align: center;
vertical-align: middle;
}

.ingredients-grid{
  display:grid;
  grid-template-columns: 50% 50%;
  justify-content: center;
  align-items: start;
  margin-top: 30px;
  gap: 40px;
  justify-self: center;
}
 
.ingredients-card{
background:#FCFCFB;
border-radius:20px;
overflow:hidden;
box-shadow:unset;
padding:15px 0;
}

.ingredient-row{
display:flex;
justify-content:space-between;
gap:30px;
padding:15px 30px 15px;
}

.ingredient-row.last{
border-bottom:none;
padding-bottom:35px;
}

.ingredient-row h4{
margin:0 0 15px;
color:#0F1B33;
font-family: 'Playfair Display' !important;
font-weight: 500;
font-size: 20px;
line-height: 100%;
letter-spacing: 0%;
vertical-align: middle;

}

.ingredient-row p{
margin:0;
color:#4D5769;
font-family: Jost;
font-weight: 400;
font-size: 16px ;
line-height: 15px;
letter-spacing: 0%;
vertical-align: middle;
}

.ingredient-row span{
white-space:nowrap;
color: #0F1B33;
font-family: 'Playfair Display' !important;
font-weight: 500;
font-size: 20px;
line-height: 100%;
letter-spacing: 0%;
text-align: right;
vertical-align: middle;

}

.complex-card{
    margin-top: 20px;
    background: #1C2B55;
    color: #F5EFE4;
    padding: 15px 30px;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2px;
}

.complex-card-h {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.complex-card h4{
margin:0 0 10px;
font-family: Playfair Display !important;
font-weight: 600;
font-size: 20px;
line-height: 30px;
letter-spacing: 0%;
vertical-align: middle;
}

.complex-card p{
margin:0 0 10px;
font-family: Jost !important;
font-weight: 400;
font-size: 16px;
line-height: 25px;
letter-spacing: 0%;
vertical-align: middle;
color:#A6ACB4;
width: 480px;
}

.complex-card small{
font-family: Jost !important;
font-weight: 400; 
font-size: 13px;
line-height: 15px;
letter-spacing: 0%;
vertical-align: middle;
color:#768CAC;
}

.complex-card span{
  flex:0 0 70px;   /* Fixed width */
  min-width:70px;
  text-align:right;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  justify-content:flex-start; 
  color:#C7AED4;
  font-family:Playfair Display !important;
  font-weight:500;
  font-size:20px;
  line-height:1.2;
}

.fine-text{
margin-top:20px;
color:#9B9B9B;
font-family: Jost !important;
font-weight: 400;
font-size: 13px;
line-height: 20px;
letter-spacing: 0%;
vertical-align: middle;

}

.ingredients-image{
position:relative;
border-radius:26px;
overflow:hidden;
height:100%;
max-height:650px;
align-self:center;
}

.ingredients-image img{
width:100%;
height:100%;
display:block;
object-fit: contain;
}

@media(max-width:989px){

.ingredient-row h4{
font-size:14px;
margin-bottom: 8px;
}

.ingredient-row p{
font-size:12px;
width:110%;
}

.ingredient-row span{
font-size:14px;
}

.ingredients-card{
padding-top: 10px;
}

.ingredients-heading h2 {
    margin: auto !important;
    padding-top: 10px;
    width: 60% !important;
}

#bs-collagen .founder-photo img {
  width: 100%;
  border-radius: 20px;
  /* box-shadow: var(--shadow-md); */
  display: block;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: top;
  width: auto;
  height: auto;
}
.founder-copy {
    width: 100% !important; 
}

.ingredients-section{
 padding:30px 20px;
}

.ingredients-grid{
    display:flex;
    flex-direction:column;
    gap:35px;
    align-items: center;
}

.ingredients-left{
    order:1;
}

.ingredients-image{
    order:2;
    margin-bottom:0px;
}


.ingredients-heading {
  font-size: 25px !important;
  font-family: 'Playfair Display';
  line-height: 30px !important;
  justify-self:center;
}

.ingredients-heading .subtitle{
font-size: 14px;
line-height: 20px;
}
.ingredient-row.last{
padding-bottom:15px;
}

.ingredient-row{
padding:10px 20px;
gap:0px;
}

.complex-card{
padding:20px;
gap:0px;
}
.complex-card h4{
font-size:15px;
margin-bottom:5px;
}
.complex-card p{
font-size:12px;
line-height: 20px;
width:100%;
}
.complex-card span{
font-size:15px;
}
.complex-card small{
font-size: 11px;
width: 100%;
display: inline-block;
}
.fine-text{
  font-size: 11px;
  line-height:15px;
}
}
.gradient-divider {
  width: 70%;
  margin: auto;
  justify-self:center;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(199, 174, 212, 0) 0%,
    rgba(199, 174, 212, 1) 50%,
    rgba(199, 174, 212, 0) 100%
  );
}
/* comparison */

.comparison-section{
    background:#1A2B4A;
    padding:50px 20px;
    color:#fff;
}

.comparison-container{
    max-width:1100px;
    margin:auto;
    text-align-last: center;
}

.comparison-eyebrow{
    text-transform:uppercase;
    color:#b98ab7;
    font-family: Jost !important;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 20%;
    text-align: center;
}

.comparison-title{
  font-family: 'Playfair Display';
  font-weight: 500;
  font-size: 35px;
  line-height: 45px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color:#F5EFE4;
}

.comparison-title span{
    color:#8E73A0;
    font-style:italic;
}

.comparison-subtitle{
  font-family: Jost !important;
    margin: 10px auto 50px;
    text-align:center;
    color:#F5EFE4;
font-weight: 400;
font-size: 16px;
line-height: 25px;
text-align: center;
vertical-align: middle;
}
.comparison-table{
    width:100%;
}

.comparison-head{
    display:grid;
    grid-template-columns:70px 1fr 70px;
    align-items:center;
    text-align:center;
    padding-bottom:16px;
    margin-bottom:5px;
    color:#fff;
    font-size:24px;
    width:70%;
    justify-self: center;
}

.comparison-head div:nth-child(2){
    font-size:0 ;
}

.comparison-row{
    display:grid;
    grid-template-columns:70px 1fr 70px;
    align-items:center;
    padding:18px 0;
    width:70%;
    margin: auto;
    justify-self: center;
}

.comparison-row:last-child {
margin-bottom:10px;
}
.feature{
    color:#F5EFE4;
    font-family: Playfair Display;
font-weight: 400;
font-size: 20px;
line-height: 30px;
text-align: center;
vertical-align: middle;
}

.icon{
    width:20px;
    height:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto;
}

.icon img{
    width:30px;
    height:30px;
    display:block;
    object-fit:contain;
}
.comparison-divider{
    width:100% !important;
  justify-self:center;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(199, 174, 212, 0) 0%,
    rgba(199, 174, 212, 1) 50%,
    rgba(199, 174, 212, 0) 100%
  );
    margin:0 0 8px 0;
}
.comparison-note{
    margin-top:30px;
    color:#bfc3d0;
    font-family: Jost !important;
font-weight: 400;
font-size: 13px;
text-align: center;
vertical-align: middle;

}
.comparison-brand{
    display:flex;
    justify-content:center;
    align-items:center;
    width:150px;
    height: 30px;
}

.comparison-brand img{
    max-width:170px;
    width:100%;
    height:auto;
    display:block;
}

.comparison-other{
    white-space:nowrap;
    text-align:center;
    font-size:24px;
    color:#ffffff;
     font-family: Jost !important;
}

@media (max-width:768px){

.comparison-brand{
    justify-content:flex-start;
}

#bs-collagen .founder-body p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: var(--bs-grey-700);
    margin: 0 0 16px;
}

}
/* ================= Mobile ================= */

@media (max-width:768px){

.comparison-section{
    padding:30px 20px;
}

.comparison-eyebrow{
    text-align:left;
font-size: 11px;
line-height: 20px;
}

.comparison-title{
    text-align:left;
    font-size:25px;
    line-height: 30px;
}

.comparison-subtitle{
    text-align:left;
    margin:10px 0 20px;
    font-size:14px;
    line-height: 20px;
}

.comparison-head{
    font-size:10px;
    text-align:left;
    width: 100%;
    padding-bottom: 0;
}

.comparison-head div:nth-child(3){
    text-align:right;
}

.comparison-row{
    grid-template-columns:45px 1fr 45px;
    gap:12px;
    padding:5px 0;
    width: 100%;
}
.comparison-brand img{
max-width: 50px;
}
.comparison-other{
    text-align:right;
    font-size:10px;
    white-space:nowrap;
    font-family: Jost !important;
}
.feature{
    text-align:center;
    font-size:14px;
}

.icon img{
 width:20px;
    height:20px;
}
.comparison-note{
    text-align:left;
    font-size:11px;
    margin-top:15px;
}
}

/*VERIFIED REVIEWS*/
.testimonial-box{
    max-width:750px;
    margin:30px auto;
    padding:20px;
    background:#EDE3F0;
    border:1px solid #C7AED4;
    border-radius:18px;
    text-align:center;
}

.testimonial-quote{
    margin:0 0 20px;
    color:#1E274A;
    font-family: Playfair Display !important;
font-weight: 600;
font-style: Italic;
font-size: 20px;
line-height: 25px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;

}

.testimonial-author{
    margin:0;
    color:#A17DB0;
    font-family: Jost !important;
font-weight: 600;
font-size: 14px;
line-height: 20px;
letter-spacing: 10%;
text-align: center;
vertical-align: middle;
text-transform: uppercase;
}

/* Mobile */

@media (max-width:768px){

.testimonial-box{
  padding: 10px !important;
  border-radius: 12px !important;
  margin: 20px 0 0 !important;
}

.testimonial-quote{
    font-size:15px !important;
    line-height:25px !important;
    margin-bottom:20px !important;
}

.testimonial-author{
    font-size:12px !important;
    letter-spacing:1.5px !important;
    line-height:20px !important;
}
}

/*How it works section */
  #bs-collagen .bone{
    padding:50px 0px !important; 
  } 

  #bs-collagen h2.h{ 
    font-family: 'Playfair Display';
    font-weight: 500; 
    font-size: 35px; 
    line-height: 45px; 
    vertical-align: middle; 
    margin:10px 0 ;
  } 
    
    #bs-collagen .lede{ 
      max-width:725px;
      font-family: Jost;
      font-weight: 400; 
      font-size: 16px; 
      line-height: 25px; 
      text-align: center; 
      vertical-align: middle;
     } 
     #bs-collagen .deliv-lead { 
      font-family: 'Playfair Display' !important; 
      font-weight: 500; 
      font-style: Italic; 
      font-size: 20px;
      margin:30px 0px 40px; 
      color: #8E73A0;
    }
  #bs-collagen .deliv-panels{
    display:flex;
    gap:30px;
    justify-content:center;
    align-items:stretch;
}

#bs-collagen .deliv-card{
    flex:1 1 0;
    max-width:400px;
    background:#FCFCFB;
    border:1px solid #C7AED4;
    border-radius:20px;
    padding:30px;
    text-align:left;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
}

#bs-collagen .card-title{
    font-family:"Playfair Display" !important;
    font-weight:700;
    font-size:20px;
    line-height:20px;
    color:#0F1B33;
    margin:0 0 10px;
    width:100%;
    text-align:left;
}
#bs-collagen .card-desc{
    font-family:Jost !important;
    font-size:16px;
    line-height:20px;
    color: #4D5769;
    margin:0 0 24px;
    font-weight:400;
    width:100%;
    text-align:left;
}

#bs-collagen .deliv-img{
    width:100%;
    max-width: 350px;
    display:block;
    height:auto;
    margin:0 auto 20px;  
}

#bs-collagen .card-small{
    font-family:Jost !important;
    font-size:16px;
    line-height:20px;
    color:#4D5769;
    text-align:center;
    margin:0;
    font-weight:400;
    width:100%;
    text-align:center;
}
#bs-collagen .deliv-fine{
font-family: Jost !important;
font-weight: 400;
font-size: 13px;
color:#A6ACB4;
line-height: 100%;
text-align: center;
vertical-align: middle;
margin-top:40px;
}

@media(max-width:989px){

    #bs-collagen .bone{
        padding:30px 20px !important;
    }

    #bs-collagen .deliv-panels{
        flex-direction:column !important;
        gap:20px !important;
    }

    #bs-collagen .deliv-card{
        max-width:100% !important;
        padding:24px !important;
    }

    #bs-collagen .card-title{
        font-size:24px !important;
        line-height:32px !important;
    }

    #bs-collagen .card-desc{
        font-size:16px !important;
        line-height:24px !important;
        margin-bottom:18px !important;
    }

    #bs-collagen .card-small{
        font-size:16px !important;
        line-height:24px !important;
    }
}

.hiw { text-align: center !important; padding-bottom: 10px;}

.science-eyebrow {
  font-family: 'Jost';
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 20%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #8E73A0;
}
@media(max-width:749px){

  .hiw {width: 70%; margin: auto !important;}

.science-eyebrow {
  font-size: 11px;
  text-align: left;
}

  #bs-collagen h2.h{
    font-size:25px !important;
    line-height:30px !important;
  }

    #bs-collagen .lede{
        font-size:14px !important;
        line-height:20px !important;
        margin-top:0px !important;
    }

    #bs-collagen .deliv-lead{
        font-size:18px !important;
        margin:20px 0 30px !important;
    }
#bs-collagen .wrap{
padding:0 !important;
}
#bs-collagen .deliv-panels{
margin-top:0 !important;
        gap:20px !important;

}
    #bs-collagen .deliv-card{
        padding:20px !important;
    }

    #bs-collagen .card-title{
        font-size:14px !important;
        line-height:20px !important;
    }

    #bs-collagen .card-desc{
        font-size:14px !important;
        line-height:20px !important;
    }

    #bs-collagen .card-small{
        font-size:14px !important;
        line-height:20px !important;
    }
    #bs-collagen .deliv-fine{
    font-size:11px !important;
    margin-top:20px !important;
    }
}

/* ===========================
   HOW TO STEPS
=========================== */
.howto-section{
background-color:#1A2B4A !important;
}
.howto-heading{
    text-align:left;
    margin-bottom:30px;
    justify-self:left;
}

.howto-eyebrow2{
  text-transform:uppercase;
    color:#b98ab7;
    font-family: Jost !important;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 20%;
    text-align: left;
    margin-bottom:10px;
}

.howto-heading h2{
     font-family: Playfair Display !important;
font-weight: 500;
font-size: 35px;
line-height: 45px;
vertical-align: middle;
color:#F5EFE4;
    margin:0 auto 30px;
}

.howto-heading h2 em{
    font-style:italic;
    font-weight:500;
    color:#8E73A0;
}
#bs-collagen .steps{
margin-top:0px !important;
}
.howto-divider{
 width:100% !important;
 margin: 30px 0 0 !important;
  justify-self:center;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(199, 174, 212, 0) 0%,
    rgba(199, 174, 212, 1) 50%,
    rgba(199, 174, 212, 0) 100%
  );
}
.steps{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:40px;
    align-items:start;
    background:#1A2B4A;
}

.step{
    display:flex;
    flex-direction:column;
    padding:0;
    border:none;
}

.step-img{
    width:280px;
    height:280px;
    aspect-ratio: 1;
    object-fit: contain;
    border-radius: 20px;
    display: block;
    margin:0 0 20px;
}

.step .n { 
  display:block;
  margin:0 0 10px;
  color:#8E73A0;
  font-family: Jost !important;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 20%;
  text-transform: uppercase;
  font-style: normal;
}

.step h3 {
    margin:0 0 10px;
    color:#fff;
    font-family: Playfair Display !important;
font-weight: 600;
font-size: 20px;
line-height: 100%;
vertical-align: middle;
}

.step p{
    margin:0;
    color: #A6ACB4;
    font-family: Jost !important;
font-weight: 400;
font-size: 16px;
line-height: 25px;
letter-spacing: 0%;

}
.howto-divider-mobile{
    display: none;
    }

/* ===========================
   TABLET
=========================== */

@media (max-width:989px){

    .steps{
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:24px;
    }

}

/* ===========================
   MOBILE
=========================== */

@media (max-width:749px){
  .howto-section{
  padding: 30px 20px;
  }
  
    .howto-heading{
        text-align:left;
        margin-bottom: 0;
    }

    .howto-heading h2{
        font-size:25px;
        line-height:30px;
        margin-bottom:0;
    }

.howto-eyebrow2{
 font-size:11px;
        line-height:20px;
        margin-bottom:10px;
}
    .steps{
        display:flex ;
        flex-direction:column ;
        gap:0 ;
    }

    .step{
        display:grid !important;
        grid-template-columns:90px 1fr !important;
        grid-template-areas:
            "image step"
            "image title"
            "image desc";
        column-gap:10px;
        row-gap:0;
        align-items:start;
        padding:20px 0;
    }

    .step:last-child{
        border-bottom:none;
    }

    .step-img{
        grid-area:image;
        width:90px;
        height:90px;
        aspect-ratio:auto;
        margin:0;
        border-radius:15px;
        object-fit:cover;
    }

    .step .n{
        grid-area:step;
        margin:0 0 5px;
        font-size:10px;
        letter-spacing:2px;
    }

    .step h3{
        grid-area:title;
        margin:0 0 5px;
        font-size:14px;
        line-height:100%;
    }

    .step p{
        grid-area:desc;
        margin:0;
        font-size:12px;
        line-height:18px;
    }

    .bone .eyebrow2{
        text-align:left;
    }

    .bone .h{
        text-align:left;
        margin-bottom:30px;
        font-size:36px;
        line-height:1.15;
    }
    .howto-divider-mobile{
      display:block;
      width:100%;
      height:1px;
      margin: 0;
      background:linear-gradient(
        90deg,
        rgba(199,174,212,0) 0%,
        rgba(199,174,212,1) 50%,
        rgba(199,174,212,0) 100%
      ) !important;
  }
    .howto-divider{
    display: none !important;
    }
}

.universal-divider {
  display:block;
  width:100%;
  height:1px;
  margin: 0;
  background:linear-gradient(
  90deg,
  rgba(199,174,212,0) 0%,
  rgba(199,174,212,1) 50%,
  rgba(199,174,212,0) 100%
  ) !important;
}
/*video section*/
.video-section{
    background:#1A2B4A;
    padding:0 100px 70px !important;
}

.video-container {
  margin: 30px 0;
}

.video-heading{
    font-family:Playfair Display;
    font-size:35px;
    font-weight:500;
    line-height:45px;
    color:#F5EFE4;
    margin:0 0 30px;
}

.video-heading em{
    font-style:italic;
    font-weight:500;
    color:#8E73A0;
}

.video-wrapper{
    position:relative;
    overflow:hidden;
    border-radius:30px;
    width:100%;
    line-height:0;
}

.video-image{
    width:100%;
    display:block;
    border-radius:30px;
}
.video-player{
    opacity:0;
    visibility:hidden;
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.3s;
    display:none;
    border-radius:30px;
}

.video-player.active{
    display:block;
    opacity:1;
    visibility:visible;
    position:relative;
}

.video-image.hide,
.video-play-icon.hide{
    display:none;
}
.video-image{
    display:block;
}

/* Play Icon */

.video-play-link{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    display:block;
    z-index:10;
    cursor:pointer;
}

.video-play-icon{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:72px;
    height:72px;
    cursor:pointer;
    transition:.25s ease;
}
.video-play-icon:hover{
    transform:translate(-50%,-50%) scale(1.08);
}

.video-play-link:hover .video-play-icon{
    transform:scale(1.08);
}

.video-caption{
    margin-top:30px;
    color:#A6ACB4;
    font-family:Jost !important;
    font-size:14px;
    line-height:20px;
    font-weight:400;
}

/* ==========================
   TABLET
========================== */

@media (max-width:989px){

    .video-section{
        padding:0 40px 60px !important;
    }

    .video-heading{
        font-size:32px;
        line-height:40px;
    }

}

/* ==========================
   MOBILE
========================== */

@media (max-width:749px){

    .video-section{
        padding:0 20px 45px !important;
    }

    .video-heading{
        font-size:25px;
        line-height:32px;
        margin-bottom:20px;
        text-wrap:auto;
    }
    .video-caption{
        margin-top:16px;
        font-size:14px;
        line-height:20px;
    }
    .video-wrapper,
    .video-image,
    .video-player{
        border-radius:15px;
    }

    .video-play-icon{
        width:56px;
        height:56px;
    }

}






/* ===================== Gallery: mobile carousel vs desktop grid ===================== */
#bs-collagen .gallery-grid-desktop{ display:none; }

/* ===================== Mobile gallery: peek scroller ===================== */
#bs-collagen .gmain-wrap{
  position:relative;
width: 100%;
}
#bs-collagen .gallery-main{
  display:flex;
  align-items:stretch;
  overflow-x:auto;
  overflow-y:hidden;
  gap:12px;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
  -ms-overflow-style:none;
}
#bs-collagen .gallery-main::-webkit-scrollbar{
  display:none;
  height:0;
}
#bs-collagen .gmain-slide{
  flex:0 0 65%;
  max-width: 70%;
  scroll-snap-align:start;
  scroll-snap-stop:always;
  border-radius:18px;
  overflow:hidden;
  aspect-ratio:1/1;
  background:#F5EFE4;
}
#bs-collagen .gmain-slide .gmain-img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  cursor:zoom-in;
}
#bs-collagen .gmain-wrap .gallery-badge{
  position:absolute;
  top:14px;
  left:14px;
}
#bs-collagen .gmain-wrap .gnav{
  display:none; /* swipe/scroll handles navigation on mobile */
}

@media (min-width:769px){

  #bs-collagen .sci-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px 48px;
  margin-top: 44px
}

  #bs-collagen .gallery--mobile{ display:none; }

  #bs-collagen .gallery-grid-desktop{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
  }

  #bs-collagen .ggrid-item{
    position:relative;
    display:block;
    padding:0;
    margin:0;
    border:none;
    background:none;
    cursor:zoom-in;
    border-radius:18px;
    overflow:hidden;
  }

  #bs-collagen .ggrid-item img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    aspect-ratio:1/1;
  }

  /* every 1st, 4th, 7th... item spans the full row on its own */
  #bs-collagen .ggrid-item:nth-child(3n+1){
    grid-column:1 / -1;
  }
  

  #bs-collagen .ggrid-item .gallery-badge{
    position:absolute;
    top:14px;
    left:14px;
  }
}

#bs-collagen .gallery-badge{
  position:absolute;
  top:14px;
  left:14px;
  z-index:3;
  font-size:10.5px;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:#0F1B33;
  background:var(--bs-mauve);
  padding:7px 13px;
  border-radius:999px;
  box-shadow:var(--shadow-sm);
  pointer-events:none;
  }

  #bs-collagen .buy-price-row{
  display:flex;
  align-items:baseline;
  gap:10px;
  padding:20px 0 10px;
  }
  #bs-collagen .buy-price-now{
  font-family: 'Playfair Display';
  font-size:30px;
  font-weight:600;
  color:var(--bs-navy-deep, #1A2B4A);
  line-height:1;
  }
  #bs-collagen .buy-price-was{
  font-size:15px;
  color:#9a8fa8;
  text-decoration:line-through;
  }

  .read-more{
    font-family: 'Jost';
    font-weight: 600;
    font-style: SemiBold;
    font-size: 15px;
    color: #8E73A0 !important;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
  }

@media (max-width:768px){
  .read-more{
    font-size:12px;  
    text-decoration-line: underline !important;
    text-decoration-style: solid !important;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 2px !important;
    -webkit-text-decoration-line: underline !important;
  }
  .safety-badge__text{
    font-size:11px !important;  
  }
  #bs-collagen .buy-add{
    min-height:50px !important;
    margin-top: 0;
    } 
    .shop-pay{
    height:50px !important;
    }
    #bs-collagen .buy-price-now{
      font-size:18px;
    }
    .safety-badge {
      margin-top: -5px;
      justify-content: center;
    }
    .pack-title {
      font-size: 11px;
    }
}

.pack-title {
  font-family: 'Jost' !important;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 20%;
  vertical-align: middle;
  text-transform: uppercase !important;
  padding-bottom: 10px;
}

  #bs-collagen .points li:last-child {
    border-bottom: unset;
  }

  #bs-collagen .points li:first-child {
    border-top: unset;
  }

  .safety-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px;
  border: 1px solid #C7AED4;
  border-radius: 10px;
  background: #EDE3F0;
  box-sizing: border-box;
}

.safety-badge__text {
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #8E73A0;
}

.shop-pay{
  background: #5433EB;
  height: 60px;
  border-radius:15px;
}

.button-content>span {
  font-family: 'Jost';
    font-weight: 500;
    font-size: 20px !important;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}

#bs-collagen .bs-trust-marquee{
  width:100%;
  overflow:hidden;
  margin-top:30px;
  background: #0F1B33;
  padding: 30px;
}
@media (max-width: 800px) {
  #bs-collagen .bs-trust-marquee {
    width: 90vw !important;
    padding: 20px;
  }
}

.hero-rate {
  display: flex;
  align-items: center;
}

.hero-rate-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
  font-size: 16px;
}

.hero-rate-stars {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
}

.hero-rate-text {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
}

.hero-rate-rating *,
.hero-rate-stars * {
  font-size: inherit !important;
}

@media (max-width: 768px) {
  .hero-rate-rating,
  .hero-rate-stars,
  .hero-rate-text {
    font-size: 11px;
  }
}

#bs-collagen .bs-trust-track{
  display:flex;
  align-items:center;
  width:max-content;
  animation: bs-trust-scroll 18s linear infinite;
}
#bs-collagen .bs-trust-marquee:hover .bs-trust-track{
  animation-play-state:paused;
}
#bs-collagen .bs-trust-item{
  display:flex;
  align-items:center;
  gap:30px;
  white-space:nowrap;
  padding:0 22px;
  font-family:'Jost', sans-serif;
  font-weight:400;
  font-size:15px;
  letter-spacing: 2px;
  text-transform:uppercase;
  color: #F5EFE4;
}
#bs-collagen .bs-trust-item svg{flex-shrink:0;}

@keyframes bs-trust-scroll{
  0%{ transform:translateX(0); }
  100%{ transform:translateX(-50%); }
}
@media (max-width:768px){
  #bs-collagen .bs-trust-item{
    font-size:11px;
    padding:0 16px;
  }
}

.bs-trust-badge {
  width: 30px;
  height: 15px;
}

@media (max-width: 767px) {
  .bs-trust-badge {
    width: 20px;
    height: 10px;
  }
  #bs-collagen .opt-badge {
    font-weight: 500;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 10%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
  }
}


#bs-collagen .opts3{ margin:18px 0; }

#bs-collagen .opt{
  position:relative;
  display:block;
  border:1.5px solid #A6ACB4;
  border-radius:16px;
  padding:12px !important;
  margin-bottom:14px;
  cursor:pointer;
  background:transparent;
  transition:border-color .15s ease, box-shadow .15s ease;
}
#bs-collagen .opt:last-child{ margin-bottom:0; }
#bs-collagen .opt.sel{
  border-color:#8E73A0;
  box-shadow:0 0 0 1px #8E73A0;
  background: #FCFCFB;
}
#bs-collagen .opt:not(.sel):hover{ border-color:#C7AED4; }

#bs-collagen .radio{ display:none; } /* not used in this layout */

#bs-collagen .opt-badge{
    display: inline-block;
    padding: 7px 10px;
    border-radius: 30px;
    font-family: Jost;
    font-weight: 500;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 10%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}

.opt-badge {
  font-size: 12px;
  padding: 5px 12px;
  border-radius: 999px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}

.opt.tier-a {
  border: 2px solid #C7AED4;
}
.opt.tier-a .opt-badge {
  background: #EDE3F0;
  color: #0F1B33;
  border: 1px solid #C7AED4;
}

.opt.tier-b .opt-badge {
  background: #C7AED4;
  color: #0F1B33;
}

.opt.tier-c .opt-badge {
  background: #0F1B33;
  color: #F5EFE4;
}
#bs-collagen .opt-row{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
}

#bs-collagen .opt .pn {
  font-family:'Playfair Display';
  font-weight: 600;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 0%;
  vertical-align: middle;
}


#bs-collagen .opt .pr{
  text-align:right;
  flex-shrink:0;
}
#bs-collagen .opt .now{
  display:block;
  font-family:'Playfair Display', serif;
  font-size:21px;
  font-weight:600;
  color:#1A2B4A;
  white-space:nowrap;
}

#bs-collagen .opt .now {
  display: block;
  font-family: 'Playfair Display';
  font-weight: 600;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
  color: #0F1B33;
}

 #bs-collagen .opt .save-pill{
    display: inline-block;
    margin-top: -15%;
    font-family: 'Jost';
    padding: 3px 6px;
    border-radius: 20px;
    background: #4B7A5B1A;
    border: 1px solid #4B7A5B;
    color: #4B7A5B;
    white-space: nowrap;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
}

@media (max-width:800px){
  #bs-collagen .opt{ padding:18px 16px 16px; }
  #bs-collagen .opt .pn {
  font-weight: 600;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0%;
  vertical-align: middle;
 }
 #bs-collagen .opt .now {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
  color: #0F1B33;
 }

 #bs-collagen .opt .save-pill{
  padding: 2px 7px;
  border-radius: 20px;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
  background: #4B7A5B1A;
  border: 1px solid #4B7A5B;
  color: #4B7A5B;
  white-space: nowrap;
}
}

#bs-collagen .gallery-main{
  display:flex;
  align-items:stretch;
  overflow-x:auto;
  overflow-y:hidden;
  gap:12px;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
  -ms-overflow-style:none;
  padding-right: 20px;
}
#bs-collagen .gallery-main::-webkit-scrollbar{
  display:none;
  height:0;
}
#bs-collagen .gmain-slide{
  flex:0 0 85%;
  max-width: 90%;
  scroll-snap-align:start;
  scroll-snap-stop:always;
  border-radius:18px;
  overflow:hidden;
  aspect-ratio:1/1;
  background:#F5EFE4;
}
#bs-collagen .gmain-slide .gmain-img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  cursor:zoom-in;
  margin-right: 20px;
}
#bs-collagen .gmain-wrap .gallery-badge{
  position:absolute;
  top:14px;
  left:14px;
}
#bs-collagen .gmain-wrap .gnav{
  display:none;
}

@media (min-width:769px){
  #bs-collagen .gallery--mobile{ display:none; }

  #bs-collagen .gallery-grid-desktop{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
  }

  #bs-collagen .ggrid-item{
    position:relative;
    display:block;
    padding:0;
    margin:0;
    border:none;
    background:none;
    cursor:zoom-in;
    border-radius:18px;
    overflow:hidden;
  }

  #bs-collagen .ggrid-item img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    aspect-ratio:1/1;
  }


  #bs-collagen .ggrid-item:nth-child(3n+1){
    grid-column:1 / -1;
  }
 

  #bs-collagen .ggrid-item .gallery-badge{
    position:absolute;
    top:14px;
    left:14px;
  }
}



.mobile-only { display: none; }
.desktop-only { display: block; }

@media (max-width: 768px) {

  .mobile-only { 
    display: block; 
    margin: 20px 0 30px;
  }

  .desktop-only { 
    display: none; 
  }

  .hero-grid {
    display: flex;
    flex-direction: column;
  }

}


.hero-photo__viewport {
  overflow: hidden;
  border-radius: 24px;
  position: relative;
}


.hero-photo__track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  width: 100%;
  touch-action: pan-y;
}

.hero-photo__track::-webkit-scrollbar {
  display: none;
}


.hero-photo__track img {
  flex: 0 0 100%;
  width: 100%;
  scroll-snap-align: start;
  object-fit: cover;
}


.hero-photo__dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .hero-photo__dots {
    margin-top: 40px;
  }
}

.hero-photo__dots button {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: none;
  background: rgba(0,0,0,0.3);
  transition: all 0.25s ease;
}

.hero-photo__dots button.is-active {
  width: 18px;
  border-radius: 10px;
  background: #8E7BA6;
}


.eyebrow3 {
    font-size: 10px;
}

.eyebrow3 {
    font-family: Jost;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 20%;
    vertical-align: middle;
    text-transform: uppercase;
    color: #8E73A0;
}

  .gthumbs {
    display: none;
  }
@media (max-width: 800px) {

.buy-gallery-mb {
  width: 105%;
  display: grid;
}
  .gthumbs {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 8px;

    overflow-x: auto !important;
    overflow-y: hidden;

    width: 100%;
    max-width: 100%;

    touch-action: pan-x !important;
    overscroll-behavior-x: contain;

    scroll-behavior: smooth;
  }

  .gthumb {
    flex: 0 0 auto !important;
  }

  .gthumb img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    display: block;
  }

  /* remove any parent clipping */
  .gallery--mobile,
  .buy-gallery,
  .gmain-wrap {
    overflow: visible !important;
  }

  /* hide scrollbar */
  .gthumbs::-webkit-scrollbar { display: none; }
  .gthumbs { scrollbar-width: none; }
}

.sealsubs-target-element {
    margin-top: 20px;
}

.bs-combo-list.bs-combo-list--mobile {
  display: none !important;
}

.bs-combo-list.bs-combo-list--desktop {
  display: block !important;
}

/* =========================================
   MOBILE COMBO CARD
   ========================================= */

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

  .bs-combo-list--mobile .bs-combo-card {
    display: grid !important;
    grid-template-columns: 70px minmax(0, 1fr);
    grid-template-areas:
      "media body"
      "checklist checklist"
      "button button";
    column-gap: 10px;
    row-gap: 14px;
    align-items: start;
  }

  /* IMAGE — LEFT */
  .bs-combo-list--mobile .bs-combo-media {
    grid-area: media;
    width: 70px;
    min-width: 70px;
    margin: 0;
  }

  .bs-combo-list--mobile .bs-combo-imgs {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .bs-combo-list--mobile .bs-combo-img {
    width: 100%;
    height: 100%;
    max-width: 70px;
    object-fit: contain;
    display: block;
  }

  /* TITLE + DESCRIPTION + SAVE — RIGHT */
  .bs-combo-list--mobile .bs-combo-body {
    grid-area: body;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    margin: 0;
  }

  .bs-combo-list--mobile .bs-combo-title {
    margin: 0 0 5px;
    line-height: 1.2;
  }

  .bs-combo-list--mobile .bs-combo-desc {
    margin: 0 0 8px;
    line-height: 1.2;
  }

  .bs-combo-list--mobile .bs-combo-savepill {
    margin: 0;
  }

  /* CHECKLIST — FULL WIDTH BELOW */
  .bs-combo-list--mobile .bs-combo-checklist {
    grid-area: checklist;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .bs-combo-list--mobile .bs-combo-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
  }

  .bs-combo-list--mobile .bs-combo-checklist li + li {
    margin-top: 10px;
  }

  .bs-combo-list--mobile .bs-combo-checklist span {
    min-width: 0;
    line-height: 1.35;
  }

  /* BUTTON — FULL WIDTH */
  .bs-combo-list--mobile .bs-combo-addbtn {
    grid-area: button;
    width: 100%;
    margin: 0;
  }

}

@media screen and (max-width: 767px) {
  .bs-combo-list.bs-combo-list--mobile {
    display: block !important;
  }

  .bs-combo-list.bs-combo-list--desktop {
    display: none !important;
  }

    
  #bs-collagen .bs-combo-title {
    font-size: 18px !important;
    font-weight:500;
    line-height:20px;
    margin:0 0 5px;
  }

    #bs-collagen .bs-combo-imgs{
    display: block;
    width: 70px !important;
    height: 70px !important;
  }

#bs-collagen .bs-combo-savepill{
  font-size: 10px;
  padding: 0px 8px;
}

}


#bs-collagen .bs-combo-title {
  font-family: 'Playfair Display';
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0%;
  vertical-align: middle;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  color:#1A2B4A;
  margin:0 0 5px;
}

 #bs-collagen .bs-combo-wrap{ margin-top:28px; }
  #bs-collagen .bs-combo-eyebrow{
    font-family:'Jost', sans-serif;
    font-size:11.5px;
    font-weight:600;
    letter-spacing:.12em;
    text-transform:uppercase;
    color:#8E73A0;
    margin:0 0 12px;
  }
  #bs-collagen .bs-combo-list{ display:flex; flex-direction:column; gap:16px; }

  #bs-collagen .bs-combo-card{
    border: 1px solid #EDE6F2;
    background: #FCFCFB;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
  }

  #bs-collagen .bs-combo-media{ position:relative; flex:0 0 auto; }

  #bs-collagen .bs-combo-imgs{
    display: block;
    width: 160px;
    height: 160px;
  }

  #bs-collagen .bs-combo-img{
    object-fit: contain;
    border-radius: 10px;
    border: 1px solid #EDE3F0;
  }
  #bs-collagen .bs-combo-plus{
    font-family:'Jost', sans-serif;
    font-size:14px;
    color:#8E73A0;
    flex:0 0 auto;
  }
  #bs-collagen .bs-combo-savebadge{
    position:absolute;
    top:-8px; left:-8px;
    width:52px; height:52px;
    border-radius:50%;
    background:#F5C84C;
    color:#1A2B4A;
    display:flex; align-items:center; justify-content:center;
    text-align:center;
    font-family:'Jost', sans-serif;
    font-size:9.5px;
    font-weight:700;
    line-height:1.15;
    letter-spacing:.02em;
    box-shadow:0 2px 4px rgba(15,27,51,.18);
  }

  #bs-collagen .bs-combo-body{ flex:1 1 180px; min-width:180px; padding-bottom: 5px;}

  .bs-combo-desc {
    font-family: 'Jost';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    margin-bottom: 15px;
  }

  #bs-collagen .bs-combo-title em{ color:#8E73A0; font-style:italic; }

  #bs-collagen .bs-combo-checklist {
    list-style: none;
    margin: 0 0 15px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  #bs-collagen .bs-combo-checklist li{ display:flex; align-items:center; gap:8px; }
  #bs-collagen .bs-combo-checklist svg{ flex:0 0 auto; width:18px; height:18px; }
  #bs-collagen .bs-combo-checklist span{
    font-family: 'Jost';
    font-size: 13px;
    color: #4D5769;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }

#bs-collagen .bs-combo-savepill {
  display: inline-block;
  font-family: 'Jost';
  font-size: 13px;
  font-weight: 500;
  padding: 1px 7px;
  border-radius: 999px;
  background: #4B7A5B1A;
  border: 1px solid #4B7A5B;
  color: #4B7A5B;
}


  #bs-collagen .bs-combo-addbtn{
    flex:1 1 100%;
    border: none;
    border-radius: 12px;
    background: #1A2B4A;
    color: #F5EFE4;
    font-family: 'Jost';
    font-size: 15px;
    font-weight: 500;
    padding: 16px;
    cursor: pointer;
    transition: background .15s ease;
  }
  #bs-collagen .bs-combo-addbtn:hover{ background:#1A2B4A; }
  #bs-collagen .bs-combo-addbtn[disabled]{ opacity:.6; cursor:default; }

  @media (max-width:480px){

  #bs-collagen .bs-combo-card{
    border: 1px solid #EDE6F2;
    background: #FCFCFB;
    border-radius: 12px;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px !important;
    margin-top: 10px;
  }
    
  .bs-combo-desc {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  
  }

  .sealsubs-target-element {
    margin-top: 0;
  }

  .sealsubs-container {
    margin-top: 0;
  }
  
  .sealsubs-target-element.sealsubs-full[data-seal-ac] {
    margin-bottom: -5%;
  }

 .custom-padding {
    padding: 50px 100px;
  }

  #bs-buyform .buy-buttons {
  width: 100%;
}

#bs-buyform #addBtn {
  width: 100%;
}

#bs-buyform .shop-pay {
  width: 100%;
  margin-top: 12px;
}

#bs-buyform .shopify-payment-button {
  width: 98%;
  place-self: anchor-center;
}

#bs-buyform .shopify-payment-button__button {
  width: 100% !important;
}

  @media (max-width: 800px) {
 .custom-padding {
    padding: 30px 20px;
  }
  }

   .marquee-padding {
    padding: 50px 0 !important;
  }

  @media (max-width: 800px) {
 .marquee-padding {
    padding: 30px 0 !important;
  }
  .jm-review-widget{
    padding-block-end: 0 !important;
    padding-block-start: 30px !important;
  }

  #bs-collagen .hero-h1 {
  color: #0F1B33;
  margin: 10px 0 0;
  font-size: 25px !important;
  line-height: 30px !important;
  letter-spacing: 0%;
  vertical-align: middle;
 }

 #bs-collagen .hero-sub {
  margin: 10px 0 20px !important;
  max-width: 350px;
  font-size: 14px;
  line-height: 20px;
}

.bundle-description {
  font-weight: 400;
  font-size: 14px !important;
  line-height: 20px;
  letter-spacing: 0%;
  vertical-align: middle;
}

  }

#bs-collagen .hero-h1 {
  color: #0F1B33;
  margin: 10px 0 0;
  font-family: 'Playfair Display';
  font-weight: 500;
  font-size: 35px;
  line-height: 45px;
  letter-spacing: 0%;
  vertical-align: middle;
}

.bundle-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0%;
  vertical-align: middle;
}


.ingredients-div {
  background: #F8F3EA;
}

/* Wrapper controls layout */
.test-results-wrap {
  width: 100%;
  display: flex;
  justify-content: center; /* keeps button centered on desktop */
  margin-top: 50px;
}

/* Button */
.test-results-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 350px;
  height: 60px;

  background-color: #1A2B4A;
  color: #F5EFE4;

  border: none;
  border-radius: 15px;
  cursor: pointer;

  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;

  transition: opacity 0.25s ease;
}

.test-results-btn:hover {
  opacity: 0.9;
}

/* Mobile → full width button */
@media (max-width: 768px) {
  .test-results-btn {
    width: 100%;
    max-width: 100%; /* force full width */
    height: 52px;
    font-size: 16px;
  }

  .test-results-wrap {
    padding: 0 16px; /* optional gutter */
    margin-top: 20px;
  }
}

/* Small devices */
@media (max-width: 360px) {
  .test-results-btn {
    height: 48px;
    font-size: 15px;
  }
}

.atc-font {
    font-weight: 500;
    font-size: 18px !important;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    font-family: 'Jost';
}
@media (max-width: 800px) {
.atc-font {
font-size: 17px !important;
}
}

.marquee__logo {
  height: 30px !important;
  width: auto !important;
  max-width: none !important;
  display: block;
  object-fit: contain;
}

.jm-review-widget-sidebar-header__title {
  display: none !important;
}

#shopify-buyer-consent {
  display: none !important;
}

.bs-subscription-control {
  width: 100%;
  margin: 0;
}
.bs-subscription-toggle {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #d9d2c7;
  border-radius: 12px;
  cursor: pointer;
  box-sizing: border-box;
  justify-content: space-between;
  background: #F8F3EA;
}
.bs-subscription-toggle input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.bs-subscription-switch {
  position: relative;
  flex: 0 0 60px;
  width: 60px;
  height: 30px;
  border-radius: 999px;
  background: #b8b8b8;
  transition: .2s ease;
}

.bs-subscription-knob {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #FCFCFB;
    transition: .2s ease;
}

.bs-subscription-switch {
    position: relative;
    flex: 0 0 70px;
    width: 70px;
    height: 40px;
    border-radius: 999px;
    background: #b8b8b8;
    transition: .2s ease;
}

.bs-subscription-switch.on {
  background: #4B7A5B;
  left: 4px !important;
}
.bs-subscription-switch.on .bs-subscription-knob {
  transform: translateX(30px);
}
.bs-subscription-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.bs-subscription-title {
  font-weight: 600;
  line-height: 1.2;
}
.bs-subscription-save {
  font-size: 13px;
  opacity: .75;
}
.bs-seal-wrapper {
  width: 100%;
}
.bs-seal-wrapper[hidden] {
  display: none !important;
}
.bs-seal-subscription-widget {
  width: 100%;
  margin: 10px 0 14px;
}
@media (max-width: 749px) {
  .bs-subscription-switch.on .bs-subscription-knob {
  transform: translateX(28px);
}
  .bs-subscription-toggle {
    padding: 12px 14px;
  }
  .bs-subscription-title {
    font-size: 14px;
  }
  .bs-subscription-save {
    font-size: 12px;
  }
  .bs-subscription-switch {
    position: relative;
    flex: 0 0 60px;
    width: 60px;
    height: 30px;
    border-radius: 999px;
    background: #C7CBD4;
    transition: .2s ease;
}
.bs-subscription-knob {
  position: absolute;
  top: 2.5px;
  left: 3px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #FCFCFB;
  transition: .2s ease;
}

.section-eyebrow {
  font-size: 11px;
}

.section-heading {
  font-size: 25px !important;
  line-height: 30px;
}

.p-title-card {
  font-size: 18px !important;
}

.footer-content-h {
  font-size: 15px !important;
  margin-top: 20px;
}

.contact-footer-desc {
  font-size: 12px !important;
  line-height: 15px !important;
}
}

.section-eyebrow {
  font-family: 'Jost';
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 20%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #8E73A0;
}

.section-heading {
  font-family: 'Playfair Display';
  font-weight: 500;
  font-size: 35px;
  line-height: 45px;
  letter-spacing: 0%;
  vertical-align: middle;
}

.p-title-card {
  font-family: 'Playfair Display';
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  text-transform: capitalize;
    display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: nowrap; 
}

.footer-content-h {
    font-family: 'Playfair Display';
    font-weight: 500;
    font-size: 35px;
    line-height: 30px;
    letter-spacing: 0%;
    vertical-align: middle;
    margin-bottom: 10px;
}

.contact-footer-desc {
  font-family: 'Jost';
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0%;
  vertical-align: middle;
}

  .responsive-betta-svg {
    width: 100%;
    box-sizing: border-box;
  }

  .responsive-betta-svg svg {
    display: block;
    width: 100%;
    height: auto;
    /* max-width: 1240px; */
    margin: 0 auto;
    padding: 50px 0;
  }

  .copyright-text {
    font-family: 'Jost';
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    padding: 50px 0;
  }
  /* Tablet */
  @media screen and (max-width: 999px) {

  .copyright-text {
    font-size: 12px;
    padding: 30px 0 0;
    text-align: left;
  }

    .responsive-betta-svg {
      padding-left: 50px;
      padding-right: 50px;
      padding-top: 50px;
      padding-bottom: 50px;
    }
  }

  /* Mobile */
  @media screen and (max-width: 699px) {
    .responsive-betta-svg {
      padding: 30px 0 0 !important;
    }

  .short_description_card {
    font-size: 14px !important;
  }
.newsletter-foot-text {
  font-size: 11px !important;
  line-height: 15px;
}
  }

  .short_description_card {
    font-family: 'Jost';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #4D5769;
  }

.newsletter-foot-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #4D5769;
  text-align: center;
  padding-top: 10px;
}

    /* --jm-review-widget-star-and-histogram-color: #F5DB8B;
    --jm-review-widget-button-color: #F5DB8B;
    --jm-review-widget-button-text-color: #000000;
    --jm-review-widget-text-color: #000000;
    --jm-review-widget-lighter-text-color: #7B7B7B;
    --jm-widget-primary-color: #F8BE00;
    --jm-widget-border-radius: var(--jm-corner-soft);
    --jm-widget-border-radius-simplified: var(--jm-corner-extra-round);
    --jm-review-widget-bar-chart-height: 2px;
    --jm-review-widget-form-border-radius: var(--jm-corner-square);
    --jm-review-widget-form-background-color: #fff;
    --jm-review-widget-form-button-color: #F8BE00;
    --jm-review-widget-form-button-text-color: #fff;
    --jm-review-widget-form-field-background-color: #fafafa;
    --jm-review-widget-form-modal-overlay-color: #000000;
    --jm-review-widget-form-text-color: #333333; */