/* Generic */
body {
  min-height: 100vh;
}

[x-cloak] {
  display: none !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.hide-scrollbar::-webkit-scrollbar { 
  display: none;
}

.px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-5-nav {
  padding-top: calc(74px + 1.5rem);
  padding-bottom: 1.5rem;
}

.bg-gray {
  background: var(--bs-gray-bg);
}

.bg-image {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-position: center;
  background-size: cover;
  pointer-events: none;
}

/* Override Bootstrap colors */
:root {
  --bs-primary: var(--cl-accent);
  --bs-primary-rgb: var(--cl-accent-rgb);
  --bs-link-color: var(--cl-accent);
  --bs-body-bg: var(--cl-background-primary);
  --bs-body-bg-rgb: var(--cl-background-primary-rgb);
  --bs-gray-bg: var(--cl-background-secondary);
  --bs-gray-bg-rgb: var(--cl-background-secondary-rgb);
  --bs-border-color: var(--cl-border);
  --bs-border-color-rgb: var(--cl-border-rgb);
  --bs-border-radius: 0.5rem;
}

.bg-primary-dark {
  background-color: var(--cl-accent);
}

.form-check-input {
  --bs-form-check-bg: var(--bs-gray-bg);
}

.form-check-input:checked,
form-check-input[type=checkbox]:indeterminate {
  background-color: var(--cl-accent);
  border-color: var(--cl-accent);
}

.form-range::-webkit-slider-thumb,
.form-range::-moz-range-thumb {
  background-color: var(--cl-accent);
}

.form-control:focus,
.form-select:focus,
.form-check-input:focus,
.form-range:focus::-webkit-slider-thumb,
.form-range:focus::-moz-range-thumb,
.nav-link:focus-visible {
  border-color: var(--cl-accent);
  box-shadow: 0 0 0 0.25rem rgba(var(--cl-accent-rgb), .25);
}

.form-control:disabled,
.form-select:disabled {
  background-color: initial;
}

.form-control,
.form-select {
  background-color: var(--bs-gray-bg);
}

.btn-primary:hover {
  background-color: var(--cl-accent);
  border-color: var(--cl-accent);
}

.btn-primary {
  --bs-btn-bg: var(--cl-accent);
  --bs-btn-border-color: var(--cl-accent);
  --bs-btn-disabled-bg: var(--cl-accent);
  --bs-btn-disabled-border-color: var(--cl-accent);
  --bs-btn-hover-bg: var(--cl-accent);
  --bs-btn-hover-border-color: var(--cl-accent);
  --bs-btn-active-bg: var(--cl-accent);
  --bs-btn-active-border-color: var(--cl-accent);
}

.btn-outline-primary {
  --bs-btn-color: white;
  --bs-btn-border-color: white;
  --bs-btn-hover-bg: var(--cl-accent);
  --bs-btn-active-bg: var(--cl-accent);
  --bs-btn-active-border-color: var(--cl-accent);
  --bs-btn-disabled-color: var(--cl-accent);
  --bs-btn-disabled-border-color: var(--cl-accent);
}

.dropdown-menu,
.dropdown-menu-dark {
  --bs-dropdown-link-active-bg: var(--cl-accent);
}

.nav-pills {
  --bs-nav-pills-link-active-bg: var(--cl-accent);
}

.pagination {
  --bs-pagination-active-bg: var(--cl-accent);
  --bs-pagination-active-border-color: var(--cl-accent);
}

.progress,
.progress-stacked {
  --bs-progress-bar-bg: var(--cl-accent);
}

.list-group {
  --bs-list-group-active-bg: var(--cl-accent);
  --bs-list-group-active-border-color: var(--cl-accent);
}

/* Navbar */
.navbar {
  background: var(--bs-body-bg);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  /* border-bottom: 1px solid var(--bs-gray-bg); */
}

.navbar .navbar-brand {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0 1.5rem 0 0;
  border-right: 0;
}

.navbar .navbar-brand img {
  max-height: 3rem;
}

.navbar .navbar-collapse {
  justify-content: flex-end;
}

.navbar .navbar-toggler,
.navbar .navbar-toggler:focus {
  border: 0;
  box-shadow: none;
}

.navbar .navbar-toggler .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar .navbar-toggler:focus .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar .nav-item a.nav-link.active {
  color: var(--cl-accent);
}

.navbar .user .btn,
.navbar .cart .btn {
  position: relative;
  --bs-btn-padding-x: 0.5625rem;
}

.navbar .user .btn:not(.btn-outline-primary) .icon,
.navbar .cart .btn:not(.btn-outline-primary) .icon {
  width: 1.4rem;
  height: 1.4rem;
}

.navbar .user .btn.btn-outline-primary .icon,
.navbar .cart .btn.btn-outline-primary .icon {
  width: 1.125rem;
  height: 1.125rem;
}

.navbar .cart .btn .count {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.125rem;
  height: 1.125rem;
  background: white;
  color: black;
  font-size: 0.625rem;
  border-radius: 100%;
}

@media screen and (min-width: 992px) {
  .navbar .navbar-collapse .navbar-nav {
    gap: 1.5rem;
  }
}

/* Footer */
footer.footer {
  background: var(--bs-gray-bg);
  border-top: 1px solid var(--bs-border-color);
}

.footer .logo {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.footer .logo img {
  max-height: 3rem;
}

.footer .logo p {
  margin-bottom: 0;
}

.footer h5 {
  text-transform: uppercase;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.footer .nav li a {
  padding: 0;
  color: var(--bs-secondary-color);
}

.footer .nav li a:hover {
  color: var(--cl-accent);
}

/* Remove number input arrows. */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield !important;
}

/* Push footer to bottom */
.flex-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Generic title. */
.section-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 0 0 2rem 0;
}

.section-title h1,
.section-title h2 {
  font-size: 1.75rem;
}

.section-title h1,
.section-title h2,
.section-title p {
  margin-bottom: 0;
}

.section-title p {
  font-size: 0.875rem;
  color: #a3a3a3;
}

@media (min-width: 768px) {
  .section-title p {
    padding-left: 1.5rem;
    border-left: 1px solid var(--bs-border-color);
  }
}

.section-subtitle {
  display: flex;
  align-items: center;
  margin: -1rem 0 2rem 0;
}

/* Announcement */
.announcement {
  padding: 0.5rem 0;
  text-align: center;
  background: white;
  color: black;
  border-bottom: 1px solid var(--bs-border-color);
}

.announcement a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: black;
}

.announcement a svg {
  width: 1.25rem;
  height: 1.25rem;
}

/* Homepage hero. */
.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-size: cover;
}

.hero .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding: 4rem 2rem;
  z-index: 1;
}

.hero .content {
  text-align: center;
  margin: 0 auto;
  max-width: 800px;
  border-radius: var(--bs-border-radius);
}

.hero .content h1 {
  font-size: 3rem;
  margin-bottom: 1.5rem;
}

.hero .content p {
  margin-bottom: 2rem;
}

.hero .content a {
  margin-bottom: 2.5rem;
}

.hero .content .stats {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  max-width: 30rem;
  padding: 0.5rem;
  margin: 0 auto;
  background: var(--bs-gray-bg);
  border-radius: var(--bs-border-radius);
}

.hero .content .stats div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero .content .stats div .value {
  font-weight: 600;
  font-size: 1rem;
}

.hero .content .stats div .value svg {
  width: 1rem;
  height: 1rem;
  vertical-align: -0.125rem;
}

.hero .content .stats div .label {
  font-size: 0.7rem;
  color: #a3a3a3;
}

.hero .search-modal {
  --bs-modal-width: 700px;
}

.hero .fake-searchbar {
  margin: 0 auto 2rem auto;
}

.hero .fake-searchbar,
.hero .search-modal .searchbar {
  width: 100%;
  position: relative;
}

.hero .fake-searchbar input,
.hero .search-modal .searchbar input {
  background: var(--bs-gray-bg);
  padding: 1rem 2rem 1rem 4rem;
}

.hero .fake-searchbar svg,
.hero .search-modal .searchbar svg {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 1rem;
  fill: #a3a3a3;
}

