:root {
  --xes-black: #0b0b0e;
  --xes-white: #ffffff;
  --xes-muted: rgba(255, 255, 255, 0.72);
  --xes-accent: #ff2d55;
  --xes-surface: #121218;
  --xes-border: rgba(255, 255, 255, 0.12);
  --xes-bg: #ffffff;
  --xes-text: #101114;
}

html, body {
  background: var(--xes-bg);
  color: var(--xes-text);
}

html[data-theme="dark"] {
  --xes-bg: #0b0b0e;
  --xes-text: rgba(255, 255, 255, 0.92);
}

.xes-topbar {
  background: linear-gradient(180deg, #0b0b0e 0%, #07070a 100%);
  border-bottom: 1px solid var(--xes-border);
}

.xes-topstrip {
  background: #0b0b0e;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.xes-redbar {
  background: #c8181f;
}

.xes-navlink {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.95rem;
}

.xes-navlink:hover {
  color: #ffffff;
  text-decoration: none;
}

.xes-brand {
  font-weight: 800;
  letter-spacing: 0.22em;
  font-size: 1.1rem;
}

.xes-nav a {
  color: var(--xes-muted);
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.xes-nav a:hover {
  color: var(--xes-white);
}

.xes-hero {
  background: radial-gradient(1200px 600px at 20% 10%, rgba(255, 45, 85, 0.20), transparent 55%),
              radial-gradient(900px 600px at 80% 0%, rgba(0, 164, 255, 0.16), transparent 55%),
              linear-gradient(180deg, #0b0b0e 0%, #0a0a0c 100%);
  border: 1px solid var(--xes-border);
  border-radius: 20px;
}

.xes-hero--full {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}

.xes-category-link {
  aspect-ratio: 16 / 9;
}

@media (hover: none) {
  .xes-product-actions {
    opacity: 1;
    transform: none;
  }
}

.xes-hero h1 {
  font-weight: 900;
  letter-spacing: -0.02em;
}

.xes-hero .btn-accent {
  background: var(--xes-accent);
  border-color: var(--xes-accent);
  color: #101014;
  font-weight: 800;
}

.xes-hero .btn-outline-light {
  border-color: rgba(255, 255, 255, 0.18);
}

.xes-section-title {
  font-weight: 900;
  letter-spacing: -0.01em;
}

.xes-card {
  background: rgba(18, 18, 24, 0.7);
  border: 1px solid var(--xes-border);
  border-radius: 16px;
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.xes-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(18, 18, 24, 0.9);
}

.xes-card img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.xes-card > a > img:not(.xes-zoom),
.xes-card > img:not(.xes-zoom) {
  aspect-ratio: 16 / 9;
  height: 160px;
}

.xes-thumb img,
.xes-mini-thumb img {
  aspect-ratio: 1 / 1;
}

.xes-scrollrow {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 6px;
  scroll-snap-type: x mandatory;
}

.xes-scrollrow__item {
  flex: 0 0 auto;
  width: 320px;
  scroll-snap-align: start;
}

.xes-scrollrow__item .xes-card {
  height: 100%;
}

.xes-inline-qv__media .carousel-inner {
  aspect-ratio: 16 / 9;
}

.xes-inline-qv__media .carousel-item img {
  height: 100%;
  object-fit: cover;
}

.xes-price {
  font-weight: 900;
}

.xes-strike {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: line-through;
  font-weight: 600;
}

.xes-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.6rem;
  border-radius: 999px;
  background: rgba(255, 45, 85, 0.16);
  border: 1px solid rgba(255, 45, 85, 0.34); 
  font-weight: 800;
  letter-spacing: 0.02em;
  font-size: 0.85rem;
}

.xes-filter {
  background: #ffffff;
  border: 1px solid rgba(16, 17, 20, 0.10);
  border-radius: 14px;
}

.xes-main .form-control, .xes-main .form-select {
  background: #ffffff;
  border-color: rgba(16, 17, 20, 0.14);
  color: #101114;
}

.xes-main .form-control:focus, .xes-main .form-select:focus {
  background: #ffffff;
  border-color: rgba(16, 17, 20, 0.26);
  color: #101114;
  box-shadow: 0 0 0 0.2rem rgba(255, 45, 85, 0.18);
}

.xes-main .form-control::placeholder {
  color: rgba(16, 17, 20, 0.45);
}

.btn-accent {
  background: var(--xes-accent);
  border-color: var(--xes-accent);
  color: #ffffff;
  font-weight: 900;
}

.btn-accent:hover {
  background: #ff4a6b;
  border-color: #ff4a6b;
  color: #ffffff;
}

.xes-footer {
  background: linear-gradient(180deg, #0b0b0e 0%, #07070a 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.72);
}

.offcanvas {
  border-right: 1px solid var(--xes-border);
  background: #0b0b0e;
  color: #ffffff;
}

#xesMenu.offcanvas.offcanvas-start {
  width: 60vw;
  max-width: 420px;
}

.xes-filter-sticky {
  position: sticky;
  top: 92px;
}

html[data-theme="light"] .xes-main .text-white {
  color: #101114 !important;
}

html[data-theme="light"] .xes-main .text-white-50 {
  color: rgba(16, 17, 20, 0.62) !important;
}

html[data-theme="light"] .xes-main .xes-card {
  background: #ffffff;
  border: 1px solid rgba(16, 17, 20, 0.10);
}

html[data-theme="light"] .xes-main .xes-card:hover {
  border-color: rgba(16, 17, 20, 0.16);
  background: #ffffff;
}

html[data-theme="light"] .xes-main .xes-strike {
  color: rgba(16, 17, 20, 0.45);
}

html[data-theme="light"] .xes-main .btn-outline-light {
  border-color: rgba(16, 17, 20, 0.18);
  color: rgba(16, 17, 20, 0.92);
}

html[data-theme="light"] .xes-main .btn-outline-light:hover {
  border-color: rgba(16, 17, 20, 0.28);
  color: rgba(16, 17, 20, 0.92);
  background: rgba(16, 17, 20, 0.04);
}

.xes-main .xes-hero .text-white {
  color: #ffffff !important;
}

.xes-main .xes-hero .text-white-50 {
  color: rgba(255, 255, 255, 0.72) !important;
}

.xes-main .xes-hero .btn-outline-light {
  border-color: rgba(255, 255, 255, 0.20);
  color: #ffffff;
  background: transparent;
}

.xes-main .xes-hero .btn-outline-light:hover {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
}

.xes-product-card {
  background: #ffffff;
  border: 1px solid rgba(16, 17, 20, 0.10);
  border-radius: 18px;
  overflow: hidden;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.xes-product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(16, 17, 20, 0.18);
  background: #ffffff;
}

.xes-product-media {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(16, 17, 20, 0.06);
  background: #f4f4f7;
}

.xes-product-link {
  display: block;
  position: relative;
  aspect-ratio: 4 / 5;
}

.xes-product-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform 380ms ease, opacity 240ms ease, filter 380ms ease;
  will-change: transform, opacity;
}

.xes-product-img--secondary {
  opacity: 0;
}

.xes-product-card:hover .xes-product-img--primary {
  opacity: 0;
  transform: scale(1.06);
  filter: contrast(1.04) saturate(1.06);
}

.xes-product-card:hover .xes-product-img--secondary {
  opacity: 1;
  transform: scale(1.06);
  filter: contrast(1.04) saturate(1.06);
}

.xes-product-badges {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  pointer-events: none;
}

.xes-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.6rem;
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: 0.03em;
  font-size: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(10px);
}

