/* Product-detail aligned buyer utility pages. */
.theme-buyer-source :is(
  .buyer-orders-page,
  .buyer-order-detail-page,
  .buyer-checkout-page,
  .buyer-policy-page,
  .buyer-mypage-page,
  .buyer-cart-page,
  .buyer-wishlist-page
) {
  background: #fff !important;
  color: #111 !important;
}

.theme-buyer-source .buyer-checkout-customs-field {
  container-type: inline-size;
}

.theme-buyer-source .buyer-checkout-customs-row {
  grid-template-columns: minmax(0, 1fr) auto;
}

.theme-buyer-source .buyer-checkout-customs-notice {
  grid-column: 1 / -1;
  min-width: 0;
  border: 1px solid rgba(180, 124, 34, 0.24);
  border-radius: 8px;
  background: rgba(255, 247, 230, 0.78);
  color: #755217;
}

.theme-buyer-source .buyer-checkout-customs-row > .buyer-checkout-address-button,
.theme-buyer-source .buyer-checkout-customs-notice__summary {
  font-family: var(--buyer-apple-sd-font) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.theme-buyer-source .buyer-checkout-customs-notice__summary {
  display: flex;
  height: 48px;
  min-height: 48px;
  box-sizing: border-box;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  color: #755217 !important;
  -webkit-text-fill-color: #755217 !important;
  line-height: 1.35 !important;
  white-space: nowrap;
  cursor: pointer;
  list-style: none;
}

.theme-buyer-source .buyer-checkout-customs-notice__summary::-webkit-details-marker {
  display: none;
}

.theme-buyer-source .buyer-checkout-customs-notice__summary::marker {
  content: "";
}

.theme-buyer-source .buyer-checkout-customs-notice svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  fill: #f5ad32;
  stroke: #755217;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.theme-buyer-source .buyer-checkout-customs-notice__body {
  border-top: 1px solid rgba(180, 124, 34, 0.18);
  padding: 0 11px 10px;
}

.theme-buyer-source .buyer-checkout-customs-notice__body > svg {
  display: none;
}

.theme-buyer-source .buyer-checkout-customs-notice__body p {
  margin: 9px 0 0;
  color: #755217 !important;
  -webkit-text-fill-color: #755217 !important;
  font-size: 12px;
  line-height: 1.55;
  word-break: keep-all;
}

@container (min-width: 860px) {
  .theme-buyer-source .buyer-checkout-customs-row {
    grid-template-columns: minmax(220px, 1fr) auto max-content;
  }

  .theme-buyer-source .buyer-checkout-customs-notice {
    position: relative;
    grid-column: auto;
    align-self: start;
  }

  .theme-buyer-source .buyer-checkout-customs-notice__body {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    z-index: 5;
    width: max-content;
    box-sizing: border-box;
    border: 1px solid rgba(180, 124, 34, 0.24);
    border-radius: 8px;
    background: #fff8e9;
    box-shadow: 0 8px 22px rgba(83, 58, 18, 0.12);
    padding: 10px 12px;
  }

  .theme-buyer-source .buyer-checkout-customs-notice__body p {
    margin: 0;
    white-space: nowrap;
  }
}

@media (max-width: 640px) {
  .theme-buyer-source .buyer-checkout-customs-row {
    grid-template-columns: 1fr;
  }

  .theme-buyer-source .buyer-checkout-customs-notice {
    grid-column: 1;
  }
}

.theme-buyer-source :is(
  .buyer-orders-header,
  .buyer-order-detail-header,
  .buyer-checkout-header,
  .buyer-policy-hero,
  .buyer-mypage-header,
  .buyer-cart-hero,
  .buyer-wishlist-header
) {
  border-bottom: 1px solid rgba(128, 96, 54, 0.18) !important;
  background: #fff !important;
}

