.custom-logo img {
    transition: all 0.4s ease;
}

/* hover animation */
.custom-logo:hover img {
    transform: scale(1.1) rotate(1deg);
    filter: brightness(1.15) drop-shadow(0 5px 10px rgba(0,0,0,0.2));
}

/* SEARCH INPUT STYLE */
.custom-search-input {
    font-size: 15px;
    transition: 0.3s;
}

/* focus effect */
.custom-search-input:focus {
    box-shadow: 0 0 10px rgba(252, 184, 0, 0.4);
    border-color: #fcb800;
}

/* ===== SEARCH ICON ===== */

.ps-form--quick-search button i {
    transition: all 0.3s ease;
}

/* HOVER */
.ps-form--quick-search button:hover i {
    transform: scale(1.2) rotate(10deg);
    color: #fcb800;
}

/* CLICK EFFECT */
.ps-form--quick-search button:active i {
    transform: scale(0.9);
}

/* input focus bolanda icon reňki üýtgesin */
.ps-form--quick-search:focus-within button i {
    color: #fcb800;
    transform: scale(1.1);
}

/* HEMMESI CATEGORY LIST */
/* ===== SELECT BOX DESIGN ===== */

.form-group--icon {
    background: #f5f5f5;
    border-radius: 12px 0 0 12px;
    padding: 0 10px;
    display: flex;
    align-items: center;
}

.product-cat-label {
    font-weight: 600;
    color: #333;
    margin-right: 5px;
}

/* select özü */
.product-category-select {
    border: none;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

/* dropdown açylanda */
.product-category-select {
    max-height: 300px;
    overflow-y: auto;
}

/* scrollbar */
.product-category-select::-webkit-scrollbar {
    width: 6px;
}

.product-category-select::-webkit-scrollbar-thumb {
    background: #fcb800;
    border-radius: 10px;
}

/* click bolanda */
.product-category-select:focus {
    outline: none;
}

.form-group--icon:focus-within {
    background: #fff;
    box-shadow: 0 0 0 2px rgba(252,184,0,0.3);
}

/* Search we Hemmesi 2 si bile dizayn code */
/* WHOLE SEARCH */
.ps-form--quick-search {
    display: flex;
    align-items: center;
    background: #f5f7fa;
    border-radius: 14px;
    overflow: hidden;
    transition: 0.3s;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

/* hover */
.ps-form--quick-search:hover {
    background: #eef1f5;
}

/* SELECT */
.ps-form--quick-search select {
    border: none;
    background: transparent;
    padding: 12px;
    font-weight: 600;
    border-right: 1px solid #ddd;
}

/* INPUT */
.ps-form--quick-search input {
    flex: 1;
    border: none;
    background: transparent;
    padding: 12px;
}

/* BUTTON */
.ps-form--quick-search button {
    background: #000;
    color: #fff;
    border: none;
    padding: 12px 18px;
}

/* FOCUS EFFECT */
.ps-form--quick-search:focus-within {
    background: #fff;
    box-shadow: 0 0 0 3px rgba(252,184,0,0.25);
}

/* search gapdalynda iconlar dizayn kod */
.user-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #fff;
    position: relative;
    transition: 0.25s;
}

/* hover */
.user-icon:hover {
    color: #fcb800;
}

/* underline */
.user-icon::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 50%;
    width: 0%;
    height: 2px;
    background: #fcb800;
    transform: translateX(-50%);
    transition: 0.25s;
}

.user-icon:hover::after {
    width: 100%;
}

/* KÖNE USER IKON GIZLE */
.ps-block--user-header .ps-block__left {
    display: none;
}

/* ICON CONTAINER */
.header__actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* EACH ICON BLOCK */
.header__actions a,
.header__actions .header__extra,
.user-icon {
    position: relative;
    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 12px;
    color: #fff;

    transition: all 0.3s ease;
}

/* ICON INSIDE */
.header__actions i,
.user-icon i {
    font-size: 18px;
    transition: 0.3s;
}

/* HOVER EFFECT */
.header__actions a:hover,
.header__actions .header__extra:hover,
.user-icon:hover {
    transform: translateY(-3px);
    background: rgba(255,255,255,0.08);
    color: #fcb800;
}

/* UNDERLINE EFFECT */
.header__actions a::after,
.header__actions .header__extra::after,
.user-icon::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    width: 0%;
    height: 2px;
    background: #fcb800;
    transform: translateX(-50%);
    transition: 0.3s;
}

/* hover underline */
.header__actions a:hover::after,
.header__actions .header__extra:hover::after,
.user-icon:hover::after {
    width: 60%;
}

/* ACTIVE (clicked) */
.header__actions a.active::after,
.header__actions .header__extra.active::after,
.user-icon.active::after {
    width: 80%;
}

/* SOFT GLOW */
.header__actions a:hover,
.header__actions .header__extra:hover,
.user-icon:hover {
    box-shadow: 0 5px 15px rgba(252,184,0,0.2);
}

/* PROFILE ICON FIX */
.ps-block--user-header {
    display: flex;
    align-items: center;
}

/* ICONY DEŇ EDÝÄRIS */
.ps-block--user-header .user-icon {
    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;
}

/* FORCE ALIGN */
.header__actions > * {
    display: flex;
    align-items: center;
}

.user-icon {
    transform: translateY(-1px);
}

/* ähli ikon bloklary bir ölçegde */
.header__actions > * {
    height: 42px;
    display: flex;
    align-items: center;
}

.ps-block--user-header {
    display: flex;
    align-items: center;
    height: 42px;
}

/* içindäki artykmaç zatlary ýok edýäris */
.ps-block--user-header .ps-block__right {
    display: none;
}

/* ikon */
.ps-block--user-header .ps-block__left {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 42px;
    height: 42px;
}

.ps-block--user-header i {
    font-size: 18px;
    line-height: 1;
}

/* texti gizle */
.ps-block--user-header .ps-block__right {
    display: none;
}

/* DIZAYN COLNE */
/* ===== AMAZON FULL STYLE ===== */

.header__top {
    background: #131921; /* Amazon dark */
}

/* LOGO AREA */
.header__left {
    display: flex;
    align-items: center;
}

/* CENTER SEARCH */
.header__center {
    flex: 1;
    padding: 0 20px;
}

/* SEARCH CONTAINER */
.ps-form--quick-search {
    display: flex;
    align-items: center;
    height: 46px;
    border-radius: 6px;
    overflow: hidden;
    border: 2px solid transparent;
    background: #fff;
    transition: all 0.3s ease;
}

