html {
  overflow-x: hidden;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  color: #444;
}

legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

label {
  font-size: 12px;
  font-weight: normal;
}

/* Chrome border line */
button:focus {
  outline: none !important;
}

/* container */
#container {
  width: 100%;
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}
#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
}

@media (min-width: 992px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1140px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1320px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
#alert .alert {
  margin-bottom: 15px;
}

#alert .alert-primary {
  box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}

#alert .alert-secondary {
  box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}

#alert .alert-success {
  box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}

#alert .alert-warning {
  box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}

#alert .alert-danger {
  box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}

#alert .alert-info {
  box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}

#alert .alert-light {
  box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}

#alert .alert-dark {
  box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}

/* top */
#top {
  background-color: #000;
  border-bottom: none;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 0;
}

#top ul.list-inline {
  margin-bottom: 0;
}

#top .list-inline-item > a, #top .list-inline-item .dropdown > a {
  font-family: "Jost", sans-serif;
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.85;
  line-height: 34px;
  vertical-align: middle;
  padding: 5px 0;
}

#top .list-inline-item > a:hover, #top .list-inline-item .dropdown > a:hover {
  color: #fff;
  opacity: 1;
}

#top .dropdown-menu {
  border-radius: 0;
  border: 1px solid #000;
}

/* logo */
#logo-row {
  padding-top: 22px;
}

#logo {
  text-align: center;
  margin: 0;
  padding-bottom: 20px;
}

#logo img {
  max-width: 220px;
}

#logo h1 {
  margin: 0;
}

#logo h1 a {
  font-family: "Jost", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
}

#header-utility-row {
  padding-bottom: 16px;
}

/* search */
#search {
  margin-bottom: 10px;
}

#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}

#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}

/* cart */
#cart {
  margin-bottom: 10px;
}

#cart .img-thumbnail {
  min-width: 100px;
}

#cart .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 14px 35px;
}

#cart .dropdown-menu {
  background: #eee;
}

#cart .dropdown-menu li {
  min-width: 300px;
}

@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
}
/* menu */
#menu {
  background-color: #fff;
  background-image: none;
  border: none;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  min-height: 48px;
  border-radius: 0;
  padding: 0 1rem;
  margin-bottom: 20px;
  position: relative;
}

#menu .nav-item.dropdown {
  position: static;
}

#menu .navbar-nav {
  justify-content: center;
}

#menu .navbar-nav > li > a {
  font-family: "Jost", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #000;
  text-shadow: none;
  padding: 16px 18px;
  background-color: transparent;
  position: relative;
}

#menu .navbar-nav > li > a::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 11px;
  height: 1px;
  background-color: #000;
  transform: scaleX(0);
  transition: transform 0.25s ease;
}

#menu .navbar-nav > li > a:hover, #menu .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #000;
}

#menu .navbar-nav > li > a:hover::after {
  transform: scaleX(1);
}

#menu .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  max-width: 100vw;
  margin: 0;
  border: none;
  border-top: 2px solid #000;
  border-radius: 0;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  padding: 40px 60px;
}

#menu .dropdown-item {
  font-family: "Jost", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #333;
  padding: 7px 0;
  background-color: transparent;
}

#menu .dropdown-item:hover, #menu .dropdown-item:focus {
  color: #000;
  background-color: transparent;
  text-decoration: underline;
  text-underline-offset: 3px;
}

#menu .dropdown-divider {
  border-top: 1px solid #eee;
}

.mega-menu {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1200px;
  margin: 0;
}

.mega-menu-links {
  flex: 0 0 auto;
}

.mega-menu-links ul {
  margin: 0;
}

.mega-menu-all {
  display: inline-block;
  margin-top: 6px;
  font-weight: 600;
}

.mega-menu-tiles {
  display: flex;
  gap: 24px;
  overflow-x: auto;
}

.mega-menu-tile {
  flex: 0 0 160px;
  text-decoration: none;
  color: #000;
}

.mega-menu-tile-image {
  display: block;
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  background-color: #f5f5f3;
  margin-bottom: 10px;
}

.mega-menu-tile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.mega-menu-tile:hover .mega-menu-tile-image img {
  transform: scale(1.05);
}

.mega-menu-tile-caption {
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #000;
}

