/** Shopify CDN: Minification failed

Line 952:17 Unexpected "{"
Line 952:26 Expected ":"
Line 952:33 Unexpected "{"
Line 957:17 Unexpected "{"
Line 957:26 Expected ":"
Line 965:17 Unexpected "{"
Line 965:26 Expected ":"
Line 976:17 Unexpected "{"
Line 976:26 Expected ":"
Line 982:17 Unexpected "{"
... and 7 more hidden warnings

**/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&family=Instrument+Serif:ital@0;1&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
body {
  overflow-x: hidden;
}

/* Remove shadow from original dropdowns when inline bar is present */
body:has(#inline-submenu-bar) .menu-list__submenu,
body:has(#inline-submenu-bar) .overflow-menu::part(overflow),
body:has(#inline-submenu-bar) .overflow-menu::after {
  box-shadow: none !important;
}

.menu-list__link {
  font-weight: 600 !important;
}

.product-information__grid .svg-wrapper.icon-caret {
  display: none;
}
.product-card__bottom-content .product-card__first-material {
  font-size: 12px;
  color: #888;
}

.product-card__bottom-content .product-card__title {
  font-size: 15px;
  padding-right: 4px;
}

.product-card__bottom-content .product-card__price {
  font-size: 13px;
}

.product-card .product-card__title-price-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  font-weight:700 !important;
  margin-bottom:3px;
}

.product-card .product-price {
  white-space: nowrap;
  font-weight:700 !important;
}

.product-card__bottom-content {
  background: white;
  margin-top: -20px;
  padding: 12px;
  border-radius: 0;
  position: relative;
  z-index: 1;
}

.product-card__content.product-grid__card {
  border-radius: 12px !important;
  overflow: hidden;
}

.product-grid__item {
  height: 100%;
}

.product-card,
.product-card__content {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.product-card__bottom-content {
  flex: 1;
  background: white;
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.price {
  font-weight:600;
}

@media screen and (max-width: 700px) {
.group-block h1 {
  font-size: clamp(24px, 5vw, 48px) !important;
}

.product-details h1 {
  font-size: clamp(24px, 5vw, 48px) !important;
}
.product-card__first-material {
  display: none !important;
}

.product-card__bottom-content .product-card__title {
  font-size: 12.5px;
}
.product-card__bottom-content .product-card__price {
  font-size: 11px;
}
.product-card__bottom-content {
  background: white;
  margin-top: -15px;
  padding: 7px;
  padding-bottom:8px;
  border-radius: 0;
  position: relative;
  z-index: 1;
}

.product-card__content.product-grid__card {
  border-radius: 7px !important;
}

}

product-card .product-card__content [data-block-type="product-title"],
product-card .product-card__content .product-title,
product-card .product-card__content h3,
product-card .product-card__content a {
   font-size: clamp(13.5px, 3.6vw, 16.5px);
}

/* ===== TREE LINES STYLING ===== */
header ul:has(li a) ul {
  position: relative !important;
  padding-left: 2.1875rem !important;
  margin: 0.75rem 0 0.375rem 0 !important;
}


header ul:has(li a) ul li a {
  position: relative !important;
  padding-left: 0rem !important;
  padding-top: 0rem !important;
  padding-bottom: 0.5625rem !important; 
  display: block !important;
}

/* ===== DESKTOP MENU - PARENT LINKS ONLY ===== */
header > ul > li.has-children > a,
header nav > ul > li.has-children > a,
header .menu > ul > li.has-children > a,
header .main-menu > ul > li.has-children > a,
header [role="navigation"] > ul > li.has-children > a,
header .header__menu > ul > li.has-children > a {
  cursor: pointer !important;
  pointer-events: auto !important;
  text-decoration: none !important;
  color: inherit !important;
  user-select: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
}

/* Add arrow to desktop parent links */
header > ul > li.has-children > a::after,
header nav > ul > li.has-children > a::after,
header .menu > ul > li.has-children > a::after,
header .main-menu > ul > li.has-children > a::after,
header [role="navigation"] > ul > li.has-children > a::after,
header .header__menu > ul > li.has-children > a::after {
  content: '▸' !important;
  display: inline-block !important;
  margin-left: 0.5rem !important;
  font-size: 1.1em !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  pointer-events: auto !important;
}

/* Active state */
header > ul > li.has-children.active > a::after,
header nav > ul > li.has-children.active > a::after,
header .menu > ul > li.has-children.active > a::after,
header .main-menu > ul > li.has-children.active > a::after,
header [role="navigation"] > ul > li.has-children.active > a::after,
header .header__menu > ul > li.has-children.active > a::after {
  content: '▾' !important;
}

/* ===== MOBILE DRAWER MENU - USING CLASSES ADDED BY JS ===== */

/* Parent links marked by JavaScript */
.menu-drawer__menu-item[data-parent-link="true"] {
  pointer-events: auto !important;
  cursor: pointer !important;
  user-select: none !important;
  -webkit-user-select: none !important;
}

/* Add arrow to parent links */
.menu-drawer__menu-item[data-parent-link="true"]::after {
  content: '▸' !important;
  display: inline-block !important;
  margin-left: 0.5rem !important;
  font-size: 1.1em !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  pointer-events: auto !important;
}

/* Active/expanded state */
.menu-drawer__menu-item[data-parent-link="true"][aria-expanded="true"]::after,
.menu-drawer__menu-item[data-parent-link="true"].menu-drawer__menu-item--active::after,
.menu-drawer__menu-item[data-parent-link="true"].active::after {
  content: '▾' !important;
}

/* ===== CHILD LINKS - MUST BE CLICKABLE ===== */

/* Child links - clickable, no arrows */
.menu-drawer__menu-item--child,
.menu-drawer__menu--childlist .menu-drawer__menu-item,
.menu-drawer__menu--grandchildlist .menu-drawer__menu-item {
  pointer-events: auto !important;
  cursor: pointer !important;
  user-select: auto !important;
  -webkit-user-select: auto !important;
  text-decoration: none !important;
  color: inherit !important;
}

/* Child links - NO arrows */
.menu-drawer__menu-item--child::after,
.menu-drawer__menu--childlist .menu-drawer__menu-item::after,
.menu-drawer__menu--grandchildlist .menu-drawer__menu-item::after {
  content: none !important;
  display: none !important;
}

/* Regular links without children in main list - clickable, no arrows */
.menu-drawer__menu-item--mainlist:not([data-parent-link="true"]) {
  pointer-events: auto !important;
  cursor: pointer !important;
  user-select: auto !important;
  -webkit-user-select: auto !important;
}

/* Regular links without children in main list - NO arrows */
.menu-drawer__menu-item--mainlist:not([data-parent-link="true"])::after {
  content: none !important;
  display: none !important;
}

/* ===== SUBMENU VISIBILITY ===== */

/* Hide submenus by default */
.menu-drawer__menu--childlist,
.menu-drawer__menu--grandchildlist {
  display: none !important;
}

/* Show when parent has active class */
[data-parent-link="true"].active + .menu-drawer__menu--childlist,
[data-parent-link="true"].active + .menu-drawer__menu--grandchildlist,
[data-parent-link="true"][aria-expanded="true"] + .menu-drawer__menu--childlist,
[data-parent-link="true"][aria-expanded="true"] + .menu-drawer__menu--grandchildlist {
  display: block !important;
}

/* ===== DESKTOP SUBMENU VISIBILITY ===== */
header > ul > li.has-children > ul,
header nav > ul > li.has-children > ul,
header .menu > ul > li.has-children > ul,
header .main-menu > ul > li.has-children > ul,
header [role="navigation"] > ul > li.has-children > ul,
header .header__menu > ul > li.has-children > ul {
  display: none !important;
}

/* Show desktop submenu when parent has active class */
header > ul > li.has-children.active > ul,
header nav > ul > li.has-children.active > ul,
header .menu > ul > li.has-children.active > ul,
header .main-menu > ul > li.has-children.active > ul,
header [role="navigation"] > ul > li.has-children.active > ul,
header .header__menu > ul > li.has-children.active > ul {
  display: block !important;
}


:root {
  --font-heading--family: "Sora", sans-serif !important;
  --font-subheading--family: "Sora", sans-serif !important;
  --font-accent--family: "Sora", sans-serif !important;
  --font-body--family: "Sora", sans-serif !important;
}

collection-links-component .text-block,
collection-links-component .text-block span {
  font-weight: 600 !important;
  font-family: "DM Sans", sans-serif !important; 
}

collection-links-component a,
collection-links-component a:link,
collection-links-component a:visited,
collection-links-component a:hover,
collection-links-component a:focus,
collection-links-component a:active,
collection-links-component [aria-current="true"],
collection-links-component [aria-current="false"] {
  color: #424242 !important;
  opacity:1;
  text-transform: none !important;
}


collection-links-component a:hover{
  color: #424242 !important;
  opacity:1;
  text-decoration:underline;
  text-transform: none !important;
}

.xb-wishlist-button-collection__add svg {
  fill: #aaa !important;
  background: rgba(255, 255, 255, 0.9) !important;
  border:1px solid #efefef !important;
  padding: 7px !important;
  width:2.45rem !important;
  height:2.15rem !important;
  border-radius:50%;
}

.xb-wishlist-button-collection__remove,
.xb-wishlist-button-collection__add {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.15rem !important;
  height: 2.85rem !important;
  top:-4px !important;
  right:-4px !important;
}

.xb-wishlist-button-collection__remove:hover,
.xb-wishlist-button-collection__add:hover {
  cursor:pointer !important;
}

.card-wishlist-container {
  position: relative;
}


@media screen and (max-width: 749px) {

  .xb-wishlist-button-collection__add svg {
    padding: 6px !important;
    width:1.9rem !important;
    height:1.9rem !important;
    border:none !important;

  }
  
  .xb-wishlist-button-collection__remove,
  .xb-wishlist-button-collection__add {
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.8rem !important;
    height: 2rem !important;
    top:-2px !important;
    right:-10px !important;
  }
}

/* Model family

.model-family {
  margin-top:-40px;
}

.model-family__heading {
  font-size: var(--font-heading-scale, 1rem);
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.model-family__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(62px, 1fr));
  gap: 0.3rem;
}

.model-family__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(var(--color-foreground, 0, 0, 0), 0.1);
  border-radius: 3px;
  padding: 0rem;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

.model-family__item:hover {
    transform: scale(1.05);
}

.model-family__item--active {
  border-width: 1.5px;
  border-color: #000;
  box-shadow: 0 0 0 1.5px color-mix(in srgb, var(--color-primary, #000) 40%, transparent);
}

.model-family__image-wrapper {
  position: relative;
  width: 100%;
  padding-top: 68%;
  overflow: hidden;
}

.model-family__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.model-family__title {
  margin-top: 0.3rem;
  font-size: 0.75rem;
  text-align: center;
  line-height: 1.2;
  display:none;
}

.model-family__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 0.7rem;
  color: rgba(0,0,0,0.5);
}

.popup a,
.popup__link,
.popup-text,
.popup p {
  color: #000 !important;
}

.popup {
  background-color: #333 !important;
}

*/

.model-family {
  margin-bottom: -10px;
  margin-top: -10px;

}

.model-family__list {
  display: flex;
  gap: 0.2rem;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.model-family__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  color: inherit;
  border: none;
  border-radius: 3px;
  padding: 0.2rem;
  transition: transform 150ms ease;
  width: auto;
}

.model-family__item:hover {
  transform: scale(1.05);
  text-decoration: none;
}

.model-family__item--active {
  border: none;
  box-shadow: none;
}

.model-family__color-wrapper {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  overflow: hidden;

  position: relative;
  flex-shrink: 0;
}

.model-family__color-placeholder {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
}

.model-family__color {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.model-family__color-swatch {
  border-radius: 50%;
  transition: transform 0.2s ease;
}

.model-family__title {
  display: none;
}

.model-family__item--active .model-family__color-wrapper {
  box-shadow: 0 0 0 2px #fff, 0 0 0 3.5px #474747ff;
}

.model-family__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 0.7rem;
  color: rgba(255, 235, 235, 0.5);
}

@media screen and (max-width: 749px) {
  .model-family__color-wrapper {
    width: 26px;
    height: 26px;
  }
}

/* Product materials and description */


.product-materials {
  padding-inline: 1rem;
  padding-top: 0.4rem;
  max-width:800px;
}

.product-materials__toggle, .product-description__toggle {
  width: 100%;
  background: none;
  border: none;
  padding: 0;
  margin: 0.1rem 0.5rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 600 !important;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #111;
  cursor: pointer;
  padding-right:0.7rem !important;
}

.product-materials__toggle:focus-visible, .product-description__toggle:focus-visible {
  outline: 2px solid #111;
  outline-offset: 4px;
}

.product-materials__toggle-icon, .product-description__toggle-icon {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  transition: transform 0.2s ease;
}

.product-materials[data-expanded="true"] .product-materials__toggle-icon {
  transform: rotate(90deg);
}

.product-materials__panel[hidden], .product-description__panel[hidden] {
  display: none;
}


.product-description__content {
  padding-left: 2rem;
  padding-right:2rem;
  padding-bottom: 1.5rem;
}

.product-materials__panel, .product-description__panel {
  padding-bottom: 1.5rem;
}

.product-materials__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1.3rem;
}

.product-materials__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5rem;
}

.product-materials__icon-wrapper {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
}

.product-materials__icon {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
}

.product-materials__content {
  display: flex;
  flex-direction: column;
  gap: 0.33rem;
}

.product-materials__label{
  margin: 0;
  font-size: 0.8rem;
  line-height: 1;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
  display: inline;
}

.product-materials__title {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.45;
  font-weight: 700;
  color: #000;
  display: inline;
  margin-left:1px;
}

.product-materials__description {
  font-size: 0.8rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.74);
}

