
/* ==========================================================================
   Hero Module CSS - RenderBox Optimized Spec v9.0
   ========================================================================== */

/* Scoped Reset and Variables */
#Hero_root__LmH89,
#Hero_root__LmH89 * {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

#Hero_root__LmH89 {
    --primary-gradient: linear-gradient(135deg, #f43f5e 0%, #f59e0b 50%, #ec4899 100%) !important;
    --rose-glow: rgba(244, 63, 94, 0.15) !important;
    --amber-glow: rgba(245, 158, 11, 0.15) !important;
    
    font-family: &amp;amp;quot;Inter&amp;amp;quot;, &amp;amp;quot;Vazirmatn&amp;amp;quot;, system-ui, -apple-system, sans-serif !important;
    position: relative !important;
    overflow: hidden !important;
    background: #f8fafc !important; /* Premium clean off-white background */
    background-color: #f8fafc !important;
    width: 100% !important;
    direction: rtl !important;
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

/* Background grid overlay */
#Hero_root__LmH89 .Hero_backgroundGrid__LmH89 {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0.04 !important;
    background-image: radial-gradient(#0f172a 1px, transparent 1px) !important;
    background-size: 20px 20px !important;
    pointer-events: none !important;
    z-index: 1 !important;
}

/* Blur decorative background blobs */
#Hero_root__LmH89 .Hero_blurBlob1__LmH89 {
    position: absolute !important;
    top: -10% !important;
    left: -10% !important;
    width: 50vw !important;
    height: 50vw !important;
    border-radius: 9999px !important;
    background: rgba(244, 63, 94, 0.07) !important;
    filter: blur(120px) !important;
    pointer-events: none !important;
    z-index: 1 !important;
}

#Hero_root__LmH89 .Hero_blurBlob2__LmH89 {
    position: absolute !important;
    top: 40% !important;
    right: -10% !important;
    width: 45vw !important;
    height: 45vw !important;
    border-radius: 9999px !important;
    background: rgba(245, 158, 11, 0.09) !important;
    filter: blur(140px) !important;
    pointer-events: none !important;
    z-index: 1 !important;
}

/* Content wrapper */
#Hero_root__LmH89 .Hero_wrapper__LmH89 {
    max-width: 80rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative !important;
    z-index: 10 !important;
}

/* Main layouts */
#Hero_root__LmH89 .Hero_grid__LmH89 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 3.5rem !important;
    align-items: center !important;
}

@media (min-width: 1024px) {
    #Hero_root__LmH89 .Hero_grid__LmH89 {
        grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
    }
}

/* RIGHT SIDE (Content column) */
#Hero_root__LmH89 .Hero_contentSide__LmH89 {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.5rem !important;
    text-align: right !important;
}

@media (min-width: 1024px) {
    #Hero_root__LmH89 .Hero_contentSide__LmH89 {
        grid-column: span 6 / span 6 !important;
    }
}

/* Tagline badge */
#Hero_root__LmH89 .Hero_taglineBadge__LmH89 {
    align-self: flex-start !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    border-radius: 9999px !important;
    background: rgba(244, 63, 94, 0.08) !important;
    background-color: rgba(244, 63, 94, 0.08) !important;
    border: 1px solid rgba(244, 63, 94, 0.2) !important;
    color: #e11d48 !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    transition: background 0.3s ease !important;
}

#Hero_root__LmH89 .Hero_taglineBadge__LmH89:hover {
    background: rgba(244, 63, 94, 0.12) !important;
}

#Hero_root__LmH89 .Hero_iconSparkle__LmH89 {
    width: 1rem !important;
    height: 1rem !important;
    color: #f43f5e !important;
    flex-shrink: 0 !important;
}

/* Title and description */
#Hero_root__LmH89 .Hero_mainTitle__LmH89 {
    font-size: 2rem !important;
    font-weight: 900 !important;
    color: #1e293b !important;
    line-height: 1.35 !important;
    letter-spacing: -0.025em !important;
}

@media (min-width: 640px) {
    #Hero_root__LmH89 .Hero_mainTitle__LmH89 {
        font-size: 2.75rem !important;
    }
}

#Hero_root__LmH89 .Hero_titleGradient__LmH89 {
    background: linear-gradient(to left, #f43f5e, #f59e0b, #10b981) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
    display: inline-block !important;
}

#Hero_root__LmH89 .Hero_mainDesc__LmH89 {
    font-size: 0.875rem !important;
    font-weight: 300 !important;
    line-height: 1.75 !important;
    color: #475569 !important;
    max-width: 36rem !important;
}

/* Bullets grid */
#Hero_root__LmH89 .Hero_bulletsGrid__LmH89 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
}

@media (min-width: 640px) {
    #Hero_root__LmH89 .Hero_bulletsGrid__LmH89 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

#Hero_root__LmH89 .Hero_bulletItem__LmH89 {
    display: flex !important;
    align-items: center !important;
    gap: 0.6rem !important;
    font-size: 0.8rem !important;
    color: #334155 !important;
    font-weight: 500 !important;
}

#Hero_root__LmH89 .Hero_bulletCheck__LmH89 {
    width: 1.25rem !important;
    height: 1.25rem !important;
    border-radius: 9999px !important;
    background: rgba(16, 185, 129, 0.1) !important;
    color: #059669 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: 900 !important;
    font-size: 0.75rem !important;
    flex-shrink: 0 !important;
}

/* Majestic Actions */
#Hero_root__LmH89 .Hero_actionsContainer__LmH89 {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 1rem !important;
    padding-top: 0.5rem !important;
}

#Hero_root__LmH89 .Hero_btnPrimary__LmH89 {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.6rem !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    background: linear-gradient(135deg, #e11d48 0%, #f59e0b 60%, #e11d48 100%) !important;
    color: #ffffff !important;
    text-decoration: none !important;
    border-radius: 0.75rem !important;
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    box-shadow: 0 10px 15px -3px rgba(244, 63, 94, 0.2) !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

#Hero_root__LmH89 .Hero_btnPrimary__LmH89:hover {
    box-shadow: 0 14px 24px -3px rgba(245, 158, 11, 0.3) !important;
    transform: translateY(-2px) !important;
}

#Hero_root__LmH89 .Hero_arrowIcon__LmH89 {
    width: 1rem !important;
    height: 1rem !important;
    transform: rotate(180deg) !important;
    transition: transform 0.3s ease !important;
}

#Hero_root__LmH89 .Hero_btnPrimary__LmH89:hover .Hero_arrowIcon__LmH89 {
    transform: rotate(180deg) translateX(3px) !important;
}

#Hero_root__LmH89 .Hero_btnSecondary__LmH89 {
    display: inline-flex !important;
    align-items: center !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    background: #ffffff !important;
    color: #1e293b !important;
    text-decoration: none !important;
    border-radius: 0.75rem !important;
    border: 1px solid #e2e8f0 !important;
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05) !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

#Hero_root__LmH89 .Hero_btnSecondary__LmH89:hover {
    background: #f8fafc !important;
    border-color: #cbd5e1 !important;
}

/* Trust Statement banner */
#Hero_root__LmH89 .Hero_trustStatement__LmH89 {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.6rem !important;
    padding: 0.75rem 1rem !important;
    background: rgba(255, 255, 255, 0.6) !important;
    backdrop-filter: blur(8px) !important;
    border: 1px solid rgba(226, 232, 240, 0.5) !important;
    border-radius: 0.75rem !important;
    font-size: 0.75rem !important;
    color: #64748b !important;
    align-self: flex-start !important;
    width: 100% !important;
    max-width: 25rem !important;
}

#Hero_root__LmH89 .Hero_greenPulse__LmH89 {
    width: 0.5rem !important;
    height: 0.5rem !important;
    border-radius: 9999px !important;
    background: #10b981 !important;
    display: inline-block !important;
    animation: Hero_pulsePing__LmH89 1.5s infinite ease-in-out !important;
}

@keyframes Hero_pulsePing__LmH89 {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.4); opacity: 0.5; }
}


/* LEFT SIDE (Simulator side) */
#Hero_root__LmH89 .Hero_simulatorSide__LmH89 {
    position: relative !important;
    z-index: 10 !important;
}

@media (min-width: 1024px) {
    #Hero_root__LmH89 .Hero_simulatorSide__LmH89 {
        grid-column: span 6 / span 6 !important;
    }
}

#Hero_root__LmH89 .Hero_simulatorCard__LmH89 {
    background: #0f172a !important; /* Premium Dark Navy background for Simulator */
    color: #f1f5f9 !important;
    border-radius: 1.5rem !important;
    padding: 1.5rem !important;
    border: 1px solid rgba(51, 65, 85, 0.8) !important;
    box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.5) !important;
    position: relative !important;
    overflow: hidden !important;
}

@media (min-width: 640px) {
    #Hero_root__LmH89 .Hero_simulatorCard__LmH89 {
        padding: 2rem !important;
    }
}

/* Ambient glow indicators inside dark card */
#Hero_root__LmH89 .Hero_cardGlowRose__LmH89 {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 8rem !important;
    height: 8rem !important;
    background: rgba(244, 63, 94, 0.12) !important;
    border-radius: 9999px !important;
    filter: blur(40px) !important;
    pointer-events: none !important;
}

#Hero_root__LmH89 .Hero_cardGlowAmber__LmH89 {
    position: absolute !important;
    bottom: 0 !important;
    right: 0 !important;
    width: 8rem !important;
    height: 8rem !important;
    background: rgba(245, 158, 11, 0.12) !important;
    border-radius: 9999px !important;
    filter: blur(40px) !important;
    pointer-events: none !important;
}

/* Card Header elements */
#Hero_root__LmH89 .Hero_cardHeader__LmH89 {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 1.25rem !important;
    flex-wrap: wrap !important;
    gap: 0.75rem !important;
    direction: rtl !important;
}

#Hero_root__LmH89 .Hero_statusBadge__LmH89 {
    background: rgba(16, 185, 129, 0.1) !important;
    color: #34d399 !important;
    border: 1px solid rgba(16, 185, 129, 0.2) !important;
    font-size: 0.65rem !important;
    font-weight: 700 !important;
    font-family: inherit !important;
    padding: 0.25rem 0.6rem !important;
    border-radius: 9999px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.4rem !important;
}

#Hero_root__LmH89 .Hero_statusPulse__LmH89 {
    width: 0.4rem !important;
    height: 0.4rem !important;
    border-radius: 9999px !important;
    background: #34d399 !important;
    display: inline-block !important;
    animation: Hero_pulsePing__LmH89 1.5s infinite ease-in-out !important;
}

#Hero_root__LmH89 .Hero_weaveLoomRef__LmH89 {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.4rem !important;
    font-size: 0.65rem !important;
    color: #94a3b8 !important;
}

#Hero_root__LmH89 .Hero_pulseActivity__LmH89 {
    width: 0.85rem !important;
    height: 0.85rem !important;
    color: #f43f5e !important;
    animation: Hero_pulsePing__LmH89 2s infinite ease-in-out !important;
}

/* Simulator Texts */
#Hero_root__LmH89 .Hero_simulatorTitle__LmH89 {
    font-size: 1rem !important;
    font-weight: 900 !important;
    color: #ffffff !important;
    text-align: right !important;
    margin-bottom: 0.4rem !important;
    line-height: 1.4 !important;
}

#Hero_root__LmH89 .Hero_simulatorDesc__LmH89 {
    font-size: 0.7rem !important;
    font-weight: 300 !important;
    color: #94a3b8 !important;
    text-align: right !important;
    line-height: 1.6 !important;
    margin-bottom: 1.25rem !important;
}

/* Panel Parameters Box */
#Hero_root__LmH89 .Hero_parametersBox__LmH89 {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.25rem !important;
    text-align: right !important;
}

