* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: #fffced;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(34px, 4vw, 72px);
  min-height: 132px;
  padding: 30px 48px;
  background: #ffffff;
  border-bottom: 1px solid rgba(18, 13, 18, 0.08);
  color: #120d12;
}

.brand-logo {
  display: inline-flex;
  align-items: center;
  width: clamp(185px, 16vw, 254px);
  text-decoration: none;
}

.brand-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(26px, 2.6vw, 48px);
  white-space: nowrap;
}

.primary-nav a {
  color: #120d12;
  font-size: clamp(15px, 1.1vw, 21px);
  font-weight: 800;
  letter-spacing: 0;
  text-decoration: none;
}

.primary-nav a:hover {
  color: #4a9f43;
}

.primary-nav a.is-active {
  color: #120d12;
  text-decoration: underline;
  text-decoration-color: #fff200;
  text-decoration-thickness: 5px;
  text-underline-offset: 9px;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(20px, 1.6vw, 30px);
}

.icon-button,
.language-button,
.language-menu button {
  appearance: none;
  border: 0;
  background: transparent;
  color: #120d12;
  font: inherit;
}

.icon-button {
  position: relative;
  width: 38px;
  height: 38px;
  padding: 0;
  cursor: pointer;
}

.search-icon::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 4px;
  width: 22px;
  height: 22px;
  border: 3px solid currentColor;
  border-radius: 50%;
}

.search-icon::after {
  content: "";
  position: absolute;
  left: 27px;
  top: 27px;
  width: 15px;
  height: 3px;
  background: currentColor;
  border-radius: 3px;
  transform: rotate(45deg);
  transform-origin: left center;
}

.account-icon::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 1px;
  width: 14px;
  height: 14px;
  border: 3px solid currentColor;
  border-radius: 50%;
}

.account-icon::after {
  content: "";
  position: absolute;
  left: 5px;
  bottom: 2px;
  width: 28px;
  height: 14px;
  border: 3px solid currentColor;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom: 0;
}

.heart-icon {
  font-size: 46px;
  font-weight: 300;
  line-height: 28px;
}

.cart-icon::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 10px;
  width: 23px;
  height: 15px;
  border: 3px solid currentColor;
  border-top: 0;
  border-radius: 0 0 3px 3px;
}

.cart-icon::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 6px;
  width: 8px;
  height: 3px;
  background: currentColor;
  border-radius: 3px;
  transform: rotate(18deg);
}

.cart-wheels {
  position: absolute;
  left: 11px;
  bottom: 4px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 16px 0 0 currentColor;
}

.language-switcher {
  position: relative;
}

.language-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 68px;
  height: 42px;
  padding: 0 2px;
  color: #120d12;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
}

.chevron {
  width: 12px;
  height: 12px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-3px) rotate(45deg);
}

.language-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 15px);
  display: none;
  min-width: 164px;
  padding: 12px 0;
  background: #ffffff;
  border: 1px solid #d7dbe2;
  border-radius: 6px;
  box-shadow: 0 12px 28px rgba(18, 13, 18, 0.16);
}

.language-menu::before {
  content: "";
  position: absolute;
  right: 33px;
  top: -10px;
  width: 18px;
  height: 18px;
  background: #ffffff;
  border-left: 1px solid #d7dbe2;
  border-top: 1px solid #d7dbe2;
  transform: rotate(45deg);
}

.language-switcher.is-open .language-menu {
  display: block;
}

.language-menu button {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  padding: 10px 28px;
  color: #5c626c;
  font-size: 22px;
  line-height: 1.25;
  text-align: left;
  cursor: pointer;
}

.language-menu button:hover {
  color: #120d12;
  background: #fff9b8;
}

.image-page {
  width: 100%;
}

.image-page img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.legal {
  padding: 14px 18px 18px;
  background: #fff200;
  text-align: center;
}

.legal a {
  color: #160f18;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.shop-body {
  background: #ffffff;
  color: #120d12;
}

.shop-shell {
  display: grid;
  grid-template-columns: minmax(210px, 280px) minmax(0, 1fr);
  gap: clamp(30px, 4vw, 58px);
  width: min(1840px, 100%);
  margin: 0 auto;
  padding: 48px 54px 72px;
}

