/* Fast Theme DZ — shop CSS only, no WordPress blocks */
/* CSS custom properties — must be first so order-form inline CSS can use them */
:root { --brand: #8A2BE2; --brand-light: #f5f0ff; --brand-border: #d4b8f5; --brand-dark: #5a1a8a; --brand-rgb: 138, 43, 226; --ink: #000; --muted: #696969; --line: #e8e8e8; --soft: #fafafa; }

/* Cairo */
@font-face {
    font-family: 'Cairo';
    src: url('../fonts/cairo/Cairo-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cairo';
    src: url('../fonts/cairo/Cairo-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* منع تجاوز عرض الشاشة على الجوال */
html {
    max-width: 100%;
}

body {
    overflow-x: hidden;
    max-width: 100%;
    margin: 0;
    font-family: 'Cairo', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #000
}

body.no-scroll {
    overflow: hidden
}

body>h1 {
    position: absolute;
    top: -9999px;
    opacity: 0;
    visibility: hidden
}

body>* {
    direction: rtl
}

a {
    color: inherit;
    text-decoration: none
}

ul {
    padding: 0
}

li {
    display: block
}

h1,
h2,
h3,
h4,
h5,
h6,
figure,
ul,
p {
    margin: 0
}

.d-f {
    display: flex
}

.jc-c {
    justify-content: center
}

.jc-sb {
    justify-content: space-between
}

.fxd-c {
    flex-direction: column
}

.ai-c {
    align-items: center
}

.fx-1 {
    flex: 1
}

.fxw-w {
    flex-wrap: wrap
}

input,
select,
button {
    font-family: 'Cairo', sans-serif;
    font-weight: 400;
    box-sizing: border-box;
    outline: none;
    margin: 0
}

button {
    font-size: 0;
    border: none;
    background-color: transparent;
    padding: 0
}

.no-js {
    pointer-events: none
}

.wrap {
    max-width: 600px;
    padding: 0 15px;
    margin: auto
}

.emojione {
    display: inline-block;
    vertical-align: middle;
    font-size: inherit;
    height: 1em;
    width: 1em;
    min-width: 20px;
    min-height: 20px;
    line-height: 1;
    margin: -.1em .1em .1em
}

.grid {
    margin-top: -15px;
    margin-right: -10px
}

.grid>* {
    padding-top: 15px;
    padding-right: 10px;
    box-sizing: border-box;
    width: 50%
}

.grid.eqgp {
    margin-top: -10px
}

.grid.eqgp>* {
    padding-top: 10px
}

.grid.one>* {
    width: 100%
}

.fgwl {
    position: relative
}

.fgwl:before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
    background-color: #fafafa
}

.fgwl__fgld {
    z-index: 2
}

.fgwl__fgld:before,
.fgwl__fgld:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    opacity: 0;
    z-index: 1;
    transform: translate(50%, -50%);
    background-color: #bbb;
    border: 2px solid #bbb
}

.fgwl__fgld:after {
    animation: figure-loading 2s linear -1s infinite
}

.fgwl__fgld:before {
    animation: figure-loading 2s linear 0s infinite
}

.fgwl img {
    top: 0;
    left: 0;
    z-index: 3;
    position: absolute;
    width: 100%;
    height: 100%
}

.fgwl:not(.loading):before {
    background-color: transparent
}

.fgwl:not(.loading) .fgwl__fgld {
    display: none
}

@keyframes figure-loading {
    0% {
        background-color: rgba(175, 175, 175, 0.95);
        transform: translate(50%, -50%) scale(0.1);
        opacity: 1
    }
    60% {
        background-color: rgba(175, 175, 175, 0.5)
    }
    to {
        background-color: rgba(175, 175, 175, 0);
        transform: translate(50%, -50%) scale(1);
        opacity: 0
    }
}

.imbg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: transparent
}

.stlg {
    width: 66px;
    height: 32px;
    background-size: contain;
    background-image: url("../images/store-logo.svg")
}

.info {
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    background-color: #fbfbfb
}

.tpbr {
    display: block;
    background-color: var(--brand);
    height: 36px;
    padding: 0;
    color: #fff;
    text-decoration: none;
    font-family: 'Cairo', sans-serif;
    font-size: 12px;
    font-weight: 700;
    overflow: hidden;
    user-select: none;
    -webkit-user-select: none;
}

.tpbr:hover,
.tpbr:focus {
    color: #fff;
}

.tpbr__text {
    height: 36px;
    text-align: center;
    color: #fff;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.25;
    gap: 6px;
}

.tpbr__slider {
    width: 100%;
    height: 100%;
}

.tpbr__slides {
    position: relative;
    height: 36px;
    overflow: hidden;
}

.tpbr__slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .7s ease-in-out, transform .7s ease-in-out;
    pointer-events: none;
    text-align: center;
    padding: 0 12px;
    box-sizing: border-box;
}

.tpbr__slide.is-active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.tpbr__label {
    font-size: inherit;
    line-height: 1.25;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tpbr__phone {
    font-size: inherit;
    line-height: 1.25;
    font-weight: 700;
}

.tpbr__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    line-height: 0;
}

.tpbr__icon svg {
    display: block;
    width: 14px;
    height: 14px;
}

.tpbr__slide[data-key="delivery"] .tpbr__icon {
    animation: tpbr-icon-bounce 2s ease-in-out infinite;
}

.tpbr__slide[data-key="warranty"] .tpbr__icon {
    animation: tpbr-icon-pulse 2s ease-in-out infinite;
}

@keyframes tpbr-icon-bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-2px); }
}

@keyframes tpbr-icon-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: .65; }
}

