body {
    background-color: #FFF9F3;
}

a {
    text-decoration: none;
}

header {
    background-image: url('../img/edb7b88692d8db32bb9a196ff60cf69c.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1; /* Чтобы содержимое header было поверх затемнения */
}

header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000033; /* Затемнение */
    z-index: 0; /* Затемнение будет под содержимым */
}


.size {
    max-width: 1200px;
    margin: 0 auto;
    /* border: 2px solid red; */
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2); /* заменено с 0.5 на 0.2 */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    z-index: 10;
}


/* PopUP */
#popUP {
  background-color: #FFFCFA;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 50%;
  left: 50%;
    transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  z-index: 10000 !important;
  text-align: center;
  /* width: 90%;          */
  max-width: 839px;    
  height: auto;
  max-height: max-content;    
  /* overflow-y: auto;     */
  border-radius: 40px;
  padding: 25px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;

    .ModalLogo {
        width: 140px; 
        height: 53px;
        margin-top: 70px;
    }

    h2 {
        font-weight: 600;
        font-size: 32px;
        line-height: 40px;
        letter-spacing: 0%;
        text-align: center;
        vertical-align: bottom;
        color: #232323;
        margin-top: 12px;
    }

    p {
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0%;
        text-align: center;
        color: #999999;
        margin-top: 12px;
    }

    .switchButtons {
        width: 361px;
        height: 46px;
        border-radius: 100px;
        padding: 2px;
        background-color: #F5F5F5;
        display: flex;
        flex-direction: row;
        margin-top: 12px;

        button {
            width: 179px;
            height: 42px;
            border-radius: 100px;
            padding-top: 3px;
            padding-right: 10px;
            padding-bottom: 3px;
            padding-left: 10px;
            color: #616161;
            background-color: #F5F5F5;
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 0%;
            text-align: center;
            border: none;
            cursor: pointer;

        }

        .active {
            background-color: #FFFFFF;
            border: 0.5px solid #0000000A;
            box-shadow: 0px 3px 1px 0px #0000000A;
            color: #000000;
        }
    }
    form {
        display: flex;
        flex-direction: column;
        height: max-content;
        /* bordeR: 2px solid red; */

        label {
            color: #1A1919;
            font-weight: 400;
            font-size: 20px;
            line-height: 28px;
            letter-spacing: 0%;
            text-align: start;
            padding-top: 8px;
            padding-right: 16px;
            padding-left: 16px;
        }
        div {
            width: 629px;
            height: 48px;
            border-radius: 99px;
            padding-right: 16px;
            padding-bottom: 8px;
            padding-left: 16px;
            display: flex;
            flex-direction: row;
            align-items: center;
            background-color: #FFF9F3;

            img {
                width: 17px;
                height: 15px;

            }
        }
        input {
            width: 629px;
            height: 48px;
            border: none;
            outline: none;
            background-color: #FFF9F3;
        }

        input[type='submit'] {
            width: 90%;
            margin-right: auto;
            margin-left: auto;
            height: 48px;
            border-radius: 100px;
            padding-top: 12px;
            padding-right: 10px;
            padding-bottom: 12px;
            padding-left: 10px;
            font-family: Mluvka;
            font-weight: 500;
            font-size: 16px;
            line-height: 100%;
            letter-spacing: 0%;
            text-align: center;
            color: #FFFFFF;
            background-color: #F07E26;
            margin-top: 25px;
        }
    }

    span {
        font-weight: 400;
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 0%;
        color: #F07E26;
        text-align: start;
        padding-right: 16px;
        padding-bottom: 8px;
        padding-left: 16px;
    }

    .line {
        margin-top: 37px;
        width: 180px;
        height: 2px;
        background-color: #B5B5B5;
        border: none;
    }
    
    .linesOr {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-top: 37px;
    }
    
    .linesOr div {
        margin: 0 10px;
    }

    .googleButton {
        width: 629px;
        height: 40px;
        border-radius: 12px;
        gap: 12px;
        padding: 12px;
        border: 1px solid #E8DBDB;
        display: flex;
        flex-direction: row;
        margin-top: 12px;
       
        img {
            width: 30px;
            height: 30px;
        }

        button {
            width: 100%;
            border: none;
            background-color: #FFFCFA;
            cursor: pointer;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            font-weight: 500;
            font-size: 20px;
            line-height: 100%;
            letter-spacing: 0%;
            color: #000099;
            gap: 12px; 
        }
    }
}

