:root{--bg: #f8f9fc;--surface: #ffffff;--text: #1d1e20;--muted: #5e636e;--line: #e3e7ee;--brand: #4a8f00;--brand-dark: #3b6f00;--chip: #eff6df;--shadow: 0 2px 8px rgb(16 24 40 / 8%)}*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{font-family:Noto Sans,Plus Jakarta Sans,Manrope,Segoe UI,sans-serif;color:var(--text);background:var(--bg)}a{color:inherit}.container{width:min(1120px,100% - 1.2rem);margin-inline:auto}.stack{display:grid;gap:1rem}.title{margin:0;line-height:1.15;font-family:Noto Sans,Plus Jakarta Sans,Manrope,Segoe UI,sans-serif;font-size:clamp(1.6rem,6vw,2.4rem);font-weight:700}.text{margin:0;color:var(--muted);line-height:1.45}.card{background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:1rem;box-shadow:var(--shadow)}.app-header{position:sticky;top:0;z-index:40;border-bottom:1px solid #d6dbe5;box-shadow:0 2px 6px #10182814;background:var(--surface)}.header-row{display:flex;justify-content:space-between;gap:.8rem;align-items:center;min-height:62px}.brand{letter-spacing:.1px;font-weight:800;color:var(--brand-dark)}.header-nav{display:flex;gap:.5rem}.nav-link{font-size:.84rem;font-weight:700;text-decoration:none;padding:.42rem .8rem;border-radius:999px;color:var(--muted);border:1px solid var(--line);background:#fff}.nav-link-active{background:#eff6df;border-color:var(--brand);font-weight:700;color:var(--brand)}.nav-link-cart{display:inline-flex;align-items:center;gap:.35rem}.cart-badge{display:inline-flex;justify-content:center;align-items:center;min-width:1.2rem;padding-inline:.3rem;height:1.2rem;border-radius:999px;background:var(--brand);color:#fff;font-size:.72rem;font-weight:700}.app-content{padding-block:1.1rem 2rem}.catalog-head{background:#fff;border:1px solid var(--line);border-radius:12px;padding:1rem;box-shadow:var(--shadow)}.breadcrumb-nav{font-size:.84rem;color:var(--muted)}.breadcrumb-list{margin:0;padding:0;list-style:none;display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.breadcrumb-list li{display:inline-flex;align-items:center;gap:.5rem}.breadcrumb-list li:not(:last-child):after{content:"/";color:#9aa0aa}.breadcrumb-list a{text-decoration:none;color:var(--muted)}.catalog-filters{display:grid;gap:.85rem;background:#fff;border:1px solid var(--line);border-radius:10px;padding:.9rem;box-shadow:var(--shadow)}.search-wrap,.sort-wrap{display:grid;gap:.35rem;font-size:.87rem;color:var(--muted)}.search-wrap input,.sort-wrap select{border:1px solid #d6dbe5;background:#fff;border-radius:10px;padding:.72rem;font:inherit;color:var(--text)}.search-wrap input:focus,.sort-wrap select:focus{outline:2px solid #b9d4a0;border-color:var(--brand)}.chips{display:flex;gap:.45rem;overflow-x:auto;padding-bottom:.25rem;scrollbar-width:thin}.chip{border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--muted);font-size:.82rem;font-weight:600;padding:.35rem .75rem;white-space:nowrap}.chip-active{background:#eff6df;border-color:var(--brand);color:var(--brand);font-weight:700}.product-grid{display:grid;grid-template-columns:1fr;gap:.9rem}.product-grid-virtual{position:relative}.product-grid-row{position:absolute;inset-inline:0;display:grid;gap:.9rem}.product-card{border:1px solid var(--line);border-radius:10px;overflow:clip;background:var(--surface);box-shadow:var(--shadow);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.product-card:hover{transform:translateY(-2px);border-color:#d6dbe5}.skeleton-card{animation:pulse 1.2s ease-in-out infinite}.skeleton-block{background:linear-gradient(90deg,#eff4ef,#f5f8f6,#eff4ef)}.skeleton-line{height:12px;border-radius:999px;background:linear-gradient(90deg,#eff4ef,#f5f8f6,#eff4ef)}.skeleton-line-short{width:32%}.skeleton-line-medium{width:68%}.product-media-link{display:block}.product-media{width:100%;height:172px;object-fit:contain;display:block;background:#fff;padding:.45rem}.product-body{padding:.8rem;display:grid;gap:.45rem}.product-category{width:fit-content;background:#f4f6fb;color:var(--muted);border:1px solid var(--line);border-radius:999px;padding:.15rem .52rem;font-size:.75rem}.product-badge{width:fit-content;background:linear-gradient(135deg,#f59e0b,#f97316);color:#fff;border-radius:999px;padding:.18rem .58rem;font-size:.72rem;font-weight:700}.product-name{margin:0;font-size:1rem}.product-brand{margin:-.1rem 0 .1rem;font-size:.8rem;color:#2f3540;font-weight:600}.product-name a{text-decoration:none}.product-copy{margin:0;font-size:.9rem;color:var(--muted)}.product-row{display:flex;justify-content:space-between;align-items:center;gap:.7rem}.product-row-actions{display:inline-flex;gap:.45rem}.product-price,.detail-price{font-size:1.1rem;color:#1f2937}.product-price-group{display:grid;gap:.1rem}.product-old-price{color:#6b7280;text-decoration:line-through;font-size:.8rem}.product-add-btn,.product-cta,.detail-cta,.detail-add-btn{border:1px solid var(--brand);cursor:pointer;text-decoration:none;background:var(--brand);color:#fff;padding:.5rem .9rem;border-radius:999px;font-weight:700;font-size:.84rem}.product-cta:hover,.detail-cta:hover,.product-add-btn:hover,.detail-add-btn:hover{background:var(--brand-dark);border-color:var(--brand-dark)}.product-cta-outline,.detail-cta-outline{background:#fff;color:var(--brand)}.product-cta-outline:hover,.detail-cta-outline:hover{background:#eff6df;color:var(--brand);border-color:var(--brand)}.empty-state h2{margin:0;font-size:1.1rem}.product-detail{display:grid;gap:.9rem}.product-detail-skeleton .detail-copy{min-height:280px}.product-detail-skeleton .detail-copy .skeleton-line{height:14px}.detail-media{width:100%;border-radius:10px;border:1px solid var(--line);height:280px;object-fit:contain;background:#fff;padding:.7rem}.detail-copy{background:var(--surface);border:1px solid var(--line);border-radius:10px;padding:1rem;box-shadow:var(--shadow)}.detail-title{font-size:clamp(1.4rem,5vw,2rem)}.detail-title:focus{outline:2px solid #99c997;outline-offset:4px}.cart-layout{display:grid;gap:.9rem}.cart-list{display:grid;gap:.75rem}.cart-item{display:grid;grid-template-columns:90px 1fr;gap:.8rem;border:1px solid var(--line);border-radius:10px;background:var(--surface);padding:.75rem}.cart-media{width:90px;height:90px;object-fit:cover;border-radius:10px;border:1px solid var(--line)}.cart-copy h2{margin:0 0 .15rem;font-size:1rem}.cart-actions{margin-top:.45rem;display:flex;align-items:center;justify-content:space-between;gap:.7rem}.qty-control{display:inline-flex;align-items:center;gap:.45rem}.qty-control button{width:1.9rem;height:1.9rem;border-radius:8px;border:1px solid var(--line);background:#fff;cursor:pointer}.qty-control span{min-width:1.25rem;text-align:center;font-weight:700}.remove-btn,.clear-cart-btn{border:0;background:#fff3f2;color:#8f3127;border:1px solid #f3d7d3;border-radius:999px;padding:.45rem .65rem;font-weight:700;cursor:pointer}.cart-line-total{grid-column:1 / -1;justify-self:end;color:#1f2937}.cart-summary h2{margin:0;font-size:1.2rem}.checkout-layout{display:grid;gap:.9rem}.checkout-form{display:grid;gap:.75rem}.checkout-form label{display:grid;gap:.3rem;color:var(--muted);font-size:.9rem}.checkout-form input,.checkout-form select,.checkout-form textarea{border:1px solid #d6dbe5;border-radius:10px;padding:.7rem;font:inherit;color:var(--text);background:#fff}.checkout-form textarea{resize:vertical}.checkout-lines{margin:0;padding-left:0;list-style:none;display:grid;gap:.35rem}.checkout-lines li{display:flex;justify-content:space-between;gap:.75rem;align-items:baseline}.checkout-total{margin:0;font-size:1.05rem;font-weight:700;color:#1f2937}.detail-cta-disabled{background:#b8c99f;border-color:#b8c99f;pointer-events:auto}.back-link{color:var(--brand);font-weight:700;width:fit-content;text-decoration:none}.instagram-section{display:grid;gap:.8rem}.instagram-head{display:flex;justify-content:space-between;align-items:baseline;gap:.8rem;flex-wrap:wrap}.instagram-title{margin:0;font-size:clamp(1.1rem,4vw,1.4rem)}.instagram-link{color:var(--brand);font-weight:700;text-decoration:none}.instagram-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.instagram-card{display:grid;gap:.35rem;text-decoration:none}.instagram-media{width:100%;height:130px;object-fit:cover;border-radius:10px;border:1px solid var(--line)}.instagram-caption{margin:0;font-size:.78rem;color:var(--muted);line-height:1.3}@keyframes pulse{0%,to{opacity:.95}50%{opacity:.6}}@media(min-width:700px){.container{width:min(1120px,100% - 2rem)}.catalog-filters{grid-template-columns:1fr auto;align-items:end}.chips{grid-column:1 / -1}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-media{height:360px}.product-detail-skeleton .detail-copy{min-height:360px}.instagram-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1040px){.container{width:min(1240px,100% - 3rem)}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-detail{grid-template-columns:1.15fr 1fr;align-items:start}.cart-layout{grid-template-columns:1.35fr .8fr;align-items:start}.cart-item{grid-template-columns:92px 1fr auto;align-items:center}.checkout-layout{grid-template-columns:1.2fr .9fr;align-items:start}.cart-line-total{grid-column:auto;justify-self:end}.detail-media{height:520px}.product-detail-skeleton .detail-copy{min-height:520px}.instagram-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
