/* =========================================================
   CheapSmokeAU — Figma design alignment
   ========================================================= */
:root {
  --navy: #0b1b3a;
  --ink: #111;
  --muted: #8b8b8b;
  --line: #ececec;
  --sale: #e53935;
  --purple: #5b4bff;
  --purple-btn: #6c5ce7;
  --ok: #00b67a;
  --bg: #fff;
  --soft: #f7f7f7;
  --max: 430px;
  --header-h: 54px;
  --radius-card: 14px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: #e8e8e8;
  line-height: 1.4;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; color: inherit; }
button { cursor: pointer; border: 0; background: none; padding: 0; }
ul { list-style: none; margin: 0; padding: 0; }
h1,h2,h3,p { margin: 0; }

.site-wrap {
  min-height: 100dvh;
  max-width: var(--max);
  margin: 0 auto;
  background: #fff;
  position: relative;
  box-shadow: 0 0 40px rgba(0,0,0,.1);
}

/* ===== Announcement (navy, two lines, centered) ===== */
.announce-bar {
  background: var(--navy);
  color: #fff;
  text-align: center;
  padding: 8px 12px 7px;
}
.announce-line {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .01em;
  line-height: 1.35;
}
.announce-sub { font-weight: 500; opacity: .95; margin-top: 2px; font-size: 11px; }

