/* =========================================================
   GOLDEN FITNESS — COMPLETE STORE CSS
   Salla / Raed Theme
   ========================================================= */


/* =========================================================
   01) BRAND SYSTEM
   ========================================================= */

:root {
  /* الهوية */
  --gf-gold: #f89b1c;
  --gf-gold-dark: #d77c08;
  --gf-gold-light: #ffbd5c;
  --gf-gold-soft: #fff3df;

  --gf-black: #101010;
  --gf-dark: #1a1a1a;
  --gf-text: #353535;
  --gf-muted: #777777;

  --gf-white: #ffffff;
  --gf-ivory: #fffdf9;
  --gf-warm-bg: #fffaf4;
  --gf-surface: #f8f8f8;
  --gf-line: #e7e7e7;
  --gf-warm-line: #f0e2d1;

  /* الحواف */
  --gf-radius-xs: 7px;
  --gf-radius-sm: 10px;
  --gf-radius-md: 14px;
  --gf-radius-lg: 22px;
  --gf-radius-xl: 28px;

  /* الظلال */
  --gf-shadow-sm: 0 5px 16px rgba(0, 0, 0, 0.06);
  --gf-shadow-md: 0 12px 32px rgba(0, 0, 0, 0.1);
  --gf-shadow-lg: 0 18px 45px rgba(0, 0, 0, 0.14);
  --gf-shadow-gold: 0 12px 28px rgba(248, 155, 28, 0.28);

  /* الخط */
  --font-main: "Tajawal", "IBM Plex Sans Arabic", Arial, sans-serif !important;

  /* متغيرات سلة */
  --color-primary: #f89b1c !important;
  --color-primary-d: #d77c08 !important;
  --color-primary-dark: #d77c08 !important;
  --color-primary-l: #ffbd5c !important;
  --color-primary-light: #ffbd5c !important;
  --color-primary-reverse: #1a1a1a !important;

  --main-text-color: #1a1a1a !important;
  --main-text-color-dark: #101010 !important;
  --color-text: #777777 !important;

  --color-grey: #f7f7f7 !important;
  --color-light-grey: #eeeeee !important;
  --bg-gray: #f8f8f8 !important;
}


/* =========================================================
   02) GLOBAL
   ========================================================= */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body,
.salla-theme {
  color: var(--gf-text) !important;
  background: var(--gf-white) !important;
  font-family: var(--font-main) !important;
  text-rendering: optimizeLegibility;
}

body {
  overflow-x: hidden;
}

section {
  background: transparent;
}

img {
  max-width: 100%;
  image-rendering: auto;
}

a {
  transition:
    color 0.25s ease,
    opacity 0.25s ease,
    transform 0.25s ease;
}

a:hover {
  color: var(--gf-gold-dark);
}

::selection {
  color: #171717;
  background: var(--gf-gold);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--gf-dark);
  font-weight: 900;
  letter-spacing: -0.01em;
}


/* =========================================================
   03) SCROLLBAR
   ========================================================= */

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #f0f0f0;
}

::-webkit-scrollbar-thumb {
  background: var(--gf-gold);
  border: 2px solid #f0f0f0;
  border-radius: 99px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--gf-gold-dark);
}


/* =========================================================
   04) TOP NAVBAR
   ========================================================= */

.top-navbar {
  color: #ffffff !important;
  background: var(--gf-black) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.top-navbar a,
.top-navbar .topnav-link-item,
.top-navbar span,
.top-navbar p {
  color: rgba(255, 255, 255, 0.84) !important;
}

.top-navbar a:hover,
.top-navbar .topnav-link-item:hover {
  color: var(--gf-gold) !important;
}


/* =========================================================
   05) HEADER
   ========================================================= */

.main-nav-container {
  background: #ffffff !important;
  border-bottom: 1px solid rgba(24, 24, 24, 0.08);
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.025);
}

.main-nav-container .inner {
  background: #ffffff !important;
}

.main-nav-container.fixed-pinned .inner,
.main-nav-container.is-sticky .inner {
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08) !important;
}

.navbar-brand img,
.main-nav-container .logo img,
.site-header .logo img {
  width: auto !important;
  max-width: 185px !important;
  max-height: 62px !important;
  object-fit: contain;
}


/* =========================================================
   06) NAVIGATION
   ========================================================= */

#mainnav .main-menu > li > a,
.main-menu > li > a,
#mainnav custom-main-menu a,
custom-main-menu a {
  color: var(--gf-dark) !important;
  font-weight: 800 !important;
}

#mainnav .main-menu > li > a:hover,
.main-menu > li > a:hover,
#mainnav custom-main-menu a:hover,
custom-main-menu a:hover {
  color: var(--gf-gold-dark) !important;
}

.menu-item.is-active,
.menu-item.is-active a,
.main-menu .active a {
  color: var(--gf-gold-dark) !important;
}

.main-menu .submenu,
.main-menu .sub-menu,
.sub-nav-content,
.menu-dropdown {
  overflow: hidden;
  background: #ffffff !important;
  border: 1px solid var(--gf-line) !important;
  border-radius: var(--gf-radius-md) !important;
  box-shadow: var(--gf-shadow-md) !important;
}

.main-menu .submenu a,
.main-menu .sub-menu a,
.sub-nav-content a,
.menu-dropdown a {
  color: var(--gf-dark) !important;
  font-weight: 700 !important;
}

.main-menu .submenu a:hover,
.main-menu .sub-menu a:hover,
.sub-nav-content a:hover,
.menu-dropdown a:hover {
  color: var(--gf-gold-dark) !important;
  background: var(--gf-gold-soft) !important;
}


/* =========================================================
   07) SEARCH + ICONS + CART
   ========================================================= */

.header-btn__icon,
.header-actions button,
.header-actions a {
  color: var(--gf-dark) !important;
  background: #ffffff !important;
  border: 1px solid var(--gf-line) !important;
  transition:
    color 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease !important;
}

.header-btn:hover .header-btn__icon,
.header-btn:focus .header-btn__icon,
.header-actions button:hover,
.header-actions a:hover {
  color: #171717 !important;
  background: var(--gf-gold) !important;
  border-color: var(--gf-gold) !important;
  transform: translateY(-2px);
}

