/** Shopify CDN: Minification failed

Line 12892:30 Unexpected "{"
Line 14896:17 Unexpected "{"
Line 14896:26 Expected ":"
Line 14896:33 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.1;
}

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; */
  display:block;
  min-height:275px;
  position:relative;
}
.blog-post-card__info a.button{
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.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;
}
.button{
  font-size: 12px;
}


.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;
}
.shopify-payment-button__button--branded:focus-within {
  outline: 2px solid Highlight;
  outline: 5px auto -webkit-focus-ring-color;
}

.shopify-payment-button__button--branded [role="button"] {
  border-radius: var(--button-border-radius);
  padding: .875rem 1.75rem;
}

.shopify-payment-button__more-options[aria-hidden="true"] {
  display: 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: .75rem;
}

.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--xs--usp {
  --content-over-media-height: clamp(27rem, 75vw, 25rem);
}

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

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

.content-over-media--lg--usp {
  --content-over-media-height: clamp(33em, 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 > .is-scrollable ~ .prev-next-button {
    z-index: 1;
    display: grid;
    position: absolute;
    inset-block-start: calc(50% - 1.5625rem);
  }

  .floating-controls-container > .prev-next-button--prev {
    inset-inline-start: var(--floating-controls-inset-inline, 0);
  }

  .floating-controls-container > .prev-next-button--next {
    inset-inline-end: var(--floating-controls-inset-inline, 0);
  }

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

:where(.drawer)::part(shopname),
:where(.drawer)::part(cartlinktext) {
  position: absolute;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

:where(.drawer)::part(headerlogo) {
  margin:0;
  grid-area: logo;
  justify-self: start;
  position: relative;
  max-height: 45px;
}

:where(.drawer)::part(headerlogoimg) {
  max-width: 100%;
  height: auto;
}

.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;
  --distance-to-bleed: var(--popover-body-padding-inline);
}

.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: center;
  justify-items: center;
  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));
    box-shadow: 2px 2px 6px rgb(var(--text-color) / .05);
    width: max-content;
    max-width: 18.75rem;
    max-height: min(60vh, 25rem);
  }

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

  .popover__value-list {
    text-align: start;
    justify-items: start;
  }

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

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

.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: rgb(var(--input-text-color, var(--text-color)));
  text-align: start;
  border-width: 1px;
  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: max(var(--container-gutter), 50% - var(--container-max-width) / 2);
  margin-inline-end: max(var(--container-gutter), 50% - var(--container-max-width) / 2);
}

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

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

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

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

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

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

.container--xl--usp {
  --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) {
  .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;
  margin-block: 6.25rem;
  display: grid;
}

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

@media screen and (min-width: 1400px) {
  .empty-state {
    margin-block: 8.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) {
  .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: 0.5rem;
  display: grid;
  position: relative;
}
.featured-collections-carousel .product-card form{
  text-align: center;
}
.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: rgb(var(--circle-button-background));
  color: rgb(var(--circle-button-text-color));
  z-index: 1;
  padding: .625rem;
  position: absolute;
  inset-block-end: .5rem;
  inset-inline-end: .5rem;
}

@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:hover svg {
    transform: rotateZ(90deg);
  }

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

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

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

.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: 1.25rem;
  grid: auto / auto-flow var(--product-list-card-width);
  justify-content: safe center;
}

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

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

@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: 3.75rem;
  }
}

.quick-buy-modal {
  --modal-body-max-width: 55.625rem;
  position:fixed;
  z-index:10;
}

.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) {
  .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 :last-child {
  margin-block-end: 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 {
  text-underline: none;
  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;
}

@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: var(--social-media-list-gap, .75rem 2rem);
  flex-wrap: wrap;
  display: flex;
}

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

.social-media--list svg {
  width: var(--social-media-icon-size, 1.25rem);
}

@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;
}
.branding-colors--pinterest svg {
  width: 1.5rem;
}

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

@media (prefers-reduced-motion: no-preference) {
  .features--page-transition {
    opacity: 0;
  }
}

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

.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.7rem;
  --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;
  display: inline-grid;
}

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

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

.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-block: 1em;
  padding-inline-start: max(var(--announcement-bar-gutter), 50% - var(--container-max-width) / 2);
  padding-inline-end: max(var(--announcement-bar-gutter), 50% - var(--container-max-width) / 2);
  display: flex;
}

.announcement-bar__carousel {
  flex-grow: 1;
  place-items: center;
  max-width: 35rem;
  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;
  }
}

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

.no-js .before-after {
  --before-after-cursor-position: var(--before-after-initial-cursor-position);
}

.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-banner .content-over-media h1{
  color: white;
  font-size: 46px;
  text-transform: capitalize;
  letter-spacing: normal;
  font-family: alga,serif;
  line-height: 1.1;
}
.collection-banner .content-over-media .collection-description{
  color: white;
}
@media screen and (max-width:768px) {
  .collection-banner .content-over-media h1{
    color: white;
    font-size: 32px;
  }
}

.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;
  max-width: 125px;
}

.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;
  grid: auto / auto-flow minmax(0, 1fr);
  column-gap: 2px;
  display: grid;
}

.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;
  justify-content: center;
  
}

.countdown-condensed__text {
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.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-family: alga, serif;
  font-size: 39px;
  font-weight: normal;
  line-height: 1.25;
  white-space: nowrap;
}

.countdown-condensed__timer-unit {
  font-family: Muli,sans-serif;
  font-size: 6.09px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing:normal;
}

@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;
    margin-left: auto;
    margin-right: auto;
  }

}
.countdown-condensed__text .left_title{
  font-family: Alga !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  text-transform: initial;
  letter-spacing: normal;
}
#countdown-condensed .countdown-container{
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  max-width:1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#countdown-condensed .countdown-container.timer-loaded{
  opacity: 1;
}
@media (min-width: 600px) {
   .countdown-container > div{
    width: 33%;
    display:flex;
    transition: opacity 0.4s ease-in-out;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: center;
    align-content:center;
  }
}
#countdown-condensed .right-side-text{
  display: flex;
  justify-content: center;
  align-items: center;
}
#countdown-condensed .right-side-text p{
  font-family: Alga !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
}
#countdown-condensed .top-right-side-text{
  display: none;
  justify-content: center;
  align-items: center;

  .countdown-condensed__timer-unit {
    font-size: .625rem;
  }
}
#countdown-condensed .top-right-side-text p{
  font-family: Alga !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  padding-bottom: 0.25rem;
}
#countdown-condensed .close-button{
  font-size:20px;
}
.close-button-md{
  display:none;
}
.close-button-lg{
  position: absolute;
  right: 0px;
}
@media screen and (max-width:900px){
  
  .countdown-condensed__text{
    flex-basis: 100%;
    text-align: center;

  }
  #countdown-condensed{
    flex-wrap: wrap;
    position:relative;
  }
  .right-side-text{
    flex-basis: 90%;
  }
  .close-button-lg{
    display:none;
  }
  .close-button-md{
    display:flex;
    position: absolute;
    top: 5px;
    left: 15px;
  }
}
@media screen and (max-width:600px){
  #countdown-condensed{
    padding: 15px 15px;
  }
  .learn-more-btn-wrap{
    
  }
  #countdown-condensed .right-side-text{
    display:none !important;
  }
  #countdown-condensed .top-right-side-text{
    display:flex !important;
  }
  .timer-seconds{
    display:none;
  }
  .countdown-condensed{
    padding: 1rem calc(var(--container-gutter) / 2);
  }
}
@media screen and (max-width:450px){
  .countdown-condensed__timer-flip{
    font-size: 24px;
  }
    
}
.footer {
  background: rgb(var(--background));
  background-image: var(--background-gradient);
  color: rgb(var(--text-color));
  padding-block-start: var(--section-vertical-spacing);
  padding-block-end: min(var(--section-vertical-spacing), 3rem);
  border-color: #e3e3e3;
}

.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__aside {
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  display: grid;
}

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

@media screen and (min-width: 700px) {
  .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: 14rem;
  }

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

  .footer__block--text {
    flex-basis: 14rem;
    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;
}
.featured-collections-carousel .h6.text-subdued{
  font-size: 14px;
  color: #000000;
}
.featured-collections-carousel .product-title.h6{
  color: #454545;
  font-size: 14px;
}

.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);
  background: rgb(var(--background));
  color: rgb(var(--text-color));
  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;
  padding-bottom: 0;
}

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

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

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

.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__nav-icon {
    width: 1.375rem;
  }
}

@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: 2.5rem;
  }
}

.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: none !important;
} */

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

.trilog-mega-row-container{
    flex-direction: column;
    gap: var(--mega-menu-linklist-gap);
    flex-wrap: wrap;
    flex: 0 auto;
    display: flex;
}
.LinkListFlat{
  gap: var(--mega-menu-linklist-gap);
  flex: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.trilog_mega {
  min-width: 25%;
}

.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;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width:100%;
}

.header-sidebar__footer>a:not(.button),
.header-sidebar__footer>div {
  flex: 1 1 50%;
}
.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%;
  }
}

/*For sidebar banner Trilog css option*/
.header-sidebar_banner {
  position: relative;
  width: 100%;
  max-height: 85px;
  margin: 0 auto;
  margin-bottom: 30px;
  overflow: hidden;
}

.header-sidebar_banner-link {
  display: block;
  position: relative;
}

.header-sidebar_banner-image {
  width: 100%;
  height: auto;
  max-height: 85px;
  object-fit: cover;
  display: block;
}

.header-sidebar_banner-placeholder {
  width: 100%;
  height: 85px;
  background-color: #000;
}

.header-sidebar_banner-overlay {
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    padding: 8px;
    padding-top: 12px;
    background: rgba(255, 255, 255, var(--overlay-opacity, 0.3));    color: inherit;
    text-align: center;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.header-sidebar_banner-overlay h2 {
  font-size: 23px;
  text-transform: uppercase;
  letter-spacing: normal;
  white-space: nowrap;
  text-transform: uppercase;
  font-family: 'alga', serif;
  font-weight: normal;
  line-height: 1;
}

.header-sidebar_banner-overlay p {
  font-size: 12px;
  margin: 0;
  opacity: 0.9;
  text-transform: uppercase;
  font-family: var(--heading-font-family);
}

.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:not(:has( > :not([hidden]))) {
  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);
  padding: .75rem;
  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;
  background-color: #ffffff;
}

.product-sticky-bar.is-visible {
  opacity: 1;
  visibility: visible;
}

.product-sticky-bar__info img {
  width: 3.75rem;
}

.product-sticky-bar buy-buttons > p {
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  display: block;
}

@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 .slideshow__slide-content .h1{
  font-size: 46px;
  font-family: alga,serif;
  text-transform: none;
  letter-spacing: normal;
}
.slideshow .slideshow__slide-content .h6{
  font-size: 14px;
}
@media screen and (max-width:768px) {
  .slideshow .slideshow__slide-content .h1{
    font-size: 32px;
    font-family: alga,serif;
  }
  .slideshow .slideshow__slide-content .h6{
    font-size: 12px;
  }
}
.shopify-section--featured-collections .h2{
  font-size: 20px;
}
.shopify-section--featured-collections .h6{
  font-size: 14px;
}
@media screen and (max-width:768px) {
  .shopify-section--featured-collections .h6{
    font-size: 12px;
  }
}

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

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

.js .js\:hidden, .no-js .no-js\:hidden {
  display: none;
}

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

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

.text-stroke {
  -webkit-text-stroke: 1px currentColor;
  -webkit-text-fill-color: transparent;
}

.text-gradient {
  background-image: var(--gradient);
  color: #0000;
  -webkit-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;
}

.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 !important;
  }
}

@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: .625rem;
  }

  .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: 1.25rem;
  }

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

.h2, :where(.prose h2) {
  font-size: var(--text-h2);
  line-height: 1.1;
}

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

.h5, :where(.prose h5) {
  font-size: var(--text-h5);
  line-height: 1.1;
}

.h6, :where(.prose h6) {
  font-size: var(--text-h6);
  line-height: 1.1;
}

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

  .sm\:h2 {
    font-size: var(--text-h2);
    line-height: 1.1;
  }

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

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

/* flx-row-advice row-advice-en */
.flx-row-advice {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 50px; 
}
@media (max-width: 767px) {
  .flx-row-advice {
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 10px; 
  } 
}

.flx-col-advice {
  flex-direction: column;
  width: 19%;
  text-transform: uppercase; 
}
.flx-col-advice img, .flx-col-advice svg {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-bottom: 10px !important; 
}
.flx-col-advice img.star-grade-icn, .flx-col-advice svg.star-grade-icn {
  width: 75px; 
}
@media (max-width: 1007px) {
  .flx-col-advice {
    font-size: 12px; 
  } 
}
@media (max-width: 767px) {
  .flx-col-advice {
    width: 49%;
    margin-bottom: 20px;
    font-size: 14px; 
  }
  .last-flx-col{
    width: 100% !important;
  }
}
@media (max-width: 450px) {
  .flx-col-advice {
    width: 47%;
    font-size: 12px; 
  } 
  .last-flx-col{
    width: 100% !important;
  }
}

