/* =============================================
أضف تعليقًا
جارٍ التعليق على سطر 1
إلغاء
تعليق
   THEME v1 — Cyberpunk Neon Pink
   Store: sk9nsh.zid.store
   Primary: #ff2a6d  |  Accent: #00fff9  |  Dark: #0d0221
   ============================================= */

@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;600;700;900&family=Rajdhani:wght@400;500;600;700&display=swap');

/* =============================================
   1. CSS VARIABLES
   ============================================= */
:root {
  --primary-color: #ff2a6d;
  --hover-color: #e62060;
  --black-color: #0d0221;
  --white-color: #ffffff;
  --sub-primary-color: #0a0a0f;
  --text-color-primary-bg: #ffffff;
  --warning-color: #ffd700;
  --danger-color: #ff0054;
  --sucess-color: #00ff6a;

  --secondary-color: #120338;
  --secondary-color-alt0: #ffffff;
  --secondary-color-alt1: rgba(255, 255, 255, 0.7);
  --secondary-color-alt2: #1a0a2e;
  --secondary-color-alt3: #ff2a6d;
  --secondary-color-alt4: #1f0d3a;
  --secondary-color-alt5: #15062b;
  --secondary-color-alt6: rgba(255, 255, 255, 0.4);
  --secondary-color-alt7: #1a0a2e;
  --secondary-color-alt8: #ffffff;
  --secondary-color-alt9: rgba(255, 255, 255, 0.5);
  --secondary-color-alt10: #ffffff;
  --secondary-color-alt11: rgba(255, 255, 255, 0.6);
  --secondary-color-alt12: rgba(255, 255, 255, 0.4);
  --secondary-color-alt13: #080012;

  --header-primary-color: #0d0221;
  --header-icons-color-primary-bg: #ffffff;
  --header-input-content-colors: #ffffff;
  --header-input-bg: rgba(255, 255, 255, 0.06);
  --header-menu-links-colors: #ffffff;
  --header-links-bg: #0d0221;
  --header-category-bg: #120338;
  --header-category-color: #ffffff;
  --header-mobile-bg: #0d0221;

  --bread-bg: #0a0a0f;
  --bread-text-color: #ffffff;
  --bread-text-color-with-bg: #ffffff;

  --footer-primary-color: #080012;
  --footer-text-color-primary-bg: #ffffff;
  --footer-links-color: rgba(255, 255, 255, 0.5);
  --footer-links-hover-color: #ff2a6d;
  --footer-bg-copyrights: #04000a;
  --footer-color-copyrights: rgba(255, 255, 255, 0.35);

  --neon-cyan: #00fff9;
  --neon-purple: #b300ff;
  --glass-bg: rgba(13, 2, 33, 0.82);
  --glass-border: rgba(255, 42, 109, 0.15);
  --glass-shadow: 0 8px 32px rgba(0, 0, 0, 0.6);
}

/* =============================================
   2. ANIMATED BACKGROUND + CYBERPUNK OVERLAYS
   ============================================= */
html,
body {
  background-color: #080012;
  color: #ffffff;
  font-family: 'Rajdhani', 'Segoe UI', sans-serif;
}
h1, h2, h3, h4, h5, h6,
.xc-sec-heading__title,
.xc-main-slider__title {
  font-family: 'Orbitron', sans-serif;
}
body {
  position: relative;
  overflow-x: hidden;
}
body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url('https://i.pinimg.com/originals/90/70/32/9070324cdfc07c68d60eed0c39e77573.gif') center / cover no-repeat fixed;
  filter: blur(3px);
  z-index: -2;
  pointer-events: none;
}
body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(8, 0, 18, 0.75);
  z-index: -1;
  pointer-events: none;
}

/* Scanline overlay */
.scanlines {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 9999;
  background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 2px,
    rgba(0, 0, 0, 0.03) 2px,
    rgba(0, 0, 0, 0.03) 4px
  );
}

/* =============================================
   3. GLOBAL
   ============================================= */
::selection {
  background: #ff2a6d;
  color: #000;
}

::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: #080012;
}
::-webkit-scrollbar-thumb {
  background: #ff2a6d;
  border-radius: 0;
}
::-webkit-scrollbar-thumb:hover {
  background: #e62060;
}

a {
  color: #ffffff;
  transition: color 0.3s ease;
}
a:hover {
  color: #ff2a6d;
}

.form-control {
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 42, 109, 0.2);
  color: #ffffff;
  border-radius: 4px;
}
.form-control:focus {
  background-color: rgba(255, 255, 255, 0.08);
  border-color: #ff2a6d;
  box-shadow: 0 0 12px rgba(255, 42, 109, 0.15);
  color: #ffffff;
}
.form-control::placeholder {
  color: rgba(255, 255, 255, 0.25);
}

.nice-select {
  background-color: rgba(255, 255, 255, 0.04) !important;
  border-color: rgba(255, 42, 109, 0.2) !important;
  color: #ffffff !important;
  border-radius: 4px !important;
}
.nice-select .option {
  background-color: #120338 !important;
  color: #ffffff !important;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #ff2a6d !important;
  color: #000 !important;
}
.nice-select .list {
  background-color: #120338 !important;
  border: 1px solid rgba(255, 42, 109, 0.15);
}

.dropdown-menu {
  background-color: #120338;
  border: 1px solid rgba(255, 42, 109, 0.15);
}
.dropdown-item {
  color: #ffffff;
}
.dropdown-item:hover,
.dropdown-item:focus {
  background-color: #ff2a6d;
  color: #000;
}

.modal-content {
  background-color: #120338;
  border: 1px solid rgba(255, 42, 109, 0.15);
  border-radius: 8px;
}
.modal-header {
  border-bottom: 1px solid rgba(255, 42, 109, 0.1);
}
.modal-footer {
  border-top: 1px solid rgba(255, 42, 109, 0.1);
}
.close {
  color: #ffffff;
}

.breadcrumb-section {
  background: #0a0a0f;
}
.breadcrumb-section .bread-title {
  color: #ffffff;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.25);
}