.hero .search-modal .products {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hero .search-modal .product {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  text-decoration: initial;
  color: initial;
}

.hero .search-modal .product .left {
  flex: 1;
  display: flex;
  gap: 1rem;
}

.hero .search-modal .product .image {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  aspect-ratio: 16/9;
  max-height: 96px;
  background: var(--bs-gray-bg);
  border-radius: var(--bs-border-radius);
}

.hero .search-modal .product .image img {
  object-fit: scale-down;
  aspect-ratio: 16/9;
  border-radius: var(--bs-border-radius);
}

.hero .search-modal .product .image .product-img-placeholder svg {
  width: 48px;
  height: 48px;
}

.hero .search-modal .product .image .badges {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.hero .search-modal .product .image .badges div {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  background: var(--cl-accent);
  color: #ffffff;
  font-size: 0.625rem;
  font-weight: 500;
  padding: 0.125rem 0.25rem;
  border-radius: 0.125rem;
}

.hero .search-modal .product .text {
  flex: 1;
  color: #ffffff;
}

.hero .search-modal .product h3 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.hero .search-modal .product p {
  font-size: 0.875rem;
  margin-bottom: 0;
}

.hero .search-modal .product .right {
  display: none;
}

@media (min-width: 468px) {
  .hero .content .stats {
    display: inline-flex;
    gap: 1.5rem;
    padding: 1rem;
  }

  .hero.alignment-left .content .stats {
    justify-content: flex-start;
  }
  
  .hero.alignment-right .content .stats {
    justify-content: flex-end;
  }

  .hero .content .stats div .value {
    font-size: 1.25rem;
  }

  .hero .content .stats div .value svg {
    width: 1.25rem;
    height: 1.25rem;
  }

  .hero .content .stats div .label {
    font-size: 0.75rem;
  }

  .hero .search-modal .product .left .stock {
    display: none;
  }

  .hero .search-modal .product .right {
    display: block;
  }
}

@media (min-width: 768px) {
  .hero {
    min-height: 100vh;
  }

  .hero.height-short {
    min-height: unset;
  }

  .hero.height-medium {
    min-height: 60vh;
  }

  .hero .container {
    padding: 6rem 2rem;
  }

  .hero .content {
    min-width: 60%;
  }

  .hero .fake-searchbar {
    max-width: 600px;
  }

  .hero.alignment-left .container,
  .hero.alignment-right .container {
    flex-direction: row;
    justify-content: space-between;
  }

  .hero.alignment-left .content,
  .hero.alignment-right .content {
    margin: 0;
    padding: 0;
  }

  .hero.alignment-left .content {
    text-align: left;
  }

  .hero.alignment-right .content {
    text-align: right;
    order: 1;
  }

  .hero.alignment-left .fake-searchbar {
    margin-left: 0;
    margin-right: 0;
  }

  .hero.alignment-right .fake-searchbar {
    margin-left: auto;
    margin-right: 0;
  }
}

/* Homepage socials. */
.socials {
  background: var(--bs-gray-bg);
  padding: 5rem 0;
}

.socials .list .social {
  display: flex;
  justify-content: space-between;
  background: var(--bs-body-bg);
  padding: 1rem;
  margin-bottom: var(--bs-gutter-x);
  border-radius: var(--bs-border-radius);
  text-decoration: none;
  color: #ffffff;
}

.socials .list .social .left {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.socials .list .social .left svg {
  display: inline-flex;
  padding: 0.5rem;
  aspect-ratio: 1;
  border-radius: 100%;
  background-color: var(--cl-accent);
  color: #ffffff;
}

.socials .list .social .right svg {
  width: 1.5rem;
  height: 1.5rem;
}

.socials .list .social:hover {
  color: var(--cl-accent);
}

@media (min-width: 992px) {
  .socials .list .social {
    margin-bottom: 0;
  }
}

/* Homepage CTA, text + image. */
.cta-text-image {
  display: flex;
  flex-direction: column;
  background: var(--bs-gray-bg);
}

.cta-text-image .content {
  padding: 5rem 2rem;
}

.cta-text-image .content .subtitle {
  color: var(--cl-accent);
  font-size: 0.875rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.cta-text-image .content .title {
  font-size: 3rem;
  margin-bottom: 2rem;
}

.cta-text-image .content .description {
  font-size: 1.125rem;
  margin-bottom: 2rem;
}

.cta-text-image .image {
  background-repeat: no-repeat, no-repeat;
  background-position: top;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 300px;
}

@media (min-width: 768px) {
  .cta-text-image {
    flex-direction: row;
  }

  .cta-text-image .content {
    padding: 5rem 8rem;
  }
}

/* Homepage CTA, text only. */
.cta-text-center {
  background: #0c0c0c;
  text-align: center;
}

.cta-text-center .content {
  padding: 5rem 2rem;
}

.cta-text-center .content .subtitle {
  color: var(--cl-accent);
  font-size: 0.875rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.cta-text-center .content .title {
  font-size: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .cta-text-center .content {
    padding: 6rem 0;
  }
}

/* Homepage products */
.chips {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.chips .btn {
  border-radius: var(--bs-border-radius-xxl);
}

.products .card {
  position: relative;
  background: none;
  border: none;
  transition: all .3s ease;
  background: var(--bs-body-bg);
}

.products .card:hover {
  transform: translateY(-4px);
}

.products .card .card-img-top {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  aspect-ratio: 16/9;
  background: var(--bs-gray-bg);
}

.products .card .card-img-top img,
.products .card .card-img-top svg {
  object-fit: scale-down;
  aspect-ratio: 16/9;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.products .card .card-img-top .overlay {
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  padding: 1rem;
  text-align: center;
  opacity: 0;
  transition: all .3s ease;
}

.products .card .card-img-top .overlay .btn:hover {
  background-color: var(--cl-accent);
  border-color: var(--bs-btn-border-color);
}

.products .card .card-img-top .overlay .btn {
  width: 100%;
}

.products .card:hover .card-img-top .overlay {
  opacity: 1;
  bottom: 0;
}

.products .card .card-img-top .badges {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.products .card .card-img-top .badges div {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  background: var(--cl-accent);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
}

.product-img-placeholder svg {
  width: 96px;
  height: 96px;
}

.product-img-placeholder svg.large {
  width: 256px;
  height: 256px;
}

.products .card .info {
  display: flex;
  justify-content: space-between;
  color: #d1d1d1;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.products .card .info p {
  margin-bottom: 0;
}

.products .card .info .price {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.products .card .card-title {
  font-size: 1.125rem;
  margin-bottom: 0rem;
}

.stock-indicator {
  pointer-events: none;
}

.stock-unlimited {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
}

.stock-unlimited svg {
  width: 1rem;
  height: 1rem;
}

/* Homepage features. */
.features .list .feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.5rem;
  margin-bottom: var(--bs-gutter-x);
  border-radius: var(--bs-border-radius);
  background: var(--bs-gray-bg);
}

.features .list .feature i {
  font-size: 4rem;
  margin-bottom: 2rem;
  color: var(--cl-accent);
}

.features .list .feature svg {
  width: 64px;
  height: 64px;
  margin-bottom: 2rem;
  color: var(--cl-accent);
}

.features .list .feature .title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.features .list .feature .description {
  padding: 0 2rem;
  font-size: 0.875rem;
  color: #a3a3a3;
}

/* Single product. */
.product-wrapper {
  min-height: calc(100vh - 257px); /* 257px is footer */
}

.product-wrapper .carousel img {
  border-radius: var(--bs-border-radius);
}

.product-wrapper .thumbnails {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  margin-top: 0.75rem;
}

.product-wrapper .thumbnails button {
  border: 0;
  padding: 0;
  background: none;
  border-radius: var(--bs-border-radius);
  transition: all .3s ease;
}

.product-wrapper .thumbnails button:not(.active) {
  opacity: 0.5;
}

.product-wrapper .thumbnails button img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.product-wrapper .badges {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.product-wrapper .badges div {
  background: var(--cl-accent);
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 500;
  padding: 0.25rem 0.5rem;
  border-radius: 0.125rem;
}

.product-tabs .editor p {
  margin-bottom: 0;
}

.product-wrapper .buy-buttons .btn svg {
  width: 1.25rem;
  height: 1.25rem;
}

.input-group-btn svg {
  width: 24px;
  height: 24px;
}

.variants {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.variants .variant {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  border: 0;
  position: relative;
  padding: 0.375rem 0.775rem 0.375rem 0.375rem;
  background: var(--bs-gray-bg);
  border-radius: var(--bs-border-radius);
  border: var(--bs-border-width) solid var(--bs-border-color);
}

.variants .variant.active {
  color: var(--bs-body-color);
  background-color: var(--bs-gray-bg);
  border-color: var(--bs-btn-border-color);
  outline: 0;
}

.variants .variant {
  padding: 0.5rem 0.75rem;
}

.variants .variant .name-stock {
  text-align: left;
}

.variants .variant .name,
.variants .variant .stock {
  margin-bottom: 0;
}

.variants .variant .description {
  font-size: 0.875rem;
  color: #a3a3a3;
  white-space: pre-line;
}

.variants .variant .stock {
  font-size: 0.75rem;
}

.variants .variant .price {
  padding: 0.25rem 0.5rem;
  border-radius: var(--bs-border-radius);
  background: rgba(255, 255, 255, 0.025);
  color: #a3a3a3;
  font-weight: 500;
}

.variants .variant .active-indicator {
  position: absolute;
  top: -12px;
  right: -4px;
  z-index: 1;
  background: var(--bs-gray-bg);
  border-radius: 50%;
}

.variants .variant .active-indicator svg {
  width: 24px;
  height: 24px;
}

.addon-item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
}

.addon-item:hover {
  background-color: rgba(255, 255, 255, 0.08);
}

.addon-image {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.btn-addon-add {
  background-color: rgba(var(--bs-primary-rgb), 0.1);
  border-color: rgba(var(--bs-primary-rgb), 0.2);
  color: var(--bs-primary);
  min-width: 112px;
}

.btn-addon-add:hover {
  background-color: rgba(var(--bs-primary-rgb), 0.2);
  border-color: var(--bs-primary);
  color: var(--bs-primary);
}

.btn-addon-remove {
  background-color: rgba(var(--bs-danger-rgb), 0.1);
  border-color: rgba(var(--bs-danger-rgb), 0.2);
  color: var(--bs-danger);
  min-width: 112px;
}

.btn-addon-remove:hover {
  background-color: rgba(var(--bs-danger-rgb), 0.2);
  border-color: var(--bs-danger);
  color: var(--bs-danger);
}

.live-stats svg {
  width: 1.25rem;
  height: 1.25rem;
}

.live-stats p {
  margin-bottom: 0;
  flex: 1;
}

/* Testimonials */
.testimonials .col-12 {
  margin-bottom: var(--bs-gutter-x);
}

.testimonial {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border-radius: var(--bs-border-radius);
  background: var(--bs-gray-bg);
  margin-bottom: var(--bs-gutter-x);
}

.testimonial .header {
  display: flex;
  justify-content: space-between;
  padding: 1rem 1.5rem 0 1.5rem;
  margin-bottom: 0.5rem;
}

.testimonial .header svg {
  width: 2.5rem;
  height: 2.5rem;
  color: rgba(255, 255, 255, 0.1);
}

.testimonial .header p {
  font-size: 0.875rem;
  margin-bottom: 0;
}

.testimonial .stars svg {
  width: 1rem;
  height: 1rem;
}

.testimonial .content {
  padding: 0 1.5rem;
}

.testimonial .content .message {
  font-size: 0.9rem;
  word-break: break-word;
}

.testimonial .content .reply {
  margin-bottom: 1rem;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.2);
  border-radius: var(--bs-border-radius);
}

.testimonial .content .reply .text {
  margin: 0;
  font-size: 0.875rem;
  padding-left: 0.5rem;
  border-left: 0.125rem solid var(--cl-accent);
  word-break: break-word;
}

.testimonial .content .reply .author {
  font-size: 0.8rem;
  margin: 1rem 0 0 0;
  text-align: right;
  color: #a3a3a3;
}

.testimonial .content .reply .author span {
  color: var(--cl-accent);
}

.testimonial .footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem 1.5rem;
  background: rgba(0, 0, 0, 0.15);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0 0 var(--bs-border-radius) var(--bs-border-radius);
  color: #a3a3a3;
  font-size: 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.testimonial .footer .items {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.testimonial .footer .date {
  font-weight: 600;
}

.pagination .page-item:not(.active) .page-link {
  color: var(--bs-secondary-color);
  background-color: var(--bs-gray-bg);
}

/* BLOCKS */
.bg-block-primary {
  background-color: var(--bs-body-bg);
}

.bg-block-secondary {
  background-color: var(--bs-gray-bg);
}

.text-block.alignment-center,
.text-image-block.alignment-center,
.text-video-block.alignment-center {
  text-align: center;
}

.text-block.alignment-center .section-title,
.text-block.alignment-center .section-subtitle,
.text-image-block.alignment-center .section-title,
.text-image-block.alignment-center .section-subtitle,
.text-video-block.alignment-center .section-title,
.text-video-block.alignment-center .section-subtitle {
  justify-content: center;
}

.text-block.alignment-right,
.text-image-block.alignment-right,
.text-video-block.alignment-right {
  text-align: right;
}

.text-block.alignment-right .section-title,
.text-block.alignment-right .section-subtitle,
.text-image-block.alignment-right .section-title,
.text-image-block.alignment-right .section-subtitle,
.text-video-block.alignment-right .section-title,
.text-video-block.alignment-right .section-subtitle {
  justify-content: flex-end;
}

.text-image-block.alignment-right .row,
.text-video-block.alignment-right .row {
  flex-direction: row-reverse;
}

.text-image-block .section-subtitle,
.text-video-block .section-subtitle {
  margin: -1rem 0 1rem 0;
}

.text-image-block .row,
.text-video-block .row {
  --bs-gutter-x: 4rem;
  --bs-gutter-y: 2rem;
}

.text-image-block img,
.text-video-block iframe {
  width: 100%;
  border-radius: var(--bs-border-radius);
}

.text-image-block .aspect-16\/9 img,
.text-image-block .aspect-4\/3 img,
.text-image-block .aspect-1\/1 img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  border-radius: var(--bs-border-radius);
}

.text-image-block .aspect-16\/9 img {
  aspect-ratio: 16/9;
}

.text-image-block .aspect-4\/3 img {
  aspect-ratio: 4/3;
}

.text-image-block .aspect-1\/1 img {
  aspect-ratio: 1/1;
}

.text-video-block .video-wrapper {
  display: flex;
  justify-content: center;
}

.text-video-block iframe {
  aspect-ratio: 16/9;
}

.image-gallery .row {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 2rem;
}

.image-gallery .aspect-16\/9 img,
.image-gallery .aspect-4\/3 img,
.image-gallery .aspect-1\/1 img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  border-radius: var(--bs-border-radius);
}

.image-gallery .aspect-16\/9 img {
  aspect-ratio: 16/9;
}

.image-gallery .aspect-4\/3 img {
  aspect-ratio: 4/3;
}

.image-gallery .aspect-1\/1 img {
  aspect-ratio: 1/1;
}

.faq .accordion {
  --bs-accordion-btn-bg: var(--bs-gray-bg);
  --bs-accordion-active-bg: var(--bs-gray-bg);
  --bs-accordion-border-color: transparent;
  --bs-accordion-inner-border-radius: var(--bs-border-radius);
  --bs-accordion-active-color: var(--cl-accent);
  --bs-accordion-btn-focus-border-color: var(--cl-accent);
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--cl-accent-rgb), .25);
}

.faq.bg-block-secondary .accordion {
  --bs-accordion-btn-bg: var(--bs-body-bg);
  --bs-accordion-active-bg: var(--bs-body-bg);
}

.faq .accordion-item {
  margin-bottom: 1.5rem;
}

.faq .accordion-item,
.faq .accordion-item .accordion-button,
.faq .accordion-item .accordion-collapse {
  border-radius: var(--bs-border-radius);
}

/* STATUS */
.status-cards {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.status-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  background: var(--bs-gray-bg);
  border-radius: var(--bs-border-radius);
  text-decoration: none;
}

.status-card h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #ffffff;
}

.status-group {
  margin-bottom: 1rem;
}

.status-group h2 {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #ffffff;
}

.status {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.status .indicator {
  position: relative;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
}

.status .label {
  font-weight: 600;
}

.pulsating {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  opacity: 0;
  pointer-events: none;
  animation: pulsating 1.25s linear infinite;
}

@keyframes pulsating {
  0% {
    opacity: 0.4;
  }

  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

#snow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
  z-index: 9999;
}

#snow .snowflake {
  position: absolute;
  width: 10px;
  height: 10px;
  margin-top: -10px;
  border-radius: 100%;
  background: rgba(var(--cl-snow, 255, 255, 255, 1));
}

.cart .btn-outline-primary svg {
  width: 1.25rem;
  height: 1.25rem;
}
 
.cart .product {
  background: var(--bs-gray-bg);
}

.cart .form {
  background: linear-gradient(135deg, rgb(0 0 0 / 10%), rgb(138 138 138 / 10%));
}

.cart-item-bg {
  background: rgba(255,255,255,0.01);
  border-color: rgba(255,255,255,0.05) !important;
}

.cart-image-container {
  max-width: 6rem;
  aspect-ratio: 16/9;
}

@media (min-width: 576px) {
  .cart-image-container {
    max-width: 9rem;
  }
}

.cart-product-image {
  aspect-ratio: 16/9;
  object-fit: cover;
}

.cart-placeholder-icon {
  aspect-ratio: 16/9;
  color: #6c757d;
}

.cart-placeholder-svg {
  width: 4rem;
  height: 4rem;
}

.cart-product-link:hover {
  text-decoration: underline !important;
}

.cart-variant-text {
  color: rgba(255,255,255,0.75);
}

.cart-discount-text {
  color: rgba(255,255,255,0.5);
}

.cart-addon-badge {
  display: inline-block;
  padding: 0.125rem 0.5rem;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 0.375rem;
  color: rgba(255,255,255,0.5);
  font-size: 0.75rem;
}

.cart-quantity-controls {
  max-width: 8rem;
}

.cart-qty-btn {
  background: rgba(255,255,255,0.1);
  width: 2rem;
  height: 2rem;
  transition: background-color 0.3s ease;
}

.cart-qty-btn:hover:not(:disabled) {
  background: var(--bs-primary);
}

.cart-qty-btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.cart-qty-input {
  background: rgba(255,255,255,0.05);
  color: white;
  width: calc(100% - 4rem);
  font-size: 0.85rem;
}

.cart-qty-input:focus {
  background: rgba(255,255,255,0.05);
  color: white;
  border-color: var(--bs-primary);
  box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary-rgb), 0.5);
}

.cart-qty-icon {
  width: 1rem;
  height: 1rem;
}

.cart-price-text {
  min-width: 5rem;
}

@media (min-width: 576px) {
  .cart-price-text {
    font-size: 1.125rem;
  }
}

.cart-remove-mobile:hover,
.cart-remove-desktop:hover {
  color: var(--bs-danger) !important;
}

.cart-remove-icon-sm {
  width: 1rem;
  height: 1rem;
}

@media (min-width: 576px) {
  .cart-remove-icon-sm {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.cart-remove-icon {
  width: 1rem;
  height: 1rem;
}

@media (min-width: 576px) {
  .cart-remove-icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}

@media (max-width: 575px) {
  .cart-controls {
    border-top-color: rgba(255,255,255,0.05) !important;
  }
}

.ticket .ticket-messages-container {
  position: relative;
  height: calc(100vh - 400px);
  min-height: 500px;
}

.ticket .ticket-messages-scroll {
  height: calc(100% - 80px);
  overflow-y: auto;
  overflow-x: hidden;
}

.ticket .ticket-messages-scroll::-webkit-scrollbar {
  width: 6px;
}

.ticket .ticket-messages-scroll::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

.ticket .ticket-messages-scroll::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}

.ticket .ticket-messages-scroll::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.5);
}

.ticket .ticket-avatar {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.ticket .ticket-avatar-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: scale-down;
  background: rgba(var(--bs-primary-rgb), 0.1);
  padding: 4px;
}

.ticket .ticket-avatar-placeholder {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--bs-primary-rgb), 0.1);
  color: var(--bs-primary);
}

