.featured-product{padding:4rem 0;background:var(--color-sand)}.featured-product__header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:2.5rem}.featured-product__header-left{max-width:400px}.featured-product__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-product__eyebrow:before{content:"";display:block;width:28px;height:2px;background:var(--color-cobalt);flex-shrink:0}.featured-product__heading{font-family:var(--font-heading);font-weight:400;color:var(--color-text-dark);line-height:1.1;letter-spacing:-.01em;margin:0}.featured-product__heading em{color:var(--color-cobalt);font-style:italic}.featured-product__header-link{display:flex;align-items:center;gap:6px;color:var(--color-cobalt);font-size:14px;font-weight:500;text-decoration:none;white-space:nowrap;flex-shrink:0;transition:color .2s}.featured-product__header-link svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.featured-product__header-link:hover{color:var(--color-cobalt-dark)}.featured-product__inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.featured-product__image-col{position:sticky;top:calc(var(--header-height, 80px) + 2rem)}.featured-product__image-wrap{position:relative;background:var( --color-sand );border-radius:16px;overflow:hidden;aspect-ratio:1 / 1}.featured-product__image-wrap--transparent{background:transparent}.featured-product__image-wrap img{width:100%;height:100%;object-fit:cover;display:block;object-position:center}.featured-product__image-wrap--transparent img{object-fit:contain}.featured-product__image-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#8fa3bc}.featured-product__image-placeholder svg{width:36px;height:36px;stroke:currentColor;fill:none;stroke-width:1.5;opacity:.5}.featured-product__image-placeholder span{font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.featured-product__badges{position:absolute;top:14px;left:14px;display:flex;flex-direction:column;gap:6px}.featured-product__badge{display:inline-flex;align-items:center;gap:5px;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:5px 10px;border-radius:6px;line-height:1}.featured-product__badge svg{width:11px;height:11px;stroke:currentColor;fill:none;stroke-width:2;flex-shrink:0}.featured-product__badge--bestseller{background:var(--color-cobalt-dark);color:#fff}.featured-product__badge--sale{background:#f4511e;color:#fff}.featured-product__badge--custom{background:var(--color-cobalt);color:#fff}.featured-product__info{display:flex;flex-direction:column;gap:1.25rem}.featured-product__promo-tag{display:inline-flex;align-items:center;gap:6px;background:#f4511e;color:#fff;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:5px 12px;border-radius:6px;width:fit-content}.featured-product__promo-tag svg{width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:2;flex-shrink:0}.featured-product__title{font-family:var(--font-heading);font-size:clamp(1.75rem,2.5vw,2.75rem);font-weight:400;color:var(--color-text-dark);line-height:1.15;margin:0}.featured-product__stars{display:flex;align-items:center;gap:8px}.featured-product__stars-icons{display:flex;gap:2px}.featured-product__star{width:14px;height:14px;color:#f59e0b}.featured-product__star--empty{color:#d1d5db}.featured-product__reviews{font-size:13px;color:var(--color-text-muted)}.featured-product__desc{font-size:14px}.featured-product__desc p{margin:0 0 .75rem}.featured-product__desc p:last-child{margin:0}.featured-product__features{display:grid;grid-template-columns:1fr 1fr;gap:8px}.featured-product__feature{display:flex;align-items:center;gap:8px;background:#fff;border:.5px solid #d1d8e0;border-radius:8px;padding:.65rem .9rem;font-size:13px;color:var(--color-text-dark)}.featured-product__feature svg{width:15px;height:15px;stroke:var(--color-cobalt);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.featured-product__divider{height:.5px;background:var(--color-sand-dark);border:none;margin:0}.featured-product__price-block{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap}.featured-product__price{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;color:var(--color-cobalt-dark);line-height:1}.featured-product__price-compare{font-size:1.1rem;color:var(--color-text-muted);text-decoration:line-through}.featured-product__savings{display:inline-flex;align-items:center;background:#fef3c7;color:#92400e;font-size:11px;font-weight:600;padding:4px 10px;border-radius:6px}.featured-product__stock{display:flex;align-items:center;gap:6px;font-size:13px;color:#16a34a;font-weight:500}.featured-product__stock-dot{width:7px;height:7px;border-radius:50%;background:#16a34a;flex-shrink:0}.featured-product__actions{display:flex;align-items:center;gap:10px}.featured-product__btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font-body);font-size:15px;font-weight:500;text-decoration:none;padding:1.25rem 2.5rem;border-radius:8px;white-space:nowrap;transition:background .2s,color .2s,border-color .2s;cursor:pointer;border:none}.featured-product__btn svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.featured-product__btn--cart{background:var(--color-cobalt-dark);color:#fff;flex:1}.featured-product__btn--cart:hover{background:var(--color-cobalt)}.featured-product__btn--cart.is-loading{opacity:.7;pointer-events:none}.featured-product__btn--cart.is-added{background:#16a34a}.featured-product__btn--details{background:transparent;color:var(--color-cobalt);border:1.5px solid var(--color-cobalt);padding:.8rem 1.25rem}.featured-product__btn--details:hover{background:var(--color-cobalt);color:#fff}.featured-product__btn--whatsapp{background:var(--color-whatsapp);color:#fff;width:48px;height:48px;padding:0;border-radius:8px;flex-shrink:0}.featured-product__btn--whatsapp:hover{background:#1da851}@media(max-width:768px){.featured-product{padding:2.5rem 0}.featured-product__header{flex-direction:column;align-items:flex-start;gap:.75rem}.featured-product__inner{grid-template-columns:1fr;gap:2rem}.featured-product__image-col{position:relative;top:auto}.featured-product__features{grid-template-columns:1fr}.featured-product__actions{flex-wrap:wrap}.featured-product__btn--cart{width:100%}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/section-featured-product.css.map */
