@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.9rem;
  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: 5px;
  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(2.45rem, 5vw, 5.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: 1;
  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);
}
#common-home .natural-home__band, .natural-home__band {
  margin: 2rem 0;
}
#common-home .homepage-builder__faq {
  margin: clamp(2rem, 5vw, 4rem) auto 0;
  max-width: none;
  width: 100%;
}
#common-home .homepage-builder__faq-title {
  margin-bottom: 1rem;
  color: #1c2a28;
  font-size: 1.2rem;
  text-align: left;
}
#common-home .homepage-builder__faq-list {
  display: grid;
  gap: 0.7rem;
}
#common-home .homepage-builder__faq-item {
  border: 1px solid rgba(49, 91, 69, 0.14);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(28, 42, 40, 0.05);
  overflow: hidden;
}
#common-home .homepage-builder__faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  color: #1c2a28;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}
#common-home .homepage-builder__faq-question::-webkit-details-marker {
  display: none;
}
#common-home .homepage-builder__faq-question::after {
  content: "+";
  flex: 0 0 auto;
  color: #315B45;
  font-size: 1.35rem;
  line-height: 1;
}
#common-home .homepage-builder__faq-item[open] .homepage-builder__faq-question::after {
  content: "−";
}
#common-home .homepage-builder__faq-answer {
  padding: 0 1.1rem 1rem;
  color: rgba(28, 42, 40, 0.74);
  line-height: 1.55;
}
#common-home .homepage-builder__faq-answer > :last-child {
  margin-bottom: 0;
}
#common-home .homepage-video-section {
  width: 100%;
  max-width: none;
  margin: clamp(1.5rem, 4vw, 3rem) auto 0;
}
#common-home .homepage-video-section__media {
  display: block;
  width: 100%;
  aspect-ratio: 1.7777777778;
  height: auto;
  max-height: min(720px, 80vh);
  background: #000;
  object-fit: cover;
}
#common-home iframe.homepage-video-section__media {
  height: min(56.25vw, 720px);
  border: 0;
  object-fit: initial;
}
.brand-story-open {
  overflow: hidden;
}
.brand-story-widget__button {
  position: fixed;
  right: max(1rem, env(safe-area-inset-right));
  bottom: max(1.5rem, env(safe-area-inset-bottom));
  z-index: 1090;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  padding: 0;
  border: 1px solid rgba(49, 91, 69, 0.22);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 12px 32px rgba(28, 42, 40, 0.18);
  cursor: pointer;
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}
.brand-story-widget__button img {
  display: block;
  width: 42px;
  height: 42px;
  object-fit: contain;
}
.brand-story-widget__button:hover, .brand-story-widget__button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 38px rgba(28, 42, 40, 0.24);
  outline: none;
}
.brand-story-widget__modal[hidden] {
  display: none;
}
.brand-story-widget__modal {
  position: fixed;
  inset: 0;
  z-index: 1095;
  display: grid;
  place-items: center;
  padding: 1.25rem;
}
.brand-story-widget__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 18, 16, 0.48);
  backdrop-filter: blur(6px);
}
.brand-story-widget__panel {
  position: relative;
  z-index: 1;
  width: min(520px, 100%);
  max-height: min(720px, calc(100vh - 2rem));
  overflow: auto;
  padding: 1.25rem;
  border-radius: 18px;
  background: #fff;
  color: #1c2a28;
  box-shadow: 0 24px 60px rgba(15, 18, 16, 0.28);
}
.brand-story-widget__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  border-radius: 50%;
  background: rgba(49, 91, 69, 0.08);
  color: #315B45;
  font-size: 1.45rem;
  line-height: 1;
}
.brand-story-widget__header {
  padding-right: 2.5rem;
}
.brand-story-widget__logo {
  display: block;
  width: min(230px, 68%);
  height: auto;
  margin-bottom: 1rem;
}
.brand-story-widget__eyebrow {
  margin-bottom: 0.35rem;
  color: #315B45;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.brand-story-widget__title {
  margin-bottom: 0.65rem;
  color: #1c2a28;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  line-height: 1;
}
.brand-story-widget__intro {
  margin-bottom: 1rem;
  color: rgba(28, 42, 40, 0.74);
  font-size: 1rem;
  line-height: 1.5;
}
.brand-story-widget__points {
  display: grid;
  gap: 0.6rem;
  margin: 1rem 0;
}
.brand-story-widget__point {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem;
  border: 1px solid rgba(49, 91, 69, 0.12);
  border-radius: 8px;
  background: #fbfcf8;
  color: #1c2a28;
  font-weight: 600;
}
.brand-story-widget__point img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}
.brand-story-widget__link {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: #315B45;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.brand-story-widget__link:hover, .brand-story-widget__link:focus-visible {
  background: #274937;
  color: #fff;
  outline: none;
}
@media (max-width: 575.98px) {
  #common-home .homepage-video-section {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    transform: none;
  }
  .brand-story-widget__button {
    width: 58px;
    height: 58px;
  }
  .brand-story-widget__button img {
    width: 38px;
    height: 38px;
  }
  .brand-story-widget__modal {
    align-items: end;
    padding: 0;
  }
  .brand-story-widget__panel {
    width: 100%;
    max-height: min(82vh, 680px);
    border-radius: 18px 18px 0 0;
    padding: 1rem;
  }
}
@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: 5px;
  }
}
#product-category #column-left .category-sidebar-description {
  line-height: 1.45;
  color: var(--bs-secondary-color, #6c757d);
  margin-bottom: 1rem;
  font-size: 1rem;
}
#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-count {
  color: #6f6f69;
  font-size: 0.92em;
  font-weight: 400;
}
#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 #column-left .category-sidebar-subcategories .form-check:has(.form-check-input:checked) .category-sidebar-subcategories-count {
  font-weight: 500;
}
#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);
}
/* Category filter chips (round image filters above the products grid).
   Horizontal scroll on overflow; "Show All" first; active chip highlighted. */
.category-filter-chips {
  margin: 0.25rem 0 1.25rem;
  --chip-size: 78px;
  --chip-gap: 0.9rem;
}
.category-filter-chips__list {
  display: flex;
  flex-wrap: nowrap;
  gap: var(--chip-gap);
  margin: 0;
  padding: 0.25rem 0.25rem 0.75rem;
  list-style: none;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.category-filter-chips__list::-webkit-scrollbar {
  height: 6px;
}
.category-filter-chips__list::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.18);
  border-radius: 999px;
}
.category-filter-chips__item {
  flex: 0 0 auto;
  scroll-snap-align: start;
}
.category-filter-chips__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  width: calc(var(--chip-size) + 0.5rem);
  text-decoration: none;
  color: inherit;
  outline: none;
}
.category-filter-chips__link:hover, .category-filter-chips__link:focus-visible {
  text-decoration: none;
  color: inherit;
}
.category-filter-chips__media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--chip-size);
  height: var(--chip-size);
  border-radius: 50%;
  overflow: hidden;
  background: #f4efe6;
  border: 2px solid transparent;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}
