/* Homepage Sections - extracted from style.css */

/* ==========================================================================
   Main Banner Section - באנר ראשי
   ========================================================================== */

.main-banner-section {
    background: #ffffff;
    padding: 6px 16px 6px;
}

.hero-banner-container {
    width: 100%;
    border-radius: 16px;
    overflow: visible;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 12px;
    min-height: 100px;
}

.hero-banner-container .carousel,
#mainCarousel {
    border-radius: 16px;
    overflow: visible !important;
}

.hero-banner-container .carousel-inner,
#mainCarousel .carousel-inner {
    border-radius: 16px;
    overflow: hidden;
}

.hero-banner-container .carousel-item,
#mainCarousel .carousel-item {
    border-radius: 16px;
    overflow: hidden;
}

.hero-banner-container:empty {
    display: none;
}

.hero-banner-container .carousel-item img,
.hero-banner-container .carousel-item video {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 16px;
    text-align: right;
}

.hero-banner-container .hero-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 100%);
    padding: 12px 16px !important;
    text-align: right !important;
    border-radius: 0 0 16px 16px;
}

.hero-banner-container .hero-overlay .container,
#mainCarousel .hero-overlay .container,
.hero-overlay > .container {
    padding: 0 !important;
    text-align: right !important;
    max-width: 100% !important;
    margin: 0 !important;
}

.hero-banner-container .hero-overlay h1,
.hero-banner-container .hero-overlay .display-4,
#mainCarousel .hero-overlay h1.display-4,
#mainCarousel .hero-overlay .container h1 {
    font-size: 1.4rem !important;
    font-weight: 700 !important;
    color: #ffffff;
    margin: 0 0 2px 0 !important;
    text-align: right !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.hero-banner-container .hero-overlay p,
.hero-banner-container .hero-overlay .lead,
#mainCarousel .hero-overlay p.lead,
#mainCarousel .hero-overlay .container p {
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 !important;
    text-align: right !important;
}

.hero-content {
    animation: heroFadeIn 0.8s ease-out;
}

@keyframes heroFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-logo-container {
    position: relative;
    display: inline-block;
    margin-bottom: 4px;
}

.hero-logo {
    width: 320px;
    height: auto;
}

/* =========================================
   חנות וקטלוג (Shop Layout) - משופר
   ========================================= */

/* ==========================================================================
   GIFT FINDER BANNER - באנר חיפוש מתנות
   ========================================================================== */
.gift-finder-section {
    padding: 40px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.gift-finder-section-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a1a2e;
    text-align: center;
    margin: 0 0 16px 0;
}

.gift-finder-banner {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px 20px;
    position: relative;
    overflow: hidden;
}

/* Running border animation - removed from banner */

@property --border-angle {
    syntax: '<angle>';
    initial-value: 0deg;
    inherits: false;
}

@keyframes rotateBorder {
    to {
        --border-angle: 360deg;
    }
}