.header:after,
.product__adtc:after {
    content: '';
    position: absolute;
    opacity: .7;
    left: 0;
    right: 0;
    top: 100%;
    height: 4px;
    background: linear-gradient(180deg, rgba(9, 30, 66, 0.13) 0, rgba(9, 30, 66, 0.13) 1px, rgba(9, 30, 66, 0.08) 1px, rgba(9, 30, 66, 0) 4px)
}

.product__adtc {
    position: fixed;
    bottom: -70px;
    right: 0;
    left: 0;
    background-color: #fff;
    z-index: 10;
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
    transition: bottom .4s ease-in-out;
}

.product__adtc:after {
    top: -4px;
    transform: rotate(180deg);
}

.product__adtc.active {
    bottom: 0;
}

.product__adtc.submitting {
    display: none;
}

.product__accn {
    width: 100%;
}

.product__accn .btn {
    height: 46px;
    line-height: 1;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(var(--brand-rgb), .35);
}

.product__accn .btn.btn-animation::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: fh-shiny-btn 4s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}

.product__accn .btn-order-cta__inner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
    z-index: 1;
}

.product__accn .btn-order-cta__cart {
    display: block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    animation: fh-cart-ring 3s ease-in-out .7s infinite;
    transform-origin: 50% 50%;
}

.product__accn .btn-order-cta__text {
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
}

@keyframes fh-shiny-btn {
    0% { opacity: 0; transform: scale(0) rotate(45deg); }
    80% { opacity: .5; transform: scale(0) rotate(45deg); }
    81% { opacity: 1; transform: scale(4) rotate(45deg); }
    100% { opacity: 0; transform: scale(50) rotate(45deg); }
}

@keyframes fh-cart-ring {
    0% { transform: rotate(0); }
    1% { transform: rotate(15deg); }
    3% { transform: rotate(-14deg); }
    5% { transform: rotate(17deg); }
    7% { transform: rotate(-16deg); }
    9% { transform: rotate(15deg); }
    11% { transform: rotate(-14deg); }
    13% { transform: rotate(13deg); }
    15% { transform: rotate(-12deg); }
    17% { transform: rotate(12deg); }
    19% { transform: rotate(-10deg); }
    21% { transform: rotate(9deg); }
    23% { transform: rotate(-8deg); }
    25% { transform: rotate(7deg); }
    27% { transform: rotate(-5deg); }
    29% { transform: rotate(5deg); }
    31% { transform: rotate(-4deg); }
    33% { transform: rotate(3deg); }
    35% { transform: rotate(-2deg); }
    37% { transform: rotate(1deg); }
    39% { transform: rotate(-1deg); }
    41% { transform: rotate(1deg); }
    43% { transform: rotate(0); }
    100% { transform: rotate(0); }
}

@keyframes fh-form-pulse {
    0% {
        border-color: rgba(var(--brand-rgb), 0.3);
        box-shadow: rgba(var(--brand-rgb), 0.3) 0 0 0 0;
    }
    70% {
        box-shadow: rgba(var(--brand-rgb), 0) 0 0 0 15px;
    }
    100% {
        border-color: #dadada;
        box-shadow: rgba(var(--brand-rgb), 0) 0 0 0 0;
    }
}

.product__form.pulse {
    animation: fh-form-pulse 2s ease infinite;
}

@media (max-width: 720px) {
    .single-product .footer__wrap {
        padding-bottom: 66px;
    }
}

@media (min-width: 721px) {
   
}

.header {
    position: relative;
    top: 0;
    z-index: 10;
    margin-top: -56px;
    width: 100%;
    background-color: #fff
}
.header.sticky {
    transition: .4s ease-in-out;
    top: 56px;
    position: fixed;
    z-index: 999;
    visibility: visible
}

.header.sticky.admin {
    top: 102px
}

.header__filler {
    width: 100%;
    height: 56px
}

.header__main {
    background-color: #fff;
    position: relative;
    z-index: 2
}

.header__nlgs {
    height: 56px;
    width: 100%;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 12px
}

.header__nlgs > .d-f.fx-1 {
    min-width: 0;
    justify-content: center
}

.header__hdbt {
    background-color: #fafafa;
    border-radius: 50%;
    flex-shrink: 0;
    border: 0;
    cursor: pointer;
    align-items: center;
    justify-content: center
}

.header__hdbt._menu {
    padding: 10px
}

.header__hdbt._menu svg:first-child {
    width: 15px;
    height: 15px
}

.header__hdbt._menu svg:first-child path {
    fill: #696969
}

.header__hdbt._search {
    padding: 9px
}

.header__hdbt._search svg:first-child {
    width: 17px;
    height: 17px
}

.header__hdbt._search svg:first-child path {
    stroke: #696969
}

.header__hdbt.active {
    padding: 9px
}

.header__hdbt.active svg:first-child {
    display: none
}

.header__hdbt.active svg:last-child {
    width: 17px;
    height: 17px;
    opacity: .5
}

.header__hdbt:not(.active) svg:last-child {
    display: none
}

.header__logo {
    margin: 0 auto
}

.header__logo-inner,
.footer__logo-inner {
    display: flex;
    align-items: center;
    justify-content: center
}

.fh-site-logo {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    object-fit: contain
}

.header__logo .fh-site-logo {
    max-height: 60px;
    max-width: 180px
}

.header__logo.is-empty,
.footer__logo.is-empty {
    display: none !important;
    min-height: 0;
    min-width: 0;
    margin: 0;
    padding: 0
}

.header__logo.is-empty .header__logo-inner,
.footer__logo.is-empty .footer__logo-inner {
    display: none
}