.custom-collection-list .flx-row-advice {
  width: 1800px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  margin-bottom: 0;
  margin-top: 0; 
}
@media (max-width: 767px) {
  .custom-collection-list .flx-row-advice {
    margin-bottom: 0; 
  } 
}
@media (max-width: 767px) {
  .custom-collection-list .flx-col-advice {
    margin-bottom: 16px; 
  } 
}
@media (max-width: 1000px) {
  .custom-collection-list .flx-row-advice {
    flex-wrap: wrap;
  }
}
.custom-collection-list .flx-col-advice svg {
  width: 20px; 
  height: 20px;
  margin-bottom: 0;
}
.hp-all-about-sbttl{
  text-transform: none;
  color: #454545;
  font-family: alga, serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.1;
}
.custom-collection-list svg{
  margin-left: auto;
  margin-right: auto;
}
.center-images-in-container .collection-card{
  max-height: 120px;
}
.center-images-in-container .collection-card img, .center-images-in-container .collection-scroll-card img{
  object-fit: contain;
}
.center-images-in-container .floating-controls-container{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.center-images-in-container h2{
  font-size: 46px;
}
.center-images-in-container scroll-carousel{
  align-items: center;
}
@media screen and (max-width:768px) {
  .center-images-in-container h2{
    font-size: 32px;
  }
  .center-images-in-container scroll-carousel{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .center-images-in-container scroll-carousel .collection-card{
    flex-basis: 45%;
  }
  .center-images-in-container scroll-carousel .collection-scroll-card{
    flex-basis: 45%;
  }
}

.hp-all-about-ttl{
  font-size: 23px;
  font-weight: 400;
  color: #454545;
  text-transform: uppercase;
  letter-spacing: .2em;
}
.shopify-section--blog-posts .blog-post-card__title.h4{
  line-height: 1.1;
  text-transform: none !important;
  font-family: 'alga', serif;
  font-weight: 400;
  letter-spacing: normal;
}
.shopify-section--main-blog .blog-post-card__title.h4{
  line-height: 1.1;
  text-transform: none !important;
  font-family: 'alga', serif;
  font-weight: 400;
  letter-spacing: normal;
}
.shopify-section--main-blog h1{
  font-size: 46px;
  font-family: alga, serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.1;
}
.shopify-section--main-blog .featured-blog-post h2{
  color: rgb(255, 255, 255);
  font-family: alga, serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: normal;
}
.shopify-section--main-blog .featured-blog-post .prose{
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width:768px) {
  .shopify-section--main-blog h1{
    font-size: 32px;
  }
  .shopify-section--main-blog .featured-blog-post{
    font-size: 32px;
  }
  .shopify-section--blog-posts .__title.h4, .shopify-section--main-blog .blog-post-card__title.h4{
    font-size: 18px;
  }
}
.article__image{
  margin-top: 40px;
}
.article__image:after {
  background-color: rgb(112,99,87);
  /* content: ""; */
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.article__image img{
  object-position: center 50px;
}
.shopify-section--main-article .article__wrapper time{
  color: #9d9d9d;
}
.shopify-section--main-article .article__wrapper h1, .shopify-section--main-article .article__comments h3{
  font-family: alga,serif;
  line-height: 1.1;
  letter-spacing: normal;
  text-transform: Capitalize;
  font-size: 46px;
}
.article__footer .h6.text-subdued{
  color: #9d9d9d;
}
.prev-next-blog-posts .blog-post-card__title.h4{
  text-transform: capitalize;
  letter-spacing: normal;
  color: #454545;
  font-size: 18px;
}
@media screen and (max-width:768px) {
  .shopify-section--main-article .article__wrapper h1, .shopify-section--main-article .article__comments h3{
    font-size: 32px;
  }
}
.blog-post-card__excerpt{
  margin-top:1rem;
  margin-bottom:5px;
}
a.pagination__link.h6{
  color: #9D9D9D;
}
a.pagination__link.h6:hover{
  color: #454545;
}
.shopify-section--blog-posts .prose .h2{
  font-size: 46px;
  text-transform: none;
  letter-spacing: normal;
  font-family: alga, serif;
  font-weight: 400;
}
@media screen and (max-width:768px) {
  .shopify-section--blog-posts .prose .h2{
    font-size: 32px;
  }
}

.shopify-section--collection-list .h2, .shopify-section--collection-scroll-list .h2 {
  text-transform: none;
  font-family: alga, serif;
  letter-spacing: normal;
}
.mega-menu li.v-stack a{
  color: #454545;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: normal;
}
.mega-menu li.v-stack a.h6{
  color: #454545;
  font-weight: 700;
  text-transform: none;
  letter-spacing: normal;
}

.header__primary-nav-item .h6{
  color: #454545;
}
@media screen and (min-width:1000px) {
  .header__primary-nav-item .header__menu-disclosure summary{
    padding-bottom: 25.6px;
  }
}
.mega-menu li.v-stack a.link-faded{
  font-weight: 300;
}
.shopify-section--rich-text .h2{
  font-family: alga, serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  text-transform:none;
}
@media screen and (max-width:768px) {
  .shopify-section--rich-text .h2{
    font-size: 32px;
  }
}
.social-media.social-media--list{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
a.footer-custom-image-links {
  margin-top: 1.5rem;
  display: block;
  color: #747474;
}
@media screen and (min-width:641px) {
  .footer__block.footer__block--text, .footer__block.footer__block--links{
    padding-left: 32px;
    padding-right: 32px;
  }
  .footer__aside{
    padding-left: 32px;
    padding-right: 32px;
  }
}
.footer__block .link-faded,.footer__block .text-subdued p{
  color: #747474;
}
.footer__block .link-faded:hover,a.footer-custom-image-links:hover{
  color: #343434;
}
.product-list .shopify-product-form{
  text-align: center;
}
.shopify-section--main-page h1{
  font-family: alga,serif;
  line-height: 1.1;
  letter-spacing: normal;
  font-size: 46px;
  text-transform: capitalize;
}
.shopify-section--main-page h3{
  line-height: 1.1;
  font-size: 18px;
}
@media screen and (max-width:768px) {
  .shopify-section--main-page h1{
    font-size: 32px;
  }
}
@media screen and (min-width:768px) {
  .message-large{
    min-height: 200px;
  }
}

.yotpo-step-one-icon,.yotpo-step-two-icon,.yotpo-step-three-icon,.yotpo-widget-campaign-widget-icon,.yotpo-widget-campaign-widget-custom-icon,.yotpo-vip-tier-icon-wrapper img{
  margin-left:auto;
  margin-right:auto;
}


/* Redesign styling */
.redes-hero-mask {
	position: absolute;
  height: 100%; width: 100%;
  opacity: 0.6;
  top: 0; left: 0;
  background:#262525;
}

.redes-page .redes-hero-banner {
  min-height: 73vh;
  position: relative;
  display: flex;
  align-items: center;
}

.redes-page .redes-hero-banner-img {
  width: 100%; height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: -1;
}

.redes-page.pg-podcast .redes-side-faq-ttl {
  font-size: 36px;
}

.redes-page.pg-podcast .redes-hero-mask {
  opacity: 0.3;
}

.redes-page.pg-podcast .redes-hero-banner {
  min-height: 75vh;
}

.redes-page.pg-podcast .redes-hero-banner-img {
  object-position: top;
}

.redes-page .mt-auto {
	margin-top: auto;
}

.redes-page .max-width-container {
	width: 800px;
  margin-left: auto; margin-right: auto;
  max-width: 100%;
}

.redes-page .txt-underline {
	text-decoration: underline;
}

.redes-page .redes-btm-brd {
	border-bottom: solid 1px #262525;
}

.redes-page.pg-whyshop .SectionHeader  {
	padding: 45px 0 10px;
}

.redes-page .redes-ttl {
  font-family: alga, serif;
  font-size: 60px;
  line-height: 1.1;
  margin-bottom: 2rem;
  font-weight: 300;
}
.redes-mdm-ttl{
  margin-bottom: 2rem;
  font-weight: 300;
}
.redes-mdm-ttl.txt-center{
  font-weight: 300;
}

.redes-app-page .seo-metafield-desc-wrapper {
  margin-top: 0 !important;
}

.redes-app-page .redes-ttl {
  font-size: 60px;
  margin-bottom: 30px;
}

.redes-app-page .redes-txt-lrg {
  font-size: 30px;
  margin-top: -10px;
  line-height: 1.1;
  margin-bottom: 50px;
}

.pg-whyshop.redes-page .redes-ttl {
	margin-bottom: 35px;
}

.pg-whyshop.redes-page svg{
	margin-bottom: 25px;
}

.redes-page .redes-mdm-ttl {
  font-family: alga, serif;
  font-size: 28px;
  line-height: 1.1;
}

.redes-app-page .redes-mdm-ttl {
  font-size: 30px;
}

.redes-app-page .app-store-img {
  width: 200px;
}

.redes-app-page .goo-store-img {
  width: 215px;
}

.redes-page .redes-ttl.redes-hero-ttl {
  font-size: 60px !important;
  text-shadow: 0px 3px 9px #000000;
}

.redes-page .redes-ttl.redes-hero-ttl span {
  text-shadow: 0px 3px 9px #ffffff
    }

.redes-page .redes-sml-ttl {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 300;
}

.redes-list {
	font-size: 22px;
  font-family: alga, serif;
  list-style-type: none;
  margin-left: 20px;
}

.redes-page .glow-pts-logo {
	position: absolute;
  bottom: -80px;
  right: 10%;
  width: 150px;
}

.redes-list li {
	line-height: 1.1;
  margin-bottom: 20px;
  position: relative;
}

.redes-page .just-center {
	justify-content: center;
}

.redes-page .just-bet {
	justify-content: space-between;
}

.redes-page .ali-center {
	align-items: center;
}

.redes-page .txt-center {
	text-align: center;
}

.redes-page .clr-white {
	color: #fff;
}

.redes-page .bg-black {
	background: #262525;
}

.redes-page .bg-verylight-beige {
	background: #FDFBF9;
}

.redes-page .bg-light-beige {
	background: #F9F6F1;
}

.redes-page .bg-medium-beige {
	background: rgba(233, 228, 218, 0.7);
}

.redes-page .bg-dark-beige {
	background: #E9E4DA;
}

.redes-page .bg-verydark-beige {
	background: #AA9583;
}

.redes-page .sctn-container {
	width: 84%;
  margin-left: auto; margin-right: auto;
}

.redes-page .redes-hero-banner .sctn-container {
	position: relative;
  z-index: 2;
}

.redes-page .sctn-space {
	padding: 120px 0;
}

.redes-page .sctn-space-notop {
	padding: 0 0 120px ;
}

.redes-page .flx-row {
	display: flex;
}

.redes-page .flx-wrap {
	flex-wrap: wrap;
}

.redes-page .flx-row-md-col {
	display: flex;
  width: auto;
  margin: 0;
}

.redes-page .flx-row-md-col-reverse {
  display: flex;
}

.redes-page .ml-mr-mdm {
	margin-left: 20px; margin-right: 20px;
}

.redes-page .flx-col {
display: flex;
  flex-direction: column;
}

.redes-page .pt-pb-xl {
	padding: 110px 0;
} 

.redes-page .mr-auto {
	margin-right: auto;
} 

.redes-page .ml-auto {
	margin-left: auto;
} 

.redes-page .mt-lrg {
	margin-top: 30px;
}

.redes-page .mb-lrg {
	margin-bottom: 30px;
}

.redes-page .mt-xl {
	margin-top: 60px;
}

.redes-page .mb-xl {
	margin-bottom: 60px;
}

.redes-page .mr-lrg {
	margin-right: 30px;
}
.redes-page .ml-lrg {
	margin-left: 30px;
}

.redes-page .txt-reg {
	font-size: 20px;
  line-height: 1.3;
}

.redes-page .self-center {
	margin-left: auto;
  margin-right: auto;
}

.redes-page .w-90 {
	width: 90%;
}

.redes-page .w-90-md-100 {
	width: 90%;
}

.redes-page .w-80 {
	width: 80%;
}

.redes-page .w-100 {
	width: 100%;
}

.redes-page .w-48-md-100 {
  width: 48%;
}

.redes-page .w-50-md-100 {
  width: 50%;
}

.redes-page .w-31-md-100 {
  width: 31%;
}

.redes-page .w-64-md-100 {
  width: 64%;
}

.redes-page .w-33-md-100 {
  width: 33%;
}

.redes-page .pos-rel {
	position: relative;
}

.redes-page .glow-society-spend {
	background: #F9F6F1;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
}

.redes-page .glow-society-logo {
	width: 50%;
}

.redes-page .spend-cross {
	padding: 20px 30px;
}

.redes-page .spend-cross.brd-rgt {
	border-right: solid 1px #262525;
}

.redes-page .spend-cross.brd-btm {
	border-bottom: solid 1px #262525;
}

.redes-cta {
  cursor: pointer;
	height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  text-transform: uppercase;
  font-size: 16px;
  border: solid 1px transparent;
  text-align: center;
  line-height: 1.1;
}

.redes-cta.cta-has-brd {
  border-color: #262525;
}

.redes-cta:hover {
	background: #fff;
  color: #262525;
  border-color: #262525;
  transition: color 0.25s ease-in, background 0.25s ease-in, border-color 0.25s ease-in;
}

.redes-page .list-icn {
	position: absolute;
  left: -20px;
  top: 4px;
  width: 13px;
}

.redes-page .glow-spend-sml-icn {
	position: absolute;
  top: -22px; right: -22px;
}


.redes-page.pg-glow-lab .redes-ttl.redes-hero-ttl, .redes-page.pg-podcast .redes-ttl.redes-hero-ttl {
	font-size: 30px !important;
  text-shadow: none;
  margin-top: 10px;
}

.redes-page .redes-glow-lab-hero, .redes-page .glow-lab-bellow-logo {
	width: 500px;
  max-width: 100%;
}

.redes-page.pg-glow-lab ul li{
	font-size: 20px;
	margin-bottom: 20px;
  line-height: 1.1;
}

.redes-page .glow-lab-sep {
	width: 1px; 
  background: #262525;
}

.redes-page .full-height-img {
	min-height: 810px; 
  object-fit: cover;
  max-height: 900px;
}

.redes-page .redes-faq-wrapper {
	border-bottom: solid 1px #262525; 
  margin-bottom: 20px;
  padding-bottom: 20px;
  cursor: pointer;
}

.redes-faq-wrapper {
  border-bottom: solid 1px #262525;
  margin-bottom: 10px;
  padding-bottom: 20px;
  cursor: pointer;
}

.redes-faq-ttl {
  margin-bottom: 0;
}

.redes-page .redes-faq-wrapper:hover .redes-faq-ttl {
  opacity: 0.6;
}

.redes-page .redes-faq-ttl {
	margin-bottom: 0;
}



.redes-page .redes-faq-desc {
	max-height: 0;
  overflow: hidden;
  opacity: 0;
}

.redes-page .curs-point {
	cursor: pointer;
}

.redes-page .redes-faq-desc a { 
  text-decoration: underline;
}

.redes-page .redes-faq-wrapper.ele-triggered .redes-faq-desc {
	max-height: 1500px;
  opacity: 1;
  transition: opacity 0.2s ease-in, max-height 0.3s ease-in;
  margin-top: 15px;
  margin-bottom: 10px;
}


.redes-reg-list {
	list-style-type: none;
}


.redes-reg-list li {
  position: relative;
  margin-left: 25px;
}

.redes-reg-list li::before {
  content: '•';
  position: absolute;
  left: -20px;
}


@media (max-width: 1500px) { 
  .redes-page .pt-pb-xl {
    padding: 90px 0;
  } 

  .redes-page .txt-reg {
    font-size: 18px;
  }
}


@media (max-width: 1200px) { 
  .redes-page.pg-glow-lab ul li{
    font-size: 16px;
  }
  .redes-page .redes-mdm-ttl {
    font-size: 26px;
  }
  
  .redes-page .glow-society-logo {
    width: 70%;
  }
  .redes-page .txt-reg {
    font-size: 16px;
  }
  .redes-page .redes-ttl {
    font-size: 40px;
  }

  .redes-page .redes-sml-ttl {
    font-size: 22px;
  }
  
  .redes-page .glow-pts-logo {
    bottom: -50px;
    width: 100px;
  }
  .redes-list {
    font-size: 18px;
  }
}

@media (max-width: 768px) { 
  .redes-page.pg-podcast .redes-ttl {
    font-size: 28px;
  }

  .redes-page.pg-podcast .redes-mdm-ttl {
    font-size: 20px;
    line-height: 1.25;
  }
  
  .redes-page.redes-app-page .redes-ttl.redes-hero-ttl {
    font-size: 32px !important;
  }
  .redes-app-page .redes-reg-list li {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .redes-app-page .redes-reg-list.ml-mr-mdm{
    margin-left: 0;
    margin-right: 0;
  }

  .redes-app-page .redes-ttl {
    text-align: center;
    margin-bottom: 20px;
  }

  .redes-app-page .redes-mdm-ttl {
    text-align: center;
  }

  .redes-page.redes-app-page .bg-verylight-beige.sctn-space {
    padding: 90px 0 10px;
  }
  
  .redes-page .md-txt-center {
    text-align: center;
  }
  
  .redes-page .sctn-container {
    width: 80%;
  }

  .redes-page.redes-app-page .sctn-container {
    width: 90%;
  }
  
  .redes-cta {
    font-size: 14px;
  }
  
  .redes-page .mb-xl {
    margin-bottom: 50px;
  }
  
  .redes-page .pt-pb-xl {
    padding: 60px 0;
  } 
  
  .redes-page .full-height-img {
    min-height: 0; 
    object-fit: cover;
  }

  .redes-page .brd-btm-mdm {
    border-bottom: solid 1px #262525;
  }
  .redes-page .glow-society-logo {
    width: 80%;
  }
  .redes-page .redes-ttl.redes-hero-ttl {
    font-size: 40px !important;
  }
  
  .redes-page .redes-ttl {
    font-size: 36px;
  }

  .redes-page .sctn-space {
    padding: 90px 0;
  }
  
  .redes-page .sctn-space-notop {
    padding: 0 0 90px;
  }
  
  .redes-page .txt-reg {
    font-size: 16px;
  }
  .redes-page .md-mb-lrg {
    margin-bottom: 30px;
	}
  
  .redes-page .spend-cross.brd-rgt {
    border-right: none;
	}
  
  .redes-page .flx-row-md-col {
    display: flex;
    flex-direction: column;
  }
  
  .redes-page .flx-row-md-col-reverse {
    flex-direction: column-reverse;
  }
  
  .redes-page .w-48-md-100 {
    width: 100%;
  }

  .redes-page .w-50-md-100 {
    width: 100%;
  }
  
  .redes-page .w-64-md-100 {
    width: 100%;
  }

  .redes-page .w-31-md-100 {
    width: 100%;
  }

  .redes-page .w-33-md-100 {
    width: 100%;
  }
}

@media (max-width: 350px) { 
  .redes-cta {
    font-size: 12px;
  }
}

.redes-app-page .redes-reg-list li {
    font-size: 20px;
    margin-bottom: 25px;
}

.redes-app-page .redes-reg-list li::before {
    font-size: 14px;
  top: 3px;
  left: -15px;
}

.redes-page .app-phones-img {
  max-width: 1000px;
  width:84%;
  margin-left: auto; margin-right:auto;
  margin-top: -90px;
  margin-bottom: -170px;
  position: relative;
  z-index: 10px;
}

.redes-page .mt-xxl {
  margin-top: 100px;
}

.redes-page .has-border {
  border: solid 1px #262525;
}

@media (max-width: 1200px) { 
  .redes-page .mr-lrg {
    margin-right: 20px;
  }
  .redes-page .ml-lrg {
    margin-left: 20px;
  }
  .redes-app-page .redes-txt-lrg {
    font-size: 20px;
    text-align: center;
  }
  .redes-page .w-90-md-100 {
    width: 100%;
  }
  .redes-page .mt-xxl {
    margin-top: 50px;
  }
  .redes-page .app-phones-img {
    margin-top: -70px;
    margin-bottom: -110px;
  }
  .redes-app-page .redes-reg-list li {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .redes-app-page .redes-reg-list li::before {
    font-size: 18px;
    top: 2px;
  }
}

@media (max-width: 600px) { 
  .redes-app-page .sctn-container .sctn-container{
    width: 92%;
    margin-left: auto; margin-right: auto;
  }
  .redes-app-page .redes-reg-list li::before {
    font-size: 16px;
    top: 0px;
  }
  .redes-app-page .redes-reg-list li {
      font-size: 18px;
      margin-bottom: 22px;
  }
  .redes-page .mr-lrg {
    margin-right: 10px;
  }
  .redes-page .ml-lrg {
    margin-left: 10px;
  }
}
.podcast-logo-container {
  margin-top: 30px;
}
.podcast-logo-wrapper {
  width: 50px;
  margin-left: 20px; margin-right: 20px;
}
.PageHeader {
  position: relative;
  margin: 35px 0;
  text-align: center;
}
@media screen and (min-width: 641px){
  .PageHeader {
    margin: 50px 0;
    text-align: center;
  }
}

/* Book Now */
.custom-page-title{
  font-family: alga,serif;
  line-height: 1.1;
  letter-spacing: normal;
  text-transform: Capitalize;
  font-weight: 300;
}
.PageContent--narrow {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.custom-header {
	min-height:400px;
  background-color: #fefefe;
  width: 100%;
	background-position: center;
  margin: 0;
  justify-content: center;
  align-items: center;
  background-size: cover;
  overflow: hidden;
  padding: 180px; 
  position: relative;
}
.book-now-header {
  background-image: url("/cdn/shop/files/bse-book-hero.jpg?v=1650900624");
}
.booking-desc {
  padding: 30px;
  text-align: center;
}

.booking-desc img {
width: 175px;
  display: block;
  margin: 15px;
  margin-left: auto;
  margin-right: auto;
  -webkit-filter: drop-shadow(0px 0px 20px #e3e3e3);
  filter: drop-shadow(0px 0px 20px #e3e3e3);
}

.swym-user-text, .swym-value, .swym-value-1, .swym-wishlist-main-title, .swym-heading, .swym-heading-1, .swym-is-heading, .swym-empty-wishlist-text, .swym-text, .swym-text-1, .swym-empty-wishlist-continue-btn, .swym-button, .swym-button-1, .swym-is-button, .swym-title, .swym-title-1{
font-family: Muli, San-Sarif !important;
text-transform: uppercase !important;
}

.swym-add-to-cart-btn, .swym-button, .swym-button-1, .swym-is-button, .swym-is-button {
font-family: Muli, San-Sarif !important;
}
.booking-sections-container {
  display: flex;
  justify-content: center;
  flex-direction: column;

}

.booking-sections-container a {
  text-decoration: none !important;
}

.booking-section {
  box-sizing: border-box;
  padding: 35px 25px;
  text-align: left;
  border: 1px solid #f2f2f2;
  margin: 10px;
  -webkit-box-shadow: 5px 5px 25px 0px rgba(242, 242, 242, 1);
  -moz-box-shadow: 5px 5px 25px 0px rgba(242, 242, 242, 1);
  box-shadow: 5px 5px 25px 0px rgba(242, 242, 242, 1);
  transition: 0.2s;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.booking-section:hover {
  cursor: pointer;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.10);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.10);
  transform: translateY(-3px);
  border-radius: 5px;
}

.booking-section h3 {
  display: inline;
letter-spacing: 0em !important;
}

.booking-header {
  margin-bottom: 15px;
}

.booking-header tr {
  height: 100px;
  vertical-align: middle;
}

.booking-color-box {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: inline-block;
  float: left;
  margin-right: 10px;
  padding: 0px;
  margin-top: 5px;
}

.theConsult {
  background-color: #0CC0D7;
}

.biophore {
  background-color: #67C820;
}

.advanceSkin {
  background-color: #F778B4;
}

.virtualTreatment {
  background-color: #8989FC;
}

.consultation {
  background-color: #DFC12D;
}
.booking-section {
  /* padding: 15px 15px !important; */
  margin: 10px;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(242, 242, 242, 0.5);
  -moz-box-shadow: 5px 5px 5px 0px rgba(242, 242, 242, 0.5);
  box-shadow: 5px 5px 5px 0px rgba(242, 242, 242, 0.5);
  width: 95% !important;
}
.booking-section p{
  color: #43515b;
}
.booking-desc .u-h1.custom-page-header{
  letter-spacing: .2em;
  margin: 2.2em 0 0.9em;
}
.u-h1.custom-page-header{
  font-family: Muli,sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #454545;
  transition: color .2s ease-in-out;
  text-transform: uppercase;
  font-size: 18px;
}
.Rte p {
  margin: 0px !important;
  margin-bottom: 5px !important;
  line-height: 1.25; 
}

.Rte li {
  margin: 0px !important;
  margin-bottom: 5px !important;
  line-height: 1.25; 
  padding: 0px !important;
}

.Rte h3{
  margin: 0px !important;
  margin-top: 20px !important;
  margin-bottom: 5px !important;
}
.custom-page-title {
	color: #fff !important; 
  font-size: 32px !important;
  text-transform: uppercase;
}
.custom-page-title{
  font-family: alga,serif;
  line-height: 1.1;
  letter-spacing: normal;
  text-transform: Capitalize;
  font-weight: 300;
}
@media (min-width:275px) and (max-width:990px){
  .custom-page-title {
    font-size: 22px !important;
  }
}
.SectionHeader--center {
  text-align: center;
}
.SectionHeader--center .SectionHeader__Description {
  margin-left: auto;
  margin-right: auto;
}
.about-custom-header {
  background-image: url("/cdn/shop/files/Boutique_Skin_Envie_About_us_Cover.jpg?v=1609884634");
}

.medispa-custom-header {
  background-image: url("/cdn/shop/files/Boutique_Skin_Envie_Virtual_MediSpa_Cover.jpg?v=1610036419");
}

.ourteam-custom-header {
  background-image: url("/cdn/shop/files/our_team_Boutique_skin_envie.jpg?v=1610730076");
}

.skinquiz-custom-header {
  background-image: url("/cdn/shop/files/bse-quiz-hero.jpg?v=1650900826");
}
/*---------------------- Mobile Devices ------------------------*/
@media (min-width:275px) and (max-width:990px){
  .custom-header {
    padding: 150px 20px !important;  
  }
  .custom-page-title {
      font-size: 22px !important;
  }
  .medispa-full-width-row {
    background-position: right -375px top 0px !important;
  }
  
  .custom-img-text-row {
    min-height: auto !important;
    height: auto !important;
    text-align: center !important;
    padding: 20px 5px !important;
  }
  .custom-img-text-column-left, .custom-img-text-column-right {
    width: 100% !important;
    min-height: auto !important;
    height: auto !important;
    padding: 35px 5px !important;
    display: block !important;
    float: none !important;
  }
  .custom-img-text-content {
    display: block !important;
  }
  .custom-content-left, .custom-content-right {
    min-height: auto !important;
    height: auto !important;
    padding: 25px !important;
    text-align: center !important;
    padding: 0px !important;
  }

  .custom-img-left, .custom-img-right {
    padding-left: 0% !important;
    padding-right: 0% !important;
    text-align: center !important;
  }
  
  .custom-full-width-row-content {
    width: 80% !important;
  }
  
  .medispa-full-width-row img {
    width: 80% !important;
  }
  
  .custom-img-text-row img{ 
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }
  
  .about-us-full-width-row {
    background-image: none !important;
  }
  .did-you-know-full-width-row {
    padding-left: 0px !important; 
    background-image: none !important;
  }
  .custom-desk-section {
    display: none !important;
  }

  .custom-mob-section {
    display: block !important;
  }
  
  .custom-img-text-row img:hover{ 
    transform: none !important;
  }
  
  .custom-expect-section-container {
    display: flex;
    flex-direction: column !important;
    justify-content: center !important;
  }
  
  .custom-expect-section {
    margin-left: auto;
    margin-right: auto;
    width: 90% !important;
    padding: 15px !important;
  }
  
  #last-expect-child {
    margin-bottom: 45px !important;
  }
  
  .booking-section {
    padding: 15px 15px !important;
    margin: 10px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(242, 242, 242, 0.5);
    -moz-box-shadow: 5px 5px 5px 0px rgba(242, 242, 242, 0.5);
    box-shadow: 5px 5px 5px 0px rgba(242, 242, 242, 0.5);
    width: 95% !important;
  }
}
.custom-expect-row{
  padding: 50px 35px !important;
}
.custom-expect-row{
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
.custom-expect-row h2.Heading.u-h1{
  font-family: Muli,sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #454545;
  transition: color .2s ease-in-out;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.custom-expect-row .team-member-image{
  height: 200px;
  margin-bottom: 30px;
  border-radius: 50%;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
}
.custom-expect-row p{
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 991px) and (max-width: 1450px){
  .custom-expect-row {
    padding: 75px 60px!important;
}
}
@media (min-width: 275px) and (max-width: 990px){
  .custom-expect-row {
    padding: 50px 35px!important;
}
}
@media (max-width: 767px){
  .custom-expect-row{
    width: 100%;
  }
}
.book-now-banner-img img{
  margin-top: 2rem;
}
#book-banner .book-container img {
  margin-left: 0;
}

#book-banner .book-container .img-skin-logo {
  margin-right: 10px;
}

.book-container {
  background-color: #43515C;
  color: #fff;
  border: solid 0px #eeeeee;
  width: 625px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none !important;
  margin-bottom: 40px;
}

.book-txt-container {
  padding-left: 20px;
  border-left: solid 1px #85cac5;
color: #ffffff;
}

@media (max-width: 767px) {
  .book-container {
      max-width: 90%;
      flex-direction: column;
  }
}

.book-container .book-cntnt-container {
  width: 77%;
}

@media (max-width: 767px) {
  .book-container .book-cntnt-container {
      margin-top: 20px;
      border-right: none;
      width: 100%;
  }
}

.book-container .book-icon-container {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .book-container .book-icon-container {
      margin-top: 0;
      margin-bottom: 0;
      justify-content: center;
  }
}

.book-container .book-wrapper {
  display: flex;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .book-container .book-wrapper {
      flex-direction: column;
      
  }
}

.book-container .book-wrapper img {
  margin-top: 0;
  margin-bottom: 0;
}

.book-container .book-wrapper .img-web-cam {
  width: 70px;
}

.book-container .book-wrapper .img-skin-logo {
  width: 110px;
  margin-top: 5px;
}

.book-container .book-wrapper .book-txt-container {
  /*       width: 50%; */
  margin-left: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

@media (max-width: 767px) {
  .book-container .book-wrapper .book-txt-container .new-logo {
      width: 100%;
      margin-left: 0;
      text-align: center;
      justify-content: center;
  }
}

.book-container .book-now-container {
  width: 23%;
  display: flex;
  align-items: center;
  justify-content: center;
color: #fff;
}

@media (max-width: 767px) {
  .book-container .book-now-container .new-logo {
      width: 100%;
      justify-content: flex-start;
      text-align: center;
      justify-content: center;
  }
}

.book-container .book-now-container .book-now-wrapper {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .book-container .book-now-container .book-now-wrapper {
      margin-top: 0;
      margin-bottom: 25px;
      width: 90%;
  }
}

.book-sbttl {
color: #85cac5 !important;

}

.book-ttl {
color: #fff !important;
font-weight: bold  !important;
letter-spacing: 1.5px !important;
}

.book-container .book-now-container .book-now-wrapper .book-now-pastille {
  /*         width: 65px;
      height: 65px; */
  border-radius: 50%;
  background-color: #43515B;
  text-align: left;
  Color: #ffffff;
  text-transform: uppercase;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  line-height: 1;
  font-size: 12px;
}

@media (max-width: 767px) {
  .book-container .book-now-container .book-now-wrapper .book-now-pastille {
      background-color: transparent;
      width: auto;
      height: auto;
      padding: 10px 0;
      border-radius: 5px;
      font-size: 12px;
      letter-spacing: 0.2em;
      font-weight: 400;
      background-color: #43515B;
      text-align: left !important;
  }

.new-logo {
  text-align:center;
}

.book-txt-container {
  padding-left: 0px;
  border-left: solid 0px #eeeeee;
}

.book-container .book-wrapper .book-txt-container {
    text-align:center;
}

.book-container .book-sbttl{
    text-align:center;
}




}

.book-container .book-sbttl {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 2px;
  line-height: 1.3;
  margin-top: 0;
  letter-spacing: normal;
  word-break: normal;
}

@media (max-width: 767px) {
  .book-container .book-sbttl {
      font-size: 20px;
      text-align: center;
  }
}

.book-container .book-ttl {
  font-size: 18px;
  text-transform: uppercase;
  word-break: normal;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0;
  letter-spacing: normal;
}

@media (max-width: 767px) {
  .book-container .book-ttl {
      font-size: 24px;
      margin-bottom: 3px;
  }
}

.book-container.flx {
  align-items: center;
  display: flex;
}

.book-container-hp {
  position: absolute;
  max-width: 100%;
  top: -20px;
}

.book-container-hp.flx {
  align-items: center;
  display: flex;
}

@media (max-width: 640px) {
  .book-container-hp.flx {
      margin-left: auto;
      margin-right: auto;
      left: 0;
      right: 0;
      justify-content: center;
  }
}

.book-icon-container {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.book-icon-container img {
  max-width: 80%;
}

.book-icon-container .book-arrow {
  font-size: 25px;
}
.Rte p {
  margin: 0px !important;
  margin-bottom: 5px !important;
  line-height: 1.25; 
}

.Rte li {
  margin: 0px !important;
  margin-bottom: 5px !important;
  line-height: 1.25; 
  padding: 0px !important;
}

.Rte h3{
  margin: 0px !important;
  margin-top: 20px !important;
  margin-bottom: 5px !important;
}

.PageContent.Rte a{
  text-decoration: underline;
}
/*
.Rte p strong{
    font-size: 18px;
    margin: 0px !important;
    margin-top: 20px !important;
    margin-bottom: 5px !important;
    font-family: Muli,sans-serif;
    font-weight: bold;
    font-style: normal;
    color: #454545;
    transition: color 0.2s ease-in-out;
    letter-spacing: 0.2em;
    text-transform: uppercase;
  line-height: 1.25;
}
*/

.booking-sections-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.booking-sections-container a {
  text-decoration: none !important;
}

.booking-section {
  box-sizing: border-box;
  padding: 35px 25px;
  text-align: left;
  border: 1px solid #f2f2f2;
  margin: 10px;
  -webkit-box-shadow: 5px 5px 25px 0px rgba(242, 242, 242, 1);
  -moz-box-shadow: 5px 5px 25px 0px rgba(242, 242, 242, 1);
  box-shadow: 5px 5px 25px 0px rgba(242, 242, 242, 1);
  transition: 0.2s;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.booking-section:hover {
  cursor: pointer;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.10);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.10);
  transform: translateY(-3px);
  border-radius: 5px;
}

.booking-section h3 {
  display: inline;
  letter-spacing: 0em !important;
}

.booking-header {
    margin-bottom: 15px;
}

.booking-header tr {
    height: 100px;
    vertical-align: middle;
}

.booking-color-box {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: inline-block;
  float: left;
  margin-right: 10px;
  padding: 0px;
  margin-top: 5px;
}

.theConsult {
  background-color: #0CC0D7;
}

.biophore {
  background-color: #67C820;
}

.advanceSkin {
  background-color: #F778B4;
}

.virtualTreatment {
  background-color: #8989FC;
}

.consultation {
  background-color: #DFC12D;
}

.book-now-header {
  background-image: url("/cdn/shop/files/bse-book-hero.jpg?v=1650900624");
}

.booking-desc {
  padding: 30px;
  text-align: center;
}

.booking-desc img {
  width: 175px;
  display: block;
  margin: 15px;
  margin-left: auto;
  margin-right: auto;
  -webkit-filter: drop-shadow(0px 0px 20px #e3e3e3);
  filter: drop-shadow(0px 0px 20px #e3e3e3);
}

.swym-user-text, .swym-value, .swym-value-1, .swym-wishlist-main-title, .swym-heading, .swym-heading-1, .swym-is-heading, .swym-empty-wishlist-text, .swym-text, .swym-text-1, .swym-empty-wishlist-continue-btn, .swym-button, .swym-button-1, .swym-is-button, .swym-title, .swym-title-1{
  font-family: Muli, San-Sarif !important;
  text-transform: uppercase !important;
}

.swym-add-to-cart-btn, .swym-button, .swym-button-1, .swym-is-button, .swym-is-button {
  font-family: Muli, San-Sarif !important;
}

.align-center {
  text-align: center;
}

.booking-section img {
  width: 115px;
  padding: 0px !important;
  margin: 0px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 10px !important;
}

.make-block {
  display: block !important;
}
.PageContent {
  max-width: 1000px;
  margin: 35px auto;
}
.anchor .Container {
  margin: 0 auto;
  padding: 0 24px;
}
@media screen and (min-width: 641px){
  .PageContent {
    margin-bottom: 80px;
    margin-top: 80px;
  }
}

/* the BSE App */
.flx-row.just-center.app-store-position{
  position: absolute;
  top: 67%;
  flex-basis: 100%;
  width: 100%;
  left: 0;
  right: 0;
}
.redes-hero-mask {
	position: absolute;
  height: 100%; width: 100%;
  opacity: 0.6;
  top: 0; left: 0;
  background:#262525;
}

.redes-page .redes-hero-banner {
  min-height: 73vh;
  position: relative;
  display: flex;
  align-items: center;
}

.redes-page .redes-hero-banner-img {
  width: 100%; height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: -1;
}

.redes-page.pg-podcast .redes-side-faq-ttl {
  font-size: 36px;
}

.redes-page.pg-podcast .redes-hero-mask {
  opacity: 0.3;
}

.redes-page.pg-podcast .redes-hero-banner {
  min-height: 75vh;
}
@media screen and (min-width:500px) {
  .redes-page .redes-hero-banner {
    min-height: 600px;
  }
}
.redes-txt-lrg{
  font-weight: normal;
}
.blog-post-card__info {
  margin: 0 8px;
}

@media screen and (min-width:641px) {
  .blog-post-card__info {
    margin: 0 18px;
  } 
}
.sc-hOGkXu.NrNIR span{
  font-weight: 300;
}
.sc-lcepkR{
  background-color: #f1f4f5;
  color: #000;
  font-size: 20px;
  font-family: Roboto;
}
.how-mny-pts{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
}
.price-list--product .how-mny-pts-wrapper{
  flex-basis: 100%;
  display: flex;
  margin-top: 0.75rem;
  line-height: 1.1;
}
.price-list--product .how-mny-pts-wrapper .how-mny-pts{
  align-items: start;
}
.product-info__block-item .mt-mdm{
  margin-top: 25px;
}
.product-info__block-item .yotpo-stars{
  margin-right: 5px;
}
.product-info__block-item sale-price,.product-info__block-item compare-at-price,.product-info__block-item unit-price{
  margin-bottom: 6px;
  font-size: 14px;
  color: black;
}
.product-info__block-item .product-title{
  font-size: 46px;
  font-family: alga,serif;
  line-height: 1.1;
  letter-spacing: normal;
  text-transform: Capitalize;
}
@media screen and (max-width:768px) {
  .product-info__block-item .product-title{
    font-size: 32px;
  }
}
.add-to-cart-button span{
  color: white !important;
}
.shopify-section--collection-banner .content-over-media>picture img{
  transform: unset !important;
}
#fs-serp-page .category-title span{
  text-transform: uppercase !important;
}
.filters-container .category-title span{
  text-transform: uppercase !important;
}
.swym-wishlist.swym-hdr-wishlist {
  margin-top: 7px;
  font-size: 17px;
}
@media (max-width: 640px) {
.swym-wishlist.swym-hdr-wishlist {
  display: none;
  }
}
.quantity-title{
  color: rgb(69, 69, 69);
  display: block;
  font-family: Muli, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 8px;
}
.breadcrumbs {
  margin: 2em 0 2em 2em;
}

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

.breadcrumbs__item {
  display: inline-block;
}

.breadcrumbs__item:not(:last-child):after {
  border-style: solid;
  border-width: .10em .10em 0 0;
  content: '';
  display: inline-block;
  height: .20em;
  margin: 0 .20em;
  position: relative;
  transform: rotate(45deg);
  vertical-align: middle;
  width: .20em;
  border-color: black;
}

.breadcrumbs__link {
  text-decoration: underline;
}

.breadcrumbs__link[aria-current="page"] {
  color: inherit;
  font-weight: normal;
  text-decoration: none;
}

.breadcrumbs__link[aria-current="page"]:hover,
.breadcrumbs__link[aria-current="page"]:focus {
  text-decoration: underline;
}
@media screen and (min-width:1024px) {
  .breadcrumbs {
    margin-top: 0;
  }
}
/* Tabbed content pdp */
.tab-info-wrapper .flx-row {
  display: flex;
}
.tab-info-wrapper .just-bet {
  justify-content: space-between;
}
.tab-info-wrapper .sngl-prod-tab {
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer !important;
  line-height: 1.1;
  letter-spacing: normal;
  margin-bottom: 15px;
  opacity: 0.55;
  width: 33.333%;
  border-bottom: solid 1px #dedede;
  text-align: left;
  padding: 10px 0;
}
.tab-info-wrapper .sngl-prod-tab.ele-triggered {
  opacity: 1;
  border-color: #323232;
}
.tab-info-wrapper .sngl-prod-info-wrapper {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}
.tab-info-wrapper .sngl-prod-info-wrapper.ele-triggered {
  max-height: 1500px;
  opacity: 1;
  transition: opacity 0.9s ease-in;
}
@media (max-width: 600px) {
  .tab-info-wrapper .sngl-prod-tab {
    font-size:14px;
  }
}
@media (max-width: 400px) {
  .tab-info-wrapper .sngl-prod-tab {
    font-size: 12px;
  }
}
@media (max-width: 350px) {
  .tab-info-wrapper .sngl-prod-tab {
    font-size: 10px;
  }
}
.product-info {
  top: unset !important;
}
.sngl-prod-info-wrapper ul{
  margin-left: 2rem;
}
.product-pin-top{
  height: 32px;
  width: 32px;
  position: absolute;
  z-index: 1;
  right: 2rem;
  top: 2rem;
}
.product-pin-top .ProductMeta__ShareItem{
  opacity: .5;
}
.product-gallery__image-list{
  position: relative;
}
.shopify-section--main-product button.tap-area{
  width: 10px;
  height: 10px;
  transition: color .2s ease-in-out,background .2s ease-in-out;
  border-radius: 25%;
  cursor: pointer;
  background: transparent;
  border: 1px solid #e3e3e3;
  color: white;
}
.shopify-section--main-product button.tap-area[aria-current="true"]{
  width: 10px;
  height: 10px;
  transition: color .2s ease-in-out,background .2s ease-in-out;
  border-radius: 25%;
  cursor: pointer;
  background: transparent;
  color: #454545;
}
.shopify-section--related-products h2{
  font-family: alga,serif;
  line-height: 1.1;
  letter-spacing: normal;
  text-transform: Capitalize;
  font-size: 18px;
}
.shopify-product-form .Button.Button--full.Button--primary{
  display: block;
  text-align: center;
  width: 100%;
}
.collection-description .group{
  border: none;
}

/* Basic form */
/**
 * ----------------------------------------------------------------------------
 * Basic form
 * ----------------------------------------------------------------------------
 */

.Form {
  width: 100%;
}

.Form__Item {
  position: relative;
  margin-bottom: 15px;
}

.Form__Input,
.Form__Textarea {
  -webkit-appearance: none;
  display: block;
  padding: 12px 14px;
  border-radius: 0;
  border: 1px solid #e3e3e3;
  width: 100%;
  line-height: normal;
  resize: none;
  transition: border-color 0.1s ease-in-out;
  background: transparent;
}

.Form__FloatingLabel {
  display: none;
}

.Form__Checkbox {
  position: absolute;
  opacity: 0;
}

.Form__Checkbox ~ label::before {
  display: inline-block;
  content: '';
  width: 1em;
  height: 1em;
  margin-right: 10px;
  border: 1px solid #e3e3e3;
  vertical-align: -2px;
}

.Form__Checkbox ~ svg {
  position: absolute;
  top: 5px;
  left: 1px;
  width: 12px;
  height: 12px;
  transform: scale(0);
  transition: transform 0.2s ease-in-out;
  will-change: transform;
}

.Form__Checkbox:checked ~ label::before {
  border-color: #e3e3e3;
}

.Form__Checkbox:checked ~ svg {
  transform: scale(1);
}

.Form__Alert {
  margin-bottom: 20px;
}

.Form__Submit {
  display: block;
  margin-top: 20px;
}

.Form__Label {
  display: block;
  padding-bottom: 8px;
  letter-spacing: 0.2em;
  line-height: normal;
}

.Form--small .Form__Input,
.Form--small .Form__Textarea {
  font-size: to-size(13px);
  padding-top: 10px;
  padding-bottom: 10px;
}

.Form--spacingTight {
  .Form__Item {
    margin-bottom: 15px;
  }

  .Form__Alert {
    margin-bottom: 20px;
  }
}

@media screen and (min-width:768px) {
  .Form__Item,
  .Form__Alert {
    margin-bottom: 30px;
  }

  .Form__Group {
    display: flex;
  }

  .Form__Group > .Form__Item {
    flex: 1;
  }

  .Form__Group > :nth-child(2) {
    margin-left: 30px;
  }

  .Form--spacingTight {
    .Form__Group > :nth-child(2) {
      margin-left: 15px;
    }
  }
}

/**
 * ----------------------------------------------------------------------------
 * Form elements
 * ----------------------------------------------------------------------------
 */

.Form__Header {
  margin-bottom: 24px;
  text-align: center;
}

.Form__Hint {
  margin: 24px 0 0 0;
}

.Form__Hint:not(:last-child) {
  margin-bottom: 32px;
}

.Form__Hint--center {
  text-align: center;
}

.Form__ItemHelp {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

/**
 * ----------------------------------------------------------------------------
 * Styled select
 * ----------------------------------------------------------------------------
 */

select::-ms-expand {
  display: none;
}

.Select {
  position: relative;
  color: currentColor;
  line-height: 1;
  vertical-align: middle;
}

.Select svg {
  position: absolute;
  line-height: normal;
  pointer-events: none;
  vertical-align: baseline;
  fill: currentColor;
}

.Select select {
  /* Disable built-in styles */
  -webkit-appearance: none;
  -moz-appearance: none;

  display: inline-block;
  color: inherit;
  cursor: pointer;
  border-radius: 0;
  line-height: normal;

}
.Form__Item input:focus-visible {
  outline: none;
}
.Form__Item textarea:focus-visible {
  outline: none;
}
.button-full{
  width:100%;
}

/* Make sure to have something easy to read... */
.Select option {
  background: white;
  color: black;
}

.Select--primary::after {
  content: '';
  position: absolute;
  right: 1px;
  top: 1px;
  height: calc(100% - 2px);
  width: 55px;
  pointer-events: none;
}
.Select--primary select {
    width: 100%;
    height: 45px;
    padding-left: 14px;
    padding-right: 28px;
    outline: none;
}
.Select--primary svg {
  top: calc(50% - 5px);
  right: 15px;
  width: 10px;
  height: 10px;
  z-index: 1;
}

.Select--transparent select {
  padding-right: 15px;
  background: transparent;
  border: none;
  font-size: inherit;
  text-transform: uppercase;
}
  

.Select--transparent svg {
    top: calc(50% - 3px);
    right: 0;
    height: 6px;
}


/**
 * ----------------------------------------------------------------------------
 * Select button (emulate a select button without the actual select)
 * ----------------------------------------------------------------------------
 */

.SelectButton {
  position: relative;
  color: currentColor;
  padding: 2px 18px 2px 0;
  background: transparent;
  border: none;
  text-transform: uppercase;
}
.SelectButton svg {
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
  height: 6px;
}
.Rte h3{
  font-family: Muli, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--shopify-editor-setting-heading_color);
    transition: color 0.2s ease-in-out;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
.top-bar-announcement {
  padding: 12px 15px;
  background-color: rgb(54, 54, 54);
  text-align: center;
  color: white;
  font-family: alga,sans-serif;
  font-weight: 400;
  font-style: normal;
  transition: color .2s ease-in-out;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size:12px;
}
.top-bar-announcement .top-bar-text{
  font-family: alga,sans-serif;
  font-weight: 400;
  font-style: normal;
  transition: color .2s ease-in-out;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size:11px;
  color:white
}
.learn-more-btn-wrap{
  position: relative;
}
.learn-more-btn-wrap #toggleButton{
  font-family: alga,sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}
.popup-learn-more li strong{
  margin-right:4px;
}
.popup-learn-more li span{
  color: #AA9583;
  font-family: Muli,sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.popup-learn-more{
  display: none;
  position: absolute;
  top: 2rem;
  left: 0;
  color: black;
  padding: 15px;
  margin-inline: auto;
  padding-block: 10px;
  padding-inline: 15px;
  position: absolute;
  border-radius: 3px;
  border-top: 2px solid #AA9583;
  background: #FFF;
  box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.20);
  z-index: 8;
  width: 331px;
  text-align: left !important;
}
.popup-learn-more.visible{
  display: block;
}
.popup-learn-more ul{
  margin-left: 0;
  padding-bottom: 19px;
}
.popup-learn-more li{
  padding-left: 0;
  list-style:none;
}
.popup-learn-more em {
  color: #AA9583;
}
.popup-learn-more h5 {
  font-weight: normal;
}
.popup-content h3{
  color: #363636;
  font-family: roboto;
  font-family: Muli,sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.popup-content p{
  color: #363636;
  font-family: roboto;
  font-family: Muli,sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


.swym-wishlist-button-bar .swym-btn-container .swym-add-to-wishlist.swym-icon .swym-tooltip .swym-tooltip-text{
  left: -35px!important;
}

.swym-wishlist-button-bar .swym-btn-container .swym-button:active, .swym-wishlist-button-bar .swym-btn-container .swym-button:focus{
    outline: none;
}
.swym-wishlist-button-bar .swym-btn-container .swym-button.swym-add-to-wishlist.swym-inject.swym-icon.swym-heart:after{
  width: 30px;
}
.swym-wishlist-button-bar .swym-btn-container .swym-button.swym-add-to-wishlist.swym-inject.swym-icon.swym-heart{
  height: 45px;
  width: 32px;
}
.swym-wishlist-button-bar .swym-btn-container button.swym-button.disabled, button.swym-button:disabled{
  opacity: 1!important;
}
.swym-wishlist-button-bar .swym-btn-container.swym-btn-container .swym-button.swym-added::after {
  opacity: 1!important;
}

.swym-btn-container.swym-inject {
    width: 100%;
}

button.swym-button.swym-add-to-wishlist.swym-inject.swym-icontext.swym-heart.swym-loaded {
    width: 100%;
    margin-bottom: 5px;
    background: black !important;
  border-radius:5px;
}

/* Alphabet Menu */

@media (min-width: 767px) {
  .HorizontalList__Item.no-show{
    display:none;
  }
}
@media (min-width: 1140px) {
  .DropdownMenu.AlphabetMenu{
    max-width:  calc( 100% - 100px );
    min-width: calc( 100% - 100px );
    /* padding-right: 24px */
  }
}
@media (min-width: 1007px) {

}
.DropdownMenu.AlphabetMenu{
  max-width:  950px;
  min-width: auto;
  width: 85%;
}

.DropdownMenu.AlphabetMenu .letterTxt{
  position: relative;
  display: inline-block;
  padding: 10px;
}

.DropdownMenu.AlphabetMenu .letterTxt::before{
  position: absolute;
  content: "";
  bottom: -3px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 0px;
  height: 2px;
  background-color: #000;
  transition: width .3s ease-in;
}

.DropdownMenu.AlphabetMenu .letterTxt.selected::before{
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 45px;
  height: 2px;
  background-color: #000;
}

.DropdownMenu.AlphabetMenu .letterTxt:hover::before{
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 45px;
  height: 2px;
  background-color: #000;
  transition: width .3s ease-in;
}

.LinkHolder{
  display: none;
  min-height: 150px;
  height: 0px;
  opacity: 0;
  transition: opacity .3s ease-in, display 5s step-end ;
  gap: var(--mega-menu-linklist-gap);
  flex: 0 auto;
  flex-direction: row;
}
.LinkHolder.active{
  display:flex;
  height: auto;
  opacity: 1;
  transition: opacity .1s ease-in, display 5s step-end;
}
.LinkHolder .Link{
  /* text-transform: uppercase; */
}
.alphabet-menu .title-letter{
  font-weight: 700;
  text-transform: none;
  letter-spacing: normal;
  padding-bottom: 1.25rem;
}
.alphabet-menu-letters a{
  font-weight: 700;
  text-transform: none;
  letter-spacing: normal;
  position: relative;
}
.alphabet-menu-letters .letterTxt.selected::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 2px;
  background-color: #000;
}
.alphabet-menu-letters .letterTxt::before {
  position: absolute;
  content: "";
  bottom: -3px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 0px;
  height: 2px;
  background-color: #000;
  transition: width .3s ease-in;
}
.no-vendor{
  display:none;
}

.Header__MainNav .HorizontalList .HorizontalList__Item:last-child .DropdownMenu{
  right:0px!important;

}

/**
 * ----------------------------------------------------------------------------
 * List
 * ----------------------------------------------------------------------------
 */
.Linklist {
  list-style: none;
  padding: 0; }

.Linklist__Item {
  position: relative;
  display: block;
  margin-bottom: 12px;
  width: 100%;
  line-height: 1.5;
  text-align: left;
  transition: all 0.2s ease-in-out; }
  .Linklist__Item:last-child {
    margin-bottom: 0 !important; }
  .Linklist__Item::before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    top: calc(50% - 3px);
    left: 0;
    border-radius: 100%;
    background: #454545;
    opacity: 0;
    transition: opacity 0.1s ease-in-out; }

.Linklist__Item > .Link, .Linklist__Item > .shopify-payment-button__more-options {
  display: block;
  width: 100%;
  text-align: inherit; }

.Linklist--spacingLoose .Linklist__Item {
  margin-bottom: 18px; }

.Linklist__Item.is-selected {
  padding-left: 18px; }
  .Linklist__Item.is-selected::before {
    opacity: 1;
    transition-delay: 0.1s; }

.Linklist--bordered {
  margin-left: 8px;
  padding: 0 20px 0 25px;
  border-left: 1px solid #e3e3e3; }

.Linklist--bordered li:first-child .Linklist__Item {
  margin-top: 2px; }

.Linklist--bordered li:last-child .Linklist__Item {
  margin-bottom: 2px; }

.product-next-button{
  display: block;
  color: black !important;
  right: 1rem;
  position: absolute;
  bottom: -2.5rem;
}
.product-prev-button{
  display: block;
  color: black !important;
  left: 1rem;
  position: absolute;
  bottom: -2.5rem;
}
/* Search and Discovery */
.quick-view-button{
  top: 35%;
  left: 50%;
  transform: translate(-50%) !important;
  height: fit-content;
  border: 1px solid #454545;
  text-transform: uppercase;
  font-weight:600;
  padding:5px;
  width: fit-content;
}
.quick-view-button:hover{
  color: #FFF;
  background-color: #454545;
  border: 1px solid #454545;
}
.quick-buy-modal__content{
  align-items: flex-start;
}
@media screen and (max-width:1150px) {
  .product-card__quick-add-button{
    display: none;
  }
}
/* Trilog Brands Menu */
.alphabet-menu-letters{
  text-align: center;
  gap: 1rem;
  flex-wrap: wrap;
  flex: 0 auto;
  display: flex;
  margin: auto;
}
.header__primary-nav-item .block.h6{
  padding-bottom: 25.6px;
}

.LinkListFlat .link-faded{
  color: #454545;
  margin-bottom: 12px;
}
.LinkListFlat .link-faded:hover{
  color: #9d9d9d;
}
.mega-menu__linklist .link-faded{
  color: #454545;
  margin-bottom: 12px;
}
.mega-menu__linklist .link-faded:hover{
  color: #9d9d9d;
}
.mega-menu li.v-stack a.h6{
  color: #454545;
  margin-bottom: 12px;
}
.mega-menu li.v-stack a.h6:hover{
  color: #9d9d9d;
}
.header__primary-nav-item .gap-5{
  gap: 0;
}
/* .mega-menu.alphabet-menu{
  max-width: 950px;
  min-width: 950px;
  min-height: 550px;
  left: 0rem;
  top: 2rem;
  border-top: 2px solid rgb(69, 69, 69);
} */
.ProductItem__PriceList .Text--subdued {
  display: none;
}
.fs-badges-wrapper{
  position: absolute;
  left: 1rem;
  top: 1rem;
}
.fs-badges-wrapper img{
  max-width: 80px;
  max-height: 80px;
}
.vendor{
  color: #AA9583;
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: 0.25px;
}
.product-title{
  font-size: 14px;
  text-transform: capitalize;
  color: #000;
  letter-spacing: 0.25px;
}
.price-list {
  margin-top: 0.5rem;
}
.price-list sale-price{
  font-size: 14px;
  text-transform: capitalize;
  color: #000;
  letter-spacing: 0.25px;
}
.product-card .shopify-product-form{
  margin-top: .5rem;
}
.product-card .product-title{
  font-size: 14px !important;
  text-transform: capitalize;
  color: #000;
  letter-spacing: 0.25px;
}

.button.add-to-cart-quickview{
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.yotpo-star-container{
  margin-top: 0 !important;
}
/* QA */
@media screen and (min-width:768px) {
  slideshow-carousel .content-over-media{
    min-height: 75vh;
  }
}
slideshow-carousel .slideshow__slide-content .prose .h1{
  margin-top: 0;
}
slideshow-carousel .slideshow__next-section-button{
  border-radius: 3px;
}
slideshow-carousel .tap-area {
  background-color: transparent;
  border: 2px solid white;
  width: 10px;
  height: 10px;
}
.image-with-text--reverse .prose.text-center{
  margin-right: auto;
}
.image-with-text .prose .h1,.image-with-text .prose .h2,.image-with-text .prose .h3{
  margin-top: 0;
  margin-bottom: .83em;
  font-size: 46px;
  letter-spacing: normal;
  text-transform: capitalize;
  font-family: alga, serif;
  line-height: 1.1;
}
.image-with-text .prose div{
  margin-top: 0;
}
.image-with-text .prose div p{
  line-height: 1.25;
  font-size: 14px;
  font-family: Muli, sans-serif;
  margin-top:0;
  margin-bottom:5px;
}
.image-with-text .prose .button{
  margin-top: 20px;
  margin-block-start: 20px !important;
}
.image-with-text .prose .h6{
  font-size: 14px;
  letter-spacing: 2.8px;
}
@media screen and (max-width:600px){
  .image-with-text picture{
    order:2;
  }
  .image-with-text .prose .h6{
    font-size: 12px;
  }
  .image-with-text .prose .h1,.image-with-text .prose .h2,.image-with-text .prose .h3{
    font-size: 32px;
  }
  .needsclick.kl-teaser-Xpziue.undefined.kl-private-reset-css-Xuajs1{
    max-width:55% !important;
  }
  .header-search__form-control{
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header{
    padding-bottom:16px;
  }
  #shopify-section-template--17432335155431__collection_list_QpBgGC{
    display:none;
  }
}
.header-sidebar{
  z-index: 99999;
}
.header-sidebar__footer .text-with-icon {
  color: rgb(var(--text-color) / .65) !important;
  font-size: calc(.95rem* var(--text-heading-size-factor));
  letter-spacing: normal !important;
  text-transform: uppercase !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.header-sidebar__footer .localization-selectors{
  border: none;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.header-sidebar__footer .localization-selectors button{
  text-transform: capitalize !important;
  font-size: 14px !important;
  letter-spacing: normal !important;
}
.Drawer__Footer{
  padding: 0;
  border-top: 1px solid #ffffff40;
  margin-top: 1rem;
}
.Drawer__Footer .social-media{
  justify-content: space-evenly;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.Drawer__Footer .social-media__item svg{
  fill: white;
}
.header-sidebar__scroller{
  padding-bottom: 0;
  margin-bottom: 4px;
}
.header-sidebar__scroller > a {
  --button-background: 28 28 28;
  --button-outline-color: 28 28 28;
  --button-text-color: 255 255 255;
  margin-bottom: 25px;
  font-size: 16px;
  letter-spacing: 1px;
  padding: .93rem 1.75rem;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}
.header-sidebar__linklist-button{
  padding-top: 18px !important;
  padding-bottom: 18px !important;
  padding-block-start: 18px !important;
  padding-block-end: 18px !important;
}
.header-sidebar__back-button.is-divided{
  text-transform: uppercase !important;
  padding-bottom: 20px !important;
}
.sc-fIosxK{
  font-weight: 300 !important;
}
.shopify-section--collection-banner .prose h1{
  text-transform: capitalize;
  font-family: 'alga', serif;
  font-size: 46px;
  margin-block-start: 1.25rem !important;
  margin-block-end: 1.25rem;
  letter-spacing: normal;
}
.shopify-section--collection-banner .collection-description{
  margin-block-start: 0;
}
.collection .accordion-list .text-with-icon{
  font-size: 14px;
  letter-spacing: normal;
  color: black;
  font-family: Muli, sans-serif;
  font-weight: 400;
}
.collection .accordion-list .accordion[aria-expanded="true"] svg{
  transform: rotate(0deg);
  font-weight: bold;
  color: black;
  width: 14px;
  font-size: 14px;
}
.collection .accordion-list .accordion[aria-expanded="false"] svg{
  transform: rotate(180deg);
  font-weight: bold;
  color: black;
  width: 14px;
  font-size: 14px;
}
.checkbox-control label {
  font-family: Muli, sans-serif;
  text-transform: capitalize;
  opacity: 1;
}
.quick-buy-modal__info-wrapper .product-title{
  font-size: 40px;
  line-height: 1;
}
.quick-buy-modal__info-wrapper .mt-mdm{
  line-height: 1.25;
  font-family: Arial, serif;
  color:#000;
}
.quick-buy-modal__info-wrapper price-list sale-price{
  font-size: 25.2px;
}
.quick-buy-modal__info-wrapper .product-info__block-item[data-block-type="@app"]{
  display:none;
}
@media screen and (max-width:600px) {
  .shopify-section--collection-banner h1{
    font-size: 32px;
  }
  .quick-buy-modal__info-wrapper .product-title{
    font-size: 30px;
    line-height: 1;
  }
}
.page--banner .banner{
  padding-top: 2em !important;
}
.product-info__block-item[data-block-type="buy-buttons"]{
  margin-bottom: 0;
}
.product-info__block-item[data-block-type="description"]{
  margin-top: 1rem;
}
.product .swym-wishlist-button-bar{
  height: 45px;
  width: 32px;
}
.seo-metafield-desc-wrapper {
	padding: 80px 0;
  background: #f1e7dd;
}

.seo-metafield-desc-wrapper .sctn-container {
	display: flex;
  align-items: center;
  flex-direction: column;
}


.seo-metafield-desc-wrapper .coll-bot-ttl {
	font-size: 18px;
	font-family: alga, serif;
  	text-align: center;
 text-transform: Capitalize;
  max-width: 90%;
  line-height: 1.5;
}

.seo-metafield-desc-wrapper .seo-metafield-desc {
	color: #000;
  text-align: center;
  width: 600px;
  max-width: 90%;
  font-size: 12px;
}


@media (max-width: 600px) { 
  .seo-metafield-desc-wrapper {
	padding: 40px 0;
  }
  .seo-metafield-desc-wrapper .coll-bot-ttl {
    font-size: 16px;
  }
}

/* 
Collection-Accordion Style
*/
.accordion-page .sctn-container {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
.accordion-space{
  padding-top:120px;
}

.accordion-product-space{
  padding-top:30px;
}

.accordion-page .flx-row {
	display: flex;
}

.accordion-page .flx-row-md-col {
	display: flex;
  width: auto;
  margin: 0;
}
.accordion-page .just-bet {
  justify-content: space-between;
}
.accordion-page .w-31-md-100 {
  width: 31%;
}
.accordion-page .accordion-ttl {
  font-family: alga;
  font-size: 38px;
  line-height: 1.1;
}
.accordion-page .product-accordion-ttl {
  font-family: alga;
  font-size: 1.25rem;
  line-height: 1.1;
}
.accordion-page .w-64-md-100 {
  width: 64%;
  }
.accordion-page .flx-col {
  display: flex;
    flex-direction: column;
}
.accordion-page .accordion-mdm-ttl {
  font-family: alga;
  font-size: 24px;
  line-height: 1.1;
}
.accordion-page .product-accordion-mdm-ttl {
  /* font-weight:bold; */
  font-family: alga;
  font-size: 1.15rem;
  line-height: 1.1;
}
.accordion-page .accordion-faq-wrapper {
      border-bottom: solid 1px #262525;
      margin-bottom: 20px;
      padding-bottom: 20px;
      cursor: pointer;
}
.accordion-page .accordion-faq-ttl {
	margin-bottom: 0;
}

.accordion-page .accordion-faq-wrapper.ele-triggered .accordion-faq-desc {
  max-height: 1500px;
  opacity: 1;
  transition: opacity 0.2s ease-in, max-height 0.3s ease-in;
  margin-top: 15px;
  margin-bottom: 10px;
}
.accordion-page .accordion-faq-wrapper .accordion-faq-desc {
  /* transition: opacity 0.1s ease-in, max-height 0.5s ease-in; */
}
.accordion-page .txt-reg {
	font-size: 14px;
  line-height: 1.3;
}
.accordion-page .accordion-faq-desc {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}
.accordion-page .accordion-faq-wrapper {
  cursor: pointer;
}
.accordion-page .accordion-no-title{
  margin-left:auto;
  margin-right:auto;
}
.accordion-page .product-accordion-no-title{

}
.accordion-page .flex-col{
  flex-direction: column;
}
@media (max-width: 1200px) { 
  .accordion-page .accordion-ttl {
    font-size: 32px;
  }
  .accordion-page .accordion-mdm-ttl {
    font-size: 24px;
  }
  .app-store-position{
    top: 67%;
  }
}

@media (max-width: 768px) { 
  .accordion-page .accordion-mdm-ttl {
    font-size: 22px;
  }
  .accordion-page .accordion-ttl {
    font-size: 28px;
  }
  .accordion-page .w-31-md-100 {
    width: 100%;
  }
  .accordion-page .flx-row-md-col {
    display: flex;
    flex-direction: column;
  }
  .accordion-page .w-64-md-100 {
    width: 100%;
  }
  .accordion-page .txt-reg {
    font-size: 14px;
    line-height: 1.25;
  }
  .accordion-page .sctn-container {
    width: 100%;
    padding: 0px 30px;
  }
    .accordion-space{
    padding-top:60px;
    padding-bottom:60px;
  }
  .accordion-product-space{
    padding-top:15px;
    padding-bottom:15px;
  }



}

.hideprice-login-button{
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
}
.popover.popover--top-start{
  z-index: 9999999;
}
.button.hideprice-login-button{
  height: max-content;
  margin-top: auto;
}
.button.add-to-cart-quickview{
  height: max-content;
  margin-top: auto;
}
.product-card{
  justify-content: space-between;
  height: 100%;
  align-content: end;
}
.hp-all-about-sbttl{
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
}
.swym-wishlist-button-bar{
  max-width:fit-content !important;
}

/* nav updates BSE13-1*/
#sidebar-menu {
  --background: 255 255 255 / 1.0 !important;
  --text-color: 0 0 0 !important;
  --border-color: 235 234 235 !important;
      --drawer-max-width: 100vw;
}
#sidebar-menu .header-sidebar__sub-panel > ul > li > details > summary,
#sidebar-menu li a,
#sidebar-menu li button {
  --text-h6: calc(0.95rem* var(--text-heading-size-factor)) !important;
  --heading-letter-spacing: 0.1em !important;
}
#sidebar-menu::part(header) {
  border-block-end: 1px solid rgb(var(--border-color)) !important;
  padding-block-start: 10px !important;
  padding-block-end: 9px !important;
  display:none !important;
}

.yotpo.yotpo-main-widget{
  margin-top: 0rem !important;
}
.Button.Button--full.Button--primary{
  --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: 100% 100%, 0 100%;
  /* 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;
}
.Button.Button--full.Button--primary:hover{
  color: rgb(var(--button-background));
  background-position: var(--hover-background-position);
  border-color: rgb(var(--button-background));
  background-size: 0 100%, 100% 100%;
}
/* Languify fixed language switcher page render fix */
.ly-switcher-wrapper{
  display:none;
  opacity: 0;
  height: 0px;
  transition: opacity 0.3s ease-in-out;
}
.loaded .ly-switcher-wrapper{
  height:auto;
  opacity: 1;
}
/* PDP Strikethrough styling */
price-list.price-list--product .strikethrough, price-list.price-list .strikethrough{
  position:relative;
  margin-right: 0.25rem;
}
price-list.price-list--product .strikethrough:after, price-list.price-list .strikethrough:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 45%;
  left: 0;
  background-color: #000;
}
price-list.price-list--product span.new-price, price-list.price-list span.new-price{
      color: #e2001b;
  font-weight:800;
}
.strikethrough_code{
  width:100%;
}
/* PDP Sale Badge Styling  */
.sale_badge_container{
  display: flex;
  align-items: center;
  border: 1px solid #AA9583;
  padding: 7px 20px;
  background: #FAF8F4;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  position: relative;
  width: 100%;
}
.sale_badge_text_container{
  padding-left: 20px;
}
.sale_badge_text_top{
  font-size: 15px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #363636;
}
.sale_badge_text_bottom{
  font-size: 10px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  color: #363636;
  padding-top: 3px;
  display: flex;
}

.sale_badge_text_bottom.w_badge{
  color: #AA9583;
  font-size:12px;
}
.sale_badge_text_bottom.wout_badge {
  color: #AA9583;
  font-size: 14px;
}

.sale_badge_text_bottom .pdp-countdown-container{
  padding-left: 0.15rem;
}

.sale_badge_learn{
  color: #AA9583;
  font-family: roboto;
  font-family: Muli,sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-decoration-line: underline;
    text-transform: uppercase;
}
.sale_badge_learn_more{
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in-out;
  text-align: left;
  background: white;
  border: 1px solid #e3e3e3;
  border-top-color: rgb(227, 227, 227);
  border-top-style: solid;
  border-top-width: 1px;
  position: absolute;
  padding: 25px 0;
  padding: 25px;
  z-index: 10;
  top: 100%;
  left: 0;
  width: 100%;
}
.sale_badge_learn_more.active{
  opacity: 1;
  visibility: visible;
}

@media (max-width: 600px) {
  .sale_badge_text_top{
    font-size: 14px;
  }
  .sale_badge_learn{
    font-size: 13px;
  }
}
@media (max-width: 400px) {
  .sale_badge_text_top{
    font-size: 13px;
  }
  
}
.bsub-widget__group-header {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  padding: 1rem;
  transition: 0.3s;

  border: 1px solid #000;
  border-radius: 5px;
  background-color: white;

}
input:checked + .bsub-widget__group-header{
  border-color: #000 !important;
  color: #000 !important;
  background-color: #efe5dc;
}
.bsub-widget__image path{
  fill: #000;
}
input:checked + .bsub-widget__plan-header{
  background-color: #000 !important;
}
input:checked + .bsub-widget__plan-header .bsub-widget__main-text{
  color: white !important;
}
input:checked + .bsub-widget__plan-header .bsub-widget__plan-pricing{
  color: white !important;
}
.bsub-widget input:checked + div > .bsub-widget__checked-icon svg path{
  fill: #fff;
}
/* Cookie Banner Fix */
.shopify-pc__banner__dialog button.shopify-pc__banner__btn-manage-prefs:focus span{
  outline: none!important;
}
.article__wrapper .prose p{
  margin-block-start: 0rem !important;
}
/* Test 24 Styling - Buy Box Customization */
.bsub-widget__groups-container {
  display: none;
}
.bsub-widget__wrapper {
  padding: 0;
  border-radius: 0;
  border: 0 !important;
  background: #fff;
}
.bsub-widget__wrapper .subscribe-box {
  border-radius: 2px;
  border: 1px solid rgba(54, 54, 54, 0.15);
  background: #EFE5DC;
  justify-content: space-between;
  align-items: center;
  position: relative;
  
  padding-block: 11px;
}
.bsub-widget__wrapper .subscribe-box.one-time {
  margin-bottom: 15px;
}
.bsub-widget__wrapper .subscribe-container{
  padding-left: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-right: 1rem;
}
.bsub-widget__wrapper .subscribe-box-details{
  list-style: none;
  border-top: 1px rgba(54, 54, 54, 0.15) solid;
  margin-top: 0.75rem;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.bsub-widget__wrapper .subscribe-box-details li{
  display: flex;
  padding-top: 0.75rem;
}
.bsub-widget__wrapper .subscribe-box-details .right-icon{
  padding-right: 0.75rem;
}
.bsub-widget__wrapper .subscribe-box input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
.bsub-widget__wrapper .subscribe-box label::before {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #000;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
.bsub-widget__wrapper .subscribe-box input:checked + label::after {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #000;
  background: #000;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
.bsub-widget__wrapper .subscribe-box {
  
  cursor: pointer;
}


.bsub-widget__wrapper .subscribe-box p.price-wrap {
  display: flex;
  align-items: center;
  gap: 5px;
}
.bsub-widget__wrapper .subscribe-box input{
  cursor: pointer;
}
.bsub-widget__wrapper .subscribe-box label {
  color: #363636;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  text-transform: capitalize;
}
.bsub-widget__wrapper .bsub-widget__plans-container {
  margin-top: 0;
}
.bsub-widget__wrapper .bsub-widget__plans-container legend {
  display: none;
}
.bsub-widget__wrapper .bsub-widget__plans-container {
  margin-top: -16px;
  padding-block: 14px;
  border-radius: 2px;
  border: 1px solid rgba(54, 54, 54, 0.15);
  background: #EFE5DC;
  border-top: 0;
  margin-bottom: 14px;
  padding-inline: 20px;
  padding-top: 0;
}

.bsub-widget__wrapper .subscribe-box p.price-wrap{
  color: #363636;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.bsub-widget__wrapper .subscribe-box p.price-wrap.double-price {
  color: #B80B0B;
  font-weight: 600;
}
.bsub-widget__wrapper .subscribe-box p.price-wrap span.strike-through-price {
  color: #363636;
  font-weight: 400;
}
.bsub-widget__wrapper .subscribe-box:has(input#subscribing:checked) {
  border-bottom: 0;
}

.pros-list-wrap ul.subscribe-box {
  padding: 0;
  list-style: none;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
}
.pros-list-wrap ul.subscribe-box li {
  display: flex;
  justify-content: center;
  gap: 10.2px;
}
.bsub-widget__wrapper .bsub-widget__plans-container ul.subscribe-box {
  border: 0;
  border-top: 1px solid rgba(54, 54, 54, 0.15);
  padding-top: 15px;
  gap: 15px;
}


.bsub-widget__wrapper fieldset .bsub-widget__plan {
  display: none !important;
}


.bsub-widget__wrapper .dropdown-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  margin-top: 1rem;
}
.bsub-widget__wrapper .dropdown-wrapper p.left-txt {
  color: #363636;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
.bsub-widget__wrapper .dropdown-wrapper select#delivery-frequency {
  max-width: 130px;
  border-radius: 2px;
  border: 1px solid #363636;
  background: #FFF;
  width: 100%;
  height: 26px;
  color: #363636;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 0.5rem;
}
.bsub-widget__wrapper.acadia-wrapped{
  background-color: transparent!important;
  padding: 0;

}

.bsub-widget__wrapper.acadia-wrapped .bsub-widget__groups-container,.bsub-widget__wrapper.acadia-wrapped .bsub-widget__delivery-fieldset{
  display:none!important;
}
.pros-list-wrap ul.subscribe-box li img {
  width: 15px;
  height: 20px;
}

.bsub-widget__wrapper .bsub-widget__plans-container .pros-list-wrap {
  border-top: 1px solid rgba(54, 54, 54, 0.15);
}


.bsub-widget__wrapper .bsub-widget__plans-container {
  display: none;
}
.bsub-widget:has(input#subscribing) .bsub-widget__plans-container {
  display: block;
}
.d-none{
  display:none!important;
}
/* Collection Page USP Icons */
.usp-content-container{
  display:flex;
  text-align: center;
  color: white;
  justify-content: center; /* Center the items horizontally */
}
.usp-content-container.black-icons{
  color: #000;
}
.usp-icon-container{
  width: 225px; /* Fixed width */
  margin: 0 10px; /* Add space between items */
  text-align: center; /* Center text within each item */
  flex: none; /* Don't use flex to allocate space */
  align-self: baseline;
}
@media screen and (max-width: 767px) {
  .usp-icon-container{
    width: 33%; /* Fixed width */
    margin-left: auto;
    margin-right: auto;
  }
  .usp-icon-text{
    font-size: 13px;
  }
}
.usp-icon-image{

}
.usp-icon-text{
  
}
.usp-icon{
  height: 30px;
}
.buy-button-usp{
  display: none;
}
@media screen and (max-width: 767px) {
  .buy-button-usp{
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    display: block;
    margin-top: 10px;

  }
}

/*  PDP Glow Points Banner */
.glow-points-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 199;
  background: linear-gradient(0deg, rgba(4, 4, 4, 0.65) 0%, rgba(54, 54, 54, 0.20) 100%);
  top: 100%;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.glow-points-overlay.active{
  top:0%;
  opacity: 1;
}

.how-mny-pts-wrapper .how-mny-pts br {
  display: none;
}


.how-mny-pts-wrapper .how-mny-pts {
  /* white-space: nowrap; */
  line-height: 1;
  font-size: 14px;
  margin-top:10px;
}


.how-mny-pts-wrapper .how-mny-pts a {
  color: #747474;
  text-align: center;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  white-space: nowrap;
}


.how-mny-pts-wrapper .how-mny-pts {
  padding-left: 22px;
  position: relative;
  display: block !important;
  border-radius: 2px;
  background: #FAF8F4;
  padding: 10px 10px 10px 41px;
}


.how-mny-pts-wrapper .how-mny-pts img {
  position: absolute;
  left: 10px;
  top: 48%;
  transform: translateY(-50%);
  width: 1.25rem;
}


.glow_points_popup {
  position: fixed;
  left: 0;
  background-color: #fff;
  width: calc(100% - 30px);
  z-index: 99999999;
  max-width: 1050px;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 30px;
  padding: 60px 75px 40px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease 0s;
}


.glow_points_popup .glow_content:nth-child(1) {
  /* display: none; */
}


.glow_points_popup .glow_content:nth-child(2) {
  /* display: none;*/
}


.glow_content h2 {
  color: #333132;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 10px;
  letter-spacing: 0;
  text-transform: none;
}


.glow_content h3 {
  color: #333132;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  margin-bottom: 0;
  text-transform: none;
  letter-spacing: 0;
}


.glow_content>ul {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}


.glow_content>ul>li {
  max-width: 50%;
  flex: 0 0 50%;
  text-align: center;
  margin-top: 60px;
}


.glow_content>ul>li h4 {
  color: #000;
  text-align: center;
  font-family: Alga;
  font-size: 39.616px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
  text-transform: none;
  letter-spacing: 0;
}


.glow_content>ul>li h4 span {}


.glow_points_popup a.close_btn {
  position: absolute;
  right: 20px;
  top: 20px;
}


.glow_content>ul>li span {
  color: #000;
  text-align: center;
  font-size: 26.411px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
}


.top_glow_points_list ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  max-width: 700px;
  margin: 0 auto 20px;
  position: relative;
}


.top_glow_points_list ul li {
  color: #C2C1C1;
  text-align: center;
  font-family: Alga;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
  text-transform: none;
  max-width: 50%;
  flex: 0 0 50%;
  padding-bottom: 20px;
  position: relative;
}


/* .top_glow_points_list ul:after {
background: #EDEDED;
content: "";
height: 3px;
width: 100%;
position: absolute;
bottom: 0;
left: 0;
} */


.top_glow_points_list ul li {
  color: #333132;
}


/* .top_glow_points_list ul li.active:after {
background: #808080; 
content: "";
height: 3px;
width: 100%;
position: absolute;
bottom: 0;
left: 0;
z-index: 1;
} */


.glow_content table tr td img,
.glow_content table tr th img {
  position: static !important;
  transform: none !important;
}
.glow_content table tr td img, .glow_content table tr th img{
  margin: 0 auto;
}

.glow_content table tr td {
  letter-spacing: 0;
  text-transform: none;
  color: #333132;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-family: Muli, sans-serif;
  padding: 17px 12px;
}


.glow_content table tr th {
  color: black;
  text-align: center;
  font-family: Alga;
  font-size: 19.238px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0;
  text-transform: none;
  vertical-align: top;
  opacity: 1!important;
}


.glow_content table tr th img {
  display: table;
  margin: 0 auto 8px;
}


.glow_content table tr th span {
  color: black;
  text-align: center;
  font-size: 13.226px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-family: Muli, sans-serif;
  display: table;
  margin: 8px auto 0;
}


.glow_content table tr th:first-child {
  color: black;
  font-family: Alga;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  opacity: 1!important;
}


.glow_content table {
  width: 100%;
  border-collapse: collapse;
}


.glow_content table tr td:not(:first-child) {
  text-align: center;
}


.glow_content table tr th:first-child {
    vertical-align: bottom;
}


.glow_content table tr:nth-child(even) td {
    background: #EDEDED;
}


.glow_content table tr th {
    padding-bottom: 15px;
}



.glow_points_popup.active {
  opacity: 1;
  visibility: visible;
}


.glow_points_list_content .glow_content {
  display: none;
}


.glow_points_popup:has(.top_glow_points_list ul li.active:first-child) .glow_points_list_content .glow_content:first-child {
  display: block;
}


.glow_points_popup:has(.top_glow_points_list ul li.active:nth-child(2)) .glow_points_list_content .glow_content:nth-child(2) {
  display: block;
}


.glow_content table tr td img,
.glow_content table tr th img {
  position: static !important;
  transform: none !important;
}


body:has(.glow_points_popup.active) .Product__Gallery {
  z-index: -1;
}


body:has(.glow_points_popup.active) .product-pin-top {
  z-index: 0 !important;
}

body:has(.glow_points_popup.active) .shopify-section--header {
  z-index: 0 !important;
}


.ProductRecommendations .flickity-viewport {
  overflow: unset !important;
}


.glow_points_popup .popup-slider-main .swiper.popup-slider {
  display: flex;
  flex-flow: column;
}


.glow_points_popup .popup-slider-main .swiper.popup-slider .popup-slider-wrap {
  order: 3;
}


.glow_points_popup .popup-slider-main .swiper.popup-slider .swiper-scrollbar {
  position: static;
  order: 2;
  margin: 0 auto 20px;
  background: #EDEDED;
  height: 3px;
  width: 100%;
}
.glow_points_popup .swiper-scrollbar .swiper-scrollbar-drag {
  background: #808080;
  content: "";
  height: 3px;
  z-index: 1;
}


.glow_points_popup .popup-slider-main .swiper.popup-slider .swiper-scrollbar .swiper-scrollbar-drag {
  background: #808080;
  content: "";
  height: 3px;
  z-index: 1;
}


.glow_points_popup .popup-slider-main .swiper.popup-slider .swiper-pagination {
  position: static;
  order: 1;
  display: flex;
  align-items: center;
  margin: 0 auto 20px;
}


.glow_points_popup .popup-slider-main .swiper.popup-slider .swiper-pagination span.swiper-pagination-bullet {
  max-width: calc(50% - 17px);
  flex: 0 0 calc(50% - 17px);
  display: inline-block;
  width: 100%;
  font-size: 0;
  color: #C2C1C1;
  text-align: center;
  font-family: Alga;
  font-size: 0;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
  text-transform: none;
  max-width: 50%;
  flex: 0 0 50%;
  padding-bottom: 0px;
  position: relative;
  background: transparent;
  height: auto;
}


.glow_points_popup .popup-slider-main .swiper.popup-slider .swiper-pagination span.swiper-pagination-bullet:first-child:before {
  content: "How to use your Glow points";
  width: 100%;
  position: relative;
  display: inline-block;
  line-height: 1;
}


.glow_points_popup .popup-slider-main .swiper.popup-slider .swiper-pagination span.swiper-pagination-bullet:nth-child(2):before {
  content: "What are the Glow Tiers?";
  width: 100%;
  position: relative;
  display: inline-block;
  line-height: 1;
}


.glow_points_popup .popup-slider-main .swiper.popup-slider .swiper-pagination span.swiper-pagination-bullet:before {
  font-size: 24px;
}


.glow_points_popup .popup-slider-main .swiper.popup-slider .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  color: #333132;
}


.glow_points_popup .popup-slider-main .swiper.popup-slider .swiper-scrollbar {
  position: absolute;
  order: 2;
  margin: 0 auto 20px;
  background: #EDEDED;
  height: 3px;
  width: 100%;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}


.glow_points_popup .popup-slider-main .swiper.popup-slider .swiper-pagination {
  position: absolute;
  order: 1;
  display: flex;
  align-items: center;
  margin: 0 auto 20px;
  top: 0;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}


.glow_points_popup .glow_content {
  padding-top: 45px;
}

.top_glow_points_list .carousel-cell{
  width: 100%;;
}
.glow-points-button-group{
  text-align: center;
  width: 100%;
}
.glow-points-button-group .glow-points-btn-select{
  width:50%;
  text-align: center;
  font-family: Alga;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
  text-transform: none;
  max-width: 50%;
  padding-bottom: 0px;
  position: relative;
  background: transparent;
  height: auto;
  font-size: 16px;
  color: #333132;
}
.glow_points_popup .swiper-scrollbar-container{
  position:relative;
}
.glow_points_popup .swiper-scrollbar{
  position: absolute;
  order: 2;
  margin: 0 auto 20px;
  background: #EDEDED;
  height: 3px;
  width: 100%;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}


@media (max-width:767px) {
  .glow_points_popup {
    padding: 50px 25px;
  }


  .how-mny-pts-wrapper .how-mny-pts {
    white-space: normal;
    line-height: 22px;
  }


  .top_glow_points_list ul li {
    text-align: center;
    font-size: 16px;
  }


  .glow_content h2 {
    font-size: 20px;
    line-height: 30px;
  }


  .glow_content h3 {
    font-size: 13px;
    line-height: 22px;
  }


  .glow_content>ul>li {
    max-width: 100%;
    flex: 0 0 100%;
    margin-top: 30px;
    padding-bottom: 0px;
  }


  .glow_content>ul>li h4 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 5px;
  }


  .glow_content>ul>li span {
    font-size: 24px;
  }


  .glow_content table tr th:first-child {
    font-size: 16px;
  }


  .glow_content table tr th {
    font-size: 12px;
    line-height: 16px;
  }


  .glow_content table tr th span {
    font-size: 8px;
    margin-top: 5px;
  }

  .glow_content table tr td {
    font-size: 10px!important;
  }
  .glow_content table tr td,  {
    font-size: 13px;
    line-height: 20px;
    text-align: left;
    padding: 15px 5px;
  }

  .glow_points_popup .popup-slider-main .swiper.popup-slider .swiper-pagination span.swiper-pagination-bullet {
    padding-bottom: 0;
  }
  .glow_points_popup .popup-slider-main .swiper.popup-slider .swiper-scrollbar .swiper-scrollbar-drag,
  .glow_points_popup .popup-slider-main .swiper.popup-slider .swiper-scrollbar{
    height: 1px;
  }
  .glow_points_popup .popup-slider-main .swiper.popup-slider .swiper-pagination span.swiper-pagination-bullet:before {
    font-size: 16px;
  }
  .glow_points_popup .popup-slider-main .swiper.popup-slider .swiper-pagination {
    margin: 0 auto 10px;
  }
  body:has(.glow_points_popup.active) section#section2-announcement {
    opacity: 0;
  }
  .glow_points_popup .popup-slider-main .swiper.popup-slider .swiper-scrollbar {
    top: 40px;
  }
  .glow_points_popup {
    max-height: calc(100% - 100px);
    overflow: auto;
  }
}

@media (max-height:667px) {
  .glow_content > ul > li h4{
    font-size: 30px;
    line-height: 26px;
  }
}

@media (max-width: 380px){
  .glow_content>ul>li {
    margin-top: 15px !important;
  }
}


.glow_points_popup .popup-slider-main .swiper.popup-slider .swiper-pagination {
    pointer-events: all;
}


.glow_points_popup .popup-slider-main .swiper.popup-slider .swiper-pagination span.swiper-pagination-bullet::before {
    color: #333132 !important;
    opacity: 1 !important;
}


.glow_points_popup .popup-slider-main .swiper.popup-slider .swiper-pagination span.swiper-pagination-bullet {opacity: 1;}

.pt-2{
  padding-top: 1rem;
}

/* Acadia Test 11 Implementation */
a.needs_close_btn{
  opacity: 0;
}
@media (max-width:767px){
  body:has(product-sticky-bar.is-visible) > div > button.needsclick{
    bottom: 80px !important;
  }

  body:has(product-sticky-bar.is-visible) .needs_close_btn{
    bottom: 180px !important;
  }

  body:has(div > button.needsclick > div.needsclick) .needs_close_btn{
    /* opacity: 1!important; */
  }

  body > div > button.needsclick{
    width: 100px!important;
    height:100px!important;
    bottom: 10px !important;
  }

  body > div > button.needsclick p span{
    font-weight: bold!important;
  }
  body button.needsclick span.needsclick{
    border-radius: 50%!important;
    background-color:#f0e8dd !important;
  }
  body:has(product-sticky-bar.is-visible) #gorgias-chat-container iframe{
    bottom: 80px !important;
  }
  a.needs_close_btn{
    position: fixed;
    left: 115px;
    height: 20px;
    width: 20px;
    bottom: 115px;
    z-index: 90001;
    color: transparent;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    padding: 5px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3e%3cpath fill='currentColor' d='M16 2C8.2 2 2 8.2 2 16s6.2 14 14 14s14-6.2 14-14S23.8 2 16 2zm5.4 21L16 17.6L10.6 23L9 21.4l5.4-5.4L9 10.6L10.6 9l5.4 5.4L21.4 9l1.6 1.6l-5.4 5.4l5.4 5.4l-1.6 1.6z'/%3e%3c/svg%3e");
    background-size: contain;
    background-color: #fff;
    border-radius: 100%;
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
  }
  .needsclick.klaviyo-close-form{
    /* display:none; */
    border-radius: 100%;
    color: transparent;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
  }
}
/* Buy Button Options (Affirm & Afterpay */
.extra-payment-btns-section.hidden {
  display: none;
}

.extra-payment-btns-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
  width: 95%;
  margin-left: 2.5%;
}

.extra-payment-btn {
  background-color: #F8F9F9;
  border: 1px rgb(0, 0, 0, 0.10) solid;
  border-radius: 1.997px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  
  padding: 8px 0px;
}

.right-section {
  color: #333132;
  font-size: 11.151px;
  line-height: 13px;
  margin-top: 8px; 
}

.modal-link {
  text-decoration-line: underline;
  font-weight: 700;
  color: #333132;
  font-size: 11.151px;
}

.modal-link {
  cursor: pointer;
}
.buy-btn-modal.active {
  opacity: 1;
  visibility: visible;
}
.buy-btn-modal {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease 0s;
}
.buy-btn-modal.active .modal-bg {
  display: flex;
  box-shadow: 0 0 30px;
}
.buy-btn-modal .modal-bg {
  display: none;
}

.buy-btn-modal .modal-bg {
  height: 60%;
  width: 650px;
  border: 17px solid white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  flex-direction: column;
  padding: 35px 0px 10px 0px;
}

.buy-btn-modal {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3001;
  background-color: rgb(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.afterpay.buy-btn-modal .modal-bg {
  background-color: #B2FCE4;
  z-index: 9999999;
}
.affirm.buy-btn-modal .modal-bg {
  background-color: white;
  
}

.buy-btn-modal .close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
}

.usp-section {
  display: flex;
  justify-content: center;
  align-items: center;
}
.afterpay .usp-section {
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.ups-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.usp-image {
  display: flex;
  align-items: center;
  justify-content: center;
  
}
.affirm.buy-btn-modal .usp-image {
  flex-direction: column;
}

@media (max-width: 480px) {
  .afterpay .usp-section {
    display: grid;
    justify-content: center;
    align-items: flex-start;
    grid-template-columns: 1fr 1fr;
    row-gap: 6px;
  }
  .buy-btn-modal .modal-bg {
    height: 650px;
    width: 95%;
  }
  .afterpay-logo.big {
    width: 242px;
    height: 45px;
  }
  .close-btn svg {
    height: 34px;
    width: 34px;
  }
  .usp-image img {
    width: 80%;
  }
  .usp-text {
    font-size: 13px;
    font-family: Muli;
    width: 139px;
    text-align: center;
    line-height: 18px;
    padding: 6px;
  }
  .afterpay .usp-text {
    font-size: 12px;
  }
  .tagline {
    font-weight: bold;
    font-size: 21px;
    line-height: 23px;
    margin-top: -16px;
    
  }
  .disclaimer-section {
    font-size: 12px;
    text-align: center;
  }
  .affirm-logo.small {
    width: 67px;
    height: 26px;
    margin-bottom: 4px;
  }
  .afterpay-logo.small {
    width: 72px;
    height: 14px;
    margin-bottom: 4px;
  }
  .extra-payment-btn {
    text-align: center;
  }
  .affirm .usp-section {
    flex-direction: column;
    gap: 10px;
  }
  .affirm .usp-callout {
    color: #000;
    font-size: 24px;
    font-weight: 800;
  }
  .affirm .usp-text {
    font-size: 16px;
    width: 350px;
  }
}
@media (min-width: 481px) and (max-width: 769px) {
  .afterpay-logo.small {
    padding: 6px 0px 0px 0px;
  }
  .extra-payment-btn {
    text-align: center;
  }
}
@media (min-width: 770px) {
  .affirm-logo.small {
    width: 65px;
  }
  .afterpay-logo.small {
    width: 72px;
  }
  .afterpay-logo.big {
    width: 350px;
  }
  .extra-payment-btn {
    height: 75px;
    gap: 5px;
    justify-content: space-around !important;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 2fr;
    padding-left: 5px;
  }
  .extra-payment-btns-section {
    width: 100%;
    margin-left: 0;
  }
  .usp-callout {
    font-weight: 700;
    color: black;
    font-size: 24px;
  }
  .affirm.buy-btn-modal .usp-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .affirm.buy-btn-modal .usp-container {
    width: 330px;
  }
  .affirm.buy-btn-modal .usp-text {
    max-width: 300px;
  }
  .affirm.buy-btn-modal .modal-bg {
    height: 460px;
    width: 750px;
    z-index:1000;
  }
  .affirm.buy-btn-modal .tagline-tag {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    margin-top: -7px;
  }
  .affirm.buy-btn-modal .tagline-title {
    font-size: 36px;
    color: #000;
    font-weight: 700;
  }
  .affirm.buy-btn-modal .modal-bg {
    padding: 23px 0px 5px 0px;
  }
  .afterpay.buy-btn-modal .modal-bg {
    height: 500px;
    width: 750px;
  }
  .afterpay.buy-btn-modal .tagline {
      font-size: 33px;
      line-height: 40.2px;
      font-weight: 700;
      color: #000;
      margin-top: -20px;
  }
  
  .afterpay.buy-btn-modal .usp-text {
    line-height: 16px;
    width: 150px;
    font-size: 12px;
    padding-top: 10px;
  }
  .afterpay .usp-section {
    align-items: flex-start;
  }
  
}
.afterpay.buy-btn-modal .usp-image svg {
      height: 60px;
}
.extra-payment-inline {
  font-size: 12.5px;
    color: rgb(0, 0, 0);
    display: inline-block;
    vertical-align: middle;
    padding-block-end: 0.8rem;
    font-weight: 300;
}

.payment-brand {
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

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

.affirm-logo.x-small {
  display: inline-block;
  width: 47px;
  height: 16px;
  position: relative;
  top: -4px;
  /* Move up more */
  vertical-align: baseline;
  /* Aligns with text baseline */
}

.affirm-logo.x-small img {
  display: inline-block;
  position: relative;
  top: -2px;
  /* Fine-tune if needed */
}

.affirm-logo-info {
  display: inline-block;
}

.afterpay-logo-info {
  display: inline-block;
}

.afterpay-logo.x-small {
  display: inline-block;
  width: 72px;
  height: 16px;
  position: relative;
  vertical-align: baseline;
  /* Aligns with text baseline */
}


.afterpay-logo.x-small img {
  display: inline-block;
  position: relative;
  top: -2px;
  /* Fine-tune if needed */
}
@media(max-width:767px){
  div[data-section-id="pf-b797"] {
      position: sticky;
      top: 0;
      background: #fff;
      z-index: 11;
      box-shadow: 0 11px 13px -5px rgba(0, 0, 0, .2);
  }
}


.doYKjf {
padding: 0px;
}
.d-flex{
  display:flex;
}

@media screen and (max-width: 999px) {
  .header__secondary-nav .details {
    display:none!important;
  }
}

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

  .header__secondary-nav>a .details {
    display: flex;
   flex-direction:column;
   padding-left: 1rem;;
  }
  .without-login .details span.sign-in-link {
      font-size: 14px !important;
  }
  .without-login .details span.without-login-text {
      font-size: 12px !important;
  }
  .sign-in-link{
    align-items: center;
    color: #333132;
    font-family: Alga;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-decoration: underline;
    font-size: 14px;
  }
  .without-login-text{
    color: #333132;
    font-family: Muli, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 12px;
    font-size: 12px ;
  }
  .wlcm-back-txt{
    font-family: Alga;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 1;
  }
  .customer-rewards{
    line-height: 1;
    text-decoration: underline;
    font-size: 12px ;
    font-weight: 400;
  }
  .rewards-container{
    display:block;
    line-height: 1;
  }
}
/* Mobile Quick Links */
.circleMenu {
  display: none;
  align-items: center;
  width: 100%;
  overflow-y: auto;
}

.circleMenu ul {
  display: flex;
  list-style: none;
  align-items: flex-start;
  padding: 10px 0;
}

.circleMenu img {
  width: 56px;
  height: 56px;
  clip-path: circle(50% at center);
}

.circleMenu ul li a {
  display: flex;
  width: 76px;
  flex-direction: column;
  padding: 0 10px;
  justify-content: flex-start;
  font-size: 10px;
  line-height: 1;
  text-align:center;
}
.circleMenu ul li a span {
  margin-top: 5px;
  font-weight: 700;
  display: flex;
  width: 100%;
  justify-content: center;
}
@media(max-width:767px){
.circleMenu {
display:flex;
}
.Search[aria-hidden=false]{
      top: calc(100% - 101px);
      position: relative;
  }

  div#shopify-section-header {
      display: flex;
      flex-direction: column;
  }

  header#section-header {
      order: 1;
  }

  div#Search {
      order: 2;
  }

  header#section-header ~ div {
      order: 3;
  }
}
/* Quick Product Add to Cart */
.button.add-to-cart-quickview { 
  display:none !important;
  }
.product-card__quick-add-button {
    display: block !important;
    font-size: 0;
    background: url('data:image/svg+xml,<svg width="50" height="50" viewBox="0 0 50 50" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 14.9999C0 6.71567 6.71573 -6.10352e-05 15 -6.10352e-05H50V49.9999H0V14.9999Z" fill="%23AA9583"/><g clip-path="url(%23clip0_1836_1517)"><path d="M36.63 18.0599C36.56 17.9699 36.46 17.8999 36.36 17.8499C36.25 17.7999 36.14 17.7699 36.02 17.7699H34.39C34.18 17.7699 33.98 17.8499 33.83 17.9999C33.68 18.1499 33.6 18.3499 33.6 18.5599C33.6 18.7699 33.68 18.9699 33.83 19.1199C33.98 19.2699 34.18 19.3499 34.39 19.3499H35.05L33.3 28.0899C33.21 28.5399 32.97 28.9399 32.62 29.2199C32.27 29.5099 31.83 29.6699 31.37 29.6699H22.43C21.97 29.6699 21.53 29.5099 21.18 29.2199C20.83 28.9299 20.59 28.5199 20.5 28.0699L18.84 19.3499H20.03C20.24 19.3499 20.44 19.2699 20.59 19.1199C20.74 18.9699 20.82 18.7699 20.82 18.5599C20.82 18.3499 20.74 18.1499 20.59 17.9999C20.44 17.8499 20.24 17.7699 20.03 17.7699H18.56C18.56 17.7699 18.55 17.7699 18.54 17.7699L17.75 13.6499C17.72 13.4699 17.62 13.2999 17.48 13.1899C17.34 13.0699 17.16 13.0099 16.97 13.0099H13.79C13.58 12.9999 13.38 13.0899 13.23 13.2399C13.08 13.3899 13 13.5899 13 13.7999C13 14.0099 13.08 14.2099 13.23 14.3599C13.38 14.5099 13.58 14.5899 13.79 14.5899H16.31L18.93 28.3699C19.09 29.1799 19.52 29.9199 20.16 30.4399C20.8 30.9699 21.6 31.2599 22.43 31.2599H31.37C32.19 31.2599 32.99 30.9699 33.62 30.4499C34.25 29.9299 34.69 29.2099 34.85 28.3999L36.79 18.7199C36.81 18.5999 36.81 18.4799 36.79 18.3699C36.76 18.2599 36.71 18.1499 36.63 18.0599Z" fill="white"/><path d="M21.73 32.0499C21.26 32.0499 20.8 32.1899 20.41 32.4499C20.02 32.7099 19.71 33.0799 19.53 33.5199C19.35 33.9599 19.3 34.4299 19.39 34.8999C19.48 35.3599 19.71 35.7899 20.04 36.1199C20.37 36.4499 20.8 36.6799 21.26 36.7699C21.72 36.8599 22.2 36.8099 22.64 36.6299C23.08 36.4499 23.45 36.1399 23.71 35.7499C23.97 35.3599 24.11 34.8999 24.11 34.4299C24.11 33.7999 23.86 33.1899 23.41 32.7499C22.96 32.2999 22.36 32.0499 21.73 32.0499ZM21.73 35.2299C21.57 35.2299 21.42 35.1799 21.29 35.0999C21.16 35.0099 21.06 34.8899 21 34.7399C20.94 34.5899 20.92 34.4399 20.95 34.2799C20.98 34.1299 21.06 33.9799 21.17 33.8699C21.28 33.7599 21.42 33.6799 21.58 33.6499C21.73 33.6199 21.89 33.6399 22.04 33.6999C22.19 33.7599 22.31 33.8599 22.4 33.9899C22.49 34.1199 22.53 34.2699 22.53 34.4299C22.53 34.6399 22.45 34.8399 22.3 34.9899C22.15 35.1399 21.95 35.2199 21.74 35.2199L21.73 35.2299Z" fill="white"/><path d="M32.05 32.0499C31.58 32.0499 31.12 32.1899 30.73 32.4499C30.34 32.7099 30.03 33.0799 29.85 33.5199C29.67 33.9599 29.62 34.4299 29.71 34.8999C29.8 35.3599 30.03 35.7899 30.36 36.1199C30.69 36.4499 31.12 36.6799 31.58 36.7699C32.04 36.8599 32.52 36.8099 32.96 36.6299C33.4 36.4499 33.77 36.1399 34.03 35.7499C34.29 35.3599 34.43 34.8999 34.43 34.4299C34.43 33.7999 34.18 33.1899 33.73 32.7499C33.28 32.3099 32.68 32.0499 32.05 32.0499ZM32.05 35.2299C31.89 35.2299 31.74 35.1799 31.61 35.0999C31.48 35.0099 31.38 34.8899 31.32 34.7399C31.26 34.5899 31.24 34.4399 31.27 34.2799C31.3 34.1299 31.38 33.9799 31.49 33.8699C31.6 33.7599 31.74 33.6799 31.9 33.6499C32.05 33.6199 32.21 33.6399 32.36 33.6999C32.5 33.7599 32.63 33.8599 32.72 33.9899C32.81 34.1199 32.85 34.2699 32.85 34.4299C32.85 34.6399 32.77 34.8399 32.62 34.9899C32.47 35.1399 32.27 35.2199 32.06 35.2199L32.05 35.2299Z" fill="white"/><path d="M27.95 13.7999C27.95 13.3581 27.5941 12.9999 27.155 12.9999C26.7159 12.9999 26.36 13.3581 26.36 13.7999V23.3099C26.36 23.7518 26.7159 24.1099 27.155 24.1099C27.5941 24.1099 27.95 23.7518 27.95 23.3099V13.7999Z" fill="white"/><path d="M31.91 19.3499C32.3518 19.3499 32.71 18.994 32.71 18.5549C32.71 18.1159 32.3518 17.7599 31.91 17.7599H22.4C21.9582 17.7599 21.6 18.1159 21.6 18.5549C21.6 18.994 21.9582 19.3499 22.4 19.3499H31.91Z" fill="white"/></g><defs><clipPath id="clip0_1836_1517"><rect width="23.81" height="23.82" fill="white" transform="translate(13 12.9999)"/></clipPath></defs></svg>')  0 0;
        height: 50px !important;
    width: 50px !important;
    border: none !important;
    background-color: transparent !important;
    top: calc(100% - 50px);
    opacity: 1 !important;
}
.product-card__quick-add-button.quick-buy-other{
  top: calc(100% - 12.5rem);
}
@media(max-width:767px){
  .product-card__quick-add-button {
    width:40px !important;
    height:40px !important;
    left:calc(100% - 40px) !important;
    top:calc(100% - 35px) !important;
    background-size:contain !important;
  }
}
/* Best Seller Search */
header-search .new_search_bar{
  display:block;
}

/*.trending_searches ul li:nth-child(3), 
.trending_searches ul li:nth-child(4) {
display: none;
}*/
.ac_hide { display:none !important; }
.header-search > .container{
  min-height: var(--header-search-max-height);
}
@media screen and (min-width: 768px) {
  .predictive-search__content{
    padding: 0 50px 20px 50px;
  }
  .header-search.searched .container .left_content, .header-search.searched .container .right_content{
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header-search{
    z-index: 1;
  }
  .new_search_bar {
    padding: 30px 0px 30px;
  }
  .new_search_bar>.container {
    flex-direction: column-reverse;
  }
  .new_search_bar .container .right_content {
    margin-top: 0 !important;
  }
  .new_search_bar .container .left_content {
    margin-top: 80px;
    display: flex;
  }
  .trending_searches ul {
    flex-direction: column;
    gap: 0 !important;
  }
  .trending_searches ul li {
    max-width: calc(100% - 15px) !important;
    flex: 0 0 calc(100% - 15px) !important;
  }
  .new_search_bar .container .left_content .trending_searches {
    width: 50%;
  }
  .new_search_bar .container .left_content .categories_list {
    width: 50%;
    margin-top: 0;
  }
  .new_search_bar .categories_list ul {
    display: flex !important;
    flex-direction: column;
  }
  .new_search_bar .categories_list ul li {
    margin: 0;
    width: 100%;
  }
  .new_search_bar .container .left_content .trending_searches {
    width: 100%;
  }

  .new_search_bar .container .left_content .categories_list {
    width: 100%;
  }

  .new_search_bar .container .left_content .trending_searches ul {
    flex-direction: row;
    gap: 0 10PX !important;
  }

  .new_search_bar .container .left_content .trending_searches ul li {
    max-width: calc(33.33% - 10px) !important;
    flex: 0 0 calc(33.33% - 10px) !important;
  }

  .new_search_bar .container .left_content .categories_list ul {
    flex-direction: row !important;
  }

  .new_search_bar .container .left_content .categories_list ul li {
    flex: 0 0 50%;
    width: 50%;
    margin: 5px 0;
  }
  /*v2 styles*/
  
  .featured_brands {
    display: none !important;
  }
  .categories_list {
    display: none !important;
  }

  .top-categories-section ul {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px 10px !important;
  }
  .top-categories-section ul li a {
    border: 1px solid #F1E7DD;
    background: #FFF;
    display: block;
    padding: 10px;
    color: #000204;
    text-align: center;
    font-size: 12.165px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    font-family: Muli, sans-serif;
    transition: all 0.5s ease 0s;
  }
    .header-search.searched .container .left_content, .header-search.searched .container .right_content{
      display: none;
    }


}
.mobile-only{
  display:inline;
}
.desktop-only{
  display:none;
}
@media screen and (min-width: 767px) {
  .top-categories-section {
    display: none !important;
  }
  .mobile-only{
    display:none;
  }
  .desktop-only{
    display:inline;
  }
}
/* USP free Shipping Line Item */
.rebuy-cart__progress-bar-container.above{
  height:0 !important;
    visibility:hidden !important;
    padding:0 !important;
  }
  .rebuy-cart__flyout-subtotal.shipping {
  margin-bottom:10px ; 
  }
  .messenger-button-iframe-7fr01i{
    background-color: #EAEAEA!important
  }
  
  .__pf [style*="--s-lg"] > .pf-c{
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    padding-left: 1rem!important;
  }
  .__pf [style*="--s-xs"] > .pf-c{
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    padding-left: 1rem!important;
  }
  .__pf [style*="--s-lg"] {
    margin: auto!important;
  }
  .__pf [style*="--s-xs"] {
    margin: auto!important;
  }
  .sc-fXSgRJ.rVLXC.__pf.__pf_rA8a_sX9{
    padding-bottom:2rem;
  }
  .pf-c span{
    white-space: nowrap;
    overflow: hidden;
  }

  /* Mobile Featured Collections */
  .featured-sidebar {
    display: flex;
    width: 100%;
    padding: 24px 0;
  }
  
  .featured_item {
    flex:0 0 50%;
    width:100%;
    max-width:50%;
  }
  
  .featured_item > a {
    width:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    padding:0 15px;
    text-align:center;
  }
  .featured_image {
    border-radius:5px;
    overflow:hidden;
    width:100%;
    margin-bottom:8px;
    display:flex;
  
  }
  .featured_image img {
    width:100%;
  }
  .featured_item > a span {
    font-size:14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
.section-spacing.section-spacing--tight.color-scheme.color-scheme--scheme-1{
  z-index:4!important;
}
/* Product Card Trending Badge */
.product-card {
  justify-content: space-between;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.product-card__figure .badge-sec {
  position: absolute;
  z-index: 1;
  top: 1rem;
  left: 1rem;
height:80px;
width:80px;
}
.product-card__figure .badge-sec  img{
width:100%;
height:100%;
}
/* Promo Page Template */
#promo_page .content-over-media .prose .h1{
  font-size: 5rem;
}
#promo_page .content-over-media .prose .h3, #promo_page .h2.larger{
  font-size: 3rem;
}
#promo_page .content-over-media .prose .h3, #promo_page .content-over-media .prose .h1, #promo_page .content-over-media .prose .h4, #promo_page .section-stack .h2 {
  font-family: alga, serif;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
}

#promo_page .content-over-media{
  border-radius: 1rem;
}

.collection-mosaic{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  grid-template-rows: 1fr 1fr;
}

.collection-mosaic .content-double-height{
  grid-row: span 2;
}

#promo_page .content-over-media > :not(img, video, iframe, svg, video-media, picture) {
  max-width: var(--content-over-media-content-max-width, 29rem);
}
@media screen and (max-width: 699px) {
  #promo_page .content-over-media .prose .h1{
    font-size: 3rem;
  }
  #promo_page .content-over-media .prose .h2 , #promo_page .h2.larger{
    font-size: 2.5rem;
  }
  #promo_page .content-over-media .prose .h3{
    font-size: 2rem;
  }
  .collection-mosaic .content-double-height{
    grid-row: span 1;
  }
  .collection-mosaic{
    grid-template-columns: repeat(2, 1fr);
  }
  #promo_page > .shopify-section:not(:first-child) .prose{
    place-self: start center;
  }
  #promo_page > .shopify-section:first-child .content-over-media{
    border-radius: 0rem!important;
  }
  #promo_page > .shopify-section:not(:first-child) .collection-mosaic .prose{
    place-self: start center;
  }

  #promo_page > .shopify-section:first-child .container{
    margin-inline: auto;
  }
}
/* Mobile Search */
.mobile-left {
  display: none;
}

