.grid-wrapper {
  padding: 0;
}

/* Masthead */
.masthead {
  width: 100%;
  border-bottom: 1px solid #ddd;
  background: #fff;
  margin: 0 0 24px;
  -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 15%);
  box-shadow: 0 1px 3px rgb(0 0 0 / 15%);
}
.masthead .logo {
  display: block;
  width: 150px;
  margin: 6px 18px;
}
.masthead figure {
  display: block;
  width: 150px;
  height: auto;
  margin: 0;
}
.masthead figure img {
  display: block;
  width: 150px;
  height: auto;
}
.masthead figure figcaption {
  display: none;
}

.submasthead {
  padding: 0 12px;
  border-top: 1px solid #ddd;
}
.submasthead a {
  display: inline-block;
  padding: 18px;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  color: #14a179;
  font-weight: bold;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.submasthead a:hover {
  background: #f0fffb;
  border-left: 1px solid #14a179;
  border-right: 1px solid #14a179;
}
.submasthead a:active {
  background: #14a179;
  color: #fff;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 25%);
}
.submasthead a.right {
  text-align: right;
}

/* Promoted section */
.promoted-wrapper {
  margin: 0 24px 24px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px 20px;
  max-width: 1000px;
}
.promoted {
  position: relative;
  padding: 12px 18px;
  -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 15%);
  box-shadow: 0 3px 6px rgb(0 0 0 / 15%);
  flex: 1 0px;
  min-width: 180px;
  background-color: #fff;
}
.promoted-callout {
  padding: 18px 0 3px;
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  color: #ff0053;
  text-transform: capitalize;
  letter-spacing: -.01em;
}
.promoted .promoted-image {
  display: block;
  width: 150px;
  height: 150px;
  margin: 12px auto;
}
.promoted .promoted-image figure {
  display: block;
  width: 150px;
  height: 150px;
}
.promoted .promoted-image figure img {
  display: block;
  width: 150px;
  height: 150px;
}
.promoted .promoted-image figure figcaption {
  display: none;
}
.promoted .promoted-title {
  margin: 0 0 12px;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
}
.promoted p {
  display: block;
  font-size: 12px;
  line-height: 15px;
  padding: 0 0 9px;
}
.promoted .promoted-title a {
  color: #1d1d1f;
  color: #15b38e;
  font-weight: normal;
}
.promoted.promoted-category-personal-hygiene {
  background-image: url("../img/category_personal_hygiene.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.promoted.promoted-category-winter-accessories {
  background-image: url("../img/category_winter-accessories.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}

.promoted.category {
  padding-bottom: 150px;
}
.promoted.category h2 {
  margin: 0 0 24px;
}
.promoted.category h2 a {
  color: #15b38e;
}
.promoted.category .promoted-callout {
  color: #6e6e73;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: -.01em;
}

/* Quick Links */
.quick-links {
  font-weight: bold;
  padding: 0 18px 0 30px;
  margin: 0 0 36px;
  display: flex;
  justify-content: stretch;
  flex-wrap: wrap;
  gap: 12px 12px;
  align-items: stretch;
}

/* SECTION - GENERAL CONTENT */
.section {
  padding: 0 18px;
  margin: 0 0 36px;
}
.section-max {
  max-width: 1000px;
}
.section p {
  font-size: 13px;
  line-height: 18px;
  padding: 0 0 12px;
}
.section p strong {
  font-weight: bold;
}

/* Button */
.btn {
  display: inline-block;
  border-radius: 6px;
  text-align: center;
  padding: 12px 18px;
  margin: 12px 0;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  background: #15b38e;
  border: 1px solid #15b38e;
  text-transform: capitalize;
  transition: all .2s ease,bottom 0ms;
}
.btn:hover {
  text-decoration: none;
  color: #fff;
  background: #18caa0;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 25%);
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 25%);
}
.btn:active {
  background: #10856a;
  border-color: transparent;
  -webkit-box-shadow: 0 2px 3px rgb(0 0 0 / 20%) inset;
  box-shadow: inset 0 2px 3px rgb(0 0 0 / 20%);
  text-shadow: 0 2px 3px rgb(0 0 0 / 20%);
}
.btn:focus {
  outline-color: #10856a;
}
.btn.btn-sm {
  font-size: 13px;
  line-height: 18px;
}
.btn.btn-lg {
  font-size: 17px;
  line-height: 24px;
}

.btn-outline {
  display: inline-block;
  border-radius: 24px;
  text-align: center;
  padding: 12px 18px;
  margin: 0;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #333333;
  background: #ededed;
  border: 1px solid #ffffff;
  text-transform: capitalize;
  transition: all .2s ease,bottom 0ms;
}
.btn-outline:hover {
  text-decoration: none;
  color: #fff;
  background: #18caa0;
  border-color: transparent;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 25%);
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 25%);
}
.btn-outline:active {
  background: #10856a;
  border-color: transparent;
  -webkit-box-shadow: 0 2px 3px rgb(0 0 0 / 20%) inset;
  box-shadow: inset 0 2px 3px rgb(0 0 0 / 20%);
  text-shadow: 0 2px 3px rgb(0 0 0 / 20%);
}
.btn-outline:focus {
  outline-color: #10856a;
}
.btn-outline.btn-sm {
  font-size: 13px;
  line-height: 18px;
}
.btn-outline.btn-lg {
  font-size: 17px;
  line-height: 24px;
}

/* Links */
a {
  text-decoration: none;
  color: #15b38e;
  font-weight: bold;
}
a:hover {
  color: #0d6f58;
}

/* Typography */
body {
  font-size: 14px;
  line-height: 18px;
  color: #444b55;
  background: #f9f9f9;
}
h1 {
  font-size: 24px;
  line-height: 30px;
}
.section-title {
  font-size: 24px;
  line-height: 30px;
  margin: 60px 18px 24px;
  color: #1d1d1f;
  font-weight: 600;;
}
.section-title strong {
  color: #6e6e73;
  font-weight: normal;
}