.theme-buyer-source :is(
  .buyer-orders-header__inner,
  .buyer-order-detail-header__inner,
  .buyer-checkout-header__inner,
  .buyer-policy-hero__inner,
  .buyer-mypage-header__inner,
  .buyer-cart-hero__inner,
  .buyer-wishlist-header__inner,
  .buyer-orders-body,
  .buyer-order-detail-body,
  .buyer-checkout-body,
  .buyer-policy-body,
  .buyer-mypage-body,
  .buyer-cart-body,
  .buyer-wishlist-body
) {
  width: min(1360px, calc(100% - 80px)) !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.theme-buyer-source :is(
  .buyer-orders-header__inner,
  .buyer-order-detail-header__inner,
  .buyer-checkout-header__inner,
  .buyer-policy-hero__inner,
  .buyer-mypage-header__inner,
  .buyer-cart-hero__inner,
  .buyer-wishlist-header__inner
) {
  display: flex !important;
  min-height: 178px !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 48px 0 !important;
  text-align: center !important;
}

.theme-buyer-source .buyer-order-detail-header__inner {
  position: relative !important;
}

.theme-buyer-source .buyer-order-detail-header__back {
  position: absolute !important;
  top: 28px !important;
  left: 0 !important;
  margin: 0 !important;
  color: #565656 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

.theme-buyer-source .buyer-order-detail-header__back:hover {
  color: #bfa677 !important;
}

.theme-buyer-source :is(
  .buyer-orders-header__eyebrow,
  .buyer-order-detail-header__eyebrow,
  .buyer-checkout-header__eyebrow,
  .buyer-policy-hero__eyebrow,
  .buyer-mypage-header__eyebrow,
  .buyer-cart-hero__eyebrow,
  .buyer-wishlist-header__eyebrow
) {
  display: none !important;
}

.theme-buyer-source :is(
  .buyer-orders-header__title,
  .buyer-order-detail-header__title,
  .buyer-checkout-header__title,
  .buyer-policy-hero__title,
  .buyer-mypage-header__title,
  .buyer-cart-hero__title,
  .buyer-wishlist-header__title
) {
  margin: 0 !important;
  color: #111 !important;
  font-family: var(--buyer-apple-sd-font) !important;
  font-size: clamp(34px, 4.2vw, 54px) !important;
  font-weight: 700 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.045em !important;
  text-align: center !important;
}

.theme-buyer-source :is(
  .buyer-orders-body,
  .buyer-order-detail-body,
  .buyer-checkout-body,
  .buyer-policy-body,
  .buyer-mypage-body,
  .buyer-cart-body,
  .buyer-wishlist-body
) {
  padding: 42px 0 96px !important;
}

.theme-buyer-source :is(
  .buyer-orders-list,
  .buyer-mypage-body,
  .buyer-order-detail-body,
  .buyer-cart-body
) {
  gap: 18px !important;
}

.theme-buyer-source :is(
  .buyer-orders-item,
  .buyer-order-detail-status,
  .buyer-order-detail-panel,
  .buyer-order-detail-actions-panel,
  .buyer-order-detail-flash,
  .buyer-checkout-form-wrap,
  .buyer-checkout-summary,
  .buyer-checkout-empty,
  .buyer-checkout-payment__active,
  .buyer-policy-panel,
  .buyer-account-panel,
  .buyer-cart-panel,
  .buyer-wishlist-panel,
  .buyer-orders-empty,
  .buyer-wishlist-empty,
  .buyer-cart-empty
) {
  border: 1px solid rgba(128, 96, 54, 0.16) !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: none !important;
}

.theme-buyer-source :is(
  .buyer-orders-item,
  .buyer-order-detail-status,
  .buyer-order-detail-panel,
  .buyer-order-detail-actions-panel,
  .buyer-checkout-form-wrap,
  .buyer-checkout-summary,
  .buyer-policy-panel,
  .buyer-account-panel,
  .buyer-cart-panel,
  .buyer-wishlist-panel
) {
  padding: 32px !important;
}

.theme-buyer-source :is(
  .buyer-orders-empty,
  .buyer-wishlist-empty,
  .buyer-checkout-empty,
  .buyer-cart-empty
) {
  min-height: 280px !important;
  padding: 56px 32px !important;
}

.theme-buyer-source :is(
  .buyer-orders-item__no,
  .buyer-orders-item__status,
  .buyer-orders-item__summary,
  .buyer-orders-item__date,
  .buyer-order-detail-panel__label,
  .buyer-order-detail-status__date,
  .buyer-order-detail-status__no,
  .buyer-order-detail-copy,
  .buyer-order-detail-refund label,
  .buyer-checkout-section__title,
  .buyer-checkout-field span,
  .buyer-checkout-payment__active span,
  .buyer-checkout-summary__label,
  .buyer-checkout-summary__meta,
  .buyer-policy-panel__label,
  .buyer-policy-panel__path,
  .buyer-account-panel__label,
  .buyer-account-panel__field span,
  .buyer-cart-panel__label,
  .buyer-cart-panel__count
) {
  font-size: 13px !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
}

.theme-buyer-source :is(
  .buyer-orders-empty__copy,
  .buyer-wishlist-empty__copy,
  .buyer-checkout-empty__copy,
  .buyer-cart-empty h2,
  .buyer-cart-empty p,
  .buyer-policy-panel__copy,
  .buyer-policy-panel__list,
  .buyer-order-detail-copy p,
  .buyer-checkout-summary__desc,
  .buyer-account-editor__summary em
) {
  color: #565656 !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
}

.theme-buyer-source :is(
  .buyer-order-detail-panel__label,
  .buyer-checkout-section__title,
  .buyer-checkout-summary__label,
  .buyer-policy-panel__label,
  .buyer-account-panel__label,
  .buyer-cart-panel__label,
  .buyer-cart-guide span
) {
  color: #bfa677 !important;
  font-weight: 800 !important;
}

.theme-buyer-source :is(
  .buyer-orders-item__amount,
  .buyer-orders-item__amount span,
  .buyer-order-detail-status__amount,
  .buyer-order-detail-status__amount span,
  .buyer-order-detail-total strong,
  .buyer-order-detail-total em,
  .buyer-checkout-summary__total strong,
  .buyer-checkout-summary__total em,
  .buyer-checkout-summary__line strong,
  .buyer-checkout-summary__line em,
  .buyer-checkout-summary__grand strong,
  .buyer-checkout-summary__grand em,
  .buyer-cart-summary dd,
  .buyer-cart-item__price,
  .buyer-account-panel__field strong
) {
  color: #111 !important;
  font-weight: 800 !important;
}

.theme-buyer-source :is(
  .buyer-orders-item__amount,
  .buyer-order-detail-status__amount,
  .buyer-order-detail-total strong,
  .buyer-checkout-summary__total strong,
  .buyer-checkout-summary__grand strong
) {
  font-size: clamp(24px, 2.2vw, 34px) !important;
  line-height: 1.05 !important;
}

.theme-buyer-source :is(
  .buyer-orders-item__status,
  .buyer-order-detail-status__badge
) {
  display: inline-flex !important;
  min-height: 32px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #f1f1f1 !important;
  padding: 0 12px !important;
  color: #96825e !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

.theme-buyer-source .buyer-orders-item {
  transition: border-color 140ms ease, transform 140ms ease !important;
}

.theme-buyer-source .buyer-orders-item:hover {
  border-color: rgba(191, 166, 119, 0.48) !important;
  transform: translateY(-2px) !important;
}

.theme-buyer-source .buyer-orders-filters {
  display: grid !important;
  grid-template-columns: minmax(0, 1.6fr) repeat(2, minmax(0, 0.9fr)) auto !important;
  gap: 14px !important;
  align-items: end !important;
  margin-bottom: 14px !important;
}

.theme-buyer-source .buyer-orders-item__product {
  margin: 14px 0 0 !important;
  color: #221d18 !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
}

.theme-buyer-source .buyer-orders-item__layout {
  display: grid !important;
  grid-template-columns: 124px minmax(0, 1fr) !important;
  gap: 20px !important;
  align-items: stretch !important;
}

.theme-buyer-source .buyer-orders-item__media {
  display: flex !important;
  width: 124px !important;
  min-width: 124px !important;
  min-height: 124px !important;
  overflow: hidden !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(128, 96, 54, 0.12) !important;
  border-radius: 14px !important;
  background: #f8f5ef !important;
}

.theme-buyer-source .buyer-orders-item__media img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.theme-buyer-source .buyer-orders-item__placeholder {
  display: flex !important;
  width: 100% !important;
  height: 100% !important;
  align-items: center !important;
  justify-content: center !important;
  color: #9a8d76 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
}

.theme-buyer-source .buyer-orders-item__content {
  display: flex !important;
  min-width: 0 !important;
  flex-direction: column !important;
  justify-content: center !important;
}

.theme-buyer-source :is(
  .buyer-wishlist-empty a,
  .buyer-orders-empty a,
  .buyer-checkout-empty a,
  .buyer-cart-button,
  .buyer-account-panel__btn,
  .buyer-order-detail-button,
  .buyer-checkout-submit
) {
  display: inline-flex !important;
  min-height: 52px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 7px !important;
  padding: 0 24px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  transition: background-color 140ms ease, color 140ms ease, opacity 140ms ease !important;
}

.theme-buyer-source :is(
  .buyer-wishlist-empty a,
  .buyer-orders-empty a,
  .buyer-checkout-empty a,
  .buyer-cart-button--ghost,
  .buyer-account-panel__btn--ghost,
  .buyer-order-detail-button
) {
  background: #f1f1f1 !important;
  color: #565656 !important;
  -webkit-text-fill-color: #565656 !important;
}

.theme-buyer-source :is(
  .buyer-wishlist-empty a,
  .buyer-orders-empty a,
  .buyer-checkout-empty a,
  .buyer-cart-button--ghost,
  .buyer-account-panel__btn--ghost,
  .buyer-order-detail-button
):hover {
  background: #e5e5e5 !important;
  color: #565656 !important;
  -webkit-text-fill-color: #565656 !important;
  opacity: 1 !important;
}

.theme-buyer-source :is(
  .buyer-cart-button--primary,
  .buyer-account-panel__btn--primary,
  .buyer-order-detail-button--primary,
  .buyer-checkout-submit
) {
  background: #bfa677 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.theme-buyer-source :is(
  .buyer-cart-button--primary,
  .buyer-account-panel__btn--primary,
  .buyer-order-detail-button--primary,
  .buyer-checkout-submit
):hover {
  background: rgba(191, 166, 119, 0.82) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  opacity: 1 !important;
}

.theme-buyer-source .buyer-order-detail-button--danger {
  background: #f1f1f1 !important;
  color: #9b4d4d !important;
  -webkit-text-fill-color: #9b4d4d !important;
}

.theme-buyer-source :is(
  .buyer-checkout-field input,
  .buyer-checkout-field select,
  .buyer-checkout-field textarea,
  .buyer-account-field input,
  .buyer-order-detail-refund textarea
) {
  box-sizing: border-box !important;
  height: 50px !important;
  min-height: 50px !important;
  border: 1px solid rgba(128, 96, 54, 0.24) !important;
  border-radius: 7px !important;
  background: #fff !important;
  padding: 0 14px !important;
  color: #111 !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
  -webkit-text-fill-color: #111 !important;
}

.theme-buyer-source .buyer-checkout-field input[readonly] {
  color: rgba(17, 17, 17, 0.48) !important;
  font-weight: 400 !important;
  -webkit-text-fill-color: rgba(17, 17, 17, 0.48) !important;
}

.theme-buyer-source .buyer-checkout-field select:disabled {
  color: rgba(17, 17, 17, 0.42) !important;
  font-weight: 400 !important;
  -webkit-text-fill-color: rgba(17, 17, 17, 0.42) !important;
}

.theme-buyer-source .buyer-checkout-field input::placeholder,
.theme-buyer-source .buyer-checkout-field textarea::placeholder {
  color: rgba(17, 17, 17, 0.34) !important;
  font-weight: 400 !important;
  -webkit-text-fill-color: rgba(17, 17, 17, 0.34) !important;
}

.theme-buyer-source .buyer-checkout-mini-button,
.theme-buyer-source .buyer-checkout-address-button,
.theme-buyer-source .buyer-checkout-quantity button {
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: 50px !important;
  min-height: 50px !important;
  max-height: 50px !important;
  line-height: 50px !important;
  border-color: rgba(128, 96, 54, 0.26) !important;
  background: #f7f4ee !important;
  color: #111 !important;
  -webkit-text-fill-color: #111 !important;
}

.theme-buyer-source .buyer-checkout-address-button,
.theme-buyer-source .buyer-checkout-quantity button {
  transform: translateY(0) !important;
}

.theme-buyer-source .buyer-checkout-address-row input,
.theme-buyer-source .buyer-checkout-quantity input {
  margin: 0 !important;
  height: 50px !important;
  min-height: 50px !important;
  line-height: 50px !important;
}

.theme-buyer-source .buyer-checkout-page :is(
  .buyer-checkout-mini-button,
  .buyer-checkout-address-button,
  .buyer-checkout-quantity button
):hover {
  background: #f4f0e8 !important;
}

.theme-buyer-source .buyer-checkout-mini-button--ghost {
  background: #fff !important;
}

.theme-buyer-source .buyer-checkout-page button[data-clear-shipping]:hover {
  background: #f5f5f5 !important;
  background-color: #f5f5f5 !important;
}

.theme-buyer-source .buyer-checkout-address-row {
  align-items: center !important;
}

.theme-buyer-source .buyer-checkout-field__hint {
  display: block !important;
  margin-top: 6px !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: rgba(17, 17, 17, 0.56) !important;
  -webkit-text-fill-color: rgba(17, 17, 17, 0.56) !important;
}

.theme-buyer-source .buyer-checkout-quantity {
  align-items: center !important;
}

.theme-buyer-source :is(
  .buyer-checkout-field textarea,
  .buyer-order-detail-refund textarea
) {
  height: auto !important;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

.theme-buyer-source :is(
  .buyer-checkout-field input,
  .buyer-checkout-field select,
  .buyer-checkout-field textarea,
  .buyer-account-field input,
  .buyer-order-detail-refund textarea
):focus {
  border-color: #bfa677 !important;
  outline: 0 !important;
}

.theme-buyer-source :is(
  .buyer-policy-panel__meta,
  .buyer-checkout-section__title,
  .buyer-checkout-summary__card,
  .buyer-checkout-summary__total,
  .buyer-checkout-summary__grand,
  .buyer-order-detail-total,
  .buyer-cart-panel__head
) {
  border-color: rgba(128, 96, 54, 0.16) !important;
}

.theme-buyer-source .buyer-policy-panel {
  max-width: 1100px !important;
}

.theme-buyer-source .buyer-policy-panel__title {
  color: #111 !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  letter-spacing: -0.035em !important;
}

.theme-buyer-source .buyer-account-panel--summary {
  align-items: start !important;
}

.theme-buyer-source .buyer-account-panel__grid {
  gap: 18px !important;
}

.theme-buyer-source .buyer-account-panel__field strong {
  display: block !important;
  margin-top: 8px !important;
  font-size: 18px !important;
  line-height: 1.35 !important;
}

.theme-buyer-source .buyer-account-editor__summary strong {
  font-size: 18px !important;
  font-weight: 800 !important;
}

.theme-buyer-source .buyer-checkout-shell,
.theme-buyer-source .buyer-cart-layout {
  gap: 24px !important;
}

.theme-buyer-source .buyer-checkout-payment__active p,
.theme-buyer-source .buyer-checkout-summary__name,
.theme-buyer-source .buyer-cart-item__title,
.theme-buyer-source .buyer-cart-guide strong {
  color: #111 !important;
  font-size: 17px !important;
  font-weight: 800 !important;
}

.theme-buyer-source .buyer-wishlist-panel {
  padding: 0 !important;
  border: 0 !important;
}

.theme-buyer-source .buyer-wishlist-grid {
  gap: 28px 18px !important;
}

.theme-buyer-source .buyer-wishlist-card__media,
.theme-buyer-source .buyer-cart-item__media {
  border-radius: 14px !important;
  background: #f7f5f0 !important;
}

.theme-buyer-source .buyer-wishlist-card__title {
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
}

.theme-buyer-source .buyer-wishlist-card__price {
  font-size: 22px !important;
  font-weight: 800 !important;
}

@media (max-width: 900px) {
  .theme-buyer-source :is(
    .buyer-orders-header__inner,
    .buyer-order-detail-header__inner,
    .buyer-checkout-header__inner,
    .buyer-policy-hero__inner,
    .buyer-mypage-header__inner,
    .buyer-cart-hero__inner,
    .buyer-wishlist-header__inner,
    .buyer-orders-body,
    .buyer-order-detail-body,
    .buyer-checkout-body,
    .buyer-policy-body,
    .buyer-mypage-body,
    .buyer-cart-body,
    .buyer-wishlist-body
  ) {
    width: calc(100% - 24px) !important;
  }

  .theme-buyer-source :is(
    .buyer-orders-header__inner,
    .buyer-order-detail-header__inner,
    .buyer-checkout-header__inner,
    .buyer-policy-hero__inner,
    .buyer-mypage-header__inner,
    .buyer-cart-hero__inner,
    .buyer-wishlist-header__inner
  ) {
    min-height: 144px !important;
    padding: 38px 0 !important;
  }

  .theme-buyer-source :is(
    .buyer-orders-body,
    .buyer-order-detail-body,
    .buyer-checkout-body,
    .buyer-policy-body,
    .buyer-mypage-body,
    .buyer-cart-body,
    .buyer-wishlist-body
  ) {
    padding: 28px 0 72px !important;
  }

  .theme-buyer-source :is(
    .buyer-orders-item,
    .buyer-order-detail-status,
    .buyer-order-detail-panel,
    .buyer-order-detail-actions-panel,
    .buyer-checkout-form-wrap,
    .buyer-checkout-summary,
    .buyer-policy-panel,
    .buyer-account-panel,
    .buyer-cart-panel
  ) {
    padding: 22px !important;
  }

  .theme-buyer-source .buyer-order-detail-header__back {
    top: 18px !important;
    font-size: 13px !important;
  }

.theme-buyer-source .buyer-account-panel--summary {
    grid-template-columns: 1fr !important;
  }
}

.theme-buyer-source .buyer-order-detail-shipping-progress__step.is-complete .buyer-order-detail-shipping-progress__marker,
.theme-buyer-source .buyer-order-detail-shipping-progress__step.is-current .buyer-order-detail-shipping-progress__marker {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.theme-buyer-source .buyer-product-detail-wish {
  right: 18px !important;
  top: 18px !important;
}

.theme-buyer-source .buyer-product-detail-wish button {
  width: 44px !important;
  height: 44px !important;
}

.theme-buyer-source .buyer-product-detail-wish svg {
  width: 30px !important;
  height: 30px !important;
}

.theme-buyer-source .buyer-product-detail-actions {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

.theme-buyer-source .buyer-product-detail-actions form {
  display: flex !important;
  min-width: 0 !important;
}

.theme-buyer-source .buyer-product-detail-actions .buyer-product-detail-btn {
  width: 100% !important;
  min-height: 52px !important;
}

.theme-buyer-source .buyer-mypage-dashboard,
.theme-buyer-source .buyer-mypage-workspace {
  border-radius: 14px !important;
}

.theme-buyer-source .buyer-mypage-dashboard {
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr) !important;
  gap: 28px !important;
}

.theme-buyer-source .buyer-mypage-profile {
  display: flex !important;
  min-width: 0 !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  gap: 28px !important;
}

.theme-buyer-source .buyer-mypage-profile h2 {
  margin: 10px 0 8px !important;
  color: #111 !important;
  font-size: clamp(28px, 3vw, 42px) !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.045em !important;
}

.theme-buyer-source .buyer-mypage-profile p {
  margin: 0 !important;
  color: #565656 !important;
  font-size: 15px !important;
}

.theme-buyer-source .buyer-mypage-profile__meta {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}

.theme-buyer-source .buyer-mypage-profile__meta span,
.theme-buyer-source .buyer-mypage-stats span {
  color: #bfa677 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
}

.theme-buyer-source .buyer-mypage-profile__meta span {
  border-radius: 999px !important;
  background: #f1f1f1 !important;
  padding: 8px 12px !important;
}

.theme-buyer-source .buyer-mypage-stats {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

.theme-buyer-source .buyer-mypage-stats a,
.theme-buyer-source .buyer-mypage-overview-grid a {
  border: 1px solid rgba(128, 96, 54, 0.14) !important;
  border-radius: 14px !important;
  background: #fff !important;
  padding: 22px !important;
}

.theme-buyer-source .buyer-mypage-stats a {
  display: flex !important;
  min-height: 128px !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  text-align: left !important;
  transition: border-color 140ms ease, transform 140ms ease !important;
}

.theme-buyer-source .buyer-mypage-stats a:hover {
  border-color: rgba(191, 166, 119, 0.48) !important;
  transform: translateY(-2px) !important;
}

.theme-buyer-source .buyer-mypage-stats strong {
  display: block !important;
  margin-top: 12px !important;
  color: #111 !important;
  font-size: clamp(24px, 2.6vw, 36px) !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

.theme-buyer-source .buyer-mypage-tabs {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  border-bottom: 1px solid rgba(128, 96, 54, 0.16) !important;
  padding-bottom: 18px !important;
}

.theme-buyer-source .buyer-mypage-tabs a {
  display: inline-flex !important;
  min-height: 40px !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background: #f1f1f1 !important;
  padding: 0 16px !important;
  color: #565656 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  transition: background-color 140ms ease, color 140ms ease !important;
}

.theme-buyer-source .buyer-mypage-tabs a:hover {
  background: #e5e5e5 !important;
}

.theme-buyer-source .buyer-mypage-tabs a.is-active {
  background: #bfa677 !important;
  color: #fff !important;
}

.theme-buyer-source .buyer-mypage-content {
  padding-top: 28px !important;
}

.theme-buyer-source .buyer-mypage-section-head {
  margin-bottom: 22px !important;
  text-align: center !important;
}

.theme-buyer-source .buyer-mypage-section-head p {
  margin: 0 0 8px !important;
  color: #bfa677 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

.theme-buyer-source .buyer-mypage-section-head h2 {
  margin: 0 !important;
  color: #111 !important;
  font-size: clamp(24px, 2.4vw, 34px) !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.04em !important;
}

.theme-buyer-source .buyer-mypage-empty {
  display: flex !important;
  min-height: 180px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(128, 96, 54, 0.14) !important;
  border-radius: 14px !important;
  color: #565656 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}

.theme-buyer-source .buyer-mypage-list,
.theme-buyer-source .buyer-mypage-product-list {
  display: grid !important;
  gap: 12px !important;
}

.theme-buyer-source .buyer-mypage-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1.2fr) auto auto auto !important;
  align-items: center !important;
  gap: 16px !important;
  border: 1px solid rgba(128, 96, 54, 0.14) !important;
  border-radius: 14px !important;
  padding: 18px !important;
}

.theme-buyer-source .buyer-mypage-row span,
.theme-buyer-source .buyer-mypage-row small {
  color: #565656 !important;
  font-size: 14px !important;
}

.theme-buyer-source .buyer-mypage-row strong {
  border-radius: 999px !important;
  background: #f1f1f1 !important;
  padding: 8px 12px !important;
  color: #96825e !important;
  font-size: 13px !important;
}

.theme-buyer-source .buyer-mypage-row em {
  color: #111 !important;
  font-size: 17px !important;
  font-style: normal !important;
  font-weight: 800 !important;
}

.theme-buyer-source .buyer-mypage-row--point strong {
  min-width: 96px !important;
  text-align: center !important;
}

.theme-buyer-source .buyer-mypage-row--point em {
  color: #565656 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}

.theme-buyer-source .buyer-mypage-order-filters {
  display: grid !important;
  grid-template-columns: minmax(0, 1.6fr) repeat(2, minmax(0, 0.9fr)) auto !important;
  gap: 14px !important;
  align-items: end !important;
  margin-bottom: 14px !important;
}

.theme-buyer-source .buyer-mypage-order-filters__actions,
.theme-buyer-source .buyer-orders-filters__actions {
  display: flex !important;
  gap: 10px !important;
  align-items: center !important;
}

.theme-buyer-source .buyer-mypage-order-filters__actions .buyer-account-panel__btn,
.theme-buyer-source .buyer-orders-filters__actions .buyer-account-panel__btn {
  margin-top: 0 !important;
}

.theme-buyer-source .buyer-mypage-order-summary,
.theme-buyer-source .buyer-orders-summary {
  display: flex !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin-bottom: 12px !important;
  color: #7d725f !important;
  font-size: 13px !important;
}

.theme-buyer-source .buyer-mypage-row--order {
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: start !important;
}

.theme-buyer-source .buyer-mypage-order-card__main,
.theme-buyer-source .buyer-mypage-order-card__side {
  display: flex !important;
  min-width: 0 !important;
  flex-direction: column !important;
  gap: 8px !important;
}

.theme-buyer-source .buyer-mypage-order-card__main {
  align-items: flex-start !important;
  flex-direction: row !important;
  gap: 16px !important;
}

.theme-buyer-source .buyer-mypage-order-card__side {
  align-items: flex-end !important;
  text-align: right !important;
}

.theme-buyer-source .buyer-mypage-order-card__states {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
}

.theme-buyer-source .buyer-mypage-order-card__states .buyer-mypage-order-card__inspection {
  min-height: 34px !important;
}

.theme-buyer-source .buyer-orders-item__inspection,
.theme-buyer-source .buyer-mypage-order-card__inspection {
  display: inline-flex !important;
  min-height: 28px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid transparent !important;
  border-radius: 999px !important;
  padding: 0 10px !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.theme-buyer-source .buyer-orders-item__inspection--waiting,
.theme-buyer-source .buyer-mypage-order-card__inspection--waiting {
  background: #f1f1f1 !important;
  color: #777 !important;
}

.theme-buyer-source .buyer-orders-item__inspection--registering,
.theme-buyer-source .buyer-mypage-order-card__inspection--registering {
  border-color: rgba(150, 130, 94, 0.22) !important;
  background: #f8f6f2 !important;
  color: #806b45 !important;
}

.theme-buyer-source .buyer-orders-item__inspection--required,
.theme-buyer-source .buyer-mypage-order-card__inspection--required {
  border-color: #bfa677 !important;
  background: #bfa677 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.theme-buyer-source .buyer-orders-item__inspection--complete,
.theme-buyer-source .buyer-mypage-order-card__inspection--complete,
.theme-buyer-source .buyer-order-inspection-item > header div > span.is-complete {
  border: 1px solid rgba(55, 122, 83, 0.28) !important;
  background: #edf7f1 !important;
  color: #2f6b48 !important;
  font-weight: 700 !important;
}

.theme-buyer-source .buyer-order-detail-footer-actions {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}

.theme-buyer-source .buyer-mypage-order-card__media {
  display: flex !important;
  width: 108px !important;
  min-width: 108px !important;
  height: 108px !important;
  overflow: hidden !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(128, 96, 54, 0.12) !important;
  border-radius: 14px !important;
  background: #f8f5ef !important;
}

.theme-buyer-source .buyer-mypage-order-card__media img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.theme-buyer-source .buyer-mypage-order-card__copy {
  display: flex !important;
  min-width: 0 !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  gap: 8px !important;
}

.theme-buyer-source .buyer-mypage-order-card__placeholder {
  display: flex !important;
  width: 100% !important;
  height: 100% !important;
  align-items: center !important;
  justify-content: center !important;
  color: #9a8d76 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
}

.theme-buyer-source .buyer-mypage-order-card__no {
  color: #7d725f !important;
  font-size: 13px !important;
}

.theme-buyer-source .buyer-mypage-row--order .buyer-mypage-order-card__product {
  display: inline-flex !important;
  width: auto !important;
  max-width: 100% !important;
  align-self: flex-start !important;
}

.theme-buyer-source .buyer-mypage-order-card__meta,
.theme-buyer-source .buyer-mypage-order-card__date {
  color: #6a655b !important;
  font-size: 13px !important;
}

.theme-buyer-source .buyer-mypage-order-card__meta span {
  display: inline !important;
  margin: 0 6px !important;
}

.theme-buyer-source .buyer-mypage-order-card__status {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 34px !important;
  border-radius: 999px !important;
  background: #f1f1f1 !important;
  padding: 0 12px !important;
  color: #96825e !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

.theme-buyer-source .buyer-mypage-order-card__amount {
  color: #111 !important;
  font-size: 19px !important;
  font-style: normal !important;
  font-weight: 800 !important;
}

.theme-buyer-source .buyer-mypage-pagination,
.theme-buyer-source .buyer-orders-pagination {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px !important;
  margin-top: 16px !important;
}

.theme-buyer-source .buyer-mypage-pagination__link,
.theme-buyer-source .buyer-orders-pagination__link {
  display: inline-flex !important;
  min-width: 42px !important;
  min-height: 42px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(128, 96, 54, 0.2) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #111 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  padding: 0 10px !important;
}

.theme-buyer-source .buyer-mypage-pagination__link.is-disabled,
.theme-buyer-source .buyer-orders-pagination__link.is-disabled {
  opacity: 0.42 !important;
}

.theme-buyer-source .buyer-mypage-pagination__link.is-current,
.theme-buyer-source .buyer-orders-pagination__link.is-current {
  border-color: #f87d79 !important;
  background: #f87d79 !important;
  color: #fff !important;
}

@media (max-width: 640px) {
  .theme-buyer-source .is-pagination-compact-hidden {
    display: none !important;
  }

  .theme-buyer-source .buyer-products-pagination,
  .theme-buyer-source .buyer-mypage-pagination,
  .theme-buyer-source .buyer-orders-pagination {
    gap: 3px !important;
  }

  .theme-buyer-source .buyer-products-pagination__control,
  .theme-buyer-source .buyer-products-pagination__page,
  .theme-buyer-source .buyer-mypage-pagination__link,
  .theme-buyer-source .buyer-orders-pagination__link {
    min-width: 30px !important;
    height: 34px !important;
    min-height: 34px !important;
    padding: 0 6px !important;
    font-size: 12px !important;
  }
}

.theme-buyer-source .buyer-mypage-pagination__state,
.theme-buyer-source .buyer-orders-pagination__state {
  color: #6a655b !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

.theme-buyer-source .buyer-mypage-product {
  display: grid !important;
  grid-template-columns: 92px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 16px !important;
  border: 1px solid rgba(128, 96, 54, 0.14) !important;
  border-radius: 14px !important;
  padding: 14px !important;
}

.theme-buyer-source .buyer-mypage-product__image {
  display: flex !important;
  width: 92px !important;
  aspect-ratio: 1 / 1 !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  border-radius: 14px !important;
  background: #f7f5f0 !important;
  color: #bfa677 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
}

.theme-buyer-source .buyer-mypage-product__image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.theme-buyer-source .buyer-mypage-product strong {
  display: block !important;
  overflow: hidden !important;
  color: #111 !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.theme-buyer-source .buyer-mypage-product em {
  display: block !important;
  margin-top: 8px !important;
  color: #565656 !important;
  font-size: 14px !important;
  font-style: normal !important;
}

.theme-buyer-source .buyer-mypage-total {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin-top: 18px !important;
  border-top: 1px solid rgba(128, 96, 54, 0.16) !important;
  padding-top: 18px !important;
}

.theme-buyer-source .buyer-mypage-total span {
  color: #565656 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

.theme-buyer-source .buyer-mypage-total strong {
  color: #111 !important;
  font-size: 24px !important;
  font-weight: 800 !important;
}

.theme-buyer-source .buyer-mypage-overview-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

.theme-buyer-source .buyer-mypage-overview-grid a {
  display: flex !important;
  min-height: 128px !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  text-align: left !important;
  transition: border-color 140ms ease, transform 140ms ease !important;
}

.theme-buyer-source .buyer-mypage-overview-grid a:hover {
  border-color: rgba(191, 166, 119, 0.48) !important;
  transform: translateY(-2px) !important;
}

.theme-buyer-source .buyer-mypage-overview-grid span {
  color: #bfa677 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

.theme-buyer-source .buyer-mypage-overview-grid strong {
  display: block !important;
  margin-top: 12px !important;
  color: #111 !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
}

.theme-buyer-source .buyer-mypage-overview-grid em {
  display: block !important;
  margin-top: 8px !important;
  color: #565656 !important;
  font-size: 14px !important;
  font-style: normal !important;
  line-height: 1.6 !important;
}

.theme-buyer-source .buyer-mypage-subsection {
  margin-top: 34px !important;
  border-top: 0 !important;
  padding-top: 30px !important;
}

.theme-buyer-source .buyer-mypage-section-head--sub {
  margin-bottom: 18px !important;
}

.theme-buyer-source .buyer-account-panel__actions {
  justify-content: center !important;
}

.theme-buyer-source .buyer-mypage-password-fields {
  margin-top: 28px !important;
}

@media (max-width: 900px) {
  .theme-buyer-source .buyer-mypage-dashboard,
  .theme-buyer-source .buyer-mypage-overview-grid {
    grid-template-columns: 1fr !important;
  }

  .theme-buyer-source .buyer-mypage-order-filters,
  .theme-buyer-source .buyer-orders-filters {
    grid-template-columns: 1fr !important;
  }

  .theme-buyer-source .buyer-mypage-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .theme-buyer-source .buyer-mypage-row {
    grid-template-columns: 1fr !important;
    align-items: start !important;
  }

  .theme-buyer-source .buyer-mypage-order-card__main {
    width: 100% !important;
  }

  .theme-buyer-source .buyer-mypage-order-card__side {
    width: 100% !important;
    align-items: flex-start !important;
    text-align: left !important;
  }

  .theme-buyer-source .buyer-mypage-order-card__states {
    justify-content: flex-start !important;
  }

  .theme-buyer-source .buyer-orders-item__layout {
    grid-template-columns: 1fr !important;
  }

  .theme-buyer-source .buyer-orders-item__media {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 220px !important;
  }

  .theme-buyer-source .buyer-mypage-profile-fields,
  .theme-buyer-source .buyer-mypage-password-fields {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 560px) {
  .theme-buyer-source .buyer-mypage-stats {
    grid-template-columns: 1fr !important;
  }

  .theme-buyer-source .buyer-mypage-product {
    grid-template-columns: 78px minmax(0, 1fr) !important;
  }

  .theme-buyer-source .buyer-mypage-product__image {
    width: 78px !important;
  }

  .theme-buyer-source .buyer-mypage-order-card__main {
    flex-direction: column !important;
  }

  .theme-buyer-source .buyer-mypage-order-card__media {
    width: 100% !important;
    min-width: 0 !important;
    height: 180px !important;
  }
}

/* Calmer utility typography aligned with product/detail pages. */
.theme-buyer-source :is(
  .buyer-mypage-page,
  .buyer-checkout-page,
  .buyer-order-detail-page,
  .buyer-orders-page,
  .buyer-cart-page,
  .buyer-wishlist-page,
  .buyer-policy-page
) :is(h1, h2, h3, strong, button, a) {
  font-weight: 600 !important;
}

.theme-buyer-source :is(
  .buyer-orders-header__title,
  .buyer-order-detail-header__title,
  .buyer-checkout-header__title,
  .buyer-policy-hero__title,
  .buyer-mypage-header__title,
  .buyer-cart-hero__title,
  .buyer-wishlist-header__title
) {
  font-size: clamp(30px, 3.4vw, 44px) !important;
  font-weight: 600 !important;
  letter-spacing: -0.035em !important;
}

.theme-buyer-source :is(
  .buyer-mypage-profile h2,
  .buyer-mypage-section-head h2,
  .buyer-policy-panel__title
) {
  font-size: clamp(22px, 2.1vw, 30px) !important;
  font-weight: 600 !important;
  letter-spacing: -0.03em !important;
}

.theme-buyer-source :is(
  .buyer-mypage-stats strong,
  .buyer-orders-item__amount,
  .buyer-order-detail-status__amount,
  .buyer-order-detail-total strong,
  .buyer-checkout-summary__total strong,
  .buyer-checkout-summary__grand strong,
  .buyer-cart-summary dd,
  .buyer-mypage-total strong
) {
  font-size: clamp(20px, 1.9vw, 28px) !important;
  font-weight: 600 !important;
}

.theme-buyer-source :is(
  .buyer-mypage-section-head p,
  .buyer-order-detail-panel__label,
  .buyer-checkout-section__title,
  .buyer-checkout-summary__label,
  .buyer-policy-panel__label,
  .buyer-account-panel__label,
  .buyer-cart-panel__label,
  .buyer-cart-guide span,
  .buyer-mypage-overview-grid span
) {
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em !important;
}

.theme-buyer-source :is(
  .buyer-mypage-stats span,
  .buyer-mypage-profile__meta span,
  .buyer-orders-item__status,
  .buyer-order-detail-status__badge,
  .buyer-mypage-row strong,
  .buyer-mypage-tabs a
) {
  font-weight: 600 !important;
}

.theme-buyer-source :is(
  .buyer-checkout-summary__name,
  .buyer-checkout-payment__active p,
  .buyer-cart-item__title,
  .buyer-cart-guide strong,
  .buyer-mypage-product strong,
  .buyer-mypage-overview-grid strong,
  .buyer-account-editor__summary strong,
  .buyer-account-panel__field strong
) {
  font-size: 16px !important;
  font-weight: 600 !important;
}

.theme-buyer-source :is(
  .buyer-mypage-page,
  .buyer-checkout-page,
  .buyer-order-detail-page
) :is(p, span, li, em, label, input, textarea, small) {
  font-size: 14px !important;
  line-height: 1.65 !important;
}

.theme-buyer-source :is(
  .buyer-wishlist-empty a,
  .buyer-orders-empty a,
  .buyer-checkout-empty a,
  .buyer-cart-button,
  .buyer-account-panel__btn,
  .buyer-order-detail-button,
  .buyer-checkout-submit
) {
  min-height: 48px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

.theme-buyer-source :is(
  .buyer-mypage-dashboard,
  .buyer-mypage-workspace,
  .buyer-checkout-form-wrap,
  .buyer-checkout-summary,
  .buyer-order-detail-status,
  .buyer-order-detail-panel,
  .buyer-order-detail-actions-panel
) {
  padding: 28px !important;
}

.theme-buyer-source .buyer-mypage-stats a,
.theme-buyer-source .buyer-mypage-overview-grid a {
  padding: 18px !important;
}

.theme-buyer-source .buyer-mypage-overview-grid strong {
  margin-top: 8px !important;
}

.theme-buyer-source .buyer-mypage-overview-grid em,
.theme-buyer-source .buyer-checkout-summary__desc,
.theme-buyer-source .buyer-order-detail-copy p {
  color: #565656 !important;
}

@media (max-width: 900px) {
  .theme-buyer-source :is(
    .buyer-mypage-dashboard,
    .buyer-mypage-workspace,
    .buyer-checkout-form-wrap,
    .buyer-checkout-summary,
    .buyer-order-detail-status,
    .buyer-order-detail-panel,
    .buyer-order-detail-actions-panel
  ) {
    padding: 22px !important;
  }
}

.theme-buyer-source .buyer-mypage-profile h2 .buyer-korean-text {
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  letter-spacing: inherit !important;
}

.theme-buyer-source .buyer-mypage-dashboard {
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
}

.theme-buyer-source .buyer-mypage-stats {
  grid-template-columns: repeat(2, minmax(160px, 1fr)) !important;
  min-width: 372px !important;
}

.theme-buyer-source .buyer-mypage-tabs {
  justify-content: center !important;
}

.theme-buyer-source .buyer-mypage-tabs a {
  text-align: center !important;
}

@media (max-width: 900px) {
  .theme-buyer-source .buyer-mypage-dashboard {
    grid-template-columns: 1fr !important;
  }

  .theme-buyer-source .buyer-mypage-stats {
    min-width: 0 !important;
  }
}

.theme-buyer-source .buyer-mypage-profile > div > .buyer-account-panel__label {
  color: #bfa677 !important;
  -webkit-text-fill-color: #bfa677 !important;
}

.theme-buyer-source .buyer-products-page .buyer-products-grid {
  align-items: stretch !important;
  gap: 24px 16px !important;
}

.theme-buyer-source .buyer-products-page .buyer-products-card__body {
  padding-top: 24px !important;
  padding-bottom: 8px !important;
}

.theme-buyer-source .buyer-products-page .buyer-products-card__title {
  margin-top: 0 !important;
}

.theme-buyer-source .buyer-products-page .buyer-products-card__price {
  margin-top: 12px !important;
  padding-top: 0 !important;
}

@media (min-width: 901px) {
  .theme-buyer-source .buyer-product-detail-body__inner {
    width: min(860px, 100%) !important;
  }

  .theme-buyer-source .buyer-product-detail-body__image img {
    max-width: 860px !important;
  }
}

.theme-buyer-source .buyer-kakao-floating,
.theme-buyer-auth .buyer-kakao-floating {
  position: fixed !important;
  right: max(34px, env(safe-area-inset-right)) !important;
  bottom: max(34px, env(safe-area-inset-bottom)) !important;
  z-index: 81 !important;
  display: inline-flex !important;
  width: 56px !important;
  height: 56px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(25, 25, 25, 0.42) !important;
  border-radius: 999px !important;
  background: #fee500 !important;
  color: #191919 !important;
  box-shadow: 0 10px 24px rgba(191, 166, 119, 0.24), 0 4px 14px rgba(15, 23, 42, 0.12) !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: transform 140ms ease, box-shadow 140ms ease !important;
}

.theme-buyer-source .buyer-kakao-floating:hover,
.theme-buyer-auth .buyer-kakao-floating:hover {
  color: #191919 !important;
  box-shadow: 0 12px 28px rgba(191, 166, 119, 0.3), 0 5px 16px rgba(15, 23, 42, 0.15) !important;
  transform: translateY(-1px) !important;
}

.theme-buyer-source .buyer-kakao-floating:focus-visible,
.theme-buyer-auth .buyer-kakao-floating:focus-visible {
  outline: 3px solid rgba(191, 166, 119, 0.52) !important;
  outline-offset: 3px !important;
}

.theme-buyer-source .buyer-kakao-floating__icon,
.theme-buyer-auth .buyer-kakao-floating__icon {
  display: block !important;
  width: 32px !important;
  height: 32px !important;
  fill: currentColor !important;
}

.theme-buyer-source .buyer-kakao-floating__tooltip,
.theme-buyer-auth .buyer-kakao-floating__tooltip,
.theme-buyer-source .buyer-top-button__tooltip,
.theme-buyer-auth .buyer-top-button__tooltip {
  position: absolute !important;
  top: 50% !important;
  right: calc(100% + 10px) !important;
  padding: 8px 11px !important;
  border-radius: 8px !important;
  background: #111827 !important;
  color: #ffffff !important;
  font-family: "Apple SD Gothic Neo Web", "Apple SD Gothic Neo", sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  pointer-events: none !important;
  opacity: 0 !important;
  transform: translate(4px, -50%) !important;
  transition: opacity 140ms ease, transform 140ms ease !important;
}

.theme-buyer-source .buyer-kakao-floating:hover .buyer-kakao-floating__tooltip,
.theme-buyer-source .buyer-kakao-floating:focus-visible .buyer-kakao-floating__tooltip,
.theme-buyer-auth .buyer-kakao-floating:hover .buyer-kakao-floating__tooltip,
.theme-buyer-auth .buyer-kakao-floating:focus-visible .buyer-kakao-floating__tooltip,
.theme-buyer-source .buyer-top-button:hover .buyer-top-button__tooltip,
.theme-buyer-source .buyer-top-button:focus-visible .buyer-top-button__tooltip,
.theme-buyer-auth .buyer-top-button:hover .buyer-top-button__tooltip,
.theme-buyer-auth .buyer-top-button:focus-visible .buyer-top-button__tooltip {
  opacity: 1 !important;
  transform: translate(0, -50%) !important;
}

.theme-buyer-source .buyer-top-button,
.theme-buyer-auth .buyer-top-button {
  position: fixed !important;
  right: max(34px, env(safe-area-inset-right)) !important;
  bottom: max(34px, env(safe-area-inset-bottom)) !important;
  z-index: 80 !important;
  display: inline-flex !important;
  width: 46px !important;
  height: 46px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #bfa677 !important;
  box-shadow: none !important;
  color: #ffffff !important;
  font-family: "Apple SD Gothic Neo Web", "Apple SD Gothic Neo", sans-serif !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  cursor: pointer !important;
  opacity: 0.94 !important;
  transform: translateZ(0) !important;
  transition: opacity 140ms ease, background-color 140ms ease !important;
}

.theme-buyer-source .buyer-top-button--with-kakao,
.theme-buyer-auth .buyer-top-button--with-kakao {
  bottom: calc(max(34px, env(safe-area-inset-bottom)) + 68px) !important;
}

.theme-buyer-source .buyer-top-button::before,
.theme-buyer-auth .buyer-top-button::before {
  content: "" !important;
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  border-right: 7px solid transparent !important;
  border-bottom: 10px solid #ffffff !important;
  border-left: 7px solid transparent !important;
  transform: translateY(-1px) !important;
}

.theme-buyer-source .buyer-top-button:hover,
.theme-buyer-auth .buyer-top-button:hover {
  background: #bfa677 !important;
  opacity: 0.82 !important;
}

@media (max-width: 640px) {
  .theme-buyer-source .buyer-top-button,
  .theme-buyer-auth .buyer-top-button {
    right: max(20px, env(safe-area-inset-right)) !important;
    bottom: max(20px, env(safe-area-inset-bottom)) !important;
    width: 42px !important;
    height: 42px !important;
    font-size: 22px !important;
  }

  .theme-buyer-source .buyer-kakao-floating,
  .theme-buyer-auth .buyer-kakao-floating {
    right: max(20px, env(safe-area-inset-right)) !important;
    bottom: max(20px, env(safe-area-inset-bottom)) !important;
    width: 52px !important;
    height: 52px !important;
  }

  .theme-buyer-source .buyer-kakao-floating__icon,
  .theme-buyer-auth .buyer-kakao-floating__icon {
    width: 30px !important;
    height: 30px !important;
  }

  .theme-buyer-source .buyer-kakao-floating__tooltip,
  .theme-buyer-auth .buyer-kakao-floating__tooltip,
  .theme-buyer-source .buyer-top-button__tooltip,
  .theme-buyer-auth .buyer-top-button__tooltip {
    display: none !important;
  }

  .theme-buyer-source .buyer-top-button--with-kakao,
  .theme-buyer-auth .buyer-top-button--with-kakao {
    bottom: calc(max(20px, env(safe-area-inset-bottom)) + 62px) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .theme-buyer-source .buyer-kakao-floating,
  .theme-buyer-source .buyer-kakao-floating__tooltip,
  .theme-buyer-auth .buyer-kakao-floating,
  .theme-buyer-auth .buyer-kakao-floating__tooltip,
  .theme-buyer-source .buyer-top-button__tooltip,
  .theme-buyer-auth .buyer-top-button__tooltip {
    transition: none !important;
  }
}

.theme-buyer-source .buyer-product-detail-consultation-hint {
  margin: 10px 0 0;
  color: rgba(41, 35, 36, 0.6);
  font-size: 12px;
  line-height: 1.5;
}

.buyer-products-admin-notice-wrap {
  display: grid;
  gap: 10px;
  margin-bottom: 20px;
}

.buyer-products-admin-notice {
  border-radius: 18px;
  padding: 14px 18px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.buyer-products-admin-notice--success {
  background: rgba(200, 168, 105, 0.12);
  border: 1px solid rgba(200, 168, 105, 0.28);
  color: #7d6331;
}

.buyer-products-admin-notice--error {
  background: rgba(180, 64, 64, 0.08);
  border: 1px solid rgba(180, 64, 64, 0.18);
  color: #9f3535;
}

.buyer-products-admin-bulk-hide {
  display: grid;
  gap: 22px;
}

.buyer-products-admin-toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.buyer-products-admin-toolbar__button {
  height: 42px;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 999px;
  padding: 0 18px;
  background: #f4efe6;
  color: #7b6335;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.buyer-products-admin-toolbar__button--ghost {
  background: #fff;
  color: #666;
}

.buyer-products-card__media-wrap {
  position: relative;
}

.buyer-products-admin-check {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  color: #1f2937;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.buyer-products-admin-check input {
  width: 15px;
  height: 15px;
  margin: 0;
  accent-color: #c8a869;
  cursor: pointer;
}

.buyer-products-footer-tools {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.buyer-products-admin-actions {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.buyer-products-admin-actions__count {
  color: #6b7280;
  font-size: 13px;
  font-weight: 700;
}

.buyer-products-admin-actions__button {
  min-width: 88px;
  height: 46px;
  border: 1px solid rgba(200, 168, 105, 0.24);
  border-radius: 999px;
  padding: 0 20px;
  background: #c8a869;
  color: #fffdf8;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: opacity 0.18s ease, transform 0.18s ease, background-color 0.18s ease;
}

.buyer-products-admin-actions__button:hover:not(:disabled) {
  transform: translateY(-1px);
}

.buyer-products-admin-actions__button:disabled {
  opacity: 0.38;
  cursor: not-allowed;
}

.buyer-products-admin-per-page {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-right: 10px;
}

.buyer-products-admin-per-page__button {
  min-width: 58px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  background: #fff;
  color: #6b7280;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.buyer-products-admin-per-page__button.is-active {
  border-color: rgba(200, 168, 105, 0.3);
  background: #f4efe6;
  color: #7b6335;
}

.buyer-products-admin-move {
  margin-top: 28px;
  border-top: 1px solid rgba(128, 96, 54, 0.18);
  padding-top: 24px;
}

.buyer-products-admin-move__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.buyer-products-admin-move__header strong {
  display: block;
  color: #29231b;
  font-size: 15px;
  font-weight: 800;
}

.buyer-products-admin-move__header p,
.buyer-products-admin-move__header > span {
  margin: 4px 0 0;
  color: #8b8173;
  font-size: 12px;
  font-weight: 600;
}

.buyer-products-admin-move__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 14px;
}

.buyer-products-admin-move__group {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 10px 12px;
  border: 1px solid rgba(128, 96, 54, 0.16);
  border-radius: 12px;
  background: #fbfaf7;
  padding: 16px;
}

.buyer-products-admin-move__title {
  grid-column: 1 / -1;
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.buyer-products-admin-move__title strong {
  color: #5f4827;
  font-size: 13px;
  font-weight: 800;
}

.buyer-products-admin-move__title span {
  color: #9b927f;
  font-size: 10px;
  font-weight: 600;
}

.buyer-products-admin-category-picker {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.buyer-products-admin-category-picker__select,
.buyer-products-admin-brand-combobox__input {
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid rgba(128, 96, 54, 0.24);
  border-radius: 8px;
  outline: none;
  background: #fff;
  color: #3f382f;
  font-family: var(--buyer-apple-sd-font);
  font-size: 12px;
  font-weight: 600;
}

.buyer-products-admin-category-picker__select {
  padding: 0 32px 0 10px;
}

.buyer-products-admin-category-picker__select:focus,
.buyer-products-admin-brand-combobox__input:focus {
  border-color: #c4a57a;
  box-shadow: 0 0 0 3px rgba(196, 165, 122, 0.14);
}

.buyer-products-admin-category-picker__select:disabled {
  background: #f2f0eb;
  color: #aaa39a;
}

.buyer-products-admin-move__summary {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: #7d7467;
  font-size: 11px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.buyer-products-admin-move__submit {
  min-width: 102px;
  height: 38px;
  border: 1px solid #c4a57a;
  border-radius: 8px;
  background: #c4a57a;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.buyer-products-admin-move__submit:hover:not(:disabled) {
  border-color: #aa895b;
  background: #aa895b;
}

.buyer-products-admin-move__submit:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.buyer-products-admin-move__combined {
  display: flex;
  justify-content: flex-end;
  margin-top: 12px;
}

.buyer-products-admin-move__submit--combined {
  min-width: 210px;
}

.buyer-products-admin-brand-combobox {
  position: relative;
  grid-column: 1 / -1;
}

.buyer-products-admin-brand-combobox__input {
  padding: 0 42px 0 12px;
}

.buyer-products-admin-brand-combobox__clear {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #9b8665;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
}

.buyer-products-admin-brand-combobox__clear:hover {
  background: rgba(196, 165, 122, 0.14);
}

.buyer-products-admin-brand-combobox__options {
  position: absolute;
  right: 0;
  bottom: calc(100% + 6px);
  left: 0;
  z-index: 20;
  max-height: 260px;
  overflow-y: auto;
  border: 1px solid rgba(128, 96, 54, 0.22);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(45, 32, 13, 0.14);
  padding: 6px;
  scrollbar-color: #c4a57a rgba(191, 166, 119, 0.12);
  scrollbar-width: thin;
}

.buyer-products-admin-brand-combobox__option {
  display: flex;
  width: 100%;
  min-height: 38px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 0;
  border-radius: 7px;
  padding: 7px 10px;
  background: transparent;
  color: #4e473e;
  text-align: left;
  cursor: pointer;
}

.buyer-products-admin-brand-combobox__option:hover,
.buyer-products-admin-brand-combobox__option.is-active {
  background: #eee4d3;
  color: #5f4827;
}

.buyer-products-admin-brand-combobox__option span {
  overflow: hidden;
  font-size: 12px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.buyer-products-admin-brand-combobox__option small {
  flex: 0 0 auto;
  color: #9b927f;
  font-size: 10px;
}

.buyer-products-admin-brand-combobox__empty {
  margin: 0;
  padding: 18px 10px;
  color: #8b8173;
  font-size: 12px;
  text-align: center;
}

@media (max-width: 900px) {
  .buyer-products-admin-check {
    top: 10px;
    right: auto;
    bottom: auto;
    left: 10px;
  }

  .buyer-products-admin-per-page {
    width: 100%;
    margin-right: 0;
    justify-content: flex-end;
  }

  .buyer-products-footer-tools {
    align-items: stretch;
  }

  .buyer-products-admin-toolbar {
    justify-content: stretch;
  }

  .buyer-products-admin-toolbar__button {
    flex: 1 1 0;
  }

  .buyer-products-admin-actions {
    width: 100%;
    justify-content: space-between;
  }

  .buyer-products-admin-move__grid {
    grid-template-columns: 1fr;
  }

  .buyer-products-admin-category-picker {
    grid-template-columns: 1fr;
  }

  .buyer-products-admin-move__group {
    grid-template-columns: 1fr;
  }

  .buyer-products-admin-move__summary,
  .buyer-products-admin-move__submit {
    width: 100%;
  }

  .buyer-products-admin-move__submit--combined {
    width: 100%;
  }
}

/* 상품 목록의 세부 분류와 브랜드는 제목 영역이 아닌 목록 필터로 분리한다. */
.theme-buyer-source .buyer-products-listing-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.theme-buyer-source .buyer-products-mobile-filter {
  display: none;
}

@media (min-width: 901px) {
  .theme-buyer-source .buyer-products-page .buyer-products-controls--with-sidebar {
    box-sizing: border-box;
    padding-left: 212px;
  }

  .theme-buyer-source .buyer-products-page .buyer-products-shell--with-sidebar {
    display: grid !important;
    grid-template-columns: 184px minmax(0, 1fr) !important;
    column-gap: 28px !important;
    align-items: stretch !important;
  }

  .theme-buyer-source .buyer-products-page .buyer-products-sidebar {
    display: block !important;
    align-self: stretch !important;
    width: auto !important;
    min-height: 0;
    padding: 24px 0 0 !important;
    border: 0 !important;
  }

  .theme-buyer-source .buyer-products-page .buyer-products-sidebar__sticky {
    position: sticky;
    top: 194px;
    max-height: calc(100vh - 194px);
  }

  .theme-buyer-source .buyer-products-page .buyer-products-sidebar__scroll {
    max-height: calc(100vh - 194px);
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-right: 12px;
  }

  .theme-buyer-source .buyer-products-page .buyer-products-sidebar__sticky.has-brand-actions .buyer-products-sidebar__scroll {
    max-height: calc(100vh - 194px - 116px);
  }

  .theme-buyer-source .buyer-products-page .buyer-products-sidebar__footer {
    padding: 12px 12px 72px 0;
  }

  .theme-buyer-source .buyer-products-page .buyer-products-sidebar__footer .buyer-products-brand-filter__actions {
    margin-top: 0;
  }

  .theme-buyer-source .buyer-products-page .buyer-products-sidebar__scroll > .buyer-products-brand-filter:first-child {
    margin-top: 0;
  }
}

.theme-buyer-source .buyer-products-page .buyer-products-filter + .buyer-products-filter {
  margin-top: 30px !important;
}

.theme-buyer-source .buyer-products-page .buyer-products-filter__title {
  margin: 0;
  color: #8f7146 !important;
  font-family: var(--buyer-apple-sd-font) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.1em !important;
}

.theme-buyer-source .buyer-products-brand-filter {
  position: static;
  left: auto;
  width: auto;
  max-width: none;
  min-width: 0;
  margin-top: 30px;
  transform: none;
}

.theme-buyer-source .buyer-products-brand-filter__fieldset {
  min-width: 0;
  margin: 0;
  border: 0;
  padding: 0;
}

.theme-buyer-source .buyer-products-brand-filter__title {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 8px;
  color: #8f7146 !important;
  font-family: var(--buyer-apple-sd-font) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.1em !important;
}

.theme-buyer-source .buyer-products-brand-filter__label {
  color: #8f7146 !important;
}

.theme-buyer-source .buyer-products-brand-filter__choices {
  display: grid;
  gap: 0;
  margin-top: 12px;
}

.theme-buyer-source .buyer-products-brand-choice {
  position: relative;
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  min-height: 34px;
  align-items: center;
  column-gap: 10px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 0 10px;
  color: #626262;
  cursor: pointer;
  transition: background-color 140ms ease, border-color 140ms ease, color 140ms ease;
}

.theme-buyer-source .buyer-products-brand-choice:hover {
  border-color: rgba(196, 165, 122, 0.28);
  background: #f7f4ee;
  color: #5f4827;
}

.theme-buyer-source .buyer-products-brand-choice input {
  position: absolute;
  width: 18px;
  height: 18px;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.theme-buyer-source .buyer-products-brand-choice__box {
  position: relative;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: 1.5px solid #a98a5d;
  border-radius: 3px;
  background: #fff;
  transition: background-color 140ms ease, border-color 140ms ease, box-shadow 140ms ease;
}

.theme-buyer-source .buyer-products-brand-choice input:checked + .buyer-products-brand-choice__box {
  border-color: #c4a57a;
  background: #c4a57a;
}

.theme-buyer-source .buyer-products-brand-choice input:checked + .buyer-products-brand-choice__box::after {
  position: absolute;
  top: 2px;
  left: 5px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: "";
  transform: rotate(45deg);
}

.theme-buyer-source .buyer-products-brand-choice input:focus-visible + .buyer-products-brand-choice__box {
  outline: 2px solid rgba(196, 165, 122, 0.55);
  outline-offset: 2px;
}

.theme-buyer-source .buyer-products-brand-choice__name {
  display: flex;
  min-height: 34px;
  align-items: center;
  min-width: 0;
  overflow: hidden;
  color: inherit;
  font-family: var(--buyer-apple-sd-font);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.theme-buyer-source .buyer-products-brand-choice:has(input:checked) .buyer-products-brand-choice__name {
  color: #5f4827;
  font-weight: 800;
}

.theme-buyer-source .buyer-products-brand-filter__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 12px;
}

.theme-buyer-source .buyer-products-brand-filter__actions a,
.theme-buyer-source .buyer-products-brand-filter__actions button {
  min-height: 32px;
  border-radius: 7px;
  padding: 0 12px;
  font-family: var(--buyer-apple-sd-font);
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.theme-buyer-source .buyer-products-brand-filter__actions a {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(128, 96, 54, 0.24);
  color: #766346;
}

.theme-buyer-source .buyer-products-brand-filter__actions button {
  border: 1px solid #c4a57a;
  background: #c4a57a;
  color: #fff;
}

.theme-buyer-source .buyer-products-brand-filter__actions button:hover {
  border-color: #a98a5d;
  background: #a98a5d;
}

.theme-buyer-source .buyer-products-brand-filter__hint {
  margin: 0;
  color: #9b927f;
  font-family: var(--buyer-apple-sd-font);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  white-space: nowrap;
}

.theme-buyer-source .buyer-products-brand-filter__hint.is-limit {
  color: #a65c4d;
}

.theme-buyer-source :is(
  .buyer-products-sidebar__sticky,
  .buyer-products-mobile-filter__panel
) {
  scrollbar-width: thin;
  scrollbar-color: #c4a57a rgba(191, 166, 119, 0.14);
}

.theme-buyer-source :is(
  .buyer-products-sidebar__sticky,
  .buyer-products-mobile-filter__panel
)::-webkit-scrollbar {
  width: 7px;
}

.theme-buyer-source :is(
  .buyer-products-sidebar__sticky,
  .buyer-products-mobile-filter__panel
)::-webkit-scrollbar-track {
  border-left: 1px solid rgba(128, 96, 54, 0.18);
  background: rgba(191, 166, 119, 0.1);
}

.theme-buyer-source :is(
  .buyer-products-sidebar__sticky,
  .buyer-products-mobile-filter__panel
)::-webkit-scrollbar-thumb {
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 2px;
  background: #c4a57a;
}

.theme-buyer-source :is(
  .buyer-products-sidebar__sticky,
  .buyer-products-mobile-filter__panel
)::-webkit-scrollbar-thumb:hover {
  background: #c4a57a;
}

.theme-buyer-source :is(
  .buyer-products-sidebar__sticky,
  .buyer-products-mobile-filter__panel
)::-webkit-scrollbar-button {
  display: none;
}

.theme-buyer-source .buyer-products-page .buyer-products-sidebar .buyer-products-filter__list {
  margin-top: 12px !important;
}

.theme-buyer-source .buyer-products-page .buyer-products-sidebar .buyer-products-filter__list li + li {
  margin-top: 2px !important;
}

.theme-buyer-source .buyer-products-page .buyer-products-sidebar .buyer-products-filter__list a {
  display: flex !important;
  min-height: 32px !important;
  align-items: center !important;
  border: 0 !important;
  border-radius: 8px !important;
  padding: 0 10px !important;
  color: #626262 !important;
  font-family: var(--buyer-apple-sd-font) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: -0.01em !important;
  text-transform: none !important;
}

.theme-buyer-source .buyer-products-page .buyer-products-sidebar .buyer-products-filter__list a:hover {
  background: #f5f2ec !important;
  color: #5f4827 !important;
}

.theme-buyer-source .buyer-products-page .buyer-products-sidebar .buyer-products-filter__list a.is-active {
  background: #eee4d3 !important;
  color: #5f4827 !important;
  font-weight: 800 !important;
}

@media (max-width: 900px) {
  .theme-buyer-source .buyer-products-page .buyer-products-shell--with-sidebar {
    display: block !important;
  }

  .theme-buyer-source .buyer-products-page .buyer-products-sidebar {
    display: none !important;
  }

  .theme-buyer-source .buyer-products-listing-tools {
    min-width: 0;
  }

  .theme-buyer-source .buyer-products-mobile-filter {
    position: static;
    display: block;
  }

  .theme-buyer-source .buyer-products-mobile-filter__summary {
    display: inline-flex;
    height: 36px;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(128, 96, 54, 0.28);
    border-radius: 7px;
    padding: 0 12px;
    background: #fff;
    color: rgba(17, 17, 17, 0.72) !important;
    font-family: var(--buyer-apple-sd-font);
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
  }

  .theme-buyer-source .buyer-products-mobile-filter__summary::-webkit-details-marker {
    display: none;
  }

  .theme-buyer-source .buyer-products-mobile-filter__summary::marker {
    content: "";
  }

  .theme-buyer-source .buyer-products-mobile-filter__arrow {
    width: 0;
    height: 0;
    border-top: 6px solid #96825e;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    transition: transform 160ms ease;
  }

  .theme-buyer-source .buyer-products-mobile-filter[open] .buyer-products-mobile-filter__arrow {
    transform: rotate(180deg);
  }

  .theme-buyer-source .buyer-products-mobile-filter__panel {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: 41;
    width: min(420px, 100%);
    max-height: min(60vh, 480px);
    overflow-y: auto;
    overscroll-behavior: contain;
    border: 1px solid rgba(128, 96, 54, 0.2);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(45, 32, 13, 0.14);
    padding: 16px;
  }

  .theme-buyer-source .buyer-products-mobile-filter__panel .buyer-products-filter + .buyer-products-filter {
    margin-top: 24px !important;
  }

  .theme-buyer-source .buyer-products-mobile-filter__panel .buyer-products-filter__title {
    margin: 0;
    color: #8f7146 !important;
    font-family: var(--buyer-apple-sd-font) !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: 0.1em !important;
  }

  .theme-buyer-source .buyer-products-mobile-filter__panel .buyer-products-filter__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    margin: 12px 0 0;
  }

  .theme-buyer-source .buyer-products-mobile-filter__panel .buyer-products-filter__list li,
  .theme-buyer-source .buyer-products-mobile-filter__panel .buyer-products-filter__list li + li {
    margin: 0 !important;
  }

  .theme-buyer-source .buyer-products-mobile-filter__panel .buyer-products-filter__list a {
    display: flex;
    min-height: 34px;
    align-items: center;
    border-radius: 7px;
    background: #f7f5f1;
    padding: 0 10px;
    color: #5f5b54 !important;
    font-family: var(--buyer-apple-sd-font);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.01em;
    text-transform: none;
  }

  .theme-buyer-source .buyer-products-mobile-filter__panel .buyer-products-filter__list a.is-active {
    background: #eee4d3;
    color: #5f4827 !important;
    font-weight: 800;
  }

  .theme-buyer-source .buyer-products-mobile-filter__panel .buyer-products-brand-filter {
    margin-top: 24px;
  }

  .theme-buyer-source .buyer-products-mobile-filter__panel .buyer-products-brand-filter__choices {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .theme-buyer-source .buyer-products-mobile-filter__panel .buyer-products-brand-choice {
    min-height: 38px;
    border-color: transparent;
    background: #f7f5f1;
    padding: 0 9px;
  }

  .theme-buyer-source .buyer-products-mobile-filter__panel .buyer-products-brand-choice__name {
    min-height: 38px;
  }

  .theme-buyer-source .buyer-products-mobile-filter__panel .buyer-products-brand-choice__name {
    font-size: 12px;
  }

  .theme-buyer-source .buyer-products-mobile-filter__panel .buyer-products-brand-filter__actions {
    justify-content: flex-end;
  }
}
