/* Shop pages use a compact header without ax.min.js — force a real horizontal nav */
body > .com-header {
  position: sticky;
  top: 0;
  z-index: 200;
}
body > .com-header .com-cont {
  grid-template-columns: auto minmax(0, 1fr) auto !important;
  gap: 1.6rem;
}
body > .com-header .dn-menu {
  justify-content: center;
  min-width: 0;
}
body > .com-header .dn-menu .shop-nav,
body > .com-header .dn-menu .ax-menu {
  width: auto !important;
  max-width: 100%;
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center;
  justify-content: center;
  gap: 1.2rem 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
body > .com-header .dn-menu .shop-nav > li,
body > .com-header .dn-menu .ax-menu > li {
  position: relative;
  flex: 0 0 auto;
  display: block !important;
  width: auto !important;
  white-space: nowrap;
}
body > .com-header .dn-menu .shop-nav > li > :first-child,
body > .com-header .dn-menu .ax-menu > li > :first-child {
  height: auto;
  padding: 0;
  padding-right: 0;
  font-size: 1.55rem;
}
body > .com-header .dn-menu .shop-nav > li > :first-child > [label],
body > .com-header .dn-menu .ax-menu > li > :first-child > [label] {
  padding: 4rem 0;
  font-size: 1.55rem;
  line-height: 1.2;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
}
body > .com-header .dn-menu .shop-nav > li > :first-child > [label]:hover,
body > .com-header .dn-menu .ax-menu > li > :first-child > [label]:hover {
  border-bottom-color: #fff;
}
body > .com-header .dn-menu .shop-nav > li > ul {
  display: none !important;
  position: absolute;
  left: 0;
  top: 100%;
  margin: 0 !important;
  min-width: 42rem;
  width: max-content !important;
  max-width: min(56rem, 92vw);
  background: #fff;
  z-index: 300;
  box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.12);
  padding: 0.8rem 0;
  box-sizing: border-box;
}
body > .com-header .dn-menu .shop-nav > li:nth-last-child(-n+3) > ul {
  left: auto;
  right: 0;
}
body > .com-header .dn-menu .shop-nav > li:hover > ul,
body > .com-header .dn-menu .shop-nav > li:focus-within > ul {
  display: block !important;
}
body > .com-header .dn-menu .shop-nav > li > ul a {
  color: #111 !important;
  display: block;
  padding: 0.9rem 2rem;
  font-size: 1.4rem;
  white-space: nowrap;
}
body > .com-header .dn-menu .shop-nav > li > ul a:hover {
  color: var(--color-primary) !important;
  background: #f7f7f7;
}
body > .com-header .dn-menu .ax-menu > li.li-dropdown > ul {
  max-width: none !important;
  width: 146rem !important;
  min-width: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  overflow: visible !important;
}
body > .com-header .dn-right {
  justify-self: end;
  gap: 2rem;
}
body > .com-header .dn-search {
  color: #fff !important;
  font-size: 2rem;
  line-height: 1;
  text-decoration: none;
}
body > .com-header .dn-menu-operate {
  display: none;
}

@media (max-width: 1500px) {
  body > .com-header .com-cont {
    gap: 1.2rem;
  }
  body > .com-header .dn-menu .shop-nav,
  body > .com-header .dn-menu .ax-menu {
    gap: 1rem 1.2rem;
  }
  body > .com-header .dn-menu .shop-nav > li > :first-child,
  body > .com-header .dn-menu .ax-menu > li > :first-child,
  body > .com-header .dn-menu .shop-nav > li > :first-child > [label],
  body > .com-header .dn-menu .ax-menu > li > :first-child > [label] {
    font-size: 1.4rem;
  }
  body > .com-header .dn-right {
    gap: 1.4rem;
  }
}
@media (max-width: 1320px) {
  body > .com-header .dn-menu .shop-nav,
  body > .com-header .dn-menu .ax-menu {
    gap: 0.7rem 0.95rem;
  }
  body > .com-header .dn-menu .shop-nav > li > :first-child,
  body > .com-header .dn-menu .ax-menu > li > :first-child,
  body > .com-header .dn-menu .shop-nav > li > :first-child > [label],
  body > .com-header .dn-menu .ax-menu > li > :first-child > [label] {
    font-size: 1.25rem;
  }
  body > .com-header .dn-compare {
    font-size: 1.15rem;
    margin-right: 0.6rem;
  }
}
@media (max-width: 1140px) {
  body > .com-header .dn-menu .shop-nav,
  body > .com-header .dn-menu .ax-menu {
    gap: 0.5rem 0.7rem;
  }
  body > .com-header .dn-menu .shop-nav > li > :first-child,
  body > .com-header .dn-menu .ax-menu > li > :first-child,
  body > .com-header .dn-menu .shop-nav > li > :first-child > [label],
  body > .com-header .dn-menu .ax-menu > li > :first-child > [label] {
    font-size: 1.15rem;
  }
}

/* Injected by shop-ui.js after the footer; must stay hidden on desktop */
.shop-mobile-drawer {
  display: none;
}

/* Multi-brand shop overlays on the GÖLZ chrome */
.dn-cart {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  color: inherit;
  text-decoration: none;
}
.dn-cart svg {
  width: 2.2rem;
  height: 2.2rem;
  fill: currentColor;
}
.shop-cart-badge {
  position: absolute;
  top: -0.4rem;
  right: -0.6rem;
  min-width: 1.6rem;
  height: 1.6rem;
  padding: 0 0.3rem;
  border-radius: 999px;
  background: #111;
  color: #fff !important;
  font-size: 1rem;
  line-height: 1.6rem;
  text-align: center;
  font-weight: 700;
}
.shop-cart-badge.is-empty {
  display: none;
}

