/* ===== פרחי פולה — ערכת עיצוב אלגנטית ===== */

:root {
    --ff-primary: #A85D6B;
    --ff-primary-dark: #8B4A56;
    --ff-primary-light: #F3E4E8;
    --ff-accent: #C9A86C;
    --ff-dark: #2C2426;
    --ff-text: #5C5557;
    --ff-text-light: #8A8285;
    --ff-bg: #FDFBF9;
    --ff-bg-alt: #F7F2EE;
    --ff-white: #FFFFFF;
    --ff-border: #EDE6E1;
    --ff-shadow: 0 8px 32px rgba(44, 36, 38, 0.08);
    --ff-shadow-hover: 0 16px 48px rgba(168, 93, 107, 0.18);
    --ff-radius: 12px;
    --ff-radius-pill: 50px;
    --ff-transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    --ff-font-body: 'Heebo', sans-serif;
    --ff-font-heading: 'Frank Ruhl Libre', serif;
    --ff-font-product: 'Assistant', 'Heebo', sans-serif;
    --ff-font-ar: 'Tajawal', sans-serif;
    --ff-page-padding: clamp(20px, 4vw, 64px);
}

/* ===== רוחב מלא — תוכן דפים ===== */

main .container {
    max-width: 100% !important;
    width: 100%;
    padding-inline: var(--ff-page-padding);
}

.banner-area .container {
    max-width: 100% !important;
    width: 100%;
    padding-inline: var(--ff-page-padding);
}

/* באנר תחתון (כל הדפים) — מרווח מתוכן העמוד */
main + .banner-area {
    margin-top: 100px;
}

/* ===== טיפוגרפיה — דורס את Roboto/Yesteryear של Floda ===== */

html[lang="he"] body {
    font-family: var(--ff-font-body) !important;
}

html[lang="ar"] body {
    font-family: var(--ff-font-ar) !important;
}

html[lang="he"] body *:not(i):not(.fa):not([class*="fa-"]) {
    font-family: inherit !important;
}

html[lang="ar"] body *:not(i):not(.fa):not([class*="fa-"]) {
    font-family: inherit !important;
}

html[lang="he"] body h1,
html[lang="he"] body h2,
html[lang="he"] body h3,
html[lang="he"] body h4,
html[lang="he"] body h5,
html[lang="he"] body h6,
html[lang="he"] body .section-title h2,
html[lang="he"] body .hero-slider-content h1,
html[lang="he"] body .hero-slider-content h2,
html[lang="he"] body .breadcrumb-wrap h1,
html[lang="he"] body .footer-widget-title h5,
html[lang="he"] body .service-policy-item h5,
html[lang="he"] body .banner-content .text1,
html[lang="he"] body .banner-content-shape h4,
html[lang="he"] body .hero-slider-content span,
html[lang="he"] body .hero-bg .hero-slider-content span {
    font-family: var(--ff-font-heading) !important;
    font-weight: 500;
    letter-spacing: 0.01em;
}

html[lang="ar"] body h1,
html[lang="ar"] body h2,
html[lang="ar"] body h3,
html[lang="ar"] body h4,
html[lang="ar"] body h5,
html[lang="ar"] body h6,
html[lang="ar"] body .section-title h2,
html[lang="ar"] body .hero-slider-content h1,
html[lang="ar"] body .hero-slider-content h2,
html[lang="ar"] body .hero-slider-content span,
html[lang="ar"] body .hero-bg .hero-slider-content span {
    font-family: var(--ff-font-ar) !important;
    font-weight: 700;
}

body {
    color: var(--ff-text);
    background-color: var(--ff-bg);
    font-size: 15px;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: var(--ff-dark);
    text-decoration: none;
}

a:visited {
    color: var(--ff-dark);
}

a:hover {
    color: var(--ff-primary);
}

/* ===== כותרות וסקשנים ===== */

.section-title h2 {
    color: var(--ff-dark);
    font-size: 2rem;
    font-weight: 500;
    position: relative;
    display: inline-block;
}

.section-title h2::after {
    content: '';
    display: block;
    width: 48px;
    height: 3px;
    background: linear-gradient(90deg, var(--ff-primary), var(--ff-accent));
    margin: 12px auto 0;
    border-radius: 2px;
}

.section-title p {
    color: var(--ff-text-light);
    font-size: 1rem;
    font-weight: 300;
}

/* ===== הירו ===== */

.hero-slide-content {
    position: relative;
}

.hero-slider-item_3.hero-bg-tone--dark .hero-slide-content::before,
.hero-slider-item_3.hero-bg-tone--light .hero-slide-content::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    border-radius: 0;
    transition: opacity 0.35s ease;
}

.hero-slider-item_3.hero-bg-tone--dark .hero-slide-content::before {
    background: linear-gradient(90deg, rgba(20, 12, 14, 0.55) 0%, rgba(20, 12, 14, 0.28) 55%, rgba(20, 12, 14, 0) 100%);
}

.hero-slider-item_3.hero-bg-tone--light .hero-slide-content::before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.35) 55%, rgba(255, 255, 255, 0) 100%);
}

html[dir="rtl"] .hero-slider-item_3.hero-bg-tone--dark .hero-slide-content::before {
    background: linear-gradient(270deg, rgba(20, 12, 14, 0.55) 0%, rgba(20, 12, 14, 0.28) 55%, rgba(20, 12, 14, 0) 100%);
}

html[dir="rtl"] .hero-slider-item_3.hero-bg-tone--light .hero-slide-content::before {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.35) 55%, rgba(255, 255, 255, 0) 100%);
}

.hero-slider-content.hero-text--dark span,
.hero-bg .hero-slider-content.hero-text--dark span {
    font-family: var(--ff-font-heading) !important;
    font-style: italic;
    font-weight: 400;
    color: var(--ff-primary) !important;
    font-size: 1.6rem !important;
}

.hero-slider-content.hero-text--light span,
.hero-bg .hero-slider-content.hero-text--light span {
    font-family: var(--ff-font-heading) !important;
    font-style: italic;
    font-weight: 400;
    color: #f6d9e0 !important;
    font-size: 1.6rem !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

.hero-slider-content.hero-text--dark h1,
.hero-slider-content.hero-text--dark h2 {
    color: var(--ff-dark) !important;
    text-shadow: 0 2px 24px rgba(255, 255, 255, 0.75);
}

.hero-slider-content.hero-text--light h1,
.hero-slider-content.hero-text--light h2 {
    color: #fff !important;
    text-shadow: 0 3px 22px rgba(0, 0, 0, 0.45);
}

.hero-slider-content span,
.hero-bg .hero-slider-content span {
    font-family: var(--ff-font-heading) !important;
    font-style: italic;
    font-weight: 400;
    font-size: 1.6rem !important;
}

.hero-slider-content h1,
.hero-slider-content h2 {
    text-shadow: 0 2px 24px rgba(255, 255, 255, 0.6);
}

.btn-hero,
.btn-hero:hover {
    background-color: var(--ff-primary) !important;
    border-color: var(--ff-primary) !important;
    border-radius: var(--ff-radius-pill) !important;
    padding: 14px 36px !important;
    font-weight: 500;
    letter-spacing: 0.04em;
    transition: all var(--ff-transition);
    box-shadow: 0 4px 16px rgba(168, 93, 107, 0.35);
}

.btn-hero:hover {
    background-color: var(--ff-primary-dark) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(168, 93, 107, 0.45);
}

/* ===== כפתורים ===== */

.btn-sqr {
    display: inline-block;
    background-color: var(--ff-primary);
    color: var(--ff-white) !important;
    border: 2px solid var(--ff-primary);
    border-radius: var(--ff-radius-pill);
    padding: 12px 32px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.03em;
    text-transform: none;
    transition: all var(--ff-transition);
    cursor: pointer;
    line-height: 1.4;
}

.btn-sqr:hover {
    background-color: var(--ff-primary-dark);
    border-color: var(--ff-primary-dark);
    color: var(--ff-white) !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(168, 93, 107, 0.35);
}

.btn-sqr.btn-sm {
    padding: 8px 20px;
    font-size: 13px;
}

/* ===== כותרת עליונה ===== */

.header-top {
    background: var(--ff-bg-alt);
    border-color: var(--ff-border) !important;
}

.welcome-message p {
    color: var(--ff-text-light);
    font-weight: 300;
    font-size: 13px;
}

.header-top-settings a {
    color: var(--ff-text) !important;
    text-decoration: none !important;
    font-weight: 500;
    transition: color var(--ff-transition);
}

.header-top-settings a:hover {
    color: var(--ff-primary) !important;
}

.header-top-settings .language span {
    color: var(--ff-text-light);
}

.lang-switcher {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.35rem 0.5rem;
    font-size: 0.82rem;
    line-height: 1.2;
}

.lang-switcher__label {
    color: var(--ff-text-light);
    font-weight: 500;
}

.lang-switcher__link {
    color: var(--ff-text) !important;
    text-decoration: none !important;
    font-weight: 600;
    padding: 0.15rem 0.35rem;
    border-radius: 6px;
    transition: color var(--ff-transition), background var(--ff-transition);
}

.lang-switcher__link:hover,
.lang-switcher__link.is-active {
    color: var(--ff-primary) !important;
    background: var(--ff-primary-light);
}

.lang-switcher__sep {
    color: var(--ff-text-light);
    opacity: 0.7;
}

.mobile-header__side--end .lang-switcher {
    display: none;
}

.mobile-menu__lang {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(219, 172, 182, 0.35);
}

.boutique-mobile-drawer__panel .lang-switcher,
.prm-mobile-drawer__panel .lang-switcher {
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--btq-border, rgba(42, 42, 42, 0.1));
}

@media (max-width: 991.98px) {
    .mobile-header__side--end .lang-switcher {
        display: inline-flex;
        font-size: 0.72rem;
        gap: 0.2rem 0.35rem;
    }

    .mobile-header__side--end .lang-switcher__label {
        display: none;
    }
}

@media (min-width: 992px) {
    .mobile-menu__lang {
        display: none;
    }
}

.header-configure-area {
    padding-inline-end: 0;
}

.header-configure-area > ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-configure-area > ul > li {
    display: block;
    margin: 0 !important;
    line-height: 1;
}

.header-action-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
    color: var(--ff-dark) !important;
    background: #fff;
    border: 1px solid rgba(219, 172, 182, 0.55);
    text-decoration: none !important;
    transition: color var(--ff-transition), background var(--ff-transition), border-color var(--ff-transition), transform var(--ff-transition), box-shadow var(--ff-transition);
}

.header-action-btn > i {
    font-size: 18px;
    line-height: 1;
    transition: color var(--ff-transition), transform var(--ff-transition);
}

.header-action-btn:hover {
    color: var(--ff-primary) !important;
    border-color: rgba(168, 93, 107, 0.55);
    background: var(--ff-primary-light);
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(168, 93, 107, 0.18);
}

.header-action-btn:hover > i {
    color: var(--ff-primary);
    transform: scale(1.05);
}

.header-action-btn--wishlist > i {
    color: #b8894a;
}

.header-action-btn--wishlist:hover {
    color: #7a4f2b !important;
    border-color: #d4b07a;
    background: #faf3e8;
    box-shadow: 0 6px 16px rgba(201, 168, 108, 0.22);
}

.header-action-btn--wishlist:hover > i {
    color: #8f642f;
}

.header-action-btn--cart:hover > i {
    color: var(--ff-primary);
}

.header-action-btn .notification {
    top: -5px;
    inset-inline-end: -5px;
    position: absolute;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    text-align: center;
    line-height: 18px;
    font-size: 10px;
    font-weight: 700;
    color: #fff !important;
    border-radius: 999px;
    background-color: var(--ff-primary);
    border: 2px solid #fff;
    box-shadow: 0 2px 6px rgba(44, 36, 38, 0.18);
}

