/** Shopify CDN: Minification failed

Line 7975:10 Expected identifier but found whitespace
Line 7975:11 Unexpected "100%"

**/
*,
: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;
}
body {
  overflow-x: hidden;
  max-width: 100vw;
}
html {
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  scroll-padding-top: var(--sticky-area-height);
  line-height: 1.5;
}

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

hr {
  color: inherit;
  border-top-width: 1px;
  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;
}

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

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

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

#custom-atc {
  /* pointer-events:none; */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.blog-post-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;
  }
  .product-info-and-specification-product-info-and-specification-spec-cards,
  .product-info-and-specification-slab-grid {
    grid-template-columns: 1fr;
  }
  .product-delivery-information-tab-row {
    flex-direction: column;
    gap: 4px;
  }
  .ppc-section-class .multi-column {
    grid-template-columns: repeat(1, auto);
  }
  .ppc-landing-new-button {
    text-align: center;
  }
}

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

#multivariants_add_to_cart_button {
  all: revert !important;
}

#multivariants_add_to_cart_button {
  --initial-gradient: linear-gradient(rgb(var(--button-background)), rgb(var(--button-background))) !important;
  --hover-gradient: linear-gradient(transparent, transparent) !important;
  --initial-background-position: var(--transform-origin-end) !important;
  --hover-background-position: var(--transform-origin-start) !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  text-transform: var(--button-text-transform) !important;
  font: var(--button-font) !important;
  letter-spacing: var(--button-letter-spacing) !important;
  text-shadow: none !important;
  text-align: center !important;
  cursor: pointer !important;
  color: rgb(var(--button-text-color)) !important;
  border: 1px solid rgb(var(--button-outline-color, var(--button-background))) !important;
  border-radius: var(--button-border-radius) !important;
  background-color: #0000 !important;
  background-image: var(--initial-gradient), var(--hover-gradient) !important;
  background-size: 100% 100%, 0 100% !important;
  background-position: var(--initial-background-position) !important;
  background-repeat: no-repeat !important;
  justify-content: center !important;
  align-items: center !important;
  column-gap: 1.125rem !important;
  padding: .65rem 1.75rem !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;
  display: inline-flex !important;
  position: relative !important;
}

.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: 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--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 100%, 100% 100%;
  }

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

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

.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 {
  display: contents;
}

.content-over-media> :is(img, video, iframe, svg, video-media),
.content-over-media>picture 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) {
  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])~* {
  pointer-events: none;
  transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
}

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

.content-over-media:has(video-media: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) {
  padding-block-start: var(--header-height, 0px);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (pointer: fine) {
  .prev-next-button[is="carousel-prev-button"]:hover svg {
    animation-direction: reverse;
  }
}

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

  .floating-controls-container>.prev-next-button {
    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>.prev-next-button {
    opacity: 0;
    transform: translateY(-10px);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

.modal::part(content) {
  max-width: var(--modal-body-max-width);
  background-color: rgb(var(--background));
  background-image: var(--background-gradient);
  color: rgb(var(--text-color));
  isolation: isolate;
  width: 100%;
  max-height: 75vh;
  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) {
  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;
  width: 100%;
  height: 100%;
  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;
  /* justify-content: end; */
}

.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-x: hidden;
  overflow-y: 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));
  color: rgb(var(--text-color));
  isolation: isolate;
  width: 100%;
  max-height: 75vh;
  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;
}

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

.popover__value-list>*[aria-selected="true"],
.popover__value-list>*: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;
  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;
  width: 100%;
  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);
}

.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) / 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: #1c1c1c;
}

:-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(1.125rem);
}

.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--xxl {
  --container-max-width: var(--container-xxl-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-margin-block-start: var(--sticky-area-height);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .shopify-section:has(.slideshow__next-section-button) + .shopify-section {
  margin-top: 10px;
  margin-bottom: 10px !important;
}

  .section-spacing {
    padding-block-start: 10px;
    padding-block-end: 10px;
}

  .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;
  z-index: var(--pswp-root-z-index);
  touch-action: none;
  opacity: .003;
  contain: layout style size;
  -webkit-tap-highlight-color: #0000;
  outline: 0;
  width: 100%;
  height: 100%;
  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;
  box-shadow: none;
  border-radius: 100%;
  width: .625rem;
  height: .625rem;
  margin-block-start: -.25rem;
  position: relative;
}

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

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

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

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

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

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

@media not screen and (pointer: fine) {
  .range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-block-start: -.4375rem;
  }

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

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

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

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

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

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

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

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

.range-group .range:last-child {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
}

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

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

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

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

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

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

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

.price-range {
  padding-block-start: .25rem;
  display: block;
}

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

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

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

.product-card__figure {
  position: relative;
}

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

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

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

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

.product-card__quick-add-button[disabled] {
  /* pointer-events: none !important;
    opacity: 0.5 !important;
    cursor: not-allowed !important; */
}

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

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

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

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

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

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

@media screen and (max-width: 699px) {
  .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)),
.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 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;
  }
  
  .choose-paving-material .prose:not(.prose--tight) :where(:not(meta, span) + *) {
    margin-block-start: 0.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,
.prose a:not(.h1, .h2, .h3, .h4, .h5, .h6, .button, .link-faded, .link-faded-reverse) {
  text-underline: none;
  background: linear-gradient(to right, currentColor, currentColor) 0 min(100%, 1.35em) / 100% 1px no-repeat;
  transition: background-size .3s ease-in-out;
}

@media screen and (pointer: fine) {
  :is(.link, .prose a:not(.h1, .h2, .h3, .h4, .h5, .h6, .button, .link-faded, .link-faded-reverse)):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;
  transition: background-size .3s ease-in-out;
}

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

.link-faded-reverse.goldengradient {
  color: #E32C2B;
}

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

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

:is(th, td):first-child,
: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);
}

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

.js 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--reduce-border :is(td)+td {
  border-inline-start-width: 0;
}

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

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

:disabled+.color-swatch:before,
.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;
}

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

:disabled+.thumbnail-swatch:before,
.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;
}

.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);
  color: rgb(var(--text-color) / .65);
  justify-content: center;
  align-items: center;
  column-gap: .875rem;
  min-width: 2.5rem;
  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;
}

:disabled+.block-swatch:before,
.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;
}

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

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

.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: center;
  align-items: center;
  gap: .75rem 1.75rem;
  display: flex;
}

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

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

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

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

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

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

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

.badge {
  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;
  width: max-content;
  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: "";
  transform: scaleX(var(--progress, 0));
  transform-origin: var(--transform-origin-start);
  background: currentColor;
  width: 100%;
  height: 100%;
  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));
    color: rgb(var(--tooltip-background));
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    justify-self: center;
    width: max-content;
    max-width: 15rem;
    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 {
  height: var(--animated-plus-size);
  width: 1px;
}

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

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

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

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

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

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

.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;
  transform-origin: var(--transform-origin-start);
  background: #fff;
  width: 100%;
  height: 2px;
  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) {
  img[is="image-parallax"] {
    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;
}

.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: .9em;
  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;
  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__footer {
  gap: 2.5rem;
  display: grid;
}

@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 {
    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-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);
  box-shadow: 1px 0 6px rgb(var(--border-color));
  z-index: 2;
  border-block-start-width: 1px;
  width: 100%;
  padding-block-start: calc(var(--drawer-footer-padding-block) - .5rem);
  padding-block-end: var(--drawer-footer-padding-block);
  padding-inline-start: var(--drawer-body-padding-inline);
  padding-inline-end: var(--drawer-body-padding-inline);
  display: none;
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.collection-toolbar {
  box-shadow: 0 1px rgb(var(--border-color)), 0 -1px rgb(var(--border-color));
  background-color: rgb(var(--background));
  z-index: 2;
  min-height: 3em;
  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 {
  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: 1.875rem;
}

.collection-card {
  align-content: start;
  gap: 20px;
  display: grid;
}

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

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

.countdown__timer-item {
  display: grid;
}

.countdown__timer-flip {
  --heading-letter-spacing: 0;
  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;
}

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

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

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

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

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

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

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

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

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

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

.footer {
  background: rgb(var(--background));
  color: rgb(var(--text-color));
  padding-block-start: var(--section-vertical-spacing);
  padding-block-end: min(var(--section-vertical-spacing), 3rem);
}

.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 {
    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;
  display: grid;
  position: sticky;
  inset-block-start: calc(var(--sticky-area-height) + 1.25rem);
}

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

.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));
  transform-origin: var(--transform-origin-start);
  background: currentColor;
  height: 1px;
  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: 66px;
  }
}

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

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

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

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

.header {
  --header-show-transparent-logo: 0;
  /* grid: var(--header-grid); */
  justify-content: center;
  align-items: center;
  column-gap: 1.25rem;
  row-gap: var(--header-padding-block);
  background: rgb(var(--background));
  color: rgb(var(--text-color));
  box-shadow: 0 -1px rgb(var(--header-separation-border-color)) inset;
  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;
  display: flex;
  position: relative;
}

@media screen and (min-width: 1000px) {
  .header {
    display: grid;
    grid: var(--header-grid);
    justify-content: center;
    align-items: center;
    column-gap: 1.25rem;
    row-gap: var(--header-padding-block);
  }
}

: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([open])) {
  --header-show-transparent-logo: 1;
  --header-separation-border-color: 0 0 0 / 0;
  --background: 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([open])) .link-faded {
  color: currentColor;
  transition: none;
}

.header__cart-dot {
  box-shadow: 0 0 0 2px rgb(var(--background));
  background-color: #1c1c1c;
  border-radius: 100%;
  transition: transform .2s ease-in-out;
  position: absolute;
  inset-block-start: -.40rem;
  inset-inline-end: -.425rem;
  transform: scale(0);
  width: 1.5rem;
  height: 1.2rem;
  text-align: center;
  font-size: 10px;
  color: #fff;
}

.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);
  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);
  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;
  width: max-content;
  height: 2px;
  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: 1.0rem;
  }
}

/* .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));
  color: rgb(var(--text-color));
  box-shadow: 2px 2px 6px rgb(var(--text-color) / .05);
  border-width: 0 1px 1px;
  width: max-content;
  min-width: 12.5rem;
  max-width: 17.5rem;
  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: "";
  transform-origin: var(--transform-origin-start);
  background: rgb(var(--text-color));
  width: 100%;
  height: 2px;
  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(content) {
  max-height: calc(100vh - var(--header-height, 0px) - var(--announcement-bar-height, 0px) - 1.25rem);
  background: rgb(var(--background));
  color: rgb(var(--text-color));
  overflow: auto;
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 700px) {
  .header-search__form-control {
    column-gap: 1.25rem;
    padding-block: 1.5rem;
  }
}

.predictive-search {
  display: block;
}

.predictive-search__no-results {
  text-align: center;
  padding-block: 2.5rem 4rem;
}

.predictive-search__results {
  grid-template-columns: minmax(0, 1fr);
  gap: 2.5rem;
  padding-block: 1.25rem 2rem;
  display: grid;
}

.predictive-search__suggestions {
  grid-template-columns: minmax(0, 1fr);
  justify-items: start;
  gap: .75rem 1.5rem;
  display: grid;
}

.predictive-search__suggestions mark {
  background: none;
  font-weight: bolder;
}

.predictive-search__tabs::part(tab-list-scrollable) {
  scrollbar-width: none;
  margin-inline-start: calc(-1 * var(--distance-to-bleed));
  margin-inline-end: calc(-1 * var(--distance-to-bleed));
  padding-inline-start: var(--distance-to-bleed);
  padding-inline-end: var(--distance-to-bleed);
  display: flex;
  overflow: auto;
}

.predictive-search__tabs::part(tab-list) {
  width: min-content;
  min-width: 100%;
}

.predictive-search__category {
  border-block-end-width: 1px;
  padding-block-end: .625rem;
}

.predictive-search__products {
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 1.25rem;
  display: grid;
}

.predictive-search__blog-posts {
  grid-template-columns: minmax(0, 1fr);
  gap: 1.5rem 2.5rem;
  display: grid;
}

.predictive-search__blog-posts .blog-post-card__info {
  row-gap: .75rem;
}

.predictive-search__collections {
  align-items: start;
  gap: var(--container-gutter);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  display: grid;
}

@media screen and (max-width: 699px) {
  .predictive-search__suggestions {
    grid: auto / auto-flow max-content;
    row-gap: 1.25rem;
  }

  .predictive-search__products .horizontal-product-card__figure {
    max-width: 4.375rem;
  }

  .predictive-search__blog-posts .blog-post-card {
    grid-template-columns: minmax(0, 160px) minmax(0, 1fr);
    align-items: center;
  }
}

@media screen and (min-width: 700px) {
  .predictive-search__no-results {
    padding-block: 4.75rem 6.25rem;
  }

  .predictive-search__results {
    padding-block: 1.5rem 3rem;
  }

  .predictive-search__blog-posts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .predictive-search__blog-posts .blog-post-card__category {
    font-size: .6875rem;
  }
}

@media screen and (min-width: 1000px) {
  .predictive-search__results--with-suggestions {
    grid-template-columns: 250px minmax(0, 1fr);
  }

  .predictive-search__products {
    grid-template-columns: repeat(var(--product-list-items-per-row, 4), minmax(0, 1fr));
  }

  .predictive-search__blog-posts {
    grid-template-columns: repeat(var(--blog-post-list-items-per-row, 4), minmax(0, 1fr));
  }

  .predictive-search__collections {
    grid-template-columns: repeat(var(--collection-list-items-per-row), minmax(0, 1fr));
  }
}

.mega-menu {
  --mega-menu-gap: 2.5rem;
  --mega-menu-linklist-gap: 2.5rem;
  --mega-menu-promo-gap: 2rem;
  max-height: calc(100vh - var(--header-height, 0px) - var(--announcement-bar-height, 0px) - 20px);
  justify-content: safe flex-start;
  align-items: start;
  column-gap: var(--mega-menu-gap);
  background: rgb(var(--background));
  color: rgb(var(--text-color));
  border-block-end-width: 1px;
  width: 100%;
  padding-block: 2.5rem;
  /* padding-inline-start: var(--container-gutter); */
  padding-inline-end: var(--container-gutter);
  display: flex;
  position: absolute;
  inset-block-start: 100%;
  inset-inline-start: 0;
  overflow-y: auto;
}

.mega-menu--reverse {
  flex-direction: row-reverse;
}

.mega-menu--reverse .mega-menu__promo {
  justify-content: flex-start;
}

.mega-menu__linklist {
  gap: var(--mega-menu-linklist-gap);
  flex-wrap: wrap;
  flex: 0 auto;
  display: flex;
}

.mega-menu__linklist>* {
  max-width: 280px;
}

.mega-menu__promo {
  justify-content: flex-end;
  column-gap: var(--mega-menu-promo-gap);
  flex: 0 auto;
  display: flex;
}

.mega-menu__promo>* {
  flex: 315px;
  min-width: 240px;
  max-width: 315px;
}

@media screen and (min-width: 1400px) {
  .mega-menu {
    --mega-menu-gap: 6.25rem;
    --mega-menu-linklist-gap: 2.5rem 6.25rem;
  }

  .mega-menu:has(.mega-menu__linklist > :nth-child(5)) {
    --mega-menu-linklist-gap: 2.5rem 4rem;
  }
}

.header-sidebar {
  --header-linklist-padding-block: 1rem;
}

.header-sidebar::part(close-button) {
  opacity: 1;
}

.header-sidebar::part(header) {
  border-block-end: none;
}

.header-sidebar::part(content) {
  box-sizing: border-box;
  overflow-x: hidden;
}

.header-sidebar::part(panel-list) {
  position: relative;
}

.header-sidebar__scroller {
  padding-block-end: var(--drawer-body-padding-block);
  padding-inline-start: var(--drawer-body-padding-inline);
  padding-inline-end: var(--drawer-body-padding-inline);
  overflow-y: auto;
}

.header-sidebar__linklist-button {
  text-align: start;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-block-start: calc(var(--header-linklist-padding-block) / 2);
  padding-block-end: calc(var(--header-linklist-padding-block) / 2);
  transition: color .2s;
  display: flex;
}

@media screen and (pointer: fine) {
  .header-sidebar__main-panel li:has([aria-expanded="true"])~li .header-sidebar__linklist-button {
    color: rgb(var(--text-color) / .65);
  }

  .header-sidebar__main-panel li:has(~ li [aria-expanded="true"]):not(:has([aria-expanded="true"])) .header-sidebar__linklist-button {
    color: rgb(var(--text-color) / .65);
  }
}

