@charset "UTF-8";

/*!
Theme Name: セブン商品検索 Cocoon Child
Description: 7elev.fun renewal child theme for セブン商品検索.
Theme URI: https://7elev.fun/
Author: 7elev.fun
Author URI: https://7elev.fun/
Template:   cocoon-master
Version:    1.0.0
*/

:root {
  --se-bg: #f6f7f9;
  --se-surface: #fff;
  --se-border: #d9dde3;
  --se-border-soft: #eceff3;
  --se-text: #1f2328;
  --se-muted: #667085;
  --se-red: #f5008c;
  --se-red-soft: #fff0f8;
  --se-blue: #1d6fb8;
  --se-blue-soft: #eef6ff;
  --se-green: #16834a;
  --se-green-soft: #edf9f1;
  --se-orange: #b65f00;
  --se-orange-soft: #fff5e8;
  --se-shadow: 0 8px 24px rgba(31, 35, 40, 0.08);
}

.se-products-theme {
  margin: 0;
  background: var(--se-bg);
  color: var(--se-text);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.6;
  text-size-adjust: 100%;
}

.se-products-theme *,
.se-products-theme *::before,
.se-products-theme *::after {
  box-sizing: border-box;
}

.se-products-theme img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.se-products-theme .screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.se-product-layout #header-container,
.se-product-layout .header-container,
.se-product-layout #navi,
.se-product-layout .navi,
.se-product-layout #sidebar,
.se-product-layout .sidebar,
.se-product-layout #sidebar-scroll,
.se-product-layout .sidebar-scroll,
.se-product-layout #footer,
.se-product-layout #footer-container,
.se-product-layout .footer {
  display: none;
}

.se-product-layout #container,
.se-product-layout .container,
.se-product-layout #content,
.se-product-layout .content,
.se-product-layout .content-in,
.se-product-layout .main,
.se-product-layout #main {
  box-sizing: border-box;
  float: none;
  clear: both;
  width: 100%;
  max-width: none;
  min-width: 0;
  margin-right: auto;
  margin-left: auto;
}

.se-product-layout #content,
.se-product-layout .content,
.se-product-layout .content-in {
  display: block;
  padding-right: 0;
  padding-left: 0;
}

.se-product-layout .wrap,
.se-product-layout .content-in.wrap {
  width: 100%;
  max-width: none;
}

.se-product-layout .main {
  padding: 0;
  border: 0;
  background: transparent;
}

.se-page {
  max-width: 1160px;
  margin: 0 auto;
  padding: 18px 16px 34px;
}

.se-product-layout .se-page {
  width: 100%;
  max-width: 1160px !important;
  margin-right: auto;
  margin-left: auto;
}

.se-page a {
  color: inherit;
  text-decoration: none;
}

.se-cocoon-ad {
  width: 100%;
  max-width: 100%;
  margin: 22px auto;
  clear: both;
  text-align: center;
}

.se-cocoon-ad:first-child {
  margin-top: 0;
}

.se-cocoon-ad .ad-area {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  background: transparent;
}

.se-cocoon-ad .ad-label,
.se-cocoon-ad .ad-label-caption {
  color: var(--se-muted);
  font-size: 11px;
}

.se-cocoon-ad ins.adsbygoogle {
  max-width: 100%;
}

.se-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  border-top: 2px solid var(--se-red);
  border-bottom: 1px solid var(--se-border);
  box-shadow: 0 1px 0 rgba(31, 35, 40, 0.02);
  backdrop-filter: blur(10px);
}

.se-auto-ad-exclude {
  break-inside: avoid;
  page-break-inside: avoid;
}

.se-site-header__unit {
  display: block;
  width: 100%;
  isolation: isolate;
}

.se-site-header a {
  color: var(--se-text);
  text-decoration: none;
}

.se-site-header__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  align-items: center;
  max-width: 1120px;
  min-height: 58px;
  margin: 0 auto;
  padding: 0 16px;
}

.se-site-brand {
  display: flex;
  gap: 8px;
  align-items: baseline;
  font-weight: 700;
  white-space: nowrap;
}

.se-site-brand__name {
  color: #101828;
  font-size: 18px;
  font-weight: 800;
}

.se-site-brand__year {
  color: var(--se-muted);
  font-size: 12px;
}

.se-site-nav {
  display: flex;
  justify-content: center;
  gap: 22px;
  font-size: 13px;
  font-weight: 700;
}

.se-site-nav a {
  color: #344054;
}

.se-site-nav a:hover,
.se-site-brand:hover {
  color: var(--se-red);
}

.se-site-search {
  display: flex;
  align-items: center;
  min-width: 210px;
}

.se-search-form {
  display: flex;
  align-items: stretch;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  border-radius: 6px;
}

