html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
ol,
ul,
li,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
footer,
header,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

footer,
header,
nav,
section {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
body,
button,
input,
select,
textarea {
  font-family: "Nimbus Sans", "Nimbus Sans L", "Instrument Sans", Arial, Helvetica, sans-serif;
}

html {
  min-height: 100%;
}

body {
  display: flex;
  min-height: 100vh;
  padding-top: 70px;
  background: #f7f2f4;
  flex-direction: column;
  font-size: 14px;
}

.site-main {
  flex: 1 0 auto;
  min-height: 520px;
}

h1 {
  margin-bottom: 10px;
  font-size: 44px;
  font-weight: 500;
}

h2 {
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 500;
}

h3 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
}

p {
  margin: 0 0 10px;
}

.navbar-beauty {
  background: #5e3f54;
  border-color: #4c3143;
}

.navbar-beauty .navbar-brand,
.navbar-beauty .navbar-nav > li > a {
  color: #f7edf2;
}

.navbar-beauty .navbar-brand:hover,
.navbar-beauty .navbar-nav > li > a:hover,
.navbar-beauty .navbar-nav > li > a:focus {
  color: #fff;
  background: #4c3143;
}

.navbar-beauty .navbar-toggle {
  border-color: #f7edf2;
}

.navbar-beauty .navbar-toggle .icon-bar {
  background: #f7edf2;
}

.navbar-beauty .navbar-nav > .active > a,
.navbar-beauty .navbar-nav > .active > a:hover,
.navbar-beauty .navbar-nav > .active > a:focus {
  background: #4c3143;
  color: #fff;
}

.jumbotron {
  background: #efe1e8;
  border: 1px solid #dfc8d4;
}

.jumbotron p {
  margin-bottom: 15px;
}

.btn-beauty {
  background: #8a5f78;
  border-color: #765067;
  color: #fff;
}

.btn-beauty:hover,
.btn-beauty:focus {
  background: #765067;
  border-color: #67445a;
  color: #fff;
}

.panel-beauty {
  border-color: #d8bfcc;
}

.panel-beauty > .panel-heading {
  background: #8a5f78;
  border-color: #8a5f78;
  color: #fff;
}

.panel-soft {
  border-color: #dfc8d4;
}

.panel-soft > .panel-heading {
  background: #efe1e8;
  border-color: #dfc8d4;
  color: #5e3f54;
  font-weight: bold;
}

.search-box {
  margin-bottom: 20px;
}

.form-inline .form-group {
  margin-right: 10px;
  margin-bottom: 10px;
}

.product-name {
  display: block;
  margin-bottom: 6px;
  font-weight: bold;
  line-height: 1.3;
}

.product-brand {
  color: #777;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 14px;
  background: #fff;
}

.product-card {
  display: flex;
  min-height: 132px;
  padding: 12px;
  border: 1px solid #dfc8d4;
  background: #fff;
}

.product-card-image {
  flex: 0 0 108px;
  width: 108px;
  height: 108px;
  margin-right: 12px;
  border: 1px solid #dfc8d4;
  background: #f7f2f4;
}

.product-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card-body {
  min-width: 0;
  padding-top: 2px;
}

.product-detail-image {
  display: block;
  max-width: 260px;
  width: 100%;
  height: auto;
  margin: 0 0 15px;
  border: 1px solid #dfc8d4;
  background: #fff;
}

.product-description {
  margin-bottom: 18px;
  line-height: 1.6;
}

.product-description-section {
  margin-bottom: 18px;
}

.product-description-section h2 {
  margin: 0 0 6px;
  color: #5e3f54;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: uppercase;
}

.product-description-section p {
  margin-bottom: 0;
}

.stores-page {
  margin-bottom: 25px;
}

.stores-heading {
  margin-bottom: 18px;
}

.stores-heading h1 {
  margin-bottom: 0;
}

.store-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.store-card {
  display: flex;
  min-height: 150px;
  padding: 18px;
  border: 1px solid #dfc8d4;
  background: #fff;
  flex-direction: column;
  justify-content: space-between;
}

