/*
Theme Name: FusionVarsity
Theme URI: https://fusionvarsity.com
Author: FusionVarsity Digital
Author URI: https://fusionvarsity.com
Description: Custom WooCommerce storefront theme for FusionVarsity — genuine Windows keys, software and digital tech gear. Built with a dynamic hero slider (Customizer or Slider Revolution shortcode fallback), WooCommerce-powered product grids, and full shop/cart/checkout styling.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
Requires Plugins: woocommerce
Text Domain: fusionvarsity
Tags: e-commerce, woocommerce, custom-menu, featured-images, full-width-template

FusionVarsity WordPress Theme, (C) 2026 FusionVarsity Digital
FusionVarsity is distributed under the terms of the GNU GPL.
*/

/* ==========================================================================
   0. RESET / BASE
   ========================================================================== */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Josefin Sans', 'Segoe UI', system-ui, sans-serif;
}
body {
  background: #f5f6f8;
  font-family: 'Josefin Sans', 'Segoe UI', system-ui, sans-serif;
}
a { font-family: 'Josefin Sans', sans-serif; }
img { max-width: 100%; height: auto; display: block; }
.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px;
  overflow: hidden;
  clip: rect(1px,1px,1px,1px);
  white-space: nowrap;
}

/* ==========================================================================
   1. HEADER
   ========================================================================== */