.se-search-form input[type="search"] {
  min-width: 0;
  width: 100%;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--se-border);
  border-radius: 6px 0 0 6px;
  background: #fff;
  color: var(--se-text);
  font-size: 14px;
}

.se-search-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 54px;
  width: 54px;
  min-height: 42px;
  padding: 0;
  border: 0;
  border-radius: 0 6px 6px 0;
  background: var(--se-red);
  color: #fff;
  cursor: pointer;
}

.se-search-form__icon {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.se-hero {
  padding: 28px 0 24px;
  text-align: center;
}

.se-hero h1 {
  margin: 0 0 12px;
  color: var(--se-text);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
}

.se-hero p {
  max-width: 680px;
  margin: 0 auto 18px;
  color: var(--se-muted);
  font-size: 15px;
  line-height: 1.7;
}

.se-hero .se-search-form {
  max-width: 600px;
  margin: 0 auto;
  box-shadow: var(--se-shadow);
}

.se-search-panel {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(280px, 1.2fr);
  gap: 14px;
  align-items: center;
  margin: 16px 0 18px;
  padding: 14px;
  border: 1px solid var(--se-border);
  border-radius: 8px;
  background: var(--se-surface);
}

.se-search-panel--compact {
  margin-top: 12px;
}

.se-search-panel__head {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.se-search-panel__head h2 {
  margin: 0;
  color: var(--se-text);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0;
}

.se-search-panel__head p {
  margin: 0;
  color: var(--se-muted);
  font-size: 13px;
  line-height: 1.6;
}

.se-quick-label {
  margin-top: 16px;
  color: #344054;
  font-size: 12px;
  font-weight: 700;
}

.se-quick-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 8px 0 10px;
  padding: 0;
  list-style: none;
}

.se-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 13px;
  border: 1px solid var(--se-border);
  border-radius: 999px;
  background: #fff;
  color: #344054;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.se-pill:hover {
  border-color: #c8ced8;
  background: #fafafa;
}

.se-pill.is-active {
  border-color: var(--se-red);
  background: #fff5f5;
  color: var(--se-red);
}

.se-meta-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  color: var(--se-muted);
  font-size: 12px;
}

.se-meta-row--left {
  justify-content: flex-start;
  margin-top: 10px;
}

.se-section {
  margin-top: 24px;
}

.se-archive-header {
  padding: 8px 0 10px;
}

.se-hero--compact {
  padding-top: 18px;
}

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

.se-section__head h2,
.se-archive-title,
.se-product-title {
  margin: 0;
  color: var(--se-text);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
}

.se-section__head p,
.se-archive-lead {
  margin: 6px 0 0;
  color: var(--se-muted);
  font-size: 14px;
  line-height: 1.7;
}

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

.se-category-tile {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 62px;
  padding: 8px 10px;
  border: 1px solid var(--se-border);
  border-radius: 8px;
  background: var(--se-surface);
}

.se-category-tile:hover {
  border-color: #c7ced8;
  box-shadow: 0 4px 14px rgba(31, 35, 40, 0.06);
}

.se-category-tile__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 6px;
  background: var(--se-bg);
  color: #40526b;
  font-size: 14px;
  font-weight: 800;
}

.se-category-tile__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.se-category-tile strong {
  display: block;
  color: #344054;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
}

.se-category-tile span {
  display: block;
  margin-top: 2px;
  color: var(--se-muted);
  font-size: 11px;
}

.se-category-link-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.se-category-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid var(--se-border);
  border-radius: 8px;
  background: #fff;
  color: #344054;
  font-size: 13px;
  font-weight: 700;
}

.se-category-link:hover {
  border-color: #c7ced8;
  background: #fafafa;
}

.se-category-link small {
  flex: 0 0 auto;
  color: var(--se-muted);
  font-size: 11px;
  font-weight: 700;
}

.se-category-hub {
  margin-top: 18px;
  padding: 16px;
  border: 1px solid var(--se-border);
  border-radius: 8px;
  background: var(--se-surface);
}

.se-hub-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.se-hub-card {
  display: block;
  padding: 14px;
  border: 1px solid var(--se-border-soft);
  border-radius: 8px;
  background: #fafafa;
  color: var(--se-text);
  text-decoration: none;
}

.se-hub-card:hover {
  border-color: #c7ced8;
  background: #fff;
}

.se-hub-card strong {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}

.se-hub-card span {
  color: var(--se-muted);
  font-size: 12px;
  line-height: 1.5;
}

.se-hub-usage {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 12px;
  color: var(--se-muted);
  font-size: 12px;
}

.se-category-spotlight {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 14px 0 18px;
}

.se-category-spotlight__panel {
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--se-border);
  border-radius: 8px;
  background: var(--se-surface);
}

.se-category-spotlight__panel h2 {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
}

.se-category-spotlight__panel p {
  margin: 4px 0 10px;
  color: var(--se-muted);
  font-size: 12px;
  line-height: 1.55;
}