/* FOCUS BORDER */
.ps-form--quick-search:focus-within {
    border: 2px solid #fcb800;
    box-shadow: 0 0 0 3px rgba(252,184,0,0.25);
}

/* CATEGORY */
.ps-form--quick-search .form-group--icon {
    background: #e6e6e6;
    padding: 0 12px;
    height: 100%;
    display: flex;
    align-items: center;
    border-right: 1px solid #ccc;
    font-size: 13px;
}

/* SELECT */
.ps-form--quick-search select {
    border: none;
    background: transparent;
    font-size: 13px;
}

/* INPUT */
.input-search-product {
    flex: 1;
    border: none !important;
    padding: 0 12px;
    font-size: 14px;
}

/* SEARCH BUTTON */
.ps-form--quick-search button {
    width: 55px;
    height: 100%;
    background: #febd69;
    border: none;
    color: #111;
    transition: 0.2s;
}

.ps-form--quick-search button:hover {
    background: #06e5fa;
}

/* RIGHT SIDE */
.header__right {
    display: flex;
    align-items: center;
}

/* ICONS AREA */
.header__actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* ICON STYLE */
.header__extra {
    color: #fff;
    position: relative;
    padding: 8px;
    border-radius: 4px;
    transition: 0.25s;
}

/* ICON HOVER BOX */
.header__extra:hover {
    background: rgba(255,255,255,0.1);
}

/* ICON SIZE */
.header__extra i {
    font-size: 20px;
}

/* COUNT BADGE */
.header__extra span {
    position: absolute;
    top: 2px;
    right: 2px;
    background: #fcb800;
    color: #000;
    font-size: 11px;
    border-radius: 50%;
    padding: 2px 5px;
}

/* USER ICON FIX */
.ps-block--user-header {
    display: flex;
    align-items: center;
    color: #fff;
    cursor: pointer;
}

.ps-block--user-header i {
    font-size: 20px;
}

/* TEXT GIZLE */
.ps-block__right {
    display: none;
}

/* ===== CLEAN PREMIUM DROPDOWN ===== */

/* dropdown box */
.menu .sub-menu {
    display: block !important;
    position: absolute;
    top: 120%;
    left: 0;

    background: #ffffff; /* pure white */
    border-radius: 12px;
    padding: 10px 0;
    min-width: 220px;

    box-shadow: 0 15px 35px rgba(0,0,0,0.08);

    opacity: 0;
    visibility: hidden;
    transform: translateY(15px) scale(0.98);

    transition: all 0.25s ease;
    z-index: 999;
}

/* show smoothly */
.menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    top: 100%;
}

/* list items */
.menu .sub-menu li {
    list-style: none;
}

/* links */
.menu .sub-menu li a {
    display: block;
    padding: 12px 18px;
    color: #222;
    font-size: 14px;
    border-radius: 6px;
    transition: all 0.2s ease;
}

/* hover effect */
.menu .sub-menu li a:hover {
    background: #f5f5f5;
    padding-left: 22px;
}

.menu .sub-menu {
    backdrop-filter: blur(6px);
}

/* ===== NAV LINK BASE ===== */
.menu > li > a {
    transition: all 0.3s ease;
    display: inline-block;
}

/* HOVER EFFECT */
.menu > li > a:hover {
    color: #fcb800;
    transform: translateY(-2px);
}

/* ACTIVE (basylan wagty) */
.menu > li.active > a {
    color: #fcb800;
}

/* GLOW EFFECT */
.menu > li > a:hover {
    text-shadow: 0 2px 8px rgba(252,184,0,0.3);
}

/* Slide fade effect */
.owl-carousel .owl-item {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.owl-carousel .owl-item.active {
    opacity: 1;
}

/* SURAT DURANDA SLOW ZOOM */
.slider-item img {
    width: 100%;
    transform: scale(1);
    transition: transform 6s ease-in-out;
}

.owl-item.active .slider-item img {
    transform: scale(1.08);
}

/* TEXT SMOOTH GELSIN */
.slider-item-header {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s ease;
}

.owl-item.active .slider-item-header {
    opacity: 1;
    transform: translateY(0);
}

/* ====== CHATBOT PREMIUM FULL ====== */

/* FLOAT BUTTON */
#chatbot-toggle {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

/* BUTTON */
.chat-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 50px;

  background: linear-gradient(135deg, #00eaff, #0044ff);
  color: white;
  font-weight: 600;

  cursor: pointer;

  box-shadow:
    0 10px 25px rgba(0,0,0,0.3),
    0 0 15px rgba(0,200,255,0.6);

  transition: all 0.3s ease;
}

.chat-btn:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow:
    0 15px 35px rgba(0,0,0,0.4),
    0 0 25px rgba(0,200,255,0.9);
}

.chat-icon {
  font-size: 18px;
}

.chat-text {
  font-size: 14px;
}

/* ===== CHAT WINDOW ===== */
#chatbot {
  position: fixed;
  bottom: 90px;
  right: 20px;
  width: 360px;
  height: 520px;
  border-radius: 20px;
  overflow: hidden;
  z-index: 9999;

  background: rgba(20, 20, 30, 0.75);
  backdrop-filter: blur(20px);

  box-shadow:
    0 15px 50px rgba(0,0,0,0.5),
    0 0 25px rgba(0,200,255,0.3);

  display: flex;
  flex-direction: column;

  opacity: 0;
  transform: translateY(30px) scale(0.9);
  pointer-events: none;

  transition: all 0.35s ease;
}

/* ACTIVE */
#chatbot.active {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

/* HEADER */
#chatbot-header {
  padding: 16px;
  font-weight: 600;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;

  background: linear-gradient(135deg, #00eaff, #0044ff);
}

/* CLOSE */
#chatbot-close {
  background: transparent;
  border: none;
  color: white;
  font-size: 16px;
  cursor: pointer;
}

/* MESSAGES */
#chatbot-messages {
  flex: 1;
  padding: 15px;
  overflow-y: auto;
  color: white;
  font-size: 14px;
}

/* SCROLL */
#chatbot-messages::-webkit-scrollbar {
  width: 6px;
}
#chatbot-messages::-webkit-scrollbar-thumb {
  background: rgba(0,200,255,0.5);
  border-radius: 10px;
}

/* MESSAGE */
.message {
  padding: 10px 14px;
  margin-bottom: 10px;
  border-radius: 15px;
  max-width: 75%;
  animation: fadeIn 0.3s ease;
}

