@charset "utf-8";
/* swiper */
.menu_box{
    margin-top: 15px;
}
.banner{
    margin-bottom: 50px;
}
#swiper1 {
    height: 423px;
    width:100%;
}
#swiper1 .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
#swiper1 .swiper-button-next, #swiper1 .swiper-button-prev {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    width: 60px!important;
    height: 60px!important;
    border-radius: 50%;
    line-height: 60px;
}
#swiper1 .swiper-slide{position: relative;}
.swiper-pagination-bullet{
    background: #04d39f;
}
.slogan{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
}
.slogan li:nth-child(1){
   margin-top: 135px;
   font-size: 32px;
   font-weight: bold;
   text-shadow:0px 0px 14px rgba(0, 0, 0, 0.15);
}
.slogan li:nth-child(2){
    font-size: 65px;
    font-weight: 500;
    text-shadow:0px 0px 14px rgba(0, 0, 0, 0.15);
}

.slogan li:nth-child(3){
    display: inline-block;
    padding: 0 28px;
    height: 40px;
    line-height: 40px;
    background: rgba(4,211,159,1);
    box-shadow: 0px 3px 7px 0px rgba(80,80,80,0.2);
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}
.slogan li a {
    color: #fff;
}
/* FEATURED COLLECTIONS */

.menu_line {
    font-size: 30px;
    font-weight: 500;
    color: #323232;
    display: block;
    text-align: center;
    margin-bottom: 30px
}
#swiper2 .swiper-wrapper .swiper-slide {
    cursor: pointer;
    display: inline-flex;
    justify-content: start;
    flex-wrap:nowrap;
    /* width: calc( 33.3% - 0px); */
    width:  33.3%;
    padding:0 15px;
}

#swiper2 .swiper-wrapper .swiper-slide .col_box{
    text-align: center;
    width:100%;
   
}
#swiper2 .swiper-wrapper .swiper-slide .col_box:nth-child(2){
    margin: 0 30px;
    
}

.col_box div{
    width: 100%;
    height: 0;
    padding-bottom: 100%; 
    position: relative;
}
#swiper2 .swiper-wrapper .swiper-slide img{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
#swiper2 .swiper-button-next, #swiper2 .swiper-button-prev {
    width: 44px;
    height: 43px;
    background: rgba(4,211,159,1);
    border-radius: 6px;
    color: #fff;
    text-align: center;
    line-height: 43px;
}
#swiper2 .swiper-slide p{
    color: #323232;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    font-weight: 500;
    margin-top: 15px;
}
#swiper2  .icon-zuojiantou{font-size: 24px;}

#swiper2  .swiper-button-next {
    transform: rotate(180deg);
}
#swiper2 .swiper-button-prev{
    margin-left: 20px;
    display: none;
}
#swiper2 .swiper-button-next{
    margin-right: 20px;
    display: none;
} 
.menu_box .swiper-container {
    overflow: hidden;
    margin:0 -15px;
}

.menu_box:hover #swiper2 .swiper-button-prev{
    display: inline-block;
}
.menu_box:hover  #swiper2 .swiper-button-next{
    display: inline-block;
}
/* FEATURED PRODUCTS */
.content_box {
    margin-top: 32px
}

.content_list{
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-right: -22px;
}

.content_list_block {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 25%;
    margin-bottom:40px;
    padding-right:22px;
}
.content_list_block .img_block {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 0;
    padding-bottom: 100%;
}
.content_list_block .img_block > a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.content_list_block .img_block > a .catalog_label {
    position: absolute;
    display: inline-block;
    top: 20px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    padding: 0 10px;
}
.img_block img{
    width: 100%;height: 100%;
    object-fit: contain;
    object-position: center;
}
.content_list_block .quick_view {
    display: block;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    transition: bottom 0.5s;
    -moz-transition: bottom 0.5s;
    -webkit-transition: bottom 0.5s;
    -o-transition: bottom 0.5s;
    width: 140px;
    height: 40px;
    text-align: center;
    background: rgba(4,211,159,1);
    border-radius: 20px;
    line-height: 40px;
    color: #fff;
}

.content_list_block .img_block:hover .quick_view {
    bottom: 15px;
    top: auto;
}

.content_list_block .catalog_price_box {
    position: relative;
}
.content_list_block .catalog_price_box .hide{
    display: none;
}
.content_list_block .free_icon {
    position: absolute;
    right: 0;
    color: #04d39f;
}

.content_list_block .catalog_title {
    word-break: break-word;
    margin: 10px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.content_list_block .catalog_title:hover{
    color: #04D39F;
}
.content_list_block .price_line {
    color: #ABABAB;
    text-decoration: line-through;
    margin-right: 30px;
}

.load_more{
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.load_more > button{
    padding: 10px 15px;
    background-color: #04D39F;
    color: #ffffff;
}