.s-cart-summary-total {
  color: var(--gf-dark) !important;
  font-weight: 900 !important;
}

.s-cart-summary-count,
.notification-badge,
.header-cart-count,
.cart-count {
  color: #171717 !important;
  background: var(--gf-gold) !important;
  border: 2px solid #ffffff !important;
  font-weight: 900 !important;
}

.s-search-input,
.header-search .s-search-input,
input[type="search"] {
  color: var(--gf-dark) !important;
  background: #f5f5f5 !important;
  border: 1px solid transparent !important;
  border-radius: var(--gf-radius-sm) !important;
  box-shadow: none !important;
}

.s-search-input:hover,
input[type="search"]:hover {
  background: #eeeeee !important;
}

.s-search-input:focus,
input[type="search"]:focus {
  background: #ffffff !important;
  border-color: var(--gf-gold) !important;
  box-shadow: 0 0 0 4px rgba(248, 155, 28, 0.14) !important;
}

.s-search-input::placeholder,
input[type="search"]::placeholder {
  color: #989898 !important;
}


/* =========================================================
   08) BUTTONS
   ========================================================= */

button,
.btn,
.s-button,
salla-button button,
salla-add-product-button button {
  font-family: var(--font-main) !important;
  font-weight: 800 !important;
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease !important;
}

.btn--primary,
.s-button-primary,
.s-button-solid.s-button-primary,
salla-add-product-button .s-button-primary,
salla-button[color="primary"] .s-button {
  color: #171717 !important;
  background: var(--gf-gold) !important;
  border-color: var(--gf-gold) !important;
  box-shadow: none !important;
}

.btn--primary:hover,
.s-button-primary:hover,
.s-button-solid.s-button-primary:hover,
salla-add-product-button .s-button-primary:hover,
salla-button[color="primary"]:hover .s-button {
  color: #ffffff !important;
  background: var(--gf-gold-dark) !important;
  border-color: var(--gf-gold-dark) !important;
  box-shadow: var(--gf-shadow-gold) !important;
  transform: translateY(-2px);
}

.btn--outline-primary,
.s-button-outline.s-button-primary,
.s-button-outline-primary {
  color: var(--gf-dark) !important;
  background: transparent !important;
  border: 1.5px solid var(--gf-dark) !important;
}

.btn--outline-primary:hover,
.s-button-outline.s-button-primary:hover,
.s-button-outline-primary:hover {
  color: #171717 !important;
  background: var(--gf-gold) !important;
  border-color: var(--gf-gold) !important;
  transform: translateY(-2px);
}

.btn--rounded-gray,
.btn--circle-gray,
.btn--icon {
  color: var(--gf-dark) !important;
  background: #f3f3f3 !important;
  border-color: #e4e4e4 !important;
}

.btn--rounded-gray:hover,
.btn--circle-gray:hover,
.btn--icon:hover {
  color: #171717 !important;
  background: var(--gf-gold) !important;
  border-color: var(--gf-gold) !important;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(248, 155, 28, 0.45) !important;
  outline-offset: 3px;
}


/* =========================================================
   09) SECTIONS + HERO
   ========================================================= */

.s-block {
  margin-top: 42px;
}

.s-block__title h2,
.s-block--categories__title,
.s-block__title .right-side h2 {
  color: var(--gf-dark) !important;
  font-size: clamp(1.25rem, 2vw, 1.85rem) !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
}

.s-block__title h2::before,
.s-block--categories__title::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 1.15em;
  margin-inline-end: 10px;
  vertical-align: -0.15em;
  background: var(--gf-gold);
  border-radius: 99px;
}

.s-block__display-all,
.s-block__title a {
  color: var(--gf-gold-dark) !important;
  font-weight: 900 !important;
}

.s-block__display-all:hover,
.s-block__title a:hover {
  color: var(--gf-dark) !important;
}

.banner--fixed,
.banner-entry,
.full-banner-entry,
.s-slider,
.s-banner {
  overflow: hidden;
  border-radius: var(--gf-radius-lg) !important;
}

.banner--fixed img,
.banner-entry img,
.full-banner-entry img,
.s-slider img,
.s-banner img {
  transition: transform 0.4s ease !important;
}

.banner--fixed:hover img,
.banner-entry:hover img,
.full-banner-entry:hover img,
.s-slider:hover img,
.s-banner:hover img {
  transform: scale(1.02);
}


/* =========================================================
   10) CATEGORIES + FEATURES
   ========================================================= */

.slide--cat-entry,
.s-category-card,
.category-card {
  color: var(--gf-dark) !important;
  background: #ffffff !important;
  border: 1px solid var(--gf-line) !important;
  border-radius: var(--gf-radius-md) !important;
  box-shadow: none !important;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease !important;
}

.slide--cat-entry:hover,
.s-category-card:hover,
.category-card:hover {
  color: var(--gf-dark) !important;
  border-color: rgba(248, 155, 28, 0.65) !important;
  box-shadow: var(--gf-shadow-md) !important;
  transform: translateY(-5px);
}

.slide--cat-entry i,
.s-category-card i,
.category-card i {
  color: var(--gf-gold-dark) !important;
}

.s-block--features__item {
  background: #ffffff !important;
  border: 1px solid var(--gf-line) !important;
  border-radius: var(--gf-radius-md) !important;
}

.s-block--features__item .feature-icon {
  color: #171717 !important;
  background: var(--gf-gold) !important;
}

.s-block--features__item .feature-icon i,
.s-block--features__item .feature-icon svg {
  color: #171717 !important;
  fill: #171717 !important;
}

.s-block--features__item h2,
.s-block--features__item h3 {
  color: var(--gf-dark) !important;
  font-weight: 900 !important;
}


/* =========================================================
   11) PRODUCT CARDS
   ========================================================= */

custom-salla-product-card {
  display: block;
  height: 100%;
}

custom-salla-product-card .s-product-card,
salla-products-list .s-product-card,
.s-product-card {
  height: 100%;
  overflow: hidden;
  background: #ffffff !important;
  border: 1px solid var(--gf-line) !important;
  border-radius: var(--gf-radius-md) !important;
  box-shadow: none !important;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease !important;
}

