.products-grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:20px;display:grid}.product-card{background:#fff;border:1px solid #ece6df;border-radius:18px;flex-direction:column;max-width:400px;height:100%;transition:all .3s;display:flex;overflow:hidden}.product-card:hover{transform:translateY(-4px)}.product-image{object-fit:contain;background:#f0e1cd;width:100%;height:240px}.product-content{flex-direction:column;flex:1;padding:15px;display:flex}.product-content h3{color:var(--green);margin-bottom:10px}.price{color:var(--green);margin-top:auto;font-size:20px;font-weight:700}.price span{color:#777;font-size:14px}.product-card .quantity-controls{justify-content:center;align-items:center;gap:14px;margin-top:14px;display:flex}.product-card .qty-btn{background:var(--orange);width:40px;height:36px;color:var(--white);cursor:pointer;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;transition:transform .2s,background-color .2s;display:flex}.product-card .qty-btn:hover{transform:scale(1.05)}.product-card .qty{min-width:70px;color:var(--green);text-align:center;font-size:1rem;font-weight:700}.product-card .add-btn{background:var(--green);width:100%;color:var(--white);cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;margin-top:10px;padding:14px;font-size:.95rem;font-weight:600;transition:background-color .2s,transform .2s;display:flex}.product-card .add-btn:hover{background:var(--green-light);transform:translateY(-1px)}.outline-btn{cursor:pointer;background:#fff;border:2px solid #d8d1c9;border-radius:12px;width:100%;margin-top:20px;padding:14px}.added-message{color:var(--green);text-align:center;background:#f3f8f3;border-radius:8px;margin-top:12px;margin-bottom:10px;font-size:14px;font-weight:400}.modify-btn{width:100%;color:var(--green);cursor:pointer;background:#fff;border:1px solid #d8d1c9;border-radius:10px;margin-top:12px;padding:11px;font-weight:500;transition:all .2s}.modify-btn:hover{background:#99d57d}.catalog-layout,.products-layout{grid-template-columns:260px 1fr;align-items:flex-start;gap:32px;display:grid}.filters{background:#fff;border-radius:13px;height:fit-content;margin-top:20px;padding:20px}.filters h3{color:var(--green);margin-bottom:18px}.filters ul{list-style:none}.filters-list{flex-direction:column;gap:10px;width:100%;display:flex}.filter{text-align:left;cursor:pointer;background:#fff;border:none;border-radius:10px;padding:14px 18px;font-weight:500;transition:all .2s}.filter:hover{background:var(--cream)}.filter.active{color:var(--orange);background:#f3e5d4;font-weight:700}.search-box{margin:10px 0 0}.search-box input{border:1px solid var(--cream);width:100%;color:var(--text);background:#fff;border-radius:10px;padding:12px 15px;font-size:16px;transition:all .2s}.search-box input::placeholder{color:#999}.search-box input:focus{border-color:var(--green);outline:none;box-shadow:0 0 0 3px #1f402a1f}.section{margin-top:40px}@media (max-width:1000px){.products-grid{grid-template-columns:repeat(2,1fr)}.featured-products{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.header-productos{margin:0 20px}.product-card{width:100%}.product-content{padding:12px}.product-content h3{margin-bottom:0;font-size:15px}.product-content .price{font-size:15px}.product-content .add-btn{margin-top:5px}.products-grid{grid-template-columns:repeat(2,1fr);gap:12px;width:100%}.catalog-layout,.products-layout{width:100%;display:block;overflow:hidden}.filters{background-color:var(--cream);width:100%;max-width:100%;padding:0;overflow:hidden}.filters h3{display:none}.filters-list .filter{border:var(--cream);padding:6px 12px}.filters ul,.filters-list{scrollbar-width:none;flex-flow:row;gap:10px;width:100%;margin-bottom:15px;margin-left:15px;display:flex;overflow-x:auto}.filters-list .filter{color:var(--text)}.filters ul::-webkit-scrollbar{display:none}.filter{white-space:nowrap;border:1px solid #ddd;flex-shrink:0;padding:10px 14px}.products-grid{justify-items:center;width:100%;padding:0 15px}.container{padding:0}.search-box{margin:10px 15px 0}.search-box input{font-size:1rem}}.product-image-wrap{position:relative}.seasonal-product-card{border-color:#c978336b;box-shadow:0 8px 24px #c9783317}.seasonal-product-card:hover{box-shadow:0 12px 30px #c9783326}.seasonal-badge{background:var(--orange);color:#fff;letter-spacing:.01em;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700;position:absolute;top:12px;right:12px;box-shadow:0 4px 12px #0000001f}.seasonal-filter{color:var(--orange);font-weight:650}.seasonal-filter:before{content:"✦";margin-right:7px;font-size:.8em}.seasonal-filter.active{color:var(--orange);background:#f3e5d4}.maturity-card-note{color:var(--green);margin:.35rem 0 .8rem;font-size:.82rem;font-weight:600}
