:root {
  --aosom-red: #202327;
  --aosom-red-dark: #111820;
  --aosom-orange: #ff7a00;
  --aosom-text: #222222;
  --aosom-muted: #666666;
  --aosom-light: #999999;
  --aosom-line: #e5e5e5;
  --aosom-bg: #f5f5f5;
  --aosom-panel: #ffffff;
  --page-width: 1200px;
  --radius: 2px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--aosom-text);
  background: var(--aosom-bg);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.45;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.page-width {
  width: min(100% - 24px, var(--page-width));
  margin: 0 auto;
}

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

.button,
.shopify-payment-button__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 24px;
  border: 1px solid var(--aosom-red);
  border-radius: var(--radius);
  background: var(--aosom-red);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.button:hover,
.shopify-payment-button__button:hover {
  background: var(--aosom-red-dark);
  border-color: var(--aosom-red-dark);
}

.button--secondary {
  background: #f4f5f6;
  color: #202327;
}

.button--ghost {
  border-color: var(--aosom-line);
  background: #fff;
  color: var(--aosom-text);
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 0 6px;
  border-radius: var(--radius);
  background: var(--aosom-red);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.top-bar {
  border-bottom: 1px solid var(--aosom-line);
  background: #fafafa;
  color: var(--aosom-muted);
  font-size: 12px;
}

.top-bar__inner {
  display: flex;
  min-height: 32px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.top-links {
  display: flex;
  gap: 18px;
  white-space: nowrap;
}

.site-header__main {
  display: grid;
  grid-template-columns: 184px minmax(0, 1fr) 220px;
  gap: 22px;
  align-items: center;
  min-height: 76px;
}

.site-header__brand {
  display: inline-flex;
  align-items: center;
  color: var(--aosom-red);
  font-size: 34px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.site-search {
  display: grid;
  grid-template-columns: 1fr 104px;
  border: 2px solid var(--aosom-red);
  border-radius: var(--radius);
  background: #fff;
}

.site-search input {
  min-width: 0;
  border: 0;
  padding: 12px 14px;
  outline: 0;
}

.site-search button {
  border: 0;
  background: var(--aosom-red);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.header-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.header-action {
  display: grid;
  min-height: 48px;
  align-content: center;
  border: 1px solid var(--aosom-line);
  padding: 6px 10px;
  color: var(--aosom-muted);
  font-size: 12px;
}

.header-action strong {
  color: var(--aosom-text);
  font-size: 14px;
}

.department-nav {
  display: flex;
  min-height: 42px;
  align-items: center;
  gap: 0;
  border-top: 1px solid var(--aosom-line);
  overflow-x: auto;
}

.department-nav a {
  flex: 0 0 auto;
  padding: 12px 17px;
  border-right: 1px solid var(--aosom-line);
  color: #333;
  font-size: 14px;
  font-weight: 700;
}

.department-nav a:first-child {
  min-width: 210px;
  background: var(--aosom-red);
  color: #fff;
}

.section {
  padding: 20px 0;
}

.section--soft {
  background: transparent;
}

.section-heading {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 12px;
  border-bottom: 2px solid var(--aosom-red);
  background: #fff;
  padding: 0 12px;
}

.section-heading__copy {
  min-width: 0;
}

.section-heading h1,
.section-heading h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
}

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

.section-heading p {
  margin: 4px 0 0;
  color: var(--aosom-muted);
  font-size: 13px;
}

.hero {
  background: var(--aosom-bg);
}

.hero__grid {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr) 230px;
  gap: 12px;
  padding: 14px 0;
}

.hero__menu,
.hero__side,
.hero__main {
  background: #fff;
  border: 1px solid var(--aosom-line);
}

.hero__menu {
  padding: 8px 0;
}

.hero__menu strong {
  display: block;
  padding: 8px 14px;
  font-size: 16px;
}

.hero__menu a {
  display: block;
  padding: 9px 14px;
  border-top: 1px solid #f2f2f2;
  color: #333;
}

.hero__main {
  position: relative;
  display: grid;
  min-height: 360px;
  grid-template-columns: 1fr 320px;
  overflow: hidden;
  background: linear-gradient(100deg, #202327 0%, #3a4149 52%, #c4a15f 100%);
  color: #fff;
}

.hero__copy {
  align-self: center;
  padding: 42px;
}

.hero h1 {
  max-width: 540px;
  margin: 8px 0 12px;
  font-size: 44px;
  line-height: 1.05;
}

.hero p {
  max-width: 500px;
  margin: 0;
  font-size: 18px;
}

.hero__actions {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.hero__media {
  align-self: stretch;
  background: rgba(255, 255, 255, 0.2);
}

.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 20px;
}

.hero__placeholder,
.image-placeholder {
  display: grid;
  width: 100%;
  min-height: 160px;
  place-items: center;
  background: #f1f1f1;
  color: var(--aosom-light);
  font-weight: 700;
}

.hero__side {
  display: grid;
  gap: 10px;
  padding: 10px;
}

.mini-deal {
  border: 1px solid var(--aosom-line);
  padding: 12px;
  background: #fff8f1;
}

.mini-deal strong {
  display: block;
  color: var(--aosom-red);
  font-size: 18px;
}

.promo-grid,
.category-grid,
.product-grid,
.inspiration-grid,
.trust-grid,
.blog-grid,
.value-grid,
.account-grid,
.cart-layout {
  display: grid;
  gap: 12px;
}

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

.promo-tile,
.category-tile,
.inspiration-card,
.trust-card,
.article-card,
.account-card,
.summary-card {
  border: 1px solid var(--aosom-line);
  border-radius: var(--radius);
  background: #fff;
}

.promo-tile {
  min-height: 128px;
  padding: 16px;
}

.promo-tile--accent {
  background: #f4f5f6;
  border-color: #dfe3e7;
}

.promo-tile h2,
.category-tile h3,
.inspiration-card h3,
.article-card h2 {
  margin: 8px 0 6px;
  font-size: 18px;
  line-height: 1.25;
}

.promo-tile p,
.category-tile p,
.inspiration-card p,
.article-card p,
.trust-card p {
  margin: 0;
  color: var(--aosom-muted);
}

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

.category-tile {
  overflow: hidden;
  text-align: center;
}

.category-tile__media {
  aspect-ratio: 1.15 / 1;
  background: #fff;
}

.category-tile__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
}

.category-tile__body,
.article-card__body,
.inspiration-card__body,
.trust-card {
  padding: 12px;
}

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

.product-card {
  position: relative;
  display: grid;
  min-height: 100%;
  border: 1px solid var(--aosom-line);
  border-radius: var(--radius);
  background: #fff;
}

.product-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.product-card__compare {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1;
  display: flex;
  gap: 4px;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  color: var(--aosom-muted);
  font-size: 12px;
}

.product-card__badge {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
}

.product-card__media {
  aspect-ratio: 1 / 1;
  background: #fff;
}

.product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 14px;
}

.product-card__content {
  display: grid;
  gap: 5px;
  padding: 10px;
}

.product-card__title {
  display: -webkit-box;
  min-height: 40px;
  margin: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
}

.rating {
  color: #ffb400;
  font-size: 12px;
}

.price {
  color: var(--aosom-red);
  font-size: 20px;
  font-weight: 900;
}

.price s {
  margin-left: 6px;
  color: var(--aosom-light);
  font-size: 13px;
  font-weight: 400;
}

.shipping-line {
  color: var(--aosom-muted);
  font-size: 12px;
}

.quick-add {
  display: none;
}

.collection-hero,
.page-hero,
.search-header {
  padding: 18px 0;
  background: #fff;
  border-bottom: 1px solid var(--aosom-line);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 10px;
  color: var(--aosom-muted);
  font-size: 12px;
}

.collection-layout {
  display: grid;
  grid-template-columns: 235px minmax(0, 1fr);
  gap: 14px;
}

.collection-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
  border: 1px solid var(--aosom-line);
  background: #fff;
  padding: 10px 12px;
}

.filter-panel {
  align-self: start;
  border: 1px solid var(--aosom-line);
  background: #fff;
}

.filter-group {
  padding: 12px;
  border-bottom: 1px solid var(--aosom-line);
}

.filter-group h3 {
  margin: 0 0 8px;
  font-size: 15px;
}

.filter-option {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 5px 0;
  color: #444;
  font-size: 13px;
}

.filter-option.is-active,
.filter-option:hover {
  color: var(--aosom-red);
}

.sort-select,
.field input,
.field textarea,
.quantity-input {
  width: 100%;
  border: 1px solid var(--aosom-line);
  border-radius: var(--radius);
  background: #fff;
  padding: 9px 10px;
}

.product-main {
  display: grid;
  grid-template-columns: 580px minmax(0, 1fr);
  gap: 18px;
  padding: 18px 0;
}

.product-gallery,
.product-info {
  border: 1px solid var(--aosom-line);
  background: #fff;
}