custom-salla-product-card .s-product-card:hover,
salla-products-list .s-product-card:hover,
.s-product-card:hover {
  border-color: rgba(248, 155, 28, 0.65) !important;
  box-shadow: var(--gf-shadow-md) !important;
  transform: translateY(-6px);
}

.s-product-card-image {
  overflow: hidden;
  background: #f7f7f7 !important;
}

.s-product-card-image img {
  transition: transform 0.4s ease !important;
}

.s-product-card:hover .s-product-card-image img {
  transform: scale(1.045);
}

.s-product-card-content {
  color: var(--gf-dark) !important;
}

.s-product-card-content-title {
  color: var(--gf-dark) !important;
  font-weight: 900 !important;
  line-height: 1.65 !important;
}

.s-product-card-content-title:hover {
  color: var(--gf-gold-dark) !important;
}

.s-product-card-sale-price,
.s-product-card-sale-price h4,
.s-product-card-sale-price span,
.s-product-price h2,
.s-product-price h3,
.s-product-price h4,
.price-is-sale {
  color: var(--gf-gold-dark) !important;
  font-weight: 900 !important;
}

.s-product-card-regular-price,
.s-product-card-regular-price h4,
.s-product-card-regular-price span,
.s-product-price del {
  color: #999999 !important;
}

.s-product-card-promotion-title,
.s-product-card-badge,
.s-product-card-discount,
.s-product-card .badge,
.discount-badge {
  color: #171717 !important;
  background: var(--gf-gold) !important;
  border: 0 !important;
  border-radius: 7px !important;
  font-weight: 900 !important;
}

.s-product-card-wishlist-btn .s-button,
.s-product-card-wishlist-btn button,
salla-button.s-product-card-wishlist-btn button {
  color: var(--gf-dark) !important;
  background: #ffffff !important;
  border: 1px solid var(--gf-line) !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.s-product-card-wishlist-btn:hover .s-button,
.s-product-card-wishlist-btn:hover button {
  color: #ffffff !important;
  background: var(--gf-dark) !important;
  border-color: var(--gf-dark) !important;
}

.s-product-card salla-add-product-button {
  display: block;
  margin-top: 10px;
}

.s-product-card salla-add-product-button .s-button,
.s-product-card salla-add-product-button button {
  width: 100%;
  min-height: 44px;
  border-radius: 9px !important;
}

.s-rating-stars,
.s-rating-stars i,
.s-rating-stars svg,
.s-product-card .s-rating-stars {
  color: var(--gf-gold) !important;
  fill: var(--gf-gold) !important;
}


/* =========================================================
   12) PRODUCT DETAILS
   ========================================================= */

.product-single,
.container--product-details {
  color: var(--gf-dark) !important;
}

.product-single h1,
.product-single .product-title,
.container--product-details h1 {
  color: var(--gf-dark) !important;
  font-size: clamp(1.6rem, 3vw, 2.5rem) !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
}

.product-single .s-product-price h2,
.product-single .s-product-price h3,
.product-single .s-product-price h4 {
  color: var(--gf-gold-dark) !important;
  font-size: clamp(1.45rem, 2.5vw, 2rem) !important;
  font-weight: 900 !important;
}

.product-single .product__description,
.product-single .product-description {
  color: #555555 !important;
  line-height: 2 !important;
}

.product-single .product__description a,
.product-single .product-description a {
  color: var(--gf-gold-dark) !important;
  font-weight: 800;
}

.product-single .swiper-slide,
.product-single .swiper-slide img,
.product-single .magnify-wrapper,
.product-single .model-viewer-wrapper {
  border-radius: var(--gf-radius-md) !important;
}

.product-single .swiper-slide-thumb-active,
.product-single .swiper-slide-active {
  border-color: var(--gf-gold) !important;
}

.s-product-options-option,
.product-option-uploader .s-file-upload-wrapper {
  border-radius: var(--gf-radius-sm) !important;
}

.s-product-options-option input:checked + label,
.s-product-options-option input:checked ~ label {
  color: var(--gf-dark) !important;
  background: var(--gf-gold-soft) !important;
  border-color: var(--gf-gold) !important;
  box-shadow: inset 0 0 0 1px var(--gf-gold) !important;
}

.product-single salla-add-product-button .s-button,
.product-single salla-add-product-button button {
  min-height: 52px;
  border-radius: var(--gf-radius-sm) !important;
  font-size: 1rem !important;
}

.sticky-product-bar {
  background: #ffffff !important;
  border-top: 1px solid var(--gf-line) !important;
}


/* =========================================================
   13) FORMS + FILTERS
   ========================================================= */

.form-input,
.s-form-control,
.s-search-input,
.s-datetime-picker-input,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="search"],
textarea,
select {
  color: var(--gf-dark) !important;
  background: #ffffff !important;
  border: 1px solid #dddddd !important;
  border-radius: 9px !important;
  box-shadow: none !important;
}

.form-input:focus,
.s-form-control:focus,
.s-datetime-picker-input:focus,
input:focus,
textarea:focus,
select:focus {
  border-color: var(--gf-gold) !important;
  box-shadow: 0 0 0 4px rgba(248, 155, 28, 0.14) !important;
}

input::placeholder,
textarea::placeholder {
  color: #a4a4a4 !important;
}

input[type="checkbox"],
input[type="radio"] {
  accent-color: var(--gf-gold);
}

.s-quantity-input-container {
  overflow: hidden;
  border: 1px solid var(--gf-line) !important;
  border-radius: 9px !important;
}

.s-quantity-input-button {
  color: var(--gf-dark) !important;
  background: #f5f5f5 !important;
}

.s-quantity-input-button:hover {
  color: #171717 !important;
  background: var(--gf-gold) !important;
}

.noUi-connect,
.noUi-origin .noUi-connect {
  background: var(--gf-gold) !important;
}

.noUi-handle {
  border-color: var(--gf-gold) !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15) !important;
}

.s-pagination a,
.pagination a,
.pagination .page-link {
  color: var(--gf-dark) !important;
  background: #ffffff !important;
  border: 1px solid var(--gf-line) !important;
  border-radius: var(--gf-radius-xs) !important;
  font-weight: 800 !important;
}

