/*
Theme Name: Gooseberry Books Bootstrap 5
Theme URI: https://goosebery.in/
Author: arulmjoseph.com
Author URI: https://arulmjoseph.com/
Description: Fast, lightweight, pure Bootstrap 5 WordPress theme built for Gooseberry Books & Publications with custom organic color palette.
Version: 8.9.0
License: GNU General Public License v2 or later
Text Domain: gooseberry-bootstrap
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
*/

:root {
  --gb-color-dark-earth: #493519;
  --gb-color-forest-green: #a1b730;
  --gb-color-olive-gold: #7b7430;
  --gb-color-sage-gold: #d9d08c;
  
  --gb-color-olive-leaf: #a1b730;
  --gb-color-cream-bg: #f3eec6;
  --gb-color-amber-gold: #e1c472;
  --gb-color-pastel-lime: #eae791;
  
  --gb-color-moss-gold: #93903b;
  --gb-color-lime-green: #a1b730;
  --gb-color-rich-leaf: #798c32;
  --gb-color-sand-gold: #c7c376;

  --gb-brand-green: #a1b730;
  --gb-brand-green-hover: #798c32;
  --gb-dark-bg: #000000;
  --gb-topbar-bg: #000000;
  --gb-header-gradient: linear-gradient(180deg, #E2F194 0%, #C8ED51 100%);
  --gb-accent-border: var(--gb-color-amber-gold);
  --gb-light-card-bg: #ffffff;
}

body,
button,
input,
select,
textarea,
.btn,
h1, h2, h3, h4, h5, h6,
.nav-link,
.navbar-brand {
  font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

body {
  color: #212529;
  background-color: #ffffff;
}

a {
  color: rgb(115 145 13);
  text-decoration: underline;
  transition: color 0.15s ease;
}

a:hover {
  color: #a1b730;
}

/* ==========================================================================
   GLOBAL UNIFORM BUTTON STYLING (14px Font Size & 14px Rounded Corners)
   ========================================================================== */

.btn,
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
.button,
a.button,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.gb-card-btn-v2,
.gb-spotlight-btn-cart,
.gb-spotlight-btn-buy,
.gb-btn-buy-now,
.gb-btn-add-cart,
.gb-writer-arrow-btn,
.gb-cf7-container input.wpcf7-submit,
.gb-cf7-container .gb-btn-submit {
  font-size: 14px !important;
  border-radius: 14px !important;
}

.btn-outline-success {
  color: #164e3b !important;
  border: none !important;
  background-color: transparent !important;
  font-size: 14px !important;
  border-radius: 14px !important;
  font-weight: 600 !important;
  padding: 8px 14px !important;
  transition: all 0.2s ease !important;
}

.btn-outline-success:hover {
  background-color: rgba(22, 78, 59, 0.08) !important;
  color: #164e3b !important;
}

.gb-topbar a,
.gb-navbar a,
.gb-footer a,
.btn,
.gb-card-title,
.gb-card-title-v2,
.gb-card-btn,
.gb-card-btn-v2,
.added_to_cart,
.nav-link,
.navbar-brand,
.breadcrumb a,
.page-link,
.page-numbers {
  text-decoration: none;
}

.gb-topbar a:hover,
.gb-footer a:hover {
  text-decoration: underline;
}

.gb-topbar {
  background-color: #000000 !important;
  color: #ffffff;
  font-size: 13px;
  padding: 8px 0;
}

.gb-topbar a {
  color: #ffffff;
}

.gb-topbar a:hover {
  color: var(--gb-color-amber-gold);
}

.gb-topbar i,
.gb-topbar a i {
  color: #e1c472 !important;
}

.gb-section-icon {
  color: #e1c472 !important;
}

/* Category Sidebar Badge Light Theme Header Green Gradient */
.gb-cat-count-badge,
.list-group-item .badge,
.badge.bg-secondary,
.woocommerce-widget-layered-nav-list .count,
.widget_product_categories .count {
  background: linear-gradient(180deg, #E2F194 0%, #C8ED51 100%) !important;
  color: #164e3b !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  padding: 4px 10px !important;
  border-radius: 50rem !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06) !important;
  transition: all 0.2s ease !important;
}

.list-group-item.active .gb-cat-count-badge,
.list-group-item.active .badge {
  background: #ffffff !important;
  color: #164e3b !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12) !important;
}

.gb-navbar {
  background-image: linear-gradient(180deg, #E2F194 0%, #C8ED51 100%) !important;
  border-bottom: 2px solid #b2d733;
  padding: 8px 0 !important;
}

.gb-navbar .navbar-brand {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  padding: 0 !important;
  margin-left: 0 !important;
  margin-right: 1rem !important;
}

.gb-navbar .navbar-brand img,
.custom-logo-link img,
.gb-header-logo,
.navbar-brand .custom-logo {
  max-height: 52px !important;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: left center !important;
  display: block !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.15)) !important;
}

.gb-navbar .nav-link {
  color: #164e3b !important;
  font-weight: 700 !important;
  font-size: 15px;
  padding: 8px 16px !important;
  transition: color 0.15s ease;
}

.gb-navbar .nav-link:hover,
.gb-navbar .nav-link.active {
  color: #000000 !important;
}

.gb-navbar .gb-search-btn,
.gb-navbar #gb-header-cart-btn,
#gb-header-cart-btn {
  background: transparent !important;
  border: none !important;
  color: #164e3b !important;
  box-shadow: none !important;
  width: 36px !important;
  height: 36px !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 20px !important;
}

.gb-navbar .gb-search-btn:hover,
.gb-navbar #gb-header-cart-btn:hover,
#gb-header-cart-btn:hover {
  color: #000000 !important;
  transform: scale(1.1) !important;
}