.fv-header { background: #1a2e5a; padding: 0 2rem; display: flex; align-items: center; justify-content: space-between; height: 72px; }
.fv-logo { display: flex; flex-direction: column; text-decoration: none; }
.fv-logo-main { color: #fff; font-size: 26px; font-weight: 700; letter-spacing: -0.5px; font-style: italic; }
.fv-logo-sub { color: #7eb8f7; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; }
.fv-logo img.custom-logo { max-height: 44px; width: auto; }

/* Search bar — intentionally taller than the original mock (was ~40px, now 52px) */
.fv-search { flex: 1; max-width: 520px; margin: 0 2rem; display: flex; border-radius: 8px; overflow: hidden; height: 52px; }
.fv-search input { flex: 1; padding: 0 1.1rem; font-size: 15px; border: none; outline: none; color: #222; height: 100%; }
.fv-search button { background: #2e6de8; border: none; color: #fff; padding: 0 1.3rem; cursor: pointer; font-size: 19px; display: flex; align-items: center; height: 100%; }

.fv-header-icons { display: flex; gap: 1.8rem; align-items: center; }
.fv-icon-link { display: flex; flex-direction: column; align-items: center; color: #fff; font-size: 10px; gap: 3px; cursor: pointer; text-decoration: none; position: relative; }
.fv-icon-link i { font-size: 22px; }
.fv-icon-count {
  position: absolute; top: -6px; right: -10px;
  background: #e74c3c; color: #fff; font-size: 10px; font-weight: 700;
  min-width: 16px; height: 16px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; padding: 0 3px;
}

/* ==========================================================================
   2. NAV
   ========================================================================== */
.fv-nav { background: #1a2e5a; border-top: 1px solid rgba(255,255,255,0.12); padding: 0; display: flex; justify-content: center; }
.fv-nav-item { color: #fff; font-size: 17px; font-weight: 700; padding: 15px 1.6rem; cursor: pointer; border-right: 1px solid rgba(255,255,255,0.12); white-space: nowrap; display: flex; align-items: center; gap: 5px; text-decoration: none; position: relative; }
.fv-nav-item:hover, .fv-nav-item.current-menu-item { background: rgba(255,255,255,0.09); }
.fv-nav > li:first-child > .fv-nav-item, .fv-nav > .fv-nav-item:first-child { border-left: 1px solid rgba(255,255,255,0.12); }
.fv-nav ul { list-style: none; display: flex; }

/* dropdowns (from WP submenus) */
.fv-dropdown {
  display: none; position: absolute; top: 100%; left: 0; min-width: 220px;
  background: #fff; border: 1px solid #e2e5ec; border-top: 3px solid #2e6de8;
  border-radius: 0 0 10px 10px; box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  z-index: 999; padding: 0.5rem 0; list-style: none; flex-direction: column;
}
li.menu-item-has-children:hover > .fv-dropdown,
li.page_item_has_children:hover > .fv-dropdown { display: flex; }
.fv-dropdown a {
  display: flex; align-items: center; gap: 10px; padding: 10px 18px;
  color: #333; font-size: 13px; font-weight: 500; text-decoration: none;
  border-bottom: 1px solid #f0f2f5;
}
.fv-dropdown li:last-child a { border-bottom: none; }
.fv-dropdown a:hover { background: #f0f5ff; color: #2e6de8; }

/* PROMO BAR */
.fv-promo-bar { background: #fff; display: flex; justify-content: center; gap: 3rem; padding: 10px 2rem; border-bottom: 1px solid #e2e5ec; flex-wrap: wrap; }
.fv-promo-link { color: #1a2e5a; font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; cursor: pointer; text-decoration: none; }
.fv-promo-link:hover { color: #2e6de8; }

/* ==========================================================================
   3. HERO SLIDER
   ========================================================================== */
.fv-slider { position: relative; width: 100%; height: 460px; overflow: hidden; }
.fv-slides { display: flex; width: 100%; height: 100%; transition: transform 0.7s cubic-bezier(.77,0,.18,1); }
.fv-slide { min-width: 100%; height: 100%; position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; background-size: cover; background-position: center; }

.fv-slide-1 { background-color: #1a2e5a; background-image: linear-gradient(125deg, #07142e 0%, #1a2e5a 50%, #22408a 100%); }
.fv-slide-2 { background-color: #163566; background-image: linear-gradient(125deg, #0a1d40 0%, #163566 50%, #1e4a8f 100%); }
.fv-slide-3 { background-color: #0e2248; background-image: linear-gradient(125deg, #051020 0%, #0e2248 50%, #1a3470 100%); }
.fv-slide-4 { background-color: #1e3d80; background-image: linear-gradient(125deg, #0d2050 0%, #1e3d80 50%, #2a55b0 100%); }

.fv-slide-deco { position: absolute; right: 0; top: 0; width: 50%; height: 100%; opacity: 0.12; display: flex; align-items: center; justify-content: center; }
.fv-slide-deco i { font-size: 280px; color: #fff; }

.fv-slide-content { position: relative; z-index: 2; text-align: center; padding: 0 2rem; max-width: 800px; opacity: 0; transform: translateY(28px); transition: opacity 0.55s ease 0.25s, transform 0.55s ease 0.25s; }
.fv-slide.is-active .fv-slide-content { opacity: 1; transform: translateY(0); }
.fv-slide-tag { display: inline-block; background: rgba(255,255,255,0.15); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; padding: 6px 18px; border-radius: 30px; margin-bottom: 1.4rem; border: 1px solid rgba(255,255,255,0.25); }
.fv-slide-title { color: #fff; font-size: 56px; font-weight: 900; line-height: 1.0; text-transform: uppercase; letter-spacing: -1.5px; margin-bottom: 1rem; }
.fv-slide-title em { font-style: normal; }
.fv-slide-sub { color: rgba(255,255,255,0.75); font-size: 18px; line-height: 1.6; margin-bottom: 2rem; }
.fv-slide-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.fv-slide-btn { display: inline-block; background: #2e6de8; color: #fff; padding: 14px 36px; border-radius: 30px; font-weight: 700; font-size: 14px; letter-spacing: 1px; cursor: pointer; border: none; text-transform: uppercase; text-decoration: none; transition: background 0.2s; }
.fv-slide-btn:hover { background: #1a55c4; }
.fv-slide-btn-ghost { display: inline-block; background: transparent; color: #fff; padding: 13px 36px; border-radius: 30px; font-weight: 700; font-size: 14px; letter-spacing: 1px; cursor: pointer; border: 2px solid rgba(255,255,255,0.45); text-transform: uppercase; text-decoration: none; transition: background 0.2s; }
.fv-slide-btn-ghost:hover { background: rgba(255,255,255,0.12); }

.fv-slide-1 .fv-slide-tag { background: rgba(46,109,232,0.35); border-color: rgba(100,160,255,0.6); }
.fv-slide-1 .fv-slide-title em { color: #7eb8f7; }
.fv-slide-2 .fv-slide-btn { background: #2a6fd4; } .fv-slide-2 .fv-slide-btn:hover { background: #1a55b0; }
.fv-slide-2 .fv-slide-title em { color: #a8d0ff; }
.fv-slide-2 .fv-slide-tag { background: rgba(42,111,212,0.35); border-color: rgba(120,170,255,0.6); }
.fv-slide-3 .fv-slide-btn { background: #1e4a9a; } .fv-slide-3 .fv-slide-btn:hover { background: #163575; }
.fv-slide-3 .fv-slide-title em { color: #c5dcff; }
.fv-slide-3 .fv-slide-tag { background: rgba(30,74,154,0.4); border-color: rgba(100,150,255,0.6); }
.fv-slide-4 .fv-slide-btn { background: #3060c8; } .fv-slide-4 .fv-slide-btn:hover { background: #1e48a0; }
.fv-slide-4 .fv-slide-title em { color: #ffd97e; }
.fv-slide-4 .fv-slide-tag { background: rgba(48,96,200,0.35); border-color: rgba(120,170,255,0.6); }

.fv-slider-arrow { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.3); color: #fff; width: 46px; height: 46px; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 10; font-size: 22px; transition: background 0.2s; }
.fv-slider-arrow:hover { background: rgba(255,255,255,0.3); }
.fv-slider-arrow.prev { left: 1.5rem; }
.fv-slider-arrow.next { right: 1.5rem; }
.fv-slider-dots { position: absolute; bottom: 1.2rem; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; z-index: 10; }
.fv-dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,0.35); cursor: pointer; transition: background 0.2s, transform 0.2s; border: none; }
.fv-dot.active { background: #fff; transform: scale(1.25); }

/* Slider Revolution fallback wrapper (keeps height consistent while RS loads) */
.fv-rev-slider-wrap { position: relative; width: 100%; min-height: 200px; }

/* ==========================================================================
   4. SECTIONS / TITLES
   ========================================================================== */
.fv-section { padding: 2.8rem 2.5rem; }
.fv-section-alt { background: #fff; }
.fv-section-title { font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: #1a2e5a; margin-bottom: 1.6rem; border-bottom: 2px solid #1a2e5a; padding-bottom: 8px; display: inline-block; }

/* CATEGORY TILES */
.fv-cat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 14px; }
.fv-cat-tile { background: #fff; border-radius: 10px; border: 1px solid #e2e5ec; padding: 1.8rem 1rem; text-align: center; cursor: pointer; transition: border-color 0.2s; text-decoration: none; display: block; }
.fv-cat-tile:hover { border-color: #2e6de8; }
.fv-cat-tile i { font-size: 34px; color: #1a2e5a; display: block; margin-bottom: 12px; }
.fv-cat-tile p { font-size: 13px; font-weight: 600; color: #1a2e5a; margin-bottom: 4px; }
.fv-cat-tile small { color: #999; font-size: 11px; }

/* PRODUCT GRID (homepage) */
.fv-product-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; }
.fv-product-card { background: #fff; border-radius: 10px; border: 1px solid #e2e5ec; overflow: hidden; cursor: pointer; transition: border-color 0.2s; text-decoration: none; display: block; color: inherit; }
.fv-product-card:hover { border-color: #2e6de8; }
.fv-product-img { background: #f0f3f8; height: 150px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.fv-product-img img { width: 100%; height: 100%; object-fit: cover; }
.fv-product-img i { font-size: 60px; color: #2e6de8; }
.fv-product-info { padding: 14px; }
.fv-product-brand { color: #1a2e5a; font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }
.fv-product-name { color: #333; font-size: 13px; margin: 4px 0 8px; line-height: 1.4; }
.fv-product-price { color: #1a2e5a; font-weight: 700; font-size: 16px; }
.fv-product-price ins { text-decoration: none; }
.fv-product-price del { color: #bbb; font-size: 12px; margin-left: 6px; }
.fv-product-old { color: #bbb; font-size: 12px; text-decoration: line-through; margin-left: 6px; }
.fv-badge-sale { background: #e74c3c; color: #fff; font-size: 10px; font-weight: 700; padding: 2px 7px; border-radius: 4px; margin-left: 6px; vertical-align: middle; }

/* SHOP BY SEGMENT */
.fv-person-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.fv-person-tile { border-radius: 14px; overflow: hidden; position: relative; height: 220px; cursor: pointer; text-decoration: none; display: block; }
.fv-person-bg { width: 100%; height: 100%; display: flex; align-items: flex-end; padding: 1.2rem; position: relative; }
.fv-person-bg.students { background: linear-gradient(150deg, #1a2e5a 0%, #2e6de8 100%); }
.fv-person-bg.professionals { background: linear-gradient(150deg, #0f4c2a 0%, #1d9e75 100%); }
.fv-person-bg.gamers { background: linear-gradient(150deg, #3d1a5a 0%, #8a2be2 100%); }
.fv-person-label { background: rgba(255,255,255,0.22); color: #fff; font-size: 13px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 9px 20px; border-radius: 30px; cursor: pointer; }
.fv-person-icon { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -65%); }
.fv-person-icon i { font-size: 64px; color: rgba(255,255,255,0.25); }

/* WINDOWS KEY CARDS */
.fv-winkey-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.fv-winkey-card { background: #fff; border-radius: 12px; border: 2px solid #e2e5ec; padding: 1.6rem 1.2rem; text-align: center; cursor: pointer; transition: border-color 0.2s, transform 0.2s; position: relative; overflow: hidden; }
.fv-winkey-card:hover { border-color: #2e6de8; transform: translateY(-3px); }
.fv-winkey-card.featured { border-color: #2e6de8; background: linear-gradient(160deg, #f0f5ff 0%, #fff 100%); }
.fv-winkey-card .fv-win-badge { position: absolute; top: 12px; right: 12px; background: #2e6de8; color: #fff; font-size: 10px; font-weight: 700; padding: 3px 8px; border-radius: 20px; letter-spacing: 0.5px; }
.fv-winkey-card .fv-win-badge.hot { background: #e74c3c; }
.fv-winkey-logo { font-size: 52px; color: #2e6de8; margin-bottom: 10px; display: block; }
.fv-winkey-ver { font-size: 22px; font-weight: 900; color: #1a2e5a; margin-bottom: 4px; }
.fv-winkey-edition { font-size: 12px; color: #888; margin-bottom: 14px; }
.fv-winkey-price { font-size: 26px; font-weight: 900; color: #1a2e5a; margin-bottom: 4px; }
.fv-winkey-old { font-size: 13px; color: #bbb; text-decoration: line-through; margin-bottom: 14px; }
.fv-winkey-btn { display: block; background: #1a2e5a; color: #fff; padding: 10px; border-radius: 8px; font-weight: 700; font-size: 13px; text-decoration: none; transition: background 0.2s; }
.fv-winkey-btn:hover { background: #2e6de8; }
.fv-winkey-card.featured .fv-winkey-btn { background: #2e6de8; }
.fv-winkey-card.featured .fv-winkey-btn:hover { background: #1a55c4; }
.fv-winkey-perks { margin: 10px 0 14px; }
.fv-winkey-perk { font-size: 11px; color: #555; margin-bottom: 4px; display: flex; align-items: center; gap: 5px; justify-content: center; }
.fv-winkey-perk i { color: #2e6de8; font-size: 13px; }

/* FEATURED BANNER GRID */
.fv-banner-grid { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 220px 220px; gap: 6px; background: #0e1e40; }
.fv-banner { position: relative; overflow: hidden; cursor: pointer; display: flex; align-items: flex-end; text-decoration: none; }
.fv-banner-main { grid-row: 1 / 3; }
.fv-banner-bg { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform 0.45s ease; }
.fv-banner-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,18,45,0.92) 0%, rgba(8,18,45,0.25) 60%, transparent 100%); }
.fv-banner:hover .fv-banner-bg { transform: scale(1.06); }
.fv-banner-deco { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; opacity: 0.07; pointer-events: none; }
.fv-banner-deco i { font-size: 180px; color: #fff; }
.fv-banner-main .fv-banner-deco i { font-size: 280px; }
.fv-banner-caption { position: relative; z-index: 2; padding: 1.2rem 1.5rem; width: 100%; }
.fv-banner-main .fv-banner-caption { padding: 2rem 2rem; }
.fv-banner-eyebrow { font-size: 10px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: #7eb8f7; margin-bottom: 6px; display: block; }
.fv-banner-title { font-size: 15px; font-weight: 800; color: #fff; text-transform: uppercase; letter-spacing: 0.5px; line-height: 1.2; }
.fv-banner-main .fv-banner-title { font-size: 28px; }
.fv-banner-link { display: inline-block; margin-top: 10px; background: #2e6de8; color: #fff; font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; padding: 7px 18px; border-radius: 20px; transition: background 0.2s; }
.fv-banner-link:hover { background: #1a55c4; }
.fv-banner-chip { position: absolute; top: 14px; right: 14px; z-index: 3; background: #e74c3c; color: #fff; font-size: 10px; font-weight: 700; letter-spacing: 0.5px; padding: 4px 10px; border-radius: 20px; }
.fv-banner-chip.blue { background: #2e6de8; }

@media (max-width: 640px) {
  .fv-banner-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .fv-banner-main { grid-row: auto; height: 260px; }
  .fv-banner { height: 180px; }
}

/* TRUST STRIP */
.fv-trust { background: #1a2e5a; display: flex; justify-content: center; gap: 3rem; padding: 1.2rem 2rem; flex-wrap: wrap; }
.fv-trust-item { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,0.85); font-size: 13px; font-weight: 500; }
.fv-trust-item i { font-size: 22px; color: #7eb8f7; }

/* FOOTER */
.fv-footer { background: #fff; border-top: 1px solid #e2e5ec; padding: 3rem 2.5rem; display: grid; grid-template-columns: repeat(4, 1fr); gap: 2.5rem; }
.fv-footer-col h4 { color: #1a2e5a; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 1.1rem; }
.fv-footer-col a, .fv-footer-col li { display: block; color: #666; font-size: 13px; margin-bottom: 9px; cursor: pointer; text-decoration: none; list-style: none; }
.fv-footer-col a:hover { color: #2e6de8; }
.fv-footer-col ul { list-style: none; }
.fv-footer-email { display: flex; border: 1px solid #ccc; border-radius: 6px; overflow: hidden; margin-top: 10px; }
.fv-footer-email input { flex: 1; padding: 9px 12px; font-size: 13px; border: none; outline: none; }
.fv-footer-email button { background: #1a2e5a; color: #fff; border: none; padding: 0 14px; cursor: pointer; font-size: 18px; display: flex; align-items: center; }
.fv-footer-bottom { background: #1a2e5a; color: rgba(255,255,255,0.55); font-size: 12px; padding: 1.1rem 2rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.fv-payments { display: flex; gap: 8px; align-items: center; }
.fv-pay-badge { background: #fff; border-radius: 4px; padding: 3px 10px; font-size: 11px; font-weight: 700; color: #1a2e5a; }
.fv-footer-reg { text-align: center; font-size: 11px; color: rgba(255,255,255,0.4); padding: 0.6rem 2rem 1rem; background: #1a2e5a; }

/* HAMBURGER (hidden on desktop) */
.fv-hamburger { display: none; background: none; border: none; color: #fff; font-size: 28px; cursor: pointer; padding: 4px; line-height: 1; }
.fv-nav-close { display: none; }

/* ==========================================================================
   5. WOOCOMMERCE — full flow (shop, single product, cart, checkout)
   ========================================================================== */
.fv-wc-wrap { padding: 2.5rem; background: #fff; }
.fv-wc-wrap .woocommerce-breadcrumb { font-size: 12px; color: #888; margin-bottom: 1.5rem; }
.fv-wc-wrap .woocommerce-breadcrumb a { color: #1a2e5a; text-decoration: none; }
.fv-wc-wrap .page-title,
.fv-wc-wrap h1.entry-title { font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: #1a2e5a; margin-bottom: 1.6rem; border-bottom: 2px solid #1a2e5a; padding-bottom: 8px; display: inline-block; }

/* shop / archive grid -> reuse fv-product-card look */
ul.products { display: grid !important; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; list-style: none; }
ul.products li.product {
  background: #fff; border-radius: 10px; border: 1px solid #e2e5ec; overflow: hidden;
  padding: 0 !important; text-align: left; transition: border-color 0.2s; position: relative;
}
ul.products li.product:hover { border-color: #2e6de8; }
ul.products li.product a.woocommerce-LoopProduct-link { text-decoration: none; color: inherit; display: block; }
ul.products li.product img { width: 100%; height: 170px; object-fit: cover; background: #f0f3f8; }
ul.products li.product .woocommerce-loop-product__title { font-size: 13px; color: #333; padding: 12px 14px 0; line-height: 1.4; font-weight: 500; }
ul.products li.product .price { color: #1a2e5a; font-weight: 700; font-size: 16px; padding: 6px 14px 14px; display: block; }
ul.products li.product .price del { color: #bbb; font-size: 12px; }
ul.products li.product .price ins { text-decoration: none; }
ul.products li.product .onsale {
  position: absolute; top: 10px; right: 10px; left: auto; margin: 0;
  background: #e74c3c; color: #fff; font-size: 10px; font-weight: 700;
  padding: 3px 9px; border-radius: 20px; text-transform: uppercase; min-height: 0; min-width: 0;
  line-height: normal;
}
ul.products li.product .button {
  display: block; margin: 0 14px 14px; background: #1a2e5a; color: #fff;
  padding: 10px; border-radius: 8px; font-weight: 700; font-size: 13px;
  text-align: center; text-decoration: none; transition: background 0.2s;
}
ul.products li.product .button:hover { background: #2e6de8; }
.woocommerce-pagination ul { display: flex; gap: 6px; list-style: none; justify-content: center; margin-top: 2rem; }
.woocommerce-pagination a, .woocommerce-pagination span {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 6px; border: 1px solid #e2e5ec;
  color: #1a2e5a; text-decoration: none; font-size: 13px;
}
.woocommerce-pagination .current { background: #1a2e5a; color: #fff; border-color: #1a2e5a; }

/* sidebar / widgets on shop */
.fv-shop-layout { display: grid; grid-template-columns: 240px 1fr; gap: 2rem; align-items: start; }
.fv-shop-sidebar .widget { background: #fff; border: 1px solid #e2e5ec; border-radius: 10px; padding: 1.2rem; margin-bottom: 1rem; }
.fv-shop-sidebar .widget-title { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: #1a2e5a; margin-bottom: 0.8rem; }
@media (max-width: 900px) { .fv-shop-layout { grid-template-columns: 1fr; } }

/* single product */
.woocommerce div.product { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; }
.woocommerce div.product .woocommerce-product-gallery { background: #f0f3f8; border-radius: 10px; overflow: hidden; }
.woocommerce div.product .summary { }
.woocommerce div.product .product_title { font-size: 28px; font-weight: 900; color: #1a2e5a; margin-bottom: 0.6rem; text-transform: uppercase; }
.woocommerce div.product p.price { font-size: 26px; font-weight: 900; color: #1a2e5a; margin-bottom: 1rem; }
.woocommerce div.product p.price del { color: #bbb; font-size: 16px; margin-right: 8px; }
.woocommerce div.product .woocommerce-product-details__short-description { color: #555; font-size: 14px; line-height: 1.7; margin-bottom: 1.5rem; }
.woocommerce div.product form.cart .button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button {
  background: #2e6de8; color: #fff; border: none; padding: 14px 36px;
  border-radius: 30px; font-weight: 700; font-size: 14px; letter-spacing: 1px;
  text-transform: uppercase; cursor: pointer; text-decoration: none;
}
.woocommerce div.product form.cart .button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover { background: #1a55c4; }
.woocommerce div.product .quantity input.qty {
  height: 48px; width: 64px; text-align: center; border: 1px solid #e2e5ec;
  border-radius: 8px; margin-right: 10px; font-size: 14px;
}
.woocommerce-tabs ul.tabs { display: flex; gap: 1.5rem; border-bottom: 2px solid #e2e5ec; margin-bottom: 1.5rem; list-style: none; }
.woocommerce-tabs ul.tabs li { padding-bottom: 10px; }
.woocommerce-tabs ul.tabs li a { color: #888; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; text-decoration: none; }
.woocommerce-tabs ul.tabs li.active a { color: #1a2e5a; border-bottom: 2px solid #2e6de8; padding-bottom: 12px; }
@media (max-width: 900px) { .woocommerce div.product { grid-template-columns: 1fr; } }

/* related products reuse the ul.products styling above */

/* cart page */
.woocommerce table.shop_table { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid #e2e5ec; border-radius: 10px; overflow: hidden; }
.woocommerce table.shop_table th { background: #1a2e5a; color: #fff; text-transform: uppercase; font-size: 11px; letter-spacing: 1px; padding: 12px 14px; text-align: left; }
.woocommerce table.shop_table td { padding: 14px; border-bottom: 1px solid #f0f2f5; font-size: 14px; }
.woocommerce table.shop_table td.product-thumbnail img { width: 70px; border-radius: 8px; }
.woocommerce td.actions .button, .woocommerce .cart-collaterals .checkout-button {
  background: #2e6de8; color: #fff; border-radius: 30px; padding: 12px 30px;
  font-weight: 700; text-transform: uppercase; font-size: 13px; text-decoration: none; display: inline-block;
}
.woocommerce .cart-collaterals .cart_totals { background: #fff; border: 1px solid #e2e5ec; border-radius: 10px; padding: 1.4rem; max-width: 420px; margin-left: auto; }
.woocommerce .cart_totals h2 { font-size: 16px; color: #1a2e5a; margin-bottom: 1rem; text-transform: uppercase; letter-spacing: 1px; }
.woocommerce input.input-text, .woocommerce select, .woocommerce textarea {
  border: 1px solid #e2e5ec; border-radius: 8px; padding: 10px 12px; font-size: 14px; width: 100%;
}

/* checkout */
.woocommerce-checkout #payment { background: #f8f9fb; border: 1px solid #e2e5ec; border-radius: 10px; padding: 1.5rem; }
.woocommerce-checkout #payment div.form-row { padding: 1rem 0; }
.woocommerce-checkout .place-order .button {
  width: 100%; background: #2e6de8; color: #fff; border-radius: 30px; padding: 16px;
  font-weight: 700; text-transform: uppercase; font-size: 14px; border: none; cursor: pointer;
}
.woocommerce-checkout .place-order .button:hover { background: #1a55c4; }
.woocommerce-billing-fields h3, .woocommerce-additional-fields h3, #order_review_heading {
  font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: #1a2e5a; margin: 1.5rem 0 1rem;
}

/* my account */
.woocommerce-MyAccount-navigation ul { list-style: none; }
.woocommerce-MyAccount-navigation li { margin-bottom: 6px; }
.woocommerce-MyAccount-navigation a {
  display: block; padding: 10px 14px; border-radius: 8px; color: #1a2e5a;
  font-weight: 600; font-size: 13px; text-decoration: none; background: #f5f6f8;
}
.woocommerce-MyAccount-navigation li.is-active a { background: #1a2e5a; color: #fff; }
.woocommerce-MyAccount-content { background: #fff; }
.woocommerce-account .woocommerce { display: grid; grid-template-columns: 220px 1fr; gap: 2rem; }
@media (max-width: 780px) { .woocommerce-account .woocommerce { grid-template-columns: 1fr; } }

/* messages / notices */
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews {
  background: #f0f5ff; border-left: 4px solid #2e6de8; padding: 14px 18px;
  list-style: none; border-radius: 6px; margin-bottom: 1.5rem; font-size: 13px; color: #1a2e5a;
}
.woocommerce-error { border-left-color: #e74c3c; background: #fdf0ef; }

/* Wishlist button (generic — works with YITH / TInvWishlist markup wrappers) */
.fv-wishlist-btn, .add_to_wishlist, .yith-wcwl-add-to-wishlist a {
  display: inline-flex; align-items: center; gap: 6px; margin-top: 10px;
  font-size: 12px; color: #1a2e5a; text-decoration: none; font-weight: 600;
}
.fv-wishlist-btn:hover, .add_to_wishlist:hover { color: #2e6de8; }

/* ==========================================================================
   6. TABLET (900px)
   ========================================================================== */
@media (max-width: 900px) {
  .fv-header { flex-wrap: wrap; height: auto; padding: 0.75rem 1rem; gap: 0; }
  .fv-logo { flex: 1; }
  .fv-header-icons { gap: 1rem; }
  .fv-icon-link span { display: none; }
  .fv-icon-link i { font-size: 24px; }
  .fv-search { order: 3; flex: 0 0 100%; max-width: 100%; margin: 0.6rem 0 0; height: 48px; }

  .fv-nav { justify-content: flex-start; overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
  .fv-nav::-webkit-scrollbar { display: none; }
  .fv-nav-item { font-size: 14px; padding: 12px 1rem; }

  .fv-promo-bar { gap: 1rem; padding: 8px 1rem; flex-wrap: wrap; justify-content: center; }
  .fv-promo-link { font-size: 11px; }

  .fv-slider { height: 380px; }
  .fv-slide-title { font-size: 38px; }
  .fv-slide-sub { font-size: 15px; }
  .fv-slider-arrow { display: none; }

  .fv-trust { display: grid; grid-template-columns: 1fr 1fr; gap: 0.8rem; padding: 1rem; }
  .fv-trust-item { font-size: 12px; }

  .fv-winkey-grid { grid-template-columns: repeat(2, 1fr); }
  .fv-cat-grid { grid-template-columns: repeat(3, 1fr); }
  .fv-product-grid { grid-template-columns: repeat(2, 1fr); }

  .fv-person-grid { grid-template-columns: 1fr; gap: 12px; }
  .fv-person-tile { height: 160px; }

  .fv-footer { grid-template-columns: repeat(2, 1fr); padding: 2rem 1.5rem; gap: 1.5rem; }
  .fv-footer-bottom { flex-direction: column; text-align: center; gap: 0.75rem; padding: 1rem; }
  .fv-payments { flex-wrap: wrap; justify-content: center; }

  .fv-section { padding: 2rem 1.2rem; }
}

/* ==========================================================================
   7. MOBILE (480px)
   ========================================================================== */
@media (max-width: 480px) {
  .fv-header { padding: 0.7rem 1rem; }
  .fv-header-icons { display: none; }
  .fv-hamburger { display: flex; align-items: center; margin-left: 0.5rem; }
  .fv-search { margin-top: 0.5rem; height: 46px; }

  .fv-nav { display: none; }
  .fv-nav.is-open {
    display: flex; flex-direction: column; position: fixed; top: 0; left: 0; right: 0; bottom: 0;
    z-index: 999; background: #1a2e5a; overflow-y: auto; padding: 1rem 0; justify-content: flex-start;
  }
  .fv-nav.is-open .fv-nav-close { display: block; color: #fff; font-size: 28px; background: none; border: none; cursor: pointer; align-self: flex-end; margin: 0 1rem 0.5rem; }
  .fv-nav.is-open .fv-nav-item { font-size: 18px; padding: 1rem 1.5rem; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); width: 100%; position: static; }
  .fv-nav.is-open .fv-dropdown { display: none !important; }

  .fv-promo-bar { flex-direction: column; align-items: center; gap: 6px; padding: 8px 1rem; }

  .fv-slider { height: 320px; }
  .fv-slide-title { font-size: 28px; letter-spacing: -0.5px; }
  .fv-slide-sub { font-size: 13px; line-height: 1.5; }
  .fv-slide-tag { font-size: 10px; letter-spacing: 2px; padding: 5px 14px; margin-bottom: 1rem; }
  .fv-slide-btn, .fv-slide-btn-ghost { font-size: 12px; padding: 11px 22px; }
  .fv-slide-actions { gap: 0.6rem; }
  .fv-slide-content { padding: 0 1rem; }

  .fv-trust { grid-template-columns: 1fr; gap: 0.6rem; }
  .fv-winkey-grid { grid-template-columns: 1fr 1fr; }
  .fv-cat-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .fv-cat-tile { padding: 1.2rem 0.8rem; }
  .fv-cat-tile i { font-size: 28px; }
  .fv-cat-tile p { font-size: 12px; }

  .fv-product-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .fv-product-img { height: 110px; }
  .fv-product-img i { font-size: 44px; }
  .fv-product-info { padding: 10px; }
  .fv-product-name { font-size: 12px; }
  .fv-product-price { font-size: 14px; }

  .fv-person-grid { grid-template-columns: 1fr; }
  .fv-person-tile { height: 130px; }
  .fv-person-icon i { font-size: 44px; }
  .fv-person-label { font-size: 11px; padding: 7px 16px; }

  .fv-footer { grid-template-columns: 1fr; padding: 1.5rem 1rem; gap: 1.2rem; }
  .fv-footer-reg { font-size: 10px; padding: 0.5rem 1rem 1rem; }

  .fv-section { padding: 1.5rem 1rem; }
  .fv-section-title { font-size: 10px; }
}
