        body {
            font-family: 'Montserrat', sans-serif;
            margin: 0;
            padding: 0;
        }



/* Main Header */
  .main-header {
    background: #ffffff;
    padding-top: 25px;
    padding-left: 120px;
    padding-right: 120px;
  }
  
  .header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
  }
  
  .logo img {
    max-height: 50px;
    margin-top: -16px;
  }
  
  /* Search Box */
  .search-box {
    flex: 1;
    margin: 0 20px;
    display: flex;
    align-items: center;
  }
  
  .search-box input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-right: none;
    border-radius: 30px 0 0 30px;
  }
  
  .search-box button {
    background: #286AB8;
    padding: 10px;
    border: none;
    border-radius: 0 30px 30px 0;
    cursor: pointer;
  }
  
  .search-box button img {
    width: 20px;
    height: 20px;
  }
  
 /* Header Actions */
.header-actions {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  
  .action {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
  }
  
  .action img {
    width: 24px;
    height: 24px;
  }

  .cart-img img{
    width: 35px;
    height: 32px;
  }
  
  .action-text {
    font-size: 16px;
    text-align: left;
  }
  
  /* Language Switcher Amazon Style */
  .language-switcher-amazon-style {
    position: relative;
    display: inline-block;
    font-size: 14px;
  }
  
  .lang-selector {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 30px;
    background: #fff;
    padding: 8px 12px;
    cursor: pointer;
    transition: border-color 0.2s;
    min-width: 100px;
  }
  
  .lang-selector:hover {
    border-color: #128efb;
  }
  
  .lang-flag {
    width: 30px;
    height: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 8px;
    border-radius: 2px;
    flex-shrink: 0;
  }
  
  .ca-flag {
    background-image: url('https://flagcdn.com/ca.svg');
  }
  
  .us-flag {
    background-image: url('https://flagcdn.com/us.svg');
  }
  
  .lang-text {
    display: flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
  }
  
  .lang-arrow {
    font-size: 10px;
    margin-left: auto;
    margin-right: 4px;
  }
  
  .lang-menu {
    display: none;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    background: white;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    z-index: 1000;
  }
  
  .lang-option {
    display: flex;
    align-items: center;
    padding: 10px 12px;
    cursor: pointer;
    font-size: 14px;
  }
  
  .lang-option:hover {
    background-color: #f0f0f0;
  }
  
  .lang-option .lang-flag {
    margin-right: 8px;
  }
  
  
  /* Navigation */
  .nav-bar {
    background: #286AB8;
  }
  
  .nav-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    flex-wrap: wrap;
  }
  
  .nav-menu li {
    list-style: none;
    margin: 0 15px;
  }
  
  .nav-menu a {
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
  }
  
  .nav-menu a:hover {
    text-decoration: underline;
  }
  
  /* Responsive */
  @media (max-width: 992px) {
    .header-container {
      flex-direction: column;
      align-items: flex-start;
    }
  
    .search-box {
      width: 100%;
      margin: 10px 0;
    }
  
    .header-actions {
      width: 100%;
      justify-content: flex-start;
    }
  
    .nav-menu {
      flex-wrap: wrap;
      gap: 10px;
    }
  }
  
  @media (max-width: 576px) {
    .top-bar {
      flex-direction: column;
      align-items: center;
    }
  
    .top-left, .top-right {
      margin-bottom: 5px;
    }
  
    .nav-menu {
      flex-direction: column;
      align-items: center;
    }
  }
  























.breadcrumbs {
    font-size: 14px;
    color: #555;
    margin-bottom: 24px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 55px;
    margin-left: 120px;
  }

  .breadcrumbs a {
    text-decoration: none;
    color: #555;
  }
  .breadcrumbs a:hover {
    text-decoration: underline;
  }
  .breadcrumbs .sep {
    margin: 0 8px;
    color: #888;
  }







/* Hero */



        .atmovac-intro-section {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            padding-left: 120px;
            margin: 0 auto;
        }

        .atmovac-text {
            max-width: 400px;
            padding-right: 40px;
            padding-top: 96px;
        }

        .atmovac-text img {
            width: 278px;
            height: auto;
            margin-bottom: 20px;
        }

        .atmovac-text p {
            font-size: 16px;
            font-weight: 400;
            line-height: 1.5;
            color: #333;
            width: 274px;
        }

        .atmovac-image {
            flex-shrink: 0;
        }

        .atmovac-image img {
            width: 1242px;
            height: auto;
            border-top-left-radius: 40px;
            border-bottom-left-radius: 40px;
        }

        @media (max-width: 1024px) {
            .atmovac-intro-section {
                flex-direction: column;
                padding: 20px;
            }
            .atmovac-text {
                padding-right: 0;
                text-align: center;
            }
            .atmovac-image img {
                border-radius: 20px;
            }
        }
    


    /* Categories */

.category-section {
  background: #fff;
  padding: 40px 0 40px 0;
}

