.elementor-41102 .elementor-element.elementor-element-2a06a5c > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:-5px;}.elementor-41102 .elementor-element.elementor-element-d3819dc{--spacer-size:25px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );color:var( --e-global-color-primary );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-41102 .elementor-element.elementor-element-df4766f > .elementor-widget-container{margin:-25px 0px -30px 0px;}.elementor-41102 .elementor-element.elementor-element-cc95e87 > .elementor-widget-container{margin:-25px 0px -30px 0px;}@media(max-width:900px){.elementor-41102 .elementor-element.elementor-element-d3819dc{--spacer-size:5px;}}/* Start custom CSS *//* ==================================================
   BO PSA DEALS — MOBILE TWO-COLUMN LAYOUT
   Replace the previous mobile CSS with this block
   ================================================== */

@media (max-width: 767px) {

    /* Two cards per row */
    .bo-psa-grid,
    .bo-psa-top-grid {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }

    /* Compact cards */
    .bo-psa-card {
        width: 100% !important;
        min-width: 0 !important;
        padding: 8px !important;
        border-radius: 8px !important;
    }

    /* Smaller image area */
    .bo-psa-image-wrap {
        height: 135px !important;
        min-height: 135px !important;
        padding: 6px !important;
    }

    .bo-psa-image-wrap img {
        width: 100% !important;
        height: 100% !important;
        max-height: 125px !important;
        object-fit: contain !important;
    }

    /* Tighter card content */
    .bo-psa-card-body {
        padding: 8px 4px 4px !important;
    }

    /* Only show the retailer name */
    .bo-psa-merchant {
        font-size: 0 !important;
        line-height: 1.2 !important;
        margin: 0 0 6px !important;
        color: #9aa3ae !important;
        font-weight: 600 !important;
        letter-spacing: 0.04em !important;
    }

    .bo-psa-merchant::before {
        content: "PALMETTO STATE ARMORY";
        font-size: 8px !important;
        color: #9aa3ae !important;
    }

    /* Product title */
    .bo-psa-card h3 {
        display: -webkit-box !important;
        min-height: 45px !important;
        margin: 0 0 7px !important;
        overflow: hidden !important;
        font-size: 12px !important;
        line-height: 1.25 !important;
        -webkit-line-clamp: 3 !important;
        -webkit-box-orient: vertical !important;
    }

    /* Price row */
    .bo-psa-prices {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: baseline !important;
        gap: 4px !important;
        margin: 0 0 2px !important;
        padding: 0 !important;
    }

    .bo-psa-retail {
        margin: 0 !important;
        font-size: 10px !important;
    }

    .bo-psa-sale {
        margin: 0 !important;
        font-size: 17px !important;
        line-height: 1 !important;
    }

    /* Pull savings text closer to price */
    .bo-psa-save {
        margin: 2px 0 7px !important;
        padding: 0 !important;
        font-size: 10px !important;
        line-height: 1.2 !important;
    }

    /* Center button text */
    .bo-psa-button {
        display: flex !important;
        width: 100% !important;
        min-height: 34px !important;
        margin: 0 !important;
        padding: 8px 4px !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        font-size: 10px !important;
        line-height: 1 !important;
        background: #1f1f1f !important;
        border: 1px solid #1f1f1f !important;
        border-radius: 5px !important;
        color: #fff !important;
    }

    .bo-psa-button:hover {
        background: #000 !important;
        border-color: #000 !important;
    }

    /* Badges */
    .bo-psa-pick,
    .bo-psa-badge {
        padding: 7px 6px !important;
        font-size: 8px !important;
        line-height: 1 !important;
        border-radius: 5px !important;
    }

    /* Search/filter controls */
    .bo-psa-controls {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 8px !important;
    }

    .bo-psa-search {
        grid-column: 1 / -1 !important;
    }

    .bo-psa-controls input,
    .bo-psa-controls select {
        width: 100% !important;
        min-width: 0 !important;
        padding: 10px !important;
        font-size: 13px !important;
    }

    /* Load More button */
    .bo-psa-load-more {
        display: flex !important;
        width: 100% !important;
        padding: 12px !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        font-size: 12px !important;
        background: #1f1f1f !important;
        border-color: #1f1f1f !important;
    }
}

@media (max-width:767px){

    .bo-psa-top-grid .bo-psa-card:nth-child(3){
        display:none !important;
    }

}/* End custom CSS */