/** Shopify CDN: Minification failed

Line 326:3 Unexpected "/"

**/
:root {
  --heading-font-family: var(--font-bourrasque) !important;
  --text-font-family: var(--font-suisse) !important;
  --subheading-font-family: var(--font-suisse) !important;
  
}
:root {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --font-suisse: "Suisse-Cond", sans-serif;
  --font-bourrasque: "Bourrasque", sans-serif;
  --font-reckless: "Reckless", serif;
  --color-white: #ffffff;
  --color-hl-green: rgba(202, 255, 0, 1);
  --color-black: rgba(8,8,8,1);
  --color-black-40: rgba(8,8,8,0.4);
  --color-black-80: rgba(8,8,8,0.8);
  --color-light-grey: rgba(242, 237, 236, 1);
  --font-size-large-text: clamp(1.5rem, 2vw, 24px);
  --font-size-body-1: clamp(1.5rem, 2.5vw, 24px);
  --font-size-body-2: clamp(15px, 1rem, 16px);
  --font-size-heading-1: clamp(32px, 3.5vw, 64px);;
  --font-size-heading-2: clamp(24px, 2.5vw, 32px);
  --spacing-sx: max(20px, 1.25rem);
}





/* .shopify-section.shopify-section-group-header-group.shopify-section--header {
  mix-blend-mode: difference;
} */



/* Override .is-solid behavior to prevent any changes
.header.is-solid {
  --header-show-transparent-logo: var(--header-show-transparent-logo) !important;
  --background: var(--background) !important;
  --background-gradient: var(--background-gradient) !important;
  --border-color: var(--border-color) !important;
  --text-color: var(--text-color) !important;
} */

/* .header.is-solid .header_icon_text,
.header.is-solid .cart_count_number,
.header.is-solid .header__primary-nav .subheading {
  color: inherit !important;
  background: inherit !important;
  -webkit-background-clip: inherit !important;
  -webkit-text-fill-color: inherit !important;
  background-clip: inherit !important;
  text-fill-color: inherit !important;
} */

/* .header.is-solid .header__primary-nav button span {
  color: inherit !important;
} */

/*--------------------------------*/
/* GENERAL */
.large-text {
  font-size: var(--font-size-large-text);
}

*, :before, :after {
  border: none !important;
}

/* PRODUCT CARD BADGES */
.badge-list .badge {
  width: 100% !important;
  text-align: center;
}

.badge.badge--custom.badge--new {
 background-color: var(--color-hl-green);
 width: 100% !important;
  text-align: center;
}
/* PAGINATION */

.pagination__link[aria-current="page"] {
  color: rgb(var(--text-color)) !important;
  background-color: transparent !important;
}
.pagination__link .circle-button:before  {
  background: transparent !important;
}

@supports (color: color-mix(in srgb, white, black)) {
  .circle-button:before {
     background: transparent !important;
}
}

/* .header.color-scheme.color-scheme--scheme-4.is-solid {
  background-color: transparent;
}
*/
.header {
  transform: translateY(-1px)
}
@media screen and (min-width: 1399px) {
  :root {
      --section-vertical-spacing: 5.5rem;
      --container-gutter: 20px;
  }

  @media screen and (max-width: 750px) {
    :root {
      --font-size-body-1: 1.5rem;
    }
  }
}

.menu-drawer__panel-body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.menu_drawer_top {
  display: flex;
  justify-content: space-between;
}

.menu_drawer_title {
  height: 1rem;
}
.menu_drawer_close span.subheading {
  /* text-transform: lowercase; */
  text-decoration: underline;
}
/* MOBILE MENU */

#menu-drawer-panel-main .menu-drawer__panel-body {
  ul {
    gap: 0.75rem !important;
  }
  ul button.h4, ul a.h4, ul.drawer_second_menu li a.subheading.link-reversed{ 
    font-size: 24px !important;
    font-family: var(--font-suisse) !important;
    line-height: 1;
  } 

  ul a.link-reversed, a.subheading.link-reversed-menu {
    font-size: 1rem !important;
    margin-block: 0.25rem;
  }
}

html.lock #menu-drawer-panel-main {
  mix-blend-mode: normal !important;
}
@media screen and (max-width: 900px) {
  .menu_drawer_top {
    display: none;
  }
}

/* HEADER */  
@media screen and (min-width: 1000px) {
.header__secondary-nav ul {
  display: flex;
  gap: 4rem;
  }
  .header__secondary-nav ul li {
    padding-inline: 1rem;
    }
}


.button {
  --button-padding-block: 1rem;
  --button-padding-inline: 1rem;
  border: none;
}

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

.md\:order-2 {
  order: 2;
}

.md\:text-right {
  text-align: right;
}

.badge {
  font-weight: 400;
}

.checkbox {
  background: transparent;
  border: solid 1px var(--color-black);
  border-radius: 0;
}

.subheading-badge {
  border: none !important;
  border-color: transparent !important;
}

/** BUTTONS */
/* main .button  {
  min-width: max(20rem, 340px);
} */

.prose :where(p, ol, ul, form, hr, table, .accordion):not(:first-child) {
  margin-block-start: 0.5rem;
}
/* main .prose :where(p, ol, ul, form, hr, table, .accordion):has(:not(h1, h2, h3, h4, h5, h6)) {
  font-size: var(--font-size-body-1);
} */

/*--------------------------------*/
/* FOOTER */
.footer__content {
  padding-block-end: 1rem;
}

.footer__block--links li {
  /* letter-spacing: 0.02rem; */
}

.footer__block--text p {
  /* letter-spacing: 0.02rem; */
}

.footer__block:nth-child(3) {
  width: 100% !important;
}

@media screen and (min-width: 1000px) {
  .footer__block-list {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 2.5rem;
    justify-items: center;
  }
  .footer__block {
    grid-column: span 2;
  }
  
  .footer__block--image, .footer__block--newsletter   {
    grid-column: span 10 !important;
    text-align: center !important;
  }
}


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

