/* =========================================
   7) RFU - PPOM PRINTING & EMBROIDERY UI - BASE
   ========================================= */

.single-product .ppom-wrapper,
.single-product .ppom-wrapper .ppom-section-collapse,
.single-product .ppom-wrapper .ppom-section {
    max-width: 500px !important;
}

.single-product .ppom-wrapper .form-group,
.single-product .ppom-wrapper .ppom-field-wrapper,
.single-product .ppom-wrapper .ppom-input {
    box-sizing: border-box !important;
}

.single-product .ppom-wrapper input[type="checkbox"],
.single-product .ppom-wrapper input[type="radio"] {
    margin-right: 7px !important;
    transform: translateY(1px) !important;
    accent-color: var(--retailers-orange) !important;
}

.single-product .ppom-wrapper label {
    color: #071f35 !important;
    font-weight: 800 !important;
}

.single-product .ppom-wrapper small,
.single-product .ppom-wrapper .description,
.single-product .ppom-wrapper .ppom-desc,
.single-product .ppom-wrapper .ppom-field-description {
    color: #7d8b97 !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
    font-weight: 650 !important;
}

/* 3D printing compact card */
.single-product .rfu-print-card {
    width: 100% !important;
    max-width: 440px !important;
    margin: 14px 0 18px 0 !important;
    padding: 16px 16px 15px !important;
    border: 1px solid #d9e1e8 !important;
    border-radius: 17px !important;
    background: #ffffff !important;
    box-shadow: 0 8px 24px rgba(12, 45, 78, 0.055) !important;
    box-sizing: border-box !important;
}

.single-product .rfu-print-card-title {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    margin: 0 0 12px 0 !important;
    padding: 0 0 10px 0 !important;
    border-bottom: 1px solid #e6ebf0 !important;
    color: #0C2D4E !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
    letter-spacing: -0.15px !important;
}

/* Prevent duplicated center/right 3D Print text */
.single-product .rfu-print-card-title::after {
    display: none !important;
    content: none !important;
}

.single-product .rfu-print-card-title-text {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: 0 !important;
    color: #0C2D4E !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
    letter-spacing: -0.15px !important;
}

.single-product .rfu-print-card-badge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    padding: 6px 11px !important;
    border-radius: 999px !important;
    background: rgba(231, 140, 7, 0.10) !important;
    border: 1px solid rgba(231, 140, 7, 0.18) !important;
    color: var(--retailers-orange) !important;
    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
}

.single-product .rfu-print-card-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 12px !important;
    margin: 0 0 10px 0 !important;
}