/* .header-sidebar__sub-panel li:has([aria-expanded="true"]) ~ li .header-sidebar__linklist-button {
  color: rgb(var(--text-color) / .65);
} */

.header-sidebar__sub-panel li:has(~ li [aria-expanded="true"]):not(:has([aria-expanded="true"])) .header-sidebar__linklist-button {
  color: rgb(var(--text-color) / .65);
}

.header-sidebar__sub-panel li:has([aria-expanded="true"]) .header-sidebar__linklist-button {
  color: rgb(var(--text-color)) !important;
}

.header-sidebar__back-button {
  /* border-block-end-width: 1px; */
  width: 100%;
  /* margin-block-end: 1rem; */
  padding-block-start: var(--header-linklist-padding-block);
  padding-block-end: 1rem;
}

.header-sidebar__back-button.is-divided {
  margin-block-end: .5rem;
}

.header-sidebar__nested-linklist {
  border-inline-start-width: 1px;
  row-gap: .75rem;
  margin-block: 2px 1.125rem;
  margin-inline-start: .5rem;
  padding-inline-start: 1.5rem;
  display: grid;
}

.header-sidebar__main-panel {
  background-color: rgb(var(--background));
  background-image: var(--background-gradient);
  grid-template-rows: minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: max-content;
  height: 100%;
  display: grid;
}

.header-sidebar__footer {
  position: relative;
}

.header-sidebar__footer:before {
  content: "";
  background: linear-gradient(transparent, rgb(var(--background)));
  width: 100%;
  height: 2.5rem;
  position: absolute;
  inset-block-end: 100%;
  inset-inline-start: 0;
}

.header-sidebar__footer>* {
  padding-block: 1.25rem;
  padding-inline-start: var(--drawer-footer-padding-inline);
  padding-inline-end: var(--drawer-footer-padding-inline);
}

.header-sidebar__footer .localization-selectors {
  border-block-start-width: 1px;
  justify-content: flex-start;
  column-gap: 1.25rem;
}

.header-sidebar__collapsible-panel {
  width: var(--drawer-max-width);
  background-color: rgb(var(--background));
  background-image: var(--background-gradient);
  height: 100%;
  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 {
    inset-block: min(var(--header-height), 5rem) 0;
    width: 100%;
    position: absolute;
  }

  .header-sidebar__promo {
    flex-direction: column;
  }

  .header-sidebar__promo>* {
    min-width: 100%;
  }
}

.image-with-text {
  display: grid;
  overflow: hidden;
  padding: 10px;
}

.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--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);
  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 {
    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 {
  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 {
  max-height: calc(100vh - var(--sticky-area-height));
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  position: sticky;
  inset-block-start: var(--sticky-area-height);
}

.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: auto / repeat(var(--logo-list-items-per-row), minmax(0, 250px));
  justify-content: 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: 1.5rem;
  }
}

@media screen and (min-width: 1150px) {
  .product {
    --product-gap: 1.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>img {
    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;
  }

  .g-media {
    height: 500px;
  }
}

.product-info {
  --product-info-gap: 1rem;
  grid-area: product-info;
}

.product-info__block-list> :not(:first-child) {
  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) {
  .g-media {
    height: 300px;
  }

  .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);
    /* z-index: 1; */
  }
}

.product-content-below-gallery {
  grid-area: product-content;
}

.product-content-below-gallery product-recommendations:not(:first-child) {
  margin-block-start: max(48px, var(--product-gap, 0px));
}

.product-content-below-gallery 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;
}

:not(.is-disabled)>.variant-picker__dropdown-sold-out-label {
  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 {
  padding: var(--container-gutter);
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  width: 100%;
  transition: opacity .2s, visibility .2s;
  display: block;
  position: fixed;
  inset-block-end: 0;
  inset-inline-start: 0;
}

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

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

@media screen and (min-width: 700px) {
  .product-sticky-bar {
    inset-block: var(--sticky-area-height) auto;
    background: rgb(var(--background));
    border-block-end-width: 1px;
    grid-template-columns: minmax(0, 1fr) max-content;
    align-items: center;
    padding-block: 1.125rem;
    display: grid;
  }
}

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

.slideshow {
  --slideshow-controls-spacing: var(--container-gutter);
  background: rgb(var(--slideshow-background));
  display: block;
  position: relative;
}

.slideshow .page-dots {
  z-index: 1;
  position: absolute;
  inset-block-end: var(--slideshow-controls-spacing);
  inset-inline-end: var(--slideshow-controls-spacing);
}

.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;
  margin-bottom: 20px;
}

@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 {
  font-size: var(--testimonials-font-size);
  grid-area: 1 / -1;
  align-content: start;
  justify-items: center;
  gap: 2rem;
  max-width: 34rem;
  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);
  grid-auto-columns: minmax(0, 1fr);
  max-width: 56.25rem;
  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%);
}
p.text-center {
    font-size: 32px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 2.24px;
}

p.text-center {
  font-size: 32px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 2.24px;
}

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

  .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));
  transform-origin: var(--transform-origin-start);
  background: currentColor;
  height: 3px;
  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-x: auto;
    overflow-y: 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: #1c1c1c;
  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) {
  .js [reveal-on-scroll="true"] {
    opacity: 0;
  }
}

.border {
  border-width: 1px;
}

.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 body{
  overflow: hidden;
}
.pointer-events-none {
  pointer-events: none;
}

.scroll-area {
  scrollbar-width: none;
  overscroll-behavior-x: contain;
  overflow-x: auto;
  overflow-y: 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;
}

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

  .header__primary-nav-item[data-title="QUICK LINKS"] {
    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) {
  .g-media {
    height: 400px;
  }

  .md-max\:hidden {
    display: none;
  }
  .shopify-section.shopify-section--main-product .container.breadcrumb-pdp {
    padding-bottom: 0px;
    margin-inline-start: 0;
    margin-inline-end: 0;
  }
  .shopify-section.shopify-section--main-product .breadcrumb {
    white-space: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 100%;
    padding: 0.5rem;
  }
}

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

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

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

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

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

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

.prose blockquote {
  line-height: 1.75;
}

@media screen and (min-width: 700px) {
  .sm\:text-xs {
    font-size: var(--text-xs);
  }

  .sm\:text-sm {
    font-size: var(--text-sm);
  }

  .sm\:text-base {
    font-size: var(--text-base);
  }

  .sm\:text-lg {
    font-size: var(--text-lg);
  }

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

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

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

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

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

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

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

  .h1,
  :where(.prose h1) {
    line-height: 1.3;
  }

  .h2,
  :where(.prose h2) {
    line-height: 1.4;
  }

  .h3,
  :where(.prose h3) {
    line-height: 1.5;
  }
}

ol {
  margin-inline-start: 2ch;
}

ul {
  margin-inline-start: 1em;
}

:where(ol, ul):not(.unstyled-list) li {
  padding-inline-start: .25rem;
  margin-block-start: 0 !important;
}

:where(.text-center, .text-end) :is(ol, ul) {
  margin-inline: 0;
  list-style-position: inside;
}

:where(.text-center, .text-end) :is(ol, ul) li {
  padding-inline-start: 0;
}

.line-through {
  text-decoration: line-through;
}

.break-all {
  word-break: break-all;
}

.hyphenate {
  -webkit-hyphens: auto;
  hyphens: auto;
}

.truncate-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: var(--truncate-text-max-width, 100%);
  overflow: hidden;
}

.line-clamp {
  -webkit-line-clamp: var(--line-clamp-count, 2);
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.color-swatch {
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
}

.product-info__usp-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  max-width: 586px;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0px auto;
  text-align: center;
}

.product-info__usp-title {
  color: #1c1c1c;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}

.product-info__usp-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #1c1c1c;
  gap: 10px;
}

.product-info__usp-item img {
  width: 44px;
  height: 30px;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .product-info__usp-list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 66px;
    column-gap: 66px;
    /* max-width: 90%; */
  }
}

/* CSS FOR COUNTDOWN TIMER IN PDP */

.promo-flex-wrap {
  background: #E6E6E6;
  border: 1px dotted #1c1c1c;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
  gap: 10px;
  flex-wrap: wrap;
}

.promo-content-top {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}


.countdown-timer {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: bold;
  /* justify-content: space-between; */
  flex-wrap: nowrap;
  flex: 1 1 60%;
  min-width: 200px;
}

.countdown-timer,
.coupon-code-wrap {
  flex: 1 1 50%;
  min-width: 0;
}

.coupon-code-wrap {
  text-align: right;
}


max-width: 100%;
overflow-wrap: break-word;
/* break long codes */
word-break: break-word;
white-space: normal;
/* allow wrapping */
}


.coupon-code-wrap strong {
  display: inline-block;
  text-align: left;
  /* makes wrapped lines start from left */
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}



.countdown-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.count-num {
  font-size: 12px;
  font-weight: 600;
  line-height: 120%;
}

.countdown-block small {
  font-size: 12px;
  text-transform: uppercase;
  color: #333;
  font-weight: 400;
}

.colon {
  font-size: 14px;
  font-weight: 400;
  /* padding: 0 2px; */
}

.expired {
  font-size: 14px;
  color: red;
  font-weight: 600;
}


.promo-message {
  font-size: 16px;
  font-weight: 600;
}

.promo-content-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.coupon-code {
  font-size: 16px;
}

.copy-btn {
  background-color: black;
  color: white;
  padding: 10px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 5px;
}


.copy-btn:hover {
  background-color: #333;
  /* Slight hover effect */
}

/* After copy */
.copy-btn.copied {
  background-color: white;
  /* Green success color */
  border-color: white;
  color: black;
  border: 1px solid #1c1c1c;

}


.copy-icon {
  width: 16px;
  height: 16px;
}

.copy-btn.copied .copy-icon {
  color: #1c1c1c;
  fill: #1c1c1c;
}

@media screen and (max-width: 768px) {
  .count-num {
    font-size: 10px;
  }

  .countdown-block small {
    font-size: 10px;
  }

  .coupon-code {
    font-size: 14px;
    font-weight: 400;
  }

  .promo-message {
    font-size: 14px;
    font-weight: 600;
  }

  .promo-content-top {
    display: flex;
    align-items: center;
    text-align: center;
  }

}

/* css for trade account button */
a.button.button--secondary.trade-account.sm-max\:hidden {
  box-shadow: 0 0 5px #fff;
  padding: 4px 10px;
  border-radius: 10px;
}

/*CSS FOR IMAGE WITH TEXT BULLET COLUMNS*/

.bullet-columns {
  display: flex;
  gap: 94px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 30px;
  margin-top: 30px!important;

}

.bullet-column {
  flex: 1;
    margin: 0 !important;
}

.bullet-column h4 {
  font-weight:600;
  margin-bottom: 1rem;
  font-size: 16px;
  letter-spacing: 2.24px;
  color: #30373F;
}

.bullet-column ul {
  list-style-type: none;
  padding-left: 0; /* remove browser padding */
  margin: 0;
  gap: 10px;

}

.bullet-column ul li {
display: flex;
align-items: center;
padding-left: 0.5rem;
position: relative;
gap: 1rem;
/* margin-bottom: .5rem; */
color: #30373F;
font-size: 16px;
margin: 0;
padding: 0;
font-weight: 400;
}
/* .bullet-column ul li::before {
  /* content: "•"; bullet symbol 
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%); /* vertically center */
  /* color: #E6AF5D;  
  font-size: 1.2em;
  line-height: 1;
} */
@media (max-width: 768px) {
  .bullet-columns {
    flex-direction: row; /* stack columns */
    gap: 0;
  }
  .bullet-column {
    flex: 1 1 100%;
  }
  h3.h6{
    font-size: 14px;
    font-weight: 400;
    color: #1c1c1c;
    letter-spacing: 2.24px;
  }
  h2.h1{
    font-size: 24px;
    font-weight: 600;
    /* color: #1c1c1c; */
    letter-spacing: 2.24px;
  }
}
/* CSS FOR BLOCK PRESENT IN CUSTOM ICON TEXT IN IMAGE WITH TEXT */
.custom-icon-text {
  display: flex;
  flex-direction: column;
  gap: 14px;


}

.custom-icon-text-item {
  display: flex;
  align-items: center;
  gap: 26px; 
}

.custom-icon-text-item__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.custom-icon-text-item__icon img {
  display: block; 
  margin: 0;      
  line-height: 0;
}


.custom-icon-text-item__content h4 {
  margin: 0 0 8px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 2.24px;
  color: #1c1c1c;
}

.custom-icon-text-item__content p {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 4%;
  color: #1c1c1c;
}

p.custom-icon-text-desc {
  margin: 0 !important;
}
/* CSS FOR VIDEO OPTION ADDED IN IMAGE WITH TEXT SECTION */
.video-start {
  order: 0; /* left */
}
.video-end {
  order: 1; /* right */
}
.custom-video-container {
  position: relative;
  display: inline-block;
}

.custom-video-container video {
  display: block;
  width: 100%;
  height: auto;
}

.custom-controls {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}