.product-gallery {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 12px;
  padding: 12px;
}

.product-thumbs {
  display: grid;
  gap: 8px;
  align-content: start;
}

.product-thumb {
  aspect-ratio: 1;
  border: 1px solid var(--aosom-line);
  background: #fff;
}

.product-thumb img,
.product-featured img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-featured {
  display: grid;
  min-height: 500px;
  place-items: center;
  background: #fff;
}

.product-info {
  display: grid;
  gap: 12px;
  align-content: start;
  padding: 16px;
}

.product-info h1 {
  margin: 0;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
}

.product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--aosom-muted);
  font-size: 12px;
}

.product-price-box {
  display: grid;
  gap: 6px;
  margin: 4px 0;
  background: #f5f6f7;
  padding: 14px;
}

.product-price {
  font-size: 34px;
}

.product-form {
  display: grid;
  gap: 12px;
}

.quantity-row {
  display: grid;
  grid-template-columns: 88px 1fr 1fr;
  gap: 10px;
  align-items: end;
}

.promise-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.promise {
  border: 1px solid var(--aosom-line);
  padding: 10px;
  color: var(--aosom-muted);
  font-size: 13px;
}

.accordion {
  border: 1px solid var(--aosom-line);
  background: #fff;
}

.accordion details {
  border-bottom: 1px solid var(--aosom-line);
  padding: 14px;
}

.accordion details:last-child {
  border-bottom: 0;
}

.accordion summary {
  cursor: pointer;
  font-size: 16px;
  font-weight: 800;
}

.page-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 16px;
  padding: 20px 0;
}

.page-side {
  border: 1px solid var(--aosom-line);
  background: #fff;
}

.page-side h3 {
  margin: 0;
  background: #f2f2f2;
  padding: 12px;
}

.page-side a {
  display: block;
  padding: 10px 12px;
  border-top: 1px solid var(--aosom-line);
}

.page-content {
  border: 1px solid var(--aosom-line);
  background: #fff;
  padding: 18px;
  font-size: 15px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.stat-card {
  border: 1px solid var(--aosom-line);
  padding: 16px;
  text-align: center;
}

.stat-card strong {
  display: block;
  color: var(--aosom-red);
  font-size: 28px;
}

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

.cart-layout {
  grid-template-columns: minmax(0, 1fr) 320px;
  align-items: start;
}

.cart-line {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) 90px 110px;
  gap: 14px;
  align-items: center;
  border: 1px solid var(--aosom-line);
  border-bottom: 0;
  background: #fff;
  padding: 12px;
}

.cart-line:last-child {
  border-bottom: 1px solid var(--aosom-line);
}

.cart-line img {
  border: 1px solid var(--aosom-line);
}

.summary-card {
  position: sticky;
  top: 160px;
  padding: 16px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px solid var(--aosom-line);
}

.account-grid {
  grid-template-columns: 1fr 1fr;
}

.account-card {
  padding: 18px;
}

.field {
  display: grid;
  gap: 6px;
  margin-bottom: 12px;
}

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

.article-card {
  overflow: hidden;
}

.article-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.home-blog {
  padding-top: 42px;
  padding-bottom: 54px;
  background: #fff;
}

.home-blog__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.home-blog__heading h2 {
  margin: 0;
  color: #282828;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
}

.home-blog__heading h2 span { color: inherit; }

.home-blog__heading a {
  color: #282828;
  font-size: 15px;
  text-decoration: underline;
}

.home-blog__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.home-blog__card {
  display: block;
  overflow: hidden;
  border: 1px solid #e4e5e7;
  border-radius: 7px;
  background: #fff;
  color: #282828;
  box-shadow: 0 3px 10px rgb(0 0 0 / 5%);
  transition: box-shadow .18s ease, transform .18s ease;
}

.home-blog__card:hover,
.home-blog__card:focus-visible {
  color: #282828;
  box-shadow: 0 8px 18px rgb(0 0 0 / 10%);
  transform: translateY(-2px);
}

.home-blog__image {
  aspect-ratio: 1.55 / 1;
  overflow: hidden;
  background: #f2f3f4;
}

.home-blog__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-blog__image span {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: #777b80;
  font-size: 18px;
  font-weight: 600;
}

.home-blog__card h3 {
  min-height: 50px;
  margin: 0;
  padding: 14px 18px 16px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
}

.home-blog__empty {
  padding: 36px 20px;
  border: 1px dashed #d9dcdf;
  color: #71757a;
  text-align: center;
}

.home-room {
  padding: 48px 0 56px;
  background: #fff;
}

.home-room__layout {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  min-height: 520px;
  border-top: 1px solid #dfe1e3;
  border-bottom: 1px solid #dfe1e3;
}

.home-room__copy {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 52px 42px 52px 0;
}

.home-room__eyebrow {
  margin: 0 0 14px;
  color: #71757a;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-room__copy h2 {
  max-width: 480px;
  margin: 0;
  color: #111820;
  font-size: clamp(32px, 3.4vw, 56px);
  font-weight: 700;
  line-height: 1.05;
}

.home-room__text {
  max-width: 460px;
  margin: 20px 0 28px;
  color: #30363b;
  font-size: 17px;
  line-height: 1.5;
}

.home-room__buttons {
  display: flex;
  max-width: 330px;
  flex-wrap: wrap;
  gap: 14px 16px;
}

.home-room__button {
  display: inline-flex;
  min-width: 116px;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  background: #e7e9eb;
  color: #39434c;
  font-size: 14px;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}

.home-room__button:hover,
.home-room__button:focus-visible,
.home-room__button.is-active {
  background: #1f252b;
  color: #fff;
  transform: translateY(-1px);
}

.home-room__visual {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: #f1f2f2;
}

.home-room__image-link,
.home-room__image-link img {
  display: block;
  width: 100%;
  height: 100%;
}

.home-room__image-link img {
  object-fit: cover;
  transition: opacity .22s ease, transform .4s ease;
}

.home-room__image-link:hover img { transform: scale(1.015); }

@media (max-width: 980px) {
  .home-room__layout { grid-template-columns: 1fr; }
  .home-room__copy { padding: 34px 0; }
  .home-room__visual { min-height: 440px; }
}

@media (max-width: 640px) {
  .home-room { padding: 30px 0 42px; }
  .home-room__copy h2 { font-size: 34px; }
  .home-room__buttons { gap: 10px; }
  .home-room__button { min-width: 108px; }
  .home-room__visual { min-height: 300px; }
}

@media (max-width: 980px) {
  .home-blog__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .home-blog { padding-top: 30px; padding-bottom: 40px; }
  .home-blog__heading h2 { font-size: 24px; }
  .home-blog__grid { gap: 12px; }
  .home-blog__card h3 { min-height: 0; padding: 11px 12px 13px; font-size: 13px; }
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 18px;
}

.pagination a,
.pagination span {
  display: inline-flex;
  min-width: 36px;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--aosom-line);
  background: #fff;
}

.newsletter-strip {
  margin-top: 20px;
  background: #fff;
  border-top: 1px solid var(--aosom-line);
  border-bottom: 1px solid var(--aosom-line);
  padding: 18px 0;
}

.newsletter-strip__inner {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 20px;
  align-items: center;
}

.site-footer {
  background: #f7f8fa;
  color: #20242a;
}

.site-footer__inner {
  display: grid;
  grid-template-columns: 1.3fr 1.25fr 1.05fr 1fr;
  gap: 54px;
  padding: 38px 0 42px;
}

.site-footer a {
  color: #20242a;
  text-decoration: none;
}

.site-footer h3 {
  margin: 0 0 13px;
  color: #111820;
  font-size: 16px;
  font-weight: 600;
}

.site-footer__brand-column,
.site-footer__links-column,
.site-footer__service-column,
.site-footer__payment-column {
  min-width: 0;
}

.site-footer__brand {
  display: inline-flex;
  align-items: baseline;
  color: #30343a;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: -1px;
}

.site-footer__brand span {
  color: var(--aosom-red);
  font-size: 52px;
  line-height: 0.8;
}

.site-footer__social {
  display: flex;
  gap: 10px;
  margin: 18px 0 24px;
}

.site-footer__social a {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid #d8dce2;
  border-radius: 4px;
  color: #68717c;
  font-size: 17px;
  font-weight: 600;
}

.site-footer__newsletter h2 {
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 600;
}

.site-footer__newsletter p {
  max-width: 390px;
  margin: 0 0 18px;
  color: #4f5863;
  font-size: 14px;
  line-height: 1.5;
}

.site-footer__newsletter-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 96px;
  width: min(100%, 380px);
  border: 1px solid #8e949b;
  background: #fff;
}

.site-footer__newsletter-form input,
.site-footer__newsletter-form button {
  min-width: 0;
  height: 48px;
  border: 0;
  padding: 0 12px;
}

