.woocommerce-breadcrumb,
.woocommerce-breadcrumb a {
  color: #a1a1aa;
  font-size: 13px;
}

.shop-layout,
.cart-layout,
.checkout-layout,
.order-layout,
.product-detail-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 42px;
}

.shop-sidebar,
.cart-summary-panel,
.checkout-summary-panel,
.sticky-card,
.product-summary-panel {
  align-self: start;
  position: sticky;
  top: 112px;
}

.shop-sidebar,
.cart-summary-panel .cart_totals,
.checkout-card,
.summary-card,
.product-summary-panel,
.product-tabs-section,
.related-section {
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 6px;
  background: var(--vantage-surface);
  padding: 24px;
}

.woocommerce-cart .entry-content,
.woocommerce-checkout .entry-content {
  max-width: none;
}

.woocommerce-cart .page-content,
.woocommerce-checkout .page-content {
  padding: 0;
  background: transparent;
  border: 0;
}

.shop-sidebar h2,
.checkout-card h2,
.cart_totals h2 {
  font-size: 18px;
  text-transform: uppercase;
}

.shop-sidebar section+section {
  margin-top: 32px;
}

.filter-line {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 12px 0;
  color: #d4d4d8;
}

.filter-line input {
  width: 18px;
  min-height: 18px;
  accent-color: var(--vantage-primary);
}

.range-labels,
.shop-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  color: #a1a1aa;
}

.shop-controls-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.filter-toggle {
  display: none;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 8px 16px;
  border-radius: 4px;
  align-items: center;
  gap: 8px;
  font-family: Poppins, Inter, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  cursor: pointer;
}

.filter-toggle .material-symbols-outlined {
  font-size: 20px;
}

