:root {
  --fallback-font-stack: Helvetica, Arial, serif;
}

a{
  text-decoration: none;
}

.bathroom-page.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
  background-color: white;
  overflow: hidden;
}
.bathroom-page .root {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #ebd4b6;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.bathroom-page .color {
  margin: 12px 0 17px 21.72%;
  width: 128px;
  aspect-ratio: 1.78;
}
@media (max-width: 1919px) {
  .bathroom-page .color {
    position: relative;
    margin: 12px 0 17px 12%;
  }
}
.bathroom-page .headerSection {
  display: flex;
  width: 100%;
  background: var(--src) center center/cover no-repeat;
}
.promoContainer {
  display: flex;
  flex-direction: row;
  align-items: start;
  -moz-column-gap: 0;
  column-gap: 0;
  margin: 233px auto 232px;
  width: 1085px;
  max-width: 85%;
 
}
@media (max-width: 1399px) {
  .bathroom-page .promoContainer {
    flex-direction: row;
    gap: 32px 0;
  }
}
@media (max-width: 991px) {
  .bathroom-page .promoContainer {
    flex-direction: column;
    position: relative;
    margin: 150px auto;
  }
}
@media (max-width: 575px) {
  .bathroom-page .promoContainer {
    margin: 80px auto;
  }
}
@media (max-width: 383px) {
  .bathroom-page .promoContainer {
    margin: 50px auto;
  }
}
.bathroom-page .promoHighlightSection {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 33px;
  width: 585px;
  min-width: 0;
}
@media (max-width: 1399px) {
  .bathroom-page .promoHighlightSection {
    position: relative;
    width: 100%;
    min-width: unset;
  }
}
.bathroom-page .desc_box {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .bathroom-page .desc_box {
    align-items: flex-start;
  }
}
.bathroom-page .desc {
  font: 40px/1.3 "DM Sans", Helvetica, Arial, serif;
  color: white;
  text-align: center;
}
@media (max-width: 991px) {
  .bathroom-page .desc {
    font-size: 36px;
  }
}
@media (max-width: 479px) {
  .bathroom-page .desc {
    font-size: 32px;
  }
}
.bathroom-page .desc_span0 {
  font: 1em/1.3 "DM Sans", Helvetica, Arial, serif;
}
.bathroom-page .desc_span1 {
  font: 800 1em/1.3 "DM Sans", Helvetica, Arial, serif;
}
.bathroom-page .desc_span2 {
  font: 1em/1.3 "DM Sans", Helvetica, Arial, serif;
}
.bathroom-page .featuresContainer {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #ebd4b6;
}
.bathroom-page .featuresList {
  display: flex;
  -moz-column-gap: 16px;
  column-gap: 16px;
  margin: 20px auto 18px;
  width: 84.96%;
  max-width: 85%;
}
@media (max-width: 1199px) {
  .bathroom-page .featuresList {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .bathroom-page .featuresList {
    flex-direction: column;
    align-items: center;
    gap: 32px 16px;
  }
}
.bathroom-page .row {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 4px;
  width: 112px;
  min-width: 0;
}
@media (max-width: 767px) {
  .bathroom-page .row {
    position: relative;
    width: 100%;
    min-width: unset;
  }
}
.bathroom-page .color4 {
  width: 60px;
  max-width: 85%;
  aspect-ratio: 1;
}
.bathroom-page .info {
  display: flex;
  justify-content: center;
  width: 100%;
  font: 16px/1.31 "DM Sans", Helvetica, Arial, serif;
  color: #723f13;
  text-align: center;
}

/* ADDEDBYMEE */
.see-more-button {
  background-color: #e0e0e0; /* light grey */
  color: #333;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.see-more-button:hover {
  background-color: #c7c7c7; /* darker on hover */
}


.seemore{
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 30px;
  border-top: solid 2px rgb(198, 198, 198);
}


.step2buttons{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.back-button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.back-button img {
  width: 20px;
  height: 20px;
}

.back-button:hover {
  background-color: #e0e0e0;
}

.bathroom-page .questionSection {
  display: none;
  flex-direction: column;
  align-items: center;
  row-gap: 31px;
  width: 500px;
  min-width: 0;
  background-color: white;
  padding: 0 0 32px;
}

.bathroom-page .questionSection.active {
  display: flex;
}

@media (max-width: 1399px) {
  .bathroom-page .questionSection {
    position: relative;
    width: 100%;
    min-width: unset;
  }
}

.bathroom-page .questionContainer {
  display: flex;
  flex-direction: column;
  row-gap: 0;
  width: 100%;
}
.bathroom-page .questionDescription_box {
  display: flex;
  justify-content: center;
  padding: 40px 80px;
}
@media (max-width: 991px) {
  .bathroom-page .questionDescription_box {
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .bathroom-page .questionDescription_box {
    position: relative;
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (max-width: 383px) {
  .bathroom-page .questionDescription_box {
    padding-right: 8px;
    padding-left: 8px;
  }
}
.bathroom-page .questionDescription {
  font: 32px/1.31 "DM Sans", Helvetica, Arial, serif;
  color: #723f13;
  text-align: center;
}
@media (max-width: 991px) {
  .bathroom-page .questionDescription {
    font-size: 30px;
  }
}
@media (max-width: 479px) {
  .bathroom-page .questionDescription {
    font-size: 26px;
  }
}
.bathroom-page .questionDescription_span0 {
  font: 1em/1.31 "DM Sans", Helvetica, Arial, serif;
}
.bathroom-page .questionDescription_span1 {
  font: 800 1em/1.31 "DM Sans", Helvetica, Arial, serif;
}
.bathroom-page .questionDescription_span2 {
  font: 1em/1.31 "DM Sans", Helvetica, Arial, serif;
}
.bathroom-page .desc2 {
  display: flex;
  justify-content: center;
  font: 16px/1.31 "DM Sans", Helvetica, Arial, serif;
  color: #723f13;
  text-align: center;
  background-color: #faf2ed;
  padding: 8px 16px;
}
@media (max-width: 383px) {
  .bathroom-page .desc2 {
    position: relative;
    padding-right: 8px;
    padding-left: 8px;
  }
}
.bathroom-page .questionInputs {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  width: 92%;
}
.bathroom-page .row1{
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  align-items: center;
  width: 100%;
  
}

.bathroom-page .row1 button,input{
  width: 100%;
  border-radius: 10px;
}

.consent{
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;

}

.consent .desc4{
  width: 100%;
}




.bathroom-page .zipCodePrompt {
  
  justify-content: center;
  width: 100%;
  max-width: 100%;
  font: 24px/1.29 "DM Sans", Helvetica, Arial, serif;
  color: #272625;
  text-align: center;
}
@media (max-width: 991px) {
  .bathroom-page .zipCodePrompt {
    align-items: flex-start;
    font-size: 22px;
  }
}
@media (max-width: 479px) {
  .bathroom-page .zipCodePrompt {
    font-size: 20px;
  }
}
.bathroom-page .zipCodeInputDescription {
  font: 16px/1.31 "DM Sans", Helvetica, Arial, serif;
  color: #717172;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 10px;
  border-radius: 10px;
  outline: none;
  border: solid 1px #723f13;
}
@media (max-width: 383px) {
  .bathroom-page .zipCodeInputDescription {
    position: relative;
    padding-left: 8px;
  }
}

.bathroom-page .zipCodeInputDescription:focus{
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}



/* Next Buttons */
.bathroom-page .zipCodeInputDescriptionButton {
  font: 16px/1.31 "DM Sans", Helvetica, Arial, serif;
  color: #717172;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 10px;
  outline-offset: -1px;
  border-radius: 2px;
  outline: #717172 solid 1px;
  cursor: pointer;
}

.bathroom-page .zipCodeInputDescriptionButton:hover{
  background-color: #eae8e8;

}
@media (max-width: 383px) {
  .bathroom-page .zipCodeInputDescriptionButton {
    position: relative;
    padding-left: 8px;
    cursor: pointer;
  }
}

.bathroom-page .zipCodeInputDescription1 {
  font: 16px/1.31 "DM Sans", Helvetica, Arial, serif;
  color: #717172;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 10px;
  border-radius: 10px;
  outline: none;
  border: solid 1px #723f13;
}
@media (max-width: 383px) {
  .bathroom-page .zipCodeInputDescription1 {
    position: relative;
    padding-left: 8px;
  }
}

.bathroom-page .zipCodeInputDescription1:focus{
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}



.thankyouredirect{
  display: flex;
  justify-content: center;
  font: 900 24px/1.29 "DM Sans", Helvetica, Arial, serif;
  color: white;
  text-align: center;
  background-color: #723f13;
  padding: 14.5px 8px;
  border-radius: 8px;
  cursor: pointer;  
  width: 100%;
}


.bathroom-page .desc4 {
  display: flex;
  justify-content: center;
  font: 900 24px/1.29 "DM Sans", Helvetica, Arial, serif;
  color: white;
  text-align: center;
  background-color: #723f13;
  padding: 14.5px 8px;
  border-radius: 8px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .bathroom-page .desc4 {
    align-items: flex-start;
    font-size: 22px;
    cursor: pointer;
  }
}
@media (max-width: 479px) {
  .bathroom-page .desc4 {
    font-size: 20px;
    cursor: pointer;
  }
}



 .desc69 {
  display: flex;
  justify-content: center;
  font: 900 24px/1.29 "DM Sans", Helvetica, Arial, serif;
  color: white;
  text-align: center;
  background-color: #723f13;
  padding: 14.5px 8px;
  border-radius: 8px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .desc69 {
    align-items: flex-start;
    font-size: 22px;
    cursor: pointer;
  }
}
@media (max-width: 479px) {
   .desc69 {
    font-size: 20px;
    cursor: pointer;
  }
}

.bathroom-page .row2 {
  display: flex;
  -moz-column-gap: 18px;
  column-gap: 18px;
  margin: 0 20px 0 auto;
  width: 160.9943084717px;
  max-width: 85%;
}
@media (max-width: 575px) {
  .bathroom-page .row2 {
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
}
@media (max-width: 383px) {
  .bathroom-page .row2 {
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
}
.bathroom-page .color41 {
  width: 71px;
  aspect-ratio: 1.78;
}
.bathroom-page .color42 {
  width: 72px;
  aspect-ratio: 1.8;
}
.bathroom-page .row3 {
  display: flex;
  flex-direction: column;
  row-gap: 160px;
  margin: 160px 0 0;
  width: 56.51%;
}
@media (max-width: 1399px) {
  .bathroom-page .row3 {
    position: relative;
    width: 75%;
  }
}
@media (max-width: 1199px) {
  .bathroom-page .row3 {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .bathroom-page .row3 {
    row-gap: 150px;
    margin: 150px 0 0;
  }
}
@media (max-width: 575px) {
  .bathroom-page .row3 {
    row-gap: 80px;
    margin: 80px 0 0;
  }
}
@media (max-width: 383px) {
  .bathroom-page .row3 {
    row-gap: 50px;
    margin: 50px 0 0;
  }
}
.bathroom-page .mainContent {
  display: flex;
  -moz-column-gap: 32px;
  column-gap: 32px;
  width: 100%;
  padding: 0px 20px;
}
@media (max-width: 1919px) {
  .bathroom-page .mainContent {
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 1199px) {
  .bathroom-page .mainContent {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
}
@media (max-width: 575px) {
  .bathroom-page .mainContent {
    gap: 32px 16px;
  }
}
@media (max-width: 383px) {
  .bathroom-page .mainContent {
    gap: 32px 8px;
  }
}
.bathroom-page .color2 {
  width: 360px;
  aspect-ratio: 1;
}
@media (max-width: 1919px) {
  .bathroom-page .color2 {
    position: relative;
    width: 268px;
    height: 268px;
  }
}
@media (max-width: 1199px) {
  .bathroom-page .color2 {
    margin-top: unset;
    margin-bottom: unset;
  }
}
.bathroom-page .updateInfoContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 33px;
  margin: 3px 0;
  width: 693px;
  min-width: 0;
}
@media (max-width: 1199px) {
  .bathroom-page .updateInfoContainer {
    position: relative;
    margin-top: unset;
    margin-bottom: unset;
    width: 100%;
  }
}
.bathroom-page .updateTitle {
  font: 600 32px/1.31 "DM Sans", Helvetica, Arial, serif;
  color: #723f13;
}
@media (max-width: 991px) {
  .bathroom-page .updateTitle {
    align-items: flex-start;
    font-size: 30px;
  }
}
@media (max-width: 479px) {
  .bathroom-page .updateTitle {
    font-size: 26px;
  }
}
.bathroom-page .info1 {
  font: 24px/1.29 "DM Sans", Helvetica, Arial, serif;
  color: #272625;
}
@media (max-width: 991px) {
  .bathroom-page .info1 {
    align-items: flex-start;
    font-size: 22px;
  }
}
@media (max-width: 479px) {
  .bathroom-page .info1 {
    font-size: 20px;
  }
}
.bathroom-page .updateLink {
  display: flex;
  justify-content: center;
  width: 307.9971618652px;
  max-width: 85%;
  font: 900 24px/1.29 "DM Sans", Helvetica, Arial, serif;
  color: white;
  text-align: center;
  background-color: #723f13;
  padding: 14.5px 40px;
  border-radius: 8px;
}
@media (max-width: 991px) {
  .bathroom-page .updateLink {
    align-items: flex-start;
    font-size: 22px;
  }
}
@media (max-width: 479px) {
  .bathroom-page .updateLink {
    font-size: 20px;
  }
}
.bathroom-page .row4 {
  display: none;
  
}

.bathroom-page .row4.active{
  
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  width: 100%;
  padding: 0px 50px ;
}


.bathroom-page .row5 {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.bathroom-page .info2 {
  font: 600 32px/1.31 "DM Sans", Helvetica, Arial, serif;
  color: #723f13;
}
@media (max-width: 991px) {
  .bathroom-page .info2 {
    align-items: flex-start;
    font-size: 30px;
  }
}
@media (max-width: 479px) {
  .bathroom-page .info2 {
    font-size: 26px;
  }
}
.bathroom-page .block {
  display: flex;
  flex-direction: column;
  margin: 160px 0 0;
  width: 100%;
  background: var(--src) center center/cover no-repeat;
}
@media (max-width: 991px) {
  .bathroom-page .block {
    position: relative;
    margin: 150px 0 0;
  }
}
@media (max-width: 575px) {
  .bathroom-page .block {
    margin: 80px 0 0;
  }
}
@media (max-width: 383px) {
  .bathroom-page .block {
    margin: 50px 0 0;
  }
}
.bathroom-page .imageBannerSection {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.bathroom-page .row6 {
  display: flex;
  align-items: center;
  -moz-column-gap: 0;
  column-gap: 0;
  margin: 162px auto;
  width: 1085px;
  max-width: 85%;
}
@media (max-width: 1199px) {
  .bathroom-page .row6 {
    flex-direction: column;
    gap: 32px 0;
  }
}
@media (max-width: 991px) {
  .bathroom-page .row6 {
    position: relative;
    margin: 150px auto;
  }
}
@media (max-width: 575px) {
  .bathroom-page .row6 {
    margin: 80px auto;
  }
}
@media (max-width: 383px) {
  .bathroom-page .row6 {
    margin: 50px auto;
  }
}
.bathroom-page .mainBannerHighlight {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 33px;
  width: 585px;
  min-width: 0;
}
@media (max-width: 1199px) {
  .bathroom-page .mainBannerHighlight {
    position: relative;
    margin-top: unset;
    margin-bottom: unset;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .bathroom-page .mainBannerHighlight {
    min-width: unset;
  }
}
.bathroom-page .block1 {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #ebd4b6;
}
.bathroom-page .block2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 32px;
  width: 500px;
  min-width: 0;
  background-color: white;
  padding: 0 0 32px;
}
@media (max-width: 1199px) {
  .bathroom-page .block2 {
    position: relative;
    margin-top: unset;
    margin-bottom: unset;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .bathroom-page .block2 {
    min-width: unset;
  }
}
.bathroom-page .secondQuestionSection {
  display: flex;
  flex-direction: column;
  row-gap: 0;
  width: 100%;
}
.bathroom-page .desc1_box {
  display: flex;
  justify-content: center;
  padding: 40px 80px;
}
@media (max-width: 991px) {
  .bathroom-page .desc1_box {
    position: relative;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .bathroom-page .desc1_box {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (max-width: 383px) {
  .bathroom-page .desc1_box {
    padding-right: 8px;
    padding-left: 8px;
  }
}
.bathroom-page .desc1 {
  font: 32px/1.31 "DM Sans", Helvetica, Arial, serif;
  color: #723f13;
  text-align: center;
}
@media (max-width: 991px) {
  .bathroom-page .desc1 {
    font-size: 30px;
  }
}
@media (max-width: 479px) {
  .bathroom-page .desc1 {
    font-size: 26px;
  }
}
.bathroom-page .desc1_span0 {
  font: 1em/1.31 "DM Sans", Helvetica, Arial, serif;
}
.bathroom-page .desc1_span1 {
  font: 800 1em/1.31 "DM Sans", Helvetica, Arial, serif;
}
.bathroom-page .desc1_span2 {
  font: 1em/1.31 "DM Sans", Helvetica, Arial, serif;
}
.bathroom-page .questionNumber {
  display: flex;
  justify-content: center;
  font: 16px/1.31 "DM Sans", Helvetica, Arial, serif;
  color: #723f13;
  text-align: center;
  background-color: #faf2ed;
  padding: 8px 16px;
}
@media (max-width: 383px) {
  .bathroom-page .questionNumber {
    position: relative;
    padding-right: 8px;
    padding-left: 8px;
  }
}
.bathroom-page .projectTypeContainer {
  display: flex;
  flex-direction: column;
  row-gap: 0;
  width: 92%;
}
.bathroom-page .projectTypePrompt {
  display: flex;
  justify-content: center;
  width: 389.9857788086px;
  max-width: 85%;
  font: 24px/1.29 "DM Sans", Helvetica, Arial, serif;
  color: #272625;
  text-align: center;
}
@media (max-width: 991px) {
  .bathroom-page .projectTypePrompt {
    align-items: flex-start;
    font-size: 22px;
  }
}
@media (max-width: 479px) {
  .bathroom-page .projectTypePrompt {
    font-size: 20px;
  }
}
.bathroom-page .projectTypeChoices {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  margin: 28px 0 0;
}
.bathroom-page .desc5 {
  display: flex;
  justify-content: center;
  font: 500 16px/1.31 "DM Sans", Helvetica, Arial, serif;
  color: #272625;
  text-align: center;
  padding: 17px 8px;
  outline-offset: -1px;
  border-radius: 12px;
  letter-spacing: -0.4px;
  outline: #cac5c1 solid 1px;
}
.bathroom-page .desc51 {
  display: flex;
  justify-content: center;
  font: 500 16px/1.31 "DM Sans", Helvetica, Arial, serif;
  color: #272625;
  text-align: center;
  padding: 17px 8px;
  outline-offset: -1px;
  border-radius: 12px;
  outline: #cac5c1 solid 1px;
}
.bathroom-page .desc6 {
  display: flex;
  justify-content: center;
  font: 600 16px/1.31 "DM Sans", Helvetica, Arial, serif;
  color: #723f13;
  text-align: center;
  padding: 17px 8px;
  outline-offset: -1px;
  border-radius: 12px;
  outline: #723f13 solid 1px;
}
.bathroom-page .row7 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 32px;
  column-gap: 32px;
  margin: 32px 0 0 12px;
}
@media (max-width: 575px) {
  .bathroom-page .row7 {
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
}
@media (max-width: 383px) {
  .bathroom-page .row7 {
    position: relative;
    -moz-column-gap: 8px;
    column-gap: 8px;
    margin: 32px 0 0 8px;
  }
}
.bathroom-page .row8 {
  display: flex;
  -moz-column-gap: 9px;
  column-gap: 9px;
  width: 55px;
  min-width: 0;
}
@media (max-width: 383px) {
  .bathroom-page .row8 {
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
}
.bathroom-page .image {
  margin: 3px 0;
  width: 14px;
  -o-object-fit: cover;
  object-fit: cover;
}
.bathroom-page .info3 {
  display: flex;
  justify-content: center;
  width: 32px;
  font: 500 14px/1.29 "DM Sans", Helvetica, Arial, serif;
  color: #717172;
  text-align: center;
}
.bathroom-page .block3 {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: var(--src) center center/cover no-repeat;
}
.bathroom-page .block31 {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.bathroom-page .row9 {
  display: flex;
  align-items: center;
  -moz-column-gap: 0;
  column-gap: 0;
  margin: 49px auto;
  width: 1085px;
  max-width: 85%;
}
@media (max-width: 1199px) {
  .bathroom-page .row9 {
    flex-direction: column;
    gap: 32px 0;
  }
}
.bathroom-page .row10 {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 33px;
  width: 585px;
  min-width: 0;
}
@media (max-width: 1199px) {
  .bathroom-page .row10 {
    position: relative;
    margin-top: unset;
    margin-bottom: unset;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .bathroom-page .row10 {
    min-width: unset;
  }
}
.bathroom-page .row11 {
  display: flex;
  flex-direction: column;
  row-gap: 0;
  width: 100%;
}
.bathroom-page .row12 {
  display: flex;
  flex-direction: column;
  row-gap: 0;
  width: 92%;
}
.bathroom-page .info11 {
  display: flex;
  justify-content: center;
  font: 24px/1.29 "DM Sans", Helvetica, Arial, serif;
  color: #272625;
  text-align: center;
}
@media (max-width: 991px) {
  .bathroom-page .info11 {
    align-items: flex-start;
    font-size: 22px;
  }
}
@media (max-width: 479px) {
  .bathroom-page .info11 {
    font-size: 20px;
  }
}
.bathroom-page .row13 {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  margin: 32px 0 0;
}
.bathroom-page .desc7 {
  font: 500 16px/1.31 "DM Sans", Helvetica, Arial, serif;
  color: #bababc;
  background-color: #fafafb;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 13px;
  outline-offset: -1px;
  border-radius: 4px;
  letter-spacing: -0.4px;
  outline: #eaeaeb solid 1px;
}
@media (max-width: 383px) {
  .bathroom-page .desc7 {
    position: relative;
    padding-left: 8px;
  }
}
.bathroom-page .desc71 {
  font: 500 16px/1.31 "DM Sans", Helvetica, Arial, serif;
  color: #bababc;
  background-color: #fafafb;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 13px;
  outline-offset: -1px;
  border-radius: 4px;
  outline: #eaeaeb solid 1px;
}
@media (max-width: 383px) {
  .bathroom-page .desc71 {
    position: relative;
    padding-left: 8px;
  }
}
.bathroom-page .row14 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 32px;
  column-gap: 32px;
  margin: 20px 0 0 12px;
}
@media (max-width: 575px) {
  .bathroom-page .row14 {
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
}
@media (max-width: 383px) {
  .bathroom-page .row14 {
    position: relative;
    -moz-column-gap: 8px;
    column-gap: 8px;
    margin: 20px 0 0 8px;
  }
}
.bathroom-page .authorizationText_box {
  margin: 20px 0 0;
}
.bathroom-page .authorizationText {
  font: 500 12px/1.33 "DM Sans", Helvetica, Arial, serif;
  color: black;
}
.bathroom-page .authorizationText_span0 {
  font: 500 1em/1.33 "DM Sans", Helvetica, Arial, serif;
  color: #272625;
}
.bathroom-page .authorizationText_span1 {
  font: 500 1em/1.33 "DM Sans", Helvetica, Arial, serif;
  color: #723f13;
}
.bathroom-page .authorizationText_span2 {
  font: 500 1em/1.33 "DM Sans", Helvetica, Arial, serif;
  color: #272625;
}
.bathroom-page .authorizationText_span3 {
  font: 500 1em/1.33 "DM Sans", Helvetica, Arial, serif;
  color: #723f13;
}
.bathroom-page .authorizationText_span4 {
  font: 500 1em/1.33 "DM Sans", Helvetica, Arial, serif;
  color: #272625;
}
.bathroom-page .authorizationText_span5 {
  font: 500 1em/1.33 "DM Sans", Helvetica, Arial, serif;
  color: #723f13;
}
.bathroom-page .authorizationText_span6 {
  font: 500 1em/1.33 "DM Sans", Helvetica, Arial, serif;
  color: #272625;
}
.bathroom-page .desc41 {
  display: flex;
  justify-content: center;
  margin: 0 32px;
  width: 87.2%;
  max-width: 100%;
  font: 900 24px/1.29 "DM Sans", Helvetica, Arial, serif;
  color: white;
  text-align: center;
  background-color: #723f13;
  padding: 14.5px 8px;
  border-radius: 8px;
}
@media (max-width: 1919px) {
  .bathroom-page .desc41 {
    position: relative;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .bathroom-page .desc41 {
    align-items: flex-start;
    font-size: 22px;
  }
}
@media (max-width: 479px) {
  .bathroom-page .desc41 {
    font-size: 20px;
  }
}
.bathroom-page .conclusionSection {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 32px;
  margin: 70px 0 0;
  width: 56.51%;
}
@media (max-width: 1199px) {
  .bathroom-page .conclusionSection {
    position: relative;
    width: 80%;
  }
}
@media (max-width: 991px) {
  .bathroom-page .conclusionSection {
    margin: 150px 0 0;
  }
}
@media (max-width: 575px) {
  .bathroom-page .conclusionSection {
    margin: 80px 0 0;
  }
}
@media (max-width: 383px) {
  .bathroom-page .conclusionSection {
    margin: 50px 0 0;
  }
}
.bathroom-page .thankYouNoteContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 50px;
  width: 100%;
}
.bathroom-page .row15 {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  width: 100%;
}
.bathroom-page .thankYouMessage {
  display: flex;
  justify-content: center;
  font: 700 40px/1.3 "DM Sans", Helvetica, Arial, serif;
  color: #723f13;
  text-align: center;
}
@media (max-width: 991px) {
  .bathroom-page .thankYouMessage {
    align-items: flex-start;
    font-size: 36px;
  }
}
@media (max-width: 479px) {
  .bathroom-page .thankYouMessage {
    font-size: 32px;
  }
}
.bathroom-page .opportunityMessage {
  display: flex;
  justify-content: center;
  font: 600 28px/1.29 "DM Sans", Helvetica, Arial, serif;
  color: #272625;
  text-align: center;
}
@media (max-width: 991px) {
  .bathroom-page .opportunityMessage {
    align-items: flex-start;
    font-size: 26px;
  }
}
@media (max-width: 479px) {
  .bathroom-page .opportunityMessage {
    font-size: 22px;
  }
}
.bathroom-page .desc9 {
  display: flex;
  justify-content: center;
  width: 723.0255126953px;
  max-width: 85%;
  font: 24px/1.29 "DM Sans", Helvetica, Arial, serif;
  color: #272625;
  text-align: center;
  padding: 40px 0 24px;
  border-width: 1px 0 0;
  border-color: #723f13;
  border-style: solid;
}
@media (max-width: 991px) {
  .bathroom-page .desc9 {
    align-items: flex-start;
    font-size: 22px;
  }
}
@media (max-width: 479px) {
  .bathroom-page .desc9 {
    font-size: 20px;
  }
}
.bathroom-page .row16 {
  display: grid;
  align-content: start;
  gap: 20px;
  width: 89.49%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 1199px) {
  .bathroom-page .row16 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .bathroom-page .row16 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.bathroom-page .item {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  grid-row: span 1;
  grid-column: span 1;
  min-width: 0;
  padding: 32px 20px;
  outline-offset: -0.8000000119px;
  filter: drop-shadow(4px 4px 12px rgba(0, 0, 0, 0.25));
  outline: #bababc solid 0.8000000119px;
}
@media (max-width: 991px) {
  .bathroom-page .item {
    justify-content: space-between;
    row-gap: 8px;
  }
}
.bathroom-page .row17 {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 16px;
}
.bathroom-page .row18 {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 4px;
  width: 106.9886322021px;
  max-width: 85%;
}
.bathroom-page .productTitle {
  display: flex;
  justify-content: center;
  width: 100%;
  font: 600 24px/1.29 "DM Sans", Helvetica, Arial, serif;
  color: #272625;
  text-align: center;
}
@media (max-width: 991px) {
  .bathroom-page .productTitle {
    align-items: flex-start;
    font-size: 22px;
  }
}
@media (max-width: 479px) {
  .bathroom-page .productTitle {
    font-size: 20px;
  }
}
.bathroom-page .productDetails {
  width: 100%;
  font: 500 12px/1.33 "DM Sans", Helvetica, Arial, serif;
  color: #272625;
}
.bathroom-page .desc11 {
  display: flex;
  justify-content: center;
  font: 900 16px/1.31 "DM Sans", Helvetica, Arial, serif;
  color: white;
  text-align: center;
  background-color: #723f13;
  padding: 14.5px 8px;
  border-radius: 8px;
  cursor: pointer;
}
.bathroom-page .item1 {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  grid-row: span 1;
  grid-column: span 1;
  min-width: 0;
  padding: 32px 20px;
  outline-offset: -0.8000000119px;
  filter: drop-shadow(4px 4px 12px rgba(0, 0, 0, 0.25));
  outline: #bababc solid 0.8000000119px;
}
.bathroom-page .row19 {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 4px;
  width: 206.0085144043px;
  max-width: 85%;
}
.bathroom-page .color43 {
  width: 60px;
  max-width: 85%;
  aspect-ratio: 1;
  -o-object-position: 50% center;
  object-position: 50% center;
}
.bathroom-page .info6 {
  display: flex;
  justify-content: center;
  width: 100%;
  font: 600 24px/1.29 "DM Sans", Helvetica, Arial, serif;
  color: #272625;
  text-align: center;
}
@media (max-width: 991px) {
  .bathroom-page .info6 {
    align-items: flex-start;
    font-size: 22px;
  }
}
@media (max-width: 479px) {
  .bathroom-page .info6 {
    font-size: 20px;
  }
}
.bathroom-page .desc10 {
  width: 100%;
  font: 500 12px/1.33 "DM Sans", Helvetica, Arial, serif;
  color: #272625;
}
.bathroom-page .row20 {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 4px;
  width: 127.0028381348px;
  max-width: 85%;
}
.bathroom-page .block5 {
  display: flex;
  flex-direction: column;
  margin: 160px 0 0;
  width: 100%;
  background-color: #723f13;
}
@media (max-width: 991px) {
  .bathroom-page .block5 {
    position: relative;
    margin: 150px 0 0;
  }
}
@media (max-width: 575px) {
  .bathroom-page .block5 {
    margin: 80px 0 0;
  }
}
@media (max-width: 383px) {
  .bathroom-page .block5 {
    margin: 50px 0 0;
  }
}
.bathroom-page .row21 {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
  margin: 24px auto;
  width: 874.94px;
}
@media (max-width: 991px) {
  .bathroom-page .row21 {
    position: relative;
    row-gap: 16px;
    width: 60%;
  }
}
@media (max-width: 575px) {
  .bathroom-page .row21 {
    width: 75%;
  }
}
@media (max-width: 479px) {
  .bathroom-page .row21 {
    width: 85%;
  }
}
.bathroom-page .copyrightInfo {
  display: flex;
  justify-content: center;
  width: 100%;
  font: 700 24px/1.29 "DM Sans", Helvetica, Arial, serif;
  color: white;
  text-align: center;
}
@media (max-width: 991px) {
  .bathroom-page .copyrightInfo {
    align-items: flex-start;
    font-size: 22px;
  }
}
@media (max-width: 479px) {
  .bathroom-page .copyrightInfo {
    font-size: 20px;
  }
}
.bathroom-page .row22 {
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
  
}
@media (max-width: 991px) {
  .bathroom-page .row22 {
    flex-direction: column;
    align-items: center;
    gap: 6px 10px;
  }
}
.bathroom-page .item2 {
  display: flex;
  justify-content: center;
  width: 284px;
  font: 24px/1.29 "DM Sans", Helvetica, Arial, serif;
  color: white;
  text-align: center;
  padding: 0 16px;
  border-width: 0 1px 0 0;
  border-color: white;
  border-style: solid;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .bathroom-page .item2 {
    position: relative;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .bathroom-page .item2 {
    align-items: flex-start;
    margin-top: unset;
    margin-bottom: unset;
    border-right-width: 0;
    font-size: 22px;
  }
}
@media (max-width: 479px) {
  .bathroom-page .item2 {
    font-size: 20px;
  }
}
@media (max-width: 383px) {
  .bathroom-page .item2 {
    padding-right: 8px;
    padding-left: 8px;
  }
}
.bathroom-page .item3 {
  display: flex;
  justify-content: center;
  width: 193px;
  font: 24px/1.29 "DM Sans", Helvetica, Arial, serif;
  color: white;
  text-align: center;
  padding: 0 16px;
  border-width: 0 1px 0 0;
  border-color: white;
  border-style: solid;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .bathroom-page .item3 {
    position: relative;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .bathroom-page .item3 {
    align-items: flex-start;
    margin-top: unset;
    margin-bottom: unset;
    border-right-width: 0;
    font-size: 22px;
  }
}
@media (max-width: 479px) {
  .bathroom-page .item3 {
    font-size: 20px;
  }
}
.bathroom-page .item4 {
  display: flex;
  justify-content: center;
  width: 103px;
  font: 24px/1.29 "DM Sans", Helvetica, Arial, serif;
  color: white;
  text-align: center;
  padding: 0 16px;
  border-width: 0 0 0 0;
  border-color: white;
  border-style: solid;
}
@media (max-width: 1199px) {
  .bathroom-page .item4 {
    position: relative;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .bathroom-page .item4 {
    align-items: flex-start;
    margin-top: unset;
    margin-bottom: unset;
    border-right-width: 0;
    font-size: 22px;
  }
}
@media (max-width: 479px) {
  .bathroom-page .item4 {
    font-size: 20px;
  }
}
.bathroom-page .item5 {
  display: flex;
  justify-content: center;
  width: 131px;
  font: 24px/1.29 "DM Sans", Helvetica, Arial, serif;
  color: white;
  text-align: center;
  padding: 0 16px;
  border-width: 0 1px 0 0;
  border-color: white;
  border-style: solid;
}
@media (max-width: 1199px) {
  .bathroom-page .item5 {
    position: relative;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .bathroom-page .item5 {
    align-items: flex-start;
    margin-top: unset;
    margin-bottom: unset;
    border-right-width: 0;
    font-size: 22px;
  }
}
@media (max-width: 479px) {
  .bathroom-page .item5 {
    font-size: 20px;
  }
}
.bathroom-page .item6 {
  display: flex;
  justify-content: center;
  width: 124px;
  font: 24px/1.29 "DM Sans", Helvetica, Arial, serif;
  color: white;
  text-align: center;
  padding: 0 16px;
  border-width: 0 1px 0 0;
  border-color: white;
  border-style: solid;
}
@media (max-width: 1199px) {
  .bathroom-page .item6 {
    position: relative;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .bathroom-page .item6 {
    align-items: flex-start;
    margin-top: unset;
    margin-bottom: unset;
    border-right-width: 0;
    font-size: 22px;
  }
}
@media (max-width: 479px) {
  .bathroom-page .item6 {
    font-size: 20px;
  }
}