body{
  background-color:#fafafa
}
.bg-dark {
    background: linear-gradient(135deg, #16c0f0 0%, #f59999 60%, #e95e5e 100%) !important;
}

#popup {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  background: #00bfff;
  color: white;
  padding: 15px 25px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  font-weight: bold;
  z-index: 1000;
  transition: opacity 0.3s ease;
  opacity: 1;
}
.full{
  max-width: 1440px;
}
.text-success {
    color: #285fa7 !important;
}
.btn-sky {
  background-color: #00bfff;
  color: white;
  border: none;
}

.btn-sky:hover {
  background-color: #00aee3;
}
.slider {
      width: 100%;
    }

    .main-image {
      width: 100%;
      height:600px;
      
      border: 2px solid #ddd;
      border-radius: 8px;
    }

    .thumbnails {
      display: flex;
      gap: 10px;
      margin-top: 10px;
      justify-content: center;
    }

    .thumbnail {
      width: 60px;
      height: 60px;
      object-fit: cover;
      border: 2px solid transparent;
      cursor: pointer;
      border-radius: 6px;
      transition: border-color 0.2s;
    }

    .thumbnail.active {
      border-color: #007bff;
    }
.green-heading {
  color: #6d9476;
  font-weight: bold;
  font-size: 1.5rem;
}

@media (max-width: 576px) {
  .language-switcher a,
  #cartIcon,
  .fas.fa-envelope,
  header .h4 {
    font-size: 12px;
  }

  #cartIcon {
    font-size: 16px;
  }

  header .h4 {
    font-size: 16px;
  }

  #cart-count {
    font-size: 9px;
    padding: 3px 5px;
  }

  .language-switcher {
    margin-top: 5px;
  }
  .w-25 {
    width: 44% !important;
}
}

  
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(30px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes fadeInLeft {
    from {
      opacity: 0;
      transform: translateX(-30px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  @keyframes fadeInRight {
    from {
      opacity: 0;
      transform: translateX(30px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  .fade-in-up {
    animation: fadeInUp 1s ease-out forwards;
  }

  .fade-in-left {
    animation: fadeInLeft 1s ease-out forwards;
  }

  .fade-in-right {
    animation: fadeInRight 1s ease-out forwards;
  }

  

  .rounded-shadow {
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
  }

  .rounded-shadow:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
  }

  .fade-in-zoom {
    opacity: 0;
    transform: scale(0.95);
    animation: fadeZoomIn 0.7s ease forwards;
  }

  @keyframes fadeZoomIn {
    to {
      opacity: 1;
      transform: scale(1);
    }
  }

  /* Вариант с задержкой волной (необязательно) */
  .fade-in-zoom:nth-child(1) { animation-delay: 0.1s; }
  .fade-in-zoom:nth-child(2) { animation-delay: 0.2s; }
  .fade-in-zoom:nth-child(3) { animation-delay: 0.3s; }
  .fade-in-zoom:nth-child(4) { animation-delay: 0.4s; }

.wave-blue {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #00bfff, #1e90ff);
  color: white;
  border: none;
  border-radius: 50px;
  padding: 0.75rem 1.5rem;
  font-size: 1.2rem;
  font-weight: 500;
  box-shadow: 0 0 20px rgba(0, 191, 255, 0.4);
  transition: background 0.4s ease, box-shadow 0.4s ease;
}

.wave-blue::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: width 0.6s ease, height 0.6s ease;
}

.wave-blue:hover {
  box-shadow: 0 0 30px rgba(30, 144, 255, 0.6);
}

.wave-blue:hover::before {
  width: 300%;
  height: 300%;
}

  

  
  .custom-carousel {
    max-width: 900px;
    height: 500px;
    position: relative;
  }

  

  .image-wrapper {
    height: 100%;
    overflow: hidden;
  }

  .image-wrapper img {
    height: 600px;
    width: 100%;
    object-fit: contain;
  }

  .carousel-control-custom {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    opacity: 0.8;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

  .carousel-control-prev {
    left: -69px;
  }

  .carousel-control-next {
    right: -68px;
  }
  @media (max-width: 767.98px) {
  .custom-carousel {
    height: 400px; /* или меньше, если нужно */
  }

  .carousel-item {
    height: 100%;
  }



    .image-wrapper img {
      width: 80% !important;
      height: 410px !important;
      margin: 0 auto;
      display: block;
      object-fit: contain;
    }

    .image-wrapper video {
      width: 90% !important;
      height: 410px !important;
      margin: 0 auto;
      display: block;
      object-fit: contain;
    }

    .carousel-control-prev {
      left: 10px;
    }

    .carousel-control-next {
      right: 10px;
    }

    .carousel-control-custom {
      width: 4%;
    }
  }


  .product-carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 2;
    opacity: 0.8;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .product-carousel-prev {
    left: 10px;
  }

  .product-carousel-next {
    right: 10px;
  }

  .product-carousel-prev-icon,
  .product-carousel-next-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: rgb(39, 38, 38);
    mask-size: cover;
    -webkit-mask-size: cover;
  }

  .product-carousel-prev-icon {
    mask-image: url('data:image/svg+xml;utf8,<svg fill="black" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M11 1L3 8l8 7V1z"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg fill="black" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M11 1L3 8l8 7V1z"/></svg>');
  }

  .product-carousel-next-icon {
    mask-image: url('data:image/svg+xml;utf8,<svg fill="black" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M5 1l8 7-8 7V1z"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg fill="black" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M5 1l8 7-8 7V1z"/></svg>');
  }

  .brand-link {
    
    color: #f2f3f2;
    text-decoration: none;
    font-weight: bold;
  }

  .brand-link:hover {
    color: #585a58;
    text-decoration: none; 
  }

@media (max-width: 576px) {
    .brand-link {
      font-size: 1.4rem;    
    }
  }
.brand-name {
  font-family: 'Arial Rounded MT Bold', Arial, sans-serif;
  font-weight: bold;
  font-size: 42px; 
  color: inherit; 
  text-decoration: none;
}

.brand-logo {
  height: 85px; 
  width: auto;
}
.head{
  max-width: 1400px;
}

@media (max-width: 768px) {
  .brand-name {
    font-size: 30px; 
  }

  .brand-logo {
    height: 50px; 
  }
}

@media (max-width: 480px) {
  .brand-name {
    font-size: 24px; 
  }

  .brand-logo {
    height: 40px; 
  }
}
@media (max-width: 768px) {
  .main-image {
    height: 500px;
  }
}


@media (max-width: 480px) {
  .main-image {
    height: 300px;
  }
  .w-75 {
    width: 100% !important;
}
}