/*
Theme Name: FL41 Blocksy Child
Theme URI: https://fl41glasses.co.uk/
Description: Blocksy child theme for FL41 Glasses.
Author: Codex
Template: blocksy
Version: 1.0.0
Text Domain: fl41-blocksy-child
*/

:root{
  --fl41-ink:#1a1117;
  --fl41-mauve:#9c4f6d;
  --fl41-soft:#fff3f7;
  --fl41-soft-2:#fff7fa;
  --fl41-border:#ead6df;
  --fl41-muted:#5f4b54;
}

body{
  background:#fffafc;
  color:var(--fl41-ink);
}

/* Hide Blocksy default header/footer rows; custom ones are injected through hooks */
.ct-header,
.ct-footer{
  display:none;
}

.fl41-blocksy-topbar{
  background:#1a1117;
  color:#fff;
  font-size:.88rem;
}

.fl41-blocksy-topbar a{color:#fff;text-decoration:underline;}
.fl41-blocksy-topbar__inner,
.fl41-blocksy-header__inner,
.fl41-blocksy-footer__inner{
  width:min(1290px, calc(100% - 32px));
  margin:0 auto;
}

.fl41-blocksy-topbar__inner{
  padding:10px 0;
  text-align:center;
  line-height:1.5;
}

.fl41-blocksy-header{
  position:sticky;
  top:0;
  z-index:50;
  backdrop-filter:blur(12px);
  background:rgba(255,250,252,.96);
  border-bottom:1px solid var(--fl41-border);
}

.fl41-blocksy-header__inner{
  display:grid;
  grid-template-columns:1.1fr 1.4fr auto;
  align-items:center;
  gap:24px;
  padding:18px 0;
}

.fl41-blocksy-branding{
  display:flex;
  flex-direction:column;
  gap:4px;
}

.fl41-blocksy-branding a{
  color:var(--fl41-ink);
  text-decoration:none;
}

.fl41-blocksy-branding__title{
  font-size:1.45rem;
  line-height:1.1;
  font-weight:700;
  letter-spacing:-.02em;
}

.fl41-blocksy-branding__tagline{
  font-size:.92rem;
  color:var(--fl41-muted);
}

.fl41-blocksy-nav ul,
.fl41-blocksy-footer__links{
  list-style:none;
  margin:0;
  padding:0;
}

.fl41-blocksy-nav ul{
  display:flex;
  justify-content:center;
  gap:18px;
  flex-wrap:wrap;
}

.fl41-blocksy-nav a,
.fl41-blocksy-footer a{
  color:var(--fl41-ink);
  text-decoration:none;
}

.fl41-blocksy-nav a{
  font-size:.92rem;
  font-weight:600;
}

.fl41-blocksy-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
}

.fl41-blocksy-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  padding:12px 16px;
  text-decoration:none;
  font-size:.92rem;
  font-weight:600;
}

