*,:before,:after{box-sizing:border-box;margin:0;padding:0}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}:root{--orange:#f27a1a;--orange-dark:#e06a0a;--orange-light:#fff3e8;--gray-100:#f5f5f5;--gray-200:#e8e8e8;--gray-300:#d9d9d9;--gray-400:#b0b0b0;--gray-500:#6d6d6d;--gray-600:#4a4a4a;--gray-700:#333;--white:#fff;--black:#1a1a1a;--green:#4caf50;--red:#e53935;--font:"Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font);color:var(--black);background:#f5f5f5;line-height:1.5}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--font);background:0 0;border:none}img{content-visibility:auto;max-width:100%;display:block}ul{list-style:none}input,textarea{font-family:var(--font);outline:none}#root{width:100%;min-height:100svh}.app{background:#f5f5f5;min-height:100vh}.app__main{max-width:100%}.address-bar{color:#e8f5e9;background:#2e7d32;padding:0 16px;font-size:12px}.address-bar__inner{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;max-width:1440px;height:32px;margin:0 auto;display:flex}.address-bar__item{color:#e8f5e9;white-space:nowrap;align-items:center;gap:5px;text-decoration:none;transition:color .2s;display:flex}.address-bar__item:hover{color:#fff}.address-bar__sep{color:#ffffff4d}@media (width<=600px){.address-bar__inner{justify-content:center;gap:8px}}.top-bar{color:#aaa;background:#1a1a1a;padding:0 16px;font-size:12px}.top-bar__inner{justify-content:space-between;align-items:center;gap:8px;max-width:1440px;height:36px;margin:0 auto;display:flex}.top-bar__links{align-items:center;gap:16px;display:flex}.top-bar__link{color:#aaa;white-space:nowrap;transition:color .2s}.top-bar__link:hover{color:#fff}.top-bar__sep{color:#444}.top-bar__badge{background:var(--orange);color:#fff;border-radius:10px;margin-left:3px;padding:1px 5px;font-size:10px;font-weight:700}.navbar{background:var(--orange);z-index:100;position:sticky;top:0;box-shadow:0 2px 8px #00000026}.navbar__inner{align-items:center;gap:16px;max-width:1440px;height:64px;margin:0 auto;padding:0 16px;display:flex}.navbar__logo{cursor:pointer;user-select:none;flex-shrink:0;align-items:center;gap:10px;text-decoration:none;display:flex}.navbar__logo-svg{filter:drop-shadow(0 2px 6px #0000002e);width:48px;height:48px;transition:transform .3s}.navbar__logo:hover .navbar__logo-svg{transform:translateY(-3px)scale(1.05)}.umbrella-canopy{transform-origin:24px 24px;animation:3s ease-in-out infinite umbrella-sway}@keyframes umbrella-sway{0%,to{transform:rotate(0)}25%{transform:rotate(3deg)}75%{transform:rotate(-3deg)}}.umbrella-color-anim{animation:3s ease-in-out infinite umbrella-sway,7s ease-in-out infinite umbrella-color-cycle}@keyframes umbrella-color-cycle{0%{fill:#2e7d32;stroke:#1b5e20}14%{fill:#fff;stroke:#ccc}28%{fill:#1a1a1a;stroke:#444}42%{fill:#1565c0;stroke:#0d47a1}57%{fill:#00838f;stroke:#006064}71%{fill:#78909c;stroke:#546e7a}85%{fill:#d7ccc8;stroke:#a1887f}to{fill:#2e7d32;stroke:#1b5e20}}.umbrella-stroke-anim{animation:7s ease-in-out infinite umbrella-stroke-color}@keyframes umbrella-stroke-color{0%{stroke:#2e7d32e6}14%{stroke:#c8c8c8e6}28%{stroke:#787878e6}42%{stroke:#1565c0e6}57%{stroke:#00838fe6}71%{stroke:#78909ce6}85%{stroke:#bcaaa4e6}to{stroke:#2e7d32e6}}.umbrella-rain-anim{animation:1.6s ease-in infinite rain-fall,7s ease-in-out infinite umbrella-rain-color}@keyframes umbrella-rain-color{0%{fill:#2e7d32bf}14%{fill:#c8c8c8bf}28%{fill:#787878bf}42%{fill:#1565c0bf}57%{fill:#00838fbf}71%{fill:#78909cbf}85%{fill:#bcaaa4bf}to{fill:#2e7d32bf}}.umbrella-rain-1{animation-delay:0s}.umbrella-rain-2{animation-delay:.3s}.umbrella-rain-3{animation-delay:.6s}.umbrella-rain-4{animation-delay:.9s}.umbrella-rain-5{animation-delay:1.2s}.umbrella-rain-6{animation-delay:1.5s}@keyframes rain-fall{0%{opacity:.8;transform:translateY(0)}80%{opacity:.3;transform:translateY(10px)}to{opacity:0;transform:translateY(12px)}}.umbrella-group{transform-origin:24px 24px;animation:4s ease-in-out infinite umbrella-float}@keyframes umbrella-float{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}.navbar__logo-text{flex-direction:column;gap:1px;line-height:1;display:flex}.logo-main{color:#fff;letter-spacing:4px;text-transform:uppercase;text-shadow:0 1px 6px #00000040;font-family:Georgia,Times New Roman,serif;font-size:22px;font-weight:700}.logo-sub{color:#ffffffd9;letter-spacing:8px;text-transform:uppercase;text-shadow:0 1px 4px #0003;font-family:Georgia,Times New Roman,serif;font-size:11px;font-weight:400}.navbar__search{background:#fff;border-radius:4px;flex-shrink:0;align-items:center;width:260px;height:36px;margin-left:auto;display:flex;overflow:hidden}.navbar__search input{color:var(--black);border:none;outline:none;flex:1;height:100%;padding:0 16px;font-size:14px}.navbar__search input::placeholder{color:#b0b0b0}.navbar__search-btn{cursor:pointer;background:#f27a1a;border:none;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:100%;transition:background .2s;display:flex}.navbar__search-btn:hover{background:#e06a0a}.navbar__search-icon{color:#fff;font-size:18px}.navbar__actions{align-items:center;gap:4px;display:flex}.navbar__action{color:#fff;cursor:pointer;border-radius:6px;flex-direction:column;justify-content:center;align-items:center;min-width:64px;padding:6px 10px;transition:background .2s;display:flex;position:relative}.navbar__action:hover{background:#00000026}.navbar__action-icon{margin-bottom:2px;font-size:20px}.navbar__action-label{white-space:nowrap;font-size:11px;font-weight:600}.navbar__action-badge{color:var(--orange);background:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;font-weight:700;display:flex;position:absolute;top:4px;right:6px}.category-nav{background:#fff;border-bottom:1px solid #e8e8e8;overflow:hidden}.category-nav__inner{scrollbar-width:none;align-items:center;max-width:1440px;height:44px;margin:0 auto;padding:0 16px;display:flex;overflow-x:auto}.category-nav__inner::-webkit-scrollbar{display:none}.category-nav__item{color:#333;white-space:nowrap;cursor:pointer;align-items:center;height:100%;padding:0 16px;font-size:13px;font-weight:600;transition:color .2s;display:flex;position:relative}.category-nav__item:hover{color:var(--orange)}.category-nav__item:hover:after{content:"";background:var(--orange);height:2px;position:absolute;bottom:0;left:0;right:0}.category-nav__item--sale{color:var(--red)}.category-nav__item--sale:hover{color:#c62828}@media (width<=768px){.top-bar{display:none}.navbar__inner{gap:8px;height:56px}.logo-main{letter-spacing:2px;font-size:16px}.logo-sub{letter-spacing:5px;font-size:9px}.navbar__actions{gap:0}.navbar__action{min-width:44px;padding:4px 6px}.navbar__action-label{display:none}.navbar__search{width:140px}}.hero{background:#1a1a1a;width:100%;position:relative;overflow:hidden}.hero__slides{transition:transform .5s cubic-bezier(.25,.46,.45,.94);display:flex}.hero__slide{align-items:center;min-width:100%;height:420px;display:flex;position:relative;overflow:hidden}.hero__slide-img{object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;inset:0}.hero__slide-overlay{background:linear-gradient(90deg,#000000a6 0%,#0003 50%,#0000 100%);position:absolute;inset:0}.hero__slide-content{z-index:1;max-width:600px;padding:0 80px;position:relative}.hero__slide-title{color:#fff;letter-spacing:-1px;margin-bottom:12px;font-size:40px;font-weight:900;line-height:1.1}.hero__slide-subtitle{color:#ffffffd9;margin-bottom:24px;font-size:18px}.hero__cta{background:var(--orange);color:#fff;border-radius:6px;padding:14px 32px;font-size:15px;font-weight:700;transition:background .2s,transform .2s;display:inline-block}.hero__cta:hover{background:var(--orange-dark);transform:translateY(-1px)}.hero__btn{cursor:pointer;z-index:2;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:18px;transition:background .2s,transform .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 12px #0003}.hero__btn:hover{background:#fff;transform:translateY(-50%)scale(1.05)}.hero__btn--prev{left:16px}.hero__btn--next{right:16px}.hero__dots{z-index:2;gap:6px;display:flex;position:absolute;bottom:16px;left:50%;transform:translate(-50%)}.hero__dot{cursor:pointer;background:#ffffff80;border-radius:50%;width:8px;height:8px;transition:background .2s,width .2s}.hero__dot--active{background:#fff;border-radius:4px;width:24px}@media (width<=768px){.hero__slide{height:240px}.hero__slide-title{font-size:24px}.hero__slide-subtitle{font-size:14px}.hero__slide-content{padding:0 40px}.hero__cta{padding:10px 20px;font-size:13px}}.circle-cats{background:#fff;margin-bottom:8px;padding:20px 0}.circle-cats__inner{max-width:1440px;margin:0 auto;padding:0 16px;position:relative}.circle-cats__scroll{scrollbar-width:none;scroll-behavior:smooth;gap:8px;padding:8px 0;display:flex;overflow-x:auto}.circle-cats__scroll::-webkit-scrollbar{display:none}.circle-cat{cursor:pointer;flex-direction:column;flex-shrink:0;align-items:center;gap:8px;width:88px;transition:transform .2s;display:flex}.circle-cat:hover{transform:translateY(-2px)}.circle-cat__img-wrap{border:2px solid #0000;border-radius:50%;width:72px;height:72px;transition:border-color .2s;position:relative;overflow:hidden}.circle-cat:hover .circle-cat__img-wrap{border-color:var(--orange)}.circle-cat__img-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.circle-cat:hover .circle-cat__img-wrap img{transform:scale(1.08)}.circle-cat__name{text-align:center;color:#333;font-size:11px;font-weight:600;line-height:1.3}.circle-cats__nav-btn{cursor:pointer;z-index:2;background:#fff;border:1px solid #e8e8e8;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;transition:box-shadow .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 8px #0000001f}.circle-cats__nav-btn:hover{box-shadow:0 4px 16px #0003}.circle-cats__nav-btn--prev{left:0}.circle-cats__nav-btn--next{right:0}.image-zoom-overlay{z-index:9999;backdrop-filter:blur(4px);background:#000000d9;justify-content:center;align-items:center;animation:.2s zoom-overlay-in;display:flex;position:fixed;inset:0}@keyframes zoom-overlay-in{0%{opacity:0}to{opacity:1}}.image-zoom-content{border-radius:12px;max-width:90vw;max-height:90vh;animation:.25s cubic-bezier(.34,1.56,.64,1) zoom-content-in;position:relative;overflow:hidden;box-shadow:0 24px 80px #00000080}@keyframes zoom-content-in{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}.image-zoom-img{object-fit:contain;width:auto;max-width:90vw;height:auto;max-height:88vh;display:block}.image-zoom-close{color:#fff;cursor:pointer;z-index:10000;backdrop-filter:blur(4px);background:#ffffff26;border:1.5px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:18px;transition:background .2s,transform .2s;display:flex;position:fixed;top:20px;right:20px}.image-zoom-close:hover{background:#ffffff40;transform:scale(1.1)}.product-slider{background:#fff;margin-bottom:8px;padding:20px 0 24px}.product-slider__header{justify-content:space-between;align-items:center;max-width:1440px;margin:0 auto;padding:0 16px 16px;display:flex}.product-slider__title{color:#1a1a1a;letter-spacing:-.3px;font-size:20px;font-weight:800}.product-slider__see-all{color:var(--orange);font-size:13px;font-weight:600;transition:color .2s}.product-slider__see-all:hover{color:var(--orange-dark)}.product-slider__wrap{max-width:1440px;margin:0 auto;padding:0 16px;position:relative}.product-slider__track{scrollbar-width:none;scroll-behavior:smooth;gap:12px;padding:4px 0 8px;display:flex;overflow-x:auto}.product-slider__track::-webkit-scrollbar{display:none}.product-slider__nav{cursor:pointer;z-index:2;background:#fff;border:1px solid #e8e8e8;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;transition:box-shadow .2s,transform .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 12px #00000026}.product-slider__nav:hover{transform:translateY(-50%)scale(1.05);box-shadow:0 4px 20px #0003}.product-slider__nav--prev{left:-4px}.product-slider__nav--next{right:-4px}.product-card{cursor:pointer;background:#fff;border:1px solid #f0f0f0;border-radius:8px;flex-shrink:0;width:185px;transition:box-shadow .25s,transform .25s;overflow:hidden}.product-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000001f}.product-card__img-wrap{background:#f9f9f9;width:100%;padding-top:133%;position:relative;overflow:hidden}.product-card__img-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .35s;position:absolute;inset:0}.product-card:hover .product-card__img-wrap img{transform:scale(1.06)}.product-card__badge{background:var(--orange);color:#fff;z-index:1;border-radius:3px;padding:2px 7px;font-size:10px;font-weight:700;position:absolute;top:8px;left:8px}.product-card__fav{z-index:1;opacity:0;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:14px;transition:opacity .2s;display:flex;position:absolute;top:8px;right:8px;box-shadow:0 1px 6px #00000026}.product-card:hover .product-card__fav{opacity:1}.product-card__zoom-btn{cursor:pointer;z-index:2;color:#444;opacity:0;background:#ffffffeb;border:1px solid #00000014;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;transition:opacity .2s,transform .15s,background .15s;display:flex;position:absolute;bottom:8px;right:8px;box-shadow:0 1px 6px #0000001f}.product-card:hover .product-card__zoom-btn{opacity:1}.product-card__zoom-btn:hover{background:#fff;transform:scale(1.1)}.product-card__discount-badge{background:var(--red);color:#fff;border-radius:3px;padding:3px 6px;font-size:11px;font-weight:800;position:absolute;bottom:8px;left:8px}.product-card__body{padding:10px}.product-card__brand{color:#6d6d6d;text-transform:uppercase;letter-spacing:.3px;margin-bottom:3px;font-size:11px;font-weight:700}.product-card__name{color:#333;-webkit-line-clamp:2;-webkit-box-orient:vertical;height:34px;margin-bottom:8px;font-size:12px;line-height:1.4;display:-webkit-box;overflow:hidden}.product-card__rating{align-items:center;gap:4px;margin-bottom:6px;display:flex}.product-card__stars{color:#ffb800;font-size:11px}.product-card__review-count{color:#999;font-size:10px}.product-card__price{flex-wrap:wrap;align-items:baseline;gap:6px;display:flex}.product-card__price-current{color:var(--orange);font-size:16px;font-weight:800}.product-card__price-original{color:#b0b0b0;font-size:12px;text-decoration:line-through}@media (width<=768px){.product-card{width:152px}}.banner-listing{max-width:1440px;margin:0 auto 8px;padding:0 16px}.banner-listing__grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.banner-item{cursor:pointer;aspect-ratio:4/3;border-radius:10px;transition:transform .25s,box-shadow .25s;display:block;position:relative;overflow:hidden}.banner-item:hover{transform:translateY(-3px);box-shadow:0 10px 30px #0000002e}.banner-item img{object-fit:cover;width:100%;height:100%;transition:transform .35s}.banner-item:hover img{transform:scale(1.05)}.banner-item__overlay{background:linear-gradient(#0000 30%,#000000a6 100%);flex-direction:column;justify-content:flex-end;padding:16px;display:flex;position:absolute;inset:0}.banner-item__discount{background:var(--red);color:#fff;border-radius:5px;align-items:center;width:fit-content;margin-bottom:8px;padding:4px 10px;font-size:18px;font-weight:900;display:inline-flex}.banner-item__title{color:#fff;text-shadow:0 1px 4px #0006;font-size:16px;font-weight:800;line-height:1.2}.banner-item__subtitle{color:#ffffffd9;margin-top:3px;font-size:12px}@media (width<=992px){.banner-listing__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.banner-listing__grid{grid-template-columns:1fr}}.banner-slider{max-width:1440px;margin:0 auto 8px;padding:0 16px}.banner-slider__inner{position:relative}.banner-slider__track{scrollbar-width:none;scroll-behavior:smooth;gap:12px;display:flex;overflow-x:auto}.banner-slider__track::-webkit-scrollbar{display:none}.banner-slide{cursor:pointer;aspect-ratio:16/9;border-radius:10px;flex-shrink:0;width:280px;transition:transform .25s,box-shadow .25s;position:relative;overflow:hidden}.banner-slide:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000002e}.banner-slide img{object-fit:cover;width:100%;height:100%;transition:transform .35s}.banner-slide:hover img{transform:scale(1.05)}.banner-slide__label{color:#fff;backdrop-filter:blur(2px);background:#000000a6;border-radius:4px;padding:5px 12px;font-size:13px;font-weight:700;position:absolute;bottom:10px;left:10px}.banner-slider__nav{cursor:pointer;z-index:2;background:#fff;border:1px solid #e8e8e8;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;transition:box-shadow .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 12px #00000026}.banner-slider__nav:hover{box-shadow:0 4px 20px #0003}.banner-slider__nav--prev{left:-4px}.banner-slider__nav--next{right:-4px}.section-header{justify-content:space-between;align-items:center;max-width:1440px;margin:0 auto;padding:0 16px 14px;display:flex}.section-header__title{color:#1a1a1a;letter-spacing:-.3px;font-size:20px;font-weight:800}.section-header__link{color:var(--orange);font-size:13px;font-weight:600}.section-header__link:hover{color:var(--orange-dark)}.banner-slider-section,.flash-sales{background:#fff;margin-bottom:8px;padding:20px 0 24px}.flash-sales__header{justify-content:space-between;align-items:center;gap:16px;max-width:1440px;margin:0 auto;padding:0 16px 16px;display:flex}.flash-sales__title-wrap{align-items:center;gap:12px;display:flex}.flash-sales__title{color:#1a1a1a;align-items:center;gap:8px;font-size:20px;font-weight:900;display:flex}.flash-sales__title span{font-size:22px}.flash-sales__countdown{align-items:center;gap:4px;display:flex}.flash-sales__time-block{background:var(--red);color:#fff;text-align:center;font-variant-numeric:tabular-nums;border-radius:5px;min-width:44px;padding:4px 10px;font-size:18px;font-weight:800}.flash-sales__sep{color:var(--red);font-size:20px;font-weight:900}.flash-sales__see-all{color:var(--orange);white-space:nowrap;font-size:13px;font-weight:600}.flash-sales__see-all:hover{color:var(--orange-dark)}.flash-sales__wrap{max-width:1440px;margin:0 auto;padding:0 16px;position:relative}.flash-sales__track{scrollbar-width:none;scroll-behavior:smooth;gap:12px;padding:4px 0 8px;display:flex;overflow-x:auto}.flash-sales__track::-webkit-scrollbar{display:none}.flash-sales__nav{cursor:pointer;z-index:2;background:#fff;border:1px solid #e8e8e8;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;transition:box-shadow .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 12px #00000026}.flash-sales__nav:hover{box-shadow:0 4px 20px #0003}.flash-sales__nav--prev{left:-4px}.flash-sales__nav--next{right:-4px}.flash-card{cursor:pointer;background:#fff;border:1px solid #f0f0f0;border-radius:8px;flex-shrink:0;width:185px;transition:box-shadow .25s,transform .25s;overflow:hidden}.flash-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000001f}.flash-card__img-wrap{background:#f9f9f9;padding-top:133%;position:relative;overflow:hidden}.flash-card__img-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .35s;position:absolute;inset:0}.flash-card:hover .flash-card__img-wrap img{transform:scale(1.05)}.flash-card__discount{background:var(--red);color:#fff;border-radius:4px;padding:3px 8px;font-size:12px;font-weight:800;position:absolute;top:8px;left:8px}.flash-card__body{padding:10px}.flash-card__brand{color:#6d6d6d;text-transform:uppercase;letter-spacing:.3px;margin-bottom:3px;font-size:11px;font-weight:700}.flash-card__name{color:#333;-webkit-line-clamp:2;-webkit-box-orient:vertical;height:34px;margin-bottom:8px;font-size:12px;line-height:1.4;display:-webkit-box;overflow:hidden}.flash-card__prices{align-items:baseline;gap:6px;margin-bottom:8px;display:flex}.flash-card__price{color:var(--red);font-size:16px;font-weight:800}.flash-card__original{color:#b0b0b0;font-size:12px;text-decoration:line-through}.flash-card__progress-wrap{background:#f0f0f0;border-radius:4px;height:6px;margin-bottom:4px;overflow:hidden}.flash-card__progress-bar{background:var(--red);border-radius:4px;height:100%;transition:width .3s}.flash-card__sold{color:#e53935;font-size:10px;font-weight:600}@media (width<=768px){.flash-card{width:152px}.flash-sales__time-block{padding:3px 8px;font-size:14px}}.footer{color:#ccc;background:#1a1a1a;margin-top:24px}.footer__top{grid-template-columns:1.5fr repeat(4,1fr);gap:32px;max-width:1440px;margin:0 auto;padding:48px 16px 32px;display:grid}.footer__brand{flex-direction:column;gap:16px;display:flex}.footer__logo{flex-direction:column;gap:2px;line-height:1;display:flex}.footer__logo-main{color:var(--orange);letter-spacing:4px;text-transform:uppercase;font-family:Georgia,Times New Roman,serif;font-size:24px;font-weight:700}.footer__logo-sub{color:#ffa500b3;letter-spacing:8px;text-transform:uppercase;font-family:Georgia,Times New Roman,serif;font-size:11px;font-weight:400}.footer__tagline{color:#aaa;max-width:200px;font-size:13px;line-height:1.6}.footer__apps{flex-direction:column;gap:8px;margin-top:8px;display:flex}.footer__app-btn{cursor:pointer;color:#ccc;background:#2a2a2a;border:1px solid #3a3a3a;border-radius:8px;align-items:center;gap:8px;padding:8px 14px;text-decoration:none;transition:background .2s,border-color .2s;display:flex}.footer__app-btn:hover{background:#3a3a3a;border-color:#555}.footer__app-icon{font-size:24px}.footer__app-text{flex-direction:column;display:flex}.footer__app-sub{text-transform:uppercase;letter-spacing:.5px;color:#999;font-size:9px}.footer__app-name{color:#fff;font-size:13px;font-weight:700}.footer__col-title{color:#fff;margin-bottom:16px;font-size:14px;font-weight:700}.footer__links{flex-direction:column;gap:10px;display:flex}.footer__link{color:#aaa;font-size:13px;transition:color .2s}.footer__link:hover{color:var(--orange)}.footer__divider{border:none;border-top:1px solid #2a2a2a;max-width:1440px;margin:0 auto}.footer__bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;max-width:1440px;margin:0 auto;padding:20px 16px 28px;display:flex}.footer__copyright{color:#666;font-size:12px}.footer__social{gap:10px;display:flex}.footer__social-link{background:#2a2a2a;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;transition:background .2s,transform .2s;display:flex}.footer__social-link:hover{background:var(--orange);transform:translateY(-2px)}.footer__payment{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.footer__payment-item{color:#aaa;background:#2a2a2a;border:1px solid #3a3a3a;border-radius:5px;padding:4px 10px;font-size:11px;font-weight:600}@media (width<=992px){.footer__top{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.footer__top{grid-template-columns:1fr}.footer__bottom{flex-direction:column;align-items:flex-start}}.category-page{max-width:1400px;margin:0 auto;padding:24px 16px 48px}.category-page__breadcrumb{color:#888;align-items:center;gap:8px;margin-bottom:24px;font-size:13px;display:flex}.category-page__breadcrumb a{color:#2e7d32;text-decoration:none;transition:color .2s}.category-page__breadcrumb a:hover{color:#1b5e20;text-decoration:underline}.category-page__breadcrumb-sep{color:#bbb;font-size:16px}.category-page__header{background:#f9f9f9;border:1px solid #ebebeb;border-radius:12px;align-items:center;gap:20px;margin-bottom:32px;padding:24px;display:flex}.category-page__header-img-wrap{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;display:flex;overflow:hidden}.category-page__header-img-wrap img{object-fit:cover;width:100%;height:100%}.category-page__title{color:#1a1a1a;margin:0 0 6px;font-size:26px;font-weight:700}.category-page__count{color:#666;margin:0;font-size:14px}.category-page__grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px;display:grid}.cat-product-card{color:inherit;background:#fff;border:1px solid #ebebeb;border-radius:10px;flex-direction:column;text-decoration:none;transition:box-shadow .2s,transform .2s;display:flex;overflow:hidden}.cat-product-card:hover{transform:translateY(-2px);box-shadow:0 6px 24px #0000001a}.cat-product-card__img-wrap{aspect-ratio:1;background:#f5f5f5;position:relative;overflow:hidden}.cat-product-card__img-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.cat-product-card:hover .cat-product-card__img-wrap img{transform:scale(1.05)}.cat-product-card__badge{color:#fff;background:#e53935;border-radius:4px;padding:3px 8px;font-size:11px;font-weight:700;position:absolute;top:10px;left:10px}.cat-product-card__discount{color:#fff;background:#ff6f00;border-radius:4px;padding:3px 7px;font-size:12px;font-weight:700;position:absolute;top:10px;right:10px}.cat-product-card__zoom-btn{cursor:pointer;z-index:2;color:#444;opacity:0;background:#ffffffeb;border:1px solid #00000014;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:opacity .2s,transform .15s,background .15s;display:flex;position:absolute;bottom:10px;right:10px;box-shadow:0 1px 6px #0000001f}.cat-product-card:hover .cat-product-card__zoom-btn{opacity:1}.cat-product-card__zoom-btn:hover{background:#fff;transform:scale(1.1)}.cat-product-card__body{flex-direction:column;flex:1;gap:5px;padding:14px 14px 16px;display:flex}.cat-product-card__brand{color:#888;text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:600}.cat-product-card__name{color:#1a1a1a;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:14px;font-weight:500;line-height:1.4;display:-webkit-box;overflow:hidden}.cat-product-card__rating{align-items:center;gap:6px;margin-top:2px;display:flex}.cat-product-card__stars{color:#f4a800;font-size:13px}.cat-product-card__count{color:#999;font-size:12px}.cat-product-card__price{align-items:baseline;gap:8px;margin-top:4px;display:flex}.cat-product-card__price-current{color:#e53935;font-size:16px;font-weight:700}.cat-product-card__price-original{color:#aaa;font-size:13px;text-decoration:line-through}.category-page__empty{text-align:center;color:#666;padding:64px 16px}.category-page__back-btn{color:#fff;background:#2e7d32;border-radius:8px;margin-top:16px;padding:12px 28px;font-weight:600;text-decoration:none;transition:background .2s;display:inline-block}.category-page__back-btn:hover{background:#1b5e20}@media (width<=768px){.category-page__grid{grid-template-columns:repeat(2,1fr);gap:12px}.category-page__header{padding:16px}.category-page__title{font-size:20px}}@media (width<=480px){.category-page__grid{grid-template-columns:repeat(2,1fr);gap:8px}}.product-page{max-width:1200px;margin:0 auto;padding:24px 16px 64px}.product-page--not-found{text-align:center;color:#666;padding:80px 16px}.product-page__back-btn{color:#fff;background:#2e7d32;border-radius:8px;margin-top:16px;padding:12px 28px;font-weight:600;text-decoration:none;transition:background .2s;display:inline-block}.product-page__back-btn:hover{background:#1b5e20}.product-page__breadcrumb{color:#888;text-transform:capitalize;flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:28px;font-size:13px;display:flex}.product-page__breadcrumb a{color:#2e7d32;text-decoration:none;transition:color .2s}.product-page__breadcrumb a:hover{color:#1b5e20;text-decoration:underline}.product-page__breadcrumb-sep{color:#bbb;font-size:16px}.product-page__layout{grid-template-columns:1fr 1fr;gap:48px;margin-bottom:56px;display:grid}.product-page__gallery{align-self:start;position:sticky;top:16px}.product-page__img-wrap{cursor:zoom-in;aspect-ratio:4/3;background:#f5f5f5;border-radius:14px;position:relative;overflow:hidden}.product-page__img-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.product-page__img-wrap:hover img{transform:scale(1.04)}.product-page__zoom-hint{cursor:pointer;color:#444;background:#ffffffe6;border:1px solid #0000001a;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s,transform .2s;display:flex;position:absolute;bottom:14px;right:14px;box-shadow:0 2px 8px #0000001f}.product-page__zoom-hint:hover{background:#fff;transform:scale(1.1)}.product-page__badge{color:#fff;background:#e53935;border-radius:5px;padding:4px 10px;font-size:12px;font-weight:700;position:absolute;top:14px;left:14px}.product-page__info{flex-direction:column;gap:0;display:flex}.product-page__brand{color:#888;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:12px;font-weight:700}.product-page__name{color:#1a1a1a;margin:0 0 16px;font-size:24px;font-weight:700;line-height:1.35}.product-page__rating{align-items:center;gap:8px;margin-bottom:20px;display:flex}.product-page__stars{color:#f4a800;font-size:16px}.product-page__review-count{color:#888;font-size:13px}.product-page__price-wrap{border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;flex-wrap:wrap;align-items:baseline;gap:12px;margin-bottom:28px;padding:20px 0;display:flex}.product-page__price{color:#e53935;font-size:32px;font-weight:800}.product-page__price-original{color:#aaa;font-size:18px;text-decoration:line-through}.product-page__discount-badge{color:#fff;background:#ff6f00;border-radius:5px;padding:4px 10px;font-size:13px;font-weight:700}.product-page__actions{gap:12px;margin-bottom:28px;display:flex}.product-page__btn{cursor:pointer;border:none;border-radius:10px;flex:1;padding:14px 20px;font-size:15px;font-weight:700;transition:transform .15s,box-shadow .15s}.product-page__btn:hover{transform:translateY(-1px);box-shadow:0 4px 16px #00000026}.product-page__btn--cart{color:#e53935;background:#fff;border:2px solid #e53935}.product-page__btn--buy{color:#fff;background:#e53935}.product-page__meta{flex-direction:column;gap:10px;display:flex}.product-page__meta-item{color:#555;align-items:center;gap:8px;font-size:13px;display:flex}.product-page__meta-icon{color:#2e7d32;font-size:8px}.product-page__related{border-top:1px solid #ebebeb;padding-top:40px}.product-page__related-title{color:#1a1a1a;margin:0 0 24px;font-size:20px;font-weight:700}.product-page__related-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.product-page__related-card{color:inherit;border:1px solid #ebebeb;border-radius:10px;flex-direction:column;text-decoration:none;transition:box-shadow .2s,transform .2s;display:flex;overflow:hidden}.product-page__related-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000001a}.product-page__related-img{aspect-ratio:1;background:#f5f5f5;overflow:hidden}.product-page__related-img img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.product-page__related-card:hover .product-page__related-img img{transform:scale(1.05)}.product-page__related-body{padding:12px}.product-page__related-name{color:#333;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:6px;font-size:13px;line-height:1.4;display:-webkit-box;overflow:hidden}.product-page__related-price{color:#e53935;font-size:15px;font-weight:700}@media (width<=900px){.product-page__layout{grid-template-columns:1fr;gap:24px}.product-page__gallery{position:static}.product-page__related-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.product-page__name{font-size:20px}.product-page__price{font-size:26px}.product-page__actions{flex-direction:column}}.about-page{max-width:1200px;margin:0 auto;padding:24px 16px 64px}.about-page__breadcrumb{color:#888;align-items:center;gap:8px;margin-bottom:32px;font-size:13px;display:flex}.about-page__breadcrumb a{color:#2e7d32;text-decoration:none;transition:color .2s}.about-page__breadcrumb a:hover{color:#1b5e20;text-decoration:underline}.about-page__breadcrumb-sep{color:#bbb;font-size:16px}.about-hero{color:#fff;background:linear-gradient(135deg,#1a3a2e 0%,#2e7d32 100%);border-radius:16px;grid-template-columns:1fr 340px;align-items:center;gap:48px;margin-bottom:64px;padding:48px;display:grid}.about-hero__eyebrow{letter-spacing:1.5px;text-transform:uppercase;color:#a5d6a7;margin-bottom:12px;font-size:12px;font-weight:700;display:inline-block}.about-hero__title{color:#fff;margin:0 0 20px;font-size:32px;font-weight:800;line-height:1.25}.about-hero__desc{color:#ffffffd9;margin:0 0 28px;font-size:15px;line-height:1.7}.about-hero__actions{flex-wrap:wrap;gap:12px;display:flex}.about-hero__btn{border-radius:8px;align-items:center;padding:12px 28px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.about-hero__btn--primary{color:#1b5e20;background:#fff}.about-hero__btn--primary:hover{background:#f1f8e9;transform:translateY(-1px)}.about-hero__btn--secondary{color:#fff;background:#ffffff1f;border:1px solid #ffffff4d}.about-hero__btn--secondary:hover{background:#fff3}.about-hero__stats{grid-template-columns:1fr 1fr;gap:16px;display:grid}.about-hero__stat{text-align:center;backdrop-filter:blur(4px);background:#ffffff1a;border:1px solid #ffffff26;border-radius:12px;padding:20px 16px}.about-hero__stat-value{color:#fff;margin-bottom:6px;font-size:28px;font-weight:800;line-height:1;display:block}.about-hero__stat-label{color:#ffffffbf;font-size:12px;font-weight:500}.about-section-title{color:#1a1a1a;margin:0 0 16px;font-size:26px;font-weight:700}.about-section-title--center{text-align:center}.about-section-sub{color:#666;text-align:center;max-width:640px;margin:0 auto 40px;font-size:15px;line-height:1.6}.about-story{grid-template-columns:1fr 280px;align-items:start;gap:48px;margin-bottom:64px;display:grid}.about-story__text p{color:#444;margin:0 0 16px;font-size:15px;line-height:1.8}.about-story__text p:last-child{margin-bottom:0}.about-story__highlights{background:#f9fbe7;border:1px solid #dce775;border-radius:12px;flex-direction:column;gap:14px;padding:24px;display:flex}.about-story__highlight{color:#444;border-bottom:1px solid #e6ee9c;padding-bottom:14px;font-size:13.5px;line-height:1.5}.about-story__highlight:last-child{border-bottom:none;padding-bottom:0}.about-story__highlight strong{text-transform:uppercase;letter-spacing:.5px;color:#558b2f;margin-bottom:2px;font-size:11px;font-weight:700;display:block}.about-values{margin-bottom:64px}.about-values__grid{grid-template-columns:repeat(4,1fr);gap:20px;margin-top:8px;display:grid}.about-value-card{background:#fff;border:1px solid #ebebeb;border-radius:12px;padding:28px 22px;transition:box-shadow .2s,transform .2s}.about-value-card:hover{transform:translateY(-3px);box-shadow:0 8px 28px #00000014}.about-value-card__icon{color:#2e7d32;background:#e8f5e9;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:16px;display:flex}.about-value-card__icon svg{width:22px;height:22px}.about-value-card__title{color:#1a1a1a;margin:0 0 10px;font-size:16px;font-weight:700}.about-value-card__desc{color:#666;margin:0;font-size:13.5px;line-height:1.65}.about-categories{margin-bottom:64px}.about-categories__grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.about-cat-card{color:inherit;background:#fff;border:1px solid #ebebeb;border-radius:10px;flex-direction:column;padding:22px 20px;text-decoration:none;transition:box-shadow .2s,border-color .2s;display:flex}.about-cat-card:hover{border-color:#a5d6a7;box-shadow:0 4px 20px #00000014}.about-cat-card__name{color:#1a1a1a;margin:0 0 6px;font-size:15px;font-weight:700}.about-cat-card__desc{color:#777;flex:1;margin:0 0 14px;font-size:13px;line-height:1.5}.about-cat-card__link{color:#2e7d32;font-size:13px;font-weight:600}.about-seo{background:#f9f9f9;border:1px solid #ebebeb;border-radius:12px;margin-bottom:64px;padding:36px}.about-seo .about-section-title{margin-bottom:20px}.about-seo__content p{color:#555;margin:0 0 16px;font-size:14.5px;line-height:1.8}.about-seo__content p:last-child{margin-bottom:0}.about-contact{text-align:center;background:linear-gradient(135deg,#f1f8e9 0%,#e8f5e9 100%);border:1px solid #c8e6c9;border-radius:16px;padding:48px}.about-contact__title{color:#1a1a1a;margin:0 0 12px;font-size:26px;font-weight:700}.about-contact__desc{color:#555;max-width:560px;margin:0 auto 28px;font-size:15px;line-height:1.7}.about-contact__actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.about-contact__btn{border-radius:8px;align-items:center;padding:14px 32px;font-size:15px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.about-contact__btn--primary{color:#fff;background:#2e7d32}.about-contact__btn--primary:hover{background:#1b5e20;transform:translateY(-1px)}.about-contact__btn--secondary{color:#2e7d32;background:#fff;border:1.5px solid #2e7d32}.about-contact__btn--secondary:hover{background:#f1f8e9}@media (width<=1024px){.about-values__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.about-hero{grid-template-columns:1fr;gap:32px;padding:28px 20px}.about-hero__title{font-size:24px}.about-story{grid-template-columns:1fr;gap:28px}.about-values__grid{grid-template-columns:1fr 1fr;gap:14px}.about-categories__grid{grid-template-columns:1fr 1fr}.about-seo{padding:24px 20px}.about-contact{padding:32px 20px}}@media (width<=480px){.about-values__grid,.about-categories__grid{grid-template-columns:1fr}.about-hero__stats{grid-template-columns:repeat(2,1fr)}.about-section-title{font-size:22px}}