.xes-pill--accent {
  background: rgba(255, 45, 85, 0.18);
  border-color: rgba(255, 45, 85, 0.40);
  
}

.xes-pill--blue {
  background: rgba(0, 164, 255, 0.16);
  border-color: rgba(0, 164, 255, 0.36);
 
}

.xes-product-actions {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 220ms ease, transform 220ms ease;
}

.xes-product-card:hover .xes-product-actions {
  opacity: 1;
  transform: translateY(0);
}

.xes-product-actions .btn {
  border-radius: 12px;
}

.xes-product-actions .btn-outline-light {
  border-color: rgba(255, 255, 255, 0.55);
  color: #ffffff;
  background: rgba(0, 0, 0, 0.14);
}

.xes-product-actions .btn-outline-light:hover {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(0, 0, 0, 0.22);
  color: #ffffff;
}

.xes-size-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 6px;
}

.xes-size {
  border-radius: 10px;
  border: 1px solid rgba(16, 17, 20, 0.16);
  background: rgba(255, 255, 255, 0.92);
  color: rgba(16, 17, 20, 0.92);
  font-weight: 900;
  font-size: 0.75rem;
  padding: 0.35rem 0.2rem;
}

.xes-size:hover {
  border-color: rgba(16, 17, 20, 0.28);
  background: rgba(16, 17, 20, 0.04);
}

