@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
.add_to_cart_button.loading,.add_to_cart_button.adding-to-cart,
.ajax_add_to_cart.loading,.ajax_add_to_cart.adding-to-cart,
.single_add_to_cart_button.loading,.single_add_to_cart_button.adding-to-cart,
.button.product_type_simple.loading,.button.product_type_simple.adding-to-cart{color:transparent !important;pointer-events:none;position:relative !important;opacity:1 !important}
.add_to_cart_button.loading span,.add_to_cart_button.loading i,.add_to_cart_button.loading svg,
.add_to_cart_button.adding-to-cart span,.add_to_cart_button.adding-to-cart i,.add_to_cart_button.adding-to-cart svg,
.ajax_add_to_cart.loading span,.ajax_add_to_cart.loading i,.ajax_add_to_cart.loading svg,
.ajax_add_to_cart.adding-to-cart span,.ajax_add_to_cart.adding-to-cart i,.ajax_add_to_cart.adding-to-cart svg,
.single_add_to_cart_button.loading span,.single_add_to_cart_button.loading i,.single_add_to_cart_button.loading svg,
.single_add_to_cart_button.adding-to-cart span,.single_add_to_cart_button.adding-to-cart i,.single_add_to_cart_button.adding-to-cart svg,
.button.product_type_simple.loading span,.button.product_type_simple.loading i,.button.product_type_simple.loading svg,
.button.product_type_simple.adding-to-cart span,.button.product_type_simple.adding-to-cart i,.button.product_type_simple.adding-to-cart svg{opacity:0 !important}
.add_to_cart_button.loading::before,.add_to_cart_button.adding-to-cart::before,
.ajax_add_to_cart.loading::before,.ajax_add_to_cart.adding-to-cart::before,
.single_add_to_cart_button.loading::before,.single_add_to_cart_button.adding-to-cart::before,
.button.product_type_simple.loading::before,.button.product_type_simple.adding-to-cart::before{content:"" !important;display:block !important;position:absolute !important;top:50% !important;left:50% !important;width:20px !important;height:20px !important;margin-top:-10px !important;margin-left:-10px !important;border:3px solid rgba(255,255,255,.3) !important;border-top-color:#fff !important;border-radius:50% !important;animation:spin .7s linear infinite !important;z-index:9999 !important;opacity:1 !important;visibility:visible !important}

/* Wyrównanie przycisków w pętli produktów */
.product .button{color:#333;border:solid 1px #333;font-size:13px;padding:6px 14px !important;border-radius:0 !important;font-weight:400;letter-spacing:1px;display:block;width:100%;margin-top:auto !important;margin-bottom:30px !important;text-align:center;box-sizing:border-box}
.product .button:hover{color:#333}
.product{display:flex !important;flex-direction:column !important;position:relative}
.product .woocommerce-loop-product__link{flex:1;display:flex;flex-direction:column}
.product .add_to_cart_button,.product .ajax_add_to_cart{margin-top:auto !important}
.added_to_cart{position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:130px;margin:0 auto;padding:2px 15px;font-weight:400;color:#000;border:solid 1px #333;border-radius:5px;font-size:13px;display:flex;justify-content:center}
