.featured-products{padding:4rem 0;background:#fff}.featured-products__header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:2rem;gap:2rem}.featured-products__header-left{max-width:400px}.featured-products__eyebrow{display:flex;align-items:center;gap:10px;color:var(--color-cobalt);font-size:11px;font-weight:500;text-transform:uppercase;margin-bottom:.75rem}.featured-products__eyebrow:before{content:"";display:block;width:28px;height:2px;background:var(--color-cobalt);flex-shrink:0}.featured-products__heading{font-family:var(--font-heading);font-weight:400;color:var(--color-text-dark);line-height:1.1;letter-spacing:-.01em;margin:0}.featured-products__heading em{color:var(--color-cobalt);font-style:italic}.featured-products__tabs{display:flex;align-items:center;gap:8px;flex-wrap:wrap;flex-shrink:0}.featured-products__tab{display:inline-flex;align-items:center;font-family:var(--font-body);font-size:13px;font-weight:500;color:var(--color-text-muted);background:var(--color-sand);border:.5px solid var(--color-sand-dark);border-radius:8px;padding:.5rem 1rem;cursor:pointer;transition:background .2s,color .2s,border-color .2s;white-space:nowrap}.featured-products__tab:hover{color:var(--color-cobalt);border-color:var(--color-cobalt)}.featured-products__tab--active{background:var(--color-cobalt-dark);color:#fff;border-color:var(--color-cobalt-dark)}.featured-products__tab--active:hover{color:#fff;background:var(--color-cobalt);border-color:var(--color-cobalt)}.featured-products__grid-wrap{position:relative;min-height:200px}.featured-products__grid-wrap.is-loading:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffffb3;z-index:10;border-radius:12px}.featured-products__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.product-card{background:#fff;border:.5px solid #d1d8e0;border-radius:12px;overflow:hidden;text-decoration:none;display:flex;flex-direction:column;transition:border-color .2s,transform .15s}.product-card:hover{border-color:var(--color-cobalt);transform:translateY(-2px)}.product-card__image-wrap{position:relative;background:var(--color-sand);aspect-ratio:1 / 1;overflow:hidden;flex-shrink:0}.product-card__image-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s}.product-card:hover .product-card__image-wrap img{transform:scale(1.04)}.product-card__image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.product-card__image-placeholder svg{width:32px;height:32px;stroke:#b0bec5;fill:none;stroke-width:1.5}.product-card__badge{position:absolute;top:10px;left:10px;display:inline-flex;align-items:center;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:4px 10px;border-radius:6px;line-height:1}.product-card__badge--new{background:#00bcd4;color:#fff}.product-card__badge--sale{background:#f4511e;color:#fff}.product-card__badge--top{background:var(--color-cobalt-dark);color:#fff}.product-card__body{padding:1rem;display:flex;flex-direction:column;flex:1;gap:6px}.product-card__vendor{font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-muted);margin:0}.product-card__title{font-family:var(--font-body);font-size:14px;font-weight:500;color:var(--color-text-dark);line-height:1.3;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__hover-actions{position:absolute;bottom:10px;right:10px;opacity:0;transform:translateY(4px);transition:opacity .2s,transform .2s}.product-card:hover .product-card__hover-actions{opacity:1;transform:translateY(0)}.product-card__cart-btn{width:40px;height:40px;background:var(--color-cobalt-dark);color:#fff;border:none;border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,transform .15s}.product-card__cart-btn:hover{background:var(--color-cobalt);transform:scale(1.05)}.product-card__cart-btn svg{width:18px;height:18px}.product-card__cart-btn.is-added{background:#16a34a}.product-card__cart-btn.is-loading{opacity:.6;pointer-events:none}.product-card__stars{display:flex;align-items:center;gap:4px}.product-card__stars-icons{display:flex;gap:2px}.product-card__star{width:12px;height:12px;color:#f59e0b}.product-card__star--empty{color:#d1d5db}.product-card__reviews{font-size:11px;color:var(--color-text-muted)}.product-card__price{display:flex;align-items:baseline;gap:8px;margin-top:auto;padding-top:4px}.product-card__price-current{font-size:1.2rem;font-weight:700;color:var(--color-cobalt-dark)}.product-card__price-compare{font-size:13px;color:var(--color-text-muted);text-decoration:line-through}.featured-products__spinner{display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:11;width:32px;height:32px}.featured-products__grid-wrap.is-loading .featured-products__spinner{display:block}.featured-products__spinner svg{animation:spin .8s linear infinite;width:32px;height:32px;stroke:var(--color-cobalt);fill:none;stroke-width:3;stroke-linecap:round}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:768px){.featured-products{padding:2.5rem 0}.featured-products__header{flex-direction:column;align-items:flex-start;gap:1rem}.featured-products__tabs{width:100%;overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px;-ms-overflow-style:none;scrollbar-width:none}.featured-products__tabs::-webkit-scrollbar{display:none}.featured-products__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/section-featured-products.css.map */
