@charset "UTF-8";

/*!
Theme Name: Snoopy Moe Seria Search Child
Description: Cocoon child theme for snoopy.moe Seria product search renewal.
Theme URI: https://wp-cocoon.com/
Author: yhira / snoopy.moe
Author URI: https://nelog.jp/
Template: cocoon-master
Version: 1.7.2
*/

:root {
  --sm-green: #6d4c41;
  --sm-green-light: #8d6e63;
  --sm-ivory: #fbf7ef;
  --sm-yellow: #f6c85f;
  --sm-text: #2f2a26;
  --sm-muted: #75665e;
  --sm-border: #e5d9cf;
  --sm-white: #ffffff;
  --sm-shadow: 0 10px 24px rgba(47, 52, 47, 0.08);
}

body {
  color: var(--sm-text);
  background: var(--sm-ivory);
}

a {
  color: var(--sm-green);
}

.container,
.header-container,
.footer {
  background: var(--sm-ivory);
}

.sm-site-header {
  border-bottom: 1px solid var(--sm-border);
  background: rgba(250, 250, 242, 0.96);
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(8px);
}

.sm-header-inner,
.sm-footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 20px;
}

.sm-header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  align-items: center;
}

.sm-brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--sm-text);
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.sm-brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  overflow: hidden;
  color: var(--sm-green);
  background: #fff;
  font-weight: 900;
  letter-spacing: 0;
}

.sm-brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sm-global-nav {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.sm-global-nav a {
  color: var(--sm-text);
  text-decoration: none;
  padding: 8px 10px;
  border-radius: 8px;
}

.sm-global-nav a:hover,
.sm-global-nav a:focus {
  background: #edf6ef;
  color: var(--sm-green);
}

.sm-header-search {
  min-width: 230px;
}

.sm-header-search label {
  display: none;
}

.sm-page,
.sm-product-panel,
.sm-affiliate-panel,
.sm-official-note,
.sm-related-products {
  max-width: 1080px;
  margin: 0 auto;
}

.sm-page {
  padding: 24px 20px 48px;
}

.sm-hero {
  padding: 34px;
  border: 1px solid var(--sm-border);
  border-radius: 8px;
  background: var(--sm-white);
  box-shadow: var(--sm-shadow);
}

.sm-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 28px;
  align-items: center;
}

.sm-section-kicker,
.sm-kicker {
  color: var(--sm-green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 8px;
}

.sm-hero h1,
.sm-page-title h1 {
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.24;
  margin: 0 0 14px;
  color: var(--sm-text);
}

.sm-hero p,
.sm-page-title p {
  color: var(--sm-muted);
  font-size: 16px;
  line-height: 1.8;
}

.sm-search-form {
  margin: 16px 0 0;
}

.sm-search-form label {
  display: block;
  font-weight: 800;
  margin-bottom: 8px;
}

.sm-search-control {
  display: flex;
  gap: 8px;
  align-items: stretch;
  border: 1px solid var(--sm-border);
  border-radius: 8px;
  background: var(--sm-white);
  padding: 6px;
}

.sm-search-control input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  font-size: 16px;
  padding: 10px 12px;
  color: var(--sm-text);
}

.sm-search-control input:focus {
  outline: none;
}

.sm-search-control button,
.sm-button {
  border: 0;
  border-radius: 8px;
  background: var(--sm-green);
  color: #fff;
  font-weight: 800;
  padding: 10px 18px;
  cursor: pointer;
  text-decoration: none;
}

.sm-search-control button:hover,
.sm-button:hover {
  background: #006141;
  color: #fff;
}

.sm-trust-note,
.sm-url-note {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 12px;
  color: var(--sm-muted);
  font-size: 13px;
}

.sm-trust-note strong {
  color: var(--sm-text);
}

.sm-quick-card {
  border-radius: 8px;
  border: 1px solid var(--sm-border);
  background: #f7fbf6;
  padding: 20px;
}

.sm-quick-card h2 {
  margin: 0 0 12px;
  font-size: 18px;
}

.sm-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sm-chip {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 7px 12px;
  border: 1px solid var(--sm-border);
  border-radius: 999px;
  color: var(--sm-text);
  background: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
}

.sm-chip:hover {
  border-color: var(--sm-green-light);
  color: var(--sm-green);
}

.sm-section {
  margin-top: 34px;
}

.sm-section-header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: end;
  margin-bottom: 14px;
}

.sm-section-header h2,
.sm-product-panel h2,
.sm-affiliate-panel h2,
.sm-official-note h2,
.sm-related-products h2 {
  font-size: 23px;
  line-height: 1.35;
  margin: 0 0 8px;
}

.sm-section-header p {
  margin: 0;
  color: var(--sm-muted);
}

.sm-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.sm-category-card,
.sm-intent-card {
  display: block;
  padding: 17px;
  min-height: 116px;
  border: 1px solid var(--sm-border);
  border-radius: 8px;
  background: var(--sm-white);
  color: var(--sm-text);
  text-decoration: none;
}

.sm-category-card strong,
.sm-intent-card strong {
  display: block;
  font-size: 18px;
  margin-bottom: 8px;
}

.sm-category-card span,
.sm-intent-card span {
  color: var(--sm-muted);
  font-size: 13px;
  line-height: 1.6;
}

.sm-category-card:hover,
.sm-intent-card:hover,
.sm-product-card:hover {
  border-color: var(--sm-green-light);
  box-shadow: var(--sm-shadow);
}

.sm-intent-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.sm-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.sm-product-card {
  border: 1px solid var(--sm-border);
  border-radius: 8px;
  background: var(--sm-white);
  overflow: hidden;
  transition: border-color 0.16s ease, box-shadow 0.16s ease;
}

.sm-product-card-link {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  min-height: 136px;
  color: var(--sm-text);
  text-decoration: none;
}

.sm-product-thumb {
  display: grid;
  place-items: center;
  margin: 0;
  background: #edf6ef;
  aspect-ratio: 1 / 1;
  height: 100%;
  overflow: hidden;
}

.sm-product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sm-product-thumb span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: var(--sm-green);
  color: #fff;
  font-weight: 900;
  font-size: 24px;
}

.sm-product-card-body {
  padding: 13px;
  min-width: 0;
}