#Hero_root__LmH89 .Hero_paramRow__LmH89 {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.5rem !important;
}

#Hero_root__LmH89 .Hero_paramLabel__LmH89 {
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    color: #cbd5e1 !important;
}

/* Interactive Option selector grids */
#Hero_root__LmH89 .Hero_optionGrid__LmH89 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.5rem !important;
}

@media (min-width: 480px) {
    #Hero_root__LmH89 .Hero_optionGrid__LmH89 {
        grid-template-columns: repeat(4, 1fr) !important;
    }
}

#Hero_root__LmH89 .Hero_optionBtn__LmH89 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
    border-radius: 0.6rem !important;
    font-size: 0.65rem !important;
    font-weight: 700 !important;
    border: 1px solid rgba(71, 85, 105, 0.4) !important;
    background: rgba(30, 41, 59, 0.6) !important;
    color: #cbd5e1 !important;
    cursor: pointer !important;
    text-align: center !important;
    transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1) !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

#Hero_root__LmH89 .Hero_optionBtn__LmH89:hover {
    background: rgba(51, 65, 85, 0.7) !important;
    color: #ffffff !important;
}

#Hero_root__LmH89 .Hero_optionBtn__LmH89.Hero_active__LmH89 {
    background: #f43f5e !important;
    border-color: #f43f5e !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(244, 63, 94, 0.2) !important;
}

#Hero_root__LmH89 #Hero_weaveOptions__LmH89 .Hero_optionBtn__LmH89.Hero_active__LmH89 {
    background: #f59e0b !important;
    border-color: #f59e0b !important;
    color: #0f172a !important;
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.22) !important;
    font-weight: 900 !important;
}

/* Sliders layout */
#Hero_root__LmH89 .Hero_slidersRow__LmH89 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
}

@media (min-width: 640px) {
    #Hero_root__LmH89 .Hero_slidersRow__LmH89 {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

#Hero_root__LmH89 .Hero_sliderBlock__LmH89 {
    background: rgba(30, 41, 59, 0.4) !important;
    border: 1px solid rgba(71, 85, 105, 0.3) !important;
    padding: 0.75rem !important;
    border-radius: 1rem !important;
}

#Hero_root__LmH89 .Hero_sliderHeader__LmH89 {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 0.4rem !important;
}

#Hero_root__LmH89 .Hero_sliderVal__LmH89 {
    color: #fbbf24 !important;
    font-weight: bold !important;
    font-size: 0.7rem !important;
}

#Hero_root__LmH89 .Hero_sliderTitle__LmH89 {
    color: #cbd5e1 !important;
    font-size: 0.7rem !important;
    font-weight: bold !important;
}

#Hero_root__LmH89 .Hero_sliderRange__LmH89 {
    width: 100% !important;
    height: 3px !important;
    background: #475569 !important;
    border-radius: 9999px !important;
    outline: none !important;
    cursor: pointer !important;
    accent-color: #f43f5e !important;
}

#Hero_root__LmH89 .Hero_sliderSub__LmH89 {
    font-size: 0.6rem !important;
    color: #64748b !important;
    display: block !important;
    margin-top: 0.35rem !important;
}

/* Loom Visualizer Box */
#Hero_root__LmH89 .Hero_loomVisualizer__LmH89 {
    margin-top: 1.25rem !important;
    background: #020617 !important;
    border: 1px solid rgba(71, 85, 105, 0.4) !important;
    border-radius: 1rem !important;
    padding: 0.85rem !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0.5rem !important;
}

#Hero_root__LmH89 .Hero_visualHeader__LmH89 {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    font-size: 0.65rem !important;
    color: #94a3b8 !important;
    direction: rtl !important;
}

#Hero_root__LmH89 .Hero_weaveBadge__LmH89 {
    background: #1e293b !important;
    color: #fcd34d !important;
    padding: 0.15rem 0.5rem !important;
    border-radius: 0.25rem !important;
    font-size: 0.6rem !important;
    font-weight: 700 !important;
}

#Hero_root__LmH89 .Hero_loomCanvasBox__LmH89 {
    height: 5rem !important;
    background: #0f172a !important;
    border-radius: 0.75rem !important;
    overflow: hidden !important;
    position: relative !important;
}

#Hero_root__LmH89 .Hero_loomSvgPattern__LmH89 {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0.6 !important;
}

#Hero_root__LmH89 .Hero_densityBadge__LmH89 {
    position: absolute !important;
    top: 0.4rem !important;
    left: 0.4rem !important;
    background: rgba(0, 0, 0, 0.6) !important;
    padding: 0.25rem 0.5rem !important;
    border-radius: 0.35rem !important;
    border: 1px solid rgba(71, 85, 105, 0.4) !important;
    font-size: 0.6rem !important;
    color: #ffffff !important;
}

#Hero_root__LmH89 .Hero_farsiDensityBold__LmH89 {
    color: #34d399 !important;
    font-weight: 800 !important;
}

/* Computed outputs container */
#Hero_root__LmH89 .Hero_computedOutputs__LmH89 {
    margin-top: 1.25rem !important;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 0.75rem !important;
}

#Hero_root__LmH89 .Hero_outputCard__LmH89 {
    padding: 0.6rem !important;
    border-radius: 0.75rem !important;
    background: rgba(30, 41, 59, 0.8) !important;
    border: 1px solid rgba(51, 65, 85, 0.6) !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0.25rem !important;
    text-align: right !important;
}

#Hero_root__LmH89 .Hero_outTitle__LmH89 {
    font-size: 0.6rem !important;
    color: #94a3b8 !important;
}

#Hero_root__LmH89 .Hero_outVal__LmH89 {
    font-size: 0.85rem !important;
    font-weight: 900 !important;
}

#Hero_root__LmH89 .Hero_outUnit__LmH89 {
    font-size: 0.6rem !important;
    font-weight: normal !important;
    color: #cbd5e1 !important;
    margin-right: 0.1rem !important;
}

#Hero_root__LmH89 .Hero_roseText__LmH89 {
    color: #f43f5e !important;
}

#Hero_root__LmH89 .Hero_greenText__LmH89 {
    color: #34d399 !important;
}

#Hero_root__LmH89 .Hero_cyanTextBold__LmH89 {
    color: #22d3ee !important;
    font-size: 0.7rem !important;
    font-weight: 900 !important;
    margin-top: 0.2rem !important;
}

/* Hand feel predictive banner */
#Hero_root__LmH89 .Hero_handFeelBanner__LmH89 {
    margin-top: 1rem !important;
    padding: 0.75rem !important;
    border-radius: 0.75rem !important;
    background: rgba(2, 6, 17, 0.6) !important;
    border: 1px solid rgba(51, 65, 85, 0.4) !important;
    display: flex !important;
    gap: 0.5rem !important;
    justify-content: space-between !important;
    align-items: center !important;
    font-size: 0.65rem !important;
}

#Hero_root__LmH89 .Hero_feelTitle__LmH89 {
    color: #94a3b8 !important;
    font-weight: bold !important;
    flex-shrink: 0 !important;
}

#Hero_root__LmH89 .Hero_feelText__LmH89 {
    color: #e2e8f0 !important;
    font-weight: 600 !important;
    text-align: left !important;
}

/* CTA buttons inside Loom Simulator module */
#Hero_root__LmH89 .Hero_btnLoomCta__LmH89 {
    width: 100% !important;
    margin-top: 1rem !important;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    border-radius: 0.75rem !important;
    background: linear-gradient(to right, #10b981, #0d9488) !important;
    border: none !important;
    color: #0f172a !important;
    font-size: 0.75rem !important;
    font-weight: 900 !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.4rem !important;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1) !important;
}

#Hero_root__LmH89 .Hero_btnLoomCta__LmH89:hover {
    background: linear-gradient(to right, #34d399, #14b8a6) !important;
    transform: translateY(-1px) !important;
}

#Hero_root__LmH89 .Hero_ctaLabelSub__LmH89 {
    font-size: 0.6rem !important;
    font-weight: normal !important;
    color: rgba(15, 23, 42, 0.7) !important;
    background: rgba(255, 255, 255, 0.3) !important;
    padding: 0.1rem 0.35rem !important;
    border-radius: 9999px !important;
}


/* SECTION 15: ANALYTICS ROW (STATISTICS) */
#Hero_root__LmH89 .Hero_statsRowContainer__LmH89 {
    margin-top: 4rem !important;
}

#Hero_root__LmH89 .Hero_statsGrid__LmH89 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1rem !important;
}

@media (min-width: 1024px) {
    #Hero_root__LmH89 .Hero_statsGrid__LmH89 {
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 1.5rem !important;
    }
}

#Hero_root__LmH89 .Hero_statItemCard__LmH89 {
    background: #ffffff !important;
    border: 1px solid rgba(226, 232, 240, 0.8) !important;
    padding: 1.25rem !important;
    border-radius: 1rem !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    text-align: right !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    position: relative !important;
}

#Hero_root__LmH89 .Hero_statItemCard__LmH89:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 12px 20px -3px rgba(0, 0, 0, 0.05) !important;
}

#Hero_root__LmH89 .Hero_statHeader__LmH89 {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

#Hero_root__LmH89 .Hero_statNumeric__LmH89 {
    font-size: 1.5rem !important;
    font-weight: 800 !important;
    background: linear-gradient(135deg, #e11d48 0%, #f59e0b 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
}

@media (min-width: 640px) {
    #Hero_root__LmH89 .Hero_statNumeric__LmH89 {
        font-size: 2.25rem !important;
    }
}

#Hero_root__LmH89 .Hero_trendIcon__LmH89 {
    width: 1.25rem !important;
    height: 1.25rem !important;
    color: #fbbf24 !important;
    opacity: 0.7 !important;
}

#Hero_root__LmH89 .Hero_statTitle__LmH89 {
    font-size: 0.85rem !important;
    font-weight: 900 !important;
    color: #1e293b !important;
    margin-top: 0.75rem !important;
}

#Hero_root__LmH89 .Hero_statDesc__LmH89 {
    font-size: 0.7rem !important;
    color: #64748b !important;
    margin-top: 0.25rem !important;
    font-weight: 300 !important;
    line-height: 1.5 !important;
}


/* ==========================================================================
   CLASS-BASED ENTRY ANIMATIONS - RenderBox Gold Standard
   ========================================================================== */

/* Animation hidden states (fades in) */
#Hero_root__LmH89 .Hero_animItem__LmH89 {
    opacity: 0 !important;
    transform: translateY(30px) !important;
    transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), 
                transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

/* Stretched custom horizontal slide-in for the simulator side */
#Hero_root__LmH89 .Hero_simulatorSide__LmH89.Hero_animItem__LmH89 {
    transform: translateY(40px) scale(0.98) !important;
}

/* Animation active states */
#Hero_root__LmH89 .Hero_animItem__LmH89.Hero_visible__LmH89 {
    opacity: 1 !important;
    transform: translateY(0) scale(1) !important;
}
 
/* ==========================================================================
   TYPES (FABRIC MATERIAL DIRECTORY) RENDERBOX IMPLEMENTATION
   ========================================================================== */

#Types_root__Ad4B7,
#Types_root__Ad4B7 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#Types_root__Ad4B7 {
    font-family: &amp;amp;amp;quot;Vazirmatn&amp;amp;amp;quot;, &amp;amp;amp;quot;Inter&amp;amp;amp;quot;, system-ui, -apple-system, sans-serif !important;
    background: transparent !important;
    direction: rtl !important;
    width: 100% !important;
    max-width: 80rem !important; /* max-w-7xl */
    margin: 0 auto !important;
    padding: 3rem  1rem !important; /* py-12 px-4 */
    text-align: right !important;
}

