@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:ital,wght@1,700&display=swap";:root{font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#21342b;background:#fcfcf9;font-synthesis:none;--green-950: #173d2d;--green-800: #23533d;--green-700: #2f6950;--green-100: #e5efe8;--green-50: #f2f7f3;--cream: #f6f0e5;--orange: #e98742;--ink: #1e3028;--muted: #6e7d75;--line: #dde5df;--white: #fff;--danger: #be3f45;--success: #278057;--shadow-sm: 0 6px 24px rgba(30, 57, 44, .07);--shadow-lg: 0 24px 70px rgba(21, 52, 39, .14);--radius-sm: 10px;--radius: 18px;--radius-lg: 30px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:#fcfcf9}body,button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}h1,h2,h3,p{margin-top:0}input,select,textarea{width:100%;border:1px solid #d5dfd8;border-radius:var(--radius-sm);background:var(--white);color:var(--ink);outline:none;padding:12px 14px;transition:border-color .2s,box-shadow .2s}input:focus,select:focus,textarea:focus{border-color:var(--green-700);box-shadow:0 0 0 3px #2f69501f}input:disabled{background:#f1f3f1;color:#718078}textarea{resize:vertical}label{display:flex;flex-direction:column;gap:7px;color:#3a4d43;font-size:.88rem;font-weight:700}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}.site-main{min-height:55vh}.section{padding-block:82px}.section--tint{background:var(--green-50)}.card,.admin-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.muted{color:var(--muted)}.text-success{color:var(--success)!important}.text-danger{color:var(--danger)!important}.button{min-height:46px;border:1px solid transparent;border-radius:12px;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:800;transition:transform .2s,background .2s,color .2s,border-color .2s}.button:hover:not(:disabled){transform:translateY(-1px)}.button svg{width:18px}.button--primary{color:var(--white);background:var(--green-700)}.button--primary:hover:not(:disabled){background:var(--green-950)}.button--outline{color:var(--green-800);background:transparent;border-color:#abc1b4}.button--outline:hover:not(:disabled){background:var(--green-50)}.button--ghost{color:var(--green-800);background:#edf4ef}.button--danger{color:var(--danger);border-color:#e7babd}.button--small{min-height:38px;padding:0 14px;font-size:.85rem;border-radius:9px}.button--icon{width:48px;padding:0}.button--full{width:100%}.icon-button{width:38px;height:38px;padding:0;border:1px solid var(--line);border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:var(--white);transition:background .2s,color .2s}.icon-button:hover:not(:disabled){background:var(--green-50);color:var(--green-700)}.icon-button svg{width:18px}.icon-button--danger{color:var(--danger)}.text-button,.text-link,.back-link{border:0;padding:0;background:none;display:inline-flex;align-items:center;gap:7px;color:var(--green-700);font-size:.88rem;font-weight:800}.text-button svg,.back-link svg{width:17px}.back-link{margin-bottom:18px}.eyebrow{display:inline-flex;align-items:center;gap:7px;color:var(--green-700);font-size:.75rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.eyebrow svg{width:16px}.eyebrow--light{color:#cce4d6}.announcement{background:var(--green-950);color:#dfece5;padding:8px 20px;text-align:center;font-size:.76rem;font-weight:600}.site-header{position:sticky;z-index:30;top:0;background:#fffffff5;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.header__inner{height:80px;display:flex;align-items:center;gap:32px}.brand{flex:none;display:inline-flex;align-items:center;gap:10px;color:var(--green-950);font-size:1.35rem;font-weight:600;line-height:1}.brand strong{color:var(--orange)}.brand small{display:block;margin-top:6px;color:#78857e;font-size:.55rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.brand__mark{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:var(--orange);color:#fff;transform:rotate(-4deg)}.brand__mark svg{width:23px}.brand--light{color:#fff}.brand--light small{color:#b8cfc2}.header-search{height:46px;flex:1;display:flex;align-items:center;border:1px solid var(--line);border-radius:13px;background:#f7f9f7;overflow:hidden}.header-search>svg{margin-left:15px;color:#718078}.header-search input{height:100%;border:0;background:transparent;box-shadow:none}.header-search button{align-self:stretch;border:0;padding:0 19px;background:var(--green-700);color:#fff;font-size:.8rem;font-weight:800}.header-actions{display:flex;align-items:center;gap:9px}.header-action{position:relative;width:42px;height:42px;display:grid;place-items:center;border-radius:12px;color:var(--green-800)}.header-action:hover{background:var(--green-50)}.header-action svg{width:21px}.header-action--cart>span{position:absolute;top:0;right:-2px;min-width:18px;height:18px;padding:0 4px;display:grid;place-items:center;border:2px solid white;border-radius:10px;background:var(--orange);color:#fff;font-size:.62rem;font-weight:800}.account-menu{position:relative}.header-account{height:46px;border:0;padding:0 8px;display:flex;align-items:center;gap:9px;background:transparent;text-align:left}.header-account>span:last-child{max-width:110px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;font-weight:800}.header-account small{display:block;color:var(--muted);font-size:.65rem;font-weight:500}.avatar{width:36px;height:36px;flex:none;display:inline-grid;place-items:center;border-radius:50%;background:var(--green-100);color:var(--green-800);font-size:.85rem;font-weight:800;text-transform:uppercase}.account-dropdown{position:absolute;top:calc(100% + 12px);right:0;width:190px;padding:8px;border:1px solid var(--line);border-radius:13px;background:#fff;box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;transform:translateY(-6px);transition:.2s}.account-menu:hover .account-dropdown,.account-menu:focus-within .account-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.account-dropdown a,.account-dropdown button{width:100%;border:0;border-radius:8px;padding:10px;display:flex;align-items:center;gap:9px;background:transparent;font-size:.82rem;font-weight:700;text-align:left}.account-dropdown a:hover,.account-dropdown button:hover{background:var(--green-50)}.mobile-menu-button{display:none;border:0;background:transparent}.main-nav{border-top:1px solid #eef1ee}.main-nav__inner{height:43px;display:flex;align-items:center;gap:34px}.main-nav a{position:relative;height:100%;display:flex;align-items:center;color:#4f6057;font-size:.8rem;font-weight:700}.main-nav a.active,.main-nav a:hover{color:var(--green-700)}.main-nav a.active:after{content:"";position:absolute;right:0;bottom:-1px;left:0;height:2px;background:var(--orange)}.site-footer{margin-top:90px;background:var(--green-950);color:#b9ccc1}.footer-grid{padding:64px 0 52px;display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:70px}.footer-grid>div{display:flex;flex-direction:column;align-items:flex-start;gap:11px}.footer-grid h3{margin-bottom:8px;color:#fff;font-size:.95rem}.footer-grid a,.footer-grid span{display:flex;align-items:center;gap:8px;font-size:.8rem}.footer-grid a:hover{color:#fff}.footer-copy{max-width:320px;margin:12px 0;font-size:.82rem;line-height:1.8}.socials{display:flex;gap:8px}.socials a{width:36px;height:36px;justify-content:center;border:1px solid #426451;border-radius:10px}.footer-bottom{padding:17px 0;border-top:1px solid #345543;font-size:.72rem}.footer-bottom .container{display:flex;justify-content:space-between}.hero{position:relative;overflow:hidden;background:var(--cream)}.hero:before{content:"";position:absolute;width:360px;height:360px;top:-180px;left:-110px;border:70px solid rgba(47,105,80,.06);border-radius:50%}.hero__inner{min-height:610px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center}.hero__content{position:relative;z-index:2;padding:70px 0}.hero h1{margin:15px 0 22px;color:var(--green-950);font-size:clamp(3rem,6vw,5.1rem);line-height:.98;letter-spacing:-.055em}.hero h1 em{color:var(--orange);font-family:Playfair Display,serif;font-weight:700}.hero__content>p{max-width:600px;color:#5e6e65;font-size:1rem;line-height:1.8}.hero__actions{margin-top:31px;display:flex;flex-wrap:wrap;gap:12px}.hero__proof{margin-top:45px;display:flex;gap:35px}.hero__proof div{padding-right:35px;border-right:1px solid #cdd6cd}.hero__proof div:last-child{border:0}.hero__proof strong{display:block;color:var(--green-950);font-size:1.25rem}.hero__proof span{color:var(--muted);font-size:.7rem}.hero__visual{position:relative;height:530px;align-self:end}.hero__blob{position:absolute;width:470px;height:470px;right:0;bottom:-20px;border-radius:48% 52%/60% 43% 57% 40%;background:#cbdccc;transform:rotate(-6deg)}.hero__pet{position:absolute;z-index:1;filter:drop-shadow(0 20px 15px rgba(23,61,45,.15));line-height:1}.hero__pet--dog{right:20px;bottom:54px;font-size:240px}.hero__pet--cat{right:235px;bottom:35px;z-index:2;font-size:180px;transform:scaleX(-1)}.hero__card{position:absolute;z-index:3;right:0;top:75px;width:190px;padding:17px;border:1px solid rgba(255,255,255,.8);border-radius:16px;background:#ffffffe0;box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero__card span{display:block;margin-bottom:5px;color:var(--orange);font-size:.68rem;font-weight:800;text-transform:uppercase}.hero__card strong{font-size:.85rem;line-height:1.5}.benefits{border-bottom:1px solid var(--line);background:#fff}.benefits__grid{min-height:110px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center}.benefit{padding:0 26px;display:flex;align-items:center;gap:14px;border-right:1px solid var(--line)}.benefit:first-child{padding-left:0}.benefit:last-child{border:0}.benefit>svg{width:25px;color:var(--green-700)}.benefit strong,.benefit span{display:block}.benefit strong{font-size:.82rem}.benefit span{margin-top:3px;color:var(--muted);font-size:.67rem}.section-heading,.page-heading{margin-bottom:30px;display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.section-heading h2,.page-heading h1{margin:7px 0 0;color:var(--green-950);font-size:clamp(1.8rem,4vw,2.5rem);letter-spacing:-.035em}.section-heading>a{display:flex;align-items:center;gap:7px;color:var(--green-700);font-size:.78rem;font-weight:800}.page-heading p{margin:8px 0 0;color:var(--muted);font-size:.85rem}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.category-card{min-height:145px;padding:24px;display:grid;grid-template-columns:62px 1fr auto;align-items:center;gap:18px;border-radius:var(--radius);overflow:hidden}.category-card>span{font-size:2.9rem}.category-card h3{margin:0 0 6px;font-size:1rem}.category-card small{color:#596b62}.category-card>svg{width:20px}.category-card--1{background:#e1eee4}.category-card--2{background:#f5e6d8}.category-card--3{background:#e4e8f3}.category-card--4{background:#eee4ef}.promo-banner{min-height:235px;margin-top:80px;padding:48px 65px;display:flex;align-items:center;justify-content:space-between;overflow:hidden;border-radius:var(--radius-lg);background:var(--green-950);color:#fff}.promo-banner h2{margin:10px 0;font-size:2.3rem}.promo-banner p{max-width:650px;margin-bottom:0;color:#bbd1c4}.promo-banner__icon{font-size:7rem}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:#fff;transition:transform .25s,box-shadow .25s}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.product-card__media{position:relative;aspect-ratio:1 / .92;overflow:hidden;background:#f4f5f1}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.product-card:hover .product-card__media img{transform:scale(1.04)}.product-card__heart{position:absolute;top:13px;right:13px;width:36px;height:36px;border:0;border-radius:50%;display:grid;place-items:center;background:#ffffffe6;color:#53665c}.product-card__heart:hover{color:var(--danger)}.product-card__badge{position:absolute;left:12px;bottom:12px;padding:5px 9px;border-radius:7px;background:var(--danger);color:#fff;font-size:.65rem;font-weight:800}.product-card__body{padding:17px}.product-card__category{display:block;margin-bottom:7px;color:var(--green-700);font-size:.66rem;font-weight:800;text-transform:uppercase}.product-card__name{min-height:43px;display:-webkit-box;overflow:hidden;color:var(--ink);font-size:.9rem;font-weight:800;line-height:1.5;-webkit-line-clamp:2;-webkit-box-orient:vertical}.rating-line{display:flex;align-items:center;gap:4px;color:#e5a53a;font-size:.7rem}.rating-line span{color:var(--muted)}.product-card .rating-line{margin-top:9px}.product-card__footer{margin-top:15px;display:flex;align-items:center;justify-content:space-between}.product-card__footer>strong{color:var(--green-950);font-size:1.02rem}.product-card__cart{width:39px;height:39px;border:0;border-radius:12px;display:grid;place-items:center;background:var(--green-700);color:#fff}.product-card__cart:hover:not(:disabled){background:var(--orange)}.page-hero{padding:68px 0 35px}.page-hero h1{margin:9px 0;color:var(--green-950);font-size:2.8rem;letter-spacing:-.04em}.page-hero p{color:var(--muted)}.catalog-search{height:58px;margin-bottom:30px;padding-left:17px;display:flex;align-items:center;gap:7px;border:1px solid var(--line);border-radius:15px;background:#fff;box-shadow:var(--shadow-sm)}.catalog-search>svg{color:var(--muted)}.catalog-search input{height:100%;border:0;box-shadow:none}.catalog-search .button{margin-right:6px}.filter-toggle{display:none}.catalog-layout{display:grid;grid-template-columns:245px 1fr;gap:32px}.filters{align-self:start;padding:22px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.filters__header{margin-bottom:24px;display:flex;justify-content:space-between;align-items:center}.filters__header h2{margin:0;display:flex;align-items:center;gap:8px;font-size:1rem}.filters__close{display:none}.filters>label,.filters>.form-row{margin-bottom:19px}.filters .form-row{gap:8px}.filters input,.filters select{padding:10px}.catalog-toolbar{margin-bottom:18px;display:flex;align-items:center;justify-content:space-between;gap:15px}.catalog-toolbar p{margin:0;color:var(--muted);font-size:.8rem}.catalog-toolbar select{width:auto;min-width:175px}.pagination{margin-top:36px;display:flex;align-items:center;justify-content:center;gap:7px}.pagination__item-wrap{display:flex;gap:7px}.pagination__page{width:38px;height:38px;border:0;border-radius:10px;background:transparent;font-weight:700}.pagination__page:hover,.pagination__page.is-active{background:var(--green-700);color:#fff}.pagination__ellipsis{padding:8px 3px;color:var(--muted)}.breadcrumbs{padding:24px 0;display:flex;align-items:center;gap:8px;color:var(--muted);font-size:.72rem}.breadcrumbs svg{width:13px}.breadcrumbs a:hover{color:var(--green-700)}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:68px}.product-detail__image{position:relative;aspect-ratio:1;overflow:hidden;border-radius:var(--radius-lg);background:#f3f4ef}.product-detail__image img{width:100%;height:100%;object-fit:cover}.product-detail__image>span{position:absolute;top:20px;left:20px;padding:7px 12px;border-radius:8px;background:var(--danger);color:#fff;font-size:.75rem;font-weight:800}.product-detail__content{padding:25px 0}.product-detail__content h1{margin:10px 0 16px;color:var(--green-950);font-size:clamp(2rem,4vw,3rem);letter-spacing:-.04em;line-height:1.15}.product-detail__meta{display:flex;flex-wrap:wrap;gap:12px;color:var(--muted);font-size:.72rem}.product-detail__meta>span{padding-right:12px;border-right:1px solid var(--line)}.product-detail__price{margin:27px 0 18px;color:var(--green-700);font-size:2rem;font-weight:800}.product-detail__description{color:#5e6f66;line-height:1.8;overflow-wrap:anywhere;white-space:pre-line}.product-facts{margin:24px 0;display:grid;grid-template-columns:130px 1fr;gap:10px;font-size:.82rem}.product-facts dt{color:var(--muted)}.product-facts dd{margin:0;font-weight:800}.purchase-row{padding:24px 0;display:flex;gap:12px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.quantity-control{height:46px;display:flex;border:1px solid var(--line);border-radius:11px;overflow:hidden;background:#fff}.quantity-control button{width:38px;border:0;display:grid;place-items:center;background:transparent}.quantity-control button:hover{background:var(--green-50)}.quantity-control button svg{width:15px}.quantity-control input{width:38px;height:100%;padding:0;border:0;border-radius:0;box-shadow:none;text-align:center}.product-assurances{margin-top:22px;display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.product-assurances>span{display:flex;gap:9px;color:var(--green-700)}.product-assurances svg{flex:none;width:19px}.product-assurances strong,.product-assurances span span{display:block}.product-assurances strong{color:var(--ink);font-size:.7rem}.product-assurances span span{color:var(--muted);font-size:.62rem}.reviews-section{padding-top:85px}.reviews-header{margin-bottom:28px;display:flex;align-items:end;justify-content:space-between}.reviews-header h2{margin:7px 0 0;font-size:2rem}.rating-summary{display:flex;align-items:baseline;gap:9px}.rating-summary>strong{font-size:2.5rem}.rating-summary>span{display:flex;align-items:center;gap:5px;color:#e5a53a;font-size:.78rem}.rating-summary svg{width:16px}.reviews-layout{display:grid;grid-template-columns:1fr 370px;gap:35px}.review-card{padding:21px 0;border-bottom:1px solid var(--line)}.review-card__top,.review-author{display:flex;align-items:center;justify-content:space-between}.review-author{gap:10px}.review-author strong,.review-author small{display:block}.review-author strong{font-size:.82rem}.review-author small{margin-top:3px;color:var(--muted);font-size:.64rem}.review-stars{display:flex;color:#e5a53a}.review-stars svg{width:16px}.verified{margin:12px 0 7px;display:flex;align-items:center;gap:5px;color:var(--success);font-size:.68rem;font-weight:800}.verified svg{width:14px}.review-card p{margin:5px 0;color:#506158;font-size:.85rem;line-height:1.7}.review-form{align-self:start;padding:25px}.review-form h3{margin-bottom:5px}.review-form>p{color:var(--muted);font-size:.75rem}.review-form label{margin:18px 0}.star-input{display:flex}.star-input button{border:0;padding:2px;background:transparent;color:#e5a53a}.star-input svg{width:25px}.related-section{padding-bottom:0}.auth-page{min-height:700px;margin-top:48px;display:grid;grid-template-columns:.82fr 1.18fr;overflow:hidden;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.auth-aside{padding:48px;display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(145deg,var(--green-950),#2b6a4c);color:#fff}.auth-aside h2{margin:18px 0;font-size:2.6rem;letter-spacing:-.04em;line-height:1.15}.auth-aside p{color:#c1d4c8;line-height:1.8}.auth-aside__secure{display:flex;align-items:center;gap:9px;color:#c6d9ce;font-size:.72rem}.auth-card{padding:70px clamp(35px,7vw,90px);display:flex;flex-direction:column;justify-content:center;background:#fff}.auth-card h1{margin:7px 0;color:var(--green-950);font-size:2.4rem}.auth-card>div>p{color:var(--muted);font-size:.85rem}.form-stack{margin-top:28px;display:flex;flex-direction:column;gap:18px}.form-row,.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.form-span-2{grid-column:span 2;display:block}.input-with-icon{position:relative;display:block}.input-with-icon>svg{position:absolute;left:13px;top:50%;width:17px;color:#7b8a82;transform:translateY(-50%)}.input-with-icon input{padding-left:41px}.input-with-icon button{position:absolute;top:0;right:0;width:45px;height:100%;border:0;background:transparent;color:var(--muted)}.input-with-icon button svg{width:17px}.form-helper{display:flex;justify-content:space-between;font-size:.78rem}.form-helper a,.auth-card__footer a{color:var(--green-700);font-weight:800}.checkbox{flex-direction:row;align-items:flex-start;font-size:.73rem;font-weight:500;line-height:1.6}.checkbox input{width:16px;margin-top:3px}.auth-card__footer{margin-top:25px;padding-top:20px;border-top:1px solid var(--line);text-align:center;font-size:.78rem}.auth-card__footer p{margin:0}.form-error{color:var(--danger);font-size:.75rem}.not-found,.payment-result{min-height:75vh;padding:80px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.not-found>span{color:#dce8df;font-size:8rem;font-weight:800;line-height:1}.not-found h1,.payment-result h1{margin:12px 0;font-size:2.2rem}.not-found p,.payment-result p{color:var(--muted)}.loader{min-height:250px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:13px;color:var(--muted);font-size:.78rem}.loader--page{min-height:70vh}.loader__spinner{width:34px;height:34px;border:3px solid var(--green-100);border-top-color:var(--green-700);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.spin{animation:spin 1s linear infinite}.empty-state{min-height:330px;padding:35px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.empty-state__icon,.empty-state>svg{width:66px;height:66px;margin-bottom:15px;display:grid;place-items:center;border-radius:50%;background:var(--green-50);color:var(--green-700)}.empty-state h2{margin:0 0 9px;font-size:1.3rem}.empty-state p{max-width:430px;margin-bottom:21px;color:var(--muted);font-size:.82rem;line-height:1.7}.checkout-shell{padding-top:55px;display:grid;grid-template-columns:1fr 360px;align-items:start;gap:38px}.cart-list{display:flex;flex-direction:column}.cart-item{padding:20px 0;display:grid;grid-template-columns:95px 1fr auto 115px 40px;align-items:center;gap:18px;border-bottom:1px solid var(--line)}.cart-item.is-unavailable{opacity:.65}.cart-item>img{width:95px;height:95px;border-radius:14px;object-fit:cover;background:#f1f3ef}.cart-item__info a{display:block;margin-bottom:7px;font-size:.9rem;font-weight:800}.cart-item__info small,.cart-item__info span{display:block;margin-top:4px;color:var(--muted);font-size:.68rem}.order-summary{position:sticky;top:145px;padding:25px}.order-summary h2{font-size:1.1rem}.order-summary dl,.order-totals dl{display:grid;grid-template-columns:1fr auto;gap:12px;color:var(--muted);font-size:.78rem}.order-summary dd,.order-totals dd{margin:0;color:var(--ink);font-weight:700}.order-summary__total{margin:22px 0;padding-top:17px;display:flex;justify-content:space-between;border-top:1px solid var(--line)}.order-summary__total strong{color:var(--green-700);font-size:1.25rem}.order-summary .text-link{margin-top:17px;display:flex;justify-content:center}.wishlist-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.wishlist-item{padding:16px}.wishlist-item>a img{width:100%;aspect-ratio:1.3;border-radius:13px;object-fit:cover;background:#f2f4f0}.wishlist-item>div{padding:15px 3px}.wishlist-item h3{min-height:43px;margin:5px 0 10px;font-size:.9rem;line-height:1.5}.wishlist-item small,.wishlist-item span{display:block;margin-top:6px;font-size:.68rem}.wishlist-item footer{display:flex;justify-content:space-between}.checkout-form{display:flex;flex-direction:column;gap:20px}.checkout-form .page-heading{margin-bottom:4px}.checkout-block{padding:25px}.checkout-block h2,.profile-block h2,.order-info h2{display:flex;align-items:center;gap:9px;font-size:1rem}.checkout-block h2 svg,.profile-block h2 svg,.order-info h2 svg{width:20px;color:var(--green-700)}.payment-options{display:grid;grid-template-columns:repeat(2,1fr);gap:13px}.payment-options label{position:relative;min-height:90px;padding:17px;display:grid;grid-template-columns:20px 30px 1fr;align-items:center;gap:10px;border:1px solid var(--line);border-radius:13px;cursor:pointer}.payment-options label.is-selected{border-color:var(--green-700);background:var(--green-50)}.payment-options input{width:17px}.payment-options label>svg{color:var(--green-700)}.payment-options strong,.payment-options small{display:block}.payment-options small{margin-top:5px;color:var(--muted);font-size:.64rem;font-weight:500}.summary-products{max-height:280px;overflow-y:auto}.summary-products>div{padding:10px 0;display:grid;grid-template-columns:45px 1fr auto;align-items:center;gap:9px;border-bottom:1px solid var(--line);font-size:.7rem}.summary-products>div>span{position:relative}.summary-products img{width:44px;height:44px;border-radius:8px;object-fit:cover}.summary-products i{position:absolute;top:-6px;right:-4px;min-width:18px;height:18px;display:grid;place-items:center;border-radius:9px;background:var(--green-800);color:#fff;font-size:.6rem;font-style:normal}.summary-products p{margin:0}.coupon-box{margin:18px 0;display:flex}.coupon-box input{border-radius:10px 0 0 10px;text-transform:uppercase}.coupon-box button{border:0;padding:0 13px;border-radius:0 10px 10px 0;background:var(--green-100);color:var(--green-800);font-size:.72rem;font-weight:800}.coupon-success{display:flex;align-items:center;gap:5px;color:var(--success);font-size:.7rem;font-weight:700}.coupon-success svg{width:16px}.checkout-terms{margin-top:12px;display:block;color:var(--muted);font-size:.62rem;line-height:1.5;text-align:center}.account-layout{padding-top:55px;display:grid;grid-template-columns:235px 1fr;align-items:start;gap:35px}.account-nav{position:sticky;top:145px;padding:18px;display:flex;flex-direction:column;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.account-nav h2{padding:5px 10px 14px;font-size:1rem}.account-nav a,.account-nav>span{padding:11px 10px;display:flex;align-items:center;gap:10px;border-radius:9px;color:#586a60;font-size:.76rem;font-weight:700}.account-nav a:hover,.account-nav a.active{background:var(--green-50);color:var(--green-700)}.account-nav svg{width:18px}.account-nav>span{margin-top:8px;padding-top:16px;border-top:1px solid var(--line);color:#8a958f;font-size:.62rem;line-height:1.5}.orders-list{display:flex;flex-direction:column;gap:16px}.order-card{border:1px solid var(--line);border-radius:var(--radius);background:#fff;overflow:hidden}.order-card>header{padding:15px 20px;display:flex;justify-content:space-between;border-bottom:1px solid var(--line);background:#fafbf9}.order-card>header div{display:flex;align-items:center;gap:8px}.order-card>header span:not(.status){display:flex;align-items:center;gap:5px;color:var(--muted);font-size:.66rem}.order-card>header svg{width:14px}.status{width:max-content;display:inline-flex;align-items:center;padding:5px 8px;border-radius:7px;background:#eef1ef;color:#5c6b64;font-size:.62rem;font-weight:800;white-space:nowrap}.status--pending,.status--pending_payment,.status--unpaid{background:#fff4da;color:#94681b}.status--confirmed,.status--processing{background:#e6effb;color:#36628f}.status--shipping{background:#e9e5fb;color:#6750a3}.status--delivered,.status--paid,.status--active{background:#e1f3e9;color:#23744c}.status--cancelled,.status--failed,.status--inactive{background:#f8e5e6;color:#a43c43}.order-card__items{padding:12px 20px}.order-card__items>div{padding:7px 0;display:flex;align-items:center;gap:11px}.order-card__items img{width:52px;height:52px;border-radius:9px;object-fit:cover}.order-card__items strong,.order-card__items small{display:block}.order-card__items strong{font-size:.76rem}.order-card__items small,.order-card__more{margin-top:4px;color:var(--muted);font-size:.64rem}.order-card>footer{padding:13px 20px;display:flex;align-items:center;justify-content:flex-end;gap:20px;border-top:1px solid var(--line);font-size:.75rem}.order-card>footer>span strong{margin-left:7px;color:var(--green-700);font-size:1rem}.profile-block{margin-bottom:20px;padding:25px}.profile-block .form-grid{margin:20px 0}.danger-zone{padding:22px 25px;display:flex;align-items:center;justify-content:space-between;border-color:#e8c6c8}.danger-zone h2{margin-bottom:5px;font-size:1rem}.danger-zone p{margin:0;color:var(--muted);font-size:.72rem}.order-detail-page{padding-top:45px}.order-detail__heading{display:flex;justify-content:space-between;align-items:flex-end}.order-detail__heading h1{margin:7px 0;font-size:2.4rem}.order-detail__heading p{color:var(--muted);font-size:.75rem}.order-detail__heading>div:last-child{display:flex;gap:8px}.order-progress{margin:35px 0;display:grid;grid-template-columns:repeat(5,1fr)}.order-progress>div{position:relative;display:flex;flex-direction:column;align-items:center;gap:7px;color:#9aa69f}.order-progress>div:before{content:"";position:absolute;z-index:-1;top:16px;right:50%;width:100%;height:2px;background:var(--line)}.order-progress>div:first-child:before{display:none}.order-progress span{width:34px;height:34px;display:grid;place-items:center;border:2px solid var(--line);border-radius:50%;background:#fff;font-size:.7rem;font-weight:800}.order-progress small{font-size:.65rem;font-weight:700}.order-progress .is-done{color:var(--success)}.order-progress .is-done:before,.order-progress .is-done span{border-color:var(--success);background:var(--success);color:#fff}.order-progress .is-done:before{background:var(--success)}.notice,.knowledge-note{margin-bottom:22px;padding:15px 18px;border:1px solid #d9e6db;border-radius:12px;background:var(--green-50);color:#3f5c4c;font-size:.78rem}.order-detail__grid{display:grid;grid-template-columns:1fr 340px;gap:22px}.order-products,.order-info{padding:22px}.order-products h2{font-size:1rem}.order-products>div{padding:13px 0;display:grid;grid-template-columns:65px 1fr auto;align-items:center;gap:13px;border-bottom:1px solid var(--line)}.order-products img{width:65px;height:65px;border-radius:10px;object-fit:cover}.order-products a,.order-products small{display:block}.order-products a{font-size:.8rem;font-weight:800}.order-products small{margin-top:5px;color:var(--muted);font-size:.63rem}.order-info{margin-bottom:16px;display:flex;flex-direction:column;gap:8px;font-size:.76rem}.order-info>span{display:flex;gap:6px;color:var(--muted)}.order-info>span svg{width:15px}.order-info p{margin:0;color:var(--muted);line-height:1.6}.order-totals{width:420px;margin:22px 0 0 auto;padding:21px}.order-totals dl{margin:0}.order-totals dt:last-of-type,.order-totals dd:last-of-type{padding-top:12px;border-top:1px solid var(--line);color:var(--ink);font-size:1rem;font-weight:800}.order-actions{margin-top:22px;display:flex;justify-content:flex-end;gap:12px}.payment-result>svg{width:80px;height:80px;margin-bottom:15px;color:var(--green-700)}.payment-result.is-failed>svg{color:var(--danger)}.payment-result>strong{margin-bottom:25px}.payment-result>div{display:flex;gap:10px}.chat-widget{position:fixed;z-index:80;right:24px;bottom:24px;display:flex;flex-direction:column;align-items:flex-end}.chat-fab{height:54px;padding:0 19px;border:0;border-radius:27px;display:flex;align-items:center;gap:8px;background:var(--green-700);color:#fff;box-shadow:0 10px 35px #173d2d47;font-size:.78rem;font-weight:800}.chat-fab svg{width:21px}.chat-panel{width:365px;height:540px;margin-bottom:12px;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:21px;background:#fff;box-shadow:var(--shadow-lg)}.chat-panel>header{padding:15px 17px;display:flex;align-items:center;justify-content:space-between;background:var(--green-950);color:#fff}.chat-panel>header>span{display:flex;align-items:center;gap:9px}.chat-panel>header strong,.chat-panel>header small{display:block}.chat-panel>header strong{font-size:.82rem}.chat-panel>header small{margin-top:3px;color:#b9cec2;font-size:.6rem}.chat-panel>header button{border:0;background:transparent;color:#fff}.chat-messages{flex:1;padding:15px;overflow-y:auto;background:#f6f8f5}.chat-message{width:fit-content;max-width:85%;margin-bottom:11px;padding:10px 12px;border-radius:13px 13px 13px 3px;background:#fff;color:#44564c;box-shadow:0 2px 7px #1f3d2d12;font-size:.74rem;line-height:1.55}.chat-message p{margin:0;white-space:pre-wrap}.chat-message>small{display:block;margin-top:7px;color:#849088;font-size:.57rem}.chat-message--user{margin-left:auto;border-radius:13px 13px 3px;background:var(--green-700);color:#fff}.chat-message.is-error{color:var(--danger)}.chat-message.has-products{width:100%;max-width:100%}.chat-commerce-action{margin-top:10px;padding:11px;border:1px solid #c7dbcf;border-radius:11px;background:var(--green-50)}.chat-commerce-action strong{display:block;margin-bottom:9px;color:var(--ink);font-size:.67rem;line-height:1.5}.chat-commerce-action button{width:100%;min-height:35px;padding:0 10px;border:0;border-radius:8px;display:flex;align-items:center;justify-content:center;gap:6px;background:var(--green-700);color:#fff;font-size:.62rem;font-weight:800}.chat-commerce-action button:disabled{cursor:wait;opacity:.65}.chat-commerce-action svg{width:14px}.chat-product{margin-top:8px;padding:9px;display:grid;grid-template-columns:70px 1fr;gap:10px;border:1px solid var(--line);border-radius:12px;background:#fbfcfa}.chat-product>img{width:70px;height:70px;border-radius:9px;object-fit:cover;background:#eef2ed}.chat-product__content{min-width:0}.chat-product__content>a{display:flex;justify-content:space-between;gap:5px;color:var(--ink);font-size:.68rem;font-weight:800}.chat-product__content>strong,.chat-product__content>small{display:block}.chat-product__content>strong{margin-top:4px;color:var(--green-700)}.chat-product__content>small{color:var(--muted);font-size:.56rem}.chat-product__quantity{width:fit-content;height:28px;margin-top:7px;display:flex;align-items:center;border:1px solid var(--line);border-radius:8px}.chat-product__quantity button{width:28px;height:100%;border:0;display:grid;place-items:center;background:transparent}.chat-product__quantity svg{width:12px}.chat-product__quantity b{min-width:25px;text-align:center;font-size:.64rem}.chat-product__actions{margin-top:7px;display:grid;grid-template-columns:1fr;gap:5px}.chat-product__actions button{min-height:30px;padding:0 8px;border:0;border-radius:8px;display:flex;align-items:center;justify-content:center;gap:5px;background:var(--green-700);color:#fff;font-size:.58rem;font-weight:800}.chat-product__actions button:first-child{background:var(--green-100);color:var(--green-800)}.chat-product__actions svg{width:13px}.chat-cart-summary{padding:9px 11px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);background:var(--green-50);font-size:.62rem}.chat-cart-summary span{display:flex;align-items:center;gap:5px}.chat-cart-summary svg{width:15px}.chat-cart-summary button{height:30px;padding:0 11px;border:0;border-radius:8px;background:var(--green-700);color:#fff;font-size:.6rem;font-weight:800}.chat-products{margin-top:7px;display:flex;flex-direction:column;gap:3px}.chat-products a{display:flex;align-items:center;gap:4px;color:var(--green-700);font-weight:800}.chat-typing{display:flex;gap:4px}.chat-typing i{width:6px;height:6px;border-radius:50%;background:#84968c;animation:blink 1s infinite alternate}.chat-typing i:nth-child(2){animation-delay:.2s}.chat-typing i:nth-child(3){animation-delay:.4s}@keyframes blink{to{opacity:.25}}.chat-panel>form{padding:10px;display:flex;border-top:1px solid var(--line)}.chat-panel>form input{border:0;box-shadow:none;font-size:.72rem}.chat-panel>form button{width:38px;height:38px;flex:none;border:0;border-radius:10px;display:grid;place-items:center;background:var(--green-700);color:#fff}.chat-panel>form svg{width:17px}.chat-disclaimer{padding:0 12px 9px;color:var(--muted);font-size:.55rem;text-align:center}.admin-shell{min-height:100vh;display:grid;grid-template-columns:245px 1fr;background:#f4f6f4;transition:grid-template-columns .25s}.admin-shell.is-collapsed{grid-template-columns:78px 1fr}.admin-sidebar{position:sticky;z-index:40;top:0;height:100vh;padding:22px 14px;display:flex;flex-direction:column;overflow:hidden;background:var(--green-950);color:#c5d6cc}.admin-brand{margin:0 8px 32px}.admin-shell.is-collapsed .admin-brand>span:last-child{display:none}.admin-nav{display:flex;flex:1;flex-direction:column;gap:5px}.admin-nav a,.admin-sidebar__footer a,.admin-sidebar__footer button{height:45px;padding:0 13px;display:flex;align-items:center;gap:13px;border:0;border-radius:10px;background:transparent;color:inherit;font-size:.76rem;font-weight:700;white-space:nowrap}.admin-nav a:hover,.admin-nav a.active,.admin-sidebar__footer a:hover,.admin-sidebar__footer button:hover{background:#2a5742;color:#fff}.admin-nav svg,.admin-sidebar__footer svg{flex:none}.admin-sidebar__footer{padding-top:14px;border-top:1px solid #345845}.admin-sidebar__footer button{width:100%}.admin-main{min-width:0}.admin-topbar{position:sticky;z-index:25;top:0;height:72px;padding:0 32px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.admin-collapse,.admin-mobile-toggle{width:38px;height:38px;border:1px solid var(--line);border-radius:9px;display:grid;place-items:center;background:#fff}.admin-collapse svg,.admin-mobile-toggle svg{width:18px;transition:transform .25s}.is-collapsed .admin-collapse svg{transform:rotate(180deg)}.admin-mobile-toggle{display:none}.admin-user{display:flex;align-items:center;gap:9px}.admin-user strong,.admin-user small{display:block;text-align:right}.admin-user strong{font-size:.75rem}.admin-user small{margin-top:3px;color:var(--muted);font-size:.6rem}.admin-content{padding:35px}.admin-page-header{margin-bottom:25px;display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.admin-page-header h1{margin:6px 0;font-size:2rem;letter-spacing:-.04em}.admin-page-header p{margin:0;color:var(--muted);font-size:.78rem}.metric-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.metric-card{padding:21px;display:flex;align-items:center;gap:15px;border:1px solid var(--line);border-radius:15px;background:#fff;box-shadow:var(--shadow-sm)}.metric-card>span{width:46px;height:46px;display:grid;place-items:center;border-radius:12px}.metric-card>span svg{width:22px}.metric-card small,.metric-card strong{display:block}.metric-card small{color:var(--muted);font-size:.66rem}.metric-card strong{margin-top:5px;font-size:1.2rem}.metric-card--green>span{background:#e1f3e9;color:#287550}.metric-card--blue>span{background:#e4effa;color:#3d6d9a}.metric-card--orange>span{background:#fff0df;color:#b76c27}.metric-card--purple>span{background:#ece7f8;color:#7257a6}.metric-card--red>span{background:#f8e5e6;color:#ad4147}.metric-card--teal>span{background:#e0f2f0;color:#247872}.dashboard-grid{margin-top:20px;display:grid;grid-template-columns:1fr 1fr;gap:20px}.admin-card{padding:22px}.admin-card__header{display:flex;align-items:center;justify-content:space-between;gap:15px}.admin-card__header h2{margin-bottom:4px;font-size:.95rem}.admin-card__header p{margin:0;color:var(--muted);font-size:.65rem}.period-select{display:flex;gap:6px}.period-select select{width:110px}.period-select input{width:80px}.month-summary{min-height:190px;display:grid;grid-template-columns:1.4fr 1fr;align-items:center;gap:15px}.month-summary div{padding:25px;border-radius:14px;background:var(--green-50)}.month-summary small,.month-summary strong{display:block}.month-summary small{color:var(--muted);font-size:.65rem}.month-summary strong{margin-top:7px;font-size:1.5rem}.rank-list{margin-top:18px}.rank-list>div{padding:10px 0;display:grid;grid-template-columns:25px 1fr auto;align-items:center;gap:10px}.rank-list>div>strong{width:24px;height:24px;display:grid;place-items:center;border-radius:7px;background:var(--cream);color:var(--orange);font-size:.68rem}.rank-list b,.rank-list small{font-size:.67rem}.rank-list i{height:4px;margin-top:6px;display:block;overflow:hidden;border-radius:4px;background:#edf0ed}.rank-list em{height:100%;display:block;background:var(--green-700)}.table-toolbar{margin-bottom:18px;display:flex;align-items:center;gap:9px}.table-toolbar>select{width:auto;min-width:190px;margin-left:auto}.admin-search{position:relative;width:min(390px,100%);display:block}.admin-search svg{position:absolute;left:12px;top:50%;width:17px;color:var(--muted);transform:translateY(-50%)}.admin-search input{padding-left:39px}.table-wrap{overflow-x:auto}.data-table{width:100%;border-collapse:collapse;text-align:left}.data-table th{padding:11px 13px;border-bottom:1px solid var(--line);color:#79867f;background:#fafbfa;font-size:.63rem;letter-spacing:.03em;text-transform:uppercase;white-space:nowrap}.data-table td{padding:13px;border-bottom:1px solid #edf0ee;font-size:.72rem;vertical-align:middle}.data-table tbody tr:hover{background:#fafcfb}.table-product,.table-user{display:flex;align-items:center;gap:10px;min-width:190px}.table-product img{width:45px;height:45px;border-radius:9px;object-fit:cover}.table-product strong,.table-product small,.table-user strong,.table-user small{display:block}.table-product strong{max-width:190px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-product small,.table-user small,.table-subtitle{margin-top:4px;color:var(--muted);font-size:.6rem}.table-actions{display:flex;gap:5px;justify-content:flex-end}.role-badge,.coupon-code{display:inline-flex;align-items:center;gap:5px;font-weight:800}.role-badge svg,.coupon-code svg{width:15px;color:var(--green-700)}.admin-form-layout{display:grid;grid-template-columns:1fr 330px;align-items:start;gap:20px}.product-form-main{display:flex;flex-direction:column;gap:20px}.admin-form-layout aside{display:flex;flex-direction:column;gap:16px}.admin-form-layout h2{font-size:1rem}.admin-form-layout aside label{margin-top:15px}.image-upload{min-height:220px;padding:10px;align-items:center;justify-content:center;border:1px dashed #aac0b3;border-radius:13px;background:var(--green-50);color:var(--muted);cursor:pointer;text-align:center}.image-upload>svg{width:35px;height:35px}.image-upload img{width:100%;height:180px;border-radius:9px;object-fit:contain}.image-upload input{display:none}.image-upload span{font-size:.65rem}.switch{margin-top:18px;flex-direction:row;align-items:center;cursor:pointer}.switch input{display:none}.switch span{position:relative;width:40px;height:22px;border-radius:11px;background:#cbd4ce}.switch span:after{content:"";position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:#fff;transition:.2s}.switch input:checked+span{background:var(--green-700)}.switch input:checked+span:after{transform:translate(18px)}.category-admin-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.category-admin-card{display:grid;grid-template-columns:45px 1fr auto;align-items:center;gap:12px}.category-admin-card>span{width:45px;height:45px;display:grid;place-items:center;border-radius:12px;background:var(--green-50);color:var(--green-700)}.category-admin-card h2{margin:0 0 4px;font-size:.88rem}.category-admin-card p{margin:0;color:var(--muted);font-size:.65rem}.category-admin-card>div:last-child{display:flex;gap:5px}.modal{position:fixed;z-index:102;top:50%;left:50%;width:min(440px,calc(100% - 32px));padding:23px;border-radius:var(--radius);background:#fff;box-shadow:var(--shadow-lg);transform:translate(-50%,-50%)}.modal--large{width:min(720px,calc(100% - 32px));max-height:calc(100vh - 40px);overflow-y:auto}.modal>header{margin-bottom:20px;display:flex;justify-content:space-between;align-items:center}.modal>header h2{margin:0;font-size:1.15rem}.modal form{display:flex;flex-direction:column;gap:15px}.modal__actions{margin-top:8px;display:flex;justify-content:flex-end;gap:8px}.modal-backdrop,.drawer-backdrop{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;border:0;background:#11271d85;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.detail-drawer{position:fixed;z-index:102;top:0;right:0;width:min(520px,100%);height:100vh;overflow-y:auto;background:#fff;box-shadow:var(--shadow-lg)}.detail-drawer>header{position:sticky;top:0;z-index:2;padding:22px;display:flex;justify-content:space-between;border-bottom:1px solid var(--line);background:#fff}.detail-drawer>header h2{margin:6px 0 0}.detail-drawer__body{padding:22px}.drawer-info{display:grid;grid-template-columns:1fr 1fr;gap:14px}.drawer-info>span{padding:12px;border-radius:10px;background:#f7f9f7}.drawer-info small,.drawer-info strong{display:block}.drawer-info small{margin-bottom:5px;color:var(--muted);font-size:.6rem}.drawer-info strong{font-size:.72rem;line-height:1.5}.detail-drawer__body h3{margin:25px 0 10px;font-size:.85rem}.drawer-products>div{padding:10px 0;display:grid;grid-template-columns:45px 1fr auto;align-items:center;gap:10px;border-bottom:1px solid var(--line)}.drawer-products img{width:45px;height:45px;border-radius:8px;object-fit:cover}.drawer-products strong,.drawer-products small{display:block;font-size:.68rem}.drawer-products small{margin-top:4px;color:var(--muted)}.drawer-products b{font-size:.7rem}.drawer-total{padding:18px 0;display:flex;justify-content:space-between}.drawer-total strong{color:var(--green-700);font-size:1.15rem}.status-form{padding-top:2px}.status-form label{margin-bottom:14px}.coupon-code{padding:6px 9px;border:1px dashed var(--green-700);border-radius:7px;color:var(--green-700)}.knowledge-note{display:flex;gap:13px}.knowledge-note svg{flex:none;color:var(--green-700)}.knowledge-note p{margin:4px 0 0}.knowledge-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.knowledge-card header{display:flex;align-items:flex-start;gap:12px}.knowledge-card header>span{width:40px;height:40px;flex:none;display:grid;place-items:center;border-radius:11px;background:var(--green-50);color:var(--green-700)}.knowledge-card h2{margin-bottom:6px;font-size:.85rem;line-height:1.5}.knowledge-card p{color:var(--muted);font-size:.62rem}.knowledge-card>a{max-width:100%;margin:20px 0;display:flex;gap:5px;overflow:hidden;color:var(--green-700);font-size:.65rem;text-overflow:ellipsis;white-space:nowrap}.knowledge-card>a svg{width:14px}.knowledge-card footer{padding-top:13px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line)}.knowledge-card footer div{display:flex;gap:5px}.app-toast{font-size:.8rem!important;font-weight:700!important}@media(max-width:1024px){.header__inner{gap:15px}.header-search{max-width:410px}.hero__inner{grid-template-columns:1.1fr .9fr}.hero__visual{height:470px}.hero__blob{width:410px;height:410px}.hero__pet--dog{font-size:200px}.hero__pet--cat{right:180px;font-size:150px}.product-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{gap:35px}.product-detail{gap:40px}.reviews-layout{grid-template-columns:1fr 320px}.admin-shell{grid-template-columns:78px 1fr}.admin-sidebar .brand>span:last-child,.admin-sidebar a span,.admin-sidebar button span{display:none}.metric-grid,.category-admin-grid,.knowledge-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:780px){.container{width:min(100% - 28px,680px)}.announcement{font-size:.65rem}.header__inner{height:65px}.header-search,.header-account>span:last-child,.header-actions>.button{display:none}.brand{margin-right:auto}.mobile-menu-button{display:grid;place-items:center}.main-nav{position:absolute;top:100%;left:0;width:100%;max-height:0;overflow:hidden;background:#fff;transition:max-height .3s}.main-nav.is-open{max-height:400px;border-top:1px solid var(--line)}.main-nav__inner{width:100%;height:auto;padding:12px 20px 20px;flex-direction:column;align-items:stretch;gap:0}.main-nav a{padding:13px}.main-nav a.active:after{display:none}.hero__inner{min-height:auto;grid-template-columns:1fr}.hero__content{padding:65px 0 35px}.hero__visual{height:390px}.hero__blob{left:50%;right:auto;width:390px;height:390px;transform:translate(-50%) rotate(-6deg)}.hero__pet--dog{right:10%;font-size:180px}.hero__pet--cat{left:10%;right:auto;font-size:135px}.hero__card{right:3%;top:40px}.benefits__grid{grid-template-columns:repeat(2,1fr);padding:15px 0}.benefit{min-height:70px}.benefit:nth-child(2){border:0}.category-grid,.product-grid,.footer-grid{grid-template-columns:repeat(2,1fr)}.catalog-layout{grid-template-columns:1fr}.filter-toggle{display:inline-flex}.filters{position:fixed;z-index:102;top:0;left:0;width:min(330px,88%);height:100vh;border-radius:0;transform:translate(-105%);transition:transform .25s}.filters.is-open{transform:translate(0)}.filters__close{display:inline-flex}.product-detail{grid-template-columns:1fr;gap:20px}.product-detail__image{max-height:600px}.reviews-layout,.auth-page{grid-template-columns:1fr}.auth-aside{min-height:340px}.checkout-shell,.account-layout{grid-template-columns:1fr}.order-summary,.account-nav{position:static}.account-nav{flex-direction:row;overflow-x:auto}.account-nav h2,.account-nav>span{display:none}.account-nav a{flex:none}.order-detail__grid{grid-template-columns:1fr}.admin-sidebar{position:fixed;width:245px;transform:translate(-105%);transition:transform .25s}.admin-sidebar.is-open{transform:translate(0)}.admin-sidebar .brand>span:last-child,.admin-sidebar a span,.admin-sidebar button span{display:block}.admin-shell,.admin-shell.is-collapsed{display:block}.admin-collapse{display:none}.admin-mobile-toggle{display:grid}.admin-content{padding:25px 18px}.dashboard-grid,.admin-form-layout,.category-admin-grid,.knowledge-grid{grid-template-columns:1fr}}@media(max-width:560px){.section{padding-block:58px}.header-action{width:35px}.brand__mark{width:37px;height:37px}.brand{font-size:1.15rem}.hero h1{font-size:3.2rem}.hero__proof{gap:18px}.hero__proof div{padding-right:18px}.hero__visual{height:330px}.hero__blob{width:330px;height:330px}.hero__pet--dog{font-size:150px}.hero__pet--cat{font-size:110px}.hero__card{width:155px}.benefits__grid{grid-template-columns:1fr}.benefit,.benefit:nth-child(2){padding:12px 0;border-right:0;border-bottom:1px solid var(--line)}.category-grid,.product-grid,.wishlist-grid{grid-template-columns:1fr}.category-card{min-height:110px}.product-card{max-width:420px;width:100%;margin-inline:auto}.promo-banner{padding:35px 28px}.promo-banner h2{font-size:1.7rem}.promo-banner__icon{display:none}.footer-grid{grid-template-columns:1fr}.footer-bottom .container{flex-direction:column;gap:7px}.catalog-search .button--primary{display:none}.catalog-search{padding-right:5px}.page-hero h1{font-size:2.1rem}.product-assurances{grid-template-columns:1fr}.purchase-row{flex-wrap:wrap}.purchase-row>.button--primary{flex:1}.reviews-header{align-items:flex-start;flex-direction:column;gap:18px}.auth-page{width:100%;margin:0;border-radius:0}.auth-aside{padding:32px 25px}.auth-aside h2{font-size:2rem}.auth-card{padding:45px 24px}.form-row,.form-grid,.payment-options{grid-template-columns:1fr}.form-span-2{grid-column:span 1}.cart-item{grid-template-columns:75px 1fr 38px;gap:12px}.cart-item>img{width:75px;height:75px}.cart-item .quantity-control{grid-column:2}.cart-item>strong{grid-column:2}.cart-item>.icon-button{grid-column:3;grid-row:1}.order-card>header,.order-card>footer,.order-detail__heading,.danger-zone{align-items:flex-start;flex-direction:column}.order-card>header>div:last-child{margin-top:8px}.order-card>footer{gap:10px}.order-progress small{display:none}.order-totals{width:100%}.order-actions{flex-direction:column}.order-actions>*{width:100%}.chat-widget{right:12px;bottom:12px}.chat-panel{width:calc(100vw - 24px);height:min(560px,calc(100vh - 90px))}.chat-fab span{display:none}.chat-fab{width:52px;padding:0;justify-content:center}.admin-topbar{padding:0 17px}.admin-content{padding:22px 12px}.admin-page-header{align-items:flex-start;flex-direction:column}.metric-grid{grid-template-columns:1fr}.admin-card{padding:15px}.month-summary{grid-template-columns:1fr}.table-toolbar{align-items:stretch;flex-direction:column}.table-toolbar>select{width:100%;margin:0}.drawer-info,.modal .form-grid{grid-template-columns:1fr}}
