.ocf-theme-light-block .ocf-search-btn-static, .ocf-theme-light-block .ocf-search-btn-popover, .ocf-theme-light-block .ocf-search-btn-static.ocf-disabled, .ocf-theme-light-block .ocf-search-btn-popover.ocf-disabled, .ocf-noUi-connect:before, .ocf-noUi-handle {background-color:rgb(0, 168, 232) !important;}
:root {--ds-primary-color:rgb(0, 168, 232);}
:root {--ds-links-color:rgb(0, 168, 232);}
.ds-dropdown-links .blue-link, .ds-footer .blue-link {color:rgb(0, 168, 232);}
.blue-link:hover, .ds-footer-links li a:hover, ul.ds-footer-item li a:hover, .ds-footer-item li a:hover span, .ds-module-item:hover .ds-module-title:hover, .ds-last-news-item:hover .ds-last-news-item-title:hover, .ds-switcher button:hover {color:rgb(0, 168, 232);}
.ds-price-new.red-text {color:rgb(213, 56, 61);}
:root {--ds-interactive-color:rgb(82, 187, 56);}
:root {--ds-body-bg-light-color:rgb(248, 251, 253);}
:root {--ds-primary-dark-color-light:rgb(0, 23, 31);}
:root {--ds-secondary-dark-color-light:rgb(0, 52, 89);}
.light-theme .ds-header {background:rgb(255, 255, 255);}
:root {--ds-footer-bg-light-color:rgb(255, 255, 255);}
.light-theme .ds-footer-subscribe-text, .light-theme .ds-footer-item .secondary-text, .light-theme .ds-footer-socials .secondary-text {color:rgb(0, 52, 89);}
.light-theme .ds-footer-item-title {color:rgb(0, 23, 31);}
.light-theme .ds-footer-item-title svg path {fill:rgb(0, 23, 31);}
:root {--ds-body-bg-dark-color:rgb(27, 27, 27);}
:root {--ds-primary-dark-color-dark:rgb(248, 252, 255);}
:root {--ds-secondary-dark-color-dark:rgb(144, 144, 144);}
.dark-theme .ds-header {background:rgb(20, 20, 20);}
:root {--ds-footer-bg-dark-color:rgb(20, 20, 20);}
.dark-theme .ds-footer-subscribe-text, .dark-theme .ds-footer-item .secondary-text, .dark-theme .ds-footer-socials .secondary-text {color:rgb(144, 144, 144);}
.dark-theme .ds-footer-item-title {color:rgb(248, 252, 255);}
.dark-theme .ds-footer-item-title svg path {fill:rgb(248, 252, 255);}
.oct_dynamic_stylesheet_begin{display: none;}
/* Coupon Hint */

.coupon-hint-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1050;
}

.coupon-hint-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.coupon-hint-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.95);
  background: #fff;
  border-radius: 8px;
  max-width: 320px;
  width: 90%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  text-align: center;
  opacity: 0;
  transition: all 0.25s ease;
}

.coupon-hint-content {
  position: relative;
  padding: 20px;
}

.coupon-hint-close {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 22px;
  cursor: pointer;
  color: #888;
}

.coupon-hint-modal.show .coupon-hint-backdrop {
  opacity: 1;
}

.coupon-hint-modal.show .coupon-hint-dialog {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.coupon-hint-trigger {
  display: inline-block;
  padding: 6px 14px;
  background: #d93030;
  color: #fff!important;
  border-radius: 6px;
  text-decoration: none!important;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease;
}

.coupon-hint-trigger:hover {
  background: #b82323;
}

.coupon-hint-code {
  color: #28a745;
  font-size: 1.5em;
}

.modal-title {
  margin: 0;
  padding-bottom: 5px;
  font-size: 18px;
}

.modal-title-divider {
  border: 0;
  border-bottom: 1px solid #ccc;
    margin: 10px auto;
}

/* Honeypot*/

div.honeypot {
  position: fixed;
  top: 0px;
  left: 0px;
  opacity: 0;
  z-index: -100;
  margin: 0px;
  padding: 0px;
}

div.honeypot > input {
  margin: 0px;
  padding: 0px;
  width: 0px;
}

/* Десктопні стилі (залишаємо як є) */
.animated-logo__logo g {
    transform-origin: 50% 50% !important;
    animation: logo-rotate 15s linear infinite;
}

.animated-logo__description {
    position: absolute;
    left: 62px;
    bottom: 2px;
    font-size: 10px;
    color: #666;
}

/* Мобільна версія (екрани до 768px) */
@media (max-width: 768px) {
    .animated-logo__logo {
        width: 150px; /* Зменшуємо розмір логотипу */
        height: 33px; /* Пропорційна висота */
    }

    .animated-logo__logo g {
        transform-origin: 50% 50% !important; /* Зберігаємо центр обертання */
        animation: logo-rotate 20s linear infinite; /* Повільніше обертання на мобільних */
    }

    .animated-logo__description {
        position: static; /* Знімаємо абсолютне позиціонування для мобільних */
        left: auto;
        bottom: auto;
        font-size: 8px; /* Зменшуємо розмір тексту слогана */
        margin-top: 3px; /* Додаємо відступ зверху для кращого відображення */
        color: #666;
    }
}

/* Дуже маленькі екрани (наприклад, до 480px, якщо потрібно) */
@media (max-width: 480px) {
    .animated-logo__logo {
        width: 120px; /* Ще менший розмір для дуже маленьких екранів */
        height: 26px;
    }

    .animated-logo__logo g {
        animation: logo-rotate 25s linear infinite; /* Ще повільніше обертання на дуже маленьких екранах */
    }

    .animated-logo__description {
        display: none;
    }
}
.ds-contacts-item-img img {
    -o-object-fit: cover;
    object-fit: fill;
}
@media (min-width: 1200px) {
    .ds-subcategories-item {
        max-width: 20%;
    }
}

div.honeypot {
  position: fixed;
  top: 0px;
  left: 0px;
  opacity: 0;
  z-index: -100;
  margin: 0px;
  padding: 0px;
}

div.honeypot > input {
  margin: 0px;
  padding: 0px;
  width: 0px;
}












/* Advantages */
.ds-advantages {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 40px;
    margin: 0;
    width: 100%;
}

/* Advantage Item */
.ds-advantages-item {
    position: relative;
    height: 270px;
    padding: 0;
    width: 100%;
}

.advantagg {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0 !important;
    margin: 0;
}

.ds-advantages-item img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    object-fit: cover;
    pointer-events: none;
    max-width: 100%;
}

