:root{--font-display:"Georgia", "Times New Roman", serif;--font-body:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.5rem;--text-2xl:2rem;--text-3xl:2.5rem;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--space-12:3rem;--space-16:4rem;--radius-sm:4px;--radius-md:8px;--radius-lg:16px;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 12px #00000014;--shadow-lg:0 12px 32px #0000001f;--transition-fast:.15s ease;--transition-base:.25s ease;--color-primary:#1a1a1a;--color-secondary:#f5e9e2;--color-accent:#c89b6f;--color-bg:#fff;--color-text:#1a1a1a;--color-text-muted:#6b6b6b;--color-border:#e5e0dc;--color-danger:#c0392b;--color-success:#277a4f}*,:before,:after{box-sizing:border-box}html,body,#root{height:100%}body{font-family:var(--font-body);font-size:var(--text-base);color:var(--color-text);background:var(--color-bg);margin:0;line-height:1.5}h1,h2,h3,h4{font-family:var(--font-display);margin:0 0 var(--space-4);line-height:1.2}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;font-family:inherit}ul{margin:0;padding:0;list-style:none}.empty-state{text-align:center;padding:var(--space-12) var(--space-4);color:var(--color-text-muted)}.empty-state__description{margin-top:var(--space-2)}.skeleton{background:linear-gradient(90deg, var(--color-border) 25%, #f0ece8 50%, var(--color-border) 75%);border-radius:var(--radius-sm);background-size:200% 100%;animation:1.2s ease-in-out infinite skeleton-shimmer}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.toast-container{bottom:var(--space-4);right:var(--space-4);gap:var(--space-2);z-index:1200;flex-direction:column;display:flex;position:fixed}.toast{background:var(--color-primary);color:#fff;padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);box-shadow:var(--shadow-md);font-size:var(--text-sm);max-width:320px}.toast--error{background:var(--color-danger)}.network-error-fallback{text-align:center;padding:var(--space-12) var(--space-4);color:var(--color-text-muted)}.network-error-fallback__retry{margin-top:var(--space-4);background:var(--color-primary);color:#fff;padding:var(--space-2) var(--space-6);border-radius:var(--radius-md);border:none}.error-boundary{text-align:center;padding:var(--space-16) var(--space-4)}.header{padding:var(--space-4) var(--space-6);border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;display:flex}.header__brand{align-items:center;gap:var(--space-2);font-family:var(--font-display);font-size:var(--text-lg);color:var(--color-primary);display:flex}.header__logo{width:auto;height:32px}.header__nav{gap:var(--space-6);display:flex}.header__cart{font-size:var(--text-xl);position:relative}.header__cart-badge{background:var(--color-accent);color:#fff;font-size:var(--text-xs);padding:0 var(--space-1);text-align:center;border-radius:999px;min-width:18px;position:absolute;top:-6px;right:-10px}.footer{padding:var(--space-8) var(--space-6);border-top:1px solid var(--color-border);color:var(--color-text-muted);gap:var(--space-4);flex-direction:column;display:flex}.footer__social{gap:var(--space-4);display:flex}.whatsapp-floating-button{bottom:var(--space-6);right:var(--space-6);background:var(--color-success);width:56px;height:56px;font-size:var(--text-xl);box-shadow:var(--shadow-lg);z-index:900;border-radius:50%;justify-content:center;align-items:center;display:flex;position:fixed}.not-found-page{text-align:center;padding:var(--space-16) var(--space-4)}.product-card{color:inherit;display:block}.product-card__image-wrap{aspect-ratio:1;background:var(--color-secondary);border-radius:var(--radius-md);margin-bottom:var(--space-2);position:relative;overflow:hidden}.product-card__image{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-base)}.product-card:hover .product-card__image{transform:scale(1.03)}.product-card__badge{top:var(--space-2);left:var(--space-2);background:var(--color-accent);color:#fff;padding:var(--space-1) var(--space-2);border-radius:var(--radius-sm);font-size:var(--text-xs);position:absolute}.product-card__stock-label{color:var(--color-text-muted);background:#ffffffbf;justify-content:center;align-items:center;font-weight:700;display:flex;position:absolute;inset:0}.product-card__category{font-size:var(--text-xs);color:var(--color-text-muted);text-transform:uppercase;margin:0}.product-card__name{font-size:var(--text-base);margin:var(--space-1) 0}.product-card__prices{gap:var(--space-2);align-items:baseline;display:flex}.product-card__price{font-weight:700}.product-card__compare-price{color:var(--color-text-muted);font-size:var(--text-sm);text-decoration:line-through}.home-page{max-width:1200px;padding:var(--space-6);margin:0 auto}.home-page__banner{text-align:center;margin-bottom:var(--space-12);position:relative}.home-page__banner img{object-fit:cover;border-radius:var(--radius-lg);width:100%;max-height:400px}.home-page__banner h1{font-size:var(--text-3xl);margin-top:var(--space-4)}.home-page__section{margin-bottom:var(--space-12)}.home-page__categories{gap:var(--space-4);grid-template-columns:repeat(auto-fit,minmax(140px,1fr));display:grid}.home-page__category-card{text-align:center;gap:var(--space-2);flex-direction:column;display:flex}.home-page__category-card img{aspect-ratio:1;object-fit:cover;border-radius:var(--radius-md)}.home-page__grid{gap:var(--space-6);grid-template-columns:repeat(auto-fill,minmax(220px,1fr));display:grid}.catalog-page{max-width:1200px;padding:var(--space-6);margin:0 auto}.catalog-page__filters{gap:var(--space-4);margin-bottom:var(--space-6);flex-wrap:wrap;display:flex}.catalog-page__filters select,.catalog-page__filters .search-bar{padding:var(--space-2) var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-sm)}.catalog-page__filter-label{gap:var(--space-1);flex-direction:column;display:flex}.catalog-page__filter-label-text{font-size:var(--text-xs);color:var(--color-text-muted)}.catalog-page__grid{gap:var(--space-6);margin-bottom:var(--space-8);grid-template-columns:repeat(auto-fill,minmax(220px,1fr));display:grid}.pagination{justify-content:center;align-items:center;gap:var(--space-4);display:flex}.pagination button{border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:var(--space-2) var(--space-3);background:0 0}.pagination button:disabled{opacity:.4;cursor:not-allowed}.product-detail-page{max-width:1200px;padding:var(--space-6);margin:0 auto}.product-detail-page__main{gap:var(--space-8);grid-template-columns:1fr 1fr;display:grid}@media (width<=768px){.product-detail-page__main{grid-template-columns:1fr}}.product-gallery__main{aspect-ratio:1;object-fit:cover;border-radius:var(--radius-lg);width:100%}.product-gallery--empty{aspect-ratio:1;background:var(--color-secondary);border-radius:var(--radius-lg);color:var(--color-text-muted);justify-content:center;align-items:center;display:flex}.product-gallery__thumbnails{gap:var(--space-2);margin-top:var(--space-2);display:flex}.product-gallery__thumb{border-radius:var(--radius-sm);background:0 0;border:2px solid #0000;width:64px;height:64px;padding:0}.product-gallery__thumb--active{border-color:var(--color-accent)}.product-gallery__thumb img{object-fit:cover;border-radius:var(--radius-sm);width:100%;height:100%}.product-detail-page__category{text-transform:uppercase;color:var(--color-text-muted);font-size:var(--text-xs)}.product-detail-page__prices{gap:var(--space-3);margin:var(--space-4) 0;align-items:baseline;display:flex}.product-detail-page__price{font-size:var(--text-2xl);font-weight:700}.product-detail-page__compare-price{color:var(--color-text-muted);text-decoration:line-through}.product-detail-page__add-to-cart{background:var(--color-primary);color:#fff;padding:var(--space-3) var(--space-6);border-radius:var(--radius-md);font-size:var(--text-base);margin:var(--space-4) 0;border:none}.product-detail-page__add-to-cart:disabled{opacity:.5;cursor:not-allowed}.product-detail-page__stock-status{color:var(--color-danger);font-size:var(--text-sm)}.product-detail-page__related{margin-top:var(--space-16)}.product-detail-page__related-grid{gap:var(--space-6);grid-template-columns:repeat(auto-fill,minmax(220px,1fr));display:grid}.cart-drawer{z-index:1100;position:fixed;inset:0}.cart-drawer__backdrop{background:#0006;position:absolute;inset:0}.cart-drawer__panel{background:var(--color-bg);width:min(400px,100%);height:100%;padding:var(--space-6);box-shadow:var(--shadow-lg);position:absolute;top:0;right:0;overflow-y:auto}.cart-drawer__close{font-size:var(--text-lg);float:right;background:0 0;border:none}.cart-item{gap:var(--space-3);padding:var(--space-3) 0;border-bottom:1px solid var(--color-border);align-items:center;display:flex}.cart-item__image{object-fit:cover;border-radius:var(--radius-sm);width:56px;height:56px}.cart-item__info{flex:1}.cart-item__quantity{width:56px;padding:var(--space-1);border:1px solid var(--color-border);border-radius:var(--radius-sm)}.cart-item__remove{color:var(--color-danger);font-size:var(--text-xs);background:0 0;border:none}.cart-summary{padding:var(--space-4) 0;justify-content:space-between;font-weight:700;display:flex}.cart-drawer__view-cart{text-align:center;background:var(--color-primary);color:#fff;padding:var(--space-3);border-radius:var(--radius-md);display:block}.send-to-whatsapp__button{background:var(--color-success);color:#fff;width:100%;padding:var(--space-3);border-radius:var(--radius-md);font-size:var(--text-base);margin-top:var(--space-4);border:none}.send-to-whatsapp__button:disabled{opacity:.5;cursor:not-allowed}.send-to-whatsapp__warning{color:var(--color-danger);font-size:var(--text-sm);margin-bottom:var(--space-2)}.cart-page{max-width:700px;padding:var(--space-6);margin:0 auto}.cart-page__catalog-link{margin-top:var(--space-4);background:var(--color-primary);color:#fff;padding:var(--space-3) var(--space-6);border-radius:var(--radius-md);display:inline-block}.contact-page{max-width:600px;padding:var(--space-6);text-align:center;margin:0 auto}.contact-page__whatsapp{margin-top:var(--space-4);background:var(--color-success);color:#fff;padding:var(--space-3) var(--space-6);border-radius:var(--radius-md);display:inline-block}