/* ===== Header ===== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  height: var(--header-h);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 6px;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
}
.site-header .header-btn#menuOpen { justify-self: start; }
.site-header .site-logo { justify-self: center; grid-column: 2; }
.site-header .header-actions { justify-self: end; grid-column: 3; }
.header-btn {
  width: 44px; height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111;
  position: relative;
}
.header-actions { display: flex; align-items: center; }
.site-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo-text {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -.02em;
  color: #111;
}
.cart-count-badge {
  position: absolute;
  top: 6px; right: 4px;
  min-width: 16px; height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  background: #e53935;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #fff;
}
.cart-count-badge.is-empty { display: none; }

/* Search */
.search-overlay {
  position: fixed; inset: 0; z-index: 80;
  background: rgba(0,0,0,.4);
}
.search-overlay[hidden] { display: none !important; }
.search-panel {
  background: #fff;
  max-width: var(--max);
  margin: 0 auto;
  min-height: 40vh;
}
.search-bar {
  display: flex; align-items: center; gap: 8px;
  padding: 12px 14px; border-bottom: 1px solid var(--line);
}
.search-bar input {
  flex: 1; border: 0; outline: 0; font-size: 16px; min-width: 0; background: transparent;
}
.search-close { color: #666; font-size: 13px; padding: 8px; }
.search-results { max-height: 70vh; overflow: auto; }
.search-item {
  display: flex; gap: 12px; padding: 12px 14px;
  border-bottom: 1px solid var(--line); align-items: center;
}
.search-item img { width: 52px; height: 52px; object-fit: cover; border-radius: 8px; background: #f2f2f2; }
.search-item-name { font-weight: 600; font-size: 13px; }
.search-item-price { color: var(--sale); font-size: 12px; margin-top: 3px; font-weight: 700; }
.search-empty { padding: 28px; text-align: center; color: var(--muted); }

/* Drawers */
.drawer-backdrop {
  position: fixed; inset: 0; background: rgba(0,0,0,.45); z-index: 60;
}
.drawer-backdrop[hidden] { display: none !important; }
.side-drawer, .cart-drawer {
  position: fixed; top: 0; bottom: 0;
  width: min(82vw, 340px);
  background: #fff; z-index: 70;
  display: flex; flex-direction: column;
  transform: translateX(-105%);
  transition: transform .26s cubic-bezier(.22,.8,.24,1);
  box-shadow: 4px 0 24px rgba(0,0,0,.12);
}
.cart-drawer { right: 0; left: auto; transform: translateX(105%); box-shadow: -4px 0 24px rgba(0,0,0,.12); }
.side-drawer.is-open, .cart-drawer.is-open { transform: translateX(0); }
.drawer-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 16px; border-bottom: 1px solid var(--line); font-size: 15px; font-weight: 700;
}
.icon-close { width: 36px; height: 36px; font-size: 26px; color: #888; line-height: 1; }
.side-nav { overflow: auto; padding-bottom: 28px; }
.side-home {
  display: block; padding: 14px 18px; font-weight: 700; border-bottom: 1px solid #f3f3f3;
}
.album-list a {
  display: block; padding: 14px 18px; font-weight: 500; font-size: 14px;
  border-bottom: 1px solid #f5f5f5; color: #222;
}
.album-list a:active { background: #fafafa; }
.side-links { border-top: 8px solid #f5f5f5; margin-top: 4px; }
.side-links a {
  display: block; padding: 13px 18px; color: #666; font-size: 13px;
  border-bottom: 1px solid #f5f5f5;
}

.cart-drawer-body { flex: 1; overflow: auto; display: flex; flex-direction: column; }
.cart-drawer-empty {
  flex: 1; display: grid; place-content: center; gap: 12px;
  text-align: center; color: var(--muted); padding: 24px;
}
.cart-drawer-items { padding: 4px 12px; flex: 1; }
.cart-item {
  display: grid; grid-template-columns: 72px 1fr 24px; gap: 10px;
  padding: 14px 2px; border-bottom: 1px solid var(--line);
}
.cart-item-img img, .cart-item-thumb {
  width: 72px; height: 72px; object-fit: cover; border-radius: 8px; background: #f2f2f2;
}
.cart-item-name {
  font-weight: 600; font-size: 13px; line-height: 1.3;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.cart-item-price { margin-top: 4px; font-size: 13px; color: var(--sale); font-weight: 700; }
.cart-item-qty {
  display: inline-flex; align-items: center; margin-top: 8px;
  border: 1px solid #ddd; border-radius: 6px; overflow: hidden;
}
.qty-btn { width: 28px; height: 28px; background: #fafafa; font-size: 16px; }
.qty-val { min-width: 28px; text-align: center; font-size: 13px; font-weight: 600; }
.cart-item-remove { font-size: 22px; color: #bbb; }
.cart-drawer-footer {
  border-top: 1px solid var(--line);
  padding: 12px 14px calc(12px + env(safe-area-inset-bottom));
  display: grid; gap: 8px; background: #fff;
}
.cart-subtotal { display: flex; justify-content: space-between; font-size: 14px; padding: 4px 0; }
.cart-subtotal strong { font-size: 16px; }

/* ===== Buttons ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 40px; padding: 0 14px; border-radius: 999px;
  font-weight: 700; font-size: 13px; border: 1px solid transparent;
}
.btn-block { width: 100%; }
.btn-primary, .btn-dark { background: #111; color: #fff; }
.btn-outline { background: #fff; border-color: #111; color: #111; }

/* Card CTAs — design pills */
.btn-add-cart {
  flex: 1 1 0;
  min-width: 0;
  min-height: 32px;
  border-radius: 999px;
  border: 1.5px solid #cfd3dc;
  background: #fff;
  color: #1a1a1a;
  font-size: 11px;
  font-weight: 600;
  padding: 0 6px;
  white-space: nowrap;
  line-height: 1;
}
.btn-buy-now {
  flex: 1 1 0;
  min-width: 0;
  min-height: 32px;
  border-radius: 999px;
  background: #0b1b3a;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 0 6px;
  border: 0;
  white-space: nowrap;
  line-height: 1;
}
.btn-view-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 22px;
  border-radius: 8px;
  border: 1px solid #d0d0d0;
  background: #fff;
  color: #333;
  font-size: 13px;
  font-weight: 600;
}
.btn-add-black {
  flex: 1;
  min-height: 50px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
}
.btn-buy-purple {
  flex: 1;
  min-height: 50px;
  border-radius: 999px;
  background: linear-gradient(180deg, #7b6cff, #5b4bff);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  box-shadow: 0 6px 16px rgba(91,75,255,.28);
}
.btn-continue {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  border-radius: 999px;
  background: linear-gradient(180deg, #7b6cff, #5b4bff);
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  margin: 14px 0 12px;
  box-shadow: 0 8px 20px rgba(91,75,255,.3);
}
.btn-subscribe {
  width: 100%;
  min-height: 48px;
  border-radius: 6px;
  background: #fff;
  color: #111;
  font-weight: 700;
  font-size: 16px;
  margin-top: 10px;
}
.btn-update-cart {
  display: none;
}

/* Layout */
.page-pad { padding: 14px; }
.page-pad-x { padding-left: 14px; padding-right: 14px; }
.page-pad-b { padding-bottom: 28px; }
.section-pad { padding: 8px 14px 24px; }
.section-title { font-size: 18px; font-weight: 800; margin-bottom: 12px; letter-spacing: .02em; }
.section-title.center, .album-title.center, .center { text-align: center; }
.muted { color: var(--muted); }
.content-card { background: #fff; padding: 16px 14px; }
.prose p { margin: 0 0 12px; color: #333; font-size: 14px; line-height: 1.6; }
.prose h2, .prose h3 { margin: 18px 0 8px; font-size: 16px; }

/* Breadcrumb */
.breadcrumb {
  padding-top: 12px;
  font-size: 13px;
  color: #999;
}
.breadcrumb a { color: #999; }
.breadcrumb .sep { margin: 0 6px; color: #ccc; }
.breadcrumb span:last-child { color: #333; }

/* ===== Hero (full design banner image) ===== */
.hero {
  background: #eef3f8;
  line-height: 0;
}
.hero-slide {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.hero-img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
}

/* ===== Albums + cards ===== */
.album-section {
  padding: 18px 12px 10px;
  background: #fff;
}
.album-title {
  font-size: 22px;
  font-weight: 800;
  text-align: center;
  margin: 0 0 14px;
  letter-spacing: -.02em;
  color: #111;
}
.album-more {
  display: flex;
  justify-content: center;
  padding: 14px 0 8px;
}

.product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.product-card {
  background: #fff;
  border-radius: var(--radius-card);
  overflow: hidden;
  border: 1px solid #eef0f3;
  box-shadow: 0 2px 10px rgba(16,24,40,.04);
  display: flex;
  flex-direction: column;
}
.product-card-media {
  position: relative;
  aspect-ratio: 1;
  background: #fafafa;
  overflow: hidden;
}
.product-card-media img {
  width: 100%; height: 100%;
  object-fit: contain;
  padding: 10px;
}
.badge-sale {
  position: absolute;
  top: 10px; left: 10px;
  z-index: 2;
  background: #ff3b30;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  padding: 4px 8px;
  border-radius: 999px;
  line-height: 1.2;
}
.product-card-body {
  padding: 8px 8px 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}
.product-card-title {
  font-size: 13px;
  font-weight: 700;
  color: #111;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-card-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
  min-height: 18px;
}
.price-sale {
  font-weight: 800;
  font-size: 13px;
  color: var(--sale);
  letter-spacing: -.01em;
}
.price-regular {
  font-size: 12px;
  color: #b5b5b5;
  text-decoration: line-through;
  font-weight: 500;
}
.product-card-actions {
  display: flex;
  gap: 5px;
  margin-top: auto;
  padding-top: 4px;
}

/* FAQ */
.faq-section {
  background: #fff;
  border-top: 1px solid #f0f0f0;
  padding-top: 10px;
}
.faq-list {
  background: #f6f6f6;
  border-radius: 12px;
  overflow: hidden;
}
.faq-item {
  border-bottom: 1px solid #e8e8e8;
  background: #f6f6f6;
  padding: 0 14px;
}
.faq-item:last-child { border-bottom: 0; }
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 16px 28px 16px 0;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  color: #222;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '';
  position: absolute;
  right: 4px; top: 50%;
  width: 8px; height: 8px;
  border-right: 1.5px solid #999;
  border-bottom: 1.5px solid #999;
  transform: translateY(-70%) rotate(45deg);
}
.faq-item[open] summary::after {
  transform: translateY(-30%) rotate(225deg);
}
.faq-body {
  padding: 0 0 14px;
  color: #555;
  font-size: 13px;
  line-height: 1.6;
  white-space: pre-wrap;
}

/* ===== Footer (black accordion) ===== */
.site-footer {
  background: #000;
  color: #fff;
  padding: 28px 18px 40px;
  margin-top: 0;
}
.footer-contact-block {
  display: grid;
  gap: 10px;
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: 600;
}
.footer-contact-block a { color: #fff; }
.footer-subscribe { margin-bottom: 22px; }
.footer-sub-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 14px;
}
.sub-form input[type="email"] {
  width: 100%;
  min-height: 48px;
  border: 1px solid #444;
  border-radius: 6px;
  background: transparent;
  color: #fff;
  padding: 0 14px;
  font-size: 15px;
}
.sub-form input::placeholder { color: #888; }
.footer-acc {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  margin-top: -1px;
}
.footer-acc summary {
  list-style: none;
  padding: 16px 28px 16px 0;
  font-size: 17px;
  font-weight: 600;
  position: relative;
  cursor: pointer;
}
.footer-acc summary::-webkit-details-marker { display: none; }
.footer-acc summary::after {
  content: '+';
  position: absolute;
  right: 0; top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  font-weight: 400;
  color: #ccc;
}
.footer-acc[open] summary::after { content: '−'; }
.footer-acc ul { padding: 0 0 14px; }
.footer-acc a {
  display: block;
  padding: 8px 0;
  color: #aaa;
  font-size: 14px;
}
.footer-social {
  display: flex;
  gap: 14px;
  padding: 18px 0 10px;
  font-size: 16px;
  color: #ddd;
  flex-wrap: wrap;
}
.soc {
  width: 28px; height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: .9;
}
.footer-meta {
  font-size: 13px;
  color: #bbb;
  line-height: 1.5;
  padding-top: 6px;
}
.footer-meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 12px;
}
.currency-pill {
  border: 1px solid #444;
  border-radius: 4px;
  padding: 4px 10px;
  font-size: 12px;
  color: #ddd;
}
.trusted-badge {
  background: #fff;
  color: #1a9f5b;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 2px 8px rgba(0,0,0,.2);
}

/* FAB WhatsApp */
.fab-chat {
  position: fixed;
  right: max(10px, calc(50% - var(--max)/2 + 10px));
  bottom: calc(18px + env(safe-area-inset-bottom));
  z-index: 50;
  width: 56px; height: 56px;
  border-radius: 999px;
  background: #25D366;
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 8px 22px rgba(37,211,102,.45);
  padding: 0;
}
.fab-chat.fab-wa .fab-wa-icon { display: block; }
body.single-product .fab-chat {
  bottom: calc(22px + env(safe-area-inset-bottom));
}

/* ===== PDP ===== */
.pdp { background: #fff; padding-bottom: 24px; }
.pdp-gallery { background: #f7f7f7; }
.pdp-main-img {
  aspect-ratio: 1;
  background: #f3f3f3;
  overflow: hidden;
}
.pdp-main-img img { width: 100%; height: 100%; object-fit: contain; background: #f3f3f3; }
.pdp-thumbs {
  display: flex; gap: 8px; padding: 10px 12px;
  overflow-x: auto; background: #fff; border-bottom: 1px solid var(--line);
}
.pdp-thumb {
  flex: 0 0 64px; width: 64px; height: 64px;
  border-radius: 10px; overflow: hidden;
  border: 2px solid transparent; background: #f2f2f2; padding: 0;
}
.pdp-thumb.is-active { border-color: #111; }
.pdp-thumb img { width: 100%; height: 100%; object-fit: cover; }

.pdp-info { padding-top: 18px; display: grid; gap: 18px; padding-bottom: 8px; }
.pdp-rating { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #555; }
.stars-green { color: #00b67a; letter-spacing: 1px; }
.stars-green.big { font-size: 22px; }
.pdp-title {
  font-size: 26px; font-weight: 800; letter-spacing: -.02em; line-height: 1.15;
}
.pdp-price {
  display: block;
}
.pdp-price-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.pdp-price .price-sale,
.pdp-price-row .price-sale {
  font-size: 30px;
  color: #e53935;
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1;
}
.pdp-price .price-regular,
.pdp-price-row .price-regular {
  font-size: 17px;
  color: #b0b0b0;
  text-decoration: line-through;
  font-weight: 500;
}
.badge-off {
  background: #e53935;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  padding: 6px 11px;
  border-radius: 999px;
  letter-spacing: .02em;
}
.pdp-urgency {
  display: flex; gap: 8px; align-items: flex-start;
  font-size: 13px; color: #333; line-height: 1.45;
  font-weight: 600;
}
.urgency-fire { font-size: 16px; line-height: 1.2; }
.urgency-bar {
  margin-top: -4px;
}
.urgency-bar-track {
  height: 10px;
  background: #ececf3;
  border-radius: 999px;
  overflow: hidden;
  position: relative;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.06);
}
.urgency-bar-fill {
  height: 100%;
  width: 68%;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff4d4f 0%, #ff7a45 45%, #ffb347 100%);
  position: relative;
  transition: width .8s cubic-bezier(.22,.8,.24,1);
  box-shadow: 0 0 12px rgba(255,77,79,.35);
}
.urgency-bar-shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,.45) 50%, transparent 100%);
  transform: translateX(-100%);
  animation: urgencyShine 1.8s ease-in-out infinite;
}
@keyframes urgencyShine {
  0% { transform: translateX(-100%); }
  60%, 100% { transform: translateX(100%); }
}
.urgency-meta {
  margin-top: -6px;
  font-size: 12px;
  color: #e53935;
  font-weight: 700;
}

.var-group { margin-bottom: 4px; }
.var-label { font-size: 13px; font-weight: 700; margin-bottom: 8px; }
.var-options { display: flex; flex-wrap: wrap; gap: 8px; }
.var-opt {
  min-height: 36px; padding: 0 14px; border-radius: 999px;
  border: 1.5px solid #ddd; background: #fff; font-size: 12.5px; font-weight: 600;
}
.var-opt.is-active { border-color: #111; background: #111; color: #fff; }
.pdp-qty-row {
  display: flex; align-items: center; justify-content: space-between;
}
.qty-control {
  display: inline-flex; align-items: center;
  border: 1px solid #ddd; border-radius: 8px; overflow: hidden;
}
.qty-control .qty-btn { width: 34px; height: 34px; background: #fafafa; }
.qty-control input {
  width: 40px; text-align: center; border: 0; background: #fff;
  font-weight: 700; height: 34px; -moz-appearance: textfield;
}
.qty-control input::-webkit-outer-spin-button,
.qty-control input::-webkit-inner-spin-button { -webkit-appearance: none; }

.pdp-cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 4px;
}

/* Payment badges — compact single row (design), NOT large cards */
.pdp-pay-icons {
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
  justify-content: center;
  align-items: center;
  padding: 4px 0 2px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.pay-logo-img {
  flex: 0 0 auto;
  width: 36px !important;
  height: 24px !important;
  max-width: 36px !important;
  max-height: 24px !important;
  object-fit: contain;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  padding: 2px;
  display: block;
}
.cart-pay-icons {
  flex-wrap: nowrap;
  gap: 3px;
  overflow: hidden;
  padding-top: 8px;
}
.cart-pay-icons .pay-logo-img {
  width: 34px !important;
  height: 22px !important;
  max-width: 34px !important;
  max-height: 22px !important;
}

.pdp-trust-icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  padding: 10px 0 14px;
  text-align: center;
}
.pti {
  display: grid;
  justify-items: center;
  gap: 6px;
  min-width: 0;
}
.pti-img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.pti strong {
  display: block;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.25;
  color: #333;
  max-width: 100%;
  padding: 0 2px;
  /* allow wrap, don't clip mid-word awkwardly */
  overflow-wrap: break-word;
  hyphens: auto;
}

/* Trust proof */
.trust-proof { padding-top: 10px; padding-bottom: 10px; }
.proof-title {
  font-size: 22px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
  margin: 22px 0 14px;
  letter-spacing: -.02em;
  line-height: 1.2;
  text-align: center;
}
.proof-card p, .proof-note {
  text-align: center;
}
.proof-check, .genuine-head {
  text-align: center;
}
.proof-card {
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 14px;
  margin-bottom: 12px;
}
.proof-media .proof-img-btn {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 12px;
  border: 0;
  background: transparent;
  border-radius: 10px;
  overflow: hidden;
}
.proof-media .proof-img-btn img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
.proof-check, .genuine-head {
  color: #1a9f5b;
  font-weight: 800;
  font-size: 15px;
  margin-bottom: 8px;
}
.proof-note, .proof-card p { font-size: 13px; color: #444; line-height: 1.5; }
.genuine { background: #f3fff8; border-color: #cdeedc; }

/* Reviews */
.reviews-section {
  border-top: 8px solid #f5f5f5;
  padding: 20px 0 32px;
  background: #fff;
}
.reviews-heading {
  font-size: 24px; font-weight: 800; text-align: center; margin-bottom: 8px;
}
.reviews-score-block { text-align: center; margin-bottom: 16px; }
.score-line { margin-top: 4px; font-size: 14px; color: #444; }
.score-line strong { font-size: 18px; margin-right: 6px; }
.review-list { display: grid; gap: 14px; }
.review-card {
  border-top: 1px solid #eee;
  padding-top: 14px;
}
.review-top {
  display: flex; justify-content: space-between; align-items: flex-start;
  margin-bottom: 8px;
}
.review-name { font-weight: 800; font-size: 14px; }
.review-date { font-size: 11px; color: #999; letter-spacing: .04em; }
.review-text { font-size: 14px; line-height: 1.55; color: #333; }
.review-thumb {
  margin-top: 10px; width: 88px; height: 88px; border-radius: 8px;
  overflow: hidden; padding: 0; border: 0; background: #eee;
}
.review-thumb img { width: 100%; height: 100%; object-fit: cover; }
.review-helpful {
  display: flex; align-items: center; gap: 10px;
  margin-top: 12px; font-size: 12px; color: #888;
}
.help-btn { color: #666; font-size: 12px; padding: 4px 6px; }

/* ===== Cart page ===== */
.cart-page {
  padding: 12px 14px 40px;
  background: #fff;
  min-height: 60vh;
}
.cart-page-head {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 16px;
}
.cart-heading { font-size: 28px; font-weight: 800; letter-spacing: -.02em; }
.cart-count-pill {
  min-width: 26px; height: 26px; border-radius: 999px;
  background: #eee; color: #333; font-weight: 700;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 13px; padding: 0 8px;
}
.cart-empty-state {
  text-align: center; padding: 48px 16px; color: var(--muted);
  display: grid; gap: 14px; justify-items: center;
}
.cart-lines { display: grid; gap: 0; }
.cart-line {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid #eee;
}
.cart-line-img img {
  width: 88px; height: 88px; object-fit: cover; border-radius: 10px; background: #f2f2f2;
}
.cart-line-top {
  display: flex; justify-content: space-between; gap: 10px; align-items: flex-start;
}
.cart-line-name { font-weight: 700; font-size: 14px; line-height: 1.3; flex: 1; }
.cart-line-unit { text-align: right; white-space: nowrap; }
.cart-line-unit .now { font-weight: 800; font-size: 14px; }
.cart-line-unit .was {
  display: block; font-size: 12px; color: #aaa; text-decoration: line-through;
}
.cart-line-bottom {
  display: flex; align-items: center; justify-content: space-between;
  margin-top: 12px;
}
.cart-trash { font-size: 18px; opacity: .7; }
.payment-block { padding-top: 18px; }
.payment-block h2 { font-size: 20px; font-weight: 800; margin-bottom: 4px; }
.pay-secure { color: #888; font-size: 13px; margin-bottom: 14px; }
.warm-tips {
  border: 1px solid #e6e8f0;
  border-radius: 12px;
  overflow: hidden;
  background: #f7f8fc;
}
.warm-tips-head {
  background: #eef1fb;
  color: #3a3f63;
  font-weight: 700;
  padding: 12px 14px;
  border-bottom: 1px solid #e0e4f0;
}
.warm-tips-body { padding: 14px; font-size: 13px; color: #333; line-height: 1.55; }
.warm-tips-body p { margin: 0 0 12px; }
.warm-tips-body p:last-child { margin-bottom: 0; }
.cart-pay-icons { margin-top: 4px; }

/* Lightbox */
.lightbox {
  position: fixed; inset: 0; z-index: 100;
  background: rgba(0,0,0,.9);
  display: grid; place-items: center; padding: 20px;
}
.lightbox[hidden] { display: none !important; }
.lightbox img {
  max-width: min(100%, 520px); max-height: 82vh; object-fit: contain; border-radius: 4px;
}
.lightbox-close {
  position: absolute; top: 12px; right: 12px;
  width: 40px; height: 40px; border-radius: 999px;
  background: rgba(255,255,255,.12); color: #fff; font-size: 28px;
}

/* Archive */
.archive-page { background: #fff; min-height: 50vh; }
.archive-head { padding-top: 8px; }
.pagination-wrap { padding: 18px 0; display: flex; justify-content: center; }
.woocommerce-pagination ul { display: flex; gap: 6px; }
.woocommerce-pagination a,
.woocommerce-pagination span {
  display: inline-flex; min-width: 34px; height: 34px;
  align-items: center; justify-content: center;
  border-radius: 8px; background: #fff; border: 1px solid var(--line); font-weight: 600;
}
.woocommerce-pagination .current { background: #111; color: #fff; border-color: #111; }

.woocommerce-message, .woocommerce-info, .woocommerce-error {
  border-radius: 8px; padding: 12px 14px; margin: 10px 14px;
  background: #fff; border: 1px solid var(--line); list-style: none; font-size: 13px;
}

.site-main { min-height: 40vh; background: #fff; }
body.drawer-open { overflow: hidden; }

/* Woo qty on cart */
.cart-line .quantity {
  display: inline-flex; align-items: center;
  border: 1px solid #ddd; border-radius: 8px; overflow: hidden;
}
.cart-line .quantity input.qty {
  width: 40px; border: 0; text-align: center; font-weight: 700; height: 32px; background: #fff;
}


/* ===== Trustpilot stars (green box + white star) ===== */
.tp-stars {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  vertical-align: middle;
}
.tp-star {
  width: 18px;
  height: 18px;
  object-fit: contain;
  display: block;
  border-radius: 3px;
}
.tp-stars.big .tp-star { width: 22px; height: 22px; border-radius: 4px; }
.tp-stars.sm .tp-star { width: 14px; height: 14px; border-radius: 2px; }
.tp-stars-strip {
  display: block;
  width: 110px;
  height: auto;
}
.tp-stars.strip.big .tp-stars-strip { width: 140px; }
.tp-stars.strip { gap: 0; }
.pdp-rating { gap: 10px; align-items: center; }

/* ===== Discount promo (PDP) — dashed offer card ===== */
.discount-promo {
  position: relative;
  margin: 8px 0 4px;
  padding: 28px 16px 16px;
  background: #f7f9fc;
  border: 2px dashed #3d5a80;
  border-radius: 16px;
  box-shadow: none;
  color: #111;
  display: block;
  grid-template-columns: none;
  gap: 0;
  align-items: stretch;
}
.discount-promo-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #3d5a80;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  padding: 8px 14px;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(61,90,128,.25);
}
.discount-promo-badge-icon { font-size: 13px; line-height: 1; }
.discount-promo-body { text-align: center; }
.discount-promo-welcome {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 800;
  color: #111;
  letter-spacing: -.01em;
}
.discount-promo-offer {
  margin: 0 0 14px;
  font-size: 15px;
  color: #222;
  font-weight: 600;
  line-height: 1.35;
}
.discount-promo-amount {
  color: #2f4f75;
  font-weight: 900;
  font-size: 17px;
}
.discount-promo-codebar {
  display: flex;
  align-items: stretch;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: #eef1f5;
  border: 1px solid #e3e7ee;
}
.discount-promo .discount-code {
  flex: 1;
  min-width: 0;
  background: transparent;
  color: #111;
  border: 0;
  border-radius: 0;
  padding: 14px 12px;
  font-weight: 800;
  letter-spacing: .08em;
  font-size: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.discount-promo .btn-copy-code {
  flex: 0 0 auto;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 0;
  background: #111;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  white-space: nowrap;
}
.discount-promo .btn-copy-code.is-copied { background: #00b67a; }
.discount-promo-note {
  margin: 12px 0 0;
  font-size: 13px;
  color: #222;
  font-weight: 600;
}
@media (max-width: 360px) {
  .discount-promo { padding-left: 12px; padding-right: 12px; }
  .discount-promo .btn-copy-code { padding: 0 12px; font-size: 13px; }
}

/* ===== Cart timer ===== */
.cart-timer {
  display: flex;
  gap: 12px;
  align-items: center;
  background: #ffe9ee;
  border: 1px solid #ffc2d0;
  border-radius: 12px;
  padding: 12px 14px;
  margin-bottom: 14px;
  color: #b42318;
}
.cart-timer-icon {
  width: 36px; height: 36px;
  border-radius: 999px;
  background: #fff;
  color: #e11d48;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  box-shadow: 0 2px 8px rgba(225,29,72,.12);
}
.cart-timer-body p { margin: 0; font-size: 13.5px; color: #9f1239; font-weight: 600; }
.cart-timer-sub { font-size: 12px !important; font-weight: 500 !important; color: #be123c !important; opacity: .85; margin-top: 2px !important; }
.cart-timer-clock {
  font-weight: 900;
  color: #e11d48;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
  font-size: 15px;
  letter-spacing: .02em;
  white-space: nowrap;
}

/* ===== Coupon block ===== */
.coupon-block {
  margin-top: 16px;
  padding-top: 2px;
}
.coupon-row {
  display: flex;
  gap: 8px;
}
.coupon-input {
  flex: 1;
  min-height: 48px;
  border: 1px solid #d0d0d0;
  border-radius: 8px;
  padding: 0 14px;
  font-size: 15px;
  background: #fff;
  min-width: 0;
}
.coupon-input:focus {
  outline: 2px solid #5b4bff33;
  border-color: #5b4bff;
}
.btn-apply-coupon {
  min-height: 48px;
  padding: 0 18px;
  border-radius: 8px;
  background: #111;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}
.coupon-msg {
  margin-top: 8px;
  font-size: 13px;
  color: #1a9f5b;
}
.coupon-msg.is-error { color: #e53935; }
.coupon-applied {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
.coupon-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #eef1fb;
  color: #3a3f63;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 700;
}
.coupon-remove {
  width: 20px; height: 20px;
  border-radius: 999px;
  background: rgba(0,0,0,.08);
  font-size: 14px;
  line-height: 1;
  color: #555;
}

/* ===== Cart totals ===== */
.cart-totals {
  margin-top: 16px;
  border-top: 1px solid #eee;
  padding-top: 12px;
  display: grid;
  gap: 8px;
}
.totals-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #444;
}
.totals-row.is-zero { opacity: .55; }
.totals-row.totals-total {
  margin-top: 4px;
  padding-top: 10px;
  border-top: 1px dashed #e5e5e5;
  font-size: 16px;
  color: #111;
}
.totals-row.totals-total strong {
  font-size: 20px;
  font-weight: 800;
}

/* ===== Checkout page ===== */
.checkout-page {
  padding: 12px 14px 40px;
  background: #fff;
  min-height: 60vh;
}
.checkout-heading {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -.02em;
  margin-bottom: 4px;
}
.checkout-sub {
  color: #888;
  font-size: 13px;
  margin-bottom: 16px;
}
.checkout-summary h2,
.checkout-page .coupon-block h2 {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 10px;
}
.checkout-lines {
  display: grid;
  gap: 0;
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 8px;
}
.checkout-line {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border-bottom: 1px solid #f0f0f0;
  background: #fafafa;
}
.checkout-line:last-child { border-bottom: 0; }
.checkout-line-img {
  position: relative;
  width: 56px; height: 56px;
}
.checkout-line-img img {
  width: 56px; height: 56px;
  object-fit: cover;
  border-radius: 10px;
  background: #eee;
}
.checkout-qty-badge {
  position: absolute;
  top: -6px; right: -6px;
  min-width: 20px; height: 20px;
  border-radius: 999px;
  background: #555;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  padding: 0 5px;
}
.checkout-line-name {
  font-weight: 700;
  font-size: 13px;
  line-height: 1.3;
}
.checkout-line-price {
  font-weight: 800;
  font-size: 14px;
  white-space: nowrap;
}
.checkout-policies {
  margin-top: 18px;
  padding: 14px 0 8px;
  border-top: 1px solid #eee;
  font-size: 12px;
  color: #777;
  line-height: 1.55;
  text-align: center;
}
.checkout-policies a {
  color: #333;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.checkout-policies-note {
  margin-top: 8px;
  color: #999;
}

/* Hide footer social leftovers if any */
.footer-social { display: none !important; }

/* Logo size for longer brand name */
.logo-text {
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -.03em;
  white-space: nowrap;
}


/* Force PDP price chrome over Woo variation HTML leftovers */
.pdp-price .pdp-price-row { display:flex; align-items:center; gap:10px; flex-wrap:wrap; }
.pdp-price del, .pdp-price ins { text-decoration: none; background: none; }
.pdp-price .price-sale,
.pdp-price .price-sale .amount,
.pdp-price .price-sale .woocommerce-Price-amount {
  font-size: 30px !important;
  color: #e53935 !important;
  font-weight: 800 !important;
}
.pdp-price .price-regular,
.pdp-price .price-regular .amount,
.pdp-price .price-regular .woocommerce-Price-amount {
  font-size: 17px !important;
  color: #b0b0b0 !important;
  text-decoration: line-through !important;
  font-weight: 500 !important;
}
.pdp-price .badge-off {
  background: #e53935 !important;
  color: #fff !important;
}


/* ===== Cart drawer: timer + coupon + totals (rows 18/19) ===== */
.cart-drawer {
  width: min(92vw, 380px);
}
.cart-drawer-body {
  background: #fff;
}
.cart-timer--drawer {
  margin: 10px 12px 6px;
}
.cart-drawer-items {
  padding: 4px 12px 8px;
}
.cart-item-price {
  display: flex;
  gap: 8px;
  align-items: baseline;
  flex-wrap: wrap;
}
.cart-item-price .now {
  color: var(--sale);
  font-weight: 800;
  font-size: 14px;
}
.cart-item-price .was {
  color: #aaa;
  text-decoration: line-through;
  font-size: 12px;
}
.cart-drawer-footer {
  gap: 10px;
  padding-top: 10px;
}
.coupon-block--drawer {
  margin-top: 0;
}
.coupon-block--drawer .coupon-input {
  min-height: 42px;
  font-size: 14px;
}
.coupon-block--drawer .btn-apply-coupon {
  min-height: 42px;
  padding: 0 14px;
}
.cart-totals--drawer {
  margin-top: 4px;
  border-top: 1px solid #eee;
  padding-top: 10px;
}
.cart-drawer-footer .drawer-view-cart {
  border-radius: 999px;
  min-height: 46px;
  border: 1.5px solid #111;
  background: #fff;
  color: #111;
  font-weight: 700;
}
.cart-drawer-footer .drawer-checkout,
.cart-drawer-footer .btn-continue {
  margin: 0;
  min-height: 48px;
  font-size: 16px;
}
.cart-drawer-footer .cart-subtotal { display: none; } /* replaced by cart-totals */


/* Full cart qty one-line (acceptance row 6) */
.cart-page .cart-line-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
}
.cart-page .qty-control.cart-qty,
.cart-page .js-cart-page-qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  height: 34px;
}
.cart-page .js-cart-page-qty .qty-btn {
  width: 34px;
  height: 34px;
  background: #fafafa;
  font-size: 16px;
  line-height: 1;
}
.cart-page .js-cart-page-qty .qty-val {
  min-width: 34px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 34px;
}
.cart-page .cart-trash {
  border: 0;
  background: transparent;
  font-size: 18px;
  opacity: .7;
  padding: 4px 6px;
}
.cart-page .woocommerce-message,
.cart-page .woocommerce-info,
.cart-page .woocommerce-error {
  display: none !important; /* avoid noisy qty update notices */
}
.pay-secure.center { text-align: center; }
