/* TOYOX: выделение поиска в шапке */
@media (min-width: 992px) {
  #search {
    max-width: 850px;
    width: 100%;
  }

  #search input[name="search"] {
    height: 48px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 0 20px !important;
    border: 2px solid #00a8e8 !important;
    border-right: 0 !important;
    border-radius: 10px 0 0 10px !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 3px rgba(0,168,232,0.08) !important;
  }

  #search input[name="search"]::placeholder {
    color: #6b7280 !important;
    opacity: 1 !important;
  }

  #search button,
  #search .btn {
    height: 48px !important;
    min-width: 58px !important;
    background: #00a8e8 !important;
    border: 2px solid #00a8e8 !important;
    border-radius: 0 10px 10px 0 !important;
    font-size: 20px !important;
  }

  #search button:hover,
  #search .btn:hover {
    background: #008fd0 !important;
    border-color: #008fd0 !important;
  }
}

/* =========================================================
   TOYOX Checkout — desktop
   Страница оформления заказа Simple Checkout
   ========================================================= */

body.checkout-simplecheckout {
  background: #f4f7fa !important;
}

body.checkout-simplecheckout #content {
  background: #f4f7fa !important;
  padding: 24px !important;
  border-radius: 18px !important;
}

body.checkout-simplecheckout .breadcrumb {
  margin-bottom: 18px !important;
}

body.checkout-simplecheckout #content h1 {
  color: #15283b !important;
  font-size: 30px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  margin: 0 0 24px !important;
}

/* Карточки блоков */
body.checkout-simplecheckout #content .simplecheckout-block,
body.checkout-simplecheckout #simplecheckout_cart,
body.checkout-simplecheckout #simplecheckout_customer,
body.checkout-simplecheckout #simplecheckout_shipping_address,
body.checkout-simplecheckout #simplecheckout_shipping,
body.checkout-simplecheckout #simplecheckout_payment,
body.checkout-simplecheckout #simplecheckout_comment {
  background: #ffffff !important;
  border: 1px solid #dce8f2 !important;
  border-radius: 14px !important;
  box-shadow: 0 8px 22px rgba(18, 42, 64, 0.06) !important;
  margin-bottom: 18px !important;
  overflow: hidden !important;
}

/* Заголовки карточек */
body.checkout-simplecheckout #content .checkout-heading,
body.checkout-simplecheckout #content .simplecheckout-block-heading,
body.checkout-simplecheckout #content .panel-heading {
  background: #eef5fb !important;
  color: #15283b !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  padding: 14px 18px !important;
  border-bottom: 1px solid #dce8f2 !important;
}

/* Внутренние отступы */
body.checkout-simplecheckout #content .simplecheckout-block-content,
body.checkout-simplecheckout #content .panel-body {
  padding: 18px !important;
}

/* Таблица товаров */
body.checkout-simplecheckout #simplecheckout_cart table {
  width: 100% !important;
  background: #ffffff !important;
  border: 1px solid #dce8f2 !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  box-shadow: none !important;
  margin-bottom: 0 !important;
}

body.checkout-simplecheckout #simplecheckout_cart table thead td,
body.checkout-simplecheckout #simplecheckout_cart table thead th {
  background: #eef5fb !important;
  color: #15283b !important;
  font-weight: 700 !important;
  border-bottom: 1px solid #dce8f2 !important;
  padding: 14px 16px !important;
}

body.checkout-simplecheckout #simplecheckout_cart table td,
body.checkout-simplecheckout #simplecheckout_cart table th {
  border-color: #e8eef4 !important;
  vertical-align: middle !important;
  padding: 14px 16px !important;
}

body.checkout-simplecheckout #simplecheckout_cart tr:last-child td,
body.checkout-simplecheckout #simplecheckout_cart .total-title,
body.checkout-simplecheckout #simplecheckout_cart .total-text {
  color: #15283b !important;
  font-size: 15px !important;
}

body.checkout-simplecheckout #simplecheckout_cart tr:last-child td {
  font-weight: 700 !important;
}

/* Поля формы */
body.checkout-simplecheckout #content input[type="text"],
body.checkout-simplecheckout #content input[type="tel"],
body.checkout-simplecheckout #content input[type="email"],
body.checkout-simplecheckout #content input[type="password"],
body.checkout-simplecheckout #content select,
body.checkout-simplecheckout #content textarea {
  border: 1px solid #d5e1ea !important;
  border-radius: 10px !important;
  min-height: 44px !important;
  box-shadow: none !important;
  padding: 8px 14px !important;
  font-size: 14px !important;
  background: #ffffff !important;
  transition: all 0.2s ease !important;
}

body.checkout-simplecheckout #content textarea {
  min-height: 120px !important;
}

body.checkout-simplecheckout #content input:focus,
body.checkout-simplecheckout #content select:focus,
body.checkout-simplecheckout #content textarea:focus {
  border-color: #2fa8e6 !important;
  box-shadow: 0 0 0 3px rgba(47, 168, 230, 0.14) !important;
}

body.checkout-simplecheckout #content label,
body.checkout-simplecheckout #content .control-label {
  color: #24384a !important;
  font-weight: 500 !important;
}

/* Доставка и оплата — карточки вариантов */
body.checkout-simplecheckout #simplecheckout_shipping .radio,
body.checkout-simplecheckout #simplecheckout_payment .radio {
  background: #f8fbfe !important;
  border: 1px solid #dce8f2 !important;
  border-radius: 12px !important;
  padding: 12px 14px !important;
  margin: 10px 0 14px !important;
  transition: all 0.2s ease !important;
}

body.checkout-simplecheckout #simplecheckout_shipping .radio:hover,
body.checkout-simplecheckout #simplecheckout_payment .radio:hover {
  background: #f3faff !important;
  border-color: #b7dcef !important;
}

body.checkout-simplecheckout #simplecheckout_shipping .radio:has(input[type="radio"]:checked),
body.checkout-simplecheckout #simplecheckout_payment .radio:has(input[type="radio"]:checked) {
  background: #eef8fe !important;
  border-color: #2fa8e6 !important;
  box-shadow: 0 6px 18px rgba(47, 168, 230, 0.12) !important;
}

body.checkout-simplecheckout #simplecheckout_shipping .radio label,
body.checkout-simplecheckout #simplecheckout_payment .radio label {
  position: relative !important;
  display: block !important;
  padding-left: 32px !important;
  margin: 0 !important;
  max-width: 100% !important;
  color: #1e3448 !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  cursor: pointer !important;
}

body.checkout-simplecheckout #simplecheckout_shipping .radio input[type="radio"],
body.checkout-simplecheckout #simplecheckout_payment .radio input[type="radio"] {
  position: absolute !important;
  left: 0 !important;
  top: 3px !important;
  margin: 0 !important;
}

body.checkout-simplecheckout #simplecheckout_payment p {
  color: #4c5d6c !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  margin: 8px 0 12px !important;
}

body.checkout-simplecheckout #simplecheckout_shipping p,
body.checkout-simplecheckout #simplecheckout_payment p:first-child {
  color: #15283b !important;
  font-weight: 600 !important;
}

/* Кнопки количества и удаления */
body.checkout-simplecheckout #content .btn {
  border-radius: 9px !important;
}

body.checkout-simplecheckout #simplecheckout_cart .input-group-btn .btn,
body.checkout-simplecheckout #simplecheckout_cart .btn-danger,
body.checkout-simplecheckout #simplecheckout_cart .btn-success {
  min-height: 34px !important;
}

/* Кнопка оформления заказа */
body.checkout-simplecheckout a#simplecheckout_button_confirm,
body.checkout-simplecheckout #buttons a#simplecheckout_button_confirm,
body.checkout-simplecheckout .simplecheckout-button-right a#simplecheckout_button_confirm,
body.checkout-simplecheckout a.button_oc#simplecheckout_button_confirm,
body.checkout-simplecheckout a.btn-primary#simplecheckout_button_confirm {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px !important;
  padding: 0 28px !important;
  background: #2fa8e6 !important;
  background-color: #2fa8e6 !important;
  background-image: none !important;
  border: 1px solid #2fa8e6 !important;
  border-radius: 14px !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  text-decoration: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  text-shadow: none !important;
  box-shadow: 0 8px 18px rgba(47, 168, 230, 0.25) !important;
  transition: all 0.2s ease !important;
}

body.checkout-simplecheckout a#simplecheckout_button_confirm span {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
  visibility: visible !important;
  font-weight: 700 !important;
}

body.checkout-simplecheckout a#simplecheckout_button_confirm:hover,
body.checkout-simplecheckout a#simplecheckout_button_confirm:focus,
body.checkout-simplecheckout a#simplecheckout_button_confirm:active {
  background: #168ed0 !important;
  background-color: #168ed0 !important;
  background-image: none !important;
  border-color: #168ed0 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
}


/* =========================================================
   TOYOX Checkout — mobile
   ========================================================= */