/* Section headings — Cyberpunk style */
.xc-sec-heading {
  text-align: center !important;
}
.xc-sec-heading > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
}
.xc-sec-heading > div::before,
.xc-sec-heading > div::after {
  content: '';
  flex: 1;
  height: 1.5px;
  border-radius: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 42, 109, 0.4), transparent);
}
.xc-sec-heading__subtitle {
  color: #ff2a6d;
  text-align: center !important;
  font-family: 'Rajdhani', sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.xc-sec-heading__subtitle.has-before::before {
  background-color: #ff2a6d;
}
.xc-sec-heading__title {
  color: #ffffff;
  text-align: center !important;
  font-size: 28px !important;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.gc-rgb > div::before,
.gc-rgb > div::after {
  background-color: #ff2a6d;
  animation: cyberLine 3s ease-in-out infinite alternate;
}
.gc-rgb .xc-sec-heading__title {
  animation: cyberGlow 3s ease-in-out infinite alternate;
}
@keyframes cyberGlow {
  0%   { text-shadow: 0 0 8px rgba(255, 42, 109, 0.6), 0 0 20px rgba(255, 42, 109, 0.2); }
  33%  { text-shadow: 0 0 8px rgba(0, 255, 249, 0.6), 0 0 20px rgba(0, 255, 249, 0.2); }
  66%  { text-shadow: 0 0 8px rgba(179, 0, 255, 0.6), 0 0 20px rgba(179, 0, 255, 0.2); }
  100% { text-shadow: 0 0 10px rgba(255, 42, 109, 0.7), 0 0 30px rgba(255, 42, 109, 0.25); }
}
@keyframes cyberLine {
  0%   { background-color: #ff2a6d; }
  33%  { background-color: #00fff9; }
  66%  { background-color: #b300ff; }
  100% { background-color: #ff2a6d; }
}
.xc-sec-heading-btn {
  color: #000;
  background-color: #ff2a6d;
  margin: 0 auto !important;
  display: inline-flex !important;
  justify-content: center;
  border-radius: 4px;
  font-weight: 700;
}
.xc-sec-heading-btn:hover {
  color: #000;
  background-color: #e62060;
  box-shadow: 0 0 20px rgba(255, 42, 109, 0.3);
}

/* =============================================
   3. BUTTONS & PAGINATION
   ============================================= */
.swiftcart-btn {
  color: #000;
  background-color: #ff2a6d;
  border-radius: 4px;
  font-weight: 700;
}
.swiftcart-btn:hover {
  color: #000;
  background-color: #e62060;
  box-shadow: 0 0 16px rgba(255, 42, 109, 0.3);
}
.btn-primary {
  background-color: #ff2a6d;
  border-color: #ff2a6d;
  color: #000;
  border-radius: 4px;
  font-weight: 700;
}
.btn-primary:hover {
  background-color: #e62060;
  border-color: #e62060;
  color: #000;
  box-shadow: 0 0 16px rgba(255, 42, 109, 0.3);
}
.btn-outline-primary {
  border-color: #ff2a6d;
  color: #ff2a6d;
  border-radius: 4px;
}
.btn-outline-primary:hover {
  background-color: #ff2a6d;
  border-color: #ff2a6d;
  color: #000;
  box-shadow: 0 0 16px rgba(255, 42, 109, 0.3);
}

.products-pagination .page-link {
  background-color: #ff2a6d;
  border-color: #ff2a6d;
  color: #000;
  border-radius: 4px;
  font-weight: 700;
}
.products-pagination .page-link:hover,
.products-pagination li.active .page-link,
.products-pagination .page-link.active,
.products-pagination .page-link.active:hover {
  background-color: #0d0221;
  color: #ff2a6d;
  border-color: #ff2a6d;
  box-shadow: 0 0 12px rgba(255, 42, 109, 0.2);
}

/* =============================================
   4. HEADER — Cyberpunk
   ============================================= */

.xc-header-two__top {
  background-color: #04000a !important;
  border-bottom: 0.5px solid rgba(255, 42, 109, 0.1);
}
.announcement-bar .announcement-text {
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 1.1rem !important;
  font-weight: 400 !important;
  letter-spacing: 1px;
}
.langCurrecyModal {
  background-color: rgba(255, 255, 255, 0.04) !important;
  color: #ffffff !important;
  border: 0.5px solid rgba(255, 42, 109, 0.2);
  border-radius: 4px !important;
  font-size: 13px !important;
  padding: 5px 14px !important;
  transition: all 0.3s ease;
}
.langCurrecyModal:hover {
  background-color: #ff2a6d !important;
  color: #000 !important;
  border-color: #ff2a6d;
  box-shadow: 0 0 12px rgba(255, 42, 109, 0.25);
}

.xc-header-two {
  position: relative !important;
  z-index: 10000 !important;
  background-color: rgba(8, 0, 18, 0.75) !important;
  backdrop-filter: blur(28px) !important;
  -webkit-backdrop-filter: blur(28px) !important;
  border-bottom: 1px solid rgba(255, 42, 109, 0.12);
  padding: 12px 0 !important;
}
.xc-header-sticky.xc-header-two {
  background-color: rgba(8, 0, 18, 0.92) !important;
  backdrop-filter: blur(32px) !important;
  -webkit-backdrop-filter: blur(32px) !important;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.6), 0 0 20px rgba(255, 42, 109, 0.05);
}

.xc-header-two__logo .logo img {
  filter: brightness(1.1);
}
@media (min-width: 768px) {
  .image-logo.d-lg-none {
    display: none !important;
  }
}

.xc-header-two__search {
  position: relative !important;
  z-index: 9999999 !important;
}
.xc-header-two__search form {
  background-color: rgba(255, 255, 255, 0.04);
  border: 0.5px solid rgba(255, 42, 109, 0.15);
  border-radius: 4px !important;
  padding: 2px;
  transition: all 0.3s ease;
}
.xc-header-two__search form:focus-within {
  border-color: #ff2a6d;
  background-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 0 3px rgba(255, 42, 109, 0.1), 0 0 16px rgba(255, 42, 109, 0.1);
}
.search-input-input {
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 4px !important;
  height: 44px !important;
}
.search-input-input::placeholder {
  color: rgba(255, 255, 255, 0.25) !important;
  font-weight: 400 !important;
}
.xc-header-two__search button {
  color: rgba(255, 255, 255, 0.35) !important;
}
.xc-header-two__search button:hover {
  color: #ff2a6d !important;
}

.autocomplete-items {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 9999999 !important;
  max-height: 320px !important;
  overflow-y: auto !important;
  background: rgba(8, 0, 18, 0.96) !important;
  backdrop-filter: blur(28px) !important;
  -webkit-backdrop-filter: blur(28px) !important;
  border: 0.5px solid rgba(255, 42, 109, 0.15) !important;
  border-radius: 4px !important;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.6) !important;
  padding: 6px !important;
}
.autocomplete-items a {
  padding: 12px 16px !important;
  height: auto !important;
  min-height: 44px !important;
  line-height: 1.4 !important;
  color: rgba(255, 255, 255, 0.8) !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  border-bottom: 0.5px solid rgba(255, 42, 109, 0.06) !important;
  transition: all 0.2s ease;
  display: block !important;
}
.autocomplete-items a:hover {
  background: rgba(255, 42, 109, 0.1) !important;
  color: #ff2a6d !important;
  padding-right: 20px !important;
}
.autocomplete-items div:last-child a {
  border-bottom: none !important;
}

.mini-search {
  z-index: 9999999 !important;
  position: relative !important;
  background-color: #080012 !important;
  border-radius: 4px !important;
  padding: 8px !important;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.6);
  border: 0.5px solid rgba(255, 42, 109, 0.15);
}

.sm-search-div .autocomplete-items div,
.lg-search-div .autocomplete-items div {
  background-color: #000000;
  border-bottom: 1px solid #d4d4d4;
}

.xc-header-two__btn {
  color: rgba(255, 255, 255, 0.8) !important;
  transition: all 0.3s ease !important;
}
.xc-header-two__btn:hover {
  color: #ff2a6d !important;
  transform: scale(1.05);
}
.xc-header-two__btn i {
  font-size: 24px !important;
}
.xc-header-two__btn .xc-cart-count {
  background-color: #ff2a6d !important;
  color: #000 !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  width: 17px !important;
  height: 17px !important;
  top: -4px !important;
  right: -6px !important;
}
.xc-header-two__btn i.icon-love {
  margin-top: 0;
}

.xc-header-two__bottom {
  position: relative !important;
  z-index: 9999 !important;
  background-color: rgba(8, 0, 18, 0.6) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  border-bottom: 1px solid rgba(255, 42, 109, 0.08) !important;
}
.xc-main-menu .main-nav .top-level-link a {
  color: rgba(255, 255, 255, 0.85) !important;
  height: 60px !important;
  line-height: 60px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 0 14px !important;
  position: relative;
  font-family: 'Rajdhani', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: color 0.3s ease;
}
.xc-main-menu .main-nav .top-level-link a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 14px;
  right: 14px;
  height: 2px;
  background-color: #ff2a6d;
  transform: scaleX(0);
  transition: transform 0.3s ease;
  box-shadow: 0 0 8px rgba(255, 42, 109, 0.3);
}
.xc-main-menu .main-nav .top-level-link:hover > a {
  color: #ff2a6d !important;
}
.xc-main-menu .main-nav .top-level-link:hover > a::after {
  transform: scaleX(1);
}

ul.main-nav > li > div.sub-menu-block {
  z-index: 99999 !important;
  position: absolute !important;
  background-color: rgba(13, 2, 33, 0.96) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-top: 2px solid #ff2a6d !important;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.6) !important;
}

.xc-main-menu {
  overflow: visible !important;
}
ul.main-nav > li.top-level-link > div.sub-menu-block a {
  color: rgba(255, 255, 255, 0.85) !important;
  height: 44px !important;
  line-height: 44px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  min-width: 180px;
}
ul.main-nav > li.top-level-link > div.sub-menu-block a:hover {
  color: #ff2a6d !important;
  background-color: rgba(255, 42, 109, 0.05);
}
.selectCategory {
  background-color: rgba(255, 255, 255, 0.04) !important;
  color: #ffffff !important;
  border: 0.5px solid rgba(255, 42, 109, 0.15) !important;
  border-radius: 4px !important;
  height: 40px !important;
  line-height: 40px !important;
  padding: 0 12px !important;
  font-size: 14px !important;
}

.slide-menu {
  background-color: rgb(0 0 0 / 0%) !important;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  width: 300px !important;
}
.slide-menu .slide-menu__slider {
  padding: 2rem;
  background: #383838cc;
}
.slide-menu .slide-menu__slider ul a {
  BACKGROUND-COLOR: rgb(250 55 104 / 32%);
}
.menuHead {
  border-bottom: 0.5px solid rgba(255, 42, 109, 0.1);
}
.mobileMenu .loginBtn {
  background-color: #ff2a6d !important;
  color: #000 !important;
  border-radius: 4px !important;
  font-weight: 700 !important;
  border: none !important;
}
.slide-menu .slide-menu__slider ul a {
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  padding: 14px 30px !important;
}
.slide-menu .slide-menu__slider ul a:before {
  color: rgba(255, 255, 255, 0.2) !important;
}
.slide-menu ul ul {
  background-color: rgba(8, 0, 18, 0.96) !important;
}
.menuHead .closeX {
  color: rgba(255, 255, 255, 0.5) !important;
  background-color: rgba(255, 255, 255, 0.04) !important;
}
.menuHead .closeX:hover {
  background-color: #ff2a6d !important;
  color: #000 !important;
}

.giftBox {
  background: rgba(13, 2, 33, 0.95) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 0.5px solid rgba(255, 42, 109, 0.12) !important;
  border-radius: 8px !important;
}
.gift-popover-body p {
  color: #ffffff !important;
}
.giftBox .giftButton a {
  background-color: #ff2a6d !important;
  color: #000 !important;
  font-weight: 700 !important;
  border-radius: 4px !important;
}

/* =============================================
   5. PRELOADER
   ============================================= */
.xc-preloader {
  background-color: rgba(8, 0, 18, 0.95) !important;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}
.xc-preloader__image::before {
  border-top-color: #ff2a6d !important;
}

/* =============================================
   6. SLIDER + SIDE BANNERS
   ============================================= */

.xc-main-slider {
  border-radius: 8px !important;
  overflow: hidden;
}
.xc-main-slider-two.xc-main-slider {
  border: none !important;
  padding: 0 !important;
}

.xc-main-slider__item {
  background: linear-gradient(
    135deg,
    rgba(8, 0, 18, 0.98) 0%,
    rgba(18, 3, 56, 0.9) 100%
  ) !important;
  border-radius: 8px !important;
  min-height: 480px !important;
  padding: 50px 60px !important;
  position: relative;
  overflow: hidden;
}
.xc-main-slider__item::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -30%;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(255, 42, 109, 0.08) 0%,
    transparent 70%
  );
  border-radius: 50%;
  pointer-events: none;
}
.xc-main-slider-two .xc-main-slider__item {
  padding: 50px 60px !important;
}

.xc-main-slider__subtitle {
  background-color: rgba(255, 42, 109, 0.15) !important;
  color: #ff2a6d !important;
  border-radius: 4px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  padding: 4px 14px !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block !important;
  border: 0.5px solid rgba(255, 42, 109, 0.2);
}
.xc-main-slider-two .xc-main-slider__subtitle {
  background-color: rgba(255, 42, 109, 0.15) !important;
  color: #ff2a6d !important;
}

.xc-main-slider__title {
  color: #ffffff !important;
  font-size: 38px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  margin-bottom: 16px !important;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  .xc-main-slider__title {
    font-size: 46px !important;
  }
}

.xc-main-slider__info {
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
  max-width: 360px !important;
  margin-bottom: 24px !important;
}

.xc-main-slider__btn .swiftcart-btn {
  background: #ff2a6d !important;
  color: #000 !important;
  padding: 12px 32px !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  border-radius: 4px !important;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.xc-main-slider__btn .swiftcart-btn i {
  margin-right: 6px;
  font-size: 14px;
  top: 0;
  position: relative;
  transform: rotate(180deg);
}
.xc-main-slider__btn .swiftcart-btn:hover {
  background: #e62060 !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255, 42, 109, 0.3);
}

.xc-main-slider__img {
  opacity: 1 !important;
  transform: none !important;
}
.xc-main-slider__img img {
  max-height: 380px;
  object-fit: contain;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.5));
}
.xc-main-slider-two .xc-main-slider__img {
  position: relative !important;
  left: auto !important;
  bottom: auto !important;
}

.xc-main-slider__price {
  background: #ff2a6d !important;
  color: #000 !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  width: 80px !important;
  height: 80px !important;
  border: 2px solid rgba(255, 255, 255, 0.15) !important;
  box-shadow: 0 8px 24px rgba(255, 42, 109, 0.3);
}

.xc-main-slider-two .owl-dots {
  bottom: 30px !important;
  right: 50px !important;
  gap: 6px !important;
  display: flex !important;
  position: absolute;
}
.xc-main-slider-two .owl-dots .owl-dot span {
  width: 8px !important;
  height: 8px !important;
  background-color: rgba(255, 255, 255, 0.15) !important;
  border-radius: 0 !important;
  transition: all 0.3s ease;
}
.xc-main-slider-two .owl-dots .owl-dot.active span {
  width: 26px !important;
  background-color: #ff2a6d !important;
  box-shadow: 0 0 8px rgba(255, 42, 109, 0.4);
}