.se-mini-product-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.se-mini-product {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 9px;
  align-items: center;
  min-width: 0;
  color: var(--se-text);
  text-decoration: none;
}

.se-mini-product__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 6px;
  background: #f2f4f7;
}

.se-mini-product__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.se-mini-product__image .se-image-placeholder {
  width: 100%;
  height: 100%;
  font-size: 10px;
}

.se-mini-product__image .se-image-placeholder::before {
  display: none;
}

.se-mini-product__body {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.se-mini-product__body strong {
  overflow: hidden;
  font-size: 12px;
  line-height: 1.45;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.se-mini-product__body span {
  color: var(--se-muted);
  font-size: 11px;
  line-height: 1.45;
}

.se-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 11px;
}

.se-product-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--se-border);
  border-radius: 8px;
  background: var(--se-surface);
}

.se-product-card:hover {
  border-color: #c7ced8;
  box-shadow: 0 5px 18px rgba(31, 35, 40, 0.07);
}

.se-product-card__image {
  position: relative;
  display: block;
  aspect-ratio: 5 / 3;
  overflow: hidden;
  background: #f1f3f5;
}

.se-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.se-image-placeholder {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #f2f4f7;
  color: #667085;
  font-size: 12px;
  font-weight: 700;
}

.se-image-placeholder::before {
  display: block;
  width: 34px;
  height: 24px;
  border: 2px solid #cfd5df;
  border-radius: 5px;
  content: "";
}

.se-product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 7px;
  padding: 9px 10px 11px;
}

.se-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.se-badge {
  display: inline-flex;
  align-items: center;
  min-height: 19px;
  padding: 0 6px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.se-badge--red {
  background: var(--se-red-soft);
  color: var(--se-red);
}

.se-badge--green {
  background: var(--se-green-soft);
  color: var(--se-green);
}

.se-badge--blue {
  background: var(--se-blue-soft);
  color: var(--se-blue);
}

.se-badge--orange {
  background: var(--se-orange-soft);
  color: var(--se-orange);
}

.se-product-card__title {
  display: -webkit-box;
  min-height: 38px;
  margin: 0;
  overflow: hidden;
  color: var(--se-text);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.se-product-card__price {
  color: var(--se-red);
  font-weight: 700;
}

.se-product-card__details {
  display: grid;
  gap: 2px;
  margin-top: auto;
  color: #475467;
  font-size: 11px;
  line-height: 1.45;
}

.se-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 18px 0;
  padding: 12px;
  border: 1px solid var(--se-border);
  border-radius: 8px;
  background: var(--se-surface);
}

.se-filter-bar .se-pill {
  border-radius: 6px;
}

.se-filter-select {
  min-height: 32px;
  margin-left: auto;
  border: 1px solid var(--se-border);
  border-radius: 6px;
  background: #fff;
  color: var(--se-text);
}

.se-store-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.se-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid var(--se-border);
  border-radius: 6px;
  background: #fff;
  color: #344054;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.se-button--primary {
  border-color: var(--se-red);
  background: var(--se-red);
  color: #fff;
}

a.se-button--primary,
a.se-button--primary:link,
a.se-button--primary:visited,
a.se-button--primary:hover,
a.se-button--primary:focus {
  color: #fff;
}

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

.se-info-card {
  padding: 16px;
  border: 1px solid var(--se-border);
  border-radius: 8px;
  background: var(--se-surface);
}

.se-info-card h3 {
  margin: 0 0 8px;
  font-size: 15px;
}

.se-info-card p {
  margin: 0;
  color: #475467;
  font-size: 13px;
  line-height: 1.7;
}

.se-static-content {
  max-width: 820px;
  margin: 0 auto;
  padding: 22px;
  border: 1px solid var(--se-border);
  border-radius: 8px;
  background: var(--se-surface);
}

.se-static-content section + section,
.se-entry-body > * + * {
  margin-top: 18px;
}

.se-static-content h2 {
  margin: 24px 0 10px;
  font-size: 18px;
  line-height: 1.5;
}

.se-static-content h3 {
  margin: 20px 0 8px;
  font-size: 15px;
}

.se-static-content p,
.se-static-content li {
  color: #475467;
  font-size: 14px;
  line-height: 1.9;
}

.se-static-content ul,
.se-static-content ol {
  padding-left: 1.4em;
}

.se-contact-box {
  padding: 16px;
  border: 1px solid var(--se-border-soft);
  border-radius: 8px;
  background: #fafafa;
}

.se-small-note {
  margin-top: 10px;
  color: var(--se-muted);
  font-size: 12px;
}

.se-breadcrumbs {
  margin: 0 0 14px;
  color: var(--se-muted);
  font-size: 12px;
}

.se-breadcrumbs a {
  color: var(--se-blue);
}

