/* -- Defaults and Resets -- */
@font-face {
  font-family: 'Quicksand';
  font-stretch: 100%; /* Note that font-stretch is a % of normal width */
  font-weight: 200 600;
  src: url(Quicksand-VariableFont_wght.ttf) format('truetype');
}

:root {
  --silver-fox: #f2f2f2;
  --dark-gold: #c78b1c;
  --bright-gold: #ffbc40;
  --light-bright-gold: #ffbc40;
  --purple-punch: #482977;
  --flash-gold: #ffbc40;
  --midnight: #212423;
}

body {
  font-size: 13px;
  font-family: 'Quicksand', Arial, sans-serif;
  font-weight: 400;
  width: 100%;
  margin: auto;
  background-color: #fff;
  line-height: 1.5;
}
h1, h2, h3, h4, p, .content_wrapper li, label {
  font-family: 'Quicksand', Arial, sans-serif;
  text-align: center;
} 
a {
  font-weight: 500;
  color: var(--purple-punch);
  text-decoration: none;
}
b {
  font-weight: 500;
}
h2, h3 {
  color: var(--purple-punch);
  font-weight: 500;
}
h3 {
  color: var(--dark-gold);
  font-size:24px;
}
img {
  max-width: 100%;
  height: auto;
}
.wrapper {
  margin-left: auto;
  margin-right: auto;
  min-width: 1360px;
}
.text-link {
  text-decoration: underline;
}
p.intro {text-align: center;font-size: 14px;}

/* -- Header -- */

.header {
  background-color: var(--purple-punch);
  text-align: center;
  background-image: url(gradient.jpg);
  background-size: 110%;
  background-position: center;
  position: fixed;
  top:0px;
  width: 100%;
  z-index: 3;
  font-family: 'Quicksand', Arial, sans-serif;
  min-width: 1360px;
}
.header>div {
  position: absolute;
}
.header h1 {
  display: none;
}
.logo {
  height: 120px;
  padding: 5px;
}

/* -- Content -- */

.page-split {
  background-color: var(--purple-punch);
  background-image: url(gradient.jpg);
  background-size: 110%;
  background-position: center;
  width: 100%;
  height: 20px;

}

.content_wrapper {padding-top: 135px;} 
.fixed_w {
  width: 1360px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
}
.fixed_w p {padding-left: 230px;padding-right: 230px;}
.hero {
  width: 100%;
  display: flex;
  flex-flow: wrap;
}
.hero-split {
  flex: 1 0 50%;
}
.hero img {
  width: 100%;
  display: block;
}
.section h2, .infopage h1 {
  font-size:32px;
  color: var(--purple-punch);
  text-align: center;
  margin: 0px;
  padding: 50px 10px 20px;
  line-height: 1;
}
.section.cream {
  background-color: var(--dark-gold);
  padding: 40px 0px;
}
.section.lightcream {
  background-color: var(--silver-fox);
}
.section {
  padding-bottom: 40px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.section.cream p {
  font-size: 16px;
  text-align: center;
  padding-left: 150px;
  padding-right: 150px;
}

/* Featured Departments */
.cream_grid {
  display: flex;
  flex-flow: wrap;
  padding-top: 20px;
}
.cream_grid .grid_item {
  border-radius: 4px;
  flex: 1 0 15%;
  text-align: left;
  transition: ease 200ms;
}

.cream_grid h3 {
  margin: 0px;
}
.grid_item p, .grid_item h4 {text-align: left;padding: 0px;margin: 0px;padding-right: 10px;}
.grid_item h4 {color: var(--purple-punch);}
.grid_item img {float: left;margin: 0px 10px 40px 0px;}

/* Featured Products */
.featured-prods {
  display: flex;
  flex-flow: wrap;
}
.featured-prods a {
  font-family: 'Quicksand', Arial, sans-serif;
}
.featured-prods .product {
  flex: 1 0 30%;
  margin: 10px;
}
.product-img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  /* box-shadow: inset 0px 0px 80px rgba(0,0,0,0.2); */
  box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
  transition: ease 200ms;
  position: relative;
  overflow: hidden;
}
.product-img>img {
  border-radius: 4px;
  max-width: 100%;
  width: 100%;
  display: block;
  transition: all 0.3s ease-out 0.1s;
}
/* 
.product-img:hover {
  box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
}
.product-img>img:hover {
  transform: scale(1.04);
  transition: all 0.3s ease-out 0.1s;
}*/
.product a {
  color: var(--midnight);
  font-weight: 400;
}
.product p {
  color: var(--purple-punch);
  font-size: 16px;
  font-weight: 500;
}

