/*========== Variables ========================================*/
:root {
  /*=== Colors ===*/
  --primary: white;
  --secondary: #4d5e7a;
  --tertiary: #003865;

  --highlight: #1893d1; /* Buttons, hovers, etc */
  --lightHighlight: rgba(24, 147, 209, .2);
  --neutral: white;
  --neutral2: #d8d8d8;

--textColor: var(--tertiary);
--textColor2: var(--primary);

  /*=== Fonts ===*/
  --font1: 'Avenir LT Std', Arial, sans-serif;

  /*=== Radius ===*/
  --radius: 0px;

  /*=== Logo Size ===*/
  --logoHeight: 60px;

  /*=== Page Width ===*/
  --container-max-width: clamp(1000px, 70vw, 1350px);

   /*=== Buttons ===*/
   --buttonPadding: 1em 1.26em .84em;

  /*=== Box Shadow ===*/
}

@font-face {
      font-family: 'Avenir LT Std';
      src: url('/files/300woff2/AvenirLTStd-Light.woff2') format('woff2'),
          url('/files/300woff/AvenirLTStd-Light.woff') format('woff');
      font-weight: 300;
      font-style: normal;
      font-display: swap;
  }
  @font-face {
      font-family: 'Avenir LT Std';
      src: url('/files/400woff2/AvenirLTStd-Book.woff2') format('woff2'),
          url('/files/400woff/AvenirLTStd-Book.woff') format('woff');
      font-weight: 400;
      font-style: normal;
      font-display: swap;
  }
  @font-face {
      font-family: 'Avenir LT Std';
      src: url('/files/500woff2/AvenirLTStd-Roman.woff2') format('woff2'),
          url('/files/500woff/AvenirLTStd-Roman.woff') format('woff');
      font-weight: 500;
      font-style: normal;
      font-display: swap;
  }
  @font-face {
      font-family: 'Avenir LT Std';
      src: url('/files/600woff2/AvenirLTStd-Medium.woff2') format('woff2'),
          url('/files/600woff/AvenirLTStd-Medium.woff') format('woff');
      font-weight: 600;
      font-style: normal;
      font-display: swap;
  }
  @font-face {
      font-family: 'Avenir LT Std';
      src: url('/files/800woff2/AvenirLTStd-Heavy.woff2') format('woff2'),
          url('/files/800woff/AvenirLTStd-Heavy.woff') format('woff');
      font-weight: 800;
      font-style: normal;
      font-display: swap;
  }
  @font-face {
      font-family: 'Avenir LT Std';
      src: url('/files/900woff2/AvenirLTStd-Black.woff2') format('woff2'),
          url('/files/900woff/AvenirLTStd-Black.woff') format('woff');
      font-weight: 900;
      font-style: normal;
      font-display: swap;
  }

/*========== Alerts ==========*/ 
.alert, .alert--error, .flash, .alert--information, .flash--information {
color: var(--highlight);
background: var(--lightHighlight);
border-left: 3px solid var(--highlight);
box-shadow: none;
border-radius: 0;
padding-left: 13px;
}
.flash--information h2, .alert h1, .alert--info * {
color: var(--highlight);
}
.flash.flash--success {
color: green;
background: rgba(0, 128, 0, .15);
border-left: 3px solid green;
}
.product-landing .product__ordering .alert--error {
display: none;
}

/*========== Fonts =========================================*/

*, h1, h2, h3, h4, h5, a, a:link, a:visited, li, span, p {
  font-family: var(--font1);
}
h1 {
  font-weight: 800;
  color: var(--textColor);
}
h1, h2, h3, h4, h5 {
 text-transform: uppercase;
}
/*========== Hide Homepage Elements=========================*/
.slider.owl-carousel {
  display: none;
}
.homepage__callouts > h2 {
  display: none;
}
.homepage__secondary-callouts {

}
.homepage__content {
  display: none;
}