.single-product .rfu-print-card-grid .rfu-print-moved-field,
.single-product .rfu-print-card-notes .rfu-print-moved-field,
.single-product .rfu-print-card-grid .ppom-field-wrapper,
.single-product .rfu-print-card-grid .ppom-input,
.single-product .rfu-print-card-grid .ppom-field,
.single-product .rfu-print-card-grid .form-row,
.single-product .rfu-print-card-notes .ppom-field-wrapper,
.single-product .rfu-print-card-notes .ppom-input,
.single-product .rfu-print-card-notes .ppom-field,
.single-product .rfu-print-card-notes .form-row {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.single-product .rfu-print-card input[type="number"],
.single-product .rfu-print-card input[type="text"],
.single-product .rfu-print-card textarea {
    width: 100% !important;
    border: 1px solid #d6dee6 !important;
    border-radius: 13px !important;
    background: #ffffff !important;
    color: #0C2D4E !important;
    box-shadow: none !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    box-sizing: border-box !important;
    transition: border-color .2s ease, box-shadow .2s ease !important;
}

.single-product .rfu-print-card input[type="number"],
.single-product .rfu-print-card input[type="text"] {
    height: 44px !important;
    min-height: 44px !important;
    padding: 0 12px !important;
    text-align: center !important;
    appearance: auto !important;
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
}

.single-product .rfu-print-card textarea {
    min-height: 70px !important;
    padding: 14px 16px !important;
    resize: vertical !important;
    line-height: 1.45 !important;
    margin: 0 !important;
}

.single-product .rfu-print-card input::placeholder,
.single-product .rfu-print-card textarea::placeholder {
    color: #8192a0 !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
    font-weight: 650 !important;
    opacity: 1 !important;
}

.single-product .rfu-print-card input[type="number"]::placeholder,
.single-product .rfu-print-card input[type="text"]::placeholder {
    text-align: center !important;
}

.single-product .rfu-print-card input:focus,
.single-product .rfu-print-card textarea:focus {
    border-color: var(--retailers-orange) !important;
    box-shadow: 0 0 0 3px rgba(231, 140, 7, 0.12) !important;
    outline: none !important;
}

.single-product .rfu-print-original-label-hidden,
.single-product .rfu-print-source-hidden,
.single-product .rfu-print-card .ppom-field-wrapper > label,
.single-product .rfu-print-card .ppom-input > label,
.single-product .rfu-print-card .ppom-field > label,
.single-product .rfu-print-card .form-row > label,
.single-product .rfu-print-card .form-control-label,
.single-product .rfu-print-card .ppom-label,
.single-product .rfu-print-card .ppom-label-item,
.single-product .rfu-print-card-note-hint,
.single-product .rfu-print-notes-helper {
    display: none !important;
}

.single-product .rfu-print-price-box {
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    min-height: 44px;
    margin: 12px 0 0 0;
    padding: 10px 13px;
    border-radius: 13px;
    background: #fff8ef;
    border: 1px solid rgba(231, 140, 7, 0.24);
    color: #0C2D4E;
    box-sizing: border-box;
}

.single-product .rfu-print-price-box span {
    color: #0C2D4E;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 900;
}

.single-product .rfu-print-price-box strong {
    color: var(--retailers-orange);
    font-size: 14px;
    line-height: 1.3;
    font-weight: 950;
    white-space: nowrap;
}

.single-product .rfu-print-total-box {
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    max-width: 440px;
    min-height: 48px;
    margin: 0 0 20px 0;
    padding: 12px 15px;
    border-radius: 14px;
    background: #0C2D4E;
    border: 1px solid #0C2D4E;
    box-shadow: 0 10px 24px rgba(12, 45, 78, 0.12);
    box-sizing: border-box;
}

.single-product .rfu-print-total-box span {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 900;
}

.single-product .rfu-print-total-box strong {
    color: var(--retailers-orange);
    font-size: 16px;
    line-height: 1.3;
    font-weight: 950;
    white-space: nowrap;
}

/* Embroidery notes clean style */
.single-product .rfu-embroidery-notes-field {
    width: 100% !important;
    max-width: 440px !important;
    margin: 14px 0 16px 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.single-product .rfu-embroidery-notes-field > label,
.single-product .rfu-embroidery-notes-field .form-control-label,
.single-product .rfu-embroidery-notes-field .ppom-label,
.single-product .rfu-embroidery-notes-field .ppom-label-item {
    display: block !important;
    margin: 0 0 8px 0 !important;
    padding: 0 !important;
    color: #0C2D4E !important;
    font-size: 15px !important;
    line-height: 1.3 !important;
    font-weight: 900 !important;
    letter-spacing: -0.1px !important;
}

.single-product .rfu-embroidery-note-description-hidden,
.single-product .rfu-embroidery-notes-field small,
.single-product .rfu-embroidery-notes-field .description,
.single-product .rfu-embroidery-notes-field .ppom-desc,
.single-product .rfu-embroidery-notes-field .ppom-field-description,
.single-product .rfu-embroidery-notes-field .form-text,
.single-product .rfu-embroidery-notes-field .help-block {
    display: none !important;
}

.single-product .rfu-embroidery-notes-field textarea,
.single-product textarea[name*="embroidery_notes"],
.single-product textarea[name*="Embroidery_Notes"] {
    width: 100% !important;
    max-width: 440px !important;
    min-height: 70px !important;
    padding: 14px 16px !important;
    border: 1px solid #d6dee6 !important;
    border-radius: 13px !important;
    background: #ffffff !important;
    color: #0C2D4E !important;
    box-shadow: none !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
    font-weight: 650 !important;
    resize: vertical !important;
    box-sizing: border-box !important;
}

.single-product .rfu-embroidery-notes-field textarea::placeholder,
.single-product textarea[name*="embroidery_notes"]::placeholder,
.single-product textarea[name*="Embroidery_Notes"]::placeholder {
    color: #8192a0 !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
    font-weight: 650 !important;
    opacity: 1 !important;
}

.single-product .rfu-embroidery-notes-field textarea:focus,
.single-product textarea[name*="embroidery_notes"]:focus,
.single-product textarea[name*="Embroidery_Notes"]:focus {
    border-color: var(--retailers-orange) !important;
    box-shadow: 0 0 0 3px rgba(231, 140, 7, 0.12) !important;
    outline: none !important;
}

@media (max-width: 767px) {

    .single-product .ppom-wrapper,
    .single-product .ppom-wrapper .ppom-section-collapse,
    .single-product .ppom-wrapper .ppom-section,
    .single-product .rfu-print-card,
    .single-product .rfu-print-total-box,
    .single-product .rfu-embroidery-notes-field,
    .single-product .rfu-embroidery-notes-field textarea {
        max-width: 100% !important;
    }

    .single-product .rfu-print-card {
        margin: 14px 0 16px 0 !important;
        padding: 14px !important;
        border-radius: 15px !important;
    }

    .single-product .rfu-print-card-title,
    .single-product .rfu-print-card-title-text {
        font-size: 16px !important;
    }

    .single-product .rfu-print-card-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 10px !important;
    }

    .single-product .rfu-print-card input[type="number"],
    .single-product .rfu-print-card input[type="text"] {
        height: 42px !important;
        min-height: 42px !important;
        padding: 0 8px !important;
        font-size: 15px !important;
    }

    .single-product .rfu-print-card textarea,
    .single-product .rfu-embroidery-notes-field textarea,
    .single-product textarea[name*="embroidery_notes"],
    .single-product textarea[name*="Embroidery_Notes"] {
        min-height: 68px !important;
    }

    .single-product .rfu-print-total-box {
        min-height: 46px;
        padding: 11px 13px !important;
    }
}

/* =========================================
   8) RFU - FINAL PRINT NOTES + MOBILE NUMBER STEPPERS
   ========================================= */

.single-product .rfu-print-card-notes textarea,
.single-product .rfu-print-card .rfu-print-notes-field textarea,
.single-product .rfu-print-card textarea[name*="print_notes"] {
    width: 100% !important;
    max-width: 100% !important;
    height: 72px !important;
    min-height: 72px !important;
    max-height: 72px !important;
    padding: 13px 16px !important;
    border: 1px solid #d6dee6 !important;
    border-radius: 13px !important;
    background: #ffffff !important;
    color: #0C2D4E !important;
    box-shadow: none !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
    font-weight: 650 !important;
    resize: none !important;
    overflow-y: auto !important;
    box-sizing: border-box !important;
}

.single-product .rfu-print-card-notes textarea::placeholder,
.single-product .rfu-print-card .rfu-print-notes-field textarea::placeholder,
.single-product .rfu-print-card textarea[name*="print_notes"]::placeholder {
    color: #8192a0 !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
    font-weight: 650 !important;
    opacity: 1 !important;
}

.single-product .rfu-print-number-control {
    position: relative !important;
    width: 100% !important;
    display: block !important;
    box-sizing: border-box !important;
}

.single-product .rfu-print-number-control input[type="number"] {
    width: 100% !important;
    text-align: center !important;
}

.single-product .rfu-print-number-btn {
    display: none !important;
}

@media (max-width: 767px) {

    .single-product .rfu-print-number-control input[type="number"] {
        padding-left: 42px !important;
        padding-right: 42px !important;
        text-align: center !important;
        -webkit-appearance: textfield !important;
        appearance: textfield !important;
    }

    .single-product .rfu-print-number-control input[type="number"]::-webkit-outer-spin-button,
    .single-product .rfu-print-number-control input[type="number"]::-webkit-inner-spin-button {
        -webkit-appearance: none !important;
        margin: 0 !important;
    }

    .single-product .rfu-print-number-btn {
        position: absolute !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        z-index: 3 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 28px !important;
        height: 28px !important;
        min-width: 28px !important;
        min-height: 28px !important;
        padding: 0 !important;
        margin: 0 !important;
        border: 1px solid rgba(12, 45, 78, 0.16) !important;
        border-radius: 999px !important;
        background: #ffffff !important;
        color: #0C2D4E !important;
        box-shadow: none !important;
        font-size: 18px !important;
        line-height: 1 !important;
        font-weight: 900 !important;
        cursor: pointer !important;
    }

    .single-product .rfu-print-number-btn:active {
        background: rgba(231, 140, 7, 0.10) !important;
        border-color: rgba(231, 140, 7, 0.40) !important;
        color: var(--retailers-orange) !important;
    }

    .single-product .rfu-print-number-minus {
        left: 8px !important;
    }

    .single-product .rfu-print-number-plus {
        right: 8px !important;
    }
}


/* =========================================
   9) RFU - COMPACT PREMIUM UPLOAD AREAS + TYPOGRAPHY
   ========================================= */

/* General PPOM typography tuning */
.single-product .summary .ppom-wrapper label,
.single-product .summary .ppom-wrapper .form-control-label,
.single-product .summary .ppom-wrapper .ppom-label,
.single-product .summary .ppom-wrapper .ppom-label-item,
.single-product .summary .ppom-wrapper .form-group > label {
    color: #0C2D4E !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    font-weight: 800 !important;
    letter-spacing: -0.03px !important;
}

.single-product .summary .ppom-wrapper small,
.single-product .summary .ppom-wrapper .description,
.single-product .summary .ppom-wrapper .ppom-desc,
.single-product .summary .ppom-wrapper .ppom-field-description,
.single-product .summary .ppom-wrapper .form-text,
.single-product .summary .ppom-wrapper .help-block {
    color: #7b8b97 !important;
    font-size: 11.5px !important;
    line-height: 1.45 !important;
    font-weight: 600 !important;
}

/* Checkbox / radio controls */
.single-product .summary .ppom-wrapper input[type="checkbox"],
.single-product .summary .ppom-wrapper input[type="radio"] {
    width: 14px !important;
    height: 14px !important;
    margin-right: 7px !important;
    transform: translateY(1px) !important;
    accent-color: var(--retailers-orange) !important;
}

/* Option labels: Yes, Right Chest, Left Chest, etc. */
.single-product .summary .ppom-wrapper .form-group label:not(.form-control-label),
.single-product .summary .ppom-wrapper .checkbox label,
.single-product .summary .ppom-wrapper .radio label,
.single-product .summary .ppom-wrapper .form-check label,
.single-product .summary .ppom-wrapper .ppom-check-label,
.single-product .summary .ppom-wrapper .ppom-option-label,
.single-product .summary .ppom-wrapper .checkbox,
.single-product .summary .ppom-wrapper .radio,
.single-product .summary .ppom-wrapper .form-check,
.single-product .summary .ppom-wrapper .ppom-check-input {
    color: #0C2D4E !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
    font-weight: 700 !important;
}

.single-product .summary .ppom-wrapper .show_required,
.single-product .summary .ppom-wrapper .required,
.single-product .summary .ppom-wrapper .text-danger {
    color: #d63638 !important;
    font-weight: 800 !important;
}

.single-product .summary .ppom-wrapper a {
    font-weight: 750 !important;
    text-decoration: none !important;
}

/* Embroidery upload title: keep visible because the upload box appears before the Add custom embroidery question */
.single-product .summary .upload-lb,
.single-product .summary label.upload-lb {
    display: block !important;
    margin: 16px 0 8px 0 !important;
    color: #0C2D4E !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    font-weight: 850 !important;
}

/* Embroidery upload compact box */
.single-product .summary .products-uploads-dragandrophandler-container {
    width: 100% !important;
    max-width: 420px !important;
    margin: 0 0 6px 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    overflow: visible !important;
}

.single-product .summary .products-uploads-dragandrophandler {
    width: 100% !important;
    max-width: 420px !important;
    min-height: 132px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 17px 16px 16px !important;
    box-sizing: border-box !important;
    border: 1.3px dashed rgba(12, 45, 78, 0.26) !important;
    border-radius: 14px !important;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: visible !important;
    box-shadow: 0 8px 20px rgba(12, 45, 78, 0.045) !important;
    transition: border-color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease !important;
}

.single-product .summary .products-uploads-dragandrophandler:hover {
    border-color: rgba(231, 140, 7, 0.70) !important;
    background: linear-gradient(180deg, #ffffff 0%, #fff8ed 100%) !important;
    box-shadow: 0 14px 32px rgba(12, 45, 78, 0.09) !important;
    transform: translateY(-1px) !important;
}

.single-product .summary .products-uploads-dragandrophandler-inner {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    overflow: visible !important;
    white-space: normal !important;
    text-overflow: clip !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
}

.single-product .summary .products-uploads-dragandrophandler-inner * {
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    text-overflow: clip !important;
    overflow: visible !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    text-align: center !important;
}

.single-product .summary .products-uploads-text-drop {
    display: block !important;
    width: 100% !important;
    max-width: 310px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #0C2D4E !important;
    font-size: 15.5px !important;
    line-height: 1.28 !important;
    font-weight: 850 !important;
    letter-spacing: -0.1px !important;
}

.single-product .summary .products-uploads-text-or {
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    margin: -2px 0 1px 0 !important;
    padding: 0 !important;
    color: #7b8b97 !important;
    font-size: 12px !important;
    line-height: 1.1 !important;
    font-weight: 700 !important;
    text-transform: lowercase !important;
}

.single-product .summary .products-uploads-dragandrophandler button,
.single-product .summary .products-uploads-dragandrophandler .button,
.single-product .summary .products-uploads-dragandrophandler input[type="button"],
.single-product .summary .products-uploads-dragandrophandler input[type="submit"],
.single-product .summary .products-uploads-dragandrophandler a,
.single-product .summary .products-uploads-dragandrophandler span[class*="button"],
.single-product .summary .products-uploads-dragandrophandler div[class*="button"],
.single-product .summary .products-uploads-dragandrophandler .products-uploads-button {
    min-width: 126px !important;
    height: 38px !important;
    min-height: 38px !important;
    margin: 2px 0 0 0 !important;
    padding: 0 18px !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: #E78C07 !important;
    background-color: #E78C07 !important;
    color: #ffffff !important;
    box-shadow: 0 7px 16px rgba(231, 140, 7, 0.22) !important;
    font-size: 13px !important;
    line-height: 38px !important;
    font-weight: 850 !important;
    text-align: center !important;
    text-decoration: none !important;
    cursor: pointer !important;
}

.single-product .summary .products-uploads-dragandrophandler button:hover,
.single-product .summary .products-uploads-dragandrophandler .button:hover,
.single-product .summary .products-uploads-dragandrophandler input[type="button"]:hover,
.single-product .summary .products-uploads-dragandrophandler input[type="submit"]:hover,
.single-product .summary .products-uploads-dragandrophandler a:hover,
.single-product .summary .products-uploads-dragandrophandler span[class*="button"]:hover,
.single-product .summary .products-uploads-dragandrophandler div[class*="button"]:hover,
.single-product .summary .products-uploads-dragandrophandler .products-uploads-button:hover {
    background: #cf7d06 !important;
    background-color: #cf7d06 !important;
    color: #ffffff !important;
    box-shadow: 0 10px 22px rgba(231, 140, 7, 0.32) !important;
}

.single-product .summary .retailers-upload-helper {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: fit-content !important;
    max-width: 100% !important;
    margin: 5px 0 12px 0 !important;
    padding: 3px 9px !important;
    border-radius: 999px !important;
    background: rgba(231, 140, 7, 0.11) !important;
    border: 1px solid rgba(231, 140, 7, 0.20) !important;
    color: #0C2D4E !important;
    font-size: 10.5px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    text-align: center !important;
}

.single-product .products-uploads-dragandrophandler-container[style*="display: none"] + .retailers-upload-helper,
.single-product .products-uploads-dragandrophandler-container[style*="display:none"] + .retailers-upload-helper {
    display: none !important;
}

.single-product .summary .products-uploads-drop-statusbar {
    max-width: 420px !important;
    margin-top: 9px !important;
    padding: 8px 10px !important;
    border-radius: 10px !important;
}

.single-product .summary .products-uploads-drop-statusbar,
.single-product .summary .products-uploads-drop-statusbar * {
    font-size: 12px !important;
    line-height: 1.35 !important;
}

/* Printing upload compact box. The original style is injected by the upload snippet; this CSS only overrides the visuals. */
.single-product .summary .rfu-print-upload-wrap {
    width: 100% !important;
    max-width: 420px !important;
    margin: 8px 0 18px !important;
}

.single-product .summary .rfu-print-upload-title {
    display: none !important;
}

.single-product .summary .rfu-print-upload-box {
    width: 100% !important;
    max-width: 420px !important;
    padding: 18px 16px !important;
    border-radius: 14px !important;
    border: 1.3px dashed rgba(12, 45, 78, 0.24) !important;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%) !important;
    box-shadow: 0 8px 20px rgba(12, 45, 78, 0.045) !important;
}

.single-product .summary .rfu-print-upload-main {
    max-width: 315px !important;
    margin: 0 auto 6px !important;
    color: #0C2D4E !important;
    font-size: 15.5px !important;
    line-height: 1.28 !important;
    font-weight: 850 !important;
}

.single-product .summary .rfu-print-upload-sub {
    max-width: 340px !important;
    margin: 0 auto 12px !important;
    color: #7b8b97 !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
    font-weight: 650 !important;
}

.single-product .summary .rfu-print-upload-button {
    min-width: 126px !important;
    min-height: 38px !important;
    height: 38px !important;
    padding: 0 20px !important;
    border-radius: 8px !important;
    font-size: 13px !important;
    line-height: 38px !important;
    font-weight: 850 !important;
    box-shadow: 0 7px 16px rgba(231, 140, 7, 0.22) !important;
}

.single-product .summary .rfu-print-upload-list {
    margin-top: 11px !important;
    gap: 7px !important;
}

.single-product .summary .rfu-print-upload-item {
    padding: 8px 10px !important;
    border-radius: 10px !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
}

.single-product .summary .rfu-print-upload-message {
    margin-top: 8px !important;
    padding: 8px 10px !important;
    border-radius: 9px !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
}

@media (max-width: 767px) {

    .single-product .summary .products-uploads-dragandrophandler-container,
    .single-product .summary .products-uploads-dragandrophandler,
    .single-product .summary .products-uploads-drop-statusbar,
    .single-product .summary .rfu-print-upload-wrap,
    .single-product .summary .rfu-print-upload-box {
        max-width: 100% !important;
    }

    .single-product .summary .products-uploads-dragandrophandler {
        min-height: 126px !important;
        padding: 16px 14px !important;
        border-radius: 14px !important;
    }

    .single-product .summary .rfu-print-upload-box {
        padding: 16px 14px !important;
        border-radius: 14px !important;
    }

    .single-product .summary .products-uploads-text-drop,
    .single-product .summary .rfu-print-upload-main {
        font-size: 15px !important;
        line-height: 1.3 !important;
    }

    .single-product .summary .products-uploads-dragandrophandler button,
    .single-product .summary .products-uploads-dragandrophandler .button,
    .single-product .summary .products-uploads-dragandrophandler input[type="button"],
    .single-product .summary .products-uploads-dragandrophandler input[type="submit"],
    .single-product .summary .products-uploads-dragandrophandler a,
    .single-product .summary .products-uploads-dragandrophandler span[class*="button"],
    .single-product .summary .products-uploads-dragandrophandler div[class*="button"],
    .single-product .summary .products-uploads-dragandrophandler .products-uploads-button,
    .single-product .summary .rfu-print-upload-button {
        min-height: 38px !important;
        height: 38px !important;
        line-height: 38px !important;
        font-size: 13px !important;
    }
}

/* =========================================
   10) RFU - PREMIUM BELOW ADD TO CART AREA
   ========================================= */

.single-product .rfu-action-note {
    display: flex !important;
    align-items: flex-start !important;
    gap: 11px !important;
    width: 100% !important;
    max-width: 440px !important;
    margin: 12px 0 20px 0 !important;
    padding: 13px 15px !important;
    border: 1px solid rgba(231, 140, 7, 0.24) !important;
    border-left: 2px solid var(--retailers-orange) !important;
    border-radius: 13px !important;
    background: linear-gradient(180deg, #fffaf2 0%, #ffffff 100%) !important;
    color: #0C2D4E !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
    font-weight: 800 !important;
    box-shadow: 0 8px 20px rgba(12, 45, 78, 0.045) !important;
    box-sizing: border-box !important;
}

.single-product .rfu-action-note::before {
    content: "✓" !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 22px !important;
    width: 22px !important;
    height: 22px !important;
    margin-top: 1px !important;
    border-radius: 999px !important;
    background: var(--retailers-orange) !important;
    color: #ffffff !important;
    font-size: 14px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
}

.single-product .summary span.wdp_bulk_table_content.rfu-discount-primary,
.single-product .summary span.wdp_bulk_table_content[data-rfu-hidden="0"] {
    display: block !important;
    width: 100% !important;
    max-width: 440px !important;
    margin: 18px 0 22px 0 !important;
    padding: 16px !important;
    border: 1px solid #dfe7ee !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    box-shadow: 0 10px 26px rgba(12, 45, 78, 0.055) !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    font-size: 0 !important;
}

.single-product .summary span.wdp_bulk_table_content.rfu-discount-primary > *,
.single-product .summary span.wdp_bulk_table_content[data-rfu-hidden="0"] > * {
    box-sizing: border-box !important;
}

.single-product .summary span.wdp_bulk_table_content.rfu-discount-primary::before,
.single-product .summary span.wdp_bulk_table_content[data-rfu-hidden="0"]::before {
    content: "Quantity Discounts" !important;
    display: block !important;
    margin: 0 0 4px 0 !important;
    color: #0C2D4E !important;
    font-size: 17px !important;
    line-height: 1.25 !important;
    font-weight: 900 !important;
    letter-spacing: -0.15px !important;
}

.single-product .summary span.wdp_bulk_table_content.rfu-discount-primary::after,
.single-product .summary span.wdp_bulk_table_content[data-rfu-hidden="0"]::after {
    content: "Discount is applied automatically in the cart." !important;
    display: block !important;
    margin: 7px 0 0 0 !important;
    color: #6c7a86 !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
    font-weight: 650 !important;
}

.single-product .summary span.wdp_bulk_table_content.rfu-discount-primary > h2,
.single-product .summary span.wdp_bulk_table_content.rfu-discount-primary > h3,
.single-product .summary span.wdp_bulk_table_content.rfu-discount-primary > h4,
.single-product .summary span.wdp_bulk_table_content[data-rfu-hidden="0"] > h2,
.single-product .summary span.wdp_bulk_table_content[data-rfu-hidden="0"] > h3,
.single-product .summary span.wdp_bulk_table_content[data-rfu-hidden="0"] > h4 {
    display: none !important;
}

.single-product .summary span.wdp_bulk_table_content.rfu-discount-primary table,
.single-product .summary span.wdp_bulk_table_content[data-rfu-hidden="0"] table {
    width: 100% !important;
    margin: 12px 0 0 0 !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    border: 1px solid #e5ebf1 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    background: #ffffff !important;
    box-shadow: none !important;
    font-size: initial !important;
}

.single-product .summary span.wdp_bulk_table_content.rfu-discount-primary table th,
.single-product .summary span.wdp_bulk_table_content[data-rfu-hidden="0"] table th {
    padding: 11px 10px !important;
    background: #0C2D4E !important;
    color: #ffffff !important;
    border: 0 !important;
    border-right: 1px solid rgba(255,255,255,0.14) !important;
    font-size: 12px !important;
    line-height: 1.3 !important;
    font-weight: 850 !important;
    text-align: center !important;
    white-space: nowrap !important;
}

.single-product .summary span.wdp_bulk_table_content.rfu-discount-primary table th:last-child,
.single-product .summary span.wdp_bulk_table_content[data-rfu-hidden="0"] table th:last-child {
    border-right: 0 !important;
}

.single-product .summary span.wdp_bulk_table_content.rfu-discount-primary table td,
.single-product .summary span.wdp_bulk_table_content[data-rfu-hidden="0"] table td {
    padding: 12px 10px !important;
    background: #ffffff !important;
    color: #0C2D4E !important;
    border: 0 !important;
    border-top: 1px solid #edf1f5 !important;
    border-right: 1px solid #edf1f5 !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
    text-align: center !important;
    vertical-align: middle !important;
    white-space: nowrap !important;
}

.single-product .summary span.wdp_bulk_table_content.rfu-discount-primary table td:last-child,
.single-product .summary span.wdp_bulk_table_content[data-rfu-hidden="0"] table td:last-child {
    border-right: 0 !important;
    color: var(--retailers-orange) !important;
    font-weight: 900 !important;
}

.single-product .summary span.wdp_bulk_table_content.rfu-discount-primary ~ ul,
.single-product .summary span.wdp_bulk_table_content[data-rfu-hidden="0"] ~ ul,
.single-product .summary .product-widget,
.single-product .summary .product_meta + ul,
.single-product .summary .woocommerce-product-details__short-description > ul,
.single-product .summary ul.rfu-generic-points,
.single-product .summary ul.product-points,
.single-product .summary ul.iconic-was-swatches,
.single-product .summary > ul:not(.tabs):not(.products):not(.wc-tabs):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info) {
    display: none !important;
}

@media (max-width: 767px) {

    .single-product .rfu-action-note,
    .single-product .summary span.wdp_bulk_table_content.rfu-discount-primary,
    .single-product .summary span.wdp_bulk_table_content[data-rfu-hidden="0"] {
        max-width: 100% !important;
    }

    .single-product .summary span.wdp_bulk_table_content.rfu-discount-primary,
    .single-product .summary span.wdp_bulk_table_content[data-rfu-hidden="0"] {
        padding: 14px !important;
        border-radius: 15px !important;
    }

    .single-product .summary span.wdp_bulk_table_content.rfu-discount-primary table th,
    .single-product .summary span.wdp_bulk_table_content[data-rfu-hidden="0"] table th,
    .single-product .summary span.wdp_bulk_table_content.rfu-discount-primary table td,
    .single-product .summary span.wdp_bulk_table_content[data-rfu-hidden="0"] table td {
        padding: 10px 7px !important;
        font-size: 12px !important;
    }
}

/* =========================================
   11) RFU - CALMER CHECKBOX OPTIONS FINAL
   ========================================= */

/* Slightly tighter spacing between checkbox/radio lines */
.single-product .summary .ppom-wrapper .form-check,
.single-product .summary .ppom-wrapper .checkbox,
.single-product .summary .ppom-wrapper .radio {
    margin-bottom: 4px !important;
}

/* Main option text: Yes, Right Chest, Left Chest, etc. */
.single-product .summary .ppom-wrapper .form-group label:not(.form-control-label),
.single-product .summary .ppom-wrapper .checkbox label,
.single-product .summary .ppom-wrapper .radio label,
.single-product .summary .ppom-wrapper .form-check label,
.single-product .summary .ppom-wrapper .ppom-check-label,
.single-product .summary .ppom-wrapper .ppom-option-label {
    color: #0C2D4E !important;
    font-size: 13.25px !important;
    line-height: 1.36 !important;
    font-weight: 620 !important;
    letter-spacing: -0.02px !important;
}

/* Keep the legal confirmation slightly stronger than normal options */
.single-product .summary .ppom-wrapper .ppom-input-print_artwork_authorization label:not(.form-control-label),
.single-product .summary .ppom-wrapper .ppom-input-logo_authorization label:not(.form-control-label),
.single-product .summary .ppom-wrapper .ppom-input-embroidery_logo_authorization label:not(.form-control-label) {
    font-size: 13.5px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
}

/* Checkbox/radio size: premium but not bulky */
.single-product .summary .ppom-wrapper input[type="checkbox"],
.single-product .summary .ppom-wrapper input[type="radio"] {
    width: 13px !important;
    height: 13px !important;
    margin-right: 6px !important;
    transform: translateY(1px) !important;
    accent-color: var(--retailers-orange) !important;
}

/* Small helper text beside titles */
.single-product .summary .ppom-wrapper .form-control-label small,
.single-product .summary .ppom-wrapper label.form-control-label small,
.single-product .summary .ppom-wrapper .ppom-label small {
    color: #7b8b97 !important;
    font-size: 11.5px !important;
    line-height: 1.35 !important;
    font-weight: 600 !important;
}

/* Keep main field titles strong and stable */
.single-product .summary .ppom-wrapper .form-group > label.form-control-label,
.single-product .summary .ppom-wrapper label.form-control-label,
.single-product .summary .ppom-wrapper .ppom-label,
.single-product .summary .ppom-wrapper .ppom-label-item {
    color: #0C2D4E !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    font-weight: 800 !important;
    letter-spacing: -0.03px !important;
}

/* =========================================
   12) RFU - CLEAN DEFAULT PRODUCT LOWER AREA
   ========================================= */

/* Hide default WooCommerce additional information table */
.single-product .woocommerce-tabs,
.single-product .woocommerce-tabs.wc-tabs-wrapper,
.single-product .woocommerce-Tabs-panel,
.single-product .woocommerce-Tabs-panel--additional_information,
.single-product #tab-additional_information {
    display: none !important;
}

