.tc-product-hero__summary {
    direction: rtl;
    box-sizing: border-box;
    width: 100%;
    max-width: 540px;
    margin-inline: auto;
    padding: 28px 30px 24px;
    color: #464740;
    background: #fff;
    border: 1px solid #eee9e3;
    border-radius: 18px;
    box-shadow: 0 14px 40px rgba(77, 66, 53, .09);
    font-family: inherit;
}

.tc-product-hero__summary *,
.tc-product-hero__summary *::before,
.tc-product-hero__summary *::after {
    box-sizing: border-box;
}

.tc-product-hero__summary button,
.tc-product-hero__summary input,
.tc-product-hero__summary select {
    font: inherit;
}

.tc-product-hero__summary [data-ui="product-kicker"] {
    margin: 0 0 6px;
    color: #8a8a82;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}

.tc-product-hero__summary [data-ui="product-title"] {
    margin: 0;
    color: #536b52;
    font-size: clamp(27px, 4vw, 38px);
    font-weight: 800;
    line-height: 1.25;
    text-align: right;
    letter-spacing: -.35px;
}

.tc-product-subtitle {
    /* max-width: 440px; */
    margin: 7px auto 0;
    color: #6e6d66;
    font-size: 17px;
    line-height: 1.9;
    text-align: right;
}

.tc-product-hero__summary [data-ui="product-rating"] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
    gap: 7px;
    margin-top: 12px;
    color: #6c6b64;
    font-size: 17px;
}

.tc-rating-stars {
    direction: ltr;
    color: #E7D2AA;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 1px;
    white-space: nowrap;
}

.tc-product-hero__summary [data-ui="rating-number"] {
    color: #55554f;
    font-size: 18px;
    margin-left: 15px;
    font-weight: 700;
}

.tc-product-hero__summary [data-ui="rating-count"] {
    color: #7d7b73;
    text-decoration: none;
    margin-right: 30px;
}

.tc-product-hero__summary [data-ui="rating-count"]:hover {
    color: #536b52;
}

.tc-product-hero__summary [data-ui="product-meta"] {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    min-height: 28px;
    margin-top: 8px;
    padding-bottom: 13px;
    border-bottom: 1px solid #eee9e3;
    color: #85837b;
    font-size: 16px;
}

.tc-product-hero__summary [data-ui="product-sku"] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.tc-product-hero__summary [data-ui="product-sku"] bdi {
    direction: ltr;
    unicode-bidi: plaintext;
    color: #77756e;
    font-weight: 500;
}

.tc-price-area {
    padding-top: 14px;
    text-align: center;
}

.tc-product-hero__summary [data-ui="product-price"] {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: start;
    gap: 8px;
    margin: 0;
    line-height: 1.2;
}

.tc-product-hero__summary [data-ui="product-price"]>.price,
.tc-product-hero__summary [data-ui="product-price"] p.price {
    margin: 0;
}

.tc-product-hero__summary [data-ui="product-price"] .woocommerce-Price-amount {
    color: #A55F4D;
    font-size: clamp(27px, 4.4vw, 36px);
    font-weight: 800;
    letter-spacing: -.4px;
}

.tc-product-hero__summary [data-ui="product-price"] .woocommerce-Price-currencySymbol {
    margin-right: 4px;
    color: #53544f;
    font-size: 14px;
    font-weight: 600;
}

.tc-product-hero__summary [data-ui="product-price"] del {
    opacity: .55;
    margin-left: 6px;
}

.tc-product-hero__summary [data-ui="product-price"] del .woocommerce-Price-amount {
    color: #77756f;
    font-size: 16px;
    font-weight: 600;
}

.tc-product-hero__summary [data-ui="product-price"] ins {
    text-decoration: none;
}

.tc-product-stock-line {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 7px;
    margin-top: 8px;
    color: #60655d;
    font-size: 15px;
}