/* Fallback glow animation for browsers that don't support @property */
@supports not (background: conic-gradient(from var(--border-angle, 0deg), red, blue)) {
    .gift-finder-banner::before {
        background: linear-gradient(90deg, #fbbf24, #f472b6, #60a5fa, #34d399, #fbbf24);
        background-size: 300% 100%;
        animation: shimmerBorder 3s linear infinite;
    }
    
    @keyframes shimmerBorder {
        0% { background-position: 100% 0; }
        100% { background-position: -100% 0; }
    }
}

/* Falling coins rain container */
.coins-rain {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

/* Individual coin styling */
.coin {
    position: absolute;
    top: -40px;
    font-size: 1.5rem;
    opacity: 0.15;
    animation: coinFall linear infinite;
    filter: drop-shadow(0 1px 2px rgba(200, 150, 0, 0.15));
}

/* Random positions and timings for each coin */
.coin.c1  { left: 5%;   font-size: 1.3rem; animation-duration: 3.2s; animation-delay: 0s; }
.coin.c2  { left: 15%;  font-size: 1.6rem; animation-duration: 4.1s; animation-delay: -1.5s; }
.coin.c3  { left: 25%;  font-size: 1.2rem; animation-duration: 3.5s; animation-delay: -0.8s; }
.coin.c4  { left: 35%;  font-size: 1.8rem; animation-duration: 4.5s; animation-delay: -2.2s; }
.coin.c5  { left: 45%;  font-size: 1.4rem; animation-duration: 3.8s; animation-delay: -0.3s; }
.coin.c6  { left: 55%;  font-size: 1.5rem; animation-duration: 4.2s; animation-delay: -1.8s; }
.coin.c7  { left: 65%;  font-size: 1.3rem; animation-duration: 3.3s; animation-delay: -2.8s; }
.coin.c8  { left: 75%;  font-size: 1.7rem; animation-duration: 4.0s; animation-delay: -0.5s; }
.coin.c9  { left: 85%;  font-size: 1.2rem; animation-duration: 3.6s; animation-delay: -1.2s; }
.coin.c10 { left: 92%;  font-size: 1.4rem; animation-duration: 4.3s; animation-delay: -2.5s; }
.coin.c11 { left: 10%;  font-size: 1.1rem; animation-duration: 3.9s; animation-delay: -3.2s; opacity: 0.1; }
.coin.c12 { left: 70%;  font-size: 1.0rem; animation-duration: 3.4s; animation-delay: -1.0s; opacity: 0.1; }

@keyframes coinFall {
    0% {
        transform: translateY(-40px) rotate(0deg);
        opacity: 0;
    }
    15% {
        opacity: 0.15;
    }
    50% {
        opacity: 0.15;
    }
    70% {
        opacity: 0.1;
    }
    85% {
        opacity: 0.05;
    }
    100% {
        transform: translateY(220px) rotate(360deg);
        opacity: 0;
    }
}

.gift-finder-content {
    position: relative;
    z-index: 2;
    text-align: center;
}


.gift-finder-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 4px;
}

.gift-icon-animated {
    color: #fbbf24;
    font-size: 1.2rem;
    display: inline-block;
    animation: giftBounce 2s ease-in-out infinite;
}

@keyframes giftBounce {
    0%, 100% { transform: scale(1) rotate(0deg); }
    25% { transform: scale(1.1) rotate(-5deg); }
    50% { transform: scale(1) rotate(0deg); }
    75% { transform: scale(1.1) rotate(5deg); }
}

.gift-finder-title {
    font-size: clamp(1.8rem, 5vw, 2.5rem);
    font-weight: 700;
    color: #1a1a2e;
    margin: 0;
    letter-spacing: -0.5px;
}

.gift-finder-subtitle {
    font-size: 0.85rem;
    font-weight: 600;
    color: #475569;
    margin: 0 0 20px 0;
}

.gift-finder-hint {
    font-size: 0.75rem;
    font-weight: 600;
    color: #94a3b8;
    margin: 16px 0 0 0;
    text-align: center;
}

/* כפתור קריאה לפעולה */
.gift-finder-cta-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 28px;
    background: #ffffff;
    border: none;
    border-radius: 50px;
    color: #1a1a2e;
    font-size: 1.05rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

/* Running border animation on CTA button */
.gift-finder-cta-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 1px;
    background: conic-gradient(
        from var(--border-angle, 0deg),
        transparent 0%,
        transparent 20%,
        #fbbf24 25%,
        #f472b6 40%,
        #60a5fa 55%,
        #34d399 70%,
        transparent 75%,
        transparent 100%
    );
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: rotateBorder 2.5s linear infinite;
    pointer-events: none;
    z-index: -1;
}

.gift-finder-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.gift-finder-cta-btn:active {
    transform: translateY(-1px);
}

.gift-finder-cta-btn i {
    font-size: 1.1rem;
    color: #f59e0b;
}