.ticket .ticket-avatar-icon {
  width: 24px;
  height: 24px;
}

.ticket .ticket-sender-name {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--bs-body-color);
}

.ticket .ticket-time-ago {
  font-size: 0.65rem;
  color: var(--bs-body-color);
  opacity: 0.6;
}

.ticket .ticket-message-content {
  font-size: 0.75rem;
  color: var(--bs-body-color);
  opacity: 0.85;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

.ticket .ticket-input-area {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--bs-body-bg);
  border-top: 1px solid var(--bs-border-color);
}

.ticket .ticket-textarea {
  resize: none;
  max-height: 100px;
  min-height: 38px;
  field-sizing: content;
}

.ticket .ticket-send-btn {
  white-space: nowrap;
  padding: 0.5rem 1rem;
}

.ticket .bg-accent-500 {
  background-color: var(--bs-primary) !important;
  color: white !important;
}

.ticket .text-accent-500 {
  color: var(--bs-primary) !important;
}

@media (max-width: 575.98px) {
  .ticket .ticket-messages-container {
    height: calc(100vh - 300px);
    min-height: 400px;
  }
  
  .ticket .ticket-send-btn span {
    display: none !important;
  }
}

table td .btn.btn-link {
  font-size: .875em;
  color: var(--bs-primary);
}

