.title-page h2 {
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #ffffff;
    padding-top: 10px;
}
.bread-crumb {
    padding: 6px 0 30px 0;
}
.bread-crumb a {
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}
a:hover{
    color: #95c066!important;
}
.bread-crumb strong {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}
.bread-crumb a i {
    padding: 0 10px;
}
.title-bestseller {
    font-size: 14px;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    margin: 0 0 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e7e7e7;
    padding-left: 40px;
    position: relative;
}
.title-bestseller:before {
    content: "";
    position: absolute;
    left: 0;
    width: 26px;
    height: 26px;
    background: url(https://cdn.shopify.com/s/files/1/0670/9369/2711/t/2/assets/icon-bestseller.svg) no-repeat;
    background-size: contain;
    top: -5px;
}
.breadcrumb_collection {
    padding-bottom: 30px;
    padding-top: 30px;
}
.title-product{
    font-size: 16px;
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
}
.title-product a{
    text-decoration: none;
    color: #111111;
}
.swiper {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid lightgrey;
}
.card-header:hover a > .product-card__img{
    transform: scale(1.1);
    transition: 1s all ease;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /*display: flex;*/
  justify-content: center;
  align-items: center;
}
#successModal {
    display: none;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 300px;
}
.swiper-pagination{
    position: unset!important
}
.price-product{
    text-align: center;
}
.price-old {
    font-size: 15px;
    font-weight: 700;
    color: #979797;
}
.price {
    font-size: 15px;
    font-weight: 700;
    color: #95c066;
}

.grid {
    display: grid;
}
.pagination{
    margin-top: 20px;
}
.category-products{
    padding-top: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 15px
}
.product{
    position: relative;
    overflow: hidden;
}
.badge-discount {
    position: absolute;
    top: 10px;
    right: -30px;
    background-color: #e12c43;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 5px 12px;
    transform: rotate(45deg);
    width: 110px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
}
.product-cost__old {
    --font-size: 12px;
    text-decoration: line-through;
    color: #adb5bd;
    margin-left: 5px;
    font-size: var(--font-size);
    font-weight: 700;
}
.badge-discount{
    z-index: 2;
}
.img-fluid{
    max-height: 300px;
}
.product-card .card-header{
    text-align: center;
}
.product-cost__currency {
    color: #95c167;
    font-weight: 700;
}
.engoj_find_img img{
    height: 300px;
    object-fit: contain;
    object-position: top;
}
@media (max-width: 1000px){
    .category-products {
          grid-template-columns: 1fr 1fr;
        }
    .title-page h2 {
        font-size: 15px;
    }
    .bread-crumb a {
        font-size: 14px;
    }
    .title-product a{
        font-size: 14px;
    }
    .bread-crumb strong{
        font-size: 14px;
    }
    .img-fluid{
        max-height: 200px;
    }

}
@media (max-width: 1300px){
    .category-products {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media (max-width: 700px){
    .category-products {
          grid-template-columns: 1fr 1fr;
        }
}





























