:root{--green:#2cb473;--green-dark:#229a5e;--green-bg:#eaf7f1;--orange:#f28b20;--orange-bg:#fff3e6;--topbar:#1e1e2d;--bg:#f3f3f3;--white:#ffffff;--text:#333333;--muted:#777777;--border:#eeeeee;--shadow:0 1px 6px rgba(0,0,0,.07);--shadow-hover:0 4px 18px rgba(0,0,0,.12);--radius:6px;--transition:.18s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Rubik,system-ui,sans-serif;background:var(--bg);color:var(--text);font-size:14px;line-height:1.6}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font-family:inherit}ul,ol{list-style:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 20px;border-radius:var(--radius);font-size:13px;font-weight:500;cursor:pointer;border:1.5px solid transparent;transition:all var(--transition)}.btn-green{background:var(--green);color:#fff}.btn-green:hover{background:var(--green-dark)}.btn-orange{background:var(--orange);color:#fff}.btn-outline-green{background:transparent;border-color:var(--green);color:var(--green)}.btn-outline-green:hover{background:var(--green);color:#fff}.btn-full{width:100%}.top-bar{background:var(--topbar);color:#ffffffbf;font-size:12px;padding:8px 0}.top-bar-inner{max-width:1280px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;gap:16px}.top-bar a{color:#ffffffbf}.top-bar a:hover{color:#fff}.top-bar-left{display:flex;align-items:center;gap:6px}.top-bar-left svg{width:14px;height:14px}.top-bar-right{display:flex;align-items:center;gap:16px}.top-bar-right a{display:flex;align-items:center;gap:5px}.top-bar-right svg{width:14px;height:14px}.header{background:#fff;border-bottom:1px solid var(--border);padding:14px 0}.header-inner{max-width:1280px;margin:0 auto;padding:0 20px;display:flex;align-items:center;gap:20px}.logo{flex-shrink:0}.logo img{height:50px;width:auto}.logo-text{font-size:26px;font-weight:700;color:var(--green)}.logo-text span{color:var(--orange)}.header-search{flex:1;position:relative}.header-search form{display:flex;border:2px solid var(--green);border-radius:var(--radius);overflow:hidden}.header-search input{flex:1;padding:10px 16px;font-size:14px;border:none;outline:none;font-family:inherit}.header-search input::placeholder{color:#aaa}.header-search button{background:var(--green);color:#fff;padding:0 20px;font-size:14px;font-weight:500;border:none;cursor:pointer;transition:background var(--transition)}.header-search button:hover{background:var(--green-dark)}.header-icons{display:flex;align-items:center;gap:6px;margin-left:12px;flex-shrink:0}.hicon{display:flex;flex-direction:column;align-items:center;gap:3px;padding:8px 12px;border-radius:var(--radius);transition:background var(--transition);position:relative;color:var(--text)}.hicon:hover{background:var(--bg)}.hicon svg{width:22px;height:22px}.hicon span{font-size:10px;font-weight:500;color:var(--muted)}.hicon-badge{position:absolute;top:4px;right:8px;background:var(--green);color:#fff;font-size:9px;font-weight:700;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.hamburger{display:none;flex-direction:column;gap:5px;padding:8px}.hamburger span{width:22px;height:2px;background:var(--text);display:block;border-radius:2px}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:200;opacity:0;pointer-events:none;transition:opacity var(--transition)}.overlay.open{opacity:1;pointer-events:all}.mob-nav{position:fixed;top:0;left:0;width:280px;height:100%;background:#fff;z-index:300;transform:translate(-100%);transition:transform .28s ease;overflow-y:auto}.mob-nav.open{transform:translate(0)}.mob-nav-head{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:var(--green);color:#fff}.mob-nav-head span{font-size:15px;font-weight:500}.mob-nav-head button{font-size:24px;color:#fff;line-height:1}.mob-nav-links{display:flex;flex-direction:column}.mob-nav-links a{padding:13px 20px;border-bottom:1px solid var(--border);font-size:14px;color:var(--text);transition:background var(--transition)}.mob-nav-links a:hover{background:var(--green-bg);color:var(--green)}.hero-area{max-width:1280px;margin:20px auto 0;padding:0 20px;display:flex;gap:16px;align-items:flex-start}.cat-sidebar{width:240px;flex-shrink:0;background:#fff;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.cat-sidebar-head{background:var(--green);color:#fff;padding:13px 16px;font-size:13px;font-weight:600;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.cat-sidebar-head svg{width:16px;height:16px}.cat-sidebar ul{display:flex;flex-direction:column}.cat-sidebar ul li a{display:flex;align-items:center;gap:10px;padding:11px 16px;font-size:13px;color:var(--text);border-bottom:1px solid var(--border);transition:all var(--transition)}.cat-sidebar ul li a:hover{background:var(--green-bg);color:var(--green)}.cat-sidebar ul li a .cat-emoji{font-size:16px}.cat-sidebar ul li:last-child a{border-bottom:none}.hero-slider{flex:1;min-width:0;border-radius:var(--radius);overflow:hidden;position:relative;background:#fff}.hero-slide{display:none;position:relative;min-height:320px;background:linear-gradient(135deg,#e8f7f1,#d4f0e5)}.hero-slide.active{display:flex;align-items:center;justify-content:space-between;padding:40px 50px}.hero-slide-text{flex:1}.hero-slide-tag{display:inline-block;background:var(--orange);color:#fff;font-size:11px;font-weight:600;padding:4px 12px;border-radius:var(--radius);margin-bottom:12px;letter-spacing:.3px}.hero-slide-title{font-size:34px;font-weight:700;color:var(--topbar);line-height:1.2;margin-bottom:10px}.hero-slide-sub{font-size:14px;color:var(--muted);margin-bottom:20px;max-width:360px}.hero-slide-price{font-size:14px;color:var(--muted);margin-bottom:16px}.hero-slide-price strong{font-size:20px;color:var(--green);font-weight:700}.hero-slide-img{width:240px;flex-shrink:0}.hero-slide-img img{width:100%;height:220px;object-fit:contain}.hero-dots{position:absolute;bottom:14px;left:50%;transform:translate(-50%);display:flex;gap:6px}.hero-dot{width:8px;height:8px;border-radius:50%;background:#0003;cursor:pointer;transition:all var(--transition)}.hero-dot.active{background:var(--green);width:22px;border-radius:4px}.hero-arrows{position:absolute;top:50%;transform:translateY(-50%);width:100%;display:flex;justify-content:space-between;padding:0 10px;pointer-events:none}.hero-arrow{background:#ffffffe6;border:1px solid var(--border);border-radius:50%;width:34px;height:34px;display:flex;align-items:center;justify-content:center;cursor:pointer;pointer-events:all;font-size:16px;color:var(--text);transition:all var(--transition)}.hero-arrow:hover{background:var(--green);color:#fff;border-color:var(--green)}.promo-banners{max-width:1280px;margin:16px auto 0;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:16px}.promo-banner{border-radius:var(--radius);overflow:hidden;position:relative;min-height:160px;display:flex;align-items:flex-end}.promo-banner-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center}.promo-banner-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0009,#0000001a 70%)}.promo-banner-body{position:relative;z-index:1;padding:20px 22px}.promo-banner-body p{font-size:11px;color:#ffffffbf;margin-bottom:4px;letter-spacing:.3px}.promo-banner-body h3{font-size:20px;font-weight:700;color:#fff;margin-bottom:12px}.promo-banner-body a{background:var(--green);color:#fff;padding:8px 18px;border-radius:var(--radius);font-size:12px;font-weight:500;display:inline-block;transition:background var(--transition)}.promo-banner-body a:hover{background:var(--green-dark)}.prod-section{max-width:1280px;margin:24px auto 0;padding:0 20px}.prod-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;padding-bottom:10px;border-bottom:2px solid var(--green)}.prod-section-head h2{font-size:18px;font-weight:700;color:var(--text)}.prod-section-head h2 span{color:var(--green)}.prod-section-head a{font-size:13px;color:var(--green);font-weight:500;border:1px solid var(--green);padding:5px 14px;border-radius:var(--radius);transition:all var(--transition)}.prod-section-head a:hover{background:var(--green);color:#fff}.prod-row{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.prod-card{background:#fff;border-radius:var(--radius);border:1px solid var(--border);overflow:hidden;transition:all var(--transition);position:relative}.prod-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-2px)}.prod-card-img{position:relative;padding:12px;background:#fff;aspect-ratio:1;overflow:hidden}.prod-card-img img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.prod-card:hover .prod-card-img img{transform:scale(1.06)}.prod-card-img-ph{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:50px;background:#f8f8f8}.prod-card-badge{position:absolute;top:8px;left:8px;font-size:10px;font-weight:700;padding:2px 8px;border-radius:3px;letter-spacing:.2px}.prod-card-badge.sale{background:var(--orange);color:#fff}.prod-card-badge.new{background:var(--green);color:#fff}.prod-card-wish{position:absolute;top:8px;right:8px;width:28px;height:28px;border-radius:50%;background:#fff;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:14px;cursor:pointer;transition:all var(--transition)}.prod-card-wish:hover{border-color:var(--orange);color:var(--orange)}.prod-card-body{padding:10px 12px 12px}.prod-card-cat{font-size:10px;color:var(--green);font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.prod-card-title{font-size:13px;font-weight:500;color:var(--text);margin-bottom:3px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.prod-card-weight{font-size:11px;color:var(--muted);margin-bottom:8px}.prod-card-footer{display:flex;align-items:center;justify-content:space-between;gap:6px}.prod-card-price{font-size:16px;font-weight:700;color:var(--green)}.prod-card-was{font-size:11px;color:#bbb;text-decoration:line-through;display:block}.prod-card-add{width:32px;height:32px;border-radius:var(--radius);background:var(--green);color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:300;flex-shrink:0;transition:background var(--transition)}.prod-card-add:hover{background:var(--green-dark)}.discount-strip{max-width:1280px;margin:20px auto 0;padding:0 20px}.discount-strip-inner{background:var(--green);border-radius:var(--radius);padding:18px 28px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.discount-strip p{font-size:13px;color:#fffc}.discount-strip strong{font-size:16px;color:#fff;display:block}.discount-code-btn{background:var(--orange);color:#fff;padding:10px 24px;border-radius:var(--radius);font-size:14px;font-weight:700;letter-spacing:.5px;cursor:pointer;transition:all var(--transition);border:none;white-space:nowrap}.discount-code-btn:hover{background:#d97a10}.trust-row{max-width:1280px;margin:20px auto 0;padding:0 20px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.trust-badge{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:18px 16px;display:flex;align-items:center;gap:14px}.trust-badge-icon{font-size:30px;flex-shrink:0}.trust-badge-title{font-size:13px;font-weight:600;color:var(--text);margin-bottom:2px}.trust-badge-text{font-size:12px;color:var(--muted)}.footer{background:var(--topbar);margin-top:32px;padding:40px 0 0}.footer-inner{max-width:1280px;margin:0 auto;padding:0 20px}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:32px;padding-bottom:32px;border-bottom:1px solid rgba(255,255,255,.08)}.footer-brand .fl{font-size:22px;font-weight:700;color:#fff;margin-bottom:12px}.footer-brand .fl span{color:var(--orange)}.footer-brand p{font-size:13px;color:#ffffff80;line-height:1.75;margin-bottom:16px}.footer-contact{display:flex;flex-direction:column;gap:7px}.footer-contact a,.footer-contact span{font-size:13px;color:#ffffff80}.footer-contact a:hover{color:#fff}.footer-col h4{font-size:13px;font-weight:600;color:#fff;margin-bottom:14px;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.1)}.footer-col ul{display:flex;flex-direction:column;gap:8px}.footer-col ul li a{font-size:13px;color:#ffffff80;transition:color var(--transition)}.footer-col ul li a:hover{color:var(--green)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding:16px 0;flex-wrap:wrap;gap:10px}.footer-copy{font-size:12px;color:#ffffff4d}.footer-pay{display:flex;gap:6px}.pay-pill{background:#ffffff0f;border-radius:3px;padding:3px 8px;font-size:10px;color:#ffffff4d}.col-hero{background:var(--green);padding:28px 20px;text-align:center}.col-hero h1{font-size:26px;font-weight:700;color:#fff}.col-hero p{font-size:13px;color:#ffffffb3;margin-top:4px}.col-body{max-width:1280px;margin:24px auto;padding:0 20px}.col-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.col-count{font-size:13px;color:var(--muted)}.col-sort{padding:8px 14px;border:1px solid var(--border);border-radius:var(--radius);font-size:13px;background:#fff}.col-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:14px}.prod-page{max-width:1280px;margin:30px auto;padding:0 20px}.prod-layout{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.gallery{position:sticky;top:80px}.gallery-main{background:#fff;border:1px solid var(--border);border-radius:var(--radius);aspect-ratio:1;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:16px;margin-bottom:10px}.gallery-main img{max-width:100%;max-height:100%;object-fit:contain}.gallery-thumbs{display:flex;gap:8px;flex-wrap:wrap}.gallery-thumb{width:68px;height:68px;border:2px solid var(--border);border-radius:var(--radius);overflow:hidden;cursor:pointer;display:flex;align-items:center;justify-content:center;background:#fff;padding:4px}.gallery-thumb.active{border-color:var(--green)}.gallery-thumb img{max-width:100%;max-height:100%;object-fit:contain}.pi-vendor{font-size:11px;color:var(--green);font-weight:600;letter-spacing:.5px;text-transform:uppercase;margin-bottom:6px}.pi-title{font-size:26px;font-weight:700;color:var(--text);line-height:1.25;margin-bottom:12px}.pi-price{font-size:28px;font-weight:700;color:var(--green);margin-bottom:6px}.pi-compare{font-size:15px;color:#bbb;text-decoration:line-through;margin-left:8px;font-weight:400}.pi-badges{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.pi-badge{background:var(--green-bg);color:var(--green);font-size:11px;padding:4px 12px;border-radius:var(--radius);font-weight:500}.pi-divider{height:1px;background:var(--border);margin:16px 0}.pi-label{font-size:12px;font-weight:600;color:var(--text);margin-bottom:8px;display:block}.var-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.var-btn{padding:7px 16px;border:1.5px solid var(--border);border-radius:var(--radius);font-size:13px;cursor:pointer;background:#fff;transition:all var(--transition)}.var-btn:hover,.var-btn.active{border-color:var(--green);background:var(--green-bg);color:var(--green)}.qty-row{display:flex;align-items:center;gap:16px;margin-bottom:16px}.qty-box{display:flex;align-items:center;border:1.5px solid var(--border);border-radius:var(--radius);overflow:hidden}.qty-box button{width:36px;height:38px;font-size:18px;font-weight:300;display:flex;align-items:center;justify-content:center;transition:background var(--transition)}.qty-box button:hover{background:var(--green-bg)}.qty-box input{width:46px;text-align:center;font-size:15px;font-weight:600;border:none;border-left:1.5px solid var(--border);border-right:1.5px solid var(--border);outline:none;height:38px}.pi-desc{font-size:14px;color:var(--muted);line-height:1.8;margin-top:4px}.cart-page{max-width:1000px;margin:36px auto;padding:0 20px}.cart-page h1{font-size:24px;font-weight:700;margin-bottom:24px}.cart-layout{display:grid;grid-template-columns:1fr 320px;gap:28px;align-items:start}.cart-item{display:flex;gap:14px;padding:16px 0;border-bottom:1px solid var(--border)}.ci-img{width:80px;height:80px;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;flex-shrink:0;background:#fff;display:flex;align-items:center;justify-content:center;padding:4px}.ci-img img{max-width:100%;max-height:100%;object-fit:contain}.ci-title{font-size:14px;font-weight:500;margin-bottom:4px}.ci-price{font-size:15px;font-weight:700;color:var(--green)}.ci-remove{font-size:11px;color:var(--muted);margin-top:7px;cursor:pointer}.ci-remove:hover{color:red}.cart-summary{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:22px}.cart-summary h3{font-size:16px;font-weight:700;margin-bottom:16px}.cs-row{display:flex;justify-content:space-between;font-size:14px;margin-bottom:9px;color:var(--muted)}.cs-total{font-size:17px;font-weight:700;color:var(--text);border-top:1px solid var(--border);padding-top:14px;margin-top:6px;display:flex;justify-content:space-between}.free-msg{background:var(--green-bg);color:var(--green);font-size:12px;padding:8px 12px;border-radius:var(--radius);margin:10px 0}.pg-wrap{max-width:780px;margin:44px auto;padding:0 20px}.pg-wrap h1{font-size:28px;font-weight:700;margin-bottom:20px}.pg-wrap h2{font-size:17px;font-weight:600;margin:22px 0 8px}.pg-wrap p{color:var(--muted);line-height:1.85;margin-bottom:12px;font-size:14px}.pg-404{text-align:center;padding:80px 20px}.pg-404 h1{font-size:80px;font-weight:700;color:var(--green)}.pg-404 h2{font-size:22px;margin:8px 0}.pg-404 p{color:var(--muted);margin-bottom:22px}.pg-search{max-width:1280px;margin:28px auto;padding:0 20px}.pg-search h1{font-size:22px;font-weight:700;margin-bottom:6px}.search-meta{font-size:13px;color:var(--muted);margin-bottom:22px}@media(max-width:1024px){.prod-row{grid-template-columns:repeat(4,1fr)}.hero-slide.active{padding:28px 32px}.hero-slide-title{font-size:26px}.footer-top{grid-template-columns:1fr 1fr}.prod-layout,.cart-layout{grid-template-columns:1fr}.trust-row{grid-template-columns:1fr 1fr}}@media(max-width:900px){.hero-area{flex-direction:column}.cat-sidebar{width:100%}.prod-row{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.header-search{display:none}.hamburger{display:flex}.hero-slide.active{flex-direction:column;text-align:center;padding:24px 20px}.hero-slide-img{width:160px;margin:0 auto}.hero-slide-title{font-size:22px}.promo-banners{grid-template-columns:1fr}.prod-row{grid-template-columns:repeat(2,1fr)}.trust-row,.footer-top{grid-template-columns:1fr}.discount-strip-inner{flex-direction:column;text-align:center}.top-bar-right{display:none}}@media(max-width:480px){.prod-row{grid-template-columns:repeat(2,1fr);gap:8px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/base.css.map */
