@keyframes pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.product-list{flex-wrap:wrap;justify-content:center;gap:2rem;margin-bottom:100px;display:flex}.status{text-align:center;color:#6b5d4d;margin-top:150px;font-family:Fraunces,serif;font-size:1.5rem}.product-list-skeleton{flex-wrap:wrap;justify-content:center;gap:2rem;margin-bottom:100px;display:flex}.skeleton-card{background-color:#fcfcf9;border:1px solid #e5ddd0;border-radius:1rem;flex-direction:column;justify-content:flex-start;align-items:center;width:300px;height:500px;padding:1.5rem;display:flex}.skeleton-image,.skeleton-line,.skeleton-dots{background-color:#e5ddd099;border-radius:.5rem;position:relative;overflow:hidden}.skeleton-image{border-radius:.5rem;width:200px;height:200px}.skeleton-line{height:1rem}.skeleton-title{width:70%;margin-top:1.5rem}.skeleton-price{width:45%;height:1.5rem;margin-top:.75rem}.skeleton-dots{border-radius:1rem;width:60%;height:1rem;margin-top:1rem}.skeleton-image:after,.skeleton-line:after,.skeleton-dots:after{content:"";background:linear-gradient(90deg,#0000,#ecbc3b2e,#0000);animation:1.4s ease-in-out infinite skeleton-shimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes skeleton-shimmer{to{transform:translate(100%)}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (prefers-reduced-motion:reduce){.skeleton-image:after,.skeleton-line:after,.skeleton-dots:after{animation:none}}
@keyframes pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.product-card{cursor:pointer;background-color:#fcfcf9;border:1px solid #ecbc3b;border-radius:1rem;flex-direction:column;justify-content:space-between;align-items:center;width:300px;height:500px;padding:1.5rem;transition:box-shadow .2s,transform .2s;display:flex;position:relative}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.product-card .product-heart-button{cursor:pointer;z-index:9;background:0 0;border:none;padding:0;position:absolute;top:1rem;right:1rem}.product-card .product-heart-button:hover{transform:scale(1.1)}.product-card .product-heart-button:active{transform:scale(.9)}.product-card .product-heart-button .product-heart{opacity:.7;transition:all .2s}.product-card .product-heart-button .product-heart.active,.product-card .product-heart-button .product-heart:hover{opacity:1;filter:drop-shadow(0 0 4px #ef354499)}.product-card img{object-fit:cover;border-radius:.5rem}.product-card .product-title{color:#2c2416;text-align:center;margin-top:1rem;font-family:Fraunces,serif;font-size:1.1rem;font-weight:500}.product-card .product-price{color:#d4af37;text-shadow:0 0 1px #0000001a;margin-top:.5rem;font-family:Fraunces,serif;font-size:1.5rem;font-weight:700}.product-card .product-colors{flex-wrap:wrap;justify-content:center;gap:.4rem;margin-top:.5rem;display:flex}.product-card .product-colors .color-dot{border:1px solid #e5ddd0;border-radius:50%;width:1rem;height:1rem;box-shadow:inset 0 0 2px #0000001a}.product-card .product-sizes{flex-wrap:wrap;justify-content:center;gap:.3rem;margin-top:.4rem;display:flex}.product-card .product-sizes .size-dot{background-color:#f9f2e7;border:1px solid #e5ddd0;border-radius:.25rem;justify-content:center;align-items:center;min-width:1.5rem;height:1.25rem;padding:0 .35rem;font-size:.7rem;font-weight:500;display:flex}.product-card .bottom{flex-direction:column;justify-content:flex-end;align-items:center;gap:.75rem;width:100%;margin-top:1rem;display:flex}.product-card .button{color:#2c2416;cursor:pointer;background-color:#ecbc3b;border:none;border-radius:.5rem;justify-content:center;align-items:center;width:100%;padding:.75rem 1.5rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;transition:background .15s,transform .1s;display:flex}.product-card .button .button-icon{align-items:center;margin-right:.5rem;display:flex}.product-card .button:hover{background-color:#d4a632;transform:scale(1.02)}.product-card .button:active{transform:scale(.98)}.product-card .isInCart{width:100%}.product-card .quantity-controls{background-color:#f9f2e7;border:1px solid #e5ddd0;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;min-width:130px;padding:.25rem .75rem;display:flex}.product-card .quantity-controls button{color:#2c2416;background-color:#ecbc3b;border:none;border-radius:999px;justify-content:center;align-items:center;width:1.8rem;height:1.8rem;font-weight:600;transition:background .15s,transform .1s;display:flex}.product-card .quantity-controls button:hover{background-color:#d4a632;transform:scale(1.05)}.product-card .quantity-controls button:active{transform:scale(.95)}.product-card .quantity-controls span{text-align:center;color:#2c2416;min-width:2rem;font-size:1rem;font-weight:500}
@keyframes pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.price-filter{width:250px;height:50px;position:relative}@media (max-width:600px){.price-filter{width:80%}}.price-filter:before{content:"";z-index:1;background-color:#e5ddd0;border-radius:8px;width:100%;height:4px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.price-filter:after{content:"";height:4px;top:50%;left:var(--min,0%);right:calc(100% - var(--max,100%));z-index:2;background-color:#d4af37;border-radius:8px;position:absolute;transform:translateY(-50%)}.price-filter .price-filter-input{appearance:none;pointer-events:none;z-index:3;background:0 0;width:100%;height:4px;position:absolute}.price-filter .price-filter-input::-webkit-slider-thumb{appearance:none;pointer-events:auto;cursor:pointer;background-color:#ecbc3b;border-radius:9999px;width:1rem;height:1rem;margin-top:-6px;box-shadow:0 2px 6px #00000026}.price-filter .price-filter-input::-moz-range-thumb{pointer-events:auto;cursor:pointer;background-color:#ecbc3b;border:none;border-radius:9999px;width:1rem;height:1rem;box-shadow:0 2px 6px #00000026}.price-filter .price-filter-input::-ms-thumb{pointer-events:auto;cursor:pointer;background-color:#ecbc3b;border-radius:9999px;width:1rem;height:1rem;box-shadow:0 2px 6px #00000026}.price-filter .min-range{z-index:4}.price-filter .range-values{width:100%;height:20px;margin-top:1.5rem;position:relative}.price-filter .range-values span{color:#6b5d4d;white-space:nowrap;margin-top:15px;font-family:Inter,sans-serif;font-size:.85rem;position:absolute;transform:translate(-50%)}
@keyframes pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.home-container .filters-container{z-index:10;justify-content:space-between;align-items:center;width:100%;padding:.75rem 1rem;display:flex;position:relative}.home-container .filters-container .size-filter{flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:500px;max-width:100%;height:auto;min-height:100px;display:flex}.home-container .filters-container .size-filter .size-row{flex-wrap:nowrap;justify-content:center;align-items:center;gap:.5rem;display:flex}.home-container .filters-container .size-filter .size-button{color:#2c2416;cursor:pointer;background-color:#f9f2e7;border:1px solid #e5ddd0;border-radius:.3rem;min-width:3rem;padding:.4rem .6rem;font-family:Inter,sans-serif;font-size:.85rem}.home-container .filters-container .size-filter .size-button:hover{border-color:#ecbc3b}.home-container .filters-container .size-filter .size-button.active{color:#2c2416;background-color:#ecbc3b;border-color:#ecbc3b;font-weight:500}.home-container .filters-container .color-filter{flex-wrap:wrap;justify-content:center;gap:.5rem;width:300px;display:flex}.home-container .filters-container .color-filter .color-button{cursor:pointer;background:0 0;border:2px solid #0000;border-radius:.5rem;flex-direction:column;justify-content:center;align-items:center;width:auto;height:auto;padding:.25rem;display:flex}.home-container .filters-container .color-filter .color-button:hover{transform:scale(1.05)}.home-container .filters-container .color-filter .color-button.active{background-color:#ecbc3b1a;border-color:#ecbc3b}.home-container .filters-container .color-filter .color-button .color-circle{border:1px solid #00000026;border-radius:50%;width:1.25rem;height:1.25rem}.home-container .filters-container .color-filter .color-button .color-label{color:#6b5d4d;white-space:nowrap;margin-top:.15rem;font-size:.6rem}.home-container .filters-container .price-filter{justify-content:center;width:250px;min-width:140px;height:3rem;display:flex}.home-container .filters-container .text-filter{justify-content:center;align-items:center;width:400px;display:flex}.home-container .filters-container .text-filter .text-input{color:#2c2416;background:#f9f2e7;border:1px solid #e5ddd0;border-radius:.5rem 0 0 .5rem;width:100%;height:2.5rem;padding:.625rem 1rem;font-family:Inter,sans-serif}.home-container .filters-container .text-filter .text-input:focus{border-color:#ecbc3b;outline:none}.home-container .filters-container .text-filter .text-button{cursor:pointer;background-color:#d4af37;border:1px solid #ecbc3b;border-left:none;border-radius:0 .5rem .5rem 0;justify-content:center;align-items:center;height:2.5rem;padding:.625rem 1rem;display:flex}.home-container .filters-container .text-filter .text-button:hover{background-color:#d4a632}@media (max-width:1280px){.home-container .filters-container{flex-wrap:wrap;justify-content:center;gap:.75rem 1.5rem}.home-container .filters-container .size-filter{width:420px;min-width:300px}.home-container .filters-container .color-filter{width:240px}.home-container .filters-container .price-filter{width:200px;min-width:180px}.home-container .filters-container .text-filter{width:300px;min-width:220px}}@media (max-width:768px){.home-container .filters-container{flex-direction:column;justify-content:flex-start;gap:.75rem;height:450px;padding:.75rem .5rem}.home-container .filters-container .size-filter{gap:.5rem;width:100%;min-height:auto}.home-container .filters-container .size-filter .size-row{flex-wrap:wrap;gap:.3rem}.home-container .filters-container .size-filter .size-button{min-width:2.2rem;padding:.3rem .4rem;font-size:.75rem}.home-container .filters-container .color-filter{gap:.3rem;width:100%}.home-container .filters-container .price-filter{width:80%;height:auto}.home-container .filters-container .text-filter{width:100%}.home-container .filters-container .text-filter .text-input{height:2rem;font-size:.85rem}.home-container .filters-container .text-filter .text-button{height:2rem;padding:.4rem .6rem}}@media (max-width:480px){.home-container .filters-container{gap:2rem;height:350px}.home-container .filters-container .size-filter{gap:.5rem}.home-container .filters-container .size-filter .size-row{gap:.3rem}.home-container .filters-container .size-filter .size-button{min-width:2rem;padding:.3rem .4rem;font-size:.75rem}.home-container .filters-container .color-filter .color-button{padding:.2rem}.home-container .filters-container .color-filter .color-button .color-circle{width:1rem;height:1rem}.home-container .filters-container .color-filter .color-button .color-label{font-size:.5rem;display:none}.home-container .filters-container .text-filter .text-input{width:70%;padding:.5rem .75rem}}
