@font-face {
    font-family: 'ZenitThin';
    src: url('../fonts/FS Hackney Web (Thin) 2.otf') format('opentype');
    font-weight: 100;
    font-display: swap;
    font-style: italic;
	
	}

@font-face {
    font-family: 'ZenitLight';
    src: url('../fonts/FS Hackney Web (Light) 2.otf') format('opentype');
    font-weight: 300;
    font-display: swap;
    font-style: italic;}

@font-face {
    font-family: 'ZenitRegular';
    src: url('../fonts/FS Hackney Web (Regular) 2.otf') format('opentype');
    font-weight: 500;
    font-display: swap;
    font-style: italic;
	}

@font-face {
    font-family: 'ZenitBold';
    src: url('../fonts/FS Hackney Web (Bold) 2.otf') format('opentype');
    font-weight: 400;
    font-display: swap;
    font-style: italic;}

@font-face {
    font-family: 'ZenitHeavy';
    src: url('../fonts/FS Hackney Weightb (Heavy) 2.otf') format('opentype');
    font-weight: 400;
    font-display: swap;
    font-style: italic;}



.whites{color: rgb(255, 230, 0); font-size: 1.2em; margin: 0; text-align: center;}

.ZenitLight-font {
    font-family: "ZenitLight", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: italic;
}
.ZenitRegular-font {
    font-family: "ZenitRegular", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: italic;
}
body {
    margin: 0;
    font-style: italic;
    font-family: "ZenitBold", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    background-color: rgb(0, 124, 173);
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.1;
    font-size: 1em;
    position: relative;
	
	
}
.main-content {
    opacity: 1;
    pointer-events: auto;
    position: relative;
    transition: opacity 1s ease-in-out;
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
	height: 100%;
	margin: 0;
}
.main-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 120vh;
    object-fit: cover;
    opacity: 1;
    z-index: -1;
    mix-blend-mode: hard-light;
}

.slider-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 120vh;
    object-fit: cover;
    opacity: 0.5;
    z-index: 15;
    mix-blend-mode: soft-light;
}
section {
    margin: 0 0;
    font-optical-sizing: auto;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 1.2;
    width: 100%;
    position: relative;
    float: left;
}
section part {
    width: 40%;
    position: relative;
    float: left;
    margin-right: 5%;
    margin-top: 20px;
}
section h2 {
    margin: 40px 20px;
    font-style: italic;
    font-family: "ZenitBold", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    background-color: rgba(0, 0, 0, 0.0);
    color: rgba(255, 255, 255, 1);
    line-height: 1;
    font-size: 3.6em;
    letter-spacing: -0.1rem;
	transform: skewX(-15deg);
	
}
section h3 {
    margin: 10px 0 20px 10px;
    font-style: italic;
    font-family: "ZenitBold", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    color: rgba(0,37,45,1.00);
    line-height: 1.4;
    font-size: 2em;
    text-indent: 0;
    letter-spacing: -1px;
    transform: skewX(-15deg);
    text-decoration-thickness: 1px;
    text-underline-offset: 7px;
	
}
section h3 ::before {
    background-image: url(../img/whatsapp.png);
	
}
section h4 {
    margin: 8px 0 0px 10px;
    font-style: italic;
    font-family: "ZenitBold", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    color: rgba(255,255,255,0.90);
    line-height: 1.3;
    font-size: 1.3em;
    letter-spacing: -0.02rem;
	transform: skewX(-15deg);
}
section p {
    margin: 20px 40px;
    font-family: "ZenitRegular", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    background-color: rgba(0, 0, 0, 0.0);
    color: rgba(255, 255, 255, 1);
    line-height: 1.5;
    font-size: 1em;
    letter-spacing: -0.005rem;
	transform: skewX(-0deg);
}
.header {
    text-align: center;
    padding: 0;
    color: rgba(0,0,0,1.00);
    background: rgba(255, 255, 255, 1);
    height: 120px;
    width: 100%;
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 2000;
}
.header a {
    text-decoration: none;
}
.header img {
   
   width: 120px;
    margin-left: 30px;
    top: -2px;
    position: relative;
}
.header .zenit-title {
    font-size: 3.6em;
    font-style: italic;
    font-family: "ZenitBold", sans-serif;
    font-weight: 700;
    color: rgba(0,37,43,1.00);
    margin: 4px 0 0 8px;
    letter-spacing: -0.1rem;
    position: relative;
	transform: skewX(-15deg);
	line-height: 1;
}
.header .word-container {
    position: absolute;
    left: 140px;
    top: 50%;
    transform: translateY(-50%);
    width: 160px;
    height: 30px;
    z-index: 2;
    margin-right: 21px;
    display: flex; /* Flexbox для выравнивания слов */
    justify-content: center;
    align-items: center;
    visibility: visible; /* По умолчанию виден */
	transform: skewX(-15deg);

}
.header h5 {
    font-size: 1.2em;
    margin: 0;
    font-weight: 700;
    color: rgba(0, 154, 108, 1.00);
    letter-spacing: -0.04rem;
    text-align: left;
    opacity: 0;
    position: absolute;
    top: 2px;
    left: 7px;
    font-family: "ZenitBold", sans-serif;
    font-style: italic;
    transition: opacity 0.5s ease;
}
.header h5.active {
    animation: fadeInOut 2s infinite;
    opacity: 1; /* Активное слово становится видимым */
}
.header .control-container {
    position: absolute;
    right: 30px;
    top: 53%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 10px;
}
.header .control-container .marquee-container {
    position: relative;
    left: -10px;
    width: 200px;
    height: 25px;
    overflow: hidden;
    white-space: nowrap;
    transition: left 0.1s ease;
}
.header .control-container .marquee-text {
    display: inline-block;
    font-family: "ZenitBold", sans-serif;
    font-weight: 500;
    font-size: 1em;
    color: #000000;
    animation: marqueeLeft 14s linear infinite;
}
.header .control-container .controls {
    display: flex;
    align-items: center;
    gap: 10px;
}
@keyframes marqueeLeft {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-200%); }
}
.sound-toggle {
    font-size: 1.8em;
    cursor: pointer;
    padding: 10px;
    width: 42px;
    height: 19px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 2002;
    background: none;
    border: none;
}
.sound-toggle i {
    font-size: 0.7em;
    color: rgba(0,21,30,0.90);
}
.sound-toggle.muted i::before {
    content: "\f026";
    color: rgba(180,0,33,0.90);
}
.menu-toggle {
    font-size: 2em;
    cursor: pointer;
    z-index: 4001;
    padding: 10px;
    width: 50px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-toggle .bar-container {
    position: relative;
    width: 50px;
    height: 30px;
    z-index: 4001;
}
.menu-toggle .bar {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: rgba(0, 0, 0, 1.00);
    transition: transform 0.4s ease, background-color 0.4s ease, opacity 0.4s ease;
    opacity: 1;
}
.menu-toggle .bar:nth-child(1) {
    top: 8px;
}
.menu-toggle .bar:nth-child(2) {
    bottom: 8px;
}
.menu-toggle.active .bar {
    background-color: rgba(0,0,0,1.00);
}
.menu-toggle.active .bar:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}
.menu-toggle.active .bar:nth-child(2) {
    transform: translateY(-6px) rotate(-45deg);
}
.cart-btn {
    position: fixed;
    left: -10px;
    top: 120px;
    padding: 11px 28px 13px 20px;
    background: linear-gradient(-80deg,rgba(21,105,166,1.00) 0%, rgba(87,199,179,1.00) 90%, rgba(239,255,76,1.00) 110%);
    border: none;
    color: rgba(255, 255, 255, 1);
    font-family: "ZenitRegular", sans-serif;
    font-style: italic;
    font-size: 1.2em;
    cursor: pointer;
    transition: background-color 0.4s, box-shadow 0.4s;
    border-bottom-right-radius: 24px;
    border-top-right-radius: 0px;
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 1900;
    letter-spacing: -0.02rem;font-weight: 500;
	box-shadow: 10px 10px 20px 0 rgba(0,0,0,0.6);
	transform: skewX(-15deg);
    z-index: -15important!;
}
.cart-btn:hover {
    
    background: linear-gradient(-80deg,rgba(21,105,166,1.00) 0%, rgba(87,199,179,1.00) 90%, rgba(239,255,76,1.00) 110%);
    box-shadow: 3px 3px 12px 0 rgba(0,0,0,0.6);
    color: rgb(246, 255, 0);
}
.cart-btn i {
    font-size: 1em;
}
.menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 30px;
    padding: 23px;
    margin-top: 120px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}