.category-section__container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.category-section__title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #286AB8;
  margin-bottom: 40px;
  margin-top: 86px;
}

.category-section__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 24px;
  justify-items: center;
  align-items: center;
  margin-bottom: 86px;
}

.category-card {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(0,0,0,0.09);
  transition: box-shadow 0.18s, transform 0.18s;
}

.category-card__label {
  color: #fff;
  font-size: 1.35rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  text-align: center;
  z-index: 2;
  letter-spacing: 1px;
  line-height: 1.18;
  text-shadow: 0 2px 8px rgba(0,0,0,0.20);
  display: block;
}

.category-card:hover {
  box-shadow: 0 8px 28px rgba(0,0,0,0.16);
  transform: translateY(-4px) scale(1.04);
}

/* Адаптив: планшет — 2 в ряд, мобила — 1 в ряд */
@media (max-width: 1000px) {
  .category-section__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 20px;
  }
  .category-card {
    width: 140px;
    height: 140px;
    font-size: 1rem;
  }
}

@media (max-width: 600px) {
  .category-section__title {
    font-size: 1.3rem;
    margin-bottom: 18px;
  }
  .category-section__container {
    padding-left: 2vw;
    padding-right: 2vw;
  }
  .category-section__grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(8, 1fr);
    gap: 12px;
  }
  .category-card {
    width: 80px;
    height: 80px;
    font-size: 0.85rem;
  }
}


/* 5 Returns on your investment */
   .returns-section {
      max-width: 1440px;
      margin: 0 auto;
      text-align: center;
      background: #009CFF;
      padding-right: 120px;
      padding-left: 120px;
      padding-top: 25px;
      padding-bottom: 35px;
    }

    .returns-section h2 {
      font-size: 32px;
      font-weight: 700;
      margin-bottom: 50px;
      color: white;
    }

    .returns-items {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: nowrap;
      gap: 30px;
    }

    .returns-item {
      flex: 1;
      max-width: 220px;
      padding: 0 10px;
    }

    .returns-item h3 {
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 15px;
      line-height: 1.3;
      color: white;
    }

    .returns-item p {
      font-size: 16px;
      font-weight: 400;
      line-height: 1.5;
      margin: 0;
      color: white;
    }

    .divider {
      width: 1px;
      background-color: #001037;
      height: 150px;
      align-self: center;
    }

    @media (max-width: 1200px) {
      .returns-section {
        padding: 40px 40px;
      }
      .returns-items {
        flex-wrap: wrap;
        gap: 40px;
      }
      .divider {
        display: none;
      }
      .returns-item {
        max-width: 100%;
      }
    }

/* brema-products.css - Updated with toggle filters and checkboxes aligned right */

.brema-products-container {
    display: flex;
    align-items: flex-start;
    gap: 35px;
    margin: 40px auto;
    padding: 0 120px;
    font-family: 'Montserrat', sans-serif;
}

.brema-filters {
    width: 274px;
    min-height: 770px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    color: #333;
    padding-top: 20px;
}

.brema-filters h3 {
    font-size: 32px;
    font-weight: 700;
    color: #2866b3;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 281px;
}

.brema-filters h4 {
    font-size: 17px;
    font-weight: 700;
    margin: 15px 0 10px;
}

.filter-group.active {
  width: 274px;
}

.filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    width: 278px;
}

.filter-header .toggle-arrow {
    width: 20px;
    height: 12px;
    transition: transform 0.3s;
}

.filter-group.active .toggle-arrow {
    transform: rotate(180deg);
}

.filter-content {
    display: none;
    flex-direction: column;
    gap: 8px;
    padding: 5px 0;
}

.filter-group.active .filter-content {
    display: flex;
}

.brema-filters label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-bottom: 6px;
    font-size: 16px;
  font-weight: 400;
  width: 278px;
}

.brema-filters input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #2866b3;
    cursor: pointer;
}

.price-range-container {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
}

.slider-container {
    position: relative;
    width: 100%;
    height: 35px;
}

.slider-container input[type="range"] {
    position: absolute;
    left: 0;
    top: 12px;
    width: 100%;
    pointer-events: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    z-index: 2;
}

.slider-container input[type="range"]:nth-child(2) {
    z-index: 3;
}

.slider-container input[type="range"]::-webkit-slider-thumb {
    pointer-events: auto;
    -webkit-appearance: none;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #888;
    cursor: pointer;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
}

.slider-container input[type="range"]::-webkit-slider-runnable-track {
    height: 4px;
    background: #ccc;
    border-radius: 2px;
}

.slider-container input[type="range"]::-moz-range-thumb {
    pointer-events: auto;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #888;
    cursor: pointer;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
}

.slider-container input[type="range"]::-moz-range-track {
    height: 4px;
    background: #ccc;
    border-radius: 2px;
}

