
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;600;700&display=swap');

:root{
	--vineer:#f0ebe1;
	--vineer-tume:#E6D8BC;
	--susi:#231F20;
	--accent:#d32218;
	--accent-dark:#a51b12;
	--oliiv:#77794C;
	--valge:#FFFDF8;
	--muted:#5c554f;
}

*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Archivo',sans-serif;background:var(--vineer);color:var(--susi);line-height:1.55}
img{max-width:100%;height:auto;display:block}
a{color:inherit}
.bebas{font-family:'Bebas Neue',sans-serif;font-weight:400;letter-spacing:.02em}
h1,h2,h3,h4,h5,h6{font-weight:400}
.accent{color:var(--accent)}
.wrap{max-width:1100px;margin:0 auto;padding:0 22px}
.oct{clip-path:polygon(30% 0,70% 0,100% 30%,100% 70%,70% 100%,30% 100%,0 70%,0 30%)}

/* ---------- header */
.site-header{background:var(--vineer);border-bottom:3px solid var(--susi);position:sticky;top:0;z-index:50}
.nav-row{display:flex;align-items:center;justify-content:space-between;padding:14px 22px;gap:20px}
.logo{font-size:34px;line-height:1;text-decoration:none}
.menu{display:flex;gap:26px;font-weight:600;font-size:15px;flex-wrap:wrap}
.menu a{text-decoration:none;text-transform:uppercase;letter-spacing:.06em}
.menu a:hover{color:var(--accent)}
.cart-link{background:var(--susi);color:var(--vineer);padding:8px 16px;border-radius:4px;font-weight:700;font-size:14px;text-decoration:none;white-space:nowrap}

/* ---------- buttons */
.btn{display:inline-block;background:var(--accent);color:#fff;font-family:'Bebas Neue';font-size:24px;letter-spacing:.05em;padding:13px 34px 10px;text-decoration:none;border:0;border-radius:4px;box-shadow:0 4px 0 var(--accent-dark);cursor:pointer;transition:transform .1s,box-shadow .1s}
.btn:hover{transform:translateY(2px);box-shadow:0 2px 0 var(--accent-dark)}
.chip{display:inline-block;background:var(--valge);color:var(--susi);font-weight:700;font-size:14px;padding:10px 18px;border-radius:4px;text-decoration:none;border:2px solid var(--susi);margin:0 10px 10px 0}
.chip:hover{border-color:var(--accent)}

/* ---------- hero */
.hero{padding:64px 0 72px}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}
.eyebrow{display:inline-block;background:var(--oliiv);color:var(--valge);font-weight:700;font-size:12px;letter-spacing:.16em;text-transform:uppercase;padding:5px 12px;margin-bottom:18px}
h1{font-family:'Bebas Neue';font-size:clamp(52px,7vw,84px);line-height:.94;margin-bottom:18px}
.lead{font-size:18px;max-width:46ch;margin-bottom:28px}
.cta-row{display:flex;gap:14px;align-items:center;flex-wrap:wrap}
.hint{font-size:14px;color:var(--muted)}
.hero-media{position:relative}
.hero-visual{width:100%;aspect-ratio:1/1;object-fit:cover;display:block}
.hero-media::after{content:"";position:absolute;inset:-14px;clip-path:polygon(30% 0,70% 0,100% 30%,100% 70%,70% 100%,30% 100%,0 70%,0 30%);border:3px solid var(--susi);opacity:.15;pointer-events:none}
.stamp{position:absolute;bottom:-8px;left:-8px;background:var(--susi);color:var(--vineer);font-size:18px;padding:10px 16px 7px;transform:rotate(-3deg);z-index:2}