.xc-main-slider__carousel.owl-carousel .owl-nav .owl-prev,
.xc-main-slider__carousel.owl-carousel .owl-nav .owl-next {
  width: 44px !important;
  height: 44px !important;
  background: rgba(255, 255, 255, 0.04) !important;
  border: 0.5px solid rgba(255, 42, 109, 0.15) !important;
  color: rgba(255, 255, 255, 0.4) !important;
  border-radius: 4px !important;
  font-size: 18px !important;
  transition: all 0.3s ease;
}
.xc-main-slider__carousel.owl-carousel .owl-nav .owl-prev:hover,
.xc-main-slider__carousel.owl-carousel .owl-nav .owl-next:hover {
  background: #ff2a6d !important;
  color: #000 !important;
  border-color: #ff2a6d !important;
  transform: scale(1.05);
  box-shadow: 0 0 16px rgba(255, 42, 109, 0.25);
}

.xc-header-two-banner-one,
.xc-header-two-banner-two {
  border-radius: 8px !important;
  overflow: hidden;
  position: relative;
}
.xc-header-two-banner-one {
  background: linear-gradient(
    135deg,
    rgba(8, 0, 18, 0.95) 0%,
    rgba(18, 3, 56, 0.9) 100%
  ) !important;
  border: 0.5px solid rgba(255, 42, 109, 0.1);
}
.xc-header-two-banner-two {
  background: linear-gradient(
    135deg,
    rgba(8, 0, 18, 0.9) 0%,
    rgba(13, 2, 33, 0.95) 100%
  ) !important;
  border: 0.5px solid rgba(255, 42, 109, 0.1);
}
.xc-header-two-banner-two__item,
.xc-header-two-banner-one__item {
  padding: 28px !important;
  gap: 16px !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  height: 100%;
}
.xc-header-two-banner-two__item span,
.xc-header-two-banner-one__item span {
  color: #ff2a6d !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 4px !important;
}
.xc-header-two-banner-two__title,
.xc-header-two-banner-one__title {
  color: #ffffff !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  margin-bottom: 8px !important;
  line-height: 1.3 !important;
}
.xc-header-two-banner-two__item .xc-header-two-banner-one__price {
  color: #ff2a6d !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  margin-bottom: 8px !important;
}
.xc-header-two-banner-two .swiftcart-btn,
.xc-header-two-banner-one .swiftcart-btn {
  background: rgba(255, 255, 255, 0.04) !important;
  color: #ffffff !important;
  border: 0.5px solid rgba(255, 42, 109, 0.15) !important;
  padding: 8px 18px !important;
  font-size: 13px !important;
  border-radius: 4px !important;
  transition: all 0.3s ease;
}
.xc-header-two-banner-two .swiftcart-btn:hover,
.xc-header-two-banner-one .swiftcart-btn:hover {
  background: #ff2a6d !important;
  color: #000 !important;
  border-color: #ff2a6d !important;
  box-shadow: 0 0 12px rgba(255, 42, 109, 0.2);
}
.xc-header-two-banner-two__offer,
.xc-header-two-banner-one__offer {
  background-color: #ff2a6d !important;
  color: #000 !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  padding: 4px 12px !important;
  border-radius: 4px !important;
  top: 16px !important;
  left: 16px !important;
  bottom: auto !important;
}
.xc-header-two-banner-one__right img,
.xc-header-two-banner-two__item img {
  max-width: 100%;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.4));
}

.xc-main-slider__carousel .active .xc-main-slider__subtitle {
  animation: slideFadeIn 0.6s ease forwards;
  animation-delay: 0.3s;
  opacity: 0;
}
.xc-main-slider__carousel .active .xc-main-slider__title {
  animation: slideFadeIn 0.6s ease forwards;
  animation-delay: 0.5s;
  opacity: 0;
}
.xc-main-slider__carousel .active .xc-main-slider__info {
  animation: slideFadeIn 0.6s ease forwards;
  animation-delay: 0.7s;
  opacity: 0;
}
.xc-main-slider__carousel .active .xc-main-slider__btn {
  animation: slideUpFadeIn 0.6s ease forwards;
  animation-delay: 0.9s;
  opacity: 0;
}
.xc-main-slider__carousel .active .xc-main-slider__img {
  animation: scaleFadeIn 0.8s ease forwards;
  animation-delay: 0.6s;
  opacity: 0;
  transform: scale(0.95);
}
@keyframes slideFadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes slideUpFadeIn {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes scaleFadeIn {
  from { opacity: 0; transform: scale(0.9); }
  to   { opacity: 1; transform: scale(1); }
}

/* =============================================
   7. FEATURES SECTION
   ============================================= */
.xc-features-one {
  background-color: transparent !important;
}
.xc-feature-one__item {
  background: rgba(13, 2, 33, 0.75) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  border: 0.5px solid rgba(255, 42, 109, 0.1);
  border-radius: 8px !important;
  padding: 24px 20px !important;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: all 0.4s ease;
  height: 100%;
}
.xc-feature-one__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4), 0 0 20px rgba(255, 42, 109, 0.05);
  border-color: rgba(255, 42, 109, 0.25);
}
.xc-feature-one__icon {
  width: 52px !important;
  height: 52px !important;
  min-width: 52px !important;
  background: rgba(255, 42, 109, 0.1);
  border-radius: 8px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  line-height: 1 !important;
  border: 0.5px solid rgba(255, 42, 109, 0.2);
}
.xc-feature-one__icon img {
  width: 28px !important;
  height: auto;
  filter: brightness(0) saturate(100%) invert(24%) sepia(100%) saturate(5000%) hue-rotate(315deg) brightness(100%) contrast(100%);
  opacity: 1;
}
.xc-feature-one__content {
  flex: 1;
}
.xc-feature-one__title {
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  margin-bottom: 4px !important;
  margin-top: 0 !important;
}
.xc-feature-one__content p {
  color: rgba(255, 255, 255, 0.4) !important;
  font-size: 13px !important;
  margin-bottom: 0 !important;
}

.tableDetails iframe,
.tableDetails video,
.tableDetails embed {
  max-width: 100% !important;
  width: 100% !important;
  aspect-ratio: 16 / 9;
  height: auto !important;
}

/* =============================================
   8. PRODUCT CARD — Cyberpunk
   ============================================= */
.product-item {
  background-color: rgba(13, 2, 33, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 42, 109, 0.1);
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}
.product-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #ff2a6d, transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.product-item:hover::before {
  opacity: 1;
}
.product-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5), 0 0 20px rgba(255, 42, 109, 0.08);
}
.product-item .content .title {
  color: #ffffff;
}
.product-item .content .title a {
  color: #ffffff;
}
.product-item .content .title a:hover {
  color: #ff2a6d;
}
.product-item .content .addCart .btn-product-card {
  background-color: #ff2a6d;
  color: #000;
  border-radius: 4px;
  font-size: 13px;
  padding: 8px 14px;
  font-weight: 700;
}
.product-item .content .addCart .btn-product-card:hover {
  background-color: #e62060;
  box-shadow: 0 0 12px rgba(255, 42, 109, 0.2);
}
.product-item .content .addCart.disabled .btn-product-card {
  background-color: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.25);
}
.price .salePrice {
  background-color: #ff2a6d;
  color: #000;
  animation: priceGlow 3s ease-in-out infinite;
}
@keyframes priceGlow {
  0%, 100% { text-shadow: 0 0 5px rgba(255, 42, 109, 0.2); }
  50% { text-shadow: 0 0 14px rgba(255, 42, 109, 0.5), 0 0 30px rgba(255, 42, 109, 0.1); }
}
.price .oldPrice {
  color: rgba(255, 255, 255, 0.3);
}
.product-card-rating .fa-star {
  color: #ffd700;
}
.product-card-rating .fa-star.deactive::before {
  color: rgba(255, 255, 255, 0.1);
}

.product-item .content .add-to-wishlist button,
.product-item .content .add-to-wishlist a {
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1.5px solid rgba(255, 255, 255, 0.2) !important;
  color: rgba(255, 255, 255, 0.5) !important;
  width: 38px !important;
  height: 38px !important;
  line-height: 35px !important;
  border-radius: 4px !important;
  transition: all 0.3s ease;
}
.product-item .content .add-to-wishlist button:hover,
.product-item .content .add-to-wishlist a:hover {
  background: rgba(255, 42, 109, 0.15) !important;
  border-color: #ff2a6d !important;
  color: #ff2a6d !important;
}
.product-item .content .add-to-wishlist button.filled,
.product-item .content .add-to-wishlist a.filled {
  background: #ff2a6d !important;
  border-color: #ff2a6d !important;
  color: #000 !important;
}

