
:root {
  --hm-ink: #2d3526;
  --hm-olive: #4f6037;
  --hm-olive-dark: #34402a;
  --hm-gold: #a98a4b;
  --hm-cream: #faf8f2;
  --hm-warm: #f4f0e7;
  --hm-border: #e6e0d4;
  --hm-muted: #777970;
  --hm-white: #ffffff;
  --hm-shadow: 0 16px 50px rgba(45, 53, 38, .09);
  --hm-radius: 15px;
  --hm-radius-lg: 22px;
  --hm-container: 1600px;
}

html {
  scroll-behavior: smooth;
}

body,
button,
input,
select,
textarea {
  font-family: "Heebo", "Assistant", Arial, sans-serif !important;
}

body {
  direction: rtl;
  background: var(--hm-white);
  color: var(--hm-ink);
  font-size: 16px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--hm-olive-dark);
  text-decoration: none;
}

a:hover,
a:focus {
  color: var(--hm-gold);
  text-decoration: none;
}

.hm-container {
  width: min(calc(100% - 44px), var(--hm-container));
  margin-inline: auto;
}

.hm-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Remove previous direct-theme elements and Journal editor badges. */
.header-classic > .top-bar,
.header-classic > .mid-bar,
.header-classic > .desktop-main-menu-wrapper,
.mobile-header.mobile-default,
.journal3-edit,
.journal3-editor,
.j3-edit,
.module-edit,
.edit-module,
.admin-only {
  display: none !important;
}

/* =========================================================
   HEADER
   ========================================================= */
.hm-header {
  position: relative;
  z-index: 1000;
  background: var(--hm-white);
  border-bottom: 1px solid var(--hm-border);
}

.hm-topbar {
  min-height: 38px;
  display: flex;
  align-items: center;
  color: rgba(255,255,255,.92);
  background: var(--hm-olive-dark);
  font-size: 13px;
}

.hm-topbar-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}

.hm-topbar-inner > :first-child {
  text-align: right;
}

.hm-topbar-inner > :nth-child(2) {
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.hm-topbar-inner > :last-child {
  text-align: left;
}

.hm-main-header {
  min-height: 88px;
  display: grid;
  grid-template-columns: minmax(430px, 1fr) auto minmax(430px, 1fr);
  align-items: center;
  gap: 34px;
}

.hm-nav-group {
  display: flex;
  align-items: center;
  gap: clamp(18px, 1.7vw, 32px);
  white-space: nowrap;
}

.hm-nav-right {
  justify-content: flex-end;
}

.hm-nav-left {
  justify-content: flex-start;
}

.hm-nav-group a {
  position: relative;
  padding: 33px 0 29px;
  color: var(--hm-ink);
  font-size: 15px;
  font-weight: 600;
}

.hm-nav-group a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 22px;
  width: 0;
  height: 2px;
  background: var(--hm-gold);
  transition: width .2s ease;
}

.hm-nav-group a:hover::after,
.hm-nav-group a.is-active::after {
  width: 100%;
}

.hm-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
}

.hm-logo img {
  display: block;
  width: auto;
  max-width: 300px;
  max-height: 74px;
  object-fit: contain;
}

.hm-actions {
  display: flex;
  align-items: center;
  gap: 5px;
  direction: ltr;
  margin-inline-start: 9px;
}

.hm-action {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  color: var(--hm-ink);
  background: transparent;
  cursor: pointer;
}

.hm-action:hover {
  background: var(--hm-cream);
}

.hm-action svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.hm-cart-host .cart,
.hm-cart-host .cart-heading {
  position: static !important;
}

.hm-cart-host .cart-heading,
.hm-cart-host .cart-heading button {
  min-width: 42px !important;
  width: 42px !important;
  height: 42px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: transparent !important;
  box-shadow: none !important;
}

.hm-search-panel {
  display: none;
  padding: 17px 0;
  background: var(--hm-cream);
  border-top: 1px solid var(--hm-border);
}

.hm-search-panel.is-open {
  display: block;
}

.hm-search-panel input {
  min-height: 48px;
  border: 1px solid #dcd6ca;
  border-radius: 8px;
  background: #fff;
}

/* Mobile Header */
.hm-mobile-header {
  display: none;
  position: relative;
  z-index: 1000;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  background: #fff;
  border-bottom: 1px solid var(--hm-border);
}

