/* ═══════════════════════════════════════════════════════════
   GadgetGuideUSA — Homepage v3.0
   Orange #F47B20 + Gray #4A4A4A — NO gradients
   ═══════════════════════════════════════════════════════════ */
.gadget-home-body { background: var(--gg-white) !important; color: var(--gg-text) !important; font-family: var(--gg-font) !important; font-size: 13.5px; line-height: 1.6; overflow-x: hidden; }
.gadget-home-body *, .gadget-home-body *::before, .gadget-home-body *::after { box-sizing: border-box; }
.gadget-home-body .body_wrap, .gadget-home-body .page_wrap, .gadget-home-body .page_content_wrap, .gadget-home-body .top_panel, .gadget-home-body .footer_wrap, .gadget-home-body .sc_layouts_row, .gadget-home-body .menu_mobile, .gadget-home-body .menu_mobile_overlay { display: none !important; }
.gadget-home-body a { text-decoration: none; color: inherit; }
.gadget-home-body img { max-width: 100%; height: auto; display: block; }
.gadget-home-body h1,.gadget-home-body h2,.gadget-home-body h3,.gadget-home-body h4,.gadget-home-body h5,.gadget-home-body h6 { font-family: var(--gg-font-display); margin: 0; padding: 0; color: var(--gg-text); font-weight: 600; }
.gadget-home-body p { margin: 0; }
.gadget-home-body ul { list-style: none; margin: 0; padding: 0; }

@keyframes gg-fadeUp { from{opacity:0;transform:translateY(20px)} to{opacity:1;transform:translateY(0)} }
@keyframes gg-marquee { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }
@keyframes gg-pulse { 0%,100%{box-shadow:0 0 0 0 rgba(244,123,32,0.3)} 50%{box-shadow:0 0 0 5px rgba(244,123,32,0)} }
[data-animate] { opacity: 0; transform: translateY(20px); transition: opacity 0.5s ease, transform 0.5s ease; }
[data-animate].is-visible { opacity: 1; transform: translateY(0); }

