<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">


.scroll-up {
    position: fixed;
    bottom: 28px;
    right: 30px;
    width: 56px;
    height: 56px;
    background-color: #000000;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: right 0.8s ease-in-out, box-shadow 0.4s ease-in-out, transform 0.4s ease-in-out;
    z-index: 1000;
}

    .scroll-up i {
        font-size: 1rem;
        color: aliceblue !important;
    }

    .scroll-up:hover {
        transform: scale(1.1);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    }

#phone-button {
    position: fixed;
    bottom: 28px;
    right: 30px;
    width: 56px;
    height: 56px;
    background-color: #000000;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: right 0.8s ease-in-out, box-shadow 0.4s ease-in-out, transform 0.4s ease-in-out;
    z-index: 1000;
}

    #phone-button:hover {
        transform: scale(1.1);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    }

    #phone-button i {
        font-size: 1rem;
        color: aliceblue;
    }

#social-button-1 {
    position: fixed;
    bottom: 28px;
    right: 170px;
    width: 56px;
    height: 56px;
    background-color: #000;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: right 0.8s ease-in-out, box-shadow 0.4s ease-in-out, transform 0.4s ease-in-out;
    z-index: 1000;
}

    #social-button-1:hover {
        transform: scale(1.1);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    }

    #social-button-1 i {
        font-size: 2rem;
        color: aliceblue;
    }
#social-button-2 {
    position: fixed;
    bottom: 28px;
    right: 240px;
    width: 56px;
    height: 56px;
    background-color: #000;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: right 0.8s ease-in-out, box-shadow 0.4s ease-in-out, transform 0.4s ease-in-out;
    z-index: 1000;
}

    #social-button-2:hover {
        transform: scale(1.1);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    }

    #social-button-2 i {
        font-size: 2rem;
        color: aliceblue;
    }
/* WhatsApp Button */
#whatsapp-button {
    position: fixed;
    bottom: 28px;
    right: 100px;
    width: 56px;
    height: 56px;
    background-color: #4CAF50;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: right 0.8s ease-in-out, box-shadow 0.4s ease-in-out, transform 0.4s ease-in-out;
    z-index: 1000;
}

#phone-button {
    background-color: #000000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#whatsapp-button {
    background-color: #000000;
}

/* Animasyon Sonrası Pozisyon */
.show-buttons #phone-button {
    transition: right 0.8s ease-in-out, box-shadow 0.4s ease-in-out, transform 0.4s ease-in-out;
    right: 100px; /* Yeni pozisyon */
}

.show-buttons #whatsapp-button {
    transition: right 0.8s ease-in-out, box-shadow 0.4s ease-in-out, transform 0.4s ease-in-out;
    right: 170px; /* Yeni pozisyon */
}


.show-buttons #social-button-1 {
    transition: right 0.8s ease-in-out, box-shadow 0.4s ease-in-out, transform 0.4s ease-in-out;
    right: 240px; /* Yeni pozisyon */
}

.show-buttons #social-button-2 {
    transition: right 0.8s ease-in-out, box-shadow 0.4s ease-in-out, transform 0.4s ease-in-out;
    right: 310px; /* Yeni pozisyon */
}


/* Hover Efekti */
#phone-button:hover,
#whatsapp-button:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

#whatsapp-button i {
    font-size: 2rem;
    color: aliceblue;
}


/* WhatsApp Popup */
#whatsapp-popup {
    position: fixed;
    bottom: 110px;
    right: 100px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 10px 20px;
    display: none;
    opacity: 0;
    transition: right 0.8s ease-in-out, box-shadow 0.4s ease-in-out, transform 0.4s ease-in-out;
    transform: translateY(20px);
    z-index: 1000;
}

.show-buttons #whatsapp-popup {
    transition: right 0.8s ease-in-out, box-shadow 0.4s ease-in-out, transform 0.4s ease-in-out;
    right: 170px; /* Yeni pozisyon */
}

#whatsapp-popup.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

#whatsapp-popup p {
    margin: 0;
    font-size: 12px;
    color: #333;
}