.gb-navbar .gb-search-btn i,
.gb-navbar #gb-header-cart-btn i,
#gb-header-cart-btn i {
  font-size: 20px !important;
  color: #164e3b !important;
}

.gb-navbar .navbar-toggler {
  color: #164e3b !important;
}

#gb-header-cart-btn span.badge {
  font-size: 10px;
  font-weight: bold;
}

@media (max-width: 991.98px) {
  .gb-navbar .container-fluid {
    padding-left: 2px !important;
    padding-right: 12px !important;
  }

  .gb-navbar .navbar-brand {
    margin-right: 0 !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
  }

  .gb-navbar .navbar-brand img,
  .custom-logo-link img,
  .gb-header-logo,
  .navbar-brand .custom-logo {
    max-height: 42px !important;
  }

  .gb-topbar {
    font-size: 11px;
    padding: 4px 0;
  }

  .gb-navbar {
    padding: 6px 0 !important;
  }

  .gb-navbar .navbar-collapse {
    background-color: #164e3b;
    border-radius: 12px;
    padding: 12px;
    margin-top: 10px;
  }

  .gb-navbar .navbar-collapse .nav-link {
    color: #ffffff !important;
  }
}

/* Floating WhatsApp Action Button */
.gb-whatsapp-float-btn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 56px;
  height: 56px;
  background-color: #25d366 !important;
  color: #ffffff !important;
  border-radius: 50% !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px !important;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4);
  z-index: 9999;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  text-decoration: none !important;
}

.gb-whatsapp-float-btn:hover {
  background-color: #128c7e !important;
  color: #ffffff !important;
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(18, 140, 126, 0.5);
}

@media (max-width: 575.98px) {
  .gb-whatsapp-float-btn {
    bottom: 16px;
    right: 16px;
    width: 48px;
    height: 48px;
    font-size: 26px !important;
  }
}

.gb-carousel-caption-box {
  max-width: 500px;
}

.gb-trust-icon-box {
  width: 52px;
  height: 52px;
  background-color: #f3f0e6;
}

.gb-trust-icon-box i {
  color: #a1b730;
}

.gb-trust-title {
  font-size: 15px;
}

.gb-trust-subtitle {
  font-size: 12.5px;
}

@media (min-width: 992px) {
  .border-end-lg {
    border-right: 1px solid #e5e7eb !important;
  }
}