.site-footer__newsletter-form input {
  background: #fff;
  color: #333;
}

.site-footer__newsletter-form button {
  background: #30343a;
  color: #fff;
  cursor: pointer;
}

.site-footer__legal-links {
  display: flex;
  gap: 22px;
  margin-top: 10px;
  font-size: 13px;
  text-decoration: underline;
}

.site-footer__trustpilot {
  display: grid;
  gap: 8px;
  margin-top: 28px;
}

.site-footer__trustpilot strong {
  font-size: 22px;
}

.site-footer__trustpilot strong span {
  color: #00b67a;
}

.site-footer__trust-stars {
  display: flex;
  gap: 3px;
}

.site-footer__trust-stars i {
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  background: #00b67a;
  color: #fff;
  font-size: 23px;
  font-style: normal;
}

.site-footer__trustpilot small {
  font-size: 13px;
}

.site-footer__links-column,
.site-footer__service-column {
  display: grid;
  align-content: start;
  gap: 24px;
}

.site-footer__links-column nav,
.site-footer__service-column nav,
.site-footer__service-column > div {
  display: grid;
  align-content: start;
  gap: 8px;
}

.site-footer__links-column h3,
.site-footer__service-column h3 {
  margin-bottom: 2px;
}

.site-footer__links-column a,
.site-footer__service-column a {
  color: #3f4852;
  font-size: 14px;
  line-height: 1.35;
}

.site-footer__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.site-footer__badges b {
  display: inline-flex;
  min-width: 42px;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  border: 1px solid #e0e3e8;
  border-radius: 3px;
  background: #fff;
  color: #273b80;
  font-size: 11px;
  font-weight: 700;
}

.site-footer__badges--secure b {
  color: #00a66a;
  font-size: 15px;
}

.site-footer__award {
  width: 198px;
  margin-top: 22px;
  border: 2px solid #c6c8cc;
  background: #fff;
  padding: 8px;
  color: #252a30;
  font-size: 11px;
  line-height: 1.05;
  text-transform: uppercase;
}

.site-footer__award strong {
  font-size: 16px;
}

.site-footer__badges--payment {
  max-width: 300px;
  margin-bottom: 28px;
}

.site-footer__badges--payment b:nth-child(2) { color: #e85442; }
.site-footer__badges--payment b:nth-child(3) { color: #2d72c9; }
.site-footer__badges--payment b:nth-child(4) { color: #5e6670; }
.site-footer__badges--payment b:nth-child(6) { color: #193b8f; }
.site-footer__badges--payment b:nth-child(7) { color: #1267b1; }
.site-footer__badges--payment b:nth-child(8) { color: #00a66a; }

.site-footer__app-download {
  display: flex;
  gap: 14px;
  align-items: center;
}

.site-footer__qr {
  width: 94px;
  height: 94px;
  border: 8px solid #fff;
  outline: 1px solid #333;
  object-fit: cover;
}

.site-footer__app-buttons {
  display: grid;
  gap: 12px;
}

.site-footer__app-buttons a {
  display: grid;
  width: 168px;
  min-height: 40px;
  place-items: center;
  border: 1px solid #d8dce2;
  border-radius: 4px;
  background: #fff;
  color: #333;
  font-size: 12px;
  font-weight: 600;
}

.site-footer__bottom {
  border-top: 1px solid #e1e4e8;
  padding: 14px 0;
  color: #66707a;
  font-size: 12px;
}

@media (max-width: 980px) {
  .site-footer__inner {
    grid-template-columns: 1fr 1fr;
    gap: 38px 28px;
  }
}

@media (max-width: 640px) {
  .site-footer__inner {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 30px 0;
  }

  .site-footer__newsletter-form {
    width: 100%;
  }

  .site-footer__app-download {
    align-items: flex-start;
  }
}

@media (max-width: 980px) {
  .site-header__main,
  .hero__grid,
  .hero__main,
  .collection-layout,
  .product-main,
  .page-layout,
  .cart-layout,
  .account-grid,
  .newsletter-strip__inner {
    grid-template-columns: 1fr;
  }

  .header-actions {
    grid-template-columns: 1fr 1fr;
  }

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

  .promo-grid,
  .blog-grid,
  .inspiration-grid,
  .value-grid,
  .stats-grid,
  .promise-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .product-thumbs {
    display: flex;
    overflow-x: auto;
  }

  .product-thumb {
    flex: 0 0 66px;
  }
}

@media (max-width: 640px) {
  .page-width {
    width: min(100% - 20px, var(--page-width));
  }

  .top-bar__inner,
  .section-heading,
  .collection-toolbar {
    align-items: flex-start;
    flex-direction: column;
    padding: 10px 12px;
  }

  .site-search {
    grid-template-columns: 1fr 82px;
  }

  .category-grid,
  .product-grid,
  .promo-grid,
  .blog-grid,
  .inspiration-grid,
  .value-grid,
  .stats-grid,
  .promise-list {
    grid-template-columns: 1fr 1fr;
  }

  .hero h1 {
    font-size: 32px;
  }

  .hero__copy {
    padding: 24px;
  }

  .quantity-row,
  .cart-line {
    grid-template-columns: 1fr;
  }
}

.collection-hero--compact {
  padding: 16px 0 0;
  border: 0;
}

.category-overview {
  padding: 0 0 38px;
  background: #fff;
}

.category-overview__layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 28px;
}

.category-overview__menu {
  display: grid;
  align-content: start;
  gap: 0;
}

.category-overview__menu h2,
.category-overview__content h1 {
  margin: 0 0 18px;
  font-size: 21px;
  font-weight: 600;
}

.category-overview__menu strong,
.category-overview__menu a {
  padding: 7px 8px;
  color: #454545;
  font-size: 15px;
}

.category-overview__menu strong {
  color: #222;
  font-weight: 600;
}

.category-overview__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px 18px;
}

.category-overview__tile {
  display: grid;
  gap: 10px;
  text-align: center;
  font-size: 15px;
}

.category-overview__tile img,
.category-overview__tile .image-placeholder {
  width: 100%;
  height: 190px;
  min-height: 0;
  border-radius: 5px;
  background: #fff;
  object-fit: contain;
  padding: 8px;
}

.collection-results {
  border-top: 1px solid var(--aosom-line);
  padding-top: 24px;
}

.collection-layout {
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 18px;
}

.collection-products {
  min-width: 0;
}

.collection-toolbar {
  min-height: 66px;
  margin-bottom: 18px;
  border: 0;
  border-bottom: 1px solid var(--aosom-line);
  padding: 0;
}

.collection-toolbar p {
  font-size: 15px;
}

.collection-toolbar form {
  display: flex;
  align-items: center;
  gap: 10px;
}

.collection-toolbar .sort-select {
  width: 240px;
  height: 44px;
}

.filter-panel {
  border: 0;
}

.filter-group {
  padding: 16px 0;
}

.filter-group h3 {
  font-size: 17px;
}

.filter-option {
  padding: 7px 0;
  font-size: 14px;
}

.filter-option input {
  width: 17px;
  height: 17px;
  margin: 0 8px 0 0;
  vertical-align: -3px;
}

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

.collection-product-grid .product-card__media {
  aspect-ratio: 1.18 / 1;
}

.collection-product-grid .product-card__media img {
  padding: 18px;
}

.collection-product-grid .product-card__title {
  min-height: 44px;
}

.collection-product-grid .product-card {
  border: 1px solid #e4e5e7;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 3px 10px rgb(0 0 0 / 5%);
  transition: box-shadow .18s ease, transform .18s ease;
}

.collection-product-grid .product-card:hover,
.collection-product-grid .product-card:focus-within {
  box-shadow: 0 8px 18px rgb(0 0 0 / 10%);
  transform: translateY(-2px);
}

@media (max-width: 1280px) and (min-width: 981px) {
  .collection-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.product-card--preview .product-card__compare {
  position: absolute;
  top: 12px;
  right: 12px;
  left: auto;
  z-index: 2;
  background: transparent;
  color: #555;
  font-size: 20px;
}

.product-breadcrumb-wrap {
  padding-top: 18px;
}

.product-main {
  grid-template-columns: minmax(0, 760px) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  padding-top: 8px;
}

.product-gallery,
.product-info {
  align-self: start;
  border: 0;
}

.product-gallery {
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 18px;
  padding: 0;
}

.product-thumbs {
  gap: 12px;
}

.product-thumb {
  aspect-ratio: 1;
  border-radius: 5px;
  padding: 6px;
}

.product-thumb.is-active {
  border-color: #202327;
  box-shadow: 0 0 0 1px #202327;
}

.product-featured {
  position: relative;
  width: 100%;
  min-height: 0;
  height: 575px;
  border: 1px solid var(--aosom-line);
  border-radius: 5px;
  background: #fff;
  overflow: visible;
}

.product-featured img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 18px;
}

.product-zoom-preview {
  position: absolute;
  top: 0;
  left: calc(100% + 16px);
  display: none;
  width: min(360px, 42vw);
  aspect-ratio: 1;
  border: 1px solid #dfe3e7;
  border-radius: 7px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 230%;
  box-shadow: 0 12px 28px rgb(0 0 0 / 16%);
  pointer-events: none;
  z-index: 20;
}

.product-zoom-preview.is-visible {
  display: block;
}

.product-info {
  position: relative;
  gap: 8px;
  padding: 0;
}

.product-info h1 {
  padding-right: 58px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.45;
}

.product-share {
  position: absolute;
  top: -38px;
  right: 0;
  display: flex;
  gap: 16px;
  font-size: 22px;
}

.product-shipped-by {
  margin: 0 0 10px;
  color: #777;
  font-size: 14px;
}

.product-price-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 8px 0;
}

.product-price-row .product-price {
  color: #222;
  font-size: 38px;
  font-weight: 600;
}

.product-price-row s {
  color: #888;
  font-size: 14px;
}

.product-save {
  color: #458b2f;
  font-size: 13px;
}

.product-coupon {
  margin: 14px 0 12px;
  border-radius: 4px;
  background: #3b3b3b;
  color: #fff;
  padding: 9px 12px;
  font-size: 14px;
}

.product-delivery {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--aosom-line);
  font-size: 14px;
}

.product-delivery strong {
  grid-column: 1;
  font-weight: 500;
}

.product-delivery a {
  grid-column: 2;
  grid-row: 2;
  text-decoration: underline;
}

.product-faq {
  display: grid;
  gap: 8px;
  margin: 14px 0 4px;
  border: 1px solid #e5e7ea;
  border-radius: 7px;
  background: #fff;
  padding: 14px;
}

.product-faq h2 {
  margin: 0 0 2px;
  font-size: 17px;
}

.product-faq details {
  border-top: 1px solid #edf0f2;
  padding-top: 9px;
}

.product-faq details:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.product-faq summary {
  cursor: pointer;
  font-weight: 600;
}

.product-faq p {
  margin: 8px 0 0;
  color: #5f6670;
  font-size: 13px;
  line-height: 1.55;
}

.product-variant-field {
  position: relative;
  grid-template-columns: 1fr auto;
  align-items: center;
  margin: 10px 0 0;
}

.product-variant-field label {
  grid-column: 1 / -1;
}

.product-variant-field select {
  width: 100%;
  height: 44px;
  border: 1px solid var(--aosom-line);
  background: #fff;
  padding: 0 10px;
}

.product-variant-field span {
  padding-left: 12px;
  white-space: nowrap;
}

.product-purchase-row {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}

.product-purchase-row .quantity-input {
  width: 94px;
  height: 48px;
}

.wishlist-button {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid var(--aosom-line);
  border-radius: 4px;
  background: #fff;
  font-size: 30px;
}

.product-buy-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.button--dark {
  border-color: #2c2c2c;
  background: #2c2c2c;
  color: #fff;
}

.loyalty-line {
  margin: 2px 0 0;
  color: #666;
  font-size: 13px;
}

.product-trust-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  margin-top: 8px;
}

.product-trust-row div {
  display: grid;
  min-height: 88px;
  place-items: center;
  align-content: center;
  gap: 5px;
  background: #fafafa;
  text-align: center;
  font-size: 12px;
}

.product-trust-row strong {
  font-size: 26px;
  font-weight: 400;
}

.product-details-section {
  padding: 24px 0;
}

.product-rich-details {
  border: 1px solid #e4e6e8;
  border-radius: 7px;
  background: #fff;
}

.product-rich-details__heading {
  margin: 0;
  padding: 19px 22px;
  font-size: 20px;
  font-weight: 700;
}

.product-rich-layout {
  display: grid;
  gap: 22px;
  border-top: 1px solid #edf0f2;
  padding: 24px;
}

.product-story {
  display: grid;
  gap: 10px;
}

.product-story__eyebrow {
  margin: 0;
  color: #6b737d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.product-story h2,
.product-reviews__header h2 {
  margin: 0;
  color: #202327;
  font-size: 28px;
  line-height: 1.2;
}

.product-description img {
  max-width: 100%;
  height: auto;
}

.product-description {
  max-width: 100%;
  overflow: hidden;
  color: #3a3f45;
  line-height: 1.65;
}

.product-description * {
  box-sizing: border-box !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

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

.product-feature-grid div {
  display: grid;
  gap: 7px;
  border: 1px solid #e8eaed;
  border-radius: 7px;
  background: #fafafa;
  padding: 17px;
}

.product-feature-grid strong {
  color: #202327;
  font-size: 16px;
}

.product-feature-grid span {
  color: #666f79;
  font-size: 14px;
  line-height: 1.55;
}

.product-spec-layout {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr);
  gap: 18px;
  align-items: stretch;
}

.product-spec-table {
  border: 1px solid #e8eaed;
  border-radius: 7px;
  padding: 18px;
}

.product-spec-table h3 {
  margin: 0 0 12px;
  font-size: 18px;
}

.product-spec-table dl {
  display: grid;
  gap: 0;
  margin: 0;
}

.product-spec-table dl div {
  display: grid;
  grid-template-columns: 125px 1fr;
  gap: 14px;
  border-top: 1px solid #eef0f2;
  padding: 11px 0;
}

.product-spec-table dl div:first-child {
  border-top: 0;
}

.product-spec-table dt {
  color: #69717b;
}

.product-spec-table dd {
  margin: 0;
  color: #202327;
}

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

.product-media-strip img {
  width: 100%;
  height: 100%;
  min-height: 180px;
  border: 1px solid #e8eaed;
  border-radius: 7px;
  object-fit: contain;
  padding: 16px;
}

.product-reviews-section {
  padding: 0 0 34px;
}

.product-reviews__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid #e7e9ec;
  padding-bottom: 16px;
}

.product-reviews__score {
  display: grid;
  justify-items: end;
  gap: 2px;
}

.product-reviews__score strong {
  color: #202327;
  font-size: 34px;
  line-height: 1;
}

.product-reviews__score span,
.product-review__stars {
  color: #f5a400;
  letter-spacing: 1px;
}

.product-reviews__score small {
  color: #69717b;
}

.product-reviews__list {
  display: grid;
  gap: 12px;
  padding-top: 18px;
}

.product-review {
  display: grid;
  gap: 8px;
  border: 1px solid #e7e9ec;
  border-radius: 7px;
  background: #fff;
  padding: 18px;
}

.product-review[hidden] {
  display: none;
}

.product-review__meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #69717b;
  font-size: 13px;
}