/* Крестик */
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 50px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    background: none;
    color:#ff6600;
    transition: 0.6s;
}

.close-btn:hover {
    color:#007A41;
    transition: 0.6s;
}

/* Кнопка */
#modalPage {
    margin: 20px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

/* Анимация открытия */
.show-popup {
    opacity: 1 !important;
    visibility: visible !important;
    animation: zoomInUp 0.3s ease-in-out forwards;
}

/* Анимация закрытия */
.hide-popup {
    animation: zoomInDown 0.3s ease-in-out forwards;
}

/* Анимации */
@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: translate(-50%, -60%) scale(0.8);
    }
    to {
        opacity: 1; 
        transform: translate(-50%, -50%) scale(1);
    }
}

@keyframes zoomInDown {
    from {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
    to {
        opacity: 0;
        transform: translate(-50%, -60%) scale(0.8);
    }
}

/* Активные классы */
.active-overlay {
    opacity: 1 !important;
    visibility: visible !important;
}


.navbar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    
    width: 1120px;
    height: 30px;
    
z-index: 10001;
    border-radius: 100px;
    border-image-source: linear-gradient(270.25deg, rgba(241, 241, 241, 0) 1.6%, rgba(218, 218, 218, 0.4) 100%);
    border-image-slice: 1;

    background: linear-gradient(90.26deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.39) 100%);
    backdrop-filter: blur(20px);

    box-shadow: 0px 0px 60px rgba(204, 204, 204, 0.1);

    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    
    /* position: fixed;
    z-index: 1000; */



.logoHeaderSize {
    width: 99px;
    height: 38px;

}
.othercontrols {
    display: flex;
    align-items: center;
    gap: 30px;
   a   {
        color: white;
    }
}

.signIn {
    background: white;
    width: 134px;
    height: 49px;
    border-radius: 100px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #F07E26;
    border: none;
    cursor: pointer;
    transition: 0.6s;

}


.signIn:hover {
    color: white;
    background-color: #007A41;
    transition: 0.6s;
}

a {
    text-decoration: none;
    color: #302F2F;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    transition: color 0.3s, text-shadow 0.3s;
}

