@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
:root {
  --color-primary: #41C4C3;
  --bg-image: url("https://template-assets.tebex.io/images/page-bg.jpg");
}

body {
  font-family: Lato, sans-serif;
}
body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-height: 400px;
  z-index: -1;
  background: var(--bg-image) center center/cover no-repeat;
  mask-image: linear-gradient(rgba(0, 0, 0, 0.75) 50%, rgba(0, 0, 0, 0.25));
  pointer-events: none;
}

.btn-primary,
.btn-secondary,
.btn-tertiary {
  border-radius: 2px;
}

.btn-primary:hover, .btn-primary:focus,
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 0 6px rgb(from var(--btn-color-bg-hover) r g b/0.6);
}

.quantity-field {
  border-radius: 5px;
}

.site-header-inner .info .image {
  border-radius: 5px;
}

.site-sale-banner {
  border-radius: 5px;
}

.site-home-categories .category {
  border-radius: 5px;
  padding: 20px var(--widget-padding);
  background: var(--color-brighter-bg);
  transition: color 0.15s ease-in-out;
}
.site-home-categories .category:hover {
  color: var(--color-primary);
}

.category-description {
  border-radius: 5px;
  background: var(--color-brighter-bg);
}

.store-text {
  border-radius: 5px;
  background: var(--color-brighter-bg);
}
.store-text h1,
.store-text h2,
.store-text h3,
.store-text h4,
.store-text h5,
.store-text h6 {
  text-align: center;
}

.store-products-list .store-product,
.store-products-images .store-product {
  border-radius: 5px;
  background: var(--color-brighter-bg);
}

.store-products-images .store-product {
  text-align: center;
}

.widget-title {
  text-align: center;
}

.widget .store-product {
  text-align: center;
}

.no-products {
  color: var(--color-text-secondary);
  background: var(--color-brighter-bg);
  border-radius: 5px;
}

.store-product-full {
  border-radius: 5px;
  background: var(--color-brighter-bg);
}

.store-product .quantity-field {
  border-radius: 5px;
  background: var(--color-brighter-bg);
}
.store-product .quantity-field input[type=number] {
  border: none;
}

@media (width > 960px) {
  .navigation-horizontal > ul {
    border-radius: 5px;
  }
}
.navigation-horizontal .has-children > ul {
  border-radius: 5px;
}

.widget {
  border-radius: 5px;
  background: var(--color-brighter-bg);
}
@media (width <= 960px) {
  .widget.site-navigation {
    border-radius: 0;
    background: transparent;
  }
}

.widget-gift-card .gift-card-input {
  border-radius: 2px;
}

.widget-top-donator .avatar {
  border-radius: 50%;
}

.widget-community-goal .progress,
.widget-goal .progress {
  border-radius: 2px;
}
.widget-community-goal .progress-bar,
.widget-goal .progress-bar {
  border-radius: 2px;
}

.popup-content {
  border-radius: 5px;
}

.popup-close {
  border-radius: 0 5px 0 5px;
}

.basket-popup-content,
.basket-popup-content .popup-close {
  border-radius: 0;
}

.basket-items {
  padding: var(--widget-padding) calc(var(--content-padding) - var(--widget-padding));
}

.basket-item {
  border-radius: 5px;
}
.basket-item .quantity {
  border-radius: 2px;
}

.toast {
  border-radius: 6px;
}

.toast-close {
  border-radius: 2px;
}

.store-category-tiered {
  border-radius: 5px;
  background: var(--color-brighter-bg);
}

.store-category-tiered-header h1,
.store-category-tiered-header h2,
.store-category-tiered-header h3,
.store-category-tiered-header h4,
.store-category-tiered-header h5,
.store-category-tiered-header h6 {
  text-align: center;
}

.store-product-tiered {
  border-radius: 5px;
  background: rgb(from var(--color-bg) r g b/0.5);
}

.media-slider .slider,
.media-slider .thumb {
  border-radius: 5px;
}
.media-slider .open-lightbox {
  border-radius: 2px;
}

.popup.popup-media-slider .thumb {
  border-radius: 5px;
}
.popup.popup-media-slider .popup-close {
  border-radius: 5px;
}