.sm-card-category {
  display: inline-flex;
  font-size: 12px;
  color: var(--sm-green);
  background: #edf6ef;
  border-radius: 999px;
  padding: 3px 8px;
  font-weight: 800;
}

.sm-product-card h3 {
  margin: 8px 0 6px;
  font-size: 16px;
  line-height: 1.45;
}

.sm-product-card p {
  color: var(--sm-muted);
  font-size: 13px;
  line-height: 1.55;
  margin: 0 0 9px;
}

.sm-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--sm-muted);
  font-size: 12px;
}

.sm-page-title {
  padding: 24px 0 10px;
}

.sm-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 16px 0 22px;
}

.sm-filter-row .sm-chip {
  border-radius: 8px;
}

.sm-product-panel,
.sm-official-note,
.sm-related-products {
  border: 1px solid var(--sm-border);
  border-radius: 8px;
  background: var(--sm-white);
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.sm-affiliate-panel {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 4px 0 6px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.sm-check-list,
.sm-guide-grid ul {
  margin: 0;
  padding-left: 1.2em;
}

.sm-check-list li,
.sm-guide-grid li {
  margin: 6px 0;
}

.sm-spec-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 8px;
}

.sm-spec-table th,
.sm-spec-table td {
  border-bottom: 1px solid var(--sm-border);
  padding: 12px 14px;
  text-align: left;
  vertical-align: top;
}

.sm-spec-table th {
  width: 150px;
  color: var(--sm-muted);
  background: #f7fbf6;
}

.sm-official-note {
  border-color: #ead69d;
  background: #fffaf0;
}

.sm-official-note a {
  font-weight: 800;
}

.sm-jan-copy {
  display: inline-flex;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #ead69d;
}

.sm-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.sm-guide-grid article {
  border: 1px solid var(--sm-border);
  border-radius: 8px;
  padding: 15px;
  background: #fff;
}

.sm-guide-grid h3 {
  margin: 0 0 10px;
  font-size: 18px;
}

.sm-affiliate-buttons {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.sm-affiliate-button {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  gap: 14px;
  align-items: center;
  min-height: 54px;
  border: 1px solid #d5dfe0;
  border-radius: 8px;
  background: #fff;
  color: #111;
  text-decoration: none;
  padding: 8px 14px;
  font-weight: 800;
}

.sm-affiliate-button img {
  max-width: 34px;
  max-height: 34px;
  object-fit: contain;
}

.sm-affiliate-button .sm-arrow {
  font-size: 26px;
  color: #111;
  line-height: 1;
}

.sm-affiliate-button:hover {
  border-color: #aebfc0;
  box-shadow: var(--sm-shadow);
  color: #111;
}

.sm-empty-state {
  border: 1px solid var(--sm-border);
  border-radius: 8px;
  background: #fff;
  padding: 24px;
  text-align: center;
}

.sm-site-footer {
  border-top: 1px solid var(--sm-border);
  background: #f4f7ef;
}

.sm-footer-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
}

.sm-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.sm-footer-links a {
  color: var(--sm-text);
  text-decoration: none;
}

.sm-footer-note {
  color: var(--sm-muted);
  font-size: 13px;
  margin-top: 6px;
}

@media screen and (max-width: 1023px) {
  .sm-header-inner {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .sm-global-nav {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .sm-header-search {
    min-width: 0;
  }

  .sm-hero-grid {
    grid-template-columns: 1fr;
  }

  .sm-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .sm-guide-grid,
  .sm-intent-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 834px) {
  .sm-page {
    padding: 18px 12px 36px;
  }

  .sm-hero {
    padding: 22px 16px;
  }

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

  .sm-product-grid {
    grid-template-columns: 1fr;
  }

  .sm-product-card-link {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .sm-footer-inner {
    grid-template-columns: 1fr;
  }

  .sm-footer-links {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 480px) {
  .sm-header-inner {
    padding: 12px;
  }

  .sm-brand {
    font-size: 15px;
  }

  .sm-search-control {
    flex-direction: column;
  }

  .sm-search-control button {
    width: 100%;
  }

  .sm-category-grid {
    grid-template-columns: 1fr;
  }

  .sm-section-header {
    display: block;
  }

  .sm-product-card-link {
    grid-template-columns: 88px minmax(0, 1fr);
  }

  .sm-spec-table th,
  .sm-spec-table td {
    display: block;
    width: auto;
  }

  .sm-affiliate-button {
    grid-template-columns: 38px 1fr auto;
    padding: 8px 10px;
  }
}

/* Mockup alignment: wider, search-first product UI. */
:root {
  --sm-green: #6d4c41;
  --sm-green-light: #8a6658;
  --sm-ivory: #fbf6ee;
  --sm-text: #2e221c;
  --sm-muted: #72625a;
  --sm-border: #e4d6ca;
  --sm-soft: #f6efe7;
  --sm-soft-green: #eef7ef;
  --sm-dark: #4a2f20;
}

body {
  background: var(--sm-ivory);
}

.wrap,
.container,
.content,
.content-in,
.main,
.main-in,
.header-container,
.footer {
  background: transparent;
}

#content,
#content-in,
#main,
.content,
.content-in,
.main {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.sm-site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-top: 1px solid rgba(109, 76, 65, 0.28);
  border-bottom: 1px solid rgba(109, 76, 65, 0.28);
  background: rgba(255, 252, 247, 0.96);
}

.sm-header-inner,
.sm-footer-inner,
.sm-page,
.sm-product-panel,
.sm-affiliate-panel,
.sm-official-note,
.sm-related-products {
  max-width: 1460px;
}

.sm-header-inner {
  grid-template-columns: auto minmax(360px, 1fr) 330px 34px;
  gap: 18px;
  min-height: 72px;
  padding: 10px 18px;
}

.sm-brand {
  font-size: 18px;
}

.sm-brand-mark {
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  color: var(--sm-green);
  line-height: 1;
}

.sm-global-nav {
  justify-content: flex-start;
  gap: 18px;
  font-size: 13px;
}

.sm-global-nav a {
  padding: 6px 0;
  border-radius: 0;
}

.sm-global-nav a:hover,
.sm-global-nav a:focus {
  background: transparent;
  color: var(--sm-green);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.sm-header-search .sm-search-form {
  margin: 0;
}

.sm-header-search .sm-search-form label {
  display: none;
}

.sm-header-search .sm-search-control {
  gap: 0;
  height: 38px;
  padding: 0;
  overflow: hidden;
}

.sm-header-search .sm-search-control input {
  padding: 0 12px;
  font-size: 12px;
}

.sm-header-search .sm-search-control button {
  position: relative;
  width: 42px;
  min-width: 42px;
  padding: 0;
  border-radius: 0;
  font-size: 0;
}

.sm-header-search .sm-search-control button::before,
.sm-header-search .sm-search-control button::after {
  content: "";
  position: absolute;
  display: block;
}

.sm-header-search .sm-search-control button::before {
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  top: 10px;
  left: 12px;
}

.sm-header-search .sm-search-control button::after {
  width: 9px;
  height: 2px;
  background: #fff;
  transform: rotate(45deg);
  top: 23px;
  left: 24px;
}

.sm-menu-button {
  display: grid;
  gap: 5px;
  align-content: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.sm-menu-button span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--sm-green);
}

.sm-page {
  padding: 18px 18px 50px;
}

.sm-hero,
.sm-search-hero,
.sm-single-hero {
  border: 1px solid var(--sm-border);
  border-radius: 8px;
  background: #fffdf9;
  box-shadow: none;
}

.sm-hero {
  padding: 30px 34px 24px;
}

.sm-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 24px;
}

.sm-hero h1 {
  max-width: 700px;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.18;
  letter-spacing: 0;
}

.sm-hero p {
  max-width: 620px;
  font-size: 15px;
}

.sm-hero-search {
  max-width: 690px;
  margin-top: 22px;
}

.sm-hero-search .sm-search-control {
  height: 60px;
  gap: 0;
  padding: 0;
  overflow: hidden;
}

.sm-hero-search .sm-search-control input {
  padding: 0 22px;
  font-size: 18px;
}

.sm-hero-search .sm-search-control button {
  min-width: 116px;
  border-radius: 0;
  font-size: 18px;
}

.sm-trust-note {
  width: 100%;
  max-width: 690px;
  padding: 10px 14px;
  border: 1px solid #f0d483;
  border-radius: 8px;
  background: #fff8df;
  color: var(--sm-text);
}

.sm-trust-note::before {
  content: "!";
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f6b900;
  color: #fff;
  font-weight: 900;
}

.sm-hero-visual {
  display: grid;
  place-items: center;
  min-height: 240px;
}

.sm-hero-visual img {
  width: 100%;
  max-height: 280px;
  object-fit: contain;
  filter: drop-shadow(0 14px 18px rgba(46, 34, 28, 0.16));
  border-radius: 0;
}

.sm-hero-visual span {
  display: none;
}

.sm-hero-placeholder {
  position: relative;
  width: 320px;
  height: 230px;
}

.sm-hero-visual .sm-hero-box,
.sm-hero-visual .sm-hero-pot,
.sm-hero-visual .sm-hero-cup {
	position: absolute;
	display: block;
	border: 2px solid #dfd5ca;
	background: linear-gradient(135deg, #fff, #eee7df);
	box-shadow: 0 12px 24px rgba(46, 34, 28, 0.12);
}

.sm-hero-box {
  right: 0;
  top: 20px;
  width: 190px;
  height: 120px;
  border-radius: 8px;
}

.sm-hero-pot {
  left: 55px;
  top: 84px;
  width: 70px;
  height: 74px;
  border-radius: 0 0 24px 24px;
}

.sm-hero-cup {
  left: 142px;
  top: 116px;
  width: 74px;
  height: 62px;
  border-radius: 0 0 28px 28px;
}

.sm-section {
  margin-top: 26px;
}

.sm-section-header h2 {
  font-size: 22px;
}

.sm-category-tile-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.sm-category-tile {
  display: grid;
  place-items: center;
  gap: 8px;
  min-height: 86px;
  border: 1px solid var(--sm-border);
  border-radius: 8px;
  background: #fffdf9;
  color: var(--sm-text);
  text-decoration: none;
  font-weight: 800;
}

.sm-category-icon,
.sm-chip-icon {
  display: inline-grid;
  place-items: center;
  color: var(--sm-green);
  font-weight: 900;
  font-family: Georgia, serif;
}

.sm-category-icon {
  width: 34px;
  height: 34px;
  font-family: FontAwesome;
  font-size: 26px;
}

.sm-chip-icon {
  font-family: FontAwesome;
  margin-right: 6px;
  font-size: 14px;
}

.sm-wide-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: min(520px, 100%);
  min-height: 44px;
  margin-top: 14px;
  border: 1px solid var(--sm-border);
  border-radius: 8px;
  background: #fffdf9;
  color: var(--sm-text);
  text-decoration: none;
  font-weight: 800;
}

.sm-intent-card {
  position: relative;
  min-height: 142px;
  padding: 18px 58px 16px 18px;
}

.sm-intent-card em {
  display: inline-flex;
  margin-top: 14px;
  padding: 8px 14px;
  border-radius: 8px;
  background: var(--sm-green);
  color: #fff;
  font-style: normal;
  font-size: 13px;
  font-weight: 800;
}

.sm-intent-card b {
  position: absolute;
  right: 18px;
  bottom: 16px;
  color: var(--sm-green);
  font-family: FontAwesome;
  font-size: 30px;
  font-weight: normal;
}

.sm-front-page .sm-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sm-product-card-link {
  display: block;
  min-height: 0;
}

.sm-product-thumb {
  height: auto;
  aspect-ratio: 4 / 3;
  background: var(--sm-soft-green);
}

.sm-product-thumb img {
  object-fit: cover;
}

.sm-product-thumb span {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  background: var(--sm-green);
  font-size: 24px;
}

.sm-product-card-body {
  padding: 13px 15px 15px;
}

.sm-card-category {
  background: var(--sm-green);
  color: #fff;
}

.sm-product-card h3 {
  font-size: 16px;
}

.sm-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 12px;
  color: var(--sm-muted);
  font-size: 13px;
}

.sm-breadcrumb a {
  color: var(--sm-muted);
  text-decoration: none;
}

.sm-breadcrumb-url {
  margin-left: auto;
  color: var(--sm-text);
}

.sm-search-hero {
  padding: 24px;
}

.sm-search-hero h1 {
  margin: 0 0 8px;
  font-size: clamp(28px, 4vw, 40px);
}

.sm-search-results-form {
  max-width: 760px;
}

.sm-search-results-form .sm-search-control {
  gap: 0;
  overflow: hidden;
  padding: 0;
}

.sm-search-results-form .sm-search-control input {
  min-height: 52px;
  padding: 0 18px;
}

.sm-search-results-form .sm-search-control button {
  min-width: 98px;
  border-radius: 0;
}

.sm-search-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.sm-search-actions .sm-chip,
.sm-filter-row .sm-chip {
  min-height: 44px;
  border-radius: 8px;
}

.sm-results-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 22px 0 12px;
  font-weight: 800;
}

.sm-results-toolbar select {
  min-height: 36px;
  border: 1px solid var(--sm-border);
  border-radius: 8px;
  background: #fff;
  color: var(--sm-text);
}

.sm-search-results-layout {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 18px;
}

.sm-search-sidebar {
  align-self: start;
  border: 1px solid var(--sm-border);
  border-radius: 8px;
  background: #fffdf9;
  padding: 16px;
}

.sm-search-sidebar h2 {
  margin: 0 0 14px;
  font-size: 18px;
}

.sm-filter-group {
  padding: 13px 0;
  border-top: 1px solid var(--sm-border);
}

.sm-filter-group h3 {
  margin: 0 0 10px;
  font-size: 14px;
}

.sm-filter-group a {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 8px 0;
  color: var(--sm-text);
  text-decoration: none;
  font-size: 13px;
}

.sm-filter-check {
  width: 13px;
  height: 13px;
  border: 1px solid var(--sm-green);
  border-radius: 3px;
  background: #fff;
}

.sm-filter-clear {
  display: grid;
  place-items: center;
  min-height: 38px;
  border: 1px solid var(--sm-border);
  border-radius: 8px;
  color: var(--sm-text);
  text-decoration: none;
  font-weight: 800;
}

.sm-search-results-layout .sm-product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sm-single-hero {
  display: grid;
  grid-template-columns: minmax(320px, 420px) minmax(0, 1fr);
  gap: 24px;
  padding: 18px;
}

.sm-single-media {
  min-width: 0;
}

.sm-single-main-image {
  display: grid;
  place-items: center;
  margin: 0;
  border: 1px solid var(--sm-border);
  border-radius: 8px;
  background: #fff;
  aspect-ratio: 1.18 / 1;
  overflow: hidden;
}

.sm-single-main-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sm-single-main-image span {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  border-radius: 10px;
  background: var(--sm-green);
  color: #fff;
  font-size: 38px;
  font-weight: 900;
}

.sm-single-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 10px;
}

.sm-single-thumbs div {
  display: grid;
  place-items: center;
  border: 1px solid var(--sm-border);
  border-radius: 8px;
  background: #fff;
  aspect-ratio: 1.35 / 1;
  overflow: hidden;
}

.sm-single-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sm-single-thumbs span {
  display: none;
}

.sm-single-summary h1 {
  margin: 12px 0 10px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.2;
}

.sm-single-price {
  margin: 0 0 12px;
  font-size: 24px;
  font-weight: 900;
}

.sm-single-lead,
.sm-single-updated {
  color: var(--sm-muted);
  line-height: 1.75;
}

.sm-single-updated {
  font-size: 13px;
}

.sm-spec-table-compact {
  margin-top: 14px;
  border: 1px solid var(--sm-border);
  border-radius: 8px;
}

.sm-spec-table-compact th {
  width: 132px;
  background: #fbf6ee;
}

.sm-copy-button {
  float: right;
  min-height: 28px;
  padding: 4px 10px;
  border: 1px solid var(--sm-border);
  border-radius: 6px;
  background: #fff;
  color: var(--sm-muted);
  cursor: pointer;
}

.sm-product-overview .sm-check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 18px;
  padding-left: 0;
  list-style: none;
}

