/* Modern Frontend Layer - non-breaking visual upgrade */
:root {
  --nx-bg: #f4f6f8;
  --nx-surface: #ffffff;
  --nx-surface-soft: #f8fafc;
  --nx-text: #111827;
  --nx-text-soft: #4b5563;
  --nx-border: #e5e7eb;
  --nx-dark: #0f172a;
  --nx-dark-2: #1f2937;
  --nx-accent: #f97316;
  --nx-accent-2: #ea580c;
  --nx-success: #16a34a;
  --nx-danger: #dc2626;
  --nx-radius-sm: 10px;
  --nx-radius: 14px;
  --nx-radius-lg: 20px;
  --nx-shadow-sm: 0 6px 18px rgba(15, 23, 42, 0.06);
  --nx-shadow: 0 14px 35px rgba(15, 23, 42, 0.08);
  --nx-bottom-nav-height: 68px;
  --nx-bottom-nav-offset: calc(var(--nx-bottom-nav-height) + env(safe-area-inset-bottom));
}

body.nx-modern {
  background: var(--nx-bg);
  color: var(--nx-text);
  font-family: "Manrope", "Segoe UI", Tahoma, sans-serif !important;
  letter-spacing: 0;
}

html,
body.nx-modern.nx-v1 {
  margin: 0 !important;
  padding: 0 !important;
}

body.nx-modern.nx-v1,
body.nx-modern.nx-v1 .main,
body.nx-modern.nx-v1 .nx-home-v1,
body.nx-modern.nx-v1 #MainContent {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.nx-modern.nx-v1.skeleton-page {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.nx-modern.nx-v1 #header,
body.nx-modern.nx-v1 #footer,
body.nx-modern.nx-v1 .apus-footer-mobile {
  display: none !important;
}

body.nx-modern.nx-v1 .main {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.nx-modern.nx-v1.nx-has-bottom-nav .main {
  padding-bottom: calc(var(--nx-bottom-nav-offset) + 12px);
}

body.nx-modern.nx-v1 .nx-header + .main {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.nx-modern.nx-v1 .nx-header {
  position: sticky;
  top: 0;
  z-index: 12000;
  isolation: isolate;
  box-shadow: 0 10px 30px rgba(2, 6, 23, 0.22);
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

body.nx-modern.nx-v1 .nx-header-top {
  display: none !important;
}

body.nx-modern.nx-v1 .nx-top-wrap {
  min-height: 36px;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 12px;
  font-weight: 700;
}

body.nx-modern.nx-v1 .nx-top-wrap a {
  margin-left: auto;
  color: #f8fafc;
}

body.nx-modern.nx-v1 .nx-pill {
  background: rgba(249, 115, 22, 0.2);
  color: #fdba74;
  border: 1px solid rgba(249, 115, 22, 0.3);
  border-radius: 999px;
  padding: 4px 10px;
}

body.nx-modern.nx-v1 .nx-header-main {
  background: #ffffff;
  border-bottom: 1px solid #dbe5ef;
}

body.nx-modern.nx-v1 .nx-main-wrap {
  min-height: 86px;
  display: grid;
  grid-template-columns: 220px minmax(280px, 1fr) auto;
  gap: 18px;
  align-items: center;
}

body.nx-modern.nx-v1 .nx-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 68px;
  padding: 8px 14px;
  border-radius: 16px;
}

body.nx-modern.nx-v1 .nx-logo img {
  height: 58px;
  max-height: 58px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 3px 8px rgba(15, 23, 42, 0.2));
}

body.nx-modern.nx-v1 .nx-search {
  display: flex;
  align-items: center;
  border: 1px solid #d5dee8;
  border-radius: 999px;
  background: #fff;
  box-shadow: var(--nx-shadow-sm);
  padding: 4px;
}

body.nx-modern.nx-v1 .nx-search input {
  border: 0 !important;
  background: transparent !important;
  min-height: 44px;
  width: 100%;
  padding: 0 16px !important;
  font-size: 14px;
  font-weight: 600;
}

body.nx-modern.nx-v1 .nx-search button {
  border: 0;
  border-radius: 999px;
  min-height: 44px;
  padding: 0 18px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: #fff;
  background: linear-gradient(135deg, var(--nx-accent), var(--nx-accent-2));
}

body.nx-modern.nx-v1 .nx-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

body.nx-modern.nx-v1 .nx-actions .nx-action-icon-btn {
  position: relative;
  width: 44px;
  height: 44px;
  border: 1px solid #d5dee8;
  border-radius: 11px;
  background: #f8fafc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

body.nx-modern.nx-v1 .nx-actions .nx-action-icon-btn:hover {
  transform: translateY(-2px);
  border-color: #cbd5e1;
  box-shadow: var(--nx-shadow-sm);
}

body.nx-modern.nx-v1 .nx-actions .nx-action-icon-btn i {
  color: #1e293b;
  font-size: 16px;
}

body.nx-modern.nx-v1 .nx-action-badge {
  position: absolute;
  right: -6px;
  top: -6px;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #ef4444;
  color: #fff;
  border: 2px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

body.nx-modern.nx-v1 .nx-actions .nx-action-icon-btn.nx-cart {
  background: linear-gradient(125deg, #0f172a, #1e293b) !important;
  border-color: #0f172a !important;
}

body.nx-modern.nx-v1 .nx-actions .nx-action-icon-btn.nx-cart i {
  color: #fff !important;
}

body.nx-modern.nx-v1 .nx-mobile-quick {
  display: none;
}

body.nx-modern.nx-v1 .nx-mobile-toggle {
  display: none;
  border: 1px solid #d5dee8;
  border-radius: 10px;
  background: #fff;
  padding: 10px;
  gap: 3px;
  flex-direction: column;
}

body.nx-modern.nx-v1 .nx-mobile-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: #0f172a;
}

body.nx-modern.nx-v1 .nx-nav-wrap {
  background: linear-gradient(110deg, #0f172a 0, #1e293b 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  z-index: 12040;
  overflow: visible;
}

body.nx-modern.nx-v1 .nx-nav {
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 0;
  overflow: visible;
  flex-wrap: nowrap;
}

body.nx-modern.nx-v1 .nx-nav > a,
body.nx-modern.nx-v1 .nx-nav-item > a {
  color: #e2e8f0 !important;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.35px;
  padding: 18px 12px;
  white-space: nowrap;
}

body.nx-modern.nx-v1 .nx-nav > a:hover,
body.nx-modern.nx-v1 .nx-nav-item > a:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.06);
}

body.nx-modern.nx-v1 .nx-search button:hover,
body.nx-modern.nx-v1 .nx-btn-primary:hover,
body.nx-modern.nx-v1 .button-cart-bottom .add-to-cart:hover {
  filter: brightness(0.97);
}

body.nx-modern.nx-v1 .nx-mega a:hover,
body.nx-modern.nx-v1 .nx-brand-list a:hover,
body.nx-modern.nx-v1 .pagination__item:hover {
  color: var(--nx-accent-2) !important;
}

body.nx-modern.nx-v1 .nx-nav-item {
  position: relative;
}

body.nx-modern.nx-v1 .nx-nav-item.nx-nav-featured > a {
  color: #e2e8f0 !important;
  display: inline-flex;
  align-items: center;
  gap: 0;
}

body.nx-modern.nx-v1 .nx-nav-item.nx-nav-featured > a i {
  display: none;
}

body.nx-modern.nx-v1 .nx-mega {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 260px;
  display: grid;
  background: #fff;
  border: 1px solid #dbe5ef;
  border-radius: 12px;
  box-shadow: var(--nx-shadow);
  padding: 10px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: all 0.2s ease;
  z-index: 12030;
}

body.nx-modern.nx-v1 .nx-mega.nx-mega-columns {
  min-width: 520px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
}

body.nx-modern.nx-v1 .nx-mobile-quick a span:not(.nx-action-badge) {
  display: none !important;
}

body.nx-modern.nx-v1 .nx-mega a {
  color: #1e293b !important;
  border-radius: 8px;
  padding: 8px 10px;
  font-size: 13px;
  font-weight: 700;
}

body.nx-modern.nx-v1 .nx-mega a:hover {
  background: #f1f5f9;
}

body.nx-modern.nx-v1 .nx-nav-item:hover .nx-mega {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

body.nx-modern.nx-v1 .nx-nav-item:focus-within .nx-mega {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

body.nx-modern.nx-v1 .nx-footer {
  margin-top: 34px;
  background: linear-gradient(180deg, #0b1222, #111827 55%, #0f172a);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body.nx-modern.nx-v1 .nx-trust-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding: 18px 0;
}

body.nx-modern.nx-v1 .nx-trust-row > div {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #e2e8f0;
  font-size: 13px;
  font-weight: 700;
}

body.nx-modern.nx-v1 .nx-trust-row i {
  color: #fb923c;
}

body.nx-modern.nx-v1 .nx-footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  padding: 26px 0 16px;
}

body.nx-modern.nx-v1 .nx-footer-grid h4 {
  color: #f8fafc;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 800;
}

body.nx-modern.nx-v1 .nx-footer-grid p {
  color: #94a3b8;
  font-size: 13px;
}

body.nx-modern.nx-v1 .nx-footer-grid a {
  display: block;
  margin-bottom: 8px;
  color: #cbd5e1 !important;
  font-size: 13px;
  font-weight: 600;
}

body.nx-modern.nx-v1 .nx-newsletter {
  display: flex;
  gap: 8px;
}

body.nx-modern.nx-v1 .nx-newsletter input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 10px !important;
  min-height: 44px;
  background: rgba(255, 255, 255, 0.06) !important;
  color: #f8fafc !important;
}

body.nx-modern.nx-v1 .nx-newsletter button {
  border: 0;
  border-radius: 10px;
  min-height: 44px;
  padding: 0 14px;
  background: linear-gradient(135deg, var(--nx-accent), var(--nx-accent-2));
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

body.nx-modern.nx-v1 .nx-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

body.nx-modern.nx-v1 .nx-tag-row a {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 6px 10px;
  color: #e2e8f0 !important;
  font-size: 11px;
  font-weight: 700;
}

body.nx-modern.nx-v1 .nx-sub-footer {
  padding: 14px 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

body.nx-modern.nx-v1 .nx-sub-footer p {
  margin: 0;
  color: #94a3b8;
  font-size: 12px;
  font-weight: 600;
}

body.nx-modern.nx-v1 .nx-sub-footer img {
  max-height: 28px;
  width: auto;
  opacity: 0.9;
}

body.nx-modern h1,
body.nx-modern h2,
body.nx-modern h3,
body.nx-modern h4,
body.nx-modern h5,
body.nx-modern h6,
body.nx-modern .section-title {
  font-family: "Barlow Condensed", "Manrope", sans-serif !important;
  letter-spacing: 0.2px;
  color: var(--nx-dark);
}

body.nx-modern .main {
  background: linear-gradient(180deg, #f3f5f9 0, #ffffff 210px, #f4f6f8 100%);
}

body.nx-modern a {
  color: #0b4aa1;
}

body.nx-modern .main a:hover,
body.nx-modern .nx-footer a:hover {
  color: var(--nx-accent-2) !important;
}

body.nx-modern .button-cart-bottom .add-to-cart:hover,
body.nx-modern .nx-btn-primary:hover {
  color: #fff !important;
}

body.nx-modern .product-image__overlay-bottom .group-button .inner > a:hover {
  color: #1e293b !important;
}

body.nx-modern .container {
  max-width: 1360px !important;
}

body.nx-modern .cms-top-bar .topbar {
  background: linear-gradient(90deg, #0f172a, #1e293b) !important;
}

body.nx-modern.nx-v1 #shopify-section-benefit,
body.nx-modern.nx-v1 #shopify-section-footer1,
body.nx-modern.nx-v1 #shopify-section-menu-mobile-bottom,
body.nx-modern.nx-v1 #shopify-section-mobile_menu,
body.nx-modern.nx-v1 #shopify-section-cms-top-bar,
body.nx-modern.nx-v1 .cms-top-bar,
body.nx-modern.nx-v1 .sc-menu-mobile,
body.nx-modern.nx-v1 .menu-bottom,
body.nx-modern.nx-v1 .js-mobile_bkg_show {
  display: none !important;
}

body.nx-modern .cms-top-header .topbar {
  border-bottom: 1px solid var(--nx-border);
  background: #fff;
}

body.nx-modern .announcement-bar__message,
body.nx-modern .topbar-menu a {
  font-size: 12px;
  font-weight: 600;
  color: #334155 !important;
}

body.nx-modern #header .header-top {
  background: #fff;
}

body.nx-modern #header .search_header {
  border-radius: 999px;
  border: 1px solid #d1d5db;
  background: #fff;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
  padding: 4px;
}

body.nx-modern #header .search_header__input {
  border-radius: 999px;
  background: #f8fafc;
  border: 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--nx-text);
}

body.nx-modern #header .search_header__submit {
  border-radius: 999px;
  background: linear-gradient(135deg, var(--nx-accent), var(--nx-accent-2)) !important;
  border: 0;
  padding: 0 18px;
  min-height: 44px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: #fff;
}

body.nx-modern #header .search_header__submit:hover {
  filter: brightness(0.96);
  transform: translateY(-1px);
}

body.nx-modern #header .header-control .item-list a,
body.nx-modern #header .header-control .laber-wishlist a,
body.nx-modern #header .header-control .box-minicart a {
  border-radius: var(--nx-radius-sm);
}