.category-filter-chips__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.category-filter-chips__media--all {
  background: linear-gradient(135deg, #d8c9b0 0%, #b89c75 100%);
  color: #fff;
  font-size: 1.5rem;
}
.category-filter-chips__link:hover .category-filter-chips__media, .category-filter-chips__link:focus-visible .category-filter-chips__media {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}
.category-filter-chips__link.is-active .category-filter-chips__media {
  border-color: #1a1a18;
  box-shadow: 0 0 0 3px rgba(184, 156, 117, 0.35);
}
.category-filter-chips__label {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: center;
  font-size: 0.78rem;
  line-height: 1.15;
  color: #1a1a18;
  word-break: break-word;
  overflow: hidden;
}
.category-filter-chips__link.is-active .category-filter-chips__label {
  font-weight: 600;
}
@media (min-width: 960px) {
  .category-filter-chips {
    --chip-size: 62px;
    --chip-gap: 0.5rem;
  }
  .category-filter-chips__link {
    width: calc(var(--chip-size) + 0.25rem);
    gap: 0.3rem;
  }
  .category-filter-chips__label {
    font-size: 0.75rem;
    line-height: 1.1;
  }
}
@media (max-width: 575.98px) {
  .category-filter-chips {
    --chip-size: 64px;
    --chip-gap: 0.75rem;
  }
}
#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: 0;
}
.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;
  }
}
.theme-gallery footer .footer-powered {
  margin-top: 0.5rem;
  color: #d4cfc7;
}
.theme-gallery footer .footer-powered--bottom {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid var(--btb-line);
  text-align: center;
}
.theme-gallery footer .footer-legal-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.4rem 0.8rem;
  margin-top: 0.35rem;
  font-size: 0.75rem;
}
.theme-gallery footer .footer-legal-links a {
  color: var(--btb-muted);
  text-decoration: none;
}
.theme-gallery footer .footer-legal-links a:hover {
  color: var(--btb-sage-deep);
  text-decoration: underline;
}
.theme-gallery footer .footer-social-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
  margin-top: 0.75rem;
}
.theme-gallery footer .footer-social-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.875em;
  font-weight: 500;
}
.theme-gallery footer .footer-social-links i {
  width: 1.1em;
  text-align: center;
}
@media (min-width: 768px) {
  .theme-gallery footer .footer-nav-links, .theme-gallery footer .footer-powered {
    text-align: right;
  }
  .theme-gallery footer .footer-powered--bottom {
    text-align: center;
  }
  .theme-gallery footer .footer-social-links {
    justify-content: flex-end;
    text-align: right;
  }
}
.theme-gallery footer .footer-store-info .footer-social-links {
  justify-content: flex-start;
  text-align: left;
}
.theme-gallery footer .footer-store-divider {
  margin: 1.25rem 0 0;
  border: 0;
  border-top: 1px solid var(--btb-line);
  opacity: 1;
}
.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-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;
  width: 1.35em;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border: 0;
  outline: none;
}
.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;
}
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: none;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  padding: 5px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  min-height: 0;
  overflow: visible;
}
/* Tighter gutters on listing grids — more usable width per thumb */
.theme-gallery #product-list.row, .theme-gallery .product-related-section > .row[data-related-grid] {
  --bs-gutter-x: 0.35rem;
}
@media (min-width: 768px) {
  .theme-gallery #product-list.row, .theme-gallery .product-related-section > .row[data-related-grid] {
    --bs-gutter-x: 0.55rem;
  }
}
@media (min-width: 992px) {
  .theme-gallery #product-list.row, .theme-gallery .product-related-section > .row[data-related-grid] {
    --bs-gutter-x: 0.75rem;
  }
}
/* Listing thumb: plain image, 3px radius + drop shadow (no frame texture) */
.theme-gallery .product-thumb .image {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  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:not(.product-thumb__bio-icon) {
  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 0 8px;
  margin-top: 8px;
  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__brand {
  display: block;
  margin-bottom: 5px;
  font-size: 0.9rem;
  color: var(--bs-secondary-color, #6c757d);
}
.theme-gallery .product-thumb .description .product-thumb__title {
  display: block;
  font-weight: 400;
  font-size: 1.2rem;
  color: #173628;
  margin: 0 0 4px;
  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;
}
/* Listing cards: small phones — keep type readable (avoid stepping down vs desktop) */
@media (max-width: 575.98px) {
  /* HR-style separator after each listing thumb; last column has no rule */
  .theme-gallery .product-thumb {
    border-radius: 0;
    box-shadow: none;
  }
  .theme-gallery #product-list.row > .col:not(:last-child) .product-thumb::after, .theme-gallery .product-related-section > .row[data-related-grid] > .col:not(:last-child) .product-thumb::after, .theme-gallery [data-latest-grid].row > .col:not(:last-child) .product-thumb::after, .theme-gallery [data-product-thumb-grid].row > .col:not(:last-child) .product-thumb::after, #common-home .homepage-builder__featured .row > .col:not(:last-child) .product-thumb::after {
    content: "";
    display: block;
    border: 0;
    border-top: 1px solid var(--btb-line, #dfe8df);
    margin: 1rem 0 0;
  }
  .theme-gallery .product-thumb .image {
    padding: 0;
    width: 70%;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .theme-gallery .product-thumb .description {
    padding: 0 0 8px;
    margin-top: 8px;
    color: #000;
    text-align: center;
  }
  .theme-gallery .product-thumb .description .product-thumb__title {
    font-size: 1.3rem;
    line-height: 1.3;
    margin-bottom: 2px;
  }
  .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;
  }
}
/* Listing card Buy button — directly below price (inside .description); compact, rounded */
.theme-gallery .product-thumb .product-thumb__buy-form {
  margin-top: 0.65rem;
  padding: 0;
  width: 100%;
}
.theme-gallery .product-thumb .product-thumb__buy-form:first-child {
  margin-top: 0;
}
.theme-gallery .product-thumb .product-thumb__buy-form .button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: static;
  padding: 0;
  width: 100%;
  margin: 0;
  border: 0;
}
.theme-gallery .product-thumb .product-thumb__packaging {
  position: absolute;
  left: 8px;
  bottom: 8px;
  z-index: 2;
  color: #9a9a9a !important;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.2;
  pointer-events: none;
}
.theme-gallery .product-thumb .product-thumb__bio {
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.2;
  pointer-events: none;
}
.theme-gallery .product-thumb .product-thumb__bio-icon {
  flex: 0 0 auto;
  width: 42px !important;
  height: 42px !important;
  max-width: 42px;
  aspect-ratio: 1;
  display: block;
  object-fit: contain;
  margin: 0;
  border-radius: 0;
}
.theme-gallery .product-thumb .product-thumb__buy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 2rem !important;
  width: 2rem !important;
  min-width: 2rem;
  max-width: 2rem !important;
  height: 2rem;
  aspect-ratio: 1;
  padding: 0;
  border: 1px solid #fcd200;
  border-radius: 50%;
  background: linear-gradient(180deg, #ffd713 0%, #fcd049 85%, #f7ca15 100%);
  color: #0f1111;
  box-shadow: 0 2px 8px rgba(15, 17, 17, 0.08);
  box-sizing: border-box;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}
.theme-gallery .product-thumb .product-thumb__buy-btn i, .theme-gallery .product-thumb .product-thumb__buy-btn-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.82rem;
  height: 0.82rem;
  font-size: 0.78rem;
  line-height: 1;
}
.theme-gallery .product-thumb .product-thumb__buy-label {
  display: none;
}
.theme-gallery .product-thumb .product-thumb__buy-btn:hover, .theme-gallery .product-thumb .product-thumb__buy-btn:focus-visible {
  background: linear-gradient(180deg, #f8d040 0%, #fbc728 85%, #e9b907 100%);
  border-color: #eac400;
  color: #0f1111;
  outline: none;
  box-shadow: 0 4px 12px rgba(15, 17, 17, 0.14);
}
.theme-gallery .product-thumb .product-thumb__buy-btn:active {
  background: linear-gradient(180deg, #f3c734 0%, #f0bd17 85%, #dca900 100%);
  border-color: #d8b400;
  color: #0f1111;
  transform: translateY(1px);
}
.theme-gallery .product-thumb .product-thumb__buy-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  color: rgba(108, 129, 114, 0.9);
  border-color: rgba(140, 158, 146, 0.35);
  background: rgba(237, 239, 237, 0.9);
  transform: none;
}
.theme-gallery .product-thumb .product-thumb__buy-btn:disabled:hover, .theme-gallery .product-thumb .product-thumb__buy-btn:disabled:focus-visible, .theme-gallery .product-thumb .product-thumb__buy-btn:disabled:active {
  background: rgba(237, 239, 237, 0.9);
  border-color: rgba(140, 158, 146, 0.35);
  color: rgba(108, 129, 114, 0.9);
  transform: none;
}
@media (max-width: 575.98px) {
  .theme-gallery .product-thumb .product-thumb__bio-icon {
    width: 42px !important;
    height: 42px !important;
    max-width: 42px;
  }
  .theme-gallery .product-thumb .product-thumb__buy-form {
    margin-top: 0.55rem;
  }
  .theme-gallery .product-thumb .product-thumb__buy-form .button {
    justify-content: center;
  }
  .theme-gallery .product-thumb .product-thumb__buy-label {
    display: inline;
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1;
  }
  .theme-gallery .product-thumb .product-thumb__buy-btn {
    flex: 0 0 95px !important;
    flex-basis: 95px !important;
    width: 95px !important;
    min-width: 95px;
    max-width: 95px !important;
    height: auto;
    min-height: 2rem;
    padding: 0.35rem 0.25rem;
    gap: 0.35rem;
    aspect-ratio: auto;
    border-radius: 999px;
    justify-content: center;
    box-sizing: border-box;
  }
}
.theme-gallery .product-thumb .button button:not(.product-thumb__buy-btn):hover {
  background-color: #274937;
  color: #fff;
}
.theme-gallery #product-info h1 {
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: -0.02em;
  color: #1a1a18;
}
@media (max-width: 767.98px) {
  .theme-gallery #product-info h1 {
    margin-top: 15px;
    font-size: 2rem;
  }
}
.theme-gallery #product-info .img-thumbnail {
  border: 1px solid #e5e0d6;
  border-radius: 6px;
  box-shadow: none;
  background: #fff;
}
.theme-gallery #product-info .product-info-table {
  width: 100%;
  margin: 0 0 1rem;
  border-collapse: collapse;
  font-size: 0.95rem;
  color: #2c2c2c;
}
.theme-gallery #product-info .product-info-table th, .theme-gallery #product-info .product-info-table td {
  padding: 8px 12px;
  border-bottom: 1px solid #e5e0d6;
  text-align: left;
  vertical-align: top;
  line-height: 1.4;
}
.theme-gallery #product-info .product-info-table th {
  width: 1%;
  padding-left: 0;
  white-space: nowrap;
  font-weight: 500;
  color: #8a8580;
}
.theme-gallery #product-info .product-info-table a {
  color: var(--bs-link-color, #315B45);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.15s ease, color 0.15s ease;
}
.theme-gallery #product-info .product-info-table a:hover {
  color: var(--bs-link-hover-color, #274937);
  border-bottom-color: currentColor;
}
.theme-gallery #product-info .product-info-table tr:last-child th, .theme-gallery #product-info .product-info-table tr:last-child td {
  border-bottom: 0;
}
@media (max-width: 575.98px) {
  .theme-gallery #product-info .product-info-table th, .theme-gallery #product-info .product-info-table td {
    padding: 7px 10px;
  }
  .theme-gallery #product-info .product-info-table th {
    padding-left: 0;
  }
}
.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.8rem;
  font-weight: 500;
  color: #c0392b;
  letter-spacing: -0.06em;
}
.theme-gallery #product-info #product-price-display .dual-currency-secondary {
  font-weight: 400;
  color: #767676;
}
.theme-gallery #product-info .product-add-to-cart .product-add-to-cart__price-current {
  display: inline-block;
  width: auto;
  font-size: 1.4rem;
  white-space: nowrap;
}
.theme-gallery #product-info .product-add-to-cart .product-add-to-cart__price-current.price-new {
  color: #c0392b;
  font-weight: 500;
}
.theme-gallery #product-info .product-add-to-cart .product-add-to-cart__price-current.price-new .dual-currency-secondary {
  color: #767676;
  font-weight: 400;
}
/* Amazon-style buy widget (product page only) */
.theme-gallery #product-info .product-add-to-cart__divider {
  margin: 1.25rem 0 1rem;
  border: 0;
  border-top: 1px solid #e5e0d6;
  opacity: 1;
}
.theme-gallery #product-info .product-add-to-cart {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: stretch;
  gap: 0.75rem;
  padding: 0;
  border-radius: 8px;
  border: none;
  background: transparent;
  box-shadow: none;
}
.theme-gallery #product-info .product-add-to-cart__price {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  min-width: 0;
  width: auto;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
  justify-content: flex-start;
}
.theme-gallery #product-info .product-add-to-cart__availability {
  display: grid;
  grid-template-columns: minmax(0, auto) 1fr;
  gap: 0.4rem 0.75rem;
  align-items: start;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.4;
}
.theme-gallery #product-info .product-add-to-cart__availability-label {
  margin: 0;
  font-weight: 500;
  color: #565959;
  text-align: left;
}
.theme-gallery #product-info .product-add-to-cart__availability-value {
  margin: 0;
  color: #0f1111;
  font-weight: 400;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.2rem;
}
.theme-gallery #product-info .product-add-to-cart__availability-extra {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.35;
  text-align: right;
}
.theme-gallery #product-info .product-add-to-cart__availability-count {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.35;
  text-align: right;
}
.theme-gallery #product-info .product-add-to-cart__qty {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: auto;
  gap: 0;
}
.theme-gallery #product-info .product-add-to-cart__qty-shell {
  display: flex;
  align-items: stretch;
  width: auto;
  min-height: 44px;
  padding: 0;
  gap: 10px;
  border: 1px solid #d5d9d9;
  border-radius: 8px;
  background: #fff;
  box-sizing: border-box;
  box-shadow: inset 0 1px 2px rgba(15, 17, 17, 0.04);
  overflow: hidden;
}
.theme-gallery #product-info .product-add-to-cart__qty-shell-prefix {
  display: none;
}
.theme-gallery #product-info .product-add-to-cart__qty-control {
  margin-left: auto;
  flex: 0 0 auto;
  align-self: stretch;
  height: auto;
  min-height: 2rem;
  border: none;
  border-radius: 7px;
  overflow: hidden;
  background: #f7f7f7;
}
.theme-gallery #product-info .product-add-to-cart__btn--amazon {
  grid-column: 1 / -1;
  flex: none;
  width: 100%;
  min-height: 2.875rem;
  height: auto;
  padding: 0.48rem 1rem;
  border-radius: 999px;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  background: linear-gradient(180deg, #ffd713 0%, #fcd049 85%, #f7ca15 100%);
  border: 1px solid #fcd200;
  color: #0f1111;
  box-shadow: 0 2px 8px rgba(15, 17, 17, 0.08);
  transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
.theme-gallery #product-info .product-add-to-cart__btn-icon {
  flex: 0 0 2rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.58);
  color: #0f1111;
  box-shadow: inset 0 0 0 1px rgba(15, 17, 17, 0.08);
}
.theme-gallery #product-info .product-add-to-cart__btn-icon i {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1;
}
.theme-gallery #product-info .product-add-to-cart__btn-icon-svg {
  width: 1.15rem;
  height: 1.15rem;
}
.theme-gallery #product-info .product-add-to-cart__btn-text {
  min-width: 0;
}
.theme-gallery #product-info .product-add-to-cart__btn--amazon:hover, .theme-gallery #product-info .product-add-to-cart__btn--amazon:focus-visible {
  background: linear-gradient(180deg, #f8d040 0%, #fbc728 85%, #e9b907 100%);
  border-color: #eac400;
  color: #0f1111;
  box-shadow: 0 4px 12px rgba(15, 17, 17, 0.14);
  transform: translateY(-1px);
}
.theme-gallery #product-info .product-add-to-cart__btn--amazon:hover .product-add-to-cart__btn-icon, .theme-gallery #product-info .product-add-to-cart__btn--amazon:focus-visible .product-add-to-cart__btn-icon {
  background: #fff;
}
.theme-gallery #product-info .product-add-to-cart__btn--amazon:active {
  transform: translateY(0);
}
.theme-gallery #product-info .product-add-to-cart #error-quantity {
  grid-column: 1 / -1;
}
/* Add-to-cart box */
.product-add-to-cart {
  --patc-row-height: 2.75rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background: #fff;
  border: none;
  border-radius: 6px;
  padding: 22px;
  box-shadow: 0 2px 6px rgba(44, 44, 44, 0.05), 0 0 16px rgba(229, 224, 214, 0.4);
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.product-add-to-cart__price {
  flex: 0 0 100%;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 0.65rem;
  padding: 0 0 2px;
}
.product-add-to-cart__price-current {
  color: #315B45;
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 1.1;
}
.product-add-to-cart__price-old {
  color: #8a8580;
  font-size: 0.95rem;
  text-decoration: line-through;
}
.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.75rem;
  min-width: 2.75rem;
  align-self: stretch;
  text-align: center;
  border: none;
  background: transparent;
  /* >=16px prevents iOS Safari from zooming on focus */
  font-size: 1rem;
  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: 50px;
}
.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 {
  width: 42px;
  height: 42px;
  padding: 0;
}
.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;
  position: relative;
  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__bio {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 2;
  display: inline-flex;
  pointer-events: none;
}
.product-gallery__bio-icon {
  width: 45px !important;
  height: 45px !important;
  max-width: 45px;
  aspect-ratio: 1;
  display: block;
  object-fit: contain;
  margin: 0;
  border-radius: 0;
}
.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: none;
  position: relative;
  height: 100%;
}
.product-thumb .image {
  position: relative;
  text-align: center;
}
.product-thumb__badges {
  position: absolute;
  top: 0.55rem;
  left: 0.55rem;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  max-width: calc(100% - 1.3rem);
  pointer-events: none;
}
.product-thumb__combo-saving, .product-thumb__new-badge, .product-new-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
}
.product-thumb__combo-saving {
  max-width: calc(100% - 1.3rem);
  padding: 0.28rem 0.55rem;
  background: #315B45;
  font-size: 0.78rem;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.14);
}
.product-thumb__badges .product-thumb__combo-saving {
  position: static;
  max-width: 100%;
}
.product-thumb__new-badge {
  padding: 0.28rem 0.55rem;
  background: #b88f6a;
  font-size: 0.78rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.14);
}
.product-new-badge {
  margin-top: 0.45rem;
  padding: 0.3rem 0.65rem;
  background: #b88f6a;
  font-size: 0.95rem;
}
.product-thumb__combo-saving-label--short {
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .product-thumb__combo-saving-line {
    color: #c53030;
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.25;
    margin: 0 0 0.3rem;
  }
}
.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: 0;
  margin-bottom: 0;
}
.product-thumb .description .product-thumb__brand {
  display: block;
  margin-bottom: 5px;
  font-size: 0.9rem;
}
.product-thumb .description .product-thumb__title {
  display: block;
  font-weight: bold;
  height: 75px;
  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);
}
@media (max-width: 575.98px) {
  .product-thumb .description .product-thumb__title {
    height: 60px;
  }
}
.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 .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) {
  /* Buy control lives in .product-thumb__buy-form — keep the compact icon aligned left */
  #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;
  }
  #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;
  }
  .theme-gallery #product-list .product-thumb .product-thumb__buy-form .button, .theme-gallery .product-related-section .product-thumb .product-thumb__buy-form .button {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    border-left: 0;
  }
  .theme-gallery #product-list .product-thumb .product-thumb__buy-btn, .theme-gallery .product-related-section .product-thumb .product-thumb__buy-btn {
    flex-basis: 2rem !important;
    width: 2rem !important;
    max-width: 2rem !important;
    box-sizing: border-box;
  }
}
.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 grid / thumb cards only (not PDP add-to-cart or other pages) */
.theme-gallery .product-thumb .price, .theme-gallery .product-thumb .price-new {
  color: #315B45;
  font-size: 1.1rem;
}
/* Listing product cards — Amazon-style price (category, homepage grids, search, modules, …) */
body.theme-gallery .product-thumb .price .price-new {
  color: #c0392b;
  font-weight: 500;
}
body.theme-gallery .product-thumb .price .price-new .dual-currency-secondary {
  color: #767676;
  font-weight: 400;
}
body.theme-gallery .product-thumb .price .price-old {
  color: #565959;
  text-decoration: line-through;
  font-weight: 400;
  font-size: 0.92em;
}
.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;
}
#shopping-cart .cart-free-shipping-banner {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin: 0 0 1rem;
  padding: 0.9rem 1rem;
  background: #fff8d7;
  border: 1px solid rgba(252, 210, 0, 0.55);
  border-radius: 6px;
  color: #0f1111;
}
#shopping-cart .cart-free-shipping-banner__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  background: linear-gradient(180deg, #ffd713 0%, #fcd049 85%, #f7ca15 100%);
  border-radius: 50%;
  color: #0f1111;
  font-size: 0.82rem;
}
#shopping-cart .cart-free-shipping-banner__body {
  flex: 1;
  min-width: 0;
}
#shopping-cart .cart-free-shipping-banner__text {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.35;
}
#shopping-cart .cart-free-shipping-banner__progress {
  height: 6px;
  margin-top: 0.55rem;
  overflow: hidden;
  background: rgba(252, 210, 0, 0.22);
  border-radius: 6px;
}
#shopping-cart .cart-free-shipping-banner__progress span {
  display: block;
  height: 100%;
  background: linear-gradient(180deg, #ffd713 0%, #fcd049 85%, #f7ca15 100%);
  border-radius: inherit;
}
#shopping-cart .cart-free-shipping-banner--reached {
  background: rgba(49, 91, 69, 0.08);
  border-color: rgba(49, 91, 69, 0.18);
  color: #243b30;
}
#shopping-cart .cart-free-shipping-banner--reached .cart-free-shipping-banner__icon, #shopping-cart .cart-free-shipping-banner--reached .cart-free-shipping-banner__progress span {
  background: #315B45;
  color: #fff;
}
#shopping-cart .cart-free-shipping-banner--reached .cart-free-shipping-banner__progress {
  background: rgba(49, 91, 69, 0.14);
}
/* 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 line qty: ± control (aligned with product buy box) */
#shopping-cart .cart-line-qty-actions {
  flex-wrap: wrap;
  gap: 0.5rem !important;
  align-items: center;
}
#shopping-cart .cart-qty-pill {
  display: inline-flex;
  align-items: stretch;
  vertical-align: middle;
  border: 1px solid #d8d3c9;
  border-radius: 24px;
  overflow: hidden;
  background: #f9f7f2;
  box-sizing: border-box;
  min-height: 2.55rem;
}
body.theme-gallery #shopping-cart .cart-qty-pill {
  border: 1px solid #d5d9d9;
  border-radius: 7px;
  background: #f7f7f7;
  min-height: 2.75rem;
}
#shopping-cart .cart-qty-step-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;
  padding: 0;
}
#shopping-cart .cart-qty-step-btn:hover {
  background: #ece8e0;
}
#shopping-cart .cart-qty-step-btn:focus-visible {
  outline: 2px solid #315b45;
  outline-offset: -2px;
  z-index: 1;
  position: relative;
}
#shopping-cart .cart-qty-step-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
#shopping-cart .cart-qty-step-btn:disabled:hover {
  background: transparent;
}
body.theme-gallery #shopping-cart .cart-qty-step-btn {
  flex-basis: 2.35rem;
  width: 2.35rem;
  min-width: 2.35rem;
  color: #0f1111;
}
body.theme-gallery #shopping-cart .cart-qty-step-btn:hover {
  background: #ebebeb;
}
body.theme-gallery #shopping-cart .cart-qty-step-btn:focus-visible {
  outline-color: #274937;
}
body.theme-gallery #shopping-cart .cart-qty-step-btn:disabled:hover {
  background: transparent;
}
#shopping-cart .cart-qty-step-input {
  flex: 0 0 auto;
  width: 3rem;
  min-width: 3rem;
  max-width: 5rem;
  align-self: stretch;
  margin: 0;
  text-align: center;
  border: none;
  border-left: 1px solid #d8d3c9;
  border-right: 1px solid #d8d3c9;
  background: transparent;
  /* >=16px prevents iOS Safari from zooming on focus */
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  color: #2c2c2c;
  padding: 0 0.25rem;
  box-sizing: border-box;
  -moz-appearance: textfield;
}
#shopping-cart .cart-qty-step-input::-webkit-outer-spin-button, #shopping-cart .cart-qty-step-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#shopping-cart .cart-qty-step-input:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.6);
}
#shopping-cart .cart-qty-step-input.is-invalid:focus {
  box-shadow: inset 0 0 0 1px var(--bs-danger, #dc3545);
}
body.theme-gallery #shopping-cart .cart-qty-step-input {
  border-left-color: #d5d9d9;
  border-right-color: #d5d9d9;
}
/* Cart: larger remove-item button (qty column) */
#output-cart .table tbody td .cart-line-qty-actions .cart-line-remove-btn {
  min-width: 2.75rem;
  min-height: 2.75rem;
  padding: 0.5rem 0.65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-color: transparent;
  color: var(--bs-danger, #dc3545);
}
#output-cart .table tbody td .cart-line-qty-actions .cart-line-remove-btn:hover, #output-cart .table tbody td .cart-line-qty-actions .cart-line-remove-btn:focus-visible {
  background: rgba(220, 53, 69, 0.08);
  border-color: transparent;
  color: var(--bs-danger, #dc3545);
}
#output-cart .table tbody td .cart-line-qty-actions .cart-line-remove-btn .fa-times-circle {
  color: var(--bs-danger, #dc3545);
  font-size: 1.25rem;
  line-height: 1;
}
/* ── Cart page: mobile card layout ── */
@media (max-width: 767.98px) {
  /* Col 1 – thumbnail */
  /* Col 2 – name & options (fill entire first row beside the image) */
  /* Col 3 – quantity controls */
  /* Col 4 – unit price: hide on mobile */
  /* Col 5 – total */
  /* Footer totals — label left, value right */
  #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;
  }
  #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;
  }
  #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;
  }
  #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) .cart-line-qty-actions {
    position: static;
  }
  #output-cart .table tbody td:nth-child(3) .cart-line-qty-actions .cart-line-remove-btn {
    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) .cart-line-qty-actions .cart-line-remove-btn:hover {
    color: #dc3545;
    background: #fef2f2;
  }
  #output-cart .table tbody td:nth-child(3) .cart-qty-step-input {
    max-width: 50px;
  }
  #output-cart .table tbody td:nth-child(4) {
    display: none !important;
  }
  #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;
  }
  #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;
  --btb-rose: #d7a6a2;
  --btb-cream: #f5ead8;
  --btb-aqua: #b9d7d4;
  --btb-lavender: #cfc5dd;
  --btb-honey: #d6b46d;
  --natural-home-inner-max: 1180px;
  --homepage-builder-surface-radius: 16px;
  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: 0;
}
.theme-gallery .site-header {
  position: sticky;
  top: 0;
  z-index: 1020;
  margin-top: 0;
  background: rgba(251, 252, 248, 0.96);
  border-bottom: 1px solid var(--btb-line);
  backdrop-filter: blur(16px);
}
.theme-gallery .site-shipping-banner {
  margin-bottom: 0;
  padding-bottom: 0;
  background: #315B45;
  color: #fff;
  border-bottom: none;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.12);
}
.theme-gallery .site-shipping-banner__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 34px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}
.theme-gallery .site-shipping-banner__inner i {
  font-size: 0.95rem;
}
.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: rgba(0, 0, 0, 0.05);
  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 {
  box-sizing: border-box;
  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 {
  background: var(--btb-sage-deep);
}
.theme-gallery .cart-header-badge {
  color: #0f1111;
  background: linear-gradient(180deg, #ffd713 0%, #fcd049 85%, #f7ca15 100%);
}
/* Header mini-cart: icon + item count only (totals line stays off-DOM-hidden via CSS for AJAX fragments) */
.theme-gallery header #cart .cart-header-total {
  display: none !important;
}
.theme-gallery header #cart .cart-header-btn:has(.cart-header-badge) {
  height: 42px;
  min-height: 42px;
  width: auto;
  max-width: 100%;
  min-width: 42px;
  padding-left: 0.45rem;
  padding-right: 0.55rem;
  justify-content: center;
  gap: 0.35rem;
}
.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 #menu.site-category-nav .site-category-nav__container {
  position: relative;
  display: flex;
  align-items: stretch;
}
.theme-gallery #menu.site-category-nav .site-category-nav__track {
  flex: 1 1 auto;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.theme-gallery #menu.site-category-nav .site-category-nav__track::-webkit-scrollbar {
  display: none;
}
.theme-gallery #menu.site-category-nav.has-overflow .site-category-nav__track {
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 24px, #000 calc(100% - 24px), transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 24px, #000 calc(100% - 24px), transparent 100%);
}
.theme-gallery #menu.site-category-nav.has-open-dropdown .site-category-nav__track {
  overflow: visible;
}
.theme-gallery #menu.site-category-nav.has-overflow.has-open-dropdown .site-category-nav__track {
  -webkit-mask-image: none;
  mask-image: none;
}
.theme-gallery .site-category-nav__list {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: start;
  gap: 0 0.25rem;
  width: max-content;
  min-width: 100%;
}
.theme-gallery .site-category-nav__list .nav-item {
  flex: 0 0 auto;
}
.theme-gallery #menu.site-category-nav .site-category-nav__item--has-children {
  position: relative;
}
.theme-gallery #menu.site-category-nav .navbar-nav > li > a {
  color: #334039;
  padding: 0.9rem 0.55rem;
  border-bottom: 1px solid transparent;
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  white-space: nowrap;
}
.theme-gallery #menu.site-category-nav .site-category-nav__item--has-children > .site-category-nav__link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.theme-gallery #menu.site-category-nav .site-category-nav__link-icon {
  flex: 0 0 auto;
  font-size: 0.58rem;
  line-height: 1;
  transition: transform 0.15s ease;
}
.theme-gallery #menu.site-category-nav .site-category-nav__item--has-children:hover > .site-category-nav__link .site-category-nav__link-icon, .theme-gallery #menu.site-category-nav .site-category-nav__item--has-children:focus-within > .site-category-nav__link .site-category-nav__link-icon {
  transform: rotate(180deg);
}
.theme-gallery #menu.site-category-nav .site-category-nav__dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 250px;
  max-width: min(360px, calc(100vw - 2rem));
  margin-top: -1px;
  padding: 0.45rem 0;
  border: 1px solid var(--btb-line);
  border-radius: 0 0 6px 6px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(32, 40, 37, 0.12);
  z-index: 1040;
}
.theme-gallery #menu.site-category-nav .site-category-nav__item--align-end > .site-category-nav__dropdown {
  right: 0;
  left: auto;
}
.theme-gallery #menu.site-category-nav .site-category-nav__item--has-children:hover > .site-category-nav__dropdown, .theme-gallery #menu.site-category-nav .site-category-nav__item--has-children:focus-within > .site-category-nav__dropdown {
  display: block;
}
.theme-gallery #menu.site-category-nav .site-category-nav__dropdown-link {
  color: #334039;
  padding: 0.75rem 1.1rem;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.3;
  white-space: normal;
}
.theme-gallery #menu.site-category-nav .site-category-nav__dropdown-link:hover, .theme-gallery #menu.site-category-nav .site-category-nav__dropdown-link:focus, .theme-gallery #menu.site-category-nav .site-category-nav__dropdown-link.active {
  background: var(--btb-sage-soft);
  color: var(--btb-sage-deep);
}
.theme-gallery #menu.site-category-nav .site-category-nav__dropdown-link--all {
  font-weight: 600;
}
.theme-gallery #menu.site-category-nav .site-category-nav__dropdown .dropdown-divider {
  border-color: var(--btb-line);
  margin: 0.35rem 0;
  opacity: 1;
}
@media (min-width: 1200px) {
  .theme-gallery #menu.site-category-nav .navbar-nav > li > a {
    padding: 0.9rem 0.75rem;
    letter-spacing: 0.11em;
  }
}
.theme-gallery #menu.site-category-nav .site-category-nav__scroll {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0;
  margin: 0;
  color: #334039;
  background: #fff;
  cursor: pointer;
  z-index: 2;
  transition: color 0.15s ease, opacity 0.15s ease;
}
.theme-gallery #menu.site-category-nav .site-category-nav__scroll:hover, .theme-gallery #menu.site-category-nav .site-category-nav__scroll:focus-visible {
  color: var(--btb-sage-deep);
  outline: none;
}
.theme-gallery #menu.site-category-nav .site-category-nav__scroll[hidden] {
  display: none;
}
.theme-gallery #menu.site-category-nav .site-category-nav__scroll--prev {
  left: 0;
  padding-right: 6px;
  background: linear-gradient(90deg, #fff 0%, #fff 55%, rgba(255, 255, 255, 0) 100%);
}
.theme-gallery #menu.site-category-nav .site-category-nav__scroll--next {
  right: 0;
  padding-left: 6px;
  background: linear-gradient(270deg, #fff 0%, #fff 55%, rgba(255, 255, 255, 0) 100%);
}
.theme-gallery #menu.site-category-nav .site-category-nav__scroll i {
  font-size: 0.85rem;
  line-height: 1;
}
.theme-gallery #menu.site-category-nav .navbar-nav > li > a:hover, .theme-gallery #menu.site-category-nav .navbar-nav > li > a:focus, .theme-gallery #menu.site-category-nav .navbar-nav > li > a.active, .theme-gallery #menu.site-category-nav .navbar-nav > li.active > a {
  border-bottom-color: var(--btb-sage);
  color: var(--btb-sage-deep);
}
body.theme-gallery #common-home {
  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;
  max-width: 100%;
  overflow-x: clip;
}
#common-home .homepage-builder__hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  width: 100%;
  max-width: none;
  min-height: min(760px, calc(100vh - 118px));
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #eef5ee;
  overflow: hidden;
}
#common-home .homepage-builder__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(100deg, rgba(251, 252, 248, 0.98) 0%, rgba(251, 252, 248, 0.92) 38%, rgba(251, 252, 248, 0.46) 63%, rgba(251, 252, 248, 0.05) 100%), linear-gradient(180deg, rgba(49, 91, 69, 0.1) 0%, rgba(49, 91, 69, 0) 32%);
  pointer-events: none;
}
#common-home .homepage-builder__hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 96px;
  background: linear-gradient(180deg, rgba(251, 252, 248, 0) 0%, var(--btb-surface) 100%);
  pointer-events: none;
}
#common-home .homepage-builder__hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: calc(var(--natural-home-inner-max) + 2rem);
  min-height: inherit;
  margin: 0 auto;
  padding: clamp(3rem, 8vw, 7rem) 1rem clamp(3.25rem, 9vw, 6.5rem);
}
#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 {
  order: -1;
  align-self: flex-start;
  margin-bottom: 1rem;
  padding: 0.5rem 0.85rem;
  border: 1px solid rgba(49, 91, 69, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--btb-sage-deep);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 0.7rem 2rem rgba(32, 40, 37, 0.08);
}
#common-home .homepage-builder__brand-logo {
  order: 0;
  width: min(390px, 78vw);
  margin-bottom: 1rem;
}
#common-home .homepage-builder__brand-logo img {
  display: block;
  width: 100%;
  height: auto;
}
#common-home .homepage-builder__title {
  order: 1;
  max-width: 12ch;
  margin: 0 0 1rem;
  color: var(--btb-ink);
  font-size: clamp(2.25rem, 5vw, 4.75rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0.98;
}
#common-home .homepage-builder__subtitle {
  order: 2;
  max-width: 34rem;
  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: 70px;
  object-fit: contain;
  /* White outer glow so badges read on hero photography */
  filter: drop-shadow(0 0 1px white) drop-shadow(0 0 8px rgba(255, 255, 255, 0.85)) drop-shadow(0 0 20px rgba(255, 255, 255, 0.45));
}
#common-home .homepage-builder__cta-trust-icons {
  order: 4;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  margin-top: 1.75rem;
}
#common-home .homepage-builder__cta-trust-icons img {
  display: block;
  width: auto;
  height: 70px;
  object-fit: contain;
  filter: drop-shadow(0 0 1px white) drop-shadow(0 0 8px rgba(255, 255, 255, 0.85)) drop-shadow(0 0 20px rgba(255, 255, 255, 0.45));
}
#common-home .homepage-builder__button, #common-home .homepage-builder__promo-link {
  border-radius: 999px;
  background: var(--btb-sage-deep);
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
#common-home .homepage-builder__button {
  order: 3;
  align-self: flex-start;
  margin-top: 1.6rem;
  padding: 1rem 1.55rem;
  font-size: 0.78rem;
  box-shadow: 0 1rem 2rem rgba(49, 91, 69, 0.22);
}
#common-home .homepage-builder__button:hover, #common-home .homepage-builder__promo-link:hover {
  background: #244936;
  transform: translateY(-2px);
  box-shadow: 0 1.2rem 2.5rem rgba(49, 91, 69, 0.24);
}
/* Same radius as mobile hero photo — keeps promo tiles visually aligned */
#common-home .homepage-builder__promo-card {
  border-radius: var(--homepage-builder-surface-radius);
}
#common-home .homepage-builder__html {
  border: 0;
  border-radius: 0;
  background: transparent;
  max-width: 100%;
  overflow-x: clip;
  padding: 0;
}
#common-home .homepage-builder__html--top {
  padding: clamp(2.5rem, 5vw, 5rem) 1rem;
}
#common-home .homepage-builder__html--bottom {
  padding: clamp(2rem, 4vw, 4rem) 1rem 0;
}
#common-home .homepage-builder__faq {
  width: 100%;
  max-width: none;
}
#common-home .homepage-builder__promos {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(1.25rem, 3vw, 2.5rem);
}
#common-home .homepage-builder__category-portal {
  padding: 0;
  border-top: 1px solid rgba(49, 91, 69, 0.1);
}
#common-home .homepage-builder__category-portal-header {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.55fr);
  gap: clamp(1rem, 4vw, 3rem);
  align-items: end;
  width: 100%;
  max-width: none;
  margin: 0 0 clamp(1.4rem, 3vw, 2.3rem);
  padding-top: 2rem;
  padding-right: 0;
  padding-bottom: 2rem;
  padding-left: 0;
}
#common-home .homepage-builder__category-portal-kicker {
  grid-column: 1 / -1;
  color: var(--btb-sage-deep);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}