@media (max-width: 767px) {

  body.checkout-simplecheckout {
    background: #f4f7fa !important;
  }

  body.checkout-simplecheckout .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  body.checkout-simplecheckout #content {
    padding: 8px !important;
    background: #f4f7fa !important;
    border-radius: 12px !important;
  }

  body.checkout-simplecheckout .breadcrumb {
    font-size: 12px !important;
    margin: 8px 0 12px !important;
  }

  body.checkout-simplecheckout #content h1 {
    font-size: 28px !important;
    line-height: 1.2 !important;
    margin: 12px 0 18px !important;
    color: #15283b !important;
    font-weight: 800 !important;
  }

  /* Колонки Simple Checkout в одну колонку */
  body.checkout-simplecheckout .simplecheckout-left-column,
  body.checkout-simplecheckout .simplecheckout-right-column,
  body.checkout-simplecheckout .simplecheckout-three-column,
  body.checkout-simplecheckout .simplecheckout-two-column,
  body.checkout-simplecheckout .simplecheckout-column {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    display: block !important;
    margin: 0 !important;
  }

  body.checkout-simplecheckout #content .simplecheckout-block,
  body.checkout-simplecheckout #simplecheckout_cart,
  body.checkout-simplecheckout #simplecheckout_customer,
  body.checkout-simplecheckout #simplecheckout_shipping_address,
  body.checkout-simplecheckout #simplecheckout_shipping,
  body.checkout-simplecheckout #simplecheckout_payment,
  body.checkout-simplecheckout #simplecheckout_comment {
    background: #ffffff !important;
    border: 1px solid #dce8f2 !important;
    border-radius: 14px !important;
    box-shadow: 0 6px 18px rgba(18, 42, 64, 0.06) !important;
    margin-bottom: 14px !important;
    overflow: hidden !important;
  }

  body.checkout-simplecheckout #content .checkout-heading,
  body.checkout-simplecheckout #content .simplecheckout-block-heading,
  body.checkout-simplecheckout #content .panel-heading {
    background: #eef5fb !important;
    color: #15283b !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    padding: 14px 16px !important;
    border-bottom: 1px solid #dce8f2 !important;
  }

  body.checkout-simplecheckout #content .simplecheckout-block-content,
  body.checkout-simplecheckout #content .panel-body {
    padding: 16px !important;
  }

  /* Мобильная карточка товара */
  body.checkout-simplecheckout #simplecheckout_cart {
    border-radius: 14px !important;
    overflow: hidden !important;
    background: #ffffff !important;
  }

  body.checkout-simplecheckout #simplecheckout_cart table {
    display: table !important;
    width: 100% !important;
    overflow: hidden !important;
    box-shadow: none !important;
    margin-bottom: 0 !important;
  }

  body.checkout-simplecheckout #simplecheckout_cart thead td:first-child,
  body.checkout-simplecheckout #simplecheckout_cart thead td:nth-child(3),
  body.checkout-simplecheckout #simplecheckout_cart thead td:nth-child(4),
  body.checkout-simplecheckout #simplecheckout_cart thead td:nth-child(5),
  body.checkout-simplecheckout #simplecheckout_cart thead td:nth-child(6),
  body.checkout-simplecheckout #simplecheckout_cart tbody td:first-child,
  body.checkout-simplecheckout #simplecheckout_cart tbody td:nth-child(3),
  body.checkout-simplecheckout #simplecheckout_cart tbody td:nth-child(4),
  body.checkout-simplecheckout #simplecheckout_cart tbody td:nth-child(5),
  body.checkout-simplecheckout #simplecheckout_cart tbody td:nth-child(6) {
    display: none !important;
  }

  body.checkout-simplecheckout #simplecheckout_cart thead td:nth-child(2) {
    text-align: left !important;
    font-size: 15px !important;
    padding: 12px 14px !important;
    color: #15283b !important;
  }

  body.checkout-simplecheckout #simplecheckout_cart tbody td:nth-child(2) {
    display: block !important;
    width: 100% !important;
    text-align: left !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
    padding: 16px 14px !important;
    white-space: normal !important;
    color: #15283b !important;
  }

  body.checkout-simplecheckout #simplecheckout_cart tfoot td,
  body.checkout-simplecheckout #simplecheckout_cart tr:last-child td {
    font-size: 15px !important;
    padding: 10px 14px !important;
    white-space: normal !important;
  }

  /* Поля */
  body.checkout-simplecheckout #content input[type="text"],
  body.checkout-simplecheckout #content input[type="tel"],
  body.checkout-simplecheckout #content input[type="email"],
  body.checkout-simplecheckout #content input[type="password"],
  body.checkout-simplecheckout #content select {
    width: 100% !important;
    height: 48px !important;
    border: 1px solid #d5e1ea !important;
    border-radius: 12px !important;
    box-shadow: none !important;
    padding: 8px 12px !important;
    font-size: 15px !important;
    background: #ffffff !important;
  }

  body.checkout-simplecheckout #content textarea {
    width: 100% !important;
    height: auto !important;
    min-height: 115px !important;
    border: 1px solid #d5e1ea !important;
    border-radius: 0 0 12px 12px !important;
    box-shadow: none !important;
    padding: 8px 12px !important;
    font-size: 15px !important;
    background: #ffffff !important;
  }

  body.checkout-simplecheckout #content input:focus,
  body.checkout-simplecheckout #content select:focus,
  body.checkout-simplecheckout #content textarea:focus {
    border-color: #2fa8e6 !important;
    box-shadow: 0 0 0 3px rgba(47, 168, 230, 0.14) !important;
  }

  body.checkout-simplecheckout #content label,
  body.checkout-simplecheckout #content .control-label {
    font-size: 14px !important;
    color: #24384a !important;
    font-weight: 500 !important;
    margin-bottom: 6px !important;
  }

  /* Доставка и оплата */
  body.checkout-simplecheckout #simplecheckout_shipping .radio,
  body.checkout-simplecheckout #simplecheckout_payment .radio {
    background: #f8fbfe !important;
    border: 1px solid #dce8f2 !important;
    border-radius: 13px !important;
    padding: 13px 14px !important;
    margin: 10px 0 14px !important;
  }

  body.checkout-simplecheckout #simplecheckout_shipping .radio:has(input[type="radio"]:checked),
  body.checkout-simplecheckout #simplecheckout_payment .radio:has(input[type="radio"]:checked) {
    background: #eef8fe !important;
    border-color: #2fa8e6 !important;
    box-shadow: 0 5px 14px rgba(47, 168, 230, 0.12) !important;
  }

  body.checkout-simplecheckout #simplecheckout_shipping .radio label,
  body.checkout-simplecheckout #simplecheckout_payment .radio label {
    position: relative !important;
    display: block !important;
    padding-left: 34px !important;
    font-size: 15px !important;
    line-height: 1.45 !important;
    color: #1e3448 !important;
    cursor: pointer !important;
  }

  body.checkout-simplecheckout #simplecheckout_shipping .radio input[type="radio"],
  body.checkout-simplecheckout #simplecheckout_payment .radio input[type="radio"] {
    position: absolute !important;
    left: 2px !important;
    top: 4px !important;
    transform: none !important;
    margin: 0 !important;
  }

  body.checkout-simplecheckout #simplecheckout_payment p {
    font-size: 14px !important;
    line-height: 1.45 !important;
    color: #4c5d6c !important;
    margin: 8px 0 12px !important;
  }

  /* Кнопка оформления заказа */
  body.checkout-simplecheckout .simplecheckout-button-block {
    display: block !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 14px 0 24px !important;
    margin: 0 !important;
  }

  body.checkout-simplecheckout a#simplecheckout_button_confirm,
  body.checkout-simplecheckout #buttons a#simplecheckout_button_confirm,
  body.checkout-simplecheckout .simplecheckout-button-right a#simplecheckout_button_confirm,
  body.checkout-simplecheckout a.button_oc#simplecheckout_button_confirm,
  body.checkout-simplecheckout a.btn-primary#simplecheckout_button_confirm {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 54px !important;
    min-height: 54px !important;
    margin: 14px 0 24px !important;
    padding: 0 18px !important;
    background: #2fa8e6 !important;
    background-color: #2fa8e6 !important;
    background-image: none !important;
    border: 1px solid #2fa8e6 !important;
    border-radius: 14px !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    text-decoration: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    text-shadow: none !important;
    box-shadow: 0 8px 18px rgba(47, 168, 230, 0.25) !important;
  }

  body.checkout-simplecheckout a#simplecheckout_button_confirm span {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    opacity: 1 !important;
    visibility: visible !important;
    font-size: 17px !important;
    font-weight: 700 !important;
  }

  body.checkout-simplecheckout a#simplecheckout_button_confirm:hover,
  body.checkout-simplecheckout a#simplecheckout_button_confirm:focus,
  body.checkout-simplecheckout a#simplecheckout_button_confirm:active {
    background: #168ed0 !important;
    background-color: #168ed0 !important;
    background-image: none !important;
    border-color: #168ed0 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    opacity: 1 !important;
  }

  /* На checkout убираем лишнюю подписку в футере на мобильном */
  body.checkout-simplecheckout footer .newsletter,
  body.checkout-simplecheckout footer .subscribe,
  body.checkout-simplecheckout footer [class*="newsletter"],
  body.checkout-simplecheckout footer [class*="subscribe"] {
    display: none !important;
  }
}


/* =========================================================
   TOYOX Success Page
   ========================================================= */

.toyox-success-page {
  background: #f4f7fa;
  padding: 28px 18px 36px;
  border-radius: 18px;
}

.toyox-success-card {
  max-width: 860px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #dce8f2;
  border-radius: 20px;
  box-shadow: 0 10px 28px rgba(18, 42, 64, 0.08);
  padding: 38px 42px;
}

.toyox-success-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #eaf8f0;
  color: #20a85a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 20px;
}

.toyox-success-card h1 {
  color: #15283b;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 800;
  margin: 0 0 18px;
}

.toyox-order-number {
  display: inline-block;
  background: #eef8fe;
  border: 1px solid #bfe3f5;
  color: #15283b;
  border-radius: 14px;
  padding: 11px 18px;
  font-size: 17px;
  margin-bottom: 22px;
}

.toyox-order-number strong {
  font-size: 18px;
}

.toyox-success-text {
  color: #34495e;
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 18px;
}

.toyox-success-text p {
  margin-bottom: 10px;
}

.toyox-success-help {
  background: #f8fbfe;
  border-left: 4px solid #2fa8e6;
  border-radius: 12px;
  padding: 15px 18px;
  color: #34495e;
  font-size: 15px;
  line-height: 1.55;
  margin: 20px 0;
}

.toyox-success-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: #f4f7fa;
  border: 1px solid #dce8f2;
  border-radius: 14px;
  padding: 14px 18px;
  color: #15283b;
  font-size: 16px;
  margin: 20px 0 24px;
}

.toyox-success-contact-label {
  color: #4c5d6c;
  font-size: 14px;
  font-weight: 600;
}

.toyox-success-contact span {
  font-weight: 600;
}

.toyox-success-contact a {
  color: #15283b;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
}

.toyox-success-actions {
  margin-top: 10px;
}

.toyox-success-btn {
  background: #2fa8e6 !important;
  border-color: #2fa8e6 !important;
  color: #ffffff !important;
  border-radius: 14px !important;
  padding: 13px 28px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  box-shadow: 0 8px 18px rgba(47, 168, 230, 0.22) !important;
}

.toyox-success-btn:hover,
.toyox-success-btn:focus,
.toyox-success-btn:active {
  background: #168ed0 !important;
  border-color: #168ed0 !important;
  color: #ffffff !important;
}

@media (max-width: 767px) {
  .toyox-success-page {
    padding: 14px 10px 24px;
    border-radius: 12px;
  }

  .toyox-success-card {
    padding: 26px 20px;
    border-radius: 18px;
  }

  .toyox-success-icon {
    width: 62px;
    height: 62px;
    font-size: 36px;
    margin-bottom: 18px;
  }

  .toyox-success-card h1 {
    font-size: 26px;
    margin-bottom: 16px;
  }

  .toyox-order-number {
    width: 100%;
    font-size: 16px;
    padding: 12px 15px;
    text-align: center;
  }

  .toyox-success-text,
  .toyox-success-help {
    font-size: 14px;
    line-height: 1.55;
  }

  .toyox-success-contact {
    display: block;
    text-align: center;
    font-size: 15px;
  }

  .toyox-success-contact-label {
    margin-bottom: 6px;
  }

  .toyox-success-contact a {
    display: block;
    margin-top: 6px;
    font-size: 20px;
  }

  .toyox-success-btn {
    width: 100%;
    display: block;
    text-align: center;
    padding: 14px 18px !important;
    font-size: 16px !important;
  }
}

/* TOYOX 404 Page */

.toyox-not-found-page {
  background: #f4f7fa !important;
  padding: 28px 18px 36px !important;
  border-radius: 18px !important;
}

.toyox-not-found-card {
  max-width: 900px !important;
  margin: 0 auto !important;
  background: #ffffff !important;
  border: 1px solid #dce8f2 !important;
  border-radius: 20px !important;
  box-shadow: 0 10px 28px rgba(18, 42, 64, 0.08) !important;
  padding: 38px 42px !important;
}

.toyox-not-found-code {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #eef8fe !important;
  border: 1px solid #bfe3f5 !important;
  color: #2fa8e6 !important;
  border-radius: 16px !important;
  padding: 10px 18px !important;
  font-size: 28px !important;
  font-weight: 800 !important;
  margin-bottom: 18px !important;
}

