/*.button-blue {
    --button-background: 105, 138, 169; 
    --button-text-color: 255, 255, 255;
    --button-outline-color: var(--button-background);
    --button-border-radius: 4px;
    --button-text-transform: uppercase;
    --button-font: 600 14px/1.2 sans-serif;
    --button-letter-spacing: .05em;

    --transform-origin-start: left;
    --transform-origin-end: right;

    --initial-gradient: linear-gradient(#698aa9, rgb(var(--button-background)));
    --hover-gradient: linear-gradient(transparent, transparent);
    --initial-background-position: var(--transform-origin-end);
    --hover-background-position: var(--transform-origin-start);

    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	text-decoration:none!important;

    color: #fff!important;
    padding: .65rem 1.75rem;
    border-radius: var(--button-border-radius);
    border: 1px solid rgb(var(--button-outline-color));
    background-color: transparent;

    background-image: var(--initial-gradient), var(--hover-gradient);
    background-size: 101% 101%, 0 101%;
    background-position: var(--initial-background-position);
    background-repeat: no-repeat;

    transition:
        background-size .45s cubic-bezier(.785, .135, .15, .86),
        background-position .45s step-end,
        color .45s cubic-bezier(.785, .135, .15, .86),
        border .45s cubic-bezier(.785, .135, .15, .86);
}

.button-blue:hover {
    color: rgb(105, 138, 169)!important;
    border-color: rgb(var(--button-background));
    background-position: var(--hover-background-position);
    background-size: 0 101%, 101% 101%!important;

   
}*/
.form-select,
.form-control{
	 border: 1px solid #698aa9;
     background-color: #f3f3f3;
}

.ds-product-options .form-control{
	border:1px solid var(--ds-primary-color);
}
.button.button-light{
	border:none;
}
.extra-description-wrapper span{
	background:#f3f3f3!important;
}
.ds-header-search .form-control {
    border: 2px solid #698aa9;
    background: #f3f3f3;
}	
.modal-body-cart .ds-cart-recommended-products {
    scrollbar-color: #ccc #f3f3f3; 
}
.ocf-theme-light .ocf-footer:after{
	display:none;
}
.ocf-theme-light .ocf-footer{
	box-shadow:none;
}
.ocf-theme-light .ocf-search-btn-static, .ocf-theme-light .ocf-search-btn-popover, .ocf-theme-light .ocf-search-btn-static.ocf-disabled, .ocf-theme-light .ocf-search-btn-popover.ocf-disabled,
.ocf-theme-light .ocf-search-btn-static:hover, .ocf-theme-light .ocf-search-btn-popover:hover{
	background-color:var(--ds-primary-color);
}
.ocf-selected .ocf-value-input::before{
	background-color:var(--ds-primary-color);
}




.ocf-popover-content,
.ocf-theme-light .ocf-footer,
.ocf-form-control, input.ocf-form-control, textarea.ocf-form-control,
.ds-column-categories-toggle,
.ds-category-appearance,
#cartModal .modal-content,
.ds-product-reviews-rating-item,
.ds-product-reviews-item,
.ds-product-main-attributes-item,
.button.button-light,
.ds-product-main-stock,
.ds-product-options .form-control,
.ds-module-quantity .form-control,
.ds-module-quantity,
.ds-slideshow .swiper-pagination,
.ds-menu-catalog-items,
.content-block, 
.ocf-description{
	background:#f3f3f3;
	background-color:#f3f3f3;
}
.ds-accordion-item {
    border-bottom: 1px solid #ddd;
}

.ds-accordion-header {
    cursor: pointer;
    padding: 15px 0px;
    
}

.ds-accordion-body {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
}

.ds-accordion-content {
    padding-bottom: 15px;
}
.ds-accordion-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.ds-accordion-header svg.accordion-arrow{
	 transition: transform 0.3s ease;
	 margin-left:auto;
}
.ds-accordion-item.active .ds-accordion-header svg.accordion-arrow {
    transform: rotate(180deg);
	transition: transform 0.3s ease;
}
.button-primary{
	text-decoration:none!important;
}
.button-primary:hover{
	color:#fff!important;
    background-color: var(--ds-primary-color) !important;
}
.button-blue {
    --c: #698aa9;

    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: .65rem 1.75rem;
    border-radius: 4px;
    border: 1px solid var(--c);

    
    text-transform: uppercase;
    letter-spacing: .05em;
    text-decoration:none!important;
    color: #fff!important;
    cursor: pointer;
    overflow: hidden;
    text-decoration: none;
    z-index: 1;

    transition: color .35s ease, border-color .35s ease;
}


.button-blue::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--c);
    z-index: -2;
}


.button-blue::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;        
    transform: translateX(-105%);  
    transition: transform .45s cubic-bezier(.785, .135, .15, .86);
    z-index: -1;
}
.dc-row-center{
	margin-left:auto;
	margin-right:auto;
}
.radius-img img{
	border-radius: 25px!important;
}
.stats {
  padding: 40px 20px;
}
.stats__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;

  max-width: 1200px;
  margin: 0 auto;
}

.stats__card {
  flex: 1;
  min-width: 250px;

  padding: 30px 20px;
  text-align: center;

  background: #ffffff;
  border-radius: 24px;

  box-shadow: 0 2px 8px rgba(0,0,0,.1);
  transition: .3s;
}

.stats__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0,0,0,.15);
}

.stats__number {
  display: block;
  margin-bottom: 15px;
  color: #698aa9;
  font-weight: 500;
  font-size: 48px;
  line-height: 1.2;

}

.stats__title {
  margin-bottom: 10px;

  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;

  color: #0a1b2d;
}

.stats__text {

  font-size: 14px;
  line-height: 1.5;

  color: #0a1b2d;
  opacity: .8;
}

@media (max-width:768px) {

  .stats__container {
    flex-direction: column;
    gap: 24px;
  }

  .stats__card {
    width: 100%;
    min-width: auto;
  }

  .stats__number {
    font-size: 38px;
  }

  .stats__title {
    font-size: 16px;
  }

  .stats__text {
    font-size: 13px;
  }

}
.concern-indicators{
  width:100%;
}

.ci-container{
  display:flex;
  flex-direction:column;
  gap:32px;
}

.ci-heading{
 
  font-size:28px;
  line-height:1.2;
  text-align:center;
  font-weight: 500;
  margin:0;
  color:#0a1b2d;
}

.ci-items{
  display:flex;
  justify-content:center;
  align-items:flex-start;
  flex-wrap:wrap;
  gap:60px;
}

.ci-item{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:16px;
  max-width:250px;
  overflow: hidden;
}

.ci-circle{
  position:relative;
  width:120px;
  height:120px;
}

.ci-svg{
  transform:rotate(-90deg);
  width:100%;
  height:100%;
  max-width: 120px!important;
}
.ci-circle svg{
  max-width: 120px!important;
}
.ci-bg{
  fill:none;
  stroke:#e8e8e8;
  stroke-width:6;
}

.ci-progress{
  fill:none;
  stroke:#698aa9;
  stroke-width:6;
  stroke-linecap:round;
  transition:stroke-dashoffset 1s ease-in-out;
}

.ci-percent{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);

  font-size:24px;
  color:#0a1b2d;
}

.ci-label{

  font-size:16px;
  text-align:center;
  line-height:1.4;
  color:#0a1b2d;
}

@media (max-width:749px){

  .ci-items{
    gap:30px;
  }

  .ci-item:nth-child(1),
  .ci-item:nth-child(2){
    flex:0 0 calc(50% - 15px);
  }

  .ci-item:nth-child(3){
    max-width:200px;
  }

  .ci-heading{
    font-size:22px;
  }

  .ci-circle{
    width:96px;
    height:96px;
  }

  .ci-percent{
    font-size:20px;
  }

  .ci-label{
    font-size:14px;
  }

}
.info-cards {
  display: flex;
  gap: 16px;
  width: 100%;
}

@media (min-width: 750px) {
  .info-cards {
    flex-direction: row;
  }
}

@media (max-width: 749px) {
  .info-cards {
    flex-direction: column;
  }
}

.info-card {
  flex: 1;
  background: #fff;
  border-radius: 40px;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.info-card-icon {
  width: 96px;
  height: 96px;
  margin-bottom: 16px;
}

.info-card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.info-card-title {

  font-weight: 700;
  font-size: 21px;
  color: #0a1b2d;
  margin: 0 0 10px;
}

.info-card-text {
 
  font-size: 16px;
  color: #0a1b2d;
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 749px) {
  .info-card {
    padding: 24px 16px;
  }

  .info-card-title {
    font-size: 19px;
  }

  .info-card-text {
    font-size: 14px;
  }
}
.layered-text-image {
  max-width: 1400px;
  margin: 0 auto;
  margin-top: var(--bs-gutter-y);
  padding: 0 20px;
}

.layered-text-image__wrapper {
  display: grid;
  grid-template-columns: 1fr 50%;
  align-items: center;
}

.layered-text-image__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 2;
}

.layered-text-image__card {
  background: #fff;
  opacity: 0.9;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  margin-right: -60px;
}

.layered-text-image__title {
  color: #1c1c1c;
  margin: 0 0 8px;
  font-size: calc(var(--base-text-font-size) * 1.25);
  font-family: var(--heading-font-family);
}

.layered-text-image__content {
  color: #0a1b2d;
  line-height: 1.6;
  font-size: var(--base-text-font-size);
  margin: 0;
}

.layered-text-image__image-wrapper {
  overflow: hidden;
  border-radius: 20px;
}

.layered-text-image__image {
  width: 100%;
  display: block;
}

/* tablet */

@media (max-width: 989px) {

  .layered-text-image__wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .layered-text-image__card {
    margin-right: 0;
    padding: 24px;
  }

  .layered-text-image__image-col {
    order: -1;
  }

}

/* mobile */

@media (max-width: 749px) {

  .layered-text-image {
    padding: 0 16px;
  }

  .layered-text-image__wrapper {
    gap: 24px;
  }

}


.info-text-center .button-blue::before,
.info-row .button-blue::before {
    background-color: rgb(243 243 243);         
}
.content-block .info-row .button-blue::before {
    background-color: #fff;         
}
.button-blue:hover {
    color: var(--c)!important;
    border-color: var(--c);
}

.button-blue:hover::before {
    transform: translateX(0);
}

.info-logo-carousel .logo-carousel{
	background:none;
}
.info-main-slide img {
  height: var(--content-over-media-height, auto);
  object-fit: cover;
  object-position: center;
  width: 100%;
  min-height: 100%;
  max-height: 100%;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  border-radius: inherit;
}


.info-main-slide {
  position: relative;
  width: 100%;
  height: 70vh;       
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;  
}


.info-main-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.6)
  );
  z-index: 1;
}


.info-main-slide > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}


.info-main-slide__content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 20px;
  color: #fff;
  max-width: 800px;
}

.info-main-slide__content .h2 {
  margin-bottom: 10px;
  color:#fff;
}
.info-about{
	margin: 40px auto 40px auto;
    max-width: 750px;
    text-align: center;

}
.info-about h2{
	margin-bottom:20px;
	font-size:30px;
}
.info-about  p{
	line-height:30px;
}
.info-row__content .button-blue{
	margin-top:30px;
}

@media (max-width: 600px) {
  .info-main-slide {
    height: 60vh;
    min-height: 320px;
  }
}
.info-row {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr;
  
  align-items: center;
}
.info-text-center{
	text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}
/* Desktop 2 колонки */
@media (max-width: 768px) {
   .info-row {
    display: flex;
    flex-direction: column;
   }
}
@media (min-width: 700px) {
  .info-row {
    grid-template-columns: 1fr 1fr;

  }
}

/* Шахматный порядок — reverse */
@media (min-width: 700px) {
  .info-row.reverse {
    direction: rtl;       /* меняем поток */
  }
  .info-row.reverse > * {
    direction: ltr;       /* выравнивание текста остаётся нормальным */
  }
}

/* Картинка */
.info-row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  display: block;
}

