:root{
    --dark:#3C4350;
    --accent:#E27C33;
    --gray-l:#FBFBFB;
    --gray:#F4F4F4;
    --gray-d:#A6A6A6;
    --gray-sd:#7B7B7B;
    --text:#333;
}

a{
  color: black;
  text-decoration: none;
}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 14px;
}
body{
    font-family: "Inter",sans-serif;
    font-weight: 400;
    color: var(--text);
    min-width: 340px;
    
}
.container{
    width: 100%;
    max-width: 1320px;
    padding: 0 15px;
    
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.top-header{
    background-color: var(--dark);
    color: #ffffff;
    display: flex;
    align-items: center;
    align-content: center;
    height: 50px;
    
   
}
.top-header.container{
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;

}
.top-header-top{
    display: flex;
    align-items: center;
    align-content: center;
    height: 100%;
}
.social-media{
    display: flex;
    align-items: center;
    align-content: center;
    padding-right: 35px;
    border-right: 1px solid #636973;
}
.top-header a{
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.main-account{
    display: flex;
    align-items: center;
    align-content: center;

}
.user-account{
    display: flex;
    align-items: center;
    align-content: center;
}
.social-media-1,
.social-media-2{
    padding-left: 35px;
    padding-right: 35px;
    border-right: 1px solid #636973;
}
.social-media-1-icon{
    margin-left: 15px;
}
.phone{
    display: flex;
    align-items: center;
}
.main-adresse{
    display: flex;
    align-items: center;
}
.phone-number{
    margin-right: 15px;
    margin-left: 15px;
}
.adresse-icon{
    margin-right: 15px;
    margin-left: 15px;

}
.user-account_icons{
    margin-right: 5px;
    margin-left: 15px;
}

.fast-search{
    display: flex;
    align-items: center;
    padding: 15px 35px;
    
    
}
.fast-search_input {
    display: flex;
    align-items: center;
    position: relative;
    
}
.fast-search_input input{
    

    
    width: 600px;
    
    height: 50px;
    background-color: var(--gray-l);
    border: 1px solid var(--gray);
    padding: 0 15px;
    
    border-radius: 5px;

}
.ml-action{
    display: flex;
    align-items: center;
    padding-left: 35px;
    gap: 30px;
}
.fast-search_icon{
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
}
.main-menu-container{
    display: flex;
    align-items: stretch;
    height: 100%;
}
.main-menu{
    background-color: var(--gray);
    display: flex;
    align-items: stretch;
    height: 50px;
    
}
.main-menu ul{
    list-style: none;
}
.main-menu a{
    color: var(--text);
    text-decoration: none;
}
.main-menu-list{
    display: flex;
    align-content: stretch;
    
    
    
    
    height: 100%;
}
.main-menu-cat{
    position: relative;
    
}
.main-menu-cat-list{
    position: absolute;
    width: 100%;
    background-color: #fff;
    z-index: 2;
}

.main-menu-cat-list.hidden{
  display: none;
}
.list-cat-list-link{
    padding: 10px 15px;
    display: block;
    border-bottom: 1px solid #E2E2E2;
    opacity: 0.8;

}
.main-menu-cat-main{
    background-color: var(--accent);
    display: flex;
align-items: center;
    
    height: 100%;
    padding-left: 15px;
    padding-right: 113px;
    cursor: pointer;
    
    
}
.main-menu-cat-icon{
    margin-right: 15px;
}
.main-menu-item{
    border: 1px solid #E2E2E2;
    padding: 0 30px;
    display: flex;
    align-items: center;
}
.swiper{
  width: 100%;
  height: auto;
}
.swiper-slide{
  background-position: center;
  background-size: cover;
}

.header-carousel_slide .container1{
    
    height: 500px;
    background-size: cover;
    
    background-repeat: no-repeat;
    
}
.header{
    margin: 0 auto;
    width: 100%;
    max-width: 1320px;
    padding: 0 15px;
    
}

.header-carousel_desc p{
    color: white;
    text-align: left;
    font-size: 1.1rem;
    margin-bottom: 30px;

}
.header-carousel_slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 100px;
    height: 500px;
    background-size: cover;
    background-position: center;
    padding: 100px 100px 0 100px;
}

.container1 {
    max-width: 100%;
    max-width: 600px;
    color: #fff;
}

.header-carousel_title {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: left;
}
.header-carousel_slide a {
    display: inline-block;
    padding: 12px 28px;
    background-color: #c96;
    color:white;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.header-carousel_slide a:hover {
    background-color: #a74f00;
}

.container1 a:hover {
   background-color: #a74f00;

}
.container1 a{
    
    text-decoration: none;
    font-size: 1.2rem;
    
    border-radius: 6px;
    color: white;
    cursor: pointer;
    display: inline-block;
     padding: 12px 28px;
     font-weight: bold;
      background-color: #c96;
       transition: background-color 0.3s;
       margin-top: 20px;

}
.section-one {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 40px 20px;
    background-color: #fff;
    gap: 20px;
  }
  
  .category {
    text-align: center;
    max-width: 300px;
    flex: 1 1 300px;
  }
  
  .category img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  
  .category h3 {
    font-size: 18px;
    margin-top: 15px;
    color: #333;
    font-weight: bold;
  }
  
  .shop-now {
    display: inline-block;
    margin-top: 8px;
    font-size: 14px;
    color: #666;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: 0.3s ease;
  }
  
  .shop-now:hover {
    border-bottom: 1px solid #666;
    color: #000;
  }
  
  /* Responsive pentru telefon */
  @media (max-width: 768px) {
    .section-one {
      flex-direction: column;
      align-items: center;
    }
  
    .category {
      width: 90%;
      max-width: 400px;
    }
  }
  .section-2 {
    background: #f8f8f8;
    padding: 60px 20px;
    font-family: 'Arial', sans-serif;
  }
  
  .section-2 .container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
    align-items: center;
    gap: 40px;
  }
  
  .text-column {
    flex: 1 1 45%;
  }
  
  .text-column h2 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  
  .text-column h2 span {
    font-weight: bold;
  }
  
  .text-column p {
    color: #333;
    margin-bottom: 20px;
    line-height: 1.6;
  }
  
  .text-column .signature {
    font-family: 'Cursive', sans-serif;
    font-size: 20px;
    margin-bottom: 30px;
  }
  
  .contact-box {
    background-color: #000;
    color: #fff;
    padding: 20px;
    max-width: 250px;
    text-align: center;
  }
  
  .contact-box h4 {
    margin: 0;
    font-size: 16px;
    letter-spacing: 1px;
  }
  
  .contact-box p {
    margin: 5px 0;
    font-size: 14px;
  }
  
  .image-column {
    flex: 1 1 45%;
  }
  
  .image-column img {
    width: 100%;
    height: auto;
    border-radius: 4px;
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .section-2 .container {
      flex-direction: column;
      text-align: center;
    }
  
    .text-column, .image-column {
      flex: 1 1 100%;
    }
  
    .contact-box {
      margin: auto;
    }
  }
  .section-4 {
    padding: 60px 20px;
    background: #f7f7f7;
    font-family: 'Arial', sans-serif;
  }
  
  .section-4 .container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 40px;
  }
  
  /* LEFT SIDE */
  .left-column {
    flex: 1 1 55%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  
  .left-column img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 4px;
  }
  
  .right-column h2 {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 15px;
    color: #333;
    text-align: center;
  }
  
  .right-column .btn {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 12px 12px;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 14px;
    text-align: center;
    
  }
  
  
  
  .right-column {
    flex: 1 1 35%;
    display: flex;
    align-items: center;
    background: linear-gradient(to bottom right, #fffaf0, #f5e8e4);
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
  
  .testimonial-box {
    background-color: #111;
    color: #fff;
    padding: 40px 30px;
    text-align: center;
    width: 100%;
  }
  
  
  
  .testimonial-box .quote {
    font-size: 18px;
    line-height: 1.6;
    font-style: italic;
    margin-bottom: 20px;
  }
  
  .testimonial-box .author {
    font-size: 12px;
    letter-spacing: 1px;
    color: #ccc;
  }
  
  /* RESPONSIVE */
  @media (max-width: 768px) {
    .section-4 .container {
      flex-direction: column;
    }
  
    .left-column,
    .right-column {
      flex: 1 1 100%;
      text-align: center;
    }
  
    .left-column img {
      margin: 0 auto 20px;
    }
  }
  .section-6 {
    padding: 60px 20px;
    background-color: #fafafa;
    font-family: 'Arial', sans-serif;
    text-align: center;
    
  }
  
  
  .section-6 .title {
    font-size: 32px;
    margin-bottom: 40px;
    color: #333;
  }
  
  .products {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
  }
  
  .product-card {
    flex: 1 1 22%;
    background: none;
    padding: 10px;
    text-align: center;
  }
  
  .product-card img {
    width: 100%;
    max-height: 200px;
    object-fit: contain;
    margin-bottom: 15px;
  }
  
  .product-card h3 {
    font-size: 16px;
    color: #222;
    margin-bottom: 8px;
    height: 30px;
  }
  
  .product-card .price {
    font-size: 14px;
    color: #0b0000;
    margin-bottom: 12px;
    margin-top: 40px;
  }
  
  .product-card .add-to-cart {
    background: none;
    border: none;
    color: #222;
    letter-spacing: 2px;
    font-size: 12px;
    cursor: pointer;
    text-transform: uppercase;
  }
  
  .product-card .add-to-cart:hover {
    text-decoration: underline;
  }
  
  .more-products {
    margin-top: 40px;
  }
  
  .btn-more {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 12px 25px;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 14px;
  }
  
  /* Responsive */
  @media (max-width: 992px) {
    .product-card {
      flex: 1 1 45%;
    }
  }
  
  @media (max-width: 600px) {
    .product-card {
      flex: 1 1 100%;
    }
  }
  .section-7 {
    background-color: #f2f2f2;
    padding: 80px 20px;
    font-family: 'Arial', sans-serif;
  }
  
  .section-7 .container {
    max-width: 1320px;
    margin: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
  }
  
  .text-content {
    flex: 1 1 50%;
    color: #333;
  }
  
  .text-content h2 {
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  
  .text-content p {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.7;
  }
  
  .read-more {
    display: inline-block;
    padding: 10px 25px;
    border: 1px solid #999;
    color: #333;
    text-decoration: none;
    
    letter-spacing: 2px;
    background: transparent;
    transition: 0.3s;
  }
  
  .read-more:hover {
    background: #000;
    color: #fff;
    border-color: #000;
  }
  
  .image-content {
    flex: 1 1 45%;
  }
  
  .image-content img {
    width: 100%;
    height: auto;
    border-radius: 4px;
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .section-7 .container {
      flex-direction: column;
      text-align: center;
    }
  
    .text-content, .image-content {
      flex: 1 1 100%;
    }
  
    .text-content h2 {
      font-size: 2.5rem;
    }
  }
  /* Section 9 - Instagram Follow */
.section-9 {
    padding: 60px 20px 30px;
    text-align: center;
    background-color: #f8f8f8;
  }
  
  .section-9 h2 {
    font-size: 2.2rem;
    font-weight: 400;
    margin-bottom: 20px;
    color: #333;
  }
  
  .section-9 h2 span {
    font-weight: bold;
    color: #000;
  }
  
  .btn-instagram {
    display: inline-block;
    background-color: #111;
    color: #fff;
    padding: 12px 25px;
    text-decoration: none;
    
    letter-spacing: 2px;
    transition: 0.3s;
  }
  
  .btn-instagram:hover {
    background-color: #000;
  }
  @media (max-width: 768px) {
  .section-9 h2 {
    font-size: 1.2rem;
  }

  .btn-instagram {
    font-size: 14px;
    padding: 8px 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 90%;
    display: inline-block;
  }

  .section-9 {
    padding: 40px 10px 20px;
  }

  .section-9 .container {
    max-width: 100%;
  }
}
  /* Section 10 - Image Gallery */
  .section-10 {
    padding: 0 20px 60px;
    background-color: #f8f8f8;
  }
  
  .image-gallery {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  
  .image-gallery img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 4px;
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .image-gallery {
      justify-content: center;
    }
  
    .image-gallery img {
      width: 45%;
      height: auto;
    }
  
    .btn-instagram {
      padding: 10px 20px;
      
    }
  }
  /* Section 11 - Signup + Map */
.section-11 {
    background-color: #f7f7f7;
    padding: 60px 20px;
  }
  
  .section-11 .container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
    align-items: flex-start;
  }
  
  .signup-box {
    background-color: #111;
    color: #fff;
    padding: 30px;
    flex: 1 1 45%;
  }
  
  .signup-box h3 {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  
  .signup-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  
  .signup-form input[type="email"] {
    padding: 12px;
    border: 1px solid #ccc;
    width: 100%;
  }
  
  .signup-form button {
    padding: 12px;
    background-color: #111;
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
  }
  
  .signup-form .checkbox {
    
    color: #ccc;
  }
  
  .signup-form .checkbox input {
    margin-right: 5px;
  }
  
  .signup-form a {
    color: #fff;
    text-decoration: underline;
  }
  
  .map-box {
    flex: 1 1 45%;
  }
  
  /* Section 12 - Contact Info */
  .section-12 {
    background-color: #f2f2f2;
    padding: 40px 20px;
    text-align: center;
  }
  
  .contact-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
  }
  
  .info-box {
    flex: 1 1 30%;
  }
  
  .info-box h4 {
    font-size: 1.2rem;
    letter-spacing: 1px;
    color:black;
    margin-bottom: 10px;
  }
  
  .info-box p {
    font-size: 14px;
    color: #222;
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .section-11 .container,
    .contact-info {
      flex-direction: column;
      align-items: center;
    }
  
    .signup-box, .map-box, .info-box {
      width: 100%;
    }
  }.site-footer {
  background-color: #111;
  color: #fff;
  padding: 60px 20px;
  font-family: 'Arial', sans-serif;
}

.site-footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  gap: 40px;
}

.footer-column {
  margin-top: 5px;
  flex: 1 1 30%;
  min-width: 250px;
}

.footer-column h4 {
  

  font-size: 1.3rem;
  color: #fff;
}

.footer-links,
.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li,
.footer-contact li {
  margin-bottom: 10px;
}

.footer-links a,
.footer-contact a {
  color: #ccc;
  text-decoration: none;
  
  transition: color 0.3s ease;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: #fff;
}

.social-icons {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}

.social-icons a {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: white;
}

.footer-bottom {
  text-align: center;
  margin-top: 40px;
  
  color: #aaa;
}

.footer-bottom a {
  color: #bbb;
  text-decoration: underline;
}

.footer-bottom a:hover {
  color: #fff;
}

/* ✅ Responsive design */
@media (max-width: 1024px) {
  .footer-column {
    flex: 1 1 45%;
  }
}

@media (max-width: 768px) {
  .site-footer .container {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .footer-column {
    flex: 1 1 100%;
    margin-bottom: 20px;
  }

  .social-icons {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .footer-links a,
  .footer-contact a {
    font-size: 1rem;
  }

  .footer-column h4 {
    font-size: 1.4rem;
  }

  .footer-bottom {
    
    padding: 10px;
  }
}
 
  
 
  /* Left Side: Signup Form */
  .left-box {
    background-color: #111;
    color: #fff;
    padding: 30px;
    flex: 1 1 45%;
  }
  
  .left-box h3 {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  
  .signup-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  
  .signup-form input[type="email"] {
    padding: 12px;
    border: 1px solid #ccc;
    width: 100%;
  }
  
  .signup-form button {
    padding: 12px;
    background-color: #111;
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
    text-transform: uppercase;
    
    letter-spacing: 2px;
  }
  
  .signup-form .checkbox {
    
    color: #ccc;
  }
  
  .signup-form a {
    color: #fff;
    text-decoration: underline;
  }
  
  
  .right-box {
    flex: 1 1 45%;
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease-in-out;
}

.right-box:hover {
    transform: translateY(-5px);
}

.right-box h2 {
    font-size: 2rem;
    margin-bottom: 15px;
    color: #222;
}

.right-box p {
    font-size: 1.3rem;
    color: #444;
    margin-bottom: 20px;
}

.voucher-img {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 15px;
}

.voucher-img img {
    max-width: 200px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.voucher-img button {
    background-color: #b30000;
    color: #fff;
    border: none;
    padding: 12px 20px;
    
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.voucher-img button:hover {
    background-color: #8c0000;
}
  
  /* Responsive */
  @media (max-width: 768px) {
    .section-5 .container {
      flex-direction: column;
    }
  
    .left-box, .right-box {
      flex: 1 1 100%;
      text-align: center;
    }
  }

  .hidden{
    display: none;
  }
 

.list-cat-list-link:hover {
    background: linear-gradient(135deg, #d4af37, #b8860b);
    color: #fff;
  
    transition: background 0.4s ease, color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.6), 0 0 20px rgba(212, 175, 55, 0.4);
}
.main-menu-link:hover
 {
    color: gold;
    
    
}

.search-results-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    border: 1px solid #ccc;
    z-index: 999;
    max-height: 300px;
    overflow-y: auto;
}
.search-results-dropdown a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eee;
    color: #333;
    text-decoration: none;
}
.search-results-dropdown a:hover {
    background-color: #f7f7f7;
}

.search-results-dropdown {
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    z-index: 999;
    top: 100%;
    left: 0;
    right: 0;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.search-results-dropdown a {
    display: block;
    padding: 8px;
    border-bottom: 1px solid #eee;
    color: #000;
    text-decoration: none;
}
.search-results-dropdown a:hover {
    background-color: #f0f0f0;
}
.hidden {
    display: none;
}
.products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}

.product-card {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
}

.product-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 4px;
}

.product-card h3 {
    font-size: 16px;
    margin-top: 10px;
}

.product-card .price {
    font-weight: bold;
    margin-bottom: 10px;
}

.add-to-cart {
    padding: 8px 16px;
    background: #000;
    color: #fff;
    border: 1px solid white;
    border-radius: 4px;
    cursor: pointer;
}
.site-footer {
    background: #111;
    color: #ccc;
    padding: 40px 20px 20px;
    font-size: 14px;
}

.footer-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    gap: 30px;
}

.footer-column {
    flex: 1;
    min-width: 220px;
}

.footer-column h4 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.footer-links li,
.footer-contact li {
    margin-bottom: 8px;
}

.footer-links a,
.footer-contact a {
    color: #ccc;
    text-decoration: none;
}

.footer-links a:hover,
.footer-contact a:hover {
    color: #fff;
    text-decoration: underline;
}

.social-icons a {
    display: inline-block;
    margin-right: 10px;
    color: #ccc;
    font-size: 18px;
    transition: color 0.3s;
}

.social-icons a:hover {
    color: #fff;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    font-size: 13px;
    color: #888;
}

.footer-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    padding: 20px 0;
}

.footer-column {
    flex: 1;
    min-width: 200px;
}

.footer-column h4 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
}

