:root {
  --vk-accent: #111827;
  --vk-muted: #6b7280;
  --vk-brand: #16a34a;
  --vk-bg: #ffffff;
  --vk-soft: #f5f7fb;
  --vk-border: #e5e7eb;
  --vk-card: #ffffff;
  --vk-radius: 22px;
  --vk-shadow: 0 20px 70px rgba(17, 24, 39, 0.08);
  --vk-header-h: 78px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--vk-bg);
  color: var(--vk-accent);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--vk-brand); }
p { color: var(--vk-muted); margin: 0 0 1rem; }
h1, h2, h3, h4, h5, h6 { line-height: 1.08; margin: 0 0 1rem; letter-spacing: -0.035em; }
h1 { font-size: clamp(2.4rem, 6vw, 5rem); }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
h3 { font-size: 1.3rem; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.narrow-content { width: min(760px, calc(100% - 32px)); margin: 0 auto; }
.screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; word-wrap: normal; }
.skip-link:focus { clip: auto; clip-path: none; height: auto; left: 1rem; top: 1rem; width: auto; z-index: 100000; background: #fff; padding: .75rem 1rem; border: 1px solid var(--vk-border); border-radius: 999px; }

.button, button, input[type="button"], input[type="submit"], .wp-block-button__link, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  border: 1px solid var(--vk-accent);
  border-radius: 999px;
  background: var(--vk-accent);
  color: #fff;
  padding: .85rem 1.25rem;
  font-weight: 700;
  min-height: 44px;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}