/* USER */
.message.user {
  background: linear-gradient(135deg, #00eaff, #0044ff);
  color: white;
  margin-left: auto;
  border-bottom-right-radius: 5px;
}

/* BOT */
.message.bot {
  background: rgba(255,255,255,0.12);
  color: #ffffff !important;
  border-bottom-left-radius: 5px;
  line-height: 1.5;
}

/* INPUT AREA */
#chatbot-input-area {
  display: flex;
  padding: 12px;
  border-top: 1px solid rgba(255,255,255,0.1);
}

/* INPUT */
#chatbot-input {
  flex: 1;
  padding: 10px;
  border-radius: 12px;
  border: none;
  outline: none;

  background: rgba(255,255,255,0.1);
  color: white;
}

/* PLACEHOLDER */
#chatbot-input::placeholder {
  color: rgba(255,255,255,0.5);
}

/* BUTTON */
#chatbot-send {
  margin-left: 8px;
  background: linear-gradient(135deg, #00eaff, #0044ff);
  border: none;
  color: white;
  padding: 10px 14px;
  border-radius: 12px;
  cursor: pointer;
}

/* ANIMATION */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* PRODUCT CARD */
.chat-product {
  background: #1a1a1a;
  border-radius: 12px;
  padding: 10px;
  margin-top: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

/* IMAGE */
.chat-product img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 10px;
}

/* TITLE */
.chat-product h4 {
  font-size: 14px;
  margin: 8px 0;
  color: #fff;
}

/* PRICE */
.chat-product p {
  color: #00eaff;
  font-weight: bold;
}

/* BUTTON */
.chat-product button {
  margin-top: 6px;
  padding: 6px 10px;
  border: none;
  border-radius: 8px;
  background: linear-gradient(135deg, #00eaff, #0044ff);
  color: white;
  cursor: pointer;
  transition: 0.3s;
}

.chat-product button:hover {
  transform: scale(1.05);
}

/* Chatbot DB-driven product cards */
.chatbot-text-block {
  margin: 0;
  line-height: 1.45;
}

/* chatbot yazgysyny ak etme */
div#chatbot div#chatbot-messages div.message.bot p.chatbot-text-block {
    color: #ffffff !important;
    opacity: 1 !important;
}

/* Eğer botun içinde başka p veya span etiketleri de varsa onları da beyaz yapalım */
div#chatbot div#chatbot-messages div.message.bot * {
    color: #ffffff !important;
    opacity: 1 !important;
}

.chatbot-product-list-msg {
  max-width: 100% !important;
  width: 100%;
  padding: 10px 8px !important;
}

.chatbot-products-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 100%;
}

.chatbot-product-card {
  display: flex;
  gap: 10px;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
}

.chatbot-product-card__img-wrap {
  flex: 0 0 92px;
  width: 92px;
  min-height: 92px;
  background: #111;
}

.chatbot-product-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.chatbot-product-card__body {
  flex: 1;
  padding: 8px 10px 10px 0;
  min-width: 0;
}

.chatbot-product-card__title {
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 4px;
  line-height: 1.3;
}

.chatbot-product-card__title a.chatbot-product-link {
  color: #fff;
  text-decoration: none;
}

.chatbot-product-card__title a.chatbot-product-link:hover {
  color: #00eaff;
  text-decoration: underline;
}

.chatbot-product-card__brand {
  font-size: 12px;
  color: #e0e0e0 !important;
  opacity: 0.85;
  margin-bottom: 4px;
}

.chatbot-product-card__price {
  color: #00eaff;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 6px;
}

.chatbot-product-card__desc {
  font-size: 11px;
  line-height: 1.35;
  color: #ffffff !important;
  opacity: 0.9;
  max-height: 4.2em;
  overflow: hidden;
}

.chatbot-product-card__meta {
  margin-top: 6px;
}

.chatbot-stock {
  display: inline-block;
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 999px;
}

.chatbot-stock--in {
  background: rgba(46, 204, 113, 0.25);
  color: #2ecc71;
}

.chatbot-stock--out {
  background: rgba(231, 76, 60, 0.25);
  color: #e74c3c;
}

/* Slider-iň (ZKTeco/tp-link) menýunyň aşagynda galmazlygy üçin */
.home .header--1 {
    margin-bottom: 0 !important;
}

/* 2. Menýu açykka animasiýa päsgel bermez ýaly */
.ps-form--quick-search {
    z-index: 10 !important;
}

/* 3. Menýunyň arkasyny ak et we gyrasyny sazla */
.menu--product-categories .menu__content {
    background-color: #ffffff !important;
    border: 1px solid #e1e1e1 !important;
    min-width: 260px !important; /* Standart Martfury menýu giňligi */
}

.ps-home-banner .ps-container {
    display: block !important;
}

/* Mobil wersiýada dizaýn bozulmazlygy üçin */
@media (max-width: 1200px) {
    .ps-home-banner .ps-section__left,
    .ps-home-banner .ps-section__right {
        margin-left: 0 !important;
        flex-direction: column !important;
    }
}

/* Gutujyklary 4 sany owadanja edip yerlesdirmek */
/* 1. Menýuny elmydama açyk saklamak */
.home .menu--product-categories .menu__content {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: absolute !important;
    z-index: 1000 !important;
}


.home .ps-home-ads .row > div {
    flex: 1 !important; /* Banerleri deň paýlamak */
    max-width: none !important;
}

/* Martfury-nyň dizaýnyny doly "döwýäris" */
.ps-home-banner--1 .ps-container {
    display: flex !important;
    flex-wrap: nowrap !important;
    flex-direction: row !important;
    align-items: stretch !important;
    gap: 20px !important;
}

/* Slider-iň giňligini çäklendirýäris */
.ps-home-banner--1 .ps-section__left.custom-slider-box {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    width: 65% !important; /* Slider 65% ýer tutar */
    margin: 0 !important;
    padding: 0 !important;
}

/* 4-li Grid-i gapdala "zor bilen" çekýäris */
.custom-grid-box {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important; /* 2 sütün */
    grid-template-rows: repeat(2, 1fr) !important;    /* 2 hatar */
    gap: 10px !important;
    width: 35% !important; /* Bannerler 35% ýer tutar */
    min-width: 380px !important; /* Gaty gysylmazlygy üçin */
    flex-shrink: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    height: auto !important;
}

/* Her bir gutunyň ölçegi */
.grid-unit {
    width: 100% !important;
    height: 100% !important;
    min-height: 180px !important;
    margin: 0 !important;
}

/* Suratlary we placeholder-i düzetmek */
.grid-unit img, .placeholder-content {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 8px !important;
}

