.wtso-assistant {
    bottom: 22px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    position: fixed;
    right: 22px;
    z-index: 9997;
}
body.modal-open .wtso-assistant {
    z-index: 1030;
}
.wtso-assistant-launcher {
    align-items: center;
    background: #3d1b3b;
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 999px;
    box-shadow: 0 14px 34px rgba(24, 18, 22, 0.24);
    color: #ffffff;
    display: inline-flex;
    gap: 10px;
    min-height: 48px;
    padding: 7px 16px 7px 8px;
}
.wtso-assistant-launcher:hover,
.wtso-assistant-launcher:focus {
    background: #4d244b;
    color: #ffffff;
    outline: none;
}
.wtso-assistant-grape-icon {
    align-items: center;
    background: #f3c974;
    border-radius: 999px;
    display: inline-flex;
    flex: 0 0 auto;
    justify-content: center;
}
.wtso-assistant-grape-icon svg {
    display: block;
    height: 30px;
    width: 34px;
}
.wtso-assistant-grape-icon circle {
    fill: #7d3278;
    stroke: #4a2047;
    stroke-width: 2;
}
.wtso-assistant-grape-icon circle:nth-of-type(2),
.wtso-assistant-grape-icon circle:nth-of-type(5),
.wtso-assistant-grape-icon circle:nth-of-type(7) {
    fill: #91418d;
}
.wtso-assistant-grape-stem {
    fill: none;
    stroke: #765022;
    stroke-linecap: round;
    stroke-width: 4;
}
.wtso-assistant-grape-leaf {
    fill: #72a84a;
    stroke: #3f7132;
    stroke-linejoin: round;
    stroke-width: 2;
}
.wtso-assistant-grape-eye {
    fill: #ffffff !important;
    stroke: none !important;
}
.wtso-assistant-grape-smile {
    fill: none;
    stroke: #ffffff;
    stroke-linecap: round;
    stroke-width: 2.6;
}
.wtso-assistant-launcher-icon {
    background: none;
    height: 38px;
    width: 38px;
}
.wtso-assistant-launcher-icon svg {
    height: 35px;
    width: 35px;
}
.wtso-assistant-launcher-icon img {
    border-radius: 50%;
    height: 38px;
    overflow: hidden;
    width: 38px;
}
.wtso-assistant-launcher-text {
    font-size: 14px;
    font-weight: 700;
}
.wtso-assistant-panel {
    background: #ffffff;
    border: 1px solid #e0d7d1;
    border-radius: 12px;
    bottom: 62px;
    box-shadow: 0 22px 54px rgba(24, 18, 22, 0.26);
    display: none;
    flex-direction: column;
    height: 620px;
    max-height: calc(100vh - 96px);
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 390px;
}
.wtso-assistant.is-open .wtso-assistant-panel {
    display: flex;
}
.wtso-assistant-header {
    align-items: center;
    background: linear-gradient(135deg, #3d1b3b 0%, #2f262b 100%);
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    padding: 15px 16px;
}
.wtso-assistant-header-brand {
    align-items: center;
    display: flex;
    gap: 10px;
    min-width: 0;
}
.wtso-assistant-header-icon {
    background: none;
    height: 42px;
    width: 42px;
}
.wtso-assistant-header-icon svg {
    height: 38px;
    width: 38px;
}
.wtso-assistant-header-icon img {
    border-radius: 50%;
    height: 42px;
    overflow: hidden;
    width: 42px;
}
.wtso-assistant-header h2 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}
.wtso-assistant-header p {
    color: rgba(255,255,255,0.72);
    font-size: 12px;
    margin: 3px 0 0;
}
.wtso-assistant-header-actions {
    align-items: center;
    display: flex;
    gap: 7px;
}
.wtso-assistant-cart-button {
    align-items: center;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    height: 34px;
    justify-content: center;
    padding: 0;
    position: relative;
    width: 34px;
}
.wtso-assistant-cart-button svg {
    fill: none;
    height: 18px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    width: 18px;
}
.wtso-assistant-cart-button:hover,
.wtso-assistant-cart-button:focus {
    background: rgba(255,255,255,0.16);
    color: #ffffff;
    outline: none;
}
.wtso-assistant-cart-count {
    align-items: center;
    background: #f3c974;
    border: 1px solid #3d1b3b;
    border-radius: 999px;
    color: #2a2027;
    display: inline-flex;
    font-size: 10px;
    font-weight: 800;
    height: 16px;
    justify-content: center;
    line-height: 1;
    min-width: 16px;
    padding: 0 4px;
    position: absolute;
    right: -5px;
    top: -5px;
}
.wtso-assistant-cart-count[hidden] {
    display: none;
}
.wtso-assistant-cart-count.is-empty {
    background: rgba(255,255,255,0.86);
    color: #3d1b3b;
}
.wtso-assistant-reset {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 999px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    height: 34px;
    line-height: 1;
    padding: 0 12px;
}
.wtso-assistant-reset:hover,
.wtso-assistant-reset:focus {
    background: rgba(255,255,255,0.16);
    color: #ffffff;
    outline: none;
}
.wtso-assistant-close {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 999px;
    color: #ffffff;
    font-size: 24px;
    height: 34px;
    line-height: 1;
    padding: 0;
    width: 34px;
}
.wtso-assistant-body {
    background: #faf8f6;
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 14px;
}
.wtso-assistant-message {
    display: flex;
    margin-bottom: 10px;
}
.wtso-assistant-message-user {
    justify-content: flex-end;
}
.wtso-assistant-bubble {
    background: #ffffff;
    border: 1px solid #eadfda;
    border-radius: 10px;
    color: #2e252b;
    font-size: 14px;
    line-height: 1.4;
    max-width: 86%;
    padding: 10px 12px;
}
.wtso-assistant-message-assistant .wtso-assistant-bubble {
    max-width: 94%;
    min-width: 168px;
}
.wtso-assistant-message-user .wtso-assistant-bubble {
    background: #3d1b3b;
    border-color: #3d1b3b;
    color: #ffffff;
}
.wtso-assistant-reply p {
    margin: 0 0 10px;
}
.wtso-assistant-reply p:last-child {
    margin-bottom: 0;
}
.wtso-assistant-reply ul,
.wtso-assistant-reply ol {
    margin: 7px 0 10px;
    padding-left: 19px;
}
.wtso-assistant-reply li {
    margin-bottom: 6px;
    padding-left: 1px;
}
.wtso-assistant-reply li:last-child {
    margin-bottom: 0;
}
.wtso-assistant-status {
    align-items: center;
    background: #f6f0ec;
    border: 1px solid #eadfda;
    border-radius: 999px;
    color: #5b5056;
    display: inline-flex;
    font-size: 12px;
    gap: 7px;
    line-height: 1.2;
    margin-top: 1px;
    max-width: 100%;
    padding: 7px 9px;
}
.wtso-assistant-status[hidden] {
    display: none;
}
.wtso-assistant-status-label {
    color: #3d1b3b;
    font-weight: 800;
}
.wtso-assistant-dots {
    display: inline-flex;
    gap: 3px;
    padding-left: 1px;
}
.wtso-assistant-dots i {
    animation: wtsoAssistantPulse 1s infinite ease-in-out;
    background: #9d6f58;
    border-radius: 999px;
    display: block;
    height: 4px;
    width: 4px;
}
.wtso-assistant-dots i:nth-child(2) {
    animation-delay: .15s;
}
.wtso-assistant-dots i:nth-child(3) {
    animation-delay: .3s;
}
@keyframes wtsoAssistantPulse {
    0%, 80%, 100% {
        opacity: .28;
        transform: translateY(0);
    }
    40% {
        opacity: 1;
        transform: translateY(-2px);
    }
}
.wtso-assistant-suggestions {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 0;
}
.wtso-assistant-starter {
    background: #ffffff;
    border: 1px solid #eadfda;
    border-radius: 10px;
    margin: 12px 0 4px;
    padding: 10px;
}
.wtso-assistant-starter-label {
    color: #7a6b73;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .04em;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.wtso-assistant-suggestions button {
    background: #fff7ef;
    border: 1px solid #ead8c4;
    border-radius: 999px;
    color: #4b2f40;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
    padding: 8px 11px;
    text-align: left;
}
.wtso-assistant-suggestions button:hover,
.wtso-assistant-suggestions button:focus {
    background: #fdf0df;
    border-color: #dfc4a5;
    color: #341d2b;
    outline: none;
}
.wtso-assistant-more {
    margin-top: 10px;
}
.wtso-assistant-more[hidden] {
    display: none;
}
.wtso-assistant-more button {
    background: #ffffff;
    border: 1px solid #c8b7ad;
    border-radius: 999px;
    color: #3d1b3b;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    padding: 8px 11px;
}
.wtso-assistant-more button:hover,
.wtso-assistant-more button:focus {
    background: #f8f4f1;
    outline: none;
}
.wtso-assistant-actions {
    display: grid;
    gap: 8px;
    margin-top: 10px;
}
.wtso-assistant-actions[hidden] {
    display: none;
}
.wtso-assistant-action {
    align-items: center;
    background: #fffaf3;
    border: 1px solid #ead4af;
    border-radius: 8px;
    display: grid;
    gap: 9px;
    grid-template-columns: 1fr auto;
    padding: 9px;
}
.wtso-assistant-action strong,
.wtso-assistant-action span {
    display: block;
}
.wtso-assistant-action strong {
    color: #35252e;
    font-size: 12px;
    line-height: 1.2;
}
.wtso-assistant-action span {
    color: #76625b;
    font-size: 11px;
    line-height: 1.25;
    margin-top: 2px;
}
.wtso-assistant-action button {
    background: #3d1b3b;
    border: none;
    border-radius: 7px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    padding: 9px 10px;
}
.wtso-assistant-action button:disabled {
    cursor: wait;
    opacity: .72;
}
.wtso-assistant-action.is-complete {
    background: #f1f8f1;
    border-color: #b7d5b7;
}
.wtso-assistant-action-cart {
    background: #f6f0ec;
    border-color: #d9c7bc;
}
.wtso-assistant-action-case-club {
    background: #f8f3f6;
    border-color: #d7becb;
}
.wtso-assistant-action-taste-profile {
    align-items: stretch;
    background: #f8f3f6;
    border-color: #d7becb;
    grid-template-columns: 1fr;
}
.wtso-assistant-choice-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}
.wtso-assistant-choice-grid button {
    background: #ffffff;
    border: 1px solid #d7becb;
    color: #3d1b3b;
    flex: 1 1 auto;
    min-width: 112px;
}
.wtso-assistant-choice-grid button:hover,
.wtso-assistant-choice-grid button:focus {
    background: #3d1b3b;
    color: #ffffff;
    outline: none;
}
.wtso-assistant-tool-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 8px;
}
.wtso-assistant-tool-list[hidden] {
    display: none;
}
.wtso-assistant-tool-list span {
    background: #f8f4f1;
    border: 1px solid #eadfda;
    border-radius: 999px;
    color: #6f646a;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 7px;
}
.wtso-assistant-cards {
    display: grid;
    gap: 9px;
    margin-top: 10px;
}
.wtso-assistant-cards[hidden] {
    display: none;
}
.wtso-assistant-card {
    align-items: stretch;
    background: #ffffff;
    border: 1px solid #e1d6cf;
    border-radius: 8px;
    display: grid;
    gap: 11px;
    grid-template-columns: 68px 1fr;
    padding: 9px;
}
.wtso-assistant-card-image {
    align-items: center;
    background: #fbf8f5;
    border: 1px solid #efe5df;
    border-radius: 7px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    min-height: 96px;
    padding: 6px;
    width: 100%;
}
.wtso-assistant-card img {
    height: 86px;
    max-width: 54px;
    object-fit: contain;
    width: 100%;
}
.wtso-assistant-card-copy {
    min-width: 0;
}
.wtso-assistant-card-badges,
.wtso-assistant-card-ratings {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 6px;
}
.wtso-assistant-card-badges span {
    background: #3d1b3b;
    border-radius: 999px;
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    padding: 4px 6px;
    text-transform: uppercase;
}
.wtso-assistant-card-ratings span {
    background: #f6f0ec;
    border: 1px solid #eadfda;
    border-radius: 999px;
    color: #5d3449;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    padding: 4px 6px;
}
.wtso-assistant-card h3 {
    color: #1f171d;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 5px;
}
.wtso-assistant-card-meta {
    color: #766b70;
    font-size: 11px;
    line-height: 1.3;
    margin: 0 0 6px;
}
.wtso-assistant-card-role {
    color: #4f3748;
    font-size: 12px;
    line-height: 1.3;
    margin: 0 0 6px;
}
.wtso-assistant-card-row {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: space-between;
}
.wtso-assistant-card-price {
    color: #a83d4c;
    font-size: 15px;
    font-weight: 800;
}
.wtso-assistant-card-bank-count {
    color: #4f3748;
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
}
.wtso-assistant-card-retail {
    color: #8c8186;
    display: inline-block;
    font-size: 11px;
    margin-left: 6px;
    text-decoration: line-through;
}
.wtso-assistant-card-actions {
    display: flex;
    flex: 0 0 auto;
    gap: 6px;
}
.wtso-assistant-card-link,
.wtso-assistant-card-add {
    background: #f3b44b;
    border: none;
    border-radius: 7px;
    color: #1d1619;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    padding: 8px 10px;
    text-decoration: none;
}
.wtso-assistant-card-add {
    background: #3d1b3b;
    color: #ffffff;
}
.wtso-assistant-card-select {
    min-width: 58px;
}
.wtso-assistant-card-remove {
    background: #ffffff;
    border: 1px solid #e1d6cf;
    color: #5d3449;
}
.wtso-assistant-card-link:hover,
.wtso-assistant-card-link:focus,
.wtso-assistant-card-add:hover,
.wtso-assistant-card-add:focus {
    color: inherit;
    opacity: .9;
    outline: none;
}
.wtso-assistant-card-add:hover,
.wtso-assistant-card-add:focus {
    color: #ffffff;
}
.wtso-assistant-card-add:disabled {
    cursor: wait;
    opacity: .72;
}
.wtso-assistant-card button:not(.wtso-assistant-card-link):not(.wtso-assistant-card-add) {
    color: #4d3443;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}
.wtso-assistant-form {
    align-items: center;
    background: #ffffff;
    border-top: 1px solid #eadfda;
    display: flex;
    gap: 8px;
    padding: 10px;
}
.wtso-assistant-form input {
    background: #f5f2f0 !important;
    border: 1px solid #ded5d0;
    border-radius: 8px;
    color: #2e252b;
    flex: 1 1 auto;
    height: 40px;
    min-width: 0;
    padding: 8px 10px;
}
.wtso-assistant-form button {
    background: #f3b44b;
    border: none;
    border-radius: 8px;
    color: #1d1619;
    font-weight: 800;
    height: 40px;
    padding: 0 14px;
}
.wtso-assistant-loading .wtso-assistant-form button {
    opacity: .65;
}
.wtso-assistant-form button:disabled,
.wtso-assistant-form input:disabled {
    cursor: wait;
}
@media(max-width: 767px) {
    .wtso-assistant {
        bottom: 14px;
        right: 14px;
    }
    /* Bottom-sheet backdrop */
    .wtso-assistant-backdrop {
        background: rgba(0, 0, 0, 0);
        bottom: 0;
        display: none;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        transition: background 0.3s ease;
        z-index: 9995;
    }
    .wtso-assistant.is-open .wtso-assistant-backdrop {
        background: rgba(0, 0, 0, 0.45);
        display: block;
    }
    /* Bottom-sheet panel: always rendered, slides in from bottom */
    .wtso-assistant-panel {
        border-radius: 16px 16px 0 0;
        bottom: 0;
        display: flex !important;
        height: 78vh;
        left: 0;
        max-height: 78vh;
        position: fixed;
        right: 0;
        transform: translateY(100%);
        transition: transform 0.36s cubic-bezier(0.4, 0, 0.2, 1);
        width: 100%;
        z-index: 9997;
    }
    .wtso-assistant.is-open .wtso-assistant-panel {
        transform: translateY(0);
    }
    /* Pull handle at top of sheet */
    .wtso-assistant-header::before {
        background: rgba(255, 255, 255, 0.35);
        border-radius: 999px;
        content: '';
        display: block;
        height: 4px;
        left: 50%;
        position: absolute;
        top: 8px;
        transform: translateX(-50%);
        width: 36px;
    }
    .wtso-assistant-header {
        position: relative;
        padding-top: 20px;
    }
    .wtso-assistant-launcher-text {
        display: none;
    }
    .wtso-assistant-launcher {
        min-height: 50px;
        padding: 8px;
        position: relative;
        z-index: 9998;
    }
    .wtso-assistant-message-assistant .wtso-assistant-bubble {
        max-width: 96%;
    }
    .wtso-assistant-starter {
        padding: 9px;
    }
    .wtso-assistant-action {
        grid-template-columns: 1fr;
    }
    .wtso-assistant-action button {
        width: 100%;
    }
}

#product_detail {
    color: #2e252b;
    z-index: 1060;
}
#product_detail .modal-dialog {
    margin: 28px auto;
    max-width: 1120px;
    width: calc(100vw - 34px) !important;
}
#product_detail .modal-content {
    border: none;
    border-radius: 12px;
    box-shadow: 0 28px 70px rgba(24, 18, 22, 0.32);
    overflow: hidden;
}
#product_detail .modal-header {
    align-items: center;
    background: #2f282d;
    border-bottom: 1px solid rgba(255,255,255,0.12);
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    padding: 16px 22px;
}
#product_detail .modal-header .close {
    color: #ffffff;
    font-size: 30px;
    line-height: 1;
    margin-top: 0;
    opacity: .82;
    text-shadow: none;
}
#product_detail .modal-header .close:hover,
#product_detail .modal-header .close:focus {
    opacity: 1;
}
#product_detail #modal-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: .04em;
    line-height: 1.2;
    margin: 0;
    text-transform: uppercase;
}
#product_detail .modal-body {
    background: #faf8f6;
    max-height: calc(100vh - 170px);
    overflow-y: auto;
    padding: 22px;
}
#product_detail .modal-body > .row,
#product_detail #main-campaign-container {
    margin: 0 !important;
}
#product_detail #returnDisplay {
    padding: 0;
}
#product_detail .modal-footer {
    background: #ffffff;
    border-top: 1px solid #eadfda;
    padding: 12px 18px;
}
#product_detail .modal-footer .btn {
    border-radius: 7px;
    font-weight: 800;
}
#product_detail .current-offer {
    color: #2e252b;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}
