body {
  background-color: white;
}
.header-btn__icon,
.s-user-menu-login-btn {
  border: none;
}
.s-block--fixed-banner {
  margin-top: 0 !important;
  padding-top: 0 !important;
  background-color: white;
}

.s-block--fixed-banner .container {
  padding-top: 0;
  margin-top: 0;
}

.s-block--fixed-banner .banner--fixed {
  display: block;
  width: 100%;
  max-width: 797px;
  margin: 0 auto;
  line-height: 0;
}

.s-block--fixed-banner .banner--fixed picture {
  display: block;
  width: 100%;
}

.s-block--fixed-banner .banner--fixed img {
  display: block;
  width: 100%;
  height: auto !important;
  max-width: 797px;
  aspect-ratio: 797 / 899;
  object-fit: contain;
  image-rendering: -webkit-optimize-contrast;
}
#custom-special-product {
  margin: 1.5rem 0;
  padding: 0 1rem;
}
.csp-card {
  max-width: 550px;
  margin: 0 auto;
  background: #fdeaea;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.csp-card * {
  box-sizing: border-box;
}
.csp-image {
  display: block;
  width: 100%;
  aspect-ratio: 808 / 385;
  overflow: hidden;
}
.csp-image img {
  width: 100%;
  height: 100%;
  padding: 30px;
  margin-block-start: 16px;
  object-fit: cover;
  display: block;
}
.csp-body {
  padding: 1rem 1.25rem 1.25rem;
}
.csp-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 0.5rem;
  line-height: 1.4;
}
.csp-desc {
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.6;
  margin: 0 0 0.85rem;
}
.csp-price {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
.csp-price-current {
  color: #ef4444;
  font-weight: 700;
  font-size: 1.4rem;
}
.csp-price-instead {
  color: #9ca3af;
  font-size: 0.85rem;
}
.csp-price-before {
  color: #9ca3af;
  text-decoration: line-through;
  font-size: 0.95rem;
}
.csp-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  margin-bottom: 1rem;
  max-width: 300px;
  margin-inline: auto;
}
.csp-tab {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  aspect-ratio: 1 / 1;
  padding: 0.5rem;
  background-image: url("https://rafeq.net/imgs/sp_feat_icon.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  font-size: 0.85rem;
  color: #111827;
  font-weight: 600;
  text-align: center;
  overflow: hidden;
}
.csp-tab span {
  padding: 0.2rem 0.65rem;
  border-radius: 6px;
  line-height: 1.3;
}
.csp-add {
  margin-top: 0.25rem;
}
.csp-add salla-add-product-button {
  display: block;
  width: 100%;
}
.csp-add button,
.csp-add .s-button-element {
  width: 100% !important;
  background: var(--color-primary) !important;
  color: #fff !important;
  border-radius: 10px !important;
  padding: 0.95rem 1rem !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  border: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.5rem !important;
  min-height: 50px !important;
}
.csp-add .s-button-text {
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  font-size: 1rem !important;
  color: #fff !important;
}
@media (max-width: 480px) {
  #custom-special-product {
    padding: 0 0.5rem;
  }
  .csp-body {
    padding: 1rem;
  }
}
#custom-divider-section {
  margin: 2rem 0 1rem;
  padding: 0 1rem;
  text-align: center;
}
.csd-wrap {
  max-width: 550px;
  margin: 0 auto;
}
.csd-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-primary);
  margin: 0 0 0.5rem;
  line-height: 1.3;
}
.csd-subtitle {
  font-size: 0.9rem;
  color: #9ca3af;
  line-height: 1.6;
  margin: 0;
}
@media (min-width: 768px) {
  .csd-title {
    font-size: 1.75rem;
  }
  .csd-subtitle {
    font-size: 1rem;
  }
}

.s-block--banners .square-photos {
  background-color: white;
}

.s-block--testimonials .s-reviews-testimonial__avatar {
  display: none;
}
#custom-videos-slider {
  margin: 1.5rem 0;
  padding: 0;
  background: #000;
}
.cvs-container {
  width: 100%;
}
#cvs-salla {
  display: block;
  width: 100%;
  --swiper-pagination-color: #fff;
  --swiper-pagination-bullet-inactive-color: rgba(255, 255, 255, 0.5);
  --swiper-pagination-bullet-inactive-opacity: 1;
}
.cvs-slide {
  position: relative;
  width: 100%;
  height: 80vh;
  height: 80dvh;
  background: #000;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cvs-poster,
.cvs-video {
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  display: block;
}
.cvs-slide.has-video .cvs-poster {
  display: none;
}
.cvs-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, transform 0.2s;
  z-index: 5;
  padding: 0;
}
.cvs-play-btn:hover {
  background: rgba(0, 0, 0, 0.75);
  transform: translate(-50%, -50%) scale(1.05);
}
.cvs-play-btn svg {
  margin-left: 4px;
}
.cvs-slide.is-playing .cvs-play-btn {
  display: none;
}

.s-reviews-header-wrapper,
.s-block__title {
  justify-content: center;
}

.s-button-primary-outline {
  background: var(--color-primary);
  border: none;
  color: white !important;
  transition: all 0.4s ease-in-out;
  transform: scale(1);
}
footer,
.store-footer__inner {
  background-color: white !important;
}

.store-footer__inner a[href="https://abla-beauty.com/"] h3
{
  text-indent: -9999px;
  background-image: url("https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/vZaQx/ncx76eXUNKmd8wA2qLIJQjo0AjntLpUfnKa5dbLe.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 1/1;
  max-width: 100px;
  margin-inline: auto;
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
}