.xes-quickadd {
  width: 100%;
}

.xes-product-body {
  padding: 14px 14px 16px;
}

.xes-product-title {
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 1.1;
  margin-bottom: 10px;
}

.xes-category-hero__media {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(16, 17, 20, 0.10);
}

.xes-category-hero__media img {
  width: 100%;
  height: min(44vh, 420px);
  object-fit: cover;
  display: block;
}

.xes-category-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10,10,12,0.92) 0%, rgba(10,10,12,0.50) 44%, rgba(10,10,12,0.14) 100%);
}

.xes-category-hero__content {
  position: absolute;
  left: 18px;
  bottom: 16px;
}

.xes-category-hero__actions {
  position: absolute;
  right: 14px;
  top: 14px;
}

.xes-catpill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.xes-catpill__img {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.xes-listbar .input-group-text {
  background: rgba(16, 17, 20, 0.04);
  border-color: rgba(16, 17, 20, 0.12);
  color: rgba(16, 17, 20, 0.70);
  font-weight: 800;
  letter-spacing: 0.02em;
}

.xes-filterbar {
  flex-wrap: nowrap;
  overflow-x: auto;
  padding: 8px;
}

.xes-filterbar__item {
  flex: 0 0 auto;
}

.xes-filterbar__item--search {
  min-width: 340px;
}

.xes-filterbar__item--stock {
  min-width: 120px;
}

.xes-filterbar .form-control,
.xes-filterbar .form-select,
.xes-filterbar .input-group-text,
.xes-filterbar .btn {
  border-radius: 12px;
  height: 42px;
}

.xes-filterbar .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.xes-filterbar .input-group .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.xes-inline-quickview:empty {
  display: none !important;
}

.xes-hero-block + .xes-hero-block {
  margin-top: 28px;
}

.xes-hero-mark {
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 3;
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(11, 11, 14, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
}

.xes-mini-thumbs {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.xes-mini-thumb {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(16, 17, 20, 0.14);
  background: #ffffff;
  padding: 0;
  overflow: hidden;
  position: relative;
}

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

.xes-mini-thumb.is-active::after {
  content: "";
  position: absolute;
  left: -6px;
  top: -6px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: rgba(0, 220, 150, 0.95);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.92);
}

.xes-cardthumbs--floating {
  position: absolute;
  left: 12px;
  bottom: 12px;
  display: flex;
  gap: 10px;
  padding: 10px;
  border-radius: 18px;
  background: rgba(11, 11, 14, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 44px rgba(16, 17, 20, 0.20);
}

.xes-cardthumbs--floating .xes-thumb {
  width: 44px;
  height: 44px;
  border-radius: 12px;
}

.xes-inline-qv__thumbs {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.xes-inline-qv__thumbs--floating {
  position: absolute;
  left: 14px;
  bottom: 14px;
  margin-top: 0;
  padding: 10px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(16, 17, 20, 0.10);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 44px rgba(16, 17, 20, 0.18);
}

.xes-inline-qv__thumbs--floating .xes-thumb {
  width: 54px;
  height: 54px;
  border-radius: 14px;
}

.xes-inline-qv__thumbs--floating .xes-thumb.is-active::after {
  content: "";
  position: absolute;
  right: -6px;
  top: -6px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: rgba(0, 220, 150, 0.95);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.85);
}

.xes-thumb {
  border: 1px solid rgba(16, 17, 20, 0.12);
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
  padding: 0;
  width: 72px;
  height: 72px;
  position: relative;
}

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

.xes-thumb.is-active {
  border-color: rgba(255, 45, 85, 0.55);
  box-shadow: 0 0 0 0.2rem rgba(255, 45, 85, 0.14);
}

.xes-inline-qv__buy {
  background: radial-gradient(820px 300px at 10% 0%, rgba(255, 45, 85, 0.10), transparent 55%),
              radial-gradient(700px 280px at 90% 0%, rgba(0, 164, 255, 0.10), transparent 60%),
              #ffffff;
}

.xes-inline-qv__tabs .btn {
  border-radius: 0;
}

.xes-inline-qv__tabs .btn:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.xes-inline-qv__tabs .btn:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.xes-inline-qv__tabs .btn-group {
  box-shadow: 0 14px 30px rgba(16, 17, 20, 0.10);
}

.xes-listitem .xes-offer-pill {
  background: #ff2d55;
  color: #101014;
  font-weight: 900;
  border-radius: 10px;
  padding: 4px 8px;
  line-height: 1;
}

.xes-swatch {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid rgba(16, 17, 20, 0.16);
  background: #e1e1e6;
  display: inline-block;
}

.xes-listshowcase {
  background: #101014;
}

.xes-thumbstrip {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 6px 2px;
  scroll-snap-type: x mandatory;
}

.xes-thumbstrip__item {
  flex: 0 0 auto;
  width: 220px;
  scroll-snap-align: start;
}

.xes-thumbstrip__btn {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  background: rgba(16, 17, 20, 0.35);
  padding: 0;
  overflow: hidden;
}

.xes-thumbstrip__btn img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  display: block;
}

.xes-thumbstrip__actions {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}

.xes-thumbstrip__meta2 {
  margin-top: 10px;
}

.xes-thumbstrip__name {
  font-weight: 900;
  font-size: 0.9rem;
  line-height: 1.2;
}

.xes-thumbstrip__price {
  font-weight: 900;
}

.xes-thumbstrip__strike {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: line-through;
  font-size: 0.85rem;
}

.xes-listshowcase {
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));
}