@media (min-width: 960px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  .mega-menu {
    flex-direction: row;
    gap: 60px;
  }
  .mega-menu-links {
    flex: 0 0 220px;
  }
  .mega-menu-tiles {
    flex: 1;
  }
}
#category {
  float: left;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 48px;
  color: #000;
  text-shadow: none;
}

#menu .navbar-toggler {
  border: 1px solid #000;
  border-radius: 0;
}

#menu .navbar-toggler i {
  color: #000;
  border-color: #000;
  font-size: 0.9em;
}

/* hero banner */
.hero-banner {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-bottom: 40px;
}

.hero-banner-row {
  display: flex;
  flex-wrap: wrap;
}

.hero-banner-slide {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  overflow: hidden;
}

.hero-banner-media {
  display: block;
  position: relative;
  height: 100vh;
  min-height: 480px;
}

.hero-banner-media picture,
.hero-banner-media a {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-banner-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  text-align: center;
  padding: 0 20px;
}

.hero-banner-caption h2 {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
  margin-bottom: 20px;
}

.hero-banner-cta {
  display: inline-block;
  font-family: "Jost", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  padding: 12px 34px;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.hero-banner-cta:hover {
  background-color: #fff;
  color: #000;
}

.hero-banner-caption--rich {
  left: 0;
  right: 0;
  bottom: 70px;
  top: auto;
  transform: none;
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
  padding: 0 40px;
}

.hero-banner-eyebrow {
  display: inline-block;
  font-family: "Jost", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: none;
  color: #7a1128;
  background-color: #fff;
  border-radius: 999px;
  padding: 8px 20px;
  margin-bottom: 22px;
}

.hero-banner-caption--rich h2 {
  text-align: center;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  text-transform: none;
  letter-spacing: normal;
  font-size: 4.2rem;
  line-height: 1.1;
  margin-bottom: 24px;
}

.hero-banner-caption--rich h2::first-line {
  color: #d9a566;
}

.hero-banner-desc {
  font-family: "Jost", sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #fff;
  opacity: 0.92;
  max-width: 560px;
  margin: 0 auto 36px;
}

.hero-banner-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.hero-banner-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Jost", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 18px 42px;
  border-radius: 999px;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.hero-banner-btn--primary {
  background-color: #7a1128;
  color: #fff;
  border: 1px solid #7a1128;
  box-shadow: 0 10px 30px rgba(122, 17, 40, 0.45);
}

.hero-banner-btn--primary:hover {
  background-color: #921532;
  color: #fff;
  border-color: #921532;
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(122, 17, 40, 0.55);
}

.hero-banner-btn--secondary {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.hero-banner-btn--secondary:hover {
  background-color: #fff;
  color: #000;
  transform: translateY(-2px);
}

@media (max-width: 767px) {
  .hero-banner-caption--rich {
    padding: 0 24px;
    max-width: 100%;
  }
  .hero-banner-caption--rich h2 {
    font-size: 2.2rem;
  }
  .hero-banner-desc {
    font-size: 0.9rem;
  }
  .hero-banner-btn {
    padding: 14px 30px;
    font-size: 0.8rem;
  }
}
.hero-banner .carousel-indicators,
.hero-banner .carousel-control-prev,
.hero-banner .carousel-control-next {
  z-index: 3;
}

@media (max-width: 767px) {
  .hero-banner-media {
    height: 100vh;
    min-height: 480px;
  }
  .hero-banner-caption {
    bottom: 30px;
  }
  .hero-banner-caption h2 {
    font-size: 1.25rem;
    margin-bottom: 14px;
  }
  .hero-banner-cta {
    padding: 10px 24px;
    font-size: 0.68rem;
  }
}
/* homepage transparent header overlay */
body.is-home header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  background: transparent;
}

body.is-home .hero-banner-media::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 220px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0));
  z-index: 10;
  pointer-events: none;
}

body.is-home #logo-row {
  padding-top: 10px;
}

body.is-home #logo {
  padding-bottom: 0;
}

body.is-home #logo img {
  max-width: 130px;
  filter: brightness(0) invert(1);
}

body.is-home #menu {
  background: transparent;
  border: none;
  margin-bottom: 0;
  margin-top: -6px;
}

body.is-home #menu .navbar-nav > li > a {
  color: #fff;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
}

body.is-home #menu .navbar-nav > li > a::after {
  background-color: #fff;
}

