/* 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: var(--cl-accent);
  --bs-btn-border-color: var(--cl-accent);
  --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);
}

.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: var(--cl-accent);
  color: #ffffff;
  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: var(--cl-accent);
  color: #ffffff;
  border-bottom: 1px solid var(--bs-border-color);
}

.announcement a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #ffffff;
}

.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;
  max-height: 96px;
  background: var(--bs-gray-bg);
  border-radius: var(--bs-border-radius);
}

.hero .search-modal .product .image img {
  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;
  background: var(--bs-gray-bg);
}

.products .card .card-img-top img,
.products .card .card-img-top svg {
  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-primary: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);
}

.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,
.product-wrapper .badges a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--cl-accent);
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 500;
  padding: 0.25rem 0.5rem;
  border-radius: 0.125rem;
  text-decoration: none;
}

.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.5rem 0.75rem;
  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 .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 Page */
.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); }
}

.aspect-product-card-image {
  aspect-ratio: var(--product-card-image-aspect-ratio);
}

.aspect-product-page-image {
  aspect-ratio: var(--product-page-image-aspect-ratio);
}

.aspect-group-card-image {
  aspect-ratio: var(--group-card-image-aspect-ratio);
}

.aspect-blog-card-image {
  aspect-ratio: var(--blog-card-image-aspect-ratio);
}

.object-product-image {
  object-fit: var(--product-image-fit);
}

.object-group-image {
  object-fit: var(--group-image-fit);
}

#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: var(--bs-gray-bg);
}

.cart-item-bg {
  background: rgba(255,255,255,0.01);
  border-color: rgba(255,255,255,0.05) !important;
}

@media (min-width: 576px) {
  .cart-image-container {
    max-width: 9rem;
  }
}

.cart-placeholder-icon {
  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: 1px solid rgba(255, 255, 255, 0.05);
  background-color: var(--bs-gray-bg);
  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-5 {
  width: 1.25rem;
  height: 1.25rem;
}

.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;
}

/* Custom Overrides for Kyntix Theme */
.text-color {
  color: #00f2fe;
  font-weight: bold;
}

.section-title {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  margin-bottom: 10px !important;
}

.section-title h2 {
  color: #FFFFFF !important;
  font-size: 36px !important;
  font-weight: 700 !important;
  margin-bottom: 10px !important;
  text-align: center !important;
  width: 100% !important;
}

.section-subtitle {
  text-align: center !important;
  margin-bottom: 3rem !important;
}

