:root {
  --brand-imada-primary-color: #000099; /* primary color */
  --brand-imada-secondary-color: #FDB814; /* secondary color */
  --brand-imada-third-color: #CACACA; /* third color */
  --brand-imada-third-color: #E2E2E2; /* third color HOVER */
  --brand-imada-general-color: #333333; /* text color */
  --brand-imada-buttons-color: #212529;
  --brand-imada-text-inputgrey-color: #A7A8AA;
  --white-imada-color: #FFFFFF; /* white */ 
  --body-imada-font: 'Montserrat', 'Roboto', 'Open Sans', sans-serif;
  --p-imada-font: 'Open Sans', Helvetica, Arial, sans-serif;
}

/* Base container */
.imada-header#store-banner {
  font-family: 'Montserrat', 'Roboto', 'Open Sans', sans-serif;
  font-size: 16px;       /* Base size for normal text */
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333333;           /* Default text color */
}
/* Headings */
.imada-header#store-banner h1 { font-size: 2rem; font-weight: 700; margin-bottom: 1rem; }
.imada-header#store-banner h2 { font-size: 1.75rem; font-weight: 600; margin-bottom: 0.85rem; }
.imada-header#store-banner h3 { font-size: 1.5rem; font-weight: 600; margin-bottom: 0.75rem; }
.imada-header#store-banner h4 { font-size: 1.25rem; font-weight: 600; margin-bottom: 0.6rem; }
.imada-header#store-banner h5 { font-size: 1.1rem; font-weight: 600; margin-bottom: 0.5rem; }
.imada-header.imada-header#store-banner h6 { font-size: 1rem; font-weight: 600; margin-bottom: 0.4rem; }

/* Paragraphs */
#store-banner p {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

/* Small text */
.imada-header#store-banner small {
  font-size: 0.875rem;
  font-weight: 400;
}

/* Links */
.imada-header#store-banner a {
  font-family: inherit;         /* Inherit 'Montserrat', 'Roboto', 'Open Sans', sans-serif */
  font-size: 1rem;
  font-weight: 700;
  color: #222222;
  text-decoration: none;
  transition: color 0.3s ease;
}

.imada-header#store-banner a:hover{
  color: #fff;               /* Darker shade on hover/focus */
  outline: none;
}


/**************************************     HEADER     ************************************************/

.imada-header, 
.imada-nav-bottom {
  width: 100vw !important;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  box-sizing: border-box;
  padding: .5em 0;
  background-color: var(--white-imada-color);
}
.imada-nav-bottom {
  padding: 0;
  background: linear-gradient(to bottom, 
    white 0%, white 10%, 
    #000099 10%, #000099 90%, 
    white 90%, white 100%);
}
.imada-header > .row-fluid,
.imada-nav-bottom > .row-fluid  {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
}
.imada-header .span4.logo-imada-sws img.brandlogo{
  max-width: 65%;
  width: 100%;
  margin-left: 0px;
}
.imada-header .row-fluid .navbar.navbar-inner-imada-subsite {
  float: right;
}
.imada-header .span5.subheading-nav {
  float: right;
  margin-top: 9px;
}
.imada-header .row-fluid .navbar .nav-collapse.sws.collapse {
  margin-top: 0px !important;
  width: 53rem;
}

/**************************************     NAV     ************************************************/
.imada-nav-bottom .span12.subheading-nav {
  margin-top: 0;
}
.navbar .nav.navbar-imada-subsite {
  margin-right: 0;
  width: 35%;
  font-family: var(--body-hero-title-imada-font);

  /* Vendor prefixes for older browsers */
  display: -webkit-box;      /* Safari 6-9 */
  display: -moz-box;         /* Firefox 19-28 */
  display: -ms-flexbox;      /* IE 10 */
  display: -webkit-flex;     /* Safari 9+ */
  display: flex;             /* Standard flex display */

  /* Vendor prefixes for flex-wrap */
  -webkit-box-flex-wrap: nowrap;   /* Safari 6-9 */
  -moz-box-flex-wrap: nowrap;      /* Firefox 19-28 */
  -webkit-flex-wrap: nowrap;       /* Safari 9+ */
  -ms-flex-wrap: nowrap;           /* IE 10 */
  flex-wrap: nowrap;               /* Standard flex-wrap */
  
  justify-content: space-evenly;  /* Distribute items */
  align-items: center;             /* Align vertically */
  gap: 1em;
}

.navbar .nav.navbar-imada-subsite > li.home-btn {
  /* Vendor prefixes for flex-grow, flex-shrink, and flex-basis */
  -webkit-box-flex: 0;     /* Safari 6-9 */
  -moz-box-flex: 0;        /* Firefox 19-28 */
  -webkit-flex: 0;         /* Safari 9+ */
  -ms-flex: 0;            /* IE 10 */
  flex: 0;              /* Takes up less space compared to other items */
}

.navbar .nav.navbar-imada-subsite > li {
  /* Vendor prefixes for flex-grow, flex-shrink, and flex-basis */
  -webkit-box-flex: 1;     /* Safari 6-9 */
  -moz-box-flex: 1;        /* Firefox 19-28 */
  -webkit-flex: 1;         /* Safari 9+ */
  -ms-flex: 1;            /* IE 10 */
  flex: 1;                /* Adjust for proportional growth */
  text-align: center;
}
.navbar.navbar-inner-imada-subsite.navbar-inner-imada-subsite-french .nav.navbar-imada-subsite {
  gap: 0.5em;
}

