@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');

html {
    position: relative;
    min-height: 100%;
}
body {
    font-family: 'Barlow', sans-serif;
    color: #222;
    font-size: 15px;
    overflow-x: hidden;
    min-height: 100%;
}
a {
    color: #222;
    outline: 0;
    text-decoration: none;
}
a:hover {
    color: #1d1d1d;
}
p {
	font-size: 17px;
	font-weight: 400;
    line-height: 24px;
}
img {
    width: 100%;
    height: auto;
}
.w-100-left {
    width: 100%;
    height: auto;
    float: left;
}
.red {
    color: red;
}
.popup {
    width: 50%;
}
.alert {
    margin-top: 30px;
}
.btn {
    font-weight: 500;
}
.btn-sm {
    font-weight: 500;
}
.container {
    max-width: 1366px;
    padding-left: 30px;
    padding-right: 30px;
}
.wrapper {
    width: 100%;
    height: auto;
    float: left;
}
header {
    height: 150px;
    padding-top: 30px;
    padding-bottom: 30px;
}
header .row {
    height: 100%;
    display: flex;
    align-items: center; /* dikeyde ortalama */
}
header .main-logo {
    text-align: center;
}
header .main-logo a {
    display: inline-block;
}
header .main-logo img {
    width: 100%;
    max-width: 140px;
    height: auto;
}
header .header-nav-1 {
    margin: 0;
    padding: 0;
}
header .header-nav-1 a {
    color: #A8A8A8;
    font-size: 28px;
}
header .header-nav-1 a:hover {
    color: #000;
}
header .header-nav-1 .seach-nav {
    padding-left: 5px;
    margin-top: -2px;
}
header .header-nav-1 .fa-search {
    font-size: 20px;
}
header .header-nav-2 a {
    color: #A8A8A8;
    font-size: 18px;
}
header .header-nav-2 a:hover {
    color: #000;
}
header .navbar .nav-item.dropdown {
    position: relative;
    padding-left: 15px;
}
header .navbar .nav-item.dropdown::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background-color: #ccc; /* çizgi rengi */
}
header .navbar .dropdown-menu {
    position: absolute;
}

/* ============================= */
/* TINA DRAWER SYSTEM - ISOLATED */
/* ============================= */

/* Overlay */
.tina-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.4);
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
    z-index: 999;
}
.tina-overlay.active {
    opacity: 1;
    visibility: visible;
}
.tina-drawer {
    position: fixed;
    top: 0;
    left: -350px;
    width: 350px;
    height: 100%;
    background: #f3f3f3;
    transition: left .4s ease, width .4s ease;
    z-index: 1000;
    display: flex;
    overflow: hidden;
}
.tina-drawer.active {
    left: 0;
}
.tina-drawer.expanded {
    width: 700px;
}
.tina-panel {
    width: 350px;
    height: 100%;
    padding: 120px 50px;
    flex-shrink: 0;
    overflow-y: auto;
}
.tina-main {
    background: #f3f3f3;
}
.tina-drawer.expanded .tina-sub {
    transform: translateX(0);
}
.tina-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.tina-item {
    padding: 14px 0;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 300;
    cursor: pointer;
    transition: opacity .3s ease;
}
.tina-item a {
    display: block;
}
.tina-item:hover {
    opacity: .6;
}
.tina-sub {
    background: #ffffff;
    border-left: 1px solid #e5e5e5;
    transform: translateX(100%);
    transition: transform .4s ease;
}
.tina-sub .tina-item {
    padding: 0;
}
.tina-sub .tina-item a {
    padding: 14px 0;
}
.tina-back {
    background: none;
    border: none;
    margin-bottom: 40px;
    font-size: 14px;
    cursor: pointer;
    opacity: .6;
    padding: 0;
}
.tina-back:hover {
    opacity: 1;
}

