/* Louis Fame Luxury Shop — native WooCommerce Cart / Checkout / Account presentation layer. */
body.lfshop-cart-active,
body.lfshop-checkout-active,
body.lfshop-account-active{background:var(--lfls-bg,#080808);color:var(--lfls-text,#f2f0eb)}
body.lfshop-cart-active .site-main,
body.lfshop-checkout-active .site-main,
body.lfshop-account-active .site-main{color:var(--lfls-text,#f2f0eb)}

/* Shared native WooCommerce controls — scoped to module body classes only. */
body.lfshop-cart-active :where(.woocommerce,.wc-block-cart),
body.lfshop-checkout-active :where(.woocommerce,.wc-block-checkout),
body.lfshop-account-active .woocommerce{font-family:var(--lfls-body-font,Inter,Arial,sans-serif);color:var(--lfls-text,#f2f0eb)}
body.lfshop-cart-active :where(.woocommerce,.wc-block-cart) a,
body.lfshop-checkout-active :where(.woocommerce,.wc-block-checkout) a,
body.lfshop-account-active .woocommerce a{color:var(--lfls-gold2,#e0bd7a)}
body.lfshop-cart-active :where(.woocommerce,.wc-block-cart) :where(button,.button,.wc-block-components-button),
body.lfshop-checkout-active :where(.woocommerce,.wc-block-checkout) :where(button,.button,.wc-block-components-button),
body.lfshop-account-active .woocommerce :where(button,.button){border:1px solid var(--lfls-btn-border,#c8a05a)!important;background:var(--lfls-btn-bg,#080808)!important;color:var(--lfls-btn-text,#f2f0eb)!important;border-radius:0!important;box-shadow:none!important;min-height:46px;padding:12px 18px!important;font-family:var(--lfls-body-font,Inter,Arial,sans-serif)!important;font-weight:600!important;transition:.2s ease}
body.lfshop-cart-active :where(.woocommerce,.wc-block-cart) :where(button,.button,.wc-block-components-button):hover,
body.lfshop-checkout-active :where(.woocommerce,.wc-block-checkout) :where(button,.button,.wc-block-components-button):hover,
body.lfshop-account-active .woocommerce :where(button,.button):hover{background:var(--lfls-btn-hover-bg,#c8a05a)!important;color:var(--lfls-btn-hover-text,#080808)!important}
body.lfshop-cart-active :where(.woocommerce,.wc-block-cart) :where(input,select,textarea),
body.lfshop-checkout-active :where(.woocommerce,.wc-block-checkout) :where(input,select,textarea),
body.lfshop-account-active .woocommerce :where(input,select,textarea){background:var(--lfls-surface,#0d0d0c)!important;color:var(--lfls-text,#f2f0eb)!important;border:1px solid var(--lfls-border,#332a1c)!important;border-radius:0!important;box-shadow:none!important}
body.lfshop-cart-active :where(.woocommerce,.wc-block-cart) :where(input,select,textarea):focus,
body.lfshop-checkout-active :where(.woocommerce,.wc-block-checkout) :where(input,select,textarea):focus,
body.lfshop-account-active .woocommerce :where(input,select,textarea):focus{outline:1px solid var(--lfls-gold,#c8a05a)!important;border-color:var(--lfls-gold,#c8a05a)!important}

/* Notices */
body.lfshop-cart-active .woocommerce :where(.woocommerce-message,.woocommerce-info,.woocommerce-error),
body.lfshop-checkout-active .woocommerce :where(.woocommerce-message,.woocommerce-info,.woocommerce-error),
body.lfshop-account-active .woocommerce :where(.woocommerce-message,.woocommerce-info,.woocommerce-error){background:var(--lfls-surface,#0d0d0c)!important;color:var(--lfls-text,#f2f0eb)!important;border:1px solid var(--lfls-border,#332a1c)!important;border-top-color:var(--lfls-gold,#c8a05a)!important;border-radius:0!important}

/* Legacy Cart */
body.lfshop-cart-active .woocommerce-cart-form,
body.lfshop-cart-active .cart_totals{background:var(--lfls-surface,#0d0d0c);border:1px solid var(--lfls-border,#332a1c);padding:22px}
body.lfshop-cart-active .woocommerce table.shop_table{border:0!important;border-collapse:collapse!important;color:var(--lfls-text,#f2f0eb)}
body.lfshop-cart-active .woocommerce table.shop_table th,
body.lfshop-cart-active .woocommerce table.shop_table td{border-color:var(--lfls-border,#332a1c)!important;background:transparent!important;color:inherit!important}
body.lfshop-cart-active .woocommerce .product-thumbnail img{width:96px!important;aspect-ratio:1/1;object-fit:cover}
body.lfshop-cart-active .woocommerce .product-name a{font-family:var(--lfls-heading-font,Cormorant Garamond,Georgia,serif);font-size:20px;color:var(--lfls-text,#f2f0eb)}
body.lfshop-cart-active .woocommerce .amount{color:var(--lfls-gold2,#e0bd7a)}
body.lfshop-cart-active .woocommerce .cart-collaterals .cart_totals{width:100%;float:none}
body.lfshop-cart-active .woocommerce .wc-proceed-to-checkout .checkout-button{width:100%;display:flex!important;align-items:center;justify-content:center}

/* Cart Block */
body.lfshop-cart-active .wc-block-cart__main,
body.lfshop-cart-active .wc-block-cart__sidebar{background:var(--lfls-surface,#0d0d0c);border:1px solid var(--lfls-border,#332a1c);padding:22px}
body.lfshop-cart-active .wc-block-components-product-name{font-family:var(--lfls-heading-font,Cormorant Garamond,Georgia,serif)!important;color:var(--lfls-text,#f2f0eb)!important}
body.lfshop-cart-active .wc-block-components-product-price,
body.lfshop-cart-active .wc-block-components-totals-item__value{color:var(--lfls-gold2,#e0bd7a)!important}

/* Legacy Checkout */
body.lfshop-checkout-active.lfshop-checkout-layout-split form.checkout.woocommerce-checkout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(340px,.75fr);gap:38px;align-items:start}
body.lfshop-checkout-active.lfshop-checkout-layout-single form.checkout.woocommerce-checkout{display:block}
body.lfshop-checkout-active form.checkout.woocommerce-checkout #customer_details{grid-column:1;min-width:0}
body.lfshop-checkout-active form.checkout.woocommerce-checkout #order_review_heading,
body.lfshop-checkout-active form.checkout.woocommerce-checkout #order_review{grid-column:2;min-width:0}
body.lfshop-checkout-active .woocommerce-billing-fields,
body.lfshop-checkout-active .woocommerce-shipping-fields,
body.lfshop-checkout-active .woocommerce-additional-fields,
body.lfshop-checkout-active #order_review{background:var(--lfls-surface,#0d0d0c);border:1px solid var(--lfls-border,#332a1c);padding:24px}
body.lfshop-checkout-active .woocommerce form .form-row label{color:var(--lfls-secondary,#aaa69f)}
body.lfshop-checkout-active .woocommerce-checkout-review-order-table{color:var(--lfls-text,#f2f0eb)!important;border:0!important}
body.lfshop-checkout-active .woocommerce-checkout-review-order-table th,
body.lfshop-checkout-active .woocommerce-checkout-review-order-table td{background:transparent!important;border-color:var(--lfls-border,#332a1c)!important;color:inherit!important}
body.lfshop-checkout-active #payment{background:transparent!important;color:var(--lfls-text,#f2f0eb)!important}
body.lfshop-checkout-active #payment ul.payment_methods{border-color:var(--lfls-border,#332a1c)!important}
body.lfshop-checkout-active #payment div.payment_box{background:#11100e!important;color:var(--lfls-secondary,#aaa69f)!important}
body.lfshop-checkout-active #payment div.payment_box:before{border-bottom-color:#11100e!important}
body.lfshop-checkout-active #place_order{width:100%;min-height:54px!important}
body.lfshop-checkout-active .lfshop-checkout-progress{display:flex;gap:18px;flex-wrap:wrap;margin:0 0 28px;padding:0 0 18px;border-bottom:1px solid var(--lfls-border,#332a1c);font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:var(--lfls-secondary,#aaa69f)}
body.lfshop-checkout-active .lfshop-checkout-progress span:last-child{color:var(--lfls-gold,#c8a05a)}

/* Checkout Block: presentation only; no DOM replacement. */
body.lfshop-checkout-active .wc-block-checkout__main,
body.lfshop-checkout-active .wc-block-checkout__sidebar{background:var(--lfls-surface,#0d0d0c);border:1px solid var(--lfls-border,#332a1c);padding:22px}
body.lfshop-checkout-active .wc-block-components-title,
body.lfshop-checkout-active .wc-block-components-checkout-step__heading{color:var(--lfls-text,#f2f0eb)!important}
body.lfshop-checkout-active .wc-block-components-checkout-step__description,
body.lfshop-checkout-active .wc-block-components-form .wc-block-components-text-input label{color:var(--lfls-secondary,#aaa69f)!important}
body.lfshop-checkout-active .wc-block-components-order-summary,
body.lfshop-checkout-active .wc-block-components-totals-wrapper{border-color:var(--lfls-border,#332a1c)!important}

/* My Account */
body.lfshop-account-active .woocommerce{display:grid;grid-template-columns:minmax(210px,260px) minmax(0,1fr);gap:34px;align-items:start}
body.lfshop-account-active .woocommerce-MyAccount-navigation{width:auto!important;float:none!important;background:var(--lfls-surface,#0d0d0c);border:1px solid var(--lfls-border,#332a1c);padding:10px}
body.lfshop-account-active .woocommerce-MyAccount-navigation ul{list-style:none;margin:0!important;padding:0!important}
body.lfshop-account-active .woocommerce-MyAccount-navigation li{margin:0!important;border-bottom:1px solid var(--lfls-border,#332a1c)}
body.lfshop-account-active .woocommerce-MyAccount-navigation li:last-child{border-bottom:0}
body.lfshop-account-active .woocommerce-MyAccount-navigation a{display:block;padding:13px 12px;color:var(--lfls-secondary,#aaa69f)!important}
body.lfshop-account-active .woocommerce-MyAccount-navigation .is-active a{background:#12100d;color:var(--lfls-gold2,#e0bd7a)!important}
body.lfshop-account-active .woocommerce-MyAccount-content{width:auto!important;float:none!important;min-width:0;background:var(--lfls-surface,#0d0d0c);border:1px solid var(--lfls-border,#332a1c);padding:26px}
body.lfshop-account-active .woocommerce table.shop_table{color:var(--lfls-text,#f2f0eb);border-color:var(--lfls-border,#332a1c)!important}
body.lfshop-account-active .woocommerce table.shop_table th,
body.lfshop-account-active .woocommerce table.shop_table td{background:transparent!important;color:inherit!important;border-color:var(--lfls-border,#332a1c)!important}

@media(min-width:1025px){
 body.lfshop-cart-active.lfshop-cart-sticky .cart_totals{position:sticky;top:110px}
 body.lfshop-checkout-active.lfshop-checkout-sticky form.checkout.woocommerce-checkout #order_review{position:sticky;top:110px}
 body.lfshop-checkout-active.lfshop-checkout-sticky .wc-block-checkout__sidebar{position:sticky;top:110px}
 body.lfshop-cart-active.lfshop-cart-sticky .wc-block-cart__sidebar{position:sticky;top:110px}
}
@media(max-width:1024px){
 body.lfshop-checkout-active form.checkout.woocommerce-checkout{grid-template-columns:1fr;gap:24px}
 body.lfshop-checkout-active form.checkout.woocommerce-checkout #customer_details,
 body.lfshop-checkout-active form.checkout.woocommerce-checkout #order_review_heading,
 body.lfshop-checkout-active form.checkout.woocommerce-checkout #order_review{grid-column:1}
 body.lfshop-account-active .woocommerce{grid-template-columns:1fr}
 body.lfshop-account-active .woocommerce-MyAccount-navigation ul{display:flex;overflow-x:auto;white-space:nowrap}
 body.lfshop-account-active .woocommerce-MyAccount-navigation li{border-bottom:0;border-right:1px solid var(--lfls-border,#332a1c);flex:0 0 auto}
}
@media(max-width:767px){
 body.lfshop-cart-active .woocommerce-cart-form,
 body.lfshop-cart-active .cart_totals,
 body.lfshop-cart-active .wc-block-cart__main,
 body.lfshop-cart-active .wc-block-cart__sidebar,
 body.lfshop-checkout-active .woocommerce-billing-fields,
 body.lfshop-checkout-active .woocommerce-shipping-fields,
 body.lfshop-checkout-active .woocommerce-additional-fields,
 body.lfshop-checkout-active #order_review,
 body.lfshop-checkout-active .wc-block-checkout__main,
 body.lfshop-checkout-active .wc-block-checkout__sidebar,
 body.lfshop-account-active .woocommerce-MyAccount-content{padding:16px}
 body.lfshop-cart-active .woocommerce table.shop_table_responsive tr,
 body.lfshop-account-active .woocommerce table.shop_table_responsive tr{border-color:var(--lfls-border,#332a1c)!important}
 body.lfshop-cart-active .woocommerce table.shop_table_responsive td,
 body.lfshop-account-active .woocommerce table.shop_table_responsive td{background:transparent!important}
}

@media(min-width:1025px){body.lfshop-account-active.lfshop-account-nav-tabs .woocommerce{grid-template-columns:1fr}body.lfshop-account-active.lfshop-account-nav-tabs .woocommerce-MyAccount-navigation ul{display:flex;overflow-x:auto;white-space:nowrap}body.lfshop-account-active.lfshop-account-nav-tabs .woocommerce-MyAccount-navigation li{border-bottom:0;border-right:1px solid var(--lfls-border,#332a1c);flex:0 0 auto}}

/* =========================================================
   v1.3.1 — resilient native WooCommerce commerce layouts
   These rules remain presentation-only and are scoped to
   the plugin body classes so WooCommerce logic stays native.
   ========================================================= */

/* Keep WooCommerce's commerce canvas usable even when the active theme
   applies narrow floats/columns to account and checkout internals. */
body.lfshop-cart-active .woocommerce,
body.lfshop-checkout-active .woocommerce,
body.lfshop-account-active .woocommerce{
  width:100%!important;
  max-width:var(--lfls-content-width,1400px)!important;
  margin-left:auto!important;
  margin-right:auto!important;
  box-sizing:border-box!important;
}
body.lfshop-cart-active .woocommerce *,
body.lfshop-checkout-active .woocommerce *,
body.lfshop-account-active .woocommerce *{box-sizing:border-box}

/* ---------- CHECKOUT / PAYMENT ---------- */
body.lfshop-checkout-active .woocommerce-checkout,
body.lfshop-checkout-active .wc-block-checkout{width:100%!important;max-width:100%!important}
body.lfshop-checkout-active #payment,
body.lfshop-checkout-active .wc-block-checkout__payment-method,
body.lfshop-checkout-active .wc-block-components-radio-control{
  width:100%!important;
  max-width:100%!important;
}
body.lfshop-checkout-active #payment ul.payment_methods{padding:0!important;margin:0!important;list-style:none!important}
body.lfshop-checkout-active #payment ul.payment_methods > li{
  margin:0 0 14px!important;
  padding:18px!important;
  border:1px solid var(--lfls-border,#332a1c)!important;
  background:#0b0b0a!important;
}
body.lfshop-checkout-active #payment ul.payment_methods > li > label{
  color:var(--lfls-text,#f2f0eb)!important;
  font-weight:600!important;
  line-height:1.45!important;
}
body.lfshop-checkout-active #payment .payment_box{margin:14px 0 0!important;padding:14px 16px!important}
body.lfshop-checkout-active .woocommerce-additional-fields .form-row,
body.lfshop-checkout-active .woocommerce-billing-fields .form-row,
body.lfshop-checkout-active .woocommerce-shipping-fields .form-row{
  width:100%!important;
  max-width:100%!important;
}
body.lfshop-checkout-active .woocommerce form .form-row :where(input.input-text,textarea,select){width:100%!important;max-width:100%!important}
body.lfshop-checkout-active .select2-container{width:100%!important;max-width:100%!important}
body.lfshop-checkout-active .select2-container .select2-selection{
  background:var(--lfls-surface,#0d0d0c)!important;
  border:1px solid var(--lfls-border,#332a1c)!important;
  color:var(--lfls-text,#f2f0eb)!important;
  min-height:48px!important;
  border-radius:0!important;
}

/* ---------- ORDER RECEIVED / PAY-FOR-ORDER ---------- */
body.lfshop-checkout-active .woocommerce-order,
body.lfshop-checkout-active .woocommerce-order-pay,
body.lfshop-checkout-active .woocommerce-thankyou-order-received{
  width:100%!important;
  max-width:100%!important;
}
body.lfshop-checkout-active .woocommerce-order > :where(p,h2,section,ul),
body.lfshop-checkout-active .woocommerce-order-details,
body.lfshop-checkout-active .woocommerce-customer-details{
  max-width:100%!important;
}
body.lfshop-checkout-active .woocommerce-thankyou-order-received{
  margin:0 0 24px!important;
  padding:18px 20px!important;
  border-left:2px solid var(--lfls-gold,#c8a05a)!important;
  background:var(--lfls-surface,#0d0d0c)!important;
  color:var(--lfls-text,#f2f0eb)!important;
  font-size:18px!important;
}
body.lfshop-checkout-active .woocommerce-order-overview{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:1px!important;
  margin:0 0 28px!important;
  padding:1px!important;
  border:1px solid var(--lfls-border,#332a1c)!important;
  background:var(--lfls-border,#332a1c)!important;
  list-style:none!important;
}
body.lfshop-checkout-active .woocommerce-order-overview li{
  float:none!important;
  width:auto!important;
  margin:0!important;
  padding:16px!important;
  border:0!important;
  background:var(--lfls-surface,#0d0d0c)!important;
  color:var(--lfls-secondary,#aaa69f)!important;
  min-width:0!important;
  overflow-wrap:anywhere!important;
}
body.lfshop-checkout-active .woocommerce-order-overview li strong{
  display:block!important;
  margin-top:7px!important;
  color:var(--lfls-text,#f2f0eb)!important;
  font-size:15px!important;
  line-height:1.4!important;
}
body.lfshop-checkout-active :where(.woocommerce-order-details,.woocommerce-customer-details){
  margin:24px 0!important;
}
body.lfshop-checkout-active :where(.woocommerce-order-details,.woocommerce-customer-details) > h2{
  margin:0 0 16px!important;
  font-family:var(--lfls-heading-font,Cormorant Garamond,Georgia,serif)!important;
  font-size:clamp(26px,3vw,38px)!important;
  line-height:1.1!important;
  color:var(--lfls-text,#f2f0eb)!important;
}
body.lfshop-checkout-active .woocommerce-customer-details address{
  padding:20px!important;
  border:1px solid var(--lfls-border,#332a1c)!important;
  border-radius:0!important;
  background:var(--lfls-surface,#0d0d0c)!important;
  color:var(--lfls-text,#f2f0eb)!important;
  line-height:1.75!important;
}
body.lfshop-checkout-active .woocommerce-order-details table.shop_table{
  width:100%!important;
  table-layout:auto!important;
  font-size:14px!important;
}
body.lfshop-checkout-active .woocommerce-order-details table.shop_table :where(th,td){padding:15px 14px!important}
body.lfshop-checkout-active .woocommerce-order-details .product-name a{color:var(--lfls-text,#f2f0eb)!important}

/* ---------- MY ACCOUNT: stable desktop canvas ---------- */
body.lfshop-account-active .woocommerce{
  display:flex!important;
  align-items:flex-start!important;
  gap:34px!important;
}
body.lfshop-account-active .woocommerce-MyAccount-navigation{
  flex:0 0 260px!important;
  width:260px!important;
  min-width:220px!important;
  max-width:300px!important;
  margin:0!important;
}
body.lfshop-account-active .woocommerce-MyAccount-content{
  flex:1 1 auto!important;
  width:calc(100% - 294px)!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
}
body.lfshop-account-active .woocommerce-MyAccount-content > *{max-width:100%}
body.lfshop-account-active .woocommerce-MyAccount-content :where(h2,h3){
  font-family:var(--lfls-heading-font,Cormorant Garamond,Georgia,serif)!important;
  color:var(--lfls-text,#f2f0eb)!important;
  line-height:1.15!important;
}
body.lfshop-account-active .woocommerce-MyAccount-content h2{font-size:clamp(26px,3vw,38px)!important}
body.lfshop-account-active .woocommerce-MyAccount-content p{color:var(--lfls-secondary,#aaa69f);line-height:1.7}

/* Orders: prevent compressed one-letter buttons/cells. */
body.lfshop-account-active .woocommerce-orders-table,
body.lfshop-account-active .woocommerce-table--order-details{
  width:100%!important;
  table-layout:auto!important;
  border-collapse:collapse!important;
}
body.lfshop-account-active .woocommerce-orders-table :where(th,td),
body.lfshop-account-active .woocommerce-table--order-details :where(th,td){
  padding:14px 12px!important;
  vertical-align:middle!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
  white-space:normal!important;
}
body.lfshop-account-active .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions{
  min-width:118px!important;
  text-align:right!important;
}
body.lfshop-account-active .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .button{
  display:inline-flex!important;
  width:auto!important;
  min-width:86px!important;
  min-height:40px!important;
  margin:2px!important;
  padding:9px 12px!important;
  align-items:center!important;
  justify-content:center!important;
  white-space:nowrap!important;
  line-height:1.2!important;
}

/* Account details/edit forms: undo theme float widths and tiny fields. */
body.lfshop-account-active .woocommerce-EditAccountForm,
body.lfshop-account-active .woocommerce-address-fields,
body.lfshop-account-active .woocommerce-address-fields__field-wrapper{
  width:100%!important;
  max-width:100%!important;
}
body.lfshop-account-active .woocommerce-EditAccountForm .form-row,
body.lfshop-account-active .woocommerce-address-fields .form-row{
  float:none!important;
  width:100%!important;
  max-width:100%!important;
  margin:0 0 18px!important;
}
body.lfshop-account-active .woocommerce-EditAccountForm .form-row-first,
body.lfshop-account-active .woocommerce-EditAccountForm .form-row-last{
  display:inline-block!important;
  width:calc(50% - 10px)!important;
  vertical-align:top!important;
}
body.lfshop-account-active .woocommerce-EditAccountForm .form-row-first{margin-right:16px!important}
body.lfshop-account-active .woocommerce-EditAccountForm :where(input,select,textarea),
body.lfshop-account-active .woocommerce-address-fields :where(input,select,textarea){
  width:100%!important;
  max-width:100%!important;
  min-height:48px!important;
  padding:11px 13px!important;
}
body.lfshop-account-active .woocommerce-EditAccountForm fieldset{
  margin:26px 0!important;
  padding:20px!important;
  border:1px solid var(--lfls-border,#332a1c)!important;
}
body.lfshop-account-active .woocommerce-EditAccountForm legend{
  padding:0 8px!important;
  color:var(--lfls-gold2,#e0bd7a)!important;
  font-family:var(--lfls-heading-font,Cormorant Garamond,Georgia,serif)!important;
  font-size:22px!important;
}

/* Addresses: readable two-column cards on desktop, no heading overlap. */
body.lfshop-account-active .woocommerce-Addresses,
body.lfshop-account-active .woocommerce-columns--addresses{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:22px!important;
  width:100%!important;
}
body.lfshop-account-active .woocommerce-Address,
body.lfshop-account-active .woocommerce-column--billing-address,
body.lfshop-account-active .woocommerce-column--shipping-address{
  float:none!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:22px!important;
  border:1px solid var(--lfls-border,#332a1c)!important;
  background:#0b0b0a!important;
}
body.lfshop-account-active .woocommerce-Address-title{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:16px!important;
  margin:0 0 18px!important;
}
body.lfshop-account-active .woocommerce-Address-title h2{
  float:none!important;
  margin:0!important;
  font-size:clamp(24px,2.5vw,34px)!important;
}
body.lfshop-account-active .woocommerce-Address-title .edit{
  float:none!important;
  flex:0 0 auto!important;
  font-size:13px!important;
  white-space:nowrap!important;
}
body.lfshop-account-active .woocommerce-Address address{
  margin:0!important;
  color:var(--lfls-secondary,#aaa69f)!important;
  line-height:1.75!important;
}

/* Password reveal and small action controls should never crush surrounding fields. */
body.lfshop-account-active .password-input{display:block!important;width:100%!important;position:relative!important}
body.lfshop-account-active .password-input input{width:100%!important;padding-right:46px!important}
body.lfshop-account-active .show-password-input{right:12px!important;top:50%!important;transform:translateY(-50%)!important}

/* ---------- Responsive ---------- */
@media(max-width:1024px){
  body.lfshop-checkout-active .woocommerce-order-overview{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.lfshop-account-active .woocommerce{gap:24px!important}
  body.lfshop-account-active .woocommerce-MyAccount-navigation{flex-basis:220px!important;width:220px!important;min-width:200px!important}
  body.lfshop-account-active .woocommerce-MyAccount-content{width:calc(100% - 244px)!important}
}
@media(max-width:767px){
  body.lfshop-account-active .woocommerce{display:block!important;width:100%!important}
  body.lfshop-account-active .woocommerce-MyAccount-navigation,
  body.lfshop-account-active .woocommerce-MyAccount-content{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
  }
  body.lfshop-account-active .woocommerce-MyAccount-navigation{margin:0 0 22px!important;padding:6px!important;overflow:hidden!important}
  body.lfshop-account-active .woocommerce-MyAccount-navigation ul{
    display:flex!important;
    flex-wrap:nowrap!important;
    overflow-x:auto!important;
    white-space:nowrap!important;
    scrollbar-width:thin;
  }
  body.lfshop-account-active .woocommerce-MyAccount-navigation li{
    flex:0 0 auto!important;
    border-right:1px solid var(--lfls-border,#332a1c)!important;
    border-bottom:0!important;
  }
  body.lfshop-account-active .woocommerce-MyAccount-navigation a{padding:11px 13px!important}
  body.lfshop-account-active .woocommerce-EditAccountForm .form-row-first,
  body.lfshop-account-active .woocommerce-EditAccountForm .form-row-last{
    display:block!important;
    width:100%!important;
    margin-right:0!important;
  }
  body.lfshop-account-active .woocommerce-Addresses,
  body.lfshop-account-active .woocommerce-columns--addresses{grid-template-columns:1fr!important}
  body.lfshop-checkout-active .woocommerce-order-overview{grid-template-columns:1fr!important}
  body.lfshop-checkout-active .woocommerce-order-details{overflow-x:auto!important;-webkit-overflow-scrolling:touch}

  /* WooCommerce responsive Orders become legible card rows. */
  body.lfshop-account-active .woocommerce-orders-table.shop_table_responsive thead{display:none!important}
  body.lfshop-account-active .woocommerce-orders-table.shop_table_responsive tbody,
  body.lfshop-account-active .woocommerce-orders-table.shop_table_responsive tr,
  body.lfshop-account-active .woocommerce-orders-table.shop_table_responsive td{display:block!important;width:100%!important}
  body.lfshop-account-active .woocommerce-orders-table.shop_table_responsive tr{
    margin:0 0 18px!important;
    padding:10px 14px!important;
    border:1px solid var(--lfls-border,#332a1c)!important;
    background:#0b0b0a!important;
  }
  body.lfshop-account-active .woocommerce-orders-table.shop_table_responsive td{
    min-height:42px!important;
    padding:10px 0!important;
    text-align:right!important;
    border:0!important;
    border-bottom:1px solid var(--lfls-border,#332a1c)!important;
  }
  body.lfshop-account-active .woocommerce-orders-table.shop_table_responsive td:last-child{border-bottom:0!important}
  body.lfshop-account-active .woocommerce-orders-table.shop_table_responsive td:before{
    float:left!important;
    max-width:48%!important;
    color:var(--lfls-secondary,#aaa69f)!important;
    font-weight:600!important;
    text-align:left!important;
  }
  body.lfshop-account-active .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions{text-align:right!important;min-width:0!important}
  body.lfshop-account-active .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .button{min-width:92px!important}
}

/* =========================================================
   v1.4.0 — Luxury Single Product + status-aware Thank You
   Presentation only: native WooCommerce markup/hooks remain intact.
   ========================================================= */

/* ---------- SINGLE PRODUCT ---------- */
body.lfshop-product-active{
  background:var(--lfls-bg,#080808)!important;
  color:var(--lfls-text,#f2f0eb)!important;
}
body.lfshop-product-active :where(.site-main,.content-area,.site-content,#primary){
  color:var(--lfls-text,#f2f0eb);
}
body.lfshop-product-active .woocommerce{
  width:min(1400px,calc(100% - 48px))!important;
  max-width:1400px!important;
  margin-inline:auto!important;
  font-family:var(--lfls-body-font,Inter,Arial,sans-serif)!important;
  color:var(--lfls-text,#f2f0eb)!important;
}
body.lfshop-product-active div.product{
  display:grid!important;
  grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr)!important;
  gap:clamp(36px,5vw,76px)!important;
  align-items:start!important;
  padding:clamp(44px,6vw,88px) 0 0!important;
}
body.lfshop-product-active div.product > :where(.woocommerce-product-gallery,.summary){
  float:none!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  min-width:0!important;
}
body.lfshop-product-active .woocommerce-product-gallery{
  background:var(--lfls-surface,#0d0d0c)!important;
  border:1px solid var(--lfls-border,#332a1c)!important;
}
body.lfshop-product-active .woocommerce-product-gallery__image{
  background:#0b0b0a!important;
  overflow:hidden!important;
}
body.lfshop-product-active .woocommerce-product-gallery__image img{
  width:100%!important;
  aspect-ratio:1/1!important;
  height:auto!important;
  object-fit:contain!important;
  display:block!important;
}
body.lfshop-product-active.lfshop-product-fit-cover .woocommerce-product-gallery__image img{object-fit:cover!important}
body.lfshop-product-active .flex-control-thumbs{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:10px!important;
  margin:12px!important;
  padding:0!important;
}
body.lfshop-product-active .flex-control-thumbs li{float:none!important;width:100%!important;margin:0!important}
body.lfshop-product-active .flex-control-thumbs img{
  width:100%!important;aspect-ratio:1/1!important;object-fit:cover!important;
  border:1px solid transparent!important;opacity:.62!important;transition:.2s ease!important
}
body.lfshop-product-active .flex-control-thumbs img.flex-active,
body.lfshop-product-active .flex-control-thumbs img:hover{opacity:1!important;border-color:var(--lfls-gold,#c8a05a)!important}
body.lfshop-product-active .summary{padding-top:8px!important}
body.lfshop-product-active.lfshop-product-sticky .summary{position:sticky!important;top:110px!important}
body.lfshop-product-active .summary .product_title{
  margin:6px 0 16px!important;
  color:var(--lfls-text,#f2f0eb)!important;
  font-family:var(--lfls-heading-font,Cormorant Garamond,Georgia,serif)!important;
  font-size:clamp(42px,4.5vw,72px)!important;
  line-height:.98!important;
  font-weight:500!important;
  letter-spacing:-.025em!important;
}
body.lfshop-product-active .summary .price{
  margin:18px 0 24px!important;
  color:var(--lfls-gold2,#e0bd7a)!important;
  font-size:clamp(24px,2.2vw,34px)!important;
  line-height:1.2!important;
}
body.lfshop-product-active .summary .price del{color:var(--lfls-muted,#716d66)!important;opacity:.85!important;font-size:.72em!important}
body.lfshop-product-active .summary .price ins{color:var(--lfls-gold2,#e0bd7a)!important;text-decoration:none!important}
body.lfshop-product-active .woocommerce-product-details__short-description{
  color:var(--lfls-secondary,#aaa69f)!important;
  font-size:16px!important;line-height:1.8!important;
  padding:0 0 22px!important;border-bottom:1px solid var(--lfls-border,#332a1c)!important
}
body.lfshop-product-active .stock{color:var(--lfls-gold2,#e0bd7a)!important}
body.lfshop-product-active .summary :where(form.cart,.variations_form){margin:26px 0!important}
body.lfshop-product-active .summary table.variations,
body.lfshop-product-active .summary table.variations tbody,
body.lfshop-product-active .summary table.variations tr,
body.lfshop-product-active .summary table.variations td,
body.lfshop-product-active .summary table.variations th{border:0!important;background:transparent!important}
body.lfshop-product-active .summary table.variations tr{display:grid!important;grid-template-columns:130px minmax(0,1fr)!important;gap:14px!important;align-items:center!important;margin-bottom:14px!important}
body.lfshop-product-active .summary table.variations :where(th,td){padding:0!important;width:auto!important}
body.lfshop-product-active .summary table.variations label{color:var(--lfls-secondary,#aaa69f)!important;font-weight:500!important}
body.lfshop-product-active .summary :where(select,input.input-text,textarea){
  width:100%!important;max-width:100%!important;min-height:48px!important;
  background:var(--lfls-surface,#0d0d0c)!important;color:var(--lfls-text,#f2f0eb)!important;
  border:1px solid var(--lfls-border,#332a1c)!important;border-radius:0!important;box-shadow:none!important;padding:10px 13px!important
}
body.lfshop-product-active .summary :where(select,input.input-text,textarea):focus{outline:1px solid var(--lfls-gold,#c8a05a)!important;border-color:var(--lfls-gold,#c8a05a)!important}
body.lfshop-product-active .summary .quantity{float:none!important;display:inline-flex!important;vertical-align:middle!important;margin:0 10px 10px 0!important}
body.lfshop-product-active .summary .quantity input.qty{width:82px!important;min-height:52px!important;text-align:center!important}
body.lfshop-product-active .summary :where(.single_add_to_cart_button,.button){
  min-height:52px!important;padding:13px 26px!important;border:1px solid var(--lfls-gold,#c8a05a)!important;
  border-radius:0!important;background:transparent!important;color:var(--lfls-text,#f2f0eb)!important;
  box-shadow:none!important;font-weight:600!important;transition:.2s ease!important
}
body.lfshop-product-active .summary :where(.single_add_to_cart_button,.button):hover{background:var(--lfls-gold,#c8a05a)!important;color:var(--lfls-bg,#080808)!important}
body.lfshop-product-active .product_meta{
  margin-top:28px!important;padding-top:22px!important;border-top:1px solid var(--lfls-border,#332a1c)!important;
  color:var(--lfls-muted,#716d66)!important;line-height:1.8!important
}
body.lfshop-product-active .product_meta a{color:var(--lfls-gold2,#e0bd7a)!important}
/* Preserve and style extension/custom product option output without assuming field names. */
body.lfshop-product-active .summary :where(.wc-pao-addon,.tm-extra-product-options,.wapf,.ppom-wrapper,.yith-wapo-block,.product-addon,.woocommerce-variation-add-to-cart){
  max-width:100%!important;color:var(--lfls-text,#f2f0eb)!important
}
body.lfshop-product-active .summary :where(.wc-pao-addon,.tm-extra-product-options,.wapf,.ppom-wrapper,.yith-wapo-block,.product-addon){
  margin:18px 0!important;padding:18px!important;border:1px solid var(--lfls-border,#332a1c)!important;background:var(--lfls-surface,#0d0d0c)!important
}
body.lfshop-product-active .woocommerce-tabs,
body.lfshop-product-active .related.products,
body.lfshop-product-active .upsells.products{
  grid-column:1/-1!important;width:100%!important;max-width:none!important;margin-top:clamp(56px,7vw,100px)!important
}
body.lfshop-product-active .woocommerce-tabs ul.tabs{
  display:flex!important;flex-wrap:wrap!important;gap:28px!important;padding:0 0 14px!important;margin:0 0 34px!important;
  border-bottom:1px solid var(--lfls-border,#332a1c)!important
}
body.lfshop-product-active .woocommerce-tabs ul.tabs:before,
body.lfshop-product-active .woocommerce-tabs ul.tabs li:before,
body.lfshop-product-active .woocommerce-tabs ul.tabs li:after{display:none!important}
body.lfshop-product-active .woocommerce-tabs ul.tabs li{margin:0!important;padding:0!important;border:0!important;background:transparent!important;border-radius:0!important}
body.lfshop-product-active .woocommerce-tabs ul.tabs li a{padding:0 0 10px!important;color:var(--lfls-secondary,#aaa69f)!important;font-weight:500!important}
body.lfshop-product-active .woocommerce-tabs ul.tabs li.active a{color:var(--lfls-gold2,#e0bd7a)!important;border-bottom:1px solid var(--lfls-gold,#c8a05a)!important}
body.lfshop-product-active .woocommerce-Tabs-panel{
  color:var(--lfls-secondary,#aaa69f)!important;line-height:1.85!important;max-width:980px!important;margin:0 auto!important
}
body.lfshop-product-active .woocommerce-Tabs-panel :where(h2,h3){font-family:var(--lfls-heading-font,Cormorant Garamond,Georgia,serif)!important;color:var(--lfls-text,#f2f0eb)!important}
body.lfshop-product-active :where(.related.products,.upsells.products)>h2{
  font-family:var(--lfls-heading-font,Cormorant Garamond,Georgia,serif)!important;color:var(--lfls-text,#f2f0eb)!important;
  font-size:clamp(34px,4vw,54px)!important;font-weight:500!important
}
body.lfshop-product-active :where(.related.products,.upsells.products) ul.products{
  display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:22px!important
}
body.lfshop-product-active :where(.related.products,.upsells.products) li.product{float:none!important;width:100%!important;margin:0!important;background:var(--lfls-surface,#0d0d0c)!important;border:1px solid var(--lfls-border,#332a1c)!important;padding:0 0 18px!important}
body.lfshop-product-active :where(.related.products,.upsells.products) li.product img{width:100%!important;aspect-ratio:1/1!important;object-fit:cover!important;margin:0 0 16px!important}
body.lfshop-product-active :where(.related.products,.upsells.products) li.product :where(.woocommerce-loop-product__title,.price,.button){margin-left:16px!important;margin-right:16px!important}
body.lfshop-product-active :where(.related.products,.upsells.products) .woocommerce-loop-product__title{color:var(--lfls-text,#f2f0eb)!important;font-family:var(--lfls-heading-font,Cormorant Garamond,Georgia,serif)!important;font-size:22px!important}
body.lfshop-product-active :where(.related.products,.upsells.products) .price{color:var(--lfls-gold2,#e0bd7a)!important}

/* ---------- ORDER RECEIVED / THANK YOU ---------- */
body.lfshop-thankyou-active{
  background:var(--lfls-bg,#080808)!important;color:var(--lfls-text,#f2f0eb)!important
}
body.lfshop-thankyou-active :where(.site-main,.content-area,.site-content,#primary){color:var(--lfls-text,#f2f0eb)}
body.lfshop-thankyou-active .woocommerce{
  width:min(1400px,calc(100% - 48px))!important;max-width:1400px!important;margin-inline:auto!important;
  padding:clamp(48px,7vw,96px) 0!important;font-family:var(--lfls-body-font,Inter,Arial,sans-serif)!important;color:var(--lfls-text,#f2f0eb)!important
}
body.lfshop-thankyou-active .woocommerce-order{width:100%!important;max-width:none!important;margin:0!important}
body.lfshop-thankyou-active .lfshop-thankyou-hero{
  margin:0 0 clamp(30px,5vw,56px)!important;padding:0 0 clamp(28px,4vw,46px)!important;
  border-bottom:1px solid var(--lfls-border,#332a1c)!important
}
body.lfshop-thankyou-active .lfshop-thankyou-eyebrow{
  display:block!important;margin-bottom:14px!important;color:var(--lfls-gold,#c8a05a)!important;
  font-size:12px!important;font-weight:700!important;letter-spacing:.22em!important;text-transform:uppercase!important
}
body.lfshop-thankyou-active .lfshop-thankyou-hero h1{
  max-width:900px!important;margin:0 0 18px!important;color:var(--lfls-text,#f2f0eb)!important;
  font-family:var(--lfls-heading-font,Cormorant Garamond,Georgia,serif)!important;font-size:clamp(48px,6vw,88px)!important;
  line-height:.98!important;font-weight:500!important;letter-spacing:-.025em!important
}
body.lfshop-thankyou-active .lfshop-thankyou-hero p{max-width:720px!important;margin:0!important;color:var(--lfls-secondary,#aaa69f)!important;font-size:17px!important;line-height:1.75!important}
body.lfshop-thankyou-active .woocommerce-thankyou-order-received{padding:0!important;margin:0!important;border:0!important;background:transparent!important}
body.lfshop-thankyou-active .woocommerce-order-overview{
  display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:0!important;
  margin:0 0 clamp(38px,5vw,62px)!important;padding:0!important;border:1px solid var(--lfls-border,#332a1c)!important;
  background:var(--lfls-surface,#0d0d0c)!important;list-style:none!important
}
body.lfshop-thankyou-active .woocommerce-order-overview li{
  float:none!important;width:auto!important;min-width:0!important;margin:0!important;padding:20px!important;
  border:0!important;border-right:1px solid var(--lfls-border,#332a1c)!important;
  background:transparent!important;color:var(--lfls-muted,#716d66)!important;font-size:11px!important;font-weight:700!important;
  letter-spacing:.08em!important;text-transform:uppercase!important;overflow-wrap:anywhere!important
}
body.lfshop-thankyou-active .woocommerce-order-overview li:last-child{border-right:0!important}
body.lfshop-thankyou-active .woocommerce-order-overview li strong{
  display:block!important;margin-top:8px!important;color:var(--lfls-text,#f2f0eb)!important;font-size:15px!important;
  font-weight:500!important;line-height:1.45!important;letter-spacing:0!important;text-transform:none!important;overflow-wrap:anywhere!important
}
body.lfshop-thankyou-active :where(.woocommerce-order-details,.woocommerce-customer-details){margin:0 0 clamp(38px,5vw,64px)!important;width:100%!important;max-width:none!important}
body.lfshop-thankyou-active :where(.woocommerce-order-details,.woocommerce-customer-details)>h2{
  margin:0 0 20px!important;color:var(--lfls-text,#f2f0eb)!important;font-family:var(--lfls-heading-font,Cormorant Garamond,Georgia,serif)!important;
  font-size:clamp(32px,4vw,48px)!important;line-height:1.05!important;font-weight:500!important
}
body.lfshop-thankyou-active .woocommerce-order-details table.shop_table{
  width:100%!important;max-width:none!important;margin:0!important;border:1px solid var(--lfls-border,#332a1c)!important;
  border-collapse:collapse!important;border-radius:0!important;background:var(--lfls-surface,#0d0d0c)!important;color:var(--lfls-text,#f2f0eb)!important;table-layout:auto!important
}
body.lfshop-thankyou-active .woocommerce-order-details table.shop_table :where(th,td){
  padding:17px 18px!important;border:0!important;border-bottom:1px solid var(--lfls-border,#332a1c)!important;
  background:transparent!important;color:inherit!important;text-align:left!important;vertical-align:top!important;word-break:normal!important;overflow-wrap:anywhere!important
}
body.lfshop-thankyou-active .woocommerce-order-details table.shop_table thead th{
  color:var(--lfls-gold2,#e0bd7a)!important;font-size:11px!important;letter-spacing:.11em!important;text-transform:uppercase!important
}
body.lfshop-thankyou-active .woocommerce-order-details table.shop_table tfoot tr:last-child :where(th,td){
  color:var(--lfls-gold2,#e0bd7a)!important;font-size:18px!important;font-weight:700!important;border-bottom:0!important
}
body.lfshop-thankyou-active .woocommerce-order-details .product-name a{color:var(--lfls-text,#f2f0eb)!important}
body.lfshop-thankyou-active .woocommerce-order-details :where(.wc-item-meta,.wc-item-meta li,.variation){color:var(--lfls-secondary,#aaa69f)!important}
body.lfshop-thankyou-active .woocommerce-customer-details .woocommerce-columns--addresses{
  display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:22px!important;width:100%!important
}
body.lfshop-thankyou-active .woocommerce-customer-details .woocommerce-column{
  float:none!important;width:100%!important;max-width:none!important;margin:0!important;padding:24px!important;
  border:1px solid var(--lfls-border,#332a1c)!important;background:var(--lfls-surface,#0d0d0c)!important
}
body.lfshop-thankyou-active .woocommerce-customer-details .woocommerce-column>h2{
  color:var(--lfls-text,#f2f0eb)!important;font-family:var(--lfls-heading-font,Cormorant Garamond,Georgia,serif)!important;
  font-size:30px!important;font-weight:500!important;margin:0 0 16px!important
}
body.lfshop-thankyou-active .woocommerce-customer-details address{
  padding:0!important;margin:0!important;border:0!important;background:transparent!important;color:var(--lfls-secondary,#aaa69f)!important;line-height:1.8!important
}
/* Gateway instructions + unknown extension/order metadata remain visible. */
body.lfshop-thankyou-active .woocommerce-order > :where(p:not(.woocommerce-thankyou-order-received),section:not(.woocommerce-order-details):not(.woocommerce-customer-details),.woocommerce-bacs-bank-details,.wc-bacs-bank-details,.woocommerce-info,.woocommerce-message,.woocommerce-error){
  max-width:100%!important;margin:22px 0!important;padding:20px 22px!important;border:1px solid var(--lfls-border,#332a1c)!important;
  border-left:2px solid var(--lfls-gold,#c8a05a)!important;background:var(--lfls-surface,#0d0d0c)!important;color:var(--lfls-secondary,#aaa69f)!important;line-height:1.7!important
}
body.lfshop-thankyou-active .woocommerce-order :where(h2,h3,h4){color:var(--lfls-text,#f2f0eb);font-family:var(--lfls-heading-font,Cormorant Garamond,Georgia,serif)}
body.lfshop-thankyou-active .woocommerce-order a{color:var(--lfls-gold2,#e0bd7a)!important}
body.lfshop-thankyou-active .woocommerce-order :where(.button,button,input[type=submit]){
  display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:48px!important;
  padding:12px 20px!important;border:1px solid var(--lfls-gold,#c8a05a)!important;border-radius:0!important;
  background:transparent!important;color:var(--lfls-text,#f2f0eb)!important;box-shadow:none!important;font-weight:600!important;white-space:nowrap!important
}
body.lfshop-thankyou-active .woocommerce-order :where(.button,button,input[type=submit]):hover{background:var(--lfls-gold,#c8a05a)!important;color:var(--lfls-bg,#080808)!important}
body.lfshop-thankyou-active .lfshop-thankyou-actions{
  display:flex!important;flex-wrap:wrap!important;gap:12px!important;margin-top:clamp(34px,5vw,58px)!important;padding-top:28px!important;border-top:1px solid var(--lfls-border,#332a1c)!important
}
body.lfshop-thankyou-active .lfshop-thankyou-button{
  display:inline-flex!important;align-items:center!important;gap:18px!important;min-height:50px!important;padding:12px 20px!important;
  border:1px solid var(--lfls-gold,#c8a05a)!important;color:var(--lfls-text,#f2f0eb)!important;text-decoration:none!important;transition:.2s ease!important
}
body.lfshop-thankyou-active .lfshop-thankyou-button span{transition:transform .2s ease!important}
body.lfshop-thankyou-active .lfshop-thankyou-button:hover{background:var(--lfls-gold,#c8a05a)!important;color:var(--lfls-bg,#080808)!important}
body.lfshop-thankyou-active .lfshop-thankyou-button:hover span{transform:translateX(4px)!important}
body.lfshop-thankyou-active .lfshop-thankyou-button--secondary{border-color:var(--lfls-border,#332a1c)!important;color:var(--lfls-secondary,#aaa69f)!important}

@media(max-width:1024px){
  body.lfshop-product-active div.product{grid-template-columns:minmax(0,1fr) minmax(320px,.9fr)!important;gap:34px!important}
  body.lfshop-product-active :where(.related.products,.upsells.products) ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  body.lfshop-thankyou-active .woocommerce-order-overview{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  body.lfshop-thankyou-active .woocommerce-order-overview li:nth-child(3n){border-right:0!important}
}
@media(max-width:767px){
  body.lfshop-product-active .woocommerce,
  body.lfshop-thankyou-active .woocommerce{width:min(100% - 28px,1400px)!important}
  body.lfshop-product-active div.product{display:block!important;padding-top:30px!important}
  body.lfshop-product-active div.product .summary{margin-top:28px!important;position:static!important}
  body.lfshop-product-active .summary .product_title{font-size:clamp(38px,12vw,58px)!important}
  body.lfshop-product-active .summary table.variations tr{grid-template-columns:1fr!important;gap:7px!important}
  body.lfshop-product-active :where(.related.products,.upsells.products) ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
  body.lfshop-product-active .woocommerce-tabs ul.tabs{gap:16px!important;overflow-x:auto!important;flex-wrap:nowrap!important}
  body.lfshop-product-active .woocommerce-tabs ul.tabs li{flex:0 0 auto!important}
  body.lfshop-thankyou-active .lfshop-thankyou-hero h1{font-size:clamp(42px,13vw,64px)!important}
  body.lfshop-thankyou-active .woocommerce-order-overview{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.lfshop-thankyou-active .woocommerce-order-overview li{border-right:1px solid var(--lfls-border,#332a1c)!important;border-bottom:1px solid var(--lfls-border,#332a1c)!important}
  body.lfshop-thankyou-active .woocommerce-order-overview li:nth-child(2n){border-right:0!important}
  body.lfshop-thankyou-active .woocommerce-customer-details .woocommerce-columns--addresses{grid-template-columns:1fr!important}
  body.lfshop-thankyou-active .woocommerce-order-details{overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}
  body.lfshop-thankyou-active .woocommerce-order-details table.shop_table{min-width:620px!important}
  body.lfshop-thankyou-active .lfshop-thankyou-actions{display:grid!important;grid-template-columns:1fr!important}
  body.lfshop-thankyou-active .lfshop-thankyou-button{width:100%!important;justify-content:space-between!important}
}
@media(max-width:390px){
  body.lfshop-product-active :where(.related.products,.upsells.products) ul.products{grid-template-columns:1fr!important}
  body.lfshop-thankyou-active .woocommerce-order-overview{grid-template-columns:1fr!important}
  body.lfshop-thankyou-active .woocommerce-order-overview li{border-right:0!important}
}


/* =========================================================
   v1.4.1 — product extension compatibility + visual polish
   Presentation only. No WooCommerce/product/plugin data is removed.
   ========================================================= */

/* Product breadcrumbs / taxonomy / meta: never inherit unreadable theme black. */
body.lfshop-product-active :where(.woocommerce-breadcrumb,.woocommerce-breadcrumb a){
  color:var(--lfls-secondary,#aaa69f)!important;
}
body.lfshop-product-active .woocommerce-breadcrumb a:hover{color:var(--lfls-gold2,#e0bd7a)!important}
body.lfshop-product-active .product_meta,
body.lfshop-product-active .product_meta :where(.sku_wrapper,.posted_in,.tagged_as){
  color:var(--lfls-secondary,#aaa69f)!important;
}
body.lfshop-product-active .product_meta :where(.sku,.sku_wrapper strong){color:var(--lfls-text,#f2f0eb)!important}
body.lfshop-product-active .product_meta :where(a,.posted_in a,.tagged_as a){
  color:var(--lfls-gold2,#e0bd7a)!important;
  text-decoration:none!important;
  overflow-wrap:anywhere!important;
}
body.lfshop-product-active .product_meta a:hover{color:var(--lfls-text,#f2f0eb)!important}

/* Keep WooCommerce native/custom product forms readable and balanced. */
body.lfshop-product-active .summary :where(form.cart,.variations_form){width:100%!important;max-width:100%!important}
body.lfshop-product-active .summary :where(.woocommerce-variation-description,.woocommerce-variation-availability,.woocommerce-variation-price){
  color:var(--lfls-secondary,#aaa69f)!important;
  margin:10px 0!important;
}
body.lfshop-product-active .summary .woocommerce-variation-price .price{margin:8px 0 14px!important}

/* Generic extension/custom-option shells. This is intentionally class-pattern based so
   future multi-supplier/add-on fields can inherit the Louis Fame UI without knowing
   their plugin internals. Secure payment iframes are outside this product scope. */
body.lfshop-product-active .summary :is(
  [class*="product-addon"],
  [class*="product_addon"],
  [class*="product-option"],
  [class*="product_option"],
  [class*="extra-product"],
  [class*="extra_product"],
  [class*="custom-field"],
  [class*="custom_field"],
  [class*="customise"],
  [class*="customize"],
  [class*="preorder"],
  [class*="pre-order"]
){
  max-width:100%!important;
  color:var(--lfls-text,#f2f0eb)!important;
  border-color:var(--lfls-border,#332a1c)!important;
}
body.lfshop-product-active .summary :is(
  [class*="product-addon"],
  [class*="product_addon"],
  [class*="product-option"],
  [class*="product_option"],
  [class*="extra-product"],
  [class*="extra_product"],
  [class*="custom-field"],
  [class*="custom_field"],
  [class*="customise"],
  [class*="customize"]
):not(input):not(select):not(textarea):not(button):not(label){
  background:var(--lfls-surface,#0d0d0c)!important;
}
body.lfshop-product-active .summary :is(
  [class*="product-addon"],
  [class*="product_addon"],
  [class*="product-option"],
  [class*="product_option"],
  [class*="extra-product"],
  [class*="extra_product"],
  [class*="custom-field"],
  [class*="custom_field"],
  [class*="customise"],
  [class*="customize"]
) :where(h2,h3,h4,h5,legend,strong,label,p,span){
  color:inherit!important;
}
body.lfshop-product-active .summary :where(fieldset){border-color:var(--lfls-border,#332a1c)!important}
body.lfshop-product-active .summary :where(input[type="radio"],input[type="checkbox"]){accent-color:var(--lfls-gold,#c8a05a)!important}
body.lfshop-product-active .summary :where(input[type="color"]){
  background:transparent!important;border:1px solid var(--lfls-border,#332a1c)!important;padding:4px!important;min-height:42px!important
}

/* Native and extension-generated product actions use one luxury button language. */
body.lfshop-product-active .summary :where(
  .single_add_to_cart_button,
  button.button,
  a.button,
  input[type="submit"],
  [class*="preorder"] button,
  [class*="pre-order"] button,
  [class*="preorder"] .button,
  [class*="pre-order"] .button
){
  width:auto!important;
  min-width:150px!important;
  min-height:52px!important;
  padding:13px 24px!important;
  background:transparent!important;
  color:var(--lfls-text,#f2f0eb)!important;
  border:1px solid var(--lfls-gold,#c8a05a)!important;
  border-radius:0!important;
  box-shadow:none!important;
  font-family:var(--lfls-body-font,Inter,Arial,sans-serif)!important;
  font-weight:600!important;
  line-height:1.3!important;
  text-align:center!important;
  white-space:normal!important;
  transition:background-color .2s ease,color .2s ease,transform .2s ease!important;
}
body.lfshop-product-active .summary :where(
  .single_add_to_cart_button,
  button.button,
  a.button,
  input[type="submit"],
  [class*="preorder"] button,
  [class*="pre-order"] button,
  [class*="preorder"] .button,
  [class*="pre-order"] .button
):hover{
  background:var(--lfls-gold,#c8a05a)!important;
  color:var(--lfls-bg,#080808)!important;
  transform:translateY(-1px)!important;
}
body.lfshop-product-active .summary :where(.single_add_to_cart_button,.button).disabled,
body.lfshop-product-active .summary :where(.single_add_to_cart_button,.button):disabled{
  opacity:.5!important;cursor:not-allowed!important;transform:none!important
}

/* Related / upsell products: editorial cards instead of default theme cards. */
body.lfshop-product-active :where(.related.products,.upsells.products){
  border-top:1px solid var(--lfls-border,#332a1c)!important;
  padding-top:clamp(38px,5vw,64px)!important;
}
body.lfshop-product-active :where(.related.products,.upsells.products)>h2{
  margin:0 0 28px!important;
  color:var(--lfls-text,#f2f0eb)!important;
  font-size:clamp(32px,3vw,46px)!important;
}
body.lfshop-product-active :where(.related.products,.upsells.products) ul.products{
  list-style:none!important;padding:0!important;margin:0!important;
}
body.lfshop-product-active :where(.related.products,.upsells.products) li.product{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  min-width:0!important;
  overflow:hidden!important;
  background:var(--lfls-surface,#0d0d0c)!important;
  border:1px solid var(--lfls-border,#332a1c)!important;
  transition:border-color .2s ease,transform .2s ease!important;
}
body.lfshop-product-active :where(.related.products,.upsells.products) li.product:hover{
  border-color:var(--lfls-border-strong,rgba(200,160,90,.28))!important;
  transform:translateY(-2px)!important;
}
body.lfshop-product-active :where(.related.products,.upsells.products) li.product > a.woocommerce-LoopProduct-link{
  display:block!important;text-decoration:none!important;color:inherit!important
}
body.lfshop-product-active :where(.related.products,.upsells.products) li.product img{
  width:100%!important;aspect-ratio:4/5!important;object-fit:cover!important;margin:0!important;
  background:#0b0b0a!important
}
body.lfshop-product-active :where(.related.products,.upsells.products) .woocommerce-loop-product__title{
  margin:18px 18px 8px!important;
  color:var(--lfls-text,#f2f0eb)!important;
  font-family:var(--lfls-heading-font,Cormorant Garamond,Georgia,serif)!important;
  font-size:clamp(20px,1.6vw,26px)!important;
  line-height:1.15!important;
  font-weight:500!important;
}
body.lfshop-product-active :where(.related.products,.upsells.products) .price{
  display:block!important;
  margin:0 18px 16px!important;
  color:var(--lfls-gold2,#e0bd7a)!important;
  font-size:16px!important;
}
body.lfshop-product-active :where(.related.products,.upsells.products) .price del{color:var(--lfls-muted,#716d66)!important;opacity:.85!important}
body.lfshop-product-active :where(.related.products,.upsells.products) .price ins{color:var(--lfls-gold2,#e0bd7a)!important;text-decoration:none!important}
body.lfshop-product-active :where(.related.products,.upsells.products) li.product > .button,
body.lfshop-product-active :where(.related.products,.upsells.products) li.product a.button{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:calc(100% - 36px)!important;
  min-height:48px!important;
  margin:auto 18px 18px!important;
  padding:12px 14px!important;
  background:transparent!important;
  color:var(--lfls-text,#f2f0eb)!important;
  border:1px solid var(--lfls-gold,#c8a05a)!important;
  border-radius:0!important;
  box-shadow:none!important;
  text-decoration:none!important;
  font-weight:600!important;
}
body.lfshop-product-active :where(.related.products,.upsells.products) li.product a.button:hover{
  background:var(--lfls-gold,#c8a05a)!important;color:var(--lfls-bg,#080808)!important
}

/* My Account address cards: neutralize themes that float .col-1/.col-2 separately. */
body.lfshop-account-active .woocommerce-MyAccount-content > p:first-child{max-width:900px!important;margin:0 0 28px!important}
body.lfshop-account-active :where(.woocommerce-Addresses,.woocommerce-columns--addresses,.addresses){
  align-items:stretch!important;
}
body.lfshop-account-active :where(.woocommerce-Addresses,.woocommerce-columns--addresses) > :where(.col-1,.col-2,.woocommerce-Address,.woocommerce-column){
  float:none!important;
  clear:none!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  min-width:0!important;
}
body.lfshop-account-active .woocommerce-Address-title :where(h2,h3){min-width:0!important;overflow-wrap:normal!important;word-break:normal!important}
body.lfshop-account-active .woocommerce-Address address{overflow-wrap:anywhere!important}

/* Password visibility controls: compact, high-contrast, never a giant theme rectangle. */
body.lfshop-account-active .password-input .show-password-input{
  position:absolute!important;
  right:8px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  width:38px!important;
  height:38px!important;
  min-width:38px!important;
  min-height:38px!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  background:transparent!important;
  color:var(--lfls-secondary,#aaa69f)!important;
  box-shadow:none!important;
}
body.lfshop-account-active .password-input .show-password-input:hover{color:var(--lfls-gold2,#e0bd7a)!important;background:transparent!important}

/* Payment gateways: style only their WooCommerce/Blocks shells, never secure iframe internals. */
body.lfshop-checkout-active #payment ul.payment_methods > li,
body.lfshop-checkout-active .wc-block-components-radio-control-accordion-option{
  border:1px solid var(--lfls-border,#332a1c)!important;
  background:var(--lfls-surface,#0d0d0c)!important;
  color:var(--lfls-text,#f2f0eb)!important;
  border-radius:0!important;
}
body.lfshop-checkout-active #payment ul.payment_methods > li:has(input[type="radio"]:checked),
body.lfshop-checkout-active .wc-block-components-radio-control-accordion-option:has(input[type="radio"]:checked){
  border-color:var(--lfls-gold,#c8a05a)!important;
}
body.lfshop-checkout-active #payment input[type="radio"],
body.lfshop-checkout-active .wc-block-components-radio-control input[type="radio"]{accent-color:var(--lfls-gold,#c8a05a)!important}
body.lfshop-checkout-active :where(.payment_box,.wc-block-components-radio-control-accordion-content){
  color:var(--lfls-secondary,#aaa69f)!important;
  overflow-wrap:anywhere!important;
}
body.lfshop-checkout-active :where(#payment,.wc-block-checkout__payment-method) iframe{
  max-width:100%!important;
  /* no fixed height/inner styling: gateway/provider retains control */
}

@media(max-width:767px){
  body.lfshop-product-active .woocommerce{width:min(100% - 28px,1400px)!important}
  body.lfshop-product-active div.product{grid-template-columns:1fr!important;gap:28px!important;padding-top:30px!important}
  body.lfshop-product-active.lfshop-product-sticky .summary{position:static!important}
  body.lfshop-product-active .summary .product_title{font-size:clamp(36px,12vw,52px)!important}
  body.lfshop-product-active .summary table.variations tr{grid-template-columns:1fr!important;gap:7px!important}
  body.lfshop-product-active .summary :where(.single_add_to_cart_button,button.button,a.button,input[type="submit"]){width:100%!important;min-width:0!important}
  body.lfshop-product-active :where(.related.products,.upsells.products) ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
  body.lfshop-product-active :where(.related.products,.upsells.products) .woocommerce-loop-product__title{font-size:19px!important;margin:14px 12px 6px!important}
  body.lfshop-product-active :where(.related.products,.upsells.products) .price{margin:0 12px 12px!important;font-size:14px!important}
  body.lfshop-product-active :where(.related.products,.upsells.products) li.product > .button,
  body.lfshop-product-active :where(.related.products,.upsells.products) li.product a.button{width:calc(100% - 24px)!important;margin:auto 12px 12px!important;padding:10px!important;min-height:44px!important}
  body.lfshop-account-active :where(.woocommerce-Addresses,.woocommerce-columns--addresses){grid-template-columns:1fr!important}
}
@media(max-width:360px){
  body.lfshop-product-active :where(.related.products,.upsells.products) ul.products{grid-template-columns:1fr!important}
}

/* =========================================================
   v1.4.3 — production layout hardening
   Fixes theme width/float leakage, product extension panels,
   related products, reviews, account addresses and controls.
   ========================================================= */

/* ---------- SINGLE PRODUCT: never allow theme columns to crush summary ---------- */
body.lfshop-product-active .woocommerce div.product,
body.lfshop-product-active .woocommerce div.product div.summary,
body.lfshop-product-active .woocommerce div.product div.woocommerce-product-gallery{
  box-sizing:border-box!important;
}
body.lfshop-product-active .woocommerce div.product > .summary,
body.lfshop-product-active .woocommerce div.product .summary{
  float:none!important;
  clear:none!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  overflow:visible!important;
}
body.lfshop-product-active .woocommerce div.product > .woocommerce-product-gallery,
body.lfshop-product-active .woocommerce div.product div.images{
  float:none!important;
  clear:none!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
}
body.lfshop-product-active .summary :where(.product_title,.woocommerce-product-details__short-description,.woocommerce-product-details__short-description p){
  width:100%!important;
  max-width:none!important;
  word-break:normal!important;
  overflow-wrap:break-word!important;
  hyphens:none!important;
}
body.lfshop-product-active .summary .product_title{
  letter-spacing:-.02em!important;
  line-height:1.02!important;
}
body.lfshop-product-active .summary .woocommerce-product-details__short-description{
  font-size:15px!important;
  line-height:1.75!important;
  color:var(--lfls-secondary,#aaa69f)!important;
}

/* Product meta becomes a readable, responsive information row instead of narrow columns. */
body.lfshop-product-active .product_meta{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:flex-start!important;
  gap:12px 28px!important;
  width:100%!important;
  padding-top:22px!important;
  margin-top:24px!important;
  border-top:1px solid var(--lfls-border,#332a1c)!important;
  line-height:1.55!important;
}
body.lfshop-product-active .product_meta > :where(span,div){
  display:block!important;
  float:none!important;
  width:auto!important;
  min-width:0!important;
  max-width:100%!important;
  margin:0!important;
  color:var(--lfls-secondary,#aaa69f)!important;
  word-break:normal!important;
  overflow-wrap:anywhere!important;
}
body.lfshop-product-active .product_meta :where(a,.sku){
  color:var(--lfls-gold2,#e0bd7a)!important;
  text-decoration:none!important;
}
body.lfshop-product-active .product_meta a:hover{color:var(--lfls-text,#f2f0eb)!important}

/* Core variation/cart controls use a clean horizontal rhythm. */
body.lfshop-product-active .summary form.cart{
  width:100%!important;
  max-width:none!important;
  display:block!important;
}
body.lfshop-product-active .summary .woocommerce-variation-add-to-cart,
body.lfshop-product-active .summary form.cart:not(.variations_form){
  align-items:stretch!important;
}
body.lfshop-product-active .summary .woocommerce-variation-add-to-cart{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
}
body.lfshop-product-active .summary .quantity{
  margin:0!important;
  flex:0 0 auto!important;
}
body.lfshop-product-active .summary .quantity .qty{
  width:76px!important;
  min-width:76px!important;
  height:52px!important;
  min-height:52px!important;
  background:var(--lfls-surface,#0d0d0c)!important;
  color:var(--lfls-text,#f2f0eb)!important;
  border:1px solid var(--lfls-border,#332a1c)!important;
}
body.lfshop-product-active .summary .single_add_to_cart_button{
  min-width:190px!important;
  margin:0!important;
}

/* Generic product add-ons / supplier / configurator panels.
   The selectors are deliberately scoped inside the native product summary/form. */
body.lfshop-product-active .summary form.cart :where(
  [class*="addon"],[class*="add-on"],[class*="custom"],[class*="option"],[class*="extra"],
  [class*="configurator"],[class*="builder"],[class*="personal"],[class*="supplier"],
  [class*="preorder"],[class*="pre-order"],.wc-pao-addons-container,.wc-pao-addon,
  .tm-extra-product-options,.tm-extra-product-options-inner,.wapf,.wapf-wrapper,.ppom-wrapper,.yith-wapo-block
){
  color:var(--lfls-text,#f2f0eb)!important;
  border-color:var(--lfls-border,#332a1c)!important;
}
body.lfshop-product-active .summary form.cart :where(
  .wc-pao-addons-container,.wc-pao-addon,.tm-extra-product-options,.tm-extra-product-options-inner,
  .wapf,.wapf-wrapper,.ppom-wrapper,.yith-wapo-block,
  [class*="customiz"],[class*="customis"],[class*="product-addon"],[class*="product_addon"]
){
  background:var(--lfls-surface,#0d0d0c)!important;
  border:1px solid var(--lfls-border,#332a1c)!important;
  border-radius:0!important;
  box-shadow:none!important;
}
body.lfshop-product-active .summary form.cart :where(
  .wc-pao-addons-container,.tm-extra-product-options,.wapf,.ppom-wrapper,.yith-wapo-block,
  [class*="customiz"],[class*="customis"]
){padding:22px!important;margin:18px 0!important}
body.lfshop-product-active .summary form.cart :where(h1,h2,h3,h4,h5,legend){
  color:var(--lfls-text,#f2f0eb)!important;
  font-family:var(--lfls-heading-font,Cormorant Garamond,Georgia,serif)!important;
  line-height:1.1!important;
}
body.lfshop-product-active .summary form.cart :where(label,.label,.description,small,p){
  color:var(--lfls-secondary,#aaa69f)!important;
}
body.lfshop-product-active .summary form.cart :where(input:not([type="radio"]):not([type="checkbox"]):not([type="color"]),select,textarea){
  max-width:100%!important;
  min-height:46px!important;
  background:#0a0a09!important;
  color:var(--lfls-text,#f2f0eb)!important;
  border:1px solid var(--lfls-border,#332a1c)!important;
  border-radius:0!important;
}
body.lfshop-product-active .summary form.cart :where(input[type="radio"],input[type="checkbox"]){accent-color:var(--lfls-gold,#c8a05a)!important}

/* Make extension/native action buttons consistent and kill bright theme greens. */
body.lfshop-product-active .summary form.cart :where(
  button,.button,input[type="submit"],a.button,.single_add_to_cart_button,
  [class*="preorder"] button,[class*="pre-order"] button,[class*="preorder"] a,[class*="pre-order"] a
){
  background:transparent!important;
  background-image:none!important;
  color:var(--lfls-text,#f2f0eb)!important;
  border:1px solid var(--lfls-gold,#c8a05a)!important;
  border-radius:0!important;
  box-shadow:none!important;
  text-shadow:none!important;
}
body.lfshop-product-active .summary form.cart :where(button,.button,input[type="submit"],a.button,.single_add_to_cart_button):hover{
  background:var(--lfls-gold,#c8a05a)!important;
  color:var(--lfls-bg,#080808)!important;
}

/* ---------- RELATED / UPSELL PRODUCTS ---------- */
body.lfshop-product-active .woocommerce :where(.related.products,.upsells.products){
  width:100%!important;
  max-width:none!important;
  clear:both!important;
  margin-top:clamp(52px,7vw,90px)!important;
}
body.lfshop-product-active .woocommerce :where(.related.products,.upsells.products)>h2{
  color:var(--lfls-text,#f2f0eb)!important;
  font-family:var(--lfls-heading-font,Cormorant Garamond,Georgia,serif)!important;
  font-size:clamp(30px,3vw,44px)!important;
  margin-bottom:26px!important;
}
body.lfshop-product-active .woocommerce :where(.related.products,.upsells.products) ul.products,
body.lfshop-product-active .woocommerce :where(.related.products,.upsells.products) ul.products[class*="columns-"]{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:22px!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
}
body.lfshop-product-active .woocommerce :where(.related.products,.upsells.products) ul.products li.product,
body.lfshop-product-active .woocommerce :where(.related.products,.upsells.products) ul.products[class*="columns-"] li.product{
  float:none!important;
  clear:none!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  padding:0 0 18px!important;
  background:var(--lfls-surface,#0d0d0c)!important;
  border:1px solid var(--lfls-border,#332a1c)!important;
}
body.lfshop-product-active .woocommerce :where(.related.products,.upsells.products) li.product :where(a,.woocommerce-loop-product__title,h2,h3){
  color:var(--lfls-text,#f2f0eb)!important;
  opacity:1!important;
  text-decoration:none!important;
}
body.lfshop-product-active .woocommerce :where(.related.products,.upsells.products) li.product .woocommerce-loop-product__title{
  min-height:2.35em!important;
}
body.lfshop-product-active .woocommerce :where(.related.products,.upsells.products) li.product .button,
body.lfshop-product-active .woocommerce :where(.related.products,.upsells.products) li.product a.button,
body.lfshop-product-active .woocommerce :where(.related.products,.upsells.products) li.product .added_to_cart{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:calc(100% - 36px)!important;
  min-height:48px!important;
  margin:14px 18px 0!important;
  padding:11px 14px!important;
  background:transparent!important;
  background-image:none!important;
  color:var(--lfls-text,#f2f0eb)!important;
  border:1px solid var(--lfls-gold,#c8a05a)!important;
  border-radius:0!important;
  box-shadow:none!important;
  text-shadow:none!important;
  white-space:normal!important;
}
body.lfshop-product-active .woocommerce :where(.related.products,.upsells.products) li.product :where(.button,.added_to_cart):hover{
  background:var(--lfls-gold,#c8a05a)!important;
  color:var(--lfls-bg,#080808)!important;
}

/* ---------- REVIEWS ---------- */
body.lfshop-product-active #reviews,
body.lfshop-product-active #review_form_wrapper{color:var(--lfls-secondary,#aaa69f)!important}
body.lfshop-product-active #review_form_wrapper :where(label,.comment-notes){color:var(--lfls-secondary,#aaa69f)!important}
body.lfshop-product-active #review_form_wrapper :where(input[type="text"],input[type="email"],textarea){
  width:100%!important;
  max-width:760px!important;
  background:var(--lfls-surface,#0d0d0c)!important;
  color:var(--lfls-text,#f2f0eb)!important;
  border:1px solid var(--lfls-border,#332a1c)!important;
  border-radius:0!important;
}
body.lfshop-product-active #review_form_wrapper textarea{min-height:160px!important;padding:14px!important}
body.lfshop-product-active #review_form_wrapper #submit{
  min-width:150px!important;
  min-height:48px!important;
  background:transparent!important;
  color:var(--lfls-text,#f2f0eb)!important;
  border:1px solid var(--lfls-gold,#c8a05a)!important;
  border-radius:0!important;
}
body.lfshop-product-active #review_form_wrapper #submit:hover{background:var(--lfls-gold,#c8a05a)!important;color:var(--lfls-bg,#080808)!important}
body.lfshop-product-active #reviews .star-rating,
body.lfshop-product-active #reviews p.stars a{color:var(--lfls-gold2,#e0bd7a)!important}

/* ---------- MY ACCOUNT ADDRESSES ---------- */
body.lfshop-account-active .woocommerce-MyAccount-content .woocommerce-Addresses,
body.lfshop-account-active .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses,
body.lfshop-account-active .woocommerce-MyAccount-content .col2-set.addresses{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:22px!important;
  width:100%!important;
  max-width:none!important;
  margin:28px 0 0!important;
}
body.lfshop-account-active .woocommerce-MyAccount-content .woocommerce-Addresses > :where(.u-column1,.u-column2,.col-1,.col-2,.woocommerce-Address),
body.lfshop-account-active .woocommerce-MyAccount-content .col2-set.addresses > :where(.col-1,.col-2){
  position:static!important;
  inset:auto!important;
  float:none!important;
  clear:none!important;
  display:block!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  height:auto!important;
  margin:0!important;
  padding:24px!important;
  background:var(--lfls-surface,#0d0d0c)!important;
  border:1px solid var(--lfls-border,#332a1c)!important;
  transform:none!important;
}
body.lfshop-account-active .woocommerce-MyAccount-content .woocommerce-Address-title{
  position:static!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:14px!important;
  align-items:start!important;
  margin:0 0 18px!important;
}
body.lfshop-account-active .woocommerce-MyAccount-content .woocommerce-Address-title :where(h2,h3){
  margin:0!important;
  font-size:clamp(28px,2.5vw,38px)!important;
  line-height:1.04!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
}
body.lfshop-account-active .woocommerce-MyAccount-content .woocommerce-Address-title .edit{
  position:static!important;
  float:none!important;
  margin:5px 0 0!important;
  white-space:nowrap!important;
  font-size:12px!important;
  color:var(--lfls-gold2,#e0bd7a)!important;
}
body.lfshop-account-active .woocommerce-MyAccount-content .woocommerce-Address address{
  font-style:normal!important;
  line-height:1.75!important;
}

/* ---------- CART QUANTITY ---------- */
body.lfshop-cart-active :where(.wc-block-components-quantity-selector,.quantity){
  border-color:var(--lfls-border,#332a1c)!important;
  background:var(--lfls-surface,#0d0d0c)!important;
}
body.lfshop-cart-active .wc-block-components-quantity-selector button{
  min-width:42px!important;
  width:42px!important;
  min-height:42px!important;
  padding:0!important;
  border-color:var(--lfls-border,#332a1c)!important;
}
body.lfshop-cart-active .wc-block-components-quantity-selector input{
  min-width:44px!important;
  width:44px!important;
  text-align:center!important;
}

/* ---------- CHECKOUT PAYMENT SHELLS ---------- */
body.lfshop-checkout-active :where(.wc-block-checkout__payment-method,.wc-block-components-checkout-step--with-step-number){
  color:var(--lfls-text,#f2f0eb)!important;
}
body.lfshop-checkout-active .wc-block-components-radio-control-accordion-option{
  margin-bottom:10px!important;
  padding:4px 14px!important;
}
body.lfshop-checkout-active .wc-block-components-radio-control-accordion-content{
  padding:0 14px 16px!important;
  color:var(--lfls-secondary,#aaa69f)!important;
}

@media(max-width:1024px){
  body.lfshop-product-active .woocommerce :where(.related.products,.upsells.products) ul.products,
  body.lfshop-product-active .woocommerce :where(.related.products,.upsells.products) ul.products[class*="columns-"]{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:767px){
  body.lfshop-product-active .summary .woocommerce-variation-add-to-cart{display:grid!important;grid-template-columns:80px minmax(0,1fr)!important}
  body.lfshop-product-active .summary .single_add_to_cart_button{min-width:0!important;width:100%!important}
  body.lfshop-product-active .product_meta{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}
  body.lfshop-product-active .woocommerce :where(.related.products,.upsells.products) ul.products,
  body.lfshop-product-active .woocommerce :where(.related.products,.upsells.products) ul.products[class*="columns-"]{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
  body.lfshop-account-active .woocommerce-MyAccount-content .woocommerce-Addresses,
  body.lfshop-account-active .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses,
  body.lfshop-account-active .woocommerce-MyAccount-content .col2-set.addresses{grid-template-columns:1fr!important}
}
@media(max-width:390px){
  body.lfshop-product-active .woocommerce :where(.related.products,.upsells.products) ul.products,
  body.lfshop-product-active .woocommerce :where(.related.products,.upsells.products) ul.products[class*="columns-"]{grid-template-columns:1fr!important}
}

/* =========================================================
   v1.5.0 — Agntix 1.0.9 + WooCommerce resilient polish
   Scoped presentation only; native WooCommerce logic remains intact.
   ========================================================= */
body.lfshop-product-active,
body.lfshop-cart-active,
body.lfshop-checkout-active,
body.lfshop-thankyou-active,
body.lfshop-account-active{background:var(--lfls-bg,#080808)!important;color:var(--lfls-text,#f2f0eb)!important}

/* Neutralize narrow/floated WooCommerce wrappers commonly introduced by themes. */
body.lfshop-theme-agntix:is(.lfshop-product-active,.lfshop-cart-active,.lfshop-checkout-active,.lfshop-account-active) :where(.woocommerce,.site-main,.content-area,#primary){min-width:0!important}
body.lfshop-product-active .woocommerce,
body.lfshop-cart-active .woocommerce,
body.lfshop-checkout-active .woocommerce,
body.lfshop-account-active .woocommerce{
  width:min(var(--lfls-content-width,1400px),calc(100% - 40px))!important;
  max-width:var(--lfls-content-width,1400px)!important;
  margin-inline:auto!important;
}

/* ---------- Single product ---------- */
body.lfshop-product-active .woocommerce div.product{
  display:grid!important;
  grid-template-columns:minmax(0,1.06fr) minmax(420px,.94fr)!important;
  column-gap:clamp(36px,5vw,76px)!important;
  row-gap:clamp(42px,5vw,72px)!important;
  align-items:start!important;
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  padding:clamp(42px,5vw,72px) 0!important;
}
body.lfshop-product-active .woocommerce div.product > .woocommerce-product-gallery,
body.lfshop-product-active .woocommerce div.product > div.images{
  grid-column:1!important;grid-row:1!important;float:none!important;width:100%!important;max-width:none!important;margin:0!important;min-width:0!important;
}
body.lfshop-product-active .woocommerce div.product > .summary,
body.lfshop-product-active .woocommerce div.product > div.summary{
  grid-column:2!important;grid-row:1!important;float:none!important;width:100%!important;max-width:none!important;min-width:0!important;margin:0!important;padding:0!important;
}
body.lfshop-product-active .woocommerce div.product > :where(.woocommerce-tabs,.related,.upsells){
  grid-column:1 / -1!important;width:100%!important;max-width:100%!important;float:none!important;margin-left:0!important;margin-right:0!important;min-width:0!important;
}
body.lfshop-product-active .summary .product_title{
  color:var(--lfls-text,#f2f0eb)!important;font-family:var(--lfls-heading-font,Cormorant Garamond,Georgia,serif)!important;font-size:clamp(40px,4vw,66px)!important;line-height:1.02!important;letter-spacing:-.025em!important;overflow-wrap:normal!important;word-break:normal!important;hyphens:none!important;margin:0 0 18px!important;
}
body.lfshop-product-active .summary :where(.price,.price .amount){color:var(--lfls-gold2,#e0bd7a)!important}
body.lfshop-product-active .summary .woocommerce-product-details__short-description{color:var(--lfls-secondary,#aaa69f)!important;font-size:15px!important;line-height:1.75!important;max-width:700px!important;margin:0 0 24px!important;overflow-wrap:normal!important;word-break:normal!important}
body.lfshop-product-active .summary :where(.product_meta,.product_meta span,.product_meta a){font-family:var(--lfls-body-font,Inter,Arial,sans-serif)!important;line-height:1.7!important;word-break:normal!important;overflow-wrap:break-word!important}
body.lfshop-product-active .summary .product_meta{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px 20px!important;padding-top:20px!important;border-top:1px solid var(--lfls-border,#332a1c)!important;color:var(--lfls-muted,#716d66)!important}
body.lfshop-product-active .summary .product_meta > span{display:block!important;min-width:0!important;color:var(--lfls-secondary,#aaa69f)!important}
body.lfshop-product-active .summary .product_meta a{color:var(--lfls-gold2,#e0bd7a)!important;text-decoration:none!important}
body.lfshop-product-active .summary form.cart{width:100%!important;max-width:100%!important;margin:24px 0!important}
body.lfshop-product-active .summary form.cart :where(select,input[type="text"],input[type="number"],textarea){max-width:100%!important;background:#0b0b0a!important;color:var(--lfls-text,#f2f0eb)!important;border:1px solid var(--lfls-border,#332a1c)!important}
body.lfshop-product-active .summary form.cart :where(button,.button,.single_add_to_cart_button){background:transparent!important;color:var(--lfls-text,#f2f0eb)!important;border:1px solid var(--lfls-gold,#c8a05a)!important;border-radius:0!important;box-shadow:none!important;min-height:48px!important;padding:11px 18px!important;font-weight:600!important}
body.lfshop-product-active .summary form.cart :where(button,.button,.single_add_to_cart_button):hover{background:var(--lfls-gold,#c8a05a)!important;color:#080808!important}

/* Generic compatible custom/supplier/add-on wrappers. */
body.lfshop-product-active .summary form.cart :where(
 .product-addon,.woocommerce-product-addons,.wc-pao-addons-container,.wc-pao-addon-container,
 .tm-extra-product-options,.tc-extra-product-options,.wapf,.wapf-wrapper,.ppom-wrapper,
 .yith-wapo-block,.wccpf-fields-group,.thwepo-extra-options,.extra-options,
 [class*="product-addon"],[class*="custom-field"],[class*="product-option"]
){background:#0b0b0a!important;color:var(--lfls-text,#f2f0eb)!important;border:1px solid var(--lfls-border,#332a1c)!important;border-radius:0!important;padding:18px!important;max-width:100%!important;box-shadow:none!important}
body.lfshop-product-active .summary form.cart :where(.product-addon,.woocommerce-product-addons,.wc-pao-addons-container,.tm-extra-product-options,.wapf,.ppom-wrapper,.yith-wapo-block,[class*="custom-field"]) :where(h2,h3,h4,label,legend){color:var(--lfls-text,#f2f0eb)!important}
body.lfshop-product-active .summary form.cart :where(.product-addon,.woocommerce-product-addons,.wc-pao-addons-container,.tm-extra-product-options,.wapf,.ppom-wrapper,.yith-wapo-block,[class*="custom-field"]) :where(p,small,.description){color:var(--lfls-secondary,#aaa69f)!important}

/* Tabs / reviews. */
body.lfshop-product-active .woocommerce-tabs{padding-top:18px!important;border-top:1px solid var(--lfls-border,#332a1c)!important}
body.lfshop-product-active .woocommerce-tabs ul.tabs{display:flex!important;gap:24px!important;flex-wrap:wrap!important;padding:0!important;margin:0 0 30px!important;border-bottom:1px solid var(--lfls-border,#332a1c)!important}
body.lfshop-product-active .woocommerce-tabs ul.tabs li{background:transparent!important;border:0!important;margin:0!important;padding:0!important}
body.lfshop-product-active .woocommerce-tabs ul.tabs li a{display:block!important;padding:0 0 13px!important;color:var(--lfls-secondary,#aaa69f)!important}
body.lfshop-product-active .woocommerce-tabs ul.tabs li.active a{color:var(--lfls-gold2,#e0bd7a)!important;border-bottom:1px solid var(--lfls-gold,#c8a05a)!important}
body.lfshop-product-active #review_form :where(textarea,input[type="text"],input[type="email"]){background:#0b0b0a!important;color:var(--lfls-text,#f2f0eb)!important;border:1px solid var(--lfls-border,#332a1c)!important;width:100%!important;max-width:760px!important}
body.lfshop-product-active #review_form #submit{background:transparent!important;color:var(--lfls-text,#f2f0eb)!important;border:1px solid var(--lfls-gold,#c8a05a)!important;padding:11px 22px!important;border-radius:0!important}

/* Related products: clean equal cards instead of theme defaults. */
body.lfshop-product-active .related.products{padding-top:8px!important}
body.lfshop-product-active .related.products > h2{font-family:var(--lfls-heading-font,Cormorant Garamond,Georgia,serif)!important;color:var(--lfls-text,#f2f0eb)!important;font-size:clamp(30px,3vw,44px)!important;margin:0 0 24px!important}
body.lfshop-product-active .related.products ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:24px 18px!important;margin:0!important;padding:0!important}
body.lfshop-product-active .related.products ul.products li.product{display:flex!important;flex-direction:column!important;width:100%!important;max-width:none!important;float:none!important;margin:0!important;padding:0!important;background:transparent!important;min-width:0!important}
body.lfshop-product-active .related.products ul.products li.product a.woocommerce-LoopProduct-link{display:flex!important;flex:1 1 auto!important;flex-direction:column!important;color:var(--lfls-text,#f2f0eb)!important}
body.lfshop-product-active .related.products ul.products li.product img{width:100%!important;aspect-ratio:1/1!important;height:auto!important;object-fit:cover!important;margin:0 0 13px!important;border:1px solid var(--lfls-border,#332a1c)!important}
body.lfshop-product-active .related.products ul.products li.product .woocommerce-loop-product__title{color:var(--lfls-text,#f2f0eb)!important;font-family:var(--lfls-heading-font,Cormorant Garamond,Georgia,serif)!important;font-size:20px!important;line-height:1.25!important;min-height:2.5em!important;max-height:2.5em!important;overflow:hidden!important;margin:0 0 8px!important;padding:0!important;word-break:normal!important}
body.lfshop-product-active .related.products ul.products li.product .price{color:var(--lfls-gold2,#e0bd7a)!important;margin:0 0 12px!important}
body.lfshop-product-active .related.products ul.products li.product .button{margin-top:auto!important;display:flex!important;align-items:center!important;justify-content:center!important;min-height:42px!important;padding:9px 12px!important;background:transparent!important;color:var(--lfls-text,#f2f0eb)!important;border:1px solid var(--lfls-gold,#c8a05a)!important;border-radius:0!important}
body.lfshop-product-active .related.products ul.products li.product .button:hover{background:var(--lfls-gold,#c8a05a)!important;color:#080808!important}

/* ---------- Cart polish ---------- */
body.lfshop-cart-active .wc-block-cart,
body.lfshop-cart-active .woocommerce-cart-form,
body.lfshop-cart-active .cart-collaterals{min-width:0!important}
body.lfshop-cart-active .wc-block-components-quantity-selector,
body.lfshop-cart-active .quantity{display:inline-flex!important;align-items:center!important;min-width:0!important;max-width:150px!important}
body.lfshop-cart-active .wc-block-components-quantity-selector input,
body.lfshop-cart-active .quantity input.qty{min-width:48px!important;max-width:64px!important;text-align:center!important}
body.lfshop-cart-active .wc-block-cart-items__row,
body.lfshop-cart-active .woocommerce-cart-form__cart-item{border-bottom:1px solid var(--lfls-border,#332a1c)!important}

/* ---------- Checkout/payment polish ---------- */
body.lfshop-checkout-active .wc-block-checkout,
body.lfshop-checkout-active form.checkout.woocommerce-checkout{width:100%!important;max-width:100%!important;margin-inline:auto!important}
body.lfshop-checkout-active :where(.wc-block-components-radio-control__option,#payment ul.payment_methods > li){border:1px solid var(--lfls-border,#332a1c)!important;background:#0b0b0a!important;color:var(--lfls-text,#f2f0eb)!important;border-radius:0!important}
body.lfshop-checkout-active :where(.wc-block-components-radio-control__option-checked,#payment ul.payment_methods > li.wc_payment_method:has(input:checked)){border-color:var(--lfls-gold,#c8a05a)!important}
body.lfshop-checkout-active :where(.wc-block-components-text-input input,.wc-block-components-combobox-control input,.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea){min-height:50px!important;padding:12px 14px!important}
body.lfshop-checkout-active :where(.wc-block-components-checkout-place-order-button,#place_order){min-height:54px!important;width:100%!important;background:transparent!important;border:1px solid var(--lfls-gold,#c8a05a)!important;color:var(--lfls-text,#f2f0eb)!important}
body.lfshop-checkout-active :where(.wc-block-components-checkout-place-order-button,#place_order):hover{background:var(--lfls-gold,#c8a05a)!important;color:#080808!important}

/* ---------- Account / addresses ---------- */
body.lfshop-account-active .woocommerce-Addresses,
body.lfshop-account-active .woocommerce-columns--addresses{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:20px!important}
body.lfshop-account-active .woocommerce-Address-title{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:start!important;gap:12px!important}
body.lfshop-account-active .woocommerce-Address-title h2{font-size:clamp(28px,2.8vw,38px)!important;line-height:1.05!important;word-break:normal!important}
body.lfshop-account-active .woocommerce-Address-title .edit{align-self:start!important;white-space:nowrap!important;color:var(--lfls-gold2,#e0bd7a)!important}

/* ---------- Thank You action spacing ---------- */
body.lfshop-thankyou-active .lfshop-thankyou-actions{display:flex!important;flex-wrap:wrap!important;gap:10px!important;margin:28px 0!important;padding:22px 0!important;border-top:1px solid var(--lfls-border,#332a1c)!important;border-bottom:1px solid var(--lfls-border,#332a1c)!important}
body.lfshop-thankyou-active .lfshop-thankyou-button{display:inline-flex!important;align-items:center!important;gap:18px!important;min-height:48px!important;padding:12px 18px!important;background:transparent!important;border:1px solid var(--lfls-gold,#c8a05a)!important;color:var(--lfls-text,#f2f0eb)!important;text-decoration:none!important}
body.lfshop-thankyou-active .lfshop-thankyou-button:hover{background:var(--lfls-gold,#c8a05a)!important;color:#080808!important}

@media(max-width:1100px){
 body.lfshop-product-active .woocommerce div.product{grid-template-columns:minmax(0,1fr) minmax(340px,.9fr)!important;column-gap:32px!important}
 body.lfshop-product-active .related.products ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:767px){
 body.lfshop-product-active .woocommerce,
 body.lfshop-cart-active .woocommerce,
 body.lfshop-checkout-active .woocommerce,
 body.lfshop-account-active .woocommerce{width:calc(100% - 28px)!important}
 body.lfshop-product-active .woocommerce div.product{display:block!important;padding:30px 0 48px!important}
 body.lfshop-product-active .woocommerce div.product > :where(.woocommerce-product-gallery,div.images,.summary,div.summary,.woocommerce-tabs,.related,.upsells){width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important}
 body.lfshop-product-active .woocommerce div.product > :where(.summary,div.summary){margin-top:28px!important}
 body.lfshop-product-active .summary .product_title{font-size:clamp(34px,11vw,48px)!important}
 body.lfshop-product-active .summary .product_meta{grid-template-columns:1fr!important;gap:7px!important}
 body.lfshop-product-active .related.products ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:20px 10px!important}
 body.lfshop-product-active .related.products ul.products li.product .woocommerce-loop-product__title{font-size:16px!important}
 body.lfshop-product-active .related.products ul.products li.product .button{font-size:11px!important;padding:8px!important}
 body.lfshop-account-active .woocommerce-Addresses,
 body.lfshop-account-active .woocommerce-columns--addresses{grid-template-columns:1fr!important}
 body.lfshop-thankyou-active .lfshop-thankyou-actions{display:grid!important;grid-template-columns:1fr!important}
 body.lfshop-thankyou-active .lfshop-thankyou-button{justify-content:center!important;width:100%!important}
}
@media(max-width:360px){
 body.lfshop-product-active .related.products ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}
 body.lfshop-product-active .related.products ul.products li.product .woocommerce-loop-product__title{font-size:14px!important}
}

/* =========================================================
   v1.6.0 — Agntix 1.0.9 / WooCommerce module hardening
   Keeps WooCommerce logic and extension markup intact.
   ========================================================= */
body.lfshop-product-active,
body.lfshop-cart-active,
body.lfshop-checkout-active,
body.lfshop-account-active,
body.lfshop-thankyou-active{overflow-x:clip!important;background:#080808!important}

/* Stop narrow theme wrappers/floats from crushing WooCommerce pages. */
body.lfshop-product-active :where(main,.site-main,.tp-page-area,.woocommerce-page-wrapper),
body.lfshop-cart-active :where(main,.site-main,.tp-page-area,.woocommerce-page-wrapper),
body.lfshop-checkout-active :where(main,.site-main,.tp-page-area,.woocommerce-page-wrapper),
body.lfshop-account-active :where(main,.site-main,.tp-page-area,.woocommerce-page-wrapper),
body.lfshop-thankyou-active :where(main,.site-main,.tp-page-area,.woocommerce-page-wrapper){width:100%!important;max-width:none!important;min-width:0!important}
body.lfshop-product-active .woocommerce,
body.lfshop-cart-active .woocommerce,
body.lfshop-checkout-active .woocommerce,
body.lfshop-account-active .woocommerce,
body.lfshop-thankyou-active .woocommerce{box-sizing:border-box!important;width:min(calc(100% - 48px),var(--lfls-content-width,1500px))!important;max-width:var(--lfls-content-width,1500px)!important;margin-inline:auto!important;padding-inline:0!important;float:none!important;clear:both!important}

/* Universal commerce button alignment. */
body:is(.lfshop-product-active,.lfshop-cart-active,.lfshop-checkout-active,.lfshop-account-active,.lfshop-thankyou-active) .woocommerce :where(button,.button,a.button,input.button,.wc-block-components-button){display:inline-flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;vertical-align:middle!important;white-space:normal!important;word-break:normal!important;line-height:1.25!important;min-height:46px!important;box-sizing:border-box!important}
body:is(.lfshop-product-active,.lfshop-cart-active,.lfshop-checkout-active,.lfshop-account-active,.lfshop-thankyou-active) .woocommerce :where(button,.button,a.button,input.button):not(.pswp__button){background:transparent!important;color:var(--lfls-text,#f2f0eb)!important;border:1px solid var(--lfls-gold,#c8a05a)!important;border-radius:0!important;box-shadow:none!important}
body:is(.lfshop-product-active,.lfshop-cart-active,.lfshop-checkout-active,.lfshop-account-active,.lfshop-thankyou-active) .woocommerce :where(button,.button,a.button,input.button):not(.pswp__button):hover{background:var(--lfls-gold,#c8a05a)!important;color:#080808!important}

/* ---------- Single product: stable two-column canvas ---------- */
body.lfshop-product-active .woocommerce div.product{display:grid!important;grid-template-columns:minmax(0,1.12fr) minmax(380px,.88fr)!important;column-gap:clamp(36px,5vw,82px)!important;row-gap:clamp(42px,5vw,74px)!important;align-items:start!important;width:100%!important;max-width:none!important;margin:0!important;padding:clamp(44px,6vw,92px) 0 70px!important;float:none!important;clear:both!important}
body.lfshop-product-active .woocommerce div.product > :where(.woocommerce-product-gallery,div.images){grid-column:1!important;grid-row:1!important;width:100%!important;max-width:none!important;min-width:0!important;float:none!important;margin:0!important}
body.lfshop-product-active .woocommerce div.product > :where(.summary,div.summary){grid-column:2!important;grid-row:1!important;width:100%!important;max-width:none!important;min-width:0!important;float:none!important;margin:0!important;padding:0!important}
body.lfshop-product-active .woocommerce div.product > :where(.woocommerce-tabs,.related,.upsells){grid-column:1/-1!important;width:100%!important;max-width:none!important;float:none!important;clear:both!important;margin-left:0!important;margin-right:0!important}
body.lfshop-product-active .woocommerce div.product .summary :where(h1,.product_title){font-family:var(--lfls-heading-font,Cormorant Garamond,Georgia,serif)!important;color:var(--lfls-text,#f2f0eb)!important;font-size:clamp(42px,4.5vw,68px)!important;line-height:1.02!important;letter-spacing:-.025em!important;word-break:normal!important;overflow-wrap:normal!important;hyphens:none!important;max-width:12ch!important;margin:0 0 18px!important}
body.lfshop-product-active .summary :where(.woocommerce-product-details__short-description,p){font-size:15px!important;line-height:1.75!important;color:var(--lfls-secondary,#aaa69f)!important;max-width:62ch!important;word-break:normal!important;overflow-wrap:break-word!important}
body.lfshop-product-active .summary .price{font-size:clamp(23px,2vw,31px)!important;line-height:1.35!important;margin:16px 0 26px!important;color:var(--lfls-gold2,#e0bd7a)!important}
body.lfshop-product-active .summary :where(form.cart,.variations_form){width:100%!important;max-width:620px!important;margin-top:24px!important}
body.lfshop-product-active .summary table.variations{width:100%!important;margin:0 0 20px!important}
body.lfshop-product-active .summary table.variations th,body.lfshop-product-active .summary table.variations td{display:block!important;width:100%!important;padding:0 0 8px!important;text-align:left!important}
body.lfshop-product-active .summary :where(select,input[type=text],input[type=number],textarea){max-width:100%!important;box-sizing:border-box!important}

/* Gallery: WooCommerce remains the slider/lightbox engine. */
body.lfshop-product-active .woocommerce-product-gallery{position:relative!important;min-width:0!important}
body.lfshop-product-active .woocommerce-product-gallery .woocommerce-product-gallery__wrapper{margin:0!important}
body.lfshop-product-active .woocommerce-product-gallery .woocommerce-product-gallery__image{background:#0b0b0a!important;border:1px solid rgba(200,160,90,.18)!important;overflow:hidden!important}
body.lfshop-product-active .woocommerce-product-gallery .woocommerce-product-gallery__image img{display:block!important;width:100%!important;height:auto!important;aspect-ratio:1/1!important;object-fit:contain!important;background:#0b0b0a!important}
body.lfshop-product-fit-cover .woocommerce-product-gallery .woocommerce-product-gallery__image img{object-fit:cover!important}
body.lfshop-product-active .flex-control-thumbs{display:grid!important;gap:10px!important;margin:12px 0 0!important;padding:0!important;list-style:none!important}
body.lfshop-product-active .flex-control-thumbs li{width:auto!important;float:none!important;margin:0!important}
body.lfshop-product-active .flex-control-thumbs img{display:block!important;width:100%!important;aspect-ratio:1/1!important;object-fit:cover!important;border:1px solid rgba(200,160,90,.18)!important;opacity:.62!important;cursor:pointer!important;transition:.2s ease!important}
body.lfshop-product-active .flex-control-thumbs img.flex-active,body.lfshop-product-active .flex-control-thumbs img:hover{opacity:1!important;border-color:var(--lfls-gold,#c8a05a)!important}
body.lfshop-gallery-bottom-filmstrip .flex-control-thumbs{grid-template-columns:repeat(5,minmax(0,1fr))!important}
body.lfshop-gallery-left-rail .woocommerce-product-gallery{padding-left:92px!important}
body.lfshop-gallery-left-rail .flex-control-thumbs{position:absolute!important;left:0!important;top:0!important;width:76px!important;grid-template-columns:1fr!important;margin:0!important;max-height:100%!important;overflow:auto!important}
body.lfshop-gallery-right-rail .woocommerce-product-gallery{padding-right:92px!important}
body.lfshop-gallery-right-rail .flex-control-thumbs{position:absolute!important;right:0!important;top:0!important;width:76px!important;grid-template-columns:1fr!important;margin:0!important;max-height:100%!important;overflow:auto!important}
body.lfshop-gallery-floating-rail .flex-control-thumbs{position:absolute!important;left:18px!important;bottom:18px!important;width:min(78%,440px)!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;padding:8px!important;margin:0!important;background:rgba(8,8,8,.86)!important;backdrop-filter:blur(10px)!important;border:1px solid rgba(200,160,90,.25)!important;z-index:5!important}
body.lfshop-gallery-floating-rail .flex-control-thumbs img{border-color:rgba(224,189,122,.3)!important}
body.lfshop-product-active .woocommerce-product-gallery__trigger{display:grid!important;place-items:center!important;width:42px!important;height:42px!important;right:14px!important;top:14px!important;border:1px solid rgba(200,160,90,.35)!important;background:rgba(8,8,8,.86)!important;color:var(--lfls-text,#f2f0eb)!important;border-radius:50%!important;z-index:8!important}

/* Third-party product customisers / multi-supplier options: visual shell only. */
body.lfshop-product-active .summary :where(.wc-pao-addon-container,.wc-pao-addons-container,.wapf,.wapf-wrapper,.product-addon,.product-addons,.tm-extra-product-options,.thwepo-extra-options,.ppom-wrapper,.ywapo_group_container,.wccpf-fields-group,.wcpa_form_outer,.wcpa_form_item,.mkl_pc,.composite_form,.bundle_form){box-sizing:border-box!important;width:100%!important;max-width:620px!important;background:#0b0b0a!important;color:var(--lfls-text,#f2f0eb)!important;border:1px solid rgba(200,160,90,.22)!important;border-radius:0!important;padding:20px!important;margin:18px 0!important;box-shadow:none!important}
body.lfshop-product-active .summary :where(.wc-pao-addon-container,.wapf,.product-addon,.tm-extra-product-options,.thwepo-extra-options,.ppom-wrapper,.ywapo_group_container,.wccpf-fields-group,.wcpa_form_outer) :where(h2,h3,h4,label,legend,strong){color:var(--lfls-text,#f2f0eb)!important}
body.lfshop-product-active .summary :where(.wc-pao-addon-container,.wapf,.product-addon,.tm-extra-product-options,.thwepo-extra-options,.ppom-wrapper,.ywapo_group_container,.wccpf-fields-group,.wcpa_form_outer) :where(input[type=text],input[type=email],input[type=number],select,textarea){background:#080808!important;color:var(--lfls-text,#f2f0eb)!important;border:1px solid rgba(200,160,90,.28)!important;border-radius:0!important;padding:10px 12px!important}
body.lfshop-product-active .summary :where(.single_add_to_cart_button,.preorder-button,.wc-pre-orders-pre-order-button){min-width:190px!important;min-height:50px!important;padding:12px 22px!important;background:transparent!important;color:var(--lfls-text,#f2f0eb)!important;border:1px solid var(--lfls-gold,#c8a05a)!important}

/* Product metadata is readable and never squeezed into letter columns. */
body.lfshop-product-active .summary .product_meta{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;width:100%!important;max-width:620px!important;padding-top:22px!important;margin-top:24px!important;border-top:1px solid rgba(200,160,90,.16)!important;color:var(--lfls-muted,#716d66)!important}
body.lfshop-product-active .summary .product_meta > span{display:block!important;width:100%!important;min-width:0!important;line-height:1.6!important;word-break:normal!important;overflow-wrap:break-word!important}
body.lfshop-product-active .summary .product_meta a{color:var(--lfls-gold2,#e0bd7a)!important;text-decoration:none!important}

/* Tabs/reviews and related products: fuller, cleaner, equal height. */
body.lfshop-product-active .woocommerce-tabs{padding-top:24px!important;margin-top:6px!important;border-top:1px solid rgba(200,160,90,.16)!important}
body.lfshop-product-active .woocommerce-tabs .panel{max-width:1000px!important;padding:28px 0 8px!important;color:var(--lfls-secondary,#aaa69f)!important;line-height:1.75!important}
body.lfshop-product-active #review_form_wrapper{max-width:900px!important}
body.lfshop-product-active #review_form textarea{min-height:160px!important;background:#0b0b0a!important;color:var(--lfls-text,#f2f0eb)!important}
body.lfshop-product-active .related.products{padding-top:clamp(44px,6vw,82px)!important}
body.lfshop-product-active .related.products ul.products{grid-auto-rows:1fr!important}
body.lfshop-product-active .related.products ul.products li.product{border:1px solid rgba(200,160,90,.16)!important;padding:10px!important;background:#0b0b0a!important;height:100%!important}
body.lfshop-product-active .related.products ul.products li.product a.woocommerce-LoopProduct-link{min-width:0!important}
body.lfshop-product-active .related.products ul.products li.product .woocommerce-loop-product__title{color:var(--lfls-text,#f2f0eb)!important;word-break:normal!important;overflow-wrap:normal!important}
body.lfshop-product-active .related.products ul.products li.product .button{width:100%!important;margin-top:auto!important}

/* ---------- Cart: no white blocks, stable rows, centered controls ---------- */
body.lfshop-cart-active :where(.wc-block-cart,.woocommerce-cart-form,.cart-collaterals,.wc-block-cart__main,.wc-block-cart__sidebar){min-width:0!important}
body.lfshop-cart-active :where(.wc-block-cart-items,.shop_table){background:#0b0b0a!important;border:1px solid rgba(200,160,90,.18)!important;color:var(--lfls-text,#f2f0eb)!important}
body.lfshop-cart-active :where(.wc-block-cart-items__header,.shop_table thead){background:#0d0d0c!important;color:var(--lfls-text,#f2f0eb)!important}
body.lfshop-cart-active :where(.wc-block-cart__totals-title,.cart_totals h2){color:var(--lfls-text,#f2f0eb)!important}
body.lfshop-cart-active :where(.wc-block-components-quantity-selector,.quantity){display:inline-flex!important;align-items:stretch!important;justify-content:flex-start!important;border:1px solid rgba(200,160,90,.35)!important;background:#080808!important;max-width:150px!important}
body.lfshop-cart-active :where(.wc-block-components-quantity-selector button,.quantity button){width:40px!important;min-width:40px!important;padding:0!important;border:0!important;border-radius:0!important}
body.lfshop-cart-active :where(.wc-block-components-quantity-selector input,.quantity input.qty){width:52px!important;min-width:52px!important;max-width:52px!important;border:0!important;border-left:1px solid rgba(200,160,90,.2)!important;border-right:1px solid rgba(200,160,90,.2)!important;background:#080808!important;color:var(--lfls-text,#f2f0eb)!important;text-align:center!important}
body.lfshop-cart-active :where(.wc-block-cart__submit-button,.checkout-button){width:100%!important;min-height:54px!important}

/* ---------- Checkout: native blocks/classic, spacious and gateway-safe ---------- */
body.lfshop-checkout-active :where(.wc-block-checkout,form.checkout.woocommerce-checkout){width:100%!important;max-width:none!important;min-width:0!important}
body.lfshop-checkout-active .wc-block-checkout{gap:clamp(28px,4vw,58px)!important}
body.lfshop-checkout-active :where(.wc-block-components-sidebar-layout .wc-block-components-main,.wc-block-components-sidebar){min-width:0!important}
body.lfshop-checkout-active :where(.wc-block-components-checkout-step,.wc-block-components-totals-wrapper,#payment,.woocommerce-checkout-review-order){background:#0b0b0a!important;border-color:rgba(200,160,90,.18)!important;color:var(--lfls-text,#f2f0eb)!important}
body.lfshop-checkout-active :where(.wc-block-components-text-input input,.wc-block-components-combobox-control input,.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select){box-sizing:border-box!important;width:100%!important;background:#080808!important;color:var(--lfls-text,#f2f0eb)!important;border:1px solid rgba(200,160,90,.26)!important;border-radius:0!important}
body.lfshop-checkout-active :where(.wc-block-components-radio-control__option,#payment ul.payment_methods>li){padding:16px!important;margin:10px 0!important}
body.lfshop-checkout-active :where(iframe,.payment_box){max-width:100%!important;overflow:visible!important}

/* ---------- My Account: usable full-width layout ---------- */
body.lfshop-account-active .woocommerce{display:grid!important;grid-template-columns:minmax(220px,270px) minmax(0,1fr)!important;gap:clamp(28px,4vw,54px)!important;align-items:start!important;padding-top:clamp(42px,6vw,82px)!important;padding-bottom:70px!important}
body.lfshop-account-active .woocommerce-MyAccount-navigation{width:100%!important;max-width:none!important;float:none!important;margin:0!important}
body.lfshop-account-active .woocommerce-MyAccount-content{width:100%!important;max-width:none!important;min-width:0!important;float:none!important;margin:0!important}
body.lfshop-account-active .woocommerce-MyAccount-navigation ul{margin:0!important;padding:0!important;border:1px solid rgba(200,160,90,.18)!important;background:#0b0b0a!important}
body.lfshop-account-active .woocommerce-MyAccount-navigation li{list-style:none!important;margin:0!important;border-bottom:1px solid rgba(200,160,90,.14)!important}
body.lfshop-account-active .woocommerce-MyAccount-navigation li:last-child{border-bottom:0!important}
body.lfshop-account-active .woocommerce-MyAccount-navigation a{display:block!important;padding:14px 16px!important;color:var(--lfls-secondary,#aaa69f)!important;text-decoration:none!important}
body.lfshop-account-active .woocommerce-MyAccount-navigation .is-active a{background:rgba(200,160,90,.08)!important;color:var(--lfls-gold2,#e0bd7a)!important}
body.lfshop-account-active :where(.woocommerce-Addresses,.woocommerce-columns--addresses){display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:22px!important;width:100%!important}
body.lfshop-account-active :where(.woocommerce-Address,.woocommerce-column--billing-address,.woocommerce-column--shipping-address){box-sizing:border-box!important;width:100%!important;max-width:none!important;float:none!important;margin:0!important;padding:24px!important;border:1px solid rgba(200,160,90,.2)!important;background:#0b0b0a!important}
body.lfshop-account-active .woocommerce-Address-title{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:18px!important}
body.lfshop-account-active .woocommerce-Address-title h2{margin:0!important;max-width:70%!important}
body.lfshop-account-active .woocommerce-Address-title .edit{position:static!important;float:none!important;white-space:nowrap!important}
body.lfshop-account-active form :where(input.input-text,input[type=email],input[type=password],select,textarea){box-sizing:border-box!important;width:100%!important;max-width:100%!important;background:#080808!important;color:var(--lfls-text,#f2f0eb)!important;border:1px solid rgba(200,160,90,.26)!important;border-radius:0!important}
body.lfshop-account-active .woocommerce form .form-row{width:100%!important;float:none!important;clear:both!important}
body.lfshop-account-active .woocommerce form .form-row-first,body.lfshop-account-active .woocommerce form .form-row-last{display:inline-block!important;width:calc(50% - 8px)!important;vertical-align:top!important;clear:none!important}
body.lfshop-account-active .woocommerce form .form-row-last{margin-left:12px!important}

/* ---------- Thank You: premium, readable, actions after details ---------- */
body.lfshop-thankyou-active .woocommerce{padding-top:clamp(38px,5vw,72px)!important;padding-bottom:80px!important}
body.lfshop-thankyou-active .lfshop-thankyou-hero{max-width:900px!important;margin:0 0 34px!important;padding-bottom:28px!important;border-bottom:1px solid rgba(200,160,90,.18)!important}
body.lfshop-thankyou-active .lfshop-thankyou-hero h1{font-family:var(--lfls-heading-font,Cormorant Garamond,Georgia,serif)!important;font-size:clamp(44px,5vw,72px)!important;line-height:1.02!important;color:var(--lfls-text,#f2f0eb)!important;margin:10px 0 14px!important}
body.lfshop-thankyou-active :where(.woocommerce-order-overview,.woocommerce-thankyou-order-details){display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:1px!important;padding:0!important;margin:28px 0!important;background:rgba(200,160,90,.16)!important;border:1px solid rgba(200,160,90,.16)!important}
body.lfshop-thankyou-active :where(.woocommerce-order-overview,.woocommerce-thankyou-order-details) li{box-sizing:border-box!important;min-width:0!important;margin:0!important;padding:18px!important;background:#0b0b0a!important;border:0!important;color:var(--lfls-secondary,#aaa69f)!important;word-break:normal!important;overflow-wrap:anywhere!important}
body.lfshop-thankyou-active .woocommerce-order-details,body.lfshop-thankyou-active .woocommerce-customer-details{margin-top:34px!important}
body.lfshop-thankyou-active .lfshop-thankyou-actions{order:99!important;margin-top:36px!important}

@media(max-width:1100px){
 body.lfshop-product-active .woocommerce div.product{grid-template-columns:minmax(0,1fr) minmax(330px,.8fr)!important;column-gap:30px!important}
 body.lfshop-thankyou-active :where(.woocommerce-order-overview,.woocommerce-thankyou-order-details){grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:767px){
 body.lfshop-product-active .woocommerce,body.lfshop-cart-active .woocommerce,body.lfshop-checkout-active .woocommerce,body.lfshop-account-active .woocommerce,body.lfshop-thankyou-active .woocommerce{width:calc(100% - 24px)!important}
 body.lfshop-product-active .woocommerce div.product{display:block!important;padding:28px 0 52px!important}
 body.lfshop-product-active .woocommerce div.product > :where(.woocommerce-product-gallery,div.images,.summary,div.summary,.woocommerce-tabs,.related,.upsells){width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important}
 body.lfshop-product-active .woocommerce div.product > :where(.summary,div.summary){margin-top:30px!important}
 body.lfshop-product-active .woocommerce div.product .summary :where(h1,.product_title){max-width:none!important;font-size:clamp(36px,11vw,50px)!important;line-height:1.05!important}
 body.lfshop-gallery-left-rail .woocommerce-product-gallery,body.lfshop-gallery-right-rail .woocommerce-product-gallery{padding:0!important}
 body.lfshop-gallery-left-rail .flex-control-thumbs,body.lfshop-gallery-right-rail .flex-control-thumbs,body.lfshop-gallery-floating-rail .flex-control-thumbs{position:static!important;width:100%!important;max-height:none!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;margin:10px 0 0!important;padding:0!important;background:transparent!important;border:0!important}
 body.lfshop-product-active .summary :where(.wc-pao-addon-container,.wc-pao-addons-container,.wapf,.wapf-wrapper,.product-addon,.product-addons,.tm-extra-product-options,.thwepo-extra-options,.ppom-wrapper,.ywapo_group_container,.wccpf-fields-group,.wcpa_form_outer,.wcpa_form_item){max-width:100%!important;padding:15px!important}
 body.lfshop-product-active .related.products ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px 10px!important}
 body.lfshop-account-active .woocommerce{display:block!important;padding-top:30px!important}
 body.lfshop-account-active .woocommerce-MyAccount-navigation{margin-bottom:24px!important;overflow-x:auto!important}
 body.lfshop-account-active .woocommerce-MyAccount-navigation ul{display:flex!important;min-width:max-content!important}
 body.lfshop-account-active .woocommerce-MyAccount-navigation li{border-right:1px solid rgba(200,160,90,.14)!important;border-bottom:0!important}
 body.lfshop-account-active :where(.woocommerce-Addresses,.woocommerce-columns--addresses){grid-template-columns:1fr!important}
 body.lfshop-account-active .woocommerce form .form-row-first,body.lfshop-account-active .woocommerce form .form-row-last{display:block!important;width:100%!important;margin-left:0!important}
 body.lfshop-thankyou-active :where(.woocommerce-order-overview,.woocommerce-thankyou-order-details){grid-template-columns:repeat(2,minmax(0,1fr))!important}
 body.lfshop-cart-active .wc-block-cart,body.lfshop-checkout-active .wc-block-checkout{display:block!important}
}
@media(max-width:380px){
 body.lfshop-product-active .related.products ul.products{grid-template-columns:1fr!important}
 body.lfshop-thankyou-active :where(.woocommerce-order-overview,.woocommerce-thankyou-order-details){grid-template-columns:1fr!important}
}


/* =========================================================
   v1.7.0 — cross-theme canvas + commerce hardening
   Tested conceptually against Agntix-style wrappers and standard WooCommerce/Blocks markup.
   ========================================================= */

/* CONTENT CANVAS: fix themes that make WooCommerce areas much narrower than the viewport. */
body:is(.lfshop-product-active,.lfshop-cart-active,.lfshop-checkout-active,.lfshop-account-active,.lfshop-thankyou-active) :where(
  main .container,main .container-fluid,#primary>.container,#content>.container,.site-main>.container,
  .tp-product-details-area .container,.tp-shop-area .container,.tp-cart-area .container,.tp-checkout-area .container,
  .tp-my-account-area .container,.tp-login-area .container,.woocommerce-area .container
){
  width:min(calc(100% - 48px),var(--lfls-content-width,1500px))!important;
  max-width:var(--lfls-content-width,1500px)!important;
  margin-left:auto!important;margin-right:auto!important;padding-left:0!important;padding-right:0!important;
}
body:is(.lfshop-product-active,.lfshop-cart-active,.lfshop-checkout-active,.lfshop-account-active,.lfshop-thankyou-active) :where(
  main .woocommerce,#primary .woocommerce,#content .woocommerce,.site-main .woocommerce,.woocommerce-page main>.woocommerce
){
  box-sizing:border-box!important;width:min(calc(100% - 48px),var(--lfls-content-width,1500px))!important;max-width:var(--lfls-content-width,1500px)!important;margin-left:auto!important;margin-right:auto!important;
}

/* PRODUCT: force a real two-column canvas and neutralise narrow theme floats/columns. */
body.lfshop-product-active :where(.site-main,#primary,#content,.content-area){max-width:none!important;width:100%!important}
body.lfshop-product-active .woocommerce div.product{
  box-sizing:border-box!important;display:grid!important;grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr)!important;column-gap:clamp(44px,5vw,88px)!important;row-gap:clamp(48px,6vw,86px)!important;align-items:start!important;width:100%!important;max-width:none!important;margin:0!important;padding:clamp(42px,5vw,78px) 0 clamp(70px,7vw,110px)!important;
}
body.lfshop-product-active .woocommerce div.product > :where(.woocommerce-product-gallery,div.images,.summary,div.summary){box-sizing:border-box!important;float:none!important;clear:none!important;width:100%!important;max-width:none!important;min-width:0!important;margin:0!important}
body.lfshop-product-active .woocommerce div.product > :where(.woocommerce-tabs,.related,.upsells){grid-column:1/-1!important;float:none!important;clear:both!important;width:100%!important;max-width:none!important;min-width:0!important;margin-left:0!important;margin-right:0!important}
body.lfshop-product-active .woocommerce div.product .summary :where(h1,.product_title){max-width:760px!important;margin:0 0 18px!important;color:var(--lfls-text,#f2f0eb)!important;font-size:clamp(40px,4.2vw,72px)!important;line-height:1.02!important;letter-spacing:-.025em!important;word-break:normal!important;overflow-wrap:normal!important;hyphens:none!important}
body.lfshop-product-active .woocommerce-product-details__short-description{max-width:680px!important;font-size:15px!important;line-height:1.8!important;color:var(--lfls-secondary,#aaa69f)!important}
body.lfshop-product-active .summary :where(table.variations,.variations_form,form.cart){max-width:720px!important}
body.lfshop-product-active .product_meta{display:flex!important;flex-wrap:wrap!important;gap:10px 28px!important;max-width:760px!important;padding-top:20px!important;border-top:1px solid rgba(200,160,90,.16)!important}
body.lfshop-product-active .product_meta>span{display:inline-flex!important;gap:7px!important;min-width:0!important;color:var(--lfls-secondary,#aaa69f)!important;word-break:normal!important;overflow-wrap:anywhere!important}

/* Product tabs: comfortable spacing, no visual anchor jump. JS keeps viewport in place. */
body.lfshop-product-active .woocommerce-tabs{padding-top:8px!important}
body.lfshop-product-active .woocommerce-tabs ul.tabs{display:flex!important;gap:clamp(20px,3vw,44px)!important;margin:0 0 32px!important;padding:0!important;border-bottom:1px solid rgba(200,160,90,.15)!important}
body.lfshop-product-active .woocommerce-tabs ul.tabs li a{display:block!important;padding:0 0 15px!important;text-decoration:none!important}
body.lfshop-product-active .woocommerce-Tabs-panel{max-width:1050px!important;padding:0!important;margin:0!important;color:var(--lfls-secondary,#aaa69f)!important;line-height:1.8!important}

/* Product add-ons/supplier/custom fields: stay dark, readable and full-width. */
body.lfshop-product-active .summary form.cart :where(
 .wc-pao-addons-container,.wc-pao-addon-container,.tm-extra-product-options,.wapf,.wapf-wrapper,.ppom-wrapper,.yith-wapo-block,
 .product-addon,.product-addons,.thwepo-extra-options,.ywapo_group_container,.wccpf-fields-group,.wcpa_form_outer,.wcpa_form_item,
 [class*="customis"],[class*="customiz"]
){box-sizing:border-box!important;width:100%!important;max-width:720px!important;background:#0b0b0a!important;color:var(--lfls-text,#f2f0eb)!important;border-color:rgba(200,160,90,.22)!important;box-shadow:none!important}
body.lfshop-product-active .summary form.cart :where(h1,h2,h3,h4,h5,legend,label,strong,span,p){word-break:normal!important}

/* Related products: restrained 4-card editorial system, never theme-green/black text. */
body.lfshop-product-active .woocommerce :where(.related.products,.upsells.products) ul.products{align-items:stretch!important}
body.lfshop-product-active .woocommerce :where(.related.products,.upsells.products) li.product{display:flex!important;flex-direction:column!important;height:100%!important;background:transparent!important;border:0!important;padding:0!important}
body.lfshop-product-active .woocommerce :where(.related.products,.upsells.products) li.product img{aspect-ratio:1/1!important;margin:0 0 15px!important;border:1px solid rgba(200,160,90,.14)!important}
body.lfshop-product-active .woocommerce :where(.related.products,.upsells.products) li.product .woocommerce-loop-product__title{min-height:2.5em!important;margin:0 0 8px!important;padding:0!important;color:var(--lfls-text,#f2f0eb)!important;font-size:clamp(18px,1.5vw,23px)!important;line-height:1.25!important}
body.lfshop-product-active .woocommerce :where(.related.products,.upsells.products) li.product .price{margin:0 0 14px!important;color:var(--lfls-gold2,#e0bd7a)!important}
body.lfshop-product-active .woocommerce :where(.related.products,.upsells.products) li.product :where(.button,.added_to_cart){width:auto!important;min-width:0!important;margin:auto 0 0!important;padding:11px 15px!important;align-self:flex-start!important;background:transparent!important;color:var(--lfls-text,#f2f0eb)!important;border:1px solid rgba(200,160,90,.55)!important}

/* CART: wide layout, left-aligned product copy, visible quantity value. */
body.lfshop-cart-active :where(.wc-block-cart,.woocommerce-cart-form,.cart-collaterals){width:100%!important;max-width:none!important}
body.lfshop-cart-active .wc-block-cart{gap:clamp(28px,4vw,52px)!important}
body.lfshop-cart-active :where(.wc-block-cart-item__product,.wc-block-components-product-name,.product-name){text-align:left!important}
body.lfshop-cart-active :where(.wc-block-components-product-name,.woocommerce .product-name a){display:block!important;color:var(--lfls-text,#f2f0eb)!important;text-align:left!important;word-break:normal!important}
body.lfshop-cart-active :where(.wc-block-components-quantity-selector,.quantity){display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;background:#0b0b0a!important;border:1px solid rgba(200,160,90,.35)!important}
body.lfshop-cart-active :where(.wc-block-components-quantity-selector__input,input.qty){opacity:1!important;visibility:visible!important;color:var(--lfls-text,#f2f0eb)!important;-webkit-text-fill-color:var(--lfls-text,#f2f0eb)!important;background:transparent!important;text-align:center!important;text-indent:0!important;font-size:15px!important;font-weight:600!important;line-height:1!important;min-width:46px!important;width:46px!important}
body.lfshop-cart-active .wc-block-components-quantity-selector button{display:flex!important;align-items:center!important;justify-content:center!important;width:42px!important;min-width:42px!important;min-height:44px!important;padding:0!important;color:var(--lfls-secondary,#aaa69f)!important;background:transparent!important;border:0!important;border-radius:0!important}

/* CHECKOUT: both Blocks and classic checkout get a dark, full-width order sidebar. */
body.lfshop-checkout-active :where(.wc-block-checkout,.wc-block-components-sidebar-layout,form.checkout.woocommerce-checkout){box-sizing:border-box!important;width:100%!important;max-width:none!important;margin-inline:auto!important}
body.lfshop-checkout-active :where(.wc-block-checkout__main,.wc-block-checkout__sidebar,.wc-block-components-main,.wc-block-components-sidebar,#customer_details,#order_review,.woocommerce-checkout-review-order){box-sizing:border-box!important;min-width:0!important;max-width:none!important}
body.lfshop-checkout-active :where(.wc-block-checkout__sidebar,.wc-block-components-sidebar,#order_review,.woocommerce-checkout-review-order,#payment){background:#0b0b0a!important;color:var(--lfls-text,#f2f0eb)!important;border:1px solid rgba(200,160,90,.2)!important}
body.lfshop-checkout-active :where(.wc-block-checkout__sidebar,.wc-block-components-sidebar,#order_review,.woocommerce-checkout-review-order) :where(h1,h2,h3,h4,h5,h6,strong,span,p,label,th,td,div){color:inherit}
body.lfshop-checkout-active :where(.wc-block-components-checkout-step__heading,.wc-block-components-title,#order_review_heading,.woocommerce-additional-fields h3,.woocommerce-billing-fields h3,.woocommerce-shipping-fields h3){color:var(--lfls-text,#f2f0eb)!important;font-family:var(--lfls-heading-font,Cormorant Garamond,Georgia,serif)!important}
body.lfshop-checkout-active :where(.wc-block-components-checkout-step__description,.woocommerce-additional-fields label,.woocommerce-additional-fields p,.woocommerce-additional-fields span){color:var(--lfls-secondary,#aaa69f)!important}
body.lfshop-checkout-active :where(.wc-block-components-sidebar .wc-block-components-totals-item,.wc-block-components-order-summary,.wc-block-components-order-summary-item,.woocommerce-checkout-review-order-table){background:#0b0b0a!important;color:var(--lfls-text,#f2f0eb)!important;border-color:rgba(200,160,90,.16)!important}
body.lfshop-checkout-active :where(.wc-block-components-text-input input,.wc-block-components-combobox-control input,.wc-block-components-textarea,.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select){background:#080808!important;color:var(--lfls-text,#f2f0eb)!important;-webkit-text-fill-color:var(--lfls-text,#f2f0eb)!important}

/* ACCOUNT: stop themes from constraining dashboard to a narrow column. */
body.lfshop-account-active :where(.site-main,#primary,#content,.content-area){width:100%!important;max-width:none!important}
body.lfshop-account-active .woocommerce{box-sizing:border-box!important;width:min(calc(100% - 48px),var(--lfls-content-width,1500px))!important;max-width:var(--lfls-content-width,1500px)!important;margin-left:auto!important;margin-right:auto!important;grid-template-columns:minmax(230px,280px) minmax(0,1fr)!important}
body.lfshop-account-active .woocommerce-MyAccount-content{box-sizing:border-box!important;min-height:420px!important;padding:clamp(24px,3vw,42px)!important;background:#0b0b0a!important;border:1px solid rgba(200,160,90,.18)!important}
body.lfshop-account-active .woocommerce-MyAccount-content :where(p,li,td,th,label){font-size:14px!important;line-height:1.7!important}

/* All module buttons: centered text, stable height, never vertical/wrapped letter-by-letter. */
body:is(.lfshop-product-active,.lfshop-cart-active,.lfshop-checkout-active,.lfshop-account-active,.lfshop-thankyou-active) :where(.button,button,.wc-block-components-button,.lfshop-thankyou-button,input[type="submit"]){box-sizing:border-box!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;white-space:normal!important;word-break:normal!important;overflow-wrap:normal!important;line-height:1.2!important}

@media(max-width:1100px){
 body.lfshop-product-active .woocommerce div.product{grid-template-columns:minmax(0,1fr) minmax(360px,.82fr)!important;column-gap:32px!important}
 body.lfshop-checkout-active.lfshop-checkout-layout-split form.checkout.woocommerce-checkout{grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr)!important;gap:28px!important}
}
@media(max-width:900px){
 body.lfshop-product-active .woocommerce div.product{display:block!important}
 body.lfshop-product-active .woocommerce div.product > :where(.summary,div.summary){margin-top:32px!important}
 body.lfshop-product-active .woocommerce div.product .summary :where(h1,.product_title){font-size:clamp(38px,8vw,58px)!important}
 body.lfshop-checkout-active.lfshop-checkout-layout-split form.checkout.woocommerce-checkout{display:block!important}
 body.lfshop-checkout-active :where(#order_review_heading,#order_review){margin-top:26px!important}
 body.lfshop-account-active .woocommerce{grid-template-columns:1fr!important}
}
@media(max-width:767px){
 body:is(.lfshop-product-active,.lfshop-cart-active,.lfshop-checkout-active,.lfshop-account-active,.lfshop-thankyou-active) :where(main .container,main .container-fluid,#primary>.container,#content>.container,.site-main>.container,.tp-product-details-area .container,.tp-cart-area .container,.tp-checkout-area .container,.tp-my-account-area .container){width:calc(100% - 24px)!important}
 body:is(.lfshop-product-active,.lfshop-cart-active,.lfshop-checkout-active,.lfshop-account-active,.lfshop-thankyou-active) :where(main .woocommerce,#primary .woocommerce,#content .woocommerce,.site-main .woocommerce){width:calc(100% - 24px)!important}
 body.lfshop-product-active .woocommerce div.product{padding-top:30px!important}
 body.lfshop-product-active .product_meta{display:grid!important;grid-template-columns:1fr!important;gap:9px!important}
 body.lfshop-product-active .woocommerce-tabs ul.tabs{gap:18px!important;overflow-x:auto!important;scrollbar-width:none!important}
 body.lfshop-product-active .woocommerce-tabs ul.tabs::-webkit-scrollbar{display:none!important}
 body.lfshop-cart-active .wc-block-cart{display:block!important}
 body.lfshop-cart-active .wc-block-cart__sidebar{margin-top:24px!important}
 body.lfshop-checkout-active .wc-block-checkout{display:block!important}
 body.lfshop-checkout-active .wc-block-checkout__sidebar{margin-top:28px!important}
 body.lfshop-account-active .woocommerce{width:calc(100% - 24px)!important}
 body.lfshop-account-active .woocommerce-MyAccount-content{padding:22px 16px!important}
}

/* =========================================================
   v1.8.0 — Agntix 1.0.9 compatibility layer
   Uses the theme's actual WooCommerce markup/classes instead of guessing.
   ========================================================= */

/* PRODUCT PAGE: Agntix uses .container-1750 > .row > .col-xl-7/.col-xl-5. */
body.lfshop-theme-agntix.lfshop-product-active.single-product #product-\31,
body.lfshop-theme-agntix.lfshop-product-active.single-product div.product{max-width:none!important}
body.lfshop-theme-agntix.lfshop-product-active.single-product div.product > .container.container-1750,
body.lfshop-theme-agntix.lfshop-product-active.single-product div.product > .container.container-1530{width:min(calc(100% - 48px),var(--lfls-content-width,1500px))!important;max-width:var(--lfls-content-width,1500px)!important;margin-inline:auto!important;padding-inline:0!important}
body.lfshop-theme-agntix.lfshop-product-active.single-product div.product > .container > .row{display:grid!important;grid-template-columns:minmax(0,1.12fr) minmax(380px,.88fr)!important;gap:clamp(34px,4vw,72px)!important;align-items:start!important;margin:0!important}
body.lfshop-theme-agntix.lfshop-product-active.single-product div.product > .container > .row > .col-xl-7,
body.lfshop-theme-agntix.lfshop-product-active.single-product div.product > .container > .row > .col-xl-5,
body.lfshop-theme-agntix.lfshop-product-active.single-product div.product > .container > .row > .col-lg-6{width:auto!important;max-width:none!important;flex:none!important;padding:0!important;min-width:0!important}
body.lfshop-theme-agntix.lfshop-product-active.single-product .summary.entry-summary{width:100%!important;max-width:680px!important;float:none!important;margin:0!important;padding:clamp(4px,1vw,14px) 0 0!important;min-width:0!important}
body.lfshop-theme-agntix.lfshop-product-active.single-product .summary :where(.tp-product-details-title,.product_title){font-family:var(--lfls-heading-font)!important;font-size:clamp(42px,4vw,72px)!important;line-height:.98!important;letter-spacing:-.025em!important;color:var(--lfls-text,#f2f0eb)!important;word-break:normal!important;overflow-wrap:normal!important;hyphens:none!important}
body.lfshop-theme-agntix.lfshop-product-active.single-product .summary :where(.tp-product-details-sort-desc,p){max-width:620px!important;color:var(--lfls-secondary,#aaa69f)!important;line-height:1.75!important;word-break:normal!important;overflow-wrap:normal!important}
body.lfshop-theme-agntix.lfshop-product-active.single-product .tp-product-details-action-wrapper{width:100%!important;max-width:680px!important}
body.lfshop-theme-agntix.lfshop-product-active.single-product .tp-product-details-action-wrapper form.cart{width:100%!important;display:flex!important;flex-wrap:wrap!important;gap:12px!important;align-items:center!important}
body.lfshop-theme-agntix.lfshop-product-active.single-product .tp-product-details-action-wrapper form.cart :where(.single_add_to_cart_button,.tp-product-details-add-to-cart-btn){min-height:50px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;line-height:1.2!important}

/* Agntix native gallery + four selectable layouts. */
body.lfshop-theme-agntix.lfshop-product-active .tp-product-details-thumb-wrapper{width:100%!important;min-width:0!important}
body.lfshop-theme-agntix.lfshop-product-active .woocommerce-product-gallery{box-sizing:border-box!important;width:100%!important;max-width:none!important;float:none!important;margin:0!important;position:relative!important}
body.lfshop-theme-agntix.lfshop-product-active .woocommerce-product-gallery .flex-viewport{width:100%!important;overflow:hidden!important}
body.lfshop-theme-agntix.lfshop-product-active .woocommerce-product-gallery__image img{display:block!important;width:100%!important;aspect-ratio:1/1!important;object-fit:var(--lfls-product-fit,contain)!important;background:#0b0b0a!important}
body.lfshop-theme-agntix.lfshop-product-active .woocommerce-product-gallery .flex-control-nav{box-sizing:border-box!important;list-style:none!important;padding:0!important}
body.lfshop-theme-agntix.lfshop-product-active .woocommerce-product-gallery .flex-control-thumbs li{box-sizing:border-box!important;overflow:hidden!important;border:1px solid rgba(200,160,90,.16)!important;background:#0b0b0a!important;cursor:pointer!important}
body.lfshop-theme-agntix.lfshop-product-active .woocommerce-product-gallery .flex-control-thumbs li img{display:block!important;width:100%!important;height:100%!important;aspect-ratio:1/1!important;object-fit:cover!important;opacity:.62!important;transition:.25s ease!important}
body.lfshop-theme-agntix.lfshop-product-active .woocommerce-product-gallery .flex-control-thumbs li img.flex-active,
body.lfshop-theme-agntix.lfshop-product-active .woocommerce-product-gallery .flex-control-thumbs li:hover img{opacity:1!important}

body.lfshop-theme-agntix.lfshop-product-active.lfshop-gallery-left-rail .woocommerce-product-gallery{padding-left:112px!important;padding-right:0!important}
body.lfshop-theme-agntix.lfshop-product-active.lfshop-gallery-left-rail .woocommerce-product-gallery .flex-control-nav{position:absolute!important;left:0!important;right:auto!important;top:50%!important;transform:translateY(-50%)!important;width:92px!important;margin:0!important;display:grid!important;gap:9px!important}

body.lfshop-theme-agntix.lfshop-product-active.lfshop-gallery-right-rail .woocommerce-product-gallery{padding-right:112px!important;padding-left:0!important}
body.lfshop-theme-agntix.lfshop-product-active.lfshop-gallery-right-rail .woocommerce-product-gallery .flex-control-nav{position:absolute!important;right:0!important;left:auto!important;top:50%!important;transform:translateY(-50%)!important;width:92px!important;margin:0!important;display:grid!important;gap:9px!important}

body.lfshop-theme-agntix.lfshop-product-active.lfshop-gallery-bottom-filmstrip .woocommerce-product-gallery{padding:0!important}
body.lfshop-theme-agntix.lfshop-product-active.lfshop-gallery-bottom-filmstrip .woocommerce-product-gallery .flex-control-nav{position:static!important;transform:none!important;width:100%!important;margin:12px 0 0!important;display:grid!important;grid-auto-flow:column!important;grid-auto-columns:86px!important;gap:9px!important;overflow-x:auto!important;scrollbar-width:thin!important}

body.lfshop-theme-agntix.lfshop-product-active.lfshop-gallery-floating-rail .woocommerce-product-gallery{padding:0!important}
body.lfshop-theme-agntix.lfshop-product-active.lfshop-gallery-floating-rail .woocommerce-product-gallery .flex-control-nav{position:absolute!important;z-index:5!important;left:18px!important;right:18px!important;bottom:18px!important;top:auto!important;transform:none!important;width:auto!important;margin:0!important;display:flex!important;gap:8px!important;padding:8px!important;background:rgba(8,8,8,.78)!important;border:1px solid rgba(200,160,90,.2)!important;backdrop-filter:blur(8px)!important;overflow-x:auto!important}
body.lfshop-theme-agntix.lfshop-product-active.lfshop-gallery-floating-rail .woocommerce-product-gallery .flex-control-thumbs li{flex:0 0 68px!important}

/* Agntix tabs: fixed-width content but no hash-jump or Bootstrap-style page shift. */
body.lfshop-theme-agntix.lfshop-product-active .woocommerce-tabs.wc-tabs-wrapper{width:100%!important;max-width:none!important}
body.lfshop-theme-agntix.lfshop-product-active .woocommerce-tabs.wc-tabs-wrapper > .tp-product-details-tab-nav{width:min(calc(100% - 48px),1230px)!important;margin:0 auto 42px!important}
body.lfshop-theme-agntix.lfshop-product-active .woocommerce-tabs.wc-tabs-wrapper .wc-tabs{display:flex!important;justify-content:center!important;flex-wrap:wrap!important;gap:clamp(18px,3vw,42px)!important;margin:0!important;padding:0 0 12px!important}
body.lfshop-theme-agntix.lfshop-product-active .woocommerce-tabs.wc-tabs-wrapper .wc-tabs li{margin:0!important;padding:0!important;background:transparent!important;border:0!important}
body.lfshop-theme-agntix.lfshop-product-active .woocommerce-tabs.wc-tabs-wrapper .wc-tabs li a{margin:0!important;padding:0 0 12px!important;color:var(--lfls-secondary,#aaa69f)!important;font-size:15px!important;line-height:1.2!important;text-decoration:none!important;border-bottom:1px solid transparent!important}
body.lfshop-theme-agntix.lfshop-product-active .woocommerce-tabs.wc-tabs-wrapper .wc-tabs li.active a,
body.lfshop-theme-agntix.lfshop-product-active .woocommerce-tabs.wc-tabs-wrapper .wc-tabs li a.active{color:var(--lfls-gold2,#e0bd7a)!important;border-color:var(--lfls-gold,#c8a05a)!important}
body.lfshop-theme-agntix.lfshop-product-active .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel > .row{margin:0!important}
body.lfshop-theme-agntix.lfshop-product-active .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel > .row > [class*="col-"]{width:min(calc(100% - 48px),1050px)!important;max-width:1050px!important;flex:none!important;margin-inline:auto!important;padding:0!important}

/* Extension/custom product options: dark by default and never squeezed. */
body.lfshop-theme-agntix.lfshop-product-active .summary :where(.wc-pao-addons-container,.wc-pao-addon-container,.tm-extra-product-options,.wapf-wrapper,.ppom-wrapper,.yith-wapo-block,.thwepo-extra-options,.wcpa_form_outer,.wcpa_form_item,.product-addon,.product-addons){width:100%!important;max-width:680px!important;margin:18px 0!important;padding:18px!important;background:#0b0b0a!important;color:var(--lfls-text,#f2f0eb)!important;border:1px solid rgba(200,160,90,.2)!important;border-radius:0!important;box-shadow:none!important}
body.lfshop-theme-agntix.lfshop-product-active .summary :where(.wc-pao-addons-container,.wc-pao-addon-container,.tm-extra-product-options,.wapf-wrapper,.ppom-wrapper,.yith-wapo-block,.thwepo-extra-options,.wcpa_form_outer,.wcpa_form_item,.product-addon,.product-addons) :where(h1,h2,h3,h4,h5,h6,label,legend,strong,p,span){color:inherit!important}
body.lfshop-theme-agntix.lfshop-product-active .summary :where(.wc-pao-addons-container,.wc-pao-addon-container,.tm-extra-product-options,.wapf-wrapper,.ppom-wrapper,.yith-wapo-block,.thwepo-extra-options,.wcpa_form_outer,.wcpa_form_item,.product-addon,.product-addons) :where(input:not([type="radio"]):not([type="checkbox"]),select,textarea){width:100%!important;max-width:100%!important;background:#080808!important;color:var(--lfls-text,#f2f0eb)!important;border:1px solid rgba(200,160,90,.28)!important}

/* CART / CHECKOUT / ACCOUNT widths specifically neutralize Agntix Bootstrap containers. */
body.lfshop-theme-agntix.lfshop-cart-active :where(.tp-cart-area .container,.woocommerce-cart .container,.site-main>.container),
body.lfshop-theme-agntix.lfshop-checkout-active :where(.tp-checkout-area .container,.woocommerce-checkout .container,.site-main>.container),
body.lfshop-theme-agntix.lfshop-account-active :where(.tp-my-account-area .container,.woocommerce-account .container,.site-main>.container){width:min(calc(100% - 48px),var(--lfls-content-width,1500px))!important;max-width:var(--lfls-content-width,1500px)!important;margin-inline:auto!important;padding-inline:0!important}
body.lfshop-theme-agntix.lfshop-account-active .woocommerce{display:grid!important;grid-template-columns:minmax(230px,280px) minmax(0,1fr)!important;gap:clamp(28px,4vw,56px)!important;align-items:start!important;width:100%!important;max-width:none!important}
body.lfshop-theme-agntix.lfshop-account-active .woocommerce-MyAccount-navigation,
body.lfshop-theme-agntix.lfshop-account-active .woocommerce-MyAccount-content{float:none!important;width:auto!important;max-width:none!important;min-width:0!important;margin:0!important}

@media(max-width:991px){
 body.lfshop-theme-agntix.lfshop-product-active.single-product div.product > .container > .row{grid-template-columns:1fr!important;gap:30px!important}
 body.lfshop-theme-agntix.lfshop-product-active.single-product .summary.entry-summary{max-width:none!important}
 body.lfshop-theme-agntix.lfshop-account-active .woocommerce{grid-template-columns:1fr!important}
}
@media(max-width:767px){
 body.lfshop-theme-agntix.lfshop-product-active.single-product div.product > .container.container-1750,
 body.lfshop-theme-agntix.lfshop-product-active.single-product div.product > .container.container-1530,
 body.lfshop-theme-agntix.lfshop-cart-active :where(.tp-cart-area .container,.woocommerce-cart .container,.site-main>.container),
 body.lfshop-theme-agntix.lfshop-checkout-active :where(.tp-checkout-area .container,.woocommerce-checkout .container,.site-main>.container),
 body.lfshop-theme-agntix.lfshop-account-active :where(.tp-my-account-area .container,.woocommerce-account .container,.site-main>.container){width:calc(100% - 24px)!important}
 body.lfshop-theme-agntix.lfshop-product-active .woocommerce-product-gallery{padding:0!important}
 body.lfshop-theme-agntix.lfshop-product-active .woocommerce-product-gallery .flex-control-nav{position:static!important;transform:none!important;width:100%!important;margin:10px 0 0!important;display:grid!important;grid-auto-flow:column!important;grid-auto-columns:70px!important;gap:7px!important;overflow-x:auto!important;padding:0!important;background:transparent!important;border:0!important}
 body.lfshop-theme-agntix.lfshop-product-active .summary :where(.tp-product-details-title,.product_title){font-size:clamp(36px,12vw,54px)!important}
 body.lfshop-theme-agntix.lfshop-product-active .woocommerce-tabs.wc-tabs-wrapper > .tp-product-details-tab-nav,
 body.lfshop-theme-agntix.lfshop-product-active .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel > .row > [class*="col-"]{width:calc(100% - 24px)!important}
 body.lfshop-theme-agntix.lfshop-product-active .woocommerce-tabs.wc-tabs-wrapper .wc-tabs{justify-content:flex-start!important;flex-wrap:nowrap!important;overflow-x:auto!important}
}
body.lfshop-product-active.lfshop-product-fit-cover .woocommerce-product-gallery__image img{object-fit:cover!important}
body.lfshop-product-active.lfshop-product-fit-contain .woocommerce-product-gallery__image img{object-fit:contain!important}


/* =========================================================
   v1.8.1 — exact Agntix 1.0.9 saved-markup compatibility
   Based on the live generated Product / Cart / Checkout / My Account DOM.
   ========================================================= */
body.lfshop-product-active{font-family:var(--lfls-product-body-font,var(--lfls-body-font,Inter,Arial,sans-serif))!important}
body.lfshop-product-active :is(.tp-product-details-title,.woocommerce-tabs h2,.woocommerce-tabs h3,.related.products>h2){font-family:var(--lfls-product-heading-font,var(--lfls-heading-font,Cormorant Garamond,Georgia,serif))!important}
body.lfshop-cart-active{font-family:var(--lfls-cart-body-font,var(--lfls-body-font,Inter,Arial,sans-serif))!important}
body.lfshop-cart-active :is(h1,h2,h3,.cart_totals h2){font-family:var(--lfls-cart-heading-font,var(--lfls-heading-font,Cormorant Garamond,Georgia,serif))!important}
body.lfshop-checkout-active{font-family:var(--lfls-checkout-body-font,var(--lfls-body-font,Inter,Arial,sans-serif))!important}
body.lfshop-checkout-active :is(h1,h2,h3,#order_review_heading){font-family:var(--lfls-checkout-heading-font,var(--lfls-heading-font,Cormorant Garamond,Georgia,serif))!important}
body.lfshop-thankyou-active{font-family:var(--lfls-thankyou-body-font,var(--lfls-body-font,Inter,Arial,sans-serif))!important}
body.lfshop-thankyou-active :is(h1,h2,h3){font-family:var(--lfls-thankyou-heading-font,var(--lfls-heading-font,Cormorant Garamond,Georgia,serif))!important}
body.lfshop-account-active{font-family:var(--lfls-account-body-font,var(--lfls-body-font,Inter,Arial,sans-serif))!important}
body.lfshop-account-active :is(h1,h2,h3,.woocommerce-MyAccount-content h2,.woocommerce-MyAccount-content h3){font-family:var(--lfls-account-heading-font,var(--lfls-heading-font,Cormorant Garamond,Georgia,serif))!important}

/* Agntix page shell: expand only commerce modules, never header/footer. */
body:is(.lfshop-cart-active,.lfshop-checkout-active,.lfshop-account-active) .tp-page-area > .container{
  width:min(var(--lfls-content-width,1500px),calc(100% - 48px))!important;
  max-width:var(--lfls-content-width,1500px)!important;
  margin-inline:auto!important;
}
body:is(.lfshop-cart-active,.lfshop-checkout-active,.lfshop-account-active) .tp-page-area .tp-page-content,
body:is(.lfshop-cart-active,.lfshop-checkout-active,.lfshop-account-active) .tp-page-area .tp-page-post{width:100%!important;max-width:none!important}

/* Cart generated by Agntix: .woocommerce > .row > 9/3 columns. */
body.lfshop-cart-active .tp-page-post>.woocommerce>.row{
  display:grid!important;grid-template-columns:minmax(0,1fr) minmax(300px,380px)!important;gap:34px!important;margin:0!important;align-items:start!important
}
body.lfshop-cart-active .tp-page-post>.woocommerce>.row>[class*="col-"]{width:100%!important;max-width:none!important;flex:none!important;padding:0!important}
body.lfshop-cart-active .woocommerce-cart-form{width:100%!important;max-width:none!important;margin:0!important}
body.lfshop-cart-active table.cart td.product-name,body.lfshop-cart-active table.cart th.product-name{text-align:left!important}
body.lfshop-cart-active table.cart td.product-name a{display:block!important;text-align:left!important;color:var(--lfls-text)!important;line-height:1.45!important}
body.lfshop-cart-active .tp-product-quantity{display:grid!important;grid-template-columns:42px 54px 42px!important;width:138px!important;min-width:138px!important;height:46px!important;margin:0!important;border:1px solid var(--lfls-border)!important}
body.lfshop-cart-active .tp-product-quantity :is(.tp-cart-minus,.tp-cart-plus){display:grid!important;place-items:center!important;width:42px!important;height:44px!important;color:var(--lfls-text)!important;cursor:pointer!important}
body.lfshop-cart-active .tp-product-quantity input.qty{display:block!important;width:54px!important;height:44px!important;min-width:54px!important;padding:0 4px!important;margin:0!important;border:0!important;border-inline:1px solid var(--lfls-border)!important;background:#0b0b0a!important;color:var(--lfls-text)!important;-webkit-text-fill-color:var(--lfls-text)!important;text-align:center!important;font-size:15px!important;opacity:1!important}
body.lfshop-cart-active .cart_totals{width:100%!important;max-width:none!important;float:none!important;margin:0!important}

/* Checkout generated by Agntix: form.checkout > .row > 7/5 columns. */
body.lfshop-checkout-active .tp-page-post>.woocommerce{width:100%!important;max-width:none!important}
body.lfshop-checkout-active form.checkout.woocommerce-checkout{display:block!important;width:100%!important;max-width:none!important}
body.lfshop-checkout-active form.checkout.woocommerce-checkout>.row{display:grid!important;grid-template-columns:minmax(0,1.35fr) minmax(360px,.85fr)!important;gap:38px!important;margin:0!important;align-items:start!important}
body.lfshop-checkout-active form.checkout.woocommerce-checkout>.row>[class*="col-"]{width:100%!important;max-width:none!important;flex:none!important;padding:0!important}
body.lfshop-checkout-layout-single form.checkout.woocommerce-checkout>.row{grid-template-columns:1fr!important}
body.lfshop-checkout-active :is(.tp-checkout-bill-area,.tp-checkout-place,.woocommerce-billing-fields,.woocommerce-shipping-fields,.woocommerce-additional-fields,#order_review){width:100%!important;max-width:none!important;min-width:0!important}
body.lfshop-checkout-active :is(.tp-checkout-place,#order_review,.woocommerce-checkout-review-order){background:var(--lfls-surface)!important;color:var(--lfls-text)!important}
body.lfshop-checkout-active :is(.tp-checkout-place,#order_review,.woocommerce-checkout-review-order) *:not(input):not(select):not(textarea):not(option){color:inherit}
body.lfshop-checkout-active .woocommerce-additional-fields :is(h3,label,p){color:var(--lfls-text)!important}

/* My Account generated by Agntix: .woocommerce > .row > 4/8 columns. */
body.lfshop-account-active .tp-page-post>.woocommerce{display:block!important;width:100%!important;max-width:none!important}
body.lfshop-account-active .tp-page-post>.woocommerce>.row{display:grid!important;grid-template-columns:280px minmax(0,1fr)!important;gap:40px!important;margin:0!important;align-items:start!important}
body.lfshop-account-active .tp-page-post>.woocommerce>.row>.col-lg-4,
body.lfshop-account-active .tp-page-post>.woocommerce>.row>.col-lg-8{width:100%!important;max-width:none!important;flex:none!important;padding:0!important}
body.lfshop-account-active .woocommerce-MyAccount-navigation{width:100%!important;min-width:0!important;max-width:none!important;float:none!important}
body.lfshop-account-active .woocommerce-MyAccount-content{width:100%!important;max-width:none!important;min-width:0!important;float:none!important;margin:0!important;padding:28px!important;border:1px solid var(--lfls-border)!important;background:var(--lfls-surface)!important}
body.lfshop-account-active .woocommerce-MyAccount-content :is(input[type=text],input[type=email],input[type=password],input[type=tel],select,textarea){width:100%!important;max-width:100%!important}
body.lfshop-account-active .woocommerce-Addresses{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:24px!important}
body.lfshop-account-active .woocommerce-Address{width:100%!important;max-width:none!important;float:none!important;margin:0!important}

/* Product generated by Agntix: exact 7/5 split; avoid summary shrink. */
body.lfshop-product-active .tp-product-ptb>.container.container-1530{width:min(var(--lfls-content-width,1500px),calc(100% - 48px))!important;max-width:var(--lfls-content-width,1500px)!important;margin-inline:auto!important}
body.lfshop-product-active .tp-product-ptb>.container.container-1530>.row{display:grid!important;grid-template-columns:minmax(0,1.2fr) minmax(380px,.8fr)!important;gap:clamp(34px,4vw,72px)!important;margin:0!important;align-items:start!important}
body.lfshop-product-active .tp-product-ptb>.container.container-1530>.row>.col-xl-7,
body.lfshop-product-active .tp-product-ptb>.container.container-1530>.row>.col-xl-5,
body.lfshop-product-active .tp-product-ptb>.container.container-1530>.row>.col-lg-6{width:100%!important;max-width:none!important;flex:none!important;padding:0!important}
body.lfshop-product-active .summary.entry-summary,body.lfshop-product-active .tp-product-details-wrapper{width:100%!important;max-width:none!important;min-width:0!important;margin:0!important}
body.lfshop-product-active .tp-product-details-title{font-size:clamp(36px,4vw,64px)!important;line-height:1.02!important;overflow-wrap:normal!important;word-break:normal!important;white-space:normal!important;color:var(--lfls-text)!important}
body.lfshop-product-active .tp-product-details-query :is(span,p,a){color:var(--lfls-secondary)!important}
body.lfshop-product-active .tp-product-details-query a{color:var(--lfls-gold2)!important;text-decoration:none!important}
body.lfshop-product-active .tp-product-details-add-to-cart-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;min-height:50px!important;color:var(--lfls-btn-text)!important;background:var(--lfls-btn-bg)!important;border:1px solid var(--lfls-btn-border)!important}
body.lfshop-product-active .tp-product-details-add-to-cart-btn:hover{color:var(--lfls-btn-hover-text)!important;background:var(--lfls-btn-hover-bg)!important}

@media(max-width:1024px){
 body.lfshop-cart-active .tp-page-post>.woocommerce>.row,
 body.lfshop-checkout-active form.checkout.woocommerce-checkout>.row,
 body.lfshop-account-active .tp-page-post>.woocommerce>.row,
 body.lfshop-product-active .tp-product-ptb>.container.container-1530>.row{grid-template-columns:1fr!important;gap:26px!important}
 body.lfshop-account-active .woocommerce-Addresses{grid-template-columns:1fr!important}
}
@media(max-width:767px){
 body:is(.lfshop-cart-active,.lfshop-checkout-active,.lfshop-account-active) .tp-page-area>.container,
 body.lfshop-product-active .tp-product-ptb>.container.container-1530{width:calc(100% - 28px)!important}
 body.lfshop-account-active .woocommerce-MyAccount-content{padding:18px!important}
 body.lfshop-cart-active .tp-product-quantity{grid-template-columns:38px 48px 38px!important;width:124px!important;min-width:124px!important}
 body.lfshop-cart-active .tp-product-quantity input.qty{width:48px!important;min-width:48px!important}
}


/* ===== 1.8.2 Checkout-only polish: theme white shells, autofill and live address preview ===== */
body.lfshop-checkout-active form.checkout.woocommerce-checkout > .row{
  width:100%!important;max-width:var(--lfls-content-width,1400px)!important;margin-left:auto!important;margin-right:auto!important;
}
body.lfshop-checkout-active form.checkout.woocommerce-checkout > .row > [class*="col-"]{min-width:0!important}
body.lfshop-checkout-active .tp-checkout-bill-area,
body.lfshop-checkout-active .tp-checkout-place,
body.lfshop-checkout-active .tp-checkout-place.white-bg,
body.lfshop-checkout-active .woocommerce-billing-fields,
body.lfshop-checkout-active .woocommerce-shipping-fields,
body.lfshop-checkout-active .woocommerce-additional-fields{
  background:var(--lfls-surface,#0d0d0c)!important;
  background-color:var(--lfls-surface,#0d0d0c)!important;
  color:var(--lfls-text,#f2f0eb)!important;
  box-shadow:none!important;
}
body.lfshop-checkout-active .tp-checkout-bill-area,
body.lfshop-checkout-active .tp-checkout-place{border:1px solid var(--lfls-border,#332a1c)!important}
body.lfshop-checkout-active .tp-checkout-bill-area{padding:34px!important}
body.lfshop-checkout-active .tp-checkout-place{padding:30px!important}
body.lfshop-checkout-active .woocommerce-additional-fields{margin-top:24px!important;padding-top:28px!important;border-top:1px solid var(--lfls-border,#332a1c)!important}
body.lfshop-checkout-active .tp-checkout-bill-area :where(h1,h2,h3,h4),
body.lfshop-checkout-active .tp-checkout-place :where(h1,h2,h3,h4),
body.lfshop-checkout-active .woocommerce-additional-fields :where(h1,h2,h3,h4){color:var(--lfls-text,#f2f0eb)!important}
body.lfshop-checkout-active .woocommerce form .form-row :where(input.input-text,textarea,select),
body.lfshop-checkout-active .select2-container .select2-selection{
  background:#090909!important;background-color:#090909!important;color:var(--lfls-text,#f2f0eb)!important;
  -webkit-text-fill-color:var(--lfls-text,#f2f0eb)!important;
  border:1px solid var(--lfls-border,#332a1c)!important;box-shadow:none!important;
}
body.lfshop-checkout-active .woocommerce form .form-row :where(input.input-text,textarea,select)::placeholder{color:var(--lfls-muted,#716d66)!important;opacity:1!important}
body.lfshop-checkout-active .woocommerce form .form-row :where(input.input-text,textarea,select):focus,
body.lfshop-checkout-active .select2-container--focus .select2-selection,
body.lfshop-checkout-active .select2-container--open .select2-selection{border-color:var(--lfls-gold,#c8a05a)!important;outline:1px solid rgba(200,160,90,.20)!important}
body.lfshop-checkout-active input:-webkit-autofill,
body.lfshop-checkout-active input:-webkit-autofill:hover,
body.lfshop-checkout-active input:-webkit-autofill:focus,
body.lfshop-checkout-active textarea:-webkit-autofill,
body.lfshop-checkout-active select:-webkit-autofill{
  -webkit-text-fill-color:var(--lfls-text,#f2f0eb)!important;
  caret-color:var(--lfls-text,#f2f0eb)!important;
  -webkit-box-shadow:0 0 0 1000px #090909 inset!important;
  box-shadow:0 0 0 1000px #090909 inset!important;
  transition:background-color 9999s ease-out 0s!important;
}
body.lfshop-checkout-active .select2-container .select2-selection__rendered{color:var(--lfls-text,#f2f0eb)!important}
body.lfshop-checkout-active .select2-dropdown{background:#0d0d0c!important;border-color:var(--lfls-border,#332a1c)!important;color:var(--lfls-text,#f2f0eb)!important}
body.lfshop-checkout-active .select2-results__option{color:var(--lfls-secondary,#aaa69f)!important}
body.lfshop-checkout-active .select2-results__option--highlighted{background:var(--lfls-gold,#c8a05a)!important;color:#080808!important}

body.lfshop-checkout-active .lfshop-checkout-address-preview{
  margin:22px 0 24px!important;padding:18px 20px!important;background:#0a0a09!important;border:1px solid var(--lfls-border,#332a1c)!important;
  display:grid!important;gap:7px!important;min-width:0!important;
}
body.lfshop-checkout-active .lfshop-checkout-address-preview__eyebrow{font:600 11px/1.4 var(--lfls-checkout-body-font,var(--lfls-body-font,Arial,sans-serif))!important;letter-spacing:.14em!important;text-transform:uppercase!important;color:var(--lfls-gold,#c8a05a)!important}
body.lfshop-checkout-active .lfshop-checkout-address-preview__name{font:600 15px/1.45 var(--lfls-checkout-body-font,var(--lfls-body-font,Arial,sans-serif))!important;color:var(--lfls-text,#f2f0eb)!important;overflow-wrap:anywhere!important}
body.lfshop-checkout-active .lfshop-checkout-address-preview__line{font:400 13px/1.65 var(--lfls-checkout-body-font,var(--lfls-body-font,Arial,sans-serif))!important;color:var(--lfls-secondary,#aaa69f)!important;overflow-wrap:anywhere!important}
body.lfshop-checkout-active .woocommerce-terms-and-conditions-wrapper{margin-top:20px!important}
body.lfshop-checkout-active .woocommerce-form__label-for-checkbox{display:flex!important;align-items:flex-start!important;gap:10px!important;line-height:1.5!important}
body.lfshop-checkout-active #place_order{display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;padding:0 24px!important}
@media (max-width: 991px){
  body.lfshop-checkout-active .tp-checkout-bill-area,body.lfshop-checkout-active .tp-checkout-place{padding:24px!important}
}
@media (max-width: 575px){
  body.lfshop-checkout-active .tp-checkout-bill-area,body.lfshop-checkout-active .tp-checkout-place{padding:18px!important}
  body.lfshop-checkout-active .lfshop-checkout-address-preview{padding:15px!important}
}


/* ===== 1.8.3 Checkout exact-markup compatibility =====
 * Built against the live classic checkout markup:
 * .tp-checkout-bill-area / .tp-checkout-place.white-bg / .tp-return-customer
 * Layout/presentation only: WooCommerce checkout/payment logic stays native.
 */
body.lfshop-checkout-active .tp-page-area,
body.lfshop-checkout-active .tp-page-content,
body.lfshop-checkout-active .tp-page-post{
  background:var(--lfls-bg,#080808)!important;
  color:var(--lfls-text,#f2f0eb)!important;
}
body.lfshop-checkout-active .tp-page-area>.container{
  width:min(calc(100% - 48px),var(--lfls-content-width,1400px))!important;
  max-width:var(--lfls-content-width,1400px)!important;
  margin-inline:auto!important;
  padding-inline:0!important;
}

/* Coupon toggle + opened coupon form. */
body.lfshop-checkout-active .woocommerce-form-coupon-toggle .woocommerce-info{
  margin:0!important;
  padding:16px 18px!important;
  background:#0b0b0a!important;
  color:var(--lfls-secondary,#aaa69f)!important;
  border:1px solid var(--lfls-border,#332a1c)!important;
  border-left:1px solid var(--lfls-gold,#c8a05a)!important;
  box-shadow:none!important;
}
body.lfshop-checkout-active .woocommerce-form-coupon-toggle .woocommerce-info::before{display:none!important}
body.lfshop-checkout-active .woocommerce-form-coupon-toggle .showcoupon{color:var(--lfls-gold2,#e0bd7a)!important;text-underline-offset:3px!important}
body.lfshop-checkout-active form.checkout_coupon.woocommerce-form-coupon.tp-return-customer{
  display:none;
  margin:14px 0 34px!important;
  padding:22px!important;
  background:#0b0b0a!important;
  color:var(--lfls-text,#f2f0eb)!important;
  border:1px solid var(--lfls-border,#332a1c)!important;
  box-shadow:none!important;
}
body.lfshop-checkout-active form.checkout_coupon.woocommerce-form-coupon.tp-return-customer p:first-child{
  width:100%!important;margin:0 0 16px!important;color:var(--lfls-secondary,#aaa69f)!important;
}
body.lfshop-checkout-active form.checkout_coupon.woocommerce-form-coupon.tp-return-customer .form-row{
  float:none!important;display:inline-block!important;width:auto!important;margin:0 10px 0 0!important;vertical-align:middle!important;
}
body.lfshop-checkout-active form.checkout_coupon.woocommerce-form-coupon.tp-return-customer .form-row-first{width:min(420px,100%)!important}
body.lfshop-checkout-active form.checkout_coupon.woocommerce-form-coupon.tp-return-customer input#coupon_code{
  width:100%!important;min-height:50px!important;background:#090909!important;color:var(--lfls-text,#f2f0eb)!important;border:1px solid var(--lfls-border,#332a1c)!important;padding:0 15px!important;
}
body.lfshop-checkout-active form.checkout_coupon.woocommerce-form-coupon.tp-return-customer .tp-checkout-btn{
  min-height:50px!important;padding:0 22px!important;
}

/* Exact classic checkout columns. */
body.lfshop-checkout-active form.checkout.woocommerce-checkout>.row{
  display:grid!important;
  grid-template-columns:minmax(0,1.62fr) minmax(330px,.88fr)!important;
  gap:clamp(26px,3.2vw,48px)!important;
  align-items:start!important;
  width:100%!important;
  margin:0!important;
}
body.lfshop-checkout-active form.checkout.woocommerce-checkout>.row>.col-lg-7,
body.lfshop-checkout-active form.checkout.woocommerce-checkout>.row>.col-lg-5{
  width:100%!important;max-width:none!important;flex:none!important;padding:0!important;margin:0!important;min-width:0!important;
}

/* Remove every white shell from the theme's classic checkout. */
body.lfshop-checkout-active .tp-checkout-bill-area,
body.lfshop-checkout-active .tp-checkout-place,
body.lfshop-checkout-active .tp-checkout-place.white-bg,
body.lfshop-checkout-active .woocommerce-billing-fields,
body.lfshop-checkout-active .woocommerce-shipping-fields,
body.lfshop-checkout-active .woocommerce-additional-fields{
  background:#0b0b0a!important;
  background-color:#0b0b0a!important;
  color:var(--lfls-text,#f2f0eb)!important;
  box-shadow:none!important;
}
body.lfshop-checkout-active .tp-checkout-bill-area{
  padding:clamp(24px,3vw,40px)!important;
  border:1px solid var(--lfls-border,#332a1c)!important;
}
body.lfshop-checkout-active .tp-checkout-place{
  padding:clamp(22px,2.6vw,34px)!important;
  border:1px solid var(--lfls-border,#332a1c)!important;
}
body.lfshop-checkout-active .woocommerce-additional-fields{
  margin-top:32px!important;
  padding:30px 0 0!important;
  border-top:1px solid var(--lfls-border,#332a1c)!important;
}
body.lfshop-checkout-active .tp-checkout-bill-area :where(h1,h2,h3,h4),
body.lfshop-checkout-active .tp-checkout-place :where(h1,h2,h3,h4),
body.lfshop-checkout-active .woocommerce-additional-fields :where(h1,h2,h3,h4){
  color:var(--lfls-text,#f2f0eb)!important;
  font-family:var(--lfls-checkout-heading-font,var(--lfls-heading-font,Cormorant Garamond,Georgia,serif))!important;
}
body.lfshop-checkout-active .woocommerce-billing-fields>h3,
body.lfshop-checkout-active .woocommerce-additional-fields>h3,
body.lfshop-checkout-active #order_review_heading{
  font-size:clamp(28px,2.5vw,38px)!important;line-height:1.1!important;margin:0 0 26px!important;
}

/* Fields and labels. */
body.lfshop-checkout-active .woocommerce form.checkout .form-row{
  float:none!important;width:100%!important;margin:0 0 20px!important;padding:0!important;
}
body.lfshop-checkout-active .woocommerce form.checkout .form-row-first,
body.lfshop-checkout-active .woocommerce form.checkout .form-row-last{width:100%!important}
body.lfshop-checkout-active .woocommerce form.checkout .form-row label{
  display:block!important;margin:0 0 8px!important;color:var(--lfls-secondary,#aaa69f)!important;
  font-family:var(--lfls-checkout-body-font,var(--lfls-body-font,Inter,Arial,sans-serif))!important;
  font-size:14px!important;line-height:1.45!important;font-weight:500!important;
}
body.lfshop-checkout-active .woocommerce form.checkout .form-row .required{color:#e24b4b!important}
body.lfshop-checkout-active .woocommerce form.checkout .form-row :where(input.input-text,textarea,select),
body.lfshop-checkout-active .select2-container .select2-selection--single{
  width:100%!important;max-width:100%!important;box-sizing:border-box!important;
  background:#090909!important;background-color:#090909!important;
  color:var(--lfls-text,#f2f0eb)!important;-webkit-text-fill-color:var(--lfls-text,#f2f0eb)!important;
  border:1px solid rgba(200,160,90,.23)!important;border-radius:0!important;box-shadow:none!important;
}
body.lfshop-checkout-active .woocommerce form.checkout .form-row input.input-text,
body.lfshop-checkout-active .woocommerce form.checkout .form-row select{
  min-height:54px!important;padding:0 16px!important;line-height:52px!important;text-transform:none!important;
}
body.lfshop-checkout-active .woocommerce form.checkout .form-row textarea{
  min-height:150px!important;height:150px!important;padding:15px 16px!important;line-height:1.65!important;resize:vertical!important;text-transform:none!important;
}
body.lfshop-checkout-active .select2-container .select2-selection--single{height:54px!important;min-height:54px!important}
body.lfshop-checkout-active .select2-container .select2-selection--single .select2-selection__rendered{
  height:52px!important;line-height:52px!important;padding:0 42px 0 16px!important;color:var(--lfls-text,#f2f0eb)!important;
}
body.lfshop-checkout-active .select2-container .select2-selection--single .select2-selection__arrow{height:52px!important;right:10px!important}
body.lfshop-checkout-active .woocommerce form.checkout .form-row :where(input.input-text,textarea):focus,
body.lfshop-checkout-active .select2-container--open .select2-selection--single{
  border-color:var(--lfls-gold,#c8a05a)!important;outline:none!important;box-shadow:0 0 0 2px rgba(200,160,90,.08)!important;
}
body.lfshop-checkout-active .woocommerce form.checkout .form-row :where(input.input-text,textarea)::placeholder{
  color:var(--lfls-muted,#716d66)!important;opacity:1!important;
}

/* Chrome/Edge autofill: keep the dark visual system and readable text. */
body.lfshop-checkout-active input:-webkit-autofill,
body.lfshop-checkout-active input:-webkit-autofill:hover,
body.lfshop-checkout-active input:-webkit-autofill:focus,
body.lfshop-checkout-active textarea:-webkit-autofill,
body.lfshop-checkout-active select:-webkit-autofill{
  -webkit-text-fill-color:var(--lfls-text,#f2f0eb)!important;
  caret-color:var(--lfls-text,#f2f0eb)!important;
  -webkit-box-shadow:0 0 0 1000px #090909 inset!important;
  box-shadow:0 0 0 1000px #090909 inset!important;
  border-color:rgba(200,160,90,.35)!important;
  transition:background-color 99999s ease-out 0s!important;
}
body.lfshop-checkout-active input:autofill{
  color:var(--lfls-text,#f2f0eb)!important;background:#090909!important;
}

/* Order table / payment panel. */
body.lfshop-checkout-active .tp-checkout-place #order_review,
body.lfshop-checkout-active .tp-checkout-place .woocommerce-checkout-review-order{
  padding:0!important;background:transparent!important;border:0!important;
}
body.lfshop-checkout-active .woocommerce-checkout-review-order-table{
  margin:0 0 24px!important;border:1px solid var(--lfls-border,#332a1c)!important;border-collapse:collapse!important;
}
body.lfshop-checkout-active .woocommerce-checkout-review-order-table :where(th,td){
  padding:15px 14px!important;background:transparent!important;color:var(--lfls-text,#f2f0eb)!important;border:1px solid var(--lfls-border,#332a1c)!important;
  vertical-align:top!important;word-break:normal!important;overflow-wrap:anywhere!important;
}
body.lfshop-checkout-active .woocommerce-checkout-review-order-table tfoot tr.order-total :where(th,td){
  color:var(--lfls-gold2,#e0bd7a)!important;font-weight:700!important;
}
body.lfshop-checkout-active #payment{
  margin:0!important;padding:0!important;background:transparent!important;border:0!important;
}
body.lfshop-checkout-active #payment ul.payment_methods{
  margin:0 0 18px!important;padding:0!important;border:1px solid var(--lfls-border,#332a1c)!important;
}
body.lfshop-checkout-active #payment ul.payment_methods>li{
  margin:0!important;padding:16px!important;background:#0a0a09!important;border:0!important;border-bottom:1px solid var(--lfls-border,#332a1c)!important;
}
body.lfshop-checkout-active #payment ul.payment_methods>li:last-child{border-bottom:0!important}
body.lfshop-checkout-active #payment ul.payment_methods>li>label{
  color:var(--lfls-text,#f2f0eb)!important;font-weight:600!important;margin:0!important;
}
body.lfshop-checkout-active #payment div.payment_box{
  margin:14px 0 0!important;padding:16px!important;background:#10100e!important;color:var(--lfls-secondary,#aaa69f)!important;border:1px solid rgba(200,160,90,.16)!important;
}
body.lfshop-checkout-active #payment div.payment_box:before{display:none!important}

/* Live address preview: exact theme-safe card. */
body.lfshop-checkout-active .lfshop-checkout-address-preview{
  margin:0 0 22px!important;padding:17px 18px!important;display:grid!important;gap:6px!important;
  background:#0a0a09!important;border:1px solid rgba(200,160,90,.25)!important;color:var(--lfls-text,#f2f0eb)!important;
}
body.lfshop-checkout-active .lfshop-checkout-address-preview__eyebrow{
  color:var(--lfls-gold,#c8a05a)!important;font-size:11px!important;line-height:1.4!important;font-weight:600!important;letter-spacing:.14em!important;text-transform:uppercase!important;
}
body.lfshop-checkout-active .lfshop-checkout-address-preview__name{color:var(--lfls-text,#f2f0eb)!important;font-size:15px!important;line-height:1.45!important}
body.lfshop-checkout-active .lfshop-checkout-address-preview__line{color:var(--lfls-secondary,#aaa69f)!important;font-size:13px!important;line-height:1.6!important;overflow-wrap:anywhere!important}

/* Terms + place order. */
body.lfshop-checkout-active .woocommerce-terms-and-conditions-wrapper{margin:18px 0!important}
body.lfshop-checkout-active .woocommerce-terms-and-conditions-wrapper .form-row{margin:0!important}
body.lfshop-checkout-active .woocommerce-form__label-for-checkbox.checkbox{
  display:grid!important;grid-template-columns:18px minmax(0,1fr)!important;align-items:start!important;gap:10px!important;margin:0!important;
  color:var(--lfls-secondary,#aaa69f)!important;font-size:13px!important;line-height:1.5!important;
}
body.lfshop-checkout-active .woocommerce-form__label-for-checkbox.checkbox input[type=checkbox]{
  width:16px!important;height:16px!important;min-height:16px!important;margin:2px 0 0!important;accent-color:var(--lfls-gold,#c8a05a)!important;
}
body.lfshop-checkout-active .woocommerce-terms-and-conditions-checkbox-text a{color:var(--lfls-gold2,#e0bd7a)!important}
body.lfshop-checkout-active #place_order{
  display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-height:56px!important;margin:0!important;padding:0 24px!important;
  background:transparent!important;color:var(--lfls-text,#f2f0eb)!important;border:1px solid var(--lfls-gold,#c8a05a)!important;border-radius:0!important;text-align:center!important;
}
body.lfshop-checkout-active #place_order:hover{background:var(--lfls-gold,#c8a05a)!important;color:#080808!important}

@media(max-width:991px){
  body.lfshop-checkout-active form.checkout.woocommerce-checkout>.row{grid-template-columns:1fr!important;gap:28px!important}
  body.lfshop-checkout-active .tp-checkout-place{margin-top:0!important}
}
@media(max-width:767px){
  body.lfshop-checkout-active .tp-page-area>.container{width:calc(100% - 28px)!important}
  body.lfshop-checkout-active .tp-checkout-bill-area,
  body.lfshop-checkout-active .tp-checkout-place{padding:20px!important}
  body.lfshop-checkout-active form.checkout_coupon.woocommerce-form-coupon.tp-return-customer .form-row,
  body.lfshop-checkout-active form.checkout_coupon.woocommerce-form-coupon.tp-return-customer .form-row-first{
    display:block!important;width:100%!important;margin:0 0 10px!important;
  }
  body.lfshop-checkout-active .woocommerce-checkout-review-order-table :where(th,td){padding:12px 10px!important;font-size:13px!important}
}
@media(max-width:430px){
  body.lfshop-checkout-active .tp-checkout-bill-area,
  body.lfshop-checkout-active .tp-checkout-place{padding:16px!important}
  body.lfshop-checkout-active .woocommerce-form__label-for-checkbox.checkbox{font-size:12px!important}
}

/* =========================================================
   v1.8.4 — Cart polish + checkout top spacing only
   Exact Agntix classic cart markup compatibility.
   ========================================================= */

/* Checkout: keep v1.8.3 design intact; only reduce the large top gap. */
body.lfshop-checkout-active .tp-page-area.pt-120{
  padding-top:54px!important;
}

/* Cart: reduce the same oversized page-top gap. */
body.lfshop-cart-active .tp-page-area.pt-120{
  padding-top:54px!important;
}

/* Cart table typography: slightly quieter and cleaner. */
body.lfshop-cart-active table.cart :is(th,td){
  vertical-align:middle!important;
}
body.lfshop-cart-active table.cart thead th{
  font-size:14px!important;
  line-height:1.25!important;
  font-weight:600!important;
  letter-spacing:0!important;
}
body.lfshop-cart-active table.cart td.product-name a{
  font-size:22px!important;
  line-height:1.25!important;
  text-decoration:none!important;
  border-bottom:0!important;
  box-shadow:none!important;
}
body.lfshop-cart-active table.cart td.product-name a:hover{
  color:var(--lfls-gold2,#e0bd7a)!important;
  text-decoration:none!important;
}

/* Quantity: one clean outer border, three equal visual zones, no white hover. */
body.lfshop-cart-active table.cart .product-quantity .quantity,
body.lfshop-cart-active table.cart .product-quantity .tp-product-details-quantity{
  display:block!important;
  width:auto!important;
  max-width:none!important;
  border:0!important;
  background:transparent!important;
  padding:0!important;
  margin:0!important;
}
body.lfshop-cart-active table.cart .product-quantity .tp-product-quantity{
  position:relative!important;
  display:grid!important;
  grid-template-columns:44px 54px 44px!important;
  align-items:stretch!important;
  justify-content:start!important;
  width:142px!important;
  min-width:142px!important;
  height:46px!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid rgba(200,160,90,.38)!important;
  background:#0b0b0a!important;
  box-shadow:none!important;
}
body.lfshop-cart-active table.cart .product-quantity .tp-product-quantity .tp-cart-minus,
body.lfshop-cart-active table.cart .product-quantity .tp-product-quantity .tp-cart-plus{
  position:static!important;
  inset:auto!important;
  transform:none!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:44px!important;
  min-width:44px!important;
  height:44px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:var(--lfls-text,#f2f0eb)!important;
  box-shadow:none!important;
  cursor:pointer!important;
}
body.lfshop-cart-active table.cart .product-quantity .tp-product-quantity .tp-cart-minus{
  grid-column:1!important;
  border-right:1px solid rgba(200,160,90,.26)!important;
}
body.lfshop-cart-active table.cart .product-quantity .tp-product-quantity input.qty{
  position:static!important;
  inset:auto!important;
  transform:none!important;
  grid-column:2!important;
  display:block!important;
  box-sizing:border-box!important;
  width:54px!important;
  min-width:54px!important;
  max-width:54px!important;
  height:44px!important;
  min-height:44px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:#0b0b0a!important;
  color:var(--lfls-text,#f2f0eb)!important;
  -webkit-text-fill-color:var(--lfls-text,#f2f0eb)!important;
  opacity:1!important;
  visibility:visible!important;
  text-align:center!important;
  text-indent:0!important;
  font-size:15px!important;
  font-weight:600!important;
  line-height:44px!important;
  appearance:textfield!important;
  -moz-appearance:textfield!important;
  box-shadow:none!important;
}
body.lfshop-cart-active table.cart .product-quantity .tp-product-quantity .tp-cart-plus{
  grid-column:3!important;
  border-left:1px solid rgba(200,160,90,.26)!important;
}
body.lfshop-cart-active table.cart .product-quantity .tp-product-quantity :is(.tp-cart-minus,.tp-cart-plus):hover,
body.lfshop-cart-active table.cart .product-quantity .tp-product-quantity :is(.tp-cart-minus,.tp-cart-plus):focus{
  background:rgba(200,160,90,.10)!important;
  color:var(--lfls-gold2,#e0bd7a)!important;
}
body.lfshop-cart-active table.cart .product-quantity .tp-product-quantity svg,
body.lfshop-cart-active table.cart .product-quantity .tp-product-quantity svg path{
  color:inherit!important;
  stroke:currentColor!important;
}

/* Coupon field: readable placeholder/value on the dark surface. */
body.lfshop-cart-active table.cart td.actions .coupon input#coupon_code{
  background:#0b0b0a!important;
  color:var(--lfls-text,#f2f0eb)!important;
  -webkit-text-fill-color:var(--lfls-text,#f2f0eb)!important;
  border:1px solid rgba(200,160,90,.28)!important;
  box-shadow:none!important;
  opacity:1!important;
}
body.lfshop-cart-active table.cart td.actions .coupon input#coupon_code::placeholder{
  color:var(--lfls-muted,#716d66)!important;
  opacity:1!important;
}

/* Cart totals: remove theme's white frame/wrapper completely. */
body.lfshop-cart-active .tp-page-post>.woocommerce>.row>.col-xl-3,
body.lfshop-cart-active .tp-page-post>.woocommerce>.row>.col-lg-4,
body.lfshop-cart-active .cart-collaterals,
body.lfshop-cart-active .tp-cart-checkout-wrapper,
body.lfshop-cart-active .cart_totals{
  background:transparent!important;
  box-shadow:none!important;
}
body.lfshop-cart-active .tp-cart-checkout-wrapper{
  padding:0!important;
  border:0!important;
}
body.lfshop-cart-active .cart_totals{
  padding:28px!important;
  border:1px solid rgba(200,160,90,.22)!important;
  background:#0b0b0a!important;
}

/* Keep cart action buttons centred and predictable. */
body.lfshop-cart-active table.cart td.actions :is(button.button,.tp-cart-update-btn),
body.lfshop-cart-active .wc-proceed-to-checkout .checkout-button{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  line-height:1.2!important;
}

@media(max-width:991px){
  body.lfshop-cart-active .tp-page-area.pt-120,
  body.lfshop-checkout-active .tp-page-area.pt-120{padding-top:40px!important}
  body.lfshop-cart-active .tp-page-post>.woocommerce>.row{grid-template-columns:1fr!important;gap:28px!important}
}
@media(max-width:767px){
  body.lfshop-cart-active .tp-page-area.pt-120,
  body.lfshop-checkout-active .tp-page-area.pt-120{padding-top:30px!important}
  body.lfshop-cart-active table.cart td.product-name a{font-size:18px!important}
}

/* =========================================================
   v1.8.5 — CART FINAL TOUCHES + SINGLE PRODUCT REBUILD
   Targets the actual Louis Fame/Agntix WooCommerce markup.
   Presentation only: WooCommerce data, cart, gallery, tabs,
   reviews and extension hooks remain native.
   ========================================================= */

/* ---- CART: final small polish only ---- */
body.lfshop-cart-active table.cart td.product-name a{
  font-size:18px!important;
  line-height:1.25!important;
  font-weight:500!important;
  text-decoration:none!important;
}
body.lfshop-cart-active .woocommerce-message,
body.lfshop-checkout-active .woocommerce-message{
  border:0!important;
  border-top:0!important;
  border-bottom:0!important;
  box-shadow:none!important;
  background:transparent!important;
  padding:8px 0!important;
  margin:0 0 14px!important;
  color:var(--lfls-secondary,#aaa69f)!important;
}
body.lfshop-cart-active .woocommerce-message::before,
body.lfshop-checkout-active .woocommerce-message::before{display:none!important}

/* ---- SINGLE PRODUCT: use the theme's real wrapper, not generic Woo wrappers ---- */
body.lfshop-product-active .tp-product-ptb.pt-200{
  padding-top:68px!important;
  padding-bottom:52px!important;
}
body.lfshop-product-active .tp-product-ptb > div.product > .container.container-1530{
  width:min(1480px,calc(100% - 64px))!important;
  max-width:1480px!important;
  padding-left:0!important;
  padding-right:0!important;
}
body.lfshop-product-active .tp-product-ptb > div.product > .container.container-1530 > .row{
  --bs-gutter-x:56px!important;
  align-items:flex-start!important;
}
@media(min-width:992px){
  body.lfshop-product-active .tp-product-ptb > div.product > .container.container-1530 > .row > .col-xl-7,
  body.lfshop-product-active .tp-product-ptb > div.product > .container.container-1530 > .row > .col-xl-5,
  body.lfshop-product-active .tp-product-ptb > div.product > .container.container-1530 > .row > .col-lg-6{
    flex:0 0 50%!important;
    width:50%!important;
    max-width:50%!important;
  }
}
body.lfshop-product-active .tp-product-details-thumb-wrapper,
body.lfshop-product-active .tp-product-details-thumb-wrapper .woocommerce-product-gallery,
body.lfshop-product-active .summary.entry-summary,
body.lfshop-product-active .tp-product-details-wrapper{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
}
body.lfshop-product-active .summary.entry-summary{
  margin:0!important;
  padding:2px 0 0!important;
  float:none!important;
}
body.lfshop-product-active .tp-product-details-title{
  color:var(--lfls-text,#f2f0eb)!important;
  font-family:var(--lfls-product-heading-font,var(--lfls-heading-font,Cormorant Garamond,Georgia,serif))!important;
  font-size:clamp(46px,4.2vw,70px)!important;
  line-height:.98!important;
  letter-spacing:-.025em!important;
  font-weight:500!important;
  word-break:normal!important;
  overflow-wrap:break-word!important;
  margin:8px 0 18px!important;
}
body.lfshop-product-active .tp-product-details-category,
body.lfshop-product-active .tp-product-details-category :where(span,a){
  color:var(--lfls-gold,#c8a05a)!important;
}
body.lfshop-product-active .tp-product-details-desc,
body.lfshop-product-active .tp-product-details-desc p,
body.lfshop-product-active .woocommerce-product-details__short-description,
body.lfshop-product-active .woocommerce-product-details__short-description p{
  color:var(--lfls-secondary,#aaa69f)!important;
  font-size:15px!important;
  line-height:1.8!important;
}
body.lfshop-product-active .tp-product-details-price,
body.lfshop-product-active .tp-product-details-price .amount,
body.lfshop-product-active .summary .price{
  color:var(--lfls-gold2,#e0bd7a)!important;
}

/* Product quantity = the now-approved Cart quantity language. */
body.lfshop-product-active .summary .quantity,
body.lfshop-product-active .tp-product-details-quantity{
  display:block!important;
  width:auto!important;
  margin:0!important;
}
body.lfshop-product-active .tp-product-details-action-title{
  color:var(--lfls-secondary,#aaa69f)!important;
  font-family:var(--lfls-product-body-font,var(--lfls-body-font,Inter,Arial,sans-serif))!important;
  font-size:13px!important;
  line-height:1.4!important;
  font-weight:600!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  margin:0 0 10px!important;
}
body.lfshop-product-active .tp-product-quantity{
  display:grid!important;
  grid-template-columns:46px 58px 46px!important;
  width:150px!important;
  min-width:150px!important;
  height:48px!important;
  min-height:48px!important;
  margin:0 12px 14px 0!important;
  padding:0!important;
  border:1px solid rgba(200,160,90,.28)!important;
  background:#0b0b0a!important;
  box-shadow:none!important;
  overflow:hidden!important;
}
body.lfshop-product-active .tp-product-quantity :is(.tp-cart-minus,.tp-cart-plus){
  position:static!important;
  inset:auto!important;
  transform:none!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:46px!important;
  min-width:46px!important;
  height:46px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:var(--lfls-text,#f2f0eb)!important;
  box-shadow:none!important;
}
body.lfshop-product-active .tp-product-quantity .tp-cart-minus{border-right:1px solid rgba(200,160,90,.24)!important}
body.lfshop-product-active .tp-product-quantity .tp-cart-plus{border-left:1px solid rgba(200,160,90,.24)!important}
body.lfshop-product-active .tp-product-quantity input.qty,
body.lfshop-product-active .tp-product-quantity input.tp-cart-input{
  position:static!important;
  display:block!important;
  width:58px!important;
  min-width:58px!important;
  max-width:58px!important;
  height:46px!important;
  min-height:46px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  outline:0!important;
  background:#0b0b0a!important;
  color:var(--lfls-text,#f2f0eb)!important;
  -webkit-text-fill-color:var(--lfls-text,#f2f0eb)!important;
  text-align:center!important;
  font-size:15px!important;
  font-weight:600!important;
  line-height:46px!important;
  box-shadow:none!important;
}
body.lfshop-product-active .tp-product-quantity :is(.tp-cart-minus,.tp-cart-plus):hover{
  background:rgba(200,160,90,.10)!important;
  color:var(--lfls-gold2,#e0bd7a)!important;
}

/* Categories + share: readable and deliberately quiet. */
body.lfshop-product-active .tp-product-details-query{
  margin-top:22px!important;
  padding-top:20px!important;
  border-top:1px solid rgba(200,160,90,.18)!important;
}
body.lfshop-product-active .tp-product-details-query-item,
body.lfshop-product-active .tp-product-details-query-item :where(span,p,a){
  color:var(--lfls-secondary,#aaa69f)!important;
  font-family:var(--lfls-product-body-font,var(--lfls-body-font,Inter,Arial,sans-serif))!important;
  font-size:13px!important;
  line-height:1.65!important;
}
body.lfshop-product-active .tp-product-details-query-item a{color:var(--lfls-gold2,#e0bd7a)!important;text-decoration:none!important}
body.lfshop-product-active .tp-product-details-social{
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:9px!important;
  margin-top:16px!important;
}
body.lfshop-product-active .tp-product-details-social > span{
  display:inline-block!important;
  color:var(--lfls-secondary,#aaa69f)!important;
  font-size:13px!important;
  font-weight:600!important;
  margin-right:4px!important;
  opacity:1!important;
  visibility:visible!important;
}
body.lfshop-product-active .tp-product-details-social > a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:38px!important;
  height:38px!important;
  margin:0!important;
  border:1px solid rgba(200,160,90,.26)!important;
  border-radius:50%!important;
  background:transparent!important;
  color:var(--lfls-gold2,#e0bd7a)!important;
  text-decoration:none!important;
  transition:.22s ease!important;
}
body.lfshop-product-active .tp-product-details-social > a:hover{
  background:var(--lfls-gold,#c8a05a)!important;
  border-color:var(--lfls-gold,#c8a05a)!important;
  color:#080808!important;
}

/* ---- Product tabs: full-width editorial content ---- */
body.lfshop-product-active .pt-115{padding-top:64px!important}
body.lfshop-product-active .container.container-1230:has(.woocommerce-tabs){
  width:min(1480px,calc(100% - 64px))!important;
  max-width:1480px!important;
  padding-left:0!important;
  padding-right:0!important;
}
body.lfshop-product-active .woocommerce-tabs{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
}
body.lfshop-product-active .woocommerce-tabs .tp-product-details-tab-nav{
  margin-bottom:34px!important;
  padding-bottom:0!important;
  border-bottom:1px solid rgba(200,160,90,.18)!important;
}
body.lfshop-product-active .woocommerce-tabs ul.wc-tabs{
  justify-content:flex-start!important;
  gap:32px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
}
body.lfshop-product-active .woocommerce-tabs ul.wc-tabs a{
  color:var(--lfls-secondary,#aaa69f)!important;
  font-family:var(--lfls-product-body-font,var(--lfls-body-font,Inter,Arial,sans-serif))!important;
  font-size:13px!important;
  font-weight:600!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  text-decoration:none!important;
  padding:0 0 14px!important;
}
body.lfshop-product-active .woocommerce-tabs ul.wc-tabs li.active a{
  color:var(--lfls-gold2,#e0bd7a)!important;
}
body.lfshop-product-active .woocommerce-tabs .woocommerce-Tabs-panel,
body.lfshop-product-active .woocommerce-tabs .wc-tab{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:34px clamp(26px,4vw,54px)!important;
  border:1px solid rgba(200,160,90,.18)!important;
  background:#0b0b0a!important;
  color:var(--lfls-secondary,#aaa69f)!important;
}
body.lfshop-product-active .woocommerce-tabs .woocommerce-Tabs-panel > .row,
body.lfshop-product-active .woocommerce-tabs .woocommerce-Tabs-panel > .row > :where(.col-lg-10,.col-xl-9,[class*="col-"]){
  width:100%!important;
  max-width:100%!important;
  flex:0 0 100%!important;
  margin:0!important;
}
body.lfshop-product-active .woocommerce-tabs .tp-product-details-desc-content{
  width:100%!important;
  max-width:none!important;
  padding-top:0!important;
}
body.lfshop-product-active .woocommerce-tabs .woocommerce-Tabs-panel :where(p,li,dd,td){
  color:var(--lfls-secondary,#aaa69f)!important;
  font-family:var(--lfls-product-body-font,var(--lfls-body-font,Inter,Arial,sans-serif))!important;
  font-size:15px!important;
  line-height:1.9!important;
}
body.lfshop-product-active .woocommerce-tabs .woocommerce-Tabs-panel :where(h2,h3,h4){
  color:var(--lfls-text,#f2f0eb)!important;
  font-family:var(--lfls-product-heading-font,var(--lfls-heading-font,Cormorant Garamond,Georgia,serif))!important;
  font-weight:500!important;
}
body.lfshop-product-active .woocommerce-tabs .woocommerce-Tabs-panel h2{
  font-size:clamp(32px,3.2vw,46px)!important;
  margin:0 0 22px!important;
}

/* Additional information table: no white theme cells. */
body.lfshop-product-active .woocommerce-tabs :where(table.shop_attributes,table.woocommerce-product-attributes){
  width:100%!important;
  margin:0!important;
  border-collapse:collapse!important;
  border:1px solid rgba(200,160,90,.18)!important;
  background:#0a0a09!important;
}
body.lfshop-product-active .woocommerce-tabs :where(table.shop_attributes,table.woocommerce-product-attributes) tr{
  border-bottom:1px solid rgba(200,160,90,.16)!important;
}
body.lfshop-product-active .woocommerce-tabs :where(table.shop_attributes,table.woocommerce-product-attributes) :where(th,td){
  padding:17px 20px!important;
  border:0!important;
  background:transparent!important;
  vertical-align:top!important;
  text-align:left!important;
}
body.lfshop-product-active .woocommerce-tabs :where(table.shop_attributes,table.woocommerce-product-attributes) th{
  width:28%!important;
  color:var(--lfls-text,#f2f0eb)!important;
  font-weight:600!important;
}
body.lfshop-product-active .woocommerce-tabs :where(table.shop_attributes,table.woocommerce-product-attributes) td,
body.lfshop-product-active .woocommerce-tabs :where(table.shop_attributes,table.woocommerce-product-attributes) td p{
  color:var(--lfls-secondary,#aaa69f)!important;
  margin:0!important;
  font-style:normal!important;
}

/* Reviews: readable, spacious and premium. */
body.lfshop-product-active #reviews,
body.lfshop-product-active #reviews *{box-sizing:border-box}
body.lfshop-product-active #reviews{color:var(--lfls-secondary,#aaa69f)!important}
body.lfshop-product-active #reviews :where(.woocommerce-Reviews-title,.comment-reply-title){
  color:var(--lfls-text,#f2f0eb)!important;
  font-family:var(--lfls-product-heading-font,var(--lfls-heading-font,Cormorant Garamond,Georgia,serif))!important;
  font-size:clamp(28px,2.8vw,40px)!important;
  font-weight:500!important;
}
body.lfshop-product-active #reviews :where(.woocommerce-noreviews,label,.comment-notes,.comment-form-cookies-consent){
  color:var(--lfls-secondary,#aaa69f)!important;
}
body.lfshop-product-active #reviews #comments{margin-bottom:30px!important}
body.lfshop-product-active #reviews ol.commentlist{margin:0!important;padding:0!important}
body.lfshop-product-active #reviews ol.commentlist li{
  list-style:none!important;
  margin:0 0 18px!important;
  padding:20px!important;
  border:1px solid rgba(200,160,90,.17)!important;
  background:#0a0a09!important;
}
body.lfshop-product-active #reviews ol.commentlist li img.avatar{
  width:56px!important;height:56px!important;border-radius:50%!important;border:1px solid rgba(200,160,90,.28)!important
}
body.lfshop-product-active #reviews :where(.comment-text,.description,.meta,.description p){color:var(--lfls-secondary,#aaa69f)!important}
body.lfshop-product-active #review_form_wrapper{
  margin-top:24px!important;
  padding:28px!important;
  border:1px solid rgba(200,160,90,.18)!important;
  background:#090909!important;
}
body.lfshop-product-active #commentform{display:grid!important;gap:16px!important}
body.lfshop-product-active #commentform p{margin:0!important}
body.lfshop-product-active #commentform textarea,
body.lfshop-product-active #commentform :where(input[type="text"],input[type="email"]){
  width:100%!important;
  max-width:100%!important;
  background:#0d0d0c!important;
  color:var(--lfls-text,#f2f0eb)!important;
  -webkit-text-fill-color:var(--lfls-text,#f2f0eb)!important;
  border:1px solid rgba(200,160,90,.24)!important;
  border-radius:0!important;
  box-shadow:none!important;
  padding:14px 16px!important;
}
body.lfshop-product-active #commentform textarea{min-height:170px!important;resize:vertical!important}
body.lfshop-product-active #commentform .stars a{color:var(--lfls-gold,#c8a05a)!important}
body.lfshop-product-active #commentform #submit{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:auto!important;
  min-width:170px!important;
  min-height:50px!important;
  padding:12px 24px!important;
  border:1px solid var(--lfls-gold,#c8a05a)!important;
  border-radius:0!important;
  background:transparent!important;
  color:var(--lfls-text,#f2f0eb)!important;
  font-weight:600!important;
  box-shadow:none!important;
}
body.lfshop-product-active #commentform #submit:hover{background:var(--lfls-gold,#c8a05a)!important;color:#080808!important}

/* ---- Related products: actual theme markup, 5 premium cards per desktop row ---- */
body.lfshop-product-active .tp-product-details-bottom.mt-100{margin-top:64px!important}
body.lfshop-product-active .related-slider-area.products.pt-100{padding-top:58px!important}
body.lfshop-product-active .related-slider-area.products .container.container-1750{
  width:min(1600px,calc(100% - 64px))!important;
  max-width:1600px!important;
}
body.lfshop-product-active .related-slider-area .tp-product-related-title{
  color:var(--lfls-text,#f2f0eb)!important;
  font-family:var(--lfls-product-heading-font,var(--lfls-heading-font,Cormorant Garamond,Georgia,serif))!important;
  font-size:clamp(34px,3.2vw,48px)!important;
  font-weight:500!important;
  text-transform:none!important;
}
body.lfshop-product-active .related-slider-area .row{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:18px!important;
  margin:0!important;
}
body.lfshop-product-active .related-slider-area .agntix-product{
  width:100%!important;
  max-width:none!important;
  padding:0!important;
  margin:0!important;
  min-width:0!important;
}
body.lfshop-product-active .related-slider-area .tp-product-item{
  display:flex!important;
  flex-direction:column!important;
  height:100%!important;
  margin:0!important;
  overflow:hidden!important;
  border:1px solid rgba(200,160,90,.18)!important;
  background:#0b0b0a!important;
  transition:border-color .25s ease,transform .25s ease!important;
}
body.lfshop-product-active .related-slider-area .tp-product-item:hover{
  border-color:rgba(200,160,90,.42)!important;
  transform:translateY(-3px)!important;
}
body.lfshop-product-active .related-slider-area .tp-product-item-thumb{
  position:relative!important;
  display:block!important;
  width:100%!important;
  overflow:hidden!important;
  background:#0d0d0c!important;
}
body.lfshop-product-active .related-slider-area .tp-product-item-thumb > a{display:block!important;width:100%!important}
body.lfshop-product-active .related-slider-area .tp-product-item-thumb img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  aspect-ratio:1/1!important;
  object-fit:cover!important;
  margin:0!important;
  opacity:1!important;
  visibility:visible!important;
  transition:transform .45s ease!important;
}
body.lfshop-product-active .related-slider-area .tp-product-item:hover .tp-product-item-thumb img{transform:scale(1.025)!important}
body.lfshop-product-active .related-slider-area .tp-product-item-btn{
  position:absolute!important;
  inset:auto 12px 12px 12px!important;
  z-index:3!important;
  opacity:0!important;
  transform:translateY(8px)!important;
  transition:.24s ease!important;
}
body.lfshop-product-active .related-slider-area .tp-product-item:hover .tp-product-item-btn,
body.lfshop-product-active .related-slider-area .tp-product-item:focus-within .tp-product-item-btn{
  opacity:1!important;
  transform:none!important;
}
body.lfshop-product-active .related-slider-area .tp-product-item-btn a{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-height:44px!important;
  padding:10px 12px!important;
  background:rgba(8,8,8,.92)!important;
  color:var(--lfls-text,#f2f0eb)!important;
  border:1px solid var(--lfls-gold,#c8a05a)!important;
  text-decoration:none!important;
  font-size:13px!important;
  font-weight:600!important;
}
body.lfshop-product-active .related-slider-area .tp-product-item-content{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:12px!important;
  align-items:start!important;
  padding:16px!important;
  margin:0!important;
  min-height:94px!important;
}
body.lfshop-product-active .related-slider-area .tp-product-item-title{
  margin:0!important;
  min-width:0!important;
  font-family:var(--lfls-product-heading-font,var(--lfls-heading-font,Cormorant Garamond,Georgia,serif))!important;
  font-size:19px!important;
  line-height:1.15!important;
  font-weight:500!important;
}
body.lfshop-product-active .related-slider-area .tp-product-item-title a{
  color:var(--lfls-text,#f2f0eb)!important;
  text-decoration:none!important;
  word-break:normal!important;
}
body.lfshop-product-active .related-slider-area .tp-product-item-price,
body.lfshop-product-active .related-slider-area .tp-product-item-price .price,
body.lfshop-product-active .related-slider-area .tp-product-item-price .amount{
  color:var(--lfls-gold2,#e0bd7a)!important;
  font-size:14px!important;
  white-space:nowrap!important;
}
body.lfshop-product-active .related-slider-area .tp-product-item-price del{color:var(--lfls-muted,#716d66)!important;opacity:.8!important}
body.lfshop-product-active .related-slider-area .tp-product-item-price ins{text-decoration:none!important;color:var(--lfls-gold2,#e0bd7a)!important}

@media(max-width:1199px){
  body.lfshop-product-active .related-slider-area .row{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  body.lfshop-product-active .tp-product-details-title{font-size:clamp(42px,5vw,60px)!important}
}
@media(max-width:991px){
  body.lfshop-product-active .tp-product-ptb.pt-200{padding-top:42px!important}
  body.lfshop-product-active .tp-product-ptb > div.product > .container.container-1530,
  body.lfshop-product-active .container.container-1230:has(.woocommerce-tabs),
  body.lfshop-product-active .related-slider-area.products .container.container-1750{
    width:min(100% - 40px,1480px)!important;
  }
  body.lfshop-product-active .tp-product-ptb > div.product > .container.container-1530 > .row{--bs-gutter-x:28px!important}
  body.lfshop-product-active .summary.entry-summary{margin-top:32px!important}
  body.lfshop-product-active .related-slider-area .row{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:767px){
  body.lfshop-product-active .tp-product-ptb.pt-200{padding-top:28px!important;padding-bottom:36px!important}
  body.lfshop-product-active .tp-product-ptb > div.product > .container.container-1530,
  body.lfshop-product-active .container.container-1230:has(.woocommerce-tabs),
  body.lfshop-product-active .related-slider-area.products .container.container-1750{
    width:calc(100% - 28px)!important;
  }
  body.lfshop-product-active .tp-product-details-title{font-size:clamp(38px,11vw,52px)!important}
  body.lfshop-product-active .woocommerce-tabs .woocommerce-Tabs-panel,
  body.lfshop-product-active .woocommerce-tabs .wc-tab{padding:24px 18px!important}
  body.lfshop-product-active .woocommerce-tabs ul.wc-tabs{gap:18px!important;overflow-x:auto!important;flex-wrap:nowrap!important}
  body.lfshop-product-active .woocommerce-tabs ul.wc-tabs li{flex:0 0 auto!important}
  body.lfshop-product-active .woocommerce-tabs :where(table.shop_attributes,table.woocommerce-product-attributes) :where(th,td){padding:14px 12px!important}
  body.lfshop-product-active .woocommerce-tabs :where(table.shop_attributes,table.woocommerce-product-attributes) th{width:38%!important}
  body.lfshop-product-active #review_form_wrapper{padding:20px 16px!important}
  body.lfshop-product-active .related-slider-area .row{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
  body.lfshop-product-active .related-slider-area .tp-product-item-title{font-size:17px!important}
  body.lfshop-product-active .related-slider-area .tp-product-item-content{grid-template-columns:1fr!important;gap:7px!important;padding:13px!important;min-height:112px!important}
  body.lfshop-product-active .related-slider-area .tp-product-item-price{white-space:normal!important}
  body.lfshop-product-active .related-slider-area .tp-product-item-btn{opacity:1!important;transform:none!important;position:static!important;margin:0 12px 12px!important}
}
@media(max-width:430px){
  body.lfshop-product-active .related-slider-area .row{grid-template-columns:1fr!important}
  body.lfshop-product-active .related-slider-area .tp-product-item-content{min-height:0!important}
}

/* =========================================================
   v1.8.6 — PRODUCT ROOT CONFLICT FIX + LIGHTER UPDATE STATE
   Agntix wraps the entire single-product page inside div.product.
   Earlier generic rules incorrectly turned that outer wrapper (and
   related .product cards) into grids. Keep the outer page flow block;
   only the theme's actual top .row controls the 50/50 product layout.
   ========================================================= */

/* Critical root fix: do not grid the whole Agntix single-product page. */
body.lfshop-product-active.single-product .tp-product-ptb > div.product,
body.lfshop-product-active.single-product .woocommerce > div.product{
  display:block!important;
  grid-template-columns:none!important;
  column-gap:0!important;
  row-gap:0!important;
  gap:0!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  float:none!important;
  clear:both!important;
}

/* The actual Agntix top row is the only 2-column product layout. */
body.lfshop-product-active.single-product .tp-product-ptb > div.product > .container.container-1750 > .row,
body.lfshop-product-active.single-product .tp-product-ptb > div.product > .container.container-1530 > .row{
  display:flex!important;
  flex-wrap:wrap!important;
  grid-template-columns:none!important;
  align-items:flex-start!important;
  margin-left:calc(-.5 * var(--bs-gutter-x,48px))!important;
  margin-right:calc(-.5 * var(--bs-gutter-x,48px))!important;
}
@media(min-width:992px){
  body.lfshop-product-active.single-product .tp-product-ptb > div.product > .container.container-1750 > .row > .col-xl-7,
  body.lfshop-product-active.single-product .tp-product-ptb > div.product > .container.container-1750 > .row > .col-xl-5,
  body.lfshop-product-active.single-product .tp-product-ptb > div.product > .container.container-1750 > .row > .col-lg-6,
  body.lfshop-product-active.single-product .tp-product-ptb > div.product > .container.container-1530 > .row > .col-xl-7,
  body.lfshop-product-active.single-product .tp-product-ptb > div.product > .container.container-1530 > .row > .col-xl-5,
  body.lfshop-product-active.single-product .tp-product-ptb > div.product > .container.container-1530 > .row > .col-lg-6{
    flex:0 0 50%!important;
    width:50%!important;
    max-width:50%!important;
  }
}

/* Tabs are a normal full-width section, never a grid cell. */
body.lfshop-product-active.single-product .pt-115,
body.lfshop-product-active.single-product .container.container-1230:has(.woocommerce-tabs),
body.lfshop-product-active.single-product .tp-product-details-bottom,
body.lfshop-product-active.single-product .related-slider-area{
  display:block!important;
  grid-column:auto!important;
  width:100%!important;
  min-width:0!important;
  clear:both!important;
}
body.lfshop-product-active.single-product .container.container-1230:has(.woocommerce-tabs){
  width:min(1480px,calc(100% - 64px))!important;
  max-width:1480px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
body.lfshop-product-active.single-product .woocommerce-tabs .woocommerce-Tabs-panel,
body.lfshop-product-active.single-product .woocommerce-tabs .wc-tab{
  width:100%!important;
  max-width:none!important;
}
body.lfshop-product-active.single-product .woocommerce-tabs .woocommerce-Tabs-panel > .row,
body.lfshop-product-active.single-product .woocommerce-tabs .wc-tab > .row{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
}
body.lfshop-product-active.single-product .woocommerce-tabs .woocommerce-Tabs-panel > .row > [class*="col-"],
body.lfshop-product-active.single-product .woocommerce-tabs .wc-tab > .row > [class*="col-"]{
  flex:0 0 100%!important;
  width:100%!important;
  max-width:100%!important;
  padding-left:0!important;
  padding-right:0!important;
}

/* Related cards are products too; explicitly cancel old generic div.product grid/padding. */
body.lfshop-product-active.single-product .related-slider-area .agntix-product.product{
  display:block!important;
  grid-template-columns:none!important;
  gap:0!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  float:none!important;
  clear:none!important;
}
body.lfshop-product-active.single-product .related-slider-area .tp-product-item{
  min-height:0!important;
}
body.lfshop-product-active.single-product .related-slider-area .tp-product-item-thumb,
body.lfshop-product-active.single-product .related-slider-area .tp-product-item-content{
  flex:none!important;
}

/* Keep theme loading feedback but remove the heavy grey wash on Cart/Checkout updates. */
body.lfshop-cart-active .blockUI.blockOverlay,
body.lfshop-checkout-active .blockUI.blockOverlay{
  background:#080808!important;
  opacity:.42!important;
  cursor:wait!important;
}
body.lfshop-cart-active .blockUI.blockOverlay::after,
body.lfshop-checkout-active .blockUI.blockOverlay::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:28px;
  height:28px;
  margin:-14px 0 0 -14px;
  border:1px solid rgba(200,160,90,.28);
  border-top-color:var(--lfls-gold,#c8a05a);
  border-radius:50%;
  animation:lflsCommerceSpin .7s linear infinite;
}
@keyframes lflsCommerceSpin{to{transform:rotate(360deg)}}

/* The order review is frequently AJAX-refreshed by WooCommerce. Avoid expensive visual effects. */
body.lfshop-checkout-active #order_review,
body.lfshop-checkout-active .tp-checkout-place,
body.lfshop-checkout-active .woocommerce-checkout-review-order{
  box-shadow:none!important;
  filter:none!important;
  backdrop-filter:none!important;
  transition:none!important;
}

@media(max-width:991px){
  body.lfshop-product-active.single-product .tp-product-ptb > div.product > .container.container-1750 > .row,
  body.lfshop-product-active.single-product .tp-product-ptb > div.product > .container.container-1530 > .row{
    display:block!important;
    margin-left:0!important;
    margin-right:0!important;
  }
  body.lfshop-product-active.single-product .tp-product-ptb > div.product > .container.container-1750 > .row > [class*="col-"],
  body.lfshop-product-active.single-product .tp-product-ptb > div.product > .container.container-1530 > .row > [class*="col-"]{
    width:100%!important;
    max-width:100%!important;
    padding-left:0!important;
    padding-right:0!important;
  }
  body.lfshop-product-active.single-product .container.container-1230:has(.woocommerce-tabs){
    width:calc(100% - 40px)!important;
  }
}
@media(max-width:767px){
  body.lfshop-product-active.single-product .container.container-1230:has(.woocommerce-tabs){
    width:calc(100% - 28px)!important;
  }
}

/* =========================================================
   v1.8.7 — PRODUCT GALLERY CONTROLS + SHOP-STYLE RELATED CARDS
   Final product-page polish for the Agntix storefront.
   ========================================================= */

/* Keep the product canvas compact and balanced on laptop-size screens too. */
body.lfshop-product-active.single-product .tp-product-ptb.pt-200{
  padding-top:28px!important;
  padding-bottom:52px!important;
}
body.lfshop-product-active.single-product .tp-product-ptb > div.product > .container.container-1750,
body.lfshop-product-active.single-product .tp-product-ptb > div.product > .container.container-1530{
  width:min(1540px,calc(100% - 48px))!important;
  max-width:1540px!important;
  margin-inline:auto!important;
}

/* Agntix top product row: true 50 / 50 from small laptop/tablet landscape upward. */
@media(min-width:768px){
  body.lfshop-product-active.single-product .tp-product-ptb > div.product > .container.container-1750 > .row,
  body.lfshop-product-active.single-product .tp-product-ptb > div.product > .container.container-1530 > .row{
    display:flex!important;
    flex-wrap:nowrap!important;
    align-items:flex-start!important;
    --bs-gutter-x:clamp(26px,3vw,54px)!important;
    margin-left:calc(-.5 * var(--bs-gutter-x))!important;
    margin-right:calc(-.5 * var(--bs-gutter-x))!important;
  }
  body.lfshop-product-active.single-product .tp-product-ptb > div.product > .container.container-1750 > .row > .col-xl-7,
  body.lfshop-product-active.single-product .tp-product-ptb > div.product > .container.container-1750 > .row > .col-xl-5,
  body.lfshop-product-active.single-product .tp-product-ptb > div.product > .container.container-1750 > .row > .col-lg-6,
  body.lfshop-product-active.single-product .tp-product-ptb > div.product > .container.container-1530 > .row > .col-xl-7,
  body.lfshop-product-active.single-product .tp-product-ptb > div.product > .container.container-1530 > .row > .col-xl-5,
  body.lfshop-product-active.single-product .tp-product-ptb > div.product > .container.container-1530 > .row > .col-lg-6{
    flex:0 0 50%!important;
    width:50%!important;
    max-width:50%!important;
    min-width:0!important;
  }
  body.lfshop-product-active.single-product .summary.entry-summary{
    margin-top:0!important;
    padding-top:2px!important;
  }
}

/* Product gallery: sale and zoom belong on the main image, not inside the thumbnail rail. */
body.lfshop-product-active.single-product .tp-product-details-thumb-wrapper{
  position:relative!important;
  overflow:visible!important;
}
body.lfshop-product-active.single-product .tp-product-details-thumb-wrapper .tp-onsale{
  position:absolute!important;
  top:16px!important;
  left:108px!important;
  right:auto!important;
  z-index:20!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:62px!important;
  height:38px!important;
  padding:0 16px!important;
  margin:0!important;
  border:1px solid rgba(224,189,122,.5)!important;
  border-radius:999px!important;
  background:rgba(8,8,8,.84)!important;
  color:var(--lfls-gold2,#e0bd7a)!important;
  font-family:var(--lfls-product-body-font,var(--lfls-body-font,Inter,Arial,sans-serif))!important;
  font-size:11px!important;
  line-height:1!important;
  font-weight:700!important;
  letter-spacing:1.25px!important;
  text-transform:uppercase!important;
  box-shadow:none!important;
  backdrop-filter:blur(8px)!important;
}
body.lfshop-product-active.single-product .woocommerce-product-gallery__trigger{
  position:absolute!important;
  top:16px!important;
  right:16px!important;
  left:auto!important;
  bottom:auto!important;
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  padding:0!important;
  margin:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:1px solid rgba(224,189,122,.5)!important;
  border-radius:50%!important;
  background:rgba(8,8,8,.84)!important;
  color:var(--lfls-text,#f2f0eb)!important;
  box-shadow:none!important;
  z-index:21!important;
  backdrop-filter:blur(8px)!important;
  transform:none!important;
}
body.lfshop-product-active.single-product .woocommerce-product-gallery__trigger:hover{
  background:var(--lfls-gold,#c8a05a)!important;
  color:#080808!important;
  border-color:var(--lfls-gold,#c8a05a)!important;
}
body.lfshop-product-active.single-product .woocommerce-product-gallery__trigger img,
body.lfshop-product-active.single-product .woocommerce-product-gallery__trigger .emoji{
  width:16px!important;
  height:16px!important;
  max-width:16px!important;
  margin:0!important;
}
body.lfshop-gallery-right-rail.single-product .tp-product-details-thumb-wrapper .tp-onsale,
body.lfshop-gallery-bottom-filmstrip.single-product .tp-product-details-thumb-wrapper .tp-onsale,
body.lfshop-gallery-floating-rail.single-product .tp-product-details-thumb-wrapper .tp-onsale{
  left:16px!important;
}
body.lfshop-gallery-left-rail.single-product .woocommerce-product-gallery__trigger{
  right:16px!important;
}

/* Cleaner thumbnail rail. */
body.lfshop-product-active.single-product .flex-control-thumbs img{
  opacity:.72!important;
  background:#0d0d0c!important;
  border-color:rgba(200,160,90,.18)!important;
}
body.lfshop-product-active.single-product .flex-control-thumbs img.flex-active,
body.lfshop-product-active.single-product .flex-control-thumbs img:hover{
  opacity:1!important;
  border-color:var(--lfls-gold,#c8a05a)!important;
}

/* Summary hierarchy and cart-like quantity control. */
body.lfshop-product-active.single-product .tp-product-details-title{
  font-size:clamp(38px,4vw,62px)!important;
  line-height:1.02!important;
  letter-spacing:-.025em!important;
  max-width:14ch!important;
  margin-bottom:16px!important;
}
body.lfshop-product-active.single-product .tp-product-details-desc p,
body.lfshop-product-active.single-product .woocommerce-product-details__short-description,
body.lfshop-product-active.single-product .woocommerce-product-details__short-description p{
  max-width:62ch!important;
  color:var(--lfls-secondary,#aaa69f)!important;
  line-height:1.75!important;
}
body.lfshop-product-active.single-product .tp-product-details-quantity .tp-product-quantity{
  display:grid!important;
  grid-template-columns:44px 54px 44px!important;
  width:142px!important;
  height:48px!important;
  margin:0 14px 14px 0!important;
  padding:0!important;
  border:1px solid rgba(200,160,90,.30)!important;
  background:#080808!important;
  overflow:hidden!important;
}
body.lfshop-product-active.single-product .tp-product-details-quantity :where(.tp-cart-minus,.tp-cart-plus){
  position:static!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:44px!important;
  height:46px!important;
  margin:0!important;
  padding:0!important;
  color:var(--lfls-text,#f2f0eb)!important;
  background:#080808!important;
  border:0!important;
  cursor:pointer!important;
}
body.lfshop-product-active.single-product .tp-product-details-quantity .tp-cart-minus{
  border-right:1px solid rgba(200,160,90,.18)!important;
}
body.lfshop-product-active.single-product .tp-product-details-quantity .tp-cart-plus{
  border-left:1px solid rgba(200,160,90,.18)!important;
}
body.lfshop-product-active.single-product .tp-product-details-quantity :where(.tp-cart-minus,.tp-cart-plus):hover{
  color:var(--lfls-gold2,#e0bd7a)!important;
  background:#0d0d0c!important;
}
body.lfshop-product-active.single-product .tp-product-details-quantity input.qty,
body.lfshop-product-active.single-product .tp-product-details-quantity .tp-cart-input{
  position:static!important;
  display:block!important;
  width:54px!important;
  min-width:54px!important;
  max-width:54px!important;
  height:46px!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  background:#080808!important;
  color:var(--lfls-text,#f2f0eb)!important;
  -webkit-text-fill-color:var(--lfls-text,#f2f0eb)!important;
  text-align:center!important;
  font-size:15px!important;
  font-weight:600!important;
  line-height:46px!important;
  box-shadow:none!important;
  appearance:textfield!important;
}
body.lfshop-product-active.single-product .tp-product-details-add-to-cart{
  width:min(100%,360px)!important;
  margin-top:0!important;
}
body.lfshop-product-active.single-product .tp-product-details-add-to-cart-btn{
  width:100%!important;
  min-height:50px!important;
}

/* Metadata/share become quiet, readable utility rows. */
body.lfshop-product-active.single-product .tp-product-details-query{
  margin-top:22px!important;
  padding-top:18px!important;
  border-top:1px solid rgba(200,160,90,.16)!important;
}
body.lfshop-product-active.single-product .tp-product-details-query-item{
  gap:8px!important;
  color:var(--lfls-secondary,#aaa69f)!important;
}
body.lfshop-product-active.single-product .tp-product-details-query-item > span,
body.lfshop-product-active.single-product .tp-product-details-social > span{
  display:inline-block!important;
  color:var(--lfls-secondary,#aaa69f)!important;
  font-size:13px!important;
  line-height:1.4!important;
  opacity:1!important;
  visibility:visible!important;
}
body.lfshop-product-active.single-product .tp-product-details-query-item p,
body.lfshop-product-active.single-product .tp-product-details-query-item a{
  color:var(--lfls-gold2,#e0bd7a)!important;
  margin:0!important;
}
body.lfshop-product-active.single-product .tp-product-details-social{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  margin-top:14px!important;
  color:var(--lfls-secondary,#aaa69f)!important;
}
body.lfshop-product-active.single-product .tp-product-details-social a{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:38px!important;
  height:38px!important;
  border:1px solid rgba(200,160,90,.22)!important;
  border-radius:50%!important;
  color:var(--lfls-text,#f2f0eb)!important;
  background:#0a0a09!important;
  text-decoration:none!important;
}
body.lfshop-product-active.single-product .tp-product-details-social a:hover{
  background:var(--lfls-gold,#c8a05a)!important;
  color:#080808!important;
  border-color:var(--lfls-gold,#c8a05a)!important;
}

/* Tabs: full-width editorial content with restrained readable line length. */
body.lfshop-product-active.single-product .container.container-1230:has(.woocommerce-tabs){
  width:min(1540px,calc(100% - 48px))!important;
  max-width:1540px!important;
}
body.lfshop-product-active.single-product .woocommerce-tabs .woocommerce-Tabs-panel,
body.lfshop-product-active.single-product .woocommerce-tabs .wc-tab{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:38px clamp(24px,4vw,54px)!important;
  border:1px solid rgba(200,160,90,.16)!important;
  background:#0a0a09!important;
}
body.lfshop-product-active.single-product .woocommerce-tabs .tp-product-details-desc-content{
  width:100%!important;
  max-width:none!important;
  padding:0!important;
  margin:0!important;
}
body.lfshop-product-active.single-product #tab-description :where(p,li){
  max-width:95ch!important;
  color:var(--lfls-secondary,#aaa69f)!important;
  font-size:15px!important;
  line-height:1.82!important;
}
body.lfshop-product-active.single-product #tab-description :where(h2,h3,h4){
  color:var(--lfls-text,#f2f0eb)!important;
}
body.lfshop-product-active.single-product #tab-additional_information :where(table.shop_attributes,table.woocommerce-product-attributes){
  width:100%!important;
  border-collapse:collapse!important;
  background:transparent!important;
}
body.lfshop-product-active.single-product #tab-additional_information :where(th,td){
  padding:18px 20px!important;
  border:0!important;
  border-bottom:1px solid rgba(200,160,90,.15)!important;
  background:#0b0b0a!important;
  color:var(--lfls-secondary,#aaa69f)!important;
  text-align:left!important;
}
body.lfshop-product-active.single-product #tab-additional_information th{
  width:30%!important;
  color:var(--lfls-text,#f2f0eb)!important;
  font-weight:600!important;
}
body.lfshop-product-active.single-product #reviews,
body.lfshop-product-active.single-product #review_form_wrapper{
  width:100%!important;
  max-width:none!important;
}

/* Related products: same visual language as Shop hover-actions style. */
body.lfshop-product-active.single-product .related-slider-area.products{
  padding-top:56px!important;
  border-top:1px solid rgba(200,160,90,.13)!important;
}
body.lfshop-product-active.single-product .related-slider-area.products .container.container-1750{
  width:min(1600px,calc(100% - 48px))!important;
  max-width:1600px!important;
}
body.lfshop-product-active.single-product .related-slider-area .row{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:18px!important;
  margin:0!important;
}
body.lfshop-product-active.single-product .related-slider-area .tp-product-item{
  display:flex!important;
  flex-direction:column!important;
  height:100%!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  transform:none!important;
}
body.lfshop-product-active.single-product .related-slider-area .tp-product-item-thumb{
  position:relative!important;
  overflow:hidden!important;
  border:1px solid rgba(200,160,90,.16)!important;
  background:#0b0b0a!important;
}
body.lfshop-product-active.single-product .related-slider-area .tp-product-item-thumb::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(8,8,8,0) 42%,rgba(8,8,8,.84) 100%);
  opacity:0;
  transition:opacity .28s ease;
}
body.lfshop-product-active.single-product .related-slider-area .tp-product-item:hover .tp-product-item-thumb::after,
body.lfshop-product-active.single-product .related-slider-area .tp-product-item:focus-within .tp-product-item-thumb::after{
  opacity:1!important;
}
body.lfshop-product-active.single-product .related-slider-area .tp-product-item-thumb img{
  width:100%!important;
  aspect-ratio:1/1!important;
  object-fit:cover!important;
  opacity:1!important;
  visibility:visible!important;
  transition:transform .45s ease!important;
}
body.lfshop-product-active.single-product .related-slider-area .tp-product-item:hover .tp-product-item-thumb img{
  transform:scale(1.035)!important;
}
body.lfshop-product-active.single-product .related-slider-area .tp-product-item-btn{
  position:absolute!important;
  left:12px!important;
  right:12px!important;
  bottom:12px!important;
  top:auto!important;
  z-index:4!important;
  display:flex!important;
  gap:8px!important;
  margin:0!important;
  opacity:0!important;
  visibility:hidden!important;
  transform:translateY(10px)!important;
  pointer-events:none!important;
  transition:opacity .28s ease,transform .28s ease,visibility .28s ease!important;
}
body.lfshop-product-active.single-product .related-slider-area .tp-product-item:hover .tp-product-item-btn,
body.lfshop-product-active.single-product .related-slider-area .tp-product-item:focus-within .tp-product-item-btn{
  opacity:1!important;
  visibility:visible!important;
  transform:none!important;
  pointer-events:auto!important;
}
body.lfshop-product-active.single-product .related-slider-area .tp-product-item-btn :where(a,.button){
  flex:1 1 0!important;
  width:auto!important;
  min-width:0!important;
  min-height:42px!important;
  padding:9px 10px!important;
  margin:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:1px solid rgba(224,189,122,.62)!important;
  border-radius:0!important;
  background:rgba(8,8,8,.9)!important;
  color:var(--lfls-text,#f2f0eb)!important;
  font-family:var(--lfls-product-body-font,var(--lfls-body-font,Inter,Arial,sans-serif))!important;
  font-size:11px!important;
  font-weight:600!important;
  line-height:1.2!important;
  text-align:center!important;
  text-decoration:none!important;
  backdrop-filter:blur(8px)!important;
}
body.lfshop-product-active.single-product .related-slider-area .tp-product-item-btn :where(a,.button):hover{
  background:var(--lfls-gold,#c8a05a)!important;
  color:#080808!important;
  border-color:var(--lfls-gold,#c8a05a)!important;
}
body.lfshop-product-active.single-product .related-slider-area .tp-product-item-content{
  display:block!important;
  min-height:104px!important;
  padding:14px 2px 0!important;
  margin:0!important;
}
body.lfshop-product-active.single-product .related-slider-area .tp-product-item-title{
  margin:0 0 7px!important;
  min-height:2.35em!important;
  font-size:18px!important;
  line-height:1.15!important;
  font-weight:500!important;
}
body.lfshop-product-active.single-product .related-slider-area .tp-product-item-title a{
  display:-webkit-box!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
  overflow:hidden!important;
  color:var(--lfls-text,#f2f0eb)!important;
  text-decoration:none!important;
}
body.lfshop-product-active.single-product .related-slider-area .tp-product-item-price,
body.lfshop-product-active.single-product .related-slider-area .tp-product-item-price .price{
  display:block!important;
  color:var(--lfls-gold2,#e0bd7a)!important;
  font-size:14px!important;
  line-height:1.5!important;
  white-space:normal!important;
}
body.lfshop-product-active.single-product .related-slider-area .lfshop-related-view{
  order:-1!important;
}
body.lfshop-product-active.single-product .related-slider-area :where(.yith-wcwl-add-to-wishlist,.lfshop-wishlist-action){
  position:absolute!important;
  z-index:6!important;
  top:12px!important;
  right:12px!important;
}

@media(max-width:1199px){
  body.lfshop-product-active.single-product .related-slider-area .row{grid-template-columns:repeat(4,minmax(0,1fr))!important}
}
@media(max-width:991px){
  body.lfshop-product-active.single-product .related-slider-area .row{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:767px){
  body.lfshop-product-active.single-product .tp-product-ptb.pt-200{padding-top:22px!important;padding-bottom:34px!important}
  body.lfshop-product-active.single-product .tp-product-ptb > div.product > .container.container-1750,
  body.lfshop-product-active.single-product .tp-product-ptb > div.product > .container.container-1530,
  body.lfshop-product-active.single-product .container.container-1230:has(.woocommerce-tabs),
  body.lfshop-product-active.single-product .related-slider-area.products .container.container-1750{
    width:calc(100% - 28px)!important;
  }
  body.lfshop-product-active.single-product .tp-product-ptb > div.product > .container.container-1750 > .row,
  body.lfshop-product-active.single-product .tp-product-ptb > div.product > .container.container-1530 > .row{
    display:block!important;
    margin:0!important;
  }
  body.lfshop-product-active.single-product .tp-product-ptb > div.product > .container.container-1750 > .row > [class*="col-"],
  body.lfshop-product-active.single-product .tp-product-ptb > div.product > .container.container-1530 > .row > [class*="col-"]{
    width:100%!important;
    max-width:100%!important;
    padding:0!important;
  }
  body.lfshop-product-active.single-product .summary.entry-summary{margin-top:26px!important}
  body.lfshop-product-active.single-product .tp-product-details-title{font-size:clamp(34px,10vw,46px)!important}
  body.lfshop-product-active.single-product .tp-product-details-thumb-wrapper .tp-onsale{left:92px!important;top:10px!important}
  body.lfshop-product-active.single-product .woocommerce-product-gallery__trigger{top:10px!important;right:10px!important;width:38px!important;height:38px!important;min-width:38px!important}
  body.lfshop-product-active.single-product .woocommerce-tabs .woocommerce-Tabs-panel,
  body.lfshop-product-active.single-product .woocommerce-tabs .wc-tab{padding:26px 18px!important}
  body.lfshop-product-active.single-product .related-slider-area .row{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
  body.lfshop-product-active.single-product .related-slider-area .tp-product-item-btn{
    position:static!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
    pointer-events:auto!important;
    margin:10px 0 0!important;
  }
  body.lfshop-product-active.single-product .related-slider-area .tp-product-item-thumb::after{display:none!important}
  body.lfshop-product-active.single-product .related-slider-area .tp-product-item-content{min-height:98px!important;padding-top:11px!important}
  body.lfshop-product-active.single-product .related-slider-area .tp-product-item-title{font-size:16px!important}
}
@media(max-width:430px){
  body.lfshop-product-active.single-product .related-slider-area .row{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.lfshop-product-active.single-product .related-slider-area .tp-product-item-btn{gap:5px!important}
  body.lfshop-product-active.single-product .related-slider-area .tp-product-item-btn :where(a,.button){font-size:9px!important;padding:8px 5px!important;min-height:38px!important}
  body.lfshop-product-active.single-product .tp-product-details-thumb-wrapper .tp-onsale{left:88px!important;font-size:10px!important;min-width:54px!important;height:34px!important;padding:0 12px!important}
}

/* ==========================================================
   v1.8.8 — PRODUCT TAB ALIGNMENT + MY ACCOUNT LUXURY SYSTEM
   Scope: product tabs and native WooCommerce My Account only.
   ========================================================== */

/* Product tabs: remove the remaining centered/narrow inner column treatment. */
body.lfshop-product-active.single-product .woocommerce-tabs .woocommerce-Tabs-panel > .row,
body.lfshop-product-active.single-product .woocommerce-tabs .wc-tab > .row{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
}
body.lfshop-product-active.single-product .woocommerce-tabs .woocommerce-Tabs-panel > .row > [class*="col-"],
body.lfshop-product-active.single-product .woocommerce-tabs .wc-tab > .row > [class*="col-"]{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  flex:0 0 100%!important;
  margin:0!important;
  padding:0!important;
}
body.lfshop-product-active.single-product .woocommerce-tabs .tp-product-details-desc-content,
body.lfshop-product-active.single-product .woocommerce-tabs .tp-product-details-review-input,
body.lfshop-product-active.single-product #reviews,
body.lfshop-product-active.single-product #comments,
body.lfshop-product-active.single-product #review_form_wrapper,
body.lfshop-product-active.single-product #review_form{
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
}
body.lfshop-product-active.single-product .woocommerce-tabs .woocommerce-Tabs-panel :where(h2,h3,h4),
body.lfshop-product-active.single-product .woocommerce-tabs .woocommerce-Tabs-panel :where(p,ul,ol,table,form){
  margin-left:0!important;
  margin-right:0!important;
  text-align:left!important;
}
body.lfshop-product-active.single-product .woocommerce-tabs :where(table.shop_attributes,table.woocommerce-product-attributes){
  width:100%!important;
  max-width:none!important;
  margin:18px 0 0!important;
}
body.lfshop-product-active.single-product #reviews .commentlist,
body.lfshop-product-active.single-product #reviews .comment-respond,
body.lfshop-product-active.single-product #reviews .comment-form{
  width:100%!important;
  max-width:none!important;
}

/* My Account page shell: counter Agntix pt-120 and Bootstrap 4/8 columns. */
body.lfshop-account-active .tp-page-area.pt-120{
  padding-top:48px!important;
  padding-bottom:72px!important;
}
body.lfshop-account-active .tp-page-area > .container{
  width:min(calc(100% - 56px),var(--lfls-content-width,1400px))!important;
  max-width:var(--lfls-content-width,1400px)!important;
  margin-inline:auto!important;
  padding-inline:0!important;
}
body.lfshop-account-active .tp-page-area > .container > .row,
body.lfshop-account-active .tp-page-area .tp-page-content,
body.lfshop-account-active .tp-page-area .tp-page-post,
body.lfshop-account-active .tp-page-post > .woocommerce{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}
body.lfshop-account-active .tp-page-post > .woocommerce > .row{
  display:grid!important;
  grid-template-columns:260px minmax(0,1fr)!important;
  gap:34px!important;
  width:100%!important;
  margin:0!important;
  align-items:start!important;
}
body.lfshop-account-active .tp-page-post > .woocommerce > .row > .col-lg-4,
body.lfshop-account-active .tp-page-post > .woocommerce > .row > .col-lg-8{
  width:100%!important;
  max-width:none!important;
  flex:none!important;
  padding:0!important;
  margin:0!important;
}

/* Navigation: remove white theme pills and use one understated luxury panel. */
body.lfshop-account-active .tp-my-account-nav,
body.lfshop-account-active .woocommerce-MyAccount-navigation{
  width:100%!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
}
body.lfshop-account-active .woocommerce-MyAccount-navigation ul{
  display:block!important;
  width:100%!important;
  margin:0!important;
  padding:8px!important;
  background:#0b0b0a!important;
  border:1px solid rgba(200,160,90,.22)!important;
  border-radius:0!important;
}
body.lfshop-account-active .woocommerce-MyAccount-navigation li{
  position:relative!important;
  display:block!important;
  margin:0!important;
  border:0!important;
  border-bottom:1px solid rgba(200,160,90,.11)!important;
  background:transparent!important;
}
body.lfshop-account-active .woocommerce-MyAccount-navigation li:last-child{border-bottom:0!important}
body.lfshop-account-active .woocommerce-MyAccount-navigation li a{
  display:flex!important;
  align-items:center!important;
  min-height:54px!important;
  padding:0 16px!important;
  background:transparent!important;
  color:var(--lfls-secondary,#aaa69f)!important;
  border:0!important;
  border-radius:0!important;
  font-family:var(--lfls-account-body-font,var(--lfls-body-font,Inter,Arial,sans-serif))!important;
  font-size:13px!important;
  font-weight:500!important;
  letter-spacing:.01em!important;
  line-height:1.3!important;
  text-decoration:none!important;
  transition:background .25s ease,color .25s ease,padding-left .25s ease!important;
}
body.lfshop-account-active .woocommerce-MyAccount-navigation li a:hover{
  background:rgba(200,160,90,.055)!important;
  color:var(--lfls-text,#f2f0eb)!important;
  padding-left:20px!important;
}
body.lfshop-account-active .woocommerce-MyAccount-navigation li.is-active a{
  background:rgba(200,160,90,.09)!important;
  color:var(--lfls-gold2,#e0bd7a)!important;
  box-shadow:inset 2px 0 0 var(--lfls-gold,#c8a05a)!important;
}
body.lfshop-account-active .woocommerce-MyAccount-navigation-link--customer-logout a{
  color:#8f8b84!important;
}
body.lfshop-account-active .woocommerce-MyAccount-navigation-link--customer-logout a:hover{
  color:var(--lfls-gold2,#e0bd7a)!important;
}

/* Account content master panel. */
body.lfshop-account-active .woocommerce-MyAccount-content{
  box-sizing:border-box!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  min-height:360px!important;
  margin:0!important;
  padding:clamp(28px,3vw,44px)!important;
  background:#0b0b0a!important;
  border:1px solid rgba(200,160,90,.2)!important;
  color:var(--lfls-secondary,#aaa69f)!important;
}
body.lfshop-account-active .woocommerce-MyAccount-content > :first-child{margin-top:0!important}
body.lfshop-account-active .woocommerce-MyAccount-content > :last-child{margin-bottom:0!important}
body.lfshop-account-active .woocommerce-MyAccount-content p{
  color:var(--lfls-secondary,#aaa69f)!important;
  font-size:14px!important;
  line-height:1.8!important;
}
body.lfshop-account-active .woocommerce-MyAccount-content a:not(.button){
  color:var(--lfls-gold2,#e0bd7a)!important;
  text-decoration:none!important;
}
body.lfshop-account-active .woocommerce-MyAccount-content a:not(.button):hover{color:var(--lfls-text,#f2f0eb)!important}

/* Orders: fully dark table with visible hierarchy and status labels. */
body.lfshop-account-active .woocommerce-orders-table{
  width:100%!important;
  margin:0!important;
  border:1px solid rgba(200,160,90,.2)!important;
  border-collapse:collapse!important;
  background:#090909!important;
  table-layout:auto!important;
}
body.lfshop-account-active .woocommerce-orders-table :where(th,td){
  padding:18px 16px!important;
  background:#090909!important;
  border:0!important;
  border-right:1px solid rgba(200,160,90,.14)!important;
  border-bottom:1px solid rgba(200,160,90,.14)!important;
  color:var(--lfls-secondary,#aaa69f)!important;
  font-family:var(--lfls-account-body-font,var(--lfls-body-font,Inter,Arial,sans-serif))!important;
  font-size:13px!important;
  line-height:1.55!important;
  text-align:left!important;
  vertical-align:middle!important;
}
body.lfshop-account-active .woocommerce-orders-table thead th{
  padding-top:14px!important;
  padding-bottom:14px!important;
  background:#0e0e0c!important;
  color:var(--lfls-gold2,#e0bd7a)!important;
  font-size:11px!important;
  font-weight:600!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
}
body.lfshop-account-active .woocommerce-orders-table tr:last-child :where(th,td){border-bottom:0!important}
body.lfshop-account-active .woocommerce-orders-table :where(th,td):last-child{border-right:0!important}
body.lfshop-account-active .woocommerce-orders-table__cell-order-number a{
  color:var(--lfls-gold2,#e0bd7a)!important;
  font-weight:600!important;
}
body.lfshop-account-active .woocommerce-orders-table .woocommerce-Price-amount{
  color:var(--lfls-text,#f2f0eb)!important;
  font-weight:600!important;
}
body.lfshop-account-active .woocommerce-orders-table__row--status-completed .woocommerce-orders-table__cell-order-status{color:#a8b99a!important}
body.lfshop-account-active .woocommerce-orders-table__row--status-processing .woocommerce-orders-table__cell-order-status{color:var(--lfls-gold2,#e0bd7a)!important}
body.lfshop-account-active .woocommerce-orders-table .button.view{
  min-width:86px!important;
  min-height:40px!important;
  padding:10px 16px!important;
  font-size:11px!important;
  letter-spacing:.06em!important;
  text-transform:uppercase!important;
}

/* Address overview cards. */
body.lfshop-account-active .woocommerce-MyAccount-content > p + .woocommerce-Addresses,
body.lfshop-account-active .woocommerce-Addresses{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:22px!important;
  width:100%!important;
  margin:24px 0 0!important;
}
body.lfshop-account-active .woocommerce-Address{
  position:relative!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  min-height:245px!important;
  margin:0!important;
  padding:28px!important;
  float:none!important;
  background:#090909!important;
  border:1px solid rgba(200,160,90,.22)!important;
}
body.lfshop-account-active .woocommerce-Address-title{
  display:flex!important;
  justify-content:space-between!important;
  align-items:flex-start!important;
  gap:20px!important;
  margin:0 0 20px!important;
}
body.lfshop-account-active .woocommerce-Address-title :where(h2,h3){
  margin:0!important;
  max-width:none!important;
  color:var(--lfls-text,#f2f0eb)!important;
  font-family:var(--lfls-account-heading-font,var(--lfls-heading-font,Cormorant Garamond,Georgia,serif))!important;
  font-size:clamp(30px,2.5vw,42px)!important;
  line-height:1!important;
  font-weight:500!important;
}
body.lfshop-account-active .woocommerce-Address-title .edit{
  position:static!important;
  margin-top:6px!important;
  padding-bottom:2px!important;
  color:var(--lfls-gold2,#e0bd7a)!important;
  border-bottom:1px solid rgba(200,160,90,.45)!important;
  font-size:11px!important;
  font-weight:600!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
}
body.lfshop-account-active .woocommerce-Address address{
  margin:0!important;
  color:var(--lfls-secondary,#aaa69f)!important;
  font-family:var(--lfls-account-body-font,var(--lfls-body-font,Inter,Arial,sans-serif))!important;
  font-size:14px!important;
  font-style:normal!important;
  line-height:1.85!important;
}

/* Edit billing/shipping and account details forms. */
body.lfshop-account-active .woocommerce-MyAccount-content :where(form.edit-account,form.woocommerce-address-fields){
  width:100%!important;
  max-width:none!important;
  margin:0!important;
}
body.lfshop-account-active .woocommerce-MyAccount-content :where(form.edit-account,form.woocommerce-address-fields) :where(h2,h3),
body.lfshop-account-active .woocommerce-MyAccount-content .woocommerce-address-fields > h3{
  margin:0 0 28px!important;
  color:var(--lfls-text,#f2f0eb)!important;
  font-family:var(--lfls-account-heading-font,var(--lfls-heading-font,Cormorant Garamond,Georgia,serif))!important;
  font-size:clamp(34px,3vw,48px)!important;
  line-height:1.05!important;
  font-weight:500!important;
}
body.lfshop-account-active .woocommerce-MyAccount-content .form-row{
  box-sizing:border-box!important;
  width:100%!important;
  max-width:100%!important;
  margin:0 0 22px!important;
  padding:0!important;
  float:none!important;
  clear:none!important;
}
body.lfshop-account-active .woocommerce-MyAccount-content .form-row-first,
body.lfshop-account-active .woocommerce-MyAccount-content .form-row-last{
  display:inline-block!important;
  width:calc(50% - 8px)!important;
  vertical-align:top!important;
}
body.lfshop-account-active .woocommerce-MyAccount-content .form-row-last{margin-left:12px!important}
body.lfshop-account-active .woocommerce-MyAccount-content .form-row label{
  display:block!important;
  margin:0 0 9px!important;
  color:var(--lfls-secondary,#aaa69f)!important;
  font-size:11px!important;
  line-height:1.4!important;
  font-weight:600!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}
body.lfshop-account-active .woocommerce-MyAccount-content .required{color:var(--lfls-gold2,#e0bd7a)!important}
body.lfshop-account-active .woocommerce-MyAccount-content :where(input.input-text,input[type="text"],input[type="email"],input[type="password"],input[type="tel"],select,textarea),
body.lfshop-account-active .woocommerce-MyAccount-content .select2-container .select2-selection--single{
  box-sizing:border-box!important;
  width:100%!important;
  max-width:100%!important;
  min-height:54px!important;
  margin:0!important;
  padding:14px 15px!important;
  background:#080808!important;
  border:1px solid rgba(200,160,90,.24)!important;
  border-radius:0!important;
  outline:none!important;
  box-shadow:none!important;
  color:var(--lfls-text,#f2f0eb)!important;
  font-family:var(--lfls-account-body-font,var(--lfls-body-font,Inter,Arial,sans-serif))!important;
  font-size:13px!important;
  line-height:1.5!important;
}
body.lfshop-account-active .woocommerce-MyAccount-content :where(input.input-text,input[type="text"],input[type="email"],input[type="password"],input[type="tel"],select,textarea):focus{
  border-color:var(--lfls-gold,#c8a05a)!important;
  background:#0d0d0b!important;
}
body.lfshop-account-active .woocommerce-MyAccount-content select{
  color-scheme:dark!important;
}
body.lfshop-account-active .woocommerce-MyAccount-content .select2-container{
  width:100%!important;
}
body.lfshop-account-active .woocommerce-MyAccount-content .select2-container .select2-selection--single{
  display:flex!important;
  align-items:center!important;
  padding-top:0!important;
  padding-bottom:0!important;
}
body.lfshop-account-active .woocommerce-MyAccount-content .select2-selection__rendered{
  padding:0 28px 0 0!important;
  color:var(--lfls-text,#f2f0eb)!important;
  line-height:52px!important;
}
body.lfshop-account-active .woocommerce-MyAccount-content .select2-selection__arrow{height:52px!important;right:10px!important}
body.lfshop-account-active .woocommerce-MyAccount-content #account_display_name_description{
  display:block!important;
  margin-top:8px!important;
  color:var(--lfls-muted,#716d66)!important;
  font-size:11px!important;
  line-height:1.6!important;
}
body.lfshop-account-active .woocommerce-MyAccount-content fieldset{
  margin:30px 0 0!important;
  padding:24px!important;
  border:1px solid rgba(200,160,90,.2)!important;
  background:#090909!important;
}
body.lfshop-account-active .woocommerce-MyAccount-content fieldset legend{
  width:auto!important;
  margin:0 0 8px!important;
  padding:0 10px 0 0!important;
  color:var(--lfls-gold2,#e0bd7a)!important;
  font-family:var(--lfls-account-heading-font,var(--lfls-heading-font,Cormorant Garamond,Georgia,serif))!important;
  font-size:24px!important;
  line-height:1.1!important;
}
body.lfshop-account-active .woocommerce-MyAccount-content .password-input{
  position:relative!important;
  display:block!important;
  width:100%!important;
}
body.lfshop-account-active .woocommerce-MyAccount-content .password-input input{padding-right:54px!important}
body.lfshop-account-active .woocommerce-MyAccount-content .show-password-input{
  position:absolute!important;
  z-index:3!important;
  top:50%!important;
  right:8px!important;
  transform:translateY(-50%)!important;
  width:38px!important;
  min-width:38px!important;
  height:38px!important;
  min-height:38px!important;
  padding:0!important;
  background:transparent!important;
  border:1px solid rgba(200,160,90,.28)!important;
  color:var(--lfls-gold2,#e0bd7a)!important;
}
body.lfshop-account-active .woocommerce-MyAccount-content :where(.woocommerce-Button.button,.button[type="submit"],button[type="submit"]){
  min-height:46px!important;
  padding:12px 22px!important;
  background:transparent!important;
  color:var(--lfls-text,#f2f0eb)!important;
  border:1px solid var(--lfls-gold,#c8a05a)!important;
  font-size:11px!important;
  font-weight:600!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}
body.lfshop-account-active .woocommerce-MyAccount-content :where(.woocommerce-Button.button,.button[type="submit"],button[type="submit"]):hover{
  background:var(--lfls-gold,#c8a05a)!important;
  color:#080808!important;
}

/* Native notices: no bright/white strips. */
body.lfshop-account-active .woocommerce-notices-wrapper :where(.woocommerce-message,.woocommerce-info,.woocommerce-error),
body.lfshop-account-active :where(.woocommerce-message,.woocommerce-info,.woocommerce-error){
  margin:0 0 22px!important;
  padding:13px 16px!important;
  background:#0d0d0b!important;
  color:var(--lfls-secondary,#aaa69f)!important;
  border:1px solid rgba(200,160,90,.22)!important;
  border-top:1px solid rgba(200,160,90,.22)!important;
  box-shadow:none!important;
}
body.lfshop-account-active :where(.woocommerce-message,.woocommerce-info,.woocommerce-error)::before{color:var(--lfls-gold2,#e0bd7a)!important}

@media(max-width:991px){
  body.lfshop-account-active .tp-page-area.pt-120{padding-top:34px!important;padding-bottom:56px!important}
  body.lfshop-account-active .tp-page-post > .woocommerce > .row{grid-template-columns:1fr!important;gap:24px!important}
  body.lfshop-account-active .woocommerce-MyAccount-navigation{overflow-x:auto!important;padding-bottom:2px!important}
  body.lfshop-account-active .woocommerce-MyAccount-navigation ul{
    display:flex!important;
    width:max-content!important;
    min-width:100%!important;
    padding:6px!important;
  }
  body.lfshop-account-active .woocommerce-MyAccount-navigation li{flex:0 0 auto!important;border-bottom:0!important;border-right:1px solid rgba(200,160,90,.11)!important}
  body.lfshop-account-active .woocommerce-MyAccount-navigation li:last-child{border-right:0!important}
  body.lfshop-account-active .woocommerce-MyAccount-navigation li a{min-height:46px!important;white-space:nowrap!important}
  body.lfshop-account-active .woocommerce-MyAccount-navigation li.is-active a{box-shadow:inset 0 -2px 0 var(--lfls-gold,#c8a05a)!important}
}

@media(max-width:767px){
  body.lfshop-account-active .tp-page-area.pt-120{padding-top:24px!important;padding-bottom:44px!important}
  body.lfshop-account-active .tp-page-area > .container{width:calc(100% - 24px)!important}
  body.lfshop-account-active .woocommerce-MyAccount-content{padding:22px 16px!important;min-height:0!important}
  body.lfshop-account-active .woocommerce-Addresses{grid-template-columns:1fr!important;gap:14px!important}
  body.lfshop-account-active .woocommerce-Address{min-height:0!important;padding:22px 18px!important}
  body.lfshop-account-active .woocommerce-Address-title :where(h2,h3){font-size:32px!important}
  body.lfshop-account-active .woocommerce-MyAccount-content .form-row-first,
  body.lfshop-account-active .woocommerce-MyAccount-content .form-row-last{display:block!important;width:100%!important;margin-left:0!important}
  body.lfshop-account-active .woocommerce-MyAccount-content fieldset{padding:20px 14px!important}

  body.lfshop-account-active .woocommerce-orders-table,
  body.lfshop-account-active .woocommerce-orders-table tbody,
  body.lfshop-account-active .woocommerce-orders-table tr,
  body.lfshop-account-active .woocommerce-orders-table :where(th,td){display:block!important;width:100%!important}
  body.lfshop-account-active .woocommerce-orders-table thead{display:none!important}
  body.lfshop-account-active .woocommerce-orders-table{border:0!important;background:transparent!important}
  body.lfshop-account-active .woocommerce-orders-table tr{
    margin:0 0 14px!important;
    border:1px solid rgba(200,160,90,.2)!important;
    background:#090909!important;
  }
  body.lfshop-account-active .woocommerce-orders-table :where(th,td){
    position:relative!important;
    min-height:46px!important;
    padding:13px 14px 13px 48%!important;
    border-right:0!important;
    border-bottom:1px solid rgba(200,160,90,.12)!important;
    text-align:right!important;
  }
  body.lfshop-account-active .woocommerce-orders-table :where(th,td)::before{
    content:attr(data-title)!important;
    position:absolute!important;
    left:14px!important;
    top:13px!important;
    width:42%!important;
    color:var(--lfls-gold2,#e0bd7a)!important;
    font-size:10px!important;
    font-weight:600!important;
    letter-spacing:.08em!important;
    text-align:left!important;
    text-transform:uppercase!important;
  }
  body.lfshop-account-active .woocommerce-orders-table__cell-order-number{padding-left:48%!important}
  body.lfshop-account-active .woocommerce-orders-table__cell-order-actions .button.view{margin-left:auto!important}
}

/* =========================================================
   1.8.9 — My Account View Order + native notice action polish
   ========================================================= */
body.lfshop-account-active .woocommerce-message{
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
  flex-wrap:wrap!important;
}
body.lfshop-account-active .woocommerce-message .button.wc-forward,
body.lfshop-product-active .woocommerce-message .button.wc-forward{
  order:2!important;
  float:none!important;
  margin:0 0 0 auto!important;
  min-width:118px!important;
  min-height:42px!important;
  padding:10px 18px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:1px solid var(--lfls-gold,#c8a05a)!important;
  background:transparent!important;
  color:var(--lfls-text,#f2f0eb)!important;
  text-decoration:none!important;
  font-size:11px!important;
  font-weight:600!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}
body.lfshop-account-active .woocommerce-message .button.wc-forward:hover,
body.lfshop-product-active .woocommerce-message .button.wc-forward:hover{
  background:var(--lfls-gold,#c8a05a)!important;
  color:#080808!important;
}

/* Orders list View action — button, never an underlined text link. */
body.lfshop-account-active .woocommerce-orders-table__cell-order-actions .button.view{
  min-width:106px!important;
  min-height:46px!important;
  padding:12px 20px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:transparent!important;
  border:1px solid var(--lfls-gold,#c8a05a)!important;
  color:var(--lfls-text,#f2f0eb)!important;
  text-decoration:none!important;
  text-transform:uppercase!important;
  letter-spacing:.08em!important;
  font-size:11px!important;
  line-height:1!important;
}
body.lfshop-account-active .woocommerce-orders-table__cell-order-actions .button.view:hover{
  background:var(--lfls-gold,#c8a05a)!important;
  color:#080808!important;
  text-decoration:none!important;
}

/* View Order endpoint. */
body.lfshop-account-active .woocommerce-MyAccount-content > p:first-of-type{
  margin:0 0 26px!important;
  padding:18px 20px!important;
  background:#090909!important;
  border:1px solid rgba(200,160,90,.18)!important;
  color:var(--lfls-secondary,#aaa69f)!important;
  font-size:14px!important;
  line-height:1.8!important;
}
body.lfshop-account-active .woocommerce-MyAccount-content > p:first-of-type mark{
  padding:2px 6px!important;
  background:rgba(200,160,90,.1)!important;
  color:var(--lfls-gold2,#e0bd7a)!important;
}
body.lfshop-account-active .lfshop-view-order-details{
  width:100%!important;
  margin:0!important;
  padding:0!important;
}
body.lfshop-account-active .lfshop-view-order-heading{margin:0 0 18px!important}
body.lfshop-account-active .lfshop-view-order-eyebrow{
  display:block!important;
  margin:0 0 7px!important;
  color:var(--lfls-gold,#c8a05a)!important;
  font-size:10px!important;
  font-weight:600!important;
  letter-spacing:.18em!important;
}
body.lfshop-account-active .woocommerce-order-details__title{
  margin:0!important;
  color:var(--lfls-text,#f2f0eb)!important;
  font-family:var(--lfls-account-heading-font,var(--lfls-heading-font,Cormorant Garamond,Georgia,serif))!important;
  font-size:clamp(32px,3vw,46px)!important;
  line-height:1.05!important;
  font-weight:500!important;
}
body.lfshop-account-active .lfshop-order-table-scroll{width:100%!important;overflow-x:auto!important}
body.lfshop-account-active .lfshop-view-order-details table.order_details{
  width:100%!important;
  min-width:620px!important;
  margin:0!important;
  border-collapse:collapse!important;
  background:#080808!important;
  border:1px solid rgba(200,160,90,.22)!important;
}
body.lfshop-account-active .lfshop-view-order-details table.order_details :where(th,td){
  padding:18px 20px!important;
  border:1px solid rgba(200,160,90,.16)!important;
  background:transparent!important;
  color:var(--lfls-text,#f2f0eb)!important;
  text-align:left!important;
  vertical-align:top!important;
}
body.lfshop-account-active .lfshop-view-order-details table.order_details thead th{
  color:var(--lfls-gold2,#e0bd7a)!important;
  font-size:10px!important;
  font-weight:600!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
}
body.lfshop-account-active .lfshop-view-order-details table.order_details .product-total,
body.lfshop-account-active .lfshop-view-order-details table.order_details td.product-total{width:28%!important;text-align:right!important}
body.lfshop-account-active .lfshop-order-product-copy{display:flex!important;align-items:baseline!important;gap:10px!important;flex-wrap:wrap!important}
body.lfshop-account-active .lfshop-order-product-copy a{
  color:var(--lfls-text,#f2f0eb)!important;
  text-decoration:none!important;
  font-weight:600!important;
}
body.lfshop-account-active .lfshop-order-product-copy a:hover{color:var(--lfls-gold2,#e0bd7a)!important}
body.lfshop-account-active .lfshop-order-qty{color:var(--lfls-gold2,#e0bd7a)!important;white-space:nowrap!important}
body.lfshop-account-active .lfshop-order-item-meta,
body.lfshop-account-active .lfshop-order-item-meta :where(.wc-item-meta,p,li,strong){
  margin-top:7px!important;
  color:var(--lfls-secondary,#aaa69f)!important;
  font-size:12px!important;
  line-height:1.65!important;
}
body.lfshop-account-active .lfshop-view-order-details tfoot tr:last-child :where(th,td){
  border-top-color:rgba(200,160,90,.38)!important;
}
body.lfshop-account-active .lfshop-order-actions-row .button{margin:4px 8px 4px 0!important;text-decoration:none!important}
body.lfshop-account-active .woocommerce-customer-details{
  margin-top:28px!important;
  padding-top:28px!important;
  border-top:1px solid rgba(200,160,90,.18)!important;
}

@media(max-width:767px){
  body.lfshop-account-active .woocommerce-message .button.wc-forward,
  body.lfshop-product-active .woocommerce-message .button.wc-forward{margin-left:0!important;width:100%!important}
  body.lfshop-account-active .woocommerce-MyAccount-content > p:first-of-type{padding:15px!important}
  body.lfshop-account-active .lfshop-view-order-details table.order_details{min-width:560px!important}
}

/* ==========================================================
   v1.9.0 — PRODUCT SCALE / RELATED GRID / TABS / ORDER ADDRESS
   ========================================================== */
body.lfshop-product-active.single-product.lfshop-product-scale-compact .tp-product-details-title{font-size:clamp(42px,4.2vw,70px)!important;line-height:.98!important}
body.lfshop-product-active.single-product.lfshop-product-scale-compact .tp-product-details-price{font-size:clamp(26px,2vw,34px)!important}
body.lfshop-product-active.single-product.lfshop-product-scale-balanced .tp-product-details-title{font-size:clamp(48px,4.8vw,82px)!important;line-height:.98!important}
body.lfshop-product-active.single-product.lfshop-product-scale-balanced .tp-product-details-price{font-size:clamp(28px,2.2vw,38px)!important}
body.lfshop-product-active.single-product.lfshop-product-scale-large .tp-product-details-title{font-size:clamp(56px,5.5vw,94px)!important;line-height:.95!important}
body.lfshop-product-active.single-product.lfshop-product-scale-large .tp-product-details-price{font-size:clamp(30px,2.6vw,42px)!important}

body.lfshop-product-active.single-product .woocommerce-tabs .woocommerce-Tabs-panel,body.lfshop-product-active.single-product .woocommerce-tabs .wc-tab{box-sizing:border-box!important}
body.lfshop-product-active.single-product.lfshop-tabs-spacing-compact .woocommerce-tabs .woocommerce-Tabs-panel,body.lfshop-product-active.single-product.lfshop-tabs-spacing-compact .woocommerce-tabs .wc-tab{padding:26px clamp(18px,2.2vw,30px)!important}
body.lfshop-product-active.single-product.lfshop-tabs-spacing-balanced .woocommerce-tabs .woocommerce-Tabs-panel,body.lfshop-product-active.single-product.lfshop-tabs-spacing-balanced .woocommerce-tabs .wc-tab{padding:32px clamp(22px,2.8vw,38px)!important}
body.lfshop-product-active.single-product.lfshop-tabs-spacing-airy .woocommerce-tabs .woocommerce-Tabs-panel,body.lfshop-product-active.single-product.lfshop-tabs-spacing-airy .woocommerce-tabs .wc-tab{padding:42px clamp(28px,4vw,58px)!important}
body.lfshop-product-active.single-product .woocommerce-tabs .woocommerce-Tabs-panel > .row,body.lfshop-product-active.single-product .woocommerce-tabs .wc-tab > .row,body.lfshop-product-active.single-product .woocommerce-tabs .woocommerce-Tabs-panel > .row > [class*="col-"],body.lfshop-product-active.single-product .woocommerce-tabs .wc-tab > .row > [class*="col-"],body.lfshop-product-active.single-product #reviews,body.lfshop-product-active.single-product #reviews #comments,body.lfshop-product-active.single-product #reviews #review_form_wrapper,body.lfshop-product-active.single-product #reviews #review_form,body.lfshop-product-active.single-product #reviews .comment-respond,body.lfshop-product-active.single-product #reviews .comment-form{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important}
body.lfshop-product-active.single-product #tab-description .tp-product-details-desc-content{max-width:none!important}
body.lfshop-product-active.single-product #tab-description :where(p,li){max-width:110ch!important}
body.lfshop-product-active.single-product #reviews .comment-respond{border:1px solid rgba(200,160,90,.16)!important;background:#090909!important;padding:24px!important}
body.lfshop-product-active.single-product #reviews textarea{width:100%!important;max-width:none!important;min-height:180px!important}

body.lfshop-product-active.single-product .related-slider-area.products{overflow:hidden!important;padding-top:48px!important}
body.lfshop-product-active.single-product .related-slider-area.products .container.container-1750{width:min(1680px,calc(100% - 48px))!important;max-width:1680px!important}
body.lfshop-product-active.single-product .related-slider-area .row{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:20px!important;width:100%!important;max-width:100%!important}
body.lfshop-product-active.single-product .related-slider-area .agntix-product,body.lfshop-product-active.single-product .related-slider-area .tp-product-item{min-width:0!important;width:100%!important;max-width:none!important}
body.lfshop-product-active.single-product.lfshop-related-size-compact .related-slider-area .tp-product-item-content{min-height:84px!important;padding:11px 1px 0!important}
body.lfshop-product-active.single-product.lfshop-related-size-compact .related-slider-area .tp-product-item-title{margin-bottom:5px!important;min-height:2.25em!important;font-size:16px!important;line-height:1.12!important}
body.lfshop-product-active.single-product.lfshop-related-size-compact .related-slider-area .tp-product-item-price,body.lfshop-product-active.single-product.lfshop-related-size-compact .related-slider-area .tp-product-item-price .price{font-size:13px!important}
body.lfshop-product-active.single-product.lfshop-related-size-compact .related-slider-area .tp-product-item-btn{left:9px!important;right:9px!important;bottom:9px!important;gap:6px!important}
body.lfshop-product-active.single-product.lfshop-related-size-compact .related-slider-area .tp-product-item-btn :where(a,.button){min-height:38px!important;padding:8px 7px!important;font-size:9px!important;letter-spacing:.06em!important}
body.lfshop-product-active.single-product.lfshop-related-size-balanced .related-slider-area .tp-product-item-title{font-size:18px!important}
body.lfshop-product-active.single-product.lfshop-related-size-large .related-slider-area .row{gap:24px!important}
body.lfshop-product-active.single-product.lfshop-related-size-large .related-slider-area .tp-product-item-title{font-size:20px!important}
@media(max-width:1399px){body.lfshop-product-active.single-product .related-slider-area .row{grid-template-columns:repeat(4,minmax(0,1fr))!important}}
@media(max-width:1099px){body.lfshop-product-active.single-product .related-slider-area .row{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:767px){body.lfshop-product-active.single-product .related-slider-area .row{grid-template-columns:repeat(2,minmax(0,1fr))!important}body.lfshop-product-active.single-product .woocommerce-tabs .woocommerce-Tabs-panel,body.lfshop-product-active.single-product .woocommerce-tabs .wc-tab{padding:22px 16px!important}}
@media(max-width:420px){body.lfshop-product-active.single-product .related-slider-area .row{gap:10px!important}}

body.lfshop-account-active .woocommerce-customer-details,body.lfshop-account-active .woocommerce-customer-details .woocommerce-columns,body.lfshop-account-active .woocommerce-customer-details .woocommerce-column,body.lfshop-account-active .woocommerce-customer-details address,body.lfshop-account-active :where(.woocommerce-column--billing-address,.woocommerce-column--shipping-address){background:#090909!important;color:var(--lfls-secondary,#aaa69f)!important}
body.lfshop-account-active .woocommerce-customer-details .woocommerce-column{border:1px solid rgba(200,160,90,.18)!important;padding:24px!important}
body.lfshop-account-active .woocommerce-customer-details :where(h2,h3){color:var(--lfls-text,#f2f0eb)!important;font-family:var(--lfls-account-heading-font,var(--lfls-heading-font,Cormorant Garamond,Georgia,serif))!important}
body.lfshop-account-active .woocommerce-customer-details address{border:0!important;padding:0!important;line-height:1.9!important}


/* ==========================================================
   v1.9.1 — PRECISE PRODUCT TYPOGRAPHY / READING WIDTH / CARD POLISH
   ========================================================== */
/* Single product: keep the approved 50/50 layout but reduce editorial oversizing. */
body.lfshop-product-active.single-product .tp-product-details-title{
  font-size:clamp(36px,3.25vw,var(--lfls-product-title-size,54px))!important;
  line-height:1.02!important;
  letter-spacing:-.025em!important;
  max-width:18ch!important;
}
body.lfshop-product-active.single-product .tp-product-details-price,
body.lfshop-product-active.single-product .summary .price{
  font-size:clamp(22px,2vw,var(--lfls-product-price-size,30px))!important;
  line-height:1.15!important;
}
body.lfshop-product-active.single-product .tp-product-details-wrapper .summary{min-width:0!important}
body.lfshop-product-active.single-product .single_add_to_cart_button,
body.lfshop-product-active.single-product .button.single_add_to_cart_button{
  background:var(--lfls-btn-bg,#080808)!important;
  color:var(--lfls-btn-text,#f2f0eb)!important;
  border:1px solid var(--lfls-btn-border,#c8a05a)!important;
  box-shadow:none!important;
}
body.lfshop-product-active.single-product .single_add_to_cart_button:hover,
body.lfshop-product-active.single-product .button.single_add_to_cart_button:hover,
body.lfshop-product-active.single-product .single_add_to_cart_button:focus-visible{
  background:var(--lfls-btn-hover-bg,#c8a05a)!important;
  color:var(--lfls-btn-hover-text,#080808)!important;
  border-color:var(--lfls-btn-hover-bg,#c8a05a)!important;
}

/* Tab panels stay full width, while reading content has a professional measure. */
body.lfshop-product-active.single-product .woocommerce-tabs .woocommerce-Tabs-panel,
body.lfshop-product-active.single-product .woocommerce-tabs .wc-tab{
  width:100%!important;
  max-width:none!important;
}
body.lfshop-product-active.single-product .woocommerce-tabs :where(.tp-product-details-desc-content,.woocommerce-product-attributes,#reviews,#review_form_wrapper,#review_form,.comment-respond){
  width:min(100%,var(--lfls-product-tabs-content-width,980px))!important;
  max-width:var(--lfls-product-tabs-content-width,980px)!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
body.lfshop-product-active.single-product #tab-description :where(p,li),
body.lfshop-product-active.single-product #tab-reviews :where(p,label,.comment-text){
  max-width:none!important;
  font-size:var(--lfls-product-tabs-text-size,15px)!important;
  line-height:1.82!important;
}
body.lfshop-product-active.single-product .woocommerce-tabs .woocommerce-Tabs-panel :where(h2,h3),
body.lfshop-product-active.single-product .woocommerce-tabs .wc-tab :where(h2,h3){
  font-size:var(--lfls-product-tabs-heading-size,34px)!important;
  line-height:1.08!important;
  letter-spacing:-.015em!important;
  margin:0 0 24px!important;
}
body.lfshop-product-active.single-product #tab-additional_information .woocommerce-product-attributes{
  border:1px solid rgba(200,160,90,.20)!important;
  background:#0a0a09!important;
}
body.lfshop-product-active.single-product #reviews .comment-respond{
  width:min(100%,var(--lfls-product-tabs-content-width,980px))!important;
  max-width:var(--lfls-product-tabs-content-width,980px)!important;
  padding:clamp(20px,2.5vw,32px)!important;
}
body.lfshop-product-active.single-product #reviews textarea{min-height:155px!important}

/* Related products: 5-up desktop catalogue cards with no underline animation. */
body.lfshop-product-active.single-product .related-slider-area .tp-product-item-title{
  font-size:var(--lfls-related-title-size,16px)!important;
  line-height:1.2!important;
  min-height:2.4em!important;
  max-height:2.4em!important;
  overflow:hidden!important;
}
body.lfshop-product-active.single-product .related-slider-area .tp-product-item-title a,
body.lfshop-product-active.single-product .related-slider-area .tp-product-item-title a:hover,
body.lfshop-product-active.single-product .related-slider-area .tp-product-item-title a:focus{
  text-decoration:none!important;
  border-bottom:0!important;
  background-image:none!important;
}
body.lfshop-product-active.single-product .related-slider-area .tp-product-item-title a::before,
body.lfshop-product-active.single-product .related-slider-area .tp-product-item-title a::after,
body.lfshop-product-active.single-product .related-slider-area .tp-line-black::before,
body.lfshop-product-active.single-product .related-slider-area .tp-line-black::after{
  display:none!important;
  content:none!important;
  width:0!important;
}
body.lfshop-product-active.single-product .related-slider-area .tp-product-item-content{
  align-items:flex-start!important;
  gap:10px!important;
}
body.lfshop-product-active.single-product .related-slider-area .tp-product-item-price,
body.lfshop-product-active.single-product .related-slider-area .tp-product-item-price .price{font-size:13px!important;white-space:nowrap!important}

/* Module-level typography controls. */
body.lfshop-cart-active .woocommerce{font-size:var(--lfls-cart-base-size,16px)!important}
body.lfshop-checkout-active .woocommerce{font-size:var(--lfls-checkout-base-size,15px)!important}
body.lfshop-account-active .woocommerce{font-size:var(--lfls-account-base-size,15px)!important}

/* View Order: normalize custom/extension billing cards that arrive after order details. */
body.lfshop-account-active .lfshop-dynamic-address-card{
  width:min(100%,760px)!important;
  max-width:760px!important;
  margin:28px auto 0!important;
  padding:28px 30px!important;
  background:#090909!important;
  color:var(--lfls-secondary,#aaa69f)!important;
  border:1px solid rgba(200,160,90,.22)!important;
  box-shadow:none!important;
}
body.lfshop-account-active .lfshop-dynamic-address-card,
body.lfshop-account-active .lfshop-dynamic-address-card *{box-sizing:border-box!important}
body.lfshop-account-active .lfshop-dynamic-address-card :where(h1,h2,h3,h4){
  color:var(--lfls-text,#f2f0eb)!important;
  font-family:var(--lfls-account-heading-font,var(--lfls-heading-font,Cormorant Garamond,Georgia,serif))!important;
  font-size:clamp(28px,3vw,40px)!important;
  line-height:1.05!important;
  margin:0 0 22px!important;
}
body.lfshop-account-active .lfshop-dynamic-address-card :where(p,div,span,strong,b,em,a){
  color:var(--lfls-secondary,#aaa69f)!important;
  background:transparent!important;
}
body.lfshop-account-active .lfshop-dynamic-address-card :where(strong,b){color:var(--lfls-text,#f2f0eb)!important}

@media(max-width:767px){
  body.lfshop-product-active.single-product .tp-product-details-title{font-size:clamp(32px,10vw,44px)!important;max-width:none!important}
  body.lfshop-product-active.single-product .tp-product-details-price,body.lfshop-product-active.single-product .summary .price{font-size:clamp(22px,7vw,28px)!important}
  body.lfshop-product-active.single-product .woocommerce-tabs :where(.tp-product-details-desc-content,.woocommerce-product-attributes,#reviews,#review_form_wrapper,#review_form,.comment-respond){width:100%!important;max-width:100%!important}
  body.lfshop-product-active.single-product .woocommerce-tabs .woocommerce-Tabs-panel :where(h2,h3),body.lfshop-product-active.single-product .woocommerce-tabs .wc-tab :where(h2,h3){font-size:clamp(26px,8vw,34px)!important}
}


/* ==========================================================
   v1.9.3 — PRODUCT SCALE CORRECTION + CLEAN ORDER ADDRESS CARD
   These final rules intentionally come last so the settings are exact.
   ========================================================== */

/* Desktop setting values must be exact — no viewport clamp may enlarge them. */
body.lfshop-product-active.single-product .tp-product-details-title{
  font-size:var(--lfls-product-title-size,44px)!important;
  line-height:1.04!important;
  letter-spacing:-.02em!important;
  max-width:19ch!important;
}
body.lfshop-product-active.single-product .tp-product-details-price,
body.lfshop-product-active.single-product .summary .price{
  font-size:var(--lfls-product-price-size,24px)!important;
  line-height:1.18!important;
}

/* Product summary: compact, premium rhythm rather than oversized editorial gaps. */
body.lfshop-product-active.single-product .tp-product-details-wrapper,
body.lfshop-product-active.single-product .summary.entry-summary{min-width:0!important}
body.lfshop-product-active.single-product .tp-product-details-title{margin-bottom:12px!important}
body.lfshop-product-active.single-product .tp-product-details-price{margin-top:14px!important;margin-bottom:20px!important}
body.lfshop-product-active.single-product .tp-product-details-short-description,
body.lfshop-product-active.single-product .woocommerce-product-details__short-description{font-size:14px!important;line-height:1.75!important;max-width:62ch!important}

/* Tabs: remove the stretched four-sided box. Keep a restrained editorial divider. */
body.lfshop-product-active.single-product .woocommerce-tabs .woocommerce-Tabs-panel,
body.lfshop-product-active.single-product .woocommerce-tabs .wc-tab{
  background:transparent!important;
  border:0!important;
  border-top:1px solid rgba(200,160,90,.16)!important;
  border-bottom:0!important;
  box-shadow:none!important;
  padding-top:clamp(26px,3vw,42px)!important;
  padding-bottom:clamp(28px,3vw,46px)!important;
}
body.lfshop-product-active.single-product .woocommerce-tabs :where(.tp-product-details-desc-content,.woocommerce-product-attributes,#reviews,#review_form_wrapper,#review_form,.comment-respond){
  width:min(100%,var(--lfls-product-tabs-content-width,1080px))!important;
  max-width:var(--lfls-product-tabs-content-width,1080px)!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
body.lfshop-product-active.single-product .woocommerce-tabs .woocommerce-Tabs-panel :where(h2,h3),
body.lfshop-product-active.single-product .woocommerce-tabs .wc-tab :where(h2,h3){
  font-size:var(--lfls-product-tabs-heading-size,30px)!important;
  margin-bottom:18px!important;
}
body.lfshop-product-active.single-product #tab-description :where(p,li),
body.lfshop-product-active.single-product #tab-reviews :where(p,label,.comment-text){
  font-size:var(--lfls-product-tabs-text-size,15px)!important;
  line-height:1.78!important;
}
body.lfshop-product-active.single-product #reviews .comment-respond{
  border:1px solid rgba(200,160,90,.18)!important;
  background:#0a0a09!important;
  padding:clamp(20px,2.2vw,30px)!important;
}

/* Related cards: compact catalogue typography and absolutely no title underline. */
body.lfshop-product-active.single-product .related-slider-area .tp-product-item-title,
body.lfshop-product-active.single-product .related-slider-area .tp-product-item-title a{
  text-decoration:none!important;
  text-decoration-line:none!important;
  border-bottom:0!important;
  background-image:none!important;
  box-shadow:none!important;
}
body.lfshop-product-active.single-product .related-slider-area .tp-product-item-title{
  font-size:var(--lfls-related-title-size,16px)!important;
  line-height:1.18!important;
}

/* View Order custom address output: remove extension white shells completely. */
body.lfshop-account-active .lfshop-dynamic-address-shell{
  background:transparent!important;
  background-color:transparent!important;
  border:0!important;
  box-shadow:none!important;
  outline:0!important;
  padding:0!important;
  margin-left:0!important;
  margin-right:0!important;
  max-width:none!important;
}
body.lfshop-account-active .lfshop-dynamic-address-card{
  width:100%!important;
  max-width:860px!important;
  margin:28px 0 0!important;
  padding:30px clamp(24px,3vw,38px)!important;
  background:#090909!important;
  background-color:#090909!important;
  color:var(--lfls-secondary,#aaa69f)!important;
  border:1px solid rgba(200,160,90,.20)!important;
  box-shadow:none!important;
}
body.lfshop-account-active .lfshop-dynamic-address-card :where(h1,h2,h3,h4){
  font-size:clamp(28px,2.5vw,36px)!important;
  color:var(--lfls-text,#f2f0eb)!important;
  margin:0 0 22px!important;
}
body.lfshop-account-active .lfshop-dynamic-address-card :where(p,div,span,em,a){
  color:var(--lfls-secondary,#aaa69f)!important;
  background:transparent!important;
}
body.lfshop-account-active .lfshop-dynamic-address-card :where(strong,b){color:var(--lfls-text,#f2f0eb)!important}

@media(max-width:991px){
  body.lfshop-product-active.single-product .tp-product-details-title{
    font-size:min(var(--lfls-product-title-size,44px),42px)!important;
    max-width:none!important;
  }
  body.lfshop-product-active.single-product .tp-product-details-price,
  body.lfshop-product-active.single-product .summary .price{font-size:min(var(--lfls-product-price-size,24px),26px)!important}
}
@media(max-width:767px){
  body.lfshop-product-active.single-product .tp-product-details-title{font-size:min(var(--lfls-product-title-size,44px),36px)!important;line-height:1.08!important}
  body.lfshop-product-active.single-product .tp-product-details-price,
  body.lfshop-product-active.single-product .summary .price{font-size:min(var(--lfls-product-price-size,24px),24px)!important}
  body.lfshop-product-active.single-product .woocommerce-tabs .woocommerce-Tabs-panel,
  body.lfshop-product-active.single-product .woocommerce-tabs .wc-tab{padding-left:0!important;padding-right:0!important}
  body.lfshop-account-active .lfshop-dynamic-address-card{padding:24px 18px!important;margin-top:20px!important}
}


/* ==========================================================
   v1.9.4 — SETTINGS MUST WIN / EXACT PRODUCT TYPE SCALE
   ========================================================== */
/* Never let an old Content Scale clamp override the actual saved px settings. */
body.lfshop-product-active.single-product .tp-product-details-title{
  font-size:var(--lfls-product-title-size,38px)!important;
  line-height:1.06!important;
}
body.lfshop-product-active.single-product .tp-product-details-price,
body.lfshop-product-active.single-product .tp-product-details-price .amount,
body.lfshop-product-active.single-product .summary .price,
body.lfshop-product-active.single-product .summary .price .amount{
  font-size:var(--lfls-product-price-size,22px)!important;
  line-height:1.2!important;
}
/* Content Scale controls spacing only; typography is controlled by the exact fields above. */
body.lfshop-product-active.single-product.lfshop-product-scale-compact .tp-product-details-title,
body.lfshop-product-active.single-product.lfshop-product-scale-balanced .tp-product-details-title,
body.lfshop-product-active.single-product.lfshop-product-scale-large .tp-product-details-title{
  font-size:var(--lfls-product-title-size,38px)!important;
}
body.lfshop-product-active.single-product.lfshop-product-scale-compact .tp-product-details-price,
body.lfshop-product-active.single-product.lfshop-product-scale-balanced .tp-product-details-price,
body.lfshop-product-active.single-product.lfshop-product-scale-large .tp-product-details-price{
  font-size:var(--lfls-product-price-size,22px)!important;
}
@media(max-width:991px){
  body.lfshop-product-active.single-product .tp-product-details-title{font-size:min(var(--lfls-product-title-size,38px),40px)!important}
  body.lfshop-product-active.single-product .tp-product-details-price,
  body.lfshop-product-active.single-product .tp-product-details-price .amount,
  body.lfshop-product-active.single-product .summary .price,
  body.lfshop-product-active.single-product .summary .price .amount{font-size:min(var(--lfls-product-price-size,22px),26px)!important}
}
@media(max-width:767px){
  body.lfshop-product-active.single-product .tp-product-details-title{font-size:min(var(--lfls-product-title-size,38px),34px)!important;max-width:none!important}
  body.lfshop-product-active.single-product .tp-product-details-price,
  body.lfshop-product-active.single-product .tp-product-details-price .amount,
  body.lfshop-product-active.single-product .summary .price,
  body.lfshop-product-active.single-product .summary .price .amount{font-size:min(var(--lfls-product-price-size,22px),24px)!important}
}

/* ==========================================================
   v1.9.5 — MY ACCOUNT AUTH / PASSWORD FLOW
   Guest login, registration, lost password and reset password.
   Scoped only to WooCommerce My Account authentication screens.
   ========================================================== */

/* Guest account page: never inherit the logged-in sidebar/content grid. */
body.lfshop-account-active:not(.logged-in) .tp-page-area.pt-120{
  padding-top:48px!important;
  padding-bottom:80px!important;
}
body.lfshop-account-active:not(.logged-in) .tp-page-area > .container{
  width:min(calc(100% - 48px),1180px)!important;
  max-width:1180px!important;
  margin-inline:auto!important;
  padding-inline:0!important;
}
body.lfshop-account-active:not(.logged-in) .tp-page-post > .woocommerce,
body.lfshop-account-active:not(.logged-in) .woocommerce-notices-wrapper{
  width:100%!important;
  max-width:none!important;
}
body.lfshop-account-active:not(.logged-in) .tp-page-post > .woocommerce > .row{
  display:block!important;
  width:100%!important;
  margin:0!important;
}

/* Login + Register. WooCommerce normally outputs #customer_login.u-columns. */
body.lfshop-account-active:not(.logged-in) #customer_login,
body.lfshop-account-active:not(.logged-in) .woocommerce .u-columns.col2-set{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:28px!important;
  width:100%!important;
  max-width:1100px!important;
  margin:0 auto!important;
  align-items:start!important;
}
body.lfshop-account-active:not(.logged-in) #customer_login > :is(.u-column1,.u-column2,.col-1,.col-2),
body.lfshop-account-active:not(.logged-in) .woocommerce .u-columns.col2-set > :is(.u-column1,.u-column2,.col-1,.col-2){
  float:none!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  flex:none!important;
  margin:0!important;
  padding:0!important;
}

body.lfshop-account-active:not(.logged-in) #customer_login > :is(.u-column1,.u-column2),
body.lfshop-account-active:not(.logged-in) .woocommerce-form-login,
body.lfshop-account-active:not(.logged-in) .woocommerce-form-register,
body.lfshop-account-active:not(.logged-in) form.lost_reset_password,
body.lfshop-account-active:not(.logged-in) .woocommerce-ResetPassword{
  box-sizing:border-box!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:clamp(26px,3vw,40px)!important;
  background:#0b0b0a!important;
  border:1px solid rgba(200,160,90,.22)!important;
  border-radius:0!important;
  box-shadow:none!important;
  color:var(--lfls-secondary,#aaa69f)!important;
}

/* Lost/reset password should be one centered premium card, not a white theme box. */
body.lfshop-account-active:not(.logged-in) form.lost_reset_password,
body.lfshop-account-active:not(.logged-in) .woocommerce-ResetPassword{
  max-width:680px!important;
  margin:0 auto!important;
}

body.lfshop-account-active:not(.logged-in) :is(#customer_login,.woocommerce-form-login,.woocommerce-form-register,.lost_reset_password,.woocommerce-ResetPassword) :is(h1,h2,h3){
  margin:0 0 24px!important;
  color:var(--lfls-text,#f2f0eb)!important;
  font-family:var(--lfls-account-heading-font,var(--lfls-heading-font,Cormorant Garamond,Georgia,serif))!important;
  font-size:clamp(30px,3.2vw,46px)!important;
  line-height:1.05!important;
  font-weight:500!important;
}
body.lfshop-account-active:not(.logged-in) :is(.woocommerce-form-login,.woocommerce-form-register,.lost_reset_password,.woocommerce-ResetPassword) > p:first-child{
  margin-top:0!important;
  margin-bottom:24px!important;
  color:var(--lfls-secondary,#aaa69f)!important;
  font-size:14px!important;
  line-height:1.75!important;
}
body.lfshop-account-active:not(.logged-in) :is(.woocommerce-form-login,.woocommerce-form-register,.lost_reset_password,.woocommerce-ResetPassword) .form-row{
  width:100%!important;
  float:none!important;
  margin:0 0 18px!important;
  padding:0!important;
}
body.lfshop-account-active:not(.logged-in) :is(.woocommerce-form-login,.woocommerce-form-register,.lost_reset_password,.woocommerce-ResetPassword) label{
  display:block!important;
  margin:0 0 9px!important;
  color:var(--lfls-secondary,#aaa69f)!important;
  font-family:var(--lfls-account-body-font,var(--lfls-body-font,Inter,Arial,sans-serif))!important;
  font-size:13px!important;
  line-height:1.4!important;
  font-weight:600!important;
}
body.lfshop-account-active:not(.logged-in) :is(.woocommerce-form-login,.woocommerce-form-register,.lost_reset_password,.woocommerce-ResetPassword) .required{
  color:#d6a953!important;
}
body.lfshop-account-active:not(.logged-in) :is(.woocommerce-form-login,.woocommerce-form-register,.lost_reset_password,.woocommerce-ResetPassword) :is(input.input-text,input[type="text"],input[type="email"],input[type="password"]){
  display:block!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  min-height:56px!important;
  margin:0!important;
  padding:14px 16px!important;
  background:#090909!important;
  border:1px solid rgba(200,160,90,.25)!important;
  border-radius:0!important;
  outline:none!important;
  box-shadow:none!important;
  color:var(--lfls-text,#f2f0eb)!important;
  -webkit-text-fill-color:var(--lfls-text,#f2f0eb)!important;
  caret-color:var(--lfls-gold,#c8a05a)!important;
  font-family:var(--lfls-account-body-font,var(--lfls-body-font,Inter,Arial,sans-serif))!important;
  font-size:15px!important;
  line-height:1.4!important;
}
body.lfshop-account-active:not(.logged-in) :is(.woocommerce-form-login,.woocommerce-form-register,.lost_reset_password,.woocommerce-ResetPassword) :is(input.input-text,input[type="text"],input[type="email"],input[type="password"]):focus{
  border-color:var(--lfls-gold,#c8a05a)!important;
  background:#0d0d0c!important;
}
body.lfshop-account-active:not(.logged-in) :is(.woocommerce-form-login,.woocommerce-form-register,.lost_reset_password,.woocommerce-ResetPassword) input:-webkit-autofill,
body.lfshop-account-active:not(.logged-in) :is(.woocommerce-form-login,.woocommerce-form-register,.lost_reset_password,.woocommerce-ResetPassword) input:-webkit-autofill:hover,
body.lfshop-account-active:not(.logged-in) :is(.woocommerce-form-login,.woocommerce-form-register,.lost_reset_password,.woocommerce-ResetPassword) input:-webkit-autofill:focus{
  -webkit-text-fill-color:var(--lfls-text,#f2f0eb)!important;
  box-shadow:0 0 0 1000px #090909 inset!important;
  transition:background-color 9999s ease-out 0s!important;
}

/* Password reveal stays inside the field instead of creating a detached box. */
body.lfshop-account-active:not(.logged-in) .password-input{
  display:block!important;
  position:relative!important;
  width:100%!important;
}
body.lfshop-account-active:not(.logged-in) .password-input input{padding-right:54px!important}
body.lfshop-account-active:not(.logged-in) .show-password-input{
  position:absolute!important;
  top:50%!important;
  right:0!important;
  transform:translateY(-50%)!important;
  display:grid!important;
  place-items:center!important;
  width:50px!important;
  height:54px!important;
  margin:0!important;
  background:transparent!important;
  border:0!important;
  color:var(--lfls-gold,#c8a05a)!important;
}

body.lfshop-account-active:not(.logged-in) :is(.woocommerce-form-login,.woocommerce-form-register,.lost_reset_password,.woocommerce-ResetPassword) :is(button.button,input.button){
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:50px!important;
  width:auto!important;
  margin:4px 0 0!important;
  padding:0 24px!important;
  background:var(--lfls-btn-bg,#080808)!important;
  border:1px solid var(--lfls-btn-border,#c8a05a)!important;
  border-radius:0!important;
  color:var(--lfls-btn-text,#f2f0eb)!important;
  font-family:var(--lfls-account-body-font,var(--lfls-body-font,Inter,Arial,sans-serif))!important;
  font-size:13px!important;
  font-weight:600!important;
  line-height:1!important;
  text-decoration:none!important;
  box-shadow:none!important;
}
body.lfshop-account-active:not(.logged-in) :is(.woocommerce-form-login,.woocommerce-form-register,.lost_reset_password,.woocommerce-ResetPassword) :is(button.button,input.button):hover{
  background:var(--lfls-btn-hover-bg,#c8a05a)!important;
  color:var(--lfls-btn-hover-text,#080808)!important;
}
body.lfshop-account-active:not(.logged-in) .woocommerce-form-login__rememberme{
  display:flex!important;
  align-items:center!important;
  gap:9px!important;
  margin:4px 0 18px!important;
  color:var(--lfls-secondary,#aaa69f)!important;
}
body.lfshop-account-active:not(.logged-in) .woocommerce-form-login__rememberme input{
  width:16px!important;
  height:16px!important;
  min-height:0!important;
  accent-color:var(--lfls-gold,#c8a05a)!important;
}
body.lfshop-account-active:not(.logged-in) .woocommerce-LostPassword{
  margin:18px 0 0!important;
}
body.lfshop-account-active:not(.logged-in) .woocommerce-LostPassword a{
  color:var(--lfls-gold2,#e0bd7a)!important;
  font-size:13px!important;
  text-decoration:none!important;
  border-bottom:1px solid transparent!important;
}
body.lfshop-account-active:not(.logged-in) .woocommerce-LostPassword a:hover{border-bottom-color:currentColor!important}

@media(max-width:900px){
  body.lfshop-account-active:not(.logged-in) #customer_login,
  body.lfshop-account-active:not(.logged-in) .woocommerce .u-columns.col2-set{
    grid-template-columns:1fr!important;
    max-width:700px!important;
  }
}
@media(max-width:600px){
  body.lfshop-account-active:not(.logged-in) .tp-page-area.pt-120{padding-top:28px!important;padding-bottom:54px!important}
  body.lfshop-account-active:not(.logged-in) .tp-page-area > .container{width:calc(100% - 24px)!important}
  body.lfshop-account-active:not(.logged-in) .woocommerce-form-login,
  body.lfshop-account-active:not(.logged-in) .woocommerce-form-register,
  body.lfshop-account-active:not(.logged-in) form.lost_reset_password,
  body.lfshop-account-active:not(.logged-in) .woocommerce-ResetPassword{padding:22px 18px!important}
}

/* =========================================================
   v1.9.6 — SINGLE PRODUCT CANVAS / GALLERY EDGE HARDENING
   Keeps the complete product experience inside one centered
   editorial canvas and fixes Agntix gallery/lightbox bleed.
   ========================================================= */

/* One shared desktop canvas for top product, tabs and related products. */
@media (min-width:1200px){
  body.lfshop-product-active.single-product .tp-product-ptb > div.product > .container.container-1750,
  body.lfshop-product-active.single-product .tp-product-ptb > div.product > .container.container-1530,
  body.lfshop-product-active.single-product .container.container-1230:has(.woocommerce-tabs),
  body.lfshop-product-active.single-product .related-slider-area.products .container.container-1750{
    width:calc(100% - 160px)!important;
    max-width:1760px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-left:0!important;
    padding-right:0!important;
  }
}
@media (min-width:768px) and (max-width:1199px){
  body.lfshop-product-active.single-product .tp-product-ptb > div.product > .container.container-1750,
  body.lfshop-product-active.single-product .tp-product-ptb > div.product > .container.container-1530,
  body.lfshop-product-active.single-product .container.container-1230:has(.woocommerce-tabs),
  body.lfshop-product-active.single-product .related-slider-area.products .container.container-1750{
    width:calc(100% - 48px)!important;
    max-width:none!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-left:0!important;
    padding-right:0!important;
  }
}

/* The page itself must never look like a bordered box attached to the viewport. */
body.lfshop-product-active.single-product .tp-product-ptb,
body.lfshop-product-active.single-product .tp-product-ptb > div.product,
body.lfshop-product-active.single-product .tp-product-ptb > div.product > .container,
body.lfshop-product-active.single-product .tp-product-ptb > div.product > .container > .row,
body.lfshop-product-active.single-product .tp-product-ptb > div.product > .container > .row > [class*="col-"],
body.lfshop-product-active.single-product .tp-product-details-thumb-wrapper,
body.lfshop-product-active.single-product .woocommerce-product-gallery,
body.lfshop-product-active.single-product .woocommerce-product-gallery .flex-viewport,
body.lfshop-product-active.single-product .woocommerce-product-gallery__wrapper,
body.lfshop-product-active.single-product .woocommerce-product-gallery__image{
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
}

/* Left-rail gallery: keep the thumbnail rail INSIDE the product canvas. */
body.lfshop-product-active.single-product.lfshop-gallery-left-rail .tp-product-details-thumb-wrapper{
  overflow:visible!important;
  padding:0!important;
}
body.lfshop-product-active.single-product.lfshop-gallery-left-rail .woocommerce-product-gallery{
  position:relative!important;
  width:100%!important;
  max-width:100%!important;
  box-sizing:border-box!important;
  padding-left:108px!important;
  margin:0!important;
}
body.lfshop-product-active.single-product.lfshop-gallery-left-rail .woocommerce-product-gallery > .flex-viewport{
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  background:transparent!important;
}
body.lfshop-product-active.single-product.lfshop-gallery-left-rail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs,
body.lfshop-product-active.single-product.lfshop-gallery-left-rail .woocommerce-product-gallery .product-thumbnails{
  position:absolute!important;
  left:0!important;
  right:auto!important;
  top:0!important;
  bottom:auto!important;
  width:92px!important;
  max-width:92px!important;
  margin:0!important;
  padding:0!important;
  transform:none!important;
  border:0!important;
  box-shadow:none!important;
}
body.lfshop-product-active.single-product.lfshop-gallery-left-rail .woocommerce-product-gallery .flex-control-thumbs .slick-list,
body.lfshop-product-active.single-product.lfshop-gallery-left-rail .woocommerce-product-gallery .flex-control-thumbs .slick-track{
  width:92px!important;
  max-width:92px!important;
}
body.lfshop-product-active.single-product.lfshop-gallery-left-rail .woocommerce-product-gallery .flex-control-thumbs li{
  width:92px!important;
  max-width:92px!important;
  margin:0 0 4px!important;
}

/* Sale badge sits comfortably inside the main-image edge, never on the rail divider. */
body.lfshop-product-active.single-product.lfshop-gallery-left-rail .tp-product-details-thumb-wrapper .tp-onsale{
  left:124px!important;
  top:16px!important;
}

/* Variation reset/clear link: give it breathing room below the selector. */
body.lfshop-product-active.single-product .variations_form .reset_variations{
  display:inline-flex!important;
  align-items:center!important;
  width:auto!important;
  min-width:0!important;
  margin:9px 0 0!important;
  padding:0!important;
  color:var(--lfls-secondary,#aaa69f)!important;
  font-size:12px!important;
  line-height:1.4!important;
  text-decoration:none!important;
  border:0!important;
  background:transparent!important;
}
body.lfshop-product-active.single-product .variations_form .reset_variations:hover{
  color:var(--lfls-gold2,#e0bd7a)!important;
}

/* Variable/sale price hierarchy: old price quiet, current price clear. */
body.lfshop-product-active.single-product .woocommerce-variation-price del,
body.lfshop-product-active.single-product .woocommerce-variation-price del .amount,
body.lfshop-product-active.single-product .summary .price del,
body.lfshop-product-active.single-product .summary .price del .amount{
  color:var(--lfls-muted,#716d66)!important;
  font-size:14px!important;
  font-weight:400!important;
  opacity:.78!important;
  text-decoration-thickness:1px!important;
}
body.lfshop-product-active.single-product .woocommerce-variation-price ins,
body.lfshop-product-active.single-product .woocommerce-variation-price ins .amount,
body.lfshop-product-active.single-product .summary .price ins,
body.lfshop-product-active.single-product .summary .price ins .amount{
  color:var(--lfls-gold2,#e0bd7a)!important;
  font-size:18px!important;
  font-weight:600!important;
  text-decoration:none!important;
  opacity:1!important;
}

/* WooCommerce PhotoSwipe must sit above the Elementor/Agntix header. */
body.single-product .pswp,
body.single-product .pswp--open{
  z-index:2147483000!important;
}
body.single-product .pswp__bg{
  background:#050505!important;
  opacity:1!important;
}

@media(max-width:767px){
  body.lfshop-product-active.single-product.lfshop-gallery-left-rail .woocommerce-product-gallery{
    padding-left:0!important;
  }
  body.lfshop-product-active.single-product.lfshop-gallery-left-rail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs,
  body.lfshop-product-active.single-product.lfshop-gallery-left-rail .woocommerce-product-gallery .product-thumbnails{
    position:relative!important;
    left:auto!important;
    top:auto!important;
    width:100%!important;
    max-width:100%!important;
    margin-top:10px!important;
  }
  body.lfshop-product-active.single-product.lfshop-gallery-left-rail .tp-product-details-thumb-wrapper .tp-onsale{
    left:12px!important;
    top:12px!important;
  }
}

/* =========================================================
   v1.9.7 — AUTH ROW + PRODUCT RIGHT EDGE + LIGHTBOX CURSOR
   Small targeted patch only.
   ========================================================= */

/* Agntix may output Login/Register as Bootstrap columns inside .woocommerce > .row.
   v1.9.5 deliberately reset generic rows to block; restore a true equal two-column
   layout only when BOTH auth forms are present. */
@media (min-width:901px){
  body.lfshop-account-active:not(.logged-in) .tp-page-post > .woocommerce > .row:has(.woocommerce-form-login):has(.woocommerce-form-register){
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:28px!important;
    align-items:stretch!important;
    width:100%!important;
    max-width:1100px!important;
    margin:0 auto!important;
  }
  body.lfshop-account-active:not(.logged-in) .tp-page-post > .woocommerce > .row:has(.woocommerce-form-login):has(.woocommerce-form-register) > [class*="col-"]{
    display:flex!important;
    flex-direction:column!important;
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
  }
  body.lfshop-account-active:not(.logged-in) .tp-page-post > .woocommerce > .row:has(.woocommerce-form-login):has(.woocommerce-form-register) :is(.woocommerce-form-login,.woocommerce-form-register){
    flex:1 1 auto!important;
    height:100%!important;
  }
}

/* Keep the product-options area from running all the way to the right canvas edge. */
@media (min-width:992px){
  body.lfshop-product-active.single-product .summary.entry-summary,
  body.lfshop-product-active.single-product .tp-product-details-wrapper{
    box-sizing:border-box!important;
    padding-right:clamp(18px,2vw,34px)!important;
  }
  body.lfshop-product-active.single-product .variations_form table.variations,
  body.lfshop-product-active.single-product .variations_form .variations,
  body.lfshop-product-active.single-product .tp-product-details-variation-list{
    width:100%!important;
    max-width:680px!important;
  }
}

/* Some Agntix demo/global CSS hides the cursor with cursor:none.
   PhotoSwipe must always keep a usable cursor and clickable controls. */
body.single-product .pswp,
body.single-product .pswp *{
  cursor:default!important;
}
body.single-product .pswp__img{
  cursor:zoom-out!important;
}
body.single-product :is(.pswp__button,.pswp__button--arrow--left,.pswp__button--arrow--right,.pswp__button--close,.pswp__button--zoom,.pswp__button--fs){
  cursor:pointer!important;
}

/* =========================================================
   v1.9.8 — product utility + multi-supplier presentation pass
   Presentation only: extension data, hooks and WooCommerce logic stay native.
   ========================================================= */
/* Keep the small product utilities quiet and consistent. */
body.lfshop-product-active.single-product :where(
  .tp-product-details-stock,
  .tp-product-details-rating-wrapper,
  .tp-product-details-rating-count,
  .tp-product-details-query-item,
  .tp-product-details-query-item span,
  .tp-product-details-query-item p,
  .tp-product-details-query-item a,
  .tp-product-details-social > span
){font-size:var(--lfls-product-utility-size)!important;line-height:1.55!important}

/* Quantity must always read as one unit: label directly above its control. */
body.lfshop-product-active.single-product .lfls-quantity-label{
  display:block!important;
  margin:0 0 8px!important;
  color:var(--lfls-secondary,#aaa69f)!important;
  font-family:var(--lfls-product-body-font,var(--lfls-body-font,Inter,Arial,sans-serif))!important;
  font-size:var(--lfls-product-quantity-label-size)!important;
  font-weight:700!important;
  letter-spacing:.09em!important;
  line-height:1.3!important;
  text-transform:uppercase!important;
}
body.lfshop-product-active.single-product .lfls-theme-quantity-title{display:none!important}
body.lfshop-product-active.single-product .tp-product-details-quantity{
  display:inline-flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  gap:0!important;
  width:auto!important;
  margin:14px 14px 14px 0!important;
  vertical-align:top!important;
}
body.lfshop-product-active.single-product .tp-product-details-quantity .tp-product-quantity{
  margin:0!important;
}

/* Smaller share controls. */
body.lfshop-product-active.single-product .tp-product-details-social a{
  width:var(--lfls-product-share-icon-size)!important;
  min-width:var(--lfls-product-share-icon-size)!important;
  height:var(--lfls-product-share-icon-size)!important;
  min-height:var(--lfls-product-share-icon-size)!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0!important;
  font-size:calc(var(--lfls-product-share-icon-size) * .38)!important;
  border:1px solid rgba(200,160,90,.32)!important;
  border-radius:50%!important;
}
body.lfshop-product-active.single-product .tp-product-details-social{gap:7px!important;margin-top:13px!important}

/* Product tabs: remove the awkward empty band above Additional Information. */
body.lfshop-product-active.single-product #tab-additional_information,
body.lfshop-product-active.single-product .woocommerce-Tabs-panel--additional_information{
  padding-top:0!important;
}
body.lfshop-product-active.single-product #tab-additional_information :where(h2,h3),
body.lfshop-product-active.single-product .woocommerce-Tabs-panel--additional_information :where(h2,h3){
  margin-top:0!important;
  margin-bottom:18px!important;
}
body.lfshop-product-active.single-product #tab-additional_information table,
body.lfshop-product-active.single-product .woocommerce-Tabs-panel--additional_information table{
  margin-top:0!important;
}

/* Reviews: headline was visually too dominant. */
body.lfshop-product-active.single-product #reviews #reply-title,
body.lfshop-product-active.single-product #review_form #reply-title,
body.lfshop-product-active.single-product .comment-reply-title{
  display:block!important;
  margin:0 0 16px!important;
  color:var(--lfls-text,#f2f0eb)!important;
  font-family:var(--lfls-product-heading-font,var(--lfls-heading-font,Cormorant Garamond,Georgia,serif))!important;
  font-size:clamp(25px,2.2vw,34px)!important;
  line-height:1.08!important;
  letter-spacing:-.015em!important;
}
body.lfshop-product-active.single-product #review_form_wrapper,
body.lfshop-product-active.single-product #review_form{
  max-width:min(100%,var(--lfls-product-tabs-content-width,1080px))!important;
}

/* Related products use the same title scale as Shop by default. */
body.lfshop-product-active.single-product .related-slider-area .tp-product-item-title,
body.lfshop-product-active.single-product .related.products :where(.woocommerce-loop-product__title,.tp-product-title){
  font-size:var(--lfls-related-title-size,var(--lfls-shop-card-title-size,18px))!important;
  line-height:1.25!important;
  text-decoration:none!important;
}
body.lfshop-product-active.single-product .related-slider-area .tp-product-item-title a,
body.lfshop-product-active.single-product .related.products .woocommerce-loop-product__title a{
  text-decoration:none!important;
  border-bottom:0!important;
  box-shadow:none!important;
}
body.lfshop-product-active.single-product .related-slider-area .tp-product-item-title a:hover,
body.lfshop-product-active.single-product .related.products a:hover{text-decoration:none!important}
body.lfshop-product-active.single-product.lfshop-related-hide-view .lfshop-related-view{display:none!important}
body.lfshop-product-active.single-product.lfshop-related-hide-cart .related-slider-area .tp-product-item-btn :where(.button,.add_to_cart_button,.ajax_add_to_cart){display:none!important}

/* Multi-supplier / custom-product cards: compact, aligned and future-safe. */
body.lfshop-product-active.single-product .lfls-extension-panel{
  box-sizing:border-box!important;
  width:min(100%,720px)!important;
  max-width:720px!important;
  margin:12px 0!important;
  padding:18px 20px!important;
  color:var(--lfls-secondary,#aaa69f)!important;
  background:#0b0b0a!important;
  border:1px solid rgba(200,160,90,.18)!important;
  border-radius:10px!important;
  box-shadow:none!important;
}
body.lfshop-product-active.single-product .lfls-extension-panel :where(h2,h3,h4,h5,legend,.lfls-extension-title){
  margin:0 0 12px!important;
  color:var(--lfls-text,#f2f0eb)!important;
  font-family:var(--lfls-product-body-font,var(--lfls-body-font,Inter,Arial,sans-serif))!important;
  font-size:var(--lfls-product-extension-heading-size)!important;
  font-weight:700!important;
  line-height:1.35!important;
  letter-spacing:.06em!important;
  text-transform:uppercase!important;
}
body.lfshop-product-active.single-product .lfls-extension-panel :where(p,li,span,dd,dt,td,th,label,strong){
  font-size:var(--lfls-product-extension-text-size)!important;
  line-height:1.65!important;
}
body.lfshop-product-active.single-product .lfls-extension-panel :where(p:last-child,ul:last-child,dl:last-child){margin-bottom:0!important}
body.lfshop-product-active.single-product .lfls-extension-panel table{width:100%!important;margin:0!important;border-collapse:collapse!important}
body.lfshop-product-active.single-product .lfls-extension-panel :where(th,td){padding:10px 0!important;border-bottom:1px solid rgba(200,160,90,.12)!important}
body.lfshop-product-active.single-product .lfls-extension-panel tr:last-child :where(th,td){border-bottom:0!important}
body.lfshop-product-active.single-product .lfls-extension-panel :where(button,.button,a.button,.lfls-extension-cta){
  width:auto!important;
  min-width:0!important;
  min-height:42px!important;
  margin:14px 0 0!important;
  padding:10px 18px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:transparent!important;
  color:var(--lfls-text,#f2f0eb)!important;
  border:1px solid var(--lfls-btn-border,var(--lfls-gold,#c8a05a))!important;
  border-radius:0!important;
  font-size:var(--lfls-product-extension-button-size)!important;
  line-height:1.2!important;
  text-align:center!important;
}
body.lfshop-product-active.single-product .lfls-extension-panel :where(button,.button,a.button,.lfls-extension-cta):hover{
  background:var(--lfls-btn-hover-bg,var(--lfls-gold,#c8a05a))!important;
  color:var(--lfls-btn-hover-text,#080808)!important;
}

/* Keep supplier/info panels together before SKU/category/share instead of scattering down the page. */
body.lfshop-product-active.single-product .lfls-extension-stack{
  width:min(100%,720px)!important;
  display:flex!important;
  flex-direction:column!important;
  gap:0!important;
  margin:10px 0 4px!important;
}
body.lfshop-product-active.single-product .lfls-extension-stack .lfls-extension-panel{width:100%!important;max-width:none!important}

/* Extension presentation switches. */
body.lfshop-product-active.single-product.lfshop-hide-preorder-cta .lfls-preorder-cta{display:none!important}
body.lfshop-product-active.single-product.lfshop-hide-supplier-cta .lfls-supplier-cta{display:none!important}
body.lfshop-product-active.single-product.lfshop-hide-project-cta .lfls-project-cta{display:none!important}
body.lfshop-product-active.single-product.lfshop-hide-customisation :where(.lfls-customisation-panel,[class*="customis"],[class*="customiz"]){display:none!important}

/* Preorder / reserve buttons must follow the same hover system as every Louis Fame CTA. */
body.lfshop-product-active.single-product :where(.preorder-button,.pre-order-button,.wc-pre-orders-pre-order-button,[class*="preorder"] button,[class*="pre-order"] button){
  min-height:42px!important;
  padding:10px 18px!important;
  font-size:var(--lfls-product-extension-button-size)!important;
  background:transparent!important;
  color:var(--lfls-text,#f2f0eb)!important;
  border:1px solid var(--lfls-btn-border,var(--lfls-gold,#c8a05a))!important;
}
body.lfshop-product-active.single-product :where(.preorder-button,.pre-order-button,.wc-pre-orders-pre-order-button,[class*="preorder"] button,[class*="pre-order"] button):hover{
  background:var(--lfls-btn-hover-bg,var(--lfls-gold,#c8a05a))!important;
  color:var(--lfls-btn-hover-text,#080808)!important;
}

@media(max-width:767px){
  body.lfshop-product-active.single-product .lfls-extension-panel{padding:16px!important;border-radius:8px!important}
  body.lfshop-product-active.single-product .tp-product-details-social a{--lfls-product-share-icon-size:34px}
}
