:root {
  --page-bg: #000000;
  --surface-dark: #070707;
  --surface-soft: #190303;
  --surface-light: #3b3f42;
  --surface-accent: #9c0808;
  --ash-grey: #3b3f42;
  --page-text: #f2f2f2;
  --page-heading: #ffffff;
  --page-muted: #d7d7d7;
  --page-link: #ff3b3b;
  --btn-bg: #9c0808;
  --btn-hover: #ff1919;
  --btn-text: #ffffff;
  --line: rgba(255, 255, 255, .14);
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--page-text);
  background:
    linear-gradient(rgba(0, 0, 0, .88), rgba(0, 0, 0, .94)),
    url("img/bg.jpg") center/cover fixed,
    var(--page-bg);
  font-family: "Neue Haas Grotesk Display Pro", "Neue Haas Grotesk Display", Inter, Poppins, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.7;
  padding-bottom: 58px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--page-link);
}

a:hover,
a:focus {
  color: #ff6b6b;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand,
.btn {
  color: var(--page-heading);
  font-weight: 800;
}

.surface-page {
  background: rgba(0, 0, 0, .96);
  color: var(--page-text);
}

.surface-dark {
  background: var(--surface-dark);
  color: var(--page-text);
}

.surface-soft {
  background: var(--surface-soft);
  color: var(--page-text);
}

.surface-light {
  background: var(--surface-light);
  color: #ffffff;
}

.surface-light :is(h1,h2,h3,h4,h5,h6,p,li,strong,span,td,th,small) {
  color: #ffffff;
}

.navbar {
  border-bottom: 1px solid var(--line);
}

.homepage-navbar .container {
  gap: .75rem;
  max-width: none;
  padding-right: clamp(.75rem, 2vw, 1.5rem);
  padding-left: clamp(.75rem, 2vw, 1.5rem);
}

.navbar-brand img {
  width: 170px;
  height: auto;
  max-height: 44px;
  object-fit: contain;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(242, 242, 242, .86);
  font-weight: 600;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ff3b3b;
}

.dropdown-menu {
  background: #070707;
  border: 1px solid rgba(255, 25, 25, .32);
  border-radius: .75rem;
  box-shadow: 0 16px 36px rgba(0,0,0,.38);
  padding: .45rem;
}

.dropdown-item {
  color: rgba(255,255,255,.88);
  border-radius: .5rem;
  font-weight: 700;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active {
  background: #9c0808;
  color: #ffffff;
}

.navbar-actions {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  margin-left: auto;
}

.navbar-actions .btn {
  min-width: 74px;
  padding: .42rem .72rem;
  border-radius: .45rem;
  font-size: .86rem;
  line-height: 1.15;
  white-space: nowrap;
}

.profile-menu {
  position: relative;
}

.profile-trigger {
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid rgba(255, 25, 25, .42);
  border-radius: 999px;
  background: #070707;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(255, 25, 25, .18);
}

.profile-trigger img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.profile-dropdown {
  right: 0;
  left: auto;
  min-width: 280px;
  padding: 1rem;
  text-align: center;
}

.profile-photo-wrap {
  position: relative;
  width: 74px;
  height: 74px;
  margin: .35rem auto .8rem;
}

.profile-photo-wrap img {
  width: 74px;
  height: 74px;
  object-fit: cover;
  border-radius: 999px;
  border: 2px solid rgba(255, 25, 25, .55);
}

.profile-photo-badge {
  position: absolute;
  right: 0;
  bottom: 2px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #9c0808;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, .28);
  font-size: .72rem;
  font-weight: 900;
}

.profile-dropdown strong {
  display: block;
  color: #ffffff;
  font-size: 1.05rem;
  line-height: 1.25;
}

.profile-dropdown span,
.profile-dropdown small {
  display: block;
  color: rgba(255, 255, 255, .74);
  font-size: .86rem;
}

.profile-dropdown small {
  margin-top: .45rem;
  color: #ff3b3b;
  font-weight: 800;
}

.marquee-strip {
  overflow: hidden;
  background: #070707;
  border-bottom: 1px solid rgba(255, 25, 25, .32);
  color: #ffffff;
}

.marquee-text {
  display: block;
  margin: 0;
  padding: .48rem 0;
  white-space: nowrap;
  font-size: clamp(.78rem, 1.15vw, .95rem);
  line-height: 1.2;
  font-weight: 500;
  color: #ffffff;
  text-shadow: 0 0 18px rgba(255, 25, 25, .3);
}

@media (min-width: 851px) {
  .homepage-navbar .container {
    position: relative;
  }

  .homepage-navbar {
    flex-wrap: nowrap;
  }

  .homepage-navbar .navbar-toggler {
    display: none;
  }

  .homepage-navbar .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    flex-grow: 0;
    position: absolute;
    left: 50%;
    width: max-content;
    transform: translateX(-50%);
  }

  .homepage-navbar .navbar-nav {
    flex-direction: row;
    margin-left: 0 !important;
  }

  .homepage-navbar .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .homepage-navbar .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .homepage-navbar .navbar-actions {
    order: 1;
    margin-left: .25rem;
  }
}

@media (min-width: 491px) and (max-width: 850px) {
  .homepage-navbar .container {
    flex-wrap: nowrap;
    gap: .35rem;
  }

  .homepage-navbar .navbar-brand {
    margin-right: .1rem;
  }

  .navbar-actions {
    gap: .35rem;
  }

  .navbar-actions .btn {
    min-width: 56px;
    padding: .34rem .48rem;
    font-size: .73rem;
  }
}

@media (max-width: 550px) {
  .homepage-navbar .navbar-brand img {
    width: 140px;
  }
}

@media (max-width: 490px) {
  .homepage-navbar .container {
    justify-content: center;
    gap: .45rem;
  }

  .homepage-navbar .navbar-brand {
    flex: 0 0 100%;
    margin-right: 0;
    text-align: center;
  }

  .homepage-navbar .navbar-brand img {
    width: 128px;
  }

  .navbar-actions {
    order: 2;
    margin-left: 0;
    justify-content: center;
    gap: .38rem;
  }

  .navbar-actions .btn {
    min-width: 58px;
    padding: .34rem .5rem;
    font-size: .73rem;
  }

  .profile-trigger {
    width: 34px;
    height: 34px;
  }

  .homepage-navbar .navbar-toggler {
    order: 3;
    padding: .22rem .55rem;
  }

  .homepage-navbar .navbar-collapse {
    order: 4;
    flex-basis: 100%;
    width: 100%;
  }
}

.section-pad {
  padding: clamp(3rem, 6vw, 5rem) 0;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.return-policy-page .section-pad {
  border-bottom: 0;
}

.content-narrow {
  max-width: 980px;
}

.compact-narrow {
  max-width: 1120px;
}

.breadcrumb {
  --bs-breadcrumb-divider-color: rgba(255,255,255,.45);
  --bs-breadcrumb-item-active-color: rgba(255,255,255,.7);
}

.breadcrumb a {
  text-decoration: none;
}

.hero-safe-heading {
  font-size: clamp(1.9rem, 3vw, 3.05rem);
  line-height: 1.15;
  text-shadow: 0 0 18px rgba(255, 25, 25, .32);
}

.commerce-shell,
.policy-card,
.product-card,
.spec-table,
.soft-panel {
  border: 1px solid var(--line);
  border-radius: 1rem;
  box-shadow: 0 14px 40px -18px rgba(255, 25, 25, .42);
}

.commerce-shell {
  background: linear-gradient(135deg, rgba(7,7,7,.98), rgba(25,3,3,.95));
  padding: clamp(1.25rem, 3vw, 2rem);
}

.surface-dark .commerce-shell {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

.return-policy-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, .9fr);
  align-items: center;
  gap: clamp(1.5rem, 4vw, 4rem);
}

.return-policy-image-slot {
  width: 100%;
  min-height: clamp(220px, 28vw, 360px);
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, .04);
  color: rgba(255, 255, 255, .62);
  font-size: .9rem;
  overflow: hidden;
}

