/* ALM HP Mayotte - dark premium storefront.
   Static CSS only, scoped to .alm-hp and [data-alm-shop-skin="1"]. */

.alm-hp,
body.alm-hp-skin,
[data-alm-shop-skin="1"] {
  --alm-bg: #0a0a0f;
  --alm-bg-soft: #0f1118;
  --alm-panel: #12131c;
  --alm-panel-2: #171929;
  --alm-line: #242636;
  --alm-text: #f4f5fb;
  --alm-muted: #9aa0b8;
  --alm-faint: #666d86;
  --alm-primary: #7c6af7;
  --alm-primary-2: #a89cff;
  --alm-lagoon: #19d3c6;
  --alm-coral: #ff6b4a;
  --alm-sand: #f3eadc;
  --alm-dark-blue: #062a3a;
  --alm-radius: 8px;
  --alm-shadow: 0 22px 70px rgba(0, 0, 0, 0.38);
  --alm-font: Inter, Geist, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.alm-hp {
  min-height: 100vh;
  color: var(--alm-text);
  background: var(--alm-bg);
  font-family: var(--alm-font);
  line-height: 1.55;
  overflow-x: hidden;
}

.alm-hp *,
.alm-hp *::before,
.alm-hp *::after {
  box-sizing: border-box;
}

.alm-hp a {
  color: inherit;
  text-decoration: none;
}

.alm-hp img {
  display: block;
  max-width: 100%;
}

.alm-hp h1,
.alm-hp h2,
.alm-hp h3,
.alm-hp h4,
.alm-hp p {
  margin: 0;
  letter-spacing: 0;
}

.alm-hp h1,
.alm-hp h2,
.alm-hp h3,
.alm-hp h4 {
  font-weight: 800;
  line-height: 1.08;
}

.alm-hp .alm-wrap {
  width: min(100% - 48px, 1240px);
  margin: 0 auto;
}

.alm-button,
.alm-ghost,
.alm-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--alm-radius);
  font-weight: 700;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.alm-button {
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--alm-primary);
  background: var(--alm-primary);
  color: #fff;
  box-shadow: 0 14px 34px rgba(124, 106, 247, 0.28);
}

.alm-button:hover {
  color: #fff;
  background: #8d7cff;
  border-color: #8d7cff;
  transform: translateY(-1px);
}

.alm-button--sm {
  min-height: 36px;
  padding: 0 14px;
  font-size: 13px;
}

.alm-ghost {
  min-height: 36px;
  padding: 0 12px;
  color: var(--alm-muted);
  border: 1px solid transparent;
}

.alm-ghost:hover {
  color: var(--alm-text);
  border-color: var(--alm-line);
  background: rgba(255, 255, 255, 0.04);
}

.alm-link {
  color: var(--alm-primary-2);
  font-weight: 800;
  white-space: nowrap;
}

.alm-link:hover {
  color: var(--alm-lagoon);
}

.alm-topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(10, 10, 15, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

.alm-topbar .alm-wrap {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.alm-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.alm-brand__mark {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--alm-radius);
  background: linear-gradient(135deg, var(--alm-primary), var(--alm-lagoon));
  color: #fff;
  font-size: 15px;
  font-weight: 900;
}

.alm-brand__name {
  color: var(--alm-text);
  font-size: 18px;
  font-weight: 850;
}

.alm-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  color: var(--alm-muted);
  font-size: 13px;
  font-weight: 650;
}

.alm-nav a:hover {
  color: var(--alm-text);
}

.alm-topbar__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.alm-menu {
  display: none;
  width: 40px;
  height: 36px;
  border: 1px solid var(--alm-line);
  border-radius: var(--alm-radius);
  background: rgba(255, 255, 255, 0.04);
}

.alm-menu span,
.alm-menu span::before,
.alm-menu span::after {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--alm-text);
  content: "";
  margin: 0 auto;
}

.alm-menu span::before {
  transform: translateY(-6px);
}

.alm-menu span::after {
  transform: translateY(4px);
}

