.wc-atc-qty-wrapper-3648502a {
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: 'Montserrat', sans-serif;
    flex-wrap: wrap;
}

.qty-controls-3648502a {
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    border-radius: 50px;
    padding: 5px 15px;
    height: 60px;
    box-sizing: border-box;
}

.qty-controls-3648502a button {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #333;
    padding: 0 10px;
    outline: none;
}

.qty-controls-3648502a input {
    width: 40px;
    text-align: center;
    border: none;
    background: transparent;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    -moz-appearance: textfield;
}

.qty-controls-3648502a input::-webkit-outer-spin-button,
.qty-controls-3648502a input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.atc-btn-3648502a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #f08022;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 0 40px;
    height: 60px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.atc-btn-3648502a:hover {
    opacity: 0.9;
}

.atc-btn-3648502a.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.atc-btn-3648502a.loading .btn-text-3648502a,
.atc-btn-3648502a.loading .btn-price-3648502a {
    opacity: 0;
}

.spinner-3648502a {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255,255,255,0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin-3648502a 1s infinite linear;
}

@keyframes spin-3648502a {
    to { transform: rotate(360deg); }
}

.btn-price-3648502a {
    font-weight: 400;
}
