.collection-page{padding-top:100px;padding-bottom:100px}.collection-page__container{max-width:1280px;margin:0 auto;padding:0 40px}.collection__categories-wrapper{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px;position:relative}.collection__categories{overflow:hidden;flex:1;margin:0 15px}.collection__categories-inner{display:flex;align-items:center;justify-content:center;gap:12px;white-space:nowrap}.collection__categories-arrow{display:none;align-items:center;justify-content:center;width:40px;height:40px;background:none;border:1px solid #000;border-radius:50%;cursor:pointer;flex-shrink:0;transition:background-color .2s ease,border-color .2s ease;color:#000}.collection__categories-arrow:hover{background-color:#000;color:#fff}.collection__categories-arrow--disabled{border-color:#ccc;color:#ccc;cursor:default}.collection__categories-arrow--disabled:hover{background-color:transparent;color:#ccc}.collection__categories-arrow svg{width:8px;height:14px}.collection__toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.collection__filter{position:relative}.collection__filter-btn{display:flex;align-items:center;gap:10px;background:none;border:none;cursor:pointer;padding:0;font-family:Cabinet Grotesk,sans-serif}.collection__filter-text{font-size:14px;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.collection__filter-icon{display:flex;align-items:center}.collection__filter-icon svg{width:18px;height:18px}.collection__filter-dropdown{position:absolute;top:100%;left:0;margin-top:10px;min-width:220px;background:#fff;border:1px solid #e0e0e0;box-shadow:0 4px 12px #0000001a;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease;z-index:100;max-height:300px;overflow-y:auto}.collection__filter-dropdown.is-open{opacity:1;visibility:visible;transform:translateY(0)}.collection__filter-option{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;font-size:14px;text-decoration:none;color:#000;transition:background-color .15s ease}.collection__filter-option:hover{background-color:#f5f5f5}.collection__filter-option--active{font-weight:600;background-color:#f5f5f5}.collection__filter-option--active svg{flex-shrink:0}.collection__filter-clear{padding:12px 16px;border-top:1px solid #e0e0e0}.collection__filter-clear-link{font-size:13px;color:#666;text-decoration:underline;transition:color .2s ease}.collection__filter-clear-link:hover{color:#000}.collection__filter-empty{display:block;padding:16px;font-size:13px;color:#666}.collection__category-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border:1px solid #000;border-radius:50px;font-family:Cabinet Grotesk,sans-serif;font-size:14px;font-weight:500;letter-spacing:.02em;text-decoration:none;color:#000;background:transparent;transition:background-color .2s ease,color .2s ease;white-space:nowrap}.collection__category-btn:hover,.collection__category-btn--active{background-color:#000;color:#fff}.collection__category-btn svg{width:10px;height:10px;transition:transform .2s ease}.collection__category-btn:hover svg{transform:translate(2px,-2px)}.collection__category-btn--active svg{transform:none}.collection__category-btn--active:hover svg{transform:none}.collection__sort{position:relative}.collection__sort-btn{display:flex;align-items:center;gap:10px;background:none;border:none;cursor:pointer;padding:0;font-family:Cabinet Grotesk,sans-serif}.collection__sort-icon{display:flex;align-items:center}.collection__sort-icon svg{width:18px;height:16px}.collection__sort-text{font-size:14px;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.collection__sort-dropdown{position:absolute;top:100%;right:0;margin-top:10px;min-width:200px;background:#fff;border:1px solid #e0e0e0;box-shadow:0 4px 12px #0000001a;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease;z-index:100}.collection__sort-dropdown.is-open{opacity:1;visibility:visible;transform:translateY(0)}.collection__sort-option{display:block;padding:12px 16px;font-size:14px;text-decoration:none;color:#000;transition:background-color .15s ease}.collection__sort-option:hover{background-color:#f5f5f5}.collection__sort-option--active{font-weight:600}.collection__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.collection__grid .product-card.hidden-product{display:none}.collection__load-more{display:flex;justify-content:center;margin-top:40px}.collection__load-more-btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 40px;background:transparent;border:1px solid #000;border-radius:50px;font-family:Cabinet Grotesk,sans-serif;font-size:14px;font-weight:500;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;transition:background .2s ease,color .2s ease}.collection__load-more-btn:hover{background:#000;color:#fff}.collection__load-more-btn.hidden{display:none}.product-card{position:relative}.product-card__link{display:block;text-decoration:none}.product-card__media{position:relative;aspect-ratio:1;overflow:hidden;background-color:#f5f5f5;border:1px solid #e5e5e5}.product-card__image{width:100%;height:100%;object-fit:cover;transition:opacity .3s ease}.product-card__image--secondary{position:absolute;top:0;left:0;opacity:0}.product-card:hover .product-card__image--primary{opacity:0}.product-card:hover .product-card__image--secondary,.product-card--single-image:hover .product-card__image--primary{opacity:1}.product-card__placeholder,.product-card__placeholder-svg{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.product-card__info{display:block;padding:15px 0}.product-card__category{display:block;font-size:12px;font-weight:400;color:#666;margin-bottom:6px}.product-card__title{display:block;font-size:14px;font-weight:400;line-height:1.4;color:#000;margin:0 0 8px}.product-card__price{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600}.product-card__price-compare{color:#999;text-decoration:line-through;font-weight:400}.product-card__price-current{color:#000}.product-card__favorite{position:absolute;top:12px;right:12px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background-color:#ffffffe6;border:none;border-radius:50%;cursor:pointer;transition:all .3s ease;z-index:10;opacity:0}.product-card:hover .product-card__favorite{opacity:1}.product-card__favorite:hover{background-color:#fff;transform:scale(1.1)}.product-card__favorite svg{width:16px;height:14px;color:#000}.product-card__favorite svg path{transition:fill .2s ease}.product-card__favorite.is-favorited{opacity:1}.product-card__favorite.is-favorited svg path{fill:#000}.collection__empty{text-align:center;padding:80px 20px}.collection__empty p{font-size:18px;color:#666;margin:0 0 30px}.pagination{margin-top:60px;display:flex;justify-content:center}.pagination__list{display:flex;align-items:center;gap:8px;list-style:none;padding:0;margin:0}.pagination__link{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border:1px solid #ddd;font-size:14px;text-decoration:none;color:inherit;transition:background-color .2s ease,border-color .2s ease}.pagination__link:hover{border-color:#000}.pagination__link--current{background-color:#000;border-color:#000;color:#fff}.pagination__link--ellipsis{border:none;cursor:default}.pagination__link--prev,.pagination__link--next{padding:0}@media screen and (max-width:990px){.collection-page{padding-top:100px;padding-bottom:100px}.collection-page__container{padding:0 50px}.collection__categories-wrapper{margin-bottom:30px;justify-content:space-between}.collection__categories{overflow:hidden;flex:1;margin:0 15px}.collection__categories-inner{display:flex;justify-content:flex-start;gap:12px;transition:transform .3s ease}.collection__category-btn{flex-shrink:0}.collection__categories-arrow{display:flex;background:transparent}.collection__toolbar{gap:20px}.collection__grid{grid-template-columns:repeat(2,1fr);gap:15px}}@media screen and (max-width:768px){.collection-page{padding-top:50px;padding-bottom:50px}.collection-page__container{padding:0 25px}.collection__categories-wrapper{margin-bottom:20px;display:flex;justify-content:space-between;align-items:center}.collection__categories{flex:1;display:flex;justify-content:space-evenly}.collection__categories-inner{display:contents}.collection__category-btn{padding:6px 14px;font-size:14px}.collection__categories .collection__category-btn.hidden,.collection__category-btn.hidden{display:none}.collection__categories-arrow{display:flex;width:32px;height:32px;background:transparent;flex-shrink:0}.collection__toolbar{gap:15px}.collection__sort{margin-left:auto}.collection__grid{grid-template-columns:1fr;gap:20px}.collection__grid .product-card{max-width:100%}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/section-collection.css.map */
