body.xoxo-1sale {
  --xoxo-primary: var(--ast-global-color-0, #ff5151);
  --xoxo-primary-dark: var(--ast-global-color-1, #ff3f26);
  --xoxo-text: var(--ast-global-color-2, #415161);
  --xoxo-muted: #6d7b88;
  --xoxo-bg: var(--ast-global-color-4, #f4f5f6);
  --xoxo-card: var(--ast-global-color-5, #ffffff);
  --xoxo-border: #e0e5ea;
  --xoxo-shadow: 0 18px 40px rgba(22, 30, 41, 0.1);
  --xoxo-font-heading: "Space Grotesk", "Work Sans", sans-serif;
  --xoxo-font-body: "Archivo", "Work Sans", sans-serif;
  background: radial-gradient(circle at top, rgba(255, 81, 81, 0.12), transparent 60%),
    var(--xoxo-bg);
  color: var(--xoxo-text);
  font-family: var(--xoxo-font-body);
  line-height: 1.6;
  margin: 0;
}

body.xoxo-1sale * {
  box-sizing: border-box;
}

.xoxo-site {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.xoxo-container {
  width: min(1200px, 92vw);
  margin: 0 auto;
}

.xoxo-header {
  background: var(--xoxo-card);
  border-bottom: 1px solid var(--xoxo-border);
  position: relative;
  z-index: 3;
}

.xoxo-topbar {
  background: var(--xoxo-primary);
  color: #fff;
  font-size: 0.9rem;
}

.xoxo-topbar .xoxo-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
}

.xoxo-topbar a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.xoxo-topbar-cta {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.85rem;
}

.xoxo-header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
}

.xoxo-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.xoxo-logo {
  height: 46px;
  width: auto;
  display: block;
}

.xoxo-logo-text {
  font-family: var(--xoxo-font-heading);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--xoxo-text);
  text-decoration: none;
}

.xoxo-nav-toggle {
  background: var(--xoxo-primary);
  border: none;
  color: #fff;
  border-radius: 10px;
  padding: 8px 12px;
  font-weight: 600;
  cursor: pointer;
  display: none;
  align-items: center;
  gap: 6px;
}

.xoxo-main-nav {
  flex: 1;
}

.xoxo-main-nav-list {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.82rem;
}

.xoxo-main-nav-list a {
  color: var(--xoxo-text);
  text-decoration: none;
  padding: 6px 10px;
  border-radius: 999px;
  transition: background 0.2s ease, color 0.2s ease;
}

.xoxo-main-nav-list a:hover {
  background: rgba(255, 81, 81, 0.12);
  color: var(--xoxo-primary-dark);
}

.xoxo-header-badge {
  text-align: right;
  font-size: 0.85rem;
  color: var(--xoxo-muted);
}

.xoxo-header-badge strong {
  display: block;
  font-family: var(--xoxo-font-heading);
  color: var(--xoxo-text);
}

.xoxo-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  padding: 0 0 18px;
}

.xoxo-submit {
  background: var(--xoxo-primary);
  color: #fff;
  font-weight: 700;
  border-radius: 999px;
  padding: 6px 14px;
  text-decoration: none;
  font-size: 0.82rem;
}

.xoxo-search {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 999px;
  padding: 4px 6px 4px 12px;
  flex: 1;
  min-width: 200px;
  max-width: 320px;
}

.xoxo-search input {
  border: none;
  outline: none;
  flex: 1;
  font-size: 0.85rem;
  font-family: var(--xoxo-font-body);
}

.xoxo-search button {
  border: none;
  background: var(--xoxo-primary);
  color: #fff;
  border-radius: 999px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.xoxo-account {
  color: var(--xoxo-text);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.xoxo-disclosure {
  background: var(--xoxo-card);
  border-bottom: 1px solid var(--xoxo-border);
  font-size: 0.85rem;
  color: var(--xoxo-muted);
  text-align: center;
  padding: 12px 0;
}

.xoxo-disclosure a {
  color: var(--xoxo-primary-dark);
  text-decoration: none;
  font-weight: 600;
}

.xoxo-main {
  flex: 1;
  padding: 28px 0 60px;
}

.xoxo-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}

.xoxo-section-head h2 {
  font-family: var(--xoxo-font-heading);
  font-size: 2rem;
  margin: 0 0 6px;
}

.xoxo-section-head p {
  margin: 0;
  color: var(--xoxo-muted);
  max-width: 520px;
}

.xoxo-section-actions {
  display: flex;
  gap: 10px;
}

.xoxo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.9rem;
}

.xoxo-btn-primary {
  background: var(--xoxo-primary);
  color: #fff;
}

.xoxo-btn-outline {
  border: 1px solid var(--xoxo-primary);
  color: var(--xoxo-primary);
  background: transparent;
}

.xoxo-deals-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.xoxo-deal {
  background: var(--xoxo-card);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(24, 36, 54, 0.08);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transform: translateY(0);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  opacity: 0;
  animation: xoxo-fade-up 0.6s ease forwards;
}

.xoxo-deal:nth-child(1) { animation-delay: 0.05s; }
.xoxo-deal:nth-child(2) { animation-delay: 0.1s; }
.xoxo-deal:nth-child(3) { animation-delay: 0.15s; }
.xoxo-deal:nth-child(4) { animation-delay: 0.2s; }
.xoxo-deal:nth-child(5) { animation-delay: 0.25s; }
.xoxo-deal:nth-child(6) { animation-delay: 0.3s; }
.xoxo-deal:nth-child(7) { animation-delay: 0.35s; }
.xoxo-deal:nth-child(8) { animation-delay: 0.4s; }
.xoxo-deal:nth-child(9) { animation-delay: 0.45s; }

.xoxo-deal:hover {
  transform: translateY(-4px);
  box-shadow: var(--xoxo-shadow);
}

.xoxo-deal--hero {
  grid-column: span 2;
  grid-row: span 2;
}

.xoxo-deal-media {
  position: relative;
  display: block;
  background: linear-gradient(140deg, rgba(255, 81, 81, 0.1), rgba(65, 81, 97, 0.1));
}

.xoxo-deal-media img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background-color: #fff;
  object-position: center;
}

.xoxo-deal--hero .xoxo-deal-media img {
  aspect-ratio: 16 / 10;
}

.xoxo-deal-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 24px;
  font-family: var(--xoxo-font-heading);
  font-size: 1.2rem;
  color: var(--xoxo-primary-dark);
  min-height: 200px;
}

