@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import "flaticon.css";

body {
    font-family: "Inter", sans-serif !important;
}

.heroSlider img {
    width: 100%;
}

.bg-custom {
    background-color: #025d53;
    color: #ffffff;
    font-size: 14px;
}

.social-icons {
    width: 100%;
    gap: 10px;
}

.social-icons a {
    color: #ffffff;
    margin-right: 15px;
    font-size: 15px;
    line-height: 15px;
    display: inline-block;
}

.social-icons a:last-child {
    margin-right: 0;
}

.social-icons a:hover {
    color: #f0f0f0;
}

.contact-info span {
    margin-left: 15px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
}

.contact-info span:first-child {
    margin-left: 0;
}

.contact-info {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #ffffff;
}

.contact-info span i {
    margin-right: 8px;
    font-size: 14px;
    line-height: 32px;
}

/*-----------------------------------------------AREA 1------------------------------*/


.area-1 {
    background: #317e75;
    padding: 15px 0;
}

.logo-img {
    height: 60px;
    display: block;
}


.category-select {
    padding: 15px;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    line-height: 48px;
    border: #007d71;
    outline: none;
    color: #000000;
}

.searchTerm {
    width: 100%;
    border-right: none;
    padding: 15px;
    height: 49px;
    outline: none;
    color: #9DBFAF;
    border: #007d71;
}

.searchTerm:focus {
    color: #00B4CC;
}


.searchButton {
    width: 68px;
    height: 49px;
    background: #007d71;
    text-align: center;
    color: #fff;
    border: #007d71;
    cursor: pointer;
    font-size: 20px;
}

.wrap {
    position: relative;
    display: flex;
    justify-content: center;
}

.icons-container {
    display: flex;
    justify-content: flex-start;
    gap: 25px;
}

.headerIcon {
    color: white;
    font-size: 20px;
    text-decoration: none;
}

.headerIcon:hover {
    color: #f0f0f0;
}

.call-us {
    font-family: 'Cormorant Garamond', sans-serif;
    font-weight: 700;
    color: #ffffff;
    font-size: 24px;
    line-height: 29px;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    text-align: center;
}

.call-us span {
    color: #ffffff;
    font-size: 17px;
    line-height: 12px;
    margin-top: 5px;
    display: flex;
    flex-direction: column;

}

.call-us i {
    font-size: 24px;
}

span .phone-number {
    font-size: 20px;
    font-weight: bold;
}

/*-----------------------------------------------AREA 2------------------------------*/
.divider {
    height: 1px;
    background-color: #6c757d;
}

/*-----------------------------------------------AREA 2------------------------------*/

.area-2 {
    background: #034238;
    padding: 15px 0;
}


.kategori-baslik {
    display: block;
    background-color: #007d71;
    color: white;
    padding: 10px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
}

.kategori-baslik > i {
    margin: 5px;
}


.kategori-checkbox {
    display: none;
}


.kategori-dropdown {
    top: 45px;
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid #ddd;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    width: 200px;
    align-items: center;
    z-index: 2;
}

.kategori-liste {
    list-style: none;
    margin: 0;
    padding: 0;
}

.kategori-liste li {
    padding: 10px;
    color: black;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    align-items: center;
    position: relative;
}

.kategori-liste li:last-child {
    border-bottom: none;
}

.kategori-liste li:hover {
    background-color: #f0f0f0; /* Üzerine gelindiğinde arka plan değişir */
}

.kategori-checkbox:checked + .kategori-dropdown {
    display: block;
}

/*-----------MENU NAVBAR-------------*/


.menuHeader {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.menuHeaderItem {
    position: relative;
}

.menuHeaderItem a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    padding: 10px 15px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.menuHeaderItem:hover .mega-menu {
    visibility: visible;
    opacity: 1;
}

.menuHeaderItem:hover a i {
    transform: rotate(180deg);
}

.mega-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    display: flex;
    top: 100%;
    left: 0;
    background-color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 600px;
    justify-content: space-between;
    gap: 20px;
    transition: opacity 0.4s ease, transform 0.4s ease, visibility 0s 0.4s;
    z-index: 1000;
}