#urunler {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
.item {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 13px;
    overflow: hidden;
    width: 25%;
    text-align: left;
    box-shadow: 0 -3px 49px rgba(0, 171, 255, 0.46), 0 3px 49px rgba(0, 255, 116, 0.46);
    padding: 14px;
    opacity: 1;
    transform: translateY(0) scale(1);
    transition: box-shadow 0.5s ease, transform 0.5s ease;
	text-align: center!important;
	
}
.item:hover {
    box-shadow: -3px -3px 66px rgba(255,255,255,0.90), 3px 3px 66px rgba(255,255,255,0.90);
    transform: translateX(2px) scale(0.99);
}
.item .swiper {
    width: 100%;
    height: 200px;
    border-radius: 9px;
    margin-bottom: 5px;
    margin-top: 0px;
	cursor: pointer;
}
.item .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.item .swiper-pagination {
    position: relative;
    bottom: 23px!important;
	z-index: 8000;
}
.item .swiper-pagination-bullet {
    background: rgba(255,255,255,0.60);
    opacity: 1;
}
.item .swiper-pagination-bullet-active {
    background: rgba(255,255,255,0.95);
    opacity: 1;
}
.item h3 {
    font-size: 2.6em;
    margin: 0;
    font-weight: 500;
    letter-spacing: -0.16rem;
    color: rgba(0,13,23,1.00);
    line-height: 1;
    font-style: italic;
    font-family: "ZenitBold", sans-serif;
	border: 0px solid rgba(0,17,22,0.1);
	padding: 0px 0 9px 0;
	border-radius: 9px;
	transform: skewX(-15deg);

}
.item p {
    color: rgba(0,30,34,0.90);
    margin: 0px 0 0px 5px;
    font-size: 1.1em;
    letter-spacing: -0.06rem;
    font-weight: 700;
    font-style: italic;
    font-family: "ZenitBold", sans-serif;
	
}
.item .price {
    font-size: 3em;
    margin: 15px;
    letter-spacing: -0.08rem;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    
}
.item .add-to-cart-btn {
    padding: 15px 15px;
    background: #2A7B9B;
background: linear-gradient(-78deg,rgba(41,155,100,0.90) 0%, rgba(119,199,87,0.90) 92%, rgba(237, 221, 83, 0.9) 100%);
    border: 0px dotted rgba(0,17,15,0.2);
    color: rgba(0,14,11,0.90);
    font-style: italic;
    font-family: "ZenitBold", sans-serif;
    font-size: 1.3em;
	font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
    border-radius: 9px;
    letter-spacing: -0.04rem;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
	margin: 10px 0 0 0;
    
}
.item .add-to-cart-btn strong {
    color: rgba(255, 214, 0, 0.9);
}
.sizes {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    align-items: center;
    width: 100%;
}
.size-select {
    padding: 15px 15px;
    font-style: italic;
    font-family: "ZenitBold", sans-serif;
    font-size: 1.2em;
	font-weight: 700;
	letter-spacing: -0.05rem;
    background-color: rgba(255,255,255,0.90);
    color: rgba(42,120,0,0.90);
    border: 1px solid rgba(105,195,0,0.30);
    border-radius: 9px;
    width: 100%;
    margin: 15px 0 0 0;
    text-align: center;
    appearance: none;
    cursor: pointer;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 24 24" fill="black"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
	
}
.google-map {
    width: 90vwpx;
    height: 50vhpx;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 -3px 89px rgba(0, 171, 255, 0.46), 0 3px 89px rgba(0, 255, 116, 0.46);
    transition: box-shadow 1.2s ease, transform 0.8s ease;
    margin:0px auto;
}
.google-map:hover {
    box-shadow: -3px -3px 66px rgba(137, 255, 0, 0.90), 3px 3px 66px rgba(0, 235, 255, 0.90);
    transform: scale(0.98);
}
.sidebar-map {
    width: 100%;
    height: 150px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 -2px 20px rgba(0, 171, 255, 0.3), 0 2px 20px rgba(0, 255, 116, 0.3);
    margin-top: 20px;
}
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(13px);
    -webkit-backdrop-filter: blur(13px);
    z-index: 4000;
}
.modal-content {
    background-color: rgba(0,16,29,0.70);
    padding: 10px;
    border-radius: 13px;
    width: 100%;
   
    animation: fadeIn 0.9s;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    
    overflow-y: auto;
    text-align: center;
    font-style: italic;
    font-family: "ZenitBold", sans-serif;

 

}

.modal-content h2 {
   
    transform: skewX(-15deg);
    width: 50%;
    margin-left: 25%;
 
}