/* ShadowLabs storefront */
:root {
  --sl-bg: #070708;
  --sl-panel: #101014;
  --sl-text: #f5f3f8;
  --sl-muted: #b7aebb;
  --sl-line: rgba(255, 255, 255, 0.12);
  --sl-accent: #a63dff;
  --sl-accent-soft: #d8b3ff;
  --sl-radius: 8px;
}

body.shadowlabs-home {
  background:
    radial-gradient(circle at 78% 8%, rgba(166, 61, 255, 0.14), transparent 30rem),
    linear-gradient(180deg, #040405 0%, var(--sl-bg) 48%, #0b0a0d 100%);
  color: var(--sl-text);
  letter-spacing: 0;
}

body.shadowlabs-home::before {
  display: none;
}

.shadowlabs-home .site {
  display: block;
  max-width: none;
}

.shadowlabs-home .site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(7, 7, 8, 0.92);
  border-bottom: 1px solid var(--sl-line);
  backdrop-filter: blur(14px);
}

.shadowlabs-home .site-header-inner {
  min-height: 72px;
}

.shadowlabs-home .site-title img {
  max-height: 52px;
  width: auto;
}

.shadowlabs-home .site-home-categories,
.shadowlabs-home .site-content {
  display: none !important;
}

.sl-hero {
  position: relative;
  min-height: 88vh;
  display: grid;
  align-items: center;
  padding: clamp(80px, 11vw, 150px) clamp(18px, 5vw, 72px);
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 40%, rgba(166, 61, 255, 0.18), transparent 25rem),
    linear-gradient(90deg, rgba(5, 5, 6, 0.96), rgba(5, 5, 6, 0.58));
}

.sl-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 170px;
  background: linear-gradient(180deg, transparent, var(--sl-bg));
  pointer-events: none;
}

.sl-hero__copy {
  position: relative;
  z-index: 2;
  width: min(690px, 100%);
}

.sl-hero__image {
  position: absolute;
  z-index: 1;
  inset: 0 0 0 auto;
  width: min(62vw, 860px);
  display: grid;
  place-items: center;
  opacity: 0.98;
  pointer-events: none;
}

.sl-hero__image img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0 45px rgba(166, 61, 255, 0.28));
}

.sl-eyebrow {
  margin: 0 0 12px;
  color: var(--sl-accent-soft);
  font-size: 0.77rem;
  font-weight: 900;
  text-transform: uppercase;
}

.sl-hero h1,
.sl-copy-block h2,
.sl-service-ladder h2 {
  margin: 0 0 16px;
  color: var(--sl-text);
  font-size: clamp(2.8rem, 7vw, 7rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.sl-copy-block h2,
.sl-service-ladder h2 {
  font-size: clamp(2rem, 5vw, 4.6rem);
}

.sl-hero p,
.sl-copy-block p,
.sl-service-ladder p {
  max-width: 760px;
  color: var(--sl-muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.sl-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.sl-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid var(--sl-line);
  border-radius: var(--sl-radius);
  font-weight: 900;
  text-transform: uppercase;
}

.sl-button--primary {
  background: var(--sl-accent);
  color: #fff;
  box-shadow: 0 0 26px rgba(166, 61, 255, 0.28);
}

.sl-button--ghost {
  background: rgba(255, 255, 255, 0.08);
  color: var(--sl-text);
}

.sl-ticker {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 34px;
  padding: 16px clamp(18px, 5vw, 72px);
  border-block: 1px solid var(--sl-line);
  background: #0c0b0e;
}

.sl-ticker span {
  color: var(--sl-text);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.sl-ticker span::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 10px;
  background: var(--sl-accent);
  box-shadow: 0 0 16px var(--sl-accent);
}

.sl-category-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid var(--sl-line);
}

.sl-category-band a {
  min-height: 126px;
  padding: clamp(22px, 3vw, 38px);
  border-right: 1px solid var(--sl-line);
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0));
  color: var(--sl-text);
}

.sl-category-band strong,
.sl-category-band span,
.sl-proof strong,
.sl-proof span {
  display: block;
}

.sl-category-band strong {
  margin-bottom: 9px;
  color: var(--sl-text);
  font-size: clamp(1.2rem, 3vw, 2rem);
  text-transform: uppercase;
}