.toyox-not-found-card h1 {
  color: #15283b !important;
  font-size: 32px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  margin: 0 0 18px !important;
}

.toyox-not-found-text {
  color: #34495e !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
  margin-bottom: 22px !important;
}

.toyox-not-found-text p {
  margin-bottom: 10px !important;
}

.toyox-not-found-search {
  display: flex !important;
  gap: 10px !important;
  margin: 22px 0 !important;
}

.toyox-not-found-search input {
  flex: 1 !important;
  height: 48px !important;
  border: 1px solid #d5e1ea !important;
  border-radius: 12px !important;
  padding: 0 16px !important;
  font-size: 15px !important;
  box-shadow: none !important;
}

.toyox-not-found-search input:focus {
  border-color: #2fa8e6 !important;
  box-shadow: 0 0 0 3px rgba(47, 168, 230, 0.14) !important;
  outline: none !important;
}

.toyox-not-found-search button {
  height: 48px !important;
  background: #2fa8e6 !important;
  border: 1px solid #2fa8e6 !important;
  color: #ffffff !important;
  border-radius: 12px !important;
  padding: 0 24px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  box-shadow: 0 8px 18px rgba(47, 168, 230, 0.22) !important;
}

.toyox-not-found-search button:hover {
  background: #168ed0 !important;
  border-color: #168ed0 !important;
}

.toyox-not-found-help {
  background: #f8fbfe !important;
  border-left: 4px solid #2fa8e6 !important;
  border-radius: 12px !important;
  padding: 15px 18px !important;
  color: #34495e !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
  margin: 20px 0 24px !important;
}

.toyox-not-found-help strong {
  display: block !important;
  color: #15283b !important;
  margin-bottom: 4px !important;
}

.toyox-not-found-actions {
  display: flex !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
}

.toyox-not-found-btn,
.toyox-not-found-btn-secondary {
  border-radius: 14px !important;
  padding: 13px 24px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.toyox-not-found-btn {
  background: #2fa8e6 !important;
  border-color: #2fa8e6 !important;
  color: #ffffff !important;
  box-shadow: 0 8px 18px rgba(47, 168, 230, 0.22) !important;
}

.toyox-not-found-btn:hover {
  background: #168ed0 !important;
  border-color: #168ed0 !important;
  color: #ffffff !important;
}

.toyox-not-found-btn-secondary {
  background: #f4f7fa !important;
  border: 1px solid #dce8f2 !important;
  color: #15283b !important;
}

.toyox-not-found-btn-secondary:hover {
  background: #eef5fb !important;
  color: #15283b !important;
}

/* Mobile 404 */
@media (max-width: 767px) {
  .toyox-not-found-page {
    padding: 14px 10px 24px !important;
    border-radius: 12px !important;
  }

  .toyox-not-found-card {
    padding: 26px 20px !important;
    border-radius: 18px !important;
  }

  .toyox-not-found-code {
    font-size: 24px !important;
    padding: 9px 16px !important;
  }

  .toyox-not-found-card h1 {
    font-size: 26px !important;
  }

  .toyox-not-found-text,
  .toyox-not-found-help {
    font-size: 14px !important;
    line-height: 1.55 !important;
  }

  .toyox-not-found-search {
    display: block !important;
  }

  .toyox-not-found-search input {
    width: 100% !important;
    margin-bottom: 10px !important;
  }

  .toyox-not-found-search button {
    width: 100% !important;
  }

  .toyox-not-found-actions {
    display: block !important;
  }

  .toyox-not-found-actions a {
    width: 100% !important;
    display: block !important;
    margin-bottom: 10px !important;
    text-align: center !important;
  }
}

/* TOYOX Empty Search Page */

.toyox-empty-search-page {
  background: #f4f7fa !important;
  padding: 28px 18px 36px !important;
  border-radius: 18px !important;
  margin-top: 20px !important;
}

.toyox-empty-search-card {
  max-width: 900px !important;
  margin: 0 auto !important;
  background: #ffffff !important;
  border: 1px solid #dce8f2 !important;
  border-radius: 20px !important;
  box-shadow: 0 10px 28px rgba(18, 42, 64, 0.08) !important;
  padding: 38px 42px !important;
}

.toyox-empty-search-code {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 54px !important;
  height: 54px !important;
  background: #eef8fe !important;
  border: 1px solid #bfe3f5 !important;
  color: #2fa8e6 !important;
  border-radius: 16px !important;
  font-size: 28px !important;
  font-weight: 800 !important;
  margin-bottom: 18px !important;
}

.toyox-empty-search-card h2 {
  color: #15283b !important;
  font-size: 32px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  margin: 0 0 18px !important;
}

.toyox-empty-search-text {
  color: #34495e !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
  margin-bottom: 22px !important;
}

.toyox-empty-search-text p {
  margin-bottom: 10px !important;
}

.toyox-empty-search-form {
  display: flex !important;
  gap: 10px !important;
  margin: 22px 0 !important;
}

.toyox-empty-search-form input {
  flex: 1 !important;
  height: 48px !important;
  border: 1px solid #d5e1ea !important;
  border-radius: 12px !important;
  padding: 0 16px !important;
  font-size: 15px !important;
  box-shadow: none !important;
}

.toyox-empty-search-form input:focus {
  border-color: #2fa8e6 !important;
  box-shadow: 0 0 0 3px rgba(47, 168, 230, 0.14) !important;
  outline: none !important;
}

.toyox-empty-search-form button {
  height: 48px !important;
  background: #2fa8e6 !important;
  border: 1px solid #2fa8e6 !important;
  color: #ffffff !important;
  border-radius: 12px !important;
  padding: 0 24px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  box-shadow: 0 8px 18px rgba(47, 168, 230, 0.22) !important;
}

.toyox-empty-search-form button:hover {
  background: #168ed0 !important;
  border-color: #168ed0 !important;
}

.toyox-empty-search-help {
  background: #f8fbfe !important;
  border-left: 4px solid #2fa8e6 !important;
  border-radius: 12px !important;
  padding: 15px 18px !important;
  color: #34495e !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
  margin: 20px 0 24px !important;
}

.toyox-empty-search-help strong {
  display: block !important;
  color: #15283b !important;
  margin-bottom: 4px !important;
}

.toyox-empty-search-actions {
  display: flex !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
}

.toyox-empty-search-btn-primary,
.toyox-empty-search-btn-secondary {
  border-radius: 14px !important;
  padding: 13px 24px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.toyox-empty-search-btn-primary {
  background: #2fa8e6 !important;
  border-color: #2fa8e6 !important;
  color: #ffffff !important;
  box-shadow: 0 8px 18px rgba(47, 168, 230, 0.22) !important;
}

.toyox-empty-search-btn-primary:hover {
  background: #168ed0 !important;
  border-color: #168ed0 !important;
  color: #ffffff !important;
}

.toyox-empty-search-btn-secondary {
  background: #f4f7fa !important;
  border: 1px solid #dce8f2 !important;
  color: #15283b !important;
}

.toyox-empty-search-btn-secondary:hover {
  background: #eef5fb !important;
  color: #15283b !important;
}

/* Mobile empty search */
@media (max-width: 767px) {
  .toyox-empty-search-page {
    padding: 14px 10px 24px !important;
    border-radius: 12px !important;
  }

  .toyox-empty-search-card {
    padding: 26px 20px !important;
    border-radius: 18px !important;
  }

  .toyox-empty-search-code {
    width: 48px !important;
    height: 48px !important;
    font-size: 24px !important;
  }

  .toyox-empty-search-card h2 {
    font-size: 26px !important;
  }

  .toyox-empty-search-text,
  .toyox-empty-search-help {
    font-size: 14px !important;
    line-height: 1.55 !important;
  }

  .toyox-empty-search-form {
    display: block !important;
  }

  .toyox-empty-search-form input {
    width: 100% !important;
    margin-bottom: 10px !important;
  }

  .toyox-empty-search-form button {
    width: 100% !important;
  }

  .toyox-empty-search-actions {
    display: block !important;
  }

  .toyox-empty-search-actions a {
    width: 100% !important;
    display: block !important;
    margin-bottom: 10px !important;
    text-align: center !important;
  }
}

/* TOYOX Search Page Restyle */

body.product-search #content,
body[class*="product-search"] #content {
  padding-top: 18px !important;
}

/* Заголовок страницы поиска */
body.product-search #content h1,
body[class*="product-search"] #content h1 {
  color: #15283b !important;
  font-size: 30px !important;
  font-weight: 800 !important;
  margin: 18px 0 22px !important;
}

/* Убираем лишний второй заголовок "Поиск" над результатами */
body.product-search #content > h2,
body[class*="product-search"] #content > h2 {
  display: none !important;
}

/* Критерии поиска */
body.product-search #content > label.control-label,
body[class*="product-search"] #content > label.control-label {
  display: block !important;
  color: #15283b !important;
  font-weight: 700 !important;
  margin-bottom: 8px !important;
}

/* Поля поиска */
body.product-search #content input[type="text"],
body.product-search #content select,
body[class*="product-search"] #content input[type="text"],
body[class*="product-search"] #content select {
  height: 44px !important;
  border: 1px solid #d5e1ea !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding: 8px 14px !important;
  color: #24384a !important;
  background: #ffffff !important;
}

body.product-search #content input[type="text"]:focus,
body.product-search #content select:focus,
body[class*="product-search"] #content input[type="text"]:focus,
body[class*="product-search"] #content select:focus {
  border-color: #2fa8e6 !important;
  box-shadow: 0 0 0 3px rgba(47, 168, 230, 0.14) !important;
}

/* Чекбоксы */
body.product-search #content .checkbox-inline,
body.product-search #content .checkbox,
body[class*="product-search"] #content .checkbox-inline,
body[class*="product-search"] #content .checkbox {
  color: #24384a !important;
  font-size: 14px !important;
  margin-top: 8px !important;
}

/* Кнопка поиска */
body.product-search #button-search,
body[class*="product-search"] #button-search {
  background: #2fa8e6 !important;
  border-color: #2fa8e6 !important;
  color: #ffffff !important;
  border-radius: 11px !important;
  padding: 11px 24px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  box-shadow: 0 8px 18px rgba(47, 168, 230, 0.22) !important;
  margin: 12px 0 18px !important;
}

body.product-search #button-search:hover,
body[class*="product-search"] #button-search:hover {
  background: #168ed0 !important;
  border-color: #168ed0 !important;
}

/* Панель сортировки */
body.product-search #content .btn-group button,
body[class*="product-search"] #content .btn-group button {
  border-radius: 8px !important;
  border-color: #dce8f2 !important;
  background: #ffffff !important;
}

body.product-search #compare-total,
body[class*="product-search"] #compare-total {
  color: #2fa8e6 !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

/* Результаты поиска — карточки товаров */
body.product-search .product-layout .product-thumb,
body[class*="product-search"] .product-layout .product-thumb {
  background: #ffffff !important;
  border: 1px solid #dce8f2 !important;
  border-radius: 14px !important;
  box-shadow: 0 6px 18px rgba(18, 42, 64, 0.05) !important;
  overflow: hidden !important;
  transition: all 0.2s ease !important;
}