@media (max-width: 991.98px) {
  .gb-trust-features-bar {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .gb-trust-marquee-track {
    display: flex !important;
    flex-wrap: nowrap !important;
    width: max-content !important;
    animation: gbTrustMarquee 22s linear infinite !important;
  }

  .gb-trust-marquee-track:hover {
    animation-play-state: paused !important;
  }

  .gb-trust-marquee-track > [class*="col-"] {
    flex: 0 0 auto !important;
    width: auto !important;
    padding-right: 36px !important;
    border-right: none !important;
  }
}

@keyframes gbTrustMarquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.gb-featured-spotlight-section {
  background-color: #faf9f5 !important;
  border: none !important;
  box-shadow: none !important;
  width: 100% !important;
}

.gb-spotlight-img-wrap img {
  max-height: 440px;
  object-fit: contain;
}

.gb-spotlight-badge-title {
  color: #164e3b;
  font-size: 24px;
  line-height: 1.4;
}

.gb-spotlight-heading {
  font-size: 28px;
}

.gb-spotlight-meta-list {
  font-size: 14.5px;
  line-height: 1.8;
}

.gb-spotlight-desc-text {
  font-size: 14.5px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gb-spotlight-price-text {
  color: #a1b730;
}

.gb-spotlight-btn-cart {
  background-color: #a1b730 !important;
  border-color: #a1b730 !important;
  font-size: 14px !important;
  border-radius: 14px !important;
}

.gb-spotlight-btn-buy {
  font-size: 14px !important;
  border-radius: 14px !important;
}

.gb-bestsellers-section {
  background-image: linear-gradient(180deg, #E2F194 0%, #C8ED51 100%) !important;
  background: linear-gradient(180deg, #E2F194 0%, #C8ED51 100%) !important;
  border-top: 1px solid #b2d733;
  border-bottom: 1px solid #b2d733;
  width: 100% !important;
}

.gb-bestsellers-title {
  font-size: 28px;
}

.gb-emerging-writers-img {
  object-fit: cover;
  max-height: 580px;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.gb-emerging-writers-heading {
  color: #164e3b;
  font-size: 32px;
  letter-spacing: -0.5px;
}

.gb-emerging-writers-text {
  color: #4b5563;
  font-size: 14.5px;
}

.gb-writer-arrow-btn {
  background-color: #a1b730 !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  padding: 10px 24px !important;
  border-radius: 14px !important;
  border: none !important;
  box-shadow: 0 4px 12px rgba(161, 183, 48, 0.3) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  transition: all 0.25s ease !important;
}

.gb-writer-arrow-btn:hover {
  background-color: #798c32 !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 18px rgba(121, 140, 50, 0.4) !important;
}

.gb-product-card-v2 {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 12px;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gb-product-card-v2:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  border-color: #d1d5db;
}

.gb-card-img-wrap-v2 {
  height: 250px;
  position: relative;
  background-color: #faf9f5;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gb-card-img-wrap-v2 img {
  max-height: 240px;
  width: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.gb-product-card-v2:hover .gb-card-img-wrap-v2 img {
  transform: scale(1.03);
}

@media (max-width: 575.98px) {
  .gb-product-card-v2 {
    padding: 8px !important;
    border-radius: 14px !important;
  }

  .gb-card-img-wrap-v2 {
    height: 175px !important;
    border-radius: 10px !important;
  }

  .gb-card-img-wrap-v2 img {
    max-height: 165px !important;
  }

  .gb-card-title-v2 {
    font-size: 13px !important;
    line-height: 1.3 !important;
    margin-bottom: 2px !important;
  }

  .gb-card-author-v2 {
    font-size: 11px !important;
    margin-bottom: 6px !important;
  }

  .gb-current-price {
    font-size: 15px !important;
  }

  .gb-old-price {
    font-size: 12px !important;
  }

  .gb-discount-badge {
    font-size: 10px !important;
    padding: 2px 6px !important;
  }

  .gb-card-btn-v2 {
    font-size: 14px !important;
    padding: 8px 12px !important;
    border-radius: 14px !important;
  }

  .gb-wishlist-btn {
    width: 28px !important;
    height: 28px !important;
    margin: 4px !important;
  }

  .gb-wishlist-btn i {
    font-size: 12px !important;
  }
}

.gb-wishlist-btn {
  width: 34px !important;
  height: 34px !important;
  border: none !important;
  border-radius: 50% !important;
  transition: all 0.2s ease !important;
  z-index: 2;
}

.gb-wishlist-btn:hover {
  background-color: #fee2e2 !important;
}

.gb-wishlist-btn:hover i {
  color: #dc2626 !important;
}

.gb-card-body-v2 {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.gb-card-title-v2 {
  font-size: 15px;
  font-weight: 700;
  color: #111827;
  line-height: 1.35;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gb-card-title-v2:hover {
  color: #a1b730;
}

.gb-card-author-v2 {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 10px;
}

.gb-card-price-v2 {
  margin-top: auto;
}

.gb-current-price {
  font-size: 18px;
  font-weight: 800;
  color: #111827;
}

.gb-old-price {
  font-size: 13.5px;
  color: #9ca3af;
  text-decoration: line-through;
}

.gb-discount-badge {
  background-color: #e8f5e9;
  color: #2e7d32;
  font-size: 11.5px;
  font-weight: 700;
  padding: 3px 7px;
  border-radius: 12px;
}

.gb-card-btn-v2 {
  background-color: #a1b730 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 14px !important;
  padding: 9px 14px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  width: 100% !important;
  text-align: center !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.2s ease !important;
}

.gb-card-btn-v2:hover {
  background-color: #798c32 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(161, 183, 48, 0.35) !important;
}

a.added_to_cart.wc-forward,
a.added_to_cart {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  margin-top: 10px !important;
  padding: 8px 16px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #164e3b !important;
  background-color: #faf9f2 !important;
  border: 1px solid var(--gb-color-sand-gold) !important;
  border-radius: 14px !important;
  width: 100% !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04) !important;
  transition: all 0.2s ease !important;
}

a.added_to_cart.wc-forward:hover,
a.added_to_cart:hover {
  background-color: #a1b730 !important;
  border-color: #a1b730 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(161, 183, 48, 0.35) !important;
}

a.added_to_cart.wc-forward::after,
a.added_to_cart::after {
  content: " \f061" !important;
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  font-size: 11px !important;
  transition: transform 0.2s ease !important;
}

a.added_to_cart.wc-forward:hover::after,
a.added_to_cart:hover::after {
  transform: translateX(3px) !important;
}

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

.gb-qty-input[type=number] {
  -moz-appearance: textfield;
}

.gb-qty-minus:hover,
.gb-qty-plus:hover {
  background-color: #f3f4f6 !important;
}

.gb-lightbox-trigger {
  cursor: zoom-in !important;
}

#gbLightboxModal {
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.75);
}

.gb-single-gallery-card {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.gb-single-gallery-card img {
  max-height: 480px;
  width: 100%;
  object-fit: contain;
}

.gb-stock-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: #e8f0d8;
  color: #a1b730;
  font-size: 13px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 20px;
}

.gb-stock-badge::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #a1b730;
  border-radius: 50%;
}

.gb-cart-form-row1 {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 420px;
}

.gb-btn-buy-now {
  height: 46px;
  line-height: 46px;
  background-color: #a1b730 !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  border-radius: 14px !important;
  border: none !important;
  padding: 0 28px !important;
  flex-grow: 1;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(161, 183, 48, 0.3);
  transition: all 0.2s ease;
}

.gb-btn-buy-now:hover {
  background-color: #798c32 !important;
  box-shadow: 0 4px 12px rgba(121, 140, 50, 0.35);
  transform: translateY(-1px);
}

.gb-btn-add-cart {
  height: 46px;
  line-height: 46px;
  width: 100%;
  max-width: 420px;
  background-color: #000000 !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  border-radius: 14px !important;
  border: none !important;
  padding: 0 24px !important;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
}

.gb-btn-add-cart:hover {
  background-color: #a1b730 !important;
  transform: translateY(-1px);
}

.gb-cta-card {
  background-color: var(--gb-color-cream-bg);
  border: 1px solid var(--gb-color-amber-gold);
}

.gb-footer {
  background-color: #000000 !important;
  border-top: 10px solid var(--gb-color-amber-gold);
  color: #e5e7eb !important;
  font-size: 14px;
}

.gb-footer-logo-img {
  max-width: 220px;
  height: auto;
}

.gb-footer-desc-text {
  color: #d1d5db;
  line-height: 1.6;
}

.gb-footer-contact-link {
  color: #60a5fa !important;
  text-decoration: none !important;
}

.gb-footer-copyright-text {
  color: #9ca3af;
}

.gb-footer h5 {
  color: #ffffff !important;
  font-weight: 700 !important;
}

.gb-footer p {
  color: #d1d5db !important;
}

.gb-footer ul {
  list-style: none !important;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}

.gb-footer ul li {
  margin-bottom: 8px !important;
}

.gb-footer ul li a,
.gb-footer a {
  color: #e5e7eb !important;
  transition: color 0.15s ease !important;
}

.gb-footer ul li a:hover,
.gb-footer a:hover {
  color: var(--gb-color-amber-gold) !important;
  text-decoration: underline !important;
}

.gb-social-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #1f2937 !important;
  color: #ffffff !important;
  border-radius: 50% !important;
  font-size: 18px !important;
  transition: all 0.2s ease !important;
}

.gb-social-icon-btn:hover {
  background-color: #a1b730 !important;
  color: #ffffff !important;
  transform: translateY(-2px);
}

.gb-cf7-container input.wpcf7-text,
.gb-cf7-container input.wpcf7-email,
.gb-cf7-container input.wpcf7-tel,
.gb-cf7-container textarea.wpcf7-textarea,
.gb-cf7-container .gb-form-input {
  border: none !important;
  border-bottom: 1px solid #d1d5db !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 10px 0 !important;
  width: 100% !important;
  font-size: 15px !important;
  color: #111827 !important;
  box-shadow: none !important;
  transition: border-color 0.2s ease !important;
}

.gb-cf7-container input.wpcf7-text:focus,
.gb-cf7-container input.wpcf7-email:focus,
.gb-cf7-container input.wpcf7-tel:focus,
.gb-cf7-container textarea.wpcf7-textarea:focus,
.gb-cf7-container .gb-form-input:focus {
  border-bottom-color: #a1b730 !important;
  outline: none !important;
}

.gb-cf7-container textarea.wpcf7-textarea {
  height: 80px !important;
  resize: vertical !important;
}

.gb-cf7-container input.wpcf7-submit,
.gb-cf7-container .gb-btn-submit {
  border: 1px solid #111827 !important;
  background: transparent !important;
  color: #111827 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  padding: 10px 24px !important;
  border-radius: 14px !important;
  text-transform: uppercase !important;
  transition: all 0.2s ease !important;
  cursor: pointer !important;
}

.gb-cf7-container input.wpcf7-submit:hover,
.gb-cf7-container .gb-btn-submit:hover {
  background-color: #a1b730 !important;
  border-color: #a1b730 !important;
  color: #ffffff !important;
}

.gb-contact-social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50% !important;
  background-color: #e5e7eb;
  color: #4b5563;
  font-size: 16px !important;
  transition: all 0.2s ease;
}

.gb-contact-social-btn:hover {
  background-color: #a1b730;
  color: #ffffff;
  transform: translateY(-2px);
}

.woocommerce-cart .entry-title,
.woocommerce-checkout .entry-title,
.woocommerce-cart h1,
.woocommerce-checkout h1 {
  font-weight: 700 !important;
  color: var(--gb-color-dark-earth) !important;
  margin-bottom: 24px !important;
}

.woocommerce-checkout #customer_details {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
}

.woocommerce-checkout #customer_details .col-1 {
  width: 100% !important;
  max-width: 100% !important;
  margin-bottom: 24px !important;
  float: none !important;
}