@media (max-width: 768px) {

    .tina-drawer {
        width: 100vw;
        left: -100vw;
    }

    .tina-drawer.active {
        left: 0;
    }

    /* Expanded olunca genişleme iptal */
    .tina-drawer.expanded {
        width: 100vw;
    }

    .tina-panel {
        width: 100vw;
        padding: 100px 25px 40px 25px;
    }

    /* Sub panel artık yan yana değil, üst üste */
    .tina-sub {
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100%;
        border-left: none;
        transform: translateX(100%);
        z-index: 2;
    }

    .tina-drawer.expanded .tina-sub {
        transform: translateX(0);
    }

}
.about-img {
    border-top: solid 1px #DDD;
    border-bottom: solid 1px #DDD;
    margin-bottom: -61px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.about-img, .about-img img {
    width: 100%;
    height: auto;
    max-width: 1920px;
}
.article-wrapper {
    width: 100%;
    height: auto;
    float: left;
}
.article-detail {
    width: 100%;
    height: auto;
    float: left;
    border-top: solid 1px #DDD;
    padding-top: 30px;
}
.article-detail img {
    width: 100%;
    height: auto;
    float: left;
    border-radius: 30px;
    margin-bottom: 30px;
}
.article-detail aside ul {
    width: 100%;
    height: auto;
    list-style: none;
    float: left;
}
.article-detail aside ul li {
    width: 100%;
    height: auto;
    float: left;
    border-bottom: dashed 1px #DDD;
}
.article-detail aside ul li a {
    width: 100%;
    height: auto;
    float: left;
    display: block;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
}
.coll-slider {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 30px;
}
.coll-slider .coll-item {
    width: 300px;
    height: auto;
    margin: 0 auto;
}
.coll-slider .coll-item h3 {
    font-size: 22px;
    margin-top: 15px;
    color: #9a151c;
    font-family: "Cormorant Garamond", serif;
}
.coll-slider .coll-item h4 {
    font-size: 16px;
    margin-top: 30px;
}
.coll-slider img {
    max-width: 280px;
}
.coll-slider .product-img {
    position: relative;
}
.coll-slider .product-img a {
    position: relative;
    z-index: 10;
    pointer-events: auto;
}
.coll-slider .product-img .corner-ribbon{
    position:absolute;
    top:0;
    right:0;
    width:0;
    height:0;
    border-top:90px solid #d9d9d9;
    border-left:90px solid transparent;
}
.coll-slider .product-img .corner-ribbon span{
    position:absolute;
    top:-70px;
    right:10px;
    transform:rotate(45deg);
    font-size:14px;
    font-weight:600;
    color:#333;
}
.product-modal .modal-product-img {
    position: relative;
}
.product-modal .modal-product-img .corner-ribbon{
    position:absolute;
    top:0;
    right:0;
    width:0;
    height:0;
    border-top:90px solid #d9d9d9;
    border-left:90px solid transparent;
    z-index: 99999;
}
.product-modal .modal-product-img .corner-ribbon span{
    position:absolute;
    top:-70px;
    right:10px;
    transform:rotate(45deg);
    font-size:14px;
    font-weight:600;
    color:#333;
}
.coll-btn {
    width: 100%;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}
.lSPager li a {
    background: #bbb!important;
}
.lSPager li.active a {
    background: #333!important;
}
.centre-title {
    font-family: "Cormorant Garamond", serif;
    border-top: solid 1px #DDD;
    text-align: center;
    margin-top: 60px;
    padding-top: 60px;
    margin-bottom: 30px;
    color: #9a151c;
}

.centre-title h2 {
    font-weight: 400;
    font-size: 38px;
    position: relative;
    display: inline-block;
    padding: 0 40px; /* yazı ile çizgi arası boşluk */
}

/* Sol çizgi */
.centre-title h2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 120px;          /* çizgi uzunluğu */
    height: 1px;
    background: #DDD;
    transform: translate(-100%, -50%);
}

