.collection{padding:2rem 0;width:100%;margin:0 auto;max-width:1920px;position:relative}.collection>*{width:80%;margin-left:auto;margin-right:auto}.collection-filters{position:fixed;top:0;right:-400px;width:400px;height:100vh;background:#fff;box-shadow:-4px 0 12px #0000001a;z-index:1000;transition:right .3s ease;overflow-y:auto;padding:2rem}.collection-filters.is-open{right:0}.filter-form{display:flex;flex-direction:column;gap:1.5rem}.filter-group{border:none}.filter-group__summary{list-style:none;cursor:pointer}.filter-group__summary::-webkit-details-marker{display:none}.filter-group__header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #e5e5e5}.filter-group__header span{font-weight:600;font-size:1rem}.filter-group__header svg{width:20px;height:20px;transition:transform .3s ease}.filter-group[open] .filter-group__header svg{transform:rotate(180deg)}.filter-group__content{padding:1rem 0}.filter-group__option{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;cursor:pointer}.filter-group__checkbox{width:18px;height:18px;border:2px solid #e5e5e5;border-radius:4px;position:relative;transition:border-color .2s ease}.filter-group__checkbox:checked{border-color:#4f9bff;background:#4f9bff}.filter-group__checkbox:checked:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;background:#fff;border-radius:2px}.filter-group__label{font-size:.9375rem;color:#121212}.filter-group__count{font-size:.875rem;color:#737373;margin-left:auto}.filter-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1px solid #e5e5e5;border-radius:4px;background:#fff;cursor:pointer;transition:border-color .2s ease}.filter-button:hover{border-color:#121212}.filter-button svg{width:20px;height:20px}@media screen and (max-width: 1024px){.collection{width:90%}}@media screen and (max-width: 768px){.collection{width:95%}}.collection-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;margin-bottom:1.5rem;border-bottom:1px solid #e5e5e5}.collection-header__left{display:flex;align-items:center;gap:1.5rem}.filter-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff;border:1px solid #e5e5e5;border-radius:4px;font-size:.875rem;color:#121212;cursor:pointer}.collection-header__right{display:flex;align-items:center;gap:1rem}.collection-sort{position:relative}.sort-by{-webkit-appearance:none;appearance:none;min-width:160px;padding:.75rem 1rem;border:1px solid #e5e5e5;border-radius:4px;background:#fff;font-size:.875rem;color:#121212;cursor:pointer}.view-as{display:flex;gap:.25rem}.view-as__button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:1px solid #e5e5e5;border-radius:4px;background:#fff;cursor:pointer}.view-as__button svg{width:16px;height:16px;color:#121212}.view-as__button.active{background:#121212}.view-as__button.active svg{color:#fff}.product-grid{display:grid;gap:2rem;margin-top:2rem}.product-grid[data-view=grid]{grid-template-columns:repeat(4,1fr)}@media screen and (max-width: 1600px){.product-grid[data-view=grid]{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 1200px){.product-grid[data-view=grid]{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 640px){.product-grid[data-view=grid]{grid-template-columns:1fr}}.product-card{position:relative;transition:transform .3s ease;height:100%;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-4px)}.product-card:before{content:"";position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px;border-radius:12px;background:linear-gradient(135deg,#4f9bff,#32cd32);opacity:0;transition:opacity .3s ease;z-index:0}.product-card:hover:before{opacity:.15}.product-card__link{text-decoration:none;color:inherit;display:flex;flex-direction:column;height:100%;position:relative;z-index:1}.product-card__image-wrapper{position:relative;border-radius:8px;overflow:hidden;background:#f5f5f5}.product-card__image{position:relative;padding-bottom:100%}.product-card__image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;transition:opacity .3s ease}.product-card__image--primary{opacity:1}.product-card__image--secondary{opacity:0;position:absolute;top:0;left:0}.product-card:hover .product-card__image--primary{opacity:0}.product-card:hover .product-card__image--secondary{opacity:1}.product-card__content{padding:1rem;flex-grow:1;display:flex;flex-direction:column;gap:.5rem}.product-card__title{font-size:1rem;font-weight:700;margin:0;color:#121212;line-height:1.4}.product-card__price{font-size:1rem;font-weight:700;margin:0;background:linear-gradient(135deg,#4f9bff,#32cd32);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.product-card__button{width:100%;padding:.75rem 1.5rem;border:none;border-radius:6px;background:linear-gradient(135deg,#4f9bff,#32cd32);color:#fff;font-size:.9375rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;text-align:center;margin-top:auto;text-decoration:none}.product-card__button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.product-card__button:hover{opacity:.9;transform:translateY(-2px);box-shadow:0 4px 12px #32cd3233}.product-grid[data-view=list]{grid-template-columns:1fr}.product-grid[data-view=list] .product-card__link{display:grid;grid-template-columns:240px 1fr;gap:2rem;padding:1.5rem}.product-grid[data-view=list] .product-card__image-wrapper{height:240px}.product-grid[data-view=list] .product-card__content{padding:0}.product-grid[data-view=list] .product-card__title{font-size:1.5rem}.product-grid[data-view=list] .product-card__button{width:auto;min-width:120px}@media screen and (max-width: 768px){.product-grid[data-view=list] .product-card__link{grid-template-columns:1fr;gap:1.5rem}.product-grid[data-view=list] .product-card__image-wrapper{height:200px}}.collection-filters{margin-bottom:2rem}.filter-groups{display:flex;flex-wrap:wrap;gap:1rem}.filter-group{position:relative}.filter-group__summary{padding:.75rem 1rem;border:1px solid #e5e5e5;border-radius:4px;background:#fff;font-size:.875rem;color:#121212;cursor:pointer;min-width:160px;list-style:none}.filter-group__header{display:flex;align-items:center;justify-content:space-between}.filter-group__content{position:absolute;top:calc(100% + .5rem);left:0;min-width:200px;background:#fff;border:1px solid #e5e5e5;border-radius:4px;box-shadow:0 2px 4px #0000000d;z-index:10}.filter-options{padding:.75rem;max-height:300px;overflow-y:auto}.filter-option{display:flex;align-items:center;gap:.5rem;padding:.5rem;cursor:pointer}.price-range{padding:.75rem}.price-range__inputs{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.field{position:relative}.field__currency{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#737373;font-size:.875rem}.field__input{width:100%;padding:.5rem .75rem .5rem 1.5rem;border:1px solid #e5e5e5;border-radius:4px;font-size:.875rem}@media screen and (max-width: 768px){.collection-header{flex-wrap:wrap;gap:1rem}.collection-header__left{width:100%;justify-content:space-between}.filter-groups{overflow-x:auto;padding-bottom:.5rem;-webkit-overflow-scrolling:touch}.filter-group__content{position:fixed;top:auto;bottom:0;left:0;right:0;width:100%;border-radius:12px 12px 0 0;max-height:85vh;overflow-y:auto}.sort-by{min-width:120px}}.collection__faq{margin-top:6rem;padding:4rem 0;background:linear-gradient(135deg,#4f9bff0d,#32cd320d);border-radius:8px}.collection__faq-title{text-align:center;font-size:clamp(2rem,1.5rem + 1.5vw,2.5rem);font-weight:700;margin:0 0 1rem;background:linear-gradient(135deg,#4f9bff,#32cd32);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.collection__faq-description{text-align:center;max-width:600px;margin:0 auto 3rem;font-size:1.125rem;line-height:1.6;color:#737373}.faq-accordion{max-width:800px;margin:0 auto;padding:0 2rem}.faq-item{background:#fff;border-radius:6px;margin-bottom:1rem;box-shadow:0 2px 4px #0000000d;transition:all .3s ease}.faq-item:hover{box-shadow:0 4px 8px #0000001a}.faq-item[open]{background:linear-gradient(135deg,#4f9bff0d,#32cd320d)}.faq-item__question{position:relative;padding:1.5rem;font-weight:600;font-size:1.125rem;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;color:#121212}.faq-item__question::-webkit-details-marker{display:none}.faq-item__icon{width:24px;height:24px;transition:transform .3s ease}.faq-item[open] .faq-item__icon{transform:rotate(180deg)}.faq-item__answer{padding:0 1.5rem 1.5rem;color:#737373;line-height:1.6}.collection-pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:3rem}.collection-pagination__item{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid #ddd;border-radius:4px;color:inherit;text-decoration:none;transition:all .3s ease}.collection-pagination__item:hover,.collection-pagination__item.is-active{border-color:#4f9bff;color:#4f9bff}.collection-pagination__item .icon{width:20px;height:20px}.collection-empty{text-align:center;padding:4rem 0}.collection-empty__title{font-size:1.5rem;margin-bottom:1rem;color:#121212}.collection-empty__text{margin-bottom:2rem;color:#737373}.collection-empty__button{display:inline-block;padding:.75rem 1.5rem;background:linear-gradient(135deg,#4f9bff,#32cd32);color:#fff;text-decoration:none;border-radius:4px;transition:opacity .3s ease}.collection-empty__button:hover{opacity:.9}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
/*# sourceMappingURL=/cdn/shop/t/1/assets/section-collection.css.map */