a:hover {
    color: #F07E26;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}


a img {
    transition: transform 0.4s ease, filter 0.4s ease;
}

a:hover img {
    transform: scale(1.15);
    filter: drop-shadow(0 4px 12px #007A41);
}




}

.sidebar {
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: translateX(-100%);
  opacity: 0;
  pointer-events: none; /* предотвращает клик по закрытой панели */
}

.sidebar.open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

.textHeadButton {
  transition: opacity 0.3s ease;
  opacity: 1;
}

.hide-text {
  opacity: 0;
  pointer-events: none;
}

.textHeadButton {
    text-align: center;
    color: #fff;
    width: 1120px;
    margin-top: 50px;
    position: absolute;
    z-index: 2;

}

.textHeadButton h1 {
    color: #F9F9F9;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0%;
    text-align: center;
    

}


.textHeadButton p {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    color: white;    
    font-weight: bold;

}

.page-part {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding-top: 24px;
    padding-right: 12px;
    padding-bottom: 24px;
    padding-left: 12px;


    p, a {

            font-weight: 500;
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 0%;
            color: #939393;

        span {
            font-weight: 500;
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 0%;
            color: #F07E26;
        }

        h5 {
            font-weight: 500;
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 0%;
            color: #2B2828;
        }
    }
}


.main {
    display: flex;
    width: 100%;
}

.title-with-line {
    border-left: 4px solid #F07E26;
    padding-left: 5px;
    font-size: 20px;
    font-weight: 600;
    color: #201E1E;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0%;
  }


.left-bar {
    flex: 1; /* 1 часть */
    padding: 20px; 
    background-color: #FFFDFA; 
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: max-content;
    

    .word-search {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 10px;
        border-bottom: 1px solid #EDEDED;
        padding-bottom: 20px;
        padding-right: 20px;


          

          .search-box {
            width: 100%;
            height: 40px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 4px 4px 4px 12px;
            border-radius: 100px;
            border: 1px solid #E8E8E8;
        
            input {
                border: none;
                outline: none;
                flex-grow: 1;
            }

            button {
                background-color: transparent;
                border: none;
                cursor: pointer;
            }
        
            .orange-circle {
                width: 40px;
                height: 40px;
                border-radius: 100px;
                padding: 8px;
                background-color: #F07E26;
                display: flex;
                justify-content: center;
                align-items: center;



                img {
                    width: 25px;
                    height: 25px;
                }
            }
        }
    }


.filter-left-bar {
  margin-top: 20px;
  display: flex;
  flex-direction: column;

  .categories {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 12px;

    .category-item {
      display: flex;
      align-items: center; 
      justify-content: space-between;
      gap: 5px;
      border-radius: 8px;
      padding: 6px 10px;
      transition: background-color 0.3s ease;
      transition: scale 0.2s ease;

      &:hover {
        background-color: #FFF3E8;
        scale: 1.1;
      }

  
   
    }
  }
}


}

.right-bar {
    flex: 2; /* 2 части */
    /* padding: 20px;  */
    margin-left: 20px;



    .filter-right-bar {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        border-radius: 12px;
        padding: 12px;
        box-shadow: 0px 0px 40px 0px #C0C0C01F;
        background-color: #FFFDFA;

        span {
            font-weight: 500;
            font-size: 16px;
            line-height: 26px;
            letter-spacing: 0%;
            color: #1C1B1B;
        }
    }
}


.custom-dropdown {
    position: relative;
    width: 160px;
    height: 40px;
    border: none;
    border-radius: 8px;
    background-color: white;
    overflow: hidden;
    transition: border 0.3s ease, box-shadow 0.3s ease;
}

/* Наведение на сам блок */
.custom-dropdown:hover {
    border-color: #ffa500; 
    box-shadow: 0 0 5px rgba(255, 165, 0, 0.4);
}

/* Селект внутри */
.custom-dropdown select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    height: 100%;
    border: none;
    padding: 0 35px 0 12px;
    font-size: 14px;
    cursor: pointer;
    background-color: transparent;
    outline: none;
    color: #333;
    transition: color 0.3s ease;
}

/* Наведение на сам select */
.custom-dropdown select:hover {
    color: #ff8800;
}

/* Когда select в фокусе */
.custom-dropdown select:focus {
    color: #ff6600;
}

/* Кастомная стрелка */
.custom-dropdown::after {
    content: "▼";
    font-size: 12px;
    color: #555;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    transition: color 0.3s ease;
}

/* Эффект наведения на стрелку через контейнер */
.custom-dropdown:hover::after {
    color: #ff8800;
}





.products-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 карточки в ряд */
    gap: 20px; 
    margin-top: 12px;
    background-color: #FFF9F3;

    .imgae-circle {
        position: relative;

        .favourite-circle {
            position: absolute;
            width: 25px;
            height: 25px;
            border-radius: 100px;
            padding: 6px;
            top: 10px;
            right: 10px;
            background-color: white;
            display: flex;
            align-items: center;
            justify-content: center;
          }
          
          .favourite-circle img {
            width: 20px;
            height: 20px;
          }
          
    }

