/**
 * Tea Shop BD single product v3.
 * Every storefront rule is scoped to the product-only body class.
 */

body.tsbd-pdp-v3 {
    --tsbd-paper: #f7f5ef;
    --tsbd-surface: #ffffff;
    --tsbd-ink: #172019;
    --tsbd-muted: #667067;
    --tsbd-line: #d9ded7;
    --tsbd-green: #244c37;
    --tsbd-green-dark: #173526;
    --tsbd-maroon: #7d2638;
    --tsbd-focus: #b15828;
    --tsbd-container: 1240px;
    color: var(--tsbd-ink);
    background: var(--tsbd-paper);
}

body.tsbd-pdp-v3 .site-content,
body.tsbd-pdp-v3 #content {
    overflow: visible;
}

body.tsbd-pdp-v3 .site-main,
body.tsbd-pdp-v3 #primary,
body.tsbd-pdp-v3 div.product {
    max-width: none;
}

body.tsbd-pdp-v3 div.product {
    margin-bottom: 0;
}

body.tsbd-pdp-v3 .woocommerce-breadcrumb {
    width: min(calc(100% - 40px), var(--tsbd-container));
    margin: 20px auto 12px;
    color: var(--tsbd-muted);
    font-size: 13px;
    line-height: 1.6;
}

body.tsbd-pdp-v3 .woocommerce-breadcrumb a {
    color: var(--tsbd-green);
    text-decoration: none;
}

body.tsbd-pdp-v3 .tsbd-pdp-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 7fr) minmax(340px, 5fr);
    gap: clamp(36px, 5vw, 76px);
    width: min(calc(100% - 40px), var(--tsbd-container));
    margin: 0 auto;
    padding: 26px 0 72px;
    align-items: start;
}

body.tsbd-pdp-v3 .tsbd-pdp-hero::before,
body.tsbd-pdp-v3 .tsbd-pdp-hero::after {
    display: none;
}

body.tsbd-pdp-v3 div.product .woocommerce-product-gallery {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    background: var(--tsbd-surface);
    border: 1px solid var(--tsbd-line);
}

body.tsbd-pdp-v3 div.product .woocommerce-product-gallery__wrapper {
    margin: 0;
}

body.tsbd-pdp-v3 div.product .woocommerce-product-gallery__image {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #fff;
}

body.tsbd-pdp-v3 div.product .woocommerce-product-gallery__image a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

body.tsbd-pdp-v3 div.product .woocommerce-product-gallery__image img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    margin: 0;
    object-fit: contain;
}

body.tsbd-pdp-v3 div.product .flex-control-thumbs {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
    padding: 8px;
    margin: 0 !important;
    border-top: 1px solid var(--tsbd-line);
}

body.tsbd-pdp-v3 div.product .flex-control-thumbs li {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    aspect-ratio: 1 / 1;
    border: 1px solid transparent;
    overflow: hidden;
}

body.tsbd-pdp-v3 div.product .flex-control-thumbs li:has(img.flex-active) {
    border-color: var(--tsbd-green);
}

body.tsbd-pdp-v3 div.product .flex-control-thumbs img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #fff;
}

body.tsbd-pdp-v3 div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute !important;
    z-index: 9 !important;
    top: 14px;
    right: 14px;
    bottom: auto !important;
    left: auto !important;
    display: flex !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    max-width: 42px !important;
    max-height: 42px !important;
    padding: 0 !important;
    border: 1px solid var(--tsbd-line);
    border-radius: 50% !important;
    background: #fff !important;
    transform: none !important;
    align-items: center;
    justify-content: center;
}

body.tsbd-pdp-v3 div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger::before,
body.tsbd-pdp-v3 div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger::after {
    box-sizing: border-box !important;
    max-width: 16px !important;
    max-height: 16px !important;
    transform: none;
}

body.tsbd-pdp-v3 div.product .tsbd-pdp-hero > span.onsale {
    position: absolute;
    z-index: 2;
    inset: 14px auto auto 14px !important;
    display: inline-flex !important;
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: 90px !important;
    max-height: 34px !important;
    aspect-ratio: auto !important;
    margin: 0 !important;
    padding: 8px 11px !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 2px !important;
    background: var(--tsbd-maroon) !important;
    box-shadow: none !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-indent: 0 !important;
    text-transform: uppercase !important;
    transform: none !important;
    align-items: center !important;
    justify-content: center !important;
}

body.tsbd-pdp-v3 div.product .tsbd-pdp-hero > span.onsale::before,
body.tsbd-pdp-v3 div.product .tsbd-pdp-hero > span.onsale::after {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    content: none !important;
}

body.tsbd-pdp-v3 div.product .summary {
    position: static;
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding-top: 8px;
}

@media (min-width: 1025px) and (min-height: 720px) {
    body.tsbd-pdp-v3 div.product .summary {
        position: sticky;
        top: 28px;
    }
}

body.tsbd-pdp-v3 .tsbd-pdp-eyebrow {
    margin: 0 0 12px;
    color: var(--tsbd-maroon);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: uppercase;
}