.product-review__meta strong {
  color: #202327;
  font-size: 15px;
}

.product-review h3 {
  margin: 0;
  font-size: 18px;
}

.product-review p {
  margin: 0;
  color: #4d535b;
  line-height: 1.6;
}

.product-reviews__pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  margin-top: 16px;
}

.product-reviews__pagination button {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid #dfe3e7;
  border-radius: 50%;
  background: #fff;
  color: #202327;
  cursor: pointer;
  font-size: 24px;
}

.product-reviews__pagination button:disabled {
  opacity: .38;
  cursor: default;
}

.related-products .section-heading--rail a {
  text-decoration: underline;
}

.template-cart .site-header {
  display: none;
}

.cart-checkout-header {
  background: #353535;
  color: #fff;
}

.cart-checkout-header__inner {
  display: grid;
  min-height: 74px;
  grid-template-columns: 160px minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 24px;
}

.cart-checkout-brand {
  font-size: 40px;
  font-weight: 600;
}

.cart-progress {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #aaa;
}

.cart-progress strong {
  color: #fff;
}

.cart-secure {
  color: #ddd;
}

.cart-benefits {
  border-bottom: 1px solid var(--aosom-line);
  background: #fff;
}

.cart-benefits .page-width {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
}

.cart-main {
  min-height: 470px;
  padding: 44px 0 24px;
}

.empty-cart {
  display: grid;
  justify-items: center;
  gap: 20px;
  padding: 75px 0;
}

.empty-cart__icon {
  display: grid;
  width: 140px;
  height: 110px;
  place-items: center;
  border-radius: 50%;
  background: #f5f5f5;
  color: #777;
  font-size: 68px;
  filter: grayscale(1);
}

.empty-cart h1 {
  margin: 0;
  color: #777;
  font-size: 25px;
  font-weight: 500;
}

.empty-cart .button {
  min-width: 230px;
}

.cart-recommendations {
  padding-top: 0;
}

.cart-recommendations .section-heading--rail h2::before {
  width: 4px;
  height: 24px;
  border-radius: 0;
  box-shadow: none;
}

.cart-recommendations .product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.content-page-shell,
.account-page,
.login-page {
  min-height: 720px;
  background: #f7f7f7;
  padding: 28px 0 46px;
}

