@media screen and (max-width: 768px) {
  .slider-wrapper {
    overflow-x: hidden;
  }

  .custom-slider img {
    width: 100%;
    height: auto;
  }

  .article-box-3col {
    display: flex;
    flex-direction: column;
  }

  .article-sidebar {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
  }

  .article-sidebar button {
    flex: 1;
    font-size: 14px;
    padding: 10px;
  }

  .article-content {
    padding: 10px;
  }

  .article-image {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }

  .article-image img {
    max-width: 90%;
    height: auto;
  }


  h1, h2, h3 {
    font-size: 5vw;
    text-align: center;
  }

  p, li {
    font-size: 4vw;
    line-height: 1.4;
  }

  .indicators {
    justify-content: center;
    margin-top: 10px;
  }

  .dot {
    width: 10px;
    height: 10px;
  }

  .content-area {
    padding: 15px;
  }

  .article-content ul {
    padding-left: 20px;
  }

  .article-content li {
    margin-bottom: 8px;
  }




  nav ul {
    display: none;
    flex-direction: column;
    background-color: #333;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 1000;
  }

  nav ul.show {
    display: flex;
  }

  nav li {
    text-align: center;
    padding: 10px 0;
  }

  /* .burger-menu {
    display: block;
    font-size: 28px;
    cursor: pointer;
    padding: 10px;
    color: white;
  } */

  .nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 10px;
  }

  .burger-menu {
    display:block;
    font-size: 28px;
    cursor: pointer;
    padding: 10px;
    color: green;

  
  }

  nav#main-menu {
    display: none;
    flex-direction: column;
    background-color: #333;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 1000;
  }

  nav#main-menu a {
    color: white;
    padding: 10px;
    border-bottom: 1px solid white;
    text-align: right;
  }

  nav#main-menu.show {
    display: flex;
  }

  .dropdown {
    text-align: center;
  }
  .custom-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.custom-slider .slide {
  display: none;
  width: 100%;
}

.custom-slider .slide.active {
  display: block;
}

.custom-slider img {
  width: 100%;
  height: auto;
  display: block;
}

.indicators {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

.dot {
  width: 12px;
  height: 12px;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
}

.dot.active {
  background: #444;
}

.home-page .article-box-3col {
        flex-direction: column;
    }

    .home-page .article-sidebar,
    .home-page .article-content,
    .home-page .article-image {
        width: 100%;
    }

    .home-page .article-sidebar button {
        width: 100%;
    }
.home-page {
  max-width: 100%;
  width: 100%;
  padding: 0 10px; /* margine stânga-dreapta */
  background-color: #f7f7f7;
}


footer {
    display: none;
  }


  .footer-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-col {
    width: 100%;
    padding: 10px 0;
  }

  .footer-col h3 {
    font-size: 18px;
  }

/* 
   .products-page {
    flex-direction: column;
    padding: 10px;
  } */

  .category-filter,
  .right-sidebar,
  .product-list {
    max-width: 100%;
    width: 100%;
  }

  .products-page section {
    width: 100%;
  }
.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 20px;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}

.product-carg{
  width: 100%;
}

.products-page {
    flex-direction: column;
  }

  .category-filter,
  .right-sidebar,
  .product-list {
    max-width: 100%;
    width: 100%;
  }

  .product-grid {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  }
  

}




