

html {
    scroll-behavior: smooth;
}

.desktop-version{
    display: block;
}

.mobile-version{
    display: none;
}

.campaign-header{
    padding: 30px;
    background-color: #f6f5f1;
    display: flex;
    justify-content: center;
}
.workspace-header{
    font-size: 30px;
    color: #4D443F;
    text-align: center;
    padding:30px 0;
    line-height: 40px;
}

.workspace-tab{
    width: 244px;
    background-color: #F6F5F2;
    color: #0c0c0c;
    border-radius: 18px; 
    font-size: 27px;
    border: none;
    margin: 8px;
    padding: 8px;
    cursor: pointer;

}

.workspace-tab.active{
    background-color: #ffffff;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.10),
        0 8px 16px rgba(0, 0, 0, 0.08);

}

.workspace-tab-layout{
    display: flex;
    justify-content: center;
}

.workspace-images{
    display: none;
    justify-content: center;
    padding: 10px;
    margin-top: 10px;
}

.workspace-images.active{
    display: flex;
    
}

.chair-category{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F4EDE0;
    margin-top: 50px;
   
}

.office-category{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #DAE7E7;
   
}

.deco-category{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F2E5E8;
   
}


.chair-header{
    margin-top: 80px;
}
.category-button-layout{
    margin-top: 30px;
    display: flex;
    justify-content: center;
    padding: 10px;
     gap: 10px;
}
.chair-button{
    width: 244px;
    border: 0;
    border-radius: 18px;
    background-color: #ffffff;
    color: #52463F;
    font-size: 25px;
    padding: 12px;
    cursor: pointer;
}

.chair-button.active{
    background-color: #B89D8D;
}

.chair-title{
    margin-top: 15px;
    text-align: center;
    font-size: 37px;
    color: #52463F;
    font-weight: bold;
}
.chair-subtitle{
    margin-top: 10px;
    font-size: 20px;
    color: #52463F;
    text-align: center;
}

.office-button{
    width: 244px;
    border: 0;
    border-radius: 18px;
    background-color: #ffffff;
    color: #52463F;
    font-size: 25px;
    padding: 12px;
    cursor: pointer;
}

.office-button-mob{
        width: 363px;
         border: 0;
        border-radius: 18px;
        background-color: #ffffff;
        color: #52463F;
        font-size: 27px;
        padding: 12px;
        cursor: pointer;
    }

.office-button.active{
    background-color: #AAC9C9;
}

.office-button-mob.active{
    background-color: #AAC9C9;
}




   .product-layout .swiper-slide {
        width: auto !important;
    }

    .swiper-pagination {
        display: none;
    }

.product-layout img{
    width: 260px;
}

.chair-content {
    display: none;
}

.chair-content.active {
    display: block;
}

.office-content, .office-content-mob {
    display: none;
}

.office-content.active, .office-content-mob.active {
    display: block;
}


.category-all-button{
    width: 411px;
    font-size: 15px;
    padding: 15px;
    border: 0;
    border-radius: 21px;
    color: #52463F;
    background-color: #ffffff;
    cursor: pointer;
    margin-bottom: 20px;

}

.category-all-button2{
    width: 386px;
    font-size: 15px;
    padding: 15px;
    border: 0;
    border-radius: 21px;
    color: #52463F;
    background-color: #ffffff;
    cursor: pointer;
    margin-bottom: 20px;

}

.category-deco-button{
    width: 350px;
    font-size: 15px;
    padding: 17px;
    border: 0;
    border-radius: 21px;
    color: #52463F;
    background-color: #ffffff;
    cursor: pointer;
    margin-bottom: 20px;

}


.category-all-button-layout{
    display: flex;
    justify-content: center;
}

.protips{
    margin-top: 20px;
}