/* Featured Brands */
.brands {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 20px;
}
.brands div {
  flex: 1 0 20%;
  margin: 10px;
  border: 2px solid transparent;
  transition: ease 200ms;
  background-color: var(--silver-fox);
  border-radius: 10px;
  text-align: center;
}
.brands.corps div {
  flex: 1 0 15%;
  margin: 10px;
  border: 2px solid transparent;
  transition: ease 200ms;
  background-color: var(--silver-fox);
  border-radius: 10px;
  text-align: center;
}
.brands h4 {color: var(--dark-gold);font-size: 22px;margin: 10px;font-weight: 500;}
.brands.corps h4 {font-size:20px ;}
.brands p {line-height: 16px;padding: 0px 10px 0px 10px;margin-top: 0px;}
.button-o {
  border: 2px solid var(--flash-gold);
  border-radius: 20px;
  padding: 8px 15px;
  color: var(--flash-gold);
  transition: ease 200ms;
  margin: auto;
  display: block;
  width: 130px;
  text-align: center;
  margin-bottom: 20px;
}
.button-o:hover {
  background-color: var(--flash-gold);
  border-color:  var(--flash-gold);
  color: var(--silver-fox);
}
.button-f {
  border: 2px solid var(--purple-punch);
  background-color: var(--purple-punch);
  border-radius: 20px;
  padding: 8px 15px;
  color: var(--silver-fox);
  transition: ease 200ms;
  margin: auto;
  display: block;
  width: 230px;
  text-align: center;
  margin-bottom: 20px;
}
.button-f:hover, .product-details .button-f:hover {
  background-color: var(--flash-gold);
  color: var(--purple-punch);
  border-color: var(--flash-gold);
}


/* Info Pages */
.infopage {
  text-align: center;
}
.infopage p {
  padding: 10px 0px 10px;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}
.infopage p.intro {
  max-width: 1024px;
}
.infopage img {
  border-radius: 4px;
  margin-top: 40px;
}
.para-image {
  height:430px;
  width:690px;
  border-radius: 4px; 
  background-attachment: fixed;
  background-position: top center; 
  margin-left: auto; 
  margin-right: auto;
  box-shadow: inset 0px 0px 80px rgba(0, 0, 0, 0.2);
}

/* -- Footer -- */
.footer .fixed_w {
  width: 1050px;
}
.footer {
  background-color: var(--purple-punch);
  text-align: center;
  padding: 30px;
  color: var(--silver-fox);
  background-image: url(gradient.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}
.footer a {
  color: var(--silver-fox);
  font-weight: 400;
  font-size: 12px;
}
.footer h3 {
  color: var(--silver-fox);
  font-size:14px;
  font-weight: 500;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .logo {
  height: 20px;
}
.ftr-main {
  display: flex;
  flex-flow: wrap;
  padding: 40px 0px 80px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--purple-punch);
}
.ftr-col {
  text-align: left;
  flex: 1 0 25%;
}
.ftr-col a {
  display: block;
  line-height: 27px;
}

.terms {
  position: absolute;
  right: 40px;
  bottom: 30px;
}
.terms a {
  padding-left: 20px;
}
.ftr-cards img {
  height: 30px;
  padding: 0px 14px;
}


/* ---- Styles for mobile devices ---- */

@media only screen and (max-width: 600px) {
  
  /* -- Mobile Defaults and Resets -- */
  body:has(#menu__toggle:checked) { overflow: hidden; }
  /* -- Mobile Header -- */
  .logo {
    position: fixed;
    height: 90px;
    left: 50%;
    transform: translate(-50%);
    z-index: 5;
  }
  .header {
    height: 64px;
    padding-bottom: 35px;
    background-size: 120%;
    position: fixed;
    width: 100%;
    min-width: 100%;
    z-index: 3;
  }
  .hero-split {
    flex: 1 0 100%;
  }
  .hdr-list {
    display: none;
  }
  .hdr-acc, .hdr-bag {
    top:11px;
  }
  .hdr-bag {
    right:10px;
  }
  .hdr-acc {
    right: 50px;
  }
  .button-hdr {
    z-index: 3;
    position: absolute;
    width: 100%;
    top:64px;
    left: 0px;
    right: 0px;
    border: none;
    border-radius: 0px;
    background: var(--purple-punch);
    box-sizing: border-box;
    text-align: center;
    padding: 0px;
  }


  /* -- Mobile Content -- */
  .wrapper {
    width: 100%;
    min-width: 100%;
  }
  .content_wrapper {padding-top: 98px;} 
  .fixed_w, .footer .fixed_w {
    width: 100%;
  }
  .fixed_w {
    padding: 0px;
  }
  .section h2, .infopage h1 {
    font-size: 28px;
    padding: 30px 10px 0px 10px;
  }
  .section.cream p, .fixed_w p {
    padding-left: 30px;
    padding-right: 30px;
  }
  .cream_grid .grid_item {
    flex: 1 0 100%;
    padding: 0px;
    margin: 0px;
  }
  .grid_item img  {margin-left: 10px;}
  .grid_item h4, .grid_item p {margin-right: 10px;}

  /* Featured Products */
  .product-img {
    width: 100%;
    height: auto;
    display: flex;
  }
  .featured-prods .product {
    flex: 1 0 40%;
  }
  .brands {margin-bottom: 20px;padding: 10px;}
  .brands p {margin-top: 0px;}
  .brands div, .brands.corps div {
    flex: 1 0 100%;
    margin: 10px 0px;
  }
  .button-f {margin-top: 20px;}
   
  /* -- Info Pages -- */
  .para-image {
    height:400px;
    width:100%;
  }

  /* -- Mobile Footer -- */
  
  .footer .logo {
    height: 15px;
  }
  .ftr-main {
    padding: 0px 0px 40px;
  }
  .ftr-col {
    flex:1 0 30%;
  }
  .copyright {
    bottom:20px;
    left:0px;
    right: 0px;
  }

}