/* Product details only; the shared header, catalogue and homepage are unchanged. */
.tea-product { background: #fffdf8; color: #253d31; font: 16px/1.75 Arial, Helvetica, sans-serif; }
.tea-product .product-container { width: min(1200px, calc(100% - 64px)); margin: 0 auto; padding: 28px 0 80px; }
.tea-product .product-back { display: inline-flex; align-items: center; min-height: 44px; margin-bottom: 28px; color: #294d38; font-weight: 600; text-decoration: underline; text-underline-offset: 4px; }
.tea-product .product-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 64px; align-items: start; }
.tea-product .product-image { overflow: hidden; border-radius: 4px; background: #f0eee4; }
.tea-product .product-image img { display: block; width: 100%; height: auto; margin: 0; }
.tea-product .product-information { min-width: 0; padding: 16px 0; }
.tea-product .product-eyebrow { margin: 0 0 16px; color: #5b705b; font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; }
.tea-product h1, .tea-product h2 { font-family: Georgia, 'Times New Roman', serif; color: #253d31; letter-spacing: -0.035em; }
.tea-product h1 { font-size: clamp(36px, 4vw, 52px); font-weight: 400; line-height: 1.15; margin: 0 0 20px; overflow-wrap: anywhere; }
.tea-product .product-price { font-size: 24px; font-weight: 600; margin: 0 0 12px; }
.tea-product .product-description { padding: 24px 0; border-top: 1px solid #dedfd3; }
.tea-product .product-description h2 { font-size: 25px; line-height: 1.3; margin: 0 0 14px; }
.tea-product .product-description p { white-space: pre-line; overflow-wrap: anywhere; color: #647064; margin: 0; }
.tea-product .product-purchase { margin: 12px 0 0; }
.tea-product .product-quantity-label { font-size: 16px; font-weight: 600; margin: 0 0 10px; }
.tea-product .product-purchase__controls { display: flex; align-items: stretch; gap: 16px; }
.tea-product .product-button { display: inline-flex; flex: 1; align-items: center; justify-content: center; min-height: 52px; height: auto; padding: 14px 24px; margin: 0; border: 1px solid #294d38; border-radius: 3px; background: #294d38; color: #fffdf8; font: 600 16px/1.4 Arial, Helvetica, sans-serif; letter-spacing: 0; text-transform: none; white-space: normal; cursor: pointer; }
.tea-product .product-button:hover { background: #193a27; border-color: #193a27; }
.tea-product a:focus-visible, .tea-product button:focus-visible, .tea-product input:focus-visible { outline: 3px solid #996d2c; outline-offset: 4px; }
.tea-product .product-sold-out { margin-top: 12px; padding: 20px; background: #edf0e7; border-radius: 4px; color: #52634e; }
.tea-product .product-sold-out p { margin: 0; }
@media (max-width: 1000px) {
    .tea-product .product-layout { gap: 32px; }
}
@media (max-width: 760px) {
    .tea-product .product-layout { grid-template-columns: 1fr; gap: 28px; }
    .tea-product .product-image { width: 100%; max-width: 520px; margin: 0 auto; }
}
@media (max-width: 640px) {
    .tea-product .product-container { width: calc(100% - 40px); padding-bottom: 48px; }
    .tea-product .product-information { padding: 0; }
}

.tea-product .product-attributes { display: flex; flex-wrap: wrap; gap: 16px 32px; margin: 0 0 24px; }
.tea-product .product-attributes dt { color: #61705d; font-size: 14px; }
.tea-product .product-attributes dd { margin: 2px 0 0; font-size: 17px; overflow-wrap: anywhere; }
.tea-product .product-details { margin-top: 48px; max-width: 900px; }
.tea-product .product-details:empty { display: none; }
.tea-product .product-details .product-description { padding: 28px 0; }
.tea-product .product-details .product-description p { color: #52634e; font-size: 17px; line-height: 1.85; }
