#interest-things {
  background-color: var(--second-bg-color);
  margin-top: 120px;
  border-radius: 80px;
}

#interest-things .default-title {
  margin-top: 120px;
}

#interest-things .things-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(64px - 24px);
  max-width: 1840px;
  padding-bottom: 120px;
  margin: 0 auto;
}

#interest-things .article-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 26px auto 0;
  max-width: 830px;
  width: 100%;
  height: 1090px;
  overflow: hidden;
  background: unset;
  border: none;
}

#interest-things .article-wrap .video-container {
  cursor: pointer;
}

#interest-things .article-wrap video {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  clip-path: inset(60px 10px round 64px);
  -webkit-clip-path: inset(60px 10px round 64px);
  transition: clip-path .3s ease;
  transform: translateZ(0);
  will-change: transform;
  cursor: pointer;
}

#interest-things .article-wrap:hover video {
  clip-path: inset(0 0 round 64px);
  -webkit-clip-path: inset(0 0 round 64px);
  transform: translateZ(0);
  will-change: transform;
}

#interest-things .article {
  height: 1070px;
}

#interest-things .article .title,
#interest-things .article .desc {
  display: none;
}

#interest-things .article .video-container {
  height: 100%;
  aspect-ratio: 0;
}

#interest-things .products .owl-controls {
  display: none;
}

#interest-things .products .product_slider .col-xl-12,
#interest-things .products .product_slider .col-sm-3,
#interest-things .products .product_slider .col-md-2,
#interest-things .products .product_slider .col-lg-2,
#interest-things .products .product_slider .col-xl-2 {
  width: auto;
}

#interest-things .products .product-attr {
  display: none;
}

#interest-things .products .outer {
  height: 100%;
}

#interest-things .products .p_description {
  position: relative;
  display: flex;
  height: 100%;
  border-radius: 16px;
}

#interest-things .products .product-img {
  position: absolute;
  height: 100%;
  width: 100%;

}

#interest-things .products .product-img .p_img_href {
  height: 100%;
  line-height: unset;
  border-radius: 16px;
  overflow: hidden;
}

#interest-things .products .product-img .p_img_href:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,.6) 38%, rgba(0,0,0,0) 100%); 
}

#interest-things .products .product-desc {
  width: 100%;
  margin-top: auto;
  padding: 16px;
  overflow: hidden;
  z-index: 1;
  color: var(--white);
}

#interest-things .products .old_price,
#interest-things .products .model_product {
  color: var(--white);
}

#interest-things .products .product_slider .product:hover {
  height: 100% !important;
}

#interest-things .products .product-buttons > * {
  width: 100%;
}

#interest-things .products .product {
  height: calc(512px + 24px);
  margin: 0;
  padding-top: 30px;
}

#interest-things .products .product .new_old_price {
  margin: 16px 0;
}

#interest-things .products .product-qty {
  justify-content: center;
}

#interest-things .products .product:hover {
  margin: 0;
}

#interest-things .products .product:hover .p_description {
  height: 100%;
}

#interest-things .products .product:hover .model_product {
  height: 46px;
}

@media (min-width: 1200px) {
  #interest-things .products .product {
    height: calc(512px + 24px);
  }
}

@media (min-width: 768px) {
  #interest-things .products .row_catalog_products {
    margin: 0;
  }

  #interest-things .products .product_slider {
    height: auto;
  }

  #interest-things .products .owl-stage-outer {
    width: 100%;
  }

  #interest-things .products .owl-stage {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    height: auto;
    transform: unset !important;
  }

  #interest-things .products .owl-stage .owl-item {
    margin: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }

  #interest-things .products .owl-stage .owl-item .col_product {
    height: 100%;
  }

  #interest-things .products .owl-stage {
    padding: 0 !important;
  }

}

@media (max-width: 1600px) {
  #interest-things .article-wrap {
    max-width: 600px;
    max-height: 712px;
    height: auto;
  }

  #interest-things .article-wrap {
    align-self: center;
    transform: translateZ(0);
    will-change: transform;
  }

  #interest-things .article-wrap:hover {
    transform: translateZ(0);
    will-change: transform;
  }

  #interest-things .article {
    height: 712px;
  }

  #interest-things .products {
    margin: 0 auto;
  }

  #interest-things .products .product {
    height: calc(332px + 24px);
  }

  #interest-things .products .product {
    height: calc(420px + 24px);
  }
}

@media (max-width: 991px) {
  #interest-things .things-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  #interest-things .article-wrap {
    max-height: 480px;
    margin: 0 15px;
  }

  #interest-things .article {
    height: 480px;
    margin: 0 15px;
  }

  #interest-things .article-wrap,
  #interest-things .article-wrap:hover {
    clip-path: inset(0 round 56px);
    -webkit-clip-path: inset(0 round 56px);
    transform: translateZ(0);
    will-change: transform;
  }

  #interest-things .products .product {
    height: calc(420px + 24px);
  }

  #interest-things .products .product_slider {
    height: auto !important;
  }

  #interest-things .products {
    max-width: 100%;
  }
}


@media (max-width: 768px) {
  #interest-things {
    border-radius: 48px;
  }
  #interest-things .default-title {
    font-size: 24px;
    margin: 64px 0 40px;
  }

  #interest-things .things-wrap {
    gap: calc(48px - 24px);
    padding-bottom: 64px;
  }

  #interest-things .col-sm-12 {
    padding: 0;
  }

  #interest-things .article-wrap {
    max-width: 328px;
    max-height: unset;
  }

  #interest-things .article-wrap video,
  #interest-things .article-wrap:hover video {
    clip-path: inset(0 round 64px);
    -webkit-clip-path: inset(0 round 64px);
  }

  #interest-things .article {
    height: 100%;
    width: 100%;
  }

  #interest-things .products .product {
    height: calc(420px + 24px);
  }

  #interest-things .article .play-video__text svg {
    display: none;
  }
}