body.nx-modern #header .navigationMenu {
  background: linear-gradient(110deg, #0f172a 0, #111827 55%, #1f2937 100%) !important;
  border: 0 !important;
  box-shadow: var(--nx-shadow-sm);
}

body.nx-modern #header .main-menu > li > a {
  color: #e2e8f0 !important;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.25px;
}

body.nx-modern #header .main-menu > li:hover > a,
body.nx-modern #header .main-menu > li > a:hover {
  color: #ffffff !important;
}

body.nx-modern #header .main-menu > li > a::after {
  background: var(--nx-accent) !important;
}

body.nx-modern #header .header__counter {
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  background: var(--nx-accent) !important;
  color: #fff !important;
}

body.nx-modern .breadcrumbs {
  background: transparent;
  border: 0;
  padding: 16px 0 0;
}

body.nx-modern .outline-breadcrum {
  background: #fff;
  border: 1px solid var(--nx-border);
  border-radius: 999px;
  padding: 10px 16px;
  box-shadow: var(--nx-shadow-sm);
}

body.nx-modern .breadcrum li,
body.nx-modern .breadcrum li a {
  font-size: 12px;
  font-weight: 700;
  color: #64748b;
}

body.nx-modern .slideraltbanner .content-form {
  border-radius: var(--nx-radius-lg);
  background: linear-gradient(155deg, #0f172a 0%, #1f2937 65%, #374151 100%);
  box-shadow: var(--nx-shadow);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  overflow: hidden;
}

body.nx-modern .slideraltbanner .main-title {
  color: #fff !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18) !important;
  font-weight: 800;
  padding-bottom: 12px;
}

body.nx-modern .slideraltbanner .input-info {
  min-height: 46px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #0f172a;
  font-weight: 700;
}

body.nx-modern .slideraltbanner .submit {
  border-radius: 10px !important;
  min-height: 48px;
  font-weight: 800;
  letter-spacing: 0.4px;
}

body.nx-modern .product-item {
  border-radius: var(--nx-radius);
  border: 1px solid var(--nx-border);
  background: #fff;
  box-shadow: var(--nx-shadow-sm);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

body.nx-modern .product-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--nx-shadow);
  border-color: #cbd5e1;
}

body.nx-modern .product-item .product-collection {
  padding: 10px;
}

body.nx-modern .product-item .card__media {
  border-radius: 12px;
  overflow: hidden;
  background: var(--nx-surface-soft);
}

body.nx-modern .product-item .product-collection__title a {
  color: var(--nx-dark);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

body.nx-modern .product-item .product-collection__price .price {
  color: var(--nx-dark) !important;
  font-size: 16px;
  font-weight: 800;
}

body.nx-modern .product-item .product-collection__price .compare {
  color: #94a3b8 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  text-decoration: line-through;
  margin-right: 6px;
}

body.nx-modern .product-item .product-collection__price .current {
  color: #0f172a !important;
  font-size: 17px !important;
  font-weight: 800 !important;
}

body.nx-modern .product-item .label {
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  padding: 6px 10px;
}

body.nx-modern .product-item .label--sale {
  background: rgba(220, 38, 38, 0.1);
  color: var(--nx-danger);
}

body.nx-modern .product-item .label--new {
  background: rgba(22, 163, 74, 0.12);
  color: var(--nx-success);
}

body.nx-modern .product-item .add-to-cart,
body.nx-modern .product-item .select_options {
  border-radius: 10px;
  min-height: 42px;
  font-weight: 800;
}

body.nx-modern .cms_section .content_section {
  border-radius: var(--nx-radius-lg);
}

body.nx-modern .post-item .item {
  background: #fff;
  border: 1px solid var(--nx-border);
  border-radius: var(--nx-radius);
  overflow: hidden;
  box-shadow: var(--nx-shadow-sm);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

body.nx-modern .post-item .item:hover {
  transform: translateY(-4px);
  box-shadow: var(--nx-shadow);
}

body.nx-modern .post-item .post-info {
  padding: 16px;
}

body.nx-modern .main-content-grid .js_product_content {
  background: #fff;
  border: 1px solid var(--nx-border);
  border-radius: var(--nx-radius);
  box-shadow: var(--nx-shadow-sm);
}

body.nx-modern.nx-page-kategori .sitebar-col,
body.nx-modern.nx-page-marka .sitebar-col,
body.nx-modern.nx-page-model .sitebar-col {
  position: sticky;
  top: 118px;
  align-self: flex-start;
}

body.nx-modern .sitebar-col .widget {
  background: #fff;
  border: 1px solid var(--nx-border);
  border-radius: var(--nx-radius);
  box-shadow: var(--nx-shadow-sm);
  padding: 14px;
}

body.nx-modern .sitebar-col .widget-title {
  font-weight: 800;
  color: var(--nx-dark);
  border-bottom: 1px solid var(--nx-border);
  margin-bottom: 10px;
}

body.nx-modern .main-content .product-view,
body.nx-modern .single-product-main {
  background: #fff;
  border-radius: var(--nx-radius-lg);
  border: 1px solid var(--nx-border);
  box-shadow: var(--nx-shadow);
  padding: 16px;
}

body.nx-modern .single-product-main .price,
body.nx-modern .single-product-main .product-price {
  font-size: 28px !important;
  color: var(--nx-dark);
  font-weight: 800;
}

body.nx-modern .single-product-main .old-price,
body.nx-modern .single-product-main .price--compare {
  color: #94a3b8 !important;
  font-size: 16px !important;
}

body.nx-modern #product-single .details-thumb .zoomContainerAppendTo,
body.nx-modern #product-single .details-thumb .zoomWindowContainer,
body.nx-modern #product-single .details-thumb .zoomContainer {
  display: none !important;
}

body.nx-modern #product-single .details-thumb .image.full-item.nx-lens-ready {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  cursor: zoom-in;
  touch-action: pan-y;
}

body.nx-modern #product-single .details-thumb .image.full-item.nx-lens-ready img.main-image {
  display: block;
  width: 100%;
  user-select: none;
  -webkit-user-drag: none;
}

body.nx-modern #product-single .details-thumb .image.full-item.nx-lens-ready::after {
  content: "Yakınlaştır";
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 4;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.72);
  color: #f8fafc;
  padding: 7px 11px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2px;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

body.nx-modern #product-single .details-thumb .image.full-item.nx-lens-ready.is-lens-active::after,
body.nx-modern #product-single .details-thumb .image.full-item.nx-lens-ready:hover::after {
  opacity: 0;
  transform: translateY(4px);
}

body.nx-modern #product-single .details-thumb .nx-product-lens {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 184px;
  height: 184px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.28), 0 0 0 1px rgba(15, 23, 42, 0.08);
  background-color: #ffffff;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.86);
  transition: opacity 0.16s ease, transform 0.16s ease;
  pointer-events: none;
}

body.nx-modern #product-single .details-thumb .nx-product-lens.is-visible {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

body.nx-modern .single_add_to_cart_button,
body.nx-modern .product-form__submit,
body.nx-modern .butonok,
body.nx-modern .btn-theme-2 {
  border-radius: 12px !important;
  min-height: 48px;
  font-weight: 800;
  letter-spacing: 0.35px;
  box-shadow: 0 12px 20px rgba(15, 23, 42, 0.12);
}

body.nx-modern .cart-container,
body.nx-modern .checkout-page,
body.nx-modern .shop-page {
  background: transparent;
}

body.nx-modern.nx-page-sepet #MainContent::before,
body.nx-modern.nx-page-odeme #MainContent::before {
  display: block;
  margin: 10px auto 14px;
  max-width: 1360px;
  border-radius: 999px;
  border: 1px solid var(--nx-border);
  background: #fff;
  box-shadow: var(--nx-shadow-sm);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.35px;
  color: #475569;
  text-align: center;
  padding: 10px 14px;
}

body.nx-modern.nx-page-sepet #MainContent::before {
  content: "1. Sepet  >  2. Teslimat ve Ödeme  >  3. Sipariş Onayı";
}

body.nx-modern.nx-page-odeme #MainContent::before {
  content: "1. Sepet  >  2. Teslimat ve Ödeme  >  3. Sipariş Onayı";
}