/* Sağ çizgi */
.centre-title h2::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 120px;          /* çizgi uzunluğu */
    height: 1px;
    background: #DDD;
    transform: translate(100%, -50%);
}
.centre-title p {
   font-size: 14px;
   padding-top: 0;
}
.products {
    text-align: center;
}
.products .product {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 30px;
    text-align: center;
}
.products .product-img {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}
.products .product-img .corner-ribbon{
    position:absolute;
    top:0;
    right:0;
    width:0;
    height:0;
    border-top:90px solid #d9d9d9;
    border-left:90px solid transparent;
}
.products .product-img .corner-ribbon span{
    position:absolute;
    top:-70px;
    right:10px;
    transform:rotate(45deg);
    font-size:14px;
    font-weight:600;
    color:#333;
}
.products img {
    max-width: 220px;
}
.products h3 {
    font-size: 22px;
    margin-top: 15px;
    color: #9a151c;
    font-family: "Cormorant Garamond", serif;
}
.products h4 {
    font-size: 16px;
    margin-top: 30px;
}
.products .product-btn {
    padding-bottom: 30px;   
}
.products .product-btn a {
    width: unset;
    display: unset;
    float: unset;
    padding-top: unset;
    padding-bottom: unset;    
}
.products .modal .modal-header,
.collections .modal .modal-header {
    border-bottom: none;
    padding-bottom: 0;
}
.products .modal .modal-header .close,
.collections .modal .modal-header .close {
    font-size: 40px;
}
.products .modal .modal-body,
.collections .modal .modal-body {
    padding-top: 0;
    text-align: left;
}
.products .modal .modal-body p,
.collections .modal .modal-body p {
    text-align: left;
}
.products .modal .modal-body img,
.collections .modal .modal-body img {
    width: 100%;
    height: auto;
    max-width: unset;
}
.products .modal .modal-body .product-content,
.collections .modal .modal-body .product-content {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 15px;
}
.products .modal .modal-body .product-code,
.collections .modal .modal-body .product-code {
    font-weight: 500;
    color: #8a8a8a;
    font-size: 22px;
    text-align: left;
    padding-top: 15px;
}
.products .modal .modal-body .thumb-list .thumb,
.collections .modal .modal-body .thumb-list .thumb {
    cursor: pointer;
    border: 2px solid transparent;
    transition: 0.3s;
}
.products .modal .modal-body .thumb-list .thumb:hover,
.collections .modal .modal-body .thumb-list .thumb:hover {
    opacity: 0.7;
}
.products .modal .modal-body .thumb-list .thumb.active,
.collections .modal .modal-body .thumb-list .thumb.active {
    border: 2px solid #DDD;
}
.products .modal .modal-body .thumb-list span,
.collections .modal .modal-body .thumb-list span {
    width: 100%;
    height: auto;
    float: left;
    padding-top: 5px;
    margin-bottom: 10px;
    text-align: center;
}
.collections .category-desc {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 60px;
    font-family: "Cormorant Garamond", serif;
    font-size: 20px;
    font-style: italic;
}
.collections .col-lg-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media (max-width: 991px) {
    .collections .row {
        flex-direction: column;
    }
    .collections .col-cover {
        order: 1;
    }
    .collections .col-slider {
        order: 2;
    }
}
 .modal-nav-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(0,0,0,0.5);
        border: none;
        color: #fff;
        width: 50px;
        height: 80px;
        font-size: 24px;
        cursor: pointer;
        z-index: 1060;
        transition: background 0.2s ease;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .modal-nav-btn:hover {
        background: rgba(0,0,0,0.8);
    }
    
    .modal-prev-btn {
        left: 0;
        border-radius: 0 8px 8px 0;
    }

    .modal-next-btn {
        right: 0;
        border-radius: 8px 0 0 8px;
    }
    
    /* Animasyonsuz modal */
    .product-modal.modal {
        transition: none !important;
    }
    .product-modal .modal-dialog {
        transition: none !important;
        transform: none !important;
        position: relative;
    }
    .product-modal.show .modal-dialog {
        transform: none !important;
    }
    
    @media (max-width: 1200px) {
        .modal-prev-btn {
            left: -20px;
        }
        .modal-next-btn {
            right: -20px;
        }
    }
    
    @media (max-width: 992px) {
        .modal-nav-btn {
            width: 40px;
            height: 60px;
            font-size: 20px;
        }
        .modal-prev-btn {
            left: -15px;
        }
        .modal-next-btn {
            right: -15px;
        }
    }
    
    @media (max-width: 768px) {
        .modal-nav-btn {
            width: 35px;
            height: 50px;
            font-size: 18px;
        }
        .modal-prev-btn {
            left: -10px;
        }
        .modal-next-btn {
            right: -10px;
        }
    }