.sidebar-header {
  display: none;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-close {
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 4px;
}

.woocommerce-ordering select {
  width: auto;
}

.single-product-page .stock-alert {
  background: var(--vantage-primary);
  color: #fff;
  padding: 12px 24px;
  text-align: center;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-detail-layout {
  grid-template-columns: minmax(0, 7fr) minmax(320px, 5fr);
}

.product-gallery-panel {
  position: relative;
}

.single-product-page figure.woocommerce-product-gallery__wrapper {
  margin: 0;
  position: relative;
}

.single-product-page figure.woocommerce-product-gallery__wrapper img {
  width: 100%;
  height: clamp(500px, 85vh, 90vh);
  object-fit: contain;
  background: var(--vantage-surface-3);
}

/* Product Gallery Arrows */
.woocommerce-product-gallery .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-product-gallery .flex-direction-nav a {
  position: absolute;
  top: calc(50% - 60px);
  width: 48px;
  height: 48px;
  background: rgba(11, 11, 11, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}

.woocommerce-product-gallery .flex-direction-nav a::after {
  content: "arrow_forward_ios";
  font-family: 'Material Symbols Outlined';
  text-indent: 0;
  font-size: 20px;
}

.woocommerce-product-gallery .flex-direction-nav a.flex-prev {
  left: 16px;
}

.woocommerce-product-gallery .flex-direction-nav a.flex-prev::after {
  content: "arrow_back_ios_new";
}

.woocommerce-product-gallery .flex-direction-nav a.flex-next {
  right: 16px;
}

.woocommerce-product-gallery .flex-direction-nav a:hover {
  background: var(--vantage-primary);
  border-color: var(--vantage-primary);
}

/* Product Gallery Main Image 1:1 Force */
.woocommerce-product-gallery__image img {
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  width: 100% !important;
}

/* Product Gallery Thumbnails Slider */
.woocommerce-product-gallery .flex-control-thumbs {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  gap: 12px;
  list-style: none;
  margin: 16px 0 0 0;
  padding: 8px 0 !important;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE/Edge */
  -webkit-overflow-scrolling: touch;
}

.woocommerce-product-gallery .flex-control-thumbs::-webkit-scrollbar {
  display: none;
  /* Chrome/Safari */
}

.woocommerce-product-gallery .flex-control-thumbs li {
  flex: 0 0 86px !important;
  /* Fixed width for slider */
  width: 86px !important;
  cursor: pointer;
}

.woocommerce-product-gallery .flex-control-thumbs img {
  width: 100%;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  border-radius: 4px;
  opacity: 0.6;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
}

.woocommerce-product-gallery .flex-control-thumbs img.flex-active,
.woocommerce-product-gallery .flex-control-thumbs img:hover {
  opacity: 1;
  border-color: var(--vantage-primary);
}

.product-summary-panel .product_title {
  font-size: clamp(20px, 2.5vw, 30px);
  text-transform: uppercase;
}

.product-summary-panel .price {
  display: block;
  margin: 18px 0;
  color: #fff;
  font-family: Poppins, Inter, sans-serif;
  font-size: clamp(22px, 3.5vw, 38px);
}

.summary-card {
  margin: 24px 0;
  color: #d4d4d8;
}

.single-product-page form.cart:not(.variations_form) {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin: 24px 0 12px;
}

.single-product-page form.cart .quantity {
  margin-right: 0;
  flex: 0 0 auto;
}

@media (max-width: 600px) {
  .single-product-page form.cart {
    flex-wrap: wrap;
  }
}

.single-product-page form.cart .single_add_to_cart_button {
  min-height: 56px;
  width: 100%;
}

/* Quantity Control Fix */
.vantage-quantity {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  height: 56px;
  overflow: hidden;
  box-sizing: border-box;
}

.vantage-quantity button {
  width: 50px;
  height: 100%;
  background: var(--vantage-primary);
  border: none;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: background 0.2s ease;
}

.vantage-quantity button:hover {
  background: #cc0000;
  /* Slightly darker than primary */
}

.vantage-quantity input.qty {
  width: 54px;
  height: 100%;
  border: none !important;
  background: transparent !important;
  color: #fff !important;
  text-align: center;
  padding: 0 !important;
  font-size: 16px;
  font-weight: 700;
  min-height: auto !important;
}

.vantage-quantity input::-webkit-outer-spin-button,
.vantage-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}



.cart,
.shop_table {
  width: 100%;
  border-collapse: collapse;
}

.cart-items-panel {
  min-width: 0;
}

.cart th,
.shop_table th,
.cart td,
.shop_table td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 16px;
  text-align: left;
}

.cart td,
.shop_table td {
  color: #d4d4d8;
}

.cart .product-name a,
.shop_table .product-name a {
  color: #fff;
  font-family: Poppins, Inter, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

.cart img {
  width: 86px;
  max-width: 86px;
  aspect-ratio: 1;
  object-fit: cover;
}

.product-remove .remove {
  color: #a1a1aa;
}

.product-remove .remove:hover {
  color: var(--vantage-primary);
}

.actions {
  text-align: right;
}

.coupon {
  display: flex;
  gap: 12px;
  float: left;
  max-width: 420px;
}

.cart_totals table,
.woocommerce-checkout-review-order-table {
  width: 100%;
}

.cart_totals .order-total .amount,
.woocommerce-checkout-review-order-table .order-total .amount {
  color: var(--vantage-primary);
  font-family: Poppins, Inter, sans-serif;
  font-size: 28px;
}

.wc-proceed-to-checkout .checkout-button {
  width: 100%;
  margin-top: 18px;
}

.checkout-layout {
  grid-template-columns: minmax(0, 7fr) minmax(340px, 5fr);
}

.checkout-page #customer_details {
  display: block;
}

.checkout-steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  max-width: 700px;
  margin: 0 auto 48px;
  padding: 0 24px;
  position: relative;
}

.checkout-steps::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 48px;
  right: 48px;
  height: 2px;
  background: rgba(255, 255, 255, 0.08);
  z-index: 1;
  transform: translateY(-50%);
}

.checkout-steps span {
  flex: 0 1 auto;
  position: relative;
  z-index: 2;
  background: var(--vantage-surface);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  padding: 8px 24px;
  color: #71717a;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.checkout-steps .active {
  background: var(--vantage-primary);
  border-color: var(--vantage-primary);
  color: #fff;
  box-shadow: 0 0 20px rgba(229, 9, 20, 0.3);
}

.checkout-steps span .material-symbols-outlined {
  font-size: 18px;
}

.checkout-card+.checkout-card {
  margin-top: 24px;
}

.checkout-card h2 {
  display: flex;
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding-bottom: 16px;
}

.form-row {
  margin-bottom: 18px;
}

.form-row label {
  display: block;
  margin-bottom: 8px;
  color: #d4d4d8;
}

.woocommerce-checkout-payment {
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.03);
  padding: 18px;
}