.s-pagination a:hover,
.s-pagination .active,
.pagination a:hover,
.pagination .active .page-link {
  color: #171717 !important;
  background: var(--gf-gold) !important;
  border-color: var(--gf-gold) !important;
}


/* =========================================================
   14) CART + CHECKOUT
   ========================================================= */

.cart-item,
.cart-options,
.cart-summary,
.cart-summary-wrapper,
.s-cart-summary,
.order-summary {
  background: #ffffff !important;
  border: 1px solid var(--gf-line) !important;
  border-radius: var(--gf-radius-md) !important;
}

.cart-item {
  transition:
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.cart-item:hover {
  border-color: rgba(248, 155, 28, 0.5) !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.cart-item h1,
.cart-item h2,
.cart-item h3,
.cart-item h4,
.cart-item a {
  color: var(--gf-dark) !important;
  font-weight: 800 !important;
}

.cart-item a:hover {
  color: var(--gf-gold-dark) !important;
}

.cart-item .price,
.cart-item .total,
.cart-summary .total,
.s-cart-summary-total,
.order-summary .total {
  color: var(--gf-gold-dark) !important;
  font-weight: 900 !important;
}

.cart-options {
  border-style: dashed !important;
}

.cart-empty,
.no-content-placeholder {
  color: #7a5a1c !important;
  background: #fff7eb !important;
  border: 1px dashed rgba(248, 155, 28, 0.75) !important;
  border-radius: var(--gf-radius-md) !important;
}

button.btn--coupon {
  color: #171717 !important;
  background: var(--gf-gold) !important;
  border-color: var(--gf-gold) !important;
}

button.btn--coupon:hover {
  color: #ffffff !important;
  background: var(--gf-gold-dark) !important;
  border-color: var(--gf-gold-dark) !important;
}


/* =========================================================
   15) FOOTER
   ========================================================= */

.store-footer,
.footer-main {
  color: rgba(255, 255, 255, 0.76) !important;
  background: var(--gf-black) !important;
}

.store-footer__inner,
.footer-main .container {
  background: var(--gf-dark) !important;
}

.store-footer h2,
.store-footer h3,
.store-footer h4,
.store-footer h5,
.footer-main h2,
.footer-main h3,
.footer-main h4,
.footer-main h5 {
  color: #ffffff !important;
  font-weight: 900 !important;
}

.store-footer a,
.footer-main a,
.footer-links li a,
.store-contact a,
.footer-item p {
  color: rgba(255, 255, 255, 0.75) !important;
}

.store-footer a:hover,
.footer-main a:hover,
.footer-links li a:hover,
.store-contact a:hover {
  color: var(--gf-gold) !important;
}

.footer-title span {
  color: #ffffff !important;
  border-bottom: 1px solid var(--gf-gold) !important;
}

.store-footer .social-link,
.store-footer .social__item a,
.footer-main .social-link,
.footer-main .social__item a {
  color: #171717 !important;
  background: var(--gf-gold) !important;
  border: 1px solid var(--gf-gold) !important;
  border-radius: 50% !important;
}

.store-footer .social-link:hover,
.store-footer .social__item a:hover,
.footer-main .social-link:hover,
.footer-main .social__item a:hover {
  color: #ffffff !important;
  background: var(--gf-gold-dark) !important;
  border-color: var(--gf-gold-dark) !important;
  transform: translateY(-3px);
}

.copyright-text,
.copyright-text p {
  color: rgba(255, 255, 255, 0.52) !important;
}


/* =========================================================
   16) CUSTOM HTML — TRUST BAR
   ========================================================= */

#gf-trust-bar {
  width: min(1180px, calc(100% - 32px));
  margin: 38px auto;
}

.gf-trust-bar__container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  background: var(--gf-ivory);
  border: 1px solid var(--gf-warm-line);
  border-radius: var(--gf-radius-lg);
  box-shadow: var(--gf-shadow-sm);
}

.gf-trust-bar__item {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  min-height: 124px;
  padding: 23px 20px;
  border-inline-end: 1px solid var(--gf-warm-line);
  transition:
    background 0.25s ease,
    transform 0.25s ease;
}

.gf-trust-bar__item:last-child {
  border-inline-end: 0;
}

.gf-trust-bar__item:hover {
  background: #fff5e8;
}

.gf-trust-bar__icon {
  display: grid;
  flex: 0 0 46px;
  place-items: center;
  width: 46px;
  height: 46px;
  color: var(--gf-gold-dark);
  background: #fff1dc;
  border: 1px solid rgba(248, 155, 28, 0.24);
  border-radius: 13px;
}

.gf-trust-bar__icon svg {
  width: 23px;
  height: 23px;
  stroke: currentColor;
}

.gf-trust-bar__item h3 {
  margin: 2px 0 6px;
  color: var(--gf-dark) !important;
  font-size: 0.96rem;
  font-weight: 900;
  line-height: 1.4;
}

.gf-trust-bar__item p {
  margin: 0;
  color: var(--gf-muted);
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.75;
}


/* =========================================================
   17) CUSTOM HTML — WHY GOLDEN FITNESS
   ========================================================= */

#gf-why-us {
  position: relative;
  overflow: hidden;
  margin: 54px auto;
  padding: 0 16px;
  background: var(--gf-warm-bg);
}

.gf-why-us__container {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.92fr);
  gap: 40px;
  align-items: center;
  width: min(1180px, 100%);
  min-height: 490px;
  margin: 0 auto;
  padding: 50px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 8% 8%,
      rgba(248, 155, 28, 0.06),
      transparent 22rem
    ),
    var(--gf-ivory);
  border: 1px solid var(--gf-warm-line);
  border-radius: 24px;
  box-shadow: 0 16px 38px rgba(20, 20, 20, 0.07);
}

.gf-why-us__content {
  position: relative;
  z-index: 2;
}

.gf-why-us__eyebrow,
.gf-cta-banner__eyebrow,
.gf-customer-reviews__eyebrow,
.gf-faq__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 13px;
  color: var(--gf-gold-dark);
  font-size: 0.82rem;
  font-weight: 900;
}

.gf-why-us__eyebrow::before,
.gf-cta-banner__eyebrow::before,
.gf-customer-reviews__eyebrow::before,
.gf-faq__eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  background: var(--gf-gold);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(248, 155, 28, 0.14);
}