.protips-flex{
    display: flex;
    justify-content: center;
    gap: 15px;
      margin-top: -40px; 
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
}
 .product-layout.swiper {
        padding: 25px 0 35px;
    }

    .two-columns{
        display: flex;
        justify-content: center;
        padding: 20px;
        gap: 20px;
    }
    .office-column{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .two-column-spacing{
        margin-top: 20px;
    }

  .deco-swiper {
    max-width: 1200px;
    margin: 30px auto 0;
    overflow: hidden;
}

.deco-swiper .swiper-slide {
    display: flex;
    justify-content: center;
}

.deco-swiper .swiper-slide img {
    width: 100%;
    max-width: 380px;
    display: block;
}

.deco-swiper .swiper-slide picture,
.deco-swiper .swiper-slide a {
    display: block;
}



.carousel-controls {
    display: grid;
    grid-template-columns: 40px auto 40px;
    align-items: center;
    margin-top: 25px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.deco-swiper .swiper-pagination {
    position: static;
    display: flex;
    align-items: center;
    gap: 8px;
}

.deco-swiper .swiper-pagination-bullet {
    width: 50px;
    height: 4px;
    border-radius: 999px;
    background: #d9d9d9;
    opacity: 1;
    margin: 0 !important;
}

.deco-swiper .swiper-pagination-bullet-active {
    background: #52463F;
}

.deco-swiper .swiper-button-prev,
.deco-swiper .swiper-button-next {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    color: #52463F;
    flex-shrink: 0;
    border: none;
    background-color: transparent;
}

.deco-swiper .swiper-button-prev::after,
.deco-swiper .swiper-button-next::after {
    font-size: 22px;
    font-weight: bold;
}

.deco-swiper .swiper-button-prev {
    justify-self: start;
}

.deco-swiper .swiper-pagination {
    justify-self: center;
}



.deco-swiper .swiper-button-next {
    justify-self: end;
}
.deco-button {
    display: none;
     }

     .deco-swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.deco-button {
    width: 100%;
    max-width: 280px;
    padding: 12px;
    border: 0;
    border-radius: 20px;
    background: #fff;
    color: #52463F;
    cursor: pointer;
}

.sinarmologisi{
    display: flex;
    justify-content: center;
    padding: 20px;
    background-color: #f6f5f2;
}

.header-carousel {
    display: flex;
    justify-content: center;
    width: 100%;
}

.header-swiper {
    width: 100%;
    max-width: 1390px;
    overflow: hidden;
}

.header-swiper .swiper-wrapper {
    display: flex;
}

.header-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    width: 100% !important;
}

.header-swiper picture,
.header-swiper img {
    display: block;
    width: 100%;
}

.navigation-buttons{
    display: flex;
    justify-content: center;
    gap: 10px;
}

.deco-button-layout{
    display: flex;
    justify-content: center;
    gap: 15px;
    padding: 15px 0;
    margin-top: 20px;

}

.header-swiper {
    padding-bottom: 25px;
}

.header-swiper .header-pagination {
    position: static;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.header-swiper .swiper-pagination-bullet {
    width: 45px;
    height: 4px;
    border-radius: 999px;
    background: #d9d9d9;
    opacity: 1;
    margin: 0 !important;
}

.header-swiper .swiper-pagination-bullet-active {
    background: #52463F;
}

.office-swiper .swiper-button-prev, .office-swiper .swiper-button-next {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    color: #52463F;
    flex-shrink: 0;
    border: none;
    background-color: transparent;
}

.office-swiper .swiper-button-next {
    justify-self: end;
}
.office-swiper .swiper-button-prev {
    justify-self: start;
}
.office-swiper .swiper-pagination {
    justify-self: center;
}

.office-swiper .swiper-pagination {
    position: static;
    display: flex;
    align-items: center;
    gap: 8px;
}

.office-swiper .swiper-pagination-bullet {
    width: 45px;
    height: 4px;
    border-radius: 999px;
    background: #d9d9d9;
    opacity: 1;
    margin: 0 !important;
}

.office-swiper .swiper-pagination-bullet-active {
    background: #52463F;
}




.product-layout .swiper-button-prev, .product-layout .swiper-button-next {
    display: none;
}

.product-layout .swiper-button-next {
    justify-self: end;
}
.product-layout .swiper-button-prev {
    justify-self: start;
}
.product-layout .swiper-pagination {
    justify-self: center;
}

.product-layout .swiper-pagination {
  display: none;
}

.product-layout .swiper-pagination-bullet {
    width: 45px;
    height: 4px;
    border-radius: 999px;
    background: #d9d9d9;
    opacity: 1;
    margin: 0 !important;
}

.product-layout .swiper-pagination-bullet-active {
    background: #52463F;
}


@media (min-width: 1630px) {
 .header-carousel{
    width: 70%;
    margin: 0 auto;
 }

}



@media (min-width: 1025px) {
     

    .product-layout .swiper-wrapper {
        display: flex;
        justify-content: center;
        gap: 20px;
        transform: none !important;
    }

    .product-layout .swiper-slide {
        width: 260px !important;
        margin-right: 0 !important;
        flex-shrink: 0;
    }
      .office-swiper .swiper-wrapper {
        display: grid;
        grid-template-columns: 2fr 1.2fr;
        gap: 20px;
        transform: none !important;
    }

    .office-swiper .swiper-slide {
        width: auto !important;
        margin-right: 0 !important;
    }

    .office-swiper .swiper-slide:first-child {
        grid-row: span 2;
    }

    .office-arrows {
        display: none;
    }
}


@media (max-width: 1024px) {
    .desktop-version{
    display: none;
}

.mobile-version{
    display: block;
}
    .campaign-header {
      padding: 0;
    }
    .workspace-tab-layout{
        flex-direction: column;
        align-items: center;
    }

    .workspace-tab{
        width: 363px;
        font-size: 27px;
    }
    .chair-category{
   
    margin-top: 20px;
   
}
    .chair-header{
    margin-top: 10px;
}
 .chair-button{
        width: 363px;
        font-size: 27px;
    }
     
.category-button-layout{
   flex-direction: column;
   align-items: center;
  }
  .protips-flex{
    flex-direction: column;
    align-items: center;
    margin-top: -200px; 
}

    .product-layout .swiper-wrapper {
        width: 100%;
        gap: 0 !important;
    }

    .product-layout .swiper-slide {
        width: 100% !important;
        flex-shrink: 0;
        display: flex;
        justify-content: center;
    }
   
    .product-layout img {
        width: 100%;
        max-width: 260px;
    }


     .office-swiper {
        width: 100%;
        max-width: 300px;
        margin: 25px auto;
        overflow: hidden;
    }

    .office-swiper .swiper-slide {
        width: 100% !important;
    }

    .office-swiper img {
        width: 100%;
        display: block;
    }
    .deco-swiper {
        max-width: 320px;
    }

    .deco-swiper .swiper-slide img {
        max-width: 220px;
    }

    
      .deco-button {
        display: block;
    }

    .chair-title{
    
    font-size: 25px;
    
}
.chair-subtitle{
   
    font-size: 16px;
    
}

.category-all-button{
    width: 350px;
}

.navigation-buttons{
    flex-direction: column;
    align-items: center;
    
}

.workspace-header{
    font-size: 25px;
    color: #4D443F;
    text-align: center;
    padding:30px 0;
}

.product-layout .swiper-pagination {
    display: block;
    position: static;
    display: flex;
    align-items: center;
    gap: 8px;
}

.product-layout .swiper-button-prev, .product-layout .swiper-button-next {
    display: block;
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    color: #52463F;
    flex-shrink: 0;
    border: none;
    background-color: transparent;
}

    

}