.header__search {
    opacity: 1;
    transform: translateY(0);
    position: absolute;
    background-color: #b3b3b3;
    width: 100%;
    right: 0;
    bottom: -50px;
    padding: 5px 0;
    transition: .25s ease
}

.header__search:not(.active) {
    transform: translateY(-52px);
    opacity: 0
}

.header__srfm {
    position: relative;
    overflow: hidden;
    border-radius: 3px
}

.header__srfm input[type="text"], input[type="search"] {
    background-color: #fff;
    height: 40px;
    padding: 0 15px;
    border: none;
    caret-color: var(--brand);
    font-size: 14px;
    width: 100%
}

.header__srfm input[type="text"], input[type="search"]:focus::placeholder {
    opacity: 0
}

.header__srfm input[type="text"], input[type="search"]::placeholder {
    color: #aeaeae
}

.header__srfm input[type="submit"] {
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    position: absolute;
    top: 0;
    left: 0
}

.header__srfm svg {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none
}

.header__srfm svg path {
    stroke: #696969
}

body #wpadminbar {
    position: fixed;
    top: 0
}

@media only screen and (min-width: 783px) {
    .header.sticky.admin {
        top: 88px
    }
}

.sdmn {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    right: 0;
    z-index: 999999
}

.sdmn:not(.active) {
    opacity: 0;
    visibility: hidden
}

.sdmn.active .sdmn__menu {
    transform: translateX(0)
}

.sdmn__menu {
    transform: translateX(340px);
    width: 288px;
    height: 100%;
    overflow: auto;
    padding: 20px 15px;
    box-sizing: border-box;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    transition: transform 0.45s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.sdmn__overlay {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    cursor: pointer
}

.sdmn .header__srfm input[type="text"], input[type="search"] {
    border: 1px solid #dadada;
    height: 46px;
    border-radius: 3px;
    transition: .05s ease
}

.sdmn .header__srfm input[type="text"], input[type="search"]:focus {
    border: 2px solid var(--brand);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05)
}

.sdmn__mnls {
    margin-top: 5px
}

.sdmn__mnls a {
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 0;
    border-bottom: 1px solid #e8e8e8
}

.blcd {
    padding: 20px 0
}

.blcd__grid {
    overflow: hidden
}

.blhd {
    text-align: center
}

.blhd:not(:last-child) {
    margin-bottom: 20px
}

.blhd__title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700
}

.blhd__title span {
    display: inline-block;
    position: relative
}

.blhd__title span:after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    background: rgba(var(--brand-rgb), 0.25);
    bottom: 0;
    z-index: -1
}

.blhd__subt {
    margin-top: 5px;
    color: #696969
}

.card__main.style-1 .card__meta {
    padding-top: 12px
}

.card__main.style-1.link {
    display: block
}

.card__main.style-2 {
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    box-shadow: 0 5px 20px -10px rgba(0, 0, 0, 0.15)
}

.card__main.style-2 .card__figure:not(.thmb) {
    border-bottom: 1px solid #e8e8e8
}

.card__main.style-2 .card__meta:not(.thmb) {
    padding: 12px
}

.card__main.style-2 .card__price {
    margin-top: 8px
}

.card__main.style-2 .card__rdpr {
    margin-top: 2px
}

.card__fgwr {
    border: 1px solid #e8e8e8;
    box-shadow: 0 5px 20px -10px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    border-radius: 3px
}

.card__fgtb {
    padding: 8px 8px 8px 0
}

.card__figure {
    overflow: hidden
}

.card__figure.thmb {
    width: 48px;
    border-radius: 3px
}

.card__meta:not(.thmb) {
    text-align: center
}

.card__meta.thmb {
    padding: 8px 10px
}

.card__title {
    font-size: 14px;
    font-weight: 700
}

