/* VP NEXUES premium grocery home */
body.vpn-redesign-home {
  --vpn-premium-ink: #17251b;
  --vpn-premium-green: #1e5a2b;
  --vpn-premium-green-dark: #123d20;
  --vpn-premium-sage: #e7f0e1;
  --vpn-premium-yellow: #f6d64a;
  --vpn-premium-line: #e4e9e2;
  --vpn-premium-muted: #6f7c70;
  background: #fcfdfb;
  color: var(--vpn-premium-ink);
}

body.vpn-redesign-home > main.vpn-fresh-home,
body.vpn-redesign-home > .hero-section,
body.vpn-redesign-home > .vpn-category-section,
body.vpn-redesign-home > .vpn-proof-section,
body.vpn-redesign-home > .vpn-benefits-strip,
body.vpn-redesign-home > .vpn-featured-products,
body.vpn-redesign-home > .vpn-offer-section,
body.vpn-redesign-home > .feature-section,
body.vpn-redesign-home > .about-section,
body.vpn-redesign-home > .service-section,
body.vpn-redesign-home > .counter-section,
body.vpn-redesign-home > .choose-us-section,
body.vpn-redesign-home > .brand-section,
body.vpn-redesign-home > .gallery-section,
body.vpn-redesign-home > .cta-section,
body.vpn-redesign-home > .product-range-section,
body.vpn-redesign-home > .contact-section,
body.vpn-redesign-home > .video-section,
body.vpn-redesign-home > .news-section {
  display: none !important;
}