.xes-inline-qv__tabs .btn-group {
  border-radius: 14px;
  overflow: hidden;
}

.xes-inline-qv__tabs .btn {
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.xes-thumbstrip__item.is-active .xes-thumbstrip__btn {
  border-color: rgba(255, 45, 85, 0.65);
  box-shadow: 0 0 0 0.25rem rgba(255, 45, 85, 0.12);
}

.xes-thumbstrip__item.is-active .xes-thumbstrip__btn::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 10px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: rgba(0, 220, 150, 0.95);
  box-shadow: 0 0 0 3px rgba(16, 17, 20, 0.55);
}

.xes-thumbstrip__btn {
  position: relative;
}

.xes-sale-badge {
  border-radius: 14px;
  padding: 12px;
  background: radial-gradient(220px 120px at 10% 20%, rgba(255, 255, 255, 0.18), transparent 60%),
              #ff2d55;
  color: #101014;
  font-weight: 900;
  text-align: center;
}

.xes-sale-badge__label {
  font-size: 12px;
  letter-spacing: 0.12em;
}

.xes-sale-badge__pct {
  font-size: 42px;
  line-height: 1;
}

.xes-sale-badge__off {
  font-size: 14px;
  letter-spacing: 0.08em;
}

.xes-sale-badge__cta {
  margin-top: 6px;
  font-size: 12px;
  letter-spacing: 0.10em;
}