.button:hover, button:hover, input[type="submit"]:hover, .wp-block-button__link:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(17, 24, 39, .16);
  background: var(--vk-brand);
  border-color: var(--vk-brand);
  color: #fff;
}
.button.primary { background: var(--vk-brand); border-color: var(--vk-brand); color: #fff; }
.button.ghost { background: transparent; color: var(--vk-accent); border-color: var(--vk-border); }
.button.small { padding: .65rem 1rem; min-height: 38px; font-size: .9rem; }

input, textarea, select, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .select2-container--default .select2-selection--single {
  width: 100%;
  border: 1px solid var(--vk-border);
  border-radius: 14px;
  background: #fff;
  padding: .85rem 1rem;
  min-height: 46px;
  color: var(--vk-accent);
  font: inherit;
}
textarea { min-height: 130px; }
input:focus, textarea:focus, select:focus { outline: 2px solid rgba(22, 163, 74, .18); border-color: var(--vk-brand); }

.velo-topbar { background: var(--vk-accent); color: #fff; font-size: .9rem; padding: .55rem 0; text-align: center; }
.velo-topbar span { opacity: .95; }
.site-header { position: sticky; top: 0; z-index: 999; background: rgba(255,255,255,.92); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(229,231,235,.8); }
.admin-bar .site-header { top: 32px; }
.header-inner { min-height: var(--vk-header-h); display: flex; align-items: center; gap: 1.25rem; }
.site-branding { display: flex; flex-direction: column; justify-content: center; min-width: 150px; }
.site-branding .custom-logo-link img, .footer-brand .custom-logo-link img { max-height: 52px; width: auto; }
.site-title { font-weight: 900; font-size: 1.25rem; letter-spacing: -.04em; }
.site-description { margin: .1rem 0 0; font-size: .78rem; color: var(--vk-muted); }
.main-navigation { margin-left: auto; }
.main-navigation ul { display: flex; align-items: center; gap: .35rem; list-style: none; margin: 0; padding: 0; }
.main-navigation a { display: block; padding: .65rem .8rem; border-radius: 999px; color: var(--vk-accent); font-weight: 650; font-size: .95rem; }
.main-navigation a:hover, .main-navigation .current-menu-item > a { background: var(--vk-soft); color: var(--vk-accent); }
.header-actions { display: flex; align-items: center; gap: .75rem; }
.velo-cart-link { display: inline-flex; align-items: center; gap: .55rem; padding: .55rem .75rem; border: 1px solid var(--vk-border); border-radius: 999px; font-weight: 700; }
.velo-cart-link strong { display: inline-grid; place-items: center; min-width: 24px; height: 24px; border-radius: 999px; background: var(--vk-brand); color: #fff; font-size: .8rem; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 1px solid var(--vk-border); background: #fff; border-radius: 14px; }
.menu-toggle span:not(.screen-reader-text) { display: block; width: 20px; height: 2px; background: var(--vk-accent); margin: 3px auto; }

.velo-hero { padding: clamp(4rem, 10vw, 8rem) 0; background: radial-gradient(circle at top right, rgba(22,163,74,.12), transparent 34%), linear-gradient(180deg, #fff, var(--vk-soft)); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr); gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: .45rem; font-size: .78rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; color: var(--vk-brand); margin-bottom: 1rem; }
.hero-copy p { font-size: clamp(1.05rem, 2vw, 1.28rem); max-width: 620px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.8rem; }
.hero-card { min-height: 430px; border-radius: 36px; background: linear-gradient(135deg, #111827, #1f2937); position: relative; overflow: hidden; box-shadow: var(--vk-shadow); }
.hero-card:before { content: ""; position: absolute; inset: 14%; border-radius: 999px; background: rgba(22,163,74,.35); filter: blur(60px); }
.hero-product-card { position: absolute; top: 14%; left: 10%; right: 16%; background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.4); border-radius: 24px; padding: 1.4rem; box-shadow: 0 25px 70px rgba(0,0,0,.18); }
.hero-product-card.offset { top: auto; left: 18%; right: 8%; bottom: 16%; }
.hero-product-card span { display: block; color: var(--vk-muted); font-weight: 700; margin-bottom: .4rem; }
.hero-product-card strong { display: block; font-size: clamp(1.4rem, 3vw, 2rem); line-height: 1.1; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 2rem; }
.featured-products, .velo-benefits { padding: 5rem 0; }
.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.benefits-grid > div { background: var(--vk-soft); border: 1px solid var(--vk-border); border-radius: var(--vk-radius); padding: 1.6rem; }

.content-area, .page-content-wrap { padding: 4rem 0; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.content-card { border: 1px solid var(--vk-border); border-radius: var(--vk-radius); overflow: hidden; background: #fff; }
.content-thumb img { width: 100%; aspect-ratio: 1.35; object-fit: cover; }
.content-card-body { padding: 1.25rem; }
.entry-title a:hover { color: var(--vk-brand); }
.entry-meta { color: var(--vk-muted); font-size: .9rem; margin-bottom: 1rem; }
.entry-content a { text-decoration: underline; text-underline-offset: 3px; }
.page-entry .entry-header { padding-top: 3rem; }
.alignwide { max-width: 1180px; margin-left: auto; margin-right: auto; }
.alignfull { margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); max-width: 100vw; }

.site-footer { background: #0f172a; color: #fff; padding: 4rem 0 1.5rem; }
.site-footer p, .site-footer a { color: rgba(255,255,255,.74); }
.footer-grid { display: grid; grid-template-columns: .9fr 1.4fr; gap: 2rem; }
.footer-brand strong { display: block; font-size: 1.3rem; margin-bottom: .5rem; }
.footer-widgets { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.widget-title { font-size: 1rem; color: #fff; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-top: 1px solid rgba(255,255,255,.1); margin-top: 2rem; padding-top: 1.25rem; color: rgba(255,255,255,.65); font-size: .9rem; }
.footer-bottom ul { list-style: none; display: flex; gap: 1rem; margin: 0; padding: 0; }

/* WooCommerce */
.woocommerce .woocommerce-breadcrumb { color: var(--vk-muted); margin: 0 0 1.5rem; }
.woocommerce-products-header { margin-bottom: 2rem; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.25rem; margin: 0; }
.woocommerce ul.products:before, .woocommerce ul.products:after { display: none; }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width: auto !important; margin: 0 !important; float: none !important; background: #fff; border: 1px solid var(--vk-border); border-radius: var(--vk-radius); overflow: hidden; transition: transform .18s ease, box-shadow .18s ease; }
.woocommerce ul.products li.product:hover { transform: translateY(-3px); box-shadow: var(--vk-shadow); }
.velo-product-card-inner { padding: .8rem; height: 100%; display: flex; flex-direction: column; }
.woocommerce ul.products li.product a img { border-radius: 16px; margin: 0 0 1rem; aspect-ratio: 1; object-fit: cover; background: var(--vk-soft); }
.woocommerce-loop-product__title { font-size: 1rem !important; color: var(--vk-accent); padding: 0 !important; margin-bottom: .45rem !important; }
.woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--vk-accent); font-weight: 900; }
.woocommerce span.onsale { background: var(--vk-brand); min-height: 3.2em; min-width: 3.2em; line-height: 3.2em; font-weight: 900; }
.woocommerce ul.products li.product .button { margin-top: auto; width: 100%; }
.velo-whatsapp-order { display: inline-flex; justify-content: center; width: 100%; margin-top: .65rem; padding: .72rem 1rem; border-radius: 999px; border: 1px solid rgba(22,163,74,.25); color: var(--vk-brand); background: rgba(22,163,74,.08); font-weight: 800; }
.velo-whatsapp-order:hover { color: #fff; background: var(--vk-brand); }
.woocommerce div.product { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1fr); gap: clamp(2rem, 5vw, 5rem); }
.woocommerce div.product div.images, .woocommerce div.product div.summary { width: auto; float: none; }
.woocommerce div.product .product_title { font-size: clamp(2rem, 5vw, 4rem); }
.woocommerce div.product form.cart { display: flex; gap: .75rem; flex-wrap: wrap; align-items: center; }
.woocommerce div.product form.cart .quantity input { max-width: 96px; }
.woocommerce-tabs { grid-column: 1 / -1; border-top: 1px solid var(--vk-border); padding-top: 2rem; }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0; margin: 0 0 1rem; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { border-radius: 999px; background: var(--vk-soft); border: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs:before { display: none; }
.woocommerce table.shop_table { border-collapse: collapse; border-radius: var(--vk-radius); overflow: hidden; border: 1px solid var(--vk-border); }
.woocommerce table.shop_table th, .woocommerce table.shop_table td { border-color: var(--vk-border); padding: 1rem; }
.woocommerce-cart-form, .cart-collaterals .cart_totals, .woocommerce-checkout-review-order, .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register, .woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content {
  background: #fff;
  border: 1px solid var(--vk-border);
  border-radius: var(--vk-radius);
  padding: 1.25rem;
}
.woocommerce-cart .cart-collaterals .cart_totals { width: 100%; float: none; }
.woocommerce-checkout form.checkout { display: grid; grid-template-columns: minmax(0, 1fr) 420px; gap: 1.5rem; align-items: start; }
.woocommerce-checkout #customer_details, .woocommerce-checkout #order_review_heading, .woocommerce-checkout #order_review { float: none; width: auto; }
.woocommerce-checkout #customer_details { background: #fff; border: 1px solid var(--vk-border); border-radius: var(--vk-radius); padding: 1.25rem; }
.woocommerce form .form-row { padding: 0; margin: 0 0 1rem; }
.woocommerce form .form-row label { font-weight: 800; color: var(--vk-accent); margin-bottom: .35rem; }
.woocommerce form .form-row .required { color: var(--vk-brand); }
.woocommerce-error, .woocommerce-info, .woocommerce-message { border-top-color: var(--vk-brand); border-radius: 14px; background: var(--vk-soft); }
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before { color: var(--vk-brand); }
.woocommerce-account .woocommerce { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 1.25rem; }
.woocommerce-MyAccount-navigation ul { list-style: none; padding: 0; margin: 0; }
.woocommerce-MyAccount-navigation a { display: block; padding: .7rem .85rem; border-radius: 12px; font-weight: 700; }
.woocommerce-MyAccount-navigation .is-active a, .woocommerce-MyAccount-navigation a:hover { background: var(--vk-soft); }

/* Common plugins */
.elementor-page .site-main > .container, .full-width-page { width: 100%; max-width: none; }
.wpcf7 form, .wpforms-form { max-width: 760px; }
.rank-math-breadcrumb, .yoast-breadcrumb { color: var(--vk-muted); font-size: .92rem; margin-bottom: 1rem; }

/* Age gate */
.velo-age-gate { position: fixed; inset: 0; z-index: 99999; display: grid; place-items: center; padding: 1rem; background: rgba(15,23,42,.72); backdrop-filter: blur(12px); }
.velo-age-card { width: min(460px, 100%); background: #fff; border-radius: 28px; box-shadow: 0 30px 100px rgba(0,0,0,.32); padding: 2rem; text-align: center; }
.velo-age-actions { display: flex; gap: .75rem; justify-content: center; flex-wrap: wrap; margin-top: 1rem; }
.age-gate-open { overflow: hidden; }

@media (max-width: 980px) {
  .header-inner { flex-wrap: wrap; padding: .8rem 0; }
  .menu-toggle { display: inline-flex; flex-direction: column; align-items: center; justify-content: center; margin-left: auto; }
  .main-navigation { order: 5; width: 100%; display: none; margin-left: 0; }
  .main-navigation.is-open { display: block; }
  .main-navigation ul { align-items: stretch; flex-direction: column; background: var(--vk-soft); border: 1px solid var(--vk-border); border-radius: 18px; padding: .5rem; }
  .header-actions { margin-left: 0; width: 100%; justify-content: space-between; }
  .hero-grid, .footer-grid, .woocommerce div.product, .woocommerce-checkout form.checkout, .woocommerce-account .woocommerce { grid-template-columns: 1fr; }
  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .benefits-grid, .post-grid, .footer-widgets { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 24px, 1180px); }
  .header-actions { gap: .5rem; }
  .header-actions .button { flex: 1; }
  .velo-cart-link span { display: none; }
  .hero-card { min-height: 320px; }
  .woocommerce ul.products { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before { font-weight: 900; }
}

/* Velo Kenya Minimal v1.1.0 ecommerce header, slider and custom layout upgrades */
:root {
  --vk-topbar-bg: #0f172a;
  --vk-header-bg: #ffffff;
  --vk-footer-bg: #0f172a;
}
body { background: var(--vk-bg); }
.velo-topbar { background: var(--vk-topbar-bg); color: #fff; padding: .48rem 0; text-align: left; }
.velo-topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.velo-topbar-left { display: flex; align-items: center; gap: 1rem; min-width: 0; }
.velo-topbar-contact { display: inline-flex; align-items: center; gap: .75rem; flex-wrap: wrap; }
.velo-topbar-contact a { display: inline-flex; align-items: center; gap: .35rem; color: rgba(255,255,255,.92); font-size: .84rem; font-weight: 700; white-space: nowrap; }
.velo-topbar-notice { color: rgba(255,255,255,.78); font-size: .86rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.velo-social-links { display: inline-flex; align-items: center; gap: .45rem; }
.velo-social-links a { display: inline-grid; place-items: center; width: 31px; height: 31px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #fff; background: rgba(255,255,255,.08); }
.velo-social-links a:hover { background: var(--vk-brand); border-color: var(--vk-brand); color: #fff; transform: translateY(-1px); }
.velo-social-links a span { clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
.site-header { background: color-mix(in srgb, var(--vk-header-bg) 93%, transparent); }
.velo-no-sticky-header .site-header { position: relative; top: auto; }
.header-inner { gap: 1rem; }
.site-header-commerce .site-branding { flex: 0 0 auto; }
.site-header-centered .header-inner { justify-content: space-between; }
.site-header-centered .site-branding { position: absolute; left: 50%; transform: translateX(-50%); text-align: center; align-items: center; }
.site-header-centered .main-navigation { margin-left: 0; margin-right: auto; }
.site-header-centered .header-actions { margin-left: auto; }
.header-actions { margin-left: .25rem; }
.velo-header-search { display: flex; align-items: center; min-width: min(280px, 28vw); height: 44px; border: 1px solid var(--vk-border); border-radius: 999px; background: #fff; overflow: hidden; transition: border-color .18s ease, box-shadow .18s ease; }
.velo-header-search:focus-within { border-color: var(--vk-brand); box-shadow: 0 0 0 4px rgba(22,163,74,.10); }
.velo-header-search input[type="search"] { border: 0; border-radius: 0; min-height: 42px; padding: .65rem .2rem .65rem 1rem; font-size: .92rem; background: transparent; }
.velo-header-search input[type="search"]:focus { outline: 0; }
.velo-header-search button { width: 42px; min-height: 42px; padding: 0; border: 0; border-radius: 0; background: transparent; color: var(--vk-accent); box-shadow: none; }
.velo-header-search button:hover { transform: none; background: var(--vk-soft); color: var(--vk-brand); box-shadow: none; }
.velo-cart-link { min-height: 44px; background: #fff; }
.velo-cart-link .velo-cart-icon { display: inline-grid; place-items: center; }
.velo-cart-link small { color: var(--vk-muted); font-size: .78rem; font-weight: 800; }
.header-whatsapp-cta { white-space: nowrap; }
.velo-hero { padding: clamp(2.5rem, 7vw, 6.5rem) 0; }
.velo-slider-shell { position: relative; border-radius: 42px; overflow: hidden; background: linear-gradient(135deg, rgba(17,24,39,.97), rgba(17,24,39,.88)); box-shadow: var(--vk-shadow); }
.velo-slider-track { position: relative; min-height: clamp(470px, 55vw, 620px); }
.velo-slide { position: absolute; inset: 0; display: grid; grid-template-columns: minmax(0, .95fr) minmax(260px, 1.05fr); gap: clamp(1.5rem, 4vw, 4rem); align-items: center; padding: clamp(2rem, 5vw, 4.5rem); opacity: 0; pointer-events: none; transform: scale(1.01); transition: opacity .45s ease, transform .45s ease; }
.velo-slide.is-active { opacity: 1; pointer-events: auto; transform: scale(1); }
.velo-slide .hero-copy { position: relative; z-index: 2; }
.velo-slide .hero-copy h1 { color: #fff; max-width: 760px; }
.velo-slide .hero-copy p { color: rgba(255,255,255,.76); }
.velo-slide .eyebrow { color: #86efac; }
.hero-media { position: relative; min-height: 360px; display: flex; align-items: center; justify-content: center; }
.hero-media:before { content: ""; position: absolute; width: min(420px, 72%); aspect-ratio: 1; border-radius: 999px; background: rgba(22,163,74,.28); filter: blur(42px); }
.hero-media img { position: relative; z-index: 1; width: min(460px, 90%); max-height: 440px; object-fit: contain; filter: drop-shadow(0 28px 60px rgba(0,0,0,.34)); transform: rotate(-2deg); }
.hero-product-placeholder { position: relative; z-index: 1; width: min(420px, 90%); min-height: 300px; display: grid; place-content: center; padding: 2rem; border-radius: 34px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.14); text-align: center; color: #fff; }
.hero-product-placeholder span { color: #86efac; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; }
.hero-product-placeholder strong { display: block; margin-top: .5rem; font-size: clamp(1.5rem, 4vw, 2.3rem); line-height: 1.05; }
.hero-mini-card { position: absolute; z-index: 3; right: 4%; bottom: 8%; width: min(280px, 68%); padding: 1rem; border-radius: 20px; background: rgba(255,255,255,.95); border: 1px solid rgba(255,255,255,.28); box-shadow: 0 18px 50px rgba(0,0,0,.22); }
.hero-mini-card span { color: var(--vk-muted); font-size: .8rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.hero-mini-card strong { display: block; font-size: 1.2rem; line-height: 1.1; }
.velo-hero-center .velo-slide { grid-template-columns: 1fr; text-align: center; }
.velo-hero-center .hero-copy { margin: 0 auto; }
.velo-hero-center .hero-actions { justify-content: center; }
.velo-hero-center .hero-media { position: absolute; inset: 0; opacity: .28; }
.velo-hero-center .hero-media img { width: 100%; height: 100%; max-height: none; object-fit: cover; transform: none; }
.velo-hero-center .hero-mini-card { display: none; }
.velo-slider-controls { position: absolute; left: clamp(1rem, 4vw, 2.5rem); right: clamp(1rem, 4vw, 2.5rem); bottom: 1.2rem; display: flex; align-items: center; justify-content: space-between; pointer-events: none; }
.velo-slider-controls button { pointer-events: auto; }
.velo-slider-prev, .velo-slider-next { width: 42px; height: 42px; min-height: 42px; padding: 0; border-radius: 999px; border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.12); color: #fff; font-size: 1.7rem; line-height: 1; }
.velo-slider-dots { display: inline-flex; gap: .35rem; padding: .4rem; border-radius: 999px; background: rgba(255,255,255,.12); backdrop-filter: blur(12px); pointer-events: auto; }
.velo-slider-dots button { width: 10px; height: 10px; min-height: 10px; padding: 0; border-radius: 999px; border: 0; background: rgba(255,255,255,.38); }
.velo-slider-dots button.is-active { width: 26px; background: #fff; }
.product-section-heading p { max-width: 560px; }
.section-action { display: flex; justify-content: center; margin-top: 2rem; }
.mobile-and-desktop { display: flex; }
.featured-products .woocommerce ul.products { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.site-footer { background: var(--vk-footer-bg); }
.footer-note { margin-top: .7rem; font-weight: 700; }
.footer-social { margin-top: 1rem; }
.footer-simple-inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding-bottom: 1rem; }
.footer-brand-simple { max-width: 680px; }
.footer-brand-simple p { margin-bottom: 0; }
.elementor-page .page-content-wrap, .elementor-page .content-area { padding: 0; }
.elementor-page .entry-header { display: none; }
.woocommerce div.product form.cart .button, .woocommerce .cart .button, .woocommerce-checkout #payment #place_order { border-radius: 999px; }
.woocommerce .woocommerce-ordering select { min-width: 220px; }

@media (max-width: 1120px) {
  .velo-header-search { min-width: 220px; }
  .velo-cart-link small { display: none; }
  .header-whatsapp-cta { display: none; }
}

@media (max-width: 900px) {
  .velo-topbar-inner, .velo-topbar-left { align-items: flex-start; flex-direction: column; gap: .45rem; }
  .velo-topbar { text-align: left; }
  .topbar-social { display: none; }
  .site-header-centered .site-branding { position: static; transform: none; order: 0; }
  .site-header-centered .menu-toggle { order: 1; }
  .site-header-centered .main-navigation { order: 5; }
  .site-header-centered .header-actions { order: 6; }
  .velo-header-search { flex: 1; min-width: 0; }
  .velo-slide { grid-template-columns: 1fr; padding: clamp(1.5rem, 6vw, 2.5rem); }
  .velo-slider-track { min-height: 720px; }
  .hero-media { min-height: 320px; }
  .featured-products .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-simple-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 640px) {
  .velo-topbar-contact a span { font-size: .78rem; }
  .velo-topbar-notice { white-space: normal; }
  .header-actions { flex-wrap: wrap; }
  .velo-header-search { order: -1; width: 100%; flex-basis: 100%; }
  .velo-cart-link { flex: 1; justify-content: center; }
  .velo-cart-link .velo-cart-text { display: inline; }
  .velo-slider-shell { border-radius: 28px; }
  .velo-slider-track { min-height: 660px; }
  .hero-media { min-height: 260px; }
  .hero-mini-card { right: 0; bottom: 0; }
  .velo-slider-controls { bottom: .7rem; }
  .featured-products .woocommerce ul.products { grid-template-columns: 1fr; }
  .desktop-only { display: none !important; }
}

/* Velo Kenya Minimal v1.2.0 conversion, trust and mobile UX upgrades */
:root {
  --vk-soft: #f5f7fb;
  --vk-hero-bg: #ecfdf5;
  --vk-ring: rgba(22, 163, 74, .18);
}
body.velo-theme { background: var(--vk-bg); }
.velo-no-sticky-header .site-header { position: relative; top: auto; }
.site-header { background: var(--vk-header-bg); }
.site-header-compact .header-inner { gap: 1rem; }
.site-header-compact .site-branding { flex: 0 0 auto; }
.site-header-compact .compact-search-wrap { flex: 1 1 420px; }
.site-header-compact .main-navigation { order: 8; width: 100%; margin-left: 0; border-top: 1px solid var(--vk-border); padding-top: .75rem; }
.site-header-centered .header-inner { display: grid; grid-template-columns: 1fr auto 1fr; }
.site-header-centered .site-branding { justify-self: center; text-align: center; }
.site-header-centered .header-actions { justify-self: end; }
.header-zone-left { display: flex; align-items: center; gap: 1rem; min-width: 0; }
.velo-topbar { background: var(--vk-topbar-bg); color: #fff; }
.velo-topbar a, .velo-topbar-notice { color: rgba(255,255,255,.86); }
.velo-topbar-inner { min-height: 40px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-size: .9rem; }
.velo-topbar-left, .velo-topbar-contact { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.velo-topbar-contact a, .velo-social-links a { display: inline-flex; align-items: center; gap: .35rem; }
.velo-social-links { display: inline-flex; align-items: center; gap: .7rem; }
.velo-social-links a span { font-size: 0; width: 1px; height: 1px; overflow: hidden; position: absolute; }
.velo-header-search { min-width: min(360px, 42vw); display: flex; align-items: center; background: var(--vk-soft); border: 1px solid var(--vk-border); border-radius: 999px; padding: .2rem; transition: box-shadow .2s ease, border-color .2s ease; }
.velo-header-search:focus-within { border-color: var(--vk-brand); box-shadow: 0 0 0 4px var(--vk-ring); }
.velo-header-search input { border: 0; background: transparent; flex: 1; min-width: 0; height: 42px; padding: 0 .9rem; outline: none; }
.velo-header-search button { width: 40px; height: 40px; border: 0; border-radius: 999px; background: var(--vk-brand); color: #fff; display: inline-grid; place-items: center; cursor: pointer; }
.velo-cart-link { min-height: 48px; display: inline-flex; align-items: center; gap: .5rem; border: 1px solid var(--vk-border); border-radius: 999px; padding: .35rem .55rem .35rem .85rem; background: #fff; box-shadow: 0 8px 22px rgba(15, 23, 42, .05); }
.velo-cart-link strong { min-width: 24px; height: 24px; border-radius: 999px; background: var(--vk-brand); color: #fff; display: inline-grid; place-items: center; font-size: .78rem; }
.velo-cart-link small { color: var(--vk-muted); font-weight: 800; }
.header-whatsapp-cta { white-space: nowrap; }

.velo-hero { padding: clamp(2rem, 5vw, 4rem) 0 2rem; background: radial-gradient(circle at 20% 0%, var(--vk-hero-bg), transparent 34%), linear-gradient(180deg, rgba(245,247,251,.7), transparent); }
.velo-slider-shell { position: relative; border-radius: 34px; overflow: hidden; background: linear-gradient(135deg, #fff, var(--vk-soft)); border: 1px solid var(--vk-border); box-shadow: 0 30px 90px rgba(15,23,42,.08); }
.velo-slide { display: none; grid-template-columns: minmax(0, 1fr) minmax(300px, .78fr); gap: clamp(1.5rem, 5vw, 4rem); align-items: center; min-height: 520px; padding: clamp(1.5rem, 5vw, 4rem); }
.velo-slide.is-active { display: grid; animation: veloFadeIn .35s ease both; }
@keyframes veloFadeIn { from { opacity: .35; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.velo-hero-minimal .velo-slide { grid-template-columns: 1fr; text-align: center; }
.velo-hero-minimal .hero-media { display: none; }
.hero-copy h1 { max-width: 760px; font-size: clamp(2.4rem, 6vw, 5rem); letter-spacing: -.06em; line-height: .95; margin-bottom: 1rem; }
.hero-copy p { max-width: 620px; color: var(--vk-muted); font-size: clamp(1rem, 2vw, 1.2rem); }
.hero-actions { display: flex; align-items: center; gap: .75rem; flex-wrap: wrap; margin-top: 1.5rem; }
.hero-proof-row { display: flex; gap: .65rem; flex-wrap: wrap; margin-top: 1.35rem; }
.hero-proof-row span { display: inline-flex; align-items: center; gap: .35rem; border: 1px solid var(--vk-border); background: rgba(255,255,255,.82); padding: .55rem .8rem; border-radius: 999px; font-weight: 800; color: var(--vk-accent); font-size: .9rem; }
.hero-proof-row svg { color: var(--vk-brand); }
.hero-media { position: relative; min-height: 420px; display: grid; place-items: center; }
.hero-media:before { content: ""; position: absolute; width: 72%; aspect-ratio: 1; border-radius: 999px; background: color-mix(in srgb, var(--vk-brand) 20%, transparent); filter: blur(22px); }
.hero-media img { position: relative; width: min(100%, 440px); aspect-ratio: 1; object-fit: cover; border-radius: 32px; box-shadow: 0 30px 80px rgba(15,23,42,.18); background: #fff; }
.hero-product-placeholder { position: relative; width: min(100%, 420px); aspect-ratio: 1; border-radius: 32px; background: linear-gradient(135deg, #111827, #334155); color: #fff; display: grid; align-content: center; gap: .4rem; padding: 2rem; box-shadow: 0 30px 80px rgba(15,23,42,.18); }
.hero-mini-card { position: absolute; z-index: 2; background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.7); border-radius: 20px; padding: .9rem 1rem; box-shadow: 0 16px 50px rgba(15,23,42,.12); backdrop-filter: blur(10px); }
.hero-mini-card span { display: block; color: var(--vk-muted); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.hero-mini-card strong { display: block; color: var(--vk-accent); }
.hero-mini-card-top { top: 14%; left: 0; }
.hero-mini-card-bottom { right: 0; bottom: 12%; }
.velo-slider-controls { position: absolute; left: 50%; bottom: 1rem; transform: translateX(-50%); display: inline-flex; align-items: center; gap: .6rem; background: rgba(255,255,255,.85); border: 1px solid var(--vk-border); border-radius: 999px; padding: .4rem; box-shadow: 0 12px 30px rgba(15,23,42,.08); }
.velo-slider-prev, .velo-slider-next, .velo-slider-dots button { border: 0; cursor: pointer; }
.velo-slider-prev, .velo-slider-next { width: 36px; height: 36px; border-radius: 999px; background: #fff; font-size: 1.4rem; line-height: 1; }
.velo-slider-dots { display: inline-flex; gap: .35rem; }
.velo-slider-dots button { width: 9px; height: 9px; padding: 0; border-radius: 999px; background: #cbd5e1; }
.velo-slider-dots button.is-active { width: 24px; background: var(--vk-brand); }

.section-heading-centered { display: block; text-align: center; max-width: 720px; margin: 0 auto 2rem; }
.section-heading-centered h2 { margin: .35rem 0 .55rem; }
.section-heading-centered p { color: var(--vk-muted); margin-left: auto; margin-right: auto; }
.velo-category-section, .featured-products, .velo-trust-section, .velo-delivery-banner { padding: clamp(3rem, 7vw, 5rem) 0; }
.velo-category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.velo-category-card { position: relative; min-height: 190px; border: 1px solid var(--vk-border); border-radius: 26px; overflow: hidden; background: #fff; padding: 1.2rem; display: flex; flex-direction: column; justify-content: flex-end; box-shadow: 0 15px 45px rgba(15,23,42,.05); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.velo-category-card:hover { transform: translateY(-4px); box-shadow: 0 24px 70px rgba(15,23,42,.09); border-color: rgba(22,163,74,.35); }
.velo-category-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.velo-category-card img:after { content: ""; position: absolute; inset: 0; }
.velo-category-card:before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15,23,42,0), rgba(15,23,42,.68)); z-index: 1; opacity: .9; }
.velo-category-card strong, .velo-category-card small, .velo-category-card .category-icon { position: relative; z-index: 2; }
.velo-category-card strong { font-size: 1.1rem; color: #fff; }
.velo-category-card small { color: rgba(255,255,255,.82); }
.velo-category-card .category-icon { width: 48px; height: 48px; border-radius: 18px; background: var(--vk-soft); color: var(--vk-brand); display: inline-grid; place-items: center; margin-bottom: auto; }
.velo-category-card:not(:has(img)):before { background: linear-gradient(135deg, rgba(22,163,74,.94), rgba(15,23,42,.96)); }

.product-section-heading { align-items: center; }
.section-action { margin-top: 2rem; text-align: center; }
.velo-trust-section { background: var(--vk-soft); }
.velo-trust-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.velo-trust-card { background: #fff; border: 1px solid var(--vk-border); border-radius: 24px; padding: 1.3rem; box-shadow: 0 14px 40px rgba(15,23,42,.04); }
.trust-icon, .delivery-icon, .footer-info-card span, .velo-product-support-box > span { width: 46px; height: 46px; border-radius: 16px; display: inline-grid; place-items: center; background: rgba(22,163,74,.1); color: var(--vk-brand); margin-bottom: 1rem; }
.velo-trust-card h3 { margin-bottom: .35rem; }
.velo-trust-card p { color: var(--vk-muted); }
.velo-delivery-card { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 1.5rem; align-items: center; border-radius: 30px; padding: clamp(1.3rem, 4vw, 2.2rem); background: linear-gradient(135deg, var(--vk-accent), #1f2937); color: #fff; box-shadow: 0 28px 80px rgba(15,23,42,.16); }
.velo-delivery-card p { color: rgba(255,255,255,.78); }
.velo-delivery-card .delivery-icon { background: rgba(255,255,255,.12); color: #fff; margin: 0; }
.delivery-actions { display: flex; gap: .7rem; flex-wrap: wrap; justify-content: flex-end; }
.velo-delivery-card .button.ghost { border-color: rgba(255,255,255,.28); color: #fff; }

.woocommerce ul.products li.product { position: relative; border-radius: 24px; }
.woocommerce ul.products li.product .onsale { display: none; }
.velo-product-badges { position: absolute; z-index: 4; top: .8rem; left: .8rem; right: .8rem; display: flex; flex-wrap: wrap; gap: .35rem; pointer-events: none; }
.velo-badge { display: inline-flex; align-items: center; border-radius: 999px; padding: .32rem .58rem; font-size: .72rem; line-height: 1; font-weight: 900; background: #fff; color: var(--vk-accent); box-shadow: 0 8px 20px rgba(15,23,42,.1); }
.velo-badge-sale { background: var(--vk-brand); color: #fff; }
.velo-badge-stock { background: #ecfdf5; color: #047857; }
.velo-badge-strength { background: #eff6ff; color: #1d4ed8; }
.velo-badge-muted { background: #f1f5f9; color: #475569; }
.woocommerce ul.products li.product .button { border-radius: 16px; }
.velo-whatsapp-order { display: inline-flex; align-items: center; gap: .45rem; }
.woocommerce div.product .summary { background: #fff; border: 1px solid var(--vk-border); border-radius: 28px; padding: clamp(1.25rem, 3vw, 2rem); box-shadow: 0 16px 50px rgba(15,23,42,.05); }
.woocommerce div.product div.images img { border-radius: 28px; background: var(--vk-soft); }
.velo-product-support-boxes { display: grid; gap: .75rem; margin-top: 1rem; }
.velo-product-support-box { display: grid; grid-template-columns: auto 1fr; gap: .75rem; align-items: start; border: 1px solid var(--vk-border); background: var(--vk-soft); border-radius: 18px; padding: .9rem; }
.velo-product-support-box > span { margin: 0; width: 38px; height: 38px; border-radius: 14px; background: #fff; }
.velo-product-support-box strong { display: block; }
.velo-product-support-box p { color: var(--vk-muted); margin: .15rem 0 0; font-size: .92rem; }
.velo-product-compliance-notice { display: flex; align-items: flex-start; gap: .55rem; padding: .85rem 1rem; border-radius: 16px; margin-top: 1rem; background: #fffbeb; border: 1px solid #fde68a; color: #92400e; font-weight: 800; }
.velo-product-compliance-notice svg { flex: 0 0 auto; }
.velo-sticky-product-bar { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 9990; display: none; align-items: center; gap: .75rem; padding: .75rem; border-radius: 22px; background: rgba(255,255,255,.96); border: 1px solid var(--vk-border); box-shadow: 0 20px 60px rgba(15,23,42,.2); backdrop-filter: blur(14px); }
.velo-sticky-product-bar > div { min-width: 0; flex: 1; }
.velo-sticky-product-bar strong, .velo-sticky-product-bar span { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.velo-sticky-product-bar span { color: var(--vk-brand); font-weight: 900; }

.footer-ecommerce-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr .7fr; gap: 1rem; }
.footer-info-card, .footer-links-card { border: 1px solid rgba(255,255,255,.1); border-radius: 22px; padding: 1rem; background: rgba(255,255,255,.04); }
.footer-info-card span { margin-bottom: .75rem; background: rgba(255,255,255,.12); color: #fff; }
.footer-links-card ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .45rem; }
.site-footer-ecommerce .footer-social { margin-top: 1rem; }
.footer-simple-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }

.velo-floating-whatsapp { position: fixed; right: 18px; bottom: 20px; z-index: 9992; display: inline-flex; align-items: center; gap: .5rem; border-radius: 999px; padding: .85rem 1rem; background: #22c55e; color: #fff; font-weight: 900; box-shadow: 0 18px 50px rgba(34,197,94,.32); }
.velo-floating-whatsapp:hover { color: #fff; transform: translateY(-2px); }
.velo-mobile-bottom-nav { display: none; }

@supports not selector(:has(img)) {
  .velo-category-card:before { background: linear-gradient(135deg, rgba(22,163,74,.94), rgba(15,23,42,.96)); }
}

@media (max-width: 1100px) {
  .footer-ecommerce-grid { grid-template-columns: 1fr 1fr; }
  .velo-trust-grid, .velo-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 980px) {
  .site-header-centered .header-inner { display: flex; }
  .site-header-compact .compact-search-wrap { order: 5; flex-basis: 100%; }
  .velo-slide { grid-template-columns: 1fr; min-height: auto; }
  .hero-media { min-height: 340px; }
  .hero-mini-card-top { left: .5rem; }
  .hero-mini-card-bottom { right: .5rem; }
  .velo-delivery-card { grid-template-columns: 1fr; text-align: left; }
  .delivery-actions { justify-content: flex-start; }
  .footer-ecommerce-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  body.velo-has-mobile-bottom-nav { padding-bottom: 78px; }
  .velo-topbar-inner { justify-content: center; text-align: center; }
  .velo-topbar-left { justify-content: center; }
  .topbar-social, .velo-topbar-contact a[href^="mailto"] { display: none; }
  .velo-header-search { min-width: 0; width: 100%; }
  .header-actions { flex-wrap: wrap; }
  .header-actions .velo-header-search { order: 6; flex-basis: 100%; }
  .header-actions .button.header-whatsapp-cta { display: none; }
  .hero-copy h1 { font-size: clamp(2.2rem, 12vw, 3.4rem); }
  .velo-slider-shell { border-radius: 24px; }
  .velo-slide { padding: 1.25rem 1.25rem 4.5rem; }
  .hero-media { min-height: 280px; }
  .hero-media img, .hero-product-placeholder { border-radius: 24px; }
  .hero-mini-card { position: relative; inset: auto; width: 100%; margin-top: .75rem; }
  .velo-category-grid, .velo-trust-grid { grid-template-columns: 1fr; }
  .velo-category-card { min-height: 160px; }
  .product-section-heading { display: block; }
  .desktop-only { display: none !important; }
  .woocommerce div.product .summary { padding: 1rem; border-radius: 22px; }
  .velo-sticky-product-bar { display: flex; }
  .velo-sticky-product-bar .button { padding: .65rem .85rem; font-size: .85rem; }
  .velo-floating-whatsapp { bottom: 86px; right: 14px; padding: .75rem; }
  .velo-floating-whatsapp span { display: none; }
  .velo-mobile-bottom-nav { position: fixed; left: 10px; right: 10px; bottom: 10px; z-index: 9991; display: grid; grid-auto-flow: column; grid-auto-columns: 1fr; gap: .25rem; padding: .35rem; border-radius: 22px; background: rgba(255,255,255,.96); border: 1px solid var(--vk-border); box-shadow: 0 18px 55px rgba(15,23,42,.18); backdrop-filter: blur(14px); }
  .velo-mobile-bottom-nav a { position: relative; display: grid; place-items: center; gap: .1rem; padding: .48rem .25rem; border-radius: 16px; color: var(--vk-muted); font-size: .72rem; font-weight: 900; }
  .velo-mobile-bottom-nav a:hover, .velo-mobile-bottom-nav a:focus { color: var(--vk-brand); background: rgba(22,163,74,.09); }
  .velo-mobile-bottom-nav em { position: absolute; top: .2rem; right: 20%; min-width: 18px; height: 18px; border-radius: 999px; display: grid; place-items: center; background: var(--vk-brand); color: #fff; font-size: .68rem; font-style: normal; }
}

@media (max-width: 420px) {
  .velo-cart-link small, .velo-cart-link .velo-cart-text { display: none; }
  .velo-sticky-product-bar > div { display: none; }
  .velo-sticky-product-bar { justify-content: center; }
}

/* Velo Theme Manager v1.3.0: global UI system, motion, preloaders and WooCommerce polish */
:root {
  --vk-radius-sm: calc(var(--vk-radius, 18px) * .55);
  --vk-radius-lg: calc(var(--vk-radius, 18px) * 1.45);
  --vk-shadow-soft: 0 14px 40px rgba(15, 23, 42, .08);
  --vk-shadow-strong: 0 24px 70px rgba(15, 23, 42, .14);
  --vk-border: rgba(15, 23, 42, .10);
  --vk-glass: rgba(255, 255, 255, .78);
}

.container { max-width: var(--vk-container, 1240px); }
.velo-page-width-narrow { --vk-container: 1080px; }
.velo-page-width-wide { --vk-container: 1360px; }
.velo-page-width-fluid .container { max-width: min(96vw, 1680px); }

body.velo-micro-enabled a,
body.velo-micro-enabled button,
body.velo-micro-enabled .button,
body.velo-micro-enabled .velo-product-card-inner,
body.velo-micro-enabled .velo-category-card,
body.velo-micro-enabled .velo-trust-card,
body.velo-micro-enabled .footer-info-card,
body.velo-micro-enabled input,
body.velo-micro-enabled select,
body.velo-micro-enabled textarea {
  transition: transform var(--vk-motion-duration, 520ms) cubic-bezier(.2,.8,.2,1), box-shadow var(--vk-motion-duration, 520ms) cubic-bezier(.2,.8,.2,1), border-color .22s ease, background .22s ease, color .22s ease, opacity .22s ease;
}

body.velo-micro-enabled .button:hover,
body.velo-micro-enabled button:hover,
body.velo-micro-enabled .single_add_to_cart_button:hover,
body.velo-micro-enabled .add_to_cart_button:hover { transform: translateY(-2px); }
body.velo-micro-enabled .velo-product-card-inner:hover,
body.velo-micro-enabled .velo-category-card:hover,
body.velo-micro-enabled .velo-trust-card:hover,
body.velo-micro-enabled .footer-info-card:hover { transform: translateY(-6px); }

.velo-button-style-pill .button,
.velo-button-style-pill button,
.velo-button-style-pill input[type="submit"],
.velo-button-style-pill .single_add_to_cart_button,
.velo-button-style-pill .add_to_cart_button { border-radius: 999px !important; }
.velo-button-style-rounded .button,
.velo-button-style-rounded button,
.velo-button-style-rounded input[type="submit"],
.velo-button-style-rounded .single_add_to_cart_button,
.velo-button-style-rounded .add_to_cart_button { border-radius: var(--vk-radius-sm) !important; }
.velo-button-style-square .button,
.velo-button-style-square button,
.velo-button-style-square input[type="submit"],
.velo-button-style-square .single_add_to_cart_button,
.velo-button-style-square .add_to_cart_button { border-radius: 4px !important; }

.velo-card-style-elevated .velo-product-card-inner,
.velo-card-style-elevated .velo-category-card,
.velo-card-style-elevated .velo-trust-card,
.velo-card-style-elevated .page-content-wrap,
.velo-card-style-elevated .narrow-content article,
.velo-card-style-elevated .woocommerce-cart-form,
.velo-card-style-elevated .cart-collaterals .cart_totals,
.velo-card-style-elevated .woocommerce-checkout-review-order,
.velo-card-style-elevated .woocommerce-MyAccount-navigation,
.velo-card-style-elevated .woocommerce-MyAccount-content {
  box-shadow: var(--vk-shadow-strong);
  border-color: transparent;
}
.velo-card-style-bordered .velo-product-card-inner,
.velo-card-style-bordered .velo-category-card,
.velo-card-style-bordered .velo-trust-card,
.velo-card-style-bordered .page-content-wrap,
.velo-card-style-bordered .woocommerce-cart-form,
.velo-card-style-bordered .cart-collaterals .cart_totals,
.velo-card-style-bordered .woocommerce-checkout-review-order {
  box-shadow: none;
  border: 1px solid var(--vk-border);
}
.velo-card-style-glass .velo-product-card-inner,
.velo-card-style-glass .velo-category-card,
.velo-card-style-glass .velo-trust-card,
.velo-card-style-glass .velo-delivery-card,
.velo-card-style-glass .footer-info-card {
  background: var(--vk-glass);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,.55);
  box-shadow: var(--vk-shadow-soft);
}

.site-header {
  backdrop-filter: saturate(145%) blur(14px);
}
.velo-sticky-header-enabled .site-header {
  position: sticky;
  top: 0;
  z-index: 80;
}
.admin-bar.velo-sticky-header-enabled .site-header { top: 32px; }
.site-header.is-scrolled { box-shadow: 0 16px 50px rgba(15,23,42,.10); }
.velo-header-search input:focus,
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: color-mix(in srgb, var(--vk-brand) 70%, #ffffff 30%);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--vk-brand) 18%, transparent);
}

.velo-inner-hero {
  background:
    radial-gradient(circle at 10% 20%, color-mix(in srgb, var(--vk-brand) 14%, transparent), transparent 28%),
    linear-gradient(135deg, var(--vk-soft), #ffffff);
  border-bottom: 1px solid var(--vk-border);
  padding: clamp(36px, 7vw, 80px) 0;
  overflow: hidden;
}
.velo-inner-hero .container { position: relative; }
.velo-inner-hero .eyebrow { display:inline-flex; color: var(--vk-brand); font-weight: 800; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; margin-bottom: 10px; }
.velo-inner-hero h1 { max-width: 860px; margin: 0; font-size: clamp(34px, 5vw, 64px); line-height: .96; letter-spacing: -.055em; }
.velo-inner-hero p { max-width: 620px; margin: 16px 0 0; color: var(--vk-muted); font-size: clamp(16px, 2vw, 19px); }

.archive-header { display: none; }
.content-area,
.page-content-wrap,
.narrow-content { padding-top: clamp(32px, 5vw, 64px); padding-bottom: clamp(44px, 6vw, 84px); }
.page-content-wrap,
.narrow-content article,
.error-404,
.template-parts-content-card {
  border-radius: var(--vk-radius-lg);
}
.post-grid article,
.search article {
  border: 1px solid var(--vk-border);
  border-radius: var(--vk-radius-lg);
  background: #fff;
  overflow: hidden;
  box-shadow: var(--vk-shadow-soft);
}
.post-grid article .entry-content,
.post-grid article .entry-summary,
.post-grid article .entry-header { padding: 0 20px; }
.post-grid article .entry-header { padding-top: 18px; }
.post-grid article .entry-footer { padding: 0 20px 20px; }
.nav-links { display:flex; justify-content:space-between; gap:16px; margin-top:32px; }
.nav-links a { display:inline-flex; align-items:center; gap:8px; border:1px solid var(--vk-border); padding:12px 16px; border-radius:999px; background:#fff; box-shadow:var(--vk-shadow-soft); }

.woocommerce-breadcrumb,
.rank-math-breadcrumb,
.yoast-breadcrumb,
.breadcrumbs {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  background: var(--vk-soft);
  border: 1px solid var(--vk-border);
  border-radius: 999px;
  padding: 10px 14px;
  margin: 0 0 22px;
  color: var(--vk-muted);
  font-size: 13px;
}
.velo-breadcrumb-strip-enabled .woocommerce-breadcrumb a,
.velo-breadcrumb-strip-enabled .rank-math-breadcrumb a,
.velo-breadcrumb-strip-enabled .yoast-breadcrumb a { color: var(--vk-accent); font-weight: 700; }

.woocommerce ul.products li.product .velo-product-card-inner {
  min-height: 100%;
  border-radius: var(--vk-radius-lg);
  overflow: hidden;
  background: #fff;
}
.velo-shop-layout-boxed-grid.woocommerce-page ul.products,
.velo-shop-layout-boxed-grid .woocommerce ul.products { gap: 24px; }
.velo-shop-layout-boxed-grid.woocommerce-page ul.products li.product,
.velo-shop-layout-boxed-grid .woocommerce ul.products li.product { padding: 0; }
.velo-shop-layout-catalog-focus .woocommerce-result-count,
.velo-shop-layout-catalog-focus .woocommerce-ordering {
  background: #fff;
  border: 1px solid var(--vk-border);
  border-radius: 999px;
  padding: 10px 14px;
}
.woocommerce .woocommerce-ordering select { border-radius: 999px; min-height: 42px; }
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border: 1px solid var(--vk-border);
  border-left: 5px solid var(--vk-brand);
  border-radius: var(--vk-radius);
  background: #fff;
  box-shadow: var(--vk-shadow-soft);
  padding: 16px 18px;
}

.woocommerce div.product {
  padding-top: clamp(22px, 4vw, 52px);
}
.velo-product-page-premium.woocommerce-page div.product,
.velo-product-page-premium .woocommerce div.product {
  background: linear-gradient(135deg, #fff, var(--vk-soft));
  border: 1px solid var(--vk-border);
  border-radius: var(--vk-radius-lg);
  padding: clamp(18px, 4vw, 34px);
  box-shadow: var(--vk-shadow-soft);
}
.velo-product-page-sticky-info.woocommerce-page div.product div.summary,
.velo-product-page-sticky-info .woocommerce div.product div.summary {
  position: sticky;
  top: 110px;
  align-self: flex-start;
}
.woocommerce div.product .product_title { font-size: clamp(30px, 4vw, 54px); letter-spacing: -.045em; line-height: 1; }
.woocommerce div.product p.price,
.woocommerce div.product span.price { color: var(--vk-accent); font-size: clamp(22px, 3vw, 34px); font-weight: 900; }
.woocommerce div.product form.cart {
  background: var(--vk-soft);
  border: 1px solid var(--vk-border);
  border-radius: var(--vk-radius-lg);
  padding: 14px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  border: 1px solid var(--vk-border);
  border-radius: 999px;
  padding: 6px;
  background: var(--vk-soft);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 999px;
  border: 0;
  background: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { background: #fff; box-shadow: var(--vk-shadow-soft); }
.woocommerce div.product .woocommerce-tabs .panel {
  border: 1px solid var(--vk-border);
  border-radius: var(--vk-radius-lg);
  padding: clamp(18px, 3vw, 30px);
  background: #fff;
}

.woocommerce table.shop_table,
.woocommerce-cart-form,
.cart-collaterals .cart_totals,
.woocommerce-checkout #customer_details,
.woocommerce-checkout-review-order,
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content,
.woocommerce-order,
.woocommerce-customer-details,
.woocommerce-order-details {
  border-radius: var(--vk-radius-lg) !important;
  border: 1px solid var(--vk-border) !important;
  background: #fff;
  box-shadow: var(--vk-shadow-soft);
  overflow: hidden;
}
.woocommerce-cart-form,
.cart-collaterals .cart_totals,
.woocommerce-checkout #customer_details,
.woocommerce-checkout-review-order,
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content { padding: clamp(16px, 3vw, 28px); }
.woocommerce table.shop_table th { background: var(--vk-soft); font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.woocommerce table.shop_table td,
.woocommerce table.shop_table th { border-color: var(--vk-border); }
.woocommerce .quantity .qty { border-radius: 999px; min-height: 42px; border: 1px solid var(--vk-border); }
.woocommerce-MyAccount-navigation ul { list-style:none; margin:0; padding:0; display:grid; gap:8px; }
.woocommerce-MyAccount-navigation li a { display:block; padding:12px 14px; border-radius:12px; background:var(--vk-soft); color:var(--vk-accent); font-weight:700; }
.woocommerce-MyAccount-navigation li.is-active a { background:var(--vk-accent); color:#fff; }

.velo-preloader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  background: color-mix(in srgb, var(--vk-bg) 90%, #ffffff 10%);
  opacity: 1;
  visibility: visible;
  transition: opacity .35s ease, visibility .35s ease;
}
.velo-preloader.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.velo-preloader-card { display:grid; place-items:center; gap:14px; padding:24px; border-radius:24px; background:#fff; box-shadow:var(--vk-shadow-strong); color:var(--vk-accent); }
.velo-preloader-mark { width:54px; height:54px; position:relative; display:grid; place-items:center; }
.velo-preloader-ring .velo-preloader-mark { border: 4px solid color-mix(in srgb, var(--vk-brand) 18%, transparent); border-top-color: var(--vk-brand); border-radius: 999px; animation: veloSpin .8s linear infinite; }
.velo-preloader-ring .velo-preloader-mark span { display:none; }
.velo-preloader-dots .velo-preloader-mark { display:flex; gap:8px; width:auto; height:auto; }
.velo-preloader-dots .velo-preloader-mark span { width:12px; height:12px; border-radius:50%; background:var(--vk-brand); animation: veloDot .9s ease-in-out infinite; }
.velo-preloader-dots .velo-preloader-mark span:nth-child(2){ animation-delay:.12s; }.velo-preloader-dots .velo-preloader-mark span:nth-child(3){ animation-delay:.24s; }
.velo-preloader-bar .velo-preloader-mark { width:170px; height:8px; border-radius:999px; background:color-mix(in srgb, var(--vk-brand) 15%, transparent); overflow:hidden; }
.velo-preloader-bar .velo-preloader-mark span:first-child { display:block; width:42%; height:100%; border-radius:inherit; background:var(--vk-brand); animation: veloBar 1s ease-in-out infinite; }
.velo-preloader-bar .velo-preloader-mark span:not(:first-child){ display:none; }
@keyframes veloSpin { to { transform: rotate(360deg); } }
@keyframes veloDot { 0%,100%{ transform:translateY(0); opacity:.55 } 50%{ transform:translateY(-8px); opacity:1 } }
@keyframes veloBar { 0%{ transform:translateX(-120%)} 100%{ transform:translateX(260%)} }

body.velo-reveal-enabled [data-velo-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity var(--vk-motion-duration,520ms) cubic-bezier(.2,.8,.2,1), transform var(--vk-motion-duration,520ms) cubic-bezier(.2,.8,.2,1);
  transition-delay: var(--vk-reveal-delay, 0ms);
}
body.velo-reveal-enabled.velo-animation-zoom-soft [data-velo-reveal] { transform: scale(.97); }
body.velo-reveal-enabled.velo-animation-slide-soft [data-velo-reveal] { transform: translateX(-22px); }
body.velo-reveal-enabled.velo-animation-none [data-velo-reveal] { opacity: 1; transform: none; transition: none; }
body.velo-reveal-enabled [data-velo-reveal].is-visible { opacity: 1; transform: none; }

.velo-back-to-top {
  position: fixed;
  right: 18px;
  bottom: 96px;
  z-index: 65;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: var(--vk-accent);
  color: #fff;
  box-shadow: var(--vk-shadow-strong);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
}
.velo-back-to-top.is-visible { opacity: 1; transform: none; pointer-events:auto; }

.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .velo-whatsapp-order {
  position: relative;
  overflow: hidden;
}
.velo-ripple {
  position:absolute;
  border-radius:50%;
  transform:scale(0);
  background:rgba(255,255,255,.48);
  animation:veloRipple .55s linear;
  pointer-events:none;
}
@keyframes veloRipple { to { transform: scale(4); opacity: 0; } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .001ms !important; }
  body.velo-reveal-enabled [data-velo-reveal] { opacity: 1; transform: none; }
}

@media (max-width: 782px) {
  .admin-bar.velo-sticky-header-enabled .site-header { top: 46px; }
  .velo-inner-hero { padding: 34px 0; }
  .velo-inner-hero h1 { font-size: 36px; }
  .velo-product-page-sticky-info.woocommerce-page div.product div.summary,
  .velo-product-page-sticky-info .woocommerce div.product div.summary { position: static; }
  .woocommerce div.product .woocommerce-tabs ul.tabs { border-radius: var(--vk-radius); display:flex; overflow-x:auto; }
  .velo-back-to-top { bottom: 88px; right: 14px; }
}

/* v1.4.0 TWS Design System Upgrade */
html{font-size:var(--vk-base-font-size,16px)}
body{font-family:var(--vk-font-body,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif);line-height:var(--vk-body-line-height,1.6);background:var(--vk-bg,#fff)}
h1,h2,h3,h4,h5,h6,.site-title,.section-heading h2,.hero-copy h1{font-family:var(--vk-font-heading,var(--vk-font-body));line-height:var(--vk-heading-line-height,1.1);letter-spacing:var(--vk-heading-letter-spacing,-.02em)}
.main-navigation,.velo-topbar,.velo-mobile-bottom-nav{font-family:var(--vk-font-nav,var(--vk-font-body))}
button,.button,.wp-element-button,.add_to_cart_button,.single_add_to_cart_button,.velo-whatsapp-order{font-family:var(--vk-font-button,var(--vk-font-body));letter-spacing:var(--vk-button-letter-spacing,.01em);text-transform:var(--vk-button-text-transform,none)}
.woocommerce-loop-product__title,.product_title,.wc-block-grid__product-title{font-family:var(--vk-font-product,var(--vk-font-heading))}
.price,.woocommerce-Price-amount,.wc-block-components-product-price{font-family:var(--vk-font-price,var(--vk-font-body))}
input,select,textarea,.woocommerce form .form-row input.input-text{font-family:var(--vk-font-form,var(--vk-font-body))}

.velo-announcement-bar{background:linear-gradient(90deg,var(--vk-brand),var(--vk-accent));color:#fff;font-size:13px;font-weight:800}
.velo-announcement-bar .container{display:flex;align-items:center;justify-content:center;gap:12px;padding:9px 18px;text-align:center}
.velo-announcement-bar a{color:#fff;text-decoration:underline;text-underline-offset:3px}

.velo-mobile-logo,.velo-dark-logo{display:none}.site-branding img{max-height:72px;width:auto}.footer-custom-logo img{max-height:68px;width:auto}.velo-tws-credit{display:block;color:rgba(255,255,255,.68);font-size:12px;margin-top:6px}.footer-bottom{gap:10px;flex-wrap:wrap}

.velo-category-toggle{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(15,23,42,.1);background:var(--vk-soft);color:var(--vk-accent);border-radius:999px;padding:10px 14px;font-weight:800;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.velo-category-toggle:hover{transform:translateY(-1px);box-shadow:0 12px 24px rgba(15,23,42,.12);background:#fff}.velo-category-drawer{position:fixed;inset:0;z-index:99998;pointer-events:none;opacity:0;transition:opacity .25s ease}.velo-category-drawer.is-open{opacity:1;pointer-events:auto}.velo-category-drawer-backdrop{position:absolute;inset:0;background:rgba(2,6,23,.54);backdrop-filter:blur(6px)}.velo-category-drawer-panel{position:absolute;right:0;top:0;bottom:0;width:min(520px,94vw);background:#fff;padding:30px;overflow:auto;transform:translateX(100%);transition:transform .32s ease;box-shadow:-24px 0 60px rgba(2,6,23,.2)}.velo-category-drawer.is-open .velo-category-drawer-panel{transform:translateX(0)}.velo-category-drawer-close{position:absolute;right:18px;top:14px;width:40px;height:40px;border-radius:999px;border:1px solid #e2e8f0;background:#f8fafc;font-size:26px;cursor:pointer}.velo-category-drawer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:20px 0}.velo-category-drawer-grid a{display:grid;grid-template-columns:54px 1fr;grid-template-rows:auto auto;gap:2px 12px;align-items:center;padding:12px;border:1px solid #e5e7eb;border-radius:18px;text-decoration:none;color:var(--vk-accent);background:#fff;transition:transform .2s ease,box-shadow .2s ease}.velo-category-drawer-grid a:hover{transform:translateY(-2px);box-shadow:0 14px 32px rgba(15,23,42,.1)}.velo-category-drawer-grid img,.velo-category-drawer-grid .category-icon{grid-row:1/3;width:54px;height:54px;border-radius:16px;object-fit:cover;background:var(--vk-soft);display:grid;place-items:center;color:var(--vk-brand)}.velo-category-drawer-grid small{color:var(--vk-muted)}body.category-drawer-open{overflow:hidden}

.velo-cart-style-compact .velo-cart-text,.velo-cart-style-compact .velo-cart-link small{display:none}.velo-cart-style-compact .velo-cart-link{gap:6px}.velo-search-style-overlay .velo-header-search{box-shadow:0 16px 34px rgba(15,23,42,.12);border-radius:999px}.velo-search-style-compact .velo-header-search{max-width:260px}.velo-search-style-compact .velo-header-search input{width:150px}

.velo-card-style-glass .velo-category-card,.velo-card-style-glass .velo-trust-card,.velo-card-style-glass .woocommerce ul.products li.product .velo-product-card-inner,.velo-card-style-glass .footer-info-card{background:rgba(255,255,255,.72);backdrop-filter:blur(16px);border-color:rgba(255,255,255,.65)}.velo-card-style-bordered .velo-category-card,.velo-card-style-bordered .velo-trust-card,.velo-card-style-bordered .woocommerce ul.products li.product .velo-product-card-inner{box-shadow:none;border:1px solid #e2e8f0}.velo-card-style-elevated .velo-category-card,.velo-card-style-elevated .velo-trust-card,.velo-card-style-elevated .woocommerce ul.products li.product .velo-product-card-inner{box-shadow:0 18px 42px rgba(15,23,42,.12)}.velo-button-style-square .button,.velo-button-style-square button,.velo-button-style-square .add_to_cart_button{border-radius:4px}.velo-button-style-rounded .button,.velo-button-style-rounded button,.velo-button-style-rounded .add_to_cart_button{border-radius:12px}

.velo-product-image-zoom .woocommerce ul.products li.product img{transition:transform .42s ease}.velo-product-image-zoom .woocommerce ul.products li.product:hover img{transform:scale(1.045)}.velo-product-image-fade .woocommerce ul.products li.product img{transition:opacity .28s ease}.velo-product-image-fade .woocommerce ul.products li.product:hover img{opacity:.84}.velo-shop-layout-catalog-focus .woocommerce-result-count,.velo-shop-layout-catalog-focus .woocommerce-ordering{background:#fff;border:1px solid #e5e7eb;border-radius:999px;padding:10px 14px}.velo-product-page-sticky-info.single-product div.product .summary{position:sticky;top:110px}.velo-product-page-premium.single-product div.product{background:#fff;border:1px solid #e5e7eb;border-radius:calc(var(--vk-radius) + 12px);padding:clamp(16px,3vw,32px);box-shadow:0 24px 70px rgba(15,23,42,.08)}

.velo-checkout-compliance-note,.velo-empty-cart-guide{border:1px solid rgba(22,163,74,.2);background:linear-gradient(135deg,rgba(22,163,74,.08),rgba(255,255,255,.96));border-radius:18px;padding:16px;margin:14px 0;display:flex;gap:10px;align-items:flex-start;color:var(--vk-accent)}.velo-empty-cart-guide{display:block;text-align:center;padding:32px}.velo-empty-cart-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.velo-checkout-compliance-note svg{color:var(--vk-brand);flex:0 0 auto;margin-top:2px}

.velo-preloader-logo{width:86px;height:86px;object-fit:contain;animation:veloLogoPulse 1.05s ease-in-out infinite}@keyframes veloLogoPulse{0%,100%{transform:scale(.96);opacity:.78}50%{transform:scale(1.04);opacity:1}}
.velo-enable-skeleton .woocommerce ul.products li.product{background:linear-gradient(90deg,#f1f5f9,#fff,#f1f5f9);background-size:200% 100%;animation:veloSkeleton 1.3s ease-in-out infinite}@keyframes veloSkeleton{0%{background-position:200% 0}100%{background-position:-200% 0}}

body.velo-transparent-home.home .site-header{background:rgba(255,255,255,.72);backdrop-filter:blur(16px)}.velo-footer-columns-2 .footer-ecommerce-grid{grid-template-columns:1.3fr 1fr}.velo-footer-columns-3 .footer-ecommerce-grid{grid-template-columns:1.4fr 1fr 1fr}.velo-footer-columns-4 .footer-ecommerce-grid{grid-template-columns:1.5fr 1fr 1fr 1fr}

.yith-wcqv-button,.quick-view-button,.woosq-btn{display:inline-flex!important;align-items:center;justify-content:center;border-radius:999px;background:var(--vk-soft);color:var(--vk-accent);font-weight:800;padding:9px 12px;text-decoration:none;margin-top:8px}.wishlist_table,.tinv-wishlist table{border-radius:18px;overflow:hidden}.elementor-widget-button .elementor-button{border-radius:999px;background:var(--vk-brand)}.elementor-widget-woocommerce-products .woocommerce ul.products li.product{margin-bottom:24px}

@media(max-width:782px){html{font-size:var(--vk-mobile-font-size,15px)}.velo-mobile-logo{display:inline-flex}.velo-mobile-logo+ .custom-logo-link:not(.velo-dark-logo){display:none}.velo-category-toggle span{display:none}.velo-category-toggle{width:42px;height:42px;justify-content:center;padding:0}.velo-category-drawer-panel{padding:24px 18px}.velo-category-drawer-grid{grid-template-columns:1fr}.velo-reduce-mobile-motion *,.velo-reduce-mobile-motion *::before,.velo-reduce-mobile-motion *::after{animation-duration:.001ms!important;transition-duration:.001ms!important;scroll-behavior:auto!important}.velo-product-page-sticky-info.single-product div.product .summary{position:static}.velo-search-style-compact .velo-header-search input{width:100%}}
@media(prefers-reduced-motion:reduce){.velo-category-drawer,.velo-category-drawer-panel,.velo-category-toggle,.woocommerce ul.products li.product img{transition:none!important;animation:none!important}}

/* v1.5.0 TWS Hi-Fi Store Upgrade: realistic image-led UI, sharper edges and modern shop filters */
body.velo-hifi{--vk-radius:4px;--vk-shadow-subtle:0 1px 2px rgba(15,23,42,.06);--vk-shadow-card:0 10px 30px rgba(15,23,42,.08);--vk-border:#e3e7ed;color:#111827;background:#fff}
body.velo-corners-soft{--vk-radius:8px}body.velo-corners-rounded{--vk-radius:14px}body.velo-corners-sharp{--vk-radius:3px}
body.velo-density-compact{--vk-section-y:46px;--vk-card-pad:14px}body.velo-density-editorial{--vk-section-y:72px;--vk-card-pad:20px}body.velo-density-spacious{--vk-section-y:92px;--vk-card-pad:26px}
.velo-hifi .container{max-width:var(--vk-container,1240px)}
.velo-hifi .button,.velo-hifi button,.velo-hifi input,.velo-hifi select,.velo-hifi textarea,.velo-hifi .woocommerce a.button,.velo-hifi .woocommerce button.button{border-radius:var(--vk-radius)}
.velo-hifi .site-header{border-bottom:1px solid rgba(17,24,39,.08);box-shadow:none;background:rgba(255,255,255,.96)}
.velo-hifi .site-header.is-scrolled{box-shadow:0 8px 28px rgba(15,23,42,.08)}
.velo-hifi .velo-topbar{font-size:12px;letter-spacing:.01em}.velo-hifi .velo-topbar a{text-decoration:none}.velo-hifi .main-navigation a{font-size:14px;font-weight:700;letter-spacing:.01em}.velo-hifi .header-whatsapp-cta{border-radius:var(--vk-radius);background:#111827;color:#fff}.velo-hifi .velo-header-search{border:1px solid var(--vk-border);border-radius:var(--vk-radius);box-shadow:none;background:#fff}.velo-hifi .velo-header-search input{font-size:14px}.velo-hifi .velo-cart-link{border-radius:var(--vk-radius);border-color:var(--vk-border);box-shadow:none;background:#fff}.velo-hifi .velo-cart-link strong{border-radius:2px;background:#111827;color:#fff}
.velo-hifi .hero-section{padding:var(--vk-section-y,72px) 0;background:#fff}.velo-hifi .hero-slider{border:1px solid var(--vk-border);border-radius:var(--vk-radius);background:#f8fafc;box-shadow:var(--vk-shadow-subtle);overflow:hidden}.velo-hifi .hero-slide{min-height:560px;background:#f6f7f9}.velo-hifi .hero-slide-inner{gap:clamp(28px,5vw,70px);align-items:stretch}.velo-hifi .hero-content{align-self:center;max-width:550px}.velo-hifi .hero-content .eyebrow,.velo-hifi .section-heading .eyebrow{letter-spacing:.16em;color:#64748b;font-size:11px}.velo-hifi .hero-content h1{font-size:clamp(44px,6vw,76px);letter-spacing:-.07em;line-height:.94;margin-bottom:18px}.velo-hifi .hero-content p{font-size:17px;line-height:1.75;color:#526071;max-width:520px}.velo-hifi .hero-actions .button{min-height:48px;padding:14px 20px}.velo-hifi .hero-visual{min-height:520px;border-left:1px solid var(--vk-border);border-radius:0;overflow:hidden;background:#e5e7eb}.velo-hifi .hero-product-image{width:100%;height:100%;object-fit:cover;border-radius:0;box-shadow:none;transform:none}.velo-hifi .hero-mini-card,.velo-hifi .hero-product-placeholder{display:none}.velo-hifi .velo-slider-controls{bottom:22px}.velo-hifi .velo-slider-prev,.velo-hifi .velo-slider-next,.velo-hifi .velo-slider-dots button{border-radius:2px}.velo-hifi .velo-slider-dots button{width:34px;height:3px;border:none;background:rgba(17,24,39,.28)}.velo-hifi .velo-slider-dots button.is-active{background:#111827}
.velo-hifi .velo-category-section,.velo-hifi .featured-products,.velo-hifi .velo-trust-section,.velo-hifi .velo-delivery-banner{padding:var(--vk-section-y,72px) 0}.velo-hifi .section-heading h2{font-size:clamp(28px,4vw,48px);letter-spacing:-.05em}.velo-hifi .section-heading p{max-width:620px;color:#64748b}.velo-hifi .velo-category-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.velo-hifi .velo-category-card{position:relative;min-height:310px;padding:0;border:1px solid var(--vk-border);border-radius:var(--vk-radius);overflow:hidden;box-shadow:none;background:#f3f4f6;align-items:flex-start;justify-content:flex-end;text-align:left}.velo-hifi .velo-category-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:0;transition:transform .5s ease}.velo-hifi .velo-category-card:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(2,6,23,.74),rgba(2,6,23,.12) 58%,rgba(2,6,23,.02));z-index:1}.velo-hifi .velo-category-card strong,.velo-hifi .velo-category-card small{position:relative;z-index:2;color:#fff;padding-inline:18px}.velo-hifi .velo-category-card strong{font-size:20px;letter-spacing:-.02em;padding-top:210px}.velo-hifi .velo-category-card small{padding-bottom:18px;color:rgba(255,255,255,.82);line-height:1.5}.velo-hifi .velo-category-card:hover{transform:none;box-shadow:var(--vk-shadow-card)}.velo-hifi .velo-category-card:hover img{transform:scale(1.035)}.velo-hifi .velo-category-card .category-icon{display:none}
.velo-hifi .woocommerce ul.products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.velo-hifi .woocommerce ul.products::before,.velo-hifi .woocommerce ul.products::after{display:none}.velo-hifi .woocommerce ul.products li.product{width:auto!important;margin:0!important;float:none!important;border:0;background:transparent}.velo-hifi .woocommerce ul.products li.product .velo-product-card-inner{height:100%;border:1px solid var(--vk-border);border-radius:var(--vk-radius);box-shadow:none;background:#fff;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.velo-hifi .woocommerce ul.products li.product:hover .velo-product-card-inner{border-color:#cbd5e1;box-shadow:var(--vk-shadow-card);transform:translateY(-2px)}.velo-hifi .woocommerce ul.products li.product a img{aspect-ratio:1/1;object-fit:cover;width:100%;margin:0;border-radius:0;background:#f2f4f7}.velo-hifi .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:15px;font-weight:800;letter-spacing:-.02em;color:#111827;padding:16px 16px 6px;min-height:50px}.velo-hifi .woocommerce ul.products li.product .price{display:block;color:#111827;font-size:15px;font-weight:900;padding:0 16px 12px}.velo-hifi .woocommerce ul.products li.product .button,.velo-hifi .woocommerce ul.products li.product .add_to_cart_button{margin:0 16px 16px;width:calc(100% - 32px);text-align:center;background:#111827;color:#fff;border:1px solid #111827}.velo-hifi .woocommerce ul.products li.product .velo-whatsapp-order{margin:0 16px 16px;border-radius:var(--vk-radius);background:#f8fafc;border:1px solid var(--vk-border);color:#111827}.velo-hifi .velo-product-badges{left:12px;top:12px;gap:6px}.velo-hifi .velo-badge{border-radius:2px;font-size:10px;letter-spacing:.08em;text-transform:uppercase;background:#111827;color:#fff}.velo-hifi .velo-badge-stock{background:#ecfdf5;color:#047857;border:1px solid #bbf7d0}.velo-hifi .velo-badge-strength{background:#fff;color:#111827;border:1px solid #d1d5db}.velo-hifi .velo-badge-sale{background:#b91c1c;color:#fff}
.velo-shop-visual-banner{margin:22px 0 28px;min-height:260px;display:flex;align-items:flex-end;padding:34px;border:1px solid var(--vk-border);border-radius:var(--vk-radius);background:#111827;background-image:linear-gradient(90deg,rgba(2,6,23,.82),rgba(2,6,23,.3)),var(--velo-shop-banner-image);background-size:cover;background-position:center;color:#fff}.velo-shop-visual-banner span{display:block;font-size:11px;letter-spacing:.16em;text-transform:uppercase;font-weight:800;color:rgba(255,255,255,.74);margin-bottom:8px}.velo-shop-visual-banner h1{font-size:clamp(32px,5vw,58px);line-height:1;letter-spacing:-.06em;margin:0 0 10px;color:#fff}.velo-shop-visual-banner p{max-width:620px;color:rgba(255,255,255,.84);font-size:16px;line-height:1.65;margin:0}
.velo-shop-layout-frame{display:grid;grid-template-columns:minmax(240px,292px) minmax(0,1fr);gap:28px;align-items:start}.velo-shop-results-panel{min-width:0}.velo-shop-filter-sidebar{position:sticky;top:112px;border:1px solid var(--vk-border);background:#fff;border-radius:var(--vk-radius);padding:18px;box-shadow:var(--vk-shadow-subtle);z-index:3}.velo-filter-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;border-bottom:1px solid var(--vk-border);padding-bottom:14px;margin-bottom:16px}.velo-filter-head span{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:#64748b;font-weight:900}.velo-filter-head h2{margin:4px 0 0;font-size:20px;letter-spacing:-.04em}.velo-filter-close{display:none;background:#f8fafc;border:1px solid var(--vk-border);width:36px;height:36px;font-size:22px;line-height:1}.velo-filter-form{display:grid;gap:13px}.velo-filter-field{display:grid;gap:6px}.velo-filter-field span{font-size:12px;font-weight:800;color:#334155}.velo-filter-field input,.velo-filter-field select{width:100%;height:42px;border:1px solid #d7dce3;border-radius:var(--vk-radius);background:#fff;padding:0 12px;color:#111827}.velo-filter-search input{background:#f8fafc}.velo-filter-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.velo-filter-check{display:flex;gap:9px;align-items:flex-start;font-size:13px;color:#334155;line-height:1.45}.velo-filter-check input{margin-top:2px}.velo-filter-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:4px}.velo-filter-actions .button{width:100%;justify-content:center;padding:12px 10px}.velo-filter-toggle{display:none;align-items:center;gap:8px;border:1px solid var(--vk-border);background:#111827;color:#fff;border-radius:var(--vk-radius);padding:11px 14px;font-weight:800;margin:0 0 16px}.woocommerce .woocommerce-ordering select{border-radius:var(--vk-radius);border:1px solid var(--vk-border);height:42px}.woocommerce .woocommerce-result-count{color:#64748b}.woocommerce .woocommerce-notices-wrapper,.woocommerce .woocommerce-result-count,.woocommerce .woocommerce-ordering{margin-bottom:18px}
.velo-hifi.single-product div.product{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:42px;align-items:start}.velo-hifi.single-product div.product div.images,.velo-hifi.single-product div.product div.summary{float:none;width:auto}.velo-hifi.single-product div.product div.images img{border-radius:var(--vk-radius);border:1px solid var(--vk-border);background:#f4f5f7}.velo-hifi.single-product .product_title{font-size:clamp(32px,4vw,54px);letter-spacing:-.06em}.velo-hifi.single-product .summary .price{font-size:24px;color:#111827;font-weight:900}.velo-hifi .velo-product-support-boxes{display:grid;gap:10px;margin-top:20px}.velo-hifi .velo-product-support-box,.velo-hifi .velo-product-compliance-notice{border-radius:var(--vk-radius);border:1px solid var(--vk-border);background:#fff;box-shadow:none}.velo-hifi .woocommerce div.product .woocommerce-tabs ul.tabs{border-radius:var(--vk-radius);background:#f8fafc;border:1px solid var(--vk-border)}.velo-hifi .woocommerce div.product .woocommerce-tabs ul.tabs li{border-radius:var(--vk-radius)}.velo-hifi .related.products>h2,.velo-hifi .upsells.products>h2{font-size:34px;letter-spacing:-.05em}
.velo-hifi .woocommerce-cart-form,.velo-hifi .cart_totals,.velo-hifi .woocommerce-checkout #customer_details,.velo-hifi .woocommerce-checkout-review-order,.velo-hifi .woocommerce-MyAccount-navigation,.velo-hifi .woocommerce-MyAccount-content{border-radius:var(--vk-radius);border:1px solid var(--vk-border);box-shadow:none}.velo-hifi .woocommerce table.shop_table{border-radius:var(--vk-radius);border-color:var(--vk-border)}.velo-hifi .woocommerce-info,.velo-hifi .woocommerce-message,.velo-hifi .woocommerce-error{border-radius:var(--vk-radius)}.velo-hifi .velo-empty-cart-guide{border-radius:var(--vk-radius);border-color:var(--vk-border);background:#fff;box-shadow:none}.velo-hifi .velo-checkout-compliance-note{border-radius:var(--vk-radius);background:#f8fafc;border-color:var(--vk-border)}
.velo-hifi [data-velo-reveal]{transition-duration:.42s}.velo-hifi.velo-micro-enabled .button:hover,.velo-hifi.velo-micro-enabled .add_to_cart_button:hover,.velo-hifi.velo-micro-enabled .single_add_to_cart_button:hover{transform:translateY(-1px)}.velo-hifi .velo-preloader-card{border-radius:var(--vk-radius);box-shadow:0 18px 48px rgba(15,23,42,.14)}
.velo-hifi .footer-ecommerce{border-top:1px solid rgba(255,255,255,.08)}.velo-hifi .footer-info-card{border-radius:var(--vk-radius);box-shadow:none;border:1px solid rgba(255,255,255,.1)}
@media(max-width:1120px){.velo-hifi .woocommerce ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}.velo-shop-layout-frame{grid-template-columns:1fr}.velo-filter-toggle{display:inline-flex}.velo-shop-filter-sidebar{position:fixed;top:0;bottom:0;left:0;width:min(360px,92vw);z-index:100000;overflow:auto;transform:translateX(-110%);transition:transform .25s ease;border-radius:0;border-top:0;border-bottom:0}.velo-filter-close{display:block}.velo-shop-filter-overlay{position:fixed;inset:0;background:rgba(2,6,23,.48);z-index:99999;opacity:0;pointer-events:none;transition:opacity .2s ease}body.velo-filters-open{overflow:hidden}.velo-filters-open .velo-shop-filter-sidebar{transform:translateX(0)}.velo-filters-open .velo-shop-filter-overlay{opacity:1;pointer-events:auto}.velo-hifi.single-product div.product{grid-template-columns:1fr}}
@media(max-width:782px){.velo-hifi .hero-slide{min-height:auto}.velo-hifi .hero-slide-inner{grid-template-columns:1fr}.velo-hifi .hero-content{padding:36px 22px}.velo-hifi .hero-content h1{font-size:42px}.velo-hifi .hero-visual{min-height:320px;border-left:0;border-top:1px solid var(--vk-border)}.velo-hifi .velo-category-grid{grid-template-columns:1fr 1fr}.velo-hifi .velo-category-card{min-height:240px}.velo-hifi .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.velo-hifi .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:13px;padding:12px 12px 5px}.velo-hifi .woocommerce ul.products li.product .price{padding:0 12px 10px}.velo-hifi .woocommerce ul.products li.product .button,.velo-hifi .woocommerce ul.products li.product .add_to_cart_button,.velo-hifi .woocommerce ul.products li.product .velo-whatsapp-order{margin-left:12px;margin-right:12px;width:calc(100% - 24px);font-size:12px}.velo-shop-visual-banner{min-height:220px;padding:22px}.velo-shop-visual-banner h1{font-size:34px}.velo-filter-row,.velo-filter-actions{grid-template-columns:1fr}}
@media(max-width:520px){.velo-hifi .velo-category-grid,.velo-hifi .woocommerce ul.products{grid-template-columns:1fr}.velo-hifi .velo-category-card{min-height:260px}}
.velo-empty-cart-image{width:min(480px,100%);height:240px;object-fit:cover;border-radius:var(--vk-radius);border:1px solid var(--vk-border);margin:0 auto 22px;display:block}