.shop-price-block {
  margin: 2rem 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.4rem 1.8rem;
}
.shop-price {
  font-size: 3.2rem;
  font-weight: 800;
  color: #111;
  letter-spacing: -0.03em;
}
.shop-price.is-inquiry {
  font-size: 2.2rem;
  color: #444;
}
.shop-add-cart,
.shop-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-height: 4.8rem;
  padding: 0 2.2rem;
  border: 0;
  border-radius: 4px;
  background: var(--color-primary);
  color: #fff !important;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
  text-decoration: none;
}
.shop-add-cart {
  flex: 1 1 220px;
  text-transform: uppercase;
}
.shop-btn-ghost {
  background: #fff;
  color: #111 !important;
  border: 1px solid #ddd;
}
.shop-add-cart:hover,
.shop-btn:hover {
  filter: brightness(0.95);
}
.shop-add-cart:disabled {
  opacity: 0.55;
  cursor: default;
}
.shop-toast {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 4000;
  background: #111;
  color: #fff;
  padding: 1.2rem 1.6rem;
  border-radius: 4px;
  font-size: 1.4rem;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.2s, transform 0.2s;
}
.shop-toast.show {
  opacity: 1;
  transform: none;
}

.shop-page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 13rem 2.4rem 4rem;
}
.shop-page h1 {
  margin: 0 0 1rem;
  font-size: 2.8rem;
  line-height: 1.25;
  color: #111;
  font-weight: 800;
}
.shop-buy h1 {
  font-size: 2.5rem;
  margin-bottom: 1.2rem;
}
.shop-kicker {
  margin: 0 0 0.6rem;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-primary);
}
.shop-crumbs {
  color: #888;
  font-size: 1.35rem;
  margin: 0 0 2.8rem;
  line-height: 1.6;
}
nav.shop-crumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
}
nav.shop-crumbs li {
  display: inline;
}
nav.shop-crumbs li:not(:last-child)::after {
  content: "/";
  margin: 0 0.45rem;
  color: #bbb;
}
nav.shop-crumbs span[aria-current="page"] {
  color: #555;
}
.shop-crumbs a {
  color: #888;
  text-decoration: none;
}
.shop-crumbs a:hover {
  color: var(--color-primary);
}
.shop-ids {
  margin: 0 0 1.6rem;
  color: #777;
  font-size: 1.35rem;
}
.shop-catno {
  color: var(--color-primary);
  font-weight: 700;
}
.shop-stock {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0 0 2rem;
  color: #1a7f3c;
  font-size: 1.4rem;
  font-weight: 700;
}
.shop-stock:before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: currentColor;
}
.shop-stock.is-inquiry {
  color: #a15c12;
}
.shop-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 2rem;
}
.shop-card {
  border: 1px solid #ececec;
  background: #fff;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.shop-card:hover {
  border-color: var(--color-primary);
}
.shop-card img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  background: #f7f7f7;
  padding: 16px;
}
.shop-card .meta {
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  flex: 1;
}
.shop-card strong {
  font-size: 1.5rem;
  color: #111;
  line-height: 1.4;
}
.shop-card .price {
  margin-top: auto;
  font-weight: 800;
  color: #111;
}
.shop-brand-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 1.6rem;
}
.shop-brand-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: inherit;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #fff;
  padding: 0 1.2rem 1.6rem;
  min-height: 100%;
}
.shop-brand-card:hover {
  border-color: var(--color-primary);
}
.shop-brand-card .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 148px;
  margin-bottom: 0.8rem;
  background: #f7f7f7;
  border-bottom: 1px solid #f0f0f0;
  overflow: hidden;
}
.shop-brand-card .logo img {
  max-width: 92%;
  max-height: 128px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.shop-brand-card strong {
  font-size: 1.5rem;
  line-height: 1.3;
  color: #111;
}
.shop-brand-card .count {
  margin-top: 0.4rem;
  color: #888;
  font-size: 1.3rem;
}
.shop-pager {
  display: flex;
  gap: 0.8rem;
  justify-content: center;
  margin-top: 3.2rem;
  flex-wrap: wrap;
}
.shop-pager button {
  min-width: 3.6rem;
  height: 3.6rem;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
}
.shop-pager button.active {
  background: var(--color-primary);
  color: #fff;
  border-color: transparent;
}
.shop-pager-gap {
  align-self: center;
  color: #999;
  padding: 0 0.4rem;
}

.shop-page.shop-catalog {
  max-width: 1400px;
}
.shop-catalog-head p {
  margin: 0 0 2rem;
  color: #666;
  font-size: 1.6rem;
  line-height: 1.5;
}
.shop-catalog-search {
  margin: 0 0 2.4rem;
}
.shop-catalog-search label {
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
  color: #333;
}
.shop-q,
.shop-filter-q,
.shop-filter-price input,
.shop-sort {
  width: 100%;
  height: 4.4rem;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 0 1.4rem;
  font-size: 1.5rem;
  background: #fff;
}
.shop-q {
  height: 5.2rem;
  font-size: 1.7rem;
}
.shop-filters-toggle {
  display: none;
  margin: 0 0 1.6rem;
  height: 4.4rem;
  padding: 0 1.6rem;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  cursor: pointer;
}
.shop-catalog-wrap {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 3.2rem;
  align-items: start;
}
.shop-filters {
  position: sticky;
  top: 12rem;
  max-height: calc(100vh - 14rem);
  overflow: auto;
  padding-right: 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.shop-filters::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.shop-filters-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.2rem;
}
.shop-filters-top strong {
  font-size: 1.7rem;
}
.shop-filters-close {
  display: none;
  width: 3.6rem;
  height: 3.6rem;
  border: 0;
  background: transparent;
  font-size: 2.8rem;
  line-height: 1;
  cursor: pointer;
}
aside.shop-filters .shop-filters-reset {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 4.4rem;
  margin: 0.4rem 0 0;
  padding: 0 1.6rem;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  color: #111;
  font-family: inherit;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
aside.shop-filters .shop-filters-reset:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
}
.shop-filter {
  margin: 0 0 2.2rem;
  padding-bottom: 1.8rem;
  border-bottom: 1px solid #eee;
}
.shop-filter h2 {
  margin: 0 0 1rem;
  font-size: 1.45rem;
  font-weight: 800;
  color: #111;
}
.shop-filter-groups {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.shop-group-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  width: 100%;
  text-align: left;
  border: 1px solid #ececec;
  background: #fff;
  border-radius: 6px;
  padding: 0.8rem 1rem;
  font-size: 1.35rem;
  cursor: pointer;
}
.shop-group-btn em,
.shop-check em {
  font-style: normal;
  color: #888;
  font-size: 1.2rem;
}
.shop-group-btn.is-on {
  border-color: var(--color-primary);
  color: var(--color-primary);
  font-weight: 700;
}
.shop-filter-price {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0.6rem;
  align-items: center;
}
.shop-filter-price span {
  color: #888;
}
.shop-check {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0 0 0.5rem;
  font-size: 1.35rem;
  cursor: pointer;
  line-height: 1.35;
}
.shop-check span {
  flex: 1;
  min-width: 0;
}
.shop-check input {
  flex: 0 0 auto;
}
.shop-filter-q {
  height: 3.6rem;
  margin-bottom: 0.8rem;
  font-size: 1.35rem;
}
.shop-filter-list {
  max-height: 24rem;
  overflow: auto;
  padding-right: 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.shop-filter-list::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.shop-filter-empty {
  margin: 0;
  color: #888;
  font-size: 1.3rem;
}
.shop-filter[hidden] {
  display: none !important;
}
  width: 100%;
  height: 4.2rem;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 1.45rem;
  font-weight: 700;
  cursor: pointer;
}
.shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  margin: 0 0 1.6rem;
  flex-wrap: wrap;
}
.shop-toolbar-count {
  margin: 0;
  color: #666;
  font-size: 1.45rem;
}
.shop-sort-wrap {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.4rem;
  color: #555;
}
.shop-sort {
  width: auto;
  min-width: 22rem;
  height: 4rem;
}
.shop-active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 0 0 1.6rem;
}
.shop-chip {
  border: 1px solid #ddd;
  background: #f7f7f7;
  border-radius: 999px;
  padding: 0.4rem 1rem;
  font-size: 1.3rem;
  cursor: pointer;
}
.shop-filters-mask {
  display: none;
}

