.section--product .product{display:grid;grid-template-columns:minmax(0, 1fr);grid-template-areas:"product-title" "product-image" "product-summary" "product-conditions" "product-info" "product-gallery";column-gap:2.5rem}@media(min-width: 64rem){.section--product .product{grid-template-columns:32rem minmax(0, 1fr);grid-template-areas:"product-image product-title" "product-image product-summary" "product-conditions product-info" "product-gallery product-gallery"}}.section--product .product>*{float:none !important;width:100% !important;margin-bottom:0 !important}.section--product h2{margin-bottom:1.25rem;color:#a349a3;font-size:1.5rem;font-weight:400;line-height:1.2}@media(min-width: 64rem){.section--product h2{margin-bottom:3rem}}.section--product .deal-of-the-day__info{margin-block-start:1.25rem;margin-block-end:1.5rem}@media(min-width: 64rem){.section--product .deal-of-the-day__info{margin-block-start:2.5rem;margin-block-end:3rem}}.product__title{grid-area:product-title;color:#a349a3;font-size:clamp(2rem,3vw,3rem);font-weight:300;line-height:1.08}.product__image{grid-area:product-image}.product__summary{grid-area:product-summary}.product__add-to-cart-form{display:flex;flex-direction:row-reverse;align-items:center;justify-content:space-between;gap:1.25rem;margin-bottom:3.75rem !important}.product__add-to-cart-form::before,.product__add-to-cart-form::after{content:none !important}@media(min-width: 48rem){.product__add-to-cart-form{flex-direction:row;justify-content:start}}@media(min-width: 64rem){.product__add-to-cart-form{margin-bottom:5rem !important}}.product__add-to-cart-form p{color:#a349a3;font-size:1.5rem;line-height:1.2}.product__conditions{grid-area:product-conditions}.product__conditions ul{display:grid;grid-template-columns:minmax(0, 1fr);gap:1rem;color:#a349a3;font-size:.875rem;list-style:none;padding:0}.product__conditions li::before{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' viewBox='0 0 14 14'%3E%3Cpath stroke='%23000' stroke-width='1.6' d='M12.87 7 7 12.87 1.13 7 7 1.13z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:cover;display:inline-block;width:.75rem;height:.75rem;margin-right:.5rem}.product__info{grid-area:product-info}.product__description{display:grid;grid-template-columns:minmax(0, 1fr);gap:1rem;font-size:.875rem}.product__gallery{grid-area:product-gallery;grid-column:1/-1;display:grid;grid-template-columns:repeat(auto-fit, minmax(min(100%, 25rem), 1fr));gap:2.5rem;margin-top:3.75rem}@media(min-width: 64rem){.product__gallery{margin-top:5rem}}.product__gallery-item img{width:100%;height:100%;object-fit:cover}.deal-of-the-day{display:grid;grid-template-columns:minmax(0, 1fr);column-gap:2.5rem}@media(min-width: 64rem){.deal-of-the-day{grid-template-columns:repeat(2, minmax(0, 1fr))}.deal-of-the-day__title,.deal-of-the-day__product-name,.deal-of-the-day__product-image,.deal-of-the-day__info,.deal-of-the-day__description,.deal-of-the-day__actions,.deal-of-the-day__cta{grid-column:1/2}}@media(min-width: 80rem){.deal-of-the-day{grid-template-columns:repeat(3, minmax(0, 1fr))}.deal-of-the-day__title,.deal-of-the-day__product-name,.deal-of-the-day__product-image,.deal-of-the-day__info,.deal-of-the-day__description,.deal-of-the-day__actions,.deal-of-the-day__cta{grid-column:span 2}}.deal-of-the-day__badge{display:none}.deal-of-the-day__badge a{display:inline-block}.deal-of-the-day__badge a:is(:hover,:focus){scale:1.05}.deal-of-the-day__badge img{max-height:12rem}@media(min-width: 64rem){.deal-of-the-day__badge{display:block;grid-column:2/3;grid-row:1/3}}@media(min-width: 80rem){.deal-of-the-day__badge{grid-column:3/4;grid-row:1/3}}.deal-of-the-day__title,.deal-of-the-day__product-name{text-align:center;text-transform:uppercase}.deal-of-the-day__title{margin-bottom:1.25rem;color:#121212;font-size:clamp(1.125rem,2vw,1.25rem);line-height:1.2}@media(min-width: 48rem){.deal-of-the-day__title{margin-bottom:2rem}}.deal-of-the-day__product-name{margin-bottom:2.5rem;color:#a349a3;font-size:clamp(2rem,3vw,3rem);font-weight:300;line-height:1.2}@media(min-width: 48rem){.deal-of-the-day__product-name{margin-bottom:5rem}}.deal-of-the-day__product-image{width:100%;height:11.25rem;object-fit:cover}.deal-of-the-day__info{margin-top:1.25rem;margin-bottom:1.25rem;columns:2;gap:1rem}@media(min-width: 48rem){.deal-of-the-day__info{gap:3rem;margin-top:3rem}}.deal-of-the-day__info-item{margin-bottom:1.25rem}.deal-of-the-day__info-label{margin-bottom:1.25rem;font-size:clamp(1.125rem,2vw,1.25rem);font-weight:300;line-height:1.2}.deal-of-the-day__info-value{color:#a349a3;font-size:1.5rem;font-weight:700;line-height:1.2}.deal-of-the-day__info-value:has(del){display:grid;grid-template-columns:minmax(0, 1fr);gap:.5rem}.deal-of-the-day__info-value:has(del) del,.deal-of-the-day__info-value:has(del) del+span{order:2}.deal-of-the-day__info-value:has(del) del{color:#121212;font-size:clamp(.875rem,2vw,1.125rem)}.deal-of-the-day__description{display:grid;grid-template-columns:minmax(0, 1fr);gap:1rem;margin-bottom:3rem;font-size:.875rem;line-height:1.2}@media(min-width: 48rem){.deal-of-the-day__description{grid-template-columns:repeat(2, minmax(0, 1fr));gap:3rem}}.deal-of-the-day__actions{display:flex;flex-direction:row-reverse;align-items:center;justify-content:space-between;gap:1.25rem}@media(min-width: 48rem){.deal-of-the-day__actions{flex-direction:row;justify-content:start}}.deal-of-the-day__actions p{color:#a349a3;font-size:1.5rem;line-height:1.2}.deal-of-the-day__cta{padding:2.5rem;background-color:hsl(300,38%,26%);color:#fff;font-size:1.5rem;line-height:1.2}.deal-of-the-day__cta>*{width:min(100%,37.5rem);margin-inline:auto}.deal-of-the-day--no-deal .deal-of-the-day__description{grid-template-columns:minmax(0, 1fr);width:min(100%,37.5rem);margin:1.25rem auto;font-size:1rem}@media(min-width: 64rem){.deal-of-the-day--no-deal .deal-of-the-day__description{margin-block-start:2.5rem;margin-block-end:3.75rem}}.deal-of-the-day--no-deal .deal-of-the-day__description strong{font-size:1.5rem;font-weight:500;line-height:1.2}@media(min-width: 64rem){.deal-of-the-day--no-deal .deal-of-the-day__description p+p{margin-top:3.75rem}}body:has(.deal-of-the-day__cta:hover) .subscribe-to-newsletter__arrow{transform:translateY(-0.5rem) scale(1.02)}