.storefront-theme {
  --reference-container-width: 1140px;
  --reference-container-gutter: 12px;
  background: #fff;
  color: #252a2f;
  font-family: Arial, Helvetica, sans-serif;
}

.storefront-theme .container,
.storefront-theme .container-sm,
.storefront-theme .container-md,
.storefront-theme .container-lg,
.storefront-theme .container-xl,
.storefront-theme .container-xxl,
.storefront-theme .container-fluid {
  max-width: min(100%, var(--reference-container-width));
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--reference-container-gutter);
  padding-right: var(--reference-container-gutter);
}

.storefront-theme a {
  transition: color .16s ease, background-color .16s ease, border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.storefront-utility {
  background: #e7e3dc;
  border-bottom: 1px solid #d9d0c2;
  color: #252a2f;
  font-size: .86rem;
  padding: 8px 0;
}

.storefront-utility a {
  color: #252a2f;
  text-decoration: none;
}

.storefront-utility a:hover,
.storefront-utility i {
  color: var(--red);
}

.storefront-theme .museum-nav {
  background: #fff;
  border-bottom: 4px solid var(--red);
  box-shadow: 0 12px 32px rgba(31, 24, 18, .14);
}

.storefront-theme .navbar-dark .navbar-brand,
.storefront-theme .navbar-dark .navbar-nav .nav-link {
  color: #252a2f;
}

.storefront-theme .navbar-dark .navbar-nav .nav-link:hover,
.storefront-theme .navbar-dark .navbar-nav .nav-link:focus,
.storefront-theme .navbar-dark .navbar-nav .show > .nav-link {
  color: var(--red);
}

.storefront-theme .navbar-toggler {
  background: var(--ink);
  border-color: var(--ink);
}

.storefront-theme .brand-mark {
  background: var(--ink);
  border-color: var(--brass);
  color: var(--brass);
}

.storefront-theme .brand-text {
  color: #252a2f;
}

.storefront-theme .search-shell {
  border: 1px solid #e4e0d8;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.86);
  max-width: 680px;
}

.storefront-theme .search-shell i {
  color: var(--red);
  font-size: 1.05rem;
}

.storefront-theme .search-shell input {
  min-height: 46px;
}

.storefront-theme .search-results {
  border-radius: 0 0 6px 6px;
}

.storefront-theme .dropdown-menu {
  border: 0;
  border-radius: 3px;
  box-shadow: 0 18px 36px rgba(0,0,0,.2);
}

.storefront-theme .btn-red,
.storefront-theme .btn-main {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}

.storefront-theme .btn-red:hover,
.storefront-theme .btn-red:focus,
.storefront-theme .btn-main:hover,
.storefront-theme .btn-main:focus {
  background: #303030;
  border-color: #303030;
  color: #fff;
}

.storefront-theme .btn-brass {
  background: var(--brass);
  border-color: var(--brass);
  color: #17120b;
}

.storefront-theme .cart-button {
  align-items: center;
  border-radius: 3px;
  display: inline-flex;
  gap: 9px;
  min-height: 44px;
  padding-inline: 16px;
}

.storefront-theme .cart-button span {
  background: rgba(255,255,255,.18);
  border-radius: 999px;
  display: inline-grid;
  min-width: 26px;
  min-height: 26px;
  place-items: center;
}

.storefront-theme .navbar-nav {
  column-gap: 2px;
  flex-wrap: wrap;
}

.storefront-theme .museum-home-hero,
.storefront-theme .store-header,
.storefront-theme .page-hero {
  border-bottom: 5px solid var(--brass);
}

.storefront-theme .section-heading,
.storefront-theme .toolbar {
  border-bottom: 1px solid #d8d0c4;
  margin-bottom: 18px;
  padding-bottom: 12px;
}

.storefront-theme .section-heading h2,
.storefront-theme .toolbar strong,
.storefront-theme .toolbar span {
  letter-spacing: 0;
  text-transform: uppercase;
}

.storefront-theme .category-landing-card,
.storefront-theme .product-card {
  border-color: #e4e0d8;
  border-radius: 3px;
  box-shadow: 0 10px 24px rgba(39, 32, 24, .08);
}

.storefront-theme .category-landing-card:hover,
.storefront-theme .product-card:hover {
  box-shadow: 0 18px 34px rgba(39, 32, 24, .16);
}

.storefront-theme .product-card {
  position: relative;
}

.storefront-theme .product-card::before,
.storefront-theme .category-landing-card::before {
  background: var(--red);
  content: "";
  display: block;
  height: 4px;
  width: 100%;
}

.storefront-theme .product-media,
.storefront-theme .category-card-media {
  background: linear-gradient(180deg, #fff, #f2eee6);
}

.storefront-theme .product-body {
  padding: 16px;
}

.storefront-theme .product-title {
  font-size: 1rem;
}

.storefront-theme .rating {
  color: #d09a20;
}

.storefront-theme .filter-panel {
  background: #fff;
  border: 1px solid #e4e0d8;
  border-radius: 3px;
  box-shadow: 0 10px 24px rgba(39, 32, 24, .08);
}

.storefront-theme .footer {
  background: #252a2f;
  border-top: 5px solid var(--brass);
}

.theme-payment-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.theme-payment-icons img {
  background: #fff;
  border-radius: 3px;
  height: 26px;
  padding: 3px 5px;
  width: auto;
}

@media (max-width: 991.98px) {
  .storefront-theme .navbar-collapse {
    border-top: 1px solid #e4e0d8;
    margin-top: 12px;
    padding-top: 12px;
  }

  .storefront-theme .cart-button {
    justify-content: center;
    margin-top: 8px;
    width: 100%;
  }
}