.gf-why-us__title {
  max-width: 640px;
  margin: 0;
  color: var(--gf-dark) !important;
  font-size: clamp(1.7rem, 3vw, 2.55rem);
  font-weight: 900;
  line-height: 1.4;
}

.gf-why-us__description {
  max-width: 620px;
  margin: 15px 0 25px;
  color: var(--gf-muted);
  font-size: 0.97rem;
  font-weight: 600;
  line-height: 2;
}

.gf-why-us__points {
  display: grid;
  gap: 13px;
  max-width: 655px;
}

.gf-why-us__point {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding: 13px 14px;
  background: #fffdf9;
  border: 1px solid var(--gf-warm-line);
  border-radius: 13px;
  transition:
    border-color 0.25s ease,
    background 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.gf-why-us__point:hover {
  background: #fff6e9;
  border-color: rgba(248, 155, 28, 0.48);
  box-shadow: 0 9px 20px rgba(0, 0, 0, 0.05);
  transform: translateX(-3px);
}

.gf-why-us__point-icon {
  display: grid;
  flex: 0 0 43px;
  place-items: center;
  width: 43px;
  height: 43px;
  color: var(--gf-gold-dark);
  background: #fff3df;
  border: 1px solid rgba(248, 155, 28, 0.22);
  border-radius: 12px;
}

.gf-why-us__point-icon svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
}

.gf-why-us__point h3 {
  margin: 1px 0 4px;
  color: var(--gf-dark) !important;
  font-size: 0.96rem;
  font-weight: 900;
  line-height: 1.4;
}

.gf-why-us__point p {
  margin: 0;
  color: var(--gf-muted);
  font-size: 0.83rem;
  font-weight: 600;
  line-height: 1.7;
}

.gf-why-us__button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 46px;
  margin-top: 24px;
  padding: 0 19px;
  color: #171717 !important;
  background: var(--gf-gold);
  border: 1px solid var(--gf-gold);
  border-radius: 9px;
  font-size: 0.88rem;
  font-weight: 900;
  text-decoration: none;
  transition:
    color 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.gf-why-us__button:hover {
  color: #ffffff !important;
  background: #25d366;
  border-color: #25d366;
  box-shadow: 0 11px 23px rgba(37, 211, 102, 0.28);
  transform: translateY(-2px);
}

.gf-why-us__button svg {
  width: 18px;
  height: 18px;
}

/* الجانب البصري */

.gf-why-us__visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 390px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 50% 50%,
      rgba(248, 155, 28, 0.14),
      transparent 42%
    ),
    linear-gradient(145deg, #1b1b1b, #0d0d0d);
  border-radius: 21px;
}

.gf-why-us__visual::before,
.gf-why-us__visual::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(248, 155, 28, 0.16);
  border-radius: 50%;
  pointer-events: none;
}

.gf-why-us__visual::before {
  top: -90px;
  inset-inline-start: -85px;
  width: 225px;
  height: 225px;
}

.gf-why-us__visual::after {
  bottom: -110px;
  inset-inline-end: -100px;
  width: 280px;
  height: 280px;
}

.gf-why-us__visual-grid {
  position: absolute;
  inset: 0;
  opacity: 0.1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.15) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.15) 1px, transparent 1px);
  background-size: 30px 30px;
  mask-image: linear-gradient(
    to bottom,
    transparent,
    #000 25%,
    #000 75%,
    transparent
  );
}

.gf-why-us__center-card {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(235px, 64vw);
  aspect-ratio: 1 / 1;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(248, 155, 28, 0.38);
  border-radius: 50%;
  box-shadow:
    0 0 0 14px rgba(248, 155, 28, 0.035),
    0 0 0 32px rgba(248, 155, 28, 0.018),
    0 18px 42px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(4px);
}

/* لوحة فاتحة خلف الشعار لضمان وضوح الكتابة السوداء */

.gf-why-us__logo {
  display: block;
  width: min(158px, 46vw);
  max-height: none;
  padding: 14px 13px;
  object-fit: contain;
  background: #fffdf8;
  border: 1px solid rgba(248, 155, 28, 0.3);
  border-radius: 14px;
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.2),
    inset 0 0 0 1px rgba(255, 255, 255, 0.7);
  filter: none;
}

.gf-why-us__center-line {
  width: 54px;
  height: 3px;
  margin: 15px 0 13px;
  background: var(--gf-gold);
  border-radius: 99px;
}

.gf-why-us__center-label {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.84rem;
  font-weight: 800;
}

.gf-why-us__badge {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 172px;
  padding: 11px;
  color: #ffffff;
  background: rgba(23, 23, 23, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 13px;
  box-shadow: 0 11px 27px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(7px);
}

.gf-why-us__badge--top {
  top: 28px;
  inset-inline-start: 24px;
}

.gf-why-us__badge--bottom {
  bottom: 28px;
  inset-inline-end: 24px;
}

.gf-why-us__badge-icon {
  display: grid;
  flex: 0 0 36px;
  place-items: center;
  width: 36px;
  height: 36px;
  color: #151515;
  background: var(--gf-gold);
  border-radius: 10px;
}

.gf-why-us__badge-icon svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
}

.gf-why-us__badge strong,
.gf-why-us__badge span:not(.gf-why-us__badge-icon) {
  display: block;
}

.gf-why-us__badge strong {
  margin-bottom: 2px;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 900;
}

.gf-why-us__badge div > span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.55;
}


/* =========================================================
   18) CUSTOM HTML — CTA BANNER
   ========================================================= */

#gf-cta-banner {
  margin: 54px auto;
  padding: 0 16px;
}

.gf-cta-banner__container {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.65fr);
  gap: 24px;
  align-items: center;
  width: min(1180px, 100%);
  min-height: 290px;
  margin: 0 auto;
  padding: 42px 48px;
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 87% 18%,
      rgba(248, 155, 28, 0.16),
      transparent 17rem
    ),
    radial-gradient(
      circle at 6% 100%,
      rgba(248, 155, 28, 0.07),
      transparent 18rem
    ),
    linear-gradient(135deg, #1a1a1a, #0b0b0b);
  border-radius: var(--gf-radius-xl);
  box-shadow: var(--gf-shadow-lg);
}