body.nx-modern .cart-container .cart-container-left,
body.nx-modern .cart-container .cart-summary,
body.nx-modern .checkout-page .content-form,
body.nx-modern .contact-page .content-form {
  background: #fff;
  border-radius: var(--nx-radius);
  border: 1px solid var(--nx-border) !important;
  box-shadow: var(--nx-shadow-sm) !important;
}

body.nx-modern .cart-product-item,
body.nx-modern .cart-table tr {
  border-bottom: 1px solid #f1f5f9;
}

body.nx-modern .cart-summary-title,
body.nx-modern .checkout-title {
  font-size: 18px !important;
  font-weight: 800 !important;
  color: var(--nx-dark) !important;
}

body.nx-modern .alert {
  border-radius: 10px;
  border-width: 1px !important;
  font-weight: 600;
}

body.nx-modern input.form-control,
body.nx-modern select.form-control,
body.nx-modern textarea.form-control,
body.nx-modern .input-info,
body.nx-modern .input-text {
  border: 1px solid #d1d5db !important;
  border-radius: 10px !important;
  background: #fff !important;
  min-height: 46px;
  box-shadow: none !important;
  font-size: 14px;
  font-weight: 600;
  color: var(--nx-dark);
}

body.nx-modern input.form-control:focus,
body.nx-modern select.form-control:focus,
body.nx-modern textarea.form-control:focus,
body.nx-modern .input-info:focus,
body.nx-modern .input-text:focus {
  border-color: #fb923c !important;
  box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.12) !important;
}

body.nx-modern .shop-page-account .block-page-login {
  background: #fff !important;
  border: 1px solid var(--nx-border);
  border-radius: var(--nx-radius-lg) !important;
  box-shadow: var(--nx-shadow);
}

body.nx-modern .shop-page-account .wrapper_tabcontent.customer {
  background: #f8fafc;
  border: 1px solid var(--nx-border);
  border-radius: var(--nx-radius);
  padding: 12px;
}

body.nx-modern .shop-page-account .wrapper_tabcontent.customer .btn {
  background: #fff;
  border: 1px solid var(--nx-border);
  border-radius: 10px;
  color: #1e293b;
  font-weight: 700;
  margin-bottom: 8px;
}

body.nx-modern .shop-page-account .account-content .account_details {
  background: #fff;
  border: 1px solid var(--nx-border);
  border-radius: var(--nx-radius);
  box-shadow: var(--nx-shadow-sm);
  padding: 16px;
}

body.nx-modern #footer .line {
  display: none;
}

body.nx-modern #footer .main-footer {
  background: linear-gradient(180deg, #0f172a, #111827);
  border-radius: var(--nx-radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #cbd5e1;
  padding: 24px;
}

body.nx-modern #footer .main-footer a,
body.nx-modern #footer .main-footer .widget-title .txt_title {
  color: #f8fafc !important;
}

body.nx-modern #footer .footer-bottom {
  background: #fff;
  border: 1px solid var(--nx-border);
  border-radius: var(--nx-radius);
  margin-top: 12px;
  box-shadow: var(--nx-shadow-sm);
}

body.nx-modern .Etiketliste li a {
  font-size: 11px;
  border-radius: 999px;
  font-weight: 700;
  border: 1px solid #dbe3eb;
  background: #f8fafc;
}

body.nx-modern .page-404 .page-404-content {
  background: #fff;
  border: 1px solid var(--nx-border);
  border-radius: var(--nx-radius-lg);
  box-shadow: var(--nx-shadow);
  padding: 24px;
}

body.nx-modern .page-404 .back-homepage {
  border-radius: 10px;
  font-weight: 800;
}

body.nx-modern .nx-main {
  padding-top: 0;
}

body.nx-modern .nx-section {
  margin-bottom: 26px;
}

body.nx-modern .nx-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}

body.nx-modern .nx-section-head h2 {
  margin: 0;
  font-size: 28px;
  font-weight: 800;
  color: #0f172a;
}

body.nx-modern .nx-section-head a {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.35px;
}

body.nx-modern .nx-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  gap: 16px;
}

body.nx-modern .nx-hero-slider {
  position: relative;
  min-height: 410px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--nx-shadow);
  border: 1px solid #dbe5ef;
  background: #0f172a;
}

body.nx-modern .nx-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.45s ease;
}

body.nx-modern .nx-slide.active {
  opacity: 1;
  z-index: 2;
}

body.nx-modern .nx-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.nx-modern .nx-slide-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 24px;
  background: linear-gradient(180deg, rgba(2, 6, 23, 0) 0, rgba(2, 6, 23, 0.8) 65%, rgba(2, 6, 23, 0.95) 100%);
  color: #f8fafc;
}

body.nx-modern .nx-slide-overlay small {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: #fdba74;
}

body.nx-modern .nx-slide-overlay h1 {
  margin: 8px 0;
  font-size: 40px;
  line-height: 1;
  font-weight: 800;
  color: #fff;
}

body.nx-modern .nx-slide-overlay span {
  display: inline-block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.35px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: 7px 12px;
}

body.nx-modern .nx-vehicle-search {
  background: linear-gradient(165deg, #0f172a 0, #1e293b 100%);
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: var(--nx-shadow);
  padding: 20px;
  color: #e2e8f0;
}

body.nx-modern .nx-vehicle-search h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  font-weight: 800;
}

body.nx-modern .nx-vehicle-search p {
  margin: 0 0 12px;
  color: #cbd5e1;
  font-size: 13px;
}

body.nx-modern .nx-form-grid {
  display: grid;
  gap: 10px;
}

body.nx-modern .nx-form-grid select,
body.nx-modern .nx-form-grid button {
  min-height: 46px;
  border-radius: 10px;
}

body.nx-modern .nx-form-grid select {
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  background: rgba(255, 255, 255, 0.95) !important;
  color: #0f172a !important;
  font-weight: 700;
}

body.nx-modern .nx-form-grid button {
  border: 0;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.35px;
  color: #fff;
  background: linear-gradient(135deg, var(--nx-accent), var(--nx-accent-2));
}

body.nx-modern .nx-mini-trust {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

body.nx-modern .nx-mini-trust .nx-mini-trust-item {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  min-height: 40px;
  padding: 8px 9px;
  display: flex;
  align-items: center;
  gap: 8px;
}

body.nx-modern .nx-mini-trust .nx-mini-trust-item i {
  color: #fdba74;
  width: 16px;
  text-align: center;
  font-size: 12px;
}

body.nx-modern .nx-mini-trust .nx-mini-trust-item span {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  color: #e2e8f0;
  line-height: 1.2;
}

body.nx-modern .nx-category-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

body.nx-modern .nx-category-card {
  border: 1px solid #dbe5ef;
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--nx-shadow-sm);
  padding: 10px;
  text-align: center;
}

body.nx-modern .nx-category-card img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 10px;
  background: #f8fafc;
}

body.nx-modern .nx-category-card strong {
  margin-top: 8px;
  display: block;
  color: #0f172a;
  font-size: 13px;
  font-weight: 800;
}

body.nx-modern .nx-category-card span {
  display: block;
  margin-top: 5px;
  color: #64748b;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

body.nx-modern .nx-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

body.nx-modern .nx-product-card {
  border: 1px solid #dbe5ef;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--nx-shadow-sm);
  display: flex;
  flex-direction: column;
}

body.nx-modern .nx-product-image {
  position: relative;
  display: block;
  background: #f8fafc;
  overflow: hidden;
}

body.nx-modern .nx-product-image-link {
  display: block;
}

body.nx-modern .nx-product-image img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  padding: 10px;
}

body.nx-modern .nx-stock,
body.nx-modern .nx-discount {
  position: absolute;
  top: 10px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 5px 8px;
}

body.nx-modern .nx-stock {
  left: 10px;
}

body.nx-modern .nx-stock.in {
  background: rgba(22, 163, 74, 0.15);
  color: #15803d;
}

body.nx-modern .nx-stock.out {
  background: rgba(220, 38, 38, 0.16);
  color: #b91c1c;
}

body.nx-modern .nx-discount {
  right: 10px;
  background: rgba(220, 38, 38, 0.16);
  color: #b91c1c;
}