.header-action-btn .notification--wishlist {
    background: linear-gradient(135deg, #c9a86c 0%, #a67c3d 100%);
}

.header-configure-area .user-hover {
    position: relative;
}

.header-configure-area .user-hover .dropdown-list {
    inset-inline-end: 0;
    inset-inline-start: auto;
    width: 180px;
    padding: 10px 0;
    margin-top: 10px;
    background: #fff;
    border: 1px solid rgba(219, 172, 182, 0.45);
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(44, 36, 38, 0.12);
}

.header-configure-area .user-hover .dropdown-list li a {
    color: var(--ff-text) !important;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 16px;
    text-transform: none;
    text-decoration: none !important;
    transition: color var(--ff-transition), background var(--ff-transition);
}

.header-configure-area .user-hover .dropdown-list li a:hover {
    color: var(--ff-primary) !important;
    background: var(--ff-primary-light);
}

.mobile-header {
    padding: 4px 0;
}

.mobile-header .container {
    padding-inline: 12px;
}

.mobile-main-header {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 8px;
    padding: 6px 0;
}

.mobile-header__side {
    display: flex;
    align-items: center;
    min-width: 0;
}

.mobile-header__side--start {
    justify-content: flex-start;
}

.mobile-header__side--end {
    justify-content: flex-end;
}

.mobile-logo {
    justify-self: center;
    max-width: min(200px, 52vw);
    width: auto;
    min-width: 0;
    text-align: center;
}

.mobile-logo .site-logo {
    height: 56px;
    max-width: 100%;
    margin-inline: auto;
}

.mobile-menu-toggler {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.mobile-menu-toggler .mini-cart-wrap {
    margin-left: 0;
    margin-inline-start: 0;
    position: relative;
}

.mobile-menu-toggler .mini-cart-wrap .notification {
    font-size: 10px;
    color: #fff;
    min-width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50%;
    text-align: center;
    font-weight: 600;
    inset-inline-end: -4px;
    top: -4px;
    position: absolute;
    background-color: var(--ff-primary);
    padding: 0 3px;
}

.mobile-menu-btn .off-canvas-btn {
    font-size: 1.5rem;
    cursor: pointer;
    padding: 8px;
    line-height: 1;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mobile-menu-toggler .mini-cart-wrap a,
.mobile-menu-toggler .off-canvas-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--ff-dark) !important;
    background: #fff;
    border: 1px solid rgba(219, 172, 182, 0.55);
    text-decoration: none !important;
}

.mobile-menu-toggler .mini-cart-wrap a:hover,
.mobile-menu-toggler .off-canvas-btn:hover {
    color: var(--ff-primary) !important;
    background: var(--ff-primary-light);
}

.mobile-menu a {
    color: var(--ff-dark) !important;
    text-decoration: none !important;
}

.mobile-menu a:hover {
    color: var(--ff-primary) !important;
}

/* ===== תפריט צד נייד (off-canvas) ===== */
.off-canvas-wrapper .off-canvas-inner-content {
    width: min(320px, 88vw);
    padding: 0;
    box-shadow: -12px 0 40px rgba(47, 38, 40, 0.14);
    border-inline-start: 1px solid rgba(219, 172, 182, 0.4);
}

html[dir="rtl"] .off-canvas-wrapper .off-canvas-inner-content {
    left: auto;
    right: 0;
    transform: translateX(calc(100% + 50px));
    box-shadow: 12px 0 40px rgba(47, 38, 40, 0.14);
}

html[dir="rtl"] .off-canvas-wrapper.open .off-canvas-inner-content {
    transform: translateX(0);
}

.off-canvas-wrapper .btn-close-off-canvas {
    background-color: var(--ff-primary);
    border-radius: 0 0 0 8px;
}

html[dir="rtl"] .off-canvas-wrapper .btn-close-off-canvas {
    left: auto;
    right: 100%;
    border-radius: 0 0 8px 0;
}

.off-canvas-wrapper .off-canvas-inner {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
}

.off-canvas-wrapper .off-canvas-inner-content {
    display: flex;
    flex-direction: column;
}

.off-canvas-mobile-head {
    padding: 18px 20px 14px;
    border-bottom: 1px solid rgba(219, 172, 182, 0.35);
    background: linear-gradient(180deg, #fff 0%, #fffafb 100%);
}

.off-canvas-mobile-head__title {
    font-size: 18px;
    font-weight: 700;
    color: var(--ff-dark);
    margin: 0;
}

.search-box-offcanvas {
    padding: 16px 20px;
    border-bottom: 1px solid rgba(219, 172, 182, 0.3);
    flex-shrink: 0;
}

.search-box-offcanvas form {
    display: flex;
    align-items: stretch;
    gap: 0;
    border: 1px solid rgba(219, 172, 182, 0.5);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.search-box-offcanvas form input {
    flex: 1;
    height: 44px;
    border: none;
    background: transparent;
    padding: 0 14px;
    font-size: 14px;
    color: var(--ff-text);
}

.search-box-offcanvas form input:focus {
    outline: none;
}

.search-box-offcanvas form .search-btn {
    position: static;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    display: grid;
    place-items: center;
    background: var(--ff-primary-light);
    color: var(--ff-primary);
    border: none;
    border-inline-start: 1px solid rgba(219, 172, 182, 0.35);
    line-height: 1;
    font-size: 18px;
}

.search-box-offcanvas form .search-btn:hover {
    background: var(--ff-primary);
    color: #fff;
}

.mobile-navigation {
    max-height: none !important;
    overflow: hidden !important;
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.mobile-navigation nav {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 8px 20px 24px;
}

.mobile-menu {
    margin-top: 0 !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
    overflow: visible;
    height: auto;
}

.mobile-menu > li {
    border-bottom: 1px solid rgba(219, 172, 182, 0.28);
}

.mobile-menu > li:last-child {
    border-bottom: none;
}

.mobile-menu > li > a {
    display: block;
    width: 100%;
    padding: 14px 36px 14px 0 !important;
    font-size: 15px !important;
    font-weight: 500;
    line-height: 1.4 !important;
    color: var(--ff-dark) !important;
    text-transform: none !important;
}

html[dir="rtl"] .mobile-menu > li > a {
    padding: 14px 0 14px 36px !important;
}

.mobile-menu li ul.dropdown {
    padding: 0 0 8px !important;
    margin: 0;
    background: var(--ff-primary-soft, #fdf8f9);
    border-radius: 10px;
    margin-bottom: 8px;
}

.mobile-menu li ul li {
    padding-left: 0 !important;
    padding-right: 0 !important;
    border: none;
}

.mobile-menu li ul li a {
    display: block;
    padding: 10px 14px !important;
    font-size: 14px !important;
    color: var(--ff-text) !important;
}

.mobile-menu li.menu-item-has-children .menu-expand {
    left: auto;
    right: 0;
    top: 0;
    height: 48px;
    line-height: 48px;
    width: 36px;
}

html[dir="ltr"] .mobile-menu li.menu-item-has-children .menu-expand {
    right: auto;
    left: auto;
    inset-inline-end: 0;
}

.mobile-menu li.menu-item-has-children .menu-expand i,
.mobile-menu li.menu-item-has-children .menu-expand i:before {
    border-color: var(--ff-primary);
}

.mobile-menu li.menu-item-has-children.active > a {
    color: var(--ff-primary) !important;
}

body.off-canvas-open {
    overflow: hidden;
}

.header-main-area,
.main-header,
.main-menu-area {
    overflow: visible !important;
}

.header-main-area.sticky.is-sticky {
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: var(--ff-shadow);
}

.main-menu ul li a {
    font-weight: 500;
    letter-spacing: 0.02em;
    transition: color var(--ff-transition);
}

.main-menu ul li:hover > a,
.main-menu ul li.active > a {
    color: var(--ff-primary) !important;
}

/* ===== מוצרים ===== */

.product-item .button-group,
.product-list-item .button-group {
    display: none !important;
}

.product-item {
    border-radius: var(--ff-radius);
    transition: transform var(--ff-transition), box-shadow var(--ff-transition);
    padding: 4px;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: visible !important;
}

.product-item:hover {
    transform: translateY(-5px);
    box-shadow: var(--ff-shadow-hover);
}

.product-caption {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 14px 12px 16px;
}

.product-card-actions {
    display: flex !important;
    gap: 6px;
    margin-top: auto;
    padding: 12px 2px 0;
    overflow: visible;
}

.shop-product-grid.grid-view [class*="col-"] {
    overflow: visible;
}

.product-item .product-action-btn,
.product-list-item .product-action-btn {
    flex: 1;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-height: 34px;
    padding: 6px 8px !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    white-space: nowrap;
    transition: color var(--ff-transition), background var(--ff-transition), border-color var(--ff-transition), transform var(--ff-transition), box-shadow var(--ff-transition);
}

.product-item .product-action-btn i,
.product-list-item .product-action-btn i {
    font-size: 14px;
    flex-shrink: 0;
}

.product-item .product-action-wishlist,
.product-list-item .product-action-wishlist {
    color: #7a4f2b !important;
    background: linear-gradient(180deg, #fffdf9 0%, #faf3e8 100%) !important;
    border: 1.5px solid #d4b07a !important;
    box-shadow: 0 2px 10px rgba(201, 168, 108, 0.16);
}

.product-item .product-action-wishlist i,
.product-list-item .product-action-wishlist i {
    color: #b8894a;
    transition: transform var(--ff-transition), color var(--ff-transition);
}

.product-item .product-action-wishlist:hover,
.product-list-item .product-action-wishlist:hover {
    color: #5f3d1f !important;
    border-color: #c9a86c !important;
    background: linear-gradient(180deg, #fff9f0 0%, #f5e8d4 100%) !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(201, 168, 108, 0.28);
}

.product-item .product-action-wishlist:hover i,
.product-list-item .product-action-wishlist:hover i {
    color: #9a6b2f;
    transform: scale(1.08);
}

.product-item .product-action-wishlist.is-active,
.product-list-item .product-action-wishlist.is-active {
    color: #fff !important;
    background: linear-gradient(135deg, #c9a86c 0%, #a67c3d 100%) !important;
    border-color: #a67c3d !important;
    box-shadow: 0 4px 16px rgba(166, 124, 61, 0.38);
}

.product-item .product-action-wishlist.is-active i,
.product-list-item .product-action-wishlist.is-active i {
    color: #fff;
}

.product-item .product-action-wishlist.is-active:hover,
.product-list-item .product-action-wishlist.is-active:hover {
    color: #fff !important;
    background: linear-gradient(135deg, #b89250 0%, #8f642f 100%) !important;
    border-color: #8f642f !important;
}

.product-wishlist-form {
    display: inline-flex;
    margin: 0;
}

.product-wishlist-form .product-action-btn {
    cursor: pointer;
    font: inherit;
}

.product-item .product-action-cart,
.product-list-item .product-action-cart {
    color: #fff !important;
    background: var(--ff-primary) !important;
    border: 1px solid var(--ff-primary) !important;
    box-shadow: 0 2px 10px rgba(168, 93, 107, 0.28);
}

.product-item .product-action-cart:hover,
.product-list-item .product-action-cart:hover {
    color: #fff !important;
    background: var(--ff-primary-dark) !important;
    border-color: var(--ff-primary-dark) !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(168, 93, 107, 0.38);
}

.product-card-actions--list {
    max-width: 360px;
    margin-top: 16px;
    padding: 12px 0 0;
}

@media only screen and (max-width: 575.98px) {
    .product-caption {
        padding: 12px 8px 14px;
    }

    .product-card-actions {
        gap: 5px;
        padding: 10px 0 2px;
    }

    .product-item .product-action-btn,
    .product-list-item .product-action-btn {
        font-size: 10px !important;
        min-height: 34px;
        min-width: 0;
        padding: 6px 8px !important;
        gap: 4px;
    }

    .product-item .product-action-cart,
    .product-list-item .product-action-cart {
        flex: 1.15;
    }

    .product-item .product-action-wishlist,
    .product-list-item .product-action-wishlist {
        flex: 0.85;
    }

    .product-item .product-action-btn i,
    .product-list-item .product-action-btn i {
        font-size: 13px;
    }
}

.product-thumb {
    position: relative;
    border: none !important;
    border-radius: var(--ff-radius);
    overflow: visible !important;
    box-shadow: none;
}

.product-thumb__inner {
    position: relative;
    overflow: hidden;
    border-radius: var(--ff-radius);
    box-shadow: 0 2px 12px rgba(44, 36, 38, 0.06);
    background: #f8f8f8;
}

.product-thumb__inner .sec-img {
    top: 0;
    left: 0;
    position: absolute;
}

.product-caption .product-name a {
    font-family: var(--ff-font-heading) !important;
    font-weight: 500;
    color: var(--ff-dark);
    font-size: 15px;
    transition: color var(--ff-transition);
}

.product-caption .product-name a:hover {
    color: var(--ff-primary);
}

.price-regular {
    color: var(--ff-primary) !important;
    font-weight: 600;
    font-size: 15px;
}

/* כרטיס מוצר — שם ומחיר */
.product-item .product-caption__meta,
.product-list-item .product-caption__meta {
    text-align: center;
    padding-bottom: 2px;
}

.product-list-item .product-caption__meta--list {
    text-align: start;
    margin-bottom: 10px;
}

.product-item .product-caption .product-name,
.product-list-item .product-caption__meta .product-name {
    margin: 0;
    padding: 0 !important;
    min-height: 2.8em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-list-item .product-caption__meta--list .product-name {
    min-height: auto;
    justify-content: flex-start;
    margin-bottom: 4px;
}

.product-item .product-caption .product-name a,
.product-list-item .product-caption__meta .product-name a {
    font-family: var(--ff-font-product) !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    color: var(--ff-dark) !important;
    text-decoration: none !important;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    transition: color var(--ff-transition);
}

html[lang="ar"] .product-item .product-caption .product-name a,
html[lang="ar"] .product-list-item .product-caption__meta .product-name a {
    font-family: var(--ff-font-ar) !important;
    font-size: 15px !important;
    font-weight: 700 !important;
}

.product-list-item .product-caption__meta--list .product-name a {
    text-align: start;
    font-size: 17px !important;
    -webkit-line-clamp: 3;
}

.product-item .product-caption .product-name a:hover,
.product-list-item .product-caption__meta .product-name a:hover {
    color: var(--ff-primary) !important;
    text-decoration: none !important;
}

.product-item .product-caption .price-box,
.product-list-item .product-caption__meta .price-box {
    margin-top: 4px;
    padding: 0 !important;
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
    gap: 0.4rem;
    width: 100%;
    text-align: center;
}

.product-item .product-caption .price-sale,
.product-list-item .product-caption__meta .price-sale {
    font-family: var(--ff-font-product) !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    letter-spacing: 0.01em;
    color: var(--ff-primary) !important;
    line-height: 1.2;
}

html[lang="ar"] .product-item .product-caption .price-sale,
html[lang="ar"] .product-list-item .product-caption__meta .price-sale {
    font-family: var(--ff-font-ar) !important;
}

.product-item .product-caption .price-old,
.product-list-item .product-caption__meta .price-old {
    font-family: var(--ff-font-product) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #999 !important;
    text-decoration: line-through;
    line-height: 1.2;
}

.product-item .product-caption .price-from-label,
.product-list-item .product-caption__meta .price-from-label {
    font-size: 0.85em;
    font-weight: 600;
    margin-inline-end: 0.1em;
}

.product-item .product-caption .price-regular--sale,
.product-list-item .product-caption__meta .price-regular--sale {
    color: var(--ff-primary) !important;
}

.product-item .product-caption .price-regular,
.product-list-item .product-caption__meta .price-regular {
    font-family: var(--ff-font-product) !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    letter-spacing: 0.01em;
    color: var(--ff-primary) !important;
    line-height: 1.2;
}

html[lang="ar"] .product-item .product-caption .price-regular,
html[lang="ar"] .product-list-item .product-caption__meta .price-regular {
    font-family: var(--ff-font-ar) !important;
}

.product-list-item .product-caption__meta--list .price-regular {
    font-size: 18px !important;
}

@media only screen and (max-width: 575.98px) {
    .product-item .product-caption .product-name a,
    .product-list-item .product-caption__meta .product-name a {
        font-size: 14px !important;
    }

    html[lang="ar"] .product-item .product-caption .product-name a,
    html[lang="ar"] .product-list-item .product-caption__meta .product-name a {
        font-size: 14px !important;
    }

    .product-item .product-caption .price-regular,
    .product-list-item .product-caption__meta .price-regular {
        font-size: 16px !important;
    }
}

/* תגיות מוצר — חדש / הנחה */
.product-item .product-thumb .product-badge,
.product-list-item .product-thumb .product-badge {
    position: absolute;
    z-index: 6;
    pointer-events: none;
    line-height: 1;
}

.product-item .product-badge__text,
.product-list-item .product-badge__text {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* תג הנחה — תג בולט בפינה */
.product-item .product-badge--sale,
.product-list-item .product-badge--sale {
    top: 10px;
    inset-inline-start: 10px;
}

.product-item .product-badge--sale .product-badge__text,
.product-list-item .product-badge--sale .product-badge__text {
    min-width: 78px;
    padding: 11px 16px !important;
    font-family: var(--ff-font-body) !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    letter-spacing: 0.03em;
    color: #2A2A2A !important;
    background: linear-gradient(135deg, #D7B4B4 0%, #E8D7D7 45%, #A8B8A0 100%) !important;
    border: 2px solid rgba(255, 255, 255, 0.75);
    border-radius: 14px;
    box-shadow: 0 6px 20px rgba(215, 180, 180, 0.45);
    transform: rotate(-4deg);
}

html[dir="rtl"] .product-item .product-badge--sale .product-badge__text,
html[dir="rtl"] .product-list-item .product-badge--sale .product-badge__text {
    transform: rotate(4deg);
}

/* תג חדש — חותמת עגולה מוזהבת */
.product-item .product-badge--new,
.product-list-item .product-badge--new {
    top: 10px;
    inset-inline-start: 10px;
}

.product-item .product-badge--new .product-badge__text,
.product-list-item .product-badge--new .product-badge__text {
    width: 72px;
    height: 72px;
    font-family: var(--ff-font-heading) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #2A2A2A !important;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.4);
    background:
        radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.55) 0%, transparent 42%),
        radial-gradient(circle at 70% 75%, rgba(125, 144, 116, 0.12) 0%, transparent 38%),
        linear-gradient(145deg, #D7B4B4 0%, #E8D7D7 38%, #A8B8A0 100%) !important;
    border: 2.5px solid rgba(255, 255, 255, 0.85) !important;
    border-radius: 50% !important;
    box-shadow:
        0 6px 20px rgba(215, 180, 180, 0.4),
        inset 0 2px 8px rgba(255, 255, 255, 0.45) !important;
    transform: rotate(-12deg);
    transition: transform var(--ff-transition), box-shadow var(--ff-transition);
    animation: ff-badge-pulse 3s ease-in-out infinite;
}

html[dir="rtl"] .product-item .product-badge--new .product-badge__text,
html[dir="rtl"] .product-list-item .product-badge--new .product-badge__text {
    transform: rotate(12deg);
}

.product-item:hover .product-badge--new .product-badge__text {
    transform: rotate(-12deg) scale(1.08);
}

html[dir="rtl"] .product-item:hover .product-badge--new .product-badge__text {
    transform: rotate(12deg) scale(1.08);
}

.product-item .product-badge--bundle,
.product-list-item .product-badge--bundle {
    top: 10px;
    inset-inline-start: 10px;
}

.product-badge__seal--bundle {
    display: inline-flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    width: 68px;
    height: 68px;
    padding: 8px 6px 6px !important;
    color: #2A2A2A !important;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.35);
    background:
        radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.55) 0%, transparent 45%),
        radial-gradient(circle at 75% 80%, rgba(125, 144, 116, 0.1) 0%, transparent 40%),
        linear-gradient(152deg, #A8B8A0 0%, #c5d4be 38%, #D7B4B4 100%) !important;
    border: 2.5px solid rgba(255, 255, 255, 0.85) !important;
    border-radius: 50% !important;
    box-shadow:
        0 5px 18px rgba(168, 184, 160, 0.4),
        0 2px 8px rgba(255, 255, 255, 0.3) inset !important;
    transform: rotate(-8deg);
    transition: transform var(--ff-transition), box-shadow var(--ff-transition);
    animation: ff-bundle-badge-glow 3.5s ease-in-out infinite;
}

html[dir="rtl"] .product-badge__seal--bundle {
    transform: rotate(8deg);
}

.product-item:hover .product-badge__seal--bundle {
    transform: rotate(-8deg) scale(1.06);
    box-shadow:
        0 8px 24px rgba(215, 180, 180, 0.45),
        0 2px 8px rgba(255, 255, 255, 0.35) inset !important;
}

html[dir="rtl"] .product-item:hover .product-badge__seal--bundle {
    transform: rotate(8deg) scale(1.06);
}

.bundle-badge-icon {
    width: 26px;
    height: 26px;
    display: block;
    flex-shrink: 0;
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.12));
}

.product-badge__bundle-label {
    font-family: var(--ff-font-heading) !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    letter-spacing: 0.06em;
    line-height: 1;
    opacity: 0.95;
}

@keyframes ff-bundle-badge-glow {
    0%, 100% {
        box-shadow:
            0 5px 18px rgba(168, 184, 160, 0.4),
            0 2px 8px rgba(255, 255, 255, 0.3) inset;
    }
    50% {
        box-shadow:
            0 8px 26px rgba(215, 180, 180, 0.5),
            0 2px 10px rgba(255, 255, 255, 0.4) inset;
    }
}

@keyframes ff-badge-pulse {
    0%, 100% {
        box-shadow:
            0 6px 20px rgba(215, 180, 180, 0.4),
            inset 0 2px 8px rgba(255, 255, 255, 0.45);
    }
    50% {
        box-shadow:
            0 8px 26px rgba(168, 184, 160, 0.5),
            inset 0 2px 10px rgba(255, 255, 255, 0.5);
    }
}

@media only screen and (max-width: 575.98px) {
    .product-item .product-badge--sale .product-badge__text,
    .product-list-item .product-badge--sale .product-badge__text {
        min-width: 68px;
        padding: 9px 12px !important;
        font-size: 15px !important;
    }

    .product-item .product-badge--new .product-badge__text,
    .product-list-item .product-badge--new .product-badge__text {
        width: 62px;
        height: 62px;
        font-size: 14px !important;
    }

    .product-badge__seal--bundle {
        width: 60px;
        height: 60px;
    }

    .bundle-badge-icon {
        width: 22px;
        height: 22px;
    }
}

/* ===== שירותים ===== */

.service-policy-area {
    background: var(--ff-white);
}

.service-policy-item {
    padding: 24px 16px;
    border-radius: var(--ff-radius);
    transition: background var(--ff-transition);
}

.service-policy-item:hover {
    background: var(--ff-primary-light);
}

.service-policy-item h5 {
    font-family: var(--ff-font-heading);
    color: var(--ff-dark);
    font-weight: 500;
}

/* ===== באנרים ===== */

.banner-item {
    border-radius: var(--ff-radius);
    overflow: hidden;
    box-shadow: var(--ff-shadow);
    transition: transform var(--ff-transition), box-shadow var(--ff-transition);
}

.banner-item:hover {
    transform: translateY(-3px);
    box-shadow: var(--ff-shadow-hover);
}

.banner-content .text1,
.banner-content-shape h4 {
    font-family: var(--ff-font-heading) !important;
    font-style: italic;
}

/* ===== באנר כותרת — דפים פנימיים ===== */

.page-header-banner {
    width: 100%;
    overflow: hidden;
    background: var(--ff-bg-alt);
}

.page-header-banner__link {
    display: block;
    line-height: 0;
}

.page-header-banner__img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center;
    display: block;
}

@media only screen and (max-width: 991.98px) {
    .page-header-banner__img {
        height: 220px;
    }
}

@media only screen and (max-width: 575.98px) {
    .page-header-banner__img {
        height: 160px;
    }
}

/* ===== breadcrumb ===== */

.breadcrumb-area.common-bg {
    background: linear-gradient(135deg, var(--ff-bg-alt) 0%, var(--ff-primary-light) 100%);
}

.breadcrumb-wrap h1 {
    color: var(--ff-dark);
    font-weight: 500;
}

.breadcrumb-item a {
    color: var(--ff-text-light);
}

.breadcrumb-item.active {
    color: var(--ff-primary);
}

/* ===== דף חנות ===== */

.shop-page {
    background: var(--ff-bg);
}

.shop-page__row {
    --bs-gutter-x: 2rem;
    max-width: 1320px;
    margin-inline: auto;
}

.shop-page__sidebar {
    margin-bottom: 2rem;
}

.shop-page__main {
    min-width: 0;
}

@media (min-width: 992px) {
    .shop-page__row > .shop-page__sidebar {
        flex: 0 0 280px !important;
        width: 280px !important;
        max-width: 280px !important;
    }

    .shop-page__row > .shop-page__main {
        flex: 1 1 0 !important;
        width: auto !important;
        max-width: none !important;
    }
}

.shop-sidebar-elegant {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: sticky;
    top: 110px;
}

.shop-sidebar-card {
    background: var(--ff-white);
    border: 1px solid var(--ff-border);
    border-radius: var(--ff-radius);
    padding: 22px 20px;
    box-shadow: 0 4px 24px rgba(44, 36, 38, 0.05);
}

.shop-sidebar-card__title {
    font-family: var(--ff-font-heading) !important;
    font-size: 1.15rem;
    font-weight: 500;
    color: var(--ff-dark);
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--ff-border);
}

.shop-category-nav {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.shop-category-nav--horizontal {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    flex: 1;
    min-width: 0;
}

.shop-category-nav--horizontal .shop-category-link {
    white-space: nowrap;
    font-size: 13px;
    padding: 8px 14px;
}

.shop-filters {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 28px;
    padding: 18px 20px;
    background: var(--ff-white);
    border: 1px solid var(--ff-border);
    border-radius: var(--ff-radius);
    box-shadow: 0 4px 20px rgba(44, 36, 38, 0.04);
}

.shop-search-form--inline {
    flex-shrink: 0;
    width: min(100%, 280px);
}

.shop-search-form--inline .shop-search-form__group {
    width: 100%;
}

@media only screen and (max-width: 767.98px) {
    .shop-filters {
        flex-direction: column;
    }

    .shop-search-form--inline {
        width: 100%;
    }
}

.shop-category-link {
    display: block;
    padding: 10px 14px;
    border-radius: 10px;
    color: var(--ff-text) !important;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none !important;
    transition: color var(--ff-transition), background var(--ff-transition), transform var(--ff-transition);
}

.shop-category-link:hover {
    color: var(--ff-primary) !important;
    background: var(--ff-primary-light);
}

.shop-category-link.is-active {
    color: var(--ff-white) !important;
    background: linear-gradient(135deg, var(--ff-primary) 0%, var(--ff-primary-dark) 100%);
    box-shadow: 0 4px 14px rgba(168, 93, 107, 0.3);
}

.shop-search-form__group {
    display: flex;
    align-items: stretch;
    border: 1px solid var(--ff-border);
    border-radius: 10px;
    overflow: hidden;
    background: var(--ff-bg);
}

.shop-search-form__input {
    flex: 1;
    border: none !important;
    background: transparent !important;
    padding: 11px 14px;
    font-size: 14px;
    min-width: 0;
    box-shadow: none !important;
}

.shop-search-form__input:focus {
    outline: none;
}

.shop-search-form__btn {
    flex-shrink: 0;
    width: 46px;
    border: none;
    background: var(--ff-primary);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background var(--ff-transition);
}

.shop-search-form__btn:hover {
    background: var(--ff-primary-dark);
}

/* Shop filter sidebar */
.shop-filter-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.shop-filter-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.shop-filter-chips--stack {
    flex-direction: column;
}

.shop-filter-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border: 1px solid var(--ff-border);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 500;
    color: var(--ff-text);
    cursor: pointer;
    transition: background var(--ff-transition), border-color var(--ff-transition), color var(--ff-transition);
    margin: 0;
}

.shop-filter-chip input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.shop-filter-chip:hover {
    border-color: var(--ff-primary);
    color: var(--ff-primary);
}

.shop-filter-chip.is-active {
    background: linear-gradient(135deg, var(--ff-primary) 0%, var(--ff-primary-dark) 100%);
    border-color: transparent;
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(168, 93, 107, 0.28);
}

.shop-filter-chip__swatch {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.12);
    flex-shrink: 0;
}

.shop-filter-chip.is-active .shop-filter-chip__swatch {
    border-color: rgba(255, 255, 255, 0.6);
}

.shop-filter-chip--promo {
    justify-content: space-between;
    gap: 8px;
}

.shop-filter-chip__badge {
    flex-shrink: 0;
    font-size: 0.72rem;
    font-weight: 700;
    color: #7D9074;
    background: rgba(168, 184, 160, 0.15);
    padding: 0.15rem 0.45rem;
    border-radius: 999px;
}

.shop-filter-chip.is-active .shop-filter-chip__badge {
    color: #fff;
    background: rgba(255, 255, 255, 0.22);
}

.shop-price-filter__inputs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.shop-price-filter__field {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 12px;
    color: var(--ff-muted, #7a6569);
    margin: 0;
}

.shop-price-filter__field .form-control {
    border-radius: 8px;
    border-color: var(--ff-border);
}

.shop-price-filter__hint {
    margin: 10px 0 0;
    font-size: 12px;
    color: var(--ff-muted, #7a6569);
}

.shop-category-link--filter {
    cursor: pointer;
    margin: 0;
}

.shop-category-link--filter input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.shop-filter-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.shop-filter-submit {
    width: 100%;
}

.shop-filter-clear {
    text-align: center;
    font-size: 13px;
    color: var(--ff-primary) !important;
    text-decoration: none !important;
}

.shop-filter-clear:hover {
    text-decoration: underline !important;
}

.shop-sidebar-banner .banner-area {
    padding: 0 !important;
}

.shop-sidebar-banner .banner-area .container {
    padding: 0;
    max-width: 100%;
}

.shop-promo-alert-wrap {
    padding-top: 1rem;
}

.shop-promo-alert {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    padding: 14px 18px;
    background: var(--ff-white);
    border: 1px solid var(--ff-border);
    border-radius: var(--ff-radius);
    box-shadow: 0 4px 16px rgba(44, 36, 38, 0.05);
}

.shop-promo-alert__discount {
    color: var(--ff-primary);
    font-weight: 600;
    margin-inline-start: 6px;
}

.shop-promo-alert__clear {
    font-size: 13px;
    font-weight: 500;
    color: var(--ff-primary) !important;
    text-decoration: none !important;
    padding: 6px 12px;
    border: 1px solid var(--ff-border);
    border-radius: 999px;
    transition: background var(--ff-transition), border-color var(--ff-transition);
}

.shop-promo-alert__clear:hover {
    background: var(--ff-primary-light);
    border-color: var(--ff-primary);
}

.shop-toolbar {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--ff-border);
}

.shop-toolbar__title {
    font-family: var(--ff-font-heading) !important;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 500;
    color: var(--ff-dark);
    margin: 0;
    line-height: 1.2;
}

.shop-toolbar__subtitle {
    margin: 8px 0 0;
    color: var(--ff-text-light);
    font-size: 14px;
    max-width: 52ch;
}

.shop-view-toggle {
    display: inline-flex;
    padding: 4px;
    background: var(--ff-white);
    border: 1px solid var(--ff-border);
    border-radius: 12px;
    gap: 4px;
}

.shop-view-toggle__btn {
    width: 40px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: var(--ff-text-light) !important;
    text-decoration: none !important;
    transition: color var(--ff-transition), background var(--ff-transition);
}

.shop-view-toggle__btn:hover {
    color: var(--ff-primary) !important;
    background: var(--ff-primary-light);
}

.shop-view-toggle__btn.is-active {
    color: #fff !important;
    background: var(--ff-primary);
}

.shop-product-grid {
    margin-top: 4px;
}

.shop-product-grid.grid-view [class*="col-"]:not(.home-featured-products__item) {
    margin-bottom: 32px;
}

.shop-page__sidebar--spacer {
    visibility: hidden;
    pointer-events: none;
    min-height: 0;
    margin-bottom: 0 !important;
}

.shop-page__row--home {
    margin-top: 0;
}

.home-featured-products {
    max-width: 1320px;
    margin-inline: auto;
    margin-top: 0.5rem;
}

.home-featured-products__item {
    margin-bottom: 0 !important;
    padding-inline: 0.375rem;
}

.home-featured-products .product-list-item {
    display: none !important;
}

.home-featured-products .product-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

.home-featured-products .product-caption {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0.65rem 0.5rem 0.75rem;
}

.home-featured-products .product-caption .product-name {
    min-height: 2.35em;
}

.home-featured-products .product-caption .product-name a {
    font-size: 0.8125rem !important;
    line-height: 1.35 !important;
}

.home-featured-products .product-caption .price-regular {
    font-size: 0.875rem !important;
}

.home-featured-products .product-card-actions {
    gap: 0.35rem;
    padding-top: 0.5rem;
    overflow: visible;
}

.home-featured-products [class*="col-"] {
    overflow: visible;
}

.home-featured-products .product-action-btn {
    font-size: 0.625rem !important;
    min-height: 32px;
    padding: 0.35rem 0.4rem !important;
    gap: 0.2rem;
}

.home-featured-products .product-action-btn i {
    font-size: 0.85rem;
}

@media (min-width: 992px) {
    .home-featured-products .product-action-btn span {
        display: none;
    }

    .home-featured-products .product-action-btn {
        min-height: 36px;
    }

    .home-featured-products .product-action-btn i {
        font-size: 1rem;
    }
}

@media (max-width: 991.98px) {
    .home-featured-products .product-caption .product-name a {
        font-size: 0.875rem !important;
    }
}

.home-shop-cta-row {
    margin-top: 8px;
    padding-top: 8px;
}

.shop-empty-state {
    text-align: center;
    padding: 64px 24px;
    background: var(--ff-white);
    border: 1px dashed var(--ff-border);
    border-radius: var(--ff-radius);
}

.shop-empty-state__icon {
    font-size: 2rem;
    color: var(--ff-primary);
    margin-bottom: 12px;
    opacity: 0.7;
}

.shop-empty-state h3 {
    font-family: var(--ff-font-heading);
    color: var(--ff-dark);
    margin-bottom: 8px;
}

.shop-empty-state p {
    color: var(--ff-text-light);
    margin-bottom: 20px;
}

@media only screen and (max-width: 991.98px) {
    .shop-sidebar-elegant {
        position: static;
    }

    .shop-toolbar {
        align-items: flex-start;
    }
}

/* ===== פוטר ===== */

.footer-widget-area {
    background: var(--ff-dark);
}

.footer-widget-title h5 {
    color: var(--ff-white);
    font-weight: 500;
    letter-spacing: 0.03em;
}

.footer-widget-body li,
.footer-widget-body a {
    color: rgba(255, 255, 255, 0.7);
    transition: color var(--ff-transition);
}

.footer-widget-body a:hover {
    color: var(--ff-accent);
}

.footer-copyright-area {
    background: #1e191b;
    border-color: rgba(255, 255, 255, 0.08) !important;
}

.footer-copyright-area p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
}

/* ===== טפסים וכרטיסים ===== */

.form-control:focus,
.form-select:focus {
    border-color: var(--ff-primary);
    box-shadow: 0 0 0 3px rgba(168, 93, 107, 0.15);
}

.option-card.selected {
    border-color: var(--ff-primary) !important;
    background: var(--ff-primary-light) !important;
}

/* ===== גלילה למעלה ===== */

.scroll-top {
    background: var(--ff-primary) !important;
    border-radius: 50%;
    box-shadow: var(--ff-shadow);
}

/* ===== החלפת אדום Floda בגוון ורוד-אלגנטי ===== */

a:hover,
.main-menu ul li ul li:hover > a,
.product-caption .product-name a:hover,
.blog-title a:hover,
.slick-arrow-style button.slick-arrow:hover {
    color: var(--ff-primary) !important;
}

.slick-arrow-style button.slick-arrow:hover,
.slick-dot-style ul.slick-dots li.slick-active button,
.minicart-button a:hover,
.btn-brand {
    background-color: var(--ff-primary) !important;
    border-color: var(--ff-primary) !important;
}

.button-group a:hover {
    color: var(--ff-primary) !important;
}

/* ===== קוביות קטגוריות בדף הבית — see home-category-cards.css ===== */

/* Boutique themes — same category showcase */
.boutique-home .home-categories-area {
    padding-top: clamp(2rem, 5vw, 3rem);
    padding-bottom: clamp(2rem, 5vw, 3rem);
    background: var(--btq-bg-alt, #faf8f6);
}

.boutique-home .home-categories-area .section-title h2 {
    font-family: var(--btq-font-heading) !important;
}

.boutique-home .category-showcase-tile__content h3 {
    font-family: var(--btq-font-heading) !important;
}

/* ===== לוגו ===== */

.logo,
.mobile-logo {
    line-height: 0;
}

.logo a,
.mobile-logo a {
    display: inline-block;
    line-height: 0;
}

.site-logo {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: 96px;
    width: auto;
    max-width: 380px;
    object-fit: contain;
    background: transparent !important;
}

@media (max-width: 991.98px) {
    .site-logo {
        height: 56px;
        max-width: 200px;
    }
}

/* ===== תפריט קטגוריות ===== */

.nav-categories-item {
    position: relative !important;
    overflow: visible !important;
}

.main-menu ul li.nav-categories-item > .nav-categories-mega {
    width: auto !important;
    min-width: 560px;
    max-width: min(920px, calc(100vw - 32px));
    left: auto !important;
    right: 0 !important;
    top: 100% !important;
    margin: 0 !important;
    display: block !important;
    flex-wrap: nowrap !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: none !important;
    padding: 22px 22px 28px !important;
    overflow: visible !important;
    height: auto !important;
    max-height: none !important;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

/* גשר invisible — מונע סגירה בזמן מעבר מהקישור לתפריט */
.main-menu ul li.nav-categories-item > .nav-categories-mega::before {
    content: "";
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    height: 12px;
    background: transparent;
}

.main-menu ul li.nav-categories-item:hover > .nav-categories-mega,
.main-menu ul li.nav-categories-item > .nav-categories-mega:hover {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto;
    transform: none !important;
}

.main-menu ul li ul.megamenu.nav-categories-mega > li.nav-categories-mega__wrap {
    flex-basis: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
    overflow: visible !important;
}

.nav-categories-mega {
    border-radius: 14px !important;
    border-color: var(--ff-border) !important;
    box-shadow: var(--ff-shadow-hover) !important;
    overflow: visible !important;
}

.nav-categories-mega__wrap {
    width: 100%;
    display: block;
    overflow: visible;
}

.nav-categories-mega__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 18px;
    padding: 0 0 14px;
    border-bottom: 1px solid var(--ff-border);
}

.nav-categories-mega__head span {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--ff-dark);
}

.nav-categories-mega__all {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.78rem;
    font-weight: 500;
    color: var(--ff-primary) !important;
    text-decoration: none;
    flex-shrink: 0;
    white-space: nowrap;
    padding: 0 !important;
    text-transform: none !important;
}

.nav-categories-mega__all:hover {
    color: var(--ff-primary-dark) !important;
}

.nav-categories-mega__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(152px, 1fr));
    gap: 12px;
    width: 100%;
    overflow: visible;
    align-items: stretch;
}

.nav-category-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
    min-height: 0;
    height: auto;
    padding: 10px 10px 14px;
    box-sizing: border-box;
    border-radius: 12px;
    background: var(--ff-bg);
    border: 1px solid var(--ff-border);
    text-decoration: none;
    color: inherit;
    overflow: visible;
    transition: background var(--ff-transition), border-color var(--ff-transition), transform var(--ff-transition), box-shadow var(--ff-transition);
}

.nav-category-card:hover {
    background: var(--ff-primary-light);
    border-color: var(--ff-primary-light);
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(44, 36, 38, 0.08);
    color: inherit;
    text-decoration: none;
}

.nav-category-card__thumb {
    flex: 0 0 auto;
    width: 100%;
    height: 76px;
    margin: 0 0 10px;
    border-radius: 10px;
    overflow: hidden;
    background: var(--ff-primary-light);
}

.nav-category-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nav-category-card__placeholder {
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--ff-primary-light), var(--ff-accent));
}

