.atc-007bd070-wrapper {
    display: block;
}

.atc-007bd070-inner {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.atc-007bd070-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    border: none;
    outline: none;
    text-decoration: none;
    line-height: 1;
    box-sizing: border-box;
    transition: all 300ms ease;
}

.atc-007bd070-btn:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

.atc-007bd070-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.atc-007bd070-icon svg {
    display: block;
}

.atc-007bd070-qty {
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px 4px;
    font-size: 14px;
    box-sizing: border-box;
    -moz-appearance: textfield;
}

.atc-007bd070-qty::-webkit-outer-spin-button,
.atc-007bd070-qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.atc-007bd070-btn.atc-007bd070-loading {
    opacity: 0.7;
    pointer-events: none;
}

.atc-007bd070-btn.atc-007bd070-added {
    opacity: 1;
}