.menuHeaderItem a i {
    font-size: 14px;
    transition: transform 0.4s ease;
}


.mega-menu-column {
    flex: 1;
    width: 200px;
    margin-right: 20px;
    transition: transform 0.6s ease;
}

.mega-menu-column h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #003d33;
}

.mega-menu-column ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mega-menu-column ul li a {
    color: #333;
    text-decoration: none;
    padding: 5px 0;
    display: block;
}

.mega-menu-column ul li a:hover {
    color: #034238;
    transition: transform 0.3s ease;
}

.mega-menu-are2 {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 1357px;
    height: 100px;
    z-index: 1000;
    transition: opacity 0.4s ease, visibility 0s 0.4s;
}

.menuHeaderItem:hover .mega-menu-are2,
.mega-menu-are2:hover {
    visibility: visible;
    opacity: 1;
}

.mega-menu-column-area2 {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.mega-menu-column-area2 p {
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    text-align: center;
    margin-top: 18px;
    line-height: 32px;
    font-weight: 400;
    color: #003d33;
}

.menuHeaderItem a:hover {
    color: #fff; /* Hover sırasında yazı rengini sabit tut */
}

.menuHeaderItem a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 5px;
    background: #fff;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    border-radius: 10px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 10"><path fill="none" stroke="%23fff" stroke-width="2" d="M5 5c10 5 20 -5 30 0s20 5 30 0s20 -5 30 0"></path></svg>') no-repeat center;
    background-size: cover;
    transition: all 0.3s ease;
}

.menuHeaderItem a:hover::after {
    width: 100%;
    height: 5px;
    left: 0;
    transform: translateX(0);
}


/*-----------------------------------------------AREA 3------------------------------*/
.area-baslik {
    font-family: 'Cormorant Garamond', sans-serif;
    font-weight: 700;
    color: #000000;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    margin-top: 35px;
}

.solucan-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 5px;
}

.solucan-cizgi {
    width: 60px;
    height: 20px;
}

.product-alisveris {
    align-items: center;
    text-align: center;
}