.modal-content::-webkit-scrollbar {
    width: 8px;
}
.modal-content::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.0);
}
.modal-content::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.0);
}
.modal-content::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.0);
}
.close-modal {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 2.6em;
    color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
    padding: 5px;
}
.close-modal:hover {
    color: rgba(135, 197, 64, 0.9);
}
.map-container {
    height: 84%;
    width: 100%;
    margin: 0;
    padding: 0;
}
.order-details {
    display: none;
    animation: fadeIn 0.9s;
    color: rgba(255, 235, 205, 0.9);
    word-wrap: break-word;
    text-align: center;
}
.order-details h2 {
    font-size: 4em;
    margin-bottom: 50px;
    transform: skewX(-15deg);
}
.order-details p {
    font-size: 2em;
}
.order-details #order-items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.order-details .cart-item {
    margin-bottom: 20px;
    width: 252px;
    padding: 6px;
}
.order-details .cart-item img {
    height: 90px;
}
.order-details .cart-item h4 {
    font-size: 0.9em;
}
.order-details .cart-item p:nth-child(2) {
    margin: 5px 0;
    font-size: 1.2em;
}
.order-details .cart-item p:nth-child(3) {
    margin: 5px 0;
    font-size: 1.2em;
    color: rgba(51, 51, 51, 0.9);
}
.order-details p {
    margin: 10px 0;
}
.submit-btn, .confirm-btn {
    padding: 12px 34px;
    background-color: rgba(0, 114, 196, 0.9);
    border: none;
    color: rgba(255, 255, 255, 0.9);
    font-style: italic;
    font-family: "ZenitBold", sans-serif;
    font-size: 1.6em;
    cursor: pointer;
    transition: background-color 0.3s;
    border-radius: 9px;
    margin: 20px auto;
    text-align: center;
    display: block;
    width: 50%;
    letter-spacing: -0.04rem;
    position: relative;
    top: 0;
    left:0%;
    transform: translateX(-0%);
    z-index: 7001;
     transform: skewX(-15deg);

}
.submit-btn, .confirm-btn .nahui{
    padding: 12px 34px;
    background-color: rgba(0, 114, 196, 0.9);
    border: none;
    color: rgba(255, 255, 255, 0.9);
    font-style: italic;
    font-family: "ZenitBold", sans-serif;
    font-size: 1.6em;
    cursor: pointer;
    transition: background-color 0.3s;
    border-radius: 9px;
    margin: 40px auto;
    text-align: center;
    display: block;
    width: 50%;
    letter-spacing: -1px;
    position: relative;
    
    left:0%;
    transform: translateX(-0%);
    z-index: 6001;
}
.submit-btn:hover, .confirm-btn:hover {
    background-color: rgba(110, 160, 50, 0.9);
}
.congrats-modal {
    display: none;
    position: fixed;
    top: 100%;
    left: 100%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.8);
    color: rgba(255, 255, 255, 0.9);
    padding: 100px;
    border-radius: 13px;
    z-index: 5000;
    text-align: center;
    width: 100%;
   
}
#cart-modal {
    opacity: 0;
}
#cart-modal.active {
    display: block;
    opacity: 1;
    animation: fadeIn 0.5s forwards;
}
#cart-modal.closing {
    animation: fadeOut 0.5s forwards;
}
#cart-modal .modal-content {
    height: calc(100% - 80px);
    margin-top: 40px;
    overflow-y: auto;
    width: calc(100% - 80px);
    margin-left: 40px;
    border-radius: 13px;
}
#location-modal {
    opacity: 0;
}
#location-modal.active {
    display: block;
    opacity: 1;
    animation: fadeIn 0.5s forwards;
}
#location-modal.closing {
    animation: fadeOut 0.5s forwards;
}
#location-modal .modal-content {
    height: calc(100% - 20px);
    margin-top: 10px;
    overflow-y: auto;
    width: calc(100% - 20px);
    margin-left: 10px;
    border-radius: 9px;
}
.height90 {height: 90%;}
#cart-items {
    margin: 50px auto 70px auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.cart-item {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 7px;
    padding: 10px;
    width: 20%;
    color: rgba(0, 0, 0, 0.9);
    position: relative;
}
.cart-item img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 5px;
}
.cart-item h4 {
    font-size: 2em;
    margin: 10px 0;
    color: rgba(0, 0, 0, 0.9);
    letter-spacing: -0.1rem;
}
.cart-item p:nth-child(2) {
    margin: 5px 0;
    font-size: 1.4em;
}
.cart-item p:nth-child(3) {
    margin: 5px 0;
    font-size: 1.2em;
    color: rgba(51, 51, 51, 0.9);
}
.cart-item .remove-btn {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 1.8em;
    color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
    padding: 5px;
}
.cart-item .remove-btn:hover {
    color: rgba(204, 0, 0, 0.9);
}
#cart-total {
    font-size: 2em;
    margin: 40px 0 10px 0;
}
.leaflet-marker-icon {
    background: none !important;
    border: none !important;
}
.custom-alert {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255,255,255,0.99);
    color: rgba(0,0,0,0.98);
    padding: 20px;
    border-radius: 13px;
    z-index: 6000;
    text-align: center;
    max-width: 80%;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
    animation: fadeIn 0.3s forwards;
}
.custom-alert.active {
    display: block;
}
.custom-alert p {
    margin: 0 0 45px 0;
    font-size: 1.2em;
    color: rgba(0,0,0,0.90);
    line-height: 1.5;
}
.custom-alert .close-alert {
    background-color: rgba(110, 160, 50, 0.9);
    border: none;
    color: rgba(0,0,0,0.90);
    font-style: italic;
    font-family: "ZenitBold", sans-serif;
    font-size: 1.3em;
    padding: 8px 20px;
    border-radius: 9px;
    cursor: pointer;
    transition: background-color 0.3s;
	background: #2A7B9B;
background: linear-gradient(-78deg,rgba(41,155,100,0.90) 0%, rgba(119,199,87,0.90) 92%, rgba(237, 221, 83, 0.9) 100%);
}
.custom-alert .close-alert:hover {
    background-color: rgba(135, 197, 64, 0.9);
}
.sidebar-menu {
    position: fixed;
    top: 120px;
    right: -60%;
    width: 50%;
    height: calc(100% - 120px);
    background:linear-gradient(-45deg,rgba(0, 26, 51, 0.8) 0%, rgba(0, 139, 194, 0.5) 100%);
    z-index: 1999;
    padding: 80px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: right 0.5s cubic-bezier(0.8, 0.5, 0.2, 1);
	transform: skewX(-10deg);
}
.sidebar-menu.active {
    right: -10%;
}
.sidebar-menu.closing {
    right: -60%;
}
.sidebar-menu .logo {
    font-size: 1.8em;
    font-weight: 700;
    letter-spacing: -0.04rem;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 20px;
    color: rgba(255,255,255,1.00);
}
.sidebar-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-grow: 1;
}
.sidebar-menu ul li {
    margin-bottom: 10px;
}
.sidebar-menu ul li a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 1.4em;
    letter-spacing: -0.04rem;
    display: block;
    padding: 3px;
    cursor: pointer;
    scroll-behavior: smooth;
    font-style: italic;
    font-family: "ZenitBold", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    background-color: rgba(0, 0, 0, 0.0);
    line-height: 1.2;
    transition: color 0.6s ease;
}
.sidebar-menu ul li a:hover {
    color: rgba(160,212,0,0.90);
	transform: translateX(2px);
	transition:  transform 0.2s cubic-bezier(0.8, 0.0, 0.2, 1);
}
.sidebar-menu .instagram-posts {
    text-align: left;
    margin-top: 20px;
}
.sidebar-menu .instagram-posts h4 {
    color: rgba(255,190,0,0.90);
    font-size: 1.2em;
    margin-bottom: 10px;
}
.sidebar-menu .posts-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.sidebar-menu .posts-grid img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 5px;
}
.blur-background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(13px);
    -webkit-backdrop-filter: blur(13px);
    animation: fadeIn 0.6s ease-in forwards;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1999;
    cursor: pointer;
    transition: opacity 0.6s ease-out;
}
.blur-background.active {
    display: block;
    opacity: 1;
}
.blur-background.closing {
    opacity: 0;
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes fadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
}
@keyframes fadeInOut {
    0% { opacity: 0; }
    20% { opacity: 1; }
    80% { opacity: 1; }
    100% { opacity: 0; }
}
@keyframes videoPan {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.footer {
    background-color: rgba(255, 255, 255, 0.99);
    color: rgba(0, 0, 0, 0.9);
    padding: 20px 0;
    text-align: center;
    width: 100%;
    position: relative;
    bottom: 0;
}
.footer .footer-content {
    max-width: 1200px;
    margin: 0 auto;
}
.footer p {
    margin: 5px 0;
    font-size: 0.8em;
}
.footer a {
    color: rgba(0, 0, 0, 0.9)!important;
    text-decoration: underline;
}
.footer a:hover {
    color: rgba(0, 154, 108, 1.00);
}
@media (min-width: 1920px) {
    #urunler {
        justify-content: flex-start;
    }
    .item {
        width: 20%;
    }
}
@media (max-width: 1224px) {
	.header .word-container {
    position: absolute;
    left: 140px;
    top: 50%;
    transform: translateY(-50%);
    width: 160px;
    height: 30px;
    z-index: 2;
    margin-right: 21px;
    display: flex; /* Flexbox для выравнивания слов */
    justify-content: center;
    align-items: center;
    visibility: visible; /* По умолчанию виден */
	transform: skewX(-15deg);
   
}
.header h5 {
    font-size: 1.2em;
    margin: 0;
    font-weight: 700;
    color: rgba(0, 154, 108, 1.00);
     letter-spacing: -O.04rem;
    text-align: left;
    opacity: 0;
    position: absolute;
    top: 2px;
    left: 7px;
    font-family: "ZenitBold", sans-serif;
    font-style: italic;
    transition: opacity 0.5s ease;
}
.header h5.active {
    animation: fadeInOut 2s infinite;
    opacity: 1; /* Активное слово становится видимым */
}
	.cart-item {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 7px;
    padding: 10px;
    width: 100%;
    color: rgba(0, 0, 0, 0.9);
    position: relative;
}
    .item .swiper {
        width: 100%;
        height: 200px;
        border-radius: 9px;
        margin-bottom: 5px;
    }
   
    .sidebar-menu ul li a {
        font-size: 1.2em;
        letter-spacing: -0.02rem;
        line-height: 1.1;
        transition: color 0.9s ease;
    }
    section part {
        width: 40%;
    }
    .header {
        height: 120px;
    }
    .header img {
        width: 120px;
       
        margin-left: 30px;
    }
    .header .zenit-title {
        font-size: 3em;
        margin-left: 5px;
        letter-spacing: -0.1rem;
    }
   
    .header .control-container {
        right: 25px;
        gap: 5px;
    }
    .header .control-container .marquee-container {
        left: -10px;
        width: 200px;
    }
    .header .control-container .marquee-text {
        font-size: 1em;
    }
    .sound-toggle {
        width: 38px;
        height: 17px;
        top: 13px;
    }
    .sound-toggle i {
        font-size: 0.64em;
    }
    .menu-toggle {
        width: 40px;
        height: 24px;
        top: 15px;
    }
    .menu-toggle .bar-container {
        width: 44px;
        height: 19px;
    }
    .menu-toggle .bar:nth-child(1) {
        top: 3px;
    }
    .menu-toggle .bar:nth-child(2) {
        bottom: 3px;
    }
    .cart-btn {
        top: 120px;
        padding: 12px 23px;
        font-size: 1.2em;
        letter-spacing: -0.02rem;
    }
	
	.item {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 15px;
    overflow: hidden;
     width: 30%;
        padding: 10px;
  
    box-shadow: 0 -3px 49px rgba(0, 171, 255, 0.46), 0 3px 49px rgba(0, 255, 116, 0.46);
    
    opacity: 1;
    transform: translateY(0) scale(1) ;
    transition: box-shadow 1.0s ease, transform 0.6s ease;
	text-align: center!important;
	
}
.item:hover {
    box-shadow: -3px -3px 66px rgba(255,255,255,0.90), 3px 3px 66px rgba(255,255,255,0.90);
    transform: translateX(1%) scale(0.99) ;
}
	

   #urunler {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
    .modal-content {
        
        margin-left: 10px;
    }
    .order-details .cart-item {
        width: 90%;
    }
    .submit-btn, .confirm-btn {
        width: 80%;
    }
    .sidebar-menu {
        right: -100%;
        width: 90%;
        padding: 40px;
        
    }
    .sidebar-menu.closing {
    right: -100%;
}
    .sidebar-menu .posts-grid {
        grid-template-columns: 1fr;
    }
    .footer .footer-content {
        padding: 0 20px;
    }
}
@media (max-width: 768px) {
	.sound-toggle i {
    font-size: 0.7em;
    color: rgba(0,21,30,0.90);
		display: none;
}
	.cart-item {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 7px;
    padding: 10px;
    width: 100%;
    color: rgba(0, 0, 0, 0.9);
    position: relative;
}
    .item .swiper {
        width: 100%;
        height: 200px;
        border-radius: 9px;
        margin-bottom: 5px;
    }
    .header .control-container .marquee-text {
        display: none;
    }
    .sidebar-menu ul li a {
        font-size: 1.2em;
        letter-spacing: -0.02rem;
        line-height: 1.1;
        transition: color 0.9s ease;
    }
    section part {
        width: 100%;
    }
    .header {
        height: 80px;
    }
    .header img {
        width: 80px;
        
        margin-left: 20px;
    }
    .header .zenit-title {
        font-size: 3em;
        margin-left: 5px;
        letter-spacing: -0.1rem;
    }
    .header .word-container {
        display: none; /* Скрываем на мобильных устройствах */
    }
    .header .control-container {
        right: 25px;
        gap: 5px;
    }
    .header .control-container .marquee-container {
        left: -100px;
        width: 150px;
    }
    .header .control-container .marquee-text {
        font-size: 1em;
    }
    .sound-toggle {
        width: 38px;
        height: 17px;
        top: 15px;
    }
    .sound-toggle i {
        font-size: 0.64em;
    }
    .menu-toggle {
        width: 40px;
        height: 24px;
        top: 15px;
    }
    .menu-toggle .bar-container {
        width: 44px;
        height: 19px;
    }
    .menu-toggle .bar:nth-child(1) {
        top: 3px;
    }
    .menu-toggle .bar:nth-child(2) {
        bottom: 3px;
    }
    .cart-btn {
        top: 80px;
        padding: 12px 23px;
        font-size: 1.2em;
        letter-spacing: -0.02rem;
		z-index: 1500;
    }
	
	.item {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 15px;
    overflow: hidden;
     width: 50%;
        padding: 10px;
  
    box-shadow: 0 -3px 49px rgba(0, 171, 255, 0.46), 0 3px 49px rgba(0, 255, 116, 0.46);
    
    opacity: 1;
    transform: translateY(0) scale(1);
    transition: box-shadow 1.0s ease, transform 0.6s ease;
	text-align: center!important;
	
}
.item:hover {
    box-shadow: -3px -3px 66px rgba(255,255,255,0.90), 3px 3px 66px rgba(255,255,255,0.90);
    transform: translateX(1%) scale(0.99);
}
	

    #urunler {
        flex-direction: column;
    }
    .modal-content {
        
        margin-left: 10px;
    }
    .order-details .cart-item {
        width: 90%;
    }
    .submit-btn, .confirm-btn {
        width: 80%;
    }
    .sidebar-menu {
        right: -100%;
        width: 90%;
        padding: 40px;
    }
    .sidebar-menu.closing {
    right: -100%;
}
    .sidebar-menu .posts-grid {
        grid-template-columns: 1fr;
    }
    .footer .footer-content {
        padding: 0 20px;
    }
}

