:root{--bg-page: #0d0a0a;--bg-surface: #131010;--bg-surface-2: #1b1717;--bg-inverse: #f5f1ed;--border-default: #2a2625;--text-primary: #f5f1ed;--text-secondary: #9a938f;--text-muted: #6e6864;--text-on-primary: #ffffff;--text-inverse: #131010;--primary: #da1a1d;--primary-soft: #2a1414;--red-600: #b71518;--white: #ffffff;--font-head: "Montserrat", sans-serif;--font-body: "Inter", sans-serif;--radius: 8px;--container: 1420px}*{margin:0;padding:0;box-sizing:border-box}[hidden]{display:none!important}html{scroll-behavior:smooth}body{font-family:var(--font-body);font-size:16px;line-height:1.5;color:var(--text-primary);background:var(--bg-page);min-height:100vh}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font-family:inherit;border:0;background:none;cursor:pointer;color:inherit}input,select,textarea{font-family:inherit}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0}.page-wrap{padding:30px 30px 40px;max-width:calc(var(--container) + 60px);margin:0 auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;font-family:var(--font-head);font-weight:600;font-size:15px;line-height:1;letter-spacing:.5px;text-transform:uppercase;border-radius:var(--radius);padding:15px 26px;transition:background .2s,border-color .2s,transform .15s}.btn-primary{background:var(--primary);color:var(--text-on-primary)}.btn-primary:hover{background:var(--red-600)}.btn-outline{border:1px solid var(--border-default);color:var(--text-primary);background:transparent}.btn-outline:hover{border-color:var(--text-muted)}.btn-block{width:100%}.navbar{display:flex;align-items:center;justify-content:space-between;gap:16px;background:var(--bg-surface);border:1px solid var(--border-default);border-radius:var(--radius);padding:16px 20px 16px 28px;position:sticky;top:12px;z-index:140;box-shadow:0 10px 30px #00000059}.navbar__logo img{width:158px;height:38px}.navbar__links{display:flex;gap:36px;align-items:center;font-family:var(--font-head);font-size:12px;letter-spacing:1px;text-transform:uppercase;white-space:nowrap}.navbar__links a{font-weight:500;color:var(--text-secondary);transition:color .2s}.navbar__links a:hover,.navbar__links a.active{color:var(--text-primary);font-weight:600}.navbar__actions{display:flex;gap:14px;align-items:center}.search-widget{position:relative;width:190px;flex:0 0 190px}.search{display:flex;align-items:center;width:100%;background:var(--bg-surface-2);border:1px solid var(--border-default);border-radius:999px;padding:10px 16px;transition:border-color .2s,box-shadow .2s}.search-widget.open .search,.search:focus-within{border-color:#514947;box-shadow:0 0 0 3px #ffffff09}.search input{width:100%;background:transparent;border:0;outline:none;font-size:14px;color:var(--text-primary)}.search input::-moz-placeholder{color:var(--text-muted)}.search input::placeholder{color:var(--text-muted)}.search input::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none;width:12px;height:12px;margin-left:8px;cursor:pointer;background-color:var(--text-primary);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M1 1l10 10M11 1L1 11' stroke='%23000' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M1 1l10 10M11 1L1 11' stroke='%23000' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;opacity:.6;-webkit-transition:opacity .15s;transition:opacity .15s}.search input::-webkit-search-cancel-button:hover{opacity:1}.search-results{position:absolute;top:calc(100% + 12px);right:0;z-index:180;width:min(380px,calc(100vw - 40px));max-height:min(472px,calc(100vh - 110px));overflow-x:hidden;overflow-y:auto;padding:8px;background:var(--bg-surface);border:1px solid var(--border-default);border-radius:14px;box-shadow:0 24px 60px #0000007a;scrollbar-width:thin;scrollbar-color:var(--primary) transparent;scrollbar-gutter:stable}.search-results::-webkit-scrollbar{width:9px}.search-results::-webkit-scrollbar-track{margin:10px 0;background:transparent}.search-results::-webkit-scrollbar-thumb{min-height:44px;border:2px solid var(--bg-surface);border-radius:999px;background:linear-gradient(180deg,#f23b3e,var(--primary));background-clip:padding-box}.search-results::-webkit-scrollbar-thumb:hover{background:#ff4b4f;background-clip:padding-box}.search-results::-webkit-scrollbar-corner{background:transparent}.search-results__state{padding:20px 16px;color:var(--text-secondary);font-size:14px;line-height:1.4;text-align:center}.search-results__state--loading:before{content:"";display:inline-block;width:14px;height:14px;margin:0 9px -2px 0;border:2px solid var(--border-default);border-top-color:var(--primary);border-radius:50%;animation:search-spin .7s linear infinite}.search-results__state--error{color:#faa}.search-result{display:flex;align-items:center;gap:13px;min-width:0;padding:8px;border-radius:10px;outline:none;transition:background .15s}.search-result:hover,.search-result.active{background:var(--bg-surface-2)}.search-result__image{position:relative;flex:0 0 64px;width:64px;height:64px;overflow:hidden;background:var(--bg-surface-2);border-radius:8px}.search-result__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.search-result__image--placeholder{background:radial-gradient(40px 30px at 50% 60%,#713a22,#2d1611 62%,#171010)}.search-result__body{display:flex;min-width:0;flex:1;flex-direction:column;gap:5px}.search-result__title{overflow:hidden;color:var(--text-primary);font-family:var(--font-head);font-size:14px;font-weight:600;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.search-result__price{color:var(--text-secondary);font-size:13px}.drawer__search{display:none}@keyframes search-spin{to{transform:rotate(360deg)}}.cart-btn{display:flex;align-items:center;gap:20px;background:var(--primary);color:var(--text-on-primary);border-radius:var(--radius);padding:12px 10px 12px 20px;font-family:var(--font-head);font-weight:600;font-size:15px;letter-spacing:.5px;line-height:1;white-space:nowrap;transition:background .2s}.cart-btn:hover{background:var(--red-600)}.cart-btn svg{transition:transform .2s}.cart-wrap{position:relative}.cart-btn.open svg{transform:rotate(180deg)}.cart-dd{display:none;position:absolute;top:calc(100% + 14px);right:0;width:400px;background:var(--bg-surface);border:1px solid var(--border-default);border-radius:18px;padding:24px;flex-direction:column;gap:18px;z-index:120;box-shadow:0 24px 60px #00000073}.cart-dd.open{display:flex}.cart-dd__head{display:flex;align-items:center;justify-content:space-between}.cart-dd__title{font-family:var(--font-head);font-weight:600;font-size:24px;line-height:1.26;color:var(--text-primary)}.cart-dd__count{background:var(--primary-soft);color:var(--primary);font-size:12px;font-weight:500;line-height:1.4;border-radius:999px;padding:4px 10px}.cart-dd__items{display:flex;flex-direction:column;gap:14px}.cart-dd__item{display:flex;align-items:center;gap:12px}.cart-dd__img{width:52px;height:52px;flex-shrink:0;border-radius:10px;overflow:hidden;position:relative;background:radial-gradient(46px 32px at 50% 62%,#f28c47,#834e2b 50%,#301f16 87%,#140f0f)}.cart-dd__img img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:118%;height:118%;-o-object-fit:cover;object-fit:cover}.cart-dd__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.cart-dd__name{font-family:var(--font-body);font-weight:600;font-size:16px;line-height:1.5;color:var(--text-primary)}.cart-dd__meta{font-size:12px;font-weight:500;color:var(--text-muted)}.cart-dd__price{font-size:16px;color:var(--text-primary);white-space:nowrap}.cart-dd__divider{height:1px;background:var(--border-default);width:100%}.cart-dd__totals{display:flex;flex-direction:column;gap:8px}.cart-dd__row{display:flex;justify-content:space-between;font-size:16px}.cart-dd__row span:first-child{color:var(--text-secondary)}.cart-dd__row span:last-child{color:var(--text-primary)}.cart-dd__row.grand span:first-child{font-family:var(--font-head);font-weight:600;font-size:18px;color:var(--text-primary)}.cart-dd__row.grand span:last-child{font-family:var(--font-head);font-weight:700;font-size:20px}.cart-dd__note{background:var(--primary-soft);color:var(--primary);font-size:12px;font-weight:500;border-radius:10px;padding:10px;text-align:center}.cart-dd__submit{display:block;background:var(--primary);color:var(--text-on-primary);font-family:var(--font-head);font-weight:600;font-size:15px;line-height:1;letter-spacing:.5px;text-transform:uppercase;text-align:center;border-radius:var(--radius);padding:16px;transition:background .2s}.cart-dd__submit:hover{background:var(--red-600)}.cart-dd__empty{text-align:center;color:var(--text-muted);padding:8px 0}.dd{position:relative}.dd__btn{display:flex;align-items:center;gap:10px;background:var(--bg-surface-2);border:1px solid var(--border-default);border-radius:999px;color:var(--text-primary);font-size:14px;padding:10px 16px;transition:border-color .2s}.dd__btn:hover{border-color:var(--text-muted)}.dd__btn svg{color:var(--text-muted);transition:transform .2s;flex-shrink:0}.dd.open .dd__btn svg{transform:rotate(180deg)}.dd__menu{display:none;position:absolute;top:calc(100% + 8px);right:0;min-width:230px;background:var(--bg-surface);border:1px solid var(--border-default);border-radius:var(--radius);padding:8px;flex-direction:column;gap:2px;z-index:90;box-shadow:0 18px 44px #0006}.dd.open .dd__menu{display:flex}.dd__option{text-align:left;font-size:14px;color:var(--text-secondary);border-radius:6px;padding:10px 14px;transition:background .15s,color .15s}.dd__option:hover{background:var(--bg-surface-2);color:var(--text-primary)}.dd__option.active{color:var(--primary);font-weight:500}.burger{width:40px;height:40px;border-radius:var(--radius);background:var(--bg-surface-2);border:1px solid var(--border-default);display:none;align-items:center;justify-content:center}.theme-toggle{position:absolute;top:52px;right:16px;color:var(--text-muted)}.mobile-menu{display:none;position:absolute;top:calc(100% + 8px);left:0;right:0;background:var(--bg-surface);border:1px solid var(--border-default);border-radius:var(--radius);padding:16px;flex-direction:column;gap:4px;z-index:100}.mobile-menu.open{display:flex}.mobile-menu a{font-family:var(--font-head);font-size:13px;font-weight:500;letter-spacing:1px;text-transform:uppercase;color:var(--text-secondary);padding:12px 14px;border-radius:var(--radius)}.mobile-menu a:hover,.mobile-menu a.active{color:var(--text-primary);background:var(--bg-surface-2)}.section{padding:0 40px}.section-label{font-family:var(--font-head);font-weight:600;font-size:15px;letter-spacing:1px;text-transform:uppercase;color:var(--text-muted);line-height:1}.h1,.display{font-family:var(--font-head);font-weight:800;font-size:48px;line-height:1.1;color:var(--text-primary)}.h2{font-family:var(--font-head);font-weight:800;font-size:36px;line-height:1.25;color:var(--text-primary)}.hero{display:flex;align-items:center;gap:24px;padding:36px 40px}.hero__content{width:522px;flex-shrink:0;display:flex;flex-direction:column;gap:16px;align-items:flex-start}.hero__intro{display:flex;flex-direction:column;gap:8px}.hero__desc{font-size:16px;color:var(--text-secondary)}.featured{display:flex;gap:16px;margin-top:0;width:100%}.featured-card{width:124px;background:var(--bg-surface);border:1px solid var(--border-default);border-radius:var(--radius);padding:8px 8px 10px;display:flex;flex-direction:column;gap:8px;transition:border-color .2s}.featured-card:hover{border-color:var(--text-muted)}.featured-card__img{height:60px;border-radius:4px;overflow:hidden;position:relative;background:radial-gradient(90px 50px at 50% 65%,#f28040,#7a3b21 46%,#331812 81%,#140d0d)}.featured-card__img img{position:absolute;width:132%;height:auto;left:50%;top:calc(50% - 9.5px);transform:translate(-50%,-50%);max-width:none;-o-object-fit:cover;object-fit:cover}.featured-card__name{font-family:var(--font-head);font-weight:600;font-size:12px;color:var(--text-primary);min-height:30px;flex:1}.featured-card__row{display:flex;justify-content:space-between;align-items:center}.featured-card__price{font-family:var(--font-head);font-weight:700;font-size:13px}.mini-add{width:22px;height:22px;border-radius:999px;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;transition:background .2s}.mini-add:hover{background:var(--red-600)}.hero__image{position:relative;flex:1;min-width:0;display:flex;justify-content:center;align-items:center;height:504px}.hero__image img.shadow{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:521px;max-width:100%;height:291px}.hero__image .main-wrap{position:relative;height:504px;width:429px;border-radius:var(--radius);overflow:hidden}.hero__image img.main{position:absolute;width:133.67%;height:154.94%;left:-20.62%;top:-28.6%;max-width:none;-o-object-fit:cover;object-fit:cover}.hero__features{width:249px;flex-shrink:0;display:flex;flex-direction:column;gap:18px;padding:0 14px}.feature{display:flex;gap:12px;align-items:flex-start}.feature__icon{width:44px;height:44px;flex-shrink:0;border-radius:999px;background:var(--primary-soft);color:var(--primary);display:flex;align-items:center;justify-content:center}.feature__title{font-family:var(--font-head);font-weight:600;font-size:14px;color:var(--text-primary)}.feature__desc{font-size:12px;color:var(--text-secondary);margin-top:2px}.promos{display:flex;gap:24px;padding:30px 40px}.promo-big{flex:1;min-width:0;height:252px;border-radius:var(--radius);overflow:hidden;position:relative;background:#140d0d}.promo-big>img{position:absolute;width:145.9%;height:auto;left:-10.2%;top:-83.3%;max-width:none;-o-object-fit:cover;object-fit:cover}.promo-big:after{content:"";position:absolute;left:0;top:0;bottom:0;width:61%;background:linear-gradient(90deg,#0a0808d1,#0a08080d)}.promo-big__label{position:absolute;left:28px;top:28px;z-index:2;font-family:var(--font-body);font-weight:600;font-size:12px;letter-spacing:2px;color:#fff;opacity:.85;text-transform:uppercase}.promo-big__content{position:absolute;left:28px;top:121px;z-index:2;display:flex;flex-direction:column;gap:12px}.promo-title{font-family:var(--font-head);font-weight:700;font-size:28px;line-height:1.12;letter-spacing:-.3px;color:#fff}.promo-link{display:inline-flex;align-self:flex-start;border:1px solid rgba(255,255,255,.5);border-radius:999px;padding:8px 14px;font-family:var(--font-head);font-weight:600;font-size:11px;letter-spacing:1px;color:#fff;text-transform:uppercase;transition:background .2s,border-color .2s}.promo-link:hover{background:#ffffff1f;border-color:#fff}.promos__col{flex:1;min-width:0;display:flex;flex-direction:column;gap:24px}.promo-small{height:114px;border-radius:var(--radius);position:relative;overflow:hidden}.promo-small--red{background:var(--red-600)}.promo-small--img{background:#0f0f0f}.promo-small--img>img{position:absolute;right:0;top:-84px;width:57%;height:auto;-o-object-fit:cover;object-fit:cover}.promo-small--img:after{content:"";position:absolute;left:0;top:0;bottom:0;width:61%;background:linear-gradient(90deg,#0a0808d1,#0a08080d)}.promo-small__content{position:absolute;left:28px;top:50%;transform:translateY(-50%);z-index:2;display:flex;flex-direction:column;gap:12px}.promo-small .promo-title{font-size:18px}.promo-small>.promo-big__label{top:12px}.promo-small__content{top:42%;gap:7px}.section-head{display:flex;align-items:center;justify-content:space-between;padding:44px 40px 0}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding:26px 40px 44px}.product-card{background:var(--bg-surface);border:1px solid var(--border-default);border-radius:var(--radius);padding:18px;display:flex;flex-direction:column;transition:background .2s,border-color .2s}.product-card__title,.product-card__desc,.price,.add-btn{transition:color .2s,background .2s,opacity .2s}.product-card:hover{background:var(--red-600);border-color:var(--red-600)}.product-card:hover .product-card__title{color:#fff}.product-card:hover .product-card__desc{color:#fff;opacity:.65}.product-card:hover .price{color:#fff}.product-card:hover .add-btn{background:#fff;color:var(--red-600)}.product-card:hover .add-btn:hover{transform:scale(1.06)}.product-card .product-card__title:hover{color:#fff}.product-card__img{height:188px;border-radius:4px;overflow:hidden;position:relative;background:radial-gradient(160px 110px at 50% 64%,#f28c47,#763c23 45%,#2d1611 80%,#0d0a0a);cursor:pointer}.product-card__img>img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:111%;height:117%;-o-object-fit:cover;object-fit:cover}.badge-weight{position:absolute;left:10px;bottom:10px;background:#00000073;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:500;color:#fff;line-height:1.4}.fav-btn{position:absolute;right:10px;top:10px;width:36px;height:36px;background:#00000073;border-radius:999px;display:flex;align-items:center;justify-content:center;color:#fff;transition:color .2s,transform .15s}.fav-btn:hover{transform:scale(1.08)}.fav-btn.active{color:var(--primary)}.fav-btn.active svg path{fill:var(--primary)}.product-card__title{font-family:var(--font-head);font-weight:600;font-size:18px;line-height:1.3;color:var(--text-primary);margin-top:14px;cursor:pointer}.product-card__title:hover{color:#fff}.product-card__desc{font-size:14px;line-height:1.4;color:var(--text-secondary);margin-top:8px}.product-card__bottom{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:16px}.price{font-family:var(--font-head);font-weight:700;font-size:20px;line-height:1.2;color:var(--text-primary)}.add-btn{width:44px;height:44px;border-radius:999px;background:var(--primary);color:#fff;font-family:var(--font-head);font-size:24px;font-weight:500;display:flex;align-items:center;justify-content:center;line-height:1;transition:background .2s,transform .15s}.add-btn:hover{background:var(--red-600);transform:scale(1.06)}.story{display:flex;align-items:center;gap:54px;padding:56px 40px}.story__media{position:relative;width:658px;height:500px;flex-shrink:0}.story__media>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:var(--radius)}.story-chip{position:absolute;display:flex;align-items:center;gap:10px;background:var(--bg-surface);border:1px solid var(--border-default);border-radius:var(--radius);padding:12px 16px;box-shadow:0 12px 30px #00000024;white-space:nowrap}.story-chip--tl{left:-20px;top:28px}.story-chip--br{right:-20px;bottom:32px}.story-chip__num{font-family:var(--font-head);font-weight:800;font-size:18px;color:var(--primary)}.story-chip__text{font-size:11px;line-height:1.2;color:var(--text-secondary)}.story__content{flex:1;min-width:0;display:flex;flex-direction:column;gap:18px;align-items:flex-start}.story__facts{display:flex;gap:16px;padding-top:8px;flex-wrap:wrap}.fact{background:var(--primary-soft);border-radius:var(--radius);padding:18px 24px;display:flex;flex-direction:column;gap:4px;align-items:center}.fact__num{font-family:var(--font-head);font-weight:800;font-size:26px;color:var(--primary);line-height:1}.fact__label{font-size:11px;color:var(--text-secondary)}.footer{background:var(--bg-surface-2);border-radius:var(--radius);padding:48px 40px 28px;display:flex;flex-direction:column;gap:32px;margin-top:0}.footer__cols{display:flex;justify-content:space-between;gap:40px;flex-wrap:wrap}.footer__brand{display:flex;flex-direction:column;gap:14px;align-items:flex-start}.footer__brand img{width:158px;height:38px}.footer__brand-desc{font-size:14px;line-height:1.45;color:var(--text-secondary)}.footer__phone{font-family:var(--font-head);font-weight:600;font-size:18px;color:var(--text-primary)}.footer__col{display:flex;flex-direction:column;gap:12px}.footer__col-title{font-family:var(--font-head);font-weight:600;font-size:18px;color:var(--text-primary)}.footer__col a{font-size:14px;color:var(--text-secondary);transition:color .2s}.footer__col a:hover{color:var(--text-primary)}.footer__divider{height:1px;background:var(--border-default);width:100%}.footer__bottom{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:12px;font-weight:500;color:var(--text-muted)}.breadcrumbs{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-muted);padding:28px 40px 0;flex-wrap:wrap}.breadcrumbs a{color:var(--text-secondary);transition:color .2s}.breadcrumbs a:hover,.breadcrumbs span.current{color:var(--text-primary)}.category-head{padding:20px 40px 0;display:flex;flex-direction:column;gap:10px}.category-head .count{color:var(--text-muted);font-size:14px}.cat-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:24px 40px 0;flex-wrap:wrap}.chips{display:flex;gap:10px;flex-wrap:wrap}.chip{font-family:var(--font-head);font-weight:600;font-size:12px;letter-spacing:.5px;text-transform:uppercase;color:var(--text-secondary);border:1px solid var(--border-default);background:var(--bg-surface);border-radius:999px;padding:10px 18px;transition:all .2s}.chip:hover{color:var(--text-primary);border-color:var(--text-muted)}.chip.active{background:var(--primary);border-color:var(--primary);color:#fff}.chips--sub .chip{padding:8px 14px;font-size:12px;text-transform:none;letter-spacing:.2px;font-family:var(--font-body);font-weight:500}.sort-select{background:var(--bg-surface-2);border:1px solid var(--border-default);border-radius:999px;color:var(--text-primary);font-size:14px;padding:10px 16px;outline:none;cursor:pointer}.product-page{display:grid;grid-template-columns:1fr 1fr;gap:48px;padding:28px 40px 56px;align-items:start}.product-gallery{position:sticky;top:24px}.product-gallery__main{border-radius:var(--radius);overflow:hidden;position:relative;height:520px;background:radial-gradient(420px 300px at 50% 64%,#f28c47,#763c23 45%,#2d1611 80%,#0d0a0a);border:1px solid var(--border-default)}.product-gallery__main img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:105%;height:105%;-o-object-fit:cover;object-fit:cover}.product-info{display:flex;flex-direction:column;gap:20px;align-items:flex-start}.product-info .h1{font-size:40px}.product-meta{display:flex;gap:10px;flex-wrap:wrap}.meta-pill{font-size:12px;font-weight:500;color:var(--text-secondary);border:1px solid var(--border-default);background:var(--bg-surface);border-radius:999px;padding:6px 12px}.product-info__desc{color:var(--text-secondary);font-size:16px}.ingredients{display:flex;flex-direction:column;gap:10px;width:100%}.ingredients h3{font-family:var(--font-head);font-size:18px;font-weight:600}.ingredients ul{list-style:none;display:flex;flex-wrap:wrap;gap:8px}.ingredients li{font-size:13px;color:var(--text-secondary);background:var(--bg-surface-2);border:1px solid var(--border-default);border-radius:999px;padding:6px 14px}.variant-group{display:flex;flex-direction:column;gap:10px;width:100%}.variant-group h3{font-family:var(--font-head);font-size:15px;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px}.variants{display:flex;gap:10px;flex-wrap:wrap}.variant{font-family:var(--font-head);font-weight:600;font-size:14px;color:var(--text-secondary);border:1px solid var(--border-default);background:var(--bg-surface);border-radius:var(--radius);padding:12px 20px;transition:all .2s}.variant:hover{color:var(--text-primary);border-color:var(--text-muted)}.variant.active{border-color:var(--primary);color:var(--text-primary);background:var(--primary-soft)}.buy-row{display:flex;align-items:center;gap:18px;width:100%;padding-top:6px;flex-wrap:wrap}.buy-row .price{font-size:32px}.qty{display:flex;align-items:center;gap:0;border:1px solid var(--border-default);border-radius:999px;overflow:hidden;background:var(--bg-surface)}.qty button{width:44px;height:44px;font-size:20px;color:var(--text-primary);display:flex;align-items:center;justify-content:center;transition:background .2s}.qty button:hover{background:var(--bg-surface-2)}.qty span{min-width:40px;text-align:center;font-family:var(--font-head);font-weight:700;font-size:17px}.checkout{display:grid;grid-template-columns:1fr 480px;gap:32px;padding:28px 40px 56px;align-items:start}.checkout-panel{background:var(--bg-surface);border:1px solid var(--border-default);border-radius:var(--radius);padding:28px;display:flex;flex-direction:column;gap:22px}.checkout-panel h2{font-family:var(--font-head);font-size:22px;font-weight:700}.checkout-panel h3{font-family:var(--font-head);font-size:15px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;color:var(--text-secondary)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-grid .full{grid-column:1 / -1}.field{display:flex;flex-direction:column;gap:6px}.field label{font-size:13px;color:var(--text-secondary)}.field input,.field textarea,.field select{background:var(--bg-surface-2);border:1px solid var(--border-default);border-radius:var(--radius);color:var(--text-primary);padding:13px 16px;font-size:15px;outline:none;transition:border-color .2s;width:100%;resize:vertical}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--text-muted)}.field input::-moz-placeholder,.field textarea::-moz-placeholder{color:var(--text-muted)}.field input::placeholder,.field textarea::placeholder{color:var(--text-muted)}.seg{display:flex;gap:10px;flex-wrap:wrap}.seg .variant{flex:1;text-align:center;min-width:140px}.cart-panel{position:sticky;top:24px;display:flex;flex-direction:column;gap:0}.cart-items{display:flex;flex-direction:column}.cart-item{display:grid;grid-template-columns:64px 1fr auto;gap:14px;align-items:center;padding:14px 0;border-bottom:1px solid var(--border-default)}.cart-item__img{width:64px;height:64px;border-radius:6px;overflow:hidden;position:relative;background:radial-gradient(60px 42px at 50% 64%,#f28c47,#763c23 45%,#2d1611 80%,#0d0a0a)}.cart-item__img img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:115%;height:115%;-o-object-fit:cover;object-fit:cover}.cart-item__name{font-family:var(--font-head);font-weight:600;font-size:14px}.cart-item__meta{font-size:12px;color:var(--text-muted);margin-top:2px}.cart-item__right{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.cart-item__price{font-family:var(--font-head);font-weight:700;font-size:15px;white-space:nowrap}.cart-item .qty button{width:30px;height:30px;font-size:15px}.cart-item .qty span{min-width:28px;font-size:14px}.cart-item__remove{color:var(--text-muted);transition:color .2s}.cart-item__remove:hover{color:var(--primary)}.totals{display:flex;flex-direction:column;gap:10px;padding-top:18px}.totals__row{display:flex;justify-content:space-between;font-size:14px;color:var(--text-secondary)}.totals__row.grand{font-family:var(--font-head);font-weight:700;font-size:20px;color:var(--text-primary);padding-top:8px}.free-delivery-note{font-size:13px;color:var(--text-secondary);background:var(--primary-soft);border-radius:var(--radius);padding:10px 14px}.cart-empty{text-align:center;color:var(--text-muted);padding:32px 0 20px}.icon-btn{width:40px;height:40px;flex-shrink:0;border-radius:var(--radius);background:var(--bg-surface-2);border:1px solid var(--border-default);color:var(--text-primary);display:flex;align-items:center;justify-content:center;transition:border-color .2s,background .2s}.icon-btn:hover{border-color:var(--text-muted)}.icon-btn.active{border-color:var(--primary);color:var(--primary)}.promo-hero{position:relative;height:340px;margin:28px 40px 0;border-radius:var(--radius);overflow:hidden;background:#140d0d}.promo-hero>img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.promo-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#0a0808d9,#0a080859 55%,#0a08080d)}.promo-hero--red{background:var(--red-600)}.promo-hero--red:after{display:none}.promo-hero__content{position:absolute;left:40px;bottom:40px;right:40px;z-index:2;display:flex;flex-direction:column;gap:14px;align-items:flex-start}.promo-hero__label{font-weight:600;font-size:12px;letter-spacing:2px;color:#fff;opacity:.85;text-transform:uppercase}.promo-hero__title{font-family:var(--font-head);font-weight:800;font-size:44px;line-height:1.1;letter-spacing:-.3px;color:#fff;max-width:640px}.promo-hero__lead{font-size:16px;color:#ffffffd9;max-width:560px}.promo-body{display:grid;grid-template-columns:1fr 380px;gap:32px;padding:36px 40px 56px;align-items:start}.terms-card{background:var(--bg-surface);border:1px solid var(--border-default);border-radius:var(--radius);padding:28px;display:flex;flex-direction:column;gap:22px}.terms-card h2{font-family:var(--font-head);font-size:22px;font-weight:700}.steps{display:flex;flex-direction:column;gap:18px}.step{display:flex;gap:16px;align-items:flex-start}.step__num{width:36px;height:36px;flex-shrink:0;border-radius:999px;background:var(--primary-soft);color:var(--primary);font-family:var(--font-head);font-weight:800;font-size:15px;display:flex;align-items:center;justify-content:center}.step__title{font-family:var(--font-head);font-weight:600;font-size:16px;color:var(--text-primary)}.step__desc{font-size:14px;color:var(--text-secondary);margin-top:2px}.terms-list{list-style:none;display:flex;flex-direction:column;gap:12px}.terms-list li{position:relative;padding-left:24px;font-size:15px;line-height:1.5;color:var(--text-secondary)}.terms-list li:before{content:"";position:absolute;left:0;top:7px;width:8px;height:8px;border-radius:999px;background:var(--primary)}.promo-aside{position:sticky;top:24px;display:flex;flex-direction:column;gap:16px}.aside-fact{display:flex;justify-content:space-between;gap:12px;font-size:14px;padding-bottom:12px;border-bottom:1px solid var(--border-default)}.aside-fact:last-of-type{border-bottom:0;padding-bottom:0}.aside-fact span:first-child{color:var(--text-muted)}.aside-fact span:last-child{color:var(--text-primary);text-align:right}.account-layout{display:grid;grid-template-columns:380px 1fr;gap:32px;padding:28px 40px 56px;align-items:start}.account-nav{background:var(--bg-surface);border:1px solid var(--border-default);border-radius:var(--radius);padding:16px;display:flex;flex-direction:column;gap:4px;position:sticky;top:24px}.account-nav__user{display:flex;align-items:center;gap:14px;padding:10px 12px 20px;border-bottom:1px solid var(--border-default);margin-bottom:12px}.account-nav__avatar{width:48px;height:48px;border-radius:999px;background:var(--primary-soft);color:var(--primary);font-family:var(--font-head);font-weight:800;font-size:18px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.account-nav__name{font-family:var(--font-head);font-weight:600;font-size:16px;color:var(--text-primary)}.account-nav__phone{font-size:13px;color:var(--text-muted);margin-top:2px}.account-nav button{display:flex;align-items:center;gap:12px;text-align:left;font-family:var(--font-head);font-weight:500;font-size:13px;letter-spacing:.5px;text-transform:uppercase;color:var(--text-secondary);border-radius:var(--radius);padding:13px 14px;transition:background .15s,color .15s;white-space:nowrap}.account-nav button svg{flex-shrink:0}.account-nav button:hover{color:var(--text-primary);background:var(--bg-surface-2)}.account-nav button.active{color:#fff;background:var(--primary)}.account-panel{display:flex;flex-direction:column;gap:20px;min-width:0}.account-panel h2{font-family:var(--font-head);font-size:24px;font-weight:700}.account-panel .products-grid{padding:0;grid-template-columns:repeat(3,1fr)}@media(max-width:1280px){.account-panel .products-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.account-panel .products-grid{grid-template-columns:1fr}}.order-card{background:var(--bg-surface);border:1px solid var(--border-default);border-radius:var(--radius);padding:22px;display:flex;flex-direction:column;gap:14px}.order-card__head{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.order-card__num{font-family:var(--font-head);font-weight:700;font-size:17px}.order-card__date{font-size:13px;color:var(--text-muted)}.order-status{font-size:12px;font-weight:500;color:var(--primary);background:var(--primary-soft);border-radius:999px;padding:5px 12px}.order-card__items{font-size:14px;line-height:1.6;color:var(--text-secondary)}.order-card__foot{display:flex;justify-content:space-between;align-items:center;gap:12px;padding-top:4px;flex-wrap:wrap}.order-card__total{font-family:var(--font-head);font-weight:700;font-size:18px}.btn-sm{padding:11px 18px;font-size:13px}.empty-state{text-align:center;color:var(--text-muted);background:var(--bg-surface);border:1px solid var(--border-default);border-radius:var(--radius);padding:48px 24px;display:flex;flex-direction:column;gap:16px;align-items:center}.drawer-overlay{position:fixed;inset:0;background:#0000008c;opacity:0;pointer-events:none;transition:opacity .25s;z-index:150}.drawer-overlay.open{opacity:1;pointer-events:auto}.drawer{position:fixed;top:0;right:0;bottom:0;width:420px;max-width:92vw;background:var(--bg-surface);border-left:1px solid var(--border-default);transform:translate(100%);transition:transform .28s ease;z-index:160;display:flex;flex-direction:column;overflow-y:auto;padding:20px 24px 32px;gap:18px}.drawer.open{transform:translate(0)}.drawer__close{align-self:flex-start;width:48px;height:48px;border-radius:var(--radius);background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;transition:background .2s;flex-shrink:0}.drawer__close:hover{background:var(--red-600)}.drawer__nav{display:flex;flex-direction:column;gap:2px}.drawer__nav a{font-family:var(--font-head);font-weight:500;font-size:13px;letter-spacing:1px;text-transform:uppercase;color:var(--text-secondary);padding:12px 14px;border-radius:var(--radius)}.drawer__nav a:hover,.drawer__nav a.active{color:var(--text-primary);background:var(--bg-surface-2)}.drawer__auth{display:flex;align-items:center;gap:14px;border:1px solid var(--border-default);border-radius:14px;padding:14px 16px;transition:border-color .2s}.drawer__auth:hover{border-color:var(--text-muted)}.drawer__auth-icon{width:44px;height:44px;border-radius:10px;background:var(--bg-surface-2);display:flex;align-items:center;justify-content:center;color:var(--text-primary);flex-shrink:0}.drawer__auth-title{font-family:var(--font-head);font-weight:700;font-size:17px;color:var(--text-primary);flex:1}.drawer__auth-sub{font-size:12px;color:var(--text-muted);margin-top:2px}.drawer__auth-arrow{color:var(--text-secondary);flex-shrink:0}.drawer__hint{border:1px solid var(--border-default);border-radius:14px;padding:14px 16px;font-size:14px;line-height:1.5;color:var(--text-secondary)}.drawer__hint b{color:var(--text-primary)}.drawer__section{font-family:var(--font-head);font-weight:600;font-size:15px;color:var(--text-muted);padding-top:6px}.drawer__row{display:flex;align-items:center;gap:14px;padding:14px 2px;border-bottom:1px solid var(--border-default);color:var(--text-primary);font-size:15px;line-height:1.45}.drawer__row:last-child{border-bottom:0}.drawer__row svg:first-child{flex-shrink:0;color:var(--text-primary)}.drawer__row span{flex:1}.drawer__row .ext{color:var(--text-secondary);flex-shrink:0}.drawer__row:hover .ext,.drawer__row:hover{color:var(--text-primary)}.promo-banners{display:flex;flex-direction:column;gap:24px;padding:24px 0 56px}.promo-banner{position:relative;display:block;height:260px;border-radius:var(--radius);overflow:hidden;background:#140d0d}.promo-banner>img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s}.promo-banner:hover>img{transform:scale(1.03)}.promo-banner:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#0a0808e0,#0a08088c 45%,#0a08080d)}.promo-banner__content{position:absolute;left:40px;top:50%;transform:translateY(-50%);z-index:2;display:flex;flex-direction:column;gap:12px;align-items:flex-start;max-width:60%}.promo-banner__label{font-weight:600;font-size:12px;letter-spacing:2px;color:#fff;opacity:.85;text-transform:uppercase}.promo-banner__title{font-family:var(--font-head);font-weight:700;font-size:30px;line-height:1.12;letter-spacing:-.3px;color:#fff}.promo-banner__title .qty-x{color:var(--primary)}.promo-banner__price{font-family:var(--font-head);font-weight:800;font-size:18px;color:var(--primary)}.promo-banner__desc{font-size:15px;line-height:1.5;color:#fffc}.promo-banner__like{position:absolute;right:20px;top:20px;z-index:3;display:inline-flex;align-items:center;background:#00000073;border-radius:999px;overflow:hidden}.promo-banner__like .heart{width:42px;height:36px;display:flex;align-items:center;justify-content:center;color:#fff}.promo-banner__like .heart.active{color:var(--primary)}.promo-banner__like .heart.active svg path{fill:var(--primary)}.promo-banner__like .num{padding-right:14px;font-size:13px;color:#ffffffd9}.promo-banner__soldout{position:absolute;right:20px;bottom:20px;z-index:3;background:#0000008c;border:1px solid rgba(255,255,255,.25);color:#ffffffbf;font-family:var(--font-head);font-weight:600;font-size:12px;letter-spacing:.5px;text-transform:uppercase;border-radius:8px;padding:9px 16px}.promo-banner--red{background:var(--red-600)}.promo-banner--red:after{display:none}.promo-banner--red .promo-banner__price{color:#fff}.promo-banner--sm{height:180px;border:1px solid var(--border-default)}.promo-banner--sm .promo-banner__title{font-size:22px}.promo-banner--sm .promo-banner__content{left:28px;gap:8px}.promo-banner--sm .promo-link{display:none}.promo-list{display:flex;flex-direction:column;padding:20px 40px 56px;max-width:900px}.promo-item{display:grid;grid-template-columns:1fr 190px;gap:24px;padding:26px 0;border-bottom:1px dashed var(--border-default);position:relative}.promo-item:last-child{border-bottom:0}.promo-item--accent:before{content:"";position:absolute;left:-24px;top:26px;bottom:26px;width:3px;background:var(--primary);border-radius:2px}.promo-item__title{font-family:var(--font-head);font-weight:700;font-size:20px;color:var(--text-primary)}.promo-item__title .qty-x{color:var(--primary);margin-right:6px}.promo-item__price{font-family:var(--font-head);font-weight:700;font-size:17px;color:var(--primary);margin-top:6px}.promo-item__desc{font-size:14px;line-height:1.5;color:var(--text-secondary);margin-top:10px;max-width:480px}.promo-item__weight{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--text-muted);margin-top:10px}.promo-item__like{display:inline-flex;align-items:center;border:1px solid var(--border-default);border-radius:10px;margin-top:14px;overflow:hidden}.promo-item__like .heart{width:44px;height:38px;display:flex;align-items:center;justify-content:center;color:var(--text-primary);border-right:1px solid var(--border-default)}.promo-item__like .heart.active{color:var(--primary)}.promo-item__like .heart.active svg path{fill:var(--primary)}.promo-item__like .num{padding:0 12px;font-size:13px;color:var(--text-secondary)}.promo-item__media{position:relative}.promo-item__img{display:block;width:190px;height:130px;border-radius:8px;overflow:hidden;position:relative;background:radial-gradient(160px 90px at 50% 62%,#f28c47,#763c23 45%,#2d1611 80%,#0d0a0a)}.promo-item__img img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.soldout{position:absolute;right:0;bottom:-14px;background:var(--bg-surface-2);border:1px solid var(--border-default);color:var(--text-secondary);font-family:var(--font-head);font-weight:600;font-size:12px;letter-spacing:.5px;text-transform:uppercase;border-radius:8px;padding:9px 16px}.login-layout{display:grid;grid-template-columns:460px 420px;gap:48px;justify-content:center;padding:56px 40px 72px;align-items:start}.login-card{display:flex;flex-direction:column;gap:18px}.login-card__logo{width:64px;height:64px;border-radius:10px;background:#000;border:1px solid var(--border-default);display:flex;align-items:center;justify-content:center;padding:10px}.login-card__logo img{width:100%}.login-card h1{font-family:var(--font-head);font-weight:700;font-size:24px;line-height:1.3;color:var(--text-primary)}.login-card h1 span{display:block;color:var(--text-muted);font-weight:600}.auth-card{min-width:0}.auth-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;padding:4px;border:1px solid var(--border-default);border-radius:10px;background:var(--bg-surface)}.auth-tab{min-height:44px;border-radius:7px;color:var(--text-secondary);font-family:var(--font-head);font-size:13px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;transition:color .2s,background .2s}.auth-tab:hover{color:var(--text-primary)}.auth-tab.active{color:#fff;background:var(--primary)}.auth-tab:focus-visible,.auth-resend button:focus-visible,.auth-back:focus-visible{outline:2px solid var(--primary);outline-offset:3px}.auth-panel,.auth-form{display:flex;flex-direction:column;gap:16px}.auth-form__row{display:flex;align-items:center;justify-content:space-between;gap:16px;color:var(--text-secondary);font-size:13px}.auth-form__submit{margin-top:8px}.auth-form__row a:hover,.auth-back:hover,.auth-resend button:hover{color:#fff}.auth-intro,.auth-hint{color:var(--text-secondary);font-size:14px;line-height:1.55}.auth-hint{margin-top:-4px;text-align:center}.form-success{border:1px solid rgba(74,222,128,.35);border-radius:var(--radius);background:#4ade8014;color:#9ee6b4;padding:12px 14px;font-size:14px;line-height:1.45}.auth-code-input{text-align:center;font-family:var(--font-head);font-size:28px!important;font-weight:700;letter-spacing:10px}.auth-resend{text-align:center}.auth-resend button,.auth-back{display:inline-flex;align-self:center;color:var(--text-secondary);font-size:13px;text-decoration:underline;text-underline-offset:3px}.btn-oauth{display:flex;align-items:center;justify-content:center;gap:12px;border:1px solid var(--border-default);background:var(--bg-surface);border-radius:var(--radius);padding:16px;font-size:15px;font-weight:500;color:var(--text-primary);transition:border-color .2s}.btn-oauth:hover{border-color:var(--text-muted)}.btn-oauth:is(a){text-decoration:none}.btn-oauth.is-disabled{opacity:.5;cursor:not-allowed}.btn-oauth.is-disabled:hover{border-color:var(--border-default)}.login-sep{display:flex;align-items:center;gap:14px;font-size:11px;letter-spacing:1px;color:var(--text-muted);text-transform:uppercase}.login-sep:before,.login-sep:after{content:"";height:1px;background:var(--border-default);width:40px}.login-benefits{background:var(--bg-surface);border:1px solid var(--border-default);border-radius:14px;padding:28px;display:flex;flex-direction:column;gap:22px}.login-benefits h3{font-family:var(--font-head);font-weight:700;font-size:16px;color:var(--text-primary)}.benefit{display:flex;gap:14px;align-items:flex-start;font-size:15px;line-height:1.45;color:var(--text-primary)}.benefit svg{flex-shrink:0;color:var(--primary);margin-top:1px}@media(max-width:640px){.auth-form__row{align-items:flex-start;flex-direction:column;gap:10px}.auth-code-input{font-size:24px!important;letter-spacing:8px}}.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:26px 40px 0}.info-card{background:var(--bg-surface);border:1px solid var(--border-default);border-radius:var(--radius);padding:26px;display:flex;flex-direction:column;gap:10px}.info-card__icon{width:44px;height:44px;border-radius:999px;background:var(--primary-soft);color:var(--primary);display:flex;align-items:center;justify-content:center;margin-bottom:6px}.info-card h3{font-family:var(--font-head);font-weight:600;font-size:18px;color:var(--text-primary)}.info-card p,.info-card a{font-size:14px;line-height:1.55;color:var(--text-secondary)}.info-card a.link{color:var(--text-primary);text-decoration:underline;text-underline-offset:3px}.info-card a.link:hover{color:var(--primary)}.worktime{display:flex;flex-direction:column;gap:8px}.worktime__row{display:flex;justify-content:space-between;font-size:14px;color:var(--text-secondary);border-bottom:1px solid var(--border-default);padding-bottom:8px}.worktime__row:last-child{border-bottom:0;padding-bottom:0}.worktime__row span:last-child{color:var(--text-primary)}.worktime__row.today span{color:var(--primary);font-weight:600}.prose{max-width:760px;padding:26px 40px 56px;display:flex;flex-direction:column;gap:16px}.prose h2{font-family:var(--font-head);font-size:22px;font-weight:700;color:var(--text-primary);padding-top:8px}.prose p,.prose li{font-size:15px;line-height:1.65;color:var(--text-secondary)}.prose ul{padding-left:20px;display:flex;flex-direction:column;gap:8px}.addr-card{display:flex;align-items:center;gap:14px;background:var(--bg-surface);border:1px solid var(--border-default);border-radius:var(--radius);padding:18px 20px}.addr-card__icon{color:var(--primary);flex-shrink:0}.addr-card__text{flex:1;min-width:0}.addr-card__street{font-family:var(--font-head);font-weight:600;font-size:15px;color:var(--text-primary)}.addr-card__meta{font-size:13px;color:var(--text-muted);margin-top:2px}.toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%,20px);background:var(--bg-inverse);color:var(--text-inverse);font-family:var(--font-head);font-weight:600;font-size:14px;border-radius:999px;padding:12px 24px;opacity:0;pointer-events:none;transition:opacity .25s,transform .25s;z-index:200}.toast.show{opacity:1;transform:translate(-50%)}@media(max-width:1280px){.hero__features{display:none}.products-grid{grid-template-columns:repeat(3,1fr)}.story__media{width:50%;height:auto;aspect-ratio:658/500}.navbar__links{gap:24px}}@media(max-width:1024px){.page-wrap{padding:20px 20px 32px}.section,.section-head,.products-grid,.promos,.hero,.story,.breadcrumbs,.category-head,.cat-toolbar,.product-page,.checkout{padding-left:24px;padding-right:24px}.navbar__links,.navbar__search{display:none}.drawer__search{display:block;width:100%;flex:none;margin-top:4px}.drawer__search .search-results{position:static;width:100%;max-height:min(410px,48vh);margin-top:8px;box-shadow:none}.burger{display:flex}.hero{flex-wrap:wrap;padding-top:28px;padding-bottom:28px}.hero__content{width:100%}.hero__image{width:100%;height:420px}.hero__image .main-wrap{height:420px;width:min(429px,80%)}.promos{flex-direction:column}.products-grid{grid-template-columns:repeat(2,1fr);gap:16px}.story{flex-direction:column;gap:40px}.story__media{width:100%;max-width:658px}.story-chip--tl{left:12px}.story-chip--br{right:12px}.product-page{grid-template-columns:1fr;gap:28px}.product-gallery{position:static}.product-gallery__main{height:420px}.checkout{grid-template-columns:1fr}.cart-panel{position:static;order:-1}.h1,.display{font-size:40px}.promo-body{grid-template-columns:1fr}.promo-aside{position:static}.promo-hero{margin:20px 24px 0}.account-layout{grid-template-columns:1fr}.account-nav{position:static}.login-layout{grid-template-columns:minmax(0,460px);padding-top:36px}.info-grid{grid-template-columns:1fr 1fr;padding-left:24px;padding-right:24px}.promo-list,.prose{padding-left:24px;padding-right:24px}}@media(max-width:640px){body{font-size:15px}.page-wrap{padding:12px 12px 24px}.navbar{padding:12px 14px}.navbar__logo img{width:128px;height:31px}.cart-btn{padding:10px 12px;font-size:13px;gap:10px}.cart-wrap{position:static}.cart-dd{position:fixed;top:76px;left:12px;right:12px;width:auto}.theme-toggle{display:none}.section,.section-head,.products-grid,.promos,.hero,.story,.breadcrumbs,.category-head,.cat-toolbar,.product-page,.checkout,.footer{padding-left:16px;padding-right:16px}.h1,.display{font-size:30px}.h2{font-size:24px}.hero{gap:28px}.hero__image{height:320px}.hero__image .main-wrap{height:320px;width:100%}.featured{flex-wrap:wrap}.featured-card{width:calc(33.333% - 11px);min-width:104px}.promo-big{height:210px}.promo-title{font-size:22px}.promo-big__content{top:auto;bottom:24px}.products-grid{grid-template-columns:1fr}.product-card__img{height:210px}.section-head{flex-direction:column;align-items:flex-start;gap:14px;padding-top:32px}.story{padding-top:36px;padding-bottom:36px}.story__facts .fact{flex:1;padding:14px 12px}.footer__cols{flex-direction:column;gap:28px}.footer{padding-top:32px}.footer__bottom{flex-direction:column;gap:6px}.product-info .h1{font-size:28px}.product-gallery__main{height:300px}.buy-row .btn{width:100%}.form-grid{grid-template-columns:1fr}.checkout-panel{padding:18px}.breadcrumbs{padding-top:18px}.promo-hero{margin:14px 16px 0;height:280px}.promo-hero__content{left:20px;right:20px;bottom:24px}.promo-hero__title{font-size:28px}.promo-body,.account-layout{padding-left:16px;padding-right:16px}.terms-card{padding:20px}.info-grid{grid-template-columns:1fr;padding-left:16px;padding-right:16px}.promo-list,.prose,.login-layout{padding-left:16px;padding-right:16px}.promo-item{grid-template-columns:1fr}.promo-item__media{order:-1}.promo-item__img{width:100%;height:180px}.soldout{bottom:10px;right:10px}.promo-banners{padding:16px 0 40px;gap:16px}.promo-banner{height:230px}.promo-banner__content{left:16px;max-width:85%}.promo-banner__title{font-size:22px}.promo-banner__like{right:12px;top:12px}.promo-banner__soldout{right:12px;bottom:12px}.drawer{width:100%;max-width:100%;border-left:0}.icon-btn{display:flex}.icon-btn[data-account-link]{display:none}}.drawer__nav--pages{display:none}@media(max-width:1024px){.drawer__nav--pages{display:flex;border-bottom:1px solid var(--border-default);padding-bottom:14px}}.cart-wrap.open .cart-dd{display:flex}.cart-wrap.open .cart-btn svg{transform:rotate(180deg)}.drawer-open{overflow:hidden}.drawer-open .drawer-overlay{opacity:1;pointer-events:auto}.drawer-open .drawer{transform:translate(0)}.verona-wordmark{display:inline-flex;flex-wrap:wrap;align-items:baseline;max-width:150px;font:800 23px/1 var(--font-head);letter-spacing:.16em;color:#fff}.verona-wordmark>span{color:var(--primary)}.verona-wordmark small{width:100%;margin-top:4px;font:600 7px/1 var(--font-head);letter-spacing:.28em;color:var(--text-secondary)}.navbar__logo .lazy-img-wrapper,.footer__logo .lazy-img-wrapper{display:block;width:158px}.navbar__logo picture,.footer__logo picture{display:block;width:158px;height:38px}.navbar__logo picture img,.footer__logo picture img{width:158px!important;height:38px!important;-o-object-fit:contain;object-fit:contain}.verona-nav-list,.footer-menu-list,.drawer-nav-list,.drawer-info-list{display:flex;list-style:none;margin:0;padding:0}.verona-nav-list{align-items:center;gap:36px}.verona-nav-list a{color:var(--text-secondary);font:500 12px/1.2 var(--font-head);text-transform:uppercase;letter-spacing:1px}.verona-nav-list a:hover,.verona-nav-list a.current-page{color:#fff;font-weight:600}.footer-menu-list,.drawer-nav-list,.drawer-info-list{flex-direction:column;gap:10px}.footer-menu-list a,.drawer-nav-list a,.drawer-info-list a{color:var(--text-secondary)}.footer-menu-list a:hover,.drawer-nav-list a:hover,.drawer-info-list a:hover{color:#fff}.language-switcher{display:flex;gap:8px;align-items:center}.language-switcher a{display:inline-flex;min-width:36px;justify-content:center;padding:7px 9px;border:1px solid var(--border-default);border-radius:999px;color:var(--text-secondary);font-size:12px;text-transform:uppercase}.language-switcher a.active{border-color:var(--primary);color:#fff;background:var(--primary)}.product-card[hidden]{display:none}.product-card__img>.lazy-img-wrapper,.product-card__img>.lazy-img-wrapper picture,.product-card__img>.lazy-img-wrapper img,.product-gallery__main>.lazy-img-wrapper,.product-gallery__main>.lazy-img-wrapper picture,.product-gallery__main>.lazy-img-wrapper img,.story__media>.lazy-img-wrapper,.story__media>.lazy-img-wrapper picture,.story__media>.lazy-img-wrapper img,.hero__image .lazy-img-wrapper,.hero__image .lazy-img-wrapper picture,.hero__image .lazy-img-wrapper img,.promo-big>.lazy-img-wrapper,.promo-big>.lazy-img-wrapper picture,.promo-big>.lazy-img-wrapper img{width:100%;height:100%;display:block}.hero__image .lazy-img-wrapper img,.story__media>.lazy-img-wrapper img,.promo-banner>.lazy-img-wrapper img,.promo-hero>.lazy-img-wrapper img{height:100%!important;-o-object-fit:cover;object-fit:cover}.hero__image picture.shadow{position:absolute;bottom:0;left:50%;width:521px;max-width:100%;height:291px;transform:translate(-50%);pointer-events:none}.hero__image picture.shadow img{width:100%!important;height:100%!important}.hero__image .main-wrap>picture.main{position:absolute;width:133.67%;height:154.94%;left:-20.62%;top:-28.6%;max-width:none}.hero__image .main-wrap>picture.main img{width:100%!important;height:100%!important;-o-object-fit:cover;object-fit:cover}.feature__icon picture{display:block;width:24px;height:24px}.feature__icon picture img{width:24px!important;height:24px!important}.featured-card__img>.lazy-img-wrapper,.featured-card__img>.lazy-img-wrapper picture,.featured-card__img>.lazy-img-wrapper img{display:block;width:100%;height:100%}.featured-card__img>.lazy-img-wrapper img{-o-object-fit:cover;object-fit:cover}.promo-big>.lazy-img-wrapper{position:absolute;width:145.9%;height:auto;left:-10.2%;top:-83.3%;max-width:none;overflow:visible}.promo-big>.lazy-img-wrapper picture,.promo-big>.lazy-img-wrapper img{width:100%;height:auto!important}.promo-small--img>.lazy-img-wrapper{position:absolute;right:0;top:-84px;width:57%;height:auto;overflow:visible}.promo-small--img>.lazy-img-wrapper picture,.promo-small--img>.lazy-img-wrapper img{width:100%;height:auto!important}.promo-banner>.lazy-img-wrapper{position:absolute;inset:0;width:100%;height:100%}.promo-banner>.lazy-img-wrapper picture{width:100%;height:100%}.promo-banner>picture.promo-banner__media{position:absolute;inset:0;display:block;width:100%;height:100%}.promo-banner>picture.promo-banner__media img{width:100%!important;height:100%!important;-o-object-fit:cover;object-fit:cover}.story__media>picture.story__image{display:block;width:100%;height:100%}.story__media>picture.story__image img{width:100%!important;height:100%!important;-o-object-fit:cover;object-fit:cover;border-radius:var(--radius)}@media(max-width:767px){.navbar__logo picture{width:128px;height:31px}.navbar__logo picture img{width:128px!important;height:31px!important}}.product-card__img>.lazy-img-wrapper img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:111%;max-width:none;height:117%;-o-object-fit:cover;object-fit:cover}.product-card__img>picture{display:block;width:100%;height:100%}.product-card__img>picture img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:111%!important;max-width:none;height:117%!important;-o-object-fit:cover;object-fit:cover}.product-card__img .lazy-img-loader{background:transparent}.product-card__img .lazy-img-loader:after{display:none}.product-gallery__main>.lazy-img-wrapper img{-o-object-fit:cover;object-fit:cover}.product-image-placeholder{display:block;width:100%;height:100%;background:radial-gradient(160px 110px at 50% 64%,#f28c47,#763c23 45%,#2d1611 80%,#0d0a0a)}.cart-dd{max-height:min(720px,calc(100vh - 96px));overflow-y:auto}.cart-dd__head button{color:var(--text-muted);font-size:12px}.cart-dd__head button:hover{color:var(--primary)}.cart-item{grid-template-columns:54px minmax(0,1fr) 24px}.cart-item__img{width:54px;height:54px}.cart-item__body{min-width:0;display:flex;flex-direction:column;gap:3px}.cart-item__title{overflow:hidden;color:var(--text-primary);font-weight:600;text-overflow:ellipsis;white-space:nowrap}.cart-item__controls{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:6px}.qty--small button{width:28px;height:28px;font-size:14px}.qty--small span{min-width:26px;font-size:13px}.cart-totals{display:flex;flex-direction:column;gap:8px;padding:16px 0}.cart-totals>div{display:flex;justify-content:space-between;gap:15px;color:var(--text-secondary)}.cart-totals__grand{padding-top:9px;border-top:1px solid var(--border-default);color:var(--text-primary)!important;font:700 18px/1.2 var(--font-head)}.btn-block{width:100%;justify-content:center}.checkout-summary{position:sticky;top:24px}.checkout-summary .cart-item{padding:12px 0}.segmented{display:flex;gap:10px;flex-wrap:wrap}.segmented .variant{flex:1;min-width:120px;text-align:center}.check-row{display:flex;align-items:center;gap:10px;color:var(--text-secondary)}.check-row input{width:17px;height:17px;accent-color:var(--primary)}.check-row--remember{min-height:24px;cursor:pointer;line-height:1.35;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:color .18s ease}.check-row--remember:hover{color:var(--text-primary)}.check-row--remember input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;display:grid;place-items:center;flex:0 0 20px;width:20px;height:20px;margin:0;border:1px solid #504846;border-radius:6px;background:var(--bg-surface-2);cursor:pointer;transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease,transform .12s ease}.check-row--remember input[type=checkbox]:after{content:"";width:6px;height:10px;margin-top:-2px;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(45deg) scale(0);transition:transform .16s cubic-bezier(.2,.8,.2,1.25)}.check-row--remember:hover input[type=checkbox]{border-color:#eb4b4bbf}.check-row--remember input[type=checkbox]:checked{border-color:var(--primary);background:var(--primary);box-shadow:0 4px 14px #eb4b4b3d}.check-row--remember input[type=checkbox]:checked:after{transform:rotate(45deg) scale(1)}.check-row--remember input[type=checkbox]:focus-visible{outline:none;box-shadow:0 0 0 3px #eb4b4b3d}.check-row--remember input[type=checkbox]:active{transform:scale(.94)}.form-errors{border:1px solid rgba(235,75,75,.5);background:#eb4b4b14;color:#faa;border-radius:var(--radius);padding:12px 14px}.form-errors p+p{margin-top:5px}.catalog-empty,.muted{color:var(--text-muted)}.catalog-empty{padding:24px 40px 56px;text-align:center}.verona-error-page{display:grid;min-height:min(680px,72vh);place-items:center;padding:80px 24px;text-align:center}.verona-error-page__inner{width:min(560px,100%)}.verona-error-page__code{display:block;color:var(--primary);font:800 clamp(96px,20vw,190px)/.8 var(--font-head);letter-spacing:-.08em;text-shadow:0 18px 60px rgba(235,75,75,.24)}.verona-error-page h1{margin-top:34px;color:var(--text-primary);font:700 clamp(28px,5vw,44px)/1.1 var(--font-head)}.verona-error-page p{margin:16px auto 28px;color:var(--text-secondary);font-size:16px;line-height:1.6}.verona-error-page .btn{min-width:180px;justify-content:center}.orders-list,[data-address-list]{display:flex;flex-direction:column;gap:14px}.addr-card{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;background:var(--bg-surface);border:1px solid var(--border-default);border-radius:var(--radius)}.addr-card__street{color:var(--text-primary);font-weight:600}.addr-card__meta{margin-top:3px;color:var(--text-muted);font-size:13px}.account-nav form button{width:100%}.login-card__logo picture{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.login-card__logo picture img{display:block;width:100%!important;height:auto!important;-o-object-fit:contain;object-fit:contain}.login-password-step{display:flex;flex-direction:column;gap:18px}.login-password-step[hidden]{display:none}.login-terms{font-size:12px;color:var(--text-muted)}.login-terms a{text-decoration:underline}.auth-links{display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;color:var(--text-secondary)}.auth-links a:hover{color:#fff}.is-loading{opacity:.55;cursor:wait!important}button:disabled{opacity:.55;cursor:not-allowed}.checkout-success{max-width:720px;margin:70px auto;padding:48px 28px;text-align:center;background:var(--bg-surface);border:1px solid var(--border-default);border-radius:var(--radius)}.checkout-success .h1{margin:15px 0}.checkout-success__number{margin:24px 0;color:var(--text-secondary)}.checkout-success__number strong{color:var(--primary)}.empty-state--compact{padding:24px 16px}@media(max-width:1024px){.verona-nav-list{display:none}}@media(max-width:640px){.navbar__logo{flex:0 0 54px;width:54px;overflow:hidden}.navbar__logo .lazy-img-wrapper,.navbar__logo picture,.navbar__logo picture img{width:54px;height:31px;-o-object-fit:contain;object-fit:contain}.navbar__actions{gap:8px}.cart-btn{gap:7px;padding-left:12px}.cart-dd{padding:18px}.checkout-summary{position:static;order:-1}.cart-item{grid-template-columns:46px minmax(0,1fr) 22px;gap:10px}.cart-item__img{width:46px;height:46px}.catalog-empty{padding-left:16px;padding-right:16px}}