body.nx-modern .nx-mini-actions {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 32;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

body.nx-modern .nx-product-card:hover .nx-mini-actions,
body.nx-modern .nx-product-image:hover .nx-mini-actions,
body.nx-modern .nx-product-card.nx-hover .nx-mini-actions,
body.nx-modern .nx-product-card:focus-within .nx-mini-actions {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

body.nx-modern .nx-mini-action {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  border: 1px solid #dbe5ef;
  background: rgba(255, 255, 255, 0.96);
  color: #1e293b !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--nx-shadow-sm);
}

body.nx-modern .nx-mini-action i {
  font-size: 13px;
}

body.nx-modern .nx-mini-action:hover {
  border-color: #cbd5e1;
  color: var(--nx-accent-2) !important;
}

@media (hover: none), (pointer: coarse) {
  body.nx-modern .nx-mini-actions {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    transform: none;
  }
}

body.nx-modern .nx-product-body {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

body.nx-modern .nx-product-body h3 {
  margin: 0;
  min-height: 42px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 800;
}

body.nx-modern .nx-product-body h3 a {
  color: #0f172a !important;
}

body.nx-modern .nx-product-price {
  min-height: 26px;
  font-size: 16px;
  font-weight: 800;
  color: #0f172a;
}

body.nx-modern .nx-product-price .compare {
  display: inline-block;
  margin-right: 6px;
  color: #9aa4b2;
  font-size: 11px;
  font-weight: 400;
  text-decoration: line-through;
}

body.nx-modern .nx-product-price .current {
  color: #111827;
  font-size: 16px;
  font-weight: 800;
}

body.nx-modern .nx-product-actions {
  display: block;
}

body.nx-modern .nx-btn-primary {
  width: 100%;
  min-height: 44px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.35px;
  line-height: 1;
  color: #fff !important;
  background: linear-gradient(135deg, var(--nx-accent), var(--nx-accent-2));
}

body.nx-modern .nx-btn-primary i {
  font-size: 15px;
}

body.nx-modern .nx-campaign-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

body.nx-modern .nx-campaign-card {
  position: relative;
  border: 1px solid #dbe5ef;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--nx-shadow-sm);
}

body.nx-modern .nx-campaign-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

body.nx-modern .nx-campaign-card .overlay {
  position: absolute;
  inset: auto 0 0;
  padding: 16px;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0) 0, rgba(15, 23, 42, 0.86) 100%);
}

body.nx-modern .nx-campaign-card .overlay span {
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

body.nx-modern .nx-brand-strip {
  background: #fff;
  border: 1px solid #dbe5ef;
  border-radius: 14px;
  box-shadow: var(--nx-shadow-sm);
  padding: 16px;
}

body.nx-modern .nx-brand-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.nx-modern .nx-brand-list a {
  border: 1px solid #dbe5ef;
  border-radius: 999px;
  padding: 8px 12px;
  color: #334155 !important;
  background: #f8fafc;
  font-size: 12px;
  font-weight: 800;
}

body.nx-modern .nx-blog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

body.nx-modern .nx-blog-card {
  border: 1px solid #dbe5ef;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--nx-shadow-sm);
}

body.nx-modern .nx-blog-image {
  display: block;
}

body.nx-modern .nx-blog-image img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

body.nx-modern .nx-blog-body {
  padding: 12px;
}

body.nx-modern .nx-blog-body small {
  color: #64748b;
  font-size: 11px;
  font-weight: 700;
}

body.nx-modern .nx-blog-body h3 {
  margin: 8px 0;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 800;
}

body.nx-modern .nx-blog-body h3 a {
  color: #0f172a !important;
}

body.nx-modern .nx-blog-body p {
  margin: 0 0 8px;
  color: #475569;
  font-size: 13px;
}

body.nx-modern .nx-blog-body .nx-link {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

body.nx-modern .nx-review-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

body.nx-modern .nx-review-card {
  border: 1px solid #dbe5ef;
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--nx-shadow-sm);
  padding: 16px;
  display: grid;
  gap: 10px;
}

body.nx-modern .nx-review-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

body.nx-modern .nx-review-head strong {
  color: #0f172a;
  font-size: 14px;
  font-weight: 800;
}

body.nx-modern .nx-review-head span {
  color: #c2410c;
  font-size: 12px;
  font-weight: 800;
}

body.nx-modern .nx-review-card p {
  margin: 0;
  color: #334155;
  font-size: 13px;
  line-height: 1.65;
}

body.nx-modern .nx-review-card small {
  color: #64748b;
  font-size: 11px;
  font-weight: 700;
}

body.nx-modern .bossepet {
  background: #fff;
  border: 1px dashed #cbd5e1;
  border-radius: var(--nx-radius-lg);
  box-shadow: var(--nx-shadow-sm);
  padding: 24px;
}

body.nx-modern .apus-footer-mobile {
  border-top: 1px solid #dbe3eb;
  box-shadow: 0 -12px 28px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.95);
}

.nx-mobile-sticky-cta {
  position: fixed;
  z-index: 9999;
  left: 10px;
  right: 10px;
  bottom: calc(var(--nx-bottom-nav-offset) + 8px);
  padding: 10px;
  border-radius: 12px;
  background: rgba(15, 23, 42, 0.95);
  box-shadow: 0 18px 35px rgba(15, 23, 42, 0.35);
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.nx-mobile-sticky-cta span {
  color: #f8fafc;
  font-size: 12px;
  font-weight: 700;
}

.nx-mobile-sticky-cta .nx-mobile-cta-btn {
  border: 0;
  background: linear-gradient(135deg, var(--nx-accent), var(--nx-accent-2));
  color: #fff;
  border-radius: 10px;
  padding: 10px 14px;
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
}

body.nx-modern.nx-has-mobile-cta .nx-mobile-sticky-cta {
  display: flex;
}

.nx-compare-fab {
  position: fixed;
  right: 16px;
  bottom: calc(var(--nx-bottom-nav-offset) + 24px);
  z-index: 12050;
  display: none;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 12px;
  border-radius: 999px;
  background: #0f172a;
  color: #fff !important;
  box-shadow: 0 12px 30px rgba(2, 6, 23, 0.3);
}

.nx-compare-fab.is-visible {
  display: inline-flex;
}

.nx-compare-fab i {
  font-size: 14px;
}

.nx-compare-fab .nx-compare-fab-text {
  font-size: 12px;
  font-weight: 700;
}

.nx-compare-fab .nx-compare-fab-count {
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #f97316;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
}

.nx-bottom-nav {
  position: fixed;
  left: 8px;
  right: 8px;
  bottom: 0;
  z-index: 12060;
  display: none;
  align-items: stretch;
  gap: 6px;
  border-radius: 16px 16px 0 0;
  border: 1px solid rgba(203, 213, 225, 0.75);
  border-bottom: 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: 0 -10px 28px rgba(15, 23, 42, 0.2);
  padding: 8px 8px calc(8px + env(safe-area-inset-bottom));
}

body.nx-modern.nx-v1.nx-has-bottom-nav .nx-bottom-nav {
  display: flex;
}

.nx-bottom-nav a {
  position: relative;
  flex: 1;
  min-height: 52px;
  border-radius: 10px;
  color: #1f2937 !important;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 10px;
  font-weight: 800;
}

.nx-bottom-nav a i {
  font-size: 16px;
}

.nx-bottom-nav a.is-active {
  color: #ffffff !important;
  background: linear-gradient(135deg, #0f172a, #1f2937);
}

.nx-bottom-nav .nx-bottom-nav-badge {
  position: absolute;
  right: 14px;
  top: 4px;
  min-width: 16px;
  height: 16px;
  border-radius: 999px;
  border: 2px solid #ffffff;
  background: #ef4444;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  line-height: 1;
}

.nx-quickview-modal {
  position: fixed;
  inset: 0;
  z-index: 13000;
  display: none;
}

.nx-quickview-modal.is-open {
  display: block;
}

.nx-quickview-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 6, 23, 0.55);
}

.nx-quickview-panel {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(760px, calc(100% - 24px));
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(2, 6, 23, 0.45);
  overflow: hidden;
}

.nx-quickview-close {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: #f1f5f9;
  color: #0f172a;
  font-size: 24px;
  line-height: 1;
}

.nx-quickview-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 14px;
  padding: 18px;
}

.nx-quickview-image-wrap {
  border: 1px solid #dbe5ef;
  border-radius: 12px;
  background: #f8fafc;
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nx-quickview-image {
  max-width: 100%;
  max-height: 280px;
  object-fit: contain;
}

.nx-quickview-title {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.15;
}

.nx-quickview-price {
  margin-bottom: 12px;
}

.nx-quickview-actions {
  display: flex;
}

.nx-quickview-detail {
  min-height: 42px;
  border-radius: 10px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--nx-accent), var(--nx-accent-2));
  color: #fff !important;
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
}

body.nx-modal-open {
  overflow: hidden;
}

body.nx-modern .nx-input-invalid {
  border-color: #ef4444 !important;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.12) !important;
}

body.nx-modern .kargo-rozetleri .badge,
body.nx-modern .badge {
  border-radius: 999px;
}

body.nx-modern #MainContent {
  padding-bottom: 20px;
}

body.nx-modern .outline-breadcrum {
  margin: 14px 0 18px;
  border-radius: 14px;
  border: 1px solid #dbe5ef;
  background: #fff;
  box-shadow: var(--nx-shadow-sm);
}

body.nx-modern .outline-breadcrum .breadcrum li,
body.nx-modern .outline-breadcrum .breadcrum a {
  font-weight: 700;
  color: #475569;
}

body.nx-modern .outline-breadcrum .breadcrum li:last-child {
  color: #0f172a;
}

body.nx-modern .wrap_title .section-title {
  margin-bottom: 14px;
  font-size: 26px;
  line-height: 1.05;
  font-weight: 800;
  color: #0f172a;
}

body.nx-modern .main-content-grid .js_categories_content > .container,
body.nx-modern .main-content.shop-page,
body.nx-modern .main-content.shop-page-account {
  padding-top: 8px;
}

body.nx-modern .facets-wrapper .facets-container {
  background: #fff;
  border: 1px solid var(--nx-border);
  border-radius: var(--nx-radius);
  box-shadow: var(--nx-shadow-sm);
  padding: 12px;
}

body.nx-modern .facets__summary {
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  padding: 11px 12px;
  font-weight: 800;
  color: #0f172a;
}

body.nx-modern .facets-wrap .list-menu__item > a {
  border-radius: 8px;
  color: #334155 !important;
  font-weight: 700;
  padding: 7px 8px;
  display: block;
}

body.nx-modern .facets-wrap .list-menu__item > a:hover {
  background: #f1f5f9;
}

body.nx-modern .facet-filters.sorting {
  border: 1px solid var(--nx-border);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--nx-shadow-sm);
  padding: 10px 12px;
  margin-bottom: 12px;
}

body.nx-modern .facet-filters__label label {
  font-size: 12px;
  font-weight: 800;
  color: #334155;
}

body.nx-modern .facet-filters .select__select {
  min-height: 40px;
  border-radius: 10px;
  border: 1px solid #d5dee8;
  font-size: 13px;
  font-weight: 700;
}

body.nx-modern .mobile-facets__open {
  border-radius: 10px;
  border: 1px solid #d5dee8;
  box-shadow: var(--nx-shadow-sm);
}

body.nx-modern .pagination-wrapper {
  margin-top: 18px;
}

body.nx-modern .pagination__list {
  gap: 6px;
  justify-content: center;
}

body.nx-modern .pagination__item {
  min-width: 38px;
  min-height: 38px;
  border-radius: 10px;
  border: 1px solid #dbe5ef;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #0f172a;
}

body.nx-modern .pagination__item.pagination__item--current {
  border-color: #fb923c;
  background: #fff7ed;
  color: #c2410c !important;
}

body.nx-modern .product-item .product-image__overlay-bottom {
  position: absolute;
  inset: 10px 10px auto auto;
  display: block !important;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 6;
}

body.nx-modern .product-item:hover .product-image__overlay-bottom {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}

body.nx-modern .product-item .card__media,
body.nx-modern .product-item .product-collection__image,
body.nx-modern .product-item .product-collection {
  position: relative;
}

body.nx-modern .product-image__overlay-bottom .group-button .inner {
  display: grid;
  gap: 6px;
}

body.nx-modern .product-image__overlay-bottom .group-button .inner > a {
  width: 34px;
  min-width: 34px;
  height: 34px;
  border-radius: 9px;
  border: 1px solid #dbe5ef;
  background: rgba(255, 255, 255, 0.95);
  color: #1e293b !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--nx-shadow-sm);
  transition: transform 0.18s ease, border-color 0.18s ease;
}

body.nx-modern .product-image__overlay-bottom .group-button .inner > a:hover {
  transform: translateY(-2px);
  border-color: #cbd5e1;
}

body.nx-modern .product-image__overlay-bottom .group-button .inner > a i {
  margin: 0;
  font-size: 13px;
}

body.nx-modern .product-image__overlay-bottom .group-button .inner > a .text {
  display: none !important;
}

body.nx-modern .button-cart-bottom .add-to-cart {
  border-radius: 10px !important;
  width: 100%;
  min-height: 44px;
  padding: 0 12px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.35px;
  border: 0 !important;
  background: linear-gradient(135deg, var(--nx-accent), var(--nx-accent-2)) !important;
  color: #fff !important;
}

