.promotion-card-carousel{background:var(--promotion-card-carousel-bg, transparent);background-position:center;background-size:cover;color:var(--promotion-card-carousel-text, #002554);overflow:hidden;--promotion-card-carousel-card-height: 220px}.promotion-card-carousel__inner{max-width:var(--promotion-card-carousel-max-width, 1360px);margin:0 auto;padding:0 18px}.promotion-card-carousel .section-header{margin-bottom:20px;text-align:center}.promotion-card-carousel .section-header h2{color:inherit}.promotion-card-carousel__track{display:block;overflow:visible;padding:18px 34px 40px}.promotion-card-carousel .flickity-viewport{padding-top:8px;padding-bottom:10px;overflow:hidden}.promotion-card-carousel__slide{display:flex;width:100%;height:auto;min-height:var(--promotion-card-carousel-card-height);max-height:none;padding:12px 9px 16px;overflow:visible;align-items:stretch}.promotion-card-carousel__track--static{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:24px;row-gap:24px;overflow:visible}.promotion-card-carousel__track--static .promotion-card-carousel__slide{width:100%;padding:0}.promotion-card-carousel__card{position:relative;display:grid;grid-template-columns:minmax(150px,var(--promotion-card-carousel-image-width, 38%)) minmax(0,1fr);box-sizing:border-box;width:100%;height:auto;min-height:var(--promotion-card-carousel-card-height);max-height:none;overflow:hidden;background:var(--promotion-card-carousel-card-bg, #fff);color:inherit;border:1px solid var(--promotion-card-carousel-card-border, #e6e0d2);border-radius:4px;box-shadow:0 6px 16px #00255424;transform:translateY(0) scale(1);transform-origin:center center;transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease}.promotion-card-carousel__card-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:block;border-radius:inherit;cursor:pointer}.promotion-card-carousel__card-link:focus-visible{outline:2px solid var(--promotion-card-carousel-card-hover-border, #ceb888);outline-offset:3px}@media(hover:hover){.promotion-card-carousel__card:hover{border-color:var(--promotion-card-carousel-card-hover-border, #ceb888);box-shadow:0 10px 24px #0025542e;transform:translateY(-3px) scale(var(--promotion-card-carousel-card-hover-zoom, 1.02))}}.promotion-card-carousel__card--image-right{grid-template-columns:minmax(0,1fr) minmax(150px,var(--promotion-card-carousel-image-width, 38%))}.promotion-card-carousel__card--image-right .promotion-card-carousel__media{order:2}.promotion-card-carousel__media{position:relative;z-index:0;height:auto;min-height:var(--promotion-card-carousel-card-height);max-height:none;background:#f5f6fa}.promotion-card-carousel__media img,.promotion-card-carousel__media svg,.promotion-card-carousel__media .placeholder_svg_tag{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.promotion-card-carousel__media .placeholder_svg_tag{padding:40px;fill:#d9dde8}.promotion-card-carousel__content{position:relative;display:flex;box-sizing:border-box;min-width:0;height:auto;min-height:0;max-height:none;flex-direction:column;justify-content:flex-start;padding:22px 24px}.promotion-card-carousel__content h3{display:-webkit-box;min-height:48px;margin:0 0 10px;overflow:hidden;color:inherit;font-size:20px;line-height:1.22;letter-spacing:0;-webkit-box-orient:vertical;-webkit-line-clamp:2}.promotion-card-carousel__text{color:inherit;font-size:14px;line-height:1.42}.promotion-card-carousel__text p{margin-bottom:0}.promotion-card-carousel__button{position:relative;z-index:3;align-self:flex-end;display:inline-flex;align-items:center;justify-content:center;min-height:34px;margin-top:auto;padding:8px 14px;background:var(--promotion-card-carousel-button-bg, #f3efe4);color:var(--promotion-card-carousel-button-text, #002554);border:1px solid var(--promotion-card-carousel-button-border, #ceb888);border-radius:2px;box-shadow:0 2px 6px #00255424;font-size:14px;line-height:1;text-decoration:none;transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease;-webkit-text-fill-color:var(--promotion-card-carousel-button-text, #002554)}.promotion-card-carousel__button span{position:relative;z-index:1;color:inherit;opacity:1;-webkit-text-fill-color:inherit}.promotion-card-carousel__button:hover,.promotion-card-carousel__button:focus,.promotion-card-carousel__button:focus-visible{background:var(--promotion-card-carousel-button-bg, #f3efe4);color:var(--promotion-card-carousel-button-text, #002554);border-color:var(--promotion-card-carousel-button-border, #ceb888);box-shadow:0 4px 10px #00255429;text-decoration:none;-webkit-text-fill-color:var(--promotion-card-carousel-button-text, #002554)}.promotion-card-carousel__button--disabled{pointer-events:none}.promotion-card-carousel .flickity-page-dots{display:block;padding:10px 0 0}.promotion-card-carousel .flickity-page-dots .dot{width:8px;height:8px;border:0;background:var(--promotion-card-carousel-text, #002554);opacity:.16}.promotion-card-carousel .flickity-page-dots .dot.is-selected{width:22px;opacity:1}.promotion-card-carousel .flickity-nav{display:flex;width:42px;height:42px;margin-top:-21px;border:0;background:#ffffffb8;color:var(--promotion-card-carousel-text, #002554);opacity:1;box-shadow:0 6px 18px #0025541f}.promotion-card-carousel .flickity-nav svg path{stroke:currentColor}.promotion-card-carousel .flickity-nav:hover{background:#fff}.promotion-card-carousel .flickity-prev{left:0}.promotion-card-carousel .flickity-next{right:0}@media only screen and (min-width:768px){.promotion-card-carousel__inner{padding:0 40px}.promotion-card-carousel__track{padding:18px 46px 40px}.promotion-card-carousel__slide{width:calc(100% / var(--promotion-card-carousel-desktop-cards, 2));padding:14px 12px 18px}}@media only screen and (max-width:767px){.promotion-card-carousel .flickity-viewport{height:auto!important}.promotion-card-carousel__track{padding:12px 0 28px}.promotion-card-carousel__slide{height:auto;min-height:0;max-height:none;padding-top:8px;padding-bottom:12px}.promotion-card-carousel__track--static{grid-template-columns:1fr;row-gap:18px}.promotion-card-carousel__card,.promotion-card-carousel__card--image-right{grid-template-columns:1fr;height:auto;min-height:0;max-height:none}.promotion-card-carousel__card--image-right .promotion-card-carousel__media{order:0}.promotion-card-carousel__media{height:auto;min-height:0;max-height:none;aspect-ratio:4 / 3}.promotion-card-carousel__content{height:auto;min-height:0;max-height:none;padding:18px}.promotion-card-carousel__content h3{min-height:0;font-size:18px}.promotion-card-carousel__button{align-self:flex-start;margin-top:16px}.promotion-card-carousel .flickity-nav{display:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/promotion-card-carousel.css.map */