.brema-filters button {
  border: 1px solid transparent;
  font-size: 22px;
  border-radius: 20px;
  cursor: pointer;
  transition: background 0.2s;
  background-color: transparent;
}

.brema-filters button:hover {
    background: #f0f0f0;
}

.filter-group {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
}

.brema-product-list {
    flex: 1;
    margin-left: 35px;
}

.products-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-right: 50px;
}

.products-header h3 {
    font-size: 32px;
    font-weight: 700;
    color: #2866b3;
}

.sort-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sort-box button {
    border: 1px solid #ccc;
    background: #fff;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s;
}

.sort-box button:hover {
    background: #f0f0f0;
}

.brema-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, 274px);
  /* gap: 17px; */
}

.brema-product-card {
    width: 246px;
    height: 330px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    text-align: center;
    /* padding: 16px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: transform 0.2s, box-shadow 0.2s;
    margin-bottom: 30px;
    border: 1px solid #D9D9D9;
}

.brema-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.brema-product-card img {
    width: 140px;
    height: auto;
    object-fit: contain;
    margin: 0 auto 12px;
}

.brema-product-card h4 {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin: 4px 0;
}

.brema-product-card p {
    font-size: 14px;
    color: #555;
    margin: 2px 0;
    font-weight: 400;
}

.brema-product-card p.price {
   font-size: 14px;
    color: #555;
    margin: 2px 0;
    font-weight: 400;
}





/* Pagination styling for Brema product grid */

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin: 40px auto;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 400;
}

.pagination a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.2s;
    font-size: 18px;
}

.pagination a:hover {
    color: #2866b3;
}

.pagination .current {
    font-weight: 700;
    font-size: 18px;
}



















/* Email Signup */
.custom-email-signup {
  background-color: #286AB8;
  padding: 20px 0;
  display: flex;
  justify-content: center;
}

.custom-signup-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  max-width: 1160px;
  flex-wrap: wrap;
  gap: 20px;
}

.custom-signup-title {
  color: white;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 20px;
  flex: 1;
  text-align: center;
}

.custom-signup-form {
  display: flex;
  flex-direction: row;
  border-radius: 50px;
  overflow: hidden;
  background-color: white;
}

.custom-signup-form input[type="email"] {
  border: none;
  padding: 15px 20px;
  font-size: 16px;
  border-radius: 0;
  outline: none;
  width: 300px;
}

.custom-signup-form button {
  background-color: #001041;
  color: white;
  padding: 15px 30px;
  font-size: 16px;
  border: none;
  font-weight: 700;
}
  
  /* Footer */
  .footer {
    background: #001037;
    color: white;
    padding: 40px 0 20px;
    font-size: 14px;
  }
  
  .footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
    margin-right: 120px;
    margin-left: 120px;
  }
  
  .footer-logo {
    flex: 1;
    min-width: 250px;
  }
  
  .footer-logo img {
    max-height: 50px;
    margin-bottom: 15px;
  }
  
  .footer-logo p {
    margin-bottom: 15px;
    width: 325px;
  }
  
  .social-icons {
    display: flex;
    gap: 10px;
  }
  
  .social-icons img {
    width: 30px;
    height: 30px;
  }
  
  /* Footer Links */
  .footer-links {
    display: flex;
    flex: 2;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: auto;
  }
  
  .footer-column {
    min-width: 180px;
    margin-bottom: 20px;
  }
  
  .footer-column h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  
  .footer-column ul {
    list-style: none;
  }
  
  .footer-column ul li {
    margin-bottom: 8px;
  }
  
  .footer-column ul li a {
    color: white;
    text-decoration: none;
    font-size: 14px;
  }
  
  .footer-column ul li a:hover {
    text-decoration: underline;
  }
  
  /* Quick Help Buttons */
  .footer-btn {
    width: 100%;
    background: #0066cc;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 30px;
    margin-bottom: 10px;
    font-weight: bold;
    cursor: pointer;
  }
  
  .footer-btn.outline {
    background: transparent;
    border: 2px solid white;
    color: white;
  }
  
  .quick-links {
    list-style: none;
    margin-top: 10px;
  }
  
  .quick-links li {
    margin-bottom: 5px;
  }
  
  /* Footer Bottom */
  .footer-bottom {
    border-top: 1px solid #6a6a6a;
    padding-top: 15px;
    text-align: center;
    font-size: 12px;
  }
  
  .policy-links {
    margin-top: 10px;
  }
  
  .policy-links a {
    color: white;
    text-decoration: none;
    margin: 0 5px;
  }
  
  .policy-links a:hover {
    text-decoration: underline;
  }
  
  /* Responsive Footer */
  @media (max-width: 768px) {
    .signup-container {
      flex-direction: column;
      gap: 10px;
      text-align: center;
    }
    
    .footer-top {
      flex-direction: column;
      gap: 20px;
    }
    
    .footer-links {
      flex-direction: column;
      gap: 20px;
    }
  }
  


  