.return-policy-image-slot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.commerce-shell.marketplace-product {
  background: linear-gradient(135deg, #070707, #190303 58%, #3b3f42);
  color: #ffffff;
  border-color: rgba(255, 25, 25, .32);
  border-radius: .85rem;
  box-shadow: 0 18px 46px -24px rgba(255, 25, 25, .55);
}

.marketplace-product :is(h1,h2,h3,h4,h5,h6,strong,span,p,li,label) {
  color: inherit;
}

.marketplace-grid {
  display: grid;
  grid-template-columns: minmax(280px, .95fr) minmax(300px, 1fr);
  gap: clamp(1.25rem, 3vw, 2.25rem);
  align-items: start;
}

.marketplace-gallery-main {
  aspect-ratio: 1 / 1;
  background: #070707;
  border: 1px solid rgba(255, 255, 255, .18);
  overflow: hidden;
}

.marketplace-gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.marketplace-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .6rem;
  margin-top: .7rem;
}

.marketplace-thumb {
  aspect-ratio: 1 / 1;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .18);
  background: var(--ash-grey);
  overflow: hidden;
}

.marketplace-thumb.is-active {
  border: 2px solid #ff3b3b;
}

.marketplace-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.share-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .65rem;
  margin-top: 1rem;
  color: #ffffff;
}

