/*
Theme Name: Voltiva Garage
Theme URI: https://delivery-post.top/
Author: OpenAI Codex
Description: Custom WooCommerce storefront for automotive tools and battery gear.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: voltiva-garage
*/

:root {
  --vg-bg: #f4f1ea;
  --vg-surface: #fffdf8;
  --vg-ink: #131a24;
  --vg-muted: #667085;
  --vg-border: #e8ddcf;
  --vg-accent: #ff6b2b;
  --vg-accent-dark: #e04f16;
  --vg-deep: #17243a;
  --vg-gold: #f4b942;
  --vg-shadow: 0 18px 45px rgba(18, 26, 36, 0.08);
  --vg-radius: 28px;
  --vg-content: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", sans-serif;
  color: var(--vg-ink);
  background:
    radial-gradient(circle at top left, rgba(255, 107, 43, 0.08), transparent 24%),
    radial-gradient(circle at top right, rgba(244, 185, 66, 0.16), transparent 26%),
    linear-gradient(180deg, #fff9ef 0%, #f4f1ea 38%, #f8f6f0 100%);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

button,
input,
select,
textarea {
  font: inherit;
}

.screen-reader-text {
  position: absolute;
  left: -9999px;
}

.vg-wrap {
  width: min(calc(100% - 32px), var(--vg-content));
  margin: 0 auto;
}

.vg-topbar {
  background: linear-gradient(90deg, #101723 0%, #17243a 100%);
  color: #f4efe7;
  font-size: 14px;
}

.vg-topbar .vg-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
}

.vg-topbar__list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.vg-topbar__badge {
  color: var(--vg-gold);
  font-weight: 700;
}

.vg-note {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 13px;
  font-weight: 700;
}

.vg-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(14px);
  background: rgba(255, 252, 246, 0.92);
  border-bottom: 1px solid rgba(232, 221, 207, 0.8);
}

.vg-header__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 18px 0;
}

.vg-brand__logo {
  width: 184px;
  max-width: 42vw;
}

.vg-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.vg-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--vg-muted);
  font-weight: 600;
  transition: 0.25s ease;
}

.vg-nav a:hover,
.vg-nav .current-menu-item > a,
.vg-nav .current-menu-parent > a {
  color: var(--vg-ink);
  background: rgba(255, 107, 43, 0.1);
}

.vg-header__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.vg-pill,
.button,
.wp-element-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.added_to_cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--vg-accent) 0%, #ff8c40 100%);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(255, 107, 43, 0.2);
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.vg-pill:hover,
.button:hover,
.wp-element-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.added_to_cart:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 28px rgba(255, 107, 43, 0.24);
  background: linear-gradient(135deg, #ff5c17 0%, #ff7f31 100%);
  color: #fff;
}

.vg-pill--ghost {
  background: transparent;
  color: var(--vg-ink);
  border: 1px solid var(--vg-border);
  box-shadow: none;
}

.vg-pill--ghost:hover {
  background: rgba(19, 26, 36, 0.04);
  box-shadow: none;
}

.vg-header__cart {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid var(--vg-border);
  background: #fff;
  font-weight: 700;
}

.vg-header__cart-count {
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--vg-deep);
  color: #fff;
  font-size: 12px;
}

.vg-page {
  padding: 32px 0 76px;
}

.vg-section {
  margin-bottom: 34px;
}

.vg-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(23, 36, 58, 0.96) 0%, rgba(23, 36, 58, 0.9) 60%, rgba(255, 107, 43, 0.84) 100%);
  border-radius: 36px;
  color: #fff;
  box-shadow: var(--vg-shadow);
}

.vg-hero::before,
.vg-hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.vg-hero::before {
  width: 340px;
  height: 340px;
  top: -140px;
  right: -120px;
}

.vg-hero::after {
  width: 220px;
  height: 220px;
  left: -90px;
  bottom: -100px;
}

.vg-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 32px;
  padding: 58px;
}

.vg-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffe0cb;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vg-hero h1 {
  margin: 18px 0 16px;
  font-size: clamp(2.4rem, 5vw, 4.35rem);
  line-height: 0.94;
  letter-spacing: -0.04em;
}

.vg-hero p {
  max-width: 620px;
  margin: 0;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.84);
}

.vg-hero__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin: 28px 0 34px;
}

.vg-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.vg-stat {
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.vg-stat strong {
  display: block;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 8px;
}

.vg-stat span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
}

.vg-hero__panel {
  padding: 26px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.06) 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.vg-hero__panel-art {
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}