.nav-category-card__text {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-width: 0;
    flex: 0 0 auto;
    text-align: center;
    align-items: center;
    padding: 0;
}

.nav-category-card__text strong {
    font-size: 0.86rem;
    font-weight: 600;
    color: var(--ff-dark);
    line-height: 1.4;
    display: block;
    width: 100%;
}

.nav-category-card__text small {
    font-size: 0.72rem;
    color: var(--ff-text-light);
    line-height: 1.45;
    display: block;
    width: 100%;
    overflow: visible;
}

.main-menu ul li ul.megamenu.nav-categories-mega .nav-category-card {
    padding: 10px 10px 14px !important;
    text-transform: none !important;
    font-weight: inherit;
    line-height: 1.4 !important;
}

.main-menu ul li ul.megamenu li.nav-categories-mega__wrap:hover > a {
    color: inherit;
}

.mobile-categories-submenu {
    padding: 6px 8px !important;
}

.mobile-category-link {
    display: flex !important;
    align-items: center;
    gap: 10px;
}

.mobile-category-link img {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
    border: 1px solid rgba(219, 172, 182, 0.35);
}

.mobile-categories-all a {
    color: var(--ff-primary) !important;
    font-weight: 600 !important;
}

@media (max-width: 1199.98px) {
    .main-menu ul li.nav-categories-item > .nav-categories-mega {
        min-width: 420px;
        max-width: min(680px, calc(100vw - 24px));
    }

    .nav-categories-mega__grid {
        grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    }
}