.share-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #190303;
  color: #ffffff !important;
  border: 1px solid rgba(255, 59, 59, .42);
  font-size: .78rem;
  font-weight: 900;
  text-decoration: none;
}

.product-kicker {
  display: inline-flex;
  align-items: center;
  padding: .16rem .38rem;
  border-radius: .2rem;
  background: #9c0808;
  color: #ffffff !important;
  font-size: .75rem;
  font-weight: 900;
  line-height: 1.1;
  vertical-align: middle;
}

.marketplace-title {
  margin: 0 0 .65rem;
  color: #ffffff !important;
  font-size: clamp(1.18rem, 2.2vw, 1.55rem);
  line-height: 1.28;
  text-shadow: none;
}

.rating-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .8rem;
  color: rgba(255, 255, 255, .82);
  font-size: .95rem;
  margin-bottom: .8rem;
}

.rating-stars {
  color: #ffb400 !important;
  letter-spacing: 1px;
}

.rating-row a {
  color: #ffffff;
  text-underline-offset: .25rem;
}

.marketplace-price {
  background: var(--ash-grey);
  color: #ff3b3b !important;
  font-size: clamp(1.8rem, 4vw, 2.45rem);
  line-height: 1;
  font-weight: 800;
  padding: 1.2rem 1.25rem;
  margin-bottom: 1rem;
}

.marketplace-info {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: .85rem 1rem;
  padding: .75rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  color: #ffffff;
}

.marketplace-info dt {
  color: rgba(255, 255, 255, .72);
  font-weight: 500;
}

.marketplace-info dd {
  margin: 0;
}

.marketplace-info small {
  display: block;
  color: rgba(255, 255, 255, .62);
  margin-top: .25rem;
}

.guarantee-dropdown {
  position: relative;
}

.guarantee-dropdown summary {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  color: #ffffff;
  cursor: pointer;
  list-style: none;
}

.guarantee-dropdown summary::-webkit-details-marker {
  display: none;
}

.guarantee-dropdown summary::after {
  content: "";
  width: .46rem;
  height: .46rem;
  border-right: 1.5px solid rgba(255, 255, 255, .72);
  border-bottom: 1.5px solid rgba(255, 255, 255, .72);
  transform: rotate(45deg) translateY(-1px);
  transition: transform .18s ease;
}

.guarantee-dropdown[open] summary::after {
  transform: rotate(225deg) translate(-1px, -1px);
}

.guarantee-mark,
.guarantee-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #9c0808;
  color: #ffffff !important;
  font-weight: 900;
}

.guarantee-mark {
  width: 22px;
  height: 22px;
  font-size: .78rem;
}

.guarantee-panel {
  position: absolute;
  z-index: 20;
  top: calc(100% + .75rem);
  left: 0;
  width: min(520px, calc(100vw - 2rem));
  padding: 1rem;
  background: #070707;
  border: 1px solid rgba(255, 25, 25, .36);
  border-radius: .35rem;
  box-shadow: 0 22px 48px rgba(0, 0, 0, .45);
}

.guarantee-panel > strong {
  display: block;
  padding-bottom: .75rem;
  margin-bottom: .85rem;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  color: #ffffff;
}

.guarantee-item {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: .75rem;
  align-items: start;
  margin-bottom: .85rem;
}

.guarantee-item:last-child {
  margin-bottom: 0;
}

.guarantee-badge {
  width: 24px;
  height: 24px;
  font-size: .72rem;
  margin-top: .1rem;
}

.guarantee-item b {
  display: block;
  color: #ffffff;
  line-height: 1.25;
}

.guarantee-item p {
  margin: .18rem 0 0;
  color: rgba(255, 255, 255, .68) !important;
  font-size: .9rem;
  line-height: 1.45;
}