.gf-cta-banner__container::before {
  content: "";
  position: absolute;
  top: -120px;
  inset-inline-end: -80px;
  width: 370px;
  height: 370px;
  border: 1px solid rgba(248, 155, 28, 0.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 38px rgba(248, 155, 28, 0.025),
    0 0 0 78px rgba(248, 155, 28, 0.012);
}

.gf-cta-banner__content {
  position: relative;
  z-index: 2;
}

.gf-cta-banner__eyebrow {
  color: var(--gf-gold);
}

.gf-cta-banner__title {
  max-width: 690px;
  margin: 0;
  color: #ffffff !important;
  font-size: clamp(1.55rem, 3vw, 2.55rem);
  font-weight: 900;
  line-height: 1.38;
}

.gf-cta-banner__description {
  max-width: 620px;
  margin: 14px 0 25px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.96rem;
  font-weight: 600;
  line-height: 1.95;
}

.gf-cta-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.gf-cta-banner__primary,
.gf-cta-banner__secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 0 19px;
  border-radius: 9px;
  font-size: 0.88rem;
  font-weight: 900;
  text-decoration: none;
  transition:
    color 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.gf-cta-banner__primary {
  color: #171717 !important;
  background: var(--gf-gold);
  border: 1px solid var(--gf-gold);
}

.gf-cta-banner__primary:hover {
  color: #ffffff !important;
  background: var(--gf-gold-dark);
  border-color: var(--gf-gold-dark);
  box-shadow: var(--gf-shadow-gold);
  transform: translateY(-2px);
}

.gf-cta-banner__secondary {
  color: #ffffff !important;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.32);
}

.gf-cta-banner__secondary:hover {
  color: #171717 !important;
  background: #fffdf8;
  border-color: #fffdf8;
  transform: translateY(-2px);
}

.gf-cta-banner__primary svg {
  width: 18px;
  height: 18px;
}

.gf-cta-banner__visual {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  min-height: 185px;
}

.gf-cta-banner__logo {
  position: relative;
  z-index: 3;
  width: min(180px, 70%);
  max-height: none;
  padding: 15px 16px;
  object-fit: contain;
  background: #fffdf8;
  border: 1px solid rgba(248, 155, 28, 0.34);
  border-radius: 16px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.24);
  filter: none;
}

.gf-cta-banner__ring {
  position: absolute;
  border: 1px solid rgba(248, 155, 28, 0.22);
  border-radius: 50%;
}

.gf-cta-banner__ring--one {
  width: 190px;
  height: 190px;
}

.gf-cta-banner__ring--two {
  width: 245px;
  height: 245px;
  border-color: rgba(255, 255, 255, 0.08);
}


/* =========================================================
   19) CUSTOM HTML — CUSTOMER REVIEWS
   ========================================================= */

#gf-customer-reviews {
  position: relative;
  overflow: hidden;
  margin: 54px auto;
  padding: 48px 16px;
  background:
    radial-gradient(
      circle at 5% 15%,
      rgba(248, 155, 28, 0.08),
      transparent 20rem
    ),
    var(--gf-warm-bg);
}

.gf-customer-reviews__container {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.gf-customer-reviews__header,
.gf-faq__header {
  max-width: 650px;
  margin-bottom: 28px;
}

.gf-customer-reviews__title,
.gf-faq__title {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0;
  color: var(--gf-dark) !important;
  font-size: clamp(1.55rem, 2.7vw, 2.25rem);
  font-weight: 900;
  line-height: 1.35;
}

.gf-customer-reviews__title::before,
.gf-faq__title::before {
  content: "";
  width: 5px;
  height: 1.1em;
  background: var(--gf-gold);
  border-radius: 99px;
}

.gf-customer-reviews__description,
.gf-faq__description {
  margin: 11px 0 0;
  color: var(--gf-muted);
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.9;
}

.gf-customer-reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.gf-customer-review-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 285px;
  overflow: hidden;
  padding: 23px;
  background: var(--gf-ivory);
  border: 1px solid var(--gf-warm-line);
  border-radius: var(--gf-radius-lg);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.055);
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.gf-customer-review-card::before {
  content: "";
  position: absolute;
  top: 0;
  inset-inline: 0;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--gf-gold),
    var(--gf-gold-light)
  );
}

.gf-customer-review-card:hover {
  border-color: rgba(248, 155, 28, 0.5);
  box-shadow: var(--gf-shadow-md);
  transform: translateY(-6px);
}

.gf-customer-review-card__quote {
  position: absolute;
  top: 20px;
  inset-inline-end: 20px;
  color: rgba(248, 155, 28, 0.14);
  font-family: Georgia, serif;
  font-size: 4.2rem;
  font-weight: 900;
  line-height: 0.8;
  pointer-events: none;
}

.gf-customer-review-card__head {
  display: flex;
  align-items: center;
  gap: 13px;
  padding-inline-end: 34px;
  margin-bottom: 16px;
}

.gf-customer-review-card__avatar {
  display: grid;
  flex: 0 0 52px;
  place-items: center;
  width: 52px;
  height: 52px;
  overflow: hidden;
  color: #171717;
  background: linear-gradient(
    135deg,
    var(--gf-gold),
    var(--gf-gold-light)
  );
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(248, 155, 28, 0.26);
  font-size: 1rem;
  font-weight: 900;
}

.gf-customer-review-card__head h3 {
  margin: 0 0 3px;
  color: var(--gf-dark) !important;
  font-size: 0.98rem;
  font-weight: 900;
}

.gf-customer-review-card__head p {
  margin: 0;
  color: var(--gf-muted);
  font-size: 0.79rem;
  font-weight: 700;
}

.gf-customer-review-card__stars {
  margin-bottom: 13px;
  color: var(--gf-gold);
  direction: ltr;
  font-size: 1.18rem;
  letter-spacing: 2px;
  line-height: 1;
}

.gf-customer-review-card__text {
  margin: 0;
  color: #565656;
  font-size: 0.93rem;
  font-weight: 600;
  line-height: 1.95;
}

