@charset "UTF-8";
:root {
  --ink: #242224;
  --muted: #737075;
  --brand: #653d43;
  --line: #e5e1df;
  --cream: #f5f2ed;
  --white: #fff;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  color: var(--ink);
  font:
    15px/1.65 "Pretendard",
    "Noto Sans KR",
    system-ui,
    -apple-system,
    sans-serif;
  background: #fff;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
button:disabled {
  opacity: 0.45;
  cursor: default;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #b99072;
  outline-offset: 3px;
}
h1,
h2,
h3,
p {
  margin: 0 0 16px;
}
h1 {
  font-size: 38px;
  line-height: 1.35;
  letter-spacing: -1.5px;
}
h2 {
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: -0.7px;
}
h3 {
  font-size: 18px;
}
p {
  line-height: 1.8;
}
img {
  max-width: 100%;
  display: block;
}
.sr {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.skip {
  position: fixed;
  left: 10px;
  top: -100px;
  z-index: 20;
  background: white;
  padding: 12px;
}
.skip:focus {
  top: 10px;
}
.announcement {
  background: var(--brand);
  color: white;
  text-align: center;
  font-size: 12px;
  padding: 9px 20px;
}
.announcement a {
  margin-left: 25px;
  color: #eee1d7;
}
header {
  border-bottom: 1px solid var(--line);
  background: white;
}
.header-inner {
  max-width: 1440px;
  margin: auto;
  padding: 30px 5%;
  display: flex;
  align-items: center;
  gap: 45px;
}
.brand {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.2;
}
.brand span {
  display: block;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 2.3px;
  margin-top: 7px;
}
.header-inner form {
  display: flex;
  flex: 1;
  max-width: 450px;
  border-bottom: 1px solid #9e9896;
}
.header-inner form input {
  width: 100%;
  border: none;
  background: none;
  padding: 12px 5px;
  font-size: 14px;
}
.header-inner form button {
  border: none;
  background: none;
  white-space: nowrap;
  padding: 10px;
}
.header-actions {
  margin-left: auto;
  display: flex;
  gap: 22px;
  font-size: 13px;
  white-space: nowrap;
}
#cart-count {
  font-size: 11px;
  border-radius: 50%;
  background: var(--cream);
  padding: 3px 7px;
}
#nav {
  max-width: 1440px;
  margin: auto;
  padding: 0 5%;
  display: flex;
  gap: 28px;
  overflow: auto;
  white-space: nowrap;
  scrollbar-width: thin;
  font-size: 13px;
}
#nav a {
  padding: 15px 0;
  display: block;
}
#nav a:hover {
  color: var(--brand);
}
main {
  min-height: 55vh;
  max-width: 1440px;
  margin: auto;
  padding: 0 5%;
}
.hero {
  margin: 28px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--cream);
  min-height: 450px;
}
.hero-copy {
  padding: 65px 50px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 600;
  color: var(--brand);
  margin-bottom: 14px;
}
.hero h1 {
  font-size: 43px;
}
.hero-copy > p:not(.eyebrow) {
  color: #625d5d;
  font-size: 15px;
}
.hero-image {
  position: relative;
  overflow: hidden;
}
.hero-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 35%;
}
.hero-image > span {
  position: absolute;
  bottom: 20px;
  left: 24px;
  background: #fff9;
  padding: 8px 12px;
  font-size: 9px;
  letter-spacing: 2px;
}
.primary,
.secondary,
.kakao {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--brand);
  padding: 12px 22px;
  min-height: 46px;
  background: var(--brand);
  color: white;
  font-size: 14px;
  border-radius: 3px;
  gap: 10px;
}
.primary:hover {
  background: #4e2f34;
}
.secondary {
  background: white;
  border-color: var(--line);
  color: var(--ink);
}
.secondary:hover {
  background: var(--cream);
}
.text-link {
  display: inline-block;
  color: var(--brand);
  border: 0;
  background: none;
  padding: 8px 0;
  font-size: 13px;
}
.hero .text-link {
  margin-top: 8px;
}
.full {
  width: 100%;
  margin-top: 12px;
}
.section {
  padding: 65px 0 0;
}
.section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-bottom: 24px;
}
.section-title h2 {
  margin-bottom: 0;
}
.section-title a {
  font-size: 13px;
  white-space: nowrap;
  color: var(--muted);
}
.category-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 14px;
}
.category-grid a {
  background: #faf9f7;
  border: 1px solid var(--line);
  padding: 25px 8px 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.category-grid a > span {
  color: #9b7678;
  background: #f0e7e3;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  font:
    24px/56px Georgia,
    serif;
  margin-bottom: 10px;
}
.category-grid strong {
  font-size: 12px;
}
.category-grid small {
  font-size: 10px;
  color: var(--muted);
}
.category-grid a:hover {
  border-color: #a27c80;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px 22px;
}
.product-image {
  aspect-ratio: 4/5;
  background: #f4f1ed;
  position: relative;
  overflow: hidden;
}
.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-info {
  padding: 15px 0;
}
.product-info h3 {
  font-size: 15px;
  margin: 4px 0 3px;
  font-weight: 550;
  line-height: 1.5;
}
.product-info .muted {
  font-size: 11px;
}
.code {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 8px;
}
.card-specs {
  font-size: 12px;
  color: #655f5e;
  min-height: 20px;
  margin-bottom: 10px;
}
.product-info strong {
  font-size: 14px;
}
.badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #fff;
  padding: 3px 10px;
  font-size: 11px;
}
.no-image {
  width: 100%;
  height: 100%;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #a89187;
  gap: 12px;
  background: var(--cream);
}
.no-image span {
  font:
    60px Georgia,
    serif;
}
.no-image small {
  font-size: 10px;
  letter-spacing: 3px;
}
.business-banner {
  margin: 60px 0 0;
  background: var(--cream);
  padding: 44px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}
