.popup-product__products {
    padding: 0 20px;
}
.popup-product__products > .products {
    border: 1px solid #141417;
    margin-bottom: 20px;
}
.fs-extra-fastcheckout-title {
    text-align: center;
    margin: 0 0 20px;
}
#fs-extra-fastcheckout {
    display: flex;
    justify-content: center;
    align-items: start;
}
#fs-extra-fastcheckout > span {
    margin: 0!important;
}
#fs-extra-fastcheckout > span  + span {
    margin-left: 20px!important;
}

/* Google Pay */
#fs-extra-fastcheckout .gpay-card-info-container,
#fs-extra-fastcheckout .gpay-button {
    min-height: 35px !important;
    height: 35px !important;
    max-height: 35px !important;
    overflow: hidden;
}
#fs-extra-fastcheckout .gpay-card-info-iframe {
    height: 35px !important;
    max-height: 35px !important;
}
#fs-extra-fastcheckout .gpay-button-fill {
    height: 35px !important;
    max-height: 35px !important;
    overflow: hidden !important;
}
body.page .categories-block.my-mover-cat {
    padding: 0;
}
body.page .categories-block.my-mover-cat .categories-form {
    /*display: none;*/
}
body.page .categories-block.my-mover-cat .wrapper {
    /*margin-top: 0;*/
}
body.page .categories-block.my-mover-cat .container {
    padding: 30px 0 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 300px;
    max-width: 300px;
    box-sizing: border-box;
    margin-right: 30px;
}
.woocommerce-account .woocommerce-MyAccount-content {
    width: calc(100% - 330px);
    max-width: calc(100% - 330px);
}
.my-mower-actions {
    text-align: center;
    margin-top: 30px;
}

/* === Mower Popup Overlay === */
.mower-popup {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.mower-popup.hidden {
    visibility: hidden;
}

.mower-popup-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Popup Box */
.mower-popup-inner {
    position: relative;
    background: #fff;
    width: 95%;
    max-width: 480px;
    padding: 0;
    border-radius: 8px;
    transform: scale(0.9);
    opacity: 0;
    transition: all 0.35s ease;
    box-shadow: 0 25px 60px rgba(0,0,0,0.3);
    z-index: 2;
    overflow: hidden;
}

/* Active state */
.mower-popup.active {
    pointer-events: auto;
    visibility: visible;
}

.mower-popup.active .mower-popup-overlay {
    opacity: 1;
}

.mower-popup.active .mower-popup-inner {
    transform: scale(1);
    opacity: 1;
}

/* Close Button */
.mower-popup .mower-popup-close {
    position: absolute;
    top: 10px;
    right: 14px;
    background: none;
    border: none;
    font-size: 26px;
    cursor: pointer;
    color: #444;
}
.mower-popup .mower-popup-close:hover {
    background: none;
}

/* === Form Styling === */
.mower-popup-content {
    display: flex;
    flex-direction: column;
    padding: 16px 24px;
}

.form-row label {
    display: block;
    font-size: 14px;
    margin-bottom: 4px;
    font-weight: 600;
}

.form-row select {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    padding: 0 10px;
    border: 1px solid #ccc;
    font-size: 14px;
}

/* Button */
.mower-popup input[type=submit],
.mower-popup button.primary_button {
    color: #717575!important;
    cursor: pointer;
    white-space: nowrap;
    display: block;
    padding: 4px 11px 4px 11px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    background-color: #fefae0!important;
    border: 1px solid #fdf4ba!important;
    outline: 0;
    border-radius: 100px;
    height: 30px;
}
.mower-popup .searchform > div {
    overflow: hidden;
}
.mower-popup .searchform input[type=submit] {
    float: right;
    margin-top: 12px;
}

.mower-popup button:hover {
    background: #c63225;
}
.mower-popup button[type=submit] {
    float: right;
}
.select-mower-inline {
    margin-bottom: 20px;
    width: 100%;
}
body .products[data-type=grid] .products-wrap .theme-product .title {
    margin-bottom: 20px!important;
}
#mower-popup-form {
    overflow: hidden;
}

/* Responsive */
@media (max-width: 480px) {
    .mower-popup-inner {
        padding: 20px;
    }
}

/* === Amazon‑Style Mode Switch Tabs === */
.mower-popup-mode {
    display: flex;
    flex-direction: column;
}

.mower-popup-mode-option {
    flex: 1;
    padding: 10px 12px;
    background: #f0f2f2;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    border: 1px solid #d5d9d9;
}
.mower-popup-content .mower-popup-group:first-child .mower-popup-mode-option {
    border-radius: 7px 7px 0 0;
}
.mower-popup-content .mower-popup-group:last-child .mower-popup-panel,
.mower-popup-content .mower-popup-group:last-child .mower-popup-mode-option:not(.active) {
    border-radius: 0 0 7px 7px;
}
.mower-popup-mode-option + .mower-popup-mode-option {
    border-top: 1px solid #ccc;
}

.mower-popup-mode-option input[type=radio] {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 1px solid #ccc;
    vertical-align: sub;
    background: #ffffff;
    box-sizing: border-box;
}
.mower-popup-mode-option input[type=radio]:checked {
    background: #2162a1;
    border: 1px solid #2162a1;
}

.mower-popup-mode-option input[type=radio]:before {
    -webkit-mask: none;
    mask: none;
    background: #ffffff;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.mower-popup-mode-option.active {
    background: #ffffff;
    font-weight: 600;
}

/* Panels */
.mower-popup-panel {
    padding: 14px 12px 14px;
    border: 1px solid #d5d9d9;
}
.mower-popup-panel label {
    font-size: 14px;
    font-weight: 700;
}
/* Amazon Input Fields */
.mower-popup select,
.mower-popup input[type="text"] {
    width: 100%;
    height: 32px;
    border-radius: 6px;
    border: 1px solid #b6b6b6;
    padding: 0 12px;
    font-size: 14px;
    background: #ffffff;
    transition: border-color 0.2s ease;
}
.mower-popup select {
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
}
.mower-popup select:focus,
.mower-popup input[type="text"]:focus {
    border-color: #888c8c;
    outline: none;
}
#mower-popup-form > div {
    margin-bottom: 12px;
}

/* Submit Button – Amazon Style */
.mower-popup-submit {
    background: #f0c14b;
    color: #111;
    border: 1px solid #a88734;
    font-weight: bold;
    height: 44px;
    border-radius: 6px;
    transition: background 0.15s ease;
}

.mower-popup-submit:hover {
    background: #eeb933;
}

.mower-popup-submit.loading {
    opacity: 0.6;
    pointer-events: none;
}

/* Header Amazon Style */
.mower-popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 24px;
    border-bottom: 1px solid #d5d9d9;
    background: #f0f2f2;
}

.mower-popup-header h4 {
    font-size: 16px!important;
    line-height: 24px;
    font-weight: 700;
    color: #111;
    margin: 16px 0;
}

.mower-popup-manage {
    font-size: 14px;
    font-weight: 600;
    color: #007185;
}

.mower-popup-manage:hover {
    text-decoration: underline;
    color: #c7511f;
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
    position: relative!important;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-name {
    font-size: 20px;
}
.mobile-filter {
    display: none!important;
}