body.tsbd-pdp-v3 div.product .product_title {
    margin: 0 0 18px;
    color: var(--tsbd-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(36px, 4vw, 60px);
    font-weight: 500;
    line-height: 1.04;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

body.tsbd-pdp-v3 div.product .woocommerce-product-rating {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 0 0 16px;
}

body.tsbd-pdp-v3 div.product .woocommerce-review-link {
    color: var(--tsbd-muted);
    font-size: 14px;
}

body.tsbd-pdp-v3 div.product .summary > .price {
    margin: 0 0 20px;
    color: var(--tsbd-green-dark);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
}

body.tsbd-pdp-v3 div.product .price del {
    color: var(--tsbd-muted);
    opacity: .8;
    font-size: .72em;
}

body.tsbd-pdp-v3 div.product .price ins {
    color: var(--tsbd-maroon);
    text-decoration: none;
}

body.tsbd-pdp-v3 div.product .woocommerce-product-details__short-description {
    margin: 0 0 26px;
    color: #3c473e;
    font-size: 16px;
    line-height: 1.75;
}

body.tsbd-pdp-v3 div.product .woocommerce-product-details__short-description > :last-child {
    margin-bottom: 0;
}

body.tsbd-pdp-v3 div.product form.cart {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 24px;
    padding: 22px 0;
    border-top: 1px solid var(--tsbd-line);
    border-bottom: 1px solid var(--tsbd-line);
}

body.tsbd-pdp-v3 div.product form.cart .variations,
body.tsbd-pdp-v3 div.product form.cart .single_variation_wrap,
body.tsbd-pdp-v3 div.product form.cart .woocommerce-variation,
body.tsbd-pdp-v3 div.product form.cart .woocommerce-variation-add-to-cart {
    width: 100%;
}

body.tsbd-pdp-v3 div.product form.cart .variations {
    margin: 0 0 8px;
    border: 0;
}

body.tsbd-pdp-v3 div.product form.cart .variations tr,
body.tsbd-pdp-v3 div.product form.cart .variations th,
body.tsbd-pdp-v3 div.product form.cart .variations td {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    text-align: left;
}

body.tsbd-pdp-v3 div.product form.cart .variations th {
    margin-bottom: 7px;
}

body.tsbd-pdp-v3 div.product form.cart .variations label {
    color: var(--tsbd-ink);
    font-size: 13px;
    font-weight: 700;
}

body.tsbd-pdp-v3 div.product form.cart select {
    width: 100%;
    min-height: 48px;
    margin: 0 0 12px;
    padding: 0 38px 0 13px;
    border: 1px solid #abb4ab;
    border-radius: 2px;
    background-color: #fff;
    color: var(--tsbd-ink);
}

body.tsbd-pdp-v3 div.product form.cart .reset_variations {
    display: inline-block;
    margin: -4px 0 8px;
    color: var(--tsbd-maroon);
    font-size: 13px;
}

body.tsbd-pdp-v3 div.product .woocommerce-variation-description {
    color: var(--tsbd-muted);
    font-size: 14px;
    line-height: 1.6;
}

body.tsbd-pdp-v3 div.product .woocommerce-variation-price {
    margin-bottom: 14px;
    color: var(--tsbd-green-dark);
    font-size: 20px;
    font-weight: 700;
}

body.tsbd-pdp-v3 div.product form.cart .quantity {
    float: none;
    margin: 0 !important;
}

body.tsbd-pdp-v3 div.product form.cart .qty {
    width: 70px;
    min-height: 50px;
    border: 1px solid #abb4ab;
    border-radius: 2px;
}

body.tsbd-pdp-v3 div.product form.cart .single_add_to_cart_button,
body.tsbd-pdp-v3 div.product form.cart .tsbd-pdp-buy-now {
    flex: 1 1 150px;
    min-height: 50px;
    margin: 0 !important;
    padding: 12px 18px !important;
    border: 1px solid var(--tsbd-green) !important;
    border-radius: 2px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    text-align: center;
}

body.tsbd-pdp-v3 div.product form.cart .single_add_to_cart_button {
    background: var(--tsbd-green) !important;
    color: #fff !important;
}

body.tsbd-pdp-v3 div.product form.cart .single_add_to_cart_button:hover {
    background: var(--tsbd-green-dark) !important;
}

body.tsbd-pdp-v3 div.product form.cart .tsbd-pdp-buy-now {
    background: transparent !important;
    color: var(--tsbd-green) !important;
}

body.tsbd-pdp-v3 div.product form.cart .tsbd-pdp-buy-now:hover {
    background: var(--tsbd-green) !important;
    color: #fff !important;
}

body.tsbd-pdp-v3 .tsbd-pdp-option-message {
    flex-basis: 100%;
    margin: 0;
    color: #8e2d2d;
    font-size: 13px;
    font-weight: 600;
}

body.tsbd-pdp-v3 div.product .product_meta {
    color: var(--tsbd-muted);
    font-size: 13px;
    line-height: 1.8;
}

body.tsbd-pdp-v3 div.product .product_meta > span {
    display: block;
}

body.tsbd-pdp-v3 div.product .product_meta a {
    color: var(--tsbd-green);
}

body.tsbd-pdp-v3 .tsbd-pdp-section {
    clear: both;
    margin: 0;
    padding: clamp(62px, 8vw, 104px) 0;
    border-top: 1px solid var(--tsbd-line);
    background: var(--tsbd-surface);
}

body.tsbd-pdp-v3 .tsbd-pdp-section:nth-of-type(even) {
    background: var(--tsbd-paper);
}

body.tsbd-pdp-v3 .tsbd-pdp-container {
    width: min(calc(100% - 40px), var(--tsbd-container));
    margin: 0 auto;
}

body.tsbd-pdp-v3 .tsbd-pdp-reading-width {
    max-width: 920px;
}

body.tsbd-pdp-v3 .tsbd-pdp-section-heading {
    max-width: 740px;
    margin-bottom: 38px;
}

body.tsbd-pdp-v3 .tsbd-pdp-section h2 {
    margin: 0;
    color: var(--tsbd-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

body.tsbd-pdp-v3 .tsbd-pdp-section h3 {
    margin: 0 0 12px;
    color: var(--tsbd-ink);
    font-size: 20px;
    line-height: 1.35;
}

body.tsbd-pdp-v3 .tsbd-pdp-lead {
    margin: 22px 0 0;
    color: #465047;
    font-size: 17px;
    line-height: 1.8;
}

body.tsbd-pdp-v3 .tsbd-pdp-overview-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0;
    border-top: 1px solid var(--tsbd-line);
    border-bottom: 1px solid var(--tsbd-line);
}

body.tsbd-pdp-v3 .tsbd-pdp-overview-grid > div {
    min-width: 0;
    padding: 25px 22px;
    border-right: 1px solid var(--tsbd-line);
}

body.tsbd-pdp-v3 .tsbd-pdp-overview-grid > div:first-child {
    padding-left: 0;
}

body.tsbd-pdp-v3 .tsbd-pdp-overview-grid > div:last-child {
    border-right: 0;
}

body.tsbd-pdp-v3 .tsbd-pdp-overview-grid dt,
body.tsbd-pdp-v3 .tsbd-pdp-spec-list dt,
body.tsbd-pdp-v3 .tsbd-pdp-brewing-grid dt {
    margin-bottom: 7px;
    color: var(--tsbd-muted);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
}

body.tsbd-pdp-v3 .tsbd-pdp-overview-grid dd,
body.tsbd-pdp-v3 .tsbd-pdp-spec-list dd,
body.tsbd-pdp-v3 .tsbd-pdp-brewing-grid dd {
    margin: 0;
    color: var(--tsbd-ink);
    font-size: 16px;
    line-height: 1.55;
    overflow-wrap: anywhere;
}

body.tsbd-pdp-v3 .tsbd-pdp-description-content {
    color: #303a32;
    font-size: 17px;
    line-height: 1.85;
}

body.tsbd-pdp-v3 .tsbd-pdp-description-content > :first-child {
    margin-top: 0;
}

body.tsbd-pdp-v3 .tsbd-pdp-description-content > :last-child {
    margin-bottom: 0;
}

body.tsbd-pdp-v3 .tsbd-pdp-description-content h2,
body.tsbd-pdp-v3 .tsbd-pdp-description-content h3,
body.tsbd-pdp-v3 .tsbd-pdp-description-content h4 {
    margin-top: 1.65em;
    margin-bottom: .6em;
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.25;
}

body.tsbd-pdp-v3 .tsbd-pdp-description-content h2 {
    font-size: clamp(27px, 3vw, 38px);
}

body.tsbd-pdp-v3 .tsbd-pdp-description-content h3 {
    font-size: 25px;
}

body.tsbd-pdp-v3 .tsbd-pdp-description-content h4 {
    font-size: 20px;
}

body.tsbd-pdp-v3 .tsbd-pdp-description-content p,
body.tsbd-pdp-v3 .tsbd-pdp-description-content ul,
body.tsbd-pdp-v3 .tsbd-pdp-description-content ol,
body.tsbd-pdp-v3 .tsbd-pdp-description-content blockquote,
body.tsbd-pdp-v3 .tsbd-pdp-description-content figure,
body.tsbd-pdp-v3 .tsbd-pdp-description-content table {
    margin-top: 0;
    margin-bottom: 1.35em;
}

body.tsbd-pdp-v3 .tsbd-pdp-description-content img,
body.tsbd-pdp-v3 .tsbd-pdp-description-content video,
body.tsbd-pdp-v3 .tsbd-pdp-description-content iframe {
    max-width: 100%;
}

body.tsbd-pdp-v3 .tsbd-pdp-description-content img {
    height: auto;
}

body.tsbd-pdp-v3 .tsbd-pdp-description-content figure {
    max-width: 100%;
}

body.tsbd-pdp-v3 .tsbd-pdp-description-content table {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    border-collapse: collapse;
}

body.tsbd-pdp-v3 .tsbd-pdp-description-content th,
body.tsbd-pdp-v3 .tsbd-pdp-description-content td {
    min-width: 120px;
    padding: 11px 13px;
    border: 1px solid var(--tsbd-line);
    text-align: left;
}

body.tsbd-pdp-v3 .tsbd-pdp-two-column {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, .9fr);
    gap: clamp(44px, 8vw, 112px);
    align-items: start;
}

body.tsbd-pdp-v3 .tsbd-pdp-spec-list {
    margin: 0;
    border-top: 1px solid var(--tsbd-line);
}

body.tsbd-pdp-v3 .tsbd-pdp-spec-list > div {
    display: grid;
    grid-template-columns: minmax(120px, .7fr) minmax(0, 1.3fr);
    gap: 20px;
    padding: 17px 0;
    border-bottom: 1px solid var(--tsbd-line);
}

body.tsbd-pdp-v3 .tsbd-pdp-flavor-notes {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 26px 0;
    padding: 0;
    list-style: none;
}

body.tsbd-pdp-v3 .tsbd-pdp-flavor-notes li {
    padding: 8px 12px;
    border: 1px solid #aab7ab;
    border-radius: 2px;
    background: transparent;
    color: var(--tsbd-green-dark);
    font-size: 13px;
    font-weight: 700;
}

body.tsbd-pdp-v3 .tsbd-pdp-score-list {
    display: grid;
    gap: 19px;
}

body.tsbd-pdp-v3 .tsbd-pdp-score {
    display: grid;
    grid-template-columns: 90px minmax(80px, 1fr) 44px;
    gap: 13px;
    align-items: center;
    font-size: 13px;
}

body.tsbd-pdp-v3 .tsbd-pdp-score-track {
    position: relative;
    height: 6px;
    overflow: hidden;
    background: #dce2dc;
}

body.tsbd-pdp-v3 .tsbd-pdp-score-track > span {
    display: block;
    height: 100%;
    background: var(--tsbd-green);
}

body.tsbd-pdp-v3 .tsbd-pdp-brewing-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0;
    border: 1px solid var(--tsbd-line);
}

body.tsbd-pdp-v3 .tsbd-pdp-brewing-grid > div {
    min-width: 0;
    padding: 24px;
    border-right: 1px solid var(--tsbd-line);
}

body.tsbd-pdp-v3 .tsbd-pdp-brewing-grid > div:last-child {
    border-right: 0;
}

body.tsbd-pdp-v3 .tsbd-pdp-brewing-notes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    margin-top: 32px;
}

body.tsbd-pdp-v3 .tsbd-pdp-brewing-notes > div {
    padding-left: 18px;
    border-left: 3px solid var(--tsbd-maroon);
}

body.tsbd-pdp-v3 .tsbd-pdp-brewing-notes p {
    margin: 0;
    color: #465047;
    line-height: 1.7;
}