.tc-product-stock-line [data-ui="stock-indicator"] {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #6c8c67;
    box-shadow: 0 0 0 3px rgba(108, 140, 103, .09);
}

.tc-product-stock-line[data-stock-state="out-of-stock"] [data-ui="stock-indicator"] {
    background: #D09B8B;
    box-shadow: 0 0 0 3px rgba(180, 95, 89, .09);
}

.tc-product-stock-line[data-stock-state="on-backorder"] [data-ui="stock-indicator"] {
    background: #E7D2AA;
    box-shadow: 0 0 0 3px rgba(197, 149, 67, .09);
}

.tc-product-hero__summary [data-ui="product-description"] {
    margin: 8px auto 0;
    color: #5f5f59;
    font-size: 15px;
    line-height: 1.95;
    text-align: right;
}

.tc-product-hero__summary [data-ui="product-description"] p {
    margin: 0;
}

.tc-product-hero__summary [data-ui="buy-box"] {
    margin-top: 18px;
}

.tc-product-hero__summary [data-ui="product-options"] {
    display: grid;
    gap: 14px;
    margin-bottom: 14px;
}

.tc-product-hero__summary [data-ui="product-option"] {
    position: relative;
}

.tc-product-hero__summary [data-ui="product-option"]>label,
.tc-field-label {
    display: block;
    margin: 0 0 7px;
    color: #494b45;
    font-size: 16px;
    font-weight: 700;
}

.tc-native-variation-select {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.tc-option-pills {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(92px, 1fr));
    gap: 8px;
}

.tc-option-pill {
    min-height: 42px;
    padding: 8px 12px;
    color: #62625d;
    background: #fff;
    border: 1px solid #e3dfda;
    border-radius: 7px;
    cursor: pointer;
    transition: border-color .18s ease, box-shadow .18s ease, color .18s ease, background .18s ease;
}

.tc-option-pill:hover {
    color: #536b52;
    border-color: #aeb8ab;
}

.tc-option-pill.is-active,
.tc-option-pill[aria-pressed="true"] {
    color: #485e48;
    background: #fbfdfb;
    border-color: #60765d;
    box-shadow: inset 0 0 0 1px rgba(96, 118, 93, .16);
}

.tc-option-pill:focus-visible,
.tc-product-hero__summary button:focus-visible,
.tc-product-hero__summary a:focus-visible {
    outline: 2px solid #60765d;
    outline-offset: 2px;
}

.tc-product-hero__summary [data-ui="variation-message"] {
    min-height: 0;
    margin: 0 0 7px;
    color: #D3AE6E;
    font-size: 12px;
    line-height: 1.8;
}

.tc-product-hero__summary [data-ui="purchase-row"] {
    margin: 0 0 10px;
}

.tc-quantity-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.tc-quantity-line .tc-field-label {
    margin: 0;
    flex: 0 0 auto;
}

.tc-product-hero__summary [data-ui="quantity"] {
    display: grid;
    grid-template-columns: 38px minmax(74px, 1fr) 38px;
    width: min(180px, 58vw);
    height: 38px;
    overflow: hidden;
    direction: ltr;
    border: 1px solid #dfdcd6;
    border-radius: 7px;
    background: #fff;
}

.tc-product-hero__summary [data-ui="quantity"] button {
    display: grid;
    place-items: center;
    padding: 0;
    color: #77766f;
    background: #faf9f7;
    border: 0;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
}

.tc-product-hero__summary [data-ui="quantity"] button:first-child {
    border-right: 1px solid #e7e3de;
}

.tc-product-hero__summary [data-ui="quantity"] button:last-child {
    border-left: 1px solid #e7e3de;
}

.tc-product-hero__summary [data-ui="quantity"] input {
    width: 100%;
    min-width: 0;
    padding: 0 4px;
    color: #66655f;
    background: #fff;
    border: 0;
    outline: 0;
    text-align: center;
    -moz-appearance: textfield;
}