.content-page-shell .page-layout {
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 30px;
  padding: 0;
}

.page-side {
  border: 0;
  border-radius: 7px;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.page-side details {
  border-bottom: 1px solid var(--aosom-line);
}

.page-side summary {
  cursor: pointer;
  list-style: none;
  padding: 20px 18px;
  font-size: 19px;
  font-weight: 500;
}

.page-side summary::after {
  content: "+";
  float: right;
}

.page-side details[open] summary::after {
  content: "-";
}

.page-side a {
  border: 0;
  margin: 0 18px;
  padding: 11px 12px;
}

.page-side a.is-active {
  background: #f1f1f1;
}

.page-content {
  border: 0;
  border-radius: 7px;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.08);
  padding: 32px;
}

.page-content > h1 {
  margin: 0 0 28px;
  font-size: 26px;
}

.about-banner {
  position: relative;
  height: 220px;
  overflow: hidden;
  border-radius: 5px;
  background: #ddd;
}

.about-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7);
}

.about-banner > div {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  color: #fff;
  text-align: center;
}

.about-banner strong {
  font-size: 28px;
}

.about-banner span {
  font-size: 50px;
  font-weight: 600;
}

.page-content > h2 {
  margin: 28px 0 12px;
  font-size: 19px;
}

.about-facts {
  margin-top: 30px;
  border-radius: 4px;
  background: #2b2b2b;
  color: #fff;
  padding: 26px 30px;
}

.about-facts h2 {
  margin: 0 0 18px;
  text-align: center;
  font-size: 20px;
}

.about-facts .stats-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
}

.about-facts .stat-card {
  border: 0;
  padding: 10px;
}

.about-facts .stat-card strong {
  color: #fff;
  font-size: 22px;
}

.about-brand-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.about-brand-row span {
  display: grid;
  min-height: 72px;
  place-items: center;
  background: #f5f5f5;
  font-weight: 600;
}

.account-page .breadcrumb,
.login-page .breadcrumb {
  margin-bottom: 24px;
}

.account-dashboard {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 28px;
}

.account-sidebar,
.account-panel,
.login-shell {
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.08);
}

.account-sidebar {
  display: grid;
  align-content: start;
  padding: 22px;
}

.account-sidebar h2 {
  margin: 0 0 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--aosom-line);
}

.account-sidebar h3 {
  margin: 16px 0 8px;
  font-size: 17px;
}

.account-sidebar a {
  padding: 7px 10px;
}

.account-dashboard__main {
  display: grid;
  gap: 24px;
  align-content: start;
}

.account-panel {
  padding: 24px;
}

.account-panel h1,
.account-panel h2 {
  margin: 0 0 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--aosom-line);
  font-size: 24px;
}

.account-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.account-metrics div {
  display: grid;
  min-height: 130px;
  place-items: center;
  align-content: center;
  gap: 10px;
}

.account-metrics strong {
  font-size: 38px;
  font-weight: 500;
}

.order-status-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.order-status-grid a {
  display: grid;
  min-height: 150px;
  place-items: center;
  align-content: center;
  gap: 14px;
}

.order-status-grid strong {
  font-size: 36px;
  font-weight: 400;
}

.login-shell {
  display: grid;
  width: min(940px, 100%);
  grid-template-columns: 1fr 1fr;
  margin: 45px auto;
  overflow: hidden;
}

.login-panel,
.login-benefits {
  padding: 44px;
}

.login-panel h1,
.login-benefits h2 {
  margin: 0 0 10px;
  font-size: 28px;
}

.login-panel form {
  display: grid;
  gap: 8px;
  margin-top: 28px;
}

.login-panel .button {
  width: 100%;
}

.login-options {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  font-size: 13px;
}

.login-benefits {
  background: #efefef;
}

.login-benefits li {
  margin: 12px 0;
}

.search-results-page {
  padding: 24px 0 50px;
}

.search-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--aosom-line);
}

.search-title-row h1 {
  margin: 0;
  font-size: 25px;
}

.search-page-form {
  display: grid;
  width: min(460px, 100%);
  grid-template-columns: 1fr 48px;
  border: 1px solid #aaa;
  border-radius: 5px;
  overflow: hidden;
}

.search-page-form input,
.search-page-form button {
  height: 44px;
  border: 0;
  background: #fff;
  padding: 0 12px;
}

.search-page-form button {
  font-size: 24px;
}

@media (max-width: 980px) {
  .category-overview__layout,
  .content-page-shell .page-layout,
  .account-dashboard,
  .product-main,
  .login-shell {
    grid-template-columns: 1fr;
  }

  .category-overview__menu {
    display: none;
  }

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

  .collection-layout,
  .search-layout {
    grid-template-columns: 210px minmax(0, 1fr);
  }

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

  .product-gallery {
    grid-template-columns: 90px minmax(0, 1fr);
  }

  .product-feature-grid,
  .product-spec-layout {
    grid-template-columns: 1fr;
  }

  .product-zoom-preview {
    display: none !important;
  }

  .cart-checkout-header__inner {
    grid-template-columns: 130px 1fr;
  }

  .cart-secure,
  .cart-checkout-header__inner > a:last-child {
    display: none;
  }
}