.card__ttbg {
    background-color: var(--brand);
    color: #fff;
    display: inline-block;
    font-size: 11px;
    padding: 1px 5px;
    border-radius: 3px;
    margin-right: 8px;
    position: relative;
    top: -1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.card__rtng {
    margin-top: 8px
}

.card__rtng li:not(:last-child) {
    margin-left: 5px
}

.card__desc {
    margin-top: 8px;
    color: #696969
}

.card__desc.smmt {
    margin-top: 5px
}

.card__offer {
    height: 21px;
    margin-top: 8px
}

.card__offer strong {
    line-height: 18px
}

.card__offer span {
    margin-right: 10px
}

.card__price {
    font-size: 16px;
    color: var(--brand);
    font-weight: 700
}

.card__rdpr {
    color: #aeaeae;
    text-decoration: line-through
}

.card__orwr {
    padding-top: 12px;
    margin: auto auto 0;
    min-width: 85%
}

.btn {
    position: relative;
    color: #fff;
    font-weight: 700;
    border-radius: 3px;
    height: 32px;
    line-height: 30px;
    padding: 0 10px;
    background-color: var(--brand);
    border: 1px solid var(--brand);
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    user-select: none;
    text-align: center;
    justify-content: center
}

.btn span {
    font-size: 14px
}

.btn svg {
    position: absolute;
    width: 34px;
    height: 34px;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto
}

.btn svg path {
    fill: var(--brand)
}

.btn[disabled] {
    background-color: #e0e0e0;
    border-color: #bdbdbd;
    color: #868686
}

.btn:not(.active):not(.btn-order-cta) svg {
    display: none
}

.btn.btn-order-cta svg {
    display: block !important;
    position: static;
    width: 20px;
    height: 20px;
    top: auto;
    right: auto;
    bottom: auto;
    margin: 0;
    flex-shrink: 0;
    animation: fh-cart-ring 3s ease-in-out .7s infinite;
    transform-origin: 50% 50%;
}

.btn.btn-order-cta svg path {
    fill: currentColor;
}

.btn.full-width {
    width: 100%
}

.btn.grey {
    background-color: #b3b3b3;
    border-color: #b3b3b3;
    color: #fff
}

.btn.grey.active svg path {
    fill: #fff
}

.btn.large {
    height: 46px;
    line-height: 44px
}

.btn.large span {
    font-size: 16px
}

.btn.shake-x:not([disabled]):not(:hover) {
    animation: shake-x 2s ease infinite
}

@keyframes shake-x {
    0%,
    100% {
        transform: translateZ(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-3px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        transform: translate3d(3px, 0, 0)
    }
}

.rtng {
    width: 14px;
    height: 14px;
    background-image: url("../images/star.svg")
}

.rtng.g {
    background-image: url("../images/g-star.svg")
}

.rtng--half {
    background-image: url("../images/star-half.svg")
}

.rtng--half.g {
    background-image: url("../images/g-star-half.svg")
}

.rtng--empty {
    background-image: url("../images/star-empty.svg")
}

.stkw {
    padding: 20px 0;
    text-align: center
}

.stkw__grid {
    overflow: hidden
}

.stkw__icon img {
    margin: 0 auto 12px;
    width: 72px;
    height: 72px
}

.stkw__title {
    font-weight: 700
}

.stkw__desc {
    margin-top: 5px;
    color: #696969
}

.footer {
    padding-top: 20px
}

.footer__wrap {
    border-top: 1px solid #e8e8e8;
    background-color: #fafafa
}

.footer__wrap.add-to-cart {
    padding-bottom: 66px
}

.footer__clwr {
    padding: 20px 0;
    text-align: center
}

.footer__colm {
    margin-top: -30px;
    margin-right: -15px
}

.footer__colm>* {
    padding-top: 30px;
    padding-right: 15px
}

.footer__colm>*>*:not(:last-child) {
    margin-bottom: 30px
}

.footer__colm>*.full-width {
    width: 100%
}

.footer__mntt {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #aeaeae
}

.footer__mnls li:not(:last-child) {
    margin-bottom: 10px
}

.footer__mnls a {
    color: #696969
}

.footer__social {
    margin-top: 15px
}

.footer__social li:not(:last-child) {
    margin-left: 15px
}

.footer__social a {
    background-color: #fff;
    padding: 7px;
    border: 1px solid #dadada;
    border-radius: 3px
}

.footer__social a svg {
    width: 18px;
    height: 18px;
    opacity: .5
}

.footer__logo {
    margin-bottom: 12px
}

.footer__logo .stlg {
    width: 50px;
    height: 24px;
    filter: grayscale(100%);
    opacity: .75
}

.footer__logo .fh-site-logo {
    max-height: 36px;
    max-width: 140px;
    opacity: 1
}

.footer__copy {
    color: #696969
}

.footer__dev {
    margin-top: 2px;
    color: #aeaeae
}

.footer__dev a {
    border-bottom: 1px dashed
}

/* Fast Theme DZ — صفحة المنتج */
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* صفحة الشكر */
.page-wrap { padding: 20px 0; min-height: 40vh; box-sizing: border-box; }

.fh-thankyou {
    max-width: 600px;
    margin: 40px auto;
    padding: 0 15px;
    text-align: center;
    direction: rtl;
}
.fh-thankyou__box {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    padding: 36px 24px;
    margin-bottom: 24px;
    box-shadow: 0 5px 20px -10px rgba(0,0,0,0.15);
}
.fh-thankyou__box--success { border-top: 4px solid var(--brand); }
.fh-thankyou__box--error   { border-top: 4px solid #e53935; }
.fh-thankyou__title { font-size: 28px; font-weight: 700; color: var(--brand); margin-bottom: 12px; }
.fh-thankyou__lead  { font-size: 16px; margin-bottom: 8px; color: #000; }
.fh-thankyou__note  { color: #696969; font-size: 14px; }
.fh-thankyou__details {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    overflow: hidden;
    text-align: right;
}
.fh-thankyou__details li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid #e8e8e8;
    font-size: 14px;
}
.fh-thankyou__details li:last-child { border-bottom: none; }
.fh-thankyou__details span   { color: #696969; }
.fh-thankyou__details strong { font-weight: 700; }
.fh-thankyou__actions { margin-top: 24px; }
#fh-load-more-products {
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

#fh-load-more-products.is-loading {
    opacity: 0.75;
    pointer-events: none;
}

.fh-product-card {
    animation: fh-fade-in 0.35s ease;
}

@keyframes fh-fade-in {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fh-thankyou__actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    line-height: 44px;
    padding: 0 32px;
    font-size: 16px;
}

.fastthemedz-product { padding: 35px 0 24px; }
.fastthemedz-product__hero { padding: 12px 0 16px; direction: rtl; text-align: right; }

/* سطر العنوان + شارة حصري */
.fastthemedz-product__titleline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}
.fastthemedz-product__title {
    font-family: 'Cairo', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0;
    flex: 1;
    text-align: right;
}
.fastthemedz-product__excl {
    background: #f5c518;
    color: var(--brand-dark);
    font-size: 13px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 4px;
    white-space: nowrap;
    flex-shrink: 0;
}
.fastthemedz-product__subheadline {
    display: inline-block;
    position: relative;
    top: -2px;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    padding: 0 9px;
    border-radius: 4px;
    margin-inline-start: 6px;
    color: #fff;
    background: #ffc107;
    font-weight: 700;
    white-space: nowrap;
    vertical-align: middle;
}

/* النجوم — محاذاة لليمين تحت العنوان (RTL) */
.fastthemedz-product__rtng {
    margin: 6px 0 10px;
    text-align: right;
}
.fastthemedz-product__rtng ul {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.fastthemedz-product__rtng ul li {
    margin: 0;
}
.fastthemedz-product__rtng .rtng {
    width: 18px;
    height: 18px;
}
.fastthemedz-product__rtng--desktop ul {
    justify-content: flex-start;
}

/* سطر السعر: سعر + خصم + قديم — خط واحد */
.fastthemedz-product__priceline {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin: 15px 0;
    font-family: 'Cairo', sans-serif;
    font-size: 14px;
    color: #000;
}
.fastthemedz-product__priceline > * + * {
    margin-inline-start: 15px;
}
.fastthemedz-product__price-now {
    font-size: 25px;
    font-weight: 700;
    color: var(--brand);
}
.fastthemedz-product__badge {
    background: #f5c518;
    color: var(--brand-dark);
    font-size: 11px;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 3px;
    white-space: nowrap;
}
.fastthemedz-product__price-old {
    color: #aeaeae;
    text-decoration: line-through;
    font-size: 18px;
}

.fastthemedz-product__subtwrap {
    width: 100%;
    direction: rtl;
    text-align: right;
    margin-top: 20px;
    margin-bottom: 14px;
    padding: 13px 0 15px;
    border-top: 1px solid #e8e8e8;
}
.fastthemedz-product__subtwrap--desktop { display: none; }
.fastthemedz-product__subt {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: right;
    color: #696969;
    font-size: 14px;
    line-height: 1.55;
}
.fastthemedz-product__subt + .fastthemedz-product__subt { margin-top: 6px; }
/* ثابت — لا يتبع لون المخصّص (Primary Brand Color) */
.fastthemedz-product__subt--urgent { color: #696969; font-weight: 700; font-size: 13px; }
.fastthemedz-product__cntn { display: flex; flex-direction: column; gap: 16px; }
.fastthemedz-product__media { width: 100%; box-sizing: border-box; }
.fastthemedz-product__carousel { position: relative; width: 100%; overflow: hidden; background: #fff; border: 1px solid #e8e8e8; border-radius: 0; }
.fastthemedz-product__track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.fastthemedz-product__track::-webkit-scrollbar { display: none; }
.fastthemedz-product__slide { flex: 0 0 100%; scroll-snap-align: center; scroll-snap-stop: always; }
.fastthemedz-product__slide img { width: 100%; aspect-ratio: 1 / 1; height: auto; display: block; object-fit: contain; background: #fff; }
.fastthemedz-product__nav { position: absolute; top: 50%; z-index: 3; width: 36px; height: 36px; margin: 0; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.92); color: #555; box-shadow: 0 1px 8px rgba(0,0,0,.12); cursor: pointer; display: flex; align-items: center; justify-content: center; transform: translateY(-50%); transition: opacity .2s ease, background-color .2s ease; }
.fastthemedz-product__nav--prev { right: 10px; left: auto; }
.fastthemedz-product__nav--next { left: 10px; right: auto; }
.fastthemedz-product__nav:hover { background: #fff; color: var(--brand); }
.fastthemedz-product__nav:disabled { opacity: 0.35; cursor: default; pointer-events: none; }
.fastthemedz-product__gallery { display: flex; gap: 6px; margin-top: 10px; overflow-x: auto; padding: 0; -webkit-overflow-scrolling: touch; scrollbar-width: none; justify-content: flex-start; }
.fastthemedz-product__gallery::-webkit-scrollbar { display: none; }
.fastthemedz-product__thumb { flex: 0 0 auto; padding: 0; border: 1px solid #ddd; border-radius: 4px; background: #fff; cursor: pointer; opacity: 0.45; transition: opacity 0.25s ease, border-color 0.25s ease; overflow: hidden; line-height: 0; }
.fastthemedz-product__thumb img { width: 65px; height: 65px; object-fit: cover; display: block; }
.fastthemedz-product__thumb.is-active { opacity: 1; border-color: var(--brand); border-width: 2px; }
.fastthemedz-product__thumb:hover { opacity: 0.85; }
.fastthemedz-product__title--desktop, .fastthemedz-product__offer--desktop, .fastthemedz-product__rtng--desktop, .fastthemedz-product__subtwrap--desktop { display: none; }
.fastthemedz-product__formwrap { margin-top: 12px; width: 100%; }
.fastthemedz-product__desc { margin-top: 24px; padding-top: 20px; border-top: 1px solid #e8e8e8; color: #696969; line-height: 1.7; }
@media (max-width: 720px) {
  .fastthemedz-product { padding-top: 18px; }
  .fastthemedz-product__hero { padding-top: 0; }
  .fastthemedz-product > .wrap { padding-left: 12px; padding-right: 12px; box-sizing: border-box; }
  .fastthemedz-product__title--desktop, .fastthemedz-product__offer--desktop, .fastthemedz-product__rtng--desktop, .fastthemedz-product__subtwrap--desktop { display: none !important; }
  .fastthemedz-product__side { margin: 0; width: 100%; max-width: none; padding: 0; }
  .fastthemedz-product__media { padding: 0; margin: 0; }
  .fastthemedz-product__carousel { margin-left: 0; margin-right: 0; width: 100%; border-radius: 0; }
  .fastthemedz-product__gallery { margin-top: 10px; padding-left: 12px; padding-right: 12px; padding-top: 0; padding-bottom: 4px; gap: 6px; }
  .fastthemedz-product__nav { width: 40px; height: 40px; }
  .fastthemedz-product__nav--prev { right: 6px; left: auto; }
  .fastthemedz-product__nav--next { left: 6px; right: auto; }
  .fastthemedz-product__thumb img { width: 65px; height: 65px; }
  .fastthemedz-product__formwrap { max-width: 100%; box-sizing: border-box; }
}
@media (min-width: 721px) {
  .fastthemedz-product__hero { display: none; }
  .fastthemedz-product > .wrap { max-width: 1200px; }
  .fastthemedz-product__cntn { display: flex; flex-direction: row; align-items: flex-start; gap: 32px; }
  .fastthemedz-product__side {
    flex: 0 0 44%;
    max-width: 44%;
    position: sticky;
    top: 80px;
    align-self: flex-start;
    margin: 0;
    width: auto;
  }
  .fastthemedz-product__main { flex: 1 1 56%; min-width: 0; max-width: 56%; }
  .fastthemedz-product__desc { margin-top: 24px; padding-top: 20px; border-top: 1px solid #e8e8e8; }
  .fastthemedz-product__carousel { border-radius: 0; background: #fafafa; }
  .fastthemedz-product__gallery { margin-top: 12px; gap: 8px; }
  .fastthemedz-product__thumb img { width: 72px; height: 72px; }
  .fastthemedz-product__formwrap { width: 100%; max-width: none; }
}

@media (min-width: 721px) {
  .fastthemedz-product__title--desktop,
  .fastthemedz-product__offer--desktop { display: flex; }
  .fastthemedz-product__rtng--desktop,
  .fastthemedz-product__subtwrap--desktop { display: block; }
  .fastthemedz-product__title--desktop { text-align: right; font-size: 28px; font-family: 'Cairo', sans-serif; font-weight: 700; }
  .fastthemedz-product__rtng--desktop { text-align: right; }
  .fastthemedz-product__offer--desktop { justify-content: flex-start; }
  .fastthemedz-product__offer--desktop .fastthemedz-product__price { align-items: flex-start; }
  .fastthemedz-product__main { direction: rtl; text-align: right; }
  .fh-offer-countdown {
    margin-inline-start: 0;
    margin-inline-end: auto;
  }
}
.fh-badges {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    text-align: center;
    padding: 24px 0 30px;
}

.fh-badge {
    background: #fff;
    border: 1px solid #e7e5e4;
    border-radius: 12px;
    padding: 12px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .06);
    transition: border-color .2s ease, box-shadow .2s ease;
}

.fh-badge:hover {
    border-color: var(--brand-border);
    box-shadow: 0 4px 12px rgba(var(--brand-rgb), .12);
}

.fh-badge__icon {
    display: block;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 4px;
}

.fh-badge__label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.25;
    color: #1e293b;
}

@media (min-width: 641px) {
    .blcd--trust-badges .wrap {
        max-width: 980px;
    }

    .fh-badges {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 14px;
        padding: 36px 0;
    }

    .fh-badge {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 0;
        padding: 14px 18px 16px;
        border-radius: 16px;
    }

    .fh-badge__icon {
        font-size: 30px;
        margin-bottom: 6px;
    }

    .fh-badge__label {
        font-size: 13px;
        line-height: 1.3;
    }
}

/* شريط الاتصال العلوي */
.tpbr .wrap {
    max-width: 650px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

@media (min-width: 481px) {
    .tpbr {
        height: 40px;
        font-size: 13px;
    }

    .tpbr__slides,
    .tpbr__text {
        height: 40px;
    }

    .tpbr__icon,
    .tpbr__icon svg {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 480px) {
    .tpbr__label {
        font-size: 11px;
    }
}
.rtng.imbg {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.card__figure.fgwl img {
    transition: transform .35s ease;
}

.card__main.style-2 {
    transition: border-color .25s ease;
}

.card__main.style-2:hover {
    border-color: var(--brand);
}

.card__main.style-2:hover .card__figure:not(.thmb) {
    border-bottom-color: var(--brand);
}

.card__main.style-2:hover .card__figure.fgwl img {
    transform: scale(1.1);
}

/* الشعار أكبر */
.stlg {
    width: 90px !important;
    height: 44px !important;
}

/* عنوان القسم أكبر */
.blhd__title {
    font-size: 23px !important;
    line-height: 42px !important;
}

.blhd__subt {
    font-size: 14px !important;
    margin-top: 8px !important;
}

/* الشعار أكبر */
.stlg {
    width: 90px !important;
    height: 44px !important;
}

/* كل الصور تبقى داخل الشاشة */
img, figure {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}

/* الهيدر بعرض الشاشة كاملاً + الأيقونتين في الزوايا */
.header__main .wrap {
    max-width: none;
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
}

/* الصفحة الرئيسية: 4 منتجات في الصف على الشاشات الكبيرة */
.blcd--home-grid { padding-top: 20px; }
.blcd--home-grid .grid.eqgp > * { width: 25%; padding-top: 25px; }
.blcd--home-grid .grid.eqgp { margin-top: -25px; }
.blcd--home-grid .grid { margin-right: -20px; }
.blcd--home-grid .grid > * { padding-right: 20px; }
.blcd--home-grid .blhd,
.blcd--home-grid .blcd__grid,
.blcd--home-grid .wrap { max-width: 1100px; }
@media (max-width: 640px) {
    .blcd--home-grid .grid.eqgp > * { width: 50%; }
}

/* المتجر — إخفاء عناصر WooCommerce الافتراضية */
.blcd--shop .woocommerce-ordering,
.blcd--shop .woocommerce-result-count,
.blcd--shop .woocommerce-breadcrumb { display: none !important; }
.blcd--shop ul.products { list-style: none; margin: 0; padding: 0; }
.blcd--shop .woocommerce-info,
.blcd--shop .woocommerce-no-products-found { text-align: center; color: #696969; padding: 24px 0; }
.fh-shop-pagination { text-align: center; padding: 28px 0 8px; }
.fh-shop-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    margin: 0 4px;
    padding: 0 10px;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    color: #333;
    text-decoration: none;
    font-weight: 700;
}
.fh-shop-pagination .page-numbers.current {
    background: var(--brand);
    border-color: var(--brand);
    color: #fff;
}
.product__form {
    border: 1px solid #dadada !important;
    border-radius: 3px !important;
    background-color: #fbfbfb !important;
}
/* =====================================================
   FH DISCOUNT BADGE — بطاقة المنتج (الصفحة الرئيسية / المتجر)
   ===================================================== */
.fh-card-discount-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    background: #dc2626;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 6px;
    direction: rtl;
    animation: fh-badge-pulse 1.4s ease-in-out infinite;
    pointer-events: none;
}
@keyframes fh-badge-pulse {
    0%, 100% { opacity: 1; }
    50%       { opacity: 0.45; }
}

/* =====================================================
   FH BADGE BLINK — بادج صفحة المنتج
   ===================================================== */
.fh-badge-blink {
    animation: fh-badge-pulse 1.4s ease-in-out infinite !important;
}

/* =====================================================
   FH LIVE WATCHERS — شريط المشاهدين الحيّ
   ===================================================== */
.fh-live-watchers {
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--brand-light);
    border: 1px solid var(--brand-border);
    border-radius: 10px;
    padding: 8px 12px;
    margin-top: 10px;
    direction: rtl;
    font-size: 12px;
    color: var(--brand-dark);
    line-height: 1.5;
}
.fh-live-watchers__dot {
    width: 8px;
    height: 8px;
    min-width: 8px;
    border-radius: 50%;
    background: #ef4444;
    animation: fh-dot-ping 1.2s cubic-bezier(0,0,.2,1) infinite;
}
@keyframes fh-dot-ping {
    0%    { box-shadow: 0 0 0 0 rgba(239,68,68,.6); }
    70%   { box-shadow: 0 0 0 7px rgba(239,68,68,0); }
    100%  { box-shadow: 0 0 0 0 rgba(239,68,68,0); }
}
.fh-live-watchers__num {
    color: var(--brand);
    font-weight: 700;
    font-family: inherit;
}

/* =====================================================
   FH OFFER COUNTDOWN — عداد العرض السري
   ===================================================== */
.fh-offer-countdown {
    width: 100%;
    max-width: 280px;
    margin: 8px auto 0;
    padding: 12px 10px;
    border-radius: 14px;
    background: var(--brand-light);
    border: 1px solid var(--brand-border);
    box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.6), 0 6px 18px rgba(var(--brand-rgb), 0.06);
    text-align: center;
    direction: rtl;
    box-sizing: border-box;
}
.fh-offer-countdown__label {
    display: block;
    font-size: 9px;
    font-weight: 800;
    color: #696969;
    letter-spacing: 0.04em;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.fh-offer-countdown__digits {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.fh-offer-countdown__unit {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.fh-offer-countdown__card {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1.5px solid var(--brand);
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(var(--brand-rgb), 0.12);
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 20px;
    font-weight: 900;
    color: var(--brand);
    overflow: hidden;
}
.fh-offer-countdown__card--millis {
    background: #fafafa;
    border-width: 1px;
    border-color: var(--brand-border);
    color: var(--brand-dark);
    font-size: 16px;
}
.fh-offer-countdown__card-shine {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: rgba(var(--brand-rgb), 0.06);
    border-bottom: 1px solid rgba(var(--brand-rgb), 0.12);
    border-radius: 8px 8px 0 0;
    pointer-events: none;
}
.fh-offer-countdown__unit-label {
    margin-top: 4px;
    font-size: 8px;
    font-weight: 700;
    color: #696969;
}
.fh-offer-countdown__unit--millis .fh-offer-countdown__unit-label {
    color: var(--brand);
}
.fh-offer-countdown__sep {
    font-size: 16px;
    font-weight: 900;
    color: var(--brand);
    line-height: 1;
    animation: fh-countdown-pulse 1.2s ease-in-out infinite;
    margin-bottom: 12px;
}
@keyframes fh-countdown-pulse {
    0%, 100% { opacity: 1; }
    50%       { opacity: 0.35; }
}
.fh-offer-countdown__badge {
    margin-top: 10px;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(var(--brand-rgb), 0.08);
    border: 1px solid rgba(var(--brand-rgb), 0.18);
    color: var(--brand-dark);
    font-size: 9px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    animation: fh-countdown-pulse 2s ease-in-out infinite;
    line-height: 1.35;
}
.fh-offer-countdown__badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--brand);
    flex-shrink: 0;
}
@media (min-width: 768px) {
    .fh-offer-countdown {
        max-width: 300px;
        padding: 14px 12px;
    }
    .fh-offer-countdown__card {
        width: 52px;
        height: 52px;
        font-size: 22px;
        border-radius: 11px;
    }
    .fh-offer-countdown__card--millis {
        font-size: 18px;
    }
    .fh-offer-countdown__digits {
        gap: 8px;
    }
}

/* =====================================================
   FH RECENT BUYER TOAST — إشعار طلب جديد
   ===================================================== */
.fh-buyer-toast {
    position: fixed;
    bottom: 20px;
    right: 16px;
    left: 16px;
    z-index: 9999;
    max-width: 360px;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(16px);
    transition: opacity .35s ease, transform .35s ease;
    pointer-events: none;
}
.fh-buyer-toast.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
@media (min-width: 640px) {
    .fh-buyer-toast {
        left: auto;
        right: 20px;
        margin: 0;
    }
}
.fh-buyer-toast__inner {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: #fff;
    border: 1px solid var(--brand-border);
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(var(--brand-rgb), 0.15);
    direction: rtl;
}
.fh-buyer-toast__icon-wrap {
    position: relative;
    flex-shrink: 0;
}
.fh-buyer-toast__ping {
    position: absolute;
    top: -2px;
    left: -2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ef4444;
    animation: fh-dot-ping 1.2s cubic-bezier(0, 0, .2, 1) infinite;
}
.fh-buyer-toast__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(var(--brand-rgb), 0.08);
    border: 1px solid rgba(var(--brand-rgb), 0.2);
    color: var(--brand);
    animation: fh-countdown-pulse 2s ease-in-out infinite;
}
.fh-buyer-toast__body {
    flex: 1;
    min-width: 0;
}
.fh-buyer-toast__time {
    margin: 0 0 4px;
    font-size: 11px;
    font-weight: 600;
    color: #696969;
    line-height: 1.3;
}
.fh-buyer-toast__buyer {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    line-height: 1.45;
}
.fh-buyer-toast__buyer strong {
    color: var(--brand);
    font-weight: 700;
}
.fh-buyer-toast__product {
    margin: 4px 0 0;
    font-size: 11px;
    font-weight: 400;
    color: var(--brand-dark);
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* =====================================================
   FH POLICY — سياسة الشحن والضمان
   ===================================================== */
.fh-policy {
    background: #fff;
    border: 1px solid #e0d0f7;
    border-radius: 14px;
    padding: 18px 16px;
    margin-top: 16px;
    direction: rtl;
}
.fh-policy__title {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    font-weight: 700;
    color: var(--brand);
    border-bottom: 1px solid #f0e8ff;
    padding-bottom: 10px;
    margin-bottom: 14px;
}
.fh-policy__title svg {
    flex-shrink: 0;
    color: var(--brand);
}
.fh-policy__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 12px;
}
@media (max-width: 480px) {
    .fh-policy__grid {
        grid-template-columns: 1fr;
    }
}
.fh-policy__item {
    font-size: 11px;
    color: #555;
    line-height: 1.7;
}
.fh-policy__item-title {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 700;
    color: #3a3a3a;
    margin-bottom: 4px;
}
.fh-policy__dot {
    width: 7px;
    height: 7px;
    min-width: 7px;
    border-radius: 50%;
    background: var(--brand);
    display: inline-block;
}

/* =====================================================
   FH CATEGORY CAROUSEL — WoodMart Accessories style
   ===================================================== */
.fh-cat-carousel {
    padding: 28px 0 10px;
    background: #fff;
}
.fh-cat-carousel__wrap {
    max-width: 1200px;
}
.fh-cat-carousel__box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    direction: ltr;
}
.fh-cat-carousel__viewport {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}
.fh-cat-carousel__track {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 6px 2px 18px;
    direction: rtl;
}
.fh-cat-carousel__track::-webkit-scrollbar {
    display: none;
}
.fh-cat-carousel__item {
    flex: 0 0 156px;
    scroll-snap-align: start;
    text-decoration: none;
    color: #333;
    text-align: center;
}
.fh-cat-carousel__thumb {
    display: block;
    width: 130px;
    height: 130px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    background: #f7f7f7;
    border: 1px solid #efefef;
    transition: box-shadow .25s ease;
}
.fh-cat-carousel__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .45s ease;
}
.fh-cat-carousel__item:hover .fh-cat-carousel__thumb {
    box-shadow: 0 8px 24px -8px rgba(0, 0, 0, .18);
}
.fh-cat-carousel__item:hover .fh-cat-carousel__thumb img {
    transform: scale(1.08);
}
.fh-cat-carousel__title {
    display: block;
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 600;
    color: #333;
    text-align: center;
    direction: rtl;
}
.fh-cat-carousel__arrow {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .12);
    color: #333;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: box-shadow .2s ease, color .2s ease;
    z-index: 2;
}
.fh-cat-carousel__arrow svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}
.fh-cat-carousel__arrow:hover {
    color: var(--brand);
    box-shadow: 0 4px 16px rgba(0, 0, 0, .16);
}
@media (max-width: 1024px) {
    .fh-cat-carousel__item {
        flex: 0 0 132px;
    }
    .fh-cat-carousel__thumb {
        width: 112px;
        height: 112px;
    }
    .fh-cat-carousel__track {
        gap: 18px;
    }
}
@media (max-width: 640px) {
    .fh-cat-carousel {
        padding: 18px 0 6px;
    }
    .fh-cat-carousel__box {
        gap: 6px;
    }
    .fh-cat-carousel__arrow {
        display: inline-flex;
        flex: 0 0 34px;
        width: 34px;
        height: 34px;
    }
    .fh-cat-carousel__arrow svg {
        width: 18px;
        height: 18px;
    }
    .fh-cat-carousel__viewport {
        container-type: inline-size;
    }
    .fh-cat-carousel__item {
        flex: 0 0 calc(50cqi - 8px);
        min-width: 0;
        max-width: none;
    }
    .fh-cat-carousel__thumb {
        width: 100%;
        max-width: 118px;
        height: auto;
        aspect-ratio: 1;
    }
    .fh-cat-carousel__title {
        margin-top: 10px;
        font-size: 13px;
    }
    .fh-cat-carousel__track {
        gap: 16px;
        padding-bottom: 12px;
    }
}