.xoxo-deal-badge {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: rgba(22, 30, 41, 0.72);
  color: #fff;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  padding: 4px 10px;
  border-radius: 999px;
  text-transform: uppercase;
}

.xoxo-deal-body {
  padding: 16px 18px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.xoxo-deal-title {
  font-family: var(--xoxo-font-heading);
  font-size: 1rem;
  margin: 0;
}

.xoxo-deal-title a {
  color: var(--xoxo-text);
  text-decoration: none;
}

.xoxo-deal-excerpt {
  margin: 0;
  font-size: 0.9rem;
  color: var(--xoxo-muted);
}

.xoxo-deal-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}

.xoxo-deal-savings {
  background: var(--xoxo-primary);
  color: #fff;
  font-weight: 700;
  font-size: 0.75rem;
  padding: 4px 8px;
  border-radius: 8px;
}

.xoxo-deal-current {
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--xoxo-primary-dark);
}

.xoxo-deal-list {
  font-size: 0.85rem;
  color: var(--xoxo-muted);
  text-decoration: line-through;
}

.xoxo-footer {
  background: linear-gradient(135deg, #2b3645, #1e2530);
  color: #d7dee6;
  padding: 50px 0 30px;
  margin-top: 60px;
}

.xoxo-footer h4 {
  font-family: var(--xoxo-font-heading);
  color: #fff;
  margin-top: 0;
}

.xoxo-footer a {
  color: #d7dee6;
  text-decoration: none;
}

.xoxo-footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 24px;
}

.xoxo-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.xoxo-footer-links li {
  margin-bottom: 8px;
}

.xoxo-footer-disclaimer {
  font-size: 0.8rem;
  color: #b4c0cc;
}

.xoxo-social-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.xoxo-social-links a {
  background: rgba(255, 255, 255, 0.08);
  padding: 8px 12px;
  border-radius: 10px;
  font-weight: 600;
}

.xoxo-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 30px;
  padding-top: 16px;
  font-size: 0.8rem;
  text-align: center;
}

@keyframes xoxo-fade-up {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1024px) {
  .xoxo-deals-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xoxo-deal--hero {
    grid-column: span 2;
  }
}

@media (max-width: 900px) {
  .xoxo-header-main {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .xoxo-main-nav {
    order: 3;
    width: 100%;
    display: none;
  }

  .xoxo-header.is-open .xoxo-main-nav {
    display: block;
  }

  .xoxo-main-nav-list {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 0;
  }

  .xoxo-header-badge {
    order: 2;
    width: 100%;
    text-align: left;
  }

  .xoxo-nav-toggle {
    display: inline-flex;
  }

  .xoxo-header-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .xoxo-search {
    max-width: none;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .xoxo-topbar .xoxo-container {
    flex-direction: column;
  }

  .xoxo-deals-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xoxo-deal--hero {
    grid-column: span 2;
    grid-row: span 1;
  }

  .xoxo-section-head {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 600px) {
  .xoxo-deals-grid {
    grid-template-columns: 1fr;
  }

  .xoxo-deal--hero {
    grid-column: span 1;
  }

  .xoxo-account {
    font-size: 0.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .xoxo-deal {
    animation: none;
    opacity: 1;
  }
}
