@charset "UTF-8";
body {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

/* Storefront (theme-gallery): align Bootstrap + components to 6px; cart / buy / qty pills keep explicit radii below */
body.theme-gallery {
  --bs-border-radius: 6px;
  --bs-border-radius-sm: 6px;
  --bs-border-radius-lg: 6px;
  --bs-border-radius-xl: 6px;
  --bs-border-radius-xxl: 6px;
  --bs-border-radius-2xl: 6px;
}

body.theme-gallery .img-thumbnail {
  border-radius: 6px;
}

/* Catalog pagination: larger, fully rounded controls (separate pills, not joined bar) */
body.theme-gallery .pagination {
  gap: 0.5rem;
  flex-wrap: wrap;
}

body.theme-gallery .pagination .page-item:not(:first-child) .page-link {
  margin-left: 0;
}

body.theme-gallery .pagination .page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  min-height: 3rem;
  padding: 0 0.65rem;
  border-radius: 9999px;
  line-height: 1;
  text-align: center;
}

body.theme-gallery .pagination .page-item:first-child .page-link,
body.theme-gallery .pagination .page-item:last-child .page-link {
  border-radius: 9999px;
}

body.theme-gallery .pagination .page-link.page-link-nav {
  white-space: nowrap;
}

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

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

label {
  font-weight: normal;
}

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

/* container */
#container {
  width: 100%;
  min-height: 100%;
  position: absolute;
  margin-bottom: 300px;
}

/* content */
#content {
  padding-bottom: 730px;
}

@media (min-width: 576px) {
  #content {
    padding-bottom: 480px;
  }
}
#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 — warm utility bar */
.theme-gallery #top {
  background-color: #f2ebe3;
  border-bottom: 1px solid #e5ddd3;
  margin-bottom: 0;
}

#top {
  background-color: var(--bs-tertiary-bg);
  border-bottom: 1px solid var(--bs-border-color);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 5px;
}

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

#top .list-inline-item > a, #top .list-inline-item .dropdown > a {
  font-size: 1.1em;
  color: var(--bs-gray-600);
  line-height: 40px;
  vertical-align: middle;
  padding: 10px 0px 5px 0px;
}

.theme-gallery #top .list-inline-item > a,
.theme-gallery #top .list-inline-item .dropdown > a {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7a756d;
  line-height: 36px;
  padding: 6px 0 4px;
}

.theme-gallery #top .list-inline-item > a:hover,
.theme-gallery #top .list-inline-item .dropdown > a:hover {
  color: #315B45;
}

/* logo */
#logo {
  text-align: center;
  margin: 7px 0 7px 0;
}

.theme-gallery .site-header {
  background: #FAF8F5;
  border-bottom: 1px solid #ebe6dc;
}

/* Homepage: gap below header / menu bar before main modules */
body.theme-gallery #common-home {
  padding-top: 1.25rem;
}

@media (min-width: 768px) {
  body.theme-gallery #common-home {
    padding-top: 1.5rem;
  }
}

.theme-gallery #logo {
  margin: 0;
}

.theme-gallery #logo img {
  max-width: 180px;
}

.theme-gallery .site-title-text,
.theme-gallery .site-title-text a {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 1.75rem;
  letter-spacing: 0.02em;
  color: #2c2c2c;
  text-decoration: none;
}

.theme-gallery .site-title-text a:hover {
  color: #315B45;
}

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

@media (min-width: 768px) {
  #logo {
    text-align: left;
  }
  .theme-gallery #logo {
    text-align: center;
  }
}
/* search */
#search {
  margin-bottom: 10px;
}

#search .form-control-lg {
  height: 40px;
  /* >= 16px prevents iOS Safari zoom on focus */
  font-size: 16px;
  line-height: 22px;
  padding: 0 10px;
}

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

.theme-gallery .site-search .form-control-lg {
  background: #fff;
  border: 1px solid #d8d3c9;
  font-size: 16px;
  color: #2c2c2c;
}

.theme-gallery .site-search .form-control-lg:focus {
  border-color: #315B45;
  box-shadow: 0 0 0 0.15rem rgba(49, 91, 69, 0.12);
}

.theme-gallery .btn-search-icon {
  background: #fff;
  border: 1px solid #d8d3c9;
  border-left: none;
  color: #4a4742;
  padding-left: 1rem;
  padding-right: 1rem;
}

.theme-gallery .btn-search-icon:hover {
  background: #f9f7f2;
  color: #315B45;
  border-color: #d8d3c9;
}

.theme-gallery .site-header-mobile-toolbar #search {
  margin-bottom: 0;
}

.theme-gallery .site-header-mobile-categories.btn-search-icon {
  border-left: 1px solid #d8d3c9;
  font-size: 0.90rem;
  font-weight: 600;
  line-height: 1.2;
  padding-left: 0.65rem;
  padding-right: 0.65rem;
  white-space: nowrap;
}

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

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

.btn-cart-header {
  background: #f2ebe3;
  color: #3a3630 !important;
  border: 1px solid #e5ddd3;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 8px 18px;
  border-radius: 20px;
  line-height: 1.3;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.btn-cart-header:hover,
.btn-cart-header:focus {
  background: #ebe3da;
  border-color: #ddd5cc;
  color: #2c2c2c !important;
  box-shadow: 0 2px 8px rgba(58, 54, 48, 0.12);
}

.btn-cart-header .fa-shopping-bag {
  margin-right: 5px;
  font-size: 1.05em;
}

.site-header-account-btn.btn-cart-header {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
}

.site-header-account-btn.btn-cart-header .fa-user {
  margin-right: 0;
  font-size: 1.05em;
}

.site-header-favorites-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 12px;
  padding-right: 12px;
}

.site-header-favorites-btn .fa-heart {
  margin-right: 0;
  font-size: 1.05em;
}

.site-header-favorites-btn .cart-header-badge {
  position: absolute;
  top: -5px;
  right: -4px;
}

.site-header-favorites-btn .favorites-header-badge {
  position: absolute;
  top: -6px;
  right: -8px;
}

.site-header-account-btn--has-initials.site-header-account-btn.btn-cart-header {
  position: relative;
  overflow: visible;
}

.site-header-account-initials {
  position: absolute;
  top: -5px;
  right: -4px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 2.75rem;
  padding: 1px 4px;
  font-size: 0.5625rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.02em;
  color: #fffefb;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #3a3630;
  border: 1px solid #fffefb;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  pointer-events: none;
}

.cart-header-btn .fa-shopping-bag {
  margin-right: 0 !important;
}

.cart-header-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.25rem;
  height: 1.25rem;
  padding: 0 5px;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: #c62828;
  border-radius: 999px;
  box-sizing: border-box;
}

.favorites-header-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.25rem;
  height: 1.25rem;
  padding: 0 5px;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: #3a3630;
  border-radius: 999px;
  box-sizing: border-box;
}

.btn-cart-header.dropdown-toggle::after {
  margin-left: 6px;
  vertical-align: 0.15em;
}

.btn-cart-checkout {
  background: #315B45;
  border-color: #315B45;
  color: #fff;
  font-weight: 600;
  border-radius: 20px;
}

.btn-cart-checkout:hover {
  background: #274937;
  border-color: #274937;
  color: #fff;
}

.product-favorite-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  justify-content: center;
  min-height: 2.15rem;
  padding: 0 0.65rem;
  border: 1px solid #e5ddd3;
  border-radius: 999px;
  background: #fbf7f2;
  color: #3a3630;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.product-favorite-toggle:hover,
.product-favorite-toggle:focus {
  border-color: #d5c5b8;
  background: #f7efe7;
  box-shadow: 0 8px 18px rgba(58, 54, 48, 0.08);
  color: #2f2922;
}

.product-favorite-toggle i {
  flex-shrink: 0;
  font-size: 0.9rem;
}

.product-favorite-toggle__text {
  white-space: nowrap;
}

.product-favorite-toggle.is-active {
  border-color: #8c2f2f;
  background: #8c2f2f;
  color: #fffdfb;
}

.favorites-page__hero {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.favorites-page__title {
  margin-bottom: 0.35rem;
}

.favorites-page__intro {
  max-width: 42rem;
  margin: 0;
  color: #6a6359;
}

.favorites-page__status {
  padding: 1rem 0;
  color: #5f584f;
}

.favorites-page__grid > .col {
  display: flex;
  flex-direction: column;
}

.favorites-page__grid .product-thumb {
  flex: 1 1 auto;
  height: auto;
  width: 100%;
}

.favorites-page__empty {
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 0 1rem;
  text-align: center;
}

.favorites-page__empty-heading {
  margin: 0;
  font-weight: 700;
  line-height: 1.35;
  color: #2f2922;
}

.favorites-page__empty-lead {
  font-size: 1.05rem;
  line-height: 1.45;
  color: #3a3630;
}

.favorites-page__empty-hint {
  line-height: 1.5;
}

.favorites-card__unavailable {
  margin-top: 0.4rem;
  color: #8c2f2f;
  font-weight: 600;
}

.favorites-page__item-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
  padding: 0.55rem 0.15rem 0;
}

.favorites-page__item-remove {
  flex: 0 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--bs-danger, #dc3545);
  font-size: 0.9rem;
  font-weight: 600;
}