/* Container for the notification */
.notification-container {
  position: relative;
}

.notification-popup {
  position: fixed;
  z-index: 1050;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
}

@media (min-width: 640px) {
  .notification-popup {
    right: auto;
  }
}

.notification-content {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.25rem;
  border-radius: var(--bs-border-radius);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.notification-image-container {
  position: relative;
}

.notification-image {
  width: 3.75rem;
  height: 3.75rem;
  object-fit: cover;
  border-radius: var(--bs-border-radius);
}

@media (min-width: 640px) {
  .notification-image {
    width: 4.5rem;
    height: 4.5rem;
  }
}

.notification-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 0.5rem;
}

.notification-text-primary {
  margin-bottom: 0;
  font-size: 0.75rem;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 640px) {
  .notification-text-primary {
    font-size: 0.875rem;
  }
}

.notification-text-secondary {
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 640px) {
  .notification-text-secondary {
    font-size: 1rem;
  }
}

.notification-text-tertiary {
  margin-bottom: 0;
  font-size: 0.75rem;
  opacity: 0.75;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 640px) {
  .notification-text-tertiary {
    font-size: 0.875rem;
  }
}

.flag-icon {
  width: 0.625rem;
  height: 0.625rem;
}

@media (min-width: 640px) {
  .flag-icon {
    width: 0.75rem;
    height: 0.75rem;
  }
}

.currency-selector {
  max-width: 153px;
}

.currency-selector select {
  width: 80px;
  height: 40px;
  background-color: transparent;
  border: 1px solid var(--cl-accent);
  border-radius: var(--bs-border-radius);
  outline: none;
  color: transparent;
}

.currency-selector .symbol {
  display: inline-block;
  width: 2.5rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0.25rem;
  color: var(--cl-accent) !important;
  text-align: center;
  padding: 0.125rem 0.25rem;
  margin-right: 0.25rem;
}

.currency-selector .default {
  font-size: 0.75rem;
  opacity: 0.75;
}

.currency-selector .choices__inner {
  min-width: 5rem !important;
  height: 40px !important;
  border-radius: var(--bs-border-radius);
  background-color: transparent !important;
  border: 1px solid var(--cl-accent) !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.currency-selector .choices.is-open .choices__inner {
  border-color: var(--cl-accent) !important;
}

.currency-selector .choices__inner .symbol {
  background-color: transparent;
  color: var(--cl-accent);
  min-width: 0;
}

.currency-selector .choices__inner .code,
.currency-selector .choices__inner .default {
  display: none;
}

.currency-selector .choices__inner .choices__item {
  max-width: 50px;
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
}

.currency-selector .choices__list.choices__list--dropdown {
  min-width: 11rem !important;
  margin-top: 0.5rem;
  border-radius: var(--bs-border-radius);
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.currency-selector .choices__list::-webkit-scrollbar {
  display: none;
}

.currency-selector .choices__list--dropdown .choices__item--selectable {
  padding-right: 0.625rem !important;
}

.currency-selector .choices__list--dropdown .choices__item--selectable.is-highlighted::after {
  display: none;
}

.choices {
  border-radius: 0.5rem;
  margin-bottom: 0 !important;
}

.choices.is-open {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.choices .choices__inner {
  min-height: 2.5rem;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.025);
  color: #fff;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  width: 100%;
  border: 0;
}

.choices[data-type*="select-one"] .choices__inner {
  padding: 0.5rem 1rem;
}

.choices .choices__list.choices__list--single {
  padding: 0;
}

.choices.is-open .choices__inner {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.choices .choices__list.choices__list--dropdown {
  background-color: var(--bs-gray-bg);
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.choices.is-open .choices__list--dropdown,
.choices.is-open .choices__list[aria-expanded] {
  border-color: rgba(255, 255, 255, 0.1);
}

.choices[data-type*="select-one"] .choices__list .choices__input {
  border-bottom-color: rgba(255, 255, 255, 0.05);
}

.choices[data-type*="select-one"] .choices__list.choices__list--dropdown .choices__input {
  background-color: rgba(255, 255, 255, 0.025);
  color: #fff;
}

.choices .choices__list--dropdown .choices__item,
.choices .choices__list[aria-expanded] .choices__item {
  background-color: rgba(255, 255, 255, 0.025);
  color: #fff;
}

.choices .choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: var(--accent-500);
  color: white;
}

.choices .choices[data-type*="select-one"] .choices__input {
  background-color: var(--accent-500);
  color: white;
}

/* New editor */
.editor .rtl {
  direction: rtl;
}

.editor .e-paragraph {
  position: relative;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5rem;
  word-wrap: break-word;
}

.editor .e-quote {
  font-size: 1rem;
  padding-left: 1rem;
  border-left-color: var(--cl-accent);
  border-left-width: 0.25rem;
  border-left-style: solid;
}

.editor .e-hr, .editor hr {
  border-top: 1px solid var(--cl-accent);
  margin: 0.5rem 0;
}

.editor .e-heading-h1 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  margin-bottom: 0;
}

.editor .e-heading-h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  margin-bottom: 0;
}

.editor .e-heading-h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 0;
}

.editor .e-nested-listitem {
  list-style-type: none;
}

.editor .e-list-ol {
  padding: 0;
  margin: 0;
  margin-left: 1rem;
  list-style-type: decimal;
}