@media (max-width: 523px) {
	.sound-toggle i {
    font-size: 0.7em;
    color: rgba(0,21,30,0.90);
		display: none;
}
	.cart-item {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 7px;
    padding: 10px;
    width: 100%;
    color: rgba(0, 0, 0, 0.9);
    position: relative;
}
    .item .swiper {
        width: 100%;
        height: 200px;
        border-radius: 9px;
        margin-bottom: 5px;
    }
    .header .control-container .marquee-text {
        display: none;
    }
    .sidebar-menu ul li a {
        font-size: 1.2em;
        letter-spacing: -0.02rem;
        line-height: 1.1;
        transition: color 0.9s ease;
    }
    section part {
        width: 100%;
    }
    .header {
        height: 80px;
    }
    .header img {
        width: 80px;
        
        margin-left: 20px;
    }
    .header .zenit-title {
        font-size: 3em;
        margin-left: 5px;
        letter-spacing: -0.1rem;
    }
    .header .word-container {
        display: none; /* Скрываем на мобильных устройствах */
    }
    .header .control-container {
        right: 25px;
        gap: 5px;
    }
    .header .control-container .marquee-container {
        left: -100px;
        width: 150px;
    }
    .header .control-container .marquee-text {
        font-size: 1em;
    }
    .sound-toggle {
        width: 38px;
        height: 17px;
        top: 15px;
    }
    .sound-toggle i {
        font-size: 0.64em;
    }
    .menu-toggle {
        width: 40px;
        height: 24px;
        top: 15px;
    }
    .menu-toggle .bar-container {
        width: 44px;
        height: 19px;
    }
    .menu-toggle .bar:nth-child(1) {
        top: 3px;
    }
    .menu-toggle .bar:nth-child(2) {
        bottom: 3px;
    }
    .cart-btn {
        top: 80px;
        padding: 12px 23px;
        font-size: 1.2em;
        letter-spacing: -0.02rem;
		z-index: 1500;
    }
	
	.item {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 15px;
    overflow: hidden;
     width: calc(100% - 20px);
        padding: 10px;
    text-align: left;
    box-shadow: 0 -3px 49px rgba(0, 171, 255, 0.46), 0 3px 49px rgba(0, 255, 116, 0.46);
    
    opacity: 1;
    transform: translateY(0) scale(1);
    transition: box-shadow 1.0s ease, transform 0.6s ease;
	text-align: center!important;
	
}
.item:hover {
    box-shadow: -3px -3px 66px rgba(255,255,255,0.90), 3px 3px 66px rgba(255,255,255,0.90);
    transform: translateX(1%) scale(0.99);
}
	

    #urunler {
        flex-direction: column;
    }
    .modal-content {
        
        margin-left: 10px;
    }
    .order-details .cart-item {
        width: 90%;
    }
    .submit-btn, .confirm-btn {
        width: 80%;
    }
    .sidebar-menu {
        right: -150%;
        width: 90%;
        padding: 40px;

        }
    .sidebar-menu.active {
    right: -30%;
}
    }
    .sidebar-menu.closing {
    right: -150%;
}
    .sidebar-menu .posts-grid {
        grid-template-columns: 1fr;
    }
    .footer .footer-content {
        padding: 0 20px;
    }
}


/* --- YENİ ZENIT HEADER SİSTEMİ BAŞLANGICI (SİYAH YAZI GÜNCELLEMESİ) --- */
.new-zenit-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 110%;
    max-width: 500px;
    margin-top: 15px auto;
    margin-left: -5%;
    font-family: 'ZenitBold', sans-serif;
    letter-spacing: -0.04rem;
    color: #000; /* TÜM YAZILAR SİYAH */
}

.new-zenit-header .nav-btn {
    background: rgba(0, 0, 0, 0.0); /* Okların arkaplanı çok hafif gri */
    border: none;
    color: #000; /* OKLAR SİYAH */
    font-size: 20px;
    cursor: pointer;
    padding: 15px 2px;
    border-radius: 8px;
    transition: background 0.3s;
}

.new-zenit-header .nav-btn:hover {
    background: rgba(0, 171, 255, 0.3);
}

.weather-viewport {
    flex-grow: 1;
    overflow: hidden;
    border-radius: 12px;
    height: 100px;
    background: transparent;
    position: relative;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    color: #000; /* İÇERİDEKİ TÜM YAZILAR SİYAH */
}

.weather-hour-slider {
    display: flex;
    flex-direction: column;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1); 
}

.weather-hour-block {
    height: 100px; 
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 15px;
    box-sizing: border-box;
}

/* Üst Sıra (Tarih ve Takma Ad) */
.wh-top-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3); /* Çizgi siyah */
    padding-bottom: 4px;
}

.wh-date-group .wh-date { font-size: 23px; font-weight: bold; }
.wh-date-group .wh-day { font-size: 15px; margin-left: 4px; font-family: 'ZenitRegular', sans-serif; }
.wh-activity { font-size: 28px; letter-spacing: -0.06rem;}

/* Alt Sıra (Veriler) */
.wh-bottom-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.wh-hour {
    transform: rotate(-90deg);
    font-size: 16px;
    width: 25px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 5px;
    text-indent: -2px;
    padding-top: 1px;
}

.wh-data-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.1;
}

.wh-data-box .wh-val { font-size: 24px; display: flex; align-items: center; gap: 5px; }
.wh-data-box .wh-unit { font-size: 14px; margin-top: 2px; font-family: 'ZenitRegular', sans-serif; }




/* Ok İkonu ve Türkçe Yön İsmi */
.wh-dir-icon { font-size: 30px; margin-bottom: 2px; }

.wh-divider {
    width: 1px;
    height: 35px;
    background-color: rgba(0, 0, 0, 0.3); /* Dikey ayırıcı çizgiler siyah */
}

.wh-dash { font-size: 24px; opacity: 0.8; }

