.section-one-products{border-bottom:1px solid var(--color-gray);flex-wrap:wrap;place-content:center space-evenly;align-items:center;gap:30px 60px;padding:50px 20px;display:flex}.div-text-section-one-products{flex-direction:column;flex-shrink:1;justify-content:start;gap:15px;max-width:600px;padding:0 10px;display:flex}.div-text-section-one-products p,.div-text-section-one-products h2{text-align:start}.div-icons-section-one-products{flex-wrap:wrap;place-content:center;align-items:center;gap:20px;display:flex}.div-icon-section-one-products{border:1px solid var(--color-gray);background-color:var(--color-white);border-radius:10px;flex-direction:column;place-content:center;align-items:center;gap:10px;padding:15px;display:flex;box-shadow:0 25px 50px -12px #00000040}.div-icon-section-one-products p{text-transform:uppercase;color:var(--color-gray-text);font-size:12px;font-weight:700}.section-two-products{flex-wrap:wrap;justify-content:center;align-items:start;gap:20px;padding:40px 20px;display:flex}.div-options-section-two-products{flex-wrap:wrap;flex-grow:200;flex-shrink:0;gap:30px;width:300px;max-width:100%;display:flex}.div-option-section-two-products{width:100%}.div-option-section-two-products h3{color:var(--color-gray-text);text-align:start;text-transform:uppercase;padding:10px 0;font-size:17px}.div-option-checkbox-section-two-products{flex-wrap:wrap;justify-content:space-between;display:flex}.div-option-checkbox-section-two-products label{gap:10px;display:flex}.div-option-checkbox-section-two-products{border-radius:10px;justify-content:space-between;align-items:center;padding:8px 10px;transition:background-color .2s;display:flex}.div-option-checkbox-section-two-products label{cursor:pointer;align-items:center;gap:10px;display:flex}.div-option-checkbox-section-two-products label p{color:#5a5353;font-size:16px;transition:color .2s}.div-option-checkbox-section-two-products>p{color:#9ca3af;font-size:16px;font-weight:500}.div-option-checkbox-section-two-products input{width:16px;height:16px;accent-color:var(--color-orange);cursor:pointer;border:1px solid #d1d5db;border-radius:4px}.div-option-checkbox-section-two-products:hover label p{color:var(--color-orange)}.div-range-filter{width:100%;padding:10px 8px}.range-input{appearance:none;cursor:pointer;width:100%;height:6px;accent-color:var(--color-orange);background-color:#e5e7eb;border-radius:10px}.div-range-labels{justify-content:space-between;margin-top:10px;display:flex}.div-range-labels span{color:#6b7280;font-size:16px}.div-range-labels span:last-child{color:var(--color-orange);font-weight:700}.range-input::-webkit-slider-thumb{appearance:none;background-color:var(--color-orange);cursor:pointer;border-radius:50%;width:14px;height:14px}.range-input::-moz-range-thumb{background-color:var(--color-orange);cursor:pointer;border-radius:50%;width:14px;height:14px}.div-color-picker{flex-wrap:wrap;gap:8px;display:flex}.color-picker-button{cursor:pointer;border:1px solid #e5e7eb;border-radius:50%;outline:none;width:24px;height:24px;transition:all .2s}.color-picker-button:hover{transform:scale(1.1)}.color-picker-button:focus{box-shadow:0 0 0 2px var(--color-orange)}.div-products-section-two-products{flex-grow:800;flex-shrink:0;width:500px}.div-info-products-section-two-products{flex-wrap:wrap;place-content:center space-between;align-items:center;padding:20px 0;display:flex}.div-cards-products{flex-wrap:wrap;place-content:center;align-items:stretch;gap:30px;padding:10px;display:flex}.product-card{cursor:pointer;flex-direction:column;flex:0 auto;justify-content:space-between;justify-self:stretch;width:200px;text-decoration:none;display:flex}.product-card *{text-decoration:none}.product-card-image-wrapper{aspect-ratio:3/4;background:#fff;border:1px solid #f4ece7;border-radius:16px;margin-bottom:1rem;position:relative;overflow:hidden;box-shadow:0 2px 8px #0000000d}.product-card-image{background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;transition:transform .7s}.product-card:hover .product-card-image{transform:scale(1.1)}.product-card-overlay{background:#0000000d;transition:background .3s;position:absolute;inset:0}.product-card:hover .product-card-overlay{background:0 0}.product-card-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;margin-bottom:4px;display:flex}.product-card-title{color:var(--color-black);font-size:1.125rem;font-weight:700;text-decoration:none;transition:color .2s}.text-decoration-none{text-decoration:none;display:flex}.product-card:hover .product-card-title{color:var(--color-primary,#ff6b00)}.div-product-price-and-discount{flex-wrap:wrap;place-content:center;align-items:center;gap:10px;padding:5px 0;display:flex}.product-card-price{color:var(--color-primary,#ff6b00);font-weight:900}.porcentaj-descuent{color:#00a650;background-color:#00a6501a;padding:2px 5px;font-size:16px;font-weight:700}.product-card-description{color:#6b7280;margin-bottom:1rem;font-size:12px}.product-card-button{color:#1c130d;cursor:pointer;background:#f4ece7;border:none;border-radius:12px;justify-content:center;align-items:center;gap:6px;width:100%;padding:12px;font-size:14px;font-weight:700;transition:all .3s;display:flex}.product-card-button:hover{background:var(--color-primary,#ff6b00);color:#fff}.product-card-badge{z-index:10;text-transform:uppercase;letter-spacing:.05em;border-radius:999px;padding:4px 12px;font-size:10px;font-weight:900;position:absolute;top:16px;left:16px}.product-badge-favorite{background-color:var(--color-white);z-index:10;border-radius:50%;place-content:center;align-items:center;padding:4px;display:flex;position:absolute;top:16px;right:16px}.product-card-badge.nuevo{background:var(--color-primary,#ff6b00);color:#fff}.product-card-badge.popular{color:#fff;background:#000}.product-card-badge.oferta{color:#fff;background:#16a34a}