body.nx-modern .button-cart-bottom .add-to-cart::before {
  content: "\f07a";
  font-family: FontAwesome;
  font-size: 14px;
}

body.nx-modern .button-cart-bottom .add-to-cart .text {
  display: inline-block;
  font-size: 11px;
}

body.nx-modern .compare-wishlist {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

body.nx-modern .compare-wishlist > a {
  border: 1px solid #dbe5ef;
  border-radius: 10px;
  background: #fff;
  min-height: 42px;
  width: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #1e293b !important;
}

body.nx-modern .compare-wishlist > a .text {
  display: none;
}

body.nx-modern .compare {
  border: 1px solid var(--nx-border);
  border-radius: var(--nx-radius);
  background: #fff;
  box-shadow: var(--nx-shadow-sm);
}

body.nx-modern .compare table {
  margin-bottom: 0;
}

body.nx-modern .compare .compare__title {
  background: #f8fafc;
}

body.nx-modern .compare .compare__title h3 {
  font-size: 13px;
  font-weight: 800;
  color: #1e293b;
}

body.nx-modern .shop-page-account .wrapper_tabcontent.customer h3 {
  border-radius: 10px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

body.nx-modern .shop-page-account .wrapper_tabcontent.customer .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
}

body.nx-modern .shop-page-account .wrapper_tabcontent.customer .btn i {
  width: 18px;
  text-align: center;
}

body.nx-modern .shop-page-account .account_details h3,
body.nx-modern .checkout-title {
  margin-bottom: 12px !important;
  border-radius: 10px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 10px 12px;
}

body.nx-modern .main-content.shop-page,
body.nx-modern .main-content.shop-page-account,
body.nx-modern .main-content-blog,
body.nx-modern .main-content-grid {
  background: transparent;
}

body.nx-modern .shop-page .content-form,
body.nx-modern .shop-page .login-register-form,
body.nx-modern .single-blog .single-content,
body.nx-modern .single-blog .content-form,
body.nx-modern .shop-page-account .account_details,
body.nx-modern .shop-page-account .block-page-login {
  border-radius: var(--nx-radius);
  border: 1px solid var(--nx-border);
  background: #fff;
  box-shadow: var(--nx-shadow-sm);
}

body.nx-modern .shop-page .login-register-form,
body.nx-modern .single-blog .single-content,
body.nx-modern .single-blog .content-form {
  padding: 18px;
}

body.nx-modern .shop-page .content-form label,
body.nx-modern .shop-page-account .account_details label,
body.nx-modern .single-blog .content-form label {
  position: static !important;
  top: auto !important;
  left: auto !important;
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 800;
  color: #334155;
  background: transparent !important;
}

body.nx-modern .shop-page .content-form .kutu,
body.nx-modern .shop-page-account .account_details .kutu {
  border: 1px solid #dbe5ef;
  border-radius: 10px;
  background: #f8fafc;
  padding: 10px 12px;
}

body.nx-modern .shop-page .content-form textarea.form-control,
body.nx-modern .shop-page-account .account_details textarea.form-control {
  min-height: 140px;
  line-height: 1.45;
  padding: 12px;
}

body.nx-modern .shop-page-account .account_details table,
body.nx-modern .shop-page-account .account_details .table,
body.nx-modern .shop-page .content-form table,
body.nx-modern .shop-page .content-form .table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  overflow: hidden;
}

body.nx-modern .shop-page-account .account_details table thead th,
body.nx-modern .shop-page .content-form table thead th {
  background: #f8fafc;
  color: #334155;
  font-size: 12px;
  font-weight: 800;
  border-bottom: 1px solid #e2e8f0;
}

body.nx-modern .shop-page-account .account_details table td,
body.nx-modern .shop-page .content-form table td {
  border-bottom: 1px solid #eef2f7;
  padding: 10px 8px;
  font-weight: 600;
  color: #334155;
}

body.nx-modern .shop-page-account .account_details table tbody tr:last-child td,
body.nx-modern .shop-page .content-form table tbody tr:last-child td {
  border-bottom: 0;
}

body.nx-modern .shop-page-account .wrapper_tabcontent.customer .btn,
body.nx-modern .shop-page-account .wrapper_tabcontent.customer .btn-link {
  border-radius: 10px;
  min-height: 42px;
  font-size: 13px;
}

body.nx-modern .shop-page-account .wrapper_tabcontent.customer .btn-link {
  justify-content: flex-start;
  padding: 10px 12px;
}

body.nx-modern .shop-page-account .wrapper_tabcontent.customer .btn-link i {
  margin-right: 8px;
}

body.nx-modern .single-blog .main-content-blog h1,
body.nx-modern .single-blog .main-content-blog h2,
body.nx-modern .single-blog .main-content-blog h3 {
  color: #0f172a;
  font-weight: 800;
}

body.nx-modern .single-blog .main-content-blog p,
body.nx-modern .single-blog .main-content-blog li {
  color: #334155;
  line-height: 1.65;
}

@media (max-width: 1199px) {
  body.nx-modern.nx-v1 .nx-main-wrap {
    grid-template-columns: 180px minmax(220px, 1fr) auto;
    gap: 12px;
  }

  body.nx-modern.nx-v1 .nx-actions .nx-action-icon-btn {
    width: 42px;
    height: 42px;
  }

  body.nx-modern .slideraltbanner {
    margin-top: 12px;
  }
}

@media (max-width: 991px) {
  body.nx-modern .container {
    max-width: 100% !important;
  }

  body.nx-modern .outline-breadcrum {
    border-radius: 12px;
  }

  body.nx-modern .main-footer {
    border-radius: 14px !important;
  }

  body.nx-modern.nx-page-kategori .sitebar-col,
  body.nx-modern.nx-page-marka .sitebar-col,
  body.nx-modern.nx-page-model .sitebar-col {
    position: static;
  }

  body.nx-modern.nx-v1 .nx-main-wrap {
    grid-template-columns: 1fr auto;
  }

  body.nx-modern.nx-v1 .nx-logo {
    min-height: 56px;
    padding: 6px 10px;
    border-radius: 12px;
  }

  body.nx-modern.nx-v1 .nx-logo img {
    height: 46px;
    max-height: 46px;
  }

  body.nx-modern.nx-v1 .nx-search {
    grid-column: 1 / -1;
    order: 3;
  }

  body.nx-modern.nx-v1 .nx-actions {
    display: none;
  }

  body.nx-modern.nx-v1 .nx-mobile-toggle {
    display: flex;
  }

  body.nx-modern.nx-v1 .nx-mobile-quick {
    display: flex;
    gap: 8px;
    margin-top: 10px;
    padding-bottom: 10px;
  }

  body.nx-modern.nx-v1 .nx-mobile-quick a {
    border: 1px solid #d5dee8;
    border-radius: 10px;
    background: #f8fafc;
    color: #1e293b !important;
    width: 42px;
    min-width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  body.nx-modern.nx-v1 .nx-mobile-quick a i {
    font-size: 14px;
  }

  body.nx-modern.nx-v1 .nx-mobile-quick a .nx-action-badge {
    right: -5px;
    top: -5px;
  }

  body.nx-modern.nx-v1 .nx-nav-wrap {
    position: relative;
    z-index: 2147483100;
  }

  body.nx-modern.nx-v1 .nx-nav {
    display: none;
    position: fixed;
    left: 12px;
    right: 12px;
    top: 116px;
    flex-direction: column;
    align-items: stretch;
    min-height: auto;
    padding: 8px 0;
    border-radius: 14px;
    border: 1px solid rgba(203, 213, 225, 0.3);
    background: linear-gradient(180deg, #0f172a 0%, #111827 100%);
    box-shadow: 0 22px 45px rgba(2, 6, 23, 0.35);
    max-height: calc(100vh - 130px);
    overflow-y: auto;
    z-index: 2147483200;
  }

  body.nx-modern.nx-v1 .nx-nav.nx-open {
    display: flex;
  }

  body.nx-modern.nx-v1 .nx-nav > a,
  body.nx-modern.nx-v1 .nx-nav-item > a {
    padding: 12px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  body.nx-modern.nx-v1 .nx-mega {
    position: static;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    padding: 4px 10px 8px;
    background: transparent;
  }

  body.nx-modern.nx-v1 .nx-mega a {
    color: #cbd5e1 !important;
    padding-left: 22px;
  }

  body.nx-modern.nx-v1 .nx-mega.nx-mega-columns {
    min-width: 0;
    grid-template-columns: 1fr;
  }

  body.nx-modern.nx-v1 .nx-trust-row {
    grid-template-columns: repeat(2, 1fr);
  }

  body.nx-modern.nx-v1 .nx-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  body.nx-modern .nx-hero-grid {
    grid-template-columns: 1fr;
  }

  body.nx-modern .nx-hero-slider {
    min-height: 310px;
  }

  body.nx-modern .nx-slide-overlay h1 {
    font-size: 30px;
  }

  body.nx-modern .nx-category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  body.nx-modern .nx-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.nx-modern .nx-campaign-grid {
    grid-template-columns: 1fr 1fr;
  }

  body.nx-modern .nx-blog-grid {
    grid-template-columns: 1fr 1fr;
  }

  body.nx-modern .nx-review-grid {
    grid-template-columns: 1fr 1fr;
  }
}

body.nx-modern.nx-v1.nx-menu-open {
  overflow: hidden;
}

body.nx-modern.nx-v1.nx-menu-open .main {
  pointer-events: none;
}

.nx-menu-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(2, 6, 23, 0.44);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 11980;
}

.nx-menu-backdrop.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media (max-width: 767px) {
  body.nx-modern #product-single .details-thumb .image.full-item.nx-lens-ready {
    cursor: default;
  }

  body.nx-modern #product-single .details-thumb .image.full-item.nx-lens-ready::after {
    content: "Dokun ve gezdir";
    left: 12px;
    bottom: 12px;
    padding: 6px 10px;
    font-size: 10px;
  }

  body.nx-modern #product-single .details-thumb .nx-product-lens {
    width: 148px;
    height: 148px;
  }

  body.nx-modern .slideraltbanner .main-title {
    font-size: 15px !important;
  }

  body.nx-modern .product-item {
    border-radius: 12px;
  }

  body.nx-modern.nx-v1 .nx-top-wrap {
    gap: 8px;
    font-size: 11px;
  }

  body.nx-modern.nx-v1 .nx-top-wrap a {
    display: none;
  }

  body.nx-modern.nx-v1 .nx-mobile-quick {
    justify-content: center;
  }

  body.nx-modern.nx-v1 .nx-trust-row {
    grid-template-columns: 1fr;
  }

  body.nx-modern.nx-v1 .nx-footer-grid {
    grid-template-columns: 1fr;
  }

  body.nx-modern.nx-v1 .nx-newsletter {
    flex-direction: column;
  }

  body.nx-modern .nx-mini-trust {
    gap: 6px;
  }

  body.nx-modern .nx-mini-trust .nx-mini-trust-item {
    min-height: 36px;
    padding: 7px 8px;
  }

  body.nx-modern .nx-mini-trust .nx-mini-trust-item span {
    font-size: 10px;
  }

  body.nx-modern.nx-v1 .nx-sub-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  body.nx-modern .nx-section-head h2 {
    font-size: 22px;
  }

  body.nx-modern .nx-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.nx-modern .nx-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.nx-modern .nx-product-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.nx-modern .nx-campaign-grid {
    grid-template-columns: 1fr;
  }

  body.nx-modern .nx-blog-grid {
    grid-template-columns: 1fr;
  }

  body.nx-modern .nx-review-grid {
    grid-template-columns: 1fr;
  }

  .nx-compare-fab {
    right: 10px;
    bottom: calc(var(--nx-bottom-nav-offset) + 20px);
  }

  .nx-quickview-body {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .nx-quickview-image-wrap {
    min-height: 210px;
  }

  .nx-quickview-image {
    max-height: 210px;
  }
}

