:root {
  --brand:#ef8127;
  --brand-dark:#b74f08;
  --ink:#242424;
  --muted:#6b6b67;
  --paper:#f7f6f2;
  --bs-primary:#c95c0c;
  --bs-link-color:#a54508;
  --bs-link-hover-color:#773107;
}
body {
  font-family:Arial,Helvetica,sans-serif;
  color:var(--ink);
  font-size:15px;
  line-height:1.55;
  background:#fff;
}
a {
  color:var(--brand-dark);
}
a:hover {
  color:#773107;
}
h1,h2,h3,h4,h5 {
  color:var(--ink);
  font-weight:700;
}
h1 {
  font-size:36px;
}
h2 {
  font-size:28px;
}
h3 {
  font-size:23px;
}
h4 {
  font-size:18px;
}
#top {
  background:var(--paper);
  border:0;
  padding:9px 0;
  margin-bottom:0;
}
#top .list-inline {
  margin:0;
}
#top a,#top .dropdown-toggle {
  color:#444;
  text-shadow:none;
}
header {
  padding:24px 0 16px;
}
header .row {
  align-items:center;
}
#logo {
  margin:0;
}
.brand-wordmark {
  display:inline-flex;
  flex-direction:column;
  color:var(--ink);
  font-size:25px;
  font-weight:900;
  line-height:1.05;
  letter-spacing:-.8px;
  text-decoration:none;
}
.brand-wordmark span {
  color:#c65d11;
  font-size:23px;
}
.brand-wordmark small {
  margin-top:7px;
  font-size:10px;
  letter-spacing:2px;
  color:#666;
  font-weight:500;
}
#search {
  margin:0;
}
#search .form-control {
  border-color:#d7d7d0;
  height:46px;
  border-radius:7px 0 0 7px;
  font-size:14px;
}
#search .btn {
  border-radius:0 7px 7px 0;
  height:46px;
  background:var(--paper);
  color:var(--ink);
  border-color:#d7d7d0;
}
#cart>.dropdown>.btn {
  height:46px;
  border-radius:7px;
  background:var(--ink);
  border-color:var(--ink);
  box-shadow:none;
  text-shadow:none;
}
#menu {
  background:var(--ink);
  background-image:none;
  border:0;
  border-radius:8px;
  min-height:50px;
  margin-bottom:24px;
}
#menu .nav-link {
  color:#fff;
  font-size:13px;
  font-weight:600;
  text-shadow:none;
  padding:15px 10px;
}
#menu .nav-link:hover,#menu .nav-link:focus {
  background:#45413c;
}
#menu .dropdown-menu {
  border:1px solid #e1dfd8;
  border-radius:6px;
  box-shadow:0 8px 24px #0002;
}
#menu .dropdown-inner a {
  color:#333;
}
#menu .dropdown-inner a:hover {
  background:var(--paper);
  color:var(--brand-dark);
}
.btn-primary {
  --bs-btn-bg:#c45a0a;
  --bs-btn-border-color:#c45a0a;
  --bs-btn-hover-bg:#a44908;
  --bs-btn-hover-border-color:#a44908;
  --bs-btn-active-bg:#903d05;
  background-image:none;
  text-shadow:none;
  box-shadow:none;
  border-radius:6px;
}
.btn-outline-dark {
  border-radius:6px;
}
.form-control:focus,.form-select:focus {
  border-color:#cc742f;
  box-shadow:0 0 0 .2rem #ef812725;
}
.store-hero {
  border-radius:12px;
  overflow:hidden;
  background:var(--paper);
  margin-bottom:44px;
}
.heritage-banner {
  display:block;
  width:100%;
  height:auto;
}
.hero-copy {
  padding:32px 40px 38px;
  max-width:900px;
}
.eyebrow {
  font-size:11px;
  font-weight:700;
  letter-spacing:2px;
  color:#98501c;
  margin-bottom:13px;
}
.hero-copy h1 {
  font-size:46px;
  letter-spacing:-1.5px;
  margin:0 0 16px;
}
.hero-copy>p:not(.eyebrow) {
  max-width:650px;
  color:#5b5b55;
  font-size:17px;
}
.hero-actions {
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:24px;
}
.hero-actions .btn {
  font-size:14px;
  font-weight:600;
  padding:12px 20px;
}
.hero-actions i {
  margin-left:16px;
}
.section-heading {
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:16px;
  margin-bottom:20px;
}
.section-heading h2 {
  margin:0;
}
.section-heading>span {
  color:var(--muted);
  font-size:13px;
}
.category-grid {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
.category-card {
  border:1px solid #e6e3dc;
  border-radius:10px;
  overflow:hidden;
  color:var(--ink);
  text-decoration:none;
  transition:border-color .15s,box-shadow .15s;
  background:#fff;
}
.category-card:hover {
  border-color:#cf7a38;
  box-shadow:0 6px 20px #3e2b1510;
}
.category-card img {
  display:block;
  width:100%;
  height:175px;
  object-fit:contain;
  padding:16px;
}
.category-card span {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  padding:16px;
  background:var(--paper);
  font-size:14px;
  font-weight:600;
  min-height:75px;
}
.category-card i {
  color:#c76519;
}
.category-section,.featured-section {
  margin-bottom:44px;
}
.featured-section h3 {
  font-size:28px;
  margin-bottom:20px;
}
.product-thumb {
  border:1px solid #e4e1d9;
  border-radius:10px;
  overflow:hidden;
  box-shadow:none;
  background:#fff;
  height:100%;
  display:flex;
  flex-direction:column;
}
.product-thumb .image img {
  object-fit:contain;
}
.product-thumb .description {
  padding:16px;
  flex:1;
}
.product-thumb h4 {
  font-size:15px;
  line-height:1.45;
  min-height:44px;
}
.product-thumb h4 a {
  color:var(--ink);
}
.product-thumb .description>p:not(.price) {
  color:var(--muted);
  font-size:13px;
}
.product-thumb .price {
  font-size:18px;
  font-weight:700;
}
.product-thumb .price-new {
  color:#a44709;
}
.product-thumb .price-old {
  color:#73736f;
  font-size:13px;
  font-weight:400;
}
.product-thumb .price-tax {
  font-size:12px;
  font-weight:400;
}
.product-thumb .button-group {
  display:flex;
  border-top:1px solid #e8e5df;
  background:var(--paper);
}
.product-thumb .button-group button {
  background:transparent;
  color:#5d4a3b;
  border:0;
  padding:11px 14px;
  flex:1;
}
.product-thumb .button-group button:hover {
  background:#f2e4d5;
  color:#9b4607;
}
.store-help {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:35px;
  padding:32px 36px;
  background:var(--paper);
  border-radius:10px;
  margin:44px 0;
}
.store-help h2 {
  font-size:25px;
  margin-bottom:12px;
}
.store-help p:last-child {
  max-width:680px;
  color:var(--muted);
  margin:0;
}
.store-help .btn {
  white-space:nowrap;
}
footer {
  background:#252622;
  color:#d4d5ce;
  border:0;
  margin-top:48px;
  padding:36px 0 24px;
}
footer h5 {
  color:#fff;
  font-size:14px;
  margin-bottom:15px;
}
footer a {
  color:#c6c8bc;
}
footer a:hover {
  color:#ffae67;
}
footer li {
  margin-bottom:7px;
  font-size:13px;
}
footer hr {
  border-color:#696b60;
}
footer p {
  font-size:12px;
  color:#abad9f;
}
.breadcrumb {
  padding:13px 16px;
  background:var(--paper);
  border-radius:7px;
  border:0;
}
.pagination .active>.page-link {
  background:#b95209;
  border-color:#b95209;
}
.pagination .page-link {
  color:#9d450a;
}
.pagination .active>.page-link {
  color:#fff;
}
#product-info .image {
  border-radius:8px;
}
#content {
  min-width:0;
}
.list-group-item.active {
  background:#b95209;
  border-color:#b95209;
}
:focus-visible {
  outline:3px solid #bc5e16;
  outline-offset:3px;
}
@media(min-width:992px) {
  #menu .navbar-nav {
    flex-wrap:wrap;
  }
  #menu .nav-link {
    padding:14px 10px;
  }
  .container {
    max-width:1220px;
  }
}
@media(max-width:767px) {
  header {
    padding:18px 0 8px;
  }
  header .row {
    row-gap:16px;
  }
  .brand-wordmark {
    font-size:23px;
  }
  #logo {
    text-align:center;
  }
  #top .row>.col-4 {
    display:none;
  }
  #top .list-inline {
    display:flex;
    justify-content:center;
    gap:14px;
  }
  #menu {
    margin-bottom:18px;
  }
  #menu .nav-link {
    font-size:14px;
    padding:12px 15px;
  }
  .hero-copy {
    padding:24px 20px;
  }
  .hero-copy h1 {
    font-size:34px;
    letter-spacing:-1px;
  }
  .hero-copy>p:not(.eyebrow) {
    font-size:15px;
  }
  .eyebrow {
    font-size:10px;
    letter-spacing:1.6px;
  }
  .hero-actions {
    gap:10px;
  }
  .hero-actions .btn {
    width:100%;
    font-size:13px;
  }
  .category-grid {
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
  }
  .category-card img {
    height:140px;
    padding:12px;
  }
  .category-card span {
    font-size:12px;
    padding:12px;
    min-height:72px;
  }
  .section-heading {
    display:block;
  }
  .section-heading h2,.featured-section h3 {
    font-size:25px;
  }
  .section-heading>span {
    display:block;
    margin-top:6px;
  }
  .store-help {
    display:block;
    padding:24px 20px;
  }
  .store-help .btn {
    margin-top:20px;
  }
  .store-help h2 {
    font-size:23px;
  }
  h1 {
    font-size:28px;
  }
  footer .col-sm-3 {
    margin-bottom:22px;
  }
  .store-hero,.category-section,.featured-section {
    margin-bottom:30px;
  }
}
/* Bootstrap utility backgrounds use !important; override only these branded surfaces. */
#menu.bg-primary {
  background-color:var(--ink)!important;
}
#cookie .bg-primary {
  background-color:#a94b09!important;
}
#menu .navbar-nav>li>a {
  font-size:13px;
  padding:14px 10px;
}
#top .row>.col-4 {
  display:none;
}
#top .row>.col {
  flex:1 0 100%;
}
#top .list-inline {
  display:flex;
  justify-content:flex-end;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}
