/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
/* Latest products section - Shams identity */
section[data-testid="store-home-fixed-products"] {
  position: relative;
  width: min(100% - 32px, 1200px) !important;
  margin: 42px auto !important;
  padding: 28px !important;
  border-radius: 30px;
  background:
    radial-gradient(circle at 12% 18%, rgba(0, 131, 81, 0.10), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
  border: 1px solid rgba(4, 35, 81, 0.08);
  box-shadow: 0 22px 55px rgba(4, 35, 81, 0.08);
  direction: rtl;
  overflow: hidden;
}

section[data-testid="store-home-fixed-products"]::before {
  content: "";
  position: absolute;
  inset-inline: 28px;
  top: 0;
  height: 5px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, #008351, #042351);
}

section[data-testid="store-home-fixed-products"] .s-block__title {
  position: relative;
  z-index: 1;
  padding: 0 !important;
  margin: 0 0 24px !important;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  background: transparent !important;
}

section[data-testid="store-home-fixed-products"] .s-block__title h2 {
  color: #042351 !important;
  font-size: 28px !important;
  font-weight: 900 !important;
  line-height: 1.4;
  margin: 0 !important;
  display: flex;
  align-items: center;
  gap: 12px;
}

section[data-testid="store-home-fixed-products"] .s-block__title h2::before {
  content: "";
  width: 10px;
  height: 34px;
  border-radius: 999px;
  background: #008351;
  box-shadow: 0 0 0 7px rgba(0, 131, 81, 0.14);
}

section[data-testid="store-home-fixed-products"] .s-block__display-all {
  min-height: 42px;
  padding: 0 17px !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #042351 !important;
  border: 1px solid rgba(4, 35, 81, 0.08);
  box-shadow: 0 10px 24px rgba(4, 35, 81, 0.08);
  font-size: 14px !important;
  font-weight: 900 !important;
}

section[data-testid="store-home-fixed-products"] .s-block__display-all:hover {
  background: #008351 !important;
  color: #ffffff !important;
  transform: translateY(-2px);
}

section[data-testid="store-home-fixed-products"] .s-products-list-wrapper {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 22px !important;
}

section[data-testid="store-home-fixed-products"] custom-salla-product-card {
  position: relative;
  overflow: hidden;
  border-radius: 26px !important;
  background: #ffffff !important;
  border: 1px solid rgba(4, 35, 81, 0.08) !important;
  box-shadow: 0 18px 38px rgba(4, 35, 81, 0.09);
  transition: 0.28s ease;
}

section[data-testid="store-home-fixed-products"] custom-salla-product-card:hover {
  transform: translateY(-7px);
  border-color: rgba(0, 131, 81, 0.28) !important;
  box-shadow: 0 28px 58px rgba(4, 35, 81, 0.15);
}

section[data-testid="store-home-fixed-products"] .s-product-card-image {
  position: relative;
  background:
    radial-gradient(circle at 50% 45%, rgba(0, 131, 81, 0.12), transparent 42%),
    linear-gradient(180deg, #f4f8fb 0%, #eef4f7 100%) !important;
  border-radius: 24px 24px 0 0 !important;
  overflow: hidden;
}

section[data-testid="store-home-fixed-products"] .s-product-card-image a {
  display: block;
  aspect-ratio: 1 / 1;
}

section[data-testid="store-home-fixed-products"] .s-product-card-image img {
  width: 100%;
  height: 100%;
  padding: 18px;
  object-fit: contain !important;
  transition: 0.35s ease;
}

section[data-testid="store-home-fixed-products"] custom-salla-product-card:hover .s-product-card-image img {
  transform: scale(1.045);
}



section[data-testid="store-home-fixed-products"] .s-product-card-wishlist-btn {
  top: 14px !important;
  inset-inline-start: 14px !important;
}

section[data-testid="store-home-fixed-products"] .s-product-card-wishlist-btn .s-button-element {
  width: 42px !important;
  height: 42px !important;
  border-radius: 15px !important;
  background: rgba(255, 255, 255, 0.94) !important;
  color: #042351 !important;
  border: 1px solid rgba(4, 35, 81, 0.08) !important;
  box-shadow: 0 12px 26px rgba(4, 35, 81, 0.12);
}

section[data-testid="store-home-fixed-products"] .s-product-card-content {
  padding: 18px !important;
}

section[data-testid="store-home-fixed-products"] .s-product-card-content-title {
  min-height: auto !important;
  margin: 0 0 6px !important;
}

section[data-testid="store-home-fixed-products"] .s-product-card-content-title a {
  color: #042351 !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 1.6;
}

section[data-testid="store-home-fixed-products"] .s-product-card-content-title a:hover {
  color: #008351 !important;
}

section[data-testid="store-home-fixed-products"] .s-product-card-content-subtitle {
  color: #647082 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.7;
  margin-bottom: 12px !important;
}

section[data-testid="store-home-fixed-products"] .s-product-card-sale-price {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 8px 0 16px;
}

section[data-testid="store-home-fixed-products"] .s-product-card-sale-price h4 {
  color: #008351 !important;
  font-size: 22px !important;
  font-weight: 950 !important;
  margin: 0 !important;
}

section[data-testid="store-home-fixed-products"] .s-product-card-sale-price span {
  color: #94a3b8 !important;
  font-size: 14px !important;
  font-weight: 700;
  text-decoration: line-through;
}

section[data-testid="store-home-fixed-products"] .s-product-card-content-footer {
  margin-top: 12px !important;
}

section[data-testid="store-home-fixed-products"] .s-product-card-content-footer .s-button-element {
  height: 48px !important;
  border-radius: 17px !important;
  background: #042351 !important;
  color: #ffffff !important;
  border: 1px solid #042351 !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  transition: 0.25s ease;
}

section[data-testid="store-home-fixed-products"] .s-product-card-content-footer .s-button-element:hover {
  background: #008351 !important;
  border-color: #008351 !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(0, 131, 81, 0.24);
}

section[data-testid="store-home-fixed-products"] .s-product-card-content-footer .s-button-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

/* Responsive */
@media (max-width: 1023px) {
  section[data-testid="store-home-fixed-products"] {
    width: min(100% - 24px, 1200px) !important;
    margin: 32px auto !important;
    padding: 18px !important;
    border-radius: 24px;
  }

  section[data-testid="store-home-fixed-products"] .s-products-list-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  section[data-testid="store-home-fixed-products"] .s-block__title h2 {
    font-size: 22px !important;
  }
}

@media (max-width: 520px) {
  section[data-testid="store-home-fixed-products"] {
    padding: 14px !important;
  }

  section[data-testid="store-home-fixed-products"] .s-block__title {
    margin-bottom: 16px !important;
  }

  section[data-testid="store-home-fixed-products"] .s-products-list-wrapper {
    grid-template-columns: 1fr !important;
  }

  section[data-testid="store-home-fixed-products"] .s-block__display-all {
    min-height: 36px;
    padding: 0 12px !important;
    font-size: 12px !important;
  }
}
html,
body,
.store-home,
.app,
.main-content,
section,
.s-block,
.container,
main {
  background: #ffffff !important;
  background-color: #ffffff !important;
}
.car-finder-section{
  display: none;
}
.shams-compare-section {
  direction: rtl;
  padding: 50px 16px;
  background: #fff;
  position: relative;
  overflow: hidden;
  font-family: inherit;
}

.shams-compare-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 95px;
  height: 95px;
  background: #fffcc8;
  z-index: 0;
}

.shams-compare-section::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 47%;
  width: 80px;
  height: 80px;
  background: repeating-conic-gradient(
    from 0deg,
    rgba(93, 216, 242, 0.45) 0deg 6deg,
    transparent 6deg 12deg
  );
  border-radius: 50%;
  opacity: 0.8;
  z-index: 0;
}

