/* .product__buttons-wrapper .qib-button-wrapper {
    display: none;
} */

/* .product-gallery__main {
    height: 400px;
} */
/* .tinvwl_add_to_wishlist_button {
    content: "";
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='21' viewBox='0 0 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.66299 11.8927L8.82401 18.3857C10.007 19.6324 11.9935 19.6324 13.1765 18.3857L19.3375 11.8927C21.5545 9.55619 21.5545 5.76802 19.3375 3.43155C17.1205 1.09508 13.526 1.09508 11.309 3.43155C11.1412 3.60845 10.8593 3.60845 10.6915 3.43155C8.47446 1.09508 4.87999 1.09508 2.66299 3.43155C0.445994 5.76802 0.445995 9.55619 2.66299 11.8927Z' fill='white' stroke='%23313131' stroke-width='1.5'/%3E%3C/svg%3E%0A");
    width: 22px;
    height: 21px;
    background-repeat: no-repeat;
} */

.woovr-variation .woocommerce-Price-amount {
    display: block;
}

.woovr-variation .products-single__quantity-wrapper {
    display: none;
}

.woovr-variation.woovr-variation-active .woocommerce-Price-amount {
    display: none;
}

.woovr-variation.woovr-variation-active .products-single__quantity-wrapper {
    display: flex;
}

.woocommerce-variation-description {
    margin-bottom: 1.5rem;
}

.woovr-variations .woovr-variation {
    display: table-row!important;
}

.single-product form.cart {
    margin-top: 2rem;
}

/* Блокирующий оверлей */
.woocommerce .blockUI.blockOverlay {
    position: relative;
    background: rgba(255, 255, 255, 0.7) !important;
    z-index: 100;
}

/* Крутящийся спиннер */
.woocommerce .blockUI.blockOverlay:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border: 3px solid #f3f3f3; /* Светлая часть круга */
    border-top: 3px solid #333; /* Темная часть (визуализация вращения) */
    border-radius: 50%;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px; /* Центрирование */
    z-index: 101;
}

/* Анимация вращения */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media (min-width: 768px) {
    .view-order__customer-name, .view-order__customer-phone, .view-order__customer-email, .view-order__customer-shipping {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      text-align: right;
      line-height: 1.4;
      column-gap: 2rem;
    }
  }