.m-collection-spotlight{--item-border-radius: var(--corner-radius)}@media screen and (min-width: 1280px){.m-collection-spotlight .m-section__content{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));grid-template-areas:"product product card";grid-column-gap:var(--column-gap);grid-row-gap:0;align-items:flex-start}.m-collection-spotlight .m-section__content .m-collection-spotlight__product-featured{grid-area:product}.m-collection-spotlight .m-section__content .m-collection-spotlight__product-list{grid-area:card}}.m-collection-spotlight__product-featured{border:2px solid rgb(var(--color-foreground));border-radius:var(--boxed-radius, 10px);padding:15px 15px 35px;display:flex}@media screen and (min-width: 768px){.m-collection-spotlight__product-featured{padding:24px 24px 35px}}@media screen and (max-width: 1279px){.m-collection-spotlight__product-featured{margin-bottom:var(--row-gap)}}@media screen and (max-width: 767px){.m-collection-spotlight__product-featured{flex-direction:column;row-gap:24px;margin-bottom:var(--row-gap-mobile)}}@media screen and (min-width: 768px){.m-product-featured__media,.m-product-featured__info{max-width:50%;flex:0 0 50%}}@media screen and (min-width: 768px){.m-product-featured__info{padding-left:30px}}@media screen and (min-width: 1024px){.m-product-featured__info{padding-left:50px}}.m-product-featured__vendor{text-transform:uppercase}.m-product-featured__vendor+.m-product-featured__title{margin-top:8px}.m-product-featured__review+.m-product-featured__vendor{margin-top:12px}.m-product-featured__title{font-weight:var(--title-font-weight, 500)}.m-product-featured__title+.m-product-featured__price{margin-top:12px}.m-product-featured__tag+.m-product-featured__review,.m-product-featured__tag+.m-product-featured__vendor,.m-product-featured__tag+.m-product-featured__title{margin-top:12px}.m-product-featured__media{--gallery-width: 80px;display:flex;position:relative;overflow:hidden}.m-product-featured__media-thumb-wrapper{width:var(--gallery-width);padding-right:20px;position:absolute;top:0;left:0;right:0;bottom:0}.m-product-featured__media-thumb-wrapper .swiper-slide{cursor:pointer;height:auto !important;padding:var(--item-padding, 8px);border:1px solid rgb(var(--color-border));border-radius:var(--item-border-radius, 5px);overflow:hidden}.m-product-featured__media-thumb-wrapper .swiper-slide.swiper-slide-thumb-active,.m-product-featured__media-thumb-wrapper .swiper-slide:hover{border-color:rgb(var(--color-foreground))}.m-product-featured__media-thumb-wrapper .swiper-slide .m-image{transition:transform var(--m-duration-default)}.m-product-featured__media-thumb-wrapper .swiper-slide:hover .m-image{transform:scale3d(0.86, 0.86, 0.86)}.m-product-featured__media-thumb-wrapper .m-slider-controls{position:absolute;top:0;bottom:0;left:0;padding:0;display:flex}.m-product-featured__media-thumb-wrapper .m-slider-controls__wrapper{display:flex;flex-direction:column;justify-content:space-between;width:calc(var(--gallery-width) - 20px)}.m-product-featured__media-thumb-wrapper .m-slider-controls__button{--m-button-size: 30px;position:relative;color:rgba(var(--text-black), 1);background:rgba(var(--bg-white), 1);border:1px solid rgb(var(--color-border));border-radius:9999px;box-shadow:0 4px 24px rgba(0,0,0,.1215686275);opacity:0;z-index:2}.m-product-featured__media-thumb-wrapper .m-slider-controls__button svg{transform:rotate(90deg)}.m-product-featured__media-thumb-wrapper .m-slider-controls__button.swiper-button-prev{top:10px;transform:translate3d(0, calc(-100% - var(--m-button-size)), 0)}.m-product-featured__media-thumb-wrapper .m-slider-controls__button.swiper-button-next{bottom:10px;transform:translate3d(0, calc(100% + var(--m-button-size)), 0)}.m-product-featured__media-thumb-wrapper:hover .m-slider-controls__button{transform:translateZ(0);opacity:.5}.m-product-featured__media-thumb-wrapper:hover .m-slider-controls__button:not([disabled]){opacity:1}.m-product-featured__media-main-wrapper{flex:0 0 100%;position:relative;overflow:hidden}@media screen and (min-width: 640px){.m-product-featured__media-main-wrapper{flex:0 0 calc(100% - var(--gallery-width));max-width:calc(100% - var(--gallery-width));margin:0 0 0 var(--gallery-width)}.m-product-featured__media-main-wrapper .m-slider-controls{position:absolute;top:0;right:0;bottom:0;left:0;padding:0;display:flex}.m-product-featured__media-main-wrapper .m-slider-controls__wrapper{width:100%;display:flex;align-items:center;justify-content:space-between}.m-product-featured__media-main-wrapper .m-slider-controls__button{--m-button-size: 40px;position:relative;color:rgba(var(--text-black), 1);background:rgba(var(--bg-white), 1);border:1px solid rgb(var(--color-border));border-radius:9999px;box-shadow:0 4px 24px rgba(0,0,0,.1215686275);opacity:0;z-index:2}.m-product-featured__media-main-wrapper .m-slider-controls__button.swiper-button-prev{left:20px;transform:translate3d(calc(-100% - var(--m-button-size)), 0, 0)}.m-product-featured__media-main-wrapper .m-slider-controls__button.swiper-button-next{right:20px;transform:translate3d(calc(100% + var(--m-button-size)), 0, 0)}.m-product-featured__media-main-wrapper:hover .m-slider-controls__button{transform:translateZ(0);opacity:.5}.m-product-featured__media-main-wrapper:hover .m-slider-controls__button:not([disabled]){opacity:1}}.m-product-featured__media .deferred-media__poster-button{width:44px;height:44px}.m-product-featured__media .deferred-media__poster-button svg{width:16px;height:16px}.m-product-featured__media .m-product-media--slider__thumbnail-icon{position:absolute;top:0;right:0;background:rgb(var(--color-button));color:rgb(var(--color-button-text));padding:4px}@media screen and (max-width: 639px){.m-product-featured__media{flex-direction:column}}.m-product-featured__quantity-status{margin-top:32px;color:var(--color-success)}.m-product-featured__quantity-status.product-sold-out{color:var(--color-warning)}@media screen and (max-width: 767px){.m-product-featured__quantity-status{margin-top:12px}}.m-product-featured__status-text{display:flex;align-items:center;column-gap:12px}.m-product-featured__status-text-dots{width:6px;height:6px;display:block;border-radius:50%;background:currentColor}.m-product-featured__status-progress{height:5px;width:100%;background:rgba(var(--color-foreground), 0.1);border-radius:var(--progress-bar-radius, 20px);margin-top:12px;position:relative}.m-product-featured__status-progress::after{content:"";position:absolute;top:0;left:0;height:100%;width:var(--percent-number, 0px);background:currentColor;border-radius:var(--progress-bar-radius, 20px)}
