.naemt-atc--no-qty .quantity {
    display: none !important;
}

.naemt-atc .single_add_to_cart_button.loading,
.naemt-atc .single_add_to_cart_button.loading:disabled {
    opacity: 1 !important;
    cursor: default;
}
.naemt-atc .single_add_to_cart_button.loading::after,
.naemt-atc .single_add_to_cart_button.loading::before {
    display: none !important;
}

.naemt-atc .added_to_cart.wc-forward {
    display: none !important;
}

.naemt-atc__icon-btn:focus-visible,
.naemt-atc__select-btn:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

.naemt-atc__icon-btn svg {
    display: block;
    width: 1em;
    height: 1em;
    pointer-events: none;
}

.naemt-atc__inner {
    position: relative;
}

.naemt-atc__var-popover {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    min-width: 300px;
    width: 100%;
    z-index: 999;
    background: #fff;
    color: #1a1a1a;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    padding: 1.25rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    visibility: hidden;
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s linear 0.2s;
    pointer-events: none;
}

.naemt-atc__var-popover[aria-hidden="false"] {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s linear 0s;
    pointer-events: auto;
}

.naemt-atc__var-popover--builder,
.naemt-atc__var-popover--builder * {
    pointer-events: none !important;
}

.naemt-atc__var-popover-close {
    position: absolute;
    top: 0.6rem;
    right: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.25rem;
    color: inherit;
    opacity: 0.45;
    transition: opacity 0.15s;
    font-size: 1rem;
    line-height: 1;
}

.naemt-atc__var-popover-close:hover {
    opacity: 1;
}

.naemt-atc__var-popover-close svg {
    display: block;
    width: 1em;
    height: 1em;
    pointer-events: none;
}

.naemt-atc__var-popover .variations_form .variations {
    width: 100%;
    border-collapse: collapse;
}

.naemt-atc__var-popover .variations_form .variations td,
.naemt-atc__var-popover .variations_form .variations th {
    display: block;
    padding: 0.25rem 0;
    border: none;
    width: 100%;
}

.naemt-atc__var-popover .variations_form .variations label {
    font-weight: 600;
    display: block;
    margin-bottom: 0.35rem;
}

.naemt-atc__var-popover .variations_form .variations select {
    width: 100%;
}

.naemt-atc__var-popover .variations_form .reset_variations {
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 0.85em;
    opacity: 0.65;
}

.naemt-atc__var-popover .woocommerce-variation {
    display: block !important;
}

.naemt-atc__var-popover .woocommerce-variation-price {
    margin: 0.75rem 0 0.5rem;
}

.naemt-atc__var-popover .woocommerce-variation-availability {
    margin-bottom: 1rem;
}