/* home button */
.nav-home-icon-svg {
  color: var(--brand-imada-secondary-color);
  width: 20px;
  height: 20px;
  transition: color 0.2s ease;
  display: block;
}
.navbar .nav.navbar-imada-subsite a.nav-home-icon{
  padding: 18px 10px;
}
.navbar.navbar-inner-imada-subsite .nav > li > a {
  text-shadow: none;
  display: block;
  white-space: nowrap;
  padding: 14px 10px;
  font-size: 1.15rem !important;
  font-family: var(--body-imada-font);
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  color: var(--white-imada-color);
}
.navbar.navbar-inner-imada-subsite.navbar-inner-imada-subsite-french.mhide .nav>li>a {
  padding: 14px 9px;
}
.navbar.navbar-inner-imada-subsite.navbar-inner-imada-subsite-french.mhide a.nav-home-icon{
  padding: 18px 10px !important;
}
.nav, .navbar {
  margin-bottom: 0px;
}
/* NAV HOVER COLOURS */
.navbar.navbar-inner-imada-subsite .nav > li > a:active,
.navbar.navbar-inner-imada-subsite .nav > li > a:hover,
.navbar .nav.navbar-imada-subsite li.dropdown.open > .dropdown-toggle,
.navbar .nav.navbar-imada-subsite li.dropdown.active > .dropdown-toggle,
.navbar .nav.navbar-imada-subsite li.dropdown.open.active > .dropdown-toggle {
  color: var(--brand-imada-primary-color) !important;
  background-color: var(--brand-imada-secondary-color);
  z-index: 1;
  position: relative;
}
.navbar .nav.navbar-imada-subsite .home-btn > a:hover{
  background-color: transparent;
  color: inherit;
  border: none;
  transform: none;
}
.navbar.navbar-inner-imada-subsite .navbar-imada-subsite li {
  line-height: 1.5;
}

/* DROP-DOWN MENU STYLES */
/* hide Bootstrap arrow */
.navbar .nav > li > .imada-whole-cateogies-list-menu.dropdown-menu:before,
.navbar .nav > li > .imada-whole-cateogies-list-menu.dropdown-menu:after {
  display: none;
}

/* base (hidden) */
.navbar .nav > li > .imada-whole-cateogies-list-menu.dropdown-menu {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-width: 700px;
  right: -13.2em;
  top: 55px;
  border-radius: 10px;
  background-color: var(--white-imada-color);
  box-shadow: 0 2px 3px #13486040;
  padding: 6px 12px;
  margin: 0;
  border: 1px solid var(--brand-imada-secondary-color);
  opacity: 0;
  transform: translateY(5px);
  pointer-events: none;
  transition: opacity .35s ease, transform .8s ease;
  text-align: left;
  font-family: var(--body-imada-font);
}
.navbar.navbar-inner-imada-subsite.navbar-inner-imada-subsite-french .nav > li > .imada-whole-cateogies-list-menu.dropdown-menu{
  min-width: 950px;
  right: -13.9em;

}
/* show only on click (when .open is applied by Bootstrap JS) */
.navbar .nav > li.open > .imada-whole-cateogies-list-menu.dropdown-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
/* ******** */
.dropdown-menu.imada-whole-cateogies-list-menu ul {
  text-decoration: none;
  list-style: none;
  padding-left: 0;
}
.dropdown-menu.imada-whole-cateogies-list-menu > li{
  flex: 1;
  list-style: none;
}
.dropdown-menu.imada-whole-cateogies-list-menu .first-col,
.dropdown-menu.imada-whole-cateogies-list-menu .second-col,
.dropdown-menu.imada-whole-cateogies-list-menu .third-col{
  margin: 0px 10px;
}
/* Shared dropdown styles for all items */
.dropdown-menu.imada-whole-cateogies-list-menu .first-col a,
.dropdown-menu.imada-whole-cateogies-list-menu .second-col a,
.dropdown-menu.imada-whole-cateogies-list-menu .third-col a {
  padding: 5px 2px !important;
  line-height: 1.5;
  text-align: left;
  display: block;
  text-decoration: none;
  transition: all 0.3s ease-in-out !important;
  margin-left: 10px;
}
.dropdown-menu.imada-whole-cateogies-list-menu .first-col a:hover,
.dropdown-menu.imada-whole-cateogies-list-menu .second-col a:hover,
.dropdown-menu.imada-whole-cateogies-list-menu .third-col a:hover {
  margin-left: 14px;
  background: transparent !important;
  color: var(--brand-imada-primary-color) !important;
}

/* Titles (text-only and link-headers) */ 
.dropdown-menu.imada-whole-cateogies-list-menu .first-col .dropdown-main-header-title a,
.dropdown-menu.imada-whole-cateogies-list-menu .second-col .dropdown-main-header-title a,
.dropdown-menu.imada-whole-cateogies-list-menu .third-col .dropdown-main-header-title a{
  font-weight: 700;
  color: var(--brand-imada-primary-color);
  margin-left: 0;
  font-size: 1rem;
  padding: 0;
  position: relative;
  display: block;
}
.dropdown-menu.imada-whole-cateogies-list-menu .first-col .dropdown-main-header-title a:hover,
.dropdown-menu.imada-whole-cateogies-list-menu .second-col .dropdown-main-header-title a:hover,
.dropdown-menu.imada-whole-cateogies-list-menu .third-col .dropdown-main-header-title a:hover{
  background: transparent !important;
  color: var(--brand-imada-general-color) !important;
}
.dropdown-main-header-title ::before {
    content: "";
    position: absolute;
    background-color: var(--brand-imada-secondary-color);
    width: 6px;
    border-radius: 2px;
    height: 40%;
    top: 29%;
    left: -8px;
}
.dropdown-menu.imada-whole-cateogies-list-menu .dropdown-header a {
    font-weight: 600;
    color: var(--brand-imada-buttons-color);
    margin-left: 0;
}
.dropdown-menu.imada-whole-cateogies-list-menu .dropdown-header a:hover {
  margin-left: 4px;
  background: transparent !important;
  color: var(--brand-imada-primary-color) !important;
}
.dropdown-menu.imada-whole-cateogies-list-menu li>a:focus{
  background-color: transparent !important;

}
/**************************************     SEARCH BAR     ************************************************/
.imada-search form#ProductDisplayForm button.btn.btn-default .nav-search-icon-svg,
.imada-mobile .mobile-search button .nav-search-icon-svg{
  height: auto;
  width: 28px;
  color: var(--brand-imada-primary-color);
  display: block;
}
.imada-search .btn{
  padding: 0px;
}
/* Style for the button */
.imada-search form#ProductDisplayForm button.btn.btn-default {
  background-color: var(--brand-imada-secondary-color);
  border-radius: 5px;
  border: none;
  width: 35px;
  height: 35px !important;
  position: absolute; /* Anchor the button */
  right: 2px; /* Keep it fixed */
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.4s ease; /* Remove right transition */
  z-index: 2;
  padding: 5px;
}
/* Search bar container */
.imada-search.input-append {
  margin-left: auto;
  margin-right: 0;
  position: relative;
  left: 0;
  transform: translate(0%, 0%);
  background: var(--white-imada-color);
  height: 40px;
  border-radius: 6px;
  padding: 0;
  transform-origin: right;
  transition: width 0.4s ease, background-color 0.4s ease, right 0.4s ease;
  border: 1px solid var(--brand-imada-primary-color);
  width: 35%;
}
/* Search Bar - Expand on Hover/Focus */
.imada-search.input-append:hover,
.imada-search.input-append:focus-within {
  background-color: var(--brand-imada-third-color);
  border: 1px solid var(--brand-imada-primary-color);
  box-shadow: none;
}
/* Input field styling */
.imada-search input#ProductSearch.appendInputButton {
  font-family: 'Montserrat', 'Roboto', 'Open Sans', sans-serif;
  color: var(--brand-imada-primary-color);
  border: none;
  background-color: transparent;
  padding: 9px 0px;
  width: 98% !important;
  margin-right: 0px;
  margin-left: 0px;
  font-weight: 500;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0px 35px 35px 0px;
  left: 10px;
}
.imada-search form#ProductDisplayForm {
  width: 90%;
}
/* Change Button Color & Move Left when Hovering */
.imada-search.input-append:hover form#ProductDisplayForm button.btn.btn-default,
.imada-search.input-append:focus-within form#ProductDisplayForm button.btn.btn-default {
  background-color: var(--brand-imada-third-color);
}
/* Input focus styling */
.imada-search input.refine-search.appendInputButton:focus {
  color: var(--brand-imada-primary-color);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: var(--white-imada-color);
}