.gf-customer-review-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
  margin-top: auto;
  padding-top: 18px;
  color: #9b9b9b;
  font-size: 0.75rem;
  font-weight: 700;
}

.gf-customer-review-card__verified {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #187749;
  background: #ecf9f1;
  border: 1px solid #bee8ce;
  border-radius: 999px;
  padding: 5px 8px;
  font-size: 0.7rem;
  font-weight: 900;
}

.gf-customer-review-card__verified svg {
  width: 13px;
  height: 13px;
  fill: currentColor;
}


/* =========================================================
   20) CUSTOM HTML — FAQ
   ========================================================= */

#gf-faq {
  margin: 54px auto;
  padding: 0 16px;
  background: var(--gf-warm-bg);
}

.gf-faq__container {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  gap: 36px;
  align-items: start;
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 44px;
  background:
    radial-gradient(
      circle at 0% 100%,
      rgba(248, 155, 28, 0.06),
      transparent 19rem
    ),
    var(--gf-ivory);
  border: 1px solid var(--gf-warm-line);
  border-radius: var(--gf-radius-xl);
  box-shadow: var(--gf-shadow-sm);
}

.gf-faq__header {
  position: sticky;
  top: 24px;
  margin-bottom: 0;
}

.gf-faq__list {
  display: grid;
  gap: 11px;
}

.gf-faq__item {
  overflow: hidden;
  background: #fffdf9;
  border: 1px solid var(--gf-warm-line);
  border-radius: 13px;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.gf-faq__item[open] {
  background: #fffaf2;
  border-color: rgba(248, 155, 28, 0.5);
  box-shadow: 0 9px 22px rgba(0, 0, 0, 0.055);
}

.gf-faq__item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 64px;
  padding: 17px 18px;
  color: var(--gf-dark);
  cursor: pointer;
  font-size: 0.94rem;
  font-weight: 900;
  list-style: none;
}

.gf-faq__item summary::-webkit-details-marker {
  display: none;
}

.gf-faq__toggle {
  position: relative;
  display: inline-block;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  background: #fff1dc;
  border: 1px solid rgba(248, 155, 28, 0.25);
  border-radius: 50%;
}

.gf-faq__toggle::before,
.gf-faq__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background: var(--gf-gold-dark);
  border-radius: 99px;
  transform: translate(-50%, -50%);
  transition: transform 0.22s ease;
}

.gf-faq__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.gf-faq__item[open] .gf-faq__toggle::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.gf-faq__answer {
  padding: 0 18px 18px;
  color: var(--gf-muted);
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.95;
}

.gf-faq__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 22px;
  padding: 0 17px;
  color: var(--gf-dark) !important;
  background: var(--gf-gold-soft);
  border: 1px solid rgba(248, 155, 28, 0.42);
  border-radius: 9px;
  font-size: 0.85rem;
  font-weight: 900;
  text-decoration: none;
  transition:
    color 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}

.gf-faq__button:hover {
  color: #ffffff !important;
  background: #25d366;
  border-color: #25d366;
  transform: translateY(-2px);
}


/* =========================================================
   21) FLOATING WHATSAPP
   ========================================================= */

#gf-whatsapp-float {
  position: fixed;
  z-index: 9999;
  inset-inline-start: 22px;
  bottom: 22px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 16px 0 13px;
  color: #ffffff !important;
  background: #25d366;
  border: 2px solid #ffffff;
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
  font-size: 0.85rem;
  font-weight: 900;
  text-decoration: none;
  transition:
    color 0.25s ease,
    background 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

#gf-whatsapp-float:hover {
  color: #ffffff !important;
  background: #1da851;
  box-shadow: 0 16px 34px rgba(37, 211, 102, 0.3);
  transform: translateY(-4px);
}

.gf-whatsapp-float__icon {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: #25d366;
  background: #ffffff;
  border-radius: 50%;
}

.gf-whatsapp-float__icon svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
}

.gf-whatsapp-float__text {
  white-space: nowrap;
}


/* =========================================================
   22) RESPONSIVE — TABLET
   ========================================================= */

@media (max-width: 1024px) {
  .main-nav-container {
    min-height: 68px !important;
  }

  .navbar-brand img,
  .main-nav-container .logo img {
    max-width: 150px !important;
    max-height: 52px !important;
  }

  .s-block {
    margin-top: 30px;
  }

  .s-block__title h2 {
    font-size: 1.25rem !important;
  }

  .gf-trust-bar__container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gf-trust-bar__item:nth-child(2) {
    border-inline-end: 0;
  }

  .gf-trust-bar__item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--gf-warm-line);
  }

  .gf-why-us__container {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .gf-why-us__visual {
    min-height: 340px;
  }

  .gf-cta-banner__container {
    grid-template-columns: 1fr;
  }

  .gf-cta-banner__visual {
    display: none;
  }

  .gf-customer-reviews__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gf-faq__container {
    grid-template-columns: 1fr;
  }

  .gf-faq__header {
    position: static;
  }
}


/* =========================================================
   23) RESPONSIVE — MOBILE
   ========================================================= */