.product-img {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-img img {
    width: 100%;
    transition: transform 0.3s ease;
}

.product-img:hover img {
    animation: scaleEffect 0.5s infinite alternate ease-in-out;
}

@keyframes scaleEffect {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

.product-aciklama {
    font-family: 'Cormorant Garamond', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 36px;
}

.product-aciklama a {
    text-decoration: none;
    transition: 0.2s ease-in-out;
    color: black;
}

.product-aciklama a:hover {
    color: #289C28;
    transition: 0.2s ease-in-out;
}

.product-fiyat {
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 32px;
    color: rgba(85, 85, 85);
}

/*-----------------------------------------------AREA 4------------------------------*/

.area-4 {
    margin-top: 55px;
    background: #FFF8E1;
    width: 100%;
    padding: 50px 0;
}

.animasyonlu-resim {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;

}

.animasyonlu-resim img {
    width: 100%;
    animation: slideAnimation 5s infinite alternate ease-in-out;
}

@keyframes slideAnimation {
    0% {
        transform: translateX(-3%);
    }
    100% {
        transform: translateX(4%);
    }
}

@keyframes slideAnimationY {
    0% {
        transform: translateY(-3%);
    }
    100% {
        transform: translateY(4%);
    }
}


.siparis-ozet {
    padding: 20px;
    border-radius: 10px;
}

.siparis-baslik h2 {
    font-family: 'Cormorant Garamond', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 59px;
    margin-bottom: 15px;
}

.eski-fiyat {
    font-size: 40px;
    margin-bottom: 15px;
}

.siparis-fiyat .eski-fiyat {
    color: #999;
    text-decoration: line-through;
    margin-right: 10px;
}

.siparis-fiyat .yeni-fiyat {
    font-family: 'Cormorant Garamond', sans-serif;
    color: rgba(0, 125, 113);
    font-weight: 700;
    font-size: 64px;

}

.siparis-aciklama p {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
}

.siparis-buton-alani {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Inter', sans-serif;
}

.siparis-buton {
    background-color: #034238;
    color: white;
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.3s ease;
}

.siparis-buton:hover {
    background-color: #04695a;
}

.siparis-buton i {
    font-size: 18px;
}

.kargo-bilgisi {
    font-size: 14px;
    color: #555;
    white-space: nowrap;
}

/*-----------------------------------------------AREA 5 ÜRÜNLERİN OLDUĞU YER ------------------------------*/

.best-selling {
    font-family: 'Cormorant Garamond', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
}


.product-card img {
    width: 100%;
    height: auto;
}

.product-card {
    position: relative;
    overflow: hidden;
}

.product-image-container {
    position: relative;
}

.product-image-container img {
    width: 100%;
    display: block;
    transition: transform 0.3s ease;
}

.product-image-container:hover img {
    transform: scale(1.05);
}

.product-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 1.6);
    color: white;
    padding: 5px 0;
    text-align: center;
    display: none;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.product-image-container:hover .product-overlay {
    display: block;
}

.icon-container {
    position: absolute;
    top: 15%;
    right: 10px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-image-container:hover .icon-container {
    opacity: 1;
}

.fav-icon, .view-icon {
    font-size: 24px;
    color: black;
    cursor: pointer;
    transition: color 0.3s, transform 0.3s;
}

.fav-icon:hover, .view-icon:hover {
    color: #f0a500;
    transform: scale(1.1);
}


.product-brand {
    font-size: 10px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #6c757d;
    text-decoration: none;
}

.product-brand {
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 21px;
    color: #000000;
}

.product-brand:hover {
    color: rgb(0, 125, 113);
}

.product-rating {
    display: flex;
    align-items: center;
    margin-left: 45px;
    gap: 5px;
}

.stars {
    color: #f0a500;
    display: flex;
    gap: 2px;
}

.stars i {
    font-size: 16px;
}

.rating-count {
    font-size: 14px;
    color: #666;
}


.stars {
    color: #f0a500;
    margin-right: 5px;
}

.stars i {
    font-size: 10px;
}

.rating-count {
    font-size: 14px;
    color: #666;
}

.product-price {
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: #04695a;
    margin-top: 10px;
}

/*-----------------------------------------------AREA 6------------------------------*/

.area-6 {
    margin-top: 55px;
    width: 100%;
    padding: 40px 0 140px 0;
}

.garanti-resim img {
    width: 60px;
}

.garanti-bilgi {
    margin-left: 20px;
}

.garanti-baslik {
    font-family: 'Cormorant Garamond', sans-serif;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
}

.garanti-aciklama {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 26px;
}

/*-----------------------------------------------AREA 7 BANNER ------------------------------*/

.kategori-banner {
    position: relative;
    margin-bottom: 20px;
}

.kategori-banner img {
    width: 100%;
    display: block;
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 38%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border-radius: 10px;
}

.banner-content h2 {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
}

.banner-content p {
    font-family: 'Inter', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: rgb(196, 116, 63);
    margin-bottom: 15px;
}


.kategori-banner2 img {
    width: 100%;
    display: block;
}

.kategori-banner2 {
    position: relative;
    margin-bottom: 20px;
}

.banner-content2 {
    position: absolute;
    top: 50%;
    left: 38%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border-radius: 10px;
}

.banner-content2 h2 {
    font-family: 'Inter', sans-serif;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 700;
}

.banner-content2 p {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: rgb(196, 116, 63);
    margin-bottom: 20px;
}

/*-----------------------------------------------AREA 8 BANNER ------------------------------*/
.banner-area-8 {
    position: relative;
}

.banner-area-8 img {
    width: 100%;
    position: relative;
}

.banner-content3 {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.banner-content3 h2 {
    font-family: 'Inter', sans-serif;
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 700;
}

.banner-content3 p {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 20px;
}

.siparis-buton3 {
    background-color: #ffffff;
    color: black;
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.3s ease;
}

.siparis-buton3:hover {
    background-color: #04695a;
}

.siparis-buto3 i {
    font-size: 18px;
}


/*-----------------------------------------------AREA 9 before after BANNER ------------------------------*/
.grafic h1 {
    font-family: 'Cormorant Garamond', sans-serif;
    font-size: 40px;
    line-height: 60px;
    font-weight: 700;
}

.grafic p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
}

.grafic-baslik span {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}


.progress {
    height: 10px;
    background-color: #fff;
}

.progress-bar {
    background-color: #026e5f;
}

.before-after-wrapper {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.before-image,
.after-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.before-image img,
.after-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.after-image {
    clip-path: inset(0 50% 0 0);
    transition: clip-path 0.2s ease;
}

.slider-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background-color: #fff;
    z-index: 10;
}

.slider-handle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    z-index: 11;
}

/*-----------------------------------------------area 10 ------------------------------*/




.yorum-item {
    width: 780px;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
}

.yorum-item:hover {
    transform: translateY(-5px);
}

.yorum-ikon {
    margin-bottom: 15px;
}

.ikon-resim {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.yildiz {
    color: #FFD700;
    font-size: 18px;
}

.yorum-icerik {
    margin-top: 10px;
    font-size: 14px;
    color: #555;
}

.yorum-resim {
    margin-top: 15px;
}

.yorum-kullanici-resim {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.yorum-isim {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.swiper-button-next,
.swiper-button-prev {
    color: #333;
}

/*-----------------------------------------------area son ------------------------------*/

.resim-kapsayici {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}


.son-resimler img {
    width: 216px;
    height: auto;
    opacity: 0.6;
    transition: opacity 0.3s ease, transform 0.3s ease;
}


.son-resimler img:hover {
    opacity: 1;
}

/*-----------------------------------------------FOOTER ------------------------------*/

.footer-alani {
    background: #034238;
    margin-top: 55px;
    padding: 20px 10px;
}

.footer-baslik {
    font-family: 'Cormorant Garamond', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
}

.footer-alt-siralama {
    margin-top: 15px;
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    font-size: 14px;
}

.footer-alt-siralama ul {
    padding: 0;
    margin: 0;
}

.footer-alt-siralama ul li {
    list-style: none;
    text-align: left;
}

.footer-alt-siralama ul li a {
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
    text-decoration: none;
    color: #ffffff;
    font-family: 'Urbanist', sans-serif;
    text-align: left;
}


.footer-res img {
    width: 70px;
    margin-top: 20px;
}

.call-us-footer {
    font-family: 'Cormorant Garamond', sans-serif;
    font-weight: 700;
    color: #ffffff;
    font-size: 24px;
    line-height: 21px;
    margin-top: 25px;
    display: flex;
    gap: 15px;
}

.call-us-footer span {
    color: #ffffff;
    font-size: 30px;
    line-height: 32px;
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    font-family: 'Cormorant Garamond', sans-serif;


}

.call-us-footer i {
    font-size: 28px;
    margin-top: 8px;
}

.call-us-footer p {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
}


.social-icons-footer {
    width: 100%;
    height: 40px;
    gap: 10px;
    margin-top: 30px;
}

.social-icons-footer a {
    color: #ffffff;
    margin-right: 15px;
    font-size: 15px;
    line-height: 15px;
    display: inline-block;
}

.social-icons-footer a:last-child {
    margin-right: 0;
}

.social-icons-footer a:hover {
    color: #f0f0f0;
}

.search-footer {
    width: 100%;
    display: flex;
    margin-top: 32px;
}

.footer-pymet img {
    width: 250px;
}

.tam-genislik {
    background-color: #00766b;

}


.sutun {
    width: 100%;
}

.metin-alani {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
}

.sutun-sol {
    text-align: left;
}

.sutun-sag {
    text-align: right;
}

.menu-item2 {
    position: relative;
}

.menu-item2 a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .foter-sol {
        text-align: center;
    }

    .footer-res img {
        width: 70px;
        margin: 15px;
        margin-top: 20px;
    }
}


@media screen and (max-width: 768px) {
    .footer-bilgiler {
        padding: 0;
    }


    .product-card {
        margin-top: 50px;
    }

    .siparis-buton {
        display: none;
    }


    .banner-area-8 img {
        width: 100%;
        margin-left: 0;
        height: auto;
    }


    .search-footer {
        width: 35%;
        display: flex;
        margin-top: 32px;
    }

    .search {
        display: none;
    }

    .footer-alt-siralama li {
        white-space: normal;
        word-wrap: break-word;
    }

    .no-gutters {
        display: none;
    }

    .area-6 {
        margin-top: 55px;
        background: #FFF8E1;
        height: 590px;
        width: 100%;
    }
}

/*-----------------------------------------------ANA SAYFA BİTİŞ -----------------------------------------------------*/
/*-----------------------------------------------İLETİŞİM KONUMU BAŞLANGIÇ ------------------------------------------*/
.area-baslik-alt {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #6c757d;
}

.iletisim-kutu {
    padding: 20px;
}

.iletisim-icon {
    background-color: #e0f7fa;
    color: #00766b;
    font-size: 45px;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.iletisim-baslik {
    font-family: 'Cormorant Garamond', sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #343a40;
}

.iletisim-bilgi {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #6c757d;
}


/*-----------------------------------------------İLETİŞİM SAYFASI BAŞLANGIÇ ------------------------------------------*/

.overlay-content {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-50%, -50%);
}

.overlay-content a {
    text-decoration: none;
    color: #454d55;
}

.page {
    color: #1d2124;
    font-weight: 500;
}

.overlay-content {
    color: #000000;
}

.contact-title {
    font-family: 'Cormorant Garamond', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: black;
}

.breadcrumb-text {
    font-size: 18px;
    color: #6c757d;
}

.breadcrumb-separator {
    margin: 0 10px;
    color: #0b2e13;
}

.img-fluid {
    object-fit: cover;
    height: 280px;
}

/*-----------------------------------------------İLETİŞİM MESAJ BÖLÜMÜ ------------------------------------------*/
.iletisim-title {
    font-family: 'Cormorant Garamond', sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #6c757d;
    font-weight: 400;
    margin-bottom: 20px;
}

.contact-input {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    padding: 26px;
    font-size: 14px;
    color: #495057;
}

.contact-input:focus {
    outline: none;
    border-color: #80bdff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.contact-button {
    background-color: #00766b;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.contact-button:hover {
    background-color: #005a50;
    color: #fff;
}

/*-----------------------------------------------mobile navs------------------------------------------*/
/*-----------------------------------------------mobile navs------------------------------------------*/
/*-----------------------------------------------mobile navs------------------------------------------*/
/*-----------------------------------------------mobile navs------------------------------------------*/
.mobile-menu {
    position: fixed !important;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 996;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #ccc;
    padding: 10px 0;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
}

.menuHeaderItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #000;
}

.menuHeaderItem i {
    font-size: 27px;
    line-height: 24px;
    margin-left: 5px;
}

.menuHeaderItem span {
    font-size: 15px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 24px;
}

/*--------------------ÜRÜN DETAY ALANI CSS--------------------*/


.product-image2 {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    display: block;
}

.featured-badge {
    background-color: #28a745;
    color: white;
    padding: 0.3rem 0.5rem;
    font-size: 0.8rem;
    border-radius: 3px;
}

.price {
    color: #28a745;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
}

.add-to-cart {
    background-color: #000;
    color: white;
    border: none;
    padding: 10px 50px;
    font-size: 1rem;
    border-radius: 3px;
}

.buy-now {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 10px 55px;
    font-size: 1rem;
    border-radius: 3px;
}

.urun-detays h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 24px;
}

.text-warning {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 12px;
}

.stok {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin-left: 10px;
    margin-top: 3px;
}

.urun-detays ul li {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: rgba(85, 85, 85);
}

.miktar-kontrol {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    padding: 1px 17px;
    justify-content: center;
    width: auto;
}

.miktar-btn {
    color: #000;
    border: none;
    padding: 10px 5px;
    cursor: pointer;
}

.miktar-btn {
    font-size: 18px;
    background-color: transparent;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
}

#miktar {
    width: 35px;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    margin: 0;
    border: none;
}

