/*!
 * Moda Butik — tema stilleri
 * Editoryal, ferah, tek marka (D2C) moda mağazası. Sıcak nötr palet + serif başlıklar.
 */

:root {
  --ink: #1c1a17;
  --ink-2: #4a453e;
  --ink-3: #857d72;
  --line: #e3ddd3;
  --line-2: #f0ece5;
  --bg: #faf8f4;
  --surface: #ffffff;
  --sand: #f2ece1;
  --accent: #8a5a3b;
  --accent-dark: #6d4529;
  --ok: #4a6b4f;
  --ok-soft: #eef3ee;
  --danger: #9c3a2f;
  --star: #b08d4a;
  --r: 3px;
  --serif: Georgia, "Iowan Old Style", "Times New Roman", serif;
  --sans: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

body { font-family: var(--sans); background: var(--bg); color: var(--ink); font-size: 15px; line-height: 1.6; overflow-x: clip; }
.container { width: min(1240px, 100% - 2.5rem); margin-inline: auto; }
.narrow { width: min(880px, 100% - 2.5rem); margin-inline: auto; }
.muted { color: var(--ink-3); }
.tiny { font-size: 12px; }
.sm { font-size: 13.5px; }
.bold { font-weight: 600; }
.serif { font-family: var(--serif); }
.eyebrow { font-size: 11px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--ink-3); }

h1, h2, h3 { font-family: var(--serif); font-weight: 400; letter-spacing: -.01em; }

/* ---------------- Butonlar ---------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .45rem;
  padding: .78rem 1.5rem; border-radius: var(--r); font-weight: 600; font-size: 12.5px;
  letter-spacing: .1em; text-transform: uppercase;
  border: 1px solid var(--ink); background: transparent; color: var(--ink);
  transition: background .18s, color .18s, border-color .18s; white-space: nowrap;
}
.btn:hover { background: var(--ink); color: var(--bg); }
.btn--fill { background: var(--ink); color: var(--bg); }
.btn--fill:hover { background: var(--accent); border-color: var(--accent); color: #fff; }
.btn--light { border-color: var(--line); color: var(--ink-2); }
.btn--light:hover { background: var(--line-2); color: var(--ink); border-color: var(--line); }
.btn--block { width: 100%; }
.btn--sm { padding: .5rem 1rem; font-size: 11px; }
.btn:disabled { opacity: .4; cursor: not-allowed; }
.linkbtn { font-size: 12px; color: var(--ink-3); font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.linkbtn:hover { color: var(--ink); }
.ulink { border-bottom: 1px solid currentColor; padding-bottom: 1px; }

.tag { display: inline-block; padding: .22rem .55rem; font-size: 10.5px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; background: var(--ink); color: var(--bg); }
.tag--sale { background: var(--danger); }
.tag--new { background: var(--accent); }
.tag--soft { background: var(--sand); color: var(--ink-2); }

/* ---------------- Başlık ---------------- */
.announce { background: var(--ink); color: var(--bg); text-align: center; font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; padding: .55rem 1rem; }

