/* Product Subcategory display on page */
.product-details-subcatname {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
    color: #666;
}
.product-details-subcatname a {
    text-decoration: none;
    color: inherit;
    transition: color 0.2s ease;
}
.product-details-subcatname a:hover {
    color: #000;
}

/* Product custom code attribute styling */
.product-custom-code-wrapper_06bd1dae{
    margin-top:15px;
    margin-bottom:15px;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
}
.product-custom-code-label_06bd1dae {
    font-family: 'Sora', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #252B37;
}
.product-custom-code-value_06bd1dae {
    font-family: 'Sora', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #535862;
}

/* =========================================
   Get Quote Snippet Styles - Modern B2B Modal
   ========================================= */

/* 1. Button styling */
.woo-quote-btn-wrapper-de5e7818 {
    margin: 20px 0;
    width: 100%;
}
.woo-get-quote-trigger-de5e7818 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 192px !important;
    height: 44px;
    gap: 8px;
    background-color: #2C46D3 !important;
    color: #FFFFFF !important;
    border: none;
    border-radius: 6px;
    font-family: 'Sora', sans-serif;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.2s ease, transform 0.1s ease;
}
.woo-get-quote-trigger-de5e7818:hover {
    background-color: var(--tste-labtechco-skincolor) !important;
}
.woo-get-quote-trigger-de5e7818:active {
    transform: scale(0.98);
}
.woo-get-quote-trigger-de5e7818::after {
   content: "🡢";
    font-size: 16px;
    transition: transform 0.2s ease;
}
.woo-get-quote-trigger-de5e7818:hover::after {
    transform: translateX(3px);
}

/* 2. Modal Overlay */
.woo-quote-modal-overlay-de5e7818 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(15, 23, 42, 0.6); /* Slightly darker/cooler overlay */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    font-family: 'Sora', sans-serif;
    padding: 20px;
    box-sizing: border-box;

}
.woo-quote-modal-overlay-de5e7818.is-open {
    opacity: 1;
    visibility: visible;
}
body.woo-quote-modal-open-de5e7818 {
    overflow: hidden !important;
}

/* 3. Modal Container - Modern & Compact */
.woo-quote-modal-content-de5e7818 {
    background-color: #FFFFFF;
    border-radius: 8px;
    width: 100%;
    max-width: 600px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    padding: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    transform: translateY(-20px);
    transition: transform 0.3s ease;
    border-top: 4px solid #1E3A8A; /* Accent brand line */
}
.woo-quote-modal-overlay-de5e7818.is-open .woo-quote-modal-content-de5e7818 {
    transform: translateY(0);
}

/* Close Button */
.woo-quote-modal-close-de5e7818 {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 26px;
    line-height: 1;
    color: #94A3B8;
    cursor: pointer;
    transition: color 0.2s ease;
}
.woo-quote-modal-close-de5e7818:hover {
    color: #1E293B;
}

/* Modal Title & Compact Preview Header */
.woo-quote-modal-title-de5e7818 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 12px 0;
    color: #0F172A;
}

.woo-quote-product-preview-de5e7818 {
    background-color: #F8FAFC;
    border-radius: 6px;
    padding: 12px 16px;
    margin-bottom: 24px;
    border: 1px solid #E2E8F0;
    font-size: 13px;
    color: #475569;
}
.woo-quote-product-title-row,
.woo-quote-product-cat-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 4px;
}
.woo-quote-product-cat-row {
    margin-bottom: 0;
}
.wq-label {
    font-weight: 600;
    color: #334155;
}
.wq-val-name {
    font-weight: 700;
    color: #1E3A8A;
    font-size: 14px;
}
.wq-val-code {
    background: #E2E8F0;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 11px;
    color: #475569;
    font-weight: 600;
}
.wq-val-cat {
    color: #64748B;
}

/* Form Styles - 2 Column CSS Grid */
.woo-quote-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}

@media (max-width: 500px) {
    .woo-quote-form-grid {
        grid-template-columns: 1fr; /* Stack on mobile */
    }
}

.form-group-de5e7818 {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.form-group-de5e7818.full-width {
    width: 100%;
    margin-bottom: 20px;
}

.form-group-de5e7818 label {
    font-size: 13px;
    font-weight: 600;
    color: #475569;
}

.form-group-de5e7818 input,
.form-group-de5e7818 textarea {
    font-family: 'Sora', sans-serif;
    font-size: 13px;
    padding: 10px 14px;
    border: 1px solid #CBD5E1;
    border-radius: 6px;
    width: 100%;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    background: #FFFFFF;
}

.form-group-de5e7818 input:focus,
.form-group-de5e7818 textarea:focus {
    outline: none;
    border-color: #1E3A8A;
    box-shadow: 0 0 0 3px rgba(30, 58, 138, 0.1);
}

/* Submit Button */
.woo-quote-submit-btn-de5e7818 {
    background-color: #1E3A8A;
    color: #FFFFFF;
    border: none;
    border-radius: 6px;
    height: 44px;
    width: 100%;
    font-family: 'Sora', sans-serif;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.woo-quote-submit-btn-de5e7818:hover {
    background-color: #152C69;
}

/* Loader indicator */
.btn-loader-de5e7818 {
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #FFFFFF;
    animation: wooQuoteSpinDe5e7818 0.8s linear infinite;
}
@keyframes wooQuoteSpinDe5e7818 {
    to { transform: rotate(360deg); }
}

/* Message Feedback Box */
.woo-quote-message-box-de5e7818 {
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 15px;
}
.woo-quote-message-box-de5e7818.success {
    background-color: #F0FDF4;
    color: #166534;
    border: 1px solid #BBF7D0;
}
.woo-quote-message-box-de5e7818.error {
    background-color: #FEF2F2;
    color: #991B1B;
    border: 1px solid #FECACA;
}