.shop-sidebar {
  align-self: start;
  position: sticky;
  top: 156px;
}

.filter-section {
  padding: 0 0 34px;
  margin: 0 0 30px;
  border-bottom: 1px solid #d9d9d0;
}

.filter-section h2 {
  margin: 0 0 20px;
  color: #120d12;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.filter-list {
  display: grid;
  gap: 17px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.filter-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #29242a;
  font-size: 16px;
  line-height: 1.3;
  text-decoration: none;
}

.filter-list a::after {
  content: "+";
  font-size: 22px;
  font-weight: 700;
}

.filter-list li:first-child a::after {
  content: "";
}

.check-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 14px 0;
  color: #29242a;
  font-size: 16px;
  cursor: pointer;
}

.check-row input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #fff200;
}

.shop-content {
  min-width: 0;
}

.shop-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 520px);
  gap: 28px;
  align-items: end;
  padding-bottom: 36px;
  border-bottom: 1px solid #d9d9d0;
}

.shop-kicker {
  margin: 0 0 12px;
  color: #4a9f43;
  font-size: 14px;
  font-weight: 900;
}

.shop-heading h1 {
  margin: 0;
  font-size: clamp(44px, 6vw, 94px);
  line-height: 0.95;
  letter-spacing: 0;
}

.shop-summary {
  margin: 0;
  color: #514b54;
  font-size: clamp(16px, 1.2vw, 21px);
  line-height: 1.55;
}

.shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 42px 0 34px;
}