.hm-mobile-logo img {
  max-width: 205px;
  max-height: 60px;
  object-fit: contain;
}

.hm-mobile-button {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  color: var(--hm-ink);
  background: transparent;
}

.hm-mobile-button svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.hm-mobile-drawer {
  display: none;
  position: fixed;
  inset: 72px 0 0;
  z-index: 9999;
  overflow-y: auto;
  padding: 24px;
  background: rgba(255,255,255,.99);
}

.hm-mobile-drawer.is-open {
  display: block;
}

.hm-mobile-drawer nav {
  display: grid;
}

.hm-mobile-drawer nav a {
  padding: 15px 4px;
  color: var(--hm-ink);
  font-size: 17px;
  font-weight: 600;
  border-bottom: 1px solid var(--hm-border);
}

.hm-mobile-search {
  margin-top: 24px;
}

/* =========================================================
   HOME PAGE
   ========================================================= */
.hm-home {
  overflow: hidden;
  background: #fff;
}

.hm-home-hero {
  position: relative;
  min-height: 640px;
  background: url("../../../../../../image/catalog/hilman/v130/home-hero-desktop.jpg") center / cover no-repeat;
}

.hm-home-hero h1 {
  margin: 0;
}

.hm-hero-hotspot {
  position: absolute;
  z-index: 4;
  bottom: 16.5%;
  height: 10.5%;
  border-radius: 8px;
  background: transparent;
}

.hm-hero-hotspot-products {
  right: 9.8%;
  width: 14%;
}

.hm-hero-hotspot-about {
  right: 25.6%;
  width: 13.5%;
}

.hm-trust {
  position: relative;
  z-index: 8;
  margin-top: -42px;
}

.hm-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--hm-border);
  border-radius: 18px;
  box-shadow: var(--hm-shadow);
}

.hm-trust-item {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 18px 24px;
}

.hm-trust-item + .hm-trust-item {
  border-right: 1px solid var(--hm-border);
}

.hm-trust-item img {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
}

.hm-trust-item strong {
  display: block;
  color: var(--hm-ink);
  font-size: 16px;
}

.hm-trust-item span {
  display: block;
  color: var(--hm-muted);
  font-size: 13px;
}

.hm-section {
  padding: clamp(56px, 6vw, 88px) 0;
}

.hm-section-soft {
  background: var(--hm-cream);
}

.hm-section-heading {
  max-width: 800px;
  margin: 0 auto 32px;
  text-align: center;
}

.hm-eyebrow {
  display: inline-block;
  margin-bottom: 7px;
  color: var(--hm-gold);
  font-size: 13px;
  font-weight: 800;
}

.hm-section-heading h2,
.hm-story-copy h2,
.hm-cta h2 {
  margin: 0 0 10px;
  color: var(--hm-ink);
  font-size: 26px;
  line-height: 1.32;
}

.hm-section-heading p {
  margin: 0;
  color: var(--hm-muted);
  font-size: 16px;
}

/* Variety cards */
.hm-variety-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.hm-variety-card {
  position: relative;
  min-height: 255px;
  overflow: hidden;
  display: flex;
  align-items: center;
  border: 1px solid var(--hm-border);
  border-radius: var(--hm-radius);
  background: #f5f1e8;
}

.hm-variety-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hm-variety-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(249,247,240,.98) 0%, rgba(249,247,240,.89) 46%, rgba(249,247,240,.08) 100%);
}

.hm-variety-copy {
  position: relative;
  z-index: 2;
  width: 52%;
  padding: 30px;
}

.hm-variety-copy h3 {
  margin: 0 0 7px;
  color: var(--hm-ink);
  font-size: 24px;
}

.hm-variety-copy p {
  margin: 0 0 15px;
  color: #666b61;
}

.hm-variety-copy strong {
  color: var(--hm-olive-dark);
}

/* Product cards */
.hm-products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.hm-product-card {
  overflow: hidden;
  border: 1px solid var(--hm-border);
  border-radius: var(--hm-radius);
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease;
}

.hm-product-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--hm-shadow);
}

.hm-product-image {
  aspect-ratio: 1.22 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: #fbfaf6;
}

.hm-product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hm-product-copy {
  padding: 18px;
}