.products-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 240px;
  box-sizing: border-box;
  box-shadow: 0px 0px 40px 0px #C0C0C01F;
  border: 1px solid #F6F6F6;
  background-color: #FFFDFA;
  padding: 16px;
  border-radius: 12px;

  .image-container {
    position: relative;
    width: 217px;
    height: 179px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .discount-badge {
      position: absolute;
      top: 10px;
      left: 10px;
      background-color: red;
      color: #fff;
      padding: 4px 8px;
      font-size: 12px;
      border-radius: 8px;
    }

    .favourite-circle {
        background: #fff;
        border-radius: 50%;
        padding: 10px;
      position: absolute;
      top: 10px;
      right: 10px;
      width: 18px;
      height: 18px;

      img {
        width: 100%;
        height: 100%;
      }
    }
  }

  .name-weight {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    h3 {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 6px;
      color: #201E1E;
    }

    .stock-weight {
      display: flex;
      justify-content: space-between;
      width: 100%;
      font-size: 14px;

      .stock-status,
      .weight-info {
        display: flex;
        align-items: center;
        gap: 4px;
        color: #959595;
        font-weight: 500;
      }
    }
  }

  .price {
    width: 100%;
    text-align: right;

    span {
      font-weight: 700;
      font-size: 18px; 
      color: #201E1E;
    }

    .old-price {
      text-decoration: line-through;
      color: #888;
      margin-right: 6px;
    }

    .discounted-price {
      color: red;
      font-weight: bold;
    }
  }

  button {
    width: 100%;
    height: 40px;
    border-radius: 12px;
    border: 1px solid #F07E26;
    background-color: transparent;
    font-weight: 600;
    font-size: 16px;
    color: #F07E26;
    cursor: pointer;
    transition: background 0.2s;

    &:hover {
      background-color: #F07E26;
      color: #fff;
    }
  }
}


}




.footerLogoText {
    .footerLogoSize {
        width: 225px;
        height: 85px;
    
    }
    p {
        font-weight: 500;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0%;
        color: #363434;
        margin-top: 16px;
    }
}

.infoFooter {
    span {
        font-weight: 700;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 0%;
        color: #B6B6B6;
    }

    a {
        text-decoration: none;
        font-weight: 500;
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 0%;
        color: #363434;
    }
}

footer {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-top: 60px;
    background-color: #FFFFFF;
    padding-top: 60px;
    padding-bottom: 32px;

    .infoFooter {
        display: flex;
        flex-direction: row;
        gap: 50px;

        .numberMail {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }

        .socialIconsLinks {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }
    }

}

.underFooter {
    box-sizing: border-box;
    padding-right: 160px;
    padding-bottom: 10px;
    padding-left: 160px;
    padding-top: 10px;
    background-color: #FFFFFF;
    position: relative;

    span {
        font-weight: 500;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: right;
        color: #B5B5B5;
    }

    .line {
        position: absolute; 
        left: 0;
        right: 0;
        top: -2px;
        width: 100%;
        height: 2px;
        background-color: #B5B5B5;
        border: none; 
    }
}