.view-as,
.select-wrap {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #29242a;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.view-button {
  width: 32px;
  height: 32px;
  border: 1px solid #a7a7a0;
  background:
    linear-gradient(90deg, transparent 30%, #777 30% 42%, transparent 42% 58%, #777 58% 70%, transparent 70%),
    linear-gradient(#777 0 0) 50% 8px / 18px 3px no-repeat,
    linear-gradient(#777 0 0) 50% 15px / 18px 3px no-repeat,
    linear-gradient(#777 0 0) 50% 22px / 18px 3px no-repeat;
  cursor: pointer;
}

.view-button.is-selected {
  border-color: #120d12;
  box-shadow: inset 0 0 0 2px #120d12;
}

.select-wrap select {
  min-width: 132px;
  height: 50px;
  padding: 0 42px 0 18px;
  border: 1px solid #cfcfc8;
  background: #ffffff;
  color: #120d12;
  font: inherit;
}

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

.product-card {
  min-width: 0;
  text-align: center;
}

.product-link-card {
  display: block;
  color: inherit;
  text-decoration: none;
}

.product-card-link {
  color: inherit;
  text-decoration: none;
}

.product-photo {
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 1;
  margin: 0 0 18px;
  overflow: hidden;
  background: #f5fbff;
}

.product-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 180ms ease;
}

.product-link-card:hover .product-photo img {
  transform: scale(1.035);
}

.product-shop-card:hover .product-photo img {
  transform: scale(1.035);
}

.product-art {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 1;
  margin: 0 0 18px;
  overflow: hidden;
  background: #f4f4ef;
}

.product-art::before,
.product-art::after {
  content: "";
  position: absolute;
  border-radius: 999px;
}

.product-art::before {
  width: 52%;
  height: 52%;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 58px 42px 0 rgba(255, 255, 255, 0.38), -48px -40px 0 rgba(255, 255, 255, 0.28);
}

.product-art::after {
  inset: auto 10% 10% auto;
  width: 30%;
  height: 18%;
  background: rgba(18, 13, 18, 0.12);
  transform: rotate(-10deg);
}

.product-art span {
  position: relative;
  z-index: 1;
  max-width: 70%;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #120d12;
  font-size: clamp(15px, 1.2vw, 23px);
  font-weight: 950;
  line-height: 1.1;
}

.art-yellow { background: #fff200; }
.art-pink { background: #ff71ad; }
.art-blue { background: #59c9ff; }
.art-green { background: #5be36c; }
.art-purple { background: #a77cff; }
.art-orange { background: #ff9e1b; }
.art-coral { background: #ff6d4d; }
.art-sky { background: #86d9ff; }
.art-lime { background: #c6ff4a; }
.art-mint { background: #66e6c7; }
.art-red { background: #ff5d6c; }
.art-cream { background: #fff0bc; }

.product-card h2 {
  margin: 0 auto 8px;
  max-width: 92%;
  color: #120d12;
  font-size: clamp(17px, 1.25vw, 23px);
  line-height: 1.35;
  font-weight: 700;
}

.product-card h2 a {
  color: inherit;
  text-decoration: none;
}

.product-card h2 a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.product-card p {
  margin: 0 0 12px;
  color: #6d6770;
  font-size: 15px;
  line-height: 1.4;
}

.product-card strong {
  display: block;
  margin: 0 0 15px;
  color: #120d12;
  font-size: 18px;
}

.swatches {
  display: flex;
  justify-content: center;
  gap: 9px;
}

.swatches i {
  width: 26px;
  height: 26px;
  border: 1px solid #d9d9d0;
  border-radius: 50%;
  background: #fff200;
  box-shadow: inset 0 0 0 4px #ffffff;
}

.swatches i:nth-child(2) { background: #ff71ad; }
.swatches i:nth-child(3) { background: #59c9ff; }
.swatches i:nth-child(4) { background: #5be36c; }
.swatches i:nth-child(5) { background: #a77cff; }

.product-mini-options {
  display: flex;
  justify-content: center;
  gap: 11px;
  margin-top: 4px;
}

.product-mini-options button,
.product-thumbs button {
  position: relative;
}

.product-mini-options button {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  padding: 4px;
  border: 2px solid #d9d9d0;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
}

.product-mini-options button.is-selected {
  border-color: #120d12;
}

.product-mini-options img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.option-tooltip {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  z-index: 3;
  width: max-content;
  max-width: 190px;
  padding: 7px 10px;
  border-radius: 4px;
  background: #120d12;
  color: #ffffff;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.25;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, 5px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.option-tooltip::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #120d12;
  transform: translateX(-50%);
}

.product-mini-options button:hover .option-tooltip,
.product-mini-options button:focus-visible .option-tooltip,
.product-thumbs button:hover .option-tooltip,
.product-thumbs button:focus-visible .option-tooltip {
  opacity: 1;
  transform: translate(-50%, 0);
}

.product-body {
  background: #ffffff;
}

.product-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: clamp(34px, 5vw, 84px);
  width: min(1680px, 100%);
  margin: 0 auto;
  padding: 54px clamp(24px, 4vw, 68px) 72px;
}

.product-gallery {
  min-width: 0;
}

.product-main-image {
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 1;
  background: #effbff;
  overflow: hidden;
}

.product-main-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-thumbs {
  display: grid;
  grid-template-columns: repeat(3, 96px);
  gap: 14px;
  margin-top: 18px;
}

.product-thumbs-two {
  grid-template-columns: repeat(2, 96px);
}

.product-thumbs button {
  aspect-ratio: 1 / 1;
  padding: 0;
  border: 2px solid transparent;
  background: #f5fbff;
  cursor: pointer;
}

.product-thumbs button.is-selected {
  border-color: #120d12;
}

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

.product-buy-panel {
  align-self: start;
  position: sticky;
  top: 156px;
  min-width: 0;
  padding: 6px 0 0;
}

.breadcrumb {
  display: inline-block;
  margin-bottom: 24px;
  color: #6d6770;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.product-buy-panel h1 {
  margin: 0 0 20px;
  color: #120d12;
  font-size: clamp(44px, 5vw, 88px);
  line-height: 0.98;
  letter-spacing: 0;
}

.product-lead {
  margin: 0 0 28px;
  color: #514b54;
  font-size: clamp(17px, 1.25vw, 22px);
  line-height: 1.6;
}

.product-status {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 34px;
}

.product-status span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 13px;
  border: 1px solid #120d12;
  border-radius: 999px;
  background: #fff200;
  color: #120d12;
  font-size: 14px;
  font-weight: 850;
}

.product-price {
  display: flex;
  align-items: baseline;
  gap: 16px;
  padding: 0 0 26px;
  border-bottom: 1px solid #d9d9d0;
  margin-bottom: 0;
}

.product-price span {
  color: #514b54;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-price strong {
  color: #120d12;
  font-size: clamp(34px, 3.5vw, 52px);
  line-height: 1;
  font-weight: 950;
}

.variant-block {
  padding: 26px 0;
  border-top: 1px solid #d9d9d0;
}

.product-price + .variant-block {
  border-top: 0;
}

.variant-block h2 {
  margin: 0 0 14px;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.variant-options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.variant-options button,
.size-grid span {
  min-height: 46px;
  padding: 12px 16px;
  border: 1px solid #cfcfc8;
  background: #ffffff;
  color: #120d12;
  font: inherit;
  font-size: 15px;
  font-weight: 750;
}

.product-choice-grid {
  gap: 12px;
}

.product-choice-grid button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 62px;
  padding: 14px 18px;
  border: 1px solid #cfcfc8;
  background: #ffffff;
  color: #120d12;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.product-choice-grid button.is-selected {
  border-color: #120d12;
  box-shadow: inset 0 0 0 3px #120d12;
}

.product-choice-grid span {
  min-height: 0;
  padding: 0;
  border: 0;
  font-size: clamp(15px, 1.1vw, 18px);
  font-weight: 900;
}

.product-choice-grid small {
  color: #6d6770;
  font-size: 14px;
  font-weight: 750;
  white-space: nowrap;
}

.variant-options button:first-child {
  border-color: #120d12;
  box-shadow: inset 0 0 0 2px #120d12;
}

.size-grid {
  display: grid;
  gap: 10px;
}

.coming-soon-button {
  width: 100%;
  min-height: 58px;
  margin-top: 12px;
  border: 0;
  background: #120d12;
  color: #ffffff;
  font: inherit;
  font-size: 18px;
  font-weight: 900;
}

.detail-intro {
  max-width: 960px;
  margin: 0 auto;
  padding: 84px 24px;
  text-align: center;
}

.detail-intro h2 {
  margin: 0 auto 22px;
  color: #120d12;
  font-size: clamp(38px, 5vw, 76px);
  line-height: 1.02;
  letter-spacing: 0;
}

.detail-intro p:last-child {
  margin: 0;
  color: #514b54;
  font-size: clamp(17px, 1.4vw, 23px);
  line-height: 1.75;
}

.detail-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 72px);
  align-items: center;
  padding: clamp(56px, 7vw, 104px) clamp(24px, 5vw, 86px);
}

.detail-section-light {
  background: #f3fbff;
}

.detail-section-reverse {
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr);
  background: #fffdf2;
}

.detail-section-reverse .detail-copy {
  order: 2;
}

.detail-section img {
  display: block;
  width: 100%;
  max-height: 760px;
  object-fit: cover;
}

.detail-copy h2,
.spec-section h2 {
  margin: 0 0 22px;
  color: #120d12;
  font-size: clamp(34px, 4.2vw, 68px);
  line-height: 1.05;
  letter-spacing: 0;
}

.detail-copy p {
  margin: 0;
  color: #514b54;
  font-size: clamp(17px, 1.2vw, 22px);
  line-height: 1.7;
}

.detail-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.detail-list li {
  padding: 14px 16px;
  background: #ffffff;
  border-left: 6px solid #fff200;
  color: #29242a;
  font-size: clamp(16px, 1.1vw, 20px);
  font-weight: 750;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: #d9d9d0;
}

.feature-grid article {
  background: #ffffff;
}

.feature-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.12;
  object-fit: cover;
}

.feature-grid h2 {
  margin: 22px 24px 10px;
  color: #120d12;
  font-size: clamp(22px, 2vw, 34px);
  line-height: 1.08;
}

.feature-grid p {
  margin: 0 24px 30px;
  color: #514b54;
  font-size: 16px;
  line-height: 1.55;
}

.spec-section {
  padding: clamp(64px, 7vw, 110px) clamp(24px, 5vw, 86px);
  background: #fffced;
}

.spec-section > .shop-kicker,
.spec-section > h2,
.spec-note {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 58px);
  max-width: 1180px;
  margin: 34px auto;
}

.spec-grid article {
  background: #ffffff;
  border: 1px solid #e4e1d5;
}

.spec-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 0.72;
  object-fit: cover;
  background: #f3fbff;
}

.spec-grid h3 {
  margin: 24px 24px 18px;
  color: #120d12;
  font-size: 26px;
  line-height: 1.15;
}

.spec-grid dl {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 0;
  margin: 0 24px 28px;
  border-top: 1px solid #e4e1d5;
}

.spec-grid dt,
.spec-grid dd {
  margin: 0;
  padding: 13px 0;
  border-bottom: 1px solid #e4e1d5;
  color: #29242a;
  font-size: 15px;
  line-height: 1.45;
}

.spec-grid dt {
  font-weight: 900;
}

.spec-note {
  color: #6d6770;
  font-size: 15px;
  line-height: 1.6;
}

.instruction-panel {
  max-width: 1180px;
  margin: 46px auto 0;
  padding: clamp(24px, 4vw, 42px);
  background: #ffffff;
  border: 1px solid #e4e1d5;
}

.instruction-panel h3 {
  margin: 0 0 20px;
  color: #120d12;
  font-size: clamp(26px, 3vw, 44px);
  line-height: 1.08;
}

.instruction-panel ol {
  display: grid;
  gap: 10px;
  margin: 0 0 22px;
  padding-left: 22px;
  color: #29242a;
  font-size: clamp(16px, 1.15vw, 19px);
  line-height: 1.55;
  font-weight: 750;
}

.instruction-panel p:last-child {
  margin: 0;
  color: #6d6770;
  font-size: 15px;
  line-height: 1.65;
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: 1fr auto;
    gap: 18px 28px;
    min-height: auto;
    padding: 22px 24px;
  }

  .brand-logo {
    width: clamp(176px, 26vw, 225px);
  }

  .primary-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    gap: 28px;
    overflow-x: auto;
    padding: 8px 0 2px;
    scrollbar-width: none;
  }

  .primary-nav::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 980px) {
  .shop-shell {
    grid-template-columns: 1fr;
    padding: 36px 24px 56px;
  }

  .shop-sidebar {
    position: static;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

  .filter-section {
    margin: 0;
  }

  .shop-heading {
    grid-template-columns: 1fr;
  }

  .shop-toolbar {
    align-items: flex-start;
    flex-wrap: wrap;
  }

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

  .product-hero,
  .detail-section,
  .detail-section-reverse {
    grid-template-columns: 1fr;
  }

  .product-buy-panel {
    position: static;
  }

  .detail-section-reverse .detail-copy {
    order: 0;
  }

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

@media (max-width: 680px) {
  .site-header {
    padding: 18px 16px;
  }

  .brand-logo {
    width: 132px;
  }

  .header-actions {
    gap: 12px;
  }

  .icon-button {
    width: 31px;
    height: 34px;
  }

  .search-icon::before {
    width: 18px;
    height: 18px;
    border-width: 2px;
  }

  .search-icon::after {
    left: 23px;
    top: 24px;
    width: 12px;
    height: 2px;
  }

  .account-icon::before,
  .account-icon::after,
  .cart-icon::before {
    border-width: 2px;
  }

  .cart-icon::after {
    height: 2px;
  }

  .heart-icon {
    font-size: 38px;
  }

  .cart-wheels {
    width: 5px;
    height: 5px;
    box-shadow: 13px 0 0 currentColor;
  }

  .language-button {
    min-width: 52px;
    font-size: 16px;
  }

  .language-menu {
    min-width: 132px;
  }

  .language-menu button {
    font-size: 18px;
    padding: 9px 20px;
  }

  .shop-shell {
    padding: 28px 16px 48px;
  }

  .shop-sidebar {
    grid-template-columns: 1fr;
  }

  .shop-toolbar {
    display: grid;
    grid-template-columns: 1fr;
  }

  .view-as,
  .select-wrap {
    justify-content: space-between;
  }

  .select-wrap select {
    min-width: 150px;
  }

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

  .product-hero {
    padding: 28px 16px 52px;
  }

  .product-thumbs {
    grid-template-columns: repeat(3, 74px);
    gap: 10px;
  }

  .product-thumbs-two {
    grid-template-columns: repeat(2, 74px);
  }

  .product-choice-grid button {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .product-choice-grid small {
    white-space: normal;
  }

  .product-buy-panel h1 {
    font-size: 42px;
  }

  .detail-intro {
    padding: 58px 18px;
  }

  .detail-section {
    padding: 48px 18px;
  }

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

  .spec-section {
    padding: 52px 18px;
  }

  .spec-grid dl {
    grid-template-columns: 72px minmax(0, 1fr);
  }
}