.sm-product-overview .sm-check-list li {
  position: relative;
  padding-left: 24px;
}

.sm-product-overview .sm-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--sm-green);
}

.sm-product-overview .sm-check-list li::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0.62em;
  width: 6px;
  height: 3px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.sm-affiliate-panel h2 {
  display: inline-block;
  margin-right: 10px;
}

.sm-affiliate-panel p {
  display: inline;
  color: var(--sm-muted);
  font-size: 12px;
}

.sm-affiliate-buttons {
  gap: 8px;
}

.sm-affiliate-button {
  min-height: 48px;
  border-color: #ddd4cc;
  box-shadow: none;
}

.sm-single-lower-affiliate .sm-affiliate-buttons {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sm-product-guide .sm-guide-grid article {
  min-height: 132px;
}

.sm-entry-body {
  line-height: 1.9;
}

.sm-related-products .sm-product-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.sm-site-footer {
  border-top: 0;
  background: linear-gradient(180deg, #5b3a27, #3f281c);
  color: #fff;
}

.sm-site-footer .sm-brand,
.sm-site-footer .sm-footer-note,
.sm-site-footer .source-org,
.sm-site-footer a {
  color: #fff;
}

.sm-site-footer .sm-brand-mark {
  border: 0;
  background: transparent;
}

.sm-footer-inner {
  grid-template-columns: 1.2fr 1fr;
  padding-top: 22px;
  padding-bottom: 22px;
}

.sm-internal-page {
  min-height: 60vh;
}

.sm-internal-hero {
  margin-bottom: 26px;
}

.sm-internal-hero p {
  max-width: 780px;
}

.sm-category-list-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.sm-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: 28px 0 0;
}

.sm-pagination .page-numbers {
  display: inline-grid;
  place-items: center;
  min-width: 38px;
  min-height: 38px;
  padding: 6px 10px;
  border: 1px solid var(--sm-border);
  border-radius: 8px;
  background: #fffdf9;
  color: var(--sm-text);
  text-decoration: none;
  font-weight: 800;
}

.sm-pagination .current {
  background: var(--sm-green);
  color: #fff;
}

.sm-shop-action {
  margin-top: 18px;
}

.sm-shop-guide .sm-guide-grid article p {
  margin: 0;
  color: var(--sm-muted);
  line-height: 1.75;
}

@media screen and (max-width: 1180px) {
  .sm-header-inner {
    grid-template-columns: 1fr auto;
  }

  .sm-global-nav,
  .sm-header-search {
    grid-column: 1 / -1;
  }

  .sm-front-page .sm-product-grid,
  .sm-search-results-layout .sm-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm-category-tile-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm-category-list-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (max-width: 860px) {
  .sm-hero-grid,
  .sm-single-hero,
  .sm-search-results-layout {
    grid-template-columns: 1fr;
  }

  .sm-search-sidebar {
    order: 2;
  }

  .sm-search-results-main {
    order: 1;
  }

  .sm-front-page .sm-product-grid,
  .sm-search-results-layout .sm-product-grid,
  .sm-related-products .sm-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm-category-tile-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm-category-list-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm-single-lower-affiliate .sm-affiliate-buttons {
    grid-template-columns: 1fr;
  }

  .sm-product-overview .sm-check-list {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 560px) {
  .sm-page {
    padding: 12px 8px 36px;
  }

  .sm-header-inner {
    padding: 8px 10px;
  }

  .sm-global-nav {
    gap: 14px;
    overflow-x: auto;
  }

  .sm-hero,
  .sm-search-hero,
  .sm-single-hero,
  .sm-product-panel,
  .sm-official-note,
  .sm-related-products {
    padding: 14px;
  }

  .sm-hero-search .sm-search-control,
  .sm-search-results-form .sm-search-control {
    height: auto;
    flex-direction: row;
  }

  .sm-hero-search .sm-search-control button,
  .sm-search-results-form .sm-search-control button {
    width: 86px;
    min-width: 86px;
  }

  .sm-hero-visual {
    min-height: 170px;
  }

  .sm-category-tile-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm-category-list-grid {
    grid-template-columns: 1fr;
  }

  .sm-front-page .sm-product-grid,
  .sm-search-results-layout .sm-product-grid,
  .sm-related-products .sm-product-grid {
    grid-template-columns: 1fr;
  }

  .sm-results-toolbar {
    display: block;
  }

  .sm-spec-table-compact th,
  .sm-spec-table-compact td {
    display: table-cell;
  }
}

/* Desktop polish: richer spacing, cleaner grids, and stronger visual hierarchy. */
:root {
  --sm-page-max: 1180px;
  --sm-shadow-soft: 0 18px 48px rgba(74, 47, 32, 0.10);
  --sm-shadow-card: 0 14px 30px rgba(74, 47, 32, 0.08);
  --sm-line: rgba(109, 76, 65, 0.14);
  --sm-cream: #fffbf5;
  --sm-mint: #eef6ef;
}

body {
  background:
    linear-gradient(180deg, #fffaf3 0, #f6eee4 440px, #fbf6ee 900px),
    repeating-linear-gradient(90deg, rgba(109, 76, 65, 0.018) 0 1px, transparent 1px 36px);
}

.sm-header-inner,
.sm-footer-inner,
.sm-page,
.sm-product-panel,
.sm-affiliate-panel,
.sm-official-note,
.sm-related-products {
  max-width: var(--sm-page-max);
}

.sm-site-header {
  box-shadow: 0 10px 30px rgba(74, 47, 32, 0.05);
}

.sm-header-inner {
  min-height: 64px;
}

.sm-brand {
  letter-spacing: 0;
}

.sm-global-nav {
  gap: 22px;
}

.sm-global-nav a {
  position: relative;
  font-weight: 800;
}

.sm-global-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  border-radius: 999px;
  background: var(--sm-green);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.16s ease;
}

.sm-global-nav a:hover::after,
.sm-global-nav a:focus::after {
  transform: scaleX(1);
}

.sm-page {
  padding-top: 38px;
}

.sm-front-page {
  max-width: var(--sm-page-max);
}

.sm-hero {
  position: relative;
  overflow: hidden;
  padding: 42px 44px;
  border-color: rgba(109, 76, 65, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 253, 249, 0.98) 0, rgba(255, 255, 255, 0.98) 58%, rgba(247, 238, 228, 0.96) 100%);
  box-shadow: var(--sm-shadow-soft);
}

.sm-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(109, 76, 65, 0.045) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(109, 76, 65, 0.04) 0 1px, transparent 1px 100%);
  background-size: 44px 44px;
  opacity: 0.42;
}