.fl41-blocksy-btn--primary{background:var(--fl41-ink);color:#fff;}
.fl41-blocksy-btn--outline{background:#fff;color:var(--fl41-ink);border:1px solid var(--fl41-border);}

.fl41-blocksy-footer{
  margin-top:72px;
  padding:52px 0 32px;
  border-top:1px solid var(--fl41-border);
  background:linear-gradient(180deg,#fffafc 0%,#fff2f7 100%);
}

.fl41-blocksy-footer__grid{
  display:grid;
  grid-template-columns:1.2fr 1fr 1fr 1fr;
  gap:24px;
}

.fl41-blocksy-footer__title{
  font-size:1.05rem;
  font-weight:700;
  margin:0 0 12px;
}

.fl41-blocksy-footer p,
.fl41-blocksy-footer li,
.fl41-blocksy-footer a{
  color:var(--fl41-muted);
  font-size:.95rem;
  line-height:1.7;
}

.fl41-blocksy-footer__links{
  display:flex;
  flex-direction:column;
  gap:8px;
}

.fl41-blocksy-footer__bottom{
  display:flex;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
  border-top:1px solid var(--fl41-border);
  margin-top:28px;
  padding-top:18px;
  font-size:.88rem;
  color:var(--fl41-muted);
}

/* Product page optimization for Blocksy */
.single-product .ct-container-full{
  width:min(1290px, calc(100% - 32px));
}

.single-product .product-entry-wrapper{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);
  gap:36px;
  align-items:start;
}

.single-product .woocommerce-product-gallery{
  position:sticky;
  top:118px;
  background:#fff;
  padding:18px;
  border:1px solid var(--fl41-border);
  border-radius:26px;
  box-shadow:0 20px 50px rgba(105,62,85,.08);
}

.single-product .entry-summary{
  background:var(--fl41-soft-2);
  padding:26px;
  border:1px solid var(--fl41-border);
  border-radius:26px;
}

.single-product .entry-summary .entry-title{
  font-size:clamp(1.9rem,3vw,2.8rem);
  line-height:1.1;
}

.single-product .entry-summary .price{
  color:var(--fl41-mauve);
  font-weight:700;
  font-size:1.4rem;
}

.single-product .entry-summary .price del{opacity:.5;margin-right:10px;}
.single-product .ct-product-add-to-cart form.cart,
.single-product form.cart{
  display:flex;
  gap:12px;
  align-items:center;
  flex-wrap:wrap;
}

.single-product .single_add_to_cart_button,
.single-product .ct-button,
.single-product .button{
  border-radius:999px;
}

.single-product .ct-payment-methods,
.single-product .product_meta{
  margin-top:18px;
}

.single-product .wp-block-post-excerpt,
.single-product .woocommerce-product-details__short-description{
  display:none;
}

.fl41-product-intro{
  font-size:1rem;
  line-height:1.7;
  color:var(--fl41-muted);
  margin:0 0 18px;
}

.fl41-product-usp,
.fl41-product-trust{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}

.fl41-product-usp{margin:18px 0 20px;}
.fl41-product-usp__item,
.fl41-product-trust__item,
.fl41-product-support__card{
  background:#fff;
  border:1px solid var(--fl41-border);
  border-radius:18px;
  padding:14px 16px;
}

.fl41-product-usp__label{
  display:block;
  font-size:.78rem;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--fl41-mauve);
  margin-bottom:4px;
  font-weight:700;
}

.fl41-product-usp__value{font-size:.96rem;color:var(--fl41-ink);line-height:1.5;}
.fl41-product-trust{margin-top:18px;}
.fl41-product-trust__item strong{display:block;margin-bottom:4px;}
.fl41-product-trust__item span{color:var(--fl41-muted);line-height:1.6;}

.fl41-product-support{
  margin:26px 0 12px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.fl41-product-support__card h3{margin:0 0 8px;font-size:1.05rem;}
.fl41-product-support__card p{margin:0;color:var(--fl41-muted);line-height:1.7;}

.single-product .woocommerce-tabs,
.single-product .ct-accordion-tabs{
  margin-top:20px;
}

.single-product .woocommerce-Tabs-panel,
.single-product .ct-accordion-tabs .entry-content{
  background:#fff;
  border:1px solid var(--fl41-border);
  border-radius:24px;
  padding:24px;
}

.single-product .related.products,
.single-product .related{
  margin-top:42px;
}

.single-product .related.products > h2,
.single-product .related .ct-module-title{
  font-size:1.6rem;
}

.single-product .related ul.products,
.single-product .related [data-products]{
  gap:20px;
}

.single-product .related ul.products li.product,
.single-product .related [data-products] article{
  border:1px solid var(--fl41-border);
  border-radius:22px;
  background:#fff;
  padding:18px;
}

.single-product .related .price{color:var(--fl41-mauve);font-weight:700;}

@media (max-width:1100px){
  .single-product .product-entry-wrapper{grid-template-columns:1fr;}
  .single-product .woocommerce-product-gallery{position:relative;top:auto;}
  .fl41-blocksy-header__inner{grid-template-columns:1fr;gap:16px;}
  .fl41-blocksy-nav ul,.fl41-blocksy-actions{justify-content:flex-start;}
  .fl41-blocksy-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}

@media (max-width:767px){
  .fl41-product-usp,.fl41-product-trust,.fl41-product-support,.fl41-blocksy-footer__grid{grid-template-columns:1fr;}
  .fl41-blocksy-topbar__inner,.fl41-blocksy-header__inner,.fl41-blocksy-footer__inner{width:min(1290px, calc(100% - 24px));}
}

/* 2026-04-05 desktop layout refinement + square product imagery */
.single-product .hero-section.is-width-constrained,
.single-product .product-entry-wrapper.is-width-constrained,
.single-product .woocommerce-tabs .tabs.is-width-constrained,
.single-product .woocommerce-Tabs-panel.is-layout-constrained,
.single-product .related.products,
.single-product .related{
  width:min(1320px, 100%);
  max-width:1320px;
  margin-left:auto;
  margin-right:auto;
}

.single-product .ct-breadcrumbs{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
}

.single-product .product-entry-wrapper{
  display:grid !important;
  grid-template-columns:minmax(0, 1.12fr) minmax(420px, 0.88fr);
  column-gap:clamp(32px, 4vw, 64px);
  row-gap:24px;
  align-items:start;
}

.single-product .woocommerce-product-gallery,
.single-product .summary.entry-summary{
  width:100%;
  max-width:none;
  margin:0;
}

.single-product .woocommerce-product-gallery{
  padding:24px;
  border-radius:30px;
}

.single-product .summary.entry-summary{
  padding:34px;
  border-radius:30px;
}

.single-product .entry-summary .entry-title{
  font-size:clamp(2.2rem, 2.7vw, 4rem);
  line-height:1.02;
  letter-spacing:-0.035em;
  margin-bottom:16px;
  max-width:11.5ch;
}

.single-product .entry-summary .price{
  margin-bottom:18px;
}

.single-product .entry-summary-items > .price,
.single-product .entry-summary-items > .woocommerce-product-details__short-description,
.single-product .entry-summary-items > .ct-product-divider[data-id="divider_1"],
.single-product .entry-summary-items > .ct-product-add-to-cart,
.single-product .entry-summary-items > .ct-product-divider[data-id="divider_2"]{
  --product-element-spacing:22px;
}

.single-product .ct-product-add-to-cart .ct-cart-actions{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}

.single-product .quantity[data-type="type-2"]{
  --quantity-width:88px;
}

.single-product .single_add_to_cart_button{
  min-width:220px;
}

.single-product .product_meta{
  padding-top:16px;
  border-top:1px solid var(--fl41-border);
}

.single-product .woocommerce-product-gallery .ct-media-container,
.single-product .woocommerce-product-gallery .ct-media-container img,
.single-product .woocommerce-product-gallery .flexy-pills .ct-media-container,
.single-product .woocommerce-product-gallery .flexy-pills .ct-media-container img,
.woocommerce ul.products li.product .ct-media-container,
.woocommerce ul.products li.product .ct-media-container img,
[data-products] .product .ct-media-container,
[data-products] .product .ct-media-container img{
  aspect-ratio:1 / 1 !important;
}

.single-product .woocommerce-product-gallery .ct-media-container,
.woocommerce ul.products li.product .ct-media-container,
[data-products] .product .ct-media-container{
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  background:#fff;
  border-radius:22px;
}

.single-product .woocommerce-product-gallery .ct-media-container img,
.woocommerce ul.products li.product .ct-media-container img,
[data-products] .product .ct-media-container img{
  width:100%;
  height:100%;
  object-fit:contain;
  background:#fff;
}

.single-product .woocommerce-product-gallery .flexy-items .ct-media-container{
  padding:16px;
}

.single-product .woocommerce-product-gallery .flexy-pills ol{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.single-product .woocommerce-product-gallery .flexy-pills li{
  width:84px;
  min-width:84px;
  aspect-ratio:1 / 1;
}

.woocommerce ul.products li.product .ct-media-container,
[data-products] .product .ct-media-container{
  padding:14px;
}

@media (min-width: 1200px){
  .single-product .ct-container-full{
    width:min(1400px, calc(100% - 64px));
  }

  .single-product .product-entry-wrapper{
    grid-template-columns:minmax(560px, 1.15fr) minmax(460px, 0.85fr);
  }

  .single-product .summary.entry-summary{
    padding:38px;
  }
}

@media (min-width: 1440px){
  .single-product .product-entry-wrapper{
    grid-template-columns:minmax(620px, 1.18fr) minmax(480px, 0.82fr);
  }
}

@media (max-width: 1199px){
  .single-product .product-entry-wrapper{
    grid-template-columns:minmax(0, 1fr) minmax(360px, 420px);
  }

  .single-product .summary.entry-summary{
    padding:28px;
  }
}

@media (max-width: 900px){
  .single-product .product-entry-wrapper{
    grid-template-columns:1fr;
  }

  .single-product .woocommerce-product-gallery,
  .single-product .summary.entry-summary{
    padding:22px;
    border-radius:24px;
  }

  .single-product .entry-summary .entry-title{
    max-width:none;
    font-size:clamp(1.95rem, 7vw, 3rem);
  }
}

/* extra square ratio guard for Blocksy gallery */
.single-product .woocommerce-product-gallery .flexy-view,
.single-product .woocommerce-product-gallery .flexy-items,
.single-product .woocommerce-product-gallery .flexy-item{
  width:100%;
}

.single-product .woocommerce-product-gallery .flexy-item,
.single-product .woocommerce-product-gallery .flexy-item > figure{
  aspect-ratio:1 / 1;
}

/* policy page order tracking CTA */
.fl41-policy-track-box{
  margin:32px 0 0;
  padding:24px;
  border:1px solid var(--fl41-border);
  border-radius:24px;
  background:linear-gradient(180deg,#fffafc 0%,#fff3f7 100%);
  box-shadow:0 16px 38px rgba(105,62,85,.07);
}

.fl41-policy-track-box h3{
  margin:0 0 10px;
  font-size:1.35rem;
  line-height:1.2;
}

.fl41-policy-track-box p{
  margin:0 0 16px;
  color:var(--fl41-muted);
  line-height:1.7;
}

.fl41-policy-track-box .fl41-button{
  display:inline-flex;
}

/* cart drawer */

.fl41-open-cart{
  position:relative;
  gap:10px;
}

.fl41-open-cart__icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:20px;
  height:20px;
  flex:0 0 auto;
}

.fl41-open-cart__icon svg{
  width:20px;
  height:20px;
  display:block;
}

.fl41-open-cart__label{
  display:inline-flex;
  align-items:center;
}

.fl41-cart-count{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:22px;
  height:22px;
  padding:0 6px;
  border-radius:999px;
  background:var(--fl41-mauve);
  color:#fff;
  font-size:.78rem;
  font-weight:700;
  line-height:1;
}

.fl41-cart-drawer{
  position:fixed;
  inset:0;
  z-index:9999;
  pointer-events:none;
}

.fl41-cart-drawer__overlay{
  position:absolute;
  inset:0;
  border:0;
  opacity:0;
  background:rgba(26,17,23,.48);
  transition:opacity .25s ease;
}

.fl41-cart-drawer__panel{
  position:absolute;
  top:0;
  right:0;
  width:min(460px, 100vw);
  height:100%;
  background:#fffafc;
  border-left:1px solid var(--fl41-border);
  box-shadow:-24px 0 60px rgba(26,17,23,.14);
  transform:translateX(100%);
  transition:transform .28s ease;
  display:flex;
  flex-direction:column;
  outline:none;
}

.fl41-cart-drawer.is-active{
  pointer-events:auto;
}

.fl41-cart-drawer.is-active .fl41-cart-drawer__overlay{
  opacity:1;
}

.fl41-cart-drawer.is-active .fl41-cart-drawer__panel{
  transform:translateX(0);
}

body.fl41-cart-drawer-open{
  overflow:hidden;
}

.fl41-cart-drawer__topbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:18px 20px;
  border-bottom:1px solid var(--fl41-border);
  background:#fff;
  font-weight:700;
}

.fl41-cart-drawer__close{
  width:42px;
  height:42px;
  border-radius:999px;
  border:1px solid var(--fl41-border);
  background:#fff;
  color:var(--fl41-ink);
  font-size:1.65rem;
  line-height:1;
  cursor:pointer;
}

.fl41-cart-drawer__content{
  flex:1;
  overflow:auto;
  padding:22px 20px 28px;
}

.fl41-cart-drawer__headcopy{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  margin-bottom:18px;
}

.fl41-cart-drawer__eyebrow{
  margin:0 0 6px;
  font-size:.78rem;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:var(--fl41-mauve);
  font-weight:700;
}

.fl41-cart-drawer__headcopy h3{
  margin:0;
  font-size:1.55rem;
  line-height:1.15;
}

.fl41-cart-drawer__count{
  flex:0 0 auto;
  padding:8px 12px;
  border-radius:999px;
  background:#fff;
  border:1px solid var(--fl41-border);
  color:var(--fl41-muted);
  font-size:.86rem;
  font-weight:700;
}

.fl41-cart-drawer__empty{
  background:#fff;
  border:1px solid var(--fl41-border);
  border-radius:24px;
  padding:24px;
}

.fl41-cart-drawer__empty p,
.fl41-cart-drawer__note,
.fl41-cart-drawer .woocommerce-mini-cart__empty-message,
.fl41-cart-drawer .woocommerce-mini-cart-item .variation,
.fl41-cart-drawer .quantity{
  color:var(--fl41-muted);
}

.fl41-cart-drawer .woocommerce-mini-cart{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:14px;
}

.fl41-cart-drawer .woocommerce-mini-cart-item{
  display:grid;
  grid-template-columns:84px minmax(0, 1fr);
  gap:14px;
  padding:14px;
  border:1px solid var(--fl41-border);
  border-radius:22px;
  background:#fff;
}

.fl41-cart-drawer .woocommerce-mini-cart-item a:not(.remove){
  color:var(--fl41-ink);
  text-decoration:none;
  font-weight:700;
}

.fl41-cart-drawer .woocommerce-mini-cart-item img{
  width:84px;
  height:84px;
  object-fit:contain;
  border-radius:16px;
  background:#fff;
  border:1px solid var(--fl41-border);
}

.fl41-cart-drawer .woocommerce-mini-cart-item .remove{
  justify-self:end;
  color:var(--fl41-mauve) !important;
  font-size:1.15rem;
  text-decoration:none;
}

.fl41-cart-drawer .woocommerce-mini-cart__total,
.fl41-cart-drawer .woocommerce-mini-cart__buttons,
.fl41-cart-drawer__note{
  margin-top:18px;
}

.fl41-cart-drawer .woocommerce-mini-cart__total{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:16px 18px;
  border-radius:18px;
  border:1px solid var(--fl41-border);
  background:#fff;
  font-size:1rem;
}

.fl41-cart-drawer .woocommerce-mini-cart__buttons{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.fl41-cart-drawer .woocommerce-mini-cart__buttons .button,
.fl41-cart-drawer__empty .fl41-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  border-radius:999px;
  padding:12px 16px;
  text-decoration:none;
  font-weight:700;
}

.fl41-cart-drawer .woocommerce-mini-cart__buttons .button:first-child{
  background:#fff;
  color:var(--fl41-ink);
  border:1px solid var(--fl41-border);
}

.fl41-cart-drawer .woocommerce-mini-cart__buttons .button.checkout{
  background:var(--fl41-ink);
  color:#fff;
}

.fl41-cart-drawer__note{
  padding:14px 16px;
  border-radius:18px;
  background:#fff3f7;
  border:1px solid var(--fl41-border);
  line-height:1.6;
  font-size:.92rem;
}

@media (max-width: 767px){
  .fl41-cart-drawer__panel{
    width:100vw;
  }

  .fl41-cart-drawer__content{
    padding:18px 16px 24px;
  }

  .fl41-cart-drawer .woocommerce-mini-cart__buttons{
    grid-template-columns:1fr;
  }
}

/* cart drawer product title/layout refinement */
.fl41-cart-drawer .woocommerce-mini-cart-item{
  grid-template-columns:20px 84px minmax(0,1fr);
  align-items:start;
}

.fl41-cart-drawer .woocommerce-mini-cart-item .remove{
  grid-column:1;
  grid-row:1;
  justify-self:start;
  align-self:start;
  margin-top:6px;
}

.fl41-cart-drawer .woocommerce-mini-cart-item > .ct-media-container{
  grid-column:2;
  grid-row:1;
}

.fl41-cart-drawer .woocommerce-mini-cart-item .product-data{
  grid-column:3;
  grid-row:1;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:8px;
  padding-top:2px;
}

.fl41-cart-drawer .woocommerce-mini-cart-item .product-title{
  display:block;
  font-size:1rem;
  line-height:1.45;
  font-weight:700;
  word-break:break-word;
  overflow-wrap:anywhere;
  margin:0;
}

.fl41-cart-drawer .woocommerce-mini-cart-item .quantity{
  font-size:.95rem;
  line-height:1.5;
}

/* cart drawer premium refinement */
.fl41-cart-drawer .woocommerce-mini-cart-item{
  grid-template-columns:20px 92px minmax(0,1fr);
  gap:16px;
  align-items:center;
  padding:16px 18px;
}

.fl41-cart-drawer .woocommerce-mini-cart-item .remove{
  margin-top:0;
  align-self:center;
  color:var(--fl41-muted) !important;
  opacity:.9;
}

.fl41-cart-drawer .woocommerce-mini-cart-item > .ct-media-container{
  width:92px;
  height:92px;
  border-radius:20px;
}

.fl41-cart-drawer .woocommerce-mini-cart-item img{
  width:92px;
  height:92px;
  border-radius:20px;
}

.fl41-cart-drawer .woocommerce-mini-cart-item .product-data{
  justify-content:center;
  gap:10px;
  padding-top:0;
}

.fl41-cart-drawer .woocommerce-mini-cart-item .product-title{
  font-size:.98rem;
  line-height:1.38;
  font-weight:700;
  letter-spacing:-0.01em;
  color:var(--fl41-ink);
  max-width:24ch;
}

.fl41-cart-drawer .woocommerce-mini-cart-item .quantity{
  font-size:.9rem;
  color:var(--fl41-muted);
}

.fl41-cart-drawer .woocommerce-mini-cart__buttons{
  margin-top:16px;
}

.fl41-cart-drawer__cta-row{
  margin-top:14px;
}

.fl41-cart-drawer__continue{
  width:100%;
  min-height:46px;
}

@media (max-width: 767px){
  .fl41-cart-drawer .woocommerce-mini-cart-item{
    grid-template-columns:18px 78px minmax(0,1fr);
    gap:14px;
    padding:14px;
  }

  .fl41-cart-drawer .woocommerce-mini-cart-item > .ct-media-container,
  .fl41-cart-drawer .woocommerce-mini-cart-item img{
    width:78px;
    height:78px;
    border-radius:16px;
  }

  .fl41-cart-drawer .woocommerce-mini-cart-item .product-title{
    font-size:.95rem;
    line-height:1.4;
    max-width:none;
  }
}


/* accepted payment methods */
.fl41-payment-icons{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.fl41-payment-icons__title{
  font-size:.78rem;
  line-height:1.2;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--fl41-mauve);
  font-weight:700;
}

.fl41-payment-icons__list{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
}

.fl41-payment-icons__item{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:68px;
  height:42px;
  padding:10px 14px;
  border:1px solid var(--fl41-border);
  border-radius:14px;
  background:#fff;
  box-shadow:0 10px 24px rgba(105,62,85,.06);
}

.fl41-payment-icons__item img{
  display:block;
  width:auto;
  max-width:44px;
  max-height:18px;
  height:auto;
}

.fl41-payment-icons--checkout{
  margin:20px 0 18px;
  padding:18px 18px 16px;
  border:1px solid var(--fl41-border);
  border-radius:20px;
  background:linear-gradient(180deg,#fffafc 0%,#fff3f7 100%);
}

.fl41-payment-icons--footer{
  margin-top:28px;
  padding-top:20px;
  border-top:1px solid var(--fl41-border);
}

.fl41-payment-icons--footer .fl41-payment-icons__list{
  gap:8px;
}

.fl41-payment-icons--footer .fl41-payment-icons__item{
  min-width:62px;
  height:40px;
  padding:9px 12px;
  border-radius:12px;
  box-shadow:none;
}

@media (max-width:767px){
  .fl41-payment-icons--checkout{
    margin:16px 0 14px;
    padding:16px;
  }

  .fl41-payment-icons__list{
    gap:8px;
  }

  .fl41-payment-icons__item{
    min-width:60px;
    height:38px;
    padding:8px 10px;
  }

  .fl41-payment-icons__item img{
    max-width:40px;
    max-height:16px;
  }
}


/* header/footer currency switcher */
.fl41-blocksy-footer__meta{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  flex-wrap:wrap;
}

.fl41-currency-switcher{
  display:flex;
  flex-direction:column;
  gap:8px;
}

.fl41-currency-switcher__label{
  font-size:.78rem;
  line-height:1.2;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--fl41-mauve);
  font-weight:700;
}

.fl41-currency-switcher__control{
  position:relative;
  z-index:40;
}

.fl41-currency-switcher .yay-currency-custom-select-wrapper{
  min-width:132px;
}

.fl41-currency-switcher .yay-currency-custom-select__trigger{
  min-height:44px;
  padding:10px 14px;
  border:1px solid var(--fl41-border);
  border-radius:14px;
  background:#fff;
  box-shadow:0 10px 24px rgba(105,62,85,.06);
}

.fl41-currency-switcher .yay-currency-selected-option{
  color:var(--fl41-ink);
  font-size:.92rem;
  font-weight:600;
}

.fl41-currency-switcher .yay-currency-custom-options{
  border:1px solid var(--fl41-border);
  border-radius:14px;
  background:#fff;
  box-shadow:0 18px 40px rgba(26,17,23,.12);
}

.fl41-currency-switcher .yay-currency-custom-option-row{
  padding:10px 14px;
}

.fl41-currency-switcher .yay-currency-custom-option-row.selected,
.fl41-currency-switcher .yay-currency-custom-option-row:hover{
  background:#fff3f7;
}

.fl41-currency-switcher--header{
  min-width:132px;
}

.fl41-currency-switcher--header .fl41-currency-switcher__label{
  display:none;
}

.fl41-currency-switcher--header{
  min-width:132px;
}

.fl41-currency-switcher--header .yay-currency-custom-select-wrapper{
  min-width:132px;
}

.fl41-currency-switcher--header .yay-currency-custom-select__trigger,
.fl41-blocksy-actions .fl41-blocksy-btn{
  min-height:48px;
  height:48px;
  border-radius:999px;
}

.fl41-currency-switcher--header .yay-currency-custom-select__trigger{
  box-shadow:none;
  min-width:132px;
  padding:10px 16px;
}

.fl41-currency-switcher--header .yay-currency-custom-selected-option{
  min-height:28px;
  display:flex;
  align-items:center;
}

.fl41-currency-switcher--header .yay-currency-selected-option{
  font-size:.92rem;
  line-height:1;
  letter-spacing:.04em;
  font-weight:600;
}

.fl41-currency-switcher--header .yay-currency-flag.selected{
  margin-right:10px;
}

.fl41-blocksy-actions .fl41-blocksy-btn{
  padding:0 18px;
  line-height:1;
}

.fl41-blocksy-actions .fl41-open-cart{
  min-width:136px;
}

.fl41-blocksy-actions .fl41-blocksy-btn--outline{
  border-color:var(--fl41-border);
}

.fl41-blocksy-actions{
  align-items:center;
}

.fl41-currency-switcher--footer{
  align-items:flex-start;
}

@media (max-width:1100px){
  .fl41-blocksy-footer__meta{
    flex-direction:column;
    align-items:flex-start;
  }
}

@media (max-width:767px){
  .fl41-currency-switcher,
  .fl41-currency-switcher .yay-currency-custom-select-wrapper{
    width:100%;
    max-width:100%;
  }

  .fl41-currency-switcher .yay-currency-custom-select__trigger{
    width:100%;
  }
}


/* mobile nav drawer */
.fl41-mobile-nav-toggle{
  display:none;
  width:48px;
  height:48px;
  border-radius:999px;
  border:1px solid var(--fl41-border);
  background:#fff;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:4px;
  padding:0;
}

.fl41-mobile-nav-toggle span{
  display:block;
  width:18px;
  height:2px;
  border-radius:999px;
  background:var(--fl41-ink);
}

.fl41-mobile-nav-drawer{
  position:fixed;
  inset:0;
  z-index:9998;
  pointer-events:none;
}

.fl41-mobile-nav-drawer__overlay{
  position:absolute;
  inset:0;
  border:0;
  opacity:0;
  background:rgba(26,17,23,.48);
  transition:opacity .25s ease;
}

.fl41-mobile-nav-drawer__panel{
  position:absolute;
  top:0;
  left:0;
  width:min(380px, 88vw);
  height:100%;
  background:#fffafc;
  border-right:1px solid var(--fl41-border);
  box-shadow:24px 0 60px rgba(26,17,23,.14);
  transform:translateX(-100%);
  transition:transform .28s ease;
  display:flex;
  flex-direction:column;
  outline:none;
}

.fl41-mobile-nav-drawer.is-active{
  pointer-events:auto;
}

.fl41-mobile-nav-drawer.is-active .fl41-mobile-nav-drawer__overlay{
  opacity:1;
}

.fl41-mobile-nav-drawer.is-active .fl41-mobile-nav-drawer__panel{
  transform:translateX(0);
}

body.fl41-mobile-nav-open{
  overflow:hidden;
}

.fl41-mobile-nav-drawer__topbar{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  padding:22px 20px 18px;
  border-bottom:1px solid var(--fl41-border);
  background:#fff;
}

.fl41-mobile-nav-drawer__eyebrow{
  margin:0 0 6px;
  font-size:.78rem;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:var(--fl41-mauve);
  font-weight:700;
}

.fl41-mobile-nav-drawer__close{
  width:42px;
  height:42px;
  border-radius:999px;
  border:1px solid var(--fl41-border);
  background:#fff;
  color:var(--fl41-ink);
  font-size:1.65rem;
  line-height:1;
}

.fl41-mobile-nav-drawer__content{
  padding:20px;
  display:flex;
  flex-direction:column;
  gap:20px;
  overflow:auto;
}

.fl41-mobile-nav ul{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:6px;
}

.fl41-mobile-nav a{
  display:block;
  padding:14px 6px;
  color:var(--fl41-ink);
  text-decoration:none;
  font-size:1.02rem;
  font-weight:600;
  border-bottom:1px solid rgba(234,214,223,.7);
}

.fl41-mobile-nav-drawer__section{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.fl41-currency-switcher--mobile-nav .yay-currency-custom-select-wrapper,
.fl41-currency-switcher--mobile-nav .yay-currency-custom-select__trigger{
  width:100%;
  max-width:100%;
}

.fl41-currency-switcher--mobile-nav .yay-currency-custom-select__trigger{
  min-height:48px;
  border-radius:16px;
  box-shadow:none;
}

.fl41-mobile-nav-drawer__account .fl41-blocksy-btn{
  width:100%;
}

.fl41-mobile-nav-drawer__contact{
  margin-top:auto;
  padding:16px;
  border:1px solid var(--fl41-border);
  border-radius:18px;
  background:#fff;
}

.fl41-mobile-nav-drawer__contact p{
  margin:0 0 6px;
  font-size:.82rem;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:var(--fl41-mauve);
  font-weight:700;
}

.fl41-mobile-nav-drawer__contact a{
  color:var(--fl41-ink);
  text-decoration:none;
  font-weight:600;
}

@media (max-width: 900px){
  .fl41-mobile-nav-toggle{
    display:inline-flex;
    justify-self:start;
    order:1;
    width:48px;
    min-width:48px;
    height:48px;
  }

  .fl41-blocksy-header__inner{
    grid-template-columns:48px minmax(0, 1fr) auto;
    gap:12px;
    align-items:center;
  }

  .fl41-blocksy-nav,
  .fl41-blocksy-actions .fl41-currency-switcher,
  .fl41-blocksy-actions .fl41-blocksy-btn--outline,
  .fl41-blocksy-actions > .fl41-blocksy-btn:not(.fl41-open-cart){
    display:none !important;
  }

  .fl41-blocksy-branding{
    order:2;
    min-width:0;
    align-items:center;
    text-align:center;
    justify-self:center;
    width:100%;
  }

  .fl41-blocksy-branding__tagline{
    display:none;
  }

  .fl41-blocksy-branding__title{
    display:block;
    width:100%;
    font-size:1.2rem;
    line-height:1.1;
    text-align:center;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }

  .fl41-blocksy-actions{
    order:3;
    display:flex !important;
    justify-content:flex-end;
    justify-self:end;
    align-items:center;
    gap:10px;
    min-width:106px;
    width:auto;
  }

  .fl41-mobile-account-link,
  .fl41-blocksy-actions .fl41-open-cart{
    display:inline-flex !important;
    visibility:visible !important;
    opacity:1 !important;
    width:48px;
    min-width:48px;
    height:48px;
    padding:0;
    justify-content:center;
    align-items:center;
    position:relative;
    flex:0 0 48px;
    border:1px solid var(--fl41-border);
    border-radius:999px;
    background:#fff;
    color:var(--fl41-ink);
    text-decoration:none;
  }

  .fl41-mobile-account-link{
    order:1;
  }

  .fl41-mobile-account-link__icon{
    width:22px;
    height:22px;
  }

  .fl41-mobile-account-link__icon svg{
    width:22px;
    height:22px;
  }

  .fl41-blocksy-actions .fl41-open-cart{
    order:2;
    gap:0;
  }

  .fl41-blocksy-actions .fl41-open-cart__label{
    display:none;
  }

  .fl41-blocksy-actions .fl41-open-cart__icon{
    width:22px;
    height:22px;
  }

  .fl41-blocksy-actions .fl41-open-cart__icon svg{
    width:22px;
    height:22px;
  }

  .fl41-blocksy-actions .fl41-open-cart .fl41-cart-count{
    position:absolute;
    top:-4px;
    right:-4px;
    min-width:20px;
    height:20px;
    padding:0 5px;
    font-size:.72rem;
    box-shadow:0 6px 16px rgba(26,17,23,.16);
  }
}

@media (max-width: 767px){
  .fl41-mobile-nav-drawer__panel{
    width:min(340px, 92vw);
  }

  .fl41-blocksy-topbar__inner{
    font-size:.8rem;
  }
}


/* refined mobile nav drawer */
.fl41-mobile-nav-drawer__brand{
  display:flex;
  align-items:flex-start;
  gap:14px;
  max-width:240px;
}

.fl41-mobile-nav-drawer__brand-mark{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:58px;
  height:58px;
  padding:0 12px;
  border-radius:18px;
  background:linear-gradient(135deg,#1a1117 0%,#9c4f6d 100%);
  color:#fff;
  font-weight:700;
  letter-spacing:.06em;
}

.fl41-mobile-nav-drawer__brand-copy{
  display:flex;
  flex-direction:column;
  gap:4px;
}

.fl41-mobile-nav-drawer__brand-copy strong{
  font-size:1.05rem;
  line-height:1.1;
}

.fl41-mobile-nav-drawer__brand-copy span{
  color:var(--fl41-muted);
  font-size:.9rem;
  line-height:1.5;
}

.fl41-mobile-nav ul{
  gap:0;
}

.fl41-mobile-nav li + li{
  margin-top:10px;
}

.fl41-mobile-nav a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:16px 18px;
  color:var(--fl41-ink);
  text-decoration:none;
  font-size:1.04rem;
  font-weight:600;
  border:1px solid var(--fl41-border);
  border-radius:18px;
  background:#fff;
  box-shadow:0 10px 24px rgba(105,62,85,.06);
}

.fl41-mobile-nav a span{
  display:block;
}

.fl41-mobile-nav a svg{
  width:18px;
  height:18px;
  color:var(--fl41-muted);
  flex:0 0 auto;
}

.fl41-mobile-nav-drawer__shortcut-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.fl41-mobile-nav-drawer__shortcut{
  display:flex;
  flex-direction:column;
  gap:6px;
  padding:16px;
  border:1px solid var(--fl41-border);
  border-radius:18px;
  background:linear-gradient(180deg,#fffafc 0%,#fff3f7 100%);
  text-decoration:none;
}

.fl41-mobile-nav-drawer__shortcut-label{
  color:var(--fl41-ink);
  font-size:.98rem;
  font-weight:700;
  line-height:1.2;
}

.fl41-mobile-nav-drawer__shortcut-meta{
  color:var(--fl41-muted);
  font-size:.84rem;
  line-height:1.45;
}

@media (max-width: 767px){
  .fl41-mobile-nav-drawer__brand{
    max-width:210px;
  }

  .fl41-mobile-nav-drawer__shortcut-grid{
    grid-template-columns:1fr;
  }
}


.fl41-mobile-account-link{
  display:none;
}

.fl41-mobile-account-link__icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:20px;
  height:20px;
}

.fl41-mobile-account-link__icon svg{
  width:20px;
  height:20px;
  display:block;
}

.fl41-mobile-nav-drawer__footer{
  margin-top:auto;
  display:flex;
  flex-direction:column;
  gap:16px;
}

.fl41-mobile-nav-drawer__currency .fl41-currency-switcher{
  width:100%;
}

/* desktop header action alignment refinement */
@media (min-width: 1025px){
  .fl41-blocksy-actions{
    align-items:center;
  }

  .fl41-blocksy-actions > *{
    align-self:center;
  }

  .fl41-currency-switcher--header{
    display:flex;
    flex-direction:row;
    align-items:center;
    flex:0 0 auto;
    min-width:auto;
  }

  .fl41-currency-switcher--header .fl41-currency-switcher__control,
  .fl41-currency-switcher--header .yay-currency-single-page-switcher,
  .fl41-currency-switcher--header .yay-currency-custom-select-wrapper,
  .fl41-currency-switcher--header .yay-currency-custom-select{
    display:flex;
    align-items:center;
    margin:0;
  }

  .fl41-currency-switcher--header .yay-currency-single-page-switcher{
    margin-bottom:0;
  }

  .fl41-currency-switcher--header .yay-currency-custom-select__trigger{
    display:flex;
    align-items:center;
    justify-content:space-between;
    box-sizing:border-box;
  }
}

/* hide duplicate default page title on shop page */
.page-id-6 .hero-section.is-width-constrained{
  display:none;
}

.fl41-social-login{
  margin:0 0 20px;
}

.fl41-social-login--checkout,
.fl41-social-login--mobile-drawer{
  padding:18px;
  border:1px solid var(--fl41-border);
  border-radius:22px;
  background:linear-gradient(180deg,#fffafc 0%,#fff5f8 100%);
}

.fl41-social-login--mobile-drawer{
  margin:0;
  padding:14px;
  border-radius:18px;
}

.fl41-social-login__divider{
  display:flex;
  align-items:center;
  gap:12px;
  margin:0 0 14px;
  color:var(--fl41-muted);
  font-size:.92rem;
  line-height:1.3;
}

.fl41-social-login--checkout .fl41-social-login__divider,
.fl41-social-login--mobile-drawer .fl41-social-login__divider{
  margin-bottom:16px;
}

.fl41-social-login__divider::before,
.fl41-social-login__divider::after{
  content:"";
  flex:1 1 auto;
  height:1px;
  background:var(--fl41-border);
}

.fl41-social-login .nsl-container,
.fl41-social-login .nsl-container-buttons,
.fl41-social-login .nsl-container-buttons a{
  width:100% !important;
  max-width:none !important;
}

.fl41-social-login .nsl-container-buttons a{
  display:block;
  text-decoration:none;
}

.fl41-social-login .nsl-button-google{
  display:grid !important;
  grid-template-columns:56px minmax(0,1fr) 56px;
  align-items:center;
  min-height:54px;
  width:100%;
  border:1px solid var(--fl41-border) !important;
  border-radius:16px !important;
  background:#fff !important;
  color:var(--fl41-ink) !important;
  box-shadow:0 1px 0 rgba(26,17,23,.03), 0 12px 24px rgba(105,62,85,.06);
  overflow:hidden;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.fl41-social-login .nsl-button-google:hover{
  transform:translateY(-1px);
  background:#fffafc !important;
  border-color:#d8bcc9 !important;
  box-shadow:0 1px 0 rgba(26,17,23,.04), 0 16px 28px rgba(105,62,85,.08);
}

.fl41-social-login .nsl-button-google:focus-visible{
  outline:2px solid rgba(105,62,85,.22);
  outline-offset:2px;
}

.fl41-social-login .nsl-button-google .nsl-button-svg-container,
.fl41-social-login .nsl-button-google .nsl-button-label-container{
  display:flex !important;
  align-items:center;
}

.fl41-social-login .nsl-button-google .nsl-button-svg-container{
  grid-column:1;
  justify-content:center;
  width:56px;
  min-width:56px;
  height:100%;
  border-right:1px solid #f1e3ea;
}

.fl41-social-login .nsl-button-google .nsl-button-label-container{
  grid-column:2;
  justify-content:center;
  padding:0 12px;
  text-align:center;
  font-size:1rem;
  font-weight:600;
  letter-spacing:.01em;
  color:var(--fl41-ink) !important;
}

.fl41-social-login .nsl-button-google::after{
  content:"";
  grid-column:3;
  display:block;
  width:56px;
  height:100%;
}

.fl41-mobile-nav-drawer__social-login .fl41-social-login__divider span{
  font-size:.82rem;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.fl41-mobile-nav-drawer__social-login .nsl-button-google{
  min-height:50px;
  border-radius:15px !important;
}

@media (max-width: 767px){
  .fl41-social-login--checkout,
  .fl41-social-login--mobile-drawer{
    padding:14px;
  }

  .fl41-social-login .nsl-button-google{
    min-height:52px;
    grid-template-columns:52px minmax(0,1fr) 52px;
  }

  .fl41-social-login .nsl-button-google .nsl-button-svg-container,
  .fl41-social-login .nsl-button-google::after{
    width:52px;
  }

  .fl41-social-login .nsl-button-google .nsl-button-label-container{
    font-size:.96rem;
  }
}


/* mobile google login button fit fix */
@media (max-width: 767px){
  .fl41-mobile-nav-drawer__social-login .nsl-button-google{
    grid-template-columns:50px minmax(0,1fr) 18px;
    min-height:50px;
  }

  .fl41-mobile-nav-drawer__social-login .nsl-button-google .nsl-button-svg-container{
    width:50px;
    min-width:50px;
  }

  .fl41-mobile-nav-drawer__social-login .nsl-button-google .nsl-button-label-container{
    width:100% !important;
    min-width:0;
    padding:0 10px 0 12px;
    justify-content:flex-start;
    font-size:.9rem;
    line-height:1.2;
    white-space:nowrap;
    overflow:visible;
  }

  .fl41-mobile-nav-drawer__social-login .nsl-button-google::after{
    width:18px;
  }
}


.fl41-account-auth-tabs{
  display:flex;
  align-items:center;
  gap:10px;
  margin:0 auto 24px;
  padding:6px;
  max-width:680px;
  border:1px solid var(--fl41-border);
  border-radius:999px;
  background:#fff7fa;
}

.fl41-account-auth-tabs__tab{
  flex:1 1 0;
  min-height:48px;
  border:0;
  border-radius:999px;
  background:transparent;
  color:var(--fl41-ink);
  font-size:.98rem;
  font-weight:600;
  cursor:pointer;
  transition:background .18s ease,color .18s ease,box-shadow .18s ease;
}

.fl41-account-auth-tabs__tab.is-active{
  background:var(--fl41-ink);
  color:#fff;
  box-shadow:0 10px 22px rgba(26,17,23,.12);
}

#customer_login.fl41-auth-mode-login .u-column2,
#customer_login.fl41-auth-mode-register .u-column1{
  display:none !important;
}

#customer_login.fl41-auth-mode-login .u-column1,
#customer_login.fl41-auth-mode-register .u-column2{
  float:none;
  width:min(100%,680px);
  margin:0 auto;
}

#customer_login.fl41-auth-mode-login .u-column1 h2,
#customer_login.fl41-auth-mode-register .u-column2 h2{
  display:none;
}

.fl41-account-auth-switch{
  margin:16px 0 0;
  text-align:center;
  color:var(--fl41-muted);
  font-size:.95rem;
}

.fl41-account-auth-switch a{
  color:var(--fl41-ink);
  font-weight:600;
  text-decoration:none;
  border-bottom:1px solid rgba(36,19,28,.18);
}

.fl41-account-auth-switch a:hover{
  border-bottom-color:currentColor;
}

@media (max-width: 767px){
  .fl41-account-auth-tabs{
    gap:8px;
    padding:5px;
    margin-bottom:18px;
  }

  .fl41-account-auth-tabs__tab{
    min-height:44px;
    font-size:.94rem;
  }
}

/* hide account tabs, keep bottom switch links */
.fl41-account-auth-tabs{
  display:none !important;
}


/* my account auth alignment refinement */
#customer_login.fl41-auth-mode-login .u-column1 .form-row,
#customer_login.fl41-auth-mode-register .u-column2 .form-row,
#customer_login.fl41-auth-mode-login .u-column1 .woocommerce-LostPassword,
#customer_login.fl41-auth-mode-register .u-column2 .woocommerce-privacy-policy-text,
#customer_login.fl41-auth-mode-login .u-column1 .fl41-social-login,
#customer_login.fl41-auth-mode-register .u-column2 .fl41-social-login,
#customer_login.fl41-auth-mode-login .u-column1 .fl41-account-auth-switch,
#customer_login.fl41-auth-mode-register .u-column2 .fl41-account-auth-switch{
  text-align:center;
}

#customer_login.fl41-auth-mode-login .u-column1 .form-row:last-of-type,
#customer_login.fl41-auth-mode-register .u-column2 .form-row:last-of-type{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:14px;
}

#customer_login.fl41-auth-mode-login .u-column1 .woocommerce-form-login__rememberme{
  justify-content:center;
}

