/* =====================================================================
   Terry's Tees — WooCommerce
   Loaded only when WooCommerce is active. Overrides Woo's defaults with
   theme-prefixed selectors so the store matches the rest of the design.
   ===================================================================== */

/* ---- shop hero + brand hero ---- */
.tt-shop-hero{position:relative;background:var(--paper);border-bottom:1px solid var(--line);padding:clamp(36px,5vw,64px) 0 0;overflow:hidden}
.tt-shop-hero::before{content:"";position:absolute;inset:0;background:radial-gradient(45% 90% at 92% 50%,rgba(11,168,255,.14),transparent 70%),radial-gradient(25% 60% at 70% 100%,rgba(254,211,60,.12),transparent 70%);pointer-events:none}
.tt-shop-hero .tt-container{position:relative}
.tt-shop-hero h1{font-size:clamp(2.1rem,4.4vw,3.4rem);margin-bottom:.2em}
.tt-shop-hero p{max-width:62ch;color:var(--body);font-size:1.08rem;margin:0 0 22px}
.tt-chips{display:flex;gap:10px;flex-wrap:wrap;padding-bottom:26px}
.tt-chips a{display:inline-flex;align-items:center;gap:8px;padding:9px 16px;border-radius:999px;background:#fff;border:1px solid var(--line);color:var(--ink);font-weight:600;font-size:.9rem;transition:all .2s}
.tt-chips a:hover{border-color:var(--navy);color:var(--navy);transform:translateY(-1px)}
.tt-chips a.is-active{background:var(--navy);border-color:var(--navy);color:#fff}
.tt-chips a .n{font-size:.75rem;font-weight:700;padding:2px 7px;border-radius:999px;background:var(--blue-100);color:var(--navy)}
.tt-chips a.is-active .n{background:rgba(255,255,255,.18);color:#fff}

.tt-brand-hero{position:relative;background:var(--navy);color:#cfe3f3;overflow:hidden}
.tt-brand-hero::before{content:"";position:absolute;inset:0;background:radial-gradient(40% 60% at 0% 100%,rgba(254,211,60,.10),transparent 60%);pointer-events:none}
.tt-brand-hero::after{content:"";position:absolute;right:-160px;top:-160px;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,var(--tt-accent,rgba(11,168,255,.5)),transparent 65%);opacity:.6;pointer-events:none}
.tt-brand-hero .tt-container{position:relative;display:grid;grid-template-columns:1.2fr .8fr;gap:clamp(24px,5vw,64px);align-items:center;padding:clamp(48px,6vw,80px) 0}
.tt-brand-hero .tt-breadcrumbs,.tt-brand-hero .tt-breadcrumbs a{color:#8fb0c9}
.tt-brand-hero h1{color:#fff;font-size:clamp(2.2rem,4.8vw,3.8rem);margin-bottom:.25em}
.tt-brand-hero p{color:#c8ddec;font-size:1.08rem;max-width:56ch;margin:0 0 20px}
.tt-brand-hero .tt-brand-meta{display:flex;flex-wrap:wrap;gap:10px;align-items:center}
.tt-brand-hero .tt-brand-meta .chip{background:rgba(255,255,255,.08);color:#fff;border-color:rgba(255,255,255,.14)}
.tt-brand-hero .shop-status{position:static;display:inline-flex}
.tt-brand-hero .tt-brand-media{position:relative;justify-self:end;width:min(100%,380px);aspect-ratio:1/1;border-radius:32px;overflow:hidden;background:#fff;box-shadow:var(--shadow-lg);transform:rotate(3deg)}
.tt-brand-hero .tt-brand-media img{width:100%;height:100%;object-fit:contain;object-position:center;padding:6%}
.tt-brand-hero .tt-brand-media.is-placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--blue),var(--navy-700));font-family:var(--font-display);font-size:5rem;font-weight:800;color:#fff}
@media (max-width:1024px){.tt-brand-hero .tt-container{grid-template-columns:1fr}.tt-brand-hero .tt-brand-media{justify-self:start;width:min(100%,260px)}}

/* ---- toolbar ---- */
.tt-shop-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:26px}
.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count{margin:0;float:none;color:var(--muted);font-size:.92rem}
.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering{margin:0;float:none}
.woocommerce .woocommerce-ordering select{font:inherit;font-size:.92rem;padding:10px 40px 10px 16px;border:2px solid var(--line);border-radius:999px;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%230a3855' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 16px center;-webkit-appearance:none;appearance:none;color:var(--ink)}
.woocommerce .woocommerce-ordering select:focus{outline:none;border-color:var(--blue)}
.woocommerce-notices-wrapper:empty{display:none}

/* ---- product grid ---- */
.woocommerce ul.products,.woocommerce-page ul.products,body .elementor ul.products,.tt-static ul.products{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin:0;padding:0;list-style:none}
.woocommerce ul.products::before,.woocommerce ul.products::after,.woocommerce-page ul.products::before,.woocommerce-page ul.products::after{content:none}
.woocommerce ul.products.columns-3,body .elementor ul.products.columns-3{grid-template-columns:repeat(3,1fr)}
.woocommerce ul.products.columns-2,body .elementor ul.products.columns-2{grid-template-columns:repeat(2,1fr)}
.woocommerce ul.products[class*="columns-"] li.product,.woocommerce-page ul.products[class*="columns-"] li.product,body .elementor ul.products[class*="columns-"] li.product,.woocommerce ul.products[class*="columns-"] li.product.first,.woocommerce ul.products[class*="columns-"] li.product.last{float:none;width:auto;margin:0;clear:none}
.woocommerce ul.products::before,.woocommerce ul.products::after,.woocommerce-page ul.products::before,.woocommerce-page ul.products::after,.woocommerce ul.products[class*="columns-"]::before,.woocommerce ul.products[class*="columns-"]::after{content:none;display:none}
@media (max-width:1024px){.woocommerce ul.products,.woocommerce-page ul.products,body .elementor ul.products,.tt-static ul.products,.woocommerce ul.products.columns-3,body .elementor ul.products.columns-3{grid-template-columns:repeat(3,1fr);gap:18px}}
@media (max-width:767px){.woocommerce ul.products,.woocommerce-page ul.products,body .elementor ul.products,.tt-static ul.products,.woocommerce ul.products.columns-3,body .elementor ul.products.columns-3,.woocommerce ul.products.columns-2,body .elementor ul.products.columns-2{grid-template-columns:repeat(2,1fr);gap:12px}
.woocommerce ul.products[class*="columns-"] li.product,.woocommerce-page ul.products[class*="columns-"] li.product,.woocommerce-page ul.products[class*="columns-"] li.product:nth-child(2n),.woocommerce ul.products[class*="columns-"] li.product:nth-child(2n){width:auto;float:none;margin:0;clear:none}}
.woocommerce ul.products li.product,.woocommerce-page ul.products li.product,body .elementor ul.products li.product,.tt-static ul.products li.product{float:none;width:auto;margin:0;padding:0;display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .35s var(--ease),box-shadow .35s var(--ease);position:relative;text-align:left}
.woocommerce ul.products li.product:hover,body .elementor ul.products li.product:hover,.tt-static ul.products li.product:hover{transform:translateY(-6px);box-shadow:var(--shadow-md)}
.tt-product-media{position:relative;display:block;aspect-ratio:1/1;background:#fff;border-bottom:1px solid var(--line);overflow:hidden}
.tt-product-media img,.woocommerce ul.products li.product .tt-product-media img,body .elementor .tt-product-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;padding:8%;margin:0;transition:opacity .5s var(--ease),transform .6s var(--ease)}
.tt-product-media img.tt-hover-img{opacity:0}
li.product:hover .tt-product-media img.tt-hover-img{opacity:1}
li.product:hover .tt-product-media img.tt-main-img{transform:scale(1.04)}
li.product:hover .tt-product-media.has-hover img.tt-main-img{opacity:0}
.woocommerce ul.products li.product .onsale,.woocommerce span.onsale{position:absolute;top:14px;left:14px;z-index:2;min-height:0;min-width:0;line-height:1;padding:7px 12px;border-radius:999px;background:var(--sun);color:var(--ink);font-family:var(--font-display);font-weight:800;font-size:.74rem;letter-spacing:.06em;text-transform:uppercase;margin:0}
.tt-product-body{display:flex;flex-direction:column;gap:6px;padding:18px 20px 20px;flex:1}
.tt-product-cat{font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--blue-700)}
.woocommerce ul.products li.product .woocommerce-loop-product__title,body .elementor ul.products li.product .woocommerce-loop-product__title,.tt-static ul.products li.product .woocommerce-loop-product__title{font-family:var(--font-display);font-size:1.08rem;font-weight:700;line-height:1.25;color:var(--ink);padding:0;margin:0}
.woocommerce ul.products li.product .woocommerce-loop-product__title a,body .elementor .woocommerce-loop-product__title a{color:inherit}
.woocommerce ul.products li.product .woocommerce-loop-product__title a:hover{color:var(--blue-700)}
.woocommerce ul.products li.product .price,body .elementor ul.products li.product .price,.tt-static ul.products li.product .price{color:var(--navy);font-weight:700;font-size:1rem;margin:2px 0 12px}
.woocommerce ul.products li.product .price del{color:var(--muted);font-weight:500;opacity:1}
.woocommerce ul.products li.product .price ins{text-decoration:none}
.woocommerce ul.products li.product .button,body .elementor ul.products li.product .button,.tt-static ul.products li.product .button{margin:auto 0 0;padding:12px 18px;font-size:.9rem;width:100%;background:var(--paper);border-color:var(--paper);color:var(--navy);box-shadow:none}
.woocommerce ul.products li.product .button:hover,body .elementor ul.products li.product .button:hover,.tt-static ul.products li.product .button:hover{background:var(--navy);border-color:var(--navy);color:#fff;transform:none}
.woocommerce ul.products li.product .star-rating{margin:0}
.woocommerce a.added_to_cart{display:block;font-size:.85rem;padding-top:8px;color:var(--blue-700);font-weight:600}
@media (max-width:600px){.tt-product-body{padding:12px 14px 14px}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:.95rem}.woocommerce ul.products li.product .button{padding:10px 12px;font-size:.82rem}}

/* ---- pagination ---- */
.woocommerce nav.woocommerce-pagination{margin-top:40px}
.woocommerce nav.woocommerce-pagination ul{border:0;display:flex;gap:6px;justify-content:center}
.woocommerce nav.woocommerce-pagination ul li{border:0;display:block}
.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;padding:0 12px;border-radius:999px;border:1px solid var(--line);font-weight:700;color:var(--ink);line-height:1}
.woocommerce nav.woocommerce-pagination ul li a:hover{background:var(--blue-50);color:var(--navy)}
.woocommerce nav.woocommerce-pagination ul li span.current{background:var(--navy);border-color:var(--navy);color:#fff}

/* ---- single product ---- */
.tt-product-bar{background:var(--paper);border-bottom:1px solid var(--line);padding:16px 0}
.woocommerce div.product .tt-product-top{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:clamp(28px,5vw,64px);align-items:start}
.woocommerce div.product div.images,.woocommerce div.product .woocommerce-product-gallery{float:none;width:100%;margin:0}
.woocommerce div.product div.summary{float:none;width:100%;margin:0;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:clamp(22px,3vw,36px);box-shadow:var(--shadow-sm)}
.woocommerce div.product .tt-product-top > div.summary{position:sticky;top:104px}
body.admin-bar .woocommerce div.product .tt-product-top > div.summary{top:136px}
.woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper{margin:0}
.woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__image{border-radius:var(--radius);overflow:hidden;background:#fff;border:1px solid var(--line)}
.woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__image img{width:100%;height:auto}
.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs{display:flex;gap:10px;margin:12px 0 0;padding:0;list-style:none;flex-wrap:wrap}
.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li{width:76px;float:none;margin:0;cursor:pointer}
.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li img{border-radius:12px;border:2px solid var(--line);opacity:.7;background:#fff}
.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active,.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li img:hover{opacity:1;border-color:var(--blue)}
.woocommerce div.product .woocommerce-product-gallery__trigger{top:14px;right:14px;border-radius:50%;box-shadow:var(--shadow-sm)}
.woocommerce div.product .product_title{font-size:clamp(1.7rem,3vw,2.4rem);margin-bottom:.35em;line-height:1.1}
.woocommerce div.product .tt-product-cat{display:inline-block;margin-bottom:10px}
.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--navy);font-family:var(--font-display);font-size:1.5rem;font-weight:800;margin-bottom:16px}
.woocommerce div.product p.price del,.woocommerce div.product span.price del{color:var(--muted);font-weight:500;font-size:1.1rem;opacity:1}
.woocommerce div.product p.price ins{text-decoration:none}
.woocommerce div.product .woocommerce-product-details__short-description{color:var(--body);font-size:1rem;padding:16px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-bottom:18px}
.woocommerce div.product .woocommerce-product-details__short-description p:last-child{margin:0}
.woocommerce div.product form.cart{margin-bottom:18px}
.woocommerce div.product form.cart .variations{margin-bottom:18px;border:0}
.woocommerce div.product form.cart .variations td,.woocommerce div.product form.cart .variations th{display:block;padding:0;border:0;line-height:1.5}
.woocommerce div.product form.cart .variations tr{display:block;margin-bottom:14px}
.woocommerce div.product form.cart .variations th.label{font-weight:700;font-size:.9rem;color:var(--ink);margin-bottom:6px;text-align:left}
.woocommerce div.product form.cart .variations th.label label{font-weight:700}
.woocommerce div.product form.cart .variations select{width:100%;font:inherit;padding:12px 40px 12px 16px;border:2px solid var(--line);border-radius:14px;background:#f8fafc url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%230a3855' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 16px center;-webkit-appearance:none;appearance:none;color:var(--ink);min-height:50px}
.woocommerce div.product form.cart .variations select:focus{outline:none;border-color:var(--blue);background-color:#fff}
.woocommerce div.product form.cart .reset_variations{font-size:.82rem;color:var(--muted);display:inline-block;margin-top:6px}
.woocommerce div.product form.cart .woocommerce-variation-price{margin-bottom:12px}
.woocommerce div.product form.cart .woocommerce-variation-availability .stock{font-size:.9rem;font-weight:600}
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart,.woocommerce div.product form.cart:not(.variations_form){display:flex;gap:12px;align-items:center;flex-wrap:wrap}
.woocommerce div.product form.cart div.quantity{float:none;margin:0}
.woocommerce .quantity .qty{width:88px;min-height:52px;font:inherit;font-weight:700;text-align:center;border:2px solid var(--line);border-radius:14px;background:#f8fafc;color:var(--ink)}
.woocommerce .quantity .qty:focus{outline:none;border-color:var(--blue)}
.woocommerce div.product form.cart .button,.woocommerce div.product form.cart .single_add_to_cart_button{flex:1;float:none;min-height:52px;font-size:1rem;background:var(--sun);border-color:var(--sun);color:var(--ink);box-shadow:0 8px 22px rgba(254,211,60,.35)}
.woocommerce div.product form.cart .single_add_to_cart_button:hover{background:var(--sun-600);border-color:var(--sun-600);color:var(--ink)}
.woocommerce div.product form.cart .single_add_to_cart_button.disabled,.woocommerce div.product form.cart .single_add_to_cart_button:disabled{opacity:.5;transform:none;box-shadow:none}
.woocommerce div.product .product_meta{font-size:.85rem;color:var(--muted);line-height:2}
.woocommerce div.product .product_meta a{color:var(--blue-700);font-weight:600}
.tt-trust-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:20px}
.tt-trust-strip div{display:flex;flex-direction:column;gap:2px;padding:12px;border-radius:12px;background:var(--paper);font-size:.78rem;color:var(--muted);line-height:1.3}
.tt-trust-strip div b{color:var(--ink);font-size:.82rem}
/* swatch plugins (Variation Swatches for WooCommerce) — keep their radio/swatches tidy */
.woocommerce div.product .variable-items-wrapper .variable-item{border-radius:12px!important;box-shadow:none!important}
.woocommerce div.product .variable-items-wrapper .variable-item.selected{outline:2px solid var(--blue)}
/* tabs */
.woocommerce div.product .woocommerce-tabs{clear:both;margin-top:clamp(28px,4vw,48px)}
.woocommerce div.product .woocommerce-tabs ul.tabs{padding:0;margin:0 0 22px;display:flex;gap:6px;flex-wrap:wrap;overflow:visible;list-style:none}
.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs::after{content:none}
.woocommerce div.product .woocommerce-tabs ul.tabs li{border:1px solid var(--line);background:#fff;border-radius:999px;margin:0;padding:0;box-shadow:none;list-style:none}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,.woocommerce div.product .woocommerce-tabs ul.tabs li::after{content:none;display:none}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{padding:10px 20px;font-weight:700;color:var(--ink);font-size:.95rem}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background:var(--navy);border-color:var(--navy)}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:#fff}
.woocommerce div.product .woocommerce-tabs .panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:clamp(22px,3vw,36px);box-shadow:var(--shadow-sm);max-width:none}
.woocommerce div.product .woocommerce-tabs .panel h2{font-size:1.35rem;margin-bottom:12px}
.woocommerce div.product .woocommerce-tabs .panel ul{padding-left:1.2em}
.woocommerce div.product .woocommerce-tabs .panel li{margin-bottom:.4em}
.woocommerce table.shop_attributes{border:0}
.woocommerce table.shop_attributes th,.woocommerce table.shop_attributes td{border:0;border-bottom:1px solid var(--line);padding:10px 12px;font-style:normal}
.woocommerce table.shop_attributes tr:nth-child(even) td,.woocommerce table.shop_attributes tr:nth-child(even) th{background:var(--paper)}
/* related / upsells */
.woocommerce div.product section.related,.woocommerce div.product section.up-sells{clear:both;margin-top:clamp(36px,5vw,64px)}
.woocommerce div.product section.related > h2,.woocommerce div.product section.up-sells > h2{font-size:clamp(1.5rem,2.6vw,2rem);margin-bottom:22px}
@media (max-width:1024px){
  .woocommerce div.product .tt-product-top{grid-template-columns:1fr}
  .woocommerce div.product .tt-product-top > div.summary{position:static}
}

/* ---- notices ---- */
.woocommerce-message,.woocommerce-error,.woocommerce-info,.woocommerce-notice{border:1px solid var(--line);border-top:0;border-left:5px solid var(--blue);border-radius:14px;background:#fff;color:var(--ink);padding:16px 20px 16px 52px!important;box-shadow:var(--shadow-sm);margin-bottom:24px;font-size:.95rem}
.woocommerce-message::before,.woocommerce-error::before,.woocommerce-info::before{top:18px;left:18px}
.woocommerce-message{border-left-color:var(--ok)}
.woocommerce-message::before{color:var(--ok)}
.woocommerce-error{border-left-color:var(--bad)}
.woocommerce-error::before{color:var(--bad)}
.woocommerce-info::before{color:var(--blue)}
.woocommerce-message .button,.woocommerce-info .button{float:right;padding:9px 16px;font-size:.85rem;margin-left:12px}

/* ---- cart ---- */
.woocommerce table.shop_table{border:1px solid var(--line);border-radius:var(--radius);border-collapse:separate;border-spacing:0;overflow:hidden;background:#fff;box-shadow:var(--shadow-sm)}
.woocommerce table.shop_table th{background:var(--paper);font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);padding:14px 16px;border:0}
.woocommerce table.shop_table td{padding:16px;border-top:1px solid var(--line);border-left:0;border-right:0;border-bottom:0;vertical-align:middle}
.woocommerce table.shop_table td.product-thumbnail img{width:72px;border-radius:12px;background:#fff;border:1px solid var(--line)}
.woocommerce table.shop_table td.product-name a{font-weight:700;color:var(--ink)}
.woocommerce table.shop_table td.product-name .variation{font-size:.85rem;color:var(--muted);margin-top:4px}
.woocommerce table.shop_table td.product-name .variation dt,.woocommerce table.shop_table td.product-name .variation dd{display:inline;margin:0;padding:0;float:none}
.woocommerce a.remove{color:var(--muted)!important;font-size:1.2rem;width:28px;height:28px;line-height:26px;border:1px solid var(--line);background:#fff}
.woocommerce a.remove:hover{background:var(--bad)!important;color:#fff!important;border-color:var(--bad)}
.woocommerce table.shop_table td.actions{padding:16px}
.woocommerce table.shop_table td.actions .coupon{display:flex;gap:10px;align-items:center;float:none}
.woocommerce table.shop_table td.actions .coupon .input-text{width:200px;min-height:46px;font:inherit;padding:10px 14px;border:2px solid var(--line);border-radius:12px;margin:0}
.woocommerce table.shop_table td.actions .coupon .button,.woocommerce table.shop_table td.actions > .button{padding:12px 18px;font-size:.9rem}
.woocommerce table.shop_table td.actions > .button{float:right}
.woocommerce .cart-collaterals{margin-top:32px}
.woocommerce .cart-collaterals .cart_totals{float:none;width:100%;max-width:440px;margin-left:auto;background:var(--paper);border-radius:var(--radius);padding:26px;border:1px solid var(--line)}
.woocommerce .cart-collaterals .cart_totals h2{font-size:1.3rem;margin-bottom:14px}
.woocommerce .cart-collaterals .cart_totals table.shop_table{box-shadow:none;background:transparent;border:0}
.woocommerce .cart-collaterals .cart_totals table.shop_table th,.woocommerce .cart-collaterals .cart_totals table.shop_table td{background:transparent;padding:12px 0;border-top:1px solid var(--line);text-transform:none;letter-spacing:0;font-size:1rem;color:var(--ink)}
.woocommerce .cart-collaterals .cart_totals table.shop_table tr:first-child th,.woocommerce .cart-collaterals .cart_totals table.shop_table tr:first-child td{border-top:0}
.woocommerce .cart-collaterals .cart_totals .order-total .amount{font-family:var(--font-display);font-size:1.3rem;color:var(--navy)}
.woocommerce .wc-proceed-to-checkout a.checkout-button{width:100%;font-size:1.05rem;padding:18px 24px;background:var(--sun);border-color:var(--sun);color:var(--ink)}
.woocommerce .wc-proceed-to-checkout a.checkout-button:hover{background:var(--sun-600);border-color:var(--sun-600);color:var(--ink)}
.woocommerce .cart-empty,.woocommerce .return-to-shop{text-align:center}
.woocommerce .return-to-shop .button{margin-top:10px}
@media (max-width:767px){
  .woocommerce table.shop_table_responsive tr td{border-top:0;padding:8px 16px}
  .woocommerce table.shop_table_responsive tr{border-top:1px solid var(--line);display:block;padding:8px 0}
  .woocommerce table.shop_table td.actions .coupon{flex-wrap:wrap}
  .woocommerce table.shop_table td.actions .coupon .input-text{width:100%}
  .woocommerce table.shop_table td.actions > .button{float:none;width:100%;margin-top:10px}
}

/* ---- checkout ---- */
.woocommerce form .form-row{margin-bottom:14px;padding:0}
.woocommerce form .form-row label{font-weight:600;font-size:.9rem;color:var(--ink);margin-bottom:6px;line-height:1.4}
.woocommerce form .form-row .required{color:var(--bad);text-decoration:none}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select,.woocommerce form .form-row .select2-container .select2-selection--single{width:100%;font:inherit;font-size:16px;color:var(--ink);background:#f8fafc;border:2px solid #dbe3ec;border-radius:14px;padding:12px 16px;min-height:52px;line-height:1.4;box-shadow:none}
.woocommerce form .form-row .select2-container .select2-selection--single{display:flex;align-items:center}
.woocommerce form .form-row .select2-container .select2-selection--single .select2-selection__rendered{padding:0;line-height:1.4;color:var(--ink)}
.woocommerce form .form-row .select2-container .select2-selection--single .select2-selection__arrow{top:50%;transform:translateY(-50%);right:12px}
.woocommerce form .form-row input.input-text:focus,.woocommerce form .form-row textarea:focus,.woocommerce form .form-row select:focus{outline:none;border-color:var(--blue);background:#fff;box-shadow:0 0 0 4px rgba(11,168,255,.15)}
.woocommerce form .form-row.woocommerce-invalid input.input-text{border-color:var(--bad)}
.woocommerce form .form-row.woocommerce-validated input.input-text{border-color:var(--ok)}
.woocommerce-checkout .col2-set{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.woocommerce-checkout .col2-set .col-1,.woocommerce-checkout .col2-set .col-2{float:none;width:100%}
.woocommerce-checkout h3{font-size:1.25rem;margin:0 0 16px}
.woocommerce-checkout #customer_details{margin-bottom:28px}
.woocommerce-checkout #order_review_heading{font-size:1.25rem;margin-bottom:14px}
.woocommerce-checkout #order_review{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:24px}
.woocommerce-checkout #order_review table.shop_table{box-shadow:none;background:#fff}
.woocommerce-checkout #payment{background:transparent;border-radius:0}
.woocommerce-checkout #payment ul.payment_methods{padding:16px 0;border-bottom:1px solid var(--line)}
.woocommerce-checkout #payment ul.payment_methods li{padding:10px 0;font-weight:600}
.woocommerce-checkout #payment div.payment_box{background:#fff;border:1px solid var(--line);border-radius:14px;color:var(--body);font-size:.92rem}
.woocommerce-checkout #payment div.payment_box::before{border-bottom-color:var(--line)}
.woocommerce-checkout #payment div.place-order{padding:20px 0 0}
.woocommerce-checkout #payment #place_order{width:100%;font-size:1.05rem;padding:18px 24px;float:none;background:var(--sun);border-color:var(--sun);color:var(--ink)}
.woocommerce-checkout #payment #place_order:hover{background:var(--sun-600);border-color:var(--sun-600);color:var(--ink)}
.woocommerce-form-coupon-toggle .woocommerce-info,.woocommerce-form-login-toggle .woocommerce-info{margin-bottom:16px}
.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register{border:1px solid var(--line);border-radius:var(--radius);padding:24px;background:#fff;margin-bottom:24px}
.woocommerce-terms-and-conditions-wrapper{margin-bottom:16px;font-size:.9rem;color:var(--body)}
.woocommerce-privacy-policy-text p{font-size:.85rem;color:var(--muted)}
.woocommerce ul.order_details{display:flex;flex-wrap:wrap;gap:10px;padding:0;margin:0 0 28px}
.woocommerce ul.order_details li{border:1px solid var(--line);border-radius:14px;padding:12px 16px;margin:0;font-size:.8rem;background:#fff}
.woocommerce ul.order_details li strong{font-size:1rem;color:var(--ink)}
.woocommerce .woocommerce-thankyou-order-received{font-family:var(--font-display);font-size:1.4rem;font-weight:700;color:var(--navy);margin-bottom:20px}
@media (max-width:767px){.woocommerce-checkout .col2-set{grid-template-columns:1fr}}

/* ---- my account ---- */
.woocommerce-account:not(.logged-in) .tt-entry > .woocommerce{max-width:520px;margin-inline:auto}
.woocommerce-account .woocommerce > h2{font-size:1.5rem;margin:0 0 14px;text-align:center}
.woocommerce-account .woocommerce > h2 + form{margin-top:0}
.woocommerce-account .woocommerce::after{content:"";display:table;clear:both}
.woocommerce-account .woocommerce-MyAccount-navigation{float:left;width:260px;margin:0 0 32px;background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:14px}
.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:0}
.woocommerce-account .woocommerce-MyAccount-navigation li{margin:0}
.woocommerce-account .woocommerce-MyAccount-navigation li a{display:block;padding:11px 14px;border-radius:12px;font-weight:600;color:var(--ink)}
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover{background:#fff;color:var(--navy)}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a{background:var(--navy);color:#fff}
.woocommerce-account .woocommerce-MyAccount-content{float:right;width:calc(100% - 292px);margin:0 0 32px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:clamp(22px,3vw,32px);box-shadow:var(--shadow-sm)}
.woocommerce-account .woocommerce-MyAccount-content > p:first-child{margin-top:0}
.woocommerce-account .woocommerce-MyAccount-content h2,.woocommerce-account .woocommerce-MyAccount-content h3{font-size:1.3rem}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-notices-wrapper:empty{display:none}
.woocommerce-account .u-columns{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.woocommerce-account .u-columns .col-1,.woocommerce-account .u-columns .col-2{float:none;width:100%}
.woocommerce-account .woocommerce-form-login,.woocommerce-account .woocommerce-form-register,.woocommerce-account .woocommerce-ResetPassword{max-width:520px;margin-inline:auto;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:clamp(24px,3vw,36px);box-shadow:var(--shadow-md)}
.woocommerce-account .woocommerce-form-login .form-row{margin-bottom:16px}
.woocommerce-account .woocommerce-form-login .password-input{display:block;position:relative}
.woocommerce-account .woocommerce-form-login .show-password-input{top:50%;transform:translateY(-50%);right:14px}
.woocommerce-account .woocommerce-form-login .show-password-input::after{color:var(--muted)}
.woocommerce-account .woocommerce-form-login__rememberme{display:flex;align-items:center;gap:8px;font-weight:500;color:var(--body)}
.woocommerce-account .woocommerce-form-login__rememberme input{width:18px;height:18px;accent-color:var(--navy)}
.woocommerce-account .woocommerce-form-login .woocommerce-form-login__submit{margin-top:6px}
.woocommerce-account .woocommerce-LostPassword{text-align:center;margin:14px 0 0;font-size:.92rem}
.woocommerce-account .woocommerce-form-login .button,.woocommerce-account .woocommerce-form-register .button,.woocommerce-account .woocommerce-ResetPassword .button{width:100%}
.woocommerce-account .woocommerce-orders-table__cell-order-actions .button{padding:9px 14px;font-size:.82rem;margin-right:6px}
/* addresses overview: two cards, no floats, a proper header row */
.woocommerce-account .woocommerce-Addresses{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:6px}
.woocommerce-account .woocommerce-Addresses::before,.woocommerce-account .woocommerce-Addresses::after{content:none;display:none}
.woocommerce-account .woocommerce-Address{float:none;width:100%;background:var(--paper);border:1px solid var(--line);border-radius:16px;padding:20px 22px;margin:0}
.woocommerce-account .woocommerce-MyAccount-content > .woocommerce-Address{max-width:520px;margin-top:6px}
.woocommerce-account .woocommerce-Address-title,.woocommerce-account .addresses .title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 12px}
.woocommerce-account .woocommerce-Address-title::before,.woocommerce-account .woocommerce-Address-title::after,.woocommerce-account .addresses .title::before,.woocommerce-account .addresses .title::after{content:none;display:none}
.woocommerce-account .woocommerce-Address-title h2,.woocommerce-account .addresses .title h2{float:none;font-size:1.1rem;margin:0;line-height:1.3}
.woocommerce-account .woocommerce-Address-title .edit,.woocommerce-account .addresses .title .edit{float:none;flex:none;font-size:.82rem;font-weight:700;color:var(--blue-700);padding:7px 12px;border-radius:999px;background:#fff;border:1px solid var(--line);line-height:1;white-space:nowrap}
.woocommerce-account .woocommerce-Address-title .edit:hover{background:var(--navy);border-color:var(--navy);color:#fff}
.woocommerce-account .woocommerce-Address address{font-style:normal;line-height:1.7;color:var(--body);margin:0}
/* edit address + account details forms: grid instead of Woo's 47% floats */
.woocommerce-account .woocommerce-address-fields__field-wrapper,.woocommerce-account .woocommerce-EditAccountForm{display:grid;grid-template-columns:1fr 1fr;gap:0 14px;align-items:start}
.woocommerce-account .woocommerce-address-fields__field-wrapper::before,.woocommerce-account .woocommerce-address-fields__field-wrapper::after,.woocommerce-account .woocommerce-EditAccountForm::before,.woocommerce-account .woocommerce-EditAccountForm::after{content:none;display:none}
.woocommerce-account .woocommerce-address-fields__field-wrapper .form-row,.woocommerce-account .woocommerce-EditAccountForm .form-row,.woocommerce-account .woocommerce-EditAccountForm > p,.woocommerce-account .woocommerce-EditAccountForm fieldset{float:none;width:100%;grid-column:1/-1;margin:0 0 14px;padding:0;min-width:0}
.woocommerce-account .woocommerce-address-fields__field-wrapper .form-row-first,.woocommerce-account .woocommerce-EditAccountForm .form-row-first{grid-column:1}
.woocommerce-account .woocommerce-address-fields__field-wrapper .form-row-last,.woocommerce-account .woocommerce-EditAccountForm .form-row-last{grid-column:2;margin-top:0;padding-top:0}
.woocommerce-account .woocommerce-address-fields__field-wrapper .form-row-first,.woocommerce-account .woocommerce-EditAccountForm .form-row-first{margin-top:0;padding-top:0}
.woocommerce-account .woocommerce-MyAccount-content .form-row label{margin-top:0}
.woocommerce-account .woocommerce-address-fields h2,.woocommerce-account .woocommerce-MyAccount-content form > h2{font-size:1.3rem;margin:0 0 16px}
.woocommerce-account .woocommerce-address-fields > p{margin:6px 0 0}
.woocommerce-account .woocommerce-EditAccountForm fieldset{border:1px solid var(--line);border-radius:14px;padding:18px 18px 4px;margin-top:6px}
.woocommerce-account .woocommerce-EditAccountForm legend{font-family:var(--font-display);font-weight:700;font-size:1.05rem;padding:0 6px;color:var(--ink)}
.woocommerce-account .woocommerce-EditAccountForm fieldset .form-row{grid-column:auto}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-input-wrapper{display:block}
.woocommerce-account .woocommerce-MyAccount-content .form-row .optional{color:var(--muted);font-weight:400;font-size:.8rem}
.woocommerce-account .woocommerce-MyAccount-content button.button{margin-top:4px}
@media (max-width:900px){
  .woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-account .woocommerce-MyAccount-content{float:none;width:100%}
  .woocommerce-account .u-columns{grid-template-columns:1fr}
}
@media (max-width:700px){
  .woocommerce-account .woocommerce-Addresses,.woocommerce-account .woocommerce-address-fields__field-wrapper,.woocommerce-account .woocommerce-EditAccountForm{grid-template-columns:1fr}
  .woocommerce-account .woocommerce-address-fields__field-wrapper .form-row-first,.woocommerce-account .woocommerce-address-fields__field-wrapper .form-row-last,.woocommerce-account .woocommerce-EditAccountForm .form-row-first,.woocommerce-account .woocommerce-EditAccountForm .form-row-last{grid-column:1}
}

/* ---- Woo Blocks (block cart/checkout) light touch ---- */
.wc-block-components-button:not(.is-link){background:var(--navy);border-radius:999px;font-family:var(--font-display);font-weight:700}
.wc-block-components-button:not(.is-link):hover{background:var(--navy-700)}
.wc-block-cart .wc-block-cart__submit-button,.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button{background:var(--sun);color:var(--ink)}
.wc-block-cart .wc-block-cart__submit-button:hover,.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover{background:var(--sun-600);color:var(--ink)}
.wc-block-components-sidebar-layout .wc-block-components-sidebar{background:var(--paper);border-radius:var(--radius);padding:8px}
.wc-block-components-text-input input,.wc-block-components-textarea textarea{border-radius:14px!important;border-width:2px!important;border-color:#dbe3ec!important}
.wc-block-components-product-name{font-weight:700;color:var(--ink)}

/* ---- widgets / misc ---- */
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{background:var(--blue)}
.woocommerce .star-rating span::before,.woocommerce .star-rating::before{color:var(--sun)}
.woocommerce-store-notice,p.demo_store{background:var(--sun);color:var(--ink);font-weight:600}
.woocommerce-store-notice a,p.demo_store a{color:var(--ink)}