/* ==========================================================================
   HEADER SECTION
   ========================================================================== */

#Types_root__Ad4B7 .Types_headerArea__Ad4B7 {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    margin-bottom: 2.5rem !important; /* mb-10 */
}

/* Beautiful inline Sparkle badge */
#Types_root__Ad4B7 .Types_badge__Ad4B7 {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    padding: 0.375rem 0.75rem !important;
    border-radius: 9999px !important;
    background-color: rgba(244, 63, 94, 0.1) !important; /* bg-rose-500/10 */
    border: 1px solid rgba(244, 63, 94, 0.25) !important; /* border-rose-200/50 */
    color: #e11d48 !important; /* text-rose-600 */
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    margin-bottom: 0.75rem !important;
}

#Types_root__Ad4B7 .Types_sparklesIcon__Ad4B7 {
    width: 0.875rem !important;
    height: 0.875rem !important;
    color: currentColor !important;
}

#Types_root__Ad4B7 .Types_mainHeading__Ad4B7 {
    font-size: 1.5rem !important;
    font-weight: 950 !important; /* font-black */
    color: #1e293b !important; /* text-slate-800 */
    margin-bottom: 0.75rem !important;
    line-height: 1.3 !important;
}

@media (min-width: 768px) {
    #Types_root__Ad4B7 .Types_mainHeading__Ad4B7 {
        font-size: 2.18rem !important; /* text-3.5xl */
    }
}

#Types_root__Ad4B7 .Types_subHeading__Ad4B7 {
    font-size: 0.75rem !important;
    color: #64748b !important; /* text-slate-500 */
    max-width: 42rem !important; /* max-w-2xl */
    margin: 0 auto !important;
    font-weight: 300 !important; /* font-light */
    line-height: 1.7 !important;
}

@media (min-width: 768px) {
    #Types_root__Ad4B7 .Types_subHeading__Ad4B7 {
        font-size: 0.875rem !important; /* text-sm */
    }
}


/* ==========================================================================
   INTERACTIVE CARDS GRID
   ========================================================================== */

#Types_root__Ad4B7 .Types_grid__Ad4B7 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important; /* grid-cols-2 */
    gap: 1.25rem !important; /* gap-5 */
}

@media (min-width: 640px) {
    #Types_root__Ad4B7 .Types_grid__Ad4B7 {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@media (min-width: 768px) {
    #Types_root__Ad4B7 .Types_grid__Ad4B7 {
        grid-template-columns: repeat(4, 1fr) !important;
    }
}

@media (min-width: 1024px) {
    #Types_root__Ad4B7 .Types_grid__Ad4B7 {
        grid-template-columns: repeat(6, 1fr) !important;
    }
}

@media (min-width: 1280px) {
    #Types_root__Ad4B7 .Types_grid__Ad4B7 {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)) !important;
    }
}

/* Individual card styling */
#Types_root__Ad4B7 .Types_card__Ad4B7 {
    text-decoration: none !important;
    position: relative !important;
    height: 7rem !important; /* h-28 */
    border-radius: 1rem !important; /* rounded-2xl */
    overflow: hidden !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
    cursor: pointer !important;
    border: 1px solid #ffffff !important;
    padding: 1rem !important;
    text-align: center !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; /* shadow-md */
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

#Types_root__Ad4B7 .Types_card__Ad4B7:hover {
    transform: translateY(-4px) !important; /* hover:-translate-y-1 */
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; /* shadow-xl */
}

/* Background image overlay */
#Types_root__Ad4B7 .Types_bgImage__Ad4B7 {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    mix-blend-mode: overlay !important; /* mix-blend-overlay */
    pointer-events: none !important;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

#Types_root__Ad4B7 .Types_card__Ad4B7:hover .Types_bgImage__Ad4B7 {
    transform: scale(1.1) !important; /* group-hover:scale-110 */
}

/* Gloss overlay */
#Types_root__Ad4B7 .Types_glossOverlay__Ad4B7 {
    position: absolute !important;
    inset: 0 !important;
    background: rgba(0, 0, 0, 0.1) !important;
    pointer-events: none !important;
    transition: opacity 0.3s ease !important;
}

#Types_root__Ad4B7 .Types_card__Ad4B7:hover .Types_glossOverlay__Ad4B7 {
    opacity: 0 !important;
}

/* Interactive active overlay */
#Types_root__Ad4B7 .Types_activeOverlay__Ad4B7 {
    position: absolute !important;
    inset: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

#Types_root__Ad4B7 .Types_card__Ad4B7:hover .Types_activeOverlay__Ad4B7 {
    opacity: 1 !important;
}

/* Card Content containers */
#Types_root__Ad4B7 .Types_cardContent__Ad4B7 {
    position: relative !important;
    z-index: 10 !important;
    width: 100% !important;
    padding-bottom: 0.25rem !important; /* pb-1 */
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

#Types_root__Ad4B7 .Types_fabricName__Ad4B7 {
    display: block !important;
    color: #ffffff !important;
    font-size: 0.75rem !important;
    font-weight: 900 !important; /* font-black */
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4) !important; /* drop-shadow-md */
    letter-spacing: 0.025em !important;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

@media (min-width: 768px) {
    #Types_root__Ad4B7 .Types_fabricName__Ad4B7 {
        font-size: 0.875rem !important;
    }
}

#Types_root__Ad4B7 .Types_card__Ad4B7:hover .Types_fabricName__Ad4B7 {
    transform: scale(1.05) !important;
}

#Types_root__Ad4B7 .Types_cardAction__Ad4B7 {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.25rem !important;
    font-size: 9px !important;
    color: rgba(255, 255, 255, 0.8) !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) !important;
    font-weight: 600 !important;
    margin-top: 0.25rem !important;
    transition: color 0.3s ease !important;
}

#Types_root__Ad4B7 .Types_card__Ad4B7:hover .Types_cardAction__Ad4B7 {
    color: #ffffff !important;
}

#Types_root__Ad4B7 .Types_arrowLeftIcon__Ad4B7 {
    width: 0.625rem !important; /* w-2.5 */
    height: 0.625rem !important; /* h-2.5 */
    transform: rotate(180deg) !important; /* rotate-180 */
    color: currentColor !important;
}


/* ==========================================================================
   21 POWER GRADIENTS (BASE COLORS)
   ========================================================================== */
/* ==========================================================================
   21 GLOW ACTIVE GRAPHICS (ON HOVER STATE DESIGN)
   ========================================================================== */

#Types_root__Ad4B7 .Types_active_dacron__Ad4B7 { background: linear-gradient(135deg, #e11d48, #f59e0b) !important; }
#Types_root__Ad4B7 .Types_active_espan__Ad4B7 { background: linear-gradient(135deg, #f59e0b, #10b981) !important; }
#Types_root__Ad4B7 .Types_active_tergale__Ad4B7 { background: linear-gradient(135deg, #4f46e5, #0ea5e9) !important; }
#Types_root__Ad4B7 .Types_active_tetron__Ad4B7 { background: linear-gradient(135deg, #ec4899, #fbbf24) !important; }
#Types_root__Ad4B7 .Types_active_kanafi__Ad4B7 { background: linear-gradient(135deg, #f59e0b, #ef4444) !important; }
#Types_root__Ad4B7 .Types_active_crepe__Ad4B7 { background: linear-gradient(135deg, #7c3aed, #ec4899) !important; }
#Types_root__Ad4B7 .Types_active_jacquard__Ad4B7 { background: linear-gradient(135deg, #7c3aed, #f59e0b) !important; }
#Types_root__Ad4B7 .Types_active_shanton__Ad4B7 { background: linear-gradient(135deg, #10b981, #facc15) !important; }
#Types_root__Ad4B7 .Types_active_organza__Ad4B7 { background: linear-gradient(135deg, #ec4899, #4f46e5) !important; }
#Types_root__Ad4B7 .Types_active_harir__Ad4B7 { background: linear-gradient(135deg, #f43f5e, #facc15) !important; }
#Types_root__Ad4B7 .Types_active_saten__Ad4B7 { background: linear-gradient(135deg, #eab308, #f43f5e) !important; }
#Types_root__Ad4B7 .Types_active_sweet__Ad4B7 { background: linear-gradient(135deg, #dc2626, #f59e0b) !important; }
#Types_root__Ad4B7 .Types_active_footer__Ad4B7 { background: linear-gradient(135deg, #e11d48, #0f172a) !important; }
#Types_root__Ad4B7 .Types_active_puffer__Ad4B7 { background: linear-gradient(135deg, #2563eb, #10b981) !important; }
#Types_root__Ad4B7 .Types_active_plisser__Ad4B7 { background: linear-gradient(135deg, #0d9488, #4f46e5) !important; }
#Types_root__Ad4B7 .Types_active_leather__Ad4B7 { background: linear-gradient(135deg, #1e293b, #e11d48) !important; }
#Types_root__Ad4B7 .Types_active_cotton__Ad4B7 { background: linear-gradient(135deg, #059669, #eab308) !important; }
#Types_root__Ad4B7 .Types_active_crepe_harir__Ad4B7 { background: linear-gradient(135deg, #e11d48, #f59e0b) !important; }
#Types_root__Ad4B7 .Types_active_kerishe__Ad4B7 { background: linear-gradient(135deg, #7c3aed, #d946ef) !important; }
#Types_root__Ad4B7 .Types_active_velvet__Ad4B7 { background: linear-gradient(135deg, #881337, #1e1b4b) !important; }
#Types_root__Ad4B7 .Types_active_inen__Ad4B7 { background: linear-gradient(135deg, #f59e0b, #059669) !important; }


/* ==========================================================================
   CLASS-BASED ENTRY ANIMATIONS - RenderBox Gold Standard
   ========================================================================== */

#Types_root__Ad4B7 .Types_animate-in__Ad4B7 {
    opacity: 0 !important;
    transform: translateY(30px) !important;
    transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), 
                transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

#Types_root__Ad4B7 .Types_animate-in__Ad4B7.Types_animated__Ad4B7 {
    opacity: 1 !important;
    transform: translateY(0) !important;
}
 
/* ==========================================================================
   Catalog Module CSS - RenderBox Optimized Spec v9.0
   ========================================================================== */

#Catalog_root__Bc4D3,
#Catalog_root__Bc4D3 * {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

#Catalog_root__Bc4D3 {
    width: 100% !important;
    background: #f8fafc !important; /* Premium clean slate-light background */
    background-color: #f8fafc !important;
    direction: rtl !important;
    position: relative !important;
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    font-family: &amp;amp;amp;quot;Inter&amp;amp;amp;quot;, &amp;amp;amp;quot;Vazirmatn&amp;amp;amp;quot;, system-ui, -apple-system, sans-serif !important;
}

#Catalog_root__Bc4D3 .Catalog_wrapper__Bc4D3 {
    max-width: 80rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative !important;
    z-index: 10 !important;
}

/* Title and description area */
#Catalog_root__Bc4D3 .Catalog_headerArea__Bc4D3 {
    text-align: center !important;
    margin-bottom: 2.5rem !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0.75rem !important;
}

#Catalog_root__Bc4D3 .Catalog_mainHeading__Bc4D3 {
    font-size: 1.5rem !important;
    font-weight: 900 !important;
    color: #1e293b !important;
    line-height: 1.4 !important;
}

@media (min-width: 640px) {
    #Catalog_root__Bc4D3 .Catalog_mainHeading__Bc4D3 {
        font-size: 2.25rem !important;
    }
}

#Catalog_root__Bc4D3 .Catalog_subHeading__Bc4D3 {
    font-size: 0.85rem !important;
    font-weight: 300 !important;
    color: #64748b !important;
    max-width: 38rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
    line-height: 1.7 !important;
}