.wishlist-button {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    color: #333;
    border: 1px solid #ffffff;
    padding: 10px 4px;
    border-radius: 3px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    cursor: pointer;
}

.wishlist-button i {
    font-size: 18px;
    margin-right: 8px;
}

.product-details {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    display: flex;
}

.product-details .muted {
    color: #6c757d;
    opacity: 0.8;
    font-weight: 500;
}

.product-details span {
    display: block;
    margin-bottom: 5px;
}


.product-details .value {
    color: #007bff;
    font-weight: 600;
}

.product-details .value a {
    color: #007bff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.product-details .value a:hover {
    color: #0056b3;
}

.mobile-menu2 {
    display: none;
}

.area-5 {
    margin-top: 50px;
}

.area-9 {
    margin-top: 50px;
}

.area-son {
    margin-top: 50px;
}

.area-7 {
    margin-top: 85px;
}

.headerCategoriesBox {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 2;
    background: white;
    box-shadow: 0 4px 24px rgba(0, 0, 0, .06);
    border-radius: 0 0 2px 2px;
    transition: .3s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

.headerCategoriesBox.active {
    transition: .3s ease-in-out;
    visibility: visible;
    opacity: 1;
}

.headerCategoriesBox ul {
    margin: 0;
    padding: 0 15px;
}

.headerCategoriesBox ul li {
    list-style: none;
}

.headerCategoriesBox ul li a {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #e1e1e1;

    font-weight: 400;
    font-size: 14px;
    color: black;
    transition: .3s ease-in-out;
}

.headerCategoriesBox ul li a:hover {
    color: #034238;
    transition: .3s ease-in-out;
}

.headerCategoriesBox ul li:last-child a {
    border-bottom: none;
}

.headerCategories {
    position: relative;
}

.headerCategoriesHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-radius: 2px;
    background: #007d71;
    height: 44px;
    color: white;
    cursor: pointer;
}

