/* ==========================================================================
   GRASS INTERNATIONAL KENYA — PREMIUM THEME
   High-end natural health & wellness skin, layered on top of the existing
   bootstrap/style.css so nothing in the base template breaks.
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700;800&family=Poppins:wght@300;400;500;600;700&display=swap');

:root{
  --gk-forest: #0f3d2e;
  --gk-forest-dark: #0a2b20;
  --gk-forest-light: #1c5c44;
  --gk-gold: #c9a24b;
  --gk-gold-light: #e6c777;
  --gk-cream: #faf7ef;
  --gk-ivory: #fffdf8;
  --gk-text: #24312b;
  --gk-muted: #6b7a72;
  --gk-whatsapp: #25D366;
  --gk-shadow: 0 10px 30px rgba(15,61,46,0.10);
  --gk-shadow-lg: 0 20px 50px rgba(15,61,46,0.18);
  --gk-radius: 16px;
}

body{
  font-family: 'Poppins', sans-serif !important;
  color: var(--gk-text);
  background: var(--gk-ivory);
  overflow-x: hidden;
  width: 100%;
}

html {
  overflow-x: hidden;
}

h1,h2,h3,h4,.banner_taital,.product_taital,.about_taital,.customer_taital{
  font-family: 'Playfair Display', serif !important;
}

.gk-noscroll{ overflow: hidden !important; }

/* ---------------- Header ---------------- */
.header_section{
  background: var(--gk-ivory) !important;
  box-shadow: 0 2px 18px rgba(15,61,46,0.08);
  position: sticky;
  top: 0;
  z-index: 500;
}
.header_section .container-fluid,
.header_section .container {
  width: 100%;
  max-width: 100%;
  padding-left: 18px;
  padding-right: 18px;
}
.header_section .navbar{ background: transparent !important; padding: 14px 4px; }
.header_section .logo img{ max-height: 54px; }
.login_text ul li img{ opacity: 0.75; transition: 0.2s; }
.login_text ul li img:hover{ opacity: 1; }

/* trust strip under header */
.gk-trust-strip{
  background: var(--gk-forest);
  color: #fff;
  font-size: 12.5px;
  letter-spacing: .04em;
  text-align: center;
  padding: 8px 12px;
}
.gk-trust-strip span{ margin: 0 14px; opacity: .95; white-space: nowrap; }
.gk-trust-strip strong{ color: var(--gk-gold-light); }