.editor .e-list-ul {
  padding: 0;
  margin: 0;
  margin-left: 1rem;
  list-style-type: disc;
}

.editor .e-listitem {
  margin: 0.5rem 1rem 0.5rem 1rem;
}

.editor .e-image img {
  max-width: 100%;
  height: auto;
}

.editor .e-youtube iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
}

.editor .e-link {
  color: var(--cl-accent);
  text-decoration: underline;
}

.editor .e-text-bold {
  font-weight: bold;
}

.editor .e-text-code {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.0625rem 0.25rem;
  font-family: monospace;
  font-size: 95%;
}

.editor .e-text-italic {
  font-style: italic;
}

.editor .e-text-strikethrough {
  text-decoration: line-through;
}

.editor .e-text-underline {
  text-decoration: underline;
}

.editor .e-text-underlineStrikethrough {
  text-decoration: underline line-through;
}

.editor .e-code {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.5rem;
  font-family: monospace;
  border-radius: var(--bs-border-radius);
}

.editor .e-collapsible {
  margin: 0.25rem 0 0.25rem 0;
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.editor .e-collapsible-title {
  display: block; 
  position: relative; 
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
  font-weight: 600;
}

.editor .e-collapsible-title::marker,
.editor .e-collapsible-title::-webkit-details-marker {
  display: none;
}

.editor .e-collapsible-title:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0.625rem;
  transform: translateY(-50%);
  border: 1px solid transparent;
  border-left-color: var(--cl-accent);
  border-width: 4px 6px 4px 6px;
}

.editor .e-collapsible[open] > .editor .e-collapsible-title:before {
  border-left-color: transparent;
  border-top-color: var(--cl-accent);
  border-width: 6px 4px 0 4px;
}

.editor .e-collapsible-content {
  padding: 0.5rem;
  border-top: 1px solid var(--bs-border-color);
}

/* BUILDER */
.builder .component {
  position: relative;
}

.builder .component .builder-toolbar {
  display: none;
}

.builder .component:hover .builder-toolbar {
  display: block;
}

.builder .builder-toolbar {
  position: absolute;
  top: 1rem;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
}

.builder .builder-toolbar .actions {
  background: #070d19;
  display: inline-flex;
  gap: 0.5rem;
  padding: 0.5rem;
  border-radius: var(--bs-border-radius);
}

.builder .builder-toolbar .actions button {
  padding: 0.5rem;
  border-radius: var(--bs-border-radius);
  background: #0c1427;
  border: 0;
}

.builder .builder-toolbar .actions button:hover {
  background: #0a0f1f;
}

.builder .builder-toolbar .actions button svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: #ffffff;
}

.builder .announcement .builder-toolbar .actions button:not(.edit),
.builder .navbar .builder-toolbar .actions button:not(.edit),
.builder .footer .builder-toolbar .actions button:not(.edit) {
  display: none;
}