/* Search input styling */
#Catalog_root__Bc4D3 .Catalog_searchBoxWrapper__Bc4D3 {
    max-width: 32rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 2.5rem !important;
    position: relative !important;
    display: flex !important;
    align-items: center !important;
}

#Catalog_root__Bc4D3 .Catalog_searchIconBox__Bc4D3 {
    position: absolute !important;
    right: 1rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    pointer-events: none !important;
}

#Catalog_root__Bc4D3 .Catalog_searchIcon__Bc4D3 {
    width: 1.25rem !important;
    height: 1.25rem !important;
    color: #94a3b8 !important;
}

#Catalog_root__Bc4D3 .Catalog_searchInput__Bc4D3 {
    width: 100% !important;
    padding-top: 0.85rem !important;
    padding-bottom: 0.85rem !important;
    padding-right: 2.85rem !important;
    padding-left: 1.25rem !important;
    font-size: 0.85rem !important;
    font-family: inherit !important;
    color: #1e293b !important;
    background: #ffffff !important;
    background-color: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 1rem !important;
    outline: none !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02) !important;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

#Catalog_root__Bc4D3 .Catalog_searchInput__Bc4D3:focus {
    border-color: #f43f5e !important;
    box-shadow: 0 8px 16px -4px rgba(244, 63, 94, 0.12) !important;
}

/* Tab container switches */
#Catalog_root__Bc4D3 .Catalog_tabContainer__Bc4D3 {
    display: flex !important;
    justify-content: center !important;
    margin-bottom: 2rem !important;
}

#Catalog_root__Bc4D3 .Catalog_tabInner__Bc4D3 {
    padding: 0.4rem !important;
    border-radius: 1.25rem !important;
    background: rgba(255, 255, 255, 0.5) !important;
    border: 1px solid rgba(226, 232, 240, 0.8) !important;
    display: inline-flex !important;
    gap: 0.5rem !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.03) !important;
}

#Catalog_root__Bc4D3 .Catalog_tabBtn__Bc4D3 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    border-radius: 0.85rem !important;
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    font-family: inherit !important;
    border: none !important;
    background: transparent !important;
    color: #475569 !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

#Catalog_root__Bc4D3 .Catalog_tabBtn__Bc4D3:hover {
    color: #1e293b !important;
    background: rgba(255, 255, 255, 0.6) !important;
}

#Catalog_root__Bc4D3 .Catalog_tabBtn__Bc4D3.Catalog_tabActiveFabric__Bc4D3 {
    background: linear-gradient(135deg, #f43f5e, #fbaf24) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(244, 63, 94, 0.2) !important;
}

#Catalog_root__Bc4D3 .Catalog_tabBtn__Bc4D3.Catalog_tabActiveYarn__Bc4D3 {
    background: linear-gradient(135deg, #d97706, #10b981) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.2) !important;
}

#Catalog_root__Bc4D3 .Catalog_tabIcon__Bc4D3 {
    width: 1rem !important;
    height: 1rem !important;
    flex-shrink: 0 !important;
}

/* Warning alert banner for active filters */
#Catalog_root__Bc4D3 .Catalog_activeFilterBanner__Bc4D3 {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 0.85rem 1.25rem !important;
    margin-bottom: 1.5rem !important;
    border-radius: 0.75rem !important;
    background: rgba(245, 158, 11, 0.08) !important;
    border: 1px solid rgba(245, 158, 11, 0.2) !important;
    color: #78350f !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    flex-wrap: wrap !important;
    gap: 0.75rem !important;
}

#Catalog_root__Bc4D3 .Catalog_bannerRightSide__Bc4D3 {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
}

#Catalog_root__Bc4D3 .Catalog_bannerFilterIcon__Bc4D3 {
    width: 0.9rem !important;
    height: 0.9rem !important;
    color: #f59e0b !important;
}

#Catalog_root__Bc4D3 .Catalog_bannerResetBtn__Bc4D3 {
    background: transparent !important;
    border: none !important;
    cursor: pointer !important;
    color: #ef4444 !important;
    font-weight: 700 !important;
    font-family: inherit !important;
    font-size: 0.75rem !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.35rem !important;
    text-decoration: underline !important;
}

#Catalog_root__Bc4D3 .Catalog_bannerResetArrow__Bc4D3 {
    width: 0.85rem !important;
    height: 0.85rem !important;
}

/* Horizontal scroll category layout */
#Catalog_root__Bc4D3 .Catalog_categoriesScrollWrapper__Bc4D3 {
    display: flex !important;
    gap: 0.5rem !important;
    overflow-x: auto !important;
    padding-bottom: 0.75rem !important;
    margin-bottom: 2rem !important;
    scrollbar-width: none !important; /* Hide scrollbar Firefox */
}

#Catalog_root__Bc4D3 .Catalog_categoriesScrollWrapper__Bc4D3::-webkit-scrollbar {
    display: none !important; /* Hide scrollbar Safari/Chrome */
}

#Catalog_root__Bc4D3 .Catalog_categoriesScrollHeader__Bc4D3 {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.35rem !important;
    font-size: 0.75rem !important;
    color: #94a3b8 !important;
    font-weight: 700 !important;
    padding-left: 0.5rem !important;
    flex-shrink: 0 !important;
    align-self: center !important;
}

#Catalog_root__Bc4D3 .Catalog_slidersIcon__Bc4D3 {
    width: 0.85rem !important;
    height: 0.85rem !important;
}

#Catalog_root__Bc4D3 .Catalog_filterBtn__Bc4D3 {
    background: rgba(255, 255, 255, 0.6) !important;
    color: #475569 !important;
    border: 1px solid #f1f5f9 !important;
    padding: 0.5rem 1rem !important;
    border-radius: 0.75rem !important;
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    flex-shrink: 0 !important;
    transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

#Catalog_root__Bc4D3 .Catalog_filterBtn__Bc4D3:hover {
    background: #ffffff !important;
    color: #1e293b !important;
}

#Catalog_root__Bc4D3 .Catalog_filterBtn__Bc4D3.Catalog_subActive__Bc4D3 {
    background: #f43f5e !important;
    border-color: #f43f5e !important;
    color: #ffffff !important;
    box-shadow: 0 4px 10px rgba(244, 63, 94, 0.15) !important;
}


/* MAIN Dynamic Grid of Bento Cards */
#Catalog_root__Bc4D3 .Catalog_cardsGrid__Bc4D3 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
}

@media (min-width: 768px) {
    #Catalog_root__Bc4D3 .Catalog_cardsGrid__Bc4D3 {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (min-width: 1024px) {
    #Catalog_root__Bc4D3 .Catalog_cardsGrid__Bc4D3 {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

/* Bento Card Elements */
#Catalog_root__Bc4D3 .Catalog_card__Bc4D3 {
    position: relative !important;
    background: rgba(255, 255, 255, 0.4) !important;
    background-color: rgba(255, 255, 255, 0.4) !important;
    border: 1px solid rgba(226, 232, 240, 0.6) !important;
    border-radius: 1.25rem !important;
    overflow: hidden !important;
    height: 480px !important;
    display: flex !important;
    flex-direction: column !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.01) !important;
    transition: all 0.35s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

#Catalog_root__Bc4D3 .Catalog_card__Bc4D3:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 20px 30px -5px rgba(15, 23, 42, 0.08) !important;
}

/* Cover trigger link to satisfy &amp;amp;amp;quot;#&amp;amp;amp;quot; URL requirement for quick checks */
#Catalog_root__Bc4D3 .Catalog_quickLink__Bc4D3 {
    position: absolute !important;
    inset: 0 !important;
    z-index: 5 !important;
    background: transparent !important;
    cursor: pointer !important;
}

/* Card Image Header with dual picture hover transitions */
#Catalog_root__Bc4D3 .Catalog_imageBox__Bc4D3 {
    position: relative !important;
    height: 12rem !important;
    background: #0f172a !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

#Catalog_root__Bc4D3 .Catalog_imgPrimary__Bc4D3 {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    z-index: 1 !important;
    opacity: 1 !important;
    transition: opacity 0.5s ease-in-out !important;
}

#Catalog_root__Bc4D3 .Catalog_imgHover__Bc4D3 {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    z-index: 2 !important;
    opacity: 0 !important;
    transition: opacity 0.5s ease-in-out !important;
}

#Catalog_root__Bc4D3 .Catalog_card__Bc4D3:hover .Catalog_imgPrimary__Bc4D3 {
    opacity: 0 !important;
}

#Catalog_root__Bc4D3 .Catalog_card__Bc4D3:hover .Catalog_imgHover__Bc4D3 {
    opacity: 1 !important;
}

/* Microscopical mesh pattern on images */
#Catalog_root__Bc4D3 .Catalog_meshOverlay__Bc4D3 {
    position: absolute !important;
    inset: 0 !important;
    opacity: 0.08 !important;
    background-image: radial-gradient(#000000 1px, transparent 1px) !important;
    background-size: 16px 16px !important;
    pointer-events: none !important;
    z-index: 3 !important;
}

/* Top Badge on image */
#Catalog_root__Bc4D3 .Catalog_imageBadge__Bc4D3 {
    position: absolute !important;
    top: 0.75rem !important;
    right: 0.75rem !important;
    background: rgba(255, 255, 255, 0.85) !important;
    backdrop-filter: blur(8px) !important;
    color: #1e293b !important;
    font-size: 0.65rem !important;
    font-weight: 900 !important;
    padding: 0.35rem 0.6rem !important;
    border-radius: 9999px !important;
    z-index: 4 !important;
}

/* Image text gradient mask */
#Catalog_root__Bc4D3 .Catalog_imageGradientMask__Bc4D3 {
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(to top, rgba(15, 23, 42, 0.85), transparent) !important;
    z-index: 3 !important;
}

#Catalog_root__Bc4D3 .Catalog_imageContent__Bc4D3 {
    position: absolute !important;
    bottom: 1rem !important;
    right: 1rem !important;
    left: 1rem !important;
    text-align: right !important;
    z-index: 4 !important;
    color: #ffffff !important;
}

#Catalog_root__Bc4D3 .Catalog_categorySublabel__Bc4D3 {
    font-size: 0.6rem !important;
    color: #fcd34d !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    display: block !important;
    margin-bottom: 0.25rem !important;
}

#Catalog_root__Bc4D3 .Catalog_cardTitleText__Bc4D3 {
    font-size: 0.9rem !important;
    font-weight: 900 !important;
    display: block !important;
    line-height: 1.4 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

/* Card fields and specifications */
#Catalog_root__Bc4D3 .Catalog_cardBody__Bc4D3 {
    padding: 1.25rem !important;
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}

#Catalog_root__Bc4D3 .Catalog_cardDescription__Bc4D3 {
    font-size: 0.75rem !important;
    color: #475569 !important;
    font-weight: 300 !important;
    line-height: 1.6 !important;
    text-align: justify !important;
    margin-bottom: 1rem !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

/* Key specs row details */
#Catalog_root__Bc4D3 .Catalog_specsList__Bc4D3 {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.5rem !important;
    border-top: 1px solid rgba(226, 232, 240, 0.6) !important;
    padding-top: 0.75rem !important;
}

#Catalog_root__Bc4D3 .Catalog_specRow__Bc4D3 {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    font-size: 0.7rem !important;
}

#Catalog_root__Bc4D3 .Catalog_specLabel__Bc4D3 {
    color: #94a3b8 !important;
    font-weight: 500 !important;
}

#Catalog_root__Bc4D3 .Catalog_specValue__Bc4D3 {
    color: #1e293b !important;
    font-weight: 700 !important;
}