.hm-product-copy h3 {
  min-height: 46px;
  margin: 0 0 6px;
  color: var(--hm-ink);
  font-size: 18px;
  line-height: 1.42;
}

.hm-product-copy .hm-product-volume {
  color: var(--hm-muted);
  font-size: 14px;
}

.hm-product-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 13px;
}

.hm-product-price {
  color: var(--hm-olive-dark);
  font-size: 22px;
  font-weight: 800;
}

.hm-product-button {
  min-height: 39px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  border-radius: 6px;
  color: #fff;
  background: var(--hm-olive);
  font-weight: 700;
}

.hm-product-button:hover {
  color: #fff;
  background: var(--hm-olive-dark);
}

/* Story */
.hm-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  min-height: 440px;
  border-radius: var(--hm-radius-lg);
  background: var(--hm-warm);
}

.hm-story-image {
  min-height: 440px;
}

.hm-story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hm-story-copy {
  align-self: center;
  padding: clamp(38px, 5vw, 75px);
}

.hm-story-copy p {
  color: var(--hm-muted);
  font-size: 17px;
}

.hm-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 23px;
  border-radius: 6px;
  color: #fff;
  background: var(--hm-olive);
  font-weight: 700;
}

.hm-button:hover {
  color: #fff;
  background: var(--hm-olive-dark);
}

/* Articles */
.hm-article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.hm-article-card {
  overflow: hidden;
  display: grid;
  grid-template-columns: 42% 1fr;
  border: 1px solid var(--hm-border);
  border-radius: var(--hm-radius);
  background: #fff;
}

.hm-article-image {
  min-height: 185px;
}

.hm-article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hm-article-copy {
  padding: 20px;
}

.hm-article-copy h3 {
  margin: 0 0 7px;
  color: var(--hm-ink);
  font-size: 20px;
  line-height: 1.4;
}

.hm-article-copy p {
  color: var(--hm-muted);
  font-size: 14px;
}

.hm-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 26px;
  padding: 45px 50px;
  color: #fff;
  border-radius: var(--hm-radius-lg);
  background: var(--hm-olive-dark);
}

.hm-cta h2,
.hm-cta p {
  color: #fff;
}

.hm-cta p {
  margin: 0;
  opacity: .82;
}

/* =========================================================
   CATEGORY PAGE
   ========================================================= */
.hm-category-page {
  background: #fff;
}

.hm-category-shell {
  width: min(calc(100% - 44px), var(--hm-container));
  margin-inline: auto;
}

.hm-category-page .breadcrumb {
  width: min(calc(100% - 44px), var(--hm-container));
  margin: 13px auto 8px !important;
  padding: 8px 0 !important;
  background: transparent !important;
  border: 0 !important;
}

.hm-category-hero {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  margin-bottom: 44px;
  border-radius: var(--hm-radius-lg);
  background: var(--hm-cream);
}

.hm-category-hero picture,
.hm-category-hero picture img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hm-category-hero picture img {
  object-fit: cover;
}

.hm-category-hero-copy {
  position: relative;
  z-index: 2;
  width: 46%;
  margin-inline-start: auto;
  padding: 95px 70px 60px;
}

.hm-category-hero h1 {
  margin: 0 0 12px;
  color: var(--hm-ink);
}

.hm-category-hero-subtitle {
  margin-bottom: 15px;
  color: var(--hm-olive);
  font-size: 24px;
  font-weight: 600;
}

.hm-category-hero-description {
  color: #65695f;
  font-size: 17px;
  line-height: 1.8;
}

.hm-category-page .refine-categories {
  margin-bottom: 32px;
}

.hm-category-page .products-filter {
  margin-bottom: 24px;
  padding: 14px 18px;
  border: 1px solid var(--hm-border);
  border-radius: 10px;
  background: #fbfaf6;
}

.hm-category-page .main-products {
  margin-bottom: 30px;
}

.hm-category-page .product-thumb {
  overflow: hidden;
  height: 100%;
  border: 1px solid var(--hm-border) !important;
  border-radius: var(--hm-radius) !important;
  background: #fff !important;
  box-shadow: none !important;
  transition: transform .2s ease, box-shadow .2s ease;
}

.hm-category-page .product-thumb:hover {
  transform: translateY(-3px);
  box-shadow: var(--hm-shadow) !important;
}

