.home_carousel_section {
  position: relative;
  border-bottom: 2px solid #efd3e3;
}
.home_carousel_section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home_carousel_section .home_blocks_single {
  position: relative;
  height: 730px;
}
@media (max-width: 991px) {
  .home_carousel_section .home_blocks_single {
    height: 450px;
  }
}
.home_carousel_section .home_block_content {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 45%;
  transform: translate(0, -50%);
  text-align: center;
  z-index: 2;
  max-width: 1024px;
}
@media (max-width: 1439px) {
  .home_carousel_section .home_block_content {
    max-width: 720px;
  }
}
@media (max-width: 991px) {
  .home_carousel_section .home_block_content {
    max-width: 305px;
  }
}
.home_carousel_section .home_block_content .text {
  font-size: 52px;
  color: #fff;
  text-align: center;
  font-family: "Breathing";
}
@media (max-width: 1439px) {
  .home_carousel_section .home_block_content .text {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .home_carousel_section .home_block_content .text {
    font-size: 24px;
  }
}
.home_carousel_section .home_block_content .button {
  margin-top: 20px;
  padding: 0.75em 4.8em;
}
.home_carousel_section .owl-prev,
.home_carousel_section .owl-next {
  position: absolute;
  top: 47%;
  font-size: 0;
  margin: 0;
}
.home_carousel_section .owl-prev span,
.home_carousel_section .owl-next span {
  font-size: 0;
}
.home_carousel_section .owl-prev:before,
.home_carousel_section .owl-next:before {
  position: absolute;
  content: '';
  left: 0;
  background-image: url(https://overthetopinc.com/wp-content/themes/overthetop/assets/css/pages/../../images/icons/arrow.svg);
  width: 49px;
  height: 18px;
}
.home_carousel_section .owl-prev {
  left: 3.5%;
}
.home_carousel_section .owl-prev:before {
  transform: rotate(180deg);
}
.home_carousel_section .owl-next {
  right: 6%;
}
.home_video_block {
  max-width: 1180px;
  display: block;
  margin: 0 auto;
  position: relative;
  margin-top: -152px;
  z-index: 1;
}
.home_video_block img,
.home_video_block iframe {
  width: 100%;
}
.home_video_block .container-iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.home_video_block iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.home_video_block a {
  display: block;
  margin: auto auto;
  width: 94px;
  height: 94px;
  background-color: #ae2573;
  border-radius: 100%;
  border: 1px solid #ae2573;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: .4s;
}
.home_video_block a:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 11px;
  border-color: transparent transparent transparent #fff;
  z-index: 1;
}
.home_video_block a:hover,
.home_video_block a:focus {
  background-color: #fff;
  color: #ae2573;
}
.home_video_block a:hover:before,
.home_video_block a:focus:before {
  border-color: transparent transparent transparent #ae2573;
}
.product_single {
  position: relative;
}
.product_single .product_info {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.product_single .product_info_text {
  width: 60%;
}
@media (max-width: 1279px) {
  .product_single .product_info_text {
    width: 100%;
  }
}
.product_single .yith-wcwl-add-button,
.product_single .yith-wcwl-wishlistaddedbrowse,
.product_single .yith-wcwl-wishlistexistsbrowse {
  font-size: 0;
  position: absolute;
  top: 20px;
  left: 20px;
}
.product_single .yith-wcwl-add-button i,
.product_single .yith-wcwl-wishlistaddedbrowse i,
.product_single .yith-wcwl-wishlistexistsbrowse i {
  font-size: 20px;
  color: #ffffff;
}
.product_single .title {
  font-size: 24px;
  color: #464344;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
.product_single .description {
  color: #aeaeae;
  font-size: 18px;
}
.home_cats_wrapper {
  margin-top: 120px;
  margin-bottom: 112px;
}
.home_cats_wrapper .home_categories_block {
  position: relative;
  margin-top: 187px;
}
.home_cats_wrapper .home_categories_block .home_cats {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  top: -137px;
}
.home_cats_wrapper .home_categories_block .home_cats li {
  flex: 0 0 25%;
  text-align: center;
  position: relative;
  margin-bottom: 47px;
  transition: .4s;
  padding: 0 10px;
}
.home_cats_wrapper .home_categories_block .home_cats li img {
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
  width: 288px;
  height: 288px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
}
@media (max-width: 991px) {
  .home_cats_wrapper .home_categories_block .home_cats li img {
    width: 200px;
    height: 200px;
  }
}
.home_cats_wrapper .home_categories_block .home_cats li .cat_title {
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
}
.home_cats_wrapper .home_categories_block .home_cats li .button {
  opacity: 0;
  transition: .4s;
  position: absolute;
  top: 135px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: max-content;
}
.home_cats_wrapper .home_categories_block .home_cats li .button.coming {
  pointer-events: none;
}
.home_cats_wrapper .home_categories_block .home_cats li:hover img,
.home_cats_wrapper .home_categories_block .home_cats li:focus img {
  opacity: 0.8;
}
.home_cats_wrapper .home_categories_block .home_cats li:hover .button,
.home_cats_wrapper .home_categories_block .home_cats li:focus .button {
  opacity: 1;
}
.home_cats_wrapper .home_categories_block:before,
.home_cats_wrapper .home_categories_block:after {
  position: absolute;
  content: '';
  right: 0;
  left: 0;
  margin: 0 auto;
  height: 2px;
  background-color: #efd3e3;
}
.home_cats_wrapper .home_categories_block:before {
  width: 100%;
  max-width: 1180px;
  left: 10px;
  right: 10px;
  bottom: -12px;
}
.home_cats_wrapper .home_categories_block:after {
  width: 30vh;
  bottom: -24px;
}
.home_cats_wrapper .owl-prev,
.home_cats_wrapper .owl-next {
  position: absolute;
  font-size: 0;
  margin: 0;
  top: -98px;
}
.home_cats_wrapper .owl-prev span,
.home_cats_wrapper .owl-next span {
  font-size: 0;
}
.home_cats_wrapper .owl-prev:before,
.home_cats_wrapper .owl-next:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 49px;
  height: 18px;
}
.home_cats_wrapper .owl-prev {
  left: -3px;
}
.home_cats_wrapper .owl-prev:before {
  background-image: url(https://overthetopinc.com/wp-content/themes/overthetop/assets/css/pages/../../images/icons/arrow_gray_left.svg);
}
.home_cats_wrapper .owl-next {
  right: 52px;
}
.home_cats_wrapper .owl-next:before {
  background-image: url(https://overthetopinc.com/wp-content/themes/overthetop/assets/css/pages/../../images/icons/arrow_gray_right.svg);
}
.home_featured_products {
  margin-bottom: 20px;
}
.home_featured_products .home_products_carousel {
  margin-top: 60px;
  margin-bottom: 42px;
  margin-left: 0;
  padding: 0 20px;
  position: relative;
}
.home_featured_products .home_products_carousel .owl-prev,
.home_featured_products .home_products_carousel .owl-next {
  position: absolute;
  font-size: 0;
  margin: 0;
  top: -98px;
}
.home_featured_products .home_products_carousel .owl-prev span,
.home_featured_products .home_products_carousel .owl-next span {
  font-size: 0;
}
.home_featured_products .home_products_carousel .owl-prev:before,
.home_featured_products .home_products_carousel .owl-next:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 49px;
  height: 18px;
}
.home_featured_products .home_products_carousel .owl-prev {
  left: -3px;
}
.home_featured_products .home_products_carousel .owl-prev:before {
  background-image: url(https://overthetopinc.com/wp-content/themes/overthetop/assets/css/pages/../../images/icons/arrow_gray_left.svg);
}
.home_featured_products .home_products_carousel .owl-next {
  right: 52px;
}
.home_featured_products .home_products_carousel .owl-next:before {
  background-image: url(https://overthetopinc.com/wp-content/themes/overthetop/assets/css/pages/../../images/icons/arrow_gray_right.svg);
}
@media (max-width: 991px) {
  .home_featured_products {
    background: #fff;
    position: relative;
    padding-top: 30px;
  }
}
