:root{--bg:#f6f2ec;--paper:#fffdf9;--ink:#201a15;--muted:#786f67;--line:#ded7ce;--dark:#1d1712;--accent:#8a4e26;--serif:Georgia,'Times New Roman',serif;--sans:Arial,Helvetica,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.55}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.skip{position:fixed;left:12px;top:-60px;z-index:9999;background:#fff;padding:10px}.skip:focus{top:12px}.announcement{height:28px;background:var(--dark);color:#fff;text-align:center;font-size:11px;letter-spacing:.08em;display:grid;place-items:center}.site-header{height:72px;background:rgba(255,253,249,.96);border-bottom:1px solid rgba(0,0,0,.08);display:grid;grid-template-columns:220px 1fr 220px;align-items:center;padding:0 4vw;position:sticky;top:0;z-index:80;backdrop-filter:blur(12px)}.logo{font-family:var(--serif);font-size:27px;letter-spacing:.12em;line-height:.8}.logo span{display:block;font-family:var(--sans);font-size:7px;letter-spacing:.48em;margin-top:7px}.site-header nav ul{display:flex;justify-content:center;gap:36px;list-style:none;margin:0;padding:0}.site-header nav a{font-size:11px;text-transform:uppercase;letter-spacing:.08em}.tools{display:flex;justify-content:flex-end;gap:8px}.icon{width:38px;height:38px;border:0;background:transparent;cursor:pointer;position:relative;font-size:20px}.cart-count,.wishlist-count{position:absolute;right:0;top:0;background:#d7c1a8;border-radius:50%;min-width:16px;height:16px;display:grid;place-items:center;font-size:9px}.mobile-menu,.mobile-nav{display:none}.hero{height:calc(100vh - 100px);min-height:650px;position:relative;overflow:hidden;background:#cfc3b5}.hero-slide{position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(246,242,236,.98) 0%,rgba(246,242,236,.74) 28%,rgba(246,242,236,.08) 58%),var(--bg);background-size:cover;background-position:center;opacity:0;transform:scale(1.02);transition:opacity .9s ease,transform 6s ease}.hero-slide.active{opacity:1;transform:scale(1.055)}.hero-copy{position:absolute;left:8vw;top:50%;transform:translateY(-50%);width:min(520px,40vw);z-index:2}.hero-copy>span,.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:10px;color:var(--muted)}.hero h1,.hero h2{font-family:var(--serif);font-weight:400;font-size:clamp(54px,5.2vw,94px);line-height:.95;margin:20px 0 24px}.hero p{max-width:450px;color:#514a43;font-size:17px}.btn{display:inline-flex;align-items:center;justify-content:center;background:var(--dark);color:#fff;min-height:46px;padding:0 24px;font-size:11px;text-transform:uppercase;letter-spacing:.1em;margin-top:18px}.btn.light{background:#fff;color:var(--dark)}.hero-nav{position:absolute;left:8vw;bottom:36px;z-index:4;display:flex;align-items:center;gap:18px}.hero-nav button{border:0;background:rgba(255,255,255,.85);width:42px;height:42px;border-radius:50%;cursor:pointer}.hero-progress{width:160px;height:2px;background:rgba(0,0,0,.18)}.hero-progress i{display:block;height:100%;background:var(--ink);width:50%;transition:width .4s}.benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:0;padding:24px 6vw;border-bottom:1px solid var(--line)}.benefits div{padding:8px 24px;border-right:1px solid var(--line)}.benefits div:last-child{border:0}.benefits b,.benefits span{display:block}.benefits b{font-family:var(--serif);font-weight:400;font-size:16px}.benefits span{font-size:11px;color:var(--muted);margin-top:3px}.section{padding:88px 6vw}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:34px}.section h2,.manifesto h2,.editorial h2{font-family:var(--serif);font-weight:400;font-size:clamp(40px,4vw,68px);line-height:1;margin:8px 0 0}.section-head>a{font-size:12px;border-bottom:1px solid}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px 18px}.product{list-style:none;position:relative}.woocommerce-loop-product__link{display:block}.product img{width:100%;aspect-ratio:1/1.14;object-fit:cover;background:#efeae4;transition:transform .35s}.product:hover img{transform:scale(1.015)}.woocommerce-loop-product__title{font-family:var(--serif);font-size:18px;font-weight:400;margin:14px 0 4px}.price{font-size:13px}.product .button{margin-top:10px;font-size:10px;text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid;padding-bottom:3px}.onsale{position:absolute;z-index:3;left:10px;top:10px;background:var(--dark);color:#fff;font-size:10px;padding:5px 8px}.wishlist-toggle{position:absolute;z-index:4;right:12px;top:12px;width:34px;height:34px;border:0;border-radius:50%;background:rgba(255,255,255,.9);font-size:20px}.wishlist-toggle.active{background:var(--dark);color:#fff}.manifesto{display:grid;grid-template-columns:58% 42%;min-height:720px;background:var(--bg)}.manifesto-image img{width:100%;height:100%;object-fit:cover}.manifesto-copy{padding:8vw 7vw;display:flex;flex-direction:column;justify-content:center}.manifesto-copy p{max-width:480px;color:var(--muted);font-size:18px}.manifesto-copy a{margin-top:24px;text-decoration:underline}.collection-grid{display:grid;grid-template-columns:1.35fr 1fr;grid-template-rows:340px 340px;gap:16px}.collection{background-image:linear-gradient(0deg,rgba(20,14,10,.58),rgba(20,14,10,.02)),var(--bg);background-size:cover;background-position:center;color:#fff;position:relative;overflow:hidden}.collection.large{grid-row:1/3}.collection>div{position:absolute;left:28px;bottom:26px}.collection h3{font-family:var(--serif);font-size:42px;font-weight:400;margin:4px 0}.collection p{margin:0}.editorial{display:grid;grid-template-columns:42% 58%;background:var(--dark);color:#fff;min-height:720px}.editorial-copy{padding:8vw 6vw;display:flex;flex-direction:column;justify-content:center}.editorial-copy p{color:#c9bfb5;max-width:430px;font-size:18px}.editorial-image img{width:100%;height:100%;object-fit:cover}.journal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.journal-grid img{width:100%;aspect-ratio:1.45;object-fit:cover}.journal-grid span{font-size:10px;color:var(--muted);display:block;margin-top:12px}.journal-grid h3{font-family:var(--serif);font-weight:400;font-size:24px;margin:8px 0}.journal-grid p{color:var(--muted);font-size:14px}.footer{background:var(--dark);color:#eee4d9;padding:70px 6vw 30px;display:grid;grid-template-columns:2fr repeat(3,1fr);gap:40px}.footer>div{display:flex;flex-direction:column;gap:9px}.footer p{max-width:320px;color:#b9afa5;font-size:13px}.footer h3{font-family:var(--serif);font-weight:400}.footer a{font-size:12px}.footer-bottom{grid-column:1/-1;border-top:1px solid #3a312a;padding-top:20px;margin-top:26px;color:#958b82;font-size:11px}.search-overlay,.cart-drawer,.mobile-nav{position:fixed;z-index:120;background:var(--paper);transition:.35s ease}.search-overlay{inset:0;opacity:0;visibility:hidden;display:grid;place-items:center}.search-active .search-overlay{opacity:1;visibility:visible}.search-overlay>.close{position:absolute;right:30px;top:30px}.search-box{width:min(760px,88vw)}.search-box label{font-family:var(--serif);font-size:46px;display:block;margin-bottom:18px}.search-box input{width:100%;border:0;border-bottom:1px solid var(--ink);padding:16px 0;background:transparent;font-size:22px;outline:none}.search-results{margin-top:20px;display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.search-results a{display:flex;gap:12px;align-items:center}.search-results img{width:70px;height:82px;object-fit:cover}.search-results span{display:flex;flex-direction:column;font-size:12px}.cart-drawer{right:0;top:0;height:100vh;width:min(440px,100vw);padding:26px;transform:translateX(100%);overflow:auto}.cart-active .cart-drawer{transform:none}.drawer-head{display:flex;justify-content:space-between;align-items:center}.drawer-head h2{font-family:var(--serif);font-weight:400;font-size:34px}.close{border:0;background:transparent;font-size:30px}.scrim{position:fixed;z-index:110;inset:0;background:rgba(15,10,6,.42);opacity:0;visibility:hidden;transition:.3s}.cart-active .scrim,.nav-open .scrim{opacity:1;visibility:visible}.woocommerce-mini-cart{list-style:none;padding:0}.woocommerce-mini-cart-item{display:grid;grid-template-columns:74px 1fr auto;gap:12px;border-bottom:1px solid var(--line);padding:16px 0;font-size:13px}.woocommerce-mini-cart-item img{width:74px;height:88px;object-fit:cover}.woocommerce-mini-cart__buttons{display:grid;gap:8px}.woocommerce-mini-cart__buttons a{background:var(--dark);color:#fff;padding:13px;text-align:center}.shop-shell,.page-shell{max-width:1440px;margin:0 auto;padding:72px 5vw 110px}.shop-shell .page-title,.page-shell h1{font-family:var(--serif);font-size:clamp(44px,5vw,76px);font-weight:400}.woocommerce-result-count,.woocommerce-ordering{font-size:12px}.woocommerce-ordering{float:right}.woocommerce ul.products{clear:both;display:grid;grid-template-columns:repeat(4,1fr);gap:30px 18px;padding:30px 0;list-style:none}.woocommerce div.product{display:grid;grid-template-columns:58% 42%;gap:5vw}.woocommerce-product-gallery__image img{width:100%}.summary{position:sticky;top:110px;align-self:start}.summary h1{font-family:var(--serif);font-weight:400;font-size:46px;line-height:1}.summary .price{font-size:21px}.variations{width:100%;margin:24px 0}.variations th{text-align:left;font-size:12px}.variations select,.quantity input,.input-text,textarea{width:100%;padding:12px;border:1px solid var(--line);background:#fff}.single_add_to_cart_button,.checkout-button,.wc-proceed-to-checkout a,.woocommerce button.button,.woocommerce a.button{border:0;background:var(--dark);color:#fff;padding:14px 22px;cursor:pointer}.woocommerce-tabs,.related{grid-column:1/-1}.woocommerce-tabs ul{display:flex;gap:24px;list-style:none;padding:0;border-bottom:1px solid var(--line)}.woocommerce-tabs li{padding:12px 0}.shop_table{width:100%;border-collapse:collapse}.shop_table td,.shop_table th{padding:16px;border-bottom:1px solid var(--line);text-align:left}.cart_totals,.woocommerce-checkout-review-order{background:var(--bg);padding:24px}.woocommerce-checkout{display:grid;grid-template-columns:1.3fr .7fr;gap:40px}.woocommerce-checkout #customer_details{display:grid;grid-template-columns:1fr 1fr;gap:24px}.narrow{max-width:900px}.prose{font-size:18px}.prose h2{font-family:var(--serif);font-size:36px;font-weight:400;margin-top:48px}.article>img{width:100%;max-height:680px;object-fit:cover;margin:28px 0}.error{text-align:center}.error>span{font-family:var(--serif);font-size:140px;color:#d2c7bc}
@media(max-width:900px){.site-header{grid-template-columns:48px 1fr 140px;padding:0 16px}.mobile-menu{display:block}.site-header nav{display:none}.logo{text-align:center;font-size:22px}.tools .icon:nth-child(2){display:none}.mobile-nav{display:block;left:0;top:0;height:100vh;width:min(360px,88vw);padding:30px;transform:translateX(-100%)}.nav-open .mobile-nav{transform:none}.mobile-nav ul{list-style:none;padding:50px 0}.mobile-nav li{border-bottom:1px solid var(--line)}.mobile-nav a{display:block;padding:18px 0;font-family:var(--serif);font-size:26px}.hero{height:78vh;min-height:620px}.hero-slide{background-image:linear-gradient(0deg,rgba(246,242,236,.94),rgba(246,242,236,.08) 70%),var(--bg);background-position:65% center}.hero-copy{left:24px;right:24px;top:auto;bottom:90px;transform:none;width:auto}.hero h1,.hero h2{font-size:48px}.hero p{font-size:15px}.hero-nav{left:24px;bottom:24px}.benefits{grid-template-columns:1fr 1fr;padding:14px}.benefits div{padding:14px;border-bottom:1px solid var(--line)}.section{padding:64px 18px}.product-grid,.woocommerce ul.products{grid-template-columns:repeat(2,1fr);gap:26px 10px}.woocommerce-loop-product__title{font-size:15px}.manifesto,.editorial{grid-template-columns:1fr;min-height:0}.manifesto-image,.editorial-image{height:65vh}.manifesto-copy,.editorial-copy{padding:60px 24px}.collection-grid{grid-template-columns:1fr;grid-template-rows:repeat(3,420px)}.collection.large{grid-row:auto}.journal-grid{grid-template-columns:1fr}.footer{grid-template-columns:1fr 1fr}.footer>div:first-child{grid-column:1/-1}.woocommerce div.product{grid-template-columns:1fr}.summary{position:static}.woocommerce-checkout{grid-template-columns:1fr}.woocommerce-checkout #customer_details{grid-template-columns:1fr}.search-results{grid-template-columns:1fr}}
@media(max-width:480px){.announcement{font-size:9px}.site-header{height:62px;grid-template-columns:40px 1fr 110px}.tools{gap:0}.icon{width:34px}.wishlist-link{display:none}.hero{height:82vh}.hero h1,.hero h2{font-size:42px}.section-head{align-items:start}.section-head>a{display:none}.section h2,.manifesto h2,.editorial h2{font-size:38px}.benefits b{font-size:14px}.benefits span{font-size:10px}.footer{grid-template-columns:1fr}.footer>div:first-child{grid-column:auto}.footer-bottom{grid-column:1}.woocommerce ul.products{padding-top:20px}.shop-shell,.page-shell{padding:48px 14px 80px}.search-box label{font-size:34px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
html,body{overflow-x:hidden}.woocommerce-product-gallery{min-width:0;max-width:100%;overflow:hidden}.woocommerce-product-gallery .flex-viewport{overflow:hidden!important}.woocommerce-product-gallery__wrapper{max-width:100%}.woocommerce-product-gallery__image{max-width:100%}.woocommerce-product-gallery__image img{max-width:100%;height:auto}.cart-drawer{contain:layout paint}

/* Premium checkout */
body.woocommerce-checkout{background:#f4f0ea}
.checkout-page{max-width:1520px;margin:0 auto;padding:72px 5vw 120px}
.checkout-intro{display:grid;grid-template-columns:1fr auto;gap:40px;align-items:end;padding-bottom:40px;border-bottom:1px solid var(--line)}
.checkout-intro h1{font-family:var(--serif);font-size:clamp(52px,5.5vw,84px);font-weight:400;line-height:.95;letter-spacing:-.035em;margin:14px 0 18px}
.checkout-intro p{max-width:650px;color:var(--muted);font-size:17px;margin:0}
.checkout-steps{display:flex;list-style:none;margin:0 0 4px;padding:0;gap:34px}
.checkout-steps li{position:relative;display:flex;align-items:center;gap:9px;color:#9a9189;font-size:11px;text-transform:uppercase;letter-spacing:.09em;white-space:nowrap}
.checkout-steps li:not(:last-child)::after{content:"";width:34px;height:1px;background:#cfc6bc;position:absolute;left:100%;margin-left:0}
.checkout-steps span{width:26px;height:26px;border:1px solid #bdb3a8;border-radius:50%;display:grid;place-items:center;font-size:10px}
.checkout-steps .done,.checkout-steps .active{color:var(--ink)}
.checkout-steps .done span{background:var(--dark);border-color:var(--dark);color:#fff}
.checkout-steps .active span{border-color:var(--ink)}
.checkout-assurance{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--line);background:rgba(255,253,249,.62)}
.checkout-assurance div{padding:22px 28px;border-right:1px solid var(--line)}
.checkout-assurance div:last-child{border-right:0}
.checkout-assurance b,.checkout-assurance span{display:block}
.checkout-assurance b{font-family:var(--serif);font-size:15px;font-weight:400}
.checkout-assurance span{font-size:11px;color:var(--muted);margin-top:4px}
.checkout-content{padding-top:50px}
.checkout-content>.woocommerce{width:100%}
.checkout-content .woocommerce-notices-wrapper{grid-column:1/-1}
.checkout-content .woocommerce-form-login-toggle,.checkout-content .woocommerce-form-coupon-toggle{max-width:760px;margin-bottom:12px}
.checkout-content .woocommerce-info{border:1px solid var(--line);background:#fffdf9;padding:15px 18px;font-size:13px}
.checkout-content .woocommerce-info a{border-bottom:1px solid}
.checkout-content form.checkout{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(380px,.72fr);column-gap:56px;row-gap:0;align-items:start}
.checkout-content #customer_details{display:block;background:#fffdf9;padding:38px 42px;border:1px solid var(--line)}
.checkout-content #customer_details>div{width:100%;float:none}
.checkout-content .woocommerce-billing-fields h3,.checkout-content .woocommerce-additional-fields h3,.checkout-content #order_review_heading{font-family:var(--serif);font-size:32px;font-weight:400;line-height:1.1;margin:0 0 28px}
.checkout-content .woocommerce-additional-fields{margin-top:42px;padding-top:36px;border-top:1px solid var(--line)}
.checkout-content .woocommerce-billing-fields__field-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:20px 16px}
.checkout-content .form-row{width:auto!important;float:none!important;margin:0!important;padding:0!important}
.checkout-content .form-row-wide,.checkout-content #billing_country_field,.checkout-content #billing_address_1_field,.checkout-content #billing_address_2_field,.checkout-content #order_comments_field{grid-column:1/-1}
.checkout-content label{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.1em;margin:0 0 8px;color:#554d46}
.checkout-content abbr.required{color:#9a4c35;text-decoration:none}
.checkout-content .input-text,.checkout-content select,.checkout-content textarea,.checkout-content .select2-container .select2-selection--single{width:100%;min-height:50px;border:1px solid #d8d0c7;background:#fff;padding:13px 14px;border-radius:0;color:var(--ink);box-shadow:none;outline:none}
.checkout-content textarea{min-height:120px;resize:vertical}
.checkout-content .input-text:focus,.checkout-content select:focus,.checkout-content textarea:focus{border-color:var(--ink)}
.checkout-content .select2-container .select2-selection--single{padding:10px 13px}
.checkout-content .select2-selection__rendered{padding:0!important;line-height:28px!important}
.checkout-content .select2-selection__arrow{height:48px!important}
.checkout-content #order_review_heading{grid-column:2;grid-row:1;margin:0;background:var(--dark);color:#fff;padding:32px 34px 0}
.checkout-content #order_review{grid-column:2;grid-row:2;position:sticky;top:102px;background:var(--dark);color:#f4ece3;padding:20px 34px 34px}
.checkout-content #order_review .shop_table{margin:0 0 24px;color:#f4ece3}
.checkout-content #order_review .shop_table th,.checkout-content #order_review .shop_table td{padding:16px 0;border-color:#43382f;font-size:13px;vertical-align:top}
.checkout-content #order_review .product-name{padding-right:18px}
.checkout-content #order_review .product-total{text-align:right;white-space:nowrap}
.checkout-content #order_review .cart-subtotal th,.checkout-content #order_review .order-total th{font-weight:400}
.checkout-content #order_review .order-total th,.checkout-content #order_review .order-total td{font-family:var(--serif);font-size:23px;padding-top:22px}
.checkout-content #payment{background:transparent}
.checkout-content #payment ul.payment_methods{list-style:none;padding:0;margin:0;border:0}
.checkout-content #payment ul.payment_methods li{border:1px solid #493d34;margin:0 0 10px;padding:14px 14px;color:#f4ece3}
.checkout-content #payment label{display:inline;font-size:12px;letter-spacing:.03em;text-transform:none;color:#fff;margin-left:6px}
.checkout-content .payment_box{background:#2b231d;margin:12px -14px -14px;padding:14px;color:#cfc4ba;font-size:12px}
.checkout-content .payment_box:before{display:none}
.checkout-content .woocommerce-privacy-policy-text{font-size:11px;color:#bcb0a6;line-height:1.6;margin:20px 0}
.checkout-content .woocommerce-privacy-policy-text a{color:#fff;border-bottom:1px solid #71645a}
.checkout-content #place_order{width:100%;min-height:54px;background:#fff;color:var(--dark);font-size:11px;text-transform:uppercase;letter-spacing:.11em;border:0;margin-top:6px;transition:.25s}
.checkout-content #place_order:hover{background:#d8c3aa}
.checkout-content .woocommerce-invalid .input-text,.checkout-content .woocommerce-invalid select{border-color:#a84b3d}
.checkout-content .woocommerce-error{list-style:none;background:#fff3f0;border:1px solid #d7a59d;color:#7b2d22;padding:16px 18px;margin:0 0 24px}
.checkout-content .blockUI.blockOverlay{background:#f4f0ea!important}
@media(max-width:1050px){
 .checkout-content form.checkout{grid-template-columns:minmax(0,1fr) minmax(330px,.7fr);gap:30px}
 .checkout-content #customer_details{padding:30px}
 .checkout-content #order_review_heading,.checkout-content #order_review{padding-left:26px;padding-right:26px}
}
@media(max-width:900px){
 .checkout-page{padding:48px 16px 82px}
 .checkout-intro{grid-template-columns:1fr;padding-bottom:28px}
 .checkout-intro h1{font-size:52px}
 .checkout-intro p{font-size:15px}
 .checkout-steps{gap:22px;overflow-x:auto;padding-bottom:4px}
 .checkout-steps li:not(:last-child)::after{width:22px}
 .checkout-assurance{grid-template-columns:1fr}
 .checkout-assurance div{border-right:0;border-bottom:1px solid var(--line);padding:16px 18px}
 .checkout-assurance div:last-child{border-bottom:0}
 .checkout-content{padding-top:26px}
 .checkout-content form.checkout{display:flex;flex-direction:column;gap:0}
 .checkout-content #customer_details{padding:26px 18px;width:100%}
 .checkout-content .woocommerce-billing-fields__field-wrapper{grid-template-columns:1fr;gap:18px}
 .checkout-content .form-row-wide,.checkout-content #billing_country_field,.checkout-content #billing_address_1_field,.checkout-content #billing_address_2_field,.checkout-content #order_comments_field{grid-column:auto}
 .checkout-content #order_review_heading{order:2;width:100%;margin-top:24px;padding:28px 22px 0}
 .checkout-content #order_review{order:3;width:100%;position:static;padding:16px 22px 28px}
 .checkout-content .woocommerce-billing-fields h3,.checkout-content .woocommerce-additional-fields h3,.checkout-content #order_review_heading{font-size:29px}
}

/* Checkout research pass */
body.woocommerce-checkout .announcement{display:none}
body.woocommerce-checkout .site-header{position:relative;top:auto;height:76px;grid-template-columns:1fr auto 1fr;padding:0 5vw;background:var(--paper)}
body.woocommerce-checkout .site-header .logo{grid-column:2;text-align:center}
body.woocommerce-checkout .site-header nav,body.woocommerce-checkout .site-header .mobile-menu,body.woocommerce-checkout .site-header .tools .search-open,body.woocommerce-checkout .site-header .tools>a{display:none!important}
body.woocommerce-checkout .site-header .tools{grid-column:3;justify-self:end}
body.woocommerce-checkout .site-header .cart-open{font-size:0;width:auto;min-width:98px;display:flex;align-items:center;justify-content:flex-end;gap:8px}
body.woocommerce-checkout .site-header .cart-open:before{content:"Ваш заказ";font-size:10px;text-transform:uppercase;letter-spacing:.1em}
body.woocommerce-checkout .site-header .cart-count{position:static}
body.woocommerce-checkout .footer{display:none}
.checkout-page{padding-top:56px}
.checkout-back{display:inline-block;margin-bottom:28px;font-size:11px;text-transform:uppercase;letter-spacing:.09em;border-bottom:1px solid transparent}
.checkout-back:hover{border-color:currentColor}
.checkout-trust{display:flex;gap:0;border-bottom:1px solid var(--line);background:rgba(255,253,249,.72)}
.checkout-trust span{flex:1;padding:17px 22px;font-size:11px;color:var(--muted);text-align:center;border-right:1px solid var(--line)}
.checkout-trust span:last-child{border-right:0}
.checkout-content form.checkout{grid-template-columns:minmax(0,1fr) minmax(410px,.72fr)}
.checkout-content #customer_details{border:0;background:transparent;padding:0 6vw 0 0}
.checkout-content .woocommerce-billing-fields,.checkout-content .woocommerce-additional-fields{background:#fffdf9;border:1px solid var(--line);padding:36px 38px}
.checkout-content .woocommerce-additional-fields{margin-top:18px}
.checkout-content .woocommerce-billing-fields h3,.checkout-content .woocommerce-additional-fields h3{font-size:28px;padding-bottom:20px;border-bottom:1px solid var(--line)}
.checkout-content label{font-size:12px;text-transform:none;letter-spacing:0;color:var(--ink);font-weight:600}
.checkout-content .optional-label{font-style:normal;font-weight:400;color:var(--muted);font-size:11px;margin-left:5px}
.checkout-content .field-help{display:block;font-size:11px;color:var(--muted);line-height:1.45;margin-top:7px}
.checkout-content .input-text,.checkout-content select,.checkout-content textarea,.checkout-content .select2-container .select2-selection--single{min-height:var(--commerce-control);border-color:#cfc7bd;background:#fff;padding:15px 14px}
.checkout-content .input-text:hover,.checkout-content select:hover,.checkout-content textarea:hover{border-color:#9f958b}
.checkout-content .input-text:focus,.checkout-content select:focus,.checkout-content textarea:focus{border-color:var(--ink);box-shadow:0 0 0 1px var(--ink)}
.checkout-content #order_review_heading{padding:30px 30px 18px;font-size:28px}
.checkout-content #order_review{padding:0 30px 30px}
.valmero-order-items{border-top:1px solid #43382f;margin-bottom:8px}
.valmero-order-item{display:grid;grid-template-columns:70px minmax(0,1fr) auto;gap:14px;align-items:center;padding:18px 0;border-bottom:1px solid #43382f}
.valmero-order-item__image{position:relative}
.valmero-order-item__image img{width:70px;height:82px;object-fit:cover;background:#eee6dd}
.valmero-order-item__image span{position:absolute;right:-7px;top:-7px;width:21px;height:21px;border-radius:50%;background:#d4bda4;color:var(--dark);display:grid;place-items:center;font-size:10px;font-weight:700}
.valmero-order-item__meta{min-width:0;font-size:12px;color:#bfb4aa}
.valmero-order-item__meta strong{display:block;color:#fff;font-family:var(--serif);font-size:16px;font-weight:400;line-height:1.2;margin-bottom:5px}
.valmero-order-item__meta dl{margin:0;font-size:10px}
.valmero-order-item__meta dt,.valmero-order-item__meta dd{display:inline;margin:0 4px 0 0}
.valmero-order-item__price{font-size:12px;color:#fff;white-space:nowrap}
.checkout-content #order_review .shop_table th,.checkout-content #order_review .shop_table td{padding:12px 0}
.checkout-content #order_review .shop_table{border-bottom:1px solid #43382f;padding-bottom:12px}
.checkout-content #payment{padding-top:18px}
.checkout-content #payment:before{content:"Способ оплаты";display:block;font-family:var(--serif);font-size:22px;color:#fff;margin-bottom:15px}
.checkout-content #payment ul.payment_methods li{position:relative;padding:16px;border-color:#54473d}
.checkout-content #payment ul.payment_methods li:has(input:checked){border-color:#d8c3aa;background:#29211b}
.checkout-content #place_order{min-height:58px;font-weight:700}
.checkout-content #place_order:after{content:" →"}
.checkout-legal-links{display:flex;justify-content:center;flex-wrap:wrap;gap:10px 18px;margin-top:18px;font-size:10px;color:#bcb0a6}
.checkout-legal-links a{border-bottom:1px solid #71645a}
.checkout-content .woocommerce-form-login-toggle,.checkout-content .woocommerce-form-coupon-toggle{max-width:none;grid-column:1/-1}
.checkout-content .woocommerce-form-coupon{max-width:560px;background:#fff;padding:18px;border:1px solid var(--line)}
.checkout-content .woocommerce-error li{margin:5px 0}
@media(max-width:900px){
 body.woocommerce-checkout .site-header{height:66px;grid-template-columns:1fr auto 1fr;padding:0 16px}
 body.woocommerce-checkout .site-header .logo{font-size:21px}
 body.woocommerce-checkout .site-header .tools{display:block}
 body.woocommerce-checkout .site-header .cart-open:before{content:"Заказ"}
 .checkout-page{padding:38px 14px 64px}
 .checkout-back{margin-bottom:22px}
 .checkout-intro h1{font-size:46px}
 .checkout-steps{width:100%;justify-content:space-between;gap:8px}
 .checkout-steps li{font-size:9px;gap:5px}
 .checkout-steps li:not(:last-child)::after{display:none}
 .checkout-trust{display:block}
 .checkout-trust span{display:block;text-align:left;border-right:0;border-bottom:1px solid var(--line);padding:13px 15px}
 .checkout-trust span:last-child{border-bottom:0}
 .checkout-content #customer_details{padding:0}
 .checkout-content .woocommerce-billing-fields,.checkout-content .woocommerce-additional-fields{padding:25px 17px}
 .checkout-content #order_review_heading{padding:26px 18px 14px}
 .checkout-content #order_review{padding:0 18px 24px}
 .valmero-order-item{grid-template-columns:58px minmax(0,1fr) auto;gap:11px}
 .valmero-order-item__image img{width:58px;height:68px}
 .valmero-order-item__meta strong{font-size:14px}
 .checkout-content .woocommerce-info{font-size:12px}
}

/* Checkout width and column correction */
body.woocommerce-checkout{display:block!important;width:100%!important}
body.woocommerce-checkout #content{display:block;width:100%;max-width:none;margin:0}
body.woocommerce-checkout .checkout-page{width:100%;max-width:1520px;margin-inline:auto;padding-left:clamp(24px,5vw,80px);padding-right:clamp(24px,5vw,80px)}
body.woocommerce-checkout .checkout-content form.checkout{grid-template-columns:minmax(0,1.45fr) minmax(390px,.85fr);column-gap:48px;align-items:start}
body.woocommerce-checkout .checkout-content #customer_details{min-width:0;padding-right:0}
body.woocommerce-checkout .checkout-content .woocommerce-billing-fields__field-wrapper{width:100%;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
body.woocommerce-checkout .checkout-content #order_review_heading{display:none}
body.woocommerce-checkout .checkout-content #order_review{grid-column:2;grid-row:1;top:28px;padding-top:28px;align-self:start}
body.woocommerce-checkout .checkout-content #order_review:before{content:"Ваш заказ";display:block;font-family:var(--serif);font-size:30px;line-height:1.1;color:#fff;margin:0 0 22px}
@media(max-width:1050px){
 body.woocommerce-checkout .checkout-content form.checkout{grid-template-columns:minmax(0,1fr) minmax(350px,.8fr);column-gap:28px}
}
@media(max-width:900px){
 body.woocommerce-checkout .checkout-page{padding-left:14px;padding-right:14px}
 body.woocommerce-checkout .checkout-content form.checkout{display:flex;flex-direction:column}
 body.woocommerce-checkout .checkout-content #order_review{width:100%;position:static;order:2;margin-top:24px}
 body.woocommerce-checkout .checkout-content .woocommerce-billing-fields__field-wrapper{grid-template-columns:1fr}
}

/* About brand — fixed to supplied reference */
.brand-reference-page{background:#fffdf9}
.brand-reference-shell{max-width:1440px;margin:0 auto;padding:34px 68px 48px}
.brand-breadcrumbs{display:flex;gap:9px;align-items:center;color:#8a8178;font-size:11px;margin-bottom:22px}
.brand-breadcrumbs a:hover{text-decoration:underline}
.brand-page-heading h1{font-family:var(--serif);font-size:68px;line-height:1;font-weight:400;letter-spacing:-.025em;margin:0 0 18px}
.brand-page-heading p{color:#6f675f;font-size:16px;line-height:1.65;margin:0}
.brand-philosophy{display:grid;grid-template-columns:44% 56%;gap:55px;align-items:start;margin-top:42px}
.brand-philosophy__copy{padding-top:24px}
.brand-philosophy__copy h2,.brand-craft-detail__copy h2,.brand-workshop-row__copy h2{font-family:var(--serif);font-size:38px;font-weight:400;line-height:1.08;margin:0 0 20px}
.brand-philosophy__copy>p,.brand-craft-detail__copy>p,.brand-workshop-row__copy>p{font-size:15px;line-height:1.8;color:#6f675f;margin:0}
.brand-philosophy__image{margin:0;overflow:hidden}
.brand-philosophy__image img{width:100%;height:515px;object-fit:cover}
.brand-principles{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;margin-top:40px}
.brand-principles article{min-width:0}
.brand-principle-icon{display:block;font-family:var(--serif);font-size:42px;line-height:1;margin-bottom:16px;transform:rotate(-18deg)}
.brand-principle-icon--hand{transform:none}
.brand-principles h3{font-family:var(--serif);font-size:20px;font-weight:400;line-height:1.15;margin:0 0 9px}
.brand-principles p{font-size:12px;line-height:1.65;color:#736b63;margin:0}
.brand-craft-detail{display:grid;grid-template-columns:48% 52%;gap:55px;align-items:center;margin-top:42px}
.brand-craft-detail__image{margin:0;overflow:hidden}
.brand-craft-detail__image img{width:100%;height:440px;object-fit:cover;object-position:center}
.brand-craft-detail__copy{padding:30px 12px}
.brand-craft-detail__copy ul{list-style:none;margin:28px 0 0;padding:0}
.brand-craft-detail__copy li{position:relative;padding-left:28px;margin:14px 0;font-size:13px;color:#5f5750}
.brand-craft-detail__copy li:before{content:'✓';position:absolute;left:0;top:-1px;color:#17120e;font-size:15px}
.brand-workshop-row{display:grid;grid-template-columns:1.1fr .72fr .72fr .72fr;gap:14px;align-items:stretch;margin-top:40px}
.brand-workshop-row__copy{padding:26px 30px 20px 0}
.brand-outline-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 28px;border:1px solid #211b16;margin-top:30px;font-size:11px;text-transform:uppercase;letter-spacing:.08em}
.brand-workshop-row figure{margin:0;overflow:hidden}
.brand-workshop-row figure img{width:100%;height:330px;object-fit:cover}
.brand-values-strip{display:grid;grid-template-columns:repeat(4,1fr);max-width:1600px;margin:0 auto;padding:34px 52px 30px;border-top:1px solid #ece6df;background:#fbf8f3}
.brand-values-strip article{text-align:center;padding:0 28px}
.brand-values-strip article>span{display:block;font-family:var(--serif);font-size:36px;line-height:1;margin-bottom:14px}
.brand-values-strip h3{font-family:var(--serif);font-size:17px;font-weight:400;margin:0 0 10px}
.brand-values-strip p{font-size:11px;line-height:1.55;color:#716960;margin:0}
.brand-final-banner{position:relative;height:170px;overflow:hidden;background:#2a1710}
.brand-final-banner img{width:100%;height:100%;object-fit:cover;object-position:center 58%}
.brand-final-banner__overlay{position:absolute;inset:0;background:rgba(35,16,9,.58)}
.brand-final-banner p{position:absolute;inset:0;display:grid;place-items:center;text-align:center;color:#fff;font-family:var(--serif);font-size:25px;line-height:1.35;margin:0;padding:0 20px}
@media(max-width:980px){
 .brand-reference-shell{padding:30px 24px 44px}
 .brand-philosophy,.brand-craft-detail{grid-template-columns:1fr;gap:28px}
 .brand-philosophy__copy{padding-top:0}
 .brand-philosophy__image img,.brand-craft-detail__image img{height:58vw;min-height:420px}
 .brand-craft-detail__copy{padding:12px 0}
 .brand-workshop-row{grid-template-columns:1fr 1fr 1fr}
 .brand-workshop-row__copy{grid-column:1/-1;padding-right:0}
 .brand-values-strip{grid-template-columns:1fr 1fr;gap:30px 0}
}
@media(max-width:620px){
 .brand-reference-shell{padding:24px 16px 36px}
 .brand-page-heading h1{font-size:50px}
 .brand-page-heading p{font-size:14px}
 .desktop-only{display:none}
 .brand-philosophy{margin-top:28px}
 .brand-philosophy__copy h2,.brand-craft-detail__copy h2,.brand-workshop-row__copy h2{font-size:34px}
 .brand-principles{grid-template-columns:1fr;gap:24px}
 .brand-principles article{display:grid;grid-template-columns:48px 1fr;column-gap:14px}
 .brand-principle-icon{grid-row:1/3;margin:0}
 .brand-principles p{grid-column:2}
 .brand-philosophy__image img,.brand-craft-detail__image img{height:68vw;min-height:300px}
 .brand-workshop-row{grid-template-columns:1fr}
 .brand-workshop-row__copy{grid-column:auto}
 .brand-workshop-row figure img{height:74vw}
 .brand-values-strip{grid-template-columns:1fr;padding:36px 20px;gap:34px}
 .brand-final-banner{height:210px}
 .brand-final-banner p{font-size:22px}
}

/* About brand — Playwright correction against 1024×1536 reference */
@media(min-width:981px){
 .brand-reference-shell{max-width:1024px;padding:22px 49px 24px}
 .brand-breadcrumbs{font-size:10px;margin-bottom:16px}
 .brand-page-heading h1{font-size:48px;line-height:1;margin-bottom:13px;letter-spacing:-.02em}
 .brand-page-heading p{font-size:13px;line-height:1.55}
 .brand-philosophy{grid-template-columns:414px 464px;gap:48px;margin-top:30px}
 .brand-philosophy__copy{padding-top:22px}
 .brand-philosophy__copy h2,.brand-craft-detail__copy h2,.brand-workshop-row__copy h2{font-size:29px;line-height:1.05;margin-bottom:16px}
 .brand-philosophy__copy>p,.brand-craft-detail__copy>p,.brand-workshop-row__copy>p{font-size:12px;line-height:1.65}
 .brand-philosophy__image img{height:347px}
 .brand-principles{gap:25px;margin-top:30px}
 .brand-principle-icon{font-size:31px;margin-bottom:11px}
 .brand-principles h3{font-size:15px;line-height:1.15;margin-bottom:7px}
 .brand-principles p{font-size:10px;line-height:1.55}
 .brand-craft-detail{grid-template-columns:443px 1fr;gap:38px;margin-top:27px;align-items:center}
 .brand-craft-detail__image img{height:307px}
 .brand-craft-detail__copy{padding:0 0 0 0}
 .brand-craft-detail__copy>p{max-width:390px}
 .brand-craft-detail__copy ul{margin-top:20px}
 .brand-craft-detail__copy li{font-size:11px;margin:10px 0;padding-left:22px}
 .brand-craft-detail__copy li:before{font-size:12px}
 .brand-workshop-row{grid-template-columns:298px repeat(3,1fr);gap:10px;margin-top:27px}
 .brand-workshop-row__copy{padding:13px 25px 8px 0}
 .brand-workshop-row__copy h2{font-size:28px}
 .brand-workshop-row__copy>p{font-size:10.5px;line-height:1.7}
 .brand-outline-button{min-height:38px;padding:0 22px;margin-top:22px;font-size:9px}
 .brand-workshop-row figure img{height:230px}
 .brand-values-strip{max-width:1024px;height:150px;padding:28px 40px 22px}
 .brand-values-strip article{padding:0 17px}
 .brand-values-strip article>span{font-size:28px;margin-bottom:9px}
 .brand-values-strip h3{font-size:13px;margin-bottom:7px}
 .brand-values-strip p{font-size:9px;line-height:1.5}
 .brand-final-banner{height:141px}
 .brand-final-banner p{font-size:18px;line-height:1.35}
 .footer{margin-top:0}
}

/* About page width aligned with Collections */
@media (min-width: 981px){
  .brand-reference-shell{
    width:100%;
    max-width:none;
    margin:0;
    padding:34px 6vw 48px;
  }
  .brand-philosophy{
    grid-template-columns:minmax(0,44%) minmax(0,56%);
    gap:4vw;
  }
  .brand-philosophy__image img{
    height:clamp(480px,32vw,620px);
  }
  .brand-craft-detail{
    grid-template-columns:minmax(0,48%) minmax(0,52%);
    gap:4vw;
  }
  .brand-craft-detail__image img{
    height:clamp(430px,28vw,560px);
  }
  .brand-workshop-row{
    grid-template-columns:minmax(300px,1.1fr) repeat(3,minmax(0,.72fr));
    gap:1vw;
  }
  .brand-workshop-row figure img{
    height:clamp(300px,21vw,420px);
  }
  .brand-page-heading h1{font-size:clamp(58px,4.3vw,72px)}
  .brand-philosophy__copy h2,
  .brand-craft-detail__copy h2,
  .brand-workshop-row__copy h2{font-size:clamp(34px,2.5vw,44px)}
  .brand-philosophy__copy>p,
  .brand-craft-detail__copy>p,
  .brand-workshop-row__copy>p{font-size:clamp(14px,1vw,17px)}
  .brand-values-strip{max-width:none;width:100%;padding-left:6vw;padding-right:6vw}
}

/* Cart redesign */
body.woocommerce-cart{background:#f5f1eb}
body.woocommerce-cart .page-shell{max-width:1520px;padding:64px clamp(24px,5vw,80px) 110px}
body.woocommerce-cart .page-shell>h1{font-size:clamp(56px,6vw,88px);line-height:.95;margin:0 0 18px}
body.woocommerce-cart .page-shell>h1:after{content:'Проверьте состав заказа перед оформлением';display:block;font-family:var(--sans);font-size:15px;font-weight:400;line-height:1.6;letter-spacing:0;color:var(--muted);margin-top:18px}
body.woocommerce-cart .page-shell>.woocommerce{width:100%;max-width:none;margin:44px 0 0;display:grid;grid-template-columns:minmax(0,1.45fr) minmax(360px,.72fr);gap:48px;align-items:start}
body.woocommerce-cart .woocommerce-notices-wrapper{grid-column:1/-1}
body.woocommerce-cart form.woocommerce-cart-form{grid-column:1;min-width:0;background:#fffdf9;border:1px solid var(--line)}
body.woocommerce-cart .cart-collaterals{grid-column:2;grid-row:2;min-width:0}
body.woocommerce-cart .cart-collaterals:before{content:'Итоги заказа';display:block;background:var(--dark);color:#fff;font-family:var(--serif);font-size:30px;line-height:1.1;padding:30px 32px 14px}
body.woocommerce-cart .cart_totals{width:100%;float:none;background:var(--dark);color:#f4ece3;padding:12px 32px 32px;position:sticky;top:105px}
body.woocommerce-cart .cart_totals h2{display:none}
body.woocommerce-cart .shop_table{border:0;margin:0;background:transparent}
body.woocommerce-cart .shop_table thead th{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-weight:400;padding:18px 14px;border-bottom:1px solid var(--line)}
body.woocommerce-cart .shop_table td{padding:24px 14px;border-bottom:1px solid var(--line);vertical-align:middle}
body.woocommerce-cart .shop_table .product-remove{width:42px;text-align:center;padding-right:4px}
body.woocommerce-cart .shop_table .product-remove a{display:grid;place-items:center;width:28px;height:28px;border:1px solid #d7cfc6;border-radius:50%;font-size:20px;line-height:1;color:#6f665e}
body.woocommerce-cart .shop_table .product-remove a:hover{background:var(--dark);color:#fff;border-color:var(--dark)}
body.woocommerce-cart .shop_table .product-thumbnail{width:130px}
body.woocommerce-cart .shop_table .product-thumbnail img{width:112px;height:132px;object-fit:cover;background:#ede6de}
body.woocommerce-cart .shop_table .product-name a{font-family:var(--serif);font-size:21px;line-height:1.2}
body.woocommerce-cart .shop_table .product-name dl.variation{font-size:11px;color:var(--muted);margin:8px 0 0}
body.woocommerce-cart .shop_table .product-name dl.variation dt,body.woocommerce-cart .shop_table .product-name dl.variation dd{display:inline;float:none;margin:0 4px 0 0}
body.woocommerce-cart .shop_table .product-price,body.woocommerce-cart .shop_table .product-subtotal{font-size:14px;white-space:nowrap}
body.woocommerce-cart .quantity{width:88px}
body.woocommerce-cart .quantity .qty{height:46px;padding:10px 8px;text-align:center;background:#fff;border:1px solid #d8d0c7}
body.woocommerce-cart .shop_table td.actions{padding:22px;display:flex!important;align-items:center;justify-content:space-between;gap:16px;width:auto!important}
body.woocommerce-cart .coupon{display:flex!important;align-items:center;gap:8px;width:auto!important;height:auto!important}
body.woocommerce-cart .coupon label{position:absolute;clip:rect(1px,1px,1px,1px)}
body.woocommerce-cart .coupon .input-text{width:220px!important;height:46px;padding:12px 14px;background:#fff;border:1px solid #d8d0c7}
body.woocommerce-cart .woocommerce button.button{min-height:var(--commerce-control);padding:0 20px;font-size:10px;text-transform:uppercase;letter-spacing:.09em;border-radius:0}
body.woocommerce-cart button[name=update_cart]{background:transparent!important;color:var(--ink)!important;border:1px solid var(--ink)!important;margin-left:auto}
body.woocommerce-cart button[name=update_cart]:disabled{opacity:.38}
body.woocommerce-cart .cart_totals .shop_table{color:#f4ece3}
body.woocommerce-cart .cart_totals .shop_table th,body.woocommerce-cart .cart_totals .shop_table td{padding:17px 0;border-color:#43382f;font-size:13px;background:transparent}
body.woocommerce-cart .cart_totals .shop_table th{font-weight:400;color:#c8bdb3}
body.woocommerce-cart .cart_totals .shop_table td{text-align:right}
body.woocommerce-cart .cart_totals .order-total th,body.woocommerce-cart .cart_totals .order-total td{font-family:var(--serif);font-size:24px;color:#fff;padding-top:24px}
body.woocommerce-cart .wc-proceed-to-checkout{padding:24px 0 0}
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{display:flex;align-items:center;justify-content:center;width:100%;min-height:58px;margin:0;background:#fff;color:var(--dark);font-size:11px;text-transform:uppercase;letter-spacing:.11em;border-radius:0}
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover{background:#d8c3aa}
body.woocommerce-cart .cart-collaterals:after{content:'Безопасное оформление · Возврат по правилам магазина · Поддержка при заказе';display:block;background:var(--dark);color:#9f9388;font-size:10px;line-height:1.6;text-align:center;padding:0 28px 26px}
body.woocommerce-cart .woocommerce-shipping-destination,body.woocommerce-cart .woocommerce-shipping-calculator{font-size:11px;color:#bdb1a7}
body.woocommerce-cart .return-to-shop .button{display:inline-flex}

@media(max-width:900px){
 body.woocommerce-cart .page-shell{padding:42px 14px 72px}
 body.woocommerce-cart .page-shell>h1{font-size:50px}
 body.woocommerce-cart .page-shell>h1:after{font-size:14px}
 body.woocommerce-cart .page-shell>.woocommerce{display:block;margin-top:30px}
 body.woocommerce-cart form.woocommerce-cart-form{border:0;background:transparent}
 body.woocommerce-cart table.shop_table_responsive thead{display:none}
 body.woocommerce-cart table.shop_table_responsive,body.woocommerce-cart table.shop_table_responsive tbody{display:block;width:100%!important}
 body.woocommerce-cart table.shop_table_responsive tr.woocommerce-cart-form__cart-item{position:relative;display:grid;grid-template-columns:96px minmax(0,1fr);gap:0 16px;background:#fffdf9;border:1px solid var(--line);padding:16px;margin:0 0 12px}
 body.woocommerce-cart table.shop_table_responsive tr.woocommerce-cart-form__cart-item td{display:block!important;width:auto!important;border:0;padding:0;text-align:left!important}
 body.woocommerce-cart table.shop_table_responsive tr.woocommerce-cart-form__cart-item td:before{display:none!important}
 body.woocommerce-cart .shop_table .product-remove{position:absolute;right:10px;top:10px;z-index:2}
 body.woocommerce-cart .shop_table .product-thumbnail{grid-column:1;grid-row:1/5}
 body.woocommerce-cart .shop_table .product-thumbnail:before{display:none}
 body.woocommerce-cart .shop_table .product-thumbnail img{display:block;width:96px;height:116px}
 body.woocommerce-cart .shop_table .product-name{grid-column:2;padding:4px 34px 10px 0!important}
 body.woocommerce-cart .shop_table .product-name a{font-size:18px}
 body.woocommerce-cart .shop_table .product-price{grid-column:2;font-size:12px;color:var(--muted);padding-bottom:10px!important}
 body.woocommerce-cart .shop_table .product-price:before{content:'Цена: ';display:inline!important;color:var(--muted)}
 body.woocommerce-cart .shop_table .product-quantity{grid-column:2;display:flex!important;align-items:center;gap:10px;padding-bottom:10px!important}
 body.woocommerce-cart .shop_table .product-quantity:before{content:'Количество';display:block!important;font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}
 body.woocommerce-cart .quantity{width:76px}
 body.woocommerce-cart .quantity .qty{height:40px}
 body.woocommerce-cart .shop_table .product-subtotal{grid-column:2;font-size:15px;font-weight:600;padding-top:8px!important;border-top:1px solid var(--line)!important}
 body.woocommerce-cart .shop_table .product-subtotal:before{content:'Сумма: ';display:inline!important;font-weight:400;color:var(--muted)}
 body.woocommerce-cart .shop_table tr:last-child td.actions{display:block!important;background:#fffdf9;border:1px solid var(--line);padding:16px!important;margin-top:4px}
 body.woocommerce-cart .coupon{display:grid!important;grid-template-columns:1fr auto;width:100%!important;gap:8px}
 body.woocommerce-cart .coupon .input-text{width:100%!important;min-width:0}
 body.woocommerce-cart .coupon button{padding:0 14px}
 body.woocommerce-cart button[name=update_cart]{width:100%;margin:12px 0 0}
 body.woocommerce-cart .cart-collaterals{margin-top:18px}
 body.woocommerce-cart .cart-collaterals:before{font-size:27px;padding:26px 20px 12px}
 body.woocommerce-cart .cart_totals{position:static;padding:10px 20px 24px}
 body.woocommerce-cart .cart-collaterals:after{padding:0 20px 22px}
}

/* Cart wrapper selector correction */
body.woocommerce-cart .shop-shell{max-width:1520px;padding:64px clamp(24px,5vw,80px) 110px}
body.woocommerce-cart .shop-shell>.woocommerce{width:100%;max-width:none;margin:44px 0 0;display:grid;grid-template-columns:minmax(0,1.45fr) minmax(360px,.72fr);gap:48px;align-items:start}
body.woocommerce-cart .shop-shell>.woocommerce>.woocommerce-notices-wrapper{grid-column:1/-1}
body.woocommerce-cart .shop-shell>.woocommerce>form.woocommerce-cart-form{grid-column:1;grid-row:2}
body.woocommerce-cart .shop-shell>.woocommerce>.cart-collaterals{grid-column:2;grid-row:2;margin:0}
@media(max-width:900px){
 body.woocommerce-cart .shop-shell{padding:42px 14px 72px}
 body.woocommerce-cart .shop-shell>.woocommerce{display:block;margin-top:30px}
}

/* Cart actual DOM layout */
@media(min-width:901px){
 body.woocommerce-cart .shop-shell{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(360px,.72fr);column-gap:48px;align-items:start}
 body.woocommerce-cart .shop-shell>h1{grid-column:1/-1}
 body.woocommerce-cart .shop-shell>.woocommerce-notices-wrapper{grid-column:1/-1}
 body.woocommerce-cart .shop-shell>form.woocommerce-cart-form{grid-column:1;grid-row:2;margin-top:44px}
 body.woocommerce-cart .shop-shell>.cart-collaterals{grid-column:2;grid-row:2;margin-top:44px}
}

/* Cart final DOM correction */
body.woocommerce-cart .page-shell.narrow{max-width:1520px;width:100%;padding:64px clamp(24px,5vw,80px) 110px}
body.woocommerce-cart .page-shell.narrow>.prose{max-width:none;width:100%;font-size:inherit}
@media(min-width:901px){
 body.woocommerce-cart .page-shell.narrow>.prose>.woocommerce{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(360px,.72fr);column-gap:48px;align-items:start;width:100%;margin-top:44px}
 body.woocommerce-cart .page-shell.narrow>.prose>.woocommerce>.woocommerce-notices-wrapper{grid-column:1/-1}
 body.woocommerce-cart .page-shell.narrow>.prose>.woocommerce>form.woocommerce-cart-form{grid-column:1;grid-row:2;margin:0}
 body.woocommerce-cart .page-shell.narrow>.prose>.woocommerce>.cart-collaterals{grid-column:2;grid-row:2;margin:0}
}
@media(max-width:900px){
 body.woocommerce-cart .page-shell.narrow{padding:42px 14px 72px}
 body.woocommerce-cart .page-shell.narrow>.prose>.woocommerce{display:block;width:100%;margin-top:30px}
}

/* Cart: place product image at the far-left edge of the item row */
@media (min-width:901px){
  body.woocommerce-cart .woocommerce-cart-form__cart-item{
    position:relative;
  }
  body.woocommerce-cart .woocommerce-cart-form__cart-item .product-remove{
    width:34px;
    min-width:34px;
    padding-left:14px;
    padding-right:4px;
  }
  body.woocommerce-cart .woocommerce-cart-form__cart-item .product-thumbnail{
    width:118px;
    min-width:118px;
    padding-left:0;
    padding-right:18px;
  }
  body.woocommerce-cart .woocommerce-cart-form__cart-item .product-thumbnail a,
  body.woocommerce-cart .woocommerce-cart-form__cart-item .product-thumbnail img{
    margin-left:0;
  }
}

/* Cart image final left alignment */
@media (min-width:901px){
  body.woocommerce-cart .woocommerce-cart-form table.shop_table{
    table-layout:fixed;
  }
  body.woocommerce-cart .woocommerce-cart-form table.shop_table thead .product-remove,
  body.woocommerce-cart .woocommerce-cart-form table.shop_table thead .product-thumbnail{
    display:none;
  }
  body.woocommerce-cart .woocommerce-cart-form__cart-item{
    position:relative;
    height:181px;
  }
  body.woocommerce-cart .woocommerce-cart-form__cart-item .product-remove{
    position:absolute;
    right:14px;
    top:14px;
    width:28px!important;
    min-width:28px!important;
    height:28px;
    padding:0!important;
    z-index:3;
  }
  body.woocommerce-cart .woocommerce-cart-form__cart-item .product-thumbnail{
    position:absolute;
    left:16px;
    top:24px;
    width:112px!important;
    min-width:112px!important;
    height:132px;
    padding:0!important;
    z-index:2;
  }
  body.woocommerce-cart .woocommerce-cart-form__cart-item .product-thumbnail img{
    width:112px;
    height:132px;
    margin:0;
  }
  body.woocommerce-cart .woocommerce-cart-form__cart-item .product-name{
    width:48%;
    padding-left:150px!important;
  }
  body.woocommerce-cart .woocommerce-cart-form__cart-item .product-price{width:16%}
  body.woocommerce-cart .woocommerce-cart-form__cart-item .product-quantity{width:17%}
  body.woocommerce-cart .woocommerce-cart-form__cart-item .product-subtotal{width:19%;padding-right:52px}
}

/* Cart table alignment correction */
@media (min-width:901px){
  body.woocommerce-cart .woocommerce-cart-form table.shop_table{
    width:100%;
    table-layout:fixed;
  }
  body.woocommerce-cart .woocommerce-cart-form table.shop_table thead,
  body.woocommerce-cart .woocommerce-cart-form table.shop_table tbody{
    width:100%;
  }
  body.woocommerce-cart .woocommerce-cart-form table.shop_table th,
  body.woocommerce-cart .woocommerce-cart-form table.shop_table td{
    position:static;
    box-sizing:border-box;
  }
  body.woocommerce-cart .woocommerce-cart-form table.shop_table .product-remove{
    position:absolute;
    right:14px;
    top:14px;
    width:28px!important;
    min-width:28px!important;
    height:28px;
    padding:0!important;
    z-index:3;
  }
  body.woocommerce-cart .woocommerce-cart-form table.shop_table .product-thumbnail{
    position:static;
    width:148px!important;
    min-width:148px!important;
    padding:24px 18px 24px 16px!important;
  }
  body.woocommerce-cart .woocommerce-cart-form table.shop_table .product-thumbnail img{
    width:112px;
    height:132px;
    object-fit:cover;
    margin:0;
  }
  body.woocommerce-cart .woocommerce-cart-form table.shop_table .product-name{
    width:auto!important;
    padding:24px 24px!important;
    white-space:normal;
  }
  body.woocommerce-cart .woocommerce-cart-form table.shop_table .product-name a{
    display:block;
    max-width:100%;
    font-size:20px;
    line-height:1.25;
    overflow-wrap:normal;
    word-break:normal;
  }
  body.woocommerce-cart .woocommerce-cart-form table.shop_table .product-price{
    width:124px!important;
    min-width:124px!important;
    padding:24px 14px!important;
    text-align:left;
  }
  body.woocommerce-cart .woocommerce-cart-form table.shop_table .product-quantity{
    width:128px!important;
    min-width:128px!important;
    padding:24px 14px!important;
    text-align:center;
  }
  body.woocommerce-cart .woocommerce-cart-form table.shop_table .product-subtotal{
    width:132px!important;
    min-width:132px!important;
    padding:24px 24px 24px 14px!important;
    text-align:right;
  }
  body.woocommerce-cart .woocommerce-cart-form table.shop_table thead .product-thumbnail{
    width:148px!important;
    min-width:148px!important;
    padding-left:16px!important;
  }
  body.woocommerce-cart .woocommerce-cart-form table.shop_table thead .product-name{
    padding-left:24px!important;
  }
  body.woocommerce-cart .woocommerce-cart-form table.shop_table thead .product-price,
  body.woocommerce-cart .woocommerce-cart-form table.shop_table thead .product-quantity,
  body.woocommerce-cart .woocommerce-cart-form table.shop_table thead .product-subtotal{
    text-align:left;
  }
  body.woocommerce-cart .woocommerce-cart-form table.shop_table thead .product-subtotal{
    text-align:right;
    padding-right:24px!important;
  }
  body.woocommerce-cart .woocommerce-cart-form__cart-item{
    position:relative;
  }
}

/* Cart definitive five-column grid */
@media (min-width:901px){
  body.woocommerce-cart .woocommerce-cart-form table.shop_table thead tr{
    display:grid;
    grid-template-columns:148px minmax(220px,1fr) 124px 128px 132px;
    width:100%;
  }
  body.woocommerce-cart .woocommerce-cart-form table.shop_table thead .product-remove,
  body.woocommerce-cart .woocommerce-cart-form table.shop_table thead .product-thumbnail{
    display:none!important;
  }
  body.woocommerce-cart .woocommerce-cart-form table.shop_table thead .product-name{
    grid-column:1/3;
    width:auto!important;
    padding:18px 24px!important;
  }
  body.woocommerce-cart .woocommerce-cart-form table.shop_table thead .product-price{
    grid-column:3;
    width:auto!important;
    min-width:0!important;
    padding:18px 14px!important;
  }
  body.woocommerce-cart .woocommerce-cart-form table.shop_table thead .product-quantity{
    grid-column:4;
    width:auto!important;
    min-width:0!important;
    padding:18px 14px!important;
    text-align:center!important;
  }
  body.woocommerce-cart .woocommerce-cart-form table.shop_table thead .product-subtotal{
    grid-column:5;
    width:auto!important;
    min-width:0!important;
    padding:18px 24px 18px 14px!important;
    text-align:right!important;
  }
  body.woocommerce-cart .woocommerce-cart-form table.shop_table tbody tr.woocommerce-cart-form__cart-item{
    display:grid;
    grid-template-columns:148px minmax(220px,1fr) 124px 128px 132px;
    width:100%;
    min-height:181px;
    align-items:stretch;
  }
  body.woocommerce-cart .woocommerce-cart-form table.shop_table tbody tr.woocommerce-cart-form__cart-item .product-thumbnail{
    position:static!important;
    display:flex!important;
    align-items:center;
    grid-column:1;
    width:auto!important;
    min-width:0!important;
    height:auto!important;
    padding:24px 18px 24px 16px!important;
  }
  body.woocommerce-cart .woocommerce-cart-form table.shop_table tbody tr.woocommerce-cart-form__cart-item .product-name{
    grid-column:2;
    width:auto!important;
    min-width:0!important;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:24px!important;
  }
  body.woocommerce-cart .woocommerce-cart-form table.shop_table tbody tr.woocommerce-cart-form__cart-item .product-price{
    grid-column:3;
    width:auto!important;
    min-width:0!important;
    display:flex;
    align-items:center;
    padding:24px 14px!important;
  }
  body.woocommerce-cart .woocommerce-cart-form table.shop_table tbody tr.woocommerce-cart-form__cart-item .product-quantity{
    grid-column:4;
    width:auto!important;
    min-width:0!important;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:24px 14px!important;
  }
  body.woocommerce-cart .woocommerce-cart-form table.shop_table tbody tr.woocommerce-cart-form__cart-item .product-subtotal{
    grid-column:5;
    width:auto!important;
    min-width:0!important;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    padding:24px 24px 24px 14px!important;
  }
  body.woocommerce-cart .woocommerce-cart-form table.shop_table tbody tr.woocommerce-cart-form__cart-item .product-remove{
    position:absolute!important;
    right:14px;
    top:14px;
    width:28px!important;
    height:28px!important;
    padding:0!important;
  }
  body.woocommerce-cart .woocommerce-cart-form table.shop_table tbody tr:not(.woocommerce-cart-form__cart-item){
    display:table-row;
  }
}

/* Canonical homepage — rebuilt from supplied reference */
body.home{background:#f7f2eb}
body.home .announcement{height:28px;font-size:10px;text-transform:none;letter-spacing:.03em;background:#211a15}
body.home .site-header{height:64px;position:relative;top:auto;padding:0 4vw;grid-template-columns:190px 1fr 190px;background:#fffdf9;box-shadow:none}
body.home .site-header .logo{font-size:24px;letter-spacing:.08em}
body.home .site-header .logo span{display:none}
body.home .site-header nav ul{gap:30px}
body.home .site-header nav a{font-size:13px;text-transform:none;letter-spacing:0}
body.home .tools{gap:3px}
body.home .tools .wishlist-link{display:none}
.canonical-home{max-width:1440px;margin:0 auto;background:#fffdf9}
.canonical-hero{display:grid;grid-template-columns:38% 62%;min-height:470px;background:#eee5d9}
.canonical-hero__copy{padding:72px 5vw;display:flex;flex-direction:column;justify-content:center}
.canonical-hero h1{font-family:var(--serif);font-size:clamp(48px,4.25vw,72px);font-weight:400;line-height:1.03;letter-spacing:-.03em;margin:0 0 24px}
.canonical-hero p{max-width:400px;font-size:16px;line-height:1.65;color:#524b45;margin:0}
.canonical-button{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;background:#211a15;color:#fff;min-height:44px;padding:0 24px;margin-top:24px;font-size:10px;letter-spacing:.04em}
.canonical-hero__image{overflow:hidden}
.canonical-hero__image img{width:100%;height:100%;object-fit:cover;image-rendering:auto}
.canonical-benefits{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid #ded7ce;background:#fffdf9;padding:20px 5vw}
.canonical-benefits article{display:flex;align-items:center;justify-content:center;gap:14px;border-right:1px solid #e1dad2;padding:4px 20px}
.canonical-benefits article:last-child{border-right:0}
.canonical-benefits span{font-size:25px}
.canonical-benefits b,.canonical-benefits small{display:block}
.canonical-benefits b{font-family:var(--serif);font-size:14px;font-weight:400}
.canonical-benefits small{font-size:9px;color:#746c64;margin-top:2px}
.canonical-bestsellers,.canonical-journal{padding:34px 5vw 28px}
.canonical-section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:18px}
.canonical-section-head h2{font-family:var(--serif);font-size:28px;font-weight:400;margin:0}
.canonical-section-head a{font-size:10px}
.canonical-product-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px 18px}
.canonical-product-card img{display:block;width:100%;height:clamp(300px,28vw,410px);object-fit:cover;background:#f0ebe5}
body.home .canonical-product-card h3{font-family:var(--serif);font-size:15px;font-weight:400;margin:8px 0 2px}
body.home .canonical-product-card p{font-size:13px;margin:0}
.canonical-atelier{margin:32px 5vw 22px;display:grid;grid-template-columns:68% 32%;min-height:380px;background:#dbc8b2;overflow:hidden}
.canonical-atelier__image img{width:100%;height:100%;object-fit:cover}
.canonical-atelier__copy{padding:28px 42px;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(90deg,#d9c3aa,#eadbc9)}
.canonical-atelier__copy span{font-family:var(--serif);font-size:24px}
.canonical-atelier__copy h2{font-family:var(--serif);font-size:20px;font-weight:400;margin:4px 0 10px}
.canonical-atelier__copy p{font-size:11px;line-height:1.55;margin:0}
.canonical-atelier__copy .canonical-button{min-height:36px;padding:0 18px;margin-top:14px;font-size:9px}
.canonical-journal{padding-top:0}
.canonical-journal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.canonical-journal-grid img{display:block;width:100%;aspect-ratio:1.35;object-fit:cover}
.canonical-journal-grid small{display:block;font-size:9px;color:#81776e;margin-top:9px}
.canonical-journal-grid h3{font-family:var(--serif);font-size:16px;font-weight:400;margin:4px 0 0}
body.home .footer{max-width:1440px;margin:0 auto;padding:50px 5vw 24px;grid-template-columns:1.2fr repeat(4,1fr);gap:30px}
body.home .footer .logo{font-size:25px}
body.home .footer .logo span{display:none}
body.home .footer p{font-size:12px}
body.home .footer h3{font-size:15px;margin:0 0 8px}
body.home .footer a{font-size:11px}
body.home .footer-bottom{margin-top:12px;padding-top:14px;font-size:12px}
@media(max-width:900px){
 body.home .site-header{height:62px;grid-template-columns:44px 1fr auto;padding:0 14px}
 body.home .site-header .logo{grid-column:2;justify-self:center}
 body.home .site-header nav{display:none}
 body.home .mobile-menu{display:block}
 .canonical-home{width:100%}
 .canonical-hero{grid-template-columns:1fr;min-height:0}
 .canonical-hero__copy{padding:54px 22px 42px}
 .canonical-hero h1{font-size:47px}
 .canonical-hero__image{height:58vh}
 .canonical-benefits{grid-template-columns:1fr 1fr;padding:18px 12px}
 .canonical-benefits article{border-bottom:1px solid #e1dad2;justify-content:flex-start;padding:14px}
 .canonical-benefits article:nth-child(2){border-right:0}
 .canonical-benefits article:nth-child(n+3){border-bottom:0}
 .canonical-product-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 12px}
 .canonical-bestsellers,.canonical-journal{padding:30px 16px}
 .canonical-product-card img{height:330px}
 .canonical-atelier{margin:24px 16px 28px;grid-template-columns:1fr}
 .canonical-atelier__image{height:480px}
 .canonical-atelier__copy{padding:30px 24px}
 .canonical-journal-grid{grid-template-columns:1fr;gap:24px}
 .canonical-journal-grid img{aspect-ratio:1}
 body.home .footer{grid-template-columns:1fr 1fr;padding:45px 22px 24px}
 body.home .footer>div:first-child{grid-column:1/-1}
}

/* Canonical homepage hero: one full-bleed photographic background */
.canonical-hero{
  position:relative;
  display:block;
  min-height:clamp(470px,33vw,560px);
  overflow:hidden;
  background-color:#e8ded1;
  background-image:var(--canonical-hero-bg);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
}
.canonical-hero:before{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(246,240,232,.18) 0%,rgba(246,240,232,.08) 28%,rgba(246,240,232,0) 52%);
  pointer-events:none;
}
.canonical-hero__copy{
  position:relative;
  z-index:1;
  width:min(38%,520px);
  min-height:inherit;
  padding:clamp(54px,5vw,78px) 0 clamp(48px,4vw,68px) clamp(48px,5.5vw,84px);
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.canonical-hero__image{display:none!important}
@media(max-width:900px){
  .canonical-hero{
    min-height:760px;
    background-size:auto 100%;
    background-position:58% center;
  }
  .canonical-hero:before{
    background:linear-gradient(0deg,rgba(246,240,232,.97) 0%,rgba(246,240,232,.86) 31%,rgba(246,240,232,.08) 65%,rgba(246,240,232,0) 100%);
  }
  .canonical-hero__copy{
    width:auto;
    min-height:inherit;
    padding:0 22px 54px;
    justify-content:flex-end;
  }
}

/* Canonical hero contract correction: split copy and product image, no full-bleed crop. */
.canonical-hero{
  position:relative;
  display:grid;
  grid-template-columns:38% 62%;
  min-height:470px;
  overflow:hidden;
  background:#eee5d9;
  background-image:none;
}
.canonical-hero:before{display:none}
.canonical-hero__copy{
  position:relative;
  z-index:1;
  width:auto;
  min-height:470px;
  padding:72px 5vw;
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:#f1e9de;
}
.canonical-hero__image{
  display:block!important;
  min-width:0;
  overflow:hidden;
  background:#d8c7b3;
}
.canonical-hero__image img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}
@media(max-width:900px){
  .canonical-hero{grid-template-columns:1fr;min-height:0}
  .canonical-hero__copy{min-height:0;padding:54px 22px 42px;order:1}
  .canonical-hero__image{height:auto;aspect-ratio:477/232;order:2}
  .canonical-hero__image img{object-fit:cover;object-position:center}
}

/* Hero hard reset: full-width image with overlay text, no split columns */
body.home .canonical-hero{
  display:block!important;
  grid-template-columns:none!important;
  width:100%!important;
  min-height:clamp(470px,36vw,580px)!important;
  position:relative!important;
  overflow:hidden!important;
  background-image:var(--canonical-hero-bg)!important;
  background-size:cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
  background-color:#e8ded1!important;
}
body.home .canonical-hero:before{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(240,231,219,.10) 0%,rgba(240,231,219,.04) 32%,rgba(240,231,219,0) 58%);
  pointer-events:none;
}
body.home .canonical-hero__copy{
  position:relative!important;
  z-index:2!important;
  width:min(40%,560px)!important;
  min-height:inherit!important;
  padding:clamp(54px,5vw,82px) 0 clamp(48px,4vw,70px) clamp(48px,5.5vw,86px)!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  background:transparent!important;
}
body.home .canonical-hero__image{display:none!important}
@media(max-width:900px){
  body.home .canonical-hero{
    min-height:760px!important;
    background-size:auto 100%!important;
    background-position:58% center!important;
  }
  body.home .canonical-hero:before{
    background:linear-gradient(0deg,rgba(239,230,218,.92) 0%,rgba(239,230,218,.42) 42%,rgba(239,230,218,0) 72%);
  }
  body.home .canonical-hero__copy{
    width:100%!important;
    min-height:760px!important;
    justify-content:flex-end!important;
    padding:0 22px 54px!important;
  }
}

/* Hero canonical correction — full photograph, no split layout, no crop */
body.home .canonical-home{max-width:1440px;margin:0 auto}
body.home .canonical-hero{
  position:relative!important;
  display:block!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  aspect-ratio:697/233!important;
  overflow:hidden!important;
  background-image:url('home-reference/hero-full-canonical.webp')!important;
  background-repeat:no-repeat!important;
  background-size:100% 100%!important;
  background-position:0 0!important;
  background-color:#eee5d9!important;
}
body.home .canonical-hero:before{display:none!important}
body.home .canonical-hero__image{display:none!important}
body.home .canonical-hero__copy{
  position:absolute!important;
  z-index:2!important;
  left:7.45%!important;
  top:17.5%!important;
  width:31%!important;
  min-height:0!important;
  height:auto!important;
  padding:0!important;
  margin:0!important;
  display:block!important;
  background:transparent!important;
}
body.home .canonical-hero h1{
  font-size:clamp(40px,3.8vw,58px)!important;
  line-height:1.04!important;
  letter-spacing:-.025em!important;
  margin:0 0 18px!important;
  max-width:100%!important;
}
body.home .canonical-hero p{
  max-width:330px!important;
  font-size:clamp(12px,1vw,15px)!important;
  line-height:1.55!important;
}
body.home .canonical-hero .canonical-button{
  min-height:40px!important;
  margin-top:18px!important;
  padding:0 20px!important;
}
@media(max-width:700px){
  body.home .canonical-hero{
    aspect-ratio:auto!important;
    height:720px!important;
    background-size:auto 100%!important;
    background-position:58% center!important;
  }
  body.home .canonical-hero__copy{
    left:20px!important;
    right:20px!important;
    top:auto!important;
    bottom:38px!important;
    width:auto!important;
    padding:24px!important;
    background:rgba(246,240,232,.88)!important;
    backdrop-filter:blur(4px);
  }
  body.home .canonical-hero h1{font-size:42px!important}
}

/* Homepage categories and collections */
.home-categories,.home-collections{padding:64px 5vw 72px}
.home-categories{background:#f7f2eb;border-bottom:1px solid #dfd7ce}
.home-collections{background:#201a15;color:#f5eee6}
.home-expanded-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:28px}
.home-expanded-eyebrow{display:block;margin-bottom:8px;font-size:9px;line-height:1.2;text-transform:uppercase;letter-spacing:.16em;color:#857b72}
.home-expanded-head h2{margin:0;font-family:var(--serif);font-size:clamp(34px,3vw,48px);font-weight:400;line-height:1}
.home-expanded-head>a{padding-bottom:4px;border-bottom:1px solid currentColor;font-size:10px;text-transform:uppercase;letter-spacing:.08em}
.home-expanded-head>a span{margin-left:6px}.home-expanded-head--light .home-expanded-eyebrow{color:#a99e94}
.home-category-grid{display:grid!important;grid-template-columns:1.3fr 1fr 1fr!important;gap:16px!important}
a.home-category-card{display:grid!important;grid-template-rows:clamp(300px,28vw,410px) auto!important;background:#fffdf9!important;overflow:hidden!important;min-width:0!important}
.home-category-card__media{display:block!important;height:100%!important;min-height:0!important;overflow:hidden!important;background:#ebe4dc!important}
.home-category-card__media img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;transition:transform .55s cubic-bezier(.22,.61,.36,1)}
.home-category-card:hover .home-category-card__media img{transform:scale(1.025)}
.home-category-card__copy{display:block!important;padding:22px 24px 24px!important}
.home-category-card__copy h3{margin:0 0 6px;font-family:var(--serif);font-size:26px;font-weight:400}
.home-category-card__copy p{margin:0 0 18px;color:#766e66;font-size:12px}
.home-category-card__copy span{font-size:9px;text-transform:uppercase;letter-spacing:.09em}
.home-collection-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important}
a.home-collection-card{display:block!important;position:relative!important;min-height:440px!important;overflow:hidden!important;background-image:var(--collection-image)!important;background-size:cover!important;background-position:center!important}
.home-collection-card:before{content:'';position:absolute;inset:0;background:var(--collection-image) center/cover no-repeat;transition:transform .65s cubic-bezier(.22,.61,.36,1)}
.home-collection-card:hover:before{transform:scale(1.03)}
.home-collection-card__shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(20,14,10,.78) 0%,rgba(20,14,10,.18) 58%,rgba(20,14,10,.04) 100%)}
.home-collection-card__copy{position:absolute;z-index:2;left:28px;right:28px;bottom:27px}
.home-collection-card__copy>span{font-size:9px;letter-spacing:.14em;color:#d5c8bc}
.home-collection-card__copy h3{margin:6px 0 8px;font-family:var(--serif);font-size:42px;line-height:1;font-weight:400}
.home-collection-card__copy p{max-width:300px;margin:0 0 18px;color:#d5c9be;font-size:12px;line-height:1.55}
.home-collection-card__copy b{font-size:9px;font-weight:400;text-transform:uppercase;letter-spacing:.09em}
@media(max-width:900px){.home-categories,.home-collections{padding:50px 16px 58px}.home-category-grid{grid-template-columns:1fr 1fr!important}.home-category-card:first-child{grid-column:1/-1}.home-category-card{grid-template-rows:330px auto!important}.home-collection-grid{grid-template-columns:1fr!important}.home-collection-card{min-height:400px!important}}
@media(max-width:560px){.canonical-product-row{grid-template-columns:1fr}.canonical-product-card img{height:300px}.home-expanded-head{align-items:start}.home-expanded-head>a{display:none}.home-category-grid{grid-template-columns:1fr!important}.home-category-card:first-child{grid-column:auto}.home-category-card{grid-template-rows:300px auto!important}.home-category-card__copy h3{font-size:24px}.home-collection-card{min-height:360px!important}.home-collection-card__copy h3{font-size:38px}}

/* Canonical premium media + AJAX-safe checkout fragment */
body.home .canonical-product-card__media{height:clamp(300px,28vw,410px);overflow:hidden;background:#f0ebe5}
body.home .canonical-product-card__media img{width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.36);transform-origin:center}
@media(max-width:900px){body.home .canonical-product-card__media{height:330px}}
@media(max-width:560px){body.home .canonical-product-card__media{height:300px}}
body.home .canonical-product-card img{object-fit:cover;object-position:center}
body.home .home-category-card__media img{object-fit:cover;object-position:center}
body.home .canonical-atelier__image img{object-fit:cover;object-position:center}
body.home .canonical-journal-grid img{object-fit:cover;object-position:center}
.checkout-content #order_review .valmero-order-items-row>td{padding:0;border:0}
.checkout-content #order_review .valmero-order-items-row{border:0}

/* =========================================================
   VALMERO unified ecommerce interface — collections, catalog,
   account and shared controls.
   ========================================================= */
:root{
  --commerce-max:1320px;
  --commerce-gutter:clamp(18px,5vw,72px);
  --commerce-radius:0px;
  --commerce-control:50px;
  --commerce-section:clamp(54px,6vw,88px);
}
.commerce-page-head{max-width:var(--commerce-max);margin:0 auto;padding:var(--commerce-section) var(--commerce-gutter) 44px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:40px;align-items:end;border-bottom:1px solid var(--line)}
.commerce-page-head h1{font-family:var(--serif);font-size:clamp(48px,5vw,72px);font-weight:400;line-height:.98;letter-spacing:-.035em;margin:12px 0 18px}
.commerce-page-head p{max-width:650px;margin:0;color:var(--muted);font-size:16px;line-height:1.65}
.commerce-eyebrow{display:block;color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:.16em}
.commerce-primary-action,.commerce-secondary-action{display:inline-flex;align-items:center;justify-content:center;min-height:var(--commerce-control);padding:0 24px;border:1px solid var(--dark);font-size:10px;text-transform:uppercase;letter-spacing:.09em;white-space:nowrap}
.commerce-primary-action{background:var(--dark);color:#fff}.commerce-primary-action--light{background:#fff;color:var(--dark);border-color:#fff}.commerce-secondary-action{background:transparent;color:var(--dark)}
.commerce-chips{max-width:var(--commerce-max);margin:0 auto;padding:18px var(--commerce-gutter);display:flex;align-items:center;gap:10px;overflow-x:auto;border-bottom:1px solid var(--line);scrollbar-width:none}.commerce-chips::-webkit-scrollbar{display:none}
.commerce-chips a{display:inline-flex;align-items:center;gap:7px;min-height:36px;padding:0 15px;border:1px solid #d9d1c8;background:#fffdf9;font-size:11px;white-space:nowrap}.commerce-chips a:hover,.commerce-chips a.is-current{background:var(--dark);border-color:var(--dark);color:#fff}.commerce-chips a span{font-size:9px;color:var(--muted)}.commerce-chips a:hover span,.commerce-chips a.is-current span{color:#cfc4b9}

.commerce-text-action{display:inline-flex;align-items:center;gap:8px;margin-top:22px;padding-bottom:4px;border-bottom:1px solid;font-size:10px;text-transform:uppercase;letter-spacing:.08em}

/* Collections: compact ecommerce directory instead of editorial full-screen stories. */
.collections-shop{background:#f7f2eb}
.collection-directory{max-width:var(--commerce-max);margin:0 auto;padding:48px var(--commerce-gutter) var(--commerce-section);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}
.collection-commerce-card{min-width:0;background:#fffdf9;border:1px solid var(--line);display:grid;grid-template-rows:auto 1fr}
.collection-commerce-card__media{position:relative;display:block;aspect-ratio:4/3;overflow:hidden;background:#e9e1d8}
.collection-commerce-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .55s cubic-bezier(.22,.61,.36,1)}.collection-commerce-card:hover .collection-commerce-card__media img{transform:scale(1.02)}
.collection-commerce-card__media>span{position:absolute;left:18px;bottom:18px;min-width:38px;height:30px;padding:0 9px;display:grid;place-items:center;background:rgba(255,253,249,.94);font-size:9px;letter-spacing:.12em}
.collection-commerce-card__body{padding:26px 28px 28px;display:flex;flex-direction:column}
.collection-commerce-card__meta{display:flex;justify-content:space-between;gap:18px;color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:.11em}
.collection-commerce-card h2{font-family:var(--serif);font-size:38px;font-weight:400;line-height:1;margin:14px 0 12px}
.collection-commerce-card p{max-width:540px;margin:0;color:var(--muted);font-size:13px;line-height:1.65}
.collection-commerce-card__products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:22px}
.collection-commerce-product{display:block;min-width:0;overflow:hidden}.collection-commerce-product img{width:100%;aspect-ratio:1/1.08;object-fit:cover;background:#eee7df}.collection-commerce-product>span{display:block;overflow:hidden;margin-top:8px;font-family:var(--serif);font-size:13px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.collection-commerce-product small{display:block;margin-top:3px;color:var(--muted);font-size:10px}
.collection-commerce-card .commerce-text-action{align-self:flex-start;margin-top:auto;padding-top:22px}


.collections-commerce-closing{max-width:var(--commerce-max);margin:0 auto var(--commerce-section);padding:48px var(--commerce-gutter);display:grid;grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr) auto;gap:36px;align-items:end;background:var(--dark);color:#fff}
.collections-commerce-closing h2{font-family:var(--serif);font-size:clamp(34px,3.5vw,50px);font-weight:400;line-height:1.03;margin:10px 0 0}.collections-commerce-closing p{margin:0;color:#c9bdb3;font-size:13px;line-height:1.65}

/* Catalog archive. */
.shop-shell.shop-shell--archive{max-width:none;margin:0;padding:0 0 var(--commerce-section);background:#fffdf9}
.shop-shell--archive>.woocommerce-breadcrumb,.shop-shell--archive>.term-description{display:none}
.shop-shell--archive>.woocommerce-notices-wrapper,.shop-shell--archive>.shop-toolbar,.shop-shell--archive>ul.products,.shop-shell--archive>.woocommerce-pagination{max-width:var(--commerce-max);margin-left:auto!important;margin-right:auto!important;width:calc(100% - (2 * var(--commerce-gutter)))}
.shop-toolbar{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:28px 0 18px;border-bottom:1px solid var(--line)}
.shop-toolbar .woocommerce-result-count{float:none;margin:0;color:var(--muted);font-size:11px}
.shop-toolbar .woocommerce-ordering{float:none;margin:0}.shop-toolbar select{min-width:190px;height:var(--commerce-control);padding:0 38px 0 12px;border:1px solid #d4ccc3;background:#fff;font-size:11px;color:var(--ink)}
.shop-shell--archive ul.products{clear:both;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:34px 18px!important;padding:28px 0 0!important}
.shop-shell--archive ul.products li.product{width:auto!important;margin:0!important;float:none!important;min-width:0}
.shop-shell--archive ul.products li.product img{width:100%;aspect-ratio:1/1.12;object-fit:cover;background:#eee8e1;margin:0}
.shop-shell--archive .woocommerce-loop-product__title{font-size:17px;line-height:1.25;margin:13px 0 5px;padding:0!important}
.shop-shell--archive .price{display:block;min-height:22px;font-size:12px;margin:0!important;color:var(--ink)!important}
.shop-shell--archive li.product .button{display:inline-flex;align-items:center;min-height:32px;margin-top:8px!important;padding:0 0 3px!important;background:transparent!important;color:var(--ink)!important;border-bottom:1px solid;font-size:9px;letter-spacing:.08em}
.shop-shell--archive .woocommerce-pagination{padding-top:40px}.shop-shell--archive .woocommerce-pagination ul{display:flex!important;justify-content:center;gap:7px;border:0!important}.shop-shell--archive .woocommerce-pagination li{border:0!important}.shop-shell--archive .woocommerce-pagination a,.shop-shell--archive .woocommerce-pagination span{display:grid!important;place-items:center;width:38px;height:38px;padding:0!important;border:1px solid var(--line);font-size:11px}.shop-shell--archive .woocommerce-pagination .current{background:var(--dark);border-color:var(--dark);color:#fff}

/* Account and authentication. */
body.woocommerce-account{background:#f7f2eb}
.account-page{max-width:var(--commerce-max);margin:0 auto;padding-bottom:var(--commerce-section)}
.account-page .commerce-page-head{padding-left:var(--commerce-gutter);padding-right:var(--commerce-gutter)}
.account-content{padding:48px var(--commerce-gutter) 0}
.account-auth-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin:0!important}
.account-auth-card,.account-reset-card{position:relative;width:auto!important;float:none!important;padding:38px 40px;background:#fffdf9;border:1px solid var(--line)}
.account-auth-card--accent{background:#e8ded1}
.account-auth-card__number{display:grid;place-items:center;width:34px;height:28px;border:1px solid #cfc6bc;color:var(--muted);font-size:9px;letter-spacing:.1em}
.account-auth-card h2,.account-reset-card h2{font-family:var(--serif);font-size:34px;font-weight:400;line-height:1;margin:20px 0 10px}
.account-auth-card__intro,.account-reset-card>p:first-of-type{max-width:460px;margin:0 0 28px;color:var(--muted);font-size:13px;line-height:1.65}
.account-content form .form-row{float:none!important;width:100%!important;padding:0!important;margin:0 0 18px!important}
.account-content form label{display:block;margin:0 0 8px;font-size:11px;font-weight:600;color:var(--ink)}
.account-content .input-text{width:100%;min-height:var(--commerce-control);padding:13px 14px;border:1px solid #cfc7bd;background:#fff;outline:none;border-radius:0}.account-content .input-text:focus{border-color:var(--ink);box-shadow:0 0 0 1px var(--ink)}
.account-form-actions{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:8px}.account-form-actions label{display:flex!important;align-items:center;gap:8px;margin:0!important;font-weight:400!important}.account-form-actions input{margin:0}
.account-content .woocommerce-button,.account-content button.button{min-height:var(--commerce-control);padding:0 22px!important;border:0!important;background:var(--dark)!important;color:#fff!important;border-radius:0!important;font-size:10px!important;text-transform:uppercase;letter-spacing:.09em}
.account-content .lost_password{margin:20px 0 0!important;font-size:12px}.account-content .lost_password a{border-bottom:1px solid}
.account-generated-password-note{padding:14px 16px;background:rgba(255,255,255,.55);color:var(--muted);font-size:12px;line-height:1.55}
.account-reset-card{max-width:720px}.account-reset-card .form-row-first{float:none;width:100%}.account-reset-card button{margin-top:4px}
.account-content .woocommerce-error,.account-content .woocommerce-message,.account-content .woocommerce-info{list-style:none;margin:0 0 22px;padding:15px 18px;border:1px solid #d7a59d;background:#fff3f0;color:#6e2c23;font-size:12px}.account-content .woocommerce-message{border-color:#9fba9b;background:#f3f8f1;color:#355131}.account-content .woocommerce-info{border-color:var(--line);background:#fffdf9;color:var(--ink)}
.woocommerce-account .woocommerce-MyAccount-navigation{width:250px;float:left}.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:0;border:1px solid var(--line);background:#fff}.woocommerce-account .woocommerce-MyAccount-navigation a{display:block;padding:14px 18px;border-bottom:1px solid var(--line);font-size:12px}.woocommerce-account .woocommerce-MyAccount-navigation li:last-child a{border-bottom:0}.woocommerce-account .woocommerce-MyAccount-navigation .is-active a{background:var(--dark);color:#fff}.woocommerce-account .woocommerce-MyAccount-content{width:calc(100% - 286px);float:right;background:#fffdf9;border:1px solid var(--line);padding:30px 34px;min-height:320px}

/* Shared WooCommerce notices, fields and buttons. */
.woocommerce-notices-wrapper .woocommerce-message,.woocommerce-notices-wrapper .woocommerce-error,.woocommerce-notices-wrapper .woocommerce-info{max-width:var(--commerce-max);margin:18px auto!important;padding:15px 18px!important;border:1px solid var(--line);background:#fffdf9;list-style:none;font-size:12px}.woocommerce-notices-wrapper .woocommerce-error{border-color:#d7a59d;background:#fff3f0;color:#6e2c23}.woocommerce-notices-wrapper .woocommerce-message{border-color:#a9bea4;background:#f3f8f1;color:#355131}

@media(max-width:900px){
  .commerce-page-head{grid-template-columns:1fr;gap:24px;padding-top:52px}.commerce-page-head h1{font-size:52px}.commerce-page-head .commerce-primary-action,.commerce-page-head .commerce-secondary-action{justify-self:start}
  .collection-directory{grid-template-columns:1fr;padding-top:30px}.collections-commerce-closing{grid-template-columns:1fr;align-items:start}
  .shop-shell--archive ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}.shop-toolbar{padding-top:22px}
  .account-auth-grid{grid-template-columns:1fr}.account-auth-card,.account-reset-card{padding:30px 28px}
  .woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-account .woocommerce-MyAccount-content{float:none;width:100%}.woocommerce-account .woocommerce-MyAccount-navigation{margin-bottom:18px}
}
@media(max-width:560px){
  .commerce-page-head{padding:42px 16px 30px}.commerce-page-head h1{font-size:44px}.commerce-page-head p{font-size:14px}.commerce-chips{padding:13px 16px}
  .collection-directory{padding:24px 14px 52px;gap:16px}.collection-commerce-card__media{aspect-ratio:4/3}.collection-commerce-card__body{padding:22px 18px 24px}.collection-commerce-card h2{font-size:34px}.collection-commerce-card__products{grid-template-columns:repeat(2,minmax(0,1fr))}.collection-commerce-product:nth-child(n+3){display:none}
  .collections-commerce-closing{margin:0 14px 52px;padding:34px 22px;gap:24px}
  .shop-shell--archive>.woocommerce-notices-wrapper,.shop-shell--archive>.shop-toolbar,.shop-shell--archive>ul.products,.shop-shell--archive>.woocommerce-pagination{width:calc(100% - 28px)}.shop-toolbar{align-items:flex-start;flex-direction:column;gap:12px}.shop-toolbar select{width:100%;min-width:0}.shop-shell--archive ul.products{gap:26px 10px!important}.shop-shell--archive .woocommerce-loop-product__title{font-size:14px}.shop-shell--archive li.product .button{font-size:8px}
  .account-content{padding:28px 14px 0}.account-auth-card,.account-reset-card{padding:26px 18px}.account-auth-card h2,.account-reset-card h2{font-size:30px}.account-form-actions{align-items:flex-start;flex-direction:column}.account-content .woocommerce-button,.account-content button.button{width:100%}
}

/* Account password controls without WooCommerce stylesheet. */
.account-content .password-input{position:relative;display:block;width:100%}
.account-content .password-input .input-text{padding-right:76px}
.account-content .show-password-input{position:absolute!important;right:5px!important;top:5px!important;width:66px!important;height:40px!important;min-height:0!important;padding:0!important;border:0!important;background:transparent!important;color:var(--muted)!important;font-size:0!important;line-height:1!important;text-transform:none!important;letter-spacing:0!important}
.account-content .show-password-input:after{content:'Показать';font-size:9px;letter-spacing:.04em}
.account-content .show-password-input.display-password:after{content:'Скрыть'}
.account-content .woocommerce-privacy-policy-text{margin:14px 0 18px;color:var(--muted);font-size:11px;line-height:1.55}
.account-content .woocommerce-privacy-policy-text a{border-bottom:1px solid}

/* Native WooCommerce field descriptions and optional labels. */
.checkout-content .woocommerce-input-wrapper>.description{display:block!important;margin-top:7px;color:var(--muted);font-size:11px;line-height:1.45}

/* Visual product upgrade: unified logo, responsive hero image, category ratios, variable product controls. */
.site-header,
body.home .site-header,
body.woocommerce-checkout .site-header{
  grid-template-columns:1fr auto 1fr;
}
.site-header .logo,
body.home .site-header .logo,
body.woocommerce-checkout .site-header .logo{
  display:block;
  grid-column:1 / -1;
  grid-row:1;
  justify-self:center;
  text-align:center;
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  font-family:var(--serif);
  font-size:27px;
  line-height:.8;
  letter-spacing:.12em;
}
.site-header nav,
body.home .site-header nav{
  grid-column:1;
  grid-row:1;
  justify-self:start;
}
.site-header nav ul,
body.home .site-header nav ul{
  justify-content:flex-start;
}
.site-header .tools,
body.home .site-header .tools,
body.woocommerce-checkout .site-header .tools{
  grid-column:3;
  grid-row:1;
  justify-self:end;
}
.site-header .logo span,
body.home .site-header .logo span,
body.woocommerce-checkout .site-header .logo span{
  display:block;
  margin-top:7px;
  font-family:var(--sans);
  font-size:7px;
  line-height:1;
  letter-spacing:.48em;
}
body.home .footer .logo span{display:block}

body.home .canonical-hero{
  position:relative!important;
  display:block!important;
  width:100%!important;
  min-height:clamp(520px,43vw,620px)!important;
  aspect-ratio:auto!important;
  overflow:hidden!important;
  background:#e8ded1!important;
}
body.home .canonical-hero:before{
  content:''!important;
  display:block!important;
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  background:linear-gradient(90deg,rgba(241,233,222,.30) 0%,rgba(241,233,222,.12) 34%,rgba(241,233,222,0) 62%)!important;
  pointer-events:none!important;
}
body.home .canonical-hero__media{
  position:absolute;
  inset:0;
  display:block!important;
  overflow:hidden;
  background:#e8ded1;
}
body.home .canonical-hero__media img,
body.home .canonical-hero__img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:cover!important;
  object-position:center center!important;
}
body.home .canonical-hero__copy{
  position:relative!important;
  z-index:2!important;
  left:auto!important;
  top:auto!important;
  bottom:auto!important;
  width:min(39%,560px)!important;
  min-height:inherit!important;
  padding:clamp(58px,5vw,86px) 0 clamp(54px,4vw,74px) clamp(50px,5.5vw,88px)!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  background:transparent!important;
}

a.home-category-card{
  grid-template-rows:auto auto!important;
}
.home-category-card__media{
  height:auto!important;
  aspect-ratio:4/5!important;
}
.home-category-card__media img{
  aspect-ratio:auto!important;
}
.home-category-card--sumki .home-category-card__media img{object-position:50% 52%!important}
.home-category-card--koshelki .home-category-card__media img{object-position:50% 50%!important}
.home-category-card--aksessuary .home-category-card__media img{object-position:50% 48%!important}

.variations select,
.summary .variations select,
.single_variation_wrap .quantity input{
  min-height:50px!important;
  height:50px!important;
  padding:0 14px!important;
  border:1px solid #cfc7bd!important;
  background:#fff!important;
  color:var(--ink)!important;
  border-radius:0!important;
}
.variations th,
.variations td{
  display:block;
  width:100%;
  padding:0 0 10px;
}
.variations tr{
  display:block;
  margin-bottom:14px;
}
.reset_variations{
  display:inline-block!important;
  margin-top:2px;
  font-size:11px;
  color:var(--muted);
  border-bottom:1px solid currentColor;
}
.woocommerce-variation-add-to-cart{
  display:flex;
  gap:12px;
  align-items:center;
  flex-wrap:wrap;
}
.woocommerce-variation-add-to-cart .quantity{width:92px}
.woocommerce-variation-add-to-cart .single_add_to_cart_button{min-height:50px}

/* Header navigation: fluid desktop spacing and an early compact-menu breakpoint. */
@media(min-width:1121px) and (max-width:1400px){
  .site-header,
  body.home .site-header{
    padding-left:3vw;
    padding-right:3vw;
  }
  .site-header nav ul,
  body.home .site-header nav ul{
    gap:clamp(18px,1.8vw,26px);
  }
  .site-header nav a,
  body.home .site-header nav a{
    font-size:clamp(11px,.9vw,12px);
  }
}

@media(max-width:1120px){
  .site-header,
  body.home .site-header{
    grid-template-columns:44px 1fr 128px;
    padding-left:16px;
    padding-right:16px;
  }
  .site-header nav,
  body.home .site-header nav{
    display:none;
  }
  .site-header .mobile-menu,
  body.home .site-header .mobile-menu{
    display:block;
    grid-column:1;
    grid-row:1;
    justify-self:start;
    z-index:2;
  }
  .mobile-nav{
    display:block;
    left:0;
    top:0;
    width:min(360px,88vw);
    height:100vh;
    padding:30px;
    transform:translateX(-100%);
    overflow-y:auto;
  }
  .nav-open .mobile-nav{transform:none}
  .mobile-nav ul{list-style:none;margin:0;padding:50px 0}
  .mobile-nav li{border-bottom:1px solid var(--line)}
  .mobile-nav a{display:block;padding:18px 0;font-family:var(--serif);font-size:26px}
}

@media(max-width:900px){
  .site-header,
  body.home .site-header,
  body.woocommerce-checkout .site-header{
    grid-template-columns:44px 1fr 128px;
  }
  .site-header .logo,
  body.home .site-header .logo,
  body.woocommerce-checkout .site-header .logo{
    grid-column:1 / -1;
    justify-self:center;
    text-align:center;
    left:50%;
    font-size:22px;
  }
  .site-header .logo span,
  body.home .site-header .logo span,
  body.woocommerce-checkout .site-header .logo span{
    font-size:6px;
    letter-spacing:.42em;
  }
  body.home .canonical-hero{
    height:720px!important;
    min-height:0!important;
  }
  body.home .canonical-hero__media img,
  body.home .canonical-hero__img{
    object-position:58% center!important;
  }
  body.home .canonical-hero:before{
    background:linear-gradient(0deg,rgba(239,230,218,.92) 0%,rgba(239,230,218,.38) 42%,rgba(239,230,218,0) 74%)!important;
  }
  body.home .canonical-hero__copy{
    left:0!important;
    right:auto!important;
    width:100%!important;
    min-height:720px!important;
    padding:0 22px 54px!important;
    justify-content:flex-end!important;
  }
  .home-category-grid{grid-template-columns:1fr!important}
  .home-category-card:first-child{grid-column:auto!important}
}
.checkout-content label .optional{font-weight:400;color:var(--muted);font-size:11px}

/* Final single-line control normalization. Primary checkout actions remain intentionally emphasized. */
.account-content input.input-text,
.checkout-content input.input-text,
.checkout-content select,
.checkout-content .select2-container .select2-selection--single{
  height:var(--commerce-control);
  min-height:var(--commerce-control);
  padding-top:0;
  padding-bottom:0;
}

/* Hero из загруженного пользователем макета: живой текст поверх цельного изображения. */
body.home .canonical-hero{
  height:clamp(460px,33.724vw,518px)!important;
  min-height:0!important;
  aspect-ratio:auto!important;
  background:#e8d6c1!important;
  background-image:none!important;
}
body.home .canonical-hero:before{display:none!important}
body.home .canonical-hero__media{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  overflow:hidden!important;
}
body.home .canonical-hero__media img,
body.home .canonical-hero__img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:cover!important;
  object-position:center center!important;
}
body.home .canonical-hero__copy{
  position:absolute!important;
  left:clamp(42px,6.45vw,100px)!important;
  top:50%!important;
  bottom:auto!important;
  transform:translateY(-50%)!important;
  width:min(39%,560px)!important;
  padding:0!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  background:transparent!important;
}
body.home .canonical-hero__eyebrow{
  display:block;
  margin:0 0 17px;
  color:#302820;
  font-size:11px;
  line-height:1.25;
  letter-spacing:.055em;
  text-transform:uppercase;
}
body.home .canonical-hero h1{
  margin:0 0 18px!important;
  max-width:560px!important;
  font-family:var(--sans)!important;
  font-size:clamp(42px,3.65vw,56px)!important;
  font-weight:400!important;
  line-height:1.02!important;
  letter-spacing:-.035em!important;
}
body.home .canonical-hero p{
  max-width:430px!important;
  margin:0!important;
  color:#342d27!important;
  font-size:15px!important;
  line-height:1.45!important;
}
body.home .canonical-hero__actions{
  display:flex;
  align-items:center;
  gap:16px;
  margin-top:24px;
}
body.home .canonical-hero__actions .canonical-button{
  min-height:48px!important;
  margin:0!important;
  padding:0 26px!important;
  font-size:12px!important;
  letter-spacing:0!important;
  text-transform:none!important;
}
body.home .canonical-hero__actions .canonical-button--outline{
  border:1px solid #302820!important;
  background:rgba(255,255,255,.12)!important;
  color:#201a15!important;
}

@media(max-width:900px){
  body.home .canonical-hero{
    height:720px!important;
  }
  body.home .canonical-hero__media img,
  body.home .canonical-hero__img{
    object-position:center center!important;
  }
  body.home .canonical-hero__copy{
    left:22px!important;
    right:22px!important;
    top:auto!important;
    bottom:34px!important;
    transform:none!important;
    width:auto!important;
    min-height:0!important;
    padding:0!important;
  }
  body.home .canonical-hero__eyebrow{
    margin-bottom:12px;
    font-size:9px;
  }
  body.home .canonical-hero h1{
    max-width:350px!important;
    margin-bottom:14px!important;
    font-size:40px!important;
    line-height:1.02!important;
  }
  body.home .canonical-hero p{
    max-width:340px!important;
    font-size:14px!important;
  }
  body.home .canonical-hero__actions{
    width:100%;
    gap:10px;
    margin-top:20px;
  }
  body.home .canonical-hero__actions .canonical-button{
    flex:1 1 0;
    min-width:0;
    padding:0 12px!important;
    font-size:11px!important;
  }
}

@media(max-width:420px){
  body.home .canonical-hero{height:690px!important}
  body.home .canonical-hero h1{font-size:37px!important}
  body.home .canonical-hero__actions{display:grid;grid-template-columns:1fr 1fr}
}

/* Category media alignment: equal containers and full-product framing for bags. */
body.home .home-category-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
}
body.home .home-category-card__media{
  display:grid!important;
  place-items:center!important;
  width:100%!important;
  aspect-ratio:4/5!important;
  overflow:hidden!important;
}
body.home .home-category-card--sumki .home-category-card__media img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
}
@media(max-width:900px){
  body.home .home-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.home .home-category-card:first-child{grid-column:1/-1!important}
}
@media(max-width:560px){
  body.home .home-category-grid{grid-template-columns:1fr!important}
  body.home .home-category-card:first-child{grid-column:auto!important}
}
