@charset "UTF-8";
@media only screen and (max-width: 768px) {
  table.video-grid tr {
    display: block; }
  table.video-grid td {
    display: block;
    width: 100%;
    padding: 10px 0; } }

.video-grid iframe {
  width: 100% !important;
  height: 100% !important;
  min-height: 250px; }

@media only screen and (max-width: 768px) {
  table.video-grid tr {
    display: block !important; }
  table.video-grid td {
    display: block !important;
    width: 100% !important;
    padding: 10px 0 !important; }
  table.video-grid td > div {
    padding-bottom: 100% !important; } }

@media only screen and (max-width: 800px) {
  /* 1. Жестко и окончательно убираем иконку сравнения со всеми потрохами */
  header [class*="compare"],
  header [href*="compare"],
  header .navUser-item--compare {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    pointer-events: none !important; }
  /* 2. Сохраняем отличный крупный размер всех SVG */
  header .user-icons svg,
  header .user-icons svg.header-icon,
  header [class*="quickSearch"] svg,
  header .mobileMenu-toggle svg {
    width: 24px !important;
    min-width: 24px !important;
    height: 24px !important;
    min-height: 24px !important; }
  /* 3. Единообразный gap между иконками — убран дублирующий padding у кнопок */
  header .user-icons,
  header .navUser-section {
    display: inline-flex !important;
    gap: 12px !important;
    align-items: center !important; } }

/* Делаем текст кнопки Clearance красным и жирным */
.navPages-action[href="https://zolitta.com/clearance/"] {
  color: #ca1f1f !important;
  font-weight: 700 !important; }

/* Цвет при наведении курсора (чуть темнее) */
.navPages-action[href="https://zolitta.com/clearance/"]:hover {
  color: #990f0f !important; }

/* ==========================================================================
   MOBILE BOTTOM NAVIGATION
   ========================================================================== */
.mobile-bottom-nav {
  display: none; }

@media only screen and (max-width: 800px) {
  .mobile-bottom-nav {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #ffffff;
    border-top: 1px solid #e5e5e5;
    padding: 6px 0 10px;
    justify-content: space-around;
    align-items: center;
    height: auto; }
  .mobile-bottom-nav__item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    text-decoration: none;
    position: relative; }
  .mobile-bottom-nav__icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(148, 148, 148, 0.2);
    /* #949494 20% */
    transition: background-color 0.2s ease, transform 0.15s ease; }
  .mobile-bottom-nav__item:active .mobile-bottom-nav__icon-wrapper {
    transform: scale(0.92); }
  .mobile-bottom-nav__icon {
    width: 22px;
    height: 22px;
    fill: rgba(148, 148, 148, 0.2) !important;
    stroke: rgba(148, 148, 148, 0.2) !important;
    stroke-width: 1.5;
    pointer-events: none; }
  /* Бейдж количества товаров на корзине */
  .mobile-bottom-nav__icon-wrapper--cart {
    position: relative; }
  .mobile-bottom-nav__icon-wrapper--cart .countPill {
    position: absolute;
    top: -4px;
    right: -4px;
    background-color: #F24941;
    color: #ffffff;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 700;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    display: none;
    border: 2px solid #ffffff; }
  .mobile-bottom-nav__icon-wrapper--cart .countPill--positive {
    display: block; } }

@media only screen and (max-width: 800px) {
  /* Поднять кнопку "наверх" над мобильным нижним меню */
  #topcontrol,
  .backtoTop {
    bottom: 55px !important; } }