.vg-hero__panel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.vg-mini-card {
  padding: 14px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
}

.vg-mini-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
}

.vg-mini-card span {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.72);
}

.vg-trustbar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.vg-trustbar__item,
.vg-card,
.vg-faq details,
.vg-story,
.vg-content-card,
.woocommerce .product,
.woocommerce .woocommerce-cart-form,
.woocommerce .cart_totals,
.woocommerce-checkout .woocommerce,
.woocommerce-account .woocommerce {
  background: rgba(255, 253, 248, 0.92);
  border: 1px solid var(--vg-border);
  border-radius: 24px;
  box-shadow: var(--vg-shadow);
}

.vg-trustbar__item {
  padding: 20px 22px;
}

.vg-trustbar__item strong {
  display: block;
  font-size: 17px;
  margin-bottom: 6px;
}

.vg-trustbar__item span {
  color: var(--vg-muted);
  font-size: 14px;
}

.vg-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.vg-section-head h1,
.vg-section-head h2,
.woocommerce-products-header__title.page-title,
.entry-title {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.vg-section-head p {
  max-width: 620px;
  margin: 0;
  color: var(--vg-muted);
}

.vg-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.vg-category-card {
  position: relative;
  overflow: hidden;
  display: grid;
  min-height: 320px;
  align-content: end;
  gap: 14px;
  padding: 28px;
  border-radius: 30px;
  color: #fff;
  background: linear-gradient(180deg, rgba(19, 26, 36, 0.12) 0%, rgba(19, 26, 36, 0.82) 75%), linear-gradient(135deg, #253449 0%, #111827 100%);
  box-shadow: var(--vg-shadow);
}

.vg-category-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: screen;
  opacity: 0.92;
}

.vg-category-card__content {
  position: relative;
  z-index: 1;
}

.vg-category-card strong {
  display: block;
  font-size: 26px;
  line-height: 1.05;
  margin-bottom: 10px;
}

.vg-category-card p {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.78);
}

.vg-category-card__tag {
  display: inline-flex;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-weight: 700;
  font-size: 13px;
}

.vg-content-grid,
.vg-story {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 20px;
}

.vg-card,
.vg-story,
.vg-content-card {
  padding: 30px;
}

.vg-card h3,
.vg-story h2,
.vg-content-card h3 {
  margin: 0 0 14px;
  font-size: 26px;
  line-height: 1.05;
}

.vg-checklist,
.vg-story ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}

.vg-checklist li,
.vg-story li {
  position: relative;
  padding-left: 28px;
  color: var(--vg-muted);
}

.vg-checklist li::before,
.vg-story li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--vg-accent), var(--vg-gold));
}

.vg-pill-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.vg-pill-grid span {
  display: inline-flex;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255, 107, 43, 0.08);
  border: 1px solid rgba(255, 107, 43, 0.16);
  font-size: 14px;
  font-weight: 700;
  color: var(--vg-deep);
}

.vg-support-grid,
.vg-guide-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.vg-support-card,
.vg-guide-card,
.vg-form-panel,
.vg-order-card {
  background: rgba(255, 253, 248, 0.92);
  border: 1px solid var(--vg-border);
  border-radius: 24px;
  box-shadow: var(--vg-shadow);
}

.vg-support-card,
.vg-guide-card {
  display: grid;
  gap: 12px;
  padding: 24px;
}

.vg-support-card strong,
.vg-guide-card h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.1;
}

.vg-support-card p,
.vg-guide-card p,
.vg-guide-card__meta,
.vg-guide-card__link {
  margin: 0;
  color: var(--vg-muted);
}

.vg-guide-card__meta {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.vg-guide-card__link {
  font-weight: 700;
  color: var(--vg-accent-dark);
}

.vg-form-panel,
.vg-order-card {
  padding: 28px;
}

.vg-form-panel__intro {
  margin-bottom: 20px;
}

.vg-form-panel__intro h2 {
  margin: 0 0 8px;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  line-height: 1;
}

.vg-form-panel__intro p {
  margin: 0;
  color: var(--vg-muted);
}

.vg-form {
  display: grid;
  gap: 16px;
}

.vg-form__grid,
.vg-order-card__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.vg-form label {
  display: grid;
  gap: 8px;
  font-weight: 700;
}

.vg-form label span {
  font-size: 14px;
}

.vg-form textarea {
  min-height: 160px;
  resize: vertical;
  border: 1px solid var(--vg-border);
  border-radius: 16px;
  background: #fff;
  padding: 14px 16px;
}

.vg-form-note {
  margin-bottom: 16px;
  padding: 14px 16px;
  border-radius: 16px;
  font-weight: 700;
}

.vg-form-note--success {
  background: rgba(34, 197, 94, 0.12);
  color: #166534;
}

.vg-form-note--error {
  background: rgba(239, 68, 68, 0.12);
  color: #991b1b;
}

.vg-order-card {
  margin-top: 18px;
}

.vg-order-card__grid {
  margin-bottom: 18px;
}

.vg-order-card__grid strong {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--vg-muted);
}