.product-materials__description p {
  margin: 0;
}

.product-materials__description p + p {
  margin-top: 3rem;
}


/* Product Info Tabs */
.product-info-tabs {
  margin-top: 1rem;
  width: 100%;
}

.product-info-tabs__nav {
  display: flex;
  border-top: 1px solid #e5e5e5;
  margin-bottom: 2rem;
  gap: 3rem;
  padding-top:0.7rem;
  padding-inline:0.5rem;
}

.product-info-tabs__tab {
  background: none;
  border: none;
  padding: 0.7rem 0;
  font-size: 0.85rem;
  font-weight: 600;
  color: #666;
  cursor: pointer;
  position: relative;
  transition: color 0.3s ease;
  text-transform:uppercase;
}

.product-info-tabs__tab:hover {
  color: #333;
}

.product-info-tabs__tab.active {
  color: #000;
}

.product-info-tabs__tab.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #000;
}

.product-info-tabs__content {
  position: relative;

}

.product-info-tabs__panel {
  display: none;
  animation: fadeIn 0.3s ease;
}

.product-info-tabs__panel.active {
  display: block;
}

.product-description__content {
  font-size:1rem !important;
  max-width:800px;
}

.jdgm-review-widget{
  margin-top:-40px !important; 
  padding-left:2rem !important;
}

  .jm-review-widget-minimal-header__title{
    font-size: 1.1rem !important;
  }

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


