:root {
  --shop-ink: #17120d;
  --shop-cream: #f5eee4;
  --shop-paper: #fbf8f3;
  --shop-gold: #c7a66a;
  --shop-copper: #9d602c;
  --shop-line: rgba(48, 33, 19, .14);
}

.catalog-shop-page {
  background: #eee3d4 url('/images/image699.png') top center / 100% auto no-repeat;
  color: var(--shop-ink);
  font-family: 'Inter', ui-sans-serif, system-ui, -apple-system, sans-serif;
}

.catalog-shop-page .product-ticker {
  position: relative;
  z-index: 20;
}

.catalog-shop-page .site-header {
  position: relative;
  z-index: 20;
  background: rgba(250, 246, 239, .9);
  border-color: rgba(65, 45, 25, .1);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.catalog-shop-page .header-logo,
.catalog-shop-page .header-nav a,
.catalog-shop-page .header-search input {
  color: var(--shop-ink);
}

.catalog-shop-page .header-icon {
  stroke: var(--shop-ink);
}

.catalog-shop-sizebar {
  position: sticky;
  z-index: 18;
  top: 0;
  padding: 13px 20px;
  border-bottom: 1px solid rgba(65, 45, 25, .12);
  background: rgba(23, 17, 12, .94);
  box-shadow: 0 16px 38px rgba(34, 20, 9, .14);
  color: #f7eddd;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.catalog-shop-sizebar__inner {
  width: min(100%, 1420px);
  min-height: 76px;
  display: grid;
  grid-template-columns: 190px minmax(540px, 720px) 1fr;
  gap: clamp(22px, 4vw, 58px);
  align-items: center;
  margin: 0 auto;
}

.catalog-shop-sizebar__title {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.catalog-shop-sizebar__title span {
  color: #caa35e;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.catalog-shop-sizebar__title strong {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: -.015em;
}

.catalog-shop-size-tabs {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 4px;
  border: 1px solid rgba(226, 190, 126, .2);
  border-radius: 18px;
  background: rgba(255, 255, 255, .045);
}

.catalog-shop-size-tabs::after {
  content: '';
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 50%;
  width: 1px;
  background: rgba(233, 202, 148, .13);
  pointer-events: none;
}

.catalog-shop-size-tab {
  position: relative;
  z-index: 1;
  min-width: 0;
  min-height: 62px;
  display: grid;
  grid-template-columns: 47px 1fr 18px;
  gap: 12px;
  align-items: center;
  padding: 8px 14px 8px 10px;
  border: 0;
  border-radius: 14px;
  background: transparent;
  color: rgba(247, 237, 221, .55);
  cursor: pointer;
  text-align: left;
  transition: background .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.catalog-shop-size-tab:hover {
  color: #fff5e5;
}

.catalog-shop-size-tab.is-active {
  background: linear-gradient(135deg, #f0d39a, #ba8640);
  box-shadow: 0 8px 25px rgba(0, 0, 0, .23), inset 0 1px rgba(255, 255, 255, .42);
  color: #1b120a;
}

.catalog-shop-size-tab:focus-visible {
  outline: 2px solid #f0d39a;
  outline-offset: 3px;
}

.catalog-shop-size-tab__number {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(236, 209, 158, .2);
  border-radius: 50%;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 22px;
  font-weight: 600;
}

.catalog-shop-size-tab.is-active .catalog-shop-size-tab__number {
  border-color: rgba(49, 29, 12, .18);
  background: rgba(255, 248, 231, .26);
}

.catalog-shop-size-tab__copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.catalog-shop-size-tab__copy strong {
  overflow: hidden;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .09em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.catalog-shop-size-tab__copy small {
  overflow: hidden;
  color: inherit;
  font-size: 9px;
  font-weight: 600;
  opacity: .67;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.catalog-shop-size-tab i {
  font-style: normal;
  font-weight: 900;
  opacity: .5;
}

.catalog-shop-sizebar__note {
  justify-self: end;
  max-width: 260px;
  color: rgba(247, 237, 221, .48);
  font-size: 10px;
  line-height: 1.55;
}

.catalog-shop-sizebar__note span {
  margin-right: 8px;
  color: #c79b51;
  font-size: 8px;
}

.catalog-shop-loading {
  min-height: 100vh;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 14px;
  color: rgba(23, 18, 13, .62);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.catalog-shop-loading img {
  object-fit: contain;
}

.catalog-shop-noscript {
  margin: 40px auto;
  width: min(92%, 720px);
  padding: 18px 22px;
  border: 1px solid var(--shop-line);
  background: #fff;
  text-align: center;
}

.catalog-shop-main {
  width: min(100% - 40px, 1420px);
  margin: 0 auto;
  padding: 34px 0 90px;
}

.catalog-shop-collection[hidden] {
  display: none !important;
}

.catalog-shop-quiz {
  position: relative;
  isolation: isolate;
  min-height: clamp(430px, 58vw, 660px);
  overflow: hidden;
  border: 1px solid rgba(216, 178, 108, .3);
  border-radius: 30px;
  background: #17110c;
  box-shadow: 0 34px 90px rgba(54, 31, 12, .19);
}

.catalog-shop-quiz::before {
  content: '';
  position: absolute;
  z-index: 3;
  inset: 18px;
  border: 1px solid rgba(255, 228, 177, .28);
  border-radius: 19px;
  pointer-events: none;
}

.catalog-shop-quiz__image {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.015);
}

.catalog-shop-quiz__veil {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(11, 8, 5, .94) 0%, rgba(11, 8, 5, .8) 37%, rgba(11, 8, 5, .18) 67%, rgba(11, 8, 5, .07) 100%),
    linear-gradient(0deg, rgba(12, 8, 5, .37), transparent 45%);
}

.catalog-shop-quiz__content {
  position: relative;
  z-index: 4;
  width: min(660px, 59%);
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(70px, 8vw, 118px) clamp(44px, 7vw, 105px);
  color: #fff9f0;
}

.catalog-shop-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #e3c17f;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .19em;
  line-height: 1.4;
  text-transform: uppercase;
}

.catalog-shop-kicker i {
  font-style: normal;
  font-size: 9px;
}

.catalog-shop-kicker--dark {
  color: #95652e;
}

.catalog-shop-quiz h1 {
  max-width: 620px;
  margin: 20px 0 18px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(49px, 6.2vw, 86px);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .92;
}

.catalog-shop-quiz h1 em {
  color: #e1bc77;
  font-weight: 500;
}

.catalog-shop-quiz__content > p {
  max-width: 545px;
  color: rgba(255, 249, 240, .72);
  font-size: clamp(14px, 1.3vw, 17px);
  line-height: 1.72;
}

.catalog-shop-quiz__actions {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 34px;
}

.catalog-shop-quiz__cta {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 0 28px;
  border: 1px solid #dbb873;
  border-radius: 999px;
  background: linear-gradient(135deg, #e2c17e, #b98742);
  box-shadow: 0 13px 40px rgba(196, 151, 75, .22);
  color: #171009;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease;
}

.catalog-shop-quiz__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(196, 151, 75, .32);
}

.catalog-shop-quiz__actions > span {
  color: rgba(255, 249, 240, .58);
  font-size: 11px;
  letter-spacing: .04em;
}

.catalog-shop-quiz__actions b {
  color: #fff8ec;
  font-size: 14px;
}

.catalog-shop-quiz__seal {
  position: absolute;
  z-index: 4;
  right: clamp(27px, 4.5vw, 70px);
  bottom: clamp(27px, 4.5vw, 62px);
  width: 124px;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 236, 196, .44);
  border-radius: 50%;
  background: rgba(15, 10, 6, .4);
  box-shadow: inset 0 0 0 7px rgba(235, 195, 117, .08);
  color: #f5d99e;
  text-align: center;
  backdrop-filter: blur(9px);
}

.catalog-shop-quiz__seal::before,
.catalog-shop-quiz__seal::after {
  content: '✦';
  font-size: 7px;
}

.catalog-shop-quiz__seal span {
  margin: 3px 0;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.catalog-shop-quiz__seal strong {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 500;
}

.catalog-shop-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .8fr);
  gap: clamp(45px, 9vw, 140px);
  align-items: end;
  padding: clamp(82px, 10vw, 140px) clamp(8px, 3vw, 42px) 54px;
}

.catalog-shop-intro h2,
.catalog-shop-disclosure h2 {
  margin: 17px 0 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(46px, 5.3vw, 74px);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .96;
}

.catalog-shop-intro h2 em {
  color: #93622d;
  font-weight: 500;
}

.catalog-shop-intro__copy > p {
  color: rgba(23, 18, 13, .66);
  font-size: 15px;
  line-height: 1.75;
}

.catalog-shop-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 25px;
}

.catalog-shop-benefits span {
  position: relative;
  padding-left: 16px;
  color: #624a31;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.catalog-shop-benefits span::before {
  content: '✦';
  position: absolute;
  left: 0;
  color: #b28145;
  font-size: 7px;
}

.catalog-shop-member-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: 0 0 25px;
  padding: 21px 27px;
  border: 1px solid rgba(173, 127, 63, .28);
  border-radius: 18px;
  background: rgba(255, 252, 246, .72);
}

