#swiper_products {
    background-color: #fff;
    margin-top: 50px;
    margin-bottom: 50px; }
    #swiper_products .container {
      display: block;
      padding: 25px 50px 0; }
      #swiper_products .container .section-heading {
        position: relative;
        text-align: center;
        color: #646464;
        margin-bottom: 15px;
        border: none; }
        #swiper_products .container .section-heading h2 {
          display: inline-block;
          position: relative;
          padding: 10px 20px;
          margin-bottom: 0;
          color: #fff;
          background-color: #9e9b98;
          background-position: center;
          border-radius: 64px;
          font-size: 20px;
          font-weight: 400;
          z-index: 5; }
        #swiper_products .container .section-heading:after {
          content: "";
          position: absolute;
          top: 23px;
          left: 0;
          width: 100%;
          border-top: 1px solid #9e9b98;
          z-index: 4; }
    #swiper_products .swiper_products {
      position: relative;
      padding: 10px 5px 40px;
      margin: 0; }
      #swiper_products .swiper_products .product {
        text-align: center;
        padding: 10px 0; }
        #swiper_products .swiper_products .product .product_image {
          height: 306px;
          overflow: hidden; }
          #swiper_products .swiper_products .product .product_image a {
            display: block;
            height: 100%;
            width: 100%;
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
            transition: .2s all linear; }
        #swiper_products .swiper_products .product .product_slogan {
          font-size: 13px;
          text-align: center;
          color: #b898e4;
          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;
          margin-bottom: 4px; }
          #swiper_products .swiper_products .product .product_title a {
            color: #646464;
            display: -webkit-box;
            display: block\0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            line-height: 20px;
            font-weight: 500; }
        #swiper_products .swiper_products .product .product_sold {
          font-size: 12px;
          color: #646464; }
        #swiper_products .swiper_products .product .product_price {
          color: #646464;
          font-size: 16px; }
        #swiper_products .swiper_products .product .product_btn {
          display: none;
          position: absolute;
          padding: 0;
          top: 10px;
          left: 0;
          width: 100%;
          height: 306px; }
          #swiper_products .swiper_products .product .product_btn .cart-icon {
            display: block;
            width: 50px;
            height: 50px;
            margin: 0 auto; }
          #swiper_products .swiper_products .product .product_btn .btn-cart {
            width: 100%;
            height: 100%;
            color: #fff;
            background-color: rgba(184, 152, 228, 0.3);
            border: none;
            border-radius: 0; }
        #swiper_products .swiper_products .product:hover .product_image a {
          transform: scale(1.2); }
        #swiper_products .swiper_products .product:hover .product_btn {
          display: block; }
      #swiper_products .swiper_products .swiper-bar {
        display: block;
        position: relative;
        text-align: center;
        top: 20px;
        right: 0px;
        width: 100%; }
        #swiper_products .swiper_products .swiper-bar .swiper-button {
          border: 2px solid #cdd2d3;
          border-radius: 30px; }
        #swiper_products .swiper_products .swiper-bar .swiper-button-prev {
          display: inline-block;
          position: relative;
          left: 0;
          width: 30px;
          height: 30px;
          margin-top: 0; }
          #swiper_products .swiper_products .swiper-bar .swiper-button-prev:after {
            border: 2px solid #cdd2d3;
            border-width: 2px 2px 0 0; }
        #swiper_products .swiper_products .swiper-bar .swiper-button-next {
          display: inline-block;
          position: relative;
          right: 0;
          width: 30px;
          height: 30px;
          margin-top: 0; }
          #swiper_products .swiper_products .swiper-bar .swiper-button-next:after {
            border: 2px solid #cdd2d3;
            border-width: 2px 2px 0 0; }
        #swiper_products .swiper_products .swiper-bar .swiper-pagination {
          display: inline-block;
          position: relative;
          top: -10px; }
          #swiper_products .swiper_products .swiper-bar .swiper-pagination.swiper-pagination-bullets > .swiper-pagination-bullet {
            margin: 0 4px;
            background-color: #a3a3a3; }
            #swiper_products .swiper_products .swiper-bar .swiper-pagination.swiper-pagination-bullets > .swiper-pagination-bullet.swiper-pagination-bullet-active {
              background-color: #715697; }
    @media (max-width: 1199px) {
      #swiper_products .swiper_products {
        margin: 0; }
        #swiper_products .swiper_products .product {
          padding: 10px; }
          #swiper_products .swiper_products .product .product_image {
            height: 226px; }
          #swiper_products .swiper_products .product .product_btn {
            height: 226px; }
        #swiper_products .swiper_products .swiper-bar {
          position: relative;
          text-align: center;
          top: 20px;
          left: 0;
          width: 100%; } }
    @media (max-width: 991px) {
      #swiper_products .swiper_products {
        padding: 5px 5px 25px; }
        #swiper_products .swiper_products .product .product_image {
          height: 156px; }
        #swiper_products .swiper_products .product .product_btn {
          display: block;
          position: static;
          height: auto; }
          #swiper_products .swiper_products .product .product_btn .btn-cart {
            width: auto;
            height: auto;
            padding: 5px 10px;
            color: #fff;
            background-color: #b898e4;
            border: none;
            border-radius: 20px; }
            #swiper_products .swiper_products .product .product_btn .btn-cart .cart-icon {
              display: none; }
            #swiper_products .swiper_products .product .product_btn .btn-cart:hover {
              background-color: #715697; }
        #swiper_products .swiper_products .swiper-bar {
          position: relative;
          text-align: center;
          left: 0;
          top: 15px;
          width: 100%; } }
    @media (max-width: 767px) {
      #swiper_products {
        margin-top: 25px;
        margin-bottom: 25px; }
        #swiper_products .container {
          padding: 25px 25px 0; }
        #swiper_products .swiper_products {
          margin: 0; }
          #swiper_products .swiper_products .product {
            padding: 10px; }
            #swiper_products .swiper_products .product .product_image {
              height: 29vw; }
          #swiper_products .swiper_products .swiper-bar {
            position: relative;
            text-align: center;
            left: 0;
            top: 15px;
            width: 100%; } }
    @media (max-width: 575px) {
      #swiper_products .container {
        padding: 25px 10px 0px; }
        #swiper_products .container .section-heading h2 {
          font-size: 18px; }
      #swiper_products .swiper_products {
        margin: 0px;
        padding: 0 0 25px; }
        #swiper_products .swiper_products .product {
          text-align: center;
          box-shadow: none;
          padding: 10px; }
          #swiper_products .swiper_products .product .product_image {
            height: 40vw;
            max-width: 100%; }
          #swiper_products .swiper_products .product .product_title {
            display: -webkit-box;
            display: block\0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            height: 48px;
            color: #646464; }
          #swiper_products .swiper_products .product .product_sold {
            font-size: 14px;
            color: #646464; }
          #swiper_products .swiper_products .product .product_price {
            color: #646464; }
        #swiper_products .swiper_products .swiper-bar {
          position: relative;
          text-align: center;
          left: 0;
          top: 15px;
          width: 100%; } }