.sl-category-band span,
.sl-proof span {
  color: var(--sl-muted);
}

.sl-store-copy {
  background: var(--sl-bg);
}

.sl-copy-block,
.sl-service-ladder {
  padding: clamp(64px, 9vw, 120px) clamp(18px, 5vw, 72px);
}

.sl-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--sl-line);
  border-block: 1px solid var(--sl-line);
}

.sl-proof div {
  min-height: 150px;
  padding: 24px;
  background: #0c0c0f;
}

.sl-proof strong {
  margin-bottom: 12px;
  color: var(--sl-text);
  font-size: 1.12rem;
  text-transform: uppercase;
}

.sl-service-ladder {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: center;
  background: linear-gradient(90deg, rgba(166, 61, 255, 0.1), transparent), #111014;
}

.sl-tiers {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.sl-tiers a {
  display: grid;
  gap: 12px;
  min-height: 160px;
  align-content: end;
  padding: 18px;
  border: 1px solid var(--sl-line);
  border-radius: var(--sl-radius);
  background: rgba(255, 255, 255, 0.04);
}

.sl-tiers span {
  color: var(--sl-muted);
  font-weight: 900;
  text-transform: uppercase;
}

.sl-tiers strong {
  color: var(--sl-text);
  font-size: 2rem;
}

@media (max-width: 900px) {
  .sl-hero {
    min-height: 82vh;
    background:
      radial-gradient(circle at 50% 78%, rgba(166, 61, 255, 0.18), transparent 18rem),
      linear-gradient(180deg, rgba(5, 5, 6, 0.78), rgba(5, 5, 6, 0.96));
  }

  .sl-hero__image {
    width: 120vw;
    inset: auto -12vw 2vh -12vw;
    opacity: 0.32;
  }

  .sl-category-band,
  .sl-proof,
  .sl-service-ladder,
  .sl-tiers {
    grid-template-columns: 1fr;
  }

  .sl-category-band a {
    min-height: 88px;
    border-right: 0;
    border-bottom: 1px solid var(--sl-line);
  }
}
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
:root {
  --color-primary: #41C4C3;
  --bg-image: url("https://template-assets.tebex.io/images/page-bg.jpg");
}

body {
  font-family: Lato, sans-serif;
}
body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-height: 400px;
  z-index: -1;
  background: var(--bg-image) center center/cover no-repeat;
  mask-image: linear-gradient(rgba(0, 0, 0, 0.75) 50%, rgba(0, 0, 0, 0.25));
  pointer-events: none;
}

.btn-primary,
.btn-secondary,
.btn-tertiary {
  border-radius: 2px;
}

.btn-primary:hover, .btn-primary:focus,
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 0 6px rgb(from var(--btn-color-bg-hover) r g b/0.6);
}

.quantity-field {
  border-radius: 5px;
}

.site-header-inner .info .image {
  border-radius: 5px;
}

.site-sale-banner {
  border-radius: 5px;
}

.site-home-categories .category {
  border-radius: 5px;
  padding: 20px var(--widget-padding);
  background: var(--color-brighter-bg);
  transition: color 0.15s ease-in-out;
}
.site-home-categories .category:hover {
  color: var(--color-primary);
}

.category-description {
  border-radius: 5px;
  background: var(--color-brighter-bg);
}

.store-text {
  border-radius: 5px;
  background: var(--color-brighter-bg);
}
.store-text h1,
.store-text h2,
.store-text h3,
.store-text h4,
.store-text h5,
.store-text h6 {
  text-align: center;
}

.store-products-list .store-product,
.store-products-images .store-product {
  border-radius: 5px;
  background: var(--color-brighter-bg);
}

.store-products-images .store-product {
  text-align: center;
}

.widget-title {
  text-align: center;
}

.widget .store-product {
  text-align: center;
}

.no-products {
  color: var(--color-text-secondary);
  background: var(--color-brighter-bg);
  border-radius: 5px;
}

.store-product-full {
  border-radius: 5px;
  background: var(--color-brighter-bg);
}

.store-product .quantity-field {
  border-radius: 5px;
  background: var(--color-brighter-bg);
}
.store-product .quantity-field input[type=number] {
  border: none;
}