/* Hide weak default product meta: SKU / Categories / Tags */
.single-product .product_meta {
    display: none !important;
}

/* Hide related products until product images/content are ready */
.single-product .related.products {
    display: none !important;
}

/* Reduce empty spacing after product summary area */
.single-product .site-main,
.single-product .content-area {
    padding-bottom: 30px !important;
}

/* =========================================
   13) RFU - PREMIUM PRODUCT INFORMATION SECTIONS - COMPACT FINAL
   ========================================= */

.single-product .rfu-premium-product-info {
    width: 100% !important;
    margin: 30px 0 0 0 !important;
    padding: 30px 0 28px !important;
    background: linear-gradient(180deg, #ffffff 0%, #f7f9fb 100%) !important;
    border-top: 1px solid #e7edf3 !important;
    box-sizing: border-box !important;
}

.single-product .rfu-premium-info-inner {
    width: 100% !important;
    max-width: 980px !important;
    margin: 0 auto !important;
    padding: 0 24px !important;
    box-sizing: border-box !important;
}

.single-product .rfu-premium-info-header {
    max-width: 700px !important;
    margin: 0 0 18px 0 !important;
}

.single-product .rfu-premium-info-kicker {
    display: inline-flex !important;
    align-items: center !important;
    margin: 0 0 9px 0 !important;
    padding: 5px 11px !important;
    border-radius: 999px !important;
    background: rgba(231, 140, 7, 0.10) !important;
    border: 1px solid rgba(231, 140, 7, 0.18) !important;
    color: var(--retailers-orange) !important;
    font-size: 10.5px !important;
    line-height: 1 !important;
    font-weight: 850 !important;
    letter-spacing: .14px !important;
    text-transform: uppercase !important;
}

.single-product .rfu-premium-info-header h2 {
    margin: 0 0 8px 0 !important;
    color: #0C2D4E !important;
    font-size: 24px !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
    letter-spacing: -0.32px !important;
}

.single-product .rfu-premium-info-header p {
    max-width: 650px !important;
    margin: 0 !important;
    color: #667786 !important;
    font-size: 13.5px !important;
    line-height: 1.58 !important;
    font-weight: 500 !important;
}

.single-product .rfu-premium-info-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;
    margin: 0 0 16px 0 !important;
}