body.tsbd-pdp-v3 .tsbd-pdp-native-attributes h3 {
    margin-bottom: 18px;
}

body.tsbd-pdp-v3 .tsbd-pdp-native-attributes table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
}

body.tsbd-pdp-v3 .tsbd-pdp-native-attributes th,
body.tsbd-pdp-v3 .tsbd-pdp-native-attributes td {
    padding: 14px 0;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: var(--tsbd-line);
    text-align: left;
    vertical-align: top;
}

body.tsbd-pdp-v3 .tsbd-pdp-native-attributes th {
    width: 42%;
    padding-right: 20px;
    color: var(--tsbd-muted);
    font-size: 13px;
}

body.tsbd-pdp-v3 .tsbd-pdp-native-attributes p {
    margin: 0;
}

body.tsbd-pdp-v3 .tsbd-pdp-faq-list {
    border-top: 1px solid var(--tsbd-line);
}

body.tsbd-pdp-v3 .tsbd-pdp-faq-list details {
    border-bottom: 1px solid var(--tsbd-line);
}

body.tsbd-pdp-v3 .tsbd-pdp-faq-list summary {
    position: relative;
    padding: 21px 42px 21px 0;
    color: var(--tsbd-ink);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5;
    cursor: pointer;
}

body.tsbd-pdp-v3 .tsbd-pdp-faq-list summary::after {
    position: absolute;
    top: 20px;
    right: 4px;
    content: "+";
    color: var(--tsbd-green);
    font-size: 24px;
    font-weight: 400;
}

body.tsbd-pdp-v3 .tsbd-pdp-faq-list details[open] summary::after {
    content: "-";
}

body.tsbd-pdp-v3 .tsbd-pdp-faq-list details p {
    margin: -4px 0 22px;
    color: #465047;
    line-height: 1.75;
}

body.tsbd-pdp-v3 .tsbd-pdp-reviews #reviews {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
    gap: clamp(40px, 7vw, 88px);
}

body.tsbd-pdp-v3 .tsbd-pdp-reviews #comments,
body.tsbd-pdp-v3 .tsbd-pdp-reviews #review_form_wrapper {
    float: none;
    width: auto;
}

body.tsbd-pdp-v3 .tsbd-pdp-reviews #comments h2,
body.tsbd-pdp-v3 .tsbd-pdp-reviews #reply-title {
    display: block;
    margin: 0 0 26px;
    color: var(--tsbd-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
}

body.tsbd-pdp-v3 .tsbd-pdp-reviews .commentlist {
    margin: 0;
    padding: 0;
}

body.tsbd-pdp-v3 .tsbd-pdp-reviews .commentlist li .comment_container {
    padding: 0 0 25px;
    border-bottom: 1px solid var(--tsbd-line);
}

body.tsbd-pdp-v3 .tsbd-pdp-reviews .comment-text {
    margin-left: 76px !important;
    padding: 0 !important;
    border: 0 !important;
}

body.tsbd-pdp-v3 .tsbd-pdp-reviews #review_form {
    padding: 24px;
    border: 1px solid var(--tsbd-line);
    border-radius: 2px;
    background: var(--tsbd-paper);
}

body.tsbd-pdp-v3 .tsbd-pdp-reviews input[type="text"],
body.tsbd-pdp-v3 .tsbd-pdp-reviews input[type="email"],
body.tsbd-pdp-v3 .tsbd-pdp-reviews textarea {
    width: 100%;
    border: 1px solid #abb4ab;
    border-radius: 2px;
    background: #fff;
}

body.tsbd-pdp-v3 .tsbd-pdp-reviews .form-submit input {
    min-height: 46px;
    border-radius: 2px;
    background: var(--tsbd-green) !important;
    color: #fff !important;
}

body.tsbd-pdp-v3 div.product .related.products {
    clear: both;
    width: min(calc(100% - 40px), var(--tsbd-container));
    margin: 0 auto;
    padding: clamp(62px, 8vw, 104px) 0;
}

body.tsbd-pdp-v3 div.product .related.products > h2 {
    margin: 0 0 34px;
    color: var(--tsbd-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(30px, 4vw, 46px);
    font-weight: 500;
    line-height: 1.15;
}

body.tsbd-pdp-v3 div.product .related.products ul.products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

body.tsbd-pdp-v3 div.product .related.products ul.products::before,
body.tsbd-pdp-v3 div.product .related.products ul.products::after {
    display: none;
}

body.tsbd-pdp-v3 div.product .related.products ul.products li.product {
    float: none;
    width: auto;
    min-width: 0;
    margin: 0;
}

body.tsbd-pdp-v3 div.product .related.products ul.products li.product img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    background: #fff;
}

body.tsbd-pdp-v3 div.product .related.products .woocommerce-loop-product__title {
    color: var(--tsbd-ink);
    font-size: 16px;
    line-height: 1.4;
    overflow-wrap: anywhere;
}

body.tsbd-pdp-v3 div.product .related.products .button {
    border-radius: 2px;
}

body.tsbd-pdp-v3 .tsbd-pdp-mobile-buy {
    display: none;
}

body.tsbd-pdp-v3 a:focus-visible,
body.tsbd-pdp-v3 button:focus-visible,
body.tsbd-pdp-v3 input:focus-visible,
body.tsbd-pdp-v3 select:focus-visible,
body.tsbd-pdp-v3 textarea:focus-visible,
body.tsbd-pdp-v3 summary:focus-visible {
    outline: 3px solid var(--tsbd-focus) !important;
    outline-offset: 3px;
}

@media (max-width: 1024px) {
    body.tsbd-pdp-v3 .tsbd-pdp-hero {
        grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
        gap: 34px;
    }

    body.tsbd-pdp-v3 .tsbd-pdp-overview-grid,
    body.tsbd-pdp-v3 .tsbd-pdp-brewing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.tsbd-pdp-v3 .tsbd-pdp-overview-grid > div:nth-child(2),
    body.tsbd-pdp-v3 .tsbd-pdp-brewing-grid > div:nth-child(2) {
        border-right: 0;
    }

    body.tsbd-pdp-v3 .tsbd-pdp-overview-grid > div:nth-child(-n+2),
    body.tsbd-pdp-v3 .tsbd-pdp-brewing-grid > div:nth-child(-n+2) {
        border-bottom: 1px solid var(--tsbd-line);
    }

    body.tsbd-pdp-v3 .tsbd-pdp-overview-grid > div:first-child {
        padding-left: 22px;
    }

    body.tsbd-pdp-v3 .tsbd-pdp-two-column {
        gap: 50px;
    }

    body.tsbd-pdp-v3 div.product .related.products ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    body.tsbd-pdp-v3 {
        padding-bottom: 86px;
    }

    body.tsbd-pdp-v3 .woocommerce-breadcrumb,
    body.tsbd-pdp-v3 .tsbd-pdp-hero,
    body.tsbd-pdp-v3 .tsbd-pdp-container,
    body.tsbd-pdp-v3 div.product .related.products {
        width: min(calc(100% - 28px), var(--tsbd-container));
    }

    body.tsbd-pdp-v3 .woocommerce-breadcrumb {
        margin-top: 12px;
    }

    body.tsbd-pdp-v3 .tsbd-pdp-hero {
        grid-template-columns: minmax(0, 1fr);
        gap: 28px;
        padding: 12px 0 52px;
    }

    body.tsbd-pdp-v3 div.product .summary {
        position: static;
        padding-top: 0;
    }

    body.tsbd-pdp-v3 div.product .product_title {
        font-size: 38px;
    }

    body.tsbd-pdp-v3 div.product form.cart .quantity {
        flex: 0 0 70px;
    }

    body.tsbd-pdp-v3 div.product form.cart .single_add_to_cart_button,
    body.tsbd-pdp-v3 div.product form.cart .tsbd-pdp-buy-now {
        min-width: 0;
    }

    body.tsbd-pdp-v3 .tsbd-pdp-section {
        padding: 58px 0;
    }

    body.tsbd-pdp-v3 .tsbd-pdp-section-heading {
        margin-bottom: 28px;
    }

    body.tsbd-pdp-v3 .tsbd-pdp-overview-grid,
    body.tsbd-pdp-v3 .tsbd-pdp-brewing-grid,
    body.tsbd-pdp-v3 .tsbd-pdp-two-column,
    body.tsbd-pdp-v3 .tsbd-pdp-brewing-notes,
    body.tsbd-pdp-v3 .tsbd-pdp-reviews #reviews {
        grid-template-columns: minmax(0, 1fr);
    }

    body.tsbd-pdp-v3 .tsbd-pdp-overview-grid > div,
    body.tsbd-pdp-v3 .tsbd-pdp-brewing-grid > div {
        padding: 18px 0;
        border-right: 0;
        border-bottom: 1px solid var(--tsbd-line);
    }

    body.tsbd-pdp-v3 .tsbd-pdp-overview-grid > div:first-child {
        padding-left: 0;
    }

    body.tsbd-pdp-v3 .tsbd-pdp-overview-grid > div:last-child,
    body.tsbd-pdp-v3 .tsbd-pdp-brewing-grid > div:last-child {
        border-bottom: 0;
    }

    body.tsbd-pdp-v3 .tsbd-pdp-two-column {
        gap: 36px;
    }

    body.tsbd-pdp-v3 .tsbd-pdp-spec-list > div {
        grid-template-columns: minmax(105px, .7fr) minmax(0, 1.3fr);
        gap: 13px;
    }

    body.tsbd-pdp-v3 .tsbd-pdp-score {
        grid-template-columns: 82px minmax(70px, 1fr) 40px;
        gap: 9px;
    }

    body.tsbd-pdp-v3 .tsbd-pdp-reviews #review_form {
        padding: 18px;
    }

    body.tsbd-pdp-v3 div.product .related.products ul.products {
        gap: 14px;
    }

    body.tsbd-pdp-v3 .tsbd-pdp-mobile-buy:not([hidden]) {
        position: fixed;
        z-index: 9998;
        right: 0;
        bottom: 0;
        left: 0;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(110px, auto);
        gap: 12px;
        align-items: center;
        padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
        border-top: 1px solid var(--tsbd-line);
        background: rgba(255, 255, 255, .97);
        box-shadow: 0 -8px 28px rgba(23, 32, 25, .12);
    }

    body.tsbd-pdp-v3 .tsbd-pdp-mobile-buy__details {
        min-width: 0;
    }

    body.tsbd-pdp-v3 .tsbd-pdp-mobile-buy__details strong {
        display: block;
        overflow: hidden;
        color: var(--tsbd-ink);
        font-size: 12px;
        line-height: 1.3;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    body.tsbd-pdp-v3 .tsbd-pdp-mobile-buy__details > span {
        display: block;
        margin-top: 3px;
        color: var(--tsbd-green-dark);
        font-size: 13px;
        font-weight: 700;
        line-height: 1.3;
    }

    body.tsbd-pdp-v3 .tsbd-pdp-mobile-buy__details .price {
        margin: 0;
    }

    body.tsbd-pdp-v3 .tsbd-pdp-mobile-buy__button {
        min-height: 46px;
        padding: 10px 17px;
        border: 1px solid var(--tsbd-green);
        border-radius: 2px;
        background: var(--tsbd-green);
        color: #fff;
        font-size: 13px;
        font-weight: 700;
    }
}