.headerCategoriesHeader i {
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 18px;
}

.headerCategoriesHeader i:last-child {
    font-size: 11px;
    line-height: 11px;
}

.bottomHeader {
    border-top: 1px solid #FFFFFF2E;
    background: #317e75;
    padding: 15px 0;
}

.headerSearch form {
    display: flex;
    align-items: center;
}

.headerSearch form input {
    width: 100%;
    height: 50px;
    border-radius: 6px 0 0 6px;
    background: white;
    font-weight: 400;
    color: black;
    font-size: 14px;
    border: none;
    outline: none;
    padding: 0 20px;
}

.headerSearch form button {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    background: #007d71;
    border-radius: 0 6px 6px 0;
    transition: .3s ease-in-out;
    color: white;
    border: none;
    outline: none;
    cursor: pointer;
}

.headerSearch form button:hover {
    background: #01665c;
    transition: .3s ease-in-out;
}

.headerSearch form button i {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#google_translate_element {
    width: 115px;
}

#google_translate_element select {
    width: 115px;
    height: 36px;
    border-radius: 5px;
}

.goog-te-gadget {
    width: 115px;
}

.goog-te-gadget > div {
    width: 115px;
}

.goog-te-gadget {
    overflow: hidden;
    height: 40px;
}

.skiptranslate .skiptranslate {
    display: none !important;
}

