.promo-card{position:relative;display:block;overflow:hidden;border-radius:var(--category-card-radius, 8px);text-decoration:none;color:var(--tertiary_text);min-height:0;isolation:isolate}.promo-card--no-link{cursor:default}.promo-card:has(.promo-card__link:hover) .promo-card__cta-text:after,.promo-card:has(.promo-card__link:focus-visible) .promo-card__cta-text:after{width:100%}.promo-card__link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;border-radius:inherit;text-decoration:none}.promo-card__link:focus-visible{outline:2px solid var(--primary_button, currentColor);outline-offset:3px}.promo-card__media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:color-mix(in srgb,var(--primary_text) 12%,var(--primary_background))}.promo-card__picture,.promo-card__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.promo-card__video-wrap{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;aspect-ratio:unset;max-height:none}.promo-card .slideshow-video__media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;aspect-ratio:auto;max-height:none;padding:0}.promo-card theme-video.promo-card__video,.promo-card theme-video.slideshow-video{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;margin:0;overflow:hidden}.promo-card .videoHolder,.promo-card .theme-video__holder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;overflow:hidden}.promo-card .videoHolder .video-js,.promo-card .videoHolder .vjs-tech,.promo-card .videoHolder iframe,.promo-card .videoHolder video,.promo-card .theme-video__holder .video-js,.promo-card .theme-video__holder .vjs-tech,.promo-card .theme-video__holder iframe,.promo-card .theme-video__holder video,.promo-card .video-js,.promo-card .video-js.vjs-fill,.promo-card .video-js.vjs-fluid,.promo-card .video-js.vjs-16-9,.promo-card .video-js.vjs-9-16,.promo-card .video-js.vjs-4-3,.promo-card .video-js.vjs-1-1,.promo-card video.vjs-tech,.promo-card video{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;margin:0!important;padding:0!important;border:0!important;object-fit:cover!important;object-position:center!important;display:block!important}.promo-card__video-el,.promo-card .theme-video__youtube-iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.promo-card .video-js:before,.promo-card .vjs-fluid:before{display:none!important;padding:0!important;content:none!important}.promo-card .slideshow-video__poster,.promo-card .theme-video__fallback-poster,.promo-card .theme-video__youtube{border-radius:inherit}.promo-card .slideshow-video__media .theme-video__fallback-poster{z-index:2}.promo-card__media .promo-card__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.promo-card .slideshow-video__poster-image,.promo-card .slideshow-video__poster-picture,.promo-card .slideshow-video__poster-picture img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.promo-card__gradient{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;border-radius:inherit;background:linear-gradient(180deg,#0000 0% 6%,#00000003 16%,#0000000a 54%,#00000014 62%,#00000021 69%,#00000030 75%,#0000004f 80%,#0000006e 84%,#00000085 94%,#0000008a)}.promo-card__content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:flex-end;padding:1rem;z-index:3;pointer-events:none}.promo-card__bar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%}.promo-card__title{margin:0;flex:1 1 auto;min-width:0;color:var(--tertiary_text);line-height:1.2}.promo-card__cta{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;gap:2px;color:var(--tertiary_text);pointer-events:none}.promo-card__cta-text{position:relative;white-space:nowrap}.promo-card__cta-text:after{content:"";position:absolute;left:0;bottom:-2px;width:0;height:1px;background:currentColor;transition:width .3s ease-in}.promo-card__cta-icon-wrap{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.promo-card__cta-icon-wrap svg{width:.75rem;height:.75rem}.promo-card__cta-icon-wrap svg path{stroke:currentColor}.promo-card--icon-cta .promo-card__cta{--btn-circle-size: 1.5rem;color:var(--tertiary_text)}.promo-card--icon-cta .promo-card__cta-icon-wrap svg{width:.625rem;height:.625rem}.promo-card--icon-cta .promo-card__cta-icon-wrap--inline{display:none}@media screen and (min-width:750px){.promo-card__content{padding:2rem 1.5rem}.promo-card__title{line-height:var(--type-p1-line-height);letter-spacing:var(--type-p1-letter-spacing)}.promo-card--icon-cta .promo-card__cta{--btn-circle-size: 3rem}.promo-card--icon-cta .promo-card__cta-icon-wrap svg{width:1.25rem;height:1.25rem}}.promo-card:not(.promo-card--icon-cta) .promo-card__cta:not(.promo-card__cta--button){padding-block:4px}.promo-card:not(.promo-card--icon-cta) .promo-card__cta-icon-wrap--inline{opacity:.95}.promo-card__cta--button .promo-card__cta-text:after{display:none}.promo-card__cta--button .promo-card__cta-icon-wrap svg{width:.875rem;height:.875rem}.promo-card__cta--button.button-primary{color:var(--primary_button_text)}.promo-card__cta--button.button-secondary,.promo-card__cta--button.button-tertiary{color:var(--secondary_button_text)}.promo-card--stacked .promo-card__content{justify-content:flex-end;align-items:flex-start;gap:.5rem;padding:1rem 1.5rem}.promo-card--stacked .promo-card__title{flex:0 0 auto;max-width:18rem;color:var(--tertiary_text, #fff)}.promo-card--stacked .promo-card__cta--stacked{display:inline-flex;align-items:center;gap:2px;padding-block:4px}
/*# sourceMappingURL=/cdn/shop/t/31/assets/category-card.css.map */