.custom-controls button {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

.custom-controls svg {
  width: 28px;
  height: 28px;
  fill: white;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

.custom-controls svg:hover {
  opacity: 1;
}
.custom-video-container{position:relative;display:inline-block;width:100%}
.custom-video-container video{display:block;width:100%;height:auto}
.custom-controls{
  position:absolute;left:0;right:0;bottom:10px;
  display:flex;justify-content:space-between;align-items:center;
  padding:0 10px;pointer-events:auto
}
.custom-controls button{
  background:transparent;border:0;padding:0;cursor:pointer;line-height:0
}
.custom-controls .icon{width:28px;height:28px;opacity:.95;transition:opacity .2s}
.custom-controls button:hover .icon{opacity:1}

/* CSS FOR FILTER COLOR LABEL */
.color-thumbnail-label {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.color-thumbnail-image {
  width: 24px;
  height: 24px;
  background-size: cover;
  background-position: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  flex-shrink: 0;
}

.color-thumbnail-text {
  font-size: 14px;
  color: #333;
  line-height: 1;
}

/* CSS FOR VERTICAL POSITIONING OF SUBHEADING IN RICH TEXT SECTION */
.subheading-position-vertical-left {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-align: left;
}

.subheading-position-vertical-center {
  position: absolute;
  left: 0; /* Change to right: 0; for right side */
  top: 50%;
  transform: rotate(-50%);
  writing-mode: vertical-rl;
  transform: translateY(-50%) rotate(180deg);
  white-space: nowrap;
}


.subheading-position-vertical-right {
  writing-mode: vertical-rl;
  text-align: right;
}
/* CSS FOR CUSTOM MEDIA GRID RICH TEXT BLOCK */
.media-grid.rich-text-custom{
column-gap: 20px;
margin: 48px 64px;
}
.prose[class*="custom-pos-"] {
  display: flex;
  flex-direction: column;
  /* height: 100%; */
}

/* Top positions */
.custom-pos-top-left {
  justify-content: flex-start;
  align-items: flex-start;
}
.custom-pos-top-center {
  justify-content: flex-start;
  align-items: center;
}
.custom-pos-top-right {
  justify-content: flex-start;
  align-items: flex-end;
}



/* CSS FOR BLOCK PRESENT IN CUSTOM ICON TEXT IN IMAGE WITH TEXT */
.custom-icon-text {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.custom-icon-text-item {
  display: flex;
  align-items: center;
  gap: 26px;
}

.custom-icon-text-item__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.custom-icon-text-item__icon img {
  display: block;
  margin: 0;
  line-height: 0;
}


.custom-icon-text-item__content h4 {
  margin: 0 0 0.25rem;
  font-weight: bold;
}

.custom-icon-text-item__content p {
  margin: 0;
}

p.custom-icon-text-desc {
  margin: 0 !important;
}

/* CSS FOR VIDEO OPTION ADDED IN IMAGE WITH TEXT SECTION */
.video-start {
  order: 0;
  /* left */
}

.video-end {
  order: 1;
  /* right */
}

.custom-video-container {
  position: relative;
  display: inline-block;
}

.custom-video-container video {
  display: block;
  width: 100%;
  height: auto;
}

.custom-controls {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}

.custom-controls button {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

.custom-controls svg {
  width: 28px;
  height: 28px;
  fill: white;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

.custom-controls svg:hover {
  opacity: 1;
}

.custom-video-container {
  position: relative;
  display: inline-block;
  width: 100%
}

.custom-video-container video {
  display: block;
  width: 100%;
  height: auto
}

.custom-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  pointer-events: auto
}

.custom-controls button {
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  line-height: 0
}

.custom-controls .icon {
  width: 28px;
  height: 28px;
  opacity: .95;
  transition: opacity .2s
}

.custom-controls button:hover .icon {
  opacity: 1
}

/* CSS FOR FILTER COLOR LABEL */
.color-thumbnail-label {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.color-thumbnail-image {
  width: 24px;
  height: 24px;
  background-size: cover;
  background-position: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  flex-shrink: 0;
}

.color-thumbnail-option input[type="checkbox"]:checked+.color-thumbnail-label .color-thumbnail-image {
  border-color: #1c1c1c;
  /* black border when selected */
}

.color-thumbnail-text {
  font-size: 14px;
  color: #1c1c1c;
  line-height: 1;
}

.color-thumbnail-label .color-thumbnail-text {
  opacity: 0.65;
  transition: opacity 0.2s ease, color 0.2s ease;
}

.color-thumbnail-label:hover .color-thumbnail-text {
  opacity: 1;
  color: #1c1c1c;
}

.color-thumbnail-label .color-thumbnail-text::before {
  content: none !important;
}

.color-thumbnail-option input[type="checkbox"]:checked+.color-thumbnail-label::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #1c1c1c;
  /* black dot */
  margin-right: 6px;
  position: relative;
  top: 2px;
  /* adjust vertical alignment if needed */
}

.color-thumbnail-option input[type="checkbox"]:checked+.color-thumbnail-label .color-thumbnail-text {
  opacity: 1;
  color: #1c1c1c;
  font-weight: 400;
  /* optional bold */
}

.text-subdued {
  margin: 0 !important;
}


/* CSS FOR VERTICAL POSITIONING OF SUBHEADING IN RICH TEXT SECTION */
.subheading-position-vertical-left {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-align: left;
}

.subheading-position-vertical-center {
  position: absolute;
  left: 0;
  /* Change to right: 0; for right side */
  top: 50%;
  transform: rotate(-50%);
  writing-mode: vertical-rl;
  transform: translateY(-50%) rotate(180deg);
  white-space: nowrap;
}


.subheading-position-vertical-right {
  writing-mode: vertical-rl;
  text-align: right;
}

/* CSS FOR CUSTOM MEDIA GRID RICH TEXT BLOCK */
.media-grid.rich-text-custom {
  column-gap: 20px;
  margin: 48px 64px;
}

.prose[class*="custom-pos-"] {
  display: flex;
  flex-direction: column;
  /* height: 100%; */
}

/* Top positions */
.custom-pos-top-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.custom-pos-top-center {
  justify-content: flex-start;
  align-items: center;
}

.custom-pos-top-right {
  justify-content: flex-start;
  align-items: flex-end;
}

/* Middle positions */
.custom-pos-middle-left {
  justify-content: center;
  align-items: flex-start;
}
.custom-pos-middle-center {
  justify-content: center;
  align-items: center;
}
.custom-pos-middle-right {
  justify-content: center;
  align-items: flex-end;
}

/* Bottom positions */
.custom-pos-bottom-left {
  justify-content: flex-end;
  align-items: flex-start;
}
.custom-pos-bottom-center {
  justify-content: flex-end;
  align-items: center;
}
.custom-pos-bottom-right {
  justify-content: flex-end;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
.media-grid.rich-text-custom{
row-gap: 20px;
margin: 0px 16px 48px;
}

.overlay-heading h2{
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2.24px;
}
}

@media screen and (max-width: 768px) {
  .media-grid.rich-text-custom {
    row-gap: 20px;
    margin: 0px 16px 48px;
  }
}


/* CSS for Header structure change */
.header__search-form {
  max-width: 186px;
}

.header__search-inner {
  display: flex;
  align-items: center;
  padding: 6px;
  gap: 6px;
  border: 1px solid #ddd;
  border-radius: 20px;
  background: #fff;
  width: 192px;
  padding-right: 0;
}

.header__search-input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 14px;
  background: transparent;
}

.header__secondary-nav {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: flex-end;
}

a.block.h6 {
  font-weight: 700;
  font-size: 12px;
  line-height: 20.4px;
  letter-spacing: .96px;
}

/* ====================== RESET DESKTOP ON MOBILE ====================== */
@media (max-width: 768px) {

  /* Hide desktop header on mobile */
  .header-desktop {
    display: none !important;
  }

  /* Show only mobile header */
  .header-mobile {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 12px;
    padding: 0;
  }

 
  /* First row: hamburger - logo - icons */
  .header-mobile > div[style*="grid-template-columns"] {
    display: grid !important;
    grid-template-columns: auto 1fr auto !important;
    align-items: center !important;
    width: 100% !important;
    padding: 8px 16px !important;
    gap: 16px;
  }

  /* Hamburger wrapper - left aligned */
  .header-mobile .hamburger-wrapper {
    justify-self: start;
    display: flex;
    align-items: center;
  }
  /* Logo - center aligned */
  .header-mobile .header__logo {
    justify-self: center;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header-mobile .search-wrapper form {
    width: 100%;
  }

  .header-mobile .search-wrapper .search-box {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 25px;
    padding: 6px 12px;
    width: 90vw !important;
    background: #fff;
  }

  .header-mobile .search-wrapper input[type="search"] {
    flex: 1;
    border: none;
    outline: none;
    font-size: 14px;
    background: transparent;
  }

  /* .flex.items-center.gap-4 {
    display: flex;
  } */
}

/* ====================== DESKTOP HEADER ====================== */
@media (min-width: 769px) and (max-width: 999px) {
  .header-mobile {
    display: flex !important;
    flex-direction: column;
  }

  .header-desktop {
    display: none !important;
  }

  /* Adjust spacing for tablet */
  .header-mobile > div[style*="grid-template-columns"] {
    padding: 12px 24px !important;
  }

  .header-mobile .header__logo img {
    max-height: 50px;
  }
  .header-ipad{
    gap: 150px;
  }
}

/* ====================== MOBILE HEADER FIX ====================== */
@media (min-width: 1000px) {

    /* Show desktop header */
  .header-desktop {
    display: block !important;
  }

  /* Hide mobile header */
  .header-mobile {
    display: none !important;
  }

  /* Ensure desktop header displays properly */
  .header-desktop.hidden.md\:block {
    display: contents !important;
  }
}
.header-mobile [style*="display: grid"] {
  display: grid !important;
}

/* Ensure proper stacking */
.header {
  position: relative;
  z-index: 10;
}

/* Prevent layout shifts */
.header-mobile * {
  box-sizing: border-box;
}


/* Mega menu with images CSS */

/* Mega Menu Base */
.mega-menu {
  /* max-width: 1440px; */
  width: 100%;
  margin: 0 auto;
  padding: 48px 0 !important;
  /* overflow: hidden;  */
  display: flex;
  justify-content: center;
}

.mega-menu__inner {
  display: flex;
  justify-content: space-between;
  gap: 150px;
  align-items: flex-start;

}

/* Left - Collections */
.mega-menu__collections {
  flex: 0 0 720px;
}

.collections-grid {
  display: grid;
  grid-template-columns: repeat(5, 125px);
  /* exact width match */
  gap: 24px;

}

.collection-item {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-decoration: none;
  color: inherit;
}

summary.h6 {
  font-size: 12px;
  font-weight: 700;
  line-height: 20.4px;
  letter-spacing: .96px;
}

.mega-menu__title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 28px;
  line-height: 150%;
  letter-spacing: 1px;
  text-transform: var(--heading-text-transform);
}

.collection-img img {
  width: 125px;
  height: 83px;
  object-fit: cover;
  /* border-radius: 4px; */
  display: block;
  margin: 0 auto;
}

.collection-title {
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: var(--heading-text-transform);
}

/* Right column */
.mega-menu__right {
  /* flex: 0 0 456px; */
  display: flex;
  flex-direction: column;
  gap: 52px;
  border-left: 1px solid #D3D3D3;
  padding-left: 48px;
  width: 456px;
}

.colors-grid,
.ancillaries-grid {
  width: 100%;
}

/* Colors */

/* Heading */
.browse-by-color .menu-heading {
  margin-bottom: 28px;
  /* gap between heading & swatches */
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 1px;
  text-transform: var(--heading-text-transform);
}

/* Grid Layout */
.colors-grid {
  width: 408px;
  /* fixed inner width */
  display: grid;
  grid-template-columns: repeat(2, auto);
  /* 2 columns */
  column-gap: 25px;
  /* spacing between columns */
  row-gap: 24px;
  /* spacing between rows */
}

/* Each Item */
.color-item {
  display: flex;
  align-items: center;
  gap: 21px;
  /* gap between swatch & title */
  text-decoration: none;
  color: #1c1c1c;
}

/* Swatch circle */
.menu-color-swatch {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.menu-color-swatch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Title text */
.color-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1px;
  text-transform: var(--heading-text-transform);
}


/* Ancillaries */
.browse-by-ancillaries {
  /* margin-top: 40px; */
  /* padding-left: 48px; */
  width: 456px;
}

.browse-by-ancillaries .menu-heading {
  margin-bottom: 28px;
  font-weight: 600;
  text-transform: var(--heading-text-transform);
}

.ancillaries-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  column-gap: 25px;
  row-gap: 24px;
  width: 408px;
}

.ancillary-item {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  gap: 24px;
}

.ancillary-swatch {
  width: 55px;
}

.ancillary-swatch img {
  width: 38px;
  height: 38px;
  object-fit: cover;
  border-radius: 50%;
}

.ancillary-title {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 150%;
  text-transform: var(--heading-text-transform);
}

@media screen and (max-width: 1376px) and (min-width: 1200px) {
  .mega-menu {
    /* max-width: 1200px; */
    padding: 32px 0 !important;
  }

  .mega-menu__inner {
    gap: 50px;
    /* smaller gap */
  }

  .mega-menu__collections {
    flex: 0 0 600px;
    /* shrink left */
  }

  .collections-grid {
    grid-template-columns: repeat(4, 1fr);
    /* 4 per row */
    gap: 24px;
  }

  .mega-menu__right {
    flex: 0 0 400px;
    /* shrink right */
    /* padding-left: 32px; */
  }

}

@media screen and (max-width: 1199px) and (min-width: 1000px) {
  .mega-menu {
    /* max-width: 1200px; */
    padding: 16px 0 !important;
  }

  .mega-menu__inner {
    gap: 40px;
    /* smaller gap */
  }

  .mega-menu__collections {
    flex: 0 0 450px;
    /* shrink left */
  }

  .collections-grid {
    grid-template-columns: repeat(3, 1fr);
    /* 4 per row */
    gap: 16px;
  }

  .mega-menu__right {
    flex: 0 0 300px;
    /* shrink right */
    padding-left: 32px;
  }

}


@media screen and (min-width: 1000px) {
  .nav-sale {
    color: #B71415 !important;
    font-weight: bold;
  }
}

@media screen and (max-width: 999px) {
  .hamburger-wrapper {
    position: relative;
    display: inline-block;
  }

  .hamburger-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: #B71415;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 10px;
    border-radius: 1px;
    line-height: 1;
    white-space: nowrap;
  }
}

.sale-link {
  color: #B71415;
  border-block-end-width: 1px;
}

p.h3.collection-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2.24px;
  color: #1c1c1c;
}

.h2.h2 {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 39.2px;
  letter-spacing: 2.24px;
}

.custom-gap {
  gap: 62px;
  grid-auto-columns: minmax(0, 1fr);
  display: grid;
}

@media screen and (max-width: 768px) {
  p.h3.collection-title {
    font-size: 14px;
  }
   .header__secondary-nav {
    display: flex;
    align-items: center;
    gap: 9px;
    justify-content: flex-end;
  }

  .h2.h2 {
    font-size: 20px;
    letter-spacing: 1.6px;
  }
}

/* CSS FOR ANNOUNCEMENT BAR */
.announcement-message {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  /* space between text & timer */
  flex-wrap: nowrap;
  /* prevent wrapping */

}

.announcement-message .countdown {
  display: flex;
  align-items: center;
  gap: 8px;
  /* space between groups and colons */
}

.countdown .time-group {
  display: flex;
  align-items: center;
  gap: 8px;
  /* exact spacing between number and label */
  font-size: 12px;
  font-weight: 600;
}

.announcement-message .countdown .label {
  font-weight: 400;
  font-size: 12px;
}

.countdown .separator {
  font-weight: bold;
}

span.announcement-text {
  white-space: nowrap;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: .88px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .countdown .time-group {
    font-size: 10px;
  }

  span.announcement-text {
    font-size: 10px;
  }
}

/* CSS FOR ARROW NAVIGATION */
.slideshow__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* z-index: 10; */
  background: white;
  border: none;
  color: black;
  padding: 8px;
  cursor: pointer;
  border-radius: 50%;
}

.slideshow__arrow--prev {
  left: 15px;
}

.slideshow__arrow--next {
  right: 15px;
}

.slideshow__arrow svg {
  width: 16px;
  height: 17px;
}

.slideshow__arrow {
  transition: opacity 0.3s ease;
}

.slideshow__arrow.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.slideshow__arrow--prev {
  left: 24px;
  /* move prev arrow 24px away from edge */
}

.slideshow__arrow--next {
  right: 24px;
  /* move next arrow 24px away from edge */
}

/* CSS FOR FEATURED COLLECTION UI CHANGING */

button.h2 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2.24px;
}

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

  button.h2 {
    font-size: 20px;
    letter-spacing: 1.6px;
  }
}

.ar-template-index .bg-arrow-img,
.ar-template-index .main-headin-dive {
  font-weight: 700;
  text-align: center
}

.custom-ultimate {
  margin: 40px 0;
  width: 100%;
  padding: 0 10px
}

.ar-template-index .custom-ultimate {
  padding: 0
}

.ar-template-index .scan_your_face {
  text-wrap: wrap;
  background: #1c1c1c;
  text-align: center;
  padding-bottom: 10px
}

.ar-template-index .bg-arrow-img,
.ar-template-index .scan_your_face,
h2.produ-prices {
  background: linear-gradient(82.15deg, #ffdd9d -4.58%, #7e5b33 21.83%, #a37e56 24.97%, #fff2cd 40.84%, #e7bf88 56.11%, #ffdd9d 67.22%, #a37e56 79.81%, #e7bf88 86.78%, #e7bf88 105.81%, #7e5b33 106.47%, #fff2cd 158.31%, #fff2cd 163.15%, #a37e56 188.07%)
}

.ar-template-index .bg-arrow-img,
.ar-template-index .scan_your_face {
  -webkit-background-clip: text;
  color: transparent
}

.main-container-dive-simple {
  justify-content: space-between;
  position: relative;
  width: 70%;
  margin: 0 auto
}

.main-container-dive-simpletab {
  justify-content: space-between;
  position: relative;
  width: 70%;
  margin: 0 auto
}

.product-price-mrp {
  display: flex
}

h2.produ-prices {
  -webkit-background-clip: text;
  text-decoration: line-through;
  padding: 0 10px 1px;
  color: #a37e56
}

.mproduct-image-sticks-simple img {
  padding: 0 10px
}

.mproduct-image-sticks-simple {
  position: relative;
  display: none
}

.slick-dots {
  width: 100%
}

.custom-dot {
  border: none;
  cursor: pointer
}

.scan_your_face {
  font-size: 18px;
  font-weight: 400
}

.template-index h3.skin-type-heading.heading-type br {
  display: none
}

.ar-template-index .slick-dots li {
  top: 15px
}

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

  .scan_your_face,
  h3.custom-ultimate-heading.bg-arrow-img {
    text-align: center
  }

  .main-container-dive-simple {
    width: 100%
  }

  .main-container-dive-simpletab {
    width: 100%
  }

  .mproduct-image-sticks-simple {
    position: relative
  }

  .custom-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    margin: 0 5px;
    background: linear-gradient(82.15deg, #ffdd9d -4.58%, #7e5b33 21.83%, #a37e56 24.97%, #fff2cd 40.84%, #e7bf88 56.11%, #ffdd9d 67.22%, #a37e56 79.81%, #e7bf88 86.78%, #e7bf88 105.81%, #7e5b33 106.47%, #fff2cd 158.31%, #fff2cd 163.15%, #a37e56 188.07%) !important
  }

  .scan_your_face {
    font-size: 13px
  }

  .ar-template-index .scan_your_face {
    padding-bottom: 4px;
    font-size: 12px
  }

  .ar-template-index .bg-arrow-img {
    padding-top: 5px;
    font-size: 14px
  }

  .ar-template-index .mproduct-image-sticks-simple img {
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    max-height: 62px
  }

  .template-index h3.skin-type-heading.heading-type br {
    display: block
  }

  .ar-template-index .slick-dotted.slick-slider {
    margin-bottom: 20px
  }

  .ar-template-index .custom-ultimate-heading.bg-arrow-img.shop-tab.mob-font-reduce {
    font-size: 12px
  }

}