/* פקדים (מוסתר) */
.gift-finder-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.gift-finder-select {
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 0.85rem;
    font-weight: 500;
    color: #334155;
    cursor: pointer;
    min-width: 100px;
    height: 40px;
    transition: border-color 0.2s ease;
    outline: none;
}

.gift-finder-select:hover,
.gift-finder-select:focus {
    border-color: #c8a86a;
}

.gift-finder-input-group {
    display: flex;
    align-items: center;
    background: #f8fafc;
    border-radius: 8px;
    padding: 0 12px;
    gap: 4px;
    min-width: 100px;
    height: 40px;
    border: 2px solid #e2e8f0;
    transition: border-color 0.2s ease;
}

.gift-finder-input-group:focus-within {
    border-color: #c8a86a;
}

.gift-finder-input {
    border: none;
    outline: none;
    width: 70px;
    font-size: 0.85rem;
    font-weight: 500;
    color: #334155;
    background: transparent;
    text-align: center;
}

.gift-finder-input::placeholder {
    color: #94a3b8;
}

.gift-finder-input::-webkit-outer-spin-button,
.gift-finder-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.gift-finder-input[type=number] {
    -moz-appearance: textfield;
}

.gift-finder-currency {
    color: #64748b;
    font-weight: 600;
    font-size: 0.9rem;
}

.gift-finder-btn {
    background: #c8a86a;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 10px 16px;
    font-weight: 600;
    font-size: 0.9rem;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease;
}

.gift-finder-btn:hover {
    background: #b8984a;
}

.gift-finder-clear-btn {
    background: #fee2e2;
    color: #dc2626;
    border: none;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease;
}

.gift-finder-clear-btn:hover {
    background: rgba(255, 255, 255, 0.3);
}

.gift-finder-result {
    margin-top: 12px;
    padding: 8px 16px;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 8px;
    font-weight: 500;
    font-size: 0.85rem;
    color: #166534;
    display: inline-block;
}

/* רספונסיביות - מובייל */
@media (max-width: 480px) {
    .gift-finder-section {
        padding: 24px 0;
    }
    
    .gift-finder-banner {
        padding: 20px 16px;
        border-radius: 12px;
    }
    
    .gift-finder-banner::before {
        border-radius: 12px;
    }
    
    .gift-finder-controls {
        gap: 6px;
    }
    
    .gift-finder-select,
    .gift-finder-input-group,
    .gift-finder-btn,
    .gift-finder-clear-btn {
        height: 38px;
    }
    
    .gift-finder-select {
        min-width: 90px;
        font-size: 0.8rem;
    }
    
    .gift-finder-input-group {
        min-width: 90px;
    }
    
    .gift-finder-input {
        width: 60px;
        font-size: 0.8rem;
    }
}


/* --- Categories styles moved to categories.css --- */

/* ==========================================================================
   PROMO CAROUSEL - קרוסלת מוצרים עם גלילה ידנית
   ========================================================================== */
.promo-carousel-section {
    padding: 40px 0 24px;
    background: #ffffff;
}

.promo-carousel-title {
    font-size: clamp(1.8rem, 5vw, 2.5rem);
    font-weight: 700;
    color: #2b2218;
    text-align: center;
    margin-bottom: 24px;
    letter-spacing: 0.2px;
    font-family: 'Segoe UI', 'Arial', sans-serif;
}

.promo-carousel-title::after {
    content: '';
    display: block;
    width: 56px;
    height: 2px;
    margin: 12px auto 0;
    background: linear-gradient(90deg, transparent 0%, #c8a86a 50%, transparent 100%);
    opacity: 0.9;
}

.promo-carousel-title::before {
    content: "Events & Celebrations";
    display: block;
    font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
    font-size: 0.65rem;
    letter-spacing: 0.3rem;
    text-transform: uppercase;
    color: rgba(43, 34, 24, 0.5);
    margin-bottom: 6px;
}

.promo-carousel-wrapper {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-type: x mandatory;
    padding: 8px 0;
}

.promo-carousel-wrapper::-webkit-scrollbar {
    display: none;
}

.promo-carousel-track {
    display: flex;
    gap: 10px;
    padding: 0 8px;
    width: max-content;
}

.promo-card {
    flex: 0 0 auto;
    width: calc(100vw - 70px);
    max-width: 340px;
    aspect-ratio: 4 / 5;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    scroll-snap-align: center;
}

.promo-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.promo-card-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.promo-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.promo-card:hover .promo-card-image img {
    transform: scale(1.05);
}

.promo-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px;
    text-align: center;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 60%, transparent 100%);
}