.shams-compare-container {
  max-width: 1050px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 42px;
  align-items: center;
}

.shams-video-box {
  height: 300px;
  border-radius: 34px;
  background: #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 34px;
  font-weight: 500;
}

.shams-compare-table {
  direction: ltr;
  display: grid;
  grid-template-columns: 54px 80px 1fr 80px;
  align-items: stretch;
  max-width: 520px;
  margin-inline: auto;
}

.shams-other-title {
  direction: rtl;
  font-size: 14px;
  font-weight: 800;
  color: #000;
  text-align: center;
  line-height: 1.4;
  padding-top: 28px;
}

.shams-brand-col {
  background: #050505;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.shams-brand-logo {
  width: 100%;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #dff9ff;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -1px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.shams-brand-checks,
.shams-other-checks,
.shams-features {
  display: flex;
  flex-direction: column;
}

.shams-check-row,
.shams-feature-row {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shams-feature-row {
  direction: rtl;
  justify-content: flex-start;
  text-align: right;
  font-size: 13px;
  font-weight: 800;
  color: #000;
  padding-inline: 14px;
  border-bottom: 1px solid #cfeef3;
  line-height: 1.45;
}

.shams-check-icon,
.shams-x-icon {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 900;
}

.shams-check-icon {
  background: #dff8ff;
  color: #092b34;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.08);
}

.shams-x-icon {
  background: #ff2028;
  color: #fff;
  font-size: 15px;
  line-height: 1;
}

@media (max-width: 768px) {
  .shams-compare-container {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .shams-video-box {
    order: -1;
    height: 220px;
    border-radius: 28px;
    font-size: 26px;
  }

  .shams-compare-table {
    grid-template-columns: 42px 62px 1fr 58px;
    width: 100%;
  }

  .shams-brand-logo {
    height: 62px;
    font-size: 24px;
  }

  .shams-other-title {
    font-size: 11px;
  }

  .shams-feature-row {
    height: 46px;
    font-size: 11px;
    padding-inline: 8px;
  }

  .shams-check-row {
    height: 46px;
  }
}
.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  opacity: 1;
  border: 2px solid #000;
}

.swiper-pagination-bullet-active {
  background-color: #ff6600;
  border-color: #ff6600;
  transform: scale(1.25);
}
.custom-whatsapp-fixed {
  position: fixed;
  right: 22px;
  bottom: 24px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  z-index: 9997;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.35);
  transition: 0.25s ease;
}

.custom-whatsapp-fixed:hover {
  transform: translateY(-4px) scale(1.04);
  background: #1ebe5d;
}

.custom-whatsapp-fixed svg {
  width: 34px;
  height: 34px;
  fill: currentColor;
}

@media (max-width: 768px) {
  .custom-whatsapp-fixed {
    right: 16px;
    bottom: 18px;
    width: 54px;
    height: 54px;
  }

  .custom-whatsapp-fixed svg {
    width: 32px;
    height: 32px;
  }
}
.custom-header-layout {
  width: 100%;
  min-height: 78px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
}

.custom-header-right,
.custom-header-center,
.custom-header-left {
  display: flex;
  align-items: center;
}

.custom-header-right {
  justify-content: flex-start;
  gap: 16px;
}

.custom-header-center {
  justify-content: center;
}

.custom-header-left {
  justify-content: flex-end;
}

.custom-header-center .navbar-brand {
  margin: 0;
}

.custom-header-center .navbar-brand img {
  width: auto;
  max-height: 64px;
}

.custom-header-right .header-search {
  width: 290px;
  max-width: 290px;
}

.custom-side-menu-btn {
  height: 42px;
  padding: 0 18px;
  border: 1px solid #f1d7c3;
  border-radius: 999px;
  background: #fff4ea;
  color: #f58220;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  white-space: nowrap;
}

.custom-side-menu-btn i {
  font-size: 20px;
}

.custom-side-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  visibility: hidden;
  z-index: 9998;
  transition: 0.25s ease;
}

.custom-side-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 340px;
  max-width: 86vw;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  transform: translateX(100%);
  transition: 0.3s ease;
  box-shadow: -12px 0 35px rgba(0, 0, 0, 0.12);
  overflow-y: auto;
}

.custom-side-menu-opened .custom-side-menu-overlay {
  opacity: 1;
  visibility: visible;
}

.custom-side-menu-opened .custom-side-menu {
  transform: translateX(0);
}

.custom-side-menu-head {
  height: 72px;
  padding: 0 22px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom-side-menu-head strong {
  font-size: 18px;
  color: #111;
}

.custom-side-menu-close {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #f5f5f5;
  color: #111;
  cursor: pointer;
}

.custom-side-menu-body {
  padding: 18px 22px;
}

.custom-category-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.custom-category-list li {
  margin: 0;
  padding: 0;
}

.custom-category-list a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 14px 12px;
  border-radius: 12px;
  color: #b01818;
  font-size: 15px;
  font-weight: 700;
  background: #fafafa;
}

.custom-category-list a:hover {
  background: #fff4ea;
  color: #f58220;
}

.custom-cart-icon {
  font-size: 26px;
  color: #111;
}

@media (max-width: 1023px) {
  .custom-header-layout {
    min-height: 64px;
    grid-template-columns: auto 1fr auto;
    gap: 10px;
  }

  .custom-header-right {
    gap: 8px;
  }

  .custom-header-right .header-search {
    display: none;
  }

  .custom-side-menu-btn {
    height: 40px;
    padding: 0 12px;
    font-size: 13px;
  }

  .custom-header-center .navbar-brand img {
    max-height: 52px;
  }
}
/* Premium Trust Shams Header */
.store-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 10px 35px rgba(15, 23, 42, 0.08);
}

.store-header .top-navbar {
  background: #043d38;
  color: #fff;
  min-height: 38px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.store-header .top-navbar .container {
  min-height: 38px;
  align-items: center;
}

.store-header .top-navbar::before {
  content: "شمس - حماية حقيقية لسيارتك | اختيار المنتج حسب موديل سيارتك";
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 800;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  line-height: 38px;
  pointer-events: none;
}

.store-header .top-navbar .header-search {
  max-width: 420px;
}

.store-header .top-navbar .s-search-input {
  height: 34px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  color: #fff !important;
}

.store-header .top-navbar .s-search-input::placeholder {
  color: rgba(255, 255, 255, 0.66);
}

.store-header .top-navbar .s-search-icon svg path {
  fill: rgba(255, 255, 255, 0.78);
}

.store-header .s-contacts-topnav-link {
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: 12px;
  font-weight: 800;
}

.store-header #mainnav {
  height: auto !important;
  min-height: 82px;
  background: rgba(255, 255, 255, 0.92) !important;
  box-shadow: none !important;
}

.store-header #mainnav .inner {
  padding: 10px 0;
}

.store-header #mainnav .container > .flex {
  align-items: center;
  gap: 18px;
}

.store-header .navbar-brand {
  position: relative;
  min-width: 118px;
  margin-inline: 12px 24px;
}