/* Контент */
.info-row__content {
  max-width: 700px;
  padding: 0 60px;
}

.info-row__content h3 {
  font-size: clamp(1.5rem, 2.5vw, 2.1rem);
  margin-bottom: 1rem;
}

.info-row__content p {
  font-size: 1rem;
  line-height: 1.6;
  opacity: 0.9;
}
/* Основной контейнер */
.info-multicol {
  padding: 3rem 0;
  text-align: center;
}

.info-multicol h2 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  margin-bottom: 2.5rem;
}

/* Сетка */
.info-multicol__grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
  margin: 0 auto;
  padding: 0 1rem;
}

/* 2 колонки */
@media (min-width: 700px) {
  .info-multicol__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
}

/* 4 колонки */
@media (min-width: 1000px) {
  .info-multicol__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
  }
}

/* Элементы */
.info-multicol__item {
  text-align: left;
}

.info-multicol__item h4 {
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  margin-bottom: 1rem;
}

.info-multicol__item p {
  font-size: 1rem;
  line-height: 1.6;
  opacity: 0.9;
}
.video-section .content-over-media {
  position: relative;
  display: block;
  padding: 0;
}

.video-preview {
  width: 100%;
  display: block;
  object-fit: cover;
}

.play-button {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  border: none;
  border-radius: 50%;
  background: rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(4px);
}

.play-button:hover {
  background: rgba(0,0,0,0.55);
}
.alert-block {
    right: 1rem;
    top: 1rem;
    left: 1rem;
}
.logo-carousel {
  overflow: hidden;
  width: 100%;

}

.logo-carousel__container {
  width: 100%;
  overflow: hidden;
}

.logo-carousel__track {
  display: flex;
  gap: 80px;
  width: max-content;
  animation: logoScroll 40s linear infinite;
}

.logo-carousel__item img {
  height: 80px;
  width: auto;
  object-fit: contain;
}

@keyframes logoScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.logo-carusel-wrap{
	margin-top:20px;
}
.logo-carousel__heading{
	text-align: center;
    margin: 30px 0px;
}
@media (max-width: 767px) {
.logo-carousel__item img{
	max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}	
  .info-about{
      margin: 0px auto 40px auto;
  }
.info-row__content {
    padding: 0;
    margin-top: 25px;
    margin-bottom: 25px;
	text-align:center;
}
  .logo-carousel__item {
    width: 96px;
    height: 48px;
  }

  .logo-carousel__track {
    gap: 42px;
  }

  .logo-carousel__heading {
    font-size: 19px;
  }
}
.extra-description-wrapper {
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.extra-block {
    display: flex;
    align-items: center;
    gap: 40px;
}


.extra-block.odd {
    flex-direction: row-reverse;
}


.extra-media {
    flex: 1;
}

.extra-image,
.extra-video {
    width: 100%;
    display: block;
}

.extra-video {
    object-fit: cover;
}


.extra-text {
    flex: 1;
    font-size: 16px;
    line-height: 1.6;
}
.extra-video::-webkit-media-controls {
    display: none !important;
}

.extra-video::-moz-media-controls,
.extra-video::-ms-media-controls {
    display: none !important;
}

.extra-video {
    pointer-events: none; 
}
.multi-column-section {
  padding: 40px 0;
}

.multi-column {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  align-items: center;
}

.column-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.column-item .icon {
  width: 60px;
  height: auto;
  flex-shrink: 0;
}

.column-item .icon img {
  max-width:100%;	
  width: 100%;
  height: auto;
  display: block;
}

.column-item .title {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}

/* Mobile */
@media (max-width: 767px) {
  .multi-column {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .column-item {
    justify-content: flex-start;
  }

  .column-item .icon {
    width: 50px;
  }
}
@media (max-width: 767px) {
	.extra-block.odd {
    flex-direction: column;
}
    .extra-block {
        flex-direction: column;
        text-align: center;
    }

    .extra-block.even {
        flex-direction: column;
    }

    .extra-text {
        text-align: left;
    }
}

@media(min-width:576px) {
    .alert-block {
        right: 1.5rem;
        top: 1.5rem;
        left: auto;
    }
}

.ds-alert {
    background: var(--ds-white-color);
    box-shadow: 0px 4px 40px 0px rgba(37, 38, 39, 0.22);
    padding: 1.5rem;
    overflow: hidden;
    border: var(--ds-main-border)
}

.ds-alert .purchase-success {
    display: none !important;
}

.ds-alert-text {
    font-size: 12px;
}

@media(min-width:1200px) {
    .ds-alert-text {
        font-size: 14px;
    }
}

@media(min-width:576px) {
    .ds-alert {
        width: 370px;
    }
}

.ds-alert-text a {
    color: var(--ds-links-color);
    text-decoration: underline
}

.ds-alert-text a:hover {
    text-decoration: none
}

.alert-text-item + .alert-text-item {
    margin-top: .5rem
}

.ds-alert [data-bs-dismiss=modal] {
    display: none !important
}

.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes pulsation {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    50% {
        opacity: .5
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes pulsation {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    50% {
        opacity: .5
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes iconOpacity {
    0%,
    100% {
        opacity: 0
    }
    40%,
    80% {
        opacity: .96
    }
    60% {
        opacity: 1
    }
}

@keyframes iconOpacity {
    0%,
    100% {
        opacity: 0
    }
    40%,
    80% {
        opacity: .96
    }
    60% {
        opacity: 1
    }
}

#ds_fixed_contact_button {
    background: var(--ds-primary-color);
    position: fixed;
    right: 15px;
    bottom: 26px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    cursor: pointer;
    z-index: 1020
}

#ds_fixed_contact_button.clicked {
    z-index: 1041
}

#ds_fixed_contact_substrate {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 0;
    display: none
}

#ds_fixed_contact_substrate.active {
    z-index: 1020;
    display: block
}

.ds-fixed-contact-pulsation {
    background: var(--ds-primary-color);
    width: 80px;
    height: 80px;
    border-radius: 50px;
    position: absolute;
    left: -15px;
    top: -15px;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation: 2s infinite pulsation;
    animation: 2s infinite pulsation;
    display: none;
}

@media(min-width:420px) {
    #ds_fixed_contact_button {
        right: 30px;
        width: 70px;
        height: 70px
    }
    .ds-fixed-contact-pulsation {
        width: 100px;
        height: 100px
    }
}

.ds-fixed-contact-icon {
    color: var(--ds-white-color);
    width: 100%;
    font-size: 20px;
    overflow: hidden;
    display: none;
}

.ds-fixed-contact-icon .fa-envelope {
    -webkit-animation: 3s infinite iconOpacity;
    animation: 3s infinite iconOpacity;
    width: 20px;
    height: 20px
}

@media(min-width:420px) {
    .ds-fixed-contact-icon {
        font-size: 28px
    }
    .ds-fixed-contact-icon .fa-envelope {
        width: 28px;
        height: 28px
    }
}

.ds-fixed-contact-text {
    font-size: 7px;
    text-transform: uppercase;
    line-height: 9px;
    color: var(--ds-white-color)
}

.ds-fixed-contact-dropdown {
    position: absolute;
    bottom: 60px;
    right: 36px;
    padding: 20px;
    border-radius: 6px;
    background: var(--ds-white-color);
    display: block;
    opacity: 0;
    z-index: -1;
    transform: translateY(20px);
    -webkit-transition: transform .3s, opacity .3s;
    -o-transition: transform.3s, opacity .3s;
    transition: transform .3s, opacity .3s;
    -webkit-box-shadow: 5px 12px 30px rgba(0, 0, 0, .35);
    box-shadow: 5px 12px 30px rgba(0, 0, 0, .35);
    visibility: hidden;
    min-width: 250px;
    will-change: transform, opacity;
}

@media(min-width:420px) {
    .ds-fixed-contact-text {
        font-size: 8px;
        line-height: 10px
    }
    .ds-fixed-contact-dropdown {
        right: 60px
    }
}

.ds-fixed-contact-dropdown.expanded {
    transform: translateY(0);
    opacity: .98;
    z-index: 1;
    visibility: visible
}

.ds-fixed-contact-item {
    color: var(--ds-dark-text-color);
    transition: color var(--ds-main-transition);
}

.ds-fixed-contact-item:not(:last-child) {
    margin-bottom: 18px
}

.ds-fixed-contact-item:hover {
    color: var(--ds-links-color)
}

.ds-fixed-contact-item > * {
    pointer-events: none;
}

.ds-fixed-contact-item-icon {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36px;
    flex: 0 0 36px;
    max-width: 36px;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    margin-right: 10px;
    color: var(--ds-white-color)
}

.ds-fixed-contact-item-icon svg {
    width: 20px !important;
    height: 20px
}

.ds-fixed-contact-messenger {
    background: #0084ff
}

.ds-fixed-contact-viber {
    background: #7c529d
}

.ds-fixed-contact-telegram {
    background: #2ca5e0
}

.ds-fixed-contact-skype {
    background: #31c4ed
}

.ds-fixed-contact-whatsapp {
    background: #25d366
}

.ds-fixed-contact-email {
    background: #50a8ff
}

.ds-fixed-contact-call {
    background: #3cba8b
}

.ds-fixed-contact-contacts {
    background: #e6a83a
}

@media(max-width:991px) {
    .ds-fixed-contact-viber-desktop {
        display: none !important
    }
}

@media(min-width:768px) {
    #ds_fixed_contact_button {
        bottom: 30px
    }
}

.popover {
    font-family: Ubuntu, sans-serif;
    border-color: transparent;
    border-radius: .5rem;
    box-shadow: var(--ds-medium-shadow);
    background-color: var(--ds-white-color);
    color: var(--ds-dark-text-color)
}

.popover-arrow::after {
    border-top-color: var(--ds-white-color) !important;
}

@media(min-width:360px) {
    .popover {
        min-width: 260px
    }
}

@media(max-width:991px) {
    #ds_fixed_contact_button {
        max-width: 0;
    }
}

@media(min-width:992px) {
    .popover {
        z-index: 19999
    }

    .ds-fixed-contact-pulsation {
        display: block;
    }

    .ds-fixed-contact-icon {
        display: flex;
    }
}

.popover-arrow:before {
    border-color: transparent !important
}

.popover-header {
    border-bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    font-weight: 600;
    font-size: 1.075rem;
    padding: 1rem 1rem .5rem;
    color: var(--ds-dark-text-color);
}

.popover-header:before {
    border-color: transparent !important
}

.popover-body {
    padding: 0 1rem 1rem;
    font-size: .875rem;
    color: var(--ds-secondary-text-color);
}

.popover-body p+p {
    margin-top: 1rem
}

.popover-body ul {
    padding: 1rem 0 1rem .75rem
}
.ds-loader {
    width: 8px;
    height: 40px;
    border-radius: 4px;
    display: block;
    margin: 20px auto;
    position: relative;
    background: currentColor;
    color: var(--ds-primary-color);
    opacity: 0.7;
    box-sizing: border-box;
    animation: animloader 0.3s 0.3s linear infinite alternate;
  }
  
  .ds-loader::after, .ds-loader::before {
    content: '';
    width: 8px;
    height: 40px;
    border-radius: 4px;
    background: currentColor;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    box-sizing: border-box;
    animation: animloader 0.3s  0.45s  linear infinite alternate;
  }
  .ds-loader::before {
    left: -20px;
    animation-delay: 0s;
  }
  
  @keyframes animloader {
    0%   { height: 48px} 
    100% { height: 4px}
  }