.alm-topbar.is-open .alm-nav {
  display: flex;
}

.alm-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(10, 10, 15, 0.95) 0%, rgba(10, 10, 15, 0.82) 48%, rgba(10, 10, 15, 0.58) 100%),
    linear-gradient(180deg, rgba(124, 106, 247, 0.22), rgba(10, 10, 15, 0) 30%),
    url("/maysoft_multi_siteweb_alm_hp_shop/static/src/img/hero-lagoon.png") center / cover no-repeat;
}

.alm-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 90%);
  pointer-events: none;
}

.alm-hero__grid {
  position: relative;
  z-index: 1;
  min-height: 640px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  align-items: center;
  gap: 56px;
  padding: 74px 0 88px;
}

.alm-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(124, 106, 247, 0.35);
  border-radius: var(--alm-radius);
  background: rgba(124, 106, 247, 0.12);
  color: #d7d2ff;
  font-size: 12px;
  font-weight: 800;
}

.alm-chip span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--alm-lagoon);
}

.alm-hero h1 {
  max-width: 740px;
  margin-top: 24px;
  font-size: 58px;
  color: var(--alm-text);
}

.alm-hero h1 span {
  color: var(--alm-primary-2);
}

.alm-hero__copy > p {
  max-width: 620px;
  margin-top: 20px;
  color: var(--alm-muted);
  font-size: 18px;
}

.alm-search {
  width: min(100%, 640px);
  display: flex;
  gap: 10px;
  margin-top: 32px;
  padding: 8px;
  border: 1px solid var(--alm-line);
  border-radius: var(--alm-radius);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: var(--alm-shadow);
}

.alm-search input {
  min-width: 0;
  flex: 1;
  height: 44px;
  padding: 0 14px;
  border: 0;
  border-radius: var(--alm-radius);
  outline: 0;
  background: rgba(255, 255, 255, 0.06);
  color: var(--alm-text);
}

.alm-search input::placeholder {
  color: var(--alm-faint);
}

.alm-shortcuts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.alm-shortcuts a {
  min-height: 30px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--alm-line);
  border-radius: var(--alm-radius);
  color: var(--alm-muted);
  font-size: 12px;
  font-weight: 750;
}

.alm-shortcuts a:hover {
  color: var(--alm-text);
  border-color: var(--alm-primary);
  background: rgba(124, 106, 247, 0.12);
}

.alm-console {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--alm-radius);
  background: rgba(18, 19, 28, 0.92);
  box-shadow: var(--alm-shadow);
}

.alm-console__bar {
  height: 48px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 14px;
  border-bottom: 1px solid var(--alm-line);
  background: rgba(255, 255, 255, 0.035);
}

.alm-console__bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #34384b;
}

.alm-console__bar b {
  flex: 1;
  margin-left: 8px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--alm-radius);
  background: rgba(255, 255, 255, 0.045);
  color: var(--alm-faint);
  font-size: 12px;
}

.alm-console__body {
  padding: 24px;
}

.alm-console__metric {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--alm-line);
}

.alm-console__metric strong {
  color: var(--alm-text);
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
}

.alm-console__metric span {
  color: var(--alm-muted);
  font-size: 13px;
  font-weight: 700;
  text-align: right;
}

.alm-console__preview {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 22px;
}

.alm-console__preview span {
  min-height: 62px;
  display: flex;
  align-items: end;
  padding: 12px;
  border: 1px solid var(--alm-line);
  border-radius: var(--alm-radius);
  background:
    linear-gradient(150deg, rgba(124, 106, 247, 0.16), rgba(25, 211, 198, 0.06)),
    var(--alm-panel);
  color: var(--alm-text);
  font-size: 13px;
  font-weight: 800;
}

.alm-stats {
  border-top: 1px solid var(--alm-line);
  border-bottom: 1px solid var(--alm-line);
  background: var(--alm-panel);
}

.alm-stats .alm-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.alm-stat {
  min-height: 118px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  padding: 22px;
  border-right: 1px solid var(--alm-line);
}