.footer__block--newsletter form button.button, .form-control input {
  background-color: transparent;
  color: var(--text-color); 
  border: none;
}

.footer__block--newsletter form button.button .button__content, .footer__block--newsletter .form-control input {
  padding-block-end: 0.25rem;
}

form.form-row  {
  gap: 0;
  border-bottom: 1px solid black !important;
  flex-wrap: nowrap;
}

.footer__aside {
  padding-block: 1rem;
  display: none;
}

@media screen and (max-width: 950px) {
  .footer__block--image {
    grid-column: span 2 !important;
    align-content: center;
    text-align: center;
  }
  
  .footer__block--image .constrained-image {
    max-width: 50%;
    margin-inline: auto;
  }
}

.product-card--info-outside.product-card--blends .product-card__info.product-card__info--flush {
  padding-inline: 0.35rem;
}

/*--------------------------------*/
.announcement-bar .announcement-bar__message-list .subheading.subheading-xs {
  font-size: 12px !important;
}

/* SLIDESHOW - Horizontal Slide Content */
.horizontal-slide-content .prose, .horizontal-slide-content .prose * {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  font-size: var(--text-h6);
  margin-block-end:0.5rem;
}

.horizontal-slide-content .prose .link.subheading {
  font-size: var(--text-h6);
  margin-block-start: 0;
}

.slideshow__slide .content-box.min-h-lg {
  height: 85dvh;
} */

.slideshow__controls {
  display: none !important;
}

/* Slideshow Heading Color - Applied to heading blocks only */
.slideshow__slide [style*="--heading-color"] h1[id^="shopify-block-"],
.slideshow__slide [style*="--heading-color"] h2[id^="shopify-block-"],
.slideshow__slide [style*="--heading-color"] h3[id^="shopify-block-"],
.slideshow__slide [style*="--heading-color"] h4[id^="shopify-block-"],
.slideshow__slide [style*="--heading-color"] h5[id^="shopify-block-"],
.slideshow__slide [style*="--heading-color"] h6[id^="shopify-block-"],
.slideshow__slide [style*="--heading-color"] p[id^="shopify-block-"].display-xl,
.slideshow__slide [style*="--heading-color"] p[id^="shopify-block-"].display-l,
.slideshow__slide [style*="--heading-color"] p[id^="shopify-block-"].display-m,
.slideshow__slide [style*="--heading-color"] p[id^="shopify-block-"].h1,
.slideshow__slide [style*="--heading-color"] p[id^="shopify-block-"].h2,
.slideshow__slide [style*="--heading-color"] p[id^="shopify-block-"].h3,
.slideshow__slide [style*="--heading-color"] p[id^="shopify-block-"].h4,
.slideshow__slide [style*="--heading-color"] p[id^="shopify-block-"].h5,
.slideshow__slide [style*="--heading-color"] p[id^="shopify-block-"].h6,
.slideshow__slide [style*="--heading-color"] p[id^="shopify-block-"].h7,
.slideshow__slide [style*="--heading-color"] p[id^="shopify-block-"].heading {
  color: var(--heading-color) !important;
}



@media screen and (max-width: 745px) {
  .slideshow__slide .content-box.min-h-lg {
    /* Use dynamic viewport height for modern browsers */
    height: 100dvh !important;
    /* Fallback for older browsers */
    height: 100vh !important;
    /* Ensure proper sizing on devices with notches */
    min-height: calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    min-height: calc(100dvh - env(safe-area-inset-top) - env(safe-area-inset-bottom));
  }
  
  
  /* Fix potential touch interaction issues */
  .slideshow__slide {
    touch-action: pan-y pinch-zoom;
  }
  
  /* Handle landscape orientation on small screens */
  @media screen and (max-height: 500px) and (orientation: landscape) {
    .slideshow__slide .content-box.min-h-lg {
      height: 100vh !important;
      min-height: 100vh !important;
    }
  }
  
  /* Optimize for iPhone SE and similar small screens */
  @media screen and (max-width: 374px) {
    .slideshow__slide .content-box.min-h-lg > * {
      padding-inline: 1rem;
    }
  }
}

/*--------------------------------*/
/* FEATURED PRODUCT LIST */
.featured-product-list .product-card__info {
  border: solid 1px red;
}

/*--------------------------------*/
/* Homepage RICH TEXT .ah-home--rt */
.ah-home--rt {
  display: flex;
  justify-content: flex-end;
}
.ah-home--rt .prose {
  max-width: 63rem;
}
.ah-home--rt p {
  font-size: 24px;
  text-indent: 8rem;
}

/*--------------------------------*/
/* FEATURED COLLECTIONS */
.collection-tab-button.h4 {
  font-size: max(32px, 2.5vw);
}
.collection-tab-button {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}

.collection-tab-button.justify-center {
  align-items: center;
}
a.collection-tab-button-link {
  font-size: 14px;
  font-family: var(--font-suisse);
  letter-spacing: 0;
  text-decoration: none;
}
a.collection-tab-button-link:hover {
  text-decoration: underline;
}

.product-card__info .vendor, .product-card__info .product-title, .product-card__info .price-list > * {
  font-size: 15px !important;
  font-family: var(--font-suisse);
  letter-spacing: 0;
  font-weight: 300;
}

/*--------------------------------*/
/* SLIDESHOW NUMBER CONTROLS */
.slideshow__controls.slideshow__controls--bottom-right {
  z-index: 1;
  color: rgb(var(--slideshow-controls-color));
  column-gap: .5rem;
  margin-block-end: 1.25rem;
  margin-inline-start: 1.25rem;
  padding-inline-start: 4.5rem;
  display: flex;
  width: 100%;
  justify-content: flex-start;
}

/*--------------------------------*/
/* Homepage Split Collection */
.collection-list--horizontal-stack .collection-list__item .v-stack {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 1000px) {
.collection-list--horizontal-stack .collection-list__item .v-stack {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: flex-start;
  justify-content: flex-start;
}
}
.collection-list-item--horizontal-stack .content-box {
  flex-basis: 100% !important;
}