.store-header .navbar-brand img {
  width: auto !important;
  max-height: 62px;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(15, 23, 42, 0.08));
}

.store-header custom-main-menu {
  display: flex;
  align-items: center;
}

.store-header .main-menu {
  display: flex;
  align-items: center;
  gap: 8px;
}

.store-header .main-menu > li.root-level > a,
.store-header .offers-link {
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 183, 77, 0.14), rgba(255, 122, 0, 0.1));
  color: #d97706 !important;
  border: 1px solid rgba(217, 119, 6, 0.16);
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 950;
  transition: 0.22s ease;
}

.store-header .main-menu > li.root-level > a:hover,
.store-header .offers-link:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #f59e0b, #f97316);
  color: #fff !important;
  box-shadow: 0 12px 26px rgba(249, 115, 22, 0.24);
}

.store-header .mburger {
  width: 44px;
  height: 44px;
  border-radius: 15px;
  background: #f4f8fb;
  color: #0b3554 !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  transition: 0.22s ease;
}

.store-header .mburger i {
  color: #0b3554 !important;
}

.store-header .mburger:hover {
  background: #0b3554;
}

.store-header .mburger:hover i {
  color: #fff !important;
}

.store-header .flex.items-center.justify-end.my-2\.5 {
  gap: 10px;
}


.store-header salla-user-menu button:hover,
.store-header .s-cart-summary-wrapper:hover {
  transform: translateY(-2px);
  background: #0b3554;
  color: #fff !important;
  box-shadow: 0 12px 26px rgba(11, 53, 84, 0.2);
}

.store-header salla-user-menu svg,
.store-header .s-cart-summary-wrapper svg {
  width: 24px;
  height: 24px;
}

.store-header salla-user-menu svg path,
.store-header .s-cart-summary-wrapper svg path {
  fill: currentColor;
}

.store-header .s-cart-summary-content {
  display: none !important;
}

.store-header .s-cart-summary-count {
  position: absolute;
  top: -7px;
  inset-inline-start: -7px;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f59e0b, #f97316);
  color: #fff;
  border: 2px solid #fff;
  font-size: 11px;
  font-weight: 950;
  display: flex;
  align-items: center;
  justify-content: center;
}

.store-header::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -1px;
  height: 3px;
  background: linear-gradient(90deg, #0b3554, #00a3d7, #f59e0b);
  opacity: 0.85;
}

@media (min-width: 1024px) {
  .store-header .lg\:hidden.mburger {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .store-header .top-navbar {
    display: none !important;
  }

  .store-header #mainnav .container > .flex {
    gap: 10px;
  }

  .store-header .navbar-brand {
    margin-inline: 8px;
    min-width: auto;
  }

  .store-header .navbar-brand img {
    max-height: 50px;
  }

  .store-header custom-main-menu {
    display: none;
  }

  .store-header .lg\:hidden.mburger {
    display: inline-flex !important;
  }

  .store-header salla-user-menu button,
  .store-header .s-cart-summary-wrapper,
  .store-header .mburger {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }
}

@media (max-width: 420px) {
  .store-header #mainnav .inner {
    padding: 8px 0;
  }

  .store-header .navbar-brand img {
    max-height: 44px;
  }

  .store-header salla-user-menu button,
  .store-header .s-cart-summary-wrapper,
  .store-header .mburger {
    width: 39px;
    height: 39px;
  }
}
/* Car Finder Section */
.car-finder-section {
  direction: rtl;
  margin: 60px auto;
  padding: 0 16px;
  font-family: inherit;
}

.car-finder-shell {
  max-width: 1120px;
  margin: 0 auto;
  padding: 34px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 15% 10%, rgba(19, 111, 184, 0.16), transparent 32%),
    linear-gradient(180deg, #ffffff, #f5fbff);
  border: 1px solid rgba(19, 111, 184, 0.12);
  box-shadow: 0 24px 70px rgba(18, 63, 105, 0.12);
}

.car-finder-head {
  margin-bottom: 26px;
  text-align: center;
}

.car-finder-badge {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 8px 15px;
  border-radius: 999px;
  background: rgba(19, 111, 184, 0.1);
  color: #136fb8;
  font-size: 13px;
  font-weight: 900;
}

.car-finder-title {
  margin: 0;
  color: #102f50;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 950;
  line-height: 1.25;
}

.car-finder-title span {
  color: #136fb8;
}

.car-finder-desc {
  max-width: 680px;
  margin: 14px auto 0;
  color: #64748b;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
}

.car-finder-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 22px;
}

.car-finder-field {
  position: relative;
}

.car-finder-label {
  display: block;
  margin-bottom: 8px;
  color: #12395f;
  font-size: 14px;
  font-weight: 900;
}

.car-finder-select {
  width: 100%;
  height: 54px;
  padding: 0 16px;
  border-radius: 18px;
  border: 1px solid rgba(19, 111, 184, 0.16);
  background: #fff;
  color: #12395f;
  font-size: 14px;
  font-weight: 800;
  outline: none;
  box-shadow: 0 12px 26px rgba(17, 58, 96, 0.06);
}

.car-finder-select:focus {
  border-color: #136fb8;
  box-shadow: 0 0 0 4px rgba(19, 111, 184, 0.1);
}

.car-finder-select:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.car-finder-result {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px;
  border-radius: 24px;
  background: linear-gradient(135deg, #136fb8, #00a3d7);
  color: #fff;
  box-shadow: 0 18px 40px rgba(19, 111, 184, 0.22);
}

.car-finder-result.is-visible {
  display: flex;
  animation: carFinderFade 0.35s ease both;
}

.car-finder-result h3 {
  margin: 0 0 5px;
  font-size: 22px;
  font-weight: 950;
}

.car-finder-result p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 700;
}

.car-finder-rank {
  min-width: 86px;
  height: 86px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  font-weight: 950;
}

@keyframes carFinderFade {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 760px) {
  .car-finder-shell {
    padding: 22px 14px;
    border-radius: 24px;
  }

  .car-finder-grid {
    grid-template-columns: 1fr;
  }

  .car-finder-result {
    align-items: flex-start;
    flex-direction: column;
  }
}

.car-finder-order-btn {
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  background: #fff;
  color: #136fb8 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 950;
  white-space: nowrap;
  transition: 0.22s ease;
}

.car-finder-order-btn:hover {
  transform: translateY(-2px);
  background: #f4f9fd;
}
/* Premium Car Fitment Section */
.car-fitment-section {
  position: relative;
  margin: 64px auto;
  direction: rtl;
  overflow: hidden;
}

.car-fitment-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 18px;
}

.car-fitment-shell {
  position: relative;
  padding: 42px;
  border-radius: 42px;
  background:
    linear-gradient(135deg, rgba(5, 18, 32, 0.96), rgba(9, 45, 74, 0.9)),
    url("https://images.unsplash.com/photo-1503376780353-7e6692767b70?q=80&w=2000&auto=format&fit=crop");
  background-size: cover;
  background-position: center;
  color: #fff;
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(5, 18, 32, 0.28);
}

.car-fitment-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(0, 163, 215, 0.32), transparent 34%),
    radial-gradient(circle at 88% 82%, rgba(19, 111, 184, 0.26), transparent 36%);
  pointer-events: none;
}

.car-fitment-shell::after {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  pointer-events: none;
}

.car-fitment-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 26px;
  align-items: center;
}