@media (max-width: 980px) {
  .shop-catalog-wrap {
    grid-template-columns: 1fr;
  }
  .shop-filters-toggle {
    display: inline-flex;
    align-items: center;
  }
  .shop-filters {
    position: fixed;
    z-index: 400;
    left: 0;
    top: 0;
    width: min(92vw, 360px);
    height: 100vh;
    max-height: none;
    margin: 0;
    padding: 2rem 1.6rem 3rem;
    background: #fff;
    box-shadow: 0.8rem 0 2.4rem rgba(0, 0, 0, 0.12);
    transform: translateX(-110%);
    transition: transform 0.2s ease;
  }
  .shop-filters.is-open {
    transform: none;
  }
  .shop-filters-close {
    display: block;
  }
  .shop-filters-mask {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 350;
    background: rgba(0, 0, 0, 0.35);
  }
  .shop-filters-mask[hidden] {
    display: none;
  }
  body.shop-filters-lock {
    overflow: hidden;
  }
  .shop-sort {
    min-width: 0;
    width: 100%;
  }
  .shop-sort-wrap {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }
}

.shop-detail {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(320px, 1.05fr);
  gap: 5.6rem;
  align-items: start;
}
.shop-gallery {
  background: #fff;
  border: 1px solid #ececec;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3.2rem;
  border-radius: 8px;
}
.shop-gallery img {
  max-width: 100%;
  max-height: 480px;
  object-fit: contain;
}
.shop-thumbs {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1.4rem;
}
.shop-thumbs img {
  width: 76px;
  height: 76px;
  object-fit: contain;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  cursor: pointer;
  padding: 6px;
}
.shop-thumbs img.is-active {
  border-color: var(--color-primary);
}
.shop-buy-box {
  margin-top: 0.8rem;
  padding: 2.2rem 0 0;
  border-top: 1px solid #ececec;
}
.shop-buy-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  align-items: center;
  margin-top: 1.6rem;
}
.shop-qty-box {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
  height: 4.8rem;
}
.shop-qty-box button {
  width: 4rem;
  height: 4.8rem;
  border: 0;
  background: #f4f4f4;
  font-size: 1.8rem;
  cursor: pointer;
}
.shop-qty-box input {
  width: 5.2rem;
  height: 4.8rem;
  border: 0;
  text-align: center;
  font: inherit;
  font-weight: 700;
  -moz-appearance: textfield;
}
.shop-qty-box input::-webkit-outer-spin-button,
.shop-qty-box input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.shop-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem 2.4rem;
  margin-top: 1.8rem;
  padding-top: 1.8rem;
  border-top: 1px solid #f0f0f0;
}
.shop-tools a,
.shop-tools button {
  background: none;
  border: 0;
  padding: 0;
  color: #444;
  font: inherit;
  font-size: 1.4rem;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}