.mobile-right {
  display: block;
}
/* Styles for screens up to 999px */
@media screen and (max-width: 999px) {
  .mobile-left {
      display: block;
  }

  .mobile-right {
      display: none;
  }
}
/* Brands Scoll */
.collection-scroll-list{
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* For better performance on iOS */
  touch-action: pan-x; /* Allows horizontal panning */
  white-space: nowrap;
  flex-wrap: nowrap;
  margin: auto;
}
.style-collection-title-serif .h3, .style-collection-title-serif p{
  text-transform: none;
  font-family: alga, serif;
  letter-spacing: normal;
}
.collection-scroll-card .style-collection-title-serif .h3, .collection-scroll-card .style-collection-title-serif p{
  white-space: wrap;
    max-width: 125px;
  line-height: 1;
}
.show-mobile-only,
.show-desktop-only {
  display: none; /* Default to hidden */
}
.collection-scroll-list .collection-card__content p{
  max-width: 125px;
  white-space: collapse;
}


@media (max-width: 999px) {
  .show-mobile-only {
    display: block; /* Show on mobile */
  }

  .show-desktop-only {
    display: none; /* Hide on mobile */
  }
  .collection-scroll-card img{
    height: 70px;
  }
}

@media (min-width: 1000px) {
  .show-mobile-only {
    display: none; /* Hide on desktop */
  }

  .show-desktop-only {
    display: block; /* Show on desktop */
  }
}