/* Chat Box */
#chat-box {
    position: fixed;
    bottom: 95px;
    right: 100px;
    width: 350px;
    max-width: 90%;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    display: none;
    flex-direction: column;
    overflow: hidden;
    z-index: 1000;
    animation: slideIn 0.5s ease-in-out;
    transition: right 0.8s ease-in-out, box-shadow 0.4s ease-in-out, transform 0.4s ease-in-out;
}

.show-buttons #chat-box {
    transition: right 0.8s ease-in-out, box-shadow 0.4s ease-in-out, transform 0.4s ease-in-out;
    right: 170px;
    bottom: 95px;
}

#chat-header {
    background-color: #ffffff;
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

#chat-body {
    padding: 15px;
    max-height: 200px;
    overflow-y: auto;
    font-size: 14px;
    color: #333;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

    #chat-body p {
        margin: 0 0 10px;
        display: flex;
        align-items: center;
        font-size: 12px;
        width: 80%;
        height: max-content;
        background: #3b3a41;
        color: #fff;
        padding: 5px 10px;
        border-top-right-radius: 2rem;
        border-bottom-right-radius: 2rem;
        border-top-left-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }

    #chat-body i {
        margin-right: 12px;
        color: #000;
    }

#chat-input {
    width: 100%;
    border: 1px solid #ddd;
    border-top: none;
    padding: 10px;
    outline: none;
    font-size: 14px;
    border-radius: 0 0 0 0;
    resize: none;
}

#send-button {
    background-color: #4bad4f;
    color: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s;
}

    #send-button:hover {
        background-color: #fff;
        color: #000;
    }

/* Animasyon */
@keyframes slideIn {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}


.logo_{
    width:90px;
}

.logo_2 {
    width: 150px;
}
@media(max-width: 500px) {
    #chat-box {
        bottom: 100px;
        right: 20px;
    }

    .show-buttons #chat-box {
        right: 20px;
    }
    .logo_ {
        width: 60px;
    }

}

.btns {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.whatsapp-read-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 1rem;
    align-items: center;
    border: 1px solid green;
    border-radius: 2rem;
    color: white;
    background: green;
}

    .whatsapp-read-btn:hover {
        background: white;
        color: green;
    }

.phone-read-btn {
    display: flex;
    flex-direction: row;
    border: 1px solid #000;
    border-radius: 2rem;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #000;
    gap: 1rem;
}

    .phone-read-btn:hover {
        background: #fff;
        color: #000;
    }

#scrollUp{
    display:none !important;
}