/* --- WINDGURU RENK SKALASI (YAZILAR SİYAH) --- */
.wind-0-4    { background: rgba(240, 250, 255, 0.8) !important; border: none !important; color: #000 !important; mix-blend-mode: hard-light;  }
.wind-4-8    { background: rgba(125, 255, 230, 0.8) !important; border: none !important; color: #000 !important; mix-blend-mode: hard-light;  }
.wind-8-12   { background: rgba(0, 244, 255, 0.8) !important; border: none !important; color: #000 !important; mix-blend-mode: hard-light;  }
.wind-12-16  { background: rgba(0, 235, 42, 0.8) !important; border: none !important; color: #000 !important; mix-blend-mode: hard-light; }
.wind-16-20  { background: rgba(255, 244, 0, 0.8) !important; border: none !important; color: #000 !important; mix-blend-mode: hard-light;  }
.wind-20-25  { background: rgba(255, 160, 0, 0.8) !important; border: none !important; color: #000 !important; mix-blend-mode: hard-light;  }
.wind-25-34  { background: rgba(255, 0, 0, 0.8) !important; border: none !important; color: #000 !important; mix-blend-mode: hard-light;  }
.wind-34plus { background: rgba(102, 0, 255, 0.8) !important; border: none !important; color: #000 !important; mix-blend-mode: hard-light;  }
/* --- YENİ ZENIT HEADER SİSTEMİ BİTİŞİ --- */



/* --- GÜNCELLENEN RÜZGAR MODÜLÜ BOYUTLARI VE SADECE YAZI EĞİMİ --- */
.weather-viewport {
    height: 150px !important; /* Yükseklik eski haline döndü */
}

.weather-hour-block {
    height: 150px !important; 
}

/* SADECE YAZILARA -15 derece eğim veriyoruz. İkonlara, oklara bulaşmıyoruz */
.wh-date-group, .wh-activity, .wh-val, .wh-unit {
    transform: skewX(-15deg);
    display: inline-block;
}

/* Saat 90 derece dönük kalıyor, eğim (skew) KESİNLİKLE EKLENMİYOR */
.wh-hour {
    transform: rotate(-90deg) !important; 
    font-size: 18px;
    width: 50px;
    text-align: center;
    display: inline-block;
}

/* --- MÜZİK ÇALAR BUTON TASARIMI --- */
.zenit-music-player {
    display: flex;
    justify-content: center;
    margin: 10px 0;
}

.music-btn {
    background: #00abff;
    color: white;
    border: none;
    padding: 10px 15px;
    margin: 0 5px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: 0.3s;
}

.music-btn:hover { background: #007bb5; }

/* --- MOBİL VE TABLET UYUMLULUĞU (RESPONSIVE) --- */
@media (max-width: 768px) {
    .weather-viewport { height: 110px !important; box-shadow: 0px 6px 14px rgba(0, 45, 87, 0.5);}
    .weather-hour-block { height: 110px !important; padding: 0px 15px; }
    .wh-val { font-size: 19px !important; }
    .wh-hour { font-size: 18x !important; width: 50px !important; }
    .wh-activity { font-size: 20px !important; }
    .music-btn { padding: 8px 12px; font-size: 14px; }
    .wh-date-group .wh-date { font-size: 18px; font-weight: bold; }
    .wh-date-group .wh-day { font-size: 13px; margin-left: 2px; font-family: 'ZenitRegular', sans-serif; }

section part {
    width: 100%;
    position: relative;
    float: left;
    margin-right: 0;
    margin-top: 20px;
}

}



/* --- FULLSCREEN HERO SLIDER --- */
:root {
    --zenit-header-height: 120px;
}

.hero-slider-section {
    position: relative;
    width: 100%;
    height: calc(100vh - var(--zenit-header-height));
    min-height: 620px;
    margin-top: var(--zenit-header-height);
    overflow: hidden;
}

.hero-swiper {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(0, 18, 32, 0.35);
}

.hero-swiper .swiper-wrapper,
.hero-swiper .swiper-slide {
    width: 100%;
    height: 100%;
}

.hero-slide {
    position: relative;
    overflow: hidden;
    background: rgba(0, 28, 44, 0.85);
}

.hero-slide-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.01);
}

.hero-slide-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0, 91, 175, 0.959)0%, rgba(255, 0, 0, 0.0) 38%, rgba(0, 50, 90, 0.0) 72%, rgba(0, 217, 255, 1) 100%),
        linear-gradient(180deg, rgba(0, 129, 204, 0.986) 0%, rgba(0, 255, 242, 0.0) 30%, rgba(0, 195, 255, 0.075) 70%, rgb(0, 195, 255) 100%);
    z-index: 1;
}

.hero-slide-content {
    position: absolute;
    left: clamp(24px, 5vw, 90px);
    right: 24px;
    bottom: clamp(36px, 8vh, 88px);
    z-index: 2;
    max-width: min(74vw, 940px);
    pointer-events: none;
}

.hero-slide-kicker {
    display: inline-block;
    margin-bottom: 16px;
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 999px;
    background: rgba(251, 255, 0, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: rgba(0, 0, 0, 0.96);
    font-family: "ZenitBold", sans-serif;
    font-size: clamp(0.8rem, 0.8vw, 10rem);
    letter-spacing: -0.02em;
    text-transform: none;
   
    opacity: 0;
    transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.hero-slide-title {
    margin: 0 30px;
    color: rgba(255, 255, 255, 1);
    line-height: 0.77;
    letter-spacing: -0.08em;
    text-transform: none;
    font-family: "ZenitHeavy", "ZenitBold", sans-serif;
    font-size: clamp(4rem, 15vw, 11.5rem);
    transform: skewX(-15deg);
}

.hero-slide-title span,
.hero-slide-caption {
    display: block;
    opacity: 0;
    transform: translate3d(-11vw, 0, 0);
    will-change: transform, opacity;
}

.hero-slide-title span {
    transition:
        transform 0.92s cubic-bezier(0.16, 1, 0.3, 1),
        opacity 0.92s ease;
}

.hero-slide-title span:nth-child(2) {
    transition-delay: 0.08s;
}

.hero-slide-caption {
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.84);
    font-family: "ZenitRegular", sans-serif;
    font-size: clamp(1.2rem, 1.6vw, 1.35rem);
    letter-spacing: -0.03em;
  
    transition:
        transform 1s cubic-bezier(0.16, 1, 0.3, 1),
        opacity 1s ease;
    transition-delay: 0.16s;
    transform: skewX(-15deg)!important;
}

.hero-slide.swiper-slide-active .hero-slide-kicker,
.hero-slide.swiper-slide-active .hero-slide-title span,
.hero-slide.swiper-slide-active .hero-slide-caption {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.hero-slide.hero-title-out .hero-slide-kicker,
.hero-slide.hero-title-out .hero-slide-title span,
.hero-slide.hero-title-out .hero-slide-caption {
    opacity: 0;
    transform: translate3d(12vw, 0, 0);
}

.hero-slider-toggle {
    position: absolute;
    right: clamp(18px, 3vw, 36px);
    bottom: clamp(18px, 3vw, 36px);
    z-index: 5;
    width: 54px;
    height: 54px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    cursor: pointer;
    transition: transform 0.25s ease, background 0.25s ease;
}

.hero-slider-toggle:hover {
    transform: scale(0.9);
    background: rgba(0, 238, 255, 0.8);
}

.hero-slider-toggle.is-paused {
    background: rgba(0, 238, 255, 0.8);
}

.hero-slider-pagination {
    position: absolute;
    left: clamp(24px, 5vw, 90px)!important;
    bottom: clamp(24px, 4vh, 34px) !important;
    z-index: 5;
    width: auto !important;
}

.hero-slider-pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    opacity: 1;
    background: rgba(255, 255, 255, 0.38);
    margin: 0 8px 0 0 !important;
}

.hero-slider-pagination .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 0.96);
}

.menu {
    margin-top: 0;
}

@media (max-width: 768px) {
    :root {
        --zenit-header-height: 80px;
    }

    .hero-slider-section {
        min-height: 520px;
    }

    .hero-slide-content {
        left: 18px;
        right: 18px;
        bottom: 22px;
        max-width: calc(100% - 36px);
    }

    .hero-slide-kicker {
        margin-bottom: 12px;
        padding: 7px 12px;
    }

    .hero-slide-title {
        font-size: clamp(2.8rem, 17vw, 5.6rem);
        line-height: 0.8;
    }

    .hero-slide-caption {
        margin-top: 0;
        font-size: 0.92rem;
        letter-spacing: -0.02em;
    }

    .hero-slider-pagination {
        left: 22px!important;
        bottom: 14px !important;
    }

    .hero-slider-toggle {
        right: 18px;
        bottom: 18px;
        width: 48px;
        height: 48px;
    }
}

@media (max-width: 523px) {
    .hero-slider-section {
        min-height: 460px;
    }

    .hero-slide-title {
        font-size: clamp(4rem, 30vw, 6rem);
    }

    .hero-slide-kicker {
        font-size: 0.78rem;
    }
}

/* --- 2026 UI UPGRADE: MUSIC / LANG / SUPPORT / WEATHER GESTURES --- */
.header .control-container {
    top: 50% !important;
    transform: translateY(-50%) !important;
    align-items: center;
    gap: 14px;
}

.zenit-music-player {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 240px;
    margin: 0 !important;
}

.yt-track-marquee {
    position: relative;
    width: 220px;
    height: 22px;
    overflow: hidden;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yt-track-text {
    display: inline-block;
    min-width: max-content;
    padding-inline: 22px;
    color: #000;
    font-family: 'ZenitBold', sans-serif;
    font-size: 0.92rem;
    letter-spacing: -0.02rem;
    white-space: nowrap;
    opacity: 0.95;
}

.yt-track-text.is-scrolling {
    animation: zenitTrackMarquee 13s linear infinite;
}

.yt-track-fade {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 26px;
    z-index: 2;
    pointer-events: none;
}

.yt-track-fade-left {
    left: 0;
    background: linear-gradient(90deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0) 100%);
}

.yt-track-fade-right {
    right: 0;
    background: linear-gradient(270deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0) 100%);
}

@keyframes zenitTrackMarquee {
    0% { transform: translateX(115%); opacity: 0; }
    8% { opacity: 1; }
    92% { opacity: 1; }
    100% { transform: translateX(-115%); opacity: 0; }
}

.music-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.music-btn {
    background: transparent !important;
    color: #000 !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 999px;
    padding: 8px 12px !important;
    margin: 0 !important;
    transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease !important;
}

.music-btn:hover {
    background: rgba(0, 0, 0, 0.06) !important;
    transform: translateY(-1px);
}

.music-btn-main {
    font-size: 18px;
}

.lang-switcher {
    display: flex;
    gap: 8px;
    margin: 4px 0 18px;
}

.lang-btn {
    border: 1px solid rgba(255,255,255,0.22);
    background: rgba(255,255,255,0.08);
    color: #fff;
    cursor: pointer;
    border-radius: 999px;
    padding: 8px 12px;
    font-family: 'ZenitBold', sans-serif;
    font-size: 0.86rem;
    letter-spacing: 0.06em;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.lang-btn:hover {
    transform: translateY(-1px);
    background: rgba(255,255,255,0.16);
}

.lang-btn.active {
    background: #fff;
    color: #000;
}

.weather-viewport {
    touch-action: none;
    cursor: grab;
    outline: none;
}

.weather-viewport:active {
    cursor: grabbing;
}

.weather-hour-slider {
    will-change: transform;
}

.weather-hour-block {
    min-height: 118px !important;
    height: 118px !important;
}

.wh-top-row {
    gap: 10px;
}

.wh-activity {
    text-align: right;
}

.ai-support-widget {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 3500;
}

.ai-support-toggle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    background: linear-gradient(135deg, rgba(255,255,255,0.96), rgba(225,244,255,0.96));
    color: #000;
    box-shadow: 0 12px 30px rgba(0,0,0,0.22);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    font-family: 'ZenitBold', sans-serif;
}

.ai-support-toggle i {
    font-size: 18px;
}

.ai-support-toggle span {
    font-size: 12px;
    letter-spacing: -0.04em;
}

.ai-support-panel {
    position: absolute;
    right: 0;
    bottom: 74px;
    width: min(360px, calc(100vw - 24px));
    background: rgba(10, 18, 28, 0.95);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 22px;
    box-shadow: 0 24px 60px rgba(0,0,0,0.32);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    padding: 16px;
    display: none;
    color: #fff;
}

.ai-support-panel.active {
    display: block;
}

.ai-support-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.ai-support-header h3 {
    margin: 0;
    color: #fff;
    font-size: 1.05rem;
}

.ai-support-header p {
    margin: 4px 0 0;
    color: rgba(255,255,255,0.66);
    font-size: 0.82rem;
}

.ai-support-close {
    border: none;
    background: transparent;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    line-height: 1;
}

.ai-support-messages {
    max-height: 250px;
    overflow: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-right: 4px;
}

.ai-support-message {
    max-width: 85%;
    padding: 10px 12px;
    border-radius: 16px;
    line-height: 1.35;
    font-size: 0.93rem;
}

.ai-support-message.bot {
    align-self: flex-start;
    background: rgba(2, 110, 182, 0.9);
    color: #fff;
}

.ai-support-message.user {
    align-self: flex-end;
    background: rgba(0,171,255,0.22);
    color: #fff;
}

.ai-support-suggestions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 12px 0;
}

.ai-support-chip {
    border: 1px solid rgba(255,255,255,0.14);
    background: rgba(255,255,255,0.06);
    color: #fff;
    border-radius: 999px;
    padding: 8px 10px;
    font-size: 0.8rem;
    cursor: pointer;
}

.ai-support-form {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
    margin-top: 8px;
}

.ai-support-form input {
    width: 100%;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.14);
    background: rgba(255,255,255,0.08);
    color: #fff;
    padding: 12px 14px;
    outline: none;
}