/* Special Offers Tabs Container — animated neon border */
.special-offers .special-offer-tabs {
  border-bottom: none !important;
  position: relative;
}
.special-offers .special-offer-tabs::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #ff2a6d, #00fff9, #b300ff, #ff2a6d);
  background-size: 300% 100%;
  animation: gcNeonBorder 3s linear infinite;
  border-radius: 0;
  box-shadow: 0 0 10px rgba(255, 42, 109, 0.4), 0 0 20px rgba(0, 255, 249, 0.2);
}
@keyframes gcNeonBorder {
  0%   { background-position: 0% 0; }
  100% { background-position: 300% 0; }
}
/* Special Offers Tab Style */
.special-offers-with-banner .special-offer-tabs .nav-link {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 42, 109, 0.15);
  border-radius: 8px;
  margin: 0 4px;
  padding: 10px 20px;
  transition: all 0.3s ease;
}
.special-offers-with-banner .special-offer-tabs .nav-link h6 {
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  transition: color 0.3s ease;
  position: relative;
  z-index: 1;
}
.special-offers-with-banner .special-offer-tabs .nav-link::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 100%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 42, 109, 0.2), transparent);
  transition: left 0.5s ease;
  z-index: 0;
}
.special-offers-with-banner .special-offer-tabs .nav-link:hover {
  border-color: #ff2a6d;
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(255, 42, 109, 0.2);
}
.special-offers-with-banner .special-offer-tabs .nav-link:hover::before {
  left: 100%;
}
.special-offers-with-banner .special-offer-tabs .nav-link:hover h6 {
  color: #ff2a6d;
}
.special-offers-with-banner .special-offer-tabs .nav-link.active {
  background: rgba(255, 42, 109, 0.15);
  border-color: #ff2a6d;
  box-shadow: 0 0 20px rgba(255, 42, 109, 0.3), inset 0 0 20px rgba(255, 42, 109, 0.05);
}
.special-offers-with-banner .special-offer-tabs .nav-link.active h6 {
  color: #ffffff;
  text-shadow: 0 0 10px rgba(255, 42, 109, 0.5);
}
/* Subtle pulse on inactive tabs to hint more options */
.special-offers-with-banner .special-offer-tabs .nav-link:not(.active) {
  animation: gcTabHint 2.5s ease-in-out infinite;
}
.special-offers-with-banner .special-offer-tabs .nav-link:not(.active):nth-child(2) {
  animation-delay: 0.8s;
}
.special-offers-with-banner .special-offer-tabs .nav-link:not(.active):nth-child(3) {
  animation-delay: 1.6s;
}
@keyframes gcTabHint {
  0%, 100% { opacity: 0.7; transform: translateY(0); }
  50% { opacity: 1; transform: translateY(-3px); box-shadow: 0 4px 15px rgba(255, 42, 109, 0.15); }
}
.product-box {
  background: rgba(255, 255, 255, 0.12);
}
.product-box .product-footer {
  background: rgba(13, 2, 33, 0.6);
}
.product-box .product-footer .footer .compare,
.product-box .product-footer .footer .wishlist {
  gap: 0.3rem;
  color: #ffffff;
  font-size: 1.3rem;
  cursor: pointer;
}
.icon-heart-mask {
  display: inline-block;
  width: 28px;
  height: 22px;
  mask-size: 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-image: url(./heart-outlined.svg);
  background-color: #ffffff;
  transition: transform 0.2s ease, background-color 0.2s ease;
  cursor: pointer;
}
.icon-heart-mask:hover {
  transform: scale(1.25);
  background-color: #ff2a6d;
}
.icon-heart-mask:active {
  transform: scale(1.4);
}
.icon-heart-mask.gc-heart-pulse {
  animation: gcHeartPulse 0.4s ease;
}
@keyframes gcHeartPulse {
  0%   { transform: scale(1); }
  40%  { transform: scale(1.5); background-color: #ff2a6d; }
  70%  { transform: scale(1.2); }
  100% { transform: scale(1); background-color: #ffffff; }
}
.product-box .body .body-bottom .product-price {
  color: #ff2a6d;
  font-size: 1.875rem;
}

.product-item.gc-best-price {
  position: relative;
  box-shadow: 0 0 24px rgba(255, 42, 109, 0.3), 0 0 0 1px rgba(255, 42, 109, 0.3);
  border-radius: 8px;
}
.product-item.gc-best-price::before {
  content: 'أفضل سعر';
  position: absolute;
  top: 10px;
  right: 10px;
  background: linear-gradient(135deg, #ff2a6d, #cc0052);
  color: #000;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 4px;
  z-index: 5;
  box-shadow: 0 4px 12px rgba(255, 42, 109, 0.35);
  white-space: nowrap;
  line-height: 1.4;
}

.wishList .xc-cart-count {
  background-color: #ff2a6d;
  color: #000;
}
.header-fixed-new .cart-badge,
.wishlist-total {
  background: #1b1b1b;
  color: #dc3545;
}
.cart-empty h1 {
  color: #ffffff;
}
.cart-empty .btnEmpty {
  background-color: #ff2a6d;
  color: #000;
}

.social-icons span {
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
}
.social-icons span:hover {
  background: #ff2a6d;
  color: #000;
}

/* =============================================
   9. PRODUCTS PAGE — Sort, Filter, Layout
   ============================================= */

.products-sort-bar,
.xc-products-sort,
.sort-bar {
  background: rgba(255, 255, 255, 0.03) !important;
  border-radius: 8px !important;
  padding: 12px 16px !important;
  border: 0.5px solid rgba(255, 42, 109, 0.08);
  margin-bottom: 20px;
}

.products-sort-bar label,
.sort-bar label,
.xc-products-sort label {
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.products-sort-bar select,
.sort-bar select,
.xc-products-sort select,
select.sort-select,
select[name="sort"] {
  background-color: rgba(255, 255, 255, 0.04) !important;
  color: #ffffff !important;
  border: 0.5px solid rgba(255, 42, 109, 0.15) !important;
  border-radius: 4px !important;
  padding: 8px 32px 8px 12px !important;
  font-size: 14px !important;
  height: 40px !important;
  cursor: pointer;
  appearance: auto;
  -webkit-appearance: auto;
  min-width: 160px;
  transition: border-color 0.3s ease;
}
.products-sort-bar select:focus,
.sort-bar select:focus,
.xc-products-sort select:focus,
select.sort-select:focus,
select[name="sort"]:focus {
  border-color: #ff2a6d !important;
  outline: none;
  box-shadow: 0 0 8px rgba(255, 42, 109, 0.1);
}
.products-sort-bar select option,
.sort-bar select option,
.xc-products-sort select option,
select.sort-select option {
  background-color: #120338 !important;
  color: #ffffff !important;
}

.total-products,
.products-count,
.xc-products-count {
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.total-products strong,
.products-count strong,
.xc-products-count strong {
  color: #ff2a6d !important;
  font-weight: 700 !important;
}

.filter-btn,
.btn-filter,
.xc-filter-btn {
  background: rgba(255, 255, 255, 0.04) !important;
  color: #000000 !important;
  border: 0.5px solid rgba(255, 42, 109, 0.15) !important;
  border-radius: 4px !important;
  padding: 8px 18px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  cursor: pointer;
  transition: all 0.3s ease;
}
.filter-btn:hover,
.btn-filter:hover,
.xc-filter-btn:hover {
  background: rgba(255, 42, 109, 0.12) !important;
  border-color: #ff2a6d !important;
  color: #ff2a6d !important;
}
.filter-btn.active,
.btn-filter.active,
.xc-filter-btn.active {
  background: #ff2a6d !important;
  color: #000 !important;
  border-color: #ff2a6d !important;
}

.filter-sidebar,
.xc-filter-sidebar,
.filter-panel {
  background: rgba(13, 2, 33, 0.88) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 0.5px solid rgba(255, 42, 109, 0.1);
  border-radius: 8px !important;
  padding: 20px !important;
}

.filter-block h3,
.filter-block h4,
.filter-block .filter-title,
.xc-filter-title {
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  margin-bottom: 12px !important;
  font-family: 'Orbitron', sans-serif;
  letter-spacing: 1px;
}

.filter-block {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 0.5px solid rgba(255, 42, 109, 0.08);
}
.filter-block:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.filter-block label,
.filter-checkbox label,
.xc-filter-checkbox label {
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 13px !important;
  cursor: pointer;
  transition: color 0.2s ease;
}
.filter-block label:hover,
.filter-checkbox label:hover,
.xc-filter-checkbox label:hover {
  color: #ff2a6d !important;
}
.filter-block input[type="checkbox"],
.filter-checkbox input[type="checkbox"],
.xc-filter-checkbox input[type="checkbox"] {
  accent-color: #ff2a6d;
}

.price-filter input[type="text"],
.price-filter input[type="number"],
.filter-price input[type="text"],
.filter-price input[type="number"],
.xc-price-filter input {
  background-color: rgba(255, 255, 255, 0.04) !important;
  color: #ffffff !important;
  border: 0.5px solid rgba(255, 42, 109, 0.15) !important;
  border-radius: 4px !important;
  padding: 8px 12px !important;
  font-size: 14px !important;
  height: 38px !important;
  width: 90px;
  transition: border-color 0.3s ease;
}
.price-filter input:focus,
.filter-price input:focus,
.xc-price-filter input:focus {
  border-color: #ff2a6d !important;
  outline: none;
  box-shadow: 0 0 8px rgba(255, 42, 109, 0.1);
}
.price-filter input::placeholder,
.filter-price input::placeholder,
.xc-price-filter input::placeholder {
  color: rgba(255, 255, 255, 0.2) !important;
}

.filter-actions button,
.filter-actions .btn-save,
.filter-actions .btn-clear,
.btn-save-filter,
.btn-clear-filter {
  background: rgba(255, 255, 255, 0.04) !important;
  color: #ffffff !important;
  border: 0.5px solid rgba(255, 42, 109, 0.15) !important;
  border-radius: 4px !important;
  padding: 8px 16px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  cursor: pointer;
  transition: all 0.3s ease;
}
.filter-actions button:hover,
.btn-save-filter:hover,
.btn-clear-filter:hover {
  background: rgba(255, 42, 109, 0.12) !important;
  border-color: #ff2a6d !important;
  color: #ff2a6d !important;
}
.btn-save-filter,
.filter-actions .btn-save {
  background: #ff2a6d !important;
  color: #000 !important;
  border-color: #ff2a6d !important;
}
.btn-save-filter:hover,
.filter-actions .btn-save:hover {
  background: #e62060 !important;
  box-shadow: 0 0 12px rgba(255, 42, 109, 0.2);
}

.show-discounted,
.xc-show-discounted {
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 13px !important;
}
.show-discounted input[type="checkbox"],
.xc-show-discounted input[type="checkbox"] {
  accent-color: #ff2a6d;
}

.clear-filters,
.btn-clear-all {
  color: #ff2a6d !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  cursor: pointer;
  background: transparent !important;
  border: none !important;
  padding: 4px 0 !important;
  transition: color 0.2s ease;
}
.clear-filters:hover,
.btn-clear-all:hover {
  color: #e62060 !important;
}

.products-container .sort-block-width .dropdown .filter-order,
.products-container .products-list-filter-parent .filter-result {
  color: #000000;
}
.products-filter .found-products {
  color: #ff2a6d !important;
}

.products-grid,
.products-wrapper,
.xc-products-grid {
  display: grid;
  gap: 20px;
}

/* =============================================
   10. CART BOX (slide-in)
   ============================================= */

.cartBox {
  z-index: 999999 !important;
}

.cartBox .content {
  background-color: rgba(8, 0, 18, 0.95) !important;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.cartBox .close {
  background-color: rgba(255, 255, 255, 0.06);
  border-radius: 4px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.cartBox .close:hover {
  background-color: #ff2a6d;
  color: #000;
  transform: scale(1.05);
}

.cartBox .items .item .img img,
.cartBox .item .img img {
  border-radius: 4px !important;
  border: 0.5px solid rgba(255, 42, 109, 0.1);
}

.cartBox .items .item {
  border-bottom: 1px solid rgba(255, 42, 109, 0.08);
}
.cartBox .items .item .details .title {
  color: #ffffff;
}
.cartBox .items .item .details .title:hover {
  color: #ff2a6d;
}
.cartBox .items .item .details .price {
  color: rgba(255, 255, 255, 0.5);
}
.cartBox .items .item .details .count {
  color: rgba(255, 255, 255, 0.3);
}

.cartBox .item .remove,
.cartBox .items .item .remove,
.cartBox .details .remove {
  background: rgba(255, 0, 84, 0.12) !important;
  color: #ff0054 !important;
  border-radius: 4px !important;
  width: 32px !important;
  height: 32px !important;
  line-height: 32px !important;
  text-align: center !important;
  font-size: 13px !important;
  border: 0.5px solid rgba(255, 0, 84, 0.15) !important;
  transition: all 0.3s ease;
}
.cartBox .item .remove:hover,
.cartBox .items .item .remove:hover,
.cartBox .details .remove:hover {
  background: #ff0054 !important;
  color: #000 !important;
  border-color: #ff0054 !important;
  transform: scale(1.05);
}

.checkBtn {
  background-color: #ff2a6d !important;
  color: #000 !important;
  font-weight: 700 !important;
  border-radius: 4px !important;
  height: 48px !important;
  line-height: 48px !important;
  transition: all 0.3s ease;
}
.checkBtn:hover {
  background-color: #e62060 !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255, 42, 109, 0.25);
}

.viewBag {
  background: rgba(255, 255, 255, 0.04) !important;
  color: #ffffff !important;
  border: 0.5px solid rgba(255, 42, 109, 0.15) !important;
  border-radius: 4px !important;
  height: 48px !important;
  line-height: 48px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  transition: all 0.3s ease;
}
.viewBag:hover {
  background: rgba(255, 42, 109, 0.12) !important;
  border-color: #ff2a6d !important;
  color: #ff2a6d !important;
  transform: translateY(-2px);
}

.cart-totals-div .cart-product-row-wrapper {
  padding: 8px 0;
  border-bottom: 0.5px solid rgba(255, 42, 109, 0.06);
}
.cart-totals-div .cart-product-row-wrapper:last-child {
  border-bottom: none;
}
.cart-totals-div .cart-product-row-wrapper .flex-grow-1 {
  color: rgb(255 255 255) !important;
  font-size: 14px !important;
}
.cart-totals-div .cart-product-row-wrapper .flex-shrink-0 {
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}
.cart-totals-div .cart-product-row-wrapper:last-child .flex-shrink-0 {
  color: #ff2a6d !important;
  font-size: 17px !important;
  font-weight: 700 !important;
}
.cart-totals-div .cart-product-row-wrapper:nth-child(2) .flex-shrink-0 {
  color: #00ff6a !important;
}

.cart-product-prices .totals {
  font-size: 1.5rem;
  color: var(--primary-color);
  display: flex;
  flex-direction: column;
}

.coupon-form {
  background: rgba(255, 255, 255, 0.03);
  border: 0.5px solid rgba(255, 42, 109, 0.08);
  border-radius: 8px;
  padding: 12px 16px;
}
.coupon-form .message-coupon {
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 13px !important;
}
.coupon-form .message-coupon span {
  color: #00ff6a !important;
}
.coupon-form .removeCoupon {
  background: rgba(255, 0, 84, 0.1) !important;
  color: #ff0054 !important;
  border-radius: 4px !important;
  width: 28px !important;
  height: 28px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.coupon-form .removeCoupon:hover {
  background: #ff0054 !important;
  color: #000 !important;
}

#cart-shipping {
  background: rgba(255, 255, 255, 0.03);
  border: 0.5px solid rgba(255, 42, 109, 0.08);
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 12px;
}
.shipping-alert {
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 13px !important;
}
.shipping-alert .free-shipping {
  color: #ff2a6d !important;
  font-weight: 600 !important;
}
.minimog-progress-bar {
  background: rgba(255, 42, 109, 0.12) !important;
  border-radius: 0 !important;
  height: 6px !important;
}
.minimog-progress-bar .progress-value {
  background: #ff2a6d !important;
  border-radius: 0 !important;
  height: 6px !important;
  box-shadow: 0 0 8px rgba(255, 42, 109, 0.3);
}
.minimog-progress-bar .progress-value svg {
  fill: #ff2a6d !important;
  width: 14px !important;
  height: 14px !important;
}

/* =============================================
   11. PRODUCT DETAILS PAGE
   ============================================= */

.col-product-info .prodDetails h2,
.col-product-info .prodDetails .product-title {
  color: #ffffff !important;
}

.col-product-info .prodDetails .salePrice,
.products-details-page .salePrice {
  background: #ff2a6d !important;
  color: #000 !important;
  padding: 6px 16px !important;
  border-radius: 4px !important;
  font-weight: 700 !important;
}
.col-product-info .prodDetails .oldPrice,
.products-details-page .oldPrice {
  color: rgba(255, 255, 255, 0.3) !important;
}
.products-details-page .div-price .title {
  color: rgba(255, 255, 255, 0.5) !important;
}
.products-details-page .div-price .currency {
  color: #ff2a6d !important;
}
.products-details-page .quantity .minus,
.products-details-page .quantity .plus {
  width: 2.5rem;
  height: 2.5rem;
  color: #ff2a6d;
}

.col-product-info .prodDetails .add-to-wishlist button,
.col-product-info .prodDetails .add-to-wishlist a {
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1.5px solid rgba(255, 255, 255, 0.15) !important;
  color: rgba(255, 255, 255, 0.5) !important;
  width: 48px !important;
  height: 48px !important;
  line-height: 44px !important;
  border-radius: 4px !important;
  font-size: 22px !important;
  transition: all 0.3s ease;
}
.col-product-info .prodDetails .add-to-wishlist button:hover,
.col-product-info .prodDetails .add-to-wishlist a:hover {
  background: rgba(255, 42, 109, 0.12) !important;
  border-color: #ff2a6d !important;
  color: #ff2a6d !important;
}
.col-product-info .prodDetails .add-to-wishlist button.filled,
.col-product-info .prodDetails .add-to-wishlist a.filled {
  background: #ff2a6d !important;
  border-color: #ff2a6d !important;
  color: #000 !important;
}

.select-quantity-div {
  background: transparent !important;
}
.select-quantity-div h4 {
  color: #ffffff !important;
}
.select-quantity-div select,
#product-quantity,
.select-quantity,
#product-custom-user-dropdown-fields select {
  background-color: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 42, 109, 0.15) !important;
  color: #ffffff !important;
  border-radius: 4px !important;
  padding: 8px 16px !important;
  font-size: 15px !important;
  height: 46px !important;
  min-width: 80px;
  cursor: pointer;
}
.select-quantity-div select:focus,
#product-quantity:focus,
#product-custom-user-dropdown-fields select:focus {
  border-color: #ff2a6d !important;
  outline: none;
  box-shadow: 0 0 8px rgba(255, 42, 109, 0.1);
}
.select-quantity-div select option,
#product-custom-user-dropdown-fields select option {
  background-color: #120338 !important;
  color: #ffffff !important;
}

.cart-product-quantity-dropdown select {
  border-color: #ffffff;
  min-width: 44px;
  padding: 4px 14px;
  border-radius: 3rem;
  appearance: none;
  -webkit-appearance: none;
  background: url(data:image/svg+xml;utf8,<svg fill="black" height="20" width="20" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>) no-repeat 15%;
  background-size: 13px;
  height: 2rem;
  width: 4.5rem;
  outline: none;
  color: #ffffff;
}
.select-quantity-div > div.form-group > div::after {
  color: rgba(255, 255, 255, 0.2) !important;
}

.tableDetails#product-description {
  background: transparent !important;
}
#tableTabs {
  position: relative !important;
  z-index: 10 !important;
  background: rgba(255, 255, 255, 0.03) !important;
  border-radius: 8px !important;
  padding: 4px !important;
  display: flex;
  gap: 2px;
}
#tableTabs li {
  z-index: 11 !important;
  position: relative !important;
  background: transparent !important;
  color: rgba(255, 255, 255, 0.4) !important;
  border-radius: 4px !important;
  padding: 10px 20px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none !important;
  margin: 0 !important;
}
#tableTabs li.active {
  background: rgba(255, 42, 109, 0.15) !important;
  color: #ff2a6d !important;
}
#tableTabs li:hover {
  color: #ff2a6d !important;
}
#tableTabs::-webkit-scrollbar {
  height: 2px;
}
#tableTabs::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.03);
}
#tableTabs::-webkit-scrollbar-thumb {
  background: #ff2a6d;
  border-radius: 0;
}

