.icon-btn,.cart-btn{border:0;border-radius:999px;padding:10px 14px;cursor:pointer;font-weight:700}.icon-btn{background:#fff0f5}.cart-btn{background:#23171d;color:#fff}.product-image-wrap{position:relative}.product-image-wrap img{width:100%;height:350px;object-fit:cover}.favorite-btn{position:absolute;right:14px;top:14px;width:42px;height:42px;border-radius:50%;border:0;background:#fff;font-size:22px;cursor:pointer}.favorite-btn.active{background:#a64769;color:#fff}.stock-badge{position:absolute;left:14px;top:14px;padding:7px 10px;border-radius:999px;background:#ffdd8a;font-size:11px;font-weight:bold}.stock-badge.out{background:#7b2738;color:#fff}.price-choice{display:grid;gap:8px;margin:15px 0}.price-choice label{display:flex;justify-content:space-between;gap:8px;border:1px solid #ead9df;padding:10px;border-radius:10px;cursor:pointer}.card-actions{display:grid;grid-template-columns:80px 1fr;gap:10px}.qty-input{min-width:0;padding:12px;border:1px solid #ddd;border-radius:10px}.add-cart,.checkout-btn{border:0;background:#a64769;color:#fff;border-radius:10px;padding:13px;font-weight:bold;cursor:pointer}.add-cart:disabled{opacity:.45}.drawer-backdrop{position:fixed;inset:0;background:#0007;z-index:90;opacity:0;pointer-events:none;transition:.2s}.drawer-backdrop.open{opacity:1;pointer-events:auto}.drawer{position:fixed;right:-460px;top:0;width:min(440px,100%);height:100vh;background:#fff;z-index:100;padding:22px;transition:.25s;overflow:auto}.drawer.open{right:0}.drawer-head{display:flex;justify-content:space-between;align-items:center}.drawer-close,.checkout-close{border:0;background:none;font-size:34px;cursor:pointer}.cart-line,.fav-line{display:grid;grid-template-columns:70px 1fr auto;gap:12px;padding:14px 0;border-bottom:1px solid #eee}.cart-line img,.fav-line img{width:70px;height:70px;object-fit:cover;border-radius:10px}.cart-line h4,.fav-line h4{margin:0 0 5px}.cart-line small{display:block;color:#766}.line-controls{display:flex;gap:6px;align-items:center;margin-top:8px}.line-controls button{width:28px;height:28px;border:1px solid #ddd;background:#fff;border-radius:7px}.remove-line{border:0;background:none;color:#a22;cursor:pointer}.cart-total{display:flex;justify-content:space-between;font-size:20px;padding:20px 0}.checkout-btn{width:100%}.checkout-modal{position:fixed;inset:0;background:#0008;z-index:120;display:none;place-items:center;padding:20px}.checkout-modal.open{display:grid}.checkout-modal form{position:relative;background:#fff;width:min(560px,100%);max-height:94vh;overflow:auto;padding:28px;border-radius:20px}.checkout-modal label{display:grid;gap:7px;margin:12px 0;font-weight:bold;font-size:13px}.checkout-modal input,.checkout-modal textarea{padding:12px;border:1px solid #ddd;border-radius:10px;font:inherit}.checkout-close{position:absolute;right:15px;top:8px}#checkoutError{color:#a22}.toast{position:fixed;left:50%;bottom:25px;transform:translateX(-50%);background:#24151b;color:#fff;padding:12px 18px;border-radius:999px;z-index:200}@media(max-width:620px){.nav nav a{display:none}.nav nav{display:flex!important;position:static!important;background:none!important;box-shadow:none!important;padding:0!important;flex-direction:row!important;gap:6px!important}.icon-btn,.cart-btn{font-size:0}.icon-btn::first-letter,.cart-btn::first-letter{font-size:20px}.product-image-wrap img{height:390px}}

/* RESPONSIVE PATCH */
html,body{max-width:100%;overflow-x:hidden}img{max-width:100%}.product-card{min-width:0}.product-body h3,.product-body p,.contact-card,.cart-line,.fav-line{overflow-wrap:anywhere}
@media(max-width:1100px){.wrap{width:min(100% - 30px,1100px)}.hero-grid{gap:38px}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.product-image-wrap img{height:310px}.header .nav nav{gap:10px}}
@media(max-width:900px){.header .nav{height:68px}.brand b{font-size:14px}.brand small{font-size:8px;letter-spacing:2px}.logo{width:40px;height:40px}.menu{display:inline-grid!important;place-items:center;width:42px;height:42px;padding:0;border-radius:12px;background:#f6e8ee;color:#6f2d49;font-size:22px}.header .nav nav{position:fixed!important;top:68px!important;left:0!important;right:0!important;width:100%!important;background:#fff!important;border-top:1px solid #ead9df;box-shadow:0 18px 45px rgba(45,20,31,.14)!important;padding:14px 15px 18px!important;display:none!important;grid-template-columns:1fr 1fr;gap:10px!important;z-index:1000}.header .nav nav.open{display:grid!important}.header .nav nav>a,.header .nav nav>button{width:100%;min-height:44px;display:flex;align-items:center;justify-content:center;margin:0}.header .nav nav>a{border:1px solid #ead9df;border-radius:12px;background:#fff8fb}.icon-btn,.cart-btn{font-size:14px!important;padding:10px 12px}.hero{padding:52px 0 58px}.hero-grid{grid-template-columns:1fr;gap:30px}.hero h1{font-size:clamp(40px,8vw,58px)}.hero-photo{order:-1}.hero-photo img{height:min(56vw,470px);min-height:320px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-image-wrap img{height:340px}.contact-card{grid-template-columns:1fr;gap:28px}.drawer{width:min(420px,92vw)}}
@media(max-width:680px){.wrap{width:calc(100% - 22px)}.header .nav{gap:8px}.brand span:last-child{max-width:150px}.brand b{font-size:12px}.brand small{letter-spacing:1.5px}.menu{margin-left:auto}.header .nav nav{grid-template-columns:1fr;max-height:calc(100vh - 68px);overflow-y:auto}.hero{padding-top:32px}.hero h1{font-size:39px;letter-spacing:-1px}.hero p{font-size:15px}.actions{display:grid;grid-template-columns:1fr}.actions .btn{width:100%}.hero-photo img{height:350px;min-height:0;border-radius:24px}.catalogue{padding:68px 0}.section-title h2{font-size:36px}.tools{align-items:stretch}.tools input{width:100%;min-height:48px}.filters{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;padding:2px 1px 10px}.filters button{flex:0 0 auto;white-space:nowrap}.product-grid{grid-template-columns:1fr;gap:18px}.product-card{border-radius:20px}.product-image-wrap img{height:390px}.product-body{padding:18px}.price-choice label{align-items:center;font-size:14px}.card-actions{grid-template-columns:76px 1fr}.contact{padding:55px 0}.contact-card{padding:28px 20px;border-radius:24px}.drawer{width:100%;max-width:none;right:-100%;padding:18px 15px}.drawer.open{right:0}.drawer-head{position:sticky;top:0;background:#fff;z-index:2;padding-bottom:8px}.cart-line,.fav-line{grid-template-columns:62px minmax(0,1fr)}.cart-line img,.fav-line img{width:62px;height:62px}.cart-line .remove-line{grid-column:2;justify-self:start;padding:5px 0}.checkout-modal{padding:0;align-items:end}.checkout-modal form{width:100%;max-height:92vh;border-radius:22px 22px 0 0;padding:24px 16px calc(22px + env(safe-area-inset-bottom))}.checkout-modal input,.checkout-modal textarea{width:100%;font-size:16px}footer .foot{flex-direction:column;gap:8px;text-align:center}}
@media(max-width:420px){.wrap{width:calc(100% - 16px)}.brand span:last-child{display:none}.hero h1{font-size:34px}.hero-photo img{height:305px}.product-image-wrap img{height:330px}.price-choice label{display:grid;grid-template-columns:auto 1fr}.price-choice label b{grid-column:1/-1;padding-left:25px}.card-actions{grid-template-columns:68px 1fr}.qty-input,.add-cart{min-height:46px}}
