/* Extra UI — matches store.js */
:root {
  --blue: #1a73e8;
  --blue-dark: #1557b0;
  --beige: #f5ede4;
  --beige-dark: #ebe0d4;
  --card-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

html {
  overflow-x: hidden;
  max-width: 100%;
}

body {
  overflow-x: hidden;
  max-width: 100%;
}

.announce-topbar {
  background: #1c1917;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 12px;
  margin-top: env(safe-area-inset-top, 0);
  letter-spacing: 0.01em;
}

.announce-topbar-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.store-header {
  overflow: visible;
  max-width: 100vw;
  position: sticky;
}

.store-header-inner {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 76px;
  padding: 8px 0;
  max-width: 100%;
}

.header-left {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-self: start;
  flex-shrink: 0;
  min-width: 88px;
}

.header-left-search,
.header-left-wish {
  display: none;
}

.header-center {
  justify-self: center;
  min-width: 0;
  flex: 1;
  display: flex;
  justify-content: center;
}

.header-center .logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 0;
  line-height: 0;
}

.header-center .logo-full,
.site-logo {
  display: block;
  height: 64px;
  width: auto;
  max-width: min(260px, 48vw);
  object-fit: contain;
  object-position: center;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0;
}

.header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  min-width: 0;
}

.header-icon-group {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 3px;
  border-radius: 999px;
  background: #f7f7f8;
  border: 1px solid #efefef;
}

.header-icon-group .icon-btn {
  width: 38px;
  height: 38px;
}

.header-search {
  flex: 0 1 300px;
  width: 300px;
  max-width: 300px;
}

.header-search input {
  height: 40px;
  padding-right: 46px !important;
  background: #f7f7f8;
  border-color: #ececec;
}

.header-search .search-icon {
  color: #aaa;
}

.search-submit-inline {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: var(--purple, #7030ff);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  padding: 0;
}

.search-submit-inline svg {
  width: 16px;
  height: 16px;
}

/* Masaüstünde yalnızca form içi ara; dışarıdaki mobil butonu gizle */
.header-search-mobile,
.search-btn-strong.header-search-mobile {
  display: none !important;
}

/* Language dropdown */
.lang-dropdown {
  position: relative;
  z-index: 130;
}

.lang-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 1px solid #e8e8e8;
  background: #fff;
  border-radius: 999px;
  padding: 5px 8px 5px 6px;
  font-size: 0.72rem;
  font-weight: 700;
  color: #333;
  cursor: pointer;
  line-height: 1;
  white-space: nowrap;
}

