#swiper_products .swiper_products {
  margin: 0 40px;
  padding-bottom: 40px; }
  #swiper_products .swiper_products .product {
    text-align: center; }
    #swiper_products .swiper_products .product .product_image a {
      height: 255px;
      max-width: 100%; }
    #swiper_products .swiper_products .product .product_slogan {
      font-size: 13px;
      text-align: center;
      color: #d49e6a;
      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: #e55555;
      font-size: 16px;
      margin-bottom: 10px; }
    #swiper_products .swiper_products .product .btn-cart {
      background: #d49e6a;
      border-color: #d49e6a;
      border-radius: 5px;
      color: #ffffff;
      transition: all ease-in-out .15s;
      text-align: center; }
      #swiper_products .swiper_products .product .btn-cart:hover {
        background: #A00000;
        border-color: #A00000; }

#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; } }

