/** Shopify CDN: Minification failed

Line 402:2 Expected "{" but found "."
Line 409:0 Unexpected "}"

**/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300&family=Montserrat:wght@300;400;500;600;700&display=swap');

/* Clear fixed header — same formula on collection banner, shop nav, secondary, FAQs (see snippets/tcn-header-offset.liquid) */
:root {
  --tcn-below-header-gap: calc(env(safe-area-inset-top, 0px) + var(--tcn-header-offset, 130px) + 0.75rem);
}

/* Selected pages + Journal blog: extra space below fixed header — desktop only (privacy policy excluded via tcn_desktop_top_gap in theme.liquid) */
@media (min-width: 992px) {
  body.tcn-page-top-gap-desktop:not(.template-page--secondary) main#MainContent.main-content {
    padding-top: 180px;
  }

  /* Journal only: slightly less offset than other pages using this gap */
  body.template-blog--journal.tcn-page-top-gap-desktop main#MainContent.main-content {
    padding-top: 130px;
  }
}

/* Journal blog (/blogs/journal): tablet and down — tighter offset than desktop 180px */
@media (max-width: 991.98px) {
  body.template-blog--journal.tcn-page-top-gap-desktop main#MainContent.main-content {
    padding-top: 60px;
  }
}

/* Journal blog: no underline on article title links */
body.template-blog--journal .post-title a {
  text-decoration: none !important;
}

body.template-blog--journal .post-title a:hover,
body.template-blog--journal .post-title a:focus-visible {
  text-decoration: none !important;
}

/* Secondary page template: same below-header gap as shop / banner / FAQs */
@media (min-width: 992px) {
  body.template-page--secondary.tcn-page-top-gap-desktop main#MainContent.main-content {
    padding-top: var(--tcn-below-header-gap);
  }
}

/* Secondary page: remove global .banner_abbout margin below image (engo-customizes ~65px) so banner sits flush above about-introduce */
body.template-page--secondary .banner_abbout--secondary-page {
  margin-bottom: 0 !important;
}

body.template-page--secondary .shopify-section:has(.banner_abbout--secondary-page) {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Drop legacy top margin on main content (was ~30px in theme bundles) */
main#MainContent.main-content {
  margin-top: 0;
}

/* Privacy policy URL (/policies/privacy-policy): custom main has no tcn-page-top-gap — clear fixed header on the section only */
@media (min-width: 992px) {
  body.tcn-policy-privacy .privacy-policy-section {
    margin-top: 180px;
  }
}

