/** Shopify CDN: Minification failed

Line 238:62 Unexpected ","
Line 243:62 Unexpected ","
Line 248:62 Unexpected ","

**/
/* Product List */

.product-list {
  margin-bottom: 94px;
}

.product-list-slider__item {
  overflow: scroll;
}
.slick-arrow {
  background: #EC6263;
  color: #fff;
}
.slick-arrow i {
  width: 46px;
  font-size: 25px;
}

.product-list-slider__item ul {
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: nowrap;
  overflow: scroll;
  margin-left: -10px;
  margin-bottom: 30px;
  touch-action: unset;
}

.product-list-slider__item ul li {
  min-width: 220px;
  max-width: 220px;
  padding-top: 5px;
  margin-right: 10px;
}

.product-list-slider__item .slick-slide {
  width: auto;
  padding-left: 10px;
  box-sizing: content-box;
}

.slick-dots {
  display: flex;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  justify-content: center !important;
  margin: 0 auto !important;
}

.slick-dots li {
  min-width: 13px !important;
  max-width: 13px !important;
  margin: 0 6px !important;
}

.slick-dots li button {
  width: 13px;
  height: 3px;
  background: #D3D3D3;
  border-radius: 32px;
  font-size: 0;
  border: none;
}

.slick-dots li.slick-active button {
  background: #FE3E3E;
}

.product-list-slider__item .product-list__item {
  width: auto;
  margin: 0;
}

.product-list-slider__item .product-list__item a {
  outline: none;
}

.product-list h2 {
  display: none;
}

.product-list__title {
  margin-bottom: 50px;
  text-align: center;
}

.product-list__title h3 {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 'Montserrat';
  font-weight: 900;
  font-size: 30px;
  line-height: 37px;
  color: #FE3E3E;
  margin-bottom: 8px;
}

.product-list__title p {
  font-family: "Montserrat";
  font-size: 16px;
  line-height: 20px;
  color: #000;
  max-width: 270px;
  margin: 0 auto;
}

.product-list__item {
  position: relative;
  width: 180px;
  padding-bottom: 0px;
  margin: 0 0 0 20px;
  background: #ffffff;
  border: 1px solid #CDCDCD;
  border-radius: 5px;
}

.product-list__item .flag {
  position: absolute;
  top: -5px;
  left: 5px;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 18px;
  font-weight: 900;
  color: #fff;
  padding: 5px 14px;
  background: #FE3E3E;
}
.product-list__item .flag:after {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 1px;
  right: -2px;
  background: #B64646;
  transform: rotate(45deg);
  z-index: -1;
}
.product-card {
  position: relative;
	background: #ffffff;
	border: 1px solid #CDCDCD;
	border-radius: 5px;
  text-align: center;
  transition: all 0.3s ease;
}

@media (max-width: 1023px) {
  .product-card {
    padding: 0 0 20px 0;
    margin-bottom: 50px;
  }
  .product-card:after {
    opacity: 1!important;
    visibility: visible!important;
    width: calc(100% + 2px) !important;
    max-width: 102% !important;
    margin-left: -1px;
    margin-top: 10px !important;
    border-radius: 0 0 5px 5px !important;
  }
  .see-all-button {
    color: #ec6263 !important;
	  background: #fff !important;
    padding: 14px 14px 13px !important;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px !important;
    line-height: 18px !important;
  }
}

.product-card:hover .product-card__title {
  border: none !important;
}
.product-card__image-with-placeholder-wrapper {
  padding: 20px;
  height: 250px;
}
.product-card__image-with-placeholder-wrapper img {
  max-height: 200px !important;
	object-fit: contain;
}
.product-card__image-with-placeholder-wrapper .grid-view-item__image-wrapper {
  max-width: 100% !important;
  margin: 0;
}

.product-card__image-with-placeholder-wrapper .grid-view-item__image-wrapper img {
  max-width: 100% !important;
  max-height: 100% !important;
  width: 100%;
  height: 100%;
}

.product-card a:after {
  content: 'Buy';
  position: absolute;
  display: block;
  width: calc(100% + 2px);
	max-width: calc(100% + 2px);
	padding: 16px 10px 10px;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.53px;
	background: #5CDCA6;
	color: #fff;
	margin-top: -5px;
  border-radius: 0 0 5px 5px;
	line-height: 32px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  bottom: -50px;
  left: -1px;
}

html[lang="pt-PT"] button.shopify-payment-button__button::before,
html[lang="pt-PT"] .product-card a:after {
  content: "Comprar";
}

html[lang="fr"] button.shopify-payment-button__button::before,,
html[lang="fr"] .product-card a:after {
  content: "Acheter";
}

html[lang="es"] button.shopify-payment-button__button::before,,
html[lang="es"] .product-card a:after {
  content: "Comprar";
}

html[lang="it"] button.shopify-payment-button__button::before,,
html[lang="it"] .product-card a:after {
  content: "Acquistare";
}

@media (max-width: 1023px) {
  .product-card a:after {
    opacity: 1;
    visibility: visible;
  }
}

