/* WooCommerce presentation — surgical UI layer, no WooCommerce template overrides */
.alee-shop-main{padding-top:30px;padding-bottom:52px}
.woocommerce .woocommerce-breadcrumb{margin:0 0 18px;color:var(--alee-muted);font-size:13px}
.woocommerce .woocommerce-breadcrumb a{color:var(--alee-muted)}
.woocommerce .page-title{margin:0 0 20px;font-size:clamp(30px,4vw,46px);letter-spacing:-.04em}
.woocommerce .woocommerce-result-count{color:var(--alee-muted);font-size:13px}
.woocommerce .woocommerce-ordering select{min-height:44px;padding:0 34px 0 11px;border:1px solid var(--alee-border);border-radius:10px;background:#fff;color:var(--alee-text)}

/* Commerce controls: button semantics must never inherit normal link decoration. */
.alee-store-context :where(.woocommerce a.button,.woocommerce button.button,.wc-block-components-button,.wc-block-cart__submit-button,.wc-block-components-checkout-place-order-button),
.alee-mobile-buy-bar :where(a.button,button.button){
  display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:44px;text-align:center;text-decoration:none!important;text-underline-offset:0;line-height:1.2;cursor:pointer;user-select:none
}
.alee-store-context :where(.woocommerce input.button,.woocommerce input[type="submit"]){min-height:44px;text-align:center;text-decoration:none!important;line-height:1.2;cursor:pointer}
.alee-store-context .wc-block-components-button>span{display:flex;align-items:center;justify-content:center;width:100%;min-width:0;text-align:center}
.alee-store-context :where(.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.wc-block-components-button):focus-visible{outline:3px solid color-mix(in srgb,var(--alee-primary) 28%,transparent);outline-offset:2px}
.alee-store-context :where(.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.wc-block-components-button):disabled,
.alee-store-context :where(.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.wc-block-components-button).disabled{opacity:.48;cursor:not-allowed;filter:grayscale(.12)}

/* Product archive */
.woocommerce ul.products{display:grid;grid-template-columns:repeat(var(--alee-shop-cols-mobile,2),minmax(0,1fr));gap:12px;margin:20px 0 0!important;padding:0!important}
.woocommerce ul.products::before,.woocommerce ul.products::after{display:none!important}
.woocommerce ul.products li.product{width:auto!important;float:none!important;margin:0!important;min-width:0;padding:0 0 13px!important;border:1px solid var(--alee-border);border-radius:var(--alee-radius);background:#fff;overflow:hidden;transition:transform .15s,border-color .15s,box-shadow .15s}
.woocommerce ul.products li.product:hover{transform:translateY(-2px);border-color:#cbd8ed;box-shadow:var(--alee-shadow)}
.woocommerce ul.products li.product a img{width:100%;aspect-ratio:4/3;object-fit:contain;margin:0 0 10px!important;padding:8px;border-radius:0;background:#f8fafc}
.woocommerce ul.products li.product .woocommerce-loop-product__title{min-height:2.8em;margin:0;padding:0 13px!important;color:var(--alee-text);font-size:14px!important;font-weight:750;line-height:1.4;display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.woocommerce ul.products li.product .star-rating{margin:7px 13px 0;font-size:12px;color:#f5a623}
.alee-hide-ratings .woocommerce ul.products li.product .star-rating{display:none}

/* Price hierarchy: sale price leads, regular price recedes, CTA remains the strongest color. */
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.alee-mobile-buy-price,
.alee-store-context .wc-block-components-product-price{
  color:var(--alee-text)!important;font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1;letter-spacing:-.012em
}
.woocommerce ul.products li.product .price{display:block;margin:8px 13px 12px!important;font-size:18px!important;font-weight:900!important;line-height:1.16}
.woocommerce :where(.price) del,
.alee-mobile-buy-price del,
.alee-store-context .wc-block-components-product-price__regular{
  display:block;margin:0 0 3px;color:var(--alee-muted)!important;font-size:.78em;font-weight:500;line-height:1.2;opacity:.82;text-decoration-thickness:1px
}
.woocommerce :where(.price) ins,
.alee-mobile-buy-price ins,
.alee-store-context .wc-block-components-product-price__value.is-discounted{
  display:block;color:var(--alee-text)!important;font-size:1.08em;font-weight:900;line-height:1.16;text-decoration:none!important
}
.woocommerce :where(.price) .woocommerce-Price-amount,
.alee-mobile-buy-price .woocommerce-Price-amount,
.alee-store-context .wc-block-components-formatted-money-amount{white-space:nowrap}
.woocommerce ul.products li.product .button{display:flex!important;align-items:center;justify-content:center;width:calc(100% - 26px);min-height:46px;margin:0 13px!important;padding:0 10px;border:1px solid var(--alee-accent);border-radius:var(--alee-button-radius);background:var(--alee-accent);color:#fff;font-weight:800;text-align:center;text-decoration:none!important;line-height:1.05}
.woocommerce ul.products li.product .button:hover{background:var(--alee-accent-dark);border-color:var(--alee-accent-dark);color:#fff}
.woocommerce span.onsale{min-width:0;min-height:0;line-height:1;padding:7px 9px;top:10px;left:10px;border-radius:999px;background:var(--alee-accent);color:#fff;font-size:11px;font-weight:850}
.woocommerce nav.woocommerce-pagination ul{border:0;display:flex;gap:6px}
.woocommerce nav.woocommerce-pagination ul li{border:0}
.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{min-width:44px;height:44px;padding:0 10px;border:1px solid var(--alee-border);border-radius:9px;display:grid;place-items:center;background:#fff;color:var(--alee-text)}
.woocommerce nav.woocommerce-pagination ul li span.current{background:var(--alee-primary);color:#fff;border-color:var(--alee-primary)}

/* Notices */
.woocommerce-message,.woocommerce-info,.woocommerce-error{border-radius:var(--alee-radius);border-top:0;background:var(--alee-surface);color:var(--alee-text)}
.woocommerce-message{border-left:4px solid #16a36a}
.woocommerce-info{border-left:4px solid var(--alee-primary)}
.woocommerce-error{border-left:4px solid #dc4c4c}

/* Single product */
.woocommerce div.product div.images img{border-radius:var(--alee-radius);background:#f8fafc;object-fit:contain}
.woocommerce div.product .product_title{margin:0 0 10px;font-size:clamp(30px,4vw,46px);line-height:1.12;letter-spacing:-.04em}
.woocommerce div.product p.price,.woocommerce div.product span.price{font-size:clamp(22px,3vw,30px);font-weight:900;line-height:1.15}
.woocommerce div.product :where(p.price,span.price) del{font-size:.62em;margin-bottom:5px}
.woocommerce div.product :where(p.price,span.price) ins{font-size:1em}
.woocommerce div.product .woocommerce-product-details__short-description{color:var(--alee-muted)}
.woocommerce div.product form.cart{display:flex;flex-wrap:wrap;gap:10px;align-items:center}
.woocommerce .quantity .qty{min-height:48px;border:1px solid var(--alee-border);border-radius:var(--alee-button-radius);background:#fff;font-variant-numeric:tabular-nums}
.woocommerce div.product form.cart .button{min-height:48px;margin:0;padding-inline:18px;border-radius:var(--alee-button-radius);font-weight:850;text-decoration:none!important}
.woocommerce div.product form.cart .single_add_to_cart_button{background:#fff;color:var(--alee-accent);border:1px solid var(--alee-accent)}
.woocommerce div.product form.cart .single_add_to_cart_button:hover{background:var(--alee-accent-soft)}
.alee-buy-now{background:var(--alee-accent)!important;color:#fff!important;border:1px solid var(--alee-accent)!important;text-decoration:none!important}
.alee-buy-now:hover{background:var(--alee-accent-dark)!important;border-color:var(--alee-accent-dark)!important;color:#fff!important}
.woocommerce-tabs{margin-top:36px}
.woocommerce div.product .woocommerce-tabs ul.tabs{padding:0!important}
.woocommerce div.product .woocommerce-tabs ul.tabs li{border-color:var(--alee-border);background:var(--alee-surface)}
.related.products,.upsells.products{margin-top:46px}

/* v7.4 Product Step 2 — mature presentation without Woo template overrides. */
body.single-product.woocommerce .alee-shop-main.alee-container{width:min(calc(100% - (var(--alee-edge-desktop) * 2)),var(--alee-product-width,1290px))}
body.single-product.woocommerce div.product .product_title{font-size:clamp(30px,2.7vw,40px);line-height:1.18;letter-spacing:-.028em;font-weight:800}
body.single-product.woocommerce div.product .summary{min-width:0}
body.single-product.woocommerce div.product .summary>:first-child{margin-top:0}
body.single-product.woocommerce div.product .woocommerce-product-details__short-description{font-size:16px;line-height:1.7}
body.single-product.woocommerce div.product .woocommerce-product-gallery{min-width:0}
body.single-product.woocommerce div.product .woocommerce-product-gallery__wrapper{margin:0}
body.single-product.woocommerce div.product .flex-control-thumbs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:10px;padding:0;list-style:none}
body.single-product.woocommerce div.product .flex-control-thumbs li{width:auto!important;float:none!important;margin:0!important}
body.single-product.woocommerce div.product .flex-control-thumbs img{aspect-ratio:4/3;padding:5px;border:1px solid var(--alee-border);border-radius:9px;background:#fff;object-fit:contain;opacity:.72;transition:opacity .15s,border-color .15s}
body.single-product.woocommerce div.product .flex-control-thumbs img.flex-active,
body.single-product.woocommerce div.product .flex-control-thumbs img:hover{border-color:var(--alee-primary);opacity:1}
body.single-product.woocommerce div.product form.cart{margin-top:20px;margin-bottom:20px}
body.single-product.woocommerce div.product form.cart .button{display:inline-flex;align-items:center;justify-content:center;text-align:center;line-height:1.1}
body.single-product.woocommerce .product_meta{padding-top:14px;border-top:1px solid var(--alee-border);color:var(--alee-muted);font-size:13px;line-height:1.65}
body.single-product.woocommerce .product_meta a{font-weight:650;text-decoration:none}
body.single-product.woocommerce .woocommerce-tabs{clear:both;width:100%;margin-top:38px;padding-top:4px}
body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs{display:flex;gap:22px;max-width:100%;margin:0 0 24px!important;padding:0!important;border-bottom:1px solid var(--alee-border);overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:thin}
body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs::before{display:none!important}
body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li{flex:0 0 auto;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important}
body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li::after{display:none!important}
body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a{display:block;padding:11px 1px 10px;color:var(--alee-muted);font-size:15px;font-weight:750;text-decoration:none;white-space:nowrap;border-bottom:2px solid transparent}
body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:var(--alee-text);border-bottom-color:var(--alee-primary)}
body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus-visible{outline:2px solid var(--alee-primary);outline-offset:3px;border-radius:3px}
body.single-product.woocommerce .woocommerce-Tabs-panel{font-size:17px;line-height:1.76;color:var(--alee-text)}
body.single-product.woocommerce .woocommerce-Tabs-panel>:where(p,h1,h2,h3,h4,h5,h6,ul,ol,blockquote){max-width:min(100%,900px)}
body.single-product.woocommerce .woocommerce-Tabs-panel>:where(figure,.wp-block-image,.wp-block-table,table,.alignwide){max-width:100%}
body.single-product.woocommerce .related.products,
body.single-product.woocommerce .upsells.products{clear:both;margin-top:52px;padding-top:8px;border-top:1px solid var(--alee-border)}
body.single-product.woocommerce :where(.related.products,.upsells.products)>h2{margin:0 0 20px;font-size:clamp(23px,2vw,28px);line-height:1.28;letter-spacing:-.02em}

@media (min-width:1024px){
  body.single-product.woocommerce div.product div.images{width:54%;margin-bottom:36px}
  body.single-product.woocommerce div.product div.summary{width:42%;margin-bottom:36px}
}
@media (max-width:1023px){
  body.single-product.woocommerce .alee-shop-main.alee-container{width:min(calc(100% - (var(--alee-edge-tablet) * 2)),var(--alee-product-width,1290px))}
  body.single-product.woocommerce div.product div.images,
  body.single-product.woocommerce div.product div.summary{width:100%;float:none;margin-bottom:28px}
  body.single-product.woocommerce div.product .product_title{font-size:clamp(28px,4.4vw,36px)}
}
@media (max-width:767px){
  body.single-product.woocommerce .alee-shop-main.alee-container{width:min(calc(100% - (var(--alee-edge-mobile) * 2)),var(--alee-product-width,1290px))}
  body.single-product.woocommerce div.product .product_title{font-size:28px;line-height:1.22}
  body.single-product.woocommerce div.product .flex-control-thumbs{gap:6px}
  body.single-product.woocommerce .woocommerce-Tabs-panel{font-size:16px;line-height:1.74}
  body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs{gap:18px;margin-bottom:20px!important}
  body.single-product.woocommerce :where(.related.products,.upsells.products)>h2{font-size:24px}
}

/* Product facts */
.alee-product-facts{clear:both;margin:22px 0 28px;padding:17px;border:1px solid var(--alee-border);border-radius:var(--alee-radius);background:var(--alee-surface)}
.alee-product-facts h2{margin:0 0 10px;font-size:18px}
.alee-product-facts dl{margin:0}
.alee-product-facts dl>div{display:grid;grid-template-columns:minmax(110px,34%) 1fr;gap:12px;padding:9px 0;border-top:1px solid var(--alee-border)}
.alee-product-facts dl>div:first-child{border-top:0}
.alee-product-facts dt{color:var(--alee-muted)}
.alee-product-facts dd{margin:0;font-weight:700}

/* Legacy Cart / Checkout: compact, semantic and CTA-first without changing WooCommerce flow. */
.woocommerce table.shop_table{width:100%;margin-bottom:22px;border:1px solid var(--alee-border);border-radius:var(--alee-radius);border-collapse:separate;border-spacing:0;overflow:hidden;background:#fff;font-size:15px}
.woocommerce table.shop_table th,.woocommerce table.shop_table td{padding:14px 12px;border-color:var(--alee-border);vertical-align:middle}
.woocommerce table.shop_table th{color:var(--alee-text);font-weight:750;text-align:start}
.woocommerce table.shop_table a{color:var(--alee-text)}
.woocommerce table.shop_table .product-name a{font-weight:750;text-decoration:none}
.woocommerce table.shop_table .product-thumbnail img{width:72px;height:72px;object-fit:contain;border-radius:9px;background:#f8fafc}
.woocommerce table.shop_table .amount{font-variant-numeric:tabular-nums;white-space:nowrap}
.woocommerce table.shop_table :where(del){color:var(--alee-muted);font-weight:500;opacity:.8}
.woocommerce table.shop_table :where(ins){color:var(--alee-text);font-weight:850;text-decoration:none!important}
.woocommerce-cart .cart-collaterals .cart_totals,.woocommerce-checkout #order_review{padding:18px;border:1px solid var(--alee-border);border-radius:var(--alee-radius);background:#fff}
.woocommerce-cart .cart-collaterals .cart_totals h2,.woocommerce-checkout #order_review_heading{margin-top:0}
.woocommerce-cart .cart_totals .order-total :where(th,td),.woocommerce-checkout .order-total :where(th,td){font-size:18px;font-weight:850}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select{min-height:46px;border:1px solid var(--alee-border);border-radius:9px;padding:9px 11px;background:#fff}
.woocommerce form .form-row input.input-text:focus,.woocommerce form .form-row textarea:focus,.woocommerce form .form-row select:focus{border-color:var(--alee-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--alee-primary) 10%,transparent);outline:0}
.woocommerce #payment{background:var(--alee-surface);border-radius:var(--alee-radius)}
.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce-checkout #place_order{min-height:52px;border:1px solid var(--alee-accent);border-radius:var(--alee-button-radius);background:var(--alee-accent);color:#fff;font-size:16px;font-weight:800;text-decoration:none!important}
.woocommerce #respond input#submit.alt:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,.woocommerce-checkout #place_order:hover{background:var(--alee-accent-dark);border-color:var(--alee-accent-dark);color:#fff}
.woocommerce-cart table.cart td.actions .coupon{display:flex;flex-wrap:wrap;gap:8px}
.woocommerce-cart table.cart td.actions .coupon .input-text{min-height:44px;border:1px solid var(--alee-border);border-radius:9px}
.woocommerce-cart table.cart td.actions .coupon .button{min-height:44px;border:1px solid var(--alee-primary);border-radius:var(--alee-button-radius);background:#fff;color:var(--alee-primary);text-decoration:none!important}

/* WooCommerce Cart / Checkout Blocks */
.alee-store-v7 :where(.wc-block-cart,.wc-block-checkout){color:var(--alee-text);font-size:16px;line-height:1.55}
.alee-store-v7 :where(.wc-block-cart,.wc-block-checkout) :where(a){text-underline-offset:2px}
.alee-store-v7 :where(.wc-block-cart,.wc-block-checkout) .wc-block-components-product-name{color:var(--alee-text);font-size:16px;font-weight:750;line-height:1.36;text-decoration:none!important}
.alee-store-v7 :where(.wc-block-cart,.wc-block-checkout) .wc-block-components-product-name:hover{color:var(--alee-primary)}
.alee-store-v7 :where(.wc-block-cart,.wc-block-checkout) :where(.wc-block-cart-item__image img,.wc-block-components-order-summary-item__image img){border-radius:9px;background:#f8fafc;object-fit:contain}
.alee-store-v7 :where(.wc-block-cart,.wc-block-checkout) .wc-block-components-product-price{display:flex;flex-wrap:wrap;align-items:baseline;gap:3px 7px;margin-top:5px;font-size:15px;line-height:1.18}
.alee-store-v7 :where(.wc-block-cart,.wc-block-checkout) .wc-block-components-product-price__regular{margin:0;font-size:13px}
.alee-store-v7 :where(.wc-block-cart,.wc-block-checkout) .wc-block-components-product-price__value{font-weight:800;text-decoration:none!important}
.alee-store-v7 :where(.wc-block-cart,.wc-block-checkout) .wc-block-components-product-price__value.is-discounted{font-size:16px}
.alee-store-v7 .wc-block-cart-item__total .wc-block-components-product-price{justify-content:flex-end;margin-top:0;font-size:16px;font-weight:850}
.alee-store-v7 .wc-block-components-product-badge{display:inline-flex;align-items:center;width:max-content;max-width:100%;margin-top:5px;padding:4px 7px;border:0;border-radius:7px;background:var(--alee-accent-soft);color:var(--alee-accent-dark);font-size:12px;font-weight:750;line-height:1.2}
.alee-store-v7 .wc-block-components-order-summary-item__quantity{display:grid;place-items:center;min-width:22px;height:22px;padding:0 5px;border:0;border-radius:999px;box-shadow:none;background:var(--alee-text);color:#fff;font-size:11px;font-weight:750}

/* Blocks form controls */
.alee-store-v7 :where(.wc-block-components-text-input input,.wc-block-components-combobox .wc-block-components-combobox-control input,.wc-block-components-textarea,.wc-blocks-components-select .wc-blocks-components-select__container select){min-height:46px!important;border:1px solid var(--alee-border)!important;border-radius:9px!important;background:#fff!important;color:var(--alee-text)!important}
.alee-store-v7 :where(.wc-block-components-text-input input,.wc-block-components-combobox .wc-block-components-combobox-control input,.wc-block-components-textarea,.wc-blocks-components-select .wc-blocks-components-select__container select):focus{border-color:var(--alee-primary)!important;box-shadow:0 0 0 3px color-mix(in srgb,var(--alee-primary) 10%,transparent)!important;outline:0!important}
.alee-store-v7 :where(.wc-block-cart table.wc-block-cart-items,.wc-block-cart .wc-block-cart-items tr td,.wc-block-cart .wc-block-components-totals-wrapper,.wc-block-checkout__sidebar .wc-block-components-totals-wrapper,.wc-block-checkout__main .wc-block-components-address-card){border-color:var(--alee-border)!important}
.alee-store-v7 .wc-block-components-quantity-selector{border-color:var(--alee-border)!important;border-radius:9px!important;background:#fff}
.alee-store-v7 .wc-block-components-quantity-selector__button{min-width:44px;min-height:44px;color:var(--alee-text)}
.alee-store-v7 .wc-block-components-quantity-selector__input{font-variant-numeric:tabular-nums;font-weight:700}
.alee-store-v7 .wc-block-cart-item__remove-link{min-height:36px;color:var(--alee-muted);text-decoration:none!important}
.alee-store-v7 .wc-block-cart-item__remove-link:hover{color:#b42318}

/* Coupon is a secondary action; orange remains reserved for checkout conversion. */
.alee-store-v7 .wc-block-components-totals-coupon__button{min-height:44px;padding-inline:14px;border:1px solid var(--alee-primary)!important;border-radius:var(--alee-button-radius)!important;background:#fff!important;color:var(--alee-primary)!important;font-weight:750;text-decoration:none!important}
.alee-store-v7 .wc-block-components-totals-coupon__button:hover{background:var(--alee-primary-soft)!important;color:var(--alee-primary-dark)!important}
.alee-store-v7 .wc-block-components-totals-coupon__button:disabled{border-color:var(--alee-border)!important;background:#eef1f5!important;color:#8a94a3!important;opacity:1;cursor:not-allowed}

/* Primary conversion actions */
.alee-store-v7 .wc-block-cart__submit-button,
.alee-store-v7 .wc-block-components-checkout-place-order-button{
  display:flex!important;align-items:center;justify-content:center;width:100%;min-height:54px;padding:11px 18px;border:1px solid var(--alee-accent)!important;border-radius:var(--alee-button-radius)!important;background:var(--alee-accent)!important;color:#fff!important;font-size:16px;font-weight:850;text-decoration:none!important;line-height:1.05;box-shadow:none
}
.alee-store-v7 :where(.wc-block-cart__submit-button,.wc-block-components-checkout-place-order-button)>span{display:flex;align-items:center;justify-content:center;width:100%;text-align:center}
.alee-store-v7 .wc-block-cart__submit-button:hover,
.alee-store-v7 .wc-block-components-checkout-place-order-button:hover{background:var(--alee-accent-dark)!important;border-color:var(--alee-accent-dark)!important;color:#fff!important}
.alee-store-v7 .wc-block-cart__submit-button:disabled,
.alee-store-v7 .wc-block-components-checkout-place-order-button:disabled{background:#c7ccd4!important;border-color:#c7ccd4!important;color:#fff!important;opacity:1;cursor:not-allowed}

/* Selection is blue; conversion is orange. */
.alee-store-v7 .wc-block-components-radio-control__option--checked,
.alee-store-v7 .wc-block-components-radio-control-accordion-option--checked-option-highlighted{border-color:var(--alee-primary);background:var(--alee-primary-soft)}

/* Checkout is confirmation, not a second product page. */
.alee-store-v7 .wc-block-checkout__sidebar .wp-block-woocommerce-checkout-order-summary-block{width:100%;max-width:100%;min-width:0;box-sizing:border-box;border:1px solid var(--alee-border);border-radius:var(--alee-radius);background:#fff;overflow:hidden}
.alee-store-v7 .wc-block-components-order-summary{width:100%;max-width:100%;min-width:0;box-sizing:border-box}
.alee-store-v7 .wc-block-components-order-summary__button-text{min-width:0;font-size:18px;line-height:1.28;font-weight:750;overflow-wrap:anywhere}
.alee-store-v7 .wc-block-components-order-summary-item{max-width:100%;min-width:0;box-sizing:border-box;padding-block:12px}
.alee-store-v7 .wc-block-components-order-summary-item__image{max-width:68px;min-width:0}
.alee-store-v7 .wc-block-components-order-summary-item__description{min-width:0;max-width:100%;overflow-wrap:anywhere;word-break:normal}
.alee-store-v7 .wc-block-components-order-summary-item__description .wc-block-components-product-name{max-width:100%;font-size:14px;line-height:1.38;font-weight:750;overflow-wrap:anywhere}
.alee-store-v7 .wc-block-components-order-summary-item__description .wc-block-components-product-metadata{font-size:12px;line-height:1.45;color:var(--alee-muted)}
.alee-store-v7 .wc-block-components-order-summary-item__description .wc-block-components-product-price{font-size:12px;color:var(--alee-muted)!important}
.alee-store-v7 .wc-block-components-order-summary-item__total-price{min-width:max-content;margin-inline-start:8px;font-size:15px;font-weight:800;line-height:1.25;text-align:end;white-space:nowrap;font-variant-numeric:tabular-nums}
.alee-store-v7 .wc-block-checkout__sidebar .wc-block-components-totals-footer-item :where(.wc-block-components-totals-item__label,.wc-block-components-totals-item__value){font-size:20px;font-weight:850;font-variant-numeric:tabular-nums}
.alee-store-v7 .wc-block-checkout__terms{color:var(--alee-muted);font-size:14px;line-height:1.55}


/* Mobile buy bar */
.alee-mobile-buy-bar{position:fixed;right:0;bottom:0;left:0;z-index:105;display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"price price" "add buy";gap:8px;align-items:center;padding:9px max(10px,env(safe-area-inset-right)) calc(9px + env(safe-area-inset-bottom)) max(10px,env(safe-area-inset-left));background:rgba(255,255,255,.98);border-top:1px solid var(--alee-border);box-shadow:0 -8px 24px rgba(16,47,79,.10);backdrop-filter:blur(10px)}
.alee-mobile-buy-price{grid-area:price;overflow:hidden;font-size:18px;font-weight:900;line-height:1.15}
.alee-mobile-buy-price del{font-size:12px}
.alee-mobile-buy-price ins{font-size:18px}
.alee-mobile-buy-bar .button{min-height:52px;margin:0;border-radius:var(--alee-button-radius);font-size:16px;font-weight:800;text-decoration:none!important}
.alee-mobile-add{grid-area:add;background:#fff!important;color:var(--alee-accent)!important;border:1px solid var(--alee-accent)!important}
.alee-mobile-buy{grid-area:buy;background:var(--alee-accent)!important;color:#fff!important;border:1px solid var(--alee-accent)!important}
.alee-mobile-buy-bar .button:disabled,.alee-mobile-buy-bar .button.disabled,.alee-buy-now:disabled,.alee-buy-now.disabled{opacity:.48;cursor:not-allowed;filter:grayscale(.15)}

@media (min-width:768px){
  .woocommerce ul.products{grid-template-columns:repeat(var(--alee-shop-cols-tablet,3),minmax(0,1fr));gap:18px}
  .alee-mobile-buy-bar{display:none}
  body.alee-has-buy-bar{padding-bottom:0}
}
@media (min-width:1024px){
  .woocommerce ul.products{grid-template-columns:repeat(var(--alee-shop-cols-desktop,4),minmax(0,1fr))}
}
@media (max-width:767px){
  .woocommerce .woocommerce-result-count,.woocommerce .woocommerce-ordering{float:none}
  .woocommerce .woocommerce-ordering{margin-bottom:12px}
  .woocommerce div.product div.images,.woocommerce div.product div.summary{width:100%;float:none}
  .woocommerce div.product form.cart .single_add_to_cart_button,.woocommerce div.product form.cart .alee-buy-now{flex:1 1 130px}
  .woocommerce table.shop_table_responsive tr td,.woocommerce-page table.shop_table_responsive tr td{padding:10px 8px}
  .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:14px!important;padding-inline:11px!important}
  .woocommerce ul.products li.product .price{min-height:2.35em;font-size:18px!important;margin:8px 11px 12px!important}
  .woocommerce ul.products li.product .price del{font-size:12px}
  .woocommerce ul.products li.product .price ins{font-size:18px}
  .woocommerce ul.products li.product .button{width:calc(100% - 22px);margin-inline:11px!important}
  /* Cart Block already shows the line total at the right; hide duplicate unit-price copy below the product name on narrow screens. */
  .alee-store-v7 .wc-block-cart .wc-block-cart-item__product .wc-block-components-product-price{display:none}
  .alee-store-v7 .wc-block-cart .wc-block-components-product-name{font-size:15px;line-height:1.35}
  .alee-store-v7 .wc-block-cart-item__total .wc-block-components-product-price{display:flex;font-size:16px}
  .alee-store-v7 .wc-block-components-product-badge{font-size:11px}
  .alee-store-v7 .wc-block-checkout .wc-block-components-order-summary__button-text{font-size:17px;line-height:1.3}
  .alee-store-v7 .wc-block-checkout .wc-block-components-order-summary-item{padding-block:10px}
  .alee-store-v7 .wc-block-checkout .wc-block-components-order-summary-item__image{max-width:56px}
  .alee-store-v7 .wc-block-checkout .wc-block-components-order-summary-item__description .wc-block-components-product-name{font-size:13px;line-height:1.38}
  .alee-store-v7 .wc-block-checkout .wc-block-components-order-summary-item__description .wc-block-components-product-price{display:none}
  .alee-store-v7 .wc-block-checkout .wc-block-components-order-summary-item__total-price{margin-inline-start:5px;font-size:14px}
  .alee-store-v7 .wc-block-checkout .wc-block-components-product-badge{font-size:10px;padding:3px 6px}
}