.ds-loader-overlay {
    position: fixed;
    z-index: 19999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

@keyframes loaderMove {
    0% {
        transform: translateX(-40%);
    }
    50% {
        transform: translateX(20%);
        width: 80%;
    }
    100% {
        transform: translateX(100%);
        width: 100%;
    }
}

.ds-livesearch {
    top: 46px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 12300;
    background: var(--ds-light-bg-color);
    gap: .5rem;
    -webkit-box-shadow: 0 2px 24px 0 rgba(37,38,39,.08);
    box-shadow: 0 2px 24px 0 rgba(37,38,39,.08);
    overflow: hidden;
    overflow-y: auto;
    position: fixed;
    max-height: 0;
}

@media (min-width: 768px) {
    .ds-livesearch {
        z-index: 13300;
    }
}

.ds-livesearch.expanded {
    max-height: unset;
}

.ds-livesearch .ds-livesearch-categories-item {
    flex: 1 0 30%;
    max-width: 30%
}

.ds-livesearch .ds-livesearch-categories-item img {
    max-width: 100%;
    height: auto
}

.ds-livesearch .ds-subcategories-title {
    hyphens: auto;
}

.ds-livesearch-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1rem;
}

@media (min-width: 568px) {
    .ds-livesearch .ds-livesearch-categories-item {
        flex: 1 0 50%;
        max-width: 50%
    }
}

@media (min-width: 768px) {
    .ds-last-reviews-item {
        width:50%
    }

    .ds-livesearch {
        top: calc(100% + .325rem);
        max-height: 0;
        left: 1rem;
        right: 0;
        border-radius: 7px;
        position: absolute;
        bottom: auto;
    }

    .ds-livesearch.expanded {
        max-height: calc(100vh - 5rem)
    }

    .ds-livesearch .ds-livesearch-categories-item {
        flex: 1 0 25%;
        max-width: 25%
    }
}

.ds-livesearch-item {
    background: var(--ds-white-color);
    gap: 1rem
}

.ds-livesearch-item-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    border-right: var(--ds-main-border)
}

.ds-livesearch-item-img img {
    margin-bottom: 1rem
}

.ds-livesearch-item-sticker {
    background: var(--ds-green-color);
    color: var(--ds-white-color);
    text-align: center;
    border-radius: 4.0625rem;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.ds-livesearch-item-sticker.red-bg {
    background: var(--ds-red-color)
}

.ds-livesearch-item-title {
    line-height: 1
}

.ds-livesearch-item-title:hover {
    color: var(--ds-links-color)
}

.ds-livesearch-item .ds-price-new {
    line-height: 1
}

@media (max-width: 567.98px) {
    .ds-livesearch-items-box {
        flex-wrap: nowrap;
        overflow: hidden;
        overflow-x: auto;
    }
}

.modal {
    z-index: 14505
}

.modal-open {
    overflow: hidden
}

.modal-backdrop {
    background: var(--ds-popup-backdrop-bg);
    opacity: 1;
    z-index: 12500;
    --bs-backdrop-opacity: 1
}

.modal-dialog.wide {
    --bs-modal-width: 860px
}

.modal-content {
    padding: 1.5rem;
    border: 0;
    background-color: var(--ds-white-color);
    -webkit-box-shadow: var(--ds-dark-shadow);
    box-shadow: var(--ds-dark-shadow)
}

.modal-header {
    border: 0;
    border-bottom: var(--ds-main-border)
}

.modal-header .btn-close {
    border-radius: .625rem;
    background-color: var(--ds-popup-close-btn-bg);
    --bs-btn-close-bg: none;
    width: 2.5rem;
    height: 2.5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.5rem;
    flex: 0 0 2.5rem;
    display: grid;
    place-items: center;
    padding: 0;
    opacity: 1
}

.modal-header .btn-close svg path {
    fill: var(--ds-secondary-dark-color)
}

.modal-title {
    line-height: 1.2
}

.modal-body {
    padding: 0;
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius)
}

.modal-body .ds-buy-one-click {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
}

.modal-body .ds-buy-one-click>:first-child {
    margin-bottom: .5rem
}

.modal-body .ds-buy-one-click .form-control {
    font-size: .75rem;
}

@media (min-width: 576px) {
    .modal-body .ds-buy-one-click .form-control {
        min-width: 200px;
    }
}

.modal-body .ds-buy-one-click .form-control::-webkit-input-placeholder {
    font-size: .75rem
}

.modal-body .ds-buy-one-click .form-control::-moz-placeholder {
    font-size: .75rem
}

.modal-body .ds-buy-one-click .form-control:-ms-input-placeholder {
    font-size: .75rem
}

.modal-body .ds-buy-one-click .form-control::-ms-input-placeholder {
    font-size: .75rem
}

.modal-body .ds-buy-one-click .form-control::placeholder {
    font-size: .75rem
}

@media (max-width: 767.98px) {
    #error_minimum {
        font-size: .875rem
    }
}

.modal-body-cart .ds-buy-one-click {
    border-top: 0
}

.modal-body-cart .ds-buy-one-click>:first-child {
    display: none
}

.modal-body .ds-cart-item {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem
}

.modal-body-cart .ds-cart-recommended-products {
    overflow-x: auto;
}

.modal-body-cart .ds-cart-recommended-products-item {
    flex: 0 0 80%;
    max-width: 80%;
}

@media(min-width: 768px) {
    .modal-body-cart .ds-cart-recommended-products-item {
        flex: 0 0 330px;
        max-width: 330px;
    }
}

.modal-body-cart .ds-cart-recommended-products .content-block {
    transition: border var(--ds-main-transition);
}

.modal-body-cart .ds-cart-recommended-products .content-block:hover {
    box-shadow: none;
    border-color: var(--ds-form-control-focus-color);
}

.modal-body-buttons {
    border-top: var(--ds-main-border)
}

@media (max-width: 575.98px) {
    .modal-body-buttons .button-primary {
        width:100%
    }
}

.modal-body-form>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 3rem);
    flex: 0 0 calc(50% - 3rem)
}

.modal-body-product-img-box {
    flex: 0 0 320px;
    min-width: 320px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAA&data-fill-color=12345");
    padding: 0;
    margin: 0 auto;
}

.modal-body-product-panel {
    border: var(--ds-main-border);
    flex: 0 0 10589px
}

.modal-body-product-img img {
    width: 100px;
    -o-object-fit: fill;
    object-fit: fill;
    border-radius: .25rem;
    max-width: 100%;
    aspect-ratio: 1/1;
    height: auto
}

@media (min-width: 360px) {
    .modal-body-product-img {
        width:158px;
        height: 158px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 158px;
        flex: 0 0 158px
    }

    .modal-body-product-img img {
        width: 150px
    }
}

.modal-body-product-title {
    line-height: 1.2
}

.modal-body-product-info .ds-module-rating-star {
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer
}

.modal-body-product-info .ds-module-rating-star+.ds-module-rating-star {
    margin-left: .75rem
}

.modal-body-product .ds-product-options {
    border-bottom: 0
}

.modal-body-quick-view {
    background-color: var(--ds-light-bg-color)
}

.modal-body-quick-view .ds-product-main-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.modal-body-quick-view .ds-product-main-buttons .button-outline {
    margin-top: 1rem;
    margin-left: 0
}

@media (min-width: 768px) {
    .modal-body-product {
        border-right:var(--ds-main-border)
    }

    .modal-body .ds-product-images {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(52% - 1rem);
        flex: 0 0 calc(52% - 1rem);
        max-width: calc(52% - 1rem)
    }
}

.modal-body .ds-product-main-content {
    border-top: var(--ds-main-border)
}

.modal-body-popup-text>:not(:first-child) {
    margin-top: 1rem
}

.modal-body-popup-text ol,.modal-body-popup-text ul {
    padding-left: 1rem
}

.modal-small-text {
    line-height: 1.2
}

#popup_review_form .modal-body-product-img {
    width: 88px;
    height: 88px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 88px;
    flex: 0 0 88px
}

#popup_review_form .modal-body-product-img img {
    -o-object-fit: fill;
    object-fit: fill;
    border-radius: .25rem;
    width: 80px;
    max-width: 100%;
    aspect-ratio: 1/1;
    height: auto
}

@media (min-width: 360px) {
    #popup_review_form .modal-body-product-img {
        width:120px;
        height: 120px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
        flex: 0 0 120px
    }

    #popup_review_form .modal-body-product-img img {
        width: 112px
    }
}

@media (max-width: 359.98px) {
    .modal-header .modal-title {
        font-size:1.25rem!important
    }

    #quickViewModal .ds-product-main-cart {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #quickViewModal .ds-product-main-cart .ds-module-quantity {
        margin-right: 0!important;
        margin-bottom: 1rem
    }
}

@media (min-width: 992px) {
    #quickViewModal .ds-product-main {
        -webkit-box-flex:0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        max-width: 48%
    }
}

#quickViewModal .ds-product-images-main {
    height: auto
}

#quickViewModal .ds-product-images-main img {
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    height: auto
}

[data-bs-dismiss=modal] {
    text-decoration: none
}

@media (min-width: 360px) {
    #productOptionModal .modal-body-product-img {
        width:128px;
        height: 128px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 128px;
        flex: 0 0 128px
    }

    #productOptionModal .modal-body-product-img img {
        width: 120px
    }
}

#cartModal .modal-dialog {
    --bs-modal-width: 720px
}

@media (max-width: 767.98px) {
    .empty-popup-cart .button-primary {
        width:100%
    }
}

#loginTabs {
    border-bottom: 0;
}

#loginTabs .nav-link {
    margin-bottom: 0;
    background-color: #fdfdfd;
    border: var(--ds-main-border);
    border-radius: 0.25rem;
    padding: .5rem 1rem;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    flex: 0 0 auto;
    cursor: pointer;
    line-height: 1;
    transition: background-color var(--ds-main-transition), color var(--ds-main-transition), border var(--ds-main-transition);
    font-size: .75rem;
    color: var(--ds-light-text-color);
}

@media (min-width: 1200px) {
    #loginTabs .nav-link {
        padding: .75rem 1.5rem;
        font-size: .875rem;
    }
}

#loginTabs .nav-item + .nav-item {
    margin-left: 0.5rem;
}

#loginTabs .nav-link.active {
    color: var(--ds-primary-color);
    box-shadow: var(--ds-light-shadow);
    font-weight: 700;
    color: var(--ds-dark-text-color);
    background-color: var(--ds-white-color);
}

#loginTabs .nav-link.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--ds-primary-color);
}

#otp-form-code .otp-code-block {
    background: var(--ds-light-bg-color);
}

.ds-account-column-nav li {
    padding: 0;
    font-size: inherit
}

.ds-account-column-nav li:not(:last-child) {
    border-bottom: var(--ds-main-border)
}

.ds-account-column-nav .ds-column-categories-children.ds-categories-2 li {
    padding: 1rem!important;
    border-bottom: 0;
    border-top: var(--ds-main-border)
}

.ds-account-column-nav-item {
    line-height: 1;
    white-space: nowrap;
    padding: .75rem 1rem;
    -webkit-transition: background-color var(--ds-main-transition);
    transition: background-color var(--ds-main-transition)
}

.ds-account-column-nav-item:hover {
    background-color: #fbfbfb
}

.ds-account-column-nav-item:hover .ds-account-column-nav-item-text {
    text-decoration: underline
}

.ds-account-column-nav-item-icon {
    place-items: center;
    width: 1.75rem;
    height: 1.75rem;
    margin-right: .75rem;
    background-color: var(--ds-light-bg-color)
}

.ds-account-column-nav-item-icon svg path {
    fill: var(--ds-dark-text-color)
}

.ds-account .content-block:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.ds-account-login-button {
    min-width: 160px
}

@media (max-width: 575.98px) {
    .ds-account-login-button {
        width:100%
    }
}

.ds-account-wishlist-info {
    border-left: var(--ds-main-border)
}

.ds-account-wishlist-title {
    line-height: 1.2
}

.ds-account-wishlist-title:hover {
    color: var(--ds-links-color);
    text-decoration: underline
}

.ds-account-wishlist .no-btn {
    top: 1rem;
    right: 1rem;
    width: 14px;
    height: 14px;
    display: grid;
    place-items: center
}

.ds-account-wishlist .no-btn svg {
    width: 12px;
    height: 12px;
    -o-object-fit: contain;
    object-fit: contain
}

