.best-sellers-spotlight{width:100%}.best-sellers-spotlight__header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:3.2rem;flex-wrap:wrap;gap:1.6rem}.best-sellers-spotlight__title-group{max-width:60rem}.best-sellers-spotlight__caption{font-size:1.2rem;text-transform:uppercase;letter-spacing:.15em;font-weight:700;color:rgba(var(--color-foreground),.7);margin-bottom:.6rem}.best-sellers-spotlight__heading{margin:0}.best-sellers-spotlight__view-all{display:inline-flex;align-items:center;gap:.8rem;font-size:1.4rem;font-weight:700;text-decoration:none;color:rgb(var(--color-foreground));border-bottom:2px solid transparent;padding-bottom:2px;transition:border-color .3s ease,transform .2s ease}.best-sellers-spotlight__view-all:hover{border-color:rgb(var(--color-foreground));transform:translate(3px)}.best-sellers-spotlight__container{display:grid;grid-template-columns:1fr;gap:24px}@media screen and (min-width:990px){.best-sellers-spotlight__container{grid-template-columns:1.1fr 1.3fr;gap:32px;align-items:stretch}}.spotlight-hero-card{position:relative;display:flex;flex-direction:column;justify-content:flex-end;border-radius:var(--media-radius, 12px);overflow:hidden;text-decoration:none;background-color:#111;color:#fff;min-height:480px;box-shadow:0 8px 30px #0000002e;isolation:isolate;transition:transform .4s ease,box-shadow .4s ease}@media screen and (min-width:990px){.spotlight-hero-card{min-height:100%}}.spotlight-hero-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #00000047}.spotlight-hero-card__media{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;overflow:hidden}.spotlight-hero-card__image{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .8s cubic-bezier(.2,.8,.2,1),opacity .5s ease}.spotlight-hero-card__image--secondary{position:absolute;top:0;left:0;opacity:0}.spotlight-hero-card:hover .spotlight-hero-card__image--primary.has-secondary{opacity:0}.spotlight-hero-card:hover .spotlight-hero-card__image--secondary{opacity:1;transform:scale(1.05)}.spotlight-hero-card:hover .spotlight-hero-card__image:not(.has-secondary){transform:scale(1.06)}.spotlight-hero-card__badge-wrapper{position:absolute;top:2rem;left:2rem;z-index:4}.spotlight-hero-card__badge{display:inline-flex;align-items:center;gap:.6rem;padding:.6rem 1.4rem;border-radius:50px;background:#fff;color:#111;font-size:1.2rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 4px 15px #0000004d}.spotlight-hero-card__overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;background:linear-gradient(180deg,#0000000d,#0006,#000000e0);transition:background .4s ease;pointer-events:none}.spotlight-hero-card:hover .spotlight-hero-card__overlay{background:linear-gradient(180deg,#0000001a,#00000080,#000000f0)}.spotlight-hero-card__content{position:relative;z-index:3;padding:2.8rem 2.4rem;display:flex;flex-direction:column;gap:.8rem}@media screen and (min-width:750px){.spotlight-hero-card__content{padding:3.6rem 3rem}}.spotlight-hero-card__vendor{font-size:1.2rem;text-transform:uppercase;letter-spacing:.12em;font-weight:600;color:#fffc;margin:0}.spotlight-hero-card__title{margin:0;font-size:2.6rem;font-weight:800;line-height:1.15;color:#fff;letter-spacing:.02em;text-shadow:0 2px 10px rgba(0,0,0,.5);transition:transform .3s ease}@media screen and (min-width:750px){.spotlight-hero-card__title{font-size:3.2rem}}.spotlight-hero-card__price-row{display:flex;align-items:center;gap:1.2rem;margin-top:.4rem}.spotlight-hero-card__price{font-size:2rem;font-weight:700;color:#fff}.spotlight-hero-card__compare-price{font-size:1.6rem;text-decoration:line-through;color:#fff9}.spotlight-hero-card__btn{margin-top:1.2rem;display:inline-flex;align-items:center;justify-content:center;gap:.8rem;padding:1.2rem 2.4rem;border-radius:var(--buttons-radius, 4px);background-color:#fff;color:#111;font-size:1.4rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;border:1px solid #ffffff;transition:background-color .3s ease,color .3s ease,transform .2s ease;width:fit-content}.spotlight-hero-card:hover .spotlight-hero-card__btn{background-color:#f0f0f0;transform:translateY(-2px)}.spotlight-subgrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}@media screen and (min-width:750px){.spotlight-subgrid{gap:20px}}.spotlight-product-card{position:relative;display:flex;flex-direction:column;border-radius:var(--media-radius, 8px);overflow:hidden;background-color:rgba(var(--color-foreground),.03);border:1px solid rgba(var(--color-foreground),.08);text-decoration:none;color:inherit;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.spotlight-product-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px #0000001a;border-color:rgba(var(--color-foreground),.2)}.spotlight-product-card__rank{position:absolute;top:1rem;left:1rem;z-index:3;padding:.3rem .8rem;border-radius:50px;background:#000000bf;color:#fff;font-size:1.1rem;font-weight:800;letter-spacing:.05em;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.spotlight-product-card__media{position:relative;width:100%;aspect-ratio:3 / 4;overflow:hidden;background-color:#f5f5f5}.spotlight-product-card__image{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .5s ease,opacity .4s ease}.spotlight-product-card__image--secondary{position:absolute;top:0;left:0;opacity:0}.spotlight-product-card:hover .spotlight-product-card__image--primary.has-secondary{opacity:0}.spotlight-product-card:hover .spotlight-product-card__image--secondary{opacity:1;transform:scale(1.05)}.spotlight-product-card:hover .spotlight-product-card__image:not(.has-secondary){transform:scale(1.06)}.spotlight-product-card__info{padding:1.4rem 1.2rem;display:flex;flex-direction:column;gap:.4rem;flex-grow:1;justify-content:space-between}.spotlight-product-card__title{margin:0;font-size:1.4rem;font-weight:700;line-height:1.25;color:rgb(var(--color-foreground));overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media screen and (min-width:750px){.spotlight-product-card__title{font-size:1.5rem}}.spotlight-product-card__price-wrap{display:flex;align-items:baseline;gap:.8rem;margin-top:.4rem}.spotlight-product-card__price{font-size:1.4rem;font-weight:700;color:rgb(var(--color-foreground))}.spotlight-product-card__compare{font-size:1.2rem;text-decoration:line-through;color:rgba(var(--color-foreground),.55)}
/*# sourceMappingURL=/cdn/shop/t/18/assets/section-best-sellers-spotlight.css.map */