/* Collection Quick Links */
.collection-quick-link-container {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.collection-line-image img {
  height: 70px;
}
.collection-links-container {
  display: flex;
  margin: auto;
  max-width: 1000px;
  flex-direction: row;
  margin-block-start: 0;
  background: white;
  overflow: auto;
  padding-bottom: 1rem;
}
.collection-link-container{
  display:flex;
  flex-direction: row;
  margin: auto;
  margin-block-start: 0 !important;
  min-width: 175px;
}
@media (max-width: 749px) {
  .collection-links-container {
    display: none;
  }
}
.collection-link-container span {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  text-transform: uppercase;
  font-weight: 600;
  text-wrap: nowrap;
}


/*Css trilog-empty-cart-categories-suggestion*/
/* Ensure Shop Trending is always visible in an empty cart */
#shop-trending-cart {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  margin-top: 50px;
}

.rebuy-cart__flyout-empty-cart #shop-trending-in-cart,
.shop-trending #shop-trending-cart {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin-top: 50px;
}

/* Ensure grid layout remains intact */
.rebuy-cart__flyout-empty-cart .collection-grid-item__wrapper,
.shop-trending .collection-grid-item__wrapper {
  display: grid;
  grid-template-columns: 25% 75%;
  align-items: center;
  width: 100%;
  height: 80px;
  transition: background 0.3s ease-in-out;
  border-radius: 5px;
  background: var(--background);
}