.contact .contact-map .maps {
    width: 50%;
    height: auto;
    float: left;
}
.contact .contact-map iframe {
    width: 100%;
    height: auto;
    min-height: 350px;
    border: 0;
}
.contact .contact-map iframe {
    width: 100%;
    height: auto;
    min-height: 350px;
    border: 0;
}
.contact h3 {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 600;
}

.home-about {
    margin-top: 60px;
}
footer {
	width: 100%;
	height: auto;
}
footer .footer-logo {
    width: 100%;
    height: auto;
    text-align: center;
    border-top: solid 1px #DDD;
    padding-top: 60px;
    margin-top: 60px;
}
footer .footer-logo a {
    display: inline-block;
}
footer .footer-logo img {
    max-width: 140px;
}
.footer-contacts {
    margin-top: 60px;
    border-top: solid 1px #DDD;
    border-bottom: solid 1px #DDD;
    text-align: center;
    padding-top: 30px;
}
.footer-contacts h3 {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
}
.footer-contacts p {
    font-size: 14px;
}
.footer-socials {
    display: inline-block;
    padding: 0;
    margin: 0;
}
.footer-socials li {
    display: inline-block;
    margin: 0 7.5px;
    font-size: 22px;
}
.footer-bottom {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
}
.copyright  {
    padding-top: 15px;
}
.copyright p {
    padding: 0;
    margin: 0;
    font-size: 14px;
}

@media screen and (max-width: 50em) {
	
}

/* ============================= */
/* COPY PROTECTION */
/* ============================= */
body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

input, textarea, select {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    -webkit-user-drag: none;
    pointer-events: none;
}

/* ============================= */
/* WHATSAPP BUTTON */
/* ============================= */
#whatsapp-widget {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.whatsapp-button {
    width: 60px;
    height: 60px;
    background-color: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
}

.whatsapp-button:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 16px rgba(0,0,0,0.4);
    color: #fff;
}

.whatsapp-bubble {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: #fff;
    padding: 12px 35px 12px 18px;
    border-radius: 12px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px) scale(0.9);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    white-space: nowrap;
    position: relative;
    border: 2px solid #fff;
}

.whatsapp-close {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 22px;
    height: 22px;
    background: #fff;
    color: #128C7E;
    border: none;
    border-radius: 50%;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    transition: all 0.2s ease;
}

.whatsapp-close:hover {
    background: #ff4444;
    color: #fff;
    transform: scale(1.1);
}

.whatsapp-bubble::after {
    content: '';
    position: absolute;
    bottom: -8px;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #128C7E;
}

.whatsapp-bubble.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    animation: bubblePop 0.5s ease, bubblePulse 2s ease-in-out infinite 0.5s;
}

@keyframes bubblePop {
    0% { transform: translateY(10px) scale(0.5); }
    50% { transform: translateY(-5px) scale(1.05); }
    100% { transform: translateY(0) scale(1); }
}

@keyframes bubblePulse {
    0%, 100% { box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4); transform: scale(1); }
    50% { box-shadow: 0 6px 25px rgba(37, 211, 102, 0.6); transform: scale(1.02); }
}

@media (max-width: 768px) {
    #whatsapp-widget {
        bottom: 15px;
        right: 15px;
    }
    .whatsapp-button {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
    .slider-wrapper {
        margin-top: 60px;
    }
}