.collection-hero-section{background-color:var(--hero-bg-color, #f3f3f3);width:100%;padding-top:var(--hero-padding-top-mobile, 24px);padding-bottom:var(--hero-padding-bottom-mobile, 24px)}@media(min-width: 1024px){.collection-hero-section{padding-top:var(--hero-padding-top-desktop, 24px);padding-bottom:var(--hero-padding-bottom-desktop, 24px)}}.collection-hero{width:100%;display:flex;flex-direction:column;gap:24px}.collection-hero *{box-sizing:border-box}@media(min-width: 1024px){.collection-hero{gap:0;position:relative}.collection-hero:not(.collection-hero--empty){height:280px}}.collection-hero__container{display:flex;flex-direction:column;gap:24px;margin:0 auto;width:100%;height:100%}.collection-hero__container:not(.container){max-width:1440px;padding:0 20px}@media(min-width: 1024px){.collection-hero__container:not(.container){padding:0 60px 0 60px}}@media(min-width: 1024px){.collection-hero__container{flex-direction:row;align-items:center;justify-content:flex-start;gap:40px;padding-left:0}}.collection-hero__title-wrapper{display:flex;flex-direction:column;gap:8px;max-width:100%}@media(min-width: 1024px){.collection-hero__title-wrapper{max-width:380px;flex-shrink:0;gap:8px}}@media(max-width: 1023px){.collection-hero__title-wrapper{align-items:center;text-align:center}}@media(min-width: 1024px){.collection-hero--empty .collection-hero__container{flex-direction:column;align-items:center;justify-content:center;text-align:center}}@media(min-width: 1024px){.collection-hero--empty .collection-hero__title-wrapper{max-width:100%;width:100%;align-items:center;text-align:center}}.collection-hero--empty .collection-hero__breadcrumbs{justify-content:center}@media(min-width: 1024px){.collection-hero--empty .collection-hero__breadcrumbs{justify-content:start;width:100%}}.collection-hero--empty .collection-hero__title{text-align:center}@media(min-width: 1024px){.collection-hero--empty .collection-hero__title{text-align:center;width:100%}}.collection-hero--empty .collection-hero__subtitle{text-align:center}@media(min-width: 1024px){.collection-hero--empty .collection-hero__subtitle{text-align:center}}.collection-hero__breadcrumbs{display:flex;align-items:center;gap:4px}.collection-hero__breadcrumbs .collection-hero__breadcrumb-item{font-family:var(--font-body);font-size:12px;line-height:16px;color:#6a7b83;text-decoration:none;font-weight:300}.collection-hero__breadcrumbs .collection-hero__breadcrumb-item--current{color:#072431}.collection-hero__breadcrumbs .collection-hero__breadcrumb-item:not(.collection-hero__breadcrumbs .collection-hero__breadcrumb-item--current):hover{text-decoration:underline}.collection-hero__breadcrumb-separator{display:flex;align-items:center;width:12px;height:12px;color:#6a7b83;flex-shrink:0;transform:translateY(-1px)}.collection-hero__breadcrumb-separator svg{width:100%;height:100%;display:block}.collection-hero__title{font-family:var(--font-title);font-weight:bold;font-size:24px;line-height:32px;color:#072431;text-transform:uppercase;margin:0}@media(min-width: 1024px){.collection-hero__title{font-size:32px;line-height:40px}}.collection-hero__subtitle{font-family:var(--font-body);font-weight:400;font-size:16px;line-height:24px;color:#6a7b83;margin:0;text-align:center}@media(min-width: 1024px){.collection-hero__subtitle{text-align:left}}.collection-hero__slider-wrapper{position:relative;width:100%;overflow:hidden}@media(min-width: 1024px){.collection-hero__slider-wrapper{position:absolute;right:0;top:50%;transform:translateY(-50%);width:auto;max-width:63vw;padding:0;overflow:visible}}.collection-hero__slider{position:relative;overflow:hidden;width:100%}.collection-hero__card-slide{height:auto !important;width:120px !important}@media(min-width: 1024px){.collection-hero__card-slide{width:180px !important}}.collection-hero__card{display:flex;flex-direction:column;background:#fff;border-radius:8px;padding:8px;text-decoration:none;width:120px;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 1px 3px rgba(0,0,0,.05)}@media(min-width: 1024px){.collection-hero__card{width:180px}}.collection-hero__card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.collection-hero__card-image{width:100%;aspect-ratio:1/1;border-radius:4px;overflow:hidden;position:relative;background:#f3f3f3;flex-shrink:0;margin-bottom:12px}.collection-hero__card-image img{width:100%;height:100%;object-fit:cover;display:block}.collection-hero__card-image-placeholder{width:100%;height:100%;background:#e0e0e0}.collection-hero__card-content{display:flex;flex-direction:column;gap:2px;align-items:center;justify-content:flex-start;padding:0 4px}.collection-hero__card-title{font-family:var(--font-body);font-weight:500;font-size:14px;line-height:20px;color:#072431;margin:0;word-wrap:break-word;overflow-wrap:break-word;width:100%;hyphens:auto}.collection-hero__card-subtext{font-family:var(--font-body);font-weight:400;font-size:12px;line-height:16px;color:#6a7b83;margin:0;word-wrap:break-word;overflow-wrap:break-word;width:100%}.collection-hero__nav-button{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:30px;height:30px;background:#072431;border-radius:8px;display:none;align-items:center;justify-content:center;cursor:pointer;transition:background-color .3s ease;border:none;padding:0;margin:0}.collection-hero__nav-button::after{content:""}@media(min-width: 1024px){.collection-hero__nav-button{display:flex}}.collection-hero__nav-button:hover:not(.swiper-button-disabled){background:#0a2d3f}.collection-hero__nav-button .icon{width:16px;height:16px}.collection-hero__nav-button--prev{left:20px}.collection-hero__nav-button--next{right:20px}.collection-hero__nav-button.swiper-button-disabled{opacity:0;cursor:not-allowed;pointer-events:none}.collection-hero__empty{flex:1;display:flex;align-items:center;justify-content:center;padding:40px 20px;text-align:center;height:190px}@media(min-width: 1024px){.collection-hero__empty{height:230px}}.collection-hero__empty-text{font-family:var(--font-body);font-size:16px;color:#6a7b83;margin:0}.collection-hero__slider .swiper-wrapper{display:flex;align-items:stretch}.collection-hero__slider .swiper-slide{height:auto;display:flex}.merch-breaker{display:flex;flex-direction:column}.merch-breaker>a{flex-grow:1;background-position:center !important;background-repeat:no-repeat !important;background-size:cover !important;display:flex;justify-content:center;align-items:center}.pagination-wrapper{display:flex;justify-content:center;align-items:center}.product-grid-breaker{display:flex;flex-direction:column}.product-grid-breaker .swiper-container{width:100%;flex-grow:1}.product-grid-breaker .swiper-slide{display:flex;flex-direction:column;justify-content:center;position:relative}.product-grid-breaker .product-img__wrapper{flex-grow:1}.product-grid-breaker .swiper-pagination{bottom:var(--spacing-tiny);left:50%}.product-img__wrapper img{position:absolute;height:100%;object-fit:cover}.product-content__wrapper{position:absolute;width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;z-index:1}.product-content__wrapper h2{text-transform:uppercase}.product-content__wrapper .product-content__tag-wrapper{display:flex}.product-content__wrapper .product-content__tag-item{font-size:var(--font-small);text-transform:uppercase}.product-content__wrapper .product-content__tag-item.new-tag{color:var(--white-color)}.product-content__wrapper .product-content__tag-item.preorder-tag{color:var(--third-color)}.product-content__wrapper .product-content__tag-item.sellout-tag{color:var(--warning-color)}.product-content__wrapper .product-content__tag-item:not(:last-child){margin-right:var(--spacing-tiny)}@media(max-width: 767px){.product-grid-breaker .product-img__wrapper{padding-top:var(--ratio-mobile-p)}.product-grid-breaker .product-img__wrapper img{top:0}.product-content__wrapper .product-content__title-wrapper{text-align:center}}.single-merch-break{display:none;flex-direction:column}.single-merch-break a{flex-grow:1;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden}.single-merch-break a>div{position:relative;z-index:1}.single-merch-break img{position:absolute;height:100%;width:100%;object-fit:cover}@media(max-width: 767px){.single-merch-break{aspect-ratio:345/550}}.collection-pagination-1 .single-merch-break--1{display:flex}.collection-pagination-2 .single-merch-break--2{display:flex}.collection-template{position:relative}.blurred-bg{filter:blur(5px);pointer-events:none}.private-sales_popup{display:none}.collection-template.visible .private-sales_popup{position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);display:flex;background:var(--fourth-color);flex-direction:column;justify-content:center;align-items:center;text-align:center;width:300px}.private-sales_popup h4{text-transform:uppercase;color:var(--light-color)}.private-sales_popup .private-sales_popup-access-details{color:var(--fifth-color)}.private-sales_popup .private-sales_popup-login-btn{cursor:pointer}.private-sales_popup .private-sales_popup-access{display:flex;flex-direction:column;align-items:center;color:var(--light-color)}.private-sales_popup .private-sales_popup-signup-link{color:var(--white-color)}@media(max-width: 767px){.private-sales_popup{width:280px}}.display-more{display:flex;align-items:center;flex-direction:column;justify-content:center}.display-more__item-count{color:var(--text-secondary-color);text-align:center}.collection-list__col{padding:0 var(--spacing-small)}@media(min-width: 768px){.collection-list__col{padding:0 var(--spacing-medium)}}/*# sourceMappingURL=collection.css.map */