.catalog-shop-member-note div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.catalog-shop-member-note span {
  color: #986930;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.catalog-shop-member-note strong {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 22px;
  font-weight: 600;
}

.catalog-shop-member-note a {
  color: var(--shop-ink);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .09em;
  text-decoration: none;
  text-transform: uppercase;
}

.catalog-shop-collection {
  animation: shop-collection-in .35s ease both;
}

@keyframes shop-collection-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.catalog-shop-collection-head {
  display: grid;
  grid-template-columns: 112px minmax(280px, .8fr) minmax(320px, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  margin-bottom: 30px;
  padding: 28px 32px;
  border: 1px solid rgba(154, 104, 45, .2);
  border-radius: 22px;
  background: linear-gradient(115deg, rgba(255, 253, 248, .86), rgba(231, 211, 180, .69));
  box-shadow: 0 16px 45px rgba(57, 34, 13, .06);
}

.catalog-shop-collection-head--50ml {
  border-color: rgba(201, 165, 100, .25);
  background: linear-gradient(115deg, rgba(30, 22, 15, .97), rgba(86, 58, 29, .94));
  color: #f9edda;
}

.catalog-shop-collection-head__number {
  width: 96px;
  height: 96px;
  display: grid;
  place-content: center;
  border: 1px solid rgba(149, 98, 40, .28);
  border-radius: 50%;
  color: #93622d;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -.05em;
  line-height: .72;
  text-align: center;
}

.catalog-shop-collection-head--50ml .catalog-shop-collection-head__number {
  border-color: rgba(234, 197, 127, .38);
  color: #e1bd77;
}

.catalog-shop-collection-head__number span {
  display: block;
  margin-top: 9px;
  font-family: 'Inter', sans-serif;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.catalog-shop-collection-head > div:nth-child(2) > span {
  display: block;
  margin-bottom: 7px;
  color: #986832;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.catalog-shop-collection-head--50ml > div:nth-child(2) > span {
  color: #d4ae69;
}

.catalog-shop-collection-head h2 {
  margin: 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(30px, 3vw, 43px);
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: .98;
}

.catalog-shop-collection-head > p {
  color: rgba(23, 18, 13, .61);
  font-size: 12px;
  line-height: 1.7;
}

.catalog-shop-collection-head--50ml > p {
  color: rgba(249, 237, 218, .64);
}

.catalog-shop-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.catalog-shop-card {
  overflow: hidden;
  border: 1px solid var(--shop-line);
  border-radius: 22px;
  background: rgba(255, 252, 247, .88);
  box-shadow: 0 15px 48px rgba(50, 31, 13, .06);
  animation: shop-card-in .65s cubic-bezier(.2,.7,.2,1) both;
  animation-delay: var(--card-delay);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.catalog-shop-card:hover {
  transform: translateY(-6px);
  border-color: rgba(168, 119, 53, .33);
  box-shadow: 0 26px 65px rgba(50, 31, 13, .12);
}

@keyframes shop-card-in {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.catalog-shop-card__media {
  position: relative;
  aspect-ratio: 1.16 / 1;
  overflow: hidden;
  background: linear-gradient(145deg, #e8d3b9, #f8eee1);
}

.catalog-shop-card__media::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 36%;
  background: linear-gradient(0deg, rgba(25, 14, 7, .18), transparent);
  pointer-events: none;
}

.catalog-shop-card__art-note {
  position: absolute;
  z-index: 2;
  right: 14px;
  bottom: 12px;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(18, 13, 8, .64);
  color: rgba(255, 246, 230, .77);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .06em;
  backdrop-filter: blur(8px);
}

.catalog-shop-card--50ml .catalog-shop-card__media {
  background: linear-gradient(145deg, #1a130d, #6e4a29);
}

.catalog-shop-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s cubic-bezier(.2,.7,.2,1);
}

.catalog-shop-card:hover .catalog-shop-card__media img {
  transform: scale(1.035);
}

.catalog-shop-card__size,
.catalog-shop-card__offer {
  position: absolute;
  z-index: 2;
  top: 15px;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.catalog-shop-card__size {
  left: 15px;
  background: rgba(18, 13, 8, .78);
  color: #f7e4bd;
  backdrop-filter: blur(9px);
}

.catalog-shop-card__offer {
  right: 15px;
  background: rgba(247, 234, 207, .92);
  color: #593715;
}

.catalog-shop-card__body {
  padding: 24px 24px 25px;
}

.catalog-shop-card__heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.catalog-shop-card__heading p {
  margin: 0 0 7px;
  color: #9a6b35;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.catalog-shop-card__heading h3 {
  margin: 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(26px, 2.2vw, 34px);
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 1;
}

.catalog-shop-card__heading > span {
  color: rgba(23, 18, 13, .23);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 18px;
  font-style: italic;
}

.catalog-shop-card__notes {
  min-height: 34px;
  margin: 13px 0 19px;
  color: rgba(23, 18, 13, .54);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.55;
  text-transform: uppercase;
}

.catalog-shop-card__price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding-top: 18px;
  border-top: 1px solid var(--shop-line);
}

.catalog-shop-card__was {
  color: rgba(23, 18, 13, .34);
  font-size: 13px;
  font-weight: 600;
  text-decoration: line-through;
}

.catalog-shop-card__price strong {
  font-size: 27px;
  font-weight: 900;
  letter-spacing: -.05em;
}

.catalog-shop-card__term {
  color: rgba(23, 18, 13, .48);
  font-size: 10px;
  font-weight: 700;
}

.catalog-shop-card__renewal {
  margin: 5px 0 19px;
  color: rgba(23, 18, 13, .48);
  font-size: 10px;
  line-height: 1.55;
}

.catalog-shop-card__button {
  width: 100%;
  min-height: 49px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 0 20px;
  border: 1px solid #20160d;
  border-radius: 999px;
  background: #1b140e;
  color: #fbefd9;
  cursor: pointer;
  font: inherit;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .11em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.catalog-shop-card__button:hover {
  background: #bd8d4d;
  border-color: #bd8d4d;
  color: #130c06;
}

.catalog-shop-card__button:focus-visible,
.catalog-shop-quiz__cta:focus-visible,
.catalog-shop-member-note a:focus-visible {
  outline: 3px solid rgba(197, 153, 80, .48);
  outline-offset: 3px;
}

.catalog-shop-card__button:disabled {
  border-color: rgba(23, 18, 13, .12);
  background: rgba(23, 18, 13, .08);
  color: rgba(23, 18, 13, .36);
  cursor: not-allowed;
}

.catalog-shop-disclosure {
  position: relative;
  display: grid;
  grid-template-columns: .75fr 1fr;
  gap: clamp(42px, 8vw, 120px);
  align-items: end;
  overflow: hidden;
  margin-top: 90px;
  padding: clamp(55px, 7vw, 90px);
  border: 1px solid rgba(171, 124, 57, .22);
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 10%, rgba(214, 172, 101, .22), transparent 32%),
    linear-gradient(135deg, rgba(255,255,255,.72), rgba(239, 222, 197, .75));
}

.catalog-shop-disclosure h2 {
  font-size: clamp(40px, 4.6vw, 64px);
}

.catalog-shop-disclosure > p {
  position: relative;
  z-index: 2;
  color: rgba(23, 18, 13, .63);
  font-size: 13px;
  line-height: 1.75;
}

.catalog-shop-disclosure > p strong {
  display: block;
  margin-bottom: 8px;
  color: var(--shop-ink);
}

.catalog-shop-disclosure a {
  color: #7e4d1f;
  font-weight: 700;
}

.catalog-shop-disclosure__mark {
  position: absolute;
  right: 20px;
  bottom: -67px;
  color: rgba(151, 99, 42, .06);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 270px;
  font-weight: 600;
  line-height: 1;
}

.catalog-shop-disclosure--50ml {
  border-color: rgba(203, 164, 95, .24);
  background:
    radial-gradient(circle at 90% 8%, rgba(210, 163, 86, .22), transparent 34%),
    linear-gradient(135deg, #19110b, #4f351e);
  color: #f8ead4;
}

.catalog-shop-disclosure--50ml .catalog-shop-kicker--dark {
  color: #dfba74;
}

.catalog-shop-disclosure--50ml > p {
  color: rgba(248, 234, 212, .65);
}

.catalog-shop-disclosure--50ml > p strong {
  color: #fff3df;
}

.catalog-shop-disclosure--50ml .catalog-shop-disclosure__mark {
  color: rgba(231, 190, 116, .06);
}

.catalog-shop-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  padding: 55px max(28px, calc((100vw - 1420px) / 2));
  background: #120e0a;
  color: #eee2cf;
}

.catalog-shop-footer__brand {
  color: #e4c182;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase;
}

.catalog-shop-footer p {
  margin-top: 7px;
  color: rgba(238, 226, 207, .46);
  font-size: 11px;
}

.catalog-shop-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 20px;
}

.catalog-shop-footer nav a {
  color: rgba(238, 226, 207, .68);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
}

.catalog-shop-footer nav a:hover {
  color: #edcb8c;
}

@media (max-width: 1060px) {
  .catalog-shop-sizebar__inner { grid-template-columns: minmax(0, 1fr); gap: 10px; }
  .catalog-shop-sizebar__title,
  .catalog-shop-sizebar__note { display: none; }
  .catalog-shop-quiz__content { width: 69%; }
  .catalog-shop-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalog-shop-collection-head { grid-template-columns: 94px minmax(250px, .9fr) 1fr; gap: 30px; }
  .catalog-shop-collection-head__number { width: 82px; height: 82px; font-size: 42px; }
}

@media (max-width: 780px) {
  .catalog-shop-sizebar { padding: 9px 12px; }
  .catalog-shop-sizebar__inner { min-height: 68px; }
  .catalog-shop-size-tab { min-height: 58px; grid-template-columns: 39px 1fr; gap: 9px; padding: 6px 10px 6px 7px; }
  .catalog-shop-size-tab__number { width: 38px; height: 38px; font-size: 18px; }
  .catalog-shop-size-tab i { display: none; }
  .catalog-shop-size-tab__copy strong { font-size: 8px; letter-spacing: .06em; }
  .catalog-shop-size-tab__copy small { font-size: 7px; }
  .catalog-shop-main { width: min(100% - 24px, 1420px); padding-top: 12px; }
  .catalog-shop-quiz { min-height: 610px; border-radius: 22px; }
  .catalog-shop-quiz::before { inset: 10px; border-radius: 14px; }
  .catalog-shop-quiz__image { object-position: 57% center; }
  .catalog-shop-quiz__veil {
    background: linear-gradient(0deg, rgba(10,7,4,.98) 0%, rgba(10,7,4,.82) 50%, rgba(10,7,4,.12) 100%);
  }
  .catalog-shop-quiz__content {
    width: 100%;
    min-height: 610px;
    justify-content: flex-end;
    padding: 180px 30px 55px;
  }
  .catalog-shop-quiz h1 { max-width: 520px; }
  .catalog-shop-quiz__seal { top: 27px; right: 27px; bottom: auto; width: 94px; }
  .catalog-shop-quiz__seal strong { font-size: 21px; }
  .catalog-shop-quiz__actions { flex-direction: column; align-items: flex-start; gap: 15px; }
  .catalog-shop-intro { grid-template-columns: 1fr; gap: 30px; padding: 80px 12px 42px; }
  .catalog-shop-member-note { align-items: flex-start; flex-direction: column; }
  .catalog-shop-collection-head { grid-template-columns: 78px 1fr; gap: 19px; padding: 22px; }
  .catalog-shop-collection-head__number { width: 68px; height: 68px; font-size: 34px; }
  .catalog-shop-collection-head > p { grid-column: 1 / -1; }
  .catalog-shop-disclosure { grid-template-columns: 1fr; align-items: start; }
  .catalog-shop-footer { align-items: flex-start; flex-direction: column; }
  .catalog-shop-footer nav { justify-content: flex-start; }
}

@media (max-width: 560px) {
  .catalog-shop-size-tabs { border-radius: 15px; }
  .catalog-shop-size-tab { border-radius: 11px; }
  .catalog-shop-size-tab__copy small { white-space: normal; line-height: 1.25; }
  .catalog-shop-grid { grid-template-columns: 1fr; }
  .catalog-shop-quiz__content { padding-inline: 24px; }
  .catalog-shop-quiz__cta { width: 100%; }
  .catalog-shop-card__media { aspect-ratio: 1.2 / 1; }
  .catalog-shop-disclosure { padding: 45px 28px; }
  .catalog-shop-footer { padding: 48px 25px; }
}

@media (prefers-reduced-motion: reduce) {
  .catalog-shop-card,
  .catalog-shop-collection { animation: none; }
  .catalog-shop-card,
  .catalog-shop-card__media img,
  .catalog-shop-quiz__cta { transition: none; }
}