body.is-home #menu .navbar-toggler {
  border-color: #fff;
}

body.is-home #menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
}

/* unify header background with open mega-menu */
@media (min-width: 960px) {
  body.is-home header:has(#menu .nav-item.dropdown:hover) {
    background-color: #fff;
  }

  body.is-home header:has(#menu .nav-item.dropdown:hover) #logo img {
    filter: none;
  }

  body.is-home header:has(#menu .nav-item.dropdown:hover) #menu .navbar-nav > li > a {
    color: #000;
    text-shadow: none;
  }

  body.is-home header:has(#menu .nav-item.dropdown:hover) #menu .navbar-nav > li > a::after {
    background-color: #000;
  }
}

/* trust badges */
.trust-badges {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 56px 0;
  background: linear-gradient(180deg, #fdf6ee 0%, #fefaf6 100%);
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}

.trust-badges-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

.trust-badge {
  position: relative;
  flex: 1 1 200px;
  text-align: center;
  padding: 0 24px;
  transition: transform 0.3s ease;
}

.trust-badge:hover {
  transform: translateY(-4px);
}

.trust-badge:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  right: 0;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.08);
}

.trust-badge-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7a1128, #921532);
  color: #fff;
  font-size: 1.5rem;
  box-shadow: 0 10px 24px rgba(122, 17, 40, 0.28);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.trust-badge:hover .trust-badge-icon {
  transform: scale(1.08);
  box-shadow: 0 14px 30px rgba(122, 17, 40, 0.4);
}

.trust-badge-title {
  font-family: "Jost", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #1a1a1a;
  margin-bottom: 6px;
}

.trust-badge-desc {
  font-family: "Jost", sans-serif;
  font-size: 0.85rem;
  color: #8a8a8a;
}

@media (max-width: 767px) {
  .trust-badge:not(:last-child)::after {
    display: none;
  }
  .trust-badges-row {
    gap: 32px;
  }
}

/* testimonials */
.testimonials {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 72px 0;
  background: linear-gradient(135deg, #1a0508 0%, #2b0a10 50%, #1a0508 100%);
  overflow: hidden;
}

.testimonials-heading {
  text-align: center;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  color: #fff;
  margin: 0 0 48px;
}

.testimonials-viewport {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.testimonials-arrow {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: transparent;
  color: #fff;
  font-size: 0.9rem;
  cursor: pointer;
  transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.testimonials-arrow:hover {
  background-color: #d9a566;
  border-color: #d9a566;
  color: #1a0508;
  transform: scale(1.06);
}

.testimonials-track {
  display: flex;
  gap: 24px;
  flex: 1;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 4px 4px 16px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.testimonials-track::-webkit-scrollbar {
  display: none;
}

.testimonial-card {
  position: relative;
  flex: 0 0 320px;
  scroll-snap-align: start;
  background-color: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  padding: 32px 28px 26px;
  backdrop-filter: blur(6px);
}

.testimonial-card::before {
  content: "\201C";
  position: absolute;
  top: 8px;
  right: 20px;
  font-family: Georgia, serif;
  font-size: 4rem;
  line-height: 1;
  color: rgba(217, 165, 102, 0.25);
}

.testimonial-stars {
  color: #d9a566;
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  margin-bottom: 16px;
}

.testimonial-quote {
  font-family: "Jost", sans-serif;
  font-size: 0.92rem;
  line-height: 1.7;
  font-style: italic;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 22px;
  min-height: 110px;
}

.testimonial-author {
  font-family: "Jost", sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #d9a566;
}

@media (max-width: 767px) {
  .testimonials {
    padding: 48px 0;
  }
  .testimonials-heading {
    font-size: 1.6rem;
    margin-bottom: 28px;
  }
  .testimonial-card {
    flex-basis: 260px;
  }
  .testimonials-arrow {
    width: 36px;
    height: 36px;
  }
}

/* shop by category */
.shop-by-category {
  padding: 32px 0 64px;
}

.shop-by-category-heading {
  text-align: center;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  font-size: 2.3rem;
  color: #1a1a1a;
  margin: 0 0 10px;
}

.shop-by-category-subtitle {
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 0.95rem;
  color: #777;
  max-width: 560px;
  margin: 0 auto 40px;
}

.shop-by-category-bleed {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
}

.shop-by-category-row {
  display: flex;
  flex-wrap: wrap;
}

.shop-by-category-row--four {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding: 0 24px;
  margin-bottom: 56px;
}

.shop-by-category-row--two {
  gap: 8px;
}

.shop-by-category-col {
  position: relative;
  flex: 1 1 0;
  min-width: 280px;
  overflow: hidden;
  text-decoration: none;
  display: block;
}

.shop-by-category-row--four .shop-by-category-col {
  width: 100%;
  min-width: 0;
  aspect-ratio: 3 / 4;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.14);
}

.shop-by-category-row--two .shop-by-category-col {
  height: 600px;
}

.shop-by-category-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.shop-by-category-col:hover .shop-by-category-img {
  transform: scale(1.05);
}

.shop-by-category-row--four .shop-by-category-col::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.65) 100%);
  pointer-events: none;
}