/* Privacy policy: white content card + site typography */
body.tcn-policy-privacy .privacy-policy-content {
  background-color: #ffffff;
  border-radius: 4px;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  font-family: "Montserrat", system-ui, sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.75;
  letter-spacing: 0.01em;
  color: rgba(44, 44, 44, 0.88);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

body.tcn-policy-privacy .privacy-policy-content h3 {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-weight: 300;
  font-size: clamp(1.35rem, 2.5vw, 1.65rem);
  letter-spacing: -0.02em;
  color: #1a1a1a;
  margin: 1.75rem 0 0.75rem;
}

body.tcn-policy-privacy .privacy-policy-content h3:first-child {
  margin-top: 0;
}

body.tcn-policy-privacy .privacy-policy-content p,
body.tcn-policy-privacy .privacy-policy-content li {
  color: rgba(44, 44, 44, 0.82);
}

body.tcn-policy-privacy .privacy-policy-content a {
  color: #1a1a1a;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

body.tcn-policy-privacy .privacy-policy-content a:hover {
  color: #000;
}

/* Default page template (page.json): same typography stack as policy / site */
body.template-page--default .tcn-page-default__inner {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

body.template-page--default .tcn-page-default__title {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-weight: 300;
  letter-spacing: -0.02em;
  color: #1a1a1a;
}

body.template-page--default .tcn-page-default__content {
  font-family: "Montserrat", system-ui, sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.75;
  letter-spacing: 0.01em;
  color: rgba(44, 44, 44, 0.88);
}

body.template-page--default .tcn-page-default__content h2,
body.template-page--default .tcn-page-default__content h3,
body.template-page--default .tcn-page-default__content h4 {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-weight: 300;
  color: #1a1a1a;
  margin: 1.75rem 0 0.75rem;
}

body.template-page--default .tcn-page-default__content h2:first-child,
body.template-page--default .tcn-page-default__content h3:first-child {
  margin-top: 0;
}

body.template-page--default .tcn-page-default__content p,
body.template-page--default .tcn-page-default__content li {
  color: rgba(44, 44, 44, 0.82);
}

body.template-page--default .tcn-page-default__content a {
  color: #1a1a1a;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

body.template-page--default .tcn-page-default__content a:hover {
  color: #000;
}

/* Product grid: clip to column; image zoom only inside .img-product (never scale .product-item — it’s on the col) */
.product-grid-view .product-item {
  overflow: hidden;
}

/* Product grid: image zoom stays inside .img-product tile (clip), not the outer column */
.product-grid-view [class*="product-item-"] .img-product {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  contain: paint;
}

.product-grid-view .product-item-v1 .img-product .engoj_find_img img:not(.img-product-hover),
.product-grid-view .product-item-v1 .img-product > a > img {
  transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.65s ease !important;
  transform-origin: center center;
  will-change: transform;
}

.product-grid-view .product-item-v1:hover .img-product .engoj_find_img img:not(.img-product-hover),
.product-grid-view .product-item-v1:hover .img-product > a > img {
  transform: scale(1.07);
}

.product-list-view .product-item-list .product .img-product {
  position: relative;
  overflow: hidden;
}

.product-list-view .product-item-list .product:hover .img-product img {
  transition: transform 0.65s ease;
  transform-origin: center center;
  transform: scale(1.05);
}

#shopify-section-product-filter{
  display: none;
}
.product-item-v1:hover .product-icon-action > *:nth-child(3) {
    transform: none;
    opacity: 1;
    visibility: hidden;
}
/* Product teplate Sort By */
.filter-note{
  font-size: 1.4em;
  font-weight: 300;
}
.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
    font-weight: lighter;
}
  
.fillfer-banner{
  border-bottom: 1px solid #f0eeeb;
  padding-bottom: 15px;
}


/* black rounded button*/
.button-transparent {
  background: none;
  border: 1px solid #000;
  color: #000;
  border-radius: 25px;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 16px 32px;
  transition: all .3s;
  display: inline-block; /* Ensures the button remains inline and only as wide as its content */
}

/* custom pagination */
.pagination {
    display: flex;
    justify-content: center;
    padding: 20px;
    font-family: Arial, sans-serif;
}

.pagination .page,
.pagination .next {
    margin: 0 5px;
    padding: 10px;
    border: 1px solid #ccc;
    transition: background-color 0.3s, color 0.3s;
}

.pagination .page a,
.pagination .next a {
    color: #333;
    text-decoration: none;
}

.pagination .page.current {
    background-color: #333;
    color: #fff;
    border-color: #333;
}

.pagination .page:hover,
.pagination .next:hover,
.pagination .page a:hover,
.pagination .next a:hover {
    background-color: #333;
    color: #fff;
    cursor: pointer;
}

.pagination .page:hover a,
.pagination .next:hover a {
    color: #fff;
}

.pagination .next {
    font-weight: bold;
}
.pagination>span.current{
    border-radius: 0%
}





/* custom Nav */
.tabs-container {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

.tab-button {
  padding: 11px 24px;
  background-color: white;
  border: 2px solid black;
  color: black;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 25px;
  text-align: center;
  white-space: nowrap;
  line-height: 1.3;
  cursor: pointer;
  font-family: Roboto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1.8px;
  transition: all 0.3s ease-in-out; /* Smooth transition effect */
  }


.tab-button.active {
 background-color: black !important;
  color: white !important;
  border-color: black !important;
}


/* Responsive styles for mobile */
@media (max-width: 768px) {
  .tabs-container {
    display: flex;
    gap: 10px; /* Add spacing between buttons */
    margin-top: 60px; /* Add margin above the container */
        flex-wrap: wrap;
  }

  .tab-button {
    display: inline-flex;
    padding: 11px 24px;
  }
}

/* Extra small screens */
@media (max-width: 480px) {

}

.products-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}


.custom-intro .container{

}
.custom-intro{
    background: #f0eeeb7a;
    border-bottom: 1px solid #f0eeeb;
}
/* custom Nav */
.des_intro{
    font-size: 1.5em;
    letter-spacing: 0.6px;
}
@media (max-width: 576px) {
      font-size: 1.2em;
}
.des_intro:before {
  display: inline-block;
  content: "";
  width: 30px;
  height: 2px;
  background: #e12c43;
  margin-right: 10px;
  position: relative;
  top: -7px;
}
.content_intro{
  padding-bottom: 15px;
}

.custom-intro .title_intro {
  font-size: 40px;
  color: #000;
  font-family: Roboto;
  font-weight: 300!important;
  font-style: normal;
  position: relative;
  margin-bottom: 20px;
}

/* Mobile-specific styles */
@media (max-width: 768px) 
  .title_intro {
      margin-top: 20px;
  }
.custom-intro .title_intro {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
  
.custom-intro .des_intro {
  color: #e8e6d894;
  font-family: Roboto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 3.2px;
}

.custom-intro {
  margin-bottom: 24px;
  padding: 40px 40px 0px 40px;
}

@media only screen and (min-width: 1200px) {
  .custom-intro {
    margin-bottom: 24px;
    padding: 40px 40px 0px 40px;
  }
  /* .wrap {
    background: green;
  } */
}

@media only screen and (min-width: 576px) and (max-width: 1200px){
  .custom-intro {
    margin-bottom: 0px;
    padding: 40px 40px 0px 40px;
  }
   /* .wrap {
    background: blue;
  } */
}

@media (max-width: 576px) {
  .custom-intro {
    padding: 20px 20px 0px 20px;
  }

 /* .wrap {
    background: red;
  } */
}
 
/* Banner and Overlay Styles */
.banner-with-intro {
  position: relative; /* Ensures this acts as the stacking context anchor */
}

.wrap-bread-crumb {
  position: relative;
  z-index: 1; /* Not strictly necessary unless you have other elements to layer */
  *{
     color: #fff!important;
  }
}

.bg-breadcrumb {
  position: relative;
  z-index: 2; /* Ensures the background and its content are above the overlay */
}

.bg-breadcrumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3); /* Adjust the overlay color/opacity as needed */
  z-index: -1; /* Positions the overlay behind the banner content */
}

.custom-intro {
  position: relative; /* Keeps it in the document flow, appearing just below the banner */
  z-index: 3; /* Ensures it's visually on top if needed, but this might not be necessary */
  /* Additional styling for custom intro */
}

/* Ensure .title-page and breadcrumbs are visible and styled appropriately */
.title-page, .breadcrumb {
  color: #FFFFFF; /* Example text color for visibility against the dark overlay */
}

/*
 * TCN: theme.liquid inlines theme-custom.scss.css; theme exports often omit the compiled file,
 * so none of theme-custom.scss.liquid applied. These rules duplicate critical PDP tab + about band styling.
 */
.tab-pd-details {
  overflow-x: hidden;
}

.tab-pd-details__band {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
  background-color: #f0eeeb;
}

.tab-pd-details__content-wrap {
  width: 100%;
  max-width: none;
  margin: 0;
  box-sizing: border-box;
  background-color: #f0eeeb;
}

.tab-pd-details .tab-content .tab-pane#about,
.tab-pd-details .tab-content .tab-pane#delivery {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.tab-pd-details .tcn-tab-fullbleed,
.tab-pd-details .tcn-delivery-fullbleed {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
  background-color: #f0eeeb;
}

/* PDP tab strip: remove underline on text (keep underline_scale line) */
.tab-pd-details .nav.nav-tabs.tab_prod li a,
.tab-pd-details .nav.nav-tabs.tab_prod li a:hover,
.tab-pd-details .nav.nav-tabs.tab_prod li a:focus,
.tab-pd-details .nav.nav-tabs.tab_prod li a:focus-visible,
.tab-pd-details .nav.nav-tabs.tab_prod li a:active,
.tab-pd-details .nav.nav-tabs.tab_prod li a.active {
  text-decoration: none !important;
  text-underline-offset: 0 !important;
  border-bottom: 0 !important;
}

/* PDP tabs: center labels on mobile */
@media (max-width: 767.98px) {
  .tab-pd-details .nav.nav-tabs.tab_prod {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }

  .tab-pd-details .tab_prod li {
    width: 100%;
    text-align: center;
  }

  .tab-pd-details .tab_prod li a {
    margin-right: 0 !important;
    display: inline-block;
    text-align: center;
  }
}

/* PDP first-option row: quantity + format buttons (Soho-style), all templates that render product-variant-picker */
.product-detail__quantity {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin-top: 15px;
}

.first-option-buttons__row.quantity-control {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 1.5rem;
  row-gap: 0.75rem;
  width: 100%;
  box-sizing: border-box;
  cursor: default;
}

.quantity-control--label .quantity-control__label {
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1.25;
  color: #1f1f1f;
}

.quantity-control--fixed .pdp-variant-qty-wrap__qty--inline {
  flex: 0 0 auto;
}

.quantity-control--fixed .js-qty.pdp-js-qty {
  width: 5.875rem;
  min-width: 5.875rem;
  max-width: 7.5rem;
}

.first-option-buttons__row.quantity-control .button-list {
  flex: 1 1 12rem;
  min-width: 0;
  margin-bottom: 0 !important;
}

/* PDP: first + second variant groups (e.g. Color + Fabric) inline on desktop */
.variant-pickers__primary-row {
  width: 100%;
}

@media (min-width: 992px) {
  .variant-pickers__primary-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 1rem;
    box-sizing: border-box;
  }

  .variant-pickers__primary-row > .variant-group.first-option-buttons,
  .variant-pickers__primary-row > .variant-group.second-option-buttons {
    flex: 1 1 0;
    min-width: 10rem;
    margin-bottom: 0;
  }

  /* Third option (e.g. Fabric when listed after Size + something): full-width row */
  .variant-pickers__primary-row > .variant-group.third-option-buttons {
    flex: 1 1 100%;
    min-width: 100%;
    margin-bottom: 0;
    margin-top: 1rem;
  }
}

@media (max-width: 991.98px) {
  .variant-pickers__primary-row {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
  }

  .variant-pickers__primary-row > .variant-group.third-option-buttons {
    margin-top: 1.15rem;
    min-width: 0;
  }

  .product-detail__quantity .first-option-buttons__row.quantity-control {
    flex-direction: column;
    align-items: flex-start;
  }

  .first-option-buttons__row.quantity-control .button-list {
    width: 100%;
  }
}

/* Mobile: keep the fixed/label quantity row clean and spaced */
@media (max-width: 767.98px) {
  .first-option-buttons__row.quantity-control.quantity-control--fixed.quantity-control--label {
    margin-top: 15px;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 8px;
    justify-content: flex-start;
    text-align: left;
  }

  /* Ensure the stepper itself sits left, not centered */
  .quantity-control--fixed .pdp-variant-qty-wrap__qty--inline {
    align-self: flex-start;
    margin-left: 0 !important;
    margin-right: auto !important;
  }

  .quantity-control--fixed .js-qty.pdp-js-qty {
    margin-left: 0 !important;
  }
}