.woocommerce-checkout #customer_details .col-2 {
  width: 100% !important;
  max-width: 100% !important;
  margin-top: 12px !important;
  padding-top: 20px !important;
  border-top: 1px solid var(--gb-color-sand-gold) !important;
  float: none !important;
}

@media (min-width: 992px) {
  .woocommerce-checkout form.checkout {
    display: grid !important;
    grid-template-columns: 58% 39% !important;
    grid-column-gap: 3% !important;
    align-items: start !important;
  }

  .woocommerce-checkout #customer_details,
  .woocommerce-checkout .col2-set {
    grid-column: 1 !important;
    grid-row: 1 / span 10 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .woocommerce-checkout h3#order_review_heading {
    grid-column: 2 !important;
    grid-row: 1 !important;
    margin-top: 0 !important;
  }

  .woocommerce-checkout #order_review,
  .woocommerce-checkout .woocommerce-checkout-review-order {
    grid-column: 2 !important;
    grid-row: 2 !important;
    width: 100% !important;
    max-width: 100% !important;
    position: sticky !important;
    top: 90px !important;
  }
}

.woocommerce-cart table.shop_table,
.woocommerce-cart table.cart {
  border: 1px solid var(--gb-color-sand-gold) !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 4px 12px rgba(73, 53, 25, 0.04) !important;
  background-color: #ffffff !important;
  width: 100% !important;
  margin-bottom: 24px !important;
}

.woocommerce-cart table.shop_table th {
  background-color: var(--gb-color-cream-bg) !important;
  color: var(--gb-color-dark-earth) !important;
  font-weight: 700 !important;
  border-bottom: 2px solid var(--gb-color-amber-gold) !important;
  padding: 14px 16px !important;
}

.woocommerce-cart table.shop_table td {
  padding: 16px !important;
  vertical-align: middle !important;
  border-bottom: 1px solid #f0edd6 !important;
}

.woocommerce-cart table.shop_table td.product-name a {
  color: var(--gb-color-dark-earth) !important;
  font-weight: 700 !important;
}

.woocommerce-cart table.shop_table td.product-name a:hover {
  color: #a1b730 !important;
}

.woocommerce-cart table.shop_table td.product-price,
.woocommerce-cart table.shop_table td.product-subtotal,
.woocommerce-cart .amount {
  font-weight: 700 !important;
  color: #a1b730 !important;
}

.woocommerce-cart table.shop_table td.product-remove a.remove {
  color: #dc2626 !important;
  font-size: 20px !important;
}

.woocommerce-cart td.actions .coupon {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
  float: left !important;
}