#common-home .homepage-builder__category-portal-title {
  margin: 0;
  color: var(--btb-ink);
  font-size: clamp(2rem, 4vw, 4.1rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0.98;
}
#common-home .homepage-builder__category-portal-text {
  margin: 0;
  color: #5f6f65;
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  line-height: 1.65;
}
#common-home .homepage-builder__category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  width: 100%;
  max-width: none;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}
#common-home .homepage-builder__category-tile {
  --tile-bg: #f5f7f1;
  --tile-stage: #e2ecdd;
  --tile-accent: var(--btb-sage-deep);
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 300px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(32, 40, 37, 0.08);
  border-radius: 8px;
  background: var(--tile-bg);
  color: var(--btb-ink);
  text-decoration: none;
  transition: transform 0.18s ease, border-color 0.18s ease;
}
#common-home .homepage-builder__category-tile:hover, #common-home .homepage-builder__category-tile:focus-visible {
  border-color: color-mix(in srgb, var(--tile-accent) 38%, white);
  color: var(--btb-ink);
  text-decoration: none;
  transform: translateY(-4px);
}
#common-home .homepage-builder__category-tile--accent-1 {
  --tile-bg: #eef7ef;
  --tile-stage: #dfeee3;
  --tile-accent: #315b45;
}
#common-home .homepage-builder__category-tile--accent-2 {
  --tile-bg: #fff5f2;
  --tile-stage: #f4d7d2;
  --tile-accent: #a9584f;
}
#common-home .homepage-builder__category-tile--accent-3 {
  --tile-bg: #eff8f7;
  --tile-stage: #d4ece9;
  --tile-accent: #3f7772;
}
#common-home .homepage-builder__category-tile--accent-4 {
  --tile-bg: #fbf7e8;
  --tile-stage: #ead9a6;
  --tile-accent: #846b25;
}
#common-home .homepage-builder__category-tile--accent-5 {
  --tile-bg: #f5f1fb;
  --tile-stage: #dfd5ef;
  --tile-accent: #6a5684;
}
#common-home .homepage-builder__category-tile--accent-6 {
  --tile-bg: #f7f0e9;
  --tile-stage: #e4cdb8;
  --tile-accent: #8a5f3e;
}
#common-home .homepage-builder__category-tile-media {
  --category-tile-image-size: 178px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 168px;
  margin: 0;
  padding: 1.1rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0) 54%), var(--tile-stage);
}
#common-home .homepage-builder__category-tile-media img {
  display: block;
  width: var(--category-tile-image-size);
  max-width: 82%;
  height: var(--category-tile-image-size);
  border: 6px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: #fff;
  object-fit: cover;
  box-shadow: 0 1rem 1.9rem rgba(32, 40, 37, 0.16);
  transition: transform 0.22s ease;
}
#common-home .homepage-builder__category-tile:hover .homepage-builder__category-tile-media img, #common-home .homepage-builder__category-tile:focus-visible .homepage-builder__category-tile-media img {
  transform: scale(1.04);
}
#common-home .homepage-builder__category-tile-copy {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 0.55rem;
  padding: 1.05rem;
}
#common-home .homepage-builder__category-tile-meta {
  color: var(--tile-accent);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}