.woocommerce-checkout-payment ul.payment_methods {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-checkout-payment .place-order {
  margin-bottom: 0;
}

.woocommerce-checkout-payment #place_order {
  width: 100%;
  min-height: 56px;
}

.feature-badges {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0;
}

.feature-badges div,
.secure-note {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.03);
  padding: 14px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.feature-badges span,
.secure-note span,
.success-hero span {
  color: var(--vantage-primary);
}

.product-tabs-section,
.related-section {
  margin-top: 48px;
}

.woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.woocommerce-tabs ul.tabs a {
  display: block;
  border: 1px solid var(--vantage-outline);
  padding: 10px 18px;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
}

.order-overview {
  list-style: none;
  margin: 0;
  padding: 0;
}

.order-overview li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.empty-state {
  max-width: 720px;
  margin: 64px auto;
  text-align: center;
}

.empty-state .material-symbols-outlined {
  color: var(--vantage-primary);
  font-size: 52px;
}

@media (max-width: 980px) {

  .shop-layout,
  .cart-layout,
  .checkout-layout,
  .order-layout,
  .product-detail-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .cart-summary-panel,
  .checkout-summary-panel,
  .sticky-card,
  .product-summary-panel {
    position: static;
  }

  .filter-toggle {
    display: flex;
  }

  .sidebar-header {
    display: flex;
  }

  .shop-sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: min(100%, 360px);
    height: 100vh;
    background: var(--vantage-surface);
    z-index: 1000;
    overflow-y: auto;
    padding: 32px;
    border: none;
    border-radius: 0;
    transition: right 300ms cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.5);
  }

  .shop-sidebar.is-open {
    right: 0;
  }
}

@media (max-width: 640px) {
  .shop-controls {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .shop-controls-left {
    justify-content: space-between;
    width: 100%;
  }

  .woocommerce-ordering select {
    width: 100%;
  }

  .checkout-steps {
    padding: 0 12px;
    gap: 6px;
    margin-bottom: 32px;
  }

  .checkout-steps::before {
    left: 24px;
    right: 24px;
  }

  .checkout-steps span {
    padding: 8px 12px;
    font-size: 10px;
    gap: 4px;
    border-radius: 50%;
    /* Make them circles on mobile if text is hidden */
    width: 40px;
    height: 40px;
    justify-content: center;
  }

  .checkout-steps .step-label {
    display: none;
  }

  @media (min-width: 500px) {
    .checkout-steps span {
      width: auto;
      height: auto;
      border-radius: 50px;
      padding: 8px 20px;
    }

    .checkout-steps .step-label {
      display: inline;
    }
  }

  .coupon {
    float: none;
    max-width: none;
    flex-direction: column;
    margin-bottom: 16px;
  }

  .cart th {
    display: none;
  }

  .cart td {
    display: block;
    padding: 12px 0;
  }

  .feature-badges {
    grid-template-columns: 1fr;
  }
}

/* Coupon Notice and Form Styling */
.woocommerce-info {
  background: var(--vantage-surface) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 6px;
  padding: 20px 24px 20px 60px !important;
  color: #d4d4d8 !important;
  font-size: 14px;
  position: relative;
  margin-bottom: 24px !important;
}

.woocommerce-info::before {
  content: "confirmation_number";
  font-family: 'Material Symbols Outlined';
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--vantage-primary);
  font-size: 24px;
}

.woocommerce-info a {
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid var(--vantage-primary);
  transition: all 0.3s ease;
}

.woocommerce-info a:hover {
  background: var(--vantage-primary);
  color: #fff !important;
}

