/* GreenCart — Bootstrap ecommerce template */
:root {
  --gc-primary: #1f7a3a;
  --gc-primary-dark: #14582a;
  --gc-primary-soft: #e9f5ec;
  --gc-accent: #f3a712;
  --gc-cream: #fbf9f4;
  --gc-ink: #1a2a1f;
  --gc-muted: #6b7a70;
  --gc-line: #e6e9e4;
  --gc-danger: #c0392b;
}

* { -webkit-font-smoothing: antialiased; }

body {
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  background: #fff;
  color: var(--gc-ink);
  font-size: 15px;
}

.font-display { font-family: 'Fraunces', Georgia, serif; font-style: italic; }

/* ---------- Top announcement bar ---------- */
.gc-announce {
  background: var(--gc-primary-dark);
  color: #fff;
  font-size: 13px;
  padding: 9px 0;
  text-align: center;
  letter-spacing: .01em;
}
.gc-announce a { color: #ffe9b8; text-decoration: none; font-weight: 600; }
.gc-announce a:hover { text-decoration: underline; }

/* ---------- Header ---------- */
.gc-header {
  background: #fff;
  padding: 18px 0;
  border-bottom: 1px solid var(--gc-line);
}
.gc-logo {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  font-size: 22px;
  color: var(--gc-ink);
  text-decoration: none;
  letter-spacing: -.01em;
}
.gc-logo-mark {
  width: 38px; height: 38px;
  background: var(--gc-primary);
  border-radius: 12px;
  display: inline-flex; align-items: center; justify-content: center;
  color: #fff;
}
.gc-logo-mark svg { width: 22px; height: 22px; }
.gc-logo .accent { color: var(--gc-primary); font-style: italic; }

.gc-search {
  position: relative;
  max-width: 560px;
  margin: 0 auto;
}
.gc-search input.form-control {
  height: 46px;
  border-radius: 999px;
  padding-left: 22px;
  padding-right: 120px;
  border: 1.5px solid var(--gc-line);
  background: var(--gc-primary-soft);
  font-size: 14px;
}
.gc-search input.form-control:focus {
  border-color: var(--gc-primary);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(31,122,58,.08);
}
.gc-search .btn {
  position: absolute;
  right: 5px; top: 5px;
  height: 36px;
  border-radius: 999px;
  padding: 0 22px;
  background: var(--gc-primary);
  border: none;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}
.gc-search .btn:hover { background: var(--gc-primary-dark); }

.gc-icon-btn {
  position: relative;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--gc-primary-soft);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--gc-primary);
  border: none;
  transition: all .15s;
  text-decoration: none;
}
.gc-icon-btn:hover { background: var(--gc-primary); color: #fff; }
.gc-icon-btn svg { width: 20px; height: 20px; }
.gc-icon-btn .badge-count {
  position: absolute; top: -2px; right: -2px;
  background: var(--gc-accent);
  color: #1a2a1f;
  font-size: 11px;
  font-weight: 700;
  width: 20px; height: 20px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  border: 2px solid #fff;
}

/* ---------- Category navigation ---------- */
.gc-catnav {
  background: var(--gc-primary-soft);
  border-bottom: 1px solid #d8e8dc;
  padding: 12px 0;
}
.gc-catnav-list {
  display: flex;
  gap: 8px;
  list-style: none;
  margin: 0; padding: 0;
  justify-content: center;
  flex-wrap: wrap;
}
.gc-catnav-list a {
  color: var(--gc-ink);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  padding: 8px 18px;
  border-radius: 8px;
  display: inline-flex; align-items: center; gap: 6px;
  transition: all .15s;
}
.gc-catnav-list a:hover, .gc-catnav-list a.active {
  background: var(--gc-primary);
  color: #fff;
}

/* ---------- Hero banner ---------- */
.gc-hero-carousel { margin: 28px 0; border-radius: 22px; overflow: hidden; }
.gc-hero-carousel .carousel-item { transition: transform .8s ease-in-out; }
.gc-hero-carousel .carousel-indicators {
  bottom: 14px;
  margin-bottom: 0;
}
.gc-hero-carousel .carousel-indicators button {
  width: 28px; height: 4px;
  border-radius: 2px;
  background: rgba(255,255,255,.5);
  border: none;
  opacity: 1;
  margin: 0 4px;
  transition: all .25s;
}
.gc-hero-carousel .carousel-indicators .active {
  background: var(--gc-accent);
  width: 44px;
}
.gc-hero-carousel .carousel-control-prev,
.gc-hero-carousel .carousel-control-next {
  width: 64px;
  opacity: 0;
  transition: opacity .2s;
}
.gc-hero-carousel:hover .carousel-control-prev,
.gc-hero-carousel:hover .carousel-control-next { opacity: .9; }

.gc-hero {
  border-radius: 0;
  overflow: hidden;
  position: relative;
  min-height: 360px;
  display: flex; align-items: center;
  padding: 56px 64px;
  color: #fff;
  margin: 0;
}
.gc-hero-1 {
  background:
    linear-gradient(110deg, rgba(20,88,42,.65) 0%, rgba(20,88,42,.25) 55%, rgba(20,88,42,0) 100%),
    repeating-linear-gradient(45deg, #2a6b3d 0 22px, #234f2e 22px 44px);
}
.gc-hero-2 {
  background:
    linear-gradient(110deg, rgba(15,70,35,.7) 0%, rgba(15,70,35,.25) 60%, rgba(15,70,35,0) 100%),
    repeating-linear-gradient(60deg, #1f5a32 0 22px, #16482a 22px 44px);
}
.gc-hero-3 {
  background:
    linear-gradient(110deg, rgba(110,55,15,.75) 0%, rgba(110,55,15,.3) 55%, rgba(110,55,15,0) 100%),
    repeating-linear-gradient(135deg, #8b4a1a 0 22px, #6a3812 22px 44px);
}
.gc-hero::after {
  content: 'PRODUCT BANNER PHOTOGRAPHY';
  position: absolute;
  right: 32px; bottom: 14px;
  font-family: ui-monospace, 'SF Mono', Menlo, monospace;
  font-size: 10px;
  letter-spacing: .15em;
  color: rgba(255,255,255,.5);
}
.gc-hero-eyebrow {
  display: inline-block;
  background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.3);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.gc-hero h1 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -.02em;
  margin-bottom: 24px;
  padding-bottom: 4px;
  text-wrap: pretty;
  max-width: 620px;
}
.gc-hero h1 .ital { display: inline-block; padding-right: .08em; }
.gc-hero h1 .ital { font-style: italic; color: var(--gc-accent); }
.gc-hero p {
  font-size: 17px;
  max-width: 460px;
  opacity: .9;
  margin-bottom: 28px;
}

/* ---------- Section heading ---------- */
.gc-section-head {
  text-align: center;
  margin: 56px 0 32px;
}
.gc-section-head .eyebrow {
  display: inline-block;
  font-size: 12px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gc-primary);
  font-weight: 700;
  margin-bottom: 8px;
}
.gc-section-head h2 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -.02em;
  margin: 0;
}
.gc-section-head h2 .ital { font-style: italic; color: var(--gc-primary); }

/* ---------- Product card ---------- */
.gc-product {
  background: #fff;
  border: 1.5px solid var(--gc-line);
  border-radius: 16px;
  overflow: hidden;
  transition: all .2s;
  height: 100%;
  display: flex; flex-direction: column;
  position: relative;
}
.gc-product:hover {
  border-color: var(--gc-primary);
  transform: translateY(-3px);
  box-shadow: 0 12px 30px -16px rgba(20,88,42,.25);
}
.gc-product-img {
  aspect-ratio: 1 / 1;
  background:
    repeating-linear-gradient(135deg, #f4efe4 0 14px, #efe9dc 14px 28px);
  position: relative;
  display: flex; align-items: center; justify-content: center;
}
.gc-product-img .ph-label {
  font-family: ui-monospace, 'SF Mono', Menlo, monospace;
  font-size: 11px;
  color: #8a8270;
  letter-spacing: .1em;
}
.gc-product-tag {
  position: absolute; top: 12px; left: 12px;
  background: var(--gc-accent);
  color: #1a2a1f;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  letter-spacing: .04em;
}
.gc-product-fav {
  position: absolute; top: 12px; right: 12px;
  width: 34px; height: 34px;
  border-radius: 50%;
  background: rgba(255,255,255,.95);
  border: none;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--gc-muted);
  transition: all .15s;
}
.gc-product-fav:hover { color: var(--gc-danger); }
.gc-product-fav svg { width: 16px; height: 16px; }

.gc-product-body {
  padding: 14px 16px 16px;
  display: flex; flex-direction: column;
  flex: 1;
}
.gc-product-cat {
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gc-muted);
  font-weight: 600;
  margin-bottom: 6px;
}
.gc-product-title {
  font-size: 15px;
  font-weight: 600;
  color: var(--gc-ink);
  margin-bottom: 4px;
  line-height: 1.3;
  text-decoration: none;
  display: block;
}
.gc-product-title:hover { color: var(--gc-primary); }
.gc-product-sub {
  font-size: 12px;
  color: var(--gc-muted);
  margin-bottom: 12px;
}
.gc-product-price {
  display: flex; align-items: baseline; gap: 8px;
  margin-top: auto;
  margin-bottom: 12px;
}
.gc-price-now { font-weight: 700; font-size: 17px; color: var(--gc-ink); }
.gc-price-old { font-size: 13px; color: var(--gc-muted); text-decoration: line-through; }

