.elementor-kit-7539{--e-global-color-primary:#A48E7C;--e-global-color-secondary:#8F7A69;--e-global-color-text:#3D3D3D;--e-global-color-accent:#FAF9F7;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7539 button,.elementor-kit-7539 input[type="button"],.elementor-kit-7539 input[type="submit"],.elementor-kit-7539 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Inter", Sans-serif;font-size:18px;font-weight:500;line-height:1.2em;color:#FFFFFF;border-radius:30px 30px 30px 30px;}.elementor-kit-7539 e-page-transition{background-color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//**********************************************
  МОI DOM — ЧИСТЫЕ СТИЛИ (универсальные)
**********************************************/

/* Цвет ТЕКСТОВЫХ ссылок внутри информации WooCommerce — НЕ кнопок */

.woocommerce-privacy-policy-text a,
.woocommerce-form-login-toggle a,
.woocommerce-info a:not(.button),
.woocommerce-message a:not(.button),
.woocommerce-error a:not(.button),
.woocommerce-breadcrumb a:not(.button) {
    color: #8F7A69 !important;
}

.woocommerce-privacy-policy-text a:hover,
.woocommerce-form-login-toggle a:hover,
.woocommerce-info a:not(.button):hover,
.woocommerce-message a:not(.button):hover,
.woocommerce-error a:not(.button):hover,
.woocommerce-breadcrumb a:not(.button):hover {
    color: #A48E7C !important;
}

/**********************************************
  КАТЕГОРИИ ТОВАРОВ
**********************************************/
.woocommerce ul.products li.product-category,
.elementor-widget-wc-categories ul.product-categories li {
    background: #fff;
    border-radius: 16px;
    padding: 18px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    border: 1px solid #f1ebe6;
    transition: .3s;
    overflow: hidden;
}

.woocommerce ul.products li.product-category:hover,
.elementor-widget-wc-categories ul.product-categories li:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(0,0,0,0.10);
}

.woocommerce ul.products li.product-category img,
.elementor-widget-wc-categories ul.product-categories img {
    border-radius: 12px;
    margin-bottom: 12px;
}

.woocommerce ul.products li.product-category h2,
.elementor-widget-wc-categories ul.product-categories li a {
    font-size: 18px;
    color: #8F7A69;
    font-weight: 600;
    text-align: center;
}

.woocommerce ul.products li.product-category:hover h2 {
    color: #A48E7C;
}

.woocommerce ul.products li.product-category .count {
    display: block;
    font-size: 14px;
    color: #b1a79f;
    margin-top: 6px;
}

/**********************************************
  CHECKOUT (оформление заказа)
**********************************************/

/* Контейнер */
.woocommerce-checkout form.checkout {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #e7e3de;
}

/* Поля */
.woocommerce-checkout input.input-text,
.woocommerce-checkout textarea,
.woocommerce-checkout select {
    border: 1px solid #d4c9bf !important;
    border-radius: 8px !important;
    background: #faf8f6 !important;
    padding: 12px !important;
}

.woocommerce-checkout input.input-text:focus,
.woocommerce-checkout textarea:focus,
.woocommerce-checkout select:focus {
    border-color: #a48e7c !important;
    box-shadow: 0 0 0 1px #a48e7c33 !important;
}

/* Заголовки секций */
.woocommerce-checkout h3 {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #8f7a69 !important;
}

/* Выравнивания */
.woocommerce-checkout .form-row {
    margin-bottom: 12px !important;
}

/**********************************************
  PAYMENT METHODS (способы оплаты)
**********************************************/

/* Убираем + и - у Paynet */
.wc_payment_method .payment_box:before,
.wc_payment_method .payment_box:after,
.payment_method_paynet .payment_box button,
.payment_method_paynet .payment_box .button,
.payment_method_paynet .payment_box [class*="plus"],
.payment_method_paynet .payment_box [class*="minus"] {
    display: none !important;
}

/* Радиокнопки */
.wc_payment_method input[type="radio"] {
    width: 18px !important;
    height: 18px !important;
    border: 2px solid #8F7A69 !important;
    border-radius: 50% !important;
    appearance: none !important;
    margin-right: 10px !important;
    cursor: pointer !important;
    position: relative;
}

.wc_payment_method input[type="radio"]:checked {
    background-color: #8F7A69 !important;
}

/* Подписи */
.wc_payment_method label {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #5A4A3F !important;
    margin: 0 !important;
}

/* Логотипы Paynet / Visa / Mastercard */
.wc_payment_method img {
    max-width: 150px !important;
    max-height: 40px !important;
    object-fit: contain !important;
    margin: 6px 0 !important;
}
/* Уменьшаем карточки товара на компьютере */
@media(min-width: 1025px) {
    ul.products li.product {
        max-width: 280px !important;   /* ширина самой карточки */
        margin: 0 15px 40px !important;
    }

    ul.products li.product img {
        max-height: 260px !important;  /* уменьшаем фото */
        object-fit: contain !important;
    }

    ul.products li.product .woocommerce-loop-product__title {
        font-size: 15px !important;
        line-height: 1.3 !important;
    }

    ul.products li.product .price {
        font-size: 15px !important;
    }
}
/* === Moi Dom: кнопка-корзина только иконка (мобилка) === */
@media (max-width: 767px){

  /* прячем количество рядом с кнопкой (если оно есть) */
  .md-atc-icon .quantity { display:none !important; }

  /* прячем "посмотреть корзину" / added_to_cart, чтобы не ломало вид */
  .md-atc-icon .added_to_cart { display:none !important; }

  /* сама кнопка */
  .md-atc-icon a.button,
  .md-atc-icon a.add_to_cart_button,
  .md-atc-icon a.product_type_simple,
  .md-atc-icon a.product_type_variable{
    font-size: 0 !important;          /* скрыть текст */
    line-height: 0 !important;
    padding: 12px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    border-radius: 999px !important;  /* круг */
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;
  }

  /* рисуем иконку через SVG (работает надежно, без шрифтов) */
  .md-atc-icon a.button:before,
  .md-atc-icon a.add_to_cart_button:before,
  .md-atc-icon a.product_type_simple:before,
  .md-atc-icon a.product_type_variable:before{
    content: "" !important;
    width: 18px;
    height: 18px;
    background-color: currentColor;   /* цвет иконки = цвет текста кнопки */
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2Zm10 0c-1.1 0-1.99.9-1.99 2S15.9 22 17 22s2-.9 2-2-.9-2-2-2ZM7.16 14h9.7c.75 0 1.4-.41 1.74-1.03L21 6H6.21L5.27 4H2v2h2l3.6 7.59-1.35 2.44C5.52 17.37 6.48 19 8 19h12v-2H8l1.16-2Z'/%3E%3C/svg%3E") no-repeat center / contain;
            mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2Zm10 0c-1.1 0-1.99.9-1.99 2S15.9 22 17 22s2-.9 2-2-.9-2-2-2ZM7.16 14h9.7c.75 0 1.4-.41 1.74-1.03L21 6H6.21L5.27 4H2v2h2l3.6 7.59-1.35 2.44C5.52 17.37 6.48 19 8 19h12v-2H8l1.16-2Z'/%3E%3C/svg%3E") no-repeat center / contain;
  }
}/* End custom CSS */