/* Hover effect using Shopify's theme colors */
.rebuy-cart__flyout-empty-cart .collection-grid-item__wrapper:hover,
.shop-trending .collection-grid-item__wrapper:hover {
  background: var(--background-gradient);
}

/* Image container */
.rebuy-cart__flyout-empty-cart .collection-grid-item__image-wrapper,
.shop-trending .collection-grid-item__image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  overflow: hidden;
}

/* Ensure images appear correctly */
.rebuy-cart__flyout-empty-cart .collection-grid-item__image,
.shop-trending .collection-grid-item__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Ensure spacing and alignment */
.rebuy-cart__flyout-empty-cart .collection-grid-item__content,
.shop-trending .collection-grid-item__content {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Ensure button links inherit Shopify's button styles */
.rebuy-cart__flyout-empty-cart .collection-grid-item__link,
.shop-trending .collection-grid-item__link {
  background: var(--button-background, none);
  color: var(--button-text-color, inherit);
  border: none;
  text-decoration: none;
  display: inline-block;
  padding: 0;
  height: 80px;
  width: 100%;
}

/* Hover effect for links */
.rebuy-cart__flyout-empty-cart .collection-grid-item__link:hover,
.shop-trending .collection-grid-item__link:hover {
  background: var(--color-button-background-hover, none);
}

/* Ensure titles use Shopify’s theme color settings */
.rebuy-cart__flyout-empty-cart .collection-grid-item__title,
.shop-trending .collection-grid-item__title {
  text-transform: none;
  color: var(--text-color);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: normal;
  font-family: var(--text-font-family, 'Alga', serif);
}

/* Ensure "Shop Trending" is correctly aligned inside the empty cart */
.rebuy-cart__flyout-empty-cart .empty-cart,
.shop-trending .empty-cart {
  margin: 15px 0;
  height: 80px;
  border-radius: 5px;
}

/* --- GWP Banner Styling --- */
.gwp_banner {
  display: flex;
  align-items: center;
  border: 1px solid #AA9583;
  padding: 7px 15px;
  background: #FAF8F4;
  margin: 0.5rem auto;
  position: relative;
  width: 100%;
}

.gwp_banner img {
  height: 60px;
  object-fit: contain;
  flex-shrink: 0;
}

.gwp_banner_text {
  flex: 1;
  padding-left: 20px;
  display: flex;
    flex-direction: column;
    padding-left: 20px;
}

.gwp_banner_title {
  font-size: 15px;
  font-weight: 700;
  color: #363636;
  font-family: Muli, sans-serif;
}

.gwp_badge_learn {
  color: #AA9583;
  font-family: Muli, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 4px;
}

/* Hidden details box for "Learn More" */
.gwp_badge_learn_more {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  background: white;
  border: 1px solid #e3e3e3;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 15px;
}

.gwp_badge_learn_more.active {
  opacity: 1;
  visibility: visible;
}

.gwp_popup_title {
  font-size: 16px;
  font-weight: 600;
  color: #363636;
  text-align: center;
  font-family: Muli, sans-serif;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.75rem;
}

/* Header labels for grid */
.gwp_tier_header {
  display: grid;
  grid-template-columns: 40% 60%;
  font-family: Muli, sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  color: #747474;
  text-transform: uppercase;
  padding: 0.5rem 0;
  text-align: center;
}

.gwp_tier_grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

.gwp_tier {
  display: grid;
  grid-template-columns: 40% 60%;
  align-items: center;
  padding: 0.75rem 0;
  border-top: 1px solid #f0f0f0;
}

.gwp_tier_price {
  color: #AA9583;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}

.gwp_tier_product {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.gwp_tier_image img {
  width: 60px;
  height: auto;
  object-fit: contain;
}

.gwp_tier_title {
  font-size: 12.5px;
  font-weight: 500;
  color: #363636;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .gwp_banner {
    align-items: flex-start;
  }

  .gwp_banner img {
    height: 50px;
    margin-bottom: 0.5rem;
  }

  .gwp_learn_more {
    margin-top: 0.5rem;
  }
}
/* QC & CA Flags for language switcher */
.ly-flag-icon-fr {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1200' height='800' viewBox='0 0 9600 6400'%3E%3Ctitle%3EFlag of Québec%3C/title%3E%3Cpath fill='%23fff' d='m0 0h9600v6400H0z'/%3E%3Cg id='h'%3E%3Cg id='q'%3E%3Cpath fill='%23003da5' d='m4000 0v2400H0V0zm-1691 1622v-129h-115c0-66 32-130 66-150 20-17 65-25 104-5 51 29 54 113 28 151 243-45 219-280 136-365-67-69-140-79-196-58-128 46-214 199-218 427h-67c0-207 36-273 130-534 48-123 19-275-65-415-31-50-69-95-112-144-43 49-81 94-112 144-84 140-113 292-65 415 94 261 130 327 130 534h-67c-4-228-90-381-218-427-56-21-129-11-196 58-83 85-107 320 136 365-26-38-23-122 28-151 39-20 84-12 104 5 34 20 66 84 66 150h-115v129h239c-3 67-39 119-106 148 8 28 49 85 105 81 11 60 21 94 71 149 50-55 60-89 71-149 56 4 97-53 105-81-67-29-103-81-106-148z'/%3E%3C/g%3E%3Cuse xlink:href='%23q' x='5600'/%3E%3C/g%3E%3Cuse xlink:href='%23h' y='4000'/%3E%3C/svg%3E") !important;
}
.ly-flag-icon-en {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1200' height='600' viewBox='0 0 9600 4800'%3E%3Ctitle%3EFlag of Canada%3C/title%3E%3Cpath fill='%23f00' d='m0 0h2400l99 99h4602l99-99h2400v4800h-2400l-99-99h-4602l-99 99H0z'/%3E%3Cpath fill='%23fff' d='m2400 0h4800v4800h-4800zm2490 4430-45-863a95 95 0 0 1 111-98l859 151-116-320a65 65 0 0 1 20-73l941-762-212-99a65 65 0 0 1-34-79l186-572-542 115a65 65 0 0 1-73-38l-105-247-423 454a65 65 0 0 1-111-57l204-1052-327 189a65 65 0 0 1-91-27l-332-652-332 652a65 65 0 0 1-91 27l-327-189 204 1052a65 65 0 0 1-111 57l-423-454-105 247a65 65 0 0 1-73 38l-542-115 186 572a65 65 0 0 1-34 79l-212 99 941 762a65 65 0 0 1 20 73l-116 320 859-151a95 95 0 0 1 111 98l-45 863z'/%3E%3C/svg%3E") !important;
}


/* Grid system */
.grid {
  display: grid;
}

.grid-product {
  padding: 12px;
  margin-bottom: 15px;
}

.grid-product__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
}

.grid-product__vendor {
  margin-top: 5px;
  color: var(--colorTextBody);
  opacity: 0.65;
  text-transform: uppercase;
}

.grid.grid--uniform {
  display: grid;
  align-items: stretch;
  gap: 30px;
}

.one {
  grid-template-columns: 1fr;
}

.two {
  grid-template-columns: repeat(2, 1fr);
}

.three {
  grid-template-columns: repeat(3, 1fr);
}

.four {
  grid-template-columns: repeat(4, 1fr);
}

/* Brand layout */
.brands {
  display: inline-flex !important;
  align-items: baseline !important;
}

.brands-section {
  display: flex;
  flex-direction: column;
  max-width: 1000px;
  margin-left: auto!important;
  margin-right: auto!important;
}

.brand-group {
  display: grid;
  gap: 1rem;
  width: 100%;
}

.brand-item {
  text-align: left;
  padding-right: 16px;
  padding-left: 16px; 
  padding-top: 15px; 
}

.brand-item a {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  tab-size: 4;
  font-family: Muli, sans-serif;
  font-style: normal;
  font-weight: bold !important;
  font-size: 18px;
  font-kerning: auto;
  font-optical-sizing: auto;
  font-stretch: 100%;
  font-variant: normal;
  font-feature-settings: normal;
  font-variation-settings: normal;
  line-height: 29.7px;
  letter-spacing: normal;
  color: rgb(69, 69, 69);
  text-align: left !important;
  text-decoration: none;
  white-space: nowrap;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space-collapse: collapse;
  box-sizing: border-box;
  display: inline;
  cursor: pointer;
  border-style: solid;
  border-width: 0;
  border-color: rgb(227, 227, 227);
  -webkit-font-smoothing: antialiased;

}

.brand-item a:hover {
  color: var(--colorAccent);
}

.brands-letter-heading {
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  letter-spacing: 0em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  border: solid 0 rgb(227, 227, 227);
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  padding: 12px 20px;
  color: rgb(69, 69, 69);
  background-color: #f1f4f5;
  outline: 0;
}

/* Alphabet navigation */
  .alphabet-navigation {
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-family: Muli, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--text-color);
  background: #fff;
  border-style: solid;
  border-width: 0;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .alphabet-navigation {
    position: sticky;
    top: 0;
    z-index: 11;
    box-shadow: 0 11px 13px -5px rgba(0, 0, 0, 0.2);
  }
}