.guarantee-link {
  display: inline-flex;
  margin-top: .35rem;
  color: #ff3b3b !important;
  font-size: .9rem;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: .22rem;
}

.guarantee-link:hover,
.guarantee-link:focus {
  color: #ffffff !important;
}

.option-row {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: .85rem 1rem;
  align-items: start;
  margin-top: 1rem;
}

.option-label {
  color: rgba(255, 255, 255, .72);
  padding-top: .45rem;
}

.option-grid {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
}

.option-chip {
  min-height: 40px;
  padding: .45rem .72rem;
  border: 1px solid rgba(255, 255, 255, .18);
  background: #070707;
  color: #ffffff;
  font-weight: 600;
}

.option-chip.is-active {
  color: #ffffff;
  border-color: #ff3b3b;
  background: #9c0808;
  box-shadow: inset 0 -2px 0 #ff3b3b;
}

.qty-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: 1.35rem;
}

.qty-control {
  display: inline-grid;
  grid-template-columns: 34px 48px 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, .18);
}

.qty-control span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, .18);
  color: #ffffff;
}

.qty-control span:last-child {
  border-right: 0;
}

.stock-note {
  color: rgba(255, 255, 255, .66) !important;
  font-size: .92rem;
}

.marketplace-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .9rem;
  margin-top: 1.55rem;
}

.marketplace-actions .btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.product-media {
  aspect-ratio: 4 / 3;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  background: #000;
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.price-panel {
  background: var(--ash-grey);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: .85rem;
  padding: 1rem;
}

.price {
  font-size: clamp(1.65rem, 4vw, 2.35rem);
  line-height: 1;
  color: #ffffff;
  font-weight: 900;
}

.microcopy {
  color: rgba(255,255,255,.74);
  font-size: .95rem;
}

.badge-pill {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .4rem .78rem;
  border-radius: 999px;
  font-size: .86rem;
  line-height: 1.2;
  font-weight: 700;
  background: #9c0808;
  color: #ffffff;
  border: 1px solid #ff3b3b;
}

.btn-brand {
  background: var(--btn-bg);
  border: 0;
  border-radius: .5rem;
  color: var(--btn-text) !important;
  box-shadow: 0 8px 24px rgba(255, 25, 25, .28);
}

.btn-brand:hover,
.btn-brand:focus {
  background: var(--btn-hover);
  color: var(--btn-text) !important;
  transform: translateY(-2px);
}

.btn-ghost {
  background: transparent;
  border: 1px solid #ff3b3b;
  border-radius: .5rem;
  color: #ff3b3b !important;
}

.btn-ghost:hover,
.btn-ghost:focus {
  background: #ff1919;
  color: #ffffff !important;
  transform: translateY(-2px);
}

/* Product action buttons */
.btn-buy {
  background: #9c0808;
  border: 0;
  border-radius: .2rem;
  color: #ffffff !important;
  box-shadow: 0 10px 30px rgba(255, 25, 25, .28);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.btn-buy:hover,
.btn-buy:focus {
  transform: translateY(-2px);
  filter: brightness(1.03);
}

.btn-login {
  background: var(--ash-grey);
  border: 1px solid rgba(255, 255, 255, .18);
  color: #ffffff !important;
  border-radius: .2rem;
}
.btn-login:hover,
.btn-login:focus {
  background: #ff1919;
  color: #ffffff !important;
  transform: translateY(-1px);
}

.product-card,
.policy-card,
.soft-panel {
  background: var(--ash-grey);
  color: #ffffff;
  padding: clamp(1rem, 2.5vw, 1.4rem);
}

.policy-article {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: clamp(1.25rem, 3vw, 2.2rem);
}

.policy-section + .policy-section {
  margin-top: clamp(1.25rem, 3vw, 2rem);
  padding-top: clamp(1.25rem, 3vw, 2rem);
  border-top: 0;
}

.policy-section h2 {
  margin-bottom: .7rem;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
}

.policy-section p,
.policy-section li {
  color: rgba(255,255,255,.86);
}

.policy-section ol {
  padding-left: 1.2rem;
  margin-bottom: 1rem;
}

.product-card p,
.policy-card p,
.soft-panel p,
.product-card li,
.policy-card li,
.soft-panel li {
  color: rgba(255,255,255,.86);
}

.accordion-button,
.accordion-button.collapsed,
.accordion-button:not(.collapsed) {
  color: #ffffff !important;
  background: transparent;
}

.accordion-button *,
.accordion-body {
  color: #ffffff !important;
}

.spec-table {
  overflow: hidden;
  background: var(--ash-grey);
}

.spec-table table {
  margin: 0;
}

.spec-table .table > :not(caption) > * > * {
  background: transparent;
  color: #ffffff;
  border-color: rgba(255,255,255,.16);
}

.woo-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .75rem;
}

.woo-strip div {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: .75rem;
  padding: .85rem;
}

.woo-strip strong {
  display: block;
  color: #ffffff;
  font-size: .9rem;
}

.woo-strip span {
  color: rgba(255,255,255,.7);
  font-size: .82rem;
}

.footer {
  background: #070707;
  border-top: 1px solid rgba(255, 25, 25, .32);
  padding: 32px 20px 16px;
  margin-top: 48px;
  color: #f2f2f2;
}

.footer-inner {
  max-width: 1400px;
  margin: 0 auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 22px;
  margin-bottom: 20px;
}

.footer-logo {
  display: block;
  width: min(220px, 100%);
  height: auto;
  margin-bottom: 12px;
}

.footer-brand p,
.footer-col a,
.footer-col span {
  font-size: 13px;
  color: #cfcfcf;
  display: block;
  margin-bottom: 6px;
  text-decoration: none;
}

.footer-col h4 {
  font-size: 13.5px;
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: 800;
}

.footer-col a:hover,
.footer-col a:focus {
  color: #ff3b3b;
  text-decoration: underline;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 25, 25, .24);
  padding-top: 12px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 12px;
  color: #b8b8b8;
}

