﻿.last-product-section {
    border-radius: 0.92rem;
    /* margin: 2rem 0; */
  }
  .last-product-section .test {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .last-product-section .cat-name {
    color: #979797;
    font-size: 0.8rem;
  }
  .last-product-section .NameProduct {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .last-product-section .side {
    width: 12.4375rem;
    min-width: 12.4375rem;
    max-width: 12.4375rem;
  }
  .last-product-section .list {
    width: calc(100% - 12.4375rem);
  }
  .last-product-section .cat-box {
    display: none;
    height: 100%;
    padding: 2rem 0;
    margin-left: 0.5rem;
    border-radius: 0.92rem;
    background-color: var(--accent-color);
  }
  .last-product-section .cat-box svg {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    display: block;
  }
  .last-product-section .cat-box .link {
    font-size: 1rem;
    color: white;
  }
  .last-product-section .cat-box .link svg {
    stroke: white;
    width: 7px;
    margin-right: 0.5rem;
  }
  .last-product-section .slider_box {
    width: 100%;
    border-radius: 0.9rem;
    overflow: hidden;
  }
  .last-product-section .slider_box .swiper-slide {
    height: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 23.7rem;
    border-radius: 0.9rem;
    /* -webkit-border-radius: var(--radius);
    -moz-border-radius: var(--radius);
    -ms-border-radius: var(--radius);
    -o-border-radius: var(--radius); */
    background-color: white;
    padding: 0.4rem;
  }
  .last-product-section .slider_box .swiper-slide .img-box {
    height: 100%;
    align-items: center;
    display: flex;
    /* margin-bottom: 0.8rem; */
  }
  .last-product-section .slider_box .swiper-slide .img-box img {
    border-radius: var(--radius);
    -webkit-border-radius: var(--radius);
    -moz-border-radius: var(--radius);
    -ms-border-radius: var(--radius);
    -o-border-radius: var(--radius);
  }
  .last-product-section .slider_box .swiper-slide .title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    /* font-size: 1rem;
    text-align: right;
    min-height: 3.7rem;
    line-height: 1.8;
    margin-bottom: 0.8rem;
    white-space: normal; */
  }
  .last-product-section .slider_box .swiper-slide .price-box {
    /* min-height: 4rem; */
  }
  .last-product-section .slider_box .swiper-slide .price-box svg {
    width: 1rem;
  }
  .last-product-section .slider_box .swiper-slide .price-box strong {
    color: var(--texture-color-1);
    font-size: 0.9rem;
    font-weight: 500;
  }
  .last-product-section .slider_box .swiper-slide .price-box strike {
    color: var(--texture-color-4);
    font-size: 0.9rem;
    font-weight: 500;
  }
  .last-product-section .slider_box .swiper-slide .discount {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background-color: var(--warning-color-2);
    border-radius: 50%;
    font-size: 0.8rem;
    color: #fff;
  }
  .last-product-section.discount-theme {
    background-color: var(--Secendry-main);
  }
  .last-product-section.discount-theme .cat-box.discount-side {
    display: flex !important;
    background: var(--Secendry-Lighter);
  }
  .last-product-section.default-theme {
    background-color: var(--accent-color);
  }
  .last-product-section.default-theme .cat-box.default-side {
    display: flex !important;
    background: var(--accent-color-dark-1);
  }