.woocommerce-cart .coupon input.input-text,
.woocommerce-cart input#coupon_code {
  width: 200px !important;
  min-width: 180px !important;
  height: 46px !important;
  border: 1px solid var(--gb-color-sand-gold) !important;
  border-radius: 14px !important;
  padding: 0 16px !important;
  background-color: #faf9f2 !important;
  color: #111827 !important;
  font-size: 14px !important;
  box-sizing: border-box !important;
}

.woocommerce-cart .coupon input.input-text:focus,
.woocommerce-cart input#coupon_code:focus {
  border-color: #a1b730 !important;
  background-color: #ffffff !important;
  outline: none !important;
}

.woocommerce-cart .coupon button.button,
.woocommerce-cart button[name="apply_coupon"] {
  background-color: #a1b730 !important;
  color: #ffffff !important;
  height: 46px !important;
  line-height: 46px !important;
  border-radius: 14px !important;
  border: none !important;
  padding: 0 24px !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  cursor: pointer !important;
  box-shadow: 0 4px 12px rgba(161, 183, 48, 0.3) !important;
  transition: all 0.2s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  float: none !important;
  margin: 0 !important;
}

.woocommerce-cart .coupon button.button:hover,
.woocommerce-cart button[name="apply_coupon"]:hover {
  background-color: #798c32 !important;
  color: #ffffff !important;
}

.woocommerce-cart button[name="update_cart"] {
  background-color: #a1b730 !important;
  color: #ffffff !important;
  height: 46px !important;
  line-height: 46px !important;
  border-radius: 14px !important;
  border: none !important;
  padding: 0 24px !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  float: right !important;
  box-shadow: 0 4px 12px rgba(161, 183, 48, 0.3) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.woocommerce-cart button[name="update_cart"]:hover {
  background-color: #798c32 !important;
  color: #ffffff !important;
}

@media (max-width: 767.98px) {
  .woocommerce-cart td.actions {
    padding: 16px 12px !important;
  }

  .woocommerce-cart td.actions .coupon {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    float: none !important;
    gap: 10px !important;
    margin-bottom: 12px !important;
  }

  .woocommerce-cart .coupon input.input-text,
  .woocommerce-cart input#coupon_code {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }

  .woocommerce-cart .coupon button.button,
  .woocommerce-cart button[name="apply_coupon"] {
    width: 100% !important;
  }

  .woocommerce-cart button[name="update_cart"] {
    width: 100% !important;
    float: none !important;
    margin-top: 10px !important;
  }
}

.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-cart .cart_totals {
  background-color: #faf9f2 !important;
  border: 1px solid var(--gb-color-sand-gold) !important;
  border-radius: 12px !important;
  padding: 24px !important;
  box-shadow: 0 4px 16px rgba(73, 53, 25, 0.05) !important;
}

.woocommerce-cart .cart_totals h2 {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: var(--gb-color-dark-earth) !important;
  border-bottom: 2px solid var(--gb-color-amber-gold) !important;
  padding-bottom: 10px !important;
  margin-bottom: 16px !important;
}

.woocommerce-cart a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.button {
  background-color: #a1b730 !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  padding: 14px 24px !important;
  border-radius: 14px !important;
  display: block !important;
  text-align: center !important;
  transition: background-color 0.2s ease !important;
  box-shadow: 0 4px 12px rgba(161, 183, 48, 0.3) !important;
}

.woocommerce-cart a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.button:hover {
  background-color: #798c32 !important;
}

.woocommerce-checkout form.checkout {
  background-color: #ffffff !important;
}

.woocommerce-checkout h3#order_review_heading,
.woocommerce-checkout h3 {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: var(--gb-color-dark-earth) !important;
  border-bottom: 2px solid var(--gb-color-amber-gold) !important;
  padding-bottom: 8px !important;
  margin-bottom: 20px !important;
}

.woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout .form-row textarea,
.woocommerce-checkout .form-row select,
.wc-block-components-text-input input {
  border: 1px solid var(--gb-color-sand-gold) !important;
  border-radius: 8px !important;
  padding: 10px 14px !important;
  background-color: #faf9f2 !important;
  color: #111827 !important;
  font-size: 14px !important;
}

.woocommerce-checkout select,
.woocommerce-checkout .form-row select,
.woocommerce-cart select,
.select2-container--default .select2-selection--single,
.wc-block-components-select select,
.wc-block-components-country-input select,
.wc-block-components-state-input select,
select#billing_country,
select#billing_state,
select#shipping_country,
select#shipping_state {
  border: 1px solid var(--gb-color-sand-gold) !important;
  border-radius: 8px !important;
  padding: 10px 14px !important;
  background-color: #faf9f2 !important;
  color: #111827 !important;
  font-size: 14px !important;
  height: 46px !important;
  line-height: 24px !important;
  box-shadow: none !important;
  transition: all 0.2s ease !important;
}

.select2-container--default .select2-selection--single {
  display: flex !important;
  align-items: center !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #111827 !important;
  line-height: 24px !important;
  padding-left: 0 !important;
  padding-right: 20px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px !important;
  right: 10px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #4b5563 transparent transparent transparent !important;
}

.woocommerce-checkout select:focus,
.woocommerce-checkout .form-row select:focus,
.woocommerce-checkout .form-row input.input-text:focus,
.woocommerce-checkout .form-row textarea:focus,
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single,
.wc-block-components-text-input input:focus {
  border-color: #a1b730 !important;
  background-color: #ffffff !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(161, 183, 48, 0.15) !important;
}

.select2-dropdown {
  border: 1px solid var(--gb-color-sand-gold) !important;
  border-radius: 10px !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
  overflow: hidden !important;
  background-color: #ffffff !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #a1b730 !important;
  color: #ffffff !important;
}