.placeholder-content {
    background: #f0f2f5 !important;
    border: 1px dashed #ccc !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #888;
}

/* Mobil üçin (Screen < 1200px) */
@media (max-width: 1199px) {
    .ps-home-banner--1 .ps-container {
        flex-direction: column !important;
    }
    .ps-home-banner--1 .ps-section__left.custom-slider-box,
    .custom-grid-box {
        width: 100% !important;
        min-width: 100% !important;
    }
}

.header__bottom .ps-container {
    display: flex;
    align-items: center;
    justify-content: flex-start; /* Ýa-da space-between */
}

/* "Ähli Harytlar" (Kategoriýalar) düwmesiniň we menýunyň arasyndaky boşluk */
.navigation__left + .navigation__right {
    margin-left: 0px !important;
}

/* Menýunyň içindäki 'ul' sanawyna hem täsir etmek */
.navigation__right .menu {
    margin-left: 0px !important;
    padding-left: 0px !important;
}

/* --------------------------------------------------------------------------------- */
/* Kategoriýalar menýusynyň umumy ini we durky */
.header--1 .header__top .menu--product-categories {
    width: 270px !important; /* Sumbar-yňky takmynan şu ölçegde */
    position: relative !important;
}

/* Menýunyň içindäki linkleriň dizaýny */
.menu--dropdown > li > a {
    padding: 12px 20px !important;
    font-weight: 500 !important;
    color: #333 !important;
    border-bottom: 1px solid #f4f4f4 !important;
}

/* Açyk duran kategoriýa listini çepe süýşürmek */
.header--1 .header__top .menu--product-categories .menu__content {
    /* 'left' bahasyny minus (-) sanlar bilen üýtgetsek çepe süýşer */
    left: -100px !important; /* Bu sany -40px ýa-da -10px edip deňläp bilersiň */

    /* Menýunyň inini birneme sazlamak (islegiňe görä) */
    width: 260px !important;
}

/* Kategoriýa düwmesiniň (Ähli harytlar) özüni hem çepe süýşürmeli bolsa: */
.header--1 .header__top .menu--product-categories {
    margin-left: -15px !important;
}

/* -------------------------------------- */

/* Menýu içeriği (list) hemişe düwmäniň (Ähli harytlar) aşagynda durar ýaly */
.ylym-sidebar-wrapper .menu__content {
    left: 0 !important;
    width: 270px !important; /* Inini Sumbar ýaly uly saklaýarys */
}

/* Logotibiň ýerini sazlamak */
.ps-logo.custom-logo {
    margin-left: 20px !important; /* Menýu çepe gidende logo bilen arasyny açýar */
}

/* ----------------------------------------------------------------------- */
/* Gara zolagy (Navbar) arassalamak */
.ylym-sidebar-wrapper {
    display: none !important;
}

/* Slider-iň gapdalyndaky täze menýu dizaýny */
.ylym-static-sidebar .menu__content {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important; /* Ýokaryk gaçmazlygy üçin hökman relative */
    width: 100% !important;
    box-shadow: none !important;
    border-top: none !important;
}

.ylym-static-sidebar .menu--dropdown {
    max-height: 480px; /* Slider-iň beýikligi bilen deňleşdirer ýaly */
    overflow-y: auto;
}
/* ======================================================================================= */
/* 1. Uly Slider-iň ölçegi we gyralary */
.main-slider-img {
    width: 100% !important;
    height: 450px !important; /* Uly slider beýikligi */
    object-fit: cover !important;
    border-radius: 8px 8px 0 0; /* Diňe ýokarky gyralary ýumşatmak */
}

/* 2. Aşaky 4-li bannerleriň meýdançasy */
.custom-sumbar-grid-row {
    margin-top: 15px !important; /* Uly slider bilen arasyndaky boşluk */
}

/* 3. Kiçi bannerleriň hakyky ölçegi */
.sumbar-mini-card img {
    width: 100% !important;
    height: 170px !important; /* Suratyňdaky ýaly takyk beýiklik */
    object-fit: cover !important;
    border-radius: 6px;
    transition: all 0.3s ease;
    border: 1px solid #eee;
}

/* Maus üstüne baranda effekt */
.sumbar-mini-card img:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-color: #0044ff;
}

/* 4. Kategoriýa listini (Ähli harytlar) çepdäki boşluga tam deňlemek */
.home .menu--product-categories .menu__content {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: absolute !important;
    top: 100% !important;
    left: 15px !important;
    width: calc(25% - 15px) !important; /* Col-xl-3 ölçegi bilen deňleýär */
    height: 450px !important; /* Uly slider bilen deň beýiklik */
    z-index: 1000 !important;
    background: #fff;
    border: 1px solid #e1e1e1;
}
/* =========================================================================================================== */
/* 1. Kategoriýalar listini "Static" (Dik we Berk) etmek */
.menu--static-home {
    height: 100%;
    position: relative;
    z-index: 10;
}

.menu--static-home .menu__content {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    width: 100% !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05) !important;
}

/* 2. Listiň içindäki linkleriň beýikligini sazlamak */
.menu--static-home .menu--dropdown {
    max-height: 390px; /* Slider beýikligi bilen deňleşdirilýär */
    overflow-y: auto;
}

/* 3. Slider we Bannerleriň arasyndaky boşluklar */
.custom-sumbar-grid-row {
    margin-top: 10px !important;
}

/* 4. Mouse baranda sary reňk we animasiýa */
.sumbar-mini-card img:hover {
    transform: translateY(-5px);
    border-color: #0044ff !important;
    box-shadow: 0 8px 15px rgba(0,0,0,0.1);
}