@media screen and (max-width: 749px) {
  .product-info-tabs__nav {
    flex-wrap: wrap;
    gap: 1rem;
  }

  .product-info-tabs__tab {
    font-size: 0.8rem;
    padding: 0.8rem 0;
  }
  .jdgm-review-widget{
    padding-left:1rem !important;
  }
  .jm-review-widget-minimal-header__title{
    font-size: 1rem !important;
  }
}

@media (max-width: 600px) {
  .product-materials__item {
    grid-template-columns: minmax(44px, 52px) 1fr;
    gap: 1rem;
  }
}



/* === Product gallery thumbnails === */
@media screen and (min-width: 990px) {
  .product-thumbnail:hover {
    background:none !important;
  }

  .product__media-wrapper {
    display: grid;
    grid-template-columns: minmax(50px, 85px) 1fr;
    gap: 0rem;
    align-items: start;
  }

  .product__media-wrapper media-gallery {
    display: contents;
  }

  .product__media-wrapper slider-component.thumbnail-slider {
    order: 0;
    align-self: start;
    overflow: visible;
    max-height: none;
    padding: 0;
    position: sticky;
    top: 0rem;
  }

  .product__media-wrapper slider-component:not(.thumbnail-slider) {
    order: 1;
    position: sticky;
    top: 0rem;
  }

  .thumbnail-slider {
    --thumb-gap: 0.5rem;
  }

  .thumbnail-slider slider-track,
  .thumbnail-slider .slider {
    display: flex !important;
    flex-direction: column;
    gap: var(--thumb-gap);
    scroll-snap-type: none;
  }

  .thumbnail-slider .slider__slide {
    width: 100%;
    flex: 0 0 auto;
    transform: none !important;
    opacity: 1 !important;
  }

  .thumbnail-slider .thumbnail {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 3px;
  }

  .thumbnail-slider .slider__slide:not(.is-active) .thumbnail {
    opacity: 0.75;
  }

  .thumbnail-slider .slider__slide.is-active .thumbnail{
     border: 2px solid #666 !important;
  }

  .thumbnail-slider .thumbnail {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
  }

  .thumbnail-slider .slider-button,
  .thumbnail-slider .slider-counter {
    display: none !important;
  }
}