.vpn-premium-home { display: block; overflow: hidden; }
.vpn-premium-shell { width: min(1220px, calc(100% - 40px)); margin: 0 auto; padding: 28px 0 72px; }
.vpn-premium-home a { color: inherit; text-decoration: none; }
.vpn-premium-home button { font: inherit; }
.vpn-premium-hero { position: relative; width: 100%; height: clamp(390px, 37vw, 460px); min-height: 0; overflow: hidden; border-radius: 24px; background: var(--vpn-premium-green-dark); box-shadow: 0 22px 55px rgba(18, 61, 32, .16); }
.vpn-premium-hero-slides, .vpn-premium-hero-slide { position: absolute; inset: 0; }
.vpn-premium-hero-slide { display: flex; align-items: center; padding: 56px 7%; background-position: center; background-size: cover; opacity: 0; transform: scale(1.02); transition: opacity .7s ease, transform 5.8s ease; }
.vpn-premium-hero-slide[data-slide="2"] { background-position: center; background-size: cover; }
.vpn-premium-hero-slide::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(10, 43, 21, .5) 0%, rgba(10, 43, 21, .22) 38%, rgba(10, 43, 21, .02) 76%); }
.vpn-premium-hero-slide.is-active { opacity: 1; transform: scale(1); z-index: 1; }
.vpn-premium-hero-slide:not(.is-active) .vpn-premium-hero-copy { visibility: hidden; }
.vpn-premium-hero-copy { position: relative; z-index: 2; width: min(480px, 62%); color: #fff; }
.vpn-premium-kicker, .vpn-premium-overline { display: inline-flex; align-items: center; gap: 8px; color: #b9dcae; font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.vpn-premium-kicker { padding: 8px 12px; border: 1px solid rgba(255,255,255,.26); border-radius: 99px; color: #fff; background: rgba(255,255,255,.1); }
.vpn-premium-hero h1, .vpn-premium-hero h2 { margin: 22px 0 14px; color: #fff; font-size: clamp(42px, 5vw, 72px); font-weight: 800; line-height: .98; letter-spacing: 0; }
.vpn-premium-hero h1 em, .vpn-premium-hero h2 em { color: var(--vpn-premium-yellow); font-style: normal; }
.vpn-premium-hero p { max-width: 390px; margin: 0 0 28px; color: rgba(255,255,255,.82); font-size: 16px; line-height: 1.65; }
.vpn-premium-primary { display: inline-flex; align-items: center; gap: 12px; padding: 14px 20px; border-radius: 99px; background: var(--vpn-premium-yellow); color: #132c18 !important; font-size: 14px; font-weight: 800; transition: transform .25s ease, box-shadow .25s ease; }
.vpn-premium-primary:hover { transform: translateY(-3px); box-shadow: 0 12px 24px rgba(0,0,0,.18); }
.vpn-premium-hero-controls { position: absolute; right: 7%; bottom: 28px; z-index: 3; display: flex; align-items: center; gap: 14px; }
.vpn-premium-icon-btn, .vpn-premium-carousel-btn { display: inline-flex; width: 40px; height: 40px; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.44); border-radius: 50%; background: rgba(14,52,26,.35); color: #fff; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.vpn-premium-icon-btn:hover, .vpn-premium-carousel-btn:hover { background: var(--vpn-premium-green); transform: translateY(-2px); }
.vpn-premium-hero .vpn-premium-icon-btn { display: none; }
.vpn-premium-hero-controls { right: 7%; left: 7%; justify-content: center; }
.vpn-premium-dots { display: flex; align-items: center; justify-content: center; gap: 7px; }
.vpn-premium-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.55); cursor: pointer; transition: width .25s ease, background .25s ease; }
.vpn-premium-dots button.is-active { width: 24px; border-radius: 99px; background: var(--vpn-premium-yellow); }
.vpn-premium-promises { display: grid; grid-template-columns: repeat(4, 1fr); margin: 20px 0 74px; border: 1px solid var(--vpn-premium-line); border-radius: 16px; background: #fff; box-shadow: 0 10px 30px rgba(27, 57, 29, .07); }
.vpn-premium-promise { display: flex; align-items: center; gap: 14px; min-height: 92px; padding: 18px 22px; border-right: 1px solid var(--vpn-premium-line); }
.vpn-premium-promise:last-child { border-right: 0; }
.vpn-premium-promise > i { display: grid; width: 38px; height: 38px; place-items: center; flex: 0 0 38px; border-radius: 50%; background: var(--vpn-premium-sage); color: var(--vpn-premium-green); font-size: 16px; }
.vpn-premium-promise strong, .vpn-premium-promise span { display: block; }
.vpn-premium-promise strong { margin-bottom: 4px; font-size: 14px; }
.vpn-premium-promise span { color: var(--vpn-premium-muted); font-size: 12px; }
.vpn-premium-promises .vpn-reveal { opacity: 1; transform: none; }
.vpn-premium-section { margin: 0 0 82px; }
.vpn-premium-section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.vpn-premium-section-head h2 { margin: 8px 0 0; color: var(--vpn-premium-ink); font-size: clamp(28px, 3vw, 38px); line-height: 1.05; letter-spacing: 0; }
.vpn-premium-section-head > a { display: inline-flex; align-items: center; gap: 8px; color: var(--vpn-premium-green); font-size: 14px; font-weight: 800; white-space: nowrap; }
.vpn-premium-section-head > a:hover, .vpn-premium-closing a:hover { color: #a77a00; }
.vpn-premium-category-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.vpn-premium-category { min-width: 0; padding: 10px 10px 16px; border: 1px solid var(--vpn-premium-line); border-radius: 16px; background: #fff; text-align: center; transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.vpn-premium-category:hover { border-color: #b8ceb1; box-shadow: 0 16px 34px rgba(27, 57, 29, .1); transform: translateY(-7px); }
.vpn-premium-category-image { display: grid; height: 125px; place-items: center; margin-bottom: 12px; overflow: hidden; border-radius: 12px; background: #f5f8f2; }
.vpn-premium-category-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.vpn-premium-category:hover img { transform: scale(1.06); }
.vpn-premium-category strong, .vpn-premium-category small { display: block; }
.vpn-premium-category strong { font-size: 15px; }
.vpn-premium-category small { margin-top: 5px; color: var(--vpn-premium-muted); font-size: 11px; line-height: 1.25; }
.vpn-premium-b2b-image { padding: 18px; }
.vpn-premium-b2b-image img { object-fit: contain; }
.vpn-premium-carousel-wrap { position: relative; padding: 0 22px; }
.vpn-premium-product-viewport, .vpn-premium-offer-viewport { overflow: hidden; }
.vpn-premium-product-track { display: flex; gap: 16px; transition: transform .65s cubic-bezier(.2,.8,.2,1); }
.vpn-premium-product { position: relative; display: flex; min-width: calc((100% - 48px) / 4); flex-direction: column; padding: 14px; border: 1px solid var(--vpn-premium-line); border-radius: 16px; background: #fff; box-shadow: 0 9px 22px rgba(27, 57, 29, .05); transition: transform .3s ease, box-shadow .3s ease; }
.vpn-premium-product:hover { box-shadow: 0 18px 32px rgba(27, 57, 29, .12); transform: translateY(-6px); }
.vpn-premium-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.vpn-premium-product-grid .vpn-premium-product { min-width: 0; animation: vpn-premium-product-rise .55s both; animation-delay: calc(var(--vpn-product-index, 0) * 45ms); }
@keyframes vpn-premium-product-rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
.vpn-premium-sale { position: absolute; top: 12px; left: 12px; z-index: 1; padding: 5px 8px; border-radius: 99px; background: #f3f7e9; color: var(--vpn-premium-green); font-size: 10px; font-weight: 800; }
.vpn-premium-product-image { display: grid; height: 200px; place-items: center; margin-bottom: 14px; overflow: hidden; border-radius: 12px; background: #f7f9f5; padding: 6px; box-sizing: border-box; }
.vpn-premium-product-image img { width: auto; height: auto; max-width: 92%; max-height: 92%; object-fit: contain; transition: transform .35s ease; }
.vpn-premium-product:hover .vpn-premium-product-image img { transform: scale(1.08); }
.vpn-premium-product-meta { margin-bottom: 5px; color: var(--vpn-premium-green); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.vpn-premium-product strong { font-size: 16px; line-height: 1.2; }
.vpn-premium-product small { margin: 6px 0 12px; color: var(--vpn-premium-muted); font-size: 12px; }
.vpn-premium-price { display: flex; align-items: baseline; gap: 8px; margin-top: auto; }
.vpn-premium-price b { color: var(--vpn-premium-green-dark); font-size: 18px; }
.vpn-premium-price del { color: #98a198; font-size: 12px; }
.vpn-premium-product-actions { display: flex; align-items: center; gap: 4px; margin-top: 10px; }
.vpn-premium-product-actions.is-empty { justify-content: flex-end; }
.vpn-premium-product-actions.is-empty .vpn-premium-product-add { width: 36px; height: 23px; min-height: 23px; flex: 0 0 36px; padding: 0 4px; border-radius: 5px; background: var(--vpn-premium-green); color: #fff; font-size: 8px; line-height: 1; letter-spacing: 0; white-space: nowrap; }
.vpn-premium-product-decrease, .vpn-premium-product-add { display: inline-flex; min-height: 26px; align-items: center; justify-content: center; border: 1px solid rgba(30, 90, 43, .18); border-radius: 7px; cursor: pointer; font-size: 10px; font-weight: 800; transition: background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease; }
.vpn-premium-product-decrease { width: 26px; flex: 0 0 26px; padding: 4px 3px; background: #fff; color: var(--vpn-premium-green-dark); }
.vpn-premium-product-decrease:hover:not(:disabled) { border-color: var(--vpn-premium-green); background: #f1f7ed; transform: translateY(-2px); }
.vpn-premium-product-decrease:disabled { cursor: not-allowed; opacity: .38; }
.vpn-premium-product-quantity { min-width: 16px; color: var(--vpn-premium-ink); font-size: 11px; font-weight: 800; text-align: center; }
.vpn-premium-product-add { width: 26px; flex: 0 0 26px; gap: 3px; padding: 4px 3px; background: #f1f7ed; color: var(--vpn-premium-green-dark); }
.vpn-premium-product-add:hover { background: var(--vpn-premium-green); color: #fff; box-shadow: 0 8px 16px rgba(30, 90, 43, .18); transform: translateY(-2px); }
.vpn-premium-product-add.is-added { border-color: var(--vpn-premium-green); background: var(--vpn-premium-green); color: #fff; }
.vpn-premium-carousel-btn { position: absolute; top: 44%; z-index: 2; border-color: var(--vpn-premium-line); background: #fff; color: var(--vpn-premium-green); box-shadow: 0 7px 18px rgba(22, 60, 29, .12); }
.vpn-premium-carousel-btn:hover { color: #fff; }
.vpn-premium-products-prev { left: 0; }.vpn-premium-products-next { right: 0; }
.vpn-premium-carousel-status { margin-top: 13px; color: var(--vpn-premium-muted); font-size: 12px; text-align: center; }
.vpn-premium-trust { display: grid; grid-template-columns: .9fr 1.6fr; gap: 34px; align-items: center; margin-bottom: 82px; padding: 28px 30px; border-radius: 20px; background: var(--vpn-premium-sage); }
.vpn-premium-trust-intro { display: grid; grid-template-columns: 1fr; gap: 18px; min-width: 0; }
.vpn-premium-trust-art { height: 150px; overflow: hidden; border-radius: 16px; background: #d4e6ce; }
.vpn-premium-trust-art img { width: 100%; height: 100%; object-fit: cover; object-position: 62% center; }
.vpn-premium-trust h2 { max-width: 310px; margin: 12px 0 0; font-size: 30px; line-height: 1.12; letter-spacing: 0; }
.vpn-premium-trust-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.vpn-premium-trust-grid span { display: flex; min-height: 102px; flex-direction: column; align-items: center; justify-content: center; gap: 7px; padding: 10px; border-left: 1px solid rgba(30, 90, 43, .15); text-align: center; }
.vpn-premium-trust-grid i { color: var(--vpn-premium-green); font-size: 23px; }
.vpn-premium-trust-grid strong { font-size: 12px; line-height: 1.15; }.vpn-premium-trust-grid small { color: var(--vpn-premium-muted); font-size: 10px; }
.vpn-premium-offers { margin-bottom: 72px; }.vpn-premium-offer-controls { display: flex; gap: 8px; }.vpn-premium-offer-controls .vpn-premium-icon-btn { border-color: var(--vpn-premium-line); background: #fff; color: var(--vpn-premium-green); }
.vpn-premium-offer-track { display: flex; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.vpn-premium-offer-slide { position: relative; display: flex; width: 100%; min-width: 100%; height: clamp(250px, 29vw, 360px); min-height: 0; box-sizing: border-box; flex-direction: column; justify-content: center; padding: 32px 50% 32px 52px; overflow: hidden; border-radius: 20px; background-color: #dce8d5; background-position: center; background-size: cover; }
.vpn-premium-offer-slide:first-child { background-position: 68% center; }
.vpn-premium-offer-slide::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(245,250,240,.56) 0%, rgba(245,250,240,.2) 43%, rgba(245,250,240,.04) 74%); }
.vpn-premium-offer-slide > * { position: relative; z-index: 1; }.vpn-premium-offer-copy { display: block; width: min(100%, 390px); padding: 22px 24px; border-radius: 16px; background: rgba(255,255,255,.78); box-shadow: 0 12px 28px rgba(26,64,31,.1); backdrop-filter: blur(5px); }.vpn-premium-offer-copy > span { color: var(--vpn-premium-green); font-size: 12px; font-weight: 800; text-transform: uppercase; }.vpn-premium-offer-copy h3 { margin: 8px 0; color: var(--vpn-premium-ink); font-size: clamp(28px, 4vw, 46px); line-height: 1; }.vpn-premium-offer-copy p { max-width: 330px; margin: 0 0 22px; color: #465849; font-size: 14px; line-height: 1.5; }.vpn-premium-offer-copy strong { display: inline-flex; align-items: center; gap: 9px; color: var(--vpn-premium-green-dark); font-size: 13px; }.vpn-premium-offers > .vpn-premium-dots { margin-top: 16px; }.vpn-premium-offers > .vpn-premium-dots button { background: #b5c5b1; }.vpn-premium-offers > .vpn-premium-dots button.is-active { background: var(--vpn-premium-green); }
.vpn-premium-closing { display: grid; grid-template-columns: 124px auto 1fr auto; align-items: center; gap: 18px; padding: 16px 20px 16px 0; border-top: 1px solid var(--vpn-premium-line); border-bottom: 1px solid var(--vpn-premium-line); }.vpn-premium-closing-art { height: 82px; overflow: hidden; border-radius: 0 16px 16px 0; }.vpn-premium-closing-art img { width: 100%; height: 100%; object-fit: cover; object-position: 38% center; }.vpn-premium-closing > i { color: var(--vpn-premium-green); font-size: 24px; }.vpn-premium-closing p { margin: 0; color: var(--vpn-premium-muted); font-size: 14px; }.vpn-premium-closing p strong { color: var(--vpn-premium-ink); }.vpn-premium-closing a { display: inline-flex; align-items: center; gap: 8px; color: var(--vpn-premium-green); font-size: 13px; font-weight: 800; white-space: nowrap; }
.vpn-redesign-home .footer-section { padding: 0 !important; background: #fff !important; color: var(--vpn-premium-ink); }
.vpn-redesign-home .footer-section::before, .vpn-redesign-home .footer-section::after { display: none !important; }
.vpn-redesign-home .footer-section .footer-widget-top, .vpn-redesign-home .footer-section .footer-widget-wrapper { display: none !important; }
.vpn-redesign-home .footer-section .footer-bottom { display: block !important; padding: 13px 0 16px; background: var(--vpn-premium-green-dark); }
.vpn-redesign-home .footer-section .footer-bottom .footer-bottom-wrapper { min-height: 30px; }
.vpn-redesign-home .footer-section .footer-bottom .bottom-img { display: none; }
.vpn-redesign-home .vpn-blinkit-footer-bottom { display: none; }
.vpn-blinkit-footer { border-top: 1px solid rgba(255,255,255,.12); background: var(--vpn-premium-green-dark); color: #fff; }
.vpn-blinkit-footer-top { display: grid; grid-template-columns: 1.15fr 1fr; gap: 70px; padding: 44px 0 34px; }
.vpn-blinkit-footer-brand { max-width: 420px; }
.vpn-blinkit-footer-logo { display: inline-flex; align-items: center; gap: 10px; color: #fff !important; font-size: 22px; font-weight: 800; }
.vpn-blinkit-footer-logo img { width: 42px; height: 42px; object-fit: contain; }
.vpn-blinkit-footer-brand p { max-width: 330px; margin: 14px 0 20px; color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.6; }
.vpn-blinkit-footer-note { display: flex; flex-wrap: wrap; gap: 8px; }
.vpn-blinkit-footer-note span { display: inline-flex; align-items: center; gap: 6px; padding: 7px 9px; border-radius: 8px; background: rgba(255,255,255,.1); color: var(--vpn-premium-yellow); font-size: 10px; font-weight: 800; }
.vpn-blinkit-footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.vpn-blinkit-footer-links h5 { margin: 4px 0 14px; color: #fff; font-size: 13px; }
.vpn-blinkit-footer-links a { display: block; margin-bottom: 10px; color: rgba(255,255,255,.72) !important; font-size: 12px; }
.vpn-blinkit-footer-links a:hover { color: var(--vpn-premium-yellow) !important; }
.vpn-blinkit-footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 16px 0 20px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.62); font-size: 11px; }
.vpn-blinkit-footer-social { display: flex; gap: 8px; }
.vpn-blinkit-footer-social a { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: var(--vpn-premium-yellow) !important; }
.vpn-blinkit-footer-social a:hover { background: var(--vpn-premium-yellow); color: var(--vpn-premium-green-dark) !important; }
.vpn-reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }.vpn-reveal.is-visible { opacity: 1; transform: none; }

/* Keep the preserved legacy menu out of the page flow until the hamburger opens it. */
body.vpn-redesign-home .fix-area { position: relative; z-index: 100000; height: 0; }
body.vpn-redesign-home .offcanvas__info { visibility: hidden; pointer-events: none; max-height: 100dvh; box-sizing: border-box; }
body.vpn-redesign-home .offcanvas__info.info-open { visibility: visible; pointer-events: auto; }
body.vpn-redesign-home .offcanvas__overlay { pointer-events: none; }
body.vpn-redesign-home .offcanvas__overlay.overlay-open { pointer-events: auto; }
body.vpn-redesign-home:not(.vpn-category-drawer-open) .vpn-category-drawer { display: none !important; visibility: hidden !important; pointer-events: none !important; transform: translateY(105%) !important; }
body.vpn-redesign-home:not(.vpn-category-drawer-open) .vpn-category-drawer-backdrop { display: none !important; visibility: hidden !important; pointer-events: none !important; opacity: 0 !important; }
body.vpn-redesign-home.vpn-category-drawer-open .vpn-category-drawer { display: flex !important; visibility: visible !important; pointer-events: auto !important; }
body.vpn-redesign-home.vpn-category-drawer-open .vpn-category-drawer-backdrop { display: block !important; visibility: visible !important; pointer-events: auto !important; opacity: 1 !important; }

@media (max-width: 1024px) {
  /* Let the fixed bottom navigation sit over the green footer instead of reserving a white gap. */
  body.vpn-redesign-home { padding-bottom: 0 !important; }
  body.vpn-redesign-home .footer-section { padding-bottom: calc(var(--mobile-bottom-nav-height) + 12px + env(safe-area-inset-bottom, 0px)) !important; }
  body.vpn-redesign-home .footer-section .footer-bottom .footer-bottom-wrapper { flex-direction: column; gap: 9px; align-items: center; }
  body.vpn-redesign-home .footer-section .footer-bottom .social-icon { order: -1; gap: 16px; }
  body.vpn-redesign-home .footer-section .footer-bottom .social-icon a { font-size: 16px; }
  body.vpn-redesign-home .footer-section .footer-bottom .text-1 { margin: 0; font-size: 11px; line-height: 1.35; text-align: center; }
  .vpn-redesign-home .mobile-bottom-nav-global .nav-item { justify-content: flex-start; padding-top: 8px; }
}

@media (min-width: 761px) {
  .vpn-premium-hero { height: clamp(390px, 32vw, 460px); }
  .vpn-premium-hero-slide { padding: 42px 7% 52px; background-position: center; background-size: 100% 100%; }
  /* Keep every offer banner frame visible on wide desktop canvases. */
  .vpn-premium-offer-slide,
  .vpn-premium-offer-slide:first-child {
    background-position: center;
    background-size: 100% 100%;
  }
  .vpn-premium-hero-copy { width: min(520px, 46%); }
  .vpn-premium-kicker { padding: 7px 11px; font-size: 10px; }
  .vpn-premium-hero h1, .vpn-premium-hero h2 { margin: 15px 0 12px; font-size: clamp(38px, 4vw, 58px); line-height: 1; }
  .vpn-premium-hero p { max-width: 360px; margin-bottom: 18px; font-size: 14px; line-height: 1.5; }
  .vpn-premium-primary { min-height: 40px; padding: 10px 16px; gap: 8px; font-size: 12px; white-space: nowrap; }
  .vpn-premium-hero-controls { bottom: 18px; }
}

@media (max-width: 1100px) {
  .vpn-premium-category-grid { grid-template-columns: repeat(3, 1fr); }.vpn-premium-product { min-width: calc((100% - 32px) / 3); }.vpn-premium-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }.vpn-premium-trust { grid-template-columns: 1fr; }.vpn-premium-trust h2 { max-width: none; }.vpn-premium-trust-grid { grid-template-columns: repeat(5, 1fr); }
}
@media (max-width: 760px) {
  .vpn-premium-shell { width: min(100% - 24px, 560px); padding-top: 16px; padding-bottom: 36px; }.vpn-premium-hero { height: 390px; min-height: 390px; border-radius: 18px; }.vpn-premium-hero-slide { align-items: center; justify-content: center; padding: 20px 20px 48px; background-position: 64% center; text-align: center; }.vpn-premium-hero-slide[data-slide="2"] { background-position: center; background-size: cover; }.vpn-premium-hero-slide::after { background: linear-gradient(180deg, rgba(10,43,21,.38) 0%, rgba(10,43,21,.14) 44%, rgba(10,43,21,0) 78%); }.vpn-premium-hero-copy { width: 100%; }.vpn-premium-kicker { justify-content: center; margin-inline: auto; font-size: 10px; }.vpn-premium-hero h1, .vpn-premium-hero h2 { margin-top: 12px; font-size: clamp(30px, 8vw, 38px); }.vpn-premium-hero h1 em, .vpn-premium-hero h2 em { display: block; }.vpn-premium-hero p { max-width: 280px; margin-right: auto; margin-left: auto; font-size: 12px; }.vpn-premium-primary { margin-inline: auto; padding: 11px 15px; font-size: 13px; }.vpn-premium-hero-controls { right: 24px; bottom: 14px; left: 24px; }.vpn-premium-promises { grid-template-columns: repeat(2, 1fr); margin-bottom: 54px; }.vpn-premium-promise { min-height: 78px; padding: 13px 12px; border-bottom: 1px solid var(--vpn-premium-line); }.vpn-premium-promise:nth-child(2) { border-right: 0; }.vpn-premium-promise:nth-child(3), .vpn-premium-promise:nth-child(4) { border-bottom: 0; }.vpn-premium-promise > i { width: 32px; height: 32px; flex-basis: 32px; font-size: 13px; }.vpn-premium-promise strong { font-size: 12px; }.vpn-premium-promise span { font-size: 10px; }.vpn-premium-section { margin-bottom: 58px; }.vpn-premium-section-head { align-items: start; }.vpn-premium-section-head h2 { font-size: 28px; }.vpn-premium-section-head > a { padding-top: 16px; font-size: 12px; }.vpn-premium-category-grid { display: flex; gap: 10px; overflow-x: auto; margin-right: -12px; padding: 0 12px 12px 0; scroll-snap-type: x mandatory; scrollbar-width: none; }.vpn-premium-category-grid::-webkit-scrollbar { display: none; }.vpn-premium-category { min-width: 150px; scroll-snap-align: start; }.vpn-premium-category-image { height: 105px; }.vpn-premium-carousel-wrap { padding: 0 14px; }.vpn-premium-product { min-width: 73%; }.vpn-premium-product-image { height: 170px; }.vpn-premium-trust { gap: 24px; margin-bottom: 58px; padding: 22px 16px; border-radius: 16px; }.vpn-premium-trust-intro { grid-template-columns: 1fr 120px; align-items: center; gap: 12px; }.vpn-premium-trust-art { height: 118px; }.vpn-premium-trust h2 { font-size: 27px; }.vpn-premium-trust-grid { grid-template-columns: repeat(2, 1fr); }.vpn-premium-trust-grid span { min-height: 90px; }.vpn-premium-trust-grid span:nth-child(odd) { border-left: 0; }.vpn-premium-offers { margin-bottom: 52px; }.vpn-premium-offer-slide { height: 252px; min-height: 252px; justify-content: center; align-items: flex-start; padding: 14px; background-position: 72% center; }.vpn-premium-offer-slide:first-child { background-position: 80% center; }.vpn-premium-offer-copy { width: min(78%, 280px); max-width: 280px; padding: 12px 14px; margin: 0; text-align: left; background: rgba(255,255,255,.72); }.vpn-premium-offer-copy h3 { margin: 6px 0; font-size: clamp(24px, 7vw, 32px); }.vpn-premium-offer-copy p { margin-bottom: 10px; font-size: 12px; }.vpn-premium-offer-slide::after { background: linear-gradient(90deg, rgba(245,250,240,.1) 0%, rgba(245,250,240,.02) 58%, rgba(245,250,240,0) 100%); }.vpn-premium-closing { grid-template-columns: 90px auto 1fr; gap: 12px; align-items: center; padding: 12px 4px 12px 0; }.vpn-premium-closing-art { height: 72px; }.vpn-premium-closing p { grid-column: 2 / -1; }.vpn-premium-closing a { grid-column: 2 / -1; justify-self: start; margin-left: 0; }.vpn-premium-carousel-btn { width: 34px; height: 34px; }
}
@media (max-width: 760px) {
  .vpn-premium-product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 7px; }
  .vpn-premium-product-grid .vpn-premium-product { min-width: 0; padding: 7px; border-radius: 10px; box-shadow: 0 5px 13px rgba(27, 57, 29, .06); }
  .vpn-premium-product-grid .vpn-premium-product:hover { transform: translateY(-3px); }
  .vpn-premium-product-grid .vpn-premium-product-image { height: 76px; margin-bottom: 7px; border-radius: 8px; }
  .vpn-premium-product-grid .vpn-premium-product-meta { margin-bottom: 3px; overflow: hidden; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
  .vpn-premium-product-grid .vpn-premium-product strong { display: -webkit-box; overflow: hidden; font-size: 10px; line-height: 1.15; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .vpn-premium-product-grid .vpn-premium-product small { margin: 4px 0 6px; overflow: hidden; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
  .vpn-premium-product-grid .vpn-premium-price { gap: 3px; }
  .vpn-premium-product-grid .vpn-premium-price b { font-size: 12px; }
  .vpn-premium-product-grid .vpn-premium-price del { font-size: 9px; }
  .vpn-premium-product-actions { gap: 2px; margin-top: 6px; }
  .vpn-premium-product-decrease, .vpn-premium-product-add { min-height: 28px; padding: 0; border-radius: 50%; font-size: 10px; }
  .vpn-premium-product-decrease { width: 22px; flex-basis: 22px; min-height: 24px; }
  .vpn-premium-product-add { width: 24px; flex: 0 0 24px; min-height: 24px; }
  .vpn-premium-product-add span { display: none; }
  .vpn-premium-product-actions.is-empty .vpn-premium-product-add { width: 30px; height: 21px; flex: 0 0 30px; min-width: 0; min-height: 21px; border-radius: 4px; background: var(--vpn-premium-green); color: #fff; font-size: 7px; }
  .vpn-premium-product-actions.is-empty .vpn-premium-product-add span { display: inline; }
  .vpn-premium-sale { top: 6px; left: 6px; max-width: calc(100% - 12px); overflow: hidden; padding: 3px 4px; font-size: 7px; text-overflow: ellipsis; white-space: nowrap; }
  .vpn-blinkit-footer-top { grid-template-columns: 1fr; gap: 28px; padding: 30px 0 24px; }
  .vpn-blinkit-footer-brand { max-width: none; }
  .vpn-blinkit-footer-links { gap: 16px; }
  .vpn-blinkit-footer-links h5 { margin-bottom: 11px; font-size: 12px; }
  .vpn-blinkit-footer-links a { margin-bottom: 8px; font-size: 11px; }
  .vpn-blinkit-footer-bottom { flex-wrap: wrap; gap: 10px; padding: 14px 0 18px; }
  .vpn-blinkit-footer-bottom > span:nth-child(2) { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .vpn-premium-home *, .vpn-premium-home *::before, .vpn-premium-home *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }.vpn-reveal { opacity: 1; transform: none; }
}
