html,
body,
p,
div {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Poppins";
}
.swiper-pagination-bullet-active {
    background: rgba(74, 74, 74, 0.9);
}
.swiper-pagination-bullet {
    width: 0.18rem;
    height: 0.18rem;
    background: rgba(74, 74, 74, 0.6);
}
.swiper-pagination {
    --swiper-pagination-bottom: 0px;
    bottom: 0px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    content: none;
}
.swiper-button-next,
.swiper-button-prev {
    top: var(--swiper-navigation-top-offset);
    right: 1;
}
.swiper-button-next img {
    width: 50px;
    max-width: inherit;
}
.swiper-button-prev img {
    transform: rotate(180deg);
    width: 50px;
    max-width: inherit;
}
.swiper-button-disabled {
    display: none;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 12px;
    right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 12px;
    left: auto;
}
.home-dream {
    background: url(https://cdn.shopify.com/s/files/1/0662/1764/0185/files/20230517-150029.png?v=1684307988);
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 500px;
    padding: 80px 0px 60px;
}
.home-dream .title {
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 1.1rem;
    color: #2a3d4e;
}
.home-dream .title .c_main {
    background: linear-gradient(#ed6a00, #ed8e00);
    -webkit-background-clip: text;
    color: transparent;
}
.home-dream .info {
    margin-top: 0.2rem;
}
.home-dream .info p {
    font-weight: 400;
    font-size: 28px;
    line-height: 32px;
    color: #2a3d4e;
}
.home-dream .list {
    margin-top: 40px;
    display: flex;
}
.home-dream .list .left-images {
    width: 50%;
}
.home-dream .list .left-images img {
    width: 100%;
    display: block;
    border-radius: 15px;
}
.home-dream .list .right-list {
    width: 50%;
    padding: 0px 40px;
    display: grid;
    grid-template-columns: repeat(2, 49%);
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    font-size: 16px;
}
.home-dream .list .right-list .item {
    background: #f4f4f4;
    border-radius: 15px;
    text-align: center;
    padding: 0px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-dream .list .right-list .item .hover_image {
    display: none;
}
.home-dream .list .right-list .item .name {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #2a3d4e;
    margin-top: 4px;
}
.home-dream .list .right-list .item:hover {
    background-color: #2a3d4e;
}
.home-dream .list .right-list .item:hover .def_image {
    display: none;
}
.home-dream .list .right-list .item:hover .hover_image {
    display: initial;
}
.home-dream .list .right-list .item:hover .name {
    color: #ffffff;
}
.home-dream .list .right-list .active {
    background-color: #2a3d4e;
}
.home-dream .list .right-list .active .def_image {
    display: none;
}
.home-dream .list .right-list .active .hover_image {
    display: initial;
}
.home-dream .list .right-list .active .name {
    color: #ffffff;
}
.home-top-ranked {
    background: #f5e0cf;
    padding: 0.8rem 0px 0.2rem;
    min-height: 400px;
    --swiper-navigation-top-offset: 38.5%;
}
.home-top-ranked .flex {
    display: flex;
}
.home-top-ranked .left-detail {
    width: 35%;
    padding: 12% 20px 12% 0px;
}
.home-top-ranked .left-detail .title {
    font-weight: 600;
    font-size: 0.48rem;
    line-height: 0.6rem;
    color: #2a3d4e;
}
.home-top-ranked .left-detail .info p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #2a3d4e;
    width: 80%;
    margin: 10px 0px 0px;
}
.home-top-ranked .left-detail .btn_shop_now {
    background: #222222;
    padding: 10px 30px;
    border-radius: 90px;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    display: inline-block;
    margin-top: 0.25rem;
    text-decoration: none;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    -ms-border-radius: 90px;
    -o-border-radius: 90px;
}
.home-top-ranked .left-detail .btn_shop_now:hover {
    background: #ed6a00;
}
.home-top-ranked .swiper_top_ranked {
    width: 65%;
    padding-bottom: 0.6rem;
}
.home-top-ranked .swiper_top_ranked .item img {
    display: block;
    width: 100%;
    border-radius: 15px 15px 0px 0px;
    -webkit-border-radius: 15px 15px 0px 0px;
    -moz-border-radius: 15px 15px 0px 0px;
    -ms-border-radius: 15px 15px 0px 0px;
    -o-border-radius: 15px 15px 0px 0px;
}
.home-top-ranked .swiper_top_ranked .item .detail {
    background: #2a3d4e;
    border-radius: 0px 0px 15px 15px;
    -webkit-border-radius: 0px 0px 15px 15px;
    -moz-border-radius: 0px 0px 15px 15px;
    -ms-border-radius: 0px 0px 15px 15px;
    -o-border-radius: 0px 0px 15px 15px;
    padding: 17px 0px;
}
.home-top-ranked .swiper_top_ranked .item .title {
    width: 85%;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    height: 56px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 0px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.home-for-home {
    padding: 80px 0px;
    text-align: center;
}
.home-for-home .title {
    font-weight: 600;
    font-size: 48px;
    line-height: 64px;
    text-align: center;
    color: #2a3d4e;
}
.home-for-home .info {
    font-size: 18px;
    line-height: 0.28px;
    text-align: center;
    color: #2a3d4e;
    width: 400px;
    margin: 0 auto;
}
.home-for-home .btn_show_now {
    background: #222222;
    border-radius: 90px;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
    padding: 10px 30px;
    display: inline-block;
    margin: 30px auto 0px;
    cursor: pointer;
}
.home-for-home .btn_show_now:hover {
    background: #ed6a00;
}
.box-new-club {
    display: grid;
    grid-template-columns: repeat(2, 48.48%);
    grid-row-gap: 20px;
    grid-column-gap: 20px;
 
    font-size: 16px;
}
.box-new-club .section-title{
    margin-top:10px;
}
.box-new-club .item {
    position: relative;
}
.box-new-club .item img {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    width: 100%;
 
    object-fit: cover;
}
.box-new-club .item .abs-detail {
    position: absolute;
    bottom: 50px;
    left: 20px;
}
.box-new-club .item .abs-detail .title {
    font-weight: 600;
   
    color: #fff;
}
.box-new-club .item .abs-detail .def_btn {
    background: #fff;
    font-weight: 500;
    border-radius: 90px;
    color: #222222;
    text-decoration: none;
    margin-top:10px;
    font-size: 14px;
    display: inline-block;
    padding: 10px 40px;

}
.box-new-club .item .abs-detail .def_btn:hover {
    background: #ed6a00;
    color:#ffffff;
}
.home-advantage-discounts {
    background-image: url("https://cdn.shopify.com/s/files/1/0662/1764/0185/files/20230519-094724.png?v=1684460881");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    padding-bottom: 0.2rem;
    --swiper-navigation-top-offset: 48%;
}
.home-advantage-discounts .main {
    padding: 0px;
}
.home-advantage-discounts .swiper-discounts {
    width: 100%;
    padding: 0.6rem 0px 0.6rem;
}
.home-advantage-discounts .swiper-discounts .list .item {
    display: flex;
}
.home-advantage-discounts .swiper-discounts .list .item .left-detail {
    width: 45%;
    padding: 10% 0px 0px 60px;
}
.home-advantage-discounts .swiper-discounts .list .item .left-detail .title {
    font-weight: 600;
    font-size: 0.48rem;
    line-height: 0.64rem;
    color: #2a3d4e;
    margin-bottom: 4px;
}
.home-advantage-discounts .swiper-discounts .list .item .left-detail .desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #2a3d4e;
    width: 80%;
}
.home-advantage-discounts .swiper-discounts .list .item .left-detail .countdown {
    display: flex;
    margin: 0.3rem 0px 0.1rem;
    font-size: 12px;
}
.home-advantage-discounts .swiper-discounts .list .item .left-detail .countdown .item {
    background: #ffffff;
    border-radius: 8px;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #979797;
    display: block;
    padding: 10px 0px;
    text-align: center;
    width: 80px;
}
.home-advantage-discounts .swiper-discounts .list .item .left-detail .countdown .item span {
    color: #222222;
    font-size: 0.4rem;
    line-height: 40px;
    display: block;
}
.home-advantage-discounts .swiper-discounts .list .item .left-detail .countdown .item .txt_name {
    font-size: 12px;
}
.home-advantage-discounts .swiper-discounts .list .item .left-detail .countdown .colon {
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    color: #222222;
    padding: 10px 15px;
}
.home-advantage-discounts .swiper-discounts .list .item .left-detail .btn_def {
    background: #222222;
    border-radius: 90px;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
    padding: 10px 30px;
    display: inline-block;
    margin: 0.25rem auto 0px;
    cursor: pointer;
    display: inline-block;
}
.home-advantage-discounts .swiper-discounts .list .item .left-detail .btn_def:hover {
    color: #ffffff;
    background: #ed6a00;
}
.home-advantage-discounts .swiper-discounts .list .item .right-image {
    padding: 0px 30px 0px 20px;
    position: relative;
    width: 54%;
}
.home-advantage-discounts .swiper-discounts .list .item .right-image img {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
.home-advantage-discounts .swiper-discounts .list .item .right-image .abs-hot {
    position: absolute;
    left: 20px;
    top: 20px;
    background: #2a3d4e;
    border-radius: 0px 8px 8px 0px;
    color: #ffffff;
    font-size: 24px;
    -webkit-border-radius: 0px 8px 8px 0px;
    -moz-border-radius: 0px 8px 8px 0px;
    -ms-border-radius: 0px 8px 8px 0px;
    -o-border-radius: 0px 8px 8px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
}
.home-advantage-discounts .swiper-discounts .list .item .right-image .abs-sale {
    position: absolute;
    right: -6px;
    top: 12px;
    transform: rotate(45deg);
    color: #ffffff;
    padding: 8px 40px;
    font-size: 24px;
    background: linear-gradient(135deg, transparent 30px, #ed6a00 0) top left, linear-gradient(-135deg, transparent 30px, #ed6a00 0) top right;
    background-repeat: no-repeat;
    background-size: 51% 38px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.home-fan-favorites {
    padding: 60px 0px;
}
.home-fan-favorites .title {
    font-weight: 600;
    font-size: 0.48rem;
    line-height: 0.64rem;
    text-align: center;
    color: #2a3d4e;
}
.home-fan-favorites .list {
    width: 80%;
    margin: 100px auto 20px;
    display: grid;
    grid-template-columns: repeat(4, 23.7%);
    grid-row-gap: 0.8rem;
    grid-column-gap: 20px;
}
.home-fan-favorites .list .item {
    text-align: center;
}
.home-fan-favorites .list .item .image-box {
    display: inline-block;
    position: relative;
    width: 100px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    cursor: pointer;
}
.home-fan-favorites .list .item .image-box:hover {
    scale: 1.2;
}
.home-fan-favorites .list .item .name {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #222222;
    margin-top: 15px;
}
.home-room-inspirations {
    padding: 60px 0px;
    text-align: center;
}
.home-room-inspirations .title {
    font-weight: 600;
    font-size: 0.48rem;
    line-height: 0.55rem;
    text-align: center;
    color: #2a3d4e;
}
.home-room-inspirations .btn_def {
    background: #222222;
    border-radius: 90px;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
    padding: 10px 30px;
    display: inline-block;
    margin: 0.25rem auto 0px;
    cursor: pointer;
    display: inline-block;
}
.home-room-inspirations .btn_def:hover {
    color: #ffffff;
    background: #ed6a00;
}
.home-choose {
    text-align: center;
 
}
.home-choose .title {
    font-weight: 600;
    font-size: 40px;
 
    text-align: center;
    color: #2a3d4e;
}
.home-choose .desc {
    font-size: 18px;
  
    text-align: center;
    color: #2a3d4e;
    margin-top: 5px;
}
.home-choose .image-box{
    margin: -40px auto 0;
    padding: 0px 0px 24px;
width: 100%;
max-width: 60px;
background-image: url("https://cdn.shopify.com/s/files/1/0662/1764/0185/files/service_icon_bg.png?v=1734415556");
background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}
.home-choose .item{
    box-shadow: 0px 0px 4px 0px #0000001A;
    margin-top: 40px;
    padding-bottom: 24px;
}
.home-choose .list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 50px;
}
 
.home-choose .list .item .name {
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #222222;
    margin-top: 8px;
}
.home-choose .list .item .name span{
color:#ED844A;
}
.home-choose .list .item .info {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #85847C;
    width: 78%;
    margin: 0px auto 0px;
}
.home-lifestyle {
    position: relative;
    margin: 0.6rem 0;;
}
.home-lifestyle .abs-bg-right {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #dce9f1;
    width: 50%;
    border-radius: 80px 0px 0px 0px;
    height: 6rem;
    -webkit-border-radius: 80px 0px 0px 0px;
    -moz-border-radius: 80px 0px 0px 0px;
    -ms-border-radius: 80px 0px 0px 0px;
    -o-border-radius: 80px 0px 0px 0px;
}
.home-lifestyle .main-conn {
    position: relative;;
}
.home-lifestyle .main-conn .logo {
    width: 6rem;
}
.home-lifestyle .abs-detail {
    position: absolute;
    right: 15px;
    top: 8%;
}
.home-lifestyle .abs-detail .name {
    font-size: 0.18rem;
    color: #767676;
    font-weight: 600;
}
.home-lifestyle .abs-detail .name span {
    font-size: 36px;
    text-align: center;
    color: #2a3d4e;
    padding: 0px 5px 0px 20px;
    font-weight: 600;
}
.home-lifestyle .info {
    width: 40%;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #2a3d4e;
    margin: 0.2rem 0px 0px;
}
.home-lifestyle .image-warp {
    margin-top: 0.4rem;
    position: relative;
    z-index: 10;
}
.home-lifestyle .image-warp img {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
.btn_def {
    background: #222222;
    border-radius: 90px;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    padding: 10px 30px;
    display: inline-block;
    margin: 0.25rem auto 0px;
    cursor: pointer;
    display: inline-block;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    -ms-border-radius: 90px;
    -o-border-radius: 90px;
}
.btn_def:hover {
    color: #ffffff;
    background: #ed6a00;
}
.home-section .section-title {
    font-weight: 600;
    color: #2a3d4e;
    font-size: 0.48rem;
    line-height: 0.64rem;
}

@media (max-width: 1500px) {
    .home-dream .title {
        font-size: 0.7rem;
        line-height: 0.8rem
    }
    .home-dream .list .left-images {
        width: 54%
    }
    .home-dream .list .right-list {
        width: 46%;
        padding: 0px 0.4rem;
        display: grid;
        grid-template-columns: repeat(2, 46%);
        grid-row-gap: 15px;
        grid-column-gap: 15px;
        font-size: 0.16rem
    }
    .home-advantage-discounts .swiper-discounts .list .item .left-detail {
        width: 45%;
        padding: 8% 0px 0px 0.6rem
    };
}
@media (max-width: 1520px) {
    .home-lifestyle .main-conn .logo {
        width: 500px
    }
    .home-lifestyle .abs-detail {
        right: 3%;
        top: 6%
    }
    .home-lifestyle .abs-detail .name {
        font-size: 16px
    }
    .home-lifestyle .abs-detail .name span {
        font-size: 26px;
        line-height: 0.62rem;
        text-align: center
    };
}
 
@media (max-width: 800px) {
    .home-choose .image-box{
        margin-top: -20px;
        width: 40px;
    }
    .home-choose .item {
        margin-top: 20px;
        padding-bottom: 10px;
    }
    .home-choose .list .item .info{
        font-size: 10px;
    }
    .box-new-club .item .section-title{
color:#000000!important;
    }
    .def_btn {
        font-size: 0.24rem;
        line-height: 0.36rem
    }
    .swiper-button-next,
    .swiper-button-prev {
        display: none
    }
    .home-dream {
        padding: 0.5rem 0px 0.4rem
    }
    .home-dream .title {
        font-size: 30px;
        line-height: 36px;
    }
    .home-dream .info p {
        font-size: 14px;
        line-height: 22px
    }
    .home-dream .list {
        display: block;
        margin-top: 0.4rem
    }
    .home-dream .list .left-images {
        display: none
    }
    .home-dream .list .right-list {
        padding: 0px;
        width: 100%;
        grid-template-columns: repeat(2, 47%)
    }
    .home-dream .list .right-list .item {
        background-size: 100%;
        background-repeat: no-repeat;
        height: calc(50vw - 25px);
        position: relative;
        display: block
    }
    .home-dream .list .right-list .item .name {
        position: absolute;
        bottom: 10px;
        font-size: 0.36rem;
        line-height: 0.36rem;
        color: #ffffff;
        font-weight: 600;
        text-align: center;
        width: 100%
    }
    .home-dream .list .right-list .item img {
        opacity: 0
    }
    .home-dream .list .right-list .item:hover {
        background-color: initial
    }
    .home-top-ranked {
        padding: 0.6rem 0px 0.2rem
    }
    .home-top-ranked .m-block {
        display: block
    }
    .home-top-ranked .left-detail {
        width: 100%;
        text-align: center;
        padding: 0px
    }
    .home-top-ranked .left-detail .title {
        font-size: 0.45rem;
        line-height: 0.6rem;
        padding-bottom: 5px
    }
    .home-top-ranked .left-detail .info p {
        width: 80%;
        margin: 0 auto;
        font-size: 0.24rem;
        line-height: 0.38rem
    }
    .home-top-ranked .left-detail .btn_shop_now {
        display: inline-block;
        margin: 0.25rem auto 0.7rem
    }
    .home-top-ranked .swiper_top_ranked {
        width: 100%;
        padding-bottom: 0.7rem
    }
    .home-top-ranked .swiper_top_ranked .item .detail {
        padding: 0.2rem 0px
    }
    .home-top-ranked .swiper_top_ranked .item .detail .title {
        font-size: 0.26rem;
        font-weight: 400;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 0.36rem;
        height: 38px
    }
    .home-top-ranked .swiper_top_ranked .item img {
        height: 250px
    }
    .home-for-home {
        padding: 0.6rem 0px
    }
    .home-for-home .title {
        font-size: 0.45rem;
        line-height: 0.6rem
    }
    .home-for-home .info {
        width: 80%;
        margin: 0 auto;
        font-size: 0.24rem;
        line-height: 0.38rem
    }
    .home-for-home .btn_show_now {
        margin-top: 0.4rem
    }
    .box-new-club {
        display: block
    }
    .box-new-club .item {
        margin-bottom: 0.4rem
    }
    .box-new-club .item img {
        width: 100%;
        display: block
    }
    .box-new-club .item .abs-detail {
        left: 0px;
        right: 0px;
        text-align: center
    }
    .box-new-club .item .abs-detail .def_btn {
        background: #ed6a00;
        display: inline-block;
        text-align: center;
        margin: 0px auto 0px
    }
    .box-new-club .item:last-child {
        margin-bottom: 0px
    }
    .home-advantage-discounts {
        background-image: none;
        min-height: inherit
    }
    .home-advantage-discounts .swiper-discounts {
        padding: 0px
    }
    .home-advantage-discounts .swiper-discounts .list {
        display: block;
        padding: 0px
    }
    .home-advantage-discounts .swiper-discounts .list .item {
        flex-direction: column-reverse;
        background-image: url("https://cdn.shopify.com/s/files/1/0662/1764/0185/files/20230519-094724.png?v=1684460881");
        margin-bottom: 0.3rem
    }
    .home-advantage-discounts .swiper-discounts .list .item .left-detail {
        width: 100%;
        padding: 0px;
        margin-top: 0.4rem;
        text-align: center
    }
    .home-advantage-discounts .swiper-discounts .list .item .left-detail .title {
        font-size: 0.4rem;
        line-height: 0.6rem
    }
    .home-advantage-discounts .swiper-discounts .list .item .left-detail .desc {
        font-size: 0.24rem;
        line-height: 0.32rem;
        width: 80%;
        margin: 0.1rem auto 0px
    }
    .home-advantage-discounts .swiper-discounts .list .item .left-detail .countdown {
        margin: 0.3rem 0px;
        justify-content: center
    }
    .home-advantage-discounts .swiper-discounts .list .item .left-detail .countdown .item {
        font-size: 0.24rem;
        padding: 4px 0px 0px;
        width: 50px
    }
    .home-advantage-discounts .swiper-discounts .list .item .left-detail .countdown .item span {
        font-size: 20px;
        line-height: 22px
    }
    .home-advantage-discounts .swiper-discounts .list .item .left-detail .countdown .item .txt_name {
        transform: scale(0.7);
        font-size: 12px;
        text-align: center
    }
    .home-advantage-discounts .swiper-discounts .list .item .left-detail .countdown .colon {
        padding: 0px 12px;
        line-height: 40px
    }
    .home-advantage-discounts .swiper-discounts .list .item .left-detail .btn_def {
        display: block;
        margin: 0.4rem auto;
        width: 3rem
    }
    .home-advantage-discounts .swiper-discounts .list .item .right-image {
        width: 100%;
        padding: 0px
    }
    .home-advantage-discounts .swiper-discounts .list .item .right-image img {
        width: 100%;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px
    }
    .home-advantage-discounts .swiper-discounts .list .item .right-image .abs-hot {
        left: 0px
    }
    .home-advantage-discounts .swiper-discounts .list .item .right-image .abs-sale {
        right: -36px;
        top: 12px;
        background: #ed6a00;
        background: linear-gradient(135deg, transparent 30px, #ed6a00 0) top left, linear-gradient(-135deg, transparent 30px, #ed6a00 0) top right;
        background-repeat: no-repeat;
        background-size: 51% 38px;
        font-size: 24px;
        display: block;
        height: 38px;
        display: flex;
        align-items: center
    }
    .home-fan-favorites {
        padding: 0.6rem 0px
    }
    .home-fan-favorites .title {
        font-size: 0.45rem;
        line-height: 0.5rem;
        width: 70%;
        margin: 0 auto
    }
    .home-fan-favorites .list {
        grid-template-columns: repeat(2, 48%);
        width: 80%;
        grid-column-gap: 0.4rem;
        grid-row-gap: 0.8rem;
        margin-top: 0.6rem
    }
    .home-fan-favorites .list .item img {
        display: block;
        margin: 0 auto
    }
    .home-fan-favorites .list .item .name {
        font-size: 0.24rem;
        line-height: 0.3rem
    }
    .home-room-inspirations {
        padding: 0.6rem 0px
    }
    .home-room-inspirations .title {
        font-size: 0.40rem;
 
        width: 70%;
        margin: 0 auto
    }
    .home-choose {
        display: block;
    }
    .home-choose .title {
        font-size: 24px;
      
        width: 70%;
        margin: 0 auto
    }
    .home-choose .desc {
        width: 60%;
        margin: 0.1rem auto 20px;
    }
    .home-choose .list {
        margin: 0 auto;
        width: 100%;
        grid-template-columns: repeat(2, 48%);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
    .home-choose .list .item img {
        width: 65px;
        margin-bottom: 0px;
        padding: 0px
    }
    .home-choose .list .item .name {
        font-size: 14px;
    }
    .home-choose .list .item .info {
        font-size: 12px;
        width: 90%;
        line-height: 18px
    }
    .home-lifestyle {
        display: block
    }
    .home-lifestyle .abs-bg-right {
        display: none
    }
    .home-lifestyle .main-conn {
        text-align: center;
        background: #dce9f1;
        padding: 30px 2px 20px 15px
    }
    .home-lifestyle .main-conn .logo {
        width: 60%;
        margin: 0rem auto
    }
    .home-lifestyle .main-conn .abs-detail {
        position: relative;
        text-align: center;
        left: 0px
    }
    .home-lifestyle .main-conn .abs-detail .name {
        font-size: 0.24rem;
        margin-top: 0.3rem
    }
    .home-lifestyle .main-conn .abs-detail .name span {
        font-size: 0.4rem;
        line-height: 0.5rem;
        padding: 0px 0.1rem
    }
    .home-lifestyle .image-warp {
        margin-top: 0.2rem;
        padding: 0px 0.2rem
    }
    .home-lifestyle .image-warp img {
        width: 100%
    }
    .home-lifestyle .info {
        width: 80%;
        margin: 0.15rem auto 0px
    }
    .home-section .section-title {
        font-size: 0.45rem;
        line-height: 0.6rem;
        width: 95%;
        margin: 0 auto
    };
}
.box-new-club {
 
    grid-column-gap: 40px;
}
.box-new-club .item a {
    display: block;
}
.template-index .section-title{
font-weight: bold;
}

.common-header .link-btn{
    font-size: 14px;
    color: #fff;
    background-color: #222222;
    padding: 10px 30px;
    border-radius: 20px;
    margin-top: 20px;
    display: inline-table;
  }
 .common-header .link-btn:hover{
    background-color: #ed6a00;
  }
@media screen and (max-width:749px) {
    .common-header .link-btn{
        margin-top: 10px;
    }
    .template-index .section-title{
        padding: 0px 10px;
    line-height: 1.3;
    font-weight:500;
    }
    .box-new-club .item .abs-detail {
        position: unset;
        margin-top: 10px;
    }
    .box-new-club .item .abs-detail .title {
        margin-bottom: 20px;
        color: #2a3d4e;
    }
    .box-new-club .item:first-child {
        margin-bottom: 40px;
    }
    .box-new-club .item .abs-detail .def_btn {
        background: #222;
    };
}
@media screen and (max-width:589px) {
    .box-new-club .item .abs-detail .def_btn{
        font-size:14px;
        line-height: 1.3;
        margin-top:20px;
        color:#ffffff;
    }
    
    .home-lifestyle {
        margin: 0px 0;
    }
    .home-lifestyle .info,
    .home-choose .desc {
        font-size: 16px;
    }
}  

@media screen and (min-width:1050px) and (max-width:1550px) {
    /* #shopify-section-template--18226597691641__home_collection_card_qmLBYt {
        margin: 50px 0!important;
    }
   
    .home_collection_card .left_banner img {
        height: 550px!important;
    }
    .template-index #nt_content .container{
        max-width: 830px;
    }
    .text-40{
        font-size: 30px!important;
    }
    .home_image_carousel .carousel_title{
        font-size: 30px!important;
        margin-bottom: 20px !important;
    }
    .text-18,
    .home_image_carousel .desc{
        font-size: 14px;
    }
  
    .home_collection_card .left_banner .text_box {
        top: 20px;
        left: 20px;
    }
    .home_collection_card .left_banner .text_title .text-40, .right_cols .col_text .col_title{
        font-size: 25px!important;
    }
    .left_banner .text_box .text_desc, .right_cols .col_text .col_desc {
        font-size: 14px!important;
    }
    .home_collection_card .right_cols .col_item, .right_cols .col_text {
        padding-left: min(2vw, 20px)!important;
        top: 20px;
    }
 
    .home-choose .desc,
    .template-index #nt_content .common-header .common-subtitle {
        font-size: 14px!important;
    }
    .home-choose .list {
        margin-top: 20px;
    }
    .home-choose .list .item .info {
        width: 95%;
        margin: 5px auto 0px;
    }
    .home-choose .list .item .name {
        font-size: 18px;
    }
   
    .template-index #nt_content .common-section-container{
padding-top:50px!important;
padding-bottom:50px!important;
    }
    .main_lookbook_img .title,
   
    .home-choose .title,
    .template-index #nt_content .has-heading .common-title{
        font-size: 30px!important;
    }
    .box-new-club .item .abs-detail {
        bottom: 20px;
        left: 20px;
    }
    #shopify-section-template--18226597691641__home_scene_entry_XrtQR6,
    #shopify-section-template--18226597691641__home_image_carousel_47tkiX{
        margin-top:50px!important;
        margin-bottom:50px!important;
    }
    #shopify-section-template--18226597691641__home_scene_entry_XrtQR6,
    #shopify-section-template--18226597691641__home_image_carousel_47tkiX{
        padding-bottom:50px!important;
    }
    .home_scene_entry .title_box {
        margin-bottom: 20px!important;
    }
   
    .main_lookbook_img .btn_def {
        padding: 8px 20px;
        margin: 10px 0px 30px;
    }
    .home-lifestyle{
margin-top: 30px;
    }
    .home-lifestyle .main-conn .logo {
        width: 350px!important;
    }
    .home-lifestyle .info {
        font-size: 14px;
    }
    .home-lifestyle .abs-detail .name {
        font-size: 14px;
    }
    .common-section-container-template--18226597691641__index_shs_geL3wq{
        padding-bottom:60px!important;
    }
    .home-lifestyle .btn_def {
        font-size: 14px;
        padding: 8px 20px;
    }
    .home-lifestyle {
       margin-bottom: 30px;
    } */
  }
  @media screen and (min-width:1200px) and (max-width:1550px) {
    
   
    .common-section-container-template--18675471876345__81edbb3e-bc8d-460a-a903-536d86ce9d02 .text-box .common-title, .common-section-container-template--18675471876345__81edbb3e-bc8d-460a-a903-536d86ce9d02 .common-title {
        font-size: 24px!important;
    }
}