/* --------------------------------------------------------------
   PDP: detail-info mobile spacing (spacing/layout only)
   -------------------------------------------------------------- */
@media (max-width: 767.98px) {
  .content-page-detail .detail-info {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Consistent vertical rhythm for direct blocks inside detail-info */
  .content-page-detail .detail-info > * + * {
    margin-top: 12px;
  }

  /* Reduce awkward gaps on common sub-groups */
  .content-page-detail .detail-info .product-title {
    margin-bottom: 8px !important;
  }

  .content-page-detail .detail-info .pdp-price-cta-row {
    margin-top: 15px;
  }

  .content-page-detail .detail-info .wrap-rating {
    margin-top: 6px !important;
    margin-bottom: 0 !important;
  }

  /* Variant pickers: keep groups tight but readable */
  .content-page-detail .detail-info .variant-pickers {
    margin-top: 12px !important;
  }

  .content-page-detail .detail-info .variant-group {
    margin-top: 12px !important;
  }

  .content-page-detail .detail-info .variant-group:first-child {
    margin-top: 0 !important;
  }

  /* Quantity + CTA stack: avoid oversized empty space */
  .content-page-detail .detail-info .btn-action.detail-attr.qty-cart {
    gap: 12px !important;
    margin-top: 12px !important;
  }

  /* Meta info list: tighten */
  .content-page-detail .detail-info .product-meta-info {
    margin-top: 12px !important;
  }

  .content-page-detail .detail-info .product-meta-info > li + li {
    margin-top: 8px !important;
  }

  /* Accordion sections (Studio Notes etc.) */
  .content-page-detail .detail-info .accordion-section {
    margin-top: 12px !important;
  }
}

/* PDP quantity pill (variant row + shared) — beats Engo .js-qty when theme-custom is not inlined */
.js-qty.pdp-js-qty {
  display: inline-flex !important;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 0;
  box-sizing: border-box;
  width: auto;
  min-width: 6.25rem;
  height: 2.5rem;
  padding: 0 0.2rem;
  margin: 0;
  border: 1px solid #000;
  border-radius: 9999px;
  background: #fff !important;
  vertical-align: middle;
}

.js-qty.pdp-js-qty .pdp-js-qty__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  position: static;
  width: 1.85rem;
  min-width: 1.85rem;
  align-self: stretch;
  border: none !important;
  border-radius: 0;
  background: transparent !important;
  background-color: transparent !important;
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  padding: 0;
  margin: 0;
  cursor: pointer;
  box-shadow: none !important;
  -webkit-appearance: none;
  appearance: none;
}

.js-qty.pdp-js-qty .pdp-js-qty__btn:hover,
.js-qty.pdp-js-qty .pdp-js-qty__btn:focus,
.js-qty.pdp-js-qty .pdp-js-qty__btn:focus-visible,
.js-qty.pdp-js-qty .pdp-js-qty__btn:active {
  background: transparent !important;
  background-color: transparent !important;
  color: #000;
  outline: none !important;
  box-shadow: none !important;
}

.js-qty.pdp-js-qty .pdp-js-qty__icon {
  display: block;
  font-weight: 400;
  line-height: 1;
  pointer-events: none;
}

.js-qty.pdp-js-qty .pdp-js-qty__input,
.js-qty.pdp-js-qty input.js-qty__num {
  flex: 1 1 auto;
  min-width: 1.25rem;
  width: 2rem;
  max-width: 3rem;
  align-self: stretch;
  margin: 0;
  border: none !important;
  border-radius: 0;
  box-shadow: none !important;
  text-align: center !important;
  font-size: 1rem;
  font-weight: 700;
  font-family: inherit;
  font-variant-numeric: tabular-nums;
  color: #000 !important;
  -webkit-text-fill-color: #000;
  padding: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  line-height: 2.5rem;
  caret-color: #000;
}

.js-qty.pdp-js-qty .pdp-js-qty__input:focus,
.js-qty.pdp-js-qty .pdp-js-qty__input:focus-visible,
.js-qty.pdp-js-qty input.js-qty__num:focus,
.js-qty.pdp-js-qty input.js-qty__num:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  background: transparent !important;
}

.js-qty.pdp-js-qty .pdp-js-qty__input::-webkit-outer-spin-button,
.js-qty.pdp-js-qty .pdp-js-qty__input::-webkit-inner-spin-button,
.js-qty.pdp-js-qty input.js-qty__num::-webkit-outer-spin-button,
.js-qty.pdp-js-qty input.js-qty__num::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.prod_extended .content-page-detail .detail-info .btn-action .js-qty.pdp-js-qty,
.product_sidebar .content-page-detail .detail-info .btn-action .js-qty.pdp-js-qty {
  display: inline-flex !important;
  align-items: stretch !important;
  justify-content: space-between !important;
  flex-wrap: nowrap !important;
  width: auto !important;
  min-width: 6.25rem !important;
  height: 2.5rem !important;
  margin: 0 !important;
  margin-right: 0 !important;
  padding: 0 0.2rem !important;
  border: 1px solid #000 !important;
  border-radius: 9999px !important;
  background: #fff !important;
  box-sizing: border-box !important;
  vertical-align: middle !important;
  position: relative !important;
}

.prod_extended .content-page-detail .detail-info .btn-action .js-qty.pdp-js-qty .pdp-js-qty__btn,
.product_sidebar .content-page-detail .detail-info .btn-action .js-qty.pdp-js-qty .pdp-js-qty__btn {
  position: static !important;
  width: 1.85rem !important;
  min-width: 1.85rem !important;
  height: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
}

.prod_extended .content-page-detail .detail-info .btn-action .js-qty.pdp-js-qty .pdp-js-qty__input,
.prod_extended .content-page-detail .detail-info .btn-action .js-qty.pdp-js-qty input.js-qty__num,
.product_sidebar .content-page-detail .detail-info .btn-action .js-qty.pdp-js-qty .pdp-js-qty__input,
.product_sidebar .content-page-detail .detail-info .btn-action .js-qty.pdp-js-qty input.js-qty__num {
  width: 2rem !important;
  max-width: 3rem !important;
  border: none !important;
  border-right: none !important;
  padding: 0 !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 2.5rem !important;
  text-align: center !important;
  background: transparent !important;
  box-shadow: none !important;
}

.btn-action.detail-attr.qty-cart {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  border: none;
  background: none;
  box-shadow: none;
  box-sizing: border-box;
}

/* Same serif treatment as .title_heading — PDP title + team-style tab columns */
.prod_extended .content-page-detail .detail-info .product-title,
.product_sidebar .content-page-detail .detail-info .product-title {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 2.3em;
  font-weight: 500 !important;
  letter-spacing: 1px;
}

@media (min-width: 992px) {
  .prod_extended .content-page-detail .detail-info .product-title,
  .product_sidebar .content-page-detail .detail-info .product-title {
    margin-top: 40px;
  }
}

.team--style .col-md-6.bg-colored h3,
.team--style-delivery .col-md-6.bg-red h3 {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 2.3em;
  font-weight: 500;
  letter-spacing: 1px;
}

/* --------------------------------------------------------------------------
   Unified footer (footer v2 + v5): Help | Explore Further | spacer
   Typography: Montserrat. Colors via section CSS vars --fv2-bg/heading/text
   -------------------------------------------------------------------------- */
