@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--gvhome-bg:#ffffff;--gvhome-surface:#f6f7f9;--gvhome-ink:#1c1d1d;--gvhome-muted:#5e6366;--gvhome-accent:#2a6df4;--gvhome-line:#e4e6ea;--gvhome-btn-bg:#1c1d1d;--gvhome-btn-fg:#ffffff;--gvhome-radius:10px;--gvhome-font:"Inter",system-ui,sans-serif}.gvhome-container{max-width:1200px;margin:0 auto;padding:0 clamp(16px,4vw,32px)}.gvhome-section{padding:clamp(36px,7vw,84px) 0;background:var(--gvhome-bg);font-family:var(--gvhome-font);color:var(--gvhome-ink)}.gvhome-h2{font-family:var(--gvhome-font);font-size:clamp(24px,3.2vw,36px);font-weight:800;line-height:1.2;margin:0 0 14px;letter-spacing:-.01em}.gvhome-sub{font-size:clamp(15px,2.5vw,17px);line-height:1.6;color:var(--gvhome-muted);margin:0}.gvhome-btn{display:inline-block;background:var(--gvhome-btn-bg);color:var(--gvhome-btn-fg);font-family:var(--gvhome-font);font-weight:700;font-size:15px;padding:14px 28px;border-radius:var(--gvhome-radius);text-decoration:none;transition:opacity .2s}.gvhome-btn:hover{opacity:.85;color:var(--gvhome-btn-fg)}.gvhome-btn--ghost{background:transparent;color:var(--gvhome-ink);border:1.5px solid var(--gvhome-ink)}.gvhome-announce{background:var(--gvhome-ink);color:#fff;font-family:var(--gvhome-font);font-size:14px;padding:10px 0}.gvhome-announce-row{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.gvhome-announce a{color:#fff;text-decoration:underline;font-weight:600}.gvhome-announce-loc{color:#ffffffbf}@media(max-width:749px){.gvhome-announce-row{justify-content:center;text-align:center}.gvhome-announce-loc{display:none}}.gvhome-press-row{display:flex;justify-content:center;align-items:center;gap:clamp(24px,6vw,72px);flex-wrap:wrap}.gvhome-press-item{display:flex;align-items:center;gap:8px;color:var(--gvhome-muted);font-weight:700;font-size:clamp(13px,2vw,16px);letter-spacing:.06em;text-transform:uppercase}.gvhome-press-item img{max-height:34px;width:auto;display:block;filter:grayscale(1);opacity:.7}.gvhome-feat-head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:24px;flex-wrap:wrap}.gvhome-feat-more{font-weight:600;color:var(--gvhome-accent);text-decoration:none;font-size:15px}.gvhome-feat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.gvhome-feat-grid--with-promo{grid-template-columns:1.2fr repeat(3,1fr)}.gvhome-promo-card{grid-row:span 2;border-radius:var(--gvhome-radius);overflow:hidden;background:var(--gvhome-surface);display:flex;align-items:center;justify-content:center}.gvhome-promo-card img{width:100%;height:100%;object-fit:cover;display:block}.gvhome-card{border:1px solid var(--gvhome-line);border-radius:var(--gvhome-radius);background:#fff;display:flex;flex-direction:column;overflow:hidden;transition:box-shadow .2s,transform .2s}.gvhome-card:hover{box-shadow:0 8px 24px #1c1d1d1a;transform:translateY(-2px)}.gvhome-card-img{aspect-ratio:1/1;background:var(--gvhome-surface);display:flex;align-items:center;justify-content:center;overflow:hidden}.gvhome-card-img img{width:100%;height:100%;object-fit:contain;display:block}.gvhome-card-body{padding:14px 16px 18px;display:flex;flex-direction:column;gap:6px;flex:1}.gvhome-card-title{font-size:15px;font-weight:600;line-height:1.35;margin:0;color:var(--gvhome-ink);text-decoration:none;display:block}a.gvhome-card-title:hover{color:var(--gvhome-accent)}.gvhome-card-vendor{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--gvhome-muted)}.gvhome-card-price{margin-top:auto;font-weight:700;font-size:16px}.gvhome-card-compare{color:var(--gvhome-muted);text-decoration:line-through;font-weight:400;font-size:14px;margin-right:6px}.gvhome-card-price:empty{display:none!important}.gvhome-feat-foot{text-align:center;margin-top:32px}.gvhome-placeholder{background:repeating-linear-gradient(45deg,var(--gvhome-surface),var(--gvhome-surface) 12px,#eef0f3 12px,#eef0f3 24px);display:flex;align-items:center;justify-content:center;color:var(--gvhome-muted);font-size:13px;text-align:center;padding:12px}@media(max-width:989px){.gvhome-feat-grid,.gvhome-feat-grid--with-promo{grid-template-columns:repeat(3,1fr)}.gvhome-promo-card{grid-row:span 1;grid-column:span 3;max-height:280px}}@media(max-width:749px){.gvhome-feat-grid,.gvhome-feat-grid--with-promo{grid-template-columns:repeat(2,1fr);gap:12px}.gvhome-promo-card{grid-column:span 2}}.gvhome-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;text-align:center}.gvhome-trust-item{display:flex;flex-direction:column;align-items:center;gap:8px;text-decoration:none;color:var(--gvhome-ink)}.gvhome-trust-icon{width:46px;height:46px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--gvhome-surface);color:var(--gvhome-accent)}.gvhome-trust-icon svg{width:22px;height:22px}.gvhome-trust-title{font-weight:700;font-size:16px}.gvhome-trust-text{font-size:14px;color:var(--gvhome-muted)}@media(max-width:749px){.gvhome-trust-grid{grid-template-columns:repeat(2,1fr);gap:20px 12px}}.gvhome-it-img{border-radius:var(--gvhome-radius);overflow:hidden;margin-bottom:28px}.gvhome-it-img img{width:100%;height:auto;display:block}.gvhome-it-copy{max-width:760px}.gvhome-banner{position:relative;overflow:hidden;min-height:clamp(320px,46vw,520px);display:flex;align-items:center}.gvhome-banner-bg{position:absolute;top:0;right:0;bottom:0;left:0}.gvhome-banner-bg img{width:100%;height:100%;object-fit:cover;display:block}.gvhome-banner-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#0a0c109e,#0a0c1026)}.gvhome-banner-card{position:relative;z-index:1;color:#fff;max-width:520px}.gvhome-banner-card .gvhome-h2{color:#fff}.gvhome-banner-card .gvhome-sub{color:#ffffffd9}.gvhome-banner-card .gvhome-btn{background:#fff;color:var(--gvhome-ink);margin-top:20px}
/*# sourceMappingURL=/cdn/shop/t/3/assets/gvhome-styles.css.map */
