*{
    box-sizing: border-box;
    position: relative;
    padding: 0;
    margin: 0;
  }

a{
    text-decoration: none;
    color: #fff;
}
.c1{
    background-color: #355368;
}
.c2{
    background-color: #7a7590;
}
.c3{
    background-color: #7996b8;
}
.c4{
    background-color: #625668;
}
.sf{
    font-size: small;
}
.w-full{
    width: 100%;
}
.top{
    width: 100%;
    height: 40px;
    background-color: #000;
}
.container-fluid{
    /* border: 1px solid #fff; */
    width: 85%;
    /* height: 100%; */
    margin: 0 auto;   
}
.flex{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.v-center{
    top: 50%;
    transform: translateY(-50%);
}
.items-8{
    margin-right: 8px;
}
.info-top{
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.info-top i{
    margin: 2px;
    padding: 1px;
}
.info{
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.info i{
    margin: 2px;
    padding: 1px;
}
.language-select{
    position: absolute;
    left: 0;
}
.second-1{
    margin-top: 20px;
}
.flex-jsb{
    justify-content: space-between;
}
.logo-img{
    height: 40px;
    width: 10%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("https://www.ikea.com.tw/webroot/img/logos/IKEA_logo.svg?v=1725355274");
}
.search-bar{
    width: 70%;
    height: 50px;
    border-radius: 25px;
    background-color: #efefef;
    padding: 18px;
}
.search-bar input{
    width: 60%;
    border: none;
    background-color: #efefef;
    margin-left: -30px;
}
.sign-up a{
    display: inline-block;
    color: #333;
    line-height: 40px;
}
.sign-up{
    padding: 0 15px;
    display: inline-block;
    border-radius: 20px;
    background-color: #efefef;
}
.icon{
    width: 40px;
    height: 40px;
    background-color: #efefef;
    border-radius: 20px;
}
.icon i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.second-1-r{
    width: 250px;
}
.flex-jfs{
    justify-content: flex-start;
}
.items-30{
    list-style: none;
    margin-right: 30px;
}
.items-30 a{
    color: #333;
    font-weight: 900;
}
.kanban-view{
    border: 1px solid #333;
}
.mt-35{
    margin-top: 35px;
}
.h-400{
    height: 400px;
}
.mb-90{
    margin-bottom: 90px;
}
.h-560{
    height: 560px;
}
.h-800{
    height: 800px;
}
.h-470{
    height: 470px;
}
.mb-50{
    margin-bottom: 60px;
}
.h-450{
    height: 430px;
}
.h-300{
    height: 300px;
}
.mb-130{
    margin-bottom: 130px;
}
footer{
    background-color: #efefef;
    margin-top: 100px;
}
.footer-container{
    width: 85%;
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
    display: flex;
    padding-top: 100px;
}
.ft-con-npt{
    padding-top: 0px;
}
.footer-more-info{
    width: 20%;
    height: 350px;
    margin-right: 80px;
}
.footer-info-content{
    width: 90%;
    height: 200px;
}
.footer-info-content h4{
    margin-bottom: 15px;
}
.footer-info-content p{
    color: #333;
    line-height: 20px;
    margin-bottom: 20px;
}
.footer-info-content button{
    width: 90px;
    height: 40px;
    background-color: #111;
    border-radius: 20px;
    color: #ddd;
}
.footer-info-content button a{
    font-size: 12px;
    font-weight: 700;
}
.footer-list{
    width: 75%;
    display: flex;
    justify-content: space-between;
}
.footer-list ul{
    width: 15%;
    font-size: 15px;
}
.footer-list h4{
    margin-bottom: 20px;
}
.footer-list li{
    list-style: none;
    margin-bottom: 15px;
}
.footer-list a{
    color: #333;
}
.footer-container .info{
    padding-bottom: 30px;
}
.divider a{
    color: #333;
    line-height: 80px;
    display: block;
    text-align: center;
    font-weight: 800;
}
.pt-50{
    padding-top: 50px;
}
hr{
    color: #ddd;
}
.icon-s{
    width: 30px;
    height: 30px;
    border-radius: 15px;
    /* background-color: #ddd; */
    border: 0.5px solid #bbb;
    margin-right: 15px;
}
.icon-s i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(15%,15%);
    scale: 1.2;
    color: #333;
}
.mb-35
{
    margin-bottom: 35px;
}
.policy a{
    font-size: smaller;
    margin-right: 10px;
    color: #333;
}
.policy p{
    display: block;
    text-align: center;
    line-height: 80px;
    font-size: smaller;
}
.policy ul{
    display: block;
    text-align: center;
    line-height: 80px;
    font-size: smaller;
}
.policy{
    display: flex;
    justify-content: space-between;
    padding-top: 0px;
}
.policy .info{
    padding-bottom: 0px;
}
.flex-c-jsb{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
/* component */
.scroll-bar{
    width: 100%;
    height: 1px;
    background-color: #ddd;
}
.product-view{
    height: 95%;
    overflow-x: hidden;
}
.product-view-1{
    height: 95%;
}
.product-view-4{
    height: 80%;
}
/* 無法使用比例自動計算? */
.product-card-1{
    height: 532px;
}
.overflow-content-2{
    width: 160%;
    height: 100%;
}
.product-card-2{
    width: 30%;
    height: 100%;
    margin-right: 20px;
}
.content-2{
    width: 100%;
    height: 100%;
}
.content-2-img{
    width: 100%;
    height: 50%;
    background-color: rgba(0, 0, 0, 0.3)
}
.content-text{
    height: 50%;
    padding-left: 20px;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-bottom: 20px;
}
.siral{
    font-size: 18px;
}
.heading{
    font-size: 25px;
}
.cc{
    font-size: 18px;
}
.link-button{
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #fff;
}
.link-button i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.Productcard{
    height: 95%;
    /* border: 1px solid #555; */
}
.overflow-content-3{
    width: 220%;
    height: 100%;
}
.product-card-3{
    width: 15%;
    height: 95%;
    margin-right: 20px;
    border: 1px solid #ddd;
}
.product-card-3-header{
    margin: 10px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.heart-icon{
    width: 30px;
    height: 30px;
    background-color: #ddd;
    border-radius: 50%;
}
.heart-icon i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.product-card-3-image{
    width: 100%;
    height: 65%;
}
.discount-tag{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 60px;
    height: 60px;
    background-color: rgb(0, 0, 0);
}
.discount-tag p{
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
}
.product-card-3-content .heading{
    font-size: 20px;
    font-weight: 900;
    margin: 5px 0;
}
.product-card-3-content .des{
    font-size: 15px;
    font-weight: 100;
    color: #777;
    margin: 5px 0;
}
.product-card-3-content .price-tag{
    font-size: 30px;
    font-weight: 600;
}
.product-card-4{
    height: 400px;
}
.overflow-content-5{
    width: 130%;
    height: 100%;
}
.product-card-5{
    width: 20%;
    height: 95%;
    margin-right: 20px;
    border: 1px solid #ddd;
}
.product-card-5-image{
    width: 100%;
    aspect-ratio: 1/0.9;
    background-color: rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
}
.product-card-5-content .heading{
    margin-bottom: 10px;
}
.product-card-5-content .des{
    font-size: 15px;
    margin-bottom: 20px;
}
.product-card-5-content button{
    width: 90px;
    height: 40px;
    background-color: #111;
    border-radius: 20px;
    color: #ddd;
}
.product-card-5-content button a{
    font-size: 12px;
    font-weight: 700;
}
.product-card-6{
    height: 400px;
    padding-right: 20px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-content: space-between;
}
.product-card-6-image{
    height: 95%;
}
.product-card-7{
    height: 480px;
    width: 30%;
}
.product-card-7-image{
    height: 70%;
}
.product-card-7-content h3{
    margin: 15px 0;
    font-size: 25px;
    font-weight: bold;
}
.product-card-7-content p{
    margin-bottom: 20px;
    color: #777;
}
.product-card-7-content a{
    color: #777;
    text-decoration: underline;
}
.last{
    margin-right: 0;  
}
#carousel2{
    position: absolute;
    left: 0;
    transition: all 0.3s;
}
#previous-2{
    position: absolute;
    left: -25px;
    top: 50%;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: none;
    background-color: #ddd;
}
#next-2{
    position: absolute;
    left: calc(100% - 25px);
    top: 50%;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: none;
    background-color: #ddd;
}
#carousel3{
    position: absolute;
    left: 0;
    transition: all 0.5s;
}
#previous-3{
    position: absolute;
    left: -25px;
    top: 50%;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: none;
    background-color: #ddd;
}
#next-3{
    position: absolute;
    left: calc(100% - 25px);
    top: 50%;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: none;
    background-color: #ddd;
}
#previous-5{
    position: absolute;
    left: -25px;
    top: 50%;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: none;
    background-color: #ddd;
}
#next-5{
    position: absolute;
    left: calc(100% - 25px);
    top: 50%;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: none;
    background-color: #ddd;
}