.aa-product-carousel{width:100%;background-color:var(--section-bg, #ffffff);padding:2rem 0;overflow:hidden}@media screen and (min-width:750px){.aa-product-carousel{padding:2.5rem 0}}.aa-product-carousel__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:0 1.25rem 1.25rem;max-width:1400px;margin:0 auto}@media screen and (min-width:750px){.aa-product-carousel__header{padding:0 2rem 1.5rem}}.aa-product-carousel__title-link{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;color:var(--title-color, #1a1f3c);transition:color .3s ease,gap .3s ease}.aa-product-carousel__title-link:hover{color:var(--accent-color, #e53935);gap:.75rem}.aa-product-carousel__section-title{font-size:1.5rem;font-weight:800;margin:0;text-transform:uppercase;letter-spacing:.02em}@media screen and (min-width:750px){.aa-product-carousel__section-title{font-size:1.75rem}}.aa-product-carousel__title-arrow{transition:transform .3s ease}.aa-product-carousel__title-link:hover .aa-product-carousel__title-arrow{transform:translate(4px)}.aa-product-carousel__view-all{display:inline-flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:600;color:var(--nav-color, #3d4c8f);text-decoration:none;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap;transition:color .3s ease,gap .3s ease}.aa-product-carousel__view-all:hover{color:var(--accent-color, #e53935);gap:.5rem}.aa-product-carousel__container{position:relative;max-width:1400px;margin:0 auto;padding:0 1.25rem}@media screen and (min-width:750px){.aa-product-carousel__container{padding:0 2rem}}.aa-product-carousel__track-wrapper{overflow:hidden;margin:0 -.5rem}@media screen and (min-width:750px){.aa-product-carousel__track-wrapper{margin:0 -.75rem}}.aa-product-carousel__track{display:flex;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory}.aa-product-carousel__track::-webkit-scrollbar{display:none}.aa-product-carousel__slide{flex:0 0 auto;width:48%;padding:0 .5rem;scroll-snap-align:start}@media screen and (min-width:550px){.aa-product-carousel__slide{width:40%}}@media screen and (min-width:750px){.aa-product-carousel__slide{width:28%;padding:0 .75rem}}@media screen and (min-width:990px){.aa-product-carousel__slide{width:22%}}@media screen and (min-width:1200px){.aa-product-carousel__slide{width:18%}}.aa-product-carousel__card{display:flex;flex-direction:column;height:100%;background:var(--card-bg, #ffffff);overflow:hidden;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.aa-product-carousel__card:hover{transform:translateY(-4px)}.aa-product-carousel__image-wrapper{position:relative;width:100%;aspect-ratio:1;background:transparent;overflow:hidden}.aa-product-carousel__image{width:100%;height:100%;object-fit:contain;object-position:center;transition:transform .4s ease}.aa-product-carousel__card:hover .aa-product-carousel__image{transform:scale(1.05)}.aa-product-carousel__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f5f5f5}.aa-product-carousel__placeholder .placeholder-svg{width:60%;height:60%;opacity:.4}.aa-product-carousel__badge{position:absolute;top:.75rem;left:.75rem;padding:.25rem .625rem;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;border-radius:3px;z-index:2}.aa-product-carousel__badge--sale{background:var(--accent-color, #e53935);color:#fff}.aa-product-carousel__badge--sold-out{background:#666;color:#fff}.aa-product-carousel__info{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1rem;flex-grow:1}.aa-product-carousel__product-title{font-size:.9375rem;font-weight:700;color:var(--title-color, #1a1f3c);margin:0 0 .5rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media screen and (min-width:750px){.aa-product-carousel__product-title{font-size:1rem}}.aa-product-carousel__description{font-size:.8125rem;color:var(--text-color, #666666);margin:0 0 .75rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex-grow:1}@media screen and (min-width:750px){.aa-product-carousel__description{font-size:.875rem}}.aa-product-carousel__price{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:.875rem;flex-wrap:wrap}.aa-product-carousel__price-compare{font-size:.8125rem;color:#999;text-decoration:line-through}.aa-product-carousel__price-current{font-size:1rem;font-weight:700;color:var(--price-color, #1a1f3c)}.aa-product-carousel__price-current--sale{color:var(--accent-color, #e53935)}@media screen and (min-width:750px){.aa-product-carousel__price-current{font-size:1.0625rem}}.aa-product-carousel__button{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;padding:.625rem 1.25rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--button-text, #ffffff);background:var(--button-bg, #e53935);border-radius:4px;transition:background .3s ease,transform .3s ease,gap .3s ease;margin-top:auto}.aa-product-carousel__card:hover .aa-product-carousel__button{background:var(--button-hover-bg, #c62828);gap:.5rem}.aa-product-carousel__button-arrow{transition:transform .3s ease}.aa-product-carousel__card:hover .aa-product-carousel__button-arrow{transform:translate(2px)}@media screen and (min-width:750px){.aa-product-carousel__button{padding:.75rem 1.5rem;font-size:.8125rem}}.aa-product-carousel__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff;border:2px solid var(--nav-color, #3d4c8f);border-radius:50%;color:var(--nav-color, #3d4c8f);cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #0000001a}.aa-product-carousel__arrow:hover{background:var(--nav-color, #3d4c8f);color:#fff;transform:translateY(-50%) scale(1.1)}.aa-product-carousel__arrow--prev{left:.5rem}.aa-product-carousel__arrow--next{right:.5rem}@media screen and (min-width:750px){.aa-product-carousel__arrow{width:46px;height:46px}.aa-product-carousel__arrow--prev{left:.75rem}.aa-product-carousel__arrow--next{right:.75rem}}@media screen and (max-width:549px){.aa-product-carousel__arrow{display:none}}.aa-product-carousel__dots{display:flex;justify-content:center;gap:.5rem;padding:1.25rem 1rem 0}.aa-product-carousel__dot{width:10px;height:10px;padding:0;border:none;border-radius:50%;background:#d0d0d0;cursor:pointer;transition:all .3s ease}.aa-product-carousel__dot:hover{background:#a0a0a0}.aa-product-carousel__dot--active{background:var(--nav-color, #3d4c8f);transform:scale(1.2)}.aa-product-carousel__progress{max-width:1400px;margin:1.25rem auto 0;padding:0 1.25rem}@media screen and (min-width:750px){.aa-product-carousel__progress{padding:0 2rem}}.aa-product-carousel__progress{height:3px;background:#e0e0e0;border-radius:2px;overflow:hidden}.aa-product-carousel__progress-bar{height:100%;width:0%;background:var(--nav-color, #3d4c8f);border-radius:2px;transition:width .3s ease}@media(prefers-reduced-motion:reduce){.aa-product-carousel__track{scroll-behavior:auto}.aa-product-carousel__card,.aa-product-carousel__image,.aa-product-carousel__button,.aa-product-carousel__arrow,.aa-product-carousel__title-link{transition:none}.aa-product-carousel__card:hover,.aa-product-carousel__card:hover .aa-product-carousel__image{transform:none}}.aa-product-carousel__arrow:focus-visible,.aa-product-carousel__dot:focus-visible,.aa-product-carousel__card:focus-visible{outline:3px solid var(--accent-color, #e53935);outline-offset:2px}@media print{.aa-product-carousel{padding:1rem 0}.aa-product-carousel__track{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;overflow:visible}.aa-product-carousel__slide{width:100%}.aa-product-carousel__arrow,.aa-product-carousel__dots,.aa-product-carousel__progress{display:none}}@media(prefers-color-scheme:dark){.aa-product-carousel__placeholder{background:#333}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/aa-product-carousel.css.map */