.shop-tools a:hover,
.shop-tools button:hover {
  color: var(--color-primary);
}
.shop-trust {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  margin-top: 2rem;
  padding: 1.6rem 0 0;
  border-top: 1px solid #ececec;
  color: #666;
  font-size: 1.3rem;
}
.shop-short:empty {
  display: none;
}
.shop-short p {
  margin: 0 0 1.2rem;
}
.shop-short ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.shop-short li {
  position: relative;
  padding: 0.55rem 0 0.55rem 1.6rem;
  line-height: 1.55;
}
.shop-short li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.15rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: var(--color-primary);
}
.shop-sections {
  margin-top: 5.6rem;
}
.shop-sections h2 {
  margin: 3.2rem 0 2rem;
  font-size: 2.2rem;
  color: #111;
}
.shop-sections > h2:first-child {
  margin-top: 0;
}
.shop-prose {
  font-size: 1.6rem;
  line-height: 1.85;
  color: #333;
}
.shop-prose p {
  margin: 0 0 1.6rem;
}
.shop-prose ul,
.shop-prose ol {
  margin: 0 0 2.4rem;
  padding: 0;
  list-style: none;
  line-height: 1.8;
}
.shop-prose li {
  position: relative;
  margin: 0;
  padding: 0.85rem 0 0.85rem 1.8rem;
  border-bottom: 1px solid #f2f2f2;
}
.shop-prose li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.4rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: var(--color-primary);
}
.shop-prose h2,
.shop-prose h3 {
  margin: 2.4rem 0 1.2rem;
  font-size: 1.8rem;
  color: #111;
}
.shop-specs {
  margin-top: 1.2rem;
  overflow: hidden;
  border: 1px solid #ececec;
  border-radius: 8px;
}
.shop-specs table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}
.shop-specs td,
.shop-specs th {
  border-bottom: 1px solid #ececec;
  padding: 1.45rem 1.8rem;
  text-align: left;
  font-size: 1.45rem;
  line-height: 1.55;
}
.shop-specs tr:nth-child(even) td {
  background: #fafafa;
}
.shop-specs tr:last-child td {
  border-bottom: 0;
}
.shop-specs td:first-child {
  width: 42% !important;
  color: #555;
  font-weight: 600;
}
.shop-specs td:last-child {
  width: auto !important;
}

.shop-cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 3.2rem;
  align-items: start;
}
.shop-cart-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
.shop-cart-table th {
  font-size: 1.3rem;
  color: #888;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.shop-cart-table th,
.shop-cart-table td {
  border-bottom: 1px solid #eee;
  padding: 1.8rem 1rem;
  text-align: left;
  vertical-align: middle;
}
.shop-cart-table img {
  width: 88px;
  height: 88px;
  object-fit: contain;
  background: #f7f7f7;
  border-radius: 6px;
}
.shop-cart-table a {
  color: #111;
  font-weight: 700;
  text-decoration: none;
}
.shop-qty {
  width: 6.4rem;
  height: 3.6rem;
  padding: 0 0.8rem;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.shop-remove {
  background: none;
  border: 0;
  padding: 0;
  color: #888;
  font: inherit;
  font-size: 1.35rem;
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline;
}
.shop-remove:hover {
  color: var(--color-primary);
}
.shop-cart-summary {
  border: 1px solid #ececec;
  border-radius: 8px;
  padding: 2.2rem;
  background: #fafafa;
  min-width: 0;
  box-sizing: border-box;
  overflow: hidden;
}
.shop-cart-summary h2 {
  margin: 0 0 1.4rem;
  font-size: 1.8rem;
}
.shop-cart-summary .sum {
  display: flex;
  justify-content: space-between;
  font-size: 1.7rem;
  font-weight: 800;
  margin: 1.2rem 0 2rem;
}
.shop-cart-summary .shop-btn {
  width: 100%;
}
.shop-checkout-form {
  display: grid;
  gap: 1.6rem;
  max-width: 640px;
}
.shop-checkout-form label {
  display: grid;
  gap: 0.6rem;
  font-size: 1.4rem;
  color: #333;
}
.shop-checkout-form input,
.shop-checkout-form textarea {
  border: 1px solid #ddd;
  padding: 1.2rem 1.2rem;
  font: inherit;
  border-radius: 4px;
}
.shop-checkout-items {
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 0;
}
.shop-checkout-items li {
  display: flex;
  gap: 1.2rem;
  align-items: flex-start;
  min-width: 0;
  padding: 1.2rem 0;
  border-bottom: 1px solid #eee;
}
.shop-checkout-items li:first-child {
  padding-top: 0;
}
.shop-checkout-items li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.shop-checkout-thumb {
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  display: block;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 6px;
  overflow: hidden;
}
.shop-checkout-thumb img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  display: block;
}
.shop-checkout-items div {
  flex: 1 1 auto;
  min-width: 0;
}
.shop-checkout-items a {
  display: block;
  color: #111;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.35rem;
  line-height: 1.35;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.shop-checkout-items a:hover {
  color: var(--color-primary);
}
.shop-checkout-items strong {
  display: block;
  margin-top: 0.45rem;
  font-size: 1.4rem;
  overflow-wrap: anywhere;
}
.shop-empty {
  padding: 5rem 0;
  color: #666;
  font-size: 1.6rem;
}
body > .com-footer {
  margin-top: 0;
}
body > .com-footer a {
  color: #fff !important;
}
body > .com-footer .dn-lower a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.dn-compare {
  position: relative;
  color: inherit;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 700;
  margin-right: 1.2rem;
}
.shop-compare-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.6rem;
}
.shop-compare-card {
  border: 1px solid #ececec;
  border-radius: 8px;
  padding: 1.6rem;
  background: #fff;
}
.shop-compare-card h2 {
  margin: 0.8rem 0;
  font-size: 1.6rem;
  line-height: 1.35;
}
.shop-compare-card h2 a {
  color: #111;
  text-decoration: none;
}
.shop-compare-card .price {
  font-size: 1.8rem;
  font-weight: 800;
  margin: 0 0 1.2rem;
}
.shop-compare-card .shop-btn {
  width: 100%;
  background: #fff;
  color: #111 !important;
  border: 1px solid #ddd;
}

@media (max-width: 980px) {
  .shop-banner-grid,
  .shop-banner,
  .shop-detail,
  .shop-cart-layout,
  .shop-trust {
    grid-template-columns: 1fr;
  }
  .shop-page {
    padding-top: 12rem;
  }
  .shop-page h1 {
    font-size: 2.4rem;
  }
}

.shop-brands {
  background: #fff;
  padding: 3.2rem 0 1.6rem;
  border-bottom: 1px solid #eee;
}
.shop-brands-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.4rem;
  flex-wrap: wrap;
}
.shop-brands-row a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 120px;
  min-height: 7rem;
  opacity: 0.9;
}
.shop-brands-row img {
  max-height: 5.6rem;
  max-width: 160px;
  object-fit: contain;
}