@media (max-width: 767.98px) {

    .ds-account table td {
        white-space: nowrap
    }
}

@keyframes autofill {
    to {
        color: inherit;
        background: transparent;
    }
}

@keyframes fadeInColumn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes rotateIcon {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

.fadeInColumn {
    animation-name: fadeInColumn;
    animation-duration: 0.8s;
}

.oct-animated svg {
    animation: rotateIcon 0.5s ease-in-out infinite;
}

.error_style {
    background-color: var(--ds-error-bg-color)!important;
    border: 1px solid #fe4d97!important;
    -webkit-transition: background-color var(--ds-main-transition),border var(--ds-main-transition);
    transition: background-color var(--ds-main-transition),border var(--ds-main-transition)
}

.error_style+label {
    color: var(--ds-red-color)!important
}

.error_style::-webkit-input-placeholder {
    color: var(--ds-red-color)!important
}

.error_style::-moz-placeholder {
    color: var(--ds-red-color)!important
}

.error_style:-ms-input-placeholder {
    color: var(--ds-red-color)!important
}

.error_style::-ms-input-placeholder {
    color: var(--ds-red-color)!important
}

.error_style::placeholder {
    color: var(--ds-red-color)!important
}

.tooltip {
    z-index: 19999;
}

.ds-switcher button {
    background: 0 0;
    border: none;
    text-decoration: underline;
    color: var(--ds-links-color);
    font-size: .875rem;
    font-weight: 400;
    padding-left: 0;
    padding-right: 0
}

.ds-switcher button.active {
    color: var(--ds-primary-dark-color);
    text-decoration: none;
    background: var(--ds-primary-light-color);
    font-size: 1rem;
    font-weight: 700;
    padding: .25rem .5rem;
    cursor: default;
    pointer-events: none;
    border: var(--ds-main-border)
}

.ds-switcher button+button {
    margin-left: .5rem
}

.ds-switcher button.language-select {
    text-transform: uppercase
}

.ds-switcher button:hover {
    text-decoration: none
}

.pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0!important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
    gap: 1rem;
    padding: 1rem 0
}

.pagination li a,.pagination li span {
    display: block;
    line-height: 1rem;
    padding: .5rem .75rem;
    border-radius: 7px;
    color: var(--ds-light-text-color);
    -webkit-transition: background var(--ds-main-transition),color var(--ds-main-transition);
    transition: background var(--ds-main-transition),color var(--ds-main-transition);
    text-decoration: none;
    will-change: background, color;
}

.pagination li.active span,.pagination li:hover a {
    color: var(--ds-white-color);
    background: var(--ds-primary-color)
}

.table {
    margin-bottom: 0;
    border-left: var(--ds-main-border);
    border-right: var(--ds-main-border);
    border-color: var(--ds-border-color);
    font-weight: 400
}

.table>:not(:first-child) {
    border-top: var(--ds-main-border)
}

.table .thead-dark th {
    background-color: var(--ds-light-bg-color);
    border-top: var(--ds-main-border);
    color: var(--ds-dark-text-color)
}

.table tbody {
    font-size: 14px;
    color: var(--ds-secondary-text-color)
}

.table td {
    border-color: var(--ds-border-color)
}

.table td,.table th {
    vertical-align: top
}

.table tbody tr:first-child td {
    border-top: 0
}

.table td a {
    color: var(--ds-links-color);
    text-decoration: underline
}

.table td a:hover {
    text-decoration: none
}

.table thead {
    border-left: var(--ds-main-border);
    border-right: var(--ds-main-border)
}

.table thead th {
    font-size: 1rem;
    line-height: 20px;
    padding: .75rem 1rem;
    vertical-align: middle;
    font-weight: 700;
    color: var(--ds-dark-text-color);
    background-color: var(--ds-primary-light-color);
    border: 0;
    border-bottom: var(--ds-main-border)
}

.table tbody tr:hover>* {
    --bs-table-bg-state: #FDFDFD
}

.table a:has(.img-thumbnail) {
    width: 100px;
}

.ds-theme-switcher {
    background-color: var(--ds-light-bg-color)
}

.ds-theme-switcher-btn {
    display: grid;
    place-items: center;
    padding-left: .75rem;
    padding-right: .75rem;
    cursor: pointer
}

.ds-theme-switcher-btn.active {
    background-color: var(--ds-white-color);
    -webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,.08);
    box-shadow: 0 0 12px 0 rgba(0,0,0,.08)
}

.ds-theme-switcher-btn.light svg path {
    fill: var(--ds-yellow-color)
}

.ds-blog-search-button {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1.75rem
}

.ds-blog-search-button svg path {
    -webkit-transition: fill var(--ds-main-transition);
    transition: fill var(--ds-main-transition)
}

.ds-blog-search-button:focus:not([disabled]),.ds-blog-search-button:hover {
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.ds-blog-search-button:focus:not([disabled]) svg path,.ds-blog-search-button:hover svg path {
    fill: var(--ds-primary-color)
}

.ds-blog-post-gallery,.ds-blog-post-text {
    border-bottom: var(--ds-main-border)
}

.ds-blog-post-gallery-items {
    gap: .5rem
}

.ds-blog-post-gallery-item {
    display: grid;
    place-items: center;
    border: var(--ds-main-border);
    width: 92px;
    height: 92px
}

.ds-blog-post-gallery-item img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 1/1
}

.ds-blog-post-info {
    border-bottom: var(--ds-main-border);
    gap: 1rem
}

.ds-blog-post-comments {
    border-top: var(--ds-main-border)
}

@media (max-width: 575.98px) {
    .ds-blog-post .button-primary {
        width:100%
    }
}

#article-comments .ds-product-reviews-item-content {
    border-bottom: 0;
    padding-bottom: 0!important
}

.ds-empty-reviews svg path {
    fill: var(--ds-border-color);
}

#oct-infobar.hidden {
	opacity: 0;
	display: none;
}

.progress-bar {
    background-color: var(--ds-primary-color);
}

@media (max-width: 991.98px) {
    iframe#credential_picker_iframe {
        margin-bottom: 68px;
    }
}

/* 404 page */
#error-not-found .ds-404-content-text {
	margin-top: 36px;
}

#error-not-found .ds-404-content-search {
	margin-top: 36px;
}

#error-not-found .ds-404-btn-wrap {
	margin-top: 36px;
}

#error-not-found .ds-404-home-btn,
#common-success .ds-404-home-btn {
	display: inline-block;
	padding: 18px 54px;
	background: #698AA9 !important;
	border: 2px solid #698AA9 !important;
	border-radius: 6px;
	color: #FFFFFF !important;
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
	box-shadow: none;
}

#error-not-found .ds-404-home-btn:hover,
#error-not-found .ds-404-home-btn:focus,
#error-not-found .ds-404-home-btn:active,
#common-success .ds-404-home-btn:hover,
#common-success .ds-404-home-btn:focus,
#common-success .ds-404-home-btn:active {
	background: transparent !important;
	border-color: #698AA9 !important;
	color: #698AA9 !important;
	text-decoration: none;
	box-shadow: none;
}

#error-not-found .ds-404-code-wrap {
	margin: 100px auto;
}

#error-not-found .ds-404-code {
	font-size: 170px;
	font-weight: 800;
	line-height: 100%;
	letter-spacing: 0;
	text-align: center;
	color: #123354;
}

.ds-footer {
    background: #698AA9;
}

/* footer: white text, links, buttons */
.ds-footer .container-xl,
.ds-footer .container-xl .dark-text,
.ds-footer .container-xl .light-text,
.ds-footer .container-xl .secondary-text,
.ds-footer .container-xl .blue-link,
.ds-footer .container-xl .ds-footer-item-title,
.ds-footer .container-xl .form-check-label,
.ds-footer .container-xl .button-text,
.ds-footer .container-xl .ds-footer-copyrights,
.ds-footer .container-xl .ds-footer-item-icon,
.ds-footer .container-xl i {
	color: #FFFFFF !important;
}

.ds-footer .container-xl a:not(.button) {
	color: #FFFFFF !important;
	text-decoration: none !important;
}

.ds-footer .container-xl a:not(.button) {
	transition: color .2s ease, opacity .2s ease, text-decoration-color .2s ease;
}

.ds-footer .container-xl a:not(.button):hover,
.ds-footer .container-xl a:not(.button):focus {
	color: #EAF3FB !important;
	text-decoration: underline !important;
}

.ds-footer .container-xl .ds-footer-socials a:hover,
.ds-footer .container-xl .ds-footer-socials a:focus,
.ds-footer .container-xl .ds-footer-socials a:active {
	color: #EAF3FB !important;
	opacity: .85;
	text-decoration: none !important;
}

.ds-footer .ds-footer-socials a:hover,
.ds-footer .ds-footer-socials a:focus,
.ds-footer .ds-footer-socials a:active {
	text-decoration: none !important;
}
.ds-footer .container-xl .button,
.ds-footer .container-xl button {
	color: #FFFFFF !important;
	border-color: #FFFFFF !important;
	transition: background-color .2s ease, border-color .2s ease, color .2s ease, opacity .2s ease;
}

.ds-footer .container-xl .button:hover,
.ds-footer .container-xl .button:focus,
.ds-footer .container-xl .button:active,
.ds-footer .container-xl button:hover,
.ds-footer .container-xl button:focus,
.ds-footer .container-xl button:active {
	background: rgba(255, 255, 255, 0.08) !important;
	border-color: #FFFFFF !important;
	color: #FFFFFF !important;
	text-decoration: none !important;
	box-shadow: none !important;
}

.ds-footer .container-xl .button .button-text,
.ds-footer .container-xl button .button-text {
	color: #FFFFFF !important;
}

.ds-footer .container-xl .ds-footer-item-title svg path,
.ds-footer .container-xl .ds-footer-item-title svg rect,
.ds-footer .container-xl .ds-footer-socials svg path,
.ds-footer .container-xl .ds-footer-socials svg rect {
	fill: #FFFFFF !important;
	stroke: #FFFFFF !important;
}

.ds-footer .ds-footer-subscribe-button svg,
.ds-footer .ds-footer-subscribe-button svg path {
	fill: #FFFFFF !important;
	stroke: #FFFFFF !important;
}

.ds-footer .ds-footer-subscribe-button:hover svg,
.ds-footer .ds-footer-subscribe-button:hover svg path,
.ds-footer .ds-footer-subscribe-button:focus svg,
.ds-footer .ds-footer-subscribe-button:focus svg path,
.ds-footer .ds-footer-subscribe-button:active svg,
.ds-footer .ds-footer-subscribe-button:active svg path {
	fill: #FFFFFF !important;
	stroke: #FFFFFF !important;
}
.ds-footer .ds-footer-logo {
	filter: brightness(0) invert(1);
}
/* footer: remove white divider lines */
.ds-footer .ds-footer-top,
.ds-footer .ds-footer-bordered,
.ds-footer .ds-footer-bordered-links {
	border: 0 !important;
}

.ds-footer .ds-footer-top::before,
.ds-footer .ds-footer-top::after,
.ds-footer .ds-footer-bordered::before,
.ds-footer .ds-footer-bordered::after,
.ds-footer .ds-footer-bordered-links::before,
.ds-footer .ds-footer-bordered-links::after {
	display: none !important;
	content: none !important;
}

/* footer titles: icon shifted a bit left */
.ds-footer .ds-footer-item-title {
	position: relative;
	padding-left: 0;
	margin-left: 0;
	text-transform: uppercase;
}
.ds-footer .ds-footer-item-title > svg {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	margin-right: 0 !important;
}

/* socials: one row */
.ds-footer .ds-footer-socials > div:last-child {
	display: flex !important;
	align-items: center;
	justify-content: flex-start;
	gap: 16px;
	flex-wrap: wrap;
}

.ds-footer .ds-footer-socials .ds-footer-item {
	display: flex;
	align-items: center;
	gap: 16px;
	margin: 0;
	padding: 0;
}

.ds-footer .ds-footer-socials .ds-footer-item li {
	margin: 0;
}