/* Card bottom interactions bar */
#Catalog_root__Bc4D3 .Catalog_cardFooter__Bc4D3 {
    padding-top: 1rem !important;
    border-top: 1px solid #f1f5f9 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-top: auto !important;
    gap: 0.5rem !important;
}

/* Swatches array list */
#Catalog_root__Bc4D3 .Catalog_swatchesBox__Bc4D3 {
    display: flex !important;
    gap: 0.25rem !important;
    flex-shrink: 0 !important;
    z-index: 6 !important; /* On top of quick cover link */
}

#Catalog_root__Bc4D3 .Catalog_swatchDot__Bc4D3 {
    width: 0.75rem !important;
    height: 0.75rem !important;
    border-radius: 9999px !important;
    border: 1px solid #cbd5e1 !important;
    cursor: help !important;
    transition: transform 0.2s ease !important;
}

#Catalog_root__Bc4D3 .Catalog_swatchDot__Bc4D3:hover {
    transform: scale(1.3) !important;
}

/* Interactive buttons (Higher z-index relative to card full overlay) */
#Catalog_root__Bc4D3 .Catalog_actionsBox__Bc4D3 {
    display: flex !important;
    align-items: center !important;
    gap: 0.4rem !important;
    width: 100% !important;
    justify-content: flex-end !important;
    z-index: 10 !important; /* Crushes the cover quick links */
}

#Catalog_root__Bc4D3 .Catalog_btnDetailsCircle__Bc4D3 {
    width: 2.25rem !important;
    height: 2.25rem !important;
    background: #f1f5f9 !important;
    border: none !important;
    border-radius: 0.65rem !important;
    color: #475569 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.25s ease !important;
}

#Catalog_root__Bc4D3 .Catalog_btnDetailsCircle__Bc4D3:hover {
    background: #e2e8f0 !important;
    color: #0f172a !important;
}

#Catalog_root__Bc4D3 .Catalog_btnInquireAction__Bc4D3 {
    padding: 0.5rem 0.85rem !important;
    background: linear-gradient(135deg, #f43f5e, #f59e0b) !important;
    color: #ffffff !important;
    text-decoration: none !important;
    border-radius: 0.65rem !important;
    font-size: 0.7rem !important;
    font-weight: 700 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.35rem !important;
    box-shadow: 0 4px 6px -1px rgba(244, 63, 94, 0.1) !important;
    transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

#Catalog_root__Bc4D3 .Catalog_tabActiveYarn__Bc4D3-footer {
    background: linear-gradient(135deg, #f59e0b, #10b981) !important;
    box-shadow: 0 4px 6px -1px rgba(16, 185, 129, 0.1) !important;
}

#Catalog_root__Bc4D3 .Catalog_btnInquireAction__Bc4D3:hover {
    opacity: 0.95 !important;
    transform: translateY(-1px) !important;
}

#Catalog_root__Bc4D3 .Catalog_footerCallIcon__Bc4D3 {
    width: 0.8rem !important;
    height: 0.8rem !important;
    flex-shrink: 0 !important;
}


/* Empty search layout fallback styles */
#Catalog_root__Bc4D3 .Catalog_emptyFallback__Bc4D3 {
    background: #ffffff !important;
    border: 1px solid #f1f5f9 !important;
    border-radius: 1.5rem !important;
    padding: 3.5rem !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 1rem !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.01) !important;
}

#Catalog_root__Bc4D3 .Catalog_fallbackIcon__Bc4D3 {
    width: 3rem !important;
    height: 3rem !important;
    color: #cbd5e1 !important;
    animation: Catalog_pulseBlinking__Bc4D3 2s infinite ease-in-out !important;
}

@keyframes Catalog_pulseBlinking__Bc4D3 {
    0%, 100% { opacity: 0.6; transform: scale(1); }
    50% { opacity: 0.9; transform: scale(1.08); }
}

#Catalog_root__Bc4D3 .Catalog_fallbackText__Bc4D3 {
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    color: #64748b !important;
}

#Catalog_root__Bc4D3 .Catalog_fallbackResetBtn__Bc4D3 {
    background: transparent !important;
    border: none !important;
    color: #f43f5e !important;
    font-weight: bold !important;
    font-size: 0.75rem !important;
    text-decoration: underline !important;
    cursor: pointer !important;
    font-family: inherit !important;
}


/* ==========================================================================
   CLASS-BASED ENTRY ANIMATIONS - RenderBox Gold Standard
   ========================================================================== */

#Catalog_root__Bc4D3 .Catalog_animItem__Bc4D3 {
    opacity: 0 !important;
    transform: translateY(20px) !important;
    transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), 
                transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

#Catalog_root__Bc4D3 .Catalog_animItem__Bc4D3.Catalog_visible__Bc4D3 {
    opacity: 1 !important;
    transform: translateY(0) !important;
}
 
/* About Us Segment - Scoped for RenderBox CMS */

/* Reset and Container Scoping */
#About_root__Ac5B8,
#About_root__Ac5B8 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box !important;
}

#About_root__Ac5B8 {
    position: relative !important;
    width: 100% !important;
    padding: 4rem 1rem !important;
    background: transparent !important;
    font-family: 'Vazirmatn', 'Inter', -apple-system, BlinkMacSystemFont, &amp;amp;amp;quot;Segoe UI&amp;amp;amp;quot;, Roboto, sans-serif !important;
    direction: rtl !important;
    text-align: right !important;
}

#About_root__Ac5B8 .About_wrapper__Ac5B8 {
    max-width: 1280px !important;
    margin: 0 auto !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 4rem !important;
}

/* ================== GRID PANEL LAYOUT ================== */
#About_root__Ac5B8 .About_grid__Ac5B8 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 3rem !important;
    align-items: center !important;
}

@media (min-width: 1024px) {
    #About_root__Ac5B8 .About_grid__Ac5B8 {
        grid-template-columns: repeat(12, 1fr) !important;
    }
    
    #About_root__Ac5B8 .About_storyText__Ac5B8 {
        grid-column: span 7 !important;
    }
    
    #About_root__Ac5B8 .About_visualArea__Ac5B8 {
        grid-column: span 5 !important;
    }
}

/* ================== STORY TEXT ================== */
#About_root__Ac5B8 .About_storyText__Ac5B8 {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.5rem !important;
}

/* Badge overlay */
#About_root__Ac5B8 .About_awardBadge__Ac5B8 {
    display: inline-flex !important;
    align-self: flex-start !important;
    align-items: center !important;
    gap: 0.5rem !important;
    padding: 0.375rem 1rem !important;
    border-radius: 9999px !important;
    background: rgba(244, 63, 94, 0.08) !important;
    color: #e11d48 !important;
    border: 1px solid rgba(244, 63, 94, 0.15) !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
}

#About_root__Ac5B8 .About_badgeIcon__Ac5B8 {
    width: 1rem !important;
    height: 1rem !important;
    stroke: currentColor !important;
    stroke-width: 2 !important;
    animation: About_pulse__Ac5B8 2s infinite !important;
}

@keyframes About_pulse__Ac5B8 {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: .6; transform: scale(0.95); }
}

/* Main Heading */
#About_root__Ac5B8 .About_mainHeading__Ac5B8 {
    font-size: 1.5rem !important;
    font-weight: 900 !important;
    color: #1e293b !important;
    line-height: 1.4 !important;
}

@media (min-width: 768px) {
    #About_root__Ac5B8 .About_mainHeading__Ac5B8 {
        font-size: 2.1rem !important;
    }
}

/* Paragraphs */
#About_root__Ac5B8 .About_paragraphs__Ac5B8 {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
}

#About_root__Ac5B8 .About_paragraphs__Ac5B8 p {
    font-size: 0.84rem !important;
    line-height: 1.8 !important;
    color: #475569 !important;
    text-align: justify !important;
    font-weight: 300 !important;
}

@media (min-width: 768px) {
    #About_root__Ac5B8 .About_paragraphs__Ac5B8 p {
        font-size: 0.88rem !important;
    }
}

#About_root__Ac5B8 .About_strongAccent__Ac5B8 {
    font-weight: 800 !important;
    color: #0f172a !important;
}

/* Highlights inside grid */
#About_root__Ac5B8 .About_highlightsGrid__Ac5B8 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
    padding-top: 0.5rem !important;
}

@media (min-width: 640px) {
    #About_root__Ac5B8 .About_highlightsGrid__Ac5B8 {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

#About_root__Ac5B8 .About_highlightCard__Ac5B8 {
    padding: 1.25rem !important;
    border-radius: 1rem !important;
    background: rgba(255, 255, 255, 0.45) !important;
    border: 1px solid rgba(255, 255, 255, 0.7) !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 0.875rem !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
}

#About_root__Ac5B8 .About_highlightIconWrapper__Ac5B8 {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 2.5rem !important;
    height: 2.5rem !important;
    border-radius: 0.75rem !important;
    flex-shrink: 0 !important;
    background: rgba(255, 255, 255, 0.8) !important;
}

#About_root__Ac5B8 .About_highlightIconWrapper__Ac5B8 svg {
    width: 1.25rem !important;
    height: 1.25rem !important;
    stroke-width: 2 !important;
}

#About_root__Ac5B8 .About_emeraldIcon__Ac5B8 {
    color: #10b981 !important;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.1) !important;
}

#About_root__Ac5B8 .About_amberIcon__Ac5B8 {
    color: #f59e0b !important;
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.1) !important;
}

#About_root__Ac5B8 .About_highlightInfo__Ac5B8 {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.25rem !important;
}

#About_root__Ac5B8 .About_highlightInfo__Ac5B8 strong {
    font-size: 0.8rem !important;
    font-weight: 800 !important;
    color: #1e293b !important;
}

@media (min-width: 768px) {
    #About_root__Ac5B8 .About_highlightInfo__Ac5B8 strong {
        font-size: 0.85rem !important;
    }
}

#About_root__Ac5B8 .About_highlightInfo__Ac5B8 span {
    font-size: 0.68rem !important;
    color: #64748b !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
}

/* ================== VISUAL AREA &amp;amp;amp;amp; INFO GLASS CARD ================== */
#About_root__Ac5B8 .About_visualArea__Ac5B8 {
    position: relative !important;
    z-index: 5 !important;
}

#About_root__Ac5B8 .About_glassCard__Ac5B8 {
    padding: 1.75rem !important;
    border-radius: 1.75rem !important;
    background: rgba(255, 255, 255, 0.45) !important;
    border: 1px solid rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.05) !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 1.5rem !important;
    position: relative !important;
    z-index: 10 !important;
}

#About_root__Ac5B8 .About_visualLabel__Ac5B8 {
    font-size: 0.75rem !important;
    font-weight: 800 !important;
    color: #e11d48 !important;
}

#About_root__Ac5B8 .About_infoList__Ac5B8 {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.25rem !important;
}

#About_root__Ac5B8 .About_infoItem__Ac5B8 {
    display: flex !important;
    align-items: flex-start !important;
    gap: 0.875rem !important;
}

#About_root__Ac5B8 .About_infoItem__Ac5B8 svg {
    width: 1.15rem !important;
    height: 1.15rem !important;
    flex-shrink: 0 !important;
    stroke-width: 2 !important;
}

#About_root__Ac5B8 .About_roseIcon__Ac5B8 { color: #f43f5e !important; }
#About_root__Ac5B8 .About_amberIcon__Ac5B8 { color: #f59e0b !important; }
#About_root__Ac5B8 .About_skyIcon__Ac5B8 { color: #0ea5e9 !important; }

#About_root__Ac5B8 .About_infoTitle__Ac5B8 {
    font-size: 0.75rem !important;
    font-weight: 800 !important;
    color: #1e293b !important;
    display: block !important;
    margin-bottom: 0.125rem !important;
}