.favorites-page__item-remove:hover,
.favorites-page__item-remove:focus {
  color: var(--bs-danger-text-emphasis, #b02a37);
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .site-header-favorites-btn {
    padding-left: 12px;
    padding-right: 12px;
  }

  .favorites-page__hero {
    margin-bottom: 1rem;
  }

  .favorites-page__item-actions {
    padding-top: 0.45rem;
  }
}

#cart .dropdown-menu {
  background: #fff;
  border: 1px solid #e5e0d6;
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  padding: 12px;
}

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

@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
}

/* Phones: widen Bootstrap dropdown panels (default min-width ~10rem feels cramped on iOS Safari).
   Native <select> option sheets are drawn by iOS and cannot be styled full-width with CSS. */
@media (max-width: 575.98px) {
  body.theme-gallery .dropdown-menu {
    --bs-dropdown-min-width: calc(100vw - 1.5rem);
    min-width: calc(100vw - 1.5rem);
    max-width: calc(100vw - 1.5rem);
    box-sizing: border-box;
  }

  body.theme-gallery #menu .dropdown-menu {
    --bs-dropdown-min-width: 10rem;
    min-width: min(100%, 42rem);
    max-width: calc(100vw - 1rem);
  }

  .theme-gallery #menu .navbar-nav > li > a {
    font-size: 0.85rem;
  }
}

@media (max-width: 991.98px) {
  .site-header #cart .btn-cart-header {
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 22px;
  }
}

/* menu */
.theme-gallery #menu {
  background: transparent;
  background-image: none;
  border: none;
  border-bottom: 1px solid #e5e0d6;
  border-radius: 6px;
  min-height: 48px;
  padding: 0;
  margin-bottom: 3px;
  justify-content: center;
}

.theme-gallery #menu .container {
  display: flex;
  justify-content: center;
}

.theme-gallery #menu .navbar-collapse {
  justify-content: center;
}

.theme-gallery #menu .navbar-nav > li > a {
  color: #3a3a38;
  text-shadow: none;
  font-weight: 500;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.65rem 0.9rem;
}

.theme-gallery #menu .navbar-nav > li > a:hover,
.theme-gallery #menu .navbar-nav > li > a:focus {
  color: #315B45;
  background-color: transparent;
}

#menu {
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border: 1px solid #1f90bb;
  border-color: #1f90bb #1f90bb #145e7a;
  min-height: 40px;
  border-radius: 4px;
  padding: 0 1rem;
  margin-bottom: 20px;
}

#menu .navbar-nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  background-color: transparent;
}

#menu .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

#menu .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#menu .dropdown-inner {
  display: flex;
  flex-direction: column;
}

#menu .dropdown-inner ul {
  width: 100%;
  min-width: 200px;
}

@media (min-width: 960px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  #menu .dropdown-inner {
    flex-direction: row;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-2 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -600px;
  }
}
#category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.theme-gallery #category {
  color: #315B45;
  text-shadow: none;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}

#product-category #content > h1 {
  margin-bottom: 30px;
}

/* Category title in left column (category_sort_sidebar) */
#product-category #column-left .category-sidebar-show-all {
  margin: 0 0 0.25rem;
}

#product-category #column-left .category-sidebar-show-all a {
  text-decoration: none;
}

#product-category #column-left .category-sidebar-show-all a:hover {
  text-decoration: underline;
}

#product-category #column-left .category-heading-title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.25;
  color: #1a1a18;
  margin: 0;
}

#product-category #column-left .category-heading-subtitle {
  margin: 0 0 1rem;
  font-size: 1.05rem;
  line-height: 1.45;
  color: var(--bs-secondary-color, #6c757d);
}

#product-category #column-left hr.category-heading-rule {
  margin: 0 0 1rem;
  border: 0;
  border-top: 1px solid #e5e0d6;
  opacity: 1;
}

@media (max-width: 767.98px) {
  #product-category #column-left {
    margin-bottom: 0.25rem !important;
  }

  #product-category #column-left .category-heading-title {
    font-size: 2.2rem;
  }

#product-category #content > h1 {
  margin-top: 20px;
  }
}
#common-home .homepage-builder {
  display: grid;
  gap: 2rem;
  margin-bottom: 2rem;
}

#common-home .homepage-builder__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 1.5rem;
  align-items: stretch;
  padding: 1.5rem;
  border-radius: 28px;
  background: radial-gradient(circle at top left, rgba(242, 183, 5, 0.2), transparent 28%), linear-gradient(135deg, #fffaf2 0%, #f4efe7 100%);
  border: 1px solid rgba(19, 92, 85, 0.12);
  overflow: hidden;
}

#common-home .homepage-builder__hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#common-home .homepage-builder__eyebrow {
  display: inline-flex;
  align-self: flex-start;
  padding: 0.45rem 0.8rem;
  margin-bottom: 0.9rem;
  border-radius: 999px;
  background: rgba(19, 92, 85, 0.1);
  color: #315B45;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#common-home .homepage-builder__title {
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 0.95;
  color: #1c2a28;
  margin-bottom: 1rem;
}

#common-home .homepage-builder__subtitle,
#common-home .homepage-builder__promo-text {
  color: rgba(28, 42, 40, 0.72);
  font-size: 1rem;
}

#common-home .homepage-builder__richtext {
  color: #1c2a28;
}

#common-home .homepage-builder__richtext > :last-child,
#common-home .homepage-builder__html > :last-child {
  margin-bottom: 0;
}

#common-home .homepage-builder__button,
#common-home .homepage-builder__promo-link {
  display: inline-flex;
  align-self: flex-start;
  margin-top: 1rem;
  border-radius: 999px;
  background: #315B45;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

#common-home .homepage-builder__button {
  padding: 0.85rem 1.2rem;
}

#common-home .homepage-builder__promo-link {
  padding: 0.65rem 1rem;
  font-size: 0.92rem;
  align-items: center;
  gap: 0.35rem;
}

#common-home .homepage-builder__button:hover,
#common-home .homepage-builder__promo-link:hover {
  color: #fff;
  background: #274937;
}

#common-home .homepage-builder__hero-media img,
#common-home .homepage-builder__promo-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#common-home .homepage-builder__hero-media {
  min-height: 320px;
  border-radius: 22px;
  overflow: hidden;
}

#common-home .homepage-builder__promos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

#common-home .homepage-builder__promo-card {
  display: grid;
  background: rgba(255, 250, 242, 0.92);
  border: 1px solid rgba(19, 92, 85, 0.1);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 34px rgba(35, 31, 27, 0.06);
}

#common-home .homepage-builder__promo-image {
  aspect-ratio: 4/3;
  width: 100%;
  margin: 0;
}

#common-home .homepage-builder__promo-image a {
  display: block;
  width: 100%;
  height: 100%;
}

#common-home .homepage-builder__promo-copy,
#common-home .homepage-builder__html {
  padding: 1.25rem;
}

#common-home .homepage-builder__promo-title {
  margin-bottom: 0.7rem;
  color: #1c2a28;
  font-size: 1.35rem;
}

#common-home .homepage-builder__featured {
  display: grid;
  gap: 1rem;
  grid-column: 1/-1;
  width: 100%;
}

#common-home .homepage-builder__section-title {
  color: #1c2a28;
  font-size: clamp(1.5rem, 2.4vw, 2.4rem);
  margin-bottom: 0;
}

#common-home .homepage-builder__html {
  border-radius: 24px;
  background: rgba(255, 250, 242, 0.82);
  border: 1px solid rgba(19, 92, 85, 0.08);
}

@media (max-width: 991.98px) {
  #common-home .homepage-builder__hero,
  #common-home .homepage-builder__promos {
    grid-template-columns: 1fr;
  }

  #common-home .homepage-builder__hero {
    padding: 1rem;
  }

  #common-home .homepage-builder__hero-media {
    min-height: 260px;
  }
}

@media (max-width: 767.98px) {
  #common-home .homepage-builder__featured .product-thumb .content {
    padding: 0.55rem;
  }

  #common-home .homepage-builder__featured .product-thumb .description {
    padding: 0;
  }
}

#product-category #column-left .category-sidebar-description {
  line-height: 1.45;
  color: var(--bs-secondary-color, #6c757d);
  margin-bottom: 1rem;
  font-size: 0.92rem;
}

#product-category #column-left .category-sidebar-description > :last-child {
  margin-bottom: 0;
}

#product-category #column-left .category-sidebar-description ul {
  padding-left: 1.2rem;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

#product-category #column-left .category-sidebar-description ul li {
  position: relative;
  margin-top: 7px;
  padding-left: 1.5rem;
}

#product-category #column-left .category-sidebar-description ul li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: rgba(19, 92, 85, 0.55);
  font-weight: 600;
}

#product-category #column-left .category-sidebar-subcategories .form-label,
#product-category #column-left .category-sidebar-filter .form-label,
#product-category #column-left .category-sidebar-sort .form-label {
  color: #1a1a18;
}

#product-category #column-left .category-sidebar-subcategories a {
  color: inherit;
  text-decoration: none;
}

#product-category #column-left .category-sidebar-subcategories a:hover {
  text-decoration: underline;
}

#product-category #column-left .category-sidebar-subcategories-current {
  font-weight: 400;
  color: #1a1a18;
}

#product-category #column-left .category-sidebar-subcategories-item--current {
  color: #1a1a18;
}