.alm-stat:last-child {
  border-right: 0;
}

.alm-stat strong {
  color: var(--alm-text);
  font-size: 34px;
  font-weight: 900;
}

.alm-stat span {
  color: var(--alm-faint);
  font-size: 12px;
  font-weight: 750;
}

.alm-section {
  padding: 86px 0;
  background: var(--alm-bg);
}

.alm-section--tight {
  padding-top: 76px;
}

.alm-section--muted {
  background: var(--alm-bg-soft);
}

.alm-kicker {
  margin-bottom: 10px;
  color: var(--alm-primary-2);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.alm-section__center {
  max-width: 760px;
  margin: 0 auto 46px;
  text-align: center;
}

.alm-section__center h2,
.alm-section__head h2,
.alm-cta h2 {
  color: var(--alm-text);
  font-size: 36px;
}

.alm-section__center p,
.alm-section__head p,
.alm-cta p {
  color: var(--alm-muted);
}

.alm-section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
}

.alm-section__head > div {
  max-width: 760px;
}

.alm-section__head h2 + p {
  margin-top: 12px;
}

.alm-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.alm-features article,
.alm-product,
.alm-category {
  border: 1px solid var(--alm-line);
  border-radius: var(--alm-radius);
  background: var(--alm-panel);
}

.alm-features article {
  min-height: 184px;
  padding: 24px;
}

.alm-feature__icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: var(--alm-radius);
  background: rgba(124, 106, 247, 0.16);
  color: var(--alm-primary-2);
  font-size: 12px;
  font-weight: 900;
}

.alm-features h3 {
  color: var(--alm-text);
  font-size: 16px;
}

.alm-features p {
  margin-top: 10px;
  color: var(--alm-muted);
  font-size: 13px;
}

.alm-categories {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  grid-auto-rows: 220px;
  gap: 14px;
}

.alm-category {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 20px;
  isolation: isolate;
  transition: transform 180ms ease, border-color 180ms ease;
}

.alm-category:first-child {
  grid-row: span 2;
}

.alm-category:hover {
  transform: translateY(-3px);
  border-color: rgba(124, 106, 247, 0.65);
}

.alm-category img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
  transition: transform 360ms ease;
}

.alm-category::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(180deg, rgba(10, 10, 15, 0.1), rgba(10, 10, 15, 0.88));
}

.alm-category:hover img {
  transform: scale(1.05);
}

.alm-category__count {
  align-self: flex-start;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  margin-bottom: 12px;
  border-radius: var(--alm-radius);
  background: var(--alm-primary);
  color: #fff;
  font-size: 12px;
  font-weight: 850;
}

.alm-category strong {
  color: var(--alm-text);
  font-size: 24px;
  font-weight: 850;
}

.alm-category small {
  color: #d1d5e9;
  font-size: 13px;
}

.alm-products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.alm-product {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.alm-product:hover {
  transform: translateY(-4px);
  border-color: rgba(124, 106, 247, 0.55);
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.28);
}

.alm-product__media {
  position: relative;
  aspect-ratio: 1 / 0.76;
  display: grid;
  place-items: center;
  padding: 18px;
  background: linear-gradient(145deg, #171929, #0e1018);
}

.alm-product__media img {
  width: 86%;
  height: 86%;
  object-fit: contain;
  transition: transform 240ms ease;
}

.alm-product:hover .alm-product__media img {
  transform: scale(1.04);
}

.alm-pill {
  position: absolute;
  top: 12px;
  left: 12px;
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  padding: 0 9px;
  border-radius: var(--alm-radius);
  font-size: 11px;
  font-weight: 900;
}

.alm-pill--hp {
  background: rgba(25, 211, 198, 0.16);
  color: var(--alm-lagoon);
  border: 1px solid rgba(25, 211, 198, 0.32);
}

.alm-product__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 9px;
  padding: 16px;
}