/* socials: hide labels, keep only icons */
.ds-footer .ds-footer-socials a > span:last-child {
	display: none !important;
}

.ds-footer .ds-footer-socials a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none !important;
}

.ds-footer .ds-footer-socials .ds-footer-item-icon,
.ds-footer .ds-footer-socials i {
	margin-right: 0 !important;
}

/* optional: hide second socials list with duplicate Telegram */


.ds-footer .ds-footer-item {
	position: relative;
	padding-left: 28px;
}

.ds-footer .ds-footer-item-title {
	position: relative;
	padding-left: 0;
	margin-left: 0;
}

.ds-footer .ds-footer-item-title > svg {
	position: absolute;
	left: -28px;
	top: 50%;
	transform: translateY(-50%);
	margin-right: 0 !important;
}

.ds-footer-open-line.is-space {
	height: 16px;
}

.ds-footer .ds-footer-copyrights {
	text-transform: uppercase;
}

/* success page */
#common-success .ds-success-page {
	display: flex;
	justify-content: center;
	margin: 100px auto;
}

#common-success .ds-success-page__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 36px;
	width: 100%;
}

#common-success .ds-success-page__title {
	margin: 0;
}

    .p-md-4 {
        padding: 0 !important;
    }

#common-success .ds-success-page__image img {
	display: block;
	max-width: 100%;
	height: auto;
}

#common-success .ds-success-page__button,
#common-success .ds-success-page__instagram {
	margin: 0;
}

#common-success .ds-success-page__instagram a {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: #123354;
	text-decoration: none;
}

#common-success .ds-success-page__instagram a:hover,
#common-success .ds-success-page__instagram a:focus {
	text-decoration: underline;
}

#common-success .ds-success-page__instagram {
	margin: 0;
}

#common-success .ds-success-page__instagram-link {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: #123354;
	text-decoration: none;
	transition: color .2s ease, opacity .2s ease;
}

#common-success .ds-success-page__instagram-link:hover,
#common-success .ds-success-page__instagram-link:focus,
#common-success .ds-success-page__instagram-link:active {
	color: #123354;
	opacity: .85;
	text-decoration: none !important;
}

#common-success .ds-success-page__instagram-link i {
	font-size: 20px;
	line-height: 1;
}

#common-success .ds-success-page__text {

	color: #121212;
}


#product-category .ds-module-cart,
#product-search .ds-module-cart {
	width: 100%;
}

#product-category .ds-module-cart-btn,
#product-search .ds-module-cart-btn,
#product-category .ds-category-cart-btn,
#product-search .ds-category-cart-btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	min-height: 44px;
	padding: 14px 20px;
	background: #698AA9 !important;
	border: 1px solid #698AA9 !important;
	border-radius: 8px;
	box-shadow: none;
	text-decoration: none !important;
	transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

#product-category .ds-module-cart-btn .button-text,
#product-search .ds-module-cart-btn .button-text,
#product-category .ds-category-cart-btn .button-text,
#product-search .ds-category-cart-btn .button-text {
	display: inline-block !important;
	color: #FFFFFF !important;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
}

#product-category .ds-module-cart-btn svg path,
#product-search .ds-module-cart-btn svg path,
#product-category .ds-category-cart-btn svg path,
#product-search .ds-category-cart-btn svg path {
	fill: #FFFFFF !important;
}

#product-category .ds-module-cart-btn:hover,
#product-search .ds-module-cart-btn:hover,
#product-category .ds-module-cart-btn:focus,
#product-search .ds-module-cart-btn:focus,
#product-category .ds-module-cart-btn:active,
#product-search .ds-module-cart-btn:active,
#product-category .ds-category-cart-btn:hover,
#product-search .ds-category-cart-btn:hover,
#product-category .ds-category-cart-btn:focus,
#product-search .ds-category-cart-btn:focus,
#product-category .ds-category-cart-btn:active,
#product-search .ds-category-cart-btn:active {
	background: transparent !important;
	border-color: #698AA9 !important;
	text-decoration: none !important;
	box-shadow: none !important;
}

#product-category .ds-module-cart-btn:hover .button-text,
#product-search .ds-module-cart-btn:hover .button-text,
#product-category .ds-module-cart-btn:focus .button-text,
#product-search .ds-module-cart-btn:focus .button-text,
#product-category .ds-module-cart-btn:active .button-text,
#product-search .ds-module-cart-btn:active .button-text,
#product-category .ds-category-cart-btn:hover .button-text,
#product-search .ds-category-cart-btn:hover .button-text,
#product-category .ds-category-cart-btn:focus .button-text,
#product-search .ds-category-cart-btn:focus .button-text,
#product-category .ds-category-cart-btn:active .button-text,
#product-search .ds-category-cart-btn:active .button-text {
	color: #698AA9 !important;
}

#product-category .ds-module-cart-btn:hover svg path,
#product-search .ds-module-cart-btn:hover svg path,
#product-category .ds-module-cart-btn:focus svg path,
#product-search .ds-module-cart-btn:focus svg path,
#product-category .ds-module-cart-btn:active svg path,
#product-search .ds-module-cart-btn:active svg path,
#product-category .ds-category-cart-btn:hover svg path,
#product-search .ds-category-cart-btn:hover svg path,
#product-category .ds-category-cart-btn:focus svg path,
#product-search .ds-category-cart-btn:focus svg path,
#product-category .ds-category-cart-btn:active svg path,
#product-search .ds-category-cart-btn:active svg path {
	fill: #698AA9 !important;
}

#product-category .ds-module-cart-btn svg,
#product-search .ds-module-cart-btn svg,
#product-category .ds-category-cart-btn svg,
#product-search .ds-category-cart-btn svg {
	flex: 0 0 auto;
}

#product-category .ds-module-cart-btn svg path,
#product-search .ds-module-cart-btn svg path,
#product-category .ds-category-cart-btn svg path,
#product-search .ds-category-cart-btn svg path {
	fill: #FFFFFF !important;
}

#product-category .ds-category-products,
#product-search .ds-category-products {
	--bs-gutter-x: 40px;
	--bs-gutter-y: 40px;
	width: calc(100% - 20px);
	margin-left: auto;
	margin-right: auto;
}

#product-category .ds-category-products .ds-module-item,
#product-search .ds-category-products .ds-module-item {
	margin-bottom: 0;
}

#product-category .ds-category-products .content-block,
#product-search .ds-category-products .content-block {
	height: 100%;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
	gap: 18px;
}

#product-category .ds-category-products .ds-module-img-box,
#product-search .ds-category-products .ds-module-img-box {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 291px;
	margin-bottom: 0;
}

#product-category .ds-category-products .ds-module-img-box a,
#product-search .ds-category-products .ds-module-img-box a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

#product-category .ds-category-products .ds-module-img-box img,
#product-search .ds-category-products .ds-module-img-box img {
	display: block;
	width: 291px;
	height: 291px;
	max-width: 100%;
	max-height: none;
	object-fit: contain;
}

#product-category .ds-category-products .ds-module-caption,
#product-search .ds-category-products .ds-module-caption {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	height: 100%;
	gap: 18px;
}

#product-category .ds-category-products .ds-category-item-info,
#product-search .ds-category-products .ds-category-item-info {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

#product-category .ds-category-products .ds-module-title,
#product-search .ds-category-products .ds-module-title {
	display: block;
	max-width: calc(100% - 48px);
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.35;
	color: #121212 !important;
}

#product-category .ds-category-products .ds-category-item-rating,
#product-search .ds-category-products .ds-category-item-rating {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 18px;
	margin-top: 0 !important;
}

#product-category .ds-category-products .ds-module-rating,
#product-search .ds-category-products .ds-module-rating {
	justify-content: center;
	margin-bottom: 0;
	min-height: 18px;
}

#product-category .ds-category-products .ds-module-rating-stars,
#product-search .ds-category-products .ds-module-rating-stars {
	gap: 2px;
}

#product-category .ds-category-products .ds-module-rating-star,
#product-search .ds-category-products .ds-module-rating-star {
	width: 18px;
	height: 18px;
	background-size: 18px 18px;
}

#product-category .ds-category-products .ds-module-reviews,
#product-search .ds-category-products .ds-module-reviews {
	min-height: 18px;
}

#product-category .ds-category-products .ds-module-reviews svg,
#product-search .ds-category-products .ds-module-reviews svg {
	height: 18px;
	width: auto;
}

#product-category .ds-category-products .ds-module-price,
#product-search .ds-category-products .ds-module-price {
	width: 100%;
	text-align: center;
	margin-bottom: 0;
}

#product-category .ds-category-products .ds-price-new,
#product-search .ds-category-products .ds-price-new {
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 1.35;
	color: #698AA9 !important;
}

#product-category .ds-category-products .ds-price-old,
#product-search .ds-category-products .ds-price-old,
#product-category .ds-category-products .price-tax,
#product-search .ds-category-products .price-tax {
	text-align: center;
	justify-content: center;
}

#product-category .ds-category-products .ds-module-cart,
#product-search .ds-category-products .ds-module-cart {
	width: 100%;
	margin-top: auto;
}

@media (max-width: 767.98px) {
	#product-category .ds-category-products,
	#product-search .ds-category-products {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		--bs-gutter-x: 16px;
		--bs-gutter-y: 24px;
	}

	#product-category .ds-category-products .ds-module-item,
	#product-search .ds-category-products .ds-module-item {
		margin-bottom: 0;
	}

	#product-category .ds-category-products .content-block,
	#product-search .ds-category-products .content-block {
		display: flex;
		flex-direction: row;
		align-items: center;
		gap: 16px;
		padding: 0;
	}

	#product-category .ds-category-products .ds-module-img,
	#product-search .ds-category-products .ds-module-img {
		flex: 0 0 42%;
		max-width: 42%;
	}

	#product-category .ds-category-products .ds-module-img-box,
	#product-search .ds-category-products .ds-module-img-box {
		min-height: auto;
		margin-bottom: 0;
	}

	#product-category .ds-category-products .ds-module-img-box img,
	#product-search .ds-category-products .ds-module-img-box img {
		width: 100%;
		height: auto;
		max-width: 220px;
		max-height: none;
	}

	#product-category .ds-category-products .ds-module-caption,
	#product-search .ds-category-products .ds-module-caption {
		flex: 1 1 auto;
		align-items: flex-start;
		text-align: left;
		gap: 12px;
	}

	#product-category .ds-category-products .ds-category-item-info,
	#product-search .ds-category-products .ds-category-item-info {
		align-items: flex-start;
		text-align: left;
	}

	#product-category .ds-category-products .ds-module-title,
	#product-search .ds-category-products .ds-module-title {
		max-width: 100%;
		margin: 0;
		text-align: left;
	}

	#product-category .ds-category-products .ds-category-item-rating,
	#product-search .ds-category-products .ds-category-item-rating {
		align-items: flex-start;
		gap: 12px;
	}

	#product-category .ds-category-products .ds-module-rating,
	#product-search .ds-category-products .ds-module-rating {
		justify-content: flex-start;
	}

	#product-category .ds-category-products .ds-module-price,
	#product-search .ds-category-products .ds-module-price {
		text-align: left;
	}

	#product-category .ds-category-products .ds-price-new,
	#product-search .ds-category-products .ds-price-new,
	#product-category .ds-category-products .ds-price-old,
	#product-search .ds-category-products .ds-price-old,
	#product-category .ds-category-products .price-tax,
	#product-search .ds-category-products .price-tax {
		text-align: left;
		justify-content: flex-start;
	}

	#product-category .ds-category-products .ds-module-cart,
	#product-search .ds-category-products .ds-module-cart {
		width: 100%;
		margin-top: 0;
	}

	#product-category .ds-category-products .ds-module-cart-btn,
	#product-search .ds-category-products .ds-module-cart-btn,
	#product-category .ds-category-products .ds-category-cart-btn,
	#product-search .ds-category-products .ds-category-cart-btn {
		width: 100%;
		min-height: 52px;
	}
}