body.product-search .product-layout .product-thumb:hover,
body[class*="product-search"] .product-layout .product-thumb:hover {
  box-shadow: 0 10px 24px rgba(18, 42, 64, 0.10) !important;
  transform: translateY(-2px);
}

/* Фото товара */
body.product-search .product-thumb .image,
body[class*="product-search"] .product-thumb .image {
  padding: 18px 18px 8px !important;
  text-align: center !important;
}

body.product-search .product-thumb .image img,
body[class*="product-search"] .product-thumb .image img {
  max-height: 220px !important;
  width: auto !important;
  margin: 0 auto !important;
}

/* Текст карточки */
body.product-search .product-thumb .caption,
body[class*="product-search"] .product-thumb .caption {
  padding: 14px 18px 10px !important;
  color: #24384a !important;
}

body.product-search .product-thumb h4,
body[class*="product-search"] .product-thumb h4 {
  font-size: 16px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
  margin: 0 0 10px !important;
}

body.product-search .product-thumb h4 a,
body[class*="product-search"] .product-thumb h4 a {
  color: #15283b !important;
  text-decoration: none !important;
}

body.product-search .product-thumb h4 a:hover,
body[class*="product-search"] .product-thumb h4 a:hover {
  color: #2fa8e6 !important;
}

body.product-search .product-thumb .caption p,
body[class*="product-search"] .product-thumb .caption p {
  font-size: 14px !important;
  line-height: 1.45 !important;
  color: #4c5d6c !important;
}

/* Цена */
body.product-search .product-thumb .price,
body[class*="product-search"] .product-thumb .price {
  color: #15283b !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  margin: 12px 0 8px !important;
}

/* Кнопки в карточке */
body.product-search .product-thumb .button-group,
body[class*="product-search"] .product-thumb .button-group {
  border-top: 1px solid #eef3f7 !important;
  background: #f8fbfe !important;
  display: flex !important;
}

body.product-search .product-thumb .button-group button,
body[class*="product-search"] .product-thumb .button-group button {
  border: none !important;
  border-right: 1px solid #e2ebf2 !important;
  background: transparent !important;
  color: #15283b !important;
  min-height: 42px !important;
  font-weight: 600 !important;
}

body.product-search .product-thumb .button-group button:hover,
body[class*="product-search"] .product-thumb .button-group button:hover {
  background: #eef8fe !important;
  color: #2fa8e6 !important;
}

/* Пагинация и результаты */
body.product-search .pagination,
body[class*="product-search"] .pagination {
  margin-top: 20px !important;
}

body.product-search .text-right,
body[class*="product-search"] .text-right {
  color: #4c5d6c !important;
}

/* Mobile search page */
@media (max-width: 767px) {
  body.product-search #content h1,
  body[class*="product-search"] #content h1 {
    font-size: 24px !important;
    margin: 14px 0 16px !important;
  }

  body.product-search #content .row,
  body[class*="product-search"] #content .row {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }

  body.product-search #content input[type="text"],
  body.product-search #content select,
  body[class*="product-search"] #content input[type="text"],
  body[class*="product-search"] #content select {
    width: 100% !important;
    margin-bottom: 10px !important;
  }

  body.product-search #button-search,
  body[class*="product-search"] #button-search {
    width: 100% !important;
    margin-bottom: 18px !important;
  }

  body.product-search .product-thumb .image img,
  body[class*="product-search"] .product-thumb .image img {
    max-height: 180px !important;
  }

  body.product-search .product-thumb h4,
  body[class*="product-search"] .product-thumb h4 {
    font-size: 15px !important;
  }

  body.product-search .product-thumb .caption,
  body[class*="product-search"] .product-thumb .caption {
    padding: 12px 14px 8px !important;
  }
}

/* TOYOX Search Page Final Fix */

/* Отступ страницы поиска от шапки */
body.product-search #content,
body[class*="product-search"] #content {
  padding-top: 28px !important;
}

/* Критерии поиска — аккуратная карточка */
body.product-search #content > h1 + label.control-label,
body[class*="product-search"] #content > h1 + label.control-label {
  margin-top: 8px !important;
}

body.product-search #content > label.control-label,
body[class*="product-search"] #content > label.control-label {
  color: #15283b !important;
  font-weight: 700 !important;
  margin-bottom: 8px !important;
}

/* Фикс кнопки "Искать снова / Шукати ще раз" в пустом поиске */
.toyox-empty-search-form button,
.toyox-empty-search-form button[type="submit"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 150px !important;
  height: 48px !important;
  background: #2fa8e6 !important;
  background-color: #2fa8e6 !important;
  background-image: none !important;
  border: 1px solid #2fa8e6 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  border-radius: 12px !important;
  padding: 0 24px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-align: center !important;
  text-decoration: none !important;
  box-shadow: 0 8px 18px rgba(47, 168, 230, 0.22) !important;
  cursor: pointer !important;
  opacity: 1 !important;
}

.toyox-empty-search-form button:hover,
.toyox-empty-search-form button:focus,
.toyox-empty-search-form button:active {
  background: #168ed0 !important;
  background-color: #168ed0 !important;
  border-color: #168ed0 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* Поле пустого поиска */
.toyox-empty-search-form input[type="text"] {
  height: 48px !important;
  border: 1px solid #d5e1ea !important;
  border-radius: 12px !important;
  padding: 0 16px !important;
  font-size: 15px !important;
}

/* На мобильном кнопка под полем */
@media (max-width: 767px) {
  .toyox-empty-search-form {
    display: block !important;
  }

  .toyox-empty-search-form input[type="text"] {
    width: 100% !important;
    margin-bottom: 10px !important;
  }

  .toyox-empty-search-form button,
  .toyox-empty-search-form button[type="submit"] {
    width: 100% !important;
  }
}

/* TOYOX Empty Search — submit button hard fix */

body.product-search .toyox-empty-search-form {
  display: flex !important;
  align-items: stretch !important;
  gap: 10px !important;
}

body.product-search .toyox-empty-search-form input[type="text"] {
  flex: 1 1 auto !important;
  height: 48px !important;
  min-height: 48px !important;
}

body.product-search .toyox-empty-search-form .toyox-empty-search-submit {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  min-width: 160px !important;
  height: 48px !important;
  min-height: 48px !important;
  background: #2fa8e6 !important;
  background-color: #2fa8e6 !important;
  background-image: none !important;
  border: 1px solid #2fa8e6 !important;
  border-radius: 12px !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  padding: 0 24px !important;
  margin: 0 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-align: center !important;
  white-space: nowrap !important;
  box-shadow: 0 8px 18px rgba(47, 168, 230, 0.22) !important;
  cursor: pointer !important;
  opacity: 1 !important;
}

body.product-search .toyox-empty-search-form .toyox-empty-search-submit:hover,
body.product-search .toyox-empty-search-form .toyox-empty-search-submit:focus,
body.product-search .toyox-empty-search-form .toyox-empty-search-submit:active {
  background: #168ed0 !important;
  background-color: #168ed0 !important;
  border-color: #168ed0 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  outline: none !important;
}

@media (max-width: 767px) {
  body.product-search .toyox-empty-search-form {
    display: block !important;
  }

  body.product-search .toyox-empty-search-form input[type="text"] {
    width: 100% !important;
    margin-bottom: 10px !important;
  }

  body.product-search .toyox-empty-search-form .toyox-empty-search-submit {
    width: 100% !important;
    min-width: 100% !important;
  }
}

/* TOYOX Empty Search — final submit input fix */

body.product-search .toyox-empty-search-form {
  display: flex !important;
  align-items: stretch !important;
  gap: 10px !important;
}

body.product-search .toyox-empty-search-form input[type="text"] {
  flex: 1 1 auto !important;
  height: 48px !important;
  min-height: 48px !important;
}

body.product-search .toyox-empty-search-form input.toyox-empty-search-submit {
  appearance: none !important;
  -webkit-appearance: none !important;

  display: inline-flex !important;
  flex: 0 0 auto !important;

  width: auto !important;
  min-width: 160px !important;
  height: 48px !important;
  min-height: 48px !important;

  background: #2fa8e6 !important;
  background-color: #2fa8e6 !important;
  background-image: none !important;

  border: 1px solid #2fa8e6 !important;
  border-radius: 12px !important;

  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;

  padding: 0 24px !important;
  margin: 0 !important;

  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 48px !important;
  text-align: center !important;
  white-space: nowrap !important;

  box-shadow: 0 8px 18px rgba(47, 168, 230, 0.22) !important;
  cursor: pointer !important;
  opacity: 1 !important;
}

body.product-search .toyox-empty-search-form input.toyox-empty-search-submit:hover,
body.product-search .toyox-empty-search-form input.toyox-empty-search-submit:focus,
body.product-search .toyox-empty-search-form input.toyox-empty-search-submit:active {
  background: #168ed0 !important;
  background-color: #168ed0 !important;
  border-color: #168ed0 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  outline: none !important;
}

@media (max-width: 767px) {
  body.product-search .toyox-empty-search-form {
    display: block !important;
  }

  body.product-search .toyox-empty-search-form input[type="text"] {
    width: 100% !important;
    margin-bottom: 10px !important;
  }

  body.product-search .toyox-empty-search-form input.toyox-empty-search-submit {
    width: 100% !important;
    min-width: 100% !important;
  }
}

/* TOYOX Search Criteria Card */

body.product-search .toyox-search-criteria-card {
  background: #f8fbfe !important;
  border: 1px solid #dce8f2 !important;
  border-radius: 18px !important;
  padding: 22px 24px 20px !important;
  margin: 0 0 28px !important;
  box-shadow: 0 8px 22px rgba(18, 42, 64, 0.05) !important;
}

body.product-search .toyox-search-criteria-card .control-label {
  color: #15283b !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  margin-bottom: 10px !important;
}

body.product-search .toyox-search-criteria-card input[type="text"],
body.product-search .toyox-search-criteria-card select {
  height: 46px !important;
  border: 1px solid #d5e1ea !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  padding: 8px 14px !important;
  color: #24384a !important;
  background: #ffffff !important;
}

body.product-search .toyox-search-criteria-card input[type="text"]:focus,
body.product-search .toyox-search-criteria-card select:focus {
  border-color: #2fa8e6 !important;
  box-shadow: 0 0 0 3px rgba(47, 168, 230, 0.14) !important;
  outline: none !important;
}

body.product-search .toyox-search-criteria-card .checkbox-inline,
body.product-search .toyox-search-criteria-card label {
  color: #24384a !important;
  font-size: 14px !important;
}

body.product-search .toyox-search-criteria-card input[type="checkbox"] {
  margin-right: 6px !important;
}

body.product-search .toyox-search-criteria-card #button-search {
  background: #2fa8e6 !important;
  border-color: #2fa8e6 !important;
  color: #ffffff !important;
  border-radius: 12px !important;
  padding: 12px 26px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  box-shadow: 0 8px 18px rgba(47, 168, 230, 0.22) !important;
  margin-top: 14px !important;
}

body.product-search .toyox-search-criteria-card #button-search:hover {
  background: #168ed0 !important;
  border-color: #168ed0 !important;
}