.alm-stock {
  align-self: flex-start;
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border-radius: var(--alm-radius);
  font-size: 11px;
  font-weight: 850;
}

.alm-stock--stock {
  color: #62eee3;
  background: rgba(25, 211, 198, 0.12);
}

.alm-stock--incoming {
  color: #ffd1c6;
  background: rgba(255, 107, 74, 0.16);
}

.alm-stock--order {
  color: var(--alm-muted);
  background: rgba(255, 255, 255, 0.06);
}

.alm-product__title {
  min-height: 42px;
  color: var(--alm-text);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.alm-product__title:hover {
  color: var(--alm-primary-2);
}

.alm-product__desc {
  flex: 1;
  color: var(--alm-muted);
  font-size: 12px;
}

.alm-product__meta {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 10px;
  margin-top: 4px;
}

.alm-price {
  color: var(--alm-text);
  font-size: 20px;
  font-weight: 900;
}

.alm-price small {
  display: block;
  color: var(--alm-faint);
  font-size: 10px;
  font-weight: 800;
}

.alm-icon-btn {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  border: 1px solid var(--alm-line);
  background: rgba(255, 255, 255, 0.04);
  color: var(--alm-text);
  font-size: 22px;
  line-height: 1;
}

.alm-icon-btn:hover {
  color: #fff;
  background: var(--alm-primary);
  border-color: var(--alm-primary);
  transform: translateY(-1px);
}

.alm-empty {
  grid-column: 1 / -1;
  padding: 26px;
  border: 1px dashed var(--alm-line);
  border-radius: var(--alm-radius);
  color: var(--alm-muted);
  text-align: center;
}

.alm-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 34px;
  border: 1px solid rgba(124, 106, 247, 0.36);
  border-radius: var(--alm-radius);
  background:
    linear-gradient(105deg, rgba(124, 106, 247, 0.2), rgba(25, 211, 198, 0.06)),
    var(--alm-panel);
  box-shadow: var(--alm-shadow);
}

.alm-cta > div {
  max-width: 760px;
}

.alm-cta h2 {
  margin-bottom: 12px;
}

.alm-footer {
  border-top: 1px solid var(--alm-line);
  background: var(--alm-panel);
  color: var(--alm-muted);
}

.alm-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 42px;
  padding: 52px 0 34px;
}

.alm-footer p {
  max-width: 330px;
  margin-top: 16px;
  color: var(--alm-muted);
  font-size: 13px;
}

.alm-footer h4 {
  margin-bottom: 14px;
  color: var(--alm-text);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.alm-footer a,
.alm-footer span {
  display: block;
  padding: 4px 0;
  color: var(--alm-muted);
  font-size: 13px;
}

.alm-footer a:hover {
  color: var(--alm-text);
}

.alm-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0 28px;
  border-top: 1px solid var(--alm-line);
  color: var(--alm-faint);
  font-size: 12px;
}

.alm-hp .alm-features article,
.alm-hp .alm-category,
.alm-hp .alm-product,
.alm-hp .alm-stat,
.alm-hp .alm-console,
.alm-hp .alm-cta {
  opacity: 0;
  transform: translateY(16px);
}

.alm-hp .alm-revealed {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 360ms ease, transform 360ms ease;
}

/* Native website_sale pages, strictly scoped to the ALM layout marker. */