/* Buttons */
.gg-btn { display: inline-flex; align-items: center; gap: 7px; padding: 10px 22px; border-radius: var(--gg-radius-sm); font-family: var(--gg-font); font-weight: 600; font-size: 12.5px; cursor: pointer; transition: all 0.2s; border: none; text-decoration: none !important; }
.gg-btn-primary { background: var(--gg-orange); color: #fff !important; }
.gg-btn-primary:hover { background: var(--gg-orange-dark); transform: translateY(-1px); }
.gg-btn-outline { background: var(--gg-white); color: var(--gg-text) !important; border: 1px solid var(--gg-border); }
.gg-btn-outline:hover { border-color: var(--gg-orange); color: var(--gg-orange) !important; }
.gg-btn-lg { padding: 12px 28px; font-size: 13px; }

/* Section Header */
.gg-section-header { text-align: center; margin-bottom: 40px; }
.gg-section-tag { display: inline-block; padding: 4px 12px; border-radius: 50px; background: var(--gg-orange-soft); font-size: 10.5px; font-weight: 600; color: var(--gg-orange); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; }
.gg-section-title { font-size: clamp(22px, 3vw, 32px); font-weight: 600; letter-spacing: -0.01em; margin-bottom: 8px; }
.gg-section-desc { font-size: 13px; color: var(--gg-text2); max-width: 480px; margin: 0 auto; line-height: 1.6; }

/* ═══ 1. HERO SLIDER ═══ */
.gg-hero { position: relative; padding: 50px 0; background: var(--gg-offwhite); overflow: hidden; }
.gg-hero-slider { position: relative; width: 100%; overflow: hidden; }
.gg-hero-track { display: flex; transition: transform 0.5s ease; }
.gg-hero-slide { min-width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.gg-hero-content { max-width: 480px; }
.gg-hero-badge { display: inline-flex; align-items: center; gap: 6px; padding: 5px 12px; border-radius: 50px; background: var(--gg-orange-soft); font-size: 11px; font-weight: 500; color: var(--gg-orange); margin-bottom: 16px; }
.gg-pulse-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gg-orange); animation: gg-pulse 2s infinite; }
.gg-hero-title { font-size: clamp(28px, 4vw, 44px); font-weight: 600; line-height: 1.15; margin-bottom: 14px; }
.gg-hero-title .gg-orange { color: var(--gg-orange); }
.gg-hero-desc { font-size: 13.5px; line-height: 1.6; color: var(--gg-text2); margin-bottom: 24px; }
.gg-hero-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.gg-hero-img { text-align: center; }
.gg-hero-img img { max-height: 340px; width: auto; margin: 0 auto; border-radius: var(--gg-radius); }
.gg-hero-dots { display: flex; justify-content: center; gap: 6px; margin-top: 24px; }
.gg-hero-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gg-light2); border: none; cursor: pointer; transition: all 0.3s; padding: 0; }
.gg-hero-dot.active { background: var(--gg-orange); width: 22px; border-radius: 4px; }
.gg-hero-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 34px; height: 34px; border-radius: 50%; background: var(--gg-white); border: 1px solid var(--gg-border); color: var(--gg-text2); cursor: pointer; z-index: 10; display: flex; align-items: center; justify-content: center; transition: all 0.2s; }
.gg-hero-arrow:hover { background: var(--gg-orange); color: #fff; border-color: var(--gg-orange); }
.gg-hero-prev { left: -8px; }
.gg-hero-next { right: -8px; }

/* ═══ 2. BRAND MARQUEE ═══ */
.gg-marquee { padding: 12px 0; background: var(--gg-white); border-bottom: 1px solid var(--gg-border); overflow: hidden; }
.gg-marquee-track { display: flex; gap: 36px; animation: gg-marquee 30s linear infinite; width: max-content; }
.gg-marquee-item { display: flex; align-items: center; gap: 8px; white-space: nowrap; font-size: 11px; font-weight: 600; color: var(--gg-text3); text-transform: uppercase; letter-spacing: 1.5px; }
.gg-marquee-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--gg-orange); }