.woocommerce-checkout #order_review {
  background-color: #faf9f2 !important;
  border: none !important;
  border-radius: 16px !important;
  padding: 24px !important;
  box-shadow: 0 4px 20px rgba(73, 53, 25, 0.04) !important;
}

.woocommerce-checkout #payment {
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin-top: 16px !important;
  box-shadow: none !important;
}

.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: none !important;
  padding-left: 0 !important;
}

.woocommerce-checkout #payment div.payment_box {
  background-color: #ffffff !important;
  border: 1px solid var(--gb-color-sand-gold) !important;
  border-radius: 8px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
}

.woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: var(--gb-color-sand-gold) !important;
}

.woocommerce-checkout #place_order,
.woocommerce-checkout button[name="woocommerce_checkout_place_order"] {
  background-color: #a1b730 !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  padding: 14px 28px !important;
  border-radius: 14px !important;
  border: none !important;
  width: 100% !important;
  cursor: pointer !important;
  transition: background-color 0.2s ease !important;
  box-shadow: 0 4px 14px rgba(161, 183, 48, 0.35) !important;
}

.woocommerce-checkout #place_order:hover,
.woocommerce-checkout button[name="woocommerce_checkout_place_order"]:hover {
  background-color: #798c32 !important;
}

/* ==========================================================================
   WooCommerce My Account & Checkout Coupon Banner Fixes
   ========================================================================== */

.woocommerce-account .entry-title,
.woocommerce-account h1 {
  font-weight: 700 !important;
  color: var(--gb-color-dark-earth) !important;
  margin-bottom: 28px !important;
}

.woocommerce-account .woocommerce::before,
.woocommerce-account .woocommerce::after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}

.woocommerce-account .woocommerce {
  display: flex !important;
  flex-direction: column !important;
  gap: 24px !important;
  width: 100% !important;
}

.woocommerce-MyAccount-navigation {
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-bottom: 0 !important;
}

.woocommerce-MyAccount-content {
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
}

@media (min-width: 992px) {
  .woocommerce-account .woocommerce {
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 32px !important;
  }

  .woocommerce-MyAccount-navigation {
    flex: 0 0 260px !important;
    width: 260px !important;
    min-width: 260px !important;
    max-width: 260px !important;
    position: sticky !important;
    top: 90px !important;
  }

  .woocommerce-MyAccount-content {
    flex: 1 1 auto !important;
    width: calc(100% - 292px) !important;
    min-width: 0 !important;
  }
}

.woocommerce-MyAccount-navigation ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background-color: #faf9f2 !important;
  border: 1px solid var(--gb-color-sand-gold) !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  box-shadow: 0 4px 12px rgba(73, 53, 25, 0.04) !important;
  width: 100% !important;
}

.woocommerce-MyAccount-navigation-link {
  margin-bottom: 0 !important;
  width: 100% !important;
}

.woocommerce-MyAccount-navigation-link a {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 14px 18px !important;
  color: #374151 !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  border-bottom: 1px solid #f0edd6 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  transition: all 0.2s ease !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.woocommerce-MyAccount-navigation-link:last-child a {
  border-bottom: none !important;
}

.woocommerce-MyAccount-navigation-link a::before {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  font-size: 15px !important;
  width: 20px !important;
  min-width: 20px !important;
  text-align: center !important;
  color: #a1b730 !important;
  transition: color 0.2s ease !important;
  flex-shrink: 0 !important;
}

.woocommerce-MyAccount-navigation-link--dashboard a::before { content: "\f0e4"; }
.woocommerce-MyAccount-navigation-link--orders a::before { content: "\f290"; }
.woocommerce-MyAccount-navigation-link--downloads a::before { content: "\f019"; }
.woocommerce-MyAccount-navigation-link--edit-address a::before { content: "\f3c5"; }
.woocommerce-MyAccount-navigation-link--edit-account a::before { content: "\f007"; }
.woocommerce-MyAccount-navigation-link--customer-logout a::before { content: "\f2f5"; }

.woocommerce-MyAccount-navigation-link a:hover {
  background-color: #f3f0e6 !important;
  color: #a1b730 !important;
  padding-left: 22px !important;
}

.woocommerce-MyAccount-navigation-link.is-active a {
  background-color: #a1b730 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
}

.woocommerce-MyAccount-navigation-link.is-active a::before {
  color: #ffffff !important;
}

.woocommerce-MyAccount-content {
  background-color: #ffffff !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 16px !important;
  padding: 28px !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03) !important;
  box-sizing: border-box !important;
}

.woocommerce-MyAccount-content p {
  color: #4b5563 !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
}

.woocommerce-MyAccount-content p a {
  color: #a1b730 !important;
  font-weight: 600 !important;
  text-decoration: underline !important;
}

.woocommerce-MyAccount-content p a:hover {
  color: #798c32 !important;
}

.woocommerce-MyAccount-content .woocommerce-notices-wrapper + p {
  background-color: #faf9f2 !important;
  border-left: 4px solid #a1b730 !important;
  padding: 16px 20px !important;
  border-radius: 8px !important;
  margin-bottom: 24px !important;
}

/* All WooCommerce Form Submit & Action Buttons (Save Changes, Edit Address, etc.) */
.woocommerce-account .woocommerce-EditAccountForm button.button,
.woocommerce-account .woocommerce-EditAccountForm input[type="submit"],
.woocommerce-account form.edit-address button.button,
.woocommerce-account form.edit-address input[type="submit"],
.woocommerce-account .woocommerce-MyAccount-content button.button,
.woocommerce-account .woocommerce-MyAccount-content input[type="submit"],
.woocommerce-account .woocommerce-MyAccount-content a.button,
.woocommerce button.button[name="save_account_details"],
.woocommerce button.button[name="save_address"] {
  background-color: #a1b730 !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  padding: 12px 28px !important;
  border-radius: 14px !important;
  border: none !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 4px 12px rgba(161, 183, 48, 0.3) !important;
  transition: all 0.2s ease !important;
}