@media (min-width: 992px) {
  .nx-bottom-nav {
    display: none !important;
  }

  body.nx-modern.nx-v1.nx-has-bottom-nav .main {
    padding-bottom: 0 !important;
  }
}

body.nx-modern .nx-panel {
  border: 1px solid var(--nx-border);
  border-radius: var(--nx-radius);
  background: #fff;
  box-shadow: var(--nx-shadow-sm);
  padding: 16px;
}

body.nx-modern .nx-btn-primary,
body.nx-modern .nx-btn-secondary {
  border: 0;
  min-height: 46px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 16px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

body.nx-modern .nx-btn-primary {
  color: #fff !important;
  background: linear-gradient(135deg, var(--nx-accent), var(--nx-accent-2));
}

body.nx-modern .nx-btn-secondary {
  color: #fff !important;
  background: linear-gradient(135deg, #0f172a, #1f2937);
}

body.nx-modern .nx-btn-block {
  width: 100%;
}

body.nx-modern .nx-inline-alert {
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  min-height: 48px;
  padding: 11px 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 12px;
}

body.nx-modern .nx-inline-alert.success {
  border-color: #bbf7d0;
  background: #f0fdf4;
  color: #166534;
}

body.nx-modern .nx-inline-alert.warning {
  border-color: #fed7aa;
  background: #fff7ed;
  color: #9a3412;
}

body.nx-modern .nx-cart-item {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  margin-bottom: 12px;
}

body.nx-modern .nx-cart-item:last-child {
  margin-bottom: 0;
}

body.nx-modern .nx-cart-item-form .cart-product-quantity-changer {
  border: 1px solid #dbe5ef;
  border-radius: 10px;
  height: auto;
}

body.nx-modern .nx-cart-item-form .cart-product-quantity-changer button {
  border: 0;
  background: transparent;
}

body.nx-modern .nx-cart-item-form .cart-product-quantity-changer input {
  border: 0 !important;
  background: transparent !important;
  font-weight: 700;
}

body.nx-modern .nx-badge-inline {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border: 1px solid #dbe5ef;
  border-radius: 999px;
  padding: 6px 10px;
  background: #f8fafc;
  color: #334155;
  font-size: 11px;
  font-weight: 800;
  margin-top: 8px;
}

body.nx-modern .nx-cart-promo-grid {
  margin-top: 14px;
  display: grid;
  gap: 10px;
}

body.nx-modern .nx-inline-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

body.nx-modern .nx-inline-form .form-control {
  margin-bottom: 0;
}

body.nx-modern .nx-mini-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #dc2626;
  color: #fff !important;
  font-size: 11px;
  margin-left: 6px;
}

body.nx-modern .nx-checkout-form .nx-form-panel {
  margin-bottom: 14px;
}

body.nx-modern .nx-checkout-form .checkout-title {
  margin-bottom: 14px !important;
}

body.nx-modern .nx-radio-line {
  min-height: 50px;
  display: flex;
  align-items: center;
  gap: 8px;
}

body.nx-modern .nx-radio-line input[type="radio"] {
  margin: 0;
  width: 18px;
  height: 18px;
}

body.nx-modern .nx-radio-line .radio-label {
  top: auto !important;
  position: static;
  font-size: 13px;
  color: #0f172a;
}

body.nx-modern .nx-policy-wrap {
  margin-top: 4px;
}

body.nx-modern .nx-policy-check {
  display: flex !important;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  font-size: 13px;
  font-weight: 700 !important;
  color: #334155;
}

body.nx-modern .nx-policy-check input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin-top: 2px;
}

body.nx-modern .nx-payment-methods .odemetablo {
  background: #f8fafc;
  border-radius: 10px;
  border-bottom: 8px solid #fff;
}

body.nx-modern .nx-payment-methods .custom-control-inline {
  width: 100%;
  margin: 0;
  padding: 10px 12px;
}

body.nx-modern .nx-payment-methods .custom-control-input {
  width: 16px;
  height: 16px;
}

body.nx-modern .nx-payment-methods .custom-control-label {
  position: static;
  float: none;
  top: auto;
  left: auto;
  background: transparent;
  margin: 0 0 0 8px;
}

body.nx-modern .nx-auth-shell {
  max-width: 1024px;
  margin: 6px auto 18px;
  padding: 22px;
}

body.nx-modern .nx-auth-head {
  margin-bottom: 16px;
}

body.nx-modern .nx-auth-head h1 {
  font-size: 34px;
  margin-bottom: 6px;
}

body.nx-modern .nx-auth-head p {
  color: #475569;
  font-weight: 600;
  margin: 0;
}

body.nx-modern .nx-auth-switchers {
  display: grid;
  gap: 10px;
  margin-bottom: 14px;
}

body.nx-modern .nx-auth-segment {
  border: 1px solid #dbe5ef;
  border-radius: 12px;
  background: #f8fafc;
  padding: 4px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}

body.nx-modern .nx-auth-segment-btn {
  min-height: 42px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #334155;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

body.nx-modern .nx-auth-segment-btn.is-active {
  color: #fff;
  background: linear-gradient(135deg, #0f172a, #1f2937);
}

body.nx-modern .nx-auth-panels {
  margin-top: 6px;
}

body.nx-modern .nx-auth-panel {
  display: none;
}

body.nx-modern .nx-auth-panel.is-active {
  display: block;
}

body.nx-modern .nx-auth-form {
  display: grid;
  gap: 10px;
}

body.nx-modern .nx-auth-form .form-control {
  margin-bottom: 0;
}

body.nx-modern .nx-auth-link {
  font-size: 12px;
  font-weight: 800;
}

body.nx-modern .nx-link-btn {
  border: 0;
  background: transparent;
  color: #0b4aa1;
  font-weight: 800;
  padding: 0;
  text-decoration: underline;
}

body.nx-modern .nx-auth-modal {
  position: fixed;
  inset: 0;
  z-index: 13000;
  display: none;
}

body.nx-modern .nx-auth-modal.is-open {
  display: block;
}

body.nx-modern .nx-auth-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 6, 23, 0.55);
}

body.nx-modern .nx-auth-modal-dialog {
  position: relative;
  width: min(760px, calc(100% - 20px));
  margin: 48px auto;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #dbe5ef;
  box-shadow: var(--nx-shadow);
  overflow: hidden;
}

body.nx-modern .nx-auth-modal-header,
body.nx-modern .nx-auth-modal-footer {
  padding: 12px 14px;
  border-bottom: 1px solid #e2e8f0;
}

body.nx-modern .nx-auth-modal-footer {
  border-top: 1px solid #e2e8f0;
  border-bottom: 0;
}

body.nx-modern .nx-auth-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body.nx-modern .nx-auth-modal-header h3 {
  margin: 0;
  font-size: 20px;
}

body.nx-modern .nx-auth-modal-header button {
  border: 0;
  background: transparent;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  font-size: 23px;
  line-height: 1;
}

body.nx-modern .nx-auth-modal-body {
  max-height: min(58vh, 520px);
  overflow: auto;
  padding: 14px;
}

body.nx-modern .product-image__overlay-bottom .group-button .inner > a,
body.nx-modern .compare-wishlist > a {
  position: relative;
}

body.nx-modern .product-image__overlay-bottom .group-button .inner > a.is-active,
body.nx-modern .compare-wishlist > a.is-active,
body.nx-modern .nx-mini-actions a.is-active {
  border-color: #fb923c !important;
  background: #fff7ed !important;
  color: #c2410c !important;
}

body.nx-modern .product-image__overlay-bottom .group-button .inner > a.is-active i,
body.nx-modern .compare-wishlist > a.is-active i {
  color: #c2410c !important;
}

body.nx-modern .nx-action-marker {
  position: absolute;
  top: -8px;
  right: -8px;
  border-radius: 999px;
  background: #0f172a;
  color: #fff;
  padding: 2px 7px;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.1;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 0.18s ease, transform 0.18s ease;
  pointer-events: none;
  z-index: 3;
}

body.nx-modern .nx-action-marker.is-visible {
  opacity: 1;
  transform: translateY(0);
}

body.nx-modern .nx-swal-popup {
  border-radius: 16px !important;
  border: 1px solid #dbe5ef !important;
  padding: 16px !important;
}

body.nx-modern .nx-swal-card {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  gap: 12px;
  text-align: left;
  align-items: center;
}

body.nx-modern .nx-swal-media {
  min-height: 80px;
  border-radius: 10px;
  overflow: hidden;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}

body.nx-modern .nx-swal-media img {
  width: 100%;
  height: 80px;
  object-fit: cover;
}

body.nx-modern .nx-swal-content h3 {
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 1.1;
}

body.nx-modern .nx-swal-content .nx-swal-price {
  font-size: 15px;
  font-weight: 800;
}

body.nx-modern .nx-swal-btn {
  border: 0 !important;
  min-height: 42px !important;
  border-radius: 11px !important;
  padding: 0 14px !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  color: #fff !important;
  background: linear-gradient(135deg, var(--nx-accent), var(--nx-accent-2)) !important;
}

body.nx-modern .nx-swal-btn-alt {
  background: linear-gradient(135deg, #0f172a, #1f2937) !important;
}

body.nx-modern .whatsappikon {
  background: linear-gradient(135deg, #16a34a, #15803d) !important;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  border-radius: 12px;
  color: #fff !important;
  font-size: 13px;
  font-weight: 800;
  margin-top: 10px;
}

@media (max-width: 991px) {
  body.nx-modern .nx-inline-form {
    grid-template-columns: 1fr;
  }

  body.nx-modern .nx-auth-shell {
    padding: 14px;
  }

  body.nx-modern .nx-auth-head h1 {
    font-size: 28px;
  }
}

/* Checkout/cart override v2 */
body.nx-modern.nx-page-sepet #MainContent::before,
body.nx-modern.nx-page-odeme #MainContent::before {
  display: none !important;
  content: none !important;
}

body.nx-modern .nx-order-flow {
  padding-top: 8px;
}

body.nx-modern .nx-flow-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 14px;
}

