:root {
    --ink: #0a0a0a;
    --paper: #ffffff;
    --soft: #f4f3f0;
    --line: #deddd9;
    --muted: #6c6a66;
    --warm: #d9d2c8;
    --danger: #a62921;
    --success: #1d6b45;
    --shell: min(100% - 64px, 1440px);
    --header-height: 119px;
    --ease: cubic-bezier(.22, 1, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 150px; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}
body.is-locked { overflow: hidden; }
button, input, select, textarea { color: inherit; font: inherit; }
button, select { cursor: pointer; }
button { border: 0; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
[hidden] { display: none !important; }

.shell { width: var(--shell); margin-inline: auto; }
.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.skip-link {
    position: fixed;
    z-index: 200;
    top: 12px;
    left: 12px;
    padding: 12px 18px;
    color: var(--paper);
    background: var(--ink);
    transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; }
.hero :focus-visible, .campaign-panel :focus-visible, .site-footer :focus-visible { outline-color: var(--paper); }

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #64615c;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 1.2;
}
.eyebrow::before { width: 18px; height: 1px; background: currentColor; content: ""; }
.eyebrow--light { color: rgba(255, 255, 255, .68); }
.button {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 14px 24px;
    border: 1px solid transparent;
    border-radius: 0;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .14em;
    text-align: center;
    text-transform: uppercase;
    transition: color .25s ease, background .25s ease, border-color .25s ease;
}
.button--dark { color: var(--paper); background: var(--ink); }
.button--dark:hover { background: #333; }
.button--light { color: var(--ink); background: var(--paper); }
.button--light:hover { color: var(--paper); background: transparent; border-color: var(--paper); }
.button--line { color: var(--ink); background: transparent; border-color: var(--ink); }
.button--line:hover { color: var(--paper); background: var(--ink); }
.button--wide { width: 100%; }
.button--grow { flex: 1; }
.button:disabled { cursor: not-allowed; opacity: .42; }
.text-button {
    padding: 4px 0;
    color: inherit;
    background: none;
    border-bottom: 1px solid currentColor;
    font-size: 12px;
}
.text-button--center { margin: 17px auto 0; display: block; }
.text-link { display: inline-flex; gap: 28px; align-items: center; border-bottom: 1px solid currentColor; padding-bottom: 7px; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.text-link--light { color: white; }

/* Global header */
.shipping-ribbon {
    min-height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 6px 16px;
    color: var(--paper);
    background: var(--ink);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .22em;
    text-align: center;
}
.shipping-ribbon__dot { width: 4px; height: 4px; border-radius: 50%; background: var(--paper); }
.demo-ribbon { min-height: 30px; display: flex; align-items: center; justify-content: center; gap: 9px; padding: 6px 15px; color: #4f351c; background: #efe3d3; border-bottom: 1px solid #dfc9ad; font-size: 9px; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.demo-ribbon strong { color: var(--ink); }
.site-header {
    position: sticky;
    z-index: 50;
    top: 0;
    background: rgba(255, 255, 255, .97);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(12px);
}
.site-header__main {
    min-height: 62px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
}
.wordmark { display: inline-flex; flex-direction: column; align-items: center; justify-self: center; line-height: 1; }
.wordmark__primary { font-family: "Times New Roman", Times, serif; font-size: 25px; letter-spacing: .3em; margin-right: -.3em; }
.wordmark__rule { width: 27px; height: 1px; margin: 4px 0 3px; background: currentColor; }
.wordmark__secondary { font-size: 7px; font-weight: 700; letter-spacing: .45em; margin-right: -.45em; }
.header-tools { display: flex; align-items: center; justify-content: flex-end; gap: 23px; }
.header-action {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
    background: transparent;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.header-action--menu { justify-self: start; visibility: hidden; }
.header-action--cart { position: relative; }
.search-mark { position: relative; width: 15px; height: 15px; display: inline-block; border: 1.5px solid currentColor; border-radius: 50%; }
.search-mark::after { position: absolute; width: 6px; height: 1.5px; right: -5px; bottom: -2px; background: currentColor; content: ""; transform: rotate(45deg); transform-origin: left center; }
.bag-mark { position: relative; width: 15px; height: 16px; display: inline-block; border: 1.5px solid currentColor; border-top: 0; }
.bag-mark::before { position: absolute; width: 7px; height: 5px; left: 2.5px; top: -4px; border: 1.5px solid currentColor; border-bottom: 0; border-radius: 5px 5px 0 0; content: ""; }
.cart-count {
    min-width: 17px;
    height: 17px;
    display: grid;
    place-items: center;
    margin-left: -4px;
    padding: 0 4px;
    color: var(--paper);
    background: var(--ink);
    border-radius: 20px;
    font-size: 9px;
    letter-spacing: 0;
}
.menu-mark { width: 18px; display: grid; gap: 5px; }
.menu-mark i { height: 1px; display: block; background: currentColor; transition: transform .2s ease; }
.online-pill { display: inline-flex; align-items: center; gap: 7px; color: #666; font-size: 10px; }
.online-pill strong { color: var(--ink); }
.online-pill__dot { width: 6px; height: 6px; border-radius: 50%; background: #258458; box-shadow: 0 0 0 3px #dbefe5; }
.category-nav { border-top: 1px solid #ecebe8; }
.category-nav__track { min-height: 43px; display: flex; align-items: center; justify-content: center; gap: clamp(22px, 3.5vw, 56px); overflow-x: auto; scrollbar-width: none; }
.category-nav__track::-webkit-scrollbar { display: none; }
.category-nav__link { flex: 0 0 auto; padding: 14px 0 12px; border-bottom: 1px solid transparent; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; transition: border-color .2s; }
.category-nav__link:hover { border-color: var(--ink); }
.category-nav__link--campaign { color: #9c2e26; }
.search-panel { border-top: 1px solid var(--line); background: var(--paper); }
.search-panel__inner { min-height: 76px; display: flex; align-items: center; gap: 24px; }
.search-panel__input { flex: 1; min-width: 0; padding: 15px 0; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0; background: transparent; font-family: "Times New Roman", Times, serif; font-size: 23px; outline: 0; }
.search-panel__input::placeholder { color: #aaa8a3; }

/* Homepage hero and catalogue */
.hero { min-height: min(730px, calc(100vh - 148px)); display: grid; grid-template-columns: 44% 56%; color: var(--paper); background: #111; }
.hero__copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(54px, 8vw, 130px); padding-right: clamp(45px, 6vw, 90px); }
.hero__copy h1 { margin: 26px 0 23px; font-family: "Times New Roman", Times, serif; font-size: clamp(56px, 6.1vw, 102px); font-weight: 400; letter-spacing: -.04em; line-height: .86; }
.hero__copy h1 em { font-weight: 400; }
.hero__copy > p { max-width: 430px; margin: 0 0 34px; color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.8; }
.hero__copy .button { min-width: 210px; }
.hero__assurance { width: 100%; display: flex; gap: 28px; margin-top: auto; padding-top: 38px; color: rgba(255,255,255,.55); border-top: 1px solid rgba(255,255,255,.2); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.hero__visual { position: relative; min-height: 580px; overflow: hidden; background: #c7c4bf; }
.hero__visual::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.02) 50%, rgba(0,0,0,.55)); content: ""; pointer-events: none; }
.hero__visual > img { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 28%; transition: transform 1.2s var(--ease); }
.hero:hover .hero__visual > img { transform: scale(1.018); }
.hero__caption { position: absolute; z-index: 3; right: 36px; bottom: 30px; left: 36px; display: flex; align-items: end; justify-content: space-between; gap: 20px; color: white; }
.hero__caption span { font-size: 9px; font-weight: 700; letter-spacing: .16em; }
.hero__caption strong { max-width: 260px; font-family: "Times New Roman", Times, serif; font-size: 20px; font-weight: 400; text-align: right; }
.media-placeholder { position: relative; background: linear-gradient(145deg, #eeeae4, #d7d1c9); }
.media-placeholder__monogram { position: absolute; z-index: 0; top: 50%; left: 50%; color: rgba(0,0,0,.08); font-family: "Times New Roman", Times, serif; font-size: 84px; transform: translate(-50%, -50%); }
.media-placeholder__monogram--hero { color: rgba(0,0,0,.12); font-size: min(29vw, 390px); }
.benefit-strip { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); }
.benefit-strip > div { min-height: 94px; display: grid; grid-template-columns: 31px 1fr; grid-template-rows: auto auto; align-content: center; padding: 20px clamp(22px, 4vw, 70px); border-right: 1px solid var(--line); }
.benefit-strip > div:last-child { border-right: 0; }
.benefit-strip span { grid-row: 1 / 3; align-self: center; color: #aaa7a1; font-family: "Times New Roman", Times, serif; font-size: 12px; }
.benefit-strip strong { font-family: "Times New Roman", Times, serif; font-size: 17px; font-weight: 400; }
.benefit-strip small { color: var(--muted); font-size: 10px; }
.catalog { padding: 92px 0 118px; }
.catalog__top { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 52px; }
.catalog__top h2 { margin: 9px 0 2px; font-family: "Times New Roman", Times, serif; font-size: clamp(38px, 4vw, 60px); font-weight: 400; letter-spacing: -.035em; }
.catalog__top p { margin: 0; color: var(--muted); font-size: 11px; }
.catalog-toolbar { display: flex; align-items: center; gap: 32px; }
.catalog-toolbar__search { display: inline-flex; align-items: center; gap: 12px; padding: 12px 0; background: none; border-bottom: 1px solid var(--ink); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.catalog-toolbar__search .search-mark { width: 13px; height: 13px; }
.sort-control { display: flex; align-items: center; gap: 10px; }
.sort-control > span { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.sort-control select { min-width: 194px; padding: 12px 28px 12px 0; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0; background: transparent; font-size: 12px; outline: none; }
.search-result-message { display: flex; align-items: center; justify-content: space-between; margin-top: -28px; margin-bottom: 32px; padding: 15px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.search-result-message p { margin: 0; }
.catalog-group { margin-top: 84px; }
.catalog-group:first-of-type { margin-top: 0; }
.catalog-group__heading { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 20px; padding-bottom: 12px; border-bottom: 1px solid var(--ink); }
.catalog-group__heading h3 { margin: 0; font-family: "Times New Roman", Times, serif; font-size: 25px; font-weight: 400; }
.catalog-group__heading span { color: var(--muted); font-size: 10px; text-transform: uppercase; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); column-gap: 17px; row-gap: 58px; }
.product-card[hidden] { display: none; }
.product-card__media { width: 100%; aspect-ratio: 2 / 3; display: block; overflow: hidden; padding: 0; text-align: left; }
.product-card__media > img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease), opacity .25s ease; }
.product-card__media:hover > img { transform: scale(1.025); }
.product-card__badges { position: absolute; z-index: 3; top: 11px; left: 11px; display: flex; align-items: flex-start; flex-direction: column; gap: 5px; }
.badge { padding: 6px 8px; color: var(--ink); background: rgba(255,255,255,.93); font-size: 8px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.badge--sale { color: var(--paper); background: #9b3029; }
.badge--muted { color: var(--paper); background: #777; }
.product-card__link-hint { position: absolute; z-index: 3; right: 12px; bottom: 12px; left: 12px; padding: 12px; color: var(--paper); background: rgba(8,8,8,.88); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-align: center; text-transform: uppercase; transform: translateY(calc(100% + 14px)); transition: transform .35s var(--ease); }
.product-card__media:hover .product-card__link-hint, .product-card__media:focus-visible .product-card__link-hint { transform: translateY(0); }
.product-card__body { padding-top: 14px; }
.product-card__meta { display: flex; justify-content: space-between; gap: 10px; margin-bottom: 5px; color: #88857f; font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.product-card__name { max-width: 100%; display: block; overflow: hidden; padding: 0; background: none; font-family: "Times New Roman", Times, serif; font-size: 17px; line-height: 1.3; text-align: left; text-overflow: ellipsis; white-space: nowrap; }
.product-card__price { display: flex; align-items: baseline; gap: 9px; margin-top: 7px; }
.product-card__price strong { font-size: 12px; }
.product-card__price del { color: #8e8a84; font-size: 10px; }
.product-card__footer { min-height: 28px; display: flex; align-items: end; justify-content: space-between; gap: 8px; margin-top: 10px; }
.swatch-list { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; }
.swatch { width: 27px; height: 27px; display: grid; place-items: center; padding: 0; border: 1px solid transparent; border-radius: 50%; background: transparent; }
.swatch span { width: 17px; height: 17px; display: block; background: var(--swatch, #111); border: 1px solid rgba(0,0,0,.16); border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(255,255,255,.3); }
.swatch.is-selected { border-color: var(--ink); }
.swatch-list--card { gap: 3px; }
.swatch-list--card .swatch { width: 23px; height: 23px; }
.swatch-list--card .swatch span { width: 14px; height: 14px; }
.free-shipping-mini { color: #7b7872; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.empty-catalog, .empty-search { padding: 80px 20px; text-align: center; }
.empty-catalog__letter { color: #ece9e4; font-family: "Times New Roman", Times, serif; font-size: 150px; line-height: .7; }
.empty-catalog h3, .empty-search h3 { margin: 22px 0 8px; font-family: "Times New Roman", Times, serif; font-size: 30px; font-weight: 400; }
.empty-catalog p, .empty-search p { margin: 0 auto 24px; color: var(--muted); }
.empty-search > span { font-family: serif; font-size: 60px; }
.campaign-panel { min-height: 620px; display: grid; grid-template-columns: 55% 45%; overflow: hidden; color: white; background: var(--ink); }
.campaign-panel__number { position: relative; display: grid; place-items: center; overflow: hidden; color: var(--ink); background: #e4e0da; font-family: "Times New Roman", Times, serif; font-size: clamp(100px, 17vw, 280px); letter-spacing: -.09em; line-height: .8; white-space: nowrap; }
.campaign-panel__number::before, .campaign-panel__number::after { position: absolute; background: rgba(0,0,0,.12); content: ""; }
.campaign-panel__number::before { width: 1px; height: 100%; transform: rotate(28deg); }
.campaign-panel__number::after { width: 100%; height: 1px; transform: rotate(-12deg); }
.campaign-panel__content { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(55px, 8vw, 130px); }
.campaign-panel__content h2 { margin: 27px 0 22px; font-family: "Times New Roman", Times, serif; font-size: clamp(62px, 7vw, 108px); font-weight: 400; letter-spacing: -.045em; line-height: .82; }
.campaign-panel__content p { max-width: 400px; margin: 0 0 38px; color: rgba(255,255,255,.65); line-height: 1.8; }
.editorial-note { padding-block: 130px; text-align: center; }
.editorial-note .eyebrow { justify-content: center; }
.editorial-note blockquote { max-width: 970px; margin: 38px auto 24px; font-family: "Times New Roman", Times, serif; font-size: clamp(35px, 4.8vw, 67px); letter-spacing: -.035em; line-height: 1.1; }
.editorial-note > p { max-width: 580px; margin: 0 auto; color: var(--muted); }

/* Cart drawer */
.drawer-layer { position: fixed; z-index: 100; inset: 0; display: flex; justify-content: flex-end; }
.drawer-backdrop { position: absolute; inset: 0; padding: 0; background: rgba(0,0,0,.48); backdrop-filter: blur(3px); opacity: 0; transition: opacity .3s ease; }
.cart-drawer { position: relative; z-index: 1; width: min(470px, 100%); height: 100%; display: flex; flex-direction: column; background: var(--paper); box-shadow: -20px 0 80px rgba(0,0,0,.16); transform: translateX(100%); transition: transform .42s var(--ease); }
.drawer-layer.is-open .drawer-backdrop { opacity: 1; }
.drawer-layer.is-open .cart-drawer { transform: translateX(0); }
.drawer-heading { min-height: 102px; display: flex; align-items: center; justify-content: space-between; padding: 24px 30px; border-bottom: 1px solid var(--line); }
.drawer-heading h2 { margin: 6px 0 0; font-family: "Times New Roman", Times, serif; font-size: 28px; font-weight: 400; }
.drawer-heading h2 small { color: var(--muted); font-family: Arial, sans-serif; font-size: 11px; font-weight: 400; }
.close-button { width: 42px; height: 42px; display: grid; place-items: center; padding: 0; background: transparent; font-family: Arial, sans-serif; font-size: 30px; font-weight: 200; line-height: 1; }
.cart-drawer__body { flex: 1; overflow-y: auto; padding: 0 30px; }
.cart-empty { height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 50px 20px; text-align: center; }
.cart-empty__bag { width: 48px; height: 55px; margin-bottom: 25px; border: 1px solid var(--ink); }
.cart-empty h3 { margin: 0 0 9px; font-family: "Times New Roman", Times, serif; font-size: 27px; font-weight: 400; }
.cart-empty p { max-width: 280px; margin: 0 0 25px; color: var(--muted); }
.cart-line { display: grid; grid-template-columns: 88px 1fr auto; gap: 15px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.cart-line__media { width: 88px; aspect-ratio: 2 / 3; object-fit: cover; background: var(--soft); }
.cart-line__body { min-width: 0; }
.cart-line__body > span { color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.cart-line__body h3 { margin: 3px 0 5px; overflow: hidden; font-family: "Times New Roman", Times, serif; font-size: 16px; font-weight: 400; text-overflow: ellipsis; white-space: nowrap; }
.cart-line__options { margin: 0 0 11px; color: var(--muted); font-size: 10px; }
.mini-quantity { display: inline-grid; grid-template-columns: 27px 30px 27px; align-items: center; border: 1px solid var(--line); }
.mini-quantity button { height: 27px; padding: 0; background: white; }
.mini-quantity span { text-align: center; font-size: 10px; }
.cart-line__end { display: flex; flex-direction: column; align-items: end; justify-content: space-between; gap: 12px; }
.cart-line__end strong { font-size: 11px; white-space: nowrap; }
.cart-remove { padding: 2px; color: var(--muted); background: none; font-size: 17px; }
.cart-drawer__footer { padding: 19px 30px 27px; border-top: 1px solid var(--line); box-shadow: 0 -12px 35px rgba(0,0,0,.04); }
.cart-shipping-note { margin-bottom: 16px; padding: 11px; color: var(--success); background: #edf6f1; font-size: 10px; font-weight: 700; letter-spacing: .05em; text-align: center; text-transform: uppercase; }
.cart-shipping-note span { margin-right: 6px; }
.cart-total-row { display: flex; justify-content: space-between; margin-bottom: 15px; }
.cart-total-row span { font-size: 12px; }
.cart-total-row strong { font-family: "Times New Roman", Times, serif; font-size: 23px; font-weight: 400; }
.cart-minimum-note { margin: -4px 0 13px; color: var(--danger); font-size: 10px; }
.size-list { display: grid; grid-template-columns: repeat(5, 1fr); gap: 6px; }
.size-option { min-height: 44px; display: grid; place-items: center; padding: 5px; border: 1px solid var(--line); background: var(--paper); font-size: 11px; transition: .2s; }
.size-option:hover, .size-option.is-selected { color: var(--paper); background: var(--ink); border-color: var(--ink); }
.size-option:disabled { color: #bbb; background: #f6f5f3; text-decoration: line-through; cursor: not-allowed; }
.quantity-picker { height: 50px; display: grid; grid-template-columns: 34px 34px 34px; border: 1px solid var(--ink); }
.quantity-picker button { background: white; font-size: 16px; }
.quantity-picker input { width: 34px; padding: 0; border: 0; text-align: center; -moz-appearance: textfield; }
.quantity-picker input::-webkit-inner-spin-button { display: none; }
.inline-error { margin: 10px 0 0; color: var(--danger); font-size: 11px; }

/* Consent, notices and footer */
.consent-banner { position: fixed; z-index: 120; right: 22px; bottom: 22px; width: min(650px, calc(100% - 44px)); display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 25px; padding: 26px; color: var(--paper); background: #171717; box-shadow: 0 18px 70px rgba(0,0,0,.25); }
.consent-banner h2 { margin: 8px 0 8px; font-family: "Times New Roman", Times, serif; font-size: 23px; font-weight: 400; }
.consent-banner p { margin: 0 0 7px; color: rgba(255,255,255,.65); font-size: 11px; line-height: 1.6; }
.consent-banner a { border-bottom: 1px solid currentColor; font-size: 10px; }
.consent-banner__actions { display: flex; gap: 8px; }
.consent-banner .button { min-height: 42px; padding: 10px 14px; }
.consent-banner .button--dark { color: var(--ink); background: var(--paper); }
.consent-banner .button--line { color: var(--paper); border-color: rgba(255,255,255,.5); }
.toast-region { position: fixed; z-index: 150; right: 18px; top: 155px; display: grid; gap: 8px; pointer-events: none; }
.toast { max-width: 340px; padding: 14px 18px; color: white; background: var(--ink); box-shadow: 0 8px 30px rgba(0,0,0,.17); font-size: 12px; animation: toastIn .35s var(--ease); }
@keyframes toastIn { from { opacity: 0; transform: translateY(-8px); } }
.flash-message { position: fixed; z-index: 90; top: 150px; left: 50%; width: min(520px, calc(100% - 30px)); display: flex; justify-content: space-between; gap: 20px; padding: 15px 20px; color: white; background: var(--success); box-shadow: 0 10px 40px rgba(0,0,0,.15); transform: translateX(-50%); }
.flash-message__close { color: white; background: none; font-size: 20px; }
.site-footer { padding: 83px 0 0; color: rgba(255,255,255,.65); background: var(--ink); }
.site-footer__grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 70px; padding-bottom: 72px; }
.site-footer__grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.wordmark--footer { display: inline-flex; color: white; }
.site-footer__brand { max-width: 310px; }
.site-footer__brand p { margin: 26px 0 0; font-family: "Times New Roman", Times, serif; font-size: 18px; line-height: 1.5; }
.site-footer__title { margin: 0 0 10px; color: white; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.site-footer__grid a, .site-footer__grid span { font-size: 11px; }
.site-footer__grid a:hover { color: white; }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 21px; border-top: 1px solid rgba(255,255,255,.15); font-size: 9px; letter-spacing: .07em; text-transform: uppercase; }
.footer-consent-button { padding: 0 0 2px; color: inherit; background: none; border-bottom: 1px solid currentColor; font-size: inherit; letter-spacing: inherit; text-transform: inherit; }
.footer-consent-button:hover { color: white; }

/* Product detail */
.product-page { background: #f7f6f3; }
.product-breadcrumb { min-height: 64px; display: flex; align-items: center; gap: 10px; overflow: hidden; color: #77736d; border-bottom: 1px solid var(--line); font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }
.product-breadcrumb a { flex: 0 0 auto; }
.product-breadcrumb a:hover { color: var(--ink); }
.product-breadcrumb > span:last-child { overflow: hidden; color: var(--ink); text-overflow: ellipsis; white-space: nowrap; }
.product-detail { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(400px, .72fr); align-items: start; gap: clamp(48px, 7vw, 108px); padding-block: 44px 100px; }
.product-gallery { min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr) 82px; align-items: start; gap: 12px; }
.product-gallery__main { min-height: 680px; aspect-ratio: 4 / 5; overflow: hidden; background: #dedbd6; }
.product-gallery__main > img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; transition: opacity .2s ease, transform .7s var(--ease); }
.product-gallery__main:hover > img { transform: scale(1.012); }
.product-gallery__badges { position: absolute; z-index: 3; top: 16px; left: 16px; display: flex; align-items: flex-start; flex-direction: column; gap: 6px; }
.product-gallery__thumbs { display: grid; gap: 10px; }
.product-gallery__thumb { width: 82px; aspect-ratio: 2 / 3; display: grid; place-items: center; overflow: hidden; padding: 3px; background: #e9e6e1; border: 1px solid transparent; }
.product-gallery__thumb.is-selected { border-color: var(--ink); }
.product-gallery__thumb img { width: 100%; height: 100%; object-fit: cover; }
.product-gallery__thumb > span { width: 24px; height: 24px; background: var(--swatch, #111); border: 1px solid rgba(0,0,0,.15); border-radius: 50%; }
.product-detail__info { min-width: 0; position: sticky; top: 145px; padding: 16px 0 0; }
.product-detail__meta { display: flex; justify-content: space-between; gap: 18px; color: #77736d; font-size: 8px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.product-detail__meta span { min-width: 0; overflow-wrap: anywhere; }
.product-detail__intro h1 { margin: 17px 0 12px; font-family: "Times New Roman", Times, serif; font-size: clamp(44px, 4.3vw, 68px); font-weight: 400; letter-spacing: -.045em; line-height: .96; overflow-wrap: anywhere; }
.product-detail__price { display: flex; align-items: baseline; gap: 12px; }
.product-detail__price strong { font-family: "Times New Roman", Times, serif; font-size: 25px; font-weight: 400; }
.product-detail__price del { color: #8a8680; font-size: 12px; }
.product-detail__shipping { margin: 19px 0 0; padding: 13px 15px; color: #275e43; background: #e8f1eb; font-size: 10px; }
.product-detail__shipping span { margin-right: 7px; }
.product-detail__description { margin: 25px 0 0; color: #595650; font-size: 12px; line-height: 1.8; }
.product-option { margin: 30px 0 0; padding: 0; border: 0; }
.product-option legend { width: 100%; margin-bottom: 13px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.product-option legend strong { float: right; color: var(--muted); font-weight: 400; letter-spacing: 0; text-transform: none; }
.product-color-list { display: flex; flex-wrap: wrap; gap: 8px; }
.product-color { min-height: 46px; display: inline-flex; align-items: center; gap: 9px; padding: 8px 13px; background: var(--paper); border: 1px solid var(--line); font-size: 10px; }
.product-color:hover, .product-color.is-selected { border-color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); }
.product-color__dot { width: 18px; height: 18px; flex: 0 0 auto; background: var(--swatch, #111); border: 1px solid rgba(0,0,0,.16); border-radius: 50%; }
.size-list--product { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.size-list--product .size-option { min-height: 48px; }
.product-size-note { margin: 9px 0 0; color: var(--muted); font-size: 9px; }
.product-purchase { display: flex; gap: 10px; margin-top: 28px; }
.quantity-picker--product { height: 54px; grid-template-columns: 38px 38px 38px; background: var(--paper); }
.quantity-picker--product button { min-width: 38px; min-height: 52px; }
.quantity-picker--product input { width: 38px; }
.product-add-button { min-height: 54px; justify-content: space-between; }
.product-selection-error { margin-bottom: 0; padding: 10px 12px; background: #fae9e7; }
.product-stock { display: flex; align-items: center; gap: 7px; margin: 13px 0 0; color: #38674f; font-size: 9px; }
.product-stock > span { width: 6px; height: 6px; background: #2d7b55; border-radius: 50%; box-shadow: 0 0 0 3px #dcebe3; }
.product-stock.is-out { color: var(--danger); }
.product-stock.is-out > span { background: var(--danger); box-shadow: 0 0 0 3px #f2dcd9; }
.product-assurances { display: grid; margin-top: 30px; border-top: 1px solid var(--ink); }
.product-assurances > div { min-height: 70px; display: grid; grid-template-columns: 30px 1fr; align-items: center; gap: 8px; border-bottom: 1px solid var(--line); }
.product-assurances > div > span { color: #9d9992; font-family: "Times New Roman", Times, serif; font-size: 11px; }
.product-assurances p { margin: 0; color: var(--muted); font-size: 9px; }
.product-assurances strong { display: block; margin-bottom: 2px; color: var(--ink); font-size: 10px; }
.product-service-strip { padding: 105px 0; color: var(--paper); background: var(--ink); }
.product-service-strip .shell { display: grid; grid-template-columns: .55fr 1fr .8fr; align-items: end; gap: clamp(32px, 7vw, 110px); }
.product-service-strip h2 { margin: 0; font-family: "Times New Roman", Times, serif; font-size: clamp(48px, 5.7vw, 86px); font-weight: 400; letter-spacing: -.045em; line-height: .88; }
.product-service-strip p { margin: 0; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.8; }
.related-products { padding-block: 100px 125px; }
.related-products__heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 38px; }
.related-products__heading h2 { margin: 10px 0 0; font-family: "Times New Roman", Times, serif; font-size: clamp(36px, 4vw, 57px); font-weight: 400; letter-spacing: -.035em; line-height: 1; }

/* Checkout */
.checkout-page, .payment-page, .legal-page { background: #faf9f7; }
.checkout-progress { min-height: 83px; display: flex; align-items: center; justify-content: center; gap: 14px; color: #9b9892; border-bottom: 1px solid var(--line); font-size: 9px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.checkout-progress span { display: flex; align-items: center; gap: 8px; white-space: nowrap; }
.checkout-progress b { width: 23px; height: 23px; display: grid; place-items: center; border: 1px solid #aaa7a1; border-radius: 50%; font-size: 9px; }
.checkout-progress i { width: 50px; height: 1px; background: var(--line); }
.checkout-progress .is-active { color: var(--ink); }
.checkout-progress .is-active b { color: white; background: var(--ink); border-color: var(--ink); }
.checkout-progress .is-complete { color: var(--success); }
.checkout-progress .is-complete b { color: white; background: var(--success); border-color: var(--success); }
.checkout-shell { display: grid; grid-template-columns: minmax(0, 1fr) 410px; align-items: start; gap: clamp(45px, 6vw, 90px); padding-block: 64px 110px; }
.checkout-form { min-width: 0; max-width: 800px; padding: clamp(28px, 4vw, 52px); background: white; border: 1px solid var(--line); }
.checkout-heading { margin-bottom: 50px; }
.checkout-heading h1 { margin: 14px 0 10px; font-family: "Times New Roman", Times, serif; font-size: clamp(42px, 5vw, 67px); font-weight: 400; letter-spacing: -.04em; line-height: 1; overflow-wrap: anywhere; }
.checkout-heading > p { max-width: 580px; margin: 0; color: var(--muted); }
.form-alert { margin-bottom: 30px; padding: 16px 19px; color: #741f19; background: #fae9e7; border-left: 3px solid var(--danger); font-size: 12px; }
.form-alert ul { margin: 7px 0 0; padding-left: 18px; }
.form-alert--demo { color: #5d3f21; background: #f5eadc; border-left-color: #9b6b38; }
.form-section { margin: 0 0 42px; padding: 0; border: 0; }
.form-section legend { width: 100%; margin-bottom: 24px; padding-bottom: 13px; border-bottom: 1px solid var(--ink); font-family: "Times New Roman", Times, serif; font-size: 21px; }
.form-section legend span { margin-right: 11px; color: #99958e; font-family: Arial, sans-serif; font-size: 9px; }
.form-grid { display: grid; gap: 20px 15px; }
.form-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.field { min-width: 0; display: flex; flex-direction: column; gap: 7px; }
.field--full { grid-column: 1 / -1; }
.field > span { font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.field > span b, .check-field b { color: var(--danger); }
.field > span em { float: right; color: #99958e; font-size: 8px; font-style: normal; font-weight: 400; letter-spacing: 0; text-transform: none; }
.field input, .field select, .field textarea, .coupon-field input {
    width: 100%;
    min-height: 51px;
    padding: 14px 15px;
    border: 1px solid #cfcac3;
    border-radius: 0;
    background: white;
    outline: 0;
    transition: border-color .2s, box-shadow .2s;
}
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus, .coupon-field input:focus { border-color: var(--ink); box-shadow: 0 0 0 1px var(--ink); }
.field input[aria-invalid="true"], .field select[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-color: var(--danger); }
.field input[readonly] { color: #5f5b55; background: #f1efec; }
.field > small, .coupon-help { color: #8b8780; font-size: 9px; }
.field-error { display: block; margin-top: 5px; color: var(--danger) !important; font-size: 10px !important; }
.coupon-field { display: grid; gap: 8px; }
.coupon-field input { min-width: 0; text-transform: uppercase; }
.coupon-field__label { display: flex; justify-content: space-between; gap: 12px; color: var(--ink); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.coupon-field__label em { color: #8b8780; font-size: 8px; font-style: normal; font-weight: 400; letter-spacing: 0; text-transform: none; }
.coupon-help { display: block; margin-top: 8px; }
.checkout-mobile-review { display: none; }
.checkout-consents { display: grid; gap: 13px; margin: 4px 0 25px; }
.check-field { position: relative; display: grid; grid-template-columns: 19px 1fr; align-items: start; gap: 11px; cursor: pointer; }
.check-field input { position: absolute; opacity: 0; }
.check-field > span { width: 19px; height: 19px; display: grid; place-items: center; border: 1px solid #aaa7a0; background: white; }
.check-field input:checked + span { background: var(--ink); border-color: var(--ink); }
.check-field input:checked + span::after { color: white; content: "✓"; font-size: 11px; }
.check-field input:focus-visible + span { outline: 2px solid var(--ink); outline-offset: 2px; }
.check-field em { font-size: 10px; font-style: normal; line-height: 1.6; }
.check-field a { border-bottom: 1px solid currentColor; }
.checkout-submit { justify-content: space-between; min-height: 58px; }
.secure-note { margin: 0 0 12px; color: var(--muted); font-size: 9px; text-align: center; }
.secure-note span { margin-right: 5px; }
.order-summary { min-width: 0; align-self: start; position: sticky; top: 150px; padding: 30px; background: white; border: 1px solid var(--line); }
.order-summary__heading { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding-bottom: 17px; border-bottom: 1px solid var(--ink); }
.order-summary__heading h2 { margin: 0; font-family: "Times New Roman", Times, serif; font-size: 25px; font-weight: 400; }
.order-summary__heading a { border-bottom: 1px solid currentColor; font-size: 9px; }
.order-summary__items { max-height: 430px; overflow-y: auto; }
.summary-line { min-width: 0; display: grid; grid-template-columns: 65px minmax(0, 1fr) auto; gap: 12px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.summary-line img { width: 65px; aspect-ratio: 2 / 3; object-fit: cover; background: var(--soft); }
.summary-line > .media-placeholder { width: 65px; aspect-ratio: 2 / 3; display: block; }
.summary-line__copy { min-width: 0; }
.summary-line__copy strong { display: block; overflow: hidden; font-family: "Times New Roman", Times, serif; font-size: 14px; font-weight: 400; text-overflow: ellipsis; white-space: nowrap; }
.summary-line__copy span { color: var(--muted); font-size: 9px; }
.summary-line > strong { font-size: 10px; white-space: nowrap; }
.summary-loading { display: grid; gap: 10px; padding: 24px 0; }
.summary-loading i { height: 70px; background: linear-gradient(90deg,#f3f1ee,#e8e5e0,#f3f1ee); background-size: 200% 100%; animation: loading 1.2s infinite; }
@keyframes loading { to { background-position: -200% 0; } }
.summary-empty { padding: 30px 0 10px; text-align: center; }
.summary-empty strong { font-family: "Times New Roman", Times, serif; font-size: 20px; font-weight: 400; }
.summary-empty p { margin: 7px 0 20px; color: var(--muted); font-size: 11px; }
.order-summary__totals { padding: 18px 0; }
.order-summary__totals > div { display: flex; justify-content: space-between; margin: 8px 0; font-size: 11px; }
.order-summary__totals .free-text { color: var(--success); }
.order-summary__grand { margin-top: 18px !important; padding-top: 17px; border-top: 1px solid var(--ink); }
.order-summary__grand span { font-family: "Times New Roman", Times, serif; font-size: 19px; }
.order-summary__grand strong { font-family: "Times New Roman", Times, serif; font-size: 22px; font-weight: 400; }
.minimum-box { margin: 15px 0 0; padding: 10px; color: #744923; background: #f8f0e8; font-size: 9px; }
.minimum-box.is-unmet { color: #741f19; background: #fae9e7; }
.summary-assurances { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding-top: 18px; border-top: 1px solid var(--line); }
.summary-assurances > div { display: flex; gap: 8px; }
.summary-assurances > div > span { color: #aaa59e; font-family: "Times New Roman", Times, serif; font-size: 10px; }
.summary-assurances p { margin: 0; color: var(--muted); font-size: 8px; }
.summary-assurances strong { display: block; color: var(--ink); font-size: 9px; }

/* Payment */
.payment-shell { display: grid; grid-template-columns: minmax(0, 760px) 330px; justify-content: center; gap: clamp(45px, 6vw, 85px); padding-block: 64px 110px; }
.payment-main { min-width: 0; }
.payment-heading { margin-bottom: 37px; }
.payment-heading h1 { font-size: clamp(42px, 5vw, 63px); overflow-wrap: anywhere; }
.payment-step { min-width: 0; margin-top: 18px; padding: 28px; background: white; border: 1px solid var(--line); }
.payment-step__heading { display: grid; grid-template-columns: 38px 1fr; align-items: start; gap: 14px; margin-bottom: 21px; }
.payment-step__heading > span { width: 38px; height: 38px; display: grid; place-items: center; color: white; background: var(--ink); border-radius: 50%; font-family: "Times New Roman", Times, serif; font-size: 16px; }
.payment-step__heading h2 { margin: 0 0 3px; font-family: "Times New Roman", Times, serif; font-size: 24px; font-weight: 400; }
.payment-step__heading p { margin: 0; color: var(--muted); font-size: 10px; }
.bank-card { min-width: 0; position: relative; overflow: hidden; padding: 31px; color: white; background: #101010; }
.bank-card::after { position: absolute; width: 270px; height: 270px; right: -120px; top: -120px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.03), 0 0 0 90px rgba(255,255,255,.02); content: ""; }
.bank-card__top { position: relative; z-index: 1; display: flex; justify-content: space-between; margin-bottom: 28px; color: rgba(255,255,255,.55); font-size: 8px; font-weight: 700; letter-spacing: .17em; }
.bank-card__amount { position: relative; z-index: 1; margin-bottom: 27px; }
.bank-card__amount span, .bank-card__row span { display: block; margin-bottom: 5px; color: rgba(255,255,255,.48); font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.bank-card__amount strong { display: block; font-family: "Times New Roman", Times, serif; font-size: 40px; font-weight: 400; overflow-wrap: anywhere; }
.bank-card__amount small { font-family: Arial, sans-serif; font-size: 11px; }
.bank-card__row { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.14); }
.bank-card__row > div { min-width: 0; flex: 1; }
.bank-card__row strong { font-size: 12px; letter-spacing: .04em; overflow-wrap: anywhere; }
.bank-card__row--iban strong { font-family: monospace; font-size: 14px; letter-spacing: .08em; }
.copy-button { min-height: 44px; flex: 0 0 auto; padding: 10px 13px; color: white; background: rgba(255,255,255,.11); border: 1px solid rgba(255,255,255,.2); font-size: 8px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.copy-button--light { color: var(--ink); background: white; border-color: var(--ink); }
.transfer-code-card { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 18px 20px; background: #f3f1ed; border: 1px solid var(--line); }
.transfer-code-card > div { min-width: 0; }
.transfer-code-card span { display: block; color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.transfer-code-card strong { display: block; margin-top: 5px; font-family: monospace; font-size: 18px; letter-spacing: .08em; overflow-wrap: anywhere; }
.payment-warning { display: flex; gap: 13px; margin: 12px 0 0; padding: 15px; color: #674421; background: #f7ede0; }
.payment-warning > span { width: 21px; height: 21px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-family: serif; font-weight: 700; }
.payment-warning p { margin: 0; font-size: 10px; }
.payment-warning strong { display: block; color: var(--ink); }
.receipt-order-identity { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-bottom: 14px; background: var(--line); border: 1px solid var(--line); }
.receipt-order-identity > div { min-width: 0; padding: 14px 16px; background: #f8f7f4; }
.receipt-order-identity span { display: block; color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.receipt-order-identity strong { display: block; margin-top: 4px; font-family: "Times New Roman", Times, serif; font-size: 16px; font-weight: 400; overflow-wrap: anywhere; }
.receipt-form { padding-top: 0; }
.receipt-dropzone { position: relative; min-height: 180px; display: flex; flex-direction: column; align-items: center; justify-content: center; margin-top: 0; padding: 26px; overflow: hidden; background: white; border: 1px dashed #99958e; cursor: pointer; text-align: center; transition: border .2s, background .2s; }
.receipt-dropzone:hover, .receipt-dropzone.is-dragging { background: #f6f4f0; border-color: var(--ink); }
.receipt-dropzone:focus-within { outline: 2px solid var(--ink); outline-offset: 3px; }
.receipt-dropzone input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.receipt-dropzone__icon { width: 39px; height: 39px; display: grid; place-items: center; margin-bottom: 13px; border: 1px solid var(--ink); border-radius: 50%; font-size: 21px; }
.receipt-dropzone strong { font-family: "Times New Roman", Times, serif; font-size: 18px; font-weight: 400; }
.receipt-dropzone small { margin-top: 5px; color: var(--muted); font-size: 9px; }
.receipt-dropzone img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; padding: 8px; background: #f5f3ef; }
.receipt-dropzone.has-preview::after { position: absolute; z-index: 2; right: 10px; bottom: 10px; padding: 7px 9px; color: white; background: rgba(0,0,0,.75); content: "Değiştir"; font-size: 8px; text-transform: uppercase; }
.receipt-submit { justify-content: space-between; min-height: 58px; margin-top: 14px; }
.payment-aside { align-self: start; position: sticky; top: 145px; padding-top: 16px; }
.payment-order-meta { margin: 17px 0 35px; border-top: 1px solid var(--ink); }
.payment-order-meta > div { padding: 15px 0; border-bottom: 1px solid var(--line); }
.payment-order-meta span { display: block; color: var(--muted); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.payment-order-meta strong { display: block; margin-top: 3px; font-family: "Times New Roman", Times, serif; font-size: 16px; font-weight: 400; overflow-wrap: anywhere; }
.payment-help { padding: 25px; color: white; background: var(--ink); }
.payment-help > span { width: 29px; height: 29px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; }
.payment-help h2 { margin: 17px 0 7px; font-family: "Times New Roman", Times, serif; font-size: 22px; font-weight: 400; }
.payment-help p { margin: 0 0 13px; color: rgba(255,255,255,.6); font-size: 10px; }
.payment-help a { border-bottom: 1px solid currentColor; font-size: 11px; }
.payment-safe-note { padding: 14px; color: var(--muted); background: #eeece8; font-size: 9px; text-align: center; }
.payment-success { padding: 55px; background: white; border: 1px solid var(--line); text-align: center; }
.payment-success__mark { width: 76px; height: 76px; display: grid; place-items: center; margin: 0 auto 30px; color: white; background: var(--success); border-radius: 50%; font-size: 28px; }
.payment-success h1 { margin: 16px 0 10px; font-family: "Times New Roman", Times, serif; font-size: 50px; font-weight: 400; overflow-wrap: anywhere; }
.payment-success > p { max-width: 520px; margin: 0 auto 28px; color: var(--muted); }
.order-code-card { max-width: 340px; margin: 0 auto 30px; padding: 18px; background: var(--soft); }
.order-code-card span { display: block; color: var(--muted); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.order-code-card strong { display: block; margin-top: 5px; font-family: monospace; font-size: 22px; letter-spacing: .1em; overflow-wrap: anywhere; }

/* Legal pages */
.legal-hero { padding: 76px 0 68px; color: white; background: var(--ink); }
.legal-hero h1 { max-width: 850px; margin: 18px 0 8px; font-family: "Times New Roman", Times, serif; font-size: clamp(45px, 6vw, 80px); font-weight: 400; letter-spacing: -.04em; line-height: 1; }
.legal-hero p { margin: 0; color: rgba(255,255,255,.58); }
.legal-shell { display: grid; grid-template-columns: 255px minmax(0, 780px); justify-content: center; gap: 85px; padding-block: 80px 125px; }
.legal-nav { align-self: start; position: sticky; top: 155px; display: flex; flex-direction: column; }
.legal-nav .eyebrow { margin-bottom: 17px; }
.legal-nav a { padding: 14px 0; color: var(--muted); border-bottom: 1px solid var(--line); font-size: 11px; }
.legal-nav a.is-current { color: var(--ink); font-weight: 700; }
.legal-content { padding: 44px 52px; background: white; border: 1px solid var(--line); }
.legal-content__meta { display: flex; justify-content: space-between; margin-bottom: 38px; padding-bottom: 16px; border-bottom: 1px solid var(--ink); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.legal-content h2 { margin: 42px 0 14px; font-family: "Times New Roman", Times, serif; font-size: 28px; font-weight: 400; }
.legal-content h3 { margin: 28px 0 10px; font-size: 13px; }
.legal-content p, .legal-content li { color: #4f4c47; font-size: 12px; line-height: 1.9; }
.legal-content ul, .legal-content ol { padding-left: 22px; }
.legal-content a { border-bottom: 1px solid currentColor; }

@media (max-width: 1100px) {
    :root { --shell: min(100% - 40px, 1440px); }
    .header-action--menu { visibility: visible; }
    .category-nav { position: absolute; top: 100%; left: 0; width: 100%; visibility: hidden; background: white; opacity: 0; transform: translateY(-8px); transition: .25s; }
    .category-nav.is-open { visibility: visible; opacity: 1; transform: none; }
    .category-nav__track { justify-content: flex-start; padding-inline: 20px; }
    .hero { grid-template-columns: 48% 52%; }
    .hero__copy { padding: 65px 50px; }
    .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .campaign-panel { grid-template-columns: 50% 50%; }
    .product-detail { grid-template-columns: minmax(0, 1fr) 400px; gap: 45px; }
    .product-gallery { grid-template-columns: minmax(0, 1fr) 70px; }
    .product-gallery__main { min-height: 580px; }
    .product-gallery__thumb { width: 70px; }
    .checkout-shell { grid-template-columns: minmax(0, 1fr) 360px; gap: 45px; }
    .payment-shell { grid-template-columns: minmax(0, 680px) 285px; gap: 45px; }
}

@media (max-width: 820px) {
    :root { --shell: min(100% - 30px, 1440px); }
    html { scroll-padding-top: 105px; }
    .shipping-ribbon { min-height: 25px; font-size: 8px; }
    .site-header__main { min-height: 58px; }
    .header-action__label, .online-pill { display: none; }
    .header-tools { gap: 20px; }
    .wordmark__primary { font-size: 21px; }
    .search-panel__inner { min-height: 64px; }
    .search-panel__input { font-size: 18px; }
    .hero { min-height: auto; grid-template-columns: 1fr; }
    .hero__copy { min-height: 525px; padding: 68px 35px 45px; }
    .hero__copy h1 { font-size: clamp(59px, 13vw, 90px); }
    .hero__visual { min-height: 640px; }
    .benefit-strip > div { padding: 18px; }
    .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 43px 12px; }
    .campaign-panel { grid-template-columns: 1fr; }
    .campaign-panel__number { min-height: 420px; }
    .campaign-panel__content { min-height: 520px; padding: 65px 35px; }
    .site-footer__grid { grid-template-columns: 1.5fr 1fr 1fr; gap: 45px; }
    .site-footer__brand { grid-column: 1 / -1; }
    .site-footer__grid > div:last-child { display: none; }
    .product-detail { grid-template-columns: 1fr; gap: 38px; padding-top: 30px; }
    .product-gallery { width: min(100%, 680px); margin-inline: auto; }
    .product-detail__info { position: static; width: min(100%, 680px); margin-inline: auto; padding-top: 0; }
    .product-service-strip .shell { grid-template-columns: 1fr 1fr; }
    .product-service-strip .eyebrow { grid-column: 1 / -1; }
    .checkout-shell, .payment-shell { grid-template-columns: 1fr; gap: 55px; padding-top: 55px; }
    .checkout-form { max-width: none; }
    .order-summary { display: none; }
    .checkout-mobile-review { display: block; margin: 4px 0 24px; background: #f7f6f3; border: 1px solid var(--line); }
    .checkout-mobile-review summary { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 12px 15px; cursor: pointer; list-style: none; }
    .checkout-mobile-review summary::-webkit-details-marker { display: none; }
    .checkout-mobile-review summary > span { min-width: 0; display: flex; flex-direction: column; }
    .checkout-mobile-review summary > span:last-child { flex: 0 0 auto; align-items: flex-end; flex-direction: row; gap: 9px; }
    .checkout-mobile-review summary strong { font-size: 11px; }
    .checkout-mobile-review summary small { color: var(--muted); font-size: 8px; }
    .checkout-mobile-review summary i { font-size: 16px; font-style: normal; transition: transform .2s ease; }
    .checkout-mobile-review[open] summary i { transform: rotate(180deg); }
    .checkout-mobile-review__body { padding: 0 15px 16px; border-top: 1px solid var(--line); }
    .checkout-mobile-review__items .summary-line:last-child { border-bottom: 0; }
    .checkout-mobile-review__totals { padding-top: 13px; border-top: 1px solid var(--ink); }
    .checkout-mobile-review__totals > div { display: flex; justify-content: space-between; gap: 15px; margin: 7px 0; font-size: 10px; }
    .checkout-mobile-review__totals > div:last-child { margin-top: 13px; padding-top: 12px; border-top: 1px solid var(--line); font-family: "Times New Roman", Times, serif; font-size: 17px; }
    .payment-aside { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
    .payment-aside > .eyebrow, .payment-order-meta { grid-column: 1 / -1; }
    .legal-shell { grid-template-columns: 1fr; gap: 28px; }
    .legal-nav { position: static; display: grid; grid-template-columns: repeat(3, 1fr); }
    .legal-nav .eyebrow { grid-column: 1 / -1; }
    .legal-nav a { padding-right: 15px; }
}

@media (max-width: 580px) {
    :root { --shell: calc(100% - 24px); }
    .header-action { min-width: 44px; min-height: 44px; justify-content: center; }
    .header-tools { gap: 17px; }
    .cart-count { position: absolute; top: 0; right: -9px; min-width: 15px; height: 15px; }
    .search-panel__inner { gap: 14px; }
    .search-panel__input { font-size: 16px; }
    .search-panel .text-button { min-width: 44px; min-height: 44px; }
    .category-nav__link { min-height: 44px; display: inline-flex; align-items: center; }
    .hero__copy { min-height: 500px; padding: 61px 24px 35px; }
    .hero__copy h1 { margin-top: 23px; font-size: 61px; }
    .hero__copy > p { font-size: 12px; }
    .hero__assurance { flex-direction: column; gap: 6px; }
    .hero__visual { min-height: 540px; }
    .hero__caption { right: 18px; bottom: 18px; left: 18px; }
    .hero__caption strong { max-width: 170px; font-size: 16px; }
    .benefit-strip { grid-template-columns: 1fr; }
    .benefit-strip > div { min-height: 70px; padding: 13px 25px; border-right: 0; border-bottom: 1px solid var(--line); }
    .benefit-strip > div:last-child { border-bottom: 0; }
    .catalog { padding: 64px 0 82px; }
    .catalog__top { align-items: start; flex-direction: column; margin-bottom: 32px; }
    .catalog-toolbar { width: 100%; justify-content: space-between; gap: 15px; }
    .catalog-toolbar__search { font-size: 9px; }
    .sort-control > span { display: none; }
    .sort-control select { min-width: 160px; max-width: 180px; font-size: 10px; }
    .catalog-group { margin-top: 59px; }
    .catalog-group__heading { margin-bottom: 11px; }
    .catalog-group__heading h3 { font-size: 21px; }
    .product-card__badges { top: 7px; left: 7px; }
    .badge { padding: 5px 6px; font-size: 7px; }
    .product-card__link-hint { display: none; }
    .product-card__body { padding-top: 10px; }
    .product-card__meta { font-size: 7px; }
    .product-card__meta span:last-child { display: none; }
    .product-card__name { font-size: 14px; }
    .product-card__price { flex-direction: column; gap: 1px; margin-top: 5px; }
    .product-card__footer { align-items: start; flex-direction: column; }
    .free-shipping-mini { display: none; }
    .swatch-list--card .swatch { width: 44px; height: 44px; }
    .swatch-list--card .swatch span { width: 16px; height: 16px; }
    .swatch-list--card .swatch:nth-child(n+5) { display: none; }
    .campaign-panel__number { min-height: 320px; font-size: 31vw; }
    .campaign-panel__content { min-height: 470px; padding: 55px 25px; }
    .campaign-panel__content h2 { font-size: 61px; }
    .editorial-note { padding-block: 82px; }
    .consent-banner { right: 10px; bottom: 10px; width: calc(100% - 20px); grid-template-columns: 1fr; gap: 17px; padding: 21px; }
    .consent-banner__actions { justify-content: stretch; }
    .consent-banner__actions .button { flex: 1; }
    .drawer-heading { min-height: 86px; padding: 19px 20px; }
    .cart-drawer__body { padding-inline: 20px; }
    .cart-drawer__footer { padding: 17px 20px 22px; }
    .cart-line { grid-template-columns: 74px 1fr auto; gap: 11px; }
    .cart-line__media { width: 74px; }
    .mini-quantity { grid-template-columns: 44px 36px 44px; }
    .mini-quantity button { min-width: 44px; min-height: 44px; }
    .cart-remove { width: 44px; height: 44px; display: grid; place-items: center; margin: -10px -10px 0 0; }
    .product-breadcrumb { min-height: 48px; gap: 7px; font-size: 8px; }
    .product-breadcrumb a { min-height: 44px; display: inline-flex; align-items: center; }
    .product-detail { width: 100%; gap: 28px; padding: 0 12px 72px; }
    .product-gallery { width: calc(100% + 24px); grid-template-columns: 1fr; gap: 9px; margin-left: -12px; }
    .product-gallery__main { min-height: 0; aspect-ratio: 4 / 5; }
    .product-gallery__thumbs { display: flex; gap: 8px; overflow-x: auto; padding: 0 12px 3px; scrollbar-width: thin; }
    .product-gallery__thumb { width: 64px; min-width: 64px; min-height: 88px; }
    .product-detail__info { width: 100%; }
    .product-detail__meta { font-size: 7px; }
    .product-detail__intro h1 { margin-top: 13px; font-size: 42px; }
    .product-detail__price strong { font-size: 23px; }
    .product-detail__description { margin-top: 20px; font-size: 12px; }
    .product-option { margin-top: 25px; }
    .product-color { min-height: 48px; }
    .size-list--product { grid-template-columns: repeat(5, minmax(0, 1fr)); }
    .size-list--product .size-option { min-height: 48px; }
    .product-selection-error { scroll-margin-block: 110px; }
    .product-purchase { position: sticky; z-index: 24; bottom: 0; max-width: 100vw; margin: 25px -12px 12px; padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); background: rgba(255,255,255,.97); border-top: 1px solid var(--line); box-shadow: 0 -12px 28px rgba(0,0,0,.1); backdrop-filter: blur(12px); }
    .quantity-picker--product { height: 54px; grid-template-columns: 44px 44px 44px; }
    .quantity-picker--product button { min-width: 44px; min-height: 52px; }
    .quantity-picker--product input { width: 44px; }
    .product-add-button { min-width: 0; padding-inline: 18px; }
    .product-assurances { margin-top: 24px; }
    .product-service-strip { padding: 72px 0; }
    .product-service-strip .shell { grid-template-columns: 1fr; gap: 23px; }
    .product-service-strip .eyebrow { grid-column: auto; }
    .product-service-strip h2 { font-size: 52px; }
    .related-products { padding-block: 68px 85px; }
    .related-products__heading { align-items: start; flex-direction: column; margin-bottom: 28px; }
    .related-products__heading h2 { font-size: 39px; }
    .related-products__heading .text-link { min-height: 44px; align-items: center; }
    .site-footer { padding-top: 62px; }
    .site-footer__grid { grid-template-columns: 1fr 1fr; gap: 38px 25px; padding-bottom: 52px; }
    .site-footer__brand { grid-column: 1 / -1; }
    .site-footer__grid > div:last-child { display: none; }
    .site-footer__bottom { flex-direction: column; }
    .checkout-progress { min-height: 66px; gap: 8px; }
    .checkout-progress i { width: 20px; }
    .checkout-progress span { font-size: 0; }
    .checkout-progress span::after { font-size: 8px; }
    .checkout-progress span:nth-of-type(1)::after { content: "Teslimat"; }
    .checkout-progress span:nth-of-type(2)::after { content: "Ödeme"; }
    .checkout-progress span:nth-of-type(3)::after { content: "Onay"; }
    .checkout-shell, .payment-shell { width: 100%; gap: 30px; padding: 30px 12px 80px; }
    .checkout-form { padding: 26px 17px; }
    .checkout-heading { margin-bottom: 35px; }
    .checkout-heading h1 { font-size: 40px; }
    .form-grid--two { grid-template-columns: 1fr; }
    .field--full { grid-column: auto; }
    .form-section { margin-bottom: 35px; }
    .form-section legend { margin-bottom: 19px; font-size: 19px; }
    .field input, .field select, .field textarea, .coupon-field input { min-height: 54px; padding: 14px 13px; font-size: 16px; }
    .coupon-field__label { min-height: 20px; align-items: center; }
    .checkout-mobile-review { margin-bottom: 20px; }
    .checkout-mobile-review__items .summary-line { grid-template-columns: 54px minmax(0, 1fr); gap: 10px; }
    .checkout-mobile-review__items .summary-line img, .checkout-mobile-review__items .summary-line > .media-placeholder { width: 54px; grid-row: 1 / 3; }
    .checkout-mobile-review__items .summary-line > strong { grid-column: 2; }
    .check-field { min-height: 44px; align-items: center; }
    .checkout-submit { position: sticky; z-index: 10; bottom: 8px; box-shadow: 0 9px 30px rgba(0,0,0,.2); }
    .summary-assurances { grid-template-columns: 1fr; }
    .payment-heading { margin-bottom: 24px; }
    .payment-heading h1 { font-size: 40px; }
    .payment-step { margin-top: 12px; padding: 20px 15px; }
    .payment-step__heading { grid-template-columns: 36px 1fr; gap: 11px; margin-bottom: 17px; }
    .payment-step__heading > span { width: 36px; height: 36px; }
    .payment-step__heading h2 { font-size: 21px; line-height: 1.1; }
    .bank-card { padding: 24px 19px; }
    .bank-card__amount strong { font-size: 34px; }
    .bank-card__amount strong, .bank-card__row strong { overflow-wrap: anywhere; word-break: break-word; }
    .bank-card__row--iban { align-items: flex-start; flex-direction: column; }
    .bank-card__row--iban .copy-button { width: 100%; }
    .transfer-code-card { align-items: stretch; flex-direction: column; gap: 14px; padding: 16px; }
    .transfer-code-card .copy-button { width: 100%; }
    .receipt-order-identity { grid-template-columns: 1fr; }
    .receipt-dropzone { min-height: 170px; padding: 22px 15px; }
    .receipt-submit { min-height: 56px; }
    .payment-aside { grid-template-columns: 1fr; }
    .payment-aside > .eyebrow, .payment-order-meta { grid-column: auto; }
    .payment-help a { min-height: 44px; display: inline-flex; align-items: center; }
    .payment-success { padding: 40px 20px; }
    .payment-success h1 { font-size: 39px; }
    .legal-hero { padding: 56px 0; }
    .legal-shell { width: 100%; padding: 35px 12px 80px; }
    .legal-nav { grid-template-columns: 1fr; padding-inline: 5px; }
    .legal-nav .eyebrow { grid-column: auto; }
    .legal-content { padding: 31px 20px; }
    .site-footer__grid a, .footer-consent-button { min-height: 44px; display: inline-flex; align-items: center; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