.se-product-summary {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: 22px;
  align-items: start;
  margin-top: 16px;
}

.se-product-gallery,
.se-product-info,
.se-advice-box,
.se-related-card {
  border: 1px solid var(--se-border);
  border-radius: 8px;
  background: var(--se-surface);
}

.se-product-gallery {
  overflow: hidden;
}

.se-product-gallery__main {
  aspect-ratio: 4 / 3;
  background: #f1f3f5;
}

.se-product-gallery__main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.se-product-gallery__thumbs {
  display: flex;
  gap: 8px;
  padding: 10px;
  overflow-x: auto;
  border-top: 1px solid var(--se-border-soft);
  background: #fff;
}

.se-product-gallery__thumbs button {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--se-border);
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
}

.se-product-gallery__thumbs button[aria-current="true"] {
  border-color: var(--se-blue);
  box-shadow: 0 0 0 2px var(--se-blue-soft);
}

.se-product-gallery__thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.se-product-info {
  padding: 16px;
}

.se-product-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 8px;
}

.se-product-price {
  margin: 8px 0 14px;
  color: var(--se-red);
  font-size: 18px;
  font-weight: 700;
}

.se-spec-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--se-border);
  border-radius: 8px;
  background: #fff;
  font-size: 14px;
}

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

.se-spec-table th {
  width: 34%;
  background: #fafafa;
  color: #344054;
  font-weight: 700;
}

.se-spec-table tr:last-child th,
.se-spec-table tr:last-child td {
  border-bottom: 0;
}

.se-warning {
  display: flex;
  gap: 10px;
  margin-top: 14px;
  padding: 12px;
  border: 1px solid #f1b8b8;
  border-radius: 8px;
  background: var(--se-red-soft);
  color: #8a171a;
  font-size: 13px;
  line-height: 1.6;
}

.se-official-link {
  margin: 12px 0 0;
  font-size: 13px;
}

.se-official-link a {
  color: var(--se-blue);
  text-decoration: underline;
}

.se-product-seo-summary {
  margin-top: 22px;
  padding: 16px;
  border: 1px solid var(--se-border);
  border-radius: 8px;
  background: var(--se-surface);
}

.se-product-seo-summary__head {
  display: grid;
  gap: 6px;
  margin-bottom: 12px;
}

.se-product-seo-summary__head h2 {
  margin: 0;
  font-size: 19px;
  line-height: 1.45;
}

.se-product-seo-summary__head p {
  margin: 0;
  color: var(--se-muted);
  font-size: 13px;
  line-height: 1.7;
}

.se-product-seo-summary__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.se-product-seo-summary__item {
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid var(--se-border-soft);
  border-radius: 8px;
  background: #fafafa;
}

.se-product-seo-summary__item dt {
  margin: 0 0 4px;
  color: var(--se-muted);
  font-size: 12px;
  font-weight: 700;
}