.tableDetails#product-description .tab.details,
.tableDetails#product-description .tab.variants {
  z-index: 9 !important;
  position: relative !important;
  background: rgba(13, 2, 33, 0.6) !important;
  border-radius: 8px !important;
  padding: 24px !important;
  border: 0.5px solid rgba(255, 42, 109, 0.08);
  margin-top: 16px;
}
.tableDetails#product-description .tab.details p,
.tableDetails#product-description .tab.details code,
.tableDetails#product-description .tab.details * {
  color: rgba(255, 255, 255, 0.85) !important;
  background-color: #080012 !important;
}

.shortDesc {
  color: rgba(255, 255, 255, 0.6) !important;
  background: rgba(13, 2, 33, 0.4) !important;
  padding: 16px !important;
  border-radius: 8px !important;
  border: 0.5px solid rgba(255, 42, 109, 0.06);
}
#product-description-a {
  color: #ff2a6d !important;
}

.titleRate {
  color: #ffffff !important;
}
.add-review {
  background: rgba(255, 42, 109, 0.1) !important;
  color: #ff2a6d !important;
  border: 1px solid rgba(255, 42, 109, 0.15) !important;
  border-radius: 4px !important;
  padding: 10px 20px !important;
  font-weight: 600 !important;
  transition: all 0.3s ease;
}
.add-review:hover {
  background: #ff2a6d !important;
  color: #000 !important;
}
#exampleModalCenter .modal-content {
  background-color: #120338 !important;
}
#exampleModalCenter .title {
  color: #ffffff !important;
}
.div-btnrating a.btnrating {
  color: rgba(255, 255, 255, 0.1) !important;
  font-size: 28px !important;
  transition: color 0.2s ease;
}
.div-btnrating a.btnrating.active {
  color: #ffd700 !important;
}
.div-btnrating a.btnrating.deactive {
  color: rgba(255, 255, 255, 0.1) !important;
}
.input-review-comment {
  background-color: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 42, 109, 0.15) !important;
  color: #ffffff !important;
  border-radius: 4px !important;
  padding: 16px !important;
}
.input-review-comment:focus {
  border-color: #ff2a6d !important;
  box-shadow: 0 0 8px rgba(255, 42, 109, 0.1);
}
.input-review-comment::placeholder {
  color: rgba(255, 255, 255, 0.2) !important;
}
.add-review-form-checkbox label {
  color: rgba(255, 255, 255, 0.6) !important;
}
.review-remaining-count {
  color: rgba(255, 255, 255, 0.2) !important;
}
.btn-submit-new-review {
  background: #ff2a6d !important;
  color: #000 !important;
  border-radius: 4px !important;
  padding: 12px 28px !important;
  font-weight: 700 !important;
  border: none !important;
  transition: all 0.3s ease;
}
.btn-submit-new-review:hover {
  background: #e62060 !important;
  box-shadow: 0 0 12px rgba(255, 42, 109, 0.2);
}
.titleContainer {
  color: #ffffff !important;
}
.reviews-break-down-empty {
  background: rgba(255, 255, 255, 0.03) !important;
  border-radius: 8px !important;
  padding: 24px !important;
  text-align: center;
}
.reviews-break-down-empty span {
  color: rgba(255, 255, 255, 0.3) !important;
}
.reviewStyle {
  background: rgba(13, 2, 33, 0.6) !important;
  border-radius: 8px !important;
  padding: 20px !important;
  border: 0.5px solid rgba(255, 42, 109, 0.08);
  margin-bottom: 12px;
}
.reviewStyle .customer {
  color: #ffffff !important;
}
.reviewStyle .customer .date {
  color: rgba(255, 255, 255, 0.35) !important;
}
.reviewStyle .text {
  color: rgba(255, 255, 255, 0.75) !important;
}
.rating_count_5,
.rating_count_4,
.rating_count_3,
.rating_count_2,
.rating_count_1 {
  background-color: #ff2a6d !important;
}
.all-reviews-btn {
  background: rgba(255, 42, 109, 0.1) !important;
  color: #ff2a6d !important;
  border: 1px solid rgba(255, 42, 109, 0.15) !important;
  border-radius: 4px !important;
  padding: 8px 20px !important;
  transition: all 0.3s ease;
}
.all-reviews-btn:hover {
  background: #ff2a6d !important;
  color: #000 !important;
}