/* === Navigation arrows for main image === */
@media screen and (min-width: 990px) {
  .product__media-wrapper slider-component:not(.thumbnail-slider) {
    position: sticky;
    margin-bottom:50px;
  }

  .product__media-wrapper slider-component:not(.thumbnail-slider) .slider-buttons {
    display: flex !important;
    position: absolute;
    bottom: -3rem;
    left: 80%;
    gap: 0.1rem;
    z-index: 10;
  }

  .product__media-wrapper slider-component:not(.thumbnail-slider) .slider-button {
    display: flex !important;
    width: 4rem;
    height: 4rem;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .product__media-wrapper slider-component:not(.thumbnail-slider) .slider-button:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
    border-radius: 20px;
  }

  .product__media-wrapper slider-component:not(.thumbnail-slider) .slider-button .svg-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .product__media-wrapper slider-component:not(.thumbnail-slider) .slider-button .svg-wrapper svg {
    width: 1.6rem !important;
    height: 1.6rem !important;
  }

  .product__media-wrapper slider-component:not(.thumbnail-slider) .slider-counter {
     display: none !important;
  }

  .product__media-wrapper .slider-buttons.quick-add-hidden {
    display: flex !important;
  }
}


/* Birken-style slider */
.product-slider {
  padding: 60px 0;
  font-family: inherit;
  color: #111;
}