.custom-dot,
.slick-dots li {
  height: 5px;
  width: 45px;
  margin: 0;
  padding: 0
}

.ar-template-index .slick-track {
  display: flex;
  column-gap: 1rem
}

.slick-active .custom-dot {
  border: 2px solid #1c1c1c;
  background: #000 !important
}

.custom-dot {
  background: #f1f1f1 !important;
  border-radius: 0
}

.slick-dots li {
  padding-inline-start: 0rem
}

.ar-template-index .home-ai-header {
  display: inline-flex;
  border-radius: 10px;
  background: #f1f1f1 !important;
  padding: 8px;
  font-size: 16px
}

.ar-template-index .bg-arrow-img {
  text-wrap: wrap;
  text-transform: uppercase;
  -webkit-background-clip: text;
  background: #fff;
  color: #1c1c1c;
  box-shadow: 0 0 4px rgba(0, 0, 0, .05);
  letter-spacing: 2.24px;
  line-height: 100%;
  cursor: pointer;
  transition: .3s;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 16px
}

.ar-template-index .custom-ultimate-heading.bg-arrow-img.shop-tab {
  text-wrap: wrap;
  text-transform: var(--heading-text-transform);
  -webkit-background-clip: text;
  background: transparent;
  color: #1c1c1c;
  box-shadow: 0 0 4px rgba(0, 0, 0, .05);
  letter-spacing: 2.24px;
  line-height: 100%;
  cursor: pointer;
  transition: .3s;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 16px
}

.ar-template-index .mproduct-image-sticks-simple {
  min-height: 109px
}

@media screen and (min-width:640px) {
  .ar-template-index .mproduct-image-sticks-simple {
    min-width: 138.333px
  }
}

.ar-template-index .mproduct-image-sticks-simple .text-center {
  text-align: center;
  padding: 10px 3px 0;
  border: 2px solid #1c1c1c;
  display: grid;
  border-radius: 5px;
  min-height: 109px
}

.ar-template-index .mproduct-image-sticks-simple img {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding: 0;
  max-width: 100%;
  max-height: 62px;
  margin: 0 auto auto
}

.shop-tabs {
  display: flex;
  gap: 15px;
  padding: 0;
  margin: auto;
  list-style: none;
  justify-content: center;
  /* center horizontally */
}

.shop-tab {
  cursor: pointer;
  padding: 8px 20px;
  border-radius: 6px;
  background: #f1f1f1;
  font-weight: 600;
  transition: all 0.3s ease;
}

.shop-tab.active {
  background: #1c1c1c;
  color: #fff;
}

.custom-ultimate-heading.bg-arrow-img.shop-tab.active {
  background: #fff;
  color: #1c1c1c;
}

/*sidebar logo */

.header-sidebar__logo {
  display: flex !important;
  align-items: center;
  justify-content: flex-start !important;
  gap: 150px;

}

.header-sidebar__logo img {
  width: 137.931px;
  height: 24px;
  flex-shrink: 0;
  object-fit: contain;
  display: block;
}

.header-sidebar__linklist-button.menu-sale {
  color: #d32f2f !important;
  font-weight: bold;
  text-transform: uppercase;
}

/* CSS FOR COLLECTION UI CHANGING */


.h2.h2 {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 39.2px;
  letter-spacing: 2.24px;
}

.custom-gap {
  gap: 62px;
  grid-auto-columns: minmax(0, 1fr);
  display: grid;
}

@media screen and (max-width: 768px) {
  .collection-card__content p {
    font-size: 14px;
  }

  .h2.h2 {
    font-size: 20px;
    letter-spacing: 1.6px;
  }
}

.collection-card__content p {
  color: #1c1c1c;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.24px;
  text-transform: uppercase;
}

.collection-card__content button {
  color: #B71415;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.45px;
  /* 178.75% */
  letter-spacing: 2.34px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
}

.collection-card__content button:hover {
  color: black !important;
}


/* CSS FOR ANNOUNCEMENT BAR */
.announcement-message {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  /* space between text & timer */
  flex-wrap: nowrap;
  /* prevent wrapping */

}

.announcement-message .countdown {
  display: flex;
  align-items: center;
  gap: 8px;
  /* space between groups and colons */
}

.countdown .time-group {
  display: flex;
  align-items: center;
  gap: 8px;
  /* exact spacing between number and label */
  font-size: 12px;
  font-weight: 600;
}

.announcement-message .countdown .label {
  font-weight: 400;
  font-size: 12px;
}

.countdown .separator {
  font-weight: bold;
}

span.announcement-text {
/* white-space: nowrap; */
    font-weight: bold;
    font-size: 11px;
    letter-spacing: .88px;
  font-weight: 700;
    display: inline-block;
  }
@media screen and (min-width: 769px) {
  span.announcement-text {
    white-space: nowrap;
    max-width: none;
    width: auto;
  }
  
  /* Make sure slider/carousel item allows full width */
  .announcement-bar__item {
    width: auto;
    max-width: none;
  }

}
  @media screen and (max-width: 768px) {
  .countdown .time-group {
  font-size: 10px;
}
  span.announcement-text {
    font-size: 10px;
    white-space: normal;
    word-break: break-word;
    line-height: 1.4;
  }
  
  /* Prevent horizontal scroll on mobile */
  body {
    overflow-x: hidden;
  }
  
  .announcement-bar {
    overflow-x: hidden;
    max-width: 100vw;
  }
  }

.header-sidebar__logo {
  display: flex !important;
  align-items: center;
  justify-content: flex-start !important;
  gap: 150px;

}

.header-sidebar__logo img {
  width: 137.931px;
  height: 24px;
  flex-shrink: 0;
  object-fit: contain;
  display: block;
}

.header-sidebar__linklist-button.menu-sale {
  color: #d32f2f !important;
  font-weight: bold;
  text-transform: uppercase;
}

/* Hamburger menu css*/
.header-sidebar__linklist,
.header-sidebar__collection-grid {
  list-style: none;
  /* removes default markers */
  padding-left: 0;
  /* remove default padding */
  margin: 0;
  /* remove default margin */
}

.header-sidebar__collection-item {
  padding: 12px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #1C1C1C;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20.4px;
  /* 170% */
  letter-spacing: 0.96px;
  text-transform: uppercase;
  border-top: 1px solid #E8E8E8;
}

.header-sidebar__collection-thumb img {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

button.header-sidebar__back-button_sub_panel.link-faded.text-with-icon.h6 {
  color: #1C1C1C;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20.4px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}

button.header-sidebar__back-button_sub_panel.link-faded.text-with-icon.h6 {
  display: flex;
  padding: 16px 0;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

button.header-sidebar__back-button_sub_panel.link-faded.text-with-icon.h6 {
  color: #1C1C1C;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20.4px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}

div#header-panel-1 {
  border-bottom: 1px solid #E8E8E8;
  background: #FFF;
}

/*CSS FOR BULK ORDER */
.bulk-order-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
margin-bottom: 16px;
}

.variant-row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  grid-template-areas: 
    "badge badge badge"
    "left middle right";
  align-items: center;
  /* gap: 12px; */
  padding: 16px 0 24px 0;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}
.custom-badge {
  grid-area: badge;
  /* margin-bottom: 4px; */
  display: flex;
}
.variant-left {
  grid-area: left;
}

/* Add these classes to your middle and right sections */
.variant-middle {
  grid-area: middle;
}

.variant-right {
  grid-area: right;
}

/* REMOVED - Allow pre-orders for out of stock items
.variant-row[data-available="false"] {
  opacity: 0.5;
  pointer-events: none;
}
*/

.variant-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  /* padding: 20px 0; */
}

.variant-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 11px;
  padding: 20px 0;
}

.quantity-select {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #CFCFCF;
  padding: 8px;
  gap: 30px;
}

.qty-btn {
  background: #fff;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 1;
}

.qty-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.qty-btn:hover:not(:disabled) {
  transform: scale(1.1);
}

.quantity-select input {
  color: #1c1c1c;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.15px;
  letter-spacing: 1.98px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  border: none;
  background: transparent;
  -moz-appearance: textfield;
}

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

.quantity-select input:focus {
  outline: none;
}

.variant-prices {
  display: flex;
  align-items: center;
  gap: 8px;
}

.variant-price {
color: #E32C2B;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 14px */
letter-spacing: 1.44px;
text-transform: uppercase;
}

.variant-compare {
color: rgba(28, 28, 28, 0.65);
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 14px */
letter-spacing: 1.12px;
text-decoration-line: line-through;
text-transform: uppercase;
}

.variant-title {
  display: flex;
  flex-direction: column;
  margin: 0;
}

span.title-main {
  color: #1C1C1C;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  gap: 4px;
}

span.title-note {
  color: #808080;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-top: 4px;

}

span.stock {
  display: flex;
padding: 4px 8px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 2px;
  width: fit-content;
}

span.stock.in-stock {
border-radius: 2px;
border: 1px solid #008000;color: #008000;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 14px *//* 14px */
}

span.stock.eta {
border-radius: 2px;
border: 1px solid #1c1c1c;
color: #1c1c1c;
  font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 14px */
}
.stock.out-of-stock.preorder {
  color: orange;
  border: 1px solid orange;
}
span.stock.out-of-stock {
  border: 1px solid #d00;
  color: #d00;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

h4.size-heading {
  color: #808080;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin: 0;
}

h4.variant-heading {
  color: #1c1c1c;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin: 0;
}

.bulk-order {
  width: 100%;
  margin-top: 12px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  background-color: #F5F5F5;
}
.disclaimer-text{
  color: #1C1C1C;
font-family: Lato;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 19.6px; /* 163.333% */
}
.bulk-total-wrapper {
  display: flex;
  align-items: stretch;
  width: 100%;
  /* border: 1px solid #e0e0e0; */
}

.bulk-total-section {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 30px;
  flex: 1 0 0;
  background-color: #F5F5F5;
  padding: 12px;
}

.total-unit,
.total-price {
color: #1C1C1C;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 18px */
display: flex;
align-items: center;
gap: 8px;
}

.total-unit span,
.total-price span {
color: #1C1C1C;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 18px */
}

.add-to-cart-btn {
  background-color: #1c1c1c;
  color: #fff;
  border: none;
  padding: 15px 40px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background-color 0.3s ease;
  border-left: 1px solid #e0e0e0;
}

.add-to-cart-btn:hover {
  background-color: #333;
}

.add-to-cart-btn:hover:not(:disabled) {
  background: #333;
}

.add-to-cart-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
}

button#addToCartBtn {
  color: #FFF;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 21.45px;
  letter-spacing: 2.34px;
  text-transform: uppercase;
}

span#totalUnits {
  color: #1C1C1C;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
}

span#totalPrice {
  color: #1C1C1C;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
}

@media screen and (max-width: 768px) {
  .bulk-order {
    display: flex;
    flex-direction: column;
  }
.bulk-total-wrapper {
  flex-direction: column;
}

  .bulk-total-section {
    padding: 16px 12px;
  }

  .variant-row {
    flex-direction: row;
gap: 0 12px;
  }

  .variant-right {
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
  }
  /* .variant-title {
  white-space: nowrap;
} */
span.title-main {
font-size:10px;
}
span.title-main{
  font-size: 10px;
}
.variant-price{
  font-size: 14px;
}
}

/* CSS FOR HEADER NEW CHANGES */

@media screen and (min-width: 1000px) {
  .header-icons-box {
    display: flex;
    gap: 10px;
    align-items: center;
  }

  .header-icons-box a {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 1px solid #ececec;
    border-radius: 4px;
    padding: 6px 10px;
    background-color: #fff;
    transition: background-color 0.25s ease, border-color 0.25s ease;
  }

  .header-icons-box a:hover {
    background-color: #f9f9f9;
    border-color: #ccc;
  }

  .header-icons-box .icon-label {
    font-size: 12px;
    color: #333;
  }

  /* Optional: make all boxes same width */
  .header-icons-box a {
    min-width: 70px;
  }
}
a.text-with-icon.smallcaps.sm\:hidden{
  border-top: 1px solid #cac2b7;
    border-bottom: 1px solid #cac2b7;
padding:10px 16px;
}
@media screen and (max-width: 699px) {

    .header__cart-dot{
  inset-block-start: 1.3rem;
  inset-inline-end: -.225rem;
  width: 0.8rem;
  height: 0.8rem;
  font-size: 9px;
  }
  svg.header__nav-icon.icon.icon-cart{
    background-color: #B71415;
    padding: 9px;
    width: 35px;
    color: white;
    border-radius: 5px;
  }
}

  /* arrows navigation for plp */

  /* Ensure images stack inside slider */
/* Add these new styles to your CSS file */

.product-card__media-wrapper {
  position: relative;
  isolation: isolate;
}

.product-card__slider {
  position: relative;
  width: 100%;
  padding-bottom: 100%; /* Creates 1:1 aspect ratio - adjust if needed */
  overflow: hidden;
}

.product-card__slider .product-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.product-card__slider .product-card__image.is-active {
  opacity: 1;
  z-index: 1;
}

/* Arrow container */
.product-card__arrows {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px;
  pointer-events: none;
  opacity: 1; /* Always visible */
  z-index: 2;
}

/* Arrow buttons */
.product-card__arrow {
  pointer-events: auto;
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 50%;
  /* background: rgba(255, 255, 255, 0.95); */
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); */
  padding: 0;
  outline: none;
}

/* .product-card__arrow:hover {
  background: white;
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
} */

/* .product-card__arrow:active {
  transform: scale(0.95);
} */

.product-card__arrow svg {
  display: block;
  color: #333;
  width: 20px;
  height: 20px;
}

/* Make sure arrows don't interfere with quick add button */
.product-card__figure {
  position: relative;
}

/* Adjust quick add button z-index to stay on top */
.product-card__quick-add-button {
  z-index: 3;
}

/* Mobile adjustments */
@media screen and (max-width: 699px) {
  .product-card__arrow {
    width: 28px;
    height: 28px;
    min-width: 28px;
    min-height: 28px;
  }
  
  .product-card__arrow svg {
    width: 16px;
    height: 16px;
  }
}

/* Ensure proper stacking context */
.product-card__media {
  isolation: isolate;
  display: block;
  position: relative;
}


  /* Product card styles changes for plp */

  a.product-title.h6 {
color: #1C1C1C;
text-align: center;
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: 166%; /* 19.92px */
letter-spacing: 0.754px;
text-transform: uppercase;
  }
.text-on-sale{
  color: #E32C2B;
text-align: center;
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: 16.016px; /* 133.469% */
letter-spacing: 0.754px;
text-transform: uppercase;
}
.text-subdued{
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 12px;
letter-spacing: 1.2px;
text-transform: capitalize;
}
/* css for vendor name*/
p.vendor-name {
    color: #1C1C1C;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 12.954px;
    letter-spacing: 0.628px;
    text-transform: uppercase;
}

/* CSS FOR INSPIRATION CENTER */
.inspiration-center {
border-top: 1px dotted #808080;
border-bottom: 1px dotted #808080;
}

.inspiration-center__inner {
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.inspiration-center__left {
  display: flex;
  align-items: center;
  gap: 6px;
}

.inspiration-center__heading {
color: #1c1c1c;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;}

.inspiration-center__right {
  display: flex;
  align-items: center;
  gap: 0;
  position: relative;
}

.inspiration-center__circle {
  width: 29.62px;
  height: 29.62px;
border-radius: 70.524px;
box-shadow: 0 1.41px 1.41px 0 rgba(0, 0, 0, 0.10);  object-fit: cover;
  margin-left: -15px;
  cursor: pointer;
  /* border: 1px solid #fff; */
  position: relative;
  flex-shrink: 0;
}

.inspiration-center__circle:first-child {
  margin-left: 0;
  z-index: 1;
}

.inspiration-center__circle:nth-child(2) {
  z-index: 2;
}

.inspiration-center__circle:nth-child(3) {
  z-index: 3;
}

.inspiration-center__circle:nth-child(4) {
  z-index: 4;
}

.inspiration-center__circle:nth-child(5) {
  z-index: 5;
}

.inspiration-center__arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  transition: background-color 0.3s ease;
  z-index: 10;
}

.inspiration-center__arrow:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

body.gallery-open aside {
  display: none;
}

 /* css for need help block in pdp */
.custom-icon-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 17px; /* spacing between title and icons row */
  padding: 16px;
  border: 1px dashed #808080;
}