@media (max-width: 640px) {
  .top-navbar {
    min-height: 42px !important;
  }

  .navbar-brand img,
  .main-nav-container .logo img {
    max-width: 125px !important;
    max-height: 43px !important;
  }

  .header-btn__icon {
    width: 36px !important;
    height: 36px !important;
  }

  .banner--fixed,
  .banner-entry,
  .full-banner-entry,
  .s-slider,
  .s-banner {
    border-radius: var(--gf-radius-md) !important;
  }

  .s-product-card,
  .slide--cat-entry,
  .s-block--features__item,
  .cart-item,
  .cart-summary,
  .s-cart-summary {
    border-radius: 11px !important;
  }

  .s-product-card-content-title {
    font-size: 0.92rem !important;
  }

  .s-product-card-sale-price h4,
  .s-product-price h2,
  .s-product-price h3,
  .s-product-price h4 {
    font-size: 1rem !important;
  }

  .product-single h1,
  .product-single .product-title {
    font-size: 1.5rem !important;
  }

  .product-single salla-add-product-button .s-button,
  .product-single salla-add-product-button button {
    min-height: 50px !important;
  }

  /* شريط الثقة */

  #gf-trust-bar {
    width: min(100% - 24px, 1180px);
    margin: 29px auto;
  }

  .gf-trust-bar__container {
    grid-template-columns: 1fr;
    border-radius: 16px;
  }

  .gf-trust-bar__item,
  .gf-trust-bar__item:nth-child(2),
  .gf-trust-bar__item:nth-child(-n + 2) {
    min-height: auto;
    padding: 18px;
    border-inline-end: 0;
    border-bottom: 1px solid var(--gf-warm-line);
  }

  .gf-trust-bar__item:last-child {
    border-bottom: 0;
  }

  .gf-trust-bar__icon {
    flex-basis: 42px;
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }

  /* لماذا Golden Fitness */

  #gf-why-us {
    margin: 34px auto;
    padding: 0 12px;
  }

  .gf-why-us__container {
    gap: 25px;
    padding: 25px 19px 19px;
    border-radius: 17px;
  }

  .gf-why-us__title {
    font-size: 1.5rem;
  }

  .gf-why-us__description {
    margin: 12px 0 20px;
    font-size: 0.89rem;
  }

  .gf-why-us__point {
    gap: 11px;
    padding: 12px;
  }

  .gf-why-us__point-icon {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
  }

  .gf-why-us__point h3 {
    font-size: 0.9rem;
  }

  .gf-why-us__point p {
    font-size: 0.78rem;
  }

  .gf-why-us__visual {
    min-height: 295px;
    border-radius: 16px;
  }

  .gf-why-us__center-card {
    width: min(190px, 58vw);
  }

  .gf-why-us__logo {
    width: min(132px, 42vw);
    padding: 11px;
    border-radius: 12px;
  }

  .gf-why-us__badge {
    min-width: 145px;
    padding: 9px;
  }

  .gf-why-us__badge--top {
    top: 18px;
    inset-inline-start: 13px;
  }

  .gf-why-us__badge--bottom {
    bottom: 18px;
    inset-inline-end: 13px;
  }

  .gf-why-us__badge-icon {
    flex-basis: 31px;
    width: 31px;
    height: 31px;
  }

  .gf-why-us__badge-icon svg {
    width: 17px;
    height: 17px;
  }

  .gf-why-us__badge strong {
    font-size: 0.69rem;
  }

  .gf-why-us__badge div > span {
    font-size: 0.61rem;
  }

  /* بانر الدعوة للشراء */

  #gf-cta-banner {
    margin: 34px auto;
    padding: 0 12px;
  }

  .gf-cta-banner__container {
    min-height: auto;
    padding: 30px 20px;
    border-radius: 18px;
  }

  .gf-cta-banner__title {
    font-size: 1.48rem;
  }

  .gf-cta-banner__description {
    font-size: 0.88rem;
  }

  .gf-cta-banner__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .gf-cta-banner__primary,
  .gf-cta-banner__secondary {
    width: 100%;
  }

  /* التقييمات */

  #gf-customer-reviews {
    margin: 32px auto;
    padding: 34px 12px;
  }

  .gf-customer-reviews__grid {
    grid-template-columns: 1fr;
  }

  .gf-customer-review-card {
    min-height: 260px;
    padding: 19px;
    border-radius: 16px;
  }

  .gf-customer-review-card__text {
    font-size: 0.89rem;
  }

  /* الأسئلة */

  #gf-faq {
    margin: 34px auto;
    padding: 0 12px;
  }

  .gf-faq__container {
    gap: 24px;
    padding: 25px 18px;
    border-radius: 17px;
  }

  .gf-faq__title {
    font-size: 1.45rem;
  }

  .gf-faq__description {
    font-size: 0.87rem;
  }

  .gf-faq__item summary {
    min-height: 58px;
    padding: 14px;
    font-size: 0.87rem;
  }

  .gf-faq__answer {
    padding: 0 14px 16px;
    font-size: 0.82rem;
  }

  /* واتساب */

  #gf-whatsapp-float {
    inset-inline-start: 14px;
    bottom: 14px;
    min-height: 48px;
    padding: 0 12px 0 10px;
    font-size: 0.79rem;
  }

  .gf-whatsapp-float__icon {
    width: 29px;
    height: 29px;
  }

  .gf-whatsapp-float__icon svg {
    width: 18px;
    height: 18px;
  }
}


/* =========================================================
   24) ACCESSIBILITY
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

/* =========================================================
   GOLDEN FITNESS — REVIEWS SUMMARY
   ========================================================= */

.gf-customer-reviews__summary {
  display: flex;
  align-items: center;
  gap: 22px;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 26px;
  padding: 16px 20px;
  background: #fffdf9;
  border: 1px solid var(--gf-warm-line, #f0e2d1);
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.045);
}

.gf-customer-reviews__score {
  display: flex;
  align-items: center;
  gap: 11px;
}

.gf-customer-reviews__score > strong {
  color: var(--gf-dark, #1a1a1a);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

.gf-customer-reviews__score div {
  display: grid;
  gap: 4px;
}

.gf-customer-reviews__summary-stars {
  color: var(--gf-gold, #f89b1c);
  direction: ltr;
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 1;
}

.gf-customer-reviews__score small {
  color: var(--gf-muted, #777777);
  font-size: 0.72rem;
  font-weight: 700;
}

.gf-customer-reviews__summary-divider {
  width: 1px;
  height: 42px;
  background: var(--gf-warm-line, #f0e2d1);
}

.gf-customer-reviews__summary-item {
  display: grid;
  gap: 3px;
}

.gf-customer-reviews__summary-item strong {
  color: var(--gf-gold-dark, #d77c08);
  font-size: 1.13rem;
  font-weight: 900;
  line-height: 1;
}

.gf-customer-reviews__summary-item span {
  color: var(--gf-muted, #777777);
  font-size: 0.73rem;
  font-weight: 700;
  white-space: nowrap;
}

@media (max-width: 640px) {
  .gf-customer-reviews__summary {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    width: 100%;
    padding: 16px;
  }

  .gf-customer-reviews__score {
    grid-column: 1 / -1;
    padding-bottom: 13px;
    border-bottom: 1px solid var(--gf-warm-line, #f0e2d1);
  }

  .gf-customer-reviews__summary-divider {
    display: none;
  }
}