/* =========================================================
 * Product revision v4.2
 * ======================================================= */

body.tsbd-pdp-v3 .tsbd-pdp-origin-map {
    margin-top: 52px;
}

body.tsbd-pdp-v3 .tsbd-pdp-origin-map section.tsbd-origin {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

body.tsbd-pdp-v3 .tsbd-pdp-origin-map .tsbd-origin__inner {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.tsbd-pdp-v3 .tsbd-pdp-origin-map .tsbd-origin__head,
body.tsbd-pdp-v3 .tsbd-pdp-origin-map .tsbd-origin__foot {
    display: none !important;
}

body.tsbd-pdp-v3 .tsbd-pdp-origin-map .tsbd-origin__layout {
    margin: 0 !important;
}

body.tsbd-pdp-v3 .tsbd-pdp-origin-map .tsbd-origin__map-panel {
    border-color: var(--tsbd-line) !important;
    background: #fff !important;
    box-shadow: none !important;
}

body.tsbd-pdp-v3 .tsbd-pdp-brewing-notes h3 {
    display: flex;
    gap: 10px;
    align-items: center;
}

body.tsbd-pdp-v3 .tsbd-pdp-brew-icon {
    display: inline-flex;
    width: 34px;
    height: 34px;
    border: 1px solid var(--tsbd-line);
    border-radius: 50%;
    background: #fff;
    color: var(--tsbd-maroon);
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-style: normal;
    line-height: 1;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
}

body.tsbd-pdp-v3 .tsbd-pdp-brew-icon--cold {
    color: #3f7186;
}

body.tsbd-pdp-v3 .tsbd-pdp-shipping-row {
    padding-left: 13px !important;
    border-left: 3px solid var(--tsbd-green);
}

body.tsbd-pdp-v3 .tsbd-pdp-sku-list {
    margin-top: 28px;
}

body.tsbd-pdp-v3 .tsbd-pdp-sku-list h3 {
    margin-bottom: 13px;
}

body.tsbd-pdp-v3 .tsbd-pdp-sku-list dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 0;
}

body.tsbd-pdp-v3 .tsbd-pdp-sku-list dl > div {
    min-width: 0;
    padding: 11px 12px;
    border: 1px solid var(--tsbd-line);
    background: #fff;
}

body.tsbd-pdp-v3 .tsbd-pdp-sku-list dt,
body.tsbd-pdp-v3 .tsbd-pdp-sku-list dd {
    margin: 0;
    overflow-wrap: anywhere;
}

body.tsbd-pdp-v3 .tsbd-pdp-sku-list dt {
    margin-bottom: 4px;
    color: var(--tsbd-muted);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

body.tsbd-pdp-v3 .tsbd-pdp-sku-list dd {
    color: var(--tsbd-ink);
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 12px;
}

body.tsbd-pdp-v3 .tsbd-pdp-size-dropdown {
    display: grid;
    grid-template-columns: auto minmax(220px, 360px);
    gap: 14px;
    width: fit-content;
    margin: -10px auto 28px;
    color: var(--tsbd-ink);
    font-size: 13px;
    font-weight: 700;
    align-items: center;
}

body.tsbd-pdp-v3 .tsbd-pdp-size-dropdown select {
    width: 100%;
    min-height: 44px;
    padding: 0 38px 0 12px;
    border: 1px solid var(--tsbd-line);
    border-radius: 2px;
    background: #fff;
    color: var(--tsbd-ink);
}

body.tsbd-pdp-v3 .tsbd-pdp-size-grid {
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 13px;
}

body.tsbd-pdp-v3 .tsbd-pdp-size-card {
    min-height: 228px;
    padding: 19px 17px 16px;
    box-shadow: 0 7px 18px rgba(55, 31, 23, .04);
}

body.tsbd-pdp-v3 .tsbd-pdp-size-card__saving {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 5px 7px;
    border-radius: 2px;
    background: var(--tsbd-green);
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

body.tsbd-pdp-v3 .tsbd-pdp-size-card h3 {
    min-height: 30px;
    margin: 0 70px 7px 0;
    font-size: 19px;
}

body.tsbd-pdp-v3 .tsbd-pdp-size-card__price {
    min-height: 32px;
    margin-bottom: 5px;
    font-size: 18px;
}

body.tsbd-pdp-v3 .tsbd-pdp-size-card__sku {
    margin: 9px 0 12px;
    font-size: 10px;
}

body.tsbd-pdp-v3 .tsbd-pdp-size-card__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
}

body.tsbd-pdp-v3 .tsbd-pdp-size-card__actions .button {
    min-height: 38px;
    padding: 8px !important;
    font-size: 10px !important;
}

body.tsbd-pdp-v3 div.product .related.products {
    width: min(calc(100% - 40px), var(--tsbd-container)) !important;
    max-width: var(--tsbd-container) !important;
    margin: 0 auto !important;
    padding: clamp(58px, 7vw, 92px) 0 !important;
}

body.tsbd-pdp-v3 div.product .related.products > h2 {
    margin-bottom: 30px !important;
    text-align: left;
}

body.tsbd-pdp-v3 div.product .related.products ul.products,
body.tsbd-pdp-v3 div.product .related.products ul.products.columns-4 {
    display: grid !important;
    width: 100% !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 18px !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.tsbd-pdp-v3 div.product .related.products ul.products li.product,
body.tsbd-pdp-v3 div.product .related.products ul.products.columns-4 li.product {
    position: relative !important;
    display: flex !important;
    float: none !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 100% !important;
    margin: 0 !important;
    padding: 0 0 16px !important;
    flex-direction: column !important;
}

body.tsbd-pdp-v3 div.product .related.products ul.products li.product > a.woocommerce-loop-product__link {
    display: flex !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 16px !important;
    color: inherit !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
}

body.tsbd-pdp-v3 div.product .related.products ul.products li.product img {
    width: calc(100% + 32px) !important;
    max-width: none !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    margin: 0 -16px 14px !important;
    padding: 14px !important;
    object-fit: contain !important;
}

body.tsbd-pdp-v3 div.product .related.products .woocommerce-loop-product__title {
    margin: 0 0 8px !important;
    padding: 0 !important;
    color: var(--tsbd-ink) !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
}

body.tsbd-pdp-v3 div.product .related.products .star-rating {
    margin: 0 0 8px !important;
}

body.tsbd-pdp-v3 div.product .related.products .price {
    display: block !important;
    margin: auto 0 0 !important;
    color: var(--tsbd-maroon) !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.45 !important;
    overflow-wrap: anywhere;
}

body.tsbd-pdp-v3 div.product .related.products li.product > a.button,
body.tsbd-pdp-v3 div.product .related.products li.product > .button {
    width: calc(100% - 32px) !important;
    min-height: 42px !important;
    margin: 14px 16px 0 !important;
    padding: 10px 12px !important;
    border: 1px solid var(--tsbd-maroon) !important;
    border-radius: 2px !important;
    background: var(--tsbd-maroon) !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-align: center !important;
}

@media (max-width: 1024px) {
    body.tsbd-pdp-v3 div.product .related.products ul.products,
    body.tsbd-pdp-v3 div.product .related.products ul.products.columns-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 767px) {
    body.tsbd-pdp-v3 .tsbd-pdp-origin-map {
        margin-top: 36px;
    }

    body.tsbd-pdp-v3 .tsbd-pdp-size-dropdown {
        grid-template-columns: minmax(0, 1fr);
        width: 100%;
        margin-bottom: 22px;
    }

    body.tsbd-pdp-v3 .tsbd-pdp-sku-list dl,
    body.tsbd-pdp-v3 .tsbd-pdp-size-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    body.tsbd-pdp-v3 .tsbd-pdp-size-card h3 {
        min-height: 0;
    }

    body.tsbd-pdp-v3 div.product .related.products {
        width: min(calc(100% - 28px), var(--tsbd-container)) !important;
    }

    body.tsbd-pdp-v3 div.product .related.products ul.products,
    body.tsbd-pdp-v3 div.product .related.products ul.products.columns-4 {
        gap: 12px !important;
    }
}

@media (max-width: 390px) {
    body.tsbd-pdp-v3 div.product form.cart .quantity {
        flex-basis: 100%;
    }

    body.tsbd-pdp-v3 div.product form.cart .qty {
        width: 100%;
    }

    body.tsbd-pdp-v3 .tsbd-pdp-mobile-buy {
        grid-template-columns: minmax(0, 1fr) 105px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.tsbd-pdp-v3 *,
    body.tsbd-pdp-v3 *::before,
    body.tsbd-pdp-v3 *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* =========================================================
 * Final product-page revision
 * Matches the Products/Shop page base and resets Smartic UI conflicts.
 * ======================================================= */

body.tsbd-pdp-v3 {
    --tsbd-paper: #fffdfb;
    --tsbd-surface: #fffdfb;
    --tsbd-soft: #fff9f7;
    --tsbd-blush: #fdf3f5;
    --tsbd-ink: #2c2024;
    --tsbd-muted: #76696d;
    --tsbd-line: rgba(123, 22, 56, .14);
    --tsbd-green: #174f2a;
    --tsbd-green-dark: #0d391d;
    --tsbd-maroon: #7b1638;
    --tsbd-focus: #c39145;
    background: var(--tsbd-paper) !important;
}

body.tsbd-pdp-v3 .site-content,
body.tsbd-pdp-v3 #content,
body.tsbd-pdp-v3 .content-area,
body.tsbd-pdp-v3 .site-main {
    background: var(--tsbd-paper) !important;
}

body.tsbd-pdp-v3 .tsbd-pdp-hero {
    background: var(--tsbd-paper);
}

body.tsbd-pdp-v3 div.product .summary .product_meta,
body.tsbd-pdp-v3 div.product .summary .social-share,
body.tsbd-pdp-v3 div.product .summary .product-share,
body.tsbd-pdp-v3 div.product .summary .woocommerce-product-details__share,
body.tsbd-pdp-v3 div.product .summary [class*="social_share"],
body.tsbd-pdp-v3 div.product .summary [class*="social-share"],
body.tsbd-pdp-v3 div.product .summary .sku_wrapper,
body.tsbd-pdp-v3 div.product .summary .posted_in,
body.tsbd-pdp-v3 div.product .summary .tagged_as,
body.tsbd-pdp-v3 div.product .summary .product-brand,
body.tsbd-pdp-v3 div.product .summary .brands,
body.tsbd-pdp-v3 div.product .summary .yith-wcbr-brands {
    display: none !important;
}

body.tsbd-pdp-v3 div.product form.cart .woocommerce-product-details__short-description {
    flex: 1 0 100%;
    width: 100%;
    margin: 12px 0 0 !important;
    padding: 18px;
    border: 1px solid var(--tsbd-line);
    border-radius: 3px;
    background: var(--tsbd-soft);
    color: #4b4144;
    font-size: 12px;
    line-height: 1.6;
}

body.tsbd-pdp-v3 div.product form.cart .woocommerce-product-details__short-description > :first-child {
    margin-top: 0;
}

body.tsbd-pdp-v3 div.product form.cart .woocommerce-product-details__short-description > :last-child {
    margin-bottom: 0;
}

body.tsbd-pdp-v3 div.product form.cart .woocommerce-product-details__short-description h2,
body.tsbd-pdp-v3 div.product form.cart .woocommerce-product-details__short-description h3,
body.tsbd-pdp-v3 div.product form.cart .woocommerce-product-details__short-description h4 {
    margin: 16px 0 9px;
    color: var(--tsbd-maroon);
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

body.tsbd-pdp-v3 div.product form.cart .woocommerce-product-details__short-description ul,
body.tsbd-pdp-v3 div.product form.cart .woocommerce-product-details__short-description ol {
    margin: 0 0 12px;
    padding-left: 18px;
}

body.tsbd-pdp-v3 div.product form.cart .woocommerce-product-details__short-description li {
    margin-bottom: 5px;
}

body.tsbd-pdp-v3 div.product form.cart .woocommerce-product-details__short-description a {
    color: var(--tsbd-maroon);
    text-decoration: underline;
}

body.tsbd-pdp-v3 .tsbd-pdp-purchase-details {
    flex: 1 0 100%;
    width: 100%;
    margin-top: 12px;
    padding: 18px;
    border: 1px solid var(--tsbd-line);
    border-radius: 3px;
    background: var(--tsbd-soft);
}

body.tsbd-pdp-v3 .tsbd-pdp-purchase-details__group + .tsbd-pdp-purchase-details__group {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid var(--tsbd-line);
}

body.tsbd-pdp-v3 .tsbd-pdp-purchase-details h3 {
    margin: 0 0 10px;
    color: var(--tsbd-maroon);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

body.tsbd-pdp-v3 .tsbd-pdp-purchase-details dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 18px;
    margin: 0;
}

body.tsbd-pdp-v3 .tsbd-pdp-purchase-details dl > div {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 8px;
    min-width: 0;
}

body.tsbd-pdp-v3 .tsbd-pdp-purchase-details dt,
body.tsbd-pdp-v3 .tsbd-pdp-purchase-details dd {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

body.tsbd-pdp-v3 .tsbd-pdp-purchase-details dt {
    color: var(--tsbd-muted);
    font-weight: 600;
}

body.tsbd-pdp-v3 .tsbd-pdp-purchase-details dd {
    color: var(--tsbd-ink);
    font-weight: 700;
}

body.tsbd-pdp-v3 .tsbd-pdp-purchase-details ul {
    display: grid;
    gap: 7px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.tsbd-pdp-v3 .tsbd-pdp-purchase-details li {
    position: relative;
    margin: 0;
    padding-left: 18px;
    color: #4b4144;
    font-size: 12px;
    line-height: 1.55;
}

body.tsbd-pdp-v3 .tsbd-pdp-purchase-details li::before {
    position: absolute;
    top: .62em;
    left: 2px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--tsbd-green);
    content: "";
}

body.tsbd-pdp-v3 .tsbd-pdp-section {
    background: var(--tsbd-paper);
}

body.tsbd-pdp-v3 .tsbd-pdp-overview,
body.tsbd-pdp-v3 .tsbd-pdp-sensory,
body.tsbd-pdp-v3 .tsbd-pdp-sizes,
body.tsbd-pdp-v3 .tsbd-pdp-faq,
body.tsbd-pdp-v3 .tsbd-pdp-reviews {
    background: var(--tsbd-soft);
}

body.tsbd-pdp-v3 .tsbd-pdp-source-image {
    margin: 28px 0 0;
    overflow: hidden;
    border: 1px solid var(--tsbd-line);
    border-radius: 4px;
    background: #fff;
    aspect-ratio: 16 / 9;
}

body.tsbd-pdp-v3 .tsbd-pdp-source-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.tsbd-pdp-v3 .tsbd-pdp-sensory-data {
    display: grid;
    grid-template-columns: minmax(190px, .75fr) minmax(240px, 1fr);
    gap: 28px;
    align-items: center;
}

body.tsbd-pdp-v3 .tsbd-pdp-radar {
    width: min(100%, 260px);
    margin: 0 auto;
}

body.tsbd-pdp-v3 .tsbd-pdp-radar svg {
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
}

body.tsbd-pdp-v3 .tsbd-pdp-radar polygon:not(.tsbd-pdp-radar-value),
body.tsbd-pdp-v3 .tsbd-pdp-radar line {
    fill: rgba(123, 22, 56, .025);
    stroke: rgba(123, 22, 56, .2);
    stroke-width: 1;
}

body.tsbd-pdp-v3 .tsbd-pdp-radar .tsbd-pdp-radar-value {
    fill: rgba(23, 79, 42, .2);
    stroke: var(--tsbd-green);
    stroke-width: 2;
}

body.tsbd-pdp-v3 .tsbd-pdp-tasting-note {
    grid-column: 1 / -1;
    margin: 4px 0 0;
    padding: 18px 20px;
    border-width: 0 0 0 3px;
    border-style: solid;
    border-color: var(--tsbd-maroon);
    background: rgba(255, 255, 255, .66);
}

body.tsbd-pdp-v3 .tsbd-pdp-tasting-note strong {
    display: block;
    margin-bottom: 7px;
    color: var(--tsbd-maroon);
    font-size: 12px;
    text-transform: uppercase;
}

body.tsbd-pdp-v3 .tsbd-pdp-tasting-note p {
    margin: 0;
    color: #4b4144;
    line-height: 1.7;
}

body.tsbd-pdp-v3 .tsbd-pdp-brewing-grid > div {
    background: rgba(255, 255, 255, .55);
}

body.tsbd-pdp-v3 .tsbd-pdp-section-heading--center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

body.tsbd-pdp-v3 .tsbd-pdp-section-heading--center > p:last-child {
    margin: 14px 0 0;
    color: var(--tsbd-muted);
    line-height: 1.65;
}

body.tsbd-pdp-v3 .tsbd-pdp-size-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    align-items: stretch;
}

body.tsbd-pdp-v3 .tsbd-pdp-size-card {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 310px;
    padding: 28px 22px 22px;
    border: 1px solid var(--tsbd-line);
    border-radius: 4px;
    background: #fff;
    flex-direction: column;
    box-shadow: 0 10px 26px rgba(55, 31, 23, .045);
}

body.tsbd-pdp-v3 .tsbd-pdp-size-card.is-featured {
    border-color: rgba(123, 22, 56, .38);
}

body.tsbd-pdp-v3 .tsbd-pdp-size-card.is-selected {
    border-color: var(--tsbd-green);
    box-shadow: 0 0 0 2px rgba(23, 79, 42, .12), 0 10px 26px rgba(55, 31, 23, .055);
}

body.tsbd-pdp-v3 .tsbd-pdp-size-card__flag {
    position: absolute;
    top: 0;
    right: 16px;
    padding: 5px 8px;
    background: var(--tsbd-maroon);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

body.tsbd-pdp-v3 .tsbd-pdp-size-card h3 {
    min-height: 54px;
    margin: 0 0 12px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

body.tsbd-pdp-v3 .tsbd-pdp-size-card__price {
    min-height: 39px;
    margin-bottom: 9px;
    color: var(--tsbd-maroon);
    font-size: 21px;
    font-weight: 700;
    line-height: 1.35;
}

body.tsbd-pdp-v3 .tsbd-pdp-size-card__price del {
    display: block;
    color: var(--tsbd-muted);
    font-size: 12px;
    font-weight: 400;
}

body.tsbd-pdp-v3 .tsbd-pdp-size-card__price ins {
    text-decoration: none;
}

body.tsbd-pdp-v3 .tsbd-pdp-size-card__stock {
    color: var(--tsbd-green);
    font-size: 12px;
    font-weight: 700;
}

body.tsbd-pdp-v3 .tsbd-pdp-size-card__stock p {
    margin: 0;
}

body.tsbd-pdp-v3 .tsbd-pdp-size-card__sku {
    margin: 13px 0 20px;
    color: var(--tsbd-ink);
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 12px;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

body.tsbd-pdp-v3 .tsbd-pdp-size-card__sku span {
    color: var(--tsbd-muted);
    font-family: inherit;
    font-weight: 700;
}

body.tsbd-pdp-v3 .tsbd-pdp-size-card__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: auto;
}

body.tsbd-pdp-v3 .tsbd-pdp-size-card__actions .button {
    width: 100%;
    min-height: 42px;
    margin: 0 !important;
    padding: 10px 12px !important;
    border: 1px solid var(--tsbd-maroon) !important;
    border-radius: 2px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-align: center;
}

body.tsbd-pdp-v3 .tsbd-pdp-size-select {
    background: transparent !important;
    color: var(--tsbd-maroon) !important;
}

body.tsbd-pdp-v3 .tsbd-pdp-size-buy {
    background: var(--tsbd-maroon) !important;
    color: #fff !important;
}

body.tsbd-pdp-v3 .tsbd-pdp-size-card__unavailable {
    margin-top: auto;
    color: var(--tsbd-muted);
    font-size: 13px;
}

body.tsbd-pdp-v3 .tsbd-pdp-faq .tsbd-pdp-reading-width {
    max-width: 1040px;
}

body.tsbd-pdp-v3 .tsbd-pdp-faq-list {
    display: grid;
    gap: 10px;
    border-top: 0;
}

body.tsbd-pdp-v3 .tsbd-pdp-faq-list details {
    overflow: hidden;
    border: 1px solid var(--tsbd-line);
    border-radius: 3px;
    background: #fff;
}

body.tsbd-pdp-v3 .tsbd-pdp-faq-list summary {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 19px 54px 19px 20px;
}

body.tsbd-pdp-v3 .tsbd-pdp-faq-number {
    display: inline-flex;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--tsbd-blush);
    color: var(--tsbd-maroon);
    font-size: 12px;
    align-items: center;
    justify-content: center;
}

body.tsbd-pdp-v3 .tsbd-pdp-faq-list summary::after {
    top: 18px;
    right: 20px;
}

body.tsbd-pdp-v3 .tsbd-pdp-faq-answer {
    padding: 0 74px 21px;
}

body.tsbd-pdp-v3 .tsbd-pdp-faq-answer p {
    margin: 0 !important;
}

body.tsbd-pdp-v3 .tsbd-pdp-review-summary {
    display: grid;
    grid-template-columns: minmax(230px, .7fr) minmax(320px, 1.3fr);
    gap: clamp(36px, 8vw, 110px);
    align-items: center;
    margin-bottom: 54px;
    padding: 30px;
    border: 1px solid var(--tsbd-line);
    border-radius: 4px;
    background: #fff;
}

body.tsbd-pdp-v3 .tsbd-pdp-review-summary h2 {
    margin-bottom: 10px;
    font-size: clamp(30px, 4vw, 44px);
}

body.tsbd-pdp-v3 .tsbd-pdp-review-average {
    display: block;
    margin-bottom: 7px;
    color: var(--tsbd-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 50px;
    font-weight: 500;
    line-height: 1;
}

body.tsbd-pdp-v3 .tsbd-pdp-review-summary p:last-child {
    margin: 9px 0 0;
    color: var(--tsbd-muted);
    font-size: 12px;
}

body.tsbd-pdp-v3 .tsbd-pdp-rating-distribution {
    display: grid;
    gap: 10px;
}

body.tsbd-pdp-v3 .tsbd-pdp-rating-distribution > div {
    display: grid;
    grid-template-columns: 48px minmax(100px, 1fr) 34px;
    gap: 12px;
    align-items: center;
    font-size: 12px;
}

body.tsbd-pdp-v3 .tsbd-pdp-rating-track {
    height: 8px;
    overflow: hidden;
    border-radius: 4px;
    background: #ede7e8;
}

body.tsbd-pdp-v3 .tsbd-pdp-rating-track > span {
    display: block;
    height: 100%;
    background: #c39145;
}

body.tsbd-pdp-v3 .tsbd-pdp-reviews #reviews {
    display: block;
}

body.tsbd-pdp-v3 .tsbd-pdp-reviews #comments,
body.tsbd-pdp-v3 .tsbd-pdp-reviews #review_form_wrapper {
    width: 100% !important;
    max-width: none;
}

body.tsbd-pdp-v3 .tsbd-pdp-reviews #comments {
    margin-bottom: 48px;
}

body.tsbd-pdp-v3 .tsbd-pdp-reviews .commentlist li {
    margin-bottom: 14px !important;
}

body.tsbd-pdp-v3 .tsbd-pdp-reviews .commentlist li .comment_container {
    min-height: 92px;
    padding: 22px !important;
    border: 1px solid var(--tsbd-line);
    border-radius: 3px;
    background: #fff;
}

body.tsbd-pdp-v3 .tsbd-pdp-reviews #review_form_wrapper {
    max-width: 820px;
    margin: 0 auto;
}

body.tsbd-pdp-v3 .tsbd-pdp-reviews #review_form {
    padding: 30px;
    background: #fff;
}

body.tsbd-pdp-v3 div.product .related.products {
    background: var(--tsbd-paper);
}

body.tsbd-pdp-v3 div.product .related.products ul.products li.product {
    overflow: hidden;
    padding: 0 0 18px !important;
    border: 1px solid var(--tsbd-line) !important;
    border-radius: 4px !important;
    background: #fff !important;
    box-shadow: 0 10px 26px rgba(55, 31, 23, .045) !important;
}

body.tsbd-pdp-v3 div.product .related.products ul.products li.product > a,
body.tsbd-pdp-v3 div.product .related.products ul.products li.product > .button {
    margin-right: 16px !important;
    margin-left: 16px !important;
}

body.tsbd-pdp-v3 div.product .related.products ul.products li.product img {
    margin: 0 0 14px !important;
    padding: 12px;
}

body.tsbd-pdp-v3 div.product .related.products ul.products li.product .onsale {
    position: absolute !important;
    inset: 10px 10px auto auto !important;
    z-index: 3 !important;
    display: inline-flex !important;
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: 72px !important;
    max-height: 30px !important;
    aspect-ratio: auto !important;
    margin: 0 !important;
    padding: 7px 9px !important;
    border-radius: 2px !important;
    background: var(--tsbd-maroon) !important;
    color: #fff !important;
    font-size: 10px !important;
    line-height: 1 !important;
    transform: none !important;
}

body.tsbd-pdp-v3 div.product .related.products ul.products li.product .onsale::before,
body.tsbd-pdp-v3 div.product .related.products ul.products li.product .onsale::after {
    display: none !important;
    content: none !important;
}

@media (max-width: 1024px) {
    body.tsbd-pdp-v3 .tsbd-pdp-sensory-data,
    body.tsbd-pdp-v3 .tsbd-pdp-size-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    body.tsbd-pdp-v3 .tsbd-pdp-purchase-details dl,
    body.tsbd-pdp-v3 .tsbd-pdp-sensory-data,
    body.tsbd-pdp-v3 .tsbd-pdp-size-grid,
    body.tsbd-pdp-v3 .tsbd-pdp-review-summary {
        grid-template-columns: minmax(0, 1fr);
    }

    body.tsbd-pdp-v3 .tsbd-pdp-purchase-details dl > div {
        grid-template-columns: 78px minmax(0, 1fr);
    }

    body.tsbd-pdp-v3 .tsbd-pdp-size-card {
        min-height: 0;
    }

    body.tsbd-pdp-v3 .tsbd-pdp-size-card h3 {
        min-height: 0;
    }

    body.tsbd-pdp-v3 .tsbd-pdp-faq-list summary {
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 10px;
        padding: 16px 46px 16px 14px;
        font-size: 15px;
    }

    body.tsbd-pdp-v3 .tsbd-pdp-faq-number {
        width: 32px;
        height: 32px;
    }

    body.tsbd-pdp-v3 .tsbd-pdp-faq-answer {
        padding: 0 48px 18px 58px;
    }

    body.tsbd-pdp-v3 .tsbd-pdp-review-summary,
    body.tsbd-pdp-v3 .tsbd-pdp-reviews #review_form {
        padding: 20px;
    }

    body.tsbd-pdp-v3 .tsbd-pdp-reviews .comment-text {
        margin-left: 62px !important;
    }
}

/* v4.2 cascade lock: these rules intentionally follow the v4 base layer. */
body.tsbd-pdp-v3 .tsbd-pdp-size-grid {
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)) !important;
    gap: 13px !important;
}