.xes-stepper {
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  border: 1px solid rgba(16, 17, 20, 0.12);
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
}

.xes-stepper__btn {
  height: 44px;
  border: 0;
  background: rgba(16, 17, 20, 0.04);
  font-weight: 900;
}

.xes-stepper__input {
  border: 0;
  text-align: center;
  height: 44px;
}

.xes-color {
  width: 18px;
  height: 18px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: linear-gradient(135deg, rgba(255,255,255,0.55), rgba(0,0,0,0.10));
}

.xes-qv-modal {
  background: #ffffff;
  color: #101114;
  border-radius: 18px;
  border: 1px solid rgba(16, 17, 20, 0.10);
}

.xes-qv-modal .modal-header {
  border-bottom: 1px solid rgba(16, 17, 20, 0.10);
}

.xes-qv-modal .text-white-50 {
  color: rgba(16, 17, 20, 0.62) !important;
}

.xes-qv-modal .btn-outline-light {
  border-color: rgba(16, 17, 20, 0.18);
  color: rgba(16, 17, 20, 0.92);
}

.xes-qv-modal .btn-outline-light:hover {
  border-color: rgba(16, 17, 20, 0.28);
  color: rgba(16, 17, 20, 0.92);
  background: rgba(16, 17, 20, 0.04);
}

.xes-buypanel {
  background: #ffffff;
  color: #101114;
  border: 1px solid rgba(16, 17, 20, 0.10);
  border-radius: 18px;
}

.xes-buypanel .text-white-50 {
  color: rgba(16, 17, 20, 0.62) !important;
}

.xes-buypanel .btn-outline-light {
  border-color: rgba(16, 17, 20, 0.16);
  color: rgba(16, 17, 20, 0.92);
}

.xes-buypanel .btn-outline-light:hover {
  border-color: rgba(16, 17, 20, 0.26);
  background: rgba(16, 17, 20, 0.04);
}

.xes-buypanel .xes-strike {
  color: rgba(16, 17, 20, 0.45);
}

.xes-buypanel .xes-size {
  border-color: rgba(16, 17, 20, 0.18);
  color: rgba(16, 17, 20, 0.92);
  background: #ffffff;
}

.xes-buypanel .xes-size:hover {
  border-color: rgba(16, 17, 20, 0.28);
  background: rgba(16, 17, 20, 0.04);
}

.xes-buypanel .xes-stepper {
  border-color: rgba(16, 17, 20, 0.14);
}

.xes-product-card--ab {
  border: 0;
  border-radius: 0;
  background: transparent;
}

.xes-product-card--ab:hover {
  transform: none;
  border-color: transparent;
}

.xes-product-card--ab .xes-product-media {
  border: 0;
  border-radius: 14px;
  background: #f4f4f7;
}

.xes-product-card--ab .xes-product-actions {
  left: 12px;
  right: 12px;
  bottom: 12px;
}

.xes-product-card--ab .xes-product-body {
  padding: 12px 2px 8px;
}

.xes-product-card--ab .xes-product-title {
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 0.95rem;
  margin-bottom: 6px;
}

.xes-product-card--ab .xes-price {
  font-weight: 900;
}

.xes-product-card--ab .xes-strike {
  color: rgba(16, 17, 20, 0.42);
}

.xes-sticky-buy {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid rgba(16, 17, 20, 0.12);
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  backdrop-filter: blur(12px);
}

.xes-sticky-buy .form-select,
.xes-sticky-buy .btn {
  border-radius: 12px;
}

.xes-zoom {
  cursor: zoom-in;
  transition: transform 200ms ease;
}
.xes-zoom:hover {
  transform: scale(1.02);
}

@media (max-width: 991.98px) {
  .xes-filter-sticky {
    position: static;
  }
  .xes-main {
    padding-bottom: 96px;
  }
  .xes-product-actions {
    opacity: 1;
    transform: translateY(0);
    grid-template-columns: 1fr;
  }
  .xes-size-row {
    grid-template-columns: repeat(4, 1fr);
  }
}