/* The actual coupon form that slides down */
form.checkout_coupon {
  background: rgba(255, 255, 255, 0.02) !important;
  border: 1px solid rgba(255, 255, 255, 0.06) !important;
  border-radius: 6px;
  padding: 24px !important;
  margin-bottom: 24px !important;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

form.checkout_coupon p {
  margin: 0 !important;
  flex: 1;
  min-width: 200px;
}

form.checkout_coupon button {
  flex: 0 0 auto;
}

/* Production-Grade Variable Product Styles */
.variations_form {
  margin-bottom: 0 !important;
}

.variations {
  width: 100%;
  margin-bottom: 0 !important;
  border-collapse: collapse;
}

.variations td {
  padding: 12px 0 0 0 !important;
  vertical-align: middle;
  border: none !important;
}

.variations tr {
  margin-bottom: 0 !important;
}

.variations .label {
  width: 100px;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.1em;
}

.variations select {
  width: 100%;
  max-width: 240px;
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
  padding: 10px 14px !important;
  border-radius: 4px;
  font-family: inherit;
  font-size: 13px;
  cursor: pointer;
  outline: none;
  transition: border-color 0.3s ease;
}

.variations select:focus {
  border-color: var(--vantage-primary) !important;
}

.variations select option {
  background-color: #1a1a1a;
  color: #ffffff;
  padding: 10px;
}

.single_variation_wrap {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.woocommerce-variation-price .price {
  font-size: 32px;
  color: var(--vantage-primary);
  font-family: Poppins, Inter, sans-serif;
  font-weight: 800;
  margin-bottom: 12px;
  display: block;
}

.woocommerce-variation-availability {
  font-size: 12px;
  margin-bottom: 16px;
  color: #a1a1aa;
}

/* Quantity & Button Alignment for Variations */
.woocommerce-variation-add-to-cart {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
}

.woocommerce-variation-add-to-cart .vantage-quantity {
  flex: 0 0 auto;
}

/* Unified Button Styling for Add to Cart & Buy Now */
.single_add_to_cart_button,
.buy-now-button {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 56px !important;
  padding: 14px 28px !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  border-radius: 4px !important;
  transition: all 0.3s ease !important;
  cursor: pointer;
  text-decoration: none !important;
}

.woocommerce-variation-add-to-cart .single_add_to_cart_button {
  flex: 1;
  margin-top: 0 !important;
}

.buy-now-button {
  width: 100% !important;
  margin-top: 16px !important;
}

.reset_variations {
  font-size: 10px;
  text-transform: uppercase;
  color: var(--vantage-primary);
  text-decoration: none;
  margin-left: 12px;
  font-weight: 800;
  transition: opacity 0.3s ease;
}

.reset_variations:hover {
  opacity: 0.8;
}

/* Swiper Product Gallery */
.vantage-product-gallery {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 32px;
}

.vantage-main-slider {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: var(--vantage-surface-2);
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.vantage-main-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vantage-thumb-slider {
  width: 100%;
  padding: 5px 0;
}

.vantage-thumb-slider .swiper-slide {
  width: 80px;
  height: 80px;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.vantage-thumb-slider .swiper-slide-thumb-active {
  opacity: 1;
}

.vantage-thumb-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.vantage-thumb-slider .swiper-slide-thumb-active img {
  border-color: var(--vantage-primary);
}

.vantage-main-slider .swiper-button-next,
.vantage-main-slider .swiper-button-prev {
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  backdrop-filter: blur(4px);
  z-index: 20;
}

.vantage-main-slider .swiper-button-next::after,
.vantage-main-slider .swiper-button-prev::after {
  font-size: 16px;
  font-weight: bold;
}

/* Responsive Overrides */
@media (max-width: 640px) {
  .single-product-page {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .product-detail-layout {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 24px !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden;
  }

  .variations tr {
    display: block;
    margin-bottom: 0 !important;
  }

  .variations td {
    display: block;
    padding: 0;
  }

  .variations .label {
    width: 100%;
    margin-bottom: 8px;
  }

  .variations select {
    max-width: 100%;
  }

  .woocommerce-variation-add-to-cart {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .woocommerce-variation-add-to-cart .vantage-quantity {
    width: 100%;
    justify-content: center;
  }

  .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    width: 100%;
  }

  .buy-now-button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    min-height: 56px;
    margin-top: 16px !important;
    margin-bottom: 20px;
    cursor: pointer;
    text-decoration: none !important;
  }

  .woocommerce-product-gallery,
  .summary,
  .product-gallery-panel,
  .product-summary-panel {
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    min-width: 0 !important;
    float: none !important;
    padding: 0 !important;
    margin: 0 0 24px 0 !important;
    box-sizing: border-box !important;
  }

  .product-summary-panel,
  .product-tabs-section,
  .related-section {
    width: calc(100vw - 48px) !important;
    max-width: calc(100vw - 48px) !important;
    padding: 16px !important;
    overflow: hidden;
  }

  .product-summary-panel *,
  .product-tabs-section * {
    max-width: 100%;
  }

  .product-summary-panel > *,
  .product-tabs-section > *,
  .woocommerce-tabs,
  .woocommerce-tabs .panel {
    width: min(100%, calc(100vw - 80px)) !important;
    max-width: calc(100vw - 80px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .woocommerce-product-gallery {
    opacity: 1 !important;
    overflow: hidden;
  }

  .woocommerce-product-gallery:not(:has(.flex-viewport)) .woocommerce-product-gallery__image:not(:first-child) {
    display: none !important;
  }

  .woocommerce-product-gallery .flex-viewport {
    width: 100% !important;
    overflow: hidden !important;
  }

  .product-gallery-panel figure img,
  .woocommerce-product-gallery__image img,
  .single-product-page figure.woocommerce-product-gallery__wrapper img {
    height: auto !important;
    max-height: 60vh !important;
    min-height: auto !important;
    object-fit: contain !important;
  }

  .woocommerce-product-gallery .flex-control-thumbs li {
    flex: 0 0 60px !important;
    width: 60px !important;
    margin-right: 8px !important;
  }

  /* Gallery Overhaul */
  .woocommerce-product-gallery:not(:has(.flex-viewport)) .woocommerce-product-gallery__wrapper {
    margin: 0 !important;
    width: 100% !important;
  }

  .woocommerce-product-gallery .flex-control-thumbs {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    padding: 10px 0 !important;
    margin: 0 !important;
    width: 100% !important;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .woocommerce-product-gallery .flex-control-thumbs li {
    flex: 0 0 70px !important;
    width: 70px !important;
    margin-right: 10px !important;
  }

  /* Typography & Price */
  .product_title {
    display: block !important;
    width: 78vw !important;
    max-width: 300px !important;
    white-space: normal !important;
    font-size: 16px !important;
    text-align: center !important;
    line-height: 1.3 !important;
    margin: 0 auto 12px !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }

  .price {
    width: 78vw !important;
    max-width: 300px !important;
    font-size: 24px !important;
    text-align: center !important;
    display: block !important;
    margin: 12px auto !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  .woocommerce-product-details__short-description {
    text-align: center !important;
    font-size: 13px !important;
    overflow-wrap: anywhere !important;
  }

  .woocommerce-product-details__short-description p,
  .summary-card p,
  .woocommerce-breadcrumb,
  .product_meta {
    width: 78vw !important;
    max-width: 300px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-all !important;
  }

  /* Action Section (Quantity + Buttons) */
  form.cart {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 12px !important;
    width: 100% !important;
    margin-top: 24px !important;
  }

  .vantage-quantity {
    width: 100% !important;
    max-width: 100% !important;
    justify-content: center !important;
    margin: 0 0 8px 0 !important;
  }

  .single_add_to_cart_button,
  .buy-now-button {
    width: 100% !important;
    min-height: 56px !important;
    margin: 0 !important;
    font-size: 14px !important;
    justify-content: center !important;
  }

  .buy-now-button {
    margin-top: 4px !important;
  }

  /* Variations Table */
  .variations {
    width: 100% !important;
    margin-bottom: 20px !important;
  }

  .variations tr {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    margin-bottom: 16px !important;
    border: none !important;
  }

  .variations .label {
    padding: 0 0 8px 0 !important;
    text-align: left !important;
    width: 100% !important;
  }

  .variations .value {
    padding: 0 !important;
    width: 100% !important;
  }

  .variations select {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 48px !important;
  }

  .woocommerce-variation-add-to-cart {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    width: 100% !important;
  }

  /* Variation Price & Availability */
  .woocommerce-variation-price,
  .woocommerce-variation-availability {
    text-align: center !important;
    margin-bottom: 12px !important;
  }

  /* Tabs & Related */
  .woocommerce-tabs ul.tabs {
    flex-direction: column !important;
    padding: 0 !important;
    border: none !important;
  }

  .woocommerce-tabs ul.tabs li {
    width: 100% !important;
    margin: 0 0 4px 0 !important;
    text-align: center !important;
  }

  .related.products,
  .upsells.products {
    padding: 20px 16px !important;
  }

  .related.products h2 {
    font-size: 20px !important;
    text-align: center !important;
  }

  .woocommerce-breadcrumb {
    text-align: center !important;
    font-size: 11px !important;
    margin-bottom: 16px !important;
  }

  /* Cart & Checkout Cards */
  .cart-layout .cart_totals,
  .checkout-layout .checkout-summary-panel {
    margin-top: 32px;
  }

  .shop_table_responsive tr td::before {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 11px;
    color: var(--vantage-muted);
  }
}