.ai-support-form input::placeholder {
    color: rgba(255,255,255,0.55);
}

.ai-support-form button,
.ai-support-whatsapp {
    border-radius: 14px;
    border: none;
    padding: 12px 14px;
    font-family: 'ZenitBold', sans-serif;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}

.ai-support-form button {
    background: #fff;
    color: #000;
}

.ai-support-whatsapp {
    display: block;
    background: rgba(37, 211, 102, 0.95);
    color: #000;
    margin-top: 10px;
}

@media (max-width: 900px) {
    .yt-track-marquee {
        width: 180px;
    }
}

@media (max-width: 768px) {
    .header .control-container {
        right: 18px !important;
        gap: 6px;
    }

    .zenit-music-player {
        min-width: 150px;
    }

    .yt-track-marquee {
        width: 140px;
        margin-bottom: 10px;
    }

    .yt-track-text {
        font-size: 0.78rem;
    }

    .music-btn {
        padding: 7px 9px !important;
        font-size: 14px !important;
    }

    .lang-switcher {
        margin-bottom: 14px;
    }

    .weather-hour-block {
        min-height: 118px !important;
    }

    .ai-support-widget {
        right: 12px;
        bottom: 12px;
    }

    .ai-support-panel {
        width: min(340px, calc(100vw - 16px));
        bottom: 70px;
    }
}

/* ===== 2026 PERF + WEATHER + MOBILE PATCH ===== */
html {
    scroll-behavior: smooth;
}

.main-content,
.menu,
#urunler,
#sss,
.footer {
    overflow: visible !important;
}

#urunler .item,
#sss,
#iletisim,
footer {
    content-visibility: auto;
    contain-intrinsic-size: 600px;
}

.item .swiper-slide img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.new-zenit-header {
    width: 100% !important;
    max-width: 580px;
    margin: 14px auto 0 !important;
}

.weather-viewport {
    --weather-dx: 0px;
    --weather-dy: 0px;
    transform: translate3d(var(--weather-dx), var(--weather-dy), 0);
    transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 260ms ease;
    will-change: transform;
}

.weather-viewport.is-dragging {
    transition: none;
    box-shadow: 0 10px 20px rgba(0, 30, 60, 0.16);
}

.weather-viewport.weather-settling {
    transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 280ms ease;
}

.weather-stage {
    --weather-content-dx: 0px;
    --weather-content-dy: 0px;
    width: 100%;
    height: 100%;
    transform: translate3d(var(--weather-content-dx), var(--weather-content-dy), 0);
    transition: transform 230ms cubic-bezier(0.22, 1, 0.36, 1), opacity 260ms ease;
    will-change: transform, opacity;
}

.weather-viewport.is-dragging .weather-stage {
    transition: none;
}

.weather-viewport.weather-shift-next,
.weather-viewport.weather-shift-prev,
.weather-viewport.weather-shift-up,
.weather-viewport.weather-shift-down {
    animation-duration: 230ms;
    animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

.weather-viewport.weather-shift-next { animation-name: zenitWeatherShiftNext; }
.weather-viewport.weather-shift-prev { animation-name: zenitWeatherShiftPrev; }
.weather-viewport.weather-shift-up { animation-name: zenitWeatherShiftUp; }
.weather-viewport.weather-shift-down { animation-name: zenitWeatherShiftDown; }

@keyframes zenitWeatherShiftNext {
    0% { transform: translate3d(0, 0, 0); }
    40% { transform: translate3d(-14px, 0, 0); }
    100% { transform: translate3d(0, 0, 0); }
}

@keyframes zenitWeatherShiftPrev {
    0% { transform: translate3d(0, 0, 0); }
    40% { transform: translate3d(14px, 0, 0); }
    100% { transform: translate3d(0, 0, 0); }
}

@keyframes zenitWeatherShiftUp {
    0% { transform: translate3d(0, 0, 0); }
    40% { transform: translate3d(0, -12px, 0); }
    100% { transform: translate3d(0, 0, 0); }
}

@keyframes zenitWeatherShiftDown {
    0% { transform: translate3d(0, 0, 0); }
    40% { transform: translate3d(0, 12px, 0); }
    100% { transform: translate3d(0, 0, 0); }
}

.weather-hour-slider {
    transform: translate3d(0, 0, 0);
}

.weather-hour-block {
    min-height: 150px !important;
    height: 150px !important;
    padding: 10px 16px !important;
}

.wh-bottom-row {
    gap: 8px;
}

.wh-data-box {
    min-width: 0;
}

.ai-support-panel {
    max-height: min(72vh, 640px);
}

.ai-support-messages {
    overscroll-behavior: contain;
}

.ai-support-chip {
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.ai-support-chip:hover {
    transform: translateY(-1px);
    background: rgba(255,255,255,0.12);
}

@media (max-width: 1100px) {
    .header {
        padding-right: 0;
    }

    .header .control-container {
        right: 20px !important;
        gap: 8px;
    }

    .menu {
        padding-inline: 18px;
        box-sizing: border-box;
    }

    section part {
        width: calc(50% - 10px);
        margin-right: 20px;
    }

    section part:nth-child(even) {
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    body {
        font-size: 15px;
    }

    .header {
        height: 120px;
        background:  rgba(255,255,255,1) ;
        padding-right:0;
    }

    .header img {
        width: 120px;
        margin-left: 14px;
    }

    .header .word-container {
        left: 102px;
        width: 110px;
        height: 24px;
        top: 50%;
    }

    .header h5 {
        font-size: 0.9rem;
        left: 2px;
    }

    .header .control-container {
        top: 50% !important;
        right: 25px !important;
        gap: 6px;
    }

    .zenit-music-player {
        min-width: 132px !important;
    }

    .yt-track-marquee {
        width: 128px;
        margin-bottom: 8px;
        height: 18px;
    }

    .yt-track-text {
        font-size: 0.72rem;
    }

    .music-controls {
        gap: 1px;
    }

    .music-btn {
        padding: 6px 8px !important;
        font-size: 13px !important;
    }

    .cart-btn {
        left: -10px !important;
        right: auto !important;
        top: 120px !important;
        bottom: auto !important;
        width: auto;
        max-width: min(72vw, 220px);
        padding: 10px 18px 12px 16px;
        font-size: 0.92rem;
        line-height: 1;
        white-space: nowrap;
        transform: skewX(-12deg);
        justify-content: center;
        z-index: 1900;
    }

    .sidebar-menu {
        width: min(120vw, 560px);
    }

    .lang-switcher {
        gap: 6px;
        flex-wrap: wrap;
    }

    .lang-btn {
        padding: 7px 10px;
        font-size: 0.78rem;
    }

    .menu {
        padding: 0 12px 28px;
        box-sizing: border-box;
    }

    section {
        float: none;
        width: 100%;
    }

    section part,
    .menu > part {
        width: 100% !important;
        float: none;
        margin-right: 0 !important;
        margin-top: 16px;
    }

    .new-zenit-header {
        max-width: 100%;
        gap: 3px;
    }

    .new-zenit-header .nav-btn {
        padding: 10px 2px;
    }

    .weather-viewport {
        height: 114px !important;
        border-radius: 16px;
    }

    .weather-hour-block {
        min-height: 114px !important;
        height: 114px !important;
        padding: 10px 12px !important;
    }

    .wh-top-row {
        gap: 8px;
        margin-bottom: 6px;
    }

    .wh-date-group .wh-date {
        font-size: 19px !important;
    }

    .wh-date-group .wh-day {
        font-size: 11px !important;
        margin-left: 1px;
    }

    .wh-activity {
        font-size: 18px !important;
        line-height: 1;
    }

    .wh-hour {
        width: 46x !important;
        font-size: 17px !important;
    }

    .wh-data-box .wh-val {
        font-size: 21px !important;
    }

    .wh-data-box .wh-unit {
        font-size: 13px !important;
    }

    .wh-divider {
        height: 28px;
    }

    .item {
        width: 90% !important;
        
        border-radius: 18px;
        box-sizing: border-box;
        margin-left: 5%!important;
    }

    .item h3 {
        font-size: 2.5rem;
        margin: 10px 0 7px 10px;
    }

    .item .swiper {
        height: auto;
        aspect-ratio: 4 / 3;
    }

    .sizes {
        flex-wrap: wrap;
        gap: 10px;
    }

    .size-select,
    .add-to-cart-btn,
    .confirm-btn {
        width: 100%;
        box-sizing: border-box;
    }

    .modal-content {
        width: min(92vw, 560px) !important;
        padding: 18px 14px !important;
        box-sizing: border-box;
    }

    .ai-support-widget {
        right: 10px !important;
        bottom: 10px !important;
    }

    .ai-support-toggle {
        width: 56px;
        height: 56px;
    }

    .ai-support-panel {
        width: min(92vw, 320px) !important;
        bottom: 66px !important;
        border-radius: 18px;
    }

    .footer .footer-content {
        padding: 0 14px;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
}

/* ===== SEO + accessibility helpers ===== */
.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.noscript-seo {
    background: rgba(255, 255, 255, 0.96);
    color: #00252d;
    padding: 14px 18px;
    font-family: "ZenitRegular", sans-serif;
    font-style: normal;
}

.noscript-seo a {
    color: inherit;
}

.seo-contact-line {
    margin: 0;
    text-align: center;
}


/* --- ZENIT FORECAST STRIP (SLIDER ALTI / MENU USTU) --- */
.zenit-forecast-strip-section {
    --zfs-label-width: 170px;
    position: relative;
    width: 100%;
    z-index: 25;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 55px rgba(0, 43, 74, 0.18);
    overflow: hidden;
}

.zenit-forecast-strip-scroll {
    width: 100%;
    cursor: grab;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 92, 148, 0.45) rgba(0, 0, 0, 0.06);
}

.zenit-forecast-strip-scroll::-webkit-scrollbar {
    height: 12px;
}

.zenit-forecast-strip-scroll::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}

.zenit-forecast-strip-scroll::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, rgba(0, 137, 191, 0.75), rgba(0, 189, 255, 0.45));
    border-radius: 999px;
}


