:root{--primary-color:#1a4a8e;--primary-hover:#153a6f;--secondary-color:#f8fafc;--accent-color:#7eb03f;--text-dark:#1e293b;--text-light:#64748b;--white:#fff;--border-color:#e2e8f0;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a;--max-width:1200px}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;color:var(--text-dark);background:var(--white);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.5;overflow-x:hidden}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.text-center{text-align:center}.grid{display:grid}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-8{gap:2rem}.section-padding{padding-top:3rem;padding-bottom:3rem}@media (min-width:768px){.section-padding{padding-top:5rem;padding-bottom:5rem}}.btn{border-radius:4px;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary{background:var(--primary-color);color:var(--white)}.btn-primary:hover{background:var(--primary-hover)}.price-current{color:var(--accent-color);font-weight:700}.relative{position:relative}.w-full{width:100%}.product-link{color:inherit;height:100%;text-decoration:none;display:block}.product-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;display:grid}.product-card{background:var(--white);flex-direction:column;height:100%;display:flex}.product-image-container{aspect-ratio:1/1.2;background:#f8fafc;position:relative;overflow:hidden}.product-image{object-fit:cover;object-position:center top;width:100%;height:100%}.discount-badge{color:var(--white);z-index:10;background:#f97316;padding:.2rem .5rem;font-size:.75rem;font-weight:700;position:absolute;top:10px;left:10px}.product-hover-actions{opacity:0;z-index:10;flex-direction:column;gap:.5rem;transition:opacity .3s;display:flex;position:absolute;top:10px;right:10px}.product-image-container:hover .product-hover-actions{opacity:1}.action-btn{background:var(--white);width:36px;height:36px;color:var(--text-dark);border-radius:50%;justify-content:center;align-items:center;transition:background .2s,color .2s;display:flex;box-shadow:0 2px 5px #0000001a}.action-btn:hover{background:var(--primary-color);color:var(--white)}.add-to-cart-btn{background:var(--white);width:100%;color:var(--text-dark);text-align:center;cursor:pointer;z-index:10;border:none;font-weight:500}.product-image-container:hover .add-to-cart-btn{transform:translateY(0)}.product-info{text-align:left;flex-direction:column;flex:1;padding:1rem 0;display:flex}.product-name{color:#111;-webkit-line-clamp:2;-webkit-box-orient:vertical;height:2.6rem;margin-bottom:.25rem;font-size:.95rem;font-weight:500;line-height:1.3rem;display:-webkit-box;overflow:hidden}.product-description-brief{color:#666;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:.5rem;font-size:.8rem;line-height:1.2rem;display:-webkit-box;overflow:hidden}.product-description-brief *{display:inline;font-size:inherit!important;color:inherit!important;font-weight:inherit!important;margin:0!important}.product-price{align-items:center;gap:.5rem;margin-top:auto;margin-bottom:.5rem;display:flex}.price-current{color:#65a30d;font-size:1.05rem;font-weight:600}.price-old{color:#999;margin-right:.5rem;font-size:.9rem;text-decoration:line-through}@media (max-width:768px){.product-grid{flex-direction:column;align-items:center;gap:3.5rem;width:100%;margin:0;padding:0 1rem;display:flex}.product-card{background:#fff;border:1px solid #eee;border-radius:16px;width:100%;max-width:400px;margin:0 auto;padding:1rem;box-shadow:0 4px 15px #00000008}.product-image-container{box-shadow:none;border-radius:12px;margin-bottom:1.25rem;aspect-ratio:1/1.25!important}.product-info{text-align:center;padding:0}.product-name{color:#111;text-transform:uppercase;letter-spacing:-.5px;height:auto;margin-bottom:.5rem;font-size:1.25rem;font-weight:800;line-height:1.3}.product-description-brief{color:#666;-webkit-line-clamp:2;margin-bottom:1rem;font-size:.85rem;display:block}.product-price{justify-content:center;gap:1rem;margin-bottom:1.5rem}.price-current{color:#111;font-size:1.25rem;font-weight:800}.price-old{color:#999;font-size:1rem}.shop-now-btn{color:#fff;letter-spacing:1px;text-align:center;background:#111;border-radius:8px;width:100%;margin-top:1rem;padding:1rem;font-size:.9rem;font-weight:700;transition:background .3s;display:block}}.shop-now-btn{display:none}.loader-container{justify-content:center;align-items:center;width:100%;min-height:200px;display:flex}.spinner{border:4px solid #f3f3f3;border-top-color:#1a4a8e;border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.show-mobile{display:none!important}.hide-mobile{display:flex!important}@media (max-width:992px){.show-mobile{display:flex!important}.hide-mobile{display:none!important}}