.car-fitment-badge {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 15px;
  border-radius: 999px;
  background: rgba(0, 163, 215, 0.15);
  color: #7ee2ff;
  border: 1px solid rgba(126, 226, 255, 0.25);
  font-size: 13px;
  font-weight: 900;
}

.car-fitment-title {
  margin: 0;
  font-size: clamp(30px, 4vw, 50px);
  font-weight: 950;
  line-height: 1.25;
}

.car-fitment-title span {
  color: #7ee2ff;
}

.car-fitment-desc {
  max-width: 620px;
  margin: 16px 0 26px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.9;
}

.car-fitment-points {
  display: grid;
  gap: 12px;
  margin-bottom: 28px;
}

.car-fitment-point {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #fff;
  font-size: 14px;
  font-weight: 850;
}

.car-fitment-point i {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: rgba(126, 226, 255, 0.14);
  color: #7ee2ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.car-fitment-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.car-fitment-actions a {
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  font-weight: 950;
  transition: 0.22s ease;
}

.car-fitment-actions a:first-child {
  background: #fff;
  color: #136fb8 !important;
}

.car-fitment-actions a:last-child {
  background: rgba(255, 255, 255, 0.12);
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.car-fitment-actions a:hover {
  transform: translateY(-2px);
}

.car-fitment-visual {
  position: relative;
  min-height: 480px;
}

.car-fitment-card {
  position: absolute;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.94);
  color: #12395f;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
  overflow: hidden;
}

.car-fitment-main-card {
  inset: 20px 20px 70px 70px;
  padding: 26px;
}

.car-fitment-mini-card {
  right: 0;
  bottom: 24px;
  width: 245px;
  padding: 22px;
  animation: carFitmentFloat 3.4s ease-in-out infinite;
}

.car-fitment-status-card {
  left: 0;
  top: 62px;
  width: 220px;
  padding: 18px;
  animation: carFitmentFloat 3.4s ease-in-out infinite;
  animation-delay: 0.7s;
}

@keyframes carFitmentFloat {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.car-fitment-car-icon {
  height: 160px;
  border-radius: 24px;
  background:
    radial-gradient(circle at center, rgba(19, 111, 184, 0.13), transparent 58%),
    linear-gradient(180deg, #f5fbff, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}

.car-fitment-car-icon i {
  color: #136fb8;
  font-size: 92px;
}

.car-fitment-main-card h3 {
  margin: 0 0 10px;
  color: #102f50;
  font-size: 24px;
  font-weight: 950;
}

.car-fitment-main-card p {
  margin: 0 0 18px;
  color: #64748b;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}

.car-fitment-progress {
  display: grid;
  gap: 10px;
}

.car-fitment-progress-row {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 10px;
  align-items: center;
  color: #12395f;
  font-size: 12px;
  font-weight: 900;
}

.car-fitment-bar {
  height: 9px;
  border-radius: 999px;
  background: #edf6fd;
  overflow: hidden;
}

.car-fitment-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #136fb8, #00a3d7);
  transform-origin: right;
  transform: scaleX(0);
  transition: 1.1s ease;
}

.car-fitment-section.is-visible .car-fitment-bar span {
  transform: scaleX(1);
}

.car-fitment-mini-card strong,
.car-fitment-status-card strong {
  display: block;
  margin-bottom: 6px;
  color: #102f50;
  font-size: 17px;
  font-weight: 950;
}

.car-fitment-mini-card span,
.car-fitment-status-card span {
  color: #64748b;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.6;
}

.car-fitment-check {
  width: 50px;
  height: 50px;
  margin-bottom: 12px;
  border-radius: 18px;
  background: linear-gradient(135deg, #136fb8, #00a3d7);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
}

.car-fitment-status-list {
  display: grid;
  gap: 9px;
  margin-top: 12px;
}

.car-fitment-status-list div {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #12395f;
  font-size: 12px;
  font-weight: 850;
}

.car-fitment-status-list i {
  color: #00a3d7;
}

@media (max-width: 991px) {
  .car-fitment-shell {
    padding: 30px;
    border-radius: 32px;
  }

  .car-fitment-layout {
    grid-template-columns: 1fr;
  }

  .car-fitment-visual {
    min-height: 430px;
  }
}

@media (max-width: 620px) {
  .car-fitment-section {
    margin: 38px auto;
  }

  .car-fitment-inner {
    padding: 0 12px;
  }

  .car-fitment-shell {
    padding: 24px 14px;
    border-radius: 24px;
  }

  .car-fitment-desc {
    font-size: 14px;
  }

  .car-fitment-visual {
    min-height: auto;
    display: grid;
    gap: 12px;
  }

  .car-fitment-card {
    position: relative;
    inset: auto;
    width: auto;
    border-radius: 22px;
  }

  .car-fitment-main-card {
    padding: 20px;
  }

  .car-fitment-car-icon {
    height: 130px;
  }

  .car-fitment-car-icon i {
    font-size: 70px;
  }
}

/* Premium Trust Proof Section */
.trust-proof-section {
  position: relative;
  margin: 64px auto;
  direction: rtl;
  overflow: hidden;
}

.trust-proof-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 18px;
}

.trust-proof-shell {
  position: relative;
  padding: 42px;
  border-radius: 42px;
  background:
    radial-gradient(circle at 14% 12%, rgba(0, 163, 215, 0.14), transparent 34%),
    radial-gradient(circle at 88% 90%, rgba(249, 115, 22, 0.1), transparent 34%),
    linear-gradient(180deg, #ffffff, #f7fbff);
  border: 1px solid rgba(11, 53, 84, 0.1);
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.1);
  overflow: hidden;
}

.trust-proof-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.trust-proof-badge {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 15px;
  border-radius: 999px;
  background: rgba(11, 53, 84, 0.08);
  color: #0b3554;
  font-size: 13px;
  font-weight: 950;
}

.trust-proof-title {
  margin: 0;
  color: #071f33;
  font-size: clamp(29px, 4vw, 46px);
  font-weight: 950;
  line-height: 1.25;
}

.trust-proof-title span {
  color: #00a3d7;
}

.trust-proof-desc {
  max-width: 680px;
  margin: 14px 0 0;
  color: #64748b;
  font-size: 15.5px;
  font-weight: 750;
  line-height: 1.9;
}

.trust-proof-grid {
  display: grid;
  grid-template-columns: 1.05fr 1.95fr;
  gap: 18px;
}

.trust-proof-main {
  position: relative;
  min-height: 460px;
  padding: 30px;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(7, 31, 51, 0.88), rgba(7, 31, 51, 0.95)),
    url("https://images.unsplash.com/photo-1503376780353-7e6692767b70?q=80&w=1400&auto=format&fit=crop");
  background-size: cover;
  background-position: center;
  color: #fff;
  overflow: hidden;
}

.trust-proof-main::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,0.13);
  pointer-events: none;
}

.trust-proof-main-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.trust-proof-main-icon {
  width: 72px;
  height: 72px;
  margin-bottom: 20px;
  border-radius: 24px;
  background: linear-gradient(135deg, #00a3d7, #0b3554);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 18px 34px rgba(0, 163, 215, 0.26);
}

.trust-proof-main-icon i {
  font-size: 36px;
}

.trust-proof-main h3 {
  margin: 0 0 12px;
  font-size: 27px;
  font-weight: 950;
  line-height: 1.3;
}

.trust-proof-main p {
  margin: 0 0 22px;
  color: rgba(255,255,255,0.78);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.9;
}

.trust-proof-main-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.trust-proof-main-tags span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.12);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.trust-proof-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.trust-proof-card {
  position: relative;
  min-height: 220px;
  padding: 24px;
  border-radius: 30px;
  background: #fff;
  border: 1px solid rgba(11, 53, 84, 0.09);
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.07);
  overflow: hidden;
  opacity: 0;
  transform: translateY(22px);
  transition: 0.5s ease;
}