#customer_login.fl41-auth-mode-login .u-column1 .woocommerce-form-login__submit,
#customer_login.fl41-auth-mode-register .u-column2 .woocommerce-form-register__submit{
  min-width:220px;
  align-self:center;
}

#customer_login.fl41-auth-mode-login .u-column1 .woocommerce-LostPassword,
#customer_login.fl41-auth-mode-register .u-column2 .woocommerce-privacy-policy-text,
#customer_login.fl41-auth-mode-register .u-column2 p{
  margin-left:auto;
  margin-right:auto;
}

#customer_login.fl41-auth-mode-login .u-column1 .woocommerce-LostPassword a,
#customer_login.fl41-auth-mode-register .u-column2 .woocommerce-privacy-policy-text a{
  display:inline-block;
}

@media (max-width: 767px){
  #customer_login.fl41-auth-mode-login .u-column1 .woocommerce-form-login__submit,
  #customer_login.fl41-auth-mode-register .u-column2 .woocommerce-form-register__submit{
    width:100%;
    min-width:0;
  }
}


/* force my account auth module to centered single-column layout */
#customer_login.fl41-auth-mode-login,
#customer_login.fl41-auth-mode-register{
  display:block !important;
  width:min(100%, 680px);
  margin:0 auto;
}

#customer_login.fl41-auth-mode-login .u-column1,
#customer_login.fl41-auth-mode-register .u-column2{
  width:100% !important;
  max-width:680px;
  margin:0 auto;
  border-right:0 !important;
  padding-right:0 !important;
}

