:root {
  --dark-beige: #DAD1C8;
  --dark-bg:#121212;
  --dark-blue:#26292E;
  --dark-maroon:#4b0005;
  --light-maroon:rgb(95, 15, 22);
  --light-blue:rgba(181, 216, 218, .3);
  --light-beige:rgba(218, 209, 200,.3);
  font-family: "Plus Jakarta Sans", sans-serif !important;

}
.hero {
  min-height: 100vh;
  padding: 2rem 0;
  background-color: #fff;
}
/* Avatar Group */
.avatar-group {
  display: inline-flex;
}
.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-right: -15px;
  object-fit: cover;
}
.calro_hero_main_image {
  position: relative;
}

.calro_hero_main_image img {
  width: 100%;
}
.product_tag {
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  width: max-content;
  padding: 10px 10px;
  border-radius: 10px;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.product_tag .product_name {
  display: flex;
  align-items: first baseline;
  gap: 10px;
}
.product_tag .product_name .product_name_heading {
  font-size: 20px;
}
.first_product_tag {
  top: 60%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -60%);
}
.second_product_tag {
  top: 80%;
  left: 30%;
  position: absolute;
  transform: translate(-30%, -80%);
}
.third_product_tag {
  top: 73%;
  left: 70%;
  position: absolute;
  transform: translate(-70%, -73%);
}
.custom_product_icon_button_dimensions{
    width: 35px;
    height: 35px;
    text-align: center !important;
    vertical-align: middle !important;
    margin: 0 !important;
    padding: 0 !important;

}
.custom_product_icon_button_dimensions i{
    font-size: 23px;
    vertical-align: middle !important;
    text-align: center !important;
    margin: 0 !important;
    padding: 0 !important;
}
.products_container {
    display: flex;
    gap: 10px;
    margin-bottom: 4rem;
}

.horizontal_product_image img{
  width: 100%;
}
.product_image {
    width: 100%;
    max-width: 430px;
}
.product_image img {
    width: 100%;
}
.product_details_wrapper{
  padding:  20px 0;
}
.product_details_wrapper h1{
  font-size: 25px;
  line-height: 30px;
}
.product_details_wrapper p span{
  font-size: 15px;
  line-height: 20px;
  color: #595959;
}
.product_price{
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
}
.horizontal_product_wrapper{
  background-color: #f0f0f0;
}

.bar ul.slick-dots {
  display: flex;
  bottom: -20px !important;
  width: 85%;
  left: 50%;
  transform: translateX(-50%);
}

.bar li.slick-active {
  background: #121212;
  border-radius: 8px;
}

.bar li {
  background: #999894;
  flex-grow: 1;
  flex-shrink: 0;
  margin: 0 !important;
  height: 4px !important;
}
.first_slide, .last_slide{
  text-decoration: none;
  position: absolute;
  top: -10px;
  text-decoration: none !important;
  color: black !important;
}

.first_slide{
  text-decoration: none;
  position: absolute;
 left: -30px;
}

.last_slide{
  text-decoration: none;
  position: absolute;
  right: -30px;
}
.bar{
  margin-top: 100px;
  margin-bottom: 100px !important;
}
.bar .details h2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #121212;
}
.bar .details h3{
  font-size:18px ;
  line-height: 25px;
  font-weight:600 ;
  color: #595959
} 
@media screen and (min-width : 1000px) and (max-width : 1399px) {
  .bar .details h1 {
    font-size: 45px;
    line-height: 90px;
  }
  .bar .details h3{
    font-size:35px ;
    line-height: 70px;
  } 

}
@media screen and (min-width : 750px) and (max-width : 1000px) {
  .bar .details h1 {
    font-size: 35px;
  }
  .bar .details h3{
    font-size:25px ;
  } 

}



@media screen and (min-width : 0px) and (max-width : 350px) {
  .product_tag .product_name i{
    font-size: 12px;
  }
  .product_tag .product_name .product_name_heading {
    font-size: 13px;
  }
  .product_tag .product_name .product_name_heading  + p{
    font-size: 8px;
  }
  .first_product_tag {
    top: 30%;
    left: 40%;
    position: absolute;
    transform: translate(-70%, -30%);
  }
  .second_product_tag {
    top: 90%;
    left: 30%;
    position: absolute;
    transform: translate(-30%, -90%);
  }
  .third_product_tag {
    top: 65%;
    left: 80%;
    position: absolute;
    transform: translate(-65%, -80%);
  }
}
@media screen and (min-width : 350px) and (max-width : 440px) {
  .product_tag .product_name i{
    font-size: 12px;
  }
  .product_tag .product_name .product_name_heading {
    font-size: 13px;
  }
  .product_tag .product_name .product_name_heading  + p{
    font-size: 8px;
  }
  .first_product_tag {
    top: 40%;
    left: 40%;
    position: absolute;
    transform: translate(-70%, -40%);
  }
  .second_product_tag {
    top: 90%;
    left: 30%;
    position: absolute;
    transform: translate(-30%, -90%);
  }
  .third_product_tag {
    top: 68%;
    left: 80%;
    position: absolute;
    transform: translate(-68%, -80%);
  }
}
@media screen and (min-width : 440px) and (max-width : 650px) {
  .product_tag .product_name i{
    font-size: 13px;
  }
  .product_tag .product_name .product_name_heading {
    font-size: 15px;
  }
  .product_tag .product_name .product_name_heading  + p{
    font-size: 10px;
  }
  .first_product_tag {
    top: 40%;
    left: 40%;
    position: absolute;
    transform: translate(-70%, -40%);
  }
  .second_product_tag {
    top: 90%;
    left: 30%;
    position: absolute;
    transform: translate(-30%, -90%);
  }
  .third_product_tag {
    top: 60%;
    left: 80%;
    position: absolute;
    transform: translate(-60%, -80%);
  }
}
@media screen and (min-width : 650px) and (max-width : 900px) {
  .first_product_tag {
    top: 55%;
    left: 40%;
    position: absolute;
    transform: translate(-70%, -55%);
  }
  .second_product_tag {
    top: 90%;
    left: 30%;
    position: absolute;
    transform: translate(-30%, -90%);
  }
  .third_product_tag {
    top: 73%;
    left: 80%;
    position: absolute;
    transform: translate(-70%, -80%);
  }
}
@media screen and (min-width : 900px) {
  .first_product_tag {
    top: 65%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -65%);
  }
  .second_product_tag {
    top: 96%;
    left: 30%;
    position: absolute;
    transform: translate(-30%, -96%);
  }
  .third_product_tag {
    top: 80%;
    left: 80%;
    position: absolute;
    transform: translate(-70%, -80%);
  }
}
@media screen and (min-width : 1400px) and (max-width : 1759px) {
  .first_product_tag {
    top: 20%;
    left: 50%;
    position: absolute;
    transform: translate(-20%, -40%);
  }
  .second_product_tag {
    top: 80%;
    left: 30%;
    position: absolute;
    transform: translate(-30%, -80%);
  }
  .third_product_tag {
    top: 60%;
    left: 80%;
    position: absolute;
    transform: translate(-70%, -60%);
  }

}