.promo-card-title {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    margin: 0 0 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.promo-card-price {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

/* Tablet - 2 כרטיסים */
@media (min-width: 600px) {
    .promo-carousel-track {
        padding: 0 24px;
        gap: 20px;
    }
    
    .promo-card {
        width: 260px;
        scroll-snap-align: start;
    }
}

/* Desktop - 3+ כרטיסים */
@media (min-width: 992px) {
    .promo-carousel-section {
        padding: 56px 0 40px;
    }
    
    .promo-carousel-track {
        padding: 0 40px;
        gap: 24px;
    }
    
    .promo-card {
        width: 280px;
        border-radius: 24px;
    }
    
    .promo-card-content {
        padding: 20px;
    }
    
    .promo-card-title {
        font-size: 1.1rem;
    }
    
    .promo-card-price {
        font-size: 1.2rem;
    }
}

/* ==========================================================================
   NEW ARRIVALS - חדשים באתר
   ========================================================================== */
/* ==========================================================================
   CATEGORIES SLIDER - על מתנות ורגש
   ========================================================================== */

.bento-section {
    padding: 16px 0 10px;
    overflow: hidden;
}

.bento-crown {
    text-align: center;
    margin-bottom: 0;
}

.bento-crown i {
    font-size: 1.6rem;
    position: relative;
    display: inline-block;
    overflow: hidden;
    background: linear-gradient(
        90deg,
        #7a9e7e 0%,
        #7a9e7e 40%,
        #a8d5a2 50%,
        #7a9e7e 60%,
        #7a9e7e 100%
    );
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: crownShimmer 2.5s ease-in-out infinite;
    filter: drop-shadow(0 2px 4px rgba(122, 158, 126, 0.3));
}

.bento-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2b2218;
    text-align: center;
    margin: 0 0 16px 0;
    letter-spacing: 0.2px;
    font-family: 'Segoe UI', 'Arial', sans-serif;
    border: none;
    background: none;
}

.bento-title::before {
    content: "Our Categories";
    display: block;
    font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
    font-size: 0.68rem;
    letter-spacing: 0.35rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #7a9e7e;
    margin-bottom: 8px;
}

.bento-title::after {
    content: '';
    display: block;
    width: 56px;
    height: 2px;
    margin: 14px auto 0;
    background: linear-gradient(90deg, transparent 0%, #7a9e7e 50%, transparent 100%);
}

/* מעטפת הגלילה */
.bento-track-wrapper {
    position: relative;
    width: 100%;
}

/* חיצי גלילה - מוסתרים במובייל, נראים בדסקטופ */
.bento-arrow {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    z-index: 10;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    color: #2b2218;
    font-size: 0.85rem;
    transition: all 0.2s ease;
}

.bento-arrow:hover {
    background: #fff;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.22);
    transform: translateY(-60%) scale(1.08);
}

.bento-arrow-right {
    right: 4px;
}

.bento-arrow-left {
    left: 4px;
}

@media (min-width: 768px) {
    .bento-arrow {
        display: flex;
}

    .bento-slider-outer {
    display: flex;
    align-items: center;
        gap: 8px;
    }

    .bento-slider-outer .bento-track-wrapper {
        flex: 1;
        min-width: 0;
    }

    .bento-slider-outer .bento-arrow {
        position: static;
        transform: none;
        flex-shrink: 0;
    }

    .bento-slider-outer .bento-arrow:hover {
        transform: scale(1.08);
    }
}

/* שורת כרטיסיות נגללת */
.bento-track {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 4px 16px 8px;
    scroll-padding-inline-start: 16px;
}

.bento-track::-webkit-scrollbar {
    display: none;
}

/* כרטיסיה - עיגול עם טקסט מתחת */
.bento-card {
    flex: 0 0 auto;
    width: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    scroll-snap-align: start;
    transition: transform 0.25s ease;
}

.bento-card:active {
    transform: scale(0.96);
}

/* מעטפת העיגול */
.bento-card-circle {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    background: #f0ebe3;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    border: 1.5px solid #2b2218;
    transition: box-shadow 0.25s ease;
}

.bento-card:hover .bento-card-circle {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

/* תמונת רקע */
.bento-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.4s ease;
}

.bento-card:hover .bento-card-image {
    transform: scale(1.08);
}

/* שם הקטגוריה - מתחת לעיגול */
.bento-card-name {
    font-size: 0.75rem;
    font-weight: 600;
    color: #2b2218;
    margin: 6px 0 1px 0;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}


/* Loading skeleton */
.bento-card.bento-loading {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: linear-gradient(110deg, #f0ebe3 30%, #e8e0d4 50%, #f0ebe3 70%);
    background-size: 200% 100%;
    animation: bentoShimmer 1.5s ease-in-out infinite;
}

@keyframes bentoShimmer {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* Tablet+ */
@media (min-width: 600px) {
    .bento-card {
        width: 95px;
    }

    .bento-card-circle {
        width: 95px;
        height: 95px;
    }

    .bento-card-name {
        font-size: 0.78rem;
    }

    .bento-card.bento-loading {
        width: 95px;
        height: 95px;
    }
}

/* Desktop */
@media (min-width: 768px) {
    .bento-section {
        padding: 40px 0 16px;
    }

    .bento-title {
        font-size: 1.8rem;
        margin-bottom: 18px;
    }

    .bento-track {
        gap: 18px;
        padding: 0 24px 8px;
    }

    .bento-card {
        width: 110px;
    }

    .bento-card-circle {
        width: 110px;
        height: 110px;
    }

    .bento-card-name {
        font-size: 0.85rem;
    }

    .bento-card.bento-loading {
        width: 110px;
        height: 110px;
    }
}

/* ==========================================================================
   OUR SPECIALS - המיוחדים שלנו (Luxury)
   ========================================================================== */
.specials-section {
    padding: 24px 0;
    margin-top: 12px;
    background: linear-gradient(180deg, #ffffff 0%, #f5e6c8 50%, #ffffff 100%);
}

.specials-crown {
    text-align: center;
    margin-bottom: 0;
}

.specials-crown i {
    font-size: 1.8rem;
    position: relative;
    display: inline-block;
    overflow: hidden;
    background: linear-gradient(
        90deg,
        #b8963a 0%,
        #b8963a 40%,
        #ffd700 50%,
        #b8963a 60%,
        #b8963a 100%
    );
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: crownShimmer 2.5s ease-in-out infinite;
    filter: drop-shadow(0 2px 4px rgba(184, 150, 58, 0.3));
}

@keyframes crownShimmer {
    0% {
        background-position: 200% center;
    }
    100% {
        background-position: -200% center;
    }
}

/* Events icon - silver */
.events-crown i {
    background: linear-gradient(
        90deg,
        #a0a0a0 0%,
        #a0a0a0 40%,
        #d4d4d4 50%,
        #a0a0a0 60%,
        #a0a0a0 100%
    );
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 2px 4px rgba(160, 160, 160, 0.3));
}

/* Magnets icon - blue */
.magnets-crown i {
    background: linear-gradient(
        90deg,
        #5b7ea6 0%,
        #5b7ea6 40%,
        #8aa8c9 50%,
        #5b7ea6 60%,
        #5b7ea6 100%
    );
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 2px 4px rgba(91, 126, 166, 0.3));
}

.specials-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2b2218;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 0.2px;
    font-family: 'Segoe UI', 'Arial', sans-serif;
    border: none;
    background: none;
}

.specials-title::after {
    content: '';
    display: block;
    width: 56px;
    height: 2px;
    margin: 14px auto 0;
    background: linear-gradient(90deg, transparent 0%, #b8963a 50%, transparent 100%);
}

.specials-title::before {
    content: "Special Collection";
    display: block;
    font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
    font-size: 0.68rem;
    letter-spacing: 0.35rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #b8963a;
    margin-bottom: 8px;
}

.specials-title.events-title::before {
    content: "Events & Celebrations";
}

/* Events Section - gradient כסוף */
#eventsSection {
    background: linear-gradient(180deg, #ffffff 0%, #e0e0e0 50%, #ffffff 100%);
}

#eventsSection .specials-title {
    color: #4a4a4a;
}

#eventsSection .specials-title::before {
    color: #8a8a8a;
}

#eventsSection .specials-title::after {
    background: linear-gradient(90deg, transparent 0%, #a0a0a0 50%, transparent 100%);
}

#eventsSection .special-card {
    border-color: #b0b0b0;
}

