.shop_cats { display: flex; justify-content: center; margin: 0 0 50px; }
.shop_cats li { margin: 0 15px; font-size: 24px; }
.shop_cats a { position: relative; color: #000; transition: transform 200ms ease; }
.shop_cats a:hover { transform: scale(1.1); }
.shop_cats a.active { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.shop_cats a.active:hover { transform: none; }
.shop_container .textile_item__content { padding: 0 4px; }
.shop_container .textile_item__title { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; margin: 0; padding: 0; text-align: left; }
.shop_container .textile_item__title span { position: static; display: block; width: auto; padding: 0; }
.shop_container .textile_item__title .shop_card__title { max-width: 15em; font-family: "TT Barrels", Arial, sans-serif; font-size: 25px; font-weight: 400; line-height: 1.08; text-wrap: balance; }
.shop_container .textile_item__title .shop_card__meta { font-family: "TT Commons", Arial, sans-serif; font-size: 14px; font-weight: 500; line-height: 1; letter-spacing: .02em; }
.shop_container .textile_item__title span.sold, .shop_single .single_top .sold { color: #bd0000; }
.shop_single .single_top { max-width: 720px; padding-bottom: 8px; }
.shop_single .single_top h1 { max-width: 18em; margin: 0 0 9px; font-size: 30px; font-weight: 400; line-height: 1.05; text-wrap: balance; }
.shop_single .single_chars { max-width: 48em; margin-bottom: 22px; font-family: "TT Commons", Arial, sans-serif; font-size: 15px; font-weight: 500; line-height: 1.3; letter-spacing: .015em; color: #737373; }
.shop_single .single_top .sold { display: block; padding-bottom: 24px; font-family: "TT Commons", Arial, sans-serif; font-size: 15px; font-weight: 500; line-height: 1; text-transform: uppercase; letter-spacing: .04em; }
.shop_single .single_chars p { margin: 0; }
.shop_single .single_desc { position: relative; max-width: 42em; margin-bottom: 24px; font-size: 19px; font-weight: 400; line-height: 1.35; }
.shop_single .single_desc p { margin: 0 0 12px; }
.shop_single .single_desc p:last-child { margin-bottom: 0; }
.shop_single .single_price { display: flex; align-items: baseline; gap: 12px; margin-bottom: 20px; }
.single_price__label { font-family: "TT Commons", Arial, sans-serif; font-size: 12px; font-weight: 500; line-height: 1; letter-spacing: .06em; text-transform: uppercase; color: #737373; }
.single_price__value { font-size: 26px; font-weight: 400; line-height: 1; }
.shop_single .single_desc pre { font-family: inherit; white-space: normal; }
.shop_single .button { width: 150px; height: 50px; margin: 0 0 30px; border: 0; cursor: pointer; font-family: "TT Commons", Arial, sans-serif; font-size: 14px; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; }
.button_black { color: #fff; background: #222; box-shadow: inset 0 0 0 1px #222; transition: color 180ms ease, background-color 180ms ease, transform 100ms ease; }
.button_black:active:not(:disabled) { transform: translateY(1px); }

.inquiry-dialog { width: min(520px, calc(100% - 32px)); max-height: calc(100dvh - 32px); margin: auto; padding: 0; border: 1px solid #222; color: #000; background: #fff; }
.inquiry-dialog::backdrop { background: rgb(0 0 0 / 45%); }
.inquiry-form { display: grid; gap: 28px; padding: 28px; }
.inquiry-form__header { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: start; padding-bottom: 22px; border-bottom: 1px solid rgb(0 0 0 / 18%); }
.inquiry-form__subject { display: flex; gap: 18px; align-items: flex-start; min-width: 0; }
.inquiry-form__cover { display: block; width: 72px; height: 90px; flex: 0 0 auto; object-fit: cover; background: #f2f2f2; }
.inquiry-form__eyebrow { margin: 0 0 7px; font-family: "TT Commons", Arial, sans-serif; font-size: 12px; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; color: #737373; }
.inquiry-form h2 { margin: 0; font-size: 34px; font-weight: 400; line-height: 1.05; text-wrap: balance; }
.inquiry-form__close { position: relative; display: block; width: 36px; height: 36px; padding: 0; border: 1px solid rgb(0 0 0 / 35%); border-radius: 50%; overflow: hidden; font-size: 0; color: #000; background: transparent; cursor: pointer; transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 100ms ease; }
.inquiry-form__close::before, .inquiry-form__close::after { position: absolute; top: 50%; left: 50%; width: 14px; height: 1px; content: ""; background: currentColor; transform-origin: center; }
.inquiry-form__close::before { transform: translate(-50%, -50%) rotate(45deg); }
.inquiry-form__close::after { transform: translate(-50%, -50%) rotate(-45deg); }
.inquiry-form__close:active { transform: scale(.94); }
.inquiry-form__fields { display: grid; gap: 22px; }
.inquiry-form__fields[hidden], .inquiry-form__notice[hidden], .inquiry-form__message[hidden], .inquiry-form__submit[hidden] { display: none; }
.inquiry-form__field { display: grid; gap: 7px; }
.inquiry-form__field label { font-family: "TT Commons", Arial, sans-serif; font-size: 14px; font-weight: 500; }
.inquiry-form__field input, .inquiry-form__field textarea { width: 100%; min-height: 44px; padding: 7px 0; border: 0; border-bottom: 1px solid rgb(0 0 0 / 45%); border-radius: 0; outline: 0; font: 20px/1.2 "TT Barrels", Arial, sans-serif; color: #000; background: transparent; resize: vertical; }
.inquiry-form__field textarea { min-height: 92px; }
.inquiry-form__field input:focus, .inquiry-form__field textarea:focus { border-bottom-color: #000; }
.inquiry-form__field input[aria-invalid="true"], .inquiry-form__field textarea[aria-invalid="true"] { border-bottom-color: #bd0000; }
.inquiry-form__hint, .inquiry-form__error, .inquiry-form__notice, .inquiry-form__message { margin: 0; font-family: "TT Commons", Arial, sans-serif; font-size: 12px; line-height: 1.35; color: #737373; }
.inquiry-form__error { min-height: 16px; color: #bd0000; }
.inquiry-form__message { font-size: 15px; }
.inquiry-form__message.is-success { padding: 12px 0; color: #000; }
.inquiry-form__message.is-error { color: #bd0000; }
.inquiry-form .inquiry-form__submit {
  width: 100%;
  min-width: 100%;
  height: 56px;
  margin: 0;
  padding: 0 24px;
  justify-self: stretch;
  cursor: pointer;
}
.inquiry-form__submit:disabled { cursor: wait; opacity: .6; }
.uniform__potty { position: absolute; left: -9999px; }
.inquiry-form__close:focus-visible, .button_black:focus-visible { outline: 2px solid #000; outline-offset: 3px; }

@media (hover: hover) {
  .button_black:hover:not(:disabled) { color: #222; background: #fff; }
  .inquiry-form__close:hover { border-color: #222; color: #fff; background: #222; }
}

@media (max-width: 750px) {
  .shop_cats { margin: 0; padding-bottom: 20px; flex-wrap: wrap; }
  .shop_cats li { margin: 0 8px 10px; font-size: 16px; }
  .shop_cats a.active { text-decoration-thickness: .5px; text-underline-offset: 3px; }
  .shop_container .textile_item__content { padding: 0; }
  .shop_container .textile_item__title .shop_card__title { font-size: 20px; line-height: 1.05; }
  .shop_container .textile_item__title .shop_card__meta { font-size: 12px; }
  .shop_single .single_top h1 { max-width: calc(100% - 54px); margin-bottom: 7px; font-size: 24px; }
  .shop_single .single_chars { margin-bottom: 18px; font-size: 13px; }
  .shop_single .single_desc { margin-bottom: 20px; font-size: 18px; line-height: 1.3; }
  .single_price__value { font-size: 23px; }
  .shop_single .single_block { padding-top: 16px; }
  .inquiry-dialog { inset: 0; box-sizing: border-box; width: 100vw; max-width: none; height: 100dvh; max-height: none; margin: 0; border: 0; overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; }
  .inquiry-form { box-sizing: border-box; min-height: 100%; gap: 22px; padding: calc(16px + env(safe-area-inset-top)) calc(20px + env(safe-area-inset-right)) calc(24px + env(safe-area-inset-bottom)) calc(20px + env(safe-area-inset-left)); }
  .inquiry-form__header { gap: 12px; padding-bottom: 18px; }
  .inquiry-form__subject { gap: 14px; }
  .inquiry-form__cover { width: 56px; height: 70px; }
  .inquiry-form h2 { font-size: 28px; }
  .inquiry-form__close { width: 44px; height: 44px; margin: -8px -8px 0 0; border: 0; border-radius: 0; -webkit-tap-highlight-color: transparent; }
  .inquiry-form__close::before, .inquiry-form__close::after { width: 18px; }
  .inquiry-form__close:active { background: rgb(0 0 0 / 7%); transform: none; }
}

@media (max-width: 750px) and (hover: none) and (pointer: coarse) {
  .inquiry-form__close:focus-visible { outline: 0; }
}
