:root { color-scheme: light; background: #f1eee8; }
html { scroll-behavior: smooth; background: #f1eee8; }
body { margin: 0; background: #f1eee8; color: #191918; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body.is-dialog-open { overflow: hidden; }
* { box-sizing: border-box; }
a { color: inherit; }
button, input, select { font: inherit; }
button, a, input, select { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, summary:focus-visible { outline: 3px solid #c99884; outline-offset: 3px; }
.mk-visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.mk-shell { width: min(100%, 1180px); margin: 0 auto; padding: 0 44px; }
.mk-header { display: flex; align-items: center; justify-content: space-between; height: 82px; border-bottom: 1px solid rgba(25,25,24,.16); }
.mk-wordmark { display: flex; align-items: center; gap: 12px; color: #191918; font-size: 12px; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; }
.mk-wordmark span { display: grid; place-items: center; width: 32px; height: 32px; background: #6a2530; color: #f7f1e9; font-family: Georgia, serif; font-size: 13px; letter-spacing: -.05em; }
.mk-wordmark b { font-weight: 760; }
.mk-header nav { display: flex; align-items: center; gap: 30px; color: #68645e; font-size: 12px; }
.mk-header nav a { text-decoration: none; }
.mk-header nav a[aria-current="page"] { color: #6a2530; font-weight: 700; }
.mk-header .mk-header-action { padding-bottom: 5px; border-bottom: 1px solid #191918; color: #191918; font-weight: 650; }
.mk-intro { padding: 60px 0 38px; }
.mk-kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; color: #6a2530; font-size: 11px; font-weight: 760; letter-spacing: .16em; text-transform: uppercase; }
.mk-kicker::before { width: 28px; height: 1px; background: #6a2530; content: ""; }
.mk-title-row { display: grid; grid-template-columns: minmax(0,1.45fr) minmax(270px,.65fr); gap: 70px; align-items: end; }
.mk-title-row h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(52px,6vw,78px); font-weight: 400; letter-spacing: -.055em; line-height: .96; }
.mk-title-row p { margin: 0 0 5px; color: #625f59; font-size: 15px; line-height: 1.7; }
.mk-search { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 12px; min-height: 68px; margin-top: 38px; padding: 0 19px; border: 1px solid rgba(25,25,24,.27); background: #f8f5ef; }
.mk-search-icon { color: #6a2530; font-family: Georgia, serif; font-size: 31px; line-height: 1; transform: rotate(-18deg); }
.mk-search input { width: 100%; min-width: 0; border: 0; outline: 0; background: transparent; color: #191918; font-size: 16px; }
.mk-search input::placeholder { color: #858078; }
.mk-search button { min-width: 92px; min-height: 42px; padding: 0 18px; border: 0; background: #191918; color: #fff; font-size: 11px; font-weight: 680; letter-spacing: .05em; cursor: pointer; text-transform: uppercase; }
.mk-search button:hover { background: #6a2530; }
.mk-catalog-layout { display: grid; grid-template-columns: 205px minmax(0,1fr); gap: 42px; padding-bottom: 60px; }
.mk-filters { padding-top: 16px; border-top: 1px solid rgba(25,25,24,.2); }
.mk-filters section { padding-bottom: 27px; }
.mk-filters h2 { margin: 0 0 12px; font-family: Georgia, serif; font-size: 17px; font-weight: 400; }
.mk-category-list { display: grid; gap: 1px; }
.mk-category-list button { display: flex; justify-content: space-between; gap: 8px; min-height: 33px; padding: 6px 0; border: 0; background: transparent; color: #625e58; font-size: 11px; line-height: 1.35; text-align: left; cursor: pointer; }
.mk-category-list button small { color: #9a958d; font-size: 9px; }
.mk-category-list button.is-active { color: #6a2530; font-weight: 720; }
.mk-price-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.mk-price-fields label { display: grid; grid-template-columns: auto minmax(0,1fr); align-items: center; gap: 4px; min-height: 39px; padding: 0 8px; border: 1px solid rgba(25,25,24,.17); color: #8b857d; font-size: 10px; }
.mk-price-fields input { width: 100%; min-width: 0; padding: 0; border: 0; outline: 0; background: transparent; color: #373431; font-size: 10px; }
.mk-stock-control { display: flex; align-items: center; gap: 9px; min-height: 40px; color: #504c47; font-size: 11px; cursor: pointer; }
.mk-stock-control input { position: absolute; opacity: 0; }
.mk-stock-control span { position: relative; width: 30px; height: 17px; border: 1px solid #969088; border-radius: 20px; transition: background .2s; }
.mk-stock-control span::after { position: absolute; top: 3px; left: 3px; width: 9px; height: 9px; border-radius: 50%; background: #777169; content: ""; transition: transform .2s,background .2s; }
.mk-stock-control input:checked + span { border-color: #6a2530; background: #6a2530; }
.mk-stock-control input:checked + span::after { background: #fff; transform: translateX(13px); }
.mk-stock-control input:focus-visible + span { outline: 3px solid #c99884; outline-offset: 3px; }
.mk-reset-filters { margin-top: 12px; padding: 0 0 4px; border: 0; border-bottom: 1px solid #9b958d; background: transparent; color: #6f6a63; font-size: 10px; cursor: pointer; }
.mk-mobile-filters { display: none; }
.mk-category-chips { display: none; }
.mk-resultbar { display: flex; align-items: center; justify-content: space-between; min-height: 49px; border-top: 1px solid rgba(25,25,24,.16); }
.mk-resultbar p { margin: 0; color: #6b6761; font-size: 11px; }
.mk-resultbar p strong { color: #191918; }
.mk-resultbar label { color: #77716a; font-size: 10px; }
.mk-resultbar select { padding: 8px 24px 8px 8px; border: 0; background: transparent; color: #373431; font-size: 11px; cursor: pointer; }
.mk-products { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.mk-product-card { min-width: 0; overflow: hidden; background: #e6e1d8; }
.mk-product-visual { position: relative; display: grid; place-items: center; width: 100%; aspect-ratio: 1.08; padding: 0; overflow: hidden; border: 0; background: #d4d9d0; cursor: pointer; }
.mk-product-card:nth-child(6n+2) .mk-product-visual { background: #cad6dc; }
.mk-product-card:nth-child(6n+3) .mk-product-visual { background: #d9cdbb; }
.mk-product-card:nth-child(6n+4) .mk-product-visual { background: #dbc9c8; }
.mk-product-card:nth-child(6n+5) .mk-product-visual { background: #d8c7a8; }
.mk-product-card:nth-child(6n+6) .mk-product-visual { background: #cbd9da; }
.mk-product-visual img { width: 84%; height: 84%; object-fit: contain; filter: drop-shadow(0 16px 14px rgba(30,25,20,.13)); transition: transform .3s ease; }
.mk-product-visual:hover img { transform: translateY(-4px) scale(1.025); }
.mk-product-status { position: absolute; top: 12px; left: 12px; padding: 5px 7px; background: rgba(247,243,236,.9); color: #4e5f4e; font-size: 8px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.mk-product-copy { padding: 18px 18px 20px; }
.mk-product-meta { display: block; overflow: hidden; color: #777169; font-size: 9px; letter-spacing: .07em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.mk-source-letter { display: inline-grid; place-items: center; width: 14px; height: 14px; margin-left: 2px; border: 1px solid currentColor; border-radius: 50%; font-size: 8px; font-weight: 700; line-height: 1; vertical-align: -2px; opacity: .72; }
.mk-product-name { width: 100%; min-height: 54px; margin: 8px 0 12px; padding: 0; overflow: hidden; border: 0; background: transparent; color: #191918; font-family: Georgia, serif; font-size: 19px; font-weight: 400; line-height: 1.2; text-align: left; cursor: pointer; }
.mk-product-price { display: flex; align-items: baseline; gap: 7px; margin: 0; }
.mk-product-price strong { font-family: Georgia, serif; font-size: 18px; font-weight: 400; }
.mk-product-price small { color: #7a756e; font-size: 9px; }
.mk-product-action { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 43px; margin-top: 15px; padding: 0; border: 0; border-top: 1px solid rgba(25,25,24,.2); background: transparent; color: #393633; font-size: 10px; cursor: pointer; }
.mk-product-action i { color: #6a2530; font-size: 16px; font-style: normal; }
.mk-skeleton { aspect-ratio: .73; background: linear-gradient(100deg,#e4dfd6 20%,#ece8e1 38%,#e4dfd6 56%); background-size: 200% 100%; animation: mk-shimmer 1.2s infinite linear; }
@keyframes mk-shimmer { to { background-position-x: -200%; } }
@media (prefers-reduced-motion: reduce) { .mk-skeleton { animation: none; } .mk-product-visual img { transition: none; } }
.mk-empty,.mk-error { padding: 64px 20px; border: 1px solid rgba(25,25,24,.16); text-align: center; }
.mk-empty h2,.mk-error h2 { margin: 0 0 10px; font-family: Georgia,serif; font-size: 27px; font-weight: 400; }
.mk-empty p,.mk-error p { margin: 0 0 20px; color: #6c6760; font-size: 13px; }
.mk-empty button,.mk-error button { min-height: 43px; padding: 0 16px; border: 1px solid #191918; background: transparent; cursor: pointer; }
.mk-pagination { display: flex; align-items: center; justify-content: center; gap: 20px; margin-top: 32px; }
.mk-pagination button { width: 46px; height: 46px; border: 1px solid rgba(25,25,24,.25); border-radius: 50%; background: transparent; color: #191918; font-size: 18px; cursor: pointer; }
.mk-pagination button:disabled { cursor: default; opacity: .3; }
.mk-pagination span { min-width: 82px; color: #6a2530; font-family: Georgia,serif; font-size: 12px; text-align: center; }
.mk-price-note { background: #1d1d1b; color: #f0ece5; }
.mk-price-note .mk-shell { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 26px; min-height: 96px; }
.mk-price-note strong { font-family: Georgia,serif; font-size: 20px; font-weight: 400; }
.mk-price-note span { color: #aaa59d; font-size: 11px; }
.mk-price-note a { min-height: 44px; padding: 14px 17px; border: 1px solid rgba(255,255,255,.27); color: #fff; font-size: 10px; text-decoration: none; }
.mk-price-note i { margin-left: 14px; color: #c99884; font-size: 15px; font-style: normal; }
.mk-footer { background: #1d1d1b; color: #f0ece5; }
.mk-footer .mk-shell { display: flex; justify-content: space-between; gap: 20px; padding-top: 25px; padding-bottom: 28px; border-top: 1px solid rgba(255,255,255,.12); color: #9c9790; font-size: 10px; }
.mk-footer a { text-underline-offset: 3px; }
.mk-product-dialog { width: min(1120px,calc(100% - 40px)); max-width: 1120px; height: min(760px,calc(100dvh - 40px)); max-height: calc(100dvh - 40px); padding: 0; overflow: hidden; border: 0; background: #f1eee8; color: #191918; }
.mk-product-dialog::backdrop { background: rgba(20,19,18,.72); backdrop-filter: blur(3px); }
.mk-dialog-close { position: absolute; z-index: 4; top: 16px; right: 16px; width: 44px; height: 44px; padding: 0; border: 0; border-radius: 50%; background: rgba(248,245,239,.94); color: #191918; font-size: 24px; line-height: 1; cursor: pointer; }
.mk-dialog-close:focus-visible { outline: 2px solid #6a2530; outline-offset: 2px; }
.mk-dialog-loading { display: grid; place-items: center; min-height: 420px; color: #6b6760; }
.mk-dialog-body,.mk-dialog-grid { height: 100%; }
.mk-dialog-grid { display: grid; grid-template-columns: minmax(0,1.12fr) minmax(390px,.88fr); }
.mk-dialog-gallery { min-width: 0; padding: 42px; overflow: auto; background: #d4d9d0; }
.mk-dialog-main-image { display: grid; place-items: center; min-height: 0; height: calc(100% - 88px); }
.mk-dialog-main-image img { width: 100%; max-height: 430px; object-fit: contain; filter: drop-shadow(0 20px 15px rgba(30,25,20,.15)); }
.mk-dialog-thumbs { display: flex; gap: 8px; margin-top: 22px; overflow-x: auto; }
.mk-dialog-thumbs button { flex: 0 0 62px; width: 62px; height: 62px; padding: 4px; border: 1px solid transparent; background: rgba(248,245,239,.45); cursor: pointer; }
.mk-dialog-thumbs button.is-active { border-color: #6a2530; }
.mk-dialog-thumbs img { width: 100%; height: 100%; object-fit: contain; }
.mk-dialog-info { display: flex; flex-direction: column; min-width: 0; height: 100%; padding: 62px 44px 34px; overflow-y: auto; }
.mk-dialog-eyebrow { margin: 0 0 14px; color: #6a2530; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.mk-dialog-eyebrow .mk-source-letter { width: 16px; height: 16px; font-size: 9px; vertical-align: -3px; }
.mk-dialog-info h2 { margin: 0; overflow-wrap: break-word; font-family: Georgia,serif; font-size: clamp(30px,3vw,42px); font-weight: 400; letter-spacing: -.04em; line-height: 1.04; }
.mk-dialog-price { margin: 24px 0 6px; font-family: Georgia,serif; font-size: 26px; }
.mk-dialog-price-note { margin: 0 0 24px; color: #77716a; font-size: 10px; }
.mk-dialog-description { max-height: 145px; margin: 0; overflow: auto; color: #625f59; font-size: 13px; line-height: 1.6; }
.mk-dialog-specs { display: grid; gap: 8px; margin: 20px 0; padding: 15px 0; border-top: 1px solid rgba(25,25,24,.15); border-bottom: 1px solid rgba(25,25,24,.15); }
.mk-dialog-specs div { display: grid; grid-template-columns: 92px 1fr; gap: 10px; font-size: 11px; }
.mk-dialog-specs dt { color: #8a857e; }
.mk-dialog-specs dd { margin: 0; }
.mk-dialog-contact { position: sticky; bottom: 0; display: flex; flex: 0 0 auto; align-items: center; justify-content: space-between; width: 100%; min-height: 50px; margin-top: auto; padding: 0 17px; border: 0; background: #191918; color: #fff; font: inherit; font-size: 11px; text-align: left; text-decoration: none; cursor: pointer; }
.mk-dialog-contact i { color: #c99884; font-size: 17px; font-style: normal; }
.mk-cookie[hidden] { display: none; }
.mk-cookie { position: fixed; right: 24px; bottom: 24px; left: 24px; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 24px; width: min(calc(100% - 48px),920px); margin: 0 auto; padding: 18px 20px 18px 24px; border: 1px solid rgba(255,255,255,.14); background: #191918; color: #f7f1e9; box-shadow: 0 16px 48px rgba(0,0,0,.22); }
.mk-cookie p { margin: 0; color: #d8d2ca; font-size: 11px; line-height: 1.55; }
.mk-cookie a { text-underline-offset: 3px; }
.mk-cookie button { min-width: 88px; min-height: 40px; border: 1px solid rgba(255,255,255,.25); background: transparent; color: #fff; cursor: pointer; }
@media (max-width: 900px) {
  .mk-shell { padding: 0 26px; }
  .mk-header nav { gap: 18px; }
  .mk-title-row { gap: 34px; }
  .mk-catalog-layout { grid-template-columns: 170px minmax(0,1fr); gap: 24px; }
  .mk-products { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 700px) {
  .mk-shell { padding: 0 18px; }
  .mk-header { height: 68px; }
  .mk-header nav a:not([aria-current="page"]):not(.mk-header-action) { display: none; }
  .mk-header nav { gap: 14px; }
  .mk-header .mk-header-action { font-size: 10px; }
  .mk-intro { padding: 42px 0 25px; }
  .mk-title-row { grid-template-columns: 1fr; gap: 20px; }
  .mk-title-row h1 { font-size: clamp(43px,13vw,62px); }
  .mk-title-row p { font-size: 13px; }
  .mk-search { grid-template-columns: 29px 1fr; min-height: 58px; margin-top: 28px; padding: 0 13px; }
  .mk-search button { display: none; }
  .mk-catalog-layout { display: block; padding-bottom: 44px; }
  .mk-filters { display: none; }
  .mk-mobile-filters { display: block; margin-bottom: 13px; border-top: 1px solid rgba(25,25,24,.17); border-bottom: 1px solid rgba(25,25,24,.17); }
  .mk-mobile-filters summary { display: flex; align-items: center; justify-content: space-between; min-height: 48px; font-size: 11px; font-weight: 700; cursor: pointer; list-style: none; }
  .mk-mobile-filters summary::-webkit-details-marker { display: none; }
  .mk-mobile-filters[open] summary span { transform: rotate(45deg); }
  .mk-mobile-filter-content { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; padding: 2px 0 18px; }
  .mk-mobile-filter-content .mk-price-fields { grid-column: 1 / -1; }
  .mk-mobile-filter-content .mk-reset-filters { justify-self: start; margin: 0; }
  .mk-category-chips { display: flex; gap: 7px; margin: 0 -18px; padding: 0 18px 16px; overflow-x: auto; scrollbar-width: none; }
  .mk-category-chips::-webkit-scrollbar { display: none; }
  .mk-category-chips button { flex: 0 0 auto; min-height: 40px; padding: 0 14px; border: 1px solid rgba(25,25,24,.2); background: transparent; color: #5d5954; font-size: 10px; white-space: nowrap; cursor: pointer; }
  .mk-category-chips button.is-active { border-color: #191918; background: #191918; color: #fff; }
  .mk-resultbar label { font-size: 0; }
  .mk-resultbar select { max-width: 160px; font-size: 10px; }
  .mk-products { gap: 8px; }
  .mk-product-copy { padding: 13px; }
  .mk-product-status { top: 8px; left: 8px; }
  .mk-product-name { min-height: 58px; font-size: 16px; }
  .mk-product-price { display: block; }
  .mk-product-price strong { font-size: 16px; }
  .mk-product-price small { display: block; margin-top: 3px; }
  .mk-product-action { min-height: 40px; margin-top: 11px; }
  .mk-price-note .mk-shell { grid-template-columns: 1fr auto; gap: 8px 14px; min-height: 120px; padding-top: 18px; padding-bottom: 18px; }
  .mk-price-note span { grid-column: 1; }
  .mk-price-note a { grid-column: 2; grid-row: 1 / span 2; display: grid; place-items: center; }
  .mk-price-note a i { display: none; }
  .mk-footer .mk-shell { flex-direction: column; }
  .mk-product-dialog { height: auto; max-height: calc(100dvh - 20px); overflow-y: auto; }
  .mk-dialog-body,.mk-dialog-grid { height: auto; }
  .mk-dialog-grid { grid-template-columns: 1fr; }
  .mk-dialog-gallery { padding: 34px 22px 24px; }
  .mk-dialog-main-image { height: auto; min-height: 280px; }
  .mk-dialog-info { height: auto; padding: 34px 24px 28px; overflow: visible; }
  .mk-dialog-contact { position: static; }
  .mk-product-dialog { width: calc(100% - 20px); }
  .mk-cookie { right: 12px; bottom: 12px; left: 12px; width: auto; padding: 15px; }
}
@media (max-width: 390px) {
  .mk-wordmark b { display: none; }
  .mk-header nav { gap: 11px; }
  .mk-product-copy { padding: 11px; }
  .mk-product-name { font-size: 15px; }
  .mk-price-note a { padding: 12px; text-align: center; }
}