/* ---------- dark strip */
.strip{background:var(--susi);color:var(--vineer);padding:56px 0}
.strip h2{font-size:42px;margin-bottom:34px}
.cols3{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.pcard .octnum{width:52px;height:52px;background:var(--accent);color:#fff;font-family:'Bebas Neue';font-size:26px;display:flex;align-items:center;justify-content:center;margin-bottom:14px;padding-top:4px}
.pcard:nth-child(3) .octnum{background:var(--oliiv)}
.pcard h3{font-size:18px;margin-bottom:8px;text-transform:uppercase;letter-spacing:.05em}
.pcard p{font-size:15px;color:#cfc8ba}

/* ---------- pricing */
.hinnad{padding:64px 0;background:var(--vineer-tume)}
.hinnad h2{font-size:46px;text-align:center;margin-bottom:8px}
.hinnad .sub{text-align:center;margin-bottom:40px;color:var(--muted)}
.pricegrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:26px;max-width:960px;margin:0 auto}
.pricegrid .price{background:var(--valge);border:3px solid var(--susi);border-radius:8px;padding:30px 24px;text-align:center;position:relative}
.pricegrid .price.hot{border-color:var(--accent);transform:scale(1.04)}
.pricegrid .price .tag{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:var(--accent);color:#fff;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:4px 14px;border-radius:3px;white-space:nowrap}
.pricegrid .price .qty{font-size:26px;color:var(--muted)}
.pricegrid .price .eur{font-size:52px;line-height:1;margin:8px 0 2px}
.pricegrid .price .per{font-size:13px;color:var(--muted)}
.shipnote{text-align:center;margin-top:32px;font-size:14px;color:var(--muted)}

/* ---------- FAQ */
.kkk{padding:64px 0}
.kkk h2{font-size:46px;margin-bottom:28px;text-align:center}
.kkk .item{max-width:760px;margin:0 auto 12px;background:var(--valge);border:2px solid var(--susi);border-radius:6px;padding:16px 20px}
.kkk .item[open]{border-color:var(--accent)}
.kkk summary{font-weight:700;cursor:pointer;list-style:none;display:flex;justify-content:space-between}
.kkk summary::-webkit-details-marker{display:none}
.kkk summary::after{content:"+";color:var(--accent);font-family:'Bebas Neue';font-size:22px}
.kkk .item[open] summary::after{content:"\2212"}
.kkk p{margin-top:8px;font-size:15px;color:var(--muted)}

/* ---------- story */
.lugu{background:var(--susi);color:var(--vineer);padding:64px 0}
.lugu-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:48px;align-items:center}
.lugu img{width:100%;aspect-ratio:1/1;object-fit:cover}
.lugu h2{font-size:42px;margin-bottom:14px}
.lugu p{color:#cfc8ba;margin-bottom:12px}
.lugu-links{margin-top:8px}
.lugu .chip{background:transparent;color:var(--vineer);border-color:var(--vineer)}
.lugu .chip:hover{border-color:var(--accent);color:var(--accent)}

/* ---------- footer */
.site-footer{background:#161314;color:#8a8378;padding:40px 0;font-size:14px}
.footer-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:30px}
.site-footer .logo{color:var(--vineer);font-size:26px;margin-bottom:10px;display:inline-block}
.site-footer a{color:#cfc8ba;text-decoration:none;display:block;margin-bottom:6px}
.site-footer a:hover{color:var(--accent)}
.footer-meta{line-height:1.7}
.footer-meta a{display:inline}

/* ---------- generic content */
.site-main{padding:48px 22px 72px}
.page-title{font-size:52px;margin-bottom:28px}
.article-wrap{max-width:760px}
.article-head time{color:var(--muted);font-size:14px}
.article-head h1{font-size:clamp(40px,6vw,60px);margin:6px 0 24px}
.article-hero img{border-radius:8px;margin-bottom:28px}
.article-content{font-size:17px}
.article-content>*+*{margin-top:16px}
.article-content h2{font-family:'Bebas Neue';font-size:32px;margin-top:34px}
.article-content h3{font-size:19px;margin-top:26px}
.article-content ul,.article-content ol{padding-left:22px}
.article-content iframe{max-width:100%;border-radius:8px}

/* ---------- blog cards */
.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.card{background:var(--valge);border:2px solid var(--susi);border-radius:8px;overflow:hidden;display:flex;flex-direction:column}
.card-thumb{display:block;aspect-ratio:4/3;background:var(--vineer-tume)}
.card-thumb img{width:100%;height:100%;object-fit:cover}
.card-thumb--empty{display:flex;align-items:center;justify-content:center;height:100%;font-size:30px;color:var(--muted)}
.card-body{padding:18px 20px 22px}
.card-body time{font-size:13px;color:var(--muted)}
.card-body h2{font-size:19px;margin:6px 0 8px;line-height:1.3}
.card-body h2 a{text-decoration:none}
.card-body h2 a:hover{color:var(--accent)}
.card-body p{font-size:14px;color:var(--muted)}
.pagination{margin-top:36px;text-align:center}
.pagination .nav-links{display:inline-flex;gap:8px}
.pagination a,.pagination span{padding:8px 14px;border:2px solid var(--susi);border-radius:4px;text-decoration:none;font-weight:700}
.pagination .current{background:var(--susi);color:var(--vineer)}

/* ---------- WooCommerce */
.woo-wrap ul.products{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;list-style:none}
.woo-wrap ul.products li.product{background:var(--valge);border:2px solid var(--susi);border-radius:8px;padding:0 0 20px;text-align:center;overflow:hidden}
.woo-wrap ul.products li.product img{width:100%;aspect-ratio:1/1;object-fit:cover}
.woo-wrap ul.products .woocommerce-loop-product__title{font-family:'Bebas Neue';font-size:24px;margin:14px 0 4px}
.woo-wrap ul.products .price{border:0;padding:0;transform:none;font-weight:700;color:var(--muted)}
.woo-wrap ul.products .button{margin-top:12px;display:inline-block;background:var(--accent);color:#fff;font-family:'Bebas Neue';font-size:19px;padding:9px 26px 6px;border-radius:4px;text-decoration:none;border:0}
.single-product div.product .product_title{font-family:'Bebas Neue';font-size:44px}
.single-product div.product .price{font-size:26px;font-weight:700;color:var(--susi)}
.single-product form.cart .qty{padding:10px;border:2px solid var(--susi);border-radius:4px;width:80px;font-size:16px}
.single-product form.cart .button{background:var(--accent);color:#fff;font-family:'Bebas Neue';font-size:22px;padding:12px 32px 9px;border:0;border-radius:4px;box-shadow:0 4px 0 var(--accent-dark);cursor:pointer}
.woocommerce-message,.woocommerce-info{border-top-color:var(--accent)}

/* tier table */
.hdiy-tiers{margin:18px 0;background:var(--valge);border:2px solid var(--susi);border-radius:6px;padding:14px 16px;width:100%}
.hdiy-tiers__title{font-family:'Bebas Neue';font-size:20px;margin-bottom:8px}
.hdiy-tiers table{width:100%;border-collapse:collapse;font-size:15px}
.hdiy-tiers td{padding:6px 4px;border-top:1px solid var(--vineer-tume)}
.hdiy-tiers tr:first-child td{border-top:0}
.hdiy-tiers tr.active{background:var(--vineer);font-weight:700}
.hdiy-tiers tr.active td:last-child{color:var(--accent)}

/* ---------- responsive */
@media(max-width:820px){
	.hero-grid,.lugu-grid{grid-template-columns:1fr}
	.cols3,.card-grid,.woo-wrap ul.products{grid-template-columns:1fr}
	.footer-grid{grid-template-columns:1fr}
	.menu{display:none}
	.pricegrid .price.hot{transform:none}
	.page-title{font-size:40px}
}
@media(prefers-reduced-motion:reduce){
	html{scroll-behavior:auto}
	.btn{transition:none}
}

/* ---------- WooCommerce: cart / checkout / account (standard layout) */
.woo-page{max-width:1100px}
.woo-page .page-title{font-size:44px}
.woo-page table{width:100%;border-collapse:collapse;background:var(--valge);border:2px solid var(--susi);border-radius:8px;overflow:hidden}
.woo-page th,.woo-page td{padding:14px 16px;text-align:left;border-bottom:1px solid var(--vineer-tume);vertical-align:middle}
.woo-page thead th{background:var(--susi);color:var(--vineer);font-size:13px;text-transform:uppercase;letter-spacing:.08em}
.woo-page tr:last-child td{border-bottom:0}
.woo-page .product-thumbnail img{width:64px;height:64px;object-fit:cover;border-radius:4px}
.woo-page .quantity .qty{padding:8px;border:2px solid var(--susi);border-radius:4px;width:70px}
.woo-page .button,.woo-page button[type=submit]{background:var(--accent);color:#fff;font-family:'Bebas Neue';font-size:19px;letter-spacing:.04em;padding:11px 26px 8px;border:0;border-radius:4px;box-shadow:0 3px 0 var(--accent-dark);cursor:pointer;text-decoration:none;display:inline-block}
.woo-page .button:disabled{opacity:.5;box-shadow:none}
.woo-page a.remove{color:var(--accent)!important;font-size:22px;text-decoration:none}
.woo-page .coupon .input-text{padding:10px;border:2px solid var(--susi);border-radius:4px;margin-right:8px}

.cart_totals{width:100%}
.cart_totals h2{font-family:'Bebas Neue';font-size:28px;margin-bottom:12px}
.wc-proceed-to-checkout{margin-top:16px}
.wc-proceed-to-checkout .checkout-button{width:100%;text-align:center;font-size:24px}

/* checkout: two columns — form left, order review right */
form.woocommerce-checkout{display:grid;grid-template-columns:1.1fr .9fr;gap:44px;align-items:start}
form.woocommerce-checkout #customer_details{grid-column:1}
form.woocommerce-checkout #order_review_heading,
form.woocommerce-checkout #order_review{grid-column:2}
form.woocommerce-checkout #order_review_heading{font-family:'Bebas Neue';font-size:28px;margin-bottom:12px}
#order_review{background:var(--valge);border:2px solid var(--susi);border-radius:8px;padding:22px}
#order_review table{border:0}
.woocommerce-billing-fields h3,.woocommerce-shipping-fields h3{font-family:'Bebas Neue';font-size:28px;margin-bottom:14px}
.form-row{margin-bottom:14px}
.form-row label{display:block;font-size:14px;font-weight:600;margin-bottom:5px}
.form-row .input-text,.form-row select,.form-row textarea{width:100%;padding:11px;border:2px solid var(--susi);border-radius:4px;background:var(--valge);font-family:inherit;font-size:15px}
.form-row .input-text:focus,.form-row select:focus{outline:none;border-color:var(--accent)}
.woocommerce-form__label-for-checkbox{display:flex;gap:8px;align-items:flex-start;font-size:14px}
#place_order{width:100%;font-size:24px;margin-top:14px}
ul.wc_payment_methods{list-style:none;padding:0}
ul.wc_payment_methods li{padding:10px 0;border-top:1px solid var(--vineer-tume)}
.woocommerce-privacy-policy-text{font-size:13px;color:var(--muted);margin-top:10px}

/* single product: standard two-column layout */
.single-product div.product{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.single-product div.product .woocommerce-product-gallery{position:relative}
.single-product div.product .woocommerce-product-gallery img{border-radius:8px;border:2px solid var(--susi)}
.single-product div.product .summary{position:static}
.single-product .woocommerce-tabs,.single-product .related.products,.single-product .up-sells{grid-column:1/-1}
.single-product .woocommerce-tabs ul.tabs{list-style:none;display:flex;gap:8px;margin:34px 0 0;padding:0}
.single-product .woocommerce-tabs ul.tabs li{border:2px solid var(--susi);border-bottom:0;border-radius:6px 6px 0 0;background:var(--vineer-tume)}
.single-product .woocommerce-tabs ul.tabs li.active{background:var(--valge)}
.single-product .woocommerce-tabs ul.tabs a{display:block;padding:10px 18px;text-decoration:none;font-weight:700;font-size:14px}
.single-product .woocommerce-tabs .panel{background:var(--valge);border:2px solid var(--susi);border-radius:0 8px 8px 8px;padding:26px}
.single-product .panel h2{font-family:'Bebas Neue';font-size:26px;margin-bottom:10px}
.single-product .panel ul{padding-left:20px;margin:10px 0}
.single-product form.cart{margin-top:18px}
.single-product form.cart .variations{width:100%;margin-bottom:14px}
.single-product form.cart .variations td{padding:6px 0}
.single-product form.cart .variations select{padding:10px;border:2px solid var(--susi);border-radius:4px;min-width:180px}
.single-product .reset_variations{font-size:13px;color:var(--muted)}
.single-product .woocommerce-variation-price{margin:10px 0}
.single-product .related.products h2{font-family:'Bebas Neue';font-size:30px;margin:44px 0 20px}

@media(max-width:820px){
	form.woocommerce-checkout{grid-template-columns:1fr}
	form.woocommerce-checkout #order_review_heading,form.woocommerce-checkout #order_review{grid-column:1}
	.single-product div.product{grid-template-columns:1fr}

}

/* ---------- breadcrumbs */
.hdiy-breadcrumb{font-size:13px;color:var(--muted);margin-bottom:22px;display:flex;flex-wrap:wrap;gap:6px;align-items:center}
.hdiy-breadcrumb a{color:var(--muted);text-decoration:none;font-weight:600}
.hdiy-breadcrumb a:hover{color:var(--accent)}
.hdiy-breadcrumb .bc-sep{color:var(--accent);font-weight:700}

/* ---------- notices (modern full-width bar) */
.woocommerce-notices-wrapper{display:block}
.woocommerce-message,.woocommerce-info,.woocommerce-error li{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;background:var(--susi);color:var(--vineer);border:0;border-left:6px solid var(--accent);border-radius:8px;padding:16px 20px;margin:0 0 24px;font-size:15px}
.woocommerce-error{list-style:none;padding:0;margin:0}
.woocommerce-error li{border-left-color:#b3261e}
.woocommerce-message a.button,.woocommerce-info a.button{order:2;background:var(--accent);color:#fff;font-family:'Bebas Neue';font-size:17px;padding:9px 20px 6px;border-radius:4px;text-decoration:none;box-shadow:0 3px 0 var(--accent-dark);white-space:nowrap}
.woocommerce-message::before,.woocommerce-info::before{content:none}

/* ---------- single product: gallery */
.woocommerce-product-gallery__trigger{display:none!important}
.single-product .flex-control-thumbs{display:flex;gap:10px;margin:12px 0 0;padding:0;list-style:none;flex-wrap:wrap}
.single-product .flex-control-thumbs{flex-wrap:nowrap}
.single-product .flex-control-thumbs li{flex:1 1 0;min-width:0;max-width:calc(25% - 8px)}
.single-product .flex-control-thumbs img{width:100%}
.single-product .flex-control-thumbs img{border:2px solid transparent;border-radius:6px;cursor:pointer;opacity:.65;transition:opacity .15s}
.single-product .flex-control-thumbs img.flex-active,.single-product .flex-control-thumbs img:hover{border-color:var(--susi);opacity:1}

/* ---------- single product: clean price */
.single-product .summary .price{background:none;border:0;padding:0;transform:none;font-family:'Bebas Neue';font-size:34px;line-height:1;color:var(--susi);margin:10px 0 4px;display:block;text-align:left}
.single-product .summary .price del{opacity:.5;font-size:22px}
.single-product .woocommerce-variation-price .price{font-size:34px}

/* ---------- single product: color swatches */
.hdiy-swatches{display:flex;gap:10px;flex-wrap:wrap}
.hdiy-swatch{color:var(--susi);border:2px solid var(--susi);background:var(--valge);border-radius:6px;padding:10px 18px;font-weight:700;font-size:14px;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:border-color .12s, background .12s}
.hdiy-swatch .dot{width:14px;height:14px;border-radius:50%;display:inline-block;border:1px solid rgba(0,0,0,.2)}
.hdiy-swatch:hover{border-color:var(--accent)}
.hdiy-swatch.active{border-color:var(--accent);background:var(--vineer)}
.hdiy-swatch:focus-visible{outline:3px solid var(--accent);outline-offset:2px}
form.cart .variations select.hdiy-swatched{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
form.cart .variations td.label,form.cart .variations th.label{display:none}
form.cart .variations,form.cart .variations td{border:0;padding:0;margin:0 0 6px}

/* ---------- single product: qty + add to cart row */
.single-product form.cart .woocommerce-variation-add-to-cart{display:flex;flex-direction:column;gap:12px;align-items:stretch;margin-top:14px}
.single-product form.cart .quantity{display:inline-flex;align-items:stretch;gap:6px}
.single-product form.cart .qty{width:100px;text-align:center}
.single-product form.cart .single_add_to_cart_button{width:100%;font-size:24px}

/* ---------- buy points + addons */
.hdiy-buy-points{list-style:none;padding:14px 0 0;margin:14px 0 0;border-top:1px solid var(--vineer-tume);font-size:14px;color:var(--muted)}
.hdiy-buy-points li{padding:4px 0 4px 24px;position:relative}
.hdiy-buy-points li::before{content:"";position:absolute;left:0;top:9px;width:13px;height:13px;background:var(--accent);clip-path:polygon(30% 0,70% 0,100% 30%,100% 70%,70% 100%,30% 100%,0 70%,0 30%)}
.hdiy-buy-points a{color:var(--accent);font-weight:600}
.hdiy-addons{border:2px solid var(--susi);border-radius:8px;padding:14px 16px;margin-top:16px;background:var(--valge)}
.hdiy-addons legend{font-family:'Bebas Neue';font-size:19px;padding:0 8px}
.hdiy-addon{display:flex;align-items:center;gap:10px;padding:7px 0;font-size:15px;cursor:pointer;border-top:1px solid var(--vineer-tume)}
.hdiy-addon:first-of-type{border-top:0}
.hdiy-addon input[type="checkbox"]{width:18px;height:18px;accent-color:var(--accent);flex:none}
.hdiy-addon__thumb{width:44px;height:44px;object-fit:cover;border-radius:5px;border:0;flex:none}
.hdiy-addon__name{flex:1;min-width:0}
.hdiy-addon em{font-style:normal;font-weight:700;white-space:nowrap;min-width:56px;text-align:right}
.hdiy-addon__stepper{display:inline-flex;align-items:center;gap:4px;flex:none}
.hdiy-step{display:flex;align-items:center;justify-content:center;width:28px;height:32px;border:2px solid var(--susi);background:var(--valge);border-radius:4px;font-size:16px;font-weight:700;line-height:1;cursor:pointer;color:var(--susi)}
.hdiy-step:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}
.hdiy-step:disabled{opacity:.35;cursor:default}
.hdiy-addon__qty{width:44px;padding:6px 2px;border:2px solid var(--susi);border-radius:4px;text-align:center;flex:none;-moz-appearance:textfield}
.hdiy-addon__qty::-webkit-outer-spin-button,.hdiy-addon__qty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.hdiy-addon__qty:disabled{opacity:.35}

/* ---------- classic cart/checkout: hide country, totals polish */

.cart_totals th{width:40%}
.woocommerce-shipping-destination{display:none}
.cart_totals .woocommerce-shipping-totals td::after{content:""}

@media(max-width:820px){
	.single-product form.cart .single_add_to_cart_button{width:100%}
}

/* notices: no focus ring */
.woocommerce-notices-wrapper :focus,.woocommerce-message:focus,.woocommerce-info:focus{outline:none;box-shadow:none}

/* ---------- cart: two-column layout */
.woocommerce-cart .woo-page .woocommerce{display:grid;grid-template-columns:1.35fr .95fr;gap:36px;align-items:start}
.woocommerce-cart .woo-page .woocommerce-notices-wrapper{grid-column:1/-1}
.woocommerce-cart form.woocommerce-cart-form{grid-column:1;margin:0}
.woocommerce-cart .cart-collaterals{grid-column:2;margin:0}
.cart_totals h2{margin-top:0}

/* cart actions row: coupon left, update right */
.woocommerce-cart td.actions{display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap}
.woocommerce-cart td.actions .coupon{display:flex;gap:10px;align-items:center;margin:0}
.woocommerce-cart td.actions .coupon label{display:none}
.woocommerce-cart td.actions .coupon .input-text{width:190px;margin:0;padding:11px;border:2px solid var(--susi);border-radius:4px}

/* ---------- checkout: hardened two-column selectors */
body.woocommerce-checkout form.checkout.woocommerce-checkout{display:grid;grid-template-columns:1.1fr .9fr;gap:0 44px;align-items:start}
body.woocommerce-checkout form.checkout #customer_details{grid-column:1;grid-row:1/4}
body.woocommerce-checkout form.checkout #order_review_heading{grid-column:2;grid-row:1;font-family:'Bebas Neue';font-size:28px;margin-bottom:12px}
body.woocommerce-checkout form.checkout #order_review{grid-column:2;grid-row:2}
#customer_details .col-1,#customer_details .col-2{width:100%;float:none}

@media(max-width:820px){
	.woocommerce-cart .woo-page .woocommerce{grid-template-columns:1fr}
	.woocommerce-cart form.woocommerce-cart-form,.woocommerce-cart .cart-collaterals{grid-column:1}
	body.woocommerce-checkout form.checkout.woocommerce-checkout{grid-template-columns:1fr}
	body.woocommerce-checkout form.checkout #customer_details,
	body.woocommerce-checkout form.checkout #order_review_heading,
	body.woocommerce-checkout form.checkout #order_review{grid-column:1;grid-row:auto}
}

/* ---------- cart table polish */
.woocommerce-cart table.cart td{vertical-align:middle}
.woocommerce-cart table.cart td.product-remove{width:36px}
.woocommerce-cart table.cart td.product-thumbnail{width:92px}
.woocommerce-cart table.cart td.product-thumbnail a{display:block;line-height:0}
.woocommerce-cart table.cart td.product-thumbnail img{width:72px;height:72px;object-fit:cover;border-radius:6px;border:2px solid var(--susi)}
.woocommerce-cart table.cart td.product-name a{font-weight:700;text-decoration:none}
.woocommerce-cart table.cart td.product-name a:hover{color:var(--accent)}
.woocommerce-cart table.cart th.product-name{text-align:left}
.woocommerce-cart td.actions{flex-wrap:nowrap}
.woocommerce-cart td.actions .button[name="update_cart"]{white-space:nowrap}

/* cart totals: shipping methods list */
.cart_totals ul#shipping_method,.cart_totals ul.woocommerce-shipping-methods{list-style:none;padding:0;margin:0;text-align:left}
.cart_totals ul#shipping_method li{padding:4px 0;font-size:14px}
.cart_totals ul#shipping_method input{accent-color:var(--accent);margin-right:6px}
.cart_totals .woocommerce-shipping-calculator{font-size:13px}

/* ---------- checkout: order review thumbnails */
.hdiy-co-item{display:flex;align-items:center;gap:10px}
.hdiy-co-item .hdiy-co-thumb{width:44px;height:44px;object-fit:cover;border-radius:5px;border:2px solid var(--susi);flex:none}
#order_review td.product-name{font-size:14px}
#order_review ul#shipping_method{list-style:none;padding:0;margin:0}
#order_review ul#shipping_method li{padding:3px 0;font-size:14px}
#order_review ul#shipping_method input{accent-color:var(--accent);margin-right:6px}

@media(max-width:820px){
	.woocommerce-cart td.actions{flex-wrap:wrap}
}

/* ---------- cart: professional layout v2 */
.woocommerce-cart .woo-page .woocommerce{grid-template-columns:minmax(0,1.4fr) minmax(0,.9fr)}
.woocommerce-cart form.woocommerce-cart-form{min-width:0}
.woocommerce-cart .cart-collaterals{min-width:0}

.woocommerce-cart table.cart{table-layout:fixed;width:100%}
.woocommerce-cart table.cart th.product-remove,.woocommerce-cart table.cart td.product-remove{width:44px;text-align:center}
.woocommerce-cart table.cart th.product-thumbnail,.woocommerce-cart table.cart td.product-thumbnail{width:100px}
.woocommerce-cart table.cart th.product-price,.woocommerce-cart table.cart td.product-price{width:96px}
.woocommerce-cart table.cart th.product-quantity,.woocommerce-cart table.cart td.product-quantity{width:120px}
.woocommerce-cart table.cart th.product-subtotal,.woocommerce-cart table.cart td.product-subtotal{width:120px;font-weight:700}
.woocommerce-cart table.cart td{padding:16px}
.woocommerce-cart table.cart td.product-thumbnail img{background:var(--vineer-tume);min-width:72px}
.woocommerce-cart table.cart a.remove{display:inline-flex;width:28px;height:28px;align-items:center;justify-content:center;border-radius:50%;font-size:18px;line-height:1;transition:background .12s}
.woocommerce-cart table.cart a.remove:hover{background:var(--accent);color:#fff!important}
.woocommerce-cart table.cart td.actions{background:var(--valge);padding:16px}
.woocommerce-cart td.actions .button[name="update_cart"]:disabled{opacity:.45}

/* totals as a card */
.woocommerce-cart .cart-collaterals h2{font-family:'Bebas Neue';font-size:26px;margin:0 0 12px}
.cart_totals{background:var(--valge);border:2px solid var(--susi);border-radius:8px;padding:22px}
.cart_totals table{border:0;background:transparent}
.cart_totals table th{padding-left:0;background:transparent;color:var(--susi);text-transform:none;letter-spacing:0;font-size:15px}
.cart_totals table thead{display:none}
.cart_totals .order-total td,.cart_totals .order-total th{font-size:18px;border-top:2px solid var(--susi)}
.woocommerce-shipping-calculator{display:none}



/* ---------- mobile: guard against horizontal overflow */
@media(max-width:820px){
	html,body{overflow-x:hidden}
	.woo-wrap table,.woo-page table{max-width:100%}

	/* cart rows become cards */
	.woocommerce-cart table.cart{display:block;table-layout:auto;border:0;background:transparent;border-radius:0;overflow:visible}
	.woocommerce-cart table.cart thead{display:none}
	.woocommerce-cart table.cart tbody{display:block}
	.woocommerce-cart table.cart tr.cart_item{display:grid;grid-template-columns:84px 1fr;gap:6px 14px;background:var(--valge);border:2px solid var(--susi);border-radius:8px;padding:14px;margin-bottom:14px;position:relative}
	.woocommerce-cart table.cart tr.cart_item td{display:block;border:0;padding:0;width:auto}
	.woocommerce-cart table.cart td.product-remove{position:absolute;top:10px;right:10px;width:auto}
	.woocommerce-cart table.cart td.product-thumbnail{grid-column:1;grid-row:1/5;width:auto}
	.woocommerce-cart table.cart td.product-thumbnail img{width:84px;height:84px;min-width:0}
	.woocommerce-cart table.cart td.product-name{grid-column:2;padding-right:30px;font-size:15px}
	.woocommerce-cart table.cart td.product-price,
	.woocommerce-cart table.cart td.product-quantity,
	.woocommerce-cart table.cart td.product-subtotal{grid-column:2;display:flex;justify-content:space-between;align-items:center;font-size:14px}
	.woocommerce-cart table.cart td[data-title]::before{content:attr(data-title);font-weight:600;color:var(--muted)}
	.woocommerce-cart table.cart td.product-quantity .qty{width:72px;padding:7px}

	/* actions: coupon + update stacked, full width */
	.woocommerce-cart table.cart tr:not(.cart_item){display:block}
	.woocommerce-cart table.cart td.actions{display:flex;flex-direction:column;gap:10px;background:transparent;border:0;padding:0;flex-wrap:nowrap}
	.woocommerce-cart td.actions .coupon{width:100%;display:flex;gap:10px}
	.woocommerce-cart td.actions .coupon .input-text{flex:1;width:auto}
	.woocommerce-cart td.actions .button{width:100%;text-align:center}

	/* totals + checkout button full width */
	.cart_totals{padding:16px}
	.woocommerce-cart .cart-collaterals h2{margin-top:8px}

	/* checkout order review breathing room */
	#order_review{padding:16px}
	.hdiy-co-item .hdiy-co-thumb{width:36px;height:36px}
}

/* ---------- mobile cart polish v2 */
@media(max-width:820px){
	/* no "Toode" label above the name; keep labels only on numeric rows */
	.woocommerce-cart table.cart td.product-name::before{content:none}
	.woocommerce-cart table.cart tr.cart_item td{width:100%}
	.woocommerce-cart table.cart td.product-quantity .quantity{margin-left:auto}
	/* coupon: input + button same height, one line */
	.woocommerce-cart td.actions .coupon .button{white-space:nowrap;font-size:17px;padding:11px 16px 8px;flex:none}
	.woocommerce-cart td.actions .coupon .input-text{min-width:0}
	/* proceed button full width */
	.wc-proceed-to-checkout .checkout-button{display:block;width:100%;text-align:center}
}

/* order review: plain table header */
#order_review table thead th{background:transparent;color:var(--susi);letter-spacing:.04em;padding-left:0;font-size:12px}
#order_review td{padding-left:0}

/* ---------- mobile cart: full-width cards & stacked actions */
@media(max-width:820px){
	.woocommerce-cart table.cart,
	.woocommerce-cart table.cart tbody{width:100%}
	.woocommerce-cart table.cart tr.cart_item{width:100%;box-sizing:border-box}
	.woocommerce-cart table.cart td.actions{width:100%}
	.woocommerce-cart td.actions .coupon{flex-direction:column;align-items:stretch}
	.woocommerce-cart td.actions .coupon .input-text{width:100%}
	.woocommerce-cart td.actions .coupon .button{width:100%}
	.woocommerce-cart .cart-collaterals,.cart_totals{width:100%;box-sizing:border-box}
}

/* ---------- order review: compact item rows */
#order_review table thead{display:none}
#order_review td.product-name{display:flex;align-items:center;gap:10px}
#order_review td.product-name .hdiy-co-item{flex:1;min-width:0}
#order_review td.product-name .product-quantity{margin-left:auto;white-space:nowrap;font-weight:700}
#order_review .hdiy-co-item .hdiy-co-thumb{width:56px;height:56px}
#order_review td:last-child{text-align:right}
#order_review tfoot th{text-align:left}

@media(max-width:820px){
	.woocommerce-cart .woo-page .woocommerce{grid-template-columns:1fr!important}
	#order_review .hdiy-co-item .hdiy-co-thumb{width:48px;height:48px}
}

/* quantity steppers (PHP-rendered inside div.quantity) */
div.quantity{display:inline-flex;align-items:stretch;gap:6px}
div.quantity label{display:none}
.hdiy-qstep{display:flex;align-items:center;justify-content:center;width:42px;height:46px;border:2px solid var(--susi);background:var(--valge);border-radius:4px;font-size:17px;font-weight:700;line-height:1;cursor:pointer;color:var(--susi);flex:none}
.hdiy-qstep:hover{border-color:var(--accent);color:var(--accent)}
div.quantity input.qty{width:60px;height:46px;padding:0;text-align:center;-moz-appearance:textfield}
div.quantity input.qty::-webkit-outer-spin-button,div.quantity input.qty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.single-product form.cart .qty{width:60px}

/* tier table: price to the right edge */
.hdiy-tiers td:last-child{text-align:right}

/* hide related products */
.single-product .related.products,.single-product .up-sells{display:none}

/* addons: standalone buy button */
.hdiy-addons__buy{display:block;width:100%;margin-top:12px;background:var(--valge);color:var(--susi);border:2px solid var(--susi);border-radius:4px;font-family:'Bebas Neue';font-size:18px;letter-spacing:.04em;padding:11px 16px 8px;cursor:pointer;transition:border-color .12s,color .12s}
.hdiy-addons__buy:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}
.hdiy-addons__buy:disabled{opacity:.6;cursor:default}

/* ---------- single product: consistent vertical rhythm */
.single-product form.cart{margin-top:4px}
.single-product form.cart table.variations{border-collapse:collapse;margin:0 0 18px;width:auto}
.single-product form.cart .variations td.value{display:block;padding:0}
.single-product .woocommerce-variation-add-to-cart{margin-top:18px}
.single-product .woocommerce-variation-price{margin:0}
.hdiy-tiers{margin:16px 0 18px}
.hdiy-swatches .hdiy-swatch{display:inline-flex;align-items:center}
.reset_variations{display:inline-block;margin-top:6px}

/* ---------- cart: card border back, columns that fit */
.woocommerce-cart table.cart{border:2px solid var(--susi)!important;border-collapse:separate;border-spacing:0;border-radius:8px;overflow:hidden}
.woocommerce-cart table.cart td.product-thumbnail img{border:0}
.woocommerce-cart table.cart th.product-quantity,.woocommerce-cart table.cart td.product-quantity{width:178px}
.woocommerce-cart table.cart th.product-price,.woocommerce-cart table.cart td.product-price{width:90px}
.woocommerce-cart table.cart th.product-subtotal,.woocommerce-cart table.cart td.product-subtotal{width:104px}
.woocommerce-cart table.cart div.quantity{flex-wrap:nowrap;gap:4px}
.woocommerce-cart table.cart div.quantity input.qty{width:50px;height:40px}
.woocommerce-cart table.cart .hdiy-qstep{width:34px;height:40px}

/* cart action buttons: identical size */
.woocommerce-cart td.actions .button{display:inline-flex;align-items:center;justify-content:center;height:46px;font-size:17px;padding:0 20px;white-space:nowrap;box-shadow:0 3px 0 var(--accent-dark)}

/* ---------- cart totals: unified borders, calmer CTA */
.cart_totals table th,.cart_totals table td{border-bottom:0;border-top:1px solid var(--vineer-tume);padding:13px 4px}
.cart_totals table tr:first-child th,.cart_totals table tr:first-child td{border-top:0}
.cart_totals .order-total th,.cart_totals .order-total td{border-top:2px solid var(--susi);font-size:17px}
.cart_totals table tr:last-child th,.cart_totals table tr:last-child td{border-bottom:0}
.wc-proceed-to-checkout{margin:18px 0 0;padding:0}
.wc-proceed-to-checkout .checkout-button{font-size:19px;padding:12px 20px 9px}

/* ---------- mobile cart fixes v3 */
@media(max-width:820px){
	/* outer table border off — each row-card has its own */
	.woocommerce-cart table.cart{border:0!important;background:transparent;border-radius:0;overflow:visible}

	/* iOS Safari ignores position:relative on <tr>: place the × as a grid item instead */
	.woocommerce-cart table.cart td.product-remove{position:static;grid-column:2;grid-row:1;justify-self:end;align-self:start;width:auto}
	.woocommerce-cart table.cart td.product-name{padding-right:0}

	/* quantity row: drop the label, compact stepper aligned right */
	.woocommerce-cart table.cart td.product-quantity::before{content:none}
	.woocommerce-cart table.cart td.product-quantity{justify-content:flex-end}
	.woocommerce-cart table.cart td.product-quantity .quantity{margin-left:0}
	.woocommerce-cart table.cart div.quantity input.qty{width:48px;height:36px}
	.woocommerce-cart table.cart .hdiy-qstep{width:34px;height:36px;font-size:15px}
}

/* ---------- fixes v4 */

/* "Puhasta" reset link: hide entirely, no layout jump */
.reset_variations{display:none!important}

/* desktop cart: tighter columns so subtotal never clips */
.woocommerce-cart .woo-page .woocommerce{grid-template-columns:minmax(0,1.5fr) minmax(0,.85fr)}
.woocommerce-cart table.cart th.product-remove,.woocommerce-cart table.cart td.product-remove{width:36px}
.woocommerce-cart table.cart th.product-thumbnail,.woocommerce-cart table.cart td.product-thumbnail{width:84px}
.woocommerce-cart table.cart td.product-thumbnail img{width:60px;height:60px;min-width:60px}
.woocommerce-cart table.cart th.product-price,.woocommerce-cart table.cart td.product-price{width:82px}
.woocommerce-cart table.cart th.product-quantity,.woocommerce-cart table.cart td.product-quantity{width:150px}
.woocommerce-cart table.cart th.product-subtotal,.woocommerce-cart table.cart td.product-subtotal{width:100px}
.woocommerce-cart table.cart td{padding:12px 10px}
.woocommerce-cart table.cart div.quantity input.qty{width:46px;height:38px}
.woocommerce-cart table.cart .hdiy-qstep{width:30px;height:38px;font-size:15px}

@media(max-width:820px){
	/* × as its own full-width top row — no overlap possible */
	.woocommerce-cart table.cart tr.cart_item{grid-template-columns:84px 1fr}
	.woocommerce-cart table.cart td.product-remove{grid-column:1/-1;grid-row:1;justify-self:end;align-self:center}
	.woocommerce-cart table.cart td.product-thumbnail{grid-row:2/6}
	.woocommerce-cart table.cart td.product-name{grid-column:2;grid-row:2}
	.woocommerce-cart table.cart td.product-price{grid-row:3}
	.woocommerce-cart table.cart td.product-quantity{grid-row:4}
	.woocommerce-cart table.cart td.product-subtotal{grid-row:5}
}

/* ================= mobile cart card — clean rewrite ================= */
@media(max-width:820px){
	.woocommerce-cart table.cart tr.cart_item{
		display:grid;
		grid-template-columns:72px minmax(0,1fr);
		grid-template-rows:auto auto auto auto;
		gap:6px 14px;
		padding:14px;
		align-items:center;
	}
	.woocommerce-cart table.cart tr.cart_item td{display:block;width:auto;padding:0;border:0}

	/* name row: title left, × right in the SAME row */
	.woocommerce-cart table.cart td.product-name{grid-column:2;grid-row:1;padding-right:34px;font-size:15px;line-height:1.35}
	.woocommerce-cart table.cart td.product-remove{
		grid-column:2;grid-row:1;
		justify-self:end;align-self:start;
		width:auto!important;text-align:right;z-index:2;
	}
	/* image spans all rows on the left */
	.woocommerce-cart table.cart td.product-thumbnail{grid-column:1;grid-row:1/5}
	.woocommerce-cart table.cart td.product-thumbnail img{width:72px;height:72px;min-width:0;border:0}

	/* info rows: label muted, value right after it */
	.woocommerce-cart table.cart td.product-price{grid-column:2;grid-row:2;display:flex;gap:8px;justify-content:flex-start;font-size:14px;color:var(--muted)}
	.woocommerce-cart table.cart td.product-quantity{grid-column:2;grid-row:3;display:flex;justify-content:flex-start}
	.woocommerce-cart table.cart td.product-subtotal{grid-column:2;grid-row:4;display:flex;gap:8px;justify-content:flex-start;font-size:15px}
	.woocommerce-cart table.cart td.product-quantity::before{content:none}
	.woocommerce-cart table.cart td.product-price::before,
	.woocommerce-cart table.cart td.product-subtotal::before{content:attr(data-title);font-weight:600;color:var(--muted)}
}

/* ================= product page: addons block clear of the buy area ================= */
.hdiy-addons{width:100%;margin-top:26px;order:10}
.hdiy-buy-points{width:100%;order:11}
.single-product .woocommerce-variation-add-to-cart{flex-wrap:wrap}

/* user-requested tweaks */
.woocommerce-cart table.cart td.product-name a{font-weight:400;text-decoration:none}
#order_review td.product-name{font-size:17px}

/* contact form */
.hdiy-contact{max-width:560px}
.hdiy-contact .form-row{margin-bottom:16px}
.hdiy-contact label{display:block;font-size:14px;font-weight:600;margin-bottom:5px}
.hdiy-contact input[type=text],.hdiy-contact input[type=email],.hdiy-contact textarea{width:100%;padding:11px;border:2px solid var(--susi);border-radius:4px;background:var(--valge);font-family:inherit;font-size:15px}
.hdiy-contact input:focus,.hdiy-contact textarea:focus{outline:none;border-color:var(--accent)}
.hdiy-contact textarea{min-height:160px;resize:vertical}
.hdiy-contact .hp-field{position:absolute;left:-9999px;opacity:0}
.hdiy-notice{padding:14px 18px;border-radius:6px;margin-bottom:22px;font-size:15px}
.hdiy-notice--ok{background:var(--susi);color:var(--vineer);border-left:6px solid var(--oliiv)}
.hdiy-notice--err{background:var(--susi);color:var(--vineer);border-left:6px solid var(--accent)}

/* wp_nav_menu li items: no list bullets, inherit flex layout */
.menu li,.site-footer nav li{list-style:none;margin:0;padding:0}
.menu li a{display:inline-block}
.site-footer nav ul{list-style:none;margin:0;padding:0}

/* ---------- shipping row: no "Saadetis" heading, carrier logo right */
.cart_totals tr.woocommerce-shipping-totals,
#order_review tr.woocommerce-shipping-totals{display:block;padding:13px 4px;border-top:1px solid var(--vineer-tume)}
.cart_totals tr.woocommerce-shipping-totals th,
#order_review tr.woocommerce-shipping-totals th{display:none}
.cart_totals tr.woocommerce-shipping-totals td,
#order_review tr.woocommerce-shipping-totals td{display:block;width:100%;border:0;padding:0;text-align:left}

ul#shipping_method li{display:flex;align-items:center;gap:8px;padding:6px 0}
ul#shipping_method li label{flex:1;display:flex;align-items:center;gap:10px;cursor:pointer;font-size:14px}
ul#shipping_method .montonio-shipping-carrier-logo{margin-left:auto;flex:none}

/* ---------- totals tables as flex rows: edge-to-edge, no table quirks */
.cart_totals table,.cart_totals tbody,
#order_review table,#order_review tbody,#order_review tfoot{display:block;width:100%}
.cart_totals table tr,
#order_review table tr{display:flex;align-items:center;justify-content:space-between;gap:14px;width:100%;padding:13px 0;border-top:1px solid var(--vineer-tume)}
.cart_totals table tr:first-child,
#order_review tbody tr:first-child{border-top:0}
.cart_totals table th,.cart_totals table td,
#order_review table th,#order_review table td{display:block;border:0;padding:0;background:transparent;width:auto}
#order_review td.product-name{flex:1;min-width:0}
.cart_totals .order-total,#order_review .order-total{border-top:2px solid var(--susi)}
.cart_totals .order-total th,.cart_totals .order-total td,
#order_review .order-total th,#order_review .order-total td{font-size:17px}

/* shipping row: full-width block inside the flex stack */
.cart_totals tr.woocommerce-shipping-totals,
#order_review tr.woocommerce-shipping-totals{display:block;padding:13px 0}
.cart_totals tr.woocommerce-shipping-totals td,
#order_review tr.woocommerce-shipping-totals td{width:100%}
ul#shipping_method{width:100%}
ul#shipping_method li label{white-space:normal}
ul#shipping_method .montonio-shipping-carrier-logo{width:44px}

/* checkout thumbs: no border */
#order_review .hdiy-co-item .hdiy-co-thumb{border:0}

/* ---------- totals polish v2 */
/* the two short lines: old th/td borders on the Kokku row — kill them, tr carries the line */
.cart_totals .order-total th,.cart_totals .order-total td,
#order_review .order-total th,#order_review .order-total td{border-top:0}

/* Montonio pickup-point row (any totals row holding a select): stack full width */
#order_review table tr:has(select),.cart_totals table tr:has(select){display:block;padding:13px 0}
#order_review table tr:has(select) th,.cart_totals table tr:has(select) th{display:block;text-align:left;margin-bottom:6px;font-size:14px}
#order_review table tr:has(select) td,.cart_totals table tr:has(select) td{display:block;width:100%}
#order_review select,.cart_totals select{width:100%;max-width:100%;padding:11px;border:2px solid var(--susi);border-radius:4px;background:var(--valge);font-family:inherit;font-size:15px}

/* ================= mobile hamburger menu ================= */
.hdiy-burger{display:none;width:44px;height:44px;border:2px solid var(--susi);background:var(--valge);border-radius:4px;cursor:pointer;padding:0;position:relative;flex:none}
.hdiy-burger span{position:absolute;left:10px;right:10px;height:2.5px;background:var(--susi);border-radius:2px;transition:transform .2s ease,opacity .15s ease,top .2s ease}
.hdiy-burger span:nth-child(1){top:13px}
.hdiy-burger span:nth-child(2){top:20px}
.hdiy-burger span:nth-child(3){top:27px}
.hdiy-burger.is-open span:nth-child(1){top:20px;transform:rotate(45deg)}
.hdiy-burger.is-open span:nth-child(2){opacity:0}
.hdiy-burger.is-open span:nth-child(3){top:20px;transform:rotate(-45deg)}

@media(max-width:820px){
	.hdiy-burger{display:block}
	.nav-row{gap:12px}

	.menu{
		display:flex;
		position:absolute;top:100%;left:0;right:0;
		flex-direction:column;gap:0;
		background:var(--vineer);
		border-bottom:3px solid var(--susi);
		box-shadow:0 14px 24px rgba(35,31,32,.18);
		padding:6px 22px 14px;
		opacity:0;visibility:hidden;transform:translateY(-10px);
		transition:opacity .2s ease,transform .2s ease,visibility .2s;
		z-index:60;
	}
	.menu.is-open{opacity:1;visibility:visible;transform:none}
	.menu li{border-top:1px solid var(--vineer-tume)}
	.menu li:first-child{border-top:0}
	.menu a,.menu li a{display:block;padding:15px 0;font-family:'Bebas Neue';font-size:26px;letter-spacing:.05em;font-weight:400}
}

/* swatches: title above, inline error, attention pulse */
.hdiy-swatches__title{font-size:14px;font-weight:600;margin:0 0 8px}
.hdiy-swatch-error{color:var(--accent);font-size:14px;font-weight:600;margin-top:8px}
.hdiy-swatches--attention .hdiy-swatch{border-color:var(--accent);animation:hdiy-shake .3s ease 1}
@keyframes hdiy-shake{25%{transform:translateX(-3px)}75%{transform:translateX(3px)}}

/* addon rows on mobile: name on its own line, stepper+price below right */
@media(max-width:820px){
	.hdiy-addon{display:grid;grid-template-columns:auto auto 1fr auto;gap:6px 10px;align-items:center}
	.hdiy-addon input[type="checkbox"]{grid-column:1;grid-row:1}
	.hdiy-addon__thumb{grid-column:2;grid-row:1}
	.hdiy-addon__name{grid-column:3/5;grid-row:1;min-width:0}
	.hdiy-addon__stepper{grid-column:3;grid-row:2;justify-self:end}
	.hdiy-addon em{grid-column:4;grid-row:2;min-width:0}
}

/* ---------- addon row: photo spans two rows; name+price top, qty bottom */
.hdiy-addon{display:grid;grid-template-columns:auto 56px minmax(0,1fr) auto;grid-template-rows:auto auto;gap:4px 12px;align-items:center;padding:10px 0}
.hdiy-addon input[type="checkbox"]{grid-column:1;grid-row:1/3}
.hdiy-addon .hdiy-addon__thumb{grid-column:2;grid-row:1/3;width:56px;height:56px}
.hdiy-addon__name{grid-column:3;grid-row:1;min-width:0}
.hdiy-addon .hdiy-addon__price{grid-column:4;grid-row:1;justify-self:end}
.hdiy-addon__stepper{grid-column:3/5;grid-row:2;justify-self:start}

/* swatches: clearer unselected state */
.hdiy-swatches__title .req{color:var(--accent)}
.hdiy-swatches--empty .hdiy-swatch{border-style:dashed;background:transparent}
.hdiy-swatches--empty .hdiy-swatch:hover{border-style:solid;background:var(--valge)}
.hdiy-swatch.active{border-style:solid}

/* social chips with icons */
.chip--icon{display:inline-flex;align-items:center;gap:9px}
.chip--icon svg{flex:none}

/* blog empty state */
.blog-empty{max-width:760px}
.blog-empty__lead{font-size:18px;margin-bottom:24px}
.video-embed{position:relative;aspect-ratio:16/9;width:100%;border:2px solid var(--susi);border-radius:8px;overflow:hidden;background:var(--susi);margin-bottom:26px}
.video-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0;display:block}
.blog-empty__links{display:flex;gap:14px;flex-wrap:wrap}
.chip--big{font-size:18px;padding:14px 24px}
.chip--big svg{width:22px;height:22px}

/* short description under the buy button */
.single-product form.cart .woocommerce-product-details__short-description{width:100%;order:9;margin-top:16px;font-size:15px;color:var(--muted)}

/* live order total next to quantity */
.hdiy-total{font-size:15px;display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}
.hdiy-total strong{font-family:'Bebas Neue';font-size:28px;line-height:1;font-weight:400}
.hdiy-total span{color:var(--muted);font-size:13px}

/* hide the static price on the trap page (live total replaces it) */
.single-product .summary > .price,
.single-product .summary .woocommerce-variation-price{display:none}

/* total sits on the quantity row, right of the + button */
div.quantity .hdiy-total{margin-left:14px;align-self:center;white-space:nowrap}
@media(max-width:820px){
	div.quantity{flex-wrap:wrap}
	div.quantity .hdiy-total{margin-left:2px;flex-basis:100%;margin-top:8px}
}

/* swatches v2: dashed = unselected (always), solid + light = selected */
.hdiy-swatch{border-style:dashed;background:transparent}
.hdiy-swatch:hover{border-style:dashed;background:transparent;border-color:var(--accent)}
.hdiy-swatch.active,
.hdiy-swatch.active:hover{border-style:solid;background:var(--valge);border-color:var(--accent)}
.hdiy-swatches--empty .hdiy-swatch:hover{border-style:dashed;background:transparent}

/* header cart: desktop text meta, mobile corner badge */
.cart-link{position:relative}
.cart-link__badge{display:none}
@media(max-width:820px){
	.cart-link__meta{display:none}
	.cart-link__badge{display:flex;position:absolute;top:-8px;right:-8px;min-width:21px;height:21px;padding:0 5px;border-radius:11px;background:var(--accent);color:#fff;font-size:12px;font-weight:700;align-items:center;justify-content:center;border:2px solid var(--vineer);line-height:1}
}

/* header cart v3: corner badge everywhere; mobile shows the sum instead of the word */
.cart-link__badge{display:flex;position:absolute;top:-8px;right:-8px;min-width:21px;height:21px;padding:0 5px;border-radius:11px;background:var(--accent);color:#fff;font-size:12px;font-weight:700;align-items:center;justify-content:center;border:2px solid var(--vineer);line-height:1}
.cart-link__sum::before{content:" · "}
@media(max-width:820px){
	.cart-link.has-items .cart-link__label{display:none}
	.cart-link__sum::before{content:""}
}

/* header cart v4: icon + sum, no word */
.cart-link{display:inline-flex;align-items:center;gap:8px}
.cart-link svg{flex:none;display:block}
.cart-link__sum::before{content:""}
@media(max-width:820px){
	.cart-link{padding:8px 12px}
}

/* ---------- product page testimonials */
.hdiy-testimonials{grid-column:1/-1;margin-top:44px}
.hdiy-testimonials h2{font-size:34px;margin-bottom:20px}
.hdiy-testimonials__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}
.hdiy-testimonial{background:var(--valge);border:2px solid var(--susi);border-radius:8px;padding:22px;margin:0;position:relative}
.hdiy-testimonial::before{content:"";position:absolute;top:-8px;left:22px;width:16px;height:16px;background:var(--accent);clip-path:polygon(30% 0,70% 0,100% 30%,100% 70%,70% 100%,30% 100%,0 70%,0 30%)}
.hdiy-testimonial blockquote{margin:0 0 12px;font-size:15px;font-style:italic;line-height:1.6}
.hdiy-testimonial figcaption{font-weight:700;font-size:13px;color:var(--muted)}

/* testimonials: result-headline cards (variant B) */
.hdiy-testimonial h3{font-size:27px;line-height:1.05;color:var(--accent);margin:0 0 12px;font-weight:400}
.hdiy-testimonial blockquote{font-style:normal}

/* ---------- summary info list with icons */
.hdiy-info-list{list-style:none;padding:14px 0 0;margin:14px 0 0;border-top:1px solid var(--vineer-tume);font-size:14px;color:var(--susi);width:100%;order:10}
.hdiy-info-list li{display:flex;gap:11px;padding:6px 0;align-items:flex-start;line-height:1.5}
.hdiy-info-list svg{flex:none;margin-top:2px;color:var(--accent)}
.hdiy-info-list a{color:var(--accent);font-weight:600}

/* ---------- rotating quote card */
.hdiy-quotes{position:relative;width:100%;order:11;background:var(--susi);color:var(--vineer);border-radius:8px;padding:22px 24px 18px 56px;margin-top:16px;overflow:hidden}
.hdiy-quotes__mark{position:absolute;left:16px;top:2px;font-family:'Bebas Neue';font-size:64px;line-height:1;color:var(--accent)}
.hdiy-quotes__track{position:relative}
.hdiy-quotes__item{position:absolute;top:0;left:0;width:100%;margin:0;opacity:0;transition:opacity .7s ease}
.hdiy-quotes__item.is-active{opacity:1}
.hdiy-quotes__item blockquote{margin:0 0 8px;font-size:14px;font-style:italic;line-height:1.6}
.hdiy-quotes__item figcaption{font-weight:700;font-size:12px;color:var(--vineer-tume);letter-spacing:.04em}
@media (prefers-reduced-motion: reduce){.hdiy-quotes__item{transition:none}}

/* summary block order: description 9, info 10, quotes 11, addons 12 */
.hdiy-addons{order:12}

/* checkout selects (country etc.) match text inputs */
.woocommerce-checkout form.checkout select{width:100%;padding:11px;border:2px solid var(--susi);border-radius:4px;background:var(--valge);font-family:inherit;font-size:15px}

/* Kassa: riigi dropdown nagu tekstiväli */
.woocommerce form .form-row .select2-container,
.select2-container{width:100%!important}
.select2-container--default .select2-selection--single{height:48px;border:1px solid #cfcfcf;border-radius:8px;background:#fff;display:flex;align-items:center}
.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:1.4;padding:0 30px 0 14px;color:#1a1a1a;font-size:16px}
.select2-container--default .select2-selection--single .select2-selection__arrow{height:46px;right:10px}
.select2-dropdown{border:1px solid #cfcfcf;border-radius:8px;overflow:hidden}

/* Montonio pakipunkti dropdown: ära lõika ülemelementidega */
#order_review,
.woocommerce-checkout-review-order,
.woocommerce-checkout-review-order-table,
.woocommerce-checkout-review-order-table td,
.woocommerce-checkout-review-order-table th,
ul#shipping_method,
ul#shipping_method li,
.montonio-shipping-pickup-point-container,
.choices{overflow:visible!important}
.choices__list--dropdown{z-index:100000}
.choices__list--dropdown .choices__list{max-height:60vh}

/* Vene keel: Bebas Neue'l pole kirillitsat -> Oswald (kirillitsaga, sarnane stiil) */
html[lang^="ru"] h1,
html[lang^="ru"] h2,
html[lang^="ru"] h3,
html[lang^="ru"] .bebas,
html[lang^="ru"] .btn,
html[lang^="ru"] .button,
html[lang^="ru"] button,
html[lang^="ru"] input[type=submit],
html[lang^="ru"] .product_title,
html[lang^="ru"] .woocommerce-loop-product__title,
html[lang^="ru"] .octnum,
html[lang^="ru"] legend{font-family:'Oswald','Bebas Neue',sans-serif!important;text-transform:uppercase}

/* Toote galerii video */
.hdiy-video-slide{position:relative;background:#000;}
.hdiy-video-slide video.hdiy-pvideo{display:block;width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;}

/* Play-nupp video peal (peidus, kui video mängib) */
.hdiy-video-play{position:absolute;inset:0;margin:auto;width:72px;height:72px;padding:0;border:0;border-radius:50%;
  background:rgba(0,0,0,.55);cursor:pointer;display:flex;align-items:center;justify-content:center;
  transition:background .2s,transform .2s;}
.hdiy-video-play::before{content:"";display:block;width:0;height:0;margin-left:6px;
  border-style:solid;border-width:14px 0 14px 22px;border-color:transparent transparent transparent #fff;}
.hdiy-video-play:hover{background:rgba(0,0,0,.75);transform:scale(1.06);}
.hdiy-video-slide.is-playing .hdiy-video-play{display:none;}

/* Väike play-märgis video pisipildil (kui galeriiribas on pisipildid) */
.flex-control-thumbs li.hdiy-thumb-video{position:relative;}
.flex-control-thumbs li.hdiy-thumb-video::before{content:"";position:absolute;left:50%;top:50%;
  transform:translate(-50%,-50%);width:32px;height:32px;border-radius:50%;background:rgba(0,0,0,.55);pointer-events:none;}
.flex-control-thumbs li.hdiy-thumb-video::after{content:"";position:absolute;left:50%;top:50%;
  transform:translate(-40%,-50%);width:0;height:0;border-style:solid;border-width:6px 0 6px 10px;
  border-color:transparent transparent transparent #fff;pointer-events:none;}