/*
Theme Name: Juju
Text Domain: Juju
version: 19
Description: Theme for Juju
Tags: responsive, ecommerce
Author: Juju Ecommerce
*/

@import url("./assets/css/star-rating.min.css");
@import url("./assets/css/headerkk.css");
@import url("./assets/css/footerksh.css");
@import url("./assets/css/rootks.css");
@import url("./assets/css/productcardk.css");
@import url("./assets/css/productpagek.css");
@import url("./assets/css/cart.css");
@import url("./assets/css/account.css");
@import url("./assets/css/checkout.css");
@import url("./assets/css/woocommercek.css");
@import url("./assets/css/shop.css");

.hero-section {
  margin-top: var(--header-height);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 0 !important;
}
.hero-section .inner .hero-container .hero-swiper-pagination {
  position: absolute;
  bottom: 20px;
  z-index: 3;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-section .inner .hero-container .hero-swiper-pagination .swiper-pagination-bullet {
  transition: all 500ms ease;
  position: relative;
}
.hero-section .inner .hero-container .hero-swiper-pagination .swiper-pagination-bullet::after {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: 100%;
  content: "";
  border-radius: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid var(--brand-color-2);
  opacity: 0;
  background-color: transparent;
  padding: 8px;
  transition: all 500ms ease;
}
.hero-section .inner .hero-container .hero-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000;
  padding: 4px;
}
.hero-section .inner .hero-container .hero-swiper-pagination .swiper-pagination-bullet-active::after {
  opacity: 1;
  transition: all 500ms ease;
}
.hero-section .inner .hero-container .swiper-wrapper .hero-slide .hero-box {
  background-color: #fff;
  display: flex;
  position: relative;
}
@media (max-width: 768px) {
  .hero-section .inner .hero-container .swiper-wrapper .hero-slide .hero-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.hero-section .inner .hero-container .swiper-wrapper .hero-slide .hero-box .left-image {
  flex-basis: 35%;
}
.hero-section .inner .hero-container .swiper-wrapper .hero-slide .hero-box .left-image img {
  width: 100%;
  height: calc(100vh - var(--header-height));
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .hero-section .inner .hero-container .swiper-wrapper .hero-slide .hero-box .left-image img {
    height: 30vh;
  }
}
@media (max-width: 768px) {
  .hero-section .inner .hero-container .swiper-wrapper .hero-slide .hero-box .left-image {
    flex-basis: 100%;
    width: 100%;
  }
}
.hero-section .inner .hero-container .swiper-wrapper .hero-slide .hero-box .middle-text {
  flex-basis: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  background-color: var(--brand-color-3);
}
.hero-section .inner .hero-container .swiper-wrapper .hero-slide .hero-box .middle-text .text-box .hero-heading-container .hero-heading-top {
  font-size: 13px;
  text-transform: uppercase;
}
.hero-section .inner .hero-container .swiper-wrapper .hero-slide .hero-box .middle-text .text-box .hero-heading-container .hero-heading {
  font-size: 35px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: capitalize;
  font-family: var(--font-belleza);
}
.hero-section .inner .hero-container .swiper-wrapper .hero-slide .hero-box .middle-text .text-box .hero-heading-container .hero-button {
  display: flex;
  margin-top: 20px;
  justify-content: center;
}
.hero-section .inner .hero-container .swiper-wrapper .hero-slide .hero-box .right-image {
  flex-basis: 35%;
}
.hero-section .inner .hero-container .swiper-wrapper .hero-slide .hero-box .right-image img {
  height: calc(100vh - var(--header-height));
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .hero-section .inner .hero-container .swiper-wrapper .hero-slide .hero-box .right-image img {
    height: 30vh;
  }
}
@media (max-width: 768px) {
  .hero-section .inner .hero-container .swiper-wrapper .hero-slide .hero-box .right-image {
    flex-basis: 100%;
    width: 100%;
  }
}

.best-selling {
  padding-bottom: 0 !important;
}
.best-selling .topics {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 30px;
}
.best-selling .topics > div {
  flex-basis: calc(25% - 9px);
}
@media (max-width: 768px) {
  .best-selling .topics > div {
    flex-basis: calc(50% - 6px);
  }
}
@media (max-width: 568px) {
  .best-selling .topics > div {
    flex-basis: 100%;
  }
}
.best-selling .topics > a {
  flex-basis: calc(25% - 9px);
}
@media (max-width: 768px) {
  .best-selling .topics > a {
    flex-basis: calc(50% - 6px);
  }
}
@media (max-width: 568px) {
  .best-selling .topics > a {
    flex-basis: 100%;
  }
}

.video-section {
  height: 400px;
  position: relative;
}
@media (max-width: 768px) {
  .video-section {
    height: 300px;
  }
}
.video-section .bg-video {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.video-section .bg-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-section .bg-shade {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.video-section .container {
  position: relative;
  z-index: 3;
  height: 100%;
}
.video-section .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 70%;
  margin: auto;
  height: 100%;
}
.video-section .inner .section-heading-container {
  text-align: center;
}
.video-section .inner .section-heading-container .section-heading {
  color: #fff;
}
.video-section .inner .section-heading-container .section-heading::after {
  left: 50%;
  transform: translateX(-50%);
}
.video-section .inner .section-heading-container .section-heading-top {
  color: #fff;
}
.video-section .inner .topics {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 0px !important;
}
.video-section .inner .topics p {
  color: #fff;
  display: none;
}
.video-section .inner .topics .section-button {
  display: flex;
  justify-content: center;
}

.landing-grid .inner {
  display: grid;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
}
.landing-grid .inner .box {
  position: relative;
  height: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 568px) {
  .landing-grid .inner .box {
    height: 300px;
  }
}
.landing-grid .inner .box video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.landing-grid .inner .box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.landing-grid .inner .box .shade {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.landing-grid .inner .box .box-text {
  position: relative;
  z-index: 3;
  padding: 0 30px;
  color: hsl(0, 0%, 100%);
}
.landing-grid .inner .box .box-text .box-top-heading {
  font-weight: 400;
  font-size: 13px;
}
.landing-grid .inner .box .box-text .box-heading {
  font-family: var(--font-belleza);
  font-weight: 400;
  font-size: 26px;
}
.landing-grid .inner .box .box-text .box-button {
  margin-top: 20px;
}
.landing-grid .inner .box1 {
  grid-column: 1/3;
  grid-row: 1/2;
}
@media (max-width: 568px) {
  .landing-grid .inner .box1 {
    grid-column: 1/2;
  }
}
.landing-grid .inner .box2 {
  grid-column: 3/4;
  grid-row: 1/2;
}
@media (max-width: 568px) {
  .landing-grid .inner .box2 {
    grid-column: 1/2;
  }
}
.landing-grid .inner .box3 {
  grid-column: 1/2;
  grid-row: 2/3;
}
@media (max-width: 568px) {
  .landing-grid .inner .box3 {
    grid-column: 1/2;
  }
}
.landing-grid .inner .box4 {
  grid-column: 2/4;
  grid-row: 2/3;
}
@media (max-width: 568px) {
  .landing-grid .inner .box4 {
    grid-column: 1/2;
  }
}

.filter {
  position: fixed;
  bottom: 120px;
  right: 30px;
  height: 50px;
  width: 50px;
  background-color: var(--brand-color-2);
  cursor: pointer;
  z-index: 10;
  display: none;
}
@media (max-width: 768px) {
  .filter {
    display: block;
  }
}
.filter .filter-icon {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ccc;
}

.filter-slider-outer {
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  background-color: #fff;
  box-shadow: 0 0 7px 2px #494343;
  width: 300px;
  transform: translateX(350px);
  transition: all 500ms ease;
  z-index: 15;
}
.filter-slider-outer .cross-filter-slider {
  top: 0px;
  position: absolute;
  left: -50px;
  height: 50px;
  width: 50px;
  font-size: 22px;
  background-color: var(--brand-color-2);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ccc;
}
.filter-slider-on {
  transform: translateX(0);
}

.bg-overlay-fixed {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -12;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  transition: all 100ms ease;
  opacity: 0;
}

.bg-overlay-on {
  z-index: 12;
  opacity: 1;
}/*# sourceMappingURL=styles.css.map */