@media (min-width: 791px) {
  .footer {
    padding-right: clamp(1.25rem, 4vw, 7rem);
    padding-left: clamp(1.25rem, 4vw, 7rem);
  }

  .footer-inner {
    max-width: none;
  }

  .footer-grid {
    grid-template-columns: minmax(260px, 1fr) minmax(1rem, .35fr) repeat(3, minmax(90px, max-content));
    gap: clamp(1rem, 3vw, 6rem);
    align-items: start;
  }

  .footer-brand {
    max-width: 640px;
    justify-self: start;
  }

  .footer-brand + .footer-col {
    grid-column: 3;
  }

  .footer-col {
    justify-self: end;
    min-width: 90px;
  }
}

@media (min-width: 791px) and (max-width: 1050px) {
  .footer-grid {
    grid-template-columns: minmax(260px, 1fr) repeat(3, minmax(90px, max-content));
  }

  .footer-brand + .footer-col {
    grid-column: 2;
  }
}

@media (max-width: 790px) {
  .footer {
    padding: 20px 16px 10px;
    margin-top: 32px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px 14px;
  }
}

@media (max-width: 767.98px) {
  .return-policy-hero {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .return-policy-image-slot {
    min-height: 180px;
  }
}

.mobilebar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1110;
  min-height: 50px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: rgba(14, 0, 3, .96);
  border-top: 1px solid rgba(255, 25, 25, .48);
  box-shadow: 0 -10px 24px rgba(0, 0, 0, .28);
}

.mobilebar a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  min-width: 0;
  padding: .32rem .2rem;
  color: #f2f2f2;
  text-decoration: none;
  font-size: clamp(.62rem, 2vw, .75rem);
  font-weight: 800;
  border-right: 1px solid rgba(255, 255, 255, .11);
}

.mobilebar a:last-child {
  border-right: 0;
}

.mobilebar img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.back-top {
  position: fixed;
  right: 1rem;
  bottom: 4.3rem;
  z-index: 1100;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: #9c0808;
  color: #ffffff;
  padding: 0;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .34);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity .2s ease, visibility .2s ease, transform .2s ease, background .2s ease;
}

.back-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.back-top:hover,
.back-top:focus {
  background: #ff1919;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .45s ease, transform .45s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 767.98px) {
  body {
    padding-bottom: 56px;
  }

  .commerce-shell {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }

  .marketplace-grid {
    grid-template-columns: 1fr;
  }

  .marketplace-thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .marketplace-info,
  .option-row {
    grid-template-columns: 1fr;
    gap: .35rem;
  }

  .option-label {
    padding-top: 0;
  }

  .marketplace-actions {
    grid-template-columns: 1fr;
  }

  .woo-strip {
    grid-template-columns: 1fr 1fr;
  }

}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