#eventsSection .special-card-overlay {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

#eventsSection .special-card-top-row {
    flex-direction: column;
    gap: 2px;
}

#eventsSection .special-card-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
    line-height: 1.25;
    font-size: 0.85rem;
}

#eventsSection .special-card-price {
    color: #6a6a6a;
    font-size: 0.9rem;
    font-weight: 600;
    align-self: flex-start;
    width: 100%;
    text-align: right;
}

#eventsSection .special-card-model {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Events Grid */
.events-grid {
    display: grid;
    grid-template-columns: repeat(2, calc(47% - 7px));
    grid-template-rows: repeat(2, auto);
    grid-auto-flow: column;
    grid-auto-columns: calc(47% - 7px);
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 8px;
}

.events-grid::-webkit-scrollbar {
    display: none;
}

.events-grid .special-card {
    width: auto;
    scroll-snap-align: start;
}

.events-grid .special-card:nth-child(4n+1) {
    scroll-snap-align: start;
}

@media (min-width: 768px) {
    .events-grid {
        grid-template-columns: repeat(4, calc(25% - 13.5px));
        grid-template-rows: auto;
        grid-auto-columns: calc(25% - 13.5px);
        gap: 18px;
    }
}

@media (min-width: 1200px) {
    .events-grid {
        grid-template-columns: repeat(4, calc(25% - 18px));
        grid-auto-columns: calc(25% - 18px);
        gap: 24px;
    }
}