.oneLevelmgText {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.oneLevelmgText a {
    display: flex;
    align-items: center;
    gap: 8px; 
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    color: #363434;
}

.oneLevelmgText img {
    width: 24px;
    height: 24px;
}

.numberMail a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    color: #363434;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

.numberMail a:hover {
    color: #F07E26;
    text-shadow: 0 1px 6px rgba(240, 126, 38, 0.4);
}

.oneLevelmgText a {
    display: flex;
    align-items: center;
    gap: 8px; 
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    color: #363434;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

.oneLevelmgText a:hover {
    color: #F07E26;
    text-shadow: 0 1px 6px rgba(240, 126, 38, 0.4);
}

.oneLevelmgText img {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.oneLevelmgText a:hover img {
    transform: scale(1.15);
    filter: drop-shadow(0 4px 10px rgba(240, 126, 38, 0.5));
}

@media (max-width: 768px) {
    .navbar {
        max-width: 100% !important;
        border-radius: 0px;
        padding: 0 !important;
        margin: 0 !important;
        top: 0 !important; 
        right: 0 !important;
        padding: 20px !important;
        margin: 10px !important;
        border: none; /* убираем бордер */
        z-index: 10001;
        border-image: none;
        background: transparent; /* полностью прозрачный фон */
        backdrop-filter: none; /* убираем размытие */
        box-shadow: none; /* убираем тень */
    }

    .sidebar {
        display: block !important;
    }

    .openbtn {
        display: block !important;
    }

    .overlaytus {
        display: block !important;
    }

    .othercontrols {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .navbar {
        z-index: 1001;
        width: 100% !important;
        border-radius: 0;
        padding: 0 !important;
        margin: 0 !important;
        top: 0 !important;
        right: 0 !important;
        border: none;
        border-image: none;
        background: transparent;
        backdrop-filter: none;
        box-shadow: none;
        margin: 0 auto !important;
        justify-content: space-between;
        backdrop-filter: blur(7.699999809265137px);
        position: fixed;
        padding: 20px !important;
        margin-left: 10px !important;
    }

    .sidebar {
        display: block !important;
    }

    .openbtn {
        display: block !important;
    }

    .overlaytus {
        display: block !important;
    }

    .othercontrols {
        display: none !important;
    }
}



@media (max-width: 480px) {
    .navbar {
        padding: 12px !important;
        margin: 0 6px 0 6px !important;
    }
}

@media (max-width: 768px) {
    .textHeadButton {
        /* border: 2px solid red; */
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    footer {
        flex-direction: column; /* Меняем направление на вертикальное */
        align-items: flex-start;
        padding-top: 40px;
    }

    .footerLogoText {
        text-align: start !important;
        margin-bottom: 20px;
        padding: 15px;

        p {
            text-align: start;

            br {
                display: none;
            }
        }
    }

    .footerLogoSize {
        width: 180px; 
        height: 70px;

        p {
            font-size: 14px;
            line-height: 22px;
            color: #363434;
            margin-top: 10px;
            text-align: center;
        }
    }



    .infoFooter {
        display: flex;
        flex-direction: column !important;
        gap: 20px;
        margin-top: 20px;
        padding: 20px;
    }

    .socialIconsLinks, .numberMail {
        display: flex;
        flex-direction: column;
        gap: 15px;

        span {
            text-align: start;
        }
    }

    .oneLevelmgText a {
        font-size: 16px;
    }

    .underFooter {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 20px;

        span {
            text-align: center;
            font-size: 12px !important;
        }
    }

    .line {
        width: 100%;
        top: 0;
    }


}
/* .dropdown-toggle-mobile {
    display: none !important;
  } */

  

  @media (max-width: 768px) {

    .dropdown-toggle-mobile {
      display: block;
      padding: 10px;
      background: #f07e26;
      width: 100%;
      color: white;
      border: none;
      border-radius: 5px;
      cursor: pointer;
    }

    .main {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }

    .right-bar {
        margin-left: 0 !important;

        .filter-right-bar {
            display: flex;
            flex-direction: column;
            gap: 20px;
            max-width: 100%;
        }
    }
  }


  .products-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: start;
  }
  
  .products-card {
    width: 220px;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
  @media (max-width: 768px) {
    .products-container {
      flex-direction: column;
      align-items: center;
      justify-content: center;
      
    }
  
    .products-card {
      width: 90%; /* or 100% minus padding */
      
    }
  }
  .discount-badge {
  background-color: red;
  color: white;
  padding: 2px 6px;
  font-size: 12px;
  border-radius: 4px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.category-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 8px;
  vertical-align: middle;
  
}
.cursors{
    cursor: pointer;
}
/* Desktop üçün - həmişə görünür */
@media (min-width: 769px) {
  #categoryToggleBtn {
    display: none; /* düymə desktopda gizlənir */
  }

  #filterBar {
    display: block !important; /* kateqoriyalar həmişə görünür */
  }
}

/* Mobil üçün - yalnız düymə ilə açılır */
@media (max-width: 768px) {
  #filterBar {
    display: none; /* əvvəlcə gizli */
    transition: all 0.3s ease;
    background: #f8f8f8;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
  }

  #categoryToggleBtn {
    display: inline-block;
    margin-bottom: 10px;
    padding: 8px 16px;
    background: #f07e26;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
  }
}