.shop-by-category-row--two .shop-by-category-col::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.15) 45%, rgba(0, 0, 0, 0) 70%);
  pointer-events: none;
}

.shop-by-category-row--four .shop-by-category-caption {
  position: absolute;
  left: 24px;
  bottom: 22px;
  z-index: 2;
}

.shop-by-category-row--four .shop-by-category-name {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 4px;
}

.shop-by-category-row--four .shop-by-category-count {
  font-family: "Jost", sans-serif;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.85);
}

.shop-by-category-row--two .shop-by-category-caption {
  position: absolute;
  left: 48px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  max-width: 320px;
}

.shop-by-category-row--two .shop-by-category-name {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: 2rem;
  color: #fff;
  margin-bottom: 10px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.shop-by-category-row--two .shop-by-category-count {
  font-family: "Jost", sans-serif;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 26px;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}

.shop-by-category-btn {
  display: inline-block;
  font-family: "Jost", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1a1a1a;
  background-color: #fff;
  padding: 15px 34px;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.shop-by-category-btn:hover {
  background-color: #7a1128;
  color: #fff;
  transform: translateY(-2px);
}

@media (max-width: 991px) {
  .shop-by-category-row--four {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .shop-by-category-row--two .shop-by-category-col {
    flex: 1 1 100%;
    height: 420px;
  }
  .shop-by-category-row--two .shop-by-category-name {
    font-size: 1.5rem;
  }
  .shop-by-category-row--two .shop-by-category-caption {
    left: 28px;
    max-width: 260px;
  }
}

@media (max-width: 575px) {
  .shop-by-category-row--four {
    grid-template-columns: 1fr;
    margin-bottom: 32px;
  }
  .shop-by-category-row--four .shop-by-category-col {
    max-width: 320px;
    margin: 0 auto;
  }
  .shop-by-category-heading {
    font-size: 1.7rem;
  }
}

/* featured products */
.featured-products {
  padding: 56px 0;
}

.featured-products-header {
  text-align: center;
  margin-bottom: 32px;
}

.featured-products-title {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  font-size: 2.2rem;
  color: #1a1a1a;
  margin: 0 0 8px;
}

.featured-products-subtitle {
  font-family: "Jost", sans-serif;
  font-size: 0.9rem;
  color: #888;
  margin: 0;
}

.featured-products-grid {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding: 0 24px;
}

/* card look, scoped so category/search/related product grids are untouched */
.featured-products .product-thumb {
  border: none;
  height: auto;
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.featured-products .product-thumb:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.14);
}

.featured-products .product-thumb .image {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
}

.featured-products .product-thumb .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.featured-products .product-thumb:hover .image img {
  transform: scale(1.06);
}

.featured-products .product-thumb .description {
  padding: 18px 18px 22px;
  margin-bottom: 0;
}

.featured-products .product-thumb .description p,
.featured-products .product-thumb .rating {
  display: none;
}

.featured-products .product-thumb .description h4 {
  font-family: "Jost", sans-serif;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.featured-products .product-thumb .description h4 a {
  color: #1a1a1a;
  text-decoration: none;
}

.featured-products .product-thumb .description h4 a:hover {
  color: #7a1128;
}

.featured-products .product-thumb .price {
  font-family: "Jost", sans-serif;
  font-size: 1rem;
}

.featured-products .product-thumb .price-new {
  color: #1a1a1a;
  font-weight: 700;
}

.featured-products .product-thumb .price-old {
  font-size: 0.85rem;
  margin-left: 6px;
}

.featured-products .product-thumb .button {
  display: none;
}

@media (max-width: 991px) {
  .featured-products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .featured-products {
    padding: 40px 0;
  }
  .featured-products-grid {
    padding: 0 16px;
  }
  .featured-products-title {
    font-size: 1.6rem;
  }
}

/* default boostrap changes */
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}

.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}

.nav-tabs {
  margin-bottom: 15px;
}

.form-check .form-check-input {
  margin-top: 0.25rem;
}

@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
/* footer */
.site-footer {
  flex-shrink: 0;
  width: 100%;
  padding-top: 56px;
  background-color: #f5f5f4;
  border-top: 1px solid #e5e2dd;
  color: #555;
}

.site-footer-inner {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 48px;
  box-sizing: border-box;
}

.site-footer a {
  color: #666;
  text-decoration: none;
}

.site-footer a:hover {
  color: #7a1128;
}

.site-footer h5 {
  font-family: "Jost", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-top: 0;
  margin-bottom: 20px;
}

.footer-row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding-bottom: 40px;
}