/* ═══ 3. VERIFIED STRIP ═══ */
.gg-verified-strip { padding: 14px 0; background: var(--gg-orange-soft); }
.gg-verified-inner { display: flex; align-items: center; justify-content: center; gap: 20px; flex-wrap: wrap; }
.gg-verified-badge { display: inline-flex; align-items: center; gap: 5px; font-size: 11.5px; font-weight: 500; color: var(--gg-orange-dark); }
.gg-verified-check { width: 16px; height: 16px; border-radius: 50%; background: var(--gg-orange); color: #fff; display: flex; align-items: center; justify-content: center; }
.gg-usa-flag { font-size: 15px; }

/* ═══ 4. TRUST STATS ═══ */
.gg-stats { padding: 50px 0; background: var(--gg-white); }
.gg-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.gg-stat-card { text-align: center; padding: 24px 14px; border-radius: var(--gg-radius); background: var(--gg-offwhite); border: 1px solid var(--gg-border); transition: all 0.3s; }
.gg-stat-card:hover { border-color: rgba(244,123,32,0.3); transform: translateY(-2px); box-shadow: var(--gg-shadow); }
.gg-stat-number { font-family: var(--gg-font-display); font-size: 28px; font-weight: 600; color: var(--gg-orange); margin-bottom: 3px; }
.gg-stat-label { font-size: 11.5px; color: var(--gg-text3); font-weight: 400; }

/* ═══ 5. CATEGORIES SLIDER ═══ */
.gg-categories { padding: 60px 0; background: var(--gg-offwhite); }
.gg-cat-slider { display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; padding: 4px 0; }
.gg-cat-slider::-webkit-scrollbar { display: none; }
.gg-cat-card { scroll-snap-align: start; flex: 0 0 calc(25% - 11px); min-width: 200px; display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 24px 16px; background: var(--gg-white); border-radius: var(--gg-radius); border: 1px solid var(--gg-border); text-align: center; transition: all 0.3s; text-decoration: none !important; }
.gg-cat-card:hover { border-color: rgba(244,123,32,0.3); transform: translateY(-3px); box-shadow: var(--gg-shadow); }
.gg-cat-icon { width: 46px; height: 46px; border-radius: 10px; background: var(--gg-orange-soft); display: flex; align-items: center; justify-content: center; color: var(--gg-orange); }
.gg-cat-name { font-family: var(--gg-font-display); font-size: 13px; font-weight: 600; color: var(--gg-text); }
.gg-cat-count { font-size: 11px; color: var(--gg-text3); }
.gg-cat-arrow { width: 26px; height: 26px; border-radius: 50%; background: var(--gg-offwhite); display: flex; align-items: center; justify-content: center; color: var(--gg-text3); transition: all 0.3s; }
.gg-cat-card:hover .gg-cat-arrow { background: var(--gg-orange); color: #fff; }
.gg-slider-controls { display: flex; justify-content: center; gap: 8px; margin-top: 18px; }
.gg-slider-btn { width: 32px; height: 32px; border-radius: 50%; background: var(--gg-white); border: 1px solid var(--gg-border); color: var(--gg-text2); cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.2s; }
.gg-slider-btn:hover { background: var(--gg-orange); color: #fff; border-color: var(--gg-orange); }

/* ═══ 6. PRODUCTS ═══ */
.gg-products { padding: 60px 0; background: var(--gg-white); }
.gg-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.gg-product-card { background: var(--gg-white); border-radius: var(--gg-radius); border: 1px solid var(--gg-border); overflow: hidden; transition: all 0.3s; }
.gg-product-card:hover { border-color: rgba(244,123,32,0.2); transform: translateY(-3px); box-shadow: var(--gg-shadow); }
.gg-product-link { display: block; text-decoration: none !important; color: inherit !important; }
.gg-product-img { height: 200px; overflow: hidden; position: relative; background: var(--gg-offwhite); display: flex; align-items: center; justify-content: center; }
.gg-product-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.gg-product-card:hover .gg-product-img img { transform: scale(1.04); }
.gg-product-badge { position: absolute; top: 8px; left: 8px; padding: 2px 8px; border-radius: 4px; font-size: 9.5px; font-weight: 600; text-transform: uppercase; z-index: 2; }
.gg-badge-new { background: var(--gg-orange); color: #fff; }
.gg-badge-hot { background: #FEE2E2; color: #DC2626; }
.gg-badge-sale { background: #FFF3E0; color: #E65100; }
.gg-product-info { padding: 14px; }
.gg-product-brand { font-size: 9.5px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; color: var(--gg-orange); margin-bottom: 3px; }
.gg-product-name { font-family: var(--gg-font-display); font-size: 13px; font-weight: 600; line-height: 1.35; margin-bottom: 6px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.gg-product-rating { display: flex; align-items: center; gap: 4px; margin-bottom: 8px; }
.gg-stars { color: #F59E0B; font-size: 11px; }
.gg-rating-count { font-size: 10.5px; color: var(--gg-text3); }
.gg-product-footer { display: flex; align-items: center; justify-content: space-between; }
.gg-product-price { font-family: var(--gg-font-display); font-size: 15px; font-weight: 600; color: var(--gg-text); }
.gg-product-price del { font-size: 11px; color: var(--gg-text3); font-weight: 400; }
.gg-product-price ins { text-decoration: none; }
.gg-product-actions { padding: 0 14px 14px; }
.gg-btn-cart { display: flex; align-items: center; justify-content: center; gap: 5px; width: 100%; padding: 9px; border-radius: var(--gg-radius-sm); background: var(--gg-offwhite); border: 1px solid var(--gg-border); color: var(--gg-text2) !important; font-weight: 500; font-size: 11.5px; font-family: var(--gg-font); cursor: pointer; transition: all 0.2s; text-decoration: none !important; }
.gg-btn-cart:hover { background: var(--gg-orange); color: #fff !important; border-color: var(--gg-orange); }
.gg-products-cta { text-align: center; margin-top: 32px; }
.gg-no-products { grid-column: 1/-1; text-align: center; padding: 50px 20px; color: var(--gg-text3); }

/* ═══ 7. FEATURES ═══ */
.gg-features { padding: 60px 0; background: var(--gg-offwhite); }
.gg-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.gg-feature-card { padding: 24px 20px; background: var(--gg-white); border-radius: var(--gg-radius); border: 1px solid var(--gg-border); transition: all 0.3s; }
.gg-feature-card:hover { border-color: rgba(244,123,32,0.2); transform: translateY(-2px); }
.gg-feature-icon { width: 42px; height: 42px; border-radius: 9px; background: var(--gg-orange-soft); display: flex; align-items: center; justify-content: center; color: var(--gg-orange); margin-bottom: 12px; }
.gg-feature-title { font-size: 13.5px; font-weight: 600; margin-bottom: 5px; }
.gg-feature-desc { font-size: 12px; color: var(--gg-text2); line-height: 1.55; }

/* ═══ 8. DEALS ═══ */
.gg-deals { padding: 50px 0; background: #FFF8F0; }
.gg-deals-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.gg-deal-card { display: flex; align-items: center; gap: 16px; padding: 20px; background: var(--gg-white); border-radius: var(--gg-radius); border: 1px solid var(--gg-border); transition: all 0.3s; }
.gg-deal-card:hover { transform: translateY(-2px); box-shadow: var(--gg-shadow); }
.gg-deal-img { width: 90px; height: 90px; border-radius: var(--gg-radius-sm); overflow: hidden; flex-shrink: 0; background: var(--gg-offwhite); }
.gg-deal-img img { width: 100%; height: 100%; object-fit: cover; }
.gg-deal-label { font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.8px; color: var(--gg-orange); margin-bottom: 3px; }
.gg-deal-title { font-size: 14px; font-weight: 600; margin-bottom: 3px; }
.gg-deal-price { font-size: 12.5px; color: var(--gg-text2); }
.gg-deal-price strong { color: var(--gg-orange); font-size: 15px; }

/* ═══ 9. HOW IT WORKS ═══ */
.gg-how { padding: 60px 0; background: var(--gg-white); }
.gg-how-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.gg-how-card { text-align: center; padding: 24px 16px; }
.gg-how-step { width: 40px; height: 40px; border-radius: 50%; background: var(--gg-orange); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--gg-font-display); font-weight: 600; font-size: 15px; margin: 0 auto 12px; }
.gg-how-title { font-size: 13px; font-weight: 600; margin-bottom: 5px; }
.gg-how-desc { font-size: 12px; color: var(--gg-text2); line-height: 1.5; }

/* ═══ 10. TESTIMONIALS ═══ */
.gg-testimonials { padding: 60px 0; background: var(--gg-offwhite); }
.gg-test-carousel { position: relative; overflow: hidden; max-width: 820px; margin: 0 auto; }
.gg-test-track { display: flex; transition: transform 0.5s ease; }
.gg-test-slide { min-width: 100%; padding: 0 12px; }
.gg-test-card { background: var(--gg-white); border-radius: var(--gg-radius); border: 1px solid var(--gg-border); padding: 28px; text-align: center; }
.gg-test-stars { color: #F59E0B; font-size: 14px; letter-spacing: 2px; margin-bottom: 12px; }
.gg-test-text { font-size: 13px; color: var(--gg-text2); line-height: 1.65; margin-bottom: 18px; font-style: italic; max-width: 560px; margin-left: auto; margin-right: auto; }
.gg-test-author { display: flex; align-items: center; justify-content: center; gap: 10px; }
.gg-test-avatar { width: 36px; height: 36px; border-radius: 50%; background: var(--gg-orange-soft); display: flex; align-items: center; justify-content: center; font-weight: 600; font-size: 13px; color: var(--gg-orange); }
.gg-test-name { font-weight: 600; font-size: 12.5px; }
.gg-test-role { font-size: 11px; color: var(--gg-text3); }
.gg-test-verified { display: inline-flex; align-items: center; gap: 3px; font-size: 10px; font-weight: 500; color: var(--gg-orange); margin-top: 1px; }
.gg-test-dots { display: flex; justify-content: center; gap: 6px; margin-top: 20px; }
.gg-test-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gg-light2); border: none; cursor: pointer; transition: all 0.3s; padding: 0; }
.gg-test-dot.active { background: var(--gg-orange); width: 22px; border-radius: 4px; }

/* ═══ 11. POPULAR CATEGORIES ═══ */
.gg-popular { padding: 60px 0; background: var(--gg-white); }
.gg-popular-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.gg-popular-card { position: relative; border-radius: var(--gg-radius); overflow: hidden; height: 200px; text-decoration: none !important; }
.gg-popular-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.gg-popular-card:hover img { transform: scale(1.05); }
.gg-popular-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.6), transparent); display: flex; flex-direction: column; justify-content: flex-end; padding: 18px; }
.gg-popular-name { color: #fff; font-weight: 600; font-size: 15px; margin-bottom: 2px; }
.gg-popular-count { color: rgba(255,255,255,0.7); font-size: 11.5px; }

/* ═══ 12. NEWSLETTER ═══ */
.gg-newsletter { padding: 50px 0; background: #FFF8F0; }
.gg-newsletter-inner { text-align: center; max-width: 500px; margin: 0 auto; }
.gg-newsletter-title { font-size: clamp(20px, 3vw, 28px); font-weight: 600; margin-bottom: 8px; }
.gg-newsletter-desc { font-size: 13px; color: var(--gg-text2); margin-bottom: 20px; }
.gg-newsletter-form { display: flex; gap: 8px; max-width: 420px; margin: 0 auto; }
.gg-newsletter-input { flex: 1; padding: 10px 14px; border-radius: var(--gg-radius-sm); border: 1px solid var(--gg-border); background: var(--gg-white); font-size: 12.5px; font-family: var(--gg-font); outline: none; color: var(--gg-text); }
.gg-newsletter-input:focus { border-color: var(--gg-orange); }
.gg-newsletter-btn { padding: 10px 20px; border-radius: var(--gg-radius-sm); background: var(--gg-orange); color: #fff; border: none; font-weight: 600; font-size: 12.5px; cursor: pointer; font-family: var(--gg-font); transition: background 0.2s; }
.gg-newsletter-btn:hover { background: var(--gg-orange-dark); }

/* ═══ 13. FAQ ═══ */
.gg-faq { padding: 60px 0; background: var(--gg-white); }
.gg-faq-grid { max-width: 700px; margin: 0 auto; }
.gg-faq-item { border: 1px solid var(--gg-border); border-radius: var(--gg-radius-sm); margin-bottom: 8px; overflow: hidden; background: var(--gg-white); transition: border-color 0.3s; }
.gg-faq-item.open { border-color: rgba(244,123,32,0.3); }
.gg-faq-question { display: flex; justify-content: space-between; align-items: center; padding: 14px 18px; cursor: pointer; background: transparent; border: none; width: 100%; text-align: left; font-family: var(--gg-font-display); font-size: 13px; font-weight: 600; color: var(--gg-text); }
.gg-faq-item.open .gg-faq-question { color: var(--gg-orange); }
.gg-faq-icon { transition: transform 0.3s; flex-shrink: 0; color: var(--gg-text3); }
.gg-faq-item.open .gg-faq-icon { transform: rotate(180deg); color: var(--gg-orange); }
.gg-faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.35s ease; padding: 0 18px; font-size: 12.5px; color: var(--gg-text2); line-height: 1.6; }
.gg-faq-item.open .gg-faq-answer { max-height: 300px; padding: 0 18px 16px; }

/* ═══ 14. CTA ═══ */
.gg-cta { padding: 60px 0; background: var(--gg-offwhite); }
.gg-cta-inner { text-align: center; max-width: 560px; margin: 0 auto; }
.gg-cta-title { font-size: clamp(22px, 3vw, 34px); font-weight: 600; margin-bottom: 10px; }
.gg-cta-title .gg-orange { color: var(--gg-orange); }
.gg-cta-desc { font-size: 13px; color: var(--gg-text2); margin-bottom: 24px; }
.gg-cta-actions { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }

/* ═══ 15. GUARANTEE ═══ */
.gg-guarantee { padding: 32px 0; background: var(--gg-white); border-top: 1px solid var(--gg-border); }
.gg-guarantee-grid { display: flex; justify-content: center; gap: 28px; flex-wrap: wrap; }
.gg-guarantee-item { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 500; color: var(--gg-text2); }
.gg-guarantee-icon { width: 32px; height: 32px; border-radius: 50%; background: var(--gg-orange-soft); display: flex; align-items: center; justify-content: center; color: var(--gg-orange); }

/* ═══ RESPONSIVE ═══ */
@media (max-width: 1024px) {
    .gg-hero-slide { grid-template-columns: 1fr; gap: 24px; text-align: center; }
    .gg-hero-content { max-width: 100%; margin: 0 auto; }
    .gg-hero-actions { justify-content: center; }
    .gg-hero-img img { max-height: 260px; }
    .gg-hero-arrow { display: none; }
    .gg-product-grid { grid-template-columns: repeat(3, 1fr); }
    .gg-stats-grid { grid-template-columns: repeat(2, 1fr); }
    .gg-features-grid { grid-template-columns: repeat(2, 1fr); }
    .gg-how-grid { grid-template-columns: repeat(2, 1fr); }
    .gg-deals-grid { grid-template-columns: 1fr; }
    .gg-popular-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .gg-product-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .gg-product-img { height: 160px; }
    .gg-cat-card { flex: 0 0 calc(50% - 7px); min-width: 150px; }
    .gg-features-grid { grid-template-columns: 1fr; }
    .gg-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
    .gg-stat-card { padding: 18px 10px; }
    .gg-stat-number { font-size: 22px; }
    .gg-how-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
    .gg-popular-grid { grid-template-columns: 1fr; }
    .gg-hero { padding: 32px 0; }
    .gg-hero-title { font-size: 26px; }
    .gg-hero-actions { flex-direction: column; width: 100%; }
    .gg-hero-actions .gg-btn { width: 100%; justify-content: center; }
    .gg-cta-actions { flex-direction: column; align-items: center; }
    .gg-newsletter-form { flex-direction: column; }
    .gg-verified-inner { gap: 10px; }
    .gg-test-card { padding: 22px 16px; }
    .gg-deal-card { flex-direction: column; text-align: center; }
}
@media (max-width: 480px) {
    .gg-product-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
    .gg-product-img { height: 140px; }
    .gg-product-info { padding: 10px; }
    .gg-product-name { font-size: 12px; }
    .gg-product-price { font-size: 13px; }
    .gg-section-title { font-size: 20px; }
    .gg-how-grid { grid-template-columns: 1fr; }
}

/* Desktop hero slider final viewport fix */
@media (min-width: 1025px) {
  .gg-hero .gg-container {
    overflow: hidden;
  }

  .gg-hero-slider {
    position: relative;
    overflow: hidden;
    padding: 0;
    box-sizing: border-box;
  }

  .gg-hero-track {
    width: 100%;
    will-change: transform;
  }

  .gg-hero-slide {
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
  }

  .gg-hero-slide > * {
    min-width: 0;
  }

  .gg-hero-content {
    padding-left: 0;
  }

  /* User requested: hide desktop hero arrows because they overlap text */
  .gg-hero-arrow {
    display: none !important;
  }
}