.trust-proof-section.is-visible .trust-proof-card {
  opacity: 1;
  transform: translateY(0);
}

.trust-proof-section.is-visible .trust-proof-card:nth-child(1) {
  transition-delay: 0.06s;
}

.trust-proof-section.is-visible .trust-proof-card:nth-child(2) {
  transition-delay: 0.14s;
}

.trust-proof-section.is-visible .trust-proof-card:nth-child(3) {
  transition-delay: 0.22s;
}

.trust-proof-section.is-visible .trust-proof-card:nth-child(4) {
  transition-delay: 0.3s;
}

.trust-proof-card:hover {
  transform: translateY(-7px);
  border-color: rgba(0, 163, 215, 0.28);
  box-shadow: 0 26px 54px rgba(0, 163, 215, 0.14);
}

.trust-proof-card::before {
  content: "";
  position: absolute;
  top: -48px;
  left: -48px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(0, 163, 215, 0.08);
}

.trust-proof-card-icon {
  position: relative;
  width: 58px;
  height: 58px;
  margin-bottom: 16px;
  border-radius: 20px;
  background: #eef9ff;
  color: #00a3d7;
  display: flex;
  align-items: center;
  justify-content: center;
}

.trust-proof-card-icon i {
  font-size: 29px;
}

.trust-proof-card h4 {
  position: relative;
  margin: 0 0 9px;
  color: #071f33;
  font-size: 18px;
  font-weight: 950;
}

.trust-proof-card p {
  position: relative;
  margin: 0;
  color: #64748b;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}

.trust-proof-number {
  position: absolute;
  left: 20px;
  bottom: 14px;
  color: rgba(11, 53, 84, 0.07);
  font-size: 46px;
  font-weight: 950;
  line-height: 1;
}

.trust-proof-bottom {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.trust-proof-stat {
  padding: 18px 14px;
  border-radius: 24px;
  background: #f6fbff;
  border: 1px solid rgba(11, 53, 84, 0.08);
  text-align: center;
}

.trust-proof-stat strong {
  display: block;
  color: #0b3554;
  font-size: 30px;
  font-weight: 950;
  direction: ltr;
}

.trust-proof-stat span {
  display: block;
  margin-top: 5px;
  color: #00a3d7;
  font-size: 12px;
  font-weight: 900;
}

@media (max-width: 991px) {
  .trust-proof-shell {
    padding: 30px;
    border-radius: 32px;
  }

  .trust-proof-grid {
    grid-template-columns: 1fr;
  }

  .trust-proof-main {
    min-height: 350px;
  }
}

@media (max-width: 620px) {
  .trust-proof-section {
    margin: 38px auto;
  }

  .trust-proof-inner {
    padding: 0 12px;
  }

  .trust-proof-shell {
    padding: 24px 14px;
    border-radius: 24px;
  }

  .trust-proof-cards,
  .trust-proof-bottom {
    grid-template-columns: 1fr;
  }

  .trust-proof-card {
    min-height: 185px;
    border-radius: 22px;
  }

  .trust-proof-main {
    min-height: 390px;
    border-radius: 24px;
    padding: 24px 18px;
  }
}
/* Locked Product Selector */
.locked-product-section {
  position: relative;
  margin: 64px auto;
  direction: rtl;
}

.locked-product-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 18px;
}

.locked-product-shell {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 22px;
  padding: 42px;
  border-radius: 42px;
 border: 1px solid rgba(11, 53, 84, 0.1);
}

.locked-product-badge {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 15px;
  border-radius: 999px;
  background: rgba(11, 53, 84, 0.08);
  color: #0b3554;
  font-size: 13px;
  font-weight: 950;
}

.locked-product-title {
  margin: 0;
  color: #071f33;
  font-size: clamp(29px, 4vw, 46px);
  font-weight: 950;
  line-height: 1.25;
}

.locked-product-title span {
  color: #f89927;
}

.locked-product-desc {
  max-width: 650px;
  margin: 14px 0 26px;
  color: #64748b;
  font-size: 15.5px;
  font-weight: 750;
  line-height: 1.9;
}

.locked-product-form {
  display: grid;
  gap: 14px;
}

.locked-product-selects {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.locked-product-field label {
  display: block;
  margin-bottom: 8px;
  color: #102f50;
  font-size: 13px;
  font-weight: 950;
}

.locked-product-select {
  width: 100%;
  height: 54px;
  padding: 0 16px;
  border-radius: 18px;
  border: 1px solid rgba(11, 53, 84, 0.12);
  background: #fff;
  color: #102f50;
  font-size: 14px;
  font-weight: 850;
  outline: none;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.06);
}

.locked-product-select:focus {
  border-color: #00a3d7;
  box-shadow: 0 0 0 4px rgba(0, 163, 215, 0.1);
}

.locked-product-select:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.locked-product-status {
  min-height: 54px;
  padding: 13px 15px;
  border-radius: 18px;
  background: rgba(249, 115, 22, 0.08);
  color: #c45a00;
  border: 1px solid rgba(249, 115, 22, 0.14);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 900;
}

.locked-product-status.is-ready {
  background: rgba(0, 163, 215, 0.08);
  color: #087da5;
  border-color: rgba(0, 163, 215, 0.16);
}

.locked-product-card {
  position: relative;
  padding: 28px;
  border-radius: 34px;
  background:#043d38;
  color: #fff;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(7, 31, 51, 0.2);
}

.locked-product-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,0.13);
  pointer-events: none;
}

.locked-product-card-content {
  position: relative;
  z-index: 2;
}

.locked-product-image {
  height: 220px;
  margin-bottom: 22px;
  border-radius: 26px;
  background: rgba(255,255,255,0.94);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.locked-product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 18px;
}

.locked-product-card h3 {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 950;
  line-height: 1.35;
}

.locked-product-card p {
  margin: 0 0 18px;
  color: rgba(255,255,255,0.78);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}

.locked-product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.locked-product-tags span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.12);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.locked-product-price {
  margin-bottom: 16px;
  color: #fff;
  font-size: 34px;
  font-weight: 950;
}

.locked-product-price small {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
}

.locked-product-add {
  width: 100%;
  min-height: 52px;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #f59e0b, #f97316);
  color: #fff;
  font-size: 15px;
  font-weight: 950;
  cursor: pointer;
  box-shadow: 0 16px 34px rgba(249, 115, 22, 0.26);
  transition: 0.22s ease;
}

.locked-product-add:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  box-shadow: none;
  filter: grayscale(0.2);
}

.locked-product-add:not(:disabled):hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(249, 115, 22, 0.34);
}

@media (max-width: 991px) {
  .locked-product-shell {
    grid-template-columns: 1fr;
    padding: 30px;
    border-radius: 32px;
  }
}