.footer-v2--refresh.tcn-footer-refresh,
.footer_v2.footer-v2--refresh,
.footer_v5.footer-v2--refresh {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  margin: 0;
  background-color: var(--fv2-bg, #ffffff) !important;
}

.footer-v2--refresh .footer-v2__top {
  background-color: var(--fv2-bg, #ffffff) !important;
  padding: 3.25rem 0 2.75rem;
  border-radius: 0 !important;
  border-top: 1px solid rgba(109, 113, 120, 0.22);
  border-bottom: none;
  box-shadow: none;
}

.footer-v2--refresh .footer-v2__row {
  --fv2-gap: 2rem;
}

@media (min-width: 768px) {
  .footer-v2--refresh .footer-v2__row {
    row-gap: var(--fv2-gap);
  }
}

.footer-v2--refresh .footer-v2__heading {
  color: #000 !important;
  font-size: 0.8em;
  font-weight: 600;
  letter-spacing: 0.14em;
  margin: 0 0 1.25rem;
  text-transform: uppercase;
}

.footer-v2--refresh .footer-v2__col--explore .footer-v2__heading {
  margin-bottom: 1rem;
}

.footer-v2--refresh .footer-v2__list li {
  margin-bottom: 0.5rem;
}

.footer-v2--refresh .footer-v2__list li:last-child {
  margin-bottom: 0;
}

.footer-v2--refresh .footer-v2__list a,
.footer-v2--refresh .footer-v2__story-link {
  color: var(--fv2-text, #6d7178) !important;
  font-size: 0.9375rem;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.footer-v2--refresh .footer-v2__list a:hover,
.footer-v2--refresh .footer-v2__list a:focus,
.footer-v2--refresh .footer-v2__story-link:hover,
.footer-v2--refresh .footer-v2__story-link:focus {
  color: var(--fv2-heading, #2c2c2c) !important;
  opacity: 0.9;
}

/* Logo: asset only — no circle, border, or background */
.footer-v2--refresh .footer-v2__logo--plain {
  max-width: 100%;
  text-align: center;
}

.footer-v2--refresh .footer-v2__logo--plain .footer-v2__logo-link {
  display: inline-block;
  line-height: 0;
  text-decoration: none !important;
  border: none;
  box-shadow: none;
  background: none;
}

.footer-v2--refresh .footer-v2__logo--plain .footer-v2__logo-img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border: none;
  box-shadow: none;
  background: transparent;
  object-fit: contain;
}

.footer-v2--refresh .footer-v2__logo--plain .logosvg svg {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.footer-v2--refresh .footer-v2__social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
}

.footer-v2--refresh .footer-v2__social-link {
  color: var(--fv2-text, #6d7178) !important;
  display: inline-flex;
  padding: 0.25rem;
  line-height: 0;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-v2--refresh .footer-v2__social-link:hover,
.footer-v2--refresh .footer-v2__social-link:focus {
  color: var(--fv2-heading, #2c2c2c) !important;
  transform: translateY(-2px);
}

/* Rule above copy strip — divider is top edge of bottom block (not on __top) */
.footer-v2--refresh .footer-v2__bottom {
  background-color: var(--fv2-bg, #ffffff) !important;
  border-top: 1px solid rgba(109, 113, 120, 0.22);
  border-radius: 0 !important;
  padding: 1.1rem 0 1.35rem;
}

.footer-v2--refresh .footer-v2__copyright-line {
  color: var(--fv2-text, #6d7178) !important;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  margin: 0 !important;
  text-align: center;
}

@media (max-width: 767.98px) {
  .footer-v2--refresh .footer-v2__col--help {
    text-align: center;
    margin-bottom: 2rem;
  }

  .footer-v2--refresh .footer-v2__col--help .footer-v2__list {
    text-align: center;
  }

  .footer-v2--refresh .footer-v2__col--explore {
    margin-bottom: 0;
  }
}

/* Newsletter v2 — remove default blue browser focus ring on email + submit */
.section-newsletter-v2 .newletter_email .content-newsletter input.input_email,
.section-newsletter-v2 .newletter_email .content-newsletter input[type='email'] {
  outline: none;
}

.section-newsletter-v2 .newletter_email .content-newsletter input.input_email:focus,
.section-newsletter-v2 .newletter_email .content-newsletter input.input_email:focus-visible,
.section-newsletter-v2 .newletter_email .content-newsletter input[type='email']:focus,
.section-newsletter-v2 .newletter_email .content-newsletter input[type='email']:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.section-newsletter-v2 .newletter_email .content-newsletter .btn:focus,
.section-newsletter-v2 .newletter_email .content-newsletter .btn:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.section-newsletter-v2 .content-newsletter-privacy-note {
  margin: 0.85rem 0 0;
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(31, 31, 31, 0.55);
  text-align: center;
}

/* Submit CTAs — Bootstrap .btn.btn-primary:focus-visible beats *:focus; remove blue ring */
button[type='submit']:focus,
button[type='submit']:focus-visible,
button[type='submit']:focus:active,
button.btn[type='submit']:focus,
button.btn[type='submit']:focus-visible,
button.btn[type='submit']:focus:active,
input[type='submit']:focus,
input[type='submit']:focus-visible,
input[type='submit']:focus:active {
  outline: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

/* ==========================================================================
   Product detail — editorial column (.pdp-editorial) only; gallery untouched
   ========================================================================== */
.prod_extended .detail-info.pdp-editorial,
.prod_extended .detail-info.pdp-editorial .details--card {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #000;
  text-align: left;
}

.prod_extended .detail-info.pdp-editorial .product-title {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-size: 1.4em;
  letter-spacing: 0.02em !important;
}

.prod_extended .detail-info.pdp-editorial .product-title-sub {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.01em;
  color: #000;
  margin: 0 0 1rem;
  line-height: 1.45;
}

.prod_extended .detail-info.pdp-editorial .product-short-description {
  margin-top: 0;
  margin-bottom: 1.75rem !important;
  font-size: 0.875rem;
  line-height: 1.55;
  color: #000;
}

.prod_extended .detail-info.pdp-editorial .pdp-variant-qty-wrap {
  margin-bottom: 0.25rem;
}

.prod_extended .detail-info.pdp-editorial .availability-quiet .availability-text {
  font-size: 0.65rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: rgba(0, 0, 0, 0.42) !important;
  margin-bottom: 0.75rem !important;
}

.prod_extended .detail-info.pdp-editorial .variant-pickers .label {
  font-size: 0.65rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: rgba(0, 0, 0, 0.42) !important;
  margin-bottom: 0.5rem !important;
}

.prod_extended .detail-info.pdp-editorial .variant-pickers .button-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.prod_extended .detail-info.pdp-editorial .variant-pickers .button-list li {
  margin: 0;
}

/* Stop second column (e.g. Fabric) collapsing next to Size + quantity */
.prod_extended .detail-info.pdp-editorial .variant-pickers__primary-row > .variant-group.second-option-buttons {
  flex: 1 1 auto !important;
  min-width: min(100%, 11rem) !important;
}

/* Two options (e.g. Cushion sizes + Fabric): side-by-side, tight gap (tablet + desktop) */
.prod_extended .detail-info.pdp-editorial .variant-pickers__primary-row--paired-boxes {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: flex-start !important;
  column-gap: 1rem;
  row-gap: 1.25rem;
  width: 100%;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .prod_extended .detail-info.pdp-editorial .variant-pickers__primary-row--paired-boxes > .variant-group.first-option-buttons,
  .prod_extended .detail-info.pdp-editorial .variant-pickers__primary-row--paired-boxes > .variant-group.second-option-buttons {
    flex: 1 1 calc(50% - 0.5rem) !important;
    min-width: 0 !important;
    max-width: calc(50% - 0.5rem);
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .prod_extended
    .detail-info.pdp-editorial
    .variant-pickers__primary-row--paired-boxes
    > .variant-group.variant-group--fabric {
    flex: 1 1 calc(50% - 0.5rem) !important;
    min-width: 0 !important;
    max-width: calc(50% - 0.5rem) !important;
    margin-top: 0 !important;
  }
}

@media (max-width: 767.98px) {
  .prod_extended .detail-info.pdp-editorial .variant-pickers__primary-row--paired-boxes {
    flex-direction: column !important;
    column-gap: 0;
    row-gap: 1.15rem;
  }

  .prod_extended .detail-info.pdp-editorial .variant-pickers__primary-row--paired-boxes > .variant-group.first-option-buttons,
  .prod_extended .detail-info.pdp-editorial .variant-pickers__primary-row--paired-boxes > .variant-group.second-option-buttons,
  .prod_extended
    .detail-info.pdp-editorial
    .variant-pickers__primary-row--paired-boxes
    > .variant-group.variant-group--fabric {
    flex: 1 1 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }
}

.prod_extended .detail-info.pdp-editorial .variant-pickers__primary-row > .variant-group.third-option-buttons {
  flex: 1 1 100% !important;
  min-width: 100% !important;
  margin-top: 0.85rem;
}

/* Fabric (or Material) option — own row + full-width chip(s) (not when paired with size column) */
.prod_extended
  .detail-info.pdp-editorial
  .variant-pickers__primary-row:not(.variant-pickers__primary-row--paired-boxes)
  > .variant-group.variant-group--fabric {
  flex: 1 1 100% !important;
  min-width: 100% !important;
  margin-top: 0.85rem;
}

.prod_extended
  .detail-info.pdp-editorial
  .variant-pickers__primary-row:not(.variant-pickers__primary-row--paired-boxes)
  > .variant-group.variant-group--fabric:first-child {
  margin-top: 0;
}

.prod_extended .detail-info.pdp-editorial .variant-group--fabric .button-list {
  width: 100%;
}

.prod_extended .detail-info.pdp-editorial .variant-group--fabric .button-list > li {
  flex: 1 1 auto;
  min-width: min(100%, 7.5rem);
}

.prod_extended .detail-info.pdp-editorial .variant-group--fabric .button-option {
  width: 100%;
  min-width: 0;
  justify-content: center;
}

.prod_extended .detail-info.pdp-editorial .variant-group--fabric.dropdown-picker label {
  font-size: 0.65rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: rgba(0, 0, 0, 0.42) !important;
  margin-bottom: 0.5rem !important;
  display: block;
}

.prod_extended .detail-info.pdp-editorial .button-option {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  padding: 0.5rem 0.85rem !important;
  border-radius: 0 !important;
  border: 1px solid #000 !important;
  background: #fff !important;
  color: #000 !important;
  font-size: 0.8125rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em;
  line-height: 1.3 !important;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.prod_extended .detail-info.pdp-editorial .button-option:hover {
  border-color: #000 !important;
  background: #fafafa !important;
  color: #000 !important;
}

.prod_extended .detail-info.pdp-editorial .button-option.selected {
  background: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
}

/* Second option column: explicit outline chips (white / black / black); selected = filled black */
.prod_extended .detail-info.pdp-editorial .second-option-buttons .button-option {
  background: #fff !important;
  color: #000 !important;
  border: 1px solid #000 !important;
}

.prod_extended .detail-info.pdp-editorial .second-option-buttons .button-option:hover {
  background: #fafafa !important;
  color: #000 !important;
  border-color: #000 !important;
}

.prod_extended .detail-info.pdp-editorial .second-option-buttons .button-option.selected {
  background: #fff !important;
  color: #000 !important;
  border: 2px solid #000 !important;
}

.prod_extended .detail-info.pdp-editorial .quantity-control--label .quantity-control__label {
  font-size: 0.65rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: rgba(0, 0, 0, 0.42) !important;
}

.prod_extended .detail-info.pdp-editorial .product-detail__quantity {
  margin-top: 1.25rem;
}

.prod_extended .detail-info.pdp-editorial .pdp-price-cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 1.5rem !important;
  margin-bottom: 1.25rem !important;
  gap: 0.75rem 1.25rem;
}

.prod_extended .detail-info.pdp-editorial .pdp-price-cta-row__price .enj-product-price,
.prod_extended .detail-info.pdp-editorial .pdp-price-cta-row__price ins,
.prod_extended .detail-info.pdp-editorial .pdp-price-cta-row__price .price-current {
  font-size: 1.125rem !important;
  font-weight: 600 !important;
  color: #000 !important;
  letter-spacing: 0.02em !important;
}

.prod_extended .detail-info.pdp-editorial .pdp-price-cta-row__price del,
.prod_extended .detail-info.pdp-editorial .pdp-price-cta-row__price .price-compare {
  font-size: 0.875rem !important;
  opacity: 0.45;
}

.prod_extended .detail-info.pdp-editorial .acquire-cta {
  border-radius: 9999px !important;
  min-height: 46px !important;
  line-height: 46px !important;
  padding: 0 1.75rem !important;
  font-size: 0.6875rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  text-align: center !important;
  text-transform: uppercase !important;
}

/* Price + CTA one row; CTA grows to ~remaining width (design) */
@media (min-width: 768px) {
  .prod_extended .detail-info.pdp-editorial .pdp-price-cta-row {
    flex-wrap: nowrap !important;
    align-items: center !important;
  }

  .prod_extended .detail-info.pdp-editorial .pdp-price-cta-row__price {
    flex: 0 0 auto !important;
  }

  .prod_extended .detail-info.pdp-editorial .pdp-price-cta-row__cta {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    display: flex !important;
    justify-content: stretch !important;
    margin-left: 0 !important;
  }

  .prod_extended .detail-info.pdp-editorial .pdp-price-cta-row .acquire-cta {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    white-space: nowrap;
  }
}

.prod_extended .detail-info.pdp-editorial .acquire-cta:disabled {
  opacity: 0.4 !important;
  cursor: not-allowed !important;
}

.prod_extended .detail-info.pdp-editorial .pdp-estimated-delivery {
  margin-top: 0;
  margin-bottom: 2.2rem;
  padding: 0;
}

.prod_extended .detail-info.pdp-editorial .pdp-estimated-delivery__primary {
  margin: 0 0 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}

.prod_extended .detail-info.pdp-editorial .pdp-estimated-delivery__label {
  display: inline;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.42);
  margin-right: 0.35rem;
}

.prod_extended .detail-info.pdp-editorial .pdp-estimated-delivery__window {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
  color: #000;
}

.prod_extended .detail-info.pdp-editorial .pdp-estimated-delivery__note {
  margin: 0 0 0.5rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.62);
}

.prod_extended .detail-info.pdp-editorial .pdp-estimated-delivery__link-wrap {
  margin: 0;
}

.prod_extended .detail-info.pdp-editorial .pdp-estimated-delivery__link {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #000;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.prod_extended .detail-info.pdp-editorial .pdp-estimated-delivery__link:hover,
.prod_extended .detail-info.pdp-editorial .pdp-estimated-delivery__link:focus {
  color: #000;
  opacity: 0.75;
}

.prod_extended .detail-info.pdp-editorial .pdp-editorial-accordion.custom-accordion {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 0.5rem;
  padding-top: 0;
}

.prod_extended .detail-info.pdp-editorial .pdp-editorial-accordion .accordion-section {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.prod_extended .detail-info.pdp-editorial .pdp-editorial-accordion .accordion-header {
  padding: 0.85rem 0;
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #000 !important;
}

.prod_extended .detail-info.pdp-editorial .pdp-accordion-chevron.accordion-icon {
  font-size: 0;
  color: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  transition: transform 0.25s ease;
}

.prod_extended .detail-info.pdp-editorial .pdp-accordion-chevron.accordion-icon.rotate {
  transform: rotate(180deg);
}

.prod_extended .detail-info.pdp-editorial .pdp-editorial-accordion .accordion-content {
  color: rgba(0, 0, 0, 0.65);
  font-size: 0.875rem;
  line-height: 1.55;
}

.prod_extended .detail-info.pdp-editorial .pdp-studio-notes-placeholder {
  color: rgba(0, 0, 0, 0.45);
  font-style: italic;
  margin: 0;
}

.prod_extended .detail-info.pdp-editorial .product-meta-info {
  list-style: none;
  padding: 1.5rem 0 0;
  margin: 0;
}

.prod_extended .detail-info.pdp-editorial .product-meta-info .pdp-meta-label,
.prod_extended .detail-info.pdp-editorial .product-meta-info label {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.42);
  margin-right: 0.35rem;
}

.prod_extended .detail-info.pdp-editorial .product-vendor span[itemprop='name'],
.prod_extended .detail-info.pdp-editorial .product-meta-info .product-vendor span {
  font-size: 0.875rem;
  font-weight: 400;
  color: #000;
  text-transform: none;
  letter-spacing: 0;
}

@media (max-width: 767.98px) {
  .prod_extended .detail-info.pdp-editorial,
  .prod_extended .detail-info.pdp-editorial .details--card {
    text-align: left !important;
  }

  .prod_extended .detail-info.pdp-editorial .product-title,
  .prod_extended .detail-info.pdp-editorial .product-title-sub,
  .prod_extended .detail-info.pdp-editorial .product-short-description {
    text-align: left !important;
  }

  .prod_extended .detail-info.pdp-editorial .availability-quiet,
  .prod_extended .detail-info.pdp-editorial .availability-quiet .availability-text {
    text-align: left !important;
    display: block;
  }

  .prod_extended .detail-info.pdp-editorial .pdp-variant-qty-wrap,
  .prod_extended .detail-info.pdp-editorial .pdp-variant-qty-wrap__main,
  .prod_extended .detail-info.pdp-editorial .pdp-variant-qty-wrap__pickers,
  .prod_extended .detail-info.pdp-editorial .variant-pickers {
    text-align: left !important;
    width: 100%;
  }

  .prod_extended .detail-info.pdp-editorial .variant-pickers .label {
    text-align: left !important;
  }

  .prod_extended .detail-info.pdp-editorial .variant-pickers .button-list {
    justify-content: flex-start !important;
  }

  .prod_extended .detail-info.pdp-editorial .product-detail__quantity,
  .prod_extended .detail-info.pdp-editorial .first-option-buttons__row.quantity-control {
    align-items: flex-start !important;
    justify-content: flex-start !important;
    text-align: left !important;
  }

  .prod_extended .detail-info.pdp-editorial .js-qty.pdp-js-qty {
    margin-left: 0 !important;
    margin-right: auto !important;
  }

  .prod_extended .detail-info.pdp-editorial .pdp-price-cta-row {
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    text-align: left !important;
    width: 100%;
  }

  .prod_extended .detail-info.pdp-editorial .pdp-price-cta-row__price {
    text-align: left !important;
    width: 100%;
  }

  .prod_extended .detail-info.pdp-editorial .pdp-price-cta-row__cta {
    width: 100%;
    max-width: 100%;
    align-self: stretch !important;
    display: flex;
    justify-content: flex-start;
  }

  .prod_extended .detail-info.pdp-editorial .pdp-price-cta-row .acquire-cta {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    align-self: stretch;
    text-align: center !important;
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .prod_extended .detail-info.pdp-editorial .pdp-estimated-delivery,
  .prod_extended .detail-info.pdp-editorial .pdp-estimated-delivery__primary,
  .prod_extended .detail-info.pdp-editorial .pdp-estimated-delivery__label,
  .prod_extended .detail-info.pdp-editorial .pdp-estimated-delivery__window,
  .prod_extended .detail-info.pdp-editorial .pdp-estimated-delivery__note,
  .prod_extended .detail-info.pdp-editorial .pdp-estimated-delivery__link-wrap {
    text-align: left !important;
  }

  .prod_extended .detail-info.pdp-editorial .pdp-editorial-accordion .accordion-header {
    justify-content: space-between;
    text-align: left;
  }

  .prod_extended .detail-info.pdp-editorial .pdp-editorial-accordion .accordion-content {
    text-align: left !important;
  }

  .prod_extended .detail-info.pdp-editorial .product-meta-info,
  .prod_extended .detail-info.pdp-editorial .product-meta-info li,
  .prod_extended .detail-info.pdp-editorial .item-product-meta-info {
    text-align: left !important;
  }
}

/* button-main2 — no underline on hover/focus/active */
a.button-main2,
a.button-main2:hover,
a.button-main2:focus,
a.button-main2:focus-visible,
a.button-main2:active {
  text-decoration: none !important;
  text-underline-offset: 0 !important;
}

/* tcn-buy-now-btn — no link underline only (carousel visibility stays in section/snippet CSS) */
a.tcn-buy-now-btn,
a.tcn-buy-now-btn:hover,
a.tcn-buy-now-btn:focus,
a.tcn-buy-now-btn:focus-visible,
a.tcn-buy-now-btn:active,
a.tcn-buy-now-btn:visited {
  text-decoration: none !important;
  text-underline-offset: 0 !important;
}

/* custom-buy-now-btn — no underline (including hover / focus / active) */
.custom-buy-now-btn,
a.custom-buy-now-btn,
a.custom-buy-now-btn:hover,
a.custom-buy-now-btn:focus,
a.custom-buy-now-btn:focus-visible,
a.custom-buy-now-btn:active,
a.custom-buy-now-btn:visited,
.custom-buy-now-btn:hover,
.custom-buy-now-btn:focus,
.custom-buy-now-btn:focus-visible,
.custom-buy-now-btn:active {
  text-decoration: none !important;
  text-underline-offset: 0 !important;
}

/* PDP — About / Delivery: tab strip on top of panel (flex column; band bg from theme-custom) */
.tcn-pdp-tabs-editorial {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  background: transparent;
}

.tcn-pdp-tabs-editorial__bar {
  flex: 0 0 auto;
  order: 0;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
  background: #fff;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 0.65rem 0 0;
  position: relative;
  z-index: 1;
}

.tcn-pdp-tabs-editorial__band {
  flex: 1 1 auto;
  order: 1;
  margin-top: 0 !important;
}

.tcn-pdp-tabs-editorial .tab-content {
  background: transparent;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .tcn-pdp-tabs-editorial .tcn-pdp-about-heading,
  .tcn-pdp-tabs-editorial .tcn-pdp-delivery-heading {
    font-size: 1.9em !important;
  }
}

@media (max-width: 767.98px) {
  .tcn-pdp-tabs-editorial .tcn-pdp-about-heading,
  .tcn-pdp-tabs-editorial .tcn-pdp-delivery-heading {
    font-size: 1.7em !important;
  }
}

/* Tab row: flush under bar, no extra gap before content band */
.tcn-pdp-tabs-editorial .tab-pd-details .tab_prod,
.tcn-pdp-tabs-editorial ul.nav.nav-tabs.tab_prod {
  padding: 0 !important;
  margin: 0 auto !important;
  margin-bottom: 0 !important;
  border: none !important;
  border-bottom: none !important;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  gap: 1.75rem 2.25rem;
  list-style: none;
}

.tcn-pdp-tabs-editorial .tab-pd-details .tab_prod li,
.tcn-pdp-tabs-editorial ul.nav.nav-tabs.tab_prod li {
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

.tcn-pdp-tabs-editorial .tab-pd-details .tab_prod li a,
.tcn-pdp-tabs-editorial ul.nav.nav-tabs.tab_prod li a {
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}

.tcn-pdp-tabs-editorial__nav {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  gap: 1.75rem 2.25rem;
  border: none !important;
  margin: 0 auto;
  padding: 0 1rem 0;
  list-style: none;
}

.tcn-pdp-tabs-editorial__nav li {
  margin: 0;
  float: none !important;
}

.tcn-pdp-tabs-editorial .tcn-pdp-tab-link {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #000 !important;
  padding: 0.35rem 0;
  margin: 0;
  border: none !important;
  background: none !important;
}

.tcn-pdp-tabs-editorial .tcn-pdp-tab-link.underline_scale:after {
  border-bottom: 2px solid #000 !important;
  background: none !important;
}

.tcn-pdp-tabs-editorial .tcn-pdp-tab-link.underline_scale:not(.active):after,
.tcn-pdp-tabs-editorial .tcn-pdp-tab-link.underline_scale:not(.active):hover:after,
.tcn-pdp-tabs-editorial .tcn-pdp-tab-link.underline_scale:not(.active):focus:after {
  transform: scaleX(0) !important;
}

.tcn-pdp-tabs-editorial .tcn-pdp-tab-link.underline_scale.active:after {
  transform: scaleX(1) !important;
}

.tcn-pdp-tabs-editorial .tcn-tab-fullbleed {
  background: transparent !important;
}

@media (max-width: 767.98px) {
  .tcn-pdp-tabs-editorial__nav {
    flex-direction: row !important;
    justify-content: center !important;
    width: 100%;
  }

  .tcn-pdp-tabs-editorial__nav li {
    width: auto !important;
  }

  .tcn-pdp-tabs-editorial .tab-pd-details .tab_prod,
  .tcn-pdp-tabs-editorial ul.nav.nav-tabs.tab_prod {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    padding: 0 !important;
  }
}

/* ------------------------------------------------------------------
   Theme buttons: paper carousel CTAs + outline .button-main2 system
   (overrides engo-customizes / section duplicates; 2px border = no hover jump)
   ------------------------------------------------------------------ */
:root {
  --tcn-paper-btn-bg: #f4f2ec;
  --tcn-paper-btn-bg-hover: #e8e4da;
  --tcn-paper-btn-border: rgba(44, 44, 44, 0.26);
  --tcn-paper-btn-border-hover: rgba(44, 44, 44, 0.42);
  --tcn-paper-btn-text: #2c2c2c;
  --tcn-paper-btn-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  --tcn-outline-btn-fill: #2c2c2c;
}

/* Carousels: soft paper pill (global; sections may refine position only) */
.tcn-buy-now-btn,
.custom-buy-now-btn {
  box-sizing: border-box !important;
  background-color: var(--tcn-paper-btn-bg) !important;
  color: var(--tcn-paper-btn-text) !important;
  border: 1px solid var(--tcn-paper-btn-border) !important;
  box-shadow: var(--tcn-paper-btn-shadow) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease,
    box-shadow 0.3s ease !important;
}

.tcn-buy-now-btn:hover,
.tcn-buy-now-btn:focus-visible,
.custom-buy-now-btn:hover,
.custom-buy-now-btn:focus-visible {
  background-color: var(--tcn-paper-btn-bg-hover) !important;
  border-color: var(--tcn-paper-btn-border-hover) !important;
  color: var(--tcn-paper-btn-text) !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08) !important;
}

/* .button-main2: stable 2px border; hover = transparent fill + dark outline */
a.button-main2:not(.btn-dark),
.button-main2:not(.btn-dark) {
  box-sizing: border-box !important;
  border: 2px solid var(--tcn-outline-btn-fill) !important;
  background-color: var(--tcn-outline-btn-fill) !important;
  color: #fff !important;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease !important;
}

a.button-main2:not(.btn-dark):hover,
a.button-main2:not(.btn-dark):focus-visible,
.button-main2:not(.btn-dark):hover,
.button-main2:not(.btn-dark):focus-visible {
  background-color: transparent !important;
  border-color: var(--tcn-outline-btn-fill) !important;
  color: var(--tcn-outline-btn-fill) !important;
}

/* Named hero shop button (banner / video / v11): same outline system */
.button-main2.button-shop-795acbe5-263d-42f8-925c-836554909b19:hover,
.button-main2.button-shop-795acbe5-263d-42f8-925c-836554909b19:focus-visible {
  background-color: transparent !important;
  border-color: var(--tcn-outline-btn-fill) !important;
  color: var(--tcn-outline-btn-fill) !important;
}

.button-main2.button-shop-795acbe5-263d-42f8-925c-836554909b19 {
  border: 2px solid var(--tcn-outline-btn-fill) !important;
  background-color: var(--tcn-outline-btn-fill) !important;
  color: #fff !important;
  box-sizing: border-box !important;
}

/* .btn-dark: separate filled treatment (not outline hover) */
.btn-dark {
  box-sizing: border-box !important;
  border: 2px solid var(--color-text-primary, #2c2c2c) !important;
  background-color: var(--color-text-primary, #2c2c2c) !important;
  color: var(--color-bg-primary, #fff) !important;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease !important;
}

.btn-dark:hover,
.btn-dark:focus-visible {
  background-color: var(--color-nav-accent, #c4a574) !important;
  border-color: var(--color-nav-accent, #c4a574) !important;
  color: var(--color-bg-primary, #fff) !important;
}

/* Banner v7 / v8: match 2px border width default + hover (no 1px jump) */
.section-banner-v7 .banner-button .button-main2 {
  box-sizing: border-box !important;
  border: 2px solid #30343a !important;
  background-color: #30343a !important;
  color: #fff !important;
}

.section-banner-v7 .banner-button .button-main2:hover,
.section-banner-v7 .banner-button .button-main2:focus-visible {
  background-color: transparent !important;
  border-color: #30343a !important;
  color: #30343a !important;
}

.section-banner-v8 .banner-content .button-main2 {
  box-sizing: border-box !important;
  border: 2px solid var(--tcn-outline-btn-fill) !important;
  background-color: #fff !important;
  color: var(--tcn-outline-btn-fill) !important;
}

.section-banner-v8 .banner-content .button-main2:hover,
.section-banner-v8 .banner-content .button-main2:focus-visible {
  background-color: transparent !important;
  border-color: var(--tcn-outline-btn-fill) !important;
  color: var(--tcn-outline-btn-fill) !important;
}

/* -------------------------------------------------------------------------- */
/* Collection template: collection-template-banner — Editorial LV (style 3) */
/* -------------------------------------------------------------------------- */

body.template-collection--banner {
  --tcn-lv-serif: "Cormorant Garamond", "Times New Roman", serif;
  --tcn-lv-sans: "Montserrat", system-ui, sans-serif;
}

/* Minimal header: ~64px, light border, hide secondary chrome */
body.template-collection--banner #bwp-topbar {
  display: none !important;
}

body.template-collection--banner #header.header-v2-h2 .header-wrapper {
  min-height: 4rem;
  border-bottom: 1px solid rgba(229, 231, 235, 0.6);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

body.template-collection--banner #header.header-v2-h2 .header-wrapper .row {
  min-height: 4rem;
  align-items: center;
}

body.template-collection--banner #header .login,
body.template-collection--banner #header .js-call-popup-login {
  display: none !important;
}

body.template-collection--banner #header .cart-login-search svg,
body.template-collection--banner #header .cart-login-search .logosvg svg {
  stroke-width: 1.25px;
}

body.template-collection--banner #header .cart-login-search a {
  font-size: 0.95rem;
}

/* Editorial LV stack */
.tcn-coll-lv {
  font-family: var(--tcn-lv-sans);
  color: rgba(17, 17, 17, 0.9);
}

/* Header offset measured at runtime (--tcn-header-offset); no fixed 180px */
body.template-collection--banner .tcn-coll-lv {
  padding-top: var(--tcn-below-header-gap);
}

/* FAQs template (page.FAQs.json): same main offset as other templates */
body.template-page--faqs main#MainContent.main-content {
  padding-top: var(--tcn-below-header-gap);
}

.tcn-coll-lv__hero {
  padding-top: clamp(4rem, 8vw, 6rem);
  padding-bottom: clamp(3rem, 5vw, 4rem);
  background: #fff;
}

.tcn-coll-lv__hero-inner {
  max-width: 58rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

/* Magazine rail: vertical eyebrow before title block */
.tcn-coll-lv__hero-titles {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: clamp(0.75rem, 2vw, 1.5rem);
  min-width: 0;
}

.tcn-coll-lv__hero-titles-main {
  flex: 1;
  min-width: 0;
}

.tcn-coll-lv__hero-top {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0.75rem;
  flex-shrink: 0;
  align-self: stretch;
  margin: 0;
  padding-top: 0.35em;
}

.tcn-coll-lv__eyebrow {
  margin: 0;
  font-family: var(--tcn-lv-sans);
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.55);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  align-self: flex-start;
}

.tcn-coll-lv__eyebrow-line {
  flex: 0 0 1px;
  width: 1px;
  min-width: 1px;
  align-self: stretch;
  min-height: 3.5rem;
  background: rgba(17, 17, 17, 0.14);
}

.tcn-coll-lv__hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: start;
}

@media (max-width: 991.98px) {
  .tcn-coll-lv__hero-titles {
    flex-direction: column;
    gap: 1rem;
  }

  .tcn-coll-lv__hero-top {
    flex-direction: row;
    align-items: center;
    padding-top: 0;
    width: 100%;
  }

  .tcn-coll-lv__eyebrow {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
  }

  .tcn-coll-lv__eyebrow-line {
    flex: 1;
    width: auto;
    height: 1px;
    min-height: 1px;
    min-width: 2rem;
    align-self: center;
  }
}

@media (min-width: 992px) {
  .tcn-coll-lv__hero-grid {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 2rem;
  }
}

.tcn-coll-lv__vsep {
  display: none;
  width: 1px;
  align-self: stretch;
  min-height: 8rem;
  background: rgba(17, 17, 17, 0.12);
}

@media (min-width: 992px) {
  .tcn-coll-lv__vsep {
    display: block;
  }
}

.tcn-coll-lv__title {
  margin: 0 0 1rem;
  font-family: var(--tcn-lv-serif);
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: #111;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
}

.tcn-coll-lv__title-line {
  display: block;
}

.tcn-coll-lv__series {
  margin-top: 0.5rem;
}

.tcn-coll-lv__series-rule {
  display: inline-block;
  width: 2rem;
  height: 1px;
  background: #111;
  vertical-align: middle;
  margin-right: 0.5rem;
}

.tcn-coll-lv__series-label {
  display: inline;
  margin: 0;
  font-family: var(--tcn-lv-sans);
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.55);
}

.tcn-coll-lv__hero-aside {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: stretch;
  min-width: 0;
}

.tcn-coll-lv__summary {
  font-family: var(--tcn-lv-sans);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0.01em;
  color: rgba(17, 17, 17, 0.72);
  max-width: 36rem;
}

/* Collection description (RTE) in hero right column — above stats */
.tcn-coll-lv__body--hero {
  max-width: 36rem;
}

.tcn-coll-lv__body--hero p:last-child {
  margin-bottom: 0;
}

.tcn-coll-lv__content-label--hero {
  margin: 0;
}

.tcn-coll-lv__content-subtitle--hero {
  margin: 0 0 0.25rem;
}

.tcn-coll-lv__hero-aside .tcn-coll-lv__stat-rule {
  margin: 0 0 1rem;
  flex-shrink: 0;
}

.tcn-coll-lv__stat-rule {
  width: 100%;
  height: 1px;
  background: rgba(17, 17, 17, 0.12);
  margin: 1.25rem 0 1rem;
}

.tcn-coll-lv__stats {
  margin: 0;
  padding: 0;
}

/* Two-up stats: ESTABLISHED / year | second label / name — stack on small screens */
.tcn-coll-lv__stats--pair {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .tcn-coll-lv__stats--pair {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(1.25rem, 4vw, 2.75rem);
    row-gap: 1rem;
    align-items: start;
  }
}

.tcn-coll-lv__stat {
  display: grid;
  gap: 0.35rem;
  margin: 0;
  min-width: 0;
}

.tcn-coll-lv__stat-k {
  margin: 0;
  font-family: var(--tcn-lv-sans);
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.45);
}

.tcn-coll-lv__stat-v {
  margin: 0;
  font-family: var(--tcn-lv-serif);
  font-size: 1rem;
  font-weight: 300;
  color: rgba(17, 17, 17, 0.88);
}

/* Year: sans, slightly open tracking — matches reference */
.tcn-coll-lv__stat--established .tcn-coll-lv__stat-v {
  font-family: var(--tcn-lv-sans);
  font-size: 1.05rem;
  letter-spacing: 0.06em;
}

/* Name / studio: serif */
.tcn-coll-lv__stat--secondary .tcn-coll-lv__stat-v {
  font-family: var(--tcn-lv-serif);
  letter-spacing: -0.01em;
}

/* Full-bleed banner */
.tcn-coll-lv__banner-outer {
  width: 100%;
  margin: 0;
  padding: 0;
}

.tcn-coll-lv__banner {
  margin: 0;
  padding: 0;
  width: 100%;
}

.tcn-coll-lv__banner-frame {
  position: relative;
  width: 100%;
  height: clamp(450px, 55vh, 700px);
  overflow: hidden;
  background: #e5e5e5;
}

/* Scroll zoom layer (matches .ee-hero__bg-inner in editorial experience) */
.tcn-coll-lv__banner-zoom {
  position: absolute;
  inset: 0;
  z-index: 0;
  transform-origin: center center;
  will-change: transform;
}

@media (min-width: 992px) {
  .tcn-coll-lv__banner-frame {
    height: clamp(450px, 65vh, 700px);
  }
}

.tcn-coll-lv__banner-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.14) 0%,
    transparent 42%,
    rgba(0, 0, 0, 0.1) 100%
  );
}

.tcn-coll-lv__banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Content block */
.tcn-coll-lv__content {
  padding-top: clamp(5rem, 5vw, 7rem);
  padding-bottom: clamp(5rem, 5vw, 7rem);
  background: #fff;
}

.tcn-coll-lv__content-inner {
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.tcn-coll-lv__content-dash {
  width: 48px;
  height: 1px;
  background: rgba(17, 17, 17, 0.35);
  margin-bottom: 1.25rem;
}

.tcn-coll-lv__content-label {
  margin: 0 0 0.75rem;
  font-family: var(--tcn-lv-sans);
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.55);
}

.tcn-coll-lv__content-subtitle {
  margin: 0 0 1.5rem;
  font-family: var(--tcn-lv-serif);
  font-weight: 300;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: rgba(17, 17, 17, 0.92);
}

.tcn-coll-lv__body {
  font-family: var(--tcn-lv-sans);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.01em;
  color: rgba(17, 17, 17, 0.78);
}

.tcn-coll-lv__body p {
  margin: 0 0 1rem;
}

.tcn-coll-lv__body p:last-child {
  margin-bottom: 0;
}

/* section-info: no underline on hover (Engo uses border-bottom as line) */
.section-info-v1 .row.justify-content-center.button-about a:hover {
  text-decoration: none;
  border-bottom-color: transparent;
  border-bottom-width: 0;
  padding-bottom: 2px;
}

/* PDP: only second variant column (e.g. Fabric Choice) — white chip, black text */
.variant-group.second-option-buttons .button-option {
  background: #fff !important;
  color: #000 !important;
  border: 1px solid #000 !important;
}

.variant-group.second-option-buttons .button-option:hover {
  background: #fafafa !important;
  color: #000 !important;
  border-color: #000 !important;
}

.variant-group.second-option-buttons .button-option.selected {
  background: #fff !important;
  color: #000 !important;
  border: 2px solid #000 !important;
}