@media (max-width: 991.98px) {
    .main-menu ul li.nav-categories-item > .nav-categories-mega {
        min-width: 320px;
        max-width: calc(100vw - 20px);
    }

    .nav-categories-mega__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* ===== דף מבצעים ===== */

.promotions-area {
    background: var(--ff-bg);
}

.promotions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 28px;
}

.promotion-card {
    border-radius: var(--ff-radius);
    overflow: hidden;
    background: var(--ff-white);
    box-shadow: var(--ff-shadow);
    transition: transform var(--ff-transition), box-shadow var(--ff-transition);
}

.promotion-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--ff-shadow-hover);
}

.promotion-card__link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.promotion-card__link:hover {
    text-decoration: none;
    color: inherit;
}

.promotion-card__media {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: var(--ff-primary-light);
}

.promotion-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.promotion-card:hover .promotion-card__media img {
    transform: scale(1.05);
}

.promotion-card__placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--ff-primary-light), var(--ff-bg-alt));
}

.promotion-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(44, 36, 38, 0.35) 100%);
}

.promotion-card__discount {
    position: absolute;
    top: 14px;
    left: 14px;
    background: var(--ff-primary);
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    padding: 6px 14px;
    border-radius: var(--ff-radius-pill);
    box-shadow: 0 4px 12px rgba(168, 93, 107, 0.4);
}