.hm-category-page .product-thumb .image {
  background: #fbfaf6;
}

.hm-category-page .product-thumb .image img {
  padding: 18px;
  object-fit: contain;
}

.hm-category-page .product-thumb h4 {
  min-height: 46px;
  font-size: 18px !important;
  line-height: 1.42;
}

.hm-category-page .product-thumb .price {
  color: var(--hm-olive-dark) !important;
  font-size: 21px !important;
  font-weight: 800;
}

.hm-category-seo {
  max-width: 1100px;
  margin: 55px auto 0;
  padding: 38px 44px;
  border: 1px solid var(--hm-border);
  border-radius: var(--hm-radius-lg);
  background: var(--hm-cream);
}

.hm-category-seo h2 {
  margin-top: 0;
  color: var(--hm-ink);
  font-size: 26px;
}

.hm-category-seo h3 {
  color: var(--hm-ink);
  font-size: 21px;
}

/* =========================================================
   PRODUCT PAGE
   ========================================================= */
.route-product-product .breadcrumb,
.route-product-product > .container {
  width: min(calc(100% - 44px), var(--hm-container)) !important;
  max-width: var(--hm-container) !important;
}

.route-product-product .product-info {
  display: grid !important;
  grid-template-columns: minmax(0, 1.12fr) minmax(430px, .88fr);
  gap: 42px;
  align-items: start;
}

.route-product-product .product-left,
.route-product-product .product-right {
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
}

.route-product-product .product-left {
  overflow: hidden;
  padding: 28px !important;
  border: 1px solid var(--hm-border);
  border-radius: var(--hm-radius-lg);
  background:
    linear-gradient(rgba(255,255,255,.20), rgba(255,255,255,.20)),
    url("../../../../../../image/catalog/hilman/v130/product-backdrop.jpg") center / cover no-repeat;
}

.route-product-product .main-image {
  overflow: hidden;
  border: 0 !important;
  border-radius: 16px;
  background: rgba(255,255,255,.84);
}

.route-product-product .main-image img {
  object-fit: contain;
  mix-blend-mode: multiply;
}

.route-product-product .product-right {
  padding: 30px !important;
  border: 1px solid var(--hm-border);
  border-radius: var(--hm-radius-lg);
  background: #fff;
  box-shadow: var(--hm-shadow);
}

.route-product-product .product-right .page-title {
  margin: 0 0 12px !important;
}

.route-product-product .product-options {
  margin-top: 18px;
  padding: 20px !important;
  border-radius: 12px;
  background: var(--hm-cream) !important;
}

.route-product-product #button-cart {
  min-height: 54px;
  border: 0;
  border-radius: 7px;
  color: #fff;
  background: var(--hm-olive) !important;
  font-size: 18px;
  font-weight: 800;
}

.route-product-product #button-cart:hover {
  background: var(--hm-olive-dark) !important;
}

.hm-product-trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  margin: 36px 0;
  border: 1px solid var(--hm-border);
  border-radius: var(--hm-radius);
  background: #fff;
}

.hm-product-trust > div {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px;
}

.hm-product-trust > div + div {
  border-right: 1px solid var(--hm-border);
}

.hm-product-trust img {
  width: 38px;
  height: 38px;
}

.hm-product-rich-content {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 24px;
  margin: 30px 0;
}

.hm-product-description,
.hm-product-facts,
.hm-product-faq {
  padding: 30px;
  border: 1px solid var(--hm-border);
  border-radius: var(--hm-radius);
  background: #fff;
}

.hm-product-description h2,
.hm-product-facts h2,
.hm-product-faq h2 {
  margin-top: 0;
  color: var(--hm-ink);
  font-size: 26px;
}

.hm-product-description h3,
.hm-product-facts h3,
.hm-product-faq h3 {
  color: var(--hm-ink);
  font-size: 21px;
}

.hm-product-description p,
.hm-product-facts p,
.hm-product-faq p {
  color: #62675d;
  font-size: 16px;
}

.hm-fact-grid {
  display: grid;
  gap: 12px;
}

.hm-fact {
  padding: 17px;
  border-radius: 10px;
  background: var(--hm-cream);
}

.hm-fact strong {
  display: block;
  margin-bottom: 4px;
  color: var(--hm-ink);
  font-size: 18px;
}