#product-category #column-left .category-sidebar-subcategories .form-check,
#product-category #column-left .category-sidebar-filter .form-check {
  min-height: 0;
  margin-bottom: 0;
  padding-left: 1.6rem;
}

#product-category #column-left .category-sidebar-subcategories .form-check-input,
#product-category #column-left .category-sidebar-filter .form-check-input {
  margin-top: 0.2rem;
}

#product-category #column-left .category-sidebar-subcategories .form-check-label {
  cursor: pointer;
}

#product-category #column-left .category-sidebar-subcategories .form-check:has(.form-check-input:checked) .form-check-label {
  font-weight: 600;
}

#product-category #column-left .category-sidebar-subcategories .form-check:has(.form-check-input:checked) .category-sidebar-subcategories-current {
  font-weight: 600;
}

#product-category #content .category-sidebar-subcategories-current {
  font-weight: 400;
  color: #1a1a18;
}

#product-category #content .category-sidebar-subcategories-item--current {
  padding: 0.15rem 0.35rem;
  margin-left: -0.35rem;
  border-radius: 0.25rem;
  background: rgba(0, 0, 0, 0.05);
}

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

.theme-gallery #menu .navbar-toggler {
  border-color: #d8d3c9;
}

.theme-gallery #menu .navbar-toggler i {
  color: #4a4742;
}

.theme-gallery .catalog-menu-offcanvas {
  --bs-offcanvas-width: min(20rem, 92vw);
  background: #FAF8F5;
  border-right: 1px solid #ebe6dc;
}

.theme-gallery .catalog-menu-offcanvas.offcanvas-end {
  border-right: none;
  border-left: 1px solid #ebe6dc;
}

.theme-gallery .catalog-menu-offcanvas-header {
  background: #FAF8F5;
  padding: 1rem 1.1rem;
}

.theme-gallery .catalog-menu-offcanvas .offcanvas-title {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #2c2c2c;
}

.theme-gallery .catalog-menu-offcanvas-close {
  opacity: 0.65;
}

.theme-gallery .catalog-menu-offcanvas-close:hover {
  opacity: 1;
}

.theme-gallery .catalog-sidebar-link {
  padding: 0.5rem 1rem;
  color: #3a3a38;
  font-weight: 500;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
}

.theme-gallery .catalog-sidebar-link:hover,
.theme-gallery .catalog-sidebar-link:focus {
  color: #315B45;
  background: rgba(49, 91, 69, 0.04);
}

.theme-gallery .catalog-sidebar-toggle {
  flex: 0 0 3rem;
  border: none;
  border-left: 1px solid #ebe6dc;
  border-radius: 0;
  color: #4a4742;
  text-decoration: none;
  padding: 0;
  min-height: 3rem;
}

.theme-gallery .catalog-sidebar-toggle:hover,
.theme-gallery .catalog-sidebar-toggle:focus {
  color: #315B45;
  background: rgba(49, 91, 69, 0.06);
}

.theme-gallery .catalog-sidebar-chevron-icon {
  transition: transform 0.2s ease;
  font-size: 0.7rem;
}

.theme-gallery .catalog-sidebar-toggle[aria-expanded="true"] .catalog-sidebar-chevron-icon {
  transform: rotate(180deg);
}

.theme-gallery .catalog-sidebar-children {
  background: #f6f4ef;
}

.theme-gallery .catalog-sidebar-sublink {
  padding: 0.65rem 1rem 0.65rem 1.5rem;
  font-size: 1rem;
  color: #4a4742;
  text-decoration: none;
}

.theme-gallery .catalog-sidebar-sublink:hover,
.theme-gallery .catalog-sidebar-sublink:focus {
  color: #315B45;
  background: rgba(255, 255, 255, 0.6);
}

.theme-gallery .catalog-sidebar-sublink-all {
  font-weight: 600;
  font-size: 0.8125rem;
}

.theme-gallery .site-header-menu-toggle {
  border-left: 1px solid #d8d3c9;
}

/* 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;
}

/* Product options (radio/checkbox): value text above image, gap via margin-top on thumb */
.product-option-scroll-region {
  position: relative;
}

.product-option-scroll-region.is-overflowing::after {
  content: '';
  position: absolute;
  top: 0.2rem;
  bottom: 1rem;
  width: 3.25rem;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.2s ease;
}

.product-option-scroll-region.is-overflowing::after {
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.72) 62%, rgba(255, 255, 255, 0.9) 100%);
}

.product-option-scroll-region.is-scrolled-end::after {
  opacity: 0;
}

.product-option-scrollable {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 0 0.8rem 0;
  -webkit-overflow-scrolling: touch;
}

.product-option-scroll-region.is-overflowing .product-option-scrollable {
  padding-right: 3.5rem;
  scrollbar-gutter: stable;
}

.product-option-label-with-image {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.product-option-label-with-image .product-option-thumb-text {
  display: block;
}

.product-option-label-with-image .product-option-thumb {
  display: block;
  line-height: 0;
  margin-top: 0px;
}

.form-check:has(.product-option-label-with-image) {
  align-items: flex-start;
}

.form-check:has(.product-option-label-with-image) .form-check-input {
  margin-top: 0.35rem;
}

/* Space between each variant row (radio/checkbox option values) */
#product div[id^="input-option-"] > .form-check:not(:first-child) {
  margin-top: 5px;
}

#product .product-option-choice-list > .form-check {
  flex: 0 0 auto;
  min-width: max-content;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0.7rem 0.85rem 0.7rem 2rem;
  border: 1px solid #ded6ca;
  border-radius: 0.85rem;
  background: #fff;
  box-shadow: 0 4px 14px rgba(44, 44, 44, 0.05);
}

#product .product-option-choice-list > .form-check:not(:first-child) {
  margin-top: 0;
}

#product .product-option-choice-list > .form-check .form-check-label {
  margin-bottom: 0;
}

#product .product-option-choice-list > .form-check .img-thumbnail {
  min-width: 70px;
}

/* Select options with value images: swatch grid + native select */
.theme-gallery #product-info .product-option-select-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}

.theme-gallery #product-info .product-option-select-swatches.product-option-scrollable {
  flex-wrap: nowrap;
}

.theme-gallery #product-info .product-option-select-swatch {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 auto;
  max-width: 5.5rem;
  padding: 3px;
  margin: 0;
  border: 1px solid #d8d3c9;
  border-radius: 3px;
  background: #fff;
  color: #2c2c2c;
  cursor: pointer;
  text-align: center;
  transition:
    border-color 0.15s ease,
    box-shadow 0.15s ease,
    background 0.15s ease;
}

.theme-gallery #product-info .product-option-select-swatch:hover {
  border-color: #315B45;
  background: #faf9f6;
}

.theme-gallery #product-info .product-option-select-swatch.is-selected {
  border-color: #6ea8fe;
  box-shadow: 0 0 0 2px rgba(110, 168, 254, 0.45);
  background: #9ec5fe;
}

#speedy-office-list.speedy-office-list {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  max-height: none;
  overflow-y: auto;
  margin-bottom: 0;
  padding-right: 0.25rem;
}

.speedy-office-modal-layout {
  min-height: calc(100vh - 57px);
}

.speedy-office-modal-sidebar {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  height: 100%;
  min-height: 0;
  padding: 1rem;
  background: #fff;
}

.speedy-office-modal-list-wrap {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
}

.speedy-office-modal-map-wrap {
  height: 100%;
  min-height: calc(100vh - 57px);
  background: #f8f9fa;
}

.speedy-office-pill {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.15rem;
  width: 100%;
  padding: 0.55rem 0.75rem;
  border: 1px solid #d9d4ca;
  border-radius: 3px;
  background: #fff;
  color: #2b2b2b;
  text-align: left;
  line-height: 1.25;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

.speedy-office-pill:hover {
  border-color: #315B45;
  background: #faf9f6;
}

.speedy-office-pill.is-selected {
  border-color: #6ea8fe;
  box-shadow: 0 0 0 2px rgba(110, 168, 254, 0.28);
  background: #e7f1ff;
}

.speedy-office-pill__name {
  display: block;
  font-size: 0.95rem;
  font-weight: 600;
}

.speedy-office-pill__meta {
  display: block;
  color: #6c757d;
  font-size: 0.8rem;
}

.speedy-selected-label {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0.5rem 0.75rem;
  border: 1px solid #badbcc;
  border-radius: 3px;
  background: #d1e7dd;
  color: #0f5132;
  line-height: 1.3;
}

.speedy-selected-label__address {
  display: block;
  color: #146c43;
  font-weight: 400;
}

.shipping-method-label__price {
  display: block;
  margin-top: 0.15rem;
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  .shipping-method-label__name {
    display: block;
  }

  #speedy-office-btn-wrap .d-flex {
    flex-direction: column;
    align-items: stretch !important;
  }

  #speedy-pick-office-btn {
    width: 100%;
  }

  #speedy-selected-label {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .speedy-office-modal-layout {
    min-height: 0;
  }

  .speedy-office-modal-sidebar-col {
    order: 2;
    height: auto;
    border-right: 0 !important;
    border-bottom: 1px solid #dee2e6;
  }

  .speedy-office-modal-layout > .col-lg-8,
  .speedy-office-modal-layout > .col-xl-9 {
    order: 1;
  }

  .speedy-office-modal-sidebar {
    height: auto;
    padding: 0.875rem;
  }

  #speedy-office-list.speedy-office-list {
    max-height: 40vh;
  }

  .speedy-office-modal-map-wrap {
    min-height: 50vh;
    height: 50vh;
  }
}

