#swiper_products .swiper_products {
  margin: 40px 40px 0px 40px;
  padding-bottom: 40px; }
  #swiper_products .swiper_products .product {
    text-align: center; }
    #swiper_products .swiper_products .product .product_image {
      height: 255px; }
      #swiper_products .swiper_products .product .product_image a {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
        #swiper_products .swiper_products .product .product_image a img {
          width: 100%; }
    #swiper_products .swiper_products .product .product_slogan {
      font-size: 13px;
      text-align: center;
      color: #d2b4a1;
      min-height: 35px;
      padding: 8px 16px;
      margin: 10px 0; }
      #swiper_products .swiper_products .product .product_slogan span {
        display: -webkit-box;
        display: block\0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        max-height: 19px; }
    #swiper_products .swiper_products .product .product_title {
      height: 46px;
      padding: 5px 0;
      overflow: hidden; }
      #swiper_products .swiper_products .product .product_title a {
        color: #565656;
        line-height: 20px;
        text-decoration: none;
        display: -webkit-box;
        display: block\0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
    #swiper_products .swiper_products .product .product_sold {
      color: #A3A3A3;
      font-size: 14px; }
    #swiper_products .swiper_products .product .product_price {
      color: #d2b4a1;
      font-size: 16px;
      margin-bottom: 10px; }
    #swiper_products .swiper_products .product .btn-cart {
      background: #D2B4A1;
      border-color: #D2B4A1;
      border-radius: 5px;
      color: #ffffff;
      transition: all ease-in-out .15s;
      text-align: center; }
      #swiper_products .swiper_products .product .btn-cart:hover {
        background: #899292;
        border-color: #899292; }

#swiper_products .swiper-button-prev {
  left: 0; }

#swiper_products .swiper-button-next {
  right: 0; }

@media (max-width: 1200px) {
  #swiper_products .swiper_products .product .product_image a {
    height: 210px; } }

@media (max-width: 767px) {
  #swiper_products .swiper_products .product .product_image a {
    height: 240px; } }

@media (max-width: 480px) {
  #swiper_products .swiper_products .product .product_image a {
    height: 60vw; } }