.specials-slider-wrapper {
    position: relative;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 18px;
    overflow: hidden;
}


/* חיצי גלילה משותפים לסליידרים - מוסתרים במובייל */
.section-slider-arrow {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    color: #2b2218;
    font-size: 0.85rem;
    transition: all 0.2s ease;
}

.section-slider-arrow:hover {
    background: #fff;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.22);
    transform: translateY(-50%) scale(1.08);
}

.section-slider-arrow-right {
    right: 6px;
}

.section-slider-arrow-left {
    left: 6px;
}

@media (min-width: 768px) {
    .section-slider-arrow {
        display: flex;
    }

    .section-slider-arrow-right {
        right: 4px;
    }

    .section-slider-arrow-left {
        left: 4px;
    }

    /* חצים בצדדים - כרטיסים שלמים ביניהם */
    .slider-outer {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .slider-outer .specials-slider-wrapper,
    .slider-outer .magnets-slider-wrapper {
        flex: 1;
        min-width: 0;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

    .slider-outer .section-slider-arrow {
        position: static;
        transform: none;
        flex-shrink: 0;
    }

    .slider-outer .section-slider-arrow:hover {
        transform: scale(1.08);
    }
}

/* רק בסקשן המיוחדים שלנו - מקצה לקצה */
#specialsSection .container {
    padding: 0;
    max-width: 100%;
}

#specialsSection .specials-slider-wrapper {
    padding: 0;
    overflow: visible;
}