.section-subtitle p {
  color: rgba(255,255,255,0.8) !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  text-align: center !important;
  max-width: 800px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

/* Custom Premium FAQ Accordion */
.faq-accordion-wrapper {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq-accordion-item {
  background: rgba(13, 16, 32, 0.45);
  border: 1px solid rgba(0, 242, 254, 0.12);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-accordion-item:hover,
.faq-accordion-item.faq-active {
  border-color: rgba(0, 242, 254, 0.35);
  box-shadow: 0 0 20px rgba(0, 242, 254, 0.08);
}

.faq-accordion-header {
  margin: 0;
  padding: 0;
}

.faq-accordion-button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  background: transparent;
  border: none;
  color: #fff;
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  text-align: left;
  transition: color 0.3s ease;
}

.faq-accordion-button:focus {
  outline: none;
}

/* Arrow indicator */
.faq-accordion-button::after {
  content: '▼';
  font-size: 0.8rem;
  color: rgba(0, 242, 254, 0.6);
  transition: transform 0.3s ease;
}

.faq-accordion-button:not(.faq-collapsed) {
  color: #00f2fe;
}

.faq-accordion-button:not(.faq-collapsed)::after {
  transform: rotate(180deg);
  color: #00f2fe;
}

.faq-accordion-collapse {
  height: 0;
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-accordion-body {
  padding: 0 1.5rem 1.25rem 1.5rem;
  color: #7d8b9e;
  font-size: 0.95rem;
  line-height: 1.6;
}

.faq-support-text {
  text-align: center;
  margin-top: 2.5rem;
  color: #7d8b9e;
  font-size: 0.95rem;
}

.faq-support-link {
  color: #00f2fe;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease, text-shadow 0.2s ease;
}

.faq-support-link:hover {
  color: #c77dff;
  text-shadow: 0 0 8px rgba(199, 125, 255, 0.5);
}


/* ═══════════════════════════════════
   KYNTIX NAVBAR — COMPACT REDESIGN
   ═══════════════════════════════════ */

.modern-navbar {
  background: rgba(5, 6, 11, 0.96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(0, 242, 254, 0.12);
  box-shadow: 0 2px 24px rgba(0,0,0,0.5);
  transition: background 0.3s ease;
  padding: 0 !important;
  min-height: 56px;
}

.kx-nav-inner {
  display: flex;
  align-items: center;
  padding: 0 1.25rem;
  min-height: 56px;
  gap: 0;
  flex-wrap: nowrap;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

/* ── Brand ── */
.navbar-brand {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  flex-shrink: 0;
  margin-right: 1rem;
  padding: 0 !important;
}

.navbar-brand-name {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  transition: color 0.25s;
}

.navbar-brand:hover .navbar-brand-name { color: #00f2fe; }

.navbar-logo-img {
  width: 30px;
  height: 30px;
  border-radius: 7px;
  object-fit: cover;
  border: 1.5px solid rgba(0, 242, 254, 0.3);
  box-shadow: 0 0 10px rgba(0, 242, 254,0.2);
  flex-shrink: 0;
  transition: box-shadow 0.25s, transform 0.25s;
}

.navbar-logo-img:hover {
  box-shadow: 0 0 20px rgba(0, 242, 254,0.5);
  transform: scale(1.1) rotate(3deg);
}

.navbar-logo-fallback {
  display: none;
  width: 30px; height: 30px;
  border-radius: 7px;
  background: linear-gradient(135deg, #00f2fe, #7f00ff);
  align-items: center; justify-content: center;
  font-size: 13px; font-weight: 900; color: #fff;
  border: 1.5px solid rgba(0, 242, 254,0.4);
  flex-shrink: 0;
}

/* ── Collapse (desktop: inline flex, mobile: dropdown) ── */
.navbar-collapse {
  flex: 1;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

/* ── Nav links ── */
.kx-nav-links {
  display: flex;
  align-items: center;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
  flex-shrink: 0;
}

.kx-nav-links .nav-link {
  color: rgba(255,255,255,0.7) !important;
  font-size: 0.82rem;
  font-weight: 500;
  padding: 0.35rem 0.6rem !important;
  white-space: nowrap;
  transition: color 0.2s;
  position: relative;
  text-decoration: none;
  letter-spacing: 0.01em;
}

.kx-nav-links .nav-link:hover {
  color: #fff !important;
}

.kx-nav-links .nav-link.kx-ext {
  color: rgba(0, 242, 254,0.65) !important;
  font-size: 0.78rem;
}

.kx-nav-links .nav-link.kx-ext:hover {
  color: #00f2fe !important;
}

.kx-nav-links .nav-link::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1.5px;
  background: linear-gradient(to right, #00f2fe, #c77dff);
  transition: width 0.25s;
  border-radius: 2px;
}

.kx-nav-links .nav-link:hover::after { width: 70%; }

/* ── Search ── */
.search-container {
  position: relative;
  flex: 1;
  max-width: 200px;
  min-width: 100px;
  margin: 0 0.75rem;
}

.search-input {
  width: 100%;
  padding: 0.3rem 0.75rem 0.3rem 2rem;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(0, 242, 254,0.2);
  border-radius: 7px;
  color: #fff;
  font-size: 0.78rem;
  height: 34px;
  outline: none;
  transition: border-color 0.2s, background 0.2s;
}

.search-input:focus {
  border-color: rgba(0, 242, 254,0.5);
  background: rgba(255,255,255,0.07);
  box-shadow: 0 0 0 2px rgba(0, 242, 254,0.07);
}

.search-input::placeholder { color: rgba(255,255,255,0.3); font-size: 0.75rem; }

.search-icon {
  position: absolute;
  left: 0.55rem;
  top: 50%;
  transform: translateY(-50%);
  width: 13px; height: 13px;
  color: rgba(255,255,255,0.35);
  pointer-events: none;
}

.search-results {
  position: absolute;
  top: calc(100% + 6px);
  left: 0; right: 0;
  background: #08091a;
  border: 1px solid rgba(0, 242, 254,0.25);
  border-radius: 8px;
  max-height: 320px;
  overflow-y: auto;
  display: none;
  z-index: 2000;
  box-shadow: 0 8px 30px rgba(0,0,0,0.6);
}

.search-results.show { display: block; }

.search-result-item {
  padding: 0.6rem 0.85rem;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  color: #fff;
  transition: background 0.15s;
  font-size: 0.85rem;
}

.search-result-item:hover { background: rgba(0, 242, 254,0.08); }
.search-result-item:last-child { border-bottom: none; }
.search-result-name { font-weight: 500; }
.search-result-price { margin-left: auto; color: #c77dff; font-weight: 600; font-size: 0.8rem; }
.search-no-results { padding: 1.25rem; text-align: center; color: rgba(255,255,255,0.4); font-size: 0.85rem; }

/* ── Right actions ── */
.kx-nav-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

.kx-btn-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  height: 34px;
  background: linear-gradient(135deg, #00f2fe, #00bcd4);
  color: #05060b !important;
  border: none;
  border-radius: 7px;
  font-size: 0.8rem;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.25s;
  box-shadow: 0 2px 10px rgba(0, 242, 254,0.25);
  letter-spacing: 0.01em;
}

.kx-btn-login:hover {
  background: linear-gradient(135deg, #c77dff, #00f2fe);
  color: #fff !important;
  box-shadow: 0 4px 14px rgba(0, 242, 254,0.4);
  transform: translateY(-1px);
}

.btn-cart {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px; height: 34px;
  background: rgba(0, 242, 254,0.08);
  border: 1px solid rgba(0, 242, 254,0.25);
  border-radius: 7px;
  color: #00f2fe;
  text-decoration: none;
  transition: all 0.25s;
  flex-shrink: 0;
}

.btn-cart:hover {
  background: rgba(0, 242, 254,0.15);
  border-color: rgba(0, 242, 254,0.5);
  box-shadow: 0 0 12px rgba(0, 242, 254,0.25);
  color: #fff;
}

.btn-cart .icon { width: 17px; height: 17px; }

.btn-cart .count {
  position: absolute;
  top: -6px; right: -6px;
  background: #00f2fe;
  color: #05060b;
  font-size: 0.6rem;
  font-weight: 700;
  padding: 1px 4px;
  border-radius: 8px;
  min-width: 16px;
  text-align: center;
  line-height: 1.4;
}

/* ── Toggler ── */
.navbar-toggler {
  border: 1px solid rgba(0, 242, 254,0.35) !important;
  padding: 0.3rem 0.5rem !important;
  border-radius: 7px !important;
  background: rgba(0, 242, 254,0.06) !important;
  line-height: 1;
  flex-shrink: 0;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 2px rgba(0, 242, 254,0.2) !important;
  outline: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%2300f2fe' stroke-width='2.5' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
  width: 20px; height: 18px;
}

/* ── Mobile right cluster ── */
.kx-nav-mobile-right {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-left: auto;
}

/* ═══════════════════
   MOBILE ≤ 991px
   ═══════════════════ */
@media (max-width: 991px) {

  .kx-nav-inner {
    padding: 0 1rem;
    min-height: 52px;
  }

  /* When collapsed, the navbar-collapse stacks vertically */
  .navbar-collapse {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    background: rgba(5,6,11,0.98);
    border: 1px solid rgba(0, 242, 254,0.12);
    border-radius: 12px;
    margin-top: 8px;
    padding: 0.75rem 0.875rem 1rem;
    box-shadow: 0 12px 36px rgba(0,0,0,0.7);
  }

  /* Nav links: vertical list */
  .kx-nav-links {
    flex-direction: column;
    width: 100%;
    gap: 0;
  }

  .kx-nav-links .nav-link {
    padding: 0.6rem 0.5rem !important;
    font-size: 0.88rem !important;
    border-bottom: 1px solid rgba(255,255,255,0.04);
    white-space: normal !important;
  }

  .kx-nav-links .nav-link:last-child { border-bottom: none; }

  .kx-nav-links .nav-link::after { display: none; }

  /* Search: full width */
  .search-container {
    max-width: 100%;
    min-width: unset;
    margin: 0.6rem 0;
  }

  .search-input {
    height: 40px;
    font-size: 0.85rem;
    padding-left: 2.1rem;
  }

  /* Actions: full width */
  .kx-nav-actions {
    width: 100%;
    padding-top: 0.5rem;
  }

  .kx-btn-login {
    width: 100%;
    height: 40px;
    font-size: 0.875rem;
    border-radius: 9px;
  }

  /* Hide desktop cart inside collapse on mobile */
  .btn-cart.d-lg-flex { display: none !important; }
}

/* ═══════════════════
   TABLET 768–991px
   ═══════════════════ */
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    padding: 0.875rem 1rem 1.125rem;
  }

  .kx-nav-links {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
  }

  .kx-nav-links .nav-link {
    border-bottom: none !important;
    padding: 0.5rem 0.6rem !important;
  }

  .kx-nav-actions {
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
  }

  .kx-btn-login { width: auto; }
}

body {
  padding-top: 0 !important;
  background-color: #05060b !important;
}

.modern-navbar {
  background: rgba(5, 6, 11, 0.97);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(0, 242, 254, 0.15);
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(0, 242, 254, 0.05);
  margin-top: 0;
  transition: background 0.3s ease;
}

.navbar-logo-img {
  height: 36px;
  width: 36px;
  border-radius: 8px;
  object-fit: cover;
  border: 1.5px solid rgba(0, 242, 254, 0.3);
  box-shadow: 0 0 12px rgba(0, 242, 254, 0.25);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.navbar-logo-img:hover {
  box-shadow: 0 0 24px rgba(0, 242, 254, 0.5);
  transform: scale(1.08) rotate(3deg);
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff !important;
  text-decoration: none;
  transition: color 0.3s ease;
}

.navbar-brand:hover {
  color: rgba(0, 242, 254, 0.9) !important;
}

body {
  padding-top: 0 !important;
  background-color: #05060b !important;
}

.search-container {
  position: relative;
  width: 100%;
  max-width: 350px;
}

.search-input {
  width: 100%;
  padding: 0.5rem 1rem 0.5rem 2.25rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(0, 242, 254, 0.25);
  border-radius: 8px;
  color: #ffffff;
  font-size: 0.875rem;
  transition: all 0.3s ease;
  height: 40px;
  font-weight: 400;
}

.search-input:focus {
  outline: none;
  border-color: #00bcd4;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 0 0 2px rgba(0, 242, 254, 0.08);
}

.search-input::placeholder {
  color: rgba(255, 255, 255, 0.35);
  font-weight: 400;
}

.search-icon {
  position: absolute;
  left: 0.65rem;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.4);
  pointer-events: none;
  width: 16px;
  height: 16px;
}

.search-results {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  background: #08091a;
  border: 1px solid rgba(0, 242, 254, 0.3);
  border-radius: 8px;
  max-height: 400px;
  overflow-y: auto;
  display: none;
  z-index: 1000;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
}

.search-results.show {
  display: block;
}

.search-result-item {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  cursor: pointer;
  transition: background 0.2s ease;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: #ffffff;
}

.search-result-item:hover {
  background: rgba(0, 242, 254, 0.1);
}

.search-result-item:last-child {
  border-bottom: none;
}

.search-result-name {
  font-weight: 500;
  font-size: 0.95rem;
}

.search-result-price {
  margin-left: auto;
  color: #c77dff;
  font-weight: 600;
}

.search-no-results {
  padding: 1.5rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
}

.modern-navbar .nav-link {
  color: rgba(255, 255, 255, 0.8) !important;
  font-weight: 500;
  padding: 0.5rem 1rem !important;
  transition: all 0.3s ease;
  position: relative;
}

.modern-navbar .nav-link:hover {
  color: #ffffff !important;
}

.modern-navbar .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: linear-gradient(to right, #00f2fe, #00bcd4);
  transition: width 0.3s ease;
}

.modern-navbar .nav-link:hover::after {
  width: 80%;
}

.modern-navbar .btn-outline-primary {
  border: 1px solid #00bcd4 !important;
  color: #ffffff !important;
  background: linear-gradient(to bottom, #00f2fe 0%, #00bcd4 100%) !important;
  padding: 0.75rem 1.5rem !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
  font-size: 0.95rem !important;
  transition: all 0.4s ease !important;
  box-shadow: 0 2px 8px rgba(0, 242, 254, 0.25) !important;
  position: relative !important;
  z-index: 1 !important;
  height: 46px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.modern-navbar .btn-outline-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  background: linear-gradient(to bottom, #c77dff 0%, #00f2fe 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}

.modern-navbar .btn-outline-primary:hover::before {
  opacity: 1;
}

.modern-navbar .btn-outline-primary:hover {
  box-shadow: 0 4px 12px rgba(0, 242, 254, 0.4) !important;
}

.modern-navbar .cart .btn-cart {
  position: relative;
  background: linear-gradient(to bottom, #00f2fe 0%, #00bcd4 100%) !important;
  border: 1px solid #00bcd4 !important;
  color: #ffffff !important;
  padding: 0.5rem 0.75rem !important;
  border-radius: 8px !important;
  transition: all 0.4s ease !important;
  height: 46px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 2px 8px rgba(0, 242, 254, 0.25) !important;
  z-index: 1 !important;
}

.modern-navbar .cart .btn-cart::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  background: linear-gradient(to bottom, #c77dff 0%, #00f2fe 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}

.modern-navbar .cart .btn-cart:hover::before {
  opacity: 1;
}

.modern-navbar .cart .btn-cart:hover {
  box-shadow: 0 4px 12px rgba(0, 242, 254, 0.4) !important;
}

.modern-navbar .cart .icon {
  width: 20px;
  height: 20px;
}

.modern-navbar .cart .count {
  position: absolute;
  top: -8px;
  right: -8px;
  background: linear-gradient(to bottom, #00f2fe, #00bcd4);
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 0.15rem 0.4rem;
  border-radius: 10px;
  min-width: 18px;
  text-align: center;
}

.navbar-toggler {
  border: 1px solid #00bcd4 !important;
  padding: 0.5rem 0.75rem !important;
  border-radius: 8px !important;
  height: 46px !important;
  display: flex !important;
  align-items: center;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 3px rgba(0, 242, 254, 0.2) !important;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%2300f2fe' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

@media (max-width: 991px) {
  .search-container {
    max-width: 100%;
    margin: 0.75rem 0;
  }

  .navbar-collapse {
    background: rgba(5, 6, 11, 0.99);
    padding: 1rem 1rem 1.25rem;
    margin-top: 0.5rem;
    border-radius: 12px;
    border: 1px solid rgba(0, 242, 254, 0.15);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6);
  }

  .navbar-nav {
    gap: 0.25rem !important;
  }

  .nav-item {
    width: 100%;
  }

  .modern-navbar .nav-link, 
  .modern-navbar .btn-outline-primary {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0.6rem 0.75rem !important;
  }

  .modern-navbar .btn-outline-primary {
    text-align: center !important;
    margin-top: 0.5rem;
  }

  .modern-navbar .nav-link::after {
    display: none;
  }

  .modern-navbar .cart.d-none { display: none !important; }

  .navbar-nav.gap-3 {
    gap: 0 !important;
  }
}

@media (min-width: 992px) {
  .search-container {
    margin: 0 2rem;
  }
}

/* Kyntix Custom Footer Styles */
.minimal-footer {
  position: relative;
  width: 100%;
  background-color: #0a0a0a;
  border-top: 1px solid #1f1f1f;
}

.minimal-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(50% 50% at 50% 0%, rgba(0, 242, 254, 0.15), transparent);
  pointer-events: none;
}

.minimal-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2.5rem 1.5rem;
}

.minimal-footer-content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.minimal-footer-main {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.minimal-footer-logo img {
  max-height: 40px;
  width: auto;
}

.minimal-footer-description {
  max-width: 400px;
  font-size: 0.875rem;
  color: #a3a3a3;
  line-height: 1.6;
}

.minimal-footer-socials {
  display: flex;
  gap: 0.75rem;
}

.minimal-footer-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background-color: #1a1a1a;
  border: 1px solid #2a2a2a;
  color: #a3a3a3;
  text-decoration: none;
  transition: all 0.3s ease;
}

.minimal-footer-social-link:hover {
  background-color: #00bcd4;
  border-color: #00bcd4;
  color: #ffffff;
  transform: translateY(-2px);
}

.minimal-footer-social-link svg {
  width: 18px;
  height: 18px;
}

.minimal-footer-columns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2.5rem;
}

.minimal-footer-column {
  flex: 1;
  min-width: 140px;
}

.minimal-footer-column-title {
  font-size: 0.75rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1rem;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.minimal-footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.minimal-footer-link {
  width: max-content;
  font-size: 0.875rem;
  text-decoration: none;
  color: #a3a3a3;
  transition: color 0.2s;
}

.minimal-footer-link:hover {
  color: #ffffff;
}

.minimal-footer-bottom {
  padding-top: 2rem;
}

.minimal-footer-copyright-text {
  text-align: center;
  color: #737373;
  font-size: 0.875rem;
}

.minimal-footer-copyright-text a {
  color: #a3a3a3;
  text-decoration: none;
}

.scroll-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 48px;
  height: 48px;
  background: linear-gradient(to bottom, #00f2fe 0%, #00bcd4 100%);
  border: none;
  border-radius: 12px;
  color: #ffffff;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 242, 254, 0.3);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scroll-to-top.visible {
  opacity: 1;
  visibility: visible;
}

.scroll-to-top:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0, 242, 254, 0.5);
}

.scroll-to-top svg {
  width: 24px;
  height: 24px;
}

@media (min-width: 768px) {
  .minimal-footer-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 3rem;
  }
  .minimal-footer-main {
    flex: 1.5;
  }
  .minimal-footer-columns {
    flex: 2;
    justify-content: flex-end;
    gap: 4rem;
  }
}
/* ============================================================
   KYNTIX PREMIUM VISUAL EFFECTS
   ============================================================ */

/* --- Card Shimmer / Glint Effect --- */
@keyframes kx-glint {
  0% { transform: translateX(-100%) skewX(-20deg); opacity: 0; }
  20% { opacity: 0.6; }
  100% { transform: translateX(200%) skewX(-20deg); opacity: 0; }
}

.kx-card-shimmer {
  position: relative;
  overflow: hidden;
}

.kx-card-shimmer::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -60%;
  width: 40%;
  height: 200%;
  background: linear-gradient(90deg, transparent 0%, rgba(0, 242, 254,0.08) 40%, rgba(199,125,255,0.12) 50%, rgba(0, 242, 254,0.08) 60%, transparent 100%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.1s;
}

.kx-card-shimmer:hover::after {
  animation: kx-glint 0.75s ease forwards;
  opacity: 1;
}

/* --- Neon Border Pulse --- */
@keyframes kx-border-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(0, 242, 254,0), 0 0 12px rgba(0, 242, 254,0.2); }
  50% { box-shadow: 0 0 0 4px rgba(0, 242, 254,0.08), 0 0 28px rgba(0, 242, 254,0.4); }
}

.kx-glow-pulse:hover {
  animation: kx-border-pulse 1.5s ease-in-out infinite;
}

/* --- Floating Animation --- */
@keyframes kx-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

.kx-float {
  animation: kx-float 3s ease-in-out infinite;
}

/* --- Badge Shimmer --- */
@keyframes kx-badge-shine {
  0% { background-position: -200% center; }
  100% { background-position: 200% center; }
}

.kx-badge-shine {
  background: linear-gradient(90deg, #00f2fe 0%, #c77dff 50%, #00f2fe 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: kx-badge-shine 3s linear infinite;
}

/* --- Scroll Reveal --- */
.kx-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s cubic-bezier(0.25,0.46,0.45,0.94), transform 0.7s cubic-bezier(0.25,0.46,0.45,0.94);
}

.kx-reveal.kx-visible {
  opacity: 1;
  transform: translateY(0);
}

.kx-reveal-delay-1 { transition-delay: 0.1s; }
.kx-reveal-delay-2 { transition-delay: 0.2s; }
.kx-reveal-delay-3 { transition-delay: 0.3s; }
.kx-reveal-delay-4 { transition-delay: 0.4s; }

/* --- Gradient Text --- */
.kx-gradient-text {
  background: linear-gradient(135deg, #00f2fe 0%, #c77dff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* --- Corner bracket hover effect --- */
.kx-bracket {
  position: relative;
}

.kx-bracket::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease;
  background:
    linear-gradient(#00f2fe, #00f2fe) 0 0/12px 2px no-repeat,
    linear-gradient(#00f2fe, #00f2fe) 0 0/2px 12px no-repeat,
    linear-gradient(#00f2fe, #00f2fe) 100% 0/12px 2px no-repeat,
    linear-gradient(#00f2fe, #00f2fe) 100% 0/2px 12px no-repeat,
    linear-gradient(#00f2fe, #00f2fe) 0 100%/12px 2px no-repeat,
    linear-gradient(#00f2fe, #00f2fe) 0 100%/2px 12px no-repeat,
    linear-gradient(#00f2fe, #00f2fe) 100% 100%/12px 2px no-repeat,
    linear-gradient(#00f2fe, #00f2fe) 100% 100%/2px 12px no-repeat;
}

.kx-bracket:hover::before {
  opacity: 0.8;
}

/* --- Product Card Lift --- */
.product-card,
.product-item,
[class*="product-card"] {
  transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}

.product-card:hover,
.product-item:hover,
[class*="product-card"]:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 16px 40px rgba(0,0,0,0.4), 0 0 0 1px rgba(0, 242, 254,0.12), 0 0 30px rgba(0, 242, 254,0.08) !important;
}

/* --- Mobile Hero Fix --- */
@media (max-width: 640px) {
  .hero {
    min-height: 100svh !important;
    padding-top: 80px !important;
  }

  .hero-title {
    font-size: 2rem !important;
    line-height: 1.25 !important;
  }

  .hero-subtitle {
    font-size: 1rem !important;
  }
}

/* --- Sticky Header Fix --- */
header.sticky-top {
  z-index: 1030;
}

@media (max-width: 991px) {
  html {
    overflow-x: hidden;
  }
}

/* ─── Character Split Letter Reveal (kyntix.xyz style) ─── */
.kx-split-title {
  overflow: hidden;
}

.kx-split-title .kx-char {
  display: inline-block;
  opacity: 0;
  transform: translateY(1em) rotateX(-40deg);
  transform-origin: 50% 100%;
  transition:
    opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(var(--i, 0) * 45ms);
  perspective: 600px;
}

.kx-split-title .kx-char-space {
  display: inline-block;
  width: 0.35em;
}

.kx-split-title.kx-chars-visible .kx-char {
  opacity: 1;
  transform: translateY(0) rotateX(0deg);
}

/* Block-reveal for subtitles and paragraphs */
.kx-block-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: var(--reveal-delay, 0s);
}

.kx-block-reveal.kx-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Card reveal with slight upward + fade */
.kx-card-reveal {
  opacity: 0;
  transform: translateY(36px) scale(0.98);
  transition: opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(var(--card-i, 0) * 45ms);
}

.kx-card-reveal.kx-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}