#product-slider-{{ section.id }} {
  --product-slide-height: 420px;
  --product-media-max-width: 360px;
}

#product-slider-{{ section.id }} .product-slider__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0rem;
  margin-top: 1.5rem;
}

#product-slider-{{ section.id }} .product-slider__nav-button {
  width: 100px;
  height: 3px;
  padding: 0;
  border: none;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

#product-slider-{{ section.id }} .product-slider__nav-button.is-active {
  background-color: #888;
  transform: scaleY(1.18);
  border-radius: 2px;
}

#product-slider-{{ section.id }} .product-slider__progress {
  display: none;
}

#product-slider-{{ section.id }} .product-slider__nav-button:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}

#product-slider-{{ section.id }} .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 768px) {
  .product-slider {
    padding: 40px 0;
  }
}

.product-slider__inner {
  width: min(1100px, 80vw);
  margin: 0 auto;
  position: relative;
}

.product-slider__header {
  text-align: center;
  margin-bottom: 3px;
}

.product-slider__title {
  font-size: clamp(31px, 3.6vw, 30px) !important;
}

#product-slider-{{ section.id }} .product-slide__heading {
  font-size: clamp(17px, 3vw, 15px) !important;
  font-weight: 600;
  margin: 0;
}

.product-slider__viewport {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.product-slider__arrow {
  appearance: none;
  border: none;
  background: transparent;
  color: #666;
  font-size: clamp(28px, 3vw, 40px);
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: color 0.2s ease;
  z-index: 111;
}

.product-slider__arrow:hover,
.product-slider__arrow:focus {
  color: #000;
}

.product-slider__track {
  position: relative;
  flex: 1;
  min-height: var(--product-slide-height);
}

.product-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
  align-items: stretch;
  gap: clamp(20px, 4vw, 60px);
  opacity: 0;
  visibility: hidden;
  transform: translateX(40px);
  transition: opacity 0.45s ease, transform 0.45s ease, visibility 0.45s;
  padding: clamp(10px, 3vw, 30px) clamp(10px, 3vw, 40px);
  margin-left: 60px;
  height: var(--product-slide-height); /* force uniform height */
}

