:root {
  --walsh--black: #2c2c2c;
  --white: white;
  --walsh--walsh-dark-green: #204f58;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.walsh-button-hover-fill {
  background-color: #000;
  border-radius: 100%;
  width: 5em;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -100% auto auto -46%;
}

.walsh-icon-arrow-flip {
  height: 12px;
}

.walsh-arrow-wrapper {
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.walsh-label-button {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
}

.walsh-button-label-wrapper {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-link-block-orange {
  color: #fff;
  text-align: center;
  background-color: #ff715b;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange:hover {
  background-color: #ffbba6;
}

.walsh-flex-nav-buttons {
  grid-column-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.walsh-nav-link-black {
  color: var(--white);
  background-image: url('../images/span-marker.svg');
  background-position: 50%;
  background-size: auto;
  border-radius: 8px;
  padding: 15px 10px 15px 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 500;
  overflow: visible;
}

.walsh-nav-link-black:hover {
  background-color: #dbdbdb59;
}

.walsh-nav-link-black.w--current {
  color: #fff;
  background-color: #dbdbdb59;
}

.walsh-dropdown-link {
  color: #6b6b6b;
  border-radius: 2px;
  font-weight: 600;
}

.walsh-dropdown-link:hover {
  color: #ff8d86;
  background-color: #eee;
  border-radius: 3px;
}

.walsh-dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 5px;
  padding: 6px;
  box-shadow: 0 0 14px 5px #0000000d;
}

.walsh-icon-dropdown {
  margin-right: 12px;
}

.walsh-toggle-black {
  color: var(--walsh--black);
  border-radius: 8px;
  padding: 15px 32px 15px 18px;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
}

.walsh-toggle-black:hover {
  background-color: #dbdbdb59;
}

.walsh-dropdown {
  color: #fff;
}

.walsh-nav-menu-white {
  grid-column-gap: 8px;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.walsh-nav-logo {
  height: 40px;
}

.walsh-brand-block {
  z-index: 2;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.walsh-inner-nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.walsh-inner-container-nav-float {
  max-width: 1480px;
}

.walsh-main-nav {
  background-color: #0000;
}

.walsh-float-menu {
  background-color: #fff0;
  border-radius: 6px;
  padding: 5px 20px;
}

.walsh-nav-wrapper-green-padding {
  z-index: 10;
  opacity: 1;
  max-width: none;
  margin-bottom: 0;
  padding: 10px 30px;
  position: fixed;
  inset: 0% 0% auto;
}

.walsh-inner-float-image {
  background-color: #cfc2c2;
  border-top-left-radius: 45px;
  width: 100%;
  height: 100%;
}

.walsh-padding-image-hero {
  padding-top: 8em;
  padding-bottom: 8em;
  padding-left: 3em;
}

.walsh-button-label-white-w {
  z-index: 4;
  grid-column-gap: 8px;
  color: #fff;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-link-block-white {
  color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  transition: box-shadow .2s cubic-bezier(.645, .045, .355, 1);
  box-shadow: inset 0 -3px #ffffff1a;
}

.walsh-link-block-white:hover {
  color: #444;
  box-shadow: inset 0 -3px #b0eab9;
}

.walsh-hero-div-block {
  grid-column-gap: 1.25em;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.walsh-paragraph-serif-left-hero {
  color: #fffc;
  max-width: 22em;
  margin-bottom: .75em;
  font-family: Merriweather, serif;
  font-size: 1.4em;
  line-height: 1.6;
}

.walsh-hero-p-wrapper {
  width: 100%;
  max-width: 36em;
}

.walsh-text-marker {
  color: #fff;
  background-image: url('../images/span-marker.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: .05em .1em;
  display: inline-block;
}

.walsh-heading-xlarge-white {
  color: #fff;
  letter-spacing: -.02em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 6.65em;
  font-weight: 700;
  line-height: 1;
}

.walsh-left-hero {
  grid-row-gap: 2em;
  color: #fff;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
}

.walsh-main-grid-no-gap {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-container {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-background-darkgreen {
  background-color: var(--walsh--walsh-dark-green);
  position: relative;
}

.walsh-inner-float-image-2 {
  background-color: #cfc2c2;
  border-top-left-radius: 45px;
  width: 100%;
  height: 100%;
}

.walsh-padding-image-hero-2 {
  padding-top: 8em;
  padding-bottom: 8em;
  padding-left: 3em;
}

.walsh-icon-arrow-flip-2 {
  height: 12px;
}

.walsh-arrow-wrapper-2 {
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.walsh-label-button-2 {
  font-family: Lato, sans-serif;
  font-size: 1.2em;
}

.walsh-button-label-white-w-2 {
  z-index: 4;
  grid-column-gap: 8px;
  color: #fff;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-link-block-white-2 {
  color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  transition: box-shadow .2s cubic-bezier(.645, .045, .355, 1);
  box-shadow: inset 0 -3px #ffffff1a;
}

.walsh-link-block-white-2:hover {
  color: #444;
  box-shadow: inset 0 -3px #b0eab9;
}

.walsh-button-hover-fill-2 {
  background-color: #000;
  border-radius: 100%;
  width: 5em;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -100% auto auto -46%;
}

.walsh-button-label-wrapper-2 {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-link-block-orange-2 {
  color: #fff;
  text-align: center;
  background-color: #ff715b;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange-2:hover {
  background-color: #ffbba6;
}

.walsh-hero-div-block-2 {
  grid-column-gap: 1.25em;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.walsh-paragraph-serif-left-hero-2 {
  color: #fff;
  max-width: 22em;
  margin-bottom: .75em;
  font-family: Lato, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.6;
}

.walsh-hero-p-wrapper-2 {
  width: 100%;
  max-width: 36em;
}

.walsh-text-marker-2 {
  color: #fff;
  background-image: url('../images/span-marker.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: .05em .1em;
  display: inline-block;
}

.walsh-heading-xlarge-white-2 {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 40px;
  font-family: Lato, sans-serif;
  font-size: 5em;
  font-weight: 700;
  line-height: 1;
}

.walsh-left-hero-2 {
  grid-row-gap: 2em;
  color: #fff;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
}

.walsh-main-grid-no-gap-2 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-container-2 {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-background-darkgreen-2 {
  background-color: var(--walsh--walsh-dark-green);
  background-image: 
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.4)
    ),
    url('../images/siu_hero_image_box.png');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.container {
  background-color: transparent;
  background-image: 
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.4)
    ),
    url('../images/siu_hero_image_box.png');
  background-position: 50%;
  background-size: cover;
  max-width: 1366px;
  margin-bottom: 40px;
  position: static;
}

.hero-container {
  .section {
    max-width: 100%;
  }
}

.section .hero-section {
  background-image: url('../images/siu_hero_image_box.png');
  background-position: 50%;
  background-size: cover;
  max-width: 1366px;
  margin-bottom: 20px;
  overflow: visible;
}

.container-2 {
  max-width: 1366px;
  overflow: hidden;
}

.container-2 .hero-container {
  max-width: 100%;
}

.section-2 {
  width: 500px;
  height: 500px;
}

.container-3 {
  max-width: 1366px;
}

.heading {
  text-align: center;
}

.section-3 {
  max-width: none;
  margin-bottom: 30px;
}

.walsh-image-logo {
  object-fit: contain;
  width: 100%;
  max-width: 132px;
  max-height: 24px;
}

.walsh-logos-light-green-wrapper {
  background-color: #e7e7e7;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 3.5em 2em;
  display: flex;
}

.walsh-logo-wall-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.walsh-heading-medium {
  color: var(--walsh--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 3.2em;
  font-weight: 700;
  line-height: 1.1;
}

.walsh-main-grid {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-container-block {
  width: 100%;
  padding: 4.5em;
  position: relative;
  overflow: hidden;
}

.walsh-container-3 {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-icon-arrow {
  height: 12px;
  margin-top: 2px;
  margin-left: 10px;
}

.walsh-link-wrapper {
  color: #000000d9;
  white-space: nowrap;
  border-bottom: 1px dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  display: none;
  overflow: visible;
}

.walsh-link-wrapper:hover {
  color: #575555d9;
  padding-right: 0;
}

.walsh-main-paragraph {
  color: #0009;
  letter-spacing: 0;
  font-family: Merriweather, serif;
  font-size: 1.45em;
  line-height: 1.5;
}

.walsh-heading-regular {
  color: var(--walsh--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2;
}

.walsh-inner-card-bottom {
  grid-row-gap: 1.2em;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 5em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
}

.walsh-cover-image {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
}

.walsh-card-wrapper-image {
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  height: 25em;
  display: flex;
  overflow: hidden;
}

.walsh-rounded-card {
  grid-row-gap: 3em;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  overflow: hidden;
}

.section-4 {
  margin-bottom: 20px;
}

.heading-2 {
  text-align: center;
  margin-bottom: 4px;
  font-family: Lato, sans-serif;
}

.body {
  font-family: Lato, sans-serif;
}

.paragraph {
  text-align: center;
  max-width: none;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 28px;
}

.walsh-footer-link {
  color: #0000008a;
  margin-top: 3px;
  margin-bottom: 3px;
  padding-bottom: 4px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}

.walsh-footer-link:hover {
  color: #000;
  box-shadow: inset 0 -2px #c7dbdb;
}

.walsh-footer-inner-menu {
  grid-column-gap: 25px;
  justify-content: center;
  display: flex;
}

.walsh-icon-social {
  max-height: 18px;
}

.walsh-footer-link-social {
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.walsh-footer-grid-social {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  place-items: center start;
}

.walsh-footer-inner {
  grid-column-gap: 20px;
  display: flex;
}

.walsh-footer-legal-link {
  color: #a5a5a5;
  text-decoration: none;
}

.walsh-footer-legal-link:hover {
  color: #000;
}

.walsh-footer-legal-text {
  color: #6e6e6e;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
}

.walsh-logo-footer {
  max-height: 32px;
  margin-bottom: 0;
}

.walsh-container-4 {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-content-wrapper-white {
  background-color: #fff;
  padding-top: 4.5em;
  padding-bottom: 4.5em;
  position: relative;
}

.form {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  max-width: none;
  height: 450px;
  display: flex;
}

.form-block {
  opacity: 1;
  background-color: #1a171700;
  background-image: url('../images/Desktop---3.png');
  background-position: 0 0;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  max-height: none;
  display: flex;
  overflow: visible;
}

.field-label, .field-label-2, .field-label-3 {
  color: #1a535c;
}

.submit-button {
  text-align: center;
  background-color: #ff705b;
  border-radius: 6px;
  width: auto;
}

.text-field, .text-field-2, .text-field-3 {
  margin-bottom: 20px;
}

.heading-3 {
  color: #1a535c;
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: block;
}

.success-message {
  background-color: #fff;
}

.paragraph-2 {
  text-align: left;
  margin-bottom: 0;
  padding-top: 0;
}

.paragraph-2.footer-link-1 {
  margin-top: 10px;
  margin-bottom: 5px;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Desktop---3.png');
  background-position: 0 0;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: none;
  height: 400px;
  min-height: auto;
  max-height: none;
  display: flex;
}

.cart-hero .div-block {
  background-image: none;
  /* height: auto; */
  padding: 40px 0;
}

.container-4 {
  justify-content: center;
  align-items: center;
  max-width: none;
  display: block;
}

.heading-4 {
  color: #1a535c;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 38px;
  display: block;
  position: static;
  top: 45%;
  left: auto;
}

.paragraph-3 {
  color: #1a535c;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  position: static;
  top: 47%;
  left: 28%;
}

.grid {
  grid-column-gap: 8px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.container-5 {
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-fit {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  display: flex;
  position: relative;
  top: 2.5em;
}

.container-6 {
  max-width: none;
}

.container-7 {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0;
  background: #ffffff;
  box-shadow: none;
}

.container-7.box-shadow-code-embed {
  box-shadow: 0 7px 29px #64646f4d;
}

.container-8 {
  max-width: none;
}

.container-9 {
  max-width: 1200px;
  margin-top: 20px;
}

.container-9.box-shadow-code-embed {
  margin-bottom: 20px;
  box-shadow: 0 7px 29px #64646f4d;
}

@media screen and (max-width: 991px) {
  .walsh-menu-button-black {
    order: 1;
  }

  .walsh-menu-button-black.w--open {
    color: var(--walsh--black);
    background-color: #0000;
  }

  .walsh-button-hover-fill {
    display: none;
  }

  .walsh-link-block-orange {
    padding-left: 50px;
  }

  .walsh-flex-nav-buttons {
    justify-content: flex-start;
    margin-top: 15px;
  }

  .walsh-nav-link-black {
    color: var(--walsh--walsh-dark-green);
    background-color: #fcc1d4;
    background-image: none;
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .walsh-nav-link-black:hover {
    background-color: #fcc1d4;
  }

  .walsh-nav-link-black:active {
    color: var(--walsh--walsh-dark-green);
    background-color: #fcc1d4;
  }

  .walsh-toggle-black {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .walsh-toggle-black:hover {
    background-color: #0000;
  }

  .walsh-dropdown {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
  }

  .walsh-nav-menu-white {
    background-color: #fff;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .walsh-inner-container-nav-float {
    padding-left: 25px;
    padding-right: 0;
  }

  .walsh-float-menu {
    padding: 10px 0;
  }

  .walsh-nav-wrapper-green-padding {
    padding: 10px;
  }

  .walsh-padding-image-hero {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .walsh-hero-div-block {
    justify-content: center;
  }

  .walsh-paragraph-serif-left-hero {
    max-width: none;
  }

  .walsh-heading-xlarge-white {
    font-size: 4em;
  }

  .walsh-main-grid-no-gap {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-container {
    flex: 0 auto;
    width: auto;
  }

  .walsh-padding-image-hero-2 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .walsh-button-hover-fill-2 {
    display: none;
  }

  .walsh-link-block-orange-2 {
    padding-left: 50px;
  }

  .walsh-hero-div-block-2 {
    justify-content: center;
  }

  .walsh-paragraph-serif-left-hero-2 {
    max-width: none;
  }

  .walsh-heading-xlarge-white-2 {
    font-size: 4em;
  }

  .walsh-main-grid-no-gap-2 {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-container-2 {
    flex: 0 auto;
    width: auto;
  }

  .walsh-image-logo {
    max-width: 120px;
    height: 100%;
    max-height: 50px;
  }

  .walsh-logos-light-green-wrapper {
    width: auto;
  }

  .walsh-logo-wall-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .walsh-main-grid {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-container-block {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .walsh-container-3 {
    flex: 0 auto;
    width: auto;
  }

  .walsh-rounded-card {
    grid-row-gap: 2em;
  }

  .walsh-footer-inner-menu {
    grid-column-gap: 0px;
    grid-row-gap: 12px;
    flex-flow: column wrap;
  }

  .walsh-footer-grid-social {
    width: 100%;
  }

  .walsh-container-4 {
    flex: 0 auto;
    width: auto;
  }

  .paragraph-3 {
    left: 17%;
  }
}

@media screen and (max-width: 767px) {
  .walsh-flex-nav-buttons {
    justify-content: flex-start;
    align-items: center;
  }

  .walsh-nav-link-black {
    color: var(--walsh--walsh-dark-green);
    text-align: center;
    background-image: linear-gradient(#fcc1d4, #fcc1d4);
    margin-top: 10px;
    padding-left: 10px;
  }

  .walsh-brand-block {
    padding-left: 0;
  }

  .walsh-padding-image-hero {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .walsh-paragraph-serif-left-hero {
    font-size: 1.4em;
  }

  .walsh-heading-xlarge-white {
    font-size: 3em;
  }

  .walsh-left-hero {
    padding-top: 3em;
    padding-bottom: 0;
  }

  .walsh-padding-image-hero-2 {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .walsh-paragraph-serif-left-hero-2 {
    font-size: 1.4em;
  }

  .walsh-heading-xlarge-white-2 {
    font-size: 3em;
  }

  .walsh-left-hero-2 {
    padding-top: 3em;
    padding-bottom: 0;
  }

  .walsh-logo-wall-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-heading-medium {
    font-size: 2.4em;
  }

  .walsh-main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-container-block {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .walsh-heading-regular {
    font-size: 1.8em;
  }

  .walsh-rounded-card {
    grid-row-gap: 1.5em;
  }

  .walsh-logo-footer {
    max-height: 32px;
  }

  .paragraph-3 {
    left: 5%;
  }

  .container-5 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .walsh-label-button {
    font-size: 16px;
  }

  .walsh-link-block-orange {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-flex-nav-buttons {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .walsh-nav-link-black {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
  }

  .walsh-toggle-black {
    padding-top: 15px;
    padding-bottom: 14px;
  }

  .walsh-nav-logo {
    height: 24px;
  }

  .walsh-inner-nav {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .walsh-inner-container-nav-float {
    padding-left: 0;
  }

  .walsh-hero-div-block {
    grid-row-gap: 1.25em;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .walsh-paragraph-serif-left-hero {
    text-align: center;
    font-size: 1.2em;
  }

  .walsh-left-hero {
    text-align: center;
    align-items: center;
    padding-top: 30px;
    font-size: 18px;
  }

  .walsh-container {
    flex: 0 auto;
    width: 100%;
  }

  .walsh-label-button-2 {
    font-size: 16px;
  }

  .walsh-link-block-orange-2 {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-hero-div-block-2 {
    grid-row-gap: 1.25em;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .walsh-paragraph-serif-left-hero-2 {
    text-align: center;
    font-size: 1.2em;
  }

  .walsh-heading-xlarge-white-2 {
    font-size: 2.5em;
  }

  .walsh-left-hero-2 {
    text-align: center;
    align-items: center;
    padding-top: 30px;
    font-size: 18px;
  }

  .walsh-container-2 {
    flex: 0 auto;
    width: 100%;
  }

  .section-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .walsh-image-logo {
    max-width: none;
    max-height: 20px;
  }

  .walsh-logos-light-green-wrapper {
    padding: 35px 10px;
  }

  .walsh-logo-wall-wrapper {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .walsh-heading-medium {
    font-size: 1.8em;
  }

  .walsh-container-block {
    padding: 3em 1em;
  }

  .walsh-container-3 {
    flex: 0 auto;
    width: 100%;
  }

  .walsh-link-wrapper {
    font-size: 16px;
  }

  .walsh-main-paragraph {
    font-size: 1em;
  }

  .walsh-heading-regular {
    font-size: 1.4em;
    line-height: 1.2;
  }

  .walsh-inner-card-bottom {
    grid-row-gap: 1em;
    padding: 0 30px 45px;
  }

  .walsh-card-wrapper-image {
    align-items: flex-end;
    height: auto;
  }

  .walsh-footer-grid-social {
    justify-content: center;
    width: 100%;
    margin-bottom: 10px;
  }

  .walsh-footer-inner {
    width: 100%;
  }

  .walsh-footer-legal-text {
    font-size: 11px;
  }

  .walsh-logo-footer {
    max-height: 24px;
  }

  .walsh-container-4 {
    flex: 0 auto;
    width: 100%;
  }

  .walsh-content-wrapper-white {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .paragraph-2, .paragraph-2.footer-link-1 {
    text-align: center;
  }

  .div-block {
    background-position: 50%;
  }

  .heading-4 {
    font-size: 26px;
    line-height: 36px;
    position: relative;
    top: 1em;
  }

  .paragraph-3 {
    width: 280px;
    font-size: 18px;
    line-height: 30px;
    position: relative;
    top: 1em;
    left: auto;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
  }

  .container-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-2 {
    max-width: 500px;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
  }
}

#w-node-e382fe32-2510-32ea-300a-44ba2c858678-81458905 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-_5d7ace4c-9f82-4d3f-f69c-89e2b1edee1e-81458905 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-_5d7ace4c-9f82-4d3f-f69c-89e2b1edee21-81458905 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_5d7ace4c-9f82-4d3f-f69c-89e2b1edee22-81458905, #w-node-_5d7ace4c-9f82-4d3f-f69c-89e2b1edee24-81458905, #w-node-_5d7ace4c-9f82-4d3f-f69c-89e2b1edee26-81458905, #w-node-_5d7ace4c-9f82-4d3f-f69c-89e2b1edee28-81458905, #w-node-_5d7ace4c-9f82-4d3f-f69c-89e2b1edee2a-81458905, #w-node-_5d7ace4c-9f82-4d3f-f69c-89e2b1edee2c-81458905, #w-node-_5d7ace4c-9f82-4d3f-f69c-89e2b1edee2e-81458905, #w-node-_5d7ace4c-9f82-4d3f-f69c-89e2b1edee30-81458905, #w-node-_5d7ace4c-9f82-4d3f-f69c-89e2b1edee32-81458905 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf1233e-229c-5115-df13-e9c0919445bb-81458905 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-bbf1233e-229c-5115-df13-e9c0919445c7-81458905, #w-node-bbf1233e-229c-5115-df13-e9c0919445d3-81458905 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_8baa434d-2769-1096-4261-e0a141e2e5ec-81458905 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_8baa434d-2769-1096-4261-e0a141e2e5ef-81458905, #w-node-_8baa434d-2769-1096-4261-e0a141e2e5f2-81458905 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_28497823-26d0-3521-a4ba-9604f20d980a-f20d9807 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
}

#w-node-_28497823-26d0-3521-a4ba-9604f20d980c-f20d9807 {
  grid-area: 1 / 10 / 2 / 13;
  place-self: center end;
}

#w-node-_28497823-26d0-3521-a4ba-9604f20d980e-f20d9807 {
  justify-self: center;
}

#w-node-_156a6bf7-0ac1-daed-41fc-58797e3066a1-a6e975d3 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-a076ad80-f8b0-c867-6c33-c1db27df8641-a6e975d3 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a922470f-cb20-ed89-3181-669e776695aa-a6e975d3, #w-node-_78f1dcaa-a681-f7b6-1427-f1c9a344e8ef-a6e975d3 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-d739fae7-0845-f615-5a67-6468ca476d63-a6e975d3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-e382fe32-2510-32ea-300a-44ba2c858678-81458905 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_5d7ace4c-9f82-4d3f-f69c-89e2b1edee1e-81458905, #w-node-_5d7ace4c-9f82-4d3f-f69c-89e2b1edee21-81458905 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bbf1233e-229c-5115-df13-e9c0919445bb-81458905, #w-node-bbf1233e-229c-5115-df13-e9c0919445c7-81458905, #w-node-bbf1233e-229c-5115-df13-e9c0919445d3-81458905, #w-node-_8baa434d-2769-1096-4261-e0a141e2e5ec-81458905, #w-node-_8baa434d-2769-1096-4261-e0a141e2e5ef-81458905, #w-node-_8baa434d-2769-1096-4261-e0a141e2e5f2-81458905 {
    grid-column: span 2 / span 2;
  }

  #w-node-_28497823-26d0-3521-a4ba-9604f20d980a-f20d9807 {
    grid-column-end: 3;
  }

  #w-node-_28497823-26d0-3521-a4ba-9604f20d980c-f20d9807 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-a076ad80-f8b0-c867-6c33-c1db27df8641-a6e975d3 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-d739fae7-0845-f615-5a67-6468ca476d63-a6e975d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5d7ace4c-9f82-4d3f-f69c-89e2b1edee22-81458905, #w-node-_5d7ace4c-9f82-4d3f-f69c-89e2b1edee24-81458905, #w-node-_5d7ace4c-9f82-4d3f-f69c-89e2b1edee26-81458905, #w-node-_5d7ace4c-9f82-4d3f-f69c-89e2b1edee28-81458905, #w-node-_5d7ace4c-9f82-4d3f-f69c-89e2b1edee2a-81458905, #w-node-_5d7ace4c-9f82-4d3f-f69c-89e2b1edee2c-81458905, #w-node-_5d7ace4c-9f82-4d3f-f69c-89e2b1edee2e-81458905, #w-node-_5d7ace4c-9f82-4d3f-f69c-89e2b1edee30-81458905, #w-node-_5d7ace4c-9f82-4d3f-f69c-89e2b1edee32-81458905 {
    grid-column: span 1 / span 1;
  }

  #w-node-a076ad80-f8b0-c867-6c33-c1db27df8641-a6e975d3 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-d739fae7-0845-f615-5a67-6468ca476d63-a6e975d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e382fe32-2510-32ea-300a-44ba2c858678-81458905, #w-node-_5d7ace4c-9f82-4d3f-f69c-89e2b1edee1e-81458905, #w-node-_28497823-26d0-3521-a4ba-9604f20d980a-f20d9807 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_6722a67d-1807-9aff-904c-5dcbea51b7da-a6e975d3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9b440ac9-3949-dfdd-5ae8-c5555550483a-a6e975d3, #w-node-_541321c9-522b-4fb1-d369-7e19b695c645-a6e975d3, #w-node-f76074c2-1e12-69fd-5b36-c778e1578dca-a6e975d3, #w-node-ef62a77a-e9f3-9dfc-3089-dd4a15ce5199-a6e975d3, #w-node-a076ad80-f8b0-c867-6c33-c1db27df8641-a6e975d3, #w-node-_327faf77-faf1-26cf-780f-4a86b8dda902-a6e975d3, #w-node-ca5b5519-bd26-3e06-4064-84a36af0f469-a6e975d3, #w-node-c91eb5df-29de-686f-dd26-38728c436704-a6e975d3 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-d739fae7-0845-f615-5a67-6468ca476d63-a6e975d3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b1ebb976-25a3-69f9-11c1-d1e920b23d21-a6e975d3 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-aa23f58e-dd50-9a3b-1c5c-b6599ede331f-a6e975d3, #w-node-_449eb1f8-d55f-95ed-ec1e-346df22b6cc3-a6e975d3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

.products-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    padding: 40px;
    max-width: 1480px;
    margin: 0 auto 60px auto;
    background: #ffffff;
}

.product-card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    padding: 0;
    border: none;
    transition: all 0.2s ease;
}

.product-card:hover {
    transform: translateY(-4px);
    cursor: pointer;
}

.product-image {
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
    background: #f8f8f8;
    margin-bottom: 16px;
}

.product-card h3 {
    color: #333;
    font-family: Lato, sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    line-height: 1.4;
}

.product-card .price {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    margin: 8px 0 0 0;
    padding: 0;
}

.price::before {
    content: "Starting at Rs ";
    font-weight: 400;
}

/* Loading State */
.loading {
    text-align: center;
    padding: 60px;
    grid-column: 1 / -1;
    color: #666;
    font-family: Lato, sans-serif;
    font-size: 14px;
}

/* Container modifications */
.container-7 {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0;
    background: #ffffff;
    box-shadow: none;
}

/* Responsive adjustments */
@media screen and (max-width: 1200px) {
    .products-container {
        grid-template-columns: repeat(3, 1fr);
        padding: 32px;
    }
}

@media screen and (max-width: 991px) {
    .products-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding: 24px;
    }
}

@media screen and (max-width: 479px) {
    .products-container {
        grid-template-columns: 1fr;
        padding: 16px;
    }
    
    .product-image {
        aspect-ratio: 1;
    }
}

.search-container {
    margin: 24px auto;
    max-width: 400px;
    position: relative;
    padding: 0 16px;
}

.search-input {
    width: 100%;
    padding: 10px 16px;
    font-size: 14px;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    transition: all 0.3s ease;
    outline: none;
    font-family: 'Lato', sans-serif;
    height: 40px;
}

/* Focus state - light green border */
.search-input:focus {
    border-color: #90EE90;
    box-shadow: 0 0 4px rgba(144, 238, 144, 0.2);
}

/* Error state */
.search-input.error {
    border-color: #ff6b6b;
    box-shadow: 0 0 4px rgba(255, 107, 107, 0.2);
}

/* Error message */
.search-error-message {
    color: #ff6b6b;
    font-size: 12px;
    margin-top: 4px;
    display: none;
}

.search-input.error + .search-error-message {
    display: block;
}

@media screen and (max-width: 479px) {
    .search-container {
        padding: 16px;
    }
}

.skeleton-card {
    background: #fff;
    border-radius: 4px;
    height: 300px;
    animation: pulse 1.5s infinite;
}

.skeleton-image {
    width: 100%;
    height: 200px;
    background: #f0f0f0;
    margin-bottom: 16px;
}

.skeleton-text {
    height: 14px;
    background: #f0f0f0;
    margin-bottom: 8px;
    width: 80%;
}

@keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}

.loading-more {
    grid-column: 1 / -1;
    text-align: center;
    padding: 20px;
    margin: 20px 0;
    color: #333;
    font-family: Lato, sans-serif;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.loading-spinner {
    width: 24px;
    height: 24px;
    border: 3px solid #ff715b;
    border-radius: 50%;
    border-top-color: transparent;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.error-message {
    grid-column: 1 / -1;
    text-align: center;
    padding: 30px;
    color: #ff6b6b;
    font-family: Lato, sans-serif;
    font-size: 16px;
    background-color: #fff0f0;
    border-radius: 8px;
    margin: 20px 0;
}

.clear-search {
    background-color: #ff715b;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10px;
    font-family: Lato, sans-serif;
}

.clear-search:hover {
    background-color: #e75d48;
}

/* Footer gap to ensure it's visible after all products */
.walsh-content-wrapper-white {
    margin-top: 40px;
    position: relative;
    z-index: 1;
}

/* Product loaded complete message */
.all-products-loaded {
    grid-column: 1 / -1;
    text-align: center;
    padding: 20px;
    margin: 20px 0 40px 0;
    color: #333;
    font-family: Lato, sans-serif;
    font-size: 16px;
    background-color: #f2f8f2;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

/* Lazy loading styles */
img.lazy {
  opacity: 0;
  transition: opacity 0.3s;
  background: #f0f0f0;
}

img.lazy.loaded {
  opacity: 1;
}

/* Placeholder image style */
img[src="placeholder.jpg"] {
  background: linear-gradient(45deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 200%;
  animation: placeholderShimmer 1.5s linear infinite;
}

@keyframes placeholderShimmer {
  0% { background-position: 100% 100%; }
  100% { background-position: 0% 0%; }
}

.product-category {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #f7fff7; /* mint-cream for contrast */
  margin-bottom: 8px;
}

.product-name {
  font-size: 1.1rem;
  margin: 8px 0;
  color: #1a535c; /* midnight-green */
}

.price {
  font-weight: bold;
  color: #31afa7; /* light-sea-green */
  margin-top: 4px;
}

.walsh-nav-wrapper-green-padding.navbar-scrolled {
  background: white !important;
  box-shadow: 0 2px 16px rgba(0,0,0,0.08);
  transition: background 0.4s cubic-bezier(0.4,0,0.2,1), box-shadow 0.4s cubic-bezier(0.4,0,0.2,1);
}

.walsh-nav-wrapper-green-padding.navbar-scrolled .walsh-nav-link-black,
.walsh-nav-wrapper-green-padding.navbar-scrolled .walsh-brand-block {
  color: #222 !important;
}