.grecaptcha-badge { 
  visibility: hidden;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.size-3\.5 {
  width: 0.875rem;
  height: 0.875rem;
}

:root {
  --altcha-border-width: 1px;
  --altcha-border-radius: var(--bs-border-radius);
  --altcha-color-base: rgba(255, 255, 255, 0.025);
  --altcha-color-border: rgba(255, 255, 255, 0.05);
  --altcha-color-text: #fff;
  --altcha-color-border-focus: currentColor;
  --altcha-color-error-text: #ef4444;
  --altcha-color-footer-bg: #f4f4f4;
  --altcha-max-width: 600px;
}
/* === LUXENTRA PREMIUM DASHBOARD / ORDERS UPGRADE === */
.customer-dashboard-enhanced,
.customer-invoices-enhanced,
.customer-balance-enhanced,
.customer-tickets-enhanced,
.customer-affiliate-enhanced {
  position: relative;
  isolation: isolate;
}
.customer-dashboard-enhanced::before,
.customer-invoices-enhanced::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 18%, rgba(57,255,20,.24), transparent 28%),
    radial-gradient(circle at 78% 22%, rgba(0,180,180,.16), transparent 24%),
    radial-gradient(circle at 52% 80%, rgba(0,255,220,.12), transparent 32%),
    linear-gradient(135deg, #020807 0%, #021a17 42%, #020505 100%);
}
.customer-dashboard-enhanced .dashboard-wrapper,
.customer-invoices-enhanced .invoices-wrapper {
  gap: 1.25rem !important;
}
.customer-dashboard-enhanced .dashboard-main,
.customer-invoices-enhanced .invoices-main {
  background: linear-gradient(180deg, rgba(6,22,21,.62), rgba(1,7,7,.34));
  border: 1px solid rgba(57,255,20,.16);
  border-radius: 28px;
  padding: clamp(1rem, 3vw, 1.75rem);
  box-shadow: 0 20px 60px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.06);
  backdrop-filter: blur(14px);
}
.simple-greeting,
.page-header {
  position: relative;
  margin-bottom: 1.15rem !important;
  padding: 1.15rem 1.2rem;
  border: 1px solid rgba(57,255,20,.18);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(57,255,20,.12), rgba(255,255,255,.03)),
    radial-gradient(circle at top right, rgba(57,255,20,.18), transparent 38%);
  overflow: hidden;
}
.simple-greeting::before,
.page-header::before {
  content: "LUXENTRA";
  display: block;
  font-size: .72rem;
  color: #22ffff;
  letter-spacing: .28em;
  font-weight: 900;
  margin-bottom: .25rem;
  text-shadow: 0 0 14px rgba(57,255,20,.7);
}
.greeting-text,
.page-title {
  display: block;
  color: #fff !important;
  font-size: clamp(1.45rem, 5vw, 2.35rem) !important;
  font-weight: 950 !important;
  letter-spacing: -.045em !important;
  line-height: 1.05;
  text-shadow: 0 0 22px rgba(57,255,20,.18);
}
.page-subtitle {
  color: rgba(255,255,255,.68) !important;
  margin-top: .4rem !important;
}
.metrics-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0,1fr)) !important;
  gap: .85rem !important;
}
.metric-card,
.invoice-card,
.featured-section,
.action-card,
.sidebar-wrapper {
  border: 1px solid rgba(57,255,20,.14) !important;
  background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025)) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 12px 35px rgba(0,0,0,.28) !important;
  backdrop-filter: blur(16px);
}
.metric-card {
  border-radius: 22px !important;
  padding: 1rem !important;
  min-height: 118px;
  position: relative;
  overflow: hidden;
}
.metric-card::after,
.invoice-card::after,
.featured-section::after {
  content:"";
  position:absolute;
  width:7px;
  height:7px;
  right:18px;
  top:18px;
  border-radius:50%;
  background:#39ff14;
  box-shadow:0 0 16px #39ff14;
  opacity:.55;
}
.metric-icon,
.featured-icon,
.action-icon {
  width: 42px !important;
  height: 42px !important;
  border-radius: 14px !important;
  color: #39ff14 !important;
  background: linear-gradient(135deg, rgba(57,255,20,.16), rgba(79,70,229,.16)) !important;
  box-shadow: 0 0 28px rgba(57,255,20,.12);
}
.metric-label,
.order-compact-label,
.product-variant,
.invoice-date {
  color: rgba(255,255,255,.55) !important;
  letter-spacing: .12em !important;
  text-transform: uppercase;
  font-weight: 800 !important;
}
.metric-value,
.invoice-price,
.product-name,
.featured-title,
.sidebar-title,
.invoice-id {
  color: #fff !important;
  font-weight: 950 !important;
}
.featured-section {
  position: relative;
  border-radius: 28px !important;
  padding: 1.25rem !important;
  margin-top: 1rem !important;
  overflow: hidden;
}
.order-showcase-compact {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.11);
  background: rgba(0,0,0,.18);
}
.order-view-compact-btn,
.invoice-full-btn,
.action-btn {
  border-radius: 16px !important;
  border: 1px solid rgba(57,255,20,.28) !important;
  background: linear-gradient(135deg, rgba(57,255,20,.17), rgba(0,0,0,.16)) !important;
  color: #fff !important;
  font-weight: 900 !important;
  box-shadow: 0 0 24px rgba(57,255,20,.08);
}
.order-view-compact-btn:hover,
.invoice-full-btn:hover,
.action-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(57,255,20,.55) !important;
  box-shadow: 0 0 30px rgba(57,255,20,.18) !important;
}
.invoice-card {
  position: relative;
  border-radius: 24px !important;
  overflow: hidden;
}
.invoice-header {
  background: linear-gradient(135deg, rgba(57,255,20,.08), rgba(255,255,255,.02));
  border-bottom: 1px solid rgba(57,255,20,.10) !important;
}
.status-badge {
  border-radius: 999px !important;
  padding: .5rem .85rem !important;
  color: #05110f !important;
  background: #eaffff !important;
  font-weight: 950 !important;
}
.ticket-btn { opacity: .86; }
.sidebar-wrapper {
  border-radius: 28px !important;
  padding: 1rem !important;
  background: linear-gradient(180deg, rgba(57,255,20,.08), rgba(255,255,255,.03)) !important;
}
.sidebar-header {
  padding: 1rem;
  border-radius: 22px;
  background: rgba(0,0,0,.18);
  border: 1px solid rgba(57,255,20,.12);
}
.sidebar-title::before {
  content: "◆ ";
  color: #39ff14;
  text-shadow: 0 0 12px #39ff14;
}
.sidebar-email { color: rgba(255,255,255,.65) !important; }
.sidebar-nav-link {
  border: 1px solid transparent !important;
  color: rgba(255,255,255,.78) !important;
  border-radius: 16px !important;
  padding: .85rem .95rem !important;
}
.sidebar-nav-link:hover,
.sidebar-nav-link.active {
  background: rgba(57,255,20,.10) !important;
  border-color: rgba(57,255,20,.20) !important;
  color: #fff !important;
}
.sidebar-nav-icon { color: #39ff14; }
@media (max-width: 768px) {
  .customer-dashboard-enhanced .dashboard-main,
  .customer-invoices-enhanced .invoices-main {
    padding: .85rem;
    border-radius: 22px;
  }
  .metrics-grid { grid-template-columns: 1fr 1fr !important; gap: .65rem !important; }
  .metric-card { min-height: 104px; padding: .82rem !important; }
  .metric-value { font-size: 1.15rem !important; line-height: 1.1; }
  .metric-label { font-size: .62rem !important; }
  .invoice-header,
  .invoice-body { padding: 1rem !important; }
  .invoice-actions { flex-direction: column; width: 100%; }
  .invoice-actions .action-btn { width: 100%; justify-content: center; }
}

/* =========================================================
   LUXENTRA 9.5 PREMIUM POLISH - Global brand consistency
   ========================================================= */
:root{
  --lux-bg:#020807;
  --lux-panel:rgba(5,20,19,.72);
  --lux-panel-soft:rgba(255,255,255,.055);
  --lux-green:#39ff14;
  --lux-green-soft:rgba(57,255,20,.18);
  --lux-border:rgba(57,255,20,.18);
  --lux-text:#ffffff;
  --lux-muted:rgba(255,255,255,.66);
}
html,body{background:var(--lux-bg)!important;}
body::before{
  content:"";position:fixed;inset:0;z-index:-5;pointer-events:none;
  background:
    radial-gradient(circle at 18% 18%, rgba(57,255,20,.20), transparent 28%),
    radial-gradient(circle at 84% 26%, rgba(0,180,180,.16), transparent 26%),
    radial-gradient(circle at 52% 82%, rgba(0,255,220,.12), transparent 34%),
    linear-gradient(135deg,#020807 0%,#021a17 46%,#020505 100%);
}
body::after{
  content:"";position:fixed;inset:0;z-index:-4;pointer-events:none;opacity:.7;
  background-image:
    radial-gradient(circle, rgba(57,255,20,.75) 0 2px, transparent 3px),
    radial-gradient(circle, rgba(57,255,20,.40) 0 1px, transparent 2px);
  background-size: 310px 310px, 190px 190px;
  background-position: 20px 40px, 110px 80px;
  animation: luxStarsDrift 16s linear infinite;
}
@keyframes luxStarsDrift{0%{transform:translate3d(0,0,0)}50%{transform:translate3d(-18px,10px,0)}100%{transform:translate3d(0,0,0)}}

/* Premium fixed/glass navbar */
.navbar,.navbar-blur,.nav-container{
  background:linear-gradient(180deg, rgba(2,8,7,.88), rgba(2,8,7,.48))!important;
  border-bottom:1px solid rgba(57,255,20,.14)!important;
  backdrop-filter:blur(18px)!important;
  box-shadow:0 12px 40px rgba(0,0,0,.35)!important;
}
.navbar-brand span,.navbar .nav-link,.navbar .btn{font-weight:900!important;letter-spacing:.01em!important;}
.navbar-brand span{color:#fff!important;text-shadow:0 0 18px rgba(57,255,20,.35)!important;}
.navbar .nav-link{color:rgba(255,255,255,.72)!important;border-radius:999px!important;padding:.65rem .95rem!important;transition:.25s ease!important;}
.navbar .nav-link:hover{color:#fff!important;background:rgba(57,255,20,.10)!important;box-shadow:0 0 22px rgba(57,255,20,.10)!important;}
.navbar .btn,.navbar .currency-selector-btn,.navbar .cart .btn{
  border:1px solid rgba(57,255,20,.28)!important;background:rgba(57,255,20,.08)!important;color:#fff!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 0 24px rgba(57,255,20,.10)!important;
}

/* Public sections/cards feel like one premium product */
.component,.container.component{position:relative;}
.card,.product-card,.feedback-card,.status-card,.blog-post-card,
.products .card,.features .feature-card,.why-choose-card,
.luxentra-compare .compare-frame{
  border:1px solid var(--lux-border)!important;
  background:linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.025))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 16px 45px rgba(0,0,0,.30)!important;
  backdrop-filter:blur(14px)!important;
  border-radius:24px!important;
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease!important;
}
.card:hover,.product-card:hover,.feedback-card:hover,.status-card:hover,.blog-post-card:hover,
.products .card:hover,.features .feature-card:hover,.why-choose-card:hover{
  transform:translateY(-3px)!important;border-color:rgba(57,255,20,.42)!important;box-shadow:0 18px 55px rgba(57,255,20,.12),0 18px 60px rgba(0,0,0,.38)!important;
}
.btn-primary,.btn-outline-primary,.product-card a,.action-btn,.invoice-full-btn,.order-view-compact-btn{
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease!important;
}
.btn-primary:hover,.btn-outline-primary:hover,.product-card a:hover,.action-btn:hover,.invoice-full-btn:hover,.order-view-compact-btn:hover{
  transform:translateY(-2px)!important;box-shadow:0 0 34px rgba(57,255,20,.18)!important;
}

/* Premium dashboard header */
.simple-greeting,.page-header{
  min-height:112px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;
}
.simple-greeting::after,.page-header::after{
  content:"Entrega automática • Garantía • Soporte rápido";
  display:inline-flex;width:max-content;max-width:100%;margin-top:.7rem;padding:.45rem .75rem;border-radius:999px;
  border:1px solid rgba(57,255,20,.22);background:rgba(57,255,20,.08);color:rgba(255,255,255,.78);
  font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;
}

/* More compact dashboard cards */
.customer-dashboard-enhanced .dashboard-main,.customer-invoices-enhanced .invoices-main{padding:clamp(.9rem,2.2vw,1.35rem)!important;}
.metrics-grid{gap:.7rem!important;margin-bottom:1rem!important;}
.metric-card{min-height:92px!important;padding:.78rem!important;border-radius:18px!important;}
.metric-icon{width:36px!important;height:36px!important;border-radius:12px!important;}
.metric-value{font-size:clamp(1rem,3.6vw,1.38rem)!important;}
.metric-label{font-size:.62rem!important;line-height:1.15!important;}
.featured-section{padding:1rem!important;margin-bottom:1rem!important;border-radius:22px!important;}
.order-showcase-compact{padding:.85rem!important;border-radius:17px!important;}
.order-compact-line{gap:.35rem!important;display:flex!important;flex-wrap:wrap!important;align-items:center!important;}
.order-view-compact-btn{margin-top:.75rem!important;min-height:46px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:.5rem!important;}
.action-section{margin-bottom:1rem!important;}
.action-card{min-height:56px!important;border-radius:18px!important;}

/* Orders: cleaner invoice cards */
.invoices-list{display:grid!important;gap:.85rem!important;}
.invoice-card{border-radius:20px!important;}
.invoice-header{padding:.95rem 1rem!important;}
.invoice-body{padding:1rem!important;}
.invoice-id{font-size:clamp(1rem,4.4vw,1.45rem)!important;line-height:1.15!important;word-break:break-word!important;}
.invoice-date{font-size:.72rem!important;}
.product-name{font-size:clamp(1.05rem,4.4vw,1.55rem)!important;}
.product-variant{font-size:.74rem!important;}
.invoice-footer{gap:.85rem!important;align-items:stretch!important;}
.invoice-actions{gap:.6rem!important;}
.invoice-full-btn{min-height:48px!important;justify-content:center!important;}
.ticket-btn{min-height:44px!important;justify-content:center!important;}

/* Sidebar/menu consistency */
.sidebar-wrapper,.sidebar-card{background:linear-gradient(180deg,rgba(57,255,20,.08),rgba(255,255,255,.025))!important;border:1px solid rgba(57,255,20,.16)!important;border-radius:24px!important;}
.sidebar-nav-link{font-weight:850!important;}
.sidebar-nav-link:hover,.sidebar-nav-link.active{transform:translateX(3px)!important;}
.mobile-menu-dropdown{
  background:linear-gradient(180deg,rgba(2,16,15,.97),rgba(0,0,0,.96))!important;
  border-left:1px solid rgba(57,255,20,.18)!important;
  box-shadow:-20px 0 70px rgba(0,0,0,.65)!important;
}
.lux-nav-card,.lux-account-card,.mobile-menu-button,.mobile-menu-item{
  border-radius:18px!important;border:1px solid rgba(57,255,20,.15)!important;background:rgba(255,255,255,.045)!important;
}
.lux-nav-card:hover,.lux-account-card:hover,.mobile-menu-button:hover,.mobile-menu-item:hover{background:rgba(57,255,20,.10)!important;border-color:rgba(57,255,20,.32)!important;}

@media(max-width:768px){
  .py-5-nav{padding-top:1rem!important;padding-bottom:1rem!important;}
  .dashboard-wrapper,.invoices-wrapper{gap:.85rem!important;}
  .customer-dashboard-enhanced .dashboard-main,.customer-invoices-enhanced .invoices-main{border-radius:20px!important;padding:.75rem!important;}
  .simple-greeting,.page-header{min-height:96px!important;padding:.9rem!important;border-radius:20px!important;}
  .simple-greeting::after,.page-header::after{font-size:.58rem!important;white-space:normal!important;width:100%;justify-content:center;text-align:center;}
  .metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:.55rem!important;}
  .metric-card{min-height:88px!important;padding:.68rem!important;gap:.5rem!important;}
  .metric-icon{width:32px!important;height:32px!important;}
  .metric-value{font-size:1.02rem!important;white-space:normal!important;}
  .featured-header{margin-bottom:.75rem!important;}
  .invoice-footer{display:flex!important;flex-direction:column!important;}
  .invoice-price{font-size:1.35rem!important;}
  .invoice-actions{width:100%!important;}
}


/* === LUXENTRA 9.5 PREMIUM FINISH: branding, trust, sidebar, navbar === */
:root{
  --lux-green:#00eaff;
  --lux-green-soft:rgba(0,234,255,.16);
  --lux-green-border:rgba(0,234,255,.34);
  --lux-card:rgba(4,16,24,.66);
  --lux-card-2:rgba(7,24,35,.74);
}
body.template-shop,
body.template-products,
body.template-product,
body.template-customer-dashboard,
body.template-customer-invoices,
body.template-customer-balance,
body.template-customer-tickets,
body.template-customer-ticket,
body.template-customer-affiliate,
body.template-terms,
body.template-privacy-policy,
body.template-refund-policy{
  background:
    radial-gradient(circle at 15% 10%, rgba(0,234,255,.18), transparent 28%),
    radial-gradient(circle at 85% 22%, rgba(0,143,255,.12), transparent 30%),
    linear-gradient(135deg,#02050a 0%,#06131c 42%,#02060b 100%) !important;
  background-attachment: fixed !important;
}
body::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:-1;
  background-image:
    radial-gradient(circle, rgba(0,234,255,.26) 0 1px, transparent 2px),
    radial-gradient(circle, rgba(255,255,255,.12) 0 1px, transparent 2px);
  background-size: 120px 120px, 180px 180px;
  animation: luxStarsMove 18s linear infinite;
  opacity:.55;
}
@keyframes luxStarsMove{to{background-position:240px -180px,-180px 240px}}

.lux-desktop-nav-badge{
  align-items:center;
  gap:.5rem;
  margin-left:.8rem;
  padding:.42rem .78rem;
  border:1px solid var(--lux-green-border);
  border-radius:999px;
  background:linear-gradient(135deg,rgba(0,234,255,.14),rgba(0,0,0,.18));
  color:#eaffff;
  box-shadow:0 0 22px rgba(0,234,255,.12), inset 0 0 18px rgba(0,234,255,.06);
  white-space:nowrap;
}
.lux-desktop-nav-badge strong{font-size:.78rem;letter-spacing:.04em;text-transform:uppercase;color:var(--lux-green)}
.lux-desktop-nav-badge small{font-size:.72rem;color:rgba(234,255,255,.76)}
.lux-pulse-dot{width:8px;height:8px;border-radius:50%;background:var(--lux-green);box-shadow:0 0 14px var(--lux-green);animation:luxPulse 1.55s ease-in-out infinite}
@keyframes luxPulse{50%{transform:scale(1.35);opacity:.6}}
.navbar .navbar-inner{
  background:linear-gradient(135deg,rgba(2,10,16,.82),rgba(5,23,32,.74)) !important;
  border-color:rgba(0,234,255,.22) !important;
  box-shadow:0 18px 55px rgba(0,0,0,.45),0 0 34px rgba(0,234,255,.10) !important;
}
.navbar-nav .nav-link:hover,.navbar .btn-outline-primary:hover{
  border-color:rgba(0,234,255,.42) !important;
  background:rgba(0,234,255,.12) !important;
  box-shadow:0 0 18px rgba(0,234,255,.14);
}

.lux-trust-strip{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:.85rem;
  width:min(920px,100%);
  margin:1.4rem auto .4rem;
}
.lux-trust-card{
  position:relative;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  min-height:92px;
  padding:1rem .75rem;
  border:1px solid rgba(0,234,255,.22);
  border-radius:20px;
  background:linear-gradient(145deg,rgba(0,234,255,.12),rgba(255,255,255,.035));
  box-shadow:inset 0 0 22px rgba(0,234,255,.045),0 10px 34px rgba(0,0,0,.28);
  backdrop-filter:blur(12px);
  transform:translateZ(0);
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}
.lux-trust-card::before{
  content:"";
  position:absolute;
  inset:-40% auto auto -35%;
  width:120px;height:120px;
  background:radial-gradient(circle,rgba(0,234,255,.22),transparent 65%);
  opacity:.8;
}
.lux-trust-card:hover{transform:translateY(-4px);border-color:rgba(0,234,255,.58);box-shadow:0 15px 42px rgba(0,234,255,.13),0 18px 50px rgba(0,0,0,.34)}
.lux-trust-icon{font-size:1.15rem;margin-bottom:.35rem;filter:drop-shadow(0 0 8px rgba(0,234,255,.5))}
.lux-trust-card strong{font-size:.98rem;color:#f7ffff;letter-spacing:.015em}
.lux-trust-card small{margin-top:.18rem;font-size:.72rem;color:rgba(225,252,255,.72);line-height:1.25}

.sidebar-wrapper{
  border:1px solid rgba(0,234,255,.28) !important;
  background:linear-gradient(145deg,rgba(0,234,255,.10),rgba(4,14,22,.72)) !important;
  box-shadow:0 18px 50px rgba(0,0,0,.35),0 0 28px rgba(0,234,255,.09) !important;
  backdrop-filter:blur(16px);
}
.sidebar-title{color:#eaffff !important;font-size:.95rem !important;letter-spacing:.08em !important}
.sidebar-title::before{content:"";color:var(--lux-green);text-shadow:0 0 10px var(--lux-green)}
.sidebar-email{color:rgba(232,254,255,.72) !important}
.sidebar-divider{background:linear-gradient(90deg,transparent,rgba(0,234,255,.45),transparent) !important}
.sidebar-nav{gap:.55rem !important}
.sidebar-nav-link{
  color:rgba(232,254,255,.82) !important;
  border:1px solid transparent !important;
  background:rgba(255,255,255,.025) !important;
  border-radius:14px !important;
  padding:.78rem .95rem !important;
}
.sidebar-nav-icon{color:var(--lux-green) !important;filter:drop-shadow(0 0 8px rgba(0,234,255,.32))}
.sidebar-nav-link:hover,.sidebar-nav-link.active{
  color:#fff !important;
  background:linear-gradient(135deg,rgba(0,234,255,.16),rgba(255,255,255,.045)) !important;
  border-color:rgba(0,234,255,.36) !important;
  box-shadow:0 10px 28px rgba(0,234,255,.10) !important;
  transform:translateX(3px);
}

.policy-content,.terms-content,.legal-content,.refund-policy-page .policy-content,.privacy-policy-page .policy-content{
  border:1px solid rgba(0,234,255,.22) !important;
  background:linear-gradient(145deg,rgba(4,16,24,.72),rgba(0,234,255,.055)) !important;
  box-shadow:0 20px 60px rgba(0,0,0,.38),0 0 35px rgba(0,234,255,.08) !important;
  backdrop-filter:blur(14px);
}
.policy-badge,.terms-badge,.page-badge{
  border-color:rgba(0,234,255,.35) !important;
  background:rgba(0,234,255,.10) !important;
  color:#dfffff !important;
}

.mobile-menu-dropdown{
  background:linear-gradient(160deg,rgba(2,10,16,.98),rgba(3,23,33,.96)) !important;
  border-left:1px solid rgba(0,234,255,.24) !important;
  box-shadow:-20px 0 70px rgba(0,0,0,.55),0 0 40px rgba(0,234,255,.12) !important;
}
.lux-online-badge::before{content:"+18 Plataformas · ";}

@media (max-width: 768px){
  .lux-trust-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;margin-top:1rem}
  .lux-trust-card{min-height:82px;border-radius:16px;padding:.85rem .55rem}
  .lux-trust-card strong{font-size:.88rem}.lux-trust-card small{font-size:.68rem}
  .navbar[data-component-id="navbar"]{padding:.7rem .65rem !important}
  .navbar .navbar-inner{border-radius:22px !important;min-width:0 !important;padding:.7rem .85rem !important}
}
@media (max-width: 420px){.lux-trust-strip{grid-template-columns:1fr 1fr}.lux-trust-card{min-height:78px}}


/* === LUXENTRA PRODUCT PAGE TITLE + CLEAN BACKGROUND === */
body.template-product,
.template-product main,
.template-product .product-wrapper,
.template-product .product-wrapper > .container,
.template-product .product-wrapper section,
.template-product .product-info-section,
.template-product .product-tabs-section,
.template-product .product-tab-content{
  background: transparent !important;
}

.template-product .product-gradient-bg{
  display:none !important;
}

.template-product .product-wrapper{
  position:relative !important;
  overflow:hidden !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(0,234,255,.20), transparent 26%),
    radial-gradient(circle at 85% 38%, rgba(0,234,255,.12), transparent 30%),
    linear-gradient(135deg,#02050a 0%,#06131c 45%,#02060b 100%) !important;
}

.template-product .product-wrapper::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:
    radial-gradient(circle, rgba(0,234,255,.26) 0 1px, transparent 2px),
    radial-gradient(circle, rgba(255,255,255,.12) 0 1px, transparent 2px);
  background-size:120px 120px,180px 180px;
  animation:luxStarsMove 18s linear infinite;
  opacity:.48;
  z-index:0;
}

.template-product .product-wrapper > .container{
  position:relative !important;
  z-index:1 !important;
}

.lux-product-title-top{
  width:100%;
  text-align:center;
  margin:0 auto 1.15rem auto;
  color:#fff;
  font-size:clamp(1.9rem,7vw,3.4rem);
  font-weight:950;
  line-height:1.02;
  letter-spacing:.02em;
  text-transform:uppercase;
  text-shadow:0 0 28px rgba(0,234,255,.22);
}

.lux-product-title-top::after{
  content:"";
  display:block;
  width:min(150px,44vw);
  height:3px;
  margin:.7rem auto 0;
  border-radius:999px;
  background:linear-gradient(90deg,transparent,rgba(0,234,255,.95),transparent);
  box-shadow:0 0 22px rgba(0,234,255,.45);
}

.template-product .product-info-section > .product-title{
  display:none !important;
}

.template-product .product-image-section,
.template-product .product-image-wrapper,
.template-product .product-tab-content,
.template-product .product-info-section{
  border-color:rgba(0,234,255,.18) !important;
  background:linear-gradient(180deg,rgba(0,234,255,.055),rgba(255,255,255,.025)) !important;
  box-shadow:0 18px 55px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.04) !important;
}