.imada-search input.refine-search.appendInputButton::-webkit-input-placeholder {
  /* Chrome, Opera, Safari */
  color: var(--brand-imada-primary-color);
}
.imada-search input.refine-search.appendInputButton:-moz-placeholder {
  /* Firefox 4-18 */
  color: var(--brand-imada-primary-color);
}
.imada-search input.refine-search.appendInputButton::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--brand-imada-primary-color);
}
.imada-search input.refine-search.appendInputButton:-ms-input-placeholder {
  /* IE 10-11 */
  color: var(--brand-imada-primary-color);
}
.imada-search input.refine-search.appendInputButton::-ms-input-placeholder {
  /* MS Edge */
  color: var(--brand-imada-primary-color);
}
.imada-search input.refine-search.appendInputButton::placeholder {
  /* your styles */
  color: var(--brand-imada-primary-color);
}
.imada-search input.refine-search.appendInputButton:hover::placeholder{
  color: var(--brand-imada-primary-color);
}

/******  END SEARCH BAR ***** */
/* ********* END HEADER ********* */

/**************************************     HEROS     ************************************************/
.carousel-top.imada-sws-store {
  margin-top: -6px;
  width: 100vw !important;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  padding-bottom: 0em;
}
.imada-sws-store #myCarousel {
  margin-bottom: 10px;
}
/* Set a fixed height for the carousel inner to prevent jumping */
.imada-sws-store #myCarousel .carousel-inner.hero-section,
.imada-sws-store #myCarousel .carousel-inner.hero-section-french{
  height: 400px;
}
.imada-sws-store #myCarousel .hero-section {
  width: 100%;
  background-image: url(/images/pages/imada/imada-background-hero-opt-upd.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 0px;
}
.imada-sws-store #myCarousel .hero-content {
  width: min(90vw, 1140px);
  box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 0px 0px;
    max-height: 300px;
    margin: 4em auto;
    background-color: #ffffff6e;
    border-radius: 6px;
    height: 100%;
}
.imada-sws-store #myCarousel .text-content {
    padding: 0px 30px 0 0;
    width: 100%;
    max-width: 700px;
}
.imada-sws-store #myCarousel .text-content .text-contnet-inside {
    padding: 1em 1em 1em 3em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    background-color: transparent;
    border-radius: 20px;
    box-shadow: none;
    min-height: 240px;
    height: fit-content;
}
.imada-sws-store #myCarousel .image-content{
  width: 100%;
  text-align: center;
}
.imada-sws-store #myCarousel .image-content img {
    object-fit: contain;
    height: auto;
    max-width: 100%;
    max-height: 420px;
    margin-top: 3em;
}
.carousel-control-new {
  color: var(--white-imada-color) !important;
  background-color: var(--brand-imada-primary-color);
  border: 2px solid var(--white-imada-color);
  border-radius: 50% !important;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px;
  text-align: center;
  font-size: 20px; /* size of the arrow */
  font-weight: lighter;
  text-shadow: none;
  position: absolute; /* Position the arrows */
  top: 55%; /* Position vertically in the middle */
  transform: translateY(-50%); /* Adjust vertical position */
  transition: 0.3s ease-in-out;
}
.carousel-control-new.left {
  left: 2rem; /* Position the left arrow */
}
.carousel-control-new.right {
  right: 2rem; /* Position the right arrow */
}
.carousel-control-new:hover{
  background-color: var(--brand-imada-buttons-color);
  border: 2px solid var(--white-imada-color);
  color: var(--white-imada-color) !important;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.25);
}

/* Other Carousel Styles */
.imada-sws-store #myCarousel h1 {
    font-size: 2rem;
    margin-bottom: 0px;
    color: var(--brand-imada-general-color);
    line-height: 1.2;
    letter-spacing: 0.5px;
    font-weight: 800;
    font-family: var(--body-imada-font);
    white-space: normal;
    text-transform: uppercase;
}
.imada-sws-store #myCarousel h2 {
    color: var(--brand-imada-general-color);
    font-weight: 500;
    font-size: 1.3rem;
    font-family: var(--body-imada-font);
    line-height: 1.2;
    margin: 10px 0 15px;
    white-space: normal;
    font-style: normal;
}
.imada-sws-store #myCarousel .carousel-inner.hero-section-french h2 br{
  display: none;

}
.imada-sws-store #myCarousel .carousel-btn {
    color: var(--brand-imada-buttons-color);
    background-color: var(--brand-imada-secondary-color);
    border-radius: 6px;
    margin-top: 0px;
    font-size: 1rem;
    padding: 10px 30px;
    display: inline-flex;
    font-family: var(--body-imada-font);
    font-weight: 600;
    border: none;
    text-decoration: none;
    transition: 0.3s ease-out;
    box-shadow: none;
    text-transform: uppercase;
}