/* ---------------- Banner / Hero ---------------- */
.banner_section{
  background: linear-gradient(135deg, var(--gk-cream) 0%, #f1ead9 100%) !important;
  width: 100%;
  min-height: calc(100vh - 120px);
  padding: 0 !important;
  overflow: hidden;
}
.banner_section .container,
.banner_section .container-fluid {
  width: 100%;
  max-width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}
.banner_section .carousel-inner,
.banner_section .carousel-item,
.banner_section .carousel-item > .container {
  min-height: calc(100vh - 120px);
}
.banner_section .carousel-item > .container {
  display: flex;
  align-items: center;
}
.banner_section .row {
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
}
.banner_section .col-sm-6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner_taital{
  color: var(--gk-forest) !important;
  font-weight: 800 !important;
  font-size: 52px !important;
  line-height: 1.15 !important;
  margin: 0 0 12px !important;
}
.banner_text{
  color: var(--gk-muted) !important;
  font-size: 16px !important;
  max-width: 480px;
}
.banner_img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner_img img {
  max-height: 72vh;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  display: block;
}
.read_bt{ width: auto !important; float: none !important; }
.read_bt a{
  background: var(--gk-forest) !important;
  color: #fff !important;
  border-radius: 50px !important;
  padding: 14px 34px !important;
  font-weight: 600 !important;
  letter-spacing: .03em;
  display: inline-block !important;
  width: auto !important;
  float: none !important;
  white-space: nowrap;
  box-shadow: var(--gk-shadow);
  transition: transform .25s ease, background .25s ease;
  border: none !important;
}
.read_bt a:hover{ background: var(--gk-gold) !important; transform: translateY(-3px); color: var(--gk-forest-dark) !important; }
.carousel-item .banner_img img{ filter: drop-shadow(0 25px 40px rgba(15,61,46,.18)); }

/* ---------------- Products ---------------- */
.product_section{ background: var(--gk-ivory) !important; padding: 80px 0 30px !important; }
.product_taital{ color: var(--gk-forest) !important; font-weight: 700 !important; text-align:center; }
.product_text{ color: var(--gk-muted) !important; text-align:center; max-width: 620px; margin: 0 auto 20px; }

.product_box{
  background: #fff;
  border-radius: var(--gk-radius);
  padding: 22px 20px 26px;
  box-shadow: var(--gk-shadow);
  transition: transform .3s ease, box-shadow .3s ease;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  border: 1px solid rgba(15,61,46,0.06);
}
.product_box:hover{ transform: translateY(-8px); box-shadow: var(--gk-shadow-lg); }
.product_box .bursh_text{
  font-family: 'Playfair Display', serif !important;
  color: var(--gk-forest) !important;
  font-weight: 700 !important;
  font-size: 19px !important;
  margin-top: 6px;
}
.product_box .lorem_text{ color: var(--gk-muted) !important; font-size: 13.5px !important; min-height: 40px; }
.product_box .image_1{
  max-height: 190px;
  object-fit: contain;
  margin: 6px 0 14px;
}
.btn_main{ 
  background: transparent !important; 
  padding: 0 !important; 
  display: flex; 
  align-items: center; 
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
  width: 100%;
}
.product_box .price_text{ 
  color: var(--gk-gold) !important; 
  font-weight: 700 !important; 
  font-size: 18px !important; 
  margin: 0 !important;
  flex-shrink: 0;
  text-align: center;
  line-height: 1.4;
}
.buy_bt { 
  flex-basis: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.buy_bt li a{
  background: transparent !important;
  color: var(--gk-forest) !important;
  border: 2px solid var(--gk-forest) !important;
  border-radius: 50px !important;
  padding: 9px 20px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: .03em;
  transition: .3s ease;
  float: none !important;
  display: inline-block;
  text-transform: uppercase;
  white-space: nowrap;
}
.buy_bt li a:hover{ 
  background: var(--gk-forest) !important; 
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(15,61,46,.25);
}
.buy_bt ul{ 
  display: flex; 
  justify-content: center;
  margin: 0;
  padding: 0;
}
.buy_bt ul li{ 
  list-style: none;
  margin: 0;
  padding: 0;
}

.gk-grid-add-wrap{ 
  margin-top: 8px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gk-grid-add{
  width: auto;
  max-width: 220px;
  margin: 0 auto;
  background: var(--gk-gold);
  color: var(--gk-forest-dark);
  border: none;
  border-radius: 50px;
  padding: 11px 20px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .02em;
  cursor: pointer;
  transition: .3s ease;
  box-shadow: 0 8px 20px rgba(201,162,75,.3);
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.gk-grid-add:hover{ 
  background: var(--gk-gold-light); 
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(201,162,75,.4);
}

/* ---------------- Product detail (about_section reused) ---------------- */
.about_section{ background: var(--gk-cream) !important; }
.about_taital{ color: var(--gk-forest) !important; font-weight: 800 !important; }
.about_text{ color: var(--gk-text) !important; line-height: 1.8; }
.about_text ul{ padding-left: 4px; list-style: none; margin-top: 6px; }
.about_text ul li{
  padding: 6px 0 6px 26px;
  position: relative;
  color: var(--gk-text);
}
.about_text ul li::before{
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gk-gold);
  font-weight: 700;
}
.about_section .image_3{
  border-radius: var(--gk-radius);
  box-shadow: var(--gk-shadow-lg);
}
.readmore_bt{ display:flex !important; width: auto !important; gap: 12px; flex-wrap: nowrap; margin-top: 10px; align-items: center; float: none !important; }
.readmore_bt a{
  background: var(--gk-forest) !important;
  color: #fff !important;
  border-radius: 50px !important;
  padding: 15px 24px !important;
  font-weight: 700 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: auto !important;
  float: none !important;
  box-shadow: var(--gk-shadow);
  transition: .25s;
  white-space: nowrap;
  flex: 1 1 0;
}
.readmore_bt a:hover{ background: var(--gk-gold) !important; color: var(--gk-forest-dark) !important; transform: translateY(-3px); }
.readmore_bt a.gk-inline-order {
  background: var(--gk-forest) !important;
  color: #fff !important;
}
.about_cta_wrap {
  display: flex !important;
  flex-wrap: nowrap;
  gap: 12px;
  width: 100% !important;
  max-width: 520px;
  margin-top: 20px;
}
.gk-cta-btn {
  flex: 1 1 0;
  min-width: 0;
  text-align: center;
  border-radius: 50px;
  padding: 15px 22px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 700 !important;
  letter-spacing: .02em;
}
.gk-cta-primary {
  background: var(--gk-forest) !important;
  color: #fff !important;
}
.gk-cta-secondary {
  background: #fff !important;
  color: var(--gk-forest) !important;
  border: 1.5px solid var(--gk-forest) !important;
}
.gk-cta-btn:hover {
  transform: translateY(-2px);
}
.readmore_bt a.gk-inline-add{
  background: #fff !important;
  color: var(--gk-forest) !important;
  border: 1.8px solid var(--gk-forest) !important;
  border-radius: 50px !important;
  padding: 13px 22px !important;
  font-weight: 700 !important;
  display: inline-flex !important;
  width: auto !important;
  float: none !important;
  cursor: pointer;
  transition: .25s;
  white-space: nowrap;
}
.readmore_bt a.gk-inline-add:hover{ background: var(--gk-forest) !important; color: #fff !important; }
.readmore_bt a.gk-inline-call {
  background: var(--gk-whatsapp) !important;
  color: #fff !important;
  border-radius: 50px !important;
  border: 1.5px solid rgba(37, 211, 102, 0.5) !important;
  padding: 13px 22px !important;
  font-weight: 700 !important;
  display: inline-flex !important;
  width: auto !important;
  float: none !important;
  cursor: pointer;
  transition: .25s;
  white-space: nowrap;
}
.readmore_bt a.gk-inline-call:hover {
  filter: brightness(1.05);
  transform: translateY(-2px);
}

/* ---------------- Contact page ---------------- */
.contact_taital{ color: var(--gk-forest) !important; font-weight: 800 !important; }
.contact_text{ color: var(--gk-muted) !important; }
.contact_main{ display:flex; gap: 14px; flex-wrap: wrap; }
.contact_bt, .newletter_bt{ width: auto !important; float: none !important; }
.contact_bt a{
  background: var(--gk-whatsapp) !important;
  color: #fff !important;
  border-radius: 50px !important;
  padding: 15px 32px !important;
  font-weight: 700 !important;
  display: inline-block !important;
  width: auto !important;
  float: none !important;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(37,211,102,.35);
  transition: .25s;
}
.contact_bt a:hover{ transform: translateY(-3px); }
.newletter_bt a{
  background: #fff !important;
  color: var(--gk-forest) !important;
  border: 1.8px solid var(--gk-forest) !important;
  border-radius: 50px !important;
  padding: 15px 32px !important;
  font-weight: 700 !important;
  display: inline-block !important;
  width: auto !important;
  float: none !important;
  white-space: nowrap;
  transition: .25s;
}
.newletter_bt a:hover{ background: var(--gk-forest) !important; color: #fff !important; }

/* ---------------- Footer ---------------- */
.footer_section{ background: var(--gk-forest-dark) !important; }
.footer_section .address_text{ color: var(--gk-gold-light) !important; }
.footer_section .address_bt a, .footer_section .dummy_text, .footer_section .main p, .footer_section li{
  color: #d9e3dd !important;
}
.social_icon a{
  background: rgba(255,255,255,0.08) !important;
  transition: .25s;
}
.social_icon a:hover{ background: var(--gk-gold) !important; color: var(--gk-forest-dark) !important; }
.copyright_section{ background: #08201780 !important; }

/* Footer bouncing and blinking animations */
@keyframes gkBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes gkBlink {
  0%, 49% { color: #fff; text-shadow: 0 0 8px rgba(37, 211, 102, 0.8); }
  50%, 100% { color: #25D366; text-shadow: 0 0 12px rgba(37, 211, 102, 0.6); }
}

.copyright_text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.gk-dev-label {
  white-space: nowrap;
}

.copyright_text a.gk-wowtek-bounce {
  display: inline-block;
  animation: gkBounce 0.6s ease-in-out infinite, gkBlink 1.2s ease-in-out infinite;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  transition: filter 0.3s;
}

.copyright_text a.gk-wowtek-bounce:hover {
  filter: brightness(1.1);
}

/* ==========================================================================
   FLOATING WHATSAPP BUTTON
   ========================================================================== */
.gk-whats-float{
  position: fixed;
  right: 24px;
  bottom: 96px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--gk-whatsapp);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(37,211,102,0.45);
  z-index: 800;
  animation: gkPulse 2.4s infinite;
}
@keyframes gkPulse{
  0%{ box-shadow: 0 0 0 0 rgba(37,211,102,.55); }
  70%{ box-shadow: 0 0 0 16px rgba(37,211,102,0); }
  100%{ box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}

/* ==========================================================================
   FLOATING CART BUTTON
   ========================================================================== */
.gk-cart-float{
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--gk-forest);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(15,61,46,0.45);
  z-index: 800;
  cursor: pointer;
  transition: transform .2s;
}
.gk-cart-float:hover{ transform: scale(1.07); }
.gk-cart-count{
  position: absolute;
  top: -4px;
  right: -4px;
  background: var(--gk-gold);
  color: var(--gk-forest-dark);
  font-size: 11.5px;
  font-weight: 800;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: none;
  border: 2px solid #fff;
}
.gk-user-id-chip{
  position: absolute;
  left: 50%;
  bottom: -14px;
  transform: translateX(-50%);
  background: rgba(11, 61, 43, 0.96);
  color: #fff;
  font-size: 8px;
  line-height: 1.1;
  padding: 4px 6px;
  border-radius: 999px;
  letter-spacing: 0.04em;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(11, 61, 43, 0.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 112px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gk-user-id-chip.gk-user-chip-mobile {
  display: inline-flex !important;
  opacity: 1;
  visibility: visible;
}
.gk-user-id-chip.gk-user-chip-desktop {
  display: none !important;
}
.gk-nav-cart-button{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.gk-nav-cart-badge{
  position: absolute;
  right: -8px;
  top: -8px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 50%;
  background: var(--gk-gold);
  color: var(--gk-forest-dark);
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 800;
  border: 2px solid #fff;
}
.gk-cart-float.gk-mobile-hidden{
  display: flex !important;
  opacity: 1;
  pointer-events: auto;
}

/* ==========================================================================
   OVERLAY
   ========================================================================== */
.gk-overlay{
  position: fixed;
  inset: 0;
  background: rgba(10,20,16,0.55);
  backdrop-filter: blur(2px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
  z-index: 900;
}
.gk-overlay.gk-open{ opacity: 1; pointer-events: all; }

/* ==========================================================================
   CART DRAWER
   ========================================================================== */
.gk-drawer{
  position: fixed;
  top: 0;
  right: -420px;
  width: 400px;
  max-width: 92vw;
  height: 100vh;
  background: var(--gk-ivory);
  z-index: 950;
  display: flex;
  flex-direction: column;
  transition: right .32s cubic-bezier(.2,.8,.2,1);
  box-shadow: -10px 0 40px rgba(0,0,0,.2);
  font-family: 'Poppins', sans-serif;
}
.gk-drawer.gk-open{ right: 0; }
.gk-drawer-head{
  display:flex; align-items:center; justify-content:space-between;
  padding: 20px 22px;
  border-bottom: 1px solid #eee6d6;
}
.gk-drawer-head h3{ font-family:'Playfair Display',serif; color: var(--gk-forest); margin:0; font-size: 21px; }
.gk-close{
  background:none; border:none; font-size: 26px; line-height:1; cursor:pointer; color: var(--gk-muted);
}
.gk-close:hover{ color: var(--gk-forest); }
.gk-drawer-items{ flex:1; overflow-y:auto; padding: 14px 18px; }
.gk-drawer-foot{ padding: 18px 22px 22px; border-top: 1px solid #eee6d6; }
.gk-total-row{ display:flex; justify-content:space-between; font-size:17px; margin-bottom: 14px; color: var(--gk-forest); }
.gk-total-row strong{ color: var(--gk-gold); font-size: 20px; }

.gk-item-row{
  display:flex; align-items:center; gap: 12px; padding: 12px 0; border-bottom: 1px solid #f0ead9;
}
.gk-item-img{ width: 56px; height:56px; object-fit: contain; background:#fff; border-radius: 10px; border: 1px solid #eee; padding: 4px; }
.gk-item-info{ flex:1; min-width:0; }
.gk-item-name{ font-weight:600; font-size: 14px; color: var(--gk-text); }
.gk-item-price{ font-size: 12px; color: var(--gk-muted); margin-bottom: 4px; }
.gk-item-subtotal{ font-weight:700; color: var(--gk-forest); font-size: 13.5px; white-space:nowrap; }
.gk-qty-control{ display:flex; align-items:center; gap: 6px; flex-wrap: wrap; }
.gk-qty-btn{
  width: 22px; height: 22px; border-radius: 50%; border: 1px solid var(--gk-forest); background:#fff;
  color: var(--gk-forest); font-weight:700; cursor:pointer; line-height:1;
}
.gk-qty-btn:hover{ background: var(--gk-forest); color:#fff; }
.gk-qty-val{ min-width: 18px; text-align:center; font-size: 13px; font-weight:600; }
.gk-remove-btn{
  background:none; border:none; color:#c0524a; font-size: 11.5px; text-decoration: underline; cursor:pointer; margin-left: 6px;
}
.gk-empty{ color: var(--gk-muted); font-size: 14px; text-align:center; padding: 30px 10px; }

/* buttons shared */
.gk-btn{
  display:inline-block; text-align:center; border-radius: 50px; padding: 12px 20px; font-weight:700;
  font-size: 14px; cursor:pointer; border: none; transition: .22s; text-decoration:none;
}
.gk-btn-block{ display:block; width: 100%; margin-top: 10px; }
.gk-btn-lg{ padding: 15px 22px; font-size: 15.5px; }
.gk-btn-sm{ padding: 7px 14px; font-size: 12.5px; }
.gk-btn-primary{ background: var(--gk-forest); color:#fff; }
.gk-btn-primary:hover{ background: var(--gk-gold); color: var(--gk-forest-dark); }
.gk-btn-ghost{ background: transparent; color: var(--gk-forest); border: 1.5px solid #d8d0ba; }
.gk-btn-ghost:hover{ border-color: var(--gk-forest); }
.gk-btn-outline{ background:#fff; color: var(--gk-forest); border: 1.5px solid var(--gk-forest); }
.gk-btn-outline:hover{ background: var(--gk-forest); color:#fff; }

/* ==========================================================================
   CHECKOUT MODAL
   ========================================================================== */
.gk-checkout-modal{
  position: fixed;
  top: 50%; left: 50%;
  transform: translate(-50%,-48%) scale(.97);
  width: 640px; max-width: 94vw;
  max-height: 88vh;
  background: var(--gk-ivory);
  border-radius: 20px;
  z-index: 960;
  opacity: 0; pointer-events:none;
  transition: opacity .28s ease, transform .28s ease;
  box-shadow: 0 30px 80px rgba(0,0,0,.35);
  font-family:'Poppins',sans-serif;
}
.gk-checkout-modal.gk-open{ opacity:1; pointer-events:all; transform: translate(-50%,-50%) scale(1); }
.gk-checkout-inner{ position:relative; height: 100%; }
.gk-checkout-close{ position:absolute; top: 12px; right: 16px; z-index: 5; font-size:28px; }
.gk-checkout-scroll{ max-height: 88vh; overflow-y:auto; padding: 34px 30px 30px; }
.gk-checkout-title{ font-family:'Playfair Display',serif; color: var(--gk-forest); margin-bottom: 6px; font-size: 26px; }
.gk-checkout-sub{ color: var(--gk-muted); font-size: 13.5px; margin-bottom: 22px; }
.gk-checkout-section{ margin-bottom: 26px; }
.gk-checkout-section h4{ font-family:'Playfair Display',serif; color: var(--gk-forest); font-size: 17px; margin-bottom: 10px; }
.gk-section-headrow{ display:flex; align-items:center; justify-content:space-between; }
.gk-checkout-items{ background:#fff; border-radius: 14px; padding: 6px 16px; border: 1px solid #eee6d6; }
.gk-checkout-total-row{
  display:flex; justify-content:space-between; align-items:center; margin-top: 12px; padding: 12px 16px;
  background: var(--gk-forest); color:#fff; border-radius: 12px; font-size: 15.5px;
}
.gk-checkout-total-row strong{ color: var(--gk-gold-light); font-size: 19px; }

.gk-upsell-row{ display:flex; gap: 12px; overflow-x:auto; padding-bottom: 6px; }
.gk-upsell-card{
  min-width: 130px; background:#fff; border:1px solid #eee6d6; border-radius: 14px; padding: 12px; text-align:center; flex-shrink:0;
}
.gk-upsell-card img{ width: 100%; height: 70px; object-fit:contain; margin-bottom: 6px; }
.gk-upsell-name{ font-size: 12px; font-weight:600; color: var(--gk-text); min-height: 30px; }
.gk-upsell-price{ font-size: 12.5px; color: var(--gk-gold); font-weight:700; margin: 4px 0 8px; }

.gk-form-row{ margin-bottom: 14px; }
.gk-form-row label{ display:block; font-size: 12.5px; font-weight:600; color: var(--gk-forest); margin-bottom: 5px; }
.gk-form-row input, .gk-form-row textarea{
  width: 100%; border: 1.5px solid #e3dcc8; border-radius: 10px; padding: 11px 13px; font-family:'Poppins',sans-serif;
  font-size: 14px; background:#fff; color: var(--gk-text);
}
.gk-form-row input:focus, .gk-form-row textarea:focus{ outline:none; border-color: var(--gk-gold); }

/* ==========================================================================
   ADD MORE PRODUCTS PICKER
   ========================================================================== */
.gk-picker-modal{
  position: fixed; top: 50%; left:50%; transform: translate(-50%,-48%) scale(.97);
  width: 720px; max-width: 94vw; max-height: 84vh;
  background: var(--gk-ivory); border-radius: 20px; z-index: 980;
  opacity:0; pointer-events:none; transition: opacity .25s, transform .25s;
  box-shadow: 0 30px 80px rgba(0,0,0,.35);
  font-family:'Poppins',sans-serif;
}
.gk-picker-modal.gk-open{ opacity:1; pointer-events:all; transform: translate(-50%,-50%) scale(1); }
.gk-picker-inner{ padding: 24px 26px 26px; max-height: 84vh; display:flex; flex-direction:column; }
.gk-picker-head{ display:flex; justify-content:space-between; align-items:center; margin-bottom: 14px; }
.gk-picker-head h3{ font-family:'Playfair Display',serif; color: var(--gk-forest); margin:0; }
.gk-picker-search{
  border: 1.5px solid #e3dcc8; border-radius: 50px; padding: 11px 18px; font-size: 14px; margin-bottom: 16px;
  font-family:'Poppins',sans-serif;
}
.gk-picker-search:focus{ outline:none; border-color: var(--gk-gold); }
.gk-picker-grid{
  display:grid; grid-template-columns: repeat(3,1fr); gap: 14px; overflow-y:auto; padding-right: 4px;
}
.gk-picker-card{ background:#fff; border:1px solid #eee6d6; border-radius: 14px; padding: 12px; text-align:center; }
.gk-picker-card img{ width:100%; height: 84px; object-fit:contain; margin-bottom: 8px; }
.gk-picker-name{ font-size: 13px; font-weight:700; color: var(--gk-forest); min-height: 34px; }
.gk-picker-cat{ font-size: 10.5px; color: var(--gk-muted); text-transform: uppercase; letter-spacing:.04em; margin-bottom: 4px;}
.gk-picker-price{ font-size: 13px; color: var(--gk-gold); font-weight:700; margin-bottom: 8px; }

/* ==========================================================================
   TOAST
   ========================================================================== */
.gk-toast{
  position: fixed; left: 50%; bottom: 30px; transform: translateX(-50%) translateY(20px);
  background: var(--gk-forest-dark); color:#fff; padding: 13px 26px; border-radius: 50px;
  font-size: 13.5px; font-weight:600; opacity:0; pointer-events:none; transition: .3s; z-index: 1100;
  box-shadow: 0 10px 30px rgba(0,0,0,.3);
}
.gk-toast-show{ opacity:1; transform: translateX(-50%) translateY(0); }

/* ==========================================================================
   VIDEO AD POPUP
   ========================================================================== */
.gk-video-overlay{
  position: fixed; inset:0; background: rgba(6,15,11,0.88);
  z-index: 1200; display:flex; align-items:center; justify-content:center;
  animation: gkFadeIn .3s ease;
  padding: 16px;
}
.gk-video-overlay.gk-video-closing{ animation: gkFadeOut .3s ease forwards; }
@keyframes gkFadeIn{ from{opacity:0;} to{opacity:1;} }
@keyframes gkFadeOut{ from{opacity:1;} to{opacity:0;} }
.gk-video-box{
  background:#000; border-radius: 16px; overflow:hidden; width: 560px; max-width: 100%;
  box-shadow: 0 30px 90px rgba(0,0,0,.6); position: relative;
}
.gk-video-frame-wrap{ position:relative; width:100%; aspect-ratio: 16/9; background:#000; }
.gk-video-frame-wrap iframe{ position:absolute; inset:0; width:100%; height:100%; }
.gk-video-caption{
  color:#f1e9d6; font-size: 12.5px; text-align:center; padding: 10px 14px; margin:0;
  background: linear-gradient(180deg,#000,#0f1a15);
  font-family: 'Poppins', sans-serif;
}
.gk-video-close{
  position:absolute; top: 10px; right: 10px; z-index: 5;
  background: rgba(0,0,0,.55); color:#fff; border: 1px solid rgba(255,255,255,.4);
  border-radius: 50px; padding: 6px 14px; font-size: 13px; cursor:pointer;
  display:flex; align-items:center; gap: 6px;
}
.gk-video-close:hover{ background: rgba(255,255,255,.15); }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1024px){
  .banner_section,
  .banner_section .carousel-inner,
  .banner_section .carousel-item,
  .banner_section .carousel-item > .container {
    min-height: 72vh;
  }
  .gk-cart-float{
    display: block;
  }
  .gk-drawer{
    width: min(100vw, 420px);
    max-width: 100vw;
    right: -100vw;
  }
  .gk-drawer.gk-open{ right: 0; }
  .gk-drawer-items{ padding: 12px 14px; }
  .gk-drawer-head, .gk-drawer-foot{ padding-left: 16px; padding-right: 16px; }
  .gk-user-id-chip.gk-user-chip-mobile {
    display: inline-flex !important;
  }
  .gk-user-id-chip.gk-user-chip-desktop {
    display: none !important;
  }
}

@media (max-width: 767px){
  .banner_section .container,
  .banner_section .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
  .banner_section,
  .banner_section .carousel-inner,
  .banner_section .carousel-item,
  .banner_section .carousel-item > .container {
    min-height: auto;
  }
  .banner_section .carousel-item > .container {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .banner_section .row {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  .banner_taital{ font-size: 36px !important; }
  .banner_img img {
    max-height: 42vh;
  }
  .about_section_main .row {
    display: flex;
    flex-direction: column;
  }
  .about_taital_main {
    width: 100%;
  }
  .about_cta_wrap {
    display: flex !important;
    flex-direction: row;
    width: 100% !important;
    max-width: 100%;
    gap: 10px;
    flex-wrap: nowrap;
  }
  .gk-cta-btn {
    width: 100% !important;
    min-width: 0;
    justify-content: center;
    flex: 1 1 0;
  }
  .readmore_bt {
    display: flex !important;
    flex-wrap: nowrap;
    gap: 8px;
    width: 100% !important;
  }
  .readmore_bt a {
    padding: 12px 12px !important;
    font-size: 12px !important;
    flex: 1 1 0;
  }
  .gk-picker-grid{ grid-template-columns: repeat(2,1fr); }
  .gk-drawer{ width: 100vw; max-width: 100vw; right: -105vw; }
  .gk-drawer.gk-open{ right: 0; }
  .gk-whats-float, .gk-cart-float{ width: 50px; height: 50px; right: 14px; }
  .gk-whats-float{ bottom: 82px; }
  .gk-cart-float{ bottom: 18px; }
  .gk-checkout-scroll{ padding: 26px 18px 20px; }
  .gk-checkout-modal, .gk-picker-modal{ width: calc(100vw - 18px); max-width: calc(100vw - 18px); }
  .gk-section-headrow{ flex-direction: column; align-items: flex-start; gap: 8px; }
  .gk-btn-block{ margin-top: 8px; }
  .gk-item-row{ gap: 8px; }
  .gk-item-subtotal{ font-size: 12px; }
  
  /* Mobile footer responsive layout */
  .copyright_text {
    flex-direction: column;
    gap: 6px;
  }
  
  .copyright_text a.gk-wowtek-bounce {
    font-size: 14px;
    order: -1;
  }
  
  .gk-dev-label {
    font-size: 12px;
    order: 0;
  }
}
