
.ps-block__header{
    overflow: hidden;
    max-width: 1040px;
    margin: auto;
}
.ps-search-trending {
    padding: 40px 0;
}
.ps-tab-list.category-slide{
    display: flex;
    overflow-y: auto;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
}
.ps-tab-list.category-slide a{
    width: 140px;
    min-width: 140px;
    padding: 0 0;
}
.ps-tab-list.category-slide::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
    height: 0;
}

.ps-tab-list.category-slide::-webkit-scrollbar{
	height: 0;
	background-color: #F5F5F5;
}

.ps-tab-list.category-slide::-webkit-scrollbar-thumb{
	background-color: #000000;
	border: 0 solid #555555;
    height: 0;
}

.product-slide-section{
    padding-bottom: 40px;
}
.ps-container.product-sliders{
  display:flex;
  gap:30px;
  justify-content: center;
}
.product-slider-1{
    max-width:calc(100% - 465px);
}
.product-slider-1 .product-box{
    background-color: #f4f4f4;
    border-radius: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* height: 304px; */
    margin:0 6px;
    padding: 16px;
    /* max-width: 208px; */
}
.product-slider-1 .product-box h4 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 2px;
}
.product-slider-1 .product-box p {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-slider-1 .product-box img {
    aspect-ratio: 1/1;
    border-radius: 8px;
    width: 100%;
}
.product-slider-1 .slick-slide > div:first-child {
   display: flex;
   justify-content: center;
}
.slick-arrow{
    display: none !important;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 0;
    width: 44px;
    height: 44px;
    font-size: 0;
    border: 0;
    position: absolute;
    top: 50%;
    left: 15px;
    z-index: 1;
    box-shadow: 0 0 8px 0 #0000001f;
    transform: translateY(-50%);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.slick-arrow.slick-next{
    left: auto;
    right: 15px;
}
.slick-arrow.slick-disabled{
    opacity: 0.5;
}
.slick-arrow svg{
    width: 20px;
    height: 20px;
}
.slick-arrow svg path{
    fill: #000;
}
.slick-slider:hover .slick-arrow{
    display: flex !important;
}


.product-mini-slider{
    max-width: 435px;
    width: 100%;
    display: flex;
    height: auto;
}
.product-mini-slider .slick-list{
    height: 100%;
}
.product-mini-slider .slick-track{
    height: 100%;
}
.product-mini-slider .product-img img{
    width: 100%;
   border-radius: 8px;
   height: 100%;
   object-fit: cover;
}
.product-mini-slider .slick-dots{
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 10px;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transform: translateX(-50%);
}
.product-mini-slider .slick-dots li{
    list-style: none;
      display: flex;
}
.product-mini-slider .slick-dots li button{
    background-color: rgba(0, 0, 0, .5);
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 8px;
    margin: 0 2px;
    outline: none;
    width: 8px;
  font-size:0;
  padding:0;
}
.product-mini-slider .slick-dots li.slick-active button{
    background-color: #fff;
    border-radius: 8px;
    width: 16px;
    
}


.ps-section__content .row .col-xl-3{
    display: flex;
}
.ps-page--product {
    background-color: #f4f4f4;
    padding: 30px 0;
}
.ps-section--default{
    margin: 0;
}
.ps-product{
    display: flex;
    flex-direction: column;
    margin: 10px 0;
    width: 100%;
    background-color: #fff;
    padding: 12px;
    border: 0;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.ps-product__thumbnail {
    height: 150px;
    overflow: hidden;
    max-height: 150px;
}
.ps-product__thumbnail a{
    display: block;
    height: 100%;
    width: 100%;
}
.ps-product .ps-product__thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.ps-product .ps-product__title{
    color: #000;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding-bottom: 0;
    margin-bottom: 5px;
    min-height: 33px;
}
.ps-product .ps-product__container {
    padding-top: 10px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.ps-product .ps-product__container .ps-product__content {
    height: auto;
    visibility: visible;
    opacity: 1;
    position: unset;
    border: 0;
    flex: 1;
}
.ps-product .ps-product__content.hover {
    display: none;
}


.ps-full-slider{
    background: url(https://s.alicdn.com/@img/imgextra/i4/O1CN010NWYHe1lqyGwi3NPt_!!6000000004871-0-tps-4320-750.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 28px;
    padding: 16px 12px 10px 20px!important;
    height: 250px;
}

.full-width-slider-main{
    background-image: url(https://s.alicdn.com/@img/imgextra/i4/O1CN010NWYHe1lqyGwi3NPt_!!6000000004871-0-tps-4320-750.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 29px 12px 29px 20px;
    /* max-width: 1200px; */
    margin: auto;
    margin-bottom: 40px;
}
.full-width-slider-main .content-left{
    max-width: 400px;
    width: 100%;
    color: #000;
    padding: 32.5px 0 0 12px;
}
.full-width-slider-main .content-left h3{
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
    margin-top: 0;
    margin-bottom: 16px;
    color: #000;
    max-width: 210px;
}
.full-width-slider-main .content-left h3 span{
    font-weight: 600;
    color: #F7421E;
}
.full-width-slider-main .content-left p{
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 20px;
    color: #000;
}
.full-width-slider-main .content-left ul{
    padding: 0;
    margin: 0 0 24px 0;
}
.full-width-slider-main .content-left ul li{
    list-style: none;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 6px;
}
.full-width-slider-main .content-left .explore-btn{
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #f7421e;
    border-radius: 65px;
    color: #fff;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    font-weight: 600;
    padding: 16px;
}
.full-width-slider{
    max-width: calc(100% - 420px);
}
.full-width-slider-box{
    max-width: 190px;
    background-color: #fff;
    border-radius: 8px;
    margin: 0 4px;
    overflow: hidden;
}
.full-width-slider-box .full-width-product-img{
    position: relative;
}
.full-width-slider-box .full-width-product-img img{
    max-width: 100%;
    object-fit: scale-down;
}
.full-width-slider-box .full-width-product-img .product-img-content{
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: rgba(34,34,34,.6);
    border-radius: 12px;
    bottom: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    margin: 0 4px;
    max-width: 94%;
    overflow: hidden;
    padding: 3px 6px;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
}
.full-width-slider-box .full-width-product-content{
    padding: 6px 8px 8px;
}
.full-width-slider-box .full-width-product-content h4{
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #222;
    display: -webkit-box;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin-top: 0;
    margin-bottom: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.full-width-slider-box .full-width-product-content p{
    color: #666;
    font-size: 14px;
    font-weight: 400;
    height: 18px;
    line-height: 20px;
    margin: 0;
}
.full-width-slider .slick-arrow.slick-next{
    right: 0;
}
.full-width-slider .slick-arrow.slick-prev{
    left: 0;
}



.top-ranking-product{
    display: flex;
    /* align-items: center; */
    gap: 12px;
    justify-content: center;
    padding-bottom: 40px;
}
.top-ranking-product-left{
    /* -webkit-box-flex: 1; */
    background-color: #f4f4f4;
    border-radius: 8px;
    /* -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; */
    padding: 16px;
    max-width: 50%;
}
.top-ranking-product .top-ranking-title{
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 20px;
    /* flex-wrap: wrap; */
}
.top-ranking-product .top-ranking-title h3{
    color: #222;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
}
.top-ranking-product .top-ranking-title p{
    color: #222;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}
.top-ranking-product .top-ranking-title a.view-text{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    color: #222;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
    min-width: 110px;
}
.top-ranking-product .top-ranking-title a.view-text svg{
    max-width: 22px;
    max-height: 22px;
}
.top-ranking-products{
    display: flex;
    gap: 10px;
}
.top-ranking-product-box{
    background-color: #fff;
    padding: 10px;
    border-radius: 8px;
    padding: 12px;
}
.top-ranking-product-img{
    position: relative;
    background-color: rgba(0,0,0,.04);
    max-width: 160px;
}
.top-ranking-product-box img{
    max-width: 160px;
    max-height: 160px;
    object-fit: scale-down;
    border-radius: 8px;
    width: 100%;
}
.top-ranking-product-box img.top-img{
    bottom: -24px;
    height: 48px;
    left: calc(50% - 24px);
    position: absolute;
    width: 48px;
}
.top-ranking-product-content h4{
    color: #222;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-top: 28px;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.top-ranking-product-content p {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #666;
    display: -webkit-box;
    font-size: 14px;
    font-weight: 400;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    margin: 0;
}

.new-product-right{
    /* -webkit-box-flex: 1; */
    background-color: #f4f4f4;
    border-radius: 8px;
    /* -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; */
    padding: 16px 16px 16px 16px;
}
.top-ranking-product-box.new-arrivel-product-box img.top-img{
    border-radius: 0;
    height: 16px;
    left: 8px;
    position: absolute;
    top: 8px;
    width: 42px;
}
.new-arrivel-products-slider{
  max-width:858px;
}
.new-arrivel-product-box{
    background-color: transparent;
    max-width: 180px;
    margin: 0 6px;
    padding: 0;
}
.new-arrivel-product-box .top-ranking-product-img{
    max-width: 165px;
}
.new-arrivel-product-box img{
    max-width: 180px;
    max-height: 180px;
    width: 100%;
}

.new-arrivel-product-box .top-ranking-product-content h4{
    color: #222;
    display: -webkit-box;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin: 0;
    margin-bottom: 2px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.new-arrivel-product-box .top-ranking-product-content p{
    color: #666;
    font-size: 14px;
    font-weight: 400;
    height: 18px;
    line-height: 20px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.new-arrivel-product-box p.sub-title{
    color: rgb(208, 74, 10);
    font-size: 14px;
    font-weight: 400;
    height: 18px;
    line-height: 20px;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 12px;
}

.top-deal-slide .new-product-right{
    max-width: 100%;
}
.top-deal-slide .new-product-right .new-arrivel-product-box{
    max-width: unset;
}
.top-deal-slide .new-product-right .new-arrivel-product-box .top-ranking-product-img {
    max-width: 200px;
}

.recommended-title{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #9e9e9e;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    height: 26px;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 22px;
    margin-top: 28px;
}
.recommended-title p {
    padding: 0 50px;
    position: relative;
    text-align: center;
    margin: 0;
}
.recommended-title p:after, .recommended-title p:before {
    background-color: #c1c1c1;
    bottom: 50%;
    content: "";
    height: 1px;
    position: absolute;
    width: 40px;
    left: 0;
}
.recommended-title p:after {
    right: 0;
    left: auto;
}
.recommended-slide{
    margin-top: 16px;
    display: flex;
    gap: 12px;
    padding-bottom: 40px;
}

.common-box{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 0;
    min-width: 0;
    position: relative;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.common-box .common-title{
    background-image:url(https://s.alicdn.com/@img/imgextra/i3/O1CN01OFBpF31d79j40S5sS_!!6000000003688-0-tps-2142-558.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px 8px 0 0;
    min-height: 198px;
    padding: 16px;
    position: relative;
    text-align: center;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
}
.common-box .common-title .main-title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    margin: 12px 0;
}
.common-box .common-title .main-title img {
    height: 20px;
    margin-right: 8px;
    width: 30px;
    object-fit: scale-down;
}
.common-box .common-title .main-title h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    height: 34px;
    line-height: 34px;
    margin: 0;
}
.common-box .common-title ul{
    padding: 0;
    margin: 0 0 24px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}
.common-box .common-title ul li{
    list-style: none;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 0;
}
.common-box .common-title ul li svg{
    max-width: 16px;
    max-height: 16px;
}
.common-box .common-title .explore-btn{
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #ffffff40;
    border-radius: 65px;
    color: #fff;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    font-weight: 500;
    height: 36px;
    padding: 0 16px;
    margin: auto;
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
}
.common-slider{
    background-color: #560d1f;
    border-radius: 0 0 8px 8px;
    padding: 0 8px 16px 16px;
    position: relative;
}
.common-slider-box {
    background-color: #fff;
    border-radius: 8px;
    padding: 0;
    margin-right: 8px;
    overflow: hidden;
}
.common-slider-box-img{
    width: 100%;
    max-width: 200px;
    position: relative;
}
.common-slider-box-img .us-local {
    background-color: #e7edff;
    border-radius: 2px;
    color: #01114a;
    font-size: 14px;
    font-weight: 600;
    left: 8px;
    line-height: 8px;
    padding: 5px;
    position: absolute;
    top: 8px;
}
.common-slider-box-img img.top-img {
    border-radius: 0;
    height: 16px;
    left: 8px;
    position: absolute;
    top: 8px;
    width: 42px;
}
.common-slider-box-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 8px);
    padding: 6px 8px 8px;   
}
.common-slider-box-content h4{
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #222;
    display: -webkit-box;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.common-slider-box-content p{
    color: #666;
    font-size: 14px;
    font-weight: 400;
    height: 18px;
    line-height: 20px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
}
.common-slider-box-content p.delivery-text{
    color: rgb(53, 128, 16);
}

.common-box.linkpan-gruarantee .common-title{
    background-image: url(https://s.alicdn.com/@img/imgextra/i2/O1CN01oekVig1pCRh00hDP5_!!6000000005324-0-tps-1428-360.jpg);
}
.common-box.fast-custom .common-title{
    background-image: url(https://s.alicdn.com/@img/imgextra/i2/O1CN01hxygUf1OTr7VqyhRy_!!6000000001707-0-tps-2142-558.jpg);
}
.common-box.linkpan-gruarantee .common-slider {
    background-color: #682e2f;
}
.common-box.fast-custom .common-slider{
    background-color: #371f59;
}

.product-list{
    background-color: #f4f4f4;
    padding: 28px 0;
    margin-bottom: 40px;
}
.product-list .row-gird{
    margin: 0;
    gap: 8px;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(6,minmax(0,1fr));
    grid-template-rows: auto;
    overflow: hidden;
}
.product-list .row .col-xl-3.col-lg-3.col-md-4.col-sm-6.col-6{
    padding: 0;
}
.ps-product-box{
    background-color: #fff;
    border-radius: 8px;
    gap: 8px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    gap: 12px;
    line-height: 18px;
    overflow: hidden;
    width: 100%;
}
.ps-product-box-img{
    position: relative;
    overflow: hidden;
}
.ps-product-box-img img{
    width: 100%;
    display: block;
    aspect-ratio: 1 / 1;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.find-similar-items{
    position: absolute;
    bottom: 12px;
    left: 12px;
    width: 36px;
    height: 36px;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    box-shadow: 0 2px 6px 2px rgba(0, 0, 0, .12);
}
.find-similar-items img{
    width: 20px;
    height: 20px;
}
.ps-product-content{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.ps-product-content .content-img{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    height: 18px;
    overflow: hidden;
}
.ps-product-content .content-img img{
    height: 16px;
}
.ps-product-content .content-top .mini-title{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin: 0;
    color: #000;
}
.ps-product-content .content-top .other-text{
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    height: 18px;
    overflow: hidden;
}
.ps-product-content .content-top .other-text li{
    list-style: none;
    display: flex;
    align-items: center;
    gap: 2px;
}
.ps-product-content .content-top .other-text li img{
    height: 11px;
    width: 11px;
}
.ps-product-content .content-top .other-text li p{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 0;
}
.ps-product-content .content-top .other-text li.low-price p{
    color: rgb(255, 64, 20);
}
.ps-product-content .content-top .other-text li.delivery p{
    color: rgb(34, 137, 31);
}
.ps-product-content .content-top .other-text li.money-back p{
    color: rgb(34, 137, 31);
}
.ps-product-content .content-bottom{
    display: flex;
    flex-direction: column;
    gap: 1px;
}
.ps-product-content .content-bottom h4{
    display: flex;
    gap: 4px;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #000;
    margin: 0;
    max-height: 26px;
    overflow: hidden;
}
.ps-product-content .content-bottom h4 span{
    color: #f7421e;
    font-weight: 400;
    font-size: 16px;
}
.ps-product-content .content-bottom h4 del{
    color: #767676;
    font-weight: 400;
    font-size: 16px;
}
.ps-product-content .content-bottom .qunty-text{
    display: flex;
    align-items: center;
    gap: 4px;
    max-height: 20px;
    overflow: hidden;
    flex-wrap: wrap;
}
.ps-product-content .content-bottom .qunty-text p{
    font-size: 14px;
    line-height: 18px;
    color: #000;
    margin: 0;
}
.ps-product-content .content-bottom .qunty-text span{
    color: #767676;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    display: block;
}
.ps-product-content .content-bottom .yr-cn-text{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 2px;
    max-height: 18px;
    overflow: hidden;
}
.ps-product-content .content-bottom .yr-cn-text img{
    height: 16px;
}
.ps-product-content .content-bottom .yr-cn-text span{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #767676;
    font-size: 12px;
    height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ps-product-content .content-bottom .yr-cn-text span::before{
    color: rgb(118, 118, 118);
    content: "·";
    display: inline-block;
    margin-inline: 4px;
}

@media screen and (max-width:1679px) {
    .ps-container.product-sliders{
        width: 100%;
    }
    .product-slider-1{
        max-width: calc(100% - 430px);
    }
    .product-mini-slider{
        max-width: 380px;
    }
    .new-product-right{
        max-width: 50%;
    }
    .new-arrivel-products-slider {
        max-width: 100%;
    }
    .product-list{
        padding: 28px 0;
    }
    /* .product-list .ps-container{
        padding: 0;
    } */
}
@media screen and (max-width:1439px) {
    .full-width-slider-main .content-left{
        max-width: 210px;
    }
    .full-width-slider {
        max-width: calc(100% - 230px);
    }
    .product-list .row-gird {
        grid-template-columns: repeat(5,minmax(0,1fr));
        -ms-grid-columns: repeat(5,minmax(0,1fr));
    }
    
}
@media screen and (max-width:1199px) {
    .product-slider-1{
        max-width: 600px;
    }
    .product-mini-slider{
        max-width: calc(100% - 630px);
    }
    .product-mini-slider .product-img img{
        max-height: 350px;
    }
    .top-ranking-product-left .top-ranking-products .top-ranking-product-box:last-child{
        display: none;
    }
    .common-box .common-title{
        min-height: 210px;
    }
    .common-box .common-title .main-title{
        margin-top: 0;
    }
    .common-box .common-title .main-title h3{
        font-size: 24px;
    }
    .common-box .common-title .main-title img{
        width: 26px;
    }
    .ps-product-content .content-bottom h4 span,
    .ps-product-content .content-bottom h4 del{
        font-size: 14px;
    }
    
}
@media screen and (max-width:1100px) {
    .product-slider-1 .product-box img{
        aspect-ratio: auto;
    }
}
@media screen and (max-width:992px) {
    .product-slider-1{
        padding-bottom: 10px;
        margin: auto;
    }
    .ps-container.product-sliders{
        flex-direction: column;
        padding-bottom: 40px;
    }
    .product-mini-slider{
        max-width: 400px;
        max-height: fit-content;
        height: fit-content !important;
    }
    .product-mini-slider{
        margin: auto;
    }
    .product-slider-1 .product-box{
        display: flex !important;
    }
    .full-width-slider-main .content-left{
        max-width: 210px;
    }
    .full-width-slider {
        max-width: calc(100% - 250px);
    }
    .top-ranking-product .top-ranking-title{
        flex-direction: column;
    }
    .top-ranking-product-left .top-ranking-products .top-ranking-product-box:nth-child(3) {
        display: none;
    }
    .new-arrivel-product-box{
        max-width: unset;
    }
    .new-arrivel-product-box .top-ranking-product-img{
        max-width: 200px;
    }
    .new-arrivel-product-box img {
        max-width: 200px;
        max-height: 200px;
        width: 100%;
    }
    .common-box.fast-custom{
        display: none;
    }
    .product-list .row-gird {
        grid-template-columns: repeat(4,minmax(0,1fr));
        -ms-grid-columns: repeat(4,minmax(0,1fr));
    }
    .ps-product-content .content-bottom h4{
        font-size: 16px;
    }
    .ps-product-content .content-bottom h4 span, 
    .ps-product-content .content-bottom h4 del {
        font-size: 13px;
    }
    .ps-product-content .content-bottom .qunty-text p,
    .ps-product-content .content-bottom .qunty-text span{
        font-size: 12px;
    }
    
}
@media screen and (max-width:767px) {
    .product-slider-1{
        max-width: 100%;
    }
    .full-width-slider-main{
        flex-direction: column;
    }
    .full-width-slider{
        max-width: 100%;
        margin-top: 30px;
    }
    .product-list .row-gird {
        grid-template-columns: repeat(2,minmax(0,1fr));
        -ms-grid-columns: repeat(2,minmax(0,1fr));
    }
}
@media screen and (max-width:650px) {
    .common-box.linkpan-gruarantee{
        display: none;
    }
    .common-box .common-title {
        min-height: fit-content;
    }
    .common-box .common-title .explore-btn{
        position: unset;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }
    .common-slider-box-img {
        width: 100%;
        max-width: 100%;
    }
}
@media screen and (max-width:575px) {
    .ps-tab-list.category-slide a i{
        display: none;
    }
    
    .product-slider-1 .product-box{
        padding: 8px;
    }
    .product-slider-1 .product-box h4 {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 2px;
    }
    .full-width-slider-main .content-left{
        padding: 0;
    }
    .top-ranking-product{
        flex-direction: column;
    }
    .top-ranking-products{
        justify-content: center;
    }
    .top-ranking-product-left{
        max-width: 100%;
    }
    .new-product-right{
        max-width: 100%;
    }
    .new-arrivel-products-slider {
        max-width: 100%;
    }
    .new-arrivel-product-box{
        max-width: 100%;
    }
    .new-arrivel-product-box .top-ranking-product-img {
        max-width: 100%;
    }
    .new-arrivel-product-box img {
        max-width: 100%;
        max-height: 100%;
        width: 100%;
    }
    .ps-product-content .content-bottom h4 {
        font-size: 14px;
    }
}