@media (min-width: 992px) {
  .speedy-office-modal-sidebar-col {
    height: calc(100vh - 57px);
  }

  #speedy-office-list.speedy-office-list {
    flex: 1 1 auto;
    min-height: 0;
  }
}

.theme-gallery #product-info .product-option-select-swatch__thumb {
  display: block;
  line-height: 0;
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.theme-gallery #product-info .product-option-select-swatch__img {
  display: block;
  width: 70px;
  height: 70px;
  object-fit: cover;
}

.theme-gallery #product-info .product-option-select-swatch__label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.25rem;
  width: 100%;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.2;
  box-sizing: border-box;
}

.theme-gallery #product-info .product-option-select-swatch__name {
  display: block;
  width: 100%;
  word-break: break-word;
  font-weight: 600;
}

.theme-gallery #product-info .product-option-select-swatch__price {
  display: block;
  width: 100%;
  margin-top: 0;
  font-size: 0.95rem;
  font-weight: 500;
  white-space: nowrap;
}

@media (max-width: 575.98px) {
  .product-option-scrollable {
    padding-bottom: 0.95rem;
  }
}

@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}

#account-newsletter h1,
#account-newsletter .col-form-label {
  text-align: left;
}

/* footer */
.theme-gallery footer {
  margin-top: 100px;
  background-color: #2c2c2a;
  border: none;
  border-top: 1px solid #3d3d3a;
  color: #d4cfc7;
}

.theme-gallery footer h5 {
  font-family: "Jost", sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #f5f2eb;
}

.theme-gallery footer a {
  color: #c4bfb6;
}

.theme-gallery footer a:hover {
  color: #fff;
}

.theme-gallery footer hr {
  border-bottom-color: #454542;
}

.theme-gallery footer .footer-store-info {
  color: #fff;
}

.theme-gallery footer .footer-store-logo {
  margin-bottom: 0.65rem;
}

.theme-gallery footer .footer-store-logo img {
  display: block;
  width: min(220px, 100%);
  height: auto;
}

.theme-gallery footer .footer-store-info a {
  color: #fff;
  text-decoration: none;
}

.theme-gallery footer .footer-store-info a:hover {
  color: #fff;
  text-decoration: underline;
}

.theme-gallery footer .footer-columns {
  padding-top: 0.75rem;
  padding-bottom: 0.25rem;
}

.theme-gallery footer .footer-column {
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
}

@media (min-width: 768px) {
  .theme-gallery footer .footer-column {
    border-left: 1px solid #454542;
  }

  .theme-gallery footer .footer-column:first-child {
    border-left: 0;
  }
}

@media (max-width: 767.98px) {
  .theme-gallery footer .footer-column + .footer-column {
    border-top: 1px solid #454542;
  }
}

.theme-gallery footer .footer-powered {
  margin-top: 0.5rem;
  color: #d4cfc7;
}

.theme-gallery footer .footer-nav-links a {
  color: #f5f2eb;
  text-decoration: none;
}

.theme-gallery footer .footer-nav-links a:hover {
  color: #fff;
  text-decoration: underline;
}

.theme-gallery footer .footer-nav-links > div {
  margin-bottom: 0.25rem;
}

.theme-gallery footer .footer-nav-links > div:last-child {
  margin-bottom: 0;
}

.theme-gallery footer .footer-store-info > div {
  margin-bottom: 0.2rem;
}

.theme-gallery footer .footer-store-info > div:last-child {
  margin-bottom: 0;
}

.theme-gallery footer .footer-credits {
  border-top: 1px solid #454542;
  margin-top: 0.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.theme-gallery footer .footer-credits .footer-tagline {
  margin-top: 0;
}

.theme-gallery footer .footer-tagline__icon {
  margin-bottom: 0.35rem;
}

.theme-gallery footer .footer-tagline__text {
  line-height: 1.4;
}

.theme-gallery footer .footer-tagline__flag {
  display: block;
  margin: 0 auto;
  width: 1.35em;
  max-width: 100%;
  height: auto;
  border: 0;
  outline: none;
}

footer {
  border: 1px solid #000000;
  position: absolute;
  bottom: -1px;
  width: 100%;
  padding-top: 30px;
  background-color: #303030;
  border-top: 1px solid #ddd;
  color: #e2e2e2;
}

footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}

footer a {
  color: #ccc;
  text-decoration: none;
}

footer a:hover {
  color: #fff;
}

footer h5 {
  font-family: "Jost", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* breadcrumb */
.theme-gallery .breadcrumb {
  --bs-breadcrumb-divider: "›";
  --bs-breadcrumb-item-padding-x: 0.35rem;
  justify-content: flex-start;
  flex-wrap: nowrap;
  overflow: hidden;
  margin: 0.5rem 0 0.5rem 0;
  padding: 0.5rem 0;
  border: none;
  border-radius: 6px;
  background: transparent;
  font-size: 0.8rem;
  color: #8a8580;
}
.theme-gallery .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #c9c4ba;
  font-weight: 600;
  font-size: 0.95em;
  line-height: inherit;
}
.theme-gallery .breadcrumb > li.breadcrumb-item {
  text-shadow: none;
  flex: 0 1 auto;
  min-width: 0;
}
.theme-gallery .breadcrumb > li.breadcrumb-item > a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #8a8580;
  text-decoration: none;
}
.theme-gallery .breadcrumb > li.breadcrumb-item > a:hover {
  color: #315B45;
}
.theme-gallery .breadcrumb > li.breadcrumb-item:after {
  display: none;
}

.breadcrumb {
  --bs-breadcrumb-divider: "›";
  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);
  justify-content: flex-start;
  flex-wrap: nowrap;
  overflow: hidden;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 0.25rem;
  position: relative;
  flex: 0 1 auto;
  min-width: 0;
}
.breadcrumb > li.breadcrumb-item > a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
}
.breadcrumb > li.breadcrumb-item:after {
  display: none;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  font-weight: 600;
}

/* Listing / module grids: equal-height columns when a product thumb is inside */
.theme-gallery #product-list > .col,
.theme-gallery .product-related-section .row > .col,
.theme-gallery .row > .col:has(> .product-thumb) {
  display: flex;
}

.theme-gallery .product-thumb {
  border: 1px solid #e5e0d6;
  background: #fff;
  border-radius: 6px;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  min-height: 0;
  overflow: visible;
}

/* Listing thumb: plain image, 3px radius + drop shadow (no frame texture) */
.theme-gallery .product-thumb .image {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0 0 10px;
  padding: 5px;
  box-sizing: border-box;
  text-align: center;
  background: transparent;
  border: none;
  overflow: visible;
  box-shadow: none;
}

.theme-gallery .product-thumb .image a {
  display: block;
  line-height: 0;
  width: 100%;
  max-width: 100%;
  aspect-ratio: var(--product-thumb-image-ratio, auto);
  overflow: hidden;
  border-radius: 3px;
  background: #fff;
}

.theme-gallery .product-thumb .image img.product-thumb__img,
.theme-gallery .product-thumb .image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  aspect-ratio: var(--product-thumb-image-ratio, auto);
  object-fit: cover;
  display: block;
  margin: 0;
  border-radius: 1px;
}

.theme-gallery .product-thumb .image .product-thumb__favorite {
  top: 0.15rem;
  right: 0.15rem;
}

.theme-gallery .product-thumb .content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.theme-gallery .product-thumb .description {
  padding: 0 10px 10px;
  margin-top: 10px;
  margin-bottom: 0;
  color: #000;
}

.theme-gallery .product-thumb .price {
  margin-top: 5px;
}

/* Listing grid only — separate from #product-price-display on PDP */
.theme-gallery .product-thumb .price,
.theme-gallery .product-thumb .price span {
  font-weight: 400;
}

.theme-gallery .product-thumb .description .product-thumb__title {
  display: block;
  font-weight: 400;
  font-size: 1rem;
  color: #000;
  margin: 0 0 4px;
  height: 38px;
  overflow: hidden;
  box-sizing: border-box;
  text-decoration: none;
  line-height: 1.3rem;
}

.theme-gallery .product-thumb .description .product-thumb__title:hover {
  color: var(--bs-link-hover-color);
}

.theme-gallery .product-thumb .product-thumb__attribute {
  font-size: 0.8125rem;
  line-height: 1.35;
  margin-top: 2px;
}

.theme-gallery .product-thumb .product-thumb__attribute-name {
  font-weight: 300;
  color: var(--bs-secondary-color, #6c757d);
  margin-right: 0.2em;
}

.theme-gallery .product-thumb .product-thumb__attribute-value {
  font-weight: 400;
  color: var(--bs-secondary-color, #6c757d);
}

.theme-gallery .product-thumb .product-thumb__options-stack {
  margin-top: 0;
  margin-bottom: 7px;
  opacity: 0.8;
}

.theme-gallery .product-thumb .product-thumb__options {
  margin-top: 2px;
}

.theme-gallery .product-thumb .product-thumb__options-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0;
  padding: 0;
}

.theme-gallery .product-thumb .product-thumb__options-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.45rem;
  height: 1.45rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: transparent;
  text-decoration: none;
  overflow: hidden;
  transition: opacity 0.15s ease;
}