.single-product .rfu-premium-info-card {
    position: relative !important;
    min-height: 146px !important;
    padding: 18px 18px 16px !important;
    border: 1px solid #dfe7ee !important;
    border-radius: 15px !important;
    background: #ffffff !important;
    box-shadow: 0 8px 22px rgba(12, 45, 78, 0.04) !important;
    box-sizing: border-box !important;
}

.single-product .rfu-premium-info-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 29px !important;
    height: 29px !important;
    margin: 0 0 12px 0 !important;
    border-radius: 999px !important;
    background: #0C2D4E !important;
    color: #ffffff !important;
    font-size: 10.5px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
}

.single-product .rfu-premium-info-card h3 {
    margin: 0 0 6px 0 !important;
    color: #0C2D4E !important;
    font-size: 14.5px !important;
    line-height: 1.3 !important;
    font-weight: 900 !important;
    letter-spacing: -0.08px !important;
}

.single-product .rfu-premium-info-card p {
    margin: 0 !important;
    color: #667786 !important;
    font-size: 12.75px !important;
    line-height: 1.52 !important;
    font-weight: 500 !important;
}

/* If only 1 card exists, keep it intentional and compact */
.single-product .rfu-premium-info-grid.rfu-premium-info-grid-count-1 {
    grid-template-columns: minmax(0, 500px) !important;
    max-width: 500px !important;
    margin-bottom: 0 !important;
}

