/* ================================================================
   القمة توب — PREMIUM CSS REDESIGN v3
   Navy: #123351 | Gold: #b89043
   ================================================================ */

@media (max-width: 768px) {
ul.grid-cols-3 {
    grid-template-cols: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin-left: -16px !important;
    margin-right: -16px !important;
    width: calc(100% + 32px) !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  ul.grid-cols-3 li.anime-item img {
    width: 100% !important;
    height: auto !important;
  }

}



/* ──────────────────────────────────────────
   hearder menu
────────────────────────────────────────── */
body.trans_header.slider_has_overlay .store-header :not(custom-salla-product-card *) {

  color: #1a3150 !important;

}

body.trans_header.slider_has_overlay .store-header .s-cart-summary-count:not(custom-salla-product-card *) {
    background-color: #bfa15f !important;
    color: #ffffff !important;
}

/* ──────────────────────────────────────────
  category width
────────────────────────────────────────── */

.max-w-7xl {
    max-width: 93rem !important;
}

/* ──────────────────────────────────────────
   HERO SECTION
────────────────────────────────────────── */


.hero-section {
    margin: 90px  auto 0px  auto !important;

  overflow: hidden !important;
}

.hero-section .advanced-slider__image {
  filter: blur(4px) brightness(0.55) !important;
  transform: scale(1.05) !important;
}

.hero-section .advanced-slider__caption__inner__content__heading {
  font-size: clamp(22px, 4vw, 44px) !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  text-shadow: 0 3px 20px rgba(0,0,0,0.5) !important;
}

.hero-section .advanced-slider__caption__inner__content__text {
  color: rgba(255,255,255,0.9) !important;
  font-size: 16px !important;
  margin-top: 10px !important;
}

.hero-section .advanced-slider__caption__inner__content__button {
  background: linear-gradient(135deg, #b89043, #d4af6a) !important;
  color: #123351 !important;
  font-weight: 900 !important;
  border-radius: 50px !important;
  padding: 14px 36px !important;
  border: none !important;
  box-shadow: 0 8px 30px rgba(184,144,67,0.5) !important;
  margin-top: 22px !important;
  font-size: 15px !important;
  transition: all 0.3s ease !important;
  letter-spacing: 0.5px !important;
}

.hero-section .advanced-slider__caption__inner__content__button:hover {
  transform: translateY(-3px) scale(1.05) !important;
  box-shadow: 0 14px 40px rgba(184,144,67,0.65) !important;
}

.hero-section .s-slider-nav-arrow {
  background: rgba(255,255,255,0.15) !important;
  backdrop-filter: blur(10px) !important;
  border: 1.5px solid rgba(255,255,255,0.3) !important;
  border-radius: 50% !important;
  transition: all 0.3s ease !important;
}

.hero-section .s-slider-nav-arrow:hover {
  background: #b89043 !important;
  border-color: #b89043 !important;
  transform: scale(1.1) !important;
}

.hero-section .swiper-pagination-bullet {
  background: rgba(255,255,255,0.4) !important;
  transition: all 0.3s ease !important;
}

.hero-section .swiper-pagination-bullet-active {
  background: #b89043 !important;
  width: 26px !important;
  border-radius: 6px !important;
  box-shadow: 0 0 10px rgba(184,144,67,0.7) !important;
}


@media (max-width: 768px) {
.hero-section {
    margin: 70px  auto 0px  auto !important;

  overflow: hidden !important;
}
}




/* ──────────────────────────────────────────
   MARQUEE
────────────────────────────────────────── */
.s-block:has(.ts-marquee-container) {
  margin-top: 0 !important;
}

/* ──────────────────────────────────────────
   § 3 — FEATURES CARDS (دفع آمن / جودة / استرجاع / توصيل)
────────────────────────────────────────── */
.s-block:has(.ts-pro-features) {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 20px 0px  !important;
  background: linear-gradient(135deg, #f0f4f8 0%, #ffffff 50%, #f0f4f8 100%) !important;
}

.ts-pro-features {
  direction: rtl !important;
}

.ts-pro-features .features-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 24px !important;
}

@media (max-width: 992px) {
  .ts-pro-features .features-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 480px) {
  .ts-pro-features .features-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 14px !important;
  }
}

.ts-pro-features .f-card {
  background: #ffffff !important;
  border-radius: 20px !important;
  padding: 32px 20px !important;
  text-align: center !important;
  border: 1px solid rgba(18,51,81,0.08) !important;
  box-shadow: 0 6px 24px rgba(18,51,81,0.06) !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  position: relative !important;
  overflow: hidden !important;
}

.ts-pro-features .f-card::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important; left: 0 !important; right: 0 !important;
  height: 4px !important;
  background: linear-gradient(90deg, #b89043, #d4af6a, #b89043) !important;
  transform: scaleX(0) !important;
  transition: transform 0.4s ease !important;
}

.ts-pro-features .f-card:hover::before {
  transform: scaleX(1) !important;
}

.ts-pro-features .f-card:hover {
  transform: translateY(-10px) !important;
  box-shadow: 0 20px 50px rgba(18,51,81,0.14) !important;
  border-color: rgba(184,144,67,0.3) !important;
}

.ts-pro-features .f-icon-wrap {
  width: 80px !important;
  height: 80px !important;
  background: linear-gradient(135deg, rgba(18,51,81,0.06) 0%, rgba(184,144,67,0.06) 100%) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 20px !important;
  border: 2px solid rgba(184,144,67,0.25) !important;
  transition: all 0.4s ease !important;
}

.ts-pro-features .f-card:hover .f-icon-wrap {
  background: linear-gradient(135deg, #123351 0%, #1a4568 100%) !important;
  border-color: #b89043 !important;
  box-shadow: 0 8px 24px rgba(18,51,81,0.3) !important;
  transform: rotateY(360deg) !important;
}

.ts-pro-features .f-icon-wrap i {
  font-size: 30px !important;
  color: #123351 !important;
  transition: all 0.4s ease !important;
}

.ts-pro-features .f-card:hover .f-icon-wrap i {
  color: #b89043 !important;
}

.ts-pro-features .f-title {
  color: #123351 !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  margin-bottom: 8px !important;
}

.ts-pro-features .f-desc {
  color: #64748b !important;
  font-size: 13px !important;
  line-height: 1.7 !important;
  margin: 0 !important;
}

/* ──────────────────────────────────────────
   § 4 — CATEGORIES SECTION
────────────────────────────────────────── */
.s-block:has(.top-summit-container) {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 20px 0 !important;
  background: #ffffff !important;
}

.top-summit-container .main-heading {
  color: #123351 !important;
  font-weight: 900 !important;
  font-size: clamp(24px, 4vw, 34px) !important;
  letter-spacing: -0.5px !important;
}

.top-summit-container .main-heading::after {
  background: linear-gradient(90deg, transparent, #b89043, transparent) !important;
  width: 60px !important;
  height: 3px !important;
  margin: 8px auto 0 !important;
}

.top-summit-container .sub-heading {
  color: #64748b !important;
  margin-top: 10px !important;
}

.top-summit-container .category-card {
  background: #ffffff !important;
  border-radius: 16px !important;
  padding: 24px 15px !important;
  border: 1px solid rgba(18,51,81,0.08) !important;
  box-shadow: 0 4px 14px rgba(18,51,81,0.05) !important;
  transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  text-decoration: none !important;
}

.top-summit-container .category-card:hover {
  transform: translateY(-8px) !important;
  border-color: #b89043 !important;
  box-shadow: 0 18px 40px rgba(18,51,81,0.14) !important;
  background: linear-gradient(135deg, #fffdf7 0%, #ffffff 100%) !important;
}

.top-summit-container .icon-box {
  transition: all 0.35s ease !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08) !important;
}

.top-summit-container .category-card:hover .icon-box {
  background: #123351 !important;
  color: #b89043 !important;
  transform: scale(1.15) !important;
  box-shadow: 0 8px 24px rgba(18,51,81,0.3) !important;
}

.top-summit-container .cat-label {
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #123351 !important;
  margin-top: 4px !important;
  transition: color 0.3s ease !important;
}

.top-summit-container .category-card:hover .cat-label {
  color: #b89043 !important;
}

/* ──────────────────────────────────────────
   § 6 — BANNERS SLIDER
────────────────────────────────────────── */
section.s-block.banners-slider--4 {
  margin-top: 0px !important;
  margin-bottom: 10px !important;
  padding: 20px 0 !important;
}

section.banners-slider--4 .swiper-slide img {
  height: 420px !important;
  max-height: 420px !important;
  min-height: 420px !important;
  width: 100% !important;
  object-fit: cover !important;
  border-radius: 18px !important;
  border: 2px solid rgba(18,51,81,0.1) !important;
  box-shadow: 0 10px 35px rgba(18,51,81,0.12) !important;
}

/* ──────────────────────────────────────────
   § 7 — PRODUCTS SECTION (الأكثر مبيعاً)
────────────────────────────────────────── */
.s-block.s-block--custom-products {
  margin-top: 0 !important;
  padding: 30px 0 1px !important;
}

.s-block--custom-products .home-block-title {
  margin-bottom: 45px !important;
}

.s-block--custom-products .home-block-title h2 {
  color: #123351 !important;
  font-size: clamp(26px, 4vw, 36px) !important;
  font-weight: 900 !important;
  letter-spacing: -0.5px !important;
}


.s-block--custom-products .product-card {
  border: 1px solid rgba(18,51,81,0.08) !important;
  border-radius: 18px !important;
  background: #ffffff !important;
  box-shadow: 0 4px 16px rgba(18,51,81,0.06) !important;
  padding: 16px !important;
  transition: all 0.38s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  position: relative !important;
  overflow: hidden !important;
}

.s-block--custom-products .product-card::after {
  content: '' !important;
  position: absolute !important;
  top: 0 !important; left: 0 !important; right: 0 !important;
  height: 3px !important;
  background: linear-gradient(90deg, #b89043, #d4af6a, #b89043) !important;
  transform: scaleX(0) !important;
  transform-origin: center !important;
  transition: transform 0.4s ease !important;
}

.s-block--custom-products .product-card:hover::after {
  transform: scaleX(1) !important;
}

.s-block--custom-products .product-card:hover {
  border-color: rgba(184,144,67,0.3) !important;
  box-shadow: 0 20px 50px rgba(18,51,81,0.15) !important;
  transform: translateY(-8px) !important;
}

.s-block--custom-products .product-card__image img {
  object-fit: contain !important;
  padding: 10px !important;
  transition: transform 0.5s ease !important;
}

.s-block--custom-products .product-card:hover .product-card__image img {
  transform: scale(1.06) !important;
}

.s-block--custom-products .product-card__title a {
  color: #123351 !important;
  font-weight: 800 !important;
  font-size: 13.5px !important;
  transition: color 0.3s ease !important;
  line-height: 1.5 !important;
}

.s-block--custom-products .product-card__title a:hover {
  color: #b89043 !important;
}

.s-block--custom-products .total-price {
  color: #b89043 !important;
  font-size: 1.1rem !important;
  font-weight: 900 !important;
}

.s-block--custom-products .before-price {
  color: #a0aec0 !important;
  font-size: 0.85rem !important;
}

.s-block--custom-products .product-card__enhnaced-mini-cart__btn button {
  border: 1.5px solid #123351 !important;
  color: #123351 !important;
  border-radius: 50px !important;
  background: transparent !important;
  transition: all 0.3s ease !important;
  font-weight: 700 !important;
  font-size: 13px !important;
}

.s-block--custom-products .product-card__enhnaced-mini-cart__btn button:hover {
  background: #123351 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 18px rgba(18,51,81,0.28) !important;
}

.s-block--custom-products .product-card__enhnaced-mini-cart__btn button:hover .enhanced-icon {
  color: #b89043 !important;
}

.s-block--custom-products .s-button-element.s-button-icon {
  border-color: rgba(18,51,81,0.14) !important;
  color: #123351 !important;
  background: #ffffff !important;
  border-radius: 50% !important;
  transition: all 0.3s ease !important;
}

.s-block--custom-products .s-button-element.s-button-icon:hover {
  border-color: #b89043 !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, #b89043 0%, #d4af6a 100%) !important;
  transform: scale(1.1) !important;
}

.s-block--custom-products .s-slider-nav-arrow {
  background: #ffffff !important;
  border: 1.5px solid rgba(18,51,81,0.1) !important;
  box-shadow: 0 4px 14px rgba(18,51,81,0.1) !important;
  border-radius: 50% !important;
  transition: all 0.3s ease !important;
}

.s-block--custom-products .s-slider-nav-arrow svg {
  fill: #123351 !important;
}

.s-block--custom-products .s-slider-nav-arrow:hover:not(.swiper-button-disabled) {
  background: linear-gradient(135deg, #123351 0%, #1a4568 100%) !important;
  border-color: #123351 !important;
  box-shadow: 0 8px 24px rgba(18,51,81,0.3) !important;
  transform: scale(1.08) !important;
}

.s-block--custom-products .s-slider-nav-arrow:hover:not(.swiper-button-disabled) svg {
  fill: #b89043 !important;
}

.s-block--custom-products .swiper {
  padding-top: 14px !important;
  padding-bottom: 6px !important;
  padding-right: 6px !important;
  padding-left: 6px !important;
}

/* ──────────────────────────────────────────
   § 5 — ABOUT SECTION
────────────────────────────────────────── */
#about-6 {
  background: linear-gradient(150deg, #ffffff 0%, #f2f6fa 60%, #e8eef4 100%) !important;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

#about-6 h3 {
  color: #b89043 !important;
  font-weight: 800 !important;
  font-size: 13px !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase !important;
  opacity: 1 !important;
  padding-right: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

#about-6 h3::before {
  content: '' !important;
  display: inline-block !important;
  width: 30px !important;
  height: 2px !important;
  background: #b89043 !important;
  border-radius: 2px !important;
  position: static !important;
  transform: none !important;
}

#about-6 h2 {
  color: #123351 !important;
  font-weight: 900 !important;
  margin-top: 14px !important;
  font-size: clamp(26px, 3.5vw, 38px) !important;
  letter-spacing: -0.5px !important;
  line-height: 1.25 !important;
  text-shadow: none !important;
}

#about-6 p {
  color: #475569 !important;
  line-height: 2 !important;
  font-size: 16px !important;
  border-right: 4px solid #b89043 !important;
  padding-right: 20px !important;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  background: linear-gradient(270deg, rgba(184,144,67,0.06) 0%, transparent 100%) !important;
  border-radius: 14px 0 0 14px !important;
  margin-top: 18px !important;
}

#about-6 video {
  border-radius: 20px !important;
  border: 3px solid #ffffff !important;
  box-shadow:
    -18px 18px 0px -2px #e8eef4,
    -18px 18px 0px 1px #123351,
    0 20px 50px rgba(0,0,0,0.12) !important;
  transition: all 0.4s ease !important;
}

#about-6 video:hover {
  transform: translateY(-6px) !important;
  box-shadow:
    -12px 12px 0px -2px #e8eef4,
    -12px 12px 0px 1px #b89043,
    0 28px 60px rgba(18,51,81,0.18) !important;
}

/* ──────────────────────────────────────────
   § 8 — REVIEWS SECTION
────────────────────────────────────────── */
.s-block--custom-reviews {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 70px 0 !important;
  background: linear-gradient(160deg, #123351 0%, #0c2438 100%) !important;
  position: relative !important;
  overflow: hidden !important;
}

/* Gold dots pattern */
.s-block--custom-reviews::before {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background-image: radial-gradient(circle, rgba(184,144,67,0.12) 1px, transparent 1px) !important;
  background-size: 30px 30px !important;
  pointer-events: none !important;
}

.s-block--custom-reviews .home-block-title {
  position: relative !important;
  z-index: 1 !important;
}

.s-block--custom-reviews .home-block-title h2 {
  color: #ffffff !important;
  font-weight: 900 !important;
  font-size: clamp(24px, 4vw, 34px) !important;
  letter-spacing: -0.5px !important;
}

.s-block--custom-reviews .home-block-title p {
  color: rgba(255,255,255,0.65) !important;
}

.s-block--custom-reviews .home-block-line,
.s-block--custom-reviews .enhanced-title-border {
  background: linear-gradient(90deg, transparent, #b89043, transparent) !important;
}

.s-block--custom-reviews .review {
  position: relative !important;
  z-index: 1 !important;
}

.s-block--custom-reviews .review > div {
  background: rgba(255,255,255,0.07) !important;
  border: 1px solid rgba(184,144,67,0.25) !important;
  border-top: 3px solid #b89043 !important;
  border-radius: 16px !important;
  backdrop-filter: blur(10px) !important;
  transition: all 0.4s ease !important;
  box-shadow: 0 8px 32px rgba(0,0,0,0.2) !important;
  position: relative !important;
  overflow: hidden !important;
}

.s-block--custom-reviews .review > div:hover {
  transform: translateY(-8px) !important;
  background: rgba(255,255,255,0.12) !important;
  border-color: rgba(184,144,67,0.5) !important;
  box-shadow: 0 20px 50px rgba(0,0,0,0.35) !important;
}

.s-block--custom-reviews .review p {
  color: rgba(255,255,255,0.88) !important;
  font-size: 14.5px !important;
  line-height: 1.8 !important;
}

.s-block--custom-reviews .review h4 {
  color: #ffffff !important;
  font-weight: 800 !important;
}

.s-block--custom-reviews .review img {
  border: 3px solid #b89043 !important;
  padding: 2px !important;
  background: #ffffff !important;
  box-shadow: 0 4px 14px rgba(0,0,0,0.3) !important;
}

.s-block--custom-reviews .comment__rating i {
  color: #b89043 !important;
}

.s-block--custom-reviews .sicon-quote {
  color: rgba(184,144,67,0.2) !important;
  opacity: 1 !important;
  font-size: 80px !important;
  top: -5px !important;
  right: 10px !important;
  z-index: 0 !important;
}

.s-block--custom-reviews .swiper {
  padding: 24px 10px 44px !important;
}

/* ──────────────────────────────────────────
   § 9 — FAQ SECTION
────────────────────────────────────────── */

.s-block--faq {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 70px 0 !important;
  background: #f4f7f9 !important;
}

.s-block--faq .home-block-title h2 {
  color: #123351 !important;
  font-weight: 900 !important;
  font-size: clamp(24px, 4vw, 34px) !important;
  letter-spacing: -0.5px !important;
}

.s-block--faq .home-block-title p {
  color: #64748b !important;
}

.s-block--faq .single-faq {
  background: #ffffff !important;
  border: 1px solid rgba(18,51,81,0.08) !important;
  border-right: 5px solid #b89043 !important;
  border-radius: 14px !important;
  box-shadow: 0 4px 16px rgba(18,51,81,0.06) !important;
  transition: all 0.35s ease !important;
  padding: 18px 22px !important;
}

.s-block--faq .single-faq:hover {
  box-shadow: 0 12px 35px rgba(18,51,81,0.14) !important;
  transform: translateX(-5px) !important;
  border-right-color: #123351 !important;
}

.s-block--faq .faq-btn p {
  color: #123351 !important;
  font-weight: 800 !important;
  font-size: 15px !important;
}

.s-block--faq .single-faq:hover .faq-btn p {
  color: #b89043 !important;
}

/* THE FIX: ugly black circle buttons */
.s-block--faq .faq-btn i,
.s-block--faq .faq-btn .sicon-keyboard_arrow_down {
  background: linear-gradient(135deg, #123351, #1a4568) !important;
  color: #b89043 !important;
  border-radius: 10px !important;
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 16px !important;
  box-shadow: 0 4px 14px rgba(18,51,81,0.25) !important;
  flex-shrink: 0 !important;
  transition: all 0.3s ease !important;
}

.s-block--faq .single-faq:hover .faq-btn i,
.s-block--faq .single-faq:hover .faq-btn .sicon-keyboard_arrow_down {
  background: linear-gradient(135deg, #b89043, #d4af6a) !important;
  color: #123351 !important;
  box-shadow: 0 4px 14px rgba(184,144,67,0.35) !important;
}

.s-block--faq .faq-content p {
  color: #64748b !important;
  font-size: 14.5px !important;
  line-height: 1.85 !important;
  padding-top: 14px !important;
  border-top: 1px dashed rgba(184,144,67,0.3) !important;
  margin-top: 14px !important;
}



/* ──────────────────────────────────────────
   MOBILE RESPONSIVE
────────────────────────────────────────── */

@media (max-width: 768px) {
  #about-6 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  #about-6 h2 { font-size: 26px !important; }
  #about-6 p  { font-size: 14.5px !important; }

  #about-6 video {
    margin-top: 20px !important;
    box-shadow:
      -10px 10px 0px -2px #e8eef4,
      -10px 10px 0px 1px #123351,
      0 12px 28px rgba(0,0,0,0.1) !important;
  }

  .s-block--custom-reviews {
    padding: 30px 0 !important;
  }

  .s-block--faq {
    padding: 30px 0 !important;
  }

  .s-block.s-block--custom-products {
    padding: 30px 0 20px !important;
  }

  .s-block:has(.ts-pro-features) {
    padding: 36px 0 !important;
  }

  .s-block:has(.top-summit-container) {
    padding: 30px 0 !important;
  }

  section.banners-slider--4 .swiper-slide img {
    height: 200px !important;
    max-height: 200px !important;
    min-height: 200px !important;
    border-radius: 12px !important;
  }
 
  .s-block--custom-products .home-block-title h2 { font-size: 24px !important; }
  .s-block--custom-products .product-card { padding: 12px !important; }

  .s-block--faq .single-faq:hover { transform: translateX(-3px) !important; }
 
}





/*----------------------------
------------------------------
single product
------------------------------
------------------------------*/

:root {
  --q-navy: #153553;
  --q-gold: #bd944c;
  --q-border: #e5e7eb;
}

.product-single {
  margin-top: 40px !important;
}

.product-single__main-media {
  height: auto !important;
  max-height: 450px !important;
  border: 1px solid var(--q-border) !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  padding: 10px !important;
  overflow: hidden !important;
}

.product-single__main-media img {
  height: auto !important;
  max-height: 400px !important;
  width: 100% !important;
  object-fit: contain !important;
}

.product-single__info h1 {
  color: var(--q-navy) !important;
  font-size: 22px !important;
  font-weight: bold !important;
}

.total-price {
  color: var(--q-navy) !important;
}

.total-price .sicon-sar,
.total-price i {
  color: var(--q-gold) !important;
}

.bg-storeBG.product-price-bottom {
  background: #ffffff !important;
  border: 1px solid var(--q-border) !important;
  border-bottom: none !important;
  border-radius: 12px 12px 0 0 !important;
  padding: 20px !important;
  margin-top: 20px !important;
}

.sticky-product-bar {
  background: #ffffff !important;
  border: 1px solid var(--q-border) !important;
  border-radius: 0 0 12px 12px !important;
  padding: 20px !important;
}

.s-add-product-button-main .s-button-primary,
.sticky-product-bar__btn .s-button-primary {
  background-color: var(--q-navy) !important;
  border-color: var(--q-navy) !important;
  border-radius: 8px !important;
  height: 48px !important;
}
/*
.s-mini-checkout button,
.s-add-product-button-mini-checkout button {
  border: 1.5px solid var(--q-navy) !important;
  color: var(--q-navy) !important;
  background: transparent !important;
  border-radius: 8px !important;
  height: 48px !important;
}

.s-payments-list {
  display: flex !important;
  gap: 10px !important;
  justify-content: center !important;
  margin-top: 20px !important;
  padding: 15px !important;
  background: #ffffff !important;
  border: 1px solid var(--q-border) !important;
  border-radius: 12px !important;
}

.s-payments-list-item img {
  height: 24px !important;
  width: auto !important;
}

.product-more-info {
  background: #ffffff !important;
  border: 1px solid var(--q-border) !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  margin-top: 30px !important;
}

.content-ul-tab {
  background: #f9fafb !important;
  border-bottom: 1px solid var(--q-border) !important;
}

.more-info-tabs__nav-link.active {
  color: var(--q-navy) !important;
  border-bottom-color: var(--q-gold) !important;
  background: #ffffff !important;
}

#details_table, #reviews {
  padding: 24px !important;
}

#details_table p, #details_table li {
  font-size: 15px !important;
  line-height: 1.8 !important;
  color: #374151 !important;
}