.se-product-seo-summary__item dd {
  margin: 0;
  color: var(--se-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.se-product-seo-summary__notes {
  display: grid;
  gap: 4px;
  margin-top: 12px;
  color: var(--se-muted);
  font-size: 12px;
  line-height: 1.7;
}

.se-product-seo-summary__notes p {
  margin: 0;
}

.se-advice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.se-advice-box {
  padding: 14px;
}

.se-advice-box h2,
.se-advice-box h3 {
  margin: 0 0 8px;
  font-size: 16px;
}

.se-advice-box ul {
  margin: 0;
  padding-left: 1.2em;
  color: #344054;
  font-size: 14px;
  line-height: 1.8;
}

.se-product-intent-box {
  margin-top: 22px;
}

.se-entry-content {
  margin-top: 24px;
  padding: 18px;
  border: 1px solid var(--se-border);
  border-radius: 8px;
  background: var(--se-surface);
}

.se-generated-content {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.se-body-section {
  padding: 18px;
  border: 1px solid var(--se-border);
  border-radius: 8px;
  background: var(--se-surface);
}

.se-body-section h2 {
  margin: 0 0 10px;
  color: var(--se-text);
  font-size: 18px;
  line-height: 1.45;
  letter-spacing: 0;
}

.se-body-section p {
  margin: 0 0 10px;
  color: #344054;
  font-size: 15px;
  line-height: 1.8;
}

.se-body-section p:last-child {
  margin-bottom: 0;
}

.se-body-section ul {
  margin: 0;
  padding-left: 1.2em;
  color: #344054;
  font-size: 15px;
  line-height: 1.85;
}

.se-body-section--intro {
  border-left: 4px solid var(--se-red);
}

.se-faq-list {
  display: grid;
  gap: 10px;
  margin: 0;
}

.se-faq-list dt {
  font-weight: 700;
}

.se-faq-list dd {
  margin: 4px 0 0;
  color: #475467;
  line-height: 1.8;
}

.se-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.se-pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.se-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 38px;
  padding: 0 10px;
  border: 1px solid var(--se-border);
  border-radius: 6px;
  background: #fff;
  color: var(--se-text);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.se-pagination .prev,
.se-pagination .next {
  min-width: 48px;
  padding-inline: 12px;
}

.se-pagination .current {
  border-color: var(--se-red);
  background: var(--se-red);
  color: #fff;
}

.se-notice {
  margin-top: 28px;
  padding: 14px;
  border: 1px solid var(--se-border);
  border-radius: 8px;
  background: #fff;
  color: #475467;
  font-size: 13px;
  line-height: 1.7;
}

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

.se-site-footer__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  max-width: 1120px;
  margin: 0 auto;
  padding: 18px 16px;
  color: var(--se-muted);
  font-size: 12px;
}

.se-site-footer__inner a {
  color: #475467;
}

@media screen and (max-width: 1023px) {
  .se-site-header__inner {
    grid-template-columns: 1fr auto;
  }

  .se-site-nav {
    display: none;
  }

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

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

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

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

  .se-info-grid {
    grid-template-columns: 1fr;
  }

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

@media screen and (max-width: 834px) {
  .se-page {
    padding: 16px 10px 32px;
  }

  .se-site-header__inner {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 8px 10px;
  }

  .se-site-search {
    width: 100%;
  }

  .se-hero {
    padding: 22px 0 18px;
    text-align: left;
  }

  .se-hero h1 {
    font-size: 22px;
  }

  .se-hero p,
  .se-meta-row,
  .se-quick-links {
    justify-content: flex-start;
    text-align: left;
  }

  .se-search-panel {
    grid-template-columns: 1fr;
  }

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

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

  .se-hub-grid {
    grid-template-columns: 1fr;
  }

  .se-category-spotlight__panel {
    padding: 12px;
  }

  .se-product-grid,
  .se-related-grid {
    grid-template-columns: 1fr;
  }

  .se-product-card {
    display: grid;
    grid-template-columns: 112px 1fr;
  }

  .se-product-card__image {
    aspect-ratio: 1;
  }

  .se-advice-grid,
  .se-product-seo-summary__grid {
    grid-template-columns: 1fr;
  }

  .se-cocoon-ad {
    margin: 16px auto;
  }

  .se-filter-select {
    width: 100%;
    margin-left: 0;
  }
}

/* Design refresh: closer to the supplied 7elev.fun mockups. */
:root {
  --se-bg: #f7f8f7;
  --se-surface: #fff;
  --se-border: #dfe4e2;
  --se-border-soft: #edf1ee;
  --se-text: #161a17;
  --se-muted: #68736d;
  --se-red: #007a3d;
  --se-red-soft: #eaf7ef;
  --se-blue: #2774ae;
  --se-blue-soft: #eef7ff;
  --se-green: #007a3d;
  --se-green-soft: #e8f6ee;
  --se-orange: #ff6b00;
  --se-orange-soft: #fff2e7;
  --se-shadow: 0 12px 30px rgba(18, 34, 25, 0.08);
}

.se-products-theme {
  background:
    radial-gradient(circle at 15% 0%, rgba(0, 122, 61, 0.06), transparent 28%),
    linear-gradient(180deg, #fff 0, #f7f8f7 380px);
}

.se-page {
  max-width: 1180px;
  padding-top: 18px;
}

.se-site-header {
  position: sticky;
  border-top: 0;
  border-bottom: 1px solid rgba(22, 26, 23, 0.08);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 4px 18px rgba(22, 26, 23, 0.05);
}

.se-site-header__inner {
  grid-template-columns: minmax(190px, auto) minmax(280px, 1fr) auto;
  max-width: 1180px;
  min-height: 86px;
}

.se-site-brand {
  gap: 8px;
  align-items: center;
}

.se-site-brand__mark {
  color: #f0441d;
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
}

.se-site-brand__text {
  display: grid;
  gap: 0;
}

.se-site-brand__name {
  color: #007a3d;
  font-size: 31px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.se-site-brand__tagline {
  color: #45514a;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.55;
}

.se-site-search {
  justify-self: end;
  width: min(100%, 360px);
}

.se-site-actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}

.se-site-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  color: #242a26;
  font-size: 20px;
  font-weight: 800;
}

.se-site-nav {
  grid-column: 1 / -1;
  gap: 18px;
  justify-content: center;
  min-height: 42px;
  border-top: 1px solid var(--se-border-soft);
}

.se-site-nav a {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  min-height: 42px;
  color: #242a26;
  border-bottom: 3px solid transparent;
}

.se-site-nav a.is-current,
.se-site-nav a:hover {
  color: var(--se-green);
  border-bottom-color: var(--se-green);
}

.se-site-nav a,
.se-product-card,
.se-featured-card,
.se-category-tile,
.se-ranking-item,
.se-button,
.se-pill {
  transition: transform 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease, color 0.16s ease;
}

.se-product-card:hover,
.se-featured-card:hover,
.se-category-tile:hover,
.se-ranking-item:hover {
  transform: translateY(-2px);
}

.se-search-form {
  border: 1px solid var(--se-border);
  border-radius: 8px;
  background: #fff;
}

.se-search-form input[type="search"] {
  min-height: 44px;
  border: 0;
  border-radius: 8px 0 0 8px;
  background: #fff;
}

.se-search-form button {
  flex-basis: 54px;
  width: 54px;
  min-height: 44px;
  border-radius: 0 8px 8px 0;
  background: linear-gradient(180deg, #008944 0%, #006f36 100%);
}

.se-search-form button:hover {
  background: linear-gradient(180deg, #009a4d 0%, #007a3d 100%);
}

.se-home-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: 28px;
  align-items: center;
  min-height: 300px;
  margin: 0 -16px 0;
  padding: 28px 28px 22px;
  overflow: hidden;
  border-bottom: 1px solid var(--se-border);
  background:
    radial-gradient(circle at 82% 12%, rgba(255, 107, 0, 0.16), transparent 24%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.88) 48%, rgba(255, 255, 255, 0.25) 100%),
    linear-gradient(135deg, #fff 0%, #f3f8f4 100%);
}

.se-home-hero__copy h1 {
  margin: 0 0 12px;
  color: #141814;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.22;
  letter-spacing: 0;
}

.se-home-hero__copy h1 span {
  color: var(--se-green);
}

.se-home-hero__copy p {
  max-width: 560px;
  margin: 0 0 18px;
  color: #3d4741;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
}

.se-home-hero__copy .se-search-form {
  max-width: 520px;
  box-shadow: var(--se-shadow);
}

.se-hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.se-hero-chips a {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  min-height: 31px;
  padding: 0 11px;
  border: 1px solid var(--se-border);
  border-radius: 999px;
  background: #fff;
  color: #39443d;
  font-size: 12px;
  font-weight: 800;
}

.se-hero-chips img {
  width: 21px;
  height: 21px;
  object-fit: contain;
}

.se-home-hero__visual {
  position: relative;
  min-height: 290px;
}

.se-hero-plate {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 122, 61, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 45px rgba(18, 34, 25, 0.14);
}

.se-hero-plate img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.se-hero-plate--main {
  right: 24px;
  bottom: 8px;
  width: 340px;
  height: 210px;
  padding: 16px;
}

.se-hero-plate--onigiri {
  left: 16px;
  top: 18px;
  width: 150px;
  height: 128px;
  padding: 14px;
  transform: rotate(-5deg);
}

.se-hero-plate--bento {
  left: 172px;
  top: 8px;
  width: 164px;
  height: 128px;
  padding: 10px;
  transform: rotate(4deg);
}

.se-hero-plate--drink {
  right: 28px;
  top: 12px;
  width: 150px;
  height: 122px;
  padding: 12px;
  transform: rotate(6deg);
}

.se-feature-strip,
.se-service-strip,
.se-home-panel,
.se-featured-articles,
.se-category-showcase,
.se-static-content,
.se-product-gallery,
.se-product-info,
.se-product-seo-summary,
.se-body-section,
.se-entry-content,
.se-advice-box {
  border: 1px solid var(--se-border);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 24px rgba(18, 34, 25, 0.05);
}

.se-feature-strip,
.se-home-panel,
.se-featured-articles,
.se-category-showcase,
.se-service-strip {
  position: relative;
}

.se-feature-strip::before,
.se-home-panel::before,
.se-featured-articles::before,
.se-category-showcase::before {
  position: absolute;
  top: 0;
  left: 16px;
  right: 16px;
  height: 3px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, var(--se-green), var(--se-orange), #ef4444);
  content: "";
}

.se-feature-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 14px auto 0;
  overflow: hidden;
}

.se-feature-strip__item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 76px;
  padding: 12px 18px;
  border-right: 1px solid var(--se-border-soft);
}

.se-feature-strip__item:last-child {
  border-right: 0;
}

.se-feature-strip__item img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}

.se-feature-strip__item strong,
.se-service-strip__item strong {
  display: block;
  color: #17211a;
  font-size: 15px;
  font-weight: 900;
}

.se-feature-strip__item span {
  display: block;
  margin-top: 2px;
  color: var(--se-muted);
  font-size: 12px;
  font-weight: 700;
}

.se-section {
  margin-top: 18px;
}

.se-section__head {
  align-items: center;
}

.se-section__head h2 {
  color: #152019;
  font-size: 20px;
}

.se-view-more {
  color: var(--se-green);
  font-size: 12px;
  font-weight: 900;
}

.se-view-more::after {
  margin-left: 6px;
  content: "→";
}

.se-featured-articles,
.se-home-panel,
.se-category-showcase,
.se-service-strip {
  padding: 16px;
}

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

.se-featured-card {
  position: relative;
  display: grid;
  overflow: hidden;
  border: 1px solid var(--se-border);
  border-radius: 12px;
  background: #fff;
}

.se-featured-card__image {
  display: block;
  aspect-ratio: 16 / 7;
  overflow: hidden;
  background: #f4f6f5;
}

.se-featured-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.se-featured-card__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  padding: 3px 9px;
  border-radius: 999px;
  background: var(--se-orange);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}