.vg-order-card__grid span {
  font-size: 18px;
  font-weight: 700;
}

.vg-order-card__items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.vg-order-card__items li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-top: 1px solid var(--vg-border);
}

.woocommerce ul.products,
.woocommerce-page ul.products {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  float: none;
  width: auto;
  margin: 0;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__link {
  display: flex;
  flex-direction: column;
  gap: 14px;
  height: 100%;
  color: inherit;
}

.woocommerce ul.products li.product img {
  width: 100%;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255, 107, 43, 0.1), rgba(23, 36, 58, 0.06));
}

.woocommerce ul.products li.product h2 {
  margin: 0;
  font-size: 20px;
  line-height: 1.15;
}

.woocommerce ul.products li.product .price {
  margin: 0;
  color: var(--vg-accent-dark);
  font-size: 20px;
  font-weight: 800;
}

.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .added_to_cart {
  width: 100%;
  margin-top: auto;
}

.woocommerce span.onsale {
  left: 16px;
  top: 16px;
  margin: 0;
  min-height: 34px;
  line-height: 34px;
  min-width: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--vg-deep);
}

.vg-faq {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.vg-faq details {
  padding: 22px 24px;
}

.vg-faq summary {
  cursor: pointer;
  list-style: none;
  font-size: 18px;
  font-weight: 800;
}

.vg-faq summary::-webkit-details-marker {
  display: none;
}

.vg-faq p {
  margin: 12px 0 0;
  color: var(--vg-muted);
}

.vg-story__art {
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 107, 43, 0.18), rgba(23, 36, 58, 0.12));
}

.vg-shop-hero,
.entry-content,
.woocommerce-product-details__short-description,
.woocommerce-Tabs-panel,
.woocommerce-order-details,
.woocommerce-customer-details,
.woocommerce-MyAccount-content,
.woocommerce form.checkout,
.woocommerce-cart-form,
.cart_totals,
.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
  background: rgba(255, 253, 248, 0.92);
  border-radius: 24px;
  border: 1px solid var(--vg-border);
  padding: 24px;
}

.vg-shop-hero p,
.entry-content p,
.entry-content li,
.woocommerce-product-details__short-description p,
.woocommerce-product-details__short-description li {
  color: var(--vg-muted);
}

.woocommerce div.product .product_title {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 0.98;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--vg-accent-dark);
  font-size: 32px;
  font-weight: 800;
}

.woocommerce div.product .quantity .qty,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.search-form input[type="search"] {
  border: 1px solid var(--vg-border);
  border-radius: 16px;
  min-height: 48px;
  background: #fff;
  padding: 0 16px;
}

.vg-footer {
  background: linear-gradient(180deg, #151b27 0%, #10151f 100%);
  color: #edf0f4;
  padding: 30px 0 24px;
}

.vg-footer__cta {
  padding: 28px;
  margin-bottom: 26px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255, 107, 43, 0.16) 0%, rgba(255, 107, 43, 0.06) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
}

.vg-footer__cta h2 {
  margin: 0 0 10px;
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 0.98;
}

.vg-footer__cta p {
  margin: 0;
  color: rgba(237, 240, 244, 0.74);
}

.vg-footer__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr 1fr;
  gap: 20px;
}

.vg-footer__brand {
  display: grid;
  gap: 14px;
}

.vg-footer__brand img {
  width: 190px;
}

.vg-footer__brand p,
.vg-footer__col a,
.vg-footer__meta {
  color: rgba(237, 240, 244, 0.72);
}

.vg-footer__col h3 {
  margin: 0 0 12px;
  font-size: 16px;
}

.vg-footer__col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.vg-footer__meta {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 13px;
}

.vg-empty-state {
  padding: 30px;
  border-radius: 28px;
  border: 1px dashed var(--vg-border);
  text-align: center;
  color: var(--vg-muted);
  background: rgba(255, 253, 248, 0.64);
}

