:root {
  --merah: #e00d0d;
  --onHover: #962525;
  --gelap: #222831;
}
.main-detail-produk {
  /* display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; */
  /* background-color: red; */
  padding-inline: 20rem;
}
.main-detail-produk .carousel-control-next-icon,
.main-detail-produk .carousel-control-prev-icon {
  background-color: var(--merah);
  border-radius: 5px;
}

/* 
---------------------
Price dan toko online
---------------------
*/
.price_detail_produk {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  gap: 20rem;
  padding-block: 1rem;
  /* background-color: #e00d0d; */
}
.detail_price-produk h3 {
  font-size: 2rem;
  font-weight: 700;
}
.detail_price-produk h4 {
  font-weight: 700;
}
.detail_produk_toko_Online {
  display: flex;
  gap: 2rem;
}
.detail_produk_toko_Online h3 {
  font-size: 2rem;
  font-weight: 700;
}
.detail_produk_toko_Online img {
  height: 4rem;
  width: auto;
}

/* 
------------------
spesifikasi produk
------------------
*/
.cont-des-detail {
  padding-block: 5rem;
  /* background-color: aqua; */
}
.new_filters_menu {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 10px;
}
.new_filters_menu li {
  cursor: pointer;
  padding: 5px 10px;
  background-color: #ddd;
  border-radius: 5px;
}
.new_filters_menu li.new_active {
  background-color: #333;
  color: #fff;
  font-weight: bold;
}
.new_grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60vw;
}
.new_all {
  width: 100%;
  padding: 2rem;
  box-sizing: border-box;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.cont_item_detail h3 {
  font-size: 1.5rem;
  font-weight: 700;
}
.cont_item {
  display: flex;
}
.item1 {
  flex-basis: 20%;
}
.item2 {
  flex-basis: 2%;
}

/* 
--------------
fitur produk
--------------
*/
.body_fitur {
  background-color: #f4f4f4;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 8rem;
  margin: 0;
  overflow: hidden;
}
.swiper-container {
  width: 80%;
  height: auto;
}
.swiper-slide {
  background-color: #fff;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 0 5px 5px rgba(53, 52, 52, 0.1);
}
.swiper-slide img {
  width: 100%;
  height: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.swiper-slide h2 {
  font-size: 1.5em;
  margin-block: 1rem;
}
.swiper-slide p {
  font-size: 1em;
}
/* 
--------------
test container
--------------
*/
.cart_fitur_produk {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: auto;
  /* overflow: hidden;
  border-radius: 0.5rem;
  box-shadow: 0 0 5px 5px rgba(53, 52, 52, 0.1); */
}
.cart_fitur_produk img {
  width: 100%;
  height: auto;
}
.des_fitur_produk {
  text-align: center;
  padding-inline: 1rem;
}
.des_fitur_produk h3 {
  margin-bottom: 0.1rem;
  /* background-color: #e00d0d; */
}
.des_fitur_produk p {
  /* background-color: aqua; */
  margin-top: 0.5rem;
}
@media (min-width: 1301px) and (max-width: 1400px) {
  .main-detail-produk {
    padding-inline: 0rem;
  }
  /* 
  ---------------------
  Price dan toko online
  ---------------------
  */
  .price_detail_produk {
    display: flex;
    justify-content: space-evenly;
    /* flex-direction: column; */
    width: 100%;
    gap: 1rem;
    margin-top: 2rem;
    padding-inline: 1rem;
  }
  .detail_price-produk h3 {
    font-size: 1.8rem;
    font-weight: 700;
  }
  .detail_price-produk h4 {
    font-weight: 700;
    font-size: 1.5rem;
  }
  .detail_produk_toko_Online {
    display: flex;
    gap: 1rem;
  }
  .detail_produk_toko_Online h3 {
    font-size: 1.8rem;
    font-weight: 700;
  }
  .detail_produk_toko_Online img {
    height: 3rem;
    width: auto;
  }
  /* 
  ------------------
  spesifikasi produk
  ------------------
  */
  .cont-des-detail {
    padding-block: 2rem;
    /* background-color: aqua; */
    padding-inline: 5rem;
  }
  .new_filters_menu {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
  }
  .new_filters_menu li {
    cursor: pointer;
    padding: 5px 10px;
    background-color: #ddd;
    border-radius: 5px;
  }
  .new_filters_menu li.new_active {
    background-color: #333;
    color: #fff;
    font-weight: bold;
  }
  .new_grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .cont_item {
    width: 100%;
  }
  .item1 {
    flex-basis: 45%;
  }
  .item2 {
    flex-basis: 2%;
  }
  /* 
  ------------------
  fitur produk
  ------------------
  */
  .swiper-container {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 1201px) and (max-width: 1300px) {
  .main-detail-produk {
    padding-inline: 0rem;
  }
  /* 
  ---------------------
  Price dan toko online
  ---------------------
  */
  .price_detail_produk {
    display: flex;
    justify-content: space-evenly;
    /* flex-direction: column; */
    width: 100%;
    gap: 1rem;
    margin-top: 2rem;
    padding-inline: 1rem;
  }
  .detail_price-produk h3 {
    font-size: 1.8rem;
    font-weight: 700;
  }
  .detail_price-produk h4 {
    font-weight: 700;
    font-size: 1.5rem;
  }
  .detail_produk_toko_Online {
    display: flex;
    gap: 1rem;
  }
  .detail_produk_toko_Online h3 {
    font-size: 1.8rem;
    font-weight: 700;
  }
  .detail_produk_toko_Online img {
    height: 3rem;
    width: auto;
  }
  /* 
  ------------------
  spesifikasi produk
  ------------------
  */
  .cont-des-detail {
    padding-block: 2rem;
    /* background-color: aqua; */
    padding-inline: 5rem;
  }
  .new_filters_menu {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
  }
  .new_filters_menu li {
    cursor: pointer;
    padding: 5px 10px;
    background-color: #ddd;
    border-radius: 5px;
  }
  .new_filters_menu li.new_active {
    background-color: #333;
    color: #fff;
    font-weight: bold;
  }
  .new_grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .cont_item {
    width: 100%;
  }
  .item1 {
    flex-basis: 45%;
  }
  .item2 {
    flex-basis: 2%;
  }
  /* 
  ------------------
  fitur produk
  ------------------
  */
  .swiper-container {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .main-detail-produk {
    padding-inline: 0rem;
  }
  /* 
  ---------------------
  Price dan toko online
  ---------------------
  */
  .price_detail_produk {
    display: flex;
    justify-content: space-evenly;
    /* flex-direction: column; */
    width: 100%;
    gap: 1rem;
    margin-top: 2rem;
    padding-inline: 1rem;
  }
  .detail_price-produk h3 {
    font-size: 1.8rem;
    font-weight: 700;
  }
  .detail_price-produk h4 {
    font-weight: 700;
    font-size: 1.5rem;
  }
  .detail_produk_toko_Online {
    display: flex;
    gap: 1rem;
  }
  .detail_produk_toko_Online h3 {
    font-size: 1.8rem;
    font-weight: 700;
  }
  .detail_produk_toko_Online img {
    height: 3rem;
    width: auto;
  }
  /* 
  ------------------
  spesifikasi produk
  ------------------
  */
  .cont-des-detail {
    padding-block: 2rem;
    /* background-color: aqua; */
    padding-inline: 5rem;
  }
  .new_filters_menu {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
  }
  .new_filters_menu li {
    cursor: pointer;
    padding: 5px 10px;
    background-color: #ddd;
    border-radius: 5px;
  }
  .new_filters_menu li.new_active {
    background-color: #333;
    color: #fff;
    font-weight: bold;
  }
  .new_grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .cont_item {
    width: 100%;
  }
  .item1 {
    flex-basis: 45%;
  }
  .item2 {
    flex-basis: 2%;
  }
  /* 
  ------------------
  fitur produk
  ------------------
  */
  .swiper-container {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-detail-produk {
    padding-inline: 0rem;
  }
  /* 
  ---------------------
  Price dan toko online
  ---------------------
  */
  .price_detail_produk {
    display: flex;
    justify-content: space-evenly;
    /* flex-direction: column; */
    width: 100%;
    gap: 1rem;
    margin-top: 2rem;
    padding-inline: 1rem;
  }
  .detail_price-produk h3 {
    font-size: 1.8rem;
    font-weight: 700;
  }
  .detail_price-produk h4 {
    font-weight: 700;
    font-size: 1.5rem;
  }
  .detail_produk_toko_Online {
    display: flex;
    gap: 1rem;
  }
  .detail_produk_toko_Online h3 {
    font-size: 1.8rem;
    font-weight: 700;
  }
  .detail_produk_toko_Online img {
    height: 3rem;
    width: auto;
  }
  /* 
  ------------------
  spesifikasi produk
  ------------------
  */
  .cont-des-detail {
    padding-block: 2rem;
    /* background-color: aqua; */
    padding-inline: 3rem;
  }
  .new_filters_menu {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
  }
  .new_filters_menu li {
    cursor: pointer;
    padding: 5px 10px;
    background-color: #ddd;
    border-radius: 5px;
  }
  .new_filters_menu li.new_active {
    background-color: #333;
    color: #fff;
    font-weight: bold;
  }
  .new_grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .new_all {
    padding-inline: 0.5rem;
  }
  .cont_item {
    width: 100%;
  }
  .item1 {
    flex-basis: 45%;
  }
  .item2 {
    flex-basis: 2%;
  }
  /* 
  ------------------
  fitur produk
  ------------------
  */
  .swiper-container {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .main-detail-produk {
    padding-inline: 0rem;
  }
  /* 
  ---------------------
  Price dan toko online
  ---------------------
  */
  .price_detail_produk {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    width: 100%;
    gap: 1rem;
    margin-top: 2rem;
    padding-inline: 1rem;
  }
  .detail_price-produk h3 {
    font-size: 1.5rem;
    font-weight: 700;
  }
  .detail_price-produk h4 {
    font-weight: 700;
    font-size: 1.2rem;
  }
  .detail_produk_toko_Online {
    display: flex;
    gap: 1rem;
  }
  .detail_produk_toko_Online h3 {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .detail_produk_toko_Online img {
    height: 3rem;
    width: auto;
  }
  /* 
  ------------------
  spesifikasi produk
  ------------------
  */
  .cont-des-detail {
    padding-block: 2rem;
    /* background-color: aqua; */
    padding-inline: 1rem;
  }
  .new_filters_menu {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
  }
  .new_filters_menu li {
    cursor: pointer;
    padding: 5px 10px;
    background-color: #ddd;
    border-radius: 5px;
  }
  .new_filters_menu li.new_active {
    background-color: #333;
    color: #fff;
    font-weight: bold;
  }
  .new_grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .new_all {
    padding-inline: 0.5rem;
  }
  .cont_item {
    width: 100%;
  }
  .item1 {
    flex-basis: 45%;
  }
  .item2 {
    flex-basis: 2%;
  }
  /* 
  ------------------
  fitur produk
  ------------------
  */
  .swiper-container {
    width: 25rem;
    height: auto;
  }
}
@media (min-width: 360px) and (max-width: 479px) {
  .main-detail-produk {
    padding-inline: 0rem;
  }
  /* 
---------------------
Price dan toko online
---------------------
*/
  .price_detail_produk {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    width: 100%;
    gap: 1rem;
    margin-top: 2rem;
    padding-inline: 1rem;
  }
  .detail_price-produk h3 {
    font-size: 1.5rem;
    font-weight: 700;
  }
  .detail_price-produk h4 {
    font-weight: 700;
    font-size: 1.2rem;
  }
  .detail_produk_toko_Online {
    display: flex;
    gap: 1rem;
  }
  .detail_produk_toko_Online h3 {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .detail_produk_toko_Online img {
    height: 3rem;
    width: auto;
  }
  /* 
------------------
spesifikasi produk
------------------
*/
  .cont-des-detail {
    padding-block: 2rem;
    /* background-color: aqua; */
    padding-inline: 1rem;
  }
  .new_filters_menu {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
  }
  .new_filters_menu li {
    cursor: pointer;
    padding: 5px 10px;
    background-color: #ddd;
    border-radius: 5px;
  }
  .new_filters_menu li.new_active {
    background-color: #333;
    color: #fff;
    font-weight: bold;
  }
  .new_grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .new_all {
    padding-inline: 0.5rem;
  }
  .cont_item {
    width: 100%;
  }
  .item1 {
    flex-basis: 45%;
  }
  .item2 {
    flex-basis: 2%;
  }
  /* 
------------------
fitur produk
------------------
*/
  .swiper-container {
    width: 30rem;
    height: auto;
  }
}