.se-featured-card__body {
  display: grid;
  gap: 6px;
  padding: 12px 14px 14px;
}

.se-featured-card__body strong {
  color: var(--se-text);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.45;
}

.se-featured-card__body span {
  color: var(--se-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.7;
}

.se-home-duo {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: 14px;
  margin-top: 14px;
}

.se-product-grid--home {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 9px;
}

.se-ranking-list {
  display: grid;
  gap: 9px;
}

.se-ranking-item {
  display: grid;
  grid-template-columns: 34px 72px 1fr;
  gap: 10px;
  align-items: center;
  min-width: 0;
  padding: 9px;
  border: 1px solid var(--se-border-soft);
  border-radius: 10px;
  background: #fff;
}

.se-ranking-item__rank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffc84d, #d98500);
  color: #fff;
  font-weight: 900;
}

.se-ranking-item__image {
  width: 72px;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 10px;
  background: #f6f7f6;
}

.se-ranking-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.se-ranking-item__body {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.se-ranking-item__body strong {
  display: -webkit-box;
  overflow: hidden;
  color: var(--se-text);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.se-ranking-item__body span {
  color: var(--se-orange);
  font-size: 12px;
  font-weight: 900;
}

.se-category-grid {
  gap: 12px;
}

.se-category-tile {
  grid-template-columns: 72px 1fr;
  min-height: 86px;
  padding: 12px;
  border-radius: 12px;
  background: #fff;
}

.se-category-tile__image {
  width: 72px;
  border-radius: 10px;
  background: #fbfcfb;
}

.se-category-tile__image img {
  padding: 6px;
  object-fit: contain;
}

.se-category-tile strong {
  color: #17211a;
  font-size: 14px;
  font-weight: 900;
}

.se-service-strip {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 1fr);
  gap: 12px;
  align-items: center;
  margin-top: 18px;
}

.se-service-strip__lead {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 12px;
  align-items: center;
  min-width: 0;
}

.se-service-strip__lead img,
.se-service-strip__item img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.se-service-strip__lead p {
  margin: 0;
  color: #3e4a43;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.7;
}

.se-service-strip__item {
  display: grid;
  gap: 8px;
  justify-items: center;
  min-height: 128px;
  padding: 12px;
  border: 1px solid var(--se-border-soft);
  border-radius: 12px;
  background: #f8fbf9;
  text-align: center;
}

.se-product-card {
  border-radius: 12px;
  box-shadow: 0 5px 18px rgba(18, 34, 25, 0.04);
}

.se-product-card__image {
  aspect-ratio: 4 / 3;
}

.se-product-card__image img {
  object-fit: cover;
}

.se-product-card__body {
  gap: 8px;
  padding: 10px 12px 13px;
}

.se-product-card__title {
  color: #151a16;
  font-size: 13px;
  font-weight: 900;
}

.se-product-card__details {
  grid-template-columns: repeat(2, minmax(0, auto));
  align-items: center;
  column-gap: 10px;
  row-gap: 4px;
  color: #5b665f;
  font-weight: 700;
}

.se-product-card__price {
  color: #111;
  font-size: 16px;
  font-weight: 900;
}

.se-product-card__category {
  justify-self: start;
  padding: 2px 8px;
  border-radius: 999px;
  background: #f2f5f3;
  color: #69756d;
  font-size: 11px;
}

.se-badge {
  min-height: 22px;
  padding: 0 9px;
  border-radius: 999px;
  color: #fff;
  font-weight: 900;
}

.se-badge--orange {
  background: var(--se-orange);
  color: #fff;
}

.se-badge--green {
  background: var(--se-green);
  color: #fff;
}

.se-badge--blue {
  background: #2d83c5;
  color: #fff;
}

.se-badge--red {
  background: #ef4444;
  color: #fff;
}

.se-image-placeholder--icon::before {
  display: none;
}

.se-image-placeholder--icon img {
  width: 80%;
  height: 80%;
  object-fit: contain;
}

.se-search-results-page .se-breadcrumbs {
  margin-top: 4px;
}

.se-search-head {
  display: grid;
  gap: 16px;
  max-width: 660px;
  padding: 18px 0 10px;
}

.se-search-head h1 {
  margin: 0;
  color: #151a16;
  font-size: 29px;
  font-weight: 900;
  letter-spacing: 0;
}

.se-search-head h1 span {
  margin-left: 10px;
  color: var(--se-green);
  font-size: 18px;
}

.se-result-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin: 18px 0;
}