body.tsbd-pdp-v3 .tsbd-pdp-size-card {
    min-height: 228px !important;
    padding: 19px 17px 16px !important;
}

body.tsbd-pdp-v3 .tsbd-pdp-size-card h3 {
    min-height: 30px !important;
    margin: 0 70px 7px 0 !important;
    font-size: 19px !important;
}

body.tsbd-pdp-v3 .tsbd-pdp-size-card__price {
    min-height: 32px !important;
    margin-bottom: 5px !important;
    font-size: 18px !important;
}

body.tsbd-pdp-v3 .tsbd-pdp-size-card__sku {
    margin: 9px 0 12px !important;
    font-size: 10px !important;
}

body.tsbd-pdp-v3 .tsbd-pdp-size-card__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 6px !important;
}

@media (max-width: 767px) {
    body.tsbd-pdp-v3 .tsbd-pdp-size-grid {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    body.tsbd-pdp-v3 .tsbd-pdp-size-card {
        min-height: 0 !important;
    }

    body.tsbd-pdp-v3 .tsbd-pdp-size-card h3 {
        min-height: 0 !important;
    }
}

/* v4.3 product map, specification, purchase and related-product polish. */
body.tsbd-pdp-v3 div.product.product-type-variable .summary > p.price {
    display: none !important;
}

body.tsbd-pdp-v3 .summary .tsbd-pdp-buy-now,
body.tsbd-pdp-v3 .tsbd-pdp-mobile-buy__button {
    border-color: var(--tsbd-maroon) !important;
    background: var(--tsbd-maroon) !important;
    color: #fff !important;
}

body.tsbd-pdp-v3 .summary .tsbd-pdp-buy-now:hover,
body.tsbd-pdp-v3 .summary .tsbd-pdp-buy-now:focus-visible,
body.tsbd-pdp-v3 .tsbd-pdp-mobile-buy__button:hover,
body.tsbd-pdp-v3 .tsbd-pdp-mobile-buy__button:focus-visible {
    border-color: #5e102a !important;
    background: #5e102a !important;
    color: #fff !important;
}

body.tsbd-pdp-v3 .tsbd-pdp-source .tsbd-pdp-source-story {
    min-width: 0;
}

body.tsbd-pdp-v3 .tsbd-pdp-origin-map {
    width: 100%;
    min-width: 0;
    margin-top: 28px;
}

body.tsbd-pdp-v3 .tsbd-pdp-origin-map .tsbd-origin {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

body.tsbd-pdp-v3 .tsbd-pdp-origin-map .tsbd-origin__inner {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.tsbd-pdp-v3 .tsbd-pdp-origin-map .tsbd-origin__layout {
    display: block !important;
    width: 100% !important;
}

body.tsbd-pdp-v3 .tsbd-pdp-origin-map .tsbd-origin__map-panel {
    width: 100% !important;
    min-width: 0 !important;
    padding: 16px !important;
    border: 1px solid var(--tsbd-line) !important;
    border-radius: 4px !important;
    background: #fff !important;
    box-shadow: 0 10px 26px rgba(55, 31, 23, .045) !important;
}

body.tsbd-pdp-v3 .tsbd-pdp-origin-map .tsbd-origin__map-topline {
    gap: 12px !important;
    padding: 0 0 10px !important;
    color: var(--tsbd-ink) !important;
}

body.tsbd-pdp-v3 .tsbd-pdp-origin-map .tsbd-origin__map-topline strong {
    color: var(--tsbd-maroon) !important;
}

body.tsbd-pdp-v3 .tsbd-pdp-origin-map .tsbd-origin__map-wrap {
    display: grid !important;
    width: 100% !important;
    height: 360px !important;
    min-height: 0 !important;
    place-items: center !important;
}

body.tsbd-pdp-v3 .tsbd-pdp-origin-map .tsbd-origin-map {
    display: block !important;
    width: 100% !important;
    max-width: 300px !important;
    height: 100% !important;
    margin: 0 auto !important;
}

body.tsbd-pdp-v3 .tsbd-pdp-origin-map .tsbd-origin-map__markers {
    display: none !important;
}

body.tsbd-pdp-v3 .tsbd-pdp-origin-map .tsbd-origin-map__division.is-product-active path {
    opacity: 1 !important;
}

body.tsbd-pdp-v3 .tsbd-pdp-origin-map .tsbd-origin-map__division--sylhet.is-product-active path {
    fill: rgba(23, 79, 42, .62) !important;
}

body.tsbd-pdp-v3 .tsbd-pdp-origin-map .tsbd-origin-map__division--rangpur.is-product-active path {
    fill: rgba(159, 126, 40, .62) !important;
}

body.tsbd-pdp-v3 .tsbd-pdp-origin-map .tsbd-origin-map__division--chattogram.is-product-active path {
    fill: rgba(123, 22, 56, .62) !important;
}

body.tsbd-pdp-v3 .tsbd-pdp-map-cup {
    pointer-events: none;
}

body.tsbd-pdp-v3 .tsbd-pdp-map-cup circle {
    fill: #fffdfb;
    stroke: var(--tsbd-maroon);
    stroke-width: 9;
    filter: drop-shadow(0 16px 18px rgba(55, 31, 23, .22));
}

body.tsbd-pdp-v3 .tsbd-pdp-map-cup text {
    fill: var(--tsbd-maroon);
    font-family: Arial, sans-serif;
    font-size: 72px;
    transform-box: fill-box;
    transform-origin: center;
    animation: tsbd-pdp-cup-float 2.8s ease-in-out infinite;
}

body.tsbd-pdp-v3 .tsbd-pdp-map-cup:nth-child(even) text {
    animation-delay: -.9s;
}

@keyframes tsbd-pdp-cup-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

body.tsbd-pdp-v3 .tsbd-pdp-map-locations {
    display: grid;
    gap: 4px;
    margin-top: 12px;
    padding: 12px 14px;
    border-left: 3px solid var(--tsbd-green);
    background: rgba(255, 255, 255, .72);
}

body.tsbd-pdp-v3 .tsbd-pdp-map-locations span {
    color: var(--tsbd-muted);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

body.tsbd-pdp-v3 .tsbd-pdp-map-locations strong {
    color: var(--tsbd-ink);
    font-size: 13px;
    line-height: 1.5;
}

body.tsbd-pdp-v3 .tsbd-pdp-native-attributes {
    min-width: 0;
}

body.tsbd-pdp-v3 .tsbd-pdp-native-attributes > h3,
body.tsbd-pdp-v3 .tsbd-pdp-sku-list h3 {
    margin: 0 0 14px;
    color: var(--tsbd-ink);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
}

body.tsbd-pdp-v3 .tsbd-pdp-native-attributes .woocommerce-product-attributes {
    margin: 0 !important;
}

body.tsbd-pdp-v3 .tsbd-pdp-sku-list {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid var(--tsbd-line);
}

body.tsbd-pdp-v3 .tsbd-pdp-sku-list dl {
    display: grid;
    margin: 0;
    border-top: 1px solid var(--tsbd-line);
}

body.tsbd-pdp-v3 .tsbd-pdp-sku-list dl > div {
    display: grid;
    grid-template-columns: minmax(92px, .8fr) minmax(0, 1.2fr);
    gap: 14px;
    align-items: center;
    padding: 11px 0;
    border-bottom: 1px solid var(--tsbd-line);
}

body.tsbd-pdp-v3 .tsbd-pdp-sku-list dt,
body.tsbd-pdp-v3 .tsbd-pdp-sku-list dd {
    margin: 0;
    overflow-wrap: anywhere;
}

body.tsbd-pdp-v3 .tsbd-pdp-sku-list dt {
    color: var(--tsbd-muted);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

body.tsbd-pdp-v3 .tsbd-pdp-sku-list dd {
    color: var(--tsbd-ink);
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 12px;
    font-weight: 700;
}

body.tsbd-pdp-v3 div.product .related.products {
    width: min(1280px, calc(100% - 40px)) !important;
    margin: 0 auto !important;
    padding: 72px 0 82px !important;
    background: var(--tsbd-paper) !important;
}

body.tsbd-pdp-v3 div.product .related.products > h2 {
    margin: 0 0 30px !important;
    color: var(--tsbd-ink) !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 44px !important;
    font-weight: 500 !important;
    line-height: 1.12 !important;
}

body.tsbd-pdp-v3 div.product .related.products ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 18px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.tsbd-pdp-v3 div.product .related.products ul.products::before,
body.tsbd-pdp-v3 div.product .related.products ul.products::after {
    display: none !important;
    content: none !important;
}

body.tsbd-pdp-v3 div.product .related.products ul.products li.product {
    position: relative !important;
    display: flex !important;
    float: none !important;
    width: auto !important;
    min-width: 0 !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 0 16px !important;
    flex-direction: column !important;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease !important;
}

body.tsbd-pdp-v3 div.product .related.products ul.products li.product:hover {
    border-color: rgba(123, 22, 56, .34) !important;
    box-shadow: 0 16px 34px rgba(55, 31, 23, .09) !important;
    transform: translateY(-3px) !important;
}

body.tsbd-pdp-v3 div.product .related.products ul.products li.product > a.woocommerce-LoopProduct-link {
    display: flex !important;
    min-width: 0 !important;
    margin: 0 !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
}

body.tsbd-pdp-v3 div.product .related.products ul.products li.product img {
    width: 100% !important;
    height: auto !important;
    margin: 0 0 16px !important;
    padding: 16px !important;
    background: #fff !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: contain !important;
}

body.tsbd-pdp-v3 div.product .related.products ul.products li.product .woocommerce-loop-product__title {
    min-height: 50px !important;
    margin: 0 !important;
    padding: 0 16px 8px !important;
    color: var(--tsbd-ink) !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
}

body.tsbd-pdp-v3 div.product .related.products ul.products li.product .star-rating {
    margin: 0 16px 9px !important;
}

body.tsbd-pdp-v3 div.product .related.products ul.products li.product .price {
    margin: auto 16px 14px !important;
    color: var(--tsbd-maroon) !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.45 !important;
}

body.tsbd-pdp-v3 div.product .related.products ul.products li.product > .button,
body.tsbd-pdp-v3 div.product .related.products ul.products li.product > .added_to_cart {
    display: flex !important;
    width: auto !important;
    min-height: 42px !important;
    margin: 0 16px !important;
    padding: 10px 12px !important;
    border: 1px solid var(--tsbd-maroon) !important;
    border-radius: 2px !important;
    background: var(--tsbd-maroon) !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}

@media (prefers-reduced-motion: reduce) {
    body.tsbd-pdp-v3 .tsbd-pdp-map-cup text {
        animation: none;
    }

    body.tsbd-pdp-v3 div.product .related.products ul.products li.product {
        transition: none !important;
    }
}

@media (max-width: 1024px) {
    body.tsbd-pdp-v3 div.product .related.products ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 767px) {
    body.tsbd-pdp-v3 .tsbd-pdp-section {
        padding: 52px 0 !important;
    }

    body.tsbd-pdp-v3 .tsbd-pdp-container {
        width: min(calc(100% - 28px), 1240px) !important;
    }

    body.tsbd-pdp-v3 .tsbd-pdp-two-column,
    body.tsbd-pdp-v3 .tsbd-pdp-sensory-data,
    body.tsbd-pdp-v3 .tsbd-pdp-review-summary {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 30px !important;
    }

    body.tsbd-pdp-v3 .tsbd-pdp-section-heading,
    body.tsbd-pdp-v3 .tsbd-pdp-section-heading--center {
        max-width: none !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        text-align: left !important;
    }

    body.tsbd-pdp-v3 .tsbd-pdp-section-heading h2,
    body.tsbd-pdp-v3 .tsbd-pdp-source h2,
    body.tsbd-pdp-v3 .tsbd-pdp-care h2 {
        font-size: 32px !important;
        line-height: 1.16 !important;
    }

    body.tsbd-pdp-v3 .tsbd-pdp-origin-map .tsbd-origin__map-wrap {
        height: 320px !important;
    }

    body.tsbd-pdp-v3 .tsbd-pdp-origin-map .tsbd-origin-map {
        max-width: 260px !important;
    }

    body.tsbd-pdp-v3 .tsbd-pdp-sku-list dl > div {
        grid-template-columns: 92px minmax(0, 1fr);
    }

    body.tsbd-pdp-v3 .tsbd-pdp-size-card__actions {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body.tsbd-pdp-v3 div.product .related.products {
        width: min(calc(100% - 28px), 1280px) !important;
        padding: 52px 0 64px !important;
    }

    body.tsbd-pdp-v3 div.product .related.products > h2 {
        margin-bottom: 22px !important;
        font-size: 34px !important;
    }

    body.tsbd-pdp-v3 div.product .related.products ul.products {
        gap: 12px !important;
    }

    body.tsbd-pdp-v3 div.product .related.products ul.products li.product .woocommerce-loop-product__title {
        min-height: 44px !important;
        padding-right: 12px !important;
        padding-left: 12px !important;
        font-size: 17px !important;
    }

    body.tsbd-pdp-v3 div.product .related.products ul.products li.product .price,
    body.tsbd-pdp-v3 div.product .related.products ul.products li.product .star-rating {
        margin-right: 12px !important;
        margin-left: 12px !important;
    }

    body.tsbd-pdp-v3 div.product .related.products ul.products li.product > .button,
    body.tsbd-pdp-v3 div.product .related.products ul.products li.product > .added_to_cart {
        margin-right: 12px !important;
        margin-left: 12px !important;
    }
}

@media (max-width: 479px) {
    body.tsbd-pdp-v3 .tsbd-pdp-size-card__actions,
    body.tsbd-pdp-v3 div.product .related.products ul.products {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    body.tsbd-pdp-v3 .tsbd-pdp-origin-map .tsbd-origin__map-panel {
        padding: 12px !important;
    }

    body.tsbd-pdp-v3 .tsbd-pdp-origin-map .tsbd-origin__map-wrap {
        height: 290px !important;
    }

    body.tsbd-pdp-v3 .tsbd-pdp-origin-map .tsbd-origin-map {
        max-width: 230px !important;
    }

    body.tsbd-pdp-v3 .tsbd-pdp-sku-list dl > div {
        grid-template-columns: minmax(0, 1fr);
        gap: 4px;
    }
}