body {
    top: 0 !important;
}

.mobile--bar {
    width: 95%;
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    z-index: 99;
    border-radius: 10px;
    box-shadow: 0 10px 25px -6px rgb(245 143 181 / 54%);
    border: 1px solid #e1e1e1;
    padding: 5px;
}

.mobile--bar ul {
    padding: 0;
    margin: 0;
    display: flex;
}

.mobile--bar ul li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: calc(100% / 5);
    position: relative;
    display: flex;
    justify-content: center;

}

.mobile--bar ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    padding: 12px;
    line-height: 20px;
    color: var(--color-text-hover);
    transition: .3s ease-in-out;
}

.mobile--bar ul li a span {
    display: none;
}

.mobile--bar ul li a.active span {
    display: block;
    font-size: 11px;
    font-weight: 300;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
}

.mobile--bar ul li a.active {
    color: var(--color-main);
    transition: .3s ease-in-out;
}

.mobile--bar ul li a b {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 5px;
    right: 16px;
    border: 1px solid white;
    background: var(--color-text-hover);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 8px;
    font-weight: 400;
    line-height: 15px;
    transition: .3s ease-in-out;
}

.mobile--bar ul li a.active b {
    background: var(--color-main);
    transition: .3s ease-in-out;
}

.active--menu {
    position: relative;
    background: var(--color-main);
    color: white !important;
    width: 80%;
    border-radius: 8px;
}