.imada-sws-store #myCarousel .carousel-btn:hover {
  color: var(--brand-imada-secondary-color);
  background-color: var(--brand-imada-primary-color);
}

/* ********* END Heroes ********* */

/**************************************     BUTTONS     ************************************************/
.sws-imada-buttons .imada-grid-container {
  display: grid;
  display: -ms-grid; /* For IE10+ */
  grid-template-columns: repeat(3, 1fr);
  gap: 1em 1em;
  margin-bottom: 2%;
  margin-top: 0em;
}
.sws-imada-buttons .imada-item {
  position: relative; /* All children are positioned relative to this */
  display: block;
  overflow: hidden;
  padding: 0;
  border-radius: 4px;
  background-color: transparent; 
}
.imada-application-img {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.imada-application-img img {
    max-width: 35%;
    height: auto;
    object-fit: contain;
    padding: 0 10px;
}
.sws-imada-buttons .imada-item .imada-bkgr-btn {
    background-color: var(--brand-imada-third-color);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    display: flex;
    align-items: center;
    border-radius: 6px;
    margin-top: 0px;
}
.sws-imada-buttons .imada-application-title {
    position: relative;
    z-index: 3;
    padding-left: 12px;
    margin: 0;
    width: 60%;
}
.sws-imada-buttons .imada-application-title .application-title {
    font-family: var(--p-imada-font);
    font-size: 1rem;
    font-weight: 700;
    color: var(--brand-imada-general-color);
    text-align: left;
    line-height: 1.5;
    transition: all 0.3s ease;
    text-transform: uppercase;
    color: var(--brand-imada-primary-color);
}
.imada-item:not(.side-ad){
    height: 11em;
}

@supports (gap: 1em) {
  .sws-imada-buttons .imada-grid-container > * {
    margin: 0; /* Reset when gap is supported */
  }
}
/* Hover effect when the entire button is hovered */
.imada-item-link:hover .application-title:not(.side-ad),
.imada-item:hover .application-title:not(.side-ad) {
  color: var(--brand-imada-buttons-color);
  transition: all 0.3s ease;
}
/* background color change on hover */
.imada-item-link:hover .imada-bkgr-btn, 
.imada-item:hover .imada-bkgr-btn {
    background-color: #a7a8aa7a; /* soft tint of brand color */
    transition: all 0.3s ease;
}

/**************************************     SIDE AD     ************************************************/
.sws-imada-buttons a.imada-item-link:has(.side-ad) {
  grid-column-start: 3;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
.imada-item.side-ad {
  padding: 0px 0px;
  place-items: center;
  text-align: center;
  max-height: 496px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  flex-direction: column;
  flex-wrap: nowrap;
  transition: background-color 0.3s ease;
  background-color: var(--brand-imada-third-color);
  z-index: 1;
  border-radius: 6px;
  gap: 6px;
  background-image: url(/images/pages/imada/imada-bkgr-side-ad.webp);
  background-size: 130% auto;
  background-position: 50% 54%;
  background-repeat: no-repeat;
  background-blend-mode: luminosity;
}
.sws-imada-buttons .imada-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.imada-item.side-ad .imada-side-ad-title p.application-title {
  line-height: 1.2;
  color: var(--brand-imada-general-color);
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 0px;
  font-family: var(--body-imada-font);
  margin-bottom: 0;
  padding: 0 20px;
  text-transform: uppercase;
}
.imada-item.side-ad .imada-side-ad-subtitle p.application-subtitle,
.sws-imada-buttons-fr .imada-item.side-ad .imada-side-ad-subtitle p.application-subtitle {
  font-size: 1.2rem;
  font-weight: 300;
  color: var(--brand-imada-general-color);
  line-height: 1.2;
  font-family: var(--body-imada-font);
  padding: 0 20px;
  margin-bottom: 0;
}
.sws-imada-buttons-fr .imada-item.side-ad .imada-side-ad-title p.application-title{
  line-height: 1.2;
  color: var(--brand-imada-general-color);
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 0px;
  font-family: var(--body-imada-font);
  margin-bottom: 0;
  padding: 0 10px;
  text-transform: uppercase;
}
.imada-item.side-ad .imada-side-ad-img{
  overflow: hidden; /* Prevents overflow */
  display: inline-block;
}
.imada-item.side-ad .imada-side-ad-img img {
  display: block;
  width: 100%;
  max-width: 70%;
  height: auto;
  margin: 0 auto;
  position: relative;
}
.sws-imada-buttons .side-ad-btn {
    color: var(--brand-imada-buttons-color);
    background-color: var(--brand-imada-secondary-color);
    border-radius: 6px;
    margin-top: 0px;
    font-size: 1rem;
    padding: 8px 30px;
    display: inline-flex;
    font-family: var(--body-imada-font);
    font-weight: 600;
    border: none;
    text-decoration: none;
    transition: 0.3s ease-out;
    box-shadow: none;
    text-transform: uppercase;
}
.sws-imada-buttons .side-ad-btn:hover {
  background-color: var(--brand-imada-primary-color);
  color: var(--brand-imada-secondary-color);
}
.imada-item.side-ad:has(.side-ad-btn:hover) {
  background-color: #a7a8aa7a;
}

.row-fluid .sws-imada-buttons.sws-imada-buttons-fr .imada-item.side-ad .imada-side-ad-subtitle p.application-sub-subtitle{
  padding: 0px 60px 0px 0px;
  line-height: normal;
}
/**************************************     ABOUT US     ************************************************/
.imada-hero-container{
  margin-top: -15px;
  width: 100vw !important;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}
.imada-about .about-imada-hero {
    height: 300px;
    margin-bottom: 20px;
    align-items: center;
    width: 100%;
    background-image: url(/images/pages/imada/imada-about-hero-background.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    top: -6px;
    background-color: var(--brand-imada-primary-color);
    z-index: 0;
    position: relative;
}
.imada-about .about-imada-hero .span12 {
    margin: 0 auto;
    max-width: 1140px;
    width: 100%;
}
.row-fluid.about-imada-container{
    position: relative;
    top: -8em;
}
.imada-about  .about-imada-container .span12 {
    display: flex;
    column-gap: 1em;
    padding: 2em;
    background-color: #000099d9;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 6px;
    min-height: 150px;
}
.imada-about .about-imada-container .span12 p {
    color: #fff;
}
.imada-about .about-imada-hero h1 {
    color: var(--brand-imada-primary-color);
    padding: 1em;
    font-size: 4rem;
    line-height: 1.2;
    font-family: var(--body-imada-font);
    font-weight: 800;
    position: relative;
    text-align: center;
    margin-bottom: 1em;
    text-transform: uppercase;
}
.row-fluid.about-imada-main-content h2 {
    color: var(--brand-imada-primary-color);
    font-weight: 700;
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.2;
    padding-top: 0;
    margin-bottom: .5em;
    margin-top: .5em;
    font-family: var(--body-hero-title-imada-font);
    display: block;
}
.imada-about .row-fluid p {
  text-align: left;
  font-size: 0.9rem;
  padding-bottom: 0;
  font-family: var(--body-imada-font);
  color: var(--brand-imada-general-color);
  line-height: 1.5;
  margin-bottom: 0;
}
.imada-about .row-fluid.about-imada-main-content {
    display: grid;
    gap: 1em;
    min-height: 200px;
    grid-template-columns: 1fr 1fr;
    padding: 0;
    top: -7em;
    position: relative;
}
.imada-about .row-fluid.about-imada-main-content .span6 {
    background-color: transparent;
    border-radius: 0;
    padding: 1em;
    margin: 0;
    width: auto;
}
.imada-about .about-imada{
  padding: 0 20px;
}

.imada-about .row-fluid.about-imada-main-content::before,
.imada-about .row-fluid.about-imada-main-content::after {
  content: none;
  display: none;
  clear: none;
}

@media (max-width: 1199px) {
/**************************************     HEADER     ************************************************/
.imada-header > .row-fluid,
.imada-nav-bottom > .row-fluid {
  max-width: 914px;
}
/**************************************     NAV     ************************************************/
.navbar .nav.navbar-imada-subsite {
    width: 40%;
}
.navbar .nav > li > .imada-whole-cateogies-list-menu.dropdown-menu,
.navbar.navbar-inner-imada-subsite.navbar-inner-imada-subsite-french .nav > li > .imada-whole-cateogies-list-menu.dropdown-menu {
    right: -12.5em;
}
/**************************************     SEARCH BAR     ************************************************/
.imada-search.input-append {
    width: 40%;
}
.imada-search input#ProductSearch.appendInputButton {
    left: 5px;
}
/* ********* END NAV ********* */
    
/**************************************     HEROS     ************************************************/
.imada-sws-store #myCarousel .text-content {
    padding: 0;
    width: 100%;
    max-width: 600px;
}
.imada-sws-store #myCarousel .image-content {
  text-align: right;
}
.imada-sws-store #myCarousel h1 {
  font-size: 1.8rem;
}
.imada-sws-store #myCarousel h2 {
  font-size: 1.3rem;
}
.carousel-control-new.left {
  left: 0.75rem; /* Position the left arrow */
}
.carousel-control-new.right {
  right: 0.75rem; /* Position the right arrow */
}
/**************************************     BUTTONS     ************************************************/
.sws-imada-buttons .imada-grid-container {
  gap: 1em;
}
.imada-item:not(.side-ad){
  height: 10em;
}
/**************************************     SIDE AD     ************************************************/
.imada-item.side-ad .imada-side-ad-title p.application-title,
.sws-imada-buttons-fr .imada-item.side-ad .imada-side-ad-title p.application-title {
    font-size: 1.1rem;
}
.imada-item.side-ad .imada-side-ad-subtitle p.application-subtitle,
.sws-imada-buttons-fr .imada-item.side-ad .imada-side-ad-subtitle p.application-subtitle {
    font-size: 0.9rem;
}
/**************************************     ABOUT PAGE     ************************************************/