.business-banner p {
  margin-bottom: 0;
  color: #655f5e;
}
.business-banner h2 {
  font-size: 29px;
}
.business-banner .eyebrow {
  margin-bottom: 10px;
}
.benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 40px 0 60px;
  gap: 30px;
}
.benefits > div {
  padding: 0 25px;
  border-right: 1px solid var(--line);
}
.benefits > div:last-child {
  border: 0;
}
.benefits strong {
  font-size: 14px;
}
.benefits p {
  font-size: 12px;
  color: var(--muted);
  margin-top: 5px;
}
.page-heading {
  padding: 48px 0 30px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 32px;
}
.page-heading h1 {
  font-size: 32px;
}
.page-heading p {
  color: var(--muted);
  margin-bottom: 0;
}
.page-heading .eyebrow {
  margin-bottom: 12px;
  color: var(--brand);
}
.catalog-layout {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 40px;
  padding-bottom: 60px;
}
.catalog-layout aside h2 {
  font-size: 16px;
}
.catalog-layout aside > a {
  display: block;
  padding: 7px 0;
  font-size: 13px;
  color: #625e5d;
}
.catalog-layout aside > a.selected {
  color: var(--brand);
  font-weight: bold;
}
.catalog-layout aside form {
  border-top: 1px solid var(--line);
  margin-top: 20px;
  padding-top: 20px;
}
.catalog-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
  gap: 12px;
}
.catalog-toolbar p {
  margin: 0;
  font-size: 13px;
}
.catalog-toolbar span {
  font-size: 11px;
  color: var(--muted);
}
.catalog-layout .product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 35px;
}
.pagination span {
  font-size: 13px;
}
.empty {
  text-align: center;
  padding: 60px 20px;
  border: 1px solid var(--line);
  background: #faf9f7;
}
.empty h2 {
  font-size: 21px;
}
.empty p {
  color: var(--muted);
  font-size: 14px;
}
.empty-mark {
  display: block;
  font-size: 30px;
  color: #a4877e;
  margin-bottom: 12px;
}
.loading {
  padding: 100px;
  text-align: center;
  color: var(--muted);
}
label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin: 0 0 16px;
}
input,
select,
textarea {
  width: 100%;
  padding: 11px 12px;
  background: white;
  border: 1px solid #d9d3cf;
  border-radius: 3px;
  color: var(--ink);
  margin-top: 7px;
  min-width: 0;
}
textarea {
  resize: vertical;
}
label.check {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-weight: 400;
}
label.check input {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 4px;
}
.breadcrumbs {
  font-size: 12px;
  color: var(--muted);
  padding: 25px 0;
}
.product-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 65px;
  padding-bottom: 40px;
}
.gallery img {
  width: 100%;
  margin-bottom: 18px;
}
.purchase {
  padding-top: 10px;
}
.purchase h1 {
  font-size: 30px;
  margin: 12px 0;
}
.description {
  white-space: pre-line;
  font-size: 14px;
  color: #5f5a5b;
}
.specs {
  margin: 20px 0;
  border-top: 1px solid var(--line);
}
.specs > div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 12px;
  border-bottom: 1px solid var(--line);
  padding: 10px 0;
  font-size: 13px;
}
.specs dt {
  color: var(--muted);
}
.specs dd {
  margin: 0;
  overflow-wrap: anywhere;
}
.purchase-note {
  background: var(--cream);
  padding: 12px 16px;
  font-size: 12px;
  margin-bottom: 22px;
}
.option-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  gap: 10px;
  font-size: 13px;
}
.option-head span {
  font-size: 11px;
  color: var(--muted);
}
.sku-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding: 15px 0;
}
.sku-row strong {
  font-size: 13px;
  display: block;
}
.sku-row small {
  color: var(--muted);
  font-size: 12px;
}
.sku-row label {
  margin: 0;
  width: 85px;
}
.sku-row input {
  margin: 0;
}
.option-total {
  text-align: right;
  padding: 15px 0;
  font-size: 18px;
  font-weight: 600;
}
.purchase-footer {
  font-size: 12px;
  color: var(--muted);
  padding: 18px 0;
}
.membership-note {
  background: var(--cream);
  padding: 22px;
  font-size: 13px;
}
.membership-note p {
  margin: 8px 0;
}
.detail-content {
  border-top: 1px solid var(--line);
  padding-bottom: 65px;
}
.detail-tabs {
  display: flex;
  gap: 30px;
  padding: 22px 0;
  margin-bottom: 20px;
  font-size: 13px;
  overflow: auto;
  white-space: nowrap;
}
.detail-content > p {
  white-space: pre-line;
}
.section-image {
  max-width: 850px;
  margin: 20px auto;
}
.notice {
  padding: 18px 22px;
  background: var(--cream);
  font-size: 13px;
  white-space: pre-line;
  margin: 16px 0;
  line-height: 1.8;
}
.checkout-layout {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 40px;
  margin-bottom: 60px;
}
.cart-row {
  display: flex;
  gap: 18px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: 25px 0;
}
.cart-row > div {
  flex: 1;
}
.cart-row p {
  font-size: 13px;
  margin: 3px 0;
}
.cart-row small {
  font-size: 11px;
  color: var(--muted);
}
.cart-quantity {
  display: flex;
  gap: 6px;
  align-items: center;
}
.cart-quantity label {
  width: 65px;
  margin: 0;
}
.cart-quantity input {
  margin: 0;
}
.cart-quantity button {
  padding: 10px;
}
.cart-row > strong {
  font-size: 14px;
  white-space: nowrap;
}
.checkout-summary {
  padding: 28px;
  background: #faf9f7;
  border: 1px solid var(--line);
  align-self: start;
}
.checkout-summary h2 {
  font-size: 21px;
}
.checkout-summary > p {
  font-size: 13px;
}
.muted {
  color: var(--muted);
  font-size: 13px;
}
.account-card {
  max-width: 480px;
  margin: 70px auto;
  text-align: center;
  padding: 50px;
  border: 1px solid var(--line);
  background: #faf9f7;
}
.account-card h1 {
  font-size: 30px;
}
.account-card p {
  color: #6a6362;
}
.kakao {
  background: #fee500;
  border-color: #fee500;
  color: #191919;
  width: 100%;
  margin: 15px 0;
}
.account-layout {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 40px;
  max-width: 900px;
  margin-bottom: 60px;
}
.account-menu {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 18px;
  font-size: 13px;
}
.form-card {
  border: 1px solid var(--line);
  padding: 30px;
}
.status {
  background: #f0e9e6;
  color: var(--brand);
  padding: 5px 12px;
  border-radius: 3px;
  font-size: 12px;
  white-space: nowrap;
}
.order-list {
  margin-bottom: 30px;
}
.order-card {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 25px;
  border: 1px solid var(--line);
  margin-bottom: 12px;
}
.order-card > div {
  flex: 1;
}
.order-card h2 {
  font-size: 16px;
  margin: 5px 0;
}
.order-card small {
  color: var(--muted);
}
.order-card p {
  margin: 0;
  font-size: 13px;
}
.order-card > span:last-child {
  font-size: 12px;
}
.order-detail-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 40px;
  padding-bottom: 60px;
}
.funnel {
  display: flex;
  margin-bottom: 25px;
  border: 1px solid var(--line);
}
.funnel span {
  flex: 1;
  text-align: center;
  padding: 13px 3px;
  font-size: 12px;
  color: var(--muted);
  background: #faf9f7;
}
.funnel .done {
  color: var(--brand);
  background: #f0e7e3;
  font-weight: 600;
}
.order-item,
.claim-row {
  border: 1px solid var(--line);
  padding: 22px;
  margin-bottom: 12px;
}
.order-item h2 {
  font-size: 18px;
}
.order-item p {
  font-size: 13px;
  margin-bottom: 8px;
}
.actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}
.subheading {
  font-size: 20px;
  margin-top: 35px;
}
.claim-row p {
  font-size: 13px;
  margin: 8px 0;
}
.inquiry-card {
  border: 1px solid var(--line);
  padding: 25px;
  margin-bottom: 20px;
}
.inquiry-card h2 {
  font-size: 18px;
}
.inquiry-card p {
  white-space: pre-line;
}
.inquiry-card small {
  color: var(--muted);
}
.reply {
  background: var(--cream);
  padding: 20px;
  margin-top: 20px;
}
.guide-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 60px;
}
.guide-grid article {
  border: 1px solid var(--line);
  padding: 30px;
}
.guide-grid p {
  font-size: 14px;
  color: #635c5d;
}
.guide-grid h2 {
  font-size: 23px;
}
footer {
  background: #f5f2ee;
  border-top: 1px solid var(--line);
  padding: 45px max(5%, calc((100vw - 1296px) /2));
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 35px;
}
footer .brand {
  font-size: 23px;
}
footer p {
  font-size: 12px;
  color: var(--muted);
  margin: 18px 0 0;
}
footer strong {
  display: block;
  font-size: 13px;
  margin-bottom: 12px;
}
footer > div > a:not(.brand) {
  display: block;
  font-size: 12px;
  color: #6d6463;
  margin: 7px 0;
}
.footer-bottom {
  grid-column: 1/-1;
  border-top: 1px solid #e0d9d3;
  padding-top: 20px;
  font-size: 10px;
  color: #877e77;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
dialog {
  border: 0;
  border-radius: 8px;
  max-width: 520px;
  width: calc(100% - 32px);
  max-height: 85vh;
  padding: 28px;
  box-shadow: 0 20px 80px #0003;
}
dialog::backdrop {
  background: #0006;
}
.dialog-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.dialog-head h2 {
  margin: 0;
  font-size: 22px;
}
.close {
  border: 0;
  background: none;
  font-size: 28px;
  padding: 0 8px;
}
#toast {
  position: fixed;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  background: #282427;
  color: white;
  padding: 14px 22px;
  max-width: calc(100% - 32px);
  width: max-content;
  border-radius: 5px;
  z-index: 100;
  font-size: 13px;
  box-shadow: 0 4px 20px #0002;
}
[hidden] {
  display: none !important;
}
@media (max-width: 1100px) {
  .header-inner {
    gap: 25px;
  }
  .header-actions {
    gap: 14px;
  }
  .category-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .hero-copy {
    padding: 40px 30px;
  }
  .hero h1 {
    font-size: 36px;
  }
  .product-detail {
    gap: 35px;
  }
  .catalog-layout {
    gap: 25px;
  }
  .catalog-layout .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .cart-row {
    flex-wrap: wrap;
  }
  .cart-row > div {
    flex-basis: 100%;
  }
  .checkout-layout,
  .order-detail-grid {
    gap: 25px;
  }
}
@media (max-width: 760px) {
  h1 {
    font-size: 30px;
  }
  .announcement {
    font-size: 10px;
  }
  .announcement a {
    display: none;
  }
  .header-inner {
    flex-wrap: wrap;
    padding: 20px 5% 12px;
    gap: 16px;
  }
  .brand {
    font-size: 23px;
  }
  .brand span {
    font-size: 8px;
  }
  .header-actions {
    gap: 12px;
    font-size: 11px;
  }
  .header-actions > a:nth-child(2) {
    display: none;
  }
  .header-inner form {
    order: 3;
    flex-basis: 100%;
    max-width: none;
  }
  .header-inner form input {
    font-size: 13px;
  }
  #nav {
    gap: 23px;
    font-size: 12px;
  }
  .hero {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
  .hero-copy {
    padding: 35px 25px;
  }
  .hero h1 {
    font-size: 33px;
  }
  .hero-image {
    height: 300px;
  }
  .hero-copy > p:not(.eyebrow) {
    font-size: 13px;
  }
  .hero-copy .primary {
    padding: 11px 18px;
  }
  .section {
    padding-top: 40px;
  }
  .section-title h2 {
    font-size: 21px;
  }
  .section-title > a {
    font-size: 11px;
  }
  .category-grid {
    gap: 8px;
  }
  .category-grid a {
    padding: 17px 3px 12px;
  }
  .category-grid a > span {
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 20px;
  }
  .category-grid strong {
    font-size: 10px;
  }
  .category-grid small {
    font-size: 9px;
  }
  .product-grid,
  .catalog-layout .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 12px;
  }
  .product-info h3 {
    font-size: 13px;
  }
  .product-info strong {
    font-size: 12px;
  }
  .product-info .muted,
  .code,
  .card-specs {
    font-size: 10px;
  }
  .business-banner {
    padding: 28px 22px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 35px;
  }
  .business-banner h2 {
    font-size: 25px;
  }
  .business-banner p {
    font-size: 13px;
  }
  .benefits {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 30px 0;
  }
  .benefits > div {
    border: 0;
    padding: 0;
  }
  .page-heading {
    padding-top: 30px;
    margin-bottom: 25px;
  }
  .page-heading h1 {
    font-size: 27px;
  }
  .page-heading p {
    font-size: 13px;
  }
  .catalog-layout {
    display: block;
  }
  .catalog-layout aside {
    margin-bottom: 25px;
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    align-items: center;
  }
  .catalog-layout aside h2 {
    width: 100%;
    margin: 0;
  }
  .catalog-layout aside > a {
    padding: 2px 0;
    font-size: 12px;
  }
  .catalog-layout aside form {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 12px;
    padding-top: 15px;
    margin-top: 0;
  }
  .catalog-layout aside form .check {
    align-self: center;
  }
  .catalog-layout aside form .primary {
    align-self: start;
  }
  .catalog-toolbar {
    align-items: flex-start;
  }
  .catalog-toolbar span {
    font-size: 10px;
  }
  .product-detail {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .gallery {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 12px;
  }
  .gallery img {
    width: 90%;
    object-fit: contain;
    flex-shrink: 0;
    scroll-snap-align: start;
    margin: 0;
    max-height: 500px;
  }
  .purchase h1 {
    font-size: 26px;
  }
  .detail-tabs {
    gap: 22px;
  }
  .checkout-layout,
  .order-detail-grid,
  .account-layout {
    grid-template-columns: 1fr;
  }
  .account-menu {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
  }
  .form-card {
    padding: 22px;
  }
  .account-card {
    padding: 30px 22px;
    margin: 35px auto;
  }
  .cart-row {
    padding: 20px 0;
  }
  .cart-row > strong {
    margin-left: auto;
  }
  .checkout-summary {
    padding: 22px;
  }
  .order-card {
    padding: 18px;
    gap: 12px;
    flex-wrap: wrap;
  }
  .order-card > div {
    flex-basis: 100%;
  }
  .order-card > span:last-child {
    margin-left: auto;
  }
  .funnel span {
    font-size: 10px;
    padding: 12px 2px;
  }
  .guide-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .guide-grid article {
    padding: 24px;
  }
  .inquiry-card {
    padding: 20px;
  }
  .inquiry-card .section-title {
    align-items: flex-start;
  }
  .inquiry-card h2 {
    font-size: 16px;
  }
  footer {
    grid-template-columns: 1fr 1fr;
    padding: 30px 5%;
    gap: 25px;
  }
  footer > div:first-child {
    grid-column: 1/-1;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 5px;
  }
  dialog {
    padding: 22px;
  }
  .loading {
    padding: 70px 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
  }
}