.custom-icon-block__title {
color: #1c1c1c;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 14px; /* 100% */
}

.custom-icon-block__icons {
  display: flex;
  flex-direction: row;
  gap: 21px; /* spacing between each icon */
  flex-wrap: wrap;
  margin:auto;
}

.custom-icon-block__icon {
  width: 62px;
  height: 62px;
  border-radius: 5px;
  border: 1px solid #F6F6F6;
  background: #FFF;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
  padding: 13px;
  display: inline-flex; /* make sure it wraps the SVG or IMG properly */
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
}

.custom-icon-block__icons svg  {
  width: 36px;
  height: 36px;
}
.custom-icon-block__icon:hover {
  transform: scale(1.05);
  background-color: #f5f5f5;
}

.custom-icon-block__icon:hover img,
.custom-icon-block__icon:hover svg {
  filter: brightness(0) saturate(100%) invert(36%) sepia(82%) saturate(2460%) hue-rotate(200deg) brightness(95%) contrast(97%);
}

.custom-icon-block__icon:hover svg path {
  fill: #0044cc !important;
  transition: fill 0.3s ease;
}

.product-info__block-item [data-block-type="custom-icon-block"] {
   --margin-block-start: 0 ;
   --margin-block-end: 0;
}
@media screen and (max-width: 768px) {
  .custom-icon-block{
    padding: 12px;
  }
.custom-icon-block__icon {
width: 38.5px;
height: 38.5px;
padding: 5.75px;
justify-content: center;
align-items: center;
aspect-ratio: 46.50/46.50;
border-radius: 3.75px;

}
.custom-icon-block__icons{
  gap: 15px;
}

.custom-icon-block__icons svg  {
  width: 27px;
  height: 27px;
}
}

/*CSS FOR CUSTOM TESTIMONIALS */
.custom-testimonial-wrapper{
  display: flex;
padding: 48px ;
flex-direction: column;
align-items: flex-start;
gap: 48px;
 max-width: 100%; /* Prevent overflow */
  overflow: hidden
}
.custom-testimonial-heading {
color: #1c1c1c;
font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 33.6px */
letter-spacing: 2.24px;
text-transform: uppercase;
}

/* Horizontal scroll */
.custom-testimonial-list {
  display: flex;
  gap: 24px; /* gap between cards */
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 8px;
    width: 100%; /* Full width of parent */

}

.custom-testimonial-list::-webkit-scrollbar {
  display: none; /* hide scrollbar */
}

/* Card */
.custom-testimonial-item {
  flex: 0 0 calc((100% - (24px * 2.5)) / 3.5); /* 3.5 cards */
background: #F2F2F2;
  padding: 16px; 
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  gap: 16px;
    min-width: 280px; /* Prevent cards from being too narrow */
  max-width: 400px;
}

/* Avatar */
.custom-testimonial-top {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex-wrap: nowrap; /* prevent wrapping that pushes image */
}

.custom-testimonial-avatar {
  flex-shrink: 0; /* 👈 keeps the avatar from shrinking or being pushed */
  width: 41px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
}


.custom-testimonial-avatar svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 41px;
  height: 100%;
  fill: #FFF;
}

.custom-testimonial-avatar img {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  object-fit: cover;
  z-index: 1; /* keep it above the circle */
}

.custom-testimonial-info{
  display: flex;
  gap: 4px;
  flex-direction: column;
}

/* Name + product */
.custom-testimonial-name {
color: #1c1c1c;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 110%; /* 15.4px */
letter-spacing: 0.96px;
text-transform: uppercase;
}

.custom-testimonial-product {
overflow: hidden;
color: #808080;
text-overflow: ellipsis;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 110%; /* 13.2px */
text-decoration-thickness: auto;
text-decoration: underline!important;
}

/* Description */
.custom-testimonial-text {
 color: #1c1c1c;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 130%; /* 18.2px */
letter-spacing: 0.96px;
}
@media screen and (max-width: 768px) {
  .custom-testimonial-heading {
    text-align: center !important;
    width: 100%;   
    font-size:20px;        
  }

.custom-testimonial-wrapper{
padding: 24px 16px;
gap: 24px;
}
.custom-testimonial-product{
  font-size: 10px;
}
  .custom-testimonial-item {
  flex: 0 0 calc((60% - (24px * 1.5)) / 1.5); /* 3.5 cards */
  }
}

/* CSS FOR CUCTOM FAQ */
.custom-faq {
  margin-top: 1.5rem;
}

.custom-faq__accordion {
  background: #f5f5f5;
  border: none;
  margin-bottom: 20px; /* gap between rows */
  overflow: hidden;
}

.custom-faq__accordion .accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 18px;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
  background: #f5f5f5;
}

.custom-faq__accordion .accordion__icon {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.custom-faq__accordion.is-open .accordion__icon {
  transform: rotate(0deg);
}

.custom-faq__accordion .accordion__content {
  display: none;
  padding: 12px 18px;
  background: #fff;
  font-size: 14px;
  line-height: 1.5;
  border-top: 1px solid #e5e5e5;
}


/* CSS FOR PRODUCT HIGHLIGHTS*/
.product-highlights {
  padding: 48px;
}
.ph-wrapper {
  max-width: 100%; /* remove container restrictions */
  margin: 0 auto;
}

.product-highlights .section-title {
  margin-bottom: 48px;
  color: #1c1c1c;
font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 33.6px */
letter-spacing: 2.24px;
text-transform: uppercase;
}

.highlights-grid {
  display: flex;
  gap: 4px;
  justify-content: space-between;
  overflow: hidden; /* default: no scroll */
}

.highlight {
  flex: 1 1 calc(33.333% - 4px);
  max-width: 445px;
  text-align: left;
}

.highlight-image {
  width: 445px;
  height: 445px;
  object-fit: cover;
  display: block;
}

.highlight-title {
  margin-top: 24px;
  margin-bottom: 16px;
color: #1c1c1c;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 140%; /* 19.6px */
letter-spacing: 0.14px;
text-transform: uppercase;
}

.highlight-text {
color: #1c1c1c;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 19.6px */
letter-spacing: 0.14px;
  max-width: 70%;        /* wrap after 70% of image width */
  word-wrap: break-word;
}
@media (min-width: 768px) {

  /* ✅ If more than 3 highlight blocks, enable horizontal scroll */
  .highlights-grid:has(.highlight:nth-child(4)) {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start; /* needed for smooth scroll layout */
  }

  .highlights-grid:has(.highlight:nth-child(4)) .highlight {
    flex: 0 0 32%; /* each takes roughly 1/3 width for smooth scroll */
    scroll-snap-align: start;
  }

  .highlights-grid:has(.highlight:nth-child(4))::-webkit-scrollbar {
    display: none;
  }
}


@media (max-width: 767px) {
    .product-highlights .section-title {
margin-bottom: 24px;    
font-size: 20px;
letter-spacing: 1.9px;
text-align: center;
}
  .product-highlights {
    padding: 24px 20px; /* same as desktop */
  }

  .highlights-grid {
    flex-direction: row;     /* ✅ make it horizontal instead of column */
    flex-wrap: nowrap;       /* prevent wrapping */
    overflow-x: auto;        /* enable horizontal scroll */
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 8px;               /* keep spacing between items */
  }

  .highlight {
    flex: 0 0 100%;   /* each card takes 80% of viewport width */
    max-width: none;
    scroll-snap-align: start;
  }

  .highlights-grid::-webkit-scrollbar {
    display: none; /* hide scrollbar */
  }

  .highlight-image {
    width: 100%;
    height: auto;
  }
  .highlight-text {
max-width: 90%;
}
}

/* CSS FOR VIDEO WITH TEXT */
.custom-material-section {
  display: flex;
  padding: 48px;              /* padding around the whole section */
  align-items: flex-start;
  gap: 64px;                  /* gap between left & right */
  max-width: calc(640px * 2 + 64px + 96px); /* keep content centered */
  margin: 0 auto;
  box-sizing: border-box;
}

/* LEFT COLUMN - VIDEO */
.custom-video-wrapper {
  position: relative;
  width: 640px;
  flex: 0 0 640px;            /* fixed 640px width */
  background: #1c1c1c;
  overflow: hidden;
}

.custom-video-wrapper video {
  width: 100%;
  height: 402px;
  border-radius: 8px;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.custom-video-wrapper video.playing {
  opacity: 1;
  z-index: 2;
}

.custom-video-wrapper .poster-image {
  width: 100%;
  height: 402px;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 1;
}

.custom-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: opacity 0.3s ease;
}

.custom-play-btn.hide-button {
  opacity: 0;
  pointer-events: none;
}

.custom-play-btn .play-icon {
  width: 100px;
  height: 100px;
}

.custom-play-btn .pause-icon {
  width: 100px;
  height: 100px;
  display: none;
}


.custom-material-section .text-container {
display: flex;
  max-width: 640px;
  /* flex: 0 0 640px;  */
  flex-direction: column;
justify-content: space-between;
align-items: flex-start;
align-self: stretch;
}

.custom-material-section .icons-wrapper {
display: flex;
align-items: flex-start;
align-content: flex-start;
gap: 32px;
flex-wrap: wrap;
}

.custom-material-section .icon-text-block {
  display: flex;
  gap: 12px;
  align-items: flex-start;
    flex: 0 0 calc(33% - 16px); /* 2 items per row with 32px gap */
  box-sizing: border-box;
}


  .why-this-material {
    color: #1c1c1c;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 2.24px;
    text-transform: uppercase;
    margin-bottom: 24px;
  }

  .description {
    color: #1c1c1c;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.16px;
  }

  .custom-material-section .icon-text-block img {
    max-width: 48px;
    height: auto;
  }
  .text{
    color: #1c1c1c;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 110%; /* 22px */
letter-spacing: 1.404px;
text-transform: uppercase;
  }
@media (max-width: 1024px) {
  .custom-material-section {
    flex-direction: column;
    gap: 24px;
    padding: 24px 16px;
  }
  .why-this-material {
   font-size: 20px;
   margin-bottom: 16px;  
}
.heading-text-block{
    margin-bottom: 48px;
}
.custom-material-section .icons-wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 32px 0; /* horizontal gap */
    margin-bottom: -0px;
}
  .custom-material-section .icon-text-block {
    flex: 1 1 calc(50% - 16px); /* 2 items per row with 32px gap */
  }
  .custom-video-wrapper,
  .text-container {
    width: 100%;
    flex: 1 1 auto;
  }
  .custom-video-wrapper .poster-image {
  height:236px;
  }
  .text{
font-size: 12px;  
}
  .custom-material-section .icon-text-block img {
  max-width: 32px;
  }
  .icons-wrapper {
    grid-template-columns: 1fr; /* stack icons */
  }
    .custom-material-section .text-container {
    width: 100%;       /* full width on mobile */
    flex: 1 1 auto;
    text-align: center;
  }
}

/*CSS FOR WHATSAPP WIDGET */
.whatsapp-widget {
bottom: 92px!important;
}
  .whatsapp-widget-right{
  right: 35px!important;
  }

@media screen and (max-width: 768px) {
  .whatsapp-widget {
bottom:12.5% !important;
  }
  .whatsapp-widget-right{
    right:13px!important;
  }
}
/* css for banner image of landing page */
@media screen and (max-width: 768px) {
a.button {
  margin-top: 10px!important;
}
}
/*CSS FOR ACCORDION DRAWER IN PDP */

/* Drawer Base */
.accordion-drawer {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  z-index: 99999 !important;
}

.accordion-drawer[hidden] {
  display: none;
}

/* Overlay */

.accordion-drawer--open .accordion-drawer__overlay {
  opacity: 1;
}

.accordion-drawer__overlay {
      position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.5);
 z-index: 999!important;
     opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Drawer Panel */
.accordion-drawer__panel {
  background: #fff;
  width: 540px;
  /* max-width: 90%; */
  padding: 1.5rem 1rem;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  position: relative;
  overflow-y: auto;
z-index: 1000;
}

.accordion-drawer--open .accordion-drawer__panel {
  transform: translateX(0);
}

/* Title and Close */
.accordion-drawer__title {
  margin-top: 0;
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}

/* Button Styles */
.accordion-drawer__toggle {
  width: 100%;
  text-align: left;
  padding: 1rem 0;
  border: none;
  background: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
}

.accordion-drawer__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-weight: 600;
}

.accordion-drawer__arrow {
  transition: transform 0.3s ease;
}

.accordion-drawer-item:focus-within .accordion-drawer__arrow {
  transform: translateX(4px);
}
.custom-sticky-atc.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  transition: all 0.3s ease;
}
.custom-sticky-atc {
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  .accordion-drawer__panel{
max-width: 94%;
}
}

/* CSS FOR LAYERING PATTERNS */

.layering-patterns {
  display: grid;
  gap: 1.5rem 1rem;
  grid-template-columns: 1fr 1fr;

}

.pattern-card {
  /* border: 1px solid #eee; */
  /* padding: 1rem 0.5rem; */
  background: #fff;
      display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-block-start: 0 !important;
    gap: 20px;
    max-width: 238px;
}
.pattern-card-header{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.pattern-card h4 {
color: #575757;
font-size: 10px;
font-style: normal;
font-weight: 700;
line-height: 20.4px; /* 204% */
letter-spacing: 0.96px;
text-transform: uppercase;
  text-align: left; /* ADD THIS */

}

.pattern-works {
color: #6C6C6C;
font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 14px */
letter-spacing: 0.1px;
text-transform: capitalize;
  text-align: left; /* ADD THIS */

}

.pattern-download {
color: #E32C2B;
font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 14px */
letter-spacing: 0.1px;
text-transform: capitalize;
  text-align: left; /* ADD THIS */

}
.pattern-card-image{
  width: 100%;
}
.pattern-card-image img{
max-width: 184px;
}
.pattern-download:hover {
  text-decoration: underline;
}
.pattern-card :where(:not(meta, span) + *) {
  margin-block-start: 0!important;
}
a.pattern-download{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}
/* Responsive behavior: 2 per row on mobile */
@media screen and (max-width: 767px) {
  .layering-patterns {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
@media screen and (max-width: 480px) {
   .layering-patterns{
      grid-template-columns: repeat(1, 1fr);

   }
}



/* css for CRO product accordion usps */
span.text-with-icon.gap-4 {
    font-size: 12px;
    font-weight: 700;
    /* color: #1c1c1c; */
    letter-spacing: .96px;
}
ul.product-accordion-usp__list{  
  display: flex;
  justify-content: space-between; /* auto spacing between items */
  align-items: flex-start;
  padding-bottom: 16px;
  margin: 0;
  list-style: none;
  align-self: stretch;
  gap: 36px;
}

.product-accordion-usp__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0!important;
}

/* Icon */
.product-accordion-usp__item img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  display: block;
}

/* Title under icon */
.product-accordion-usp__title {
  margin-top: 10px!important; /* spacing between icon & text */
 color: #1c1c1c;
text-align: center;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 110%; /* 13.2px */
letter-spacing: 0.96px;
text-transform: uppercase;
}

/* .product-info__block-item{
  padding: 0px 8px;
} */

@media screen and (max-width: 749px) {
ul.product-accordion-usp__list{  
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 equal columns */
    row-gap: 21px;  /* vertical gap */
    column-gap: 68px; /* horizontal gap */
  }
}
 /* css for accordion */

 span.accordion__toggle.h6{
  padding:16px 0px;
 }
 .details.accordion.group{
  padding:0px 8px;
 }




/* Drawer Header with Icon */

.drawer-header-icon {
  color: #333;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.accordion-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #DDD;
  background: #fff;
  min-height: 60px;
    position: sticky;
  top: -25px;
  z-index: 10;
}
.accordion-drawer__body{
padding-top: 24px;
}

.accordion-drawer-left {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
}

.accordion-drawer-left svg,
.accordion-drawer-left img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: block;
}

.accordion-drawer__title {
  margin: 0;
color: #1C1C1C;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 28.8px; /* 160% */
letter-spacing: 1.44px;
text-transform: uppercase;
  white-space: nowrap;
}

.accordion-drawer__close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.accordion-drawer__close svg {
  width: 14px;
  height: 14px;
  display: block;
}


/* Product Specifications in Drawer */
.accordion-drawer__body .product-specifications {
  padding: 0;
  border-radius: 8px;
  margin-top: 1.5rem;
  position: relative;
  margin-block-start: 0 !important;
}

