.cac-wrapper-a4cec84f {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.cac-form-a4cec84f {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    margin: 0;
    padding: 0;
    width: 100%;
}

.cac-qty-pill-a4cec84f {
    height: 52px;
    border: 2px solid #001f3f;
    border-radius: 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
    box-sizing: border-box;
    background: #ffffff;
    flex-shrink: 0;
}

.cac-qty-label-wrap-a4cec84f {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    cursor: text;
}

.cac-qty-text-a4cec84f {
    color: #001f3f;
    font-size: 19px;
    font-weight: 700;
    font-family: sans-serif;
    white-space: nowrap;
}

.cac-qty-input-a4cec84f {
    border: none !important;
    background: transparent !important;
    color: #001f3f;
    font-size: 19px;
    font-weight: 700;
    font-family: sans-serif;
    width: 45px;
    padding: 0;
    margin: 0 0 0 5px;
    text-align: left;
    -moz-appearance: textfield;
    outline: none !important;
    box-shadow: none !important;
}

.cac-qty-input-a4cec84f:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

.cac-qty-input-a4cec84f::-webkit-outer-spin-button,
.cac-qty-input-a4cec84f::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cac-qty-arrows-a4cec84f {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

.cac-qty-btn-a4cec84f {
    background: transparent !important;
    border: none !important;
    padding: 2px;
    margin: 0;
    cursor: pointer;
    color: #001f3f;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.cac-qty-btn-a4cec84f svg {
    stroke: currentColor;
    fill: none;
    width: 14px;
    height: 14px;
}

.cac-qty-btn-a4cec84f:hover {
    opacity: 0.6;
}

.cac-btn-submit-a4cec84f {
    height: 52px;
    background-color: #001f3f;
    color: #ffffff;
    border: none;
    border-radius: 26px;
    font-family: 'Oswald', 'Bebas Neue', 'Anton', sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease, color 0.2s ease;
    box-sizing: border-box;
    padding: 0 20px;
    line-height: 1;
    flex-shrink: 1;
}

.cac-btn-submit-a4cec84f:hover {
    filter: brightness(1.2);
}

@media (max-width: 767px) {
    .cac-form-a4cec84f {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
    }
}
