/*
Theme Name: CholoKinii Final
Theme URI: https://cholokinii.com
Author: ChatGPT
Description: Premium modern green WooCommerce theme for CholoKinii.com with auto hero slider, 8 category cards, best selling products, trending products, discount badges, COD messaging, and responsive mobile layout.
Version: 1.1.14.3
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: cholokinii-final
*/

:root {
  --green: #0B5D45;
  --dark-green: #063B2D;
  --soft-green: #E7F2ED;
  --cream: #F8F4EA;
  --gold: #C9A24D;
  --text: #1E1E1E;
  --muted: #59675F;
  --border: #E7E1D3;
  --shadow: 0 24px 70px rgba(6, 59, 45, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body, input, button, textarea, select, a, p, span, div, h1, h2, h3, h4, h5, h6 {
  font-family: Aptos, Calibri, Arial, sans-serif;
}
body {
  margin: 0;
  font-family: Aptos, Calibri, Arial, sans-serif;
  color: var(--text);
  background: var(--cream);
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.promo-slider {
  width: 100%;
  overflow: hidden;
  background: linear-gradient(90deg, var(--dark-green), var(--green), var(--dark-green));
  color: white;
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.promo-track { display: flex; width: max-content; animation: promoSlide 24s linear infinite; }
.promo-slide {
  min-width: 100vw;
  padding: 11px 20px;
  text-align: center;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .02em;
  white-space: nowrap;
}
.promo-slide strong { color: var(--gold); }
.promo-slider:hover .promo-track { animation-play-state: paused; }
@keyframes promoSlide {
  0%, 24% { transform: translateX(0); }
  33%, 57% { transform: translateX(-100vw); }
  66%, 90% { transform: translateX(-200vw); }
  100% { transform: translateX(0); }
}

.topbar {
  background: var(--dark-green);
  color: rgba(255,255,255,.95);
  font-size: 13px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.topbar .container { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  padding: 0;
  backdrop-filter: blur(16px);
  background: var(--dark-green);
  border-bottom: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 14px 38px rgba(6,59,45,.07);
}
.navbox {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 10px 0;
  display: grid;
  grid-template-columns: auto minmax(260px, 1fr) auto;
  align-items: center;
  gap: 22px;
}
.brand { display: flex; align-items: center; gap: 14px; font-weight: 900; color: white; font-size: 28px; white-space: nowrap; }
.brand-mark { width: 48px; height: 48px; border-radius: 16px; background: white; color: var(--green); display: grid; place-items: center; font-size: 29px; font-weight: 900; }
.brand-logo { display: block; height: 48px; width: auto; max-width: min(320px, 100%); object-fit: contain; }
.brand-title-text { color: #fff; font-size: 26px; font-weight: 900; letter-spacing: .02em; line-height: 1; white-space: nowrap; }
.search-wrap { position: relative; width: 100%; }
.search-wrap input {
  width: 100%;
  border: 1px solid var(--border);
  background: #FDFBF5;
  border-radius: 999px;
  padding: 15px 58px 15px 22px;
  font: 500 14px Aptos, Calibri, Arial, sans-serif;
  outline: none;
  color: var(--text);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
}
.search-wrap input:focus { border-color: var(--green); box-shadow: 0 0 0 4px rgba(11,93,69,.08); }
.search-wrap button {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 43px;
  height: 43px;
  border: none;
  border-radius: 50%;
  background: var(--green);
  color: white;
  font-size: 17px;
  cursor: pointer;
}
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-action {
  min-width: 78px;
  height: 48px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.28);
  background: white;
  color: var(--dark-green);
  font-size: 13px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  box-shadow: 0 10px 24px rgba(6,59,45,.05);
}
.header-action.bag { background: white; border-color: white; color: var(--dark-green); }
.bag-count { display: inline-grid; place-items: center; min-width: 20px; height: 20px; padding: 0 5px; border-radius: 999px; background: #ff3d7f; color: #fff; font-size: 11px; font-weight: 900; line-height: 1; }
.header-action.bag { position: relative; }
.main-menu { border-top: 1px solid rgba(255,255,255,.14); padding: 12px 0 14px; display: flex; justify-content: center; gap: 30px; color: white; font-weight: 700; font-size: 14px; background: var(--dark-green); }
.mobile-menu-toggle { display: none; }
.mobile-bottom-nav { display: none; }
.mobile-drawer-overlay,
.mobile-side-nav { display: none; }

.hero { position: relative; overflow: hidden; padding: 0; background: #fff; }
.hero-banner-slider { position: relative; width: 100%; overflow: hidden; background: #fff; }
.banner-track { display: flex; width: 100%; transition: transform .7s ease; }
.banner-slide { min-width: 100%; height: calc(100vw * 49 / 192); min-height: 247px; max-height: 490px; display: flex; align-items: center; position: relative; overflow: hidden; background: var(--cream); }
.banner-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 85% 8%, rgba(11,93,69,.16), transparent 28%), radial-gradient(circle at 12% 12%, rgba(201,162,77,.12), transparent 23%);
  pointer-events: none;
}
.banner-content {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  display: block;
  height: 100%;
  padding: 0;
}
.banner-full-link {
  display: block;
  width: 100%;
  height: 100%;
}
.banner-copy { max-width: 540px; }
.kicker { color: var(--gold); text-transform: uppercase; font-size: 13px; letter-spacing: .16em; font-weight: 900; margin-bottom: 16px; }
h1, h2, h3 { margin-top: 0; color: var(--dark-green); }
h1 { font-family: Aptos, Calibri, Arial, sans-serif; font-size: clamp(34px, 4.6vw, 58px); line-height: 1.02; margin-bottom: 14px; letter-spacing: 0; font-weight: 800; }
.hero p { color: var(--muted); font-size: 16px; line-height: 1.55; max-width: 610px; }
.actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 18px; }
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 15px 27px; border-radius: 999px; background: var(--green); color: white; font-weight: 800; box-shadow: 0 18px 40px rgba(11,93,69,.2); }
.btn.secondary { background: white; color: var(--green); border: 1px solid var(--green); box-shadow: none; }
.trust { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 16px; color: var(--dark-green); font-weight: 700; font-size: 13px; }
.trust span { background: rgba(255,255,255,.82); border: 1px solid var(--border); border-radius: 999px; padding: 9px 13px; }
.banner-visual {
  min-height: 0;
  height: 100%;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
  border: 0;
  box-shadow: none;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.banner-visual::after { display: none; }
.banner-badge {
  position: absolute;
  left: 26px;
  top: 26px;
  z-index: 2;
  background: rgba(255,255,255,.92);
  color: var(--green);
  padding: 12px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 12px 30px rgba(6,59,45,.1);
}
.banner-discount {
  position: absolute;
  right: 28px;
  bottom: 28px;
  z-index: 2;
  background: var(--green);
  color: white;
  padding: 18px 22px;
  border-radius: 22px;
  font-size: 28px;
  font-weight: 900;
  box-shadow: 0 18px 45px rgba(6,59,45,.22);
}
.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 46px;
  height: 46px;
  border: none;
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  color: var(--green);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 14px 32px rgba(6,59,45,.14);
}
.slider-arrow.prev { left: 24px; }
.slider-arrow.next { right: 24px; }
.slider-dots {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  gap: 12px;
  align-items: center;
  background: rgba(255,255,255,.58);
  padding: 10px 14px;
  border-radius: 999px;
  backdrop-filter: blur(12px);
}
.slider-dot { width: 12px; height: 12px; border: none; border-radius: 50%; background: rgba(6,59,45,.38); cursor: pointer; padding: 0; }
.slider-dot.active { background: #ff3d7f; transform: scale(1.15); }
.floating-cart { position: fixed; right: 0; top: 42%; z-index: 20; width: 86px; overflow: hidden; border-radius: 16px 0 0 16px; box-shadow: 0 14px 35px rgba(6,59,45,.16); text-align: center; font-weight: 800; }
.floating-cart .items { background: #10182d; color: white; padding: 14px 8px; font-size: 13px; }
.floating-cart .amount { background: #ff3d7f; color: white; padding: 9px 8px; font-size: 18px; }
.floating-cart-count { display: inline; }

section { padding: 80px 0; }
.center { text-align: center; max-width: 760px; margin: 0 auto; }
.title { font-family: Aptos, Calibri, Arial, sans-serif; font-size: clamp(28px, 3.4vw, 38px); line-height: 1.08; margin-bottom: 12px; }
.grid { display: grid; gap: 24px; }
.category-section-title { font-family: Aptos, Calibri, Arial, sans-serif; font-size: clamp(28px, 3.4vw, 38px); line-height: 1.08; margin: 0; color: var(--dark-green); letter-spacing: 0; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 38px; }
.category-card { position: relative; display: block; min-height: 245px; border-radius: 28px; overflow: hidden; background: white; border: 1px solid var(--border); box-shadow: 0 16px 38px rgba(6,59,45,.07); transition: .25s ease; }
.category-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.category-card img { width: 100%; height: 170px; object-fit: cover; display: block; background: #edf7f2; transition: .3s ease; }
.category-card:hover img { transform: scale(1.05); }
.category-info { position: relative; z-index: 2; background: white; padding: 17px 18px 19px; }
.category-info h3 { font-size: 18px; margin: 0 0 6px; color: var(--dark-green); }
.category-info span { color: var(--green); font-size: 13px; font-weight: 900; }

.soft { background: #edf7f2; }
.products { margin-top: 36px; grid-template-columns: repeat(4, 1fr); }
.product { position: relative; background: white; border: 1px solid var(--border); border-radius: 26px; padding: 14px; box-shadow: 0 16px 36px rgba(6,59,45,.06); transition: .25s ease; overflow: hidden; }
.product:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-img { height: 190px; border-radius: 20px; background: linear-gradient(135deg, #e5f2ed, #fffaf0); display: grid; place-items: center; color: var(--green); font-weight: 900; font-size: 13px; letter-spacing: .08em; overflow: hidden; }
.product-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.product-badge { position: absolute; top: 24px; left: 24px; background: #ff3d7f; color: white; border-radius: 999px; padding: 7px 11px; font-size: 11px; font-weight: 900; z-index: 2; }
.product h3 { font-size: 16px; margin: 14px 0 6px; min-height: 42px; }
.rating { color: var(--gold); font-size: 13px; font-weight: 800; margin-bottom: 7px; }
.price { color: var(--green); font-weight: 900; font-size: 17px; }
.old-price { color: #9c9c9c; text-decoration: line-through; font-size: 13px; margin-left: 7px; font-weight: 600; }
.add-cart-btn { width: 100%; margin-top: 13px; border: none; border-radius: 999px; background: var(--green); color: white; padding: 12px 14px; font-weight: 900; cursor: pointer; font-family: Aptos, Calibri, Arial, sans-serif; display: inline-flex; justify-content: center; }
.view-all-wrap { text-align: center; margin-top: 34px; }
#shop { padding-top: 8px; padding-bottom: 45px; }
#best-selling { padding-top: 38px; padding-bottom: 42px; }
#trending-products { padding-top: 42px; background: #edf7f2; }

footer { background: var(--dark-green); color: white; padding: 60px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 34px; }
footer h3 { color: var(--gold); text-transform: uppercase; letter-spacing: .12em; font-size: 14px; }
footer p, footer a { color: rgba(255,255,255,.74); line-height: 1.7; }
.copyright { border-top: 1px solid rgba(255,255,255,.14); margin-top: 38px; padding-top: 20px; color: rgba(255,255,255,.68); font-size: 13px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; }

@media (max-width: 900px) {
  .banner-content { grid-template-columns: 1fr; }
  .products, .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .navbox { grid-template-columns: 1fr; }
  .brand { font-size: 22px; }
  .header-actions { justify-content: space-between; flex-wrap: wrap; }
  .header-action { flex: 1; min-width: 95px; }
  .main-menu { overflow-x: auto; justify-content: flex-start; padding-bottom: 4px; }
}
@media (max-width: 560px) {
  body { overflow-x: hidden; padding-bottom: 74px; background: #fff; }
  .container { width: min(100% - 22px, 1180px); }
  .topbar, .promo-slider { display: none; }

  .site-header,
  .site-header .container,
  .navbox {
    background: var(--dark-green) !important;
  }
  .site-header {
    position: sticky;
    top: 0;
    box-shadow: 0 6px 18px rgba(6,59,45,.12);
  }
  .navbox { grid-template-columns: 40px 1fr 40px; padding: 10px 0 12px; gap: 8px; }
  .mobile-menu-toggle { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border: 0; background: transparent; color: #fff !important; font-size: 26px; line-height: 1; }
  .brand { justify-content: center; align-items: center; min-height: 42px; gap: 8px; color: #fff !important; }
  .brand-mark { width: 32px; height: 32px; border-radius: 9px; font-size: 19px; background: var(--green); color: white; }
  .brand-logo { height: 42px; max-width: min(220px, 100%); width: auto; object-fit: contain; display: block; }
  .brand-title-text { color: #fff; font-size: 20px; font-weight: 900; line-height: 1; white-space: nowrap; }
  .custom-logo { max-height: 42px; width: auto; }

  .search-wrap { grid-column: 1 / -1; margin-top: 8px; }
  .search-wrap input { height: 48px; border: 2px solid #ff3d7f; border-radius: 999px; padding: 12px 50px 12px 44px; font-size: 14px; background: #fff; }
  .search-wrap:before { content: '⌕'; position: absolute; left: 17px; top: 50%; transform: translateY(-50%); color: #344054; font-size: 20px; z-index: 2; }
  .search-wrap button { right: 7px; width: 36px; height: 36px; background: transparent; color: #344054; font-size: 0; }
  .header-actions { display: none; }
  .navbox::after { content: ""; width: 40px; height: 40px; display: block; }
  .main-menu { display: none; }
  .mobile-drawer-overlay { position: fixed; inset: 0; z-index: 80; background: rgba(0,0,0,.38); opacity: 0; pointer-events: none; transition: .25s ease; display: block; }
  .mobile-drawer-overlay.active { opacity: 1; pointer-events: auto; }
  .mobile-side-nav { position: fixed; left: 0; top: 0; bottom: 0; z-index: 90; width: min(86vw, 340px); background: #fff; display: block; transform: translateX(-105%); transition: .28s ease; box-shadow: 20px 0 50px rgba(0,0,0,.18); overflow-y: auto; }
  .mobile-side-nav.active { transform: translateX(0); }
  .side-nav-head { display: flex; align-items: center; justify-content: space-between; padding: 18px 18px 14px; border-bottom: 1px solid #eee8dd; }
  .side-nav-brand { display: flex; align-items: center; gap: 10px; font-weight: 900; color: var(--dark-green); font-size: 19px; }
  .side-nav-close { width: 36px; height: 36px; border: 0; background: #f7f3ea; border-radius: 50%; font-size: 22px; color: var(--dark-green); }
  .side-nav-section { padding: 16px 18px; border-bottom: 1px solid #f0ece4; }
  .side-nav-section h4 { margin: 0 0 12px; color: var(--gold); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
  .side-nav-link { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 12px 0; color: var(--dark-green); font-weight: 800; border-bottom: 1px solid #f6f1e8; }
  .side-nav-link:last-child { border-bottom: 0; }
  .side-nav-icon { width: 28px; height: 28px; border-radius: 10px; background: var(--soft-green); display: inline-grid; place-items: center; margin-right: 8px; font-style: normal; }
  .side-nav-link span:first-child { display: flex; align-items: center; }

  h1 { font-size: 0; margin: 0; }
  .hero p, .banner-copy, .actions, .trust, .kicker { display: none; }
  .banner-slide { height: auto; min-height: auto; max-height: none; background: #fff; }
  .banner-slide::before { display: none; }
  .banner-content { width: 100%; grid-template-columns: 1fr; height: auto; padding: 0; gap: 0; }
  .banner-visual { width: 100%; min-height: 0; height: auto; aspect-ratio: 192 / 49; border-radius: 0; border: 0; box-shadow: none; background-size: cover; background-repeat: no-repeat; background-position: center; background-color: #fff; }
  .banner-badge, .banner-discount, .banner-copy { display: none; }
  .slider-arrow { width: 32px; height: 32px; font-size: 22px; box-shadow: 0 8px 20px rgba(0,0,0,.12); }
  .slider-arrow.prev { left: 10px; }
  .slider-arrow.next { right: 10px; }
  .slider-dots { bottom: 8px; gap: 13px; padding: 0; background: transparent; backdrop-filter: none; }
  .slider-dot { width: 14px; height: 14px; background: #5e5e5e; }
  .slider-dot.active { background: #ff3d7f; transform: none; }
  .floating-cart { display: none; }

  section { padding: 42px 0; }
  #shop { padding-top: 8px; padding-bottom: 28px; }
  #best-selling { padding-top: 22px; padding-bottom: 28px; }
  #trending-products { padding-top: 28px; background: #edf7f2; }
  .center { text-align: left; max-width: none; }
  .title, .category-section-title { font-family: Aptos, Calibri, Arial, sans-serif; font-size: 16px; line-height: 1.2; letter-spacing: 0; font-weight: 800; margin-bottom: 8px; }
  .category-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; margin-top: 12px; }
  .category-card { min-height: 126px; border-radius: 4px; box-shadow: none; border: 1px solid #f0ece4; background: #f8f7f3; }
  .category-card img { height: 88px; }
  .category-info { padding: 7px 8px 9px; text-align: center; background: #fff; }
  .category-info h3 { font-size: 11px; line-height: 1.2; margin: 0; }
  .category-info span { display: none; }

  .footer-grid { grid-template-columns: 1fr; }
  .products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 12px; }
  .product { border-radius: 5px; padding: 8px; box-shadow: none; }
  .product-img { height: 126px; border-radius: 4px; }
  .product-badge { top: 10px; left: 10px; padding: 4px 7px; font-size: 9px; background: var(--green); border-radius: 4px; }
  .product h3 { font-size: 11px; line-height: 1.35; min-height: 32px; margin: 8px 0 5px; }
  .rating { font-size: 10px; margin-bottom: 4px; }
  .price { font-size: 13px; }
  .old-price { font-size: 10px; margin-left: 4px; }
  .add-cart-btn { display: none; }
  .view-all-wrap { margin-top: 14px; text-align: right; transform: none; height: auto; }
  .view-all-wrap .btn { width: auto; padding: 0; background: transparent; color: var(--green); border: 0; box-shadow: none; font-size: 11px; }

  footer { padding: 34px 0 90px; }
  .footer-grid { gap: 18px; }
  .copyright { margin-top: 24px; }
  .mobile-bottom-nav { position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; height: 66px; background: #fff; border-top: 1px solid #e5e7eb; display: grid; grid-template-columns: repeat(5, 1fr); box-shadow: 0 -8px 24px rgba(0,0,0,.08); }
  .mobile-bottom-nav a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; color: #4b5563; font-size: 10px; font-weight: 700; text-transform: uppercase; }
  .mobile-bottom-nav .nav-icon { font-size: 22px; line-height: 1; }
  .mobile-bottom-nav .cart-nav { position: relative; }
  .mobile-bottom-nav .cart-count-badge { position: absolute; top: 7px; right: 24px; min-width: 16px; height: 16px; padding: 0 3px; border-radius: 50px; background: #ff3d7f; color: white; display: grid; place-items: center; font-size: 10px; line-height: 1; }
}

/* WooCommerce page cleanup */
.woocommerce .products ul, .woocommerce ul.products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.woocommerce ul.products li.product { width: auto !important; float: none !important; background: white; border: 1px solid var(--border); border-radius: 22px; padding: 14px !important; box-shadow: 0 16px 36px rgba(6,59,45,.06); }
.woocommerce ul.products li.product img { border-radius: 16px; }
.woocommerce span.onsale, .woocommerce ul.products li.product .onsale, .woocommerce .cholokinii-sale-percent { top: 16px !important; left: 16px !important; right: auto !important; margin: 0 !important; transform: none !important; background: var(--green) !important; color: #fff !important; min-height: auto !important; min-width: auto !important; padding: 7px 11px !important; line-height: 1 !important; border-radius: 999px !important; font-size: 12px !important; font-weight: 900 !important; z-index: 5 !important; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit { background: var(--green) !important; color: #fff !important; border-radius: 999px !important; font-weight: 800 !important; }
.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce ul.products li.product .price { color: var(--green); font-weight: 900; }
@media (max-width: 900px) { .woocommerce .products ul, .woocommerce ul.products { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .woocommerce .products ul, .woocommerce ul.products { grid-template-columns: repeat(2, 1fr); gap: 10px; } .woocommerce ul.products li.product { border-radius: 5px; padding: 8px !important; box-shadow: none; } .woocommerce span.onsale, .woocommerce ul.products li.product .onsale, .woocommerce .cholokinii-sale-percent { top: 10px !important; left: 10px !important; right: auto !important; background: var(--green) !important; border-radius: 4px !important; font-size: 9px !important; padding: 4px 7px !important; } }

/* WooCommerce cart / checkout button styling */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  background: var(--green);
  color: #fff;
  border-radius: 999px;
  font-weight: 800;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  background: var(--dark-green);
  color: #fff;
}
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .place-order .button,
.woocommerce .return-to-shop .button {
  background: var(--green) !important;
  color: #fff !important;
  border: none;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  padding: 14px 24px;
  box-shadow: 0 10px 24px rgba(6,59,45,.12);
}
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .place-order .button:hover,
.woocommerce .return-to-shop .button:hover {
  background: var(--dark-green) !important;
}
.woocommerce-cart .wc-proceed-to-checkout { padding-bottom: 0; }
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border-radius: 14px;
}
.added_to_cart.wc-forward {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--green);
  color: #fff !important;
  font-weight: 800;
}


/* Force cart Proceed to Checkout button green - classic and block cart */
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
body.woocommerce-cart a.checkout-button,
.wc-block-cart__submit-button,
.wc-block-cart__submit-container a,
.wp-block-woocommerce-proceed-to-checkout-block .wc-block-components-button,
.wc-block-components-button.wc-block-cart__submit-button,
.wc-block-components-button:not(.is-link) {
  background-color: var(--green) !important;
  background: var(--green) !important;
  color: #ffffff !important;
  border: 0 !important;
  border-radius: 999px !important;
  font-weight: 800 !important;
  padding: 14px 28px !important;
  box-shadow: 0 10px 24px rgba(6,59,45,.14) !important;
  text-decoration: none !important;
}
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
body.woocommerce-cart a.checkout-button:hover,
.wc-block-cart__submit-button:hover,
.wc-block-cart__submit-container a:hover,
.wp-block-woocommerce-proceed-to-checkout-block .wc-block-components-button:hover,
.wc-block-components-button.wc-block-cart__submit-button:hover,
.wc-block-components-button:not(.is-link):hover {
  background-color: var(--dark-green) !important;
  background: var(--dark-green) !important;
  color: #ffffff !important;
}
body.woocommerce-cart .wc-block-components-button__text,
body.woocommerce-cart .checkout-button,
body.woocommerce-cart .checkout-button:visited {
  color: #ffffff !important;
}


/* Mobile fix: keep View All links below product grid instead of overlapping cards */
@media (max-width: 560px) {
  #best-selling .view-all-wrap,
  #trending-products .view-all-wrap {
    margin-top: 14px !important;
    text-align: right !important;
    transform: none !important;
    height: auto !important;
    clear: both !important;
  }
  #best-selling .view-all-wrap .btn,
  #trending-products .view-all-wrap .btn {
    display: inline-flex !important;
    width: auto !important;
    padding: 0 !important;
    background: transparent !important;
    color: var(--green) !important;
    border: 0 !important;
    box-shadow: none !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
    line-height: 1.2 !important;
  }
  #best-selling { padding-bottom: 40px !important; }
  #trending-products { padding-top: 20px !important; }
}