.footer-col {
  flex: 1 1 260px;
  font-family: "Jost", sans-serif;
  font-size: 1rem;
}

.footer-col-story p {
  line-height: 1.7;
  margin-bottom: 10px;
}

.footer-readmore {
  display: inline-block;
  text-decoration: underline;
  color: #444;
  margin-bottom: 20px;
}

.footer-social {
  display: flex;
  gap: 12px;
}

.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #eae7e1;
  color: #444;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.footer-social a:hover {
  background-color: #7a1128;
  color: #fff;
}

.footer-col-info {
  text-align: left;
}

.footer-col-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-col-info li {
  margin-bottom: 12px;
}

.footer-col-contact {
  text-align: left;
}

.footer-col-contact p {
  margin-bottom: 10px;
  line-height: 1.6;
}

.footer-popular {
  padding: 28px 0;
  border-top: 1px solid #e5e2dd;
  font-family: "Jost", sans-serif;
}

.footer-popular p {
  font-size: 0.95rem;
  line-height: 2;
  color: #777;
  margin: 0;
}

.footer-bottom {
  padding: 20px 0;
  border-top: 1px solid #e5e2dd;
  font-family: "Jost", sans-serif;
  font-size: 0.9rem;
  color: #999;
  text-align: center;
}

.footer-bottom p {
  margin: 0;
}

@media (max-width: 767px) {
  .site-footer {
    padding-top: 40px;
  }
  .site-footer-inner {
    padding: 0 20px;
  }
  .footer-row {
    gap: 32px;
  }
}

/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-tertiary-bg);
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 29px;
  height: 29px;
  border-right: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}

.product-thumb {
  border: 1px solid #ddd;
  position: relative;
  height: 100%;
}

.product-thumb .image {
  text-align: center;
}

.product-thumb .image a:hover {
  opacity: 0.8;
}

.product-thumb .description {
  padding: 15px;
  margin-bottom: 45px;
}

.product-thumb .description h4 {
  font-weight: bold;
}

.product-thumb .button {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.product-thumb .button button {
  width: 33.33%;
  border: none;
  border-top: 1px solid var(--bs-border-color);
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-gray-600);
  line-height: 38px;
  text-align: center;
}

.product-thumb .button button:hover {
  color: var(--bs-gray-600);
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}

.product-thumb .button button + button {
  border-left: 1px solid var(--bs-border-color);
}

@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button {
    border-left: 1px solid #ddd;
    width: calc(100% - 15px);
    margin-left: 15px;
  }
}
.rating .fa-stack {
  width: 20px;
}

.rating .fa-star {
  color: #999;
  font-size: 15px;
}

.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}

.rating .fa-star + .fa-star {
  color: #E69500;
}

/* product list */
.price {
  color: #444;
}

.price-new {
  font-weight: 600;
}

.price-old {
  color: #dc512c;
  text-decoration: line-through;
}

.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}

/* blog */
.blog-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}

.blog-thumb h4 {
  font-weight: bold;
}

.blog-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}

.blog-thumb .image a:hover {
  opacity: 0.8;
}

.blog-thumb .description {
  padding: 15px;
}

/* Theme Custom CSS */
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}

#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}

/* category hero */
.category-hero {
  background-color: #f8f2e9;
  padding: 60px 0;
  margin-bottom: 40px;
}