#top .list-inline-item {
  margin:0;
}
#top .list-inline-item:last-child {
  display:none;
}
.subcategory-links {
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin:22px 0 28px;
}
.subcategory-links a {
  padding:9px 13px;
  border:1px solid #dedbd3;
  border-radius:6px;
  background:#f7f6f2;
  color:#6d421f;
  font-size:13px;
}
.category-description {
  margin:30px 0;
  border-top:1px solid #e2e0d8;
  padding-top:20px;
}
.category-description summary {
  font-weight:600;
  cursor:pointer;
  color:#694629;
}
.category-description>div {
  padding:20px 0;
  line-height:1.7;
}
.category-description img {
  max-width:100%;
  height:auto;
}
/* Storefront composition: shared OC4 controls keep their native behaviour. */
:root {
  --brand:#ed812c;
  --brand-dark:#a84d13;
  --ink:#202624;
  --paper:#f5f5f0;
  --muted:#727770;
}
body {
  font-family:Arial,Helvetica,sans-serif;
  background:#fdfdfb;
  -webkit-font-smoothing:antialiased;
}
h1,h2,h3 {
  letter-spacing:-.035em;
}
a {
  text-decoration:none;
}
.container {
  padding-left:24px;
  padding-right:24px;
}
#top {
  background:#f1f2ee;
  padding:8px 0;
  border-bottom:1px solid #e8e9e3;
  font-size:12px;
}
#top .list-inline {
  gap:24px;
}
#top .list-inline-item:first-child {
  margin-right:auto;
}
#top .list-inline a:hover {
  color:#a84d13;
}
.account-toggle {
  padding:0;
  border:0;
  background:none;
  color:inherit;
  font:inherit;
}
.account-toggle:after {
  display:none;
}
header {
  padding:26px 0 24px;
}
.brand-wordmark {
  font-size:25px;
  letter-spacing:-1px;
}
.brand-wordmark span {
  color:#b65b1d;
  font-size:25px;
}
.brand-wordmark small {
  font-size:9px;
  letter-spacing:1.6px;
  margin-top:9px;
}
#search .form-control {
  height:48px;
  background:#f5f6f2;
  border-color:#e3e5dd;
  border-radius:9px 0 0 9px;
  padding-left:18px;
}
#search .btn {
  height:48px;
  background:#f5f6f2;
  border-color:#e3e5dd;
  border-radius:0 9px 9px 0;
  width:54px;
}
#cart {
  margin-bottom:0!important;
}
#cart>.dropdown>.btn {
  height:48px;
  border-radius:9px;
  font-size:13px;
}
#menu {
  border-radius:9px;
  margin-bottom:26px;
}
#menu .navbar-nav {
  width:100%;
  justify-content:space-between;
}
#menu .navbar-nav>li>a {
  font-size:12px;
  padding:17px 10px;
  font-weight:600;
}
#menu .dropdown-menu {
  padding:10px;
  min-width:240px;
}
#menu .dropdown-inner a {
  padding:10px 14px;
}
#menu .dropdown-inner a:hover {
  border-radius:5px;
}
.btn-primary {
  --bs-btn-bg:#ed812c;
  --bs-btn-border-color:#ed812c;
  --bs-btn-color:#202624;
  --bs-btn-hover-bg:#ff9a48;
  --bs-btn-hover-border-color:#ff9a48;
  --bs-btn-hover-color:#202624;
  --bs-btn-active-bg:#d97121;
  --bs-btn-active-color:#202624;
  background:#ed812c;
  border-color:#ed812c;
  color:#202624;
  font-weight:700;
  border-radius:7px;
}
.btn-primary:hover {
  background:#ff9a48;
  border-color:#ff9a48;
  color:#202624;
}
.btn-light {
  background:#f1f2ed;
  border-color:#e2e4dd;
}
.btn {
  transition:background-color .18s,color .18s,border-color .18s;
}
.form-control,.form-select {
  border-color:#dfe2da;
  border-radius:7px;
}
.store-hero {
  display:grid;
  grid-template-columns:1fr 1fr;
  background:#192221;
  border-radius:14px;
  position:relative;
  margin-bottom:0;
  min-height:470px;
}
.hero-copy {
  padding:55px 0 52px 44px;
  position:relative;
  z-index:1;
}
.eyebrow {
  font-size:10px;
  letter-spacing:2px;
  font-weight:700;
  color:#6c746c;
  margin-bottom:14px;
}
.hero-copy .eyebrow {
  color:#c7cfc8;
  display:flex;
  align-items:center;
  gap:10px;
}
.hero-copy .eyebrow>span {
  width:7px;
  height:7px;
  border-radius:50%;
  background:#ed812c;
}
.hero-copy h1 {
  color:#f9faf4;
  font-size:clamp(46px,5.2vw,68px);
  line-height:1.06;
  letter-spacing:-3px;
  margin-bottom:23px;
}
.hero-copy h1 em {
  font-style:normal;
  color:#f2944d;
}
.hero-copy>p:not(.eyebrow) {
  font-size:15px;
  line-height:1.65;
  color:#b9c2ba;
  margin:0;
}
.hero-actions {
  gap:20px;
  align-items:center;
  margin-top:28px;
}
.hero-actions .btn {
  font-size:13px;
  padding:14px 18px;
  white-space:nowrap;
}
.hero-actions i {
  margin-left:12px;
}
.hero-secondary {
  font-size:12px;
  color:#e5e9df;
  padding:12px 0;
  white-space:nowrap;
}
.hero-secondary:hover {
  color:#f2944d;
}
.hero-secondary i {
  font-size:10px;
  margin-left:6px;
}
.hero-visual {
  position:relative;
  display:flex;
  align-items:center;
  min-width:0;
  overflow:hidden;
  background:#161e20;
}
.hero-visual>img {
  width:100%;
  height:100%;
  max-height:510px;
  object-fit:contain;
  transition:transform .5s;
}
.hero-visual:hover>img {
  transform:scale(1.035);
}
.hero-caption {
  position:absolute;
  bottom:26px;
  left:25px;
  right:26px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  color:#b8c0b8;
  font-size:9px;
  letter-spacing:1.6px;
}
.hero-model {
  display:block;
  font-size:13px;
  letter-spacing:0;
  margin-top:7px;
  color:#fff;
}
.hero-arrow {
  display:grid;
  place-items:center;
  border:1px solid #69716a;
  border-radius:50%;
  width:37px;
  height:37px;
  font-size:23px;
  color:#ed812c;
}
.store-shortcuts {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin:0 0 60px;
  border-bottom:1px solid #e3e5dc;
  padding:26px 0;
}
.store-shortcuts>a {
  display:flex;
  align-items:center;
  gap:15px;
  padding:3px 24px;
  color:var(--ink);
}
.store-shortcuts>a:first-child {
  padding-left:4px;
}
.store-shortcuts>a+a {
  border-left:1px solid #e1e4db;
}
.store-shortcuts>a>i {
  font-size:21px;
  color:#a96330;
}
.store-shortcuts strong {
  font-size:13px;
  display:block;
  font-weight:600;
}
.store-shortcuts small {
  font-size:11px;
  color:#777e73;
  display:block;
  margin-top:3px;
}
.store-shortcuts>a>span:last-child {
  margin-left:auto;
  color:#8f978a;
}
.store-shortcuts>a:hover strong {
  color:#a84d13;
}
.section-heading {
  align-items:flex-end;
  margin-bottom:24px;
}
.section-heading .eyebrow {
  margin-bottom:8px;
}
.section-heading h2,.featured-section h3 {
  font-size:32px;
  line-height:1.2;
}
.section-heading>span {
  font-size:12px;
  color:#797f73;
}
.category-grid {
  gap:18px;
}
.category-card {
  border:1px solid #e4e7dc;
  border-radius:10px;
  background:#f0f2ec;
  box-shadow:none;
  transition:transform .2s,border-color .2s;
}
.category-card:hover {
  transform:translateY(-3px);
  border-color:#d49056;
  box-shadow:none;
}
.category-photo {
  background:#fff;
  margin:10px 10px 0;
  border-radius:6px;
  overflow:hidden;
}
.category-card img {
  height:176px;
  padding:10px;
  transition:transform .25s;
}
.category-card:hover img {
  transform:scale(1.04);
}
.category-card span {
  font-size:13px;
  line-height:1.4;
  min-height:64px;
  padding:15px 17px;
  background:transparent;
}
.category-card i {
  font-size:12px;
  flex-shrink:0;
}
.category-section,.featured-section {
  margin-bottom:62px;
}
.featured-section>.eyebrow {
  margin-bottom:8px;
}
.featured-section h3 {
  margin-bottom:26px;
}
/* OC4 product cards use .content and .button, not the OC2 .button-group. */
.product-thumb {
  border-color:#e2e5dc;
  border-radius:10px;
  transition:border-color .2s,box-shadow .2s;
  height:100%;
  overflow:hidden;
}
.product-thumb:hover {
  border-color:#c5cdbd;
  box-shadow:0 8px 24px #2026240b;
}
.product-thumb .image {
  position:relative;
  padding:14px;
  background:#fff;
}
.product-thumb .image img {
  width:100%;
  height:205px;
  object-fit:contain;
}
.product-badge {
  position:absolute;
  top:13px;
  left:13px;
  z-index:1;
  background:#f5e2d1;
  color:#944714;
  padding:4px 9px;
  border-radius:4px;
  font-size:10px;
  font-weight:700;
}
.product-thumb .content {
  display:flex;
  flex-direction:column;
  flex:1;
  min-width:0;
}
.product-thumb .description {
  padding:7px 17px 15px;
  display:flex;
  flex-direction:column;
  flex:1;
}
.product-thumb h4 {
  font-size:14px;
  line-height:1.5;
  min-height:42px;
  margin-bottom:9px;
  letter-spacing:0;
}
.product-thumb .product-excerpt {
  display:none;
}
.product-thumb .price {
  margin-top:auto;
  padding-top:5px;
  display:flex;
  align-items:baseline;
  gap:8px;
  flex-wrap:wrap;
  font-size:21px;
  line-height:1.35;
}
.product-thumb .price-new {
  color:#222a23;
}
.product-thumb .price-old {
  font-size:12px;
  color:#828779;
}
.product-thumb .price-tax {
  display:none;
}
.product-thumb .rating {
  font-size:10px;
  margin-top:8px;
  color:#be681c;
}
.product-thumb form {
  padding:0 14px 15px;
}
.product-thumb .button {
  display:flex;
  gap:6px;
  background:none;
  border:0;
}
.product-thumb .button button {
  border:1px solid #e6e9df;
  border-radius:6px;
  background:#f5f6f1;
  color:#6f786a;
  padding:10px;
  min-width:34px;
  width:auto;
  flex:0 0 auto;
}
.product-thumb .button button:first-child {
  display:flex;
  justify-content:center;
  align-items:center;
  gap:8px;
  flex:1;
  background:#edf0e7;
  color:#333e2e;
  font-size:11px;
  font-weight:700;
  white-space:nowrap;
}
.product-thumb .button button:hover {
  background:#ed812c;
  color:#202624;
  border-color:#ed812c;
}
.product-thumb .button button i {
  font-size:12px;
}
.product-list .product-thumb {
  height:auto;
}
.product-list .product-thumb .image {
  flex:0 0 27%;
}
.product-list .product-thumb .image img {
  height:180px;
}
.store-help {
  padding:40px 44px;
  border-radius:12px;
  background:#ecefe5;
  gap:45px;
}
.store-help h2 {
  font-size:36px;
  line-height:1.15;
  margin-bottom:16px;
}
.store-help p:last-child {
  font-size:14px;
  max-width:580px;
  color:#68705f;
}
.store-help .btn {
  padding:15px 20px;
  font-size:13px;
}
.store-help .btn i {
  margin-left:18px;
}
.breadcrumb {
  background:none;
  border-bottom:1px solid #e4e7dd;
  border-radius:0;
  padding:0 0 18px;
  margin:6px 0 28px;
  font-size:12px;
}
.breadcrumb a {
  color:#737a6c;
}
.breadcrumb li:last-child a {
  color:#273025;
}
.breadcrumb-item+.breadcrumb-item:before {
  color:#b2b8aa;
}
.subcategory-links {
  gap:9px;
  margin:23px 0 30px;
}
.subcategory-links a {
  border-radius:6px;
  background:#f1f3eb;
  border-color:#e0e4d7;
  color:#57634e;
  font-size:12px;
}
.subcategory-links a:hover {
  background:#e6eade;
  border-color:#c0c9b4;
}
.category-description {
  font-size:14px;
}
#product-info h1 {
  font-size:30px;
  line-height:1.2;
}
#product-info #content>.row.mb-3 {
  --bs-gutter-x:44px;
}
#product-info .image>a {
  display:block;
  border:1px solid #e2e6d9;
  background:#fff;
  border-radius:12px;
  padding:20px;
}
#product-info .image>a img {
  border:0;
  margin:0!important;
  width:100%;
  object-fit:contain;
  max-height:450px;
}
#product-info .image>div {
  margin-top:14px;
}
#product-info .image>div img {
  border-radius:7px;
  padding:5px;
  border-color:#e2e6d9;
}
#product-info .list-unstyled {
  font-size:13px;
  color:#737c6a;
  line-height:1.9;
}
#product-info .price-new {
  color:#263023;
  font-size:32px;
}
#button-cart {
  padding:14px 20px;
  font-size:14px;
}
#product-info .nav-tabs {
  margin-top:32px;
  border-color:#dce2d2;
}
#product-info .nav-tabs a {
  color:#626c57;
  font-size:14px;
  padding:15px 20px;
}
#product-info .nav-tabs .active {
  color:#273321;
  border-color:#dce2d2 #dce2d2 #fff;
}
#product-info .tab-content {
  padding:25px 0;
  font-size:14px;
  line-height:1.8;
}
#product-info .tab-content img {
  max-width:100%;
  height:auto;
}
footer {
  background:#202823;
  padding:40px 0 24px;
  margin-top:66px;
}
.footer-brand {
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-bottom:1px solid #46513f;
  padding-bottom:30px;
  margin-bottom:34px;
}
.footer-brand .brand-wordmark {
  color:#f4f6ee;
  font-size:25px;
}
.footer-brand .brand-wordmark span {
  color:#e18d4c;
}
.footer-brand>p {
  font-size:13px;
  line-height:1.6;
  margin:0;
  color:#a9b3a0;
}
footer h5 {
  letter-spacing:0;
  font-size:13px;
  margin-bottom:17px;
}
footer li {
  font-size:12px;
  margin-bottom:9px;
}
footer a {
  color:#aeb8a5;
}
footer a:hover {
  color:#f4a363;
}
footer hr {
  margin:27px 0 18px;
}
footer p {
  color:#99a38f;
}
.dropdown-menu {
  border-color:#e1e5d9;
  border-radius:8px;
  box-shadow:0 12px 28px #16201214;
}
.dropdown-item:hover {
  background:#f0f3e9;
  color:#9e4c12;
}
@media(min-width:1200px) {
  .container {
    max-width:1240px;
  }
}
@media(min-width:768px) and (max-width:1100px) {
  .hero-copy {
    padding:36px 10px 36px 28px;
  }
  .hero-copy h1 {
    font-size:51px;
  }
  .hero-actions {
    gap:8px;
    align-items:flex-start;
    flex-direction:column;
  }
  .store-hero {
    min-height:440px;
  }
  #menu .navbar-nav {
    justify-content:flex-start;
  }
  .store-shortcuts>a {
    padding:3px 14px;
    gap:10px;
  }
  .store-shortcuts small {
    font-size:10px;
  }
  .product-thumb .button button {
    padding:9px 7px;
  }
  .product-thumb .button button:first-child {
    font-size:10px;
  }
}
@media(max-width:767px) {
  .container {
    padding-left:16px;
    padding-right:16px;
  }
  #top .list-inline {
    gap:20px;
    justify-content:flex-end;
    flex-wrap:nowrap;
  }
  #top .list-inline-item:first-child {
    font-size:11px;
  }
  #top .list-inline-item:first-child i {
    display:none;
  }
  #top .list-inline-item:nth-last-child(2) {
    display:none;
  }
  .account-toggle {
    font-size:13px;
  }
  .account-toggle .fa-caret-down {
    font-size:9px;
  }
  header {
    padding:20px 0 12px;
  }
  header .row {
    row-gap:14px;
  }
  .brand-wordmark,.brand-wordmark span {
    font-size:22px;
  }
  #logo {
    text-align:left;
  }
  .brand-wordmark small {
    font-size:8px;
  }
  header .row>div:first-child {
    width:55%;
  }
  header .row>div:nth-child(2) {
    order:3;
    width:100%;
  }
  header #cart {
    width:45%;
  }
  #cart>.dropdown>.btn {
    font-size:10px;
    padding:10px 8px;
    height:42px;
  }
  #cart .dropdown-menu {
    max-width:calc(100vw - 32px);
    width:340px;
  }
  #search .form-control,#search .btn {
    height:44px;
  }
  #menu {
    margin-bottom:16px;
    min-height:46px;
    border-radius:7px;
  }
  #menu .navbar-brand {
    font-size:14px;
  }
  #menu .navbar-nav>li>a {
    font-size:13px;
    padding:12px;
  }
  #menu .dropdown-menu {
    border:0;
    background:#303a30;
    box-shadow:none;
    min-width:0;
  }
  #menu .dropdown-inner a,#menu .see-all {
    color:#e7ecdf;
  }
  #menu .dropdown-inner a:hover {
    color:#efac72;
    background:#414a3b;
  }
  .store-hero {
    grid-template-columns:1fr;
    min-height:0;
    border-radius:10px;
  }
  .hero-copy {
    padding:29px 25px 26px;
  }
  .hero-copy h1 {
    font-size:49px;
    letter-spacing:-2px;
    line-height:1.04;
    margin-bottom:18px;
  }
  .hero-copy .eyebrow {
    font-size:8px;
    letter-spacing:1.3px;
    margin-bottom:18px;
  }
  .hero-copy>p:not(.eyebrow) {
    font-size:13px;
  }
  .hero-actions {
    gap:16px;
    align-items:center;
    margin-top:22px;
  }
  .hero-actions .btn {
    width:auto;
    font-size:11px;
    padding:13px 15px;
  }
  .hero-secondary {
    font-size:10px;
  }
  .hero-actions i {
    margin-left:8px;
  }
  .hero-visual {
    height:265px;
  }
  .hero-visual>img {
    height:100%;
    width:100%;
    object-fit:cover;
    object-position:center 46%;
  }
  .hero-caption {
    bottom:15px;
    left:22px;
    right:20px;
  }
  .hero-model {
    font-size:11px;
  }
  .hero-arrow {
    height:30px;
    width:30px;
    font-size:19px;
  }
  .store-shortcuts {
    grid-template-columns:1fr;
    margin-bottom:36px;
    padding:10px 0;
  }
  .store-shortcuts>a,.store-shortcuts>a:first-child {
    padding:16px 6px;
    gap:16px;
  }
  .store-shortcuts>a+a {
    border-left:0;
    border-top:1px solid #e3e7da;
  }
  .store-shortcuts>a>i {
    width:26px;
    font-size:19px;
  }
  .store-shortcuts strong {
    font-size:12px;
  }
  .store-shortcuts small {
    font-size:11px;
  }
  .section-heading {
    margin-bottom:20px;
  }
  .section-heading h2,.featured-section h3 {
    font-size:27px;
  }
  .section-heading>span {
    margin-top:9px;
    font-size:11px;
  }
  .eyebrow {
    font-size:8px;
    letter-spacing:1.4px;
  }
  .category-grid {
    gap:12px;
  }
  .category-photo {
    margin:7px 7px 0;
  }
  .category-card img {
    height:135px;
    padding:7px;
  }
  .category-card span {
    padding:12px 11px;
    font-size:11px;
    min-height:64px;
  }
  .category-card i {
    font-size:10px;
  }
  .category-section,.featured-section {
    margin-bottom:38px;
  }
  .featured-section .row {
    --bs-gutter-x:12px;
  }
  .featured-section .row>.col {
    width:50%;
    flex:0 0 50%;
  }
  .product-thumb .image {
    padding:8px;
  }
  .product-thumb .image img {
    height:145px;
  }
  .product-thumb .description {
    padding:5px 10px 12px;
  }
  .product-thumb h4 {
    font-size:12px;
    line-height:1.4;
    min-height:50px;
  }
  .product-thumb .price {
    font-size:18px;
    gap:4px;
  }
  .product-thumb .price-old {
    font-size:10px;
  }
  .product-thumb form {
    padding:0 8px 10px;
  }
  .product-thumb .button {
    gap:4px;
    flex-wrap:wrap;
  }
  .product-thumb .button button:first-child {
    flex:1 0 100%;
    font-size:11px;
  }
  .product-thumb .button button:not(:first-child) {
    flex:1;
    padding:7px;
    min-height:32px;
  }
  .product-badge {
    font-size:8px;
    padding:3px 6px;
    top:9px;
    left:9px;
  }
  .store-help {
    padding:27px 24px;
    margin:35px 0;
  }
  .store-help h2 {
    font-size:31px;
  }
  .store-help p:last-child {
    font-size:13px;
  }
  .store-help .btn {
    font-size:12px;
    padding:13px 16px;
  }
  .breadcrumb {
    font-size:10px;
    line-height:1.6;
    margin-bottom:23px;
  }
  .subcategory-links {
    gap:7px;
  }
  .subcategory-links a {
    font-size:11px;
  }
  #product-info h1 {
    font-size:27px;
    margin-top:22px;
  }
  #product-info .image>a {
    padding:12px;
  }
  #product-info .nav-tabs a {
    font-size:12px;
    padding:12px;
  }
  .footer-brand {
    gap:24px;
    align-items:flex-start;
  }
  .footer-brand>p {
    font-size:10px;
  }
  .footer-brand .brand-wordmark,.footer-brand .brand-wordmark span {
    font-size:20px;
  }
  footer {
    margin-top:40px;
  }
  footer .row>.col-sm-3 {
    width:50%;
    margin-bottom:18px;
  }
  footer h5 {
    font-size:12px;
  }
  footer li {
    font-size:11px;
  }
}
@media(prefers-reduced-motion:reduce) {
  .category-card,.category-card img,.hero-visual>img,.product-thumb,.btn {
    transition:none;
  }
}
/* Keep card actions in normal flow, overriding native absolute placement. */
.product-thumb .button {
  position:static;
  width:auto;
  bottom:auto;
  margin:0;
  border:0;
}
.product-thumb .button button {
  line-height:1.4;
  min-height:39px;
}
.product-thumb .description .rating {
  order:1;
  margin:0 0 9px;
}
.product-thumb .description .price {
  order:2;
}
.product-thumb .description h4 {
  order:0;
}
.product-thumb .description .product-excerpt {
  order:0;
}
@media(min-width:960px) {
  .product-list .product-thumb {
    flex-direction:row;
  }
  .product-list .product-thumb .content {
    flex:1;
  }
  .product-list .product-thumb .button {
    width:auto;
    margin-left:0;
    border-left:0;
  }
}
@media(max-width:767px) {
  #product-info #content>.row.mb-3 {
    --bs-gutter-x:24px;
  }
}
.breadcrumb>li.breadcrumb-item {
  padding:0;
  margin:0;
  line-height:1.7;
}
.breadcrumb>li.breadcrumb-item:after {
  display:none;
}
.breadcrumb>li.breadcrumb-item+li:before {
  content:'/';
  position:static;
  display:inline;
  padding:0 10px;
  transform:none;
  border:0;
  color:#a3ac97;
}
.catalog-toolbar {
  display:grid;
  grid-template-columns:180px 90px minmax(220px,1fr) 150px;
  gap:16px;
  margin:0 0 10px;
  align-items:end;
}
.catalog-toolbar>div {
  width:auto;
  margin:0;
  padding:0;
}
.catalog-toolbar .input-group {
  display:flex;
  flex-direction:column;
  flex-wrap:nowrap;
  gap:6px;
}
.catalog-toolbar .input-group-text {
  background:none;
  border:0;
  padding:0;
  font-size:11px;
  color:#737d67;
}
.catalog-toolbar .form-select {
  width:100%;
  border-radius:6px!important;
  margin:0!important;
  font-size:12px;
  min-height:39px;
}
.catalog-toolbar #compare-total {
  font-size:12px;
  min-height:39px;
  padding:9px;
}
.catalog-toolbar .btn-group {
  margin-bottom:16px;
}
.catalog-toolbar .btn-group .btn {
  min-height:39px;
  padding:8px 10px;
}
@media(max-width:767px) {
  .catalog-toolbar {
    grid-template-columns:minmax(0,1fr) 100px;
    gap:0 14px;
  }
  .catalog-toolbar>div:first-child {
    grid-column:1/-1;
  }
  .catalog-toolbar #compare-total {
    display:inline-block!important;
    min-height:0;
    padding:6px 0;
    background:none;
    border:0;
    color:#68735c;
    text-align:left;
  }
  .catalog-toolbar .input-group-text {
    font-size:10px;
  }
  .catalog-toolbar .form-select {
    font-size:11px;
  }
  #product-list {
    --bs-gutter-x:12px;
  }
  #product-list>.col {
    flex:0 0 50%;
    width:50%;
  }
}
.product-thumb .description {
  margin-bottom:0;
}