.headerBant {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    width: 100%;
    font-size: 15px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    background: #034238;
    color: white;
    border-bottom: 1px solid #FFFFFF2E;
}

.area-4 {
    overflow: hidden;

}

.area-4img {
    position: absolute;
    width: 100%;
    left: 0;
    top: -100px;
    opacity: 0.5;
    animation: slideAnimationY 3s infinite alternate ease-in-out;
}

.productListBox {
    position: relative;
}

.productListBox:hover .productListBoxButton button {
    visibility: visible;
    opacity: 1;
    bottom: 15px;
}

.productListBoxImage {
    position: relative;
}

.productListBoxAction {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}

.productListBoxAction a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: rgba(220, 220, 220, 0.7);
    color: black;
    margin-bottom: 10px;
}

.productListBoxAction a i {
    display: flex;
    align-items: center;
    font-size: 15px;
    line-height: 13px;
}

.productListBoxAction a:last-child {
    margin-bottom: 0;
}

.productListBoxButton button {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    color: white;
    border: none;
    outline: none;
    height: 50px;
    font-family: 'Inter', sans-serif;
    border-radius: 3px;
    cursor: pointer;
    transition: .3s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

.productListBoxButton button:hover {
    background: #034238;
    transition: .3s ease-in-out;
}

.productListBoxContentCategory a {
    margin-top: 5px;
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #9d9d9d;
    font-family: 'Inter', sans-serif;
    transition: .3s ease-in-out;
}

.productListBoxContentTitle a {
    margin-top: 2px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    font-family: 'Inter', sans-serif;
    transition: .3s ease-in-out;
}

.productListBoxContentCategory a:hover {
    color: #007d71;
    transition: .3s ease-in-out;
}

.productListBoxContentTitle a:hover {
    color: #007d71;
    transition: .3s ease-in-out;
}

.productListBoxContentPrice {
    font-family: 'Inter', sans-serif;
    color: #007d71;
    font-size: 14px;
    font-weight: 700;
    margin-top: 5px;
}

.page-header-area{
    padding: 20px 0;
    background: #f3dfbe;
    margin-bottom: 50px;
}
.page-header-area h2{
    color: black;
    padding: 0;
    margin: 0;
    font-family: 'Cormorant Garamond', sans-serif;
    font-weight: 500 !important;
    font-size: 30px !important;
}

@media only screen and (max-width: 767px) {
    .product-image2 {
        width: 100%;
        height: auto;
    }

    .mobile-menu2 {
        display: block;
    }

    .menu-item3 {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .urun-detay-sepete,
    .urun-detay-buy {
        background-color: #000;
        color: white;
        border: none;
        padding: 10px 65px;
        font-size: 15px;
        border-radius: 3px;
        text-align: center;
        box-sizing: border-box;
    }

    .urun-detay-buy {
        background-color: #28a745;
    }

    .mobile-menu2 {
        position: fixed !important;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 996;
        background-color: #fff;
        border-top: 1px solid #ccc;
        padding: 10px 0;
        box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
    }

    .tam-genislik {
        margin-bottom: 50px;
    }

    .area-5 {
        margin-top: 25px;
    }

    .area-9 {
        margin-top: 25px;
    }

    .area-7 {
        margin-top: 25px;
    }

    .area-son {
        margin-top: 25px;
    }

    .siparis-baslik h2 {
        font-size: 35px;
    }

    .siparis-fiyat .yeni-fiyat {
        font-size: 45px;
    }

    .product-card {
        margin-top: 0;
    }

    .before-after-wrapper {
        margin-top: 25px;
    }

    .area-1 {
        background: white;
    }

    .area-1 .headerIcon {
        color: black;
        font-size: 25px;
    }

    .mobileOpenMenu {
        font-size: 25px;
    }
}
