*,*:before,*:after{box-sizing:border-box}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0;font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.6;color:#374151;background-color:#fff}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.skip-to-content-link{position:absolute;top:-40px;left:6px;z-index:9999;padding:8px;background:#000;color:#fff;text-decoration:none;border-radius:4px}.skip-to-content-link:focus{top:6px}.page-width,.container{max-width:1200px;margin:0 auto;padding:0 1rem}.header-wrapper{border-bottom:1px solid #e5e7eb;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:sticky;top:0;z-index:50}.header{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}.header__logo-link{text-decoration:none;color:inherit}.header__logo-default{display:flex;align-items:center;gap:.5rem}.header__logo-icon{color:#16a34a;width:32px;height:32px}.header__logo-text{font-size:1.5rem;font-weight:700;color:#166534;margin:0}.header__logo-image{height:auto;max-height:50px}.header__navigation{display:none}@media (min-width: 768px){.header__navigation{display:flex}}.header__menu{display:flex;align-items:center;gap:2rem;list-style:none;margin:0;padding:0}.header__menu-item{margin:0}.header__menu-link{color:#15803d;font-weight:500;text-decoration:none;transition:color .2s ease;padding:.5rem 0}.header__menu-link:hover{color:#166534}.header__menu-link--active{color:#166534;font-weight:700;border-bottom:2px solid #16a34a;padding-bottom:calc(.5rem - 2px)}.header__actions{display:flex;align-items:center}.header__cart-link{display:flex;align-items:center;gap:.5rem;background:#16a34a;color:#fff;padding:.75rem 1.5rem;border-radius:.375rem;text-decoration:none;font-weight:500;transition:background-color .2s ease;border:none;cursor:pointer}.header__cart-link:hover{background:#15803d;color:#fff}.header__cart-icon{width:20px;height:20px}.header__cart-text{color:#fff;font-size:1rem}.header__cart-count{font-weight:400}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 2rem;border-radius:.375rem;font-weight:500;text-decoration:none;transition:all .3s ease;border:2px solid transparent;cursor:pointer;font-size:1rem;line-height:1.5}.btn-primary{background:#16a34a;color:#fff;border-color:#16a34a}.btn-primary:hover{background:#15803d;border-color:#15803d;color:#fff}.btn-secondary{background:transparent;color:#fff;border-color:#fff}.btn-secondary:hover{background:#fff;color:#166534;border-color:#fff}.btn-outline{background:transparent;color:#16a34a;border-color:#16a34a}.btn-outline:hover{background:#f0fdf4;color:#15803d}.btn-white{background:#fff;color:#15803d;border-color:#fff}.btn-white:hover{background:#f0fdf4;color:#166534}.btn-small{padding:.5rem 1rem;font-size:.875rem}.btn:disabled{opacity:.5;cursor:not-allowed}input[type=text],input[type=email],input[type=tel],input[type=number],input[type=search],select,textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:1rem;transition:border-color .2s ease}input:focus,select:focus,textarea:focus{outline:none;border-color:#16a34a;box-shadow:0 0 0 3px #16a34a1a}.card{background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;overflow:hidden;transition:box-shadow .3s ease}.card:hover{box-shadow:0 10px 25px #00000026}.card-content{padding:1.5rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.product-card{background:#fff;border-radius:.5rem;overflow:hidden;box-shadow:0 1px 3px #0000001a;transition:box-shadow .3s ease}.product-card:hover{box-shadow:0 10px 25px #00000026}.product-image-container{position:relative;height:16rem;overflow:hidden}.product-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-image{transform:scale(1.05)}.product-image-placeholder{width:100%;height:100%;background:#f3f4f6;display:flex;align-items:center;justify-content:center;color:#9ca3af}.product-badge{position:absolute;top:1rem;left:1rem;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500;color:#fff;z-index:10}.badge-popular{background:#ec4899}.badge-new{background:#16a34a}.badge-limited{background:#f97316}.badge-sold-out{background:#ef4444}.product-info{padding:1.5rem}.product-category{margin-bottom:.5rem}.category-tag{display:inline-block;padding:.25rem .5rem;background:#f0fdf4;color:#16a34a;border:1px solid #16a34a;border-radius:.25rem;font-size:.75rem;font-weight:500}.product-title{margin:0 0 1rem}.product-title a{font-size:1.25rem;font-weight:600;color:#166534;text-decoration:none;transition:color .2s ease}.product-title a:hover{color:#15803d}.product-description{color:#6b7280;margin-bottom:1rem;line-height:1.5}.product-footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.product-price{display:flex;align-items:center;gap:.5rem}.price-compare{color:#9ca3af;text-decoration:line-through;font-size:1rem}.price-current{font-size:1.5rem;font-weight:700;color:#166534}.product-actions{display:flex;gap:.5rem;flex-wrap:wrap}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:2.5rem;font-weight:700;color:#166534;margin-bottom:1rem;line-height:1.2}.section-subtitle{font-size:1.25rem;color:#6b7280;margin-bottom:0}.section-footer{text-align:center;margin-top:3rem}.footer{background:#166534;color:#fff;padding:3rem 0 1rem;margin-top:auto}.footer p{margin:0;text-align:center;opacity:.8}.hidden{display:none}@media (min-width: 768px){.md\:flex{display:flex}.md\:hidden{display:none}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}@media (max-width: 767px){.page-width,.container{padding:0 1rem}.header{padding:.75rem 0}.header__logo-text{font-size:1.25rem}.header__cart-text{display:none}.header__cart-link{padding:.75rem}.btn{width:100%;max-width:300px}.product-grid{grid-template-columns:1fr;gap:1.5rem}.product-footer{flex-direction:column;align-items:stretch}.product-actions{justify-content:space-between}.section-title{font-size:2rem}}@media (max-width: 480px){.section-title{font-size:1.75rem}.hero-title{font-size:2.5rem}.btn{padding:.75rem 1rem;font-size:.875rem}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/base.css.map */