.woocommerce-account .woocommerce-EditAccountForm button.button:hover,
.woocommerce-account .woocommerce-EditAccountForm input[type="submit"]:hover,
.woocommerce-account form.edit-address button.button:hover,
.woocommerce-account form.edit-address input[type="submit"]:hover,
.woocommerce-account .woocommerce-MyAccount-content button.button:hover,
.woocommerce-account .woocommerce-MyAccount-content input[type="submit"]:hover,
.woocommerce-account .woocommerce-MyAccount-content a.button:hover,
.woocommerce button.button[name="save_account_details"]:hover,
.woocommerce button.button[name="save_address"]:hover {
  background-color: #798c32 !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
}

/* Reset Bootstrap 8.33% / 16.66% column widths inside WooCommerce */
.woocommerce .col-1,
.woocommerce .col-2,
.woocommerce .u-column1,
.woocommerce .u-column2,
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
  flex: none !important;
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
}

/* 1. Login / Register Page (#customer_login) */
.woocommerce #customer_login.col2-set,
.woocommerce #customer_login,
.woocommerce .u-columns.col2-set {
  display: flex !important;
  flex-direction: column !important;
  gap: 32px !important;
  width: 100% !important;
  margin-top: 1rem !important;
}

@media (min-width: 768px) {
  .woocommerce #customer_login.col2-set,
  .woocommerce #customer_login,
  .woocommerce .u-columns.col2-set {
    flex-direction: row !important;
    align-items: stretch !important;
    gap: 36px !important;
  }

  .woocommerce #customer_login .col-1,
  .woocommerce #customer_login .col-2,
  .woocommerce .u-columns.col2-set .u-column1,
  .woocommerce .u-columns.col2-set .u-column2 {
    flex: 1 1 50% !important;
    width: 50% !important;
    max-width: 50% !important;
  }
}

.woocommerce #customer_login .col-1,
.woocommerce #customer_login .col-2 {
  background-color: #ffffff !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 16px !important;
  padding: 32px !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03) !important;
  box-sizing: border-box !important;
}

.woocommerce #customer_login h2 {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: var(--gb-color-dark-earth) !important;
  border-bottom: 2px solid var(--gb-color-amber-gold) !important;
  padding-bottom: 10px !important;
  margin-bottom: 20px !important;
}

.woocommerce form.login,
.woocommerce form.register {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}

.woocommerce form .form-row {
  margin-bottom: 20px !important;
  padding: 0 !important;
  width: 100% !important;
  float: none !important;
}

.woocommerce form .form-row label {
  font-weight: 600 !important;
  color: #374151 !important;
  margin-bottom: 6px !important;
  display: block !important;
}

.woocommerce form .form-row input.input-text {
  width: 100% !important;
  height: 46px !important;
  border: 1px solid var(--gb-color-sand-gold) !important;
  border-radius: 8px !important;
  padding: 10px 14px !important;
  background-color: #faf9f2 !important;
  color: #111827 !important;
  font-size: 15px !important;
  box-sizing: border-box !important;
}

.woocommerce form .form-row input.input-text:focus {
  border-color: #a1b730 !important;
  background-color: #ffffff !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(161, 183, 48, 0.15) !important;
}

.woocommerce button.button.woocommerce-form-login__submit,
.woocommerce button.button.woocommerce-form-register__submit {
  width: 100% !important;
  height: 46px !important;
  background-color: #a1b730 !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  border-radius: 14px !important;
  border: none !important;
  cursor: pointer !important;
  box-shadow: 0 4px 12px rgba(161, 183, 48, 0.3) !important;
  transition: all 0.2s ease !important;
}

.woocommerce button.button.woocommerce-form-login__submit:hover,
.woocommerce button.button.woocommerce-form-register__submit:hover {
  background-color: #798c32 !important;
}

/* 2. Addresses Page Layout & Clean Heading Font Sizes */
.woocommerce .u-columns.addresses,
.woocommerce-Addresses {
  display: flex !important;
  flex-direction: column !important;
  gap: 24px !important;
  width: 100% !important;
  margin-top: 16px !important;
}

@media (min-width: 768px) {
  .woocommerce .u-columns.addresses,
  .woocommerce-Addresses {
    flex-direction: row !important;
    gap: 24px !important;
  }

  .woocommerce .u-columns.addresses .col-1,
  .woocommerce .u-columns.addresses .col-2,
  .woocommerce-Address {
    flex: 1 1 50% !important;
    width: 50% !important;
    max-width: 50% !important;
  }
}

.woocommerce-Address,
.woocommerce .u-columns.addresses .col-1,
.woocommerce .u-columns.addresses .col-2 {
  background-color: #faf9f2 !important;
  border: 1px solid var(--gb-color-sand-gold) !important;
  border-radius: 14px !important;
  padding: 24px !important;
  box-sizing: border-box !important;
}

.woocommerce-Address .title,
.woocommerce-Address-title,
.woocommerce .u-columns.addresses header.title {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  border-bottom: 1px solid var(--gb-color-amber-gold) !important;
  padding-bottom: 12px !important;
  margin-bottom: 16px !important;
}

.woocommerce-Address .title h3,
.woocommerce-Address-title h3,
.woocommerce-Address h3,
.woocommerce .u-columns.addresses header.title h3 {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: var(--gb-color-dark-earth) !important;
  margin: 0 !important;
  line-height: 1.3 !important;
}