html[dir="rtl"] .promotion-card__discount {
    left: auto;
    right: 14px;
}

.promotion-card__badge {
    position: absolute;
    top: 14px;
    right: 14px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--ff-dark);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: var(--ff-radius-pill);
}

html[dir="rtl"] .promotion-card__badge {
    right: auto;
    left: 14px;
}

.promotion-card__body {
    padding: 22px 20px 24px;
}

.promotion-card__body h2 {
    margin: 0 0 8px;
    font-size: 1.25rem;
    color: var(--ff-dark);
    line-height: 1.3;
}

.promotion-card__body p {
    margin: 0 0 12px;
    color: var(--ff-text-light);
    font-size: 0.92rem;
    line-height: 1.55;
}

.promotion-card__until {
    display: block;
    font-size: 0.8rem;
    color: var(--ff-accent);
    font-weight: 500;
    margin-bottom: 8px;
}

.promotion-card__scope {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--ff-primary);
    background: var(--ff-primary-light);
    padding: 4px 12px;
    border-radius: var(--ff-radius-pill);
    margin-bottom: 10px;
}

.promotion-card__products {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
}

.promotion-card__products span {
    font-size: 0.75rem;
    color: var(--ff-text-light);
    background: var(--ff-bg-alt);
    padding: 3px 10px;
    border-radius: var(--ff-radius-pill);
}

.promotion-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--ff-primary);
    font-weight: 500;
    font-size: 0.9rem;
}

.promotions-empty {
    padding: 60px 20px;
}

/* ===== כרטיס מוצר — טיפוגרפיה (דורס inherit גלובלי) ===== */

html[lang="he"] body .product-item .product-caption .product-name a,
html[lang="he"] body .product-list-item .product-caption__meta .product-name a {
    font-family: var(--ff-font-product) !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    color: var(--ff-dark) !important;
    text-decoration: none !important;
}

html[lang="he"] body .product-item .product-caption .price-regular,
html[lang="he"] body .product-list-item .product-caption__meta .price-regular,
html[lang="he"] body .product-item .product-caption .price-sale,
html[lang="he"] body .product-list-item .product-caption__meta .price-sale {
    font-family: var(--ff-font-product) !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    letter-spacing: 0.01em;
    color: var(--ff-primary) !important;
    line-height: 1.2;
}

html[lang="ar"] body .product-item .product-caption .product-name a,
html[lang="ar"] body .product-list-item .product-caption__meta .product-name a {
    font-family: var(--ff-font-ar) !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    color: var(--ff-dark) !important;
    text-decoration: none !important;
}

html[lang="ar"] body .product-item .product-caption .price-regular,
html[lang="ar"] body .product-list-item .product-caption__meta .price-regular,
html[lang="ar"] body .product-item .product-caption .price-sale,
html[lang="ar"] body .product-list-item .product-caption__meta .price-sale {
    font-family: var(--ff-font-ar) !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: var(--ff-primary) !important;
    line-height: 1.2;
}

html[lang="he"] body .product-list-item .product-caption__meta--list .product-name a,
html[lang="ar"] body .product-list-item .product-caption__meta--list .product-name a {
    font-size: 17px !important;
    text-align: start;
}

html[lang="he"] body .product-list-item .product-caption__meta--list .price-regular,
html[lang="ar"] body .product-list-item .product-caption__meta--list .price-regular {
    font-size: 19px !important;
}

@media only screen and (max-width: 575.98px) {
    html[lang="he"] body .product-item .product-caption .product-name a,
    html[lang="he"] body .product-list-item .product-caption__meta .product-name a,
    html[lang="ar"] body .product-item .product-caption .product-name a,
    html[lang="ar"] body .product-list-item .product-caption__meta .product-name a {
        font-size: 14px !important;
    }

    html[lang="he"] body .product-item .product-caption .price-regular,
    html[lang="he"] body .product-list-item .product-caption__meta .price-regular,
    html[lang="ar"] body .product-item .product-caption .price-regular,
    html[lang="ar"] body .product-list-item .product-caption__meta .price-regular {
        font-size: 16px !important;
    }
}

/* ===== דף מוצר — עיצוב פרימיום ===== */

.product-detail-page {
    background: linear-gradient(180deg, var(--ff-bg) 0%, var(--ff-bg-alt) 100%);
    padding-top: clamp(24px, 4vw, 48px);
    padding-bottom: clamp(48px, 6vw, 80px);
}

.product-detail-page .container {
    max-width: 1180px;
}

.product-detail-card {
    background: var(--ff-white);
    border-radius: calc(var(--ff-radius) + 4px);
    box-shadow: var(--ff-shadow);
    padding: clamp(20px, 3vw, 40px);
    border: 1px solid var(--ff-border);
}

.product-detail-gallery {
    position: relative;
}

@media (min-width: 992px) {
    .product-detail-gallery {
        position: sticky;
        top: 100px;
    }
}

.product-detail-badge {
    position: absolute;
    top: 16px;
    inset-inline-end: 16px;
    z-index: 2;
    background: var(--ff-primary);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: var(--ff-radius-pill);
    letter-spacing: 0.04em;
    box-shadow: 0 4px 14px rgba(168, 93, 107, 0.35);
}

.product-detail-gallery__frame {
    position: relative;
    border-radius: calc(var(--ff-radius) + 2px);
    overflow: hidden;
    background: linear-gradient(145deg, #faf7f5 0%, #f3ece8 100%);
    aspect-ratio: 4 / 5;
    box-shadow: 0 12px 40px rgba(44, 36, 38, 0.1);
}

.product-detail-gallery__frame::before {
    content: '';
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: inherit;
    pointer-events: none;
    z-index: 1;
}

.product-detail-gallery__frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-detail-gallery__frame:hover img {
    transform: scale(1.03);
}

.product-detail-gallery__thumbs {
    display: flex;
    gap: 10px;
    margin-top: 14px;
}

.product-detail-thumb {
    flex: 0 0 72px;
    height: 72px;
    padding: 0;
    border: 2px solid var(--ff-border);
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
    transition: border-color var(--ff-transition), box-shadow var(--ff-transition);
}

.product-detail-thumb.is-active {
    border-color: var(--ff-primary);
    box-shadow: 0 0 0 3px rgba(168, 93, 107, 0.15);
}

.product-detail-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.product-detail-info {
    padding-inline: clamp(0px, 2vw, 12px);
}

.product-detail-category {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--ff-primary);
    background: var(--ff-primary-light);
    padding: 6px 14px;
    border-radius: var(--ff-radius-pill);
    margin-bottom: 14px;
    text-decoration: none !important;
    transition: background var(--ff-transition), color var(--ff-transition);
}

