@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Space+Grotesk:wght@400;500;700&family=Outfit:wght@900&display=swap";:root{--primary-color:#111;--primary-color-hover:#333;--primary-color-glow:#11111114;--bg-primary:#fff;--bg-secondary:#f5f5f5;--bg-card:#fff;--border-color:#e5e5e5;--text-primary:#111;--text-secondary:#767676;--text-muted:#9e9e9e;--status-success:#10b981;--status-danger:#ef4444;--font-heading:"Outfit", "Space Grotesk", sans-serif;--font-body:"Inter", sans-serif;--transition-smooth:all .25s cubic-bezier(.25, .8, .25, 1)}*{box-sizing:border-box;font-family:var(--font-body);-webkit-font-smoothing:antialiased;margin:0;padding:0}body{background-color:var(--bg-primary);color:var(--text-primary);line-height:1.5;overflow-x:hidden}h1,h2,h3,h4{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:-.03em;font-weight:900}button,.btn{text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:var(--transition-smooth);border:none;border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.85rem;font-weight:700;display:inline-flex}.btn-primary{background-color:var(--primary-color);color:#fff}.btn-primary:hover{background-color:var(--primary-color-hover);transform:translateY(-1px)}.btn-outline{color:var(--text-primary);border:1.5px solid var(--primary-color);background-color:#0000}.btn-outline:hover{background-color:var(--primary-color);color:#fff}.btn-icon{color:var(--text-primary);background:0 0;border-radius:50%;padding:.5rem}.btn-icon:hover{background-color:var(--bg-secondary)}header{-webkit-backdrop-filter:blur(10px);border-bottom:1.5px solid var(--border-color);z-index:990;transition:var(--transition-smooth);background-color:#ffffffe6;position:sticky;top:0}.header-nav{letter-spacing:.05em;gap:1.5rem;font-size:.8rem;font-weight:700;display:flex}@media (width<=768px){.header-nav{display:none!important}}input,select,textarea{background:var(--bg-secondary);border:1px solid var(--border-color);width:100%;color:var(--text-primary);transition:var(--transition-smooth);border-radius:6px;outline:none;padding:.75rem 1rem;font-size:.9rem}input:focus,select:focus,textarea:focus{border-color:var(--primary-color);background:var(--bg-primary)}.product-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:2rem;display:grid}.product-card{color:inherit;cursor:pointer;flex-direction:column;text-decoration:none;display:flex}.product-card-image-wrapper{background-color:var(--bg-secondary);aspect-ratio:3/4;border-radius:12px;position:relative;overflow:hidden}.product-card-image{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.25,.8,.25,1)}.product-card:hover .product-card-image{transform:scale(1.04)}.product-card-info{justify-content:space-between;align-items:flex-start;margin-top:1rem;display:flex}.product-card-title{max-width:75%;font-size:.95rem;font-weight:700}.product-card-price{font-size:.95rem;font-weight:700;font-family:var(--font-heading)}.modal-overlay{-webkit-backdrop-filter:blur(4px);z-index:1000;background-color:#00000080;justify-content:flex-end;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.modal-content{background:var(--bg-primary);flex-direction:column;width:100%;max-width:500px;height:100%;padding:2rem;animation:.3s cubic-bezier(.25,.8,.25,1) forwards slideLeft;display:flex;box-shadow:-10px 0 30px #00000026}@keyframes slideLeft{0%{transform:translate(100%)}to{transform:translate(0)}}@media (width<=768px){.product-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.product-card-info{flex-direction:column;gap:.25rem}.product-card-title{max-width:100%;font-size:.85rem}.product-card-price{font-size:.85rem}.modal-content{max-width:100%;padding:1.25rem}.sticky-bottom-btn{background-color:var(--bg-primary);border-top:1px solid var(--border-color);z-index:900;width:100%;padding:1rem;position:fixed;bottom:0;left:0;box-shadow:0 -4px 12px #0000000d}}.split-banner{background-color:var(--bg-secondary);grid-template-columns:1fr 1fr;display:grid}.split-column{aspect-ratio:1;position:relative;overflow:hidden}.split-image{object-fit:cover;filter:grayscale(20%);width:100%;height:100%}.split-overlay{color:#fff;text-shadow:0 2px 4px #0003;background:#0000000d;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:2rem;display:flex;position:absolute;top:0;left:0}.animate-fade{animation:.4s cubic-bezier(.25,.8,.25,1) forwards fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (width>=769px){.slider-arrows{display:none!important}}.product-detail-title{color:var(--text-secondary);letter-spacing:normal;margin-bottom:.5rem;font-size:1.25rem;font-weight:500;line-height:1.4;text-transform:none!important}@media (width<=768px){.product-detail-title{font-size:1rem!important}}