#specialsSection .specials-grid {
    display: flex;
    gap: 12px;
    padding: 0 16px;
    padding-bottom: 8px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

/* המיוחדים שלנו - original horizontal scroll */

/* ==========================================================================
   MARQUEE - פופאפים מלבניים נעים
   ========================================================================== */
.marquee-section {
    padding: 0;
    overflow: hidden;
    background: #2b2218;
    direction: ltr;
}

@media (max-width: 767px) {
    #mainCarousel .carousel-indicators {
        bottom: -20px !important;
    }

    #marqueeSection {
        margin-top: 14px;
    }
}

.marquee-track {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.marquee-content {
    display: flex;
    align-items: center;
    gap: 0;
    animation: marqueeScroll 130s linear infinite;
    width: max-content;
    padding: 6px 0;
    color: rgba(0, 0, 0, 1);
}

@keyframes marqueeScroll {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}

.marquee-text-item,
.marquee-star {
    direction: rtl;
}

.marquee-text-item {
    white-space: nowrap;
    font-size: 0.86rem;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.02em;
    line-height: 1.25;
}

.marquee-star {
    color: #d4a574;
    font-size: 0.6rem;
    margin: 0 16px;
    flex-shrink: 0;
    line-height: 1.25;
}

/* ==========================================================================
   MAGNETS SECTION - פינת המגנטים (סליידר אופקי)
   ========================================================================== */
.magnets-section {
    padding: 24px 0;
    margin-top: 12px;
    background: linear-gradient(180deg, #ffffff 0%, #dce8f0 50%, #ffffff 100%);
}

.magnets-title {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    color: #2b2218;
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 10px;
    border: none;
    background: none;
}

.magnets-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #5b7ea6 50%, transparent 100%);
    opacity: 0.9;
}

.magnets-title::before {
    content: "Magnet Collection";
    display: block;
    font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
    font-size: 0.68rem;
    letter-spacing: 0.35rem;
    text-transform: uppercase;
    color: #5b7ea6;
    font-weight: 500;
    margin-bottom: 6px;
}

.magnets-slider-wrapper {
    position: relative;
    width: 100%;
    overflow: visible;
}

#magnetsSection .container {
    padding: 0;
    max-width: 100%;
}

.magnets-track {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 10px 16px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-type: x mandatory;
}

.magnets-track::-webkit-scrollbar {
    display: none;
}

.magnets-track .special-card {
    flex: 0 0 calc(40vw - 12px);
    max-width: 200px;
    scroll-snap-align: start;
}

.magnet-card {
    position: relative;
    flex: 0 0 calc(40vw - 12px);
    max-width: 200px;
    aspect-ratio: 4 / 5;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.06);
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    scroll-snap-align: center;
    display: flex;
    flex-direction: column;
}

.magnet-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.magnet-card-image {
    flex: 1;
    overflow: hidden;
}

.magnet-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.magnet-card:hover .magnet-card-image img {
    transform: scale(1.05);
}

.magnet-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px 10px;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.97) 80%, rgba(255, 255, 255, 0.85));
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.magnet-card-title {
    font-size: 0.75rem;
    font-weight: 600;
    color: #2b2218;
    margin: 0;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    text-align: right;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.magnet-card-price {
    font-size: 0.8rem;
    font-weight: 700;
    color: #b8963a;
    margin: 0;
    white-space: nowrap;
}

#magnetsSection .section-view-all-btn {
    color: #5b7ea6;
    border-color: #5b7ea6;
}

#magnetsSection .section-view-all-btn:hover {
    background: #5b7ea6;
    color: #fff;
}

@media (min-width: 768px) {
    .magnets-track {
        justify-content: center;
        scroll-snap-type: none;
    }
    
    .magnet-card {
        flex: 0 0 200px;
        max-width: 200px;
    }
    
    .magnet-card-title {
        font-size: 0.85rem;
    }
    
    .magnet-card-price {
        font-size: 0.95rem;
    }
}

