/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..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&display=swap');

body, a, h1, h2, h3, h4, h5, h6, p, span, div, li, ul, ol, button, input, textarea, select, option, label, form, table, th, td, tr, img, figure, figcaption, nav, header, footer, section, article, aside, main, aside, address, blockquote, cite, code, pre, small, strong, em, i, b, u, s, strike, sup, sub, mark, ins, del, dfn, kbd, samp, var, abbr, acronym, q, time, caption, fieldset, legend, hr, iframe, object, embed, param, video, audio, source, track, canvas, map, area, svg, mark, meter, progress, time, wbr, bdi, bdo, br, col, colgroup, details, dialog, menu, menuitem, summary, template, slot, shadow
{
    font-family: "Poppins", serif;
}

#header {
    border: none!important;
}
.home #header-wrap{
    background: transparent !important;
    border: none;
}

.product-image{
    background: #f5f5f9; padding: 20px; border-radius: 10px; overflow: hidden
}
/* Tüm cihazlar ve tarayıcılar için genel stiller */
.swiper-slide {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px; /* Safari ve eski tarayıcılar için */
}

.slide-collection img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    -webkit-border-radius: 10px; /* Safari ve eski tarayıcılar için */
    overflow: hidden;
}

.overlay {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.slide-title {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #deb856;
    font-size: 20px;
    font-weight: 400;
    z-index: 2;
    max-width: 70%; /* Uzun başlıklar için uyumluluk */
}

/* Mobil cihazlar için medya sorguları */
@media (max-width: 768px) {
    .slide-title {
        font-size: 16px; /* Başlık boyutu mobil için küçültüldü */
    }

    .swiper-slide {
        border-radius: 8px;
        -webkit-border-radius: 8px;
    }

}/* Mobil cihazlar için medya sorguları */
#header-wrap{
    padding: 10px;
}

.home #header-wrap #logo img{
    height: 140px;
}

@media (max-width: 992px) {
    .home #header-wrap #logo img{
        height: 60px;
    }
    #header-wrap #logo img{
        height: 70px;
    }

    #header{
        padding: 0px;
    }
    #logo {
       padding-top: 10px;
       padding-bottom: 10px;
    }
    .swiper-slide {
        border-radius: 0!important;
    }
    .slider-caption{
        padding-left: 50px;
    }
    .slider-caption h2 {
        font-size: 2rem;
    }
    .slider-caption p {
        font-size: 1.2rem;
        margin-top: 10px;
        max-width: 80%;
    }

    #top-bar div div div p {
        display: none;
    }

    .slide-title {

        font-size: 16px;

    }


}


.cover-soft {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none; /* Butonların ve diğer öğelerin tıklanmasını engellememek için */
    z-index: 1; /* Slider içeriğinden yukarıda ama butonlar ve diğer öğelerden aşağıda olacak şekilde */
}
.cover-soft-product-page {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.7) 100%);
    pointer-events: none; /* Butonların ve diğer öğelerin tıklanmasını engellememek için */
    z-index: 1; /* Slider içeriğinden yukarıda ama butonlar ve diğer öğelerden aşağıda olacak şekilde */
}

#top-bar{
    display: none!important;
}

.tagged_as a {
    color: #adb5bd
}

span.d-none.d-md-inline-block {
    color: #000!important;
}

.product-price ins {
    color: #000!important;
}

@media (max-width: 992px) {
    .header-social{
        display: none;
    }


}
@media (min-width: 992px) {

    .header-row{
        display: flex;
        align-items: center;
        gap: 60px;
    }

    .header-row h3 {
        font-size: 1.5rem;
        font-weight: 400;
        margin: 0;
        border: none;
    }

    .header-row #logo {
        margin-right: 0;
    }

    #logo a span{
        display: none;
    }


}

body:not(.is-expanded-menu) #header:not([data-mobile-sticky=true]) #header-wrap .container-fluid .header-row #logo a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 7px;
    width: 100%;
}
body:not(.is-expanded-menu) #header:not([data-mobile-sticky=true]) #header-wrap .container-fluid .header-row #logo a img {
    height: 40px;
}
body:not(.is-expanded-menu) #header:not([data-mobile-sticky=true]) #header-wrap .container-fluid .header-row #logo a span {
    font-size: 1rem;
    font-weight: 600;
    color: #deb856;
}

body:not(.is-expanded-menu) #header:not([data-mobile-sticky=true]) #header-wrap  {
    padding: 0;
    margin: 0;
}

#slider .swiper-slide-active{
    border-radius: 0!important;
}

.h-bg-facebook{
    background: transparent!important;
    border: 1px solid #deb856!important;
}

.h-bg-facebook:hover{
    background: #deb856 !important;
    color: black;
}
.h-bg-facebook:hover i{
    color: black;
}
.h-bg-facebook i{
    color:  #deb856;
}


/* Chrome, Edge, Safari */
::selection {
    background-color: #ffcc00;
    color: #000;
}

/* Firefox */
::-moz-selection {
    background-color: #ffcc00;
    color: #000;
}

.s-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.s-list-item {
    margin-bottom: 10px;
}

.s-list-item::before {
    content: "\2022"; /* Nokta karakteri */
    color: #deb856; /* Nokta rengi */
    font-weight: bold; /* Nokta kalınlığı */
    margin-left: 10px; /* Nokta ile metin arasındaki boşluk */
    margin-right: 5px; /* Nokta ile metin arasındaki boşluk */
}

p a {
    color: #deb856;
    text-decoration: none;
}
p a:hover {
    color: #a18537;
}