#product_detail #bottle-image-container,
#product_detail #product-price-info-container,
#product_detail #product-info-container {
    padding-left: 12px;
    padding-right: 12px;
}
#product_detail #current-offer-bottle {
    background: #ffffff;
    border: 1px solid #eadfda;
    border-radius: 10px;
    min-height: 485px;
    padding: 22px 14px;
}
#product_detail .current-offer-bottle-image {
    max-height: 360px !important;
    max-width: 210px !important;
    object-fit: contain;
}
#product_detail #current-offer-bottle > div:last-child img {
    opacity: .78;
}
#product_detail #percent-off {
    background: #a83d4c !important;
    border: 4px solid #ffffff;
    border-radius: 999px !important;
    box-shadow: 0 12px 26px rgba(168, 61, 76, .24);
    color: #ffffff;
    height: 86px !important;
    width: 86px !important;
    z-index: 2;
}
#product_detail #percent-off-number {
    background: transparent !important;
    border-radius: 999px !important;
    color: #ffffff !important;
    font-size: 24px !important;
    height: 78px !important;
    line-height: .95 !important;
    padding-top: 18px !important;
    width: 78px !important;
}
#product_detail #main-price-container,
#product_detail #secondary-price-container {
    background: #ffffff !important;
    border: 1px solid #eadfda !important;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(24, 18, 22, .07);
    padding: 18px !important;
}
#product_detail #secondary-price-container {
    margin-top: 14px !important;
}
#product_detail #comparable-price {
    background: #f8f4f1;
    border-radius: 8px;
    padding: 10px;
}
#product_detail .price-words {
    color: #6f646a !important;
}
#product_detail #our-price h3 {
    color: #4d3443;
    font-size: 13px !important;
    font-weight: 800;
    letter-spacing: .08em;
    margin: 14px 0 4px !important;
    text-decoration: none !important;
    text-transform: uppercase;
}
#product_detail #price {
    color: #a83d4c !important;
    font-size: 42px !important;
    line-height: 1.05;
}
#product_detail .btn-dk-blue,
#product_detail .btn.btn-dk-blue {
    background: #3d1b3b !important;
    border: 1px solid #3d1b3b !important;
    border-radius: 8px !important;
    color: #ffffff !important;
}
#product_detail .btn-dk-blue:hover,
#product_detail .btn-dk-blue:focus {
    background: #4d244b !important;
    border-color: #4d244b !important;
    color: #ffffff !important;
}
#product_detail #product-info-container h2,
#product_detail .hidden-sm.hidden-md.hidden-lg.hidden-xl h2 {
    color: #1f171d;
    font-size: 28px !important;
    font-weight: 800 !important;
    line-height: 1.18;
    margin: 0 0 8px !important;
}
#product_detail #product-info-container > p,
#product_detail .hidden-sm.hidden-md.hidden-lg.hidden-xl > p {
    color: #6f646a;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 1.35;
    margin-bottom: 16px;
}
#product_detail #wine-details {
    background: #ffffff;
    border: 1px solid #eadfda;
    border-radius: 10px;
    color: #4d3443;
    font-size: 14px;
    font-weight: 700;
    margin: 10px 0 14px;
    padding: 13px 15px;
}
#product_detail #wine-details img {
    margin-right: 8px;
    max-height: 28px;
    opacity: .82;
}
#product_detail #wine-details a {
    color: #a83d4c !important;
    display: inline-block;
    font-size: 13px;
    font-weight: 800;
    margin-top: 8px;
    text-decoration: none !important;
}
#product_detail .wine-rating-description > div,
#product_detail .show_description > div {
    background: #f8f4f1 !important;
    border-color: #d8ccc5 !important;
    color: #4d3443 !important;
    min-height: 28px;
    padding: 4px 6px !important;
}
#product_detail .wine-rating-description > div:first-child,
#product_detail .show_description > div:first-child {
    background: #ffffff !important;
    color: #a83d4c !important;
}
#product_detail [ab_val="Wine Details"],
#product_detail [ab_val="Tech Notes"],
#product_detail .collapse > div[style*="border:solid black"] {
    background: #ffffff;
    border: 1px solid #eadfda !important;
    border-radius: 10px;
    line-height: 1.55;
}
#product_detail [ab_val="Wine Details"] img {
    margin-right: 6px;
    opacity: .78;
}
#product_detail #reasons-to-buy {
    background: #ffffff;
    border: 1px solid #eadfda;
    border-left: 4px solid #f3c974;
    border-radius: 10px;
    margin-top: 18px;
    padding: 16px 18px;
}
#product_detail #reasons-to-buy h4 {
    color: #1f171d;
    font-size: 18px !important;
    margin: 0 0 10px !important;
}
#product_detail #reasons-to-buy ul,
#product_detail #reasons-to-buy ol {
    margin-bottom: 0;
    padding-left: 18px !important;
}
#product_detail #reasons-to-buy li {
    color: #4f464b;
    line-height: 1.5;
    margin-bottom: 7px;
}
#product_detail .text-site-description.input-group-addon {
    border-color: #ded5d0 !important;
}
@media(max-width: 767px) {
    #product_detail .modal-dialog {
        margin: 8px auto;
        width: calc(100vw - 16px) !important;
    }
    #product_detail .modal-header {
        padding: 13px 15px;
    }
    #product_detail .modal-body {
        max-height: calc(100vh - 130px);
        padding: 14px;
    }
    #product_detail #current-offer-bottle {
        min-height: 0;
    }
    #product_detail #product-info-container h2,
    #product_detail .hidden-sm.hidden-md.hidden-lg.hidden-xl h2 {
        font-size: 22px !important;
    }
    #product_detail #price {
        font-size: 34px !important;
    }
}
.grecaptcha-badge {
    visibility: hidden !important;
}