/* ********* END About Page ********* */
  
}

@media (max-width: 979px) {
  .row-fluid.imada-sws-store{
    padding-top: 9px;
  }
/**************************************     HEADER     ************************************************/
.navbar-inner.imada-mobile {
  font-family: var(--body-imada-font);
  background: #ffffff;
  background-color: var(--white-imada-color);
  padding-top: 7px;
  padding-bottom: 7px;
}
.imada-mobile .logo-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}
.imada-mobile .span3 {
  width: 25%;
  float: left;
  margin: 0px;
}
.imada-mobile img.brand.mobile-logo {
  width: 100%;
  padding: 0px;
  margin: 0px;
}
.imada-mobile .span9 {
  margin-left: 0px;
  margin-top: 0;
  width: 60%;
}
/**************************************     SEARCH BAR     ************************************************/
.imada-mobile .mobile-search {
  width: 100%;
  margin-top: 0;
  padding: 0px;
}
.imada-mobile .mobile-search .input-append {
    padding: 0px !important;
    background-color: var(--white-imada-color);
    height: 36px;
    border-radius: 6px;
    border: 1px solid var(--brand-imada-primary-color);
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.4s ease-in-out, border-color 0.4s ease-in-out;
    width: 100%;
    margin: 0;
}
/* When the user focuses inside the input field */
.imada-mobile .mobile-search .input-append:focus-within {
  background-color: var(--brand-imada-third-color);
  border-color: var(--brand-imada-primary-color);
}
.imada-mobile .input-append input {
    background: transparent;
    padding: 6px 10px 7px;
    border-radius: 18px;
    border: none;
    font-size: 14px !important;
    width: 100% !important;
    box-shadow: none;
    font-family: var(--body-imada-font) !important;
}
.imada-mobile .input-append .btn {
    padding: 4px;
    background-color: var(--brand-imada-secondary-color);
    height: 30px;
    border-radius: 5px;
    width: 30px;
    transform: translateY(0%);
    margin-left: 0px;
    margin-top: 0px;
    border: none;
    right: 2px;
    position: relative;
    transition: background-color 0.4s ease-in-out;
}
.imada-mobile .mobile-search button .nav-search-icon-svg {
    width: 25px;
}
.imada-mobile .input-append input.refine-search:focus:invalid {
  color: var(--brand-imada-primary-color);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.imada-mobile .input-append input[type="text"]:focus{
  box-shadow: none !important;
  color: var(--brand-imada-primary-color);
}
/* Target the button when the parent container is focused */
.imada-mobile .mobile-search .input-append:focus-within .btn {
  background-color: transparent;
}
.imada-mobile .input-append input.refine-search.appendInputButton::-webkit-input-placeholder {
  /* Chrome, Opera, Safari */
  color: var(--brand-imada-primary-color);
}
.imada-mobile .input-append input.refine-search.appendInputButton:-moz-placeholder {
  /* Firefox 4-18 */
  color: var(--brand-imada-primary-color);
}
.imada-mobile .input-append input.refine-search.appendInputButton::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--brand-imada-primary-color);
}
.imada-mobile .input-append input.refine-search.appendInputButton:-ms-input-placeholder {
  /* IE 10-11 */
  color: var(--brand-imada-primary-color);
}
.imada-mobile .input-append input.refine-search.appendInputButton::-ms-input-placeholder {
  /* MS Edge */
  color: var(--brand-imada-primary-color);
}
.imada-mobile .input-append input.refine-search.appendInputButton::placeholder {
  /* your styles */
  color: var(--brand-imada-primary-color);
}
/**************************************     NAV     ************************************************/
/* Main nav wrapper */
.imada-mobile .sws-mobile-header-nav .navbar-imada-subsite-mobile {
  width: 100%;
  margin: 0 !important;
  border-radius: 0;
}
/* Main nav container full width */
.imada-mobile #SWS-mobile-nav-button-adjust {
    display: flex;
    width: 100%;
    padding: 0;
    list-style: none;
    background-color: var(--white-imada-color);
    border: none;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}