/* Mobile */
@media (max-width: 767px) {
  body.product-search .toyox-search-criteria-card {
    padding: 18px 16px !important;
    border-radius: 16px !important;
    margin-bottom: 22px !important;
  }

  body.product-search .toyox-search-criteria-card input[type="text"],
  body.product-search .toyox-search-criteria-card select {
    width: 100% !important;
    margin-bottom: 10px !important;
  }

  body.product-search .toyox-search-criteria-card #button-search {
    width: 100% !important;
  }
}

/* TOYOX Search Criteria — compact fix */

body.product-search .toyox-search-criteria-card {
  padding: 20px 24px 18px !important;
  margin-bottom: 24px !important;
}

body.product-search .toyox-search-criteria-card .row {
  margin-bottom: 0 !important;
}

body.product-search .toyox-search-criteria-card #button-search {
  margin-top: 12px !important;
  margin-bottom: 0 !important;
}

/* TOYOX Search Product Cards v1 */

body.product-search .product-layout {
  margin-bottom: 24px !important;
}

body.product-search .product-layout .product-thumb {
  height: 100% !important;
  min-height: 520px !important;
  display: flex !important;
  flex-direction: column !important;
  background: #ffffff !important;
  border: 1px solid #dce8f2 !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  box-shadow: 0 8px 22px rgba(18, 42, 64, 0.06) !important;
  transition: box-shadow 0.2s ease, transform 0.2s ease !important;
}

body.product-search .product-layout .product-thumb:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 14px 30px rgba(18, 42, 64, 0.12) !important;
}

/* Фото */
body.product-search .product-thumb .image {
  height: 230px !important;
  padding: 22px 20px 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #ffffff !important;
}

body.product-search .product-thumb .image a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
}

body.product-search .product-thumb .image img {
  max-width: 100% !important;
  max-height: 205px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  margin: 0 auto !important;
}

/* Текстовая часть */
body.product-search .product-thumb .caption {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
  padding: 18px 20px 12px !important;
  color: #24384a !important;
}

body.product-search .product-thumb h4 {
  min-height: 64px !important;
  margin: 0 0 12px !important;
  font-size: 16px !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
}

body.product-search .product-thumb h4 a {
  color: #15283b !important;
  text-decoration: none !important;
}

body.product-search .product-thumb h4 a:hover {
  color: #2fa8e6 !important;
}

/* Описание: ограничиваем, чтобы карточки не растягивались */
body.product-search .product-thumb .caption > p:not(.price) {
  min-height: 82px !important;
  max-height: 82px !important;
  overflow: hidden !important;
  color: #4c5d6c !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  margin: 0 0 12px !important;
}

/* Цена */
body.product-search .product-thumb .price {
  margin-top: auto !important;
  margin-bottom: 10px !important;
  color: #15283b !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
}

body.product-search .product-thumb .price-old {
  color: #8a98a8 !important;
  font-size: 14px !important;
  text-decoration: line-through !important;
  margin-left: 6px !important;
}

body.product-search .product-thumb .price-new {
  color: #15283b !important;
  font-size: 18px !important;
  font-weight: 900 !important;
}

/* Нижние кнопки */
body.product-search .product-thumb .button-group {
  display: flex !important;
  align-items: stretch !important;
  border-top: 1px solid #e6eef5 !important;
  background: #f8fbfe !important;
  margin-top: auto !important;
}

body.product-search .product-thumb .button-group button {
  height: 46px !important;
  border: 0 !important;
  border-right: 1px solid #e2ebf2 !important;
  background: transparent !important;
  color: #15283b !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-shadow: none !important;
  box-shadow: none !important;
}

body.product-search .product-thumb .button-group button:first-child {
  flex: 1 1 auto !important;
  background: #f8fbfe !important;
  color: #15283b !important;
}

body.product-search .product-thumb .button-group button:first-child:hover {
  background: #2fa8e6 !important;
  color: #ffffff !important;
}

body.product-search .product-thumb .button-group button:not(:first-child) {
  width: 46px !important;
  flex: 0 0 46px !important;
}

body.product-search .product-thumb .button-group button:hover {
  background: #eef8fe !important;
  color: #2fa8e6 !important;
}

/* Иконки внутри кнопок */
body.product-search .product-thumb .button-group button i {
  margin-right: 4px !important;
}

body.product-search .product-thumb .button-group button:not(:first-child) i {
  margin-right: 0 !important;
}

/* Чтобы карточки в строке были ровнее */
body.product-search .row .product-layout {
  display: flex !important;
}

/* Mobile */
@media (max-width: 767px) {
  body.product-search .product-layout {
    width: 100% !important;
    float: none !important;
    display: block !important;
    margin-bottom: 16px !important;
  }

  body.product-search .product-layout .product-thumb {
    min-height: auto !important;
    border-radius: 15px !important;
  }

  body.product-search .product-thumb .image {
    height: 210px !important;
    padding: 18px 16px 10px !important;
  }

  body.product-search .product-thumb .image img {
    max-height: 190px !important;
  }

  body.product-search .product-thumb .caption {
    padding: 16px 16px 10px !important;
  }

  body.product-search .product-thumb h4 {
    min-height: auto !important;
    font-size: 16px !important;
  }

  body.product-search .product-thumb .caption > p:not(.price) {
    min-height: auto !important;
    max-height: 88px !important;
  }

  body.product-search .product-thumb .button-group button:first-child {
    font-size: 14px !important;
  }
}

/* TOYOX Footer Benefits / Преимущества в футере */

.row.banner-footer {
    padding: 24px 20px 22px !important;
    background: #f4f7fa !important;
    border-top: 1px solid #e2ebf2 !important;
    border-bottom: 1px solid #e2ebf2 !important;
}

.banner-footer .block-banner-footer {
    text-align: center !important;
    padding: 10px 8px !important;
    min-height: 96px !important;
}

.banner-footer .icon-banner-footer {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 38px !important;
    margin-bottom: 10px !important;
    color: #6f7c88 !important;
}

.banner-footer .icon-banner-footer i,
.banner-footer .icon-banner-footer span,
.banner-footer .icon-banner-footer .fa {
    font-size: 34px !important;
    line-height: 1 !important;
    color: #6f7c88 !important;
}

.banner-footer .icon-banner-footer svg {
    width: 34px !important;
    height: 34px !important;
}

.banner-footer .text-footer-banner {
    color: #111827 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
    text-align: center !important;
    max-width: 210px !important;
    margin: 0 auto !important;
}

.banner-footer .block-banner-footer:hover .icon-banner-footer,
.banner-footer .block-banner-footer:hover .icon-banner-footer i,
.banner-footer .block-banner-footer:hover .icon-banner-footer span,
.banner-footer .block-banner-footer:hover .icon-banner-footer .fa {
    color: #2fa8e6 !important;
}

/* Mobile footer benefits */
@media (max-width: 767px) {
    .row.banner-footer {
        padding: 18px 10px 16px !important;
    }

    .banner-footer .block-banner-footer {
        padding: 12px 6px !important;
        min-height: 92px !important;
    }

    .banner-footer .icon-banner-footer {
        min-height: 34px !important;
        margin-bottom: 8px !important;
    }

    .banner-footer .icon-banner-footer i,
    .banner-footer .icon-banner-footer span,
    .banner-footer .icon-banner-footer .fa {
        font-size: 30px !important;
    }

    .banner-footer .icon-banner-footer svg {
        width: 30px !important;
        height: 30px !important;
    }

    .banner-footer .text-footer-banner {
        font-size: 14px !important;
        line-height: 1.3 !important;
        max-width: 160px !important;
    }
}

/* TOYOX Contact Page */

body.information-contact #content {
    padding-bottom: 40px !important;
}

body.information-contact #content h1 {
    color: #15283b !important;
    font-weight: 800 !important;
    margin-bottom: 24px !important;
}

.toyox-contact-wrap {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 24px !important;
    margin-bottom: 32px !important;
}

.toyox-contact-card,
.toyox-contact-form-card {
    background: #ffffff !important;
    border: 1px solid #dce8f2 !important;
    border-radius: 18px !important;
    padding: 34px 38px !important;
    box-shadow: 0 8px 22px rgba(18, 42, 64, 0.06) !important;
}

.toyox-contact-card h2,
.toyox-contact-form-card h2 {
    color: #15283b !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    margin: 0 0 18px !important;
}

.toyox-contact-card h3 {
    color: #15283b !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    margin: 24px 0 10px !important;
}

.toyox-contact-card p,
.toyox-contact-card a {
    color: #24384a !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
}

.toyox-contact-card a[href^="tel"] {
    color: #15283b !important;
    font-size: 18px !important;
    font-weight: 800 !important;
}

.toyox-contact-form-card .form-control {
    height: 46px !important;
    border: 1px solid #d5e1ea !important;
    border-radius: 12px !important;
    box-shadow: none !important;
}

.toyox-contact-form-card textarea.form-control {
    height: 140px !important;
}

.toyox-contact-form-card .form-control:focus {
    border-color: #2fa8e6 !important;
    box-shadow: 0 0 0 3px rgba(47, 168, 230, 0.14) !important;
}

.toyox-contact-form-card .btn-primary,
.toyox-contact-card .btn-primary {
    background: #2fa8e6 !important;
    border-color: #2fa8e6 !important;
    color: #ffffff !important;
    border-radius: 12px !important;
    padding: 12px 28px !important;
    font-weight: 800 !important;
    box-shadow: 0 8px 18px rgba(47, 168, 230, 0.22) !important;
}

.toyox-contact-form-card .btn-primary:hover,
.toyox-contact-card .btn-primary:hover {
    background: #168ed0 !important;
    border-color: #168ed0 !important;
}