/*========== Header =======================================*/
.header--super {
background-image: url('/images/superheader/banner.jpg');
background-size: cover;
background-position: center 10%;
position: relative;
height: 700px;
}
.header--super::after {
  display: none;
position: absolute; 
top: 0;
left: 0;
width: 100%;
height: 100%;
content: '';
background: rgba(255, 255, 255, 0.5);
}
.header-wrapper {
  background: #003865;
  padding: 0;
  border-bottom: none;
  position: relative;
  z-index: 2;
}
.header-wrapper.default {
border-bottom: 1px solid var(--secondary);
 background: #003865;
}
.header--site li a, .header--site li a:link, .header--site li a:visited, .header--site li .cart-indicator a i, #mainNav li a, header.header--site .cart-indicator .cart-content-count, .categories-title{
  color: var(--textColor2);
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.header--site li a, .header--site li a:link, .header--site li a:visited, #mainNav li a, header.header--site .cart-indicator .cart-content-count, .categories-title{
font-family: var(--font1);
}
.container--header header.header--site {
  grid-template: auto 1fr / auto 1fr auto;
  padding-top: 0;
}
header.header--site .header__content {
  display: none;
}

/*-- logo --*/
header.header--site .logo-space {
  grid-area: 1/1/3/2;
  align-self: center;
  }
header.header--site .logo-space img {
  max-height: var(--logoHeight);
}

/*-- dropdown --*/
header.header--site .categories-dropdown {
  grid-area: 2/2/3/3;
  justify-self: start;

  width: clamp(150px, 12vw, 200px);
  border-top-right-radius: var(--radius);
  border-top-left-radius: var(--radius);
  z-index: 10;
}
 header.header--site .categories-dropdown:hover {
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.23);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.23);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.23);
}
header.header--site .categories-dropdown .categories-title {
  padding: 12px;
  width: 100%;
  display: flex;
  justify-content: space-between;
    align-items: center;
  border-radius: var(--radius);
}
.categories-dropdown .categories-title i {
  float: right;
    display: flex;
    justify-content: center;
    align-items: center;
  margin-top: -8px;
}
header.header--site .categories-dropdown .categories-title i.fa-chevron-up {
  display: none;
}
.categories-list-wrapper {
  display: none;
  width: 100vw;
  max-width: 100%;
  transform: translateY(100%);
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--neutral);
}
header.header--site .categories-dropdown .categories-list {
  margin: auto;
  border-bottom-left-radius: var(--radius);
  border-bottom-right-radius: var(--radius);
  background: var(--neutral);
  padding: 12px 0 20px;
  max-width: var(--container-max-width);
  width: fit-content;

  display: grid;
  grid-template-columns: auto auto auto;
  row-gap: 8px;
  column-gap: 24px;
}
 header.header--site .categories-dropdown:hover .categories-list-wrapper {
  display: block;
-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.23);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.23);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.23);
}
header.header--site .categories-dropdown .categories-title:hover + .categories-list-wrapper {
  display: block;
}
header.header--site .categories-dropdown:hover .categories-title {
  background: var(--primary);
  color: var(--textColor);
}
header.header--site .categories-dropdown:hover .categories-title i.fa-chevron-down {
  display: none;
}
header.header--site .categories-dropdown:hover .categories-title i.fa-chevron-up {
  display: flex;
}
header.header--site .categories-dropdown li.category {
  display: block;
  border-radius: var(--radius);
  width: 100%;
}
header.header--site .categories-dropdown li.category:hover {
  /*-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.23);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.23);
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.23);*/
}
header.header--site .categories-dropdown li.category a:link, header.header--site .categories-dropdown li.category a:visited {
  color: var(--secondary);
  height: 100%;
  display: block;
  padding: 12px 16px;
  transition: none;
}
header.header--site a.btnGoLogin:hover {
  color: var(--textColor2);
}
header.header--site .categories-dropdown li.category:hover a:link, header.header--site .categories-dropdown li.category:hover a:visited, header.header--site .categories-dropdown li.category:hover a {
  color: var(--neutral);
  background: var(--highlight);
}
/*-- search --*/
header.header--site .search-box {
  grid-area: 2/3/3/4;
}
#searchTerm {
  background: transparent;
  border-color: var(--neutral);
  border-right: none;
  border-top-left-radius: var(--radius);
  border-bottom-left-radius: var(--radius);
  color: var(--textColor2);
}
label[for="searchTerm"] {
  border:none;
}
#btnSearch {
border-left: none;
background: transparent;
border-top-right-radius: var(--radius);
border-bottom-right-radius: var(--radius);
border-color: var(--neutral);
}
#btnSearch i {
color: var(--neutral);
}