.product-detail-category:hover {
    background: var(--ff-primary);
    color: #fff !important;
}

html[lang="he"] body .product-detail-title {
    font-family: var(--ff-font-heading) !important;
}

html[lang="ar"] body .product-detail-title {
    font-family: var(--ff-font-ar) !important;
}

.product-detail-title {
    font-size: clamp(1.75rem, 3.5vw, 2.35rem);
    font-weight: 500;
    color: var(--ff-dark);
    line-height: 1.25;
    margin: 0 0 18px;
}

.product-detail-bundle-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    padding: 0.4rem 0.95rem 0.4rem 0.75rem;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #2A2A2A;
    background:
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.4) 0%, transparent 50%),
        linear-gradient(135deg, #A8B8A0 0%, #c5d4be 45%, #D7B4B4 100%);
    border: 1.5px solid rgba(255, 255, 255, 0.75);
    border-radius: 999px;
    box-shadow: 0 4px 14px rgba(168, 184, 160, 0.35);
}

.product-detail-bundle-badge .bundle-badge-icon {
    width: 22px;
    height: 22px;
}

.product-detail-bundle-badge__label {
    font-family: var(--ff-font-heading);
    font-size: 13px;
}

.product-bundle-contents {
    margin: 0 0 22px;
    padding: 16px 18px;
    background: rgba(201, 168, 108, 0.08);
    border: 1px solid rgba(201, 168, 108, 0.25);
    border-radius: 12px;
}

.product-bundle-contents__title {
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 12px;
    color: var(--ff-dark);
}

.product-bundle-contents__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product-bundle-contents__item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.product-bundle-contents__thumb {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid var(--ff-border);
    flex-shrink: 0;
}

.product-bundle-contents__meta {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
}

.product-bundle-contents__name {
    color: var(--ff-dark);
    font-weight: 500;
    text-decoration: none;
}

.product-bundle-contents__name:hover {
    color: var(--ff-primary);
}

.product-bundle-contents__qty {
    font-size: 13px;
    color: var(--ff-text-light);
}

.product-detail-price-row {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--ff-border);
}

.product-detail-price__label {
    font-size: 13px;
    font-weight: 500;
    color: var(--ff-text-light);
    letter-spacing: 0.04em;
}

html[lang="he"] body .product-detail-price__value,
html[lang="ar"] body .product-detail-price__value {
    font-family: var(--ff-font-product) !important;
}

html[lang="ar"] body .product-detail-price__value {
    font-family: var(--ff-font-ar) !important;
}

.product-detail-price__value {
    font-size: clamp(1.6rem, 3vw, 2rem);
    font-weight: 700;
    color: var(--ff-primary);
    line-height: 1;
}

.product-detail-desc {
    font-size: 15px;
    line-height: 1.75;
    color: var(--ff-text);
    margin: 0 0 22px;
}

.product-detail-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    list-style: none;
    margin: 0 0 28px;
    padding: 16px 18px;
    background: var(--ff-bg-alt);
    border-radius: var(--ff-radius);
    border: 1px solid var(--ff-border);
}

.product-detail-trust li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 500;
    color: var(--ff-text);
}

.product-detail-trust i {
    color: var(--ff-primary);
    font-size: 16px;
}

.product-detail-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.product-detail-section__title {
    font-size: 14px;
    font-weight: 600;
    color: var(--ff-dark);
    margin: 0 0 12px;
    letter-spacing: 0.02em;
}

html[lang="he"] body .product-detail-section__title {
    font-family: var(--ff-font-body) !important;
}

.product-detail-variants {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* בורר גודל וצבע */
.product-detail-section--variants {
    padding: 20px;
    background: var(--ff-bg-alt);
    border: 1px solid var(--ff-border);
    border-radius: calc(var(--ff-radius) + 2px);
}

.variant-picker {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.variant-picker__group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.variant-picker__head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.variant-picker__label {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--ff-dark);
}

.variant-picker__hint {
    font-size: 13px;
    font-weight: 500;
    color: var(--ff-text-light);
    transition: color var(--ff-transition);
}

.variant-picker__sizes {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.variant-size-btn {
    min-width: 88px;
    padding: 12px 20px;
    border: 1.5px solid var(--ff-border);
    border-radius: var(--ff-radius-pill);
    background: var(--ff-white);
    color: var(--ff-dark);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    transition: border-color var(--ff-transition), background var(--ff-transition), color var(--ff-transition), box-shadow var(--ff-transition), transform var(--ff-transition);
}

.variant-size-btn:hover {
    border-color: rgba(168, 93, 107, 0.45);
    background: var(--ff-white);
    transform: translateY(-1px);
}

.variant-size-btn.is-selected {
    border-color: var(--ff-primary);
    background: var(--ff-primary);
    color: #fff;
    box-shadow: 0 6px 18px rgba(168, 93, 107, 0.28);
}

.variant-picker__colors {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 18px;
}

.variant-color-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-width: 64px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    transition: opacity var(--ff-transition), transform var(--ff-transition);
}

.variant-color-btn:hover:not(:disabled):not(.is-unavailable) {
    transform: translateY(-2px);
}

.variant-color-btn.is-selected .variant-color-btn__ring {
    border-color: var(--ff-primary);
    box-shadow: 0 0 0 3px rgba(168, 93, 107, 0.18);
}

.variant-color-btn.is-unavailable,
.variant-color-btn:disabled {
    opacity: 0.38;
    cursor: not-allowed;
    transform: none;
}

.variant-color-btn__ring {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 2px solid var(--ff-border);
    border-radius: 50%;
    background: var(--ff-white);
    transition: border-color var(--ff-transition), box-shadow var(--ff-transition);
}

.variant-color-btn__swatch {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(44, 36, 38, 0.08);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.variant-color-btn__name {
    font-size: 12px;
    font-weight: 500;
    color: var(--ff-text);
    text-align: center;
    line-height: 1.3;
    max-width: 72px;
}

.variant-color-btn.is-selected .variant-color-btn__name {
    color: var(--ff-dark);
    font-weight: 700;
}

.variant-picker__summary {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 14px;
    padding: 14px 16px;
    background: var(--ff-white);
    border: 1.5px solid var(--ff-primary-light);
    border-radius: var(--ff-radius);
    box-shadow: 0 4px 14px rgba(168, 93, 107, 0.08);
}

.variant-picker__summary-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--ff-text-light);
}

.variant-picker__summary-text {
    flex: 1;
    font-size: 14px;
    font-weight: 600;
    color: var(--ff-dark);
}

.variant-picker__summary-price {
    font-size: 16px;
    font-weight: 700;
    color: var(--ff-primary);
}

@media only screen and (max-width: 575.98px) {
    .product-detail-section--variants {
        padding: 16px 14px;
    }

    .variant-size-btn {
        min-width: 76px;
        padding: 10px 16px;
        font-size: 13px;
    }

    .variant-color-btn__ring {
        width: 44px;
        height: 44px;
    }

    .variant-color-btn__swatch {
        width: 30px;
        height: 30px;
    }
}

.product-detail-variant {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    padding: 14px 16px;
    border: 1.5px solid var(--ff-border);
    border-radius: var(--ff-radius);
    background: var(--ff-white);
    cursor: pointer;
    text-align: start;
    transition: border-color var(--ff-transition), background var(--ff-transition), box-shadow var(--ff-transition);
}

.product-detail-variant:hover {
    border-color: rgba(168, 93, 107, 0.45);
    background: var(--ff-bg);
}

.product-detail-variant.selected {
    border-color: var(--ff-primary);
    background: var(--ff-primary-light);
    box-shadow: 0 4px 16px rgba(168, 93, 107, 0.12);
}

.product-detail-variant__main {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.product-detail-variant__swatch {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0 1px var(--ff-border);
}

.product-detail-variant__text {
    font-size: 14px;
    font-weight: 500;
    color: var(--ff-dark);
}

.product-detail-variant__price {
    font-size: 15px;
    font-weight: 700;
    color: var(--ff-primary);
    white-space: nowrap;
}

.product-detail-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.product-detail-chip {
    margin: 0;
    cursor: pointer;
}

.product-detail-chip__input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.product-detail-chip__body {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 16px;
    border: 1.5px solid var(--ff-border);
    border-radius: var(--ff-radius-pill);
    font-size: 13px;
    font-weight: 500;
    color: var(--ff-text);
    background: var(--ff-white);
    transition: all var(--ff-transition);
}

.product-detail-chip:hover .product-detail-chip__body {
    border-color: rgba(168, 93, 107, 0.4);
}

.product-detail-chip__input:checked + .product-detail-chip__body {
    border-color: var(--ff-primary);
    background: var(--ff-primary-light);
    color: var(--ff-dark);
}

.product-detail-chip__extra {
    font-size: 12px;
    color: var(--ff-primary);
    font-weight: 600;
}

.product-detail-chip__thumb {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.product-detail-textarea {
    width: 100%;
    margin-top: 12px;
    padding: 14px 16px;
    border: 1.5px solid var(--ff-border);
    border-radius: var(--ff-radius);
    font-size: 14px;
    line-height: 1.5;
    resize: vertical;
    min-height: 90px;
    transition: border-color var(--ff-transition), box-shadow var(--ff-transition);
}

.product-detail-textarea:focus {
    outline: none;
    border-color: var(--ff-primary);
    box-shadow: 0 0 0 3px rgba(168, 93, 107, 0.12);
}

.product-detail-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    padding-top: 8px;
    margin-top: 4px;
    border-top: 1px solid var(--ff-border);
}

.product-detail-qty {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.product-detail-qty__label {
    font-size: 12px;
    font-weight: 600;
    color: var(--ff-text-light);
    letter-spacing: 0.03em;
}

.product-detail-qty__control {
    display: flex;
    align-items: center;
    border: 1.5px solid var(--ff-border);
    border-radius: var(--ff-radius-pill);
    overflow: hidden;
    background: var(--ff-white);
}

.product-detail-qty__btn {
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    font-size: 18px;
    line-height: 1;
    color: var(--ff-dark);
    cursor: pointer;
    transition: background var(--ff-transition), color var(--ff-transition);
}

.product-detail-qty__btn:hover {
    background: var(--ff-primary-light);
    color: var(--ff-primary);
}

.product-detail-qty__control input {
    width: 44px;
    height: 40px;
    border: none;
    border-inline: 1px solid var(--ff-border);
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: var(--ff-dark);
    background: transparent;
    -moz-appearance: textfield;
}

.product-detail-qty__control input::-webkit-outer-spin-button,
.product-detail-qty__control input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-detail-cta {
    flex: 1;
    min-width: 200px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 32px;
    border: none;
    border-radius: var(--ff-radius-pill);
    background: linear-gradient(135deg, var(--ff-primary) 0%, var(--ff-primary-dark) 100%);
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.02em;
    cursor: pointer;
    box-shadow: 0 8px 28px rgba(168, 93, 107, 0.35);
    transition: transform var(--ff-transition), box-shadow var(--ff-transition), opacity var(--ff-transition);
}

.product-detail-cta:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 12px 36px rgba(168, 93, 107, 0.45);
}

.product-detail-cta:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    box-shadow: none;
}

.product-detail-cta i {
    font-size: 18px;
}

@media only screen and (max-width: 991.98px) {
    .product-detail-card {
        padding: 20px 16px;
    }

    .product-detail-gallery__frame {
        aspect-ratio: 1 / 1;
    }

    .product-detail-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .product-detail-cta {
        width: 100%;
    }
}

/* דף מוצר - משלימים וקנו גם */
.product-related-section {
    padding: 0 0 56px;
}

.product-related-section--alt {
    padding-top: 8px;
}

.related-product-card {
    background: var(--ff-white);
    border: 1px solid var(--ff-border);
    border-radius: var(--ff-radius);
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(44, 36, 38, 0.06);
    transition: transform var(--ff-transition), box-shadow var(--ff-transition);
    height: 100%;
}

.related-product-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(44, 36, 38, 0.12);
}