.category-hero-breadcrumb.breadcrumb {
  background-color: transparent;
  border: none;
  padding: 0;
  margin-bottom: 30px;
}

.category-hero-breadcrumb > li.breadcrumb-item {
  padding: 0 8px 0 0;
}

.category-hero-breadcrumb > li.breadcrumb-item:after {
  content: '/';
  position: static;
  display: inline-block;
  width: auto;
  height: auto;
  border: none;
  transform: none;
  margin-left: 8px;
  color: #b98a3d;
}

.category-hero-breadcrumb > li.breadcrumb-item:last-child:after {
  content: none;
}

.category-hero-breadcrumb a {
  color: #7a1128;
}

.category-hero-inner {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}

.category-hero-content {
  flex: 1 1 380px;
}

.category-hero-content h1 {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 500;
  color: #7a1128;
  font-size: 3rem;
  line-height: 1.15;
  margin-bottom: 20px;
}

.category-hero-desc {
  font-family: 'Jost', sans-serif;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #555;
  margin-bottom: 30px;
  max-width: 520px;
}

.category-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.category-hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Jost', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 16px 38px;
  text-decoration: none;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.category-hero-btn--primary {
  color: #fff;
  background-color: #7a1128;
  border: 1px solid #7a1128;
}

.category-hero-btn--primary:hover {
  background-color: #921532;
  border-color: #921532;
  color: #fff;
  transform: translateY(-2px);
}

.category-hero-btn--outline {
  color: #7a1128;
  background-color: transparent;
  border: 1px solid #7a1128;
}

.category-hero-btn--outline:hover {
  background-color: #7a1128;
  color: #fff;
  transform: translateY(-2px);
}

.category-hero-media {
  flex: 0 0 420px;
  max-width: 420px;
}

.category-hero-media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.category-hero--noimage .category-hero-content {
  flex-basis: 100%;
  max-width: 720px;
}

@media (max-width: 767px) {
  .category-hero {
    padding: 40px 0;
  }

  .category-hero-content h1 {
    font-size: 2.1rem;
  }

  .category-hero-media {
    flex: 0 0 260px;
    max-width: 260px;
  }
}

#product-category.container {
  max-width: 1400px;
}

/* category toolbar */
.category-toolbar {
  align-items: center;
}

.cat-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: 'Jost', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  padding: 10px 18px;
  border-radius: 999px;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.cat-btn-outline {
  background-color: transparent;
  color: #7a1128;
  border: 1px solid #7a1128;
}

.cat-btn-outline:hover {
  background-color: #7a1128;
  color: #fff;
}

.cat-view-toggle {
  display: flex;
  gap: 8px;
}

.cat-view-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background-color: #fff;
  color: #7a1128;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.cat-view-btn:hover,
.cat-view-btn.active {
  background-color: #7a1128;
  border-color: #7a1128;
  color: #fff;
}

.cat-select-group .input-group-text {
  font-family: 'Jost', sans-serif;
  background-color: #f8f2e9;
  border-color: #eee2d3;
}

.cat-select-group select {
  border-color: #eee2d3;
}

.cat-select-group select:focus {
  border-color: #7a1128;
  box-shadow: 0 0 0 0.2rem rgba(122, 17, 40, 0.15);
}