.product-card:hover {
  transform: scale(1.03);
	transition: all 0.3s ease;
}
.product-card:hover a:after {
  opacity: 1;
  visibility: visible;
}
.product-card .loox-rating {
  display: none;
}
.product-card__title {
  text-align: center;
  height: 50px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.4px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
@media (min-width: 1024px) {
  .product-list__item .flag {
    font-size: 18px;
    line-height: 21px;
  }
  .product-card__title {
    height: 50px;
    font-size: 17px;
    line-height: 23px;
    letter-spacing: 0.4px;
  }
}

.product-list__item .product-image {
  margin-top: 20px;
  margin-bottom: 25px;
}

.product-list__item .product-image .principal {
  max-width: 115px;
  max-height: 115px;
  margin: 0 auto;
  padding-top: 5px;
}

.product-list__item .product-image .principal img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-list__item .product-image .hover {
  display: none;
  width: 100%;
  max-height: 115px;
}

.product-list__item .product-image .hover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
}

.product-list .product-name {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  margin-bottom: 13px;
}

.product-list .product-name h4 {
  text-align: center;
  height: 50px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.4px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.product-list .price {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  /* height: 50px; */
}

.product-list .price .old-price {
  font-size: 9px;
  line-height: 9px;
  font-weight: normal;
  color: #666666;
}
.product-card .price .price__regular .price-item--regular {
  text-decoration: none;
}
.product-card .price .price__regular {
  position: relative;
}
.product-card .price .price__regular .price-item {
  position: relative;
  color: #949494;
  font-weight: bold;
  font-size: 12px;
  margin-right: 5px;
}
.product-card .price .price__regular:before {
  content: '';
  display: block;
  position: absolute;
  top:50%;
  left: 0;
  right: 0;
  transform: translateY(-50%) rotate(10deg);
  width: 80%;
  height: 1px;
  background: #555;
}

.product-list .price .price-item {
  font-size: 16px;
  line-height: 23px;
  font-weight: bold;
  color: #f05a5a;
}

.product-list .price .installment {
  display: none;
  font-size: 12px;
  line-height: 17px;
  color: #3d3d3d;
}

.product-list .buy-button-normal a:not(:nth-child(1)) {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 16px 10px 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 17.7778px;
  line-height: 22px;
  font-weight: bold;
  letter-spacing: 0.53px;
  background: #5CDCA6;
  color: #fff;
  margin-top: 16px;
}

.product-list .button-default {
  font-weight: bold;
  font-size: 20px;
  line-height: 45px;
  background-color: #FE3E3E;
  color: #fff;
  border-radius: 0;
}

@media (min-width: 1024px) {
  .product-list.compre-tambem {
    margin-bottom: 40px;
  }
  .product-list {
    margin-bottom: 90px;
  }
  .product-list__title {
    margin-bottom: 71px;
  }
  .product-list__title h3 {
    font-size: 40px;
    line-height: 49px;
    color: #2D2D2D;
  }
  .product-list__title p {
    max-width: unset;
  }

  .product-list-slider__item {
    margin-bottom: 0;
  }
  .product-list-slider__item,
  .product-list-slider__item ul {
    overflow: visible;
  }
  .product-list-slider__item ul li {
    min-width: 230px;
    max-width: 288px;
  }
  .product-list .product-list__title h3 {
    font-size: 32px;
    line-height: 45px;
  }
  .product-list .product-list__title p {
    font-size: 20px;
    line-height: 26px;
  }
  .product-list-slider__item .slick-slide {
    padding-top: 9px;
  }
  .product-list-slider__item .slick-slide .product-list__item {
    width: 283px;
    max-width: 100%;
    padding: 0;
  }
  .product-list__item {
    width: 283px;
    max-width: 100%;
    padding: 0 0 16px;
  }
  .product-list__item:hover {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    transform: scale(1.03);
    transition: all 0.3s ease;
  }
  .product-list__item:hover .principal {
    display: none;
  }
  .product-list__item:hover .hover {
    display: block;
  }
  .product-list__item .product-image {
    height: 205px;
  }
  .product-list__item .product-image .principal {
    max-width: 205px;
    max-height: 205px;
  }
  .product-list__item .product-image .hover {
    max-height: 100%;
  }
  .product-list .product-name h4 {
    height: 50px;
    font-size: 17px;
    line-height: 23px;
    letter-spacing: 0.4px;
  }
  .product-list .price {
    /* height: 60px; */
    padding-bottom: 10px;
  }
  .product-list .price .price-item {
    font-size: 24px;
    line-height: 32px;
  }
  .product-list .buy-button-normal a:not(:nth-child(1)) {
    opacity: 0;
    float: left;
    margin-top: -5px;
    border-radius: 5px;
    line-height: 32px;
  }
  .product-list__item:hover {
    background: #F3F3F3;
    box-shadow: none;
  }

  .product-list__item:hover a:not(:nth-child(1)) {
    opacity: 1;
  }
}
