@media (min-width: 992px) {
    .sawmall-shop-toolbar-actions .sawmall-shop-currency--woopayments {
        width: 120px;
        flex: 0 0 120px;
    }

    .sawmall-shop-toolbar-actions .sawmall-shop-currency--woopayments select {
        width: 100% !important;
        max-width: none !important;
        min-height: 48px;
        padding: 0 28px 0 16px;
        color: #333333;
        background-color: #ffffff;
        border: 1px solid transparent;
        border-radius: 8px !important;
        box-shadow: none;
        font-size: 15px;
        font-weight: 600;
        line-height: 48px;
    }

    .sawmall-shop-toolbar-actions .sawmall-shop-currency--woopayments select:hover,
    .sawmall-shop-toolbar-actions .sawmall-shop-currency--woopayments select:focus {
        background-color: #fcf9f6;
        outline: none;
    }
}

@media (max-width: 767px) {
    .sawmall-shop-mobile-controls {
        grid-template-columns: minmax(0, 1fr) 92px 42px;
    }

    .sawmall-shop-mobile-currency {
        display: block;
        min-width: 0;
    }

    .sawmall-shop-mobile-currency .sawmall-shop-currency {
        width: 100%;
    }

    .sawmall-shop-mobile-currency .sawmall-shop-currency--woopayments select {
        width: 100% !important;
        max-width: none !important;
        min-height: 42px;
        padding: 0 20px 0 10px !important;
        overflow: hidden;
        border-radius: 999px !important;
        font-size: 12px !important;
        line-height: 42px;
        text-overflow: clip;
        white-space: nowrap;
    }

    .sawmall-shop-mobile-currency .sawmall-shop-currency__toggle {
        min-width: 88px;
    }

    .sawmall-shop-mobile-currency .sawmall-shop-currency__value {
        font-size: 12px !important;
    }

    .sawmall-shop-mobile-currency .sawmall-shop-currency__value::before {
        content: none !important;
    }

    .sawmall-shop-mobile-currency .sawmall-shop-currency__value i {
        font-size: 11px;
    }
}

@media (max-width: 575px) {
    .sawmall-shop-mobile-controls {
        grid-template-columns: minmax(0, 1fr) 86px 40px !important;
    }

    .sawmall-shop-mobile-currency .sawmall-shop-currency--woopayments select {
        padding-right: 16px !important;
        padding-left: 9px !important;
        font-size: 11px !important;
    }
}