.accordion-drawer__body .specs-slider {
  position: relative;
  margin: 0;
  max-width: 540px;
}

.accordion-drawer__body .specs-slide {
  outline: none !important;
  margin-block-start: 0 !important;
}

.accordion-drawer__body .specs-container {
  display: flex !important;
  align-items: flex-start;
  gap: 16px;
  flex-direction: row !important;
  max-width: 540px;
}

/* Remove Variant Selector Label */
.accordion-drawer__body .specs-container::before {
  display: none;
}

.accordion-drawer__body .specs-image-wrapper {
  width: 195px;
  height: auto;
  position: relative;
  flex-shrink: 0;
}

.accordion-drawer__body .specs-image {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
  background: #f5f5f5;
}

.accordion-drawer__body .specs-image img {
  aspect-ratio: 1 / 1;
  width: 100%;
  height: 100%;
  max-height:195px;
  object-fit: cover;
  display: block;
}

.accordion-drawer__body .specs-details {
  flex: 1;
  min-width: 0;
  max-width: 297px;
  margin-block-start: 0 !important;
}
.specs-title {
color: #1C1C1C;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 23.1px; /* 165% */
margin-bottom: 12px;
}

.accordion-drawer__body .specs-table {
  width: 100%;
  border-collapse: collapse;
}

.accordion-drawer__body .specs-table th {
  text-align: left;
  padding: 0 25px 0 0;
  width: 45%;
  border-bottom: 1px solid #eee;
  vertical-align: top;
  color: #808080;
font-size: 12px;
font-weight: 400;
line-height: 20.4px; /* 170% */
letter-spacing: 0.96px;
}

.accordion-drawer__body .specs-table td {
   padding:0; 
  border-bottom: 1px solid #eee;
color: #1c1c1c;
font-size: 12px;
font-weight: 400;
line-height: 20.4px; /* 170% */
letter-spacing: 0.96px;
}

.accordion-drawer__body .specs-note {
color: #808080;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 20.4px; /* 170% */
letter-spacing: 0.48px;
margin-top: 18px;
  /* padding: 0.5rem 0.8rem; */
}

/* Slick Arrows - Image ke upar */
.accordion-drawer__body .specs-slider .slick-prev,
.accordion-drawer__body .specs-slider .slick-next {
  position: absolute;
  top: 115px;
  transform: translateY(-50%);
  z-index: 150;
  background: rgba(255, 255, 255, 0.95) !important;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  font-size: 10px; /* smaller arrow */
  line-height: 14px; /* centers vertically */
  text-align: center;
  color: #333 !important;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.accordion-drawer__body .specs-slider .slick-prev {
  left: 10px;
}

.accordion-drawer__body .specs-slider .slick-next {
  right: 320px;
}

.accordion-drawer__body .specs-slider .slick-prev:hover,
.accordion-drawer__body .specs-slider .slick-next:hover {
  background: #000 !important;
  color: #fff !important;
  border-color: #1c1c1c;
  transform: translateY(-50%) scale(1.1);
}

.accordion-drawer__body .specs-slider .slick-prev:before,
.accordion-drawer__body .specs-slider .slick-next:before {
  content: '' !important;
}

/* Override Dawn table styles */
.accordion-drawer__body .product-specifications :where(td, th) {
  border-block-width: 0 !important;
  /* padding: 0.5rem 0.8rem !important; */
}

.accordion-drawer__body .specs-slide.slick-slide.slick-current.slick-active {
  margin-block-start: 0 !important;
}

/* Responsive */
@media (max-width: 768px) {
  .accordion-drawer__header {
    padding: 1rem 1.25rem;
  }

  .accordion-drawer__title {
    font-size: 1rem;
    white-space: normal;
  }

  /* Force column layout */
  .accordion-drawer__body .specs-container {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px;
    padding: 16px;
  }
    .accordion-drawer__body .specs-slider {
    max-width: 319px;
    margin: 0 auto; /* center horizontally */
  }


  /* Image wrapper full width */
  .accordion-drawer__body .specs-image-wrapper {
    width: 100% !important;
    height: auto;
    position: relative;
    flex-shrink: 0;
    order: 1; /* Image first */
  }

  .accordion-drawer__body .specs-image-wrapper img {
    width: 100%;
    height: auto;
    max-height: 195px;
    object-fit: cover;
    display: block;
  }

  /* Details below image */
  .accordion-drawer__body .specs-details {
    width: 100% !important;
    order: 2; /* Details second */
  }

  /* Table styling for mobile */
  .accordion-drawer__body .specs-table {
    width: 100%;
  }

  .accordion-drawer__body .specs-table th {
    width: 40%;
    font-size: 13px;
    font-weight: 400;
    padding: 10px 8px;
  }

  .accordion-drawer__body .specs-table td {
    width: 60%;
    font-size: 12px;
    font-weight: 400;
    padding: 10px 8px;
  }

  /* Slider arrows positioned on image */
  .accordion-drawer__body .specs-slider .slick-prev,
  .accordion-drawer__body .specs-slider .slick-next {
    width: 32px;
    height: 32px;
    font-size: 16px;
    top: 25%; /* Center on image */
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    z-index: 7;
      align-items: center;      /* centers vertically */
  line-height: 1;           /* removes default text offset */
  padding: 0; 
  }

  .accordion-drawer__body .specs-slider .slick-prev {
    left: 12px;
  }

  .accordion-drawer__body .specs-slider .slick-next {
    right: 12px;
  }

  /* Note styling */
  .accordion-drawer__body .specs-note {
    font-size: 12px;
    padding: 10px;
    margin-top: 12px;
    background: #f5f5f5;
    border-left: 3px solid #ddd;
    color: #808080;
    font-style: italic;
  }
}

/* Extra small phones */
@media (max-width: 480px) {
  .accordion-drawer__body .specs-container {
    padding: 12px 0 0;
    gap: 12px;
  }

  .accordion-drawer__body .specs-image-wrapper img {
    max-height: 195px;
  }

  .accordion-drawer__body .specs-table th,
  .accordion-drawer__body .specs-table td {
    font-size: 12px;
    padding: 8px 6px;
  }

  .accordion-drawer__body .specs-slider .slick-prev,
  .accordion-drawer__body .specs-slider .slick-next {
    width: 16px;
    height: 16px;
    font-size: 10px;
  }

  .accordion-drawer__body .specs-slider .slick-prev {
    left: 8px;
  }

  .accordion-drawer__body .specs-slider .slick-next {
    right: 8px;
  }
}

.accordion-drawer__body p{
margin-block-start:1rem;
}

/* BREADCRUMB*/
.product .breadcrumb {
  display: block; /* always visible on product page */
  position: static; /* no absolute positioning */
  margin-bottom: .5rem;
}
.breadcrumb{
  color: #1c1c1c;
/* font-family: Poppins; */
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
  white-space: normal;   /* allow wrapping on large screens */
  overflow: visible;
  text-overflow: unset;
        
}
.breadcrumb-separator {
  margin: 0 8px; /* adjust spacing to taste */
  color: #1c1c1c; /* optional styling */
}
@media (max-width: 768px) {
  .breadcrumb {
    white-space: nowrap;      
    overflow: hidden;         
    text-overflow: ellipsis;  
    /* display: block; */
    max-width: 100%;          
  }
  .breadcrumb-separator {
  margin: 0 4px; /* adjust spacing to taste */
}
}

/* CSS FOR SAMPLE CARD COLLECTION PAGE */
/* RESET */
.sample-card {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
   cursor: pointer;
  user-select: none;
}

/* --- IMAGE WRAPPER BEHAVES LIKE DAWN PRODUCT CARD --- */
.sample-card__image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1; /* same as 600x600 in Dawn */
  overflow: hidden;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background-color: #fff;
}

/* IMAGE BEHAVIOR (same as product-card) */
.sample-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* --- OVERLAY --- */
.sample-card__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease;
    pointer-events: none
}
.sample-card:hover .sample-card__overlay {
  opacity: 1;
    pointer-events: none;
}

/* --- BUTTON INSIDE OVERLAY --- */
.sample-card__action {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
    pointer-events: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.sample-card__action:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: scale(1.05);
}

/* TITLE (same spacing as product-card) */
.sample-card__title {
color: #1c1c1c;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 16.8px */
letter-spacing: 0.14px; 
 margin-top: 0.75rem;
  word-break: break-word;
  text-align: center;
}
.sample-card__icon {
  font-size: 2rem;
  color: white;
  font-weight: bold;
   pointer-events: none;
}

.sample-card__selected {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
   pointer-events: none; /* ADD THIS - clicks pass through */
  z-index: 1;
  /* background: rgba(0, 128, 0, 0.6); */
}

.sample-card.selected .sample-card__selected {
  display: flex;
}


.sample-cart-footer {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  color: #fff;
  justify-content: space-between;
  padding: 14px 90px;
  z-index: 999;
  /* margin-bottom: 24px; */
}
.sample-cart-left{
  display: flex;
  align-items: center;
  gap: 32px;
}
/* Add this class in your CSS */
.sample-cart-right {
  display: flex;
  align-items: center;
  gap: 32px;
}
.sample-total {
color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 16px */
letter-spacing: 0.96px;
}

.sample-cart-footer__content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

button.go-to-cart-btn.button{
  display: flex;
padding: 8px 24px;
align-items: center;
gap: 8px;
background: #FFF;
color: black;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 150%; 
 letter-spacing: normal;
  text-transform: capitalize;
  border: none;
}
span.sample-counter{
  color: #FFF;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 36px */
}
/* Already added state */
.sample-card.already-added {
  opacity: 0.7;
}

.sample-card.already-added .sample-card__overlay {
  background: rgba(128, 128, 128, 0.6);
   z-index: 2; /* Above the checkmark */
  pointer-events: auto;
}

.sample-card.already-added .sample-card__action {
  opacity: 0.5;
}

.sample-card.already-added .sample-card__icon {
  color: #ccc;
}

/* Already added message overlay */
.already-added-message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 0, 0, 0.9);
  color: white;
  padding: 12px 20px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 10;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
}

.already-added-message.show {
  opacity: 1;
  visibility: visible;
}

.already-added-message__icon {
  font-size: 18px;
}

/* Disable hover effect on already added */
.sample-card.already-added:hover .sample-card__overlay {
  opacity: 0.6;
}

/* Cart bubble animation */
.cart-count-bubble,
.cart-bubble,
#cart-icon-bubble {
  animation: bubble-pop 0.3s ease-out;
}
.pre-footer-line{
  display: flex;
    padding: 10px 90px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    background: #B71415;
}

@keyframes bubble-pop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.mobile-total {
  display: none;
}

.desktop-total {
  display: inline-flex;
}


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

.sample-cart-footer{
  padding: 12px 16px;
  flex-direction: column;
  gap: 8px;
}
 .mobile-total {
    display: inline-flex;
  }

  .desktop-total {
    display: none;
  }

    .go-to-cart-btn {
    width: 100%;
    margin-top: 10px;
  }

  .sample-card {
    text-align: left;
    width: 100%;
  }

  .sample-card__image-wrapper {
    aspect-ratio: 1 / 1;
    width: 100%;
    max-width: 100%;
  }

  .sample-card__title {
    font-size: 10px;
    margin-top: 0.5rem;
    padding: 0 10px;
  }
  .pre-footer-line {
  font-size: 10px;
  padding: 10px 16px;
  }
  span.sample-counter{
    font-size: 16px;
  }
  .sample-total{
    font-size: 14px;
  }

.sample-cart-left {
justify-content: space-between;
}
button.go-to-cart-btn.button{
padding: 12px 24px;
}
}

/* css for cart page shipping dropdown */
.form-control svg {
  pointer-events: none !important;
}


/* ===================================
   CUSTOMIZE YOUR PACK TAB STYLES
   =================================== */

/* Tab Navigation */
/*B2B SIZE CALCULATOR */
/* Tab Styles */
#customize-tab {
  position: relative;
}

.B2B-variant-size-guide{
border-radius: 5px;
border: 1px solid rgba(0, 0, 0, 0.50);
background: #F5F5F5;   
padding: 16px 16px 24px 16px;
gap: 24px;
display: flex;
flex-direction: column;
}

.pack-tabs {
  display: flex;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.50);
  background: #FFF;
  display: flex;
  padding: 8px;
  align-items: center;
  gap: 12px;
  align-self: stretch;
}

.tab-btn {
  flex: 1;
  border-bottom: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  transition: all 0.3s;
  text-align: center;
  position: relative;
}

.tab-btn:first-child {
  border-radius: 8px 0 0 0;
  border-right: none;
}

.tab-btn:last-child {
  border-radius: 0 8px 0 0;
}

.tab-btn.active {
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  border-radius: 5px;
  border: 1px solid #000;
  background: #F5F5F5;
  color: #0B0B0B;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.tab-btn:hover:not(.active) {
  background: #efefef;
}

.tab-content {
  background: #F5F5F5;
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

.b2b-heading-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: inherit;
  margin-bottom: 14px;
  margin-top: 10px;
}

/* Dynamic number (1, 2, etc.) */
#b2bDynamicNumber {
  font-size: 18px;
  font-weight: 600;
  color:white;
  background: black;
  padding: 4px 10px;
  border-radius: 50%;
  display: inline-block;
  gap: 6px;
}

/* Dynamic heading */
#b2bDynamicHeading {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.b2b-heading-wrapper span {
  line-height: 1.2;
}

/* ========================================== */
/* SUB TABS NAVIGATION (Select by Area / Select by Packs) */
/* ========================================== */
.selection-tabs {
  display: flex;
  margin: 0;
  background: #fff;
  border-radius: 5px 5px 0 0;
  margin-bottom: 16px;
}

.selection-tab {
  flex: 1;
  padding:10px 10px 16px 10px;
  text-align: center;
  cursor: pointer;
color: #2B2B2B;
text-align: center;
font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 16.8px */
border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
  background: transparent;
  position: relative;
    position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.tab-subtext {
  display: block;
  font-size: 11px;
  font-weight: 400;
  color: #666;
  line-height: 140%;
  font-family: Montserrat;
  margin-top: 2px;
}

.selection-tab.active .tab-subtext {
  font-weight: 400;
  color: #666;
}
.selection-tab:hover {
  background: #f5f5f5;
  color: #333;
}

.selection-tab.active {
  color: #000;
  border-bottom-color:#2b2b2b;
  background: #fff;
  font-weight: 700;
}

/* ========================================== */
/* SUB PANEL CONTENT */
/* ========================================== */
.sub-panel {
  display: none;
}

.sub-panel.active {
  display: block;
}

/* ===================================
   PACK CALCULATOR SECTION
   =================================== */

.pack-calculator {
  border-radius: 0 0 8px 8px;
  background: #fff;
  padding: 15px 12px;
  margin-bottom: 0;
  border-radius: 10px;
}

.calculator-heading {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin: 0 0 16px 0;
}

/* Area Input */
/* .area-input-wrapper {
  margin-bottom: 16px;
} */

.area-input-group {
  position: relative;
  display: flex;
  align-items: center;
}

.area-input {
  width: 100%;
  padding: 14px 45px 14px 16px;
border-radius: 5px;
border: 1px solid rgba(0, 0, 0, 0.50);
background: #FFF;
  font-size: 14px;
  color: #000;
  transition: border-color 0.3s ease;
}

.area-input:focus {
  outline: none;
  border-color: #000;
}

.area-input::placeholder {
  color: #999;
}

.area-unit {
  position: absolute;
  right: 3px;
  font-size: 14px;
  color: #666;
  pointer-events: none;
  display: flex;
padding: 13px 10px;
justify-content: center;
align-items: center;
gap: 10px;
background: #F5F5F5;
}

/* Divider */
.input-divider {
  display: flex;
  align-items: center;
  margin: 8px 0;
  text-align: center;
}

.input-divider::before,
.input-divider::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #E5E5E5;
}

.input-divider span {
  padding: 0 12px;
  font-size: 13px;
  color: #666;
  font-weight: 500;
}

/* Dimension Inputs */
.dimension-inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.dimension-input-group {
  position: relative;
  display: flex;
  align-items: center;
}

.dimension-input {
  width: 100%;
  padding: 12px 35px 12px 16px;
  border: 1px solid #E5E5E5;
  border-radius: 6px;
  font-size: 14px;
  color: #000;
  background: #fff;
  transition: border-color 0.3s ease;
}

.dimension-input:focus {
  outline: none;
  border-color: #000;
}