/* 5. Header-däki köne kategoriýany gizle (Gaýtalanmazlyk üçin) */
.header--1 .header__top .menu--product-categories {
    display: none !important;
}
/* ahli harytlar acyk durmana mejbur etmek  */
.menu--static-home .menu--dropdown {
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu--static-home .menu--dropdown li a {
    display: block;
    padding: 12px 15px;
    color: #333;
    border-bottom: 1px solid #f1f1f1;
    font-size: 14px;
    transition: 0.3s;
}
.menu--static-home .menu--dropdown li a:hover {
    background: #f9f9f9;
    color: #0044ff;
    padding-left: 20px;
}

/* =========================================================================== */
/* 1. Listi hemişe görnetin we durnukly etmek */
.menu--static-home .menu__content {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important; /* Hökman relative bolmaly */
    top: 0 !important;
    transform: none !important; /* Martfury-nyň uçup gelýän animasiýasyny ýatyrýar */
    transition: none !important;
    width: 100% !important;
    box-shadow: none !important;
    z-index: 10 !important;
    border: 1px solid #e1e1e1 !important;
    border-top: none !important;
    background: #fff !important;
}

/* 2. Maus baranda ýapylyp-açylmagyny bütinleý bökdemek */
.menu--static-home:hover .menu__content {
    display: block !important;
    opacity: 1 !important;
}

/* 3. Slider-iň gapdalyndaky listiň beýikligini dogrylamak */
.menu--static-home .menu--dropdown {
    max-height: 400px !important;
    overflow-y: auto !important;
    display: block !important;
}
/* ===================================================================================================================== */
/* Sidebar-yň öz dizaýny */
.mega-menu-holder-custom {
    display: block !important;
    background: #fff !important;
    border: 1px solid #ddd !important;
    border-top: none !important;
    min-height: 450px;
    position: relative;
}

.sumbar-parent-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.sumbar-nav-item {
    position: static !important; /* Flyout dogry çykmagy üçin */
    border-bottom: 1px solid #f5f5f5;
}

.sumbar-nav-link {
    display: block;
    padding: 12px 15px;
    color: #333 !important;
    font-size: 14px;
    transition: 0.3s;
}

/* SAG TARAPDAKY PENJIRE (Flyout) */
.sumbar-flyout {
    display: none;
    position: absolute;
    top: 0;
    left: 100%; /* Sidebar-yň sagyndan başlaýar */
    width: 280px; /* Gapdallayyn giň bolmaly däl, aşakly-aşagyna bolany üçin */
    height: auto; /* ARTYKMAÇ AK ÝERLERI AÝYRDYK - List näçe bolsa şonça bolar */
    max-height: 445px; /* Slider-den uzyn bolmazlygy üçin */
    background: #ffffff !important;
    z-index: 9999 !important;
    border: 1px solid #ddd;
    box-shadow: 10px 5px 20px rgba(0,0,0,0.1);
    padding: 15px 0; /* Ýokardan we aşakdan azajyk boşluk */
    border-radius: 0 8px 8px 0;
    overflow-y: auto; /* Eger sanaw gaty uzyn bolsa, penjiräniň içinde scroll bolar */
}

/* Maus baranda görkezmek */
.sumbar-nav-item:hover {
    background: #f9f9f9;
}

.sumbar-nav-item:hover .sumbar-flyout {
    display: block !important;
}

/* Içindäki harytlaryň sütünleri (Grid) */
.sumbar-flyout-title {
    font-size: 16px;
    font-weight: bold;
    color: #0044ff;
    padding: 0 20px 10px 20px;
    margin-bottom: 5px;
    border-bottom: 2px solid #8a8d8f;
    display: block;
}

.sumbar-flyout-grid {
    display: flex !important;
    flex-direction: column !important; /* GAPDALLAYYN DÄL, AŞAKLY-AŞAGYNA */
    gap: 0 !important;
}

.sumbar-flyout-grid a {
    display: block !important;
    padding: 10px 20px !important; /* Eliňe geler ýaly owadan boşluk */
    color: #333 !important;
    font-size: 14px !important;
    border-bottom: 1px solid #f9f9f9; /* Aralaryna inçejik çyzyk */
    text-decoration: none;
    transition: 0.2s;
}

.sumbar-flyout-grid a:hover {
    background: #fff9e6 !important;
    color: #0044ff !important;
    padding-left: 25px !important; /* Azajyk saga süýşer */
}

/* Slider we ahli categorya bir yerde durar yaly  */
.ps-home-banner .row {
    display: flex !important;
    align-items: flex-start !important;
}
/* ========================================================================================================== */
/* suysyan yazgy */
/* Akan tekst zolagynyň esasy fony (Header-iň gök reňki bilen sazlandy) */
.ylym-ticker-wrapper {
    background: linear-gradient(90deg, #2b7fff, #0044cc);
    color: #ffffff !important;
    padding: 8px 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 999;
}

/* Tekst konteýneri */
.ylym-ticker-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
}

/* 🌟 ANIMASIÝA: Sagdan çepe durnukly süýşürýän logiki döwre */
.ylym-ticker-text {
    display: inline-block;
    padding-left: 100%;
    font-size: 13.5px;
    font-weight: 500;
    letter-spacing: 0.5px;
    animation: ylymMarquee 25s linear infinite; /* 25s - tekstiň süýşme tizligi */
}

/* Müşderi syçanjygy (mouse) üstüne getirende tekst dursun diýseňiz */
.ylym-ticker-wrapper:hover .ylym-ticker-text {
    animation-play-state: paused;
}

/* Animasiýanyň ugry we kadalary */
@keyframes ylymMarquee {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-100%, 0, 0);
    }
}
/* ==========================================================
   🌟 YLYM DROPDOWN CONTACT WITH SHAKING PHONE
   ========================================================== */

/* logamyzyn yokarsyndaky telefon belgili listimiz */
/* Gara zolagyň içindäki dropdown ýerleşişi */
.ylym-top-contact-wrapper {
    background: #0f121d; /* Sümberdäki ýaly professional garaňky fon */
    padding: 6px 20px;
    display: flex;
    justify-content: flex-end; /* Sag tarapda durmagy üçin */
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    z-index: 10000;
    position: relative;
}

/* Dropdown esasy guty */
.ylym-dropdown {
    position: relative;
    display: inline-block;
}

/* Üstüne syçanjyk getirilýän esasy ýazgy */
.ylym-dropdown-trigger {
    color: #a0aec0; /* Çal-ak reňk */
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: color 0.2s ease;
}

.ylym-dropdown-trigger:hover {
    color: #ffffff; /* Üstüne gelende ak bolýar */
}

/* 🌟 ACYLYP-ÝAPYLÝAN SANAW GUTUSY (Premium Glassmorphism) */
.ylym-dropdown-content {
    display: none;
    position: absolute;
    right: 0; /* Sag tarapa durnukly deňlemek */
    top: 100%;
    margin-top: 5px;
    width: 290px;
    background: rgba(20, 24, 40, 0.95) !important; /* Dury garaňky fon */
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    padding: 10px 0;
    z-index: 10001;
    animation: ylymFadeIn 0.2s ease-out;
}

/* 🌟 HOVER REJIMINDE ACYLMAGY CAMIN EDÝÄR */
.ylym-dropdown:hover .ylym-dropdown-content {
    display: block;
}

/* Sanawyň içindäki sêtirler */
.ylym-dropdown-item {
    padding: 10px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #ffffff !important; /* Ýazgylar doly AK */
    font-size: 13px;
    font-weight: 400;
    transition: background 0.2s ease;
}