#customer_login.fl41-auth-mode-login form.woocommerce-form-login,
#customer_login.fl41-auth-mode-register form.woocommerce-form-register{
  width:100%;
  max-width:680px;
  margin:0 auto;
}


/* align My Account title and auth module on one axis */
.page-id-9 .hero-section.is-width-constrained{
  width:min(100%, 680px);
  margin:0 auto 28px !important;
}

.page-id-9 .hero-section.is-width-constrained .entry-header,
.page-id-9 .hero-section.is-width-constrained .page-title{
  width:100%;
  text-align:center;
}

.page-id-9 .hero-section.is-width-constrained .page-title{
  margin:0;
}

.page-id-9 #customer_login.fl41-auth-mode-login,
.page-id-9 #customer_login.fl41-auth-mode-register{
  margin-top:0;
}

@media (max-width: 767px){
  .page-id-9 .hero-section.is-width-constrained{
    width:min(100%, 680px);
    margin:0 auto 22px !important;
  }
}


/* center register helper copy */
#customer_login.fl41-auth-mode-register .u-column2 .woocommerce-form-register > p{
  text-align:center;
}


/* move register privacy text to the bottom */
#customer_login.fl41-auth-mode-register form.woocommerce-form-register{
  display:flex;
  flex-direction:column;
}

