﻿:root {
  --shop-blue: #f5b400;
  --shop-blue-dark: #d99a00;
  --shop-orange: #f5b400;
  --shop-orange-dark: #d99a00;
  --shop-border: #eadfbd;
  --shop-bg: #fff8e6;
  --shop-text: #333;
  --shop-muted: #8a7650;
  --shop-gold-soft: #fff4cc;
  --shop-gold-pale: #fffaf0;
  --shop-gold-text: #8a5a00;
}
html, body {
  margin: 0;
  padding: 0;
}
body.shop-template {
  font: 12px/1.5 "Microsoft YaHei", Arial, Helvetica, sans-serif;
  color: var(--shop-text);
  background: #fff8e6;
  text-align: left;
}
body.shop-template * { box-sizing: border-box; }
body.shop-template .wrapper,
body.shop-template .shop-content,
body.shop-template .box,
body.shop-template .summary-wrap,
body.shop-template .cart-content,
body.shop-template .detail-layout { background:#fff; }
body.shop-template .shop-home { padding: 10px 0 18px; }
body.shop-template .shop-home .container { padding: 0; }
body.shop-template a { color: #333; text-decoration: none; }
body.shop-template a:hover { text-decoration: underline; }
body.shop-template img { border: 0; vertical-align: middle; }
body.shop-template ul { list-style: none; margin: 0; padding: 0; }
body.shop-template .container { width: 1190px; margin: 0 auto; }
body.shop-template .clearfix::after { content: ""; display: block; clear: both; }
body.shop-template .header {
  height: 63px;
  margin-top: 0;
  padding-top: 10px;
  text-align: right;
  color: #848484;
}
body.shop-template .logo {
  float: left;
  width: auto;
  height: 53px;
  margin: 0;
}
body.shop-template .logo a {
  display: flex;
  align-items: center;
  height: 53px;
  color: #9f6a00;
  font-size: 19px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
body.shop-template .logo a span:last-child {
  display: inline-block;
  max-width: none;
  overflow: visible;
  text-overflow: clip;
  white-space: nowrap;
}
/* logo-mark removed: company title shows as plain text */
body.shop-template .logo-sub {
  display: block;
  color: #8a96a8;
  font-size: 12px;
  font-weight: 400;
}
body.shop-template .shortcut {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-top: 3px;
}
body.shop-template .shortcut li,
body.shop-template .loginfo,
body.shop-template .loginfo a {
  color: #848484;
}
body.shop-template .loginfo {
  margin-top: 9px;
}
body.shop-template .loginfo a { margin-left: 7px; text-decoration: underline; }
body.shop-template .loginfo a.reg { color: #b77900; }
body.shop-template .navbar {
  height: 38px;
  margin-top: 6px;
  background: linear-gradient(180deg, #ffd65f, #e4a600);
  border-radius: 0;
}
body.shop-template .navbar ul {
  float: left;
  height: 38px;
  display: flex;
}
body.shop-template .navbar li {
  height: 38px;
  font-size: 14px;
  font-weight: bold;
}
body.shop-template .navbar li.selected,
body.shop-template .navbar li:hover { background: rgba(92, 58, 0, 0.14); }
body.shop-template .navbar li a {
  display: inline-flex;
  align-items: center;
  height: 38px;
  padding: 0 18px;
  color: #3d2b00;
  text-decoration: none;
}
body.shop-template .mycart {
  float: right;
  height: 28px;
  margin: 5px 8px 0 0;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.48);
  color: #3d2b00;
}
body.shop-template .mycart dl {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 28px;
  margin: 0;
}
body.shop-template .mycart a { color: #3d2b00; }
body.shop-template .mycart b { color: #9b3200; }
body.shop-template .searchbar {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 36px;
  margin: 8px 0 12px;
  text-align: left;
}
body.shop-template .allsort {
  position: relative;
  width: 228px;
  height: 36px;
  border-radius: 999px;
  background: #fff;
  border: 2px solid var(--shop-blue);
  display: flex;
  align-items: center;
  padding: 0 16px;
}
body.shop-template .allsort > a {
  color: var(--shop-blue);
  font-size: 14px;
  font-weight: bold;
}
body.shop-template .searchbox {
  flex: 1;
  min-width: 0;
}
body.shop-template .searchbox form {
  display: flex;
  align-items: center;
}
body.shop-template .searchbox .text {
  flex: 1;
  min-width: 0;
  height: 36px;
  border: 2px solid var(--shop-blue);

  border-right: 0;
  padding: 0 12px;
  color: #666;
  outline: none;
  border-radius: 999px 0 0 999px;
}
body.shop-template .searchbox .btn {
  width: 94px;
  height: 36px;
  border: 0;
  color: #3d2b00;
  background: var(--shop-orange);
  cursor: pointer;
  border-radius: 0 999px 999px 0;
}
body.shop-template .hotwords {
  width: 220px;
  overflow: hidden;
  white-space: nowrap;
  color: #828282;
}
body.shop-template .wrapper { margin-bottom: 10px; }
body.shop-template .main { width: 1190px; float: none; }
body.shop-template .sidebar { display: none; }
body.shop-template .box {
  border: 1px solid var(--shop-border);
  background: #fff;
}
body.shop-template .title2,
body.shop-template .title3,
body.shop-template .title4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.shop-template .title2 {
  height: 40px;
  padding: 0 14px;
  border-bottom: 1px solid var(--shop-border);
}
body.shop-template .title3 {
  height: 44px;
  margin-top: 10px;
  padding: 0 14px;
}
body.shop-template .title4 {
  height: 40px;
  padding: 0 14px;
  background: #f7f8fb;
  border-bottom: 1px solid var(--shop-border);
}
body.shop-template .title2 h2,
body.shop-template .title3 h2,
body.shop-template .title4 h2 {
  margin: 0;
  font-size: 18px;
  text-align: left;
}
body.shop-template .title3 h2 {
  font: 28px "Microsoft YaHei", Arial, Tahoma;
  color: #9f6a00;
}
body.shop-template .title2 .more,
body.shop-template .title3 .more,
body.shop-template .title4 .more { color: #8b96aa; }
body.shop-template .title3 .category-links {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-left: auto;
  margin-right: 12px;
}
body.shop-template .title3 .category-links a {
  color: #7b879b;
  font-size: 12px;
}
body.shop-template .category-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: -1px;
}
body.shop-template .category-table th,
body.shop-template .category-table td {
  border: 1px solid var(--shop-border);
  padding: 8px 10px;
  color: #656565;
}
body.shop-template .category-table th {
  width: 100px;
  background: #fff4cc;
  color: #9f6a00;
  text-align: center;
}
body.shop-template .category-table td {
  text-align: left;
  line-height: 24px;
}
body.shop-template .category-table td a { margin-right: 14px; color: #5f6d84; }
body.shop-template .product-grid,
body.shop-template .shop-list-grid {
  display: grid;
  gap: 14px;
}
body.shop-template .product-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  padding: 12px 12px 16px;
}
body.shop-template .shop-list-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
body.shop-template .product-card {
  text-align: left;
  border: 1px solid #f0f0f0;
  background: #fff;
  padding: 10px;
  border-radius: 6px;
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}
body.shop-template .product-card:hover {
  border-color: var(--shop-blue);
  box-shadow: 0 10px 24px rgba(154, 105, 0, 0.14);
  transform: translateY(-1px);
}
body.shop-template .product-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #fafbfd;
  border-radius: 6px;
}
body.shop-template .product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.shop-template .product-title {
  display: block;
  margin-top: 8px;
  overflow: hidden;
  color: #444;
  line-height: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 36px;
}
body.shop-template .product-price { color: var(--shop-blue); font: 700 18px/1.1 Arial, "Microsoft YaHei", sans-serif; }
body.shop-template .market-price { color: #999; }
body.shop-template .product-meta,
body.shop-template .product-extra,
body.shop-template .summary-row,
body.shop-template .list-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
body.shop-template .product-meta { align-items: baseline; margin-top: 6px; }
body.shop-template .product-extra,
body.shop-template .list-meta { color: #999; font-size: 12px; margin-top: 4px; }
body.shop-template .product-actions,
body.shop-template .detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
body.shop-template .btn,
body.shop-template .btn-line,
body.shop-template .btn-blue {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  font-size: 12px;
}
body.shop-template .btn { background: linear-gradient(180deg, #ffd65f, #e4a600); color: #3d2b00; }
body.shop-template .btn-blue { background: linear-gradient(180deg, #ffd65f, #e4a600); color: #3d2b00; }
body.shop-template .btn-line { background: #fff; border: 1px solid #d9dee7; color: #67768f; }
body.shop-template .page-header,
body.shop-template .detail-card,
body.shop-template .summary-card,
body.shop-template .info-card {
  border: 1px solid var(--shop-border);
  background: #fff;
}
body.shop-template .page-header { padding: 18px 20px; }
body.shop-template .page-header h1 { margin: 0 0 8px; font-size: 24px; }
body.shop-template .page-header p,
body.shop-template .info-card p,
body.shop-template .detail-main p,
body.shop-template .summary-note,
body.shop-template .breadcrumb { color: #888; line-height: 1.9; }
body.shop-template .shop-content { width: 1190px; margin: 0 auto; }
body.shop-template .shop-page-wrap { margin-bottom: 16px; }
body.shop-template .two-col,
body.shop-template .detail-layout,
body.shop-template .cart-content,
body.shop-template .info-grid {
  display: grid;
  gap: 14px;
}
body.shop-template .two-col,
body.shop-template .info-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
body.shop-template .detail-layout { grid-template-columns: 380px 1fr; }
body.shop-template .cart-content { grid-template-columns: 1.2fr 0.8fr; }
body.shop-template .position {
  width: 960px;
  margin: 0 auto;
  padding: 8px 4px 10px;
  text-align: left;
  color: #7a879b;
}
body.shop-template .position a { color: #9f6a00; }
body.shop-template .summary-wrap {
  width: 960px;
  margin: 0 auto 10px;
  display: grid;
  grid-template-columns: 435px 1fr;
  gap: 20px;
  align-items: start;
}
body.shop-template .preview { text-align: left; }
body.shop-template .detail-card,
body.shop-template .summary-card,
body.shop-template .info-card { padding: 18px; }
body.shop-template .detail-photo {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f5f7fb;
}
body.shop-template .detail-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.shop-template .detail-photo.is-preview { border: 1px solid #eceff5; }
body.shop-template .thumb-strip {
  display: flex;
  gap: 12px;
  margin-top: 10px;
  flex-wrap: wrap;
}
body.shop-template .thumb-item {
  width: 72px;
  height: 72px;
  border: 1px solid #d9dee7;
  padding: 4px;
  background: #fff;
  cursor: pointer;
}
body.shop-template .thumb-item.active { border-color: #f39b1d; }
body.shop-template .thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.shop-template .summary { text-align: left; }
body.shop-template .summary h2 {
  margin: 0 0 12px;
  font-size: 24px;
  color: #333;
}
body.shop-template .summary-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.shop-template .summary-list li {
  padding: 7px 0;
  color: #666;
}
body.shop-template .summary-list .price-line {
  color: #a40000;
  font-weight: 700;
}
body.shop-template .summary-list .price-line strong { font-size: 30px; }
body.shop-template .qty-buy {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px dashed #d8dee8;
}
body.shop-template .qty-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
body.shop-template .qty-box {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
body.shop-template .qty-box button {
  width: 28px;
  height: 28px;
  border: 1px solid #d9dee7;
  background: #fff;
  cursor: pointer;
}
body.shop-template .qty-box input {
  width: 54px;
  height: 28px;
  text-align: center;
  border: 1px solid #d9dee7;
}
body.shop-template .buy-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
body.shop-template .zoom-link {
  width: 960px;
  margin: 0 auto 10px;
  text-align: left;
}
body.shop-template .zoom-link a { color: #9f6a00; }
body.shop-template .products-main-wrap {
  width: 960px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 18px;
}
body.shop-template .side-box {
  border: 1px solid var(--shop-border);
  background: #fff;
  margin-bottom: 10px;
}
body.shop-template .side-box .title {
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  background: #fff4cc;
  color: #8a5a00;
  font-weight: 700;
  text-align: left;
}
body.shop-template .side-box .cont { padding: 10px; }
body.shop-template .side-mini-list {
  display: grid;
  gap: 10px;
}
body.shop-template .side-mini-item { text-align: left; }
body.shop-template .side-mini-item img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid #eceff5;
}
body.shop-template .side-mini-item a {
  display: block;
  margin-top: 6px;
  color: #444;
  line-height: 1.5;
}
body.shop-template .detail-content-box {
  border: 1px solid var(--shop-border);
  background: #fff;
}
body.shop-template .detail-tab-head {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--shop-border);
  background: #f7f8fb;
}
body.shop-template .detail-tab-head span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 40px;
  font-weight: 700;
  color: #3a465c;
  background: #fff;
  border-right: 1px solid var(--shop-border);
}
body.shop-template .detail-content {
  padding: 18px;
  text-align: center;
}
body.shop-template .detail-content img {
  width: 100%;
  max-width: 760px;
  margin: 0 auto 16px;
  border: 1px solid #edf1f6;
  background: #fff;
}
body.shop-template .detail-main h1 {
  margin: 10px 0 12px;
  font-size: 24px;
}
body.shop-template .price-row {
  margin: 16px 0;
  padding: 12px 14px;
  background: #fff4cc;
  border: 1px dashed #e5c46d;
}
body.shop-template .price-row strong {
  color: #a40000;
  font-size: 24px;
}
body.shop-template .spec-list {
  margin-top: 14px;
}
body.shop-template .spec-list li {
  padding: 9px 12px;
  margin-bottom: 8px;
  background: #fafbfd;
  border: 1px solid #edf1f6;
  color: #666;
}
body.shop-template .spec-list span { color: #444; font-weight: 700; }
body.shop-template .filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px 14px 0;
}
body.shop-template .filter-chip {
  padding: 6px 12px;
  border: 1px solid #d9dee7;
  background: #fff;
  color: #6f7b8f;
  cursor: pointer;
}
body.shop-template .filter-chip.is-active {
  background: linear-gradient(180deg, #ffd65f, #e4a600);
  border-color: var(--shop-blue);
  color: #3d2b00;
}
body.shop-template .cart-item {
  display: grid;
  grid-template-columns: 100px 1fr auto;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px dashed #d8dee8;
}
body.shop-template .cart-item:last-child { border-bottom: 0; }
body.shop-template .cart-thumb {
  width: 100px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f6f8fb;
}
body.shop-template .cart-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.shop-template .qty-control {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
body.shop-template .qty-control button {
  width: 28px;
  height: 28px;
  border: 1px solid #d8dee7;
  background: #fff;
  cursor: pointer;
}
body.shop-template .summary-row {
  padding: 10px 0;
  color: #666;
}
body.shop-template .summary-row.total {
  margin-top: 6px;
  padding-top: 14px;
  border-top: 1px solid #edf1f6;
  color: #444;
  font-weight: 700;
}
body.shop-template .footer {
  margin-top: 30px;
  background: #20202e;
  color: #fff;
}
body.shop-template .footer-top {
  padding: 44px 0 28px;
}
body.shop-template .footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  text-align: left;
}
body.shop-template .footer-block h3 {
  margin: 0 0 16px;
  font-size: 16px;
  padding-left: 10px;
  position: relative;
}
body.shop-template .footer-block h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 3px;
  width: 3px;
  background: #7b72ff;
}
body.shop-template .footer-block li,
body.shop-template .footer-meta {
  margin-bottom: 12px;
  color: rgba(255,255,255,0.75);
}
body.shop-template .footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 18px 0 22px;
  color: rgba(255,255,255,0.56);
  font-size: 13px;
}
body.shop-template .empty-state {
  padding: 36px 12px;
  color: #888;
  text-align: center;
}
body.shop-template .help {
  width: 960px;
  margin: 10px auto;
}
body.shop-template .help .cont {
  padding: 16px 0;
  border-top: 1px solid #eceff5;
}
body.shop-template .help dl {
  margin: 0;
}
body.shop-template .help dt {
  margin-bottom: 10px;
  font-weight: 700;
  color: #4b5568;
}
body.shop-template .help dd {
  margin: 8px 0;
  color: #7a879b;
}
body.shop-template .help dd a,
body.shop-template .help dt a {
  color: inherit;
}
body.shop-template .mt_10 { margin-top: 10px; }
body.shop-template .m_10 { margin: 10px auto; }
body.shop-template .m_15 { margin: 15px; }
body.shop-template .t_l { text-align: left; }
body.shop-template .t_c { text-align: center; }
body.shop-template .t_r { text-align: right; }
body.shop-template .gray { color: #666; }
body.shop-template .blue { color: #005ea7; }
body.shop-template .orange,
body.shop-template .red2 { color: #9b3200; }
body.shop-template .bold { font-weight: 700; }
body.shop-template .f14 { font-size: 14px; }
body.shop-template .f18 { font-size: 18px; }
body.shop-template .wrapper {
  width: 1190px;
  margin: 0 auto 18px;
}
body.shop-template .myshopping {
  border: 1px solid #e5e5e5;
  background: #fafafa;
}
body.shop-template .order_step {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding: 16px 20px;
}
body.shop-template .order_step li {
  position: relative;
  height: 30px;
  line-height: 30px;
  background: #fff1bf;
  color: #8a7650;
  font-size: 12px;
  font-weight: 700;
}
body.shop-template .order_step li span {
  display: block;
  position: relative;
}
body.shop-template .order_step li::after {
  content: "";
  position: absolute;
  top: 0;
  right: -14px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 14px solid #fff1bf;
  z-index: 2;
}
body.shop-template .order_step li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 14px solid #fff;
  z-index: 1;
}
body.shop-template .order_step li:first-child::before { display: none; }
body.shop-template .order_step li:last-child::after { display: none; }
body.shop-template .order_step li.current,
body.shop-template .order_step li.last_current {
  background: linear-gradient(180deg, #ffd65f, #e4a600);
  color: #3d2b00;
}
body.shop-template .order_step li.current::after,
body.shop-template .order_step li.last_current::after {
  border-left-color: #e4a600;
}
body.shop-template .order_step li.current_prev {
  background: #f8f3ee;
  color: #7a5a3a;
}
body.shop-template .order_step li.current_prev::after {
  border-left-color: #f8f3ee;
}
body.shop-template .cart_box {
  border: 1px solid #dcdcdc;
  background: #fff;
}
body.shop-template .cart_box .title {
  height: 34px;
  line-height: 34px;
  padding: 0 20px;
  background: #f7f7f7;
  border-bottom: 1px solid #dddddd;
  font-weight: 700;
  text-align: left;
}
body.shop-template .cart_box .cont,
body.shop-template .cart_box .cont_2 {
  padding: 16px 18px 18px;
  text-align: left;
}
body.shop-template .wrap_box {
  margin-bottom: 18px;
  border-top: 2px solid #f5b400;
}
body.shop-template .wrap_box h3 {
  margin: 0;
  padding: 12px 0 10px;
  font-size: 18px;
  font-weight: 700;
}
body.shop-template .wrap_box h3 span {
  color: #9f6a00;
  font-size: 18px;
}
body.shop-template .prompt_4 {
  border: 1px solid #f3dcc0;
  background: #fffdf7;
  padding: 12px 18px;
}
body.shop-template .prompt_4 strong {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
}
body.shop-template .addr_list li {
  padding: 6px 0;
  color: #555;
}
body.shop-template .addr_list li.selected {
  font-weight: 700;
}
body.shop-template .addr_list label {
  cursor: pointer;
}
body.shop-template .address-actions {
  margin-left: 10px;
}
body.shop-template .border_table,
body.shop-template .form_table,
body.shop-template .cart_table {
  width: 100%;
  border-collapse: collapse;
}
body.shop-template .border_table th,
body.shop-template .border_table td,
body.shop-template .form_table th,
body.shop-template .form_table td,
body.shop-template .cart_table th,
body.shop-template .cart_table td {
  border: 1px solid #d9d9d9;
  padding: 10px 12px;
  vertical-align: middle;
}
body.shop-template .border_table th,
body.shop-template .form_table th {
  background: #f7f7f7;
  font-weight: 400;
}
body.shop-template .cart_table thead th {
  background: #f7f7f7;
  font-weight: 700;
}
body.shop-template .cart_table .last {
  color: #444;
}
body.shop-template .form_table .normal {
  width: 360px;
  max-width: 100%;
  height: 30px;
  padding: 0 8px;
  border: 1px solid #b8c1cf;
}
body.shop-template .pink_box {
  padding: 16px 18px;
  background: #fff9eb;
  border: 1px solid #f2ddba;
}
body.shop-template .pink_box p {
  margin: 0;
}
body.shop-template .fold {
  display: inline-block;
  margin-top: 10px;
  color: #005ea7;
}
body.shop-template .dashed {
  border: 0;
  border-top: 1px dashed #d9d9d9;
  margin: 10px 0;
}
body.shop-template .price {
  font-size: 14px;
}
body.shop-template .submit_order {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  height: 42px;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(180deg, #ffd65f, #e4a600);
  color: #3d2b00;
  font-size: 16px;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
}
body.shop-template .order-submit-row {
  margin: 12px 0 0;
  text-align: right;
}
body.shop-template .stats_box h3 {
  margin: 0 0 12px;
  font-size: 20px;
  color: #333;
}
body.shop-template .blue_box {
  margin-top: 12px;
  padding: 12px 14px;
  background: #f5f9ff;
  border: 1px solid #d8e6fb;
}
body.shop-template .address-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.22);
  z-index: 50;
}
body.shop-template .address-modal.is-open {
  display: flex;
}
body.shop-template .address-modal__dialog {
  position: relative;
  width: 352px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
}
body.shop-template .address-modal__close {
  position: absolute;
  top: 6px;
  right: 8px;
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  color: #666;
  cursor: pointer;
}
body.shop-template .address-modal__body {
  padding: 44px 14px 14px;
}
body.shop-template .field,
body.shop-template .field-group {
  margin-bottom: 14px;
}
body.shop-template .field label {
  display: block;
  margin: 0 0 4px;
  color: #666;
  font-size: 12px;
}
body.shop-template .field input {
  width: 100%;
  height: 42px;
  padding: 0 10px;
  border: 1px solid #d6dce6;
  outline: none;
}
body.shop-template .field-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
body.shop-template .address-modal__actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 6px;
}
body.shop-template .address-modal__primary,
body.shop-template .address-modal__secondary {
  min-width: 64px;
  height: 36px;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
}
body.shop-template .address-modal__primary {
  border: 0;
  background: linear-gradient(180deg, #ffd65f, #e4a600);
  color: #3d2b00;
}
body.shop-template .address-modal__secondary {
  border: 1px solid #bfc7d6;
  background: #fff;
  color: #555;
}
body.shop-template .template-footer {
  margin-top: 32px;
  background: #fff;
  color: #666;
  border-top: 1px solid #e5e5e5;
}
body.shop-template .template-footer__main {
  padding: 26px 0 18px;
  text-align: left;
}
body.shop-template .template-footer__nav-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 26px;
}
body.shop-template .template-footer__nav-block h3 {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  font-weight: 700;
}
body.shop-template .template-footer__nav-block ul {
  margin: 0;
  padding: 0 0 0 14px;
  list-style: square;
}
body.shop-template .template-footer__nav-block li {
  margin: 6px 0;
  color: #666;
  font-size: 12px;
  line-height: 22px;
}
body.shop-template .template-footer__nav-block li::marker {
  color: #666;
  font-size: 10px;
}
body.shop-template .template-footer__nav-block a,
body.shop-template .template-footer__bottom a {
  color: inherit;
}
body.shop-template .template-footer__bottom {
  padding: 22px 12px 10px;
  text-align: center;
  color: #333;
  font-size: 12px;
}
body.shop-template .template-footer__bottom p {
  margin: 10px 0 0;
}
body.shop-template .shop-help-page {
  margin-bottom: 18px;
}
body.shop-template .shop-help-layout {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 14px;
  align-items: start;
}
body.shop-template .shop-help-sidebar,
body.shop-template .shop-help-main {
  border: 1px solid var(--shop-border);
  background: #fff;
}
body.shop-template .shop-help-sidebar__title {
  height: 34px;
  line-height: 34px;
  padding: 0 12px;
  background: #fff4cc;
  color: #8a5a00;
  font-weight: 700;
  text-align: left;
}
body.shop-template .shop-help-sidebar__list {
  padding: 8px 12px 12px;
}
body.shop-template .shop-help-sidebar__list li {
  margin: 6px 0;
  text-align: left;
  line-height: 24px;
}
body.shop-template .shop-help-sidebar__list a {
  display: block;
  color: #555;
}
body.shop-template .shop-help-sidebar__list li.is-active a {
  color: #8a5a00;
  font-weight: 700;
}
body.shop-template .shop-help-main {
  min-width: 0;
}
body.shop-template .shop-help-main__head {
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  border-bottom: 1px solid #eceff5;
  background: #fafafa;
  text-align: left;
  color: #333;
  font-size: 16px;
  font-weight: 700;
}
body.shop-template .shop-help-main__body {
  padding: 18px 20px 20px;
  text-align: left;
}
body.shop-template .shop-help-main__content {
  color: #555;
  line-height: 2;
  overflow-wrap: anywhere;
}
body.shop-template .shop-help-main__content p {
  margin: 0 0 12px;
}
body.shop-template .shop-help-main__content span {
  line-height: inherit;
}
body.shop-template .shop-help-main__back {
  display: inline-flex;
  margin-top: 12px;
  color: #9f6a00;
}
body.shop-template .merchant-apply-page {
  margin-top: 10px;
  text-align: left;
}
body.shop-template .merchant-apply-title {
  border-top: 2px solid #f5b400;
  padding: 14px 0 12px;
}
body.shop-template .merchant-apply-title h2 {
  margin: 0;
  font-size: 24px;
  color: #444;
}
body.shop-template .merchant-apply-title p {
  margin: 6px 0 0;
  color: #999;
  font-size: 13px;
}
body.shop-template .merchant-apply-panel {
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 28px 32px 42px;
}
body.shop-template .merchant-apply-form {
  width: 100%;
}
body.shop-template .merchant-apply-row {
  display: grid;
  grid-template-columns: 170px 180px 1fr;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}
body.shop-template .merchant-apply-row:first-child {
  margin-top: 0;
}
body.shop-template .merchant-apply-row label {
  justify-self: end;
  color: #666;
  font-size: 14px;
}
body.shop-template .merchant-apply-row input,
body.shop-template .merchant-apply-row select {
  height: 30px;
  border: 1px solid #b9cbe3;
  padding: 0 8px;
  font-size: 13px;
  color: #333;
  background: #fff;
}
body.shop-template .merchant-apply-row input:focus,
body.shop-template .merchant-apply-row select:focus {
  outline: none;
  border-color: #6a93c8;
  box-shadow: 0 0 0 2px rgba(106, 147, 200, 0.12);
}
body.shop-template .merchant-apply-row .merchant-apply-file {
  padding: 4px 0;
  border: 0;
  height: auto;
}
body.shop-template .merchant-apply-tip {
  color: #a1a1a1;
  font-size: 12px;
  line-height: 1.5;
}
body.shop-template .merchant-apply-selects {
  display: flex;
  gap: 8px;
}
body.shop-template .merchant-apply-selects select {
  width: 100%;
}
body.shop-template .merchant-apply-submit {
  padding-left: 182px;
  margin-top: 22px;
}
body.shop-template .merchant-apply-submit button {
  width: 74px;
  height: 32px;
  border: 0;
  border-radius: 4px;
  color: #3d2b00;
  font-size: 16px;
  font-weight: 700;
  background: linear-gradient(180deg, #ffd65f, #e4a600);
  cursor: pointer;
}
body.shop-template .merchant-apply-submit button:hover {
  background: linear-gradient(180deg, #ffe07a, #d99a00);
}
@media (max-width: 1024px) {
  body.shop-template .container,
  body.shop-template .shop-content { width: min(960px, calc(100vw - 24px)); }
  body.shop-template .wrapper { width: min(960px, calc(100vw - 24px)); }
  body.shop-template .header { height: auto; }
  body.shop-template .header-inner-mobile {
    display: block;
  }
  body.shop-template .header .logo,
  body.shop-template .searchbar,
  body.shop-template .main,
  body.shop-template .sidebar,
  body.shop-template .summary-wrap,
  body.shop-template .products-main-wrap,
  body.shop-template .detail-layout,
  body.shop-template .cart-content,
  body.shop-template .two-col,
  body.shop-template .info-grid,
  body.shop-template .template-footer__main,
  body.shop-template .template-footer__nav-grid,
  body.shop-template .product-grid,
  body.shop-template .shop-list-grid { width: 100%; grid-template-columns: 1fr; }
  body.shop-template .main,
  body.shop-template .sidebar { float: none; }
  body.shop-template .navbar { height: auto; padding: 8px 0; }
  body.shop-template .navbar ul { float: none; flex-wrap: wrap; height: auto; }
  body.shop-template .mycart { float: none; margin: 8px 10px 0; display: inline-block; }
  body.shop-template .searchbar { flex-direction: column; align-items: stretch; height: auto; }
  body.shop-template .hotwords { width: auto; }
  body.shop-template .merchant-apply-panel { padding: 22px 16px 30px; }
  body.shop-template .merchant-apply-row { grid-template-columns: 1fr; gap: 8px; }
  body.shop-template .merchant-apply-row label,
  body.shop-template .merchant-apply-submit { justify-self: start; padding-left: 0; }
  body.shop-template .merchant-apply-selects { flex-direction: column; }
  body.shop-template .help { width: min(960px, calc(100vw - 24px)); }
  body.shop-template .order_step { grid-template-columns: 1fr; gap: 8px; }
  body.shop-template .order_step li::before,
  body.shop-template .order_step li::after { display: none; }
  body.shop-template .field-group { grid-template-columns: 1fr; }
  body.shop-template .form_table .normal { width: 100%; }
  body.shop-template .shop-help-layout {
    grid-template-columns: 1fr;
  }
}



/* Auth pages */
body.shop-template .auth-wrap{padding:22px 10px 34px;}
body.shop-template .auth-form{max-width:520px;margin:0 auto;background:#fff;border:1px solid #e6e6e6;border-radius:6px;padding:18px 18px 14px;}
body.shop-template .auth-row{display:flex;align-items:center;gap:10px;padding:10px 0;}
body.shop-template .auth-row label{width:86px;color:#444;text-align:right;}
body.shop-template .auth-row input{flex:1;border:1px solid #c9d5e7;border-radius:2px;padding:7px 8px;outline:none;}
body.shop-template .auth-row input:focus{border-color:#6aa0ff;box-shadow:0 0 0 3px rgba(106,160,255,.15);}
body.shop-template .auth-actions{display:flex;align-items:center;justify-content:center;gap:16px;padding:12px 0 2px;}
body.shop-template .auth-submit{height:34px;min-width:110px;border:0;border-radius:4px;background:linear-gradient(#ffd65f,#e4a600);color:#3d2b00;font-weight:700;cursor:pointer;}
body.shop-template .auth-link{color:#9f6a00;}

/* Yellow theme text accents */
body.shop-template .allsort > a,
body.shop-template .product-price,
body.shop-template .filter-chip.is-active,
body.shop-template .price-row strong,
body.shop-template .summary-list .price-line,
body.shop-template .summary-list .price-line strong {
  color: #9f6a00;
}