.zenit-forecast-strip-toggle {
    position: absolute;
    left: 0px;
    top: 10px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-bottom-right-radius: 50%;
    border-top-right-radius: 50%;
    background: linear-gradient(135deg, rgba(0, 87, 142, 0.96), rgba(0, 177, 224, 0.92));
    color: rgba(255,255,255,0.98);
    box-shadow: 0 10px 24px rgba(0, 52, 85, 0.24);
    z-index: 9;
    cursor: pointer;
    transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
    z-index: 1000;
}

.zenit-forecast-strip-toggle:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(0, 52, 85, 0.28);
}

.zenit-forecast-strip-toggle i {
    font-size: 0.88rem;
    transition: transform 0.32s ease;
}

.zenit-forecast-strip-section.is-labels-collapsed .zenit-forecast-strip-toggle i {
    transform: rotate(180deg);
}

.zenit-forecast-strip-scroll.is-dragging {
    cursor: grabbing;
    user-select: none;
}

.zenit-forecast-strip-table {
    display: inline-block;
    min-width: 100%;
    padding-right: var(--zfs-label-width);
    box-sizing: border-box;
    color: rgba(0, 14, 24, 0.96);
    transition: transform 0.34s ease;
    will-change: transform;
}

.zenit-forecast-loading,
.zenit-forecast-error {
    padding: 26px 20px;
    text-align: center;
    font-family: "ZenitRegular", sans-serif;
    font-size: 1rem;
    color: rgba(0, 22, 36, 0.82);
}

.zenit-forecast-grid {
    width: max-content;
    min-width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    background: rgba(255, 255, 255, 0.94);
}

.zenit-forecast-grid th,
.zenit-forecast-grid td {
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding: 0;
    min-width: 40px;
    width: 40px;
    max-width: 40px;
    text-align: center;
    vertical-align: middle;
}

.zenit-forecast-grid thead th {
    position: sticky;
    top: 0;
    z-index: 4;
}

.zenit-forecast-grid .zfs-corner,
.zenit-forecast-grid .zfs-row-label {
    position: sticky;
    left: 0;
    z-index: 5;
    width: var(--zfs-label-width);
    min-width: var(--zfs-label-width);
    max-width: var(--zfs-label-width);
    transition: width 0.34s ease, min-width 0.34s ease, max-width 0.34s ease, padding 0.34s ease, opacity 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.zenit-forecast-grid .zfs-corner {
    background: linear-gradient(135deg, rgba(0, 87, 142, 0.96), rgba(0, 177, 224, 0.92));
    color: rgba(255, 255, 255, 0.98);
    text-align: left;
    padding: 12px 18px;
    box-shadow: 6px 0 18px rgba(0, 52, 85, 0.18);
}

.zfs-corner-badge {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 100px;
    background: rgba(238, 255, 0, 0.96);
    color: rgba(0, 20, 30, 0.96);
    font-size: 0.72rem;
    letter-spacing: -0.02em;
    
    margin-left: 20px;
}

.zfs-corner-title {
    margin-top: 10px;
    font-family: "ZenitHeavy", "ZenitBold", sans-serif;
    font-size: 1.55rem;
    line-height: 0.9;
    letter-spacing: -0.03em;
    transform: skewX(-15deg);
}

.zfs-corner-sub {
    margin-top: 10px;
    font-family: "ZenitRegular", sans-serif;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.86);
}

.zfs-head-cell {
    background: rgba(246, 250, 252, 0.98);
    color: rgba(0, 16, 28, 0.96);
    height: 72px;
}

.zfs-head-stack {
    position: relative;
    display: grid;
    align-items: stretch;
    justify-items: center;
    height: 100%;
    padding: 6px 0 3px 0;
    transform: none;
}

.zfs-head-day {
    align-self: start;
    font-size: 0.92rem;
    line-height: 1;
    color: rgba(0, 88, 120, 0.98);
    transform: none;
}

.zfs-head-date {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 1.1rem;
    line-height: 1;
    white-space: nowrap;
    letter-spacing: -0.03em;
    transform: translate(-50%, -50%) rotate(-90deg) skewX(-10deg);
    transform-origin: center;
    color: rgba(0, 22, 38, 1);
}

.zfs-head-time {
    align-self: end;
    font-family: "ZenitRegular", sans-serif;
    font-size: 0.78rem;
    color: rgba(0, 0, 0, 0.72);
    transform: none;
}

.zfs-row-label {
    background: rgba(247, 250, 252, 0.98);
    text-align: left;
    padding: 0 16px !important;
    color: rgba(0, 24, 38, 0.94);
    box-shadow: 6px 0 18px rgba(0, 52, 85, 0.08);
}

.zfs-row-label-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    height: 36px;
}

.zfs-row-title {
    display: inline-block;
    font-size: 0.96rem;
    line-height: 1;
    transform: skewX(-15deg);
}

.zfs-row-unit {
    font-family: "ZenitRegular", sans-serif;
    font-size: 0.72rem;
    color: rgba(0, 0, 0, 0.58);
}

.zfs-data-cell {
    height: 46px;
    font-size: 0.95rem;
    font-family: "ZenitBold", sans-serif;
    color: rgba(0, 12, 21, 0.94);
}

.zfs-cell-value {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    transform: skewX(-10deg);
}

.zfs-dir-cell .zfs-cell-value,
.zfs-wave-dir-cell .zfs-cell-value {
    flex-direction: column;
    gap: 1px;
    transform: none;
}

.zfs-arrow {
    display: inline-block;
    font-size: 1.18rem;
    line-height: 1;
}

.zfs-dir-deg {
    font-family: "ZenitRegular", sans-serif;
    font-size: 0.67rem;
    color: rgba(0, 0, 0, 0.62);
    transform: skewX(-10deg);
}

.zfs-row-wind .zfs-data-cell,
.zfs-row-gust .zfs-data-cell {
    font-size: 1rem;
}

.zfs-row-temperature .zfs-data-cell {
    background: rgba(255, 250, 220, 0.98);
}

.zfs-wind-0 { background: rgba(234, 244, 248, 0.98); }
.zfs-wind-1 { background: rgba(130, 244, 221, 0.98); }
.zfs-wind-2 { background: rgba(67, 235, 255, 0.98); }
.zfs-wind-3 { background: rgba(61, 221, 91, 0.98); }
.zfs-wind-4 { background: rgba(240, 237, 75, 0.98); }
.zfs-wind-5 { background: rgba(255, 183, 55, 0.98); }
.zfs-wind-6 { background: rgba(255, 102, 102, 0.98); }
.zfs-wind-7 { background: rgba(182, 107, 255, 0.98); color: rgba(255,255,255,0.98); }

.zfs-wave-0 { background: rgba(242, 249, 255, 0.98); }
.zfs-wave-1 { background: rgba(204, 240, 255, 0.98); }
.zfs-wave-2 { background: rgba(156, 225, 255, 0.98); }
.zfs-wave-3 { background: rgba(96, 201, 255, 0.98); }
.zfs-wave-4 { background: rgba(37, 164, 255, 0.98); color: rgba(255,255,255,0.96); }

.zfs-cloud-cell {
    background: rgba(0, 0, 0, var(--zfs-cloud-alpha, 0.12));
}

.zfs-rain-0 { background: rgba(255,255,255,0.98); }
.zfs-rain-1 { background: rgba(212, 243, 255, 0.98); }
.zfs-rain-2 { background: rgba(154, 222, 255, 0.98); }
.zfs-rain-3 { background: rgba(83, 182, 255, 0.98); }
.zfs-rain-4 { background: rgba(33, 125, 230, 0.98); color: rgba(255,255,255,0.98); }

.zfs-temp-cold { background: rgba(216, 238, 255, 0.98); }
.zfs-temp-mild { background: rgba(235, 250, 204, 0.98); }
.zfs-temp-warm { background: rgba(255, 239, 177, 0.98); }
.zfs-temp-hot { background: rgba(255, 201, 147, 0.98); }

.zfs-highlight-now {
    box-shadow: inset 0 0 0 2px rgba(0, 112, 181, 0.28);
}


.zenit-forecast-strip-section.is-labels-collapsed .zenit-forecast-strip-table {
    transform: translateX(calc(-1 * var(--zfs-label-width)));
}