.collection-list-item--horizontal-stack .prose {
  flex-basis: 25%;
  place-self: start;
  margin-block-start: 0rem;
  text-align: left;
}
.collection-list--horizontal-stack .h4 {
  font-size: 32px !important;
  line-height: 110%;
}

.collection-list--horizontal-stack .prose button.subheading {
  margin-block-start: 4px !important;
}


/* Links with Image */
@media screen and (min-width: 1000px) {
  .ah-home--link-list.section-split {
    grid-template-columns: var(
      --section-split-grid-template-columns,
      repeat(12, minmax(0, 1fr))
    );
    gap: 1rem;
  }
  .ah-home--link-list.section-split .section-split__column--image {
    grid-column: span 5;
  }

  .ah-home--link-list.section-split .section-split__column.h-full {
    grid-column: span 7;
    padding-inline: 1rem;
    padding-block-start: 0.25rem;
  }
  .ah-home--link-list-content .w-full.divide-y {
    max-width: 50%;
  }
  .ah-home--link-list .content-box.min-h-screen {
    min-height: 82svh !important;
  }
}

.ah-home--link-list-content.v-stack {
  align-items: stretch !important;
  gap: 10rem;
}
.ah-home--link-list-content .subheading {
  font-size: min(32px, 2rem);
}
.ah-home--link-list-content .w-full.divide-y {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-auto-rows: auto;
}

.ah-home--link-list-content .big-link {
  padding-block: 0.5rem;
  border: none;
}

.ah-home--link-list-content .big-link p {
  font-size: clamp(22px, 1.5rem, 24px) !important;
}

.ah-home--link-list-content .big-link:hover p {
  text-decoration: underline;
}

.color-scheme:has(.ah-home--link-list) .section-spacing.container {
  margin-inline: 0;
}
@media screen and (max-width: 750px) {
.color-scheme:has(.ah-home--link-list) .\@container\/content-box {
  max-height: 500px;
} 
}

.color-scheme:has(.ah-home--link-list) .links-with-image-carousel {
  display: flex;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
.color-scheme:has(.ah-home--link-list) .links-with-image-carousel > * {
  opacity: 1.0 !important;
  visibility: visible !important;
  position: static !important;
  transform: none !important;
}
.color-scheme:has(.ah-home--link-list) .links-with-image-carousel > :not(.is-selected) {
  opacity: 0.5 !important;
  visibility: visible !important;
  position: static !important;
  transform: none !important;
}

/* ------------------------------------------------------------ */
/* HOMEPAGE - Scrolling Content */
.scrolling-content__text a {
  position: relative;
}

.scrolling-content__text a {
  text-decoration: none;
}

.scrolling-content__text a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s cubic-bezier(0.4,0,0.2,1);
  pointer-events: none;
  opacity: 0.7;
}

.scrolling-content__text a:hover::after,
.scrolling-content__text:hover a::after {
  transform: scaleX(1);
}


.shopify-section--slideshow {
  position: relative !important;
}
.slideshow-info-text {
  position: absolute;
  bottom: 2vh;
  right: 2rem;
  color: white;
  text-align: right;
}

/* ------------------------------------------------------------ */
/* HOMEPAGE - Custom Product Carousel */
.custom-product-carousel {
  display: flex;
  flex-direction: column;
  width: 100vw;
  margin: 0;
}

.custom-product-carousel__names {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.custom-product-carousel__names::-webkit-scrollbar {
  display: none; /* Chrome, Safari and Opera */
}

.custom-product-carousel__main {
  position: relative;
  width: 100%;
  height: 65vh;
  min-height: 500px;
  overflow: hidden;
}

.custom-product-carousel__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  align-items: center;
  padding: 0 2rem;
  text-decoration: none;
  color: inherit;
}

.custom-product-carousel__item:hover {
  text-decoration: none;
  color: inherit;
}

.custom-product-carousel__item.is-active {
  opacity: 1;
  visibility: visible;
}

.custom-product-carousel__image {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-4.5%);
}

.custom-product-carousel__image img,
.custom-product-carousel__image svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
}

.custom-product-carousel__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.125rem;
  padding: 2rem;
}

.custom-product-carousel__info > * {
  font-size: var(--font-size-body-2) !important;
  letter-spacing: 0 !important;
}

.custom-product-carousel__vendor {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0;
  opacity: 0.8;
}

.custom-product-carousel__title {
  font-size: clamp(1.5rem, 4vw, 3rem);
  font-weight: 400;
  margin: 0;
  line-height: 1.2;
}

.custom-product-carousel__price {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0;
}

.custom-product-carousel__price .price-compare {
  text-decoration: line-through;
  opacity: 0.6;
  margin-right: 0.5rem;
}

