/* Netstore 2.6.93.223: stable text-only add-to-cart button states. */
.product-buy-button-wrap > button.netstore-is-adding,
.product-buy-button-wrap > button.netstore-is-added,
.product-list .addtocart button.netstore-is-adding,
.product-list .addtocart button.netstore-is-added {
    box-sizing: border-box !important;
    text-align: center !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
html body .netstore-product-card-v2640 .product-page .product-purchase-card .add2cart .product-buy-button-wrap > button.btn-blue.netstore-is-adding[disabled],
html body .netstore-product-card-v2640 .product-page .product-purchase-card .add2cart .product-buy-button-wrap > button.btn-blue.netstore-is-adding[disabled]:hover,
html body .netstore-product-card-v2640 .product-page .product-purchase-card .add2cart .product-buy-button-wrap > button.btn-blue.netstore-is-adding[disabled]:focus,
.product-buy-button-wrap > button.netstore-is-adding[disabled],
#netstore-sku-dialog.netstore-sku-dialog .product-buy-button-wrap > button.netstore-is-adding[disabled],
.product-list .addtocart button.netstore-is-adding[disabled],
.product-list .addtocart input.netstore-is-adding[disabled] {
    color: #fff !important;
    background: #4c833f !important;
    background-image: none !important;
    box-shadow: none !important;
    cursor: wait !important;
    opacity: 1 !important;
}
html body .netstore-product-card-v2640 .product-page .product-purchase-card .add2cart .product-buy-button-wrap > button.btn-blue.netstore-is-added[disabled],
html body .netstore-product-card-v2640 .product-page .product-purchase-card .add2cart .product-buy-button-wrap > button.btn-blue.netstore-is-added[disabled]:hover,
html body .netstore-product-card-v2640 .product-page .product-purchase-card .add2cart .product-buy-button-wrap > button.btn-blue.netstore-is-added[disabled]:focus,
.product-buy-button-wrap > button.netstore-is-added[disabled],
#netstore-sku-dialog.netstore-sku-dialog .product-buy-button-wrap > button.netstore-is-added[disabled],
.product-list .addtocart button.netstore-is-added[disabled],
.product-list .addtocart input.netstore-is-added[disabled] {
    color: #fff !important;
    background: #357a35 !important;
    background-image: none !important;
    box-shadow: 0 6px 14px rgba(53, 122, 53, .2) !important;
    cursor: default !important;
    opacity: 1 !important;
}
html body .netstore-product-card-v2640 .product-page .product-purchase-card .add2cart .product-buy-button-wrap > button.btn-blue.netstore-is-adding,
html body .netstore-product-card-v2640 .product-page .product-purchase-card .add2cart .product-buy-button-wrap > button.btn-blue.netstore-is-added,
.product-buy-button-wrap > button.netstore-is-adding,
.product-buy-button-wrap > button.netstore-is-added {
    height: 46px !important;
    min-height: 46px !important;
    padding: 0 12px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 46px !important;
}
.netstore-add-to-cart-error[hidden] {
    display: none !important;
}
.netstore-add-to-cart-error {
    grid-column: 1 / -1;
    width: 100%;
    margin-top: 10px;
    padding: 10px 12px;
    box-sizing: border-box;
    color: #983c3c;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    border: 1px solid #efc6c6;
    border-radius: 8px;
    background: #fff5f5;
}
.netstore-cart-feedback {
    position: fixed;
    right: 24px;
    bottom: calc(66px + env(safe-area-inset-bottom, 0px));
    z-index: 120050;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 8px 13px;
    width: min(420px, calc(100vw - 32px));
    padding: 17px 44px 16px 16px;
    box-sizing: border-box;
    color: #253247;
    border: 1px solid #d8e6d7;
    border-left: 4px solid #559447;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(25, 38, 55, .2);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(16px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}
.netstore-cart-feedback.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}
.netstore-cart-feedback.is-error {
    border-color: #efcdcd;
    border-left-color: #c65353;
}
.netstore-cart-feedback__icon {
    display: inline-flex;
    grid-column: 1;
    grid-row: 1 / span 2;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: #fff;
    font-size: 18px;
    border-radius: 50%;
    background: #5b994b;
}
.netstore-cart-feedback.is-error .netstore-cart-feedback__icon {
    background: #c65353;
}
.netstore-cart-feedback__status {
    display: block;
    min-width: 0;
    grid-column: 2;
}
.netstore-cart-feedback__title,
.netstore-cart-feedback__product,
.netstore-cart-feedback__detail {
    display: block;
}
.netstore-cart-feedback__title {
    padding-right: 6px;
    color: #233044;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.3;
}
.netstore-cart-feedback__product {
    display: -webkit-box;
    max-height: 38px;
    margin-top: 4px;
    overflow: hidden;
    color: #435169;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.netstore-cart-feedback__detail {
    margin-top: 3px;
    color: #758094;
    font-size: 12px;
    line-height: 1.4;
}
.netstore-cart-feedback__product[hidden],
.netstore-cart-feedback__detail[hidden],
.netstore-cart-feedback__checkout[hidden] {
    display: none !important;
}
.netstore-cart-feedback__checkout {
    display: inline-flex;
    grid-column: 2;
    align-items: center;
    justify-content: center;
    justify-self: start;
    min-height: 36px;
    padding: 8px 14px;
    color: #fff !important;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none !important;
    border-radius: 8px;
    background: #4d8a40;
    box-shadow: 0 5px 12px rgba(77, 138, 64, .18);
}
.netstore-cart-feedback__checkout:hover,
.netstore-cart-feedback__checkout:focus {
    color: #fff !important;
    background: #3f7634;
    text-decoration: none !important;
}
.netstore-cart-feedback__checkout:focus-visible,
.netstore-cart-feedback__close:focus-visible {
    outline: 3px solid rgba(63, 123, 187, .3);
    outline-offset: 2px;
}
.netstore-cart-feedback__close {
    position: absolute;
    top: 8px;
    right: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    color: #7d8795;
    border: 0;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
}
.netstore-cart-feedback__close:hover,
.netstore-cart-feedback__close:focus {
    color: #334156;
    background: #f0f3f6;
}
@media (max-width: 480px) {
    .netstore-cart-feedback {
        right: 10px;
        bottom: calc(70px + env(safe-area-inset-bottom, 0px));
        width: calc(100vw - 20px);
        padding: 15px 42px 15px 14px;
        border-radius: 11px;
    }
    .netstore-cart-feedback__checkout {
        width: 100%;
        box-sizing: border-box;
    }
}
@media (prefers-reduced-motion: reduce) {
    .netstore-cart-feedback {
        transition: none;
    }
}