.related-product-card__img {
    display: block;
    aspect-ratio: 1 / 1;
    background: #f8f8f8;
    overflow: hidden;
}

.related-product-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.related-product-card__body {
    padding: 12px;
}

.related-product-card__name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.8em;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--ff-dark);
    text-decoration: none !important;
}

.related-product-card__name:hover {
    color: var(--ff-primary);
}

.related-product-card__price {
    margin: 8px 0 10px;
    font-size: 16px;
    font-weight: 700;
    color: var(--ff-primary);
}

.related-product-card__btn {
    width: 100%;
    min-height: 36px;
    border: 1px solid var(--ff-primary);
    border-radius: 10px;
    background: var(--ff-primary);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    transition: background var(--ff-transition), border-color var(--ff-transition), transform var(--ff-transition);
}

.related-product-card__btn:hover {
    background: var(--ff-primary-dark);
    border-color: var(--ff-primary-dark);
    transform: translateY(-1px);
}

.newsletter-footer-form .form-control {
    min-height: 42px;
    border-radius: 10px;
}

.loyalty-redeem-box {
    background: rgba(255, 255, 255, 0.7);
}

/* עיצוב מודרני לעמוד הסל */
.cart-modern-page .section-bg-color {
    background: linear-gradient(180deg, #fff 0%, #fff8f9 100%);
}

.cart-modern-shell {
    border: 1px solid rgba(219, 172, 182, 0.35);
    border-radius: 18px;
    box-shadow: 0 10px 34px rgba(44, 36, 38, 0.08);
    padding: 18px 18px 8px;
}

.cart-modern-header {
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px dashed rgba(219, 172, 182, 0.6);
}

.cart-modern-header h3 {
    font-size: 24px;
    font-weight: 700;
    color: #33292b;
}

.cart-modern-count {
    background: #fff;
    border: 1px solid rgba(219, 172, 182, 0.55);
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 600;
    color: #665356;
}

.cart-modern-table {
    border: none !important;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 0 !important;
}

.cart-modern-page .cart-table .table thead {
    background: transparent !important;
}

.cart-modern-page .cart-table .table thead tr th {
    border-color: transparent !important;
    color: #5d4c4f !important;
    text-transform: none !important;
    text-align: start !important;
    white-space: nowrap;
}

.cart-col-thumb { width: 96px; }
.cart-col-product { width: auto; }
.cart-col-price { width: 96px; }
.cart-col-qty { width: 170px; }
.cart-col-total { width: 96px; }
.cart-col-remove { width: 64px; }

.cart-modern-table thead th {
    border: none !important;
    background: #fbf3f5 !important;
    color: #5d4c4f;
    font-size: 13px;
    font-weight: 700;
    padding: 13px 10px;
}

.cart-modern-table tbody td {
    border-color: #f2e7ea !important;
    vertical-align: middle;
    padding: 14px 10px;
    text-align: start !important;
}

.cart-modern-table .pro-price,
.cart-modern-table .pro-subtotal,
.cart-modern-table .pro-remove {
    text-align: center !important;
}

.cart-modern-table thead .pro-price,
.cart-modern-table thead .pro-subtotal,
.cart-modern-table thead .pro-remove {
    text-align: center !important;
}

.cart-qty-form {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

.cart-modern-page .cart-table .table tr .pro-thumbnail,
.cart-modern-page .cart-table .table tr .pro-price,
.cart-modern-page .cart-table .table tr .pro-quantity,
.cart-modern-page .cart-table .table tr .pro-subtotal,
.cart-modern-page .cart-table .table tr .pro-remove {
    width: auto !important;
}

.cart-modern-page .cart-table .table tr .pro-qty {
    float: none !important;
    width: auto !important;
    min-width: 72px;
    height: auto !important;
    border: 1px solid #ead5da;
    border-radius: 10px;
    padding: 0 8px;
}

.cart-modern-table .pro-thumbnail img {
    width: 78px;
    height: 78px;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid #f0e2e6;
}

.cart-modern-table .pro-title {
    font-weight: 700;
    color: #2f2628;
}

.cart-modern-table .pro-price span,
.cart-modern-table .pro-subtotal span {
    font-weight: 700;
    color: #4b3b3e;
}

.cart-modern-table .pro-remove .btn-link {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: #fff3f5;
    color: #b25b6b;
}

.cart-modern-table .pro-remove .btn-link:hover {
    background: #fbe2e7;
}

.cart-modern-page .pro-qty input {
    min-width: 72px;
    border-radius: 10px;
}

.cart-modern-summary {
    background: #fff;
    border: 1px solid rgba(219, 172, 182, 0.4);
    border-radius: 16px;
    padding: 16px 16px 12px;
    box-shadow: 0 6px 20px rgba(44, 36, 38, 0.06);
    position: sticky;
    top: 110px;
}

.cart-modern-summary .btn-sqr {
    border-radius: 11px;
}

.cart-modern-summary h5 {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #ebdadd;
}

.cart-modern-empty {
    border: 1px solid rgba(219, 172, 182, 0.35);
    border-radius: 16px;
}

.cart-item-meta {
    margin-top: 4px;
    font-size: 13px;
}

.cart-item-extra {
    margin-top: 4px;
    font-size: 12px;
}

.cart-color-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.12);
    vertical-align: middle;
    margin-inline-end: 4px;
}

.cart-modern-actions .btn-outline-secondary {
    border-color: #e8d4da;
    color: #665356;
    border-radius: 10px;
}

.cart-summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 6px 0;
    font-size: 14px;
    color: #5d4c4f;
}

.cart-summary-row--discount {
    color: #2e7d4a;
}

.cart-summary-row--total {
    margin-top: 8px;
    padding-top: 12px;
    border-top: 1px dashed #ebdadd;
    font-size: 17px;
    color: #2f2628;
}

.cart-coupon-box {
    padding: 12px;
    border-radius: 12px;
    background: #fdf8f9;
    border: 1px solid #f0e2e6;
}

.cart-coupon-label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #5d4c4f;
    margin-bottom: 8px;
}

.cart-coupon-form .form-control {
    border-radius: 10px 0 0 10px;
    min-height: 42px;
    border-color: #ead5da;
}

.cart-coupon-form .btn-sqr {
    border-radius: 0 10px 10px 0;
    padding-inline: 16px;
}

html[dir="rtl"] .cart-coupon-form .form-control {
    border-radius: 0 10px 10px 0;
}

html[dir="rtl"] .cart-coupon-form .btn-sqr {
    border-radius: 10px 0 0 10px;
}

@media (max-width: 991.98px) {
    .cart-modern-summary {
        position: static;
    }
}

@media (max-width: 767.98px) {
    .cart-modern-shell {
        padding: 14px 12px 6px;
        border-radius: 14px;
    }

    .cart-modern-header h3 {
        font-size: 20px;
    }

    .cart-modern-summary {
        width: 100%;
        min-width: 0 !important;
    }

    .cart-modern-table thead {
        display: none;
    }

    .cart-modern-table,
    .cart-modern-table tbody,
    .cart-modern-table tr,
    .cart-modern-table td {
        display: block;
        width: 100%;
    }

    .cart-modern-table tr {
        border: 1px solid #f2e7ea;
        border-radius: 14px;
        margin-bottom: 12px;
        padding: 12px;
        background: #fff;
    }

    .cart-modern-table td {
        border: none !important;
        padding: 8px 0 !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }

    .cart-modern-table td::before {
        content: attr(data-label);
        font-size: 12px;
        font-weight: 700;
        color: #7a6569;
        flex-shrink: 0;
    }

    .cart-modern-table .pro-thumbnail::before,
    .cart-modern-table .pro-title::before {
        display: none;
    }

    .cart-modern-table .pro-thumbnail {
        justify-content: center;
        padding-bottom: 4px !important;
    }

    .cart-modern-table .pro-title {
        flex-direction: column;
        align-items: flex-start;
        border-bottom: 1px dashed #f0e2e6;
        padding-bottom: 10px !important;
        margin-bottom: 4px;
    }

    .cart-modern-table .pro-thumbnail img {
        width: 88px;
        height: 88px;
    }

    .cart-qty-form {
        justify-content: flex-end;
    }
}

.wishlist-item-card {
    display: flex;
    gap: 14px;
    background: #fff;
    border: 1px solid rgba(219, 172, 182, 0.4);
    border-radius: 14px;
    padding: 12px;
    height: 100%;
    box-shadow: 0 4px 16px rgba(44, 36, 38, 0.05);
}

.wishlist-item-card__img {
    flex: 0 0 96px;
    display: block;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #f0e2e6;
}

.wishlist-item-card__img img {
    width: 96px;
    height: 96px;
    object-fit: cover;
}

.wishlist-item-card__body {
    flex: 1;
    min-width: 0;
}

.wishlist-item-card__title {
    font-size: 16px;
    margin-bottom: 6px;
}

.wishlist-item-card__title a {
    color: #2f2628;
    text-decoration: none;
}

.wishlist-item-card__title a:hover {
    color: var(--ff-primary);
}

.wishlist-item-card__price {
    margin-bottom: 10px;
    font-weight: 700;
    color: var(--ff-primary);
}

/* ===== עמוד Checkout מודרני ===== */
.checkout-modern-page .checkout-modern-shell {
    padding: 22px 22px 26px;
}

.checkout-modern-subtitle {
    font-size: 14px;
    color: #7a6569;
}

.checkout-modern-back {
    border-radius: 999px;
    padding: 8px 14px;
}

.checkout-modern-steps {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    flex-wrap: wrap;
}

.checkout-modern-step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    color: #8a7377;
    background: #fff;
    border: 1px solid #ecd8dd;
}

.checkout-modern-step.is-done {
    color: var(--ff-primary);
    border-color: rgba(168, 93, 107, 0.35);
    background: #fff7f8;
}

.checkout-modern-step.is-active {
    color: #fff;
    background: linear-gradient(135deg, var(--ff-primary) 0%, var(--ff-primary-dark) 100%);
    border-color: transparent;
    box-shadow: 0 4px 14px rgba(168, 93, 107, 0.28);
}

.checkout-modern-card,
.checkout-modern-summary {
    background: #fff;
    border: 1px solid rgba(219, 172, 182, 0.4);
    border-radius: 16px;
    padding: 18px;
    box-shadow: 0 6px 20px rgba(44, 36, 38, 0.05);
}

.checkout-modern-summary {
    position: sticky;
    top: 110px;
}

.checkout-modern-card__title {
    font-size: 18px;
    font-weight: 700;
    color: #33292b;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ebdadd;
}

.checkout-modern-label {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #5d4c4f;
}

.checkout-modern-input {
    min-height: 46px;
    border-radius: 12px !important;
    border-color: #ead5da !important;
    background: #fffdfb;
    transition: border-color var(--ff-transition), box-shadow var(--ff-transition);
}

.checkout-modern-input:focus {
    border-color: var(--ff-primary) !important;
    box-shadow: 0 0 0 3px rgba(168, 93, 107, 0.14) !important;
}

.checkout-modern-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    padding: 12px 14px;
    border-radius: 12px;
    background: #fff7f8;
    border: 1px solid #f1dde2;
}

.checkout-modern-trust span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #6f5a5e;
}

.checkout-modern-trust i {
    color: var(--ff-primary);
}

.checkout-modern-submit {
    min-height: 50px;
    border-radius: 12px !important;
    font-size: 16px;
    font-weight: 700;
}

.checkout-modern-items {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: 360px;
    overflow: auto;
    padding-left: 2px;
    margin-bottom: 14px;
}

.checkout-modern-item {
    display: grid;
    grid-template-columns: 64px 1fr auto;
    gap: 10px;
    align-items: start;
    padding-bottom: 12px;
    border-bottom: 1px solid #f3e7ea;
}

.checkout-modern-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.checkout-modern-item__thumb {
    position: relative;
    width: 64px;
    height: 64px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #f0e2e6;
}

.checkout-modern-item__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.checkout-modern-item__qty {
    position: absolute;
    top: -6px;
    inset-inline-end: -6px;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: 999px;
    background: var(--ff-primary);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
}

.checkout-modern-item__info strong {
    display: block;
    font-size: 14px;
    line-height: 1.35;
    color: #2f2628;
    margin-bottom: 2px;
}

.checkout-modern-item__price {
    font-size: 14px;
    font-weight: 700;
    color: #4b3b3e;
    white-space: nowrap;
}