.theme-gallery .product-thumb .product-thumb__options-link:hover {
  opacity: 0.85;
}

.theme-gallery .product-thumb .product-thumb__option-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.theme-gallery .product-thumb .product-thumb__option-fallback {
  font-size: 0.5rem;
  line-height: 1.05;
  text-align: center;
  color: var(--bs-secondary-color, #6c757d);
  padding: 0 1px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 575.98px) {
  .theme-gallery .product-thumb {
    border-radius: 4px;
    box-shadow: none;
  }

  .theme-gallery .product-thumb .image {
    padding: 5px;
    margin: 0 0 8px;
  }

  .theme-gallery .product-thumb .description {
    padding: 0 10px 10px;
    margin-top: 10px;
    color: #000;
  }

  .theme-gallery .product-thumb .description .product-thumb__title {
    font-size: 1rem;
    line-height: 1.3;
    margin-bottom: 2px;
    height: 42px;
  }

  .theme-gallery .product-thumb .product-thumb__attribute {
    font-size: 0.9rem;
  }

  .theme-gallery .product-thumb .product-thumb__options-stack {
    margin-top: 0;
    margin-bottom: 7px;
  }

  .theme-gallery .product-thumb .price,
  .theme-gallery .product-thumb .price-new {
    font-size: 1rem;
  }
}

.theme-gallery .product-thumb .button button:hover {
  background-color: #274937;
  color: #fff;
}

.theme-gallery #product-info h1 {
  font-weight: 700;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  letter-spacing: -0.02em;
  color: #1a1a18;
}

@media (max-width: 767.98px) {
  .theme-gallery #product-info h1 {
    margin-top: 15px;
    font-size: clamp(2rem, 2.5vw, 2rem);
  }
}

.theme-gallery #product-info .img-thumbnail {
  border: 1px solid #e5e0d6;
  border-radius: 6px;
  box-shadow: none;
  background: #fff;
}

.theme-gallery #product-info #tab-description p {
  margin: 0;
}

.theme-gallery #product-info .nav-tabs .nav-link {
  font-size: 0.95rem;
  font-weight: 700;
}

.theme-gallery #product-info #product .form-label {
  font-size: 0.875rem;
  font-weight: 700 !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #315B45;
}

.theme-gallery #product-info #product .invalid-feedback.d-block,
.theme-gallery #product-info #product #error-quantity.d-block {
  font-weight: 800;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  color: #fff;
  background: #c62828;
  padding: 0.5rem 0.75rem;
  border-radius: 3px;
  margin-top: 0.5rem;
  width: 100%;
  box-sizing: border-box;
}

.product-add-to-cart #error-quantity.d-block {
  flex-basis: 100%;
}

.theme-gallery #product-info .form-select,
.theme-gallery #product-info .form-control {
  border-color: #d8d3c9;
  border-radius: 6px;
  background: #fff;
}

/* Main product price only — not related / module thumbs inside #product-info */
.theme-gallery #product-info #product-price-display .price-new {
  font-size: 1.75rem;
  font-weight: 400;
  color: #2c2c2c;
  letter-spacing: -2px;
}

.theme-gallery #product-info #product-price-display .dual-currency-secondary {
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .theme-gallery #product-info #product-price-display .price-new {
    font-size: 2.2rem;
    font-weight: 400;
    color: #2c2c2c;
    letter-spacing: -2px;
  }
}

/* Add-to-cart box */
.product-add-to-cart {
  --patc-row-height: 2.75rem;

  background: #fff;
  border: 1px solid #e5e0d6;
  border-radius: 6px;
  padding: 16px 8px;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.product-add-to-cart__qty {
  display: flex;
  align-items: center;
  gap: 8px;
}

.product-add-to-cart__qty-label {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #8a8580;
  white-space: nowrap;
}

.product-add-to-cart__qty-control {
  display: inline-flex;
  align-items: stretch;
  height: var(--patc-row-height);
  border: 1px solid #d8d3c9;
  border-radius: 24px;
  overflow: hidden;
  background: #f9f7f2;
  box-sizing: border-box;
}

.product-add-to-cart__qty-btn {
  flex: 0 0 2.5rem;
  width: 2.5rem;
  min-width: 2.5rem;
  border: none;
  background: transparent;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1;
  color: #3a3630;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s ease;
}

.product-add-to-cart__qty-btn:hover {
  background: #ece8e0;
}

.product-add-to-cart__qty-input {
  flex: 0 0 auto;
  width: 2.25rem;
  min-width: 2.25rem;
  align-self: stretch;
  text-align: center;
  border: none;
  background: transparent;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.2;
  color: #2c2c2c;
  padding: 0;
  height: 100%;
  box-sizing: border-box;
  -moz-appearance: textfield;
}

.product-add-to-cart__qty-input::-webkit-outer-spin-button,
.product-add-to-cart__qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product-add-to-cart__qty-input:focus {
  outline: none;
}

.product-add-to-cart__btn {
  flex: 1;
  min-width: 0;
  min-height: var(--patc-row-height);
  height: var(--patc-row-height);
  background: #315B45;
  border-color: #315B45;
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  padding: 0 1.5rem;
  border-radius: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.product-add-to-cart__btn i {
  margin-right: 6px;
}

.product-add-to-cart__btn:hover {
  background: #274937;
  border-color: #274937;
  color: #fff;
  box-shadow: 0 2px 8px rgba(49, 91, 69, 0.25);
}

/* Product cart notice */
.product-cart-notice {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 12px 14px;
  border: 1px solid #d9ead6;
  border-radius: 6px;
  background: #f6fbf4;
  color: #263824;
}

.product-cart-notice__icon {
  flex: 0 0 auto;
  color: #3f7f35;
  line-height: 1.35;
}

.product-cart-notice__body {
  min-width: 0;
  flex: 1;
  font-size: 0.92rem;
}

.product-cart-notice__title {
  font-weight: 600;
  margin-bottom: 4px;
}

.product-cart-notice__item {
  display: flex;
  gap: 8px;
  align-items: baseline;
  flex-wrap: wrap;
  margin-top: 3px;
}

.product-cart-notice__qty {
  font-weight: 600;
}

.product-cart-notice__options {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  color: #4f5f4d;
}

.product-cart-notice__option:not(:last-child)::after {
  content: ",";
}

.product-cart-notice__link {
  display: inline-block;
  font-weight: 600;
  color: #315B45;
  text-decoration: none;
}

.product-cart-notice__link:hover {
  color: #274937;
  text-decoration: underline;
}

.product-cart-notice__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 8px;
}

.product-cart-notice__remove {
  border: none;
  background: transparent;
  color: #315B45;
  font-weight: 600;
  padding: 0;
  text-decoration: underline;
}

.product-cart-notice__remove:hover,
.product-cart-notice__remove:focus {
  color: #274937;
}

/* Related products — spacing and divider above heading */
.theme-gallery .product-related-section {
  margin-top: 70px;
}

.theme-gallery .product-related-section__rule {
  margin-top: 0;
  margin-bottom: 1rem;
  border-color: #e5e0d6;
  opacity: 1;
}

.theme-gallery .product-related-section__heading {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* theme-gallery cart button — same light brown as #top bar */
.theme-gallery header #cart .btn-cart-header {
  background: #f2ebe3;
  color: #3a3630 !important;
  border-color: #e5ddd3;
}

.theme-gallery header #cart .btn-cart-header:hover {
  background: #ebe3da;
  border-color: #ddd5cc;
  color: #2c2c2c !important;
  box-shadow: 0 2px 8px rgba(58, 54, 48, 0.12);
}

.theme-gallery header .site-header-account-btn.btn-cart-header {
  background: #f2ebe3;
  color: #3a3630 !important;
  border-color: #e5ddd3;
}

.theme-gallery header .site-header-account-btn.btn-cart-header:hover,
.theme-gallery header .site-header-account-btn.btn-cart-header:focus {
  background: #ebe3da;
  border-color: #ddd5cc;
  color: #2c2c2c !important;
  box-shadow: 0 2px 8px rgba(58, 54, 48, 0.12);
}

.theme-gallery header .site-header-account-initials {
  background: #2c2c2c;
  border-color: #f2ebe3;
}

/* Add-to-cart success modal */
.cart-added-modal .modal-dialog {
  max-width: 440px;
}