.description-title {
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  margin-bottom: 16px !important;
}
#addQuestionButton,
.addQuestionButton {
  background: rgba(255, 42, 109, 0.1) !important;
  color: #ff2a6d !important;
  border: 1px solid rgba(255, 42, 109, 0.15) !important;
  border-radius: 4px !important;
  padding: 10px 24px !important;
  font-weight: 600 !important;
  transition: all 0.3s ease;
}
#addQuestionButton:hover,
.addQuestionButton:hover {
  background: #ff2a6d !important;
  color: #000 !important;
}
#addProductQuestionModal .modal-content {
  background-color: #120338 !important;
}
.modal-product-title {
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 18px !important;
}
#addProductQuestionModal input:focus,
#addProductQuestionModal textarea:focus {
  border-color: #ff2a6d !important;
  box-shadow: 0 0 8px rgba(255, 42, 109, 0.1);
}
#addProductQuestionModal input::placeholder,
#addProductQuestionModal textarea::placeholder {
  color: rgba(255, 255, 255, 0.2) !important;
}
#addProductQuestionModal button[onclick*="submitQuestion"] {
  background: #ff2a6d !important;
  color: #000 !important;
  border-radius: 4px !important;
  padding: 12px 28px !important;
  font-weight: 700 !important;
  border: none !important;
}
#addProductQuestionModal button[onclick*="submitQuestion"]:hover {
  background: #e62060 !important;
}
.questions-card-preview {
  background: rgba(13, 2, 33, 0.6) !important;
  border-radius: 8px !important;
  padding: 20px !important;
  border: 0.5px solid rgba(255, 42, 109, 0.08);
  margin-bottom: 12px;
}
.questions-card-preview .customer-name {
  color: #ffffff !important;
  font-weight: 600 !important;
}
.questions-card-preview .question-box .question {
  color: rgba(255, 255, 255, 0.85) !important;
}
.questions-card-preview .answer-box .answer {
  color: rgba(255, 255, 255, 0.6) !important;
  background: rgba(255, 42, 109, 0.04) !important;
  padding: 12px !important;
  border-radius: 4px !important;
  border-right: 2px solid #ff2a6d !important;
}
.questions-pagination .page-item .page-link {
  background: rgba(255, 255, 255, 0.04) !important;
  color: rgba(255, 255, 255, 0.5) !important;
  border: none !important;
  border-radius: 4px !important;
  margin: 0 2px !important;
}
.questions-pagination .page-item.selected a {
  background: #ff2a6d !important;
  color: #000 !important;
}

.product-images-carousel-thumbs .slickParentNext,
.product-images-carousel-thumbs .slickParentPrev {
  width: 36px !important;
  height: 36px !important;
  background: rgba(0, 0, 0, 0.7) !important;
  backdrop-filter: blur(8px) !important;
  border: 0.5px solid rgba(255, 42, 109, 0.12) !important;
  color: #ffffff !important;
  border-radius: 4px !important;
}
.product-images-carousel-thumbs .slickParentNext:hover,
.product-images-carousel-thumbs .slickParentPrev:hover {
  background: #ff2a6d !important;
  color: #000 !important;
}
.pswp__bg {
  background: rgba(8, 0, 18, 0.95) !important;
}

.products-details-page .prodImages {
  background: rgba(13, 2, 33, 0.7) !important;
  border-radius: 8px !important;
  border: 0.5px solid rgba(255, 42, 109, 0.08);
  padding: 12px !important;
}

.optionsBox {
  background: rgba(13, 2, 33, 0.75) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 0.5px solid rgba(255, 42, 109, 0.08) !important;
  border-radius: 8px !important;
  padding: 20px !important;
}
.optionsBox label {
  color: rgba(255, 255, 255, 0.75) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

#product-custom-user-option-fields .form-group label {
  display: block;
  margin-bottom: 10px;
  border: 0.5px solid rgba(255, 42, 109, 0.1) !important;
  border-radius: 4px !important;
  background: rgba(0, 0, 0, 0.75) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 12px 16px !important;
  width: 100%;
  font-weight: 600 !important;
  font-size: 14px !important;
  color: #ffffff !important;
  transition: all 0.3s ease;
}

.tableDetails .table {
  background: transparent !important;
  color: rgba(255, 255, 255, 0.85) !important;
  padding: 0 !important;
  border-radius: 8px !important;
}
.tableDetails .table table {
  background: rgba(13, 2, 33, 0.6) !important;
  border-radius: 8px !important;
  border: 0.5px solid rgba(255, 42, 109, 0.08);
}
.tableDetails .table table td,
.tableDetails .table table th {
  background: transparent !important;
  color: rgba(255, 255, 255, 0.85) !important;
  border-bottom: 0.5px solid rgba(255, 42, 109, 0.05) !important;
}

.tableDetails .addHead {
  display: flex;
  align-items: center;
  background: rgba(13, 2, 33, 0.6) !important;
  border: 0.5px solid rgba(255, 42, 109, 0.08) !important;
  border-radius: 8px !important;
  padding: 24px !important;
  margin-bottom: 12px;
}
.tableDetails .addHead h4 {
  color: #ffffff !important;
  font-weight: 700 !important;
}

.tableDetails .rateContainer {
  background: rgba(13, 2, 33, 0.6) !important;
  border: 0.5px solid rgba(255, 42, 109, 0.08) !important;
  border-radius: 8px !important;
  padding: 20px !important;
  margin-bottom: 12px;
}
.tableDetails .rateContainer .title {
  color: #ffffff !important;
  font-weight: 700 !important;
}

.questions-card-init {
  background: rgba(13, 2, 33, 0.6) !important;
  border: 0.5px solid rgba(255, 42, 109, 0.08) !important;
  border-radius: 8px !important;
  padding: 20px !important;
}

.section-cart-products {
  background: rgba(13, 2, 33, 0.75) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 0.5px solid rgba(255, 42, 109, 0.08) !important;
  border-radius: 8px !important;
  padding: 24px !important;
}

.header-wrapper {
  background: rgba(13, 2, 33, 0.75) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 0.5px solid rgba(255, 42, 109, 0.08) !important;
  border-radius: 8px !important;
  padding: 16px 20px !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  font-size: 16px !important;
}

/* =============================================
   11.5 FAQ SECTION (Accordion)
   ============================================= */
.faqs-section {
  background: rgba(13, 2, 33, 0.35) !important;
}
.faqs-section .accordion {
  background: rgba(13, 2, 33, 0.65);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 0.5px solid rgba(255, 42, 109, 0.08);
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.faqs-section .accordion:hover {
  border-color: rgba(255, 42, 109, 0.2) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}
.faqs-section .accordion.active {
  border-color: rgba(255, 42, 109, 0.25) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}
.faqs-section .accordion-title {
  padding: 18px 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  user-select: none;
}
.faqs-section .accordion-title h3 {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  flex: 1;
  line-height: 1.5;
}
.faqs-section .accordion-title::after {
  content: '+';
  font-size: 22px;
  font-weight: 300;
  color: #ff2a6d;
  transition: transform 0.35s ease;
  flex-shrink: 0;
  line-height: 1;
}
.faqs-section .accordion.active .accordion-title::after {
  content: '−';
  transform: rotate(180deg);
}
.faqs-section .accordion-body {
  padding: 0 20px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 1.7;
}
.faqs-section .accordion.active .accordion-body {
  padding: 0 20px 18px;
}
.faqs-section .accordion-body[style*="display: block"],
.faqs-section .accordion-body[style*="display:block"] {
  animation: accordionFadeIn 0.35s ease;
}
@keyframes accordionFadeIn {
  from { opacity: 0; max-height: 0; padding-top: 0; padding-bottom: 0; }
  to   { opacity: 1; max-height: 500px; padding-top: 0; padding-bottom: 18px; }
}
.faqs-section .accordion-body p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

/* =============================================
   12. RELATED PRODUCTS ARROWS
   ============================================= */
.slickParentNext,
.slickParentPrev {
  width: 44px !important;
  height: 44px !important;
  background: rgba(0, 0, 0, 0.7) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border: 0.5px solid rgba(255, 42, 109, 0.12) !important;
  color: #ffffff !important;
  border-radius: 4px !important;
  font-size: 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 10 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}
.slickParentNext:hover,
.slickParentPrev:hover {
  background: #ff2a6d !important;
  color: #000 !important;
  border-color: #ff2a6d !important;
  transform: translateY(-50%) scale(1.05) !important;
  box-shadow: 0 0 12px rgba(255, 42, 109, 0.2);
}
.slickParentNext {
  left: -12px !important;
}
.slickParentPrev {
  right: -12px !important;
}

/* =============================================
   13. BACK TO TOP
   ============================================= */
.back-to-top {
  background: rgba(0, 0, 0, 0.75) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 0.5px solid rgba(255, 42, 109, 0.12) !important;
  color: #ffffff !important;
  border-radius: 4px !important;
  width: 44px !important;
  height: 44px !important;
  line-height: 44px !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
}
.back-to-top:hover {
  background: #ff2a6d !important;
  color: #000 !important;
  border-color: #ff2a6d !important;
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(255, 42, 109, 0.25);
}
.back-top i.fa-angle-up {
  color: inherit !important;
  font-size: 22px !important;
}

/* =============================================
   14. TOAST & MISC
   ============================================= */
#toast-container > div {
  background-color: #120338 !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 42, 109, 0.12);
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
}
.card {
  background-color: rgba(13, 2, 33, 0.85);
  border: 1px solid rgba(255, 42, 109, 0.08);
  border-radius: 8px;
}
.card-body {
  background-color: transparent;
}
.card-title {
  color: #ffffff;
}
.card-text {
  color: rgba(255, 255, 255, 0.6);
}
.coupon-form input {
  background-color: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 42, 109, 0.15);
  color: #ffffff;
}
.coupon-form button {
  background: #ff2a6d !important;
  color: #000;
}
.table {
  color: #ffffff;
}
.table > :not(caption) > * > * {
  background: transparent;
  border-bottom-color: rgba(255, 42, 109, 0.08);
}
.progress-bar {
  background-color: #ff2a6d;
}
.gift-card button {
  background: #ff2a6d !important;
  color: #000 !important;
}
.gift-preview__body {
  color: #ffffff;
}
.account-content {
  color: #ffffff;
}
.rtl .pl-1,
.rtl .px-1 {
  color: #ff2a6d;
}
.btn-general {
  transition: all 0.3s ease-in-out;
  max-width: fit-content;
  background: rgb(250 55 104 / 40%);
}

