:root{--background:#fbf8f2;--foreground:#263238;--border:#00000014;--input:#ffffff;--primary:#7aa84b;--primary-foreground:#ffffff;--primary-hover:#6a9440;--secondary:#f3e9d8;--secondary-foreground:#4a4a3f;--muted:#f6f4f1;--muted-foreground:#8a857b;--success:#dff5d7;--success-foreground:#1b4730;--accent:#e6a95c;--accent-foreground:#44290f;--destructive:#e76a5a;--destructive-foreground:#ffffff;--warning:#ffdca8;--warning-foreground:#5a3d12;--card:#ffffff;--card-foreground:#2b2b27;--radius-sm:4px;--radius-md:6px;--radius-lg:8px;--radius-xl:12px;--font-family:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-family);background-color:var(--background);color:var(--foreground);line-height:1.5;overflow-x:hidden}img{max-width:100%;display:block}ul{list-style:none}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer}input,textarea,select{font-family:inherit}.container{max-width:1440px;margin:0 auto;padding:0 24px}@media (min-width:1024px){.container{padding:0 64px}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border-radius:var(--radius-md);font-size:15px;font-weight:500;cursor:pointer;border:none;transition:background-color .2s,color .2s,border-color .2s,transform .1s;white-space:nowrap}.btn:active{transform:scale(.98)}.btn--primary{background-color:var(--primary);color:var(--primary-foreground)}.btn--primary:hover{background-color:var(--primary-hover)}.btn--outline{background-color:transparent;border:1.5px solid var(--border);color:var(--foreground)}.btn--outline:hover{border-color:var(--primary);color:var(--primary)}.btn--ghost{background:transparent;color:var(--foreground)}.btn--ghost:hover{background:var(--muted)}.btn--large{padding:16px 32px;font-size:17px;font-weight:600}.btn--sm{padding:8px 16px;font-size:13px}.btn--full{width:100%}.btn--white{background:#fff;color:var(--primary)}.btn--white:hover{background:var(--secondary)}.badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:var(--radius-xl);font-size:12px;font-weight:600;letter-spacing:.03em;text-transform:uppercase}.badge--hit{background:var(--accent);color:var(--accent-foreground)}.badge--new{background:var(--primary);color:var(--primary-foreground)}.badge--sale{background:var(--destructive);color:var(--destructive-foreground)}.badge--muted{background:var(--secondary);color:var(--secondary-foreground)}.header{background:var(--background);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}.header-inner{display:flex;align-items:center;justify-content:space-between;height:72px}.logo{display:flex;align-items:center;gap:10px;font-size:20px;font-weight:700;color:var(--foreground);letter-spacing:-.02em}.logo svg{color:var(--primary)}.nav-links{display:none;align-items:center;gap:28px}@media (min-width:1024px){.nav-links{display:flex}}.nav-link{font-size:15px;font-weight:500;color:var(--muted-foreground);transition:color .2s}.nav-link:hover,.nav-link.active{color:var(--foreground)}.header-actions{display:flex;align-items:center;gap:16px}.search-bar{display:none;align-items:center;gap:8px;background:var(--secondary);padding:10px 16px;border-radius:var(--radius-xl);width:220px}@media (min-width:1024px){.search-bar{display:flex}}.search-bar input{background:none;border:none;outline:none;font-size:14px;color:var(--foreground);width:100%}.search-bar input::placeholder{color:var(--muted-foreground)}.action-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--radius-md);color:var(--foreground);position:relative;transition:background .2s}.action-btn:hover{background:var(--muted)}.cart-badge{position:absolute;top:2px;right:2px;background:var(--primary);color:#fff;font-size:10px;font-weight:700;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.footer{background:var(--foreground);color:rgba(255,255,255,.75);padding:64px 0 32px;margin-top:96px}.footer-grid{display:grid;grid-template-columns:1fr;gap:40px;margin-bottom:48px}@media (min-width:768px){.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1fr}}.footer-logo{display:flex;align-items:center;gap:10px;color:#fff;font-size:18px;font-weight:700}.footer-logo svg{color:var(--primary)}.footer-desc{margin-top:12px;font-size:14px;line-height:1.7}.footer-col-title{color:#fff;font-weight:600;font-size:15px;margin-bottom:16px}.footer-links{display:flex;flex-direction:column;gap:10px}.footer-links a{font-size:14px;transition:color .2s}.footer-links a:hover{color:#fff}.footer-contact{font-size:14px;line-height:1.8}.footer-contact a{color:rgba(255,255,255,.75)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:24px;display:flex;align-items:center;justify-content:space-between;font-size:13px}.section{padding:80px 0}.section-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:40px}.section-title{font-size:28px;font-weight:700;letter-spacing:-.02em}@media (min-width:1024px){.section-title{font-size:36px}}.section-link{font-size:14px;color:var(--primary);font-weight:500;white-space:nowrap}.section-link:hover{text-decoration:underline}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media (min-width:768px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.products-grid{grid-template-columns:repeat(4,1fr)}}.product-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:box-shadow .2s,transform .2s;display:flex;flex-direction:column}.product-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.08);transform:translateY(-2px)}.product-card__img-wrap{position:relative;aspect-ratio:1;overflow:hidden;background:var(--muted)}.product-card__img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.product-card:hover .product-card__img-wrap img{transform:scale(1.04)}.product-card__badges{position:absolute;top:10px;left:10px;display:flex;flex-direction:column;gap:4px}.product-card__fav{position:absolute;top:8px;right:8px;background:rgba(255,255,255,.85);border:none;border-radius:50%;width:34px;height:34px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.product-card__fav:hover{background:#fff}.product-card__fav.active svg{fill:var(--destructive);color:var(--destructive)}.product-card__body{padding:16px;display:flex;flex-direction:column;gap:8px;flex:1}.product-card__category{font-size:12px;color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.05em}.product-card__name{font-size:15px;font-weight:600;color:var(--card-foreground);line-height:1.3}.product-card__rating{display:flex;align-items:center;gap:4px;font-size:13px;color:var(--accent)}.product-card__rating span{color:var(--muted-foreground)}.product-card__price{display:flex;align-items:baseline;gap:8px;margin-top:auto}.product-card__price-current{font-size:18px;font-weight:700;color:var(--primary)}.product-card__price-old{font-size:13px;color:var(--muted-foreground);text-decoration:line-through}.product-card__footer{padding:0 16px 16px}.categories-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media (min-width:640px){.categories-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.categories-grid{grid-template-columns:repeat(4,1fr)}}.category-card{position:relative;aspect-ratio:1;border-radius:var(--radius-lg);overflow:hidden;cursor:pointer}.category-card img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.category-card:hover img{transform:scale(1.05)}.category-card__overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.6) 0%,transparent 60%);display:flex;flex-direction:column;justify-content:flex-end;padding:20px;color:#fff}.category-card__name{font-size:16px;font-weight:600}.category-card__count{font-size:13px;opacity:.8}.hero{background:linear-gradient(135deg,var(--secondary),var(--background));padding:80px 0}.hero-inner{display:grid;grid-template-columns:1fr;gap:48px;align-items:center}@media (min-width:1024px){.hero-inner{grid-template-columns:1fr 1fr}}.hero-badge{margin-bottom:8px}.hero-title{font-size:36px;font-weight:700;line-height:1.1;letter-spacing:-.02em}@media (min-width:1024px){.hero-title{font-size:56px}}.hero-subtitle{font-size:18px;color:var(--muted-foreground);line-height:1.6;margin-top:16px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:32px}.hero-img{border-radius:var(--radius-xl);aspect-ratio:4/3;overflow:hidden}.hero-img img{width:100%;height:100%;object-fit:cover}.hero-img-placeholder{width:100%;height:100%;background:var(--secondary);display:flex;align-items:center;justify-content:center;color:var(--muted-foreground)}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}@media (min-width:1024px){.features-grid{grid-template-columns:repeat(4,1fr)}}.feature-card{text-align:center;padding:32px 24px;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg)}.feature-icon{width:56px;height:56px;background:var(--secondary);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;color:var(--primary)}.feature-title{font-size:16px;font-weight:600;margin-bottom:8px}.feature-desc{font-size:14px;color:var(--muted-foreground);line-height:1.6}.cta{background:var(--primary);padding:80px 0;text-align:center;color:#fff}.cta-title{font-size:28px;font-weight:700;margin-bottom:12px}@media (min-width:1024px){.cta-title{font-size:36px}}.cta-desc{font-size:16px;opacity:.9;margin-bottom:32px}.breadcrumbs{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--muted-foreground);padding:20px 0}.breadcrumbs a{color:var(--muted-foreground)}.breadcrumbs a:hover{color:var(--foreground)}.breadcrumbs span{color:var(--foreground)}.catalog-layout{display:grid;grid-template-columns:1fr;gap:32px;align-items:start}@media (min-width:1024px){.catalog-layout{grid-template-columns:240px 1fr}}.sidebar{display:none}@media (min-width:1024px){.sidebar{display:block}}.sidebar-section{margin-bottom:32px}.sidebar-title{font-size:15px;font-weight:600;margin-bottom:12px}.sidebar-list{display:flex;flex-direction:column;gap:2px}.sidebar-item{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border-radius:var(--radius-md);font-size:14px;cursor:pointer;transition:background .15s}.sidebar-item:hover{background:var(--muted)}.sidebar-item.active{background:var(--primary);color:#fff}.sidebar-count{font-size:12px;opacity:.7}.catalog-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;gap:12px;flex-wrap:wrap}.catalog-total{font-size:14px;color:var(--muted-foreground)}.catalog-sort{padding:8px 14px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--background);font-size:14px;outline:none;cursor:pointer}.mobile-filters{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px;margin-bottom:16px}@media (min-width:1024px){.mobile-filters{display:none}}.filter-chip{padding:8px 16px;border:1px solid var(--border);border-radius:var(--radius-xl);font-size:13px;white-space:nowrap;cursor:pointer;background:var(--background);transition:background .15s,border-color .15s}.filter-chip.active{background:var(--foreground);color:var(--background);border-color:var(--foreground)}.empty-state{text-align:center;padding:80px 0;color:var(--muted-foreground)}.empty-icon{font-size:64px;margin-bottom:16px;opacity:.3}.item-layout{display:grid;grid-template-columns:1fr;gap:40px;padding:40px 0}@media (min-width:1024px){.item-layout{grid-template-columns:1fr 1fr}}.gallery{display:flex;flex-direction:column;gap:12px}.gallery-main{border-radius:var(--radius-xl);overflow:hidden;aspect-ratio:4/5;background:var(--muted)}.gallery-main img{width:100%;height:100%;object-fit:cover}.gallery-thumbs{display:flex;gap:8px}.gallery-thumb{width:72px;height:72px;border-radius:var(--radius-md);overflow:hidden;border:2px solid transparent;cursor:pointer;transition:border-color .15s;flex-shrink:0;background:var(--muted)}.gallery-thumb.active{border-color:var(--primary)}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.item-category{font-size:13px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted-foreground)}.item-name{font-size:32px;font-weight:700;letter-spacing:-.02em;margin:8px 0}@media (min-width:1024px){.item-name{font-size:42px}}.item-rating{display:flex;align-items:center;gap:6px;color:var(--accent);font-size:15px}.item-price-block{display:flex;align-items:baseline;gap:12px;margin:16px 0}.item-price{font-size:32px;font-weight:700;color:var(--primary)}.item-old-price{font-size:18px;color:var(--muted-foreground);text-decoration:line-through}.specifications{background:var(--secondary);border-radius:var(--radius-lg);padding:24px;display:flex;flex-direction:column;gap:12px}.spec-row{display:flex;align-items:center;gap:12px;font-size:15px}.spec-icon{color:var(--primary);flex-shrink:0}.spec-label{color:var(--muted-foreground)}.spec-value{font-weight:500;margin-left:auto}.qty-control{display:flex;align-items:center;gap:12px;margin:20px 0}.qty-btn{width:36px;height:36px;border-radius:50%;border:1px solid var(--border);background:var(--background);font-size:18px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s}.qty-btn:hover{background:var(--muted)}.qty-val{font-size:17px;font-weight:600;min-width:32px;text-align:center}.item-guarantees{display:flex;flex-direction:column;gap:8px;padding-top:16px;border-top:1px solid var(--border);margin-top:16px}.guarantee-row{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--muted-foreground)}.care-section{margin-top:48px}.care-title{font-size:20px;font-weight:600;margin-bottom:16px;display:flex;align-items:center;gap:8px}.care-text{font-size:16px;line-height:1.8;color:var(--foreground)}.reviews-section{margin-top:48px}.review-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px;margin-bottom:16px}.review-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.review-author{font-weight:600}.review-date{font-size:13px;color:var(--muted-foreground)}.review-stars{color:var(--accent);margin-bottom:8px}.review-text{font-size:15px;line-height:1.6;color:var(--muted-foreground)}.review-form{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:32px;margin-top:24px}.form-group{margin-bottom:16px}.form-label{display:block;font-size:14px;font-weight:500;margin-bottom:6px}.form-input{width:100%;padding:12px 16px;border:1px solid var(--border);border-radius:var(--radius-md);font-size:15px;background:var(--input);outline:none;transition:border-color .15s}.form-input:focus{border-color:var(--primary)}textarea.form-input{resize:vertical;min-height:100px}.star-rating{display:flex;gap:4px;margin-bottom:12px}.star-rating label{font-size:28px;cursor:pointer;color:var(--border);transition:color .1s}.star-rating input{display:none}.star-rating input:checked~label,.star-rating label:hover,.star-rating label:hover~label{color:var(--accent)}.bag-layout{display:grid;grid-template-columns:1fr;gap:32px;align-items:start;padding:40px 0 80px}@media (min-width:1024px){.bag-layout{grid-template-columns:1fr 380px}}.cart-item{display:grid;grid-template-columns:80px 1fr auto;gap:16px;align-items:center;padding:20px;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);margin-bottom:12px}@media (min-width:768px){.cart-item{grid-template-columns:120px 1fr auto}}.cart-item__img{width:80px;height:80px;border-radius:var(--radius-md);object-fit:cover}@media (min-width:768px){.cart-item__img{width:120px;height:120px}}.cart-item__name{font-weight:600;font-size:15px;margin-bottom:4px}.cart-item__cat{font-size:13px;color:var(--muted-foreground)}.cart-item__price{font-size:16px;font-weight:600;color:var(--primary);margin-top:8px}.cart-item__remove{font-size:13px;color:var(--destructive);cursor:pointer;margin-top:8px;display:inline-block}.order-summary{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:32px;position:sticky;top:88px}.order-summary__title{font-size:18px;font-weight:700;margin-bottom:20px}.order-summary__row{display:flex;justify-content:space-between;font-size:15px;padding:8px 0;border-bottom:1px solid var(--border)}.order-summary__total{display:flex;justify-content:space-between;font-size:18px;font-weight:700;padding-top:16px;color:var(--primary)}.order-link{display:block;text-align:center;margin-top:16px;font-size:14px;color:var(--muted-foreground)}.order-link:hover{color:var(--foreground)}.checkout-layout{display:grid;grid-template-columns:1fr;gap:24px;padding:40px 0 80px}@media (min-width:1024px){.checkout-layout{grid-template-columns:1fr 380px}}.checkout-section{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:32px;margin-bottom:24px}.checkout-section-title{font-size:16px;font-weight:700;margin-bottom:20px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.payment-options{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.payment-option{border:2px solid var(--border);border-radius:var(--radius-md);padding:16px;cursor:pointer;text-align:center;transition:border-color .15s,background .15s}.payment-option.active{border-color:var(--primary);background:var(--success)}.payment-option-icon{font-size:24px;margin-bottom:4px}.payment-option-label{font-size:13px;font-weight:500}.page-header{padding:48px 0 24px}.page-title{font-size:36px;font-weight:700;letter-spacing:-.02em}.page-subtitle{font-size:18px;color:var(--muted-foreground);margin-top:8px}.contact-layout{display:grid;grid-template-columns:1fr;gap:32px;padding-bottom:80px}@media (min-width:1024px){.contact-layout{grid-template-columns:1.5fr 1fr}}.contact-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-content:start}.contact-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px}.contact-card-icon{width:48px;height:48px;border-radius:50%;background:var(--secondary);color:var(--primary);display:flex;align-items:center;justify-content:center;margin-bottom:12px}.contact-card-title{font-size:14px;font-weight:600;margin-bottom:6px}.contact-card-text{font-size:14px;color:var(--muted-foreground);line-height:1.6}.contact-form{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:32px}.success-msg{background:var(--success);color:var(--success-foreground);padding:16px 20px;border-radius:var(--radius-md);margin-bottom:20px;font-weight:500}.delivery-cards{display:grid;grid-template-columns:1fr;gap:20px;margin-bottom:48px}@media (min-width:768px){.delivery-cards{grid-template-columns:repeat(3,1fr)}}.delivery-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:32px 24px}.delivery-icon{font-size:48px;margin-bottom:16px}.delivery-card-title{font-size:18px;font-weight:600;margin-bottom:8px}.delivery-card-text{font-size:14px;color:var(--muted-foreground);line-height:1.6}.delivery-price{font-size:16px;font-weight:700;color:var(--primary);margin-top:8px}.guarantee-block{background:var(--success);border-radius:var(--radius-xl);padding:48px;text-align:center;margin:48px 0}.guarantee-block-icon{font-size:40px;margin-bottom:16px}.guarantee-block-title{font-size:22px;font-weight:700;color:var(--success-foreground);margin-bottom:12px}.guarantee-block-text{font-size:16px;color:var(--success-foreground);opacity:.85;line-height:1.6;max-width:600px;margin:0 auto}.success-page{text-align:center;padding:120px 0}.success-page-icon{font-size:80px;margin-bottom:24px}.success-page-title{font-size:36px;font-weight:700;margin-bottom:16px}.success-page-text{font-size:18px;color:var(--muted-foreground);max-width:480px;margin:0 auto 40px;line-height:1.6}.fav-count{font-size:15px;color:var(--muted-foreground)}.empty-fav{text-align:center;padding:100px 0}.empty-fav-icon{font-size:80px;opacity:.2;margin-bottom:20px}.burger-btn{display:flex;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;background:none;border:none;cursor:pointer;padding:4px;border-radius:var(--radius-md);flex-shrink:0}.burger-btn span{display:block;height:2px;background:var(--foreground);border-radius:2px;transition:transform .25s,opacity .25s,width .25s;transform-origin:center}.burger-btn.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.burger-btn.open span:nth-child(2){opacity:0}.burger-btn.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (min-width:1024px){.burger-btn{display:none}}.mobile-menu{display:none;flex-direction:column;gap:0;background:var(--background);border-top:1px solid var(--border);padding:0;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s}.mobile-menu.open{display:flex;max-height:400px;padding:16px 0}@media (min-width:1024px){.mobile-menu{display:none !important}}body.menu-open{overflow:hidden}.mobile-nav{display:flex;flex-direction:column}.mobile-nav-link{padding:14px 24px;font-size:16px;font-weight:500;color:var(--foreground);border-bottom:1px solid var(--border);transition:background .15s}.mobile-nav-link:last-child{border-bottom:none}.mobile-nav-link:active{background:var(--muted)}.mobile-search{display:flex;align-items:center;gap:10px;margin:16px 24px 8px;padding:12px 16px;background:var(--secondary);border-radius:var(--radius-xl)}.mobile-search input{background:none;border:none;outline:none;font-size:15px;color:var(--foreground);width:100%}.mobile-search input::placeholder{color:var(--muted-foreground)}.mobile-search svg{flex-shrink:0;color:var(--muted-foreground)}.bottom-nav{display:none;position:fixed;bottom:0;left:0;right:0;background:var(--background);border-top:1px solid var(--border);padding:8px 0 env(safe-area-inset-bottom,8px);z-index:99;box-shadow:0 -4px 16px rgba(0,0,0,.06)}@media (max-width:1023px){.bottom-nav{display:flex}}.bottom-nav__items{display:flex;align-items:center;justify-content:space-around;width:100%}.bottom-nav__item{display:flex;flex-direction:column;align-items:center;gap:3px;padding:6px 12px;font-size:11px;color:var(--muted-foreground);font-weight:500;position:relative;transition:color .15s}.bottom-nav__item.active{color:var(--primary)}.bottom-nav__item svg{flex-shrink:0}@media (max-width:1023px){main{padding-bottom:64px}.footer{margin-top:48px}}@media (max-width:767px){.hero{padding:40px 0}.hero-title{font-size:28px}.hero-subtitle{font-size:15px}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%;justify-content:center}.section{padding:48px 0}.section-title{font-size:22px}.page-title{font-size:24px}.page-subtitle{font-size:15px}.page-header{padding:24px 0 16px}.products-grid{gap:12px}.product-card__body{padding:12px;gap:6px}.product-card__footer{padding:0 12px 12px}.product-card__name{font-size:13px}.product-card__price-current{font-size:15px}.form-row{grid-template-columns:1fr}.checkout-section{padding:20px}.cart-item{grid-template-columns:64px 1fr;gap:12px;padding:16px}.cart-item__img{width:64px;height:64px}.order-summary{padding:20px}.contact-cards{grid-template-columns:1fr}.contact-form{padding:20px}.guarantee-block{padding:32px 20px}.delivery-card{padding:20px}.footer{padding:40px 0 24px;margin-top:48px}.footer-bottom{flex-direction:column;gap:8px;text-align:center}.success-page{padding:60px 0}.success-page-icon{font-size:56px}.success-page-title{font-size:26px}.success-page-text{font-size:15px}.item-name{font-size:24px}.item-price{font-size:24px}.cta{padding:48px 0}.cta-title{font-size:22px}.features-grid{grid-template-columns:1fr 1fr;gap:12px}.feature-card{padding:20px 16px}.breadcrumbs{font-size:12px;flex-wrap:wrap}}@media (max-width:480px){.products-grid{grid-template-columns:1fr}.categories-grid{grid-template-columns:repeat(2,1fr)}}.divider{border:none;border-top:1px solid var(--border);margin:48px 0}.text-muted{color:var(--muted-foreground)}.text-primary{color:var(--primary)}.font-bold{font-weight:700}.mt-auto{margin-top:auto}