.ds-advantages-item-text {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: calc(50% - 40px);
    right: 20px;
    left: 20px;
    height: 80px;
    padding: 4px;
    color: #FFFFFF;
    text-align: center;
    background: rgba(0, 42, 96, 0.62);
    width: calc(100% - 40px);
    margin: 0 !important;
}

.ds-advantages-item-title {
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #FFFFFF !important;
    margin: 0 !important;
    padding: 0;
    width: 100%;
    display: block;
}

/* Виправлення для правильного відображення на ПК */
#ds-shop-advantages-{{ module }} {
    display: grid;
    width: 100%;
    padding: 0;
    margin: 0;
}

.advantagg {
    margin: 0;
    padding: 0 !important;
    width: 100%;
}

/* Виправлення для мобільних пристроїв */
@media (max-width: 992px) {
    .ds-advantages {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }
}

@media (max-width: 576px) {
    .ds-advantages {
        grid-template-columns: 1fr;
        grid-gap: 15px;
    }
}













.info-section__title {
    color: var(--clr-primary);
    font-family: var(--fnt-secondary);
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
}

/* Container */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Info sections */
.info-section {
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 2.5rem;
  overflow: hidden;
}

.info-section__header {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem;
  background-color: #f1f5f9;
  border-bottom: 2px solid #e2e8f0;
}

.info-section__icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}

.info-section__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1e293b;
  margin: 0;
}

/* Subsections */
.info-subsection {
  padding: 1.5rem;
}

.info-subsection--separated {
  border-top: 1px solid #e2e8f0;
}

.info-subsection:first-child {
  border-top: none;
}

.info-subsection__title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #2563eb;
  margin: 0 0 1rem 0;
}

.info-subsection__desc {
  color: #475569;
  line-height: 1.6;
}

.info-subsection__desc p {
  margin: 0 0 1rem 0;
}

/* Blockquotes */
blockquote {
  background-color: #f8fafc;
  border-left: 4px solid #2563eb;
  margin: 1.5rem 0;
  padding: 1rem 1.5rem;
  font-style: italic;
  color: #64748b;
}

blockquote strong {
  color: #1e293b;
}

/* Lists */
.info-subsection__desc ol,
.info-subsection__desc ul {
  margin: 1rem 0;
  padding-left: 1.5rem;
}

.info-subsection__desc ol {
  list-style-type: decimal;
}

.info-subsection__desc ul {
  list-style-type: disc;
}

.info-subsection__desc li {
  margin-bottom: 0.5rem;
}

/* Headings inside descriptions */
.info-subsection__desc h4 {
  font-size: 1.1rem;
  color: #1e293b;
  margin: 1.5rem 0 1rem 0;
}

/* Responsive design */
@media (max-width: 768px) {
  .info-section__header {
    padding: 1rem;
  }
  
  .info-section__title {
    font-size: 1.3rem;
  }
  
  .info-subsection {
    padding: 1rem;
  }
  
  blockquote {
    padding: 1rem;
    margin: 1rem 0;
  }
  
  .info-subsection__desc ol,
  .info-subsection__desc ul {
    padding-left: 1rem;
  }
}

/* Special cases */
.info-subsection__desc > strong {
  color: #dc2626;
  display: block;
  margin: 1rem 0;
}
.ds-menu-catalog-inner{
max-height: calc(100vh - 10.25rem);
}
.btn-ask{
margin-top: 15px;
}
@media (min-width: 768px) {
    .modal-header .close {
		margin-left: 80px;
    }
}
.oct_dynamic_stylesheet_end{display: none;}