/* All nav items reset */
.imada-mobile #SWS-mobile-nav-button-adjust > li {
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative; /* dropdown attaches to Products li */
  background-color: var(--white-imada-color);
}
.imada-mobile #SWS-mobile-nav-button-adjust > li.nav-item.imada-home {
    flex: 0 0 60px; /* fixed width for icon */
    background-color: var(--brand-imada-primary-color);
}
/* Products & About equal size */
.imada-mobile #SWS-mobile-nav-button-adjust > li.nav-item.imada-products, 
.imada-mobile #SWS-mobile-nav-button-adjust > li.nav-item.imada-about {
    flex: 1; /* equal space */
    background-color: var(--brand-imada-primary-color);
}
/* Divider between items */
.imada-mobile #SWS-mobile-nav-button-adjust > li + li:not(.collapse) {
    border-left: 1px solid var(--white-imada-color);
}
/* Links inside nav items */
.imada-mobile #SWS-mobile-nav-button-adjust > li > a, 
.imada-mobile #SWS-mobile-nav-button-adjust > li > .nav-home-icon {
    display: flex;
    width: 100%;
    padding: 5px 0px;
    color: var(--white-imada-color);
    text-decoration: none;
    align-items: center;
    justify-content: space-around;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1rem;
}
.imada-mobile .imada-mobile-sub-nav.collapse {
  -webkit-transition: height .8s ease;
  -moz-transition: height .8s ease;
  -o-transition: height .8s ease;
  transition: height .8s ease;
}
/* Collapsible submenu */
li#mobile-sws-1 {
  width: 100%;
}
/* Submenu items */
.imada-mobile .imada-mobile-sub-nav.collapse ul.accordion-inner {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid var(--brand-imada-primary-color);
    border-top: none;
}

.imada-whole-cateogies-list-menu-wrapper {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 40px;
    text-align: left;
    padding: 15px;
    font-family: var(--body-imada-font);
}
.imada-whole-cateogies-list-menu-wrapper a {
    font-family: var(--body-imada-font);
    color: var(--brand-imada-buttons-color);
}

/* Remove default list styles */
.imada-whole-cateogies-list-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 1em;
}

/* Spacing between items */
.imada-mobile .imada-whole-cateogies-list-menu li {
    margin-bottom: 6px;
    margin-left: 1em;
}

/* Optional: make header-type items stand out */
.imada-mobile .imada-whole-cateogies-list-menu .dropdown-main-header-title ::before {
    content: "";
    position: absolute;
    background-color: var(--brand-imada-secondary-color);
    width: 6px;
    border-radius: 2px;
    height: 53%;
    top: 24%;
    left: -10px;
}
.imada-mobile .imada-whole-cateogies-list-menu li.dropdown-main-header-title {
    margin-left: -.5em;
    display: block;
    position: relative;
}
.imada-mobile .imada-whole-cateogies-list-menu .dropdown-main-header-title a {
    font-weight: 700;
    color: var(--brand-imada-primary-color);
}
.imada-mobile .imada-whole-cateogies-list-menu li.dropdown-header {
    margin-left: 0em;
}
.imada-mobile .imada-whole-cateogies-list-menu .dropdown-header a {
    font-weight: 600;
    color: var(--brand-imada-buttons-color);
}
.imada-mobile .sws-mobile-header-nav .nav > li > a:active, 
.imada-mobile .sws-mobile-header-nav .nav > li > a:focus{
  background-color: var(--brand-imada-secondary-color);
  margin: 0;
  border-radius: 0;
  color: var(--brand-imada-primary-color) !important;
}
.imada-mobile #SWS-mobile-nav-button-adjust > li > .nav-home-icon{
  padding: 5px 0;
}
/* Remove hover/active/focus effect ONLY on the Home button */
.imada-mobile #SWS-mobile-nav-button-adjust > li > .nav-home-icon:hover,
.imada-mobile #SWS-mobile-nav-button-adjust > li > .nav-home-icon:focus,
.imada-mobile #SWS-mobile-nav-button-adjust > li > .nav-home-icon:active {
    background-color: transparent !important;
    color: var(--white-imada-color) !important;
}