@media (max-width: 767px) {
    .toyox-contact-wrap {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    .toyox-contact-card,
    .toyox-contact-form-card {
        padding: 24px 18px !important;
        border-radius: 16px !important;
    }
}

/* TOYOX Contact Page */

.toyox-contact-page {
    margin-top: 20px !important;
    margin-bottom: 40px !important;
}

.toyox-contact-map {
    width: 100% !important;
    height: 300px !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    margin-bottom: 28px !important;
    border: 1px solid #dce8f2 !important;
    box-shadow: 0 8px 22px rgba(18, 42, 64, 0.06) !important;
}

.toyox-contact-map iframe {
    width: 100% !important;
    height: 300px !important;
    display: block !important;
}

.toyox-contact-wrap {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 24px !important;
    align-items: stretch !important;
}

.toyox-contact-card,
.toyox-contact-form-card {
    background: #ffffff !important;
    border: 1px solid #dce8f2 !important;
    border-radius: 18px !important;
    padding: 34px 38px !important;
    box-shadow: 0 8px 22px rgba(18, 42, 64, 0.06) !important;
}

.toyox-contact-card h2,
.toyox-contact-form-card h2 {
    color: #15283b !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    margin: 0 0 22px !important;
}

.toyox-contact-card h3 {
    color: #15283b !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    margin: 22px 0 10px !important;
}

.toyox-contact-card h3:first-child {
    margin-top: 0 !important;
}

.toyox-contact-card p,
.toyox-contact-card a {
    color: #24384a !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
}

.toyox-contact-phone {
    color: #15283b !important;
    font-size: 18px !important;
    font-weight: 800 !important;
}

.toyox-contact-btn {
    margin-top: 8px !important;
    border-radius: 12px !important;
    padding: 10px 18px !important;
    background: #2fa8e6 !important;
    border-color: #2fa8e6 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
}

.toyox-contact-form-card .form-group {
    margin-bottom: 18px !important;
}

.toyox-contact-form-card label {
    color: #24384a !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    margin-bottom: 8px !important;
}

.toyox-contact-form-card .form-control {
    height: 44px !important;
    border: 1px solid #d5e1ea !important;
    border-radius: 10px !important;
    box-shadow: none !important;
}

.toyox-contact-form-card textarea.form-control {
    height: 130px !important;
    resize: vertical !important;
}

.toyox-contact-form-card .form-control:focus {
    border-color: #2fa8e6 !important;
    box-shadow: 0 0 0 3px rgba(47, 168, 230, 0.14) !important;
}

.toyox-contact-submit {
    background: #2fa8e6 !important;
    border-color: #2fa8e6 !important;
    color: #ffffff !important;
    border-radius: 12px !important;
    padding: 12px 28px !important;
    font-weight: 800 !important;
    box-shadow: 0 8px 18px rgba(47, 168, 230, 0.22) !important;
}

.toyox-contact-submit:hover {
    background: #168ed0 !important;
    border-color: #168ed0 !important;
}

/* убираем старые bootstrap-отступы внутри новой формы */
.toyox-contact-form-card .form-horizontal .form-group,
.toyox-contact-form-card .form-group {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

@media (max-width: 767px) {
    .toyox-contact-map,
    .toyox-contact-map iframe {
        height: 240px !important;
    }

    .toyox-contact-wrap {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    .toyox-contact-card,
    .toyox-contact-form-card {
        padding: 24px 18px !important;
        border-radius: 16px !important;
    }

    .toyox-contact-card h2,
    .toyox-contact-form-card h2 {
        font-size: 20px !important;
    }

    .toyox-contact-card h3 {
        font-size: 17px !important;
    }
}

/* TOYOX Productany category heading */

.toyox-module-heading {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 18px !important;
    position: relative !important;
    margin: 34px 0 24px !important;
    text-align: center !important;
}

.toyox-module-title-link {
    text-decoration: none !important;
}

.toyox-module-title-link span,
.toyox-module-heading > span {
    font-size: 22px !important;
    font-weight: 800 !important;
    color: #15283b !important;
}

.toyox-module-all-link {
    position: absolute !important;
    right: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 36px !important;
    padding: 8px 16px !important;
    border-radius: 18px !important;
    background: #f2f7fb !important;
    border: 1px solid #d8e7f2 !important;
    color: #2fa8e6 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
}

.toyox-module-all-link:hover {
    background: #2fa8e6 !important;
    border-color: #2fa8e6 !important;
    color: #ffffff !important;
}

@media (max-width: 767px) {
    .toyox-module-heading {
        flex-direction: column !important;
        gap: 10px !important;
        margin: 26px 0 18px !important;
    }

    .toyox-module-title-link span,
    .toyox-module-heading > span {
        font-size: 19px !important;
    }

    .toyox-module-all-link {
        position: static !important;
        transform: none !important;
        min-height: 34px !important;
        padding: 7px 14px !important;
        font-size: 13px !important;
    }
}


/* TOYOX Productany — кнопка Смотреть все */

.container-module .toyox-module-all-link {
    grid-column: 3 !important;
    justify-self: end !important;
    position: static !important;
    transform: none !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    min-height: 38px !important;
    padding: 9px 18px !important;
    border-radius: 20px !important;

    background: #2fa8e6 !important;
    border: 1px solid #2fa8e6 !important;
    color: #ffffff !important;

    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    white-space: nowrap !important;

    box-shadow: 0 8px 18px rgba(47, 168, 230, 0.22) !important;
    transition: all 0.2s ease !important;
}

.container-module .toyox-module-all-link:hover {
    background: #168ed0 !important;
    border-color: #168ed0 !important;
    color: #ffffff !important;
    box-shadow: 0 10px 22px rgba(47, 168, 230, 0.28) !important;
    transform: translateY(-1px) !important;
}

@media (max-width: 767px) {
    .container-module .toyox-module-all-link {
        align-self: center !important;
        min-height: 36px !important;
        padding: 8px 16px !important;
        font-size: 13px !important;
        border-radius: 18px !important;
    }
}

#simplecheckout_form input#button-confirm,
#simplecheckout_form button#button-confirm {
    display: none !important;
}
#cart .dropdown-menu .toyox-mini-cart-actions {
    display: flex !important;
    gap: 10px !important;
    margin: 12px 15px 15px !important;
    padding: 0 !important;
}

#cart .dropdown-menu .toyox-mini-cart-actions a {
    width: 50% !important;
    min-height: 40px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* TOYOX — кнопка уточнения на странице товара */
.product-info button.toyox-product-request-button,
button.toyox-product-request-button {
	background: #2fa8e6 !important;
	border-color: #2fa8e6 !important;
	color: #fff !important;
}

.product-info button.toyox-product-request-button:hover,
button.toyox-product-request-button:hover {
	background: #1f96d4 !important;
	border-color: #1f96d4 !important;
	color: #fff !important;
}

.toyox-product-info-field {
	background: #f8fbfe !important;
	border-color: #dce8f2 !important;
	color: #15283b !important;
	font-size: 13px !important;
	line-height: 1.35 !important;
	resize: vertical !important;
}

button.toyox-product-request-button {
	background: #2fa8e6 !important;
	border-color: #2fa8e6 !important;
	color: #fff !important;
}

button.toyox-product-request-button:hover {
	background: #1f96d4 !important;
	border-color: #1f96d4 !important;
	color: #fff !important;
}

.toyox-product-info-field {
	background: #f8fbfe !important;
	border-color: #dce8f2 !important;
	color: #15283b !important;
}

#toyox-visible-product-request-button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	margin-left: 12px !important;
	min-height: 36px !important;
	padding: 0 24px !important;
	background: #2fa8e6 !important;
	border-color: #2fa8e6 !important;
	color: #fff !important;
	border-radius: 8px !important;
	font-weight: 600 !important;
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: auto !important;
}

#toyox-visible-product-request-button:hover {
	background: #1f96d4 !important;
	border-color: #1f96d4 !important;
	color: #fff !important;
}

@media (max-width: 767px) {
	#toyox-visible-product-request-button {
		display: flex !important;
		width: 100% !important;
		margin: 12px 0 0 0 !important;
	}
}

/* TOYOX — запрос цены в карточках категории */
.product-product .toyox-product-info-field,
.toyox-product-info-field {
	background: #f8fbfe !important;
	border-color: #dce8f2 !important;
	color: #15283b !important;
	font-size: 13px !important;
	line-height: 1.35 !important;
}

.product-layout .toyox-category-price-request {
	display: inline-block !important;
	color: #e67e22 !important;
	font-weight: 800 !important;
	font-size: 14px !important;
	line-height: 1.25 !important;
}

.product-layout button.toyox-category-request-button {
	background: #ff9800 !important;
	border-color: #ff9800 !important;
	color: #fff !important;
}

.product-layout button.toyox-category-request-button:hover {
	background: #e68900 !important;
	border-color: #e68900 !important;
	color: #fff !important;
}

.product-layout button.toyox-category-request-button i {
	color: #fff !important;
}

.product-layout .toyox-category-price-request-button {
	display: inline-block !important;
	padding: 0 !important;
	margin: 0 !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: #ff7800 !important;
	font-weight: 700 !important;
	font-size: 14px !important;
	line-height: 1.25 !important;
	cursor: pointer !important;
	text-align: left !important;
}

.product-layout .toyox-category-price-request-button:hover {
	color: #e05f00 !important;
	text-decoration: underline !important;
}

/* TOYOX — кнопка "Уточнить наличие" в карточках категории */
.product-layout button.toyox-category-price-request-button,
.product-thumb button.toyox-category-price-request-button {
	display: inline-block !important;
	width: auto !important;
	min-width: 0 !important;
	height: auto !important;
	min-height: 0 !important;
	padding: 0 !important;
	margin: 8px 0 0 0 !important;

	background: transparent !important;
	background-image: none !important;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	outline: none !important;

	color: #ff7800 !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1.25 !important;
	text-align: left !important;
	cursor: pointer !important;
}

.product-layout button.toyox-category-price-request-button:hover,
.product-thumb button.toyox-category-price-request-button:hover {
	color: #e05f00 !important;
	text-decoration: underline !important;
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
}

/* TOYOX — кнопка "Уточнить наличие" в карточках категории */
.product-layout button.toyox-category-price-request-button,
.product-thumb button.toyox-category-price-request-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    height: 34px !important;
    padding: 0 14px !important;
    margin: 10px 0 0 0 !important;

    background: #fff !important;
    border: 1px solid #57aee8 !important;
    border-radius: 999px !important;
    box-shadow: none !important;
    outline: none !important;

    color: #57aee8 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    text-align: center !important;
    white-space: nowrap !important;
    cursor: pointer !important;
    transition: all .2s ease !important;
}

.product-layout button.toyox-category-price-request-button:hover,
.product-thumb button.toyox-category-price-request-button:hover {
    background: #57aee8 !important;
    color: #fff !important;
    border-color: #57aee8 !important;
    text-decoration: none !important;
}

.product-layout button.toyox-category-price-request-button:focus,
.product-thumb button.toyox-category-price-request-button:focus {
    box-shadow: 0 0 0 3px rgba(87,174,232,.15) !important;
}

/* мобильная адаптация */
@media (max-width: 767px) {
    .product-layout button.toyox-category-price-request-button,
    .product-thumb button.toyox-category-price-request-button {
        height: 32px !important;
        padding: 0 12px !important;
        font-size: 13px !important;
    }
}

/* TOYOX — кнопка запроса в Productany на главной */
.productany .toyox-productany-request-button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: auto !important;
	min-width: 0 !important;
	min-height: 30px !important;
	padding: 5px 13px !important;
	margin: 6px 0 0 0 !important;

	background: #fff !important;
	border: 1px solid #2fa8e6 !important;
	border-radius: 999px !important;
	box-shadow: none !important;

	color: #1688cc !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1.25 !important;
	text-align: center !important;
	cursor: pointer !important;
}

.productany .toyox-productany-request-button:hover {
	background: #eef8ff !important;
	border-color: #1688cc !important;
	color: #0f78b8 !important;
	text-decoration: none !important;
}

/* чтобы не было дубля нижней кнопки корзины у товаров под запрос */
/* TOYOX — Productany: запрос наличия вместо корзины */
.productany .price .toyox-productany-request-button {
	display: none !important;
}