/* product cards refresh */
.product-thumb {
  border: 1px solid #eee2d3;
  border-radius: 10px;
  overflow: hidden;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.product-thumb:hover {
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

.product-thumb .description h4 a {
  color: #444;
}

.product-thumb .description h4 a:hover {
  color: #7a1128;
}

.product-thumb .price-new {
  color: #7a1128;
}

/* pagination */
.pagination .page-link {
  color: #7a1128;
  border-color: #eee2d3;
}

.pagination .page-item.active .page-link {
  background-color: #7a1128;
  border-color: #7a1128;
  color: #fff;
}

.pagination .page-link:hover {
  color: #921532;
  background-color: #f8f2e9;
}

/* internal page header */
.site-header-row {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 24px;
  padding: 18px 40px;
  box-sizing: border-box;
}

.site-header-logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

.site-header-logo a {
  display: inline-block;
  transition: opacity 0.2s ease;
}

.site-header-logo a:hover {
  opacity: 0.75;
}

.site-header-logo img {
  max-height: 60px;
  min-height: 44px;
  width: auto;
  display: block;
}

.site-header-logo h1 {
  margin: 0;
}

.site-header-logo h1 a {
  font-family: 'Jost', sans-serif;
  font-size: 2.1rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
}

@media (max-width: 991px) {
  .site-header-logo img {
    max-height: 46px;
    min-height: 0;
  }

  .site-header-logo h1 a {
    font-size: 1.5rem;
  }
}

.site-header-menu {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  min-width: 0;
}

.site-header-menu > .container {
  padding: 0;
  margin: 0;
  max-width: none;
  width: auto;
}

.site-header-menu #menu {
  border: none;
  margin-bottom: 0;
  min-height: auto;
  padding: 0;
}

.site-header-icons {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 6px;
}

.site-header-icon-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  background-color: transparent;
  color: #000;
  font-size: 1.05rem;
  border-radius: 50%;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.site-header-icon-btn:hover {
  background-color: #f8f2e9;
  color: #7a1128;
}

.site-header-icon-btn.dropdown-toggle::after {
  display: none;
}

.site-header-icon-badge {
  position: absolute;
  top: 2px;
  right: 2px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  background-color: #7a1128;
  color: #fff;
  font-size: 0.65rem;
  line-height: 16px;
  text-align: center;
}

.site-header-search-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.site-header-search-panel.open {
  max-height: 100px;
  padding-bottom: 16px;
}

.site-header-search-panel form {
  margin: 0;
}

@media (max-width: 991px) {
  .site-header-row {
    padding: 14px 16px;
    gap: 12px;
  }

  .site-header-menu {
    flex: 0 1 auto;
    justify-content: flex-start;
    overflow: visible;
  }

  .site-header-icons {
    gap: 0;
  }
}

/* mobile hamburger trigger (left side, mobile only) */
.mobile-nav-toggle {
  display: none;
  order: -1;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  background-color: transparent;
  color: #000;
  font-size: 1.1rem;
  border-radius: 50%;
  flex: 0 0 auto;
  transition: background-color 0.2s ease;
}

.mobile-nav-toggle:hover {
  background-color: #f8f2e9;
  color: #7a1128;
}

.mobile-nav-toggle--home {
  position: absolute;
  left: 16px;
  top: 24px;
  color: #fff;
  z-index: 5;
}

.mobile-nav-toggle--home:hover {
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: inline-flex;
  }

  /* replaced by the off-canvas panel below */
  #menu #category,
  #menu .navbar-toggler {
    display: none !important;
  }
}

/* mobile off-canvas menu */
body.mobile-nav-open {
  overflow: hidden;
}

.mobile-nav-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.45);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1050;
}

.mobile-nav-overlay.open {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-panel {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: min(85vw, 360px);
  background-color: #fff;
  z-index: 1060;
  transform: translateX(-100%);
  transition: transform 0.35s ease;
  box-shadow: 8px 0 24px rgba(0, 0, 0, 0.15);
}

.mobile-nav-panel.open {
  transform: translateX(0);
}

.mobile-nav-panel-inner {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.mobile-nav-level {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
}

.mobile-nav-level--root {
  transform: translateX(0);
}

.mobile-nav-level--root.is-prev {
  transform: translateX(-100%);
}

.mobile-nav-level.is-active {
  transform: translateX(0);
}

.mobile-nav-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 52px;
  border-bottom: 1px solid #eee;
  flex: 0 0 auto;
}

.mobile-nav-title {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #000;
  text-align: center;
}

.mobile-nav-close,
.mobile-nav-back {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: transparent;
  color: #000;
  font-size: 1.05rem;
}

.mobile-nav-close {
  right: 8px;
}

.mobile-nav-back {
  left: 8px;
}

.mobile-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-nav-item {
  border-bottom: 1px solid #f0eeea;
}

.mobile-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 17px 22px;
  font-family: 'Jost', sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  background: none;
  border: none;
  text-align: left;
}

.mobile-nav-link i {
  font-size: 0.8rem;
  color: #999;
}

.mobile-nav-link--viewall {
  font-weight: 600;
  color: #7a1128;
}

@media (min-width: 992px) {
  .mobile-nav-overlay,
  .mobile-nav-panel {
    display: none !important;
  }
}

/*# sourceMappingURL=stylesheet.css.map */