/* =============================================
   15. LOGIN DIALOG — Cyberpunk
   ============================================= */

.MuiDialog-root .MuiBackdrop-root {
  background-color: rgba(0, 0, 0, 0.75) !important;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.MuiDialogContent-root,
.MuiDialogContent-root * {
  background: transparent !important;
}

.MuiDialog-paper {
  background: rgba(13, 2, 33, 0.85) !important;
  backdrop-filter: blur(36px) !important;
  -webkit-backdrop-filter: blur(36px) !important;
  border: 0.5px solid rgba(255, 42, 109, 0.12) !important;
  border-radius: 12px !important;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.6) !important;
  color: #ffffff !important;
  overflow: hidden !important;
}

.MuiDialog-paper::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -20%;
  width: 280px;
  height: 280px;
  background: radial-gradient(
    circle,
    rgba(255, 42, 109, 0.06) 0%,
    transparent 70%
  );
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
.MuiDialog-paper > * {
  position: relative;
  z-index: 1;
}

.MuiDialog-paper .MuiIconButton-root {
  background: rgba(255, 255, 255, 0.04) !important;
  border: 0.5px solid rgba(255, 42, 109, 0.12) !important;
  color: rgba(255, 255, 255, 0.5) !important;
  transition: all 0.3s ease !important;
  width: 36px !important;
  height: 36px !important;
  margin: 8px !important;
}
.MuiDialog-paper .MuiIconButton-root:hover {
  background: rgba(255, 42, 109, 0.12) !important;
  border-color: #ff2a6d !important;
  color: #ff2a6d !important;
  transform: scale(1.05);
}
.MuiDialog-paper .MuiSvgIcon-root {
  font-size: 20px !important;
}

.MuiDialogTitle-root {
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 22px !important;
  padding: 16px 24px 8px !important;
  text-align: center !important;
}
.MuiDialogTitle-root .MuiStack-root {
  justify-content: center;
}

.MuiDialogContent-root {
  padding: 8px 24px 24px !important;
  color: rgba(255, 255, 255, 0.85) !important;
}

.MuiDialog-paper .MuiButton-outlinedSecondary {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 42, 109, 0.15) !important;
  color: #ffffff !important;
  border-radius: 4px !important;
  padding: 12px 24px !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  text-transform: none !important;
  transition: all 0.3s ease !important;
  width: 100% !important;
}
.MuiDialog-paper .MuiButton-outlinedSecondary:hover {
  background: rgba(255, 42, 109, 0.1) !important;
  border-color: #ff2a6d !important;
  color: #ff2a6d !important;
  transform: translateY(-1px);
}
.MuiDialog-paper .MuiButton-outlinedSecondary .MuiBox-root {
  color: inherit !important;
}

.MuiDivider-root {
  color: rgba(255, 255, 255, 0.2) !important;
  margin: 16px 0 !important;
  background: transparent !important;
}
.MuiDivider-root::before,
.MuiDivider-root::after {
  border-top: 0.5px solid rgba(255, 42, 109, 0.1) !important;
}
.MuiDivider-wrapper .MuiTypography-root {
  color: rgba(255, 255, 255, 0.25) !important;
  font-size: 13px !important;
}

.MuiDialog-paper .MuiTypography-body2 {
  color: rgba(255, 255, 255, 0.45) !important;
  font-size: 14px !important;
  margin-bottom: 8px !important;
}

.MuiOutlinedInput-root {
  background: rgba(13, 2, 33, 0.9) !important;
  border-radius: 4px !important;
}
.MuiOutlinedInput-input {
  background: transparent !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-size: 16px !important;
  padding: 14px 14px 14px 0 !important;
}

.MuiOutlinedInput-input:-webkit-autofill,
.MuiOutlinedInput-input:-webkit-autofill:hover,
.MuiOutlinedInput-input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px rgba(13, 2, 33, 0.95) inset !important;
  -webkit-text-fill-color: #ffffff !important;
  caret-color: #ffffff !important;
  border-radius: 4px !important;
}

.MuiInputLabel-root,
.MuiFormLabel-root {
  color: rgba(255, 255, 255, 0.25) !important;
  background: transparent !important;
  font-size: 14px !important;
}
.MuiInputLabel-shrink {
  color: #ff2a6d !important;
}

.MuiInputAdornment-root {
  color: rgba(255, 255, 255, 0.4) !important;
  background: transparent !important;
}
.MuiInputAdornment-root p {
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 15px !important;
}
.MuiInputAdornment-root .MuiSvgIcon-root {
  color: rgba(255, 255, 255, 0.2) !important;
  font-size: 18px !important;
}

.MuiOutlinedInput-root.Mui-focused {
  background: rgba(255, 255, 255, 0.06) !important;
}
.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline {
  border-color: #ff2a6d !important;
  border-width: 1.5px !important;
}
.MuiOutlinedInput-notchedOutline {
  border-color: rgba(255, 42, 109, 0.15) !important;
  border-radius: 4px !important;
  transition: border-color 0.3s ease;
}
.MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline {
  border-color: rgba(255, 42, 109, 0.25) !important;
}
.MuiOutlinedInput-notchedOutline legend {
  color: transparent !important;
}
.MuiOutlinedInput-notchedOutline legend span {
  color: transparent !important;
}

.MuiButton-containedPrimary {
  background: #ff2a6d !important;
  color: #000 !important;
  border-radius: 4px !important;
  padding: 14px 24px !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  text-transform: none !important;
  box-shadow: 0 4px 16px rgba(255, 42, 109, 0.25) !important;
  transition: all 0.3s ease !important;
  width: 100% !important;
  margin-top: 12px !important;
}
.MuiButton-containedPrimary:hover {
  background: #e62060 !important;
  box-shadow: 0 8px 24px rgba(255, 42, 109, 0.35) !important;
  transform: translateY(-2px);
}
.MuiButton-containedPrimary:active {
  transform: translateY(0);
}
.MuiButton-containedPrimary .MuiBox-root {
  color: #000 !important;
  font-weight: 700 !important;
}
.MuiButton-containedPrimary.Mui-disabled {
  background: rgba(255, 42, 109, 0.3) !important;
  color: rgba(0, 0, 0, 0.4) !important;
}

.MuiButton-textSecondary {
  color: rgba(255, 255, 255, 0.4) !important;
  font-size: 14px !important;
  text-transform: none !important;
  font-weight: 500 !important;
  padding: 8px 4px !important;
  transition: all 0.3s ease !important;
  background: transparent !important;
}
.MuiButton-textSecondary:hover {
  color: #ff2a6d !important;
  background: transparent !important;
}
.MuiButton-textSecondary .MuiSvgIcon-root {
  color: rgba(255, 255, 255, 0.2) !important;
  transition: transform 0.3s ease;
}
.MuiButton-textSecondary:hover .MuiSvgIcon-root {
  color: #ff2a6d !important;
}

.MuiCollapse-wrapperInner {
  padding-top: 8px;
}
.MuiButton-outlinedSecondary.MuiButton-fullWidth {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 42, 109, 0.12) !important;
  color: #ffffff !important;
  border-radius: 4px !important;
  padding: 12px 16px !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  text-transform: none !important;
  justify-content: space-between !important;
  transition: all 0.3s ease !important;
  margin-bottom: 8px !important;
}
.MuiButton-outlinedSecondary.MuiButton-fullWidth:hover {
  background: rgba(255, 42, 109, 0.08) !important;
  border-color: #ff2a6d !important;
  color: #ff2a6d !important;
}
.MuiButton-outlinedSecondary.MuiButton-fullWidth .MuiButton-endIcon {
  margin-right: auto !important;
  margin-left: 0 !important;
}
.MuiButton-outlinedSecondary.MuiButton-fullWidth .MuiSvgIcon-root {
  color: #ff2a6d !important;
  font-size: 22px !important;
}

.MuiButton-outlinedSecondary.MuiButton-fullWidth:last-child {
  margin-bottom: 0 !important;
}
.MuiButton-outlinedSecondary.MuiButton-fullWidth:last-child .MuiSvgIcon-root {
  color: rgba(255, 255, 255, 0.4) !important;
}

.MuiButton-fullWidth .MuiSvgIcon-root[viewBox*="24"] {
  color: #25D366 !important;
}

.MuiDialog-paper::-webkit-scrollbar {
  width: 4px !important;
}
.MuiDialog-paper::-webkit-scrollbar-track {
  background: transparent !important;
}
.MuiDialog-paper::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.08) !important;
  border-radius: 0 !important;
}

/* =============================================
   16. RESPONSIVE
   ============================================= */

@media (max-width: 991px) {
  .xc-header-two {
    padding: 10px 0 !important;
  }
  .xc-header-two__right {
    gap: 10px !important;
  }
  .xc-header-two__btns {
    gap: 14px !important;
    margin-right: 8px !important;
  }

  .xc-main-slider__item {
    min-height: 380px !important;
    padding: 30px !important;
  }
  .xc-main-slider__title {
    font-size: 28px !important;
  }
  .xc-main-slider__info {
    max-width: 100% !important;
  }
  .xc-main-slider__img img {
    max-height: 220px;
  }
  .xc-header-two-banner-two__item,
  .xc-header-two-banner-one__item {
    padding: 20px !important;
    align-items: center !important;
    text-align: center !important;
  }
  .xc-header-two-banner-two__item span,
  .xc-header-two-banner-one__item span,
  .xc-header-two-banner-two__title,
  .xc-header-two-banner-one__title {
    text-align: center !important;
  }

  .xc-feature-one__item {
    padding: 18px 16px !important;
  }
}

