.collections-list-page{background-color:#f5f5f5;min-height:100vh}.collections-hero-section{padding:150px 200px 0;justify-content:center}.collections-hero-section__inner{max-width:1312px;margin:0 auto;display:flex;gap:32px;height:580px}.collections-hero-nav{width:416px;flex-shrink:0;display:flex;flex-direction:column;justify-content:center;gap:24px}.collections-hero-nav__title{font-family:Inter Display;font-weight:450;font-size:46px;line-height:1.2;letter-spacing:-2.3px;color:#0a0a0a;margin:0}.collections-hero-nav__list{display:flex;flex-direction:column;gap:32px;flex:1}.collections-hero-nav__item{cursor:pointer;transition:all .3s ease}.collections-hero-nav__item-title{font-family:Inter Display;font-weight:400;font-size:35px;line-height:1.25;letter-spacing:-1.25px;color:#a1a1a1;transition:color .3s ease;display:block}.collections-hero-nav__item.is-active .collections-hero-nav__item-title,.collections-hero-nav__item:hover .collections-hero-nav__item-title{color:#0a0a0a}.collections-hero-nav__item-expanded{display:none;flex-direction:column;gap:12px;margin-top:12px;opacity:0;transform:translateY(-8px);transition:opacity .3s ease,transform .3s ease}.collections-hero-nav__item.is-active .collections-hero-nav__item-expanded{display:flex;opacity:1;transform:translateY(0)}.collections-hero-nav__item-description{font-family:Inter,sans-serif;font-weight:300;font-size:16px;line-height:1.4;color:#737373;margin:0;max-width:416px}.collections-hero-nav__item-link{display:inline-flex;align-items:center;gap:12px;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:1.4;color:#0a0a0a;text-decoration:underline;transition:opacity .2s ease}.collections-hero-nav__item-link:hover{opacity:.7}.collections-hero-nav__item-link svg{width:24px;height:24px}.collections-hero-image{flex:1;position:relative;border-radius:24px;overflow:hidden;background:#e5e5e5}.collections-hero-image__item{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .5s ease}.collections-hero-image__item.is-active{opacity:1}.collections-hero-image__item img{width:100%;height:100%;object-fit:cover;border-radius:24px}.collections-hero-image__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e5e5e5,#d4d4d4)}.collections-hero-image__placeholder svg{width:120px;height:120px;fill:#a1a1a1}.collections-carousel-section{padding:48px 64px}.collections-carousel-section__inner{max-width:1312px;margin:0 auto;display:flex;flex-direction:column;gap:24px}.collections-carousel__header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.collections-carousel__header-left{display:flex;flex-direction:column;gap:4px;max-width:416px}.collections-carousel__title-row{display:flex;align-items:center;gap:12px}.collections-carousel__title{font-family:Inter Display,Inter,sans-serif;font-weight:400;font-size:27px;line-height:1.3;letter-spacing:-.675px;color:#0a0a0a;margin:0}.collections-carousel__count{font-family:Inter,sans-serif;font-weight:350;font-size:14px;line-height:1.4;color:#737373;letter-spacing:-.175px}.collections-carousel__description{font-family:Inter,sans-serif;font-weight:300;font-size:14px;line-height:1.4;color:#737373;margin:0;letter-spacing:-.14px}.collections-carousel__shop-btn{display:inline-flex;align-items:center;justify-content:center;gap:6.667px;height:40px;padding:10px 13.333px;border:1px solid #0a0a0a;border-radius:832.5px;background:transparent;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:1.4;color:#0a0a0a;text-decoration:none;transition:all .2s ease;flex-shrink:0;letter-spacing:-.14px}.collections-carousel__shop-btn:hover{background:#0a0a0a;color:#fff}.collections-carousel__shop-btn svg{transition:transform .2s ease}.collections-carousel__shop-btn:hover svg{transform:translate(2px)}.collections-carousel__wrapper{position:relative;overflow:hidden}.collections-carousel__track{display:flex;gap:32px;transition:transform .4s ease}.collections-carousel__product{flex:0 0 350px;display:flex;flex-direction:column;gap:12px;text-decoration:none;color:inherit;transition:opacity .3s ease,transform .3s ease}.collections-carousel__product:hover{transform:translateY(-4px)}.collections-carousel__product-image{width:100%;height:370px;border-radius:16px;overflow:hidden;background:#e5e5e5;position:relative}.collections-carousel__product-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.collections-carousel__product:hover .collections-carousel__product-image img{transform:scale(1.05)}.collections-carousel__product-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#e5e5e5}.collections-carousel__product-placeholder svg{width:80px;height:80px;fill:#a1a1a1}.collections-carousel__product-info{display:flex;flex-direction:column;gap:0}.collections-carousel__product-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.collections-carousel__product-title{font-family:Inter Display,Inter,sans-serif;font-weight:350;font-size:21px;line-height:1.35;letter-spacing:-.2625px;color:#0a0a0a;margin:0}.collections-carousel__product-price{display:flex;align-items:center;gap:12px;flex-shrink:0}.collections-carousel__product-price--regular,.collections-carousel__product-price--sale{font-family:Inter Display,Inter,sans-serif;font-weight:400;font-size:21px;line-height:1.35;letter-spacing:-.2625px;color:#0a0a0a}.collections-carousel__product-price--compare{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:1.4;color:#a1a1a1;text-decoration:line-through}.collections-carousel__product-variant{font-family:Inter,sans-serif;font-weight:300;font-size:14px;line-height:1.4;color:#525252;margin:0}.collections-carousel__nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;border-radius:16px;background:#0a0a0a;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10;color:#fff}.collections-carousel__nav-btn:hover{background:#262626;transform:translateY(-50%) scale(1.05)}.collections-carousel__nav-btn--next{right:0}.collections-carousel__nav-btn--prev{left:0}@media screen and (max-width: 989px){.collections-hero-section{padding:150px 32px 32px}.collections-hero-section__inner{flex-direction:column;height:auto;gap:24px}.collections-hero-nav{width:100%}.collections-hero-nav__title{font-size:38px;letter-spacing:-1.9px}.collections-hero-nav__list{flex-direction:column;gap:24px}.collections-hero-nav__item-title{font-size:24px;letter-spacing:-.9px}.collections-hero-nav__item-expanded{position:static;background:transparent;padding:12px 0 0}.collections-hero-nav__item{position:static}.collections-hero-nav__item.is-active .collections-hero-nav__item-expanded{width:100%}.collections-hero-image{width:100%;height:400px;border-radius:16px}.collections-hero-image__item img{border-radius:16px}.collections-carousel-section{padding:32px}.collections-carousel__header{flex-direction:column;align-items:flex-start;gap:16px}.collections-carousel__header-left{max-width:100%}.collections-carousel__product{flex:0 0 280px}.collections-carousel__product-image{height:300px;border-radius:12px}.collections-carousel__product-title,.collections-carousel__product-price--regular,.collections-carousel__product-price--sale{font-size:18px}}@media screen and (max-width: 749px){.collections-hero-section{padding:120px 20px 24px}.collections-hero-section__inner{gap:20px}.collections-hero-nav__title{font-size:32px;letter-spacing:-1.6px}.collections-hero-nav__list{flex-direction:column;gap:20px}.collections-hero-nav__item-title{font-size:22px;letter-spacing:-.825px}.collections-hero-nav__item-description{font-size:14px}.collections-hero-nav__item-link{font-size:13px;gap:8px}.collections-hero-nav__item-link svg{width:20px;height:20px}.collections-hero-image{height:320px;border-radius:12px}.collections-hero-image__item img{border-radius:12px}.collections-carousel-section{padding:24px 20px}.collections-carousel-section__inner{gap:16px}.collections-carousel__header{gap:12px}.collections-carousel__title-row{flex-wrap:wrap;gap:8px}.collections-carousel__title{font-size:22px;letter-spacing:-.55px}.collections-carousel__count,.collections-carousel__description{font-size:13px}.collections-carousel__shop-btn{height:36px;padding:8px 12px;font-size:13px}.collections-carousel__track{gap:16px}.collections-carousel__product{flex:0 0 calc(50vw - 36px);min-width:160px;max-width:200px}.collections-carousel__product-image{height:200px;border-radius:10px}.collections-carousel__product-header{flex-direction:column;gap:4px}.collections-carousel__product-title{font-size:15px;letter-spacing:-.1875px}.collections-carousel__product-price--regular,.collections-carousel__product-price--sale{font-size:15px}.collections-carousel__product-price--compare{font-size:12px}.collections-carousel__product-variant{font-size:13px}.collections-carousel__nav-btn{width:28px;height:28px}.collections-carousel__nav-btn svg{width:16px;height:16px}}@media screen and (max-width: 480px){.collections-hero-section{padding:20px 16px}.collections-hero-nav__title{font-size:28px;letter-spacing:-1.4px}.collections-hero-nav__item-title{font-size:20px;letter-spacing:-.75px}.collections-hero-image{height:260px;border-radius:10px}.collections-hero-image__item img{border-radius:10px}.collections-carousel-section{padding:20px 16px}.collections-carousel__title{font-size:20px;letter-spacing:-.5px}.collections-carousel__product{flex:0 0 calc(50vw - 28px);min-width:140px}.collections-carousel__product-image{height:170px;border-radius:8px}.collections-carousel__product-title,.collections-carousel__product-price--regular,.collections-carousel__product-price--sale{font-size:14px}.collections-carousel__product-variant{font-size:12px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.collections-hero-nav__item.is-active .collections-hero-nav__item-expanded{animation:fadeIn .3s ease forwards}
/*# sourceMappingURL=/cdn/shop/t/12/assets/component-list-collections-new.css.map */