@media (max-width: 767.98px) {
	#product-category .ds-category-products > .ds-module-item,
	#product-search .ds-category-products > .ds-module-item,
	#product-category .ds-category-products > .ds-module-col,
	#product-search .ds-category-products > .ds-module-col {
		flex: 0 0 50% !important;
		max-width: 50% !important;
		width: 50% !important;
		min-width: 0 !important;
		margin-bottom: 0 !important;
	}

	#product-category .ds-category-products .content-block,
	#product-search .ds-category-products .content-block {
		display: flex !important;
		flex-direction: column !important;
		align-items: stretch !important;
		justify-content: flex-start !important;
		gap: 12px !important;
		padding: 0 !important;
		height: 100% !important;
	}

	#product-category .ds-category-products .ds-module-img,
	#product-search .ds-category-products .ds-module-img {
		flex: 0 0 auto !important;
		max-width: 100% !important;
		width: 100% !important;
	}

	#product-category .ds-category-products .ds-module-img-box,
	#product-search .ds-category-products .ds-module-img-box {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		min-height: 170px !important;
		margin-bottom: 0 !important;
	}

	#product-category .ds-category-products .ds-module-img-box img,
	#product-search .ds-category-products .ds-module-img-box img {
		width: 170px !important;
		height: 170px !important;
		max-width: 100% !important;
		max-height: none !important;
		object-fit: contain !important;
		margin: 0 auto !important;
	}

	#product-category .ds-category-products .ds-module-caption,
	#product-search .ds-category-products .ds-module-caption {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		text-align: center !important;
		gap: 12px !important;
		height: 100% !important;
	}

	#product-category .ds-category-products .ds-category-item-info,
	#product-search .ds-category-products .ds-category-item-info {
		width: 100% !important;
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		text-align: center !important;
	}

	#product-category .ds-category-products .ds-category-item-rating,
	#product-search .ds-category-products .ds-category-item-rating {
		width: 100% !important;
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		margin-top: auto !important;
	}

	#product-category .ds-category-products .ds-module-rating,
	#product-search .ds-category-products .ds-module-rating {
		justify-content: center !important;
		min-height: 14px !important;
	}

	

	#product-category .ds-category-products .ds-module-rating-star,
	#product-search .ds-category-products .ds-module-rating-star {
		width: 13px !important;
		height: 13px !important;
		background-size: 13px 13px !important;
	}

	#product-category .ds-category-products .ds-module-reviews,
	#product-search .ds-category-products .ds-module-reviews {
		min-height: 14px !important;
	}

	#product-category .ds-category-products .ds-module-reviews svg,
	#product-search .ds-category-products .ds-module-reviews svg {
		width: 10px !important;
		height: 10px !important;
	}

	#product-category .ds-category-products .ds-module-reviews .dark-text,
	#product-search .ds-category-products .ds-module-reviews .dark-text {
		font-size: 9px !important;
		line-height: 1 !important;
	}

	#product-category .ds-category-products .ds-price-new,
	#product-search .ds-category-products .ds-price-new {
		font-size: 13px !important;
		line-height: 1.35 !important;
	}

	#product-category .ds-category-products .ds-module-price,
	#product-search .ds-category-products .ds-module-price,
	#product-category .ds-category-products .ds-price-new,
	#product-search .ds-category-products .ds-price-new,
	#product-category .ds-category-products .ds-price-old,
	#product-search .ds-category-products .ds-price-old,
	#product-category .ds-category-products .price-tax,
	#product-search .ds-category-products .price-tax {
		text-align: center !important;
		justify-content: center !important;
	}

	#product-category .ds-category-products .ds-price-new,
	#product-search .ds-category-products .ds-price-new {
		font-size: 13px !important;
		line-height: 1.35 !important;
	}

	#product-category .ds-category-products .ds-module-cart,
	#product-search .ds-category-products .ds-module-cart {
		width: 100% !important;
		margin-top: 0 !important;
	}

	#product-category .ds-category-products .ds-module-cart-btn,
	#product-search .ds-category-products .ds-module-cart-btn,
	#product-category .ds-category-products .ds-category-cart-btn,
	#product-search .ds-category-products .ds-category-cart-btn {
		width: 100% !important;
		min-height: 42px !important;
		padding: 10px 12px !important;
		gap: 8px !important;
	}

	#product-category .ds-category-products .ds-module-cart-btn .button-text,
	#product-search .ds-category-products .ds-module-cart-btn .button-text,
	#product-category .ds-category-products .ds-category-cart-btn .button-text,
	#product-search .ds-category-products .ds-category-cart-btn .button-text {
		font-size: 12px !important;
	}

	#product-category .ds-category-products .ds-module-cart-btn svg,
	#product-search .ds-category-products .ds-module-cart-btn svg,
	#product-category .ds-category-products .ds-category-cart-btn svg,
	#product-search .ds-category-products .ds-category-cart-btn svg {
		width: 14px !important;
		height: 14px !important;
	}
}


/* compact cards for module template only */
.ds-category-products--compact {
	--bs-gutter-x: 24px;
	--bs-gutter-y: 24px;
}

.ds-category-products--compact .ds-module-item {
	margin-bottom: 0;
}

.ds-category-products--compact .content-block {
	height: 100%;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
	gap: 12px;
}

.ds-category-products--compact .ds-module-img-box {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 220px;
	margin-bottom: 0;
}

.ds-category-products--compact .ds-module-img-box a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.ds-category-products--compact .ds-module-img-box img {
	display: block;
	width: 220px;
	height: 220px;
	max-width: 100%;
	max-height: none;
	object-fit: contain;
}

.ds-category-products--compact .ds-module-caption {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	height: 100%;
	gap: 12px;
}

.ds-category-products--compact .ds-module-title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;

	max-width: calc(100% - 24px);
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.35;
	color: #121212 !important;
}

.ds-category-products--compact .ds-module-rating {
	justify-content: center;
	margin-bottom: 0;
	min-height: 18px;
}

.ds-category-products--compact .ds-module-rating-stars {
	gap: 2px;
}

.ds-category-products--compact .ds-module-rating-star {
	width: 18px;
	height: 18px;
	background-size: 18px 18px;
}

.ds-category-products--compact .ds-module-reviews {
	min-height: 18px;
}

.ds-category-products--compact .ds-module-reviews svg {
	height: 18px;
	width: auto;
}

.ds-category-products--compact .ds-module-price {
	width: 100%;
	text-align: center;
	margin-bottom: 0;
}

.ds-category-products--compact .ds-price-new {
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 1.35;
	color: #698AA9 !important;
}

.ds-category-products--compact .ds-price-old,
.ds-category-products--compact .price-tax {
	text-align: center;
	justify-content: center;
}

.ds-category-products--compact .ds-module-cart {
	width: 100%;
	margin-top: auto;
}

.ds-category-products--compact .ds-module-cart-btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	min-height: 42px;
	padding: 12px 16px;
	background: #698AA9 !important;
	border: 1px solid #698AA9 !important;
	border-radius: 8px;
	box-shadow: none;
	text-decoration: none !important;
	transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.ds-category-products--compact .ds-module-cart-btn .button-text {
	display: inline-block !important;
	color: #FFFFFF !important;
	font-size: 13px;
	line-height: 1;
	text-transform: uppercase;
}

.ds-category-products--compact .ds-module-cart-btn svg {
	flex: 0 0 auto;
}

.ds-category-products--compact .ds-module-cart-btn svg path {
	fill: #FFFFFF !important;
}

.ds-category-products--compact .ds-module-cart-btn:hover,
.ds-category-products--compact .ds-module-cart-btn:focus,
.ds-category-products--compact .ds-module-cart-btn:active {
	background: transparent !important;
	border-color: #698AA9 !important;
	text-decoration: none !important;
	box-shadow: none !important;
}

.ds-category-products--compact .ds-module-cart-btn:hover .button-text,
.ds-category-products--compact .ds-module-cart-btn:focus .button-text,
.ds-category-products--compact .ds-module-cart-btn:active .button-text {
	color: #698AA9 !important;
}

.ds-category-products--compact .ds-module-cart-btn:hover svg path,
.ds-category-products--compact .ds-module-cart-btn:focus svg path,
.ds-category-products--compact .ds-module-cart-btn:active svg path {
	fill: #698AA9 !important;
}

/* desktop fix only for non-slider compact grid */
@media (min-width: 768px) {
	.ds-category-products--compact.row .ds-module-price {
		margin-top: auto;
	}

	.ds-category-products--compact.row .ds-module-cart,
	.ds-category-products--compact.row .ds-module-cart.position-relative {
		position: static !important;
		width: 100%;
		margin-top: 0;
	}

	.ds-category-products--compact.row .ds-module-cart-btn.position-absolute {
		position: static !important;
		inset: auto !important;
		width: 100%;
		margin-left: 0 !important;
	}
}

/* mobile fix only for non-slider compact grid */
@media (max-width: 767.98px) {
	.ds-category-products--compact.row {
		--bs-gutter-x: 12px;
		--bs-gutter-y: 18px;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

.ds-category-products--compact.row > .ds-module-item,
.ds-category-products--compact.row > .ds-module-col {
	flex: 0 0 50%;
	max-width: 50%;
	width: 50%;
	min-width: 0;
	margin-bottom: 0;
}

	.ds-category-products--compact.row .content-block {
		display: flex !important;
		flex-direction: column !important;
		align-items: stretch !important;
		justify-content: flex-start !important;
		width: 100% !important;
		min-width: 0;
		height: 100%;
		gap: 12px;
		padding: 0;
	}

	.ds-category-products--compact.row .ds-module-img {
		display: block !important;
		flex: 0 0 auto !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0;
	}

	.ds-category-products--compact.row .ds-module-img-box {
		display: block !important;
		width: 100% !important;
		min-height: auto !important;
		margin-bottom: 0 !important;
	}

	.ds-category-products--compact.row .ds-module-img-box a {
		display: block !important;
		width: 100% !important;
	}

	.ds-category-products--compact.row .ds-module-img-box img {
		display: block !important;
		width: 100% !important;
		height: auto !important;
		max-width: 100% !important;
		max-height: none !important;
		object-fit: contain;
		margin: 0 auto;
	}

	.ds-category-products--compact.row .ds-module-caption {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		justify-content: flex-start !important;
		flex: 1 1 auto;
		width: 100% !important;
		min-width: 0;
		height: 100%;
		text-align: center !important;
		gap: 10px;
	}

	.ds-category-products--compact.row .ds-module-title,
	.ds-category-products--compact.row .ds-module-stock,
	.ds-category-products--compact.row .ds-module-code,
	.ds-category-products--compact.row .ds-module-stickers {
		width: 100%;
		text-align: center !important;
		justify-content: center !important;
	}

	.ds-category-products--compact.row .ds-module-rating {
		justify-content: center !important;
	}

	.ds-category-products--compact.row .ds-module-price {
	width: 100%;
	margin-top: 8px !important;
	margin-bottom: 0 !important;
	text-align: center !important;
}

	.ds-category-products--compact.row .ds-price-new,
	.ds-category-products--compact.row .ds-price-old,
	.ds-category-products--compact.row .price-tax {
		text-align: center !important;
		justify-content: center !important;
	}

	.ds-category-products--compact.row .ds-module-cart,
	.ds-category-products--compact.row .ds-module-cart.position-relative {
		position: static !important;
		display: flex !important;
		flex-direction: column !important;
		align-items: stretch !important;
		justify-content: flex-end !important;
		width: 100% !important;
		min-width: 0;
		margin-top: 10px !important;
	}

	.ds-category-products--compact.row .ds-module-cart-btn,
	.ds-category-products--compact.row .ds-module-cart-btn.position-absolute {
		position: static !important;
		right: auto !important;
		bottom: auto !important;
		left: auto !important;
		top: auto !important;
		inset: auto !important;
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		width: 100% !important;
		max-width: 100% !important;
		min-height: 46px !important;
		margin: 0 !important;
		flex: 0 0 auto;
	}
}
/* pv slider: price and cart stay at the bottom */
.ds-pv-swiper .content-block {
	height: 100%;
}

.ds-pv-swiper .ds-module-caption {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	height: 100%;
}

/* category/search cards */
#product-category .ds-category-products .ds-category-item-rating,
#product-search .ds-category-products .ds-category-item-rating {
	margin-top: auto !important;
}