.productany .toyox-productany-request-cart {
	display: block !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

.productany .toyox-productany-request-cart .toyox-productany-request-action {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;

	width: auto !important;
	min-width: 0 !important;
	max-width: 170px !important;
	height: 34px !important;
	min-height: 34px !important;
	padding: 0 13px !important;

	background: #fff !important;
	border: 1px solid #2fa8e6 !important;
	border-radius: 999px !important;
	box-shadow: none !important;

	color: #1688cc !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	text-align: center !important;
	cursor: pointer !important;
	white-space: nowrap !important;
}

.productany .toyox-productany-request-cart .toyox-productany-request-action i {
	display: none !important;
}

.productany .toyox-productany-request-cart .toyox-productany-request-action span {
	display: inline !important;
	color: #1688cc !important;
}

.productany .toyox-productany-request-cart .toyox-productany-request-action:hover {
	background: #eef8ff !important;
	border-color: #1688cc !important;
	color: #0f78b8 !important;
}

.productany .toyox-productany-request-cart .toyox-productany-request-action:hover span {
	color: #0f78b8 !important;
}

.toyox-product-info-field {
	background: #f8fbfe !important;
	border-color: #dce8f2 !important;
	color: #15283b !important;
	font-size: 13px !important;
	line-height: 1.35 !important;
}

/* TOYOX — Productany mobile: показываем кнопку запроса в карточке */
@media (max-width: 767px) {
	.productany .price .toyox-productany-request-button,
	body.common-home .productany .price .toyox-productany-request-button {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;

		width: auto !important;
		max-width: 100% !important;
		min-height: 30px !important;
		padding: 5px 12px !important;
		margin: 10px 0 0 0 !important;

		background: #fff !important;
		border: 1px solid #2fa8e6 !important;
		border-radius: 999px !important;
		box-shadow: none !important;

		color: #1688cc !important;
		font-size: 12px !important;
		font-weight: 700 !important;
		line-height: 1.2 !important;
		text-align: center !important;
		white-space: normal !important;
		cursor: pointer !important;
	}

	.productany .price .toyox-productany-request-button:hover,
	body.common-home .productany .price .toyox-productany-request-button:hover {
		background: #eef8ff !important;
		border-color: #1688cc !important;
		color: #0f78b8 !important;
		text-decoration: none !important;
	}

	/* на мобильной не показываем дубль в нижней зоне действий */
	.productany .toyox-productany-request-cart,
	body.common-home .productany .toyox-productany-request-cart {
		display: none !important;
	}
}

/* TOYOX — Productany mobile request button */
.toyox-productany-mobile-request-button {
	display: none !important;
}

@media (max-width: 767px) {
	.toyox-productany-mobile-request-button {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;

		width: auto !important;
		max-width: 100% !important;
		min-height: 30px !important;
		padding: 5px 12px !important;
		margin: 8px 0 0 0 !important;

		background: #fff !important;
		border: 1px solid #2fa8e6 !important;
		border-radius: 999px !important;
		box-shadow: none !important;

		color: #1688cc !important;
		font-size: 12px !important;
		font-weight: 700 !important;
		line-height: 1.2 !important;
		text-align: center !important;
		cursor: pointer !important;
	}

	.toyox-productany-mobile-request-button:hover {
		background: #eef8ff !important;
		border-color: #1688cc !important;
		color: #0f78b8 !important;
		text-decoration: none !important;
	}
}

/* TOYOX — Productany mobile: оставляем только одну мобильную кнопку */
@media (max-width: 767px) {
	.productany .price .toyox-productany-request-button,
	body.common-home .productany .price .toyox-productany-request-button {
		display: none !important;
	}

	.productany .toyox-productany-request-cart,
	body.common-home .productany .toyox-productany-request-cart {
		display: none !important;
	}

	.productany .toyox-productany-mobile-request-button,
	body.common-home .toyox-productany-mobile-request-button {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;

		width: auto !important;
		max-width: 100% !important;
		min-height: 30px !important;
		padding: 5px 12px !important;
		margin: 8px 0 0 0 !important;

		background: #fff !important;
		border: 1px solid #2fa8e6 !important;
		border-radius: 999px !important;
		box-shadow: none !important;

		color: #1688cc !important;
		font-size: 12px !important;
		font-weight: 700 !important;
		line-height: 1.2 !important;
		text-align: center !important;
		cursor: pointer !important;
	}
}

/* TOYOX — Productany mobile: убираем пустой отступ после скрытой кнопки */
@media (max-width: 767px) {
	.productany .toyox-productany-mobile-request-card .price,
	body.common-home .productany .toyox-productany-mobile-request-card .price {
		margin: 0 !important;
		padding: 0 !important;
		min-height: 0 !important;
		height: 0 !important;
		line-height: 0 !important;
		overflow: hidden !important;
	}

	.productany .toyox-productany-mobile-request-card .price .toyox-productany-request-button,
	body.common-home .productany .toyox-productany-mobile-request-card .price .toyox-productany-request-button {
		display: none !important;
		margin: 0 !important;
		padding: 0 !important;
		height: 0 !important;
		min-height: 0 !important;
		border: 0 !important;
		overflow: hidden !important;
	}

	.productany .toyox-productany-mobile-request-card .toyox-productany-request-cart,
	body.common-home .productany .toyox-productany-mobile-request-card .toyox-productany-request-cart {
		display: none !important;
		margin: 0 !important;
		padding: 0 !important;
		height: 0 !important;
		min-height: 0 !important;
		overflow: hidden !important;
	}

	.productany .toyox-productany-mobile-request-card .toyox-productany-mobile-request-button,
	body.common-home .productany .toyox-productany-mobile-request-card .toyox-productany-mobile-request-button {
		margin: 10px 0 0 0 !important;
	}
}

/* TOYOX — кнопка запроса в поиске */
.product-search .toyox-search-request-button,
.product-search .toyox-category-price-request-button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;

	width: auto !important;
	min-height: 32px !important;
	padding: 5px 14px !important;
	margin: 8px 0 0 0 !important;

	background: #fff !important;
	border: 1px solid #2fa8e6 !important;
	border-radius: 999px !important;
	box-shadow: none !important;

	color: #1688cc !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	text-align: center !important;
	cursor: pointer !important;
}

.product-search .toyox-search-request-button:hover,
.product-search .toyox-category-price-request-button:hover {
	background: #eef8ff !important;
	border-color: #1688cc !important;
	color: #0f78b8 !important;
	text-decoration: none !important;
}

/* TOYOX — поиск: убираем верхний неактивный текст запроса */
.product-search .price .toyox-search-price-request,
.product-search .price .toyox-category-price-request,
.product-search .price .toyox-search-request-label {
	display: none !important;
}

/* TOYOX — phone validation in request popup */
.toyox-phone-error-input {
	border-color: #e53935 !important;
	box-shadow: 0 0 0 2px rgba(229, 57, 53, 0.08) !important;
}

.toyox-phone-error {
	margin: 5px 0 0 42px !important;
	color: #e53935 !important;
	font-size: 12px !important;
	line-height: 1.3 !important;
	text-align: right !important;
}

/* TOYOX — пустой результат поиска */
.toyox-search-empty-box {
	margin: 25px 0 35px 0 !important;
	padding: 28px 22px !important;
	background: #f8fbfe !important;
	border: 1px solid #dce8f2 !important;
	border-radius: 14px !important;
	text-align: center !important;
}

.toyox-search-empty-icon {
	width: 54px !important;
	height: 54px !important;
	margin: 0 auto 14px auto !important;
	border-radius: 50% !important;
	background: #eef8ff !important;
	color: #1688cc !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	font-size: 22px !important;
}

.toyox-search-empty-title {
	margin-bottom: 8px !important;
	color: #15283b !important;
	font-size: 20px !important;
	font-weight: 700 !important;
}

.toyox-search-empty-text {
	max-width: 560px !important;
	margin: 0 auto 18px auto !important;
	color: #5d6f7f !important;
	font-size: 14px !important;
	line-height: 1.45 !important;
}

.toyox-search-empty-request-button {
	border-radius: 999px !important;
	padding: 8px 22px !important;
	font-weight: 700 !important;
}

/* TOYOX — пустой поиск: акцент на заявке */
.toyox-empty-search-actions {
	display: flex !important;
	align-items: center !important;
	gap: 12px !important;
	margin-top: 26px !important;
	flex-wrap: wrap !important;
}

.toyox-empty-search-btn-request {
	background: #43a8e8 !important;
	border: 1px solid #43a8e8 !important;
	color: #fff !important;
	border-radius: 12px !important;
	padding: 12px 26px !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	box-shadow: 0 8px 18px rgba(67, 168, 232, 0.22) !important;
}

.toyox-empty-search-btn-request:hover {
	background: #2196dc !important;
	border-color: #2196dc !important;
	color: #fff !important;
}

.toyox-empty-search-btn-contact {
	background: #fff !important;
	border: 1px solid #b9d8ee !important;
	color: #1688cc !important;
	border-radius: 12px !important;
	padding: 12px 24px !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	box-shadow: none !important;
}

.toyox-empty-search-btn-contact:hover {
	background: #eef8ff !important;
	border-color: #43a8e8 !important;
	color: #0f78b8 !important;
}

@media (max-width: 767px) {
	.toyox-empty-search-actions {
		flex-direction: column !important;
		align-items: stretch !important;
	}

	.toyox-empty-search-btn-request,
	.toyox-empty-search-btn-contact {
		width: 100% !important;
		text-align: center !important;
	}
}

/* TOYOX — пустой поиск: кнопки */
.toyox-empty-search-actions {
	display: flex !important;
	align-items: center !important;
	gap: 12px !important;
	margin-top: 26px !important;
	flex-wrap: wrap !important;
}

.toyox-empty-search-btn-request {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	background: #43a8e8 !important;
	border: 1px solid #43a8e8 !important;
	color: #fff !important;
	border-radius: 12px !important;
	padding: 12px 26px !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	box-shadow: 0 8px 18px rgba(67, 168, 232, 0.22) !important;
	cursor: pointer !important;
}

.toyox-empty-search-btn-request:hover {
	background: #2196dc !important;
	border-color: #2196dc !important;
	color: #fff !important;
}

.toyox-empty-search-btn-contact {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	background: #fff !important;
	border: 1px solid #b9d8ee !important;
	color: #1688cc !important;
	border-radius: 12px !important;
	padding: 12px 24px !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	box-shadow: none !important;
	text-decoration: none !important;
}

.toyox-empty-search-btn-contact:hover {
	background: #eef8ff !important;
	border-color: #43a8e8 !important;
	color: #0f78b8 !important;
	text-decoration: none !important;
}

@media (max-width: 767px) {
	.toyox-empty-search-actions {
		flex-direction: column !important;
		align-items: stretch !important;
	}

	.toyox-empty-search-btn-request,
	.toyox-empty-search-btn-contact {
		width: 100% !important;
		text-align: center !important;
	}
}

/* TOYOX — убираем ложную интерактивность у инфоблоков */
.toyox-empty-search-card:hover,
.toyox-empty-search-help:hover,
.toyox-search-empty-box:hover,
.toyox-search-empty-text:hover {
	transform: none !important;
	box-shadow: none !important;
	cursor: default !important;
}

.toyox-empty-search-help,
.toyox-search-empty-box,
.toyox-search-empty-text {
	cursor: default !important;
}


footer .banner-footer .block-banner-footer:hover .icon-banner-footer i,
footer .banner-footer .block-banner-footer:hover .icon-banner-footer .fa,
footer .banner-footer .icon-banner-footer:hover i,
footer .banner-footer .icon-banner-footer:hover .fa {
	color: #7c8b99 !important;
	transform: none !important;
}


