.product-spotlight--bordered{border-bottom:.1rem solid rgba(var(--color-foreground),.08);border-top:.1rem solid rgba(var(--color-foreground),.08)}.product-spotlight{position:relative;overflow:hidden}.product-spotlight--image-bg .product-spotlight__background{top:0;right:0;bottom:0;left:0;height:100%}.product-spotlight--image-bg .product-spotlight__inner{min-height:var(--product-spotlight-bg-height)}.product-spotlight__background{position:absolute;inset-inline:0;inset-block-start:0;height:var(--product-spotlight-bg-height, 100%);pointer-events:none;z-index:0}.product-spotlight:not(.product-spotlight--image-bg) .product-spotlight__background{top:0;right:0;bottom:0;left:0;height:100%}.product-spotlight__background-image{height:100%;object-fit:cover;object-position:center;width:100%}.product-spotlight__background:after{background:rgba(var(--product-spotlight-overlay, 0 0 0),var(--product-spotlight-overlay-opacity, 0));content:"";top:0;right:0;bottom:0;left:0;pointer-events:none;position:absolute}.product-spotlight:not(.product-spotlight--image-bg) .product-spotlight__background:after{display:none}.product-spotlight__inner{position:relative;z-index:1}.product-spotlight__header{align-items:center;display:flex;flex-direction:column;gap:1.6rem;margin-bottom:clamp(1.75rem,3vw,2.75rem)}.product-spotlight__header--align-left{align-items:flex-start;text-align:left}.product-spotlight__header--align-center{align-items:center;text-align:center}.product-spotlight__header--align-right{align-items:flex-end;text-align:right}.product-spotlight__subheading,.product-spotlight__heading{margin:0}.product-spotlight__intro{margin:0;max-width:72rem}.product-spotlight__intro>*:first-child{margin-top:0}.product-spotlight__intro>*:last-child{margin-bottom:0}.product-spotlight__button-wrap{display:flex;justify-content:center;width:100%}.product-spotlight__header--align-left .product-spotlight__button-wrap{justify-content:flex-start}.product-spotlight__header--align-right .product-spotlight__button-wrap{justify-content:flex-end}.product-spotlight__secondary{color:rgba(var(--color-foreground),.72);font-size:1.4rem;margin:0}.product-spotlight__track-wrap{position:relative}.product-spotlight__track{display:flex;flex-wrap:nowrap;gap:0;list-style:none;margin:0;overflow-x:auto;padding:.25rem 0;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-color:var(--theme-scrollbar-thumb) rgba(var(--color-foreground),.08);scrollbar-width:thin;-webkit-overflow-scrolling:touch}.product-spotlight__track::-webkit-scrollbar{height:var(--theme-scrollbar-size, .35rem)}.product-spotlight__track::-webkit-scrollbar-button:single-button:horizontal:decrement,.product-spotlight__track::-webkit-scrollbar-button:single-button:horizontal:increment,.product-spotlight__track::-webkit-scrollbar-button:horizontal:decrement,.product-spotlight__track::-webkit-scrollbar-button:horizontal:increment{background:transparent!important;display:block!important;height:0!important;width:0!important}.product-spotlight__track::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:var(--theme-scrollbar-thumb, rgba(var(--color-foreground), .28));border:.2rem solid transparent;border-radius:999px}.product-spotlight__track::-webkit-scrollbar-track{background:rgba(var(--color-foreground),.06);border-radius:999px}@media screen and (max-width:749px){.product-spotlight__track{margin-inline:-1.5rem;padding-inline:1.5rem;scroll-padding-inline:1.5rem}.product-spotlight__track:after{content:"";flex:0 0 1.5rem}.product-spotlight__track--mobile-grid{display:grid;gap:var(--product-spotlight-tile-gap);grid-template-columns:repeat(var(--product-spotlight-mobile-columns, 2),minmax(0,1fr));margin-inline:0;overflow-x:visible;padding-inline:0;scroll-behavior:auto;scroll-padding-inline:0;scroll-snap-type:none;scrollbar-width:auto}.product-spotlight__track--mobile-grid:after{content:none;display:none}.product-spotlight__track--mobile-grid .product-spotlight__item{border-inline-end:none;padding-inline:0;scroll-snap-align:unset}.product-spotlight__track--mobile-grid .product-spotlight-tile{width:100%}}@media screen and (min-width:750px){.product-spotlight__track{justify-content:center}}.product-spotlight__item{border-inline-end:var(--product-spotlight-separator-width, .1rem) solid rgba(var(--product-spotlight-separator-color, var(--color-foreground)),var(--product-spotlight-separator-opacity, .08));flex:0 0 auto;padding-inline:calc(var(--product-spotlight-tile-gap) / 2);scroll-snap-align:start}.product-spotlight__item:last-child{border-inline-end:none}.product-spotlight-tile{aspect-ratio:1;background:rgba(var(--product-spotlight-tile-bg, var(--color-background)),1);color:inherit;display:block;isolation:isolate;overflow:hidden;position:relative;text-decoration:none;width:var(--product-spotlight-tile-size)}.product-spotlight-tile:not(.product-spotlight-tile--image-only){border-radius:var(--product-spotlight-tile-radius, .4rem)}.product-spotlight-tile:not(.product-spotlight-tile--image-only) .product-spotlight-tile__image,.product-spotlight-tile:not(.product-spotlight-tile--image-only) .product-spotlight-tile__placeholder{border-radius:var(--product-spotlight-tile-radius, .4rem)}.product-spotlight--image-only .product-spotlight-tile,.product-spotlight-tile--image-only{background:transparent}.product-spotlight--image-only .product-spotlight-tile__media{padding:0}.product-spotlight--image-only .product-spotlight-tile__image{object-fit:cover}.product-spotlight-tile__media{display:grid;height:100%;padding:var(--product-spotlight-tile-padding, .65rem);place-items:center;width:100%}.product-spotlight-tile__image{height:100%;object-fit:contain;width:100%}.product-spotlight-tile__placeholder{height:70%;opacity:.35;width:70%}.product-spotlight-tile__action{background:rgb(var(--color-background));border-radius:50%;box-shadow:0 .1rem .4rem rgba(var(--color-shadow),.14);color:rgb(var(--color-foreground));display:grid;height:2.2rem;inset-block-end:.8rem;inset-inline-end:.8rem;min-height:2.2rem;min-width:2.2rem;opacity:0;place-items:center;pointer-events:none;position:absolute;transform:translateY(.25rem);transition:opacity var(--duration-short) ease,transform var(--duration-short) ease;width:2.2rem;z-index:1}.product-spotlight-tile__action .svg-wrapper{height:.8rem;width:.8rem}@media screen and (hover:hover)and (pointer:fine){.product-spotlight-tile:hover .product-spotlight-tile__action,.product-spotlight-tile:focus-visible .product-spotlight-tile__action{opacity:1;transform:translateY(0)}}@media screen and (hover:none),(pointer:coarse){.product-spotlight-tile__action{opacity:1;transform:none}}.product-spotlight-tile:focus-visible{outline:.2rem solid rgba(var(--color-foreground),.5);outline-offset:.2rem}.product-spotlight-tile--placeholder{pointer-events:none}
/*# sourceMappingURL=/cdn/shop/t/17/assets/section-featured-products-carousel.css.map */
