/*-----------------------------------------------------------------------------------

    Theme Name: Jose Carlos Repirologo
    Theme URI: -
    Description: -
    Author: Joseph Flores
    Author URI: -
    Version: 1.0.0

    SASS Stylesheet

-----------------------------------------------------------------------------------*/
.entry {
  max-width: 750px;
  margin: 0 auto;
  text-wrap: pretty;
}
.entry h2 {
  margin-bottom: 12px;
}
.entry h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.entry p {
  margin-bottom: 12px;
}
.entry img.aligncenter {
  display: block;
  margin: 16px auto;
}
.entry ul {
  list-style: disc;
  margin-left: 2rem;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{
	color: #F94B68
}

@media (max-width: 768px) {
	.swiper-arrow-left-1 {
		left: -1rem !important;
	}
}
@media (max-width: 768px) {
	.swiper-arrow-right-1 {
		right: -1rem !important;
	}
}


@media (max-width: 768px) {
	.swiper-arrow-left-2 {
		left: 1rem !important;
	}
}
@media (max-width: 768px) {
	.swiper-arrow-right-2 {
		right: 1rem !important;
	}
}