
/*..✫*¨*.¸¸.✶*⋆¨*.⋆'¨⋆✶*/
/*       carousel       */
/*.*⋆¨*.⋆'.✫*¨*.¸¸.✶¨⋆✶*/

.jepg-carousel {
  max-width: 100%;
  position: relative;
  margin: auto;
}

.jepg-arrows_arrow {
  background-color: #0000001c;
  border-radius: 100px;
  position: absolute;
  background-size: contain;
  top: 40%;
  height: 60px;
  width: 60px;
  margin: auto 1%;
}

.jepg-arrows_prev {
  background-image: url('https://composer.irobot.com/optimize/assets/prev.svg');
}

.jepg-arrows_next {
  background-image: url('https://composer.irobot.com/optimize/assets/next.svg');
  right: 0;
}

.jepg-arrows_arrow:hover {
  cursor: pointer;
}

.jepg-dots {
  position: absolute;
  margin: auto;
  padding: 20px 0px;
  bottom: 1%;
  left: 0;
  right: 0;
}

.jepg-dots_dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 8px;
  background: #bdbdbd;
  border: 1px solid #bec5cd;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.jepg-dots_active, .jepg-dots_dot:hover {
  background-color: #ffffffd1;
  border: 1px solid #bec5cd;
}

@media (max-width: 1025px) {
  .jepg-arrows_arrow {
    background-color: #ffffff00;
    top: auto;
  }

  .jepg-arrows_prev {
    background-image: url('https://composer.irobot.com/optimize/assets/prev-mobile.svg');
  }

  .jepg-arrows_next {
    background-image: url('https://composer.irobot.com/optimize/assets/next-mobile.svg');
    right: 0;
  }

  .jepg-dots {
    bottom: auto;
    width: 150px;
  }
}

/* ..✫*¨*.¸¸.✶*⋆¨*.⋆'¨⋆✶*/
/* category page desktop */
/* .*⋆¨*.⋆'.✫*¨*.¸¸.✶¨⋆✶*/

.jepg-category_page {
  font-family: "Lucida Grande";
  min-width: 1100px;
  margin: auto;
}

.jepg-category_page > h1 {
  color: #393F45;
  font-size: 35px;
  margin: 0 50px 50px;
  font-weight: 300;
}

/* category card */

.category-card_jepg {
  background: #F3F4F6;
  margin: 0 0 50px;
  width: 550px;
}

.category-card-header_jepg {
  background-image: url('https://composer.irobot.com/optimize/assets/wood.svg');
  background-size: cover;
}

.category-card-header_jepg > h2{
  margin: 0;
  color: #ffffff;
  background: #00000020;
  font-weight: 400;
  font-size: 26px;
  padding: 20px 95px 20px;
  text-align: right;
}

.category-card-description_jepg {
  background: #E7E9EC;
  padding: 14px 35px 14px 35px;
  margin: 0;
  color: #393F45;
  float: right;
  width: -webkit-fill-available;
}

.category-card-description_jepg > p {
  color: #393F45;
  line-height: 22px;
  font-size: 14px;
  width: 60%;
  margin: 0 0 0 auto;
}

/* category products */

.products_jepg {
  display: flex;
  flex-direction: column;
  padding: 10px 30px;
}

/* product 1 */

.product-1-image_jepg {
  height: 190px;
  margin-top: -170px;
  margin-left: -10px;
  position: absolute;
}

.product-1_jepg {
  display: flex;
  justify-content: space-between;
}

.product-1-details_jepg {
  width: 230px;
  height: 110px;
  margin-top: 10px;
}

.product-1-details_jepg > h3 {
  font-size: 21px;
  font-weight: 300;
  color: #393F45;
  margin: 23px 0px 0px;
}

.product-1-details_jepg > p {
  line-height: 22px;
  font-size: 14px;
  font-weight: 300;
  color: #4d5e6e;
  margin: 10px 0 13px;
  height: 50px;
  padding: 0 10px 0 0;
}

.product-1-price_jepg {
  width: 160px;
  text-align: right;
  height: 110px;
  margin-top: 10px;
}

.product-1-price_jepg > p {
  font-size: 18px;
  font-weight: 300;
  color: #393F45;
  text-align: right;
  margin: 21px 0px 0px;
}

/* product 2 */