.dimension-input::placeholder {
  color: #999;
}

.dimension-unit {
  position: absolute;
  right: 1px;
  font-size: 14px;
  color: #666;
  pointer-events: none;
  display: flex;
padding: 13px 10px;
justify-content: center;
align-items: center;
gap: 10px;
background: #F5F5F5;
}

/* ========================================== */
/* PACKS INPUT (Select by Packs Tab) */
/* ========================================== */
.packs-input-wrapper {
  margin-bottom: 20px;
}

.packs-input-group {
  position: relative;
  display: flex;
  align-items: center;
}

.packs-input {
  width: 100%;
  padding: 12px 95px 12px 16px;
  border: 1px solid #E5E5E5;
  border-radius: 6px;
  font-size: 14px;
  color: #000;
  background: #fff;
  transition: border-color 0.3s ease;
}

.packs-input:focus {
  outline: none;
  border-color: #000;
}

.packs-input::placeholder {
  color: #999;
}

.packs-unit {
  position: absolute;
  right: 2px;
color: #2B2B2B;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 12px */
  pointer-events: none;
  background: #F5F5F5;
  padding: 16px 10px;
}

/* Calculation Results */
.calculation-results {
  padding-top: 24px;
}

.result-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 16px;
}

/* .result-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
} */

.result-label {
color: #2B2B2B;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 14px */
}

.result-value {
color: #2B2B2B;
font-family: Lato;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 100%; /* 14px */
}
.wastage-note {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
}

.wastage-note input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px;
  height: 16px;
  margin: 0;
  cursor: pointer;
  flex-shrink: 0;
  border: 1px solid #000;
  border-radius: 3px;
  background-color: #fff;
  position: relative;
  transition: all 0.2s ease;
}
.wastage-note input[type="checkbox"]:hover {
  border-color: #333;
  background-color: black;
}

/* Checked state - checkmark banao */
.wastage-note input[type="checkbox"]:checked {
  background-color:white;
  border-color: #000;
}

/* Checkmark icon (tick) */
.wastage-note input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: solid black;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.wastage-note label {
color: rgba(0, 0, 0, 0.50);
font-family: Lato;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 100%; 
}

/* Hover effect - optional */
.wastage-note:hover label {
  color: #000;
}


/* Wastage Note */
.wastage-modal {
  position: absolute;
  inset: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wastage-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.wastage-modal__content {
  position: relative;
  background: #fff;
  width: 100%;
  max-width: 420px;
  padding: 24px;
  border-radius: 12px;
  z-index: 2;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

.wastage-modal__header {
  display: flex;
  align-items: center;
justify-content: space-between;
  margin-bottom: 8px;
}
.wastage-modal__header-left{
    display: flex;
  align-items: center;
  gap: 8px;
}
.wastage-modal__title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.wastage-modal__icon {
  width: 32px;
  height: 32px;
}

.wastage-modal__header h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.wastage-modal__text {
  font-size: 14px;
  color: #444;
  margin-bottom: 24px;
}

.wastage-modal__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.wastage-modal__actions .btn {
  width: 100%;
  padding: 14px;
  font-weight: 600;
  text-transform: uppercase;
  background: #000;
  color: white;
}
button#removeWastageBtn{
  background: white;
  color: black;
  border: 1px solid black;
}

.wastage-modal__close {
  background: none;
  border: none;
  font-size: 14px;
  cursor: pointer;
}

/* Pack Coverage Info */
.pack-coverage-info {
color: rgba(0, 0, 0, 0.50);
font-family: Lato;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 14px */
  margin-top: 8px;
  font-style: italic;
}

.pack-coverage-info span {
  display: inline-block;
}

/* Estimated Cost */
.estimated-cost {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding:  16px 0;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
background: #FFF;
}
.separator-text{
  width: 1px;
height: 31px;
background: rgba(0, 0, 0, 0.50);
}

.cost-text {
  display: flex;
  flex-direction: column;
}

.cost-label {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.cost-note {
  font-size: 12px;
  color: #666;
  margin-top: 4px;
}

.cost-value {
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}


/* ===================================
   SPLIT CHARGE WARNING BOX
   =================================== */
.split-charge-warning {
  padding: 16px 0;
}

.warning-title {
color: rgba(0, 0, 0, 0.60);
font-family: Lato;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 22.4px */
  display: flex;
  align-items: center;
  gap: 8px;
background: #FFF7E5;
padding: 8px 12px;
}


.warning-text {
  font-size: 13px;
  color: #5D4037;
  line-height: 1.5;
  margin: 0;
}

/* ===================================
   B2B VARIANT SECTION (Individual Slabs)
   =================================== */

.b2b-variant-section {
  margin-bottom: 0;
}

.b2b-section-title {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin: 0 0 12px 0;
  padding-top: 16px;
}

.b2b-variant-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  gap: 20px;
  transition: all 0.3s ease;
}

.b2b-variant-row:hover {
  border-color: #000;
}

.b2b-variant-left {
  flex: 1;
}

.b2b-variant-title {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin: 0 0 4px 0;
}

.b2b-variant-price {
  font-size: 13px;
  color: #666;
  margin: 0 0 8px 0;
  display: flex;
  flex-direction: column;
}

.b2b-variant-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* ========================================== */
/* QUANTITY CONTROLS */
/* ========================================== */
.quantity-select {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px;
  border: 1px solid #CFCFCF;
}

.qty-btn {
  width: 32px;
  height: 32px;
  border: 1px solid #ddd;
  background: white;
  cursor: pointer;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.qty-btn:hover {
  background: #000;
  border-color: #000;
}

.qty-btn:hover svg line {
  stroke: white;
}

.qty-btn:active {
  transform: scale(0.95);
}

.b2b-quantity-input {
  width: 60px;
  text-align: center;
  border: none;
  background: transparent;
  padding: 8px;
  font-weight: 600;
  font-size: 14px;
  color: #000;
}

.b2b-variant-total {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  min-width: 100px;
}

.b2b-total-price {
  font-size: 20px;
  font-weight: 700;
  color: #E53935;
}

.b2b-compare-price {
  font-size: 13px;
  color: #999;
  text-decoration: line-through;
}

/* ===================================
   B2B ADD TO CART SECTION
   =================================== */

.b2b-add-to-cart-section {
  margin-top: 0;
  /* padding: 16px; */
}

.b2b-add-to-cart {
  width: 100%;
  padding: 16px;
  background: #000;
  color: #fff;
  border: none;
  /* border-radius: 6px; */
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.b2b-add-to-cart:hover {
  background: #333;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.b2b-add-to-cart:active {
  transform: translateY(0);
}

.b2b-add-to-cart:disabled {
  background: #ccc;
  cursor: not-allowed;
  transform: none;
  opacity: 0.6;
}
button#b2bAddToCartBtnPacks {
width: 100%;
}
/* ===================================
   STOCK STATUS STYLES
   =================================== */

.stock {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
}

.stock.in-stock {
  background: #E8F5E9;
  color: #2E7D32;
}

.stock.out-of-stock,
.stock.preorder {
  background: #FFEBEE;
  color: #C62828;
}

.stock.eta {
  background: #FFF3E0;
  color: #E65100;
}

/* ===================================
   RESPONSIVE DESIGN
   =================================== */

@media (max-width: 768px) {
  .B2B-variant-size-guide{
    padding: 10px;
  }
  .pack-calculator {
    padding: 16px 12px;
  }

  .result-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .estimated-cost {
    flex-direction: row;
    gap: 8px;
    text-align: center;
  }


  .b2b-variant-right {
    /* width: 100%; */
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
  }

  .b2b-variant-total {
    align-items: flex-start;
  }

  .dimension-inputs {
    grid-template-rows: 1fr;
  }

  .tab-btn {
    font-size: 12px;
    padding: 12px 12px;
  }

  .selection-tab {
    font-size: 13px;
    padding: 0 10px 16px 10px;
  }

  .pack-tabs {
    padding: 8px;
    gap: 12px;
  }

  .dimension-input{
    padding: 14px 12px;
    font-size: 12px;
  }
  .b2b-variant-row{
    flex-direction: row;
    padding: 0;
  }
  .b2b-variant-section{
    padding: 0;
  }
  .dimension-unit{
    padding: 12px 10px;
  }
}

/* CSS FOR TRADE BANNER */
.trade-cta-section {
  background-color: #b91515;
  color: #ffffff;
  padding: 48px 120px;
}

.trade-cta-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.trade-cta-left {
  max-width: 475px;
}

.trade-cta-heading {
color: #FFF;
font-family: Montserrat;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin-bottom: 8px;
}

.trade-cta-text {
color: #FFF;
font-family: Lato;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */
margin-bottom: 24px;
}

.trade-cta-btn {
  display: inline-block;
display: flex;
padding: 16px 24px;
justify-content: center;
align-items: center;
gap: 10px;
border: 1px solid #FFF;
background: #FFF;
color: #2B2B2B;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 24px */
text-transform: uppercase;
display: inline-block;
}

.trade-cta-btn:hover {
  background: #f2f2f2;
}

.trade-cta-right {
  min-width: 375px;
}

.trade-cta-list-heading {
color: #FFF;
font-family: Lato;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 27px */
letter-spacing: 0.9px;
text-transform: uppercase;
  margin-bottom: 16px;
}

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

.trade-cta-list-item {
  display: flex;
  align-items: center;
color: #FFF;
font-family: Lato;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */ 
 margin-bottom: 16px;
}

.trade-cta-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: #ffffff;
  color: #b91515;
  font-size: 12px;
  font-weight: bold;
  border-radius: 50%;
  margin-right: 16px;
}

/* Mobile */
@media screen and (max-width: 768px) {
  .trade-cta-section {
    padding: 32px 24px;
  }

  .trade-cta-inner {
    flex-direction: column;
    align-items: stretch;
    text-align: left;
    gap: 48px;
  }

  /* Left content */
  /* .trade-cta-left {
    max-width: 100%;
  } */

  /* Button full width */
  .trade-cta-btn {
    text-align: center;
    width: 100%;
    padding: 16px 24px;
  }

  /* Right content */
  .trade-cta-right {
    margin-top: 16px;
  }
}

/* CSS FOR TRADE ACCOUNT FAQ */
.faq-split {
  padding: 48px 120px;
background: #F2F2F2;}

.faq-split__container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2.4fr;
  column-gap: 260px;
  align-items: start;
}

/* LEFT */
.faq-split__title {
color: #2B2B2B;
font-family: Montserrat;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 140%; /* 44.8px */
  margin-bottom: 260px;
}

.faq-split__contact p {
color: #2B2B2B;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 24px */
  margin-bottom: 6px;
}

.faq-split__contact a {
color: #2B2B2B;
font-family: Lato;
font-size: 18px;
font-style: normal;
font-weight: 300;
line-height: 150%; /* 27px */
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: auto;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
}

/* FAQ ITEMS */
.split-faq-item {
  border-bottom: 1px solid #eee;
  background: #FFF;

}

.split-faq-question {
  width: 100%;
/* background: #FFF; */
  border: none;
  padding: 24px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-align: left;
  gap: 24px;
  color: #2B2B2B;
font-family: Lato;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.split-faq-icon {
  transition: transform 0.3s ease;
  pointer-events: none;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.split-faq-answer {
  display: none;
  padding: 16px 18px;
  text-align: left;
}

.split-faq-item.active .split-faq-answer {
  display: block;
}

.split-faq-item.active .split-faq-icon {
  transform: rotate(180deg);
}
.faq-split__right{
  display: flex;
flex-direction: column;
gap: 12px;
}

/* TABLET */
@media (max-width: 991px) {
  .faq-split__container {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .split-faq-question{
    padding: 12px;
  }
  .faq-split{
    padding: 24px 60px;
  }
}

/* MOBILE */
@media (max-width: 767px) {
 
 .faq-split__container {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .faq-split__left {
    order: 1;
    display: flex;
    flex-direction: column;
  }

  .faq-split__title {
    order: 1; /* Title first within left div */
  }

  .faq-split__right {
    order: 2; /* FAQs in the middle */
  }

  .faq-split__contact {
    order: 3; /* Contact last within left div, but... */
    /* This still won't work as intended because contact is inside left! */
  }

  .faq-split__title {
font-size: 20px;
font-weight: 600;
margin-bottom: 16px;
  }

  .faq-split{
    padding: 48px 16px;
  }
  .split-faq-question {
font-size: 16px;
font-weight: 400;
padding: 16px;
  }
}



/* CSS FOR VARIANT DISCOUNT BADGE */
.variant-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.variant-option__label {
  flex: 1;
}

.variant-option__badge {
color: #000;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.7px;
text-transform: capitalize;
border-left: 3px solid #90DB3C;
background: linear-gradient(90deg, #CBEBA7 0%, rgba(203, 235, 167, 0.00) 100%);
display: flex;
padding: 4px 10px;
/* justify-content: center; */
align-items: center;
gap: 4px;
white-space: nowrap;
}

.variant-discount-price{
  color: #000;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.7px;
text-transform: capitalize;
}
/* @media (max-width: 767px) {
.variant-option__badge{
  white-space: normal;
}
} */
.product-current-size{
  width: 100%;
  display: flex;
}
.quick-find-code {
  margin-left: auto;
}

/*CSS FOR INSTALLATION GUIDE*/
.installation-guide-content {
  /* padding: 16px 0 8px; */
  font-family: inherit;
}

/* Image */
.installation-guide-image {
  margin-bottom: 20px;
  /* border-radius: 6px; */
  overflow: hidden;
}

.installation-guide-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Top description */
.installation-guide-description {
  font-size: 13px;
  line-height: 1.6;
  color: #4a4a4a;
  margin-bottom: 20px;
}

/* Details list */
.installation-guide-details {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 14px;

}

/* Each row */
.guide-detail-item {
  display: grid;
  grid-template-columns: 115px 1fr;
  column-gap: 16px;
  align-items: start;
padding: 0 8px 8px 8px;
border-bottom: 1px solid #E1E1E1;
}

/* Label */
.guide-detail-label,
.guide-detail-item h4 {
color: #575757;
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: 20.4px; /* 170% */
letter-spacing: 0.96px;
text-transform: uppercase;
  margin: 0;
}

/* Value */
.guide-detail-value,
.guide-detail-item p {
color: #6C6C6C;
text-align: right;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 16.8px */
letter-spacing: 0.12px;
text-transform: capitalize;
  margin: 0;
}

/* Joint width highlight (blue tag look) */
.guide-detail-item:last-child .guide-detail-value {
  display: inline-block;
  padding: 2px 6px;
  border: 1px solid #2f6cff;
  border-radius: 3px;
  color: #2f6cff;
  font-size: 12px;
}

/* Download PDF */
.installation-guide-download {
  margin-top: 18px;
}

.guide-download-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #e32c2b;
  text-decoration: none;
}

.guide-download-button svg {
  flex-shrink: 0;
}

.guide-download-button:hover {
  opacity: 0.85;
}

/* ===============================
   RESPONSIVE

@media (max-width: 768px) {

  .installation-guide-image img{
  object-fit: fill;
  height: 260px;
  }
  .installation-guide-description {
    margin-bottom: 14px;
  }
  
  /* Joint width blue tag */
  .guide-detail-item:last-child .guide-detail-value {
    padding: 2px 5px;
  }

.custom-testimonial-list.diff-list {
  padding: 8px;
}

.custom-testimonial-item.diff {
  box-shadow: 0 2.5px 10px -4px #2b2b2b;
}

.custom-testimonial-top.diff-top {
  flex-direction: column;
}

.custom-testimonial-top-first,
.custom-testimonial-top-second {
  display: flex;
  align-items: safe center;
  gap: 12px;
  flex-wrap: nowrap;
  flex-direction: row;
}

.custom-testimonial-divider {
  width: auto;
  height: 2px;
  background: linear-gradient( 90deg, transparent, rgba(255, 255, 255, 0.8), transparent );
  border-radius: 999px;
}

.custom-testimonial-top.diff-top .custom-testimonial-avatar img {
  box-shadow: 0 2.5px 10px -4px #b71415;
}

.custom-testimonial-top.diff-top .custom-testimonial-name,
.custom-testimonial-top.diff-top .custom-testimonial-product,
.custom-testimonial-bottom.diff-bottom .custom-testimonial-text {
  color: #fff;
}

.custom-testimonial-bottom.diff-bottom {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex-wrap: nowrap;
  flex-direction: column;
}

.custom-testimonial-star {
  font-size: 22px;
  color: #fbbc04;
}

.custom-testimonial-bottom.diff-bottom .button {
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  padding: 0;
  margin-top: 6px;
  letter-spacing: 0.18em;
  column-gap: 0.5rem;
  background: transparent;
  border: none;
  transition: all 0.3s ease-in-out;
  color: #b71415;
  text-align: center;
  font-style: normal;
  line-height: 21.45px;
  text-decoration-skip-ink: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
}
.custom-testimonial-bottom.diff-bottom .button:hover {
  color: #b71415;
}

.faq-wrapper {
  display: flex;
  padding: 48px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
}

.pdp-faq .faq-heading {
  color: #1c1c1c;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 39.2px;
  letter-spacing: 2.24px;
  text-transform: uppercase;
}

.pdp-faq .faq-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.pdp-faq .faq-item {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5!important;
}

.pdp-faq .faq-question {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 20px 16px;
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 400;
  background: #fff;
  border: none;
  cursor: pointer;
  text-align: left;
  line-height: normal;
}

.pdp-faq .faq-answer {
  display: none;
  padding: 0px 16px 8px 16px;
}

.pdp-faq .faq-item.active .faq-answer {
  display: block;
}

.pdp-faq .faq-icon svg {
  transition: transform 0.3s ease;
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.pdp-faq .faq-item.active .faq-icon svg {
  transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
  .faq-wrapper{
    padding: 24px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .pdp-faq .faq-heading{
    text-align: center;
    font-size: 20px;
    font-style: normal;
    line-height: 140%;
  }
  .pdp-faq .faq-question{
    padding: 20px 16px 20px 0px;
    gap: 10px;
  }
}
.container.breadcrumb-pdp {
  padding-bottom: 16px;
}
.product-info-and-specification-spec-drawer {
  background: #f7f4ee;
  padding: 24px;
  color: #3f3a34;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  font-family: inherit;
}

.spec-icon {
  font-size: 18px;
  color: #8b7a63;
}


.product-info-and-specification-spec-section {
  margin-bottom: 34px;
}
.product-info-and-specification-spec-section .product-info-and-specification-spec-section-divider {
  width: auto;
  height: 2px;
  background: linear-gradient( 90deg, transparent, rgba(0, 0, 0, 0.2), transparent );
  border-radius: 999px;
}

.product-info-and-specification-spec-section h4 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
  column-gap: 9px;
}


.product-info-and-specification-product-info-and-specification-spec-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.product-info-and-specification-spec-card {
  background: #fff;
  border-radius: 6px;
  padding: 16px;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.6),
    0 6px 14px rgba(0,0,0,0.05);
    display: flex;
  flex-direction: row;
  column-gap: 9px;
}

.product-info-and-specification-spec-card div {
  align-content: safe center;
}

.product-info-and-specification-spec-card span {
  display: block;
  font-size: 13px;
  color: #7a6a55;
  margin-bottom: 6px;
}

.product-info-and-specification-spec-card strong {
  font-size: 15px;
  font-weight: 600;
}


.product-info-and-specification-slab-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.product-info-and-specification-slab-card {
  background: #ffffff;
  border-radius: 6px;
  padding: 18px 16px;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.6),
    0 6px 14px rgba(0,0,0,0.05);
display: flex;
  justify-content: safe start;
  column-gap: 9px;
}

.product-info-and-specification-slab-card strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #4a4036;
}

.product-info-and-specification-slab-card span {
  font-size: 15px;
  font-weight: 500;
  color: #2f2a25;
}


.product-info-and-specification-spec-row {
  display: flex;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 6px;
  padding: 14px 16px;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.6),
    0 6px 14px rgba(0,0,0,0.05);
}
.product-info-and-specification-spec-footnote {
  font-size: 12px;
  color: #7a6a55;
  margin-top: 10px;
}
.product-delivery-information-tab-card {
  max-width: 720px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  font-family: inherit;
}

.product-delivery-information-tab-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}


.product-delivery-information-tab-free {
  background: #e9fff1;
  border: 1px solid #b7ebc6;
  border-radius: 12px;
  padding: 14px 16px;
  color: #0f5132;
  font-size: 14px;
  margin-bottom: 20px;
}

.product-delivery-information-tab-free span {
  font-size: 12px;
  opacity: 0.85;
}


.product-delivery-information-tab-section {
  margin-bottom: 22px;
}

.product-delivery-information-tab-section h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}