#About_root__Ac5B8 .About_infoValue__Ac5B8 {
    font-size: 0.7rem !important;
    color: #475569 !important;
    line-height: 1.6 !important;
    font-weight: 400 !important;
}

#About_root__Ac5B8 .About_monoFont__Ac5B8 {
    font-family: monospace !important;
    font-weight: bold !important;
    letter-spacing: 0.5px !important;
}

#About_root__Ac5B8 .About_hoursBanner__Ac5B8 {
    padding: 0.75rem !important;
    border-radius: 0.75rem !important;
    background: rgba(16, 185, 129, 0.08) !important;
    color: #065f46 !important;
    font-size: 0.68rem !important;
    font-weight: 700 !important;
    text-align: center !important;
    border: 1px solid rgba(16, 185, 129, 0.15) !important;
}

/* Background Glowing Blurs */
#About_root__Ac5B8 .About_abstractAmber__Ac5B8 {
    position: absolute !important;
    top: -1.5rem !important;
    right: -1.5rem !important;
    width: 8rem !important;
    height: 8rem !important;
    background: rgba(245, 158, 11, 0.15) !important;
    border-radius: 50% !important;
    filter: blur(40px) !important;
    -webkit-filter: blur(40px) !important;
    z-index: 1 !important;
    animation: About_pulse__Ac5B8 6s infinite ease-in-out !important;
}

#About_root__Ac5B8 .About_abstractRose__Ac5B8 {
    position: absolute !important;
    bottom: -1.5rem !important;
    left: -1.5rem !important;
    width: 10rem !important;
    height: 10rem !important;
    background: rgba(244, 63, 94, 0.12) !important;
    border-radius: 50% !important;
    filter: blur(40px) !important;
    -webkit-filter: blur(40px) !important;
    z-index: 1 !important;
}

/* ================== FAQ SECTION ================== */
#About_root__Ac5B8 .About_faqSection__Ac5B8 {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.75rem !important;
    padding-top: 1.5rem !important;
}

#About_root__Ac5B8 .About_faqHeading__Ac5B8 {
    font-size: 1.25rem !important;
    font-weight: 900 !important;
    color: #0f172a !important;
    text-align: center !important;
}

@media (min-width: 768px) {
    #About_root__Ac5B8 .About_faqHeading__Ac5B8 {
        font-size: 1.5rem !important;
    }
}

#About_root__Ac5B8 .About_faqList__Ac5B8 {
    max-width: 768px !important;
    margin: 0 auto !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0.75rem !important;
}

#About_root__Ac5B8 .About_faqCard__Ac5B8 {
    border-radius: 1rem !important;
    background: rgba(255, 255, 255, 0.45) !important;
    border: 1px solid rgba(255, 255, 255, 0.7) !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
}

#About_root__Ac5B8 .About_faqCard__Ac5B8:hover {
    background: rgba(255, 255, 255, 0.6) !important;
}

#About_root__Ac5B8 .About_faqButton__Ac5B8 {
    width: 100% !important;
    padding: 1.25rem !important;
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    background: transparent !important;
    border: none !important;
    cursor: pointer !important;
    text-align: right !important;
    font-family: inherit !important;
}

#About_root__Ac5B8 .About_faqQuestion__Ac5B8 {
    font-size: 0.78rem !important;
    font-weight: 800 !important;
    color: #1e293b !important;
    padding-left: 1rem !important;
}

@media (min-width: 768px) {
    #About_root__Ac5B8 .About_faqQuestion__Ac5B8 {
        font-size: 0.85rem !important;
    }
}

#About_root__Ac5B8 .About_chevronIcon__Ac5B8 {
    width: 1rem !important;
    height: 1rem !important;
    flex-shrink: 0 !important;
    color: #94a3b8 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), color 0.3s ease !important;
}

#About_root__Ac5B8 .About_chevronIcon__Ac5B8 svg {
    width: 1rem !important;
    height: 1rem !important;
    stroke: currentColor !important;
}

/* Active FAQ Class Actions */
#About_root__Ac5B8 .About_faqCard__Ac5B8.About_activeFaq__Ac5B8 {
    background: rgba(255, 255, 255, 0.75) !important;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.03) !important;
    border-color: rgba(244, 63, 94, 0.2) !important;
}

#About_root__Ac5B8 .About_faqCard__Ac5B8.About_activeFaq__Ac5B8 .About_chevronIcon__Ac5B8 {
    transform: rotate(180deg) !important;
    color: #f43f5e !important;
}

/* Answer Wrapper Transition Panel */
#About_root__Ac5B8 .About_faqAnswerWrapper__Ac5B8 {
    max-height: 0 !important;
    overflow: hidden !important;
    transition: max-height 0.4s cubic-bezier(0.19, 1, 0.22, 1), padding 0.4s ease !important;
    padding: 0 1.25rem !important;
}

#About_root__Ac5B8 .About_faqCard__Ac5B8.About_activeFaq__Ac5B8 .About_faqAnswerWrapper__Ac5B8 {
    max-height: 300px !important;
    padding: 0 1.25rem 1.25rem 1.25rem !important;
}

#About_root__Ac5B8 .About_faqAnswer__Ac5B8 {
    font-size: 0.75rem !important;
    line-height: 1.8 !important;
    color: #475569 !important;
    font-weight: 300 !important;
}

@media (min-width: 768px) {
    #About_root__Ac5B8 .About_faqAnswer__Ac5B8 {
        font-size: 0.82rem !important;
    }
}

/* ================== CLASS-BASED ENTRY ANIMATIONS ================== */
#About_root__Ac5B8 .About_animate-in__Ac5B8 {
    opacity: 0 !important;
}

#About_root__Ac5B8 .About_slide-up__Ac5B8 {
    transform: translateY(30px) !important;
}

#About_root__Ac5B8 .About_animate-in__Ac5B8.About_animated__Ac5B8 {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}