#common-home .homepage-builder__category-tile-title {
  display: block;
  color: var(--btb-ink);
  font-size: clamp(1.05rem, 1.45vw, 1.35rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.15;
  overflow-wrap: anywhere;
}
#common-home .homepage-builder__category-tile-preview {
  display: -webkit-box;
  min-height: 2.7em;
  overflow: hidden;
  color: #66756b;
  font-size: 0.88rem;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#common-home .homepage-builder__category-tile-action {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: auto;
  color: var(--tile-accent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}
#common-home .homepage-builder__category-tile-action i {
  font-size: 0.9em;
  transition: transform 0.18s ease;
}
#common-home .homepage-builder__category-tile:hover .homepage-builder__category-tile-action i, #common-home .homepage-builder__category-tile:focus-visible .homepage-builder__category-tile-action i {
  transform: translateX(3px);
}
@media (min-width: 992px) {
  #common-home .homepage-builder__category-tile:nth-child(1), #common-home .homepage-builder__category-tile:nth-child(6) {
    grid-column: span 2;
  }
  #common-home .homepage-builder__category-tile:nth-child(1) .homepage-builder__category-tile-media, #common-home .homepage-builder__category-tile:nth-child(6) .homepage-builder__category-tile-media {
    --category-tile-image-size: 220px;
    min-height: 212px;
  }
}
#common-home .homepage-builder__category-sections {
  display: grid;
  gap: clamp(1.6rem, 4vw, 2.8rem);
  width: 100%;
  max-width: none;
  margin: clamp(1.5rem, 4vw, 3rem) auto 0;
}
#common-home .homepage-builder__category-section {
  min-width: 0;
}
#common-home .homepage-builder__category-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
#common-home .homepage-builder__category-heading-copy {
  min-width: 0;
}
#common-home .homepage-builder__category-title {
  margin: 0;
  color: var(--btb-ink);
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 600;
  line-height: 1.2;
}
#common-home .homepage-builder__category-title a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: inherit;
  text-decoration: none;
}
#common-home .homepage-builder__category-title__caret {
  flex-shrink: 0;
  font-size: 0.62em;
  line-height: 1;
  opacity: 0.88;
}
#common-home .homepage-builder__category-title a:hover {
  color: var(--btb-sage-deep);
}
#common-home .homepage-builder__category-title a:hover .homepage-builder__category-title__caret {
  opacity: 1;
}
#common-home .homepage-builder__category-scroll-hint {
  display: none;
}
#common-home .homepage-builder__category-controls {
  display: none;
  flex: 0 0 auto;
  gap: 0.65rem;
}
#common-home .homepage-builder__category-scroll {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--btb-sage-deep);
  font-size: 0.9rem;
  line-height: 1;
}
#common-home .homepage-builder__category-scroll:hover, #common-home .homepage-builder__category-scroll:focus-visible {
  color: var(--btb-ink);
}
#common-home .homepage-builder__category-rule {
  margin: 0.8rem 0 1rem;
  border: 0;
  border-top: 1px solid var(--btb-line);
  opacity: 1;
}
#common-home .homepage-builder__category-products-shell {
  position: relative;
  min-width: 0;
}
#common-home .homepage-builder__category-products {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(154px, 198px);
  gap: 0.5rem;
  min-width: 0;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 0 0 0.7rem;
  scroll-padding-inline: 0.25rem;
  scroll-snap-type: x proximity;
  scrollbar-color: #d9ded9 transparent;
}
#common-home .homepage-builder__category-products::-webkit-scrollbar {
  height: 6px;
}
#common-home .homepage-builder__category-products::-webkit-scrollbar-track {
  background: transparent;
}
#common-home .homepage-builder__category-products::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #d9ded9;
}
#common-home .homepage-builder__category-product {
  min-width: 0;
  scroll-snap-align: start;
}
#common-home .homepage-builder__category-product .product-thumb {
  height: 100%;
}
#common-home .homepage-builder__category-product .product-thumb .description {
  padding: 0 5px 7px;
}
#common-home .homepage-builder__category-product .product-thumb__title {
  font-size: 0.84375rem;
  line-height: 1.27;
}
#common-home .homepage-builder__category-product .product-thumb .price, #common-home .homepage-builder__category-product .product-thumb .price-new {
  font-size: 0.94rem;
}
#common-home .homepage-builder__category-product .product-thumb__buy-form {
  margin-top: 0.4rem;
}
#common-home .homepage-builder__category-product .product-thumb .product-thumb__buy-btn {
  flex: 0 0 1.75rem !important;
  width: 1.75rem !important;
  min-height: 1.75rem !important;
}
#common-home .homepage-builder__category-product .product-thumb .product-thumb__bio-icon {
  width: 42px !important;
  height: 42px !important;
  max-width: 42px;
}
#common-home .homepage-video-section {
  width: 100%;
  max-width: none;
  margin: clamp(1.5rem, 4vw, 3rem) auto 0;
}
#common-home .homepage-video-section__media {
  display: block;
  width: 100%;
  aspect-ratio: 1.7777777778;
  height: auto;
  max-height: min(720px, 80vh);
  background: #000;
  object-fit: cover;
}
#common-home iframe.homepage-video-section__media {
  height: min(56.25vw, 720px);
  border: 0;
  object-fit: initial;
}
@media (max-width: 575.98px) {
  #common-home .homepage-video-section {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    transform: none;
  }
}
.natural-home {
  background: transparent;
  max-width: 100%;
  overflow: hidden;
}
#common-home .homepage-builder__html--top .natural-home {
  margin-top: 0 !important;
}
.natural-home__band {
  box-sizing: border-box;
  max-width: var(--natural-home-inner-max);
  margin: 0 auto;
  padding: 0;
}
.natural-home__inner {
  min-width: 0;
  max-width: var(--natural-home-inner-max);
  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(2rem, 3.6vw, 3.4rem) !important;
  font-weight: 600;
  line-height: 1.08;
}
.natural-home__lead {
  min-width: 0;
  max-width: 690px;
  margin: 0;
  color: var(--btb-muted);
  font-size: 1.04rem;
  line-height: 1.65;
  overflow-wrap: anywhere;
  word-break: normal;
}
.natural-home__inner > p {
  max-width: 820px;
  margin: 0;
  color: #5f6f65;
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.75;
}
.natural-home__inner > p + p {
  margin-top: 0.9rem;
}
.natural-home__inner > ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  max-width: 980px;
  margin: clamp(1.3rem, 3vw, 2rem) 0 0;
  padding: 0;
  list-style: none;
}
.natural-home__inner > ul > li {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 76px;
  padding: 1rem 1rem 1rem 2.8rem;
  border: 1px solid rgba(49, 91, 69, 0.12);
  border-radius: 8px;
  background: #fbfcf8;
  color: #37463f;
  font-weight: 500;
  line-height: 1.35;
  overflow-wrap: anywhere;
}
.natural-home__inner > ul > li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1rem;
  width: 0.55rem;
  height: 1rem;
  border-right: 2px solid var(--btb-sage-deep);
  border-bottom: 2px solid var(--btb-sage-deep);
  transform: translateY(-50%) rotate(38deg);
}
.natural-home__categories {
  box-sizing: border-box;
  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);
  max-width: 100%;
}
.natural-home__category {
  display: flex;
  min-width: 0;
  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;
  overflow-wrap: anywhere;
}
.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 {
  box-sizing: border-box;
  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;
}
#common-home .natural-home--story {
  margin: 2rem 0;
  background: transparent;
}
#common-home .natural-home--story .natural-home__band {
  margin: 2rem 0;
  padding: clamp(1.6rem, 4vw, 3rem);
  border: 1px solid rgba(49, 91, 69, 0.12);
  border-radius: 12px;
  background: #fff;
}
#common-home .natural-home--story .natural-home__kicker {
  color: #315b45;
}
#common-home .natural-home--story .natural-home__lead + .natural-home__lead {
  margin-top: 0.75rem;
}
#common-home .natural-home__brand-image {
  display: block;
  width: 100%;
  margin-top: 1.4rem;
  border-radius: 12px;
}
#common-home .natural-home__values-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}
#common-home .natural-home__value-item {
  min-height: 150px;
  padding: 1rem;
  border: 1px solid rgba(49, 91, 69, 0.12);
  border-radius: 8px;
  background: #fbfcf8;
}
#common-home .natural-home__value-item strong {
  display: block;
  margin-bottom: 0.45rem;
  color: #315b45;
  font-size: 1rem;
  font-weight: 600;
}
#common-home .natural-home__value-item span {
  display: block;
  color: var(--btb-muted);
  line-height: 1.5;
}
#common-home .homepage-video-section--embedded {
  margin: 2rem auto 0;
}
@media (max-width: 991.98px) {
  #common-home .natural-home__values-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575.98px) {
  #common-home .natural-home--story .natural-home__band {
    padding: 1.25rem;
  }
  #common-home .natural-home__values-list {
    grid-template-columns: 1fr;
  }
}
.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);
}
/* Space above footer: padding on main avoids margin-collapse eating footer margin-top */
body.theme-gallery main {
  padding-bottom: 100px;
}
.theme-gallery footer {
  margin-top: 100px;
  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 .footer-contact-column {
  padding-bottom: 0;
}
.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-powered--bottom {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid var(--btb-line);
  text-align: center;
}
.theme-gallery footer .footer-social-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
  margin-top: 0.75rem;
}
.theme-gallery footer .footer-social-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.875em;
  font-weight: 500;
}
.theme-gallery footer .footer-social-links i {
  width: 1.1em;
  text-align: center;
}
@media (min-width: 768px) {
  .theme-gallery footer .footer-nav-links, .theme-gallery footer .footer-powered {
    text-align: right;
  }
  .theme-gallery footer .footer-powered--bottom {
    text-align: center;
  }
  .theme-gallery footer .footer-social-links {
    justify-content: flex-end;
    text-align: right;
  }
}
.theme-gallery footer .footer-store-info .footer-social-links {
  justify-content: flex-start;
  text-align: left;
}
.theme-gallery footer .footer-store-divider {
  margin: 1.25rem 0 0;
  border: 0;
  border-top: 1px solid var(--btb-line);
  opacity: 1;
}
.theme-gallery footer .footer-contact-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  margin-top: 0.25rem;
  margin-bottom: 0;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid var(--btb-line);
  border-radius: 8px;
}
.theme-gallery footer .footer-contact-box h5 {
  margin-bottom: 0.25rem;
}
.theme-gallery footer .footer-contact-box p {
  margin: 0;
  font-size: 0.875em;
}
.theme-gallery footer .footer-contact-box__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  justify-content: flex-end;
}
.theme-gallery footer .footer-contact-box__links a {
  font-size: 0.875em;
  font-weight: 500;
}
@media (max-width: 575.98px) {
  .theme-gallery footer .footer-contact-box {
    align-items: flex-start;
    flex-direction: column;
  }
  .theme-gallery footer .footer-contact-box__links {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.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) {
  /* Touch: disable scroll-snap so OS momentum scroll isn’t damped */
  .theme-gallery .header-main-row {
    min-height: 70px;
  }
  .theme-gallery .site-header-menu-toggle.btn-search-icon {
    width: 42px;
    height: 42px;
    min-height: 42px;
    padding: 0;
    box-sizing: border-box;
  }
  #common-home .homepage-builder__category-controls {
    display: flex;
  }
  #common-home .homepage-builder__category-scroll-hint {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    margin: 0.35rem 0 0;
    color: var(--btb-muted);
    font-size: 0.78rem;
    font-weight: 500;
    line-height: 1.25;
  }
  #common-home .homepage-builder__category-scroll-hint__arrow {
    flex-shrink: 0;
    font-size: 0.72rem;
    opacity: 0.88;
  }
  #common-home .homepage-builder__category-scroll {
    width: 2rem;
    height: 2rem;
    border: 1px solid rgba(49, 91, 69, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 0.35rem 1rem rgba(32, 40, 37, 0.08);
  }
  #common-home .homepage-builder__category-products-shell::before, #common-home .homepage-builder__category-products-shell::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0.75rem;
    z-index: 2;
    width: 1.5rem;
    pointer-events: none;
    transition: opacity 0.18s ease;
  }
  #common-home .homepage-builder__category-products-shell::before {
    left: 0;
    background: linear-gradient(90deg, var(--btb-surface) 0%, rgba(251, 252, 248, 0) 100%);
  }
  #common-home .homepage-builder__category-products-shell::after {
    right: 0;
    background: linear-gradient(270deg, var(--btb-surface) 0%, rgba(251, 252, 248, 0) 100%);
  }
  #common-home .homepage-builder__category-products-shell.is-at-start::before, #common-home .homepage-builder__category-products-shell.is-at-end::after, #common-home .homepage-builder__category-products-shell:not(.has-overflow)::before, #common-home .homepage-builder__category-products-shell:not(.has-overflow)::after {
    opacity: 0;
  }
  #common-home .homepage-builder__category-products {
    scroll-snap-type: none;
  }
  #common-home .homepage-builder__category-product {
    scroll-snap-align: unset;
  }
  #common-home .homepage-builder__hero {
    width: 100%;
    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.92) 54%, rgba(251, 252, 248, 0.26) 100%), linear-gradient(180deg, rgba(49, 91, 69, 0.1) 0%, rgba(49, 91, 69, 0) 32%);
  }
  #common-home .homepage-builder__category-portal-header {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }
  #common-home .homepage-builder__category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .natural-home__inner > ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .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: 767.98px) {
  #common-home .homepage-builder__hero-media {
    border-radius: var(--homepage-builder-surface-radius);
    overflow: hidden;
  }
}
@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: 42px;
    min-height: 42px;
    padding: 0 0.55rem;
  }
  .theme-gallery header .site-header-account-btn.btn-cart-header {
    width: 42px;
    height: 42px;
    padding: 0;
  }
  .theme-gallery #cart .cart-header-btn:not(:has(.cart-header-badge)) {
    height: 42px;
    width: 42px;
    min-width: 42px;
    max-width: 42px;
    padding-left: 0;
    padding-right: 0;
    justify-content: center;
  }
  .theme-gallery .header-account-cart #cart:not(:has(.cart-header-badge)) {
    flex: 0 0 auto !important;
  }
  .theme-gallery .header-account-cart #cart:has(.cart-header-badge) {
    flex: 1 1 auto !important;
    min-width: 0;
  }
  #common-home .homepage-builder__hero {
    width: 100%;
    min-height: 590px;
    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.9) 50%, rgba(251, 252, 248, 0.3) 100%), linear-gradient(90deg, rgba(49, 91, 69, 0.1) 0%, rgba(49, 91, 69, 0) 100%);
  }
  #common-home .homepage-builder__hero-copy {
    min-height: 590px;
    justify-content: flex-start;
    padding: 1.25rem 1rem 2rem;
    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: 70px;
  }
  #common-home .homepage-builder__button {
    margin-top: 0.9rem;
  }
  #common-home .homepage-builder__hero-media img {
    object-position: 64% center;
  }
  #common-home .homepage-builder__promos {
    width: 100%;
  }
  #common-home .homepage-builder__category-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  #common-home .homepage-builder__category-tile {
    min-height: auto;
  }
  #common-home .homepage-builder__category-tile-media {
    --category-tile-image-size: 148px;
    min-height: 145px;
    padding: 0.8rem;
  }
  #common-home .homepage-builder__category-heading {
    align-items: flex-start;
  }
  #common-home .homepage-builder__category-scroll-hint {
    font-size: 0.75rem;
  }
  #common-home .homepage-builder__category-products {
    grid-auto-columns: minmax(130px, 40vw);
  }
  .natural-home__categories, .natural-home__values {
    grid-template-columns: 1fr;
  }
  .natural-home__inner > ul {
    grid-template-columns: 1fr;
  }
  .natural-home__category, .natural-home__value {
    min-height: auto;
  }
}
/* Orestbida CookieConsent: full-width sticky bottom bar. */
#cc-main .cm {
  inset-inline: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-inline-size: none !important;
  max-width: none !important;
  margin: 0 !important;
  border-radius: 0 !important;
  box-sizing: border-box;
  transform: none !important;
}
#cc-main .cm--bar .cm__body, #cc-main .cm--bar .cm__links {
  max-width: none !important;
  width: 100% !important;
}
#cc-main .cm__btns {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0.55rem !important;
  width: min(58rem, 100%) !important;
  max-width: none !important;
  padding: 0.85rem !important;
}
#cc-main .cm--bar.cm--inline .cm__btns {
  max-width: min(58rem, 100%) !important;
}
#cc-main .cm.cm--bottom {
  bottom: 0 !important;
}
#cc-main .cm__btn-group {
  display: contents !important;
}
#cc-main .cm__btn-group + .cm__btn-group, #cc-main .cm__btn + .cm__btn {
  margin: 0 !important;
}
#cc-main .cm__btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 12rem !important;
  min-height: 3.15rem;
  padding: 0.75rem 1rem;
  border: 2px solid #1638f0;
  border-radius: 4px;
  background: #fff;
  color: #161616;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
}
#cc-main .cm__btn[data-role="necessary"] {
  order: 1;
}
#cc-main .cm__btn[data-role="show"] {
  order: 2;
}
#cc-main .cm__btn:hover, #cc-main .cm__btn:focus-visible {
  background: #f5f7ff;
  border-color: #1638f0;
  color: #161616;
}
#cc-main .cm__btn[data-role="all"] {
  order: 3;
  background: #193bd3;
  border-color: #193bd3;
  color: #fff;
}
#cc-main .cm__btn[data-role="all"]:hover, #cc-main .cm__btn[data-role="all"]:focus-visible {
  background: #102db8;
  border-color: #102db8;
  color: #fff;
}
#cc-main .cm__btn[data-role="show"]::after {
  content: "";
  display: inline-block;
  width: 0.48rem;
  height: 0.48rem;
  margin-left: 0.85rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}
