:root{--primary: #5B4636;--primary-light: #7A5D49;--primary-dark: #3E3024;--accent: #C4633A;--accent-light: #D9784D;--accent-dark: #A8532F;--accent-soft: #FAEDE6;--bg: #F8F6F3;--surface: #FFFFFF;--surface-alt: #F2EEE8;--text: #2D2A26;--text-muted: #8A857D;--border: #E8E2DB;--border-dark: #D5CCBF;--success: #4A8B5C;--danger: #C4483A;--star: #E8A93A;--shadow-sm: 0 1px 3px rgba(43, 38, 34, .08);--shadow-md: 0 4px 16px rgba(43, 38, 34, .1);--shadow-lg: 0 12px 40px rgba(43, 38, 34, .14);--radius: 10px;--radius-sm: 6px;--radius-lg: 16px;--header-h: 72px;--max-w: 1240px;--font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}img{max-width:100%;display:block}ul{list-style:none}input,select,textarea{font-family:inherit}.app{min-height:100vh;display:flex;flex-direction:column}.app--locked{overflow:hidden}.main-content{flex:1}.container{max-width:var(--max-w);margin:0 auto;padding:0 24px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border-radius:var(--radius-sm);font-weight:600;font-size:14px;transition:all .2s;white-space:nowrap}.btn--primary{background:var(--accent);color:#fff}.btn--primary:hover{background:var(--accent-dark)}.btn--dark{background:var(--primary);color:#fff}.btn--dark:hover{background:var(--primary-dark)}.btn--outline{border:2px solid var(--border-dark);color:var(--text);background:transparent}.btn--outline:hover{border-color:var(--accent);color:var(--accent)}.btn--ghost{color:var(--text-muted);padding:8px 16px}.btn--ghost:hover{color:var(--accent)}.btn--lg{padding:16px 32px;font-size:16px}.btn--sm{padding:8px 16px;font-size:13px}.btn--block{width:100%}.btn:disabled{opacity:.5;cursor:not-allowed}.header{position:sticky;top:0;z-index:100;background:var(--surface);border-bottom:1px solid var(--border);box-shadow:var(--shadow-sm)}.header__top{background:var(--primary-dark);color:#d4c4b0;font-size:13px;padding:6px 0}.header__top .container{display:flex;justify-content:space-between;align-items:center}.header__top a:hover{color:#fff}.header__main{height:var(--header-h);display:flex;align-items:center;gap:32px}.header__logo{display:flex;align-items:center;gap:10px;font-weight:800;font-size:22px;color:var(--primary)}.header__logo svg{width:32px;height:32px}.header__search{flex:1;max-width:520px;position:relative}.header__search input{width:100%;padding:10px 16px 10px 40px;border:1px solid var(--border-dark);border-radius:var(--radius-sm);font-size:14px;background:var(--surface-alt);transition:all .2s}.header__search input:focus{outline:none;border-color:var(--accent);background:var(--surface)}.header__search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--text-muted)}.header__actions{display:flex;align-items:center;gap:20px}.header__action{display:flex;flex-direction:column;align-items:center;gap:2px;font-size:12px;color:var(--text-muted);cursor:pointer;transition:color .2s}.header__action:hover{color:var(--accent)}.header__action svg{width:22px;height:22px}.header__action-badge{position:absolute;top:-4px;right:-4px;background:var(--accent);color:#fff;font-size:11px;font-weight:700;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 5px}.header__action-wrap{position:relative}.header__nav{border-top:1px solid var(--border);background:var(--surface)}.header__nav .container{display:flex;gap:4px;height:46px;align-items:center}.header__nav-link{padding:6px 14px;font-size:14px;font-weight:500;color:var(--text);border-radius:var(--radius-sm);transition:all .15s;display:flex;align-items:center;gap:6px}.header__nav-link:hover{background:var(--surface-alt);color:var(--accent)}.header__nav-link--active{color:var(--accent);font-weight:600}.product-icon{width:100%;aspect-ratio:1.4;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--surface-alt),var(--surface));overflow:hidden;position:relative}.product-icon svg{width:56%;height:56%;opacity:.85}.product-icon--handles{background:linear-gradient(135deg,#f5e8df,#e8d5c4)}.product-icon--handles svg{color:#8b5e3b}.product-icon--hinges{background:linear-gradient(135deg,#ebedee,#d5d8db)}.product-icon--hinges svg{color:#616161}.product-icon--slides{background:linear-gradient(135deg,#e8eef2,#d0d8df)}.product-icon--slides svg{color:#4a6b7a}.product-icon--locks{background:linear-gradient(135deg,#edeee8,#d8dbd2)}.product-icon--locks svg{color:#5a6b3a}.product-icon--brackets{background:linear-gradient(135deg,#f0ede8,#ddd7cd)}.product-icon--brackets svg{color:#7a5d49}.product-icon--fasteners{background:linear-gradient(135deg,#f2eee8,#e0d8cb)}.product-icon--fasteners svg{color:#8a7040}.product-card{background:var(--surface);border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);transition:all .25s;display:flex;flex-direction:column;position:relative}.product-card:hover{box-shadow:var(--shadow-md);border-color:var(--border-dark);transform:translateY(-2px)}.product-card__link{display:block}.product-card__img-wrap{position:relative;overflow:hidden}.product-card__badges{position:absolute;top:10px;left:10px;display:flex;flex-direction:column;gap:4px;z-index:2}.badge{font-size:11px;font-weight:700;padding:3px 8px;border-radius:4px;text-transform:uppercase;letter-spacing:.3px}.badge--hit{background:var(--accent);color:#fff}.badge--sale{background:var(--danger);color:#fff}.badge--out{background:var(--text-muted);color:#fff}.product-card__body{padding:16px;display:flex;flex-direction:column;gap:8px;flex:1}.product-card__brand{font-size:12px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px}.product-card__name{font-size:14px;font-weight:500;line-height:1.4;color:var(--text);min-height:40px}.product-card__name:hover{color:var(--accent)}.product-card__rating{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--text-muted)}.stars{color:var(--star);letter-spacing:1px;font-size:13px}.product-card__footer{margin-top:auto;display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.product-card__price{display:flex;flex-direction:column;gap:2px}.product-card__price-cur{font-size:18px;font-weight:700;color:var(--text)}.product-card__price-old{font-size:14px;color:var(--text-muted);text-decoration:line-through}.product-card__add{width:40px;height:40px;border-radius:var(--radius-sm);background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}.product-card__add:hover{background:var(--accent-dark);transform:scale(1.05)}.product-card__add svg{width:20px;height:20px}.section{padding:56px 0}.section--alt{background:var(--surface-alt)}.section__head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:32px}.section__title{font-size:28px;font-weight:700;color:var(--text)}.section__title span{color:var(--accent)}.section__subtitle{font-size:15px;color:var(--text-muted);margin-top:4px}.section__link{font-size:14px;font-weight:600;color:var(--accent);display:flex;align-items:center;gap:4px}.grid{display:grid;gap:20px}.grid--products{grid-template-columns:repeat(4,1fr)}.grid--categories{grid-template-columns:repeat(3,1fr)}.grid--features{grid-template-columns:repeat(4,1fr)}.cat-card{background:var(--surface);border-radius:var(--radius);padding:28px 24px;border:1px solid var(--border);transition:all .25s;text-align:center;cursor:pointer}.cat-card:hover{border-color:var(--accent);box-shadow:var(--shadow-md);transform:translateY(-4px)}.cat-card__icon{width:72px;height:72px;margin:0 auto 16px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--accent-soft)}.cat-card__icon svg{width:36px;height:36px;color:var(--accent)}.cat-card__name{font-size:18px;font-weight:700;color:var(--text);margin-bottom:4px}.cat-card__desc{font-size:13px;color:var(--text-muted)}.cat-card__count{font-size:12px;color:var(--accent);font-weight:600;margin-top:8px}.hero{background:linear-gradient(135deg,var(--primary-dark) 0%,var(--primary) 50%,var(--primary-light) 100%);color:#fff;border-radius:var(--radius-lg);overflow:hidden;position:relative;display:grid;grid-template-columns:1fr 1fr;min-height:380px;margin-bottom:0}.hero__content{padding:56px 48px;display:flex;flex-direction:column;justify-content:center;gap:20px}.hero__badge{font-size:13px;font-weight:600;color:var(--accent-light);text-transform:uppercase;letter-spacing:1px}.hero__title{font-size:40px;font-weight:800;line-height:1.15}.hero__text{font-size:16px;color:#d4c4b0;max-width:440px}.hero__actions{display:flex;gap:12px;margin-top:8px}.hero__visual{position:relative;display:flex;align-items:center;justify-content:center}.hero__visual svg{width:70%;max-width:320px;opacity:.9}.hero__decor{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.06}.hero__decor svg{width:100%;height:100%}.features{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding:32px 0}.feature{display:flex;align-items:center;gap:12px}.feature__icon{width:44px;height:44px;border-radius:10px;background:var(--accent-soft);display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature__icon svg{width:24px;height:24px;color:var(--accent)}.feature__text h4{font-size:14px;font-weight:600;color:var(--text)}.feature__text p{font-size:12px;color:var(--text-muted)}.filter-bar{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:24px}.filter-chips{display:flex;gap:8px;flex-wrap:wrap;flex:1}.chip{padding:8px 16px;border-radius:20px;border:1px solid var(--border-dark);font-size:13px;font-weight:500;color:var(--text);background:var(--surface);transition:all .15s;cursor:pointer}.chip:hover{border-color:var(--accent)}.chip--active{background:var(--primary);color:#fff;border-color:var(--primary)}.filter-count{font-size:14px;color:var(--text-muted);white-space:nowrap}.filter-select{padding:8px 32px 8px 14px;border:1px solid var(--border-dark);border-radius:var(--radius-sm);font-size:13px;background:var(--surface);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%238A857D' d='M6 8L0 0h12z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.breadcrumb{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-muted);padding:20px 0 0}.breadcrumb a:hover{color:var(--accent)}.breadcrumb span{color:var(--text-muted)}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:48px;padding:24px 0 56px}.product-detail__gallery{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;min-height:420px;padding:40px}.product-detail__gallery .product-icon{width:100%;max-width:400px;aspect-ratio:1.2}.product-detail__info{display:flex;flex-direction:column;gap:16px}.product-detail__brand{font-size:13px;text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted)}.product-detail__name{font-size:26px;font-weight:700;line-height:1.3}.product-detail__rating{display:flex;align-items:center;gap:8px}.product-detail__price{display:flex;align-items:baseline;gap:12px;margin-top:8px}.product-detail__price-cur{font-size:32px;font-weight:800;color:var(--text)}.product-detail__price-old{font-size:20px;color:var(--text-muted);text-decoration:line-through}.product-detail__divider{height:1px;background:var(--border);margin:4px 0}.product-detail__specs{display:flex;flex-direction:column;gap:8px}.product-detail__spec{display:flex;justify-content:space-between;font-size:14px;padding:6px 0;border-bottom:1px solid var(--surface-alt)}.product-detail__spec dt{color:var(--text-muted)}.product-detail__spec dd{font-weight:500;text-align:right}.product-detail__desc{font-size:15px;color:var(--text);line-height:1.7}.product-detail__stock{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600}.product-detail__stock--in{color:var(--success)}.product-detail__stock--out{color:var(--danger)}.product-detail__stock-dot{width:8px;height:8px;border-radius:50%}.product-detail__stock--in .product-detail__stock-dot{background:var(--success)}.product-detail__stock--out .product-detail__stock-dot{background:var(--danger)}.product-detail__buy{display:flex;gap:12px;align-items:center;margin-top:8px}.qty-input{display:flex;align-items:center;border:1px solid var(--border-dark);border-radius:var(--radius-sm);overflow:hidden}.qty-input button{width:40px;height:44px;font-size:18px;color:var(--text);display:flex;align-items:center;justify-content:center;transition:background .15s}.qty-input button:hover{background:var(--surface-alt)}.qty-input input{width:48px;height:44px;text-align:center;border:none;border-left:1px solid var(--border);border-right:1px solid var(--border);font-size:15px;font-weight:600}.qty-input input:focus{outline:none}.cart-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#2b262266;z-index:200;opacity:0;pointer-events:none;transition:opacity .3s}.cart-drawer-overlay--open{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:420px;max-width:90vw;background:var(--surface);z-index:201;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease;box-shadow:var(--shadow-lg)}.cart-drawer--open{transform:translate(0)}.cart-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--border)}.cart-drawer__title{font-size:18px;font-weight:700}.cart-drawer__close{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .15s}.cart-drawer__close:hover{background:var(--surface-alt)}.cart-drawer__close svg{width:20px;height:20px;color:var(--text-muted)}.cart-drawer__body{flex:1;overflow-y:auto;padding:16px 24px}.cart-drawer__empty{text-align:center;padding:60px 20px;color:var(--text-muted)}.cart-drawer__empty svg{width:64px;height:64px;margin:0 auto 16px;opacity:.3}.cart-item{display:flex;gap:16px;padding:16px 0;border-bottom:1px solid var(--border)}.cart-item__img{width:72px;height:72px;border-radius:var(--radius-sm);flex-shrink:0;background:var(--surface-alt);display:flex;align-items:center;justify-content:center}.cart-item__img svg{width:36px;height:36px;opacity:.6}.cart-item__info{flex:1;min-width:0}.cart-item__name{font-size:14px;font-weight:500;line-height:1.35;margin-bottom:4px}.cart-item__price{font-size:15px;font-weight:700;color:var(--text)}.cart-item__controls{display:flex;align-items:center;gap:12px;margin-top:8px}.cart-item__qty{display:flex;align-items:center;border:1px solid var(--border-dark);border-radius:var(--radius-sm)}.cart-item__qty button{width:28px;height:28px;font-size:14px;display:flex;align-items:center;justify-content:center}.cart-item__qty span{width:32px;text-align:center;font-size:13px;font-weight:600}.cart-item__remove{font-size:12px;color:var(--text-muted);transition:color .15s}.cart-item__remove:hover{color:var(--danger)}.cart-drawer__footer{padding:20px 24px;border-top:1px solid var(--border);background:var(--surface-alt)}.cart-drawer__total{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:16px}.cart-drawer__total-label{font-size:14px;color:var(--text-muted)}.cart-drawer__total-value{font-size:24px;font-weight:800}.cart-page{padding:24px 0 56px}.cart-page__layout{display:grid;grid-template-columns:1fr 340px;gap:32px;align-items:start}.cart-table{background:var(--surface);border-radius:var(--radius);border:1px solid var(--border);overflow:hidden}.cart-table__head{display:grid;grid-template-columns:1fr 120px 100px 40px;gap:16px;padding:12px 20px;background:var(--surface-alt);font-size:13px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px}.cart-table__row{display:grid;grid-template-columns:1fr 120px 100px 40px;gap:16px;padding:16px 20px;border-top:1px solid var(--border);align-items:center}.cart-table__product{display:flex;gap:14px;align-items:center}.cart-table__product-icon{width:56px;height:56px;border-radius:var(--radius-sm);background:var(--surface-alt);display:flex;align-items:center;justify-content:center;flex-shrink:0}.cart-table__product-icon svg{width:28px;height:28px;opacity:.6}.cart-table__product-info h4{font-size:14px;font-weight:500;line-height:1.4}.cart-table__product-info p{font-size:12px;color:var(--text-muted)}.cart-table__price{font-size:15px;font-weight:600}.cart-table__remove{color:var(--text-muted);transition:color .15s}.cart-table__remove:hover{color:var(--danger)}.cart-summary{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:24px;position:sticky;top:calc(var(--header-h) + 70px)}.cart-summary h3{font-size:18px;font-weight:700;margin-bottom:20px}.cart-summary__row{display:flex;justify-content:space-between;font-size:14px;padding:8px 0}.cart-summary__row--total{border-top:1px solid var(--border);margin-top:12px;padding-top:16px;font-size:20px;font-weight:800}.cart-summary__promo{display:flex;gap:8px;margin:16px 0}.cart-summary__promo input{flex:1;padding:10px 14px;border:1px solid var(--border-dark);border-radius:var(--radius-sm);font-size:14px}.auth-page{padding:48px 0;max-width:460px;margin:0 auto}.auth-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:40px;box-shadow:var(--shadow-sm)}.auth-card h1{font-size:24px;font-weight:700;margin-bottom:8px}.auth-card p{font-size:14px;color:var(--text-muted);margin-bottom:28px}.auth-tabs{display:flex;gap:4px;background:var(--surface-alt);border-radius:var(--radius-sm);padding:4px;margin-bottom:28px}.auth-tab{flex:1;padding:10px;text-align:center;font-size:14px;font-weight:600;color:var(--text-muted);border-radius:var(--radius-sm);transition:all .15s}.auth-tab--active{background:var(--surface);color:var(--text);box-shadow:var(--shadow-sm)}.form-group{margin-bottom:20px}.form-group label{display:block;font-size:13px;font-weight:600;margin-bottom:6px;color:var(--text)}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px 14px;border:1px solid var(--border-dark);border-radius:var(--radius-sm);font-size:15px;transition:all .15s;background:var(--surface)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.form-error{color:var(--danger);font-size:13px;margin-top:12px;padding:10px 14px;background:#fdf2f0;border-radius:var(--radius-sm)}.checkout-page{padding:24px 0 56px}.checkout-layout{display:grid;grid-template-columns:1fr 360px;gap:32px;align-items:start}.checkout-form{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:32px}.checkout-form h2{font-size:18px;font-weight:700;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid var(--border)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.payment-methods{display:flex;flex-direction:column;gap:10px}.payment-method{display:flex;align-items:center;gap:12px;padding:14px 16px;border:1px solid var(--border-dark);border-radius:var(--radius-sm);cursor:pointer;transition:all .15s}.payment-method:hover{border-color:var(--accent)}.payment-method--active{border-color:var(--accent);background:var(--accent-soft)}.payment-method input{width:18px;height:18px;accent-color:var(--accent)}.payment-method label{font-size:14px;font-weight:500;cursor:pointer}.payment-method svg{width:24px;height:24px;color:var(--text-muted)}.account-page{padding:24px 0 56px}.account-layout{display:grid;grid-template-columns:240px 1fr;gap:32px;align-items:start}.account-menu{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.account-menu__item{display:flex;align-items:center;gap:10px;padding:14px 20px;font-size:14px;font-weight:500;color:var(--text);border-bottom:1px solid var(--border);transition:all .15s;cursor:pointer}.account-menu__item:last-child{border-bottom:none}.account-menu__item:hover{background:var(--surface-alt);color:var(--accent)}.account-menu__item--active{background:var(--accent-soft);color:var(--accent);font-weight:600}.account-menu__item svg{width:20px;height:20px}.account-content{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:32px}.account-content h2{font-size:20px;font-weight:700;margin-bottom:24px}.order-card{border:1px solid var(--border);border-radius:var(--radius);padding:24px;margin-bottom:16px;transition:all .2s}.order-card:hover{box-shadow:var(--shadow-sm)}.order-card__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.order-card__id{font-size:16px;font-weight:700}.order-card__date{font-size:13px;color:var(--text-muted)}.order-status{padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600}.order-status--processing{background:#fff4e6;color:#b57d1a}.order-status--delivered{background:#e8f5e9;color:var(--success)}.order-status--cancelled{background:#ffebee;color:var(--danger)}.order-card__items{border-top:1px solid var(--border);padding-top:16px}.order-card__item{display:flex;justify-content:space-between;padding:6px 0;font-size:14px}.order-card__item-name{color:var(--text)}.order-card__item-qty{color:var(--text-muted)}.order-card__footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--border);padding-top:16px;margin-top:12px}.order-card__total{font-size:18px;font-weight:700}.footer{background:var(--primary-dark);color:#c4b5a3;padding:56px 0 0;margin-top:auto}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;padding-bottom:40px}.footer__brand{font-size:22px;font-weight:800;color:#fff;margin-bottom:12px;display:flex;align-items:center;gap:10px}.footer__brand svg{width:28px;height:28px}.footer__desc{font-size:14px;line-height:1.6;max-width:320px}.footer__col h4{font-size:14px;font-weight:700;color:#fff;margin-bottom:16px;text-transform:uppercase;letter-spacing:.5px}.footer__col a{display:block;font-size:14px;padding:4px 0;transition:color .15s}.footer__col a:hover{color:#fff}.footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding:20px 0;font-size:13px;display:flex;justify-content:space-between;align-items:center}.empty-state{text-align:center;padding:80px 20px}.empty-state svg{width:80px;height:80px;margin:0 auto 20px;opacity:.2}.empty-state h3{font-size:20px;font-weight:700;margin-bottom:8px}.empty-state p{font-size:14px;color:var(--text-muted);margin-bottom:24px}.header__burger{display:none;width:40px;height:40px;flex-direction:column;justify-content:center;gap:4px;padding:8px;border-radius:var(--radius-sm)}.header__burger span{display:block;height:2px;background:var(--text);border-radius:2px;transition:all .2s}.header__burger:hover{background:var(--surface-alt)}.header__mobile{display:none;background:var(--surface);border-bottom:1px solid var(--border);box-shadow:var(--shadow-md);padding:8px 0}.header__mobile-search{padding:12px 16px;position:relative}.header__mobile-search form{position:relative}.header__mobile-search input{width:100%;padding:10px 16px 10px 40px;border:1px solid var(--border-dark);border-radius:var(--radius-sm);font-size:14px;background:var(--surface-alt)}.header__mobile-search .header__search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--text-muted)}.header__mobile-link{display:block;padding:12px 16px;font-size:15px;font-weight:500;color:var(--text);border-bottom:1px solid var(--border)}.header__mobile-link:hover{background:var(--surface-alt);color:var(--accent)}.header__mobile-divider{height:1px;background:var(--border);margin:4px 0}.header__action-label{display:inline}.header__action--desktop{display:flex}@media (max-width: 1024px){.grid--products{grid-template-columns:repeat(3,1fr)}.grid--categories,.grid--features,.features{grid-template-columns:repeat(2,1fr)}.hero{grid-template-columns:1fr}.hero__visual{display:none}.checkout-layout,.cart-page__layout,.account-layout{grid-template-columns:1fr}.footer__grid{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.grid--products{grid-template-columns:repeat(2,1fr)}.header__main{gap:8px}.header__search,.header__nav,.header__action--desktop,.header__action-label{display:none}.header__burger{display:flex}.header__mobile{display:block}.product-detail{grid-template-columns:1fr;gap:24px}.product-detail__gallery{min-height:280px}.section__title{font-size:22px}.hero__title{font-size:28px}.hero__content{padding:32px 24px}.form-row{grid-template-columns:1fr}.cart-table__head{display:none}.cart-table__row{grid-template-columns:1fr auto;gap:8px}.footer__grid{grid-template-columns:1fr;gap:24px}.footer__bottom{flex-direction:column;gap:8px;text-align:center}}@media (max-width: 480px){.grid--products,.grid--categories{grid-template-columns:1fr}.container{padding:0 16px}.section{padding:32px 0}.auth-card{padding:24px}}
