#fw-section-custom-html-967d082c-8ffd-4875-ba4d-2170f421ff97 {

/* Apply Montserrat font to the whole page */
body {
  font-family: 'Montserrat', sans-serif;
  height: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Container to center the button */
.button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

/* The button styling */
.view-all-button {
  background-color: #006db0;
  color: white;
  border: none;
  padding: 15px 30px;
  font-size: 24px;
  font-weight: 600; /* Use the same weight as in the font import */
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.view-all-button:hover {
  background-color: #005a8b;
}

}
#fw-section-custom-html-49c7cc15-9b02-4e33-8559-8cda6a1f2a0a {

/* Apply Montserrat font to the whole page */
body {
  font-family: 'Montserrat', sans-serif;
  height: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Container to center the button */
.button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

/* The button styling */
.view-all-button {
  background-color: #006db0;
  color: white;
  border: none;
  padding: 15px 30px;
  font-size: 24px;
  font-weight: 600; /* Use the same weight as in the font import */
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.view-all-button:hover {
  background-color: #005a8b;
}

}
#fw-section-custom-html-4538290e-e1c9-4b42-abdd-3887f05ccfa4 {

/* Apply Montserrat font to the whole page */
body {
  font-family: 'Montserrat', sans-serif;
  height: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Container to center the button */
.button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

/* The button styling */
.view-all-button {
  background-color: #006db0;
  color: white;
  border: none;
  padding: 15px 30px;
  font-size: 24px;
  font-weight: 600; /* Use the same weight as in the font import */
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.view-all-button:hover {
  background-color: #005a8b;
}

}












#fw-section-custom-html-ebda1dd3-946c-4497-bb5f-96afb2e99da9 {

/* Apply Montserrat font to the whole page */
body {
  font-family: 'Montserrat', sans-serif;
  height: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Container to center the button */
.button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

/* The button styling */
.view-all-button {
  background-color: #006db0;
  color: white;
  border: none;
  padding: 15px 30px;
  font-size: 24px;
  font-weight: 600; /* Use the same weight as in the font import */
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.view-all-button:hover {
  background-color: #005a8b;
}

}










#fw-section-custom-html-38bbb688-78d9-4da9-8feb-9543caa1f13c {

* {
    margin: 0;
    padding: 10px;
    box-sizing: border-box;
}

body {
    font-family: Monserrat, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f4f4f4;
}

.search-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-bar {
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 50px;
    padding: 0px 5px;
    border: 1px solid #ddd;
    margin-right: 10px;
}

.search-icon {
    font-size: 20px;
    color: #888;
    margin-right: 10px;
}

.search-input {
    border: none;
    outline: none;
    padding: 10px;
    font-size: 16px;
    width: 400px;
    border-radius: 20px;
    background-color: white;
}

.search-button {
    padding: 10px 20px;
    background-color: #006db0;
    color: white;
    border: none;
    border-radius: 20px;
    font-size: 16px;
    cursor: pointer;
}

.search-button:hover {
    background-color: #005b8d;
}
}


#fw-section-hero-1746459352 {
--color-primary: #800000;
--color-primary-rgb: 128, 0, 0;
--color-background: #141921;
--color-background-rgb: 20, 25, 33;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-product-image-background: #ffffff;
--color-background-brightness: 24;
background-color: var(--color-background);
color: var(--color-on-background);

}