.v-featured-products{--v-accent: #ff6b00;--v-accent-hover: #f05f00;--v-dark: #001b33;--v-muted: #64748b;--v-muted-light: #94a3b8;--v-bg-light: #f8fafc;--v-border: #e7edf4;--v-card-shadow: 0 12px 34px rgba(0, 27, 51, .055);--v-card-shadow-hover: 0 22px 58px rgba(0, 27, 51, .12);max-width:1400px;margin:58px auto 66px;padding:0 20px;font-family:var(--font-body-family),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.v-featured-products__head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:22px}.v-featured-products__eyebrow{display:inline-flex;align-items:center;margin-bottom:10px;padding:7px 11px;border-radius:999px;background:#ff6b001a;color:var(--v-accent);font-size:11px;font-weight:800;letter-spacing:.065em;line-height:1;text-transform:uppercase}.v-featured-products__title{margin:0;color:var(--v-dark);font-family:var(--font-heading-family),var(--font-body-family),system-ui,sans-serif;font-size:clamp(26px,2.7vw,38px);font-weight:780;letter-spacing:0;line-height:1.08}.v-featured-products__subtitle{max-width:560px;margin:10px 0 0;color:var(--v-muted);font-size:15px;font-weight:500;line-height:1.6}.v-featured-products__all{flex:0 0 auto;min-height:44px;padding:12px 18px;border-radius:999px;border:1px solid var(--v-border);background:#fff;color:var(--v-dark);display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-size:12px;font-weight:800;letter-spacing:.045em;text-transform:uppercase;transition:background-color .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}.v-featured-products__all:hover,.v-featured-products__all:focus-visible{transform:translateY(-1px);border-color:var(--v-dark);background:var(--v-dark);color:#fff}.v-featured-products__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.v-product-card{position:relative;overflow:hidden;min-width:0;min-height:100%;border:1px solid var(--v-border);border-radius:18px;background:#fff;box-shadow:var(--v-card-shadow);display:flex;flex-direction:column;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.v-product-card:hover{transform:translateY(-4px);border-color:#001b3329;box-shadow:var(--v-card-shadow-hover)}.v-product-card__media-link{position:relative;display:block;padding:12px 12px 0;text-decoration:none}.v-product-card__media{position:relative;overflow:hidden;aspect-ratio:1 / 1;border-radius:14px;background:linear-gradient(145deg,#f8fafc,#eef4f8);display:flex;align-items:center;justify-content:center}.v-product-card__media img{width:100%;height:100%;object-fit:contain;padding:10px;transition:transform .28s ease}.v-product-card:hover .v-product-card__media img,.v-product-card__media-link:active .v-product-card__media img{transform:scale(1.05)}.v-product-card__placeholder{width:68%;height:68%;opacity:.25}.v-product-card__badges{position:absolute;top:10px;left:10px;right:10px;z-index:2;display:flex;align-items:flex-start;justify-content:space-between;gap:8px;pointer-events:none}.v-product-card__badge{min-height:25px;padding:7px 9px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:var(--v-dark);font-size:10px;font-weight:800;line-height:1;letter-spacing:.055em;text-transform:uppercase}.v-product-card__badge--sale{background:var(--v-accent)}.v-product-card__badge--soldout{background:#475569}.v-product-card__body{flex:1 1 auto;padding:13px 14px 15px;display:flex;flex-direction:column}.v-product-card__vendor{margin-bottom:6px;color:var(--v-muted-light);font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.v-product-card__title{min-height:0;margin:0 0 9px;color:var(--v-dark);font-family:var(--font-heading-family),var(--font-body-family),system-ui,sans-serif;font-size:15px;font-weight:760;line-height:1.24;letter-spacing:0}.v-product-card__title a{color:inherit;text-decoration:none;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.v-product-card__title a:hover,.v-product-card__title a:focus-visible{color:var(--v-accent)}.v-product-card__specs{display:flex;flex-wrap:wrap;gap:5px;margin:0 0 10px}.v-product-card__spec{display:inline-flex;align-items:center;min-height:22px;padding:4px 7px;border-radius:999px;background:#f3f7fb;color:var(--v-dark);font-size:10px;font-weight:800;line-height:1;white-space:nowrap}.v-product-card__price-row{margin-top:auto;display:flex;align-items:baseline;justify-content:space-between;gap:10px}.v-product-card__price{color:var(--v-accent);font-size:20px;font-weight:840;letter-spacing:0;white-space:nowrap}.v-product-card__compare{color:var(--v-muted-light);font-size:12px;font-weight:650;text-decoration:line-through;white-space:nowrap}.v-product-card__meta{margin:10px 0 0;display:flex;align-items:center;gap:7px;color:var(--v-muted);font-size:11px;font-weight:700;line-height:1.25}.v-product-card__dot{width:7px;height:7px;border-radius:999px;background:#16a34a;flex:0 0 auto}.v-product-card__dot--muted{background:#94a3b8}.v-product-card__form{margin-top:12px}.v-product-card__button{width:100%;min-height:42px;border:0;border-radius:12px;background:var(--v-dark);color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-family:var(--font-body-family),system-ui,sans-serif;font-size:11px;font-weight:820;letter-spacing:.055em;line-height:1;text-transform:uppercase;transition:background-color .2s ease,transform .2s ease}.v-product-card__button:hover,.v-product-card__button:focus-visible{transform:translateY(-1px);background:var(--v-accent)}.v-product-card__button:disabled{cursor:not-allowed;transform:none;background:#cbd5e1;color:#64748b}.v-product-card__stepper{display:grid;grid-template-columns:38px minmax(36px,1fr) 38px;gap:6px;align-items:center}.v-product-card__qty-minus,.v-product-card__qty-plus{width:100%;min-width:0;min-height:38px;border:0;border-radius:11px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font:inherit;font-size:18px;font-weight:850;line-height:1}.v-product-card__qty-minus{background:#f3f7fb;color:var(--v-dark)}.v-product-card__qty-plus{background:var(--v-dark);color:#fff}.v-product-card__qty-plus:hover,.v-product-card__qty-plus:focus-visible{background:var(--v-accent)}.v-product-card__qty-value{min-height:38px;border-radius:11px;background:#f8fafc;color:var(--v-dark);display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:800}.v-featured-products__empty{grid-column:1 / -1;margin:0;padding:22px;border:1px dashed var(--v-border);border-radius:18px;color:var(--v-muted);background:var(--v-bg-light);font-size:14px;font-weight:700}@media(max-width:1180px){.v-featured-products__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.v-featured-products{margin:48px auto 54px;padding:0 16px}.v-featured-products__head{align-items:flex-start;flex-direction:column}.v-featured-products__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}}@media(max-width:560px){.v-featured-products{margin:36px auto 44px;padding:0 14px}.v-featured-products__head{gap:14px;margin-bottom:16px}.v-featured-products__eyebrow{margin-bottom:8px;font-size:10px}.v-featured-products__title{font-size:25px}.v-featured-products__subtitle{font-size:13px;line-height:1.48}.v-featured-products__all{min-height:40px;padding:11px 15px;font-size:11px}.v-featured-products__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.v-product-card{border-radius:16px;box-shadow:0 8px 22px #001b330b}.v-product-card__media-link{padding:8px 8px 0}.v-product-card__media{border-radius:12px}.v-product-card__media img{padding:7px}.v-product-card__badges{top:7px;left:7px;right:7px}.v-product-card__badge{min-height:22px;padding:6px 8px;font-size:9px}.v-product-card__body{padding:10px 10px 11px}.v-product-card__vendor{margin-bottom:5px;font-size:9px}.v-product-card__title{margin-bottom:7px;font-size:12px;line-height:1.24}.v-product-card__specs{gap:4px;margin-bottom:8px}.v-product-card__spec{min-height:20px;padding:3px 6px;font-size:9px}.v-product-card__price-row{align-items:flex-start;flex-direction:column;gap:2px}.v-product-card__price{font-size:17px}.v-product-card__compare{font-size:10px}.v-product-card__meta{margin-top:8px;font-size:10px}.v-product-card__form{margin-top:9px}.v-product-card__button{min-height:37px;border-radius:10px;font-size:9.5px;letter-spacing:.04em}.v-product-card__stepper{grid-template-columns:32px minmax(30px,1fr) 32px;gap:5px}.v-product-card__qty-minus,.v-product-card__qty-plus,.v-product-card__qty-value{min-height:34px;border-radius:9px}}@media(max-width:350px){.v-featured-products__grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.v-product-card,.v-product-card__media img,.v-product-card__button,.v-featured-products__all{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/vodogon-featured-products.css.map */
