html, body{ overflow-x: hidden; max-width: 100vw;}

.out{ opacity: 0;}

.bd-header{ position: relative; margin-bottom: 30px; color: #000; display: flex; flex-direction: column; font-family: "Poppins", sans-serif;}
.bd-header > div{ padding: 0 15px;}
.bd-header > div > div{ max-width: 1100px; margin: 0 auto; width: 100%;}
.bd-header .top{ height: 30px; background-color: #000;}
.bd-header .mid{ position: relative; border-bottom: 1px solid rgba(238, 238, 238, 1); height: 85px; display: flex; align-items: center; justify-content: space-between;}
.bd-header .mid > div{ gap: 30px; display: flex; align-items: center; justify-content: space-between;}
.bd-header .mid > div > div{ display: flex; align-items: center;}
.bd-header .mid .l{ gap: 60px; width: 100%;}
/* .bd-header .mid .r{ padding-right: 115px;} */
.bd-header .mid .r{ display: flex; align-items: center; gap: 20px;}
.bd-header .btns{ display: flex; gap: 20px;}
.bd-header .btns > div{ display: flex; position: relative;}
.bd-header .btns > div > button{ white-space: nowrap; font-size: 12px; display: flex; align-items: center; gap: 10px; width: fit-content; padding: 0; border: none; outline: none; background-color: transparent;}
.bd-header .btns > div > button i{ font-size: 22px; display: flex;}
/* .bd-header .btns > div > button svg{ height: 25px; width: fit-content;}
.bd-header .btns > div > button.basket svg{ height: 30px; width: fit-content;} */
.bd-header .btns > div > button svg{ height: 22px; width: 22px}
.bd-header .btns > div > button.basket svg{ height: 26px; width: 26px;}
.bd-header .btns > div > button span{ }
.bd-header .btns > div > button + div{ opacity: 0; transform: translateY(10px); transition: all .25s ease; pointer-events: none;}
/* .bd-header .btns > div > button + div.active, */
.bd-header .btns > div > button:hover + div,
.bd-header .btns > div > button + div:hover{ opacity: 1; transform: translateY(0px); pointer-events: all;}
.bd-header .bottom{ border-bottom: 1px solid rgba(238, 238, 238, 1);}
.bd-header .bottom > div{}

.bd-header .bottom > div nav{}
.bd-header .bottom > div nav > ul{ height: 43px; display: flex; align-items: center; gap: 40px; list-style: none; margin: 0; justify-content: center; padding: 0;}
.bd-header .bottom > div nav > ul > li{ height: 100%; position: relative;}
.bd-header .bottom > div nav > ul > li > a{ font-size: 16px; font-weight: 500; color: inherit; height: 100%; display: flex; align-items: center;}
.bd-header .bottom > div nav > ul > li > button{ position: absolute; top: 0; right: 0; height: 100%; width: 50px; background-color: transparent; border: none; outline: none; opacity: .6;}
.bd-header .bottom > div nav > ul > li > div{ opacity: 0; pointer-events: none; transform: translateY(10px); width: 170px; position: absolute; left: 0; top: 100%; background-color: rgba(0, 0, 0, 0.85); backdrop-filter: blur(5px); z-index: 10; border-radius: 7px; transition: all .25s ease;}
.bd-header .bottom > div nav > ul > li > div ul{ display: flex; flex-direction: column; padding: 5px 0; gap: 5px; list-style: none;}
.bd-header .bottom > div nav > ul > li > div ul li{}
.bd-header .bottom > div nav > ul > li > div ul li a{ display: flex; padding: 5px 10px; color: #fff; font-size: 12px; font-weight: 500;}

.bd-header:has(~ .hero-section){ margin-bottom: 0;}

.bd-search-input{ width: 100%; max-width: 410px;}
.bd-search-input > div{ width: 100%;  position: relative; border: 1px solid #eee; height: 40px; color: #000; display: flex;}
.bd-search-input > div input{ font-size: 14px; height: 100%; font-weight: 600; border: none; outline: none; padding: 0 15px; width: 100%;}
.bd-search-input > div input::placeholder{ color: inherit; opacity: 1;}
.bd-search-input > div button{ font-size: 22px; display: flex; align-items: center; justify-content: center; width: 42px; min-width: 42px; height: 100%; border: none; outline: none; background-color: transparent;}
.bd-search-input > div button svg{ height: 29px;}

.site-logo{ display: flex;}
.site-logo img{ height: 15px;}

.bd-top-bar{ height: 50px; min-height: 50px; background-color: #000; color: #fff; text-align: center; position: relative; display: flex; align-items: center; justify-content: center;}
.bd-top-bar strong{ font-size: 16px; font-weight: 400;}
.bd-top-bar button{ position: absolute; right: 10px; top: 50%; transform: translateY(-50%); background-color: transparent; border: none; outline: none;}
.bd-top-bar button.left{ right: unset; left: 10px; font-size: 24px;}
.bd-top-bar button svg{ height: 24px;}


.header-profile{ width: 170px; position: absolute; top: 100%; right: 0; padding-top: 10px; z-index: 100;}
.header-profile > div{ background-color: #fff; display: flex; flex-direction: column; gap: 1px; border-radius: 10px; width: 100%; box-shadow: 0 0 16px -10px #000; border: 1px solid #f0f0f0; padding: 10px;}
.header-profile > div > a{ color: #000; padding: 7px 10px; border-radius: 10px; transition: all .25s ease;}
.header-profile > div > a:hover{ background-color: #000; color: #fff;}

.header-basket{ width: 300px; position: absolute; top: 100%; right: 0; padding-top: 10px; z-index: 999; display: none; flex-direction: column;}
.btns > div:hover .header-basket{ display: flex;}
.header-basket.active{ display: flex;}
.header-basket > .t{ height: 50px; min-height: 50px; background-color: #000; color: #fff; text-align: center; position: relative; display: flex; align-items: center; justify-content: center;}
.header-basket > .t strong{ font-size: 16px; font-weight: 400;}
.header-basket > .t button{ position: absolute; right: 10px; top: 50%; transform: translateY(-50%); background-color: transparent; border: none; outline: none;}
.header-basket > .t button svg{ height: 24px;}
.header-basket > .b{ background-color: #fff; display: flex; flex-direction: column; gap: 15px; border-radius: 10px; width: 100%; box-shadow: 0 0 16px -10px #000; border: 1px solid #f0f0f0; padding: 20px;}

.bd-products{ width: calc(100% + 10px); padding-right: 10px; display: flex; flex-direction: column; max-height: 300px; overflow-y: auto; gap: 25px;}
.bd-products::-webkit-scrollbar{ width: 5px; margin-left: 5px;}
.bd-products::-webkit-scrollbar-thumb{ background: #15284b; border-radius: 10px;}
.bd-products::-webkit-scrollbar-track{ background: #e5e5e5; border-radius: 10px;}

.bd-product{ --w: 80px; padding-bottom: 25px; display: flex; gap: 8px;}
div > .bd-product:not(:last-child){ border-bottom: 1px solid #e5e5e5;}
.bd-product > .img{ width: var(--w); min-width: var(--w);}
.bd-product > .img img{ width: 100%;}
.bd-product > .detail{ width: 100%; display: flex; flex-direction: column; gap: 4px;}
.bd-product > .detail > a{ font-size: 12px; font-weight: 400; color: #15284b; line-height: 1.25;}
.bd-product > .detail > strong{ color: #15284b; font-size: 16px; font-weight: 700;}
.bd-product > .detail > div{ display: flex; flex-direction: column; font-size: 11px; color: #8993a4;}
.bd-product > .detail > div span{}
.bd-product > .detail .delete{ --size: 24px; margin-left: auto; font-size: 10px; color: #8993a4; width: var(--size); height: var(--size); display: flex; align-items: center; justify-content: center; border: 1px solid #8993a4; border-radius: 100%; background-color: transparent; outline: none; font-size: 0;}


.products-total{ display: flex; align-items: center; justify-content: space-between; padding: 15px 0; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;}
.products-total span{ color: #15284b; font-size: 12px;}
.products-total strong{ color: #15284b; font-size: 16px; font-weight: 700; line-height: 20px;}


.basket-btns{ display: flex; gap: 10px;}
.basket-btns > *{ flex: auto;}


.bd-btn{ padding: 17px 15px; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 600; border-radius: 8px; border: none; outline: none;}
.btn-light{ color: #15284b; background: #e5e8eb;}
.btn-main{ color: #fff;background: #15284b;}



.bd-langs{ position: relative;}
.bd-langs button::after{ display: none;}
.bd-langs .front{ width: fit-content; min-width: 105px; font-size: 12px; width: fit-content; height: fit-content; padding: 0; display: flex; align-items: center; background-color: transparent; transition: all .2s ease; cursor: pointer; border: none; outline: none; justify-content: flex-end; line-height: 1; border-left: 1px solid #acacac;}
.bd-langs .front{}
/* .bd-langs .front:hover{ background-color: rgba(0, 0, 0, .1);} */
.bd-langs .front .img{ height: 13px; width: 20px; min-width: 20px; margin-right: 6px; background: url(https://fimkastore.com/Scripts/images/sprites_countryFlag_s_fix_2.png) no-repeat;}
.bd-langs .front .img.tr{ background-position: 0 -19760px;}
.bd-langs .front .img.en{ background-position: 0 -20638px;}
.bd-langs .front .img.de{ background-position: 0 -4880px;}
.bd-langs .front .img.ru{ background-position: 0 -16880px;}
.bd-langs .front .img.ar{ background-position: 0 -1680px;}
.bd-langs .front .img.sr{ background-position: 0 -17600px;}
.bd-langs .front i{ transition: all .2s ease; margin-left: 5px; font-size: 8px;}
.bd-langs:has(.back.active) .front i,
.bd-langs:has(.back:hover) .front i,
.bd-langs .front:hover i{ transform: rotate(180deg);}
.bd-langs .back{ width: 170px; padding-top: 10px; position: absolute; top: calc(100% + 30px); right: 0; z-index: 99; transition: all .2s ease; opacity: 0; pointer-events: none;}
.bd-langs .back > div{ width: 100%; padding: 10px 15px 20px; box-shadow: 0 10px 15px rgba(0, 0, 0, 0.25); background-color: white; display: flex; flex-direction: column; gap: 10px;}
.bd-langs .back.active,
.bd-langs:has(.front:hover) .back,
.bd-langs .back:hover{ top: calc(100% + 0px); opacity: 1; pointer-events: all;}
.bd-langs .back > div > span{ font-size: 12px; color: #2b2b2b;}
.bd-langs .back > div > button{ font-size: 12px; padding: 0; display: flex; gap: 7px; align-items: center; transition: all .2s ease; cursor: pointer; width: 100%; color: var(--dark); border-radius: 0; border: none; outline: none; background-color: transparent; opacity: .5;}
.bd-langs .back > div > button span{ color: inherit;}
.bd-langs .back > div > button.active,
.bd-langs .back > div > button:hover{ opacity: 1;}
.bd-langs .back > div > button img{ margin-right: 2px; height: 15px; border-radius: 50%; object-fit: cover; aspect-ratio: 1;}

.bd-flag{ background: url(https://fimkastore.com/Scripts/images/sprites_countryFlag_s_fix_2.png) no-repeat; width: 20px; height: 13px;}
.flag-tr { background-position: 0 -19760px}
.flag-en { background-position: 0 -20638px}
.flag-us { background-position: 0 -20880px}
.flag-ru { background-position: 0 -16880px}
.flag-de { background-position: 0 -4880px}
.flag-ar { background-position: 0 -1680px}
.flag-sr { background-position: 0 -17600px}


.mobile-search:not(.active) > button > svg:nth-child(2),
.mobile-search.active > button > svg:nth-child(1){ display: none;}


.bd-footer{ position: relative; margin-top: 50px; color: #000; display: flex; flex-direction: column; font-family: "Poppins", sans-serif; border-top: 10px solid #000;}
.bd-footer > div{ padding: 0 15px;}
.bd-footer > div > div{ max-width: 1100px; margin: 0 auto; width: 100%;}
.bd-footer .t{ padding-top: 40px; padding-bottom: 40px;}
.bd-footer .t .site-logo{ }
.bd-footer .t .site-logo img{ height: 17px;}
.bd-footer .t > div{ display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 20px;}
.bd-footer .t > div > div{}
.bd-footer .t > div > div:nth-child(1){ display: flex; flex-direction: column; align-items: center; gap: 25px;}
.bd-footer .t > div > div ul{ list-style: none; padding: 0; display: flex; flex-direction: column; gap: 10px;}
.bd-footer .t > div > div ul li{}
.bd-footer .t > div > div ul li a{ font-size: 13px; color: #040507ff; transition: all .2s ease;}
.bd-footer .t > div > div ul li a:hover{ color: #777;}
.bd-footer .t > div > div ul li strong{ font-size: 16px; color: #222222ff; font-weight: 600; margin-bottom: 5px; display: inline-block;}
.bd-footer .b{ padding-bottom: 20px;}
.bd-footer .b p{ text-align: center; color: #666; font-size: 13px;}
.bd-footer .b p strong{ color: #333;}

.bd-social{ display: flex; gap: 12px;}
.bd-social > a{ --size: 35px; font-size: 15px; color: #333; background-color: #e9e9e9; width: var(--size); height: var(--size); border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: all .2s ease;}
.bd-social > a:hover{ background-color: #000; color: #fff;}


@media screen and (min-width: 1100px){
    .bd-header .bottom > div > .bd-top-bar,
    .bd-header .bottom > div nav > ul > li > div .bd-top-bar,
    .bd-header .bottom > div nav > ul > li > button{ display: none;}
    .mobile-toggle{ display: none !important;}
    .mobile-search{ display: none !important;}

    .bd-header .bottom > div nav > ul > li > a:hover + div,
    .bd-header .bottom > div nav > ul > li > a + div:hover{ opacity: 1; transform: translateY(0px); pointer-events: all;}
}
@media screen and (max-width: 1100px){
    /* .bd-header .bottom{ display: none;} */
    .bd-header .bottom{ padding: 0; position: fixed; top: 0; left: 0; width: 100%; height: 100dvh; z-index: 99; background-color: #fff; transform: translateX(100%); transition: all .3s ease;}
    .bd-header .bottom.active{ transform: translateX(0);}
    .bd-header .bottom > div nav > ul{ height: fit-content; flex-direction: column; align-items: unset; justify-content: unset; gap: 0;}
    .bd-header .bottom > div nav > ul > li > a{ padding: 10px 15px; font-weight: 400; font-size: 14px; border-bottom: 1px solid #eee;}
    .bd-header .bottom > div nav > ul > li > div{ position: fixed; top: 0; left: 0; width: 100%; height: 100dvh; opacity: 1; pointer-events: all; transform: translateX(100%); background-color: #fff; border-radius: 0; transition: all .3s ease;}
    .bd-header .bottom > div nav > ul > li.open > div{ transform: translateX(0);}
    .bd-header .bottom > div nav > ul > li > div ul li a{ color: #000; font-size: 14px; font-weight: 400; padding: 10px 15px; border-bottom: 1px solid #eee;}

    .bd-header .mid .l{ gap: 15px;}
    .bd-header .site-logo{ margin-right: 25px;}
}

@media screen and (min-width: 900px){
    .header-basket > .bd-top-bar{ display: none !important;}
}
@media screen and (max-width: 900px){
    .bd-header .mid .r .btns > div > button span,
    .bd-langs .front span,
    .bd-langs .front i{ display: none;}

    .bd-header .site-logo{ position: absolute; left: 50%; transform: translateX(-50%); top: 15px; z-index: 1;}
    .bd-header .mid{ align-items: unset;}
    .bd-header .mid > div{ align-items: flex-end; padding-bottom: 15px; gap: 0; padding: 0 10px 15px;}

    .bd-header .mid .l{ width: auto; flex: 0 0 auto; gap: 10px;}
    .bd-header .mid .l .btns{ display: flex; z-index: 2; position: relative; gap: 8px;}
    .bd-header .mid .l .bd-search-input{ display: none;}
    .bd-header .mid .l .bd-search-input.active{ display: block;}

    .bd-header .mid .r{ gap: 8px; flex: 0 0 auto; width: auto;}
    .bd-header .mid .r .btns{ gap: 8px;}

    .bd-header.v2 .mid{ height: 55px;}
    .bd-header.v2 .site-logo{ top: 50%; transform: translateX(-50%) translateY(-50%);}

    .bd-langs .front{ min-width: unset; width: fit-content; border: none; padding-left: 8px;}
    .bd-search-input{ overflow: hidden; height: 0px; padding: 0; opacity: 1; position: absolute; left: 0; width: 100%; max-width: unset; top: calc(100% + 0px); z-index: 99; background-color: #fff; box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.15); transition: all 0s ease; border-top: 1px solid rgba(238, 238, 238, 1);}
    .bd-search-input.active{ height: 70px; opacity: 1; padding: 15px;}

    .bd-header .btns > div > button + div.header-basket{ background-color: #fff; opacity: 1; transform: translateX(100%); height: 100dvh; width: 100%; position: fixed; pointer-events: all; top: 0; padding: 0; right: 0;}
    .bd-header .btns > div > button + div.header-basket.active{ transform: translateX(0);}
    .header-basket > .b{ border-radius: 0; height: calc(100% - 50px); box-shadow: none; background-color: transparent; border: none;}
    .bd-products{ height: 100%; max-height: unset;}


    .bd-footer .t > div{ grid-template-columns: repeat(3, 1fr); row-gap: 50px;}
    .bd-footer .t > div > div:nth-child(1){ grid-column: 3 span / 3 span;}
    .bd-footer .t > div > div ul{ text-align: center;}
}

@media screen and (max-width: 668px){
    .bd-footer .t > div{ display: flex; flex-direction: column; gap: 30px;}
    .bd-footer .t > div > div:nth-child(1){ margin-bottom: 20px;}
}

@media screen and (max-width: 530px){
    .bd-header.v2 .bd-langs{ position: absolute; top: -22px; right: 5px;}
    .bd-header.v2 .bd-langs .back{ padding-top: 0;}
    .bd-header.v2 .bd-langs .back.active,
    .bd-header.v2 .bd-langs:has(.front:hover) .back,
    .bd-header.v2 .bd-langs .back:hover{ top: calc(100% + 10px);}
    .bd-header.v2 .btns{ gap: 6px;}
    .bd-header.v2 .mid > div{ padding: 0 5px 15px;}
    .bd-header.v2 .mid .l{ gap: 6px;}
    .bd-header.v2 .mid .r{ gap: 6px;}
    .bd-header.v2 .mid .r .btns{ gap: 6px;}
}

@media screen and (max-width: 400px){
    .bd-header.v2 .site-logo img{ height: 14px;}
}



.whatsapp-float{ position: fixed; bottom: 30px; right: 30px; height: 60px; padding: 0 24px; background: linear-gradient(135deg, #25D366 0%, #128C7E 100%); border-radius: 50px; display: flex; align-items: center; justify-content: center; gap: 12px; color: #fff; box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4); z-index: 998; transition: all .3s ease; text-decoration: none; max-width: calc(100vw - 60px);}
.whatsapp-float:hover{ background: linear-gradient(135deg, #128C7E 0%, #075E54 100%); transform: translateY(-3px); box-shadow: 0 8px 24px rgba(37, 211, 102, 0.5); color: #fff; text-decoration: none;}
.whatsapp-float i{ font-size: 28px; display: flex; align-items: center; justify-content: center;}
.whatsapp-float span{ font-family: "Poppins", sans-serif; font-size: 16px; font-weight: 600; white-space: nowrap; letter-spacing: 0.3px;}

@media screen and (max-width: 768px){
    .whatsapp-float{ height: 50px; padding: 0 18px; gap: 10px; bottom: 20px; right: 20px; max-width: calc(100vw - 40px);}
    .whatsapp-float i{ font-size: 24px;}
    .whatsapp-float span{ font-size: 14px;}
}

@media screen and (max-width: 480px){
    .whatsapp-float{ height: 48px; padding: 0 16px; gap: 8px; max-width: calc(100vw - 32px);}
    .whatsapp-float i{ font-size: 22px;}
    .whatsapp-float span{ font-size: 13px;}
}

.swiper-viewport{ height: 150px;}


.product-image{ padding: 0 !important;}
.product-image > a{ display: flex;}
.product-image > a img{ position: static !important;}

.product-card{ display: flex; flex-direction: column;}
.product-card .product-image{ height: 100%; display: flex; align-items: center;}