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: #f3f1ec;
  flex-direction: column;
  color: #292622;
  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;
}

a {
  color: #4f634f;
}

a:hover,
a:focus {
  color: #2f3f34;
}

.navbar-luxe {
  background: #24211f;
  border-color: #181614;
}

.navbar-luxe .navbar-nav > li > a {
  color: #f6f0e6;
}

.navbar-luxe .navbar-nav > li > a:hover,
.navbar-luxe .navbar-nav > li > a:focus {
  color: #fff;
  background: #3a342d;
}

.navbar-luxe .navbar-toggle {
  border-color: #d8c29d;
}

.navbar-luxe .navbar-toggle .icon-bar {
  background: #d8c29d;
}

.navbar-luxe .navbar-nav > .active > a,
.navbar-luxe .navbar-nav > .active > a:hover,
.navbar-luxe .navbar-nav > .active > a:focus {
  background: #3a342d;
  color: #fff;
}

.btn-luxe {
  background: #4f634f;
  border-color: #405341;
  color: #fff;
}

.btn-luxe:hover,
.btn-luxe:focus {
  background: #405341;
  border-color: #334234;
  color: #fff;
}

.panel-luxe {
  border-color: #cdbfaa;
}

.panel-luxe > .panel-heading {
  background: #4f634f;
  border-color: #4f634f;
  color: #fff;
}

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

.panel-soft > .panel-heading {
  background: #e8e2d7;
  border-color: #d3c7b8;
  color: #24211f;
  font-weight: bold;
}

.search-box {
  margin-bottom: 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid #d3c7b8;
}

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

.product-name {
  display: block;
  margin: 10px 0 4px;
  color: #24211f;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.32;
}

.product-name:hover,
.product-name:focus {
  color: #4f634f;
}

.product-brand {
  font-size: 13px;
  color: #70675d;
}

.product-list-layout {
  margin-bottom: 10px;
}

.product-list-surface {
  margin-bottom: 24px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px 20px;
  background: transparent;
}

.product-card {
  min-width: 0;
  background: transparent;
}

.product-card-image {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  background: #e8e2d7;
}

.product-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 160ms ease;
}

.product-card-image:hover img,
.product-card-image:focus img {
  transform: scale(1.025);
}

.product-card-body {
  min-width: 0;
}

.store-filter-panel {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.store-filter-panel > .panel-heading {
  padding: 0 0 10px;
  background: transparent;
  border: 0;
  color: #24211f;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.store-filter-panel > .panel-body {
  max-height: 740px;
  padding: 0;
  overflow: auto;
}

.store-filter-panel .checkbox {
  margin: 0 0 8px;
}

.store-filter-panel label {
  color: #514b44;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
}

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

.product-gallery {
  margin-bottom: 18px;
}

.product-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
  gap: 8px;
  max-width: 520px;
}

.product-gallery-thumbs a {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  border: 1px solid #d3c7b8;
  background: #f3f1ec;
}

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

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

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

.product-description-section h2 {
  margin: 0 0 6px;
  color: #4f634f;
  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 #d3c7b8;
  background: #fff;
  flex-direction: column;
  justify-content: space-between;
}

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

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

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

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

.policy-date {
  color: #70675d;
}

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

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

.policy-section h2 {
  margin-bottom: 8px;
  color: #4f634f;
  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: #e8e2d7;
  border: 1px solid #d3c7b8;
  border-radius: 3px;
  color: #24211f;
  font-size: 12px;
}

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

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

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

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

.detail-list dt {
  margin-top: 10px;
  color: #4f634f;
}

.site-footer {
  flex-shrink: 0;
  margin-top: 45px;
  padding: 46px 0 0;
  background: #24211f;
  border-top: 4px solid #b08855;
  color: #d7cec0;
}

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

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

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

.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: #e4c895;
}

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

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

.footer-copy {
  color: #d7cec0;
}

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

.footer-bottom {
  padding: 18px 0;
  border-top: 1px solid #4a443d;
  color: #bdb3a7;
  font-size: 13px;
}

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

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

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

@media (min-width: 768px) and (max-width: 991px) {
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px 16px;
  }

  .product-list-main {
    width: 78%;
  }

  .product-filter-sidebar {
    width: 22%;
  }
}

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

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

  h1 {
    font-size: 34px;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 12px;
  }

  .product-name {
    font-size: 14px;
  }

  .product-filter-sidebar {
    margin-top: 26px;
  }

  .store-filter-panel > .panel-body {
    max-height: 280px;
  }

  .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;
  }
}
