.card-wrapper{color:inherit;height:100%;position:relative;text-decoration:none;background:rgb(var(--color-light-grey));display:flex;flex-direction:column;justify-content:space-between}.card{text-decoration:none;text-align:var(--text-alignment);position:relative}.card__subtitle{text-transform:uppercase;font-size:10px;font-weight:400;line-height:115%;letter-spacing:.84px;margin:0;color:rgb(var(--color-gunmetal))}@media screen and (min-width: 750px){.card__subtitle{font-size:var(--text-size-xs);margin:0 0 1px}}product-card .card__badge--feature{position:absolute;bottom:var(--space-8);right:var(--space-4)}@media screen and (min-width: 750px){product-card .card__badge--feature{position:unset;bottom:auto;right:auto}}.card:not(.ratio){display:flex;flex-direction:column;height:inherit;justify-content:flex-start;flex-wrap:nowrap}.card__heading{font-size:var(--text-size-xs);text-transform:uppercase;letter-spacing:1.08px;line-height:1.25;margin:0 0 var(--space-6);min-height:4rem}@media screen and (min-width: 750px){.card__heading{font-size:var(--text-size-base)}}.card .badge__wrapper{z-index:4;position:absolute;padding:var(--space-4)}@media screen and (min-width: 750px){.card .badge__wrapper{padding:var(--space-8)}}.card__trending{background-color:rgb(var(--color-grey));border-radius:2px;z-index:4;padding:var(--space-1) var(--space-2);position:absolute;right:var(--space-4);bottom:var(--space-6);display:flex;align-items:center;gap:var(--space-2);font-size:10px;letter-spacing:.24px}.card__trending svg{width:13px}@media screen and (min-width: 750px){.card__trending{top:var(--space-8);right:var(--space-8);font-size:var(--text-size-xxs);padding:var(--space-2) var(--space-3);bottom:auto}.card__trending svg{width:16px}}product-card product-group .product-group{display:flex;width:inherit;gap:var(--space-4);flex-wrap:wrap}product-card .product-group__title,product-card .badge__wrapper .card__badge--feature,.card__badge-bottom{display:none}product-card .card__badge-bottom{display:block}@media (min-width: 750px){product-card .card__badge-bottom{display:none}product-card .badge__wrapper .card__badge--feature{display:block;margin-left:auto}}@media screen and (min-width: 750px){.card:not(.ratio){height:inherit}}feature-card .card{height:100%}.card.card--horizontal{--text-alignment: left;--image-padding: 0rem;flex-direction:row;align-items:flex-start}.card--horizontal.ratio:before{padding-bottom:0}.card--card.card--horizontal{padding:var(--space-2)}.card--card.card--horizontal.card--text{column-gap:0}@media screen and (max-width: 989px){.card.card--horizontal-touch{--text-alignment: left;--image-padding: 0rem;flex-direction:row;align-items:flex-start}.card.card--horizontal-touch{background:rgb(var(--color-background))}.card--horizontal-touch.ratio:before{padding-bottom:0}.card--card.card--horizontal-touch{padding:var(--space-2)}.card--card.card--horizontal-touch.card--text{column-gap:0}}.drawer__inner .card.card--horizontal{--text-alignment: left;--image-padding: 0rem;display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-8)}.drawer__inner .complementary-products__container .card--horizontal .card__inner{max-width:unset;max-height:105px;grid-row:1 / 3}.drawer__inner .complementary-products__container .card--horizontal.card:not(.ratio)>.card__content{width:auto;grid-column:2 / 5}.card--card{height:100%}.card--card:after,.card--standard .card__inner:after{content:"";position:absolute;z-index:-1;width:calc(var(--border-width) * 2 + 100%);height:calc(var(--border-width) * 2 + 100%);top:calc(var(--border-width) * -1);left:calc(var(--border-width) * -1);border-radius:var(--border-radius);box-shadow:var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) rgba(var(--color-shadow),var(--shadow-opacity))}.card--standard.card--text{background-color:transparent}.card-information{text-align:var(--text-alignment);display:flex;flex-direction:row;justify-content:space-between;margin-top:auto;align-items:flex-end}.card__inner{width:100%;position:relative}.card--media .card__content{position:relative;width:100%;padding:var(--space-8) var(--space-4);height:100%;display:flex;flex-direction:column}@media screen and (min-width: 750px){.card--media .card__content{padding:var(--space-8)}}.card__discount{background-color:rgb(var(--color-white));border:1px solid rgb(var(--color-gunmetal));border-radius:4px;padding:var(--space-3) var(--space-2);font-size:10px;text-align:center;margin-top:auto}@media screen and (min-width: 750px){.card__discount{font-size:var(--text-size-xxs);padding:var(--space-4)}}.card__discount p{margin:0;font-family:var(--font-body-family)}.card__discount a{color:rgb(var(--color-black))}.card__content--auto-margins{grid-template-rows:minmax(0,auto) max-content minmax(0,auto)}.card__information{display:flex;flex-direction:column;grid-row-start:2;position:relative;margin:0;height:100%}.card__information+.card__discount{margin-top:var(--space-4)}.card .quick-add .loading-overlay__spinner{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:auto;display:flex}.card .quick-add .loading-overlay__spinner .path{stroke:currentColor}.card--horizontal .card__information .caption,.card--horizontal .card__information .product-group__number-visible{font-size:var(--text-size-xxs)}.card:not(.ratio)>.card__content{grid-template-rows:max-content minmax(0,1fr) max-content auto}.card__media{position:relative}.card__media svg.placeholder-svg{height:100%;object-fit:cover;object-position:center center;width:100%}.card__media img{width:100%;height:auto;aspect-ratio:4 / 5;object-fit:cover;object-position:center center;display:block}@media screen and (min-width: 750px){.card__media img{aspect-ratio:4 / 5}}.card__media .slider-button{width:24px;height:24px;padding:0;transition:opacity .3s ease}.card__media .slider-button[disabled=disabled]{opacity:.4}.card__media .slider-button--prev{position:absolute;top:50%;left:var(--space-8);margin-top:-12px}.card__media .slider-button--next{position:absolute;top:50%;right:var(--space-8);margin-top:-12px}.card__media .slider-button{display:none}@media screen and (min-width: 750px){.card__media .slider-button{display:block}}.card__media .slider--product-card li{display:none}.card__media .slider--product-card li:first-child{display:block}.card__heading:last-child{margin-bottom:0}.card .product-slider-counter--nav{display:flex;position:absolute;left:0;bottom:0;width:100%;justify-content:center;overflow:hidden;white-space:normal}@media only screen and (min-width: 750px){.card .product-slider-counter--nav{gap:var(--space-6);bottom:var(--space-8)}}.slider-counter--dot{height:2px;overflow:hidden;display:block}.product-slider-counter--dot-button{background-color:rgb(var(--color-black));opacity:.32;transition:.3s ease opacity;height:2px;width:100%;border:0}@media only screen and (min-width: 750px){.product-slider-counter--dot-button{width:32px}}.product-slider-counter--dot-button.active{opacity:1}.card--horizontal .card__heading,.card--horizontal .price__container .price-item,.card--horizontal__quick-add{font-size:calc(var(--font-heading-scale) * var(--text-size-xs))}.card--horizontal .card-information>*:not(.visually-hidden:first-child)+*:not(.rating){margin-top:0}.card--horizontal__quick-add:before{box-shadow:none}@media only screen and (min-width: 750px){.card--horizontal .card__heading,.card--horizontal .price__container .price-item,.card--horizontal__quick-add{font-size:calc(var(--font-heading-scale) * var(--text-size-xs))}}cart-drawer-items .card--horizontal__quick-add{justify-content:center}cart-drawer-items .card--horizontal .card__heading{font-size:calc(var(--font-heading-scale) * var(--text-size-base))}.card__heading a:focus:after{box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-foreground),.3);outline:.2rem solid rgba(var(--color-foreground),.5)}.card__heading a:focus-visible:after{box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-foreground),.3);outline:.2rem solid rgba(var(--color-foreground),.5)}.card__heading a:focus:not(:focus-visible):after{box-shadow:none;outline:0}.card__heading a:focus{box-shadow:none;outline:0}@media screen and (min-width: 990px){.card .media.media--hover-effect>img:only-child,.card-wrapper .media.media--hover-effect>img:only-child{transition:transform var(--duration-long) ease}.card:hover .media.media--hover-effect>img:first-child:only-child,.card-wrapper:hover .media.media--hover-effect>img:first-child:only-child{transform:scale(1)}.card-wrapper:hover .media.media--hover-effect>img:first-child:not(:only-child){opacity:0}.card-wrapper:hover .media.media--hover-effect>img+img{opacity:1;transition:transform var(--duration-long) ease;transform:scale(1.03)}.underline-links-hover:hover a{text-decoration:underline;text-underline-offset:.3rem}}.card--standard.card--media .card__inner .card__information,.card--standard.card--text:not(.card--horizontal)>.card__content .card__heading,.card--standard:not(.card--horizontal)>.card__content .card__badge,.card--standard.card--text.article-card>.card__content .card__information,.card--standard>.card__content .card__caption{display:none}.card--card.card--media .card__inner .card__information,.card--card.card--text .card__inner,.card--card.card--media>.card__content .card__badge{display:none}.card--horizontal .card__badge,.card--horizontal.card--text .card__inner{display:none}.card--extend-height{height:100%}.card--extend-height.card--standard.card--text,.card--extend-height.card--media{display:flex;flex-direction:column}.card--extend-height.card--standard.card--text .card__inner,.card--extend-height.card--media .card__inner{flex-grow:1}.card .icon-wrap{margin-left:var(--space-3);white-space:nowrap;transition:transform var(--duration-short) ease;overflow:hidden}.card-information{width:100%}.card-information>*{line-height:var(--leading-looser);color:rgb(var(--color-foreground))}.card-information>.price{color:rgb(var(--color-foreground))}.card--horizontal .card-information>.price{color:rgba(var(--color-foreground),.75)}.card-information .caption{letter-spacing:var(--tracking-wide)}.card-article-info{margin-top:var(--space-2)}product-card product-group{margin-top:var(--space-4) 0;position:relative;z-index:11}.product-grid-container .product-grid .grid__item.grid__item--feature .card *:not(.card__content *,video-loader,video-loader *,product-card *,.feature-mixed .card__content){height:100%;position:relative;object-fit:cover}.product-grid-container.grid-regular-view .product-grid .grid__item.grid__item--feature product-card .card__content{flex-grow:0;min-height:15rem}.product-grid-container.grid-regular-view .product-grid .grid__item.grid__item--feature product-card .card__inner{flex-grow:1;height:100%}feature-card.product-feature .card{height:100%}.product-grid-container .product-grid .grid__item.grid__item--feature a,feature-card.product-feature a{text-decoration:none;height:inherit}.product-grid-container .product-grid .grid__item.grid__item--feature .feature-mixed,feature-card.product-feature .feature-mixed{position:relative}.product-grid-container .product-grid .grid__item.grid__item--feature .feature-mixed .card__content,feature-card.product-feature .feature-mixed .card__content{position:absolute;z-index:2;width:100%;height:100%}.product-grid-container .product-grid .grid__item.grid__item--feature .card__heading.truncated,feature-card.product-feature .feature-mixed .card__content .card__heading.truncated,feature-card.product-feature .card__content.feature-text .card__heading.truncated{display:none}@media screen and (max-width: 749px){.product-grid-container.grid-regular-view .product-grid .grid__item.grid__item--feature .card__heading.full,feature-card.product-feature .feature-mixed .card__content .card__heading.full,feature-card.product-feature .card__content.feature-text .card__heading.full{display:none}.product-grid-container.grid-regular-view .product-grid .grid__item.grid__item--feature .card__heading.truncated,feature-card.product-feature .feature-mixed .card__content .card__heading.truncated,feature-card.product-feature .card__content.feature-text .card__heading.truncated{display:block}.product-grid-container.grid-large-view .product-grid .grid__item.grid__item--feature{aspect-ratio:1/1;height:100%}}@media screen and (max-width: 989px){.card.card--horizontal-touch .card__inner{max-width:100px;height:100%}.card.card--horizontal-touch .card__content{width:70%;max-width:400px}.card.card--horizontal-touch .card__content .card__information .caption{font-size:11px}.card.card--horizontal-touch .card__content .card__information .price,.card.card--horizontal-touch .card__content .card__information .price--on-sale .price-item--regular{font-size:var(--text-size-xxs)}.card.card--horizontal-touch .card__badge span{position:absolute;display:block;font-size:9px;top:6px;left:6px;color:rgba(var(--color-foreground),.9);background:rgba(var(--color-light-grey),1);padding:var(--space-2);border-radius:3px}.shop-the-look-product-grid .grid__item{position:relative}.shop-the-look-product-grid .quick-add__icon-trigger{position:absolute;right:0;bottom:0}}.card__information-top{display:flex;justify-content:space-between;margin-bottom:var(--space-3)}.card--horizontal .card__information-top{margin-bottom:0;margin-top:0}.card__information-top .icon-heart{width:100%;height:100%;max-width:var(--space-12);max-height:var(--space-12)}.card__product-title{display:inline-block;width:100%}.product-card-gallery{display:flex}.product-card-gallery .slider__slide{width:100%}.gallery-slider .slider-button svg{background:rgba(var(--color-light-grey),.5);border-radius:50%;padding:.3rem}
/*# sourceMappingURL=/cdn/shop/t/40/assets/component-card.css.map */