/* TOYOX — footer advantages: убираем hover-подсветку */
footer .banner-footer .block-banner-footer,
footer .banner-footer .icon-banner-footer,
footer .banner-footer .text-footer-banner {
	cursor: default !important;
}

footer .banner-footer .block-banner-footer:hover {
	background: transparent !important;
	box-shadow: none !important;
	transform: none !important;
	border-color: transparent !important;
}

footer .banner-footer .block-banner-footer:hover .icon-banner-footer {
	background: #eef8ff !important;
	border-color: #c9e6f8 !important;
	color: #7c8b99 !important;
	box-shadow: none !important;
	transform: none !important;
}

footer .banner-footer .block-banner-footer:hover .text-footer-banner,
footer .banner-footer .block-banner-footer:hover .text-footer-banner a,
footer .banner-footer .block-banner-footer:hover .text-footer-banner span {
	color: #001f3f !important;
	text-decoration: none !important;
}

footer .banner-footer .icon-banner-footer:hover {
	background: #eef8ff !important;
	border-color: #c9e6f8 !important;
	color: #7c8b99 !important;
	box-shadow: none !important;
	transform: none !important;
}

/* TOYOX — полностью отключаем hover у преимуществ в футере */
html body footer.type-footer-1 .box-banner-container .banner-footer .block-banner-footer,
html body footer.type-footer-1 .box-banner-container .banner-footer .block-banner-footer:hover,
html body footer.type-footer-1 .box-banner-container .banner-footer .block-banner-footer:focus,
html body footer.type-footer-1 .box-banner-container .banner-footer .block-banner-footer:active {
	background: transparent !important;
	box-shadow: none !important;
	transform: none !important;
	border-color: transparent !important;
	cursor: default !important;
}

html body footer.type-footer-1 .box-banner-container .banner-footer .block-banner-footer .icon-banner-footer,
html body footer.type-footer-1 .box-banner-container .banner-footer .block-banner-footer:hover .icon-banner-footer,
html body footer.type-footer-1 .box-banner-container .banner-footer .block-banner-footer:focus .icon-banner-footer,
html body footer.type-footer-1 .box-banner-container .banner-footer .block-banner-footer:active .icon-banner-footer {
	background: transparent !important;
	background-color: transparent !important;
	border-color: transparent !important;
	box-shadow: none !important;
	transform: none !important;
	cursor: default !important;
}

html body footer.type-footer-1 .box-banner-container .banner-footer .block-banner-footer .icon-banner-footer i,
html body footer.type-footer-1 .box-banner-container .banner-footer .block-banner-footer:hover .icon-banner-footer i,
html body footer.type-footer-1 .box-banner-container .banner-footer .block-banner-footer .icon-banner-footer .fa,
html body footer.type-footer-1 .box-banner-container .banner-footer .block-banner-footer:hover .icon-banner-footer .fa {
	color: #7c8b99 !important;
	background: transparent !important;
	transform: none !important;
}

html body footer.type-footer-1 .box-banner-container .banner-footer .block-banner-footer .text-footer-banner,
html body footer.type-footer-1 .box-banner-container .banner-footer .block-banner-footer:hover .text-footer-banner,
html body footer.type-footer-1 .box-banner-container .banner-footer .block-banner-footer .text-footer-banner *,
html body footer.type-footer-1 .box-banner-container .banner-footer .block-banner-footer:hover .text-footer-banner * {
	color: #000 !important;
	text-decoration: none !important;
	cursor: default !important;
}

/* =========================================================
   TOYOX — homepage part request form clean version
========================================================= */

body.common-home .toyox-home-part-request {
	margin: 22px 0 34px 0 !important;
	padding: 0 !important;
}

body.common-home .toyox-home-part-request__inner {
	display: grid !important;
	grid-template-columns: 38% 62% !important;
	align-items: center !important;
	gap: 28px !important;
	min-height: 285px !important;
	padding: 24px 30px !important;
	background: linear-gradient(135deg, #f3faff 0%, #ffffff 55%, #eef7ff 100%) !important;
	border: 1px solid #d9ecfb !important;
	border-radius: 18px !important;
	box-shadow: 0 10px 28px rgba(20, 78, 130, 0.08) !important;
	overflow: hidden !important;
}

body.common-home .toyox-home-part-request__visual {
	display: block !important;
	min-height: 235px !important;
	border-radius: 16px !important;
	background:
		linear-gradient(135deg, rgba(20, 116, 210, 0.10), rgba(255,255,255,0.20)),
		url('/image/catalog/toyox/home-parts-selection.webp') center center / contain no-repeat !important;
}

body.common-home .toyox-home-part-request__form {
	width: 100% !important;
	max-width: 650px !important;
	padding: 22px 26px !important;
	background: rgba(255,255,255,0.96) !important;
	border: 1px solid #e1edf7 !important;
	border-radius: 16px !important;
	box-shadow: 0 8px 24px rgba(24, 91, 145, 0.08) !important;
}

body.common-home .toyox-home-part-request__title {
	margin: 0 0 8px 0 !important;
	color: #10284a !important;
	font-size: 26px !important;
	font-weight: 800 !important;
	line-height: 1.12 !important;
	text-align: left !important;
}

body.common-home .toyox-home-part-request__title span {
	display: block !important;
	color: #1976d2 !important;
}

body.common-home .toyox-home-part-request__text {
	margin: 0 0 13px 0 !important;
	color: #27394f !important;
	font-size: 14px !important;
	line-height: 1.45 !important;
	text-align: left !important;
}

body.common-home .toyox-home-part-request__benefits {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 8px 12px !important;
	margin: 0 0 15px 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

body.common-home .toyox-home-part-request__benefits li {
	display: inline-flex !important;
	align-items: center !important;
	gap: 6px !important;
	margin: 0 !important;
	color: #1d3554 !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1.25 !important;
}

body.common-home .toyox-home-part-request__benefits li:before {
	content: "✓" !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 18px !important;
	height: 18px !important;
	min-width: 18px !important;
	border: 1px solid #2fa8e6 !important;
	border-radius: 50% !important;
	color: #1688cc !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	background: #f2faff !important;
}

body.common-home .toyox-home-part-request__ajax-form {
	display: grid !important;
	grid-template-columns: 1fr 1fr !important;
	gap: 10px !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.common-home .toyox-home-part-request__website {
	display: none !important;
	visibility: hidden !important;
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

body.common-home .toyox-home-part-request__phone,
body.common-home .toyox-home-part-request__details {
	display: block !important;
	width: 100% !important;
	height: 46px !important;
	min-height: 46px !important;
	margin: 0 !important;
	padding: 10px 14px !important;
	background: #ffffff !important;
	border: 1px solid #d6e4ef !important;
	border-radius: 10px !important;
	box-shadow: none !important;
	color: #182b40 !important;
	font-size: 14px !important;
	line-height: 1.35 !important;
	outline: none !important;
	box-sizing: border-box !important;
}

body.common-home .toyox-home-part-request__details {
	resize: vertical !important;
}

body.common-home .toyox-home-part-request__phone:focus,
body.common-home .toyox-home-part-request__details:focus {
	border-color: #2fa8e6 !important;
	box-shadow: 0 0 0 3px rgba(47, 168, 230, 0.13) !important;
}

body.common-home .toyox-home-part-request__submit {
	grid-column: 1 / -1 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	min-height: 48px !important;
	margin: 0 !important;
	padding: 12px 22px !important;
	background: #1976d2 !important;
	border: 1px solid #1976d2 !important;
	border-radius: 10px !important;
	box-shadow: 0 8px 18px rgba(25, 118, 210, 0.22) !important;
	color: #fff !important;
	font-size: 15px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	text-align: center !important;
	cursor: pointer !important;
}

body.common-home .toyox-home-part-request__submit:hover {
	background: #0f68c0 !important;
	border-color: #0f68c0 !important;
}

body.common-home .toyox-home-part-request__message {
	grid-column: 1 / -1 !important;
	min-height: 18px !important;
	margin-top: 2px !important;
	font-size: 13px !important;
	line-height: 1.35 !important;
}

body.common-home .toyox-home-part-request__message--error {
	color: #e74c3c !important;
}

body.common-home .toyox-home-part-request__message--success {
	color: #1f9d55 !important;
	font-weight: 700 !important;
}

body.common-home .toyox-home-part-request__message--info {
	color: #1976d2 !important;
}

body.common-home .toyox-field-error {
	border-color: #e74c3c !important;
	box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.12) !important;
}

body.common-home .toyox-home-part-request__note {
	margin-top: 11px !important;
	color: #43556b !important;
	font-size: 13px !important;
	line-height: 1.35 !important;
}

@media (max-width: 767px) {
	body.common-home .toyox-home-part-request {
		margin: 18px 0 26px 0 !important;
	}

	body.common-home .toyox-home-part-request__inner {
		display: block !important;
		min-height: 0 !important;
		padding: 16px !important;
		border-radius: 16px !important;
	}

	body.common-home .toyox-home-part-request__visual {
		min-height: 145px !important;
		margin: 0 0 14px 0 !important;
		background-size: contain !important;
		background-position: center center !important;
	}

	body.common-home .toyox-home-part-request__form {
		max-width: none !important;
		padding: 18px 16px !important;
		border-radius: 14px !important;
	}

	body.common-home .toyox-home-part-request__title {
		font-size: 22px !important;
	}

	body.common-home .toyox-home-part-request__text {
		font-size: 14px !important;
	}

	body.common-home .toyox-home-part-request__benefits {
		display: block !important;
		margin-bottom: 14px !important;
	}

	body.common-home .toyox-home-part-request__benefits li {
		display: flex !important;
		margin: 0 0 7px 0 !important;
	}

	body.common-home .toyox-home-part-request__ajax-form {
		display: block !important;
	}

	body.common-home .toyox-home-part-request__phone,
	body.common-home .toyox-home-part-request__details {
		width: 100% !important;
		height: 48px !important;
		min-height: 48px !important;
		margin: 0 0 10px 0 !important;
	}

	body.common-home .toyox-home-part-request__details {
		height: 82px !important;
		min-height: 82px !important;
	}

	body.common-home .toyox-home-part-request__submit {
		min-height: 50px !important;
	}
}

.toyox-home-request-visual{
    min-height: 320px;
    background-color: transparent !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.toyox-home-request-visual img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: scale(1.12);
    display: block;
    margin: 0 auto;
}

/* TOYOX — request form image final size */

body.common-home #toyox-home-part-request .toyox-home-part-request__visual {
	background-image: url('/image/catalog/toyox/home-parts-selection.webp') !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: 100% auto !important;
	background-color: transparent !important;

	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	min-height: 285px !important;
	overflow: visible !important;
}

body.common-home #toyox-home-part-request .toyox-home-part-request__visual:before,
body.common-home #toyox-home-part-request .toyox-home-part-request__visual:after {
	display: none !important;
	content: none !important;
}

body.common-home #toyox-home-part-request .toyox-home-part-request__inner {
	overflow: visible !important;
}

@media (max-width: 767px) {
	body.common-home #toyox-home-part-request .toyox-home-part-request__visual {
		background-size: 100% auto !important;
		min-height: 170px !important;
		margin-bottom: 14px !important;
	}
}