.wc-block-components-button{border:0; border-radius:10px;}
.wc-block-components-checkout-place-order-button{padding:0}
.wc-block-components-radio-control-accordion-option.wc-block-components-radio-control-accordion-option--checked-option-highlighted, .wc-block-components-checkout-place-order-button__text {background: linear-gradient(135deg, #2563eb, #3b82f6);
  color: #ffffff;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 16px 24px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(37, 99, 235, 0.25);
  transition: all 0.3s ease;
  border: none;}
.wc-block-components-radio-control-accordion-option.wc-block-components-radio-control-accordion-option--checked-option-highlighted:hover, .wc-block-components-checkout-place-order-button__text:hover{background: linear-gradient(135deg, #1e40af, #2563eb);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.35);}
/* ==================== ORDER SUMMARY (Итоги заказа в Checkout) ==================== */

.wp-block-woocommerce-checkout-order-summary-block {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    border: 1px solid #f1f5f9;
    overflow: hidden;

    margin-bottom: 1.5rem;
    padding-top:0;
}

/* Заголовок "Order summary" + общая сумма */
.wc-block-components-checkout-order-summary__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1.25rem;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #e2e8f0;
}

.wc-block-components-checkout-order-summary__title-text {
    font-size: 1.35rem;
    font-weight: 700;
    color: #1e2937;
    margin: 0;
}

.wc-block-components-checkout-order-summary__title-price {
    font-size: 1.4rem;
    font-weight: 700;
    color: #2563eb;
}

/* Иконка раскрытия (стрелка) */
.wc-block-components-checkout-order-summary__title-icon svg {
    transition: transform 0.3s ease;
}

.wc-block-components-checkout-order-summary__title[aria-expanded="true"] .wc-block-components-checkout-order-summary__title-icon svg {
    transform: rotate(180deg);
}

/* Содержимое Order Summary */
.wc-block-components-order-summary__content {
    margin-bottom: 1.5rem;
}

/* Один товар в сводке */
.wc-block-components-order-summary-item {
    padding: 1rem 0;
    border-bottom: 1px solid #f1f5f9;
}

.wc-block-components-order-summary-item:last-child {
    border-bottom: none;
}

/* Изображение товара + количество */
.wc-block-components-order-summary-item__image {
    position: relative;
    flex-shrink: 0;
}

.wc-block-components-order-summary-item__image img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
}

.wc-block-components-order-summary-item__quantity {
    position: absolute;
    top: -6px;
    right: -6px;
    background: #2563eb;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(37, 99, 235, 0.3);
}

/* Описание товара */
.wc-block-components-order-summary-item__description {
    min-width: 0;
}

.wc-block-components-order-summary-item__description h3 {
    font-size: 1.02rem;
    font-weight: 600;
    color: #1e2937;
    line-height: 1.35;
    margin: 0 0 8px 0;
}

/* Цена товара в сводке */
.wc-block-components-order-summary-item__individual-prices .wc-block-components-product-price__regular {
    color: #94a3b8;
    text-decoration: line-through;
    font-size: 0.9rem;
}

.wc-block-components-order-summary-item__individual-prices .wc-block-components-product-price__value.is-discounted {
    color: #2563eb;
    font-weight: 700;
    font-size: 1.05rem;
}

/* Бейдж "Save XX$" */
.wc-block-components-sale-badge {
    background: #dbeafe;
    color: #1e40af;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 3px 9px;
    border-radius: 9999px;
    display: inline-block;
    margin-top: 4px;
}

/* Итоговые суммы (Subtotal, Total) */
.wc-block-components-totals-item {
    display: flex;
    justify-content: space-between;
    padding: 0.85rem 0;
    font-size: 1.02rem;
}

.wc-block-components-totals-item__label {
    color: #475569;
    font-weight: 500;
}

.wc-block-components-totals-item__value {
    font-weight: 700;
    color: #1e2937;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-size: 1.25rem;
    color: #1e2937;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item{display:block}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    font-size: 1.45rem;
    color: #2563eb;
}

/* Блок купонов */
.wc-block-components-totals-coupon {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1rem;
    margin: 1rem 0;
}

.wc-block-components-panel__button {
    color: #2563eb;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.wc-block-components-panel__button:hover {
    color: #1e40af;
}

.wc-block-components-button:not(.is-link){background:white!important}

/* Разделители */
.wc-block-components-totals-wrapper + .wc-block-components-totals-wrapper {
    border-top: 1px solid #f1f5f9;
    padding-top: 1rem;
}

.banner-container {display:none!important}