body.nx-modern .nx-flow-steps span {
  min-height: 50px;
  border: 1px solid #dbe5ef;
  border-radius: 13px;
  background: #fff;
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  box-shadow: var(--nx-shadow-sm);
  opacity: 0;
  transform: translateY(8px);
  animation: nxStepEnter 0.38s ease forwards;
}

body.nx-modern .nx-flow-steps span:nth-child(1) {
  animation-delay: 0.02s;
}

body.nx-modern .nx-flow-steps span:nth-child(2) {
  animation-delay: 0.12s;
}

body.nx-modern .nx-flow-steps span:nth-child(3) {
  animation-delay: 0.22s;
}

body.nx-modern .nx-flow-steps span i {
  color: #94a3b8;
}

body.nx-modern .nx-flow-steps span.is-active {
  border-color: #fdba74;
  background: linear-gradient(135deg, #fff7ed, #fff);
  color: #9a3412;
  box-shadow: 0 10px 22px rgba(249, 115, 22, 0.2);
}

body.nx-modern .nx-flow-steps span.is-active i {
  color: #ea580c;
  animation: nxIconPulse 1.3s ease-in-out infinite;
}

body.nx-modern .nx-cart-shell {
  display: grid;
  gap: 16px;
}

body.nx-modern .nx-cart-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

body.nx-modern .nx-cart-toolbar-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

body.nx-modern .nx-btn-muted {
  background: linear-gradient(135deg, #334155, #1f2937) !important;
}

body.nx-modern .nx-cart-toolbar h1 {
  margin: 0 0 4px;
  font-size: 30px;
  line-height: 1.1;
}

body.nx-modern .nx-cart-toolbar p {
  margin: 0;
  color: #475569;
  font-weight: 600;
}

body.nx-modern .nx-cart-items-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

body.nx-modern .nx-cart-items-head h2 {
  margin: 0;
  font-size: 22px;
}

body.nx-modern .nx-soft-pill {
  border: 1px solid #fde3c7;
  border-radius: 999px;
  background: #fff7ed;
  color: #9a3412;
  padding: 6px 11px;
  font-size: 11px;
  font-weight: 800;
}

body.nx-modern .cart-product-container.nx-cart-item {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  box-shadow: var(--nx-shadow-sm);
  padding: 14px;
  background: #fff;
}

body.nx-modern .nx-cart-item .cart-product-container-left a {
  display: block;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  padding: 8px;
}

body.nx-modern .nx-cart-item .cart-product-container-left img {
  width: 100%;
  height: 90px;
  object-fit: contain;
}

body.nx-modern .nx-cart-item .cart-product-title h2 {
  margin: 0;
  font-size: 17px;
  font-weight: 800;
}

body.nx-modern .nx-cart-item .cart-product-variant-title h3 {
  margin: 6px 0 0;
  font-size: 12px;
  color: #64748b;
  font-weight: 700;
}

body.nx-modern .nx-cart-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 10px;
  color: #334155;
  font-size: 12px;
  font-weight: 700;
}

body.nx-modern .nx-cart-meta i {
  color: #f97316;
  margin-right: 3px;
}

body.nx-modern .nx-cart-item .newfiyat,
body.nx-modern .nx-cart-item .cart-product-prices {
  margin-top: 8px;
  font-size: 20px;
  font-weight: 900;
  color: #0f172a;
}

body.nx-modern .nx-cart-item-form {
  display: grid;
  justify-items: end;
  gap: 10px;
}

body.nx-modern .nx-cart-item-form .cart-product-quantity-changer {
  border: 1px solid #dbe5ef;
  border-radius: 12px;
  background: #fff;
  min-height: 44px;
  display: grid;
  grid-template-columns: 34px 52px 34px;
  align-items: center;
  justify-items: center;
  padding: 0 4px;
}

body.nx-modern .nx-cart-item-form .cart-product-quantity-changer input {
  font-weight: 800;
  color: #0f172a;
  text-align: center;
  width: 100%;
}

body.nx-modern .nx-cart-item-form .cart-product-remove {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #475569;
}

body.nx-modern .nx-cart-item-form .cart-product-remove:hover {
  border-color: #fecaca;
  color: #dc2626;
  background: #fff5f5;
}

body.nx-modern .nx-cart-promo-grid {
  margin-top: 14px;
  display: grid;
  gap: 10px;
}

body.nx-modern .nx-cart-promo-head h3 {
  margin: 0;
  font-size: 17px;
}

body.nx-modern .nx-cart-promo-head p {
  margin: 3px 0 0;
  color: #64748b;
  font-size: 13px;
  font-weight: 600;
}

body.nx-modern .nx-summary-card {
  border-radius: 16px;
  overflow: hidden;
}

body.nx-modern .nx-summary-card table {
  margin-bottom: 12px;
}

body.nx-modern .nx-summary-card table td {
  padding: 8px 0;
  font-size: 14px;
  font-weight: 700;
  color: #334155;
}

body.nx-modern .nx-summary-card .cart-summary-total-price {
  color: #0f172a;
  font-size: 24px;
  font-weight: 900;
}

body.nx-modern .nx-summary-negative td {
  color: #dc2626 !important;
}

body.nx-modern .nx-summary-badges {
  display: grid;
  gap: 7px;
  margin: 10px 0 14px;
}

body.nx-modern .nx-summary-badges span {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #f8fafc;
  min-height: 38px;
  padding: 0 11px;
  color: #334155;
  font-size: 12px;
  font-weight: 700;
}

body.nx-modern .nx-summary-badges i {
  color: #16a34a;
}

body.nx-modern .nx-sticky-summary {
  position: sticky;
  top: 106px;
}

body.nx-modern .nx-section-note {
  margin: 0 0 12px;
  color: #64748b;
  font-size: 13px;
  font-weight: 600;
}

body.nx-modern.nx-page-odeme .nx-form-panel label,
body.nx-modern.nx-page-odeme .nx-checkout-form label {
  position: static !important;
  top: auto !important;
  left: auto !important;
  display: block;
  margin: 0 0 6px;
  background: transparent !important;
  font-size: 12px;
  font-weight: 800;
  color: #334155;
}

body.nx-modern.nx-page-odeme .nx-checkout-form .form-control {
  min-height: 46px;
  border-radius: 10px !important;
  margin-bottom: 0;
  padding: 0 12px;
}

body.nx-modern.nx-page-odeme .nx-checkout-form textarea.form-control {
  min-height: 118px;
  padding: 12px;
}

body.nx-modern.nx-page-odeme .nx-shopify-checkout .nx-panel {
  border-radius: 16px;
  border: 1px solid #dbe5ef;
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.08);
  background: #ffffff;
  padding: 18px;
}

body.nx-modern.nx-page-odeme .nx-shopify-checkout .nx-form-panel {
  padding: 22px;
}

body.nx-modern.nx-page-odeme .nx-shopify-checkout .nx-section-note {
  margin-bottom: 14px;
}

body.nx-modern.nx-page-odeme .nx-shopify-checkout .form-control {
  min-height: 52px;
  border-radius: 12px !important;
  border: 1px solid #cbd5e1;
  padding: 0 14px;
  font-size: 14px;
  font-weight: 600;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
}

body.nx-modern.nx-page-odeme .nx-shopify-checkout textarea.form-control {
  min-height: 130px;
  padding: 12px 14px;
  line-height: 1.45;
  resize: vertical;
}

body.nx-modern.nx-page-odeme .nx-shopify-checkout .form-control:focus {
  border-color: #0b4aa1;
  box-shadow: 0 0 0 0.18rem rgba(11, 74, 161, 0.15);
}

body.nx-modern.nx-page-odeme .nx-shopify-checkout .nx-choice-card {
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid #d5e3f1;
  min-height: 54px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

body.nx-modern.nx-page-odeme .nx-shopify-checkout .nx-choice-card:hover {
  border-color: #94a3b8;
  background: #f1f5f9;
}

body.nx-modern.nx-page-odeme .nx-shopify-checkout .nx-choice-card:has(input[type="radio"]:checked) {
  border-color: #0b4aa1;
  box-shadow: 0 0 0 0.16rem rgba(11, 74, 161, 0.14);
  background: #f0f7ff;
}

body.nx-modern.nx-page-odeme .nx-shopify-checkout .nx-payment-methods .odemetablo {
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

body.nx-modern.nx-page-odeme .nx-shopify-checkout .nx-payment-methods .odemetablo:hover {
  transform: translateY(-1px);
  border-color: #94a3b8;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
}

body.nx-modern.nx-page-odeme .nx-shopify-checkout .nx-pay-option .yontemyazi {
  font-size: 15px;
  font-weight: 800;
}

body.nx-modern.nx-page-odeme .nx-mobile-checkout-bar {
  display: none;
}

@media (max-width: 991.98px) {
  body.nx-modern.nx-page-odeme .nx-shopify-checkout .nx-form-panel {
    padding: 16px;
  }

  body.nx-modern.nx-page-odeme .nx-shopify-checkout .nx-panel {
    border-radius: 14px;
  }

  body.nx-modern.nx-page-odeme .nx-shopify-checkout .form-control {
    min-height: 50px;
  }

  body.nx-modern.nx-page-odeme .nx-mobile-checkout-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 13020;
    display: block;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff 34%);
    pointer-events: none;
  }

  body.nx-modern.nx-page-odeme .nx-mobile-checkout-bar-inner {
    pointer-events: auto;
    border: 1px solid #d5e3f1;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.18);
    padding: 10px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
  }

  body.nx-modern.nx-page-odeme .nx-mobile-total {
    display: grid;
    gap: 3px;
  }

  body.nx-modern.nx-page-odeme .nx-mobile-total small {
    font-size: 11px;
    color: #64748b;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.25px;
  }

  body.nx-modern.nx-page-odeme .nx-mobile-total strong {
    font-size: 18px;
    color: #0f172a;
    font-weight: 900;
    line-height: 1.1;
  }

  body.nx-modern.nx-page-odeme .nx-mobile-submit {
    min-height: 48px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, #0f172a, #1f2937);
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    padding: 0 16px;
    white-space: nowrap;
  }

  body.nx-modern.nx-page-odeme .nx-summary-card {
    margin-bottom: 98px;
  }
}