#About_root__Ac5B8 .About_grid__Ac5B8,
#About_root__Ac5B8 .About_faqSection__Ac5B8 {
    transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1),
                transform 1s cubic-bezier(0.19, 1, 0.22, 1) !important;
}
 
            body{
                position: relative;
            }
            .dno{
                display: none!important;
            }
            .public-header{
                position: relative;
                transition:5s;
            }
            .absolute-container{
                background-color: #0369A1 ;
                border-radius: 7px;
                position: fixed;
                top: 50%;
                left: 2%;
                transform: translateY(-50%);
                padding: 10px;
                z-index: 4900;
            }
            .social-absolute{
                position: relative;
                padding: 10px 0;
                border-bottom: 1px solid rgba(0, 0, 0, .1);
                box-sizing: content-box;
                width: 32px;
                height: 32px;
            }
            .social-absolute:last-child {
                border-bottom: none !important;
            }
            .social-absolute img{
                width: 32px;
                height: 32px;
            }
            .absolute-tooltip{
                position: relative;
                transition: all 0.5s;
                border-radius: 0 7px 7px 0;
                font-size: 14px;
                overflow: hidden;
                white-space: nowrap;
            }
            .absolute-tooltip > span{
                padding: 10px 20px;
                display: block;
            }
            .tooltip-shake{
                display: block;
                width: 100%;
                height: 100%;
            }
            .tooltip-shake:before,
            .tooltip-shake:after {
                position: absolute;
                content: "";
                opacity: 0;
                transition: all 0.4s ease;
                color: #fff;
                font-weight: bold;
            }
            .tooltip-shake:before {
                content: attr(data-tooltip);
                background: #fff;
                width: 0;
                padding: 0;
                font-size: 0.9rem;
                top: 50%;
                left: calc(32px + 32px);
                border-radius: 5px;
                transform: translateY(-50%);
                overflow: hidden;
                white-space: nowrap;
            }
            .tooltip-shake:after {
                border-width: 8px 10px 8px 0;
                border-style: solid;
                border-color: transparent #fff transparent transparent;
                top: 50%;
                left: calc(32px + 24px);
                transform: translateY(-50%);
            }
            .tooltip-shake:hover::before,
            .tooltip-shake:hover::after {
                opacity: 1;
                overflow: hidden;
                white-space: nowrap;
                transform: translate(0, -50%);
            }
            .tooltip-shake:hover::before {
                width: max-content;
                padding: 10px 25px;
            }
            @keyframes shake {
                0% {
                    transform: rotate(2deg);
                }
                50% {
                    transform: rotate(-3deg);
                }
                70% {
                    transform: rotate(3deg);
                }
                100% {
                    transform: rotate(0deg);
                }
            }
            .social-absolute:hover {
                animation: shake 500ms ease-in-out forwards;
            }
            
                .public-header{
                    width: 100%;
                    background: #fff;
                    background-size: auto;
                    background-repeat: no-repeat;
                }
            
            .adv-banner-container{
                width: 100%;
                height: 0px;
            }
            .adv-banner-container .adv-item{
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
            .top-bar-container{
                width: 100%;
                min-height: 40px;
                height: 40px;
                background: #0369A1 ;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
            }
            .top-bar{
                width: 1200px;
                height: 100%;
                margin: auto;
                padding: 0 8px;
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
            }
            .top-item{
                height: 100%;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .info-container{
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .info-container img{
                width: 16px;
                height: 16px;
            }
            .info-container > span{
                display: inline-flex;
            }
            .top-info,
            .top-social{
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-social{
                padding: 5px 0;
            }
            .top-social li a img{
                width: 32px;
                height: 32px;
            }
            .top-social li a span{
                font-size: 15px;
                font-weight: 600;
                color: #fff;
            }
            .top-list{
                width: max-content;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                margin: 0  8px;
            }
            .top-list:hover{
                color: #f5f5f5;
            }
            
                .top-list:first-child{
                    margin-right : 0;
                }
                .top-list:last-child{
                    margin-left : 0;
                }
            
            .arrow-menu-container{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
            }
            .top-list a span,
            .top-list span{
                color: #fff;
                font-weight: bold;
                font-size: 16px;
            }
            .top-list a img,
            .top-list span img{
                margin: 0 5px;
                width: 24px;
                height: 24px;
                object-fit: contain;
            }
            .top-list:first-child a img,
            .top-list:first-child span img{
                margin-right: 0;
            }
            .top-navbar{
                height: 100%;
                background: ;
            }
            .top-nav-list{
                position: relative;
                height: 100%;
                padding: 0 20px;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-nav-list a span,
            .top-nav-list span{
                color: #fff;
                font-size: 15px;
                font-weight: 400;search
            }
            .top-nav-list:hover{
                background-color: ;
            }
            .top-nav-list .arrow-menu-container svg{
                fill: #fff;
            }
            .top-nav-list:hover a span,
            .top-nav-list:hover span,
            .top-nav-list:hover .arrow-menu-container svg{
                color: ;
                fill: ;
            }
            .top-nav-list .icon-title-part{
                padding-left: 5px;
            }
            .top-sub-nav > .top-sub-list a span,
            .top-sub-nav > .top-sub-list span{
                color: ;
            }
            .top-sub-nav > .top-sub-list:hover a span,
            .top-sub-nav > .top-sub-list:hover span{
                color: ;
            }
            
            .top-sub-nav{
                flex-direction: column;
                justify-content: center;
                align-content: flex-start;
                position: absolute;
                z-index: 4999;
                min-width: 150px;
                width: max-content;
                background: ;
                clip: rect(1px, 1px, 1px, 1px);
                opacity: 0.1;
                transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                            opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                transform: translateY(-10px) scaleY(0.5);
                transform-origin: top;  
                border-radius: 0;
            }
            .top-nav-list:hover > .top-sub-nav{
                display: flex;
                top: 100%;
                clip: auto;
                opacity: 1;
                transform: translateY(0) scaleY(1);
            }
            
        
                .top-nav-list:hover > .top-sub-nav{
                    right: 0;
                }
                .top-sub-list{
                    border-left: 5px solid  ;
                }
            
            .top-sub-list{
                width: 100%;
                padding: 8px 20px;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-sub-list:hover{
                background: ;
            }
            .header-container{
                display: grid;
                width: 1200px;
                margin: auto;
                height: auto;
                grid-template-rows: 1fr 1fr;  
                grid-template-columns: 1fr 3fr 1fr;
                grid-template-areas: 
                    "top-1 top-2 top-3"
                    "bottom-1 bottom-2 bottom-3"; 
                padding-top: 5px;
                padding-bottom: 5px;
                padding-left: 8px;
                padding-right: 8px;
            }
            .top-section-1{
                grid-area: top-1;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-section-2{
                grid-area: top-2;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-section-3{
                grid-area: top-3;
                display: flex;
                flex-direction: row;
                justify-content: flex-end;
                align-items: center;
            }
            .logo-container{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                width: 100%;
                height: 100%;
                padding: 0px  0px;
            }
            .logo-container img{
                display: block;
                width: 150px;
                height: 100px;
                max-width: 150px;
                max-height: 100px;
                object-fit: contain;
            }
            .nav-container{
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
                box-sizing: border-box;
                margin: 0 10px;
            }
            .nav-container > .navbar{
                width: 100%;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
                background: #fff;
                box-sizing: border-box;
                border: px  solid  ;
                border-radius: 3px;
                padding: 0 !important;
            }
            
                .nav-container > .navbar{
                    margin-left: calc(0px + 10px);
                }
            
            .max-height{
                height: 700px;
                overflow-x:hidden;
                overflow-y: auto;
                display:flex!important;
                flex-direction: column!important;
                justify-content: flex-start!important;
            }
            .nav-container .navbar .nav-list{
                padding: 10px 18px;
                min-height: 45px;
                position: relative;
                list-style: none;
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-content: center;
                box-sizing: border-box;
            }
            .nav-container .navbar .nav-list.active{
                background-color: #0369A190;
            }
            .nav-container .navbar .nav-list.active a,
            .nav-container .navbar .nav-list.active span{
                color: ;
            }
            
            .nav-container .navbar .nav-list .icon-title-part{
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .nav-container .navbar .nav-list .icon-title-part img{
                width: 24px;
                height: 24px;
                margin: 0 5px;
            }
            .nav-container .navbar .nav-list .overflow-menu{
                justify-content: center !important;
            }
            .nav-container .navbar .nav-list:hover{
                background-color: ;
                box-sizing: border-box;
            }
            .nav-container .navbar .nav-list:hover a,
            .nav-container .navbar .nav-list:hover span{
                color:  ;
            }
            .nav-container .navbar .nav-list img{
                width: 32px;
                height: 32px;
            }
            .nav-container .navbar .nav-list a,
            .nav-container .navbar .nav-list span{
                text-decoration: none;
                font-size: 18px;
                color: #0369A1 ;
            }
            .nav-container .navbar .nav-list.base-level:hover > .navbar.navbar-sub,
            .nav-container .navbar .nav-list:hover > .overflow-menu > .navbar.navbar-sub{
                display: flex;
                top: 45px;
                clip: auto;
                opacity: 1;
                transform: translateY(0) scaleY(1);
            }
            .nav-container .navbar .nav-list:hover > .navbar.navbar-sub{
                display: flex;
                right: calc(100%  +  5px);
                top: 0;
                clip: auto;
                opacity: 1;
                transform: translateY(0) scaleY(1);
            }
            
                    .nav-container .navbar.navbar-sub{
                        position: absolute;
                        z-index: 4999;
                        background: #f0f0f0;
                        clip: rect(1px, 1px, 1px, 1px);
                        opacity: 0.1;
                        transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                                    opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                        transform: translateY(-10px) scaleY(0.5);
                        transform-origin: top;  
                        border-radius: 0;
                    }
                    .nav-container .navbar.navbar-sub{
                        flex-direction: column;
                        justify-content: center;
                        align-content: flex-start;
                        min-width: 150px;
                        width: max-content;
                    }
                    .nav-container .navbar .nav-list.base-level:hover > .navbar.navbar-sub,
                    .nav-container .navbar .nav-list:hover > .overflow-menu > .navbar.navbar-sub{
                        right: 0;
                    }
                    .nav-container .navbar .nav-list:hover > .navbar.navbar-sub{
                        right: calc(100%  +  5px);
                    }
                    .nav-container .navbar.navbar-sub .nav-list{
                        width:200px;
                        border-left: 5px solid #0369A1;
                    }
                
            .arrow-icon-menu{
                width: 8px;
                height: 8px;
            }
            .arrow-icon-menu.arrow-bottom{
                transform: rotate(90deg);
            }
            
                .arrow-menu-container{
                    margin-right: 5px;
                }
                .arrow-icon-menu.arrow-right,
                .overflow-list .arrow-icon-menu.arrow-bottom{
                    transform: rotate(180deg);
                }
                .nav-container .navbar .nav-list:first-child:hover{
                    border-radius: 0 3px 3px 0;
                }
                .nav-container .navbar .nav-list:last-child:hover{
                    border-radius: 3px 0 0 3px;
                }
            
            .nav-container .navbar .nav-list.base-level svg,
            .nav-container .navbar .nav-list .overflow-menu svg{
                fill: #0369A1 ;
            }
            .nav-container .navbar .nav-list.base-level:hover svg{
                fill: ;
            }
            .sub-menu-container{
                position: absolute;
                min-width: 150px;
                background-color: #f0f0f0;
                color: #fff;
                top: 32px;
                right: 0;
                z-index: 4999;
               /* display: none;*/
            } 
            /*.sub-navbar{
                width: 100%;
                height: 100%;
            }*/
            .nav-container .navbar.navbar-sub .nav-list img{
                width: 16px;
                height: 16px;
            }
            .nav-container .navbar.navbar-sub .nav-list a,
            .nav-container .navbar.navbar-sub .nav-list span{
                color: #000000;
                font-size: 14px;
            }
            .nav-list.with-sub-menu:hover .sub-menu-container{
                display: block;
            }
            .nav-container .navbar.navbar-sub .nav-list .arrow-menu-container svg{
                fill: #000000;
            }
            .active{
                background-color: #0369A190;
            }
            .active a{
                color: ;
            }     
            .icon-container{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-content: center;
            }
            .icon-container .icon-item{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-content: center;
                box-sizing: border-box;
                min-height: 45px;
                margin: 0 5px;
            }
            
                .icon-container .icon-item:first-child{
                    margin-right: 0 !important;
                }
                .icon-container .icon-item:last-child{
                    margin-left: 0 !important;
                }
                
            
            .icon-container .icon-item a{
                border: 0px  solid  ;
            }
            .icon-container .icon-item.basket-icon{
                position: relative;
                color: #fff;
                min-width: 45px;
                min-height: 45px;
                outline: none;
                border-radius: 3px;
                background: #0369A1 ;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                cursor: pointer;
                text-decoration: none;
                margin: 0 10px;
            }
            .icon-container .icon-item .icon-shortcut{
                color: #fff;
                min-width: 45px;
                min-height: 45px;
                margin: 0;
                outline: none;
                border-radius: 3px;
                background: #0369A1 ;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                transition: .4s;
                cursor: pointer;
                text-decoration: none;
            }
            
            .basket-shop{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                width: 45px;
                height: 45px;
                border-radius: 3px;
            }
            .icon-container .icon-item .icon-shortcut:hover svg,
            .icon-container .icon-item .icon-shortcut:hover .add-item-to-cart.open span
            {
                fill: #fff;
                color: #fff;
            }
            
                .icon-container .icon-item.basket-icon .add-item-to-cart{
                    color: #fff;
                    border-radius: 3px;
                    background: #0369A1 ;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    transition: .4s;
                    cursor: pointer;
                    box-sizing: content-box;
                    border: 0px  solid  ;
                }
                
                    .icon-container .icon-item.basket-icon .add-item-to-cart{
                        border-left: none !important;
                    }
                    .border-basket{
                        border-right: none !important;
                    }
                
                    .icon-container .icon-item:hover > span,
                    .icon-container .icon-item.login-icon:hover span{
                        color: #fff;
                    }
                    .icon-container .icon-item.basket-icon .icon-shortcut:hover,
                    .icon-container .icon-item.login-icon .icon-shortcut:hover,
                    
                    .icon-container .icon-item.basket-icon .icon-shortcut:hover .add-item-to-cart{
                       background: #0369A190;
                    }
                    .icon-container .icon-item.basket-icon .add-item-to-cart.open{
                        width: 45px;
                        border-radius: 0 3px 3px 0;
                        display: flex;
                        flex-direction: row;
                        justify-content: center;
                        align-items: center;
                    }
                    .icon-container .icon-item.basket-icon:hover .add-item-to-cart.open{
                        background: #0369A190;
                    }
                    .icon-container .icon-item.basket-icon .add-item-to-cart.open:hover span{
                        color: #fff;
                    }
                    .icon-container .icon-item.basket-icon .add-item-to-cart.open + .icon-shortcut{
                        border-radius: 3px 0 0 3px;
                    }
                    .icon-container .icon-item.lang-icon .icon-shortcut:hover{
                        background: #0369A190;
                    }
                    .icon-container .icon-item.search-icon .icon-shortcut .search-container .search-btn:hover{
                        background: #0369A190;
                    }
                 
            .icon-container .icon-item svg{
                width: 25px;
                height: 25px;
            
                fill: #fff;
            
            }
            .icon-container .icon-item.login-icon{
                position: relative;
            }
            /*.icon-container .icon-item.login-icon .icon-shortcut{
                width: 100%;
                height: 100%;
            }*/
            .icon-container .icon-item.login-icon .icon-login{
                width: 25px;
                height: 25px;
            }
            #div_profile_picture, 
            #div_profile_picture_metro {
                display: block;
                width: 0 !important;
                height: 0 !important;
                line-height: unset !important;
            }
            #div_profile_picture .rShowLogin{
                position: absolute;
                top: 0;
                left: 0;
                width: 0;
                height: 0;
                z-index: -1000;
            }
            #div_profile_picture .login-container{
                display: none !important;
            }
            #div_profile_picture #profile_picture,
            #div_profile_picture #profile_exit{
                display: none !important;
            }
        
                .icon-container .icon-item.login-icon{
                    color: #fff;
                    /*width: 90px !important;*/
                    min-height: 45px;
                    outline: none;
                    border-radius: 3px;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    cursor: pointer;
                    text-decoration: none;
                    box-sizing: content-box;
                    border: 0px  solid  ;
                }
                .icon-container .icon-item.login-icon .status-user,
                .icon-container .icon-item.login-icon .icon-login{
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    text-align: center;
                    margin: 0 5px;
                    font-size:14px;
                }
            
            .public-header .bottom-section-1{
                grid-area: bottom-1;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .public-header .bottom-section-2{
                grid-area: bottom-2;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .public-header .bottom-section-3{
                grid-area: bottom-3;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            
                .icon-container .icon-item{
                    width: unset;
                    height: unset;
                }
                .search-icon{
                    position: relative;
                }
                .search-container {
                    display: flex;
                    flex-direction: row;
                    justify-content: flex-end;
                    align-items: center;
                    height: 100%;
                    position: relative;
                    border-radius: 3px;
                    min-width: 45px;
                }
                .search-container > .search-btn svg,
                .search-container > .close-search-btn svg{
                    fill: #fff;
                }
                .search-container > .search-btn:hover svg,
                .search-container > .close-search-btn:hover svg{
                    fill: #fff;
                }
                .search-btn {
                    color: #fff;
                    width: 45px;
                    height: 45px;
                    margin: 0;
                    outline: none;
                    border-radius: 3px;
                    background: #0369A1 ;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    transition: .8s;
                    cursor: pointer;
                    text-decoration: none;
                    border: 0px  solid  transparent;
                }
                
                .icon-container .icon-item img{
                    width: 25px;
                    height: 25px;
                    object-fit:contain;
                }
                
                    .search-container.open-search-box .search-btn{
                        border-radius: 3px 0 0 3px !important;
                    }
                    .search-container.open-search-box .close-search-btn{
                        border-radius: 0 3px 3px 0 !important;
                    }
                 
                .search-btn,
                .search-command,
                .close-search-btn{
                    box-sizing: content-box;
                }
                .search-btn > svg {
                    fill: #fff;
                }
                .cls-pls::placeholder{
                    color: ;
                }
                .search-input {
                    padding: 0;
                    height: 100%;
                    background: #0369A1 ;
                    color: #fff;
                    font-size: 14px;
                    font-weight: normal;
                    transition: all 1s ease-in-out;
                    width: 0;
                    position: absolute;
                    top: 0;
                    overflow: hidden;
                    white-space: nowrap;
                    border: 0px  solid  transparent;
                }
                
                .open-search-box > .search-input{
                    padding : 10px 48px;
                }
                
                    .search-input {
                        left: calc(0px + 45px);
                        border-right: none;
                        border-left: none;
                    }
                
                        .search-container.open-search-box .search-btn{
                            border-radius: 3px 0 0 3px !important;
                        }
                        .search-container.open-search-box .close-search-btn{
                            border-radius: 0 3px 3px 0 !important;
                        }
                        .search-container.open-search-box .search-input{
                            border-radius: 0 3px 3px 0 !important;
                        }
                    
                .close-search-btn{
                    position: absolute;
                    color: #fff;
                    width: 45px;
                    height: 45px;
                    margin: 0;
                    outline: none;
                    border-radius: 3px;
                    background: #0369A1 ;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    cursor: pointer;
                    box-sizing: border-box;
                    box-sizing: border-box;
                }
                .close-search-btn svg{
                    fill: #fff;
                }
            
            .sticky{
                width: 100vw;
                height: max-content;
                position: fixed;
                top: 0;
                right: 0;
                left: 0;
                z-index: 999;
                padding: 2vh 8vw;
                transition: .8s;
                background-color: #ddd !important;
            }
            .public_sticky{
                width: 100%;
                height: max-content;
                position: fixed;
                top: 0;
                right: 0;
                left: 0;
                z-index: 1001;
            }
            .d-none{
                display: none !important;
            }
            .border-left-n{
                border-left: none !important;
            }
            .border-right-n{
                border-right: none !important;
            }
            .w-1200px{
                width: 1200px !important;
                margin: auto;
            }
            .lang-icon{
                position: relative;
            }
            .language-container .lang-btn{
                width: 25px;
                height: 25px;
            }
            .lang-list-container{
                width: max-content;
                height: max-content;
                padding-top: 20px;
                position: absolute;
                top: 35px;
                left: 50%;
                clip: rect(1px, 1px, 1px, 1px);
                opacity: 0.1;
                transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                            opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                transform: translate(-50%, 0) scaleY(0.5);
                transform-origin: top;
                z-index: 100;
            }
            .lang-list{
                position: relative;
                width: max-content;
                height: max-content;
                padding: 10px;
                background: #2c3e50;
                border-radius: 3px;
            }
            .lang-list::after{
                content: "";
                position: absolute;
                top: -8px;
                left: 50%;
                transform: translateX(-50%);
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: 10px solid #2c3e50;
                display: block;
            }
            .lang-nav{
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: flex-start;
            }
            .lang-nav .lang-li{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                list-style: none;
                width: max-content;
                margin: 5px 0;
                
            }
            .lang-nav .lang-li a{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
            }
            .lang-nav .lang-li img{
                width: 25px;
                height: 25px;
                object-fit: cover;
                margin: 0 4px;
            }
            .lang-nav .lang-li span{
                text-transform: uppercase;
                line-height: 2.5;
                font-size: 14px;
                margin: 0 4px;
                color: #fff;
            }
            .lang-nav .lang-li a{
                color: #fff;
            }
            .lang-nav .lang-li span:hover{
                cursor: pointer;
                color: #fff;
            }
            .lang-nav .lang-li .lang-active{
                font-weight: bold;
                color: #e84118;
            }
            .icon-item.lang-icon:hover .lang-list-container{
                clip: auto;
                opacity: 1;
                transform: translate(-50%, 0) scaleY(1);
            }
            /*---------------------------------------------------------------------------------*/
            .link-profile-container{
                width: max-content;
                height: max-content;
                padding-top: 20px;
                position: absolute;
                top: 35px;
                left: 50%;
                clip: rect(1px, 1px, 1px, 1px);
                opacity: 0.1;
                transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                            opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                transform: translate(-50%, 0) scaleY(0.5);
                transform-origin: top;
                z-index: 100;
            }
            .link-profile-container .link-wrapper{
                position: relative;
                width: max-content;
                height: max-content;
                padding: 10px 25px;
                background: #2c3e50;
                border-radius: 3px;
            }
            .link-profile-container .link-wrapper a{
                color: #fff;
            }
            .link-profile-container .link-wrapper a:hover{
                cursor: pointer;
                color: #fff;
            }
            .link-profile-container .link-wrapper::after{
                content: "";
                position: absolute;
                top: -8px;
                left: 50%;
                transform: translateX(-50%);
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: 10px solid #2c3e50;
                display: block;
            }
             .icon-item.login-icon:hover .link-profile-container{
                clip: auto;
                opacity: 1;
                transform: translate(-50%, 0) scaleY(1);
            }
            
            .backTop{
                display: flex !important;
            }
            #back_to_top{
                display: none;
                position: fixed;
                transition: 800ms;
                right: 30px;
                left: unset;
                bottom: 50px;
                z-index: 100;
                border-radius: 100%;
                border: 3px  solid  #f759ab;
                padding: 15px;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                background-color: #d3adf7;
            }
            #back_to_top svg{
                width: 15px;
                height: 15px;
                fill: #f759ab;
            }
            #back_to_top img{
                width: 15px;
                height: 15px;
                fill: #f759ab;
                object-fit:contain;
            }
            .search-btn img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
            .basket-shop img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
            .lang-btn img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
            .icon-login img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
        
                    .header-container{
                        grid-template-rows: auto;  
                        grid-template-columns: 150px minmax(auto, 100%) auto;
                        grid-template-areas: 
                            "top-1 top-2 top-3"; 
                        background-color: transparent;
                        background-image: unset;
                    }
                    .top-section-1{
                        justify-content: flex-start;
                    }
                    .top-section-2{
                        justify-content: center;
                    }
                    .top-section-3{
                        justify-content: flex-end;
                    }
                    .logo-container{
                        justify-content: flex-start;
                    }
                    .nav-container{
                        padding: 15px;
                        justify-content: center;
                    }
                    .nav-container .navbar{
                        justify-content: center;
                    }
                    .width-full{
                        width: 43vw !important;
                    }
                
            #msg_footer.msg_footer,
            #msg_footer_complete.msg_footer{
                position: fixed;
                top: 50px;
                right: 10px;
                width: 400px;
                height: 50px;
                z-index: 10000;
                border-radius: 3px;
            }

            #msg_footer .d_flex,
            #msg_footer_complete .d_flex{
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
                height: 100%;
                padding: 0 15px;
            }

            #msg_footer.green_msg_footer {
                background-color: #d4edda;
                border: 1px solid #c3e6cb;
                color: #155724;
            }

            #msg_footer.red_msg_footer,
            #msg_footer_complete.red_msg_footer{
                background-color: #f8d7da;
                border: 1px solid #f5c6cb;
                color: #721c24;
            }

            #msg_footer .close_msg,
            #msg_footer_complete .close_msg{
                cursor: pointer;
                font-size: 25px;
                padding-right: 15px;
            }

            #msg_footer .close_msg:hover,
            #msg_footer_complete .close_msg:hover{
                color: #000;
            }
            
            .border_red{
                border: 1px solid #e20000;
            }
            footer a{
                color: inherit;
            }
        .dno{display:none!important;}
            #body_popup_1,#body_popup_2{
                position:fixed;
                display:flex;
                text-align:center;
                top:0;
                bottom:0;
                right:0;
                left:0;
                z-index:99999;
                visibility:hidden;
                opacity: 0;
                background:rgba(0,0,0,0.5);
            }
            #body_popup_1.open-popup,#body_popup_2.open-popup{
                visibility:visible;
                opacity: 1;
            }
            #body_popup_1 > div,#body_popup_2 > div{
                display:block;
                background:#fff;
                padding:10px;
                margin:auto;
                transform:translateY(-150px);
                -webkit-transition:transform .3s;-moz-transition:transform .3s;-ms-transition:transform .3s;-o-transition:transform .3s;transition:transform .3s;
                text-align:center;
                border-radius:10px;
                position:relative;
                z-index:999999;
            }
            #body_popup_1.open-popup > div,#body_popup_1.open-popup > div{
                transform:translateY(0);
            }
            #body_popup_1 .icon-close-popup{
                position:absolute;
                font-size:30px;
                height:30px;
                width:30px;
                border-radius:50%;
                color:red;
                top:-10px;
                right:-10px;
                background-color:transparent;
                z-index:9999;
            }
            #body_popup_1 .icon-close-popup i{
                position:absolute;
                top:0;
                right:0;
            }
            #body_popup_1 .container-html{
                height:100%;
                overflow:auto;
                max-height:90vh;
            }
            #body_popup_1 .container-html::-webkit-scrollbar{
                width:5px;
                height:100%;
            }
            #body_popup_1 .container-html::-webkit-scrollbar-track{
                background-color:transparent;
            }
            #body_popup_1 .container-html::-webkit-scrollbar-thumb{
                background-color:#777;
                border-radius:20%;
            }
            #body_popup_1 .icon-close-popup{
                color:#fff;
                top:0;
                right:0;
            }
            #module_waiting_box{
                position:fixed;
                background:rgba(256,256,256,0.8);
                width:100%;
                height:100%;
                -webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;transition:.3s;
                top:0;
                right:0;
                opacity:0;
                z-index:9999999999999;
                visibility:hidden;
            }
            #module_waiting_box.show-waiting{
                visibility:visible;
                opacity:1;
            }
            #module_waiting_box .spinner {
              margin: 100px auto 0;
              width: 70px;
              text-align: center;
            }
            
            #module_waiting_box .spinner > div {
              width: 18px;
              height: 18px;
              background-color: #333;
              border-radius: 100%;
              display: inline-block;
              -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
              animation: sk-bouncedelay 1.4s infinite ease-in-out both;
            }
            
            #module_waiting_box .spinner .bounce1 {
              -webkit-animation-delay: -0.35s;
              animation-delay: -0.35s;
            }
            
            #module_waiting_box .spinner .bounce2 {
              -webkit-animation-delay: -0.16s;
              animation-delay: -0.16s;
            }
            
            @-webkit-keyframes sk-bouncedelay {
              0%, 95%, 100% { -webkit-transform: scale(0) }
              50% { -webkit-transform: scale(1.0) }
            }
            
            @keyframes sk-bouncedelay {
              0%, 95%, 100% { 
                -webkit-transform: scale(0);
                transform: scale(0);
              } 50% { 
                -webkit-transform: scale(1.0);
                transform: scale(1.0);
              }
            }
        body{direction: rtl;text-align: right;}