@media (width > 960px) {
  .navigation-horizontal > ul {
    border-radius: 5px;
  }
}
.navigation-horizontal .has-children > ul {
  border-radius: 5px;
}

.widget {
  border-radius: 5px;
  background: var(--color-brighter-bg);
}
@media (width <= 960px) {
  .widget.site-navigation {
    border-radius: 0;
    background: transparent;
  }
}

.widget-gift-card .gift-card-input {
  border-radius: 2px;
}

.widget-top-donator .avatar {
  border-radius: 50%;
}

.widget-community-goal .progress,
.widget-goal .progress {
  border-radius: 2px;
}
.widget-community-goal .progress-bar,
.widget-goal .progress-bar {
  border-radius: 2px;
}

.popup-content {
  border-radius: 5px;
}

.popup-close {
  border-radius: 0 5px 0 5px;
}

.basket-popup-content,
.basket-popup-content .popup-close {
  border-radius: 0;
}

.basket-items {
  padding: var(--widget-padding) calc(var(--content-padding) - var(--widget-padding));
}

.basket-item {
  border-radius: 5px;
}
.basket-item .quantity {
  border-radius: 2px;
}

.toast {
  border-radius: 6px;
}

.toast-close {
  border-radius: 2px;
}

.store-category-tiered {
  border-radius: 5px;
  background: var(--color-brighter-bg);
}

.store-category-tiered-header h1,
.store-category-tiered-header h2,
.store-category-tiered-header h3,
.store-category-tiered-header h4,
.store-category-tiered-header h5,
.store-category-tiered-header h6 {
  text-align: center;
}

.store-product-tiered {
  border-radius: 5px;
  background: rgb(from var(--color-bg) r g b/0.5);
}

.media-slider .slider,
.media-slider .thumb {
  border-radius: 5px;
}
.media-slider .open-lightbox {
  border-radius: 2px;
}

.popup.popup-media-slider .thumb {
  border-radius: 5px;
}
.popup.popup-media-slider .popup-close {
  border-radius: 5px;
}

/* ShadowLabs storefront */
:root {
  --sl-bg: #070708;
  --sl-panel: #101014;
  --sl-text: #f5f3f8;
  --sl-muted: #b7aebb;
  --sl-line: rgba(255, 255, 255, 0.12);
  --sl-accent: #a63dff;
  --sl-accent-soft: #d8b3ff;
  --sl-radius: 8px;
}

body.shadowlabs-home {
  background:
    radial-gradient(circle at 78% 8%, rgba(166, 61, 255, 0.14), transparent 30rem),
    linear-gradient(180deg, #040405 0%, var(--sl-bg) 48%, #0b0a0d 100%);
  color: var(--sl-text);
  letter-spacing: 0;
}

body.shadowlabs-home::before {
  display: none;
}

.shadowlabs-home .site {
  display: block;
  max-width: none;
}

.shadowlabs-home .site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(7, 7, 8, 0.92);
  border-bottom: 1px solid var(--sl-line);
  backdrop-filter: blur(14px);
}

.shadowlabs-home .site-header-inner {
  min-height: 72px;
}

.shadowlabs-home .site-title img {
  max-height: 52px;
  width: auto;
}

.shadowlabs-home .site-home-categories,
.shadowlabs-home .site-content {
  display: none !important;
}

.sl-hero {
  position: relative;
  min-height: 88vh;
  display: grid;
  align-items: center;
  padding: clamp(80px, 11vw, 150px) clamp(18px, 5vw, 72px);
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 40%, rgba(166, 61, 255, 0.18), transparent 25rem),
    linear-gradient(90deg, rgba(5, 5, 6, 0.96), rgba(5, 5, 6, 0.58));
}

.sl-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 170px;
  background: linear-gradient(180deg, transparent, var(--sl-bg));
  pointer-events: none;
}

.sl-hero__copy {
  position: relative;
  z-index: 2;
  width: min(690px, 100%);
}

.sl-hero__image {
  position: absolute;
  z-index: 1;
  inset: 0 0 0 auto;
  width: min(62vw, 860px);
  display: grid;
  place-items: center;
  opacity: 0.98;
  pointer-events: none;
}