/* Disable sticky for larger screens */
@media (min-width: 768px) {
  .alphabet-navigation {
    position: static; /* no sticky */
    box-shadow: none; /* remove shadow */
  }
}


.alphabet-list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  list-style: none;
  padding: 20px 16px !important;
  margin: 0 !important;
  justify-content: center;
}

.alphabet-item {
  display: inline-flex;
  width: auto;
  text-align: center;
}

.alphabet-list li a {
  font-size: 1rem;
  text-transform: uppercase;
  color: var(--colorTextPrimary);
  text-decoration: none;
  padding: 0.3rem;
  border-radius: 4px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.alphabet-header {
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-family: Muli, sans-serif !important;
  font-size: 14px;
  font-weight: 300;
  line-height: 23.1px;
  letter-spacing: 0em;
  text-align: center;
  border: solid 0 rgb(227, 227, 227);
  -webkit-font-smoothing: antialiased;
  color: inherit;
  text-decoration: inherit;
  box-sizing: border-box;
  display: inline-block;
  padding: 10px;
  margin: 0px !important;  
}

.alphabet-header::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: var(--colorBtnPrimary);
  transition: width 0.3s ease;
  justify-content: center;
}

.alphabet-header:hover {
  color: var(--colorBtnPrimary);
}


.only-mobile-variant-picker { display: block; }
@media (min-width: 750px) { .only-mobile { display: none; } }