.checkout-modern-totals {
    border-top: 1px dashed #ebdadd;
    padding-top: 12px;
}

.checkout-modern-totals__row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #5d4c4f;
}

.checkout-modern-totals__row--discount {
    color: #2f7a4f;
    font-weight: 600;
}

.checkout-modern-totals__row--total {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #f1dde2;
    font-size: 18px;
    color: #2f2628;
}

.checkout-modern-coupon {
    margin-bottom: 8px;
    font-size: 12px;
    color: #6f5a5e;
}

@media (max-width: 991.98px) {
    .checkout-modern-page .checkout-modern-shell {
        padding: 16px 14px 20px;
    }

    .checkout-modern-summary {
        position: static;
    }

    .checkout-modern-item {
        grid-template-columns: 56px 1fr auto;
    }

    .checkout-modern-item__thumb {
        width: 56px;
        height: 56px;
    }
}

.site-flash {
    position: fixed;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1080;
    width: min(92vw, 480px);
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    pointer-events: none;
}

.site-flash .site-flash-alert {
    pointer-events: auto;
    box-shadow: 0 10px 30px rgba(47, 38, 40, 0.14);
    border: 0;
}

/* עיצוב מודרני לדף החשבון */
.account-modern-page .account-modern-shell {
    padding: 20px 20px 24px;
}

.account-modern-title {
    font-size: 28px;
    font-weight: 700;
    color: #33292b;
}

.account-modern-subtitle {
    color: #6f5a5e;
    font-size: 15px;
}

.account-modern-sidebar {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: sticky;
    top: 24px;
}

.account-profile-card {
    background: linear-gradient(160deg, #fff 0%, #fff5f7 100%);
    border: 1px solid rgba(219, 172, 182, 0.45);
    border-radius: 16px;
    padding: 24px 18px;
}

.account-profile-card__avatar {
    width: 72px;
    height: 72px;
    margin: 0 auto 12px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--ff-primary);
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    box-shadow: 0 8px 24px rgba(168, 93, 107, 0.35);
}

.account-profile-card__name {
    font-size: 20px;
    font-weight: 700;
    color: #33292b;
    margin-bottom: 4px;
}

.account-profile-card__email,
.account-profile-card__phone {
    font-size: 13px;
    color: #6f5a5e;
}

.account-profile-card__phone {
    margin-top: 2px;
}

.account-modern-nav {
    display: flex;
    flex-direction: column;
    gap: 6px;
    background: #fff;
    border: 1px solid rgba(219, 172, 182, 0.35);
    border-radius: 16px;
    padding: 10px;
}

.account-modern-nav__link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 14px;
    border-radius: 12px;
    color: #4f4043;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all var(--ff-transition);
}

.account-modern-nav__link i {
    width: 18px;
    color: var(--ff-primary);
}

.account-modern-nav__link:hover,
.account-modern-nav__link.is-active {
    background: var(--ff-primary-light);
    color: #33292b;
}

.account-modern-logout .btn {
    border-radius: 12px;
    min-height: 44px;
}

.account-modern-content {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.account-modern-section {
    scroll-margin-top: 24px;
}

.account-stat-grid {
    margin-bottom: 4px;
}

.account-stat-card {
    background: #fff;
    border: 1px solid rgba(219, 172, 182, 0.35);
    border-radius: 14px;
    padding: 16px;
    min-height: 96px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}

.account-stat-card__label {
    font-size: 12px;
    color: #6f5a5e;
    font-weight: 600;
}

.account-stat-card__value {
    font-size: 24px;
    color: #33292b;
    line-height: 1.1;
}

.account-modern-card {
    background: #fff;
    border: 1px solid rgba(219, 172, 182, 0.35);
    border-radius: 16px;
    padding: 18px;
}

.account-modern-card__head h2,
.account-modern-card__subhead {
    font-size: 18px;
    font-weight: 700;
    color: #33292b;
    margin: 0 0 14px;
}

.account-modern-card__subhead {
    font-size: 15px;
    margin-top: 8px;
}

.account-modern-table thead th {
    background: #fbf3f5 !important;
    border: none !important;
    color: #5d4c4f;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.account-modern-table tbody td {
    border-color: #f1dde2 !important;
    vertical-align: middle;
    font-size: 14px;
    color: #3f3335;
}

.account-order-status {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
}

.account-order-status--pending {
    background: #fff4e5;
    color: #9a6700;
}

.account-order-status--progress {
    background: #eef5ff;
    color: #2457a6;
}

.account-order-status--done {
    background: #eaf8ef;
    color: #1f7a43;
}

.account-order-status--cancelled {
    background: #fdecec;
    color: #b42318;
}

.account-empty-state {
    text-align: center;
    padding: 28px 12px;
    color: #6f5a5e;
}

.account-loyalty-metric {
    background: #fbf3f5;
    border-radius: 12px;
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.account-loyalty-metric span {
    font-size: 12px;
    color: #6f5a5e;
}

.account-loyalty-metric strong {
    font-size: 18px;
    color: #33292b;
}

.account-loyalty-note {
    font-size: 13px;
    color: #6f5a5e;
    margin-bottom: 0;
}

.account-loyalty-timeline {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.account-loyalty-timeline__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border: 1px solid #f1dde2;
    border-radius: 12px;
    background: #fffdfb;
}

.account-loyalty-timeline__meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.account-loyalty-timeline__meta strong {
    font-size: 14px;
    color: #33292b;
}

.account-loyalty-timeline__meta span {
    font-size: 12px;
    color: #8a7478;
}

.account-loyalty-timeline__points {
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
}

.account-loyalty-timeline__points.is-positive {
    color: #1f7a43;
}

.account-loyalty-timeline__points.is-negative {
    color: #b42318;
}

@media (max-width: 991.98px) {
    .account-modern-sidebar {
        position: static;
    }

    .account-modern-nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .account-modern-page .account-modern-shell {
        padding: 16px 14px 20px;
    }
}

/* ===== מתנת זר — Flower Gift ===== */

.gift-page {
    background: linear-gradient(180deg, var(--ff-bg) 0%, var(--ff-bg-alt) 100%);
    min-height: 60vh;
}

.gift-hero {
    margin-bottom: clamp(24px, 4vw, 40px);
}

.gift-hero__eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ff-accent);
    margin-bottom: 8px;
}

.gift-hero__title {
    font-family: var(--ff-font-heading);
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    color: var(--ff-dark);
    margin: 0 0 12px;
}

.gift-hero__subtitle {
    font-size: 1.05rem;
    color: var(--ff-text-light);
    max-width: 520px;
    margin: 0 auto;
    line-height: 1.6;
}

.gift-card {
    background: var(--ff-white);
    border-radius: calc(var(--ff-radius) + 4px);
    border: 1px solid var(--ff-border);
    box-shadow: var(--ff-shadow);
    padding: clamp(20px, 3vw, 32px);
    animation: giftFadeIn 0.5s ease;
}

.gift-card--success {
    padding: clamp(32px, 5vw, 48px);
}

.gift-success-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--ff-primary-light), #fff);
    color: var(--ff-primary);
    font-size: 28px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--ff-primary);
}

@keyframes giftFadeIn {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}

.gift-section {
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--ff-border);
}

.gift-section__title {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--ff-dark);
    margin-bottom: 14px;
}

.gift-label {
    font-size: 13px;
    font-weight: 500;
    color: var(--ff-text);
    margin-bottom: 6px;
    display: block;
}

.gift-input {
    border-radius: 10px !important;
    border-color: var(--ff-border) !important;
}

.gift-amount-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.gift-amount-option {
    cursor: pointer;
    margin: 0;
}

.gift-amount-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.gift-amount-option span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 12px;
    border: 2px solid var(--ff-border);
    border-radius: 12px;
    font-weight: 600;
    color: var(--ff-dark);
    transition: var(--ff-transition);
    background: var(--ff-white);
}

.gift-amount-option input:checked + span {
    border-color: var(--ff-primary);
    background: var(--ff-primary-light);
    color: var(--ff-primary-dark);
    box-shadow: 0 4px 16px rgba(168, 93, 107, 0.2);
}

.gift-send-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.gift-send-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 4px;
    padding: 18px 14px;
    margin: 0;
    cursor: pointer;
    border: 2px solid var(--ff-border);
    border-radius: 14px;
    background: var(--ff-white);
    transition: border-color var(--ff-transition), box-shadow var(--ff-transition), background var(--ff-transition);
}

.gift-send-card input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.gift-send-card__icon {
    font-size: 22px;
    line-height: 1;
    color: var(--ff-accent);
    margin-bottom: 4px;
}

.gift-send-card__title {
    font-weight: 600;
    font-size: 15px;
    color: var(--ff-dark);
}

.gift-send-card__hint {
    font-size: 12px;
    color: var(--ff-text-light);
}

.gift-send-card.is-selected,
.gift-send-card:has(input:checked) {
    border-color: var(--ff-primary);
    background: var(--ff-primary-light);
    box-shadow: 0 6px 20px rgba(168, 93, 107, 0.18);
}

.gift-send-card.is-selected .gift-send-card__icon,
.gift-send-card:has(input:checked) .gift-send-card__icon {
    color: var(--ff-primary);
}

.gift-scheduled-wrap {
    display: none;
    margin-top: 16px;
    padding: 18px 18px 16px;
    background: linear-gradient(135deg, rgba(243, 228, 232, 0.55) 0%, rgba(253, 251, 249, 0.95) 100%);
    border: 1.5px solid rgba(168, 93, 107, 0.28);
    border-radius: 14px;
    box-shadow: 0 4px 18px rgba(168, 93, 107, 0.1);
}

.gift-scheduled-wrap.is-open {
    display: block;
    animation: giftFadeIn 0.35s ease;
}

.gift-datetime-input {
    font-size: 16px !important;
    padding: 12px 14px !important;
    border-color: rgba(168, 93, 107, 0.35) !important;
    background: #fff !important;
}

.gift-scheduled-hint {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    color: var(--ff-text-light);
}

.gift-submit {
    font-size: 1.05rem;
    padding: 14px 24px;
}

.gift-redeem-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
}

.gift-balance-pill {
    background: linear-gradient(135deg, var(--ff-primary), var(--ff-primary-dark));
    color: #fff;
    padding: 14px 22px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 8px 24px rgba(168, 93, 107, 0.35);
    min-width: 140px;
}

.gift-balance-pill__label {
    display: block;
    font-size: 12px;
    opacity: 0.9;
}

.gift-balance-pill__value {
    font-size: 1.5rem;
    font-weight: 700;
}

.gift-balance-pill--inline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    margin-top: 12px;
}

.gift-message-quote {
    border-inline-start: 3px solid var(--ff-accent);
    padding: 12px 16px;
    margin: 16px 0;
    background: rgba(201, 168, 108, 0.1);
    border-radius: 0 8px 8px 0;
    font-style: italic;
}

.gift-product-card {
    border-radius: 12px;
    overflow: hidden;
    background: var(--ff-white);
    border: 1px solid var(--ff-border);
    transition: transform var(--ff-transition), box-shadow var(--ff-transition);
    height: 100%;
}

.gift-product-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--ff-shadow-hover);
}

.gift-product-card__link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.gift-product-card img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

.gift-product-card__body {
    padding: 12px;
}

.gift-product-card__body h3 {
    font-size: 14px;
    margin: 0 0 6px;
}

.gift-product-card__price {
    font-size: 13px;
    font-weight: 600;
    color: var(--ff-primary);
    margin: 0;
}

.gift-variant-option,
.gift-complement-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border: 1px solid var(--ff-border);
    border-radius: 10px;
    margin-bottom: 8px;
    cursor: pointer;
}

.gift-variant-option:has(input:checked),
.gift-complement-option:has(input:checked) {
    border-color: var(--ff-primary);
    background: var(--ff-primary-light);
}

.gift-total-box {
    background: var(--ff-bg-alt);
    border-radius: 12px;
    padding: 16px 18px;
    border: 1px solid var(--ff-border);
}

.gift-summary-box {
    background: var(--ff-bg-alt);
    padding: 14px 16px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.gift-select-img {
    width: 100%;
    border-radius: 12px;
    aspect-ratio: 1;
    object-fit: cover;
}

@media (max-width: 575.98px) {
    .gift-amount-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gift-send-grid {
        grid-template-columns: 1fr;
    }
}