/* ==========================================================================
   NEW ARRIVALS - חדשים באתר
   ========================================================================== */

.new-arrivals-section {
    padding: 24px 0;
    margin-top: 12px;
    background: #ffffff;
}

#newArrivalsSection .container {
    padding: 0;
    max-width: 100%;
}

.new-arrivals-crown i {
    background: linear-gradient(
        90deg,
        #c06070 0%,
        #c06070 40%,
        #e8939f 50%,
        #c06070 60%,
        #c06070 100%
    );
    background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: crownShine 3s ease-in-out infinite;
}

.new-arrivals-title {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    color: #2b2218;
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 10px;
    border: none;
    background: none;
}

.new-arrivals-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #c06070 50%, transparent 100%);
    opacity: 0.9;
}

.new-arrivals-title::before {
    content: "New Arrivals";
    display: block;
    font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
    font-size: 0.68rem;
    letter-spacing: 0.35rem;
    text-transform: uppercase;
    color: #c06070;
    font-weight: 500;
    margin-bottom: 6px;
}

.new-arrivals-slider-wrapper {
    position: relative;
    width: 100%;
    padding: 0;
    overflow: visible;
}

.new-arrivals-track {
    display: flex;
    gap: 18px;
    padding: 20px 16px 40px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.new-arrivals-track::-webkit-scrollbar {
    display: none;
}

.new-arrivals-track .special-card {
    flex: 0 0 calc(40vw - 12px);
    max-width: 200px;
    scroll-snap-align: center;
    border-color: #e8939f;
    border-radius: 14px;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(.25,.8,.25,1), box-shadow 0.4s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Tilted Cards - סיבובים מתחלפים */
.new-arrivals-track .special-card:nth-child(odd) {
    transform: rotate(-3deg);
}

.new-arrivals-track .special-card:nth-child(even) {
    transform: rotate(3deg);
}

/* יישור בהובר, נגיעה, והכרטיס המרכזי */
.new-arrivals-track .special-card:hover,
.new-arrivals-track .special-card:active,
.new-arrivals-track .special-card.na-center-active {
    transform: rotate(0deg) scale(1.05);
    box-shadow: 0 10px 28px rgba(192, 96, 112, 0.25);
    z-index: 2;
}

#newArrivalsSection .new-arrivals-track .special-card .special-card-media {
    aspect-ratio: 4 / 5;
    border-radius: 8px;
    overflow: hidden;
}

#newArrivalsSection .section-slider-arrow {
    display: none;
}

#newArrivalsSection .section-view-all-btn {
    color: #c06070;
    border-color: #c06070;
}

#newArrivalsSection .section-view-all-btn:hover {
    background: #c06070;
    color: #fff;
}

#newArrivalsSection .special-card-overlay {
    background: #ffffff;
    padding: 6px 8px;
    text-align: right;
    direction: rtl;
}

#newArrivalsSection .special-card-top-row {
    flex-direction: column;
    align-items: flex-end;
    gap: 1px;
    width: 100%;
}

#newArrivalsSection .special-card-name {
    color: #2b2218;
    font-size: 0.78rem;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
    text-align: right;
    width: 100%;
}

#newArrivalsSection .special-card-price {
    color: #c06070;
    font-size: 0.82rem;
    font-weight: 700;
    text-align: right;
    width: 100%;
}

#newArrivalsSection .special-card-details {
    font-size: 0.75rem;
    margin-top: 1px;
}

@media (min-width: 768px) {
    .new-arrivals-track {
        gap: 24px;
        padding: 20px 24px 40px;
    }

    .new-arrivals-track .special-card {
        flex-basis: 200px;
        max-width: 200px;
    }

    .new-arrivals-track .special-card:nth-child(odd) {
        transform: rotate(-2.5deg);
    }
    .new-arrivals-track .special-card:nth-child(even) {
        transform: rotate(2.5deg);
    }
}