.tc-product-hero__summary [data-ui="quantity"] input::-webkit-outer-spin-button,
.tc-product-hero__summary [data-ui="quantity"] input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.tc-product-hero__summary [data-ui="cart-button"],
.tc-quick-buy {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 100%;
    min-height: 46px;
    padding: 10px 18px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.tc-product-hero__summary [data-ui="cart-button"] {
    margin-top: 0;
    color: #fff;
    background: #586f58;
    border: 1px solid #586f58;
    box-shadow: 0 7px 16px rgba(88, 111, 88, .13);
}

.tc-product-hero__summary [data-ui="cart-button"]:hover {
    color: #fff;
    background: #506650;
    border-color: #506650;
    transform: translateY(-1px);
}

.tc-product-hero__summary [data-ui="cart-button"]:disabled,
.tc-quick-buy:disabled {
    opacity: .48;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.tc-cart-icon,
.tc-inline-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.tc-cart-icon svg,
.tc-inline-icon svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tc-quick-buy {
    margin-top: 8px;
    color: #D3AE6E;
    background: #fff;
    border: 1px solid #E7D2AA;
    box-shadow: none;
}

.tc-quick-buy:hover {
    color: #D3AE6E;
    background: #fffaf4;
    transform: translateY(-1px);
}

.tc-product-service-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 12px;
}

.tc-service-chip {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 42px;
    padding: 8px 10px;
    color: #6e6c65;
    background: #fff;
    border: 1px solid #F8F1E4;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
}

button.tc-service-chip {
    cursor: pointer;
}

.tc-service-chip:hover {
    color: #536b52;
    border-color: #d7d2ca;
}

.tc-service-chip[aria-pressed="true"] {
    color: #536b52;
    background: #f9fbf8;
    border-color: #b8c3b5;
}

.tc-support-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 9px;
    color: #77746c;
    font-size: 14px;
    line-height: 1.7;
    text-align: center;
}

.tc-product-hero__summary [data-ui="purchase-assurance"] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #eee9e3;
}

.tc-product-hero__summary [data-ui="assurance-item"] {
    display: grid;
    grid-template-columns: 30px 1fr;
    align-items: center;
    gap: 8px;
    min-height: 48px;
    padding: 2px 14px;
    color: #5a5a54;
}

.tc-product-hero__summary [data-ui="assurance-item"]+[data-ui="assurance-item"] {
    border-right: 1px solid #eee9e3;
}

.tc-assurance-icon {
    display: grid;
    place-items: center;
    color: #E7D2AA;
}

.tc-assurance-icon svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.55;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tc-assurance-copy strong {
    display: block;
    margin-bottom: 2px;
    color: #494a45;
    font-size: 16px;
    font-weight: 700;
}

.tc-assurance-copy span {
    display: block;
    color: #8a887f;
    font-size: 12px;
    line-height: 1.5;
}

.tc-product-hero__summary [data-ui="purchase-unavailable"] {
    padding: 12px 14px;
    color: #D09B8B;
    background: #fff8f7;
    border: 1px solid #FEE7DD;
    border-radius: 8px;
    font-size: 12px;
    text-align: center;
}

.tc-product-hero__summary [data-ui="native-cart"] .cart,
.tc-product-hero__summary [data-ui="native-cart"] form.cart {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .tc-product-hero__summary {
        max-width: none;
        padding: 22px 20px 20px;
        border-radius: 15px;
    }

    .tc-product-hero__summary [data-ui="product-title"] {
        font-size: 29px;
    }

    .tc-product-service-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 420px) {
    .tc-product-hero__summary {
        padding-inline: 16px;
    }

    .tc-option-pills {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .tc-option-pill {
        min-width: 0;
        padding-inline: 6px;
        font-size: 11px;
    }

    .tc-product-hero__summary [data-ui="assurance-item"] {
        padding-inline: 8px;
    }

    .tc-assurance-copy span {
        font-size: 9px;
    }
}