.dc-collection-carousel-section{position:relative;overflow:hidden}.dc-collection-carousel-section[class*=color-]{background:var(--color-background);color:var(--color-foreground)}.section-background-image.is-css{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;opacity:var(--bg-opacity, 1)}.section-background-image.is-css:before{content:"";position:absolute;top:20px;left:20px;right:20px;bottom:20px;background-image:var(--bg-url);background-size:var(--bg-fit, cover);background-repeat:no-repeat;background-position:var(--bg-pos, center)}@media screen and (min-width: 750px){.section-background-image.is-css:before{top:30px;left:30px;right:30px;bottom:30px}}.section-content-wrapper{position:relative;z-index:1}.dc-carousel-header{text-align:center;margin-bottom:35px}.dc-carousel-title{color:var(--color-foreground-heading);margin:0 0 25px;font-weight:300;letter-spacing:-.5px;line-height:1.2}.dc-collection-buttons-wrapper{display:flex;justify-content:center;gap:15px;flex-wrap:wrap;margin-bottom:45px;padding:0 20px}.dc-collection-button{padding:12px 32px;border:1px solid var(--color-secondary-button-border);background-color:var(--color-secondary-button-background);color:var(--color-secondary-button-text);border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-size:15px;font-weight:500;white-space:nowrap;font-family:inherit;letter-spacing:.3px;box-shadow:0 2px 8px #0000000a}.dc-collection-button:hover{background-color:var(--color-secondary-button-hover-background);border-color:var(--color-secondary-button-hover-border);color:var(--color-secondary-button-hover-text);transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.dc-collection-button.active{background-color:var(--color-primary-button-background);border-color:var(--color-primary-button-border);color:var(--color-primary-button-text);box-shadow:0 4px 12px #00000026}.dc-carousel-main-container{position:relative;max-width:1400px;margin:0 auto}.dc-carousel-container{overflow:hidden;margin:0 70px;position:relative}.dc-carousel-wrapper{position:relative;width:100%;height:100%}.dc-carousel-inner{display:flex;transition:transform .5s cubic-bezier(.4,0,.2,1)}.dc-carousel-page{min-width:100%;width:100%;flex-shrink:0;position:relative}.dc-carousel-nav{position:absolute;top:50%;transform:translateY(-50%);background:var(--color-primary-button-background);color:var(--color-primary-button-text);border:none;width:30px;height:30px;border-radius:50%;cursor:pointer;display:flex!important;align-items:center;justify-content:center;z-index:10;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #00000026;opacity:1}@media screen and (min-width: 750px){.dc-carousel-nav{width:35px;height:35px}}.dc-carousel-nav:hover:not([style*="pointer-events: none"]){transform:translateY(-50%) scale(1.08);box-shadow:0 6px 20px #0003;background:var(--color-secondary-button-background);color:var(--color-secondary-button-text);border:1px solid var(--color-secondary-button-text)}.dc-carousel-nav.prev{left:10px}.dc-carousel-nav.next{right:10px}.dc-carousel-nav svg{width:24px;height:24px}.dc-carousel-nav[style*="display: none"]{display:none!important}.dc-collection-products{width:100%;flex-shrink:0;display:none}.dc-collection-products.active{display:block}.dc-product-grid{display:grid;grid-template-columns:repeat(var(--cols-desktop, 4),minmax(0,1fr));gap:25px;padding:5px;width:100%}.dc-product-card{text-align:center;transition:transform .3s cubic-bezier(.4,0,.2,1);background:var(--color-background);position:relative;display:flex;flex-direction:column;height:100%}.dc-product-card:hover{transform:translateY(-8px)}.dc-product-link{text-decoration:none;color:inherit;display:flex;flex-direction:column;height:100%;width:100%}.dc-product-image-wrapper{position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden;margin-bottom:12px;background:rgba(var(--color-foreground),.03);flex-shrink:0}.dc-product-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1);object-fit:cover;object-position:center}.dc-product-image-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(var(--color-foreground),.03),rgba(var(--color-foreground),.06))}.dc-product-card:hover .dc-product-image{transform:scale(1.08)}.dc-product-details{display:flex;flex-direction:column;flex-grow:1;padding:0 10px;gap:6px}.dc-product-title{font-size:16px;color:var(--color-foreground);margin:0;font-weight:400;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.dc-product-price{margin-top:auto;padding:4px 0 6px;display:flex;justify-content:center;align-items:center;gap:6px}.dc-price-regular{color:var(--color-foreground);font-weight:500}.dc-price-sale{color:var(--color-foreground);font-weight:600}.dc-price-compare{color:rgba(var(--color-foreground),.5);text-decoration:line-through;font-size:14px}.dc-empty-state{text-align:center;padding:60px 20px;color:rgba(var(--color-foreground),.6)}@media screen and (max-width: 990px){.dc-carousel-container{margin:0 60px}.dc-carousel-nav.prev{left:5px}.dc-carousel-nav.next{right:5px}}@media screen and (max-width: 749px){.dc-carousel-header{margin-bottom:25px}.dc-collection-buttons-wrapper{gap:8px;margin-bottom:30px}.dc-collection-button{padding:8px 20px;font-size:14px}.dc-carousel-container{margin:0 45px}.dc-carousel-nav{width:40px;height:40px}.dc-carousel-nav.prev{left:5px}.dc-carousel-nav.next{right:5px}.dc-carousel-nav svg{width:20px;height:20px}.dc-product-grid{grid-template-columns:repeat(var(--cols-mobile, 2),minmax(0,1fr));gap:15px}.dc-product-title,.dc-product-price{font-size:14px}.dc-price-compare{font-size:12px}}@media screen and (max-width: 479px){.dc-carousel-container{margin:0 35px}.dc-carousel-nav{width:25px;height:25px}.dc-product-grid{gap:10px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.dc-collection-products.active .dc-product-card{animation:fadeIn .5s ease forwards}.dc-collection-products.active .dc-product-card:nth-child(1){animation-delay:.05s}.dc-collection-products.active .dc-product-card:nth-child(2){animation-delay:.1s}.dc-collection-products.active .dc-product-card:nth-child(3){animation-delay:.15s}.dc-collection-products.active .dc-product-card:nth-child(4){animation-delay:.2s}.dc-collection-products.active .dc-product-card:nth-child(5){animation-delay:.25s}.dc-collection-products.active .dc-product-card:nth-child(6){animation-delay:.3s}.dc-collection-products.active .dc-product-card:nth-child(7){animation-delay:.35s}.dc-collection-products.active .dc-product-card:nth-child(8){animation-delay:.4s}.dc-carousel-inner{touch-action:pan-y}.dc-product-image-wrapper{aspect-ratio:1 / 1;margin-bottom:8px}.dc-product-details{gap:4px}.dc-product-price{margin-top:auto;padding:2px 0 4px;font-size:13px}@media screen and (max-width: 749px){.dc-product-title{font-size:13.5px;-webkit-line-clamp:2}.dc-product-grid{gap:12px}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/dc-collection-carousel.css.map */