@media (max-width: 620px) {
  .locked-product-section {
    margin: 38px auto;
  }

  .locked-product-inner {
    padding: 0 12px;
  }

  .locked-product-shell {
    padding: 24px 14px;
    border-radius: 24px;
  }

  .locked-product-selects {
    grid-template-columns: 1fr;
  }

  .locked-product-card {
    order: -1;
    border-radius: 24px;
    padding: 22px 16px;
  }

  .locked-product-image {
    height: 180px;
  }
}

/* Premium Trust Shams Footer */


/* Image side */
.container--product-details .sidebar {
  padding: 18px;
  border-radius: 34px;
 border: 1px solid rgba(11, 53, 84, 0.1);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.1);
}

.container--product-details .details-slider {
  border-radius: 28px !important;
  overflow: hidden;
  background: #fff;
}

.container--product-details .s-slider-container {
  border-radius: 28px;
  background:
    radial-gradient(circle at center, rgba(0, 163, 215, 0.12), transparent 58%),
    #f8fcff;
}

.container--product-details .swiper-slide {
  border-radius: 28px;
}

.container--product-details .swiper-slide img {
  padding: 18px;
  transition: 0.35s ease;
}

.container--product-details .swiper-slide:hover img {
  transform: scale(1.035);
}

.container--product-details .promotion-title {
  top: 18px !important;
  right: 18px !important;
  left: auto !important;
  z-index: 4;
  padding: 8px 13px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f59e0b, #f97316);
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  box-shadow: 0 14px 28px rgba(249, 115, 22, 0.24);
}

.container--product-details .btn--wishlist.sws {
  top: 18px !important;
  left: 18px !important;
  right: auto !important;
  z-index: 4;
}

/* Main content */
.container--product-details .main-content {
  padding: 28px;
  border-radius: 34px;
  border: 1px solid rgba(11, 53, 84, 0.1);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.1);
}

.container--product-details .main-content > h1 {
  margin-bottom: 10px !important;
  color: #071f33 !important;
  font-size: clamp(26px, 3vw, 38px) !important;
  font-weight: 950 !important;
  line-height: 1.35 !important;
}

.container--product-details .product-entry__sub-title {
  width: fit-content;
  margin-bottom: 18px !important;
  padding: 8px 13px;
  border-radius: 999px;
  background: #043d38;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 900;
}

.container--product-details .price-wrapper,
.container--product-details .flex.whitespace-nowrap.gap-4.items-center {
  margin: 16px 0 18px;
  padding: 16px 18px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(11, 53, 84, 0.08);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.container--product-details .text-red-800,
.container--product-details .total-price {
  color: #f97316 !important;
  font-size: 28px !important;
  font-weight: 950 !important;
}

.container--product-details .line-through,
.container--product-details .before-price {
  color: #94a3b8 !important;
  font-weight: 800;
}

/* Description */
.container--product-details .product__description {
  margin-bottom: 18px !important;
  padding: 18px !important;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(11, 53, 84, 0.08);
  color: #334155;
  font-size: 15px;
  line-height: 2;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

.container--product-details .product__description strong {
  color: #0b3554;
}

/* Tags */
.container--product-details .main-content a[href*="/tag-"] {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(11, 53, 84, 0.06);
  color: #0b3554 !important;
  text-decoration: none !important;
  font-size: 12px !important;
  font-weight: 850;
  transition: 0.22s ease;
}

.container--product-details .main-content a[href*="/tag-"]:hover {
  background: #0b3554;
  color: #fff !important;
}

/* Share and wishlist */
.container--product-details salla-social-share .s-button-element,
.container--product-details .btn--wishlist .s-button-element {
  width: 42px;
  height: 42px;
  border-radius: 15px !important;
  background: #f4f8fb !important;
  color: #0b3554 !important;
  border-color: rgba(11, 53, 84, 0.1) !important;
}

/* Attachments / Notes */
.container--product-details form.product-form > section.bg-white:first-of-type {
  position: relative;
  padding: 22px !important;
  border-radius: 26px !important;
  border: 1px solid #043d38;
  overflow: hidden;
}

.container--product-details form.product-form > section.bg-white:first-of-type::before {
  content: "بيانات السيارة المختارة";
  position: absolute;
  top: 16px;
  left: 18px;
  padding: 7px 11px;
  color: #fff;
  font-size: 11px;
  font-weight: 950;
}

.container--product-details form.product-form > section.bg-white:first-of-type .form-label b {
  color: #071f33;
  font-size: 16px;
  font-weight: 950;
}

.container--product-details .btn-tab.btn--collapse {
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  background: #043d38;
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  border: 0;
  display: inline-flex;
  align-items: center;
  transition: 0.22s ease;
}

.container--product-details .btn-tab.btn--collapse:hover {
  transform: translateY(-2px);
}

.container--product-details textarea[name="notes"] {
  min-height: 135px !important;
  padding: 16px !important;
  border-radius: 20px !important;
  background: #fff !important;
  color: #0b3554 !important;
  border: 1px solid rgba(0, 163, 215, 0.18) !important;
  font-size: 14px !important;
  font-weight: 850;
  line-height: 1.9;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.75);
}

.container--product-details textarea[name="notes"]:focus {
  border-color: #00a3d7 !important;
  box-shadow: 0 0 0 4px rgba(0, 163, 215, 0.1) !important;
}

/* Added selection preview */
.trust-product-selection-preview {
  margin-bottom: 16px;
  padding: 16px;
  border-radius: 22px;
  background: #043d38;
  color: #fff;
}

.trust-product-selection-preview__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}

.trust-product-selection-preview__title {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 15px;
  font-weight: 950;
}

.trust-product-selection-preview__title i {
  font-size: 21px;
}

.trust-product-selection-preview__status {
  padding: 6px 10px;
  border-radius: 999px;
  background: #043d38;
  font-size: 11px;
  font-weight: 950;
}

.trust-product-selection-preview__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}

.trust-product-selection-preview__item {
  padding: 11px 10px;
  border-radius: 16px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.12);
}

.trust-product-selection-preview__item span {
  display: block;
  margin-bottom: 4px;
  color: rgba(255,255,255,0.72);
  font-size: 11px;
  font-weight: 850;
}

.trust-product-selection-preview__item strong {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 950;
}

/* Price and cart sections */
.container--product-details form.product-form > section.flex.bg-white,
.container--product-details .sticky-product-bar {
  border: 1px solid rgba(11, 53, 84, 0.08);
  background: #fff !important;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.container--product-details form.product-form > section.flex.bg-white {
  border-radius: 26px 26px 0 0 !important;
}

.container--product-details .sticky-product-bar {
  border-radius: 0 0 26px 26px !important;
  border-top: 0;
}

.container--product-details .form-label {
  color: #071f33;
  font-weight: 950;
}

.container--product-details salla-quantity-input {
  border-radius: 16px !important;
  overflow: hidden;
}

.container--product-details .s-quantity-input-container {
  border-radius: 16px !important;
  background: #f7fbff !important;
  border: 1px solid rgba(11, 53, 84, 0.1);
}

.container--product-details .s-quantity-input-button {
  color: #0b3554 !important;
}

/* Add to cart */
.container--product-details .sticky-product-bar__btn .s-button-element {
  min-height: 54px !important;
  border-radius: 18px !important;
  background: linear-gradient(135deg, #f59e0b, #f97316) !important;
  border: 0 !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 950 !important;
  box-shadow: 0 16px 34px rgba(249, 115, 22, 0.24);
  transition: 0.22s ease;
}

.container--product-details .sticky-product-bar__btn .s-button-element:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(249, 115, 22, 0.34);
}