@media (max-width: 640px) {
  .category-overview__grid {
    grid-template-columns: 1fr 1fr;
  }

  .collection-layout,
  .search-layout {
    grid-template-columns: 1fr;
  }

  .filter-panel {
    display: none;
  }

  .collection-toolbar {
    flex-direction: row;
    align-items: center;
    padding: 0;
  }

  .collection-toolbar .sort-select {
    width: 150px;
  }

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

  .product-thumbs {
    order: 2;
  }

  .product-featured {
    height: 380px;
  }

  .product-rich-layout {
    padding: 18px;
  }

  .product-story h2,
  .product-reviews__header h2 {
    font-size: 24px;
  }

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

  .product-spec-table dl div {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .product-reviews__header {
    align-items: start;
    flex-direction: column;
  }

  .product-reviews__score {
    justify-items: start;
  }

  .product-buy-buttons,
  .product-trust-row,
  .about-facts .stats-grid,
  .about-brand-row,
  .account-metrics,
  .order-status-grid,
  .cart-recommendations .product-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .product-card,
  .product-card__content,
  .product-card__title {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .cart-progress {
    display: none;
  }

  .cart-benefits .page-width {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 12px 0;
    font-size: 12px;
  }

  .about-banner span {
    font-size: 36px;
  }

  .page-content,
  .login-panel,
  .login-benefits {
    padding: 24px;
  }

  .search-title-row {
    align-items: stretch;
    flex-direction: column;
  }
}

:root {
  --aosom-red: #202327;
  --aosom-red-dark: #111820;
  --aosom-text: #282828;
  --aosom-muted: #666666;
  --aosom-line: #e9e9e9;
  --aosom-bg: #ffffff;
  --page-width: 1594px;
  --radius: 6px;
}

body {
  background: #fff;
  font-family: Urbanist, system-ui, sans-serif;
  font-size: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.site-header__primary {
  background: #282828;
  color: #fff;
}

.site-header__main {
  min-height: 88px;
  grid-template-columns: 174px minmax(420px, 900px) minmax(290px, 1fr);
  gap: 28px;
}

.site-header__brand {
  color: #fff;
  font-size: 42px;
  font-weight: 600;
  text-transform: none;
}

.site-search {
  grid-template-columns: 1fr 58px;
  height: 50px;
  border: 0;
  border-radius: 6px;
  overflow: hidden;
}

.site-search input {
  padding: 0 16px;
  color: #333;
  font-size: 15px;
}

.site-search button {
  background: #fff;
  color: #282828;
  font-size: 30px;
  font-weight: 400;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}

.header-icon {
  position: relative;
  display: grid;
  width: 42px;
  height: 52px;
  place-items: center;
  color: #fff;
  font-size: 36px;
  line-height: 1;
}

.header-icon b {
  position: absolute;
  top: 0;
  right: -2px;
  display: grid;
  min-width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  background: var(--aosom-red);
  font-size: 11px;
}

.country-selector__form {
  margin: 0;
}

.country-selector {
  position: relative;
}

.country-selector__toggle {
  width: 54px;
  cursor: pointer;
  list-style: none;
}

.country-selector__toggle::-webkit-details-marker {
  display: none;
}

.country-selector__current-flag {
  width: 28px;
  height: 20px;
  border-radius: 2px;
  object-fit: cover;
}

.country-selector__toggle small {
  margin-top: -8px;
  font-size: 11px;
  font-weight: 600;
}

.country-selector__menu {
  position: absolute;
  z-index: 60;
  top: calc(100% + 10px);
  right: 0;
  width: 250px;
  padding: 14px 0 8px;
  border: 1px solid var(--aosom-line);
  border-radius: 6px;
  background: #fff;
  color: #282828;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.country-selector__menu::before {
  position: absolute;
  top: -7px;
  right: 20px;
  width: 14px;
  height: 14px;
  background: #fff;
  content: "";
  transform: rotate(45deg);
}

.country-selector__menu > strong {
  display: block;
  padding: 0 16px 10px;
  font-size: 16px;
}

.country-selector__list {
  display: grid;
  max-height: 390px;
  overflow-y: auto;
}

.country-selector__list button {
  display: grid;
  min-height: 43px;
  grid-template-columns: 28px minmax(0, 1fr) 18px;
  gap: 8px;
  align-items: center;
  border: 0;
  background: #fff;
  padding: 8px 16px;
  color: #333;
  text-align: left;
  cursor: pointer;
}

.country-selector__list button:hover,
.country-selector__list button:focus-visible,
.country-selector__list button.is-current {
  background: #f5f5f5;
}

.country-selector__flag {
  width: 24px;
  height: 18px;
  border-radius: 1px;
  object-fit: cover;
}

.country-selector__check {
  color: var(--aosom-red);
  font-weight: 700;
}

.department-nav {
  position: relative;
  min-height: 56px;
  border: 0;
  overflow: visible;
}

.department-nav__inner {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.department-nav__dropdown {
  position: relative;
  flex: 0 0 auto;
}

.department-nav__dropdown > a {
  display: flex;
  align-items: center;
  gap: 6px;
}

.department-nav__dropdown > a span {
  font-size: 18px;
  line-height: 1;
}

.department-nav__submenu {
  position: absolute;
  z-index: 40;
  top: calc(100% - 2px);
  left: 0;
  display: none;
  width: 230px;
  padding: 8px 0;
  border: 1px solid var(--aosom-line);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.14);
}

.department-nav__dropdown:hover .department-nav__submenu,
.department-nav__dropdown:focus-within .department-nav__submenu {
  display: grid;
}

.department-nav .department-nav__submenu a,
.department-nav .department-nav__submenu a:first-child {
  min-width: 0;
  padding: 11px 16px;
  border: 0;
  background: #fff;
  color: #282828;
  font-size: 15px;
  font-weight: 500;
}

.department-nav .department-nav__submenu a:hover,
.department-nav .department-nav__submenu a:focus-visible {
  background: #f6f6f6;
  color: var(--aosom-red);
}

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

.category-overview__room {
  overflow: hidden;
  border: 1px solid var(--aosom-line);
  border-radius: 6px;
  background: #fff;
  text-align: left;
}

.category-overview__room.is-active {
  border-color: var(--aosom-red);
}

.category-overview__room img,
.category-overview__room .image-placeholder {
  height: 240px;
  border-radius: 0;
}

.category-overview__room-copy {
  display: grid;
  gap: 3px;
  padding: 14px 16px 16px;
}

.category-overview__room-copy strong {
  font-size: 18px;
  font-weight: 600;
}

.category-overview__room-copy small {
  color: var(--aosom-muted);
  font-size: 14px;
}

.department-nav a,
.department-nav a:first-child {
  min-width: 0;
  padding: 17px 0;
  border: 0;
  background: transparent;
  color: #282828;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}

.department-nav__sale {
  position: relative;
}

.department-nav__sale span {
  position: absolute;
  top: 4px;
  right: -20px;
  padding: 1px 5px;
  border-radius: 8px;
  background: #ee1b24;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}

.department-nav__dropdown.mega-menu {
  position: static;
  flex: 0 1 auto;
}

.mega-menu > summary {
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 17px 0;
  color: #282828;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  list-style: none;
  white-space: nowrap;
  pointer-events: auto;
}

.mega-menu > summary::-webkit-details-marker { display: none; }
.mega-menu > summary::after { display: none; content: none; }

.department-nav__mega {
  position: absolute;
  z-index: 50;
  top: 100%;
  left: 50%;
  display: none;
  width: min(var(--page-width), calc(100vw - 24px));
  min-height: 320px;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 42px;
  padding: 26px 36px 30px;
  border-top: 1px solid var(--aosom-line);
  background: #fff;
  box-shadow: 0 14px 26px rgb(0 0 0 / 14%);
  transform: translateX(-50%);
}

.mega-menu[open] > .department-nav__mega,
.mega-menu.is-hovered > .department-nav__mega,
.mega-menu:hover > .department-nav__mega,
.mega-menu:focus-within > .department-nav__mega { display: grid; }

.mega-menu__columns {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  align-content: start;
}

.mega-menu--compact .mega-menu__columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.mega-menu__columns > div {
  display: grid;
  align-content: start;
  gap: 9px;
}

.mega-menu__columns strong {
  margin: 0 0 2px;
  color: #282828;
  font-size: 15px;
  font-weight: 700;
}

.mega-menu__columns strong:not(:first-child) { margin-top: 12px; }

.department-nav .mega-menu__columns a {
  padding: 0;
  color: #777b80;
  font-size: 13px;
  font-weight: 400;
  white-space: normal;
}

.department-nav .mega-menu__columns a:hover,
.department-nav .mega-menu__columns a:focus-visible { color: var(--aosom-red); }

.mega-menu__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.mega-menu--compact .mega-menu__cards { grid-template-columns: 1fr; }

.mega-menu__cards a {
  display: grid;
  align-content: start;
  gap: 5px;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--aosom-line);
  border-radius: 4px;
  color: #282828;
  background: #fafafa;
}

.department-nav .mega-menu__cards a:hover,
.department-nav .mega-menu__cards a:focus-visible { color: var(--aosom-red); }

.mega-menu__cards img,
.mega-menu__cards a > img {
  display: block;
  width: 100%;
  height: 128px;
  object-fit: contain;
  background: #fff;
}

.mega-menu__cards strong,
.mega-menu__cards span { padding: 0 10px; }
.mega-menu__cards strong { padding-top: 8px; font-size: 14px; }
.mega-menu__cards span { padding-bottom: 11px; color: #777b80; font-size: 12px; }

.department-nav__divider {
  width: 1px;
  height: 22px;
  margin: 0 4px;
  background: #ddd;
}

.hero {
  background: #fff;
}

.hero__grid {
  display: block;
  padding: 24px 0 14px;
}

.hero-carousel {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  border-radius: 8px;
  background: #e7e7e7;
}

.hero-banner {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  background: #e7e7e7;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 500ms ease;
}

.hero-banner.is-active {
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
}

.hero-banner--blue {
  background: #2e9fc1;
}

.hero-banner--aqua {
  background: #4eb8ba;
}

.hero-banner__media {
  position: absolute;
  inset: 0;
}

.hero-banner__media img {
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: cover;
}

.hero-banner--primary .hero-banner__media img {
  object-position: 70% center;
}

.hero-banner--blue .hero-banner__media img,
.hero-banner--aqua .hero-banner__media img {
  width: 100%;
  height: 100%;
  margin-left: 0;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: normal;
}

.hero-banner__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.12) 65%, rgba(0, 0, 0, 0) 100%);
}

.hero-banner--blue .hero-banner__overlay {
  background: linear-gradient(90deg, rgba(8, 42, 52, 0.72) 0%, rgba(8, 42, 52, 0.22) 66%, rgba(8, 42, 52, 0.05) 100%);
}

.hero-banner--aqua .hero-banner__overlay {
  background: linear-gradient(90deg, rgba(42, 36, 28, 0.7) 0%, rgba(42, 36, 28, 0.2) 66%, rgba(42, 36, 28, 0.04) 100%);
}

.hero-banner__copy {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 86px;
  max-width: 700px;
  transform: translateY(-50%);
}

.hero-banner__copy h1,
.hero-banner__copy h2 {
  max-width: 680px;
  margin: 0;
  font-size: 58px;
  font-weight: 500;
  line-height: 1.12;
}

.hero-banner__copy p {
  margin: 22px 0 0;
  font-size: 24px;
  line-height: 1.3;
}

.hero-banner__button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-top: 30px;
  padding: 0 24px;
  border-radius: 6px;
  background: #fff;
  color: #282828;
  font-size: 16px;
  font-weight: 600;
}

.hero-banner__arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #333;
  font-size: 34px;
  line-height: 1;
  transform: translateY(-50%);
}

.hero-banner__arrow--left {
  left: 18px;
}

.hero-banner__arrow--right {
  right: 18px;
}

.hero-banner__dots {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 50%;
  display: flex;
  gap: 12px;
  transform: translateX(-50%);
}

.hero-banner__dots button {
  width: 26px;
  height: 5px;
  border: 0;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.75);
  padding: 0;
  cursor: pointer;
}

.hero-banner__dots button.is-active {
  background: var(--aosom-red);
}

.product-rail {
  padding: 32px 0 24px;
}

.section-heading--rail {
  min-height: 48px;
  margin: 0 0 12px;
  border: 0;
  padding: 0;
}

.section-heading--rail h2 {
  font-size: 28px;
  font-weight: 500;
}