.custom-product-carousel__price .price-sale {
  color: var(--color-hl-green, #ca9e60);
  font-weight: 600;
}

.custom-product-carousel__names {
  font-family: var(--font-bourrasque) !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  flex-wrap: nowrap;
  padding-block-start: 1rem;
  position: relative;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  cursor: pointer !important;
}
@media screen and (min-width: 1000px) {
  .custom-product-carousel__names {
    padding-inline: 7vw;
  }

  .custom-product-carousel__info {
    position: absolute;
    left: 65%;
    top: 50%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .custom-product-carousel__item:hover .custom-product-carousel__info {
    opacity: 1;
    visibility: visible;
  }
}

.custom-product-carousel__name-item {
  background: none;
  border: none;
  font-size: clamp(24px, 3vw, 56px);
  letter-spacing: -0.03rem;
  cursor: pointer;
  padding: 0.5rem 1rem;
  opacity: 0.6;
  transition: opacity 0.3s ease, transform 0.3s ease;
  white-space: nowrap;
  flex-shrink: 0;
  scroll-snap-align: center;
}

.custom-product-carousel__name-item:hover,
.custom-product-carousel__name-item.is-active {
  opacity: 1;
}

.custom-product-carousel__name-item.is-active {
  position: relative;
  z-index: 2;
}

.custom-product-carousel__separator {
  opacity: 0.4;
  font-size: clamp(24px, 2vw, 56px);
}

.custom-product-carousel__counter {
  text-align: center;
  font-size: 0.875rem;
  opacity: 0.7;
  padding: 1rem 0;
}

/* Product carousel section - always display */
.shopify-section--product-carousel .custom-product-carousel {
  display: flex;
}

/* Legacy mobile carousel rules for featured-product-list */
.product-list--mobile-carousel .custom-product-carousel,
.product-list--carousel .custom-product-carousel {
  display: flex;
}

/* Force carousel display on mobile */
@media screen and (max-width: 768px) {
  /* Always enable carousel on mobile - override any theme styles */
  .product-list .custom-product-carousel,
  .custom-product-carousel {
    display: flex !important;
    flex-direction: column !important;
    position: relative !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  
  /* Ensure main carousel container is positioned correctly */
  .custom-product-carousel__main {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: 250px !important;
    overflow: hidden !important;
  }
  
  /* Make sure carousel items are absolutely positioned and only first is visible */
  .custom-product-carousel__item {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    visibility: hidden !important;
    display: flex !important;
    flex-direction: column !important;
  }
  
  /* Show only the active item */
  .custom-product-carousel__item.is-active {
    opacity: 1 !important;
    visibility: visible !important;
  }
  
  .custom-product-carousel__item {
    gap: 0;
    padding-inline: 0;
    user-select: none; /* Prevent text selection during swipe */
    -webkit-user-select: none;
  }

  .custom-product-carousel__image {
    height: 60%;
    width: 90%;
    pointer-events: none; /* Prevent interference with touch events */
  }

  .custom-product-carousel__info {
    flex: none;
    padding: 1rem;
    text-align: center;
    pointer-events: none; /* Prevent interference with touch events */
    display: none;
  }

  .custom-product-carousel__names {
    gap: 0.25rem;
    padding: 1rem;
  }

  .custom-product-carousel__main {
    touch-action: pan-y pinch-zoom; /* Allow vertical scroll but capture horizontal swipes */
  }
}


/*--------------------------------*/
/* Srolling icon-image */
.scrolling-content__text-icon {
  width: auto;
  height: max(120px, 2rem);
}

/* Mobile Links with Image - Show all items as list */
@media screen and (max-width: 999px) {
  /* Simple list layout for all links */
  .links-with-image-list {
    display: flex !important;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
  }

  .links-with-image-list > * {
    width: 100%;
    display: flex !important;
    flex-direction: column;
    text-align: center;
    padding: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  /* Style the text content */
  .links-with-image-list .v-stack {
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .links-with-image-list h1,
  .links-with-image-list h2,
  .links-with-image-list h3,
  .links-with-image-list h4 {
    font-size: clamp(18px, 4vw, 24px) !important;
    margin: 0;
    hyphens: auto;
  }

  .links-with-image-list p {
    font-size: 14px;
    margin: 0;
    opacity: 0.8;
  }
}

/* ------------------------------------------------------------ */
/* Image Text Metafield Block */
.image-text-metafield-block {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

.image-text-metafield-block__image {
  width: 100%;
}

.image-text-metafield-block__image img,
.image-text-metafield-block__image svg {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}

.image-text-metafield-block__text {
  width: 100%;
}

.image-text-metafield-block__text p {
  margin: 0;
  font-family: var(--text-font-family);
}

/* Responsive adjustments */
@media screen and (min-width: 768px) {
  .image-text-metafield-block {
    gap: 1.5rem;
  }
}

@media screen and (min-width: 1000px) {
  .image-text-metafield-block {
    gap: 2rem;
  }
}

/* ------------------------------------------------------------ */
/* Image Text Double Block - Inline Layout */
.image-text-double-block {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

.image-text-double-block__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.image-text-double-block__main-heading {
  font-family: var(--heading-font-family);
  margin: 0;
  line-height: 1.2;
  font-size: clamp(1.5rem, 4vw, 2.5rem);
}

.image-text-double-block__subtext {
  font-family: var(--text-font-family);
  line-height: 1.5;
}

.image-text-double-block__subtext p {
  margin: 0 0 1rem 0;
}

.image-text-double-block__subtext p:last-child {
  margin-bottom: 0;
}

.image-text-double-block__inline-group {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
}

.image-text-double-block__inline-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

.image-text-double-block__inline-image {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-text-double-block__inline-image img,
.image-text-double-block__inline-image svg {
  width: auto;
  height: auto;
  max-width: 60px;
  max-height: 60px;
  object-fit: contain;
}

.image-text-double-block__inline-text {
  font-family: var(--text-font-family);
  font-size: 1rem;
  line-height: 1.4;
  color: inherit;
}

.image-text-double-block__button {
  margin-top: 0.5rem;
}

.image-text-double-block__button .button {
  font-family: var(--text-font-family);
  text-decoration: underline;
  background: transparent;
  border: none;
  padding: 0;
  color: inherit;
  font-size: 1rem;
}

.image-text-double-block__button .button:hover {
  opacity: 0.8;
}

/* Responsive adjustments */
@media screen and (min-width: 768px) {
  .image-text-double-block__content {
    gap: 2rem;
  }
  
  .image-text-double-block__inline-group {
    gap: 3rem;
  }
}

@media screen and (min-width: 1000px) {
  .image-text-double-block__content {
    gap: 2.5rem;
  }
  
  .image-text-double-block__inline-group {
    gap: 4rem;
  }
  
  .image-text-double-block__inline-item {
    gap: 1rem;
  }
}

/*--------------------------------*/
/* PD - PRODUCT FULL WIDTH */





.pd-full-width {
  max-width: 100vw;
  overflow: hidden;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
.pd-full-width .vendor {
  font-size: var(--text-h3);
  color: rgba(var(--text-color), 1);
  text-transform: uppercase;
}

/* PD - FULL WIDTH PRODUCT LAYOUT - STACKED */
 .text-on-sale {
    color: var(--color-black) !important;
  }
@media screen and (min-width: 1000px) {
  .pd-full-width .product {
    display: flex !important;
    flex-direction: column;
    gap: 0;
    max-height: auto;
    overflow: hidden;
  }

  .pd-full-width .product-gallery {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    flex-shrink: 0;
    height: 65vh;
  }

  .pd-full-width .product-gallery__carousel {
    max-height: 65vh;
    margin-left: 1rem;
    height: 65vh;
    align-items: center;
    grid: auto / auto-flow 32.5vw !important;
    gap: 0;
  }

  .pd-full-width .product-gallery__media {
    height: 65vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .pd-full-width .product-gallery__media > * {
    height: auto;
    width: 100%;
    max-width: 100%;
    max-height: 65vh;
    object-fit: contain;
  }

  .pd-full-width .product-info {
    position: static;
    max-width: none;
    margin: 0 auto;
    padding: 1rem 0;
    max-height: auto;
    overflow-y: auto;
    flex-shrink: 0;
  }

  

  .pd-full-width .text-on-sale .h7 {
    align-self: center;
  }

  /* Product Info Simplified */
  .grid-pd-info__price .price-list {
    justify-content: flex-start;
  }

  .grid-pd-info__price .price-list > * {
    font-size: var(--text-h3) !important;
    text-align: right;
    color: rgb(var(--text-color));
  }

  .product-gallery__controls-floating .scroll-marker-group {
    left: 1vw !important;
    transform: translateX(0);
  }
  .product-gallery__controls-floating .scroll-marker-group--counter {
    gap: 8px;
  }
}

carousel-navigation.scroll-marker-group {
  mix-blend-mode: exclusion;
  color: white;
}
carousel-page-indicator .text-subdued {
  color: white !important;
}

@media screen and (min-width: 900px) {
  carousel-page-indicator {
    visibility: hidden;
  }
}


.product-gallery__controls-floating .scroll-marker-group--counter {
  backdrop-filter: none;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .grid-pd-info__layout {
    padding-inline: 3.5vw;
}
carousel-navigation carousel-prev-button, carousel-navigation carousel-next-button {
  font-size: 12px;
}
.product-gallery__controls-floating .scroll-marker-group {
  left: 5vw !important;
  transform: translateX(0);
}
}

/* .product-gallery__controls-floating carousel-navigation.scroll-marker-group {
  display: none !important;
} */

/* .grid-pd-info__variants-purchase .variant-picker__option {
  padding-block: 0.5rem;
  padding-inline: 0rem;
  border-bottom: solid 1px var(--color-black);
}
.grid-pd-info__variants-purchase :checked + .block-swatch,
.grid-pd-info__variants-purchase .block-swatch.is-selected {
  border: solid 1px var(--color-black-40);
}

.grid-pd-info--simplified label.block-swatch {
  padding: 0;
  border: none;
}
:checked + .block-swatch, .block-swatch.is-selected {
  box-shadow: none;
}

.quantity-selector  {
  padding-block: 0.75rem;
  border: none;
} */


/* .variant-picker__option-info span {
  display: none;
} */

/* .button__content {
  background-color: var(--color-hl-green);
  color: var(--color-black-40);
}  */



.template--product .product .button[type="submit"] {
  background-color: var(--color-hl-green);
}

.template--product .product .button[type="submit"] .button__content {
  color: var(--color-black);
  transition: color 0.3s ease-in-out;
}

.template--product .product .button[type="submit"]:hover .button__content {
  color: var(--color-black);
}

@media screen and (min-width: 1000px) {
  .template--product .product .button[type="submit"] .button__content {
    color: var(--color-black-40);
  }

  .template--product .product .button[type="submit"]:hover .button__content {
    color: var(--color-black);
  }
}

.template--product .product .button[type="submit"] .button__content::before {
  color: var(--color-black);
}



/* PDPD - Sticky Product */


.product-sticky-add-to-cart button-content.button__content {
  background-color: var(--color-hl-green);
  color: var(--color-black);
  max-height: 32px;
  padding-block: 1rem;
  transition: color 0.3s ease-in-out;
}

.product-sticky-add-to-cart button-content.button__content:hover {
  color: var(--color-black-40);
}


.product-sticky-add-to-cart {
  .subheading {
    font-family: var(--font-bourrasque);
    line-height: 110%;
    max-width: 300px;
  }
  .price-list .subheading.text-on-sale{
    color: var(--color-black);
  }
  .price-list compare-at-price.subheading.text-subdued.line-through {
    color: var(--color-black-40) !important;
  }
}


.template--product .multi-column__item .max-w-xs p {
  color: var(--color-black-80);
}
/*--------------------------------*/

/* PLP - PRODUCT LISTING GRID*/

compare-at-price {
  align-self: center;
}

@media screen and (min-width: 1150px) {
  .product-list[desktop-layout="thumbnails"] {
      --product-list-column-count: 6 !important;
  }

  .product-list[desktop-layout="thumbnails"] .product-card.show-details {
    display: flex !important;
    flex-direction: column;
    gap: 0;
  }
}

/* Override theme default: Show product details in thumbnails layout */
@media screen and (min-width: 700px) {
  .product-list[desktop-layout="thumbnails"] .product-card.show-details .product-card__info,
  .product-list[desktop-layout="thumbnails"] .product-card.show-details .product-card__quick-buy,
  .product-list[desktop-layout="thumbnails"] .product-card.show-details .product-card__figure .badge-list,
  .product-list[desktop-layout="thumbnails"] .product-card.show-details .product-card__floating-size-selector,
  .product-list[desktop-layout="thumbnails"] .product-card.show-details .product-list__promo {
    display: block !important;
  }
}
.template--collection .collection__toolbar span.subheading {
  color: var(--color-black-40);
}
/*--------------------------------*/
/* FACETS DRAWER */
.template--collection .drawer::part(header), .template--collection .drawer::part(footer), .template--collection .drawer::part(body) {
  --border-color: var(--color-black);
  background-color: var(--color-hl-green) !important;
  border-block: none !important;
}

#search-drawer::part(header),
#search-drawer::part(footer),
#search-drawer::part(body) {
  --border-color: var(--color-black);
  background-color:var(--color-white) !important;
  border-block: none !important;
  border-bottom: none !important;
}
/* .template--collection .drawer::part(header) {
  width: 23rem;
} */

.removable-facet.subheading {
  border-color: var(--color-black-40) !important;
}


facets-form > * {
  color: rgb(var(--text-color) / 1);
  padding: 0.25rem 0.25rem !important;
}

.template--collection .facets-drawer .accordion__content  {
  color: var(--color-black);
}

facets-form .accordion__summary {
  border-bottom: solid 1px var(--color-black);
  padding-block: 0.5rem !important;
  min-height: auto !important;
}

facets-form .accordion__content  {
  padding-block-start: 1rem !important;
}

.facets__availability-control {
  box-shadow: none;
}


.template--collection accordion-disclosure .accordion__content .v-stack {
  grid-template-columns: 1fr 1fr 1fr !important;
}
@media screen and (max-width: 999px) {
  .template--collection accordion-disclosure .accordion__content .v-stack {
    grid-template-columns: 1fr 1fr !important;
  }
}


/*--------------------------------*/
/* ABOUT PAGE */

body.template--page-about-page .footer {
  background-color: var(--color-hl-green);
  .footer__block.footer__block--newsletter {
    text-align: center !important;
  }
}

body.template--page-about-page .footer .separator.full-bleed {
  display: none;
}

body.template--page-about-page main {
  font-family: var(--font-reckless) !important;
  font-size: clamp(32px, 5.5vw, 64px);
  letter-spacing: -0.03em;
  text-indent: 15%;
}

body.template--page-about-page main .prose img {
  margin-inline: auto;
}

.footer {
  border-block-start-width: 0;
}

/*--------------------------------*/
/* RUNCLUB PAGE */

body.template--page-runclub .dynamic-grid {
  row-gap: 6px !important; 
}

body.template--page-runclub .dynamic-grid figure {
  margin-block-end: 1rem;
}

body.template--page-runclub .dynamic-grid p {
  margin-block-start: 0.25rem !important;
}



body.template--page-runclub .dynamic-grid p strong {
  font-size: var(--font-size-body-1) !important;
}
body.template--page-runclub .dynamic-grid p.heading {
  font-size: var(--font-size-heading-1) !important;
  font-family: var(--font-reckless);
  letter-spacing: -0.03em;
  
}

body.template--page-runclub .dynamic-grid .subheading.subheading-badge {
  margin: 0 !important;
}

.runclub-layout p {
  font-size: var(--font-size-heading-1) !important;
  font-family: var(--font-reckless);
  letter-spacing: -0.03em;
  text-indent: 15%;
  position: relative;
  padding-block-start: 1rem;
}
.runclub-layout p strong {
  font-size: var(--font-size-heading-2);
  font-family: var(--font-bourrasque);
  position: absolute;
  width: auto;
  text-wrap: nowrap;
  text-align: left;
  left: -4%;
  top: -5%;
  margin-block: 1.5rem;
  font-weight: 400;
}

@media screen and (min-width: 1000px) {
.runclub-layout p strong {
  font-size: var(--font-size-heading-2);
  font-family: var(--font-bourrasque);
  left: -1%;
  top: 4%;
  margin-block: 0;
}
}
.event-table tr {
  margin-bottom: 1.5rem;
}

.event-table .label {
  font-size: var(--font-size-body-1) !important;
  text-align: left;
  font-weight: 600;
  padding: 0;
  display: flex;
}

.event-table .value {
  font-size: var(--font-size-body-1) !important;
  text-align: left;
  padding-top: 0 !important;
}

.event-table tbody tr {
  border: 0 !important;
}

.image-block figure img {
  margin: 0 auto !important;
}

@media screen and (max-width: 768px) {
  body.template--page-runclub .dynamic-grid figure {
    margin-block-end: 0.25rem !important;
}
.event-table .label {
  font-size: calc(var(--font-size-body-1) * 0.8) !important;
}
}



/** Template Clinic Page */

    .template--page-clinic .dynamic-grid .prose p:not(.heading) {
      font-size: var(--font-size-body-1) !important;
      margin-block-start: 0 !important;
    }

    .template--page-clinic .multi-column__item .prose .h5 {
      font-size: var(--font-size-body-1) !important;
      font-family: var(--font-suisse);
      letter-spacing: 0;
      color: var(--color-black-80);
    }

    .template--page-clinic .dynamic-grid .prose h3.heading {
      font-size: var(--font-size-heading-2) !important;
      margin-block-end: 4rem;
      font-weight: 400;
    }

    .template--page-clinic .shopify-section--multi-column h2.h3 {
      font-size: var(--font-size-heading-2) !important;
    }
    /** Clinic Page */
    .template--page-clinic .content-box.min-h-md {
      min-height: clamp(20rem, 45vmax, 45rem) !important;
    }

    .wide-button button[type="button"] .button__content {
    width: clamp(15rem, 25vw, 340px);
    height: clamp(2rem, 2.5vw, 32px);
    font-size: clamp(1rem, 16px, 1.5vw);
    color: var(--color-black-40);
    transition: color 0.3s ease-in-out;
    }

    .wide-button button[type="button"]:hover .button__content {
      color: var(--color-black);
      }

      
    .template--clinic .section-split.section-split--reverse {
      display: flex;
      flex-direction: column-reverse;
    }

         @media screen and (min-width: 1000px) {
          .template--page-clinic .section-split.section-split--reverse {
            display: flex;
            flex-direction: column;
          }
       .template--page-clinic {
         .section-split:not(.section-split--reverse) .section-split__column--image:first-child, .section-split--reverse .section-split__column--image:last-child {
           padding-inline: 0;
           max-height: 800px;
           overflow: hidden;
         }

         .content-box__background-media {
           max-height: 830px;
         }

         .section-split__column--image img,
         .section-split__column--image video {
           height: 100%;
           object-fit: cover;
         }
       
         .section-split__column.h-full {
           width: 100%;
           .testimonials__content  {
             display: flex;
             flex-direction: row;
             width: 100%;
             align-items: flex-start;
             gap: 15rem;
           }
         }
       }
  }

  .template--page-clinic .testimonials__content p {
    font-size: var(--font-size-body-1) !important;
    font-family: var(--heading-font-family);
    letter-spacing: -0.03em;
   }
   .template--page-clinic .testimonials__content .h4 {
    font-size: var(--font-size-body-1) !important;
    font-family: var(--font-suisse);
    letter-spacing: 0;
    color: var(--color-black-80);
   }




   .block--text-indent .prose p:not(.heading) {
    text-indent: 15% !important;
    font-size: var(--font-size-body-1) !important;
    line-height: 1.5;
   }


   @media screen and (max-width: 768px) {
    .template--page-clinic .section-split {
      display: flex;
      flex-direction: column-reverse;
      gap: 1rem;
    }
    .template--page-clinic .section-split__column--image {
      padding: 0 !important;
    }
   }
 
 /*--------------------------------*/
 /*METAOBJECT PAGES */

 .template--metaobject-clinic_treatment .section-split__column .metafield-rich_text_field {
  font-size: var(--font-size-body-1) !important;
  line-height: 130%;
  letter-spacing: -0.03em;
 }

 .template--metaobject-clinic_treatment .content-box.h-full {
  min-height: 800px !important;
 }

 .template--metaobject-clinic_treatment button.button {
  max-height: 40px;
  padding: 0;
 }

 .template--metaobject-clinic_treatment  button-content.button__content, .template--page-clinic button-content.button__content {
  padding: 8px 16px;
  min-width: 20rem !important;
  color: var(--color-black);
  transition: color 0.3s ease-in-out;
}



.template--metaobject-clinic_treatment  button-content.button__content:hover, .template--page-clinic button-content.button__content:hover {
   color: var(--color-black-40);
 }


 
 @media screen and (max-width: 768px) {
   .template--metaobject-clinic_treatment  button-content.button__content, .template--page-clinic button-content.button__content {
  min-width: auto !important;
 }
  .template--metaobject-clinic_treatment .content-box.h-full {
    min-height: 450px !important;
   }
   .template--metaobject-clinic_treatment  button-content.button__content, .template--page-clinic button-content.button__content {
    color: var(--color-black);
   }
 }
/*--------------------------------*/
/* TECH SPECS */
.tech-specs-horizontal-stack {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.tech-specs-horizontal-stack__item {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  text-align: flex-start;
  gap: 1rem;
  width: auto;
}

.tech-specs-horizontal-stack__image {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.tech-specs-horizontal-stack__image img,
.tech-specs-horizontal-stack__image svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tech-specs-horizontal-stack__text {
  font-size: var(--font-size-body-2);
  font-family: var(--text-font-family);
  color: rgb(var(--text-color));
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .tech-specs-horizontal-stack {
    flex-direction: row !important;
    gap: 1.5rem;
  }
  
}

@media screen and (min-width: 769px) {
  .tech-specs-horizontal-stack {
    gap: 2rem;
  }
  
  .tech-specs-horizontal-stack__image {
    width: 80px;
    height: 80px;
  }
}

/* Accordion Css */

/*--------------------------------*/
/* BLOG PAGE */
.template--blog .section-spacing {
  padding-block-start: var(--spacing-sx);
  padding-block-end: var(--spacing-sx);
}

.dynamic-grid .prose p:not(.heading), .dynamic-grid .prose div {
  font-size: var(--font-size-body-1) !important;
  margin-block-start: 0 !important;
}

.meta-information .shape {
  display: none;
}

.meta-information {
  color: var(--color-black-40);
}

.blog-post-card__read-more .text-with-icon svg  {
margin-block-start: 0;
display: none;
}

.blog-post-card__read-more .text-with-icon  {
  margin-block-start: 1rem;
  text-decoration: underline;
  text-underline-offset: 0.15rem;
  }




  /* ------------------------------------------------------------ */
  /* Run Club Page */

  .template--runclub {



    .dynamic-grid figure {
      margin-block-end: 0.5rem;
    }

    .dynamic-grid .prose :where(.subheading) {
      margin-block-start: 0;
      font-family: var(--font-suisse);
    }
  }

  .template--runclub .rich-text p:not(strong) {
    font-family: var(--font-reckless);
    font-size: var(--font-size-heading-1);
    letter-spacing: -0.03em;
    text-indent: 20vw;
    position: relative;
    padding-block-start: 1rem;
    margin-block-start: 0;
    margin-block-end: 0;
  }

  .template--runclub .rich-text .subheading.subheading-badge {
    margin: 0;
    font-family: var(--font-bourrasque);
    font-size: max(2vw, 32px);
    transform: translateY(190%);
  }

  .template--runclub .rich-text .prose img {
    margin-block-end: 0;
  }

  @media screen and (max-width: 768px) {
    .template--runclub .rich-text .subheading.subheading-badge {
      font-size:14px;
      transform: translateY(220%);
    }.template--runclub .rich-text p:not(strong) {
      font-family: var(--font-reckless);
      font-size: var(--font-size-heading-1);
      letter-spacing: -0.03em;
      text-indent: 25vw;
    }
  }

/* Accordion plus/minus icon toggle */
.accordion__icon--minus,
.accordion__icon--plus {
  width: 16px !important;
  height: 16px !important;
  vertical-align: middle;
}
.accordion__icon--minus {
  display: none;
}
.accordion__disclosure[open] .accordion__icon--plus {
  display: none;
}
.accordion__disclosure[open] .accordion__icon--minus {
  display: inline;
}


.template--page-clinic .accordion__icon--minus,
.template--page-clinic .accordion__icon--plus {
  width: 12px !important;
  height: 12px !important;
  vertical-align: middle;
}

/* SEARCH RESULTS DESKTOP */
.predictive-search__products {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.predictive-search__no-results {
  margin-top: 1rem !important; 
}

/* Fix predictive search scrolling */
.predictive-search__suggestions {
  max-height: 200px !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}

/* Optional: Style the scrollbar */
.predictive-search__suggestions::-webkit-scrollbar {
  width: 6px;
  display: block !important;
}

.predictive-search__suggestions::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
}

.predictive-search__suggestions::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

.predictive-search__suggestions::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

/* PRODUCT PAGE */
.template--product .scroll-slider-pinned-section .description p:not(.heading), .template--product-simplified .scroll-slider-pinned-section .description p:not(.heading), .template--product-shoes .scroll-slider-pinned-section .description p:not(.heading), .template--product-simplified .scroll-slider-pinned-section .description p:not(.heading)  {
      text-indent: 0 !important;
    }
/* .template--product .slider-side {
  display: none !important;
} */

.template--product .scroll-slider .slide img, .template--product-simplified .scroll-slider .slide img {
  object-fit: cover;
}


.template--index .header__logo img {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.template--index .scrolled .header__logo img {
  opacity: 1 !important;
}

.template--index .header {
  position: relative;
}

.template--index .header__logo:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 35vh;
  left: 50%;
  transform: translatex(-50%);
  width: 40vw;
  height: 15vh;
  background-image: url('logo.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease;
}

.template--index .scrolled .header__logo:after {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .template--index .header__logo:after {
    width: 80vw;
  }
}

.mix-blend-difference {
  mix-blend-mode: exclusion;
}
/* body:not(.template--index) .header:not(.is-solid) */
body .header {
  /* background: rgba(255, 255, 255, 0.2); */
  backdrop-filter: blur(5px);
  padding: 1rem;
  transition: background 0.3s ease;
  .mix-blend-difference, .header__secondary-nav ul.contents.unstyled-list {
    /* mix-blend-mode: difference; */
    /* color: var(--color-white) !important; */
    color: var(--color-black) !important;
  }
}

@media screen and (max-width: 768px) {
  .header__primary-nav span.mobile_menu_drawer, .header__secondary-nav {
    color: var(--color-black) !important;
  }
}
.menu-drawer__panel-body, .menu-drawer__panel-body * {
  color: var(--color-black) !important;
}

/* .shopify-section.shopify-section-group-header-group.shopify-section--header {
  mix-blend-mode: difference;
} */

/* .is-solid .header__secondary-nav ul.contents.unstyled-list, .mix-blend-difference.subheading {
  color: white !important;
} */

/* Shoe Attribute Blocks */

.tech-specs--wrapper {
  .prose {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
  }
  .max-w-sm, p {
    flex-basis: 100%;
  }
}
.shoe-attribute {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-grow: 1;
  border: solid 1px rgb(8 8 8 / 6%) !important;
}

.shoe-attribute__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
}

.shoe-attribute__icon img,
.shoe-attribute__icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.shoe-attribute__text {
      font-family: var(--text-font-family);
    font-size: 16px;
    line-height: 1.4;
    color: var(--color-black, #080808);
    max-width: 15ch;
    line-height: 1;
}


/* CART DRAWER */
#cart-drawer {
  [part="content"] {
    max-width: 420px !important;
  }
  .text-with-icon {
    height: 1.75rem;
  }
  .text-with-icon h2.h7 {
    font-size: 16px !important;
    font-family: var(--font-suisse);
    font-size: var(--font-size-body-2);
  }
  svg.icon.icon-cart {
    display: none !important;
  }

  dialog-close-button button::before {
    content: "Close" !important;
    background: transparent !important;
    border-radius: 100%;
    transition: transform .2s;
    position: absolute;
    top: 50% !important;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateY(-50%) !important;
}
}

.footer__block.footer__block--links  ul {
  gap: 0 !important;
}

.csp-prod-wrapper-detailpage .csp-prod-form form {
  box-shadow: none !important;
    border-radius: 0 !important;
}

.csp-prod-wrapper-detailpage .c-form div:has(.coming-soon-label) {
text-align: left !important;
}
.csp-prod-wrapper-detailpage .c-form__input {
  box-shadow: none !important;
    border-radius: 0 !important;
}
.csp-prod-form .csp-prod-wrapper-detailpage .coming-soon-label {
  font-family: var(--heading-font-family) !important;
  font-weight: 400 !important;

}

.csp-prod-wrapper-detailpage .csp-form-subtitle {
  text-align: left !important;
}
.csp_form-btn-lable {
  font-family: var(--font-suisse) !important;
  
}
.sb-collection-csp-label {
  background: var(--color-hl-green) !important;
  color: var(--color-black) !important;
  font-size: .625rem !important;
  text-transform: uppercase;
      left: 1rem !important;
    top: 1rem !important;
    font-family: var(--font-suisse) !important;
}

/* COLLECTION PAGE */
.collection-header--text {
  text-indent: 15%;
}

/* html:has(x-header.header:not(.scrolled)) .drawer--search::part(content) {
  transform: translateY(calc(var(--header-height) + var(--announcement-bar-height, 0px))) !important;
} */


.template--product-shoes .app-content-block button#BIS_trigger, .template--product .app-content-block button#BIS_trigger {
display: flex !important;
}

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


/*---- Diep Debug 15.12.25 ----*/
.menu-drawer__panel-body, .menu-drawer__panel-body * {
  background-color: #caff00 !important;
}

.container.pd-full-width {
  .product-gallery__media.snap-center {
    scroll-snap-align: start !important;
  }
}