/* Installments and widgets */
.container--product-details salla-installment,
.container--product-details salla-cashback-banner,
.container--product-details salla-quick-order {
  display: block;
  margin: 14px 0;
  border-radius: 20px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .container--product-details {
    margin-top: 20px;
  }

  .container--product-details .sidebar,
  .container--product-details .main-content {
    border-radius: 24px;
    padding: 16px;
  }

  .container--product-details > .flex {
    gap: 16px;
  }

  .trust-product-selection-preview__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .container--product-details .main-content > h1 {
    font-size: 24px !important;
  }

  .container--product-details .text-red-800,
  .container--product-details .total-price {
    font-size: 23px !important;
  }

  .container--product-details form.product-form > section.bg-white:first-of-type::before {
    position: static;
    display: inline-flex;
    margin-bottom: 12px;
  }
}

.store-footer {
  background: #fff !important;
  color: #111827;
  direction: rtl;
  padding-top: 20px;
  font-family: inherit;
}

.store-footer__inner {
  padding: 0 !important;
}

.store-footer .container {
  max-width: 1440px;
  margin-inline: auto;
}

/* توزيع الفوتر الموجود فقط */
.store-footer__inner > .container.grid {
  display: grid !important;
  grid-template-columns: 1.5fr 1fr 1.2fr 1.5fr;
  gap: 55px;
  align-items: start;
}

/* إلغاء تمدد الأعمدة الافتراضي */
.store-footer .lg\:col-span-2 {
  grid-column: auto !important;
  padding-inline: 0 !important;
}

/* العناوين */
.store-footer h3,
.s-contacts-title {
  color: #111827 !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  margin: 0 0 16px !important;
  text-align: center;
}

/* عمود الوصف / الشعار */
.store-footer__inner > .container.grid > div:first-child {
  text-align: center;
}

.store-footer__inner > .container.grid > div:first-child a {
  justify-content: center;
  text-decoration: none;
}

.store-footer__inner > .container.grid > div:first-child h3 {
  color: #043d38 !important;
  font-size: 34px !important;
  font-weight: 800 !important;
  letter-spacing: 2px;
  line-height: 1;
}

.store-footer__inner > .container.grid > div:first-child h3::after {
  content: "";
  display: block;
  width: 95px;
  height: 1px;
  background: #d6d6d6;
  margin: 12px auto 0;
}

.store-footer .max-w-sm {
  max-width: 430px !important;
  margin: 0 auto 45px !important;
  color: #111827;
  line-height: 1.9;
  font-size: 16px;
  text-align: center;
}

/* الروابط والقوائم */
.store-footer a {
  color: #111827;
  text-decoration: none;
}

.store-footer a:hover {
  color: #06439b;
}

.store-footer .s-menu-footer-list,
.store-footer ul {
  text-align: center;
}

.store-footer li,
.store-footer .s-menu-footer-list a {
  margin-bottom: 10px;
  font-size: 16px;
  color: #111827;
}

/* التواصل */
.s-contacts-list {
  align-items: center !important;
}

.s-contacts-item {
  justify-content: center !important;
  color: #111827 !important;
  font-size: 16px;
  direction: ltr;
}

.s-contacts-icon {
  order: 2;
  margin-right: 8px;
  margin-left: 0;
}

.s-contacts-icon svg {
  width: 17px;
  height: 17px;
  fill: #111;
}

/* السوشيال */
.store-footer .hidden.lg\:block {
  display: none !important;
}

.contact-social {
  display: block !important;
  margin-top: 24px;
}

.s-social-list {
  display: flex !important;
  justify-content: center;
  gap: 9px;
  padding: 0;
  margin: 0;
}

.s-social-link a {
  width: 32px;
  height: 32px;
  background: #e5e7eb;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s-social-icon svg {
  width: 18px;
  height: 18px;
  fill: #06439b;
}

/* التطبيقات والبادجات */
.store-footer salla-apps-icons,
.store-footer .flex.gap-4 {
  display: flex;
  justify-content: center;
}

.store-footer salla-apps-icons {
  text-align: center;
}

/* الجزء السفلي */
.store-footer > .container:last-child {
  max-width: 1440px;
  border-top: 1px solid #cfcfcf;
  margin-top: 28px;
  padding-top: 18px !important;
  padding-bottom: 12px !important;
  color: #111827;
}

.store-footer .copyright-text p {
  color: #111827 !important;
  font-size: 15px;
  margin: 0 !important;
}

.store-footer salla-payments {
  justify-content: center;
}