#customer_login.fl41-auth-mode-register form.woocommerce-form-register > .woocommerce-privacy-policy-text{
  order:90;
  margin-top:18px;
  text-align:center;
}


/* register form width alignment */
#customer_login.fl41-auth-mode-register .u-column2 .woocommerce-form-row--wide{
  width:100%;
  max-width:640px;
  margin-left:auto;
  margin-right:auto;
}

#customer_login.fl41-auth-mode-register .u-column2 .woocommerce-Input{
  width:100%;
}

#customer_login.fl41-auth-mode-register .u-column2 .woocommerce-form-register__submit{
  width:100%;
  min-width:0;
}


#customer_login.fl41-auth-mode-register .u-column2 .woocommerce-form-row.form-row:last-of-type{
  align-items:stretch;
}

#customer_login.fl41-auth-mode-register .u-column2 .woocommerce-form-register__submit{
  display:block;
  align-self:stretch;
}


#customer_login.fl41-auth-mode-register .u-column2 .woocommerce-form-register p.form-row .woocommerce-form-register__submit{
  width:100% !important;
  min-width:0 !important;
  max-width:none !important;
  display:block !important;
}


#customer_login.fl41-auth-mode-register .u-column2 .woocommerce-form-register p.form-row{
  width:100%;
}


/* login form width alignment to match register/google */
#customer_login.fl41-auth-mode-login .u-column1 .woocommerce-form-login p.form-row{
  width:100%;
}