.cart-added-modal .cart-added-modal__sheet {
  position: relative;
  border-radius: 1.25rem;
  background: linear-gradient(165deg, #fffefb 0%, #fff 38%, #f7f4ef 100%);
}

.cart-added-modal .cart-added-modal__dismiss {
  position: absolute;
  right: 0.85rem;
  top: 0.85rem;
  z-index: 2;
}

.cart-added-modal .cart-added-modal__celebrate {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  margin-bottom: 1rem;
}

.cart-added-modal .cart-added-modal__spark {
  font-size: 1.35rem;
  line-height: 1;
  opacity: 0.9;
  animation: cart-added-sparkle 2.2s ease-in-out infinite;
}

.cart-added-modal .cart-added-modal__spark--r {
  animation-delay: 0.45s;
}

.cart-added-modal .cart-added-modal__icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  margin: 0 0.25rem;
  border-radius: 50%;
  background: linear-gradient(150deg, #e8f5e9 0%, #c8e6c9 45%, #81c784 100%);
  box-shadow: 0 10px 28px rgba(46, 125, 50, 0.28);
}

.cart-added-modal .cart-added-modal__bag {
  font-size: 2.1rem;
  color: #1b5e20;
}

.cart-added-modal .cart-added-modal__check {
  position: absolute;
  right: -2px;
  bottom: -2px;
  font-size: 1.65rem;
  color: #2e7d32;
  background: #fff;
  border-radius: 50%;
  line-height: 1;
  padding: 3px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

.cart-added-modal .cart-added-modal__title {
  font-weight: 700;
  font-size: 1.35rem;
  color: #3a3630;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.cart-added-modal .cart-added-modal__lead {
  font-size: 1.02rem;
  color: #5c5650;
  line-height: 1.55;
}

.cart-added-modal .cart-added-modal__hint {
  margin-top: -0.25rem !important;
  font-size: 0.9rem;
}

.cart-added-modal .cart-added-modal__actions .btn {
  border-radius: 3px;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.35;
  min-height: 44px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.cart-added-modal .cart-added-modal__actions .btn-outline-secondary {
  border-color: #d4cdc3;
  color: #3a3630;
}

.cart-added-modal .cart-added-modal__actions .btn-outline-secondary:hover {
  background: #f2ebe3;
  border-color: #c4bbb0;
  color: #2c2c2c;
}

@keyframes cart-added-sparkle {
  0%,
  100% {
    transform: translateY(0) scale(1);
    opacity: 0.75;
  }

  50% {
    transform: translateY(-3px) scale(1.08);
    opacity: 1;
  }
}

/* Product page: two columns on desktop (gallery left); Swiper must not break the grid */
.product-page-main-row > .product-page-gallery-col,
.product-page-main-row > .product-page-summary-col {
  min-width: 0;
}

.product-page-gallery-col .product-gallery,
.product-page-gallery-col .product-gallery-main-swiper {
  max-width: 100%;
}

.product-gallery,
.product-gallery-main-swiper,
.product-gallery-main-swiper .swiper-wrapper,
.product-gallery-main-swiper .swiper-slide {
  padding: 0;
}

/* Product page gallery — Swiper main + thumbs (main nav arrows disabled) */
.product-gallery-main-swiper {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

/* Swiper sets touch-action: pan-y on horizontal carousels; override so native pinch-zoom works on phones */
.product-gallery-main-swiper.swiper-horizontal {
  touch-action: auto;
}

/* Avoid 1px bleed from neighbouring slides during translate (subpixel + GPU layers) */
.product-gallery-main-swiper .swiper-slide {
  overflow: hidden;
  box-sizing: border-box;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.product-gallery-main-swiper .swiper-button-prev,
.product-gallery-main-swiper .swiper-button-next {
  display: none !important;
}

.product-gallery-thumbs-swiper {
  width: 100%;
  margin: 0.15rem 0 0;
}

.product-gallery-thumbs-swiper .swiper-slide {
  width: 4.5rem;
  height: 4.5rem;
  box-sizing: border-box;
  opacity: 0.65;
  cursor: pointer;
  border: 1px solid #e5e0d6;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
  transition: border-color 0.15s ease, opacity 0.15s ease, box-shadow 0.15s ease;
}

.product-gallery-thumbs-swiper .swiper-slide-thumb-active {
  opacity: 1;
  border-color: #315B45;
  box-shadow: 0 0 0 1px rgba(49, 91, 69, 0.25);
}

.product-gallery-thumbs-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

/* Product page gallery — main image + Swiper touch swipe */
.product-gallery__main {
  text-align: center;
  background: #fff;
  border: none;
  border-radius: 6px;
  padding: 0;
  aspect-ratio: var(--product-gallery-aspect-ratio, 1 / 1);
  touch-action: auto;
  box-shadow: var(--frame-preview-outer, none), var(--frame-preview-inset, none);
}

.product-gallery-main-swiper {
  aspect-ratio: var(--product-gallery-aspect-ratio, 1 / 1);
}

.product-gallery-main-swiper .swiper-wrapper,
.product-gallery-main-swiper .swiper-slide {
  height: 100%;
}

.product-gallery-main-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.product-gallery__main-img {
  display: block;
  max-height: 70vh;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  cursor: default;
  touch-action: auto;
  -webkit-user-select: auto;
  user-select: auto;
}

.product-gallery__thumbs {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.5rem;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  padding: 0.15rem 0 0.35rem;
  margin: 0;
}

@media (min-width: 768px) {
  .product-gallery__thumbs {
    flex-wrap: wrap;
    overflow-x: visible;
  }
}
.product-gallery__thumb {
  flex: 0 0 auto;
  width: 4.5rem;
  height: 4.5rem;
  padding: 2px;
  border: 1px solid #e5e0d6;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.product-gallery__thumb img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.product-gallery__thumb:hover,
.product-gallery__thumb:focus-visible {
  border-color: #315B45;
  outline: none;
}

.product-gallery__thumb.is-active {
  border-color: #2c2c2c;
  box-shadow: 0 0 0 1px #2c2c2c;
}

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

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

.product-thumb__favorite {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0.1rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #8c2f2f;
  box-shadow: none;
  line-height: 1;
  cursor: pointer;
  transition: color 0.18s ease, transform 0.15s ease;
}

.product-thumb__favorite:hover,
.product-thumb__favorite:focus-visible {
  background: transparent;
  color: #611f1f;
  outline: none;
}

.product-thumb__favorite.is-active {
  background: transparent;
  color: #8c2f2f;
}

.product-thumb__favorite.is-active:hover,
.product-thumb__favorite.is-active:focus-visible {
  background: transparent;
  color: #752828;
}

.product-thumb__favorite i {
  font-size: 1.25rem;
  pointer-events: none;
  line-height: 1;
}

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

.product-thumb .description .product-thumb__title {
  display: block;
  font-weight: bold;
  height: 38px;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0 0 4px;
  color: var(--bs-primary);
  text-decoration: none;
}

.product-thumb .description .product-thumb__title:hover {
  color: var(--bs-link-hover-color);
}

.product-thumb .product-thumb__attribute {
  font-size: 0.875rem;
  margin-top: 0.35rem;
}

.product-thumb .product-thumb__attribute-name {
  font-weight: 300;
  color: var(--bs-secondary-color, #6c757d);
  margin-right: 0.2em;
}

.product-thumb .product-thumb__attribute-value {
  font-weight: 400;
  color: var(--bs-secondary-color, #6c757d);
}

.product-thumb .product-thumb__options-stack {
  margin-top: 7px;
  opacity: 0.8;
}

.product-thumb .product-thumb__options {
  margin-top: 2px;
}

.product-thumb .product-thumb__options-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0;
  padding: 0;
}

.product-thumb .product-thumb__options-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.45rem;
  height: 1.45rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: transparent;
  text-decoration: none;
  overflow: hidden;
}

.product-thumb .product-thumb__option-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.product-thumb .product-thumb__option-fallback {
  font-size: 0.5rem;
  line-height: 1.05;
  text-align: center;
  color: var(--bs-secondary-color, #6c757d);
  padding: 0 1px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.product-thumb .content > form {
  width: 100%;
}

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

.product-thumb .button button {
  width: 33.33%;
  border: none;
  border-top: 1px solid #315B45;
  background-color: #315B45;
  color: #fff;
  line-height: 38px;
  text-align: center;
}

.product-thumb .button > button:only-child {
  width: 100% !important;
  max-width: 100%;
  flex: 1 1 100%;
  box-sizing: border-box;
}

.product-thumb .button button:hover {
  color: #fff;
  background-color: #274937;
  text-decoration: none;
  cursor: pointer;
}

.product-thumb .button button + button {
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

@media (min-width: 960px) {
  #product-list .product-thumb,
  .product-related-section .product-thumb {
    display: flex;
  }
  #product-list .product-thumb .image,
  .product-related-section .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }

  .theme-gallery #product-list .product-thumb .image,
  .theme-gallery .product-related-section .product-thumb .image {
    margin-bottom: 10px;
  }

  #product-list .product-thumb .content,
  .product-related-section .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  #product-list .product-thumb .button,
  .product-related-section .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;
}

/* All storefront prices: Jost (Google Fonts) */
body.theme-gallery .price,
body.theme-gallery .price-new,
body.theme-gallery .price-old,
body.theme-gallery .price-tax,
.price,
.price-new,
.price-old,
.price-tax,
body.theme-gallery #product-info .product-option-select-swatch__price,
body.theme-gallery #product-info .product-option-price-suffix,
#product-price-display,
#form-product select.form-select,
#output-cart tbody td:nth-child(4),
#output-cart tbody td:nth-child(5),
#output-cart tfoot td:last-child,
#checkout-confirm .table tbody td:last-child,
#checkout-confirm .table tfoot td,
#account-order .table tbody td:nth-child(3),
#account-order .table tbody td:nth-child(4),
#account-subscription .table tbody td:nth-child(3),
#account-subscription .table tbody td:nth-child(4),
body.theme-gallery #cart .table tbody td:nth-child(4),
body.theme-gallery #cart .table .table-sm td.text-end {
  font-family: "Jost", system-ui, -apple-system, "Segoe UI", sans-serif;
  letter-spacing: -1px;
}

/* Dual currency (Como): secondary amount (muted, inline with primary) */
.dual-currency-secondary {
  font-weight: 400;
}

/* product list */
.theme-gallery .price,
.theme-gallery .price-new {
  color: #2c2c2c;
  font-size: 1.3rem;
}

.price {
  color: #444;
}

.price-new {
  font-weight: 600;
  letter-spacing: -1px;
}

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

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

/* blog */
.theme-gallery .blog-thumb {
  border: 1px solid #e5e0d6;
  background: #fff;
  border-radius: 6px;
}

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

/* Cart table: collapse shared edges so adjacent 1px borders don't double up */
#output-cart .table {
  border-collapse: collapse;
}

/* Coupon block: compact single card (no title row) */
#shopping-cart .cart-coupon-card {
  border-color: #e5e0d6;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  width: 100%;
  max-width: none;
}

#shopping-cart .cart-coupon-card .card-body {
  background: #fff;
  padding: 0.5rem 0.65rem;
}

#shopping-cart .cart-coupon-card #input-coupon {
  background-color: #fff;
}

/* Cart: larger remove-item button (qty column) */
#output-cart .table tbody td .input-group .btn-danger {
  min-width: 2.75rem;
  min-height: 2.75rem;
  padding: 0.5rem 0.65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#output-cart .table tbody td .input-group .btn-danger .fa-times-circle {
  font-size: 1.25rem;
  line-height: 1;
}

/* ── Cart page: mobile card layout ── */
@media (max-width: 767.98px) {
  #output-cart.table-responsive {
    overflow-x: visible;
  }

  #output-cart .table.table-bordered {
    border: none;
  }

  #output-cart .table thead {
    display: none;
  }

  #output-cart .table tbody tr {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
    border: 1px solid #e5e0d6;
    border-radius: 8px;
    margin-bottom: 12px;
    padding: 12px;
    background: #fff;
  }

  #output-cart .table tbody td {
    border: none !important;
    background: transparent !important;
  }

  /* Col 1 – thumbnail */
  #output-cart .table tbody td:nth-child(1) {
    flex: 0 0 75px;
    order: 1;
    padding: 0 !important;
  }

  #output-cart .table tbody td:nth-child(1) .img-thumbnail {
    width: 70px;
    min-width: unset;
    border-radius: 6px;
  }

  /* Col 2 – name & options (fill entire first row beside the image) */
  #output-cart .table tbody td:nth-child(2) {
    flex: 1 0 calc(100% - 85px);
    min-width: 0;
    order: 2;
    padding: 0 30px 0 8px !important;
    font-size: 0.92rem;
  }

  #output-cart .table tbody td:nth-child(2) a {
    font-weight: 600;
  }

  /* Col 3 – quantity controls */
  #output-cart .table tbody td:nth-child(3) {
    order: 3;
    flex: 0 0 auto;
    padding: 10px 0 0 !important;
  }

  #output-cart .table tbody td:nth-child(3) .input-group {
    position: static;
  }

  #output-cart .table tbody td:nth-child(3) .input-group .btn-danger {
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    z-index: 2;
    border: none;
    background: transparent;
    color: #aaa;
  }

  #output-cart .table tbody td:nth-child(3) .input-group .btn-danger:hover {
    color: #dc3545;
    background: #fef2f2;
  }

  #output-cart .table tbody td:nth-child(3) .input-group .btn-primary {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
  }

  #output-cart .table tbody td:nth-child(3) .form-control {
    max-width: 50px;
  }

  /* Col 4 – unit price: hide on mobile */
  #output-cart .table tbody td:nth-child(4) {
    display: none !important;
  }

  /* Col 5 – total */
  #output-cart .table tbody td:nth-child(5) {
    order: 4;
    flex: 1 1 0;
    min-width: 0;
    text-align: right !important;
    padding: 10px 0 0 !important;
    align-self: center;
    font-weight: 600;
  }

  /* Footer totals — label left, value right */
  #output-cart .table tfoot tr {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }

  #output-cart .table tfoot td {
    border: none !important;
    padding: 4px 0 !important;
  }

  #output-cart .table tfoot td[colspan] {
    flex: 1;
    text-align: left !important;
  }

  #output-cart .table tfoot td:last-child {
    flex: 0 0 auto;
    text-align: right !important;
  }
}