/* compact module cards: rating -> price -> button stay at the bottom */
.ds-category-products--compact .ds-module-caption {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.ds-category-products--compact .ds-module-rating {
	margin-top: auto;
}

.ds-category-products--compact .ds-module-price {
	margin-top: 8px !important;
}

.ds-pv-swiper .ds-module-cart {
	width: 100%;
	margin-top: 10px;
}


.ds-category-products--compact.row .ds-module-rating {
	margin-top: auto !important;
	justify-content: center !important;
}
/* ============================================================
   MOLODO — Custom Header Styles
   catalog/view/theme/oct_deals/stylesheet/custom-molodo.css
   ============================================================ */

/* ---- 1. Прибираємо непотрібні елементи теми ---- */

.ds-header-catalog-button      { display: none !important; }
.ds-header-wishlist-button      { display: none !important; }
.ds-header-compare-button       { display: none !important; }
.ds-header-phone-button         { display: none !important; }
.ds-header-viewed-button        { display: none !important; }
.ds-header-search-toggle-button { display: none !important; }
.me-3.overflow-visible.text-start.ds-dropdown-box.ds-header-mobile-btn { display: none !important; }
.ds-header-right > form#search,
.ds-header-right > .ds-header-search { display: none !important; }


/* ---- 2. Header layout ---- */

.ds-header {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    position: sticky;
    top: 0;
    z-index: 1050;
    background: #fff;
    overflow: visible !important;
    border-bottom: 1px solid #D2D2D2;
    box-shadow: none !important;
}

.ds-header-row {
    height: 86px;
    position: relative;
}

.ds-header-left {
    flex: 0 0 auto;
    min-width: 200px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.ds-header-nav-center {
    flex: 1 1 0;
    min-width: 0;
    overflow: visible;
    position: static;
    display: flex;
    justify-content: center;
}

.ds-header-right {
    flex: 0 0 auto;
    min-width: 200px;
    gap: 16px;
    justify-content: flex-end;
    display: flex;
    align-items: center;
}


/* ---- 3. Лого ---- */

#logo {
    width: 174px !important;
    max-width: 174px !important;
    height: auto !important;
}


/* ---- 4. Мова — ізольований dropdown ---- */

.ds-header-lang-standalone { margin-right: 44px; }

.molodo-lang-wrap { position: relative; }

/* ---- Мова прибрано ---- */
.molodo-lang-toggle {
    display: none;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #00171F;
    background: none;
    border: none;
    padding: 4px 0;
    white-space: nowrap;
    user-select: none;
}

.molodo-lang-toggle svg { transition: transform 0.2s ease; flex-shrink: 0; }
.molodo-lang-wrap.open .molodo-lang-toggle svg { transform: rotate(180deg); }

.molodo-lang-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    min-width: 160px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.10);
    padding: 6px 0;
    z-index: 9999;
}

.molodo-lang-wrap.open .molodo-lang-dropdown { display: block; }

.molodo-lang-item {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 10px 16px;
    font-size: 14px;
    color: #00171F;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: background 0.15s;
}

.molodo-lang-item:hover { background: #f5f5f5; }
.molodo-lang-item.is-active { font-weight: 600; color: #00A8E8; }


/* ---- 5. Desktop — ховаємо мобільні елементи ---- */

@media (min-width: 1200px) {
    /* Акаунт: на desktop показуємо тільки через .ds-header-account-standalone */
    .ds-header-right .ds-dropdown-box { display: none !important; }
}


/* ---- 6. Mobile layout ---- */

@media (max-width: 1199px) {

    .ds-header-row {
        height: 60px;
        padding: 0 16px;
        justify-content: space-between;
    }

    /* Ліва частина — бургер + пошук (пошук переноситься JS) */
    .ds-header-left {
        min-width: auto;
        flex: 0 0 auto;
        gap: 24px;
    }

    /* Лого — по центру абсолютно */
    .ds-header-logo-wrap {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

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

    /* Права частина — акаунт + кошик */
    .ds-header-right {
        min-width: auto;
        flex: 0 0 auto;
        gap: 16px;
    }

    /* Мова — прихована на мобайлі */
    .ds-header-lang-standalone { display: none !important; }

    /* Акаунт — показуємо на мобайлі */
    .ds-header-account-standalone { display: flex !important; }

    /* Панель пошуку на мобайлі — на всю ширину */
    .ds-search-panel {
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        width: 100%;
    }

}




/* ---- 7. Іконки — CSS заміна ---- */

/* Search toggle */
#ds-search-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    flex-shrink: 0;
    padding: 0;
}
#ds-search-toggle svg { display: none !important; }
#ds-search-toggle::before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.6328 18L13.0773 13.4444M14.855 8.11111C14.855 9.9971 14.1058 11.8058 12.7722 13.1394C11.4386 14.473 9.62989 15.2222 7.74391 15.2222C5.85793 15.2222 4.04919 14.473 2.7156 13.1394C1.382 11.8058 0.632813 9.9971 0.632813 8.11111C0.632813 6.22513 1.382 4.41639 2.7156 3.0828C4.04919 1.7492 5.85793 1 7.74391 1C9.62989 1 11.4386 1.7492 12.7722 3.0828C14.1058 4.41639 14.855 6.22513 14.855 8.11111Z' stroke='%23121212' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
#ds-search-toggle:hover { opacity: 0.65; }

/* Акаунт */
.ds-header-account-standalone .button-icon-user { display: none !important; }
.ds-header-account-standalone button::before,
.ds-header-account-standalone a::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.6319 17.7362C17.6319 14.5001 13.1244 11.8696 9.0816 11.8696C5.03876 11.8696 0.53125 14.5001 0.53125 17.7362M9.08175 10.4995C10.3065 10.4995 11.4811 10.013 12.3471 9.14697C13.2131 8.28094 13.6997 7.10636 13.6997 5.8816C13.6997 4.65685 13.2131 3.48226 12.3471 2.61623C11.4811 1.7502 10.3065 1.26367 9.08175 1.26367C7.857 1.26367 6.68241 1.7502 5.81638 2.61623C4.95035 3.48226 4.46382 4.65685 4.46382 5.8816C4.46382 7.10636 4.95035 8.28094 5.81638 9.14697C6.68241 10.013 7.857 10.4995 9.08175 10.4995Z' stroke='%23121212' stroke-width='1.06' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* Кошик */
.ds-header-cart-button .button-icon-cart { display: none !important; }
.ds-header-cart-button::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.6328 5.5C13.6328 2.92267 11.6191 0.5 9.13281 0.5C6.64656 0.5 4.63281 2.92267 4.63281 5.5' stroke='%23121212' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.41125 5.5H4.00019C2.69851 5.5 1.61789 6.25214 1.52563 7.22529L0.63916 16.511C0.537207 17.5854 1.67492 18.5 3.11381 18.5H15.1518C16.5907 18.5 17.7284 17.5854 17.6265 16.511L16.7401 7.22529C16.6478 6.25214 15.5671 5.5 14.2654 5.5H12.8545M5.41125 5.5H12.8545Z' stroke='%23121212' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


/* ---- 8. Search panel ---- */

.ds-search-panel {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: rgb(243, 243, 243);
    border-top: 1px solid #e8e8e8;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    z-index: 1045;
    display: none;
    pointer-events: none;
}

.ds-search-panel.open {
    display: block;
    pointer-events: auto;
}

.molodo-search-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 0;
}

.molodo-search-wrap form#search {
    flex: 1 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
}

.molodo-search-wrap #searchInput {
    flex: 1 1 0 !important;
    width: 0 !important;
    min-width: 0 !important;
    border: 1px solid #D2D2D2 !important;
    outline: none !important;
    box-shadow: none !important;
    background: #fff !important;
}

.molodo-search-wrap #searchInput:focus {
    border-color: #D2D2D2 !important;
    outline: none !important;
    box-shadow: none !important;
}

.molodo-search-wrap .ds-header-search-close {
    flex-shrink: 0;
    order: -1;
}

.molodo-search-wrap .ds-header-search-button { display: none !important; }

.molodo-search-submit {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}
.molodo-search-submit:hover { opacity: 0.65; }

/* Livesearch — fixed під панеллю пошуку */
.ds-search-panel .ds-livesearch {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 9998 !important;
    background: rgb(243, 243, 243) !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08) !important;
    padding: 16px 0 !important;
    max-height: 70vh;
    overflow-y: auto;
    display: none;
}

.ds-search-panel .ds-livesearch.expanded { display: block; }

.ds-search-panel .ds-livesearch .ds-livesearch-inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 16px;
}

#overlay.transparent { pointer-events: none !important; }


/* ---- 9. Навігація по центру (desktop) ---- */

@media (min-width: 1200px) {
    .ds-header-nav-center .ds-menu-maincategories {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        gap: 40px;
        list-style: none;
        margin: 0;
        padding: 0;
        height: 100%;
    }

    .ds-header-nav-center .ds-menu-maincategories-item {
        display: flex;
        align-items: center;
        padding: 0 !important;
    }

    .ds-header-nav-center .ds-menu-maincategories-item-title {
        font-size: 14px;
        white-space: nowrap;
    }
}


/* ---- 10. Full-width dropdown ---- */

@media (min-width: 1200px) {
    .ds-menu-maincategories-dropdown,
    .ds-menu-maincategories-item:hover .ds-menu-maincategories-dropdown,
    .ds-menu-maincategories-item:focus-within .ds-menu-maincategories-dropdown {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }

    .ds-menu-maincategories-item .ds-menu-maincategories-dropdown.js-active {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: auto !important;
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        background: rgb(243, 243, 243) !important;
        border-top: 1px solid #e8e8e8 !important;
        z-index: 9999 !important;
        max-height: 70vh;
        overflow-y: auto;
    }

    .ds-menu-maincategories-dropdown.js-active > *:not(.ds-sidebar-header) {
        max-width: 1320px;
        margin-left: auto;
        margin-right: auto;
        padding: 24px 16px;
    }

    .ds-menu-maincategories-dropdown .ds-sidebar-header { display: none !important; }
}


/* ---- 11. Megamenu grid ---- */

@media (min-width: 1200px) {
.molodo-megamenu-grid {
    display: flex !important;
    gap: 40px;
    padding: 24px 16px;
    max-width: 1320px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    align-items: flex-start;
}

.molodo-megamenu-col-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.molodo-megamenu-col {
    display: flex;
    flex-direction: column;
    break-inside: avoid;
    margin-bottom: 8px;
}

    .molodo-megamenu-parent-row {
        display: flex;
        align-items: center;
        padding: 4px 0 6px;
        cursor: pointer;
        user-select: none;
        margin-left: 26px;
        position: relative;
    }

    .molodo-megamenu-parent-row a {
        font-size: 14px;
        font-weight: 600;
        color: #00171F;
        text-decoration: none;
        line-height: 1.3;
    }

    .molodo-megamenu-parent-row a:hover { color: #00A8E8; }

    .molodo-megamenu-toggle {
        position: absolute;
        left: -26px;
        width: 16px;
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        color: #888;
        line-height: 1;
    }

    .molodo-megamenu-parent-row.no-children { cursor: default; }

    .molodo-megamenu-children {
        list-style: none;
        margin: 0;
        padding: 0;
        display: none;
    }

    .molodo-megamenu-col.is-open .molodo-megamenu-children { display: block; }

    .molodo-megamenu-children li { margin: 0; padding: 0; }

    .molodo-megamenu-children a {
        display: block;
        font-size: 13px;
        font-weight: 400;
        color: #666;
        text-decoration: none;
        padding: 2px 0 2px 26px;
        line-height: 1.6;
    }

    .molodo-megamenu-children a:hover { color: #00A8E8; }
}


/* ---- 12. Мобільний nav drawer ---- */

.ds-mobile-nav-panel {
    position: fixed;
    inset: 0;
    z-index: 9999;
    pointer-events: none;
    visibility: hidden;
    transition: visibility 0s linear 0.3s;
}

.ds-mobile-nav-panel.open {
    pointer-events: all;
    visibility: visible;
    transition-delay: 0s;
}

.ds-mobile-nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.35);
    opacity: 0;
    transition: opacity 0.3s ease;
    cursor: pointer;
}