.template-product .product-image-wrapper img,
.template-product .carousel-item img{
  object-fit:contain !important;
  background:transparent !important;
}

@media(max-width:768px){
  .template-product .py-5-nav{
    padding-top:.35rem !important;
  }
  .template-product .container.px-3,
  .template-product .container.px-sm-4,
  .template-product .container.px-md-5,
  .template-product .container.px-lg-4{
    margin-top:.25rem !important;
  }
  .lux-product-title-top{
    margin-top:.45rem !important;
    margin-bottom:.85rem !important;
    font-size:clamp(2rem,9vw,2.85rem) !important;
  }
  .template-product .product-image-section{
    margin-top:0 !important;
  }
}

/* === LUXENTRA COMPACT PRODUCT PURCHASE PANEL ===
   Reduce oversized product buying area on every product page. */
.template-product .product-info-section{
  padding: clamp(.85rem, 2.4vw, 1.15rem) !important;
  border-radius: 22px !important;
  max-width: 100% !important;
}
.template-product .product-price-section{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:.75rem !important;
  margin: .25rem 0 .75rem !important;
  padding: .85rem .95rem !important;
  border-radius: 18px !important;
  background: linear-gradient(145deg, rgba(0,234,255,.075), rgba(255,255,255,.02)) !important;
  border: 1px solid rgba(0,234,255,.16) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.045), 0 12px 32px rgba(0,0,0,.24) !important;
}
.template-product .product-price{
  font-size: clamp(1.75rem, 6vw, 2.45rem) !important;
  line-height:1 !important;
  margin:0 !important;
  font-weight:950 !important;
}
.template-product .product-stock{margin:0 !important;}
.template-product .stock-badge{
  padding:.45rem .7rem !important;
  font-size:.78rem !important;
  border-radius:999px !important;
  white-space:nowrap !important;
}
.template-product .product-form .row{margin-left:0!important;margin-right:0!important;}
.template-product .product-form .mb-3{margin-bottom:.72rem!important;}
.template-product .product-form .form-label{
  font-size:.9rem!important;
  margin-bottom:.38rem!important;
  color:rgba(255,255,255,.82)!important;
}
.template-product .product-form .input-group{
  height:46px!important;
  border-radius:999px!important;
  overflow:hidden!important;
}
.template-product .product-form .input-group .btn{
  flex:0 0 46px!important;
  height:46px!important;
  padding:0!important;
}
.template-product .product-form .input-group .form-control{
  height:46px!important;
  font-size:1rem!important;
  font-weight:900!important;
}
.template-product .product-form .form-control.text-center.mt-2,
.template-product .product-form .form-control.text-center{
  min-height:auto!important;
  padding:.65rem .85rem!important;
  font-size:.86rem!important;
  line-height:1.25!important;
  border-radius:16px!important;
  margin-top:.55rem!important;
}
.template-product .product-form .invoice-summary{
  margin-top:.55rem!important;
  padding:.85rem!important;
  border-radius:18px!important;
  background:linear-gradient(145deg, rgba(255,255,255,.045), rgba(0,0,0,.18))!important;
  border:1px solid rgba(0,234,255,.14)!important;
}
.template-product .product-form .invoice-row{
  padding:.38rem 0!important;
  line-height:1.15!important;
}
.template-product .product-form .invoice-label,
.template-product .product-form .invoice-value{
  font-size:.86rem!important;
}
.template-product .product-form .invoice-total{
  margin-top:.45rem!important;
  padding-top:.55rem!important;
  border-top:1px solid rgba(255,255,255,.08)!important;
}
.template-product .product-form .invoice-total .invoice-label{
  font-size:1rem!important;
}
.template-product .product-form .invoice-total .invoice-value{
  font-size:1.45rem!important;
}
.template-product .product-form .buy-buttons{
  margin-top:1rem!important;
  gap:.65rem!important;
}
.template-product .product-form .buy-buttons .btn{
  min-height:50px!important;
  padding:.75rem 1rem!important;
  font-size:1rem!important;
  border-radius:18px!important;
}
.template-product .product-form .variants .variant{
  min-width:0!important;
  width:100%!important;
  margin:.35rem 0!important;
  padding:.72rem .85rem!important;
  border-radius:16px!important;
}