/* موبايل */
@media (max-width: 1024px) {
  .store-footer__inner > .container.grid {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }

  .store-footer__inner > .container.grid > div:first-child,
  .store-footer salla-apps-icons {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 640px) {
  .store-footer__inner > .container.grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .store-footer h3,
  .s-contacts-title,
  .store-footer .max-w-sm {
    text-align: center;
  }

  .store-footer__inner > .container.grid > div:first-child,
  .store-footer salla-apps-icons {
    grid-column: auto !important;
  }
}
.store-footer__inner{
  background-color: #fff !important;
}
.trust-footer-cta {
  max-width: 1180px;
  margin: 0 auto 28px;
  padding: 0 14px;
  direction: rtl;
}

.trust-footer-cta-card {
  min-height: 150px;
  padding: 34px 46px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 18% 100%, rgba(0, 174, 239, 0.14), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
  border: 1px solid #edf1f4;
  box-shadow:
    0 10px 28px rgba(15, 23, 42, 0.08),
    inset 0 0 0 1px rgba(255, 255, 255, 0.75);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.trust-footer-cta-card > div {
  flex: 1;
  text-align: right;
}

.trust-footer-cta-card h3 {
  color: #071827 !important;
  font-size: 30px !important;
  font-weight: 800 !important;
  line-height: 1.35;
  margin: 0 0 12px !important;
}

.trust-footer-cta-card p {
  color: #5d6875;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.8;
  margin: 0;
}

.trust-footer-cta-card a {
  min-width: 235px;
  height: 64px;
  padding: 0 34px;
  border-radius: 26px;
  background: linear-gradient(135deg, #07547a 0%, #0099cf 100%);
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(0, 122, 178, 0.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none !important;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 800;
}

.trust-footer-cta-card a:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(0, 122, 178, 0.32);
}

.trust-footer-cta-card a i {
  display: none;
}

@media (max-width: 768px) {
  .trust-footer-cta {
    margin-bottom: 22px;
  }

  .trust-footer-cta-card {
    min-height: auto;
    padding: 26px 20px;
    border-radius: 24px;
    flex-direction: column-reverse;
    gap: 20px;
    text-align: center;
  }

  .trust-footer-cta-card > div {
    text-align: center;
  }

  .trust-footer-cta-card h3 {
    font-size: 23px !important;
  }

  .trust-footer-cta-card p {
    font-size: 15px;
  }

  .trust-footer-cta-card a {
    width: 100%;
    min-width: 0;
    height: 56px;
    font-size: 16px;
    border-radius: 20px;
  }
}
.shams-features {
  padding: 42px 16px;
  background: #fff;
  direction: rtl;
}

.shams-features__container {
  max-width: 1180px;
  margin: 0 auto;
}

.shams-features__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
 overflow: hidden;
}

.shams-feature {
  min-height: 165px;
  padding: 30px 18px;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.shams-feature:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0;
  top: 34px;
  bottom: 34px;
  width: 1px;
  background: #eef1f4;
}

.shams-feature__icon {
  width: 58px;
  height: 58px;
  margin-bottom: 14px;
  border-radius: 18px;
  background: linear-gradient(135deg, #eaf5ff, #f6fbff);
  color: #06439b;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shams-feature__icon svg {
  width: 31px;
  height: 31px;
  fill: currentColor;
}

.shams-feature h3 {
  margin: 0;
  color: #111827;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.5;
}

/* الموبايل: 2 في 2 */
@media (max-width: 768px) {
  .shams-features {
    padding: 30px 14px;
  }

  .shams-features__grid {
    grid-template-columns: repeat(2, 1fr);
    border-radius: 20px;
  }

  .shams-feature {
    min-height: 138px;
    padding: 22px 10px;
  }

  .shams-feature:not(:last-child)::after {
    display: none;
  }

  .shams-feature:nth-child(odd)::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 22px;
    bottom: 22px;
    width: 1px;
    background: #eef1f4;
  }

  .shams-feature:nth-child(1)::before,
  .shams-feature:nth-child(2)::before {
    content: "";
    position: absolute;
    right: 22px;
    left: 22px;
    bottom: 0;
    height: 1px;
    background: #eef1f4;
  }

  .shams-feature__icon {
    width: 50px;
    height: 50px;
    border-radius: 16px;
    margin-bottom: 10px;
  }

  .shams-feature__icon svg {
    width: 27px;
    height: 27px;
  }

  .shams-feature h3 {
    font-size: 16px;
  }
}
.shams-features {
  padding: 42px 0;
  background: #fff;
  direction: rtl;
}

.shams-features__container {
  width: min(100% - 32px, 1180px);
  margin-inline: auto;
}

.shams-features__grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

@media (max-width: 768px) {
  .shams-features {
    padding: 30px 0;
  }

  .shams-features__container {
    width: min(100% - 28px, 1180px);
  }

  .shams-features__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.shams-comparison {
  padding: 46px 0;
  background: #fff;
  direction: rtl;
}

.shams-comparison__container {
  width: min(100% - 32px, 1180px);
  margin-inline: auto;
}

.shams-comparison__head {
  text-align: center;
  margin-bottom: 24px;
}

.shams-comparison__head span {
  display: inline-block;
  color: #f89927;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 8px;
}

.shams-comparison__head h2 {
  margin: 0;
  color: #111827;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.4;
}

.shams-comparison__wrap {
  direction: rtl;
  border: 1px solid #e5e7eb;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.07);
  padding: 22px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: center;
}

.shams-comparison__table {
  order: 1;
  border: 1px solid #eef1f4;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
}

.shams-comparison__visual {
  order: 0;
  min-height: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shams-comparison__row {
  display: grid;
  grid-template-columns: 1.35fr 0.7fr 0.9fr;
  min-height: 56px;
  border-bottom: 1px solid #eef1f4;
}

.shams-comparison__row:last-child {
  border-bottom: 0;
}

.shams-comparison__row > div {
  padding: 14px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111827;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.shams-comparison__row > div:not(:last-child) {
  border-left: 1px solid #eef1f4;
}

.shams-comparison__row--header {
  background: #f8fafc;
}

.shams-comparison__row--header > div {
  color: #fff;
  background: #043d38;
  font-size: 14px;
  font-weight: 900;
}

.shams-comparison__row--header > div:nth-child(2) {

  color: #fff;
}


.shams-comparison__row:not(.shams-comparison__row--header) > div:nth-child(2) {
  color: #fff;
}

.is-yes::before,
.is-no::before {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 900;
}

.is-yes::before {
  content: "✓";
  color: #fff;
  background: #22c55e;
  box-shadow: 0 5px 14px rgba(34, 197, 94, 0.25);
}

.is-no::before {
  content: "×";
  color: #ef4444;
  background: #fff1f2;
  border: 1px solid #fecdd3;
}

.shams-comparison__card {
  width: 100%;
  max-width: 460px;
  min-height: 290px;
  border-radius: 22px;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.16);
  background: #0f172a;
}

.shams-comparison__side {
  position: relative;
  padding: 24px 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  isolation: isolate;
}

.shams-comparison__side::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
}

.shams-comparison__side::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, transparent 15%, rgba(0, 0, 0, 0.72) 100%);
}

.shams-comparison__side--shams::before {
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.22), transparent 28%),
    linear-gradient(135deg, #06439b, #00a6d6);
}

.shams-comparison__side--other::before {
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.22), transparent 28%),
    linear-gradient(135deg, #64748b, #1f2937);
}

.shams-comparison__side span {
  font-size: 13px;
  font-weight: 800;
  opacity: 0.85;
  margin-bottom: 6px;
}

.shams-comparison__side strong {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .shams-comparison {
    padding: 34px 0;
  }

  .shams-comparison__container {
    width: min(100% - 28px, 1180px);
  }

  .shams-comparison__head h2 {
    font-size: 22px;
  }

  .shams-comparison__wrap {
    grid-template-columns: 1fr;
    padding: 14px;
    border-radius: 22px;
    gap: 18px;
  }

  .shams-comparison__table {
    order: 1;
  }

  .shams-comparison__visual {
    order: 2;
    min-height: auto;
  }

  .shams-comparison__row {
    grid-template-columns: 1.15fr 0.65fr 0.8fr;
    min-height: 52px;
  }

  .shams-comparison__row > div {
    padding: 12px 7px;
    font-size: 12px;
  }

  .shams-comparison__row--header > div {
    font-size: 12px;
  }

  .is-yes::before,
  .is-no::before {
    width: 22px;
    height: 22px;
    font-size: 13px;
  }

  .shams-comparison__card {
    min-height: 220px;
    border-radius: 18px;
  }

  .shams-comparison__side {
    padding: 18px 12px;
  }

  .shams-comparison__side strong {
    font-size: 15px;
  }
}
.navbar-brand {
  width: 145px !important;
  max-width: 145px !important;
}

.navbar-brand img {
  width: 145px !important;
  height: auto !important;
  max-height: 70px !important;
  object-fit: contain;
}

@media (max-width: 768px) {
  .navbar-brand {
    width: 122px !important;
    max-width: 122px !important;
  }

  .navbar-brand img {
    width: 122px !important;
    max-height: 60px !important;
  }
}

.shams-video-only {
  padding: 40px 0;
  background: #fff;
  direction: rtl;
}

.shams-video-only__container {
  width: min(100% - 32px, 1180px);
  margin: 0 auto;
  padding: 12px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(4, 35, 81, 0.08);
}

.shams-video-only video {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  border-radius: 20px;
  object-fit: cover;
  background: #061d42;
}

@media (max-width: 768px) {
  .shams-video-only {
    padding: 28px 0;
  }

  .shams-video-only__container {
    width: min(100% - 24px, 1180px);
    padding: 8px;
    border-radius: 20px;
  }

  .shams-video-only video {
    border-radius: 15px;
  }
}

.footer-store-logo {
  width: 120px;
  height: auto;
  max-height: 70px;
  object-fit: contain;
  display: block;
  margin: 0 0 12px;
}

.store-footer .lg\:col-span-2 > a {
  display: inline-flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}

@media (max-width: 768px) {
  .footer-store-logo {
    margin: auto;
        width: 140px;
        max-height: 140px;
  }
}