.lhs-wc-product {
  align-items: stretch;
  background: #f7f3ec;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  min-height: min(850px, calc(100vh - 120px));
}
.lhs-wc-product__media {
  align-items: center;
  background: linear-gradient(135deg, #e9dcc9, #f8f3ea);
  display: flex;
  justify-content: center;
  min-height: 540px;
  overflow: hidden;
  padding: clamp(32px, 7vw, 110px);
}
.lhs-wc-product__image { display: block; height: auto; max-height: 600px; max-width: 100%; object-fit: contain; width: auto; }
.lhs-wc-product__content { align-self: center; max-width: 620px; padding: clamp(40px, 7vw, 120px) clamp(28px, 6vw, 100px); }
.lhs-wc-product__kicker, .lhs-wc-product__routine span { color: #a86f2e; font-size: .74rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.lhs-wc-product h1 { color: #1d1714; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2.8rem, 5vw, 5.4rem); font-weight: 400; line-height: .98; margin: 18px 0 26px; }
.lhs-wc-product__description { color: #6b625d; font-size: 1.12rem; line-height: 1.7; max-width: 560px; }
.lhs-wc-product__price { color: #201714; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2rem, 3vw, 3.25rem); margin: 34px 0 26px; }
.lhs-wc-product__price .woocommerce-Price-currencySymbol { font-size: .55em; letter-spacing: .08em; margin-right: .25em; }
.lhs-wc-product .cart { align-items: center; display: flex; gap: 12px; }
.lhs-wc-product .cart input { background: #fffdf9; border: 1px solid #d3c2ae; border-radius: 999px; font-size: 1rem; min-height: 54px; padding: 0 16px; width: 76px; }
.lhs-wc-product__button { background: #18110d; border: 1px solid #18110d; border-radius: 999px; color: #f5d99f; cursor: pointer; font-size: .78rem; font-weight: 700; letter-spacing: .16em; min-height: 54px; padding: 0 32px; text-transform: uppercase; }
.lhs-wc-product__routine { border-left: 2px solid #bf873e; color: #6b625d; margin-top: 42px; padding: 4px 0 4px 20px; }
.lhs-wc-product__routine p { line-height: 1.6; margin: 9px 0 0; }
@media (max-width: 760px) {
  .lhs-wc-product { grid-template-columns: 1fr; min-height: 0; }
  .lhs-wc-product__media { min-height: 420px; padding: 52px; }
  .lhs-wc-product__content { padding: 54px 28px 70px; }
}
.lhs-wc-page { background: #f7f3ec; min-height: 70vh; padding: clamp(48px, 7vw, 110px) 24px; }
.lhs-wc-page__content { margin: 0 auto; max-width: 1180px; }
.lhs-wc-page__title { color: #1d1714; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2.6rem, 5vw, 4.8rem); font-weight: 400; margin: 0 0 36px; }
.lhs-wc-page .woocommerce, .lhs-wc-page .wc-block-cart, .lhs-wc-page .wc-block-checkout { max-width: 1180px; }
.lhs-wc-page .button, .lhs-wc-page button, .lhs-wc-page .wc-block-components-button { background: #18110d !important; border-radius: 999px !important; color: #f5d99f !important; letter-spacing: .1em; text-transform: uppercase; }