.footer-links,
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li,
.footer-contact li {
    margin-bottom: 8px;
    color: #ccc;
    font-size: 14px;
}

.footer-links a,
.footer-contact a {
    text-decoration: none;
    color: #ccc;
}

.footer-links a:hover,
.footer-contact a:hover {
    color: #fff;
}

.social-icons {
    margin-top: 10px;
}

.social-icons a {
    display: inline-block;
    margin-right: 10px;
    color: #ccc;
    font-size: 18px;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: #fff;
}

.cart-badge {
    position: absolute;
    top: -8px;
    right: -10px;
    background-color: red;
    color: white;
    border-radius: 50%;
    
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-weight: bold;
}









@media (max-width: 1024px) {
  .row {
    gap: 15px;
  }
}

@media (max-width: 768px) {
  .row {
    flex-direction: column;
  }
  nav ul {
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 480px) {
  body {
    font-size: 14px;
  }
  .btn {
    width: 100%;
    text-align: center;
  }
}


 @media (max-width: 1024px) 
 { 

.product-grid { grid-template-columns: repeat(3, 1fr); } }

@media (max-width: 768px)
 { 

.product-grid { grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 480px) { .product-grid { grid-template-columns: repeat(2, 1fr); }}

@media (max-width: 1024px) {
  .product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}


@media (max-width: 1066px) {
  .header-desktop { display: none !important; }
  .header-mobile { display: block;margin: auto; }
  .middle-line{display: none;}
  .main-menu-container{display:none}
  
}

/* Ascunde mobil pe desktop */
@media (min-width: 1067px) {
  .header-mobile { display: none !important; }
}
@media (min-width: 1200px) {
  .header-mobile { display: none !important; }
}

/* Badge stil simplu */
.badge {
  position: absolute;
  top: -1px;
  right: -1px;
  background: red;
  color: white;
  font-size: 5px;
  border-radius: 50%;
  padding: 1px 2px;
  text-align: center;
}

/* Clasa ascuns */
.hidden {
  display: none !important;
}

.header-mobile a {
  color: white;
  text-decoration: none;
}
/* Stil pentru formularul de căutare */
.header-mobile .search-form {
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
    margin-top: -150px;
    justify-content: center; /* opțional, dacă vrei centrat */
}

.header-mobile .search-input {
    flex: 1;
    padding: 6px 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 14px;
    max-width: 300px;
    background-color: white;
}

.header-mobile .search-button {
    padding: 6px 14px;
    background-color: darkred;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
}
.button-container {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.vezi-btn {
    font-size: 22px;
    padding: 12px 30px;
    border: none;
    border-radius: 8px;
    background-color: red; /* sau culoarea dorită */
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s;
}

.vezi-btn:hover {
    background-color: #444;
}

@media (max-width: 768px) {
    #reparatii-form {
        padding: 20px !important;
    }

    #reparatii-form input,
    #reparatii-form textarea,
    #reparatii-form button {
        font-size: 16px !important;
    }
}


.formular-section {
    background-image: url('/images/fundal-formular.jpg');
    background-size: cover;
    background-position: center;
    padding: 100px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.formular-box {
    background-color: rgba(255, 255, 255, 0.92);
    padding: 40px 30px;
    max-width: 500px;
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.formular-title {
    color: #333;
    font-size: 26px;
    margin-bottom: 30px;
}

.formular-input,
.formular-textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 15px;
}

.formular-file {
    margin-bottom: 15px;
}

.formular-label {
    display: block;
    text-align: left;
    margin-bottom: 5px;
    font-weight: 500;
    color: #333;
}

.formular-button {
    width: 100%;
    padding: 12px;
    background-color: #222;
    color: white;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
}

.formular-error {
    color: red;
    display: block;
    text-align: left;
    margin-bottom: 10px;
}

.formular-success {
    margin-top: 15px;
    color: green;
    font-weight: bold;
}

/* Responsivitate pentru ecrane mici */
@media (max-width: 768px) {
    .formular-section {
        padding: 60px 15px;
    }

    .formular-box {
        padding: 25px 20px;
        border-radius: 10px;
    }

    .formular-title {
        font-size: 20px;
    }

    .formular-input,
    .formular-textarea {
        font-size: 14px;
        padding: 10px;
    }

    .formular-button {
        padding: 10px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .formular-box {
        padding: 20px 15px;
    }

    .formular-title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .formular-button {
        font-size: 14px;
    }
}