.woocommerce-Address .edit,
.woocommerce-Address-title a,
.woocommerce .u-columns.addresses a.edit {
  font-size: 13.5px !important;
  font-weight: 600 !important;
  color: #a1b730 !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  white-space: nowrap !important;
}

.woocommerce-Address .edit:hover,
.woocommerce-Address-title a:hover,
.woocommerce .u-columns.addresses a.edit:hover {
  color: #798c32 !important;
  text-decoration: underline !important;
}

.woocommerce-Address address {
  font-style: normal !important;
  line-height: 1.7 !important;
  color: #4b5563 !important;
  font-size: 14.5px !important;
}

/* WooCommerce Notices (Info, Message, Error) */
.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
  background-color: #faf9f2 !important;
  border: 1px solid var(--gb-color-sand-gold) !important;
  border-left: 4px solid #a1b730 !important;
  border-top: 1px solid var(--gb-color-sand-gold) !important;
  border-radius: 12px !important;
  padding: 16px 20px !important;
  color: #374151 !important;
  font-size: 14.5px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
  margin-bottom: 24px !important;
  box-shadow: 0 2px 8px rgba(73, 53, 25, 0.03) !important;
}

.woocommerce-error {
  border-left-color: #dc2626 !important;
  background-color: #fef2f2 !important;
}

/* Fix broken icon box overlapping text in WooCommerce notices */
.woocommerce-info::before,
.woocommerce-message::before,
.woocommerce-error::before {
  display: none !important;
  content: "" !important;
}

.woocommerce-info a.showcoupon,
.woocommerce-info a {
  color: #a1b730 !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
}

.woocommerce-info a.showcoupon:hover,
.woocommerce-info a:hover {
  color: #798c32 !important;
}

.woocommerce-info .button,
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info a.button,
.woocommerce-message a.button {
  background-color: #a1b730 !important;
  color: #ffffff !important;
  border-radius: 14px !important;
  padding: 8px 20px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  border: none !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  float: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.2s ease !important;
  box-shadow: 0 3px 10px rgba(161, 183, 48, 0.25) !important;
  text-decoration: none !important;
}

.woocommerce-info .button:hover,
.woocommerce-message .button:hover,
.woocommerce-error .button:hover,
.woocommerce-info a.button:hover,
.woocommerce-message a.button:hover {
  background-color: #798c32 !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
}

/* Checkout Coupon Dropdown Form */
.woocommerce-checkout form.checkout_coupon {
  background-color: #faf9f2 !important;
  border: 1px solid var(--gb-color-sand-gold) !important;
  border-radius: 14px !important;
  padding: 20px !important;
  margin-bottom: 24px !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
}

.woocommerce-checkout form.checkout_coupon input.input-text {
  width: 200px !important;
  height: 46px !important;
  border-radius: 14px !important;
  padding: 0 16px !important;
  font-size: 14px !important;
  border: 1px solid var(--gb-color-sand-gold) !important;
  background-color: #ffffff !important;
}

.woocommerce-checkout form.checkout_coupon button.button,
.woocommerce-checkout form.checkout_coupon input[type="submit"] {
  background-color: #a1b730 !important;
  color: #ffffff !important;
  height: 46px !important;
  line-height: 46px !important;
  border-radius: 14px !important;
  padding: 0 24px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  border: none !important;
  box-shadow: 0 4px 12px rgba(161, 183, 48, 0.3) !important;
  cursor: pointer !important;
}

.woocommerce-checkout form.checkout_coupon button.button:hover,
.woocommerce-checkout form.checkout_coupon input[type="submit"]:hover {
  background-color: #798c32 !important;
}

.woocommerce-orders-table {
  border: 1px solid var(--gb-color-sand-gold) !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  width: 100% !important;
}

.woocommerce-orders-table th {
  background-color: var(--gb-color-cream-bg) !important;
  color: var(--gb-color-dark-earth) !important;
  font-weight: 700 !important;
  padding: 12px 16px !important;
}

.woocommerce-orders-table td {
  padding: 14px 16px !important;
  border-bottom: 1px solid #f0edd6 !important;
}

.pagination,
.navigation.pagination .nav-links,
.woocommerce-pagination ul.page-numbers {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 8px !important;
  padding-left: 0 !important;
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
  list-style: none !important;
}

.navigation.pagination .nav-links .page-numbers,
.pagination .page-link,
.woocommerce-pagination ul.page-numbers li a,
.woocommerce-pagination ul.page-numbers li span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 44px !important;
  height: 44px !important;
  padding: 0 16px !important;
  border-radius: 50rem !important;
  background-color: #faf9f2 !important;
  color: var(--gb-color-dark-earth) !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  border: 1px solid var(--gb-color-sand-gold) !important;
  box-shadow: 0 2px 6px rgba(73, 53, 25, 0.04) !important;
  transition: all 0.2s ease !important;
}

.navigation.pagination .nav-links .page-numbers:hover,
.pagination .page-link:hover,
.woocommerce-pagination ul.page-numbers li a:hover {
  background-color: var(--gb-color-cream-bg) !important;
  color: #a1b730 !important;
  border-color: var(--gb-color-amber-gold) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 12px rgba(73, 53, 25, 0.1) !important;
}

.navigation.pagination .nav-links .page-numbers.current,
.pagination .page-item.active .page-link,
.woocommerce-pagination ul.page-numbers li span.current {
  background-color: #a1b730 !important;
  color: #ffffff !important;
  border-color: #a1b730 !important;
  box-shadow: 0 4px 12px rgba(161, 183, 48, 0.35) !important;
}

.navigation.pagination .nav-links .page-numbers.dots,
.woocommerce-pagination ul.page-numbers li span.dots {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: #9ca3af !important;
}

.woocommerce p.stars a {
  color: var(--gb-color-amber-gold);
}