body.alm-hp-skin {
  background: var(--alm-bg, #0a0a0f);
}

[data-alm-shop-skin="1"] {
  --alm-bg: #0a0a0f;
  --alm-bg-soft: #0f1118;
  --alm-panel: #12131c;
  --alm-panel-2: #171929;
  --alm-line: #242636;
  --alm-text: #f4f5fb;
  --alm-muted: #9aa0b8;
  --alm-faint: #666d86;
  --alm-primary: #7c6af7;
  --alm-primary-2: #a89cff;
  --alm-lagoon: #19d3c6;
  --alm-coral: #ff6b4a;
  --alm-radius: 8px;
}

[data-alm-shop-skin="1"] .ddm-shop-nav,
[data-alm-shop-skin="1"] .nav__mobile,
[data-alm-shop-skin="1"] .ddm-shop-hero,
[data-alm-shop-skin="1"] .breadcrumb,
[data-alm-shop-skin="1"] .ddm-shop-smart-filters,
[data-alm-shop-skin="1"] .ddm-shop-mobile-toolbar,
[data-alm-shop-skin="1"] .ddm-shop-active-filters,
[data-alm-shop-skin="1"] .ddm-shop-footer,
[data-alm-shop-skin="1"] .whatsapp-float,
[data-alm-shop-skin="1"] .ddm-shop-product-card__badges,
[data-alm-shop-skin="1"] .ddm-shop-product-card__meta,
[data-alm-shop-skin="1"] .ddm-shop-product-kicker,
[data-alm-shop-skin="1"] .ddm-shop-service-rail,
[data-alm-shop-skin="1"] .ddm-shop-filter-group,
[data-alm-shop-skin="1"] .ddm-shop-filter-pills,
[data-alm-shop-skin="1"] .ddm-shop-filter-list,
[data-alm-shop-skin="1"] a[href*="hotel_visibility"],
[data-alm-shop-skin="1"] a[href*="hotel_action"],
[data-alm-shop-skin="1"] a[href*="hotel_stock"],
[data-alm-shop-skin="1"] input[name="hotel_visibility"],
[data-alm-shop-skin="1"] input[name="hotel_action"],
[data-alm-shop-skin="1"] input[name="hotel_stock"] {
  display: none !important;
}

[data-alm-shop-skin="1"] header#top,
[data-alm-shop-skin="1"] #footer {
  display: block !important;
}

[data-alm-shop-skin="1"] #wrapwrap,
[data-alm-shop-skin="1"] #wrap {
  background:
    linear-gradient(180deg, rgba(124, 106, 247, 0.08), rgba(10, 10, 15, 0) 260px),
    var(--alm-bg) !important;
  color: var(--alm-text);
}

[data-alm-shop-skin="1"] #wrap,
[data-alm-shop-skin="1"] .oe_website_sale,
[data-alm-shop-skin="1"] .oe_website_sale .container,
[data-alm-shop-skin="1"] .o_website_sale_checkout_container {
  color: var(--alm-text);
}

[data-alm-shop-skin="1"] #products_grid_before {
  display: none !important;
}

[data-alm-shop-skin="1"] #products_grid {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  width: 100% !important;
}

[data-alm-shop-skin="1"] .alm-shop-banner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin: 24px 0;
  padding: 28px;
  border: 1px solid rgba(124, 106, 247, 0.36);
  border-radius: var(--alm-radius);
  background:
    linear-gradient(105deg, rgba(124, 106, 247, 0.22), rgba(25, 211, 198, 0.08)),
    var(--alm-panel);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
}

[data-alm-shop-skin="1"] .alm-shop-banner h1 {
  margin: 0;
  color: var(--alm-text);
  font-size: 34px;
  font-weight: 900;
}

[data-alm-shop-skin="1"] .alm-shop-banner p {
  margin: 8px 0 0;
  color: var(--alm-muted);
}

[data-alm-shop-skin="1"] .alm-shop-banner__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

[data-alm-shop-skin="1"] .alm-shop-banner__tags span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid var(--alm-line);
  border-radius: var(--alm-radius);
  color: var(--alm-muted);
  background: rgba(255, 255, 255, 0.045);
  font-size: 12px;
  font-weight: 800;
}

[data-alm-shop-skin="1"] #wrap h1,
[data-alm-shop-skin="1"] #wrap h2,
[data-alm-shop-skin="1"] #wrap h3,
[data-alm-shop-skin="1"] .oe_website_sale h1,
[data-alm-shop-skin="1"] .oe_website_sale h2,
[data-alm-shop-skin="1"] .oe_website_sale h3 {
  color: var(--alm-text);
  letter-spacing: 0;
}

