:root {
	--vim-navy: #031f35;
	--vim-navy-2: #0a2d48;
	--vim-navy-3: #123d5d;
	--vim-gold: #d5a448;
	--vim-gold-dark: #b9852d;
	--vim-cream: #f7f4ee;
	--vim-paper: #fff;
	--vim-ink: #172534;
	--vim-muted: #6d7780;
	--vim-line: #dce2e7;
	--vim-shadow: 0 18px 52px rgba(3, 31, 53, .11);
	--vim-serif: "Manrope", "Segoe UI", Arial, sans-serif;
	--vim-sans: "Manrope", "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--vim-ink); background: var(--vim-paper); font-family: var(--vim-sans); font-size: 16px; line-height: 1.6; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
h1, h2, h3, h4 { margin: 0 0 16px; color: var(--vim-navy); font-family: var(--vim-serif); font-weight: 700; line-height: 1.13; letter-spacing: -.025em; }
p { margin: 0 0 18px; }
.vim-container { width: min(1320px, calc(100% - 48px)); margin-inline: auto; }
.vim-section { padding: 88px 0; }
.vim-svg { display: inline-block; width: 1em; height: 1em; flex: 0 0 auto; vertical-align: -.14em; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.vim-skip-link { position: fixed; left: 18px; top: -80px; z-index: 9999; padding: 10px 16px; background: #fff; color: var(--vim-navy); }
.vim-skip-link:focus { top: 18px; }

/* Header */
.vim-header { position: relative; z-index: 100; color: #fff; background: var(--vim-navy); }
.vim-topbar { color: #e9edf0; background: #001524; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 10px; letter-spacing: .16em; }
.vim-topbar__inner { display: flex; align-items: center; justify-content: space-between; min-height: 34px; }
.vim-topbar__inner > span, .vim-topbar__inner > a { display: inline-flex; align-items: center; gap: 8px; }
.vim-topbar .vim-svg { color: var(--vim-gold); font-size: 14px; }
.vim-topbar a:hover { color: var(--vim-gold); }
.vim-nav { display: grid; grid-template-columns: 250px 1fr auto; align-items: center; min-height: 88px; gap: 24px; }
.vim-logo { display: block; width: 235px; height: 70px; overflow: hidden; }
.vim-logo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.vim-primary-nav { justify-self: center; }
.vim-nav-list { display: flex; align-items: center; gap: clamp(20px, 2.4vw, 36px); padding: 0; margin: 0; list-style: none; }
.vim-nav-list a { position: relative; padding: 34px 0 29px; color: #eef4f8; font-size: 13px; font-weight: 700; letter-spacing: .045em; text-transform: uppercase; }
.vim-nav-list a::after { position: absolute; right: 0; bottom: 24px; left: 0; height: 2px; background: var(--vim-gold); content: ""; transform: scaleX(0); transition: transform .2s ease; }
.vim-nav-list a:hover::after, .vim-nav-list .current-menu-item > a::after { transform: scaleX(1); }
.vim-nav-actions { display: flex; align-items: center; gap: 5px; }
.vim-icon-button { position: relative; display: grid; place-items: center; width: 40px; height: 44px; color: #fff; background: transparent; border: 0; cursor: pointer; font-size: 23px; }
.vim-icon-button:hover { color: var(--vim-gold); }
.vim-account-link, .vim-cart-link { display: flex; width: auto; gap: 8px; }
.vim-cart-link { min-width: 105px; }
.vim-header-action-copy { display: flex; flex-direction: column; align-items: flex-start; color: #fff; font-family: var(--vim-sans); line-height: 1.05; white-space: nowrap; }
.vim-header-action-copy small { color: #cbd5dc; font-size: 11px; font-weight: 500; }
.vim-header-action-copy strong { margin-top: 3px; font-size: 15px; font-weight: 700; }
.vim-cart-link .vim-action-count, .vim-wishlist-link .vim-action-count { position: absolute; top: 0; left: 19px; display: grid; place-items: center; min-width: 17px; height: 17px; padding: 0 4px; color: #071b2b; background: var(--vim-gold); border-radius: 50%; font: 700 9px var(--vim-sans); }
.vim-menu-toggle { display: none; padding: 8px; background: transparent; border: 0; }
.vim-menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px 0; background: #fff; transition: transform .2s ease, opacity .2s ease; }
.menu-open .vim-menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-open .vim-menu-toggle span:nth-child(2) { opacity: 0; }
.menu-open .vim-menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.vim-search-panel { position: absolute; top: 100%; right: 0; left: 0; padding: 18px 0; color: var(--vim-ink); background: #fff; box-shadow: var(--vim-shadow); }
.vim-search-panel[hidden] { display: none; }
.vim-search-panel .vim-container { display: flex; gap: 10px; }
.vim-search-panel form { display: flex; flex: 1; }
.vim-search-panel input { flex: 1; min-width: 0; padding: 13px 15px; border: 1px solid var(--vim-line); }
.vim-search-panel form button, .vim-search-panel > div > button { padding: 0 20px; color: #fff; background: var(--vim-navy); border: 0; cursor: pointer; }

/* Buttons and headings */
.vim-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 25px; border: 1px solid transparent; font-size: 12px; font-weight: 800; letter-spacing: .075em; text-transform: uppercase; transition: .2s ease; }
.vim-button:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(0,0,0,.15); }
.vim-button--gold { color: #10283b; background: var(--vim-gold); }
.vim-button--gold:hover { background: #e0b35f; }
.vim-button--navy { color: #fff; background: var(--vim-navy); }
.vim-button--outline-light { color: #fff; border-color: rgba(255,255,255,.65); }
.vim-button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.vim-eyebrow { margin-bottom: 18px; color: var(--vim-gold); font-size: 11px; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; }
.vim-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 36px; border-bottom: 1px solid var(--vim-line); }
.vim-section-heading h2 { margin-bottom: 16px; font-size: clamp(34px, 4vw, 48px); }
.vim-section-heading > a { margin-bottom: 20px; color: var(--vim-navy); font-size: 12px; font-weight: 700; letter-spacing: .075em; text-transform: uppercase; }
.vim-section-heading > a:hover, .vim-link-button:hover { color: var(--vim-gold-dark); }

/* Heroes */
.vim-hero { position: relative; isolation: isolate; display: flex; align-items: center; min-height: 570px; color: #fff; background-position: center; background-size: cover; }
.vim-hero::before, .vim-subhero::before { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(90deg, rgba(0,20,36,.91) 0%, rgba(0,26,45,.65) 40%, rgba(0,24,42,.08) 72%); }
.vim-hero--home { background-image: url("../images/hero-home.png"); }
.vim-hero__content { padding-block: 70px; }
.vim-hero__content > * { max-width: 610px; }
.vim-hero h1 { max-width: 510px; color: #fff; font-size: clamp(48px, 5vw, 61px); font-weight: 500; }
.vim-hero__content > p:not(.vim-eyebrow) { max-width: 560px; color: #dae3e9; font-size: 17px; }
.vim-subhero { position: relative; isolation: isolate; display: flex; align-items: center; min-height: 360px; color: #fff; background-position: center; background-size: cover; }
.vim-subhero .vim-container { padding-block: 58px; }
.vim-subhero h1 { color: #fff; font-size: clamp(48px, 6vw, 72px); }
.vim-subhero h2 { max-width: 660px; color: #fff; font-size: clamp(28px, 4vw, 44px); }
.vim-subhero p { max-width: 610px; color: #dde7ed; font-size: 16px; }
.vim-subhero--categories { background-image: url("../images/hero-categories.png"); }
.vim-subhero--about { min-height: 500px; background-image: url("../images/hero-about.png"); }
.vim-subhero--contact { min-height: 300px; background-image: url("../images/hero-contact.png"); }
.vim-subhero--brands { background-image: url("../images/hero-about.png"); background-position: 58% center; }
.vim-subhero--brands::after { position: absolute; z-index: -1; right: 9%; width: 280px; height: 280px; border: 1px solid rgba(213,164,72,.38); border-radius: 50%; content: ""; box-shadow: 0 0 0 44px rgba(213,164,72,.06), 0 0 0 88px rgba(213,164,72,.035); }

/* Home categories */
.vim-category-strip { padding: 36px 0 24px; background: #fbfaf8; }
.vim-category-strip__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.vim-category-tile { position: relative; display: flex; flex-direction: column; justify-content: flex-end; min-height: 300px; padding: 214px 18px 18px; overflow: hidden; color: var(--vim-navy); background: #fff; border: 1px solid var(--vim-line); }
.vim-category-tile::after { display: none; }
.vim-category-tile img { position: absolute; top: 15px; right: 15px; left: 15px; width: calc(100% - 30px); height: 185px; object-fit: contain; }
.vim-category-tile h2 { max-width: 88%; margin: 0; color: var(--vim-navy); font: 600 20px/1.08 var(--vim-serif); }
.vim-category-tile span { margin-left: auto; color: var(--vim-gold); }
.vim-category-tile:hover { border-color: var(--vim-gold); box-shadow: 0 12px 30px rgba(3,31,53,.08); }
.vim-category-tile:hover img { transform: scale(1.025); }

/* Product cards: contain is deliberate so products are never cropped. */
.vim-section--products { background: #fbfaf8; }
.vim-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.vim-product-grid--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.home .vim-section--products { padding-top: 35px; }
.home .vim-section--products .vim-product-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; }
.home .vim-section--products .vim-product-card__body { padding: 13px; }
.home .vim-section--products .vim-product-card h3 { min-height: 59px; font-size: 13px; }
.home .vim-section--products .vim-product-card__media { padding: 12px; }
.home .vim-section--products .vim-product-card__actions { grid-template-columns: 30px 1fr; gap: 5px; }
.home .vim-section--products .vim-product-card__actions .button { padding-inline: 5px; font-size: 8px; }
.home .vim-section--products .vim-wish { min-height: 36px; font-size: 18px; }
.home .vim-section--products .vim-product-card__actions .button { min-height: 36px; }
.vim-product-card { position: relative; display: flex; flex-direction: column; min-width: 0; background: #fff; border: 1px solid var(--vim-line); transition: transform .2s ease, box-shadow .2s ease; }
.vim-product-card:hover { transform: translateY(-4px); box-shadow: var(--vim-shadow); }
.vim-product-card__media { display: grid; place-items: center; aspect-ratio: 1 / .86; padding: 20px; overflow: hidden; background: #f8fafb; border-bottom: 1px solid var(--vim-line); }
.vim-product-card__media img { width: 100%; height: 100%; object-fit: contain; object-position: center; transition: transform .25s ease; }
.vim-product-card:hover .vim-product-card__media img { transform: scale(1.025); }
.vim-product-card__body { display: flex; flex: 1; flex-direction: column; padding: 21px; }
.vim-product-card__category, .vim-product-card__category a { color: var(--vim-gold-dark); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.vim-product-card h3 { min-height: 50px; margin: 9px 0 12px; font-family: var(--vim-sans); font-size: 16px; font-weight: 700; line-height: 1.4; }
.vim-product-card h3 a:hover { color: var(--vim-gold-dark); }
.vim-product-card__price { margin-top: auto; color: var(--vim-navy); font-size: 16px; font-weight: 700; }
.vim-product-card__price del { margin-right: 6px; color: #9099a0; font-size: 12px; font-weight: 400; }
.vim-product-card__price ins { text-decoration: none; }
.vim-product-card__actions { display: grid; grid-template-columns: 42px 1fr; gap: 8px; margin-top: 18px; }
.vim-product-card__actions .button, .vim-wish { display: flex; align-items: center; justify-content: center; min-height: 42px; border: 1px solid var(--vim-navy); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.vim-product-card__actions .button { color: #fff; background: var(--vim-navy); }
.vim-product-card__actions .button:hover { background: var(--vim-navy-3); }
.vim-wish { padding: 0; color: var(--vim-navy); background: transparent; border: 0; cursor: pointer; font-size: 22px; }
.vim-wish:hover, .vim-wish.is-active { color: var(--vim-gold-dark); background: transparent; border: 0; }
.vim-wish:focus-visible { outline: 2px solid var(--vim-gold-dark); outline-offset: 2px; }
.vim-wish.is-active .vim-svg { fill: currentColor; }
.vim-toast { position: fixed; z-index: 9999; right: 22px; bottom: 22px; width: max-content; max-width: min(360px, calc(100% - 44px)); padding: 13px 18px; color: #fff; background: var(--vim-navy); border-left: 3px solid var(--vim-gold); box-shadow: var(--vim-shadow); opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .2s ease, transform .2s ease; }
.vim-toast.is-visible { opacity: 1; transform: translateY(0); }
.vim-toast.is-success { color: #fff; background: #12603b; border-left-color: #61d095; }
.vim-toast.is-error { color: #fff; background: #8e2630; border-left-color: #ffb1b8; }
.woocommerce-message.vim-notice-consumed, .woocommerce-notices-wrapper .vim-notice-consumed { display: none !important; }
.vim-card-shop-link { display: inline-flex; align-items: center; gap: 8px; color: var(--vim-gold-dark); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.page-template-page-brands .vim-product-card__actions { display: block; }
.vim-empty { padding: 35px; text-align: center; background: var(--vim-cream); }

/* Rich home storefront */
.vim-home-slider { position: relative; min-height: 570px; color: #fff; background: var(--vim-navy); overflow: hidden; }
.vim-home-slider__slides { min-height: 570px; }
.vim-home-slide { position: absolute; z-index: 0; inset: 0; display: flex; align-items: center; min-height: 570px; background-color: var(--vim-navy); background-position: center; background-size: cover; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .55s ease, visibility .55s ease; }
.vim-home-slide::before { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(90deg, rgba(0,19,33,.96) 0%, rgba(1,25,43,.83) 37%, rgba(1,24,41,.28) 63%, rgba(1,24,41,.08) 100%); }
.vim-home-slide.is-active { z-index: 1; opacity: 1; visibility: visible; pointer-events: auto; }
.vim-home-slide--outboard { background-image: url("../images/hero-slide-outboard.webp"); }
.vim-home-slide--navigation { background-image: url("../images/hero-slide-navigation.webp"); }
.vim-home-slide--rib { background-image: url("../images/hero-slide-rib.webp"); }
.vim-home-slide__content { position: relative; z-index: 2; padding-block: 72px 90px; }
.vim-home-slide__content > * { max-width: 610px; }
.vim-home-slide__content h1, .vim-home-slide__content h2 { max-width: 580px; margin-bottom: 20px; color: #fff; font-size: clamp(48px, 5vw, 66px); font-weight: 500; }
.vim-home-slide__content > p:not(.vim-eyebrow) { color: #dbe6ed; font-size: 17px; line-height: 1.65; }
.vim-home-slider__arrow { position: absolute; z-index: 4; top: 50%; display: grid; place-items: center; width: 44px; height: 44px; color: #fff; background: rgba(1,23,39,.52); border: 1px solid rgba(255,255,255,.38); border-radius: 50%; cursor: pointer; transform: translateY(-50%); transition: .2s ease; }
.vim-home-slider__arrow:hover { color: var(--vim-navy); background: var(--vim-gold); border-color: var(--vim-gold); }
.vim-home-slider__arrow--prev { left: 22px; }
.vim-home-slider__arrow--next { right: 22px; }
.vim-home-slider__dots { position: absolute; z-index: 4; right: 0; bottom: 25px; left: 0; display: flex; justify-content: center; gap: 8px; }
.vim-home-slider__dots button { width: 28px; height: 4px; padding: 0; background: rgba(255,255,255,.52); border: 0; cursor: pointer; transition: width .2s ease, background .2s ease; }
.vim-home-slider__dots button.is-active { width: 46px; background: var(--vim-gold); }

.vim-home-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 24px; }
.vim-home-section-heading > div { min-width: 0; }
.vim-home-section-heading span, .vim-home-shipping-callout span { display: block; margin-bottom: 5px; color: var(--vim-gold-dark); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.vim-home-section-heading h2 { margin: 0; font-size: clamp(31px, 3.2vw, 42px); }
.vim-home-section-heading p { max-width: 650px; margin: 5px 0 0; color: var(--vim-muted); font-size: 13px; }
.vim-home-section-heading > a { flex: 0 0 auto; margin-bottom: 7px; color: var(--vim-navy); font-size: 11px; font-weight: 800; letter-spacing: .075em; text-transform: uppercase; }
.vim-home-section-heading > a:hover { color: var(--vim-gold-dark); }
.vim-home-section-heading--compact { margin-bottom: 18px; }
.vim-home-section-heading--compact h2 { font-size: 31px; }
.vim-home-section-heading--showcase { align-items: center; margin-bottom: 32px; }
.vim-home-section-heading--showcase > div { position: relative; padding-left: 20px; }
.vim-home-section-heading--showcase > div::before { position: absolute; top: 3px; bottom: 3px; left: 0; width: 3px; background: linear-gradient(var(--vim-gold), var(--vim-gold-dark)); content: ""; }
.vim-home-section-heading--showcase h2 { font-size: clamp(33px, 3.2vw, 43px); }
.vim-home-section-heading--showcase > a { display: inline-flex; min-height: 42px; padding: 0 16px; align-items: center; gap: 12px; border: 1px solid rgba(3,31,53,.22); }
.vim-home-section-heading--showcase > a b { color: var(--vim-gold-dark); font-size: 16px; }
.vim-home-section-heading--showcase > a:hover { color: #fff; background: var(--vim-navy); border-color: var(--vim-navy); }
.vim-home-section-heading--inverse h2 { color: #fff; }
.vim-home-section-heading--inverse p { color: #aebfca; }
.vim-home-section-heading--inverse > a { color: #fff; border-color: rgba(255,255,255,.28); }
.vim-home-section-heading--inverse > a b { color: var(--vim-gold); }
.vim-home-section-heading--inverse > a:hover { color: var(--vim-navy); background: var(--vim-gold); border-color: var(--vim-gold); }

.vim-home-categories { position: relative; padding: 68px 0 70px; overflow: hidden; background: radial-gradient(circle at 94% 8%, rgba(213,164,72,.11), transparent 19%), #f7f5f0; }
.vim-home-category-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 15px; }
.vim-home-category { position: relative; display: flex; min-width: 0; min-height: 225px; flex-direction: column; overflow: hidden; background: #fff; border: 1px solid #e1e5e8; box-shadow: 0 8px 24px rgba(3,31,53,.055); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.vim-home-category::after { position: absolute; right: 0; bottom: 0; left: 0; height: 3px; background: var(--vim-gold); content: ""; transform: scaleX(0); transform-origin: left; transition: transform .22s ease; }
.vim-home-category__image { position: relative; display: block; width: 100%; height: 148px; overflow: hidden; background: linear-gradient(145deg, #fff 0%, #f2f5f6 100%); }
.vim-home-category__image > small { position: absolute; z-index: 2; top: 12px; left: 12px; display: grid; width: 28px; height: 28px; place-items: center; color: var(--vim-gold-dark); background: #fff; border: 1px solid rgba(213,164,72,.48); border-radius: 50%; font-size: 9px; font-weight: 800; letter-spacing: .05em; }
.vim-home-category__image img { position: absolute; inset: 17px; width: calc(100% - 34px); height: calc(100% - 34px); object-fit: contain; object-position: center; transition: transform .25s ease; }
.vim-home-category__copy { display: grid; min-height: 77px; padding: 13px 14px 15px; grid-template-columns: minmax(0, 1fr) 31px; align-content: center; text-align: left; }
.vim-home-category__copy strong { min-width: 0; color: var(--vim-navy); font-size: 13px; font-weight: 800; line-height: 1.3; }
.vim-home-category__copy small { margin-top: 3px; color: var(--vim-muted); font-size: 9px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.vim-home-category__copy b { display: grid; width: 31px; height: 31px; grid-column: 2; grid-row: 1 / 3; align-self: center; place-items: center; color: var(--vim-navy); border: 1px solid var(--vim-line); border-radius: 50%; font-size: 14px; transition: .2s ease; }
.vim-home-category:hover { z-index: 1; border-color: rgba(213,164,72,.8); box-shadow: 0 18px 42px rgba(3,31,53,.13); transform: translateY(-5px); }
.vim-home-category:hover::after { transform: scaleX(1); }
.vim-home-category:hover img { transform: scale(1.07); }
.vim-home-category:hover .vim-home-category__copy b { color: #fff; background: var(--vim-navy); border-color: var(--vim-navy); }
.vim-home-category:focus-visible { outline: 3px solid rgba(213,164,72,.55); outline-offset: 3px; }

.vim-home-feature-pair { padding: 16px 0 28px; background: #fff; }
.vim-home-feature-pair .vim-container { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.vim-home-feature { position: relative; isolation: isolate; display: flex; min-height: 310px; padding: 40px; align-items: center; overflow: hidden; color: #fff; background-position: center; background-size: cover; }
.vim-home-feature::before { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(90deg, rgba(1,24,42,.92), rgba(1,27,46,.57) 60%, rgba(1,27,46,.14)); }
.vim-home-feature--electronics { background-image: url("../images/hero-slide-navigation.webp"); }
.vim-home-feature--boats { background-image: url("../images/hero-slide-rib.webp"); background-position: 65% center; }
.vim-home-feature > div { max-width: 370px; }
.vim-home-feature span, .vim-home-promo span { color: var(--vim-gold); font-size: 9px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.vim-home-feature h2 { margin: 7px 0 10px; color: #fff; font-size: clamp(28px, 3vw, 40px); }
.vim-home-feature p { margin-bottom: 18px; color: #d9e3e9; font-size: 12px; }
.vim-home-feature b, .vim-home-promo b { font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }

.home .vim-home-product-section { padding: 54px 0 58px; background: #fff; }
.home .vim-home-product-section--paper { background: #fbfaf8; }
.home .vim-home-product-section .vim-product-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; }
.home .vim-home-product-section .vim-product-card__actions { display: grid; grid-template-columns: 30px minmax(0, 1fr); gap: 5px; }
.home .vim-home-product-section .vim-product-card__actions .button { padding-inline: 4px; font-size: 7px; letter-spacing: .03em; }

.vim-home-promo-grid { padding: 26px 0; background: #fff; }
.vim-home-promo-grid .vim-container { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.vim-home-promo { position: relative; isolation: isolate; display: flex; min-height: 220px; padding: 28px; flex-direction: column; align-items: flex-start; justify-content: flex-end; overflow: hidden; color: #fff; background-position: center; background-size: cover; }
.vim-home-promo::before { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(20deg, rgba(1,22,38,.94), rgba(3,35,57,.38)); transition: background .2s ease; }
.vim-home-promo:hover::before { background: linear-gradient(20deg, rgba(1,22,38,.97), rgba(3,35,57,.25)); }
.vim-home-promo--climate { background-image: url("../images/hero-contact.png"); }
.vim-home-promo--power { background-image: url("../images/hero-categories.png"); }
.vim-home-promo--support { background-image: url("../images/hero-about.png"); }
.vim-home-promo h2 { max-width: 320px; margin: 7px 0 15px; color: #fff; font-size: 30px; }

.vim-home-shipping-callout { padding: 54px 0; color: #dce6ec; background: radial-gradient(circle at 85% 50%, rgba(213,164,72,.15), transparent 24%), linear-gradient(110deg, #011a2d, #0b4666); }
.vim-home-shipping-callout .vim-container { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.vim-home-shipping-callout h2 { max-width: 760px; margin: 5px 0 8px; color: #fff; font-size: clamp(32px, 4vw, 46px); }
.vim-home-shipping-callout p { max-width: 780px; margin: 0; color: #c8d7e0; font-size: 13px; }
.vim-home-shipping-callout .vim-button { flex: 0 0 auto; }

.vim-home-brands { position: relative; padding: 74px 0 78px; overflow: hidden; background: radial-gradient(circle at 90% 15%, rgba(213,164,72,.18), transparent 22%), linear-gradient(125deg, #001725, #073653 70%, #0a4562); }
.vim-home-brands::before { position: absolute; top: -170px; right: -120px; width: 430px; height: 430px; border: 1px solid rgba(213,164,72,.14); border-radius: 50%; content: ""; box-shadow: 0 0 0 65px rgba(213,164,72,.035), 0 0 0 130px rgba(213,164,72,.022); }
.vim-home-brands .vim-container { position: relative; z-index: 1; }
.vim-home-brand-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; }
.vim-home-brand-grid a { position: relative; display: flex; min-width: 0; min-height: 158px; flex-direction: column; overflow: hidden; background: rgba(255,255,255,.975); border: 1px solid rgba(255,255,255,.42); box-shadow: 0 14px 36px rgba(0,0,0,.13); transition: transform .22s ease, box-shadow .22s ease; }
.vim-home-brand-grid a::before { position: absolute; z-index: 2; top: 0; right: 0; left: 0; height: 3px; background: linear-gradient(90deg, var(--vim-gold-dark), #edca7b); content: ""; }
.vim-home-brand-grid a:hover { box-shadow: 0 22px 48px rgba(0,0,0,.24); transform: translateY(-5px); }
.vim-home-brand__logo { display: grid; min-height: 103px; padding: 22px 25px 16px; place-items: center; }
.vim-home-brand-grid img { width: 86%; height: 55px; object-fit: contain; object-position: center; transition: transform .22s ease; }
.vim-home-brand-grid a:hover img { transform: scale(1.045); }
.vim-home-brand__copy { display: flex; min-height: 54px; padding: 10px 15px; align-items: center; justify-content: space-between; gap: 10px; background: #f5f6f5; border-top: 1px solid #e6e8e9; }
.vim-home-brand__copy strong { color: var(--vim-navy); font-size: 11px; font-weight: 800; }
.vim-home-brand__copy small { color: var(--vim-gold-dark); font-size: 8px; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; white-space: nowrap; }
.vim-home-brand--furuno img, .vim-home-brand--lowrance img, .vim-home-brand--honda img, .vim-home-brand--mercury img { width: 88%; height: 68px; object-fit: cover; }
.vim-home-brand--raymarine img { width: 82%; filter: brightness(0) saturate(100%); opacity: .86; }
.vim-home-brand--garmin img, .vim-home-brand--yamaha img, .vim-home-brand--cummins img { width: 78%; }
.vim-home-brand:focus-visible { outline: 3px solid var(--vim-gold); outline-offset: 3px; }

/* Benefits, story and newsletter */
.vim-benefits { padding: 48px 0; color: var(--vim-ink); background: #f8f6f2; }
.vim-benefits__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.vim-benefit { display: grid; grid-template-columns: 58px 1fr; gap: 18px; padding: 4px 38px; border-right: 1px solid #d7d3cb; }
.vim-benefit:last-child { border: 0; }
.vim-icon { display: grid; place-items: center; width: 48px; height: 48px; color: var(--vim-gold); border: 1px solid rgba(213,164,72,.55); border-radius: 50%; font-size: 21px; }
.vim-icon .vim-svg { width: 27px; height: 27px; }
.vim-benefit h3 { margin: 0 0 5px; color: var(--vim-navy); font-family: var(--vim-serif); font-size: 20px; text-transform: none; }
.vim-benefit p { margin: 0; color: var(--vim-muted); font-size: 12px; line-height: 1.45; }
.vim-story-panel { display: grid; grid-template-columns: 1fr 1fr; min-height: 510px; }
.vim-story-panel > * { min-width: 0; }
.vim-story-panel__copy { display: flex; align-items: center; color: #4f5962; background: #fbfaf8; }
.vim-story-panel__inner { width: min(590px, calc(100% - 50px)); margin-left: auto; padding: 70px 70px 70px 20px; }
.vim-story-panel h2 { color: var(--vim-navy); font-size: clamp(40px, 4.5vw, 58px); }
.vim-story-panel__image { background: url("../images/hero-about.png") 68% center / cover no-repeat; }
.vim-newsletter { padding: 30px 0; color: #fff; background: var(--vim-navy); border-bottom: 1px solid rgba(255,255,255,.14); }
.vim-newsletter__inner { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 40px; }
.vim-newsletter__inner > * { min-width: 0; }
.vim-newsletter h2 { margin: 0; color: #fff; font-family: var(--vim-sans); font-size: 18px; }
.vim-newsletter form { display: flex; }
.vim-newsletter input { flex: 1; min-width: 0; padding: 12px 16px; color: #fff; background: transparent; border: 1px solid var(--vim-gold); }
.vim-newsletter button { padding: 11px 24px; color: var(--vim-navy); background: var(--vim-gold); border: 1px solid var(--vim-gold); cursor: pointer; font-size: 11px; font-weight: 700; text-transform: uppercase; }

/* Categories and brands */
.vim-category-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.vim-category-card { position: relative; display: flex; min-width: 0; flex-direction: column; overflow: hidden; background: #fff; border: 1px solid var(--vim-line); border-top: 3px solid var(--vim-gold); box-shadow: 0 12px 35px rgba(3,31,53,.06); }
.vim-category-card__image { position: relative; display: block; height: 230px; flex: 0 0 auto; overflow: hidden; background: #f4f7f8; border-bottom: 1px solid var(--vim-line); }
.vim-category-card__image img { position: absolute; inset: 22px; width: calc(100% - 44px); height: calc(100% - 44px); object-fit: contain; object-position: center; }
.vim-category-card__body { position: relative; z-index: 2; display: flex; padding: 28px; flex: 1; flex-direction: column; background: #fff; }
.vim-category-card h2 { min-height: 68px; margin-bottom: 12px; font-size: 28px; line-height: 1.18; }
.vim-category-card__body > p { min-height: 68px; margin-bottom: 0; color: var(--vim-muted); font-size: 13px; line-height: 1.55; }
.vim-category-card ul { padding: 0; margin: 22px 0 24px; list-style: none; }
.vim-category-card li { border-bottom: 1px solid #edf0f2; font-size: 12px; }
.vim-category-card li a { position: relative; display: block; padding: 7px 4px 7px 18px; }
.vim-category-card li a::before { position: absolute; top: 13px; left: 2px; width: 6px; height: 6px; background: var(--vim-gold); border-radius: 50%; content: ""; }
.vim-category-card li a:hover { color: var(--vim-gold-dark); }
.vim-category-card .vim-link-button { margin-top: auto; }
.vim-link-button { display: inline-flex; align-items: center; gap: 10px; color: var(--vim-navy); font-size: 11px; font-weight: 800; letter-spacing: .075em; text-transform: uppercase; }
.vim-expert-cta { padding: 46px 0; color: #fff; background: linear-gradient(100deg, #082b45, #0e4868); }
.vim-expert-cta .vim-container { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.vim-expert-cta strong, .vim-expert-cta span { display: block; }
.vim-expert-cta strong { margin-bottom: 5px; font-family: var(--vim-serif); font-size: 30px; }
.vim-expert-cta span { color: #c8d5dd; }
.vim-brand-directory { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--vim-line); border-left: 1px solid var(--vim-line); }
.vim-brand-directory > a { display: flex; min-width: 0; min-height: 105px; padding: 22px 10px; flex-direction: column; align-items: center; justify-content: center; overflow-wrap: anywhere; border-right: 1px solid var(--vim-line); border-bottom: 1px solid var(--vim-line); color: var(--vim-navy); font: 600 23px var(--vim-serif); text-align: center; }
.vim-brand-directory > a:hover { color: var(--vim-gold-dark); background: var(--vim-cream); }
.vim-brand-directory small { margin-top: 5px; color: var(--vim-muted); font: 400 10px var(--vim-sans); text-transform: uppercase; }
.vim-brand-groups { background: #fbfaf8; }
.vim-brand-group + .vim-brand-group { margin-top: 35px; }
.vim-brand-group h2 { position: relative; display: flex; align-items: center; gap: 18px; margin-bottom: 14px; font-size: 30px; }
.vim-brand-group h2::after { height: 1px; flex: 1; background: var(--vim-line); content: ""; }
.vim-brand-group h2::before { position: absolute; bottom: -15px; width: 26px; height: 2px; background: var(--vim-gold); content: ""; }
.vim-brand-group > div { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.vim-brand-group a { display: grid; place-items: center; min-height: 88px; padding: 15px; color: var(--vim-navy); background: #fff; border: 1px solid var(--vim-line); font-size: 18px; font-weight: 700; letter-spacing: .03em; text-align: center; text-transform: uppercase; }
.vim-brand-group a:hover { color: var(--vim-gold-dark); border-color: var(--vim-gold); box-shadow: 0 10px 26px rgba(3,31,53,.07); }
.vim-brand-group a img { width: min(190px, 86%); height: 48px; object-fit: contain; object-position: center; }
.vim-brand-group .vim-brand-logo--garmin, .vim-brand-group .vim-brand-logo--furuno, .vim-brand-group .vim-brand-logo--lowrance, .vim-brand-group .vim-brand-logo--mercury, .vim-brand-group .vim-brand-logo--honda { width: min(210px, 92%); height: 64px; object-fit: cover; }
.vim-brand-group .vim-brand-logo--raymarine { width: min(220px, 90%); filter: brightness(0) saturate(100%); opacity: .84; }
.page-template-page-brands .vim-section--products .vim-product-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.page-template-page-brands .vim-product-card__body { padding: 15px; }
.page-template-page-brands .vim-product-card h3 { min-height: 58px; font-size: 12px; }
.page-template-page-brands .vim-product-card__media { padding: 12px; }

/* About */
.vim-about-story { display: grid; grid-template-columns: 1fr 1fr; min-height: 520px; }
.vim-about-story > * { min-width: 0; }
.vim-about-story__image { background: url("../images/hero-home.png") center / cover no-repeat; }
.vim-about-story__copy { align-self: center; max-width: 630px; padding: 70px; }
.vim-about-story h2 { font-size: 48px; }
.vim-stats { padding: 42px 0; color: #fff; background: var(--vim-navy); }
.vim-stats .vim-container { display: grid; grid-template-columns: repeat(4, 1fr); }
.vim-stats .vim-container > div { text-align: center; border-right: 1px solid rgba(255,255,255,.18); }
.vim-stats .vim-container > div:last-child { border: 0; }
.vim-stats strong, .vim-stats span { display: block; }
.vim-stats strong { color: var(--vim-gold); font: 600 44px var(--vim-serif); }
.vim-stats span { color: #cdd7df; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.vim-values { background: var(--vim-cream); }
.vim-values .vim-container { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.vim-values article { padding: 38px; background: #fff; text-align: center; }
.vim-values article > span { display: grid; place-items: center; width: 55px; height: 55px; margin: 0 auto 20px; color: var(--vim-gold-dark); border: 1px solid var(--vim-gold); border-radius: 50%; font-size: 24px; }
.vim-values h2 { font-size: 27px; }
.vim-dark-feature { display: grid; grid-template-columns: 1fr 1fr; min-height: 470px; color: #d7e0e6; background: var(--vim-navy-2); }
.vim-dark-feature__image { background: url("../images/hero-categories.png") center / cover no-repeat; }
.vim-dark-feature > div:last-child { align-self: center; max-width: 600px; padding: 70px; }
.vim-dark-feature h2 { color: #fff; font-size: 45px; }
.vim-dark-feature ul { padding: 0; list-style: none; }
.vim-dark-feature li { padding: 9px 0; }
.vim-dark-feature li::before { margin-right: 10px; color: var(--vim-gold); content: "✓"; }
.vim-ready { display: flex; align-items: center; justify-content: center; gap: 35px; padding: 55px 20px; background: var(--vim-gold); }
.vim-ready h2 { margin: 0; font-size: 37px; }

/* Contact */
.vim-contact { background: var(--vim-cream); }
.vim-contact__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 50px; }
.vim-contact h2 { font-size: 42px; }
.vim-contact-card { display: flex; flex-direction: column; padding: 17px 0; border-bottom: 1px solid #d7dde1; }
.vim-contact-card strong { color: var(--vim-navy); }
.vim-contact-card strong, .vim-service-promise strong { display: flex; align-items: center; gap: 10px; }
.vim-contact-card strong .vim-svg, .vim-service-promise strong .vim-svg { color: var(--vim-gold-dark); font-size: 20px; }
.vim-contact-card a { color: var(--vim-gold-dark); }
.vim-service-promise { margin-top: 30px; padding: 25px; color: #fff; background: var(--vim-navy); }
.vim-service-promise p { margin: 5px 0 0; color: #c9d5dd; font-size: 12px; }
.vim-contact-form { padding: 42px; background: #fff; box-shadow: var(--vim-shadow); }
.vim-contact-form h2 { font-size: 36px; }
.vim-product-inquiry { display: flex; min-height: 62px; padding: 11px 13px 11px 15px; align-items: center; justify-content: space-between; gap: 15px; margin: 0 0 20px; color: var(--vim-navy); background: #f5f8fa; border-left: 3px solid var(--vim-gold); }
.vim-product-inquiry[hidden] { display: none; }
.vim-product-inquiry > div { display: flex; min-width: 0; align-items: center; gap: 10px; }
.vim-product-inquiry .vim-svg { width: 20px; height: 20px; flex: 0 0 auto; color: var(--vim-gold-dark); }
.vim-product-inquiry p { display: grid; gap: 2px; min-width: 0; margin: 0; font-size: 11px; }
.vim-product-inquiry strong { font-size: 11px; }
.vim-product-inquiry small { overflow: hidden; color: var(--vim-muted); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.vim-product-inquiry button { width: 28px; height: 28px; flex: 0 0 auto; padding: 0; color: var(--vim-muted); background: #fff; border: 1px solid var(--vim-line); border-radius: 50%; cursor: pointer; font-size: 20px; line-height: 1; }
.vim-product-inquiry button:hover { color: #a84545; border-color: #a84545; }
.vim-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.vim-contact-form label { display: block; margin-bottom: 18px; }
.vim-contact-form label span { display: block; margin-bottom: 7px; color: var(--vim-navy); font-size: 11px; font-weight: 700; }
.vim-contact-form input, .vim-contact-form textarea { width: 100%; padding: 12px 13px; background: #fafbfb; border: 1px solid var(--vim-line); outline: 0; }
.vim-contact-form input:focus, .vim-contact-form textarea:focus { border-color: var(--vim-gold); box-shadow: 0 0 0 3px rgba(213,164,72,.12); }
.vim-form-notice { margin-bottom: 20px; padding: 12px; background: #edf7ef; border-left: 3px solid #3c8b4b; }
.vim-honeypot { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }

/* Wishlist */
.vim-page-hero { position: relative; isolation: isolate; display: flex; align-items: center; min-height: 300px; color: #fff; background: linear-gradient(100deg, #031f35 0%, #0c4b6d 100%); overflow: hidden; }
.vim-page-hero::after { position: absolute; z-index: -1; right: 8%; width: 260px; height: 260px; border: 1px solid rgba(213,164,72,.35); border-radius: 50%; content: ""; box-shadow: 0 0 0 45px rgba(213,164,72,.06), 0 0 0 90px rgba(213,164,72,.035); }
.vim-page-hero h1 { color: #fff; font-size: clamp(48px, 6vw, 70px); }
.vim-page-hero p:not(.vim-eyebrow) { max-width: 570px; color: #d9e4ea; }
.vim-wishlist-heading small { font: 500 .45em var(--vim-sans); }
.vim-wishlist-grid > [data-wishlist-product] { display: flex; min-width: 0; }
.vim-wishlist-grid > [data-wishlist-product][hidden] { display: none; }
.vim-wishlist-grid .vim-product-card { width: 100%; }
.vim-wishlist-empty { max-width: 620px; padding: 70px 30px; margin: 0 auto; background: var(--vim-cream); text-align: center; }
.vim-wishlist-empty[hidden] { display: none; }
.vim-wishlist-empty > span { display: grid; place-items: center; width: 65px; height: 65px; margin: 0 auto 20px; color: var(--vim-gold-dark); border: 1px solid var(--vim-gold); border-radius: 50%; font-size: 30px; }
.vim-wishlist-empty h2 { font-size: 36px; }
.vim-location { padding: 70px 0; }
.vim-location .vim-container { display: grid; grid-template-columns: 1.4fr .8fr .8fr; align-items: center; gap: 35px; }
.vim-location__store { position: relative; min-height: 270px; margin: 0; overflow: hidden; background: var(--vim-navy); box-shadow: var(--vim-shadow); }
.vim-location__store img { width: 100%; height: auto; object-fit: contain; object-position: center; }
.vim-location__store figcaption { position: absolute; right: 14px; bottom: 14px; padding: 7px 11px; color: #fff; background: rgba(3,31,53,.88); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.vim-location__pin { display: inline-flex; color: var(--vim-gold-dark); font-size: 30px; }
.vim-location h2 { font-size: 27px; }
.vim-faq { padding-top: 15px; padding-bottom: 80px; }
.vim-faq > h2 { margin-bottom: 30px; font-size: 42px; text-align: center; }
.vim-faq details { max-width: 800px; margin: 0 auto; padding: 18px 4px; border-bottom: 1px solid var(--vim-line); }
.vim-faq summary { color: var(--vim-navy); font-weight: 600; cursor: pointer; }
.vim-faq details p { padding-top: 12px; color: var(--vim-muted); }

/* Policy pages */
.vim-policy-hero { padding: 74px 0 66px; color: #dbe5eb; background: linear-gradient(115deg, #021a2d 0%, #0c4665 100%); }
.vim-policy-hero span { color: var(--vim-gold); font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.vim-policy-hero h1 { margin: 11px 0 10px; color: #fff; font-size: clamp(44px, 6vw, 68px); }
.vim-policy-hero p { margin: 0; }
.vim-policy-nav { position: sticky; z-index: 30; top: 0; background: #fff; border-bottom: 1px solid var(--vim-line); box-shadow: 0 9px 25px rgba(3,31,53,.05); }
.admin-bar .vim-policy-nav { top: 32px; }
.vim-policy-nav .vim-container { display: flex; overflow-x: auto; }
.vim-policy-nav a { flex: 0 0 auto; padding: 18px 22px 15px; border-bottom: 3px solid transparent; color: var(--vim-muted); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.vim-policy-nav a:hover, .vim-policy-nav a.is-active { color: var(--vim-navy); border-color: var(--vim-gold); }
.vim-policy-shell { padding-top: 64px; padding-bottom: 84px; }
.vim-policy-content { max-width: 940px; margin: 0 auto; color: #4f5d68; }
.vim-policy-content .vim-policy-lead { padding: 28px 31px; color: var(--vim-navy); background: var(--vim-cream); border-left: 4px solid var(--vim-gold); font-size: 19px; line-height: 1.55; }
.vim-policy-content h2 { padding-top: 30px; margin-bottom: 14px; font-size: 32px; }
.vim-policy-content ul, .vim-policy-content ol { padding-left: 24px; }
.vim-policy-content li { margin-bottom: 9px; }
.vim-policy-content a { color: var(--vim-gold-dark); text-decoration: underline; text-underline-offset: 3px; }
.vim-policy-table { margin: 25px 0; overflow-x: auto; border: 1px solid var(--vim-line); }
.vim-policy-table table { width: 100%; min-width: 720px; border-collapse: collapse; background: #fff; }
.vim-policy-table th, .vim-policy-table td { padding: 15px 16px; border-bottom: 1px solid var(--vim-line); text-align: left; vertical-align: top; }
.vim-policy-table th { color: #fff; background: var(--vim-navy); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.vim-policy-table tr:last-child td { border-bottom: 0; }
.vim-policy-help { display: grid; grid-template-columns: 56px 1fr auto; align-items: center; gap: 20px; max-width: 940px; padding: 27px 30px; margin: 48px auto 0; background: var(--vim-cream); border: 1px solid var(--vim-line); }
.vim-policy-help > span { display: grid; place-items: center; width: 52px; height: 52px; color: var(--vim-gold-dark); border: 1px solid var(--vim-gold); border-radius: 50%; font-size: 24px; }
.vim-policy-help h2 { margin: 0 0 4px; font-size: 25px; }
.vim-policy-help p { margin: 0; color: var(--vim-muted); font-size: 13px; }
.vim-shipping-partner { display: flex; align-items: center; justify-content: space-between; gap: 40px; max-width: 940px; padding: 32px; margin: 26px auto 0; color: #cbd7df; background: var(--vim-navy); }
.vim-shipping-partner h2 { margin: 6px 0 5px; color: #fff; font-size: 28px; }
.vim-shipping-partner p { margin: 0; font-size: 13px; }
.vim-shipping-partner > div > span { color: var(--vim-gold); font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.vim-shipping-partner > a { flex: 0 0 300px; padding: 13px; background: #fff; border-radius: 4px; }
.vim-shipping-partner img { width: 100%; height: 72px; object-fit: contain; }

/* Blog */
.vim-blog-hero { padding: 82px 0 76px; color: #dbe5eb; background: radial-gradient(circle at 82% 50%, rgba(213,164,72,.14) 0 13%, transparent 13.3%), linear-gradient(115deg, #021a2d, #0a4261); }
.vim-blog-hero h1 { color: #fff; font-size: clamp(50px, 7vw, 76px); }
.vim-blog-hero > .vim-container > p:last-child { max-width: 610px; margin: 0; }
.vim-blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 27px; }
.vim-blog-card { overflow: hidden; background: #fff; border: 1px solid var(--vim-line); box-shadow: 0 14px 34px rgba(3,31,53,.07); }
.vim-blog-card__media { display: grid; place-items: center; aspect-ratio: 16 / 10; overflow: hidden; color: var(--vim-gold); background: linear-gradient(135deg, var(--vim-navy), var(--vim-navy-3)); font-size: 50px; }
.vim-blog-card__media img { width: 100%; height: 100%; object-fit: cover; }
.vim-blog-card__body { padding: 25px; }
.vim-blog-meta { margin-bottom: 10px; color: var(--vim-gold-dark); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.vim-blog-meta a { color: inherit; }
.vim-blog-card h2 { font-size: 29px; }
.vim-blog-card__body > p:not(.vim-blog-meta) { color: var(--vim-muted); font-size: 13px; }
.vim-blog-read, .vim-article__back a { color: var(--vim-navy); font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.vim-blog-empty { max-width: 720px; padding: 70px 35px; margin: 0 auto; background: var(--vim-cream); text-align: center; }
.vim-blog-empty > span { color: var(--vim-gold-dark); font-size: 45px; }
.vim-blog-empty h2 { font-size: 40px; }
.vim-article__header { padding: 75px 0 68px; color: #dbe5eb; background: var(--vim-navy); }
.vim-article__header h1 { max-width: 900px; color: #fff; font-size: clamp(45px, 6vw, 70px); }
.vim-article__header > .vim-container > p:last-child { max-width: 760px; margin: 0; }
.vim-article__image { margin-top: 48px; }
.vim-article__image img { width: 100%; max-height: 650px; object-fit: contain; background: var(--vim-cream); }
.vim-article__content { max-width: 860px; padding-top: 55px; padding-bottom: 80px; }
.vim-article__content h2 { padding-top: 25px; font-size: 34px; }
.vim-article__content a { color: var(--vim-gold-dark); text-decoration: underline; }
.vim-article__back { padding-top: 35px; margin-top: 45px; border-top: 1px solid var(--vim-line); }

/* Shop */
.vim-shop-page { background: #fff; }
.vim-shop-page > .vim-container { width: min(1450px, calc(100% - 48px)); }
.vim-breadcrumb { padding: 27px 0 25px; color: #66717b; font-size: 12px; }
.vim-breadcrumb span { margin: 0 9px; color: #9aa3aa; }
.vim-shop-layout { display: grid; grid-template-columns: 270px minmax(0, 1fr); gap: 30px; padding: 0 0 82px; }
.vim-shop-layout.has-category-description { padding-bottom: 30px; }
.vim-shop-layout > *, .vim-shop-results { min-width: 0; }
.vim-filter-toggle { display: none; }
.vim-shop-sidebar { position: sticky; top: var(--vim-shop-sticky-top, 20px); min-width: 0; align-self: start; }
.vim-shop-filter-group { padding: 0 0 22px; margin: 0 0 24px; border-bottom: 1px solid #e4e8eb; }
.vim-shop-filter-group h2, .vim-shop-brand-filter label { display: block; margin: 0 0 14px; color: #101923; font-size: 13px; font-weight: 800; letter-spacing: .01em; text-transform: uppercase; }
.vim-shop-category-filter { padding: 0; margin: 0; list-style: none; }
.vim-shop-category-filter li { margin: 0; }
.vim-shop-category-filter a { display: flex; min-height: 29px; align-items: center; gap: 10px; color: #162330; font-size: 13px; font-weight: 600; line-height: 1.25; }
.vim-shop-category-filter a > span { display: block; width: 16px; height: 16px; flex: 0 0 16px; background: #fff; border: 1px solid #cbd3d9; border-radius: 4px; box-shadow: 0 1px 2px rgba(3,31,53,.05); }
.vim-shop-category-filter a:hover, .vim-shop-category-filter .is-current a { color: var(--vim-gold-dark); }
.vim-shop-category-filter .is-current a > span { background: var(--vim-navy); border-color: var(--vim-navy); box-shadow: inset 0 0 0 4px #fff; }
.vim-shop-brand-filter select { width: 100%; min-height: 48px; padding: 0 38px 0 14px; color: #172534; background: #fff; border: 1px solid #bbc5cc; border-radius: 6px; font-size: 13px; font-weight: 600; cursor: pointer; }
.vim-shop-brand-filter select:focus { border-color: var(--vim-gold-dark); outline: 3px solid rgba(213,164,72,.2); }
.vim-shop-promo { position: relative; isolation: isolate; display: flex; min-height: 420px; padding: 27px 24px; flex-direction: column; justify-content: flex-end; overflow: hidden; color: #fff; background: var(--vim-navy) url("../images/hero-slide-outboard.webp") center / cover no-repeat; }
.vim-shop-promo::before { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(180deg, rgba(1,20,34,.08), rgba(1,20,34,.92) 74%); }
.vim-shop-promo > span { color: var(--vim-gold); font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.vim-shop-promo strong { max-width: 220px; margin-top: 7px; color: #fff; font-size: 25px; line-height: 1.15; }
.vim-shop-promo small { margin-top: 10px; color: #dce6ec; font-size: 11px; line-height: 1.55; }
.vim-shop-promo b { margin-top: 16px; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.vim-shop-toolbar { display: flex; min-height: 58px; padding: 0 16px; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 12px; color: #6f7b85; background: #f4f5f7; border-radius: 6px; font-size: 12px; }
.vim-shop-toolbar p { margin: 0; }
.vim-shop-toolbar__controls, .vim-shop-sort, .vim-shop-view { display: flex; align-items: center; }
.vim-shop-toolbar__controls { gap: 18px; }
.vim-shop-sort { gap: 6px; }
.vim-shop-sort form { margin: 0; }
.vim-shop-toolbar select { min-width: 150px; padding: 6px 28px 6px 5px; color: #172534; background-color: transparent; border: 0; font-size: 12px; font-weight: 700; cursor: pointer; }
.vim-shop-show { padding-left: 16px; border-left: 1px solid #dce1e5; white-space: nowrap; }
.vim-shop-show strong { margin-left: 5px; color: #172534; }
.vim-shop-view { gap: 4px; }
.vim-shop-view button { display: grid; width: 36px; height: 36px; padding: 8px; grid-template-columns: repeat(2, 1fr); gap: 3px; color: #77838d; background: transparent; border: 0; border-radius: 5px; cursor: pointer; }
.vim-shop-view button:last-child { grid-template-columns: 1fr; }
.vim-shop-view button i { display: block; min-width: 5px; min-height: 5px; background: currentColor; border-radius: 1px; }
.vim-shop-view button:last-child i { height: 3px; min-height: 3px; align-self: center; }
.vim-shop-view button:hover, .vim-shop-view button.is-active { color: var(--vim-navy); background: #dfe4e8; }
.vim-product-grid--shop { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; border-top: 1px solid #dce2e7; border-left: 1px solid #dce2e7; }
.vim-product-grid--shop .vim-product-card { min-height: 455px; border-width: 0 1px 1px 0; }
.vim-product-grid--shop .vim-product-card:hover { z-index: 2; border-color: #dce2e7; box-shadow: 0 13px 35px rgba(3,31,53,.11); transform: none; }
.vim-product-grid--shop .vim-product-card__media { position: static; height: 285px; padding: 25px 24px 10px; background: #fff; border: 0; }
.vim-product-grid--shop .vim-product-card__media img { width: 100%; height: 100%; object-fit: contain; }
.vim-product-grid--shop .vim-product-card__body { position: static; min-height: 169px; padding: 11px 16px 16px; }
.vim-product-grid--shop .vim-product-card__category { display: none; }
.vim-product-grid--shop .vim-product-card h3 { display: -webkit-box; min-height: 43px; margin: 0 34px 9px 0; overflow: hidden; font-size: 13px; font-weight: 700; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.vim-product-grid--shop .vim-product-card__price { margin: 0; color: #101923; font-size: 18px; font-weight: 800; }
.vim-product-grid--shop .vim-product-card__actions { display: block; margin-top: 10px; }
.vim-product-grid--shop .vim-wish { position: absolute; z-index: 3; top: 18px; right: 16px; width: 32px; min-height: 32px; color: #071c2d; background: transparent; border: 0; font-size: 22px; }
.vim-product-grid--shop .vim-card-compare { position: absolute; z-index: 3; top: 53px; right: 16px; display: grid; width: 32px; min-height: 32px; place-items: center; margin: 0; color: #071c2d; background: transparent; border: 0; border-radius: 50%; }
.vim-product-grid--shop .vim-card-compare:hover, .vim-product-grid--shop .vim-card-compare.added { color: var(--vim-gold-dark); background: rgba(213,164,72,.1); }
.vim-product-grid--shop .vim-card-compare .wcboost-products-compare-button__icon { margin: 0; font-size: 20px; line-height: 1; }
.vim-product-grid--shop .vim-card-compare .wcboost-products-compare-button__icon svg { width: 20px; height: 20px; }
.vim-product-grid--shop .vim-card-compare .wcboost-products-compare-button__text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.vim-product-grid--shop .vim-product-card__actions .button { display: flex; min-height: 37px; padding: 0 13px; justify-content: space-between; color: #7650bb; background: #fff; border: 1px solid #7650bb; border-radius: 22px; font-size: 11px; font-weight: 600; letter-spacing: 0; text-transform: none; }
.vim-product-grid--shop .vim-product-card__actions .button::after { margin-left: 8px; content: "+"; font-size: 19px; font-weight: 400; line-height: 1; }
.vim-product-grid--shop .vim-product-card__actions .button:hover { color: #fff; background: #7650bb; }
.vim-product-card__sale { position: absolute; z-index: 3; top: 17px; left: 15px; padding: 4px 8px; color: #fff; background: #d94141; border-radius: 3px; font-size: 8px; font-weight: 800; letter-spacing: .06em; line-height: 1.2; text-transform: uppercase; }
.vim-product-grid--shop.is-list-view { display: block; border: 1px solid #dce2e7; }
.vim-product-grid--shop.is-list-view .vim-product-card { display: grid; min-height: 220px; grid-template-columns: 245px minmax(0, 1fr); border: 0; border-bottom: 1px solid #dce2e7; }
.vim-product-grid--shop.is-list-view .vim-product-card:last-child { border-bottom: 0; }
.vim-product-grid--shop.is-list-view .vim-product-card__media { height: 220px; padding: 20px; }
.vim-product-grid--shop.is-list-view .vim-product-card__body { min-height: 220px; padding: 33px 70px 24px 22px; }
.vim-product-grid--shop.is-list-view .vim-product-card h3 { min-height: 0; margin-right: 0; font-size: 17px; -webkit-line-clamp: 3; }
.vim-product-grid--shop.is-list-view .vim-product-card__price { margin-top: 8px; font-size: 20px; }
.vim-product-grid--shop.is-list-view .vim-product-card__actions { width: 230px; margin-top: 18px; }
.vim-product-grid--shop.is-list-view .vim-wish { top: 25px; right: 25px; }
.woocommerce-pagination ul { display: flex; justify-content: center; gap: 5px; padding: 28px 0 0; margin: 0; list-style: none; }
.woocommerce-pagination a, .woocommerce-pagination span { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--vim-line); border-radius: 4px; font-size: 11px; font-weight: 700; }
.woocommerce-pagination .current { color: #fff; background: #7650bb; border-color: #7650bb; }
.vim-category-description { padding: 38px 0 70px; border-top: 1px solid #dce2e7; }
.vim-category-description__eyebrow { margin: 0 0 7px; color: var(--vim-gold-dark); font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.vim-category-description h2 { margin-bottom: 15px; font-size: 28px; }
.vim-category-description > div { max-width: 980px; color: #4f5c66; font-size: 13px; line-height: 1.75; }
.vim-category-description > div p:last-child { margin-bottom: 0; }

/* Single product */
.vim-single-product { padding-bottom: 0; }
.vim-product-detail { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); align-items: start; gap: 55px; padding: 12px 0 72px; }
.vim-gallery { position: sticky; top: 18px; min-width: 0; }
.vim-gallery__main { display: grid; min-height: 570px; place-items: center; padding: 34px; background: #fff; border: 1px solid #e0e5e9; }
.vim-gallery__main img { width: 100%; height: 100%; object-fit: contain; }
.vim-gallery__thumbs { display: grid; grid-template-columns: repeat(6, minmax(0, 92px)); gap: 8px; margin-top: 12px; }
.vim-gallery__thumbs button { aspect-ratio: 1; padding: 8px; background: #fff; border: 1px solid var(--vim-line); border-radius: 4px; cursor: pointer; }
.vim-gallery__thumbs button.is-active { border-color: var(--vim-navy); box-shadow: inset 0 0 0 1px var(--vim-navy); }
.vim-gallery__thumbs img { width: 100%; height: 100%; object-fit: contain; }
.vim-product-summary { min-width: 0; padding-top: 4px; }
.vim-product-summary h1 { margin-bottom: 14px; font-size: clamp(31px, 3vw, 43px); line-height: 1.18; }
.vim-rating { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--vim-gold-dark); }
.vim-rating small { color: var(--vim-muted); font-size: 11px; }
.vim-product-intro { max-height: 250px; margin: 0 0 18px; overflow: auto; color: #4f5c66; font-size: 13px; line-height: 1.65; }
.vim-product-intro p { margin-bottom: 10px; }
.vim-product-intro ul { padding-left: 20px; margin: 8px 0; }
.vim-product-price { margin: 19px 0 22px; color: #081725; font-size: 32px; font-weight: 800; }
.vim-product-price ins { text-decoration: none; }
.vim-product-price del { margin-right: 8px; color: #969ea5; font-size: 18px; }
.vim-stock-panel { display: grid; padding: 17px 18px; margin-bottom: 18px; grid-template-columns: 1fr auto; align-items: center; gap: 2px 15px; background: #f6f8f9; border-left: 3px solid #4b995e; }
.vim-stock-panel strong { color: var(--vim-navy); font-size: 14px; }
.vim-stock-panel span { display: flex; align-items: center; gap: 7px; color: #357c48; font-size: 11px; font-weight: 700; }
.vim-stock-panel span i { width: 7px; height: 7px; background: currentColor; border-radius: 50%; }
.vim-stock-panel small { grid-column: 1 / -1; color: var(--vim-muted); font-size: 10px; }
.vim-stock-panel.is-out-of-stock { border-left-color: #a84545; }
.vim-stock-panel.is-out-of-stock span { color: #a84545; }
.vim-purchase-row { display: grid; grid-template-columns: minmax(0, 1fr) 165px; gap: 10px; margin-bottom: 18px; }
.vim-add-to-cart form.cart { display: flex; gap: 10px; margin: 0; }
.vim-add-to-cart .quantity input { width: 54px; height: 49px; text-align: center; border: 1px solid var(--vim-line); }
.vim-add-to-cart .vim-quantity-stepper { grid-template-columns: 36px 48px 36px; flex: 0 0 auto; border-radius: 5px; overflow: hidden; }
.vim-add-to-cart .vim-quantity-stepper input.qty { width: 48px; height: 49px; }
.woocommerce .vim-add-to-cart .single_add_to_cart_button { flex: 1; min-height: 49px; padding: 0 17px; color: #fff; background: #179848; border: 0; border-radius: 5px; font-size: 11px; font-weight: 800; letter-spacing: .02em; text-transform: none; cursor: pointer; }
.woocommerce .vim-add-to-cart .single_add_to_cart_button:hover { background: #117d3a; }
.vim-buy-now { display: flex; min-height: 49px; padding: 0 17px; align-items: center; justify-content: center; gap: 8px; color: #fff; background: #17222c; border-radius: 5px; font-size: 11px; font-weight: 800; }
.vim-buy-now:hover { background: var(--vim-navy); }
.vim-product-trade-links { display: flex; min-height: 66px; padding: 14px 18px; align-items: center; gap: 24px; margin-bottom: 14px; border: 1px solid var(--vim-line); border-radius: 5px; }
.vim-product-trade-links span { display: flex; align-items: center; gap: 9px; padding-right: 24px; border-right: 1px solid var(--vim-line); color: var(--vim-navy); font-size: 11px; }
.vim-product-trade-links a { color: var(--vim-navy); font-size: 11px; font-weight: 700; }
.vim-product-trade-links a:hover { color: var(--vim-gold-dark); }
.vim-product-utility { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; padding: 0 0 18px; border-bottom: 1px solid var(--vim-line); }
.vim-product-utility button, .vim-product-utility a, .vim-product-utility .wcboost-products-compare-button { display: flex; min-height: 45px; padding: 8px 10px; align-items: center; justify-content: center; gap: 7px; margin: 0; color: var(--vim-navy); background: #fff; border: 1px solid var(--vim-line); border-radius: 5px; cursor: pointer; font-size: 10px; font-weight: 700; text-align: center; }
.vim-product-utility button:hover, .vim-product-utility button.is-active, .vim-product-utility a:hover, .vim-product-utility .wcboost-products-compare-button:hover, .vim-product-utility .wcboost-products-compare-button.added { color: var(--vim-gold-dark); border-color: var(--vim-gold); }
.vim-product-utility .wcboost-products-compare-button__icon { margin: 0; }
.vim-product-utility button.is-active .vim-svg { fill: currentColor; }
.vim-product-meta { display: grid; gap: 8px; padding: 18px 0; color: var(--vim-muted); border-bottom: 1px solid var(--vim-line); font-size: 11px; }
.vim-product-meta b { color: var(--vim-navy); }
.vim-product-meta a { color: var(--vim-navy); }
.vim-product-meta a:hover { color: var(--vim-gold-dark); }
.vim-product-assurances { display: flex; flex-wrap: wrap; gap: 18px; padding: 18px 0 0; color: var(--vim-muted); font-size: 10px; }
.vim-product-assurances span { display: inline-flex; align-items: center; gap: 7px; }
.vim-product-assurances .vim-svg { color: var(--vim-gold-dark); font-size: 17px; }
.vim-product-content { padding: 0 0 60px; }
.vim-product-tabs { display: flex; gap: 38px; margin-bottom: 30px; border-bottom: 1px solid var(--vim-line); }
.vim-product-tabs button { position: relative; padding: 16px 0; color: #68737d; background: transparent; border: 0; cursor: pointer; font-size: 12px; font-weight: 500; }
.vim-product-tabs button::after { position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; background: var(--vim-gold-dark); content: ""; transform: scaleX(0); }
.vim-product-tabs button.is-active { color: var(--vim-navy); font-weight: 700; }
.vim-product-tabs button.is-active::after { transform: scaleX(1); }
.vim-review-stars { display: inline-flex; gap: 1px; margin-left: 8px; color: var(--vim-gold-dark); vertical-align: -.12em; }
.vim-review-stars .vim-svg { width: 12px; height: 12px; stroke-width: 1.2; }
.vim-product-tab-panel[hidden] { display: none; }
.vim-product-tab-panel { min-height: 250px; }
.vim-product-description { max-width: 880px; }
.vim-product-description img { height: auto; object-fit: contain; }
.vim-specifications { margin-top: 40px; }
.vim-product-tab-panel .vim-specifications { margin-top: 0; }
.vim-reviews .commentlist { padding: 0; list-style: none; }
.vim-reviews .comment_container { padding: 18px 0; border-bottom: 1px solid var(--vim-line); }
.vim-reviews .comment-form { max-width: 760px; }
.vim-reviews textarea, .vim-reviews input[type="text"], .vim-reviews input[type="email"] { width: 100%; padding: 12px; border: 1px solid var(--vim-line); }
.vim-reviews .comment-form-rating { margin: 20px 0; }
.vim-reviews .comment-form-rating > label { display: block; margin-bottom: 8px; color: var(--vim-navy); font-size: 11px; font-weight: 700; }
.vim-reviews p.stars { margin: 0; }
.vim-reviews p.stars span { display: inline-flex; gap: 4px; }
.vim-reviews p.stars a { position: relative; display: inline-grid; place-items: center; width: 36px; height: 36px; overflow: hidden; color: #a6afb6; border: 1px solid var(--vim-line); border-radius: 50%; outline: 0; text-indent: -999em; }
.vim-reviews p.stars a::before { position: absolute; inset: 0; display: grid; place-items: center; content: "☆"; font: 26px/1 Arial, sans-serif; text-indent: 0; }
.vim-reviews p.stars:hover a::before, .vim-reviews p.stars a:focus::before { color: var(--vim-gold-dark); content: "★"; }
.vim-reviews p.stars a:hover ~ a::before { color: #a6afb6; content: "☆"; }
.vim-reviews p.stars.selected a:not(.active)::before, .vim-reviews p.stars.selected a.active::before { color: var(--vim-gold-dark); content: "★"; }
.vim-reviews p.stars.selected a.active ~ a::before { color: #a6afb6; content: "☆"; }
.vim-reviews p.stars a:focus-visible { border-color: var(--vim-gold-dark); box-shadow: 0 0 0 3px rgba(213,164,72,.2); }
.vim-reviews .comment-form-rating select#rating { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.vim-spec-table-wrap { width: 100%; overflow-x: auto; border: 1px solid var(--vim-line); border-radius: 10px; background: #fff; box-shadow: 0 10px 30px rgba(0,34,53,.06); }
.vim-specifications table { width: 100%; border-collapse: collapse; }
.vim-specifications th, .vim-specifications td { padding: 14px 18px; border: 0; border-bottom: 1px solid var(--vim-line); text-align: left; vertical-align: top; }
.vim-specifications tr:last-child > * { border-bottom: 0; }
.vim-specifications tbody tr:nth-child(even):not(.vim-spec-table__group) { background: #f7f9fa; }
.vim-specifications th[scope="row"] { width: 32%; color: var(--vim-navy); font-weight: 700; }
.vim-specifications .vim-spec-table__group th { color: #fff; background: var(--vim-navy); font-size: 13px; letter-spacing: .04em; text-transform: uppercase; }
.vim-specifications .woocommerce-product-attributes { margin-top: 20px; border: 1px solid var(--vim-line); border-radius: 10px; overflow: hidden; }
.vim-related { padding: 60px 0 80px; border-top: 1px solid var(--vim-line); }
.vim-related > h2 { font-size: 42px; }

/* Woo cart, checkout, account and notices */
.woocommerce-cart main, .woocommerce-checkout main, .woocommerce-account main, .page-template-default main { min-height: 55vh; }
.woocommerce .woocommerce-notices-wrapper, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message { width: min(1180px, calc(100% - 40px)); margin: 24px auto; }
.woocommerce-error, .woocommerce-info, .woocommerce-message { padding: 15px 18px; background: #f1f6f8; border-top: 3px solid var(--vim-gold); list-style: none; }
.woocommerce table.shop_table { width: 100%; border-collapse: collapse; border: 1px solid var(--vim-line); }
.woocommerce table.shop_table th, .woocommerce table.shop_table td { padding: 15px; border-bottom: 1px solid var(--vim-line); text-align: left; }
.woocommerce-cart-form__cart-item .product-thumbnail { width: 115px; }
.woocommerce-cart-form__cart-item .product-thumbnail img { width: 90px; height: 90px; object-fit: contain; }
.woocommerce .quantity input { width: 70px; padding: 9px; border: 1px solid var(--vim-line); }
.woocommerce button.button, .woocommerce a.button, .woocommerce input.button, #place_order { padding: 13px 20px; color: #fff; background: var(--vim-navy); border: 0; cursor: pointer; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.cart-collaterals { display: flex; justify-content: flex-end; margin-top: 35px; }
.cart_totals { width: min(470px, 100%); padding: 28px; background: var(--vim-cream); }
.woocommerce form .form-row { margin: 0 0 15px; }
.woocommerce form .form-row label { display: block; color: var(--vim-navy); font-size: 11px; font-weight: 700; }
.woocommerce form .input-text, .woocommerce form select { width: 100%; padding: 12px; border: 1px solid var(--vim-line); }
.woocommerce-checkout #customer_details { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.woocommerce-checkout #order_review, .woocommerce-checkout #order_review_heading { width: 100%; }
.woocommerce-checkout #payment { margin-top: 25px; padding: 25px; background: var(--vim-cream); }
.woocommerce-checkout .wc_payment_methods { padding: 0; list-style: none; }
.woocommerce-checkout .payment_box { padding: 10px 0; color: var(--vim-muted); }
.entry-content { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 70px 0; }
.vim-page-shell { padding-top: 60px; padding-bottom: 80px; }

.woocommerce-cart .entry-content, .woocommerce-checkout .entry-content { width: min(1180px, calc(100% - 40px)); padding: 62px 0 85px; }
.vim-cart-heading { display: flex; align-items: center; justify-content: space-between; gap: 45px; margin-bottom: 50px; }
.vim-cart-heading h1 { margin: 0; font-size: clamp(43px, 5vw, 58px); }
.vim-checkout-steps { position: relative; display: grid; grid-template-columns: repeat(3, 120px); padding: 0; margin: 0; list-style: none; }
.vim-checkout-steps::before { position: absolute; top: 17px; right: 58px; left: 58px; height: 1px; background: #9ba4ab; content: ""; }
.vim-checkout-steps li { position: relative; display: grid; justify-items: center; gap: 7px; color: #5d6770; font-size: 12px; }
.vim-checkout-steps b { z-index: 1; display: grid; place-items: center; width: 35px; height: 35px; background: #fff; border: 1px solid #7e8992; border-radius: 50%; font-weight: 500; }
.vim-checkout-steps .is-active { color: var(--vim-gold-dark); }
.vim-checkout-steps .is-active b { color: #fff; background: var(--vim-gold-dark); border-color: var(--vim-gold-dark); }
.vim-cart-layout { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(290px, .8fr); align-items: start; gap: 28px; }
.vim-cart-layout > *, .vim-cart-form, .vim-order-summary { min-width: 0; }
.vim-cart-form, .vim-order-summary { border: 1px solid var(--vim-line); border-radius: 3px; }
.vim-cart-table-head { display: grid; grid-template-columns: 1fr 140px 120px; padding: 18px 22px; color: #fff; background: var(--vim-navy); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.vim-cart-table-head span:nth-child(2), .vim-cart-table-head span:nth-child(3) { text-align: center; }
.vim-cart-item { display: grid; grid-template-columns: 125px minmax(0, 1fr) 140px 120px; align-items: center; gap: 16px; margin: 0 22px; padding: 25px 0; border-bottom: 1px solid var(--vim-line); }
.vim-cart-item__image { display: grid; place-items: center; width: 115px; height: 115px; padding: 5px; background: #fafbfb; }
.vim-cart-item__image img { width: 100%; height: 100%; object-fit: contain; }
.vim-cart-item__copy h2 { margin: 0 0 8px; font-family: var(--vim-sans); font-size: 16px; line-height: 1.35; }
.vim-cart-item__copy { min-width: 0; overflow-wrap: anywhere; }
.vim-cart-item__copy small { color: var(--vim-muted); }
.vim-cart-item__quantity { text-align: center; }
.vim-quantity-stepper { display: inline-grid; grid-template-columns: 36px 54px 36px; align-items: stretch; max-width: 100%; border: 1px solid var(--vim-line); }
.vim-quantity-stepper .quantity { display: block; }
.vim-quantity-stepper input.qty { width: 54px; height: 42px; padding: 0 3px; text-align: center; border: 0; border-right: 1px solid var(--vim-line); border-left: 1px solid var(--vim-line); appearance: textfield; -moz-appearance: textfield; }
.vim-quantity-stepper input.qty::-webkit-inner-spin-button, .vim-quantity-stepper input.qty::-webkit-outer-spin-button { margin: 0; appearance: none; }
.vim-quantity-stepper > button { padding: 0; color: var(--vim-navy); background: #fff; border: 0; cursor: pointer; font-size: 19px; line-height: 1; }
.vim-quantity-stepper > button:hover { color: #fff; background: var(--vim-navy); }
.vim-add-to-cart form.cart { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.vim-cart-item__total { color: var(--vim-navy); font-size: 16px; font-weight: 700; text-align: right; }
.vim-cart-item__total .remove { display: block; margin-top: 9px; color: var(--vim-muted) !important; font-size: 11px; font-weight: 400; text-decoration: underline; }
.vim-cart-actions { display: flex; align-items: center; gap: 10px; padding: 20px 22px; }
.vim-auto-cart .vim-cart-actions [name="update_cart"] { display: none; }
.vim-cart-actions .coupon { display: flex; flex: 1; }
.vim-cart-actions .coupon input { min-width: 0; padding: 11px 12px; border: 1px solid var(--vim-line); }
.vim-cart-actions .button { min-height: 43px; }
.vim-continue-shopping { display: inline-flex; align-items: center; justify-content: center; min-height: 43px; padding: 9px 14px; border: 1px solid var(--vim-gold-dark); color: var(--vim-navy); font-size: 11px; font-weight: 600; }
.vim-order-summary { padding: 27px; }
.vim-order-summary .cart_totals { width: 100%; padding: 0; background: #fff; }
.vim-order-summary h2 { padding-bottom: 20px; border-bottom: 1px solid var(--vim-gold); font-size: 33px; }
.vim-order-summary table { border: 0 !important; }
.vim-order-summary table th, .vim-order-summary table td { border: 0 !important; }
.vim-order-summary .order-total th, .vim-order-summary .order-total td { padding-top: 24px !important; border-top: 1px solid var(--vim-line) !important; font-size: 21px; }
.vim-order-summary .checkout-button { display: flex !important; align-items: center; justify-content: center; min-height: 54px; color: var(--vim-navy) !important; background: var(--vim-gold) !important; }
.vim-cart-help { display: grid; grid-template-columns: .85fr 1.15fr; gap: 45px; margin-top: 70px; padding: 42px; border: 1px solid var(--vim-line); }
.vim-cart-help > div:first-child { padding-right: 40px; border-right: 1px solid var(--vim-line); }
.vim-cart-help strong { display: block; margin-bottom: 15px; color: var(--vim-navy); font: 600 27px var(--vim-serif); }
.vim-cart-help a { color: var(--vim-gold-dark); }
.vim-cart-help details { padding: 14px 0; border-bottom: 1px solid var(--vim-line); }
.vim-cart-help summary { color: var(--vim-navy); cursor: pointer; font-weight: 600; }
.vim-cart-help details p { padding-top: 10px; margin: 0; }

.vim-checkout-heading { margin-bottom: 42px; }
.woocommerce-checkout form.checkout { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr); align-items: start; gap: 42px; }
.woocommerce-checkout #customer_details { display: grid; grid-template-columns: 1fr 1fr; grid-column: 1; gap: 25px; padding: 32px; border: 1px solid var(--vim-line); }
.woocommerce-checkout #customer_details h3, .woocommerce-checkout #order_review_heading { font-size: 30px; }
.woocommerce-checkout #order_review_heading { grid-column: 2; grid-row: 1; margin: 0; padding: 30px 30px 0; background: var(--vim-cream); }
.woocommerce-checkout #order_review { grid-column: 2; grid-row: 1; margin-top: 72px; padding: 0 30px 30px; background: var(--vim-cream); }
.woocommerce-checkout #order_review table { background: #fff; }

/* Account */
.vim-account-hero { padding: 74px 0 66px; color: #dbe5eb; background: linear-gradient(115deg, #021a2d, #0a4666); }
.vim-account-hero h1 { color: #fff; font-size: clamp(48px, 6vw, 70px); }
.vim-account-hero > .vim-container > p:last-child { max-width: 620px; margin: 0; }
.vim-account-shell { min-height: 480px; padding-top: 64px; padding-bottom: 84px; }
.vim-account-shell .u-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 35px; }
.vim-account-shell .u-column1, .vim-account-shell .u-column2 { float: none; width: auto; }
.vim-account-shell .u-column1 > h2, .vim-account-shell .u-column2 > h2 { font-size: 38px; }
.vim-account-shell form.login, .vim-account-shell form.register { min-height: 100%; padding: 32px; margin: 0; background: var(--vim-cream); border: 1px solid var(--vim-line); border-radius: 0; }
.vim-account-shell form .woocommerce-form-row { margin-bottom: 17px; }
.vim-account-shell form label { color: var(--vim-navy); font-size: 11px; font-weight: 700; }
.vim-account-shell form input.input-text { padding: 13px; background: #fff; }
.vim-account-shell form.register .woocommerce-password-strength { display: block !important; min-height: 26px; }
.vim-password-requirement { display: block; margin-top: 7px; color: var(--vim-muted); font-size: 11px; line-height: 1.45; }
.password-input { position: relative; display: block; }
.password-input input { padding-right: 49px !important; }
.password-input .show-password-input { position: absolute; z-index: 3; top: 1px; right: 1px; bottom: 1px; display: grid; width: 44px; height: auto; place-items: center; color: var(--vim-navy); background: #fff; border-left: 1px solid var(--vim-line); cursor: pointer; opacity: 1; }
.password-input .show-password-input::before, .password-input .show-password-input::after { display: none !important; content: none !important; }
.password-input .show-password-input svg { width: 22px; height: 22px; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.password-input .show-password-input .vim-eye-slash { display: none; }
.password-input .show-password-input.display-password .vim-eye-slash { display: block; }
.password-input .show-password-input:hover, .password-input .show-password-input:focus-visible { color: var(--vim-gold-dark); outline: 2px solid var(--vim-gold); outline-offset: -3px; }
.vim-account-shell .woocommerce-MyAccount-navigation { float: left; width: 25%; }
.vim-account-shell .woocommerce-MyAccount-navigation ul { padding: 0; margin: 0; list-style: none; border-top: 3px solid var(--vim-gold); }
.vim-account-shell .woocommerce-MyAccount-navigation a { display: block; padding: 13px 15px; border-bottom: 1px solid var(--vim-line); }
.vim-account-shell .woocommerce-MyAccount-content { float: right; width: 70%; }
.vim-account-switch { display: none; padding-top: 20px; margin: 24px 0 0; border-top: 1px solid var(--vim-line); color: var(--vim-muted); font-size: 13px; }
.vim-account-switch button { padding: 0; color: var(--vim-gold-dark); background: transparent; border: 0; cursor: pointer; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

/* Footer */
.vim-footer { color: #bbc8d1; background: #001827; }
.vim-footer__grid { display: grid; grid-template-columns: 1.45fr repeat(4, 1fr); gap: 45px; padding: 68px 0 52px; }
.vim-footer__brand img { width: 220px; height: 68px; object-fit: cover; object-position: center; }
.vim-footer__brand p { max-width: 235px; margin-top: 16px; font-size: 13px; }
.vim-footer h3 { margin-bottom: 18px; color: #fff; font: 800 12px var(--vim-sans); letter-spacing: .08em; text-transform: uppercase; }
.vim-footer__grid > div:not(.vim-footer__brand) > a { display: block; padding: 5px 0; font-size: 12px; }
.vim-footer a:hover { color: var(--vim-gold); }
.vim-social { display: flex; gap: 8px; }
.vim-social a, .vim-social > span { display: grid; place-items: center; width: 31px; height: 31px; color: #fff; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; font-size: 15px; }
.vim-footer__contact a { display: flex !important; align-items: center; gap: 8px; }
.vim-footer__contact-info > a { padding: 5px 0; font-size: 12px; }
.vim-footer__address { display: flex; align-items: flex-start; gap: 8px; max-width: 250px; margin: 7px 0 0; font-size: 11px; line-height: 1.5; }
.vim-footer__address .vim-svg { margin-top: 2px; }
.vim-footer__contact .vim-svg { color: var(--vim-gold); font-size: 15px; }
.vim-newsletter h2 { display: flex; align-items: center; gap: 12px; }
.vim-newsletter h2 .vim-svg { color: var(--vim-gold); font-size: 25px; }
.vim-footer__bottom { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.12); font-size: 9px; letter-spacing: .05em; }
.vim-payment-logos { display: flex; align-items: center; justify-content: flex-end; gap: 8px; }
.vim-payment-logos img { width: auto; max-width: 58px; height: 22px; padding: 3px 6px; object-fit: contain; background: #fff; border-radius: 3px; }
.vim-payment-logos img:nth-child(3) { max-width: 70px; }
.vim-footer__partner-title { margin-top: 24px; margin-bottom: 9px !important; }
.vim-footer__partner { display: inline-flex !important; width: 175px; padding: 7px 9px !important; background: #fff; border-radius: 4px; }
.vim-footer__partner img { width: 100%; height: 42px; object-fit: contain; }
.vim-mobile-dock { display: none; }

/* Floating live support */
.vim-live-support { position: fixed; z-index: 320; right: 22px; bottom: 22px; }
.menu-open .vim-live-support { opacity: 0; pointer-events: none; }
.vim-live-support__toggle { display: flex; align-items: center; gap: 9px; min-height: 50px; padding: 10px 17px; color: #092237; background: var(--vim-gold); border: 0; border-radius: 28px; box-shadow: 0 13px 35px rgba(0,0,0,.25); cursor: pointer; font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.vim-live-support__toggle .vim-svg { width: 22px; height: 22px; }
.vim-live-support__panel { position: absolute; right: 0; bottom: 64px; width: min(370px, calc(100vw - 28px)); overflow: hidden; color: var(--vim-ink); background: #fff; border: 1px solid var(--vim-line); border-radius: 8px; box-shadow: 0 24px 65px rgba(0,0,0,.28); }
.vim-live-support__panel[hidden] { display: none; }
.vim-live-support__panel > header { display: grid; grid-template-columns: 42px 1fr 32px; align-items: center; gap: 10px; padding: 16px; color: #fff; background: var(--vim-navy); }
.vim-live-support__avatar { display: grid; place-items: center; width: 40px; height: 40px; color: var(--vim-navy); background: var(--vim-gold); border-radius: 50%; }
.vim-live-support__panel header strong, .vim-live-support__panel header small { display: block; line-height: 1.2; }
.vim-live-support__panel header strong { font-size: 13px; }
.vim-live-support__panel header small { margin-top: 3px; color: #cbd8e0; font-size: 9px; letter-spacing: .04em; text-transform: uppercase; }
.vim-live-support__panel header > button { color: #fff; background: transparent; border: 0; cursor: pointer; font-size: 27px; line-height: 1; }
.vim-live-support__messages { height: 255px; padding: 17px; overflow-y: auto; background: #f4f7f8; }
.vim-live-support__messages p { width: fit-content; max-width: 86%; padding: 10px 12px; margin: 0 0 10px; border-radius: 12px; font-size: 12px; line-height: 1.45; }
.vim-live-support__messages .is-agent { background: #fff; border: 1px solid var(--vim-line); border-bottom-left-radius: 3px; }
.vim-live-support__messages .is-customer { margin-left: auto; color: #fff; background: var(--vim-navy-2); border-bottom-right-radius: 3px; }
.vim-live-support__panel form { display: grid; grid-template-columns: 1fr auto; gap: 7px; padding: 12px; border-top: 1px solid var(--vim-line); }
.vim-live-support__panel form input { min-width: 0; padding: 10px 11px; border: 1px solid var(--vim-line); outline: 0; }
.vim-live-support__panel form input:focus { border-color: var(--vim-gold); }
.vim-live-support__panel form button { padding: 0 14px; color: #fff; background: var(--vim-navy); border: 0; cursor: pointer; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.vim-live-support__panel > footer { padding: 8px 12px; color: var(--vim-muted); background: #fff; border-top: 1px solid var(--vim-line); font-size: 8px; text-align: center; }
.vim-live-support__panel > footer span { display: inline-block; width: 6px; height: 6px; margin-right: 5px; background: #d19a33; border-radius: 50%; }

@media (min-width: 821px) and (max-width: 1100px) {
	.vim-nav { grid-template-columns: 195px 1fr auto; gap: 18px; }
	.vim-logo { width: 185px; height: 58px; }
	.vim-nav-list { gap: 16px; }
	.vim-nav-list a { font-size: 12px; letter-spacing: .03em; }
	.vim-icon-button { width: 34px; }
	.vim-header-action-copy { display: none; }
	.vim-account-link, .vim-cart-link { min-width: 0; width: 34px; }
	.vim-footer__grid { gap: 24px; }
	.vim-footer__brand img { width: 170px; height: 54px; }
	.vim-benefit { grid-template-columns: 45px 1fr; gap: 12px; padding-inline: 20px; }
	.vim-icon { width: 44px; height: 44px; }
	.vim-home-category-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
	.home .vim-home-product-section .vim-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
	.vim-home-brand-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	.vim-shop-layout { grid-template-columns: 220px minmax(0, 1fr); gap: 22px; }
	.vim-product-grid--shop { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.vim-shop-show { display: none; }
}

@media (max-width: 820px) {
	.vim-nav { grid-template-columns: minmax(0, 1fr) auto auto; }
	.vim-logo { width: 190px; height: 60px; }
	.vim-logo { grid-column: 1; grid-row: 1; }
	.vim-nav-actions { grid-column: 2; grid-row: 1; }
	.vim-menu-toggle { display: block; grid-column: 3; grid-row: 1; justify-self: end; cursor: pointer; }
	.vim-primary-nav { position: fixed; z-index: 110; top: 122px; right: 0 !important; bottom: 0; left: auto !important; display: block; justify-self: auto; width: min(360px, 100vw); padding: 20px 28px 34px; margin: 0; background: var(--vim-navy); border-top: 2px solid var(--vim-gold); box-shadow: -18px 22px 45px rgba(0,0,0,.28); overflow-y: auto; visibility: hidden; pointer-events: none; transform: translateX(100%); transition: transform .25s ease, visibility .25s ease; }
	.menu-open .vim-primary-nav { visibility: visible; pointer-events: auto; transform: translateX(0); }
	.vim-nav-list { display: block; }
	.vim-nav-list li { margin: 0; }
	.vim-nav-list a { display: flex; align-items: center; min-height: 56px; padding: 14px 4px; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 13px; letter-spacing: .075em; }
	.vim-nav-list a::after { display: none; }
	.vim-nav-actions { justify-self: end; }
	.vim-category-strip__grid { grid-template-columns: repeat(3, 1fr); }
	.vim-product-grid--four { grid-template-columns: repeat(2, 1fr); }
	.home .vim-section--products .vim-product-grid, .page-template-page-brands .vim-section--products .vim-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.vim-footer__grid { grid-template-columns: 1.4fr repeat(2, 1fr); }
	.vim-benefit { grid-template-columns: 48px 1fr; gap: 13px; padding-inline: 20px; }
	.vim-shop-layout { grid-template-columns: 190px minmax(0, 1fr); gap: 18px; }
	.vim-product-grid--shop { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.vim-shop-toolbar { padding-inline: 12px; }
	.vim-shop-show { display: none; }
	.vim-cart-layout { grid-template-columns: 1fr; }
	.vim-order-summary { margin: 0; }
	.woocommerce-checkout form.checkout { grid-template-columns: 1fr; }
	.woocommerce-checkout #customer_details, .woocommerce-checkout #order_review_heading, .woocommerce-checkout #order_review { grid-column: 1; grid-row: auto; }
	.woocommerce-checkout #order_review { margin-top: -17px; }
	.vim-home-slider, .vim-home-slider__slides, .vim-home-slide { min-height: 540px; }
	.vim-home-slider__arrow { width: 38px; height: 38px; }
	.vim-home-slider__arrow--prev { left: 10px; }
	.vim-home-slider__arrow--next { right: 10px; }
	.vim-home-category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.home .vim-home-product-section .vim-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.vim-home-feature { min-height: 280px; padding: 28px; }
	.vim-home-promo-grid .vim-container { gap: 12px; }
	.vim-home-promo { min-height: 200px; padding: 20px; }
	.vim-home-promo h2 { font-size: 25px; }
	.vim-home-brand-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
	body { padding-bottom: calc(68px + env(safe-area-inset-bottom)); }
	.vim-toast { right: 14px; bottom: calc(140px + env(safe-area-inset-bottom)); left: auto; width: max-content; max-width: min(330px, calc(100% - 28px)); }
	.vim-live-support { right: 12px; bottom: calc(80px + env(safe-area-inset-bottom)); }
	.vim-live-support__toggle { width: 48px; height: 48px; min-height: 48px; padding: 0; justify-content: center; }
	.vim-live-support__toggle > span { display: none; }
	.vim-live-support__panel { width: calc(100vw - 24px); max-height: calc(100vh - 170px); }
	.vim-live-support__messages { height: min(255px, calc(100vh - 365px)); min-height: 150px; }
	.vim-container { width: min(calc(100% - 28px), 1320px); }
	.vim-section { padding: 60px 0; }
	.vim-topbar__inner { justify-content: center; text-align: center; }
	.vim-topbar a { display: none; }
	.vim-nav { grid-template-columns: minmax(0, 1fr) auto auto; min-height: 76px; gap: 6px; }
	.vim-logo { width: 150px; height: 48px; }
	.vim-primary-nav { top: 110px; }
	.vim-nav-actions .vim-icon-button:not(.vim-cart-link) { display: none; }
	.vim-icon-button { width: 32px; }
	.vim-header-action-copy { display: none; }
	.vim-cart-link { min-width: 0; width: 32px; }
	.vim-search-panel { position: fixed; z-index: 240; top: auto; right: 0; bottom: calc(68px + env(safe-area-inset-bottom)); left: 0; }
	.vim-mobile-dock { position: fixed; z-index: 230; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); min-height: calc(68px + env(safe-area-inset-bottom)); padding: 7px 5px env(safe-area-inset-bottom); color: #5e6975; background: #fff; border-top: 1px solid var(--vim-line); box-shadow: 0 -8px 25px rgba(3,31,53,.13); }
	.vim-mobile-dock a, .vim-mobile-dock button { position: relative; display: flex; min-width: 0; padding: 2px; flex-direction: column; align-items: center; justify-content: center; gap: 3px; color: inherit; background: transparent; border: 0; cursor: pointer; }
	.vim-mobile-dock .vim-svg { width: 23px; height: 23px; }
	.vim-mobile-dock span { font-size: 9px; font-weight: 700; letter-spacing: .04em; line-height: 1; text-transform: uppercase; }
	.vim-mobile-dock .is-active { color: var(--vim-gold-dark); }
	.vim-mobile-dock__wishlist b { position: absolute; top: 0; left: calc(50% + 7px); display: grid; place-items: center; min-width: 15px; height: 15px; padding: 0 3px; color: #fff; background: var(--vim-gold-dark); border-radius: 20px; font-size: 8px; }
	.vim-hero { min-height: 580px; background-position: 65% center; }
	.vim-hero::before { background: linear-gradient(90deg, rgba(0,20,36,.93), rgba(0,25,43,.68)); }
	.vim-hero h1 { font-size: 46px; }
	.vim-subhero { min-height: 330px; background-position: 62% center; }
	.vim-subhero h1 { font-size: 47px; }
	.vim-category-strip__grid { grid-template-columns: repeat(2, 1fr); }
	.vim-product-grid, .vim-category-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
	.home .vim-section--products .vim-product-grid, .page-template-page-brands .vim-section--products .vim-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.vim-product-card__body { padding: 15px; }
	.vim-product-card h3 { font-size: 14px; }
	.vim-product-card__actions { grid-template-columns: 37px 1fr; }
	.vim-benefits__grid { grid-template-columns: 1fr; gap: 25px; }
	.vim-benefit { padding: 0 10px; border: 0; }
	.vim-story-panel, .vim-about-story, .vim-dark-feature { grid-template-columns: 1fr; }
	.vim-story-panel__image, .vim-about-story__image, .vim-dark-feature__image { min-height: 360px; }
	.vim-story-panel__inner, .vim-about-story__copy, .vim-dark-feature > div:last-child { width: auto; padding: 55px 28px; }
	.vim-newsletter__inner, .vim-contact__grid { grid-template-columns: minmax(0, 1fr); }
	.vim-newsletter__inner { gap: 18px; }
	.vim-brand-directory { grid-template-columns: repeat(2, 1fr); }
	.vim-brand-group > div { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.vim-stats .vim-container { grid-template-columns: 1fr 1fr; gap: 30px 0; }
	.vim-stats .vim-container > div:nth-child(2) { border: 0; }
	.vim-values .vim-container { grid-template-columns: 1fr; }
	.vim-ready { flex-direction: column; text-align: center; }
	.vim-contact-form { padding: 28px 20px; }
	.vim-form-grid { grid-template-columns: 1fr; gap: 0; }
	.vim-location .vim-container { grid-template-columns: 1fr; }
	.vim-location__store img { height: auto; aspect-ratio: 16 / 10; }
	.vim-policy-shell { padding-top: 45px; padding-bottom: 64px; }
	.vim-policy-help { grid-template-columns: 48px 1fr; padding: 23px 20px; }
	.vim-policy-help .vim-button { grid-column: 1 / -1; }
	.vim-shipping-partner { align-items: flex-start; flex-direction: column; padding: 25px 20px; }
	.vim-shipping-partner > a { width: 100%; flex-basis: auto; }
	.vim-blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
	.vim-shop-page > .vim-container { width: min(calc(100% - 28px), 1450px); }
	.vim-breadcrumb { padding: 18px 0; font-size: 10px; }
	.vim-shop-layout { grid-template-columns: 1fr; }
	.vim-filter-toggle { display: flex; min-height: 46px; padding: 0 16px; align-items: center; justify-content: space-between; width: 100%; color: #fff; background: var(--vim-navy); border: 0; border-radius: 5px; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
	.vim-filter-toggle b { color: var(--vim-gold); font-size: 19px; }
	.vim-shop-sidebar { position: static; display: none; grid-template-columns: 1fr 1fr; gap: 0 18px; padding: 22px 18px 0; margin-top: -18px; background: #fff; border: 1px solid var(--vim-line); border-top: 0; }
	.vim-shop-sidebar.is-open { display: grid; }
	.vim-shop-filter-group { margin-bottom: 18px; }
	.vim-shop-promo { display: none; }
	.vim-shop-toolbar { min-height: 52px; margin-top: -6px; }
	.vim-shop-toolbar__controls { gap: 8px; }
	.vim-shop-sort > span, .vim-shop-view { display: none; }
	.vim-shop-toolbar select { min-width: 130px; max-width: 145px; }
	.vim-product-grid--shop { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; }
	.vim-product-grid--shop .vim-product-card { min-height: 355px; }
	.vim-product-grid--shop .vim-product-card__media { height: 205px; padding: 18px 13px 8px; }
	.vim-product-grid--shop .vim-product-card__body { min-height: 149px; padding: 9px 11px 12px; }
	.vim-product-grid--shop .vim-product-card h3 { min-height: 39px; margin: 0 24px 7px 0; font-size: 11px; line-height: 1.35; }
	.vim-product-grid--shop .vim-product-card__price { font-size: 15px; }
	.vim-product-grid--shop .vim-wish { top: 10px; right: 8px; width: 29px; min-height: 29px; font-size: 20px; }
	.vim-product-grid--shop .vim-card-compare { top: 42px; right: 8px; width: 29px; min-height: 29px; }
	.vim-product-grid--shop .vim-product-card__actions { margin-top: 8px; }
	.vim-product-grid--shop .vim-product-card__actions .button { min-height: 34px; padding: 0 10px; font-size: 9px; }
	.vim-product-grid--shop .vim-product-card__actions .button::after { font-size: 16px; }
	.vim-product-grid--shop.is-list-view { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.vim-product-grid--shop.is-list-view .vim-product-card { display: flex; min-height: 355px; }
	.vim-product-grid--shop.is-list-view .vim-product-card__media { height: 205px; }
	.vim-product-grid--shop.is-list-view .vim-product-card__body { min-height: 149px; padding: 9px 11px 12px; }
	.vim-product-grid--shop.is-list-view .vim-product-card h3 { min-height: 39px; margin-right: 24px; font-size: 11px; }
	.vim-product-grid--shop.is-list-view .vim-product-card__price { margin: 0; font-size: 15px; }
	.vim-product-grid--shop.is-list-view .vim-product-card__actions { width: auto; margin-top: 8px; }
	.vim-product-grid--shop.is-list-view .vim-wish { top: 10px; right: 8px; }
	.vim-category-description { padding-top: 28px; }
	.vim-category-description h2 { font-size: 24px; }
	.vim-product-detail { grid-template-columns: 1fr; gap: 30px; }
	.vim-gallery { position: static; }
	.vim-gallery__main { min-height: 0; aspect-ratio: 1; padding: 20px; }
	.vim-gallery__thumbs { grid-template-columns: repeat(5, minmax(0, 1fr)); }
	.vim-product-summary h1 { font-size: 38px; }
	.vim-product-intro { max-height: none; }
	.vim-purchase-row { grid-template-columns: minmax(0, 1fr) 145px; }
	.vim-product-trade-links { align-items: flex-start; flex-direction: column; gap: 12px; }
	.vim-product-trade-links span { padding: 0; border: 0; }
	.vim-product-utility { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	.vim-product-utility button, .vim-product-utility a, .vim-product-utility .wcboost-products-compare-button { padding-inline: 6px; }
	.vim-product-tabs { gap: 22px; overflow-x: auto; }
	.vim-product-tabs button { flex: 0 0 auto; }
	.vim-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 28px; text-align: left; }
	.vim-footer__brand { grid-column: 1 / -1; text-align: center; }
	.vim-footer__contact { display: contents; }
	.vim-footer__contact-info { text-align: left; }
	.vim-footer__contact-info > a { justify-content: flex-start; }
	.vim-footer__address { max-width: none; }
	.vim-footer__shipping-partner { grid-column: 1 / -1; text-align: center; }
	.vim-footer__brand img { margin-inline: auto; }
	.vim-footer__brand p { margin-right: auto; margin-left: auto; }
	.vim-social, .vim-payment-logos { justify-content: center; }
	.vim-footer__shipping-partner .vim-footer__partner { justify-content: center; }
	.vim-footer__partner { margin-inline: auto; }
	.vim-footer__bottom { flex-direction: column; }
	.vim-footer__bottom { align-items: center; text-align: center; }
	.vim-payment-logos { flex-wrap: wrap; }
	.woocommerce-checkout #customer_details { grid-template-columns: 1fr; }
	.vim-account-shell .u-columns { grid-template-columns: 1fr; }
	.vim-account-switch-ready .vim-account-shell .u-column2 { display: none; }
	.vim-account-switch-ready .vim-account-shell .u-columns.is-registering .u-column1 { display: none; }
	.vim-account-switch-ready .vim-account-shell .u-columns.is-registering .u-column2 { display: block; }
	.vim-account-switch-ready .vim-account-switch { display: block; }
	.vim-account-shell form.login, .vim-account-shell form.register { min-height: 0; padding: 25px 20px; }
	.vim-account-shell .woocommerce-MyAccount-navigation, .vim-account-shell .woocommerce-MyAccount-content { float: none; width: 100%; }
	.vim-account-shell .woocommerce-MyAccount-navigation { margin-bottom: 35px; }
	.vim-cart-heading { align-items: flex-start; flex-direction: column; }
	.vim-checkout-steps { width: 100%; grid-template-columns: repeat(3, 1fr); }
	.vim-cart-table-head { display: none; }
	.vim-cart-item { grid-template-columns: 90px 1fr; margin: 0 16px; }
	.vim-cart-item__image { width: 85px; height: 85px; }
	.vim-cart-item__quantity { grid-column: 2; text-align: left; }
	.vim-cart-item__total { grid-column: 2; text-align: left; }
	.vim-cart-actions { align-items: stretch; flex-direction: column; }
	.vim-cart-actions .coupon { width: 100%; }
	.vim-cart-actions .coupon input { flex: 1; }
	.vim-cart-help { grid-template-columns: 1fr; padding: 28px 20px; }
	.vim-cart-help > div:first-child { padding-right: 0; padding-bottom: 25px; border-right: 0; border-bottom: 1px solid var(--vim-line); }
	.vim-home-slider, .vim-home-slider__slides, .vim-home-slide { min-height: 555px; }
	.vim-home-slide { align-items: flex-end; background-color: var(--vim-navy); background-position: top center; background-repeat: no-repeat; background-size: 100% auto; }
	.vim-home-slide::before { background: linear-gradient(180deg, rgba(0,23,39,.02) 0, rgba(0,23,39,.18) 22%, rgba(0,23,39,.96) 42%, #031f35 62%); }
	.vim-home-slide__content { padding-top: 215px; padding-bottom: 64px; }
	.vim-home-slide__content h1, .vim-home-slide__content h2 { max-width: 520px; font-size: 43px; }
	.vim-home-slide__content > p:not(.vim-eyebrow) { font-size: 14px; line-height: 1.5; }
	.vim-home-slider__arrow { top: 168px; }
	.vim-home-slider__dots { bottom: 18px; }
	.vim-home-section-heading { align-items: flex-start; }
	.vim-home-section-heading--showcase > div { padding-left: 16px; }
	.vim-home-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.vim-home-category { min-height: 205px; }
	.vim-home-category__image { height: 132px; }
	.vim-home-category__copy { min-height: 73px; padding: 11px 12px 13px; }
	.vim-home-feature-pair .vim-container { grid-template-columns: 1fr; }
	.vim-home-feature { min-height: 260px; }
	.home .vim-home-product-section .vim-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.vim-home-promo-grid .vim-container { grid-template-columns: 1fr; }
	.vim-home-promo { min-height: 205px; }
	.vim-home-shipping-callout .vim-container { align-items: flex-start; flex-direction: column; gap: 25px; }
	.vim-home-brand-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 460px) {
	.vim-button-row .vim-button { width: 100%; }
	.vim-category-strip__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
	.vim-product-grid, .vim-product-grid--four, .home .vim-section--products .vim-product-grid, .page-template-page-brands .vim-section--products .vim-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
	.vim-category-cards { grid-template-columns: 1fr; }
	.vim-category-card h2, .vim-category-card__body > p { min-height: 0; }
	.vim-category-card__image { height: 220px; }
	.vim-product-card__media, .home .vim-section--products .vim-product-card__media, .page-template-page-brands .vim-product-card__media { padding: 8px; }
	.vim-product-card__body, .home .vim-section--products .vim-product-card__body, .page-template-page-brands .vim-product-card__body { padding: 9px; }
	.vim-product-card__category, .vim-product-card__category a { font-size: 8px; letter-spacing: .045em; }
	.vim-product-card h3, .home .vim-section--products .vim-product-card h3, .page-template-page-brands .vim-product-card h3 { min-height: 56px; margin: 6px 0 8px; font-size: 12px; line-height: 1.4; }
	.vim-product-card__price { font-size: 13px; }
	.vim-product-card__actions, .home .vim-section--products .vim-product-card__actions { grid-template-columns: 30px minmax(0, 1fr); gap: 4px; margin-top: 11px; }
	.vim-product-card__actions .button, .home .vim-section--products .vim-product-card__actions .button, .vim-wish { min-height: 34px; padding-inline: 3px; font-size: 7px; letter-spacing: .03em; }
	.vim-wish .vim-svg { width: 16px; height: 16px; }
	.vim-card-shop-link { font-size: 8px; }
	.vim-category-tile { min-height: 250px; padding: 175px 12px 14px; }
	.vim-category-tile img { top: 10px; right: 10px; left: 10px; width: calc(100% - 20px); height: 150px; }
	.vim-category-tile h2 { font-size: 17px; }
	.vim-section-heading { align-items: flex-start; flex-direction: column; }
	.vim-section-heading > a { margin-top: -10px; }
	.vim-expert-cta .vim-container { align-items: flex-start; flex-direction: column; }
	.vim-brand-directory { grid-template-columns: 1fr 1fr; }
	.vim-shop-sidebar { grid-template-columns: 1fr; }
	.vim-shop-toolbar { align-items: center; flex-direction: row; padding-bottom: 0; }
	.vim-shop-toolbar__count { font-size: 10px; }
	.vim-shop-toolbar select { min-width: 112px; max-width: 122px; font-size: 10px; }
	.vim-product-grid--shop { gap: 0; }
	.vim-product-grid--shop .vim-product-card__media { height: 176px; padding: 15px 10px 6px; }
	.vim-product-grid--shop .vim-product-card { min-height: 330px; }
	.vim-product-summary h1 { font-size: 31px; }
	.vim-purchase-row { grid-template-columns: 1fr; }
	.vim-buy-now { min-height: 46px; }
	.vim-product-utility { grid-template-columns: 1fr; }
	.vim-product-utility button, .vim-product-utility a, .vim-product-utility .wcboost-products-compare-button { justify-content: flex-start; padding-inline: 14px; }
	.woocommerce-pagination ul.page-numbers { display: flex; flex-wrap: wrap; justify-content: center; gap: 5px; }
	.woocommerce-pagination ul.page-numbers li { margin: 0; }
	.vim-cart-actions .coupon { flex-wrap: wrap; }
	.vim-cart-actions .coupon input, .vim-cart-actions .coupon .button { width: 100%; }
	.vim-order-summary { padding: 20px 16px; overflow-wrap: anywhere; }
	.vim-newsletter form { width: 100%; }
	.vim-newsletter button { padding-inline: 16px; }
	.vim-story-panel__inner { max-width: 100%; overflow-wrap: anywhere; }
	.vim-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 18px; }
	.vim-footer__brand { grid-column: 1 / -1; text-align: center; }
	.vim-footer__grid > div:not(.vim-footer__brand):not(.vim-footer__contact) { text-align: left; }
	.vim-footer__bottom { text-align: center; }
	.vim-footer__brand img { margin-inline: auto; }
	.vim-footer__brand p { margin-right: auto; margin-left: auto; }
	.vim-social, .vim-payment-logos { justify-content: center; }
	.vim-footer__contact-info > a { justify-content: flex-start; }
	.vim-footer__bottom { align-items: center; }
	.vim-payment-logos img { max-width: 48px; height: 20px; padding-inline: 4px; }
	.vim-payment-logos img:nth-child(3) { max-width: 58px; }
	.vim-blog-grid { grid-template-columns: 1fr; }
	.vim-home-slider, .vim-home-slider__slides, .vim-home-slide { min-height: 570px; }
	.vim-home-slide__content { padding-top: 205px; padding-bottom: 58px; }
	.vim-home-slide__content h1, .vim-home-slide__content h2 { margin-bottom: 13px; font-size: 37px; }
	.vim-home-slide__content .vim-eyebrow { margin-bottom: 10px; }
	.vim-home-slider__arrow { top: 145px; width: 34px; height: 34px; }
	.vim-home-section-heading { flex-direction: column; gap: 6px; }
	.vim-home-section-heading > a { margin-bottom: 0; }
	.vim-home-categories { padding-top: 34px; }
	.vim-home-categories { padding-bottom: 54px; }
	.vim-home-category__image { height: 124px; }
	.vim-home-category__copy strong { font-size: 11px; }
	.vim-home-category__copy small { font-size: 8px; }
	.vim-home-category__copy b { width: 27px; height: 27px; }
	.vim-home-brand__logo { min-height: 92px; padding-inline: 14px; }
	.vim-home-brand__copy { min-height: 50px; padding-inline: 10px; }
	.vim-home-brand__copy strong { font-size: 10px; }
	.vim-home-brand__copy small { font-size: 7px; }
	.vim-home-feature { padding: 24px; }
	.home .vim-home-product-section { padding: 44px 0 48px; }
	.vim-home-shipping-callout { padding: 44px 0; }
}

@media (max-width: 360px) {
	.vim-logo { width: 132px; height: 43px; }
	.vim-nav-actions { gap: 0; }
	.vim-icon-button { width: 28px; font-size: 20px; }
	.vim-menu-toggle { padding: 5px; }
	.vim-menu-toggle span { width: 22px; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