.vg-demo-notice {
  margin-bottom: 18px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 107, 43, 0.22);
  background: rgba(255, 107, 43, 0.08);
  color: var(--vg-ink);
}

.vg-article {
  padding: 34px;
  border-radius: 28px;
  border: 1px solid var(--vg-border);
  background: rgba(255, 253, 248, 0.94);
  box-shadow: var(--vg-shadow);
}

.vg-article__header {
  margin-bottom: 24px;
}

.vg-article__header h1 {
  margin: 12px 0;
  font-size: clamp(2rem, 5vw, 3.2rem);
  line-height: 1;
}

.vg-article__meta {
  color: var(--vg-accent-dark);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vg-article__thumb {
  margin-bottom: 22px;
  overflow: hidden;
  border-radius: 24px;
}

.vg-pagination {
  margin-top: 26px;
}

.vg-cookie-banner {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  width: min(560px, calc(100% - 36px));
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(23, 36, 58, 0.16);
  background: rgba(255, 253, 248, 0.96);
  box-shadow: 0 18px 45px rgba(18, 26, 36, 0.16);
}

.vg-cookie-banner__copy strong {
  display: block;
  margin-bottom: 6px;
}

.vg-cookie-banner__copy p {
  margin: 0;
  color: var(--vg-muted);
  font-size: 14px;
}

.vg-cookie-banner__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 1080px) {
  .vg-header__inner,
  .vg-story,
  .vg-content-grid,
  .vg-footer__grid,
  .vg-footer__cta,
  .vg-hero__grid {
    grid-template-columns: 1fr;
  }

  .vg-cookie-banner {
    grid-template-columns: 1fr;
  }

  .vg-category-grid,
  .vg-trustbar,
  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .vg-faq {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .vg-header__inner {
    grid-template-columns: 1fr;
  }

  .vg-nav ul {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .vg-hero__grid {
    padding: 28px;
  }

  .vg-hero__stats,
  .vg-hero__panel-grid,
  .vg-support-grid,
  .vg-guide-grid,
  .vg-category-grid,
  .vg-trustbar,
  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .vg-form__grid,
  .vg-order-card__grid,
  .vg-faq {
    grid-template-columns: 1fr;
  }

  .vg-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .vg-footer__cta,
  .vg-card,
  .vg-story,
  .vg-content-card,
  .vg-article,
  .entry-content,
  .woocommerce .product,
  .woocommerce .woocommerce-cart-form,
  .woocommerce .cart_totals,
  .woocommerce-checkout .woocommerce,
  .woocommerce-account .woocommerce {
    padding: 22px;
  }

  .vg-cookie-banner {
    right: 12px;
    bottom: 12px;
    width: calc(100% - 24px);
  }

  .vg-cookie-banner__actions {
    flex-direction: column;
    align-items: stretch;
  }
}

.woocommerce ul.products,
.woocommerce-page ul.products {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
  align-items: stretch;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  min-width: 0;
  padding: 22px;
  border-radius: 28px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__link {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 18px;
}

.woocommerce ul.products li.product img {
  width: 100%;
  aspect-ratio: 1 / 1;
  min-height: 240px;
  object-fit: cover;
  border-radius: 24px;
}

.woocommerce ul.products li.product h2 {
  min-height: 3.45em;
  font-size: 22px;
}

.woocommerce ul.products li.product .price {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  font-size: 24px;
}

.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .added_to_cart {
  min-height: 52px;
}

.single-product .woocommerce div.product {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
  gap: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.single-product .woocommerce div.product .woocommerce-product-gallery,
.single-product .woocommerce div.product .summary {
  float: none;
  width: auto;
  margin: 0;
  padding: 28px;
  border-radius: 28px;
  border: 1px solid var(--vg-border);
  background: rgba(255, 253, 248, 0.96);
  box-shadow: var(--vg-shadow);
}

.single-product .woocommerce div.product .summary {
  position: sticky;
  top: 108px;
  align-self: start;
}

.single-product .woocommerce div.product .summary form.cart {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: stretch;
}

.single-product .woocommerce div.product .summary form.cart .quantity {
  margin: 0;
}

.single-product .woocommerce div.product .summary form.cart .single_add_to_cart_button {
  flex: 1 1 220px;
}

.single-product .woocommerce div.product .summary .product_meta {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--vg-border);
  color: var(--vg-muted);
  font-size: 14px;
}

.single-product .woocommerce div.product .summary .product_meta a {
  color: var(--vg-accent-dark);
}

.single-product .woocommerce-product-gallery__wrapper {
  overflow: hidden;
  border-radius: 24px;
}

.single-product .woocommerce-product-gallery__image a {
  display: block;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255, 107, 43, 0.08), rgba(23, 36, 58, 0.08));
}

.single-product .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px !important;
}