[data-alm-shop-skin="1"] .oe_website_sale .oe_product_cart,
[data-alm-shop-skin="1"] .oe_website_sale .o_wsale_product_information,
[data-alm-shop-skin="1"] .oe_website_sale .card,
[data-alm-shop-skin="1"] .oe_website_sale .o_wsale_products_grid_table_wrapper,
[data-alm-shop-skin="1"] #product_detail .o_wsale_product_images,
[data-alm-shop-skin="1"] .o_wizard,
[data-alm-shop-skin="1"] .checkout_autoformat,
[data-alm-shop-skin="1"] #shop_cart,
[data-alm-shop-skin="1"] #o_cart_summary,
[data-alm-shop-skin="1"] .o_total_card,
[data-alm-shop-skin="1"] .o_payment_form,
[data-alm-shop-skin="1"] .o_payment_option_card,
[data-alm-shop-skin="1"] .o_payment_method,
[data-alm-shop-skin="1"] .table {
  border: 1px solid var(--alm-line) !important;
  border-radius: var(--alm-radius) !important;
  background: var(--alm-panel) !important;
  color: var(--alm-text) !important;
  box-shadow: none !important;
}

[data-alm-shop-skin="1"] .oe_website_sale .oe_product_cart,
[data-alm-shop-skin="1"] .oe_website_sale .card {
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

[data-alm-shop-skin="1"] .oe_website_sale .oe_product_cart:hover,
[data-alm-shop-skin="1"] .oe_website_sale .card:hover {
  transform: translateY(-3px);
  border-color: rgba(124, 106, 247, 0.55) !important;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28) !important;
}

[data-alm-shop-skin="1"] .oe_website_sale .oe_product_image,
[data-alm-shop-skin="1"] .oe_website_sale .o_wsale_product_images,
[data-alm-shop-skin="1"] #product_detail .carousel,
[data-alm-shop-skin="1"] #product_detail #o-carousel-product {
  background: linear-gradient(145deg, #171929, #0e1018) !important;
}

[data-alm-shop-skin="1"] .oe_website_sale a:not(.btn),
[data-alm-shop-skin="1"] .oe_website_sale .text-muted,
[data-alm-shop-skin="1"] .oe_website_sale .text-body,
[data-alm-shop-skin="1"] .oe_website_sale .text-secondary {
  color: var(--alm-muted) !important;
}

[data-alm-shop-skin="1"] .oe_website_sale a:not(.btn):hover {
  color: var(--alm-primary-2) !important;
}

[data-alm-shop-skin="1"] .product_price,
[data-alm-shop-skin="1"] .product_price .oe_currency_value,
[data-alm-shop-skin="1"] .oe_website_sale .oe_price,
[data-alm-shop-skin="1"] .oe_website_sale .oe_currency_value {
  color: var(--alm-text) !important;
  font-weight: 900 !important;
}

[data-alm-shop-skin="1"] #wrap .btn-primary,
[data-alm-shop-skin="1"] #wrap #add_to_cart,
[data-alm-shop-skin="1"] #wrap a.btn-primary,
[data-alm-shop-skin="1"] #wrap .a-submit.btn-primary,
[data-alm-shop-skin="1"] .oe_website_sale .btn-primary {
  border-color: var(--alm-primary) !important;
  border-radius: var(--alm-radius) !important;
  background: var(--alm-primary) !important;
  color: #fff !important;
  font-weight: 800 !important;
}

[data-alm-shop-skin="1"] #wrap .btn-primary:hover,
[data-alm-shop-skin="1"] #wrap #add_to_cart:hover,
[data-alm-shop-skin="1"] .oe_website_sale .btn-primary:hover {
  border-color: #8d7cff !important;
  background: #8d7cff !important;
}

[data-alm-shop-skin="1"] #wrap .btn-secondary,
[data-alm-shop-skin="1"] #wrap .btn-outline-primary,
[data-alm-shop-skin="1"] .oe_website_sale .btn-secondary,
[data-alm-shop-skin="1"] .oe_website_sale .btn-outline-primary {
  border-color: var(--alm-line) !important;
  border-radius: var(--alm-radius) !important;
  background: rgba(255, 255, 255, 0.05) !important;
  color: var(--alm-text) !important;
}