.hdr { background: var(--bg); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 60; }
.hdr__top { display: flex; align-items: center; gap: 1.2rem; padding: 1.05rem 0; }
.hdr__logo { font-family: var(--serif); font-size: 25px; letter-spacing: .3em; flex: none; padding-left: .3em; }
.hdr__nav { display: flex; gap: 1.35rem; flex: 1 1 auto; min-width: 0; justify-content: center; }
.hdr__nav a { font-size: 12.5px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-2); padding: .2rem 0; border-bottom: 1px solid transparent; white-space: nowrap; }
.hdr__nav a:hover { color: var(--ink); border-bottom-color: var(--ink); }
.hdr__acts { display: flex; align-items: center; gap: .35rem; flex: none; }
.iconbtn { position: relative; width: 38px; height: 38px; display: grid; place-items: center; color: var(--ink-2); }
.iconbtn:hover { color: var(--accent); }
.iconbtn svg { width: 19px; height: 19px; }
.iconbtn__n { position: absolute; top: 2px; right: 1px; min-width: 16px; height: 16px; padding: 0 4px; display: grid; place-items: center; border-radius: 8px; background: var(--accent); color: #fff; font-size: 10px; font-weight: 700; }
.iconbtn__n[data-zero] { display: none; }

.searchwrap { position: relative; }
.searchbar { border-top: 1px solid var(--line); background: var(--bg); }
.searchbar.hide { display: none; }
.searchbar .container { position: relative; }
.searchbar input { width: 100%; height: 54px; padding: 0 2.5rem 0 0; border: 0; background: none; font-family: var(--serif); font-size: 19px; }
.searchbar input:focus { outline: none; }
.searchbar input::placeholder { color: var(--ink-3); }
.searchbar__close { position: absolute; right: 0; top: 12px; width: 30px; height: 30px; display: grid; place-items: center; color: var(--ink-3); }
.sugg { position: absolute; inset-inline: 0; top: 100%; z-index: 80; background: var(--surface); border: 1px solid var(--line); max-height: 400px; overflow-y: auto; }
.sugg a { display: flex; align-items: center; gap: .8rem; padding: .6rem .9rem; }
.sugg a:hover { background: var(--line-2); }
.sugg img { width: 44px; height: 56px; object-fit: cover; flex: none; }
.sugg__n { font-size: 13.5px; }
.sugg__c { font-size: 11.5px; color: var(--ink-3); }
.sugg__empty { padding: 1rem .9rem; font-size: 13.5px; color: var(--ink-3); }

/* ---------------- Vitrin ---------------- */
.hero { position: relative; min-height: 460px; display: grid; place-items: center; text-align: center; padding: 4rem 1.5rem; background: linear-gradient(160deg, #efe7db 0%, #e3d7c6 55%, #d3c3ad 100%); }
.hero__in { max-width: 46ch; }
.hero h1 { font-size: clamp(32px, 6vw, 58px); line-height: 1.06; letter-spacing: -.02em; }
.hero p { margin-top: 1rem; font-size: 15.5px; color: var(--ink-2); }
.hero .btn { margin-top: 1.8rem; }

.sec { padding: 3rem 0; }
.sec--tight { padding: 1.8rem 0; }
.sec__head { text-align: center; margin-bottom: 1.8rem; }
.sec__head h2 { font-size: clamp(23px, 3.4vw, 32px); }
.sec__head p { margin-top: .4rem; color: var(--ink-3); font-size: 14px; }

/* Koleksiyon şeridi */
.colls { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1rem; }
.colls > * { min-width: 0; }
.coll { position: relative; display: flex; flex-direction: column; justify-content: flex-end; min-height: 300px; padding: 1.5rem; color: #fff; overflow: hidden; }
.coll::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(28, 26, 23, .82), rgba(28, 26, 23, .30) 55%, rgba(28, 26, 23, .10) 100%); }
.coll > * { position: relative; z-index: 1; }
.coll h3 { font-size: 24px; color: #fff; }
.coll span { font-size: 12.5px; opacity: .88; margin-top: .2rem; display: block; }
.coll em { font-style: normal; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; margin-top: .9rem; display: inline-block; border-bottom: 1px solid rgba(255, 255, 255, .55); padding-bottom: 2px; }
.coll:hover::after { background: linear-gradient(to top, rgba(28, 26, 23, .78), rgba(28, 26, 23, .14) 62%); }

/* ---------------- Ürün kartı ---------------- */
.grid { display: grid; gap: 1.6rem 1rem; }
.grid--p { grid-template-columns: repeat(auto-fill, minmax(232px, 1fr)); }
.grid--p > * { min-width: 0; }

.card { position: relative; display: flex; flex-direction: column; }
.card__media { position: relative; aspect-ratio: 3 / 4; background: #fff; overflow: hidden; }
.card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease, opacity .3s ease; }
.card:hover .card__media img { transform: scale(1.035); }
.card__tags { position: absolute; left: .6rem; top: .6rem; display: flex; flex-direction: column; gap: .3rem; align-items: flex-start; }
.card__fav { position: absolute; right: .5rem; top: .5rem; width: 32px; height: 32px; display: grid; place-items: center; color: var(--ink-2); background: rgba(255, 255, 255, .82); }
.card__fav svg { width: 17px; height: 17px; }
.card__fav.on { color: var(--danger); } .card__fav.on svg { fill: currentColor; }
.card__quick { position: absolute; inset-inline: .6rem; bottom: .6rem; opacity: 0; transform: translateY(6px); transition: opacity .2s, transform .2s; }
.card:hover .card__quick, .card:focus-within .card__quick { opacity: 1; transform: translateY(0); }
.card__body { padding-top: .75rem; display: flex; flex-direction: column; gap: .2rem; }
.card__name { font-size: 14px; font-weight: 500; line-height: 1.4; }
.card__sub { font-size: 11.5px; color: var(--ink-3); letter-spacing: .06em; text-transform: uppercase; }
.card__price { display: flex; align-items: baseline; gap: .5rem; margin-top: .2rem; font-size: 14.5px; }
.card__old { color: var(--ink-3); text-decoration: line-through; font-size: 13px; }
.card__now.sale { color: var(--danger); }
.card__dots { display: flex; gap: .25rem; margin-top: .35rem; }
.card__dots i { width: 11px; height: 11px; border-radius: 50%; border: 1px solid rgba(0, 0, 0, .16); display: block; }
.card__link { position: absolute; inset: 0; z-index: 1; }
.card__fav, .card__quick { position: absolute; z-index: 2; }

/* ---------------- Liste ---------------- */
.listing { display: grid; grid-template-columns: 220px 1fr; gap: 2.2rem; align-items: start; padding-block: 1.5rem; }
.listing > * { min-width: 0; }
.filters { position: sticky; top: 108px; }
.fgrp { padding-bottom: 1.1rem; margin-bottom: 1.1rem; border-bottom: 1px solid var(--line); }
.fgrp:last-child { border-bottom: 0; }
.fgrp h3 { font-family: var(--sans); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; margin-bottom: .6rem; color: var(--ink-3); }
.fopt { display: flex; align-items: center; gap: .5rem; padding: .2rem 0; font-size: 13.5px; cursor: pointer; }
.fopt input { accent-color: var(--ink); width: 14px; height: 14px; flex: none; }
.fopt span:last-child { color: var(--ink-3); font-size: 11.5px; margin-left: auto; }
.frange { display: flex; align-items: center; gap: .4rem; }
.frange input { width: 100%; min-width: 0; height: 34px; padding: 0 .5rem; border: 1px solid var(--line); background: var(--surface); font-size: 13px; }
.frange input:focus { outline: none; border-color: var(--ink); }
.swlist { display: flex; flex-wrap: wrap; gap: .4rem; }
.swlist button { width: 26px; height: 26px; border-radius: 50%; border: 1px solid var(--line); position: relative; }
.swlist button.on { box-shadow: 0 0 0 1.5px var(--ink); }
.szlist { display: flex; flex-wrap: wrap; gap: .35rem; }
.szlist button { min-width: 38px; padding: .3rem .5rem; border: 1px solid var(--line); background: var(--surface); font-size: 12.5px; font-weight: 600; }
.szlist button.on { background: var(--ink); color: var(--bg); border-color: var(--ink); }

.listing__head { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.1rem; }
.listing__head h1 { font-size: clamp(24px, 3.4vw, 32px); }
.sortbar { display: flex; align-items: center; gap: .6rem; }
.sortbar select { height: 36px; padding: 0 1.8rem 0 .5rem; border: 1px solid var(--line); background: var(--surface); font-size: 12.5px; font-weight: 600; letter-spacing: .04em; }
.actchips { display: flex; flex-wrap: wrap; gap: .4rem; margin-bottom: 1rem; }
.actchip { display: inline-flex; align-items: center; gap: .4rem; padding: .25rem .6rem; background: var(--sand); font-size: 12px; letter-spacing: .04em; }
.actchip button { font-size: 14px; line-height: 1; }
.filters-toggle { display: none; }
.empty { padding: 4rem 1rem; text-align: center; }
.empty h3 { font-size: 22px; margin-bottom: .5rem; }
.pager { display: flex; justify-content: center; gap: .3rem; margin-top: 2.4rem; flex-wrap: wrap; }
.pager button { min-width: 38px; height: 38px; padding: 0 .6rem; border: 1px solid var(--line); background: var(--surface); font-size: 13.5px; font-weight: 600; }
.pager button.on { background: var(--ink); border-color: var(--ink); color: var(--bg); }
.pager button:disabled { opacity: .4; }

/* ---------------- Ürün detay ---------------- */
.crumb { display: flex; flex-wrap: wrap; gap: .35rem; padding: 1rem 0; font-size: 11.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-3); }
.crumb a:hover { color: var(--ink); }

.pdp { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 3rem; align-items: start; padding-bottom: 2rem; }
.pdp > * { min-width: 0; }
.gal { display: grid; grid-template-columns: 74px 1fr; gap: .7rem; }
.gal > * { min-width: 0; }
.gal__thumbs { display: flex; flex-direction: column; gap: .5rem; }
.gal__thumbs button { aspect-ratio: 3/4; overflow: hidden; border: 1px solid var(--line); background: var(--surface); }
.gal__thumbs button.on { border-color: var(--ink); }
.gal__thumbs img { width: 100%; height: 100%; object-fit: cover; }
.gal__main { aspect-ratio: 3/4; overflow: hidden; background: var(--line-2); }
.gal__main img { width: 100%; height: 100%; object-fit: cover; }

.pdp__info { position: sticky; top: 108px; }
.pdp h1 { font-size: clamp(24px, 3.2vw, 32px); line-height: 1.18; margin: .35rem 0 .5rem; }
.pdp__meta { display: flex; align-items: center; gap: .5rem; font-size: 12.5px; color: var(--ink-3); }
.pdp__meta .mz-stars { color: var(--star); }
.pdp__price { display: flex; align-items: baseline; gap: .7rem; margin: 1.1rem 0 1.4rem; font-size: 21px; font-family: var(--serif); }
.pdp__price .old { font-size: 15px; color: var(--ink-3); text-decoration: line-through; }
.pdp__price .now.sale { color: var(--danger); }

.opt { margin-bottom: 1.3rem; }
.opt__lbl { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; margin-bottom: .55rem; color: var(--ink-3); }
.opt__lbl b { color: var(--ink); font-weight: 600; letter-spacing: .04em; text-transform: none; font-size: 13px; }
.opt__row { display: flex; flex-wrap: wrap; gap: .5rem; }
.swatch { width: 34px; height: 34px; border-radius: 50%; border: 1px solid rgba(0, 0, 0, .14); position: relative; }
.swatch.on { box-shadow: 0 0 0 1.5px var(--bg), 0 0 0 3px var(--ink); }
.sizebtn { min-width: 48px; padding: .55rem .8rem; border: 1px solid var(--line); background: var(--surface); font-size: 13px; font-weight: 600; }
.sizebtn.on { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.sizebtn.out { opacity: .35; text-decoration: line-through; cursor: not-allowed; }
.opt__err { font-size: 12px; color: var(--danger); margin-top: .4rem; }

.acc { border-top: 1px solid var(--line); }
.acc__item { border-bottom: 1px solid var(--line); }
.acc__hd { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .95rem 0; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; text-align: left; }
.acc__hd i { font-style: normal; font-size: 17px; line-height: 1; transition: transform .2s; }
.acc__item.open .acc__hd i { transform: rotate(45deg); }
.acc__bd { padding: 0 0 1rem; font-size: 13.5px; color: var(--ink-2); }
.acc__bd ul { list-style: disc; padding-left: 1.1rem; }
.acc__bd li { padding: .12rem 0; }

.rev { display: flex; gap: .9rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.rev__av { width: 36px; height: 36px; border-radius: 50%; background: var(--sand); display: grid; place-items: center; font-weight: 700; color: var(--ink-2); flex: none; }
.rev__head { display: flex; align-items: center; gap: .55rem; flex-wrap: wrap; font-size: 13px; }
.rev__head .mz-stars { color: var(--star); }
.rev p { margin-top: .25rem; font-size: 14px; color: var(--ink-2); }

/* Beden tablosu penceresi */
.modal { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 1rem; }
.modal__bg { position: absolute; inset: 0; background: rgba(28, 26, 23, .55); }
.modal__box { position: relative; background: var(--surface); width: min(560px, 100%); max-height: 86vh; overflow-y: auto; padding: 1.6rem; }
.modal__x { position: absolute; right: .8rem; top: .8rem; width: 32px; height: 32px; display: grid; place-items: center; font-size: 20px; color: var(--ink-3); }
.modal h3 { font-size: 22px; margin-bottom: .3rem; }
.sizetable { margin-top: 1rem; font-size: 13.5px; }
.sizetable th, .sizetable td { padding: .55rem .6rem; text-align: left; border-bottom: 1px solid var(--line); }
.sizetable thead th { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); font-weight: 700; }

/* ---------------- Sepet & ödeme ---------------- */
.cartpage { display: grid; grid-template-columns: 1fr 330px; gap: 2.4rem; align-items: start; padding-block: 1.5rem; }
.cartpage > * { min-width: 0; }
.cartrow { display: grid; grid-template-columns: 92px 1fr auto; gap: 1.1rem; padding: 1.2rem 0; border-bottom: 1px solid var(--line); align-items: start; }
.cartrow > * { min-width: 0; }
.cartrow img { width: 92px; height: 122px; object-fit: cover; }
.cartrow__name { font-size: 15px; font-family: var(--serif); }
.cartrow__var { font-size: 12.5px; color: var(--ink-3); margin-top: .25rem; }
.cartrow__acts { display: flex; align-items: center; gap: .9rem; margin-top: .7rem; }
.cartrow .mz-qty { border: 1px solid var(--line); }
.cartrow__price { text-align: right; font-family: var(--serif); font-size: 16px; white-space: nowrap; }

.summary { background: var(--surface); border: 1px solid var(--line); padding: 1.3rem; position: sticky; top: 108px; }
.summary h3 { font-size: 19px; margin-bottom: .9rem; }
.sumrow { display: flex; justify-content: space-between; gap: 1rem; padding: .4rem 0; font-size: 14px; }
.sumrow.total { border-top: 1px solid var(--line); margin-top: .6rem; padding-top: .8rem; font-family: var(--serif); font-size: 19px; }
.sumrow .free { color: var(--ok); font-weight: 600; }
.couponbox { display: flex; gap: .4rem; margin: .8rem 0; }
.couponbox input { flex: 1 1 auto; min-width: 0; height: 40px; padding: 0 .7rem; border: 1px solid var(--line); background: var(--bg); text-transform: uppercase; font-size: 13px; }
.couponbox input:focus { outline: none; border-color: var(--ink); }

.steps { display: flex; align-items: center; gap: .6rem; padding: 1.4rem 0; flex-wrap: wrap; justify-content: center; }
.step { display: flex; align-items: center; gap: .5rem; font-size: 11.5px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); }
.step i { width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; background: var(--line-2); font-style: normal; font-size: 12px; letter-spacing: 0; }
.step.on { color: var(--ink); } .step.on i { background: var(--ink); color: var(--bg); }
.step.done i { background: var(--ok); color: #fff; }
.step__sep { flex: 0 1 40px; height: 1px; background: var(--line); min-width: 16px; }

.panel { background: var(--surface); border: 1px solid var(--line); padding: 1.4rem; margin-bottom: 1rem; }
.panel h2 { font-size: 19px; margin-bottom: 1rem; }
.formgrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: .85rem; }
.formgrid > * { min-width: 0; }
.field label { display: block; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; margin-bottom: .35rem; color: var(--ink-3); }
.field input, .field select, .field textarea { width: 100%; height: 44px; padding: 0 .8rem; border: 1px solid var(--line); background: var(--surface); font-size: 14px; }
.field textarea { height: auto; padding: .65rem .8rem; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--ink); }
.field.err input, .field.err select, .field.err textarea { border-color: var(--danger); }
.field__err { font-size: 12px; color: var(--danger); margin-top: .25rem; }
.field--full { grid-column: 1 / -1; }
.pick { display: flex; flex-direction: column; gap: .5rem; }
.pick label { display: flex; align-items: center; gap: .7rem; padding: .85rem 1rem; border: 1px solid var(--line); cursor: pointer; font-size: 14px; }
.pick label:has(input:checked) { border-color: var(--ink); background: var(--sand); }
.pick input { accent-color: var(--ink); width: 16px; height: 16px; flex: none; }
.pick .r { margin-left: auto; font-weight: 600; white-space: nowrap; }

.okbox { text-align: center; padding: 3rem 1.5rem; background: var(--surface); border: 1px solid var(--line); }
.okbox__ic { width: 58px; height: 58px; margin: 0 auto 1rem; border-radius: 50%; display: grid; place-items: center; background: var(--ok-soft); color: var(--ok); }
.okbox__ic svg { width: 28px; height: 28px; }
.okbox h1 { font-size: 28px; }
.okno { display: inline-block; margin-top: .7rem; padding: .4rem .9rem; background: var(--sand); font: 600 14px/1 var(--sans); letter-spacing: .12em; }

/* ---------------- Alt bilgi ---------------- */
.ftr { border-top: 1px solid var(--line); margin-top: 3rem; padding: 3rem 0 1.5rem; }
.ftr__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 2rem; }
.ftr__grid > * { min-width: 0; }
.ftr h4 { font-family: var(--sans); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; margin-bottom: .7rem; }
.ftr li { padding: .22rem 0; font-size: 13.5px; color: var(--ink-3); }
.ftr__bot { margin-top: 2rem; padding-top: 1.2rem; border-top: 1px solid var(--line); font-size: 12px; color: var(--ink-3); display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }

/* ---------------- Duyarlı ---------------- */
@media (max-width: 980px) {
  .pdp { grid-template-columns: 1fr !important; gap: 1.8rem; }
  .pdp__info { position: static; }
  .hdr__nav { display: none; }
  .hdr__logo { flex: 1 1 auto; }
}
@media (max-width: 860px) {
  .listing { grid-template-columns: 1fr !important; }
  .filters { position: static; display: none; }
  .filters.open { display: block; margin-bottom: 1.4rem; }
  .filters-toggle { display: inline-flex; }
  .cartpage { grid-template-columns: 1fr !important; }
  .summary { position: static; }
}
@media (max-width: 620px) {
  .gal { grid-template-columns: 1fr; }
  .gal__thumbs { flex-direction: row; order: 2; }
  .gal__thumbs button { width: 62px; }
  .grid--p { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.2rem .7rem; }
  .cartrow { grid-template-columns: 74px 1fr; }
  .cartrow img { width: 74px; height: 98px; }
  .cartrow__price { grid-column: 2; text-align: left; }
  .card__quick { opacity: 1; transform: none; }
}