.product-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  position: relative;
}

.product-slide__media {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.product-slide__image {
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.product-slide__image--portrait {
  max-height: 450px;
  max-width: 100%;
}

.product-slide__image--landscape {
  max-width: 675px;
  max-height: 100%;
}

.product-slide__placeholder {
  width: 100%;
  height: 100%;
  max-width: 675px;
  max-height: 450px;
  display: grid;
  place-items: center;
}

.product-slide__content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.product-slide__textbox {
  background: #fff;
  border-radius: 0px;
  box-shadow:
    0 12px 35px rgba(15, 23, 42, 0.12),
    0 2px 10px rgba(15, 23, 42, 0.08);
  padding: clamp(20px, 3vw, 28px);
  max-width: 300px;
  font-family: "DM Sans", sans-serif;
  margin-left: -140px;
  margin-top: -100px;
}

.product-slide__heading {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 600;
  color: #0f172a;
}

.product-slide__body {
  margin: 0;
  color: #4b5563;
  line-height: 1.5;
  font-size: 13px;
  margin-top: -6px;
}

@media (max-width: 1024px) {
  .product-slide {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    margin-left: 0;
  }

  .product-slide__image--portrait {
    max-height: 400px !important;
  }
  
  .product-slide__image--landscape {
    max-width: 570px !important;
  }

  .product-slide__textbox {
    max-width: 360px;
    margin-top: 0;
    margin-left: 0;
  }

  .product-slide,
  .product-slide__media,
  .product-slide__content {
    height: var(--product-slide-height);
  }
}

@media (max-width: 640px) {


  .product-slide__image--portrait {
    max-height: 288px !important;
  }
  
  .product-slide__image--landscape {
    max-width: 380px !important;
  }

  .product-slider__viewport {
    flex-direction: column;
  }

  .product-slider__arrow {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    font-size: 29px;
    color: rgba(0, 0, 0, 0.45);
  }

  .product-slider__arrow--prev { left: 2px; }
  .product-slider__arrow--next { right: 2px; }

  .product-slide {
    padding: 35px 16px 30px;
    gap: 0px;
  }

  .product-slide__textbox {
    margin: 0 12px;
    padding: 30px;
    box-shadow:
      0 12px 35px rgba(15, 23, 42, 0.07),
      0 2px 10px rgba(15, 23, 42, 0.03);
  }

  .product-slider__nav-button {
    width: 40px;
    height: 2px;
  }

  .product-slider__inner {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
  }

  /* mobile still respects the shared height */
  .product-slide,
  .product-slide__media,
  .product-slide__content {
    height: var(--product-slide-height);
  }

  .product-slide__image {
    max-width: 240px;
  }
}


  /* size calculator */
  .sg-root {
    position: relative;
    display: inline-flex;
  }

  .sg-trigger:hover,
  .sg-trigger:focus {
    filter: brightness(0.9);
  }

  .sg-overlay {
    position: fixed;
    inset: 0;
    background: rgba(17, 24, 39, 0.45);
    z-index: calc(var(--layer-flat, 10) + 10);
  }

  .sg-panel {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    max-width: 420px;
    background: #ffffff;
    box-shadow: -16px 0 32px rgba(17, 24, 39, 0.2);
    display: flex;
    flex-direction: column;
    z-index: calc(var(--layer-flat, 10) + 11);
    transform: translateX(100%);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  .sg-panel[data-sg-open="true"] {
    transform: translateX(0);
    opacity: 1;
  }

  .sg-panel__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.75rem 1.75rem 1rem;
    border-bottom: 1px solid #e5e7eb;
  }

  .sg-panel__title {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    color: #111827;
  }

  .sg-close {
    appearance: none;
    background: none;
    border: 0;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    color: #111827;
  }

  .sg-panel__body {
    flex: 1;
    overflow-y: auto;
    padding: 1.5rem 1.75rem 2rem;
  }

  .sg-panel__body--hidden {
    display: none;
  }

  .sg-intro {
    margin: 0 0 1.5rem;
    color: #4b5563;
    font-size: 0.95rem;
  }

  .sg-form {
    display: grid;
    gap: 1rem;
  }

  .sg-field {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
  }

  .sg-label {
    font-size: 0.9rem;
    font-weight: 600;
    color: #111827;
  }

  .sg-required {
    color: #e11d48;
  }

  .sg-field select {
    appearance: none;
    border: 1px solid #d1d5db;
    padding: 0.75rem 0.9rem;
    font-size: 0.95rem;
    border-radius: 4px;
    color: #111827;
    background: white url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='none' stroke='%236b7280' stroke-width='2' d='M1 1l5 5 5-5'/%3E%3C/svg%3E") no-repeat right 0.75rem center / 12px 8px;
  }

  .sg-auto-width {
    border: 1px solid #d1d5db;
    padding: 0.75rem 0.9rem;
    font-size: 0.95rem;
    border-radius: 4px;
    color: #111827;
    background: #f9fafb;
    min-height: 48px;
    display: flex;
    align-items: center;
  }

  .sg-submit {
    margin-top: 0.5rem;
    appearance: none;
    border: none;
    background: #0a45c2;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 0.9rem 1.5rem;
    text-transform: uppercase;
    cursor: pointer;
    transition: filter 0.2s ease;
  }

  .sg-submit:hover,
  .sg-submit:focus {
    filter: brightness(0.85);
  }

  .sg-submit:disabled {
    background: #9ca3af;
    cursor: not-allowed;
  }

  .sg-hint {
    margin-top: 1rem;
    font-size: 0.85rem;
    color: #6b7280;
  }

  .sg-result-heading {
    font-weight: 600;
    color: #374151;
    margin-bottom: 1rem;
  }

  .sg-result-card {
    background: #f3f4f6;
    border-radius: 6px;
    padding: 1.25rem 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sg-result-label {
    font-size: 0.95rem;
    color: #4b5563;
    margin: 0 0 0.35rem;
  }

  .sg-result-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0a45c2;
    margin: 0 0 1rem;
  }

  .sg-measurements {
    display: grid;
    gap: 0.35rem;
    font-size: 0.9rem;
    color: #4b5563;
  }

  .sg-measurements dt {
    font-weight: 600;
    display: inline;
    margin-right: 0.35rem;
  }

  .sg-measurements dd {
    display: inline;
    margin: 0;
  }

  .sg-advice {
    font-size: 0.9rem;
    color: #4b5563;
    line-height: 1.5;
    margin-bottom: 1.5rem;
  }

  .sg-advice a {
    color: #0a45c2;
    text-decoration: underline;
  }

  .sg-link-button {
    appearance: none;
    border: none;
    padding: 0;
    background: none;
    color: #0a45c2;
    text-decoration: underline;
    cursor: pointer;
    font: inherit;
  }

  .sg-link-button:hover,
  .sg-link-button:focus {
    color: #083394;
  }

  .sg-product {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    margin-bottom: 1.5rem;
  }

  .sg-product__image {
    width: 96px;
    height: 96px;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
  }

  .sg-product__title {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 0.25rem;
    color: #111827;
  }

  .sg-product__price {
    margin: 0 0 0.75rem;
    color:rgb(125, 125, 125);
    font-size: 0.95rem;
  }

  .sg-product__cta {
    display: inline-block;
    background: #0a45c2;
    color: #ffffff;
    padding: 0.6rem 1rem;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    text-decoration: none;
    border-radius: 4px;
    border: none;
    cursor: pointer;
  }

  .sg-product__cta:disabled,
  .sg-product__cta--disabled {
    background: #9ca3af;
    cursor: not-allowed;
  }

  .sg-stock {
    margin-top: 0.6rem;
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.85rem;
  }

  .sg-dot {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 999px;
    display: inline-block;
  }

  .sg-stock--available .sg-dot {
    background: #059669;
  }

  .sg-stock--unavailable .sg-dot {
    background:rgb(0, 0, 0);
  }

  .sg-actions {
    display: flex;
    gap: 0.75rem;
  }

  .sg-secondary {
    flex: 1;
    appearance: none;
    border: 1px solid #d1d5db;
    background: #ffffff;
    color: #111827;
    font-weight: 600;
    padding: 0.75rem 1rem;
    cursor: pointer;
    border-radius: 4px;
    transition: background 0.2s ease;
  }

  .sg-secondary:hover,
  .sg-secondary:focus {
    background: #f9fafb;
  }

  .sg-chart-back {
    appearance: none;
    border: none;
    background: none;
    color: #0a45c2;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 1rem;
    padding: 0;
    cursor: pointer;
    text-align: left;
  }

  .sg-chart-back:hover,
  .sg-chart-back:focus {
    color: #083394;
  }

  .sg-chart-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #111827;
    margin: 0 0 0.75rem;
  }

  .sg-chart-intro {
    font-size: 0.9rem;
    color: #4b5563;
    margin-bottom: 1.25rem;
    line-height: 1.5;
  }

  .sg-chart-table-wrapper {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    margin-bottom: 1rem;
  }

  .sg-chart-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 360px;
  }

  .sg-chart-table th,
  .sg-chart-table td {
    padding: 0.75rem;
    text-align: left;
    font-size: 0.85rem;
    color: #111827;
  }

  .sg-chart-table thead th {
    background: #f9fafb;
    font-weight: 700;
    border-bottom: 1px solid #e5e7eb;
  }

  .sg-chart-table tbody tr:nth-child(odd) {
    background: #f9fafb;
  }

  .sg-chart-note {
    font-size: 0.85rem;
    color: #4b5563;
    line-height: 1.5;
  }

  .variant-option legend{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  }

  @media (max-width: 480px) {
    .sg-panel {
      max-width: 100%;
    }

    .sg-chart-table-wrapper {
      margin-bottom: 1.25rem;
    }
  }