@media (max-width: 520px) {
  body.nx-modern.nx-page-odeme .nx-mobile-checkout-bar-inner {
    grid-template-columns: 1fr;
  }

  body.nx-modern.nx-page-odeme .nx-mobile-submit {
    width: 100%;
  }
}

@keyframes nxStepEnter {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes nxIconPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}

body.nx-modern.nx-page-odeme .nx-summary-card table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

body.nx-modern.nx-page-odeme .nx-summary-card table tr {
  border-bottom: 1px solid #eef2f7;
}

body.nx-modern.nx-page-odeme .nx-summary-card table tr:last-child {
  border-bottom: 0;
}

body.nx-modern .nx-soft-field {
  background: #f8fafc !important;
}

body.nx-modern .nx-choice-card {
  border: 1px solid #dbe5ef;
  border-radius: 10px;
  background: #f8fafc;
  padding: 0 10px;
}

body.nx-modern .nx-choice-card .radio-label i {
  color: #f97316;
  margin-right: 4px;
}

body.nx-modern .nx-payment-methods .odemetablo {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 11px;
  border-bottom: 0;
}

body.nx-modern .nx-payment-methods .odemetablo + .odemetablo {
  margin-top: 8px;
}

body.nx-modern .nx-pay-option .yontemyazi {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
}

body.nx-modern .nx-pay-option .yontemyazi i {
  color: #f97316;
}

body.nx-modern .nx-cart-modal {
  position: fixed;
  inset: 0;
  z-index: 13050;
  display: none;
}

body.nx-modern .nx-cart-modal.is-open {
  display: block;
}

body.nx-modern .nx-cart-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 6, 23, 0.56);
}

body.nx-modern .nx-cart-modal-dialog {
  position: relative;
  width: min(560px, calc(100% - 20px));
  margin: 48px auto;
}

body.nx-modern .nx-cart-modal-card {
  border-radius: 18px;
  border: 1px solid #dbe5ef;
  background: #fff;
  box-shadow: 0 28px 65px rgba(2, 6, 23, 0.24);
  overflow: hidden;
}

body.nx-modern .nx-cart-modal-head {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  background: linear-gradient(135deg, #0f172a, #1f2937);
  color: #fff;
}

body.nx-modern .nx-cart-modal-head strong {
  font-size: 16px;
  font-weight: 800;
}

body.nx-modern .nx-cart-modal-close {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 22px;
  line-height: 1;
}

body.nx-modern .nx-cart-modal-body {
  padding: 16px;
}

body.nx-modern .nx-cart-modal-product {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 12px;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #f8fafc;
}

body.nx-modern .nx-cart-modal-media {
  border-radius: 11px;
  border: 1px solid #e2e8f0;
  overflow: hidden;
  background: #fff;
  min-height: 90px;
}

body.nx-modern .nx-cart-modal-media img {
  width: 100%;
  height: 90px;
  object-fit: contain;
}

body.nx-modern .nx-cart-modal-info h3 {
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 1.2;
}

body.nx-modern .nx-cart-modal-info .nx-cart-modal-price {
  font-size: 15px;
  font-weight: 800;
  color: #0f172a;
}

body.nx-modern .nx-cart-modal-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 14px;
}

body.nx-modern .nx-cart-modal-btn {
  min-height: 44px;
  border: 0;
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  color: #fff;
}

body.nx-modern .nx-cart-modal-btn.primary {
  background: linear-gradient(135deg, #f97316, #ea580c);
}

body.nx-modern .nx-cart-modal-btn.secondary {
  background: linear-gradient(135deg, #0f172a, #1f2937);
}

body.nx-modern .nx-cart-modal-note {
  margin-top: 10px;
  color: #64748b;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

body.nx-modern.nx-page-sepet .nx-cart-layout > .nx-empty-state {
  min-height: calc(100vh - 280px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.nx-mobile-sticky-cta small {
  color: #cbd5e1;
  font-size: 11px;
  font-weight: 700;
}

@media (max-width: 991px) {
  body.nx-modern .nx-flow-steps {
    grid-template-columns: 1fr;
  }

  body.nx-modern .nx-cart-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }

  body.nx-modern .nx-cart-toolbar-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  body.nx-modern .cart-product-container.nx-cart-item {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  body.nx-modern .nx-cart-item .cart-product-container-right {
    grid-column: 1 / -1;
  }

  body.nx-modern .nx-cart-item-form {
    grid-template-columns: 1fr auto;
    align-items: center;
    width: 100%;
  }

  body.nx-modern .nx-sticky-summary {
    position: static;
  }
}

@media (max-width: 767px) {
  body.nx-modern .nx-cart-items-head {
    flex-direction: column;
    align-items: flex-start;
  }

  body.nx-modern .cart-product-container.nx-cart-item {
    grid-template-columns: 1fr;
  }

  body.nx-modern .nx-cart-item .cart-product-container-left img {
    height: 160px;
  }

  body.nx-modern .nx-cart-item-form {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  body.nx-modern .nx-cart-toolbar-actions {
    grid-template-columns: 1fr;
  }

  body.nx-modern .nx-cart-modal-actions {
    grid-template-columns: 1fr;
  }
}

body.nx-modern.nx-page-randevu .nx-randevu-wrap {
  padding: 26px 0 70px;
}

body.nx-modern.nx-page-randevu .nx-randevu-panel,
body.nx-modern.nx-page-randevu .nx-randevu-side {
  border: 1px solid #dbe5ef;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  padding: 22px;
}

body.nx-modern.nx-page-randevu .nx-randevu-head h1 {
  margin: 0 0 6px;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 800;
  color: #0f172a;
}

body.nx-modern.nx-page-randevu .nx-randevu-head p {
  margin: 0 0 18px;
  color: #64748b;
  font-size: 14px;
  font-weight: 600;
}

body.nx-modern.nx-page-randevu .nx-randevu-form label {
  display: inline-block;
  margin-bottom: 6px;
  color: #0f172a;
  font-size: 13px;
  font-weight: 700;
}

body.nx-modern.nx-page-randevu .nx-randevu-form .form-control {
  min-height: 48px;
  border-radius: 12px;
  border: 1px solid #cfd9e5;
  font-size: 15px;
  font-weight: 600;
  color: #0f172a;
  background: #ffffff;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
}

body.nx-modern.nx-page-randevu .nx-randevu-form textarea.form-control {
  min-height: 120px;
  resize: vertical;
  padding-top: 12px;
}

body.nx-modern.nx-page-randevu .nx-randevu-alert {
  border-radius: 12px;
  padding: 11px 12px;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 700;
}

body.nx-modern.nx-page-randevu .nx-alert-error {
  background: #fef2f2;
  color: #b91c1c;
  border: 1px solid #fecaca;
}

body.nx-modern.nx-page-randevu .nx-alert-success {
  background: #f0fdf4;
  color: #166534;
  border: 1px solid #bbf7d0;
}

body.nx-modern.nx-page-randevu .nx-randevu-side h2 {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 800;
  color: #0f172a;
}

body.nx-modern.nx-page-randevu .nx-randevu-side ul {
  margin: 0;
  padding-left: 18px;
}

body.nx-modern.nx-page-randevu .nx-randevu-side ul li {
  color: #334155;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 7px;
}

body.nx-modern.nx-page-randevu .nx-randevu-service-list {
  display: grid;
  gap: 8px;
}

body.nx-modern.nx-page-randevu .nx-randevu-service-item {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #f8fafc;
  padding: 10px 12px;
  display: grid;
  gap: 2px;
}

body.nx-modern.nx-page-randevu .nx-randevu-service-item strong {
  color: #0f172a;
  font-size: 14px;
  font-weight: 800;
}

body.nx-modern.nx-page-randevu .nx-randevu-service-item span {
  color: #f97316;
  font-size: 12px;
  font-weight: 800;
}

body.nx-modern.nx-page-randevu .nx-randevu-service-item small {
  color: #64748b;
  font-size: 12px;
  font-weight: 600;
}

body.nx-modern.nx-page-randevu .nx-shopify-checkout .nx-panel {
  border-radius: 16px;
  border: 1px solid #dbe5ef;
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.08);
  background: #ffffff;
}

body.nx-modern.nx-page-randevu .nx-shopify-checkout .nx-form-panel {
  padding: 22px;
}

body.nx-modern.nx-page-randevu .nx-shopify-checkout textarea.form-control {
  min-height: 130px;
  padding: 12px 14px;
  line-height: 1.45;
  resize: vertical;
}

body.nx-modern.nx-page-randevu .nx-shopify-checkout .form-control:focus {
  border-color: #0b4aa1;
  box-shadow: 0 0 0 0.18rem rgba(11, 74, 161, 0.15);
}

@media (max-width: 767px) {
  body.nx-modern.nx-page-randevu .nx-randevu-wrap {
    padding-top: 16px;
  }

  body.nx-modern.nx-page-randevu .nx-randevu-panel,
  body.nx-modern.nx-page-randevu .nx-randevu-side {
    border-radius: 14px;
    padding: 16px;
  }

  body.nx-modern.nx-page-randevu .nx-randevu-head h1 {
    font-size: 24px;
  }

  body.nx-modern.nx-page-randevu .nx-shopify-checkout .nx-form-panel {
    padding: 16px;
  }

  body.nx-modern.nx-page-randevu .nx-shopify-checkout .nx-panel {
    border-radius: 14px;
  }
}

body.nx-modern.nx-v1 .nx-nav-item.nx-nav-featured > a {
  margin: 8px 10px;
  padding: 10px 14px !important;
  border-radius: 999px;
  border: 1px solid rgba(249, 115, 22, 0.65);
  background: linear-gradient(135deg, #f97316, #ea580c);
  color: #ffffff !important;
  font-size: 11px;
  letter-spacing: 0.2px;
  box-shadow: 0 10px 24px rgba(234, 88, 12, 0.32);
}

body.nx-modern.nx-v1 .nx-nav-item.nx-nav-featured > a i {
  display: inline-block;
  margin-right: 6px;
}

body.nx-modern.nx-v1 .nx-mobile-quick a.nx-mobile-quick-cta {
  background: linear-gradient(135deg, #f97316, #ea580c);
  border-color: rgba(249, 115, 22, 0.8);
  color: #ffffff !important;
  box-shadow: 0 8px 20px rgba(234, 88, 12, 0.28);
}

body.nx-modern.nx-v1 .nx-mobile-quick a.nx-mobile-quick-cta i {
  color: #ffffff;
}

body.nx-modern .nx-appointment-cta {
  margin-top: 10px;
  min-height: 48px;
  border-radius: 12px;
  border: 1px solid rgba(251, 146, 60, 0.55);
  background: linear-gradient(135deg, #f97316, #ea580c);
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  box-shadow: 0 10px 24px rgba(234, 88, 12, 0.3);
}

body.nx-modern .nx-appointment-cta i {
  font-size: 16px;
}