.only-desktop-variant-picker { display: none; }
@media (min-width: 750px) { .only-desktop { display: block; } }

.option-pill{
  display:inline-block;
  font-size:.675rem;
  line-height:1;
  padding:.15rem .3rem;
  white-space:nowrap;
}

/* === Arno Pro Light Display for Main Headings (H1–H3) === */
h1, h2, h3,
.h1, .h2, .h3,
:where(.prose h1), :where(.prose h2), :where(.prose h3),
.shopify-section--rich_text h1,
.shopify-section--rich_text h2,
.shopify-section--rich_text h3,
.shopify-section--rich_text .h1,
.shopify-section--rich_text .h2,
.shopify-section--rich_text .h3 {
  font-family: "arno-pro-light-display", "arno-pro", serif !important;
  font-weight: 300 !important;
  font-style: normal !important;
  line-height: 1.1;
  letter-spacing: 0.2px;
  text-transform: none;
  color: inherit;
}

/* === Sizes (apply to tags, utility classes, and prose) === */
h1, .h1, :where(.prose h1) { font-size: 52px; }
h2, .h2, :where(.prose h2) { font-size: 40px; }
h3, .h3, :where(.prose h3) { font-size: 32px; }

@media (max-width: 990px) {
  h1, .h1, :where(.prose h1) { font-size: 44px; }
  h2, .h2, :where(.prose h2) { font-size: 34px; }
  h3, .h3, :where(.prose h3) { font-size: 28px; }
}