/* SUB menu STYLES */

/* ********* END HEADER ********* */

/**************************************     HEROS     ************************************************/
.carousel-top.imada-sws-store {
  margin-top: 0px;
  width: 100vw !important;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}
.row-fluid.imada-sws-store {
  padding-top: 0px;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: -4px;
}
.imada-sws-store #myCarousel .carousel-inner.hero-section, 
.imada-sws-store #myCarousel .carousel-inner.hero-section-french {
    display: flex;
    align-items: flex-start;
    height: 300px;
}
.imada-sws-store #myCarousel .hero-content {
    margin: 2em auto;
    max-height: 250px;
}
.imada-sws-store #myCarousel .text-content {
    padding: 0;
    width: 100%;
    max-width: 600px;
}
.imada-sws-store #myCarousel .text-content .text-contnet-inside {
    padding: 0em 0em 0em 2.5em;
}
.imada-sws-store #myCarousel .image-content {
  text-align: center;
}
.imada-sws-store #myCarousel h1 {
  font-size: 1.5rem;
}
.imada-sws-store #myCarousel h2 {
  font-size: 1.1rem;
}
.imada-sws-store #myCarousel .carousel-btn {
  font-size: 0.9rem;
}

.imada-sws-store #myCarousel .image-content img {
    max-height: 320px;
    margin-top: 2em;
}
/**************************************     BUTTONS     ************************************************/
.imada-item:not(.side-ad) {
  height: 9.5em;
}

/**************************************     SIDE AD     ************************************************/
.imada-item.side-ad {
  max-height: 370px;
}
.imada-item.side-ad .imada-side-ad-title p.application-title, 
.sws-imada-buttons-fr .imada-item.side-ad .imada-side-ad-title p.application-title {
    font-size: 1rem;
}
.sws-imada-buttons .side-ad-btn {
  font-size: 0.8rem;
  padding: 6px 24px;
}
/* End Side Ad*/
/* ********* END BUTTONS ********* */


/**************************************     ABOUT PAGE     ************************************************/
.imada-hero-container {
  margin-top: 0px;
}
.imada-about .about-imada-hero {
    max-height: 250px;
}
.imada-about.imada-about-french .about-imada-hero h1 {
    padding: .5em;
    font-size: 4rem;
}
.imada-about .row-fluid.about-imada-main-content .span6 {
    padding: 0 1em;
}

}
@media (min-width: 768px) and (max-width: 979px) {
  .imada-about.span12{
    margin-top: -21px !important;
  }
  .imada-about .row-fluid {
      padding-top: 0px !important;
  }
}
@media (max-width: 767px) {
  .row-fluid.imada-sws-store {
    padding-top: 0px;
}
/**************************************     NAV     ************************************************/
.imada-whole-cateogies-list-menu-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 0px;
    padding: 15px 20px;
}
/**************************************     HEADER     ************************************************/
.navbar-inner.imada-mobile {
  margin-left: -20px;
  margin-right: -20px;
}
.imada-mobile .span3 {
  width: 30%;
}
.imada-mobile .span9 {
  margin-bottom: 0;
}
/**************************************     HEROS     ************************************************/
.row-fluid.imada-sws-store {
  padding-bottom: 0;
}
.imada-sws-store #myCarousel .carousel-inner.hero-section, 
.imada-sws-store #myCarousel .carousel-inner.hero-section-french {
    height: 270px;
}
.imada-sws-store #myCarousel .hero-content {
    margin: 2em auto;
    max-height: 215px;
}
.imada-sws-store #myCarousel .text-content .text-contnet-inside {
    padding: 0em 0em 0em 1.5em;
}
.imada-sws-store #myCarousel h1 {
  font-size: 1.3rem;
}
.imada-sws-store #myCarousel h2 {
  font-size: 1rem;
}
.imada-sws-store #myCarousel .image-content {
  max-width: 350px;
}
.imada-sws-store #myCarousel .hero-content .image-content img {
    box-shadow: none;
    max-height: 300px;
} 
.carousel-indicators {
  margin-bottom: 10px;
}
/**************************************     BUTTONS     ************************************************/
 .sws-imada-buttons a.imada-item-link:has(.side-ad) {
  display: none;
  visibility: hidden;
}
.imada-item:not(.side-ad) {
  height: 8em;
}
.sws-imada-buttons .imada-grid-container {
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8em;
  margin-bottom: 2%;
}
.imada-application-img img {
    max-width: 25%;
}
/* ********* END BUTTONS ********* */
/**************************************     ABOUT PAGE     ************************************************/
.imada-about .row-fluid.about-imada-main-content {
  gap: 0;
  grid-template-columns: initial;
}
.imada-about .about-imada-hero h1 {
    padding: 0.4em;
    font-size: 3.5rem;
}
.imada-about.imada-about-french .about-imada-hero h1 {
    padding: 0.4em;
    font-size: 3.2rem;
}
}

@media (max-width: 600px) {
/**************************************     HEADER     ************************************************/

/**************************************     NAV     ************************************************/
.imada-mobile .nav-home-icon-svg {
    width: 16px;
    height: 16px;
    padding: 2px;
}
.imada-whole-cateogies-list-menu-wrapper {
    grid-template-columns: 1fr;
}
/**************************************     HERO     ************************************************/
.row-fluid.imada-sws-store {
  padding-top: 4px;
}
.imada-sws-store #myCarousel .carousel-inner.hero-section, 
.imada-sws-store #myCarousel .carousel-inner.hero-section-french {
    height: 240px;
}
.imada-sws-store #myCarousel .hero-content {
    margin: 1.5em auto;
    max-height: 200px;
    display: flex;
    flex-direction: row;
}
.imada-sws-store #myCarousel .text-content {
    max-width: 240px;
}
.imada-sws-store #myCarousel h1 {
    font-size: 1rem;
}
.imada-sws-store #myCarousel h2 {
  font-size: 0.8rem;
  margin: 10px auto;
}
.imada-sws-store #myCarousel .carousel-btn {
    font-size: 0.8rem;
    padding: 8px 16px;
}
.imada-sws-store #myCarousel .image-content img {
    margin-top: 3.2em;
}