.store-card-main h2 {
  margin: 0 0 8px;
  color: #5e3f54;
  font-size: 22px;
  line-height: 1.25;
}

.store-card-main p {
  margin-bottom: 16px;
  color: #777;
}

.store-card .btn {
  align-self: flex-start;
}

.policy-page {
  max-width: 820px;
  margin: 0 auto;
}

.policy-date {
  color: #777;
}

.policy-section {
  margin-bottom: 24px;
}

.policy-section h1 {
  margin-bottom: 12px;
}

.policy-section h2 {
  margin-bottom: 8px;
  color: #5e3f54;
  font-size: 22px;
}

.policy-section p {
  line-height: 1.6;
}

.tag-list {
  margin: 0;
}

.tag-list li {
  display: inline-block;
  margin: 0 4px 6px 0;
  padding: 4px 8px;
  background: #efe1e8;
  border: 1px solid #dfc8d4;
  border-radius: 3px;
  color: #5e3f54;
  font-size: 12px;
}

.empty-state {
  display: none;
  padding: 40px 20px;
  text-align: center;
  color: #777;
  background: #fff;
}

.empty-state.is-visible {
  display: block;
}

.empty-state .glyphicon {
  font-size: 48px;
  margin-bottom: 15px;
  color: #8a5f78;
}

.summary-number {
  margin-bottom: 0;
  font-size: 32px;
  color: #5e3f54;
}

.detail-list dt {
  margin-top: 10px;
  color: #5e3f54;
}

.site-footer {
  flex-shrink: 0;
  margin-top: 45px;
  padding: 46px 0 0;
  background: #fff;
  border-top: 4px solid #8a5f78;
  color: #67545f;
}

.site-footer h2 {
  margin: 0 0 14px;
  color: #5e3f54;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
}

.site-footer h3 {
  margin: 5px 0 18px;
  color: #5e3f54;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.site-footer h3 .glyphicon {
  top: 2px;
  margin-right: 7px;
  color: #8a5f78;
}

.site-footer p {
  max-width: 440px;
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 1.6;
}

.site-footer li {
  margin-bottom: 11px;
  font-size: 15px;
  line-height: 1.35;
}

.site-footer a {
  color: #765067;
}

.site-footer a:hover,
.site-footer a:focus {
  color: #4c3143;
  text-decoration: underline;
}

.footer-primary {
  padding-bottom: 38px;
}

.footer-copy {
  color: #6d5c66;
}

.footer-links a {
  display: inline-block;
  padding: 2px 0;
}

.footer-bottom {
  padding: 18px 0;
  border-top: 1px solid #dfc8d4;
  color: #7b6b74;
  font-size: 13px;
}

.footer-bottom .glyphicon {
  top: 2px;
  margin-right: 6px;
  color: #8a5f78;
}

.footer-bottom-links {
  text-align: right;
}

.footer-bottom-links a {
  margin-left: 18px;
}

@media (max-width: 767px) {
  body {
    padding-top: 60px;
  }

  .site-main {
    min-height: 460px;
  }

  h1 {
    font-size: 34px;
  }

  .jumbotron {
    padding: 24px;
  }

  .product-grid {
    grid-template-columns: 1fr;
    padding: 10px;
  }

  .product-card {
    min-height: 112px;
  }

  .product-card-image {
    flex-basis: 88px;
    width: 88px;
    height: 88px;
  }

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

  .site-footer {
    margin-top: 30px;
    padding-top: 34px;
  }

  .site-footer h3 {
    margin-top: 28px;
    margin-bottom: 12px;
  }

  .footer-primary {
    padding-bottom: 28px;
  }

  .footer-bottom,
  .footer-bottom-links {
    text-align: left;
  }

  .footer-bottom-links {
    margin-top: 10px;
  }

  .footer-bottom-links a {
    margin: 0 18px 0 0;
  }
}