.single-product .rfu-premium-info-grid.rfu-premium-info-grid-count-1 .rfu-premium-info-card {
    min-height: 132px !important;
    max-width: 500px !important;
}

/* If only 2 cards exist, keep them balanced */
.single-product .rfu-premium-info-grid.rfu-premium-info-grid-count-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    max-width: 760px !important;
}

/* If 3 or more, use normal compact 3-column layout */
.single-product .rfu-premium-info-grid.rfu-premium-info-grid-count-3,
.single-product .rfu-premium-info-grid.rfu-premium-info-grid-count-4,
.single-product .rfu-premium-info-grid.rfu-premium-info-grid-count-5,
.single-product .rfu-premium-info-grid.rfu-premium-info-grid-count-6 {
    max-width: 100% !important;
}

/* CTA bar */
.single-product .rfu-premium-info-cta {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 18px !important;
    margin: 16px 0 0 0 !important;
    padding: 18px 20px !important;
    border-radius: 15px !important;
    background: #0C2D4E !important;
    box-shadow: 0 10px 24px rgba(12, 45, 78, 0.13) !important;
    box-sizing: border-box !important;
}

.single-product .rfu-premium-info-cta h3 {
    margin: 0 0 4px 0 !important;
    color: #ffffff !important;
    font-size: 16px !important;
    line-height: 1.3 !important;
    font-weight: 900 !important;
}