/**************************************     BUTTONS     ************************************************/
.imada-item:not(.side-ad) {
  height: 8em;
}
.sws-imada-buttons.sws-imada-buttons-fr .imada-application-title .application-title {
    font-size: 0.9rem;
}
.imada-application-img img {
    max-width: 30%;
}

/* ********* END BUTTONS ********* */
/**************************************     ABOUT PAGE     ************************************************/
.imada-about .about-imada-hero h1 {
  font-size: 3rem;
}
.imada-about.imada-about-french .about-imada-hero h1 {
  font-size: 2.6rem;
}
.imada-about .row-fluid.about-imada-main-content .span6 {
  padding: 0em 1em 1em;
}


}

@media (max-width: 480px) {
/**************************************     HEADER     ************************************************/
.imada-mobile .span3 {
  width: 35%;
} 
/**************************************     SEARCH BAR     ************************************************/

.imada-mobile .mobile-search .input-append {
  height: 30px;
  border-radius: 4px;
}
.imada-mobile .input-append input {
  padding: 4px 10px;
  font-size: 12px !important;
}
.imada-mobile .input-append .btn {
    height: 25px;
    border-radius: 3px;
    width: 25px;
    right: 2px;
}
.imada-mobile .mobile-search button .nav-search-icon-svg {
    width: 20px;
}
/**************************************     NAV     ************************************************/

/**************************************     HERO     ************************************************/
.carousel-top.imada-sws-store {
  padding-bottom: 0em;
}
.imada-sws-store #myCarousel .carousel-inner.hero-section, 
.imada-sws-store #myCarousel .carousel-inner.hero-section-french {
    height: 380px;
}
.imada-sws-store #myCarousel .hero-content {
    display: flex;
    flex-direction: column;
    max-height: 320px;
    margin: 2em auto;
}
.imada-sws-store #myCarousel .text-content, 
.imada-sws-store #myCarousel .text-content.text-content-french {
    max-width: 100%;
}
.imada-sws-store #myCarousel .text-content .text-contnet-inside {
    padding: 1em 1.5em;
    min-height: 100px;
}
.imada-sws-store #myCarousel h2 {
    margin: 10px 0;
}
.imada-sws-store #myCarousel .hero-content .image-content img {
    box-shadow: none;
    max-height: 250px;
    margin-top: 0;
}
/**************************************     BUTTONS     ************************************************/
.imada-item:not(.side-ad) {
  height: 7em;
}
.sws-imada-buttons .imada-item {
  grid-template-columns: repeat(1, 1fr);
  align-content: center;
  justify-items: center;
}
.sws-imada-buttons .imada-grid-container {
  grid-template-columns: repeat(1, 1fr);
}
.sws-imada-buttons .imada-application-title {
    width: 74%;
}
.sws-imada-buttons .imada-application-title .application-title, 
.sws-imada-buttons.sws-imada-buttons-fr .imada-application-title .application-title {
    font-size: 1rem;
}
.imada-application-img img {
    max-width: 20%;
}

/* ********* END BUTTONS ********* */
/**************************************     ABOUT PAGE     ************************************************/
.imada-about .about-imada-hero h1 {
  font-size: 2.5rem;
}
.imada-about.imada-about-french .about-imada-hero h1 {
  font-size: 2.1rem;
}

}

@media (max-width: 399px) {
/**************************************     HEADER     ************************************************/
.imada-mobile .logo-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 8px;
  align-items: center;
}
.imada-mobile .span3 {
    width: 50%;
}

.imada-mobile .logo-wrapper .span3 a{
  display: flex;
}
.imada-mobile .span9 {
  margin-bottom: 10px;
  width: 100%;
}

/**************************************     NAV     ************************************************/
.imada-mobile #SWS-mobile-nav-button-adjust > li.nav-item.imada-home {
  flex: 0 0 40px;
}
.imada-mobile #SWS-mobile-nav-button-adjust > li > a, 
.imada-mobile #SWS-mobile-nav-button-adjust > li > .nav-home-icon {
  font-size: 0.9rem;
}
/**************************************     HERO     ************************************************/
 .imada-sws-store #myCarousel .carousel-inner.hero-section, 
 .imada-sws-store #myCarousel .carousel-inner.hero-section-french {
    height: 330px;
}
 .imada-sws-store #myCarousel .hero-content {
    display: flex;
    flex-direction: column;
    max-height: 300px;
    margin: 1em auto;
}
.imada-sws-store #myCarousel .hero-content .image-content img {
    box-shadow: none;
    max-height: 200px;
}
/**************************************     BUTTONS     ************************************************/

.sws-imada-buttons .imada-application-title {
    width: 75%;
}
.sws-imada-buttons .imada-application-title .application-title,
.sws-imada-buttons.sws-imada-buttons-fr .imada-application-title .application-title {
  font-size: 0.9rem;
}
.imada-application-img img {
    max-width: 25%;
}
/* ********* END BUTTONS ********* */
/**************************************     ABOUT PAGE     ************************************************/
.imada-about .about-imada-hero h1 {
    font-size: 2rem;
}
.imada-about  .about-imada-container .span12 {
    padding: 1.5em;
}
}
@media (max-width: 329px) {
/**************************************     HEADER     ************************************************/
.navbar-inner.imada-mobile {
  padding-bottom: 0px;
}
.imada-mobile .span9 {
  margin-bottom: 5px;
}
.imada-mobile .sws-mobile-header-nav .nav > li > a {
  font-size: 0.8em;
}
/**************************************     SEARCH BAR     ************************************************/

/**************************************     HERO     ************************************************/
.imada-sws-store #myCarousel .hero-content {
  max-height: 300px;
}
.imada-sws-store #myCarousel .hero-content .image-content img {
    max-height: 190px;
}
/**************************************     BUTTONS     ************************************************/
.sws-imada-buttons .imada-application-title {
  width: 60%;
}
/* ********* END BUTTONS ********* */
/**************************************     ABOUT PAGE     ************************************************/

}