.footer {
    padding-top: 200px;
    padding-bottom: 80px;
    background-image: url("../../../../../20260123085530im_/https%EF%B9%95/biokozmetik.com/assets/img/logo/footer_bg.svg");
    background-position: left -90px bottom -260px;
    background-size: contain;
    background-repeat: no-repeat;
    color: #fff;
}

.footer__flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer__bottom {
    display: flex;
    padding-top: 70px;
    padding-bottom: 50px;
}

.footer-content__box {
    font-weight: 300;
}
.footer-content__title {
    display: block;
    margin-bottom: 2px;
    font-weight: 600;
    font-size: 0.9rem;
}
.footer-content a {
    color: #fff;
    text-decoration: none;
    transition: color 0.25s ease-in-out;
}
.footer-content a:hover {
    color: #ff8400;
}

.footer-logo {
    position: relative;
    left: -12px;
    display: inline-block;
}

.footer-menu__title {
    display: block;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 1.2rem;
}
.footer-menu__item {
    margin-bottom: 16px;
}
.footer-menu__link {
    color: #c9c9c9;
    text-decoration: none;
    transition: color 0.25s ease-in-out;
}
.footer-menu__link:hover {
    color: #ff8400;
}

.social__link {
    display: inline-block;
    margin-right: 20px;
    color: #fff;
    text-decoration: none;
    transition: color 0.25s ease-in-out;
}
.social__link svg {
    width: 40px;
    height: 40px;
}
.social__link:hover {
    color: #ff8400;
}

.footer-links__list {
    display: flex;
}
.footer-links__item {
    margin-left: 15px;
}
.footer-links__link {
    color: #a0a0a0;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.25s ease-in-out;
}
.footer-links__link:hover {
    color: #fff;
    text-decoration: underline;
}

.copyright__text {
    width: 300px;
    color: #a0a0a0;
    font-size: 0.9rem;
}



.footer__flex{
    flex-wrap: inherit;
    flex-direction: row;
    justify-content: space-between;
    /*     background-color: blue; */
}

.footer-menu .footer-menu__list{
    flex-direction: column;
    display: flex
}

.footer-menu__title{
    font-weight: 600;
    font-size: 24px
}

.footer-logo{
    left: inherit;
    margin-bottom: 30px
}

.container{
    max-width: 1400px !important;
}


.footer-menu li a{
    font-size: 16px;
    color:#fff;
    font-weight: 400
}

.footer-content__box.flex{
    justify-content: space-between
}

.footer__bottom{
    justify-content: space-between;
    align-items: center;
    /*     background-color: red; */
}

.footer-content__box{
    margin-bottom: 30px
}

.flex{
    display: flex;
}

.copyright{
    justify-content: center;
    margin-top: 30px;
}



.product-container {
    position: relative;
    overflow-x: hidden;
    padding: 15px;
}


.footer-content{
    display: flex;
    flex: 1;
    flex-direction: column;
    width: 100%;
    margin-right: 120px;
}


