.cps-product-card {
  aspect-ratio: 1 / 1;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.5);
  padding: 10px;
 border-radius:20px;
}
.swiper-slide.cps-slide {
  display: flex;
  gap: 20px;
}

span.woocommerce-Price-amount.amount {
  font-size: 20px;
}

.cps-product-card {
  width: calc(50% - 10px);
}

nav.woocommerce-pagination {
  padding-bottom: 20px;
  margin-left: 200px;
  margin-right: 200px;
}

footer h2.elementor-heading-title a {
  color: white;
}
/* img size grid */
img.woo-entry-image-main {
    height: calc((90vw - 40px) / 5) !important;
    width: calc((90vw - 40px) / 5);
    object-fit: cover;
}
/* slider */

img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    height: calc(calc(((90vw - 80px) / 3) * 2) / 3);
    width: calc(calc(((90vw - 80px) / 3) * 2) / 3);
}

ul.woo-entry-inner.clr {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: fit-content;
  padding-bottom: 5px;
}

.cps-product-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.swiper-slide.cps-slide {
  display: flex;
  gap: 20px;
  flex-direction: row;
  justify-content: space-between;
}

/* slide product */
.cps-product-card {
  width: calc(33% - 10px);
  height: fit-content;
}

h3.cps-product-title {
  /* height: 100px; */
}

.product-inner.clr {
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius:15px;
}
/* for product below */
.elementor img.woo-entry-image-main {
    border-radius: 5px;
}

.elementor img.woo-entry-image-secondary {
    border-radius: 5px;
}

/* for slide  */
img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    border-radius: 15px;
}

.woocommerce ul.products li.product .woo-entry-inner li {
  line-height: 1;
}

.woocommerce ul.products li.product .woo-entry-inner li {
  margin-bottom: 0px !important;
  line-height: 1;
}

.woocommerce ul.products li.product li.title h2,
.woocommerce ul.products li.product li.title a {
  margin-bottom: 0px !important;
}

a.button {
  float: none;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0);
  color: #F28846;
  padding: 5px 14px;
  border: 2px solid #F28846;
  font-size: 12px;
  line-height: 1.5;
font-weight: 300 !important;
  text-transform: none;
  display: block;
  border-color: #F28846 !important;
  border-radius: 40px !important;
}

h3.cps-product-title {
  /* height: 100px; */
  font-size: 1.5rem;
  margin-bottom: 0px !important;
}

h3.cps-product-title {
  text-align: center;
}

.cps-product-price {
  text-align: center;
}
.cps-product-info {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.swiper-button-next {
  background-color: #ffffff;
  border-radius: 4%;
  border: 3px double #c5c1c1;
  opacity: 1 !important;
}

.swiper-button-prev {
  opacity: 1 !important;
  background-color: #ffffff;
  border: 3px double #c5c1c1;
  border-radius: 4%;
}

a.button {
  border-color: #dcdbdb;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35 !important;
}

bdi {
  font-size: 18px !important;
}

.cps-product-price {
  font-size: 16px !important;
}

ul.woo-entry-inner.clr {
  padding-bottom: 0px;
}

a.button.product_type_variable.add_to_cart_button {
  border: 4px double rgb(156, 156, 156) !important;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  border: 4px double rgb(156, 156, 156) !important;
}


.elementor-element.elementor-element-bcceec2.e-con-full.e-flex.wpr-particle-no.wpr-jarallax-no.wpr-parallax-no.wpr-sticky-section-no.e-con.e-child {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px 0px;
}

.elementor-element.elementor-element-3c160c1.e-con-full.e-flex.wpr-particle-no.wpr-jarallax-no.wpr-parallax-no.wpr-sticky-section-no.e-con.e-child {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px 0px;
}

.elementor-element.elementor-element-494f4cd.e-con-full.e-flex.wpr-particle-no.wpr-jarallax-no.wpr-parallax-no.wpr-sticky-section-no.e-con.e-child {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px 0px;
}


img.attachment-large.size-large.wp-image-11585 {
    border-radius: 15px;
}

img.attachment-large.size-large.wp-image-11589 {
    border-radius: 15px;
}

img.attachment-large.size-large.wp-image-11582 {
    border-radius: 15px;
}


























/* phones devices */
@media (max-width: 767px) {
  img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
   height: calc((100vw - 80px) / 2);
        width: calc((100vw - 80px) / 2);
       
        min-width: calc((100vw - 100px) / 2);
        min-height: calc((100vw - 100px) / 2);
      
  }
  .cps-product-price {
    height: 8rem;
}

  img.woo-entry-image-main {
    height: calc((100vw - 20px) / 2) !important;
    width: calc((100vw - 20px) / 2);
    object-fit: cover;
  }

  .image-wrap {
    position: relative;
  }

  .onsale {
    top: 0 !important;
    left: 0 !important;
    position: absolute !important;
    z-index: 10;
    margin: 5px;
    font-size: 12px;
  }

  .woocommerce li.has-product-nav span.onsale {
    top: 0rem !important;
  }

  /* product slide */
  .cps-product-card {
    width: calc(50% - 10px);
    height: fit-content;
  }

  /* product below */
  ul.woo-entry-inner.clr {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: fit-content;
    padding-bottom: 5px;
    
  }
  

h3.cps-product-title a{
    text-align: center;
    flex-direction: column;
    height: 60px;
    display:flex;
}
}












/* tablet devices */

/* 100vw - 60px = 840px
Each image = 840 / 3 = 280px × 280px
You get 3 square images per row, each 280px wide */

@media (min-width: 768px) and (max-width: 1200px) {
  img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    height: calc((90vw - 60px) / 4 - 60px);
    width: calc((90vw - 60px) / 4 - 60px);
   
     
  }

  img.woo-entry-image-main {
    height: calc((100vw - 200px) / 3);
    width: calc((100vw - 20px) / 3);
    object-fit: cover;
  }
  /* product slide*/
  .cps-product-card {
    width: calc(50% - 10px);
    height: 29vh;
  }

  /* product below */
  ul.woo-entry-inner.clr {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 40vh;
    padding-bottom: 5px;
  }


h3.cps-product-title a{
    text-align: center;
    flex-direction: column;
    height: 60px;
    display:flex;
}
    
.elementor-element.elementor-element-df454ef.e-con-full.e-flex.wpr-particle-no.wpr-jarallax-no.wpr-parallax-no.wpr-sticky-section-no.e-con.e-parent.e-lazyloaded {
    padding-bottom: 10px;
}  
 
}