[data-alm-shop-skin="1"] .form-control,
[data-alm-shop-skin="1"] .form-select,
[data-alm-shop-skin="1"] .input-group-text,
[data-alm-shop-skin="1"] textarea,
[data-alm-shop-skin="1"] select,
[data-alm-shop-skin="1"] input {
  border: 1px solid var(--alm-line) !important;
  border-radius: var(--alm-radius) !important;
  background: #fff !important;
  color: #111827 !important;
}

[data-alm-shop-skin="1"] .form-control:focus,
[data-alm-shop-skin="1"] .form-select:focus {
  border-color: var(--alm-primary) !important;
  box-shadow: 0 0 0 0.2rem rgba(124, 106, 247, 0.18) !important;
}

[data-alm-shop-skin="1"] .o_wizard .nav-link,
[data-alm-shop-skin="1"] .o_wizard a,
[data-alm-shop-skin="1"] .o_payment_form label,
[data-alm-shop-skin="1"] .table,
[data-alm-shop-skin="1"] .table td,
[data-alm-shop-skin="1"] .table th {
  color: var(--alm-text) !important;
}

@media (max-width: 1024px) {
  .alm-hp .alm-nav {
    display: none;
  }

  .alm-hp .alm-menu {
    display: inline-block;
  }

  .alm-hp .alm-topbar.is-open .alm-nav {
    position: absolute;
    top: 66px;
    left: 24px;
    right: 24px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--alm-line);
    border-radius: var(--alm-radius);
    background: var(--alm-panel);
  }

  .alm-hp .alm-topbar.is-open .alm-nav a {
    padding: 12px;
  }

  .alm-hp .alm-hero__grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .alm-hp .alm-products,
  .alm-hp .alm-features {
    grid-template-columns: repeat(2, 1fr);
  }

  .alm-hp .alm-categories {
    grid-template-columns: repeat(2, 1fr);
  }

  .alm-hp .alm-category:first-child {
    grid-row: span 1;
  }

  .alm-hp .alm-footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .alm-hp .alm-wrap {
    width: min(100% - 28px, 1240px);
  }

  .alm-hp .alm-topbar__actions .alm-ghost {
    display: none;
  }

  .alm-hp .alm-hero__grid {
    gap: 36px;
    padding: 54px 0 64px;
  }

  .alm-hp .alm-hero h1 {
    font-size: 40px;
  }

  .alm-hp .alm-hero__copy > p {
    font-size: 16px;
  }

  .alm-hp .alm-search,
  .alm-hp .alm-cta,
  [data-alm-shop-skin="1"] .alm-shop-banner {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: stretch;
  }

  .alm-hp .alm-search {
    display: grid;
  }

  .alm-hp .alm-stats .alm-wrap,
  .alm-hp .alm-products,
  .alm-hp .alm-features,
  .alm-hp .alm-categories,
  .alm-hp .alm-footer__grid {
    grid-template-columns: 1fr;
  }

  .alm-hp .alm-stat {
    border-right: 0;
    border-bottom: 1px solid var(--alm-line);
  }

  .alm-hp .alm-section__head,
  .alm-hp .alm-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .alm-hp .alm-section__center h2,
  .alm-hp .alm-section__head h2,
  .alm-hp .alm-cta h2 {
    font-size: 30px;
  }
}

@media (max-width: 460px) {
  .alm-hp .alm-brand__name {
    font-size: 16px;
  }

  .alm-hp .alm-button--sm {
    display: none;
  }

  .alm-hp .alm-hero h1 {
    font-size: 34px;
  }

  .alm-hp .alm-console__metric {
    align-items: flex-start;
    flex-direction: column;
  }

  [data-alm-shop-skin="1"] .alm-shop-banner h1 {
    font-size: 28px;
  }
}