.zenit-forecast-strip-section.is-labels-collapsed .zenit-forecast-grid .zfs-corner,
.zenit-forecast-strip-section.is-labels-collapsed .zenit-forecast-grid .zfs-row-label {
    border-right-color: transparent;
    box-shadow: none;
    pointer-events: none;
}

.zenit-forecast-strip-section.is-labels-collapsed .zenit-forecast-grid .zfs-corner > *,
.zenit-forecast-strip-section.is-labels-collapsed .zenit-forecast-grid .zfs-row-label > * {
    opacity: 0;
    transform: translateX(-18px);
    transition: opacity 0.18s ease, transform 0.3s ease;
}

@media (max-width: 1024px) {
    .zenit-forecast-strip-section {
        --zfs-label-width: 120px;
    }

    .zenit-forecast-grid .zfs-corner,
    .zenit-forecast-grid .zfs-row-label {
        width: var(--zfs-label-width);
        min-width: var(--zfs-label-width);
        max-width: var(--zfs-label-width);
    }

    .zfs-corner-title {
        font-size: 1.32rem;
    }
}

@media (max-width: 768px) {
    .zenit-forecast-strip-section {
        --zfs-label-width: 150px;
    }

    .zenit-forecast-grid th,
    .zenit-forecast-grid td {
        min-width: 40px;
        width: 40px;
        max-width: 40px;
    }

    .zenit-forecast-grid .zfs-corner,
    .zenit-forecast-grid .zfs-row-label {
        width: var(--zfs-label-width);
        min-width: var(--zfs-label-width);
        max-width: var(--zfs-label-width);
    }

    .zfs-corner {
        padding: 10px 14px;
    }

    .zfs-corner-title {
        font-size: 1.08rem;
    }

    .zfs-corner-sub {
        font-size: 0.72rem;
    }

    .zfs-head-cell {
        height: 64px;
    }

    .zfs-row-title {
        font-size: 0.72rem;
    }

    .zfs-row-unit,
    .zfs-dir-deg,
    .zfs-head-time {
        font-size: 0.62rem;
        
    }
    
    .zfs-head-day,
    .zfs-head-date,
    .zfs-cell-value {
        font-size: 0.92em;
    }
    
 
}

/* --- Forecast strip height stability fix --- */
.zenit-forecast-grid thead tr {
    height: 72px;
}

.zenit-forecast-grid tbody tr {
    height: 36px;
}

.zenit-forecast-grid .zfs-corner,
.zenit-forecast-grid .zfs-head-cell {
    height: 72px;
    min-height: 72px;
    max-height: 72px;
    box-sizing: border-box;
    overflow: hidden;
    vertical-align: middle;
}

.zenit-forecast-grid .zfs-row-label,
.zenit-forecast-grid .zfs-data-cell {
    height: 36px !important;
    min-height: 36px !important;
    max-height: 36px !important;
    box-sizing: border-box;
    vertical-align: middle;
}

.zenit-forecast-grid .zfs-head-stack,
.zenit-forecast-grid .zfs-row-label-inner,
.zenit-forecast-grid .zfs-cell-value {
    box-sizing: border-box;
}

.zenit-forecast-grid .zfs-corner > *,
.zenit-forecast-grid .zfs-row-label > * {
    transition: opacity 0.22s ease, transform 0.32s ease;
}

.zenit-forecast-strip-section.is-labels-collapsed .zenit-forecast-grid .zfs-corner,
.zenit-forecast-strip-section.is-labels-collapsed .zenit-forecast-grid .zfs-row-label {
    overflow: hidden;
}

.zenit-forecast-grid .zfs-corner,
.zenit-forecast-grid .zfs-row-label,
.zenit-forecast-grid .zfs-corner > *,
.zenit-forecast-grid .zfs-row-label > * {
    transform-origin: left center;
}

@media (max-width: 768px) {
    .zenit-forecast-grid thead tr,
    .zenit-forecast-grid .zfs-corner,
    .zenit-forecast-grid .zfs-head-cell {
        height: 80px;
        min-height: 80px;
        max-height: 80px;
    }
}


.zenit-section-anchor {
    position: relative;
    display: block;
    height: 0;
    scroll-margin-top: calc(var(--zenit-header-height) + 12px);
}

#zenit-forecast-strip-section,
#hakkinda,
#urunler,
#rezervasyon,
#sss,
#iletisim {
    scroll-margin-top: calc(var(--zenit-header-height) + 12px);
}

.hero-slide-overlay {
    pointer-events: none;
}

.hero-slider-toggle,
.hero-slider-pagination {
    pointer-events: auto;
}

.hero-slider-toggle i {
    pointer-events: none;
}

html[lang="ru"] body,
html[lang="ru"] button,
html[lang="ru"] input,
html[lang="ru"] select,
html[lang="ru"] textarea,
html[lang="ru"] .sidebar-menu,
html[lang="ru"] .hero-slide-kicker,
html[lang="ru"] .hero-slide-title,
html[lang="ru"] .hero-slide-caption,
html[lang="ru"] .cart-btn,
html[lang="ru"] .zenit-forecast-grid,
html[lang="ru"] .ai-support-widget,
html[lang="ru"] .footer,
html[lang="ru"] h1,
html[lang="ru"] h2,
html[lang="ru"] h3,
html[lang="ru"] h4,
html[lang="ru"] h5,
html[lang="ru"] p,
html[lang="ru"] a,
html[lang="ru"] span,
html[lang="ru"] label,
html[lang="ru"] th,
html[lang="ru"] td {
    font-family: 'Play', sans-serif !important;
    font-style: normal !important;
}


/* ===== 2026-03-25 SIDEBAR BLUR + MAP OVERRIDES ===== */
:root {
    --zenit-blur-duration: 2s;
}

.blur-background {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    animation: none !important;
    transition: opacity var(--zenit-blur-duration) ease, visibility 0s linear var(--zenit-blur-duration) !important;
}

.blur-background.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity var(--zenit-blur-duration) ease, visibility 0s linear 0s !important;
}

.blur-background.closing {
    opacity: 0;
    visibility: visible;
    pointer-events: none;
    transition: opacity var(--zenit-blur-duration) ease !important;
}

.main-content,
.menu,
#iletisim {
    overflow: visible !important;
}

#iletisim {
    width: 100%;
    padding-bottom: 40px;
    content-visibility: visible !important;
    contain: none !important;
}

#iletisim .contact-map-card,
#iletisim .item {
    width: 100% !important;
    max-width: none !important;
    height: 50vh !important;
    min-height: 360px;
    margin: 0 auto !important;
    overflow: visible !important;
    border-radius: 15px;
    box-sizing: border-box;
    box-shadow: 0 -6px 96px rgba(0, 171, 255, 0.48), 0 6px 96px rgba(0, 255, 116, 0.48) !important;
}

#iletisim .contact-map-card iframe,
#iletisim .item iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: inherit;
}

@media (max-width: 768px) {
    #iletisim .contact-map-card,
    #iletisim .item {
        min-height: 320px;
        height: 44vh !important;
    }
}


/* ===== 2026-03-25 FINAL BLUR + MAP PATCH ===== */
:root {
    --zenit-blur-duration: 0.88s;
}

.blur-background {
    animation: fadeIn var(--zenit-blur-duration) ease forwards !important;
    transition: opacity var(--zenit-blur-duration) ease, visibility 0s linear var(--zenit-blur-duration) !important;
}

.blur-background.active {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

.blur-background.closing {
    opacity: 0 !important;
    visibility: visible !important;
    pointer-events: none !important;
    transition: opacity var(--zenit-blur-duration) ease !important;
}

#iletisim {
    width: 100% !important;
    padding: 14px 0 42px !important;
    overflow: visible !important;
}

#iletisim .contact-map-card,
#iletisim .item {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    overflow: visible !important;
    position: relative;
    z-index: 1;
    box-shadow: 0 -8px 104px rgba(0, 171, 255, 0.5), 0 8px 104px rgba(0, 255, 116, 0.5) !important;
    filter: drop-shadow(0 -8px 34px rgba(0, 171, 255, 0.26)) drop-shadow(0 8px 34px rgba(0, 255, 116, 0.26));
}

#iletisim .contact-map-card iframe,
#iletisim .item iframe {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
}


/* ===== 2026-03-25 SIDEBAR BLUR HOTFIX ===== */
:root {
    --zenit-blur-duration: 0.88s;
}

.blur-background {
    display: block !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    animation: none !important;
    transition: opacity var(--zenit-blur-duration) ease, visibility 0s linear var(--zenit-blur-duration) !important;
}

.blur-background.active {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transition: opacity var(--zenit-blur-duration) ease, visibility 0s linear 0s !important;
}

.blur-background.closing {
    opacity: 0 !important;
    visibility: visible !important;
    pointer-events: none !important;
    animation: none !important;
    transition: opacity var(--zenit-blur-duration) ease, visibility 0s linear var(--zenit-blur-duration) !important;
}


.item h3 {
    font-size: 2.45em;
}
.activity-description {
    margin: 10px 2px 8px 2px;
    padding: 0 2px;
    color: rgba(0,30,34,0.92);
    font-size: 0.97em;
    line-height: 1.48;
    letter-spacing: -0.01rem;
    font-weight: 500;
    font-style: normal;
    font-family: "ZenitRegular", sans-serif;
    text-align: left;
}
.activity-description strong {
    font-family: "ZenitBold", sans-serif;
    font-weight: 700;
}
@media (max-width: 768px) {
    .activity-description {
        font-size: 0.94em;
        line-height: 1.46;
    }
}