.hm-product-faq {
  margin-bottom: 34px;
}

.hm-product-faq details {
  padding: 16px 0;
  border-bottom: 1px solid var(--hm-border);
}

.hm-product-faq summary {
  color: var(--hm-ink);
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

/* Headings requested by user, do not touch H1. */
.route-product-product h2,
.route-journal3-blog h2 {
  font-size: 26px !important;
}

.route-product-product h3,
.route-journal3-blog h3 {
  font-size: 21px !important;
}

/* =========================================================
   ARTICLE PAGE
   ========================================================= */
.hm-article-page .breadcrumb {
  width: min(calc(100% - 44px), var(--hm-container));
  margin: 13px auto 8px !important;
  padding: 8px 0 !important;
  background: transparent !important;
  border: 0 !important;
}

.hm-article-hero {
  width: min(calc(100% - 44px), var(--hm-container));
  min-height: 490px;
  display: grid;
  grid-template-columns: 56% 44%;
  overflow: hidden;
  margin: 0 auto 45px;
  border: 1px solid var(--hm-border);
  border-radius: var(--hm-radius-lg);
  background: var(--hm-cream);
}

.hm-article-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hm-article-hero-copy {
  align-self: center;
  padding: 55px;
}

.hm-article-hero-copy h1 {
  margin: 0 0 18px;
  color: var(--hm-ink);
}

.hm-article-lead {
  color: #62675d;
  font-size: 18px;
}

.hm-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 20px;
  color: var(--hm-muted);
  font-size: 14px;
}

.hm-article-layout {
  width: min(calc(100% - 44px), 1280px);
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 34px;
  margin: 0 auto;
}

.hm-article-sidebar {
  align-self: start;
  padding: 22px;
  border: 1px solid var(--hm-border);
  border-radius: var(--hm-radius);
  background: var(--hm-cream);
}

.hm-article-sidebar img {
  width: 100%;
  border-radius: 10px;
}

.hm-article-sidebar h3 {
  margin: 18px 0 8px;
}

.hm-article-main {
  min-width: 0;
}

.hm-article-page .post-details {
  padding: 0;
  border: 0;
  background: transparent;
}

.hm-article-page .post-details > .post-image,
.hm-article-page .post-details > .post-stats {
  display: none;
}

.hm-article-page .post-content {
  color: #4f554c;
  font-size: 18px;
  line-height: 1.9;
}

.hm-article-page .post-content h2 {
  margin-top: 38px;
  color: var(--hm-ink);
  font-size: 26px !important;
}

.hm-article-page .post-content h3 {
  margin-top: 28px;
  color: var(--hm-ink);
  font-size: 21px !important;
}

.hm-article-page .post-content blockquote {
  margin: 30px 0;
  padding: 28px 34px;
  border: 0;
  border-radius: var(--hm-radius);
  color: var(--hm-ink);
  background: var(--hm-warm);
  font-size: 20px;
}

.hm-article-page .post-content img {
  max-width: 100%;
  border-radius: var(--hm-radius);
}

/* =========================================================
   CONTACT + FOOTER
   ========================================================= */
.route-information-contact > .container {
  width: min(calc(100% - 44px), 1300px) !important;
  max-width: 1300px !important;
}

.route-information-contact .our-location,
.route-information-contact form {
  padding: 28px;
  border: 1px solid var(--hm-border) !important;
  border-radius: var(--hm-radius);
  background: #fff;
  box-shadow: var(--hm-shadow);
}

.hm-footer {
  margin-top: 68px;
  padding: 52px 0 22px;
  color: rgba(255,255,255,.84);
  background: var(--hm-olive-dark);
}

.hm-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 45px;
}

.hm-footer-logo {
  max-width: 300px;
  max-height: 90px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.hm-footer h3 {
  margin-top: 0;
  color: #fff;
  font-size: 20px;
}

.hm-footer a {
  display: block;
  margin: 8px 0;
  color: rgba(255,255,255,.84);
}

.hm-footer-bottom {
  margin-top: 30px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.13);
  text-align: center;
  font-size: 13px;
  opacity: .65;
}

@media (max-width: 1320px) {
  .hm-main-header {
    grid-template-columns: minmax(360px, 1fr) auto minmax(360px, 1fr);
    gap: 20px;
  }

  .hm-nav-group {
    gap: 15px;
  }

  .hm-nav-group a {
    font-size: 14px;
  }

  .hm-logo {
    min-width: 235px;
  }

  .hm-logo img {
    max-width: 245px;
  }
}