/* 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;
}

/* Born To Bio clean cosmetics theme */
body.theme-gallery {
  --btb-ink: #202825;
  --btb-muted: #6f7a73;
  --btb-line: #dfe8df;
  --btb-sage: #78987d;
  --btb-sage-deep: #315b45;
  --btb-sage-soft: #eef5ee;
  --btb-surface: #fbfcf8;
  --btb-clay: #b88f6a;
  background: #fbfcf8;
  color: var(--btb-ink);
  font-family: "Jost", sans-serif;
}

body.theme-gallery .row {
  --bs-gutter-x: 0.50rem;
}

@media (min-width: 992px) {
  body.theme-gallery .row {
    --bs-gutter-x: 1rem;
  }
}

.theme-gallery .product-thumb .image {
  padding: 5px;
}

.theme-gallery .site-header {
  position: sticky;
  top: 0;
  z-index: 1020;
  background: rgba(251, 252, 248, 0.96);
  border-bottom: 1px solid var(--btb-line);
  backdrop-filter: blur(16px);
}

.theme-gallery .header-main-row {
  min-height: 82px;
}

.theme-gallery .site-title-text,
.theme-gallery .site-title-text a {
  color: var(--btb-ink);
  font-size: clamp(1.05rem, 2.1vw, 1.6rem);
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.1;
  text-transform: uppercase;
}

.theme-gallery .site-title-text a:hover {
  color: var(--btb-sage-deep);
}

.theme-gallery #logo img {
  max-width: 160px;
  max-height: 60px;
  object-fit: contain;
}

.theme-gallery .site-header-menu-toggle.btn-search-icon,
.theme-gallery .btn-cart-header {
  min-height: 42px;
  border: 1px solid var(--btb-line);
  border-radius: 999px;
  background: #fff;
  color: var(--btb-ink) !important;
  box-shadow: none;
}

.theme-gallery .site-header-menu-toggle.btn-search-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.theme-gallery .site-header-menu-toggle.btn-search-icon:hover,
.theme-gallery .btn-cart-header:hover,
.theme-gallery .btn-cart-header:focus {
  border-color: #cbdacb;
  background: var(--btb-sage-soft);
  color: var(--btb-sage-deep) !important;
  box-shadow: none;
}

.theme-gallery header #cart .btn-cart-header,
.theme-gallery header .site-header-account-btn.btn-cart-header {
  background: #fff;
  border-color: var(--btb-line);
}

.theme-gallery header .site-header-account-btn.btn-cart-header {
  width: 42px;
  height: 42px;
  padding: 0;
}

.theme-gallery header #cart .btn-cart-header:hover,
.theme-gallery header .site-header-account-btn.btn-cart-header:hover,
.theme-gallery header .site-header-account-btn.btn-cart-header:focus {
  background: var(--btb-sage-soft);
  border-color: #cbdacb;
}

.theme-gallery .favorites-header-badge,
.theme-gallery .cart-header-badge {
  background: var(--btb-sage-deep);
}

.theme-gallery #menu.site-category-nav {
  min-height: 48px;
  margin: 0;
  border-bottom: 1px solid var(--btb-line);
  border-radius: 0;
  background: #fff;
}

.theme-gallery .site-category-nav__list {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  gap: 0.2rem 0.75rem;
  width: 100%;
}

.theme-gallery #menu.site-category-nav .navbar-nav > li > a {
  color: #334039;
  padding: 0.9rem 0.35rem;
  border-bottom: 1px solid transparent;
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.theme-gallery #menu.site-category-nav .navbar-nav > li > a:hover,
.theme-gallery #menu.site-category-nav .navbar-nav > li > a:focus {
  border-bottom-color: var(--btb-sage);
  color: var(--btb-sage-deep);
}

body.theme-gallery #common-home {
  max-width: none;
  padding-top: 0;
}

body.theme-gallery #common-home > .row,
body.theme-gallery #common-home #content {
  margin-left: 0;
  margin-right: 0;
}

body.theme-gallery #common-home #content {
  padding-left: 0;
  padding-right: 0;
}

#common-home .homepage-builder {
  gap: 0;
  margin-bottom: 0;
}

#common-home .homepage-builder__hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  width: calc(100% - 1.5rem);
  max-width: 1320px;
  min-height: min(740px, calc(100vh - 130px));
  margin: 0 auto;
  padding: clamp(2rem, 7vw, 6.5rem);
  border: 0;
  border-radius: 0;
  background: #f3f7f1;
  overflow: hidden;
}

#common-home .homepage-builder__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(251, 252, 248, 0.96) 0%, rgba(251, 252, 248, 0.88) 36%, rgba(251, 252, 248, 0.22) 68%, rgba(251, 252, 248, 0.04) 100%);
  pointer-events: none;
}

#common-home .homepage-builder__hero-copy {
  position: relative;
  z-index: 2;
  max-width: 34rem;
  justify-content: center;
}

#common-home .homepage-builder__hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  min-height: 0;
  border-radius: 0;
}

#common-home .homepage-builder__hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

#common-home .homepage-builder__hero-media picture {
  display: block;
  width: 100%;
  height: 100%;
}

#common-home .homepage-builder__eyebrow {
  margin-bottom: 1.15rem;
  padding: 25px 25px 25px 0;
  border-radius: 0;
  background: transparent;
  color: var(--btb-sage-deep);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.18em;
}