.shop-showcases {
  max-width: 1760px;
  margin: 0 auto;
  padding: 1.6rem 2rem 3.2rem;
}
.shop-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.95fr);
  align-items: stretch;
  min-height: 340px;
  margin: 0 0 1.2rem;
}
.shop-showcase-panel {
  position: relative;
  min-height: 340px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}
.shop-showcase-cats {
  position: absolute;
  right: 17%;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  list-style: none;
  width: 28rem;
}
.shop-showcase-cats a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 1.7rem;
  line-height: 1.55;
  font-weight: 600;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}
.shop-showcase-cats a:hover {
  color: var(--color-primary);
}
.shop-showcase-carousel {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  min-width: 0;
  padding: 1.2rem 0.4rem 1.2rem 0;
}
.shop-showcase-viewport {
  overflow: hidden;
  flex: 1;
  min-width: 0;
}
.shop-showcase-track {
  display: flex;
  gap: 1.2rem;
  transition: transform 0.45s ease;
}
.shop-showcase-card {
  flex: 0 0 calc((100% - 2.4rem) / 3);
  text-decoration: none;
  color: #111;
  text-align: center;
  min-width: 0;
}
.shop-showcase-card img {
  width: 100%;
  height: 170px;
  object-fit: contain;
  background: #fff;
}
.shop-showcase-card span {
  display: block;
  margin-top: 0.8rem;
  font-size: 1.35rem;
  line-height: 1.35;
  color: #222;
}
.shop-showcase-btn {
  flex: 0 0 auto;
  width: 3.2rem;
  height: 3.2rem;
  border: 0;
  background: transparent;
  color: #bbb;
  font-size: 3.2rem;
  line-height: 1;
  cursor: pointer;
}
.shop-showcase-btn:hover {
  color: #333;
}

.shop-brand-promos {
  max-width: 1760px;
  margin: 0 auto;
  padding: 0 2rem 4rem;
}
.shop-promo-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1.6rem;
}
.shop-promo {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 240px;
  border-radius: 12px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  background-color: #1a1a1a;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  isolation: isolate;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.14);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.shop-promo:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.22);
  color: #fff;
}
.shop-promo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 10, 14, 0.12) 0%, rgba(8, 10, 14, 0.42) 42%, rgba(8, 10, 14, 0.88) 100%);
  z-index: 0;
}
.shop-promo:nth-child(1) {
  grid-column: span 6;
  min-height: 320px;
}
.shop-promo:nth-child(2),
.shop-promo:nth-child(3),
.shop-promo:nth-child(4) {
  grid-column: span 2;
  min-height: 280px;
}
.shop-promo:nth-child(n+5) {
  grid-column: span 3;
  min-height: 260px;
}
.shop-promo:nth-child(1) h2 {
  font-size: 5.2rem;
}
.shop-promo:nth-child(1) .shop-promo-blurb {
  max-width: 52rem;
}
.shop-promo-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.7rem;
  padding: 2.4rem 2.6rem 2.2rem;
  min-width: 0;
}
.shop-promo-kicker {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1.3;
  color: #f36b21;
}
.shop-promo h2 {
  margin: 0;
  font-size: 3rem;
  line-height: 0.95;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}
.shop-promo-blurb {
  margin: 0.2rem 0 0.4rem;
  max-width: 36rem;
  font-size: 1.45rem;
  line-height: 1.4;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.92);
}
.shop-promo-cta {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 2px solid #f36b21;
  padding-bottom: 0.15rem;
}
.shop-promo:hover .shop-promo-cta {
  border-bottom-color: #fff;
}