/*cart icon and bubble */

.header-actions__action.button-unstyled .svg-wrapper svg {
  color: #ffffff !important;
  stroke: #ffffff !important;
}

.header-actions__action.button-unstyled .svg-wrapper {
  background-color: #000000 !important;
  border-radius: 50%;
  padding: 8px !important;
  width: 33px;
  height: 33px;
  display: inline-flex !important;
  align-self: center !important;
  justify-self: center !important;
  margin-top:4px;
}

.header-actions__cart-icon .cart-bubble__background {
  background-color: #ffffff;
  border: 2px solid #333;
}

.header-actions__cart-icon .cart-bubble {
  width: 16px !important;
  height: 16px !important;
  min-width: 20px !important;
  top:-18px !important;
  left:-20px !important;

}

.header-actions__cart-icon .cart-bubble__text {
  color: #000000;
  font-weight: 900 !important;
  font-size: 10px !important;
  padding: 0 !important;

}

.header-actions__cart-icon--has-cart .svg-wrapper svg {
  mask: none !important;
}


@media screen and (max-width: 749px) {

  
.header-actions__cart-icon.header-actions__cart-icon--has-cart .cart-bubble,
cart-icon.header-actions__cart-icon--has-cart .cart-bubble {
  opacity: 1 !important;
  visibility: visible !important;
  display: flex !important;
  position: absolute !important;
  top: 0px !important;
  left: 17px !important;
  transform: none !important;
  transition: none !important;
  animation: none !important;
  scale: 1 !important;
}

  .header-actions__cart-icon--has-cart .svg-wrapper svg {
    mask: none !important;
  }

  .header-actions__cart-icon .cart-bubble {
    width: 16px !important;
    height: 16px !important;
    min-width:16px !important;
    overflow: visible !important;
  }

  .header-actions__cart-icon .cart-bubble__background {
    background-color: #ffffff;
    border: 1.5px solid #333;
  }

  .header-actions__cart-icon .cart-bubble__text {
    color: #000000;
    font-weight: 700;
    font-size: 10px !important;
    padding: 0 !important;
  }
}