/*-- main nav --*/
header.header--site .nav--site {
  grid-area: 2/2/3/3;
  display: block;
  justify-self: end;
  width: fit-content;
}
#mainNav {
  max-width: fit-content;
  }
#mainNav li {
  margin-block: 0;
  margin-inline: clamp(8px, 1vw, 15px);
  }
.header--site #mainNav li a:link, #mainNav li a:visited, .container--header header.header--site li a, .header--site li .cart-indicator a i, header.header--site .cart-indicator .cart-content-count, .categories-title, .container--header header.header--site li a:link, .container--header header.header--site li a:visited {
  font-size: clamp(12px, 1vw, 18px);
}

/*-- user nav --*/
header.header--site .nav--user {
  grid-area: 1/3/2/4;
  }
.container--header header.header--site .nav--user .nav-list.horizontal li {
  padding: 0;
  margin-inline: clamp(8px, 1vw, 15px);
}
.container--header header.header--site .nav--user .nav-list.horizontal li a:link,   .container--header header.header--site .nav--user .nav-list.horizontal li a:visited {
   font-weight: 300;
}
.container--header header.header--site .nav--user .nav-list.horizontal li:last-of-type{
margin-right: 0;
}

/*========== Hero =========================================*/
.homepage__callouts {
  display: none;
}
#heroImage {
  height: 583.5px;
  width: 100%;
  position: relative;
  z-index: 1;
}
#heroImage .hero-wrapper {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center 25%;

  overflow: hidden;
}
.hero-wrapper .hero-content {
  width: var(--container-max-width);
  height: 100%;
  margin: 0 auto;

  display: grid;
  grid-template: repeat(3, 1fr) / 1fr;
  align-items: center;
}
.hero-content .hero-title {
  grid-area: 2/1/3/2;
  justify-self: center;
}
.hero-wrapper h2 {
  font-size: 60px;
  font-family: var(--font1);
  font-weight: 500;
  line-height: 66px;
}
.hero-title .title {
color: var(--textColor2);
}
.hero-title .subtitle {
color: var(--highlight);
}
.hero-link {
grid-area: 3/2/4/5;
align-self: start;
margin-top: 32px;
}
.hero-link a, .hero-link a:link, .hero-link a:visited {
color: var(--neutral);
background: transparent;
border: 1px solid var(--neutral);
padding: var(--buttonPadding);
text-transform: uppercase;
}
.hero-link a:hover, .hero-link a:link:hover, .hero-link a:visited:hover {
   background: var(--highlight);
color: var(--neutral);
border: 1px solid var(--highlight);
}

@media only screen and (max-width: 1439px) {
  .hero-wrapper .hero-content {
    width: 100%;
    margin: 0;
    padding: 0 16px;
  }
}
/*========== Body =========================================*/
body {
  background: var(--neutral);

  grid-template: auto auto 1fr auto / 1fr;
}
.container#bodyContainer {
  background: var(--neutral);
}