@media (max-width: 575.98px) {
  #cc-main {
    --cc-modal-margin: 0;
  }
  #cc-main .cm {
    inset-inline: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-inline-size: none !important;
    max-width: none !important;
    margin: 0 !important;
    border-radius: 0 !important;
    transform: none !important;
  }
  #cc-main .cm.cm--bottom {
    bottom: 0 !important;
  }
  #cc-main .cm__body, #cc-main .pm__body {
    max-height: min(58vh, 25rem);
  }
  #cc-main .cm__btns, #cc-main .pm__btns {
    gap: 0.45rem;
  }
  #cc-main .cm__btn, #cc-main .pm__btn {
    min-height: 2.35rem;
    padding: 0.55rem 0.75rem;
    font-size: 0.78rem;
    line-height: 1.2;
  }
  #cc-main .cm__btns {
    grid-template-columns: 1fr !important;
    gap: 0.45rem !important;
    width: 100% !important;
    padding: 0.7rem !important;
  }
  #cc-main .cm__btn {
    min-width: 0 !important;
    min-height: 2.8rem;
    padding: 0.7rem 0.85rem;
    font-size: 0.9rem;
  }
  #cc-main .cm__btn[data-role="all"] {
    order: 1;
  }
  #cc-main .cm__btn[data-role="necessary"] {
    order: 2;
  }
  #cc-main .cm__btn[data-role="show"] {
    order: 3;
  }
}