.se-result-toolbar p {
  margin: 0;
  color: var(--se-muted);
  font-size: 13px;
  font-weight: 800;
}

.se-result-toolbar .se-filter-bar {
  flex: 1 1 auto;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.se-filter-select {
  min-height: 38px;
  padding: 0 12px;
  border-radius: 8px;
  font-weight: 800;
}

.se-product-summary {
  grid-template-columns: minmax(0, 1.04fr) minmax(350px, 0.96fr);
  gap: 28px;
}

.se-product-gallery,
.se-product-info {
  border-radius: 14px;
}

.se-product-gallery__main {
  aspect-ratio: 1;
  background: #fff;
}

.se-product-gallery__thumbs {
  justify-content: center;
  border-top: 0;
}

.se-product-gallery__thumbs button {
  width: 72px;
  height: 58px;
  border-radius: 10px;
}

.se-product-info {
  padding: 10px 0 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.se-product-title {
  font-size: 30px;
}

.se-product-info .se-product-seo-summary__grid {
  margin-top: 18px;
}

.se-product-info .se-product-seo-summary__item {
  padding: 15px 12px;
  border-color: var(--se-border);
  border-radius: 12px;
  background: #fff;
  text-align: center;
}

.se-product-info .se-product-seo-summary__item dt {
  font-size: 12px;
}

.se-product-info .se-product-seo-summary__item dd {
  color: #101612;
  font-size: 18px;
  font-weight: 900;
}

.se-product-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 20px 0;
}

.se-button {
  min-height: 46px;
  border-radius: 10px;
  font-weight: 900;
}

.se-site-footer {
  margin-top: 22px;
  border-top: 1px solid var(--se-border);
  background: #fff;
}

.se-site-footer__inner {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  gap: 28px;
  justify-content: stretch;
  max-width: 1180px;
  padding: 30px 16px 26px;
}

.se-site-footer__brand p {
  max-width: 300px;
  margin: 12px 0;
  color: #59645d;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
}

.se-site-brand--footer .se-site-brand__mark {
  font-size: 36px;
}

.se-site-brand--footer .se-site-brand__name {
  font-size: 27px;
}

.se-footer-social {
  display: flex;
  gap: 9px;
}

.se-footer-social span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid var(--se-border);
  border-radius: 999px;
  color: #344039;
  font-weight: 900;
}

