/*
Theme Name: Blocksy Child
Theme URI: https://creativethemes.com/blocksy/
Template: blocksy
Author: CreativeThemes
Author URI: https://creativethemes.com
Description: Blocksy is a fast, modern WordPress theme with advanced WooCommerce support and full compatibility with the block editor.
Tags: accessibility-ready,blog,block-patterns,e-commerce,wide-blocks,block-styles,grid-layout,one-column,two-columns,three-columns,four-columns,right-sidebar,left-sidebar,translation-ready,custom-colors,custom-logo,custom-menu,featured-images,footer-widgets,full-width-template,theme-options,threaded-comments
Version: 2.1.45.1781353039
Updated: 2026-06-13 17:47:19

*/
    #carousel img{
    width:100%;
    height:100%;
    object-fit:cover;
}
        .parallax-bg {
            background-attachment: fixed;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }
        
        .material-symbols-outlined {
            font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
        }

        .scroll-reveal {
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.8s ease-out;
        }

        .scroll-reveal.active {
            opacity: 1;
            transform: translateY(0);
        }

        .glass-surface {
            background: rgba(255, 255, 255, 0.7);
            backdrop-filter: blur(16px);
            border: 1px solid rgba(124, 91, 174, 0.1);
        }

        .frost-hover {
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .frost-hover:hover {
            background: rgba(255, 255, 255, 0.9);
            border-color: rgba(124, 91, 174, 0.3);
            transform: translateY(-4px);
            box-shadow: 0 20px 40px -20px rgba(124, 91, 174, 0.2);
        }

        .shimmer-btn {
            position: relative;
            overflow: hidden;
        }

        .shimmer-btn::after {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: linear-gradient(
                to bottom right,
                rgba(255, 255, 255, 0) 0%,
                rgba(255, 255, 255, 0) 40%,
                rgba(255, 255, 255, 0.4) 50%,
                rgba(255, 255, 255, 0) 60%,
                rgba(255, 255, 255, 0) 100%
            );
            transform: rotate(45deg);
            transition: all 0.3s;
            opacity: 0;
        }

        .shimmer-btn:hover::after {
            opacity: 1;
            animation: shimmer 1.5s infinite;
        }

        @keyframes shimmer {
            0% { transform: translate(-30%, -30%) rotate(45deg); }
            100% { transform: translate(30%, 30%) rotate(45deg); }
        }

        /* Enhanced Fabric Card Transitions */
        .fabric-overlay-text {
            transform: translateY(-50px);
            opacity: 0;
            transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.8s ease;
        }

        .fabric-card-container.in-view .fabric-overlay-text {
            transform: translateY(0);
            opacity: 1;
        }

        .fabric-card-container.exit-view .fabric-overlay-text {
            transform: translateY(-100px);
            opacity: 0;
        }

        .no-scrollbar::-webkit-scrollbar {
            display: none;
        }
        .no-scrollbar {
            -ms-overflow-style: none;
            scrollbar-width: none;
        }
        

        /* Liquid Background Placeholder Simulation */
        #liquid-bg-canvas {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            pointer-events: none;
            background: radial-gradient(circle at 50% 50%, #FAF8FF 0%, #F4F1FA 100%);
            opacity: 0.5;
        }
        .lilyee-exchange h1{
    font-size:42px;
    font-weight:600;
    color:#504E4A;
    margin-bottom:10px;
}

.order-details{
    color:#666;
    line-height:1.8;
}

.exchange-card h3{
    font-size:28px;
    font-weight:600;
    color:#504E4A;
}
/* =====================================================
   LILYEE FAQ PAGE
===================================================== */