@media (max-width: 1100px) {
  .hm-header {
    display: none;
  }

  .hm-mobile-header {
    display: flex;
  }

  .hm-trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hm-trust-item:nth-child(n+3) {
    border-top: 1px solid var(--hm-border);
  }

  .hm-variety-grid,
  .hm-article-grid {
    grid-template-columns: 1fr;
  }

  .hm-products {
    grid-template-columns: repeat(2, 1fr);
  }

  .route-product-product .product-info,
  .hm-product-rich-content,
  .hm-article-hero,
  .hm-article-layout {
    grid-template-columns: 1fr !important;
  }

  .hm-article-sidebar {
    display: none;
  }
}

@media (max-width: 767px) {
  .hm-container,
  .hm-category-shell {
    width: min(calc(100% - 28px), var(--hm-container));
  }

  .hm-home-hero {
    min-height: 670px;
    background-image: url("../../../../../../image/catalog/hilman/v130/home-hero-mobile.jpg");
    background-position: center;
  }

  .hm-hero-hotspot {
    bottom: 8.2%;
    height: 7%;
  }

  .hm-hero-hotspot-products {
    right: 50%;
    width: 37%;
  }

  .hm-hero-hotspot-about {
    right: 10%;
    width: 36%;
  }

  .hm-trust {
    margin-top: -15px;
  }

  .hm-trust-item {
    min-height: 120px;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    padding: 14px 9px;
    text-align: center;
  }

  .hm-trust-item + .hm-trust-item {
    border-right: 0;
  }

  .hm-trust-item:nth-child(even) {
    border-right: 1px solid var(--hm-border);
  }

  .hm-products,
  .hm-story,
  .hm-cta,
  .hm-footer-grid {
    grid-template-columns: 1fr;
  }

  .hm-variety-card {
    min-height: 300px;
  }

  .hm-variety-card::after {
    background: linear-gradient(to top, rgba(249,247,240,.98) 0%, rgba(249,247,240,.88) 52%, rgba(249,247,240,.05) 100%);
  }

  .hm-variety-copy {
    width: 100%;
    align-self: flex-end;
    padding: 24px;
  }

  .hm-article-card {
    grid-template-columns: 1fr;
  }

  .hm-article-image {
    min-height: 210px;
  }

  .hm-category-hero {
    min-height: auto;
    aspect-ratio: 1 / 1;
  }

  .hm-category-hero-copy {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 28px 24px;
    text-align: center;
  }

  .hm-category-hero-subtitle {
    font-size: 21px;
  }

  .route-product-product .product-left {
    padding: 16px !important;
  }

  .route-product-product .product-right {
    padding: 21px !important;
  }

  .hm-product-trust {
    grid-template-columns: repeat(2, 1fr);
  }

  .hm-product-trust > div:nth-child(n+3) {
    border-top: 1px solid var(--hm-border);
  }

  .hm-article-hero {
    width: min(calc(100% - 28px), var(--hm-container));
    min-height: auto;
  }

  .hm-article-hero-image {
    min-height: 290px;
  }

  .hm-article-hero-copy {
    padding: 28px 24px;
  }

  .hm-article-layout {
    width: min(calc(100% - 28px), 1280px);
  }

  .hm-footer-grid {
    text-align: center;
  }

  .hm-footer-logo {
    margin-inline: auto;
  }
}


/* =========================================================
   FINAL APPROVED DESIGN OVERRIDES v1.3.0
   ========================================================= */
.hm-main-header {
  grid-template-columns: minmax(510px, 1fr) auto minmax(510px, 1fr);
  gap: 28px;
}
.hm-nav-right { justify-content: flex-end; }
.hm-nav-left { justify-content: flex-start; }
.hm-logo { min-width: 320px; }
.hm-logo img { max-width: 310px; max-height: 78px; }