@media (max-width: 767px) {
  .xc-header-two__search {
    background-color: rgba(8, 0, 18, 0.95);
  }
  .xc-header-two__wrapper {
    padding: 0 10px;
  }
  .xc-header-two__btn i {
    font-size: 22px !important;
  }
  .langCurrecyModal {
    font-size: 12px !important;
    padding: 4px 10px !important;
  }

  .autocomplete-items {
    max-height: 260px !important;
  }

  .xc-main-slider__item {
    min-height: 320px !important;
    padding: 24px !important;
  }
  .xc-main-slider__title {
    font-size: 24px !important;
  }
  .xc-main-slider__img img {
    max-height: 160px;
  }
  .xc-main-slider-two .owl-dots {
    bottom: 16px !important;
    right: 50% !important;
    transform: translateX(50%);
  }
  .xc-main-slider__price {
    width: 60px !important;
    height: 60px !important;
    font-size: 13px !important;
  }

  .xc-feature-one__item {
    padding: 16px 14px !important;
  }
  .xc-feature-one__icon {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
  }
  .xc-feature-one__icon img {
    width: 22px !important;
  }
  .xc-feature-one__title {
    font-size: 14px !important;
  }
  .xc-features-one .col-md-6 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .product-item .content .addCart .btn-product-card {
    font-size: 13px !important;
    padding: 9px 14px !important;
  }

  .slickParentNext,
  .slickParentPrev {
    width: 36px !important;
    height: 36px !important;
    font-size: 16px !important;
  }
  .slickParentNext {
    left: -6px !important;
  }
  .slickParentPrev {
    right: -6px !important;
  }
  .back-to-top {
    width: 38px !important;
    height: 38px !important;
    line-height: 38px !important;
  }
  #tableTabs {
    overflow-x: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
  #tableTabs li {
    padding: 8px 14px !important;
    font-size: 13px !important;
  }
  .tableDetails#product-description .tab.details,
  .tableDetails#product-description .tab.variants {
    padding: 16px !important;
  }
}

@media (max-width: 480px) {
  .xc-header-two__logo .logo img {
    width: 120px !important;
  }
  .xc-header-two__btn .xc-cart-count {
    width: 15px !important;
    height: 15px !important;
    font-size: 9px !important;
  }

  .xc-main-slider__item {
    padding: 16px !important;
    min-height: 280px !important;
    border-radius: 8px !important;
  }
  .xc-main-slider__subtitle {
    font-size: 10px !important;
    padding: 3px 10px !important;
  }
  .xc-main-slider__title {
    font-size: 20px !important;
  }
  .xc-main-slider__info {
    font-size: 13px !important;
  }
  .xc-main-slider__btn .swiftcart-btn {
    padding: 8px 20px !important;
    font-size: 13px !important;
  }
  .xc-header-two-banner-two__title,
  .xc-header-two-banner-one__title {
    font-size: 17px !important;
  }

  .xc-feature-one__item {
    padding: 12px 10px !important;
    gap: 10px;
  }
  .xc-feature-one__icon {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    border-radius: 6px;
  }
  .xc-feature-one__icon img {
    width: 18px !important;
  }
  .xc-feature-one__title {
    font-size: 13px !important;
  }
  .xc-feature-one__content p {
    font-size: 12px !important;
  }

  .col-product-info .prodDetails .add-to-wishlist button {
    width: 42px !important;
    height: 42px !important;
    line-height: 38px !important;
    font-size: 18px !important;
  }

  body::before {
    background-attachment: scroll;
  }
}

@media (max-width: 600px) {
  .MuiDialog-paper {
    margin: 16px !important;
    border-radius: 12px !important;
  }
  .MuiDialogTitle-root {
    font-size: 20px !important;
    padding: 16px 20px 4px !important;
  }
  .MuiDialogContent-root {
    padding: 8px 20px 20px !important;
  }
  .MuiButton-containedPrimary {
    font-size: 14px !important;
    padding: 12px 20px !important;
  }
  .MuiOutlinedInput-input {
    font-size: 15px !important;
  }
}
@media (max-width: 400px) {
  .MuiDialog-paper {
    margin: 8px !important;
    border-radius: 8px !important;
  }
  .MuiDialogTitle-root {
    font-size: 18px !important;
  }
}

/* =============================================
   GC — Interactive Animations (Scroll + Hover)
   Powered by theme-v1.js
   ============================================= */

.gc-hidden {
  opacity: 0 !important;
  transform: translateY(40px) !important;
  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) !important;
  will-change: opacity, transform;
}
.gc-visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.gc-card-hover {
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              box-shadow 0.6s ease-out !important;
  will-change: transform;
}
.gc-card-hover:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5),
              0 0 30px rgba(255, 42, 109, 0.08) !important;
}

.gc-img-zoom {
  overflow: hidden !important;
}
.gc-img-zoom img {
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}
.gc-img-zoom:hover img {
  transform: scale(1.08) !important;
}

.gc-glow-border {
  transition: box-shadow 0.6s ease-out !important;
}
.gc-glow-border:hover {
  box-shadow: 0 0 30px rgba(255, 42, 109, 0.12),
              inset 0 0 30px rgba(255, 42, 109, 0.02) !important;
}

.products-details-page .btn-add-to-cart ~ .btn-add-to-cart {
  display: none !important;
}

/* =============================================
   15. FOOTER — Cyberpunk
   ============================================= */

footer {
  --footer-primary-color: #04000a !important;
  --footer-text-color-primary-bg: #ffffff !important;
  --footer-links-color: rgba(255, 255, 255, 0.45) !important;
  --footer-text-color: rgba(255, 255, 255, 0.55) !important;
  --footer-links-hover-color: #ff2a6d !important;
  --footer-bg-copyrights: #020005 !important;
  --footer-color-copyrights: rgba(255, 255, 255, 0.3) !important;
}

.footer-store-section {
  background: rgba(4, 0, 10, 0.55);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-top: 1px solid rgba(255, 42, 109, 0.12);
  padding-top: 50px;
  padding-bottom: 40px;
}
.footer-companies {
  background: rgba(255, 42, 109, 0.15);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-top: 1px solid rgba(255, 42, 109, 0.08);
  padding: 16px 0;
  text-align: center;
}

.footer-about-us-links-div h1 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 12px;
  position: relative;
  font-family: 'Orbitron', sans-serif;
  letter-spacing: 1px;
}
.footer-about-us-links-div h1::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, #ff2a6d, transparent);
  border-radius: 0;
  box-shadow: 0 0 8px rgba(255, 42, 109, 0.3);
}

.footer-about-us-links-div p a {
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
  padding-right: 14px;
}
.footer-about-us-links-div p a::before {
  content: '›';
  position: absolute;
  right: 0;
  color: #ff2a6d;
  opacity: 0.4;
  transition: all 0.3s ease;
}
.footer-about-us-links-div p a:hover {
  color: #ff2a6d;
  padding-right: 18px;
}
.footer-about-us-links-div p a:hover::before {
  opacity: 1;
}

.contactFooter {
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 8px;
  font-size: 14px;
}
.contactFooter i {
  color: #ff2a6d;
  margin-left: 8px;
  width: 18px;
  text-align: center;
}
.contactFooter a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: color 0.3s ease;
  padding-right: 0 !important;
}
.contactFooter a::before {
  display: none !important;
}
.contactFooter a:hover {
  color: #ff2a6d;
}

.footer-about-us-links-div p {
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.8;
  font-size: 14px;
}

footer .image-logo {
  max-width: 140px;
  margin-bottom: 16px;
}

footer .social-icons {
  gap: 10px;
  margin-top: 20px;
}
footer .social-icons a span,
footer .social-icons a svg {
  width: 40px !important;
  height: 40px !important;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 0.5px solid rgba(255, 42, 109, 0.12);
  border-radius: 4px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-size: 16px !important;
  color: rgba(255, 255, 255, 0.6);
}
footer .social-icons a:hover span,
footer .social-icons a:hover svg {
  background: #ff2a6d;
  color: #000;
  border-color: #ff2a6d;
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(255, 42, 109, 0.25);
}

.vat-crn-sections {
  margin-top: 20px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 0.5px solid rgba(255, 42, 109, 0.08);
  border-radius: 8px;
}
.vat-crn-sections > .d-flex {
  gap: 8px;
}
.vat-crn-sections svg {
  width: 32px;
  height: 32px;
}
.footervattext {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  line-height: 1.5;
}
.fw-bold.footervattext {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}

.footer-copyrights-vat-certificate {
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-top: 0.5px solid rgba(255, 42, 109, 0.06);
  padding: 20px 0;
}
.footer-copyrights-vat-certificate .footer-copyrights {
  color: #ffffff;
  font-size: 13px;
  text-decoration: none;
  transition: color 0.3s ease;
  animation: rgbText 4s ease-in-out infinite alternate;
}
@keyframes rgbText {
  0%   { color: #ff2a6d; text-shadow: 0 0 6px rgba(255, 42, 109, 0.3); }
  33%  { color: #00fff9; text-shadow: 0 0 6px rgba(0, 255, 249, 0.3); }
  66%  { color: #b300ff; text-shadow: 0 0 6px rgba(179, 0, 255, 0.3); }
  100% { color: #ff2a6d; text-shadow: 0 0 6px rgba(255, 42, 109, 0.3); }
}
.footer-copyrights-vat-certificate .footer-copyrights:hover {
  color: #ff2a6d;
}

.whatsChat .whatsTitle {
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 0.5px solid rgba(255, 42, 109, 0.1);
  border-radius: 4px;
  width: 52px;
  height: 52px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
}
.whatsChat .whatsTitle:hover {
  background: #25D366;
  border-color: #25D366;
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(37, 211, 102, 0.3);
}
.whatsChat .whatsTitle i.fa-whatsapp {
  font-size: 26px;
  color: #25D366;
  transition: color 0.3s ease;
}
.whatsChat .whatsTitle:hover i.fa-whatsapp {
  color: #000;
}
.whatsChat .circle-svg__spin circle {
  stroke: rgba(37, 211, 102, 0.25) !important;
}

/* =============================================
   CYBER CITY BACKGROUND GIF
   ============================================= */
.cyber-bg {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  background: #000;
  z-index: 1;
}
.cyber-bg .cyber-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cyber-bg::before {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 100%; height: 60%;
  background: linear-gradient(0deg, rgba(0,0,0,0.85) 0%, transparent 100%);
  pointer-events: none;
  z-index: 2;
}
.cyber-bg::after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  box-shadow: inset 0 0 100px rgba(0,0,0,0.6);
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 767px) {
  .cyber-bg { height: 260px; }
}
@media (max-width: 767px) {
  .footer-store-section {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .footer-about-us-links-div {
    margin-bottom: 24px;
    text-align: center;
  }
  .footer-about-us-links-div h1::after {
    right: 50%;
    transform: translateX(50%);
  }
  footer .social-icons {
    justify-content: center;
  }
  .vat-crn-sections .business-center {
    flex-direction: column;
    text-align: center;
  }
}