.section-heading--rail h2::before {
  display: none;
  content: none;
}

.rail-controls {
  display: flex;
  align-items: center;
  gap: 20px;
}

.rail-controls a {
  text-decoration: underline;
  font-weight: 600;
}

.rail-controls button {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #fafafa;
  color: #777;
  font-size: 30px;
}

.product-grid {
  gap: 16px;
}

.product-rail__viewport {
  overflow: hidden;
  padding: 6px 5px 9px;
  margin: -6px -5px -9px;
}

.product-rail__track.product-grid {
  display: flex;
  gap: 16px;
  transform: translate3d(0, 0, 0);
  transition: transform 420ms ease;
  will-change: transform;
}

.product-rail__track .product-card {
  flex: 0 0 calc((100% - 64px) / 5);
}

.rail-controls button:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.product-card {
  border: 0;
  border-radius: 6px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 5%);
  transition: box-shadow .18s ease, transform .18s ease;
}

.product-card:hover,
.product-card:focus-within {
  box-shadow: 0 8px 18px rgb(0 0 0 / 10%);
  transform: translateY(-2px);
}

.product-card__media {
  aspect-ratio: 1.05 / 1;
  border-radius: 6px 6px 0 0;
}

.product-card__media img {
  padding: 22px;
}

.product-card__content {
  gap: 7px;
  padding: 13px 14px 16px;
}

.product-card__title {
  min-height: 44px;
  font-size: 15px;
  line-height: 1.45;
}

.rating {
  color: #f1a900;
  font-size: 14px;
}

.rating small {
  color: #777;
}

.price {
  color: #282828;
  font-size: 21px;
  font-weight: 700;
}

.shipping-line {
  color: #4d8f26;
}

@media (max-width: 980px) {
  .mega-menu > summary { pointer-events: auto; }

  .site-header__main {
    grid-template-columns: 128px minmax(0, 1fr);
    gap: 12px;
  }

  .header-actions {
    display: none;
  }

  .department-nav__inner {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .department-nav__submenu {
    display: none !important;
  }

  .department-nav__mega {
    display: none !important;
  }

  .mega-menu[open] > .department-nav__mega {
    position: absolute;
    top: 100%;
    left: 0;
    display: block !important;
    width: min(360px, calc(100vw - 24px));
    min-height: 0;
    padding: 20px;
    transform: none;
  }

  .mega-menu[open] .mega-menu__columns,
  .mega-menu[open] .mega-menu__cards {
    grid-template-columns: 1fr;
  }

  .mega-menu[open] .mega-menu__cards { margin-top: 18px; }

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

  .hero__grid {
    display: block;
  }

  .product-rail__track .product-card {
    flex-basis: calc((100% - 32px) / 3);
  }
}

@media (max-width: 640px) {
  .site-header__main {
    min-height: 72px;
    grid-template-columns: 1fr;
  }

  .site-header__brand {
    font-size: 30px;
  }

  .site-search {
    grid-column: 1 / -1;
    height: 44px;
    margin-bottom: 12px;
  }

  .department-nav__inner {
    gap: 24px;
  }

  .category-overview__room img,
  .category-overview__room .image-placeholder {
    height: 180px;
  }

  .hero-carousel {
    min-height: 500px;
  }

  .hero-banner__copy {
    left: 28px;
    right: 28px;
    max-width: 310px;
  }

  .hero-banner__copy h1,
  .hero-banner__copy h2 {
    font-size: 38px;
  }

  .hero-banner__copy p {
    font-size: 18px;
  }

  .hero-banner__arrow {
    top: auto;
    bottom: 16px;
    width: 38px;
    height: 38px;
    transform: none;
  }

  .hero-banner--blue .hero-banner__media img,
  .hero-banner--aqua .hero-banner__media img {
    width: 100%;
    opacity: 0.72;
  }

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

  .product-rail__track .product-card {
    flex-basis: calc((100% - 16px) / 2);
  }

  .section-heading--rail {
    flex-direction: row;
    align-items: center;
    padding: 0;
  }

  .rail-controls {
    gap: 8px;
  }

  .rail-controls a {
    display: none;
  }

  .rail-controls button {
    width: 36px;
    height: 36px;
    font-size: 26px;
  }
}

.shop-video {
  padding: 34px 0 50px;
  overflow: hidden;
  background: #fff;
}

.shop-video__header {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 12px;
}

.shop-video__header h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
}

.shop-video__controls {
  display: flex;
  align-items: center;
  gap: 16px;
}

.shop-video__arrow {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #fafafa;
  color: #777;
  cursor: pointer;
}

.shop-video__arrow span {
  font-size: 30px;
  line-height: 1;
  transform: translateY(-1px);
}

.shop-video__count {
  min-width: 42px;
  text-align: center;
  white-space: nowrap;
}

.shop-video__count b {
  font-weight: 500;
}

.shop-video__rail {
  display: grid;
  grid-auto-columns: calc((100% - 48px) / 4);
  grid-auto-flow: column;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 6px 5px 9px;
  margin: -6px -5px -9px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.shop-video__rail::-webkit-scrollbar {
  display: none;
}

.shop-video-card {
  min-width: 0;
  overflow: hidden;
  scroll-snap-align: start;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.11);
  outline-offset: 2px;
}

.shop-video-card__media {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border: 0;
  background: #efefef;
  padding: 0;
  cursor: pointer;
}

.shop-video-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shop-video-card__preview-video {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
  background: #111;
}

.shop-video-card__placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: #777;
  font-size: 24px;
  font-weight: 600;
}

.shop-video-card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  transform: translate(-50%, -50%);
  transition: background 160ms ease, transform 160ms ease;
}

.shop-video-card__media:hover .shop-video-card__play {
  background: rgba(255, 255, 255, 0.92);
  transform: translate(-50%, -50%) scale(1.06);
}

.shop-video-card__play i {
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 20px solid #282828;
}

.shop-video-product {
  display: grid;
  min-height: 124px;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 14px;
}

.shop-video-product__image {
  display: grid;
  width: 88px;
  height: 88px;
  place-items: center;
  overflow: hidden;
  background: #fff;
}

.shop-video-product__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.shop-video-product__copy {
  display: grid;
  min-width: 0;
  gap: 6px;
}

.shop-video-product__copy strong {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

.shop-video-product__copy > span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #555;
  font-size: 15px;
  line-height: 1.4;
}

.shop-video-modal {
  width: min(520px, calc(100% - 28px));
  max-width: none;
  border: 0;
  border-radius: 7px;
  background: #111;
  padding: 0;
  overflow: visible;
}

.shop-video-modal::backdrop {
  background: rgba(0, 0, 0, 0.75);
}

.shop-video-modal__close {
  position: absolute;
  z-index: 2;
  top: -16px;
  right: -16px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #222;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.shop-video-modal__frame {
  width: 100%;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border-radius: 7px;
}

.shop-video-modal__frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.instagram-feed {
  padding: 44px 0 72px;
  background: #fff;
}

.instagram-feed__intro {
  max-width: 760px;
  margin: 0 auto 26px;
  text-align: center;
}

.instagram-feed__eyebrow {
  margin: 0 0 8px;
  color: #202327;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.instagram-feed__intro h1 {
  margin: 0;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.05;
}

.instagram-feed__description {
  margin-top: 12px;
  color: #5f6368;
  font-size: 16px;
  line-height: 1.6;
}

.instagram-feed__description p { margin: 0; }

.instagram-feed__filters {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 24px;
}

.instagram-feed__filter {
  min-width: 108px;
  padding: 10px 18px;
  border: 1px solid #d5d8dc;
  border-radius: 3px;
  background: #fff;
  color: #303238;
  cursor: pointer;
  font: inherit;
}

.instagram-feed__filter:hover,
.instagram-feed__filter.is-active {
  border-color: #303238;
  background: #303238;
  color: #fff;
}

.instagram-feed__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.instagram-post[hidden] { display: none; }

.instagram-post {
  overflow: hidden;
  border: 1px solid #e4e5e7;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 3px 10px rgb(0 0 0 / 5%);
  transition: box-shadow .18s ease, transform .18s ease;
}

.instagram-post:hover,
.instagram-post:focus-within {
  box-shadow: 0 8px 18px rgb(0 0 0 / 10%);
  transform: translateY(-2px);
}

.instagram-post__open {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  text-align: left;
}

.instagram-post__media {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 4px;
  background: #f2f3f4;
}

.instagram-post__media img,
.instagram-post__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.instagram-post__placeholder {
  display: grid;
  place-items: center;
  color: #81858a;
  font-size: 22px;
  font-weight: 700;
}

.instagram-post__hover {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgb(0 0 0 / 48%);
  color: #fff;
  font-weight: 700;
  opacity: 0;
  transition: opacity .18s ease;
}