#customer_login.fl41-auth-mode-login .u-column1 .woocommerce-form-login p.form-row:last-of-type{
  align-items:stretch;
}

#customer_login.fl41-auth-mode-login .u-column1 .woocommerce-form-login p.form-row .woocommerce-form-login__submit{
  width:100% !important;
  min-width:0 !important;
  max-width:none !important;
  display:block !important;
  align-self:stretch;
}

/* homepage rose tint simulator */
.fl41-home-simulator-section{
  width:min(1200px, calc(100% - 32px));
  margin:-4px auto 54px;
}

.fl41-home-simulator{
  --fl41-sim-split:50%;
  --fl41-sim-tint:#B65C6F;
  --fl41-sim-opacity:.35;
  --fl41-sim-blend-mode:multiply;
  border:1px solid rgba(156,79,109,.14);
  border-radius:28px;
  background:linear-gradient(180deg, #fff7fa 0%, #ffffff 100%);
  box-shadow:0 18px 40px rgba(104, 51, 71, .08);
  padding:22px 22px 18px;
}

.fl41-home-simulator *{
  box-sizing:border-box;
}

.fl41-home-simulator__preview{
  position:relative;
  width:100%;
  aspect-ratio:16 / 9;
  overflow:hidden;
  border-radius:20px;
  background:#111;
  --fl41-sim-split:50%;
}

.fl41-home-simulator__labels{
  position:absolute;
  inset:14px 14px auto;
  display:flex;
  justify-content:space-between;
  gap:12px;
  z-index:3;
  pointer-events:none;
}

.fl41-home-simulator__label{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(17,17,17,.62);
  color:#fff;
  font-size:11px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  backdrop-filter:blur(8px);
}

.fl41-home-simulator__image{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}

.fl41-home-simulator__tint{
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:var(--fl41-sim-split);
  background:var(--fl41-sim-tint);
  opacity:var(--fl41-sim-opacity);
  mix-blend-mode:var(--fl41-sim-blend-mode);
  pointer-events:none;
}

.fl41-home-simulator__tint span,
.fl41-home-simulator__handle-line span{
  display:block;
  width:100%;
  height:100%;
}

.fl41-home-simulator__handle{
  position:absolute;
  top:0;
  bottom:0;
  left:var(--fl41-sim-split);
  transform:translateX(-50%);
  display:flex;
  align-items:center;
  justify-content:center;
  width:0;
  z-index:4;
  cursor:ew-resize;
}

.fl41-home-simulator__handle-line{
  position:absolute;
  top:0;
  bottom:0;
  left:50%;
  transform:translateX(-50%);
  width:2px;
  background:#fff;
  box-shadow:0 0 8px rgba(0,0,0,.28);
}

.fl41-home-simulator__handle-grip{
  position:relative;
  z-index:2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:5px;
  width:44px;
  height:44px;
  border-radius:999px;
  background:rgba(17,17,17,.72);
  border:1px solid rgba(255,255,255,.52);
  box-shadow:0 10px 22px rgba(0,0,0,.18);
}

.fl41-home-simulator__arrow{
  width:0;
  height:0;
  border-top:5px solid transparent;
  border-bottom:5px solid transparent;
}

.fl41-home-simulator__arrow--left{border-right:7px solid rgba(255,255,255,.88);}
.fl41-home-simulator__arrow--right{border-left:7px solid rgba(255,255,255,.88);}

.fl41-home-simulator__scenes{
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:16px;
}

.fl41-home-simulator__scroll{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  border:1px solid rgba(26,17,23,.1);
  border-radius:999px;
  background:#fff;
  color:#1a1117;
  cursor:pointer;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.fl41-home-simulator__scroll:hover,
.fl41-home-simulator__scroll:focus-visible{
  transform:translateY(-1px);
  border-color:rgba(156,79,109,.28);
  box-shadow:0 8px 18px rgba(104,51,71,.1);
}

.fl41-home-simulator__scroll svg{
  width:14px;
  height:14px;
  stroke:currentColor;
  fill:none;
  stroke-width:2.2;
}

.fl41-home-simulator__scene-list{
  flex:1 1 auto;
  display:flex;
  gap:10px;
  overflow-x:auto;
  padding:2px;
  scrollbar-width:none;
  -ms-overflow-style:none;
  scroll-behavior:smooth;
}

.fl41-home-simulator__scene-list::-webkit-scrollbar{display:none;}

.fl41-home-simulator__scene{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
  width:54px;
  height:54px;
  padding:0;
  border:0;
  background:transparent;
  border-radius:12px;
  cursor:pointer;
}

.fl41-home-simulator__scene-thumb{
  width:54px;
  height:54px;
  border-radius:12px;
  overflow:hidden;
  border:2px solid rgba(26,17,23,.1);
  background:#f3eef1;
  transition:border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.fl41-home-simulator__scene:hover .fl41-home-simulator__scene-thumb,
.fl41-home-simulator__scene.is-active .fl41-home-simulator__scene-thumb{
  border-color:var(--fl41-mauve);
  transform:translateY(-1px) scale(1.02);
  box-shadow:0 10px 22px rgba(156,79,109,.18);
}

.fl41-home-simulator__scene-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.fl41-home-simulator__scene-label{
  position:absolute !important;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0, 0, 0, 0);
  white-space:nowrap;
  border:0;
}

.fl41-home-simulator__handle:focus-visible,
.fl41-home-simulator__scene:focus-visible,
.fl41-home-simulator__scroll:focus-visible{
  outline:2px solid rgba(156,79,109,.55);
  outline-offset:2px;
}

@media (max-width: 899px){
  .fl41-home-simulator-section{
    width:min(100%, calc(100% - 24px));
    margin:0 auto 38px;
  }

  .fl41-home-simulator{
    padding:14px 12px 12px;
    border-radius:22px;
  }

  .fl41-home-simulator__preview{
    border-radius:18px;
  }

  .fl41-home-simulator__labels{
    inset:10px 10px auto;
  }

  .fl41-home-simulator__label{
    min-height:30px;
    padding:6px 10px;
    font-size:10px;
  }

  .fl41-home-simulator__handle-grip{
    width:40px;
    height:40px;
  }

  .fl41-home-simulator__scenes{
    gap:8px;
    margin-top:12px;
  }

  .fl41-home-simulator__scene-list{
    gap:8px;
  }

  .fl41-home-simulator__scene,
  .fl41-home-simulator__scene-thumb{
    width:48px;
    height:48px;
  }
}

@media (max-width: 640px){
  .fl41-home-simulator-section{
    width:100%;
    padding:0 12px;
  }

  .fl41-home-simulator{
    border-radius:20px;
    padding:12px 10px 10px;
  }

  .fl41-home-simulator__scroll{
    width:30px;
    height:30px;
  }

  .fl41-home-simulator__scene,
  .fl41-home-simulator__scene-thumb{
    width:44px;
    height:44px;
    border-radius:10px;
  }
}

/* hero embeds lens simulator */
.fl41-hero__media--simulator{
  position:relative;
  min-height:auto;
  display:flex;
  align-items:center;
  justify-content:center;
}

.fl41-hero__media--simulator .fl41-home-simulator-section{
  width:100%;
  margin:0;
}

.fl41-hero__media--simulator .fl41-home-simulator{
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}

.fl41-hero__media--simulator .fl41-home-simulator__preview{
  border-radius:28px;
  box-shadow:0 18px 40px rgba(97,42,67,.18);
}

.fl41-hero__media--simulator .fl41-home-simulator__image{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  box-shadow:none;
  border-radius:0;
  background:transparent;
}

.fl41-hero__media--simulator .fl41-home-simulator__scene-thumb img{
  position:static;
  width:100%;
  height:100%;
  object-fit:cover;
  box-shadow:none;
  border-radius:0;
  background:transparent;
}

.fl41-hero__media--simulator .fl41-home-simulator__scenes{
  margin-top:14px;
}

@media (min-width: 960px){
  .fl41-hero{
    grid-template-columns:1.15fr .85fr;
  }

  .fl41-hero__media--simulator .fl41-home-simulator__preview{
    aspect-ratio: 1 / 1;
    min-height:420px;
  }
}

@media (max-width: 959px){
  .fl41-hero__media--simulator{
    margin-top:8px;
  }

  .fl41-hero__media--simulator .fl41-home-simulator__preview{
    border-radius:22px;
  }
}

/* hero simulator sizing refinement */
@media (min-width: 960px){
  .fl41-hero{
    grid-template-columns:minmax(0, .95fr) minmax(0, 1.05fr);
    gap:18px;
    padding:clamp(24px, 2.4vw, 30px) 16px 16px clamp(28px, 2.8vw, 34px);
    align-items:center;
  }

  .fl41-hero__media--simulator{
    align-self:stretch;
    margin:-8px -14px -8px 0;
    padding:0;
    justify-content:flex-end;
  }

  .fl41-hero__media--simulator .fl41-home-simulator-section{
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:flex-end;
  }

  .fl41-hero__media--simulator .fl41-home-simulator{
    width:100%;
    max-width:none;
  }

  .fl41-hero__media--simulator .fl41-home-simulator__preview{
    width:100%;
    aspect-ratio:16 / 9;
    min-height:0;
    border-radius:24px;
  }

  .fl41-hero__media--simulator .fl41-home-simulator__scenes{
    margin-top:8px;
    gap:8px;
  }

  .fl41-hero__media--simulator .fl41-home-simulator__scene-list{
    gap:8px;
  }

  .fl41-hero__media--simulator .fl41-home-simulator__scene,
  .fl41-hero__media--simulator .fl41-home-simulator__scene-thumb{
    width:44px;
    height:44px;
  }

  .fl41-hero__media--simulator .fl41-home-simulator__scroll{
    width:30px;
    height:30px;
  }
}

/* refine hero heading size */
.fl41-hero h1{
  font-size:clamp(2.35rem, 4.15vw, 3.75rem);
  line-height:1.08;
}

@media (max-width: 959px){
  .fl41-hero h1{
    font-size:clamp(1.9rem, 8vw, 3rem);
    line-height:1.1;
  }
}

/* mobile hero simulator full-bleed fix */
@media (max-width: 959px){
  .fl41-hero{
    padding:0;
    gap:0;
    overflow:hidden;
  }

  .fl41-hero__content{
    padding:32px 24px 0;
  }

  .fl41-hero__media--simulator{
    width:100%;
    min-width:0;
    margin:16px 0 0;
    padding:0;
    display:block;
    overflow:hidden;
  }

  .fl41-hero__media--simulator .fl41-home-simulator-section{
    width:100%;
    margin:0;
    padding:0;
  }

  .fl41-hero__media--simulator .fl41-home-simulator{
    width:100%;
    max-width:100%;
    overflow:hidden;
    padding:0 0 12px;
    border-radius:0;
  }

  .fl41-hero__media--simulator .fl41-home-simulator__preview{
    width:100%;
    max-width:100%;
    margin:0;
    border-radius:0;
    aspect-ratio:16 / 9;
  }

  .fl41-hero__media--simulator .fl41-home-simulator__image,
  .fl41-hero__media--simulator .fl41-home-simulator__tint,
  .fl41-hero__media--simulator .fl41-home-simulator__handle{
    max-width:100%;
  }

  .fl41-hero__media--simulator .fl41-home-simulator__scenes{
    width:100%;
    margin:10px 0 0;
    padding:0 14px;
    box-sizing:border-box;
  }

  .fl41-hero__media--simulator .fl41-home-simulator__scene-list{
    min-width:0;
    width:auto;
    flex:1 1 auto;
  }
}

/* hide homepage default page title above hero */
.page-id-44 .hero-section.is-width-constrained{
  display:none !important;
}

/* hero h1 split layout */
.fl41-hero__headline{
  margin:0 0 18px;
}

.fl41-hero__headline-top,
.fl41-hero__headline-main{
  display:block;
}

.fl41-hero__headline-top{
  margin-bottom:10px;
  color:var(--fl41-mauve);
  font-size:clamp(1.02rem, 1.45vw, 1.28rem);
  font-weight:700;
  letter-spacing:.02em;
  line-height:1.2;
}

.fl41-hero__headline-main{
  color:#24131c;
  font-size:clamp(2.1rem, 3.75vw, 3.45rem);
  font-weight:750;
  line-height:1.06;
  letter-spacing:-.03em;
}

@media (max-width: 959px){
  .fl41-hero__headline{
    margin:0 0 14px;
  }

  .fl41-hero__headline-top{
    margin-bottom:8px;
    font-size:1rem;
  }

  .fl41-hero__headline-main{
    font-size:clamp(1.9rem, 7vw, 2.7rem);
    line-height:1.08;
  }
}

/* homepage faq module */
.fl41-faq-section{
  margin-top:8px;
}

.fl41-faq-list{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:16px;
}

.fl41-faq-item{
  background:#fff;
  border:1px solid var(--fl41-border);
  border-radius:20px;
  padding:0;
  overflow:hidden;
}

.fl41-faq-item summary{
  position:relative;
  list-style:none;
  cursor:pointer;
  padding:22px 56px 22px 22px;
  font-size:1.04rem;
  font-weight:700;
  color:#24131c;
  line-height:1.45;
}

.fl41-faq-item summary::-webkit-details-marker{
  display:none;
}

.fl41-faq-item summary::after{
  content:'+';
  position:absolute;
  top:50%;
  right:20px;
  transform:translateY(-50%);
  width:28px;
  height:28px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(156,79,109,.18);
  background:#fff7fa;
  color:var(--fl41-mauve);
  font-size:20px;
  font-weight:500;
  line-height:1;
}

.fl41-faq-item[open] summary::after{
  content:'−';
}

.fl41-faq-item p{
  margin:0;
  padding:0 22px 22px;
  color:#5f4b54;
  font-size:1rem;
  line-height:1.75;
}

@media (max-width: 959px){
  .fl41-faq-list{
    grid-template-columns:1fr;
    gap:12px;
  }

  .fl41-faq-item summary{
    padding:18px 52px 18px 18px;
    font-size:1rem;
  }

  .fl41-faq-item p{
    padding:0 18px 18px;
    font-size:.98rem;
    line-height:1.68;
  }
}
