product-recommendations .grid__item{height:100%}.card-wrapper{border-radius:var(--border-radius);background:#fff;overflow:hidden;border:1px solid var(--color-graylight)}.card-wrapper__headline{background:#000;width:100%;text-align:center}.card-wrapper__headline p{color:#fff;font-family:var(--font-heading-family);font-weight:600;padding:.4rem;font-size:1.2rem;margin:0}@media only screen and (min-width: 990px){.card-wrapper__headline p{font-size:1.6rem;margin:0}}.card-product__media{position:relative;width:100%}.card-product__media__top{padding:.8rem;display:flex;justify-content:space-between;align-items:center}.card-product__media__top-badges{display:flex;flex-wrap:wrap;gap:.8rem}.card-product__media__top.justify-between{justify-content:space-between;position:absolute;top:0;width:calc(100% - .8rem)}.card-product__media__top.justify-end{justify-content:flex-end}.card-product__media__top span.sale-tag{background:var(--color-bluelight);font-weight:var(--font-heading-weight);border-radius:var(--buttons-radius);font-size:1rem;padding:.4rem 1.3rem}.card-product__media__top span.sale-tag svg{position:relative;top:.1rem}@media only screen and (min-width: 990px){.card-product__media__top{padding:1.6rem 1.3rem 0px 1.6rem}.card-product__media__top span.sale-tag{font-size:1.4rem}}.card-product__media__top .wishlist-engine>.wishlist-engine-button{border:none;padding:0;margin:0;background:none!important}.card-product__media__top .wishlist-engine svg{margin:0}.card-product__media__top .wishlist-engine svg path{stroke:#e1e1e1;fill:#e1e1e1;transition:all .15s ease-in-out}.card-product__media__top .wishlist-engine .wishlist-icon:hover svg path,.card-product__media__top .wishlist-engine[data-added=true] svg path{stroke:var(--color-red);fill:var(--color-red)}.card-product__media__top .wishlist-engine .wishlist-text{display:none}.card-product__content{flex:1;display:flex;flex-direction:column;justify-content:flex-start}.related-products .card-product__content{justify-content:space-between}.card-product__content__main{padding:1.6rem;border-top:.1rem solid var(--color-graylight)}.card-product__content__main .rating span:before{font-size:1.2rem}.card-product__content__main .card-product__details .rating-star{--font-size: 1;--letter-spacing: .8}.card-product__content__main .card-product__title a{text-decoration:none;margin-right:.2rem}.card-product__content__main .card-product__title{display:flex;flex-direction:column;margin-bottom:.4rem;gap:.4rem}.card-product__content__main h3,.card-product__content__main p{margin:0}.card-product__content__main h3{font-family:var(--font-headingalt-family);font-size:2.4rem;font-weight:700;line-height:2.4rem;margin:0}.card-product__content__main p{font-size:1.6rem;font-weight:600;line-height:2.4rem;font-family:var(--font-heading-family)}.card-product__content__main p.ship-time{font-size:1.4rem;font-weight:600;line-height:2.4rem;font-family:var(--font-body-family)}.card-product__content__main p span.new-price{font-size:1.4rem;color:#000}.card-product__content__main p span.old-price{text-decoration:line-through;font-weight:400;font-size:1rem;color:#4c4c4c}.card-product__details{display:flex;flex-direction:column}.card-product .affirm-as-low-as a{font-family:var(--font-body-family);font-weight:400;line-height:1.6rem;font-size:1.1rem;text-align:right;color:var(--color-black);text-decoration:none}.card-product .affirm-as-low-as a:hover{text-decoration:underline}.card-product__content__secondary{padding:1.6rem;border-top:.1rem solid var(--color-graylight)}.card-product__content__secondary h4{margin:0 0 .8rem;font-size:.9rem;font-weight:700;line-height:.9rem}.card-product__content__secondary h4 span.secondary-title{margin-right:.6rem}.card-product__content__secondary h4 span.total-value{font-family:var(--font-body-family);font-size:.8rem;font-weight:400;line-height:.8rem;color:#ea4336;display:inline-block}.card-product__free{display:flex;flex-wrap:nowrap;gap:.8rem}.card-product__free__item{flex:0 0 calc(33% - .8rem);position:relative;overflow:hidden;display:none;border-radius:var(--border-radius);border:.1rem solid var(--color-graylight);padding-bottom:1.2rem}.card-product__free__item picture{display:block}.card-product__free__item:nth-child(1),.card-product__free__item:nth-child(2),.card-product__free__item:nth-child(3){display:block}.card-product__content__secondary[data-max-items=true] .card-product__free__item:nth-child(3){display:none}.card-product__free__item--more{display:flex;align-items:center;justify-content:center;color:#000;font-weight:var(--font-heading-weight);text-decoration:none;padding:0;text-align:center}.card-product__free__item span{background:var(--color-bluelight);font-size:1.2rem;font-weight:400;line-height:1.6rem;padding:0px .2rem;position:absolute;bottom:0;left:0;width:100%}.card-product__free__item img{width:100%}@media only screen and (min-width: 360px){.card-product__content__secondary{padding:.5rem}.card-product__free{gap:.1rem;justify-content:flex-start}.card-product__free__item span{padding:0 .2rem;font-size:10px;width:100%;text-align:center}.card-product__free__item{flex:0 0 calc(33% - .1rem)}.card-product__content__secondary h4{font-size:1.3rem;line-height:1.3rem}.card-product__content__secondary h4 span.total-value{font-size:1.1rem;line-height:1.1rem}}@media only screen and (min-width: 412px){.card-product__free__item span{font-size:12px}}@media only screen and (min-width: 640px){div.card-product__free__item{padding-bottom:1.2rem}.card-product__free__item span{width:100%;border-top-right-radius:.4rem}}@media only screen and (min-width: 990px){.card-product__content__main .rating span:before{font-size:1.6rem}.card-product__content__main .card-product__title{flex-wrap:nowrap;flex-direction:row;justify-content:space-between;align-items:center;gap:.8rem}.card-product__content__main .card-product__title h3{font-size:1.6rem}.card-product__content__main .card-product__title p{text-align:right}.card-product__content__main p span.old-price{font-size:1.6rem;font-weight:500}.card-product__content__main p span.new-price{font-size:2.4rem;font-weight:700}.card-product__content__secondary[data-max-items=true] .card-product__free__item:nth-child(3),div.card-product__free__item:nth-child(4){display:block}.card-product__free{gap:1.6rem;justify-content:flex-start}.card-product__free__item{flex:0 0 calc(25% - 1.6rem)}.card-product__free__item span{padding:0px .1rem}.card-product__content__secondary h4{font-size:1.3rem;line-height:1.3rem}.card-product__content__secondary h4 span.total-value{font-size:1.1rem;line-height:1.1rem}.button--primary-yellow{background:var(--color-yellow)}.button--primary-yellow:after,.button--primary-yellow:not([disabled]):hover:after{box-shadow:0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button-text),var(--border-opacity)),0 0 0 var(--buttons-border-width) rgba(var(--color-yellow),var(--alpha-button-background))!important}}#product-grid>li>div>div.card.card--standard.card-product>div.card-product__content>div.card-product__content__main>div.card-product__details>p.ship-time{display:block}#best-sellers-0>div>div:nth-child(1)>div>div.card.card--standard.card-product>div.card-product__content>div.card-product__content__main>div.card-product__details>p.ship-time #best-sellers-0>div>div>div>div.card.card--standard.card-product>div.card-product__content>div.card-product__content__main>div.card-product__details>p.ship-time{display:none}.collection * p.ship-time{display:block}#Slider-template--15906588655694__featured_collection_Ab9hQh>li>div>div>div.card-product__content>div.card-product__content__main>div.card-product__details>p.ship-time{display:block}
/*# sourceMappingURL=/cdn/shop/t/224/assets/component-card-product--default.css.map */