.ds-mobile-nav-panel.open .ds-mobile-nav-overlay { opacity: 1; }

.ds-mobile-nav-drawer {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    max-width: 420px;
    height: 100%;
    background: #EFEFEF;
    display: flex;
    flex-direction: column;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.ds-mobile-nav-panel.open .ds-mobile-nav-drawer { transform: translateX(0); }

.ds-mobile-nav-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 24px;
    border-bottom: 1px solid #D2D2D2;
    flex-shrink: 0;
}

.ds-mobile-nav-back-btn {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    font-weight: 400;
    color: #9CA3AF;
    padding: 4px 0;
}

.ds-mobile-nav-back-btn svg path {
    stroke: #9CA3AF;
}

.ds-mobile-nav-close-btn {
    background: none; border: none; cursor: pointer;
    padding: 6px; display: flex; align-items: center; color: #00171F;
}

.ds-mobile-nav-list { list-style: none; margin: 0; padding: 8px 0; flex: 1; }

.ds-mobile-nav-item { display: flex; flex-direction: column; border-bottom: 1px solid #D2D2D2; }

.ds-mobile-nav-item-row {
    display: flex; align-items: center;
    padding: 18px 24px 18px 56px;
    cursor: pointer;
    user-select: none; -webkit-tap-highlight-color: transparent;
    position: relative;
}

/* Ховаємо стрілку */
.ds-mobile-nav-item-row .ds-mobile-nav-chevron { display: none; }

/* + тільки для пунктів з дітьми */
.ds-mobile-nav-item.has-children > .ds-mobile-nav-item-row::before {
    content: '+';
    position: absolute;
    left: 24px;
    font-size: 20px;
    font-weight: 400;
    color: #888;
    line-height: 1;
}

.ds-mobile-nav-item.has-children.accordion-open > .ds-mobile-nav-item-row::before {
    content: '−';
}

.ds-mobile-nav-link {
    font-size: 18px; font-weight: 500; color: #00171F;
    text-decoration: none; flex: 1; line-height: 1.2;
}

.ds-mobile-nav-chevron {
    display: flex; align-items: center; justify-content: center;
    width: 28px; height: 28px; flex-shrink: 0;
    transition: transform 0.25s ease; color: #555;
}

.ds-mobile-nav-item.accordion-open > .ds-mobile-nav-item-row .ds-mobile-nav-chevron {
    transform: rotate(90deg);
}

.ds-mobile-nav-subitems {
    list-style: none; margin: 0; padding: 0;
    max-height: 0; overflow: hidden;
    transition: max-height 0.35s ease;
    background: #efefef;
}

.ds-mobile-nav-item.accordion-open > .ds-mobile-nav-subitems { max-height: 1200px; }

.ds-mobile-nav-subitem { display: block; }

.ds-mobile-nav-subitem-row {
    display: flex;
    align-items: center;
    padding: 12px 24px 12px 56px;
    border-bottom: 1px solid #D2D2D2;
    cursor: pointer;
    user-select: none;
    position: relative;
}

.ds-mobile-nav-subitem-row .ds-mobile-nav-chevron { display: none; }

.ds-mobile-nav-subitem.has-children > .ds-mobile-nav-subitem-row::before {
    content: '+';
    position: absolute;
    left: 24px;
    font-size: 18px;
    font-weight: 400;
    color: #888;
    line-height: 1;
}

.ds-mobile-nav-subitem.has-children.accordion-open > .ds-mobile-nav-subitem-row::before {
    content: '−';
}

.ds-mobile-nav-sub2items {
    margin: 0;
    padding: 0;
}

.ds-mobile-nav-sub2items a {
    display: block;
    font-size: 14px;
    color: #444;
    text-decoration: none;
    border-bottom: 1px solid #D2D2D2;
}

.ds-mobile-nav-sublink { font-size: 15px; color: #222; text-decoration: none; flex: 1; }
.ds-mobile-nav-sublink:hover { color: #00A8E8; text-decoration: none; }

.ds-mobile-nav-sub2items {
    list-style: none; margin: 0; padding: 0;
    max-height: 0; overflow: hidden;
    transition: max-height 0.3s ease;
  
}

.ds-mobile-nav-subitem.accordion-open > .ds-mobile-nav-sub2items { max-height: 600px; }

.ds-mobile-nav-subitem.accordion-open > .ds-mobile-nav-subitem-row .ds-mobile-nav-chevron {
    transform: rotate(90deg);
}

.ds-mobile-nav-sub2items a {
    display: block; padding: 11px 24px 11px 56px;
    font-size: 14px; color: #444; text-decoration: none;
    border-bottom: 1px solid #D2D2D2;
}

.ds-mobile-nav-sub2items a:hover { color: #00A8E8; text-decoration: none; }

body.mobile-nav-open { overflow: hidden; }


/* ---- 13. Лівий сайдбар — прибрати на десктопі ---- */

@media (min-width: 1200px) {

    .ds-category > #column-left {
        display: none !important;
    }

    .ds-category > #content {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    #column-left + #content,
    #column-left + [id="content"] {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }
}

.ds-slideshow.menu-active { padding: 0; }

    .ds-header-search {
        -webkit-box-flex: 1;
        transform: none;
        left: 0;
        right: 0;
    }

    @media (max-width: 575.98px) {
    .ds-product-block-kit-equal-icon svg, .ds-product-block-kit-plus-icon svg {
        background: none;
    }}

    .button {
        background-color: transparent !important ;
    }

.button.button-primary, #button-cart.added{
	color: var(--ds-primary-color);
    border-color: var(--ds-primary-color);
}

.button.button-primary:hover
 {
	color: #fff;
}

.button.button-primary svg path {
	fill: currentColor !important;
}
    #button-cart svg path {
	fill: var(--ds-primary-color) !important;
	transition: fill .2s ease;
}

#button-cart:hover svg path,
#button-cart:focus svg path,
#button-cart:active svg path {
	fill: #fff !important;
}

    #list-view,
#price-view {
	display: none !important;
}






.ds-product-reviews--slider {
    overflow: hidden;
}

.ds-product-reviews-content--slider {
    position: relative;
}

.ds-reviews-slider-block {
    width: 100%;
}

.ds-reviews-slider-wrap {
    position: relative;
    padding: 0 56px;
}

.ds-reviews-slider {
    overflow: hidden;
}

.ds-reviews-slider .swiper-wrapper {
    align-items: stretch;
}

.ds-reviews-slider .swiper-slide {
    height: auto;
}

.ds-review-card {
    height: 100%;
    min-height: 328px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 34px 36px 38px;
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    border-radius: 18px;
}

.ds-review-card-rating,
.ds-review-modal-rating {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 26px;
}

.ds-review-card-star {
    width: 32px;
    height: 32px;
    display: inline-flex;
    color: #E5E5E5;
    flex: 0 0 32px;
}

.ds-review-card-star svg {
    width: 100%;
    height: 100%;
    display: block;
}

.ds-review-card-star.is-filled {
    color: #FBC756;
}

.ds-review-card-author,
.ds-review-modal-author {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    color: #1F1F1F;
}

.ds-review-card-date,
.ds-review-modal-date {
    margin-bottom: 28px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    color: #A8A8A8;
}

.ds-review-card-text,
.ds-review-modal-text {
    font-size: 16px;
    line-height: 1.45;
    font-weight: 400;
    color: #1F1F1F;
}

.ds-review-card-text {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.ds-review-card-more {
    margin-top: 16px;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    color: #1F1F1F;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
}

.ds-review-card-more:hover {
    opacity: 0.8;
}

.ds-reviews-slider-arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #111111;
    display: none;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    cursor: pointer;
}

.ds-reviews-slider-arrow-prev {
    left: 0;
}

.ds-reviews-slider-arrow-next {
    right: 0;
}

.ds-reviews-slider-wrap.is-nav-visible .ds-reviews-slider-arrow {
    display: inline-flex;
}

.ds-reviews-slider-arrow.swiper-button-disabled {
    opacity: 0.35;
    pointer-events: none;
}

.ds-review-modal .modal-dialog {
    max-width: 760px;
    padding: 20px;
}

.ds-review-modal-content {
    background: transparent;
    border: 0;
    box-shadow: none;
}

.ds-review-modal-card {
    position: relative;
    padding: 42px 42px 38px;
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    border-radius: 18px;
}

.ds-review-modal-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #111111;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.ds-review-modal-text {
    white-space: pre-line;
}

@media (max-width: 1199.98px) {
    .ds-reviews-slider-wrap {
        padding: 0;
    }

    .ds-reviews-slider-arrow {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    .ds-review-card {
        min-height: auto;
        padding: 24px 20px 24px;
    }

    .ds-review-card-rating,
    .ds-review-modal-rating {
        margin-bottom: 20px;
    }

    .ds-review-card-star {
        width: 26px;
        height: 26px;
        flex-basis: 26px;
    }

    .ds-review-card-author,
    .ds-review-modal-author {
        font-size: 18px;
    }

    .ds-review-card-date,
    .ds-review-modal-date {
        margin-bottom: 20px;
        font-size: 13px;
    }

    .ds-review-card-text,
    .ds-review-modal-text,
    .ds-review-card-more {
        font-size: 15px;
    }

    .ds-review-modal .modal-dialog {
        padding: 12px;
    }

    .ds-review-modal-card {
        padding: 24px 20px 24px;
    }

    .ds-review-modal-close {
        top: 12px;
        right: 12px;
    }
}


.ds-checkout-packaging-group {
    width: 100%;
}

.ds-checkout-packaging-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    width: 100%;
}

@media (max-width: 767.98px) {
    .ds-checkout-packaging-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .ds-checkout-packaging-card {
        min-height: auto;
        padding: 16px 10px;
         gap: 10px;
    }
}

.ds-checkout-packaging-option {
    display: block;
    width: 100%;
    margin: 0;
    cursor: pointer;
}

.ds-checkout-packaging-input {
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none;
}

.ds-checkout-packaging-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    padding: 20px 20px;
    text-align: center;
    background: transparent;
    border: 2px solid #D2D2D2;
    border-radius: 9px;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.ds-checkout-packaging-input:checked + .ds-checkout-packaging-card {
    background: #FFFFFF;
    border-color: #698AA9;
}
.ds-checkout-packaging-option:hover .ds-checkout-packaging-card {
    border-color: #698AA9;
    background: rgba(255, 255, 255, 0.25);
}
.ds-checkout-packaging-image {
    display: block;
    width: auto;
    max-width: 72px;
    max-height: 72px;
    height: auto;
    margin: 0;
}

.ds-checkout-packaging-text {
    display: block;
    color: #1F1F1F;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
}

@media (max-width: 767.98px) {
    .ds-checkout-packaging-grid {
        grid-template-columns: 1fr;
    }

    .ds-checkout-packaging-card {
        min-height: auto;
        padding: 10px 10px;
        gap: 2px;
    }
}

@media (min-width: 992px) {
    .logo-carusel-wrap .logo-carousel__item {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .logo-carusel-wrap .logo-carousel__item img {
        width: 50%;
        height: auto;
        object-fit: contain;
    }
    .logo-carousel__track {
        gap: 0;
    }

    .container-fluid .logo-carousel__item {
         display: flex;
        align-items: center;
        justify-content: center;
    }
    .container-fluid .logo-carousel__item img {
        width: 50%;
        height: auto;
        object-fit: contain;
    }
}