.collection-showcase{margin:0}.collection-showcase--full-width{width:100%}.collection-showcase .page-width{max-width:140rem;margin:0 auto;padding:0 1.5rem}.collection-showcase__block{margin-bottom:4rem}.collection-showcase__grid-horizontal{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);gap:2rem;min-height:60rem}.collection-showcase__hero-horizontal{position:relative;overflow:hidden;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);grid-column:span 2;grid-row:span 1}.collection-showcase__products-horizontal{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.collection-showcase__block--hero-top .collection-showcase__grid-horizontal{grid-template-areas:"hero hero prod1 prod2" "prod3 prod4 prod5 prod6"}.collection-showcase__block--hero-top .collection-showcase__hero-horizontal{grid-area:hero;grid-column:1 / 3;grid-row:1 / 2}.collection-showcase__block--hero-top .collection-showcase__products-horizontal{display:contents}.collection-showcase__block--hero-top .collection-showcase__product-card:nth-child(1){grid-area:prod1}.collection-showcase__block--hero-top .collection-showcase__product-card:nth-child(2){grid-area:prod2}.collection-showcase__block--hero-top .collection-showcase__product-card:nth-child(3){grid-area:prod3}.collection-showcase__block--hero-top .collection-showcase__product-card:nth-child(4){grid-area:prod4}.collection-showcase__block--hero-top .collection-showcase__product-card:nth-child(5){grid-area:prod5}.collection-showcase__block--hero-top .collection-showcase__product-card:nth-child(6){grid-area:prod6}.collection-showcase__block--hero-bottom .collection-showcase__grid-horizontal{grid-template-areas:"prod1 prod2 prod3 prod4" "prod5 prod6 hero hero"}.collection-showcase__block--hero-bottom .collection-showcase__hero-horizontal{grid-area:hero;grid-column:3 / 5;grid-row:2 / 3}.collection-showcase__block--hero-bottom .collection-showcase__products-horizontal{display:contents}.collection-showcase__block--hero-bottom .collection-showcase__product-card:nth-child(1){grid-area:prod1}.collection-showcase__block--hero-bottom .collection-showcase__product-card:nth-child(2){grid-area:prod2}.collection-showcase__block--hero-bottom .collection-showcase__product-card:nth-child(3){grid-area:prod3}.collection-showcase__block--hero-bottom .collection-showcase__product-card:nth-child(4){grid-area:prod4}.collection-showcase__block--hero-bottom .collection-showcase__product-card:nth-child(5){grid-area:prod5}.collection-showcase__block--hero-bottom .collection-showcase__product-card:nth-child(6){grid-area:prod6}.collection-showcase__hero-image-container{position:relative;width:100%;height:100%}.collection-showcase__hero-img,.collection-showcase__hero-video{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.collection-showcase__hero-horizontal:hover .collection-showcase__hero-img,.collection-showcase__hero-horizontal:hover .collection-showcase__hero-video{transform:scale(1.05)}.collection-showcase__hero-video{position:absolute;top:0;left:0;z-index:1}.collection-showcase__hero-img--primary,.collection-showcase__hero-img--hover{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity .4s ease}.collection-showcase__hero-img--primary{opacity:1;z-index:1}.collection-showcase__hero-img--hover{opacity:0;z-index:2}.collection-showcase__hero-horizontal:hover .collection-showcase__hero-img--primary{opacity:0}.collection-showcase__hero-horizontal:hover .collection-showcase__hero-img--hover{opacity:1}.collection-showcase__hero-horizontal:hover .collection-showcase__hero-image-container .collection-showcase__hero-img--primary,.collection-showcase__hero-horizontal:hover .collection-showcase__hero-image-container .collection-showcase__hero-img--hover{transform:none}.collection-showcase__product-card{position:relative;background:transparent;transition:all .3s ease}.collection-showcase__product-card:hover{transform:translateY(-4px)}.collection-showcase__product-link{display:block;text-decoration:none;color:inherit;height:100%}.collection-showcase__product-image{position:relative;aspect-ratio:3/4;overflow:hidden;background:#f8f8f8;margin-bottom:1.5rem;height:auto}.collection-showcase__custom-image-container{position:relative;width:100%;height:100%;padding-bottom:0}.collection-showcase__custom-img--primary,.collection-showcase__custom-img--hover{position:absolute;top:0;left:0;object-fit:cover;background:#f8f8f8;transition:opacity .3s ease}.collection-showcase__custom-img--primary{opacity:1;z-index:1}.collection-showcase__custom-img--hover{opacity:0;z-index:2}.collection-showcase__product-card--custom-images:hover .collection-showcase__custom-img--primary{opacity:0}.collection-showcase__product-card--custom-images:hover .collection-showcase__custom-img--hover{opacity:1}.collection-showcase__product-card--custom-images:hover .collection-showcase__custom-img--primary,.collection-showcase__product-card--custom-images:hover .collection-showcase__custom-img--hover{transform:scale(1.05)}.collection-showcase__product-card--custom-images .collection-showcase__nav-arrows,.collection-showcase__product-card--custom-images .collection-showcase__image-dots{display:none!important}.collection-showcase__image-slider{position:relative;width:100%;height:100%}.collection-showcase__product-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;background:#f8f8f8;transition:opacity .2s ease;opacity:0}.collection-showcase__product-img.active{opacity:1}.collection-showcase__product-card:not(.collection-showcase__product-card--custom-images):hover .collection-showcase__product-img{transform:scale(1.05)}.collection-showcase__product-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f8f8f8}.collection-showcase__nav-arrows{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;padding:0 1rem;opacity:0;transition:opacity .3s ease;pointer-events:none}.collection-showcase__product-card:not(.collection-showcase__product-card--custom-images):hover .collection-showcase__nav-arrows{opacity:1;pointer-events:auto}.collection-showcase__nav-arrow{width:32px;height:32px;border:none;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#000000b3}.collection-showcase__nav-arrow:hover{color:#000;transform:scale(1.2)}.collection-showcase__nav-arrow:active{transform:scale(1)}.collection-showcase__nav-arrow svg{width:20px;height:20px}.collection-showcase__image-dots{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;gap:6px;opacity:0;transition:opacity .3s ease}.collection-showcase__product-card:not(.collection-showcase__product-card--custom-images):hover .collection-showcase__image-dots{opacity:1}.collection-showcase__dot{width:6px;height:6px;border:none;background:#ffffff80;border-radius:50%;cursor:pointer;transition:all .2s ease}.collection-showcase__dot.active,.collection-showcase__dot:hover{background:#fff;transform:scale(1.3)}.collection-showcase__product-info{text-align:left;padding:0}.collection-showcase__product-title{font-weight:400;margin-bottom:.5rem;line-height:1.4;color:#333;text-transform:uppercase}.collection-showcase__product-price{font-weight:400;color:#333;margin:0}.collection-showcase__price-sale{color:#d32f2f;margin-right:.8rem}.collection-showcase__price-compare{color:#999;text-decoration:line-through;font-size:1.4rem}.collection-showcase__price-regular{color:#333}.collection-showcase__section-header{display:block!important;text-align:center!important;max-width:80rem!important;margin-left:auto!important;margin-right:auto!important;padding:2rem 0!important}.collection-showcase__section-title{display:block!important;font-weight:600!important;margin-bottom:1.6rem!important;color:#000!important;line-height:1.2!important;text-transform:uppercase!important;font-size:1.2rem}.collection-showcase__section-description{display:block!important;color:#000!important;line-height:1.5!important;margin:0!important}.collection-showcase__full-grid{margin:4rem 0}.collection-showcase__products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.collection-showcase__products-grid .collection-showcase__product-card{background:transparent}.collection-showcase__products-grid .collection-showcase__product-image{margin-bottom:1.5rem;aspect-ratio:3/4;position:relative;overflow:hidden;background:#f8f8f8}.collection-showcase__products-grid .collection-showcase__custom-image-container{position:relative;width:100%;height:100%}.collection-showcase__products-grid .collection-showcase__custom-img--primary,.collection-showcase__products-grid .collection-showcase__custom-img--hover{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;background:#f8f8f8;transition:opacity .3s ease}.collection-showcase__products-grid .collection-showcase__custom-img--primary{opacity:1;z-index:1}.collection-showcase__products-grid .collection-showcase__custom-img--hover{opacity:0;z-index:2}.collection-showcase__products-grid .collection-showcase__product-card--custom-images:hover .collection-showcase__custom-img--primary{opacity:0}.collection-showcase__products-grid .collection-showcase__product-card--custom-images:hover .collection-showcase__custom-img--hover{opacity:1}.collection-showcase__products-grid .collection-showcase__product-card--custom-images:hover .collection-showcase__custom-img--primary,.collection-showcase__products-grid .collection-showcase__product-card--custom-images:hover .collection-showcase__custom-img--hover{transform:scale(1.05)}.collection-showcase__products-grid .collection-showcase__product-info{text-align:left;padding:0}.collection-showcase__products-grid .collection-showcase__product-title{font-weight:400;margin-bottom:.5rem;line-height:1.4;color:#333;text-transform:uppercase}.collection-showcase__products-grid .collection-showcase__product-price{font-weight:400;color:#333;margin:0}.collection-showcase__banner-section{margin:6rem 0;width:100%;position:relative}.collection-showcase__banner-image{position:relative;width:100%;height:60vh;min-height:400px;max-height:700px;overflow:hidden;background:#000;display:flex;align-items:center}.collection-showcase__banner--no-image{background:rgb(var(--color-background))}.collection-showcase__banner-link{display:block;width:100%;height:100%;text-decoration:none;color:inherit;position:relative}.collection-showcase__banner-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease;z-index:0}.collection-showcase__banner-link:hover .collection-showcase__banner-img{transform:scale(1.05)}.collection-showcase__banner-content{position:relative;z-index:2;width:90%;max-width:700px;padding:2rem;transition:transform .3s ease}.collection-showcase__banner-image:not(.collection-showcase__banner--no-image) .collection-showcase__banner-content{position:absolute;top:50%;transform:translateY(-50%)}.collection-showcase__banner--align-left .collection-showcase__banner-content{text-align:left;left:5%;margin-left:0;margin-right:auto}.collection-showcase__banner--no-image.collection-showcase__banner--align-left .collection-showcase__banner-content{margin-left:5%;margin-right:auto}.collection-showcase__banner--align-center .collection-showcase__banner-content{text-align:center;left:50%;transform:translate(-50%,-50%)}.collection-showcase__banner--no-image.collection-showcase__banner--align-center{justify-content:center}.collection-showcase__banner--no-image.collection-showcase__banner--align-center .collection-showcase__banner-content{margin:0 auto}.collection-showcase__banner--align-right .collection-showcase__banner-content{text-align:right;right:5%;left:auto;margin-left:auto;margin-right:0}.collection-showcase__banner--no-image.collection-showcase__banner--align-right{justify-content:flex-end}.collection-showcase__banner--no-image.collection-showcase__banner--align-right .collection-showcase__banner-content{margin-left:auto;margin-right:5%}.collection-showcase__banner-title{font-size:2rem;font-weight:600;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.15em;line-height:1.2;color:rgb(var(--color-foreground))}.collection-showcase__banner-image:not(.collection-showcase__banner--no-image) .collection-showcase__banner-title{text-shadow:0 2px 20px rgba(0,0,0,.5);color:#fff}.collection-showcase__banner-subtitle{font-size:1rem;margin-bottom:3rem;line-height:1.6;font-weight:400;color:rgb(var(--color-foreground))}.collection-showcase__banner-image:not(.collection-showcase__banner--no-image) .collection-showcase__banner-subtitle{text-shadow:0 1px 10px rgba(0,0,0,.5);color:#fff}.collection-showcase__banner-button{display:inline-block;padding:12px 24px;background:transparent;font-size:1rem;font-weight:400;text-transform:uppercase;letter-spacing:.1em;border:2px solid;border-color:rgb(var(--color-background));color:rgb(var(--color-foreground));transition:all .3s ease;cursor:pointer}.collection-showcase__banner-image:not(.collection-showcase__banner--no-image) .collection-showcase__banner-button{border-color:#fff;color:#fff}.collection-showcase__banner-link:hover .collection-showcase__banner-button{background:rgb(var(--color-foreground));color:rgb(var(--color-background))}.collection-showcase__banner-image:not(.collection-showcase__banner--no-image) .collection-showcase__banner-link:hover .collection-showcase__banner-button{background:#fff;color:#000}@media screen and (max-width: 990px){.collection-showcase__grid-horizontal{grid-template-columns:repeat(2,1fr);gap:2rem;min-height:50rem}.collection-showcase__block--hero-top .collection-showcase__grid-horizontal,.collection-showcase__block--hero-bottom .collection-showcase__grid-horizontal{grid-template-areas:"hero hero" "prod1 prod2" "prod3 prod4" "prod5 prod6"!important;grid-template-columns:repeat(2,1fr)!important;grid-template-rows:auto auto auto auto!important}.collection-showcase__hero-horizontal{grid-column:span 2!important;grid-row:1!important;grid-area:hero!important}.collection-showcase__block--hero-top .collection-showcase__product-card:nth-child(1),.collection-showcase__block--hero-bottom .collection-showcase__product-card:nth-child(1){grid-area:prod1!important}.collection-showcase__block--hero-top .collection-showcase__product-card:nth-child(2),.collection-showcase__block--hero-bottom .collection-showcase__product-card:nth-child(2){grid-area:prod2!important}.collection-showcase__block--hero-top .collection-showcase__product-card:nth-child(3),.collection-showcase__block--hero-bottom .collection-showcase__product-card:nth-child(3){grid-area:prod3!important}.collection-showcase__block--hero-top .collection-showcase__product-card:nth-child(4),.collection-showcase__block--hero-bottom .collection-showcase__product-card:nth-child(4){grid-area:prod4!important}.collection-showcase__block--hero-top .collection-showcase__product-card:nth-child(5),.collection-showcase__block--hero-bottom .collection-showcase__product-card:nth-child(5){grid-area:prod5!important}.collection-showcase__block--hero-top .collection-showcase__product-card:nth-child(6),.collection-showcase__block--hero-bottom .collection-showcase__product-card:nth-child(6){grid-area:prod6!important}.collection-showcase__products-grid{grid-template-columns:repeat(2,1fr)}.collection-showcase__banner-image{height:50vh;min-height:350px}}@media screen and (max-width: 749px){.collection-showcase .page-width{padding:0}.collection-showcase__block{margin-bottom:3rem}.collection-showcase__grid-horizontal{grid-template-columns:1fr!important;grid-template-rows:auto!important;gap:2rem;min-height:auto}.collection-showcase__hero-image-container{width:100%;height:100%;min-height:inherit}.collection-showcase__hero-horizontal{grid-column:span 1!important;grid-row:auto!important;grid-area:hero!important;min-height:50vh;max-height:60vh;height:auto;aspect-ratio:unset}.collection-showcase__hero-horizontal .collection-showcase__hero-img,.collection-showcase__hero-horizontal .collection-showcase__hero-video{width:100%;height:100%;object-fit:cover;object-position:center}.collection-showcase__block--hero-top .collection-showcase__grid-horizontal,.collection-showcase__block--hero-bottom .collection-showcase__grid-horizontal{grid-template-areas:"hero" "prod1" "prod2" "prod3" "prod4" "prod5" "prod6"!important}.collection-showcase__block--hero-top .collection-showcase__product-card,.collection-showcase__block--hero-bottom .collection-showcase__product-card{grid-column:auto!important;grid-row:auto!important}.collection-showcase__block--hero-top .collection-showcase__product-card:nth-child(1),.collection-showcase__block--hero-bottom .collection-showcase__product-card:nth-child(1){grid-area:prod1!important}.collection-showcase__block--hero-top .collection-showcase__product-card:nth-child(2),.collection-showcase__block--hero-bottom .collection-showcase__product-card:nth-child(2){grid-area:prod2!important}.collection-showcase__block--hero-top .collection-showcase__product-card:nth-child(3),.collection-showcase__block--hero-bottom .collection-showcase__product-card:nth-child(3){grid-area:prod3!important}.collection-showcase__block--hero-top .collection-showcase__product-card:nth-child(4),.collection-showcase__block--hero-bottom .collection-showcase__product-card:nth-child(4){grid-area:prod4!important}.collection-showcase__block--hero-top .collection-showcase__product-card:nth-child(5),.collection-showcase__block--hero-bottom .collection-showcase__product-card:nth-child(5){grid-area:prod5!important}.collection-showcase__block--hero-top .collection-showcase__product-card:nth-child(6),.collection-showcase__block--hero-bottom .collection-showcase__product-card:nth-child(6){grid-area:prod6!important}.collection-showcase--mobile-2-cols .collection-showcase__grid-horizontal{grid-template-areas:"hero hero" "prod1 prod2" "prod3 prod4" "prod5 prod6"!important;grid-template-columns:repeat(2,1fr)!important}.collection-showcase--mobile-2-cols .collection-showcase__hero-horizontal{grid-column:1 / -1!important;min-height:50vh}.collection-showcase--mobile-1-col .collection-showcase__products-grid{grid-template-columns:1fr}.collection-showcase--mobile-2-cols .collection-showcase__products-grid{grid-template-columns:repeat(2,1fr)}.collection-showcase__banner-image{height:40vh;min-height:300px}.collection-showcase__banner-content{padding:1.5rem;max-width:90%}.collection-showcase__banner-image:not(.collection-showcase__banner--no-image) .collection-showcase__banner-content{left:50%!important;right:auto!important;transform:translate(-50%,-50%)!important;text-align:center;margin:0!important}.collection-showcase__banner--no-image{justify-content:center!important}.collection-showcase__banner--no-image .collection-showcase__banner-content{position:relative!important;left:auto!important;right:auto!important;transform:none!important;text-align:center;margin:0 auto!important}.collection-showcase__banner-button{padding:1.2rem 2.5rem;font-size:1.2rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.collection-showcase__product-card{animation:fadeInUp .6s ease forwards}.collection-showcase__product-card:nth-child(1){animation-delay:.1s}.collection-showcase__product-card:nth-child(2){animation-delay:.2s}.collection-showcase__product-card:nth-child(3){animation-delay:.3s}.collection-showcase__product-card:nth-child(4){animation-delay:.4s}.collection-showcase__product-link:focus,.collection-showcase__banner-link:focus{outline:2px solid #c9a96e;outline-offset:2px}.collection-showcase__custom-image-container{position:relative;width:100%;height:100%;display:block}.collection-showcase__custom-img--primary,.collection-showcase__custom-img--hover{position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;object-fit:cover!important;transition:opacity .3s ease!important}.collection-showcase__custom-img--primary{opacity:1!important;z-index:1!important}.collection-showcase__custom-img--hover{opacity:0!important;z-index:2!important}.collection-showcase__product-card:hover .collection-showcase__custom-img--primary{opacity:0!important}.collection-showcase__product-card:hover .collection-showcase__custom-img--hover{opacity:1!important}.collection-showcase__product-card--custom-images:hover .collection-showcase__custom-img--primary{opacity:0!important}.collection-showcase__product-card--custom-images:hover .collection-showcase__custom-img--hover{opacity:1!important}.collection-showcase__products-horizontal .collection-showcase__product-card:hover .collection-showcase__custom-img--primary{opacity:0!important}.collection-showcase__products-horizontal .collection-showcase__product-card:hover .collection-showcase__custom-img--hover{opacity:1!important}.collection-showcase__grid-horizontal .collection-showcase__product-card:hover .collection-showcase__custom-img--primary{opacity:0!important}.collection-showcase__grid-horizontal .collection-showcase__product-card:hover .collection-showcase__custom-img--hover{opacity:1!important}
/*# sourceMappingURL=/cdn/shop/t/8/assets/section-collection-new-horizontal-dld.css.map */
