.products-grid__top{display:flex;flex-wrap:wrap;gap:1.6rem;align-items:center;justify-content:space-between}.products-grid__text{display:flex;flex-direction:column}.products-grid__heading{margin:0;margin-bottom:1.6rem}.products-grid__description{margin:0}.products-grid .collection-wrapper{border:none}.products-grid__products{position:relative;margin-top:3.2rem}.products-grid__filters{margin:3rem 0;padding:2.5rem 2.5rem 3.5rem;background:linear-gradient(135deg,#f95700,#f58a50);border-radius:6px;box-shadow:0 15px 35px #0000001a;position:relative;overflow:hidden}.filter-container{display:flex;gap:2rem;align-items:end;position:relative;z-index:1;flex-wrap:wrap;justify-content:space-between}.filter-group{display:flex;flex-direction:column;min-width:150px;width:100%;flex:1}@media (max-width: 768px){.filter-container{flex-wrap:wrap;gap:1.5rem}.filter-group{flex:0 0 calc(50% - 1.5rem);min-width:140px}.filter-input{font-size:1.3rem;padding:1rem 1.2rem}}@media (min-width: 769px) and (max-width: 1023px){.filter-group{flex:0 0 calc(50% - 2rem);min-width:180px}}@media (min-width: 1024px){.filter-group{flex:0 0 calc(33.333% - 2rem);min-width:200px}}.filter-label{font-size:1.4rem;font-weight:700;margin-bottom:0;color:#fff;letter-spacing:.5px}.filter-select,.filter-input{padding:1.2rem 1.5rem;border:2px solid rgba(255,255,255,.3);border-radius:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#333;font-size:1.4rem;font-weight:500;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 6px 20px #0000001a;height:60px}.filter-select{-webkit-appearance:none;appearance:none;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="%23666" d="M8 11.825L2.175 6 3.238 4.938 8 9.7l4.763-4.762L13.825 6z"/></svg>');background-repeat:no-repeat;background-position:right 15px center;padding-right:3rem}.filter-input{cursor:text}.filter-input::-webkit-calendar-picker-indicator{display:none}.filter-input::-webkit-list-button{display:none}.filter-input::-webkit-datetime-edit{display:none}.filter-select:focus,.filter-input:focus{outline:none;border-color:#fffc;box-shadow:0 8px 25px #00000026}@media (max-width: 768px){.filter-input{font-size:1.3rem;padding:1rem 1.2rem}}.filter-select:hover,.filter-input:hover{border-color:#fffc;transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.filter-reset{position:absolute;bottom:10px;right:25px;z-index:2}.filter-reset-btn{color:#fff;font-size:1.2rem;font-weight:500;cursor:pointer;transition:all .2s ease;background:transparent;border:none;padding:0;margin:0}.filter-reset-btn:hover{background:transparent;opacity:.8}.availability-indicator{position:absolute;top:10px;right:10px;z-index:3}.availability-badge{display:inline-flex;align-items:center;gap:4px;padding:6px 10px;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px #00000026;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .2s ease}.availability-badge svg{flex-shrink:0}.availability--in-stock{background:#22c55ef2;color:#fff;border:1px solid rgba(34,197,94,.3)}.availability--on-request{background:#f59e0bf2;color:#fff;border:1px solid rgba(245,158,11,.3)}.availability--not-available{background:#ef4444f2;color:#fff;border:1px solid rgba(239,68,68,.3)}.availability-badge:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0003}@media screen and (max-width: 749px){.availability-badge{padding:4px 8px;font-size:.7rem}.availability-badge svg{width:10px;height:10px}}.unavailable-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;display:none;justify-content:center;align-items:center;z-index:1000;animation:modalSlideIn .3s ease-out}.unavailable-modal__overlay{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer}.unavailable-modal__content{background:#fff;border-radius:12px;max-width:800px;width:90%;max-height:90vh;overflow:hidden;position:relative;box-shadow:0 20px 40px #0000004d;display:flex;flex-direction:column}.unavailable-modal__image{width:100%;height:300px;overflow:hidden;background:#f8f9fa;flex-shrink:0}.unavailable-modal__image img{width:100%;height:100%;object-fit:cover}.unavailable-modal__info{padding:2.5rem;flex:1;display:flex;flex-direction:column;gap:1.5rem}.unavailable-modal__title{font-size:2.2rem;font-weight:700;margin:0;color:#333;line-height:1.2;text-align:left}.unavailable-modal__details{display:flex;flex-direction:column;gap:.8rem;align-items:flex-start}.unavailable-modal__details .product-tags{display:flex;gap:.8rem;flex-wrap:wrap;list-style:none;padding:0;margin:0}.unavailable-modal__details .product-tags__tag{display:flex;align-items:center;font-size:1.2rem;color:rgba(var(--color-foreground),1);background-color:rgba(var(--color-base-background-2));padding:0 1.1rem;border-radius:.3rem}.unavailable-modal__details .product-tags__tag .icon{width:.847rem;margin-left:.8rem;color:rgb(var(--color-foreground-title))}.unavailable-modal__availability{margin:1rem 0;position:absolute;top:10px;left:20px}.unavailable-modal__buttons{margin-top:auto}.unavailable-modal__gallery-btn{display:inline-flex;background:#f95700;color:#fff;padding:0 2.4rem;text-decoration:none;font-weight:600;font-size:1.4rem;transition:all .3s ease;border:2px solid #F95700;min-width:200px;align-items:center;justify-content:center;height:4.8rem}.unavailable-modal__gallery-btn:hover{background:#e04a00;border-color:#e04a00;transform:translateY(-2px);box-shadow:0 8px 25px #f957004d}.unavailable-modal__close{position:absolute;top:1rem;right:1rem;background:#ffffffe6;border:none;font-size:1.8rem;cursor:pointer;color:#666;padding:.5rem;border-radius:50%;transition:all .3s ease;width:40px;height:40px;display:flex;align-items:center;justify-content:center;z-index:10}.unavailable-modal__close svg{width:20px;height:20px}.unavailable-modal__close:hover{background:#fff;color:#333;transform:scale(1.1)}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}@media screen and (max-width: 749px){.unavailable-modal__content{width:95vw;max-height:95vh;flex-direction:column}.unavailable-modal__image{height:200px}.unavailable-modal__info{padding:2rem;gap:1rem}.unavailable-modal__title{font-size:1.8rem}.unavailable-modal__details .product-tags__tag{font-size:1.1rem;padding:0 .8rem}.unavailable-modal__buttons{margin-top:1.5rem}.unavailable-modal__gallery-btn{width:100%;text-align:center;min-width:auto}}@media screen and (min-width: 750px) and (max-width: 989px){.unavailable-modal__content{max-width:700px}.unavailable-modal__image{height:250px}}.product-unavailable-btn,.product-unavailable-overlay{background:none;border:none;cursor:pointer;text-decoration:none;color:inherit;font:inherit}.product-unavailable-btn:hover,.product-unavailable-overlay:hover{opacity:.8}@media screen and (max-width: 749px){.unavailable-modal__content{width:95vw;max-height:95vh;padding:2rem}.unavailable-modal__info{padding:1rem}.unavailable-modal__title{font-size:2rem}.unavailable-modal__serie,.unavailable-modal__format{font-size:1.4rem}.unavailable-modal__buttons{margin-top:2rem}.unavailable-modal__gallery-btn{width:100%;text-align:center}}@media screen and (min-width: 990px){.products-grid__products{margin-top:6.4rem}}.products-grid__products .loading-overlay{top:0;right:0;bottom:0;left:0;z-index:6;display:none;width:100%;padding:0 5rem;background-color:rgba(var(--color-background),.7)}.js .products-grid--loading .products-grid__products>.loading-overlay{display:block}.js .products-grid--loading .products-grid__products>.loading-overlay .loading-overlay__spinner{top:10rem}.js .products-grid--loading .products-grid__products-items{transition:opacity var(--duration-default) ease-in-out;opacity:0}.product-card-title-below{margin-top:1.5rem;text-align:center}.product-card-title-below__text,.product-card-title-below__text--unavailable{margin:0;font-size:1.4rem;font-weight:900;line-height:1.3;color:#333}.product-card-title-below__link{color:#333;text-decoration:none;transition:color .3s ease}.product-card-title-below__link:hover{color:#f95700;text-decoration:underline}@media (max-width: 768px){.product-card-title-below{margin-top:1.2rem}.product-card-title-below__text{font-size:1.3rem}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/section-products-grid.css.map */