.ylym-dropdown-item:hover {
    background: rgba(43, 127, 255, 0.15); /* Üstüne gelende ýumşak gök fon */
    color: #00eaff !important; /* Telefon belgisi neon gök bolýar */
}

/* Ikonkalaryň dizaýny */
.ylym-dropdown-item i {
    color: #2b7fff; /* Ýumşak gök ikonka */
    font-size: 14px;
    width: 16px;
    text-align: center;
}

/* Açylyş animasiýasy */
@keyframes ylymFadeIn {
    from {
        opacity: 0;
        transform: translateY(5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 🌟 TÄZE GOŞULAN: TELEFON IKONKASYNYŇ TITREME (SHAKE) LOGIKASY */
.ylym-shaking-phone {
    color: #2b7fff; /* Saýtyňyzyň öz professional gök reňki */
    font-size: 14px;
    display: inline-block;
    /* 5s - her 5 sekuntdan animasiýany durnukly gaýtalaýar */
    animation: ylymPhoneVibrate 5s ease-in-out infinite;
}

.ylym-dropdown-trigger:hover .ylym-shaking-phone {
    color: #00eaff; /* Üstüne syçanjyk gelende neon gök bolýar */
}

/* TITREME MATRIKS KADALARY (0%-15% arasy titreýär, 15%-100% arasy dynç alýar) */
@keyframes ylymPhoneVibrate {
    0%, 100% { transform: rotate(0deg); }
    1% { transform: rotate(15deg); }
    2% { transform: rotate(-15deg); }
    3% { transform: rotate(20deg); }
    4% { transform: rotate(-20deg); }
    5% { transform: rotate(15deg); }
    6% { transform: rotate(-15deg); }
    7% { transform: rotate(10deg); }
    8% { transform: rotate(-10deg); }
    9% { transform: rotate(5deg); }
    10% { transform: rotate(-5deg); }
    11%, 15% { transform: rotate(0deg); } /* Titreme gutardy */
    16% { transform: scale(1.15); }        /* Ýumşak ýürek urma (pulse) effekti */
    18% { transform: scale(1); }
    20% { transform: rotate(0deg); }        /* Dynç alyş (garaşmak) wagty */
}
/* 88888888888888888888888888888888888888888888888888888888888888888888888888888888888888 */
/* ==========================================================
   🌟 YLYM.COM.TM RESMI PREMIUM LANGUAGE DROPDOWN
   ========================================================== */

/* 1. ÝOKARKY ESASY DÜWMÄNIŇ ÖZÜNI SAZLAMAK (Tegelek we dury) */
.header--1 .navigation__right .ps-dropdown,
.header--1 .ps-dropdown--language {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding: 6px 14px !important;
    border-radius: 20px !important;
    transition: all 0.3s ease !important;
}

/* 2. ACYLYP-ÝAPYLÝAN SANAW GUTUSYNY TAKYK DEŇLEMEK WE DURY ETMEK */
.header--1 .navigation__right .ps-dropdown .ps-dropdown-menu,
.header--1 .ps-dropdown--language .ps-dropdown__content,
.header--1 .navigation__right .ps-dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    right: 0 !important; /* Sag tarapa durnukly deňleýär, süýşmegiň öňüni alýar */
    left: auto !important;
    margin-top: 8px !important;
    width: 160px !important; /* Ölçegi saýt üçin has durnukly boldy */

    /* Saýtyňyzyň öz dury gök-garaňky fony */
    background: rgba(13, 20, 38, 0.92) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;

    border: 1px solid rgba(43, 127, 255, 0.2) !important; /* Ýumşak gök neon çäklendirme */
    border-radius: 12px !important;
    box-shadow: 0 15px 35px rgba(0,0,0,0.4) !important;
    padding: 6px 0 !important;
    z-index: 999999 !important;
}

/* 3. DILLERIŇ SANAW SÊTIRLERI (Ýazgylary mežbur AK etme) */
.header--1 .navigation__right .ps-dropdown .ps-dropdown-menu li a,
.header--1 .ps-dropdown--language .ps-dropdown__content li a,
.header--1 .navigation__right .ps-dropdown-menu li a {
    color: #ffffff !important; /* 100% Arassa Ak Tekst */
    font-size: 13px !important;
    font-weight: 500 !important;
    padding: 8px 16px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    background: transparent !important;
    transition: all 0.2s ease !important;
}

/* 4. SANAWYŇ ÜSTÜNE SYÇANJYK GELENDE (Hover Režimi) */
.header--1 .navigation__right .ps-dropdown .ps-dropdown-menu li a:hover,
.header--1 .ps-dropdown--language .ps-dropdown__content li a:hover,
.header--1 .navigation__right .ps-dropdown-menu li a:hover {
    background: rgba(43, 127, 255, 0.2) !important; /* Ýumşak gök reňk alýar */
    color: #00eaff !important; /* Ýazgy ýiti neon gök bolýar */
}

/* 5. BAÝDAKLARYŇ DURNUKLY ÖLÇEGI */
.header--1 .navigation__right .ps-dropdown .ps-dropdown-menu img,
.header--1 .ps-dropdown--language .ps-dropdown__content img,
.header--1 .navigation__right .ps-dropdown img {
    border-radius: 3px !important;
    width: 20px !important;
    height: auto !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3) !important;
}
/* 000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 */
/* ==========================================================
   🌟 GÖZLEG MEÝDANÇASYNDAKY TEHNIKI ÝALŇYŞLYGY DÜZETMEK
   ========================================================== */

/* Esasy gözleg formasynyň daşy (Ölçegleri we poziçiyasy durnuklaşdyryldy) */
.header--1 .ps-form--quick-search {
    background: #ffffff !important;
    border-radius: 30px !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important; /* Düwmäni iň saga durnukly itekleýär */
    padding: 0 0 0 15px !important; /* Sag tarapky padding 0 boldy, düwme gysylmasyn diýip */
    height: 44px !important; /* Gözleg gutusynyň durnukly boýy */
    position: relative !important;
    overflow: hidden !important; /* Düwme gutyň daşyna çykmaz ýaly */
    transition: all 0.3s ease !important;
}

/* Input ýazgy ýazylýan ýeriň durnukly ölçegi */
.header--1 .ps-form--quick-search .input-search-product {
    flex: 1 !important;
    height: 100% !important;
    background: transparent !important;
    border: none !important;
    color: #111111 !important;
    font-size: 14px !important;
    outline: none !important;
    padding: 0 !important;
}

/* Kategoriýa saýlama zolagynyň (Hemmesi) gutynyň içinde deň durmagy */
.header--1 .ps-form--quick-search .form-group--icon {
    border-left: 1px solid #e0e0e0 !important;
    border-right: none !important;
    padding: 0 15px !important;
    background: transparent !important;
    display: flex !important;
    align-items: center !important;
    height: 100% !important; /* Bütin gutyň boýuna deňleşdi */
    margin: 0 !important;
}

/* 🌟 DÜWMÄNIŇ SÜÝŞMEGINI DOMLY BES ETMEK (Ak gutyň içine takyk durnuklaşdyryldy) */
.header--1 .ps-form--quick-search button[type="submit"] {
    position: relative !important;
    background: linear-gradient(135deg, #2b7fff, #0044cc) !important;
    color: #ffffff !important;
    border: none !important;
    width: 50px !important; /* Ýeňilräk we durnukly ölçeg */
    height: 44px !important; /* Ak gutynyň boýy bilen 100% birmeňzeş */
    border-radius: 0 30px 30px 0 !important; /* Sag tarapyny ak guty ýaly tegelekledik */
    margin: 0 !important;
    padding: 0 !important;
    cursor: pointer !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    transition: all 0.25s ease !important;
}

/* Düwmäniň üstüne gelende (Hover) */
.header--1 .ps-form--quick-search button[type="submit"]:hover {
    background: linear-gradient(135deg, #00eaff, #0044cc) !important;
}

/* Ýüklenme (spinner) ikonkasy bar bolsa ony hem azajyk çepe süýşüreliň */
.header--1 .ps-form--quick-search .spinner-icon {
    right: 70px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}
/* loganyn gapdalynda text yerlesdirmek */
/* ==========================================================
   🌟 LOGOTIPI GYSYLMAKDAN GUTARMAK WE ORIGINAL ÖLÇEGE GETIRMEK
   ========================================================== */

/* Esasy çep guty (Logotipiň gysylmagyny bütinleý bes edýäris) */
.header__left {
    display: flex !important;
    align-items: center !important; /* Teksti logonyň dikligine edil ortasyna deňleýär */
    justify-content: flex-start !important;
    gap: 25px !important; /* Logo bilen tekstiň arasyndaky durnukly aralyk */
    height: auto !important; /* Şablon gysylmasynyň öňüni alýar */
}

/* Logotipiň öz original dizaýn çägi (Guty gysylsa-da logo gysylmaz ýaly gorag) */
.header__left a.ps-logo.custom-logo {
    display: block !important;
    flex-shrink: 0 !important; /* 🌟 RESMI ÇÖZGÜT: Logonyň gysylmagyny 100% bökdeýär */
    height: 80px !important;   /* Blade faýlyňyzda beren hakyky boýy */
    width: auto !important;    /* Ini original proporsiýasyny özi saklasyn */
    padding: 0 !important;     /* Artykmaç gysyjy sypallary aýyrdyk */
}

.header__left a.ps-logo.custom-logo img {
    height: 100% !important;   /* Ene gutynyň boýuny doly durnukly yzarlasyn */
    width: auto !important;
    object-fit: contain !important; /* Surat hiç wagt basyk ýa-da süýnügsi bolmaz */
}

/* Ak Ýol stilindäki tekst meýdançasynyň durnukly ýerleşişi */
.ylym-akyol-location {
    display: inline-block !important;
    flex-shrink: 1 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.ylym-akyol-location span {
    font-size: 13.5px !important;
    color: #222222 !important; /* Açyk ak zolagyň üstündäki durnukly ýazgy */
    font-weight: 500 !important;
    letter-spacing: 0.3px !important;
    border-bottom: 1px dotted #222222 !important;
    line-height: 1.4 !important;
    white-space: nowrap; /* Tekst aşaky sêtire döwülip gaçmaz ýaly */
}
/* 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 */
/* ==========================================================
   🌟 2 SHTAT ŞAHAMÇA DROPDOWN STYLING & ANIMATION
   ========================================================== */

/* Gara zolagyň bütinleý durnukly hatar dizaýny */
.ylym-top-contact-wrapper {
    background: #0f121d;
    padding: 8px 25px;
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    z-index: 10000;
    position: relative;
}

.ylym-top-right-group {
    display: flex !important;
    align-items: center !important;
    gap: 30px !important;
}

/* Ýerleşýän ýer gutusynyň ýörite giňligi (Tekstler sygsyn diýip uly boldy) */
.ylym-dropdown-content.ylym-location-box {
    width: 320px !important;
}

/* Şahamçalaryň içerki s sypatlandyrmalary */
.ylym-dropdown-item.ylym-loc-item {
    display: flex !important;
    align-items: flex-start !important;
    gap: 12px !important;
    padding: 12px 18px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.ylym-dropdown-item.ylym-loc-item:last-child {
    border-bottom: none !important;
}

.ylym-dropdown-item.ylym-loc-item strong {
    color: #00eaff !important;
    font-size: 13px;
    display: block;
    margin-bottom: 3px;
}

.ylym-dropdown-item.ylym-loc-item p {
    color: #ffffff !important;
    font-size: 12.5px;
    line-height: 1.4;
    margin: 0;
    white-space: normal !important;
}

/* 🌟 ÝERLEŞÝÄN ÝER (MARKER) IKONKASYNYŇ HEM 5 SEKUNTDAN TITREME EFFEKTI */
.ylym-shaking-location {
    color: #2b7fff;
    font-size: 14px;
    display: inline-block;
    animation: ylymLocVibrate 5s ease-in-out infinite;
    animation-delay: 2.5s;
}

@keyframes ylymLocVibrate {
    0%, 100% { transform: translateY(0); }
    2% { transform: translateY(-4px); }
    4% { transform: translateY(2px); }
    6% { transform: translateY(-3px); }
    8% { transform: translateY(1px); }
    10% { transform: translateY(0); }
    12% { transform: scaleY(0.8) scaleX(1.1); }
    14% { transform: scale(1); }
    20% { transform: translateY(0); }
}
/* 3479837382478347983274893247893748392479374839473982473947938479823743923798 */
/* ==========================================================
   🌟 KATEGORIÝA WE SALGY GURLUŞY GÖÇÜRILENDEN SOŇKY FIX
   ========================================================== */

/* Çep aşaky menýu gutusyny dikligine (column) tertibe salýarys */
.header--1 .navigation__left {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 8px !important; /* Salgy bilen sary düwmäniň professional aralygy */
    margin: 0 !important;
    padding: 0 !important;
}

/* Sary düwmäniň ýokarsyndaky ýerleşýän ýer salgymyz */
.ylym-menu-left-bar-location {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    color: #cbd5e1 !important; /* Ýumşak gümüwsi professional tekst */
    font-size: 12.5px !important;
    font-weight: 500 !important;
    flex-shrink: 0 !important;
    cursor: default !important;
}

.ylym-menu-left-bar-location i {
    color: #00eaff !important; /* Ýiti neon gök marker */
    font-size: 13.5px !important;
}

.ylym-menu-left-bar-location span {
    border-bottom: 1px dotted rgba(203, 213, 225, 0.4) !important;
    line-height: 1.4 !important;
    white-space: nowrap !important;
}

/* Kategoriýa meýdançasynyň ene gutusynyň durnuklylygy */
.ylym-sidebar-wrapper {
    width: 270px !important;
    position: relative !important;
}
/* sag tarapky category listini doly berk gorag css kody */
/* ==========================================================
   🌟 RESMI FIX: ÝOKARKY BÖLEGI BOZMAN KATEGORIÝANY AŞAKDA SAKLAMAK
   ========================================================== */

/* 1. Ýokarky b bütewi headeriň asyl gurluşyna degmeýäris, diňe gatlagyny iň öňe çykarýarys */
.header--sticky .header__top {
    z-index: 999999 !important; /* Logo, gözleg gutusy we sebet iň ýokary gatlakda bolar, ýarym kesilmez */
}

/* 2. 🌟 RESMI ÇÖZGÜT: Sary düwme we b bütin Kategoriýa listiniň poziçiyasyny mežbur aşakka (yza) iteklemek */
.header--sticky .navigation__left,
.header--sticky .ylym-sidebar-wrapper,
.header--sticky .menu--product-categories,
header.header--sticky .menu__content.active {
    position: absolute !important;
    /* Gök headeriňiz asyl durnuklylygynda nähili bolsa şony saklar, sary düwme bolsa anyk onuň arka tarapyna kiltlener */
    top: 0 !important;
    left: 20px !important;

    /* 🌟 FIX: Gatlagyny headeriň '999999' çäginden pes goýduk, indi kemsiz onuň arka tarapynda (aşagynda) galar */
    z-index: 10000 !important;

    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

/* 3. Aşak süýşende menýunyň ini original durnuklylygyny saklasyn */
.header--sticky .menu--product-categories,
.header--sticky .menu__content.active {
    width: 270px !important;
}

/* 4. Ýokarky zolagyň we gözleg gutusynyň durnukly giňligi original sypatynda galar */
.header--sticky .header__center {
    flex: 1 1 auto !important;
}
/* products list categorynyn surat olcegleri */
/* ==========================================================
   🌟 KATEGORIÝA TEKSTLERINI BOLD (GALÝŇ) ETMEK
   ========================================================== */

a.sumbar-nav-link {
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;

    /* 🌟 RESMI ÇÖZGÜT: Tekstleri galyň we professional edýäris */
    font-weight: 600 !important; /* Adaty '500' ýerine '600' bold boldy */
    color: #222222 !important;   /* Ýazgynyň reňkini has anyk we durnukly edýär */
    transition: color 0.2s ease-out !important;
}

/* Müşderi syçanjygy (mouse) üstüne getirende tekst owadan reňk alsyn */
a.sumbar-nav-link:hover {
    color: #2b7fff !important; /* Üstüne gelende dükanyň öz gök reňkini alýar */
}

/* Suratyň original uly ölçeg goragy (Öňki ýazanymyz bular bilen kemsiz birleşýär) */
a.sumbar-nav-link img {
    width: 28px !important;
    height: 28px !important;
    object-fit: contain !important;
    margin-right: 14px !important;
    display: inline-block !important;
    vertical-align: middle !important;
    transition: transform 0.2s ease-out !important;
}

a.sumbar-nav-link:hover img {
    transform: scale(1.12) !important;
}
/* 3488888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888 */
/* ==========================================================
   🌟 HAKYKY "SUMBAR-FLYOUT" KLASÝ BOÝUNÇA SANAWÝ SAZLAMAK
   ========================================================== */

/* 1. Ikinji sanawyň içindäki hakyky s sêtir s sypatlandyrmalary (Sada PK, Yşykly PK...) */
div.sumbar-flyout div.sumbar-flyout-grid a,
a.sumbar-flyout-item {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important; /* Surat bilen ýazgynyň arasyndaky arassa boşluk */

    /* 🌟 RESMI ÇÖZGÜT: Tekstleri mežbur galyň (bold) we professional edýäris */
    font-weight: 600 !important; /* Esasy list ýaly kemsiz boldy */
    font-size: 13.5px !important;
    color: #333333 !important;   /* Arassa garaňky tekst reňki */
    padding: 8px 16px !important;
    text-decoration: none !important;
    transition: all 0.2s ease-out !important;
}

/* Müşderi ikinji listiň hatarlarynyň üstüne gelende (Hover Režimi) */
div.sumbar-flyout div.sumbar-flyout-grid a:hover {
    color: #2b7fff !important; /* Dükanyň öz gök reňkini alýar */
    background: rgba(43, 127, 255, 0.05) !important; /* Ýumşak gabyk fony */
    padding-left: 20px !important; /* Owadan sag tarapa süýşme effekti */
}

/* 2. Admin panelden şu hakyky ikinji liste ýüklän real suratlaryňyzyň uly dizaýny */
div.sumbar-flyout div.sumbar-flyout-grid a img,
a.sumbar-flyout-item img {
    width: 24px !important;  /* Ikinji list üçin gaty durnukly s sypatly ölçeg */
    height: 24px !important;
    object-fit: contain !important;
    display: inline-block !important;
    vertical-align: middle !important;
    margin: 0 !important;
    transition: transform 0.2s ease-out !important;
}

/* Hover wagty surat sypalap azajyk ulalsyn */
div.sumbar-flyout div.sumbar-flyout-grid a:hover img {
    transform: scale(1.12) !important;
}

/* 3. Ýokardaky uly gök başlygyň hem dizaýnyny (Tayýar PK we Monobloklar) sazlalalyň */
h4.sumbar-flyout-title {
    font-weight: 700 !important;
    color: #2b7fff !important; /* Başlyk ýazgysy dükanyň esasy gök reňkinde bolar */
    font-size: 14px !important;
    border-bottom: 2px solid #2b7fff !important; /* Aşagyndaky owadan gök s sypat çyzygy */
    padding-bottom: 8px !important;
    margin-bottom: 12px !important;
}
