/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 06 2026 | 17:31:41 */
/* Letter Pricing - Only on Initial Custom Vibe */
.single-product.postid-1946 .letter-pricing-box {
    background: #fff0f6;
    border: 1px solid #f9a8d4;
    border-radius: 10px;
    padding: 14px 18px;
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 2;
}

.single-product.postid-1946 .letter-pricing-box strong {
    display: block;
    margin-bottom: 4px;
    font-size: 15px;
}

.single-product.postid-1946 .letter-pricing-box span {
    display: inline-block;
    background: #fff;
    border: 1px solid #f9a8d4;
    border-radius: 20px;
    padding: 2px 12px;
    margin: 2px;
    font-weight: 600;
}

.single-product.postid-1946 .dynamic-price-msg {
    font-size: 15px;
    font-weight: 700;
    color: #be185d;
    margin-top: 8px;
    transition: all 0.3s ease;
}

/* ── PRICING TABLE — add to Simple Custom CSS and JS ── */

.pgt-pricing-table {
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #ede0cc;
    border-left: 3px solid #c9a96e;
    border-radius: 4px;
    padding: 16px 20px;
    font-family: 'Jost', sans-serif;
}

.pgt-pricing-title {
    font-size: 0.72rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 2.5px !important;
    color: #a0806e !important;
    margin: 0 0 12px !important;
}

.pgt-pricing-table table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 !important;
}

.pgt-pricing-table table tr {
    border-bottom: 1px solid #f5ede3;
}

.pgt-pricing-table table tr:last-child {
    border-bottom: none;
}

.pgt-pricing-table table td {
    padding: 8px 4px !important;
    font-size: 0.88rem !important;
    color: #6b4f42 !important;
    background: transparent !important;
    border: none !important;
    font-family: 'Jost', sans-serif !important;
}

.pgt-pricing-table table td:first-child {
    font-weight: 500;
    color: #2c1f1a !important;
}

.pgt-pricing-table table td:last-child {
    text-align: right;
    font-weight: 600;
    color: #b8856a !important;
}

.pgt-pricing-note {
    margin: 10px 0 0 !important;
    font-size: 0.75rem !important;
    color: #a0806e !important;
    font-style: italic !important;
    letter-spacing: 0.3px !important;
}