.sl-hero__image img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0 45px rgba(166, 61, 255, 0.28));
}

.sl-eyebrow {
  margin: 0 0 12px;
  color: var(--sl-accent-soft);
  font-size: 0.77rem;
  font-weight: 900;
  text-transform: uppercase;
}

.sl-hero h1,
.sl-copy-block h2,
.sl-service-ladder h2 {
  margin: 0 0 16px;
  color: var(--sl-text);
  font-size: clamp(2.8rem, 7vw, 7rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.sl-copy-block h2,
.sl-service-ladder h2 {
  font-size: clamp(2rem, 5vw, 4.6rem);
}

.sl-hero p,
.sl-copy-block p,
.sl-service-ladder p {
  max-width: 760px;
  color: var(--sl-muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.sl-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.sl-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid var(--sl-line);
  border-radius: var(--sl-radius);
  font-weight: 900;
  text-transform: uppercase;
}

.sl-button--primary {
  background: var(--sl-accent);
  color: #fff;
  box-shadow: 0 0 26px rgba(166, 61, 255, 0.28);
}

.sl-button--ghost {
  background: rgba(255, 255, 255, 0.08);
  color: var(--sl-text);
}

.sl-ticker {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 34px;
  padding: 16px clamp(18px, 5vw, 72px);
  border-block: 1px solid var(--sl-line);
  background: #0c0b0e;
}

.sl-ticker span {
  color: var(--sl-text);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.sl-ticker span::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 10px;
  background: var(--sl-accent);
  box-shadow: 0 0 16px var(--sl-accent);
}

.sl-category-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid var(--sl-line);
}

.sl-category-band a {
  min-height: 126px;
  padding: clamp(22px, 3vw, 38px);
  border-right: 1px solid var(--sl-line);
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0));
  color: var(--sl-text);
}

.sl-category-band strong,
.sl-category-band span,
.sl-proof strong,
.sl-proof span {
  display: block;
}

.sl-category-band strong {
  margin-bottom: 9px;
  color: var(--sl-text);
  font-size: clamp(1.2rem, 3vw, 2rem);
  text-transform: uppercase;
}

.sl-category-band span,
.sl-proof span {
  color: var(--sl-muted);
}

.sl-store-copy {
  background: var(--sl-bg);
}

.sl-copy-block,
.sl-service-ladder {
  padding: clamp(64px, 9vw, 120px) clamp(18px, 5vw, 72px);
}

.sl-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--sl-line);
  border-block: 1px solid var(--sl-line);
}

.sl-proof div {
  min-height: 150px;
  padding: 24px;
  background: #0c0c0f;
}

.sl-proof strong {
  margin-bottom: 12px;
  color: var(--sl-text);
  font-size: 1.12rem;
  text-transform: uppercase;
}

.sl-service-ladder {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: center;
  background: linear-gradient(90deg, rgba(166, 61, 255, 0.1), transparent), #111014;
}

.sl-tiers {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.sl-tiers a {
  display: grid;
  gap: 12px;
  min-height: 160px;
  align-content: end;
  padding: 18px;
  border: 1px solid var(--sl-line);
  border-radius: var(--sl-radius);
  background: rgba(255, 255, 255, 0.04);
}

.sl-tiers span {
  color: var(--sl-muted);
  font-weight: 900;
  text-transform: uppercase;
}

.sl-tiers strong {
  color: var(--sl-text);
  font-size: 2rem;
}

@media (max-width: 900px) {
  .sl-hero {
    min-height: 82vh;
    background:
      radial-gradient(circle at 50% 78%, rgba(166, 61, 255, 0.18), transparent 18rem),
      linear-gradient(180deg, rgba(5, 5, 6, 0.78), rgba(5, 5, 6, 0.96));
  }

  .sl-hero__image {
    width: 120vw;
    inset: auto -12vw 2vh -12vw;
    opacity: 0.32;
  }

  .sl-category-band,
  .sl-proof,
  .sl-service-ladder,
  .sl-tiers {
    grid-template-columns: 1fr;
  }

  .sl-category-band a {
    min-height: 88px;
    border-right: 0;
    border-bottom: 1px solid var(--sl-line);
  }
}