/*========== Featured Products =========================================*/
.featured__wrapper {
 margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 50px; 
}
.featured__section-title h2 {
  text-align: center;
  font-size: min(50px, 5vw); 
  font-weight: 400;
  color: var(--textColor);
  line-height: normal;
  margin-bottom: 0;
}
.featured__products {
display: grid;
grid-template: 1fr / repeat(3, 1fr);
  gap: 50px;
}
.featured__products::before, .featured__products::after {
  content: '';
  height: 75%;
  width: 1px;
  background: var(--neutral2);
  align-self: center;
  justify-self: center;
}
.featured__products::before {
  grid-area: 1/1/2/3;
}
.featured__products::after {
  grid-area: 1/2/2/4;
}
.featured__product  {
  background: var(--neutral);
  height: 500px;
  border-radius: var(--radius);
  overflow: hidden;

  display: grid;
  grid-template: 3fr 2fr / 1fr;
}
.featured__product:nth-child(1) {
  grid-area: 1/1/2/2;
}
.featured__product:nth-child(2) {
  grid-area: 1/2/2/3;
}
.featured__product:nth-child(3) {
  grid-area: 1/3/2/4;
}
.featured__product *{
  line-height: 25px;
}
.featured__product-image{
height: 100%;
display: flex;
justify-content: center;
align-content: center;
background: white;
}
.featured__product-image img {
  max-height: 310px;
  object-fit: cover;
} 
.featured__product + .featured__product .featured__bottom {
  
}
.featured__bottom {
padding: 24px;
display: grid;
grid-template-rows: repeat(3, auto);
grid-template-columns: 1fr 1fr;
}
.featured__bottom * {
line-height: normal;
}
.featured__bottom > div {
height: fit-content;
}
.featured__product-category{
align-self: start;
grid-area: 1/1/2/2;
}
.featured__product-category p {
color: var(--highlight);
font-weight: 300;
 text-transform: uppercase;
font-size: min(16px, 1.25vw);
}
.featured__product-title {
grid-area: 1/1/3/3;
align-self: center;

}
.featured__product-title h2{
 font-size: min(22px, 4vw);
 color: var(--textColor);
  font-weight: 400;
}
.featured__link {
width: fit-content;
grid-area: 3/1/4/2;
align-self: center;
}
.featured__link a, .featured__link a:link, .featured__link a:visited {
background: transparent;
color: var(--textColor);
border: 1px solid var(--textColor);
padding: var(--buttonPadding);
font-size: min(15px, 1.25vw);
text-transform: uppercase;
}
.featured__link a:hover, .featured__link a:link:hover, .featured__link a:visited:hover {
 background: var(--highlight);
color: var(--neutral);
border: 1px solid var(--highlight);
}
.featured__product-price {
grid-area: 3/2/4/3;
align-self: center;
justify-self: end;
}
.featured__product-price span {
color: var(--textColor);
font-size: min(19px, 1.25vw);
font-weight: 400;
}

.homepage__secondary-callouts .callout__title a:link, .homepage__secondary-callouts .callout__title a:visited {

  font-weight: 700;
  color: textColor;
}

/*========== Page Titles =====================================*/
.page__title h1 {
  font-weight: 800;
  font-size: 60px;
  text-align: left;
  color: var(--textColor);
}

/*========== Product Landing Page ==========*/
.product__ordering .alert.alert--error {
  display: none;
}

/*========== Category Page ==================================*/
.products.products--grid .product__info .product__cta {
  display: none;
}
.product .product__info .product__title h3 a {
  color: var(--textColor);
  font-weight: 400;
}
/*========== Buttons =======================================*/
.btnCTA, button.button.button--theme--primary {
  background: var(--highlight);
  border: 2px solid var(--highlight);
  color: var(--textColor);
}
/*========== Footer ========================================*/
.footer-wrapper {
  background: var(--primary);
  border-top: solid 1px var(--neutral2);
 padding-top: 70px;
  align-self: end;
  margin-top: 70px;
}
footer.footer--site .footer-nav li a, footer.footer--site p, footer.footer--site .nav-list li a {
  color: var(--textColor);
  font-family: var(--font1);
  text-transform: uppercase;
}
.footer-wrapper .logo-space {
filter: brightness(0) saturate(100%) invert(15%) sepia(13%) saturate(5916%) hue-rotate(187deg) brightness(94%) contrast(106%);
}

/*========== NEW HEADER CATEGORIES ==========*/

.new__header-items {
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.new__header-items li.category {
  display: block;
  height: 36px;
}
.new__header-items li.category a, .new__header-items li a {
  display: block;
  height: 100%;
  align-content: center; 
  color: white;
  font-size: clamp(12px, 1vw, 18px);
  text-transform: uppercase;
  padding-inline: 16px;
}
.new__header-items li:first-child a{
  margin-left:-16px;
}
.new__header-items li:last-child a{
  margin-right: -16px;
}

.new__header-items li.category a:hover, .new__header-items li a:hover {
background: #1893d1;
}
.new__header-items li > div.subcategories {
  display: none;
  background: #003865;
}
.new__header-items li:hover > div.subcategories {
  display: block;
}
.new__header-items li > div.subcategories a {
  padding-block: 16px;
}
.products.products--grid .product__image .img-wrap img {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.products.products--grid .product__image img {
    margin: 0 auto;
    max-width: 100%;
    object-fit: contain;
}