.single-product .flex-control-thumbs li {
  width: auto !important;
  float: none !important;
}

.single-product .flex-control-thumbs img {
  border-radius: 18px;
  border: 1px solid var(--vg-border);
}

.vg-chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(23, 36, 58, 0.08);
  color: var(--vg-deep);
  font-size: 13px;
  font-weight: 800;
}

.vg-chip--accent {
  background: rgba(255, 107, 43, 0.12);
  color: var(--vg-accent-dark);
}

.vg-product-summary-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 18px;
}

.vg-product-highlight-panel {
  margin: 18px 0 20px;
  padding: 20px;
  border-radius: 22px;
  border: 1px solid rgba(255, 107, 43, 0.14);
  background: rgba(255, 107, 43, 0.06);
}

.vg-product-highlight-panel h3 {
  margin: 0 0 12px;
  font-size: 18px;
}

.vg-product-highlight-list,
.vg-spec-list,
.vg-spec-list__row {
  margin: 0;
}

.vg-product-highlight-list {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 10px;
}

.vg-product-highlight-list li {
  position: relative;
  padding-left: 24px;
  color: var(--vg-muted);
}

.vg-product-highlight-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--vg-accent), var(--vg-gold));
}

.vg-product-trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.vg-product-trust-strip div {
  padding: 16px;
  border-radius: 20px;
  background: rgba(23, 36, 58, 0.05);
}

.vg-product-trust-strip strong {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
}

.vg-product-trust-strip span {
  color: var(--vg-muted);
  font-size: 13px;
}

.vg-product-body {
  grid-column: 1 / -1;
  display: grid;
  gap: 20px;
  margin-top: 10px;
}

.vg-product-body__grid,
.vg-product-support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.vg-detail-card {
  padding: 28px;
}

.vg-detail-eyebrow {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--vg-accent-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vg-detail-card h2,
.vg-detail-card h3 {
  margin: 0 0 14px;
  font-size: 30px;
  line-height: 1;
}

.vg-detail-card h3 {
  font-size: 24px;
}

.vg-detail-copy p,
.vg-detail-copy li {
  color: var(--vg-muted);
}

.vg-spec-list {
  display: grid;
  gap: 14px;
}

.vg-spec-list__row {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 14px;
  padding: 14px 0;
  border-top: 1px solid var(--vg-border);
}

.vg-spec-list__row:first-child {
  border-top: 0;
  padding-top: 0;
}

.vg-spec-list dt {
  font-weight: 800;
}

.vg-spec-list dd {
  margin: 0;
  color: var(--vg-muted);
}

.vg-detail-card--faq .vg-section-head,
.vg-detail-card--reviews .vg-section-head,
.vg-product-related .vg-section-head {
  margin-bottom: 18px;
}

.vg-detail-card--reviews #reviews,
.vg-detail-card--reviews #review_form_wrapper,
.vg-detail-card--reviews #review_form,
.vg-detail-card--reviews .comment-respond {
  background: transparent;
}

.vg-detail-card--reviews #reviews h2,
.vg-detail-card--reviews .comment-reply-title {
  font-size: 22px;
  line-height: 1.1;
}

.vg-detail-card--reviews .woocommerce-Reviews-title {
  margin-bottom: 18px;
}

.vg-detail-card--reviews .commentlist {
  display: grid;
  gap: 14px;
  padding: 0;
}

.vg-detail-card--reviews .comment_container {
  padding: 18px;
  border-radius: 18px;
  border: 1px solid var(--vg-border);
  background: rgba(23, 36, 58, 0.03);
}

.vg-product-related {
  display: grid;
  gap: 18px;
}

@media (max-width: 1080px) {
  .single-product .woocommerce div.product,
  .vg-product-body__grid,
  .vg-product-support-grid,
  .vg-product-trust-strip {
    grid-template-columns: 1fr;
  }

  .single-product .woocommerce div.product .summary {
    position: static;
  }
}

@media (max-width: 780px) {
  .single-product .woocommerce div.product .woocommerce-product-gallery,
  .single-product .woocommerce div.product .summary,
  .vg-detail-card {
    padding: 22px;
  }

  .vg-spec-list__row {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}