.instagram-post__open:hover .instagram-post__hover,
.instagram-post__open:focus-visible .instagram-post__hover { opacity: 1; }

.instagram-post__play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 50%;
  background: rgb(255 255 255 / 88%);
  transform: translate(-50%, -50%);
}

.instagram-post__play i {
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid #303238;
}

.instagram-post__meta {
  display: grid;
  gap: 4px;
  padding: 11px 2px 2px;
}

.instagram-post__meta strong { font-size: 14px; }
.instagram-post__meta span { color: #71757a; font-size: 13px; }

.instagram-feed__empty {
  padding: 54px 24px;
  border: 1px dashed #cdd1d5;
  color: #676b70;
  text-align: center;
}

.instagram-post-modal {
  width: min(980px, calc(100vw - 32px));
  max-width: none;
  padding: 0;
  border: 0;
  border-radius: 5px;
  background: #fff;
  color: #24262a;
  box-shadow: 0 24px 80px rgb(0 0 0 / 30%);
}

.instagram-post-modal::backdrop { background: rgb(0 0 0 / 62%); }

.instagram-post-modal__body {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
}

.instagram-post-modal__media {
  display: grid;
  min-height: 540px;
  place-items: center;
  background: #111;
}

.instagram-post-modal__media img,
.instagram-post-modal__media video {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 72vh;
  object-fit: contain;
}

.instagram-post-modal__info { padding: 44px 34px 34px; }
.instagram-post-modal__handle { margin: 0 0 14px; color: #202327; font-weight: 700; }
.instagram-post-modal__info h2 { margin: 0 0 16px; font-size: 24px; line-height: 1.2; }
.instagram-post-modal__caption { margin: 0 0 18px; color: #5f6368; line-height: 1.6; white-space: pre-line; }
.instagram-post-modal__tags { margin: 0; color: #202327; font-size: 14px; }

.instagram-post-modal__close {
  position: absolute;
  top: 12px;
  right: 14px;
  z-index: 1;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: rgb(255 255 255 / 92%);
  color: #24262a;
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
}

@media (max-width: 900px) {
  .instagram-feed__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .instagram-feed { padding: 30px 0 48px; }
  .instagram-feed__filters { gap: 6px; }
  .instagram-feed__filter { min-width: 0; padding: 9px 12px; font-size: 13px; }
  .instagram-feed__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .instagram-post__meta { padding-top: 8px; }
  .instagram-post__meta strong { font-size: 13px; }
  .instagram-post__meta span { font-size: 11px; }
  .instagram-post-modal__body { grid-template-columns: 1fr; }
  .instagram-post-modal__media { min-height: 0; aspect-ratio: 1 / 1; }
  .instagram-post-modal__info { padding: 24px; }
}

@media (max-width: 980px) {
  .shop-video__rail {
    grid-auto-columns: calc((100% - 32px) / 3);
  }
}

@media (max-width: 640px) {
  .shop-video {
    padding: 26px 0 38px;
  }

  .shop-video__header h2 {
    font-size: 26px;
  }

  .shop-video__controls {
    gap: 8px;
  }

  .shop-video__arrow {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .shop-video__rail {
    grid-auto-columns: 84%;
    gap: 12px;
  }

  .shop-video-product {
    min-height: 110px;
    grid-template-columns: 76px minmax(0, 1fr);
    padding: 12px;
  }

  .shop-video-product__image {
    width: 76px;
    height: 76px;
  }

  .shop-video-product__copy strong {
    font-size: 22px;
  }

  .shop-video-modal__close {
    top: 8px;
    right: 8px;
  }
}

/* Final header positioning override: keep the full navigation attached to the viewport. */
.shopify-section-group-header-group {
  min-height: 145px;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  width: 100%;
  z-index: 100;
}

.template-collection .category-overview--collection {
  padding: 26px 0 28px;
  background: #fff;
}

.template-collection .collection-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e7e8eb;
  padding-bottom: 12px;
}

.template-collection .collection-section-heading h2 {
  margin: 0;
  font-size: 25px;
  line-height: 1.2;
}

.template-collection .collection-section-heading a {
  color: #111;
  font-weight: 700;
  text-decoration: underline;
}

.template-collection .category-overview__grid--collection {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.template-collection .category-overview__tile--collection {
  border: 1px solid #e7e8eb;
  border-radius: 7px;
  background: #fff;
  padding: 12px;
  text-align: left;
  box-shadow: 0 3px 10px rgb(0 0 0 / 4%);
  transition: box-shadow .18s ease, transform .18s ease;
}

.template-collection .category-overview__tile--collection:hover,
.template-collection .category-overview__tile--collection:focus-visible,
.template-collection .category-overview__tile--collection.is-active {
  box-shadow: 0 8px 18px rgb(0 0 0 / 10%);
  transform: translateY(-2px);
}

.template-collection .category-overview__tile--collection img,
.template-collection .category-overview__tile--collection .image-placeholder {
  height: 150px;
  border-radius: 5px;
  background: #fff;
  padding: 12px;
}

.template-collection .category-overview__tile-copy {
  display: grid;
  gap: 5px;
}

.template-collection .category-overview__tile-copy strong {
  color: #202327;
  font-size: 15px;
  line-height: 1.25;
}

.template-collection .category-overview__tile-copy small {
  color: #69707a;
  font-size: 13px;
  line-height: 1.35;
}

.template-collection .collection-results {
  padding: 26px 0 56px;
  border-top: 1px solid #e7e8eb;
  background: #fff;
}

.template-collection .collection-layout {
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 26px;
}

.template-collection .filter-panel {
  position: sticky;
  top: 166px;
  border: 1px solid #e7e8eb;
  border-radius: 7px;
  background: #fff;
  padding: 16px 18px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 4%);
}

.template-collection .filter-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid #e7e8eb;
  padding-bottom: 12px;
}

.template-collection .filter-panel__header h2 {
  margin: 0;
  font-size: 20px;
}

.template-collection .filter-panel__header a {
  color: #6b737d;
  font-size: 13px;
  text-decoration: underline;
}

.template-collection .filter-group {
  padding: 17px 0;
  border-bottom: 1px solid #eef0f2;
}

.template-collection .filter-group:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.template-collection .filter-group h3 {
  margin-bottom: 10px;
  font-size: 16px;
}

.template-collection .filter-option {
  border-radius: 5px;
  padding: 8px 9px;
  color: #434950;
}

.template-collection .filter-option:hover,
.template-collection .filter-option.is-active {
  background: #f3f4f5;
  color: #111;
}

.template-collection .price-filter {
  display: grid;
  gap: 10px;
}

.template-collection .collection-toolbar {
  min-height: auto;
  margin-bottom: 18px;
  border: 1px solid #e7e8eb;
  border-radius: 7px;
  padding: 15px 18px;
  background: #fff;
  box-shadow: 0 3px 10px rgb(0 0 0 / 4%);
}

.template-collection .collection-toolbar strong {
  display: block;
  margin-bottom: 4px;
  font-size: 20px;
}

.template-collection .collection-toolbar p {
  margin: 0;
  color: #6a717b;
}

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

.template-collection .collection-product-grid .product-card {
  min-width: 0;
  border: 1px solid #e7e8eb;
  border-radius: 7px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 3px 10px rgb(0 0 0 / 5%);
  transition: box-shadow .18s ease, transform .18s ease;
}

.template-collection .collection-product-grid .product-card:hover,
.template-collection .collection-product-grid .product-card:focus-within {
  box-shadow: 0 8px 18px rgb(0 0 0 / 10%);
  transform: translateY(-2px);
}

.template-collection .collection-product-grid .product-card__media {
  aspect-ratio: 1.05 / 1;
}

.template-collection .collection-product-grid .product-card__media img {
  padding: 20px;
}

.template-collection .collection-product-grid .product-card__content {
  padding: 14px 15px 17px;
}

.template-collection .collection-empty {
  display: grid;
  justify-items: start;
  gap: 12px;
  border: 1px solid #e7e8eb;
  border-radius: 7px;
  padding: 34px;
  background: #fff;
}

.template-collection .collection-empty h2,
.template-collection .collection-empty p {
  margin: 0;
}

.template-collection .collection-pagination {
  margin-top: 28px;
  justify-content: center;
}

@media (max-width: 1280px) {
  .template-collection .category-overview__grid--collection,
  .template-collection .collection-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .template-collection .collection-layout {
    grid-template-columns: 1fr;
  }

  .template-collection .filter-panel {
    position: static;
  }

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

@media (max-width: 640px) {
  .template-collection .collection-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .template-collection .collection-toolbar form {
    width: 100%;
  }

  .template-collection .collection-toolbar .sort-select {
    width: 100%;
  }

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

html {
  scroll-padding-top: 145px;
}

@media (max-width: 749px) {
  .shopify-section-group-header-group {
    min-height: 132px;
  }

  html {
    scroll-padding-top: 132px;
  }
}