.product-2_jepg {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.product-2-image-and-details_jepg {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.product-2-image_jepg {
  height: 120px;
  margin: 0 12px 0 -30px;
}

.product-2-details_jepg {
  width: 200px;
  height: 110px;
}

.product-2-details_jepg > h3 {
  font-size: 21px;
  font-weight: 300;
  color: #393F45;
  margin: 23px 0px 0px;
}

.product-2-details_jepg > p {
  line-height: 22px;
  font-size: 14px;
  font-weight: 300;
  color: #4d5e6e;
  margin: 10px 0 13px;
  height: 50px;
  padding: 0 10px 0 0;
}

.product-2-price_jepg {
  width: 160px;
  text-align: right;
  height: 110px;
}

.product-2-price_jepg > p {
  font-size: 18px;
  font-weight: 300;
  color: #393F45;
  text-align: right;
  margin: 21px 0px 0px;
}

/* product's button */

.product-button_jepg {
  text-decoration: none;
}

.product-button_jepg > div {
  background: #64A70B;
  color: #ffffff;
  width: 130px;
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
  margin: 16px 0 0 auto;
}

.product-button_jepg > div:hover {
  background: #4e8828;
  cursor: pointer;
  transition: 0.3s;
}

/* divider */

.divider-jepg {
  width: -webkit-fill-available;
  background: #BEC5CD;
  height: 1px;
  margin: 15px 0 20px 0;
}

/* footer */

.category-footer_jepg {
  background: #E7E9EC;
  padding: 13px;
  text-align: center;
  margin: 5px 0;
}

.category-footer_jepg > a {
  color: #555a5f;
  font-size: 13px;
}





/* ..✫*¨*.¸¸.✶*⋆¨*.⋆'¨⋆✶*/
/* category page mobile */
/* .*⋆¨*.⋆'.✫*¨*.¸¸.✶¨⋆✶*/


.category-page_jepg_m {
  font-family: "Lucida Grande";
  margin: 10px;
}

.category-header_jepg_m {
  color: #393F45;
  font-size: 22px;
  margin: 0 0 30px;
  font-weight: 300;
  text-align: center;
}

/* category */

.category-section_jepg_m {
  background: #F3F4F6;
  margin: 0 auto 30px;
  display: flex;
  flex-direction: column;
  padding: 0;
  width: auto;
}

.category-description_jepg_m {
  background: #E7E9EC;
  padding: 20px;
  text-align: center;
  margin: 0;
  color: #5f6469;
  line-height: 26px;
  font-size: 16px;
}

/* category products */

.category-card-header_jepg_m {
  background-image: url('https://composer.irobot.com/optimize/assets/wood.svg');
  background-size: cover;
  text-align: center;
}

.category-card-header_jepg_m > h2 {
  margin: 0;
  color: #ffffff;
  background: #00000020;
  padding: 20px 0;
  font-weight: 400;
  font-size: 26px;
}

/* products */

.category-products_jepg_m {
  display: flex;
  justify-content: space-between;
  padding: 23px 0;
}

/* product */

.product-image_jepg_m {
  text-align: center;
  height: 130px;
  width: 130px;
  position: relative;
}

.product-image-short_jepg_m {
  height: 100px;
}

.product-image_jepg_m > img {
  width: 130px;
  position: absolute;
  bottom: 2px;
  left: 0;
  height: auto;
}

.category-product_jepg_m {
  width: 140px;
  margin: 0 auto 5px auto;
}

/* product details */

.product-details_jepg_m > h3 {
  font-size: 19px;
  font-weight: 300;
  color: #393F45;
  margin: 15px 0px 5px;
}

.product-details_jepg_m > h4 {
  font-size: 15px;
  font-weight: 300;
  color: #4d5e6e;
  margin: 3px 0 20px;
  line-height: 22px;
  height: unset;
}

.product-description-with-height_jepg_m {
  height: 60px !important;
}

.product-details_jepg_m > p {
  font-size: 18px;
  margin: 0 0 10px;
  color: #393F45;
}

/* button */

.product-button_jepg_m {
  text-decoration: none;
}

.product-button_jepg_m > div {
  background: #64A70B;
  color: #ffffff;
  width: 100%;
  margin: 20px auto 0;
  text-align: center;
  padding: 10px 0;
  font-size: 16px;
}

.product-button_jepg_m > div:hover {
  background: #4e8828;
  cursor: pointer;
  transition: 0.3s;
}

/* divider */

.product-divider_jepg_m {
  width: 1px;
  background: #d0d4d9;
  margin: 0 5px;
}

/* footer */

.category-footer_jepg_m {
  background: #E7E9EC;
  padding: 20px;
  text-align: center;
  font-size: 14px;
}

.category-footer_jepg_m > a {
  color: #555a5f;
}

/* asterisk */

.asterisk {
  font-size: 13.3px;
  color: #4c5e6d;
  margin: 0 0 40px;
}