.single-product .rfu-premium-info-cta p {
    margin: 0 !important;
    color: rgba(255,255,255,0.76) !important;
    font-size: 12.75px !important;
    line-height: 1.5 !important;
    font-weight: 500 !important;
}

.single-product .rfu-premium-back-to-sizes {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    min-height: 40px !important;
    padding: 0 17px !important;
    border-radius: 9px !important;
    background: var(--retailers-orange) !important;
    color: #ffffff !important;
    font-size: 12.75px !important;
    line-height: 40px !important;
    font-weight: 850 !important;
    text-decoration: none !important;
    box-shadow: 0 8px 18px rgba(231, 140, 7, 0.23) !important;
}

.single-product .rfu-premium-back-to-sizes:hover {
    background: #cf7d06 !important;
    color: #ffffff !important;
}

/* =========================================
   14) RFU - PREMIUM TRUST STRIP ABOVE FOOTER
   ========================================= */

.single-product .below-content {
    display: block !important;
    margin: 0 !important;
    padding: 19px 0 !important;
    background: #ffffff !important;
    border-top: 1px solid #e7edf3 !important;
    border-bottom: 1px solid #e7edf3 !important;
}

.single-product .below-content .col-full {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 22px !important;
    max-width: 1100px !important;
    margin: 0 auto !important;
    padding: 0 120px 0 24px !important;
    box-sizing: border-box !important;
}