.gc-product-btn {
  display: flex; align-items: center; justify-content: space-between;
  background: var(--gc-primary);
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 10px 14px;
  font-weight: 600;
  font-size: 13px;
  width: 100%;
  transition: all .15s;
}
.gc-product-btn:hover { background: var(--gc-primary-dark); color: #fff; }
.gc-product-btn svg { width: 16px; height: 16px; }

/* ---------- Cart drawer ---------- */
.gc-cart-drawer { width: 420px !important; max-width: 100vw; }
.gc-cart-head {
  padding: 22px 24px;
  border-bottom: 1px solid var(--gc-line);
  align-items: flex-start;
}
.gc-cart-head .offcanvas-title {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 22px; font-weight: 600;
  letter-spacing: -.01em;
  margin: 0;
}
.gc-cart-head small { font-size: 12px; }
.gc-cart-body { padding: 0 24px; }

.gc-cart-item {
  display: flex; gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid var(--gc-line);
}
.gc-cart-thumb {
  width: 64px; height: 64px;
  flex-shrink: 0;
  border-radius: 10px;
  background: repeating-linear-gradient(135deg, #f4efe4 0 8px, #efe9dc 8px 16px);
  display: flex; align-items: center; justify-content: center;
  font-size: 9px;
  letter-spacing: .08em;
  color: #8a8270;
  font-family: ui-monospace, 'SF Mono', Menlo, monospace;
}
.gc-cart-info { flex: 1; min-width: 0; }
.gc-cart-name { font-weight: 600; font-size: 14px; line-height: 1.3; }
.gc-cart-meta { font-size: 12px; color: var(--gc-muted); margin-top: 2px; margin-bottom: 8px; }
.gc-cart-qty {
  display: inline-flex; align-items: center;
  border: 1.5px solid var(--gc-line);
  border-radius: 8px;
  overflow: hidden;
}
.gc-cart-qty button {
  width: 28px; height: 28px;
  background: #fff;
  border: none;
  color: var(--gc-ink);
  font-weight: 700;
  font-size: 14px;
}
.gc-cart-qty button:hover { background: var(--gc-primary-soft); color: var(--gc-primary); }
.gc-cart-qty span { padding: 0 12px; font-size: 13px; font-weight: 600; }
.gc-cart-right {
  display: flex; flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
.gc-cart-price { font-weight: 700; font-size: 14px; }
.gc-cart-remove {
  background: transparent;
  border: none;
  color: var(--gc-muted);
  padding: 4px;
  border-radius: 6px;
}
.gc-cart-remove:hover { color: var(--gc-danger); background: #fdecea; }

.gc-cart-promo {
  background: #fff8e6;
  border: 1.5px dashed #e8c468;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 13px;
  color: #6e5215;
  margin: 18px 0 4px;
  display: flex; align-items: center; gap: 8px;
  line-height: 1.4;
}
.gc-cart-promo svg { flex-shrink: 0; color: var(--gc-accent); }

.gc-cart-foot {
  padding: 20px 24px;
  border-top: 1px solid var(--gc-line);
  background: var(--gc-cream);
}
.gc-cart-totals .row-line {
  display: flex; justify-content: space-between;
  padding: 4px 0;
  font-size: 14px;
}
.gc-cart-totals .row-line span:last-child,
.gc-cart-totals .row-line strong { font-weight: 700; }
.gc-cart-foot .btn-gc-primary,
.gc-cart-foot .btn-gc-outline {
  padding: 12px 18px;
  text-align: center;
  font-size: 14px;
}
.gc-cart-foot .btn-gc-primary { color: #fff; text-decoration: none; }
.btn-gc-primary {
  background: var(--gc-primary);
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 12px 28px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: .04em;
}
.btn-gc-primary:hover { background: var(--gc-primary-dark); color: #fff; }
.btn-gc-outline {
  background: transparent;
  color: var(--gc-primary);
  border: 1.5px solid var(--gc-primary);
  border-radius: 10px;
  padding: 10px 24px;
  font-weight: 600;
}
.btn-gc-outline:hover { background: var(--gc-primary); color: #fff; }
.btn-gc-block {
  width: 100%;
  background: var(--gc-primary);
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 16px;
  font-weight: 700;
  letter-spacing: .12em;
  font-size: 14px;
  text-transform: uppercase;
}
.btn-gc-block:hover { background: var(--gc-primary-dark); color: #fff; }

/* ---------- Forms ---------- */
.form-label-gc {
  font-size: 13px;
  font-weight: 600;
  color: var(--gc-ink);
  margin-bottom: 6px;
}
.form-label-gc .req { color: var(--gc-danger); }
.form-control-gc {
  height: 48px;
  border: 1.5px solid var(--gc-line);
  border-radius: 10px;
  padding: 0 16px;
  font-size: 14px;
  background: #fff;
}
.form-control-gc:focus {
  border-color: var(--gc-primary);
  box-shadow: 0 0 0 4px rgba(31,122,58,.08);
  outline: none;
}
textarea.form-control-gc { height: auto; padding: 12px 16px; }

/* ---------- Checkout ---------- */
.gc-stepper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 28px 0;
  flex-wrap: wrap;
}
.gc-step {
  display: flex; align-items: center; gap: 10px;
  font-size: 14px; color: var(--gc-muted);
  font-weight: 600;
}
.gc-step .dot {
  width: 22px; height: 22px;
  border-radius: 50%;
  border: 2px solid var(--gc-line);
  background: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 11px;
  font-weight: 700;
}
.gc-step.done { color: var(--gc-primary); }
.gc-step.done .dot {
  background: var(--gc-primary);
  border-color: var(--gc-primary);
  color: #fff;
}
.gc-step.active { color: var(--gc-ink); }
.gc-step.active .dot {
  border-color: var(--gc-primary);
  color: var(--gc-primary);
}
.gc-step-line {
  width: 60px; height: 2px;
  background: var(--gc-line);
}
.gc-step-line.done { background: var(--gc-primary); }

.gc-card {
  background: #fff;
  border: 1.5px solid var(--gc-line);
  border-radius: 16px;
  padding: 28px;
}
.gc-card h3 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 22px;
  letter-spacing: -.01em;
}

.gc-coupon {
  background: #fff8e6;
  border: 1.5px dashed #e8c468;
  border-radius: 12px;
  padding: 14px 18px;
  display: flex; align-items: center; gap: 10px;
  font-size: 14px;
  color: #6e5215;
}
.gc-coupon svg { width: 18px; height: 18px; flex-shrink: 0; }
.gc-coupon a { color: var(--gc-primary); font-weight: 600; text-decoration: none; }
.gc-coupon a:hover { text-decoration: underline; }

.gc-order-row {
  display: flex; align-items: center; gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--gc-line);
}
.gc-order-thumb {
  width: 60px; height: 60px;
  border-radius: 10px;
  background: repeating-linear-gradient(135deg, #f4efe4 0 8px, #efe9dc 8px 16px);
  flex-shrink: 0;
  position: relative;
}
.gc-order-thumb .qty {
  position: absolute;
  top: -6px; right: -6px;
  background: var(--gc-primary);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  width: 22px; height: 22px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  border: 2px solid #fff;
}
.gc-order-info { flex: 1; min-width: 0; }
.gc-order-name { font-weight: 600; font-size: 14px; line-height: 1.3; }
.gc-order-meta { font-size: 12px; color: var(--gc-muted); margin-top: 2px; }
.gc-order-price { font-weight: 700; font-size: 14px; }

.gc-totals { padding-top: 8px; }
.gc-totals .row-line {
  display: flex; justify-content: space-between;
  padding: 8px 0;
  font-size: 14px;
}
.gc-totals .row-line.total {
  border-top: 2px solid var(--gc-ink);
  margin-top: 6px; padding-top: 14px;
  font-size: 18px; font-weight: 700;
  font-family: 'Fraunces', Georgia, serif;
}

.gc-payment {
  background: var(--gc-cream);
  border-radius: 12px;
  padding: 18px;
  margin: 18px 0;
}
.gc-payment-title {
  font-weight: 700; font-size: 14px;
  margin-bottom: 6px;
  display: flex; align-items: center; gap: 8px;
}
.gc-payment-desc { font-size: 13px; color: var(--gc-muted); margin: 0; }

.gc-fineprint {
  font-size: 12px; color: var(--gc-muted);
  line-height: 1.5;
  margin: 18px 0;
}
.gc-fineprint a { color: var(--gc-primary); }

/* ---------- Login ---------- */
.gc-auth-wrap {
  max-width: 440px;
  margin: 64px auto;
}
.gc-auth-card {
  background: #fff;
  border: 1.5px solid var(--gc-line);
  border-radius: 18px;
  padding: 40px 36px;
}
.gc-auth-card h2 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 6px;
  letter-spacing: -.01em;
}
.gc-auth-card .sub {
  text-align: center;
  color: var(--gc-muted);
  font-size: 14px;
  margin-bottom: 28px;
}
.gc-auth-links {
  text-align: center;
  margin-top: 22px;
  font-size: 13px;
  color: var(--gc-muted);
}
.gc-auth-links a { color: var(--gc-primary); text-decoration: none; font-weight: 600; }
.gc-auth-links a:hover { text-decoration: underline; }
.gc-auth-divider {
  display: flex; align-items: center; gap: 12px;
  color: var(--gc-muted);
  font-size: 12px; letter-spacing: .12em;
  margin: 22px 0;
  text-transform: uppercase;
}
.gc-auth-divider::before, .gc-auth-divider::after {
  content: ''; flex: 1; height: 1px; background: var(--gc-line);
}

.gc-pwd {
  position: relative;
}
.gc-pwd .toggle {
  position: absolute; right: 14px; top: 50%;
  transform: translateY(-50%);
  border: none; background: transparent;
  color: var(--gc-muted);
}
.gc-pwd .toggle svg { width: 18px; height: 18px; }

/* ---------- Footer ---------- */
.gc-footer {
  background: var(--gc-primary-dark);
  color: #d6e4d9;
  padding: 64px 0 0;
  margin-top: 80px;
}
.gc-footer h5 {
  color: #fff;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 18px;
}
.gc-footer a {
  color: #d6e4d9;
  text-decoration: none;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 0;
}
.gc-footer a:hover { color: #fff; }
.gc-footer ul { list-style: none; padding: 0; margin: 0; }
.gc-footer ul li { padding: 4px 0; }
.gc-footer .gc-logo { color: #fff; }
.gc-footer .gc-logo .accent { color: var(--gc-accent); }
.gc-footer p { font-size: 14px; line-height: 1.6; opacity: .85; }

.gc-social {
  display: flex; gap: 10px;
  margin-top: 16px;
}
.gc-social a {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,.1);
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0;
}
.gc-social a:hover { background: var(--gc-accent); color: var(--gc-primary-dark); }
.gc-social svg { width: 16px; height: 16px; }

.gc-payments {
  background: rgba(255,255,255,.05);
  margin-top: 48px;
  padding: 18px 0;
  text-align: center;
}
.gc-payments .gc-pay-list {
  display: inline-flex; flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
.gc-payments .gc-pay {
  background: #fff;
  border-radius: 6px;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 700;
  color: #444;
  letter-spacing: .04em;
  font-family: ui-monospace, 'SF Mono', Menlo, monospace;
  min-width: 44px;
  text-align: center;
}

.gc-copy {
  border-top: 1px solid rgba(255,255,255,.1);
  margin-top: 0;
  padding: 18px 0;
  text-align: center;
  font-size: 13px;
  opacity: .8;
}

/* ---------- Mobile ---------- */
@media (max-width: 991px) {
  .gc-hero { padding: 40px 28px; min-height: 280px; }
  .gc-section-head h2 { font-size: 28px; }
  .gc-search { margin: 14px 0; }
  .gc-catnav-list { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; }
  .gc-catnav-list a { white-space: nowrap; }
}
@media (max-width: 575px) {
  .gc-card { padding: 20px; }
  .gc-auth-card { padding: 28px 22px; }
}

/* ---------- Product Detail Page ---------- */
.gc-breadcrumb {
  padding: 18px 0;
  font-size: 13px;
  color: var(--gc-muted);
}
.gc-breadcrumb a { color: var(--gc-muted); text-decoration: none; }
.gc-breadcrumb a:hover { color: var(--gc-primary); }
.gc-breadcrumb .sep { margin: 0 8px; opacity: .5; }
.gc-breadcrumb .current { color: var(--gc-ink); font-weight: 600; }

.pd-main-img {
  aspect-ratio: 1 / 1;
  background: repeating-linear-gradient(135deg, #f4efe4 0 14px, #efe9dc 14px 28px);
  border-radius: 18px;
  border: 1.5px solid var(--gc-line);
  display: flex; align-items: center; justify-content: center;
  position: relative;
  overflow: hidden;
}
.pd-main-img .pd-tag {
  position: absolute; top: 16px; left: 16px;
  background: var(--gc-accent);
  color: #1a2a1f;
  font-size: 11px; font-weight: 700;
  padding: 5px 12px; border-radius: 999px;
  letter-spacing: .04em;
  z-index: 2;
}
.pd-thumbs {
  display: flex; gap: 10px;
  margin-top: 14px;
  overflow-x: auto;
  padding-bottom: 4px;
}
.pd-thumb {
  flex: 0 0 88px;
  width: 88px; height: 88px;
  border-radius: 12px;
  border: 2px solid var(--gc-line);
  background: repeating-linear-gradient(135deg, #f4efe4 0 10px, #efe9dc 10px 20px);
  cursor: pointer;
  overflow: hidden;
  transition: all .15s;
}
.pd-thumb:hover { border-color: var(--gc-primary); }
.pd-thumb.active {
  border-color: var(--gc-primary);
  box-shadow: 0 0 0 3px rgba(31,122,58,.12);
}

.pd-cat {
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gc-primary);
  font-weight: 700;
  margin-bottom: 10px;
}
.pd-title {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.1;
  margin-bottom: 12px;
}
.pd-price-row {
  display: flex; align-items: baseline; gap: 12px;
  margin-bottom: 10px;
}
.pd-price-now { font-size: 34px; font-weight: 700; color: var(--gc-ink); font-family: 'Fraunces', Georgia, serif; }
.pd-price-old { font-size: 18px; color: var(--gc-muted); text-decoration: line-through; }
.pd-save {
  background: var(--gc-primary-soft);
  color: var(--gc-primary);
  font-size: 12px; font-weight: 700;
  padding: 4px 10px; border-radius: 999px;
  letter-spacing: .05em;
}
.pd-stock {
  color: var(--gc-primary);
  font-size: 13px; font-weight: 600;
  margin: 14px 0 22px;
  display: flex; align-items: center; gap: 6px;
}
.pd-stock .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--gc-primary);
  box-shadow: 0 0 0 4px rgba(31,122,58,.18);
  flex-shrink: 0;
}
.pd-divider { height: 1px; background: var(--gc-line); margin: 22px 0; }

.pd-opts-label { font-size: 13px; font-weight: 700; margin-bottom: 10px; }
.pd-size-grp { display: flex; gap: 8px; flex-wrap: wrap; }
.pd-size {
  border: 1.5px solid var(--gc-line);
  border-radius: 10px;
  padding: 10px 18px;
  background: #fff;
  font-size: 13px; font-weight: 600;
  cursor: pointer;
  transition: all .15s;
}
.pd-size:hover { border-color: var(--gc-primary); }
.pd-size.active {
  border-color: var(--gc-primary);
  background: var(--gc-primary-soft);
  color: var(--gc-primary);
}

.pd-actions {
  display: flex; gap: 12px;
  margin-top: 24px;
  flex-wrap: wrap;
  align-items: center;
}
.pd-qty {
  display: inline-flex; align-items: center;
  border: 1.5px solid var(--gc-line);
  border-radius: 12px;
  overflow: hidden;
  height: 52px;
}
.pd-qty button {
  width: 44px; height: 100%;
  background: #fff; border: none;
  font-weight: 700; font-size: 18px; color: var(--gc-ink);
}
.pd-qty button:hover { background: var(--gc-primary-soft); color: var(--gc-primary); }
.pd-qty span { padding: 0 16px; font-weight: 700; font-size: 15px; }

.pd-add, .pd-buy {
  height: 52px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 0 24px;
  border: none;
  transition: all .15s;
  cursor: pointer;
}
.pd-add {
  background: var(--gc-primary-soft);
  color: var(--gc-primary);
  border: 1.5px solid var(--gc-primary);
  width: 100%;
}
.pd-add:hover { background: var(--gc-primary); color: #fff; }
.pd-buy {
  background: var(--gc-primary);
  color: #fff;
  flex: 1; min-width: 140px;
}
.pd-buy:hover { background: var(--gc-primary-dark); color: #fff; }
.pd-fav-big {
  width: 52px; height: 52px;
  border-radius: 12px;
  border: 1.5px solid var(--gc-line);
  background: #fff;
  color: var(--gc-muted);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: all .15s;
}
.pd-fav-big:hover { color: var(--gc-danger); border-color: var(--gc-danger); }

.pd-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 26px;
  padding: 18px;
  background: var(--gc-cream);
  border-radius: 14px;
}
.pd-trust-item {
  display: flex; flex-direction: column; align-items: center;
  text-align: center;
  gap: 6px;
  font-size: 12px;
  color: var(--gc-muted);
}
.pd-trust-item svg { color: var(--gc-primary); }
.pd-trust-item strong { color: var(--gc-ink); font-size: 13px; }

.pd-meta-list {
  display: flex; flex-direction: column;
  gap: 10px;
  margin-top: 24px;
  font-size: 13px;
}
.pd-meta-list .row-line {
  display: flex; gap: 10px;
  color: var(--gc-muted);
}
.pd-meta-list .row-line strong { color: var(--gc-ink); min-width: 100px; }

/* ---------- Cart Drawer ---------- */
.gc-no-scroll { overflow: hidden; }

.gc-cart-overlay {
  position: fixed; inset: 0;
  background: rgba(0,0,0,.45);
  z-index: 1040;
  opacity: 0; pointer-events: none;
  transition: opacity .3s ease;
}
.gc-cart-overlay.open { opacity: 1; pointer-events: all; }

.gc-cart-drawer {
  position: fixed;
  top: 0; right: 0;
  width: 400px; max-width: 100vw;
  height: 100%;
  background: #fff;
  z-index: 1050;
  display: flex; flex-direction: column;
  transform: translateX(100%);
  transition: transform .35s cubic-bezier(.4,0,.2,1);
  box-shadow: -6px 0 40px rgba(0,0,0,.13);
}
.gc-cart-drawer.open { transform: translateX(0); }

.gc-drawer-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 22px 16px;
  border-bottom: 1px solid var(--gc-line);
  flex-shrink: 0;
}
.gc-drawer-head h2 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 21px; font-weight: 600;
  margin: 0; letter-spacing: -.01em;
}
.gc-drawer-item-count {
  font-size: 12px; color: var(--gc-muted);
  margin-top: 2px; font-weight: 500;
}
.gc-drawer-close {
  width: 34px; height: 34px;
  border-radius: 50%;
  border: 1.5px solid var(--gc-line);
  background: #fff;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; color: var(--gc-ink);
  transition: all .15s;
  flex-shrink: 0;
}
.gc-drawer-close:hover { background: var(--gc-primary-soft); border-color: var(--gc-primary); color: var(--gc-primary); }
.gc-drawer-close svg { width: 16px; height: 16px; }

.gc-drawer-scroll {
  flex: 1; overflow-y: auto;
  display: flex; flex-direction: column;
  -webkit-overflow-scrolling: touch;
}

/* Items */
.gc-drawer-items { flex: 1; padding: 6px 0; }

.gc-drawer-item {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 22px;
  border-bottom: 1px solid var(--gc-line);
}
.gc-drawer-item:last-child { border-bottom: none; }

.gc-drawer-item-img {
  width: 62px; height: 62px;
  border-radius: 10px;
  background: repeating-linear-gradient(135deg, #f4efe4 0 8px, #efe9dc 8px 16px);
  flex-shrink: 0; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--gc-line);
}
.gc-drawer-item-img img { width: 100%; height: 100%; object-fit: cover; }
.gc-di-ph { font-size: 9px; color: #8a8270; font-family: ui-monospace, monospace; letter-spacing: .06em; }

.gc-drawer-item-info { flex: 1; min-width: 0; }
.gc-drawer-item-name {
  font-size: 13px; font-weight: 600; line-height: 1.3;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.gc-drawer-item-meta { font-size: 11px; color: var(--gc-muted); margin-top: 2px; }
.gc-drawer-item-price { font-size: 13px; font-weight: 700; color: var(--gc-primary-dark); margin-top: 5px; }

.gc-drawer-item-right {
  display: flex; flex-direction: column; align-items: flex-end;
  gap: 8px; flex-shrink: 0;
}
.gc-drawer-remove {
  border: none; background: transparent;
  color: var(--gc-muted); cursor: pointer;
  padding: 3px; line-height: 1;
  transition: color .15s;
}
.gc-drawer-remove:hover { color: var(--gc-danger); }

.gc-drawer-qty {
  display: flex; align-items: center;
  border: 1.5px solid var(--gc-line);
  border-radius: 8px; overflow: hidden;
}
.gc-qty-btn {
  width: 28px; height: 28px;
  border: none; background: var(--gc-primary-soft);
  color: var(--gc-primary);
  font-size: 16px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; padding: 0; line-height: 1;
  transition: background .12s, color .12s;
}
.gc-qty-btn:hover { background: var(--gc-primary); color: #fff; }
.gc-qty-val { width: 30px; text-align: center; font-size: 13px; font-weight: 700; }

/* Empty state */
.gc-drawer-empty {
  text-align: center;
  padding: 52px 24px;
  color: var(--gc-muted);
}
.gc-drawer-empty svg { opacity: .35; margin-bottom: 14px; }
.gc-drawer-empty p { font-size: 15px; font-weight: 600; margin: 0; }
.btn-sm-gc { font-size: 13px; padding: 8px 20px !important; }

/* Footer (sticky at bottom of scroll area) */
.gc-drawer-footer {
  position: sticky; bottom: 0;
  background: #fff;
  padding: 14px 22px 22px;
  border-top: 1px solid var(--gc-line);
  flex-shrink: 0;
}

.gc-drawer-freedelivery {
  display: flex; align-items: center; gap: 7px;
  padding: 10px 14px;
  background: #fff8e6;
  border: 1.5px dashed #e8c468;
  border-radius: 10px;
  font-size: 12px; color: #6e5215;
  margin-bottom: 12px;
}
.gc-drawer-freedelivery svg { flex-shrink: 0; color: var(--gc-accent); }
.gc-drawer-freedelivery--ok {
  background: var(--gc-primary-soft);
  border-color: var(--gc-primary);
  color: var(--gc-primary-dark);
}
.gc-drawer-freedelivery--ok svg { color: var(--gc-primary); }

.gc-drawer-totals { margin-bottom: 12px; }
.gc-drawer-row {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 14px; font-weight: 600;
  padding: 4px 0;
}
.gc-drawer-row--muted { font-size: 12px; font-weight: 500; color: var(--gc-muted); }

.gc-drawer-btns {
  display: flex; gap: 8px; margin-top: 4px;
}
.gc-drawer-buy-more {
  flex: 1; height: 44px;
  border-radius: 10px;
  border: 1.5px solid var(--gc-line);
  background: #fff; color: var(--gc-ink);
  font-weight: 600; font-size: 13px;
  cursor: pointer; transition: all .15s;
}
.gc-drawer-buy-more:hover { border-color: var(--gc-primary); color: var(--gc-primary); }
.gc-drawer-checkout {
  flex: 1.5; height: 44px;
  border-radius: 10px;
  background: var(--gc-primary); color: #fff;
  font-weight: 700; font-size: 13px;
  display: flex; align-items: center; justify-content: center;
  text-decoration: none;
  transition: background .15s;
}
.gc-drawer-checkout:hover { background: var(--gc-primary-dark); color: #fff; }

@media (max-width: 480px) {
  .gc-cart-drawer { width: 100vw; }
}

/* Tabs */
.pd-tabs {
  margin-top: 56px;
  border-top: 1px solid var(--gc-line);
  padding-top: 32px;
}
.pd-tab-nav {
  display: flex;
  gap: 4px;
  border-bottom: 2px solid var(--gc-line);
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.pd-tab-nav button {
  background: transparent;
  border: none;
  padding: 14px 22px;
  font-weight: 600;
  font-size: 14px;
  color: var(--gc-muted);
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  cursor: pointer;
}
.pd-tab-nav button.active {
  color: var(--gc-ink);
  border-bottom-color: var(--gc-primary);
}
.pd-tab-pane { display: none; }
.pd-tab-pane.active { display: block; }
.pd-desc {
  font-size: 15px;
  line-height: 1.75;
  color: var(--gc-ink);
  max-width: 760px;
}
.pd-desc h4 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -.01em;
  margin: 24px 0 10px;
}
.pd-desc ul { padding-left: 20px; }
.pd-desc li { margin-bottom: 6px; }

@media (max-width: 767px) {
  .pd-title { font-size: 26px; }
  .pd-price-now { font-size: 26px; }
  .pd-trust { grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 12px; }
  .pd-trust-item { font-size: 11px; }
  .pd-trust-item strong { font-size: 11px; }
}

/* ---------- Real product image support ---------- */
.gc-product-img {
  position: relative;
}
.gc-product-img .gc-real-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---------- Hero carousel with real images ---------- */
.gc-hero-carousel .carousel-item img {
  width: 100%;
  max-height: 450px;
  object-fit: cover;
}

/* ---------- xl 5-col grid ---------- */
@media (min-width: 1200px) {
  .col-xl-2-4 { flex: 0 0 auto; width: 20%; }
}

/* ========== Quick-view modal ========== */
.gc-qv { border:0; border-radius:18px; overflow:hidden; position:relative; background:#fff; }
.gc-qv-close {
  position:absolute; top:14px; right:14px;
  width:34px; height:34px; border-radius:50%;
  background:rgba(255,255,255,.95); border:1px solid var(--gc-line);
  display:inline-flex; align-items:center; justify-content:center;
  color:var(--gc-ink); z-index:5; cursor:pointer;
}
.gc-qv-close:hover { background:var(--gc-ink); color:#fff; border-color:var(--gc-ink); }
.gc-qv-close svg { width:16px; height:16px; }
.gc-qv-body { display:grid; grid-template-columns:1fr 1fr; }
@media (max-width:767px) { .gc-qv-body { grid-template-columns:1fr; } }
.gc-qv-img {
  background:linear-gradient(135deg,#f0eee4 0%,#e6e3d6 100%);
  padding:30px; display:flex; flex-direction:column;
  align-items:center; justify-content:center;
  position:relative; min-height:380px;
}
.gc-qv-tag {
  position:absolute; top:18px; left:18px;
  background:var(--gc-primary); color:#fff;
  padding:5px 12px; border-radius:999px;
  font-size:10px; font-weight:700; letter-spacing:.12em;
}
.gc-qv-info { padding:30px 32px 28px; display:flex; flex-direction:column; }
.gc-qv-cat { font-size:11px; text-transform:uppercase; letter-spacing:.12em; color:var(--gc-primary); font-weight:700; margin-bottom:6px; }
.gc-qv-title { font-family:'Fraunces',Georgia,serif; font-size:26px; font-weight:600; letter-spacing:-.01em; line-height:1.15; margin:0 0 8px; }
.gc-qv-sub { color:var(--gc-muted); font-size:13px; margin-bottom:14px; }
.gc-qv-prices {
  display:flex; align-items:baseline; gap:10px;
  padding:14px 0; border-top:1px solid var(--gc-line); border-bottom:1px solid var(--gc-line); margin-bottom:14px;
}
.gc-qv-price-now { font-family:'Fraunces',serif; font-size:28px; font-weight:600; color:var(--gc-primary); }
.gc-qv-price-old { font-size:14px; color:var(--gc-muted); text-decoration:line-through; }
.gc-qv-save { margin-left:auto; background:var(--gc-primary-soft); color:var(--gc-primary); font-size:11px; font-weight:700; padding:4px 10px; border-radius:999px; letter-spacing:.04em; }
.gc-qv-buy { display:flex; gap:8px; align-items:stretch; margin-bottom:16px; }
.gc-qty { display:inline-flex; align-items:center; border:1px solid var(--gc-line); border-radius:10px; overflow:hidden; background:#fff; }
.gc-qty button { width:36px; height:44px; background:none; border:0; font-size:18px; font-weight:600; color:var(--gc-ink); cursor:pointer; }
.gc-qty button:hover { background:var(--gc-bg,#f5f7f4); color:var(--gc-primary); }
.gc-qty span { min-width:32px; text-align:center; font-weight:700; font-size:14px; }
.gc-qv-add { flex:1; background:var(--gc-primary); color:#fff; border:0; border-radius:10px; font-weight:600; font-size:14px; padding:0 18px; cursor:pointer; transition:background .15s; }
.gc-qv-add:hover { background:var(--gc-primary-dark,#1a3d25); }
.gc-qv-meta { display:flex; flex-wrap:wrap; gap:14px; font-size:12px; color:var(--gc-muted); padding-top:14px; border-top:1px solid var(--gc-line); align-items:center; }
.gc-qv-meta strong { color:var(--gc-ink); font-weight:600; }
.gc-qv-more { margin-left:auto; color:var(--gc-primary); text-decoration:none; font-weight:600; }
.gc-qv-more:hover { text-decoration:underline; }