.shop-banners {
  padding: 3.2rem 0;
}
.shop-banner-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.shop-banner {
  background: #1a1a1a;
  color: #fff;
  min-height: 280px;
  padding: 2.4rem;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.6rem;
  overflow: hidden;
}
.shop-banner h2 {
  margin: 0 0 1rem;
  font-size: 2.6rem;
  line-height: 1.15;
  color: #fff;
}
.shop-banner ul {
  margin: 0;
  padding-left: 1.2rem;
  color: #ddd;
  font-size: 1.5rem;
  line-height: 1.7;
}
.shop-banner a.more {
  color: var(--color-primary);
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  margin-top: 1.2rem;
}
.shop-mini-carousel {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.shop-mini-track {
  display: flex;
  gap: 0.8rem;
  overflow: hidden;
}
.shop-mini-card {
  width: 110px;
  text-decoration: none;
  color: #fff;
  flex: 0 0 auto;
}
.shop-mini-card img {
  width: 110px;
  height: 90px;
  object-fit: contain;
  background: #fff;
}
.shop-mini-card span {
  display: block;
  margin-top: 0.4rem;
  font-size: 1.15rem;
  line-height: 1.3;
  color: #fff;
}
.shop-mini-btn {
  width: 2.8rem;
  height: 2.8rem;
  border: 1px solid #555;
  background: transparent;
  color: #fff;
  cursor: pointer;
  flex: 0 0 auto;
}

.shop-latest {
  padding: 2.4rem 0 5rem;
}
.shop-latest h2 {
  text-align: center;
  font-size: 4.2rem;
  margin: 0 0 2.4rem;
  color: #111;
}
.shop-latest-carousel {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.shop-latest-viewport {
  overflow: hidden;
  flex: 1;
  min-width: 0;
}
.shop-latest-track {
  display: flex;
  gap: 1.6rem;
  transition: transform 0.45s ease;
}
.shop-latest-track .shop-card {
  flex: 0 0 220px;
  min-width: 0;
  max-width: none;
}
.shop-latest-btn {
  flex: 0 0 auto;
  width: 3.2rem;
  height: 3.2rem;
  border: 0;
  background: transparent;
  color: #bbb;
  font-size: 3.2rem;
  line-height: 1;
  cursor: pointer;
}
.shop-latest-btn:hover {
  color: #333;
}

@media (max-width: 980px) {
  .shop-banner-grid,
  .shop-banner,
  .shop-detail,
  .shop-showcase {
    grid-template-columns: 1fr;
  }
  .shop-promo-grid {
    grid-template-columns: 1fr 1fr;
  }
  .shop-promo:nth-child(1) {
    grid-column: 1 / -1;
  }
  .shop-promo:nth-child(n+2) {
    grid-column: auto;
    min-height: 240px;
  }
  .shop-promo {
    min-height: 240px;
  }
  .shop-promo:nth-child(1) {
    min-height: 260px;
  }
  .shop-promo:nth-child(1) h2,
  .shop-promo h2 {
    font-size: 2.6rem;
  }
  .shop-promo-copy {
    padding: 1.8rem 1.8rem 1.6rem;
  }
  .shop-showcases {
    padding: 1.2rem 1.2rem 2rem;
  }
  .shop-showcase {
    min-height: 0;
    margin: 0 0 2.2rem;
    gap: 0;
  }
  .shop-showcase-panel {
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
    border: 0 !important;
    outline: 0;
    box-shadow: none;
    background-color: transparent;
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
  }
  .shop-showcase-panel::before {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 2.15 / 1;
    flex: 0 0 auto;
  }
  .shop-showcase-cats {
    display: none !important;
  }
  .shop-showcase-carousel {
    padding: 1rem 0 0.4rem;
    min-height: 0;
  }
  .shop-showcase-card {
    flex-basis: calc((100% - 1.2rem) / 2);
  }
  .shop-showcase-card img {
    height: 130px;
  }
  .shop-page {
    padding-top: 12rem;
  }
  .shop-latest {
    padding: 2rem 0 3.2rem;
    overflow: hidden;
  }
  .shop-latest .com-cont-1460 {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 0 1.2rem;
    box-sizing: border-box;
  }
  .shop-latest h2 {
    font-size: 2.4rem;
    line-height: 1.2;
    margin: 0 0 1.6rem;
  }
  .shop-latest-carousel {
    gap: 0;
    align-items: stretch;
  }
  .shop-latest-viewport {
    overflow: hidden;
    width: 100%;
  }
  .shop-latest-track {
    gap: 12px;
  }
  .shop-latest-track .shop-card {
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
  }
  .shop-latest-track .shop-card img {
    height: 170px;
    padding: 12px;
  }
  .shop-latest-track .shop-card .meta {
    padding: 1.1rem 1.2rem 1.3rem;
  }
  .shop-latest-track .shop-card strong,
  .shop-latest-track .shop-card .price {
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .shop-latest-btn {
    width: 2.4rem;
    min-width: 2.4rem;
    font-size: 2.6rem;
    align-self: center;
  }
}
@media (max-width: 640px) {
  .shop-promo-grid {
    grid-template-columns: 1fr;
  }
  .shop-promo:nth-child(n) {
    grid-column: auto;
  }
  .shop-showcase-panel::before {
    aspect-ratio: 1.9 / 1;
  }
  .shop-showcase-cats {
    display: none !important;
  }
  .shop-showcase-card {
    flex-basis: calc((100% - 1.2rem) / 2);
  }
  .shop-showcase-card img {
    height: 112px;
  }
  .shop-showcase-card span {
    font-size: 1.2rem;
  }
}

@media (max-width: 980px) {
  body > .com-header {
    position: sticky;
    top: 0;
    max-height: 9rem;
    overflow: hidden;
  }
  body > .com-header .com-cont {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center;
    gap: 1rem !important;
    width: 100% !important;
    max-width: none;
    height: auto !important;
    padding: 1.4rem 1.4rem !important;
    box-sizing: border-box;
  }
  body > .com-header .dn-left {
    min-width: 0;
  }
  body > .com-header .dn-left .dn-logo .dp-img1 {
    height: 4.5rem !important;
    max-width: 21rem !important;
    width: auto;
    object-fit: contain;
  }
  body > .com-header .dn-menu,
  body > .com-header .dn-menu .shop-nav,
  body > .com-header .dn-menu .ax-menu {
    display: none !important;
    height: 0 !important;
    overflow: hidden !important;
  }
  body > .com-header .dn-right {
    display: flex !important;
    align-items: center;
    gap: 1.2rem !important;
  }
  body > .com-header .dn-compare {
    display: none !important;
  }
  body > .com-header .dn-menu-operate {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: 3.2rem;
    height: 3.2rem;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
  body > .com-header .dn-menu-operate span {
    display: block;
    width: 2.5rem;
    height: 2px;
    background: #fff;
    border-radius: 1px;
  }

  .shop-mobile-drawer {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 5000;
    background: rgba(0, 0, 0, 0.5);
  }
  .shop-mobile-drawer.is-open {
    display: block !important;
  }
  .shop-mobile-drawer-panel {
    display: flex;
    flex-direction: column;
    width: min(86vw, 340px);
    height: 100%;
    max-height: 100%;
    background: #fff;
    overflow: hidden;
    box-shadow: 0.8rem 0 2.4rem rgba(0, 0, 0, 0.2);
  }
  .shop-mobile-drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 0 0 auto;
    padding: 1.4rem 1.4rem 1.2rem;
    border-bottom: 1px solid #eee;
  }
  .shop-mobile-drawer-head strong {
    font-size: 1.7rem;
    color: #111;
  }
  .shop-mobile-drawer-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.6rem;
    height: 3.6rem;
    margin: 0;
    border: 0;
    background: #f3f3f3;
    border-radius: 50%;
    font-size: 2.4rem;
    line-height: 1;
    color: #111;
    cursor: pointer;
  }
  .shop-mobile-drawer .dn-menu {
    display: block !important;
    flex: 1 1 auto;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: auto !important;
    padding: 0.6rem 0 2.4rem;
  }
  .shop-mobile-drawer .dn-menu .shop-nav,
  .shop-mobile-drawer .dn-menu .ax-menu,
  .shop-mobile-drawer ul.shop-nav,
  .shop-mobile-drawer ul.ax-menu {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    list-style: none !important;
  }
  .shop-mobile-drawer .shop-nav > li,
  .shop-mobile-drawer .ax-menu > li,
  .shop-mobile-drawer li {
    display: block !important;
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 auto !important;
    white-space: normal !important;
  }
  .shop-mobile-drawer .shop-nav > li > div,
  .shop-mobile-drawer .ax-menu > li > div {
    display: block !important;
    width: 100%;
  }
  .shop-mobile-drawer .shop-nav a,
  .shop-mobile-drawer .ax-menu a,
  .shop-mobile-drawer .shop-nav [label],
  .shop-mobile-drawer .ax-menu [label] {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box;
    padding: 1.35rem 1.8rem !important;
    font-size: 1.6rem !important;
    font-weight: 700;
    line-height: 1.35 !important;
    color: #111 !important;
    border: 0 !important;
    border-bottom: 1px solid #f0f0f0 !important;
    white-space: normal !important;
    text-align: left !important;
  }
  .shop-mobile-drawer .shop-nav > li > ul,
  .shop-mobile-drawer .ax-menu > li > ul {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    position: static !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 0 0.4rem !important;
    background: #f7f7f7 !important;
    box-shadow: none !important;
  }
  .shop-mobile-drawer .shop-nav > li > ul a,
  .shop-mobile-drawer .ax-menu > li > ul a {
    padding: 1rem 1.8rem 1rem 2.4rem !important;
    font-size: 1.4rem !important;
    font-weight: 600;
    color: #444 !important;
    border-bottom-color: #ececec !important;
  }
  body.shop-menu-lock {
    overflow: hidden;
  }
  body.shop-menu-lock > .com-header {
    z-index: 1;
  }

  .shop-page {
    padding: 2rem 1.6rem 3.2rem;
    max-width: 100%;
  }
  .shop-page.shop-product {
    padding: 2rem 1.6rem 3.2rem;
    max-width: 100%;
  }
  .shop-page.shop-product .shop-crumbs {
    margin: 0 0 1.4rem;
    font-size: 1.2rem;
  }
  .shop-detail {
    gap: 1.6rem;
  }
  .shop-gallery {
    min-height: 0;
    padding: 1.6rem 1.2rem;
    border-radius: 10px;
  }
  .shop-gallery img {
    max-height: 240px;
  }
  .shop-buy h1,
  .shop-page.shop-product h1 {
    font-size: 2.2rem !important;
    line-height: 1.25;
    margin: 0 0 0.8rem;
  }
  .shop-stock {
    margin: 0 0 1.2rem;
    font-size: 1.3rem;
  }
  .shop-buy-box {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
  .shop-stock.is-inquiry ~ .shop-buy-box .shop-price.is-inquiry {
    display: none;
  }
  .shop-buy-row {
    display: block;
    margin-top: 0.4rem;
  }
  .shop-buy-row .shop-btn,
  .shop-buy-row .shop-add-cart {
    width: 100%;
    min-height: 4.8rem;
    border-radius: 8px;
  }
  .shop-tools {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem;
    margin-top: 1.2rem;
    padding-top: 1.2rem;
  }
  .shop-tools a[href^="mailto"] {
    display: none;
  }
  .shop-tools a,
  .shop-tools button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 4.4rem;
    padding: 0 1rem;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    background: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    color: #222;
  }
  .shop-trust {
    grid-template-columns: 1fr;
    gap: 0.8rem;
    margin-top: 1.4rem;
    padding: 1.2rem 1.4rem 1.3rem;
    border: 1px solid #ececec;
    border-radius: 8px;
    background: #fafafa;
    font-size: 1.35rem;
    line-height: 1.45;
  }
  .shop-sections {
    margin-top: 2.4rem;
  }
  .shop-sections h2 {
    margin: 0 0 1.2rem;
    font-size: 1.8rem;
  }
  .shop-specs {
    border-radius: 10px;
  }
  .shop-specs td,
  .shop-specs th {
    display: block;
    width: 100% !important;
    padding: 0.35rem 1.4rem;
  }
  .shop-specs tr {
    display: block;
    padding: 1rem 0 1.05rem;
    border-bottom: 1px solid #ececec;
  }
  .shop-specs tr:last-child {
    border-bottom: 0;
  }
  .shop-specs td:first-child {
    padding-top: 0;
    padding-bottom: 0.15rem;
    color: #888;
    font-size: 1.15rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    background: transparent !important;
    border: 0;
  }
  .shop-specs td:last-child {
    padding-bottom: 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #111;
    border: 0;
    background: transparent !important;
  }

  body > .com-footer {
    overflow: hidden;
  }
  body > .com-footer .com-cont-1460,
  body > .com-footer .com-cont-1760,
  body > .com-footer .com-cont {
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
    padding: 0 1.6rem;
    box-sizing: border-box;
    margin: 0 auto;
  }
  body > .com-footer .dn-upper {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 1.4rem;
    padding: 1.6rem 0 1.2rem !important;
  }
  body > .com-footer .com-padding-top-60 {
    padding-top: 1.6rem !important;
  }
  body > .com-footer .com-padding-bottom-80 {
    padding-bottom: 1.2rem !important;
  }
  body > .com-footer .dn-upper .dn-left,
  body > .com-footer .dn-upper .dn-middle,
  body > .com-footer .dn-upper .dn-right {
    display: block !important;
    max-width: none !important;
    width: 100% !important;
    flex: none !important;
  }
  body > .com-footer .dn-upper .dn-left .dp-img1 {
    height: 2.8rem;
    width: auto;
    max-width: 14rem;
    object-fit: contain;
  }
  body > .com-footer .dn-upper .dn-left .dp-title1,
  body > .com-footer .font-size-30 {
    font-size: 1.45rem !important;
    line-height: 1.3;
    margin-top: 0.6rem;
  }
  body > .com-footer .dn-upper .dn-left .dp-intr1,
  body > .com-footer .dn-upper .dn-left .font-size-16 {
    font-size: 1.25rem !important;
    line-height: 1.45;
    max-width: 100%;
    overflow: hidden;
    overflow-wrap: anywhere;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  body > .com-footer .ax-padding-top,
  body > .com-footer .ax-margin-top {
    padding-top: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  body > .com-footer .dn-upper .ul-share {
    flex-wrap: wrap;
    gap: 1rem;
  }
  body > .com-footer .dn-upper .ul-share i {
    font-size: 1.8rem;
  }
  body > .com-footer .dn-middle .ax-menu2,
  body > .com-footer .dn-right .ax-menu2 {
    display: flex !important;
    flex-direction: column;
    gap: 0.55rem !important;
    width: 100%;
  }
  body > .com-footer .dn-middle a,
  body > .com-footer .font-size-18 {
    font-size: 1.35rem !important;
  }
  body > .com-footer .dn-middle a,
  body > .com-footer .dn-right a,
  body > .com-footer .dn-right .dp-title1,
  body > .com-footer .dn-right .dp-p1,
  body > .com-footer .dn-right .dp-p2 {
    white-space: normal;
    overflow-wrap: anywhere;
  }
  body > .com-footer .dn-right .dp-title1,
  body > .com-footer .font-size-20 {
    font-size: 1.35rem !important;
    margin-bottom: 0.2rem;
  }
  body > .com-footer .dn-right .dp-p1 {
    font-size: 1.15rem !important;
    opacity: 0.85;
  }
  body > .com-footer .dn-right .dp-p2,
  body > .com-footer .dn-right .font-size-16 {
    font-size: 1.3rem !important;
    font-weight: 600;
    line-height: 1.4;
  }
  body > .com-footer .ax-break-line {
    margin: 0;
  }
  body > .com-footer .dn-lower {
    display: block;
    text-align: left;
    font-size: 1.2rem !important;
    line-height: 1.55;
    padding: 1rem 0 1.2rem !important;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  #cart-root {
    min-width: 0;
    overflow: hidden;
  }
  .shop-cart-table,
  .shop-cart-table thead,
  .shop-cart-table tbody,
  .shop-cart-table tfoot {
    display: block;
    width: 100%;
  }
  .shop-cart-table thead {
    display: none;
  }
  .shop-cart-table tr {
    display: grid;
    grid-template-columns: 7.2rem minmax(0, 1fr);
    column-gap: 1.2rem;
    row-gap: 0.7rem;
    padding: 1.6rem 0;
    border-bottom: 1px solid #ececec;
    align-items: start;
  }
  .shop-cart-table th,
  .shop-cart-table td {
    display: block;
    width: auto;
    max-width: 100%;
    border: 0;
    padding: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .shop-cart-table td:nth-child(1) {
    grid-column: 1;
    grid-row: 1 / span 4;
  }
  .shop-cart-table td:nth-child(2),
  .shop-cart-table td:nth-child(3),
  .shop-cart-table td:nth-child(4),
  .shop-cart-table td:nth-child(5) {
    grid-column: 2;
  }
  .shop-cart-table img {
    width: 7.2rem;
    height: 7.2rem;
  }
  .shop-cart-table a {
    display: block;
    font-size: 1.4rem;
    line-height: 1.35;
  }
  .shop-cart-table td:nth-child(3)::before {
    content: "Količina";
    display: block;
    margin-bottom: 0.4rem;
    font-size: 1.15rem;
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }
  .shop-cart-table td:nth-child(4) {
    font-size: 1.6rem;
    font-weight: 800;
  }
  .shop-qty {
    width: 7.2rem;
    height: 4rem;
  }
  .shop-cart-summary {
    padding: 1.6rem;
    min-width: 0;
    box-sizing: border-box;
  }
  .shop-cart-summary .sum {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
    flex-wrap: wrap;
    font-size: 1.6rem;
  }
  .shop-cart-summary .sum strong {
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .shop-cart-summary .shop-ids {
    overflow-wrap: anywhere;
  }
}
