.collection-hero-new{position:relative;width:100%;height:472px;overflow:hidden}.collection-hero-new__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:0}.collection-hero-new__image img{width:100%;height:100%;object-fit:cover}.collection-hero-new__placeholder{width:100%;height:100%;background:linear-gradient(135deg,#1a1a1a,#2d2d2d)}.collection-hero-new__overlay{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;pointer-events:none;display:block}.collection-hero-new__blur{position:absolute;bottom:0;left:0;right:0;width:100%;z-index:2;pointer-events:none;display:block}.collection-hero-new__content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:flex;align-items:flex-end;padding:64px}.collection-hero-new__content-inner{width:100%;max-width:1088px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-end;gap:48px}.collection-hero-new__left{display:flex;flex-direction:column;gap:16px}.collection-hero-new__badge{display:inline-flex;align-items:center;padding:9px 14px;border:1px solid #ffffff;border-radius:100px;font-family:Inter,sans-serif;font-weight:300;font-size:14px;line-height:1;letter-spacing:-.12px;color:#fff;width:fit-content}.collection-hero-new__title{font-family:Inter Display,sans-serif;font-weight:350;font-size:48px;line-height:1.1;letter-spacing:-2px;color:#fff;margin:0}.collection-hero-new__right{max-width:480px}.collection-hero-new__description{font-family:Inter,sans-serif;font-weight:300;font-size:16px;line-height:1.6;color:#fffc;margin:0;letter-spacing:-.16px}.collection-toolbar{padding:32px 64px}.collection-toolbar__inner{max-width:1312px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:24px}.collection-toolbar__left{display:flex;align-items:center;gap:16px}.collection-toolbar__title{font-family:Inter Display,sans-serif;font-weight:400;font-size:35px;line-height:1.25;letter-spacing:-1.3125px;color:#0a0a0a;margin:0}.collection-toolbar__count{font-family:Inter,sans-serif;font-weight:350;font-size:14px;line-height:1.4;color:#737373;letter-spacing:-.175px}.collection-toolbar__right{display:flex;align-items:center;gap:16px}.collection-toolbar__search{position:relative;display:flex;align-items:center}.collection-toolbar__search-input{width:528px;height:48px;padding:10px 48px 10px 16px;background:#fafafa;border:1px solid #e5e5e5;border-radius:99px;font-family:Inter,sans-serif;font-weight:300;font-size:14px;line-height:1.4;color:#171717;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.collection-toolbar__search-input::placeholder{color:#a1a1a1}.collection-toolbar__search-input:focus{border-color:#171717;box-shadow:0 0 0 1px #171717}.collection-toolbar__search-icon{position:absolute;right:16px;pointer-events:none}.collection-toolbar__filter-wrapper{position:relative}.collection-toolbar__filter-btn{display:flex;align-items:center;gap:8px;height:48px;padding:10px 16px;background:#fafafa;border:1px solid #e5e5e5;border-radius:99px;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:1.4;color:#a1a1a1;cursor:pointer;transition:border-color .2s ease,background-color .2s ease}.collection-toolbar__filter-btn:hover{border-color:#171717}.collection-toolbar__filter-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:220px;background:#fff;border:1px solid #e5e5e5;border-radius:16px;box-shadow:0 8px 30px #0000001f;z-index:100;opacity:0;visibility:hidden;transform:translateY(-8px);transition:all .2s ease}.collection-toolbar__filter-dropdown.open{opacity:1;visibility:visible;transform:translateY(0)}.collection-toolbar__filter-dropdown-inner{padding:20px}.collection-toolbar__filter-group{display:flex;flex-direction:column;gap:12px}.collection-toolbar__filter-label{font-family:Inter,sans-serif;font-weight:500;font-size:12px;line-height:1.4;color:#737373;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.collection-toolbar__filter-option{display:flex;align-items:center;gap:10px;cursor:pointer;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:1.4;color:#171717}.collection-toolbar__filter-option input[type=checkbox]{position:absolute;opacity:0;width:0;height:0}.collection-toolbar__filter-checkbox{width:18px;height:18px;border:1.5px solid #d4d4d4;border-radius:4px;background:#fff;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.collection-toolbar__filter-option input[type=checkbox]:checked+.collection-toolbar__filter-checkbox{background:#0a0a0a;border-color:#0a0a0a}.collection-toolbar__filter-option input[type=checkbox]:checked+.collection-toolbar__filter-checkbox:after{content:"";width:10px;height:7px;border-left:2px solid #ffffff;border-bottom:2px solid #ffffff;transform:rotate(-45deg) translateY(-1px)}.collection-toolbar__filter-actions{display:flex;gap:8px;margin-top:16px;padding-top:16px;border-top:1px solid #f5f5f5}.collection-toolbar__filter-clear,.collection-toolbar__filter-apply{flex:1;height:40px;border-radius:8px;font-family:Inter,sans-serif;font-weight:500;font-size:14px;line-height:1.4;cursor:pointer;transition:all .2s ease}.collection-toolbar__filter-clear{background:#fff;border:1px solid #e5e5e5;color:#737373}.collection-toolbar__filter-clear:hover{border-color:#171717;color:#171717}.collection-toolbar__filter-apply{background:#0a0a0a;border:1px solid #0a0a0a;color:#fff}.collection-toolbar__filter-apply:hover{background:#262626}.collection-toolbar__sort{position:relative}.collection-toolbar__sort-btn{display:flex;align-items:center;gap:8px;height:48px;padding:10px 16px;background:#fafafa;border:1px solid #e5e5e5;border-radius:99px;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:1.4;color:#a1a1a1;cursor:pointer;transition:border-color .2s ease,background-color .2s ease}.collection-toolbar__sort-btn:hover{border-color:#171717;background-color:#fff}.collection-toolbar__sort-arrow{transition:transform .2s ease}.collection-toolbar__sort-btn[aria-expanded=true] .collection-toolbar__sort-arrow{transform:rotate(180deg)}.collection-toolbar__sort-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:200px;background:#fff;border:1px solid #e5e5e5;border-radius:16px;box-shadow:0 8px 30px #0000001f;z-index:100;opacity:0;visibility:hidden;transform:translateY(-8px);transition:all .2s ease;overflow:hidden}.collection-toolbar__sort-dropdown.open{opacity:1;visibility:visible;transform:translateY(0)}.collection-toolbar__sort-option{display:block;width:100%;padding:12px 16px;background:transparent;border:none;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:1.4;color:#171717;text-align:left;cursor:pointer;transition:background-color .15s ease}.collection-toolbar__sort-option:hover{background:#f5f5f5}.collection-toolbar__sort-option.active{background:#f5f5f5;font-weight:500}.collection-products{padding:0 64px 80px}.collection-products__inner{max-width:1312px;margin:0 auto}.collection-products__empty{text-align:center;padding:80px 20px}.collection-products__empty p{font-family:Inter,sans-serif;font-size:18px;color:#737373;margin:0 0 16px}.collection-products__empty-link{font-family:Inter,sans-serif;font-size:14px;color:#171717;text-decoration:underline}.collection-products__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.collection-product-card{display:block;text-decoration:none;color:inherit;transition:transform .3s ease}.collection-product-card:hover{transform:translateY(-4px)}.collection-product-card__image{position:relative;width:100%;aspect-ratio:1 / 1;border-radius:16px;overflow:hidden;background:#f5f5f5;margin-bottom:16px}.collection-product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.collection-product-card:hover .collection-product-card__image img{transform:scale(1.05)}.collection-product-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f5f5f5}.collection-product-card__placeholder svg{width:80px;height:80px;fill:#d4d4d4}.collection-product-card__info{display:flex;flex-direction:column;gap:4px}.collection-product-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.collection-product-card__title{font-family:Inter,sans-serif;font-weight:350;font-size:21px;line-height:1.4;letter-spacing:-.2px;color:#171717;margin:0;letter-spacing:-.7px;flex:1}.collection-product-card__price{display:flex;align-items:center;gap:8px;flex-shrink:0}.collection-product-card__price-regular,.collection-product-card__price-sale{font-family:Inter,sans-serif;font-weight:350;font-size:21px;line-height:1.4;letter-spacing:-.7px;color:#171717}.collection-product-card__price-sale{color:#dc2626}.collection-product-card__price-compare{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:1.4;color:#a1a1a1;text-decoration:line-through}.collection-product-card__variant{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:1.4;color:#737373;margin:0}.collection-pagination{margin-top:48px;display:flex;justify-content:center}@media screen and (max-width: 989px){.collection-hero-new{height:400px}.collection-hero-new__content{padding:48px 32px}.collection-hero-new__content-inner{flex-direction:column;align-items:flex-start;gap:24px}.collection-hero-new__title{font-size:42px;letter-spacing:-1.5px}.collection-hero-new__right{max-width:100%}.collection-hero-new__description{font-size:15px}.collection-toolbar{padding:24px 12px}.collection-toolbar__inner{flex-wrap:wrap;gap:16px}.collection-toolbar__left{gap:12px}.collection-toolbar__title{font-size:28px;letter-spacing:-1px}.collection-toolbar__right{flex-wrap:wrap;width:100%;justify-content:flex-start;gap:12px}.collection-toolbar__search-input{width:320px}.collection-toolbar__filter-dropdown,.collection-toolbar__sort-dropdown{min-width:180px}.collection-products{padding:40px 32px 64px}.collection-products__grid{grid-template-columns:repeat(3,1fr);gap:24px}.collection-product-card__image{border-radius:12px}.collection-product-card__title{font-size:15px}}@media screen and (max-width: 749px){.collection-hero-new{height:360px}.collection-hero-new__content{padding:32px 20px}.collection-hero-new__badge{font-size:14px;padding:6px 12px}.collection-hero-new__title{font-size:32px;letter-spacing:-1px}.collection-hero-new__description{font-size:14px;line-height:1.5}.collection-toolbar{padding:20px}.collection-toolbar__inner{flex-direction:column;align-items:stretch;gap:16px}.collection-toolbar__left{justify-content:flex-start;flex-wrap:wrap;gap:8px}.collection-toolbar__title{font-size:24px;letter-spacing:-.75px}.collection-toolbar__count{font-size:13px}.collection-toolbar__right{display:flex;flex-direction:column;gap:12px}.collection-toolbar__search{width:100%}.collection-toolbar__search-input{width:100%;height:44px}.collection-toolbar__filter-wrapper{width:calc(50% - 6px);display:inline-flex}.collection-toolbar__filter-btn{width:100%;height:44px;justify-content:center}.collection-toolbar__sort{width:calc(50% - 6px);display:inline-flex}.collection-toolbar__sort-btn{width:100%;height:44px;justify-content:center}.collection-toolbar__filter-dropdown,.collection-toolbar__sort-dropdown{left:0;right:auto;min-width:100%}.collection-toolbar__right{flex-direction:row;flex-wrap:wrap}.collection-toolbar__search{flex:0 0 100%}.collection-products{padding:32px 20px 48px}.collection-products__grid{grid-template-columns:repeat(2,1fr);gap:16px}.collection-product-card__image{border-radius:10px;margin-bottom:12px}.collection-product-card__header{flex-direction:column;gap:4px}.collection-product-card__title,.collection-product-card__price-regular,.collection-product-card__price-sale{font-size:14px}.collection-product-card__price-compare{font-size:12px}.collection-product-card__variant{font-size:13px}.collection-pagination{margin-top:32px}}@media screen and (max-width: 480px){.collection-hero-new{height:320px}.collection-hero-new__content{padding:24px 16px}.collection-hero-new__title{font-size:28px}.collection-hero-new__description{font-size:13px}.collection-toolbar{padding:16px}.collection-toolbar__title{font-size:20px;letter-spacing:-.5px}.collection-toolbar__search-input,.collection-toolbar__filter-btn,.collection-toolbar__sort-btn{height:42px;font-size:13px}.collection-products{padding:24px 16px 40px}.collection-products__grid{gap:12px}.collection-product-card__image{border-radius:8px;margin-bottom:10px}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/component-collection-new.css.map */