/* Page flow: the stock absolute footer and compensating paddings are incompatible
   with variable content and the store's larger footer. Keep both in normal flow. */
html { min-height: 100%; }
body { height: auto; min-height: 100vh; }
#container { position: relative; display: flex; flex-direction: column; min-height: 100vh; margin-bottom: 0; }
#container > main { flex: 1 0 auto; min-width: 0; }
#content, #column-left, #column-right { padding-bottom: 0; }
footer.store-footer { position: static; bottom: auto; flex-shrink: 0; width: 100%; margin-top: 40px; padding: 36px 0 24px; }
.store-footer .footer-brand { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 30px; margin-bottom: 30px; padding-bottom: 30px; align-items: center; }
.store-footer .footer-brand > p { color: #c3cabd; font-size: 15px; line-height: 1.6; }
.footer-contact { display: flex; flex-direction: column; align-items: flex-start; justify-self: end; gap: 5px; }
.footer-contact > span { font-size: 11px; color: #b0b9a8; }
.footer-contact > a:not(.footer-write) { font-size: 23px; font-weight: 700; color: #f4f5ed; letter-spacing: -.6px; }
.footer-contact .footer-write { font-size: 12px; color: #efa363; }
.footer-write i { margin-left: 12px; font-size: 10px; }
.footer-columns { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 32px; }
.footer-columns h2 { font-size: 13px; letter-spacing: 0; margin: 0 0 16px; color: #f5f7ef; }
.footer-columns ul { list-style: none; margin: 0; padding: 0; }
.footer-columns li { font-size: 12px; line-height: 1.55; margin: 0 0 9px; }
.footer-bottom { border-top: 1px solid #46513f; padding-top: 20px; margin-top: 25px; display: flex; align-items: flex-start; gap: 32px; }
.footer-bottom > p { white-space: nowrap; margin: 0; color: #b1baa9; font-size: 11px; }
.footer-bottom nav { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 8px 18px; }
.footer-bottom nav a, #cookie-settings { font-size: 10px; line-height: 1.6; color: #aeb8a5; }
#cookie-settings { border: 0; padding: 0; background: none; text-decoration: underline; text-underline-offset: 3px; }
#cookie-settings:hover { color: #f3a566; }
.store-hero { min-height: 420px; }
.hero-copy { padding: 40px 0 40px 40px; }
.hero-copy h1 { font-size: clamp(46px,5vw,62px); }
.hero-visual > img { max-height: 460px; }
.store-shortcuts { margin-bottom: 38px; padding: 23px 0; }
.category-section, .featured-section { margin-bottom: 44px; }
.store-help { margin: 35px 0 0; }
/* An explicit, reversible choice. The script reserves space at the end of the
   page equal to this panel's measured height, so footer links remain reachable. */
.cookie-panel { position: fixed; z-index: 1050; right: 20px; bottom: 20px; width: min(570px,calc(100vw - 40px)); max-height: calc(100dvh - 40px); overflow-y: auto; padding: 24px; border: 1px solid #dce1d4; border-radius: 14px; background: #fffefa; color: #263024; box-shadow: 0 16px 60px #15201030; }
.cookie-panel[hidden], .cookie-error[hidden] { display: none; }
.cookie-intro { display: flex; align-items: flex-start; gap: 14px; }
.cookie-icon { display: grid; place-items: center; width: 40px; height: 40px; flex: 0 0 40px; border-radius: 12px; background: #f6e6d4; color: #a65a22; font-size: 20px; }
.cookie-panel h2 { font-size: 18px; line-height: 1.3; letter-spacing: -.3px; margin: 0 0 10px; color: #263024; }
.cookie-panel h2:focus { outline: none; }
.cookie-panel p { font-size: 12px; line-height: 1.65; color: #656e5e; margin: 0; }
.cookie-details { margin: 15px 0 18px 54px; display: flex; flex-direction: column; gap: 7px; }
.cookie-details a { font-size: 11px; color: #9a4b14; text-decoration: underline; text-underline-offset: 3px; }
.cookie-details a i { font-size: 9px; margin-left: 4px; }
.cookie-details span { font-size: 10px; color: #7e8775; }
.cookie-actions { display: flex; gap: 10px; }
.cookie-actions .btn { flex: 1; padding: 12px 10px; font-size: 12px; border-radius: 7px; min-height: 42px; }
.cookie-necessary { color: #34432c; background: #f0f3e9; border: 1px solid #dce2d2; font-weight: 600; }
.cookie-necessary:hover { background: #e5ebdc; border-color: #b7c4a6; }
.cookie-panel .cookie-error { margin-top: 12px; color: #a33325; }
@media(max-width:767px) {
  .hero-copy { padding: 27px 25px 25px; }
  .hero-copy h1 { font-size: 47px; }
  .store-hero { min-height: 0; }
  .hero-visual { height: 235px; }
  .store-shortcuts { margin-bottom: 30px; padding: 10px 0; }
  .category-section, .featured-section { margin-bottom: 32px; }
  footer.store-footer { margin-top: 32px; padding-top: 28px; }
  .store-footer .footer-brand { grid-template-columns: 1fr 1fr; gap: 23px 18px; }
  .store-footer .footer-brand > p { font-size: 11px; }
  .footer-contact { grid-column: 1/-1; justify-self: stretch; padding-top: 18px; border-top: 1px solid #46513f; }
  .footer-contact > a:not(.footer-write) { font-size: 23px; }
  .footer-columns { grid-template-columns: 1fr 1fr; gap: 26px 20px; }
  .footer-columns h2 { font-size: 12px; margin-bottom: 13px; }
  .footer-columns li { font-size: 11px; }
  .footer-bottom { display: block; margin-top: 22px; }
  .footer-bottom nav { justify-content: flex-start; margin-top: 15px; gap: 9px 15px; }
  .cookie-panel { right: 12px; bottom: 12px; width: calc(100vw - 24px); padding: 18px; max-height: calc(100dvh - 24px); border-radius: 12px; }
  .cookie-icon { width: 32px; height: 32px; flex-basis: 32px; font-size: 17px; border-radius: 9px; }
  .cookie-intro { gap: 10px; }
  .cookie-panel h2 { font-size: 16px; }
  .cookie-panel p { font-size: 11px; }
  .cookie-details { margin-left: 42px; }
  .cookie-actions { gap: 8px; }
  .cookie-actions .btn { font-size: 10px; padding: 11px 7px; }
}
.store-hero, .hero-visual { background-color: #161e20; }
.store-brands { display: flex; align-items: center; gap: 32px; border-top: 1px solid #e1e5da; border-bottom: 1px solid #e1e5da; padding: 22px 0; margin: -8px 0 38px; }
.store-brands > span { font-size: 9px; line-height: 1.8; letter-spacing: 1.3px; color: #78816e; flex-shrink: 0; }
.store-brands > div { flex: 1; display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.store-brands a { color: #59634f; font-size: 18px; letter-spacing: -.5px; font-weight: 700; }
.store-brands a:hover { color: #b55b1c; }
.cookie-panel p { font-size: 13px; }
@media(min-width:992px) { .featured-section .row > .col { width: 25%; flex: 0 0 25%; } }
@media(min-width:768px) and (max-width:991px) { .featured-section .row > .col { width: 50%; flex: 0 0 50%; } }
@media(max-width:767px) {
  .store-brands { display: block; padding: 18px 0; margin: -4px 0 30px; }
  .store-brands > span { display: block; margin-bottom: 13px; }
  .store-brands > span br { display: none; }
  .store-brands > div { justify-content: flex-start; gap: 12px 20px; }
  .store-brands a { font-size: 16px; }
  .cookie-panel p { font-size: 12px; }
}

/* Header controls share one grid row and one explicit height. The native search
   form has mb-3; remove its bottom margin to avoid the previous 8px offset. */
.store-header .store-header-row {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr) 220px;
  align-items: center;
  gap: 28px;
}
.store-header .header-search,
.store-header .header-cart { min-width: 0; width: auto; padding: 0; margin: 0; }
.store-header #search form { margin: 0 !important; flex-wrap: nowrap; }
.store-header #search .form-control {
  min-width: 0;
  height: 48px;
  padding: 12px 17px;
  font-size: 14px;
  border: 1px solid #dfe4d7;
  border-right: 0;
  background: #f6f7f2;
  border-radius: 8px 0 0 8px;
}
.store-header #search button {
  height: 48px;
  width: 52px;
  flex: 0 0 52px;
  padding: 0;
  border: 1px solid #dfe4d7;
  border-left: 0;
  background: #f6f7f2;
  color: #35402f;
  border-radius: 0 8px 8px 0;
}
.store-header #search button:hover { background: #ecefe4; }
.store-header #cart > .dropdown > .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 48px;
  padding: 0 16px;
  margin: 0;
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.2;
}
@media (min-width: 768px) and (max-width: 991px) {
  .store-header .store-header-row { grid-template-columns: 180px minmax(0, 1fr) 180px; gap: 20px; }
  .store-header .brand-wordmark, .store-header .brand-wordmark span { font-size: 22px; }
  .store-header #cart > .dropdown > .btn { font-size: 12px; }
}
@media (max-width: 767px) {
  .store-header { padding: 18px 0 14px; }
  .store-header .store-header-row { grid-template-columns: minmax(0, 1fr) 148px; gap: 16px; }
  .store-header .header-brand { grid-column: 1; grid-row: 1; }
  .store-header .header-cart { grid-column: 2; grid-row: 1; }
  .store-header .header-search { grid-column: 1 / -1; grid-row: 2; }
  .store-header #cart > .dropdown > .btn { font-size: 11px; padding: 0 10px; }
}
@media (max-width: 359px) {
  .store-header .store-header-row { grid-template-columns: minmax(0, 1fr) 126px; gap: 12px; }
  .store-header .brand-wordmark, .store-header .brand-wordmark span { font-size: 19px; }
  .store-header .brand-wordmark small { font-size: 7px; letter-spacing: 1px; }
  .store-header #cart > .dropdown > .btn { font-size: 10px; padding: 0 7px; }
}

/* Category navigation follows the original store's left-hand hierarchy. */
.category-layout { display: grid; grid-template-columns: 236px minmax(0, 1fr); gap: 28px; align-items: start; }
.category-main { min-width: 0; }
.category-main h1 { font-size: 31px; margin: 0 0 24px; line-height: 1.2; }
.sidebar-section { background: #f5f6f0; border: 1px solid #e0e5d7; border-radius: 9px; overflow: hidden; margin-bottom: 20px; }
.sidebar-section h2 { font-size: 14px; letter-spacing: 0; margin: 0; padding: 17px 16px; color: #f5f7ef; background: #242d26; }
.sidebar-section ul { list-style: none; padding: 0; margin: 0; }
.sidebar-section li + li { border-top: 1px solid #e1e5d9; }
.sidebar-category-list > li > a { display: flex; align-items: center; justify-content: space-between; gap: 9px; padding: 13px 14px; font-size: 12px; line-height: 1.5; color: #49523f; border-left: 3px solid transparent; }
.sidebar-category-list a > small { color: #839074; font-size: 10px; flex-shrink: 0; }
.sidebar-category-list a:hover { color: #a6541c; background: #eeeee3; }
.sidebar-category-list > .selected-branch > a { border-left-color: #e88735; background: #f4e8d9; font-weight: 700; color: #8c4b1c; }
.sidebar-category-list .sidebar-category-list { padding: 3px 0 6px; background: #fffefa; }
.sidebar-category-list .sidebar-category-list li { border: 0; }
.sidebar-category-list .sidebar-category-list a { padding: 9px 13px 9px 23px; font-size: 11px; font-weight: 400; }
.sidebar-category-list a[aria-current="page"] { color: #8c4b1c; font-weight: 700; }
.sidebar-brands a { display: flex; align-items: center; justify-content: space-between; padding: 11px 17px; color: #5b654f; font-size: 12px; }
.sidebar-brands a i { font-size: 8px; color: #969f8b; }
.sidebar-brands a:hover { color: #a6541c; background: #eeeee3; }
.category-main .catalog-toolbar { grid-template-columns: minmax(0,1fr) 78px minmax(150px,1.2fr) 100px; gap: 12px; }
.category-main .catalog-toolbar #compare-total { font-size: 10px; }
.category-main .subcategory-links { margin-top: 0; }
@media(min-width:992px) { .category-main #product-list > .col { width: 33.333333%; flex: 0 0 33.333333%; } }
.sidebar-toggle { width: 100%; display: flex; align-items: center; gap: 12px; padding: 14px 16px; border: 1px solid #dfe4d5; border-radius: 7px; background: #f1f4e9; color: #47523b; font-size: 13px; font-weight: 600; }
.sidebar-toggle .fa-chevron-down { margin-left: auto; font-size: 10px; transition: transform .2s; }
.sidebar-toggle[aria-expanded="true"] .fa-chevron-down { transform: rotate(180deg); }
@media(max-width:991px) {
  .category-layout { grid-template-columns: minmax(0,1fr); gap: 22px; }
  #catalog-sidebar-content { margin-top: 12px; }
  .sidebar-section { margin-bottom: 12px; }
  .category-main .catalog-toolbar { grid-template-columns: minmax(0,1fr) 120px; }
  .category-main .catalog-toolbar > div:first-child { grid-column: 1 / -1; }
}
@media(max-width:767px) {
  .category-main h1 { font-size: 27px; }
  .category-main .catalog-toolbar { grid-template-columns: minmax(0,1fr) 100px; }
}
/* Compact chevrons echo the original breadcrumbs without heavy blue borders. */
.breadcrumb { display: flex; flex-wrap: wrap; align-items: stretch; gap: 0; padding: 0; margin: 0 0 24px; border: 1px solid #dfe5d5; border-radius: 7px; background: #f5f7ef; overflow: hidden; }
.breadcrumb > li.breadcrumb-item { position: relative; display: flex; align-items: stretch; margin: 0; padding: 0; min-width: 0; max-width: 100%; }
.breadcrumb > li.breadcrumb-item > a { display: flex; align-items: center; min-height: 38px; padding: 9px 22px; font-size: 11px; line-height: 1.5; color: #627053; overflow-wrap: anywhere; }
.breadcrumb > li.breadcrumb-item > a:hover { color: #9d4e15; }
.breadcrumb > li.breadcrumb-item:last-child > a { color: #935023; font-weight: 600; }
.breadcrumb > li.breadcrumb-item + li:before { display: none; content: none; }
.breadcrumb > li.breadcrumb-item:not(:last-child):after { content: ''; display: block; position: absolute; top: 50%; right: -5px; width: 10px; height: 10px; margin-top: -5px; border-top: 1px solid #b9c5a9; border-right: 1px solid #b9c5a9; border-left: 0; border-bottom: 0; transform: rotate(45deg); background: transparent; }
@media(max-width:767px) { .breadcrumb > li.breadcrumb-item > a { font-size: 10px; padding: 8px 14px; min-height: 34px; } }
@media (min-width: 992px) {
  .category-main #product-list.product-list > .col { width: 100%; flex: 0 0 100%; }
}
.store-header #cart.header-cart { width: 100%; }
