:root {
  --po-ink: #171412;
  --po-muted: #6f6862;
  --po-cream: #f7f3ee;
  --po-gold: #b79052;
  --po-line: #e8e0d7;
}

.ct-header [data-row="top"] { display: none !important; }

.po-topbar {
  position: relative;
  z-index: 30;
  background: #000;
  color: #fff;
  font-size: 12px;
}

.po-topbar__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 18px;
  align-items: center;
  width: min(1540px, calc(100% - 40px));
  min-height: 39px;
  margin: 0 auto;
}

.po-topbar__contact { display: flex; gap: 18px; }
.po-topbar a { color: #fff; text-decoration: none; }
.po-topbar__inner > strong { letter-spacing: .03em; text-align: center; }
.po-topbar__inner > span { text-align: right; }

body.single-product .ct-sidebar {
  display: none !important;
}

body.single-product .ct-container[data-sidebar] {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
}

body.single-product .ct-container-full,
body.single-product .ct-container {
  max-width: 1280px;
}

body.single-product .product .summary.entry-summary {
  padding: clamp(12px, 3vw, 44px);
  background: #fff;
}

body.single-product .product_title {
  font-family: "Cormorant Garamond", Georgia, serif;
  color: var(--po-ink);
  font-size: clamp(30px, 3.1vw, 50px);
  line-height: 1.08;
  letter-spacing: -.03em;
}

body.single-product .price {
  display: flex;
  gap: 12px;
  align-items: baseline;
  margin: 18px 0 12px;
  font-size: 26px !important;
  color: var(--po-ink) !important;
}

body.single-product .price del { color: #9a938e; }
body.single-product .price ins { color: #b3261e; text-decoration: none; }
.po-pack-total-label {
  display: block;
  margin-top: 6px;
  color: var(--po-muted);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .02em;
}

.po-product-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  margin: 10px 0 20px;
  color: var(--po-muted);
  font-size: 14px;
}

.summary > .woocommerce-product-rating { display: none !important; }
.po-rating-row {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 10px;
  font-size: 13px;
}
.po-stars {
  position: relative;
  display: inline-block;
  color: #d8d2cc;
  letter-spacing: 2px;
}
.po-stars::after {
  position: absolute;
  inset: 0;
  width: var(--po-rating);
  overflow: hidden;
  color: #111;
  content: "★★★★★";
  white-space: nowrap;
}
.po-rating-count { color: var(--po-muted); }
.po-demo-label {
  display: inline-block;
  margin-left: 5px;
  padding: 1px 5px;
  border: 1px solid #dfd8d2;
  border-radius: 999px;
  color: #7b746e;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.po-product-activity {
  margin: 14px 0 18px;
  padding: 13px 0;
  border-top: 1px solid #ece8e4;
  border-bottom: 1px solid #ece8e4;
  color: #615b56;
  font-size: 13px;
  line-height: 1.85;
}
.po-product-activity strong { color: #332f2c; }
.po-activity-stock { color: #169447; }

.po-stock--yes { color: #217b4e; font-weight: 700; }
.po-stock--no { color: #a02d24; font-weight: 700; }

.po-field-label {
  margin-bottom: 10px;
  color: var(--po-ink);
  font-weight: 700;
}

.po-pack-selector { margin: 22px 0 16px; }
.po-pack-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }

.po-pack {
  min-height: 58px;
  padding: 9px 10px;
  border: 1px solid var(--po-line);
  border-radius: 5px;
  background: #fff;
  color: var(--po-ink);
  cursor: pointer;
  font-size: 13px;
  transition: .2s ease;
}

.po-pack strong {
  display: block;
  margin-top: 2px;
  color: #8d6326;
  font-size: 10px;
  letter-spacing: .05em;
}

.po-pack:hover,
.po-pack.is-active {
  border-color: var(--po-ink);
  box-shadow: inset 0 0 0 1px var(--po-ink);
}

.po-pack-note { margin: 8px 0 0; color: var(--po-muted); font-size: 12px; }

.po-offer-clock {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  margin: 18px 0;
  padding: 14px 16px;
  border: 1px solid #dec7a1;
  background: #fffaf1;
  color: var(--po-ink);
}

.po-offer-clock strong,
.po-offer-clock span { display: block; }
.po-offer-clock span { color: var(--po-muted); font-size: 12px; }
.po-clock-icon { font-size: 25px; }
.po-clock-value { font-weight: 800; font-variant-numeric: tabular-nums; white-space: nowrap; }

body.single-product form.cart {
  display: flex !important;
  gap: 10px;
  margin: 18px 0 10px !important;
}

body.single-product form.cart .single_add_to_cart_button,
.po-buy-now {
  min-height: 52px;
  border-radius: 2px !important;
  font-weight: 800 !important;
  letter-spacing: .04em;
  text-transform: uppercase;
}

body.single-product form.cart .single_add_to_cart_button {
  flex: 1;
  background: var(--po-ink) !important;
}

.po-buy-now {
  display: block !important;
  width: 100%;
  margin: 0 0 14px !important;
  padding: 15px 18px !important;
  border: 1px solid var(--po-ink) !important;
  background: #fff !important;
  color: var(--po-ink) !important;
  text-align: center;
}

.po-buy-now:hover { background: var(--po-ink) !important; color: #fff !important; }

.po-trust-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 12px 0 24px;
  padding: 14px 0;
  border-top: 1px solid var(--po-line);
  border-bottom: 1px solid var(--po-line);
  color: var(--po-muted);
  font-size: 12px;
  text-align: center;
}

body.single-product .woocommerce-tabs { margin-top: 70px; }
body.single-product .related.products { margin-top: 70px; }

.po-footer {
  margin-top: 80px;
  background: #171412;
  color: #e9e2dc;
}

.po-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 44px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 68px 0 54px;
}

.po-footer h3,
.po-footer h4 { margin: 0 0 17px; color: #fff; }
.po-footer h3 { font-size: 27px; }
.po-footer h4 { font-size: 14px; letter-spacing: .08em; text-transform: uppercase; }
.po-footer p { margin: 0; color: #bdb4ae; line-height: 1.8; }
.po-footer a { display: block; margin: 8px 0; color: #d7cec8; text-decoration: none; }
.po-footer a:hover { color: #fff; }
.po-footer__bottom { padding: 20px; border-top: 1px solid #302c29; color: #948b85; text-align: center; font-size: 13px; }

footer.ct-footer { display: none !important; }

@media (max-width: 760px) {
  .po-topbar__inner { display: flex; justify-content: center; min-height: 34px; }
  .po-topbar__contact,
  .po-topbar__inner > span { display: none; }
  .po-pack-options { grid-template-columns: 1fr; }
  .po-offer-clock { grid-template-columns: auto 1fr; }
  .po-clock-value { grid-column: 1 / -1; text-align: center; font-size: 19px; }
  .po-trust-points { grid-template-columns: 1fr; text-align: left; }
  .po-footer__grid { grid-template-columns: 1fr 1fr; gap: 34px 24px; padding: 48px 0 38px; }
}

@media (max-width: 480px) {
  .po-footer__grid { grid-template-columns: 1fr; }
  body.single-product .product_title { font-size: 30px; }
}