.footer-menu{
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.footer {
    padding-top: 200px;
    padding-bottom: 80px;
    background-color: #411629;
    /*background-image: url(https://web.archive.org/web/20260123213216im_/https://biokozmetik.com/dist/img/footer-bg.svg);*/
    background-position: left -90px bottom -260px;
    background-size: contain;
    background-repeat: no-repeat;
    color: #fff;
}

.footer__flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.reference-container .reference-post p{
    font-weight: 500;
}


.product-content-area ol,
.product-content-area ul{
    margin-left: 32px;
    list-style: disc;
}


.footer__bottom {
    padding-top: 70px;
    padding-bottom: 50px;
}

.footer-content__box {
    font-weight: 300;
}

.about-section-banner .first-banner{
    width: 60%;
    top: -100px;
}


.about-section-banner .second-banner{
    width: 60%;
    bottom: -50px;
}

.footer-content__title {
    display: block;
    margin-bottom: 2px;
    font-weight: 600;
    font-size: .9rem;
}

.footer-content a {
    transition: color .25s ease-in-out;
    color: #fff;
    text-decoration: none;
}

.footer-logo {
    position: relative;
    left: -12px;
    display: inline-block;
}

.footer-menu__title {
    display: block;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 1.2rem;
}

.footer-menu__item {
    margin-bottom: 16px;
}

.footer-menu__link {
    transition: color .25s ease-in-out;
    color: #c9c9c9;
    text-decoration: none;
}

.footer-menu__link:hover,
.social__link:hover {
    color: #ff8400;
}

.copyright__text {
    width: 300px;
    color: #a0a0a0;
    font-size: .9rem;
}

.social__link {
    transition: color .25s ease-in-out;
    display: inline-block;
    margin-right: 20px;
    color: #fff;
    text-decoration: none;
}

.social__link svg {
    width: 40px;
    height: 40px;
}

.footer-links__item {
    margin-left: 15px;
}

.footer-links__link {
    transition: color .25s ease-in-out;
    color: #a0a0a0;
    text-decoration: none;
    font-size: .9rem;
}

.footer-links__link:hover {
    color: #fff;
    text-decoration: underline;
}

@media (max-width:1400px) {
    .footer {
        padding-top: 150px;
        padding-bottom: 40px;
    }
}

@media (max-width:1200px) {
    .footer,
    .footer__bottom {
        padding-top: 120px;
        padding-bottom: 30px;
    }
    .footer .container {
        max-width: 100%;
    }
}

@media (max-width:992px) {
    .productBreadcrumb .propArea{
        flex-direction: column;

    }

    .productBreadcrumb .propArea .propList p, .productBreadcrumb .propArea .propList li{
        margin-bottom: 0
    }
    .mobile-nav-container{
        height: 70px
    }

    .mobile-nav-container .navbar-logo img{
        height: 60px
    }

    .footer {
        padding-top: 50px;
        padding-bottom: 15px;
    }
    .footer__bottom {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .social__link {
        margin-right: 10px;
    }
    .footer-content {
        margin-bottom: 30px;
        width: 100%;
        text-align: center;
    }
    .footer-content__title {
        font-size: 1rem;
    }
}

@media (max-width:768px) {
    .productBreadcrumb .propArea{
        flex-direction: column;

    }

    .productBreadcrumb .propArea .propList p, .productBreadcrumb .propArea .propList li{
        margin-bottom: 0
    }
    .mobile-nav-container{
        height: 70px
    }

    .mobile-nav-container .navbar-logo img,
    .mobile-nav-container .navbar-logo svg{
        height: 50px
    }

    .footer__bottom {
        justify-content: center;
        padding-top: 0;
    }
    .social {
        justify-content: center;
        margin-bottom: 15px;
    }
    .social__link {
        margin: 4px;
    }
    .footer-links {
        width: 100%;
    }
    .footer-links__list {
        justify-content: center;
        text-align: center;
    }
    .footer-links__item {
        margin: 4px;
    }
}

@media (max-width:576px) {

    .productBreadcrumb .propArea{
        flex-direction: column;

    }

    .productBreadcrumb .propArea .propList p, .productBreadcrumb .propArea .propList li{
        margin-bottom: 0
    }

    .footer {
        padding-top: 30px;
        background-position: bottom right;
        background-size: cover;
    }
    .footer-menu {
        margin-bottom: 30px;
        width: 100%;
        text-align: center;
    }
    .footer-menu__title {
        margin-bottom: 15px;
    }
    .copyright,
    .road__item:before {
        justify-content: center;
    }
    .copyright__text {
        margin-bottom: 15px;
        width: 100%;
        text-align: center;
    }

    .mobile-nav-container{
        height: 70px
    }

    .mobile-nav-container .navbar-logo img{
        height: 60px
    }


    .main-swiper-slider-content{
        flex-direction: column;
    }

    .main-swiper-slider-content .content-area{
        padding-right: 0;
        order: 2;
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .main-slider-container .swiper-slide-active .banner-area{
        order:1;
        justify-content: center;
        align-content: center;
        align-items: center;
        display: flex;
    }

    .main-slider-container .swiper-slide-active .banner-area img{
        width: 60%;
        justify-content: center;
        align-content: center;
        align-items: center;
        display: flex;
    }

    .main-slider-container .swiper-slide-active .content-area .animate-element.third-element{

        justify-content: center;
        align-content: center;
        align-items: center;
        display: flex;
        text-align: center;
    }
}

/* Kategoriler başlığını stilize et */
.mobile-category {
    display: none;
    text-align: center;
    margin: 20px 0;
}

.category-label {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

/* Mobil görünümde açılır menüyü göster */
@media (max-width: 768px) {
    .nav-tabs {
        display: none;
    }

    .mobile-category {
        display: block;
    }

    .mobile-category{
        background-color: rgba(0,0,0,0.4);
        padding: 10px 0;
        border-radius: 10px;
        text-align: center;
        display: flex;
        flex-direction: column;
    }

    .category-label{
        font-size: 18px;
        margin-bottom: 0;
    }

    .mobile-category select, .mobile-dropdown{
        justify-content: center;
        align-items: center;
        text-align: center;
        display: flex;

    }
}


.main-swiper-slider-content{
    width: 70%;
    margin: 0 auto;
}

.main-swiper-slider-content .content-area{
    width: 40%;
}
.main-slider-container .swiper-slide-active .banner-area{
    margin-top: 0;

}


@media (max-width: 768px) {
    .main-swiper-slider-content{
        width: 100%;
        margin: 0 auto;
    }

    .main-slider-container .swiper-slide-active .banner-area img{
        width: 100%;
    }

    .main-swiper-slider-content .content-area{
        width: 90%;
        text-align: center;
    }
    .main-slider-container .swiper-slide-active .banner-area{
        margin-top: 0;

    }
    .footer__flex{
        flex-direction: column;
    }
    .footer-content{
        margin-right: 0;
    }

    .footer-menu li{
        width: 100%;
        border-bottom: 0;
        min-height: inherit;
    }
    .footer-content__box p{
        font-size: 16px
    }

    .footer-menu .footer-menu__list{
        margin-bottom: 0
    }
    .footer-content a{
        font-size: 20px;
        font-weight: 600;
    }
    .footer-menu{
        margin-bottom: 0
    }
    .footer-content{
        margin-bottom: 0
    }

    .footer-menu__link{
        font-size: 18px;
        font-weight: 500;
    }

    .footer__bottom{
        margin-top: 10px;
        flex-direction: column;
    }

}

.product-category-nav .nav-item .nav-link.active{
    background-color: #411629;
}

.product-category-nav .nav-item .nav-link{
    background-color: #FFE0E0;
    color: #411629;
}

#sidebar-fixed{
    overflow: hidden;
}

.section-plus-icon:before{
    border-left: 2px dashed #6e1e40;
}

#sidebar-fixed .section-plus-icon{
    position: absolute;
    /*top: calc(15rem + 50px);*/
    right: 0;
    top: 0;
    bottom: 0;
}
.sidebar-menu-section{
    background-color: #411629;
    padding: 20px;
    border-radius: 16px;
}
.sidebar-elements .menuList li a{
    color: #fff;
    font-weight: 500;
    font-size: 20px;
}
.product-card .detail .primary-title{
    color: #411629;
}
.product-card .detail .contentDetail{
    opacity: 1;
}
.product-card .detail .btn-hover-element{
    background-color: #411629;
}

.whatsapp-button{
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    background-color: #25d366;
    border-radius: 50px;
    color: #ffffff;
    text-decoration: none;
    width: 50px;
    height: 50px;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
    box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
    animation: effect 5s infinite ease-in;
}

@keyframes effect {
    20%, 100% {
        width: 50px;
        height: 50px;
        font-size: 30px;
    }
    0%, 10%{
        width: 55px;
        height: 55px;
        font-size: 35px;
    }
    5%{
        width: 50px;
        height: 50px;
        font-size: 30px;
    }
}


/*
     FILE ARCHIVED ON 21:32:16 Jan 23, 2026 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 22:13:05 Jan 23, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.949
  exclusion.robots: 0.031
  exclusion.robots.policy: 0.013
  esindex: 0.016
  cdx.remote: 9.573
  LoadShardBlock: 108.387 (3)
  PetaboxLoader3.resolve: 22.2 (2)
  PetaboxLoader3.datanode: 74.636 (3)
  load_resource: 24.138
*/