body.new-shop-page {
  font-family: "Visby Round Demi Bold", sans-serif;
  background-color: #ffffff;
  color: #1a1a1a;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

/* Bootstrap container class styles only */
.new-shop-page .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ***************************************** */
/* ================= HERO SECTION ================= */
/* ***************************************** */
.new-shop-page .hc-hero-section {
  background: url("https://www.homecleanse.com/wp-content/uploads/2026/03/Group-1321315092-scaled.png") center / cover no-repeat;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.new-shop-page .hc-hero-section h1 {
  color: #fff;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px;
  text-transform: uppercase;
}

.new-shop-page .hc-hero-subhead {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  padding-top: 20px;
}

.new-shop-page .btn-div {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.new-shop-page .btn-primary {
  display: flex;
  /* width: 160px; */
  /* height: 55px; */
  padding: 23px 88px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 10px;
  background: #e6fc81;
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-decoration: none !important;
  margin-top: 35px;
}

/* ================= RESPONSIVE ================= */
/* @media (max-width: 992px) {
            .hc-cta-banner {
                flex-direction: column;
                text-align: center;
                gap: 30px;
                padding: 40px;
            }
        } */

@media (max-width: 480px) {
  .new-shop-page .hc-hero-section h1 {
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 125% */
    text-transform: uppercase;
  }

  .new-shop-page .hc-hero-subhead {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    padding-top: 5px;
  }

  .new-shop-page .yellow-divider-small {
    text-align: center;
    margin: auto;
  }

  .new-shop-page .hc-hero-section br {
    display: none !important;
  }

  .new-shop-page .btn-primary {
    display: flex;
    /* width: 181px; */
    /* height: 52px; */
    padding: 17px 69px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 10px;
    background: #e6fc81;
    color: #000;
    margin-top: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 125% */
    letter-spacing: 0.1px;
  }

  .new-shop-page .hero-section-max-width {
    max-width: 290px;
  }
}

/* ******************************* */
/* Mobile fixes */
/* ******************************* */
@media (max-width: 767px) {
  .new-shop-page .hc-hero-section {
    background-image: url("https://www.homecleanse.com/wp-content/uploads/2026/03/Group-1410119923.png");
    /* Ensure the image is centered and doesn't cut off the products */
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 70vh;
  }
}

/* ***************************** */
/* 2nd section css */
/* ***************************** */
/* PARENT WRAPPER */
.new-shop-page .second-section {
  background: #f5f5f7;
  padding: 60px 20px;
  text-align: center;
  background: url('https://www.homecleanse.com/wp-content/uploads/2026/03/Group-1321315093-scaled.png') no-repeat center center;
  background-size: cover;

}

.new-shop-page .second-section .container {
  max-width: 1100px;
  margin: auto;
}

.new-shop-page .second-section .title {
  color: #000;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  text-transform: none !important;
}

.new-shop-page .second-section .subtitle {
  color: #827f7f;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin-top: 15px;
}

/* BUTTONS */
.new-shop-page .second-section .buttons {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 16px;
}

/* PRIMARY */
.new-shop-page .second-section .btn-secondary {
  display: flex;
  /* width: 170px; */
  /* height: 52px; */
  padding: 16px 42px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 10px;
  background: #d6be9e;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
  letter-spacing: 0.1px;
  text-decoration: none !important;
}

.new-shop-page .second-section .btn-secondary:hover {
  background: #c59c6c;
}

/* OUTLINE */
.new-shop-page .second-section .btn-outline {
  display: flex;
  /* width: 170px; */
  /* height: 52px; */
  padding: 16px 70px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 10px;
  border: 1.5px solid #d6be9e;
  color: #d6be9e;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
  letter-spacing: 0.1px;
  text-decoration: none !important;
}

.new-shop-page .second-section .btn-outline:hover {
  background: #d6b38c;
  color: #fff;
}

/* IMAGE */
.new-shop-page .second-section .device {
  margin-top: 50px;
}

.new-shop-page .second-section .device img {
  width: 100%;
  max-width: 600px;
}

@media (max-width: 480px) {
  .new-shop-page .second-section .title {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
  }

  .new-shop-page .second-section .subtitle {
    color: #5a5959;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 114.286% */
  }

  /* PRIMARY */
  .new-shop-page .second-section .btn-secondary {
    display: flex;
    /* width: 137px; */
    /* height: 40px; */
    padding: 10px 22px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    text-decoration: none;
  }

  /* OUTLINE */
  .new-shop-page .second-section .btn-outline {
    display: flex;
    /* width: 109px; */
    /* height: 40px; */
    padding: 10px 35px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    text-decoration: none;
  }
}

/* ************************************8 */
/* 3rd section css */
/* ************************************* */
/* PARENT WRAPPER */

/* HERO */
.new-shop-page .third-section .hero {
  position: relative;
  height: 680px;
  background: url(https://www.homecleanse.com/wp-content/uploads/2026/03/Group-1410119922-scaled.png) center / cover no-repeat;
  display: flex;
  align-items: end;
  justify-content: center;
  text-align: center;
}

/* OVERLAY */
/* .new-shop-page .third-section .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
} */

/* CONTENT */
.new-shop-page .third-section .hero-content {
  position: relative;
  max-width: 925px;
  color: #fff;
  z-index: 2;
  padding: 60px 20px;
}

.new-shop-page .third-section .hero-content h2 {
  color: #fff;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  /* 92% */
  margin-bottom: 25px;
  text-transform: none !important;
}

.new-shop-page .third-section .hero-content p {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 25px;
  max-width: 805px;
}

/* BUTTONS */
.new-shop-page .third-section .hero-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

/* PRIMARY */
.new-shop-page .third-section .banner-btn-one {
  display: flex;
  /* width: 180px; */
  /* height: 52px; */
  padding: 16px 39px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 10px;
  background: #e6fc81;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
  letter-spacing: 0.1px;
  text-decoration: none;
}

/* SECONDARY */
.new-shop-page .third-section .banner-btn-one:hover {
  border: 1px solid #d6ff66;
  color: #000;

}

.new-shop-page .third-section .banner-btn-two {
  display: flex;
  /* width: 180px; */
  /* height: 52px; */
  padding: 16px 44px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 10px;
  border: 1.5px solid #e6fc81;
  color: #dfee7d;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
  letter-spacing: 0.1px;
  text-decoration: none;
}

/* SECONDARY */
.new-shop-page .third-section .banner-btn-two:hover {
  background: #e6fc81;
  color: #000;
}

.new-shop-page .third-section .hero-content br {
  display: none;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .new-shop-page .third-section .hero {
    height: 600px;
  }

  .new-shop-page .third-section .hero-content {
    padding: 60px 8px;
  }

  .new-shop-page .third-section .hero-content h2 {
    color: #fff;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 5px;
  }

  .new-shop-page .third-section .hero-content p {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    margin-bottom: 20px;
  }

  /* PRIMARY */
  .new-shop-page .third-section .banner-btn-one {
    display: flex;
    /* width: 137px; */
    /* height: 40px; */
    padding: 10px 18px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 10px;
    background: #e6fc81;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 125% */
    letter-spacing: 0.1px;
  }

  .new-shop-page .third-section .banner-btn-two {
    display: flex;
    /* width: 137px; */
    /* height: 40px; */
    padding: 10px 22px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 10px;
    border: 1.5px solid #e6fc81;
    color: #dfee7d;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 125% */
    letter-spacing: 0.1px;
  }

  .new-shop-page .third-section .hero {
    background: url("https://www.homecleanse.com/wp-content/uploads/2026/03/Mask-group.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    height: auto;
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .new-shop-page .third-section .hero-content br {
    display: block !important;
  }
}

/* *********************************** */
/* 4th section product css */
/* *********************************** */
/* Unique Parent Class */
.new-shop-page .hc-product-section {
  max-width: 1400px;
  margin: 0 auto;
  padding: 60px 20px;
}

/* Header Styling */
.new-shop-page .hc-section-header {
  text-align: center;
  margin-bottom: 30px;
}

.new-shop-page .hc-section-header h2 {
  color: #000;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  /* 92% */
  margin-bottom: 16px;
  text-transform: none !important;
}

.new-shop-page .hc-section-header p {
  color: #827F7F;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

/* Grid Layout */
.new-shop-page .hc-products-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-bottom: 60px;
}

/* Card Base Styling */
.new-shop-page .hc-product-card {
  border-radius: 5px;
  padding: 30px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 500px;
}

/* Specific Card Backgrounds */
.new-shop-page .hc-card-1 {
  background: linear-gradient(180deg, #E7F5FA -8.55%, rgba(255, 255, 255, 0.00) 100%);
}

.new-shop-page .hc-card-2 {
  background: #F5F5F7;
}

.new-shop-page .hc-card-3 {
  background: #F5F5F7;
}

.new-shop-page .hc-card-4 {
  background: linear-gradient(180deg, #F0F3CE -8.55%, rgba(255, 255, 255, 0.00) 100%);
}

.new-shop-page .hc-card-5 {
  background: linear-gradient(180deg, #D6BE9E -124.89%, rgba(255, 249, 240, 0.00) 100%);
}

.new-shop-page .hc-card-6 {
  background: linear-gradient(180deg, #E7F5FA -8.55%, rgba(255, 255, 255, 0.00) 100%);
}

/* Card Content Styling */
.new-shop-page .hc-product-card h3 {
  color: #202621;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 10px;
  text-transform: none !important;
}

.new-shop-page .hc-product-card p {
  color: #827F7F;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  /* 118.182% */
  margin-bottom: 15px;
  max-width: 550px;
}

.new-shop-page .hc-highlight {
  color: #d6be9e;
}

/* Button Styling */
.new-shop-page .hc-card-buttons {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}

.new-shop-page .product-btn-1 {
  display: flex;
  /* width: 160px; */
  /* height: 50px; */
  padding: 16px 44px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 10px;
  background: #DCE64C;
  color: #3A3A3A;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.1px;
  border: none;
  cursor: pointer;
  text-decoration: none !important;
}

.new-shop-page .product-btn-2 {
  display: flex;
  /* width: 160px; */
  /* height: 50px; */
  padding: 16px 70px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 10px;
  border: 1.5px solid #DCE64C;
  color: #3A3A3A;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.1px;
  background: transparent;
  text-decoration: none !important;
  cursor: pointer;
}

/* Image Scaling */
.new-shop-page .hc-card-image {
  /* margin-top: auto; */
  width: 100%;
}

.new-shop-page .hc-card-image img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 290px;
}

/* Load More Button */
.new-shop-page .hc-load-more-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.new-shop-page .hc-btn-load-more {
  display: flex;
  /* width: 200px; */
  /* height: 60px; */
  padding: 23px 57px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 10px;
  background: #E6FC81;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-decoration: none !important;
}

/* Loader + Smooth Animation */
.new-shop-page .hc-btn-load-more.loading {
  position: relative;
  padding-right: 57px;
}

.new-shop-page .hc-btn-load-more.loading::after {
  content: '';
  position: relative;
  right: 0;
  width: 16px;
  height: 16px;
  margin-top: 0px;
  border: 2px solid #000;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.new-shop-page .hc-product-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.new-shop-page .hc-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* ===== MOBILE STYLING ===== */
@media (max-width: 768px) {
  .new-shop-page .hc-product-section {
    padding: 40px 15px 0px 15px;
  }

  .new-shop-page .hc-section-header h2 {
    font-size: 24px;
    line-height: 26px;
    /* 108.333% */
    text-transform: capitalize;
  }

  .new-shop-page .hc-products-grid {
    grid-template-columns: 1fr;
  }

  .new-shop-page .hc-product-card {
    min-height: auto;
    padding: 30px 20px;
  }

  .new-shop-page .hc-product-card h3 {
    font-size: 20px;
    line-height: 46px;
    /* 230% */
  }

  .new-shop-page .hc-product-card p {
    font-size: 14px;
    line-height: 18px;
    /* 128.571% */
  }

  .new-shop-page .hc-card-buttons {
    gap: 10px;
    justify-content: center;
  }

  .new-shop-page .product-btn-1 {
    /* width: 131px; */
    /* height: 37px; */
    font-size: 14px;
    line-height: 20px;
    color: #000;
    padding: 8px 25px;
  }

  .new-shop-page .product-btn-2 {
    /* width: 109px; */
    /* height: 37px; */
    font-size: 14px;
    line-height: 20px;
    border: 1.5px solid #E6FC81;
    padding: 8px 35px;
  }

  .new-shop-page .hc-btn-load-more {
    display: none;
  }
}

/* *************************************** */
/* Video carousel slider css */
/* ***************************************** */

.new-shop-page .video-sync-section {
  padding: 60px 0 !important;
  text-align: center;
  width: 100%;
  overflow: hidden;

  overflow-x: hidden;
  background: #F5F5F7;
}

/* --- Slider 1: Main --- */
.new-shop-page #sync1 .item {
  position: relative;
  cursor: pointer;
  opacity: 0.4;
  transition: opacity 0.3s ease;
}

.new-shop-page #sync1 .owl-item.center .item {
  opacity: 1;
}

.new-shop-page .main-video-box {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #000;
}

/* Official YouTube Red Play Button Overlay */
.new-shop-page .yt-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 68px;
  height: 48px;
  transform: translate(-50%, -50%);
  background-image: url("https://upload.wikimedia.org/wikipedia/commons/b/b8/YouTube_Logo_2017.svg");
  /* Using official vector path for the icon */
  background: url("https://p7.hiclipart.com/preview/44/225/444/logo-youtube-play-button-computer-icons-youtube.jpg") no-repeat center;
  background-size: contain;
  z-index: 2;
  pointer-events: none;
}

/* Fallback if the image doesn't load: specific YouTube Red CSS */
.new-shop-page .yt-play-btn {
  background-color: #ff0000;
  border-radius: 12px;
}

.new-shop-page .yt-play-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent #fff;
}

.new-shop-page .main-video-box img,
.new-shop-page .thumb-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.new-shop-page iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* --- Slider 2: Lower Slider --- */
.new-shop-page .thumb-sync-slider {
  margin-top: 15px;
}

.new-shop-page .thumb-sync-slider .item {
  cursor: pointer;
  display: block;
  padding: 0 5px;
}

.new-shop-page .thumb-box {
  position: relative;
  aspect-ratio: 16 / 10;
  background: #000;
}

.new-shop-page .thumb-box img {
  opacity: 0.6;
}

.new-shop-page .thumb-sync-slider .owl-item.center img {
  opacity: 1;
}

.new-shop-page .thumb-box .yt-play-btn {
  width: 40px;
  height: 28px;
  border-radius: 6px;
}

.new-shop-page .thumb-box .yt-play-btn::before {
  border-width: 6px 0 6px 10px;
}

.main-slider-container {
  position: relative;
}

.sync-arrows .sync-arrow-left,
.sync-arrows .sync-arrow-right {
  position: absolute;
  z-index: 99;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  font-size: 3rem;
  line-height: 1;
}
.sync-arrows .sync-arrow-left, 
.sync-arrows .sync-arrow-right {
    background-color: #dce64c;
    color: rgb(32,38,33);
    font-size: 2rem;
    padding: 10px 18px;
    border-radius: 1999px;
    transition: background-color 0.15s;
}
.sync-arrows .sync-arrow-left:hover, .sync-arrows 
.sync-arrow-right:hover{
    background-color: var(--tcb-skin-color-1);
}
.sync-arrows .sync-arrow-left {
  left: 20px;
}

.sync-arrows .sync-arrow-right {
  right: 20px;
}

.new-shop-page .sync-dots {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 5px;
  align-items: center;
}

.new-shop-page .s-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #efd8ba;
  border: none;
  cursor: pointer;
  padding: 0px !important;
}

.new-shop-page .s-dot.active {
  background: #d6be9e;
  height: 20px;
  width: 20px;
  margin-top: 0px;
  padding: 0px !important;
}

.new-shop-page .slider-section-conetnt h2 {
  color: #000;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  /* 92% */
  text-transform: capitalize;
  margin-bottom: 10px;
}

.new-shop-page .slider-section-conetnt p {
  color: #827f7f;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  /* 131.818% */
  max-width: 750px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.new-shop-page .desktop-text {
  display: block;
}

.new-shop-page .mobile-text {
  display: none;
}

@media (max-width: 768px) {
  .new-shop-page .owl-carousel .owl-stage-outer {
    overflow: visible !important;
  }

  .new-shop-page .thumb-sync-slider .item {
    cursor: pointer;
    display: block;
    padding: 0 1px;
  }

  .new-shop-page .thumb-sync-slider {
    margin-top: 10px;
  }

  .new-shop-page .slider-section-conetnt h2 {
    color: #000;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    /* 108.333% */
    text-transform: capitalize;
  }

  .new-shop-page .slider-section-conetnt p {
    color: #5a5959;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 114.286% */
  }

  .new-shop-page .desktop-text {
    display: none;
  }

  .new-shop-page .mobile-text {
    display: block;
  }
}
@media (max-width: 480px) {
  .new-shop-page .main-video-box {
    aspect-ratio: 3/4;
}

.sync-arrows .sync-arrow-left {
    left: 5px;
}
.sync-arrows .sync-arrow-right {
    right: 5px;
}
}

/* **********************************8 */
/* Watch Video Popup Css */
/* ********************************* */
/* VIDEO MODAL OVERLAY */
.new-shop-page .video-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 99999;
  justify-content: center;
  align-items: center;
}

/* MODAL BOX */
.new-shop-page .video-modal-content {
  position: relative;
  width: 90%;
  max-width: 900px;
  aspect-ratio: 16/9;
  background: #000;
  margin-top: 120px;
}

/* IFRAME */
.new-shop-page .video-modal-content iframe {
  width: 100%;
  height: 100%;
}

/* CLOSE BUTTON */
.new-shop-page .close-video {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 35px;
  color: #fff;
  cursor: pointer;
}

/* **********************************8 */
/* End of the page Css - Ali Haider */
/* ********************************* */
.new-shop-page .thrv_wrapper.thrv-divider.theme-bottom-divider {
    display: none;
}

.new-shop-page  section.tcb-post-content.tcb-shortcode.thrv_wrapper {
    margin: 0;
}