@media(max-width:768px){
  .template-product .product-info-section{
    padding:.75rem!important;
    border-radius:20px!important;
  }
  .template-product .product-price-section{
    margin:.1rem 0 .65rem!important;
    padding:.72rem .8rem!important;
    border-radius:17px!important;
  }
  .template-product .product-price{
    font-size:2rem!important;
  }
  .template-product .stock-badge{
    font-size:.72rem!important;
    padding:.38rem .62rem!important;
  }
  .template-product .product-form .form-label{
    font-size:.86rem!important;
  }
  .template-product .product-form .input-group,
  .template-product .product-form .input-group .btn,
  .template-product .product-form .input-group .form-control{
    height:42px!important;
  }
  .template-product .product-form .input-group .btn{
    flex-basis:42px!important;
  }
  .template-product .product-form .invoice-summary{
    padding:.72rem!important;
    margin-top:.45rem!important;
  }
  .template-product .product-form .invoice-row{
    padding:.31rem 0!important;
  }
  .template-product .product-form .invoice-label,
  .template-product .product-form .invoice-value{
    font-size:.8rem!important;
  }
  .template-product .product-form .invoice-total .invoice-value{
    font-size:1.22rem!important;
  }
  .template-product .product-form .buy-buttons .btn{
    min-height:46px!important;
    font-size:.95rem!important;
  }
  .template-product .product-form .buy-buttons svg{
    width:17px!important;
    height:17px!important;
  }
}