#common-home .homepage-builder__brand-logo {
  width: min(320px, 72vw);
  margin-bottom: 0.8rem;
}

#common-home .homepage-builder__brand-logo img {
  display: block;
  width: 100%;
  height: auto;
}

#common-home .homepage-builder__title {
  max-width: 18rem;
  margin-bottom: 1rem;
  color: var(--btb-ink);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
}

#common-home .homepage-builder__subtitle {
  max-width: 31rem;
  color: #41534a;
  font-size: clamp(1.05rem, 1.55vw, 1.28rem);
  line-height: 1.55;
}

#common-home .homepage-builder__richtext {
  margin-top: 1.2rem;
  color: var(--btb-muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

#common-home .homepage-builder__trust-icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.15rem;
}

#common-home .homepage-builder__trust-icons img {
  display: block;
  width: auto;
  height: 64px;
  object-fit: contain;
}

#common-home .homepage-builder__trust-icons img:first-child {
  height: 78px;
}

#common-home .homepage-builder__button,
#common-home .homepage-builder__promo-link {
  border-radius: 0;
  background: var(--btb-sage-deep);
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#common-home .homepage-builder__button {
  margin-top: 1.6rem;
  padding: 0.95rem 1.35rem;
  font-size: 0.78rem;
}

#common-home .homepage-builder__button:hover,
#common-home .homepage-builder__promo-link:hover {
  background: var(--btb-sage-deep);
}

#common-home .homepage-builder__html {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.natural-home {
  background: var(--btb-surface);
}

.natural-home__band {
  padding: clamp(2.5rem, 6vw, 5.5rem) clamp(1rem, 5vw, 4rem);
  border-top: 1px solid var(--btb-line);
}

.natural-home__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.natural-home__kicker {
  margin-bottom: 0.85rem;
  color: var(--btb-sage-deep);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.natural-home__title {
  max-width: 760px;
  margin: 0 0 1.25rem;
  color: var(--btb-ink);
  font-size: clamp(1.75rem, 3vw, 3rem);
  font-weight: 500;
  line-height: 1.08;
}

.natural-home__lead {
  max-width: 690px;
  margin: 0;
  color: var(--btb-muted);
  font-size: 1.04rem;
  line-height: 1.65;
}

.natural-home__categories {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 33.3333%));
  gap: 1px;
  margin-top: 2rem;
  background: var(--btb-line);
  border: 1px solid var(--btb-line);
}

.natural-home__category {
  display: flex;
  min-height: 138px;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.25rem;
  background: #fff;
  color: var(--btb-ink);
  text-decoration: none;
}

.natural-home__category span {
  color: var(--btb-muted);
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.natural-home__category-image {
  display: block;
  width: 80px;
  height: 80px;
  margin: 1rem 0;
  border: 1px solid var(--btb-line);
  border-radius: 50%;
  background: #f7faf4;
  object-fit: cover;
}

.natural-home__category strong {
  max-width: 12rem;
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1.25;
}

.natural-home__category:hover,
.natural-home__category:focus {
  background: var(--btb-sage-soft);
  color: var(--btb-sage-deep);
}

@media (min-width: 992px) {
  .natural-home__category {
    min-height: 190px;
  }
}

.natural-home__values {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 2.25rem;
  background: var(--btb-line);
  border: 1px solid var(--btb-line);
}

.natural-home__value {
  min-height: 180px;
  padding: 1.35rem;
  background: #fff;
}

.natural-home__value h3 {
  margin: 0 0 0.65rem;
  color: var(--btb-ink);
  font-size: 1.08rem;
  font-weight: 500;
}

.natural-home__value p {
  margin: 0;
  color: var(--btb-muted);
  line-height: 1.55;
}

.theme-gallery .catalog-menu-offcanvas {
  background: var(--btb-surface);
}

.theme-gallery .catalog-menu-offcanvas-header {
  background: #fff;
}

.theme-gallery .catalog-menu-offcanvas .offcanvas-title {
  color: var(--btb-ink);
  letter-spacing: 0.14em;
}

.theme-gallery .catalog-sidebar-link,
.theme-gallery .catalog-sidebar-sublink {
  color: var(--btb-ink);
  letter-spacing: 0.06em;
}

.theme-gallery .catalog-sidebar-link:hover,
.theme-gallery .catalog-sidebar-link:focus,
.theme-gallery .catalog-sidebar-sublink:hover,
.theme-gallery .catalog-sidebar-sublink:focus {
  background: var(--btb-sage-soft);
  color: var(--btb-sage-deep);
}

.theme-gallery footer {
  margin-top: 0;
  padding: clamp(2.5rem, 5vw, 4rem) 0 1.2rem;
  background: #f2f6ef;
  border-top: 1px solid var(--btb-line);
  color: var(--btb-muted);
}

.theme-gallery footer .footer-columns {
  padding-top: 0;
  padding-bottom: 2rem;
}

.theme-gallery footer .footer-column {
  padding-top: 0;
  padding-bottom: 1rem;
}

.theme-gallery footer h5 {
  margin-bottom: 0.75rem;
  color: var(--btb-sage-deep);
}

.theme-gallery footer .footer-store-info {
  max-width: 28rem;
  color: var(--btb-muted);
  line-height: 1.65;
}

.theme-gallery footer .footer-store-info .fw-semibold {
  margin-bottom: 0.65rem;
  color: var(--btb-ink);
  font-size: 1.25rem;
  font-weight: 500 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.theme-gallery footer .footer-store-logo {
  margin-bottom: 0.65rem;
}

.theme-gallery footer .footer-store-logo img {
  display: block;
  width: min(220px, 100%);
  height: auto;
}

.theme-gallery footer .footer-store-info a,
.theme-gallery footer .footer-nav-links a,
.theme-gallery footer a {
  color: var(--btb-ink);
  text-decoration: none;
}

.theme-gallery footer .footer-store-info a:hover,
.theme-gallery footer .footer-nav-links a:hover,
.theme-gallery footer a:hover {
  color: var(--btb-sage-deep);
  text-decoration: underline;
}

.theme-gallery footer .footer-powered {
  margin-top: 1rem;
  color: var(--btb-muted);
}

.theme-gallery footer .footer-credits {
  margin-top: 0;
  padding-top: 1rem;
  padding-bottom: 0;
  border-top: 1px solid var(--btb-line);
}

.theme-gallery footer .footer-tagline__text {
  color: var(--btb-muted);
}

@media (min-width: 768px) {
  .theme-gallery footer .footer-column {
    border-left: 0;
  }
}

@media (max-width: 991.98px) {
  .theme-gallery .header-main-row {
    min-height: 70px;
  }

  .theme-gallery .site-header-menu-toggle.btn-search-icon {
    width: 42px;
    padding-left: 0;
    padding-right: 0;
  }

  #common-home .homepage-builder__hero {
    width: calc(100% - 1.5rem);
    min-height: 620px;
  }

  #common-home .homepage-builder__hero::before {
    background: linear-gradient(90deg, rgba(251, 252, 248, 0.98) 0%, rgba(251, 252, 248, 0.9) 52%, rgba(251, 252, 248, 0.18) 100%);
  }

  .natural-home__categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .natural-home__values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .theme-gallery .header-main-row > [class*="col-"] {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .theme-gallery .header-account-cart {
    gap: 0.25rem !important;
    justify-content: flex-end !important;
  }

  .theme-gallery .btn-cart-header {
    min-width: 36px;
    min-height: 36px;
    padding: 0 0.55rem;
  }

  .theme-gallery header .site-header-account-btn.btn-cart-header {
    width: 36px;
    height: 36px;
    padding: 0;
  }

  .theme-gallery .header-account-cart #cart {
    flex: 0 0 auto !important;
  }

  .theme-gallery #cart .btn-cart-header {
    padding-left: 0.58rem;
    padding-right: 0.58rem;
  }

  .theme-gallery #cart .cart-header-total {
    display: none;
  }

  #common-home .homepage-builder__hero {
    width: 100%;
    min-height: 590px;
    padding: 25px;
    align-items: start;
  }

  #common-home .homepage-builder__hero::before {
    background: linear-gradient(180deg, rgba(251, 252, 248, 0.98) 0%, rgba(251, 252, 248, 0.88) 45%, rgba(251, 252, 248, 0.18) 100%);
  }

  #common-home .homepage-builder__hero-copy {
    min-height: 590px;
    justify-content: flex-start;
    margin-top: 2rem;
    padding: 0 1rem 1.5rem;
    box-sizing: border-box;
  }

  #common-home .homepage-builder__trust-icons {
    gap: 0.75rem;
    margin-top: 0.5rem;
    padding-top: 1rem;
  }

  #common-home .homepage-builder__trust-icons img {
    height: 48px;
  }

  #common-home .homepage-builder__trust-icons img:first-child {
    height: 60px;
  }

  #common-home .homepage-builder__button {
    margin-top: 0.9rem;
  }

  #common-home .homepage-builder__hero-media img {
    object-position: 64% center;
  }

  .natural-home__band {
    padding: 0;
  }

  .natural-home__categories,
  .natural-home__values {
    grid-template-columns: 1fr;
  }

  .natural-home__category,
  .natural-home__value {
    min-height: auto;
  }
}

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