.single-product .below-content .widget,
.single-product .below-content .widget_text,
.single-product .below-content [id^="custom_html"] {
    margin: 0 !important;
    padding: 0 !important;
}

.single-product .below-content .widget::before {
    content: "✓" !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 17px !important;
    height: 17px !important;
    margin: 0 0 7px 0 !important;
    border-radius: 999px !important;
    background: rgba(231, 140, 7, 0.12) !important;
    color: var(--retailers-orange) !important;
    font-size: 10.5px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
}

.single-product .below-content .gamma,
.single-product .below-content .widget-title,
.single-product .below-content .gamma.widget-title {
    display: block !important;
    margin: 0 0 4px 0 !important;
    padding: 0 !important;
    color: #0C2D4E !important;
    font-size: 13px !important;
    line-height: 1.32 !important;
    font-weight: 900 !important;
    letter-spacing: -0.04px !important;
}

.single-product .below-content .textwidget,
.single-product .below-content .textwidget p,
.single-product .below-content p {
    margin: 0 !important;
    padding: 0 !important;
    color: #5f6f7d !important;
    font-size: 12.5px !important;
    line-height: 1.42 !important;
    font-weight: 500 !important;
}

/* Tablet */
@media (max-width: 992px) {
    .single-product .rfu-premium-info-inner {
        max-width: 100% !important;
    }

    .single-product .rfu-premium-info-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .single-product .below-content .col-full {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 16px !important;
        padding: 0 24px !important;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .single-product .rfu-premium-product-info {
        margin-top: 26px !important;
        padding: 28px 0 26px !important;
    }

    .single-product .rfu-premium-info-inner {
        padding: 0 16px !important;
    }

    .single-product .rfu-premium-info-header {
        margin-bottom: 16px !important;
    }

    .single-product .rfu-premium-info-kicker {
        font-size: 10px !important;
    }

    .single-product .rfu-premium-info-header h2 {
        font-size: 21px !important;
        line-height: 1.25 !important;
    }

    .single-product .rfu-premium-info-header p {
        font-size: 13.25px !important;
        line-height: 1.55 !important;
    }

    .single-product .rfu-premium-info-grid,
    .single-product .rfu-premium-info-grid.rfu-premium-info-grid-count-1,
    .single-product .rfu-premium-info-grid.rfu-premium-info-grid-count-2 {
        grid-template-columns: 1fr !important;
        max-width: 100% !important;
        gap: 12px !important;
    }

    .single-product .rfu-premium-info-card {
        min-height: 0 !important;
        padding: 16px !important;
        border-radius: 15px !important;
    }

    .single-product .rfu-premium-info-card h3 {
        font-size: 14.25px !important;
    }

    .single-product .rfu-premium-info-card p {
        font-size: 12.75px !important;
    }

    .single-product .rfu-premium-info-cta {
        display: block !important;
        padding: 18px !important;
        border-radius: 15px !important;
    }

    .single-product .rfu-premium-back-to-sizes {
        width: 100% !important;
        margin-top: 15px !important;
    }

    .single-product .below-content {
        padding: 17px 0 !important;
    }

    .single-product .below-content .col-full {
        grid-template-columns: 1fr !important;
        padding: 0 16px !important;
        gap: 12px !important;
    }

    .single-product .below-content .widget {
        padding: 13px 14px !important;
        border: 1px solid #e4ebf1 !important;
        border-radius: 14px !important;
        background: #ffffff !important;
        box-shadow: 0 8px 20px rgba(12, 45, 78, 0.04) !important;
    }
}

/* =========================================
   15) RFU PRODUCT GALLERY
   =========================================

   Product gallery image size, vertical thumbnails,
   gallery arrows, mobile swipe, and lightbox are controlled
   by the active RFU Fast Color Product Gallery snippet.

   Keep this section empty to avoid duplicate styling conflicts.
   ========================================= */

/* =========================================
   16) RFU - MOBILE PRODUCT TITLE PREMIUM TUNING
   ========================================= */

@media (max-width: 767px) {
    .single-product div.product .summary .product_title,
    .single-product div.product .summary h1.product_title {
        color: #0C2D4E !important;
        font-size: 25px !important;
        line-height: 1.18 !important;
        font-weight: 720 !important;
        letter-spacing: -0.22px !important;
        margin: 12px 0 9px 0 !important;
    }
}

/* =========================================
   17) RFU - HIDE MAIN PRODUCT PRICE
   ========================================= */

.single-product div.product .summary > p.price,
.single-product div.product .summary .price {
    display: none !important;
}