/* Actions must sit on the far left, with cart being the left-most action. */
.hm-header-left-zone {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.hm-actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  margin: 0;
  direction: ltr;
  order: -1;
}
.hm-cart-host { order: 1; }
.hm-account-action { order: 2; }
.hm-search-toggle { order: 3; }
.hm-nav-left-links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(20px, 1.8vw, 32px);
  white-space: nowrap;
}
.hm-nav-left-links a {
  position: relative;
  padding: 33px 0 29px;
  color: var(--hm-ink);
  font-size: 15px;
  font-weight: 600;
}
.hm-nav-left-links a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 22px;
  width: 0;
  height: 2px;
  background: var(--hm-gold);
  transition: width .2s ease;
}
.hm-nav-left-links a:hover::after { width: 100%; }

/* Benefits: icons are always visible and precisely sized. */
.hm-trust-item img {
  display: block !important;
  width: 42px !important;
  height: 42px !important;
  object-fit: contain;
  opacity: 1 !important;
}

/* Approved three-variety layout. */
.hm-variety-grid { gap: 18px; }
.hm-variety-card {
  min-height: 260px;
  display: grid;
  grid-template-columns: 46% 54%;
  align-items: stretch;
  border-radius: 13px;
  background: #f8f5ee;
}
.hm-variety-card img {
  position: static;
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hm-variety-card::after {
  content: none;
}
.hm-variety-copy {
  position: static;
  z-index: auto;
  grid-column: 1;
  grid-row: 1;
  width: auto;
  align-self: center;
  padding: 28px 22px 28px 30px;
  text-align: right;
  background: linear-gradient(90deg, #f8f5ee 0%, #f8f5ee 82%, rgba(248,245,238,.75) 100%);
}
.hm-variety-copy h3 { font-size: 24px; line-height: 1.25; }
.hm-variety-copy p { min-height: 49px; margin-bottom: 14px; font-size: 15px; line-height: 1.55; }
.hm-variety-copy strong { font-size: 14px; }

/* Approved compact product cards. */
.hm-products { gap: 18px; }
.hm-product-card {
  min-height: 250px;
  display: grid;
  grid-template-columns: 45% 55%;
  overflow: hidden;
  border-radius: 13px;
}
.hm-product-card > a {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 45% 55%;
  height: 100%;
}
.hm-product-image {
  grid-column: 2;
  grid-row: 1;
  aspect-ratio: auto;
  min-height: 250px;
  padding: 17px;
}
.hm-product-copy {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  padding: 22px 18px 22px 24px;
}
.hm-product-copy h3 { min-height: auto; font-size: 17px; }
.hm-product-bottom { display: grid; justify-items: start; gap: 10px; }
.hm-product-price { font-size: 21px; }
.hm-product-button { min-width: 105px; min-height: 37px; padding: 7px 15px; }

/* Footer logo must never become a white rectangle. */
.hm-footer-logo {
  filter: brightness(0) invert(1);
  background: transparent !important;
}

/* Mobile actions: cart is the left-most item, then account, then search. */
.hm-mobile-header {
  direction: rtl;
  grid-template-columns: auto 1fr auto;
}
.hm-mobile-actions {
  display: flex;
  align-items: center;
  direction: ltr;
  gap: 4px;
}
.hm-mobile-actions .hm-cart-host { order: 1; }
.hm-mobile-actions .hm-account-action { order: 2; }
.hm-mobile-actions .hm-mobile-search-toggle { order: 3; }

@media (max-width: 1450px) {
  .hm-main-header { grid-template-columns: minmax(440px, 1fr) auto minmax(440px, 1fr); }
  .hm-nav-group, .hm-nav-left-links { gap: 15px; }
  .hm-nav-group a, .hm-nav-left-links a { font-size: 14px; }
  .hm-logo { min-width: 260px; }
  .hm-logo img { max-width: 260px; }
}

@media (max-width: 1100px) {
  .hm-product-card, .hm-product-card > a { grid-template-columns: 42% 58%; }
}

@media (max-width: 767px) {
  .hm-variety-card {
    min-height: 230px;
    grid-template-columns: 48% 52%;
  }
  .hm-variety-copy { padding: 20px 16px; text-align: right; }
  .hm-variety-copy h3 { font-size: 21px; }
  .hm-product-card, .hm-product-card > a {
    grid-template-columns: 43% 57%;
    min-height: 220px;
  }
  .hm-product-image { min-height: 220px; padding: 12px; }
  .hm-product-copy { padding: 17px 12px 17px 15px; }
  .hm-products { grid-template-columns: 1fr; }
}