.se-site-footer__nav {
  display: grid;
  align-content: start;
  gap: 6px;
}

.se-site-footer__nav h2 {
  margin: 0 0 5px;
  color: #17211a;
  font-size: 13px;
  font-weight: 900;
}

.se-site-footer__nav a,
.se-site-footer__nav span {
  color: #59645d;
  font-size: 12px;
  font-weight: 700;
}

.se-site-footer__bar {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 13px max(16px, calc((100vw - 1180px) / 2));
  background: #007a3d;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.se-site-footer__bar a {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .se-site-header__inner {
    grid-template-columns: 1fr auto;
  }

  .se-site-nav {
    display: flex;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .se-site-nav::-webkit-scrollbar {
    display: none;
  }

  .se-site-search {
    grid-column: 1 / -1;
    justify-self: stretch;
    width: 100%;
  }

  .se-home-hero,
  .se-home-duo,
  .se-service-strip,
  .se-site-footer__inner {
    grid-template-columns: 1fr;
  }

  .se-home-hero__visual {
    min-height: 230px;
  }

  .se-feature-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media screen and (max-width: 834px) {
  .se-page {
    padding-right: 12px;
    padding-left: 12px;
  }

  .se-site-brand__mark {
    font-size: 34px;
  }

  .se-site-brand__name {
    font-size: 25px;
  }

  .se-site-actions {
    display: none;
  }

  .se-home-hero {
    margin: 0 -12px;
    padding: 22px 16px 16px;
  }

  .se-home-hero__copy h1 {
    font-size: 32px;
  }

  .se-home-hero__visual {
    display: none;
  }

  .se-feature-strip,
  .se-featured-grid,
  .se-product-grid--home,
  .se-category-grid,
  .se-product-actions {
    grid-template-columns: 1fr;
  }

  .se-feature-strip__item {
    border-right: 0;
    border-bottom: 1px solid var(--se-border-soft);
  }

  .se-product-card {
    grid-template-columns: 120px 1fr;
  }

  .se-search-head h1 {
    font-size: 24px;
  }

  .se-result-toolbar {
    align-items: stretch;
  }

  .se-result-toolbar .se-filter-bar {
    justify-content: flex-start;
  }

  .se-site-footer__bar {
    display: grid;
  }
}