.lang-dropdown-toggle .lang-flag,
.lang-dropdown-toggle .lang-flag-svg {
  display: block;
  width: 18px;
  height: 12px;
  border-radius: 2px;
  flex-shrink: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.lang-flag-svg {
  object-fit: cover;
}

.lang-dropdown-toggle .lang-chevron {
  display: flex;
  width: 14px;
  height: 14px;
  color: #888;
  transition: transform 0.2s;
}

.lang-dropdown-toggle .lang-chevron svg {
  width: 14px;
  height: 14px;
}

.lang-dropdown.open .lang-dropdown-toggle .lang-chevron {
  transform: rotate(180deg);
}

.lang-dropdown-menu {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  min-width: 148px;
  margin: 0;
  padding: 6px;
  list-style: none;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.18s, transform 0.18s, visibility 0.18s;
}

.lang-dropdown.open .lang-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.lang-dropdown-menu button {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  border: 0;
  background: transparent;
  padding: 9px 10px;
  border-radius: 8px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #444;
  cursor: pointer;
  text-align: left;
}

.lang-dropdown-menu button:hover,
.lang-dropdown-menu button.active {
  background: #f4f0ff;
  color: var(--purple, #7030ff);
}

.lang-dropdown-menu .lang-flag,
.lang-dropdown-menu .lang-flag-svg {
  display: block;
  width: 20px;
  height: 14px;
  border-radius: 2px;
  flex-shrink: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}

/* Legacy horizontal switch — hidden if present */
.lang-switch { display: none !important; }

.search-btn-strong {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 40px;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  background: var(--purple, #7030ff);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
}

.search-btn-strong svg {
  width: 18px;
  height: 18px;
}

.search-wrap.desktop-search {
  max-width: 300px;
  margin: 0;
  position: relative;
}

.search-wrap.desktop-search.mobile-open {
  display: block !important;
  position: absolute;
  left: 16px;
  right: 16px;
  top: 70px;
  max-width: none;
  z-index: 120;
  background: #fff;
}

.mobile-search-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 125;
  padding: 8px 12px 10px;
  background: #fff;
  border-bottom: 1px solid #eee;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.mobile-search-panel[hidden] {
  display: none !important;
}

.mobile-search-form {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}

.mobile-search-form .search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  pointer-events: none;
  display: flex;
}

.mobile-search-form .search-icon svg {
  width: 18px;
  height: 18px;
}

.mobile-search-form input {
  flex: 1;
  min-width: 0;
  height: 42px;
  border: 1px solid #e5e5e5;
  border-radius: 999px;
  padding: 0 14px 0 40px;
  font-size: 0.9rem;
  background: #fafafa;
}

.mobile-search-submit {
  flex-shrink: 0;
  height: 42px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: var(--purple, #7030ff);
  color: #fff;
  font-weight: 600;
  font-size: 0.82rem;
  cursor: pointer;
}

@media (max-width: 900px) {
  .search-wrap.desktop-search,
  .header-search {
    display: none !important;
  }
  .header-search-mobile,
  .search-btn-strong.header-search-mobile,
  .header-left-search {
    display: inline-flex !important;
  }
  .header-left-wish {
    display: grid !important;
  }
  .header-right-wish {
    display: none !important;
  }
  .header-left {
    gap: 4px;
    min-width: 0;
  }
  .store-header-inner {
    min-height: 70px;
    gap: 6px;
    grid-template-columns: minmax(96px, 1fr) auto minmax(96px, 1fr);
  }
  .header-center {
    justify-self: center;
  }
  .header-center .logo-link {
    min-height: 62px;
  }
  .header-center .logo-full,
  .site-logo {
    height: 62px;
    max-width: min(250px, 48vw);
  }
  .header-actions {
    gap: 4px;
    justify-self: end;
  }
  .header-icon-group {
    padding: 0;
    background: transparent;
    border: 0;
    gap: 0;
  }
  .header-icon-group .icon-btn {
    width: 34px;
    height: 34px;
  }
  .header-actions .icon-btn svg {
    width: 19px;
    height: 19px;
  }
  .search-btn-strong,
  .header-search-mobile {
    width: 34px;
    height: 34px;
    padding: 0;
    justify-content: center;
  }
  .search-btn-strong span {
    display: none;
  }
}

@media (min-width: 901px) {
  .header-left-search,
  .header-left-wish {
    display: none !important;
  }
  .header-right-wish {
    display: grid !important;
  }
  .header-search-mobile,
  .search-btn-strong.header-search-mobile {
    display: none !important;
  }
  .header-center .logo-link {
    min-height: 88px;
  }
  .header-center .logo-full {
    height: 88px;
    max-width: min(340px, 28vw);
  }
  .store-header-inner {
    min-height: 96px;
    gap: 20px;
  }
  .header-actions {
    gap: 14px;
  }
  .header-search {
    flex: 0 0 280px;
    width: 280px;
    max-width: 280px;
  }
  .header-search .search-icon {
    display: none;
  }
  .header-search input {
    padding-left: 16px !important;
  }
  .mobile-search-panel {
    display: none !important;
  }
}

@media (min-width: 1100px) {
  .header-center .logo-full {
    height: 96px;
    max-width: 360px;
  }
  .header-search {
    flex: 0 0 320px;
    width: 320px;
    max-width: 320px;
  }
}

.store-intro {
  padding: 12px 12px 6px;
  text-align: center;
}

.store-intro .tagline {
  color: #8a8a8a;
  font-size: 0.95rem;
}

.intro-text-box {
  max-width: 560px;
  margin: 14px auto 0;
  background: var(--beige);
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 0.88rem;
  color: #555;
  line-height: 1.5;
  text-align: center;
}

@media (min-width: 701px) {
  .intro-text-mobile {
    display: block;
  }
}

.btn-login-main {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  height: 40px;
  padding: 0 28px;
  border: 1.5px solid #222;
  border-radius: 10px;
  background: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  color: #111;
  text-decoration: none;
}

.social-row {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
  flex-wrap: nowrap;
}

.social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 40px;
  min-width: 40px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  border: 0;
  color: #fff;
}

.social-btn.wa { background: #25d366; }
.social-btn.ig { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.social-btn.call { background: var(--purple, #7030ff); }
.social-btn svg { width: 16px; height: 16px; }

.category-nav-wrap {
  position: sticky;
  top: 0;
  z-index: 120;
  background: var(--beige);
  border-bottom: 1px solid var(--beige-dark);
  margin: 4px 0 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  scroll-margin-top: 72px;
  max-width: 100%;
  overflow: hidden;
}

#products {
  scroll-margin-top: 56px;
  padding-top: 4px;
}

.products-meta-row {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 10px 0 10px;
}

.products-meta-row h2 {
  font-size: 1.25rem;
  font-weight: 700;
}

.products-meta-row p {
  color: #8a8a8a;
  font-size: 0.9rem;
}

.category-nav {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 8px 12px;
  max-width: 1280px;
  margin: 0 auto;
}

.category-nav::-webkit-scrollbar { display: none; }

.category-nav a {
  flex: 0 0 auto;
  padding: 10px 16px;
  font-size: 0.88rem;
  font-weight: 600;
  color: #444;
  white-space: nowrap;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  background: transparent;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.category-nav a:hover {
  background: rgba(255, 255, 255, 0.7);
  color: #111;
}

.category-nav a.active {
  color: #fff;
  background: var(--purple, #7030ff);
  border-color: var(--purple, #7030ff);
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(112, 48, 255, 0.25);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.intro-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

.contact-link {
  display: none;
}

.btn-login-intro {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 32px;
  border: 1.5px solid #222;
  border-radius: 10px;
  background: #fff;
  font-weight: 600;
  font-size: 0.92rem;
  color: #111;
  text-decoration: none;
}

.category-head {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 20px 0 14px;
}

.category-head h2 { font-size: 1.25rem; font-weight: 700; }
.category-head h2 a {
  color: inherit;
  text-decoration: none;
  transition: color .15s ease;
}
.category-head h2 a:hover {
  color: var(--purple, #7030ff);
}
.category-head .count { color: #8a8a8a; font-size: 0.9rem; }

.product-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding-bottom: 100px;
}

.pcard {
  background: #fff;
  border-radius: 14px;
  box-shadow: var(--card-shadow);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.15s;
}

.pcard:hover { transform: translateY(-2px); }

.pcard-img {
  position: relative;
  aspect-ratio: 1;
  background: #f5f5f5;
  display: block;
}

.pcard-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pcard-img .badge-new {
  position: absolute;
  left: 8px;
  bottom: 8px;
}

.pcard-qty {
  position: absolute;
  top: 8px;
  right: 8px;
  min-width: 24px;
  height: 24px;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  display: grid;
  place-items: center;
}

.pcard-body {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.pcard-title {
  font-size: 0.85rem;
  color: #333;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none;
}

.pcard-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}

.pcard-price {
  font-weight: 700;
  font-size: 0.95rem;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px;
}

.pcard-price .price-was,
.price-was {
  font-weight: 500;
  font-size: 0.82em;
  color: #9ca3af;
  text-decoration: line-through;
}

.pcard-price .price-now,
.price-now {
  font-weight: 700;
  color: #1a1a1a;
}

.product-price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  margin: 8px 0 16px;
}

.product-price-row .price-now {
  font-size: 1.35rem;
}

.product-price-row .price-was {
  font-size: 1rem;
}

.pcard-add {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 8px;
  background: var(--blue);
  color: #fff;
  font-size: 1.35rem;
  cursor: pointer;
  display: grid;
  place-items: center;
  line-height: 1;
}

.pcard-add:hover { background: var(--blue-dark); }

@media (max-width: 1100px) {
  .product-grid { grid-template-columns: repeat(3, 1fr) !important; }
}

@media (max-width: 700px) {
  .product-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 10px; padding-bottom: 80px; }
  .hero-tagline {
    margin: 6px auto 0;
    padding: 0 16px;
    font-size: 0.78rem;
    font-weight: 400;
    color: #888;
    text-align: center;
    letter-spacing: 0.01em;
  }
  .store-intro-pro {
    padding: 6px 12px 2px;
  }
  .intro-text-mobile {
    display: block !important;
    margin: 8px auto 10px;
    padding: 12px 14px;
    font-size: 0.8rem;
    line-height: 1.45;
  }
  .intro-actions {
    margin-top: 6px;
  }
  .btn-login-intro {
    height: 34px;
    padding: 0 18px;
    font-size: 0.82rem;
  }
  .social-row {
    margin-top: 8px;
    gap: 6px;
  }
  .social-btn {
    width: 40px;
    height: 40px;
    padding: 0;
    flex: 0 0 40px;
  }
  .social-btn .social-label {
    display: none;
  }
  .social-btn svg {
    width: 18px;
    height: 18px;
  }
  .category-nav-wrap {
    margin-top: 2px;
  }
  .category-nav {
    padding: 6px 10px;
  }
  .category-nav a {
    padding: 8px 12px;
    font-size: 0.82rem;
  }
  .products-meta-row h2 {
    font-size: 1.05rem;
  }
  .pcard-body {
    padding: 8px;
  }
  .pcard-title {
    font-size: 0.78rem;
  }
  .pcard-wish {
    width: 30px;
    height: 30px;
  }
  .pcard-wish svg {
    width: 15px;
    height: 15px;
  }
}

.add-toast {
  position: fixed;
  left: 50%;
  bottom: 78px;
  transform: translateX(-50%) translateY(20px);
  width: min(420px, calc(100% - 24px));
  background: rgba(40, 50, 70, 0.92);
  color: #fff;
  border-radius: 14px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 280;
  opacity: 0;
  pointer-events: none;
  transition: 0.25s;
}

.add-toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.add-toast .check {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--blue);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  font-weight: 700;
}

.add-toast strong {
  display: block;
  font-size: 0.85rem;
  max-width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.add-toast span { font-size: 0.75rem; opacity: 0.85; }

.bottom-cart-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: clamp(48px, 12vw, 56px);
  background: var(--blue);
  color: #fff;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: clamp(6px, 2vw, 12px);
  padding: 0 clamp(10px, 3vw, 16px);
  z-index: 290;
  text-decoration: none;
  box-shadow: 0 -4px 20px rgba(26, 115, 232, 0.35);
  white-space: nowrap;
}

.bottom-cart-bar.show { display: flex; }

.bottom-cart-bar .count {
  background: rgba(255, 255, 255, 0.22);
  padding: clamp(4px, 1.2vw, 6px) clamp(8px, 2.5vw, 12px);
  border-radius: 999px;
  font-size: clamp(0.68rem, 2.8vw, 0.82rem);
  font-weight: 600;
  flex-shrink: 0;
}

.bottom-cart-bar .mid {
  font-weight: 700;
  font-size: clamp(0.78rem, 3.2vw, 0.95rem);
  flex: 1;
  text-align: center;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bottom-cart-bar .total {
  font-weight: 700;
  font-size: clamp(0.78rem, 3.2vw, 0.95rem);
  flex-shrink: 0;
}

body.has-bottom-bar { padding-bottom: calc(clamp(48px, 12vw, 56px) + 8px); }

body.page-cart,
body.page-checkout,
body.page-checkout-result {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  min-height: 100vh;
}

body.page-cart #appHeader,
body.page-checkout #appHeader,
body.page-checkout-result #appHeader {
  flex-shrink: 0;
}

body.page-cart #siteFooter,
body.page-checkout #siteFooter,
body.page-checkout-result #siteFooter {
  flex-shrink: 0;
  margin-top: auto;
  width: 100%;
}

body.page-cart .bottom-cart-bar,
body.page-checkout .bottom-cart-bar,
body.page-checkout-result .bottom-cart-bar {
  display: none !important;
}

body.has-bottom-bar .cart-drawer {
  top: 0;
  bottom: 56px;
  height: auto;
  max-height: calc(100dvh - 56px);
}

.cart-drawer {
  z-index: 280 !important;
}

.cart-drawer-overlay {
  z-index: 275 !important;
}

.cart-drawer-head {
  padding: 12px 16px !important;
}

.cart-drawer-body {
  padding-top: 6px !important;
}

.cart-drawer-foot {
  padding: 14px 16px 16px !important;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cart-drawer-foot .cart-drawer-shipping {
  margin-bottom: 0 !important;
}

.cart-drawer-foot .cart-drawer-total {
  margin-bottom: 0 !important;
  align-items: center;
  padding: 2px 2px 4px;
}

.cart-drawer-foot .btn-primary,
.cart-drawer-foot .btn-outline {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: none !important;
  height: 46px;
  margin: 0 !important;
  text-align: center;
  line-height: 1;
  padding: 0 16px;
  box-sizing: border-box;
}

.auth-logo {
  text-align: center;
  margin-bottom: 28px;
  line-height: 0;
}

.auth-logo img,
.auth-logo .site-logo {
  height: 80px !important;
  width: auto;
  max-width: min(320px, 82vw);
  margin: 0 auto;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0;
  object-fit: contain;
}

.track-modal-logo {
  text-align: center;
  margin-bottom: 8px;
  line-height: 0;
}

.track-modal-logo img {
  height: 56px;
  width: auto;
  max-width: 240px;
  margin: 0 auto;
  background: transparent !important;
  box-shadow: none !important;
  object-fit: contain;
}

.bestsellers { margin: 28px 0; }
.bestsellers h3 { font-size: 1.1rem; margin-bottom: 12px; }

.best-track {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 8px;
}

.best-track .pcard {
  flex: 0 0 180px;
}

.site-footer {
  background: var(--beige);
  padding: 36px 16px 20px;
  margin-top: 40px;
}

.site-footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.site-footer h4 { font-size: 0.95rem; margin-bottom: 12px; color: #222; }
.site-footer a { display: block; color: #777; font-size: 0.85rem; margin-bottom: 8px; text-decoration: none; }

.pay-badges { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.pay-badges .pay-badge {
  background: #fff;
  border-radius: 10px;
  padding: 8px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
}
.pay-badges .pay-badge img {
  display: block;
  height: 28px;
  width: auto;
  max-width: 72px;
  object-fit: contain;
}
.pay-badges .pay-badge-mastercard {
  background: #111;
  border-color: #111;
  padding: 6px 10px;
}
.pay-badges .pay-badge-mastercard img {
  height: 32px;
  max-width: 78px;
}
.pay-badges .pay-badge svg { display: block; }
.pay-badges .pay-badge-text { font-size: 0.72rem; font-weight: 700; letter-spacing: .02em; }

.page-content {
  padding: 28px 16px 80px;
  max-width: 820px;
}
.page-breadcrumb {
  font-size: 0.82rem;
  color: #888;
  margin-bottom: 18px;
}
.page-breadcrumb a { color: var(--purple, #7030ff); text-decoration: none; }
.page-article h1 {
  font-size: 1.75rem;
  margin: 0 0 18px;
  line-height: 1.25;
}
.legal-prose {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #333;
}
.legal-prose h3 {
  margin: 22px 0 8px;
  font-size: 1.05rem;
}
.legal-prose p { margin: 0 0 12px; }
.legal-prose ul { margin: 0 0 14px; padding-left: 1.2rem; }
.legal-prose li { margin-bottom: 6px; }
.legal-prose a { color: var(--purple, #7030ff); }

.footer-bottom {
  max-width: 1100px;
  margin: 28px auto 0;
  padding-top: 18px;
  border-top: 1px solid var(--beige-dark, #eee);
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  color: #999;
  font-size: 0.82rem;
}

.footer-bottom .links { margin-bottom: 0; }
.footer-bottom .links a { display: inline; color: #999; margin: 0 4px; }
.footer-bottom .links a::after { content: " •"; color: #ccc; }
.footer-bottom .links a:last-child::after { content: ""; }

.footer-credit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.yuzmedya-link,
.lunor-link {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  margin: 0 !important;
  padding: 8px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #111 0%, #2a2a2a 100%);
  color: #fff !important;
  text-decoration: none !important;
  font-size: 0.78rem;
  box-shadow: 0 6px 16px rgba(0,0,0,.12);
  transition: transform .15s ease, box-shadow .15s ease;
}
.yuzmedya-link span,
.lunor-link span { opacity: .7; font-weight: 500; }
.yuzmedya-link strong,
.lunor-link strong { font-weight: 700; letter-spacing: .02em; }
.yuzmedya-link:hover,
.lunor-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0,0,0,.16);
  color: #fff !important;
}

@media (max-width: 760px) {
  .site-footer-inner { grid-template-columns: 1fr; gap: 20px; }
  .footer-bottom { flex-direction: column; text-align: center; justify-content: center; }
  .footer-credit { justify-content: center; }
}

.coupon-row { display: flex; gap: 8px; margin: 12px 0; }
.coupon-row input {
  flex: 1;
  height: 44px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 0 12px;
}
.coupon-row button {
  height: 44px;
  padding: 0 16px;
  border: 0;
  border-radius: 10px;
  background: var(--purple, #7030ff);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.seller-social { display: flex; gap: 8px; margin-top: 10px; flex-wrap: wrap; }
.seller-box .btn-login-main { margin-top: 0; height: 34px; padding: 0 14px; font-size: 0.8rem; }

.store-footer { display: none; }

/* Auth pro */
.auth-page-pro {
  background:
    radial-gradient(1200px 400px at 50% -10%, #f3edff 0%, transparent 60%),
    linear-gradient(180deg, #faf8f5 0%, #fff 40%);
  min-height: calc(100vh - 0px);
  padding-bottom: 64px;
}
.auth-card {
  width: min(440px, 100%);
  background: #fff;
  border-radius: 22px;
  padding: 24px 22px 28px;
  box-shadow: 0 18px 50px rgba(0,0,0,.08);
  border: 1px solid rgba(0,0,0,.04);
  text-align: center;
}
.auth-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  padding: 5px;
  background: #f4f2ef;
  border-radius: 999px;
  margin-bottom: 22px;
}
.auth-tab {
  border: 0;
  background: transparent;
  height: 40px;
  border-radius: 999px;
  font-weight: 700;
  font-size: .9rem;
  color: #777;
  cursor: pointer;
}
.auth-tab.active {
  background: #fff;
  color: #1a1a1a;
  box-shadow: 0 4px 14px rgba(0,0,0,.06);
}
.auth-panel { display: none; }
.auth-panel.active { display: block; }
.auth-card h1 {
  font-size: 1.35rem;
  margin: 0 0 8px;
  letter-spacing: -.02em;
}
.auth-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: left;
  margin-top: 8px;
}
.auth-form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: .78rem;
  font-weight: 600;
  color: #777;
}
.auth-form label .opt { font-weight: 500; color: #aaa; }
.auth-form input {
  height: 48px;
  border: 1px solid #e8e4de;
  border-radius: 12px;
  padding: 0 14px;
  font-size: 1rem;
  color: #1a1a1a;
  background: #fff;
}
.auth-form select,
.auth-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #e8e4de;
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 1rem;
  color: #1a1a1a;
  background: #fff;
  font-family: inherit;
}
.auth-form input:focus,
.auth-form select:focus,
.auth-form textarea:focus {
  outline: none;
  border-color: #7030ff;
  box-shadow: 0 0 0 3px rgba(112,48,255,.12);
}
.btn-auth-primary {
  margin-top: 6px;
  height: 50px;
  border: 0;
  border-radius: 999px;
  background: #7030ff;
  color: #fff;
  font-weight: 700;
  font-size: .95rem;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(112,48,255,.28);
}
.btn-auth-primary:hover { filter: brightness(1.05); }
.auth-link {
  margin-top: 16px;
  border: 0;
  background: none;
  color: #7030ff;
  font-weight: 700;
  font-size: .88rem;
  cursor: pointer;
}
.auth-msg {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 12px;
  font-size: .88rem;
  line-height: 1.4;
}
.auth-msg.ok { background: #f0fdf4; color: #166534; }
.auth-msg.err { background: #fef2f2; color: #b91c1c; }

/* Track modal */
.track-result { margin-top: 14px; text-align: left; }
.track-loading { color: #888; font-size: .9rem; text-align: center; }
.track-error {
  background: #fef2f2;
  color: #b91c1c;
  padding: 12px;
  border-radius: 12px;
  font-size: .9rem;
  text-align: center;
}
.track-card {
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 14px;
  background: #fafafa;
}
.track-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.track-badge {
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 999px;
  background: #f3edff;
  color: #7030ff;
  font-size: .75rem;
  font-weight: 700;
}
.track-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 10px;
}
.track-meta span { display: block; font-size: .72rem; color: #999; }
.track-meta b { font-size: .92rem; }
.track-cargo {
  background: #fff;
  border: 1px solid #ebe4ff;
  border-radius: 10px;
  padding: 10px 12px;
  margin-bottom: 10px;
}
.track-cargo span { display: block; font-size: .72rem; color: #7c3aed; font-weight: 700; }
.track-cargo strong { font-size: .95rem; letter-spacing: .02em; }
.track-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.track-items li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 0;
  border-top: 1px solid #eee;
  font-size: .86rem;
}
.track-items em { color: #888; font-style: normal; }

/* Account */
.account-page { padding: 28px 16px 80px; max-width: 820px; }
.account-hero {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  padding: 20px;
  border-radius: 18px;
  background: linear-gradient(135deg, #faf8f5, #fff);
  border: 1px solid #eee;
  margin-bottom: 24px;
}
.account-logo { height: 48px; width: auto; }
.account-hero h1 { margin: 0 0 4px; font-size: 1.35rem; }
.account-hero p { margin: 0; color: #888; font-size: .9rem; }
.account-hero form { margin-left: auto; }
.account-section h2 { margin: 0 0 14px; font-size: 1.1rem; }
.account-empty { color: #777; }
.account-orders { display: flex; flex-direction: column; gap: 10px; }
.account-order {
  display: grid;
  grid-template-columns: 1.4fr .9fr .8fr;
  gap: 8px 12px;
  padding: 14px 16px;
  border: 1px solid #eee;
  border-radius: 14px;
  background: #fff;
}
.account-order span { display: block; color: #999; font-size: .78rem; margin-top: 2px; }
.account-order-status { font-weight: 700; color: #7030ff; }
.account-order-total { font-weight: 800; text-align: right; }
.account-order-track {
  grid-column: 1 / -1;
  font-size: .85rem;
  color: #555;
  background: #f8f5ff;
  padding: 8px 10px;
  border-radius: 10px;
}
@media (max-width: 640px) {
  .account-order { grid-template-columns: 1fr 1fr; }
  .account-order-total { text-align: left; }
  .account-hero form { margin-left: 0; width: 100%; }
  .account-hero form button { width: 100%; }
}
.track-cargo a { color: #1a1a1a; }
.track-dhl-btn {
  display: inline-flex;
  margin-top: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #d40511;
  color: #fff !important;
  font-size: .78rem;
  font-weight: 700;
  text-decoration: none !important;
}
.account-order-track a { color: #7030ff; font-weight: 700; }

/* Header: wishlist + user name */
.header-user-chip {
  display: inline-flex;
  align-items: center;
  max-width: 140px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #f4f0ff;
  color: #5b21b6;
  text-decoration: none;
  font-size: .78rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header-user-chip:hover { background: #ebe4ff; }
.wish-header-btn { position: relative; color: #9ca3af; }
.wish-header-btn svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}
.wish-header-btn.active,
.wish-header-btn:hover { color: #7030ff; }
.wish-header-btn.active svg {
  fill: none;
  stroke: #7030ff;
}
.wish-badge { background: #7030ff !important; }
.toast.toast-ok { background: #1f2937; }
.toast.toast-err { background: #b91c1c; }

/* Product card wishlist */
.pcard-media { position: relative; }
.pcard-wish {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #c8c8c8;
  display: grid;
  place-items: center;
  box-shadow: 0 4px 14px rgba(0,0,0,.12);
  cursor: pointer;
  transition: .2s;
}
.pcard-wish:hover,
.pcard-wish.active {
  color: #7030ff;
}

.pcard-wish svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.pcard-wish.active svg path {
  fill: none;
  stroke: #7030ff;
}

/* Account shell */
.account-shell {
  padding: 28px 16px 100px;
  background: linear-gradient(180deg, #f7f5fb 0%, #fff 40%);
  min-height: 60vh;
}
.account-wrap {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 22px;
  align-items: start;
}
.account-side {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 20px;
  padding: 18px;
  position: sticky;
  top: 100px;
}
.account-user {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f0f0f0;
}
.account-avatar {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, #7030ff, #9b6bff);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.account-user strong { display: block; font-size: .95rem; }
.account-user span { display: block; color: #999; font-size: .78rem; word-break: break-all; }
.account-nav { display: flex; flex-direction: column; gap: 4px; }
.account-nav a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 12px;
  border-radius: 12px;
  text-decoration: none;
  color: #333;
  font-weight: 600;
  font-size: .9rem;
}
.account-nav a em {
  font-style: normal;
  background: #f4f0ff;
  color: #7030ff;
  font-size: .72rem;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 999px;
}
.account-nav a:hover { background: #faf8ff; }
.account-nav a.active { background: #7030ff; color: #fff; }
.account-nav a.active em { background: rgba(255,255,255,.2); color: #fff; }
.account-logout { margin-top: 16px; }
.account-logout .btn-outline { width: 100%; }
.account-main {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 20px;
  padding: 24px;
  min-height: 420px;
}
.account-main-head { margin-bottom: 20px; }
.account-main-head h1 { margin: 0 0 6px; font-size: 1.45rem; }
.account-main-head p { margin: 0; color: #888; font-size: .9rem; }
.account-empty-card {
  text-align: center;
  padding: 48px 20px;
  border-radius: 16px;
  background: #faf9fc;
}
.account-empty-card h3 { margin: 0 0 8px; }
.account-empty-card p { color: #888; margin: 0 0 18px; }
.account-empty-card .btn-primary { display: inline-flex; max-width: 220px; margin: 0 auto; }
.account-order-list { display: flex; flex-direction: column; gap: 10px; }
.account-order-card {
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 14px 16px;
  background: #fff;
}
.ao-top { display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.ao-badge {
  font-size: .72rem;
  font-weight: 700;
  color: #7030ff;
  background: #f4f0ff;
  padding: 4px 10px;
  border-radius: 999px;
}
.ao-meta {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  color: #888;
  font-size: .85rem;
}
.ao-track {
  display: inline-block;
  margin-top: 10px;
  font-size: .82rem;
  color: #7030ff;
  font-weight: 700;
  text-decoration: none;
}
.account-wish-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 14px;
}
.account-wish-card {
  border: 1px solid #eee;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: box-shadow .2s, transform .2s;
}
.account-wish-card:hover {
  box-shadow: 0 8px 24px rgba(112, 48, 255, .08);
  transform: translateY(-2px);
}
.aw-img { display: block; aspect-ratio: 1; background: #f6f6f6; }
.aw-img img { width: 100%; height: 100%; object-fit: cover; }
.aw-title {
  display: block;
  padding: 12px 12px 6px;
  color: #222;
  text-decoration: none;
  font-size: .86rem;
  font-weight: 600;
  line-height: 1.35;
  min-height: 2.7em;
  flex: 1;
}
.aw-foot {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 12px 14px;
  margin-top: auto;
}
.aw-foot strong {
  font-size: .95rem;
}
.aw-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  border: 1px solid #eee;
  background: #fafafa;
  color: #666;
  font-size: .8rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  border-radius: 999px;
  padding: 9px 12px;
  transition: .2s;
}
.aw-remove:hover {
  background: #fff5f5;
  border-color: #fecaca;
  color: #b91c1c;
}
.aw-remove svg { flex-shrink: 0; }
.account-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  max-width: 640px;
}
.account-form.narrow { grid-template-columns: 1fr; max-width: 360px; }
.account-form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: .82rem;
  font-weight: 600;
  color: #555;
}
.account-form label.full { grid-column: 1 / -1; }
.account-form input,
.account-form select,
.account-form textarea {
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 11px 12px;
  font: inherit;
  background: #fff;
}
.account-form button { grid-column: 1 / -1; max-width: 200px; margin-top: 6px; }
@media (max-width: 860px) {
  .account-wrap { grid-template-columns: 1fr; }
  .account-side { position: static; }
  .account-nav { flex-direction: row; flex-wrap: wrap; }
  .account-nav a { flex: 1 1 auto; }
  .header-user-chip { display: none; }
}

/* Modern cart */
.cart-modern {
  padding: 24px 16px 120px;
  background: linear-gradient(180deg, #f7f5fb 0%, #fff 36%);
  min-height: 55vh;
}
.cart-modern-wrap { max-width: 1100px; margin: 0 auto; }
.cart-modern-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.cart-modern-head-inline {
  flex-wrap: nowrap;
}

.cart-modern-head-inline h1 {
  margin: 0;
  font-size: clamp(0.92rem, 3.6vw, 1.35rem);
  font-weight: 700;
  line-height: 1.25;
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cart-head-meta {
  font-weight: 400;
  color: #888;
  font-size: 0.82em;
}

.cart-modern-head p { margin: 0; color: #888; }

.cart-continue {
  color: #7030ff;
  font-weight: 700;
  text-decoration: none;
  font-size: clamp(0.72rem, 2.8vw, 0.88rem);
  white-space: nowrap;
  flex-shrink: 0;
}
.site-footer-compact {
  padding: 24px 16px 28px;
  margin-top: 24px;
  text-align: center;
  background: var(--beige);
}

.footer-compact-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 10px;
  margin-bottom: 14px;
}

.footer-compact-links a {
  color: #666;
  font-size: clamp(0.72rem, 2.6vw, 0.82rem);
  text-decoration: none;
}

.footer-compact-links a::after {
  content: " •";
  color: #ccc;
  margin-left: 6px;
}

.footer-compact-links a:last-child::after {
  content: "";
}

.footer-compact-copy {
  color: #999;
  font-size: clamp(0.72rem, 2.5vw, 0.82rem);
  margin-bottom: 12px;
}

.site-footer-compact .yuzmedya-link,
.site-footer-compact .lunor-link {
  margin: 0 auto;
}

.checkout-auth-gate {
  grid-column: 1 / -1;
  text-align: center;
  padding: 28px 20px;
}

.checkout-auth-gate .co-gate-lead {
  color: #666;
  margin: 0 0 18px;
  font-size: 0.92rem;
  line-height: 1.5;
}

.co-gate-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.co-gate-actions .btn-primary,
.co-gate-actions .btn-outline {
  min-width: min(220px, 100%);
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.page-cart .cart-modern,
body.page-checkout .checkout-page {
  flex: 1 0 auto;
  min-height: 0;
  padding-bottom: 16px;
}

body.page-cart .site-footer-compact,
body.page-checkout .site-footer-compact,
body.page-checkout-result .site-footer-compact {
  margin-top: 16px;
  margin-bottom: 0;
}

.cart-empty-modern {
  text-align: center;
  padding: 64px 20px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 20px;
}
.cem-ico { font-size: 2.4rem; margin-bottom: 8px; }
.cart-modern-grid {
  display: grid;
  grid-template-columns: 1.4fr .9fr;
  gap: 20px;
  align-items: start;
}
.cart-modern-list { display: flex; flex-direction: column; gap: 12px; }
.cart-m-row {
  display: grid;
  grid-template-columns: 96px 1fr auto;
  gap: 14px;
  align-items: center;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 14px;
}
.cm-img {
  width: 96px;
  height: 96px;
  border-radius: 12px;
  overflow: hidden;
  background: #f5f5f5;
  display: block;
}
.cm-img img { width: 100%; height: 100%; object-fit: cover; }
.cm-info h3 { margin: 0 0 4px; font-size: .95rem; line-height: 1.35; }
.cm-unit { color: #999; font-size: .8rem; margin-bottom: 10px; }
.cm-actions { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.cm-qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid #e8e8e8;
  border-radius: 999px;
  overflow: hidden;
}
.cm-qty button {
  width: 32px;
  height: 32px;
  border: 0;
  background: #fff;
  cursor: pointer;
  font-size: 1rem;
}
.cm-qty button.plus { background: #7030ff; color: #fff; }
.cm-qty span { min-width: 28px; text-align: center; font-weight: 700; font-size: .9rem; }
.cm-wish {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  background: #fff;
  color: #b0b0b0;
  display: grid;
  place-items: center;
  cursor: pointer;
  flex-shrink: 0;
}
.cm-wish svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}
.cm-wish.active { color: #7030ff; border-color: #ddd0ff; background: #faf8ff; }
.cm-wish.active svg { fill: none; stroke: #7030ff; }
.cm-rm {
  border: 0;
  background: none;
  color: #999;
  text-decoration: underline;
  cursor: pointer;
  font-size: .8rem;
}
.cm-line { font-weight: 800; white-space: nowrap; }
.cart-modern-side { display: flex; flex-direction: column; gap: 12px; position: sticky; top: 100px; }
.cms-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 18px;
  padding: 18px;
}
.cms-card h2, .cms-card h3 { margin: 0 0 14px; font-size: 1.05rem; }
.cms-card.cms-soft { background: #faf8ff; }
.cms-card.cms-soft p { margin: 0 0 12px; color: #777; font-size: .86rem; }
.cms-line {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
  font-size: .92rem;
  color: #555;
}
.cms-line.cms-disc strong { color: #047857; }
.cms-line.cms-total {
  margin-top: 10px;
  padding-top: 12px;
  border-top: 1px solid #eee;
  font-size: 1.05rem;
  color: #111;
}
.cms-ship-hint { margin: 8px 0 14px; font-size: .8rem; color: #888; }
.cms-ship-hint.ok { color: #047857; font-weight: 600; }
.cms-coupon { display: flex; gap: 8px; margin-bottom: 14px; }
.cms-coupon input {
  flex: 1;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 10px 12px;
  font: inherit;
}
.cms-coupon .btn-outline { max-width: 100px; padding: 0 12px; }
.cms-first-order-hint,
.co-coupon-hint {
  margin: 0 0 12px;
  font-size: .8rem;
  color: #6b4c9a;
  line-height: 1.45;
}
.co-coupon { margin-top: 4px; }
.checkout-page .co-coupon .btn-outline { max-width: 110px; min-height: 44px; }
.cms-checkout { display: flex; justify-content: center; width: 100%; }
.cms-remind { display: flex; flex-direction: column; gap: 8px; }
.cms-remind input {
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 10px 12px;
  font: inherit;
  background: #fff;
}
@media (max-width: 900px) {
  .cart-modern-grid { grid-template-columns: 1fr; }
  .cart-modern-side { position: static; }
  .cart-m-row {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 10px;
    padding: 12px;
  }
  .cm-line {
    grid-column: 2;
    justify-self: start;
    margin-top: 2px;
    font-size: 0.95rem;
  }
  .cm-img { width: 64px; height: 64px; }
  .cm-info { min-width: 0; }
  .cm-info h3 { font-size: 0.88rem; word-break: break-word; }
  .cm-actions { gap: 8px; }
  .cms-coupon { flex-direction: column; }
  .cms-coupon .btn-outline { max-width: none; width: 100%; height: 42px; }
  .cms-coupon input { width: 100%; min-width: 0; }
  .cart-modern-wrap { padding: 0 12px; max-width: 100%; }
  body.page-cart .cart-modern,
  body.page-checkout .cart-modern {
    padding: 16px 0 16px;
    overflow-x: hidden;
  }
  .cart-modern-head-inline {
    flex-wrap: wrap;
    gap: 8px;
  }
  .cart-modern-head-inline h1 {
    white-space: normal;
    font-size: clamp(0.85rem, 3.4vw, 1.1rem);
  }
  .cart-head-meta { display: block; margin-top: 2px; }
  .cms-card { padding: 14px; border-radius: 14px; }
}

@media (max-width: 380px) {
  .cm-qty button { width: 28px; height: 28px; }
  .cm-wish { width: 30px; height: 30px; }
  .cart-m-row { grid-template-columns: 56px minmax(0, 1fr); }
  .cm-img { width: 56px; height: 56px; }
}

.co-pref-note {
  margin: -4px 0 14px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #f4f0ff;
  color: #5b21b6;
  font-size: .84rem;
}
.co-pref-note a { color: #7030ff; font-weight: 700; }
.pcard-media .pcard-img { display: block; width: 100%; }

/* Select2 — il / ilçe */
.select2-container { width: 100% !important; }
.select2-container--default .select2-selection--single {
  height: 48px;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 0 4px 0 2px;
  display: flex;
  align-items: center;
  background: #fff;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 46px;
  padding-left: 12px;
  color: #1a1a1a;
  font-size: .95rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px;
  right: 8px;
}
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single {
  border-color: #7030ff;
  box-shadow: 0 0 0 3px rgba(112, 48, 255, .12);
}
.select2-dropdown {
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(0,0,0,.1);
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 8px 10px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #7030ff;
}
.account-form .select2-container--default .select2-selection--single,
.auth-form .select2-container--default .select2-selection--single,
.checkout-form .select2-container--default .select2-selection--single {
  height: 46px;
}
.account-form .select2-container--default .select2-selection--single .select2-selection__rendered,
.auth-form .select2-container--default .select2-selection--single .select2-selection__rendered,
.checkout-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 44px;
}
.account-form .select2-container--default .select2-selection--single .select2-selection__arrow,
.auth-form .select2-container--default .select2-selection--single .select2-selection__arrow,
.checkout-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px;
}
