* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: 'Montserrat';
    overflow-x: hidden;

  }
/* Main Header */
  .main-header {
    background: #ffffff;
    border-bottom: 1px solid #ccc;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-right: 120px;
    margin-left: 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: 45px;
  }
  
  .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-top: 13px;
  margin-bottom: 13px;
  margin-left: 120px;

  }

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

/* brema-products.css - BREMA Full Width Banner Block (updated to force edge-to-edge full width on all devices) */

.brema-banner {
    position: relative;
    inset: 0;
    width: 100vw;
    height: 240px;
    margin-left: calc(-50vw + 50%);
    overflow: hidden;
}

.brema-banner img.background {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.brema-banner img.logo {
    position: absolute;
    top: 50%;
    left: 120px;
    transform: translateY(-50%);
    width: 273px;
    height: 93px;
    display: block;
    max-width: 80%;
}



.brema-description {
    height: 140px;
    padding-left: 120px;
    padding-right: 120px;
    margin: 40px auto;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    text-align: left;
    display: flex;
    justify-content: center;
    flex-direction: column;
}


.brema-description h1{
  text-align: left;
  color: #286AB8;
  font-size: 32px;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 15px;
}




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

.brema-products-container {
    display: flex;
    align-items: flex-start;
    gap: 35px;
    margin: 80px 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: 277px;
}

.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;
    width: 275px;
}

.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;
}

.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;
    border: 1px solid #D9D9D9;
  margin-bottom: 30px;
}

.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;
    }
  }
  


  