#logo {
    max-width: 150px !important;
}

@media (max-width: 600px) {
    body #logo {
        max-width: 80px !important;
    }
}
  .checkout-free-text {
    background: #f8f9fa; /* Світлий фон */
    border: 2px solid #d9534f; /* Червона рамка для акценту */
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    color: #333;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 350px;
    margin: 15px auto;
  }

  .checkout-free-text b {
    font-size: 18px;
    color: #d9534f; /* Червоний колір заголовка */
  }

  .checkout-free-text img {
    max-width: 100%;
    height: auto;
    margin-top: 10px;
  }
.ds-menu-catalog > nav > ul.ds-menu-catalog-items > li.ds-menu-catalog-item:nth-child(1) {
    background-color: #ffcccc; /* Червоний */
}

.ds-menu-catalog > nav > ul.ds-menu-catalog-items > li.ds-menu-catalog-item:nth-child(2) {
    background-color: #ccffcc; /* Зелений */
}

.ds-menu-catalog > nav > ul.ds-menu-catalog-items > li.ds-menu-catalog-item:nth-child(3) {
    background-color: #ccccff; /* Синій */
}

.ds-menu-catalog > nav > ul.ds-menu-catalog-items > li.ds-menu-catalog-item:nth-child(4) {
    background-color: #ffffcc; /* Жовтий */
}

.ds-menu-catalog > nav > ul.ds-menu-catalog-items > li.ds-menu-catalog-item:nth-child(5) {
    background-color: #cceeff; /* Блакитний */
}
@keyframes blink-stars {
    0% { opacity: 1; transform: scale(1); color: red; }
    50% { opacity: 0.7; transform: scale(1.5); color: yellow; }
    100% { opacity: 1; transform: scale(1); color: red; }
}

.required {
    display: inline-block;
    animation: blink-stars 0.8s infinite ease-in-out;
    font-weight: bold;
}
 .price-correction {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 3px;
    font-family: 'Segoe UI', Roboto, sans-serif;
    font-weight: 600;
    background: #f7f9fb;
    padding: 1px;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
  }

  .price-correction > div {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    background: #fff;
    padding: 5px 3px;
    border-radius: 10px;
    width: 100%;
    border: 2px solid #9e9e9e38;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  }

  .price-correction > div span:first-child {
    font-size: 0.85rem;
    font-weight: 700;
    color: #009688;
    margin-bottom: 2px;
    letter-spacing: 0.3px;
  }

  .price-correction > div span:last-child {
    font-size: 1.05rem;
    font-weight: 700;
    color: #222;
  }

  .price-correction sup small,
  .price-correction sup smaller {
    font-size: 0.7em;
    color: #777;
    font-weight: normal;
  }

  .v-opt-price {
    border-color: #4caf50;
    background: #e8f5e9;
  }

  .opt-price {
    border-color: #ffc107;
    background: #fffde7;
  }

  .m-opt-price {
    border-color: #9e9e9e;
    background: #f5f5f5;
  }

  /* Активна ціна */
  .active-price {
    border-color: #00a8e8 !important;
  }

  html[lang="uk"] .active-price::after {
  content: 'АКТИВНА ЦІНА';
}

html[lang="ru"] .active-price::after {
  content: 'АКТИВНАЯ ЦЕНА';
}

.active-price::after { 
  position: absolute;
  top: 0px;
  left: 0px;
  background: #00a8e8;
  color: white;
  font-size: 0.65rem;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 6px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  /* fallback content, in case no lang is set */
  content: 'АКТИВНА ЦІНА';
}
.ds-module-code {
    color: #00a8e8 !important;
    font-weight: bold;
}
.ds-product-top-info span:nth-child(4) {
    font-weight: bold;
    color: #d63384; /* рожевий */
    background-color: #FFEB3B;
    padding: 2px 6px;
    border-radius: 4px;
    display: inline-block;
    position: relative;
}

.ds-product-top-info span:nth-child(4)::after {
    content: " шт.";
    color: #6c757d; /* сірий, можеш змінити */
    font-weight: normal;
}