.product-delivery-information-tab-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 6px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
}

.product-delivery-information-tab-row span:first-child {
  font-weight: 600;
  color: #111827;
}

.product-delivery-information-tab-row span:last-child {
  color: #374151;
}


.product-delivery-information-tab-note {
  font-size: 14px;
  color: #4b5563;
  margin-bottom: 12px;
}


.product-delivery-information-tab-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 14px 16px;
  margin-bottom: 10px;
  font-size: 15px;
}

.product-delivery-information-tab-option strong {
  font-size: 16px;
}

.ppc-section-class .multi-column__item::before {
      content: '';
      position: absolute;
      top: 0;
      left: 40px;
      right: 40px;
      height: 2px;
      background: #b71415;
      transform: scaleX(0);
      transition: transform 0.4s ease;
    }
.ppc-section-class .zoom-image {
  max-width: 5rem;
}
.ppc-section-class .multi-column__item {
  padding: var(--section-stack-gap);
  background: #fff;
  transition: all 0.4s ease;
}
.ppc-section-class .multi-column__item:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.08);
}
.ppc-section-class .multi-column__item:hover::before {
  transform: scaleX(1);
}

.ppc-landing .custom-icon-text-item__content {
  margin-block-start: 1.25rem;
}

.ppc-landing .custom-icon-text-item {
  margin-block-start: 0rem;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0.4rem;
}
.ppc-landing .custom-icon-text-item__icon {
  width: 41px;
  height: 41px;
  background: #f5f2ed;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ppc-landing .custom-icon-text-item__icon img {
  max-width: 20.5px;
  height: auto;
}
@media screen and (max-width: 1199px)
{
.ppc-landing .custom-icon-text {
  margin-block-end: 2rem;
}
}
@media screen and (min-width: 700px) and (max-width: 1025px) {
.ppc-landing {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.ppc-landing picture {
  padding-inline-start: 0rem !important;
}
}
@media screen and (min-width: 1000px) {
.ppc-landing picture {
  padding-inline-start: 2.4rem;
}
}
.ppc-landing-new .custom-icon-text {
  display: grid;
  grid-template-columns: repeat(6, auto);
  gap: var(--gap-y) var(--gap-x);
  --row-gap: var(--column-gap, 0);
  --gap-x: var(--column-gap, 0);
  --gap-y: var(--row-gap);
  --column-gap: 1rem;
  --column-gap-mobile: 0.8rem;
  margin-block-start: 2rem !important;
}
.ppc-landing-new .svg-text {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
.ppc-landing-new .svg-text span.p-svg-text {
  align-self: center;
}
.ppc-landing-new .custom-icon-text-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-content: center;
  margin-block-start: 0rem !important;
}
.ppc-landing-new .custom-icon-text-item__icon {
  margin-block-start: 0rem !important;
}
.ppc-landing-new .custom-icon-text-item__icon img {
  margin-block-start: 0rem !important;
  display: inline-flex !important;
}
.ppc-landing-new .custom-icon-text-item__content {
  margin-block-start: 0rem !important;
}
.ppc-landing-new .custom-icon-text-item__content h4 {
  margin: 0 0 0.25rem;
  font-weight: normal;
  margin-block-start: 0rem !important;
  font-size: 12px;
}
@media screen and (max-width: 480px)
{
.ppc-landing-new .custom-icon-text {
  grid-template-columns: repeat(4, auto);
  gap: var(--gap-y) var(--gap-x);
  --row-gap: var(--column-gap, 0);
  --gap-x: var(--column-gap, 0);
  --gap-y: var(--row-gap);
  --column-gap: 1rem;
  --column-gap-mobile: 0.8rem;
}
}
@media screen and (max-width: 1199px)
{
.ppc-landing-new .custom-icon-text {
  margin-block-end: 2rem;
}
}
@media screen and (min-width: 700px) and (max-width: 999px)
{
.ppc-landing-new .custom-icon-text {
  grid-template-columns: repeat(4, auto);
}
.ppc-landing-new-button {
    margin-block-start: 1.25rem;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1199px)
{
.ppc-landing-new .custom-icon-text {
  grid-template-columns: repeat(5, auto);
}
}

@media screen and (min-width: 1000px) {
.ppc-landing-new picture {
    padding-inline-start: 4rem;
    padding-inline-end: 8rem;
  }
 .ppc-landing-new  .prose.text-start.downwards{
    margin-inline-start: auto;
    padding-inline-end: 0rem;
    padding-inline-start: 8rem;
}
}
@media screen and (min-width: 700px) {
.ppc-landing-new .sm\:hidden {
    display: none;
  }
}

@media screen and (max-width: 999px) {
.ppc-landing-new .svg-text {
    padding-block-start: 1rem;
  }
}

.ppc-landing-calculator .custom-icon-text {
  margin-block-start: 2rem !important;
}
#calculator-length, #calculator-width, #calculator-product {
  margin-block-start: 0.5rem;
}
.ppc-landing-calculator .prose.text-start.downwards {
  padding: 3.4rem;
  background: #F7F4EE;
}
.button.ppc-paving-calculator-btn {
  width: 100%;
}
.ppc-landing-calculator .svg-text {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
.ppc-landing-calculator .calculator-richtext {
  margin-block-end: 1.25rem;
}
.ppc-landing-calculator .calculator-bullet {
  border-bottom: 1px solid #e5e5e5;
  padding: 0.8rem 0;
  margin-block-start: 0rem !important;
}
.ppc-landing-calculator .svg-text span.p-svg-text {
  align-self: center;
}
.ppc-landing-calculator .custom-icon-text-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-content: center;
  margin-block-start: 0rem !important;
}
.ppc-landing-calculator .custom-icon-text-item__icon {
  margin-block-start: 0rem !important;
}
.ppc-landing-calculator .custom-icon-text-item__icon img {
  margin-block-start: 0rem !important;
  display: inline-flex !important;
}
.ppc-landing-calculator .custom-icon-text-item__content {
  margin-block-start: 0rem !important;
}
.ppc-landing-calculator .custom-icon-text-item__content h4 {
  margin: 0 0 0.25rem;
  font-weight: normal;
  margin-block-start: 0rem !important;
  font-size: 12px;
}

@media screen and (max-width: 1199px)
{
.ppc-landing-calculator .custom-icon-text {
  margin-block-end: 2rem;
}
}
@media screen and (min-width: 700px) and (max-width: 999px)
{
.ppc-landing-calculator-button {
    margin-block-start: 1.25rem;
  }
}

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

.ppc-landing-calculator picture {
    padding-inline-start: 4rem;
    padding-inline-end: 8rem;
  }
 .ppc-landing-calculator  .prose.text-start.upwards{
    margin-inline-start: auto;
    padding-inline-end: 0rem;
    padding-inline-start: 8rem;
}
}
@media screen and (min-width: 700px) and (max-width: 1299px)
{
.ppc-landing-calculator {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.ppc-paving-calculator-grid {
}
.ppc-paving-calculator-form-row {
  grid-template-columns: 1fr !important;
}
.ppc-landing-calculator picture {
    padding-inline-start: 4rem;
    padding-inline-end: 2rem;
  }
 .ppc-landing-calculator  .prose.text-start.upwards{
    margin-inline-start: auto;
    padding-inline-end: 0rem;
    padding-inline-start: 2rem;
}
}

@media screen and (max-width: 999px) {
.ppc-landing-calculator .svg-text {
    padding-block-start: 1rem;
  }
    .ppc-landing-calculator .prose.text-start.downwards {
  padding: 2.4rem;
    }
}

  .ppc-paving-calculator-container {
    max-width: 1400px;
    margin: 0;
    padding: 0;
  }

  .ppc-paving-calculator-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 80px;
    align-items: center;
  }



  .ppc-paving-calculator-form {
    padding: 0px;
  }

  .ppc-paving-calculator-form h3 {
    font-family: var(--font-display);
    font-size: 28px;
    font-weight: 400;
    margin: 0 0 8px 0;
  }

  .ppc-paving-calculator-form > p {
    font-size: 14px;
    color: var(--color-stone);
    margin: 0 0 32px 0;
  }

  .ppc-paving-calculator-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
  }

  .ppc-paving-calculator-form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-block-start: 0rem !important;
  }

  .ppc-paving-calculator-form-group--full {
    grid-column: 1 / -1;
  }

  .ppc-paving-calculator-form-group label {
    font-size: 13px;
    font-weight: 500;
    color: var(--color-charcoal);
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .ppc-paving-calculator-form-group input,
  .ppc-paving-calculator-form-group select {
    padding: 16px;
    border: 1px solid rgba(0,0,0,0.1);
    background: var(--color-white);
    font-family: var(--font-body);
    font-size: 15px;
    transition: border-color 0.3s ease;
    border-radius: 0;
    -webkit-appearance: none;
  }

  .ppc-paving-calculator-form-group input:focus,
  .ppc-paving-calculator-form-group select:focus {
    outline: none;
    border-color: var(--color-gold);
  }

  .ppc-paving-calculator-result {
    background: var(--color-charcoal);
    color: var(--color-white);
    padding: 24px;
    margin-top: 24px;
    text-align: center;
    display: none;
  }

  .ppc-paving-calculator-result.is-visible {
    display: block;
    animation: fadeInUp 0.4s ease;
  }

  .ppc-paving-calculator-result-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--color-sand);
    margin-bottom: 8px;
  }

  .ppc-paving-calculator-result-value {
    font-family: var(--font-display);
    font-size: 36px;
    color: var(--color-gold);
  }

  .ppc-paving-calculator-result-area {
    font-size: 14px;
    color: var(--color-sand);
    margin-top: 8px;
  }

@keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
}

@media (max-width: 1024px) {
    .ppc-paving-calculator-grid {
      gap: 48px;
    }
}

@media (max-width: 699px) {
    .ppc-paving-calculator-form-row {
      grid-template-columns: 1fr;
    }

    .ppc-paving-calculator-form {
      padding: 0px;
    }
    .ppc-landing-calculator-button {
    text-align: center;
    }
    .ppc-landing-calculator picture {
  overflow: hidden;
  order: 9999;
    }
}

.logo-list-section {
  padding: 60px 20px 0 20px;
  background-color: #fff;
  overflow: hidden;
}

.logo-list-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Desktop View - No arrows, custom scrollbar */
.logo-list-wrapper {
  position: relative;
}

.logo-list {
  display: flex;
  align-items: center;
  gap: 60px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 20px 0;
}

/* Custom Scrollbar for Desktop */
.logo-list::-webkit-scrollbar {
  height: 6px;
}

.logo-list::-webkit-scrollbar-track {
  background: #e0e0e0;
  border-radius: 10px;
}

.logo-list::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.logo-list::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Firefox scrollbar */
.logo-list {
  scrollbar-width: thin;
  scrollbar-color: #888 #e0e0e0;
}

.logo-item {
  flex-shrink: 0;
}

.logo-item img {
  height: 120px;
  width: 120px;
  object-fit: contain;
  filter: grayscale(100%);
  /* opacity: 0.7; */
  transition: all 0.3s ease;
}
.logo-item img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

.logo-item a {
  display: block;
}

/* Mobile View - Show 1.5 logos with custom scrollbar */
@media (max-width: 768px) {
  .logo-list-section {
    padding: 20px 0;
  }

  .logo-list-container {
    padding: 0;
    max-width: 100%;
  }

  .logo-list {
    gap: 20px;
    padding: 20px 20px 30px;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    justify-content: flex-start;
  }

  .logo-item {
    scroll-snap-align: start;
    flex-shrink: 0;
  }

  .logo-item img {
    height: 25px;
    width: 204px;
    max-width: 204px;
    object-fit: contain;
  }

  /* Custom scrollbar for mobile */
  .logo-list::-webkit-scrollbar {
    height: 6px;
  }

  .logo-list::-webkit-scrollbar-track {
    background: #e0e0e0;
    border-radius: 10px;
  }

  .logo-list::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
  }
}

@media (min-width: 769px) {
  .logo-list {
    justify-content: space-evenly;
  }
}
/* reviews app css*/
.CarouselWidget-prefix .CarouselWidget .R-ReviewsList-container .R-ReviewsList__controlButton--right{
  z-index:0!important;
}

.CarouselWidget-prefix .CarouselWidget .R-ReviewsList-container .R-ReviewsList__controlButton--left{
  z-index:0!important;
}