.c {
    position: relative;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9; /* Modern tarayıcılar için */
    min-width: 400px;
    border-radius: 12px;
    box-shadow: 0 8px 48px 2px hsla(10 6% 15% / .4);
    background: hsl(0 0% 90%);
    box-sizing: border-box;
    overflow: hidden;
    padding: 20px 20px 40px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

    /* Eğer aspect-ratio desteklemeyen eski tarayıcılar da hedefleniyorsa: */
    .c::before {
        content: "";
        display: block;
        padding-top: 56.25%; /* 16:9 oranı */
    }

    .c &gt; * {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

.ci {
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    transform-origin: left 50%;
    background: inherit;
    z-index: var(--z);
    transition: .3s ease-out;
}

    .ci img {
        -moz-user-select: none;
        user-select: none;
        width: 100%;
        object-fit: cover;
    }

.ch {
    position: absolute;
    top: 70%;
    left: 4%;
    transform: translateY(-50%);
    font-size: 2rem;
    color: hsla(var(--h) var(--s) var(--l) / .8);
    text-shadow: 0 2px 10px hsla(var(--h) var(--s) 10% / .3);
}

.c input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -10;
}

.c label {
    width: 10%;
    height: 10px;
    margin-right: 4px;
    border-radius: 20px;
    background: hsla(0 0% 90% / .3);
    cursor: pointer;
    position: relative;
    z-index: 10;
}

.c label:last-child {
    margin-right: 0;
}

.c input:checked + label {
    background: linear-gradient(to right, hsla(var(--hue) 80% 70% / .7), hsla(calc(var(--hue) + 30) 80% 50% / .7));
}

.c input:not(:checked) + label + .ci {
    transform: translateX(-100%);
    opacity: 0;
}

.c input:checked + label + .ci ~ .ci {
    transform: translateX(100%);
}

.c input:not(:checked) + label + .ci {
    transition: 0;
}
.footer_area .single_widget_area .footer_widget_menu {
    flex-direction: column !important;
}
.sepetim {
    position: absolute;
    top: 3rem;
    right: 1rem;
}
.infos_ {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #d4edda;
    color: #4b4b4b;
    padding: 1rem;
}

    .infos_ i {
        margin-right: .5rem;
    }

.in_con {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

    .in_con .in_ {
        border: 1px solid #bebebe;
        color: #bebebe;
        height: 70px;
        font-size: 1.3rem;
        display: flex;
        padding: 1rem;
        width: 40%;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        gap: 1rem;
    }

        .in_con .in_.active {
            color: #fff;
            background-color: #bebebe
        }

        .in_con .in_:hover {
            color: #000
        }

        .in_con .in_ img {
            width: 45px;
            opacity: 0.4;
        }

            .in_con .in_ img:hover {
                width: 45px;
                opacity: 1;
            }
        .in_con .in_.sepet__{
            width:100px;
        }
.title_num {
    font-size: 3rem;
}
.title_desc {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent; /* Daha koyu arka plan */
    color: #fff; /* Beyaz renk */
    border: none; /* Beyaz kenarlık */
    padding: 12px 16px; /* Daha geniş buton */
    cursor: pointer;
    z-index: 10;
    width: 50px; /* Buton genişliği */
    font-size: 5rem; /* Buton yazı boyutu */
    transition: all ease .3s; /* Hover büyüme efekti */
}

    .slider-btn:hover {
        color: #000; /* Hover metin rengi */
        transform: translateY(-50%) scale(1.1); /* Hover büyüme efekti */
    }

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

#prev-btn {
    left: 15px; /* Daha geniş mesafe */
}

#next-btn {
    right: 15px; /* Daha geniş mesafe */
}
img.lazyload {
    opacity: 0;
    transition: opacity 0.3s;
}

img.lazyloaded {
    opacity: 1;
}

/* Modal Overlay - tam ekran kaplar */
.modal-overlay_ {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.75); /* koyu arka plan */

    align-items: center;
    justify-content: center;
}

/* Modal içeriği */
.modal-content_ {
    background: white;
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    max-width: 400px;
    width: 90%;
    animation: fadeInScale 0.5s ease-in-out;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

    /* Başlık */
    .modal-content_ h2 {
        font-size: 22px;
        color: #333;
        margin-top: 20px;
    }

/* Checkmark animasyonu */
.checkmark {
    width: 80px;
    height: 80px;
    stroke-width: 2;
    stroke: #28a745;
    stroke-miterlimit: 10;
    margin: 0 auto;
    animation: scaleTick 0.5s ease-in-out forwards;
}

/* Daire */
.checkmark-circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke: #28a745;
    fill: none;
    animation: stroke 0.6s ease forwards;
}

/* Tik işareti */
.checkmark-check {
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    stroke: #28a745;
    fill: none;
    animation: stroke 0.3s ease 0.6s forwards;
}
.checkout_details_area form .nice-select .list {
    height: 300px !important;
    overflow: auto !important;
}
.breakpoint-off .classynav ul li .dropdown{
    width:max-content !important;
}
/* Animasyonlar */
@keyframes stroke {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes scaleTick {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes fadeInScale {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}
   

@media only screen and (max-width: 767px) {
    .sepetim {
        display: none;
    }
    .header_area .favourite-area a, .header_area .user-login-info a, .header_area .cart-area a {
        width:90px;
    }
   .header_area .classy-navbar {
            height: 50px;
   }
    .logo_ {
        width: 80px;
    }
    .in_con {
        margin:1rem;
    }
        .in_con .in_ {

            width: 100%;

        }
            .in_con .in_.sepet__ {
                width: 100%;
            }
}
@media only screen and (max-width: 578px) {


    .header_area .favourite-area a, .header_area .user-login-info a, .header_area .cart-area a {
        width: 60px;
    }
}</pre></body></html>