@media (max-width: 750px) {
  h1, .h1, :where(.prose h1) { font-size: 36px; }
  h2, .h2, :where(.prose h2) { font-size: 28px; }
  h3, .h3, :where(.prose h3) { font-size: 24px; }
}

/* === Holiday Page Banner Heading (Match Homepage H1) === */
.page--the-bse-holiday-shop p.h1 {
  font-family: "arno-pro-light-display", "arno-pro", serif !important;
  font-weight: 300 !important;
  font-style: normal;
  font-size: 46px !important;   /* Desktop */
  line-height: 1.1 !important;
  text-transform: none;
  letter-spacing: normal;
  color: inherit;
}

/* === Tablet (≤ 990px) === */
@media (max-width: 990px) {
  .page--the-bse-holiday-shop p.h1 {
    font-size: 38px !important;
  }
}

/* === Mobile (≤ 750px) === */
@media (max-width: 750px) {
  .page--the-bse-holiday-shop p.h1 {
    font-size: 32px !important;
  }
}

/* ===== TRILOG BRANDS ALPHA MENU (scoped only to this component) ===== */

/* show/hide holders */
.brands-alpha-menu .LinkHolder { display: none; opacity: 0; }
.brands-alpha-menu .LinkHolder.active { display: block; opacity: 1; }

/* 3 columns: first two sized by content, last flexes */
.brands-alpha-menu .LinkHolder .Linklist{
  display: grid !important;
  grid-template-columns: max-content max-content minmax(0, 1fr);
  column-gap: 5.5rem;
  row-gap: .5rem;
  justify-content: start;
}

/* normalize list items (theme utilities sometimes add gaps/grids) */
.brands-alpha-menu .LinkHolder .Linklist > li.Linklist__Title{
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
  display: block !important;
}

/* brand link: single-line with ellipsis so rows stay even */
.brands-alpha-menu .LinkHolder .Linklist > li.Linklist__Title > a{
  display: block;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* letter row container */
.brands-alpha-menu .alphabet-menu-letters-brands{
  display: flex;
  flex-wrap: wrap;
  gap: 1.3rem;
  justify-content: center;
  margin: 0 auto 0.75rem;
}

/* section title styling (if used) */
.brands-alpha-menu .title-letter{
  font-weight: 700;
  text-transform: none;
  letter-spacing: normal;
  padding-bottom: 1.25rem;
}

/* clickable letters (use .brand-letter on <a>) */
.brands-alpha-menu .brand-letter{
  position: relative;
  display: inline-block;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
}

/* underline animation for letters */
.brands-alpha-menu .brand-letter::before{
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -3px;
  margin: 0 auto;
  width: 0;
  height: 2px;
  background-color: #000;
  transition: width .3s ease-in;
}

.brands-alpha-menu .brand-letter:hover::before,
.brands-alpha-menu .brand-letter.selected::before{
  width: auto;
}


/* =============================
   BRANDS ALPHA MENU (scoped)
   ============================= */

/* Panels: only show the active one, and ensure no fixed heights leak in */
.brands-alpha-menu .LinkHolder {
  display: none;
  opacity: 0;
  min-height: 0 !important;
  height: auto !important;
}
.brands-alpha-menu .LinkHolder.active {
  display: block;
  opacity: 1;
}

/* Animated container that resizes to the active panel's height */
.brands-alpha-menu .LinkHolderFrame {
  overflow: hidden;
  transition: height .28s ease;
  min-height: 0;          /* keep 0; raise to ~120px if you want a small floor */
  will-change: height;
}

/* Letter underline animation */
.brands-alpha-menu .brand-letter {
  position: relative;
  display: inline-block;
}
.brands-alpha-menu .brand-letter::before {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -3px;
  height: 2px;
  width: 0;
  background-color: #000;
  transition: width .3s ease-in;
}
.brands-alpha-menu .brand-letter:hover::before,
.brands-alpha-menu .brand-letter.selected::before {
  width: 100%;
}

/* Respect reduced-motion preferences */
@media (prefers-reduced-motion: reduce) {
  .brands-alpha-menu .LinkHolderFrame { transition: none; }
  .brands-alpha-menu .brand-letter::before { transition: none; }
}

/* Predictive search — wrapper to allow Glow Points widget to align at the bottom */
.predictive-search__products .predictive-product {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Make the product card fill available vertical space */
.predictive-search__products .predictive-product > .md-max\:hidden,
.predictive-search__products .predictive-product > .md\:hidden {
  flex: 1 1 auto;
}
#countdown-condensed .right-side-text {
  display: flex;
  justify-content: center;
  align-items: center;
}
#countdown-condensed .right-side-text p {
  font-family: Alga !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
}

.top-right-side-text {
  display: none !important;
  justify-content: center;
  align-items: center;
}
#countdown-condensed .top-right-side-text p {
  font-family: Alga !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  padding-bottom: 0.25rem;
}

#countdown-condensed .close-button {
  font-size: 20px;
}

#countdown-condensed .countdown-container {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#countdown-condensed .countdown-container.timer-loaded {
  opacity: 1;
}

/* 3 columns on desktop */
@media (min-width: 768px) {
  #countdown-condensed .countdown-container > div {
    width: 33%;
    display: flex;
    align-items: center;
  }
}

.close-button-md {
  display: none;
}
.close-button-lg {
  position: absolute;
  right: 0;
}

/* Tablet */
@media screen and (max-width: 900px) {
  #countdown-condensed .countdown-condensed__text {
    flex-basis: 100%;
    text-align: center;
  }

  #countdown-condensed {
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }

  #countdown-condensed .right-side-text {
    flex-basis: 90%;
  }

  .close-button-lg {
    display: none;
  }
  .close-button-md {
    display: flex;
    position: absolute;
    top: 5px;
    left: 15px;
  }
}

/* Mobile: use top-right text instead of right-side */
@media screen and (max-width: 600px) {
  #countdown-condensed {
    padding: 15px 15px;
  }

  .right-side-text {
    display: none !important;
  }
   .top-right-side-text {
    display: flex !important;
  }

  .timer-seconds {
    display: none;
  }

  .countdown-condensed {
    padding: 1rem calc(var(--container-gutter) / 2);
  }
}

/* =============================
   PROMO BLOCK
   ============================= */

.promo-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  border-radius: 12px;

  background-color: var(--promo-bg-color, transparent);
  background-image: var(--promo-bg-image, none);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  min-height: 100%;
}

.promo-block__image img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 12px;
}

.promo-block__title {
  font-size: var(--promo-title-font-size, 32px);
  text-transform: var(--promo-title-transform, none);
  color: var(--promo-title-color, #1C1C1C);
  margin-bottom:12px;
}

.promo-block__subtitle {
  font-size: var(--promo-subtitle-font-size, 14px);
  letter-spacing: var(--promo-subtitle-letter-spacing, 0);
  color: var(--promo-subtitle-color, #1C1C1C);
  margin-bottom:8px;
}

.promo-block__body {
  font-size: var(--promo-body-font-size, 16px);
  color: var(--promo-body-color, #1C1C1C);
  margin-bottom:16px;
}

/* Alignment */
.promo-align-left  .promo-block__content { text-align: left; }
.promo-align-center .promo-block__content { text-align: center; }
.promo-align-right .promo-block__content { text-align: right; }



/* Hover state */
.promo-block__cta:hover {
  background-color: var(--promo-button-hover-bg, var(--promo-button-bg, #EDEAE2));
  color: var(--promo-button-hover-text, var(--promo-button-text, #1C1C1C));
  border-color: var(--promo-button-hover-border-color, var(--promo-button-border-color, #AA9583));
  opacity: var(--promo-button-hover-opacity, var(--promo-button-opacity, 1));
}

/* Hover animation: fill left to right */
.promo-block__cta--hover-fill-left-right {
  z-index: 0;
}

.promo-block__cta--hover-fill-left-right::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--promo-button-hover-bg, var(--promo-button-bg, #EDEAE2));
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease;
  z-index: -1;
}

.promo-block__cta--hover-fill-left-right:hover::before {
  transform: scaleX(1);
}

/* MOBILE TYPOGRAPHY OVERRIDES
   Only change the CSS variables – no conflict with desktop */
/* MOBILE TYPOGRAPHY OVERRIDES – force schema values on small screens */
@media screen and (max-width: 700px) {
  .promo-block__title {
    font-size: var(--promo-title-font-size-mobile, var(--promo-title-font-size)) !important;
  }

  .promo-block__subtitle {
    font-size: var(--promo-subtitle-font-size-mobile, var(--promo-subtitle-font-size)) !important;
    letter-spacing: var(--promo-subtitle-letter-spacing-mobile, var(--promo-subtitle-letter-spacing));
  }

  .promo-block__body {
    /* if you ever add a separate mobile body size later, you can hook it here */
    font-size: var(--promo-body-font-size, 16px);
  }

  .promo-block__cta {
    font-size: var(--promo-button-font-size-mobile, var(--promo-button-font-size)) !important;
  }
}

/* WIDTH CONTROLS FROM BLOCK SETTINGS
   We ONLY use promo-desktop-* and promo-mobile-* for grid width.
   No .promo-one/.promo-two here, to avoid conflicts.
*/

/* Mobile (up to 699px): 1 or 2 columns */
@media screen and (max-width: 699px) {
  .product-list .promo-block.promo-mobile-1 {
    grid-column: span 1;
  }

  .product-list .promo-block.promo-mobile-2 {
    grid-column: span 2;
  }
}

/* Desktop (from 700px): 1, 2, or 3 columns */
@media screen and (min-width: 700px) {
  .product-list .promo-block.promo-desktop-1 {
    grid-column: span 1;
  }

  .product-list .promo-block.promo-desktop-2 {
    grid-column: span 2;
  }

  .product-list .promo-block.promo-desktop-3 {
    grid-column: span 3;
  }
}

@media screen and (max-width: 700px) {
  .promo-align-mobile-left  .promo-block__content { text-align: left; }
  .promo-align-mobile-center .promo-block__content { text-align: center; }
  .promo-align-mobile-right .promo-block__content { text-align: right; }
}
.promo-slot { display: contents; }


@media screen and (max-width: 699px) {
  #product-list-{{ section.id }} {
    grid-auto-flow: row !important;
  }
}


/* --- Promo Visibility Toggles --- */

/* Mobile view: Hide elements marked for desktop only */
@media screen and (max-width: 699px) {
  .hide-on-mobile {
    display: none !important;
  }
}

/* Desktop view: Hide elements marked for mobile only */
@media screen and (min-width: 700px) {
  .hide-on-desktop {
    display: none !important;
  }
}