.sm-hero-grid {
  position: relative;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 390px);
  gap: 44px;
}

.sm-hero h1 {
  font-size: clamp(40px, 4vw, 58px);
  letter-spacing: 0;
}

.sm-hero p {
  max-width: 600px;
}

.sm-hero-search {
  max-width: 650px;
}

.sm-search-control,
.sm-hero-search .sm-search-control,
.sm-search-results-form .sm-search-control {
  border-color: rgba(109, 76, 65, 0.22);
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.sm-hero-search .sm-search-control button,
.sm-search-results-form .sm-search-control button,
.sm-header-search .sm-search-control button,
.sm-button {
  background: linear-gradient(180deg, #7a5749, #563629);
}

.sm-hero-search .sm-search-control button:hover,
.sm-search-results-form .sm-search-control button:hover,
.sm-header-search .sm-search-control button:hover,
.sm-button:hover {
  background: linear-gradient(180deg, #684638, #462a20);
}

.sm-trust-note {
  max-width: 650px;
  box-shadow: 0 8px 22px rgba(246, 200, 95, 0.14);
}

.sm-hero-visual {
  position: relative;
  min-height: 276px;
  border: 1px solid rgba(109, 76, 65, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.80), rgba(255, 250, 243, 0.90)),
    linear-gradient(90deg, rgba(238, 246, 239, 0.55), rgba(251, 246, 238, 0.15));
  box-shadow: 0 20px 38px rgba(74, 47, 32, 0.11);
}

.sm-hero-visual::after {
  content: "";
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 28px;
  height: 10px;
  border-radius: 999px;
  background: rgba(74, 47, 32, 0.10);
  filter: blur(6px);
}

.sm-hero-visual img {
  position: relative;
  z-index: 1;
  width: 86%;
  max-height: 238px;
  border-radius: 8px;
}

.sm-section {
  margin-top: 38px;
}

.sm-section-header {
  align-items: center;
  margin-bottom: 18px;
}

.sm-section-header h2,
.sm-product-panel h2,
.sm-affiliate-panel h2,
.sm-official-note h2,
.sm-related-products h2 {
  position: relative;
  font-size: 24px;
}

.sm-section-header h2::after {
  content: "";
  display: block;
  width: 44px;
  height: 3px;
  margin-top: 8px;
  border-radius: 999px;
  background: var(--sm-green);
}

.sm-category-tile-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.sm-category-tile,
.sm-category-card,
.sm-intent-card,
.sm-product-card,
.sm-search-sidebar,
.sm-product-panel,
.sm-official-note,
.sm-related-products,
.sm-empty-state {
  border-color: rgba(109, 76, 65, 0.16);
  background: var(--sm-cream);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.85);
}

.sm-category-tile {
  min-height: 94px;
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.sm-category-icon {
  width: 42px;
  height: 34px;
  font-size: 27px;
}

.sm-category-tile:hover,
.sm-intent-card:hover,
.sm-product-card:hover,
.sm-category-card:hover {
  transform: translateY(-2px);
  border-color: rgba(109, 76, 65, 0.34);
  box-shadow: var(--sm-shadow-card);
}

.sm-wide-link {
  width: 420px;
  background: #fff;
}

.sm-intent-grid {
  gap: 14px;
}

.sm-intent-card {
  min-height: 150px;
  padding: 22px 66px 20px 22px;
  overflow: hidden;
}

.sm-intent-card strong {
  font-size: 19px;
}

.sm-intent-card b {
  right: 18px;
  bottom: 14px;
  font-size: 42px;
  opacity: 0.72;
}

.sm-front-page .sm-product-grid,
.sm-products-page .sm-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.sm-search-results-layout .sm-product-grid {
  gap: 18px;
}

.sm-product-card {
  display: flex;
  min-height: 100%;
  overflow: hidden;
}

.sm-product-card-link {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.sm-product-thumb {
  aspect-ratio: 16 / 10;
  background: linear-gradient(135deg, #edf6ef, #fbf6ee);
}

.sm-product-thumb img {
  transition: transform 0.22s ease;
}

.sm-product-card:hover .sm-product-thumb img {
  transform: scale(1.035);
}

.sm-product-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 15px 16px 16px;
}

.sm-card-category {
  align-self: flex-start;
  background: linear-gradient(180deg, #805f51, #624033);
}

.sm-product-card h3 {
  min-height: 46px;
  margin-top: 10px;
  font-size: 17px;
}

.sm-product-card p {
  flex: 1;
}

.sm-card-meta {
  margin-top: auto;
  padding-top: 6px;
}

.sm-official-note {
  background:
    linear-gradient(90deg, rgba(255, 250, 240, 0.98), rgba(255, 253, 247, 0.98));
  box-shadow: 0 12px 30px rgba(234, 214, 157, 0.14);
}

.sm-search-hero,
.sm-single-hero,
.sm-internal-hero {
  border-color: rgba(109, 76, 65, 0.16);
  background:
    linear-gradient(135deg, rgba(255, 253, 249, 0.98), rgba(255, 255, 255, 0.98));
  box-shadow: var(--sm-shadow-soft);
}

.sm-search-results-layout {
  grid-template-columns: 236px minmax(0, 1fr);
  gap: 22px;
}

.sm-search-sidebar {
  position: sticky;
  top: 92px;
}

.sm-results-toolbar {
  padding: 0 2px;
}

.sm-single-hero {
  grid-template-columns: minmax(360px, 470px) minmax(0, 1fr);
  gap: 30px;
  padding: 24px;
}

.sm-single-main-image {
  background: linear-gradient(135deg, #fff, #f8f1e9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.sm-single-summary h1 {
  font-size: clamp(34px, 3.4vw, 48px);
}

.sm-spec-table-compact {
  background: #fff;
}

.sm-guide-grid {
  gap: 18px;
}

.sm-guide-grid article {
  background: #fffdf9;
  box-shadow: 0 10px 22px rgba(74, 47, 32, 0.05);
}

.sm-affiliate-button {
  border-color: rgba(109, 76, 65, 0.16);
  box-shadow: 0 8px 18px rgba(74, 47, 32, 0.04);
}

.sm-affiliate-button:hover {
  transform: translateY(-1px);
  border-color: rgba(109, 76, 65, 0.30);
}

.sm-site-footer {
  margin-top: 78px;
  background:
    linear-gradient(180deg, #68422d, #3f281c);
}

.sm-footer-inner {
  max-width: var(--sm-page-max);
  min-height: 140px;
}

@media screen and (min-width: 1181px) {
  .sm-page {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 1180px) {
  .sm-page {
    padding-left: 18px;
    padding-right: 18px;
  }

  .sm-category-tile-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media screen and (max-width: 860px) {
  .sm-page {
    padding-top: 18px;
  }

  .sm-hero {
    padding: 24px 18px;
  }

  .sm-hero-grid {
    gap: 24px;
  }

  .sm-search-sidebar {
    position: static;
  }
}

/* Reference mockup balance: quiet desktop composition with rich but restrained surfaces. */
:root {
  --sm-page-max: 1280px;
  --sm-green: #6d4c41;
  --sm-green-light: #8b6a5b;
  --sm-ivory: #fbf6ee;
  --sm-border: #e1d3c7;
  --sm-text: #2e221c;
  --sm-muted: #75665e;
  --sm-shadow-soft: 0 10px 28px rgba(74, 47, 32, 0.07);
  --sm-shadow-card: 0 10px 22px rgba(74, 47, 32, 0.06);
}

body {
  background: #fbf6ee;
}

.sm-site-header {
  border-top: 0;
  border-bottom: 1px solid rgba(109, 76, 65, 0.22);
  background: rgba(255, 252, 247, 0.98);
  box-shadow: none;
}

.sm-header-inner {
  min-height: 62px;
  padding: 9px 10px;
}

.sm-brand {
  font-size: 17px;
}

.sm-brand-mark {
  width: 32px;
  height: 32px;
}

.sm-global-nav {
  gap: 20px;
  font-size: 13px;
}

.sm-global-nav a {
  font-weight: 800;
}

.sm-header-search {
  min-width: 300px;
}

.sm-menu-button {
  width: 30px;
}

.sm-page {
  padding-top: 28px;
}

.sm-hero,
.sm-search-hero,
.sm-single-hero,
.sm-internal-hero {
  border-color: rgba(109, 76, 65, 0.20);
  background: #fffdf9;
  box-shadow: none;
}

.sm-hero {
  padding: 0;
  overflow: hidden;
}

.sm-hero::before {
  content: none;
}

.sm-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(420px, 42%);
  gap: 0;
  min-height: 330px;
}

.sm-hero-copy {
  padding: 44px 42px 34px;
}

.sm-hero h1 {
  max-width: 620px;
  margin-bottom: 18px;
  font-size: clamp(40px, 4.1vw, 56px);
  line-height: 1.16;
}

.sm-hero p {
  max-width: 610px;
  font-size: 15px;
  line-height: 1.9;
}

.sm-hero-search {
  max-width: 610px;
  margin-top: 24px;
}

.sm-hero-search .sm-search-control {
  height: 58px;
}

.sm-hero-search .sm-search-control input {
  font-size: 16px;
}

.sm-hero-search .sm-search-control button {
  min-width: 108px;
  font-size: 17px;
}

.sm-trust-note {
  max-width: 610px;
  min-height: 42px;
  margin-top: 12px;
  padding: 9px 12px;
  box-shadow: none;
}

.sm-hero-visual {
  min-height: 330px;
  border: 0;
  border-left: 1px solid rgba(109, 76, 65, 0.10);
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(255, 253, 249, 0), rgba(255, 253, 249, 0.10)),
    #f6efe7;
  box-shadow: none;
}

.sm-hero-visual::after {
  content: none;
}

.sm-hero-visual img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  border-radius: 0;
  filter: none;
}

.sm-section {
  margin-top: 28px;
}

.sm-section-header {
  margin-bottom: 14px;
}

.sm-section-header h2,
.sm-product-panel h2,
.sm-affiliate-panel h2,
.sm-official-note h2,
.sm-related-products h2 {
  font-size: 22px;
}

.sm-section-header h2::after {
  content: none;
}

.sm-category-tile-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.sm-category-tile {
  min-height: 86px;
  background: #fffdf9;
  box-shadow: none;
}

.sm-category-icon {
  height: 30px;
  font-size: 26px;
}

.sm-wide-link {
  width: 380px;
  min-height: 38px;
  margin: 14px auto 0;
}

.sm-intent-grid {
  gap: 14px;
}

.sm-intent-card {
  min-height: 132px;
  padding: 18px 56px 16px 18px;
  background: #fffdf9;
  box-shadow: none;
}

.sm-intent-card strong {
  font-size: 18px;
}

.sm-intent-card span {
  line-height: 1.65;
}

.sm-intent-card em {
  padding: 7px 13px;
}

.sm-intent-card b {
  right: 18px;
  bottom: 16px;
  font-size: 36px;
}

.sm-category-tile:hover,
.sm-intent-card:hover,
.sm-product-card:hover,
.sm-category-card:hover {
  transform: translateY(-1px);
  box-shadow: var(--sm-shadow-card);
}

.sm-front-page .sm-product-grid,
.sm-products-page .sm-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.sm-product-card {
  background: #fffdf9;
  box-shadow: none;
}

.sm-product-thumb {
  aspect-ratio: 16 / 11;
  background: #f1f7f1;
}

.sm-product-card-body {
  padding: 14px 15px 15px;
}

.sm-product-card h3 {
  min-height: 44px;
  font-size: 16px;
}

.sm-card-category {
  background: #6d4c41;
}

.sm-search-hero,
.sm-internal-hero {
  padding: 26px;
}

.sm-search-results-layout {
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 18px;
}

.sm-search-sidebar {
  top: 82px;
  background: #fbfdf8;
  box-shadow: none;
}

.sm-search-results-layout .sm-product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.sm-single-hero {
  grid-template-columns: minmax(420px, 42%) minmax(0, 1fr);
  gap: 24px;
  padding: 20px;
}

.sm-single-main-image {
  background: #fff;
  box-shadow: none;
}

.sm-single-thumbs div,
.sm-spec-table-compact,
.sm-guide-grid article,
.sm-affiliate-button {
  box-shadow: none;
}

.sm-product-panel,
.sm-official-note,
.sm-related-products,
.sm-empty-state {
  background: #fffdf9;
  box-shadow: none;
}

.sm-official-note {
  background: #fffaf0;
}

.sm-site-footer {
  max-width: var(--sm-page-max);
  margin: 52px auto 0;
  border-radius: 0;
  background: linear-gradient(180deg, #68422d, #3f281c);
}

.sm-footer-inner {
  min-height: 126px;
  padding-left: 22px;
  padding-right: 22px;
}

@media screen and (max-width: 1180px) {
  .sm-hero-grid {
    grid-template-columns: 1fr;
  }

  .sm-hero-copy {
    padding: 28px 20px 18px;
  }

  .sm-hero-visual {
    min-height: 240px;
    border-left: 0;
    border-top: 1px solid rgba(109, 76, 65, 0.10);
  }
}

@media screen and (max-width: 860px) {
  .sm-header-search {
    min-width: 0;
  }

  .sm-category-tile-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm-front-page .sm-product-grid,
  .sm-products-page .sm-product-grid,
  .sm-search-results-layout .sm-product-grid {
    grid-template-columns: 1fr;
  }

  .sm-site-footer {
    margin-top: 36px;
  }
}

/* Search and detail refinements for the shared PC rough. */
.sm-chip .fa {
  margin-right: 7px;
  color: var(--sm-green);
}

.sm-button-light {
  border: 1px solid rgba(109, 76, 65, 0.20);
  background: #fffdf9;
  color: var(--sm-green);
}

.sm-button-light:hover {
  background: #f6efe7;
  color: var(--sm-green);
}

.sm-search-help-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  margin-top: 24px;
  padding: 18px 20px;
  border: 1px solid rgba(109, 76, 65, 0.22);
  border-radius: 8px;
  background: #fbfdf8;
}

.sm-search-help-card h2 {
  margin: 0 0 6px;
  font-size: 18px;
}

.sm-search-help-card p {
  margin: 0;
  color: var(--sm-muted);
  font-size: 13px;
  line-height: 1.7;
}

.sm-search-help-actions {
  display: flex;
  gap: 10px;
}

.sm-single-check-card {
  margin-top: 12px;
  padding: 16px;
  border: 1px solid rgba(109, 76, 65, 0.18);
  border-radius: 8px;
  background: #fffdf9;
}

.sm-single-check-card h2 {
  margin: 0 0 10px;
  font-size: 18px;
}

.sm-single-check-card .sm-check-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sm-single-check-card .sm-check-list li {
  position: relative;
  margin: 0;
  padding-left: 24px;
  color: var(--sm-text);
  font-size: 13px;
  line-height: 1.65;
}

.sm-single-check-card .sm-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--sm-green);
}

.sm-single-check-card .sm-check-list li::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0.72em;
  width: 5px;
  height: 3px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

@media screen and (max-width: 860px) {
  .sm-search-help-card {
    grid-template-columns: 1fr;
  }

  .sm-search-help-actions {
    flex-wrap: wrap;
  }
}

/* Requested copy and spacing fixes. */
.sm-hero h1 br {
  display: block;
}

.sm-hero-copy > p:not(.sm-trust-note) {
  max-width: 760px;
  white-space: nowrap;
}

.sm-trust-note {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.65;
}

.sm-trust-note::before {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}

.sm-front-page .sm-official-note {
  margin-bottom: 0;
}

.sm-front-page {
  padding-bottom: 18px;
}

.sm-front-page + .sm-site-footer,
.sm-front-page ~ .sm-site-footer,
body.front-top-page .sm-site-footer {
  margin-top: 8px;
}

.sm-footer-note {
  line-height: 1.8;
}

@media screen and (max-width: 860px) {
  .sm-hero-copy > p:not(.sm-trust-note) {
    white-space: normal;
  }
}

/* Pagination: square buttons matching the PC mockup. */
.pagination,
.pager-links,
.page-numbers,
.sm-pagination {
  margin-top: 26px;
}

.pagination,
.pager-links,
.sm-pagination,
.pagination .page-numbers,
.pager-links .page-numbers {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: center;
}

.pagination a,
.pagination span,
.pager-links a,
.pager-links span,
.sm-pagination .page-numbers,
.page-numbers.current,
a.page-numbers,
span.page-numbers {
  display: inline-grid;
  place-items: center;
  min-width: 46px;
  height: 46px;
  padding: 0 12px;
  border: 1px solid rgba(109, 76, 65, 0.20);
  border-radius: 8px;
  background: #fffdf9;
  color: var(--sm-text);
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.pagination .current,
.pager-links .current,
.sm-pagination .current,
.page-numbers.current {
  border-color: var(--sm-green);
  background: var(--sm-green);
  color: #fff;
}

.pagination .dots,
.pager-links .dots,
.sm-pagination .dots,
.page-numbers.dots {
  border-color: transparent;
  background: #fffdf9;
  color: var(--sm-muted);
}

.pagination a:hover,
.pager-links a:hover,
.sm-pagination a:hover,
a.page-numbers:hover {
  border-color: var(--sm-green);
  color: var(--sm-green);
}

.pagination .next,
.pager-links .next,
.sm-pagination .next {
  min-width: 54px;
}

@media screen and (max-width: 560px) {
  .pagination,
  .pager-links,
  .sm-pagination,
  .pagination .page-numbers,
  .pager-links .page-numbers {
    gap: 8px;
  }

  .pagination a,
  .pagination span,
  .pager-links a,
  .pager-links span,
  .sm-pagination .page-numbers,
  .page-numbers.current,
  a.page-numbers,
  span.page-numbers {
    min-width: 40px;
    height: 40px;
  }
}

/* FAQ/search-point cards and destination guide pages. */
.sm-intent-card {
  display: flex;
  flex-direction: column;
}

.sm-intent-body {
  display: block;
  min-height: 3.6em;
  line-height: 1.8;
}

.sm-intent-card em {
  width: fit-content;
  margin-top: auto;
}

.sm-intent-hero {
  background: #fffdf9;
}

.sm-intent-answer-panel .sm-check-list {
  display: grid;
  gap: 10px;
  list-style: none;
  padding-left: 0;
}

.sm-intent-answer-panel .sm-check-list li {
  position: relative;
  margin: 0;
  padding-left: 28px;
  color: var(--sm-text);
  line-height: 1.75;
}

.sm-intent-answer-panel .sm-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--sm-green);
}

.sm-intent-answer-panel .sm-check-list li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 0.85em;
  width: 6px;
  height: 3px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.sm-intent-next-actions .sm-section-header p {
  max-width: 760px;
  line-height: 1.8;
}

.sm-inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.sm-button-ghost {
  border: 1px solid rgba(109, 76, 65, 0.24);
  background: #fffdf9;
  color: var(--sm-green);
}

.sm-button-ghost:hover {
  background: #f5eee5;
  color: var(--sm-green);
}

/* Search result cleanup and sturdier pagination controls. */
.sm-search-results-layout-full {
  grid-template-columns: minmax(0, 1fr);
}

.sm-search-results-layout-full .sm-search-results-main {
  min-width: 0;
}

.pagination a,
.pagination span,
.pager-links a,
.pager-links span,
.sm-pagination .page-numbers,
.page-numbers.current,
a.page-numbers,
span.page-numbers {
  box-sizing: border-box;
  width: auto;
  max-width: none;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
}

.pagination .prev,
.pagination .next,
.pager-links .prev,
.pager-links .next,
.sm-pagination .prev,
.sm-pagination .next,
a.page-numbers.prev,
a.page-numbers.next {
  min-width: 64px;
  padding-right: 14px;
  padding-left: 14px;
}

.pagination .prev br,
.pagination .next br,
.pager-links .prev br,
.pager-links .next br,
.sm-pagination .prev br,
.sm-pagination .next br {
  display: none;
}

@media screen and (max-width: 560px) {
  .pagination .prev,
  .pagination .next,
  .pager-links .prev,
  .pager-links .next,
  .sm-pagination .prev,
  .sm-pagination .next,
  a.page-numbers.prev,
  a.page-numbers.next {
    min-width: 56px;
  }
}
