@import url(https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&family=Montserrat:wght@300;400;500;600&family=Amiri:wght@400;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap);:root{--primary:#d4a5a5;--primary-dark:#c08e8e;--primary-darker:#a67676;--primary-light:#e8c4c4;--primary-lighter:#f5e6e6;--primary-lightest:#fdf8f8;--accent:#b8d4be;--accent-dark:#9bc4a3;--accent-light:#d4e8d8;--accent-lighter:#edf5ef;--secondary:#c9b8d4;--secondary-dark:#b5a0c4;--secondary-light:#e0d6e8;--warm:#e8c9b8;--warm-dark:#d4b5a0;--warm-light:#f5e6dc;--text-dark:#4a3f3f;--text-primary:#5c4f4f;--text-secondary:#7a6b6b;--text-muted:#9a8b8b;--text-light:#b8a8a8;--bg-primary:#fffbfb;--bg-secondary:#fdf8f8;--bg-tertiary:#f8f0f0;--bg-card:#fff;--bg-hover:#f5eded;--border-light:#f0e4e4;--border-medium:#e0d0d0;--border-dark:#d0c0c0;--success:#a8d4a8;--success-dark:#8bc48b;--success-light:#d4eed4;--warning:#e8d4a8;--warning-dark:#d4c08b;--warning-light:#f5eed4;--error:#e8a8a8;--error-dark:#d48b8b;--error-light:#f5d4d4;--info:#a8c4d4;--info-dark:#8bb0c4;--info-light:#d4e4ee;--shadow-sm:0 2px 8px #4a3f3f0f;--shadow-md:0 4px 16px #4a3f3f14;--shadow-lg:0 8px 32px #4a3f3f1a;--shadow-xl:0 16px 48px #4a3f3f1f;--shadow-primary:0 4px 16px #d4a5a54d;--shadow-primary-lg:0 8px 32px #d4a5a566;--gradient-primary:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);--gradient-primary-light:linear-gradient(135deg,var(--primary-light) 0%,var(--primary) 100%);--gradient-soft:linear-gradient(180deg,var(--bg-primary) 0%,var(--bg-tertiary) 100%);--gradient-card:linear-gradient(180deg,#fff 0%,var(--bg-secondary) 100%);--gradient-accent:linear-gradient(135deg,var(--accent) 0%,var(--accent-dark) 100%);--gradient-warm:linear-gradient(135deg,var(--warm) 0%,var(--warm-dark) 100%);--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--transition-fast:0.15s ease;--transition-normal:0.3s ease;--transition-slow:0.5s ease;--transition-bounce:0.4s cubic-bezier(0.4,0,0.2,1)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fffbfb;color:#5c4f4f;color:var(--text-primary);font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::selection{background-color:#e8c4c4;background-color:var(--primary-light);color:#4a3f3f;color:var(--text-dark)}:root{--primary-color:var(--text-dark);--secondary-color:var(--warm);--accent-color:var(--primary-light);--accent-dark:var(--primary);--sage-green:var(--accent);--cream:var(--bg-secondary);--terracotta:var(--primary-dark);--text-primary:var(--text-dark);--text-light:var(--text-secondary);--gradient-1:linear-gradient(135deg,var(--primary-light) 0%,var(--primary) 100%);--gradient-2:linear-gradient(135deg,var(--warm) 0%,var(--accent) 100%);--transition:all 0.4s cubic-bezier(0.4,0,0.2,1)}body.rtl .mega-column a,body.rtl .mega-column h4,body.rtl .nav-menu a{font-family:Amiri,serif}.top-banner{align-items:center;background:linear-gradient(135deg,var(--primary-light) 0,var(--primary) 100%);color:#fff;display:flex;font-size:12px;font-weight:400;justify-content:center;letter-spacing:.3px;min-height:36px;overflow:hidden;padding:10px 20px;position:relative;text-align:center;z-index:1002}.top-banner:before{animation:shimmer 4s infinite;background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;width:100%}body.rtl .top-banner{font-family:Amiri,serif}.banner-text{animation:fadeInUp .6s ease-out}.banner-text,.top-banner span{position:relative;z-index:1}.main-header{background:#fff;border-bottom:1px solid var(--border-light);box-shadow:none;position:-webkit-sticky;position:sticky;top:0;transition:all .4s cubic-bezier(.4,0,.2,1);transition:var(--transition);z-index:1002}.main-header nav{position:relative}.header-container{align-items:center;display:flex;gap:30px;justify-content:space-between;margin:0 auto;max-width:1400px;padding:15px 40px;position:relative}body.rtl .header-container{flex-direction:row-reverse}.logo{align-items:center;display:flex;flex-shrink:0;gap:12px;position:relative;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);transition:var(--transition);white-space:nowrap}.logo-image{height:70px;object-fit:contain;width:auto}.logo-image,.logo-text{transition:all .3s ease}.logo-text{color:var(--text-dark);color:var(--primary-color);letter-spacing:1px}body.rtl .logo-text{font-family:Amiri,serif;letter-spacing:0}.logo:hover .logo-image{opacity:.85;transform:scale(1.02)}.logo:hover .logo-text{color:var(--primary);color:var(--accent-dark)}.mobile-menu-btn{align-items:center;border-radius:8px;flex-direction:column;gap:5px;height:40px;justify-content:center;position:relative;transition:all .3s ease;width:40px;z-index:1002}.mobile-menu-btn:hover{background:#0000000d}.mobile-menu-btn span{background:var(--text-dark);border-radius:2px;display:block;height:2px;transition:all .3s ease;width:20px}.mobile-menu-btn.active span:first-child{transform:rotate(45deg) translate(5px,5px)}.mobile-menu-btn.active span:nth-child(2){opacity:0}.mobile-menu-btn.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.desktop-nav{flex:1 1}.desktop-nav,.nav-menu{display:flex;justify-content:center}.nav-menu{align-items:center;gap:24px;list-style:none;margin:0;padding:0}body.rtl .nav-menu{flex-direction:row-reverse}.nav-menu li{align-items:center;display:flex;position:relative}.nav-menu a{align-items:center;color:var(--text-dark);color:var(--text-primary);display:inline-flex;font-size:12px;font-weight:500;letter-spacing:.5px;line-height:1;padding:8px 0;text-decoration:none;text-transform:uppercase;transition:all .4s cubic-bezier(.4,0,.2,1);transition:var(--transition);white-space:nowrap}body.rtl .nav-menu a{text-transform:none}.nav-menu a:after{background:linear-gradient(135deg,var(--primary-light) 0,var(--primary) 100%);background:var(--gradient-1);bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .4s ease;width:0}body.rtl .nav-menu a:after{left:auto;right:0}.nav-menu a:hover{color:var(--primary);color:var(--accent-dark)}.nav-menu a:hover:after{width:100%}.dropdown{position:relative}.dropdown>a:before{content:"▾";font-size:8px;margin-left:5px;opacity:.6;transition:all .4s cubic-bezier(.4,0,.2,1);transition:var(--transition)}body.rtl .dropdown>a:before{margin-left:0;margin-right:5px}.dropdown:hover>a:before{opacity:1;transform:translateY(2px)}.dropdown-content{background:linear-gradient(180deg,#fff 0,#fefefe);border:none;border-radius:12px;box-shadow:0 10px 40px #e8b4b840,0 0 0 1px #e8b4b81a;display:none;margin-top:0;max-width:280px;min-width:220px;opacity:0;overflow:hidden;padding:12px 0;position:absolute;top:100%;transition:opacity .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1);width:-webkit-max-content;width:max-content;z-index:1000}.dropdown-content,body.rtl .dropdown-content{left:50%;transform:translateX(-50%) translateY(10px)}body.rtl .dropdown-content{right:auto}.dropdown-content:before{background:linear-gradient(135deg,var(--primary-light) 0,var(--primary) 100%);background:var(--gradient-1);content:"";height:3px;left:0;opacity:.8;position:absolute;right:0;top:0}.dropdown:hover .dropdown-content{display:block;opacity:1;transform:translateX(-50%) translateY(0)}.dropdown-content>a{border-left:3px solid #0000;color:#555;display:block;font-family:Montserrat,sans-serif;font-size:12px;font-weight:400;letter-spacing:.3px;padding:10px 18px;position:relative;text-decoration:none;text-transform:uppercase;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}body.rtl .dropdown-content>a{border-left:none;border-right:3px solid #0000;font-family:Amiri,serif;text-align:right;text-transform:none}.dropdown-content>a:before{content:"🌸";font-size:12px;margin-right:8px;opacity:0;transform:scale(0);transition:all .3s cubic-bezier(.4,0,.2,1)}body.rtl .dropdown-content>a:before{margin-left:8px;margin-right:0}.dropdown-content>a:after{display:none}.dropdown-content>a:hover{background:linear-gradient(90deg,#e8b4b81f 0,#e8b4b80a);border-left-color:var(--accent-color);color:var(--primary);color:var(--accent-dark);padding-left:20px}body.rtl .dropdown-content>a:hover{background:linear-gradient(270deg,#e8b4b81f 0,#e8b4b80a);border-left-color:#0000;border-right-color:var(--accent-color);padding-left:18px;padding-right:20px}.dropdown-content>a:hover:before{opacity:1;transform:scale(1)}.mega-menu .dropdown-content{max-width:320px;min-width:240px;width:-webkit-max-content;width:max-content}.mega-dropdown{display:none;gap:0;grid-template-columns:1fr}.mega-column{display:flex;flex-direction:column;gap:0}.mega-column h4{background:linear-gradient(90deg,#e8b4b814 0,#0000);border:none;color:var(--primary);color:var(--accent-dark);cursor:pointer;font-family:Cormorant Garamond,serif;font-size:12px;font-weight:700;letter-spacing:1px;margin:0;padding:10px 14px 8px;position:relative;text-transform:uppercase;white-space:nowrap}body.rtl .mega-column h4{background:linear-gradient(270deg,#e8b4b814 0,#0000);text-align:right;text-transform:none}.mega-column a{align-items:center;border-left:3px solid #0000;color:#555;display:flex;font-family:Montserrat,sans-serif;font-size:11px;font-weight:400;letter-spacing:.2px;padding:8px 14px;position:relative;text-decoration:none;text-transform:uppercase;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}body.rtl .mega-column a{border-left:none;border-right:3px solid #0000;text-align:right;text-transform:none}.mega-column a:before{content:"🌸";font-size:12px;margin-right:6px;opacity:0;transform:scale(0);transition:all .3s cubic-bezier(.4,0,.2,1)}body.rtl .mega-column a:before{margin-left:6px;margin-right:0}.mega-column a:after{display:none}.mega-column a:hover{background:linear-gradient(90deg,#e8b4b81f 0,#e8b4b80a);border-left-color:var(--accent-color);color:var(--primary);color:var(--accent-dark);padding-left:15px;transform:translateX(2px)}body.rtl .mega-column a:hover{background:linear-gradient(270deg,#e8b4b81f 0,#e8b4b80a);border-left-color:#0000;border-right-color:var(--accent-color);padding-left:18px;padding-right:15px;transform:translateX(-2px)}.mega-column a:hover:before{opacity:1;transform:scale(1)}.mega-column:not(:last-child){margin-bottom:8px;padding-bottom:8px;position:relative}.mega-column:not(:last-child):after{background:linear-gradient(90deg,#0000 0,#e8b4b84d 50%,#0000);bottom:0;content:"";height:1px;left:18px;position:absolute;right:18px}.mega-menu:hover .mega-dropdown{display:grid}.header-actions{flex-shrink:0;gap:10px}body.rtl .header-actions{flex-direction:row-reverse}.language-switcher{align-items:center;background:#c9a88f26;border:1px solid #c9a88f33;border-radius:30px;cursor:pointer;display:flex;gap:8px;padding:8px 14px;transition:all .4s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.language-switcher:hover{background:#c9a88f40;box-shadow:0 4px 12px #c67b681f;transform:translateY(-2px)}.lang-option{color:var(--text-secondary);color:var(--text-light);cursor:pointer;font-size:11px;font-weight:500;letter-spacing:.3px;transition:all .4s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.lang-option.active{color:var(--primary);color:var(--accent-dark);font-weight:600}.lang-separator{color:var(--warm);color:var(--secondary-color)}.icon-button{align-items:center;background:none;border:none;border-radius:50%;color:var(--text-dark);color:var(--text-primary);cursor:pointer;display:flex;font-size:18px;justify-content:center;padding:8px;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.icon-button:hover{background:#c9a88f1a;color:var(--primary);color:var(--accent-dark);transform:translateY(-2px)}.cart-btn{position:relative}.cart-badge{align-items:center;background:linear-gradient(135deg,var(--primary-light) 0,var(--primary) 100%);background:var(--gradient-1);border:2px solid var(--cream);border-radius:50%;color:#fff;display:flex;font-size:10px;font-weight:700;height:18px;justify-content:center;position:absolute;right:0;top:0;transition:all .3s ease;width:18px}.cart-badge.has-items{animation:cartPulse .5s ease;background:linear-gradient(135deg,#28a745,#20c997)}@keyframes cartPulse{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}.cart-notification{align-items:center;animation:slideInRight .4s ease,fadeOut .4s ease 2.5s forwards;background:linear-gradient(135deg,#28a745,#20c997);border-radius:12px;box-shadow:0 10px 30px #28a7454d;color:#fff;display:flex;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;gap:12px;padding:15px 25px;position:fixed;right:20px;top:100px;z-index:1001}body.rtl .cart-notification{font-family:Tajawal,sans-serif;left:20px;right:auto}.cart-notification-icon{font-size:20px}@keyframes slideInRight{0%{opacity:0;transform:translateX(100px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeOut{to{opacity:0;transform:translateX(50px)}}body.rtl .cart-badge{left:0;right:auto}.search-bar-inline{animation:slideDown .3s ease;background:#fff;border-bottom:1px solid #e8b4b833;box-shadow:0 4px 12px #0000001a;left:0;position:absolute;right:0;top:100%;z-index:999}.search-bar-container{align-items:center;display:flex;gap:15px;margin:0 auto;max-width:1400px;padding:15px 40px}body.rtl .search-bar-container{flex-direction:row-reverse}.search-icon-inline{color:var(--text-secondary);color:var(--text-light);flex-shrink:0}.search-input-inline{background:#0000;border:none;color:var(--text-dark);color:var(--text-primary);flex:1 1;font-family:Montserrat,sans-serif;font-size:16px;outline:none;padding:8px 0}body.rtl .search-input-inline{font-family:Amiri,serif;text-align:right}.search-input-inline::placeholder{color:var(--text-secondary);color:var(--text-light);opacity:.7}.search-close-inline{align-items:center;background:none;border:none;border-radius:50%;color:var(--text-secondary);color:var(--text-light);cursor:pointer;display:flex;flex-shrink:0;justify-content:center;padding:8px;transition:all .3s ease}.search-close-inline:hover{background:#e8b4b826;color:var(--primary);color:var(--accent-dark);transform:rotate(90deg)}.search-results-dropdown{background:#fff;border-top:1px solid #e8b4b826;max-height:400px;overflow-y:auto}.search-results-container{margin:0 auto;max-width:1400px;padding:10px 40px 20px}.search-category-group{margin-bottom:15px}.search-category-group:last-child{margin-bottom:0}.search-category-title{border-bottom:1px solid #e8b4b833;color:var(--primary);color:var(--accent-dark);font-family:Cormorant Garamond,serif;font-size:13px;font-weight:700;letter-spacing:1px;margin-bottom:5px;padding:8px 0;text-transform:uppercase}body.rtl .search-category-title{font-family:Amiri,serif;text-align:right;text-transform:none}.search-result-item{align-items:center;border-left:3px solid #0000;border-radius:10px;cursor:pointer;display:flex;gap:12px;padding:12px 15px;transition:all .3s ease}body.rtl .search-result-item{border-left:none;border-right:3px solid #0000;flex-direction:row-reverse}.search-result-item:hover{background:linear-gradient(90deg,#e8b4b81f 0,#e8b4b80a);border-left-color:var(--accent-color);transform:translateX(5px)}body.rtl .search-result-item:hover{background:linear-gradient(270deg,#e8b4b81f 0,#e8b4b80a);border-left-color:#0000;border-right-color:var(--accent-color);transform:translateX(-5px)}.search-result-icon{flex-shrink:0;font-size:20px}.search-result-name{color:var(--text-dark);color:var(--text-primary);flex:1 1;font-family:Montserrat,sans-serif;font-size:14px;font-weight:500}body.rtl .search-result-name{font-family:Amiri,serif;text-align:right}.search-result-arrow{color:var(--text-secondary);color:var(--text-light);flex-shrink:0;opacity:0;transform:translateX(-5px);transition:all .3s ease}body.rtl .search-result-arrow{transform:translateX(5px) rotate(180deg)}.search-result-item:hover .search-result-arrow{color:var(--primary);color:var(--accent-dark);opacity:1;transform:translateX(0)}body.rtl .search-result-item:hover .search-result-arrow{transform:translateX(0) rotate(180deg)}.search-no-results{align-items:center;color:var(--text-secondary);color:var(--text-light);display:flex;flex-direction:column;gap:10px;justify-content:center;padding:40px 20px}.no-results-icon{font-size:40px;opacity:.5}.search-no-results span:last-child{font-family:Montserrat,sans-serif;font-size:14px}body.rtl .search-no-results span:last-child{font-family:Amiri,serif}.search-results-dropdown::-webkit-scrollbar{width:6px}.search-results-dropdown::-webkit-scrollbar-track{background:var(--bg-secondary)}.search-results-dropdown::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--primary-light) 0,var(--primary) 100%);border-radius:3px}.mega-column .has-submenu{cursor:pointer;position:relative}.submenu-items{display:flex;flex-direction:column;margin-top:5px;padding-left:15px}body.rtl .submenu-items{padding-left:0;padding-right:15px}.submenu-items a{align-items:center;border-left:2px solid #0000;color:var(--text-secondary);display:flex;font-family:Montserrat,sans-serif;font-size:11px;font-weight:400;letter-spacing:.3px;padding:8px 18px;position:relative;text-decoration:none;text-transform:uppercase;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}body.rtl .submenu-items a{border-left:none;border-right:2px solid #0000;text-align:right;text-transform:none}.submenu-items a:before{content:"→";font-size:12px;margin-right:6px;opacity:0;transform:translateX(-5px);transition:all .3s cubic-bezier(.4,0,.2,1)}body.rtl .submenu-items a:before{content:"←";margin-left:6px;margin-right:0;transform:translateX(5px)}.submenu-items a:hover{background:linear-gradient(90deg,#e8b4b814 0,#0000);border-left-color:var(--accent-color);color:var(--primary);color:var(--accent-dark);padding-left:15px}body.rtl .submenu-items a:hover{background:linear-gradient(270deg,#e8b4b814 0,#0000);border-left-color:#0000;border-right-color:var(--accent-color);padding-left:18px;padding-right:15px}.submenu-items a:hover:before{opacity:1;transform:translateX(0)}.mobile-menu-overlay{background:#fff;bottom:0;display:none;left:0;opacity:0;overflow:hidden;position:fixed;right:0;top:100px;transition:opacity .3s ease,visibility .3s ease;visibility:hidden;z-index:1001}.mobile-menu-overlay.active{opacity:1;visibility:visible}.mobile-menu-content{display:flex;flex-direction:column;height:100%;overflow:hidden;padding-top:0}.mobile-nav-list{flex:1 1;list-style:none;margin:0;overflow-y:auto;padding:0}.mobile-nav-list>li{border-bottom:1px solid var(--bg-tertiary)}.mobile-nav-list>li:first-child{border-top:none}.mobile-menu-item,.mobile-nav-list>li>a{align-items:center;color:var(--text-dark);cursor:pointer;display:flex;font-family:Montserrat,sans-serif;font-size:16px;font-weight:400;justify-content:space-between;padding:20px 24px;text-decoration:none;transition:background .2s ease}body.rtl .mobile-menu-item,body.rtl .mobile-nav-list>li>a{flex-direction:row-reverse;font-family:Amiri,serif}.mobile-menu-item:active,.mobile-nav-list>li>a:active{background:var(--bg-secondary)}.menu-arrow{color:var(--border-dark);flex-shrink:0;height:20px;transition:transform .3s ease,color .2s ease;width:20px}body.rtl .menu-arrow{transform:rotate(180deg)}.mobile-dropdown.expanded .menu-arrow{color:var(--text-muted);transform:rotate(90deg)}body.rtl .mobile-dropdown.expanded .menu-arrow{transform:rotate(90deg)}.mobile-submenu{background:var(--bg-primary);list-style:none;margin:0;max-height:0;overflow:hidden;padding:0;transition:max-height .3s ease}.mobile-dropdown.expanded .mobile-submenu{max-height:1000px}.mobile-submenu li a{border-bottom:1px solid var(--bg-tertiary);color:var(--text-secondary);display:block;font-family:Montserrat,sans-serif;font-size:14px;font-weight:400;padding:16px 24px 16px 44px;text-decoration:none;transition:all .2s ease}body.rtl .mobile-submenu li a{font-family:Amiri,serif;padding:16px 44px 16px 24px;text-align:right}.mobile-submenu li a:active{background:var(--bg-tertiary);color:var(--text-dark)}.mobile-submenu li:last-child a{border-bottom:none}.mobile-submenu .submenu-title{background:var(--bg-secondary);color:var(--text-muted);font-family:Montserrat,sans-serif;font-size:11px;font-weight:600;letter-spacing:1px;padding:14px 24px 10px 44px;text-transform:uppercase}body.rtl .mobile-submenu .submenu-title{font-family:Amiri,serif;letter-spacing:0;padding:14px 44px 10px 24px;text-align:right;text-transform:none}.mobile-submenu .submenu-divider{background:var(--border-light);height:1px;margin:8px 24px}.mobile-menu-footer{background:var(--bg-secondary);border-top:none;margin-top:auto;padding:24px}.mobile-login{align-items:center;color:var(--text-dark);display:flex;font-family:Montserrat,sans-serif;font-size:15px;font-weight:400;gap:12px;margin-bottom:20px;padding:0;text-decoration:none}body.rtl .mobile-login{flex-direction:row-reverse;font-family:Amiri,serif}.mobile-login svg{color:var(--text-dark);height:22px;width:22px}.mobile-language-switcher{align-items:center;display:flex;gap:12px;margin-bottom:24px}body.rtl .mobile-language-switcher{flex-direction:row-reverse}.mobile-lang-option{color:var(--text-dark);cursor:pointer;font-family:Montserrat,sans-serif;font-size:14px;font-weight:600;transition:color .2s ease}.mobile-lang-option:not(.active){color:#888;font-weight:400}.mobile-lang-separator{color:var(--border-dark);font-size:14px}.mobile-social-links{align-items:center;display:flex;gap:20px}body.rtl .mobile-social-links{flex-direction:row-reverse}.mobile-social-links a{color:var(--text-dark);transition:color .2s ease}.mobile-social-links a svg{height:22px;width:22px}.mobile-social-links a:hover{color:var(--text-secondary)}.mobile-social-links a[aria-label=WhatsApp]:hover{color:var(--accent)}.mobile-social-links a[aria-label=Instagram]:hover{color:#e1306c}@media (max-width:1200px){.header-container{gap:20px;padding:15px 30px}.nav-menu{gap:18px}.nav-menu a{font-size:11px}.logo{font-size:22px}.search-bar-container,.search-results-container{padding-left:30px;padding-right:30px}}@media (max-width:1024px){.header-container{gap:15px;padding:15px 20px}.nav-menu{gap:14px}.nav-menu a{font-size:10px;letter-spacing:.3px}.logo{font-size:20px}.language-switcher{padding:6px 10px}.lang-option{font-size:10px}.search-bar-container,.search-results-container{padding-left:20px;padding-right:20px}}@media (max-width:900px){.mobile-menu-overlay{display:block;top:95px}.header-container{grid-gap:12px;align-items:center;display:grid;gap:12px;grid-template-columns:40px 1fr auto;padding:14px 16px}.mobile-menu-btn{display:flex;grid-column:1;justify-self:start}.logo{gap:8px;grid-column:2;justify-self:center;text-align:center}.logo-image{height:45px}.logo-text{font-size:16px;letter-spacing:.5px}body.rtl .logo{direction:rtl}.header-actions{align-items:center;display:flex;gap:8px;grid-column:3;justify-self:end}.desktop-nav{display:none}.desktop-only{display:none!important}.icon-button{height:36px;padding:6px;width:36px}.icon-button svg{height:20px;width:20px}.cart-badge{font-size:10px;height:18px;right:0;top:0;width:18px}.top-banner{font-size:11px;min-height:36px}.search-bar-container,.top-banner{padding:10px 15px}.search-input-inline{font-size:14px;padding:10px 15px}.search-results-container{padding:10px 15px}.search-result-item{padding:10px 12px}.search-result-name{font-size:13px}.search-category-title{font-size:11px}.cart-notification{font-size:13px;padding:12px 15px;top:80px}.cart-notification,body.rtl .cart-notification{left:10px;right:10px}}@media (max-width:480px){.header-container{gap:10px;grid-template-columns:36px 1fr auto;padding:12px 14px}.logo-image{height:40px}.logo-text{font-size:13px;letter-spacing:.2px}.logo{gap:6px}.header-actions{gap:4px}.icon-button{height:34px;width:34px}.icon-button svg{height:18px;width:18px}.mobile-menu-btn{height:36px;width:36px}.mobile-menu-btn span{height:2px;width:18px}.cart-badge{border-width:1.5px;font-size:9px;height:16px;width:16px}.top-banner{font-size:10px;min-height:32px;padding:8px 12px}.mobile-menu-overlay{top:88px}.search-bar-container{padding:8px 12px}.search-input-inline{font-size:13px;padding:8px 12px}.search-results-dropdown{max-height:250px}.search-results-container{padding:8px 12px}.search-result-item{gap:8px;padding:8px 10px}.search-result-icon{font-size:16px}.search-result-name{font-size:12px}.search-category-title{font-size:10px;margin-bottom:6px;padding-bottom:6px}.search-no-results{padding:25px 15px}.no-results-icon{font-size:30px}.mobile-menu-content{padding-top:70px}.mobile-menu-item,.mobile-nav-list>li>a{font-size:14px;padding:16px 20px}.mobile-submenu li a{font-size:13px;padding:12px 20px 12px 36px}body.rtl .mobile-submenu li a{padding:12px 36px 12px 20px}.mobile-submenu .submenu-title{font-size:11px;padding:10px 20px 6px 36px}body.rtl .mobile-submenu .submenu-title{padding:10px 36px 6px 20px}.mobile-menu-footer{padding:16px 20px}}@media (max-width:360px){.header-container{gap:6px;grid-template-columns:32px 1fr auto;padding:8px 10px}.logo-image{height:36px}.logo-text{font-size:12px;letter-spacing:0}.logo{gap:6px}.header-actions{gap:2px}.icon-button{height:28px;width:28px}.icon-button svg{height:14px;width:14px}.mobile-menu-btn{height:32px;width:32px}.mobile-menu-btn span{width:16px}.cart-badge{font-size:8px;height:14px;width:14px}.top-banner{font-size:8px;min-height:26px;padding:5px 8px}.mobile-menu-overlay{top:70px}.mobile-menu-item,.mobile-nav-list>li>a{font-size:13px;padding:14px 16px}.mobile-submenu li a{font-size:12px;padding:10px 16px 10px 32px}body.rtl .mobile-submenu li a{padding:10px 32px 10px 16px}}@media (min-width:901px){.mobile-menu-overlay{display:none!important}}.user-menu-wrapper{position:relative}.user-menu-btn{align-items:center;background:#0000;border:1px solid var(--border-medium);border-radius:25px;cursor:pointer;display:flex;gap:8px;padding:6px 12px;transition:all .2s ease}.user-menu-btn:hover{background:var(--bg-secondary);border-color:#d0a8a8}.user-avatar{background:linear-gradient(135deg,#d4a8a8,#c49393);border-radius:50%;font-size:12px;height:32px;overflow:hidden;width:32px}.user-avatar.large{font-size:16px;height:48px;width:48px}.user-avatar img{height:100%;object-fit:cover;width:100%}.user-name-display{color:var(--text-dark);font-size:14px;font-weight:500;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-arrow{color:var(--text-secondary);transition:transform .2s ease}.dropdown-arrow.open{transform:rotate(180deg)}.user-dropdown{animation:dropdownFadeIn .2s ease;background:#fff;border:1px solid var(--border-medium);border-radius:12px;box-shadow:0 4px 20px #00000026;position:absolute;right:0;top:calc(100% + 8px);width:280px;z-index:1000}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.user-dropdown-header{align-items:center;background:linear-gradient(135deg,#fdf6f6,#fef9f9);border-radius:12px 12px 0 0;display:flex;gap:12px;padding:16px}.user-dropdown-info{display:flex;flex-direction:column;overflow:hidden}.user-dropdown-name{color:var(--text-dark);font-size:15px;font-weight:600}.user-dropdown-email,.user-dropdown-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-dropdown-email{color:#888;font-size:12px}.user-dropdown-divider{background:var(--border-medium);height:1px;margin:0}.user-dropdown-item{align-items:center;background:none;border:none;color:var(--text-dark);cursor:pointer;display:flex;font-size:14px;gap:12px;padding:12px 16px;text-align:left;text-decoration:none;transition:all .2s ease;width:100%}.user-dropdown-item:hover{background:var(--bg-secondary);color:#c49393}.user-dropdown-item svg{color:#888;transition:color .2s ease}.user-dropdown-item:hover svg{color:#c49393}.user-dropdown-item.logout-btn{border-top:1px solid var(--bg-tertiary);color:var(--error)}.user-dropdown-item.logout-btn:hover{background:#fef5f5;color:#c0392b}.user-dropdown-item.logout-btn svg{color:var(--error)}.user-dropdown-item.logout-btn:hover svg{color:#c0392b}.mobile-user-section{background:linear-gradient(135deg,#fdf6f6,#fef9f9);border-bottom:1px solid #f0e8e8;margin-bottom:8px;padding:16px 20px}.mobile-user-info{align-items:center;display:flex;gap:12px}.mobile-user-details{display:flex;flex-direction:column;overflow:hidden}.mobile-user-name{color:var(--text-dark);font-size:16px;font-weight:600}.mobile-user-email,.mobile-user-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-user-email{color:#888;font-size:13px}.mobile-logout-btn{align-items:center;background:var(--bg-primary);border:1px solid #fdd;border-radius:8px;color:var(--error);cursor:pointer;display:flex;font-size:15px;font-weight:500;gap:8px;justify-content:center;padding:12px 20px;transition:all .2s ease;width:100%}.mobile-logout-btn:hover{background:#ffe0e0;border-color:#fcc}.mobile-logout-btn svg{color:var(--error)}.rtl .user-dropdown{left:0;right:auto}.rtl .user-dropdown-item{text-align:right}.rtl .mobile-user-info,.rtl .user-menu-btn{flex-direction:row-reverse}.rtl .mobile-user-details{text-align:right}@media (max-width:768px){.user-menu-wrapper.desktop-only,.user-name-display{display:none}}@media (min-width:769px){.mobile-logout-btn,.mobile-user-section{display:none}}.admin-login-page{align-items:center;display:flex;font-family:Poppins,sans-serif;justify-content:center;min-height:100vh;overflow:hidden;position:relative}.login-background{z-index:0}.bg-gradient,.login-background{height:100%;left:0;position:absolute;top:0;width:100%}.bg-gradient{background:linear-gradient(135deg,var(--text-dark) 0,#16213e 50%,#0f3460 100%)}.login-container{max-width:420px;padding:20px;position:relative;width:100%;z-index:1}.login-card{background:#fff;border-radius:20px;box-shadow:0 25px 80px #0000004d;padding:40px 35px}.login-header{margin-bottom:35px;text-align:center}.logo-wrapper{align-items:center;background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);border-radius:20px;box-shadow:0 10px 30px #d4a0a44d;display:flex;height:80px;justify-content:center;margin:0 auto 20px;width:80px}.admin-logo{height:50px;object-fit:contain;width:50px}.login-title{color:var(--text-dark);font-family:Poppins,sans-serif;font-size:28px;font-weight:600;margin:0 0 8px}.login-subtitle{color:var(--text-secondary);font-size:14px;margin:0}.login-form{display:flex;flex-direction:column;gap:20px}.input-icon{color:var(--text-muted);left:14px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.input-wrapper input{background:var(--bg-primary);border:2px solid #e8e8e8;border-radius:10px;color:var(--text-dark);font-family:Poppins,sans-serif;font-size:14px;outline:none;padding:14px 14px 14px 46px;transition:all .3s ease;width:100%}.input-wrapper input:focus{background:#fff;border-color:var(--primary);box-shadow:0 0 0 4px #d4a0a41a}.input-wrapper input:focus+.input-icon,.input-wrapper:focus-within .input-icon{color:var(--primary)}.error-message{background:var(--primary-lightest);border:1px solid var(--error-light);border-radius:10px;color:var(--error-dark);padding:12px 16px}.error-message,.login-btn{align-items:center;display:flex;gap:10px}.login-btn{background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);border:none;border-radius:10px;color:#fff;cursor:pointer;font-family:Poppins,sans-serif;font-size:15px;font-weight:600;justify-content:center;margin-top:10px;padding:14px 24px;transition:all .3s ease}.login-btn:hover:not(:disabled){box-shadow:0 10px 30px #d4a0a466;transform:translateY(-2px)}.login-btn:disabled{cursor:not-allowed;opacity:.7}.spinner{animation:spin .8s linear infinite;border:2px solid #ffffff4d;border-top-color:#fff;height:18px;width:18px}.login-footer{border-top:1px solid var(--border-light);margin-top:30px;padding-top:20px;text-align:center}.login-footer p{color:var(--text-muted);font-size:12px;margin:0}@media (max-width:480px){.login-card{padding:30px 24px}.login-title{font-size:24px}}.admin-layout{background:#f5f7fa;display:flex;font-family:Poppins,sans-serif;min-height:100vh}.admin-sidebar{background:linear-gradient(180deg,var(--text-dark) 0,#16213e 100%);display:flex;flex-direction:column;height:100vh;left:0;position:fixed;top:0;transition:width .3s ease;width:250px;z-index:100}.sidebar-collapsed .admin-sidebar{width:70px}.sidebar-header{border-bottom:1px solid #ffffff1a;justify-content:space-between;min-height:70px;padding:16px}.sidebar-header,.sidebar-logo{align-items:center;display:flex}.sidebar-logo{gap:10px;overflow:hidden;text-decoration:none}.sidebar-logo img{flex-shrink:0;height:36px;object-fit:contain;width:36px}.sidebar-logo span{color:#fff;font-size:14px;font-weight:600;white-space:nowrap}.sidebar-collapsed .sidebar-logo span{display:none}.sidebar-toggle{align-items:center;background:#ffffff1a;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;flex-shrink:0;height:30px;justify-content:center;transition:background .3s ease;width:30px}.sidebar-toggle:hover{background:#fff3}.sidebar-close{display:none}.sidebar-nav{flex:1 1;overflow-y:auto;padding:16px 10px}.nav-list{display:flex;flex-direction:column;gap:4px;list-style:none;margin:0;padding:0}.nav-item{align-items:center;border-radius:8px;color:#ffffffb3;display:flex;gap:12px;padding:12px 14px;text-decoration:none;transition:all .3s ease}.sidebar-collapsed .nav-item{justify-content:center;padding:12px}.nav-item:hover{background:#ffffff1a;color:#fff}.nav-item.active{background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);color:#fff}.nav-icon{align-items:center;display:flex;flex-shrink:0;justify-content:center}.nav-label{font-size:13px;font-weight:500;white-space:nowrap}.sidebar-collapsed .nav-label{display:none}.sidebar-footer{border-top:1px solid #ffffff1a;display:flex;flex-direction:column;gap:6px;padding:12px 10px}.logout-btn,.view-site-btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;font-family:Poppins,sans-serif;font-size:13px;font-weight:500;gap:10px;padding:10px 14px;text-decoration:none;transition:all .3s ease;width:100%}.sidebar-collapsed .logout-btn,.sidebar-collapsed .view-site-btn{justify-content:center;padding:10px}.sidebar-collapsed .logout-btn span,.sidebar-collapsed .view-site-btn span{display:none}.view-site-btn{background:#ffffff1a;color:#fffc}.view-site-btn:hover{background:#ffffff26;color:#fff}.logout-btn{background:#ef444433;color:#fca5a5}.logout-btn:hover{background:#ef44444d}.admin-main{display:flex;flex:1 1;flex-direction:column;margin-left:250px;min-height:100vh;transition:margin-left .3s ease}.sidebar-collapsed .admin-main{margin-left:70px}.admin-header{align-items:center;background:#fff;border-bottom:1px solid #e8e8e8;display:flex;gap:16px;min-height:65px;padding:14px 24px;position:-webkit-sticky;position:sticky;top:0;z-index:50}.mobile-menu-btn{background:none;border:none;color:var(--text-dark);cursor:pointer;display:none;padding:8px}.header-search{align-items:center;background:var(--bg-secondary);border:1px solid #0000;border-radius:8px;display:flex;flex:1 1;gap:10px;max-width:350px;padding:10px 14px;transition:all .3s ease}.header-search:focus-within{background:#fff;border-color:var(--primary)}.header-search svg{color:var(--text-muted);flex-shrink:0}.header-search input{background:none;border:none;color:var(--text-dark);flex:1 1;font-family:Poppins,sans-serif;font-size:13px;outline:none}.header-actions{align-items:center;display:flex;gap:12px;margin-left:auto}.user-profile{background:var(--bg-secondary);gap:10px;padding:6px 10px}.user-avatar,.user-profile{align-items:center;border-radius:8px;display:flex}.user-avatar{background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);color:#fff;font-size:14px;font-weight:600;height:36px;justify-content:center;width:36px}.user-info{display:flex;flex-direction:column}.user-name{color:var(--text-dark);font-size:13px;font-weight:600}.user-role{color:var(--text-muted);font-size:11px}.admin-content{flex:1 1;overflow-x:hidden;padding:24px}.mobile-overlay{display:none}.desktop-only{display:flex}.mobile-only{display:none}@media (max-width:1024px){.admin-sidebar{transform:translateX(-100%);width:260px}.admin-sidebar.mobile-open{transform:translateX(0)}.admin-main,.sidebar-collapsed .admin-main{margin-left:0}.mobile-menu-btn{display:flex}.mobile-overlay{background:#00000080;display:block;height:100%;left:0;position:fixed;top:0;width:100%;z-index:99}.desktop-only{display:none}.mobile-only{display:flex}.sidebar-close.mobile-only{align-items:center;background:#ffffff1a;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;height:32px;justify-content:center;width:32px}.sidebar-collapsed .logout-btn span,.sidebar-collapsed .nav-label,.sidebar-collapsed .sidebar-logo span,.sidebar-collapsed .view-site-btn span{display:block}.sidebar-collapsed .logout-btn,.sidebar-collapsed .nav-item,.sidebar-collapsed .view-site-btn{justify-content:flex-start}}@media (max-width:768px){.admin-header{padding:12px 16px}.user-info{display:none}.admin-content{padding:16px}}@media (max-width:480px){.header-search{display:none}}.dashboard{gap:24px}.dashboard,.dashboard-loading{display:flex;flex-direction:column}.dashboard-loading{align-items:center;gap:16px;justify-content:center;min-height:400px}.dashboard-loading .spinner{animation:spin .8s linear infinite;border:3px solid var(--bg-tertiary);border-radius:50%;border-top-color:var(--primary);height:40px;width:40px}.dashboard-loading p{color:var(--text-secondary);font-size:14px}.stats-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,1fr)}.stat-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000a;gap:16px;padding:20px}.stat-card,.stat-icon{align-items:center;display:flex}.stat-icon{border-radius:10px;color:#fff;flex-shrink:0;height:48px;justify-content:center;width:48px}.stat-content{flex:1 1}.stat-label{color:var(--text-secondary);font-size:13px;margin:0 0 4px}.stat-value{color:var(--text-dark);font-size:22px;font-weight:700;margin:0}.dashboard-section{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000a;overflow:hidden}.section-header{border-bottom:1px solid var(--bg-tertiary);padding:16px 20px}.section-title{font-size:16px;margin:0}.view-all-link{color:var(--primary);font-size:13px;font-weight:500;text-decoration:none}.view-all-link:hover{color:var(--primary-dark)}.data-table td,.data-table th{padding:12px 16px}.amount{font-weight:600}.date{color:var(--text-secondary)}.empty-message{padding:30px!important}.quick-actions{margin-top:8px}.actions-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,1fr)}.action-card{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000a;display:flex;flex-direction:column;gap:12px;padding:24px 16px;text-decoration:none;transition:all .3s ease}.action-card:hover{box-shadow:0 6px 20px #00000014;transform:translateY(-3px)}.action-icon{align-items:center;border-radius:10px;color:#fff;display:flex;height:48px;justify-content:center;width:48px}.action-card span{color:var(--text-dark);font-size:13px;font-weight:500}@media (max-width:1200px){.actions-grid,.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.stats-grid{gap:12px;grid-template-columns:1fr 1fr}.stat-card{padding:16px}.stat-value{font-size:18px}}@media (max-width:480px){.stats-grid{grid-template-columns:1fr}.actions-grid{grid-template-columns:1fr 1fr}}.orders-manager{display:flex;flex-direction:column;gap:20px}.search-box{min-width:250px}.filter-select{border:1px solid var(--border-medium);color:var(--text-dark);font-family:Poppins,sans-serif;font-size:13px;min-width:140px;padding:10px 14px}.modal{max-height:90vh;max-width:600px;overflow-y:auto}.modal-header{background:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:1}.detail-section{margin-bottom:24px}.detail-section:last-child{margin-bottom:0}.detail-section h3{color:var(--text-secondary);font-size:13px;font-weight:600;letter-spacing:.5px;margin:0 0 12px;text-transform:uppercase}.detail-item.full-width{grid-column:1/-1}.detail-item .amount{color:var(--accent);font-weight:600}.message-text{background:var(--bg-primary);border-radius:8px;font-size:13px!important;line-height:1.5;padding:10px 12px}.status-buttons{display:flex;flex-wrap:wrap;gap:8px}.status-btn{background:#fff;border:1px solid var(--border-medium);border-radius:6px;font-family:Poppins,sans-serif;font-weight:500;padding:8px 16px;transition:all .2s ease}.status-btn:hover{border-color:currentColor}.status-btn.active{border-color:#0000;color:#fff!important}.status-btn.active.status-pending{background:var(--warm)}.status-btn.active.status-processing{background:var(--info)}.status-btn.active.status-shipped{background:#6366f1}.status-btn.active.status-delivered{background:var(--accent)}.status-btn.active.status-cancelled{background:var(--error)}@media (max-width:768px){.filters-bar{flex-direction:column}.search-box{max-width:100%}.filter-select{width:100%}.detail-grid{grid-template-columns:1fr}}.products-manager{padding:24px}.page-subtitle{color:var(--text-muted)}.btn-primary{background:linear-gradient(135deg,var(--secondary) 0,#764ba2 100%);border-radius:8px;font-weight:600;padding:12px 24px;transition:transform .2s,box-shadow .2s}.btn-primary:hover{box-shadow:0 4px 12px #667eea66}.filters-bar{align-items:center;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-bottom:20px;padding:16px}.search-box{position:relative}.search-box input{border:1px solid var(--border-light);border-radius:8px;padding:12px 40px 12px 16px;transition:all .2s ease}.search-box input:focus{border-color:var(--warm);box-shadow:0 0 0 3px #c9a86c1a;outline:none}.clear-search-btn{background:none;border:none;border-radius:50%;color:var(--text-muted);cursor:pointer;font-size:14px;line-height:1;padding:4px;position:absolute;right:12px;top:50%;transform:translateY(-50%);transition:all .2s ease}.clear-search-btn:hover{background:var(--bg-secondary);color:var(--text-muted)}.filter-select{background:#fff;border:1px solid var(--border-light);border-radius:8px;cursor:pointer;font-size:14px;min-width:180px;padding:12px 16px;transition:all .2s ease}.filter-select:focus{border-color:var(--warm);box-shadow:0 0 0 3px #c9a86c1a;outline:none}.clear-filters-btn{background:var(--error-light);border:1px solid var(--error-light);border-radius:8px;color:var(--error-dark);cursor:pointer;font-size:13px;font-weight:500;padding:10px 16px;transition:all .2s ease;white-space:nowrap}.clear-filters-btn:hover{background:var(--error-light);border-color:#fca5a5}.results-info{border-bottom:1px solid var(--bg-secondary);color:var(--text-muted);font-size:14px;margin-bottom:16px;padding:12px 0}.results-info span{font-weight:500}.table-container{box-shadow:0 1px 3px #0000001a;overflow:hidden;position:relative}.table-loading-overlay{align-items:center;background:#fffc;border-radius:12px;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:10}.data-table th{border-bottom:1px solid var(--border-light);color:var(--text-muted);font-size:12px;padding:14px 16px;text-align:left}.data-table td{border-bottom:1px solid var(--bg-secondary);color:#334155;font-size:14px;padding:14px 16px}.data-table tr:hover{background:var(--bg-primary)}.product-thumb{align-items:center;background:var(--bg-secondary);border-radius:8px;display:flex;height:50px;justify-content:center;overflow:hidden;width:50px}.product-thumb img{height:100%;object-fit:cover;width:100%}.no-image{font-size:20px;opacity:.5}.product-name-cell{display:flex;flex-direction:column;gap:6px}.product-name{font-weight:500}.product-badges{display:flex;flex-wrap:wrap;gap:4px}.featured-badge{background:var(--warm-light);color:var(--warm)}.featured-badge,.new-arrival-badge{align-items:center;border-radius:12px;display:inline-flex;font-size:11px;font-weight:500;gap:4px;padding:3px 8px}.new-arrival-badge{background:var(--accent-lighter);color:var(--accent)}.best-seller-badge{align-items:center;background:#ede9fe;border-radius:12px;color:var(--secondary);display:inline-flex;font-size:11px;font-weight:500;gap:4px;padding:3px 8px}.category-badge{background:var(--secondary-light);border-radius:20px;color:#4f46e5;font-size:12px;padding:4px 10px}.discount-badge{background:linear-gradient(135deg,var(--warm) 0,var(--warm-dark) 100%);display:inline-block}.final-price{color:var(--accent-dark);font-weight:600}.status-btn{border:none;border-radius:20px;cursor:pointer;font-size:12px;font-weight:600;padding:6px 14px}.status-btn.active{background:var(--accent-lighter);color:var(--accent-dark)}.status-btn.inactive{background:var(--error-light);color:var(--error-dark)}.action-btns{display:flex;gap:8px}.delete-btn,.edit-btn{background:none;border:none;border-radius:4px;cursor:pointer;font-size:18px;padding:4px;transition:background .2s}.edit-btn:hover{background:var(--secondary-light)}.btn-link{background:none;border:none;color:var(--warm);cursor:pointer;font-size:14px;margin-top:8px;padding:0;text-decoration:underline}.btn-link:hover{color:var(--warm-dark)}.pagination{align-items:center;display:flex;gap:8px;justify-content:center;margin-top:24px;padding:16px}.pagination button{background:#fff;border:1px solid var(--border-light);border-radius:6px;cursor:pointer;font-size:14px;padding:8px 16px;transition:all .2s ease}.pagination button:hover:not(:disabled){background:var(--bg-primary);border-color:var(--warm)}.pagination button:disabled{cursor:not-allowed;opacity:.5}.pagination span{color:var(--text-muted);font-size:14px;padding:8px 16px}.page-loading{height:400px}.spinner{border:3px solid var(--border-light);border-top-color:var(--secondary)}.modal-box{background:#fff;border-radius:16px;box-shadow:0 25px 50px #00000040;display:flex;flex-direction:column;max-height:90vh;max-width:600px;overflow:hidden;width:100%}.modal-header{background:var(--bg-primary);border-bottom:1px solid var(--border-light)}.close-btn{color:var(--text-muted);font-size:24px;transition:background .2s}.close-btn:hover{background:var(--border-light)}.modal-form{flex:1 1;overflow-y:auto}.form-section{border-bottom:1px solid var(--bg-secondary);padding:20px 24px}.form-section:last-of-type{border-bottom:none}.form-section h3{color:var(--text-muted);font-size:14px;font-weight:600;letter-spacing:.5px;margin:0 0 16px;text-transform:uppercase}.form-group{margin-bottom:16px}.form-group:last-child{margin-bottom:0}.form-group label{color:#334155;margin-bottom:6px}.form-group input,.form-group select,.form-group textarea{padding:10px 14px;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--secondary);box-shadow:0 0 0 3px #667eea1a}.form-group small{color:var(--text-muted);display:block;font-size:12px;margin-top:4px}.form-row{grid-gap:16px;gap:16px}.form-row.three{grid-template-columns:1fr 1fr 1fr}.price-preview{background:var(--accent-lighter);border-radius:8px;color:var(--accent-dark);font-size:14px;margin-top:12px;padding:12px 16px}.price-preview strong{color:var(--accent-dark);font-size:18px}.price-preview .old-price{color:var(--text-muted);font-size:13px;margin-left:8px;text-decoration:line-through}.price-preview .old-price:before{content:none!important;display:none!important}.image-section{align-items:flex-start;display:flex;gap:20px}.image-section .form-group{flex:1 1}.image-preview{background:var(--bg-secondary);border:2px dashed var(--border-light);border-radius:12px;flex-shrink:0;height:100px;width:100px}.image-preview img{height:100%}.checkbox-group{gap:12px;margin-top:8px}.checkbox-label{background:var(--bg-primary);border:1px solid var(--border-light);border-radius:8px;color:#334155;padding:10px 14px;transition:all .2s}.checkbox-label:hover{background:var(--bg-secondary);border-color:#cbd5e1}.checkbox-label input{accent-color:var(--secondary);cursor:pointer;height:18px;width:18px}.checkbox-label input:checked+.checkbox-icon{transform:scale(1.2)}.checkbox-icon{font-size:16px;transition:transform .2s}.featured-icon{color:var(--warm)}.new-arrival-icon{color:var(--accent)}.best-seller-icon{color:var(--secondary)}.checkbox-label:has(input:checked){background:var(--primary-light)9ff;border-color:var(--secondary)}.checkbox-label:has(input[name=isFeatured]:checked){background:var(--bg-primary);border-color:var(--warm)}.checkbox-label:has(input[name=isNewArrival]:checked){background:var(--accent-lighter);border-color:var(--accent)}.checkbox-label:has(input[name=isBestSeller]:checked){background:var(--bg-primary);border-color:var(--secondary)}.modal-footer{background:var(--bg-primary);border-top:1px solid var(--border-light)}.btn-cancel{background:#fff;border:1px solid var(--border-light);border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:background .2s}.btn-cancel:hover{background:var(--bg-secondary)}.btn-save{background:linear-gradient(135deg,var(--secondary) 0,#764ba2 100%);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:10px 24px;transition:transform .2s,box-shadow .2s}.btn-save:hover:not(:disabled){box-shadow:0 4px 12px #667eea66;transform:translateY(-1px)}.btn-save:disabled{cursor:not-allowed;opacity:.6}@media (max-width:768px){.products-manager{padding:16px}.page-header{gap:16px}.filters-bar,.page-header{align-items:stretch;flex-direction:column}.search-box{max-width:100%}.filter-select{width:100%}.clear-filters-btn{text-align:center;width:100%}.modal-box{max-height:95vh}.form-row,.form-row.three{grid-template-columns:1fr}.image-section{flex-direction:column}.image-preview{height:150px;width:100%}.product-badges{align-items:flex-start;flex-direction:column}}.customers-manager{display:flex;flex-direction:column;gap:20px}.filters-bar{gap:12px}.search-box{border:1px solid var(--border-medium);border-radius:8px;gap:10px;padding:10px 14px}.search-box:focus-within{border-color:var(--primary)}.search-box input{background:none;flex:1 1;font-family:Poppins,sans-serif;font-size:13px}.table-container{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000a;overflow-x:auto}.data-table{border-collapse:collapse;width:100%}.data-table td,.data-table th{font-size:13px;padding:14px 16px;text-align:left}.data-table th{background:var(--bg-primary);color:var(--text-secondary);font-size:11px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;white-space:nowrap}.data-table td{border-bottom:1px solid var(--bg-tertiary);color:var(--text-dark)}.data-table tr:last-child td{border-bottom:none}.data-table tbody tr:hover td{background:var(--bg-primary)}.customer-id{color:var(--secondary);font-weight:600}.order-id{color:var(--info);font-weight:600}.empty-message{color:var(--text-muted);padding:40px!important;text-align:center}.status-badge{display:inline-block;font-weight:500;text-transform:capitalize}.status-pending{background:var(--warm-light);color:var(--warm-dark)}.status-processing{background:var(--info-light);color:var(--info-dark)}.status-shipped{background:var(--secondary-light);color:#4f46e5}.status-delivered{background:var(--accent-lighter);color:var(--accent-dark)}.status-cancelled{background:var(--error-light);color:var(--error-dark)}.action-btn{display:inline-flex;font-family:Poppins,sans-serif;font-weight:500;padding:6px 12px}.view-btn{background:var(--info-light);color:var(--info-dark)}.view-btn:hover{background:#bfdbfe}.table-footer{background:#fff;border-radius:0 0 12px 12px;padding:12px 16px}.table-footer p{color:var(--text-secondary);font-size:13px;margin:0}.modal{max-width:450px}.modal-body{padding:24px;text-align:center}.customer-avatar{align-items:center;background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);border-radius:50%;color:#fff;display:flex;font-size:28px;font-weight:600;height:70px;justify-content:center;margin:0 auto 12px;width:70px}.customer-name{color:var(--text-dark);font-size:20px;font-weight:600;margin:0 0 24px}.detail-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr;text-align:left}.detail-item{display:flex;flex-direction:column;gap:4px}.detail-item label{color:var(--text-muted);font-size:12px}.detail-item span{color:var(--text-dark);font-size:14px;font-weight:500}.order-link{color:var(--info)!important}@media (max-width:768px){.search-box{max-width:100%}.detail-grid{grid-template-columns:1fr}}.categories-manager{padding:0}.page-header{flex-wrap:wrap;gap:16px;margin-bottom:24px}.page-title{font-size:28px;font-weight:700;margin:0}.page-subtitle{margin:4px 0 0}.btn{font-size:14px;font-weight:600;padding:10px 20px}.btn-primary{background:linear-gradient(135deg,var(--primary-dark) 0,var(--primary-dark) 100%)}.btn-primary:hover{background:linear-gradient(135deg,var(--primary-dark) 0,#8b4876 100%);box-shadow:0 4px 12px #c27ba066;transform:translateY(-1px)}.btn-primary:disabled{cursor:not-allowed;opacity:.6;transform:none}.btn-outline{background:#0000;border:2px solid var(--border-medium);color:var(--text-secondary)}.btn-outline:hover{border-color:var(--primary-dark);color:var(--primary-dark)}.filters-bar{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:24px}.search-box{align-items:center;background:#fff;border:1px solid var(--border-light);border-radius:10px;display:flex;flex:1 1;max-width:400px;padding:10px 16px;transition:all .2s ease}.search-box:focus-within{border-color:var(--primary-dark);box-shadow:0 0 0 3px #c27ba01a}.search-box svg{color:var(--text-muted);flex-shrink:0}.search-box input{border:none;color:var(--text-dark);font-size:14px;margin-left:10px;outline:none;width:100%}.search-box input::placeholder{color:var(--text-muted)}.categories-grid{grid-gap:20px;gap:20px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.category-card{border:1px solid var(--bg-tertiary);border-radius:12px;box-shadow:0 2px 8px #0000000f;gap:16px;padding:20px;transition:all .2s ease}.category-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-2px)}.category-card.inactive{background:var(--bg-primary);opacity:.6}.category-card.inactive .category-actions{opacity:1}.category-image{align-items:center;background:linear-gradient(135deg,var(--bg-secondary) 0,#e8e8e8 100%);border-radius:8px;display:flex;height:120px;justify-content:center;overflow:hidden;pointer-events:none;width:100%}.category-image img{height:100%;object-fit:cover;width:100%}.category-icon{color:var(--primary-dark)}.category-info{flex:1 1;pointer-events:none}.category-name{color:var(--text-dark);font-size:18px;font-weight:600;margin:0 0 8px}.category-description{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:var(--text-secondary);display:-webkit-box;font-size:13px;line-height:1.5;margin:0 0 12px;overflow:hidden}.category-meta{gap:12px;justify-content:space-between}.category-meta,.product-count{align-items:center;display:flex}.product-count{color:var(--text-secondary);font-size:13px;gap:6px}.product-count svg{color:var(--primary-dark)}.status-badge{border-radius:20px;font-size:11px;font-weight:600;letter-spacing:.5px;padding:4px 10px;text-transform:uppercase}.status-badge.active{background:#d4edda;color:#155724}.status-badge.inactive{background:#f8d7da;color:#721c24}.category-actions{border-top:1px solid var(--bg-tertiary);display:flex;gap:8px;padding-top:12px;z-index:10}.action-btn,.category-actions{pointer-events:auto;position:relative}.action-btn{background:#fff;border:1px solid var(--border-light);color:var(--text-secondary);flex:1 1;font-size:12px;gap:6px;padding:8px;z-index:11}.action-btn:hover{border-color:currentColor}.action-btn.edit-btn:hover{background:#eff6ff;color:var(--info)}.action-btn.delete-btn:hover{background:var(--primary-lightest);color:var(--error)}.action-btn.status-btn:hover{background:var(--accent-lighter);color:var(--accent)}.action-btn.status-btn.active{color:var(--accent)}.action-btn svg{pointer-events:none}.empty-state{background:#fff;border:2px dashed var(--border-light);border-radius:12px}.empty-state svg{color:var(--primary-dark);margin-bottom:16px}.empty-state h3{color:var(--text-dark);font-size:20px;margin:0 0 8px}.empty-state p{color:var(--text-secondary);margin:0 0 20px}.table-footer{align-items:center;border-top:1px solid var(--border-light);color:var(--text-secondary);display:flex;font-size:14px;justify-content:space-between;margin-top:20px;padding:16px 0}.modal-overlay{overflow-y:auto}.modal{box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;margin:auto;max-height:85vh;max-width:500px}.modal-header{flex-shrink:0}.modal-header h2{font-size:20px}.close-btn{background:none;border-radius:6px;padding:4px;transition:all .2s ease}.close-btn:hover{background:var(--bg-secondary);color:var(--text-dark)}.close-btn:disabled{cursor:not-allowed;opacity:.5}.modal-body{flex:1 1;max-height:calc(85vh - 140px);min-height:0;overflow-y:auto}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px}.form-group input,.form-group select,.form-group textarea{border:1px solid var(--border-light);border-radius:8px;color:var(--text-dark);font-size:14px;padding:12px 14px;transition:all .2s ease;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary-dark);box-shadow:0 0 0 3px #c27ba01a;outline:none}.form-group input:disabled,.form-group textarea:disabled{background:var(--bg-secondary);cursor:not-allowed}.form-group textarea{min-height:80px;resize:vertical}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-muted)}.form-hint{color:#888;display:block;font-size:12px;margin-top:6px}.image-preview{border-radius:8px;margin-top:12px;max-height:150px;overflow:hidden}.image-preview img{max-height:150px;object-fit:cover;width:100%}.modal-footer{background:#fff;flex-shrink:0;gap:12px;padding:20px 24px}.page-loading{color:var(--text-secondary);min-height:300px}.spinner{border:3px solid #f3f3f3;border-top:3px solid var(--primary-dark)}.spinner-small{animation:spin 1s linear infinite;height:16px;width:16px}@media (max-width:768px){.page-header{align-items:stretch}.filters-bar,.page-header{flex-direction:column}.search-box{max-width:100%}.categories-grid{grid-template-columns:1fr}.modal{border-radius:12px;margin:10px;max-height:95vh;max-width:100%}.modal-body{max-height:calc(95vh - 140px)}.modal-overlay{padding:10px}}.settings-page{gap:24px}.page-loading,.settings-page{display:flex;flex-direction:column}.page-loading{align-items:center;gap:16px;justify-content:center;min-height:400px}.page-loading .spinner{animation:spin .8s linear infinite;border:3px solid var(--bg-tertiary);border-radius:50%;border-top-color:var(--primary);height:40px;width:40px}.page-header{align-items:center;display:flex;justify-content:space-between}.page-title{color:var(--text-dark);font-size:24px;font-weight:600;margin:0 0 4px}.page-subtitle{color:var(--text-secondary);font-size:14px;margin:0}.settings-section{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000a;padding:24px}.section-header{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:24px}.section-title{font-size:18px;font-weight:600;margin:0 0 4px}.section-subtitle{font-size:13px;margin:0}.btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-family:Poppins,sans-serif;font-size:13px;font-weight:500;gap:8px;padding:10px 18px;transition:all .2s ease}.btn-primary{background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%)}.btn-primary:hover{box-shadow:0 4px 12px #d4a0a466}.btn-outline{background:#fff;border:1px solid var(--border-medium);color:var(--text-dark)}.btn-outline:hover{border-color:var(--primary);color:var(--primary)}.admins-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.admin-card{align-items:flex-start;background:var(--bg-primary);border-radius:12px;display:flex;gap:14px;padding:20px}.admin-avatar{align-items:center;background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:20px;font-weight:600;height:50px;justify-content:center;width:50px}.admin-info{flex:1 1;min-width:0}.admin-name{color:var(--text-dark);font-size:16px;font-weight:600;margin:0 0 8px}.admin-details{display:flex;flex-direction:column;gap:6px}.detail-row{align-items:center;color:var(--text-secondary);display:flex;font-size:13px;gap:8px}.detail-row svg{color:var(--text-muted);flex-shrink:0}.admin-actions{display:flex;gap:6px}.action-btn{align-items:center;border:none;border-radius:6px;cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .2s ease;width:32px}.edit-btn{background:var(--info-light);color:var(--info-dark)}.edit-btn:hover{background:#bfdbfe}.delete-btn{color:var(--error-dark)}.delete-btn,.delete-btn:hover{background:var(--error-light)}.empty-state{align-items:center;color:var(--text-muted);display:flex;flex-direction:column;gap:16px;grid-column:1/-1;justify-content:center;padding:60px 20px}.empty-state svg{opacity:.5}.modal-overlay{background:#00000080;height:100%;width:100%}.modal{background:#fff;border-radius:16px;max-width:420px;overflow:hidden;width:100%}.modal-header{align-items:center;border-bottom:1px solid var(--bg-tertiary);display:flex;justify-content:space-between;padding:20px 24px}.modal-header h2{font-size:18px;margin:0}.close-btn{align-items:center;background:var(--bg-secondary);border:none;border-radius:8px;color:var(--text-secondary);cursor:pointer;display:flex;height:36px;justify-content:center;width:36px}.modal-form{display:flex;flex-direction:column;gap:16px;padding:24px}.form-group{gap:6px}.form-group label{font-size:13px;font-weight:500}.form-group input{background:var(--bg-primary);border:1px solid var(--border-medium);border-radius:8px;color:var(--text-dark);font-family:Poppins,sans-serif;font-size:13px;outline:none;padding:10px 12px}.form-group input:focus{background:#fff;border-color:var(--primary)}.modal-footer{border-top:1px solid var(--bg-tertiary);display:flex;gap:10px;justify-content:flex-end;margin-top:8px;padding-top:16px}@media (max-width:768px){.section-header{align-items:flex-start;flex-direction:column}.admins-grid{grid-template-columns:1fr}}*{box-sizing:border-box;margin:0;padding:0}.admin-loading{align-items:center;background:linear-gradient(135deg,var(--text-dark) 0,#16213e 100%);display:flex;flex-direction:column;gap:20px;justify-content:center;min-height:100vh}.loading-spinner{border:3px solid #d4a0a433;border-top:3px solid var(--primary);height:50px;width:50px}.admin-loading p{color:#ffffffb3;font-family:Poppins,sans-serif;font-size:14px}::-webkit-scrollbar{height:6px;width:6px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--primary);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--primary-dark)}::selection{background-color:var(--primary);color:#fff}.slideshow-container{height:85vh;margin:0;max-height:800px;max-width:100%;min-height:600px;overflow:hidden;position:relative}.slide,.slideshow-container{direction:ltr!important;width:100%}.slide{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;height:100%;justify-content:flex-start;left:0;opacity:0;position:absolute;top:0;transition:opacity 1.2s ease-in-out}.slide.active{animation:kenBurns 8s ease-out forwards;opacity:1;z-index:1}@keyframes kenBurns{0%{transform:scale(1)}to{transform:scale(1.05)}}.slide.active .slide-text-wrapper{animation:fadeInUp 1s ease-out .3s forwards;opacity:0}.slideshow-container[data-lang=ar] .slide{justify-content:flex-end}.slide-overlay{align-items:center;background:linear-gradient(135deg,#4a3f3fb3,#4a3f3f66 40%,#4a3f3f1a 70%,#0000);direction:ltr!important;display:flex;height:100%;justify-content:flex-start;left:0;padding:0 100px;position:absolute;top:0;width:100%}.slideshow-container[data-lang=ar] .slide-overlay{background:linear-gradient(-135deg,#4a3f3fb3,#4a3f3f66 40%,#4a3f3f1a 70%,#0000);justify-content:flex-end}.slide-content{direction:ltr;max-width:650px;z-index:2}.slideshow-container[data-lang=ar] .slide-content{direction:rtl}.slide-content:before{background:linear-gradient(90deg,var(--primary-light),var(--primary));border-radius:3px;content:"";display:block;height:3px;margin-bottom:24px;width:60px}.slideshow-container[data-lang=ar] .slide-content:before{margin-left:auto}.slide-text{color:#fff;font-family:Cormorant Garamond,serif;font-size:56px;font-weight:500;letter-spacing:-.5px;line-height:1.2;margin-bottom:24px;text-align:left;text-shadow:0 4px 20px #0000004d}.slideshow-container[data-lang=ar] .slide-text{font-family:Amiri,serif;font-size:48px;font-weight:700;text-align:right}.slide-subtitle{color:#ffffffe6;font-family:Poppins,sans-serif;font-size:18px;font-weight:300;line-height:1.7;margin-bottom:36px;max-width:500px}.slideshow-container[data-lang=ar] .slide-subtitle{font-family:Tajawal,sans-serif;margin-left:auto;text-align:right}.slide-button{align-items:center;background:linear-gradient(135deg,var(--primary-light) 0,var(--primary) 100%);border-radius:50px;box-shadow:0 8px 30px #d4a5a580;color:#fff;display:inline-flex;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;gap:12px;letter-spacing:1.5px;overflow:hidden;padding:18px 44px;position:relative;text-decoration:none;text-transform:uppercase;transition:all .4s cubic-bezier(.4,0,.2,1)}.slideshow-container[data-lang=ar] .slide-button{flex-direction:row-reverse;font-family:Tajawal,sans-serif;font-size:16px;text-transform:none}.slide-button:before{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.slide-button:hover:before{left:100%}.slide-button:hover{background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);box-shadow:0 15px 40px #d4a5a599;transform:translateY(-4px)}.button-arrow{transition:transform .3s ease}.slide-button:hover .button-arrow{transform:translateX(6px)}.slideshow-container[data-lang=ar] .button-arrow{transform:scaleX(-1)}.slideshow-container[data-lang=ar] .slide-button:hover .button-arrow{transform:translateX(-6px) scaleX(-1)}.slide-arrow{align-items:center;background:#fffffff2;border:none;border-radius:50%;box-shadow:0 4px 20px #00000026;color:var(--text-dark);cursor:pointer;display:flex;height:60px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .4s cubic-bezier(.4,0,.2,1);width:60px;z-index:10}.slide-arrow:hover{background:var(--primary);box-shadow:0 8px 30px #d4a5a580;color:#fff;transform:translateY(-50%) scale(1.1)}.slide-arrow.prev{left:40px}.slide-arrow.next{right:40px}.slide-dots{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#fffffff2;border-radius:50px;bottom:40px;box-shadow:0 4px 20px #00000026;display:flex;gap:14px;left:50%;padding:14px 24px;position:absolute;transform:translateX(-50%);z-index:10}.dot{background:var(--border-medium);border:none;border-radius:50%;cursor:pointer;height:12px;padding:0;transition:all .4s ease;width:12px}.dot:hover{background:var(--primary-light);transform:scale(1.2)}.dot.active{background:linear-gradient(135deg,var(--primary-light) 0,var(--primary) 100%);border-radius:6px;box-shadow:0 2px 10px #d4a5a566;width:36px}.scroll-indicator{align-items:center;animation:bounce 2s ease-in-out infinite;bottom:120px;color:#fff;display:flex;flex-direction:column;font-size:12px;gap:8px;left:50%;letter-spacing:2px;opacity:.7;position:absolute;text-transform:uppercase;transform:translateX(-50%)}.scroll-indicator svg{height:24px;width:24px}@media (max-width:1400px){.slide-overlay{padding:0 80px}.slide-text{font-size:48px}}@media (max-width:1200px){.slideshow-container{height:75vh;min-height:550px}.slide-overlay{padding:0 60px}.slide-text{font-size:44px}.slideshow-container[data-lang=ar] .slide-text{font-size:40px}.slide-arrow{height:54px;width:54px}.slide-arrow.prev{left:30px}.slide-arrow.next{right:30px}}@media (max-width:992px){.slideshow-container{height:70vh;min-height:500px}.slide-overlay{padding:0 50px}.slide-content{max-width:550px}.slide-text{font-size:38px;margin-bottom:20px}.slideshow-container[data-lang=ar] .slide-text{font-size:34px}.slide-subtitle{font-size:16px;margin-bottom:28px}.slide-button{font-size:13px;padding:16px 36px}}@media (max-width:768px){.slideshow-container{height:65vh;min-height:480px}.slide-overlay{background:linear-gradient(180deg,#4a3f3f4d,#4a3f3f99 50%,#4a3f3fcc);padding:0 30px}.slide-overlay,.slideshow-container[data-lang=ar] .slide-overlay{justify-content:center}.slide-content{max-width:100%;text-align:center}.slide-content:before,.slideshow-container[data-lang=ar] .slide-content:before{margin:0 auto 20px}.slide-text{font-size:32px;margin-bottom:16px;text-align:center}.slideshow-container[data-lang=ar] .slide-text{font-size:30px;text-align:center}.slide-subtitle{font-size:15px}.slide-subtitle,.slideshow-container[data-lang=ar] .slide-subtitle{margin:0 auto 24px;text-align:center}.slide-button{font-size:12px;padding:14px 32px}.slide-arrow{height:48px;width:48px}.slide-arrow.prev{left:20px}.slide-arrow.next{right:20px}.slide-dots{bottom:30px;gap:10px;padding:10px 18px}.dot{height:10px;width:10px}.dot.active{width:28px}.scroll-indicator{display:none}}@media (max-width:576px){.slideshow-container{height:60vh;min-height:420px}.slide-overlay{padding:0 20px}.slide-text{font-size:28px}.slideshow-container[data-lang=ar] .slide-text{font-size:26px}.slide-subtitle{display:none;font-size:14px}.slide-button{font-size:11px;gap:10px;padding:12px 28px}.button-arrow{height:18px;width:18px}.slide-arrow{height:42px;width:42px}.slide-arrow.prev{left:15px}.slide-arrow.next{right:15px}.slide-arrow svg{height:20px;width:20px}.slide-dots{bottom:20px;gap:8px;padding:8px 14px}.dot{height:8px;width:8px}.dot.active{width:24px}}@media (max-width:400px){.slideshow-container{height:55vh;min-height:380px}.slide-text{font-size:24px}.slideshow-container[data-lang=ar] .slide-text{font-size:22px}.slide-button{font-size:10px;padding:12px 24px}}@media (prefers-reduced-motion:reduce){.dot,.scroll-indicator,.slide,.slide-arrow,.slide-button,.slide-text-wrapper{animation:none!important;transition:none!important}.slide.active{animation:none!important}}.dot:focus-visible,.slide-arrow:focus-visible,.slide-button:focus-visible{outline:3px solid #fff;outline-offset:3px}.addons-page{background:linear-gradient(180deg,var(--bg-primary) 0,#fff9f7 50%,#fefcfb 100%);min-height:100vh;overflow-x:hidden;padding-bottom:80px;position:relative}.addons-page.rtl{direction:rtl}.addons-bg-decoration{height:100%;left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:0}.deco-blob{border-radius:50%;filter:blur(100px);opacity:.35;position:absolute}.deco-blob-1{animation:blobFloat 25s ease-in-out infinite;background:radial-gradient(circle,var(--primary-light) 0,#0000 70%);height:500px;right:-100px;top:-150px;width:500px}.deco-blob-2{animation:blobFloat 30s ease-in-out infinite reverse;background:radial-gradient(circle,var(--info) 0,#0000 70%);bottom:10%;height:400px;left:-100px;width:400px}.deco-blob-3{animation:blobFloat 20s ease-in-out 3s infinite;background:radial-gradient(circle,var(--secondary-light) 0,#0000 70%);height:350px;right:-50px;top:40%;width:350px}@keyframes blobFloat{0%,to{transform:translate(0) scale(1)}33%{transform:translate(40px,-40px) scale(1.1)}66%{transform:translate(-30px,30px) scale(.9)}}.container{position:relative;z-index:1}.addons-breadcrumb{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#fff9;border-bottom:1px solid #e8b4b826;padding:20px 0}.breadcrumb-list{align-items:center;display:flex;font-family:Poppins,sans-serif;font-size:14px;gap:8px;list-style:none;margin:0;padding:0}.rtl .breadcrumb-list{font-family:Tajawal,sans-serif}.breadcrumb-list a{color:var(--text-secondary);text-decoration:none;transition:color .3s ease}.breadcrumb-list a:hover{color:var(--primary-light)}.breadcrumb-list .separator{color:#d4c4b5;display:flex}.rtl .breadcrumb-list .separator svg{transform:scaleX(-1)}.breadcrumb-list .current{color:var(--text-dark);font-weight:500}.addons-hero{padding:70px 0 60px;text-align:center}.hero-inner{margin:0 auto;max-width:800px}.hero-badge{align-items:center;background:linear-gradient(135deg,#e8b4b826,#dda0dd26);border:1px solid #e8b4b84d;border-radius:50px;color:var(--primary);display:inline-flex;font-family:Poppins,sans-serif;font-size:12px;font-weight:500;gap:10px;letter-spacing:2px;margin-bottom:24px;padding:8px 20px;text-transform:uppercase}.rtl .hero-badge{font-family:Tajawal,sans-serif;letter-spacing:0}.badge-icon{animation:sparkle 2s ease-in-out infinite;font-size:10px}@keyframes sparkle{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.hero-title{color:var(--text-dark);font-family:Cormorant Garamond,serif;font-size:58px;font-weight:600;letter-spacing:-1px;line-height:1.15;margin:0 0 20px}.rtl .hero-title{font-family:Amiri,serif;font-size:52px;letter-spacing:0}.hero-subtitle{color:#6b5c4c;font-family:Poppins,sans-serif;font-size:19px;font-weight:300;line-height:1.7;margin:0 0 35px}.rtl .hero-subtitle{font-family:Tajawal,sans-serif}.hero-divider{align-items:center;display:flex;gap:20px;justify-content:center}.divider-line{background:linear-gradient(90deg,#0000,var(--primary),#0000);height:1px;width:100px}.divider-icon{animation:ring 3s ease-in-out infinite;color:var(--primary-light)}@keyframes ring{0%,to{transform:rotate(0deg)}25%{transform:rotate(15deg)}75%{transform:rotate(-15deg)}}.addons-categories{padding:40px 0 70px}.categories-grid{grid-gap:35px;gap:35px;grid-template-columns:repeat(3,1fr)}.category-card{animation:cardFadeIn .7s ease-out forwards;border-radius:28px;box-shadow:0 8px 40px #2c181014;color:inherit;opacity:0;transition:all .6s cubic-bezier(.4,0,.2,1)}.category-card:hover{box-shadow:0 25px 60px #2c181026;transform:translateY(-15px) scale(1.02)}.card-glow{background:linear-gradient(90deg,var(--accent-color),#0000,var(--accent-color));height:4px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .4s ease}.category-card:hover .card-glow{opacity:1}.card-border{border:2px solid #0000;border-radius:28px;inset:0;pointer-events:none;position:absolute;transition:border-color .4s ease}.category-card:hover .card-border{border-color:var(--accent-color)}.card-image-section{background:linear-gradient(180deg,#fdf8f6,#fff5f3);height:280px;overflow:hidden;position:relative}.image-frame{align-items:center;display:flex;height:100%;justify-content:center;padding:30px;width:100%}.category-image{max-height:100%;max-width:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.category-card:hover .category-image{transform:scale(1.1) rotate(2deg)}.item-count-badge{align-items:center;background:#fff;border-radius:16px;box-shadow:0 4px 15px #0000001a;display:flex;flex-direction:column;line-height:1.2;padding:10px 16px;position:absolute;right:20px;top:20px}.rtl .item-count-badge{left:20px;right:auto}.item-count-badge .count{color:var(--accent-color);font-family:Cormorant Garamond,serif;font-size:28px;font-weight:700}.rtl .item-count-badge .count{font-family:Amiri,serif}.item-count-badge .label{color:var(--text-secondary);font-family:Poppins,sans-serif;font-size:10px;letter-spacing:.5px;text-transform:uppercase}.rtl .item-count-badge .label{font-family:Tajawal,sans-serif;text-transform:none}.card-content{padding:32px}.category-title{color:var(--text-dark);font-family:Cormorant Garamond,serif;font-size:26px;font-weight:600;line-height:1.3;margin:0 0 12px}.rtl .category-title{font-family:Amiri,serif}.category-desc{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#6b5c4c;display:-webkit-box;font-family:Poppins,sans-serif;font-size:14px;line-height:1.7;margin:0 0 24px;overflow:hidden}.rtl .category-desc{font-family:Tajawal,sans-serif}.explore-link{align-items:center;color:var(--accent-color);display:inline-flex;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;gap:10px;transition:all .3s ease}.rtl .explore-link{flex-direction:row-reverse;font-family:Tajawal,sans-serif}.explore-link .arrow-icon{transition:transform .3s ease}.category-card:hover .explore-link .arrow-icon{transform:translateX(8px)}.rtl .category-card:hover .explore-link .arrow-icon{transform:translateX(-8px) scaleX(-1)}.rtl .explore-link .arrow-icon{transform:scaleX(-1)}.addons-features{padding:50px 0}.features-grid{grid-template-columns:repeat(3,1fr)}.feature-item{background:#ffffffb3;border:1px solid #e8b4b826;border-radius:20px;padding:40px 30px;text-align:center;transition:all .4s ease}.feature-item:hover{border-color:#e8b4b84d;box-shadow:0 15px 40px #e8b4b833;transform:translateY(-8px)}.feature-icon{align-items:center;background:linear-gradient(135deg,#e8b4b833,#dda0dd33);border-radius:50%;color:var(--primary);display:flex;height:70px;justify-content:center;margin:0 auto 20px;transition:all .4s ease;width:70px}.feature-item:hover .feature-icon{background:linear-gradient(135deg,var(--primary-light) 0,var(--primary) 100%);color:#fff;transform:scale(1.1)}.feature-item h3{color:var(--text-dark);font-family:Cormorant Garamond,serif;font-size:22px;font-weight:600;margin:0 0 10px}.rtl .feature-item h3{font-family:Amiri,serif}.feature-item p{color:var(--text-secondary);font-family:Poppins,sans-serif;font-size:14px;line-height:1.6;margin:0}.rtl .feature-item p{font-family:Tajawal,sans-serif}@media (max-width:1200px){.hero-title{font-size:48px}.categories-grid{gap:25px}.card-image-section{height:240px}.card-content{padding:24px}.category-title{font-size:22px}}@media (max-width:992px){.categories-grid{grid-template-columns:repeat(2,1fr)}.features-grid{gap:20px;grid-template-columns:repeat(3,1fr)}.feature-item{padding:30px 20px}}@media (max-width:768px){.addons-hero{padding:50px 0 40px}.hero-title{font-size:40px}.rtl .hero-title{font-size:36px}.hero-subtitle{font-size:16px}.categories-grid{gap:24px;grid-template-columns:1fr}.category-card{display:grid;grid-template-columns:1fr 1.2fr}.card-image-section{border-radius:28px 0 0 28px;height:auto;min-height:280px}.rtl .card-image-section{border-radius:0 28px 28px 0}.item-count-badge{padding:8px 12px;right:15px;top:15px}.rtl .item-count-badge{left:15px;right:auto}.item-count-badge .count{font-size:22px}.card-content{display:flex;flex-direction:column;justify-content:center}.features-grid{gap:16px;grid-template-columns:1fr}.feature-item{align-items:center;display:flex;gap:20px;padding:24px;text-align:left}.rtl .feature-item{flex-direction:row-reverse;text-align:right}.feature-icon{flex-shrink:0;height:60px;margin:0;width:60px}.feature-item h3{font-size:18px;margin-bottom:4px}.feature-item p{font-size:13px}}@media (max-width:480px){.container{padding:0 16px}.hero-badge{font-size:10px;padding:6px 14px}.hero-title{font-size:32px}.rtl .hero-title{font-size:30px}.hero-subtitle{font-size:14px}.divider-line{width:60px}.category-card{border-radius:20px;grid-template-columns:1fr}.card-image-section{height:280px}.card-image-section,.rtl .card-image-section{border-radius:20px 20px 0 0}.item-count-badge{border-radius:12px;padding:6px 10px;right:12px;top:12px}.rtl .item-count-badge{left:12px;right:auto}.item-count-badge .count{font-size:20px}.item-count-badge .label{font-size:9px}.card-content{padding:20px}.category-title{font-size:20px}.category-desc{font-size:13px;margin-bottom:18px}.explore-link{font-size:13px}.feature-item,.rtl .feature-item{flex-direction:column;text-align:center}}@media (prefers-reduced-motion:reduce){.badge-icon,.category-card,.category-image,.deco-blob,.divider-icon,.feature-icon,.feature-item{animation:none!important;transition:none!important}}.category-card:focus-visible{outline:3px solid var(--primary-light);outline-offset:4px}@media print{.addons-bg-decoration{display:none}.category-card{border:1px solid var(--border-medium);box-shadow:none;break-inside:avoid;page-break-inside:avoid}}.acrylic-toppers-page{background:linear-gradient(180deg,var(--bg-primary) 0,#fff9f7 50%,var(--bg-primary) 100%);min-height:100vh;overflow-x:hidden;padding-bottom:80px;position:relative}.acrylic-toppers-page.rtl{direction:rtl}.page-background{height:100%;left:0;overflow:hidden;pointer-events:none;position:fixed;top:0;width:100%;z-index:0}.bg-circle{border-radius:50%;filter:blur(80px);opacity:.4;position:absolute}.bg-circle-1{animation:float 20s ease-in-out infinite;background:radial-gradient(circle,#e8b4b84d 0,#0000 70%);height:600px;right:-100px;top:-200px;width:600px}.bg-circle-2{animation:float 25s ease-in-out infinite reverse;background:radial-gradient(circle,#d4909a40 0,#0000 70%);bottom:20%;height:400px;left:-150px;width:400px}.bg-circle-3{animation:float 18s ease-in-out 5s infinite;background:radial-gradient(circle,#ffdab94d 0,#0000 70%);height:300px;right:10%;top:50%;width:300px}@keyframes float{0%,to{transform:translate(0) scale(1)}25%{transform:translate(30px,-30px) scale(1.05)}50%{transform:translate(-20px,20px) scale(.95)}75%{transform:translate(20px,10px) scale(1.02)}}.acrylic-toppers-page .container{margin:0 auto;max-width:1400px;padding:0 24px;position:relative;width:100%;z-index:1}.acrylic-toppers-page .breadcrumb-nav{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffff80;border-bottom:1px solid #e8b4b833;padding:20px 0}.acrylic-toppers-page .breadcrumb{align-items:center;display:flex;font-family:Poppins,sans-serif;font-size:14px;gap:8px;list-style:none;margin:0;padding:0}.acrylic-toppers-page.rtl .breadcrumb{font-family:Tajawal,sans-serif}.acrylic-toppers-page .breadcrumb a{color:var(--text-secondary);text-decoration:none;transition:color .3s ease}.acrylic-toppers-page .breadcrumb a:hover{color:var(--primary-light)}.acrylic-toppers-page .breadcrumb .separator{align-items:center;color:#d4c4b5;display:flex}.acrylic-toppers-page.rtl .breadcrumb .separator svg{transform:scaleX(-1)}.acrylic-toppers-page .breadcrumb .current{color:var(--text-dark);font-weight:500}.acrylic-toppers-page .page-hero{padding:60px 0 50px;text-align:center}.acrylic-toppers-page .hero-content{margin:0 auto;max-width:700px}.acrylic-toppers-page .hero-accent{color:var(--primary);display:inline-block;font-family:Cormorant Garamond,serif;font-size:14px;font-weight:500;letter-spacing:3px;margin-bottom:16px;text-transform:uppercase}.acrylic-toppers-page.rtl .hero-accent{font-family:Amiri,serif;letter-spacing:0}.acrylic-toppers-page .hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--text-dark) 0,var(--text-secondary) 50%,var(--primary) 100%);-webkit-background-clip:text;background-clip:text;color:var(--text-dark);font-family:Cormorant Garamond,serif;font-size:52px;font-weight:600;letter-spacing:-.5px;line-height:1.2;margin:0 0 16px}.acrylic-toppers-page.rtl .hero-title{font-family:Amiri,serif;font-size:48px;letter-spacing:0}.acrylic-toppers-page .hero-subtitle{color:#6b5c4c;font-family:Poppins,sans-serif;font-size:18px;font-weight:300;line-height:1.6;margin:0 0 30px}.acrylic-toppers-page.rtl .hero-subtitle{font-family:Tajawal,sans-serif}.acrylic-toppers-page .hero-decoration{align-items:center;display:flex;gap:16px;justify-content:center}.acrylic-toppers-page .deco-line{background:linear-gradient(90deg,#0000,var(--primary-light),#0000);height:1px;width:80px}.acrylic-toppers-page .deco-flower{animation:rotate 20s linear infinite;color:var(--primary-light)}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.acrylic-toppers-page .filter-section{padding:30px 0 40px}.acrylic-toppers-page .filter-wrapper{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.acrylic-toppers-page .filter-btn{background:#ffffffb3;border:2px solid #e8b4b84d;border-radius:50px;color:#5c4a3d;cursor:pointer;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;overflow:hidden;padding:12px 28px;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1);white-space:nowrap}.acrylic-toppers-page.rtl .filter-btn{font-family:Tajawal,sans-serif}.acrylic-toppers-page .filter-btn:hover{border-color:var(--primary-light);box-shadow:0 6px 20px #e8b4b84d;color:var(--text-dark);transform:translateY(-2px)}.acrylic-toppers-page .filter-btn.active{background:linear-gradient(135deg,var(--primary-light) 0,var(--primary) 100%);border-color:#0000;box-shadow:0 8px 25px #e8b4b866;color:#fff}.acrylic-toppers-page .products-section{padding:20px 0 60px}.acrylic-toppers-page .products-grid{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(4,1fr)}.acrylic-toppers-page .product-card{animation:fadeInUp .6s ease-out forwards;background:#fff;border-radius:20px;box-shadow:0 4px 20px #2c18100f;opacity:0;overflow:hidden;position:relative;transition:all .5s cubic-bezier(.4,0,.2,1)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.acrylic-toppers-page .product-card:hover{box-shadow:0 20px 50px #e8b4b840;transform:translateY(-10px)}.acrylic-toppers-page .product-badge{border-radius:20px;font-family:Poppins,sans-serif;font-size:11px;font-weight:600;left:16px;letter-spacing:.5px;padding:6px 14px;position:absolute;text-transform:uppercase;top:16px;z-index:10}.acrylic-toppers-page.rtl .product-badge{font-family:Tajawal,sans-serif;left:auto;right:16px;text-transform:none}.acrylic-toppers-page .badge-popular{background:linear-gradient(135deg,var(--warning) 0,var(--warm) 100%);box-shadow:0 4px 15px #ffd70066;color:#5c4000}.acrylic-toppers-page .badge-new{background:linear-gradient(135deg,var(--accent-light) 0,#88d8b0 100%);box-shadow:0 4px 15px #a8e6cf66;color:#1a5c3a}.acrylic-toppers-page .product-image-wrapper{background:linear-gradient(180deg,#fdf8f6,#fff5f3);height:340px;overflow:hidden;position:relative}.acrylic-toppers-page .image-glow{background:radial-gradient(circle,#e8b4b84d 0,#0000 70%);border-radius:50%;height:200px;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .5s ease;width:150px}.acrylic-toppers-page .product-card:hover .image-glow{opacity:1}.acrylic-toppers-page .product-image{height:100%;object-fit:cover;padding:20px;transition:transform .6s cubic-bezier(.4,0,.2,1);width:100%}.acrylic-toppers-page .product-card:hover .product-image{transform:scale(1.08)}.acrylic-toppers-page .product-overlay{background:linear-gradient(180deg,#0000,#2c1810cc);bottom:0;display:flex;justify-content:center;left:0;opacity:0;padding:20px;position:absolute;right:0;transform:translateY(20px);transition:all .4s cubic-bezier(.4,0,.2,1)}.acrylic-toppers-page .product-card:hover .product-overlay{opacity:1;transform:translateY(0)}.acrylic-toppers-page .quick-add-btn{align-items:center;background:#fff;border:none;border-radius:50px;color:var(--text-dark);cursor:pointer;display:flex;font-family:Poppins,sans-serif;font-size:13px;font-weight:600;gap:8px;padding:12px 24px;transition:all .3s ease}.acrylic-toppers-page.rtl .quick-add-btn{flex-direction:row-reverse;font-family:Tajawal,sans-serif}.acrylic-toppers-page .quick-add-btn:hover{background:linear-gradient(135deg,var(--primary-light) 0,var(--primary) 100%);color:#fff;transform:scale(1.05)}.acrylic-toppers-page .product-details{padding:22px}.acrylic-toppers-page .product-name{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:var(--text-dark);display:-webkit-box;font-family:Cormorant Garamond,serif;font-size:20px;font-weight:600;line-height:1.3;margin:0 0 8px;overflow:hidden}.acrylic-toppers-page.rtl .product-name{font-family:Amiri,serif}.acrylic-toppers-page .product-desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:var(--text-secondary);display:-webkit-box;font-family:Poppins,sans-serif;font-size:13px;line-height:1.5;margin:0 0 16px;overflow:hidden}.acrylic-toppers-page.rtl .product-desc{font-family:Tajawal,sans-serif}.acrylic-toppers-page .product-footer{align-items:center;display:flex;justify-content:space-between}.acrylic-toppers-page .product-price{color:var(--primary);font-family:Poppins,sans-serif;font-size:20px;font-weight:600}.acrylic-toppers-page.rtl .product-price{font-family:Tajawal,sans-serif}.acrylic-toppers-page .cart-icon-btn{align-items:center;background:#0000;border:2px solid var(--primary-light);border-radius:50%;color:var(--primary-light);cursor:pointer;display:flex;flex-shrink:0;height:44px;justify-content:center;transition:all .3s ease;width:44px}.acrylic-toppers-page .cart-icon-btn:hover{background:linear-gradient(135deg,var(--primary-light) 0,var(--primary) 100%);border-color:#0000;color:#fff;transform:rotate(90deg)}.acrylic-toppers-page .info-banner{padding:0 0 40px}.acrylic-toppers-page .banner-content{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#e8b4b81a,#ffdab91a);border:1px solid #e8b4b833;border-radius:20px;display:flex;gap:24px;padding:30px 40px}.acrylic-toppers-page.rtl .banner-content{flex-direction:row-reverse;text-align:right}.acrylic-toppers-page .banner-icon{align-items:center;animation:pulse 2s ease-in-out infinite;background:linear-gradient(135deg,var(--primary-light) 0,var(--primary) 100%);border-radius:50%;box-shadow:0 8px 30px #e8b4b866;color:#fff;display:flex;flex-shrink:0;height:70px;justify-content:center;width:70px}.acrylic-toppers-page .banner-text h3{color:var(--text-dark);font-family:Cormorant Garamond,serif;font-size:24px;font-weight:600;margin:0 0 8px}.acrylic-toppers-page.rtl .banner-text h3{font-family:Amiri,serif}.acrylic-toppers-page .banner-text p{color:#6b5c4c;font-family:Poppins,sans-serif;font-size:15px;line-height:1.5;margin:0}.acrylic-toppers-page.rtl .banner-text p{font-family:Tajawal,sans-serif}@media (max-width:1200px){.acrylic-toppers-page .hero-title{font-size:46px}.acrylic-toppers-page.rtl .hero-title{font-size:42px}.acrylic-toppers-page .products-grid{gap:24px;grid-template-columns:repeat(3,1fr)}.acrylic-toppers-page .product-image-wrapper{height:240px}}@media (max-width:992px){.acrylic-toppers-page .products-grid{gap:20px;grid-template-columns:repeat(3,1fr)}.acrylic-toppers-page .product-image-wrapper{height:220px}.acrylic-toppers-page .product-details{padding:18px}.acrylic-toppers-page .product-name{font-size:18px}.acrylic-toppers-page .filter-wrapper{gap:10px}.acrylic-toppers-page .filter-btn{font-size:13px;padding:10px 22px}.acrylic-toppers-page .banner-content{padding:26px}.acrylic-toppers-page .banner-content,.acrylic-toppers-page.rtl .banner-content{flex-direction:column;text-align:center}}@media (max-width:768px){.acrylic-toppers-page{padding-bottom:60px}.bg-circle{opacity:.3}.bg-circle-3{display:none}.acrylic-toppers-page .container{padding:0 16px}.acrylic-toppers-page .breadcrumb-nav{padding:12px 0}.acrylic-toppers-page .breadcrumb{font-size:12px;gap:6px}.acrylic-toppers-page .page-hero{padding:40px 0 30px}.acrylic-toppers-page .hero-accent{font-size:12px;letter-spacing:2px;margin-bottom:12px}.acrylic-toppers-page .hero-title{font-size:36px;margin-bottom:12px}.acrylic-toppers-page.rtl .hero-title{font-size:32px}.acrylic-toppers-page .hero-subtitle{font-size:15px;margin-bottom:22px}.acrylic-toppers-page .deco-line{width:60px}.acrylic-toppers-page .filter-section{padding:22px 0 26px}.acrylic-toppers-page .filter-wrapper{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;gap:8px;justify-content:flex-start;overflow-x:auto;padding-bottom:8px;scrollbar-width:none}.acrylic-toppers-page .filter-wrapper::-webkit-scrollbar{display:none}.acrylic-toppers-page .filter-btn{flex-shrink:0;font-size:12px;padding:9px 18px}.acrylic-toppers-page .products-section{padding:16px 0 40px}.acrylic-toppers-page .products-grid{gap:16px;grid-template-columns:repeat(2,1fr)}.acrylic-toppers-page .product-card{border-radius:18px}.acrylic-toppers-page .product-card:hover{transform:none}.acrylic-toppers-page .product-badge{border-radius:14px;font-size:9px;left:12px;padding:5px 10px;top:12px}.acrylic-toppers-page.rtl .product-badge{left:auto;right:12px}.acrylic-toppers-page .product-image-wrapper{height:190px}.acrylic-toppers-page .product-image{padding:14px}.acrylic-toppers-page .product-overlay{display:none}.acrylic-toppers-page .product-details{padding:16px}.acrylic-toppers-page .product-name{font-size:16px;margin-bottom:5px}.acrylic-toppers-page .product-desc{-webkit-line-clamp:1;font-size:11px;margin-bottom:12px}.acrylic-toppers-page .product-price{font-size:17px}.acrylic-toppers-page .cart-icon-btn{height:38px;width:38px}.acrylic-toppers-page .cart-icon-btn svg{height:14px;width:14px}.acrylic-toppers-page .info-banner{padding:0 0 30px}.acrylic-toppers-page .banner-content{border-radius:18px;flex-direction:column;gap:16px;padding:22px 18px;text-align:center}.acrylic-toppers-page .banner-icon{height:60px;width:60px}.acrylic-toppers-page .banner-icon svg{height:28px;width:28px}.acrylic-toppers-page .banner-text h3{font-size:20px}.acrylic-toppers-page .banner-text p{font-size:13px}}@media (max-width:480px){.acrylic-toppers-page{padding-bottom:50px}.bg-circle-2{opacity:.2}.acrylic-toppers-page .container{padding:0 12px}.acrylic-toppers-page .breadcrumb-nav{padding:10px 0}.acrylic-toppers-page .breadcrumb{font-size:11px;gap:4px}.acrylic-toppers-page .breadcrumb .separator svg{height:12px;width:12px}.acrylic-toppers-page .page-hero{padding:28px 0 22px}.acrylic-toppers-page .hero-accent{font-size:11px;letter-spacing:1.5px;margin-bottom:10px}.acrylic-toppers-page .hero-title{font-size:30px}.acrylic-toppers-page.rtl .hero-title{font-size:28px}.acrylic-toppers-page .hero-subtitle{font-size:13px;margin-bottom:18px}.acrylic-toppers-page .deco-line{width:50px}.acrylic-toppers-page .filter-section{padding:16px 0 20px}.acrylic-toppers-page .filter-btn{border-width:1.5px;font-size:11px;padding:7px 14px}.acrylic-toppers-page .products-section{padding:12px 0 30px}.acrylic-toppers-page .products-grid{gap:12px}.acrylic-toppers-page .product-card{border-radius:14px}.acrylic-toppers-page .product-badge{border-radius:10px;font-size:8px;left:8px;padding:4px 8px;top:8px}.acrylic-toppers-page.rtl .product-badge{left:auto;right:8px}.acrylic-toppers-page .product-image-wrapper{height:200px}.acrylic-toppers-page .product-details,.acrylic-toppers-page .product-image{padding:0}.acrylic-toppers-page .product-name{font-size:14px;margin-bottom:4px}.acrylic-toppers-page .product-desc{display:none}.acrylic-toppers-page .product-price{font-size:14px}.acrylic-toppers-page .cart-icon-btn{height:32px;width:32px}.acrylic-toppers-page .cart-icon-btn svg{height:12px;width:12px}.acrylic-toppers-page .info-banner{padding:0 0 20px}.acrylic-toppers-page .banner-content{border-radius:14px;gap:12px;padding:18px 14px}.acrylic-toppers-page .banner-icon{height:52px;width:52px}.acrylic-toppers-page .banner-icon svg{height:24px;width:24px}.acrylic-toppers-page .banner-text h3{font-size:17px}.acrylic-toppers-page .banner-text p{font-size:12px}}@media (max-width:360px){.acrylic-toppers-page .container{padding:0 10px}.acrylic-toppers-page .hero-accent{font-size:10px}.acrylic-toppers-page .hero-title{font-size:26px}.acrylic-toppers-page.rtl .hero-title{font-size:24px}.acrylic-toppers-page .hero-subtitle{font-size:12px}.acrylic-toppers-page .deco-line{width:40px}.acrylic-toppers-page .filter-btn{font-size:10px;padding:6px 12px}.acrylic-toppers-page .products-grid{gap:10px}.acrylic-toppers-page .product-image-wrapper{height:130px}.acrylic-toppers-page .product-details{padding:0}.acrylic-toppers-page .product-name,.acrylic-toppers-page .product-price{font-size:12px}.acrylic-toppers-page .product-badge{font-size:7px;padding:3px 6px}.acrylic-toppers-page .cart-icon-btn{height:28px;width:28px}.acrylic-toppers-page .cart-icon-btn svg{height:10px;width:10px}.acrylic-toppers-page .banner-content{padding:14px 12px}.acrylic-toppers-page .banner-icon{height:46px;width:46px}.acrylic-toppers-page .banner-icon svg{height:20px;width:20px}.acrylic-toppers-page .banner-text h3{font-size:14px}.acrylic-toppers-page .banner-text p{font-size:11px}}@media (prefers-reduced-motion:reduce){.banner-icon,.bg-circle,.cart-icon-btn,.deco-flower,.filter-btn,.product-card,.product-image{animation:none!important;transition:none!important}}.acrylic-toppers-page .cart-icon-btn:focus-visible,.acrylic-toppers-page .filter-btn:focus-visible,.acrylic-toppers-page .quick-add-btn:focus-visible{outline:2px solid var(--primary-light);outline-offset:2px}@media print{.page-background{display:none}.acrylic-toppers-page .product-card{border:1px solid var(--border-medium);box-shadow:none;break-inside:avoid;page-break-inside:avoid}.acrylic-toppers-page .filter-section,.acrylic-toppers-page .info-banner{display:none}}.helium-balloons-page{background:linear-gradient(180deg,var(--primary-light)8ff 0,var(--bg-primary) 50%,#f5f0ff 100%);min-height:100vh;overflow-x:hidden;padding-bottom:80px;position:relative}.helium-balloons-page.rtl{direction:rtl}.balloons-bg{height:100%;left:0;overflow:hidden;pointer-events:none;position:fixed;top:0;width:100%;z-index:0}.floating-balloon{animation:floatBalloon 15s ease-in-out infinite;font-size:40px;opacity:.15}.balloon-1{animation-delay:0s;left:5%;top:10%}.balloon-2{animation-delay:-5s;font-size:50px;right:8%;top:30%}.balloon-3{animation-delay:-10s;bottom:20%;font-size:35px;left:15%}@keyframes floatBalloon{0%,to{transform:translateY(0) rotate(-5deg)}25%{transform:translateY(-30px) rotate(5deg)}50%{transform:translateY(-15px) rotate(-3deg)}75%{transform:translateY(-40px) rotate(3deg)}}.bg-gradient-orb{opacity:.3}.orb-1{background:radial-gradient(circle,var(--info) 0,#0000 70%)}.orb-2{background:radial-gradient(circle,var(--primary-lighter) 0,#0000 70%)}.helium-balloons-page .container{margin:0 auto;max-width:1400px;padding:0 24px;position:relative;width:100%;z-index:1}.helium-balloons-page .breadcrumb-nav{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffffb3;border-bottom:1px solid #87ceeb33;padding:20px 0}.helium-balloons-page .breadcrumb{align-items:center;display:flex;font-family:Poppins,sans-serif;font-size:14px;gap:8px;list-style:none;margin:0;padding:0}.helium-balloons-page.rtl .breadcrumb{font-family:Tajawal,sans-serif}.helium-balloons-page .breadcrumb a{color:#6b8e9f;text-decoration:none;transition:color .3s ease}.helium-balloons-page .breadcrumb a:hover{color:var(--info)}.helium-balloons-page .breadcrumb .separator{color:#b8d4e3;display:flex}.helium-balloons-page.rtl .breadcrumb .separator svg{transform:scaleX(-1)}.helium-balloons-page .breadcrumb .current{color:var(--text-dark);font-weight:500}.helium-balloons-page .page-hero{padding:60px 0 40px;text-align:center}.helium-balloons-page .hero-content{margin:0 auto;max-width:800px}.helium-balloons-page .hero-accent{animation:bounce 2s ease-in-out infinite;color:var(--primary-light);display:inline-block;font-family:Poppins,sans-serif;font-size:16px;font-weight:500;margin-bottom:16px}.helium-balloons-page.rtl .hero-accent{font-family:Tajawal,sans-serif}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.helium-balloons-page .hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--text-dark) 0,var(--info-dark) 50%,#e74c8c 100%);-webkit-background-clip:text;background-clip:text;color:var(--text-dark);font-family:Cormorant Garamond,serif;font-size:54px;font-weight:600;line-height:1.2;margin:0 0 16px}.helium-balloons-page.rtl .hero-title{font-family:Amiri,serif;font-size:48px}.helium-balloons-page .hero-subtitle{color:#5a6c7d;font-family:Poppins,sans-serif;font-size:18px;font-weight:300;line-height:1.7;margin:0 0 35px}.helium-balloons-page.rtl .hero-subtitle{font-family:Tajawal,sans-serif}.helium-balloons-page .hero-stats{align-items:center;background:#fff;border-radius:20px;box-shadow:0 10px 40px #87ceeb33;display:flex;gap:40px;justify-content:center;margin:0 auto;max-width:500px;padding:25px 40px}.helium-balloons-page .stat-item{text-align:center}.helium-balloons-page .stat-number{color:var(--info-dark);display:block;font-family:Cormorant Garamond,serif;font-size:36px;font-weight:700;line-height:1}.helium-balloons-page.rtl .stat-number{font-family:Amiri,serif}.helium-balloons-page .stat-label{color:#7f8c9a;font-family:Poppins,sans-serif;font-size:12px;letter-spacing:1px;text-transform:uppercase}.helium-balloons-page.rtl .stat-label{font-family:Tajawal,sans-serif;letter-spacing:0;text-transform:none}.helium-balloons-page .stat-divider{background:linear-gradient(180deg,#0000,var(--border-medium),#0000);height:40px;width:1px}.helium-balloons-page .filter-section{padding:30px 0 20px}.helium-balloons-page .filter-wrapper{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.helium-balloons-page .filter-btn{background:#fffc;border:2px solid #87ceeb4d;border-radius:50px;color:#5a6c7d;cursor:pointer;font-family:Poppins,sans-serif;font-size:13px;font-weight:500;padding:10px 20px;transition:all .3s ease;white-space:nowrap}.helium-balloons-page.rtl .filter-btn{font-family:Tajawal,sans-serif}.helium-balloons-page .filter-btn:hover{border-color:var(--info);box-shadow:0 4px 15px #87ceeb4d;color:var(--info-dark);transform:translateY(-2px)}.helium-balloons-page .filter-btn.active{background:linear-gradient(135deg,var(--info) 0,var(--info-dark) 100%);border-color:#0000;box-shadow:0 6px 20px #3498db66;color:#fff}.helium-balloons-page .products-section{padding:20px 0 60px}.helium-balloons-page .products-header{margin-bottom:24px}.helium-balloons-page .showing-text{color:#7f8c9a;font-family:Poppins,sans-serif;font-size:14px;text-align:center}.helium-balloons-page.rtl .showing-text{font-family:Tajawal,sans-serif}.helium-balloons-page .products-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(4,1fr)}.helium-balloons-page .product-card{animation:cardFadeIn .5s ease-out forwards;background:#fff;border-radius:20px;box-shadow:0 4px 20px #2c3e5014;opacity:0;overflow:hidden;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.helium-balloons-page .product-card:hover{box-shadow:0 15px 40px #87ceeb40;transform:translateY(-8px)}.helium-balloons-page .product-badge{border-radius:15px;font-family:Poppins,sans-serif;font-size:10px;font-weight:600;left:12px;letter-spacing:.5px;padding:5px 12px;position:absolute;text-transform:uppercase;top:12px;z-index:10}.helium-balloons-page.rtl .product-badge{font-family:Tajawal,sans-serif;left:auto;right:12px;text-transform:none}.helium-balloons-page .badge-popular{background:linear-gradient(135deg,var(--warning) 0,var(--warm) 100%);color:#5c4000}.helium-balloons-page .badge-new{background:linear-gradient(135deg,var(--accent-light) 0,#88d8b0 100%);color:#1a5c3a}.helium-balloons-page .product-image-wrapper{background:linear-gradient(180deg,#f8fbff 0,var(--primary-light)5fa 100%);height:220px;overflow:hidden;position:relative}.helium-balloons-page .product-image{height:100%;object-fit:cover;padding:0;transition:transform .5s cubic-bezier(.4,0,.2,1);width:100%}.helium-balloons-page .product-card:hover .product-image{transform:scale(1.08)}.helium-balloons-page .product-overlay{background:linear-gradient(180deg,#0000,#2c3e50d9);bottom:0;display:flex;justify-content:center;left:0;opacity:0;padding:0;position:absolute;right:0;transform:translateY(15px);transition:all .3s ease}.helium-balloons-page .product-card:hover .product-overlay{opacity:1;transform:translateY(0)}.helium-balloons-page .quick-add-btn{align-items:center;background:#fff;border:none;border-radius:50px;color:var(--text-dark);cursor:pointer;display:flex;font-family:Poppins,sans-serif;font-size:12px;font-weight:600;gap:6px;padding:10px 20px;transition:all .3s ease}.helium-balloons-page.rtl .quick-add-btn{flex-direction:row-reverse;font-family:Tajawal,sans-serif}.helium-balloons-page .quick-add-btn:hover{background:linear-gradient(135deg,var(--info) 0,var(--info-dark) 100%);color:#fff;transform:scale(1.05)}.helium-balloons-page .product-details{padding:18px}.helium-balloons-page .product-name{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:var(--text-dark);display:-webkit-box;font-family:Poppins,sans-serif;font-size:15px;font-weight:600;line-height:1.3;margin:0 0 6px;overflow:hidden}.helium-balloons-page.rtl .product-name{font-family:Tajawal,sans-serif}.helium-balloons-page .product-desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#7f8c9a;display:-webkit-box;font-family:Poppins,sans-serif;font-size:12px;line-height:1.4;margin:0 0 12px;overflow:hidden}.helium-balloons-page.rtl .product-desc{font-family:Tajawal,sans-serif}.helium-balloons-page .product-footer{align-items:center;display:flex;justify-content:space-between}.helium-balloons-page .product-price{color:var(--info-dark);font-family:Poppins,sans-serif;font-size:17px;font-weight:600}.helium-balloons-page .product-price.on-selection{color:#7f8c9a;font-size:12px;font-weight:500}.helium-balloons-page.rtl .product-price{font-family:Tajawal,sans-serif}.helium-balloons-page .cart-icon-btn{align-items:center;background:#0000;border:2px solid var(--info);border-radius:50%;color:var(--info);cursor:pointer;display:flex;flex-shrink:0;height:38px;justify-content:center;transition:all .3s ease;width:38px}.helium-balloons-page .cart-icon-btn:hover{background:linear-gradient(135deg,var(--info) 0,var(--info-dark) 100%);border-color:#0000;color:#fff;transform:rotate(90deg)}.helium-balloons-page .load-more-wrapper{display:flex;justify-content:center;margin-top:50px}.helium-balloons-page .load-more-btn{align-items:center;background:#fff;border:2px solid var(--info);border-radius:50px;color:var(--info-dark);cursor:pointer;display:flex;font-family:Poppins,sans-serif;font-size:15px;font-weight:600;gap:10px;padding:15px 40px;transition:all .3s ease}.helium-balloons-page.rtl .load-more-btn{flex-direction:row-reverse;font-family:Tajawal,sans-serif}.helium-balloons-page .load-more-btn:hover{background:linear-gradient(135deg,var(--info) 0,var(--info-dark) 100%);border-color:#0000;box-shadow:0 10px 30px #3498db4d;color:#fff;transform:translateY(-3px)}.helium-balloons-page .load-more-btn svg{transition:transform .3s ease}.helium-balloons-page .load-more-btn:hover svg{transform:translateY(3px)}.helium-balloons-page .info-banner{padding:0 0 40px}.helium-balloons-page .banner-content{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#87ceeb26,#ffb6c126);border:1px solid #87ceeb40;border-radius:20px;display:flex;gap:24px;padding:30px 40px}.helium-balloons-page.rtl .banner-content{flex-direction:row-reverse;text-align:right}.helium-balloons-page .banner-icon{align-items:center;animation:floatBalloon 3s ease-in-out infinite;background:linear-gradient(135deg,var(--info) 0,var(--info-dark) 100%);border-radius:50%;display:flex;flex-shrink:0;font-size:32px;height:70px;justify-content:center;width:70px}.helium-balloons-page .banner-text h3{color:var(--text-dark);font-family:Cormorant Garamond,serif;font-size:24px;font-weight:600;margin:0 0 8px}.helium-balloons-page.rtl .banner-text h3{font-family:Amiri,serif}.helium-balloons-page .banner-text p{color:#5a6c7d;font-family:Poppins,sans-serif;font-size:15px;line-height:1.5;margin:0}.helium-balloons-page.rtl .banner-text p{font-family:Tajawal,sans-serif}@media (max-width:1200px){.helium-balloons-page .hero-title{font-size:46px}.helium-balloons-page.rtl .hero-title{font-size:42px}.helium-balloons-page .products-grid{gap:20px;grid-template-columns:repeat(3,1fr)}.helium-balloons-page .product-image-wrapper{height:280px}.helium-balloons-page .hero-stats{gap:32px;padding:22px 36px}}@media (max-width:992px){.helium-balloons-page .products-grid{gap:18px;grid-template-columns:repeat(3,1fr)}.helium-balloons-page .product-image-wrapper{height:190px}.helium-balloons-page .filter-wrapper{gap:8px}.helium-balloons-page .filter-btn{font-size:12px;padding:9px 16px}.helium-balloons-page .banner-content{padding:26px}.helium-balloons-page .banner-content,.helium-balloons-page.rtl .banner-content{flex-direction:column;text-align:center}}@media (max-width:768px){.helium-balloons-page{padding-bottom:60px}.floating-balloon{font-size:32px;opacity:.12}.balloon-2{font-size:40px}.balloon-3{font-size:28px}.helium-balloons-page .container{padding:0 16px}.helium-balloons-page .breadcrumb-nav{padding:12px 0}.helium-balloons-page .breadcrumb{font-size:12px;gap:6px}.helium-balloons-page .page-hero{padding:35px 0 25px}.helium-balloons-page .hero-accent{font-size:14px;margin-bottom:12px}.helium-balloons-page .hero-title{font-size:36px;margin-bottom:12px}.helium-balloons-page.rtl .hero-title{font-size:32px}.helium-balloons-page .hero-subtitle{font-size:15px;margin-bottom:24px}.helium-balloons-page .hero-stats{gap:25px;max-width:420px;padding:18px 28px}.helium-balloons-page .stat-number{font-size:28px}.helium-balloons-page .stat-label{font-size:10px}.helium-balloons-page .stat-divider{height:32px}.helium-balloons-page .filter-section{padding:20px 0 16px}.helium-balloons-page .filter-wrapper{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;gap:8px;justify-content:flex-start;overflow-x:auto;padding-bottom:8px;scrollbar-width:none}.helium-balloons-page .filter-wrapper::-webkit-scrollbar{display:none}.helium-balloons-page .filter-btn{flex-shrink:0;font-size:12px;padding:8px 14px}.helium-balloons-page .products-section{padding:16px 0 40px}.helium-balloons-page .showing-text{font-size:12px;margin-bottom:16px}.helium-balloons-page .products-grid{gap:14px;grid-template-columns:repeat(2,1fr)}.helium-balloons-page .product-card{border-radius:16px}.helium-balloons-page .product-card:hover{transform:none}.helium-balloons-page .product-badge{border-radius:12px;font-size:9px;left:10px;padding:4px 10px;top:10px}.helium-balloons-page.rtl .product-badge{left:auto;right:10px}.helium-balloons-page .product-image-wrapper{height:170px}.helium-balloons-page .product-image{padding:0}.helium-balloons-page .product-overlay{display:none}.helium-balloons-page .product-details{padding:14px}.helium-balloons-page .product-name{font-size:13px;margin-bottom:4px}.helium-balloons-page .product-desc{-webkit-line-clamp:1;font-size:11px;margin-bottom:10px}.helium-balloons-page .product-price{font-size:15px}.helium-balloons-page .product-price.on-selection{font-size:10px}.helium-balloons-page .cart-icon-btn{height:34px;width:34px}.helium-balloons-page .cart-icon-btn svg{height:14px;width:14px}.helium-balloons-page .load-more-wrapper{margin-top:35px}.helium-balloons-page .load-more-btn{font-size:14px;padding:12px 32px}.helium-balloons-page .info-banner{padding:0 0 30px}.helium-balloons-page .banner-content{border-radius:16px;flex-direction:column;gap:16px;padding:22px 18px;text-align:center}.helium-balloons-page .banner-icon{font-size:28px;height:60px;width:60px}.helium-balloons-page .banner-text h3{font-size:20px}.helium-balloons-page .banner-text p{font-size:13px}}@media (max-width:480px){.helium-balloons-page{padding-bottom:50px}.balloon-3{display:none}.orb-2{opacity:.2}.helium-balloons-page .container{padding:0 12px}.helium-balloons-page .breadcrumb-nav{padding:10px 0}.helium-balloons-page .breadcrumb{font-size:11px;gap:4px}.helium-balloons-page .breadcrumb .separator svg{height:12px;width:12px}.helium-balloons-page .page-hero{padding:25px 0 20px}.helium-balloons-page .hero-accent{font-size:12px;margin-bottom:10px}.helium-balloons-page .hero-title{font-size:30px}.helium-balloons-page.rtl .hero-title{font-size:28px}.helium-balloons-page .hero-subtitle{font-size:13px;margin-bottom:20px}.helium-balloons-page .hero-stats{border-radius:14px;gap:16px;max-width:100%;padding:14px 20px}.helium-balloons-page .stat-number{font-size:24px}.helium-balloons-page .stat-label{font-size:9px}.helium-balloons-page .stat-divider{height:28px}.helium-balloons-page .filter-section{padding:16px 0 12px}.helium-balloons-page .filter-btn{border-width:1.5px;font-size:11px;padding:7px 12px}.helium-balloons-page .products-section{padding:12px 0 30px}.helium-balloons-page .showing-text{font-size:11px}.helium-balloons-page .products-grid{gap:12px}.helium-balloons-page .product-card{border-radius:14px}.helium-balloons-page .product-badge{border-radius:10px;font-size:8px;left:8px;padding:3px 8px;top:8px}.helium-balloons-page.rtl .product-badge{left:auto;right:8px}.helium-balloons-page .product-image-wrapper{height:140px}.helium-balloons-page .product-details,.helium-balloons-page .product-image{padding:0}.helium-balloons-page .product-name{font-size:12px}.helium-balloons-page .product-desc{display:none}.helium-balloons-page .product-price{font-size:13px}.helium-balloons-page .product-price.on-selection{font-size:9px}.helium-balloons-page .cart-icon-btn{height:30px;width:30px}.helium-balloons-page .cart-icon-btn svg{height:12px;width:12px}.helium-balloons-page .load-more-wrapper{margin-top:28px}.helium-balloons-page .load-more-btn{font-size:13px;gap:8px;padding:10px 26px}.helium-balloons-page .info-banner{padding:0 0 20px}.helium-balloons-page .banner-content{border-radius:14px;gap:12px;padding:18px 14px}.helium-balloons-page .banner-icon{font-size:24px;height:52px;width:52px}.helium-balloons-page .banner-text h3{font-size:17px}.helium-balloons-page .banner-text p{font-size:12px}}@media (max-width:360px){.helium-balloons-page .container{padding:0 10px}.helium-balloons-page .hero-accent{font-size:11px}.helium-balloons-page .hero-title{font-size:26px}.helium-balloons-page.rtl .hero-title{font-size:24px}.helium-balloons-page .hero-subtitle{font-size:12px}.helium-balloons-page .hero-stats{gap:12px;padding:12px 16px}.helium-balloons-page .stat-number{font-size:20px}.helium-balloons-page .stat-label{font-size:8px}.helium-balloons-page .stat-divider{height:24px}.helium-balloons-page .filter-btn{font-size:10px;padding:6px 10px}.helium-balloons-page .products-grid{gap:10px}.helium-balloons-page .product-image-wrapper{height:120px}.helium-balloons-page .product-details{padding:0}.helium-balloons-page .product-name{font-size:11px}.helium-balloons-page .product-price{font-size:12px}.helium-balloons-page .product-badge{font-size:7px;padding:2px 6px}.helium-balloons-page .cart-icon-btn{height:26px;width:26px}.helium-balloons-page .cart-icon-btn svg{height:10px;width:10px}.helium-balloons-page .load-more-btn{font-size:12px;padding:10px 22px}.helium-balloons-page .banner-content{padding:14px 12px}.helium-balloons-page .banner-icon{font-size:20px;height:46px;width:46px}.helium-balloons-page .banner-text h3{font-size:14px}.helium-balloons-page .banner-text p{font-size:11px}}@media (prefers-reduced-motion:reduce){.banner-icon,.cart-icon-btn,.filter-btn,.floating-balloon,.hero-accent,.load-more-btn svg,.product-card,.product-image{animation:none!important;transition:none!important}}.helium-balloons-page .cart-icon-btn:focus-visible,.helium-balloons-page .filter-btn:focus-visible,.helium-balloons-page .load-more-btn:focus-visible,.helium-balloons-page .quick-add-btn:focus-visible{outline:2px solid var(--info-dark);outline-offset:2px}@media print{.balloons-bg{display:none}.helium-balloons-page .product-card{border:1px solid var(--border-medium);box-shadow:none;break-inside:avoid;page-break-inside:avoid}.helium-balloons-page .filter-section,.helium-balloons-page .info-banner,.helium-balloons-page .load-more-wrapper{display:none}}.crown-page{background:linear-gradient(180deg,#fdf5f7,#fef9fb 50%,#f9f5f8);min-height:100vh;overflow-x:hidden;padding-bottom:80px;position:relative}.crown-page.rtl{direction:rtl}.crown-bg{height:100%;left:0;overflow:hidden;pointer-events:none;position:fixed;top:0;width:100%;z-index:0}.bg-flower{animation:floatFlower 20s ease-in-out infinite;font-size:60px;opacity:.08;position:absolute}.flower-1{animation-delay:0s;color:var(--secondary-light);left:8%;top:15%}.flower-2{animation-delay:-7s;color:var(--primary-light);font-size:80px;right:5%;top:40%}.flower-3{animation-delay:-14s;bottom:25%;color:var(--secondary-light);font-size:50px;left:12%}@keyframes floatFlower{0%,to{transform:translateY(0) rotate(0deg)}25%{transform:translateY(-20px) rotate(10deg)}50%{transform:translateY(-10px) rotate(-5deg)}75%{transform:translateY(-25px) rotate(5deg)}}.bg-gradient-circle{border-radius:50%;filter:blur(100px);opacity:.4;position:absolute}.circle-1{background:radial-gradient(circle,var(--secondary-light) 0,#0000 70%);height:500px;right:-100px;top:-150px;width:500px}.circle-2{background:radial-gradient(circle,var(--primary-light) 0,#0000 70%);bottom:10%;height:400px;left:-100px;width:400px}.crown-page .container{margin:0 auto;max-width:1400px;padding:0 24px;position:relative;width:100%;z-index:1}.crown-page .breadcrumb-nav{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffffb3;border-bottom:1px solid #dda0dd33;padding:20px 0}.crown-page .breadcrumb{align-items:center;display:flex;font-family:Poppins,sans-serif;font-size:14px;gap:8px;list-style:none;margin:0;padding:0}.crown-page.rtl .breadcrumb{font-family:Tajawal,sans-serif}.crown-page .breadcrumb a{color:#9d7a8c;text-decoration:none;transition:color .3s ease}.crown-page .breadcrumb a:hover{color:var(--secondary-light)}.crown-page .breadcrumb .separator{color:#d4b8c4;display:flex}.crown-page.rtl .breadcrumb .separator svg{transform:scaleX(-1)}.crown-page .breadcrumb .current{color:var(--text-dark);font-weight:500}.crown-page .page-hero{padding:60px 0 40px;text-align:center}.crown-page .hero-content{margin:0 auto;max-width:800px}.crown-page .hero-crown-icon{align-items:center;animation:crownFloat 3s ease-in-out infinite;background:linear-gradient(135deg,var(--secondary-light) 0,var(--secondary-light) 100%);border-radius:50%;box-shadow:0 10px 40px #dda0dd66;color:#fff;display:flex;height:90px;justify-content:center;margin:0 auto 24px;width:90px}@keyframes crownFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.crown-page .hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--text-dark) 0,#9d7a8c 50%,var(--secondary-light) 100%);-webkit-background-clip:text;background-clip:text;color:var(--text-dark);font-family:Cormorant Garamond,serif;font-size:56px;font-weight:600;line-height:1.2;margin:0 0 16px}.crown-page.rtl .hero-title{font-family:Amiri,serif;font-size:50px}.crown-page .hero-subtitle{color:#7d6a72;font-family:Poppins,sans-serif;font-size:18px;font-weight:300;line-height:1.7;margin:0 0 35px}.crown-page.rtl .hero-subtitle{font-family:Tajawal,sans-serif}.crown-page .hero-features{display:flex;flex-wrap:wrap;gap:40px;justify-content:center}.crown-page .feature{align-items:center;background:#fff;border-radius:50px;box-shadow:0 4px 20px #dda0dd26;display:flex;gap:10px;padding:12px 24px;transition:all .3s ease}.crown-page .feature:hover{box-shadow:0 8px 30px #dda0dd40;transform:translateY(-3px)}.crown-page .feature-icon{font-size:20px}.crown-page .feature-text{color:var(--text-dark);font-family:Poppins,sans-serif;font-size:14px;font-weight:500}.crown-page.rtl .feature-text{font-family:Tajawal,sans-serif}.crown-page .filter-section{padding:30px 0 20px}.crown-page .filter-wrapper{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.crown-page .filter-btn{background:#fffc;border:2px solid #dda0dd4d;border-radius:50px;color:#7d6a72;cursor:pointer;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;padding:12px 28px;transition:all .4s cubic-bezier(.4,0,.2,1)}.crown-page.rtl .filter-btn{font-family:Tajawal,sans-serif}.crown-page .filter-btn:hover{border-color:var(--secondary-light);box-shadow:0 6px 20px #dda0dd4d;color:var(--text-dark);transform:translateY(-2px)}.crown-page .filter-btn.active{background:linear-gradient(135deg,var(--secondary-light) 0,var(--secondary-light) 100%);border-color:#0000;box-shadow:0 8px 25px #dda0dd66;color:#fff}.crown-page .products-section{padding:30px 0 60px}.crown-page .products-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(4,1fr)}.crown-page .product-card{animation:cardFadeIn .6s ease-out forwards;background:#fff;border-radius:20px;box-shadow:0 6px 30px #5d4a5214;opacity:0;overflow:hidden;position:relative;transition:all .5s cubic-bezier(.4,0,.2,1)}.crown-page .product-card:hover{box-shadow:0 20px 50px #dda0dd40;transform:translateY(-12px)}.crown-page .sale-badge{background:linear-gradient(135deg,var(--primary-light) 0,#ff8fa3 100%);border-radius:20px;box-shadow:0 4px 15px #ff6b8a66;color:#fff;font-family:Poppins,sans-serif;font-size:11px;font-weight:600;left:16px;letter-spacing:.5px;padding:6px 14px;position:absolute;text-transform:uppercase;top:16px;z-index:10}.crown-page.rtl .sale-badge{font-family:Tajawal,sans-serif;left:auto;right:16px;text-transform:none}.crown-page .product-badge{background:linear-gradient(135deg,var(--warning) 0,var(--warm) 100%);border-radius:20px;color:#5c4000;font-family:Poppins,sans-serif;font-size:11px;font-weight:600;letter-spacing:.5px;padding:6px 14px;position:absolute;right:16px;text-transform:uppercase;top:16px;z-index:10}.crown-page.rtl .product-badge{font-family:Tajawal,sans-serif;left:16px;right:auto;text-transform:none}.crown-page .product-image-wrapper{background:linear-gradient(180deg,#fdf5f7,#fef0f3);height:300px;overflow:hidden;position:relative}.crown-page .image-decoration{background:radial-gradient(circle,#dda0dd33 0,#0000 70%);border-radius:50%;height:280px;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .5s ease;width:200px}.crown-page .product-card:hover .image-decoration{opacity:1}.crown-page .product-image{height:100%;object-fit:cover;padding:25px;transition:transform .6s cubic-bezier(.4,0,.2,1);width:100%}.crown-page .product-card:hover .product-image{transform:scale(1.08)}.crown-page .product-overlay{background:linear-gradient(180deg,#0000,#5d4a52d9);bottom:0;display:flex;justify-content:center;left:0;opacity:0;padding:20px;position:absolute;right:0;transform:translateY(20px);transition:all .4s cubic-bezier(.4,0,.2,1)}.crown-page .product-card:hover .product-overlay{opacity:1;transform:translateY(0)}.crown-page .quick-add-btn{align-items:center;background:#fff;border:none;border-radius:50px;color:var(--text-dark);cursor:pointer;display:flex;font-family:Poppins,sans-serif;font-size:13px;font-weight:600;gap:8px;padding:12px 24px;transition:all .3s ease}.crown-page.rtl .quick-add-btn{flex-direction:row-reverse;font-family:Tajawal,sans-serif}.crown-page .quick-add-btn:hover{background:linear-gradient(135deg,var(--secondary-light) 0,var(--secondary-light) 100%);color:#fff;transform:scale(1.05)}.crown-page .product-details{padding:24px}.crown-page .product-name{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:var(--text-dark);display:-webkit-box;font-family:Cormorant Garamond,serif;font-size:22px;font-weight:600;line-height:1.3;margin:0 0 8px;overflow:hidden}.crown-page.rtl .product-name{font-family:Amiri,serif}.crown-page .product-desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#9d7a8c;display:-webkit-box;font-family:Poppins,sans-serif;font-size:13px;line-height:1.5;margin:0 0 16px;overflow:hidden}.crown-page.rtl .product-desc{font-family:Tajawal,sans-serif}.crown-page .product-footer{align-items:center;display:flex;justify-content:space-between}.crown-page .price-wrapper{display:flex;flex-direction:column;gap:2px}.crown-page .original-price{color:#b8a0a8;font-family:Poppins,sans-serif;font-size:14px;text-decoration:line-through}.crown-page.rtl .original-price{font-family:Tajawal,sans-serif}.crown-page .sale-price{color:var(--secondary-light);font-family:Poppins,sans-serif;font-size:20px;font-weight:600}.crown-page.rtl .sale-price{font-family:Tajawal,sans-serif}.crown-page .cart-icon-btn{align-items:center;background:#0000;border:2px solid var(--secondary-light);border-radius:50%;color:var(--secondary-light);cursor:pointer;display:flex;flex-shrink:0;height:46px;justify-content:center;transition:all .3s ease;width:46px}.crown-page .cart-icon-btn:hover{background:linear-gradient(135deg,var(--secondary-light) 0,var(--secondary-light) 100%);border-color:#0000;color:#fff;transform:rotate(90deg)}.crown-page .info-banner{padding:0 0 40px}.crown-page .banner-content{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#dda0dd1f,#e8b4b81f);border:1px solid #dda0dd40;border-radius:20px;display:flex;gap:24px;padding:35px 45px}.crown-page.rtl .banner-content{flex-direction:row-reverse;text-align:right}.crown-page .banner-icon{align-items:center;animation:crownFloat 3s ease-in-out infinite;background:linear-gradient(135deg,var(--secondary-light) 0,var(--secondary-light) 100%);border-radius:50%;box-shadow:0 8px 30px #dda0dd66;color:#fff;display:flex;flex-shrink:0;height:80px;justify-content:center;width:80px}.crown-page .banner-text h3{color:var(--text-dark);font-family:Cormorant Garamond,serif;font-size:26px;font-weight:600;margin:0 0 10px}.crown-page.rtl .banner-text h3{font-family:Amiri,serif}.crown-page .banner-text p{color:#7d6a72;font-family:Poppins,sans-serif;font-size:15px;line-height:1.6;margin:0}.crown-page.rtl .banner-text p{font-family:Tajawal,sans-serif}@media (max-width:1200px){.crown-page .hero-title{font-size:48px}.crown-page .products-grid{gap:24px;grid-template-columns:repeat(3,1fr)}.crown-page .product-image-wrapper{height:270px}}@media (max-width:992px){.crown-page .products-grid{gap:20px;grid-template-columns:repeat(3,1fr)}.crown-page .product-image-wrapper{height:250px}.crown-page .product-details{padding:20px}.crown-page .hero-features{gap:20px}.crown-page .feature{padding:10px 20px}.crown-page .banner-content{padding:28px}.crown-page .banner-content,.crown-page.rtl .banner-content{flex-direction:column;text-align:center}}@media (max-width:768px){.crown-page{padding-bottom:60px}.bg-flower{opacity:.06}.bg-flower,.flower-1{font-size:45px}.flower-2{font-size:60px}.flower-3{font-size:38px}.crown-page .container{padding:0 16px}.crown-page .breadcrumb-nav{padding:12px 0}.crown-page .breadcrumb{font-size:12px;gap:6px}.crown-page .page-hero{padding:35px 0 30px}.crown-page .hero-crown-icon{height:70px;margin-bottom:18px;width:70px}.crown-page .hero-crown-icon svg{height:36px;width:36px}.crown-page .hero-title{font-size:38px;margin-bottom:12px}.crown-page.rtl .hero-title{font-size:34px}.crown-page .hero-subtitle{font-size:15px;margin-bottom:24px}.crown-page .hero-features{gap:12px}.crown-page .feature{padding:10px 16px}.crown-page .feature-icon{font-size:18px}.crown-page .feature-text{font-size:12px}.crown-page .filter-section{padding:20px 0 16px}.crown-page .filter-wrapper{gap:10px}.crown-page .filter-btn{font-size:13px;padding:10px 20px}.crown-page .products-section{padding:20px 0 40px}.crown-page .products-grid{gap:16px;grid-template-columns:repeat(2,1fr)}.crown-page .product-card{border-radius:18px}.crown-page .product-card:hover{transform:none}.crown-page .sale-badge{border-radius:14px;font-size:9px;left:12px;padding:5px 10px;top:12px}.crown-page.rtl .sale-badge{left:auto;right:12px}.crown-page .product-badge{border-radius:14px;font-size:9px;padding:5px 10px;right:12px;top:12px}.crown-page.rtl .product-badge{left:12px;right:auto}.crown-page .product-image-wrapper{height:280px}.crown-page .product-image{padding:16px}.crown-page .product-overlay{display:none}.crown-page .product-details{padding:16px}.crown-page .product-name{font-size:17px;margin-bottom:5px}.crown-page .product-desc{-webkit-line-clamp:1;font-size:11px;margin-bottom:12px}.crown-page .original-price{font-size:12px}.crown-page .sale-price{font-size:17px}.crown-page .cart-icon-btn{height:38px;width:38px}.crown-page .cart-icon-btn svg{height:14px;width:14px}.crown-page .info-banner{padding:0 0 30px}.crown-page .banner-content{border-radius:18px;flex-direction:column;gap:16px;padding:22px 18px;text-align:center}.crown-page .banner-icon{height:65px;width:65px}.crown-page .banner-icon svg{height:32px;width:32px}.crown-page .banner-text h3{font-size:20px}.crown-page .banner-text p{font-size:13px}}@media (max-width:480px){.crown-page{padding-bottom:50px}.flower-3{display:none}.circle-2{opacity:.3}.crown-page .container{padding:0 12px}.crown-page .breadcrumb-nav{padding:10px 0}.crown-page .breadcrumb{font-size:11px;gap:4px}.crown-page .breadcrumb .separator svg{height:12px;width:12px}.crown-page .page-hero{padding:25px 0 20px}.crown-page .hero-crown-icon{height:60px;margin-bottom:14px;width:60px}.crown-page .hero-crown-icon svg{height:30px;width:30px}.crown-page .hero-title{font-size:30px}.crown-page.rtl .hero-title{font-size:28px}.crown-page .hero-subtitle{font-size:13px;margin-bottom:18px}.crown-page .hero-features{align-items:center;flex-direction:column;gap:10px}.crown-page .feature{padding:8px 16px;width:auto}.crown-page .feature-icon{font-size:16px}.crown-page .feature-text{font-size:11px}.crown-page .filter-section{padding:16px 0 12px}.crown-page .filter-btn{border-width:1.5px;font-size:12px;padding:8px 16px}.crown-page .products-section{padding:16px 0 30px}.crown-page .products-grid{gap:12px}.crown-page .product-card{border-radius:14px}.crown-page .sale-badge{border-radius:10px;font-size:8px;left:8px;padding:4px 8px;top:8px}.crown-page.rtl .sale-badge{left:auto;right:8px}.crown-page .product-badge{border-radius:10px;font-size:8px;padding:4px 8px;right:8px;top:8px}.crown-page.rtl .product-badge{left:8px;right:auto}.crown-page .product-image-wrapper{height:165px}.crown-page .product-details,.crown-page .product-image{padding:0}.crown-page .product-name{font-size:14px;margin-bottom:4px}.crown-page .product-desc{display:none}.crown-page .original-price{font-size:10px}.crown-page .sale-price{font-size:14px}.crown-page .cart-icon-btn{height:32px;width:32px}.crown-page .cart-icon-btn svg{height:12px;width:12px}.crown-page .info-banner{padding:0 0 20px}.crown-page .banner-content{border-radius:14px;gap:12px;padding:18px 14px}.crown-page .banner-icon{height:54px;width:54px}.crown-page .banner-icon svg{height:26px;width:26px}.crown-page .banner-text h3{font-size:17px}.crown-page .banner-text p{font-size:12px}}@media (max-width:360px){.crown-page .container{padding:0 10px}.crown-page .hero-crown-icon{height:52px;width:52px}.crown-page .hero-crown-icon svg{height:26px;width:26px}.crown-page .hero-title{font-size:26px}.crown-page.rtl .hero-title{font-size:24px}.crown-page .hero-subtitle{font-size:12px}.crown-page .filter-btn{font-size:11px;padding:6px 14px}.crown-page .products-grid{gap:10px}.crown-page .product-image-wrapper{height:145px}.crown-page .product-details{padding:0}.crown-page .product-name{font-size:12px}.crown-page .original-price{font-size:9px}.crown-page .sale-price{font-size:12px}.crown-page .product-badge,.crown-page .sale-badge{font-size:7px;padding:3px 6px}.crown-page .cart-icon-btn{height:28px;width:28px}.crown-page .cart-icon-btn svg{height:10px;width:10px}.crown-page .banner-content{padding:14px 12px}.crown-page .banner-icon{height:46px;width:46px}.crown-page .banner-icon svg{height:22px;width:22px}.crown-page .banner-text h3{font-size:14px}.crown-page .banner-text p{font-size:11px}}@media (prefers-reduced-motion:reduce){.banner-icon,.bg-flower,.cart-icon-btn,.filter-btn,.hero-crown-icon,.product-card,.product-image{animation:none!important;transition:none!important}}.crown-page .cart-icon-btn:focus-visible,.crown-page .filter-btn:focus-visible,.crown-page .quick-add-btn:focus-visible{outline:2px solid var(--secondary-light);outline-offset:2px}@media print{.crown-bg{display:none}.crown-page .product-card{border:1px solid var(--border-medium);box-shadow:none;break-inside:avoid;page-break-inside:avoid}.crown-page .filter-section,.crown-page .info-banner{display:none}}.products-grid.list .product-image-wrapper{height:350px;width:350px}.product-image-wrapper{background:#f8f8f8;height:450px}.product-image{height:100%;object-fit:cover;object-position:center;width:100%}@media (max-width:1200px){.content-layout{gap:40px;grid-template-columns:250px 1fr}.products-grid{gap:24px;grid-template-columns:repeat(3,1fr)}.product-image-wrapper{height:400px}}@media (max-width:992px){.hero-banner{padding:50px 0}.hero-banner .hero-title{font-size:42px}.content-layout{gap:30px;grid-template-columns:220px 1fr}.products-grid{gap:20px;grid-template-columns:repeat(2,1fr)}.product-image-wrapper{height:380px}}@media (max-width:768px){.hero-banner{padding:40px 0}.hero-banner .hero-title{font-size:34px}.hero-banner .hero-subtitle{font-size:14px}.main-content{padding:30px 0 60px}.content-layout{gap:24px;grid-template-columns:1fr}.filters-sidebar{background:#fafafa;border-radius:12px;padding:20px;position:relative;top:0}.filters-header{margin-bottom:20px}.filter-section{margin-bottom:16px;padding-bottom:16px}.products-toolbar{flex-wrap:wrap;gap:16px}.toolbar-right{justify-content:space-between;width:100%}.products-grid{gap:16px;grid-template-columns:repeat(2,1fr)}.product-image-wrapper{height:320px}.product-info{padding:14px 12px 12px}.product-name{font-size:16px;margin-bottom:6px}.product-desc{font-size:12px;margin-bottom:10px;min-height:36px}.sale-price{font-size:16px}.add-btn{height:38px;width:38px}.discount-badge{font-size:10px;padding:5px 10px}.products-grid.list .product-card{flex-direction:column}.products-grid.list .product-image-wrapper{height:320px;width:100%}.products-grid.list .product-info{padding:14px 12px 12px}}@media (max-width:576px){.pick-for-you-page .container{padding:0 16px}.hero-banner{padding:30px 0}.hero-banner .hero-title{font-size:28px}.hero-banner .hero-subtitle{font-size:13px}.products-grid{gap:14px}.product-image-wrapper{height:280px}.product-info{padding:12px 10px 10px}.product-name{font-size:15px;margin-bottom:5px}.product-desc{font-size:11px;margin-bottom:8px;min-height:34px}.sale-price{font-size:15px}.original-price{font-size:11px}.add-btn{height:36px;width:36px}.add-btn svg{height:16px;width:16px}.sort-dropdown select{font-size:13px;padding:6px 28px 6px 10px}.view-btn{height:32px;width:32px}}@media (max-width:400px){.hero-banner .hero-title{font-size:24px}.products-grid{gap:12px}.product-image-wrapper{height:240px}.product-info{padding:10px 8px 8px}.product-name{font-size:14px}.product-desc{-webkit-line-clamp:1;font-size:10px;min-height:30px}.sale-price{font-size:14px}.add-btn{height:34px;width:34px}}.offers-50-page{background:#fff;min-height:100vh}.offers-50-page.rtl{direction:rtl}.offers-50-page .container{margin:0 auto;max-width:1400px;padding:0 24px;width:100%}.offers-50-page .hero-banner{background:linear-gradient(135deg,#fff5f5,#ffe8e8 50%,#fff0f0);border-bottom:2px solid #fdd;overflow:hidden;padding:50px 0;position:relative}.hero-bg-decoration{height:100%;left:0;overflow:hidden;pointer-events:none;position:absolute;top:0;width:100%}.floating-50{animation:floatSale 15s ease-in-out infinite;color:#dc26260a;font-family:Poppins,sans-serif;font-size:150px;font-weight:900;position:absolute}.float-1{left:-50px;top:-20px;transform:rotate(-15deg)}.float-2{animation-delay:-7s;bottom:-30px;right:-50px;transform:rotate(15deg)}@keyframes floatSale{0%,to{transform:translateY(0) rotate(-15deg)}50%{transform:translateY(-20px) rotate(-10deg)}}.offers-50-page .hero-content{margin:0 auto;max-width:800px;position:relative;text-align:center;z-index:2}.mega-discount-badge{align-items:baseline;animation:pulseBadge 2s ease-in-out infinite;background:linear-gradient(135deg,#dc2626,#b91c1c);border-radius:16px;box-shadow:0 12px 40px #dc262659;display:inline-flex;gap:5px;margin-bottom:20px;overflow:hidden;padding:18px 35px;position:relative}.mega-discount-badge:before{animation:shimmer 3s infinite;background:linear-gradient(45deg,#0000 30%,#fff3 50%,#0000 70%);content:"";height:200%;left:-50%;position:absolute;top:-50%;width:200%}@keyframes shimmer{0%{transform:translateX(-100%) rotate(45deg)}to{transform:translateX(100%) rotate(45deg)}}@keyframes pulseBadge{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.discount-number{color:#fff;font-family:Poppins,sans-serif;font-size:60px;font-weight:900;line-height:1}.percent-sign{font-size:32px}.off-text,.percent-sign{color:#ffffffe6;font-family:Poppins,sans-serif;font-weight:700}.off-text{font-size:24px;margin-left:5px}.offers-50-page .hero-title{color:#2d2d2d;font-family:Cormorant Garamond,serif;font-size:48px;font-weight:600;line-height:1.1;margin:0 0 14px}.offers-50-page.rtl .hero-title{font-family:Amiri,serif;font-size:42px}.offers-50-page .hero-subtitle{color:#666;font-family:Poppins,sans-serif;font-size:15px;line-height:1.7;margin:0 auto 28px;max-width:600px}.offers-50-page.rtl .hero-subtitle{font-family:Tajawal,sans-serif}.countdown-section{margin-top:20px}.countdown-label{color:#dc2626;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;letter-spacing:2px;margin:0 0 12px;text-transform:uppercase}.offers-50-page.rtl .countdown-label{font-family:Tajawal,sans-serif;letter-spacing:0}.countdown-timer{align-items:center;background:#fff;border-radius:16px;box-shadow:0 8px 30px #dc26261f;display:inline-flex;gap:8px;padding:16px 28px}.time-block{align-items:center;display:flex;flex-direction:column;min-width:60px}.time-number{color:#dc2626;font-size:36px;font-weight:700;line-height:1}.time-label,.time-number{font-family:Poppins,sans-serif}.time-label{color:#888;font-size:11px;font-weight:500;margin-top:4px;text-transform:uppercase}.offers-50-page.rtl .time-label{font-family:Tajawal,sans-serif;text-transform:none}.time-separator{animation:blink 1s infinite;color:#dc2626;font-family:Poppins,sans-serif;font-size:30px;font-weight:700;margin-top:-12px}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.offers-50-page .main-content{padding:40px 0 80px}.offers-50-page .content-layout{grid-gap:50px;align-items:start;display:grid;gap:50px;grid-template-columns:280px 1fr}.offers-50-page .filters-sidebar{position:-webkit-sticky;position:sticky;top:20px}.offers-50-page .filters-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px}.offers-50-page .filters-title{color:#2d2d2d;font-family:Poppins,sans-serif;font-size:18px;font-weight:600;margin:0}.offers-50-page.rtl .filters-title{font-family:Tajawal,sans-serif}.offers-50-page .clear-filters{background:none;border:none;color:#dc2626;cursor:pointer;font-family:Poppins,sans-serif;font-size:13px;text-decoration:underline;transition:color .3s ease}.offers-50-page .clear-filters:hover{color:#b91c1c}.offers-50-page .filter-section{border-bottom:1px solid #f0eded;margin-bottom:20px;padding-bottom:20px}.offers-50-page .filter-header{align-items:center;background:none;border:none;color:#2d2d2d;cursor:pointer;display:flex;font-family:Poppins,sans-serif;font-size:13px;font-weight:600;justify-content:space-between;letter-spacing:.5px;padding:0;text-transform:uppercase;width:100%}.offers-50-page.rtl .filter-header{font-family:Tajawal,sans-serif}.offers-50-page .filter-header svg{color:#999;transition:transform .3s ease}.offers-50-page .filter-header.open svg{transform:rotate(180deg)}.offers-50-page .filter-content{margin-top:18px}.offers-50-page .price-inputs{align-items:center;display:flex;gap:12px}.offers-50-page .price-input-group{align-items:center;border:1px solid #e5e5e5;border-radius:8px;display:flex;flex:1 1;overflow:hidden}.offers-50-page .price-input-group .currency-label{background:#fafafa;border-right:1px solid #e5e5e5;color:#999;font-family:Poppins,sans-serif;font-size:13px;padding:10px 12px}.offers-50-page.rtl .price-input-group .currency-label{border-left:1px solid #e5e5e5;border-right:none}.offers-50-page .price-input-group input{border:none;color:#2d2d2d;font-family:Poppins,sans-serif;font-size:14px;outline:none;padding:10px 12px;width:100%}.offers-50-page .price-separator{color:#999;font-family:Poppins,sans-serif;font-size:13px}.offers-50-page .price-hint{color:#999;font-family:Poppins,sans-serif;font-size:12px;margin:14px 0 0}.offers-50-page .checkbox-label{align-items:center;cursor:pointer;display:flex;gap:12px;padding:10px 0;transition:color .2s ease}.offers-50-page .checkbox-label:hover{color:#dc2626}.offers-50-page .checkbox-label input[type=checkbox]{display:none}.offers-50-page .checkbox-label .checkmark{align-items:center;border:2px solid #ddd;border-radius:4px;display:flex;flex-shrink:0;height:18px;justify-content:center;transition:all .2s ease;width:18px}.offers-50-page .checkbox-label input:checked+.checkmark{background:#dc2626;border-color:#dc2626}.offers-50-page .checkbox-label input:checked+.checkmark:after{border:solid #fff;border-width:0 2px 2px 0;content:"";height:9px;margin-bottom:2px;transform:rotate(45deg);width:5px}.offers-50-page .checkbox-label .label-text{color:#4a4a4a;font-family:Poppins,sans-serif;font-size:14px}.offers-50-page.rtl .checkbox-label .label-text{font-family:Tajawal,sans-serif}.offers-50-page .products-main{min-height:500px}.offers-50-page .products-toolbar{align-items:center;border-bottom:1px solid #f0eded;display:flex;justify-content:space-between;margin-bottom:30px;padding-bottom:20px}.offers-50-page .items-count{color:#666;font-family:Poppins,sans-serif;font-size:14px;font-weight:500}.offers-50-page .toolbar-right{align-items:center;display:flex;gap:20px}.offers-50-page .sort-dropdown{align-items:center;display:flex;gap:10px}.offers-50-page .sort-dropdown label{color:#666;font-family:Poppins,sans-serif;font-size:14px;font-weight:500}.offers-50-page .sort-dropdown select{-webkit-appearance:none;appearance:none;background:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;border:1px solid #e5e5e5;border-radius:6px;color:#2d2d2d;cursor:pointer;font-family:Poppins,sans-serif;font-size:14px;outline:none;padding:8px 32px 8px 14px;transition:border-color .2s ease}.offers-50-page .sort-dropdown select:focus{border-color:#dc2626}.offers-50-page .view-toggle{align-items:center;background:#f5f5f5;border-radius:8px;display:flex;gap:4px;padding:4px}.offers-50-page .view-btn{align-items:center;background:#0000;border:none;border-radius:6px;color:#999;cursor:pointer;display:flex;height:36px;justify-content:center;transition:all .2s ease;width:36px}.offers-50-page .view-btn:hover{color:#666}.offers-50-page .view-btn.active{background:#fff;box-shadow:0 1px 3px #0000001a;color:#dc2626}.offers-50-page .products-grid{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(3,1fr)}.offers-50-page .products-grid.list{gap:16px;grid-template-columns:1fr}.offers-50-page .product-card{animation:cardFadeIn .5s ease forwards;background:#fff;border:1px solid #fff0f0;border-radius:16px;box-shadow:0 2px 10px #0000000a;color:inherit;display:flex;flex-direction:column;opacity:0;overflow:hidden;position:relative;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1)}.offers-50-page .product-card:hover{border-color:#fdd;box-shadow:0 15px 40px #dc26261f;transform:translateY(-8px)}.offers-50-page .products-grid.list .product-card{border-radius:12px;flex-direction:row}.offers-50-page .products-grid.list .product-image-wrapper{flex-shrink:0;height:300px;width:300px}.offers-50-page .products-grid.list .product-info{display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:24px}.offers-50-page .product-card .discount-badge{background:linear-gradient(135deg,#dc2626,#b91c1c);border-radius:50px;box-shadow:0 4px 15px #dc262666;color:#fff;font-family:Poppins,sans-serif;font-size:12px;font-weight:700;left:14px;padding:8px 14px;position:absolute;top:14px;z-index:10}.offers-50-page.rtl .discount-badge{left:auto;right:14px}.offers-50-page .product-image-wrapper{align-items:center;background:#fafafa;display:flex;height:350px;justify-content:center;overflow:hidden;position:relative;width:100%}.offers-50-page .product-image{height:100%!important;object-fit:contain!important;object-position:center!important;transition:transform .5s cubic-bezier(.4,0,.2,1);width:100%!important}.offers-50-page .product-card:hover .product-image{transform:scale(1.05)}.offers-50-page .product-info{background:#fff;display:flex;flex:1 1;flex-direction:column;padding:18px 16px 16px}.offers-50-page .product-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#2d2d2d;display:-webkit-box;font-family:Cormorant Garamond,serif;font-size:18px;font-weight:600;line-height:1.3;margin:0 0 8px;overflow:hidden;transition:color .3s ease}.offers-50-page .product-card:hover .product-name{color:#dc2626}.offers-50-page.rtl .product-name{font-family:Amiri,serif}.offers-50-page .product-desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#888;display:-webkit-box;font-family:Poppins,sans-serif;font-size:13px;font-weight:400;line-height:1.5;margin:0 0 12px;min-height:40px;overflow:hidden}.offers-50-page.rtl .product-desc{font-family:Tajawal,sans-serif}.offers-50-page .product-footer{align-items:center;display:flex;justify-content:space-between;margin-top:auto}.offers-50-page .price-wrapper{display:flex;flex-direction:column;gap:2px}.offers-50-page .original-price{color:#bbb;font-family:Poppins,sans-serif;font-size:12px;line-height:1;text-decoration:line-through}.offers-50-page .sale-price{color:#dc2626;font-family:Poppins,sans-serif;font-size:18px;font-weight:700;line-height:1.2}.offers-50-page .add-btn{align-items:center;background:#fff0f0;border:none;border-radius:50%;color:#dc2626;cursor:pointer;display:flex;flex-shrink:0;height:42px;justify-content:center;transition:all .3s ease;width:42px}.offers-50-page .add-btn:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;transform:scale(1.08)}.offers-50-page .add-btn.adding{background:#27ae60;color:#fff;transform:scale(1.08)}.offers-50-page .add-btn svg{transition:transform .3s ease}.offers-50-page .add-btn:hover svg{transform:rotate(90deg)}.offers-50-page .empty-state,.offers-50-page .error-state,.offers-50-page .loading-state{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:80px 20px;text-align:center}.offers-50-page .spinner{animation:spin 1s linear infinite;border:3px solid #ffe4e4;border-radius:50%;border-top-color:#dc2626;height:40px;margin-bottom:16px;width:40px}.offers-50-page .empty-state p,.offers-50-page .error-state p,.offers-50-page .loading-state p{color:#666;font-family:Poppins,sans-serif;font-size:15px;margin:0}.offers-50-page .error-details{color:#999!important;font-size:13px!important;margin-top:8px!important}.offers-50-page .empty-icon{font-size:50px;margin-bottom:16px}@media (max-width:1200px){.offers-50-page .content-layout{gap:40px;grid-template-columns:250px 1fr}.offers-50-page .products-grid{gap:24px;grid-template-columns:repeat(3,1fr)}.offers-50-page .product-image-wrapper{height:320px}.discount-number{font-size:50px}.offers-50-page .hero-title{font-size:42px}}@media (max-width:992px){.offers-50-page .hero-banner{padding:40px 0}.offers-50-page .hero-title{font-size:38px}.offers-50-page .content-layout{gap:30px;grid-template-columns:220px 1fr}.offers-50-page .products-grid{gap:20px;grid-template-columns:repeat(2,1fr)}.offers-50-page .product-image-wrapper{height:300px}.floating-50{font-size:100px}}@media (max-width:768px){.offers-50-page .hero-banner{padding:35px 0}.offers-50-page .hero-title{font-size:32px}.offers-50-page.rtl .hero-title{font-size:28px}.offers-50-page .hero-subtitle{font-size:14px}.mega-discount-badge{padding:14px 28px}.discount-number{font-size:42px}.percent-sign{font-size:24px}.off-text{font-size:18px}.countdown-timer{gap:6px;padding:12px 20px}.time-block{min-width:45px}.time-number{font-size:26px}.time-label{font-size:9px}.time-separator{font-size:22px}.floating-50{display:none}.offers-50-page .main-content{padding:30px 0 60px}.offers-50-page .content-layout{gap:24px;grid-template-columns:1fr}.offers-50-page .filters-sidebar{background:#fff8f8;border-radius:12px;padding:20px;position:relative;top:0}.offers-50-page .filters-header{margin-bottom:20px}.offers-50-page .filter-section{margin-bottom:16px;padding-bottom:16px}.offers-50-page .products-toolbar{flex-wrap:wrap;gap:16px}.offers-50-page .toolbar-right{justify-content:space-between;width:100%}.offers-50-page .products-grid{gap:16px;grid-template-columns:repeat(2,1fr)}.offers-50-page .product-image-wrapper{height:280px}.offers-50-page .product-info{padding:14px 12px 12px}.offers-50-page .product-name{font-size:16px;margin-bottom:6px}.offers-50-page .product-desc{font-size:12px;margin-bottom:10px;min-height:36px}.offers-50-page .sale-price{font-size:16px}.offers-50-page .add-btn{height:38px;width:38px}.offers-50-page .discount-badge{font-size:10px;padding:6px 12px}.offers-50-page .products-grid.list .product-card{flex-direction:column}.offers-50-page .products-grid.list .product-image-wrapper{height:280px;width:100%}.offers-50-page .products-grid.list .product-info{padding:14px 12px 12px}}@media (max-width:576px){.offers-50-page .container{padding:0 16px}.offers-50-page .hero-banner{padding:28px 0}.offers-50-page .hero-title{font-size:26px}.offers-50-page .hero-subtitle{font-size:13px}.mega-discount-badge{padding:12px 22px}.discount-number{font-size:36px}.percent-sign{font-size:20px}.off-text{font-size:16px}.countdown-timer{gap:5px;padding:10px 16px}.time-block{min-width:40px}.time-number{font-size:22px}.time-label{font-size:8px}.time-separator{font-size:18px}.offers-50-page .products-grid{gap:14px}.offers-50-page .product-image-wrapper{height:250px}.offers-50-page .product-info{padding:12px 10px 10px}.offers-50-page .product-name{font-size:15px;margin-bottom:5px}.offers-50-page .product-desc{font-size:11px;margin-bottom:8px;min-height:34px}.offers-50-page .sale-price{font-size:15px}.offers-50-page .original-price{font-size:11px}.offers-50-page .add-btn{height:36px;width:36px}.offers-50-page .add-btn svg{height:16px;width:16px}.offers-50-page .discount-badge{font-size:9px;left:10px;padding:5px 10px;top:10px}.offers-50-page .sort-dropdown select{font-size:13px;padding:6px 28px 6px 10px}.offers-50-page .view-btn{height:32px;width:32px}}@media (max-width:400px){.offers-50-page .hero-title{font-size:22px}.mega-discount-badge{padding:10px 18px}.discount-number{font-size:30px}.percent-sign{font-size:18px}.off-text{font-size:14px}.countdown-timer{gap:4px;padding:8px 12px}.time-block{min-width:35px}.time-number{font-size:18px}.time-separator{font-size:14px}.offers-50-page .products-grid{gap:12px}.offers-50-page .product-image-wrapper{height:220px}.offers-50-page .product-info{padding:10px 8px 8px}.offers-50-page .product-name{font-size:14px}.offers-50-page .product-desc{-webkit-line-clamp:1;font-size:10px;min-height:30px}.offers-50-page .sale-price{font-size:14px}.offers-50-page .add-btn{height:34px;width:34px}}@media (prefers-reduced-motion:reduce){.floating-50,.mega-discount-badge,.offers-50-page .add-btn,.offers-50-page .filter-header svg,.offers-50-page .product-card{animation:none!important;transition:none!important}.offers-50-page .product-card{opacity:1}}.offers-50-page .add-btn:focus-visible,.offers-50-page .filter-header:focus-visible,.offers-50-page .view-btn:focus-visible{outline:2px solid #dc2626;outline-offset:2px}.combos-page{background:linear-gradient(180deg,var(--bg-primary) 0,var(--bg-primary) 50%,var(--bg-primary) 100%);min-height:100vh;overflow-x:hidden;padding-bottom:80px;position:relative}.combos-page.rtl{direction:rtl}.combos-bg-decoration{height:100%;left:0;overflow:hidden;pointer-events:none;position:fixed;top:0;width:100%;z-index:0}.deco-shape{border-radius:50%;filter:blur(100px);opacity:.4;position:absolute}.shape-1{background:radial-gradient(circle,var(--secondary) 0,#0000 70%);height:500px;right:-100px;top:-150px;width:500px}.shape-2{background:radial-gradient(circle,var(--primary) 0,#0000 70%);bottom:10%;height:400px;left:-100px;width:400px}.floating-icon{animation:floatIcon 20s ease-in-out infinite;font-size:50px;opacity:.15;position:absolute}.icon-1{left:10%;top:15%}.icon-2{animation-delay:-7s;font-size:60px;right:8%;top:50%}.icon-3{animation-delay:-14s;font-size:40px;left:20%}@keyframes floatIcon{0%,to{transform:translateY(0) rotate(0deg)}25%{transform:translateY(-25px) rotate(10deg)}50%{transform:translateY(-15px) rotate(-5deg)}75%{transform:translateY(-30px) rotate(5deg)}}.combos-page .container{margin:0 auto;max-width:1400px;padding:0 24px;position:relative;width:100%;z-index:1}.combos-breadcrumb{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffffb3;border-bottom:1px solid #9b59b626;padding:20px 0}.combos-breadcrumb .breadcrumb-list{align-items:center;display:flex;font-family:Poppins,sans-serif;font-size:14px;gap:8px;list-style:none;margin:0;padding:0}.combos-page.rtl .breadcrumb-list{font-family:Tajawal,sans-serif}.combos-breadcrumb a{color:#8e7a6d;text-decoration:none;transition:color .3s ease}.combos-breadcrumb a:hover{color:var(--secondary)}.combos-breadcrumb .separator{color:#c9b8ae;display:flex}.combos-page.rtl .breadcrumb-list .separator svg{transform:scaleX(-1)}.combos-breadcrumb .current{color:#5d4e46;font-weight:500}.combos-hero{padding:60px 0 50px;text-align:center}.combos-hero .hero-inner{margin:0 auto;max-width:800px}.combos-hero .hero-badge{align-items:center;background:linear-gradient(135deg,var(--secondary) 0,var(--secondary) 100%);border-radius:50px;box-shadow:0 8px 30px #9b59b659;color:#fff;display:inline-flex;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;gap:12px;margin-bottom:24px;padding:10px 24px}.combos-page.rtl .hero-badge{font-family:Tajawal,sans-serif}.combos-hero .hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3d3028 0,var(--secondary) 50%,var(--primary) 100%);-webkit-background-clip:text;background-clip:text;color:#3d3028;font-family:Cormorant Garamond,serif;font-size:56px;font-weight:600;line-height:1.2;margin:0 0 16px}.combos-page.rtl .hero-title{font-family:Amiri,serif;font-size:50px}.combos-hero .hero-subtitle{color:#6d5d50;font-family:Poppins,sans-serif;font-size:18px;font-weight:300;line-height:1.7;margin:0 0 30px}.combos-page.rtl .hero-subtitle{font-family:Tajawal,sans-serif}.combos-hero .hero-divider{align-items:center;display:flex;gap:20px;justify-content:center}.combos-hero .divider-line{background:linear-gradient(90deg,#0000,var(--secondary),#0000);border-radius:2px;height:2px;width:60px}.combos-hero .divider-icon{animation:pulse 2s ease-in-out infinite;font-size:28px}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}.combos-categories{padding:30px 0 60px}.combos-categories .categories-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:1000px}.combos-categories .category-card{animation:cardReveal .7s ease-out forwards;background:#fff;border-radius:30px;box-shadow:0 15px 50px #3d30281a;display:block;opacity:0;overflow:hidden;position:relative;text-decoration:none;transition:all .5s cubic-bezier(.4,0,.2,1)}.combos-categories .category-card:hover{box-shadow:0 30px 70px #9b59b633;transform:translateY(-15px) scale(1.02)}.combos-categories .card-shine{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);height:100%;left:-100%;pointer-events:none;position:absolute;top:0;transition:left .6s ease;width:100%;z-index:10}.combos-categories .category-card:hover .card-shine{left:100%}.combos-categories .card-image-section{height:320px;overflow:hidden;position:relative}.combos-categories .image-frame{height:100%;position:relative;width:100%}.combos-categories .category-image{height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1);width:100%}.combos-categories .category-card:hover .category-image{transform:scale(1.1)}.combos-categories .image-overlay{background:linear-gradient(180deg,#0000,#0006);bottom:0;height:50%;left:0;pointer-events:none;position:absolute;right:0}.combos-categories .category-icon{align-items:center;background:#fff;border-radius:50%;box-shadow:0 8px 25px #00000026;display:flex;font-size:28px;height:60px;justify-content:center;left:20px;position:absolute;top:20px;transition:transform .3s ease;width:60px;z-index:5}.combos-page.rtl .category-icon{left:auto;right:20px}.combos-categories .category-card:hover .category-icon{transform:rotate(15deg) scale(1.1)}.combos-categories .item-count-badge{background:var(--accent-color);border-radius:16px;box-shadow:0 6px 20px #0003;padding:12px 18px;position:absolute;right:20px;text-align:center;top:20px;z-index:5}.combos-page.rtl .item-count-badge{left:20px;right:auto}.combos-categories .item-count-badge .count{color:#fff;display:block;font-family:Cormorant Garamond,serif;font-size:32px;font-weight:700;line-height:1}.combos-page.rtl .item-count-badge .count{font-family:Amiri,serif}.combos-categories .item-count-badge .label{color:#ffffffe6;font-family:Poppins,sans-serif;font-size:10px;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.combos-page.rtl .item-count-badge .label{font-family:Tajawal,sans-serif;text-transform:none}.combos-categories .card-content{padding:30px}.combos-categories .category-title{color:#3d3028;font-family:Cormorant Garamond,serif;font-size:30px;font-weight:600;line-height:1.2;margin:0 0 12px}.combos-page.rtl .category-title{font-family:Amiri,serif}.combos-categories .category-desc{color:#7d6d60;font-family:Poppins,sans-serif;font-size:15px;font-weight:300;line-height:1.6;margin:0 0 20px}.combos-page.rtl .category-desc{font-family:Tajawal,sans-serif}.combos-categories .explore-link{align-items:center;color:var(--accent-color);display:inline-flex;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;gap:8px;transition:gap .3s ease}.combos-page.rtl .explore-link{flex-direction:row-reverse;font-family:Tajawal,sans-serif}.combos-categories .category-card:hover .explore-link{gap:14px}.combos-categories .explore-link .arrow-icon{transition:transform .3s ease}.combos-page.rtl .explore-link .arrow-icon{transform:scaleX(-1)}.combos-categories .category-card:hover .explore-link .arrow-icon{transform:translateX(5px)}.combos-page.rtl .category-card:hover .explore-link .arrow-icon{transform:scaleX(-1) translateX(5px)}.combos-categories .card-border{border:3px solid #0000;border-radius:30px;inset:0;pointer-events:none;position:absolute;transition:border-color .4s ease}.combos-categories .category-card:hover .card-border{border-color:var(--accent-color)}.combos-features{background:linear-gradient(180deg,#0000,#9b59b60d);padding:50px 0 60px}.combos-features .features-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr)}.combos-features .feature-item{background:#fff;border-radius:20px;box-shadow:0 8px 35px #3d30280f;padding:35px 25px;text-align:center;transition:all .4s ease}.combos-features .feature-item:hover{box-shadow:0 15px 50px #9b59b626;transform:translateY(-8px)}.combos-features .feature-icon{align-items:center;background:linear-gradient(135deg,var(--bg-primary) 0,var(--bg-primary) 100%);border-radius:50%;color:var(--secondary);display:flex;height:80px;justify-content:center;margin:0 auto 20px;transition:all .4s ease;width:80px}.combos-features .feature-item:hover .feature-icon{background:linear-gradient(135deg,var(--secondary) 0,var(--primary) 100%);color:#fff;transform:scale(1.1) rotate(5deg)}.combos-features .feature-item h3{color:#3d3028;font-family:Poppins,sans-serif;font-size:18px;font-weight:600;margin:0 0 10px}.combos-page.rtl .feature-item h3{font-family:Tajawal,sans-serif}.combos-features .feature-item p{color:#7d6d60;font-family:Poppins,sans-serif;font-size:14px;line-height:1.5;margin:0}.combos-page.rtl .feature-item p{font-family:Tajawal,sans-serif}.promo-banner{padding:0 0 40px}.promo-banner .promo-content{align-items:center;background:linear-gradient(135deg,var(--secondary) 0,var(--secondary) 50%,var(--primary) 100%);border-radius:30px;box-shadow:0 20px 60px #9b59b659;display:flex;justify-content:space-between;overflow:hidden;padding:40px 50px;position:relative}.promo-banner .promo-content:before{content:"🎁";font-size:120px;opacity:.1;position:absolute;right:10%;top:50%;transform:translateY(-50%)}.combos-page.rtl .promo-content{flex-direction:row-reverse;text-align:right}.promo-banner .promo-text{flex:1 1}.promo-banner .promo-badge{background:#fff3;border-radius:20px;color:#fff;display:inline-block;font-family:Poppins,sans-serif;font-size:12px;font-weight:600;letter-spacing:1px;margin-bottom:12px;padding:6px 16px;text-transform:uppercase}.combos-page.rtl .promo-badge{font-family:Tajawal,sans-serif;letter-spacing:0;text-transform:none}.promo-banner .promo-text h3{color:#fff;font-family:Cormorant Garamond,serif;font-size:32px;font-weight:600;margin:0 0 8px}.combos-page.rtl .promo-text h3{font-family:Amiri,serif}.promo-banner .promo-text p{color:#ffffffe6;font-family:Poppins,sans-serif;font-size:16px;margin:0}.combos-page.rtl .promo-text p{font-family:Tajawal,sans-serif}.promo-banner .promo-btn{align-items:center;background:#fff;border-radius:50px;box-shadow:0 8px 30px #00000026;color:var(--secondary);display:flex;flex-shrink:0;font-family:Poppins,sans-serif;font-size:16px;font-weight:600;gap:10px;padding:16px 35px;position:relative;text-decoration:none;transition:all .3s ease;z-index:5}.combos-page.rtl .promo-btn{flex-direction:row-reverse;font-family:Tajawal,sans-serif}.promo-banner .promo-btn:hover{box-shadow:0 12px 40px #0003;transform:translateY(-3px) scale(1.05)}@media (max-width:1200px){.combos-hero .hero-title{font-size:48px}.combos-categories .categories-grid{gap:30px}}@media (max-width:992px){.combos-categories .categories-grid{grid-template-columns:1fr;max-width:600px}.combos-features .features-grid{gap:20px}.promo-banner .promo-content{gap:25px;padding:35px}.combos-page.rtl .promo-content,.promo-banner .promo-content{flex-direction:column;text-align:center}}@media (max-width:768px){.combos-hero{padding:40px 0 35px}.combos-hero .hero-title{font-size:38px}.combos-page.rtl .hero-title{font-size:34px}.combos-hero .hero-subtitle{font-size:15px}.combos-categories .card-image-section{height:340px}.combos-categories .card-content{padding:24px}.combos-categories .category-title{font-size:26px}.combos-categories .category-desc{font-size:14px}.combos-features .features-grid{gap:20px;grid-template-columns:1fr}.promo-banner .promo-text h3{font-size:26px}}@media (max-width:480px){.combos-page .container{padding:0 16px}.combos-hero .hero-badge{font-size:12px;padding:8px 18px}.combos-hero .hero-title{font-size:32px}.combos-categories .card-image-section{height:220px}.combos-categories .category-icon{font-size:24px;height:50px;left:15px;top:15px;width:50px}.combos-page.rtl .category-icon{left:auto;right:15px}.combos-categories .item-count-badge{padding:10px 14px;right:15px;top:15px}.combos-page.rtl .item-count-badge{left:15px;right:auto}.combos-categories .item-count-badge .count{font-size:26px}.combos-categories .card-content{padding:20px}.combos-categories .category-title{font-size:22px}.combos-features .feature-item{padding:25px 20px}.combos-features .feature-icon{height:65px;width:65px}.promo-banner .promo-content{padding:25px 20px}.promo-banner .promo-text h3{font-size:22px}.promo-banner .promo-btn{font-size:14px;padding:14px 28px}}@media (prefers-reduced-motion:reduce){.card-shine,.category-card,.category-icon,.category-image,.divider-icon,.feature-icon,.floating-icon,.promo-btn{animation:none!important;transition:none!important}}.combos-categories .category-card:focus-visible,.promo-banner .promo-btn:focus-visible{outline:3px solid var(--secondary);outline-offset:3px}@media print{.combos-bg-decoration{display:none}.combos-categories .category-card{border:1px solid var(--border-medium);box-shadow:none;break-inside:avoid;page-break-inside:avoid}.promo-banner{display:none}}.flowers-perfume-page{background:linear-gradient(180deg,var(--bg-primary) 0,#fff8f5 50%,#fef5ff 100%);min-height:100vh;overflow-x:hidden;padding-bottom:80px;position:relative}.flowers-perfume-page.rtl{direction:rtl}.perfume-bg{height:100%;left:0;overflow:hidden;pointer-events:none;position:fixed;top:0;width:100%;z-index:0}.sparkle{animation:sparkleFloat 8s ease-in-out infinite;font-size:30px;opacity:.2;position:absolute}.sparkle-1{animation-delay:0s;left:10%;top:15%}.sparkle-2{animation-delay:-3s;font-size:25px;right:12%;top:45%}.sparkle-3{animation-delay:-6s;bottom:25%;font-size:35px;left:20%}@keyframes sparkleFloat{0%,to{opacity:.2;transform:translateY(0) scale(1)}50%{opacity:.4;transform:translateY(-20px) scale(1.2)}}.bg-gradient-orb{border-radius:50%;filter:blur(100px);opacity:.4;position:absolute}.orb-1{background:radial-gradient(circle,var(--secondary) 0,#0000 70%);height:500px;right:-100px;top:-150px;width:500px}.orb-2{background:radial-gradient(circle,var(--warning) 0,#0000 70%);bottom:10%;height:400px;left:-100px;width:400px}.flowers-perfume-page .container{margin:0 auto;max-width:1400px;padding:0 24px;position:relative;width:100%;z-index:1}.flowers-perfume-page .breadcrumb-nav{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffffb3;border-bottom:1px solid #9b59b626;padding:20px 0}.flowers-perfume-page .breadcrumb{align-items:center;display:flex;font-family:Poppins,sans-serif;font-size:14px;gap:8px;list-style:none;margin:0;padding:0}.flowers-perfume-page.rtl .breadcrumb{font-family:Tajawal,sans-serif}.flowers-perfume-page .breadcrumb a{color:#8e7a9e;text-decoration:none;transition:color .3s ease}.flowers-perfume-page .breadcrumb a:hover{color:var(--secondary)}.flowers-perfume-page .breadcrumb .separator{color:#c9b8d8;display:flex}.flowers-perfume-page.rtl .breadcrumb .separator svg{transform:scaleX(-1)}.flowers-perfume-page .breadcrumb .current{color:#5d4a6d;font-weight:500}.flowers-perfume-page .page-hero{padding:50px 0 40px;text-align:center}.flowers-perfume-page .hero-content{margin:0 auto;max-width:800px}.flowers-perfume-page .hero-icon{align-items:center;animation:iconPulse 3s ease-in-out infinite;background:linear-gradient(135deg,var(--secondary) 0,var(--warning) 100%);border-radius:50%;box-shadow:0 10px 40px #9b59b666;display:flex;font-size:36px;height:80px;justify-content:center;margin:0 auto 20px;width:80px}@keyframes iconPulse{0%,to{box-shadow:0 10px 40px #9b59b666;transform:scale(1)}50%{box-shadow:0 15px 50px #9b59b680;transform:scale(1.05)}}.flowers-perfume-page .hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--text-dark) 0,var(--secondary) 50%,var(--warning) 100%);-webkit-background-clip:text;background-clip:text;color:var(--text-dark);font-family:Cormorant Garamond,serif;font-size:52px;font-weight:600;line-height:1.2;margin:0 0 14px}.flowers-perfume-page.rtl .hero-title{font-family:Amiri,serif;font-size:46px}.flowers-perfume-page .hero-subtitle{color:#6d5d7d;font-family:Poppins,sans-serif;font-size:17px;font-weight:300;line-height:1.7;margin:0 0 30px}.flowers-perfume-page.rtl .hero-subtitle{font-family:Tajawal,sans-serif}.flowers-perfume-page .hero-stats{align-items:center;background:#fff;border-radius:20px;box-shadow:0 10px 40px #9b59b626;display:flex;gap:35px;justify-content:center;margin:0 auto;max-width:550px;padding:22px 40px}.flowers-perfume-page .stat{text-align:center}.flowers-perfume-page .stat-number{color:var(--secondary);display:block;font-family:Cormorant Garamond,serif;font-size:32px;font-weight:700;line-height:1}.flowers-perfume-page.rtl .stat-number{font-family:Amiri,serif}.flowers-perfume-page .stat-label{color:#8d7d9d;font-family:Poppins,sans-serif;font-size:11px;letter-spacing:1px;text-transform:uppercase}.flowers-perfume-page.rtl .stat-label{font-family:Tajawal,sans-serif;letter-spacing:0;text-transform:none}.flowers-perfume-page .stat-divider{background:linear-gradient(180deg,#0000,#d8c8e8,#0000);height:40px;width:1px}.flowers-perfume-page .products-section{padding:30px 0 60px}.flowers-perfume-page .products-grid{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(4,1fr)}.flowers-perfume-page .product-card{animation:cardFadeIn .6s ease-out forwards;background:#fff;border-radius:20px;box-shadow:0 8px 35px #3d2d4d14;display:block;opacity:0;overflow:hidden;position:relative;text-decoration:none;transition:all .5s cubic-bezier(.4,0,.2,1)}.flowers-perfume-page .product-card:hover{box-shadow:0 20px 55px #9b59b633;transform:translateY(-10px)}.flowers-perfume-page .perfume-badge{align-items:center;background:linear-gradient(135deg,var(--secondary) 0,var(--secondary) 100%);border-radius:20px;box-shadow:0 4px 15px #9b59b666;color:#fff;display:flex;font-family:Poppins,sans-serif;font-size:10px;font-weight:600;gap:6px;left:16px;padding:8px 14px;position:absolute;top:16px;z-index:10}.flowers-perfume-page.rtl .perfume-badge{flex-direction:row-reverse;font-family:Tajawal,sans-serif;left:auto;right:16px}.flowers-perfume-page .product-badge{border-radius:20px;font-family:Poppins,sans-serif;font-size:10px;font-weight:600;letter-spacing:.5px;padding:6px 14px;position:absolute;right:16px;text-transform:uppercase;top:16px;z-index:10}.flowers-perfume-page.rtl .product-badge{font-family:Tajawal,sans-serif;left:16px;right:auto;text-transform:none}.flowers-perfume-page .badge-bestseller{background:linear-gradient(135deg,var(--warning) 0,#c9a227 100%);box-shadow:0 4px 15px #d4af3766;color:#4a3f00}.flowers-perfume-page .badge-new{background:linear-gradient(135deg,var(--accent-light) 0,#88d8b0 100%);box-shadow:0 4px 15px #a8e6cf66;color:#1a5c3a}.flowers-perfume-page .product-image-wrapper{background:linear-gradient(180deg,var(--bg-primary) 0,#f5eafa 100%);height:320px;overflow:hidden;position:relative}.flowers-perfume-page .product-image{height:100%;object-fit:cover;padding:25px;transition:transform .6s cubic-bezier(.4,0,.2,1);width:100%}.flowers-perfume-page .product-card:hover .product-image{transform:scale(1.08)}.flowers-perfume-page .product-overlay{background:linear-gradient(180deg,#0000,#3d2d4dd9);bottom:0;display:flex;justify-content:center;left:0;opacity:0;padding:20px;position:absolute;right:0;transform:translateY(20px);transition:all .4s cubic-bezier(.4,0,.2,1)}.flowers-perfume-page .product-card:hover .product-overlay{opacity:1;transform:translateY(0)}.flowers-perfume-page .quick-add-btn{align-items:center;background:#fff;border:none;border-radius:50px;color:#5d4a6d;cursor:pointer;display:flex;font-family:Poppins,sans-serif;font-size:13px;font-weight:600;gap:8px;padding:12px 24px;transition:all .3s ease}.flowers-perfume-page.rtl .quick-add-btn{flex-direction:row-reverse;font-family:Tajawal,sans-serif}.flowers-perfume-page .quick-add-btn:hover{background:linear-gradient(135deg,var(--secondary) 0,var(--warning) 100%);color:#fff;transform:scale(1.05)}.flowers-perfume-page .product-details{padding:22px}.flowers-perfume-page .product-name{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:var(--text-dark);display:-webkit-box;font-family:Cormorant Garamond,serif;font-size:22px;font-weight:600;line-height:1.3;margin:0 0 8px;overflow:hidden}.flowers-perfume-page.rtl .product-name{font-family:Amiri,serif}.flowers-perfume-page .product-desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#8d7d9d;display:-webkit-box;font-family:Poppins,sans-serif;font-size:13px;line-height:1.5;margin:0 0 14px;overflow:hidden}.flowers-perfume-page.rtl .product-desc{font-family:Tajawal,sans-serif}.flowers-perfume-page .product-footer{align-items:center;display:flex;justify-content:space-between}.flowers-perfume-page .price-wrapper{display:flex;flex-direction:column;gap:2px}.flowers-perfume-page .original-price{color:#b8a8c8;font-family:Poppins,sans-serif;font-size:12px;text-decoration:line-through}.flowers-perfume-page.rtl .original-price{font-family:Tajawal,sans-serif}.flowers-perfume-page .sale-price{color:var(--secondary);font-family:Poppins,sans-serif;font-size:20px;font-weight:600}.flowers-perfume-page.rtl .sale-price{font-family:Tajawal,sans-serif}.flowers-perfume-page .cart-icon-btn{align-items:center;background:#0000;border:2px solid var(--secondary);border-radius:50%;color:var(--secondary);display:flex;flex-shrink:0;height:46px;justify-content:center;transition:all .3s ease;width:46px}.flowers-perfume-page .product-card:hover .cart-icon-btn{background:linear-gradient(135deg,var(--secondary) 0,var(--warning) 100%);border-color:#0000;color:#fff;transform:rotate(90deg)}.flowers-perfume-page .info-banner{padding:0 0 40px}.flowers-perfume-page .banner-content{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#9b59b61a,#d4af371a);border:1px solid #9b59b633;border-radius:20px;display:flex;gap:24px;padding:30px 40px}.flowers-perfume-page.rtl .banner-content{flex-direction:row-reverse;text-align:right}.flowers-perfume-page .banner-icon{align-items:center;animation:iconPulse 3s ease-in-out infinite;background:linear-gradient(135deg,var(--secondary) 0,var(--warning) 100%);border-radius:50%;box-shadow:0 10px 30px #9b59b659;color:#fff;display:flex;flex-shrink:0;height:70px;justify-content:center;width:70px}.flowers-perfume-page .banner-text h3{color:var(--text-dark);font-family:Cormorant Garamond,serif;font-size:24px;font-weight:600;margin:0 0 8px}.flowers-perfume-page.rtl .banner-text h3{font-family:Amiri,serif}.flowers-perfume-page .banner-text p{color:#6d5d7d;font-family:Poppins,sans-serif;font-size:14px;line-height:1.5;margin:0}.flowers-perfume-page.rtl .banner-text p{font-family:Tajawal,sans-serif}@media (max-width:1200px){.flowers-perfume-page .hero-title{font-size:46px}.flowers-perfume-page .products-grid{gap:24px;grid-template-columns:repeat(3,1fr)}.flowers-perfume-page .product-image-wrapper{height:280px}}@media (max-width:992px){.flowers-perfume-page .products-grid{gap:20px;grid-template-columns:repeat(3,1fr)}.flowers-perfume-page .product-image-wrapper{height:240px}.flowers-perfume-page .banner-content{padding:26px}.flowers-perfume-page .banner-content,.flowers-perfume-page.rtl .banner-content{flex-direction:column;text-align:center}}@media (max-width:768px){.flowers-perfume-page{padding-bottom:60px}.sparkle{font-size:22px;opacity:.15}.sparkle-1{font-size:24px}.sparkle-2{font-size:20px}.sparkle-3{font-size:26px}.flowers-perfume-page .container{padding:0 16px}.flowers-perfume-page .breadcrumb-nav{padding:12px 0}.flowers-perfume-page .breadcrumb{font-size:12px;gap:6px}.flowers-perfume-page .page-hero{padding:30px 0 25px}.flowers-perfume-page .hero-icon{font-size:28px;height:65px;margin-bottom:16px;width:65px}.flowers-perfume-page .hero-title{font-size:34px;margin-bottom:10px}.flowers-perfume-page.rtl .hero-title{font-size:30px}.flowers-perfume-page .hero-subtitle{font-size:14px;margin-bottom:22px}.flowers-perfume-page .hero-stats{flex-wrap:wrap;gap:22px;justify-content:center;max-width:480px;padding:18px 28px}.flowers-perfume-page .stat-number{font-size:24px}.flowers-perfume-page .stat-label{font-size:10px}.flowers-perfume-page .stat-divider{height:32px}.flowers-perfume-page .products-section{padding:20px 0 40px}.flowers-perfume-page .products-grid{gap:14px;grid-template-columns:repeat(2,1fr)}.flowers-perfume-page .product-card{border-radius:18px}.flowers-perfume-page .product-card:hover{transform:none}.flowers-perfume-page .perfume-badge{border-radius:12px;font-size:8px;left:10px;padding:5px 10px;top:10px}.flowers-perfume-page.rtl .perfume-badge{left:auto;right:10px}.flowers-perfume-page .product-badge{border-radius:12px;font-size:8px;padding:4px 10px;right:10px;top:10px}.flowers-perfume-page.rtl .product-badge{left:10px;right:auto}.flowers-perfume-page .product-image-wrapper{height:280px}.flowers-perfume-page .product-image{padding:16px}.flowers-perfume-page .product-overlay{display:none}.flowers-perfume-page .product-details{padding:16px}.flowers-perfume-page .product-name{font-size:16px;margin-bottom:5px}.flowers-perfume-page .product-desc{-webkit-line-clamp:1;font-size:11px;margin-bottom:10px}.flowers-perfume-page .original-price{font-size:10px}.flowers-perfume-page .sale-price{font-size:16px}.flowers-perfume-page .cart-icon-btn{height:38px;width:38px}.flowers-perfume-page .cart-icon-btn svg{height:16px;width:16px}.flowers-perfume-page .info-banner{padding:0 0 30px}.flowers-perfume-page .banner-content{border-radius:16px;flex-direction:column;gap:16px;padding:22px 18px;text-align:center}.flowers-perfume-page .banner-icon{height:58px;width:58px}.flowers-perfume-page .banner-icon svg{height:28px;width:28px}.flowers-perfume-page .banner-text h3{font-size:19px}.flowers-perfume-page .banner-text p{font-size:12px}}@media (max-width:480px){.flowers-perfume-page{padding-bottom:50px}.sparkle-3{display:none}.orb-2{opacity:.25}.flowers-perfume-page .container{padding:0 12px}.flowers-perfume-page .breadcrumb-nav{padding:10px 0}.flowers-perfume-page .breadcrumb{font-size:11px;gap:4px}.flowers-perfume-page .breadcrumb .separator svg{height:12px;width:12px}.flowers-perfume-page .page-hero{padding:20px 0}.flowers-perfume-page .hero-icon{font-size:24px;height:55px;margin-bottom:14px;width:55px}.flowers-perfume-page .hero-title{font-size:28px}.flowers-perfume-page.rtl .hero-title{font-size:26px}.flowers-perfume-page .hero-subtitle{font-size:13px;margin-bottom:18px}.flowers-perfume-page .hero-stats{border-radius:14px;flex-direction:row;gap:14px;max-width:100%;padding:14px 18px}.flowers-perfume-page .stat-number{font-size:20px}.flowers-perfume-page .stat-label{font-size:8px;letter-spacing:.5px}.flowers-perfume-page .stat-divider{height:28px}.flowers-perfume-page .products-section{padding:16px 0 30px}.flowers-perfume-page .products-grid{gap:10px}.flowers-perfume-page .product-card{border-radius:14px}.flowers-perfume-page .perfume-badge{border-radius:10px;font-size:7px;gap:4px;left:8px;padding:4px 8px;top:8px}.flowers-perfume-page.rtl .perfume-badge{left:auto;right:8px}.flowers-perfume-page .perfume-badge svg{height:10px;width:10px}.flowers-perfume-page .product-badge{border-radius:10px;font-size:7px;padding:3px 8px;right:8px;top:8px}.flowers-perfume-page.rtl .product-badge{left:8px;right:auto}.flowers-perfume-page .product-image-wrapper{height:160px}.flowers-perfume-page .product-details,.flowers-perfume-page .product-image{padding:0}.flowers-perfume-page .product-name{font-size:13px;margin-bottom:3px}.flowers-perfume-page .product-desc{display:none}.flowers-perfume-page .original-price{font-size:9px}.flowers-perfume-page .sale-price{font-size:13px}.flowers-perfume-page .cart-icon-btn{height:32px;width:32px}.flowers-perfume-page .cart-icon-btn svg{height:14px;width:14px}.flowers-perfume-page .info-banner{padding:0 0 20px}.flowers-perfume-page .banner-content{border-radius:14px;gap:12px;padding:18px 14px}.flowers-perfume-page .banner-icon{height:50px;width:50px}.flowers-perfume-page .banner-icon svg{height:24px;width:24px}.flowers-perfume-page .banner-text h3{font-size:16px}.flowers-perfume-page .banner-text p{font-size:11px}}@media (max-width:360px){.flowers-perfume-page .container{padding:0 10px}.flowers-perfume-page .hero-icon{font-size:20px;height:48px;width:48px}.flowers-perfume-page .hero-title{font-size:24px}.flowers-perfume-page.rtl .hero-title{font-size:22px}.flowers-perfume-page .hero-subtitle{font-size:12px}.flowers-perfume-page .hero-stats{gap:10px;padding:12px 14px}.flowers-perfume-page .stat-number{font-size:18px}.flowers-perfume-page .stat-label{font-size:7px}.flowers-perfume-page .stat-divider{height:24px}.flowers-perfume-page .products-grid{gap:8px}.flowers-perfume-page .product-image-wrapper{height:140px}.flowers-perfume-page .product-details{padding:0}.flowers-perfume-page .product-name{font-size:12px}.flowers-perfume-page .original-price{font-size:8px}.flowers-perfume-page .sale-price{font-size:12px}.flowers-perfume-page .perfume-badge{font-size:6px;padding:3px 6px}.flowers-perfume-page .product-badge{font-size:6px;padding:2px 6px}.flowers-perfume-page .cart-icon-btn{height:28px;width:28px}.flowers-perfume-page .cart-icon-btn svg{height:12px;width:12px}.flowers-perfume-page .banner-content{padding:14px 12px}.flowers-perfume-page .banner-icon{height:44px;width:44px}.flowers-perfume-page .banner-icon svg{height:20px;width:20px}.flowers-perfume-page .banner-text h3{font-size:14px}.flowers-perfume-page .banner-text p{font-size:10px}}@media (prefers-reduced-motion:reduce){.banner-icon,.cart-icon-btn,.hero-icon,.product-card,.product-image,.sparkle{animation:none!important;transition:none!important}}.flowers-perfume-page .cart-icon-btn:focus-visible,.flowers-perfume-page .product-card:focus-visible,.flowers-perfume-page .quick-add-btn:focus-visible{outline:2px solid var(--secondary);outline-offset:2px}@media print{.perfume-bg{display:none}.flowers-perfume-page .product-card{border:1px solid var(--border-medium);box-shadow:none;break-inside:avoid;page-break-inside:avoid}.flowers-perfume-page .info-banner{display:none}}.flowers-perfume-page .filter-section{padding:25px 0 35px}.flowers-perfume-page .filter-wrapper{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.flowers-perfume-page .filter-btn{background:#fffc;border:2px solid #9b59b633;border-radius:50px;color:#5d4a6d;cursor:pointer;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;padding:12px 28px;transition:all .4s cubic-bezier(.4,0,.2,1);white-space:nowrap}.flowers-perfume-page.rtl .filter-btn{font-family:Tajawal,sans-serif}.flowers-perfume-page .filter-btn:hover{border-color:var(--secondary);box-shadow:0 6px 20px #9b59b633;color:var(--text-dark);transform:translateY(-2px)}.flowers-perfume-page .filter-btn.active{background:linear-gradient(135deg,var(--secondary) 0,var(--secondary) 100%);border-color:#0000;box-shadow:0 8px 25px #9b59b659;color:#fff}.flowers-chocolates-page{background:linear-gradient(180deg,#fdf8f3,#fff5eb 50%,#fef9f5);min-height:100vh;overflow-x:hidden;padding-bottom:80px;position:relative}.flowers-chocolates-page.rtl{direction:rtl}.chocolates-bg{height:100%;left:0;overflow:hidden;pointer-events:none;position:fixed;top:0;width:100%;z-index:0}.choco-icon{animation:chocoFloat 10s ease-in-out infinite;font-size:40px;opacity:.15;position:absolute}.icon-1{animation-delay:0s;left:8%;top:12%}.icon-2{animation-delay:-4s;font-size:35px;right:10%;top:40%}.icon-3{animation-delay:-7s;bottom:20%;font-size:45px;left:15%}@keyframes chocoFloat{0%,to{opacity:.15;transform:translateY(0) rotate(0deg)}50%{opacity:.25;transform:translateY(-25px) rotate(10deg)}}.chocolates-bg .bg-gradient-orb{border-radius:50%;filter:blur(100px);opacity:.35;position:absolute}.chocolates-bg .orb-1{background:radial-gradient(circle,var(--text-dark) 0,#0000 70%);height:500px;right:-100px;top:-150px;width:500px}.chocolates-bg .orb-2{background:radial-gradient(circle,var(--primary) 0,#0000 70%);bottom:15%;height:400px;left:-100px;width:400px}.flowers-chocolates-page .container{margin:0 auto;max-width:1400px;padding:0 24px;position:relative;width:100%;z-index:1}.flowers-chocolates-page .breadcrumb-nav{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffffb3;border-bottom:1px solid #8b45131f;padding:20px 0}.flowers-chocolates-page .breadcrumb{align-items:center;display:flex;font-family:Poppins,sans-serif;font-size:14px;gap:8px;list-style:none;margin:0;padding:0}.flowers-chocolates-page.rtl .breadcrumb{font-family:Tajawal,sans-serif}.flowers-chocolates-page .breadcrumb a{color:var(--text-secondary);text-decoration:none;transition:color .3s ease}.flowers-chocolates-page .breadcrumb a:hover{color:var(--text-dark)}.flowers-chocolates-page .breadcrumb .separator{align-items:center;color:#d4b896;display:flex}.flowers-chocolates-page.rtl .breadcrumb .separator svg{transform:scaleX(-1)}.flowers-chocolates-page .breadcrumb .current{color:#5d4037;font-weight:500}.flowers-chocolates-page .page-hero{padding:50px 0 40px;text-align:center}.flowers-chocolates-page .hero-content{margin:0 auto;max-width:800px}.flowers-chocolates-page .hero-badge{align-items:center;background:linear-gradient(135deg,#8b45131a,#d4a57426);border:1px solid #8b451333;border-radius:50px;color:#6d4c30;display:inline-flex;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;gap:10px;margin-bottom:20px;padding:10px 24px}.flowers-chocolates-page.rtl .hero-badge{font-family:Tajawal,sans-serif}.flowers-chocolates-page .hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3e2723 0,var(--text-dark) 50%,var(--primary) 100%);-webkit-background-clip:text;background-clip:text;color:#3e2723;font-family:Cormorant Garamond,serif;font-size:54px;font-weight:600;line-height:1.2;margin:0 0 14px}.flowers-chocolates-page.rtl .hero-title{font-family:Amiri,serif;font-size:48px}.flowers-chocolates-page .hero-subtitle{color:#6d5c4d;font-family:Poppins,sans-serif;font-size:17px;font-weight:300;line-height:1.7;margin:0 0 30px}.flowers-chocolates-page.rtl .hero-subtitle{font-family:Tajawal,sans-serif}.flowers-chocolates-page .hero-stats{align-items:center;background:#fff;border-radius:20px;box-shadow:0 10px 40px #8b45131f;display:flex;gap:35px;justify-content:center;margin:0 auto;max-width:550px;padding:22px 40px}.flowers-chocolates-page .stat{text-align:center}.flowers-chocolates-page .stat-number{color:var(--text-dark);display:block;font-family:Cormorant Garamond,serif;font-size:32px;font-weight:700;line-height:1}.flowers-chocolates-page.rtl .stat-number{font-family:Amiri,serif}.flowers-chocolates-page .stat-label{color:var(--text-secondary);font-family:Poppins,sans-serif;font-size:11px;letter-spacing:1px;text-transform:uppercase}.flowers-chocolates-page.rtl .stat-label{font-family:Tajawal,sans-serif;letter-spacing:0;text-transform:none}.flowers-chocolates-page .stat-divider{background:linear-gradient(180deg,#0000,#e0c8a8,#0000);height:40px;width:1px}.flowers-chocolates-page .products-section{padding:20px 0 60px}.flowers-chocolates-page .products-header{margin-bottom:20px}.flowers-chocolates-page .showing-text{color:var(--text-secondary);font-family:Poppins,sans-serif;font-size:14px;text-align:center}.flowers-chocolates-page.rtl .showing-text{font-family:Tajawal,sans-serif}.flowers-chocolates-page .products-grid{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(4,1fr)}.flowers-chocolates-page .product-card{animation:cardFadeIn .6s ease-out forwards;background:#fff;border-radius:20px;box-shadow:0 8px 35px #3e272314;display:block;opacity:0;overflow:hidden;position:relative;text-decoration:none;transition:all .5s cubic-bezier(.4,0,.2,1)}.flowers-chocolates-page .product-card:hover{box-shadow:0 20px 55px #8b45132e;transform:translateY(-10px)}.flowers-chocolates-page .choco-badge{align-items:center;background:linear-gradient(135deg,var(--text-dark) 0,var(--text-secondary) 100%);border-radius:20px;box-shadow:0 4px 15px #8b451366;color:#fff;display:flex;font-family:Poppins,sans-serif;font-size:10px;font-weight:600;gap:6px;left:16px;padding:8px 14px;position:absolute;top:16px;z-index:10}.flowers-chocolates-page.rtl .choco-badge{flex-direction:row-reverse;font-family:Tajawal,sans-serif;left:auto;right:16px}.flowers-chocolates-page .product-badge{border-radius:20px;font-family:Poppins,sans-serif;font-size:10px;font-weight:600;letter-spacing:.5px;padding:6px 14px;position:absolute;right:16px;text-transform:uppercase;top:16px;z-index:10}.flowers-chocolates-page.rtl .product-badge{font-family:Tajawal,sans-serif;left:16px;right:auto;text-transform:none}.flowers-chocolates-page .badge-bestseller{background:linear-gradient(135deg,var(--warning) 0,var(--warm) 100%);box-shadow:0 4px 15px #ffd70066;color:#5c4000}.flowers-chocolates-page .badge-new{background:linear-gradient(135deg,var(--accent-light) 0,#88d8b0 100%);box-shadow:0 4px 15px #a8e6cf66;color:#1a5c3a}.flowers-chocolates-page .product-image-wrapper{background:linear-gradient(180deg,#fdf8f3,#fff5eb);height:300px;overflow:hidden;position:relative}.flowers-chocolates-page .product-image{height:100%;object-fit:cover;padding:20px;transition:transform .6s cubic-bezier(.4,0,.2,1);width:100%}.flowers-chocolates-page .product-card:hover .product-image{transform:scale(1.08)}.flowers-chocolates-page .product-details{padding:22px}.flowers-chocolates-page .product-name{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#3e2723;display:-webkit-box;font-family:Cormorant Garamond,serif;font-size:20px;font-weight:600;line-height:1.3;margin:0 0 8px;overflow:hidden}.flowers-chocolates-page.rtl .product-name{font-family:Amiri,serif}.flowers-chocolates-page .product-desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:var(--text-secondary);display:-webkit-box;font-family:Poppins,sans-serif;font-size:13px;line-height:1.5;margin:0 0 14px;overflow:hidden}.flowers-chocolates-page.rtl .product-desc{font-family:Tajawal,sans-serif}.flowers-chocolates-page .product-footer{align-items:center;display:flex;justify-content:space-between}.flowers-chocolates-page .price-wrapper{display:flex;flex-direction:column;gap:2px}.flowers-chocolates-page .original-price{color:#c4a68a;font-family:Poppins,sans-serif;font-size:12px;text-decoration:line-through}.flowers-chocolates-page.rtl .original-price{font-family:Tajawal,sans-serif}.flowers-chocolates-page .sale-price{color:var(--text-dark);font-family:Poppins,sans-serif;font-size:20px;font-weight:600}.flowers-chocolates-page.rtl .sale-price{font-family:Tajawal,sans-serif}.flowers-chocolates-page .cart-icon-btn{align-items:center;background:#0000;border:2px solid var(--text-dark);border-radius:50%;color:var(--text-dark);cursor:pointer;display:flex;flex-shrink:0;height:44px;justify-content:center;transition:all .3s ease;width:44px}.flowers-chocolates-page .product-card:hover .cart-icon-btn{background:linear-gradient(135deg,var(--text-dark) 0,var(--primary) 100%);border-color:#0000;color:#fff;transform:rotate(90deg)}.flowers-chocolates-page .load-more-wrapper{display:flex;justify-content:center;margin-top:50px}.flowers-chocolates-page .load-more-btn{align-items:center;background:#fff;border:2px solid var(--text-dark);border-radius:50px;color:var(--text-dark);cursor:pointer;display:flex;font-family:Poppins,sans-serif;font-size:15px;font-weight:600;gap:10px;padding:15px 40px;transition:all .3s ease}.flowers-chocolates-page.rtl .load-more-btn{flex-direction:row-reverse;font-family:Tajawal,sans-serif}.flowers-chocolates-page .load-more-btn:hover{background:linear-gradient(135deg,var(--text-dark) 0,var(--text-secondary) 100%);border-color:#0000;box-shadow:0 10px 30px #8b45134d;color:#fff;transform:translateY(-3px)}.flowers-chocolates-page .load-more-btn svg{transition:transform .3s ease}.flowers-chocolates-page .load-more-btn:hover svg{transform:translateY(3px)}.flowers-chocolates-page .info-banner{padding:0 0 40px}.flowers-chocolates-page .banner-content{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#8b451314,#d4a5741a);border:1px solid #8b451326;border-radius:20px;display:flex;gap:24px;padding:30px 40px}.flowers-chocolates-page.rtl .banner-content{flex-direction:row-reverse;text-align:right}.flowers-chocolates-page .banner-icon{align-items:center;animation:bannerPulse 3s ease-in-out infinite;background:linear-gradient(135deg,var(--text-dark) 0,var(--primary) 100%);border-radius:50%;box-shadow:0 10px 30px #8b451359;display:flex;flex-shrink:0;font-size:32px;height:70px;justify-content:center;width:70px}@keyframes bannerPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.flowers-chocolates-page .banner-text h3{color:#3e2723;font-family:Cormorant Garamond,serif;font-size:24px;font-weight:600;margin:0 0 8px}.flowers-chocolates-page.rtl .banner-text h3{font-family:Amiri,serif}.flowers-chocolates-page .banner-text p{color:#6d5c4d;font-family:Poppins,sans-serif;font-size:15px;line-height:1.5;margin:0}.flowers-chocolates-page.rtl .banner-text p{font-family:Tajawal,sans-serif}@media (max-width:1200px){.flowers-chocolates-page .hero-title{font-size:48px}.flowers-chocolates-page.rtl .hero-title{font-size:44px}.flowers-chocolates-page .products-grid{gap:24px;grid-template-columns:repeat(3,1fr)}.flowers-chocolates-page .product-image-wrapper{height:270px}.flowers-chocolates-page .hero-stats{gap:30px;padding:20px 36px}}@media (max-width:992px){.flowers-chocolates-page .products-grid{gap:20px;grid-template-columns:repeat(3,1fr)}.flowers-chocolates-page .product-image-wrapper{height:240px}.flowers-chocolates-page .product-details{padding:18px}.flowers-chocolates-page .product-name{font-size:18px}.flowers-chocolates-page .filter-wrapper{gap:10px}.flowers-chocolates-page .filter-btn{font-size:13px;padding:10px 22px}.flowers-chocolates-page .banner-content{flex-direction:column;padding:26px;text-align:center}.flowers-chocolates-page.rtl .banner-content{flex-direction:column;text-align:center}}@media (max-width:768px){.flowers-chocolates-page{padding-bottom:60px}.choco-icon{font-size:30px;opacity:.1}.icon-1{font-size:32px}.icon-2{font-size:28px}.icon-3{font-size:35px}.flowers-chocolates-page .container{padding:0 16px}.flowers-chocolates-page .breadcrumb-nav{padding:12px 0}.flowers-chocolates-page .breadcrumb{font-size:12px;gap:6px}.flowers-chocolates-page .page-hero{padding:35px 0 28px}.flowers-chocolates-page .hero-badge{font-size:12px;gap:8px;margin-bottom:16px;padding:8px 18px}.flowers-chocolates-page .hero-title{font-size:36px;margin-bottom:12px}.flowers-chocolates-page.rtl .hero-title{font-size:32px}.flowers-chocolates-page .hero-subtitle{font-size:15px;margin-bottom:24px}.flowers-chocolates-page .hero-stats{gap:22px;max-width:480px;padding:18px 28px}.flowers-chocolates-page .stat-number{font-size:26px}.flowers-chocolates-page .stat-label{font-size:10px}.flowers-chocolates-page .stat-divider{height:32px}.flowers-chocolates-page .filter-section{padding:20px 0 26px}.flowers-chocolates-page .filter-wrapper{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;gap:8px;justify-content:flex-start;overflow-x:auto;padding-bottom:8px;scrollbar-width:none}.flowers-chocolates-page .filter-wrapper::-webkit-scrollbar{display:none}.flowers-chocolates-page .filter-btn{flex-shrink:0;font-size:12px;padding:9px 18px}.flowers-chocolates-page .products-section{padding:16px 0 40px}.flowers-chocolates-page .showing-text{font-size:12px;margin-bottom:16px}.flowers-chocolates-page .products-grid{gap:14px;grid-template-columns:repeat(2,1fr)}.flowers-chocolates-page .product-card{border-radius:18px}.flowers-chocolates-page .product-card:hover{transform:none}.flowers-chocolates-page .choco-badge{border-radius:14px;font-size:8px;gap:4px;left:10px;padding:5px 10px;top:10px}.flowers-chocolates-page.rtl .choco-badge{left:auto;right:10px}.flowers-chocolates-page .product-badge{border-radius:12px;font-size:8px;padding:4px 10px;right:10px;top:10px}.flowers-chocolates-page.rtl .product-badge{left:10px;right:auto}.flowers-chocolates-page .product-image-wrapper{height:190px}.flowers-chocolates-page .product-details,.flowers-chocolates-page .product-image{padding:14px}.flowers-chocolates-page .product-name{font-size:15px;margin-bottom:5px}.flowers-chocolates-page .product-desc{-webkit-line-clamp:1;font-size:11px;margin-bottom:10px}.flowers-chocolates-page .original-price{font-size:10px}.flowers-chocolates-page .sale-price{font-size:16px}.flowers-chocolates-page .cart-icon-btn{height:36px;width:36px}.flowers-chocolates-page .cart-icon-btn svg{height:14px;width:14px}.flowers-chocolates-page .load-more-wrapper{margin-top:35px}.flowers-chocolates-page .load-more-btn{font-size:14px;padding:12px 32px}.flowers-chocolates-page .info-banner{padding:0 0 30px}.flowers-chocolates-page .banner-content{border-radius:18px;flex-direction:column;gap:16px;padding:22px 18px;text-align:center}.flowers-chocolates-page .banner-icon{font-size:26px;height:60px;width:60px}.flowers-chocolates-page .banner-text h3{font-size:20px}.flowers-chocolates-page .banner-text p{font-size:13px}}@media (max-width:480px){.flowers-chocolates-page{padding-bottom:50px}.icon-3{display:none}.chocolates-bg .orb-2{opacity:.2}.flowers-chocolates-page .container{padding:0 12px}.flowers-chocolates-page .breadcrumb-nav{padding:10px 0}.flowers-chocolates-page .breadcrumb{font-size:11px;gap:4px}.flowers-chocolates-page .breadcrumb .separator svg{height:12px;width:12px}.flowers-chocolates-page .page-hero{padding:25px 0 20px}.flowers-chocolates-page .hero-badge{font-size:11px;gap:6px;margin-bottom:14px;padding:6px 14px}.flowers-chocolates-page .hero-title{font-size:30px}.flowers-chocolates-page.rtl .hero-title{font-size:28px}.flowers-chocolates-page .hero-subtitle{font-size:13px;margin-bottom:20px}.flowers-chocolates-page .hero-stats{border-radius:14px;gap:16px;max-width:100%;padding:14px 20px}.flowers-chocolates-page .stat-number{font-size:22px}.flowers-chocolates-page .stat-label{font-size:9px}.flowers-chocolates-page .stat-divider{height:28px}.flowers-chocolates-page .filter-section{padding:16px 0 20px}.flowers-chocolates-page .filter-btn{border-width:1.5px;font-size:11px;padding:7px 14px}.flowers-chocolates-page .products-section{padding:12px 0 30px}.flowers-chocolates-page .showing-text{font-size:11px}.flowers-chocolates-page .products-grid{gap:10px}.flowers-chocolates-page .product-card{border-radius:14px}.flowers-chocolates-page .choco-badge{border-radius:10px;font-size:7px;gap:3px;left:8px;padding:4px 8px;top:8px}.flowers-chocolates-page.rtl .choco-badge{left:auto;right:8px}.flowers-chocolates-page .choco-badge span:first-child{font-size:10px}.flowers-chocolates-page .product-badge{border-radius:10px;font-size:7px;padding:3px 8px;right:8px;top:8px}.flowers-chocolates-page.rtl .product-badge{left:8px;right:auto}.flowers-chocolates-page .product-image-wrapper{height:155px}.flowers-chocolates-page .product-details,.flowers-chocolates-page .product-image{padding:0}.flowers-chocolates-page .product-name{font-size:13px;margin-bottom:3px}.flowers-chocolates-page .product-desc{display:none}.flowers-chocolates-page .original-price{font-size:9px}.flowers-chocolates-page .sale-price{font-size:14px}.flowers-chocolates-page .cart-icon-btn{height:32px;width:32px}.flowers-chocolates-page .cart-icon-btn svg{height:12px;width:12px}.flowers-chocolates-page .load-more-wrapper{margin-top:28px}.flowers-chocolates-page .load-more-btn{font-size:13px;gap:8px;padding:10px 26px}.flowers-chocolates-page .info-banner{padding:0 0 20px}.flowers-chocolates-page .banner-content{border-radius:14px;gap:12px;padding:18px 14px}.flowers-chocolates-page .banner-icon{font-size:22px;height:52px;width:52px}.flowers-chocolates-page .banner-text h3{font-size:17px}.flowers-chocolates-page .banner-text p{font-size:12px}}@media (max-width:360px){.flowers-chocolates-page .container{padding:0 10px}.flowers-chocolates-page .hero-badge{font-size:10px;padding:5px 12px}.flowers-chocolates-page .hero-title{font-size:26px}.flowers-chocolates-page.rtl .hero-title{font-size:24px}.flowers-chocolates-page .hero-subtitle{font-size:12px}.flowers-chocolates-page .hero-stats{gap:12px;padding:12px 16px}.flowers-chocolates-page .stat-number{font-size:18px}.flowers-chocolates-page .stat-label{font-size:8px}.flowers-chocolates-page .stat-divider{height:24px}.flowers-chocolates-page .filter-btn{font-size:10px;padding:6px 12px}.flowers-chocolates-page .products-grid{gap:8px}.flowers-chocolates-page .product-image-wrapper{height:135px}.flowers-chocolates-page .product-details{padding:0}.flowers-chocolates-page .product-name{font-size:12px}.flowers-chocolates-page .original-price{font-size:8px}.flowers-chocolates-page .sale-price{font-size:12px}.flowers-chocolates-page .choco-badge{font-size:6px;padding:3px 6px}.flowers-chocolates-page .product-badge{font-size:6px;padding:2px 6px}.flowers-chocolates-page .cart-icon-btn{height:28px;width:28px}.flowers-chocolates-page .cart-icon-btn svg{height:10px;width:10px}.flowers-chocolates-page .load-more-btn{font-size:12px;padding:10px 22px}.flowers-chocolates-page .banner-content{padding:14px 12px}.flowers-chocolates-page .banner-icon{font-size:18px;height:46px;width:46px}.flowers-chocolates-page .banner-text h3{font-size:14px}.flowers-chocolates-page .banner-text p{font-size:11px}}@media (prefers-reduced-motion:reduce){.banner-icon,.cart-icon-btn,.choco-icon,.filter-btn,.hero-badge,.load-more-btn svg,.product-card,.product-image{animation:none!important;transition:none!important}}.flowers-chocolates-page .cart-icon-btn:focus-visible,.flowers-chocolates-page .filter-btn:focus-visible,.flowers-chocolates-page .load-more-btn:focus-visible,.flowers-chocolates-page .product-card:focus-visible{outline:2px solid var(--text-dark);outline-offset:2px}@media print{.chocolates-bg{display:none}.flowers-chocolates-page .product-card{border:1px solid var(--border-medium);box-shadow:none;break-inside:avoid;page-break-inside:avoid}.flowers-chocolates-page .filter-section,.flowers-chocolates-page .info-banner,.flowers-chocolates-page .load-more-wrapper{display:none}}.flowers-chocolates-page .filter-section{padding:25px 0 35px}.flowers-chocolates-page .filter-wrapper{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.flowers-chocolates-page .filter-btn{background:#fffc;border:2px solid #8b451333;border-radius:50px;color:#6d4c30;cursor:pointer;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;padding:12px 28px;transition:all .4s cubic-bezier(.4,0,.2,1);white-space:nowrap}.flowers-chocolates-page.rtl .filter-btn{font-family:Tajawal,sans-serif}.flowers-chocolates-page .filter-btn:hover{border-color:var(--text-dark);box-shadow:0 6px 20px #8b451333;color:#5d4037;transform:translateY(-2px)}.flowers-chocolates-page .filter-btn.active{background:linear-gradient(135deg,var(--text-dark) 0,var(--text-secondary) 100%);border-color:#0000;box-shadow:0 8px 25px #8b451359;color:#fff}.bouquets-page{background:linear-gradient(180deg,var(--bg-primary) 0,var(--bg-primary) 50%,#fef8fa 100%);min-height:100vh;overflow-x:hidden;padding-bottom:80px;position:relative}.bouquets-page.rtl{direction:rtl}.bouquet-bg{height:100%;left:0;overflow:hidden;pointer-events:none;position:fixed;top:0;width:100%;z-index:0}.bloom{border-radius:50%;filter:blur(80px);opacity:.35;position:absolute}.bloom-1{background:radial-gradient(circle,var(--primary) 0,#0000 70%);height:450px;right:-80px;top:-120px;width:450px}.bloom-2{background:radial-gradient(circle,var(--primary-light) 0,#0000 70%);bottom:15%;height:350px;left:-100px;width:350px}.floating-petal{animation:petalFloat 20s ease-in-out infinite;font-size:35px;opacity:.15;position:absolute}.petal-1{animation-delay:0s;left:8%;top:12%}.petal-2{animation-delay:-7s;font-size:45px;right:10%;top:45%}.petal-3{animation-delay:-14s;bottom:22%;font-size:30px;left:18%}@keyframes petalFloat{0%,to{transform:translateY(0) rotate(0deg)}25%{transform:translateY(-20px) rotate(10deg)}50%{transform:translateY(-8px) rotate(-8deg)}75%{transform:translateY(-28px) rotate(5deg)}}.bouquets-page .container{margin:0 auto;max-width:1400px;padding:0 24px;position:relative;width:100%;z-index:1}.bouquets-page .breadcrumb-nav{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffffbf;border-bottom:1px solid #d4a5a51f;padding:20px 0}.bouquets-page .breadcrumb{align-items:center;display:flex;font-family:Poppins,sans-serif;font-size:14px;gap:8px;list-style:none;margin:0;padding:0}.bouquets-page.rtl .breadcrumb{font-family:Tajawal,sans-serif}.bouquets-page .breadcrumb a{color:#b06080;text-decoration:none;transition:color .3s ease}.bouquets-page .breadcrumb a:hover{color:var(--primary)}.bouquets-page .breadcrumb .separator{color:#daa0b0;display:flex}.bouquets-page.rtl .breadcrumb .separator svg{transform:scaleX(-1)}.bouquets-page .breadcrumb .current{color:#7d3050;font-weight:500}.bouquets-page .page-hero{padding:50px 0 40px;text-align:center}.bouquets-page .hero-content{margin:0 auto;max-width:800px}.bouquets-page .hero-badge{align-items:center;background:linear-gradient(135deg,var(--primary) 0,var(--primary-light) 100%);border-radius:50px;box-shadow:0 8px 30px #d4a5a559;color:#fff;display:inline-flex;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;gap:12px;margin-bottom:20px;padding:10px 24px}.bouquets-page.rtl .hero-badge{font-family:Tajawal,sans-serif}.bouquets-page .hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#4a1528 0,var(--primary) 50%,var(--primary-light) 100%);-webkit-background-clip:text;background-clip:text;color:#4a1528;font-family:Cormorant Garamond,serif;font-size:52px;font-weight:600;line-height:1.2;margin:0 0 14px}.bouquets-page.rtl .hero-title{font-family:Amiri,serif;font-size:46px}.bouquets-page .hero-subtitle{color:#7d4560;font-family:Poppins,sans-serif;font-size:17px;font-weight:300;line-height:1.7;margin:0 0 28px}.bouquets-page.rtl .hero-subtitle{font-family:Tajawal,sans-serif}.bouquets-page .hero-stats{align-items:center;background:#fff;border-radius:18px;box-shadow:0 10px 40px #d4a5a51f;display:flex;gap:35px;justify-content:center;margin:0 auto;max-width:480px;padding:20px 40px}.bouquets-page .stat{text-align:center}.bouquets-page .stat-number{color:var(--primary);display:block;font-family:Cormorant Garamond,serif;font-size:30px;font-weight:700;line-height:1}.bouquets-page.rtl .stat-number{font-family:Amiri,serif}.bouquets-page .stat-label{color:#a06080;font-family:Poppins,sans-serif;font-size:11px;letter-spacing:1px;text-transform:uppercase}.bouquets-page.rtl .stat-label{font-family:Tajawal,sans-serif;letter-spacing:0;text-transform:none}.bouquets-page .stat-divider{background:linear-gradient(180deg,#0000,#f0c0d0,#0000);height:40px;width:1px}.bouquets-page .products-section{padding:25px 0 60px}.bouquets-page .products-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.bouquets-page .product-card{animation:cardBloom .5s ease-out forwards;background:#fff;border:1px solid #d4a5a51f;border-radius:20px;box-shadow:0 4px 20px #4a3f3f0f,0 1px 3px #4a3f3f0a;cursor:pointer;display:block;opacity:0;overflow:hidden;position:relative;text-decoration:none;transition:all .45s cubic-bezier(.4,0,.2,1)}.bouquets-page .product-card:hover{border-color:#d4a5a540;box-shadow:0 20px 50px #d4a5a533,0 8px 20px #4a3f3f14;transform:translateY(-10px)}.bouquets-page .product-badge{border-radius:18px;font-family:Poppins,sans-serif;font-size:10px;font-weight:600;left:14px;letter-spacing:.5px;padding:6px 14px;position:absolute;text-transform:uppercase;top:14px;z-index:10}.bouquets-page.rtl .product-badge{font-family:Tajawal,sans-serif;left:auto;right:14px;text-transform:none}.bouquets-page .badge-trending{background:linear-gradient(135deg,var(--primary) 0,var(--primary-light) 100%);box-shadow:0 4px 15px #d4a5a566;color:#fff}.bouquets-page .badge-new{background:linear-gradient(135deg,var(--accent) 0,var(--accent-light) 100%);box-shadow:0 4px 15px #4caf5066;color:#fff}.bouquets-page .product-image-wrapper{background:linear-gradient(180deg,var(--bg-primary) 0,#fff0f3 100%);height:340px;overflow:hidden;position:relative}.bouquets-page .product-image{height:100%;object-fit:cover;padding:0;transition:transform .5s cubic-bezier(.4,0,.2,1);width:100%}.bouquets-page .product-card:hover .product-image{transform:scale(1.08)}.bouquets-page .product-overlay{background:linear-gradient(180deg,#0000,#4a1528d9);bottom:0;display:flex;justify-content:center;left:0;opacity:0;padding:18px;position:absolute;right:0;transform:translateY(15px);transition:all .35s ease}.bouquets-page .product-card:hover .product-overlay{opacity:1;transform:translateY(0)}.bouquets-page .quick-add-btn{align-items:center;background:#fff;border:none;border-radius:50px;color:#7d3050;cursor:pointer;display:flex;font-family:Poppins,sans-serif;font-size:12px;font-weight:600;gap:7px;padding:11px 22px;transition:all .3s ease}.bouquets-page.rtl .quick-add-btn{flex-direction:row-reverse;font-family:Tajawal,sans-serif}.bouquets-page .quick-add-btn:hover{background:linear-gradient(135deg,var(--primary) 0,var(--primary-light) 100%);color:#fff;transform:scale(1.05)}.bouquets-page .product-details{padding:20px}.bouquets-page .product-name{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#4a1528;display:-webkit-box;font-family:Cormorant Garamond,serif;font-size:20px;font-weight:600;line-height:1.3;margin:0 0 6px;overflow:hidden}.bouquets-page.rtl .product-name{font-family:Amiri,serif}.bouquets-page .product-desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#a06080;display:-webkit-box;font-family:Poppins,sans-serif;font-size:12px;line-height:1.4;margin:0 0 14px;overflow:hidden}.bouquets-page.rtl .product-desc{font-family:Tajawal,sans-serif}.bouquets-page .product-footer{align-items:center;display:flex;justify-content:space-between}.bouquets-page .price-wrapper{display:flex;flex-direction:column;gap:2px}.bouquets-page .original-price{color:#c8a0b0;font-family:Poppins,sans-serif;font-size:12px;text-decoration:line-through}.bouquets-page.rtl .original-price{font-family:Tajawal,sans-serif}.bouquets-page .sale-price{color:var(--primary);font-family:Poppins,sans-serif;font-size:18px;font-weight:600}.bouquets-page.rtl .sale-price{font-family:Tajawal,sans-serif}.bouquets-page .cart-icon-btn{align-items:center;background:#0000;border:2px solid var(--primary);border-radius:50%;color:var(--primary);display:flex;height:42px;justify-content:center;transition:all .3s ease;width:42px}.bouquets-page .product-card:hover .cart-icon-btn{background:linear-gradient(135deg,var(--primary) 0,var(--primary-light) 100%);border-color:#0000;color:#fff;transform:rotate(90deg)}.bouquets-page .info-banner{padding:0 0 40px}.bouquets-page .banner-content{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#d4a5a514,#f48fb114);border:1px solid #d4a5a52e;border-radius:20px;display:flex;gap:24px;padding:28px 35px}.bouquets-page.rtl .banner-content{flex-direction:row-reverse;text-align:right}.bouquets-page .banner-icon{align-items:center;background:linear-gradient(135deg,var(--primary) 0,var(--primary-light) 100%);border-radius:50%;box-shadow:0 8px 25px #d4a5a54d;display:flex;flex-shrink:0;font-size:30px;height:68px;justify-content:center;width:68px}.bouquets-page .banner-text h3{color:#4a1528;font-family:Cormorant Garamond,serif;font-size:22px;font-weight:600;margin:0 0 6px}.bouquets-page.rtl .banner-text h3{font-family:Amiri,serif}.bouquets-page .banner-text p{color:#7d4560;font-family:Poppins,sans-serif;font-size:13px;line-height:1.5;margin:0}.bouquets-page.rtl .banner-text p{font-family:Tajawal,sans-serif}@media (max-width:1200px){.bouquets-page .hero-title{font-size:46px}.bouquets-page .products-grid{gap:20px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media (max-width:768px){.bouquets-page .page-hero{padding:40px 0 30px}.bouquets-page .hero-title{font-size:36px}.bouquets-page.rtl .hero-title{font-size:32px}.bouquets-page .hero-subtitle{font-size:15px}.bouquets-page .hero-stats{gap:25px;padding:18px 28px}.bouquets-page .stat-number{font-size:25px}.bouquets-page .products-grid{gap:14px;grid-template-columns:repeat(2,1fr)}.bouquets-page .product-image-wrapper{height:280px}.bouquets-page .product-details{padding:16px}.bouquets-page .product-name{font-size:16px}.bouquets-page .product-desc{-webkit-line-clamp:1;font-size:11px;margin-bottom:10px}.bouquets-page .sale-price{font-size:15px}.bouquets-page .cart-icon-btn{height:36px;width:36px}.bouquets-page .banner-content{padding:22px}.bouquets-page .banner-content,.bouquets-page.rtl .banner-content{flex-direction:column;text-align:center}}@media (max-width:480px){.bouquets-page .container{padding:0 12px}.bouquets-page .hero-badge{font-size:10px;padding:6px 14px}.bouquets-page .hero-title{font-size:24px}.bouquets-page .hero-stats{flex-direction:column;gap:10px;padding:0}.bouquets-page .stat-divider{height:1px;width:50px}.bouquets-page .products-grid{gap:12px;grid-template-columns:repeat(2,1fr)}.bouquets-page .product-card{border-radius:14px}.bouquets-page .product-badge{font-size:9px;left:10px;padding:4px 10px;top:10px}.bouquets-page.rtl .product-badge{left:auto;right:10px}.bouquets-page .product-image-wrapper{height:240px}.bouquets-page .product-overlay{display:none}.bouquets-page .product-details{padding:14px}.bouquets-page .product-name{font-size:14px;margin-bottom:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bouquets-page .product-desc{display:none}.bouquets-page .original-price{font-size:10px}.bouquets-page .sale-price{font-size:15px}.bouquets-page .cart-icon-btn{height:34px;width:34px}.bouquets-page .cart-icon-btn svg{height:16px;width:16px}}@media (max-width:360px){.bouquets-page .products-grid{gap:10px}.bouquets-page .product-image-wrapper{height:200px}.bouquets-page .product-details{padding:0}.bouquets-page .product-name{font-size:13px}.bouquets-page .sale-price{font-size:14px}.bouquets-page .cart-icon-btn{height:30px;width:30px}}@media (prefers-reduced-motion:reduce){.banner-icon,.cart-icon-btn,.floating-petal,.product-card,.product-image{animation:none!important;transition:none!important}}.bouquets-page .cart-icon-btn:focus-visible,.bouquets-page .quick-add-btn:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.hand-bouquets-page{background:linear-gradient(180deg,var(--bg-primary) 0,#fff0f0 50%,#fef5f5 100%);min-height:100vh;overflow-x:hidden;padding-bottom:80px;position:relative}.hand-bouquets-page.rtl{direction:rtl}.hand-bg{height:100%;left:0;overflow:hidden;pointer-events:none;position:fixed;top:0;width:100%;z-index:0}.rose-bloom{border-radius:50%;filter:blur(80px);opacity:.3;position:absolute}.rose-1{background:radial-gradient(circle,var(--error-dark) 0,#0000 70%);height:450px;right:-80px;top:-120px;width:450px}.rose-2{background:radial-gradient(circle,var(--error) 0,#0000 70%);bottom:15%;height:350px;left:-100px;width:350px}.floating-rose{animation:roseFloat 20s ease-in-out infinite;font-size:35px;opacity:.15}.fr-1{left:8%}.fr-2{animation-delay:-7s;font-size:45px;right:10%;top:45%}.fr-3{animation-delay:-14s;bottom:22%;font-size:30px;left:18%}.hand-bouquets-page .container{margin:0 auto;max-width:1400px;padding:0 24px;position:relative;width:100%;z-index:1}.hand-bouquets-page .breadcrumb-nav{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffffbf;border-bottom:1px solid #d32f2f1f;padding:20px 0}.hand-bouquets-page .breadcrumb{align-items:center;display:flex;font-family:Poppins,sans-serif;font-size:14px;gap:8px;list-style:none;margin:0;padding:0}.hand-bouquets-page.rtl .breadcrumb{font-family:Tajawal,sans-serif}.hand-bouquets-page .breadcrumb a{color:#c06060;text-decoration:none;transition:color .3s ease}.hand-bouquets-page .breadcrumb a:hover{color:var(--error-dark)}.hand-bouquets-page .breadcrumb .separator{color:#e0a0a0;display:flex}.hand-bouquets-page.rtl .breadcrumb .separator svg{transform:scaleX(-1)}.hand-bouquets-page .breadcrumb .current{color:#8d3030;font-weight:500}.hand-bouquets-page .page-hero{padding:50px 0 40px;text-align:center}.hand-bouquets-page .hero-content{margin:0 auto;max-width:800px}.hand-bouquets-page .hero-badge{align-items:center;background:linear-gradient(135deg,var(--error-dark) 0,var(--error) 100%);border-radius:50px;box-shadow:0 8px 30px #d32f2f59;color:#fff;display:inline-flex;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;gap:12px;margin-bottom:20px;padding:10px 24px}.hand-bouquets-page.rtl .hero-badge{font-family:Tajawal,sans-serif}.hand-bouquets-page .hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#5a1515 0,var(--error-dark) 50%,var(--error) 100%);-webkit-background-clip:text;background-clip:text;color:#5a1515;font-family:Cormorant Garamond,serif;font-size:52px;font-weight:600;line-height:1.2;margin:0 0 14px}.hand-bouquets-page.rtl .hero-title{font-family:Amiri,serif;font-size:46px}.hand-bouquets-page .hero-subtitle{color:#7d4545;font-family:Poppins,sans-serif;font-size:17px;font-weight:300;line-height:1.7;margin:0 0 28px}.hand-bouquets-page.rtl .hero-subtitle{font-family:Tajawal,sans-serif}.hand-bouquets-page .hero-stats{align-items:center;background:#fff;border-radius:18px;box-shadow:0 10px 40px #d32f2f1f;display:flex;gap:35px;justify-content:center;margin:0 auto;max-width:480px;padding:20px 40px}.hand-bouquets-page .stat{text-align:center}.hand-bouquets-page .stat-number{color:var(--error-dark);display:block;font-family:Cormorant Garamond,serif;font-size:30px;font-weight:700;line-height:1}.hand-bouquets-page.rtl .stat-number{font-family:Amiri,serif}.hand-bouquets-page .stat-label{color:#a06060;font-family:Poppins,sans-serif;font-size:11px;letter-spacing:1px;text-transform:uppercase}.hand-bouquets-page.rtl .stat-label{font-family:Tajawal,sans-serif;letter-spacing:0;text-transform:none}.hand-bouquets-page .stat-divider{background:linear-gradient(180deg,#0000,#f0c0c0,#0000);height:40px;width:1px}.hand-bouquets-page .products-section{padding:25px 0 60px}.hand-bouquets-page .products-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(4,1fr)}.hand-bouquets-page .product-card{animation:cardRise .5s ease-out forwards;background:#fff;border-radius:20px;box-shadow:0 8px 32px #5a151514;cursor:pointer;display:block;opacity:0;overflow:hidden;position:relative;text-decoration:none;transition:all .45s cubic-bezier(.4,0,.2,1)}@keyframes cardRise{0%{opacity:0;transform:translateY(30px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.hand-bouquets-page .product-card:hover{box-shadow:0 20px 55px #d32f2f2e;transform:translateY(-10px)}.hand-bouquets-page .product-badge{border-radius:18px;font-family:Poppins,sans-serif;font-size:10px;font-weight:600;left:14px;letter-spacing:.5px;padding:6px 14px;position:absolute;text-transform:uppercase;top:14px;z-index:10}.hand-bouquets-page.rtl .product-badge{font-family:Tajawal,sans-serif;left:auto;right:14px;text-transform:none}.hand-bouquets-page .badge-trending{background:linear-gradient(135deg,var(--error-dark) 0,var(--error) 100%);box-shadow:0 4px 15px #d32f2f66;color:#fff}.hand-bouquets-page .badge-new{background:linear-gradient(135deg,var(--accent) 0,var(--accent-light) 100%);box-shadow:0 4px 15px #4caf5066;color:#fff}.hand-bouquets-page .badge-premium{background:linear-gradient(135deg,var(--warning) 0,var(--warm-light) 100%);box-shadow:0 4px 15px #ffd70066;color:#5a3d00}.hand-bouquets-page .product-image-wrapper{background:linear-gradient(180deg,var(--bg-primary) 0,#fff0f0 100%);height:340px;overflow:hidden;position:relative}.hand-bouquets-page .product-image{height:100%;object-fit:cover;padding:0;transition:transform .5s cubic-bezier(.4,0,.2,1);width:100%}.hand-bouquets-page .product-card:hover .product-image{transform:scale(1.08)}.hand-bouquets-page .product-overlay{background:linear-gradient(180deg,#0000,#5a1515d9);bottom:0;display:flex;justify-content:center;left:0;opacity:0;padding:18px;position:absolute;right:0;transform:translateY(15px);transition:all .35s ease}.hand-bouquets-page .product-card:hover .product-overlay{opacity:1;transform:translateY(0)}.hand-bouquets-page .quick-add-btn{align-items:center;background:#fff;border:none;border-radius:50px;color:#8d3030;cursor:pointer;display:flex;font-family:Poppins,sans-serif;font-size:12px;font-weight:600;gap:7px;padding:11px 22px;transition:all .3s ease}.hand-bouquets-page.rtl .quick-add-btn{flex-direction:row-reverse;font-family:Tajawal,sans-serif}.hand-bouquets-page .quick-add-btn:hover{background:linear-gradient(135deg,var(--error-dark) 0,var(--error) 100%);color:#fff;transform:scale(1.05)}.hand-bouquets-page .product-details{padding:20px}.hand-bouquets-page .product-name{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#5a1515;display:-webkit-box;font-family:Cormorant Garamond,serif;font-size:20px;font-weight:600;line-height:1.3;margin:0 0 6px;overflow:hidden}.hand-bouquets-page.rtl .product-name{font-family:Amiri,serif}.hand-bouquets-page .product-desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#a06060;display:-webkit-box;font-family:Poppins,sans-serif;font-size:12px;line-height:1.4;margin:0 0 14px;overflow:hidden}.hand-bouquets-page.rtl .product-desc{font-family:Tajawal,sans-serif}.hand-bouquets-page .product-footer{align-items:center;display:flex;justify-content:space-between}.hand-bouquets-page .price-wrapper{display:flex;flex-direction:column;gap:2px}.hand-bouquets-page .original-price{color:#c8a0a0;font-family:Poppins,sans-serif;font-size:12px;text-decoration:line-through}.hand-bouquets-page.rtl .original-price{font-family:Tajawal,sans-serif}.hand-bouquets-page .sale-price{color:var(--error-dark);font-family:Poppins,sans-serif;font-size:18px;font-weight:600}.hand-bouquets-page.rtl .sale-price{font-family:Tajawal,sans-serif}.hand-bouquets-page .price-selection{color:#8d3030;font-family:Poppins,sans-serif;font-size:13px;font-style:italic;font-weight:500}.hand-bouquets-page.rtl .price-selection{font-family:Tajawal,sans-serif}.hand-bouquets-page .cart-icon-btn{align-items:center;background:#0000;border:2px solid var(--error-dark);border-radius:50%;color:var(--error-dark);display:flex;flex-shrink:0;height:42px;justify-content:center;transition:all .3s ease;width:42px}.hand-bouquets-page .product-card:hover .cart-icon-btn{background:linear-gradient(135deg,var(--error-dark) 0,var(--error) 100%);border-color:#0000;color:#fff;transform:rotate(90deg)}.hand-bouquets-page .load-more-section{align-items:center;display:flex;flex-direction:column;gap:16px;margin-top:45px}.hand-bouquets-page .showing-text{color:#8d5050;font-family:Poppins,sans-serif;font-size:14px;margin:0}.hand-bouquets-page.rtl .showing-text{font-family:Tajawal,sans-serif}.hand-bouquets-page .load-more-btn{align-items:center;background:#fff;border:2px solid var(--error-dark);border-radius:50px;color:var(--error-dark);cursor:pointer;display:flex;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;gap:10px;padding:14px 32px;transition:all .3s ease}.hand-bouquets-page.rtl .load-more-btn{flex-direction:row-reverse;font-family:Tajawal,sans-serif}.hand-bouquets-page .load-more-btn:hover{background:linear-gradient(135deg,var(--error-dark) 0,var(--error) 100%);border-color:#0000;box-shadow:0 8px 25px #d32f2f4d;color:#fff;transform:translateY(-2px)}.hand-bouquets-page .info-banner{padding:0 0 40px}.hand-bouquets-page .banner-content{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#d32f2f14,#ef535014);border:1px solid #d32f2f2e;border-radius:20px;display:flex;gap:24px;padding:28px 35px}.hand-bouquets-page.rtl .banner-content{flex-direction:row-reverse;text-align:right}.hand-bouquets-page .banner-icon{align-items:center;background:linear-gradient(135deg,var(--error-dark) 0,var(--error) 100%);border-radius:50%;box-shadow:0 8px 25px #d32f2f4d;display:flex;flex-shrink:0;font-size:30px;height:68px;justify-content:center;width:68px}.hand-bouquets-page .banner-text h3{color:#5a1515;font-family:Cormorant Garamond,serif;font-size:22px;font-weight:600;margin:0 0 6px}.hand-bouquets-page.rtl .banner-text h3{font-family:Amiri,serif}.hand-bouquets-page .banner-text p{color:#7d4545;font-family:Poppins,sans-serif;font-size:13px;line-height:1.5;margin:0}.hand-bouquets-page.rtl .banner-text p{font-family:Tajawal,sans-serif}@media (max-width:1200px){.hand-bouquets-page .hero-title{font-size:46px}.hand-bouquets-page .products-grid{gap:20px;grid-template-columns:repeat(3,1fr)}}@media (max-width:992px){.hand-bouquets-page .products-grid{gap:18px;grid-template-columns:repeat(3,1fr)}.hand-bouquets-page .product-image-wrapper{height:220px}.hand-bouquets-page .banner-content{padding:24px}.hand-bouquets-page .banner-content,.hand-bouquets-page.rtl .banner-content{flex-direction:column;text-align:center}}@media (max-width:768px){.hand-bouquets-page{padding-bottom:60px}.floating-rose{font-size:28px;opacity:.12}.fr-1{font-size:30px}.fr-2{font-size:35px}.fr-3{font-size:24px}.hand-bouquets-page .container{padding:0 16px}.hand-bouquets-page .breadcrumb-nav{padding:12px 0}.hand-bouquets-page .breadcrumb{font-size:12px;gap:6px}.hand-bouquets-page .page-hero{padding:30px 0 25px}.hand-bouquets-page .hero-badge{font-size:12px;gap:8px;margin-bottom:16px;padding:8px 18px}.hand-bouquets-page .hero-title{font-size:34px;margin-bottom:10px}.hand-bouquets-page.rtl .hero-title{font-size:30px}.hand-bouquets-page .hero-subtitle{font-size:14px;margin-bottom:20px}.hand-bouquets-page .hero-stats{gap:22px;max-width:380px;padding:16px 26px}.hand-bouquets-page .stat-number{font-size:24px}.hand-bouquets-page .stat-label{font-size:10px}.hand-bouquets-page .stat-divider{height:32px}.hand-bouquets-page .products-section{padding:20px 0 40px}.hand-bouquets-page .products-grid{gap:14px;grid-template-columns:repeat(2,1fr)}.hand-bouquets-page .product-card{border-radius:16px}.hand-bouquets-page .product-card:hover{transform:none}.hand-bouquets-page .product-badge{border-radius:12px;font-size:8px;left:10px;padding:5px 10px;top:10px}.hand-bouquets-page.rtl .product-badge{left:auto;right:10px}.hand-bouquets-page .product-image-wrapper{height:240px}.hand-bouquets-page .product-image{padding:0}.hand-bouquets-page .product-overlay{display:none}.hand-bouquets-page .product-details{padding:14px}.hand-bouquets-page .product-name{font-size:15px;margin-bottom:4px}.hand-bouquets-page .product-desc{-webkit-line-clamp:1;font-size:10px;margin-bottom:10px}.hand-bouquets-page .original-price{font-size:10px}.hand-bouquets-page .sale-price{font-size:15px}.hand-bouquets-page .cart-icon-btn{height:36px;width:36px}.hand-bouquets-page .cart-icon-btn svg{height:14px;width:14px}.hand-bouquets-page .load-more-section{gap:12px;margin-top:30px}.hand-bouquets-page .showing-text{font-size:12px}.hand-bouquets-page .load-more-btn{font-size:13px;padding:12px 26px}.hand-bouquets-page .info-banner{padding:0 0 30px}.hand-bouquets-page .banner-content{border-radius:16px;flex-direction:column;gap:14px;padding:20px 16px;text-align:center}.hand-bouquets-page .banner-icon{font-size:26px;height:56px;width:56px}.hand-bouquets-page .banner-text h3{font-size:18px}.hand-bouquets-page .banner-text p{font-size:12px}}@media (max-width:480px){.hand-bouquets-page{padding-bottom:50px}.fr-3{display:none}.rose-2{opacity:.2}.hand-bouquets-page .container{padding:0 12px}.hand-bouquets-page .breadcrumb-nav{padding:10px 0}.hand-bouquets-page .breadcrumb{font-size:11px;gap:4px}.hand-bouquets-page .breadcrumb .separator svg{height:12px;width:12px}.hand-bouquets-page .page-hero{padding:20px 0}.hand-bouquets-page .hero-badge{font-size:11px;gap:6px;margin-bottom:14px;padding:7px 14px}.hand-bouquets-page .hero-title{font-size:28px}.hand-bouquets-page.rtl .hero-title{font-size:26px}.hand-bouquets-page .hero-subtitle{font-size:13px;margin-bottom:16px}.hand-bouquets-page .hero-stats{border-radius:14px;gap:16px;max-width:100%;padding:14px 20px}.hand-bouquets-page .stat-number{font-size:22px}.hand-bouquets-page .stat-label{font-size:9px}.hand-bouquets-page .stat-divider{height:28px}.hand-bouquets-page .products-section{padding:16px 0 30px}.hand-bouquets-page .products-grid{gap:10px}.hand-bouquets-page .product-card{border-radius:14px}.hand-bouquets-page .product-badge{border-radius:10px;font-size:7px;left:8px;padding:4px 8px;top:8px}.hand-bouquets-page.rtl .product-badge{left:auto;right:8px}.hand-bouquets-page .product-image-wrapper{height:200px}.hand-bouquets-page .product-image{padding:8px}.hand-bouquets-page .product-details{padding:0}.hand-bouquets-page .product-name{font-size:13px;margin-bottom:3px}.hand-bouquets-page .product-desc{display:none}.hand-bouquets-page .original-price{font-size:9px}.hand-bouquets-page .sale-price{font-size:13px}.hand-bouquets-page .cart-icon-btn{height:30px;width:30px}.hand-bouquets-page .cart-icon-btn svg{height:12px;width:12px}.hand-bouquets-page .load-more-section{gap:10px;margin-top:24px}.hand-bouquets-page .showing-text{font-size:11px}.hand-bouquets-page .load-more-btn{font-size:12px;gap:8px;padding:10px 22px}.hand-bouquets-page .info-banner{padding:0 0 20px}.hand-bouquets-page .banner-content{border-radius:14px;gap:12px;padding:18px 14px}.hand-bouquets-page .banner-icon{font-size:22px;height:48px;width:48px}.hand-bouquets-page .banner-text h3{font-size:16px}.hand-bouquets-page .banner-text p{font-size:11px}}@media (max-width:360px){.hand-bouquets-page .container{padding:0 10px}.hand-bouquets-page .hero-badge{font-size:10px;padding:6px 12px}.hand-bouquets-page .hero-title{font-size:24px}.hand-bouquets-page.rtl .hero-title{font-size:22px}.hand-bouquets-page .hero-subtitle{font-size:12px}.hand-bouquets-page .hero-stats{gap:12px;padding:12px 16px}.hand-bouquets-page .stat-number{font-size:20px}.hand-bouquets-page .stat-label{font-size:8px}.hand-bouquets-page .stat-divider{height:24px}.hand-bouquets-page .products-grid{gap:8px}.hand-bouquets-page .product-image-wrapper{height:130px}.hand-bouquets-page .product-details{padding:8px}.hand-bouquets-page .product-name{font-size:12px}.hand-bouquets-page .original-price{font-size:8px}.hand-bouquets-page .sale-price{font-size:12px}.hand-bouquets-page .product-badge{font-size:6px;padding:3px 6px}.hand-bouquets-page .cart-icon-btn{height:26px;width:26px}.hand-bouquets-page .cart-icon-btn svg{height:10px;width:10px}.hand-bouquets-page .load-more-btn{font-size:11px;padding:9px 18px}.hand-bouquets-page .banner-content{padding:14px 12px}.hand-bouquets-page .banner-icon{font-size:18px;height:42px;width:42px}.hand-bouquets-page .banner-text h3{font-size:14px}.hand-bouquets-page .banner-text p{font-size:10px}}@media (prefers-reduced-motion:reduce){.banner-icon,.cart-icon-btn,.floating-rose,.load-more-btn,.product-card,.product-image{animation:none!important;transition:none!important}}.hand-bouquets-page .cart-icon-btn:focus-visible,.hand-bouquets-page .load-more-btn:focus-visible,.hand-bouquets-page .product-card:focus-visible,.hand-bouquets-page .quick-add-btn:focus-visible{outline:2px solid var(--error-dark);outline-offset:2px}@media print{.hand-bg{display:none}.hand-bouquets-page .product-card{border:1px solid var(--border-medium);box-shadow:none;break-inside:avoid;page-break-inside:avoid}.hand-bouquets-page .info-banner,.hand-bouquets-page .load-more-section{display:none}}.orchid-plants-page{background:linear-gradient(180deg,#f8f5ff,#f5f0ff 50%,#f9f7ff);min-height:100vh;overflow-x:hidden;padding-bottom:80px;position:relative}.orchid-plants-page.rtl{direction:rtl}.orchid-bg{height:100%;left:0;overflow:hidden;pointer-events:none;position:fixed;top:0;width:100%;z-index:0}.orchid-bloom{border-radius:50%;filter:blur(80px);opacity:.3;position:absolute}.orchid-1{background:radial-gradient(circle,var(--secondary) 0,#0000 70%);height:450px;right:-80px;top:-120px;width:450px}.orchid-2{background:radial-gradient(circle,var(--accent) 0,#0000 70%);bottom:15%;height:350px;left:-100px;width:350px}.floating-orchid{animation:orchidFloat 20s ease-in-out infinite;font-size:35px;opacity:.15;position:absolute}.fo-1{animation-delay:0s;left:8%;top:12%}.fo-2{animation-delay:-7s;font-size:45px;right:10%;top:45%}.fo-3{animation-delay:-14s;bottom:22%;font-size:30px;left:18%}@keyframes orchidFloat{0%,to{transform:translateY(0) rotate(0deg)}25%{transform:translateY(-20px) rotate(10deg)}50%{transform:translateY(-8px) rotate(-8deg)}75%{transform:translateY(-28px) rotate(5deg)}}.orchid-plants-page .container{margin:0 auto;max-width:1400px;padding:0 24px;position:relative;width:100%;z-index:1}.orchid-plants-page .breadcrumb-nav{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffffbf;border-bottom:1px solid #9c27b01f;padding:20px 0}.orchid-plants-page .breadcrumb{align-items:center;display:flex;font-family:Poppins,sans-serif;font-size:14px;gap:8px;list-style:none;margin:0;padding:0}.orchid-plants-page.rtl .breadcrumb{font-family:Tajawal,sans-serif}.orchid-plants-page .breadcrumb a{color:#9060a0;text-decoration:none;transition:color .3s ease}.orchid-plants-page .breadcrumb a:hover{color:var(--secondary)}.orchid-plants-page .breadcrumb .separator{color:#d0a0e0;display:flex}.orchid-plants-page.rtl .breadcrumb .separator svg{transform:scaleX(-1)}.orchid-plants-page .breadcrumb .current{color:#6a1b7a;font-weight:500}.orchid-plants-page .page-hero{padding:50px 0 40px;text-align:center}.orchid-plants-page .hero-content{margin:0 auto;max-width:800px}.orchid-plants-page .hero-badge{align-items:center;background:linear-gradient(135deg,var(--secondary) 0,var(--secondary) 100%);border-radius:50px;box-shadow:0 8px 30px #9c27b059;color:#fff;display:inline-flex;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;gap:12px;margin-bottom:20px;padding:10px 24px}.orchid-plants-page.rtl .hero-badge{font-family:Tajawal,sans-serif}.orchid-plants-page .hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#4a1560 0,var(--secondary) 50%,var(--secondary) 100%);-webkit-background-clip:text;background-clip:text;color:#4a1560;font-family:Cormorant Garamond,serif;font-size:52px;font-weight:600;line-height:1.2;margin:0 0 14px}.orchid-plants-page.rtl .hero-title{font-family:Amiri,serif;font-size:46px}.orchid-plants-page .hero-subtitle{color:#6a4580;font-family:Poppins,sans-serif;font-size:17px;font-weight:300;line-height:1.7;margin:0 0 28px}.orchid-plants-page.rtl .hero-subtitle{font-family:Tajawal,sans-serif}.orchid-plants-page .hero-stats{align-items:center;background:#fff;border-radius:18px;box-shadow:0 10px 40px #9c27b01f;display:flex;gap:35px;justify-content:center;margin:0 auto;max-width:480px;padding:20px 40px}.orchid-plants-page .stat{text-align:center}.orchid-plants-page .stat-number{color:var(--secondary);display:block;font-family:Cormorant Garamond,serif;font-size:30px;font-weight:700;line-height:1}.orchid-plants-page.rtl .stat-number{font-family:Amiri,serif}.orchid-plants-page .stat-label{color:#9060a0;font-family:Poppins,sans-serif;font-size:11px;letter-spacing:1px;text-transform:uppercase}.orchid-plants-page.rtl .stat-label{font-family:Tajawal,sans-serif;letter-spacing:0;text-transform:none}.orchid-plants-page .stat-divider{background:linear-gradient(180deg,#0000,#e0c0f0,#0000);height:40px;width:1px}.orchid-plants-page .products-section{padding:25px 0 60px}.orchid-plants-page .products-grid{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(4,1fr)}.orchid-plants-page .product-card{animation:cardGrow .6s ease-out forwards;background:#fff;border-radius:20px;box-shadow:0 8px 32px #4a156014;cursor:pointer;display:block;opacity:0;overflow:hidden;position:relative;text-decoration:none;transition:all .45s cubic-bezier(.4,0,.2,1)}@keyframes cardGrow{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.orchid-plants-page .product-card:hover{box-shadow:0 25px 60px #9c27b033;transform:translateY(-12px)}.orchid-plants-page .product-badge{border-radius:20px;font-family:Poppins,sans-serif;font-size:11px;font-weight:600;left:16px;letter-spacing:.5px;padding:7px 16px;position:absolute;text-transform:uppercase;top:16px;z-index:10}.orchid-plants-page.rtl .product-badge{font-family:Tajawal,sans-serif;left:auto;right:16px;text-transform:none}.orchid-plants-page .badge-premium{background:linear-gradient(135deg,var(--secondary) 0,var(--secondary) 100%);box-shadow:0 4px 15px #9c27b066;color:#fff}.orchid-plants-page .badge-new{box-shadow:0 4px 15px #4caf5066}.orchid-plants-page .badge-double,.orchid-plants-page .badge-new{background:linear-gradient(135deg,var(--accent) 0,var(--accent-light) 100%);color:#fff}.orchid-plants-page .badge-double{box-shadow:0 4px 15px #00897b66}.orchid-plants-page .product-image-wrapper{background:linear-gradient(180deg,#f8f5ff,#f0ebff);height:300px;overflow:hidden;position:relative}.orchid-plants-page .product-image{height:100%;object-fit:cover;padding:20px;transition:transform .6s cubic-bezier(.4,0,.2,1);width:100%}.orchid-plants-page .product-card:hover .product-image{transform:scale(1.1)}.orchid-plants-page .product-overlay{background:linear-gradient(180deg,#0000,#4a1560d9);bottom:0;display:flex;justify-content:center;left:0;opacity:0;padding:20px;position:absolute;right:0;transform:translateY(15px);transition:all .35s ease}.orchid-plants-page .product-card:hover .product-overlay{opacity:1;transform:translateY(0)}.orchid-plants-page .quick-add-btn{align-items:center;background:#fff;border:none;border-radius:50px;color:#6a1b7a;cursor:pointer;display:flex;font-family:Poppins,sans-serif;font-size:13px;font-weight:600;gap:8px;padding:12px 26px;transition:all .3s ease}.orchid-plants-page.rtl .quick-add-btn{flex-direction:row-reverse;font-family:Tajawal,sans-serif}.orchid-plants-page .quick-add-btn:hover{background:linear-gradient(135deg,var(--secondary) 0,var(--secondary) 100%);color:#fff;transform:scale(1.05)}.orchid-plants-page .product-details{padding:22px}.orchid-plants-page .product-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#4a1560;display:-webkit-box;font-family:Cormorant Garamond,serif;font-size:22px;font-weight:600;line-height:1.3;margin:0 0 8px;overflow:hidden}.orchid-plants-page.rtl .product-name{font-family:Amiri,serif}.orchid-plants-page .product-desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#8060a0;display:-webkit-box;font-family:Poppins,sans-serif;font-size:13px;line-height:1.5;margin:0 0 16px;overflow:hidden}.orchid-plants-page.rtl .product-desc{font-family:Tajawal,sans-serif}.orchid-plants-page .product-footer{align-items:center;display:flex;justify-content:space-between}.orchid-plants-page .price-wrapper{display:flex;flex-direction:column;gap:3px}.orchid-plants-page .original-price{color:#c8a0d8;font-family:Poppins,sans-serif;font-size:13px;text-decoration:line-through}.orchid-plants-page.rtl .original-price{font-family:Tajawal,sans-serif}.orchid-plants-page .sale-price{color:var(--secondary);font-family:Poppins,sans-serif;font-size:20px;font-weight:600}.orchid-plants-page.rtl .sale-price{font-family:Tajawal,sans-serif}.orchid-plants-page .cart-icon-btn{align-items:center;background:#0000;border:2px solid var(--secondary);border-radius:50%;color:var(--secondary);display:flex;flex-shrink:0;height:46px;justify-content:center;transition:all .3s ease;width:46px}.orchid-plants-page .product-card:hover .cart-icon-btn{background:linear-gradient(135deg,var(--secondary) 0,var(--secondary) 100%);border-color:#0000;color:#fff;transform:rotate(90deg)}.orchid-plants-page .info-banner{padding:0 0 40px}.orchid-plants-page .banner-content{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#9c27b014,#4caf5014);border:1px solid #9c27b02e;border-radius:20px;display:flex;gap:24px;padding:30px 38px}.orchid-plants-page.rtl .banner-content{flex-direction:row-reverse;text-align:right}.orchid-plants-page .banner-icon{align-items:center;background:linear-gradient(135deg,var(--secondary) 0,var(--accent) 100%);border-radius:50%;box-shadow:0 10px 30px #9c27b04d;display:flex;flex-shrink:0;font-size:32px;height:72px;justify-content:center;width:72px}.orchid-plants-page .banner-text h3{color:#4a1560;font-family:Cormorant Garamond,serif;font-size:24px;font-weight:600;margin:0 0 8px}.orchid-plants-page.rtl .banner-text h3{font-family:Amiri,serif}.orchid-plants-page .banner-text p{color:#6a4580;font-family:Poppins,sans-serif;font-size:14px;line-height:1.6;margin:0}.orchid-plants-page.rtl .banner-text p{font-family:Tajawal,sans-serif}@media (max-width:1200px){.orchid-plants-page .hero-title{font-size:46px}.orchid-plants-page .products-grid{gap:22px;grid-template-columns:repeat(3,1fr)}.orchid-plants-page .product-image-wrapper{height:270px}}@media (max-width:992px){.orchid-plants-page .products-grid{gap:18px;grid-template-columns:repeat(3,1fr)}.orchid-plants-page .product-image-wrapper{height:240px}.orchid-plants-page .banner-content{padding:26px}.orchid-plants-page .banner-content,.orchid-plants-page.rtl .banner-content{flex-direction:column;text-align:center}}@media (max-width:768px){.orchid-plants-page{padding-bottom:60px}.floating-orchid{font-size:28px;opacity:.12}.fo-1{font-size:30px}.fo-2{font-size:35px}.fo-3{font-size:24px}.orchid-plants-page .container{padding:0 16px}.orchid-plants-page .breadcrumb-nav{padding:12px 0}.orchid-plants-page .breadcrumb{font-size:12px;gap:6px}.orchid-plants-page .page-hero{padding:30px 0 25px}.orchid-plants-page .hero-badge{font-size:12px;gap:8px;margin-bottom:16px;padding:8px 18px}.orchid-plants-page .hero-title{font-size:34px;margin-bottom:10px}.orchid-plants-page.rtl .hero-title{font-size:30px}.orchid-plants-page .hero-subtitle{font-size:14px;margin-bottom:20px}.orchid-plants-page .hero-stats{gap:22px;max-width:380px;padding:16px 26px}.orchid-plants-page .stat-number{font-size:24px}.orchid-plants-page .stat-label{font-size:10px}.orchid-plants-page .stat-divider{height:32px}.orchid-plants-page .products-section{padding:20px 0 40px}.orchid-plants-page .products-grid{gap:14px;grid-template-columns:repeat(2,1fr)}.orchid-plants-page .product-card{border-radius:18px}.orchid-plants-page .product-card:hover{transform:none}.orchid-plants-page .product-badge{border-radius:14px;font-size:9px;left:12px;padding:5px 12px;top:12px}.orchid-plants-page.rtl .product-badge{left:auto;right:12px}.orchid-plants-page .product-image-wrapper{height:280px}.orchid-plants-page .product-image{padding:14px}.orchid-plants-page .product-overlay{display:none}.orchid-plants-page .product-details{padding:16px}.orchid-plants-page .product-name{-webkit-line-clamp:1;font-size:17px;margin-bottom:5px}.orchid-plants-page .product-desc{-webkit-line-clamp:1;font-size:11px;margin-bottom:12px}.orchid-plants-page .original-price{font-size:11px}.orchid-plants-page .sale-price{font-size:16px}.orchid-plants-page .cart-icon-btn{height:38px;width:38px}.orchid-plants-page .cart-icon-btn svg{height:14px;width:14px}.orchid-plants-page .info-banner{padding:0 0 30px}.orchid-plants-page .banner-content{border-radius:18px;flex-direction:column;gap:16px;padding:22px 18px;text-align:center}.orchid-plants-page .banner-icon{font-size:28px;height:60px;width:60px}.orchid-plants-page .banner-text h3{font-size:20px}.orchid-plants-page .banner-text p{font-size:12px}}@media (max-width:480px){.orchid-plants-page{padding-bottom:50px}.fo-3{display:none}.orchid-2{opacity:.2}.orchid-plants-page .container{padding:0 12px}.orchid-plants-page .breadcrumb-nav{padding:10px 0}.orchid-plants-page .breadcrumb{font-size:11px;gap:4px}.orchid-plants-page .breadcrumb .separator svg{height:12px;width:12px}.orchid-plants-page .page-hero{padding:20px 0}.orchid-plants-page .hero-badge{font-size:11px;gap:6px;margin-bottom:14px;padding:7px 14px}.orchid-plants-page .hero-title{font-size:28px}.orchid-plants-page.rtl .hero-title{font-size:26px}.orchid-plants-page .hero-subtitle{font-size:13px;margin-bottom:16px}.orchid-plants-page .hero-stats{border-radius:14px;gap:16px;max-width:100%;padding:14px 20px}.orchid-plants-page .stat-number{font-size:22px}.orchid-plants-page .stat-label{font-size:9px}.orchid-plants-page .stat-divider{height:28px}.orchid-plants-page .products-section{padding:16px 0 30px}.orchid-plants-page .products-grid{gap:12px}.orchid-plants-page .product-card{border-radius:14px}.orchid-plants-page .product-badge{border-radius:12px;font-size:8px;left:10px;padding:4px 10px;top:10px}.orchid-plants-page.rtl .product-badge{left:auto;right:10px}.orchid-plants-page .product-image-wrapper{height:170px}.orchid-plants-page .product-details,.orchid-plants-page .product-image{padding:0}.orchid-plants-page .product-name{font-size:14px;margin-bottom:4px}.orchid-plants-page .product-desc{display:none}.orchid-plants-page .original-price{font-size:10px}.orchid-plants-page .sale-price{font-size:14px}.orchid-plants-page .cart-icon-btn{height:32px;width:32px}.orchid-plants-page .cart-icon-btn svg{height:12px;width:12px}.orchid-plants-page .info-banner{padding:0 0 20px}.orchid-plants-page .banner-content{border-radius:14px;gap:12px;padding:18px 14px}.orchid-plants-page .banner-icon{font-size:24px;height:50px;width:50px}.orchid-plants-page .banner-text h3{font-size:17px}.orchid-plants-page .banner-text p{font-size:11px}}@media (max-width:360px){.orchid-plants-page .container{padding:0 10px}.orchid-plants-page .hero-badge{font-size:10px;padding:6px 12px}.orchid-plants-page .hero-title{font-size:24px}.orchid-plants-page.rtl .hero-title{font-size:22px}.orchid-plants-page .hero-subtitle{font-size:12px}.orchid-plants-page .hero-stats{gap:12px;padding:12px 16px}.orchid-plants-page .stat-number{font-size:20px}.orchid-plants-page .stat-label{font-size:8px}.orchid-plants-page .stat-divider{height:24px}.orchid-plants-page .products-grid{gap:10px}.orchid-plants-page .product-image-wrapper{height:200px}.orchid-plants-page .product-details{padding:0}.orchid-plants-page .product-name{font-size:12px}.orchid-plants-page .original-price{font-size:9px}.orchid-plants-page .sale-price{font-size:12px}.orchid-plants-page .product-badge{font-size:7px;padding:3px 8px}.orchid-plants-page .cart-icon-btn{height:28px;width:28px}.orchid-plants-page .cart-icon-btn svg{height:10px;width:10px}.orchid-plants-page .banner-content{padding:14px 12px}.orchid-plants-page .banner-icon{font-size:20px;height:44px;width:44px}.orchid-plants-page .banner-text h3{font-size:14px}.orchid-plants-page .banner-text p{font-size:10px}}@media (prefers-reduced-motion:reduce){.banner-icon,.cart-icon-btn,.floating-orchid,.product-card,.product-image{animation:none!important;transition:none!important}}.orchid-plants-page .cart-icon-btn:focus-visible,.orchid-plants-page .product-card:focus-visible,.orchid-plants-page .quick-add-btn:focus-visible{outline:2px solid var(--secondary);outline-offset:2px}@media print{.orchid-bg{display:none}.orchid-plants-page .product-card{border:1px solid var(--border-medium);box-shadow:none;break-inside:avoid;page-break-inside:avoid}.orchid-plants-page .info-banner{display:none}}.lilium-bouquets-page{background:linear-gradient(180deg,#fff7f5,#fff3f0 50%,#fff8f6);min-height:100vh;overflow-x:hidden;padding-bottom:80px;position:relative}.lilium-bouquets-page.rtl{direction:rtl}.lily-bloom{border-radius:50%;filter:blur(80px);opacity:.3;position:absolute}.lily-1{height:450px;right:-80px;top:-120px;width:450px}.lily-1,.lily-2{background:radial-gradient(circle,var(--warm) 0,#0000 70%)}.lily-2{bottom:15%;height:350px;left:-100px;width:350px}.floating-lily{animation:lilyFloat 20s ease-in-out infinite;font-size:35px;opacity:.15}.fl-1{left:8%;top:12%}.fl-2{animation-delay:-7s;font-size:45px;right:10%;top:45%}.fl-3{animation-delay:-14s;bottom:22%;left:18%}.lilium-bouquets-page .container{margin:0 auto;max-width:1400px;padding:0 24px;position:relative;width:100%;z-index:1}.lilium-bouquets-page .breadcrumb-nav{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffffbf;border-bottom:1px solid #ff70431f;padding:20px 0}.lilium-bouquets-page .breadcrumb{align-items:center;display:flex;font-family:Poppins,sans-serif;font-size:14px;gap:8px;list-style:none;margin:0;padding:0}.lilium-bouquets-page.rtl .breadcrumb{font-family:Tajawal,sans-serif}.lilium-bouquets-page .breadcrumb a{color:#c06050;text-decoration:none;transition:color .3s ease}.lilium-bouquets-page .breadcrumb a:hover{color:var(--warm)}.lilium-bouquets-page .breadcrumb .separator{color:#e0a090;display:flex}.lilium-bouquets-page.rtl .breadcrumb .separator svg{transform:scaleX(-1)}.lilium-bouquets-page .breadcrumb .current{color:#a04030;font-weight:500}.lilium-bouquets-page .page-hero{padding:50px 0 40px;text-align:center}.lilium-bouquets-page .hero-content{margin:0 auto;max-width:800px}.lilium-bouquets-page .hero-badge{align-items:center;background:linear-gradient(135deg,var(--warm) 0,var(--warm) 100%);border-radius:50px;box-shadow:0 8px 30px #ff704359;color:#fff;display:inline-flex;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;gap:12px;margin-bottom:20px;padding:10px 24px}.lilium-bouquets-page.rtl .hero-badge{font-family:Tajawal,sans-serif}.lilium-bouquets-page .hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#8a3020 0,var(--warm) 50%,var(--warm) 100%);-webkit-background-clip:text;background-clip:text;color:#8a3020;font-family:Cormorant Garamond,serif;font-size:52px;font-weight:600;line-height:1.2;margin:0 0 14px}.lilium-bouquets-page.rtl .hero-title{font-family:Amiri,serif;font-size:46px}.lilium-bouquets-page .hero-subtitle{color:#8a5045;font-family:Poppins,sans-serif;font-size:17px;font-weight:300;line-height:1.7;margin:0 0 28px}.lilium-bouquets-page.rtl .hero-subtitle{font-family:Tajawal,sans-serif}.lilium-bouquets-page .hero-stats{align-items:center;background:#fff;border-radius:18px;box-shadow:0 10px 40px #ff70431f;display:flex;gap:35px;justify-content:center;margin:0 auto;max-width:480px;padding:20px 40px}.lilium-bouquets-page .stat{text-align:center}.lilium-bouquets-page .stat-number{color:var(--warm);display:block;font-family:Cormorant Garamond,serif;font-size:30px;font-weight:700;line-height:1}.lilium-bouquets-page.rtl .stat-number{font-family:Amiri,serif}.lilium-bouquets-page .stat-label{color:#b06050;font-family:Poppins,sans-serif;font-size:11px;letter-spacing:1px;text-transform:uppercase}.lilium-bouquets-page.rtl .stat-label{font-family:Tajawal,sans-serif;letter-spacing:0;text-transform:none}.lilium-bouquets-page .stat-divider{background:linear-gradient(180deg,#0000,#ffc0b0,#0000);height:40px;width:1px}.lilium-bouquets-page .products-section{padding:25px 0 60px}.lilium-bouquets-page .products-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(4,1fr)}.lilium-bouquets-page .product-card{animation:cardBloom .5s ease-out forwards;background:#fff;border-radius:20px;box-shadow:0 8px 32px #8a302014;cursor:pointer;display:block;opacity:0;overflow:hidden;position:relative;text-decoration:none;transition:all .45s cubic-bezier(.4,0,.2,1)}@keyframes cardBloom{0%{opacity:0;transform:translateY(30px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.lilium-bouquets-page .product-card:hover{box-shadow:0 20px 55px #ff704333;transform:translateY(-10px)}.lilium-bouquets-page .product-badge{border-radius:18px;font-family:Poppins,sans-serif;font-size:10px;font-weight:600;left:14px;letter-spacing:.5px;padding:6px 14px;position:absolute;text-transform:uppercase;top:14px;z-index:10}.lilium-bouquets-page.rtl .product-badge{font-family:Tajawal,sans-serif;left:auto;right:14px;text-transform:none}.lilium-bouquets-page .badge-popular{background:linear-gradient(135deg,var(--warm) 0,var(--warm) 100%);box-shadow:0 4px 15px #ff704366;color:#fff}.lilium-bouquets-page .badge-luxury{background:linear-gradient(135deg,var(--warning) 0,var(--warm-light) 100%);box-shadow:0 4px 15px #ffd70066;color:#7a5500}.lilium-bouquets-page .badge-mix{background:linear-gradient(135deg,#ec407a 0,var(--primary-light) 100%);box-shadow:0 4px 15px #ec407a66;color:#fff}.lilium-bouquets-page .product-image-wrapper{background:linear-gradient(180deg,#fff7f5,#fff3f0);height:340px;overflow:hidden;position:relative}.lilium-bouquets-page .product-image{height:100%;object-fit:cover;padding:0;transition:transform .5s cubic-bezier(.4,0,.2,1);width:100%}.lilium-bouquets-page .product-card:hover .product-image{transform:scale(1.08)}.lilium-bouquets-page .product-overlay{background:linear-gradient(180deg,#0000,#8a3020d9);bottom:0;display:flex;justify-content:center;left:0;opacity:0;padding:18px;position:absolute;right:0;transform:translateY(15px);transition:all .35s ease}.lilium-bouquets-page .product-card:hover .product-overlay{opacity:1;transform:translateY(0)}.lilium-bouquets-page .quick-add-btn{align-items:center;background:#fff;border:none;border-radius:50px;color:#a04030;cursor:pointer;display:flex;font-family:Poppins,sans-serif;font-size:12px;font-weight:600;gap:7px;padding:11px 22px;transition:all .3s ease}.lilium-bouquets-page.rtl .quick-add-btn{flex-direction:row-reverse;font-family:Tajawal,sans-serif}.lilium-bouquets-page .quick-add-btn:hover{background:linear-gradient(135deg,var(--warm) 0,var(--warm) 100%);color:#fff;transform:scale(1.05)}.lilium-bouquets-page .product-details{padding:20px}.lilium-bouquets-page .product-name{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#8a3020;display:-webkit-box;font-family:Cormorant Garamond,serif;font-size:20px;font-weight:600;line-height:1.3;margin:0 0 6px;overflow:hidden}.lilium-bouquets-page.rtl .product-name{font-family:Amiri,serif}.lilium-bouquets-page .product-desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#b06050;display:-webkit-box;font-family:Poppins,sans-serif;font-size:12px;line-height:1.4;margin:0 0 14px;overflow:hidden}.lilium-bouquets-page.rtl .product-desc{font-family:Tajawal,sans-serif}.lilium-bouquets-page .product-footer{align-items:center;display:flex;justify-content:space-between}.lilium-bouquets-page .price-wrapper{display:flex;flex-direction:column;gap:2px}.lilium-bouquets-page .original-price{color:#d0a0a0;font-family:Poppins,sans-serif;font-size:12px;text-decoration:line-through}.lilium-bouquets-page.rtl .original-price{font-family:Tajawal,sans-serif}.lilium-bouquets-page .sale-price{color:var(--warm);font-family:Poppins,sans-serif;font-size:18px;font-weight:600}.lilium-bouquets-page.rtl .sale-price{font-family:Tajawal,sans-serif}.lilium-bouquets-page .cart-icon-btn{align-items:center;background:#0000;border:2px solid var(--warm);border-radius:50%;color:var(--warm);display:flex;flex-shrink:0;height:42px;justify-content:center;transition:all .3s ease;width:42px}.lilium-bouquets-page .product-card:hover .cart-icon-btn{background:linear-gradient(135deg,var(--warm) 0,var(--warm) 100%);border-color:#0000;color:#fff;transform:rotate(90deg)}.lilium-bouquets-page .info-banner{padding:0 0 40px}.lilium-bouquets-page .banner-content{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#ff704314,#ff8a6514);border:1px solid #ff70432e;border-radius:20px;display:flex;gap:24px;padding:28px 35px}.lilium-bouquets-page.rtl .banner-content{flex-direction:row-reverse;text-align:right}.lilium-bouquets-page .banner-icon{align-items:center;background:linear-gradient(135deg,var(--warm) 0,var(--warm) 100%);border-radius:50%;box-shadow:0 8px 25px #ff70434d;display:flex;flex-shrink:0;font-size:30px;height:68px;justify-content:center;width:68px}.lilium-bouquets-page .banner-text h3{color:#8a3020;font-family:Cormorant Garamond,serif;font-size:22px;font-weight:600;margin:0 0 6px}.lilium-bouquets-page.rtl .banner-text h3{font-family:Amiri,serif}.lilium-bouquets-page .banner-text p{color:#8a5045;font-family:Poppins,sans-serif;font-size:13px;line-height:1.5;margin:0}.lilium-bouquets-page.rtl .banner-text p{font-family:Tajawal,sans-serif}@media (max-width:1200px){.lilium-bouquets-page .hero-title{font-size:46px}.lilium-bouquets-page .products-grid{gap:20px;grid-template-columns:repeat(3,1fr)}}@media (max-width:992px){.lilium-bouquets-page .products-grid{gap:18px;grid-template-columns:repeat(3,1fr)}.lilium-bouquets-page .product-image-wrapper{height:220px}.lilium-bouquets-page .banner-content{padding:24px}.lilium-bouquets-page .banner-content,.lilium-bouquets-page.rtl .banner-content{flex-direction:column;text-align:center}}@media (max-width:768px){.lilium-bouquets-page{padding-bottom:60px}.floating-lily{font-size:28px;opacity:.12}.fl-1{font-size:30px}.fl-2{font-size:35px}.fl-3{font-size:24px}.lilium-bouquets-page .container{padding:0 16px}.lilium-bouquets-page .breadcrumb-nav{padding:12px 0}.lilium-bouquets-page .breadcrumb{font-size:12px;gap:6px}.lilium-bouquets-page .page-hero{padding:30px 0 25px}.lilium-bouquets-page .hero-badge{font-size:12px;gap:8px;margin-bottom:16px;padding:8px 18px}.lilium-bouquets-page .hero-title{font-size:34px;margin-bottom:10px}.lilium-bouquets-page.rtl .hero-title{font-size:30px}.lilium-bouquets-page .hero-subtitle{font-size:14px;margin-bottom:20px}.lilium-bouquets-page .hero-stats{gap:22px;max-width:380px;padding:16px 26px}.lilium-bouquets-page .stat-number{font-size:24px}.lilium-bouquets-page .stat-label{font-size:10px}.lilium-bouquets-page .stat-divider{height:32px}.lilium-bouquets-page .products-section{padding:20px 0 40px}.lilium-bouquets-page .products-grid{gap:14px;grid-template-columns:repeat(2,1fr)}.lilium-bouquets-page .product-card{border-radius:16px}.lilium-bouquets-page .product-card:hover{transform:none}.lilium-bouquets-page .product-badge{border-radius:12px;font-size:8px;left:10px;padding:5px 10px;top:10px}.lilium-bouquets-page.rtl .product-badge{left:auto;right:10px}.lilium-bouquets-page .product-image-wrapper{height:240px}.lilium-bouquets-page .product-image{padding:0}.lilium-bouquets-page .product-overlay{display:none}.lilium-bouquets-page .product-details{padding:14px}.lilium-bouquets-page .product-name{font-size:15px;margin-bottom:4px}.lilium-bouquets-page .product-desc{-webkit-line-clamp:1;font-size:10px;margin-bottom:10px}.lilium-bouquets-page .original-price{font-size:10px}.lilium-bouquets-page .sale-price{font-size:15px}.lilium-bouquets-page .cart-icon-btn{height:36px;width:36px}.lilium-bouquets-page .cart-icon-btn svg{height:14px;width:14px}.lilium-bouquets-page .info-banner{padding:0 0 30px}.lilium-bouquets-page .banner-content{border-radius:16px;flex-direction:column;gap:14px;padding:20px 16px;text-align:center}.lilium-bouquets-page .banner-icon{font-size:26px;height:56px;width:56px}.lilium-bouquets-page .banner-text h3{font-size:18px}.lilium-bouquets-page .banner-text p{font-size:12px}}@media (max-width:480px){.lilium-bouquets-page{padding-bottom:50px}.fl-3{display:none}.lily-2{opacity:.2}.lilium-bouquets-page .container{padding:0 12px}.lilium-bouquets-page .breadcrumb-nav{padding:10px 0}.lilium-bouquets-page .breadcrumb{font-size:11px;gap:4px}.lilium-bouquets-page .breadcrumb .separator svg{height:12px;width:12px}.lilium-bouquets-page .page-hero{padding:20px 0}.lilium-bouquets-page .hero-badge{font-size:11px;gap:6px;margin-bottom:14px;padding:7px 14px}.lilium-bouquets-page .hero-title{font-size:28px}.lilium-bouquets-page.rtl .hero-title{font-size:26px}.lilium-bouquets-page .hero-subtitle{font-size:13px;margin-bottom:16px}.lilium-bouquets-page .hero-stats{border-radius:14px;gap:16px;max-width:100%;padding:14px 20px}.lilium-bouquets-page .stat-number{font-size:22px}.lilium-bouquets-page .stat-label{font-size:9px}.lilium-bouquets-page .stat-divider{height:28px}.lilium-bouquets-page .products-section{padding:16px 0 30px}.lilium-bouquets-page .products-grid{gap:10px}.lilium-bouquets-page .product-card{border-radius:14px}.lilium-bouquets-page .product-badge{border-radius:10px;font-size:7px;left:8px;padding:4px 8px;top:8px}.lilium-bouquets-page.rtl .product-badge{left:auto;right:8px}.lilium-bouquets-page .product-image-wrapper{height:200px}.lilium-bouquets-page .product-image{padding:8px}.lilium-bouquets-page .product-details{padding:0}.lilium-bouquets-page .product-name{font-size:13px;margin-bottom:3px}.lilium-bouquets-page .product-desc{display:none}.lilium-bouquets-page .original-price{font-size:9px}.lilium-bouquets-page .sale-price{font-size:13px}.lilium-bouquets-page .cart-icon-btn{height:30px;width:30px}.lilium-bouquets-page .cart-icon-btn svg{height:12px;width:12px}.lilium-bouquets-page .info-banner{padding:0 0 20px}.lilium-bouquets-page .banner-content{border-radius:14px;gap:12px;padding:18px 14px}.lilium-bouquets-page .banner-icon{font-size:22px;height:48px;width:48px}.lilium-bouquets-page .banner-text h3{font-size:16px}.lilium-bouquets-page .banner-text p{font-size:11px}}@media (max-width:360px){.lilium-bouquets-page .container{padding:0 10px}.lilium-bouquets-page .hero-badge{font-size:10px;padding:6px 12px}.lilium-bouquets-page .hero-title{font-size:24px}.lilium-bouquets-page.rtl .hero-title{font-size:22px}.lilium-bouquets-page .hero-subtitle{font-size:12px}.lilium-bouquets-page .hero-stats{gap:12px;padding:12px 16px}.lilium-bouquets-page .stat-number{font-size:20px}.lilium-bouquets-page .stat-label{font-size:8px}.lilium-bouquets-page .stat-divider{height:24px}.lilium-bouquets-page .products-grid{gap:8px}.lilium-bouquets-page .product-image-wrapper{height:130px}.lilium-bouquets-page .product-details{padding:8px}.lilium-bouquets-page .product-name{font-size:12px}.lilium-bouquets-page .original-price{font-size:8px}.lilium-bouquets-page .sale-price{font-size:12px}.lilium-bouquets-page .product-badge{font-size:6px;padding:3px 6px}.lilium-bouquets-page .cart-icon-btn{height:26px;width:26px}.lilium-bouquets-page .cart-icon-btn svg{height:10px;width:10px}.lilium-bouquets-page .banner-content{padding:14px 12px}.lilium-bouquets-page .banner-icon{font-size:18px;height:42px;width:42px}.lilium-bouquets-page .banner-text h3{font-size:14px}.lilium-bouquets-page .banner-text p{font-size:10px}}@media (prefers-reduced-motion:reduce){.banner-icon,.cart-icon-btn,.floating-lily,.product-card,.product-image{animation:none!important;transition:none!important}}.lilium-bouquets-page .cart-icon-btn:focus-visible,.lilium-bouquets-page .product-card:focus-visible,.lilium-bouquets-page .quick-add-btn:focus-visible{outline:2px solid var(--warm);outline-offset:2px}@media print{.lilium-bg{display:none}.lilium-bouquets-page .product-card{border:1px solid var(--border-medium);box-shadow:none;break-inside:avoid;page-break-inside:avoid}.lilium-bouquets-page .info-banner{display:none}}.birthday-bouquets-page{background:linear-gradient(180deg,var(--bg-primary) 0,var(--bg-secondary) 50%,var(--bg-tertiary) 100%);min-height:100vh;overflow-x:hidden;padding-bottom:80px;position:relative}.birthday-bouquets-page.rtl{direction:rtl}.birthday-bg{height:100%;left:0;overflow:hidden;pointer-events:none;position:fixed;top:0;width:100%;z-index:0}.confetti{border-radius:50%;filter:blur(80px);opacity:.3;position:absolute}.confetti-1{height:450px;right:-80px;top:-120px;width:450px}.confetti-1,.confetti-2{background:radial-gradient(circle,var(--primary) 0,#0000 70%)}.confetti-2{bottom:15%;height:350px;left:-100px;width:350px}.floating-balloon{animation:balloonFloat 15s ease-in-out infinite;font-size:35px;opacity:.2;position:absolute}.fb-1{animation-delay:0s;left:5%;top:10%}.fb-2{animation-delay:-4s;font-size:45px;right:8%;top:25%}.fb-3{animation-delay:-8s;bottom:30%;font-size:40px;left:12%}.fb-4{animation-delay:-12s;bottom:15%;font-size:32px;right:15%}@keyframes balloonFloat{0%,to{transform:translateY(0) rotate(0deg)}25%{transform:translateY(-25px) rotate(5deg)}50%{transform:translateY(-10px) rotate(-5deg)}75%{transform:translateY(-30px) rotate(3deg)}}.birthday-bouquets-page .container{margin:0 auto;max-width:1400px;padding:0 24px;position:relative;width:100%;z-index:1}.birthday-bouquets-page .breadcrumb-nav{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffffbf;border-bottom:1px solid #d4a5a51f;padding:20px 0}.birthday-bouquets-page .breadcrumb{align-items:center;display:flex;font-family:Poppins,sans-serif;font-size:14px;gap:8px;list-style:none;margin:0;padding:0}.birthday-bouquets-page.rtl .breadcrumb{font-family:Tajawal,sans-serif}.birthday-bouquets-page .breadcrumb a{color:var(--primary-dark);text-decoration:none;transition:color .3s ease}.birthday-bouquets-page .breadcrumb a:hover{color:var(--primary)}.birthday-bouquets-page .breadcrumb .separator{color:var(--primary-light);display:flex}.birthday-bouquets-page.rtl .breadcrumb .separator svg{transform:scaleX(-1)}.birthday-bouquets-page .breadcrumb .current{color:var(--primary-darker);font-weight:500}.birthday-bouquets-page .page-hero{padding:50px 0 30px;text-align:center}.birthday-bouquets-page .hero-content{margin:0 auto;max-width:800px}.birthday-bouquets-page .hero-badge{align-items:center;background:linear-gradient(135deg,var(--primary) 0,var(--primary-light) 100%);border-radius:50px;box-shadow:0 8px 30px #d4a5a559;color:#fff;display:inline-flex;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;gap:12px;margin-bottom:20px;padding:10px 24px}.birthday-bouquets-page.rtl .hero-badge{font-family:Tajawal,sans-serif}.birthday-bouquets-page .hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--text-dark) 0,var(--primary) 50%,var(--primary-light) 100%);-webkit-background-clip:text;background-clip:text;color:var(--text-dark);font-family:Cormorant Garamond,serif;font-size:52px;font-weight:600;line-height:1.2;margin:0 0 14px}.birthday-bouquets-page.rtl .hero-title{font-family:Amiri,serif;font-size:46px}.birthday-bouquets-page .hero-subtitle{color:var(--text-secondary);font-family:Poppins,sans-serif;font-size:17px;font-weight:300;line-height:1.7;margin:0 0 28px}.birthday-bouquets-page.rtl .hero-subtitle{font-family:Tajawal,sans-serif}.birthday-bouquets-page .hero-stats{align-items:center;background:#fff;border-radius:18px;box-shadow:0 10px 40px #d4a5a51f;display:flex;gap:35px;justify-content:center;margin:0 auto;max-width:480px;padding:20px 40px}.birthday-bouquets-page .stat{text-align:center}.birthday-bouquets-page .stat-number{color:var(--primary);display:block;font-family:Cormorant Garamond,serif;font-size:30px;font-weight:700;line-height:1}.birthday-bouquets-page.rtl .stat-number{font-family:Amiri,serif}.birthday-bouquets-page .stat-label{color:var(--text-secondary);font-family:Poppins,sans-serif;font-size:11px;letter-spacing:1px;text-transform:uppercase}.birthday-bouquets-page.rtl .stat-label{font-family:Tajawal,sans-serif;letter-spacing:0;text-transform:none}.birthday-bouquets-page .stat-divider{background:linear-gradient(180deg,#0000,var(--primary-lighter),#0000);height:40px;width:1px}.birthday-bouquets-page .filter-section{padding:10px 0 30px}.birthday-bouquets-page .filter-buttons{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.birthday-bouquets-page .filter-btn{background:#fff;border:2px solid var(--primary-lighter);border-radius:50px;color:var(--primary-darker);cursor:pointer;font-family:Poppins,sans-serif;font-size:13px;font-weight:500;padding:10px 24px;transition:all .3s ease}.birthday-bouquets-page.rtl .filter-btn{font-family:Tajawal,sans-serif}.birthday-bouquets-page .filter-btn:hover{border-color:var(--primary);color:var(--primary)}.birthday-bouquets-page .filter-btn.active{background:linear-gradient(135deg,var(--primary) 0,var(--primary-light) 100%);border-color:#0000;box-shadow:0 4px 15px #d4a5a54d;color:#fff}.birthday-bouquets-page .products-section{padding:0 0 60px}.birthday-bouquets-page .products-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(4,1fr)}.birthday-bouquets-page .product-card{animation:cardPop .5s ease-out forwards;background:#fff;border-radius:20px;box-shadow:0 8px 32px #8a450014;color:inherit;cursor:pointer;display:block;opacity:0;overflow:hidden;position:relative;text-decoration:none;transition:all .45s cubic-bezier(.4,0,.2,1)}@keyframes cardPop{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.birthday-bouquets-page .product-card:hover{box-shadow:0 20px 55px #d4a5a533;transform:translateY(-10px)}.birthday-bouquets-page .product-badge{border-radius:18px;font-family:Poppins,sans-serif;font-size:10px;font-weight:600;left:14px;letter-spacing:.5px;padding:6px 14px;position:absolute;text-transform:uppercase;top:14px;z-index:10}.birthday-bouquets-page.rtl .product-badge{font-family:Tajawal,sans-serif;left:auto;right:14px;text-transform:none}.birthday-bouquets-page .badge-birthday{background:linear-gradient(135deg,var(--primary) 0,var(--primary-light) 100%);box-shadow:0 4px 15px #d4a5a566;color:#fff}.birthday-bouquets-page .badge-getwell{background:linear-gradient(135deg,var(--accent) 0,var(--accent-light) 100%);box-shadow:0 4px 15px #4caf5066;color:#fff}.birthday-bouquets-page .badge-gift{background:linear-gradient(135deg,var(--primary) 0,var(--primary-light) 100%);box-shadow:0 4px 15px #d4a5a566;color:#fff}.birthday-bouquets-page .product-image-wrapper{background:linear-gradient(180deg,var(--bg-primary) 0,var(--bg-secondary) 100%);height:340px;overflow:hidden;position:relative}.birthday-bouquets-page .product-image{height:100%;object-fit:cover;padding:0;transition:transform .5s cubic-bezier(.4,0,.2,1);width:100%}.birthday-bouquets-page .product-card:hover .product-image{transform:scale(1.08)}.birthday-bouquets-page .product-overlay{background:linear-gradient(180deg,#0000,#8a4500d9);bottom:0;display:flex;justify-content:center;left:0;opacity:0;padding:18px;position:absolute;right:0;transform:translateY(15px);transition:all .35s ease}.birthday-bouquets-page .product-card:hover .product-overlay{opacity:1;transform:translateY(0)}.birthday-bouquets-page .quick-add-btn{align-items:center;background:#fff;border:none;border-radius:50px;color:var(--primary-darker);cursor:pointer;display:flex;font-family:Poppins,sans-serif;font-size:12px;font-weight:600;gap:7px;padding:11px 22px;transition:all .3s ease}.birthday-bouquets-page.rtl .quick-add-btn{flex-direction:row-reverse;font-family:Tajawal,sans-serif}.birthday-bouquets-page .quick-add-btn:hover{background:linear-gradient(135deg,var(--primary) 0,var(--primary-light) 100%);color:#fff;transform:scale(1.05)}.birthday-bouquets-page .product-details{padding:20px}.birthday-bouquets-page .product-name{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:var(--text-dark);display:-webkit-box;font-family:Cormorant Garamond,serif;font-size:20px;font-weight:600;line-height:1.3;margin:0 0 6px;overflow:hidden}.birthday-bouquets-page.rtl .product-name{font-family:Amiri,serif}.birthday-bouquets-page .product-desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:var(--text-secondary);display:-webkit-box;font-family:Poppins,sans-serif;font-size:12px;line-height:1.4;margin:0 0 14px;overflow:hidden}.birthday-bouquets-page.rtl .product-desc{font-family:Tajawal,sans-serif}.birthday-bouquets-page .product-footer{align-items:center;display:flex;justify-content:space-between}.birthday-bouquets-page .price-wrapper{display:flex;flex-direction:column;gap:2px}.birthday-bouquets-page .price{color:var(--primary);font-family:Poppins,sans-serif;font-size:18px;font-weight:600}.birthday-bouquets-page.rtl .price{font-family:Tajawal,sans-serif}.birthday-bouquets-page .cart-icon-btn{align-items:center;background:#0000;border:2px solid var(--primary);border-radius:50%;color:var(--primary);display:flex;flex-shrink:0;height:42px;justify-content:center;transition:all .3s ease;width:42px}.birthday-bouquets-page .product-card:hover .cart-icon-btn{background:linear-gradient(135deg,var(--primary) 0,var(--primary-light) 100%);border-color:#0000;color:#fff;transform:rotate(90deg)}.birthday-bouquets-page .info-banner{padding:0 0 40px}.birthday-bouquets-page .banner-content{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#d4a5a514,#ffb74d14);border:1px solid #d4a5a52e;border-radius:20px;display:flex;gap:24px;padding:28px 35px}.birthday-bouquets-page.rtl .banner-content{flex-direction:row-reverse;text-align:right}.birthday-bouquets-page .banner-icon{align-items:center;background:linear-gradient(135deg,var(--primary) 0,var(--primary-light) 100%);border-radius:50%;box-shadow:0 8px 25px #d4a5a54d;display:flex;flex-shrink:0;font-size:30px;height:68px;justify-content:center;width:68px}.birthday-bouquets-page .banner-text h3{color:var(--text-dark);font-family:Cormorant Garamond,serif;font-size:22px;font-weight:600;margin:0 0 6px}.birthday-bouquets-page.rtl .banner-text h3{font-family:Amiri,serif}.birthday-bouquets-page .banner-text p{color:var(--text-secondary);font-family:Poppins,sans-serif;font-size:13px;line-height:1.5;margin:0}.birthday-bouquets-page.rtl .banner-text p{font-family:Tajawal,sans-serif}@media (max-width:1200px){.birthday-bouquets-page .hero-title{font-size:46px}.birthday-bouquets-page .products-grid{gap:20px;grid-template-columns:repeat(3,1fr)}}@media (max-width:992px){.birthday-bouquets-page .products-grid{gap:18px;grid-template-columns:repeat(3,1fr)}.birthday-bouquets-page .product-image-wrapper{height:220px}.birthday-bouquets-page .banner-content{flex-direction:column;padding:24px;text-align:center}.birthday-bouquets-page.rtl .banner-content{flex-direction:column;text-align:center}}@media (max-width:768px){.birthday-bouquets-page{padding-bottom:60px}.floating-balloon{font-size:28px;opacity:.15}.fb-1{font-size:28px}.fb-2{font-size:35px}.fb-3{font-size:30px}.fb-4{font-size:26px}.birthday-bouquets-page .container{padding:0 16px}.birthday-bouquets-page .breadcrumb-nav{padding:12px 0}.birthday-bouquets-page .breadcrumb{font-size:12px;gap:6px}.birthday-bouquets-page .page-hero{padding:30px 0 20px}.birthday-bouquets-page .hero-badge{font-size:12px;gap:8px;margin-bottom:16px;padding:8px 18px}.birthday-bouquets-page .hero-title{font-size:34px;margin-bottom:10px}.birthday-bouquets-page.rtl .hero-title{font-size:30px}.birthday-bouquets-page .hero-subtitle{font-size:14px;margin-bottom:20px}.birthday-bouquets-page .hero-stats{gap:22px;max-width:380px;padding:16px 26px}.birthday-bouquets-page .stat-number{font-size:24px}.birthday-bouquets-page .stat-label{font-size:10px}.birthday-bouquets-page .stat-divider{height:32px}.birthday-bouquets-page .filter-section{padding:8px 0 20px}.birthday-bouquets-page .filter-buttons{gap:10px}.birthday-bouquets-page .filter-btn{font-size:12px;padding:8px 18px}.birthday-bouquets-page .products-section{padding:0 0 40px}.birthday-bouquets-page .products-grid{gap:14px;grid-template-columns:repeat(2,1fr)}.birthday-bouquets-page .product-card{border-radius:16px}.birthday-bouquets-page .product-card:hover{transform:none}.birthday-bouquets-page .product-badge{border-radius:12px;font-size:8px;left:10px;padding:5px 10px;top:10px}.birthday-bouquets-page.rtl .product-badge{left:auto;right:10px}.birthday-bouquets-page .product-image-wrapper{height:240px}.birthday-bouquets-page .product-image{padding:0}.birthday-bouquets-page .product-overlay{display:none}.birthday-bouquets-page .product-details{padding:14px}.birthday-bouquets-page .product-name{font-size:15px;margin-bottom:4px}.birthday-bouquets-page .product-desc{-webkit-line-clamp:1;font-size:10px;margin-bottom:10px}.birthday-bouquets-page .price{font-size:15px}.birthday-bouquets-page .cart-icon-btn{height:36px;width:36px}.birthday-bouquets-page .cart-icon-btn svg{height:14px;width:14px}.birthday-bouquets-page .info-banner{padding:0 0 30px}.birthday-bouquets-page .banner-content{border-radius:16px;flex-direction:column;gap:14px;padding:20px 16px;text-align:center}.birthday-bouquets-page .banner-icon{font-size:26px;height:56px;width:56px}.birthday-bouquets-page .banner-text h3{font-size:18px}.birthday-bouquets-page .banner-text p{font-size:12px}}@media (max-width:480px){.birthday-bouquets-page{padding-bottom:50px}.fb-3,.fb-4{display:none}.confetti-2{opacity:.2}.birthday-bouquets-page .container{padding:0 12px}.birthday-bouquets-page .breadcrumb-nav{padding:10px 0}.birthday-bouquets-page .breadcrumb{font-size:11px;gap:4px}.birthday-bouquets-page .breadcrumb .separator svg{height:12px;width:12px}.birthday-bouquets-page .page-hero{padding:20px 0 16px}.birthday-bouquets-page .hero-badge{font-size:11px;gap:6px;margin-bottom:14px;padding:7px 14px}.birthday-bouquets-page .hero-title{font-size:28px}.birthday-bouquets-page.rtl .hero-title{font-size:26px}.birthday-bouquets-page .hero-subtitle{font-size:13px;margin-bottom:16px}.birthday-bouquets-page .hero-stats{border-radius:14px;gap:16px;max-width:100%;padding:14px 20px}.birthday-bouquets-page .stat-number{font-size:22px}.birthday-bouquets-page .stat-label{font-size:9px}.birthday-bouquets-page .stat-divider{height:28px}.birthday-bouquets-page .filter-section{padding:6px 0 16px}.birthday-bouquets-page .filter-buttons{gap:8px}.birthday-bouquets-page .filter-btn{border-width:1.5px;font-size:11px;padding:7px 14px}.birthday-bouquets-page .products-section{padding:0 0 30px}.birthday-bouquets-page .products-grid{gap:10px}.birthday-bouquets-page .product-card{border-radius:14px}.birthday-bouquets-page .product-badge{border-radius:10px;font-size:7px;left:8px;padding:4px 8px;top:8px}.birthday-bouquets-page.rtl .product-badge{left:auto;right:8px}.birthday-bouquets-page .product-image-wrapper{height:200px}.birthday-bouquets-page .product-image{padding:8px}.birthday-bouquets-page .product-details{padding:0}.birthday-bouquets-page .product-name{font-size:13px;margin-bottom:3px}.birthday-bouquets-page .product-desc{display:none}.birthday-bouquets-page .price{font-size:13px}.birthday-bouquets-page .cart-icon-btn{height:30px;width:30px}.birthday-bouquets-page .cart-icon-btn svg{height:12px;width:12px}.birthday-bouquets-page .info-banner{padding:0 0 20px}.birthday-bouquets-page .banner-content{border-radius:14px;gap:12px;padding:18px 14px}.birthday-bouquets-page .banner-icon{font-size:22px;height:48px;width:48px}.birthday-bouquets-page .banner-text h3{font-size:16px}.birthday-bouquets-page .banner-text p{font-size:11px}}@media (max-width:360px){.birthday-bouquets-page .container{padding:0 10px}.birthday-bouquets-page .hero-badge{font-size:10px;padding:6px 12px}.birthday-bouquets-page .hero-title{font-size:24px}.birthday-bouquets-page.rtl .hero-title{font-size:22px}.birthday-bouquets-page .hero-subtitle{font-size:12px}.birthday-bouquets-page .hero-stats{gap:12px;padding:12px 16px}.birthday-bouquets-page .stat-number{font-size:20px}.birthday-bouquets-page .stat-label{font-size:8px}.birthday-bouquets-page .stat-divider{height:24px}.birthday-bouquets-page .filter-buttons{gap:6px}.birthday-bouquets-page .filter-btn{font-size:10px;padding:6px 12px}.birthday-bouquets-page .products-grid{gap:8px}.birthday-bouquets-page .product-image-wrapper{height:130px}.birthday-bouquets-page .product-details{padding:8px}.birthday-bouquets-page .price,.birthday-bouquets-page .product-name{font-size:12px}.birthday-bouquets-page .product-badge{font-size:6px;padding:3px 6px}.birthday-bouquets-page .cart-icon-btn{height:26px;width:26px}.birthday-bouquets-page .cart-icon-btn svg{height:10px;width:10px}.birthday-bouquets-page .banner-content{padding:14px 12px}.birthday-bouquets-page .banner-icon{font-size:18px;height:42px;width:42px}.birthday-bouquets-page .banner-text h3{font-size:14px}.birthday-bouquets-page .banner-text p{font-size:10px}}@media (prefers-reduced-motion:reduce){.banner-icon,.cart-icon-btn,.filter-btn,.floating-balloon,.product-card,.product-image{animation:none!important;transition:none!important}}.birthday-bouquets-page .cart-icon-btn:focus-visible,.birthday-bouquets-page .filter-btn:focus-visible,.birthday-bouquets-page .product-card:focus-visible,.birthday-bouquets-page .quick-add-btn:focus-visible{outline:2px solid var(--primary);outline-offset:2px}@media print{.birthday-bg{display:none}.birthday-bouquets-page .product-card{border:1px solid var(--border-medium);box-shadow:none;break-inside:avoid;page-break-inside:avoid}.birthday-bouquets-page .filter-section,.birthday-bouquets-page .info-banner{display:none}}.yellow-rose-page{background:linear-gradient(180deg,#fffef5 0,var(--bg-primary) 50%,#fffef8 100%);min-height:100vh;overflow-x:hidden;padding-bottom:80px;position:relative}.yellow-rose-page.rtl{direction:rtl}.yellow-bg{height:100%;left:0;overflow:hidden;pointer-events:none;position:fixed;top:0;width:100%;z-index:0}.sunshine{border-radius:50%;filter:blur(80px);opacity:.35;position:absolute}.sun-1{background:radial-gradient(circle,var(--warning) 0,#0000 70%);height:500px;right:-100px;top:-150px;width:500px}.sun-2{background:radial-gradient(circle,var(--warning-light) 0,#0000 70%);bottom:10%;height:400px;left:-120px;width:400px}.floating-sun{animation:sunFloat 18s ease-in-out infinite;font-size:40px;opacity:.2;position:absolute}.fs-1{animation-delay:0s;left:6%;top:12%}.fs-2{animation-delay:-6s;font-size:50px;right:8%;top:40%}.fs-3{animation-delay:-12s;bottom:25%;font-size:35px;left:15%}@keyframes sunFloat{0%,to{transform:translateY(0) rotate(0deg)}25%{transform:translateY(-18px) rotate(8deg)}50%{transform:translateY(-6px) rotate(-6deg)}75%{transform:translateY(-24px) rotate(4deg)}}.yellow-rose-page .container{margin:0 auto;max-width:1400px;padding:0 24px;position:relative;width:100%;z-index:1}.yellow-rose-page .breadcrumb-nav{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#fffc;border-bottom:1px solid #fdd83533;padding:20px 0}.yellow-rose-page .breadcrumb{align-items:center;display:flex;font-family:Poppins,sans-serif;font-size:14px;gap:8px;list-style:none;margin:0;padding:0}.yellow-rose-page.rtl .breadcrumb{font-family:Tajawal,sans-serif}.yellow-rose-page .breadcrumb a{color:var(--warning-dark);text-decoration:none;transition:color .3s ease}.yellow-rose-page .breadcrumb a:hover{color:var(--warning)}.yellow-rose-page .breadcrumb .separator{color:#e6c700;display:flex}.yellow-rose-page.rtl .breadcrumb .separator svg{transform:scaleX(-1)}.yellow-rose-page .breadcrumb .current{color:#9a7800;font-weight:500}.yellow-rose-page .page-hero{padding:50px 0 40px;text-align:center}.yellow-rose-page .hero-content{margin:0 auto;max-width:800px}.yellow-rose-page .hero-badge{align-items:center;background:linear-gradient(135deg,var(--warning) 0,var(--warning-light) 100%);border-radius:50px;box-shadow:0 8px 30px #fdd83566;color:var(--text-dark);display:inline-flex;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;gap:12px;margin-bottom:20px;padding:10px 24px}.yellow-rose-page.rtl .hero-badge{font-family:Tajawal,sans-serif}.yellow-rose-page .hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--text-dark) 0,var(--warning-dark) 50%,var(--warning) 100%);-webkit-background-clip:text;background-clip:text;color:var(--text-dark);font-family:Cormorant Garamond,serif;font-size:52px;font-weight:600;line-height:1.2;margin:0 0 14px}.yellow-rose-page.rtl .hero-title{font-family:Amiri,serif;font-size:46px}.yellow-rose-page .hero-subtitle{color:#8a7000;font-family:Poppins,sans-serif;font-size:17px;font-weight:300;line-height:1.7;margin:0 0 28px}.yellow-rose-page.rtl .hero-subtitle{font-family:Tajawal,sans-serif}.yellow-rose-page .hero-stats{align-items:center;background:#fff;border-radius:18px;box-shadow:0 10px 40px #fdd83526;display:flex;gap:35px;justify-content:center;margin:0 auto;max-width:480px;padding:20px 40px}.yellow-rose-page .stat{text-align:center}.yellow-rose-page .stat-number{color:var(--warning-dark);display:block;font-family:Cormorant Garamond,serif;font-size:28px;font-weight:700;line-height:1}.yellow-rose-page.rtl .stat-number{font-family:Amiri,serif}.yellow-rose-page .stat-label{color:#9a8000;font-family:Poppins,sans-serif;font-size:11px;letter-spacing:1px;text-transform:uppercase}.yellow-rose-page.rtl .stat-label{font-family:Tajawal,sans-serif;letter-spacing:0;text-transform:none}.yellow-rose-page .stat-divider{background:linear-gradient(180deg,#0000,#ffe082,#0000);height:40px;width:1px}.yellow-rose-page .products-section{padding:25px 0 60px}.yellow-rose-page .products-grid{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(4,1fr)}.yellow-rose-page .product-card{animation:cardSunrise .6s ease-out forwards;background:#fff;border-radius:20px;box-shadow:0 8px 32px #6d58000f;color:inherit;cursor:pointer;display:block;opacity:0;overflow:hidden;position:relative;text-decoration:none;transition:all .45s cubic-bezier(.4,0,.2,1)}@keyframes cardSunrise{0%{opacity:0;transform:translateY(30px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.yellow-rose-page .product-card:hover{box-shadow:0 25px 60px #fdd83540;transform:translateY(-12px)}.yellow-rose-page .product-badge{border-radius:20px;font-family:Poppins,sans-serif;font-size:11px;font-weight:600;left:16px;letter-spacing:.5px;padding:7px 16px;position:absolute;text-transform:uppercase;top:16px;z-index:10}.yellow-rose-page.rtl .product-badge{font-family:Tajawal,sans-serif;left:auto;right:16px;text-transform:none}.yellow-rose-page .badge-premium{background:linear-gradient(135deg,var(--warning) 0,var(--warm-light) 100%);box-shadow:0 4px 15px #ffd70080;color:#6d4c00}.yellow-rose-page .badge-bestseller{background:linear-gradient(135deg,var(--warning) 0,var(--warning-light) 100%);box-shadow:0 4px 15px #fdd83580;color:var(--text-dark)}.yellow-rose-page .badge-large{background:linear-gradient(135deg,var(--primary) 0,var(--warning) 100%);box-shadow:0 4px 15px #d4a5a566;color:#fff}.yellow-rose-page .product-image-wrapper{background:linear-gradient(180deg,#fffef5 0,var(--bg-primary) 100%);height:300px;overflow:hidden;position:relative}.yellow-rose-page .product-image{height:100%;object-fit:cover;padding:20px;transition:transform .6s cubic-bezier(.4,0,.2,1);width:100%}.yellow-rose-page .product-card:hover .product-image{transform:scale(1.1)}.yellow-rose-page .product-overlay{background:linear-gradient(180deg,#0000,#6d5800d9);bottom:0;display:flex;justify-content:center;left:0;opacity:0;padding:20px;position:absolute;right:0;transform:translateY(15px);transition:all .35s ease}.yellow-rose-page .product-card:hover .product-overlay{opacity:1;transform:translateY(0)}.yellow-rose-page .quick-add-btn{align-items:center;background:#fff;border:none;border-radius:50px;color:var(--text-dark);cursor:pointer;display:flex;font-family:Poppins,sans-serif;font-size:13px;font-weight:600;gap:8px;padding:12px 26px;transition:all .3s ease}.yellow-rose-page.rtl .quick-add-btn{flex-direction:row-reverse;font-family:Tajawal,sans-serif}.yellow-rose-page .quick-add-btn:hover{background:linear-gradient(135deg,var(--warning) 0,var(--warning-light) 100%);color:var(--text-dark);transform:scale(1.05)}.yellow-rose-page .product-details{padding:22px}.yellow-rose-page .product-name{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:var(--text-dark);display:-webkit-box;font-family:Cormorant Garamond,serif;font-size:22px;font-weight:600;line-height:1.3;margin:0 0 8px;overflow:hidden}.yellow-rose-page.rtl .product-name{font-family:Amiri,serif}.yellow-rose-page .product-desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#9a8000;display:-webkit-box;font-family:Poppins,sans-serif;font-size:13px;line-height:1.5;margin:0 0 16px;overflow:hidden}.yellow-rose-page.rtl .product-desc{font-family:Tajawal,sans-serif}.yellow-rose-page .product-footer{align-items:center;display:flex;justify-content:space-between}.yellow-rose-page .price-wrapper{display:flex;flex-direction:column;gap:3px}.yellow-rose-page .price{color:var(--warning-dark);font-family:Poppins,sans-serif;font-size:20px;font-weight:700}.yellow-rose-page.rtl .price{font-family:Tajawal,sans-serif}.yellow-rose-page .cart-icon-btn{align-items:center;background:#0000;border:2px solid var(--warning);border-radius:50%;color:var(--warning-dark);display:flex;flex-shrink:0;height:46px;justify-content:center;transition:all .3s ease;width:46px}.yellow-rose-page .product-card:hover .cart-icon-btn{background:linear-gradient(135deg,var(--warning) 0,var(--warning-light) 100%);border-color:#0000;color:var(--text-dark);transform:rotate(90deg)}.yellow-rose-page .info-banner{padding:0 0 40px}.yellow-rose-page .banner-content{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#fdd8351a,#ffeb3b1a);border:1px solid #fdd83540;border-radius:20px;display:flex;gap:24px;padding:30px 38px}.yellow-rose-page.rtl .banner-content{flex-direction:row-reverse;text-align:right}.yellow-rose-page .banner-icon{align-items:center;background:linear-gradient(135deg,var(--warning) 0,var(--warning-light) 100%);border-radius:50%;box-shadow:0 10px 30px #fdd83566;display:flex;flex-shrink:0;font-size:32px;height:72px;justify-content:center;width:72px}.yellow-rose-page .banner-text h3{color:var(--text-dark);font-family:Cormorant Garamond,serif;font-size:24px;font-weight:600;margin:0 0 8px}.yellow-rose-page.rtl .banner-text h3{font-family:Amiri,serif}.yellow-rose-page .banner-text p{color:#8a7000;font-family:Poppins,sans-serif;font-size:14px;line-height:1.6;margin:0}.yellow-rose-page.rtl .banner-text p{font-family:Tajawal,sans-serif}@media (max-width:1200px){.yellow-rose-page .hero-title{font-size:46px}.yellow-rose-page .products-grid{gap:22px;grid-template-columns:repeat(3,1fr)}.yellow-rose-page .product-image-wrapper{height:270px}}@media (max-width:992px){.yellow-rose-page .products-grid{gap:18px;grid-template-columns:repeat(3,1fr)}.yellow-rose-page .product-image-wrapper{height:240px}.yellow-rose-page .product-details{padding:18px}.yellow-rose-page .banner-content{padding:26px}.yellow-rose-page .banner-content,.yellow-rose-page.rtl .banner-content{flex-direction:column;text-align:center}}@media (max-width:768px){.yellow-rose-page{padding-bottom:60px}.floating-sun{opacity:.15}.floating-sun,.fs-1{font-size:32px}.fs-2{font-size:40px}.fs-3{font-size:28px}.yellow-rose-page .container{padding:0 16px}.yellow-rose-page .breadcrumb-nav{padding:12px 0}.yellow-rose-page .breadcrumb{font-size:12px;gap:6px}.yellow-rose-page .page-hero{padding:30px 0 25px}.yellow-rose-page .hero-badge{font-size:12px;gap:8px;margin-bottom:16px;padding:8px 18px}.yellow-rose-page .hero-title{font-size:34px;margin-bottom:10px}.yellow-rose-page.rtl .hero-title{font-size:30px}.yellow-rose-page .hero-subtitle{font-size:14px;margin-bottom:20px}.yellow-rose-page .hero-stats{gap:22px;max-width:400px;padding:16px 26px}.yellow-rose-page .stat-number{font-size:24px}.yellow-rose-page .stat-label{font-size:10px}.yellow-rose-page .stat-divider{height:32px}.yellow-rose-page .products-section{padding:20px 0 40px}.yellow-rose-page .products-grid{gap:14px;grid-template-columns:repeat(2,1fr)}.yellow-rose-page .product-card{border-radius:18px}.yellow-rose-page .product-card:hover{transform:none}.yellow-rose-page .product-badge{border-radius:14px;font-size:9px;left:12px;padding:5px 12px;top:12px}.yellow-rose-page.rtl .product-badge{left:auto;right:12px}.yellow-rose-page .product-image-wrapper{height:280px}.yellow-rose-page .product-image{padding:14px}.yellow-rose-page .product-overlay{display:none}.yellow-rose-page .product-details{padding:16px}.yellow-rose-page .product-name{font-size:17px;margin-bottom:5px}.yellow-rose-page .product-desc{-webkit-line-clamp:1;font-size:11px;margin-bottom:12px}.yellow-rose-page .price{font-size:17px}.yellow-rose-page .cart-icon-btn{height:38px;width:38px}.yellow-rose-page .cart-icon-btn svg{height:14px;width:14px}.yellow-rose-page .info-banner{padding:0 0 30px}.yellow-rose-page .banner-content{border-radius:18px;flex-direction:column;gap:16px;padding:22px 18px;text-align:center}.yellow-rose-page .banner-icon{font-size:28px;height:60px;width:60px}.yellow-rose-page .banner-text h3{font-size:20px}.yellow-rose-page .banner-text p{font-size:12px}}@media (max-width:480px){.yellow-rose-page{padding-bottom:50px}.fs-3{display:none}.sun-2{opacity:.25}.yellow-rose-page .container{padding:0 12px}.yellow-rose-page .breadcrumb-nav{padding:10px 0}.yellow-rose-page .breadcrumb{font-size:11px;gap:4px}.yellow-rose-page .breadcrumb .separator svg{height:12px;width:12px}.yellow-rose-page .page-hero{padding:20px 0}.yellow-rose-page .hero-badge{font-size:11px;gap:6px;margin-bottom:14px;padding:7px 14px}.yellow-rose-page .hero-title{font-size:28px}.yellow-rose-page.rtl .hero-title{font-size:26px}.yellow-rose-page .hero-subtitle{font-size:13px;margin-bottom:16px}.yellow-rose-page .hero-stats{border-radius:14px;gap:16px;max-width:100%;padding:14px 20px}.yellow-rose-page .stat-number{font-size:22px}.yellow-rose-page .stat-label{font-size:9px}.yellow-rose-page .stat-divider{height:28px}.yellow-rose-page .products-section{padding:16px 0 30px}.yellow-rose-page .products-grid{gap:12px}.yellow-rose-page .product-card{border-radius:14px}.yellow-rose-page .product-badge{border-radius:12px;font-size:8px;left:10px;padding:4px 10px;top:10px}.yellow-rose-page.rtl .product-badge{left:auto;right:10px}.yellow-rose-page .product-image-wrapper{height:170px}.yellow-rose-page .product-details,.yellow-rose-page .product-image{padding:0}.yellow-rose-page .product-name{font-size:14px;margin-bottom:4px}.yellow-rose-page .product-desc{display:none}.yellow-rose-page .price{font-size:14px}.yellow-rose-page .cart-icon-btn{height:32px;width:32px}.yellow-rose-page .cart-icon-btn svg{height:12px;width:12px}.yellow-rose-page .info-banner{padding:0 0 20px}.yellow-rose-page .banner-content{border-radius:14px;gap:12px;padding:18px 14px}.yellow-rose-page .banner-icon{font-size:24px;height:50px;width:50px}.yellow-rose-page .banner-text h3{font-size:17px}.yellow-rose-page .banner-text p{font-size:11px}}@media (max-width:360px){.yellow-rose-page .container{padding:0 10px}.yellow-rose-page .hero-badge{font-size:10px;padding:6px 12px}.yellow-rose-page .hero-title{font-size:24px}.yellow-rose-page.rtl .hero-title{font-size:22px}.yellow-rose-page .hero-subtitle{font-size:12px}.yellow-rose-page .hero-stats{gap:12px;padding:12px 16px}.yellow-rose-page .stat-number{font-size:20px}.yellow-rose-page .stat-label{font-size:8px}.yellow-rose-page .stat-divider{height:24px}.yellow-rose-page .products-grid{gap:10px}.yellow-rose-page .product-image-wrapper{height:200px}.yellow-rose-page .product-details{padding:0}.yellow-rose-page .price,.yellow-rose-page .product-name{font-size:12px}.yellow-rose-page .product-badge{font-size:7px;padding:3px 8px}.yellow-rose-page .cart-icon-btn{height:28px;width:28px}.yellow-rose-page .cart-icon-btn svg{height:10px;width:10px}.yellow-rose-page .banner-content{padding:14px 12px}.yellow-rose-page .banner-icon{font-size:20px;height:44px;width:44px}.yellow-rose-page .banner-text h3{font-size:14px}.yellow-rose-page .banner-text p{font-size:10px}}@media (prefers-reduced-motion:reduce){.banner-icon,.cart-icon-btn,.floating-sun,.product-card,.product-image{animation:none!important;transition:none!important}}.yellow-rose-page .cart-icon-btn:focus-visible,.yellow-rose-page .product-card:focus-visible,.yellow-rose-page .quick-add-btn:focus-visible{outline:2px solid var(--warning);outline-offset:2px}@media print{.yellow-bg{display:none}.yellow-rose-page .product-card{border:1px solid var(--border-medium);box-shadow:none;break-inside:avoid;page-break-inside:avoid}.yellow-rose-page .info-banner{display:none}}.grand-bouquets-page{background:linear-gradient(180deg,#fdf6f8,#fef9f5 50%,#f8f5fd);min-height:100vh;overflow-x:hidden;padding-bottom:80px;position:relative}.grand-bouquets-page.rtl{direction:rtl}.grand-bg{height:100%;left:0;overflow:hidden;pointer-events:none;position:fixed;top:0;width:100%;z-index:0}.luxury-glow{border-radius:50%;filter:blur(100px);opacity:.5;position:absolute}.glow-1{background:radial-gradient(circle,var(--primary-lighter) 0,#0000 70%);height:500px;right:-100px;top:-150px;width:500px}.glow-2{background:radial-gradient(circle,#d4a5ff 0,#0000 70%);bottom:10%;left:-120px;opacity:.4}.floating-rose{animation:roseFloat 18s ease-in-out infinite;font-size:40px;opacity:.25}.fr-1{top:12%}.fr-2{animation-delay:-6s;font-size:50px;top:40%}.fr-3{animation-delay:-12s;bottom:25%;font-size:35px;left:15%}.grand-bouquets-page .container{margin:0 auto;max-width:1400px;padding:0 24px;position:relative;width:100%;z-index:1}.grand-bouquets-page .breadcrumb-nav{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#fffc;border-bottom:1px solid #d8b4dc4d;padding:20px 0}.grand-bouquets-page .breadcrumb{align-items:center;display:flex;font-family:Poppins,sans-serif;font-size:14px;gap:8px;list-style:none;margin:0;padding:0}.grand-bouquets-page.rtl .breadcrumb{font-family:Tajawal,sans-serif}.grand-bouquets-page .breadcrumb a{color:#b48eb5;text-decoration:none;transition:color .3s ease}.grand-bouquets-page .breadcrumb a:hover{color:#d4a5c9}.grand-bouquets-page .breadcrumb .separator{color:#dbb8dc;display:flex}.grand-bouquets-page.rtl .breadcrumb .separator svg{transform:scaleX(-1)}.grand-bouquets-page .breadcrumb .current{color:#9a6b9a;font-weight:500}.grand-bouquets-page .page-hero{padding:50px 0 40px;text-align:center}.grand-bouquets-page .hero-content{margin:0 auto;max-width:800px}.grand-bouquets-page .hero-badge{align-items:center;background:linear-gradient(135deg,var(--primary-lighter) 0,var(--secondary-light) 100%);border-radius:50px;box-shadow:0 8px 30px #d8b4dc66;color:#7b4d7b;display:inline-flex;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;gap:12px;margin-bottom:20px;padding:10px 24px}.grand-bouquets-page.rtl .hero-badge{font-family:Tajawal,sans-serif}.grand-bouquets-page .hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#9a6b9a 0,var(--secondary-light) 50%,#d4a5c9 100%);-webkit-background-clip:text;background-clip:text;color:#8b5a8b;font-family:Cormorant Garamond,serif;font-size:56px;font-weight:600;line-height:1.2;margin:0 0 14px}.grand-bouquets-page.rtl .hero-title{font-family:Amiri,serif;font-size:50px}.grand-bouquets-page .hero-subtitle{color:var(--secondary);font-family:Poppins,sans-serif;font-size:17px;font-weight:300;line-height:1.7;margin:0 0 28px}.grand-bouquets-page.rtl .hero-subtitle{font-family:Tajawal,sans-serif}.grand-bouquets-page .hero-stats{align-items:center;background:#fff;border-radius:18px;box-shadow:0 10px 40px #d8b4dc33;display:flex;gap:35px;justify-content:center;margin:0 auto;max-width:500px;padding:20px 40px}.grand-bouquets-page .stat{text-align:center}.grand-bouquets-page .stat-number{color:var(--secondary-light);display:block;font-family:Cormorant Garamond,serif;font-size:30px;font-weight:700;line-height:1}.grand-bouquets-page.rtl .stat-number{font-family:Amiri,serif}.grand-bouquets-page .stat-label{color:var(--secondary);font-family:Poppins,sans-serif;font-size:11px;letter-spacing:1px;text-transform:uppercase}.grand-bouquets-page.rtl .stat-label{font-family:Tajawal,sans-serif;letter-spacing:0;text-transform:none}.grand-bouquets-page .stat-divider{background:linear-gradient(180deg,#0000,var(--secondary-light),#0000);height:40px;width:1px}.grand-bouquets-page .products-section{padding:25px 0 60px}.grand-bouquets-page .products-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(4,1fr)}.grand-bouquets-page .product-card{animation:cardReveal .6s ease-out forwards;background:#fff;border-radius:20px;box-shadow:0 8px 32px #b48eb51a;color:inherit;cursor:pointer;display:block;opacity:0;overflow:hidden;position:relative;text-decoration:none;transition:all .45s cubic-bezier(.4,0,.2,1)}@keyframes cardReveal{0%{opacity:0;transform:translateY(30px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.grand-bouquets-page .product-card:hover{box-shadow:0 25px 60px #c48bc440;transform:translateY(-12px)}.grand-bouquets-page .product-badge{border-radius:20px;font-family:Poppins,sans-serif;font-size:11px;font-weight:600;left:16px;letter-spacing:.5px;padding:7px 16px;position:absolute;text-transform:uppercase;top:16px;z-index:10}.grand-bouquets-page.rtl .product-badge{font-family:Tajawal,sans-serif;left:auto;right:16px;text-transform:none}.grand-bouquets-page .badge-premium{background:linear-gradient(135deg,var(--primary-lighter) 0,var(--primary-light) 100%);box-shadow:0 4px 15px #f48fb166;color:var(--primary-darker)}.grand-bouquets-page .badge-luxury{background:linear-gradient(135deg,var(--secondary-light) 0,#ce93d8 100%);box-shadow:0 4px 15px #ce93d866;color:#6a1b9a}.grand-bouquets-page .badge-special{background:linear-gradient(135deg,#b3e5fc,#81d4fa);box-shadow:0 4px 15px #81d4fa66;color:#01579b}.grand-bouquets-page .product-image-wrapper{background:linear-gradient(180deg,#fdf6f8,#fef5f9);height:320px;overflow:hidden;position:relative}.grand-bouquets-page .product-image{height:100%;object-fit:cover;padding:20px;transition:transform .6s cubic-bezier(.4,0,.2,1);width:100%}.grand-bouquets-page .product-card:hover .product-image{transform:scale(1.1)}.grand-bouquets-page .product-overlay{background:linear-gradient(180deg,#0000,#8b5a8be6);bottom:0;display:flex;justify-content:center;left:0;opacity:0;padding:20px;position:absolute;right:0;transform:translateY(15px);transition:all .35s ease}.grand-bouquets-page .product-card:hover .product-overlay{opacity:1;transform:translateY(0)}.grand-bouquets-page .quick-add-btn{align-items:center;background:#fff;border:none;border-radius:50px;color:#8b5a8b;cursor:pointer;display:flex;font-family:Poppins,sans-serif;font-size:13px;font-weight:600;gap:8px;padding:12px 26px;transition:all .3s ease}.grand-bouquets-page.rtl .quick-add-btn{flex-direction:row-reverse;font-family:Tajawal,sans-serif}.grand-bouquets-page .quick-add-btn:hover{background:linear-gradient(135deg,var(--primary-lighter) 0,var(--secondary-light) 100%);color:#6a1b6a;transform:scale(1.05)}.grand-bouquets-page .product-details{padding:22px}.grand-bouquets-page .product-name{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#8b5a8b;display:-webkit-box;font-family:Cormorant Garamond,serif;font-size:24px;font-weight:600;line-height:1.3;margin:0 0 8px;overflow:hidden}.grand-bouquets-page.rtl .product-name{font-family:Amiri,serif}.grand-bouquets-page .product-desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:var(--secondary);display:-webkit-box;font-family:Poppins,sans-serif;font-size:13px;line-height:1.5;margin:0 0 16px;overflow:hidden}.grand-bouquets-page.rtl .product-desc{font-family:Tajawal,sans-serif}.grand-bouquets-page .product-footer{align-items:center;display:flex;justify-content:space-between}.grand-bouquets-page .price-wrapper{display:flex;flex-direction:column;gap:3px}.grand-bouquets-page .original-price{color:#d4b8d4;font-family:Poppins,sans-serif;font-size:13px;text-decoration:line-through}.grand-bouquets-page.rtl .original-price{font-family:Tajawal,sans-serif}.grand-bouquets-page .sale-price{color:var(--secondary-light);font-family:Poppins,sans-serif;font-size:22px;font-weight:700}.grand-bouquets-page.rtl .sale-price{font-family:Tajawal,sans-serif}.grand-bouquets-page .cart-icon-btn{align-items:center;background:#0000;border:2px solid var(--secondary-light);border-radius:50%;color:var(--secondary-light);display:flex;flex-shrink:0;height:48px;justify-content:center;transition:all .3s ease;width:48px}.grand-bouquets-page .product-card:hover .cart-icon-btn{background:linear-gradient(135deg,var(--primary-lighter) 0,var(--secondary-light) 100%);border-color:#0000;color:#6a1b6a;transform:rotate(90deg)}.grand-bouquets-page .info-banner{padding:0 0 40px}.grand-bouquets-page .banner-content{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#f8bbd926,#e1bee726);border:1px solid #e1bee74d;border-radius:20px;display:flex;gap:24px;padding:30px 38px}.grand-bouquets-page.rtl .banner-content{flex-direction:row-reverse;text-align:right}.grand-bouquets-page .banner-icon{align-items:center;background:linear-gradient(135deg,var(--primary-lighter) 0,var(--secondary-light) 100%);border-radius:50%;box-shadow:0 10px 30px #d8b4dc66;display:flex;flex-shrink:0;font-size:32px;height:72px;justify-content:center;width:72px}.grand-bouquets-page .banner-text h3{color:#8b5a8b;font-family:Cormorant Garamond,serif;font-size:24px;font-weight:600;margin:0 0 8px}.grand-bouquets-page.rtl .banner-text h3{font-family:Amiri,serif}.grand-bouquets-page .banner-text p{color:var(--secondary);font-family:Poppins,sans-serif;font-size:14px;line-height:1.6;margin:0}.grand-bouquets-page.rtl .banner-text p{font-family:Tajawal,sans-serif}@media (max-width:1200px){.grand-bouquets-page .hero-title{font-size:48px}.grand-bouquets-page .products-grid{gap:24px;grid-template-columns:repeat(3,1fr)}.grand-bouquets-page .product-image-wrapper{height:290px}}@media (max-width:992px){.grand-bouquets-page .products-grid{gap:20px;grid-template-columns:repeat(3,1fr)}.grand-bouquets-page .product-image-wrapper{height:340px}.grand-bouquets-page .product-details{padding:18px}.grand-bouquets-page .product-name,.grand-bouquets-page .sale-price{font-size:20px}.grand-bouquets-page .banner-content{padding:26px}.grand-bouquets-page .banner-content,.grand-bouquets-page.rtl .banner-content{flex-direction:column;text-align:center}}@media (max-width:768px){.grand-bouquets-page{padding-bottom:60px}.floating-rose{font-size:32px;opacity:.18}.fr-1{font-size:32px}.fr-2{font-size:40px}.fr-3{font-size:28px}.grand-bouquets-page .container{padding:0 16px}.grand-bouquets-page .breadcrumb-nav{padding:12px 0}.grand-bouquets-page .breadcrumb{font-size:12px;gap:6px}.grand-bouquets-page .page-hero{padding:30px 0 25px}.grand-bouquets-page .hero-badge{font-size:12px;gap:8px;margin-bottom:16px;padding:8px 18px}.grand-bouquets-page .hero-title{font-size:36px;margin-bottom:10px}.grand-bouquets-page.rtl .hero-title{font-size:32px}.grand-bouquets-page .hero-subtitle{font-size:14px;margin-bottom:20px}.grand-bouquets-page .hero-stats{gap:22px;max-width:420px;padding:16px 26px}.grand-bouquets-page .stat-number{font-size:25px}.grand-bouquets-page .stat-label{font-size:10px}.grand-bouquets-page .stat-divider{height:32px}.grand-bouquets-page .products-section{padding:20px 0 40px}.grand-bouquets-page .products-grid{gap:16px;grid-template-columns:repeat(2,1fr)}.grand-bouquets-page .product-card{border-radius:18px}.grand-bouquets-page .product-card:hover{transform:none}.grand-bouquets-page .product-badge{border-radius:14px;font-size:9px;left:12px;padding:5px 12px;top:12px}.grand-bouquets-page.rtl .product-badge{left:auto;right:12px}.grand-bouquets-page .product-image-wrapper{height:220px}.grand-bouquets-page .product-image{padding:14px}.grand-bouquets-page .product-overlay{display:none}.grand-bouquets-page .product-details{padding:16px}.grand-bouquets-page .product-name{font-size:17px;margin-bottom:5px}.grand-bouquets-page .product-desc{-webkit-line-clamp:1;font-size:11px;margin-bottom:12px}.grand-bouquets-page .original-price{font-size:11px}.grand-bouquets-page .sale-price{font-size:17px}.grand-bouquets-page .cart-icon-btn{height:40px;width:40px}.grand-bouquets-page .cart-icon-btn svg{height:14px;width:14px}.grand-bouquets-page .info-banner{padding:0 0 30px}.grand-bouquets-page .banner-content{border-radius:18px;flex-direction:column;gap:16px;padding:22px 18px;text-align:center}.grand-bouquets-page .banner-icon{font-size:28px;height:62px;width:62px}.grand-bouquets-page .banner-text h3{font-size:20px}.grand-bouquets-page .banner-text p{font-size:12px}}@media (max-width:480px){.grand-bouquets-page{padding-bottom:50px}.fr-3{display:none}.glow-2{opacity:.3}.grand-bouquets-page .container{padding:0 12px}.grand-bouquets-page .breadcrumb-nav{padding:10px 0}.grand-bouquets-page .breadcrumb{font-size:11px;gap:4px}.grand-bouquets-page .breadcrumb .separator svg{height:12px;width:12px}.grand-bouquets-page .page-hero{padding:20px 0}.grand-bouquets-page .hero-badge{font-size:11px;gap:6px;margin-bottom:14px;padding:7px 14px}.grand-bouquets-page .hero-title{font-size:30px}.grand-bouquets-page.rtl .hero-title{font-size:28px}.grand-bouquets-page .hero-subtitle{font-size:13px;margin-bottom:16px}.grand-bouquets-page .hero-stats{border-radius:14px;gap:16px;max-width:100%;padding:14px 20px}.grand-bouquets-page .stat-number{font-size:22px}.grand-bouquets-page .stat-label{font-size:9px}.grand-bouquets-page .stat-divider{height:28px}.grand-bouquets-page .products-section{padding:16px 0 30px}.grand-bouquets-page .products-grid{gap:14px}.grand-bouquets-page .product-card{border-radius:14px}.grand-bouquets-page .product-badge{border-radius:12px;font-size:8px;left:10px;padding:4px 10px;top:10px}.grand-bouquets-page.rtl .product-badge{left:auto;right:10px}.grand-bouquets-page .product-image-wrapper{height:240px}.grand-bouquets-page .product-details,.grand-bouquets-page .product-image{padding:0}.grand-bouquets-page .product-name{font-size:14px;margin-bottom:4px}.grand-bouquets-page .product-desc{display:none}.grand-bouquets-page .original-price{font-size:10px}.grand-bouquets-page .sale-price{font-size:15px}.grand-bouquets-page .cart-icon-btn{height:34px;width:34px}.grand-bouquets-page .cart-icon-btn svg{height:12px;width:12px}.grand-bouquets-page .info-banner{padding:0 0 20px}.grand-bouquets-page .banner-content{border-radius:14px;gap:12px;padding:18px 14px}.grand-bouquets-page .banner-icon{font-size:24px;height:52px;width:52px}.grand-bouquets-page .banner-text h3{font-size:17px}.grand-bouquets-page .banner-text p{font-size:11px}}@media (max-width:360px){.grand-bouquets-page .container{padding:0 10px}.grand-bouquets-page .hero-badge{font-size:10px;padding:6px 12px}.grand-bouquets-page .hero-title{font-size:26px}.grand-bouquets-page.rtl .hero-title{font-size:24px}.grand-bouquets-page .hero-subtitle{font-size:12px}.grand-bouquets-page .hero-stats{gap:12px;padding:12px 16px}.grand-bouquets-page .stat-number{font-size:20px}.grand-bouquets-page .stat-label{font-size:8px}.grand-bouquets-page .stat-divider{height:24px}.grand-bouquets-page .products-grid{gap:12px}.grand-bouquets-page .product-image-wrapper{height:160px}.grand-bouquets-page .product-details{padding:0}.grand-bouquets-page .product-name{font-size:12px}.grand-bouquets-page .original-price{font-size:9px}.grand-bouquets-page .sale-price{font-size:13px}.grand-bouquets-page .product-badge{font-size:7px;padding:3px 8px}.grand-bouquets-page .cart-icon-btn{height:30px;width:30px}.grand-bouquets-page .cart-icon-btn svg{height:10px;width:10px}.grand-bouquets-page .banner-content{padding:14px 12px}.grand-bouquets-page .banner-icon{font-size:20px;height:46px;width:46px}.grand-bouquets-page .banner-text h3{font-size:14px}.grand-bouquets-page .banner-text p{font-size:10px}}.grand-bouquets-page .cart-icon-btn:focus-visible,.grand-bouquets-page .product-card:focus-visible,.grand-bouquets-page .quick-add-btn:focus-visible{outline:2px solid var(--secondary-light);outline-offset:2px}@media print{.grand-bg{display:none}.grand-bouquets-page .product-card{border:1px solid var(--border-medium);box-shadow:none;break-inside:avoid;page-break-inside:avoid}.grand-bouquets-page .info-banner{display:none}}.valentine-page{background:#fff;min-height:100vh}.valentine-page.rtl{direction:rtl}.valentine-page .container{margin:0 auto;max-width:1400px;padding:0 24px;width:100%}.valentine-page .hero-banner{background:linear-gradient(135deg,#fff1f2,#ffe4e6 50%,#fff1f2);border-bottom:2px solid #fecdd3;overflow:hidden;padding:50px 0;position:relative}.valentine-page .hero-bg-decoration{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.valentine-page .floating-heart{animation:floatHeart 15s ease-in-out infinite;font-size:40px;opacity:.15;position:absolute}.valentine-page .float-1{left:5%;top:10%}.valentine-page .float-2{animation-delay:-5s;font-size:35px;right:8%;top:60%}.valentine-page .float-3{animation-delay:-10s;bottom:15%;font-size:30px;left:15%}@keyframes floatHeart{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(10deg)}}.valentine-page .hero-content{margin:0 auto;max-width:800px;position:relative;text-align:center;z-index:2}.valentine-page .hero-badge{align-items:center;background:linear-gradient(135deg,#e11d48,#be123c);border-radius:50px;box-shadow:0 8px 25px #e11d4859;color:#fff;display:inline-flex;font-family:Poppins,sans-serif;font-size:13px;font-weight:600;gap:10px;margin-bottom:18px;padding:10px 22px}.valentine-page .hero-title{color:#be123c;font-family:Cormorant Garamond,serif;font-size:48px;font-weight:600;line-height:1.1;margin:0 0 14px}.valentine-page.rtl .hero-title{font-family:Amiri,serif;font-size:42px}.valentine-page .hero-subtitle{color:#e11d48;font-family:Poppins,sans-serif;font-size:15px;line-height:1.7;margin:0 auto;max-width:600px}.valentine-page .main-content{padding:40px 0 80px}.valentine-page .content-layout{grid-gap:50px;align-items:start;display:grid;gap:50px;grid-template-columns:280px 1fr}.valentine-page .filters-sidebar{position:-webkit-sticky;position:sticky;top:20px}.valentine-page .filters-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px}.valentine-page .filters-title{color:#2d2d2d;font-family:Poppins,sans-serif;font-size:18px;font-weight:600;margin:0}.valentine-page .clear-filters{background:none;border:none;color:#e11d48;cursor:pointer;font-family:Poppins,sans-serif;font-size:13px;text-decoration:underline}.valentine-page .filter-section{border-bottom:1px solid #f0eded;margin-bottom:20px;padding-bottom:20px}.valentine-page .filter-header{align-items:center;background:none;border:none;color:#2d2d2d;cursor:pointer;display:flex;font-family:Poppins,sans-serif;font-size:13px;font-weight:600;justify-content:space-between;letter-spacing:.5px;padding:0;text-transform:uppercase;width:100%}.valentine-page .filter-header svg{color:#999;transition:transform .3s ease}.valentine-page .filter-header.open svg{transform:rotate(180deg)}.valentine-page .filter-content{margin-top:18px}.valentine-page .price-inputs{align-items:center;display:flex;gap:12px}.valentine-page .price-input-group{align-items:center;border:1px solid #e5e5e5;border-radius:8px;display:flex;flex:1 1;overflow:hidden}.valentine-page .price-input-group .currency-label{background:#fafafa;border-right:1px solid #e5e5e5;color:#999;font-family:Poppins,sans-serif;font-size:13px;padding:10px 12px}.valentine-page .price-input-group input{border:none;color:#2d2d2d;font-family:Poppins,sans-serif;font-size:14px;outline:none;padding:10px 12px;width:100%}.valentine-page .price-separator{color:#999;font-family:Poppins,sans-serif;font-size:13px}.valentine-page .price-hint{color:#999;font-family:Poppins,sans-serif;font-size:12px;margin:14px 0 0}.valentine-page .checkbox-label{align-items:center;cursor:pointer;display:flex;gap:12px;padding:10px 0}.valentine-page .checkbox-label:hover{color:#e11d48}.valentine-page .checkbox-label input[type=checkbox]{display:none}.valentine-page .checkbox-label .checkmark{align-items:center;border:2px solid #ddd;border-radius:4px;display:flex;flex-shrink:0;height:18px;justify-content:center;transition:all .2s ease;width:18px}.valentine-page .checkbox-label input:checked+.checkmark{background:#e11d48;border-color:#e11d48}.valentine-page .checkbox-label input:checked+.checkmark:after{border:solid #fff;border-width:0 2px 2px 0;content:"";height:9px;margin-bottom:2px;transform:rotate(45deg);width:5px}.valentine-page .checkbox-label .label-text{color:#4a4a4a;font-family:Poppins,sans-serif;font-size:14px}.valentine-page .products-main{min-height:500px}.valentine-page .products-toolbar{align-items:center;border-bottom:1px solid #f0eded;display:flex;justify-content:space-between;margin-bottom:30px;padding-bottom:20px}.valentine-page .items-count{color:#666;font-family:Poppins,sans-serif;font-size:14px;font-weight:500}.valentine-page .toolbar-right{align-items:center;display:flex;gap:20px}.valentine-page .sort-dropdown{align-items:center;display:flex;gap:10px}.valentine-page .sort-dropdown label{color:#666;font-family:Poppins,sans-serif;font-size:14px}.valentine-page .sort-dropdown select{-webkit-appearance:none;appearance:none;background:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;border:1px solid #e5e5e5;border-radius:6px;color:#2d2d2d;cursor:pointer;font-family:Poppins,sans-serif;font-size:14px;outline:none;padding:8px 32px 8px 14px}.valentine-page .sort-dropdown select:focus{border-color:#e11d48}.valentine-page .view-toggle{align-items:center;background:#f5f5f5;border-radius:8px;display:flex;gap:4px;padding:4px}.valentine-page .view-btn{align-items:center;background:#0000;border:none;border-radius:6px;color:#999;cursor:pointer;display:flex;height:36px;justify-content:center;transition:all .2s ease;width:36px}.valentine-page .view-btn.active{background:#fff;box-shadow:0 1px 3px #0000001a;color:#e11d48}.valentine-page .products-grid{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(3,1fr)}.valentine-page .products-grid.list{gap:16px;grid-template-columns:1fr}.valentine-page .product-card{animation:cardFadeIn .5s ease forwards;background:#fff;border:1px solid #fff1f2;border-radius:16px;box-shadow:0 2px 10px #0000000a;color:inherit;display:flex;flex-direction:column;opacity:0;overflow:hidden;position:relative;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1)}.valentine-page .product-card:hover{border-color:#fecdd3;box-shadow:0 15px 40px #e11d481f;transform:translateY(-8px)}.valentine-page .products-grid.list .product-card{flex-direction:row}.valentine-page .products-grid.list .product-image-wrapper{flex-shrink:0;height:300px;width:300px}.valentine-page .products-grid.list .product-details{display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:24px}.valentine-page .discount-badge{background:linear-gradient(135deg,#e11d48,#be123c);border-radius:50px;box-shadow:0 4px 15px #e11d4866;color:#fff;font-family:Poppins,sans-serif;font-size:12px;font-weight:700;left:14px;padding:8px 14px;position:absolute;top:14px;z-index:10}.valentine-page.rtl .discount-badge{left:auto;right:14px}.valentine-page .product-image-wrapper{background:linear-gradient(180deg,#fff1f2,#fff1f2);height:300px;overflow:hidden;position:relative;width:100%}.valentine-page .product-image{height:100%;object-fit:cover;padding:20px;transition:transform .6s cubic-bezier(.4,0,.2,1);width:100%}.valentine-page .product-card:hover .product-image{transform:scale(1.08)}.valentine-page .product-details{background:#fff;display:flex;flex:1 1;flex-direction:column;padding:18px 16px 16px}.valentine-page .product-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#2d2d2d;display:-webkit-box;font-family:Cormorant Garamond,serif;font-size:18px;font-weight:600;line-height:1.3;margin:0 0 8px;overflow:hidden;transition:color .3s ease}.valentine-page .product-card:hover .product-name{color:#e11d48}.valentine-page .product-desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#888;display:-webkit-box;font-family:Poppins,sans-serif;font-size:13px;line-height:1.5;margin:0 0 12px;min-height:40px;overflow:hidden}.valentine-page .product-footer{align-items:center;display:flex;justify-content:space-between;margin-top:auto}.valentine-page .price-wrapper{display:flex;flex-direction:column;gap:2px}.valentine-page .original-price{color:#bbb;font-family:Poppins,sans-serif;font-size:12px;text-decoration:line-through}.valentine-page .sale-price{color:#e11d48;font-family:Poppins,sans-serif;font-size:18px;font-weight:700}.valentine-page .add-btn{align-items:center;background:#fff1f2;border:none;border-radius:50%;color:#e11d48;cursor:pointer;display:flex;flex-shrink:0;height:42px;justify-content:center;transition:all .3s ease;width:42px}.valentine-page .add-btn:hover{background:linear-gradient(135deg,#e11d48,#be123c);color:#fff;transform:scale(1.08)}.valentine-page .add-btn.adding{background:#27ae60;color:#fff}.valentine-page .empty-state,.valentine-page .error-state,.valentine-page .loading-state{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:80px 20px;text-align:center}.valentine-page .spinner{animation:spin 1s linear infinite;border:3px solid #ffe4e6;border-radius:50%;border-top-color:#e11d48;height:40px;margin-bottom:16px;width:40px}.valentine-page .empty-state p,.valentine-page .error-state p,.valentine-page .loading-state p{color:#666;font-family:Poppins,sans-serif;font-size:15px;margin:0}.valentine-page .empty-icon{font-size:50px;margin-bottom:16px}@media (max-width:1200px){.valentine-page .content-layout{gap:40px;grid-template-columns:250px 1fr}.valentine-page .products-grid{gap:24px;grid-template-columns:repeat(3,1fr)}.valentine-page .product-image-wrapper{height:280px}.valentine-page .hero-title{font-size:42px}}@media (max-width:992px){.valentine-page .hero-banner{padding:40px 0}.valentine-page .hero-title{font-size:38px}.valentine-page .content-layout{gap:30px;grid-template-columns:220px 1fr}.valentine-page .products-grid{gap:20px;grid-template-columns:repeat(2,1fr)}.valentine-page .product-image-wrapper{height:260px}}@media (max-width:768px){.valentine-page .hero-banner{padding:35px 0}.valentine-page .hero-title{font-size:32px}.valentine-page .hero-subtitle{font-size:14px}.valentine-page .floating-heart{display:none}.valentine-page .main-content{padding:30px 0 60px}.valentine-page .content-layout{gap:24px;grid-template-columns:1fr}.valentine-page .filters-sidebar{background:#fff5f5;border-radius:12px;padding:20px;position:relative;top:0}.valentine-page .products-toolbar{flex-wrap:wrap;gap:16px}.valentine-page .toolbar-right{justify-content:space-between;width:100%}.valentine-page .products-grid{gap:16px;grid-template-columns:repeat(2,1fr)}.valentine-page .product-image-wrapper{height:240px}.valentine-page .product-image{padding:0}.valentine-page .product-details{padding:14px}.valentine-page .product-name{font-size:15px;margin-bottom:4px}.valentine-page .product-desc{-webkit-line-clamp:2;font-size:11px;margin-bottom:10px}.valentine-page .sale-price{font-size:16px}.valentine-page .add-btn{height:38px;width:38px}.valentine-page .discount-badge{font-size:10px;padding:6px 12px}.valentine-page .products-grid.list .product-card{flex-direction:column}.valentine-page .products-grid.list .product-image-wrapper{height:240px;width:100%}}@media (max-width:576px){.valentine-page .container{padding:0 16px}.valentine-page .hero-title{font-size:26px}.valentine-page .products-grid{gap:14px}.valentine-page .product-image-wrapper{height:200px}.valentine-page .product-details,.valentine-page .product-image{padding:0}.valentine-page .product-name{font-size:13px;margin-bottom:3px}.valentine-page .product-desc{-webkit-line-clamp:1;font-size:10px;margin-bottom:8px}.valentine-page .sale-price{font-size:14px}.valentine-page .add-btn{height:34px;width:34px}.valentine-page .discount-badge{font-size:9px;left:10px;padding:5px 10px;top:10px}}@media (max-width:400px){.valentine-page .hero-title{font-size:22px}.valentine-page .product-image-wrapper{height:130px}.valentine-page .product-details{padding:0}.valentine-page .product-name{font-size:12px}.valentine-page .product-desc{font-size:9px;margin-bottom:6px}.valentine-page .sale-price{font-size:13px}}@media (prefers-reduced-motion:reduce){.valentine-page .add-btn,.valentine-page .floating-heart,.valentine-page .product-card,.valentine-page .product-image{animation:none!important;transition:none!important}}.valentine-page .add-btn:focus-visible,.valentine-page .product-card:focus-visible{outline:2px solid #e11d48;outline-offset:2px}.mothers-page{background:#fff;min-height:100vh}.mothers-page.rtl{direction:rtl}.mothers-page .container{margin:0 auto;max-width:1400px;padding:0 24px;width:100%}.mothers-page .hero-banner{background:linear-gradient(135deg,#fdf2f8,#fce7f3 50%,#fdf2f8);border-bottom:2px solid #fbcfe8;overflow:hidden;padding:50px 0;position:relative}.mothers-page .hero-bg-decoration{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.mothers-page .floating-icon{animation:floatMother 15s ease-in-out infinite;font-size:40px;opacity:.15;position:absolute}.mothers-page .float-1{left:5%;top:10%}.mothers-page .float-2{animation-delay:-5s;font-size:35px;right:8%;top:60%}.mothers-page .float-3{animation-delay:-10s;bottom:15%;font-size:30px;left:15%}@keyframes floatMother{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(10deg)}}.mothers-page .hero-content{margin:0 auto;max-width:800px;position:relative;text-align:center;z-index:2}.mothers-page .hero-badge{align-items:center;background:linear-gradient(135deg,#ec4899,#db2777);border-radius:50px;box-shadow:0 8px 25px #ec489959;color:#fff;display:inline-flex;font-family:Poppins,sans-serif;font-size:13px;font-weight:600;gap:10px;margin-bottom:18px;padding:10px 22px}.mothers-page .hero-title{color:#db2777;font-family:Cormorant Garamond,serif;font-size:48px;font-weight:600;line-height:1.1;margin:0 0 14px}.mothers-page.rtl .hero-title{font-family:Amiri,serif;font-size:42px}.mothers-page .hero-subtitle{color:#ec4899;font-family:Poppins,sans-serif;font-size:15px;line-height:1.7;margin:0 auto;max-width:600px}.mothers-page .main-content{padding:40px 0 80px}.mothers-page .content-layout{grid-gap:50px;align-items:start;display:grid;gap:50px;grid-template-columns:280px 1fr}.mothers-page .filters-sidebar{position:-webkit-sticky;position:sticky;top:20px}.mothers-page .filters-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px}.mothers-page .filters-title{color:#2d2d2d;font-family:Poppins,sans-serif;font-size:18px;font-weight:600;margin:0}.mothers-page .clear-filters{background:none;border:none;color:#ec4899;cursor:pointer;font-family:Poppins,sans-serif;font-size:13px;text-decoration:underline}.mothers-page .filter-section{border-bottom:1px solid #f0eded;margin-bottom:20px;padding-bottom:20px}.mothers-page .filter-header{align-items:center;background:none;border:none;color:#2d2d2d;cursor:pointer;display:flex;font-family:Poppins,sans-serif;font-size:13px;font-weight:600;justify-content:space-between;letter-spacing:.5px;padding:0;text-transform:uppercase;width:100%}.mothers-page .filter-header svg{color:#999;transition:transform .3s ease}.mothers-page .filter-header.open svg{transform:rotate(180deg)}.mothers-page .filter-content{margin-top:18px}.mothers-page .price-inputs{align-items:center;display:flex;gap:12px}.mothers-page .price-input-group{align-items:center;border:1px solid #e5e5e5;border-radius:8px;display:flex;flex:1 1;overflow:hidden}.mothers-page .price-input-group .currency-label{background:#fafafa;border-right:1px solid #e5e5e5;color:#999;font-family:Poppins,sans-serif;font-size:13px;padding:10px 12px}.mothers-page .price-input-group input{border:none;color:#2d2d2d;font-family:Poppins,sans-serif;font-size:14px;outline:none;padding:10px 12px;width:100%}.mothers-page .price-separator{color:#999;font-family:Poppins,sans-serif;font-size:13px}.mothers-page .price-hint{color:#999;font-family:Poppins,sans-serif;font-size:12px;margin:14px 0 0}.mothers-page .checkbox-label{align-items:center;cursor:pointer;display:flex;gap:12px;padding:10px 0}.mothers-page .checkbox-label:hover{color:#ec4899}.mothers-page .checkbox-label input[type=checkbox]{display:none}.mothers-page .checkbox-label .checkmark{align-items:center;border:2px solid #ddd;border-radius:4px;display:flex;flex-shrink:0;height:18px;justify-content:center;transition:all .2s ease;width:18px}.mothers-page .checkbox-label input:checked+.checkmark{background:#ec4899;border-color:#ec4899}.mothers-page .checkbox-label input:checked+.checkmark:after{border:solid #fff;border-width:0 2px 2px 0;content:"";height:9px;margin-bottom:2px;transform:rotate(45deg);width:5px}.mothers-page .checkbox-label .label-text{color:#4a4a4a;font-family:Poppins,sans-serif;font-size:14px}.mothers-page .products-main{min-height:500px}.mothers-page .products-toolbar{align-items:center;border-bottom:1px solid #f0eded;display:flex;justify-content:space-between;margin-bottom:30px;padding-bottom:20px}.mothers-page .items-count{color:#666;font-family:Poppins,sans-serif;font-size:14px;font-weight:500}.mothers-page .toolbar-right{align-items:center;display:flex;gap:20px}.mothers-page .sort-dropdown{align-items:center;display:flex;gap:10px}.mothers-page .sort-dropdown label{color:#666;font-family:Poppins,sans-serif;font-size:14px}.mothers-page .sort-dropdown select{-webkit-appearance:none;appearance:none;background:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;border:1px solid #e5e5e5;border-radius:6px;color:#2d2d2d;cursor:pointer;font-family:Poppins,sans-serif;font-size:14px;outline:none;padding:8px 32px 8px 14px}.mothers-page .sort-dropdown select:focus{border-color:#ec4899}.mothers-page .view-toggle{align-items:center;background:#f5f5f5;border-radius:8px;display:flex;gap:4px;padding:4px}.mothers-page .view-btn{align-items:center;background:#0000;border:none;border-radius:6px;color:#999;cursor:pointer;display:flex;height:36px;justify-content:center;transition:all .2s ease;width:36px}.mothers-page .view-btn.active{background:#fff;box-shadow:0 1px 3px #0000001a;color:#ec4899}.mothers-page .products-grid{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(3,1fr)}.mothers-page .products-grid.list{gap:16px;grid-template-columns:1fr}.mothers-page .product-card{animation:cardFadeIn .5s ease forwards;background:#fff;border:1px solid #fdf2f8;border-radius:16px;box-shadow:0 2px 10px #0000000a;color:inherit;display:flex;flex-direction:column;opacity:0;overflow:hidden;position:relative;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1)}.mothers-page .product-card:hover{border-color:#fbcfe8;box-shadow:0 15px 40px #ec48991f;transform:translateY(-8px)}.mothers-page .products-grid.list .product-card{flex-direction:row}.mothers-page .products-grid.list .product-image-wrapper{flex-shrink:0;height:300px;width:300px}.mothers-page .products-grid.list .product-details{display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:24px}.mothers-page .discount-badge{background:linear-gradient(135deg,#ec4899,#db2777);border-radius:50px;box-shadow:0 4px 15px #ec489966;color:#fff;font-family:Poppins,sans-serif;font-size:12px;font-weight:700;left:14px;padding:8px 14px;position:absolute;top:14px;z-index:10}.mothers-page.rtl .discount-badge{left:auto;right:14px}.mothers-page .product-image-wrapper{background:linear-gradient(180deg,#fdf2f8,#fdf2f8);height:300px;overflow:hidden;position:relative;width:100%}.mothers-page .product-image{height:100%;object-fit:cover;padding:20px;transition:transform .6s cubic-bezier(.4,0,.2,1);width:100%}.mothers-page .product-card:hover .product-image{transform:scale(1.08)}.mothers-page .product-details{background:#fff;display:flex;flex:1 1;flex-direction:column;padding:18px 16px 16px}.mothers-page .product-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#2d2d2d;display:-webkit-box;font-family:Cormorant Garamond,serif;font-size:18px;font-weight:600;line-height:1.3;margin:0 0 8px;overflow:hidden;transition:color .3s ease}.mothers-page .product-card:hover .product-name{color:#ec4899}.mothers-page .product-desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#888;display:-webkit-box;font-family:Poppins,sans-serif;font-size:13px;line-height:1.5;margin:0 0 12px;min-height:40px;overflow:hidden}.mothers-page .product-footer{align-items:center;display:flex;justify-content:space-between;margin-top:auto}.mothers-page .price-wrapper{display:flex;flex-direction:column;gap:2px}.mothers-page .original-price{color:#bbb;font-family:Poppins,sans-serif;font-size:12px;text-decoration:line-through}.mothers-page .sale-price{color:#ec4899;font-family:Poppins,sans-serif;font-size:18px;font-weight:700}.mothers-page .add-btn{align-items:center;background:#fdf2f8;border:none;border-radius:50%;color:#ec4899;cursor:pointer;display:flex;flex-shrink:0;height:42px;justify-content:center;transition:all .3s ease;width:42px}.mothers-page .add-btn:hover{background:linear-gradient(135deg,#ec4899,#db2777);color:#fff;transform:scale(1.08)}.mothers-page .add-btn.adding{background:#27ae60;color:#fff}.mothers-page .empty-state,.mothers-page .error-state,.mothers-page .loading-state{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:80px 20px;text-align:center}.mothers-page .spinner{animation:spin 1s linear infinite;border:3px solid #fce7f3;border-radius:50%;border-top-color:#ec4899;height:40px;margin-bottom:16px;width:40px}.mothers-page .empty-state p,.mothers-page .error-state p,.mothers-page .loading-state p{color:#666;font-family:Poppins,sans-serif;font-size:15px;margin:0}.mothers-page .empty-icon{font-size:50px;margin-bottom:16px}@media (max-width:1200px){.mothers-page .content-layout{gap:40px;grid-template-columns:250px 1fr}.mothers-page .products-grid{gap:24px;grid-template-columns:repeat(3,1fr)}.mothers-page .product-image-wrapper{height:280px}.mothers-page .hero-title{font-size:42px}}@media (max-width:992px){.mothers-page .hero-banner{padding:40px 0}.mothers-page .hero-title{font-size:38px}.mothers-page .content-layout{gap:30px;grid-template-columns:220px 1fr}.mothers-page .products-grid{gap:20px;grid-template-columns:repeat(2,1fr)}.mothers-page .product-image-wrapper{height:260px}}@media (max-width:768px){.mothers-page .hero-banner{padding:35px 0}.mothers-page .hero-title{font-size:32px}.mothers-page .hero-subtitle{font-size:14px}.mothers-page .floating-icon{display:none}.mothers-page .main-content{padding:30px 0 60px}.mothers-page .content-layout{gap:24px;grid-template-columns:1fr}.mothers-page .filters-sidebar{background:#fef7fb;border-radius:12px;padding:20px;position:relative;top:0}.mothers-page .products-toolbar{flex-wrap:wrap;gap:16px}.mothers-page .toolbar-right{justify-content:space-between;width:100%}.mothers-page .products-grid{gap:16px;grid-template-columns:repeat(2,1fr)}.mothers-page .product-image-wrapper{height:240px}.mothers-page .product-image{padding:0}.mothers-page .product-details{padding:14px}.mothers-page .product-name{font-size:15px;margin-bottom:4px}.mothers-page .product-desc{-webkit-line-clamp:2;font-size:11px;margin-bottom:10px}.mothers-page .sale-price{font-size:16px}.mothers-page .add-btn{height:38px;width:38px}.mothers-page .discount-badge{font-size:10px;padding:6px 12px}.mothers-page .products-grid.list .product-card{flex-direction:column}.mothers-page .products-grid.list .product-image-wrapper{height:240px;width:100%}}@media (max-width:576px){.mothers-page .container{padding:0 16px}.mothers-page .hero-title{font-size:26px}.mothers-page .products-grid{gap:14px}.mothers-page .product-image-wrapper{height:200px}.mothers-page .product-details,.mothers-page .product-image{padding:0}.mothers-page .product-name{font-size:13px;margin-bottom:3px}.mothers-page .product-desc{-webkit-line-clamp:1;font-size:10px;margin-bottom:8px}.mothers-page .sale-price{font-size:14px}.mothers-page .add-btn{height:34px;width:34px}.mothers-page .discount-badge{font-size:9px;left:10px;padding:5px 10px;top:10px}}@media (max-width:400px){.mothers-page .hero-title{font-size:22px}.mothers-page .product-image-wrapper{height:130px}.mothers-page .product-details{padding:0}.mothers-page .product-name{font-size:12px}.mothers-page .product-desc{font-size:9px;margin-bottom:6px}.mothers-page .sale-price{font-size:13px}}@media (prefers-reduced-motion:reduce){.mothers-page .add-btn,.mothers-page .floating-icon,.mothers-page .product-card,.mothers-page .product-image{animation:none!important;transition:none!important}}.mothers-page .add-btn:focus-visible,.mothers-page .product-card:focus-visible{outline:2px solid #ec4899;outline-offset:2px}.ramadan-page{background:#fff;min-height:100vh}.ramadan-page.rtl{direction:rtl}.ramadan-page .container{margin:0 auto;max-width:1400px;padding:0 24px;width:100%}.ramadan-page .hero-banner{background:linear-gradient(135deg,#ecfdf5,#d1fae5 50%,#ecfdf5);border-bottom:2px solid #a7f3d0;overflow:hidden;padding:50px 0;position:relative}.ramadan-page .hero-bg-decoration{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.ramadan-page .floating-icon{animation:floatRamadan 15s ease-in-out infinite;font-size:40px;opacity:.15;position:absolute}.ramadan-page .float-1{left:5%;top:10%}.ramadan-page .float-2{animation-delay:-5s;font-size:35px;right:8%;top:60%}.ramadan-page .float-3{animation-delay:-10s;bottom:15%;font-size:30px;left:15%}@keyframes floatRamadan{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(10deg)}}.ramadan-page .hero-content{margin:0 auto;max-width:800px;position:relative;text-align:center;z-index:2}.ramadan-page .hero-badge{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border-radius:50px;box-shadow:0 8px 25px #10b98159;color:#fff;display:inline-flex;font-family:Poppins,sans-serif;font-size:13px;font-weight:600;gap:10px;margin-bottom:18px;padding:10px 22px}.ramadan-page .hero-title{color:#065f46;font-family:Cormorant Garamond,serif;font-size:48px;font-weight:600;line-height:1.1;margin:0 0 14px}.ramadan-page.rtl .hero-title{font-family:Amiri,serif;font-size:42px}.ramadan-page .hero-subtitle{color:#047857;font-family:Poppins,sans-serif;font-size:15px;line-height:1.7;margin:0 auto;max-width:600px}.ramadan-page .main-content{padding:40px 0 80px}.ramadan-page .content-layout{grid-gap:50px;align-items:start;display:grid;gap:50px;grid-template-columns:280px 1fr}.ramadan-page .filters-sidebar{position:-webkit-sticky;position:sticky;top:20px}.ramadan-page .filters-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px}.ramadan-page .filters-title{color:#2d2d2d;font-family:Poppins,sans-serif;font-size:18px;font-weight:600;margin:0}.ramadan-page .clear-filters{background:none;border:none;color:#10b981;cursor:pointer;font-family:Poppins,sans-serif;font-size:13px;text-decoration:underline}.ramadan-page .filter-section{border-bottom:1px solid #f0eded;margin-bottom:20px;padding-bottom:20px}.ramadan-page .filter-header{align-items:center;background:none;border:none;color:#2d2d2d;cursor:pointer;display:flex;font-family:Poppins,sans-serif;font-size:13px;font-weight:600;justify-content:space-between;letter-spacing:.5px;padding:0;text-transform:uppercase;width:100%}.ramadan-page .filter-header svg{color:#999;transition:transform .3s ease}.ramadan-page .filter-header.open svg{transform:rotate(180deg)}.ramadan-page .filter-content{margin-top:18px}.ramadan-page .price-inputs{align-items:center;display:flex;gap:12px}.ramadan-page .price-input-group{align-items:center;border:1px solid #e5e5e5;border-radius:8px;display:flex;flex:1 1;overflow:hidden}.ramadan-page .price-input-group .currency-label{background:#fafafa;border-right:1px solid #e5e5e5;color:#999;font-family:Poppins,sans-serif;font-size:13px;padding:10px 12px}.ramadan-page .price-input-group input{border:none;color:#2d2d2d;font-family:Poppins,sans-serif;font-size:14px;outline:none;padding:10px 12px;width:100%}.ramadan-page .price-separator{color:#999;font-family:Poppins,sans-serif;font-size:13px}.ramadan-page .price-hint{color:#999;font-family:Poppins,sans-serif;font-size:12px;margin:14px 0 0}.ramadan-page .checkbox-label{align-items:center;cursor:pointer;display:flex;gap:12px;padding:10px 0}.ramadan-page .checkbox-label:hover{color:#10b981}.ramadan-page .checkbox-label input[type=checkbox]{display:none}.ramadan-page .checkbox-label .checkmark{align-items:center;border:2px solid #ddd;border-radius:4px;display:flex;flex-shrink:0;height:18px;justify-content:center;transition:all .2s ease;width:18px}.ramadan-page .checkbox-label input:checked+.checkmark{background:#10b981;border-color:#10b981}.ramadan-page .checkbox-label input:checked+.checkmark:after{border:solid #fff;border-width:0 2px 2px 0;content:"";height:9px;margin-bottom:2px;transform:rotate(45deg);width:5px}.ramadan-page .checkbox-label .label-text{color:#4a4a4a;font-family:Poppins,sans-serif;font-size:14px}.ramadan-page .products-main{min-height:500px}.ramadan-page .products-toolbar{align-items:center;border-bottom:1px solid #f0eded;display:flex;justify-content:space-between;margin-bottom:30px;padding-bottom:20px}.ramadan-page .items-count{color:#666;font-family:Poppins,sans-serif;font-size:14px;font-weight:500}.ramadan-page .toolbar-right{align-items:center;display:flex;gap:20px}.ramadan-page .sort-dropdown{align-items:center;display:flex;gap:10px}.ramadan-page .sort-dropdown label{color:#666;font-family:Poppins,sans-serif;font-size:14px}.ramadan-page .sort-dropdown select{-webkit-appearance:none;appearance:none;background:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;border:1px solid #e5e5e5;border-radius:6px;color:#2d2d2d;cursor:pointer;font-family:Poppins,sans-serif;font-size:14px;outline:none;padding:8px 32px 8px 14px}.ramadan-page .sort-dropdown select:focus{border-color:#10b981}.ramadan-page .view-toggle{align-items:center;background:#f5f5f5;border-radius:8px;display:flex;gap:4px;padding:4px}.ramadan-page .view-btn{align-items:center;background:#0000;border:none;border-radius:6px;color:#999;cursor:pointer;display:flex;height:36px;justify-content:center;transition:all .2s ease;width:36px}.ramadan-page .view-btn.active{background:#fff;box-shadow:0 1px 3px #0000001a;color:#10b981}.ramadan-page .products-grid{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(3,1fr)}.ramadan-page .products-grid.list{gap:16px;grid-template-columns:1fr}.ramadan-page .product-card{animation:cardFadeIn .5s ease forwards;background:#fff;border:1px solid #ecfdf5;border-radius:16px;box-shadow:0 2px 10px #0000000a;color:inherit;display:flex;flex-direction:column;opacity:0;overflow:hidden;position:relative;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1)}.ramadan-page .product-card:hover{border-color:#a7f3d0;box-shadow:0 15px 40px #10b9811f;transform:translateY(-8px)}.ramadan-page .products-grid.list .product-card{flex-direction:row}.ramadan-page .products-grid.list .product-image-wrapper{flex-shrink:0;height:300px;width:300px}.ramadan-page .products-grid.list .product-details{display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:24px}.ramadan-page .discount-badge{background:linear-gradient(135deg,#10b981,#059669);border-radius:50px;box-shadow:0 4px 15px #10b98166;color:#fff;font-family:Poppins,sans-serif;font-size:12px;font-weight:700;left:14px;padding:8px 14px;position:absolute;top:14px;z-index:10}.ramadan-page.rtl .discount-badge{left:auto;right:14px}.ramadan-page .product-image-wrapper{background:linear-gradient(180deg,#ecfdf5,#ecfdf5);height:300px;overflow:hidden;position:relative;width:100%}.ramadan-page .product-image{height:100%;object-fit:cover;padding:20px;transition:transform .6s cubic-bezier(.4,0,.2,1);width:100%}.ramadan-page .product-card:hover .product-image{transform:scale(1.08)}.ramadan-page .product-details{background:#fff;display:flex;flex:1 1;flex-direction:column;padding:18px 16px 16px}.ramadan-page .product-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#2d2d2d;display:-webkit-box;font-family:Cormorant Garamond,serif;font-size:18px;font-weight:600;line-height:1.3;margin:0 0 8px;overflow:hidden;transition:color .3s ease}.ramadan-page .product-card:hover .product-name{color:#10b981}.ramadan-page .product-desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#888;display:-webkit-box;font-family:Poppins,sans-serif;font-size:13px;line-height:1.5;margin:0 0 12px;min-height:40px;overflow:hidden}.ramadan-page .product-footer{align-items:center;display:flex;justify-content:space-between;margin-top:auto}.ramadan-page .price-wrapper{display:flex;flex-direction:column;gap:2px}.ramadan-page .original-price{color:#bbb;font-family:Poppins,sans-serif;font-size:12px;text-decoration:line-through}.ramadan-page .sale-price{color:#10b981;font-family:Poppins,sans-serif;font-size:18px;font-weight:700}.ramadan-page .add-btn{align-items:center;background:#ecfdf5;border:none;border-radius:50%;color:#10b981;cursor:pointer;display:flex;flex-shrink:0;height:42px;justify-content:center;transition:all .3s ease;width:42px}.ramadan-page .add-btn:hover{background:linear-gradient(135deg,#10b981,#059669);color:#fff;transform:scale(1.08)}.ramadan-page .add-btn.adding{background:#27ae60;color:#fff}.ramadan-page .empty-state,.ramadan-page .error-state,.ramadan-page .loading-state{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:80px 20px;text-align:center}.ramadan-page .spinner{animation:spin 1s linear infinite;border:3px solid #d1fae5;border-radius:50%;border-top-color:#10b981;height:40px;margin-bottom:16px;width:40px}.ramadan-page .empty-state p,.ramadan-page .error-state p,.ramadan-page .loading-state p{color:#666;font-family:Poppins,sans-serif;font-size:15px;margin:0}.ramadan-page .empty-icon{font-size:50px;margin-bottom:16px}@media (max-width:1200px){.ramadan-page .content-layout{gap:40px;grid-template-columns:250px 1fr}.ramadan-page .products-grid{gap:24px;grid-template-columns:repeat(3,1fr)}.ramadan-page .product-image-wrapper{height:280px}.ramadan-page .hero-title{font-size:42px}}@media (max-width:992px){.ramadan-page .hero-banner{padding:40px 0}.ramadan-page .hero-title{font-size:38px}.ramadan-page .content-layout{gap:30px;grid-template-columns:220px 1fr}.ramadan-page .products-grid{gap:20px;grid-template-columns:repeat(2,1fr)}.ramadan-page .product-image-wrapper{height:260px}}@media (max-width:768px){.ramadan-page .hero-banner{padding:35px 0}.ramadan-page .hero-title{font-size:32px}.ramadan-page .hero-subtitle{font-size:14px}.ramadan-page .floating-icon{display:none}.ramadan-page .main-content{padding:30px 0 60px}.ramadan-page .content-layout{gap:24px;grid-template-columns:1fr}.ramadan-page .filters-sidebar{background:#f0fdf4;border-radius:12px;padding:20px;position:relative;top:0}.ramadan-page .products-toolbar{flex-wrap:wrap;gap:16px}.ramadan-page .toolbar-right{justify-content:space-between;width:100%}.ramadan-page .products-grid{gap:16px;grid-template-columns:repeat(2,1fr)}.ramadan-page .product-image-wrapper{height:240px}.ramadan-page .product-image{padding:0}.ramadan-page .product-details{padding:14px}.ramadan-page .product-name{font-size:15px;margin-bottom:4px}.ramadan-page .product-desc{-webkit-line-clamp:2;font-size:11px;margin-bottom:10px}.ramadan-page .sale-price{font-size:16px}.ramadan-page .add-btn{height:38px;width:38px}.ramadan-page .discount-badge{font-size:10px;padding:6px 12px}.ramadan-page .products-grid.list .product-card{flex-direction:column}.ramadan-page .products-grid.list .product-image-wrapper{height:240px;width:100%}}@media (max-width:576px){.ramadan-page .container{padding:0 16px}.ramadan-page .hero-title{font-size:26px}.ramadan-page .products-grid{gap:14px}.ramadan-page .product-image-wrapper{height:200px}.ramadan-page .product-details,.ramadan-page .product-image{padding:0}.ramadan-page .product-name{font-size:13px;margin-bottom:3px}.ramadan-page .product-desc{-webkit-line-clamp:1;font-size:10px;margin-bottom:8px}.ramadan-page .sale-price{font-size:14px}.ramadan-page .add-btn{height:34px;width:34px}.ramadan-page .discount-badge{font-size:9px;left:10px;padding:5px 10px;top:10px}}@media (max-width:400px){.ramadan-page .hero-title{font-size:22px}.ramadan-page .product-image-wrapper{height:130px}.ramadan-page .product-details{padding:0}.ramadan-page .product-name{font-size:12px}.ramadan-page .product-desc{font-size:9px;margin-bottom:6px}.ramadan-page .sale-price{font-size:13px}}@media (prefers-reduced-motion:reduce){.ramadan-page .add-btn,.ramadan-page .floating-icon,.ramadan-page .product-card,.ramadan-page .product-image{animation:none!important;transition:none!important}}.ramadan-page .add-btn:focus-visible,.ramadan-page .product-card:focus-visible{outline:2px solid #10b981;outline-offset:2px}.eid-page{background:#fff;min-height:100vh}.eid-page.rtl{direction:rtl}.eid-page .container{margin:0 auto;max-width:1400px;padding:0 24px;width:100%}.eid-page .hero-banner{background:linear-gradient(135deg,#f5f3ff,#ede9fe 50%,#f5f3ff);border-bottom:2px solid #ddd6fe;overflow:hidden;padding:50px 0;position:relative}.eid-page .hero-bg-decoration{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.eid-page .floating-icon{animation:floatEid 15s ease-in-out infinite;font-size:40px;opacity:.15;position:absolute}.eid-page .float-1{left:5%;top:10%}.eid-page .float-2{animation-delay:-5s;font-size:35px;right:8%;top:60%}.eid-page .float-3{animation-delay:-10s;bottom:15%;font-size:30px;left:15%}@keyframes floatEid{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(10deg)}}.eid-page .hero-content{margin:0 auto;max-width:800px;position:relative;text-align:center;z-index:2}.eid-page .hero-badge{align-items:center;background:linear-gradient(135deg,#8b5cf6,#7c3aed);border-radius:50px;box-shadow:0 8px 25px #8b5cf659;color:#fff;display:inline-flex;font-family:Poppins,sans-serif;font-size:13px;font-weight:600;gap:10px;margin-bottom:18px;padding:10px 22px}.eid-page .hero-title{color:#5b21b6;font-family:Cormorant Garamond,serif;font-size:48px;font-weight:600;line-height:1.1;margin:0 0 14px}.eid-page.rtl .hero-title{font-family:Amiri,serif;font-size:42px}.eid-page .hero-subtitle{color:#6d28d9;font-family:Poppins,sans-serif;font-size:15px;line-height:1.7;margin:0 auto;max-width:600px}.eid-page .main-content{padding:40px 0 80px}.eid-page .content-layout{grid-gap:50px;align-items:start;display:grid;gap:50px;grid-template-columns:280px 1fr}.eid-page .filters-sidebar{position:-webkit-sticky;position:sticky;top:20px}.eid-page .filters-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px}.eid-page .filters-title{color:#2d2d2d;font-family:Poppins,sans-serif;font-size:18px;font-weight:600;margin:0}.eid-page .clear-filters{background:none;border:none;color:#8b5cf6;cursor:pointer;font-family:Poppins,sans-serif;font-size:13px;text-decoration:underline}.eid-page .filter-section{border-bottom:1px solid #f0eded;margin-bottom:20px;padding-bottom:20px}.eid-page .filter-header{align-items:center;background:none;border:none;color:#2d2d2d;cursor:pointer;display:flex;font-family:Poppins,sans-serif;font-size:13px;font-weight:600;justify-content:space-between;letter-spacing:.5px;padding:0;text-transform:uppercase;width:100%}.eid-page .filter-header svg{color:#999;transition:transform .3s ease}.eid-page .filter-header.open svg{transform:rotate(180deg)}.eid-page .filter-content{margin-top:18px}.eid-page .price-inputs{align-items:center;display:flex;gap:12px}.eid-page .price-input-group{align-items:center;border:1px solid #e5e5e5;border-radius:8px;display:flex;flex:1 1;overflow:hidden}.eid-page .price-input-group .currency-label{background:#fafafa;border-right:1px solid #e5e5e5;color:#999;font-family:Poppins,sans-serif;font-size:13px;padding:10px 12px}.eid-page .price-input-group input{border:none;color:#2d2d2d;font-family:Poppins,sans-serif;font-size:14px;outline:none;padding:10px 12px;width:100%}.eid-page .price-separator{color:#999;font-family:Poppins,sans-serif;font-size:13px}.eid-page .price-hint{color:#999;font-family:Poppins,sans-serif;font-size:12px;margin:14px 0 0}.eid-page .checkbox-label{align-items:center;cursor:pointer;display:flex;gap:12px;padding:10px 0}.eid-page .checkbox-label:hover{color:#8b5cf6}.eid-page .checkbox-label input[type=checkbox]{display:none}.eid-page .checkbox-label .checkmark{align-items:center;border:2px solid #ddd;border-radius:4px;display:flex;flex-shrink:0;height:18px;justify-content:center;transition:all .2s ease;width:18px}.eid-page .checkbox-label input:checked+.checkmark{background:#8b5cf6;border-color:#8b5cf6}.eid-page .checkbox-label input:checked+.checkmark:after{border:solid #fff;border-width:0 2px 2px 0;content:"";height:9px;margin-bottom:2px;transform:rotate(45deg);width:5px}.eid-page .checkbox-label .label-text{color:#4a4a4a;font-family:Poppins,sans-serif;font-size:14px}.eid-page .products-main{min-height:500px}.eid-page .products-toolbar{align-items:center;border-bottom:1px solid #f0eded;display:flex;justify-content:space-between;margin-bottom:30px;padding-bottom:20px}.eid-page .items-count{color:#666;font-family:Poppins,sans-serif;font-size:14px;font-weight:500}.eid-page .toolbar-right{align-items:center;display:flex;gap:20px}.eid-page .sort-dropdown{align-items:center;display:flex;gap:10px}.eid-page .sort-dropdown label{color:#666;font-family:Poppins,sans-serif;font-size:14px}.eid-page .sort-dropdown select{-webkit-appearance:none;appearance:none;background:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;border:1px solid #e5e5e5;border-radius:6px;color:#2d2d2d;cursor:pointer;font-family:Poppins,sans-serif;font-size:14px;outline:none;padding:8px 32px 8px 14px}.eid-page .sort-dropdown select:focus{border-color:#8b5cf6}.eid-page .view-toggle{align-items:center;background:#f5f5f5;border-radius:8px;display:flex;gap:4px;padding:4px}.eid-page .view-btn{align-items:center;background:#0000;border:none;border-radius:6px;color:#999;cursor:pointer;display:flex;height:36px;justify-content:center;transition:all .2s ease;width:36px}.eid-page .view-btn.active{background:#fff;box-shadow:0 1px 3px #0000001a;color:#8b5cf6}.eid-page .products-grid{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(3,1fr)}.eid-page .products-grid.list{gap:16px;grid-template-columns:1fr}.eid-page .product-card{animation:cardFadeIn .5s ease forwards;background:#fff;border:1px solid #f5f3ff;border-radius:16px;box-shadow:0 2px 10px #0000000a;color:inherit;display:flex;flex-direction:column;opacity:0;overflow:hidden;position:relative;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1)}.eid-page .product-card:hover{border-color:#ddd6fe;box-shadow:0 15px 40px #8b5cf61f;transform:translateY(-8px)}.eid-page .products-grid.list .product-card{flex-direction:row}.eid-page .products-grid.list .product-image-wrapper{flex-shrink:0;height:300px;width:300px}.eid-page .products-grid.list .product-details{display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:24px}.eid-page .discount-badge{background:linear-gradient(135deg,#8b5cf6,#7c3aed);border-radius:50px;box-shadow:0 4px 15px #8b5cf666;color:#fff;font-family:Poppins,sans-serif;font-size:12px;font-weight:700;left:14px;padding:8px 14px;position:absolute;top:14px;z-index:10}.eid-page.rtl .discount-badge{left:auto;right:14px}.eid-page .product-image-wrapper{background:linear-gradient(180deg,#f5f3ff,#f5f3ff);height:300px;overflow:hidden;position:relative;width:100%}.eid-page .product-image{height:100%;object-fit:cover;padding:20px;transition:transform .6s cubic-bezier(.4,0,.2,1);width:100%}.eid-page .product-card:hover .product-image{transform:scale(1.08)}.eid-page .product-details{background:#fff;display:flex;flex:1 1;flex-direction:column;padding:18px 16px 16px}.eid-page .product-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#2d2d2d;display:-webkit-box;font-family:Cormorant Garamond,serif;font-size:18px;font-weight:600;line-height:1.3;margin:0 0 8px;overflow:hidden;transition:color .3s ease}.eid-page .product-card:hover .product-name{color:#8b5cf6}.eid-page .product-desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#888;display:-webkit-box;font-family:Poppins,sans-serif;font-size:13px;line-height:1.5;margin:0 0 12px;min-height:40px;overflow:hidden}.eid-page .product-footer{align-items:center;display:flex;justify-content:space-between;margin-top:auto}.eid-page .price-wrapper{display:flex;flex-direction:column;gap:2px}.eid-page .original-price{color:#bbb;font-family:Poppins,sans-serif;font-size:12px;text-decoration:line-through}.eid-page .sale-price{color:#8b5cf6;font-family:Poppins,sans-serif;font-size:18px;font-weight:700}.eid-page .add-btn{align-items:center;background:#f5f3ff;border:none;border-radius:50%;color:#8b5cf6;cursor:pointer;display:flex;flex-shrink:0;height:42px;justify-content:center;transition:all .3s ease;width:42px}.eid-page .add-btn:hover{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;transform:scale(1.08)}.eid-page .add-btn.adding{background:#27ae60;color:#fff}.eid-page .empty-state,.eid-page .error-state,.eid-page .loading-state{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:80px 20px;text-align:center}.eid-page .spinner{animation:spin 1s linear infinite;border:3px solid #ede9fe;border-radius:50%;border-top-color:#8b5cf6;height:40px;margin-bottom:16px;width:40px}.eid-page .empty-state p,.eid-page .error-state p,.eid-page .loading-state p{color:#666;font-family:Poppins,sans-serif;font-size:15px;margin:0}.eid-page .empty-icon{font-size:50px;margin-bottom:16px}@media (max-width:1200px){.eid-page .content-layout{gap:40px;grid-template-columns:250px 1fr}.eid-page .products-grid{gap:24px;grid-template-columns:repeat(3,1fr)}.eid-page .product-image-wrapper{height:280px}.eid-page .hero-title{font-size:42px}}@media (max-width:992px){.eid-page .hero-banner{padding:40px 0}.eid-page .hero-title{font-size:38px}.eid-page .content-layout{gap:30px;grid-template-columns:220px 1fr}.eid-page .products-grid{gap:20px;grid-template-columns:repeat(2,1fr)}.eid-page .product-image-wrapper{height:260px}}@media (max-width:768px){.eid-page .hero-banner{padding:35px 0}.eid-page .hero-title{font-size:32px}.eid-page .hero-subtitle{font-size:14px}.eid-page .floating-icon{display:none}.eid-page .main-content{padding:30px 0 60px}.eid-page .content-layout{gap:24px;grid-template-columns:1fr}.eid-page .filters-sidebar{background:#faf8ff;border-radius:12px;padding:20px;position:relative;top:0}.eid-page .products-toolbar{flex-wrap:wrap;gap:16px}.eid-page .toolbar-right{justify-content:space-between;width:100%}.eid-page .products-grid{gap:16px;grid-template-columns:repeat(2,1fr)}.eid-page .product-image-wrapper{height:240px}.eid-page .product-image{padding:0}.eid-page .product-details{padding:14px}.eid-page .product-name{font-size:15px;margin-bottom:4px}.eid-page .product-desc{-webkit-line-clamp:2;font-size:11px;margin-bottom:10px}.eid-page .sale-price{font-size:16px}.eid-page .add-btn{height:38px;width:38px}.eid-page .discount-badge{font-size:10px;padding:6px 12px}.eid-page .products-grid.list .product-card{flex-direction:column}.eid-page .products-grid.list .product-image-wrapper{height:240px;width:100%}}@media (max-width:576px){.eid-page .container{padding:0 16px}.eid-page .hero-title{font-size:26px}.eid-page .products-grid{gap:14px}.eid-page .product-image-wrapper{height:200px}.eid-page .product-details,.eid-page .product-image{padding:0}.eid-page .product-name{font-size:13px;margin-bottom:3px}.eid-page .product-desc{-webkit-line-clamp:1;font-size:10px;margin-bottom:8px}.eid-page .sale-price{font-size:14px}.eid-page .add-btn{height:34px;width:34px}.eid-page .discount-badge{font-size:9px;left:10px;padding:5px 10px;top:10px}}@media (max-width:400px){.eid-page .hero-title{font-size:22px}.eid-page .product-image-wrapper{height:130px}.eid-page .product-details{padding:0}.eid-page .product-name{font-size:12px}.eid-page .product-desc{font-size:9px;margin-bottom:6px}.eid-page .sale-price{font-size:13px}}@media (prefers-reduced-motion:reduce){.eid-page .add-btn,.eid-page .floating-icon,.eid-page .product-card,.eid-page .product-image{animation:none!important;transition:none!important}}.eid-page .add-btn:focus-visible,.eid-page .product-card:focus-visible{outline:2px solid #8b5cf6;outline-offset:2px}.tulips-page{background:linear-gradient(180deg,#fff5f7,#fff0f3 50%,#ffeef1);min-height:100vh;overflow-x:hidden;position:relative}.tulips-page.rtl{direction:rtl}.tulips-bg{height:100%;left:0;overflow:hidden;pointer-events:none;position:fixed;top:0;width:100%;z-index:0}.tulip-glow{border-radius:50%;filter:blur(120px);opacity:.4;position:absolute}.tulips-page .glow-1{background:radial-gradient(circle,#fecdd3 0,#0000 70%);height:500px;right:-100px;top:-150px;width:500px}.tulips-page .glow-2{background:radial-gradient(circle,#fbcfe8 0,#0000 70%);bottom:20%;height:400px;left:-120px;opacity:.3;width:400px}.floating-tulip{animation:tulipFloat 18s ease-in-out infinite;font-size:28px;opacity:.18;position:absolute}.ft-1{animation-delay:0s;font-size:32px;left:4%;top:8%}.ft-2{animation-delay:-5s;font-size:26px;right:5%;top:35%}.ft-3{animation-delay:-10s;bottom:40%;font-size:30px;left:8%}.ft-4{animation-delay:-15s;bottom:15%;font-size:28px;right:10%}@keyframes tulipFloat{0%,to{transform:translateY(0) rotate(0deg)}25%{transform:translateY(-18px) rotate(8deg)}50%{transform:translateY(-8px) rotate(-5deg)}75%{transform:translateY(-22px) rotate(5deg)}}.tulips-page .container{margin:0 auto;max-width:1400px;padding:0 24px;position:relative;width:100%;z-index:1}.tulips-hero{background:linear-gradient(180deg,#fff5f7e6,#fff0f3f2);padding:50px 0 40px;text-align:center}.tulips-page .hero-badge{align-items:center;background:linear-gradient(135deg,#e11d48,#f43f5e);border-radius:50px;box-shadow:0 8px 30px #e11d4859;color:#fff;display:inline-flex;font-family:Poppins,sans-serif;font-size:13px;font-weight:600;gap:12px;letter-spacing:1.5px;margin-bottom:24px;padding:12px 28px}.tulips-page.rtl .hero-badge{font-family:Tajawal,sans-serif;letter-spacing:0}.tulips-page .hero-title{color:#1f2937;font-family:Cormorant Garamond,serif;font-size:56px;font-style:italic;font-weight:500;line-height:1.2;margin:0 0 16px}.tulips-page.rtl .hero-title{font-family:Amiri,serif;font-size:48px}.tulips-page .hero-subtitle{color:#6b7280;font-family:Poppins,sans-serif;font-size:16px;font-weight:300;line-height:1.6;margin:0}.tulips-page.rtl .hero-subtitle{font-family:Tajawal,sans-serif}.tulips-content{padding:40px 0 60px}.tulips-page.rtl .filters-title{font-family:Tajawal,sans-serif}.tulips-page.rtl .filter-heading{font-family:Tajawal,sans-serif;letter-spacing:0;text-transform:none}.tulips-page.rtl .currency-label{border-left:1px solid #e5e7eb;border-right:none}.tulips-page.rtl .highest-price{font-family:Tajawal,sans-serif}.checkbox-item:hover{background:#fff5f7}.checkbox-item input:checked+.checkmark{background:#e11d48;border-color:#e11d48}.tulips-page.rtl .checkbox-label,.tulips-page.rtl .items-count,.tulips-page.rtl .sort-select,.tulips-page.rtl .sort-wrapper label{font-family:Tajawal,sans-serif}.tulips-page.rtl .sort-select{background-position:left 12px center;padding:10px 14px 10px 36px}.sort-select:focus{border-color:#e11d48}.view-btn.active{color:#e11d48}.tulips-page .product-card{animation:cardFadeIn .5s ease-out forwards;background:#fff;border-radius:16px;box-shadow:0 2px 12px #0000000a;display:block;opacity:0;overflow:hidden;position:relative;text-decoration:none;transition:all .35s cubic-bezier(.4,0,.2,1)}.tulips-page .product-card:hover{box-shadow:0 12px 40px #e11d481f;transform:translateY(-6px)}.tulips-page.rtl .discount-badge{left:auto;right:12px}.tulips-page .product-badge{border-radius:20px;font-family:Poppins,sans-serif;font-size:11px;font-weight:600;left:12px;letter-spacing:.3px;padding:6px 14px;position:absolute;text-transform:uppercase;top:12px;z-index:10}.tulips-page.rtl .product-badge{font-family:Tajawal,sans-serif;left:auto;right:12px;text-transform:none}.tulips-page .product-card:has(.discount-badge) .product-badge{top:48px}.tulips-page .badge-pink{background:linear-gradient(135deg,#ec4899,#f472b6);color:#fff}.tulips-page .badge-purple{background:linear-gradient(135deg,#8b5cf6,#a78bfa);color:#fff}.tulips-page .badge-white{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);color:#475569}.tulips-page .badge-yellow{background:linear-gradient(135deg,#fbbf24,#fcd34d);color:#78350f}.tulips-page .badge-mix{background:linear-gradient(135deg,#ec4899,#8b5cf6 50%,#fbbf24);color:#fff}.tulips-page .badge-premium{background:linear-gradient(135deg,#f59e0b,#fbbf24);color:#fff}.tulips-page .product-image-wrapper{background:linear-gradient(180deg,#fefefe,#faf8f7);height:240px;overflow:hidden;position:relative}.tulips-page .product-image{height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1);width:100%}.tulips-page .product-card:hover .product-image{transform:scale(1.05)}.quick-add-btn{color:#e11d48}.tulips-page.rtl .quick-add-btn{left:12px;right:auto}.tulips-page .product-card:hover .quick-add-btn{opacity:1;transform:translateY(0)}.quick-add-btn:hover{background:#e11d48}.tulips-page .product-details{padding:18px}.tulips-page .product-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#374151;display:-webkit-box;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;line-height:1.4;margin:0 0 8px;overflow:hidden}.tulips-page.rtl .product-name{font-family:Tajawal,sans-serif}.tulips-page .price-wrapper{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.tulips-page .original-price{color:#9ca3af;font-family:Poppins,sans-serif;font-size:13px;text-decoration:line-through}.tulips-page .final-price{color:#1f2937;font-family:Poppins,sans-serif;font-size:16px;font-weight:600}.spinner{border:3px solid #fecdd3;border-top-color:#e11d48}.tulips-page.rtl .banner-content{flex-direction:row-reverse}.banner-icon{background:linear-gradient(135deg,#e11d48,#f43f5e)}.banner-text h3{color:#be123c}.tulips-page.rtl .banner-text h3{font-family:Amiri,serif;text-align:right}.tulips-page.rtl .banner-text p{font-family:Tajawal,sans-serif;text-align:right}@media (max-width:992px){.tulips-page .hero-title{font-size:44px}.products-grid{gap:18px;grid-template-columns:repeat(2,1fr)}.tulips-page .product-image-wrapper{height:200px}}@media (max-width:768px){.tulips-page .container{padding:0 16px}.tulips-hero{padding:35px 0 30px}.tulips-page .hero-badge{font-size:11px;padding:10px 20px}.tulips-page .hero-title{font-size:36px}.tulips-page.rtl .hero-title{font-size:32px}.tulips-page .hero-subtitle{font-size:14px}.content-wrapper{flex-direction:column;gap:24px}.filters-sidebar{border-radius:12px;padding:20px;position:static;width:100%}.filters-title{font-size:18px;margin-bottom:20px}.filter-section{margin-bottom:20px;padding-bottom:20px}.tulips-content{padding:30px 0 40px}.products-toolbar{flex-wrap:wrap;gap:16px}.toolbar-right{justify-content:space-between;width:100%}.products-grid{gap:14px;grid-template-columns:repeat(2,1fr)}.tulips-page .product-card{border-radius:12px}.tulips-page .product-image-wrapper{height:180px}.tulips-page .product-details{padding:14px}.tulips-page .product-name{font-size:13px;margin-bottom:6px}.tulips-page .final-price{font-size:15px}.quick-add-btn{height:38px;opacity:1;transform:translateY(0);width:38px}.info-banner{padding:0 0 40px}.banner-content{gap:16px;padding:24px 20px;text-align:center}.banner-content,.tulips-page.rtl .banner-content{flex-direction:column}.banner-icon{font-size:26px;height:60px;width:60px}.banner-text h3{font-size:20px}.banner-text p{font-size:13px}.tulips-page.rtl .banner-text h3,.tulips-page.rtl .banner-text p{text-align:center}.ft-2,.ft-4{display:none}}@media (max-width:480px){.tulips-page .container{padding:0 12px}.tulips-hero{padding:28px 0 24px}.tulips-page .hero-badge{font-size:10px;gap:8px;padding:8px 16px}.tulips-page .hero-title{font-size:28px}.tulips-page.rtl .hero-title{font-size:26px}.tulips-page .hero-subtitle{font-size:13px}.filters-sidebar{padding:16px}.filters-title{font-size:16px;margin-bottom:16px}.price-inputs{flex-direction:column;gap:8px}.price-input-group{width:100%}.price-separator{display:none}.tulips-content{padding:20px 0 30px}.products-toolbar{margin-bottom:20px;padding-bottom:16px}.items-count{font-size:14px}.sort-wrapper label{display:none}.sort-select{font-size:13px;min-width:130px;padding:8px 30px 8px 12px}.view-toggle{padding:3px}.view-btn{height:32px;width:32px}.products-grid{gap:10px}.tulips-page .product-card{border-radius:10px}.discount-badge{font-size:10px;left:8px;padding:4px 8px;top:8px}.tulips-page .product-badge{font-size:9px;left:8px;padding:4px 10px;top:8px}.tulips-page .product-card:has(.discount-badge) .product-badge{top:38px}.tulips-page .product-image-wrapper{height:150px}.tulips-page .product-details{padding:12px}.tulips-page .product-name{-webkit-line-clamp:1;font-size:12px;margin-bottom:4px}.tulips-page .original-price{font-size:11px}.tulips-page .final-price{font-size:14px}.quick-add-btn{bottom:8px;height:34px;right:8px;width:34px}.quick-add-btn svg{height:16px;width:16px}.info-banner{padding:0 0 30px}.banner-content{border-radius:14px;gap:14px;padding:20px 16px}.banner-icon{font-size:22px;height:52px;width:52px}.banner-text h3{font-size:17px;margin-bottom:4px}.banner-text p{font-size:12px;line-height:1.5}.ft-3{display:none}}@media (max-width:360px){.tulips-page .container{padding:0 10px}.tulips-page .hero-title{font-size:24px}.tulips-page .hero-subtitle{font-size:12px}.products-grid{gap:8px}.tulips-page .product-image-wrapper{height:130px}.tulips-page .product-details{padding:10px}.tulips-page .product-name{font-size:11px}.tulips-page .final-price{font-size:13px}}@media (prefers-reduced-motion:reduce){.floating-tulip,.product-card,.product-image,.quick-add-btn,.spinner{animation:none!important;transition:none!important}}.tulips-page .product-card:focus-visible,.tulips-page .quick-add-btn:focus-visible,.tulips-page .sort-select:focus-visible,.tulips-page .view-btn:focus-visible{outline:2px solid #e11d48;outline-offset:2px}@media print{.filters-sidebar,.info-banner,.products-toolbar,.quick-add-btn,.tulips-bg{display:none!important}.content-wrapper{display:block}.products-grid{grid-template-columns:repeat(3,1fr)}.tulips-page .product-card{border:1px solid #e5e7eb;box-shadow:none;break-inside:avoid;page-break-inside:avoid}}.lilium-page{background:linear-gradient(180deg,#fffbf7,#fff5f0 50%,#fef7f4);min-height:100vh;overflow-x:hidden;position:relative}.lilium-page.rtl{direction:rtl}.lilium-bg{height:100%;left:0;overflow:hidden;pointer-events:none;position:fixed;top:0;width:100%;z-index:0}.lilium-glow{border-radius:50%;filter:blur(120px);opacity:.4;position:absolute}.lilium-page .glow-1{background:radial-gradient(circle,#fed7aa 0,#0000 70%);height:500px;right:-100px;top:-150px;width:500px}.lilium-page .glow-2{background:radial-gradient(circle,#fdba74 0,#0000 70%);bottom:20%;height:400px;left:-120px;opacity:.3;width:400px}.floating-lily{animation:lilyFloat 18s ease-in-out infinite;font-size:28px;opacity:.18;position:absolute}.fl-1{animation-delay:0s;font-size:32px;left:4%;top:8%}.fl-2{animation-delay:-5s;font-size:26px;right:5%;top:35%}.fl-3{animation-delay:-10s;bottom:40%;font-size:30px;left:8%}.fl-4{animation-delay:-15s;bottom:15%;font-size:28px;right:10%}@keyframes lilyFloat{0%,to{transform:translateY(0) rotate(0deg)}25%{transform:translateY(-18px) rotate(8deg)}50%{transform:translateY(-8px) rotate(-5deg)}75%{transform:translateY(-22px) rotate(5deg)}}.lilium-page .container{margin:0 auto;max-width:1400px;padding:0 24px;position:relative;width:100%;z-index:1}.lilium-hero{background:linear-gradient(180deg,#fff5f7e6,#fff0f3f2);padding:50px 0 40px;text-align:center}.lilium-page .hero-badge{align-items:center;background:linear-gradient(135deg,#c2410c,#ea580c);border-radius:50px;box-shadow:0 8px 30px #e11d4859;color:#fff;display:inline-flex;font-family:Poppins,sans-serif;font-size:13px;font-weight:600;gap:12px;letter-spacing:1.5px;margin-bottom:24px;padding:12px 28px}.lilium-page.rtl .hero-badge{font-family:Tajawal,sans-serif;letter-spacing:0}.lilium-page .hero-title{color:#1f2937;font-family:Cormorant Garamond,serif;font-size:56px;font-style:italic;font-weight:500;line-height:1.2;margin:0 0 16px}.lilium-page.rtl .hero-title{font-family:Amiri,serif;font-size:48px}.lilium-page .hero-subtitle{color:#6b7280;font-family:Poppins,sans-serif;font-size:16px;font-weight:300;line-height:1.6;margin:0}.lilium-page.rtl .hero-subtitle{font-family:Tajawal,sans-serif}.lilium-content{padding:40px 0 60px}.lilium-page.rtl .filters-title{font-family:Tajawal,sans-serif}.lilium-page.rtl .filter-heading{font-family:Tajawal,sans-serif;letter-spacing:0;text-transform:none}.lilium-page.rtl .currency-label{border-left:1px solid #e5e7eb;border-right:none}.lilium-page.rtl .highest-price{font-family:Tajawal,sans-serif}.checkbox-item:hover{background:#fffbf7}.checkbox-item input:checked+.checkmark{background:#c2410c;border-color:#c2410c}.lilium-page.rtl .checkbox-label,.lilium-page.rtl .items-count,.lilium-page.rtl .sort-select,.lilium-page.rtl .sort-wrapper label{font-family:Tajawal,sans-serif}.lilium-page.rtl .sort-select{background-position:left 12px center;padding:10px 14px 10px 36px}.sort-select:focus{border-color:#c2410c}.view-btn.active{color:#c2410c}.lilium-page .product-card{animation:cardFadeIn .5s ease-out forwards;background:#fff;border-radius:16px;box-shadow:0 2px 12px #0000000a;display:block;opacity:0;overflow:hidden;position:relative;text-decoration:none;transition:all .35s cubic-bezier(.4,0,.2,1)}.lilium-page .product-card:hover{box-shadow:0 12px 40px #e11d481f;transform:translateY(-6px)}.lilium-page.rtl .discount-badge{left:auto;right:12px}.lilium-page .product-badge{border-radius:20px;font-family:Poppins,sans-serif;font-size:11px;font-weight:600;left:12px;letter-spacing:.3px;padding:6px 14px;position:absolute;text-transform:uppercase;top:12px;z-index:10}.lilium-page.rtl .product-badge{font-family:Tajawal,sans-serif;left:auto;right:12px;text-transform:none}.lilium-page .product-card:has(.discount-badge) .product-badge{top:48px}.lilium-page .badge-pink{background:linear-gradient(135deg,#ec4899,#f472b6);color:#fff}.lilium-page .badge-purple{background:linear-gradient(135deg,#8b5cf6,#a78bfa);color:#fff}.lilium-page .badge-white{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);color:#475569}.lilium-page .badge-yellow{background:linear-gradient(135deg,#fbbf24,#fcd34d);color:#78350f}.lilium-page .badge-mix{background:linear-gradient(135deg,#ec4899,#8b5cf6 50%,#fbbf24);color:#fff}.lilium-page .badge-premium{background:linear-gradient(135deg,#f59e0b,#fbbf24);color:#fff}.lilium-page .product-image-wrapper{background:linear-gradient(180deg,#fefefe,#faf8f7);height:240px;overflow:hidden;position:relative}.lilium-page .product-image{height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1);width:100%}.lilium-page .product-card:hover .product-image{transform:scale(1.05)}.quick-add-btn{color:#c2410c}.lilium-page.rtl .quick-add-btn{left:12px;right:auto}.lilium-page .product-card:hover .quick-add-btn{opacity:1;transform:translateY(0)}.quick-add-btn:hover{background:#c2410c}.lilium-page .product-details{padding:18px}.lilium-page .product-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#374151;display:-webkit-box;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;line-height:1.4;margin:0 0 8px;overflow:hidden}.lilium-page.rtl .product-name{font-family:Tajawal,sans-serif}.lilium-page .price-wrapper{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.lilium-page .original-price{color:#9ca3af;font-family:Poppins,sans-serif;font-size:13px;text-decoration:line-through}.lilium-page .final-price{color:#1f2937;font-family:Poppins,sans-serif;font-size:16px;font-weight:600}.spinner{border:3px solid #fed7aa;border-top-color:#c2410c}.lilium-page.rtl .banner-content{flex-direction:row-reverse}.banner-icon{background:linear-gradient(135deg,#c2410c,#ea580c)}.banner-text h3{color:#9a3412}.lilium-page.rtl .banner-text h3{font-family:Amiri,serif;text-align:right}.lilium-page.rtl .banner-text p{font-family:Tajawal,sans-serif;text-align:right}@media (max-width:992px){.lilium-page .hero-title{font-size:44px}.products-grid{gap:18px;grid-template-columns:repeat(2,1fr)}.lilium-page .product-image-wrapper{height:200px}}@media (max-width:768px){.lilium-page .container{padding:0 16px}.lilium-hero{padding:35px 0 30px}.lilium-page .hero-badge{font-size:11px;padding:10px 20px}.lilium-page .hero-title{font-size:36px}.lilium-page.rtl .hero-title{font-size:32px}.lilium-page .hero-subtitle{font-size:14px}.content-wrapper{flex-direction:column;gap:24px}.filters-sidebar{border-radius:12px;padding:20px;position:static;width:100%}.filters-title{font-size:18px;margin-bottom:20px}.filter-section{margin-bottom:20px;padding-bottom:20px}.lilium-content{padding:30px 0 40px}.products-toolbar{flex-wrap:wrap;gap:16px}.toolbar-right{justify-content:space-between;width:100%}.products-grid{gap:14px;grid-template-columns:repeat(2,1fr)}.lilium-page .product-card{border-radius:12px}.lilium-page .product-image-wrapper{height:180px}.lilium-page .product-details{padding:14px}.lilium-page .product-name{font-size:13px;margin-bottom:6px}.lilium-page .final-price{font-size:15px}.quick-add-btn{height:38px;opacity:1;transform:translateY(0);width:38px}.info-banner{padding:0 0 40px}.banner-content{gap:16px;padding:24px 20px;text-align:center}.banner-content,.lilium-page.rtl .banner-content{flex-direction:column}.banner-icon{font-size:26px;height:60px;width:60px}.banner-text h3{font-size:20px}.banner-text p{font-size:13px}.lilium-page.rtl .banner-text h3,.lilium-page.rtl .banner-text p{text-align:center}.fl-2,.fl-4{display:none}}@media (max-width:480px){.lilium-page .container{padding:0 12px}.lilium-hero{padding:28px 0 24px}.lilium-page .hero-badge{font-size:10px;gap:8px;padding:8px 16px}.lilium-page .hero-title{font-size:28px}.lilium-page.rtl .hero-title{font-size:26px}.lilium-page .hero-subtitle{font-size:13px}.filters-sidebar{padding:16px}.filters-title{font-size:16px;margin-bottom:16px}.price-inputs{flex-direction:column;gap:8px}.price-input-group{width:100%}.price-separator{display:none}.lilium-content{padding:20px 0 30px}.products-toolbar{margin-bottom:20px;padding-bottom:16px}.items-count{font-size:14px}.sort-wrapper label{display:none}.sort-select{font-size:13px;min-width:130px;padding:8px 30px 8px 12px}.view-toggle{padding:3px}.view-btn{height:32px;width:32px}.products-grid{gap:10px}.lilium-page .product-card{border-radius:10px}.discount-badge{font-size:10px;left:8px;padding:4px 8px;top:8px}.lilium-page .product-badge{font-size:9px;left:8px;padding:4px 10px;top:8px}.lilium-page .product-card:has(.discount-badge) .product-badge{top:38px}.lilium-page .product-image-wrapper{height:150px}.lilium-page .product-details{padding:12px}.lilium-page .product-name{-webkit-line-clamp:1;font-size:12px;margin-bottom:4px}.lilium-page .original-price{font-size:11px}.lilium-page .final-price{font-size:14px}.quick-add-btn{bottom:8px;height:34px;right:8px;width:34px}.quick-add-btn svg{height:16px;width:16px}.info-banner{padding:0 0 30px}.banner-content{border-radius:14px;gap:14px;padding:20px 16px}.banner-icon{font-size:22px;height:52px;width:52px}.banner-text h3{font-size:17px;margin-bottom:4px}.banner-text p{font-size:12px;line-height:1.5}.fl-3{display:none}}@media (max-width:360px){.lilium-page .container{padding:0 10px}.lilium-page .hero-title{font-size:24px}.lilium-page .hero-subtitle{font-size:12px}.products-grid{gap:8px}.lilium-page .product-image-wrapper{height:130px}.lilium-page .product-details{padding:10px}.lilium-page .product-name{font-size:11px}.lilium-page .final-price{font-size:13px}}@media (prefers-reduced-motion:reduce){.floating-lily,.product-card,.product-image,.quick-add-btn,.spinner{animation:none!important;transition:none!important}}.lilium-page .product-card:focus-visible,.lilium-page .quick-add-btn:focus-visible,.lilium-page .sort-select:focus-visible,.lilium-page .view-btn:focus-visible{outline:2px solid #c2410c;outline-offset:2px}@media print{.filters-sidebar,.info-banner,.lilium-bg,.products-toolbar,.quick-add-btn{display:none!important}.content-wrapper{display:block}.products-grid{grid-template-columns:repeat(3,1fr)}.lilium-page .product-card{border:1px solid #e5e7eb;box-shadow:none;break-inside:avoid;page-break-inside:avoid}}.holland-small-page{background:linear-gradient(180deg,#fffbeb 0,var(--warm-light) 50%,var(--bg-primary) 100%);min-height:100vh;overflow-x:hidden;padding-bottom:80px;position:relative}.holland-small-page.rtl{direction:rtl}.holland-small-bg{height:100%;left:0;overflow:hidden;pointer-events:none;position:fixed;top:0;width:100%;z-index:0}.holland-glow{border-radius:50%;filter:blur(100px);opacity:.4;position:absolute}.glow-1{background:radial-gradient(circle,var(--warning) 0,#0000 70%)}.glow-2{background:radial-gradient(circle,var(--secondary-light) 0,#0000 70%);opacity:.3}.floating-item{animation:itemFloat 16s ease-in-out infinite;opacity:.2}.fi-1{animation-delay:0s;font-size:36px;left:6%;top:10%}.fi-2{animation-delay:-4s;font-size:32px;right:8%;top:28%}.fi-3{animation-delay:-8s;bottom:32%;font-size:28px;left:12%}.fi-4{animation-delay:-12s;bottom:16%;font-size:26px;right:12%}@keyframes itemFloat{0%,to{transform:translateY(0) rotate(0deg) scale(1)}25%{transform:translateY(-16px) rotate(5deg) scale(1.06)}50%{transform:translateY(-6px) rotate(-3deg) scale(1)}75%{transform:translateY(-20px) rotate(3deg) scale(1.04)}}.holland-small-page .container{margin:0 auto;max-width:1400px;padding:0 24px;position:relative;width:100%;z-index:1}.holland-small-page .breadcrumb-nav{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffffe0;border-bottom:1px solid #d9770626;padding:20px 0}.holland-small-page .breadcrumb{align-items:center;display:flex;font-family:Poppins,sans-serif;font-size:14px;gap:8px;list-style:none;margin:0;padding:0}.holland-small-page.rtl .breadcrumb{font-family:Tajawal,sans-serif}.holland-small-page .breadcrumb a{color:var(--warm-dark);text-decoration:none;transition:color .3s ease}.holland-small-page .breadcrumb a:hover{color:var(--warm-dark)}.holland-small-page .breadcrumb .separator{color:var(--warning);display:flex}.holland-small-page.rtl .breadcrumb .separator svg{transform:scaleX(-1)}.holland-small-page .breadcrumb .current{color:var(--text-dark);font-weight:500}.holland-small-page .page-hero{padding:50px 0 40px;text-align:center}.holland-small-page .hero-content{margin:0 auto;max-width:800px}.holland-small-page .hero-badge{align-items:center;background:linear-gradient(135deg,var(--warm-dark) 0,var(--warm) 50%,var(--warm-light) 100%);border-radius:50px;box-shadow:0 8px 30px #d9770659;color:#fff;display:inline-flex;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;gap:12px;margin-bottom:20px;padding:10px 24px}.holland-small-page.rtl .hero-badge{font-family:Tajawal,sans-serif}.holland-small-page .hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--text-dark) 0,var(--warm-dark) 50%,var(--warm-dark) 100%);-webkit-background-clip:text;background-clip:text;color:var(--text-dark);font-family:Cormorant Garamond,serif;font-size:52px;font-weight:600;line-height:1.2;margin:0 0 14px}.holland-small-page.rtl .hero-title{font-family:Amiri,serif;font-size:46px}.holland-small-page .hero-subtitle{color:var(--text-dark);font-family:Poppins,sans-serif;font-size:17px;font-weight:300;line-height:1.7;margin:0 0 28px}.holland-small-page.rtl .hero-subtitle{font-family:Tajawal,sans-serif}.holland-small-page .hero-stats{align-items:center;background:#fff;border-radius:18px;box-shadow:0 10px 40px #d977061f;display:flex;gap:35px;justify-content:center;margin:0 auto;max-width:460px;padding:20px 40px}.holland-small-page .stat{text-align:center}.holland-small-page .stat-number{color:var(--warm-dark);display:block;font-family:Cormorant Garamond,serif;font-size:28px;font-weight:700;line-height:1}.holland-small-page.rtl .stat-number{font-family:Amiri,serif}.holland-small-page .stat-label{color:var(--text-dark);font-family:Poppins,sans-serif;font-size:11px;letter-spacing:1px;text-transform:uppercase}.holland-small-page.rtl .stat-label{font-family:Tajawal,sans-serif;letter-spacing:0;text-transform:none}.holland-small-page .stat-divider{background:linear-gradient(180deg,#0000,var(--warning),#0000);height:40px;width:1px}.holland-small-page .products-section{padding:25px 0 60px}.holland-small-page .products-grid{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(4,1fr)}.holland-small-page .product-card{animation:cardHolland .6s ease-out forwards;background:#fff;border-radius:20px;box-shadow:0 8px 32px #92400e0f;cursor:pointer;display:block;opacity:0;overflow:hidden;position:relative;text-decoration:none;transition:all .45s cubic-bezier(.4,0,.2,1)}@keyframes cardHolland{0%{opacity:0;transform:translateY(30px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.holland-small-page .product-card:hover{box-shadow:0 28px 65px #d9770629;transform:translateY(-12px)}.holland-small-page .product-badge{border-radius:20px;font-family:Poppins,sans-serif;font-size:11px;font-weight:600;left:16px;letter-spacing:.5px;padding:7px 16px;position:absolute;text-transform:uppercase;top:16px;z-index:10}.holland-small-page.rtl .product-badge{font-family:Tajawal,sans-serif;left:auto;right:16px;text-transform:none}.holland-small-page .badge-gift{background:linear-gradient(135deg,var(--secondary) 0,var(--secondary-light) 100%);box-shadow:0 4px 15px #8b5cf666;color:#fff}.holland-small-page .badge-wooden{background:linear-gradient(135deg,var(--text-dark) 0,var(--warm-dark) 100%);box-shadow:0 4px 15px #92400e66;color:#fff}.holland-small-page .badge-chocolate{background:linear-gradient(135deg,var(--text-dark) 0,var(--text-dark) 100%);box-shadow:0 4px 15px #78350f66;color:var(--warm-light)}.holland-small-page .product-image-wrapper{background:linear-gradient(180deg,#fffbeb 0,var(--warm-light) 100%);height:280px;overflow:hidden;position:relative}.holland-small-page .product-image{height:100%;object-fit:cover;padding:18px;transition:transform .6s cubic-bezier(.4,0,.2,1);width:100%}.holland-small-page .product-card:hover .product-image{transform:scale(1.08)}.holland-small-page .product-overlay{background:linear-gradient(180deg,#0000,#92400eeb);bottom:0;display:flex;justify-content:center;left:0;opacity:0;padding:20px;position:absolute;right:0;transform:translateY(15px);transition:all .35s ease}.holland-small-page .product-card:hover .product-overlay{opacity:1;transform:translateY(0)}.holland-small-page .quick-add-btn{align-items:center;background:#fff;border:none;border-radius:50px;color:var(--text-dark);cursor:pointer;display:flex;font-family:Poppins,sans-serif;font-size:13px;font-weight:600;gap:8px;padding:12px 26px;transition:all .3s ease}.holland-small-page.rtl .quick-add-btn{flex-direction:row-reverse;font-family:Tajawal,sans-serif}.holland-small-page .quick-add-btn:hover{background:linear-gradient(135deg,var(--warm-light) 0,var(--warm) 100%);color:var(--text-dark);transform:scale(1.05)}.holland-small-page .product-details{padding:22px}.holland-small-page .product-name{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:var(--text-dark);display:-webkit-box;font-family:Cormorant Garamond,serif;font-size:21px;font-weight:600;line-height:1.3;margin:0 0 8px;overflow:hidden}.holland-small-page.rtl .product-name{font-family:Amiri,serif}.holland-small-page .product-desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:var(--text-dark);display:-webkit-box;font-family:Poppins,sans-serif;font-size:13px;line-height:1.5;margin:0 0 16px;overflow:hidden}.holland-small-page.rtl .product-desc{font-family:Tajawal,sans-serif}.holland-small-page .product-footer{align-items:center;display:flex;justify-content:space-between}.holland-small-page .price-wrapper{display:flex;flex-direction:column;gap:2px}.holland-small-page .price{color:var(--warm-dark);font-family:Poppins,sans-serif;font-size:21px;font-weight:700}.holland-small-page.rtl .price{font-family:Tajawal,sans-serif}.holland-small-page .cart-icon-btn{align-items:center;background:#0000;border:2px solid var(--warning);border-radius:50%;color:var(--warm-dark);display:flex;flex-shrink:0;height:46px;justify-content:center;transition:all .3s ease;width:46px}.holland-small-page .product-card:hover .cart-icon-btn{background:linear-gradient(135deg,var(--warm-dark) 0,var(--warm) 100%);border-color:#0000;color:#fff;transform:rotate(90deg)}.holland-small-page .info-banner{padding:0 0 40px}.holland-small-page .banner-content{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#fcd34d2e,#a78bfa1a);border:1px solid #fcd34d4d;border-radius:20px;display:flex;gap:24px;padding:30px 38px}.holland-small-page.rtl .banner-content{flex-direction:row-reverse;text-align:right}.holland-small-page .banner-icon{align-items:center;background:linear-gradient(135deg,var(--warm-dark) 0,var(--warm) 50%,var(--warm-light) 100%);border-radius:50%;box-shadow:0 10px 30px #d9770659;display:flex;flex-shrink:0;font-size:32px;height:72px;justify-content:center;width:72px}.holland-small-page .banner-text h3{color:var(--text-dark);font-family:Cormorant Garamond,serif;font-size:24px;font-weight:600;margin:0 0 8px}.holland-small-page.rtl .banner-text h3{font-family:Amiri,serif}.holland-small-page .banner-text p{color:var(--text-dark);font-family:Poppins,sans-serif;font-size:14px;line-height:1.6;margin:0}.holland-small-page.rtl .banner-text p{font-family:Tajawal,sans-serif}@media (max-width:1200px){.holland-small-page .hero-title{font-size:44px}.holland-small-page .products-grid{gap:24px;grid-template-columns:repeat(3,1fr)}}@media (max-width:992px){.holland-small-page .products-grid{gap:20px;grid-template-columns:repeat(3,1fr)}.holland-small-page .product-image-wrapper{height:240px}.holland-small-page .banner-content{padding:26px}.holland-small-page .banner-content,.holland-small-page.rtl .banner-content{flex-direction:column;text-align:center}}@media (max-width:768px){.holland-small-page{padding-bottom:60px}.floating-item{font-size:24px;opacity:.15}.fi-1{font-size:28px}.fi-2{font-size:24px}.fi-3{font-size:22px}.fi-4{font-size:20px}.holland-small-page .container{padding:0 16px}.holland-small-page .breadcrumb-nav{padding:12px 0}.holland-small-page .breadcrumb{font-size:12px;gap:6px}.holland-small-page .page-hero{padding:30px 0 25px}.holland-small-page .hero-badge{font-size:12px;gap:8px;margin-bottom:16px;padding:8px 18px}.holland-small-page .hero-title{font-size:32px;margin-bottom:10px}.holland-small-page.rtl .hero-title{font-size:28px}.holland-small-page .hero-subtitle{font-size:14px;margin-bottom:20px;padding:0 10px}.holland-small-page .hero-stats{gap:20px;max-width:360px;padding:16px 24px}.holland-small-page .stat-number{font-size:22px}.holland-small-page .stat-label{font-size:10px}.holland-small-page .stat-divider{height:30px}.holland-small-page .products-section{padding:20px 0 40px}.holland-small-page .products-grid{gap:14px;grid-template-columns:repeat(2,1fr)}.holland-small-page .product-card{border-radius:18px}.holland-small-page .product-card:hover{transform:none}.holland-small-page .product-badge{border-radius:14px;font-size:8px;left:12px;padding:5px 12px;top:12px}.holland-small-page.rtl .product-badge{left:auto;right:12px}.holland-small-page .product-image-wrapper{height:240px}.holland-small-page .product-image{padding:0}.holland-small-page .product-overlay{display:none}.holland-small-page .product-details{padding:14px}.holland-small-page .product-name{font-size:15px;margin-bottom:5px}.holland-small-page .product-desc{-webkit-line-clamp:1;font-size:10px;margin-bottom:10px}.holland-small-page .price{font-size:16px}.holland-small-page .cart-icon-btn{height:38px;width:38px}.holland-small-page .cart-icon-btn svg{height:14px;width:14px}.holland-small-page .info-banner{padding:0 0 30px}.holland-small-page .banner-content{border-radius:18px;gap:14px;padding:20px 16px}.holland-small-page .banner-content,.holland-small-page.rtl .banner-content{flex-direction:column;text-align:center}.holland-small-page .banner-icon{font-size:26px;height:56px;width:56px}.holland-small-page .banner-text h3{font-size:18px;margin-bottom:6px}.holland-small-page .banner-text p{font-size:12px}}@media (max-width:480px){.holland-small-page{padding-bottom:50px}.fi-3,.fi-4{display:none}.glow-2{opacity:.2}.holland-small-page .container{padding:0 12px}.holland-small-page .breadcrumb-nav{padding:10px 0}.holland-small-page .breadcrumb{font-size:11px;gap:4px}.holland-small-page .breadcrumb .separator svg{height:12px;width:12px}.holland-small-page .page-hero{padding:20px 0}.holland-small-page .hero-badge{font-size:11px;gap:6px;margin-bottom:14px;padding:7px 14px}.holland-small-page .hero-title{font-size:26px}.holland-small-page.rtl .hero-title{font-size:24px}.holland-small-page .hero-subtitle{font-size:13px;line-height:1.5;margin-bottom:16px}.holland-small-page .hero-stats{border-radius:14px;gap:16px;max-width:100%;padding:14px 20px}.holland-small-page .stat-number{font-size:20px}.holland-small-page .stat-label{font-size:9px;letter-spacing:.5px}.holland-small-page .stat-divider{height:28px}.holland-small-page .products-section{padding:16px 0 30px}.holland-small-page .products-grid{gap:12px}.holland-small-page .product-card{border-radius:16px}.holland-small-page .product-badge{border-radius:12px;font-size:7px;left:10px;padding:4px 10px;top:10px}.holland-small-page.rtl .product-badge{left:auto;right:10px}.holland-small-page .product-image-wrapper{height:200px}.holland-small-page .product-details,.holland-small-page .product-image{padding:0}.holland-small-page .product-name{font-size:13px;margin-bottom:3px}.holland-small-page .product-desc{display:none}.holland-small-page .price{font-size:14px}.holland-small-page .cart-icon-btn{height:32px;width:32px}.holland-small-page .cart-icon-btn svg{height:12px;width:12px}.holland-small-page .info-banner{padding:0 0 20px}.holland-small-page .banner-content{border-radius:14px;gap:12px;padding:18px 14px}.holland-small-page .banner-icon{font-size:22px;height:48px;width:48px}.holland-small-page .banner-text h3{font-size:16px;margin-bottom:4px}.holland-small-page .banner-text p{font-size:11px;line-height:1.5}}@media (max-width:360px){.holland-small-page .container{padding:0 10px}.holland-small-page .hero-badge{font-size:10px;padding:6px 12px}.holland-small-page .hero-title{font-size:22px}.holland-small-page.rtl .hero-title{font-size:20px}.holland-small-page .hero-subtitle{font-size:12px}.holland-small-page .hero-stats{gap:12px;padding:12px 16px}.holland-small-page .stat-number{font-size:18px}.holland-small-page .stat-label{font-size:8px}.holland-small-page .stat-divider{height:24px}.holland-small-page .products-grid{gap:10px}.holland-small-page .product-image-wrapper{height:130px}.holland-small-page .product-details{padding:0}.holland-small-page .price,.holland-small-page .product-name{font-size:12px}.holland-small-page .product-badge{font-size:6px;padding:3px 8px}.holland-small-page .cart-icon-btn{height:28px;width:28px}.holland-small-page .cart-icon-btn svg{height:10px;width:10px}.holland-small-page .banner-content{padding:14px 12px}.holland-small-page .banner-icon{font-size:18px;height:42px;width:42px}.holland-small-page .banner-text h3{font-size:14px}.holland-small-page .banner-text p{font-size:10px}}@media (prefers-reduced-motion:reduce){.banner-icon,.cart-icon-btn,.floating-item,.product-card,.product-image{animation:none!important;transition:none!important}}.holland-small-page .cart-icon-btn:focus-visible,.holland-small-page .product-card:focus-visible,.holland-small-page .quick-add-btn:focus-visible{outline:2px solid var(--warm-dark);outline-offset:2px}@media print{.holland-small-bg{display:none}.holland-small-page .product-card{border:1px solid var(--border-medium);box-shadow:none;break-inside:avoid;page-break-inside:avoid}.holland-small-page .info-banner{display:none}}.vase-page{background:linear-gradient(180deg,#f0fdfa,#ccfbf1 50%,#ecfeff);min-height:100vh;overflow-x:hidden;position:relative}.vase-page.rtl{direction:rtl}.vase-bg{height:100%;left:0;overflow:hidden;pointer-events:none;position:fixed;top:0;width:100%;z-index:0}.vase-glow{border-radius:50%;filter:blur(120px);opacity:.4;position:absolute}.vase-page .glow-1{background:radial-gradient(circle,#99f6e4 0,#0000 70%);height:500px;right:-100px;top:-150px;width:500px}.vase-page .glow-2{background:radial-gradient(circle,#5eead4 0,#0000 70%);bottom:20%;height:400px;left:-120px;opacity:.3;width:400px}.floating-vase{animation:vaseFloat 18s ease-in-out infinite;font-size:28px;opacity:.18;position:absolute}.fv-1{animation-delay:0s;font-size:32px;left:4%;top:8%}.fv-2{animation-delay:-5s;font-size:26px;right:5%;top:35%}.fv-3{animation-delay:-10s;bottom:40%;font-size:30px;left:8%}.fv-4{animation-delay:-15s;bottom:15%;font-size:28px;right:10%}@keyframes vaseFloat{0%,to{transform:translateY(0) rotate(0deg)}25%{transform:translateY(-18px) rotate(8deg)}50%{transform:translateY(-8px) rotate(-5deg)}75%{transform:translateY(-22px) rotate(5deg)}}.vase-page .container{margin:0 auto;max-width:1400px;padding:0 24px;position:relative;width:100%;z-index:1}.vase-hero{background:linear-gradient(180deg,#fff5f7e6,#fff0f3f2);padding:50px 0 40px;text-align:center}.vase-page .hero-badge{align-items:center;background:linear-gradient(135deg,#0d9488,#14b8a6);border-radius:50px;box-shadow:0 8px 30px #e11d4859;color:#fff;display:inline-flex;font-family:Poppins,sans-serif;font-size:13px;font-weight:600;gap:12px;letter-spacing:1.5px;margin-bottom:24px;padding:12px 28px}.vase-page.rtl .hero-badge{font-family:Tajawal,sans-serif;letter-spacing:0}.vase-page .hero-title{color:#1f2937;font-family:Cormorant Garamond,serif;font-size:56px;font-style:italic;font-weight:500;line-height:1.2;margin:0 0 16px}.vase-page.rtl .hero-title{font-family:Amiri,serif;font-size:48px}.vase-page .hero-subtitle{color:#6b7280;font-family:Poppins,sans-serif;font-size:16px;font-weight:300;line-height:1.6;margin:0}.vase-page.rtl .hero-subtitle{font-family:Tajawal,sans-serif}.vase-content{padding:40px 0 60px}.vase-page.rtl .filters-title{font-family:Tajawal,sans-serif}.vase-page.rtl .filter-heading{font-family:Tajawal,sans-serif;letter-spacing:0;text-transform:none}.vase-page.rtl .currency-label{border-left:1px solid #e5e7eb;border-right:none}.vase-page.rtl .highest-price{font-family:Tajawal,sans-serif}.checkbox-item:hover{background:#f0fdfa}.checkbox-item input:checked+.checkmark{background:#0d9488;border-color:#0d9488}.vase-page.rtl .checkbox-label,.vase-page.rtl .items-count,.vase-page.rtl .sort-select,.vase-page.rtl .sort-wrapper label{font-family:Tajawal,sans-serif}.vase-page.rtl .sort-select{background-position:left 12px center;padding:10px 14px 10px 36px}.sort-select:focus{border-color:#0d9488}.view-btn.active{color:#0d9488}.vase-page .product-card{animation:cardFadeIn .5s ease-out forwards;background:#fff;border-radius:16px;box-shadow:0 2px 12px #0000000a;display:block;opacity:0;overflow:hidden;position:relative;text-decoration:none;transition:all .35s cubic-bezier(.4,0,.2,1)}.vase-page .product-card:hover{box-shadow:0 12px 40px #e11d481f;transform:translateY(-6px)}.vase-page.rtl .discount-badge{left:auto;right:12px}.vase-page .product-badge{border-radius:20px;font-family:Poppins,sans-serif;font-size:11px;font-weight:600;left:12px;letter-spacing:.3px;padding:6px 14px;position:absolute;text-transform:uppercase;top:12px;z-index:10}.vase-page.rtl .product-badge{font-family:Tajawal,sans-serif;left:auto;right:12px;text-transform:none}.vase-page .product-card:has(.discount-badge) .product-badge{top:48px}.vase-page .badge-pink{background:linear-gradient(135deg,#ec4899,#f472b6);color:#fff}.vase-page .badge-purple{background:linear-gradient(135deg,#8b5cf6,#a78bfa);color:#fff}.vase-page .badge-white{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);color:#475569}.vase-page .badge-yellow{background:linear-gradient(135deg,#fbbf24,#fcd34d);color:#78350f}.vase-page .badge-mix{background:linear-gradient(135deg,#ec4899,#8b5cf6 50%,#fbbf24);color:#fff}.vase-page .badge-premium{background:linear-gradient(135deg,#f59e0b,#fbbf24);color:#fff}.vase-page .product-image-wrapper{background:linear-gradient(180deg,#fefefe,#faf8f7);height:240px;overflow:hidden;position:relative}.vase-page .product-image{height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1);width:100%}.vase-page .product-card:hover .product-image{transform:scale(1.05)}.quick-add-btn{color:#0d9488}.vase-page.rtl .quick-add-btn{left:12px;right:auto}.vase-page .product-card:hover .quick-add-btn{opacity:1;transform:translateY(0)}.quick-add-btn:hover{background:#0d9488}.vase-page .product-details{padding:18px}.vase-page .product-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#374151;display:-webkit-box;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;line-height:1.4;margin:0 0 8px;overflow:hidden}.vase-page.rtl .product-name{font-family:Tajawal,sans-serif}.vase-page .price-wrapper{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.vase-page .original-price{color:#9ca3af;font-family:Poppins,sans-serif;font-size:13px;text-decoration:line-through}.vase-page .final-price{color:#1f2937;font-family:Poppins,sans-serif;font-size:16px;font-weight:600}.spinner{border:3px solid #99f6e4;border-top-color:#0d9488}.vase-page.rtl .banner-content{flex-direction:row-reverse}.banner-icon{background:linear-gradient(135deg,#0d9488,#14b8a6)}.banner-text h3{color:#0f766e}.vase-page.rtl .banner-text h3{font-family:Amiri,serif;text-align:right}.vase-page.rtl .banner-text p{font-family:Tajawal,sans-serif;text-align:right}@media (max-width:992px){.vase-page .hero-title{font-size:44px}.products-grid{gap:18px;grid-template-columns:repeat(2,1fr)}.vase-page .product-image-wrapper{height:200px}}@media (max-width:768px){.vase-page .container{padding:0 16px}.vase-hero{padding:35px 0 30px}.vase-page .hero-badge{font-size:11px;padding:10px 20px}.vase-page .hero-title{font-size:36px}.vase-page.rtl .hero-title{font-size:32px}.vase-page .hero-subtitle{font-size:14px}.content-wrapper{flex-direction:column;gap:24px}.filters-sidebar{border-radius:12px;padding:20px;position:static;width:100%}.filters-title{font-size:18px;margin-bottom:20px}.filter-section{margin-bottom:20px;padding-bottom:20px}.vase-content{padding:30px 0 40px}.products-toolbar{flex-wrap:wrap;gap:16px}.toolbar-right{justify-content:space-between;width:100%}.products-grid{gap:14px;grid-template-columns:repeat(2,1fr)}.vase-page .product-card{border-radius:12px}.vase-page .product-image-wrapper{height:180px}.vase-page .product-details{padding:14px}.vase-page .product-name{font-size:13px;margin-bottom:6px}.vase-page .final-price{font-size:15px}.quick-add-btn{height:38px;opacity:1;transform:translateY(0);width:38px}.info-banner{padding:0 0 40px}.banner-content{gap:16px;padding:24px 20px;text-align:center}.banner-content,.vase-page.rtl .banner-content{flex-direction:column}.banner-icon{font-size:26px;height:60px;width:60px}.banner-text h3{font-size:20px}.banner-text p{font-size:13px}.vase-page.rtl .banner-text h3,.vase-page.rtl .banner-text p{text-align:center}.fv-2,.fv-4{display:none}}@media (max-width:480px){.vase-page .container{padding:0 12px}.vase-hero{padding:28px 0 24px}.vase-page .hero-badge{font-size:10px;gap:8px;padding:8px 16px}.vase-page .hero-title{font-size:28px}.vase-page.rtl .hero-title{font-size:26px}.vase-page .hero-subtitle{font-size:13px}.filters-sidebar{padding:16px}.filters-title{font-size:16px;margin-bottom:16px}.price-inputs{flex-direction:column;gap:8px}.price-input-group{width:100%}.price-separator{display:none}.vase-content{padding:20px 0 30px}.products-toolbar{margin-bottom:20px;padding-bottom:16px}.items-count{font-size:14px}.sort-wrapper label{display:none}.sort-select{font-size:13px;min-width:130px;padding:8px 30px 8px 12px}.view-toggle{padding:3px}.view-btn{height:32px;width:32px}.products-grid{gap:10px}.vase-page .product-card{border-radius:10px}.discount-badge{font-size:10px;left:8px;padding:4px 8px;top:8px}.vase-page .product-badge{font-size:9px;left:8px;padding:4px 10px;top:8px}.vase-page .product-card:has(.discount-badge) .product-badge{top:38px}.vase-page .product-image-wrapper{height:150px}.vase-page .product-details{padding:12px}.vase-page .product-name{-webkit-line-clamp:1;font-size:12px;margin-bottom:4px}.vase-page .original-price{font-size:11px}.vase-page .final-price{font-size:14px}.quick-add-btn{bottom:8px;height:34px;right:8px;width:34px}.quick-add-btn svg{height:16px;width:16px}.info-banner{padding:0 0 30px}.banner-content{border-radius:14px;gap:14px;padding:20px 16px}.banner-icon{font-size:22px;height:52px;width:52px}.banner-text h3{font-size:17px;margin-bottom:4px}.banner-text p{font-size:12px;line-height:1.5}.fv-3{display:none}}@media (max-width:360px){.vase-page .container{padding:0 10px}.vase-page .hero-title{font-size:24px}.vase-page .hero-subtitle{font-size:12px}.products-grid{gap:8px}.vase-page .product-image-wrapper{height:130px}.vase-page .product-details{padding:10px}.vase-page .product-name{font-size:11px}.vase-page .final-price{font-size:13px}}@media (prefers-reduced-motion:reduce){.floating-vase,.product-card,.product-image,.quick-add-btn,.spinner{animation:none!important;transition:none!important}}.vase-page .product-card:focus-visible,.vase-page .quick-add-btn:focus-visible,.vase-page .sort-select:focus-visible,.vase-page .view-btn:focus-visible{outline:2px solid #0d9488;outline-offset:2px}@media print{.filters-sidebar,.info-banner,.products-toolbar,.quick-add-btn,.vase-bg{display:none!important}.content-wrapper{display:block}.products-grid{grid-template-columns:repeat(3,1fr)}.vase-page .product-card{border:1px solid #e5e7eb;box-shadow:none;break-inside:avoid;page-break-inside:avoid}}.baby-roses-page{background:linear-gradient(180deg,#fff1f2 0,var(--primary-lightest) 50%,var(--primary-lightest) 100%);min-height:100vh;overflow-x:hidden;padding-bottom:80px;position:relative}.baby-roses-page.rtl{direction:rtl}.baby-roses-bg{height:100%;left:0;overflow:hidden;pointer-events:none;position:fixed;top:0;width:100%;z-index:0}.baby-glow{border-radius:50%;filter:blur(100px);opacity:.4;position:absolute}.glow-1{background:radial-gradient(circle,var(--primary-light) 0,#0000 70%);height:480px;right:-90px;top:-140px;width:480px}.glow-2{bottom:12%;height:400px;opacity:.32;width:400px}.floating-rose{animation:roseFloat 16s ease-in-out infinite;font-size:30px;opacity:.22;position:absolute}.fr-1{animation-delay:0s;font-size:36px;left:6%;top:9%}.fr-2{animation-delay:-4s;font-size:30px;right:8%;top:28%}.fr-3{animation-delay:-8s;bottom:34%;font-size:32px;left:11%}.fr-4{animation-delay:-12s;bottom:17%;font-size:26px;right:13%}@keyframes roseFloat{0%,to{transform:translateY(0) rotate(0deg) scale(1)}25%{transform:translateY(-16px) rotate(5deg) scale(1.06)}50%{transform:translateY(-6px) rotate(-3deg) scale(1)}75%{transform:translateY(-20px) rotate(3deg) scale(1.04)}}.baby-roses-page .container{margin:0 auto;max-width:1400px;padding:0 24px;position:relative;width:100%;z-index:1}.baby-roses-page .breadcrumb-nav{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffffe0;border-bottom:1px solid #d4a5a526;padding:20px 0}.baby-roses-page .breadcrumb{align-items:center;display:flex;font-family:Poppins,sans-serif;font-size:14px;gap:8px;list-style:none;margin:0;padding:0}.baby-roses-page.rtl .breadcrumb{font-family:Tajawal,sans-serif}.baby-roses-page .breadcrumb a{color:var(--error);text-decoration:none;transition:color .3s ease}.baby-roses-page .breadcrumb a:hover{color:var(--error)}.baby-roses-page .breadcrumb .separator{color:var(--primary-light);display:flex}.baby-roses-page.rtl .breadcrumb .separator svg{transform:scaleX(-1)}.baby-roses-page .breadcrumb .current{color:var(--error-dark);font-weight:500}.baby-roses-page .page-hero{padding:50px 0 40px;text-align:center}.baby-roses-page .hero-content{margin:0 auto;max-width:800px}.baby-roses-page .hero-badge{align-items:center;background:linear-gradient(135deg,var(--error) 0,var(--error) 50%,#fb7185 100%);border-radius:50px;box-shadow:0 8px 30px #d4a5a559;color:#fff;display:inline-flex;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;gap:12px;margin-bottom:20px;padding:10px 24px}.baby-roses-page.rtl .hero-badge{font-family:Tajawal,sans-serif}.baby-roses-page .hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--error-dark) 0,var(--error) 50%,var(--error) 100%);-webkit-background-clip:text;background-clip:text;color:var(--error-dark);font-family:Cormorant Garamond,serif;font-size:54px;font-weight:600;line-height:1.2;margin:0 0 14px}.baby-roses-page.rtl .hero-title{font-family:Amiri,serif;font-size:48px}.baby-roses-page .hero-subtitle{color:var(--primary-darker);font-family:Poppins,sans-serif;font-size:17px;font-weight:300;line-height:1.7;margin:0 0 28px}.baby-roses-page.rtl .hero-subtitle{font-family:Tajawal,sans-serif}.baby-roses-page .hero-stats{align-items:center;background:#fff;border-radius:18px;box-shadow:0 10px 40px #d4a5a51f;display:flex;gap:35px;justify-content:center;margin:0 auto;max-width:460px;padding:20px 40px}.baby-roses-page .stat{text-align:center}.baby-roses-page .stat-number{color:var(--error);display:block;font-family:Cormorant Garamond,serif;font-size:28px;font-weight:700;line-height:1}.baby-roses-page.rtl .stat-number{font-family:Amiri,serif}.baby-roses-page .stat-label{color:var(--primary-darker);font-family:Poppins,sans-serif;font-size:11px;letter-spacing:1px;text-transform:uppercase}.baby-roses-page.rtl .stat-label{font-family:Tajawal,sans-serif;letter-spacing:0;text-transform:none}.baby-roses-page .stat-divider{background:linear-gradient(180deg,#0000,var(--primary-light),#0000);height:40px;width:1px}.baby-roses-page .products-section{padding:25px 0 60px}.baby-roses-page .products-grid{grid-gap:26px;display:grid;gap:26px;grid-template-columns:repeat(4,1fr)}.baby-roses-page .product-card{animation:cardBaby .6s ease-out forwards;background:#fff;border-radius:20px;box-shadow:0 8px 32px #be123c0f;cursor:pointer;display:block;opacity:0;overflow:hidden;position:relative;text-decoration:none;transition:all .45s cubic-bezier(.4,0,.2,1)}@keyframes cardBaby{0%{opacity:0;transform:translateY(30px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.baby-roses-page .product-card:hover{box-shadow:0 28px 65px #d4a5a526;transform:translateY(-12px)}.baby-roses-page .product-badge{border-radius:20px;font-family:Poppins,sans-serif;font-size:10px;font-weight:600;left:16px;letter-spacing:.5px;padding:7px 16px;position:absolute;text-transform:uppercase;top:16px;z-index:10}.baby-roses-page.rtl .product-badge{font-family:Tajawal,sans-serif;left:auto;right:16px;text-transform:none}.baby-roses-page .badge-pink{background:linear-gradient(135deg,var(--primary-light) 0,var(--primary-light) 100%);box-shadow:0 4px 15px #ec489966;color:#fff}.baby-roses-page .badge-peach{background:linear-gradient(135deg,var(--warm) 0,var(--warm-light) 100%);box-shadow:0 4px 15px #fb923c66;color:#7c2d12}.baby-roses-page .badge-mix{background:linear-gradient(135deg,var(--primary-light) 0,var(--secondary-light) 50%,var(--warm-light) 100%);box-shadow:0 4px 15px #a78bfa66;color:#fff}.baby-roses-page .badge-white{background:linear-gradient(135deg,var(--bg-secondary) 0,var(--border-light) 100%);box-shadow:0 4px 15px #94a3b84d;color:var(--text-secondary)}.baby-roses-page .badge-premium{background:linear-gradient(135deg,var(--warm) 0,var(--warm-light) 100%);box-shadow:0 4px 15px #f59e0b66;color:var(--text-dark)}.baby-roses-page .product-image-wrapper{background:linear-gradient(180deg,#fff1f2 0,var(--primary-lightest) 100%);height:270px;overflow:hidden;position:relative}.baby-roses-page .product-image{height:100%;object-fit:cover;padding:16px;transition:transform .6s cubic-bezier(.4,0,.2,1);width:100%}.baby-roses-page .product-card:hover .product-image{transform:scale(1.08)}.baby-roses-page .product-overlay{background:linear-gradient(180deg,#0000,#be123ce6);bottom:0;display:flex;justify-content:center;left:0;opacity:0;padding:20px;position:absolute;right:0;transform:translateY(15px);transition:all .35s ease}.baby-roses-page .product-card:hover .product-overlay{opacity:1;transform:translateY(0)}.baby-roses-page .quick-add-btn{align-items:center;background:#fff;border:none;border-radius:50px;color:var(--error-dark);cursor:pointer;display:flex;font-family:Poppins,sans-serif;font-size:13px;font-weight:600;gap:8px;padding:12px 26px;transition:all .3s ease}.baby-roses-page.rtl .quick-add-btn{flex-direction:row-reverse;font-family:Tajawal,sans-serif}.baby-roses-page .quick-add-btn:hover{background:linear-gradient(135deg,var(--error) 0,#fb7185 100%);color:#fff;transform:scale(1.05)}.baby-roses-page .product-details{padding:22px}.baby-roses-page .product-name{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:var(--error-dark);display:-webkit-box;font-family:Cormorant Garamond,serif;font-size:20px;font-weight:600;line-height:1.3;margin:0 0 8px;overflow:hidden}.baby-roses-page.rtl .product-name{font-family:Amiri,serif}.baby-roses-page .product-desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:var(--primary-darker);display:-webkit-box;font-family:Poppins,sans-serif;font-size:13px;line-height:1.5;margin:0 0 16px;overflow:hidden}.baby-roses-page.rtl .product-desc{font-family:Tajawal,sans-serif}.baby-roses-page .product-footer{align-items:center;display:flex;justify-content:space-between}.baby-roses-page .price-wrapper{display:flex;flex-direction:column;gap:2px}.baby-roses-page .price{color:var(--error);font-family:Poppins,sans-serif;font-size:19px;font-weight:700}.baby-roses-page.rtl .price{font-family:Tajawal,sans-serif}.baby-roses-page .cart-icon-btn{align-items:center;background:#0000;border:2px solid var(--primary-light);border-radius:50%;color:var(--error);display:flex;flex-shrink:0;height:44px;justify-content:center;transition:all .3s ease;width:44px}.baby-roses-page .product-card:hover .cart-icon-btn{background:linear-gradient(135deg,var(--error) 0,var(--error) 100%);border-color:#0000;color:#fff;transform:rotate(90deg)}.baby-roses-page .info-banner{padding:0 0 40px}.baby-roses-page .banner-content{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#fda4af2e,#fdba741f);border:1px solid #fda4af4d;border-radius:20px;display:flex;gap:24px;padding:28px 35px}.baby-roses-page.rtl .banner-content{flex-direction:row-reverse;text-align:right}.baby-roses-page .banner-icon{align-items:center;background:linear-gradient(135deg,var(--error) 0,var(--error) 50%,#fb7185 100%);border-radius:50%;box-shadow:0 10px 30px #d4a5a559;display:flex;flex-shrink:0;font-size:32px;height:70px;justify-content:center;width:70px}.baby-roses-page .banner-text h3{color:var(--error-dark);font-family:Cormorant Garamond,serif;font-size:24px;font-weight:600;margin:0 0 8px}.baby-roses-page.rtl .banner-text h3{font-family:Amiri,serif}.baby-roses-page .banner-text p{color:var(--primary-darker);font-family:Poppins,sans-serif;font-size:14px;line-height:1.6;margin:0}.baby-roses-page.rtl .banner-text p{font-family:Tajawal,sans-serif}@media (max-width:1200px){.baby-roses-page .hero-title{font-size:46px}.baby-roses-page .products-grid{gap:22px;grid-template-columns:repeat(3,1fr)}}@media (max-width:992px){.baby-roses-page .products-grid{gap:18px;grid-template-columns:repeat(3,1fr)}.baby-roses-page .product-image-wrapper{height:230px}.baby-roses-page .banner-content{padding:24px}.baby-roses-page .banner-content,.baby-roses-page.rtl .banner-content{flex-direction:column;text-align:center}}@media (max-width:768px){.baby-roses-page{padding-bottom:60px}.floating-rose{font-size:24px;opacity:.16}.fr-1{font-size:28px}.fr-2{font-size:24px}.fr-3{font-size:26px}.fr-4{font-size:20px}.baby-roses-page .container{padding:0 16px}.baby-roses-page .breadcrumb-nav{padding:12px 0}.baby-roses-page .breadcrumb{font-size:12px;gap:6px}.baby-roses-page .page-hero{padding:30px 0 25px}.baby-roses-page .hero-badge{font-size:12px;gap:8px;margin-bottom:16px;padding:8px 18px}.baby-roses-page .hero-title{font-size:32px;margin-bottom:10px}.baby-roses-page.rtl .hero-title{font-size:28px}.baby-roses-page .hero-subtitle{font-size:14px;margin-bottom:20px;padding:0 10px}.baby-roses-page .hero-stats{gap:20px;max-width:360px;padding:16px 24px}.baby-roses-page .stat-number{font-size:22px}.baby-roses-page .stat-label{font-size:10px}.baby-roses-page .stat-divider{height:30px}.baby-roses-page .products-section{padding:20px 0 40px}.baby-roses-page .products-grid{gap:14px;grid-template-columns:repeat(2,1fr)}.baby-roses-page .product-card{border-radius:18px}.baby-roses-page .product-card:hover{transform:none}.baby-roses-page .product-badge{border-radius:14px;font-size:8px;left:12px;padding:5px 12px;top:12px}.baby-roses-page.rtl .product-badge{left:auto;right:12px}.baby-roses-page .product-image-wrapper{height:240px}.baby-roses-page .product-image{padding:0}.baby-roses-page .product-overlay{display:none}.baby-roses-page .product-details{padding:14px}.baby-roses-page .product-name{font-size:15px;margin-bottom:5px}.baby-roses-page .product-desc{-webkit-line-clamp:1;font-size:10px;margin-bottom:10px}.baby-roses-page .price{font-size:15px}.baby-roses-page .cart-icon-btn{height:36px;width:36px}.baby-roses-page .cart-icon-btn svg{height:14px;width:14px}.baby-roses-page .info-banner{padding:0 0 30px}.baby-roses-page .banner-content{border-radius:18px;gap:14px;padding:20px 16px}.baby-roses-page .banner-content,.baby-roses-page.rtl .banner-content{flex-direction:column;text-align:center}.baby-roses-page .banner-icon{font-size:26px;height:56px;width:56px}.baby-roses-page .banner-text h3{font-size:18px;margin-bottom:6px}.baby-roses-page .banner-text p{font-size:12px}}@media (max-width:480px){.baby-roses-page{padding-bottom:50px}.fr-3,.fr-4{display:none}.glow-2{opacity:.22}.baby-roses-page .container{padding:0 12px}.baby-roses-page .breadcrumb-nav{padding:10px 0}.baby-roses-page .breadcrumb{font-size:11px;gap:4px}.baby-roses-page .breadcrumb .separator svg{height:12px;width:12px}.baby-roses-page .page-hero{padding:20px 0}.baby-roses-page .hero-badge{font-size:11px;gap:6px;margin-bottom:14px;padding:7px 14px}.baby-roses-page .hero-title{font-size:26px}.baby-roses-page.rtl .hero-title{font-size:24px}.baby-roses-page .hero-subtitle{font-size:13px;line-height:1.5;margin-bottom:16px}.baby-roses-page .hero-stats{border-radius:14px;gap:16px;max-width:100%;padding:14px 20px}.baby-roses-page .stat-number{font-size:20px}.baby-roses-page .stat-label{font-size:9px;letter-spacing:.5px}.baby-roses-page .stat-divider{height:28px}.baby-roses-page .products-section{padding:16px 0 30px}.baby-roses-page .products-grid{gap:12px}.baby-roses-page .product-card{border-radius:16px}.baby-roses-page .product-badge{border-radius:12px;font-size:7px;left:10px;padding:4px 10px;top:10px}.baby-roses-page.rtl .product-badge{left:auto;right:10px}.baby-roses-page .product-image-wrapper{height:200px}.baby-roses-page .product-details,.baby-roses-page .product-image{padding:0}.baby-roses-page .product-name{font-size:13px;margin-bottom:3px}.baby-roses-page .product-desc{display:none}.baby-roses-page .price{font-size:13px}.baby-roses-page .cart-icon-btn{height:32px;width:32px}.baby-roses-page .cart-icon-btn svg{height:12px;width:12px}.baby-roses-page .info-banner{padding:0 0 20px}.baby-roses-page .banner-content{border-radius:14px;gap:12px;padding:18px 14px}.baby-roses-page .banner-icon{font-size:22px;height:48px;width:48px}.baby-roses-page .banner-text h3{font-size:16px;margin-bottom:4px}.baby-roses-page .banner-text p{font-size:11px;line-height:1.5}}@media (max-width:360px){.baby-roses-page .container{padding:0 10px}.baby-roses-page .hero-badge{font-size:10px;padding:6px 12px}.baby-roses-page .hero-title{font-size:22px}.baby-roses-page.rtl .hero-title{font-size:20px}.baby-roses-page .hero-subtitle{font-size:12px}.baby-roses-page .hero-stats{gap:12px;padding:12px 16px}.baby-roses-page .stat-number{font-size:18px}.baby-roses-page .stat-label{font-size:8px}.baby-roses-page .stat-divider{height:24px}.baby-roses-page .products-grid{gap:10px}.baby-roses-page .product-image-wrapper{height:130px}.baby-roses-page .product-details{padding:0}.baby-roses-page .price,.baby-roses-page .product-name{font-size:12px}.baby-roses-page .product-badge{font-size:6px;padding:3px 8px}.baby-roses-page .cart-icon-btn{height:28px;width:28px}.baby-roses-page .cart-icon-btn svg{height:10px;width:10px}.baby-roses-page .banner-content{padding:14px 12px}.baby-roses-page .banner-icon{font-size:18px;height:42px;width:42px}.baby-roses-page .banner-text h3{font-size:14px}.baby-roses-page .banner-text p{font-size:10px}}@media (prefers-reduced-motion:reduce){.banner-icon,.cart-icon-btn,.floating-rose,.product-card,.product-image{animation:none!important;transition:none!important}}.baby-roses-page .cart-icon-btn:focus-visible,.baby-roses-page .product-card:focus-visible,.baby-roses-page .quick-add-btn:focus-visible{outline:2px solid var(--error);outline-offset:2px}@media print{.baby-roses-bg{display:none}.baby-roses-page .product-card{border:1px solid var(--border-medium);box-shadow:none;break-inside:avoid;page-break-inside:avoid}.baby-roses-page .info-banner{display:none}}.single-flower-page{background:linear-gradient(180deg,#fdf4ff,#fae8ff 50%,#f5d0fe);min-height:100vh;overflow-x:hidden;position:relative}.single-flower-page.rtl{direction:rtl}.single-flower-bg{height:100%;left:0;overflow:hidden;pointer-events:none;position:fixed;top:0;width:100%;z-index:0}.flower-glow{border-radius:50%;filter:blur(120px);opacity:.4;position:absolute}.single-flower-page .glow-1{background:radial-gradient(circle,#f0abfc 0,#0000 70%);height:500px;right:-100px;top:-150px;width:500px}.single-flower-page .glow-2{background:radial-gradient(circle,#e879f9 0,#0000 70%);bottom:20%;height:400px;left:-120px;opacity:.3;width:400px}.floating-flower{animation:flowerFloat 18s ease-in-out infinite;font-size:28px;opacity:.18;position:absolute}.ff-1{animation-delay:0s;font-size:32px;left:4%;top:8%}.ff-2{animation-delay:-5s;font-size:26px;right:5%;top:35%}.ff-3{animation-delay:-10s;bottom:40%;font-size:30px;left:8%}.ff-4{animation-delay:-15s;bottom:15%;font-size:28px;right:10%}@keyframes flowerFloat{0%,to{transform:translateY(0) rotate(0deg)}25%{transform:translateY(-18px) rotate(8deg)}50%{transform:translateY(-8px) rotate(-5deg)}75%{transform:translateY(-22px) rotate(5deg)}}.single-flower-page .container{margin:0 auto;max-width:1400px;padding:0 24px;position:relative;width:100%;z-index:1}.single-flower-hero{background:linear-gradient(180deg,#fff5f7e6,#fff0f3f2);padding:50px 0 40px;text-align:center}.single-flower-page .hero-badge{align-items:center;background:linear-gradient(135deg,#a21caf,#c026d3);border-radius:50px;box-shadow:0 8px 30px #e11d4859;color:#fff;display:inline-flex;font-family:Poppins,sans-serif;font-size:13px;font-weight:600;gap:12px;letter-spacing:1.5px;margin-bottom:24px;padding:12px 28px}.single-flower-page.rtl .hero-badge{font-family:Tajawal,sans-serif;letter-spacing:0}.single-flower-page .hero-title{color:#1f2937;font-family:Cormorant Garamond,serif;font-size:56px;font-style:italic;font-weight:500;line-height:1.2;margin:0 0 16px}.single-flower-page.rtl .hero-title{font-family:Amiri,serif;font-size:48px}.single-flower-page .hero-subtitle{color:#6b7280;font-family:Poppins,sans-serif;font-size:16px;font-weight:300;line-height:1.6;margin:0}.single-flower-page.rtl .hero-subtitle{font-family:Tajawal,sans-serif}.single-flower-content{padding:40px 0 60px}.content-wrapper{align-items:flex-start;display:flex;gap:40px}.filters-sidebar{background:#fff;border:1px solid #0000000a;border-radius:16px;box-shadow:0 4px 20px #0000000a;flex-shrink:0;padding:28px;top:100px;width:280px}.filters-title{color:#1f2937;font-size:20px;margin:0 0 28px}.single-flower-page.rtl .filters-title{font-family:Tajawal,sans-serif}.filter-section{border-bottom:1px solid #f3f4f6;margin-bottom:28px;padding-bottom:28px}.filter-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.filter-heading{align-items:center;color:#6b7280;cursor:pointer;display:flex;font-family:Poppins,sans-serif;font-size:12px;font-weight:600;justify-content:space-between;letter-spacing:.5px;margin:0 0 16px;text-transform:uppercase}.single-flower-page.rtl .filter-heading{font-family:Tajawal,sans-serif;letter-spacing:0;text-transform:none}.price-inputs{gap:10px}.price-input-group{background:#f9fafb;border:1px solid #e5e7eb}.currency-label{background:#f3f4f6;border-right:1px solid #e5e7eb;color:#6b7280;font-family:Poppins,sans-serif;font-size:13px;font-weight:500;padding:10px 12px}.single-flower-page.rtl .currency-label{border-left:1px solid #e5e7eb;border-right:none}.price-input{background:#0000;border:none;color:#374151;flex:1 1;font-family:Poppins,sans-serif;font-size:14px;outline:none;padding:10px 12px;width:100%}.price-input::placeholder{color:#9ca3af}.price-separator{color:#9ca3af;font-weight:500}.highest-price{color:#9ca3af;font-family:Poppins,sans-serif;font-size:12px;margin:12px 0 0}.single-flower-page.rtl .highest-price{font-family:Tajawal,sans-serif}.checkbox-group{display:flex;flex-direction:column;gap:14px}.checkbox-item{align-items:center;border-radius:8px;cursor:pointer;display:flex;gap:12px;padding:8px 12px;transition:background .2s ease}.checkbox-item:hover{background:#fdf4ff}.checkbox-item input{display:none}.checkmark{border:2px solid #d1d5db;border-radius:4px;flex-shrink:0;height:20px;position:relative;transition:all .2s ease;width:20px}.checkbox-item input:checked+.checkmark{background:#a21caf;border-color:#a21caf}.checkbox-item input:checked+.checkmark:after{border:solid #fff;border-width:0 2px 2px 0;content:"";height:10px;left:6px;position:absolute;top:2px;transform:rotate(45deg);width:5px}.checkbox-label{color:#374151;font-family:Poppins,sans-serif;font-size:14px}.single-flower-page.rtl .checkbox-label{font-family:Tajawal,sans-serif}.products-area{flex:1 1;min-width:0}.products-toolbar{border-bottom:1px solid #f3f4f6;margin-bottom:28px}.items-count{color:#6b7280;font-size:15px}.single-flower-page.rtl .items-count{font-family:Tajawal,sans-serif}.sort-wrapper{align-items:center;display:flex;gap:10px}.sort-wrapper label{color:#6b7280;font-family:Poppins,sans-serif;font-size:14px}.single-flower-page.rtl .sort-wrapper label{font-family:Tajawal,sans-serif}.sort-select{-webkit-appearance:none;appearance:none;background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") no-repeat right 12px center;border:1px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;font-family:Poppins,sans-serif;font-size:14px;min-width:160px;padding:10px 36px 10px 14px}.single-flower-page.rtl .sort-select{background-position:left 12px center;font-family:Tajawal,sans-serif;padding:10px 14px 10px 36px}.sort-select:focus{border-color:#a21caf;outline:none}.view-toggle{background:#f3f4f6}.view-btn{color:#9ca3af}.view-btn:hover{color:#6b7280}.view-btn.active{color:#a21caf}.products-grid{grid-gap:24px;gap:24px;grid-template-columns:repeat(4,1fr)}.single-flower-page .product-card{animation:cardFadeIn .5s ease-out forwards;background:#fff;border-radius:16px;box-shadow:0 2px 12px #0000000a;display:block;opacity:0;overflow:hidden;position:relative;text-decoration:none;transition:all .35s cubic-bezier(.4,0,.2,1)}.single-flower-page .product-card:hover{box-shadow:0 12px 40px #e11d481f;transform:translateY(-6px)}.discount-badge{background:#ef4444;border-radius:20px;color:#fff;font-family:Poppins,sans-serif;font-size:12px;font-weight:600;left:12px;padding:6px 12px;position:absolute;top:12px;z-index:15}.single-flower-page.rtl .discount-badge{left:auto;right:12px}.single-flower-page .product-badge{border-radius:20px;font-family:Poppins,sans-serif;font-size:11px;font-weight:600;left:12px;letter-spacing:.3px;padding:6px 14px;position:absolute;text-transform:uppercase;top:12px;z-index:10}.single-flower-page.rtl .product-badge{font-family:Tajawal,sans-serif;left:auto;right:12px;text-transform:none}.single-flower-page .product-card:has(.discount-badge) .product-badge{top:48px}.single-flower-page .badge-pink{background:linear-gradient(135deg,#ec4899,#f472b6);color:#fff}.single-flower-page .badge-purple{background:linear-gradient(135deg,#8b5cf6,#a78bfa);color:#fff}.single-flower-page .badge-white{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);color:#475569}.single-flower-page .badge-yellow{background:linear-gradient(135deg,#fbbf24,#fcd34d);color:#78350f}.single-flower-page .badge-mix{background:linear-gradient(135deg,#ec4899,#8b5cf6 50%,#fbbf24);color:#fff}.single-flower-page .badge-premium{background:linear-gradient(135deg,#f59e0b,#fbbf24);color:#fff}.single-flower-page .product-image-wrapper{background:linear-gradient(180deg,#fefefe,#faf8f7);height:240px;overflow:hidden;position:relative}.single-flower-page .product-image{height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1);width:100%}.single-flower-page .product-card:hover .product-image{transform:scale(1.05)}.quick-add-btn{align-items:center;background:#fff;border:none;border-radius:50%;bottom:12px;box-shadow:0 4px 15px #0000001a;color:#a21caf;cursor:pointer;display:flex;height:44px;justify-content:center;opacity:0;position:absolute;right:12px;transform:translateY(10px);transition:all .3s ease;width:44px}.single-flower-page.rtl .quick-add-btn{left:12px;right:auto}.single-flower-page .product-card:hover .quick-add-btn{opacity:1;transform:translateY(0)}.quick-add-btn:hover{background:#a21caf;color:#fff;transform:scale(1.1)}.single-flower-page .product-details{padding:18px}.single-flower-page .product-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#374151;display:-webkit-box;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;line-height:1.4;margin:0 0 8px;overflow:hidden}.single-flower-page.rtl .product-name{font-family:Tajawal,sans-serif}.single-flower-page .price-wrapper{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.single-flower-page .original-price{color:#9ca3af;font-family:Poppins,sans-serif;font-size:13px;text-decoration:line-through}.single-flower-page .final-price{color:#1f2937;font-family:Poppins,sans-serif;font-size:16px;font-weight:600}.loading-state{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:80px 20px;text-align:center}.spinner{border:3px solid #f0abfc;border-top-color:#a21caf;height:44px;width:44px}.loading-state p{color:#9ca3af;font-family:Poppins,sans-serif;font-size:15px}.error-state{background:#fef2f2;border-radius:12px;padding:60px 20px;text-align:center}.error-title{color:#dc2626;font-size:16px;margin:0 0 8px}.error-message,.error-title{font-family:Poppins,sans-serif}.error-message{color:#9ca3af;font-size:14px;margin:0}.empty-state{padding:80px 20px;text-align:center}.empty-icon{font-size:56px}.empty-state p{color:#9ca3af;font-family:Poppins,sans-serif;font-size:16px}.info-banner{padding:0 0 60px}.banner-content{align-items:center;background:linear-gradient(135deg,#fecdd340,#fbcfe833);border:1px solid #e11d481a;border-radius:20px;display:flex;gap:24px;padding:28px 35px}.single-flower-page.rtl .banner-content{flex-direction:row-reverse}.banner-icon{align-items:center;background:linear-gradient(135deg,#a21caf,#c026d3);border-radius:50%;box-shadow:0 8px 25px #e11d484d;display:flex;flex-shrink:0;font-size:30px;height:68px;justify-content:center;width:68px}.banner-text h3{color:#86198f;font-family:Cormorant Garamond,serif;font-size:22px;font-weight:600;margin:0 0 6px}.single-flower-page.rtl .banner-text h3{font-family:Amiri,serif;text-align:right}.banner-text p{color:#6b7280;font-family:Poppins,sans-serif;font-size:14px;line-height:1.6;margin:0}.single-flower-page.rtl .banner-text p{font-family:Tajawal,sans-serif;text-align:right}@media (max-width:1200px){.products-grid{gap:20px;grid-template-columns:repeat(3,1fr)}.filters-sidebar{width:250px}.content-wrapper{gap:30px}}@media (max-width:992px){.single-flower-page .hero-title{font-size:44px}.products-grid{gap:18px;grid-template-columns:repeat(2,1fr)}.single-flower-page .product-image-wrapper{height:200px}}@media (max-width:768px){.single-flower-page .container{padding:0 16px}.single-flower-hero{padding:35px 0 30px}.single-flower-page .hero-badge{font-size:11px;padding:10px 20px}.single-flower-page .hero-title{font-size:36px}.single-flower-page.rtl .hero-title{font-size:32px}.single-flower-page .hero-subtitle{font-size:14px}.content-wrapper{flex-direction:column;gap:24px}.filters-sidebar{border-radius:12px;padding:20px;position:static;width:100%}.filters-title{font-size:18px;margin-bottom:20px}.filter-section{margin-bottom:20px;padding-bottom:20px}.single-flower-content{padding:30px 0 40px}.products-toolbar{flex-wrap:wrap;gap:16px}.toolbar-right{justify-content:space-between;width:100%}.products-grid{gap:14px;grid-template-columns:repeat(2,1fr)}.single-flower-page .product-card{border-radius:12px}.single-flower-page .product-image-wrapper{height:180px}.single-flower-page .product-details{padding:14px}.single-flower-page .product-name{font-size:13px;margin-bottom:6px}.single-flower-page .final-price{font-size:15px}.quick-add-btn{height:38px;opacity:1;transform:translateY(0);width:38px}.info-banner{padding:0 0 40px}.banner-content{gap:16px;padding:24px 20px;text-align:center}.banner-content,.single-flower-page.rtl .banner-content{flex-direction:column}.banner-icon{font-size:26px;height:60px;width:60px}.banner-text h3{font-size:20px}.banner-text p{font-size:13px}.single-flower-page.rtl .banner-text h3,.single-flower-page.rtl .banner-text p{text-align:center}.ff-2,.ff-4{display:none}}@media (max-width:480px){.single-flower-page .container{padding:0 12px}.single-flower-hero{padding:28px 0 24px}.single-flower-page .hero-badge{font-size:10px;gap:8px;padding:8px 16px}.single-flower-page .hero-title{font-size:28px}.single-flower-page.rtl .hero-title{font-size:26px}.single-flower-page .hero-subtitle{font-size:13px}.filters-sidebar{padding:16px}.filters-title{font-size:16px;margin-bottom:16px}.price-inputs{flex-direction:column;gap:8px}.price-input-group{width:100%}.price-separator{display:none}.single-flower-content{padding:20px 0 30px}.products-toolbar{margin-bottom:20px;padding-bottom:16px}.items-count{font-size:14px}.sort-wrapper label{display:none}.sort-select{font-size:13px;min-width:130px;padding:8px 30px 8px 12px}.view-toggle{padding:3px}.view-btn{height:32px;width:32px}.products-grid{gap:10px}.single-flower-page .product-card{border-radius:10px}.discount-badge{font-size:10px;left:8px;padding:4px 8px;top:8px}.single-flower-page .product-badge{font-size:9px;left:8px;padding:4px 10px;top:8px}.single-flower-page .product-card:has(.discount-badge) .product-badge{top:38px}.single-flower-page .product-image-wrapper{height:150px}.single-flower-page .product-details{padding:12px}.single-flower-page .product-name{-webkit-line-clamp:1;font-size:12px;margin-bottom:4px}.single-flower-page .original-price{font-size:11px}.single-flower-page .final-price{font-size:14px}.quick-add-btn{bottom:8px;height:34px;right:8px;width:34px}.quick-add-btn svg{height:16px;width:16px}.info-banner{padding:0 0 30px}.banner-content{border-radius:14px;gap:14px;padding:20px 16px}.banner-icon{font-size:22px;height:52px;width:52px}.banner-text h3{font-size:17px;margin-bottom:4px}.banner-text p{font-size:12px;line-height:1.5}.ff-3{display:none}}@media (max-width:360px){.single-flower-page .container{padding:0 10px}.single-flower-page .hero-title{font-size:24px}.single-flower-page .hero-subtitle{font-size:12px}.products-grid{gap:8px}.single-flower-page .product-image-wrapper{height:130px}.single-flower-page .product-details{padding:10px}.single-flower-page .product-name{font-size:11px}.single-flower-page .final-price{font-size:13px}}@media (prefers-reduced-motion:reduce){.floating-flower,.product-card,.product-image,.quick-add-btn,.spinner{animation:none!important;transition:none!important}}.single-flower-page .product-card:focus-visible,.single-flower-page .quick-add-btn:focus-visible,.single-flower-page .sort-select:focus-visible,.single-flower-page .view-btn:focus-visible{outline:2px solid #a21caf;outline-offset:2px}@media print{.filters-sidebar,.info-banner,.products-toolbar,.quick-add-btn,.single-flower-bg{display:none!important}.content-wrapper{display:block}.products-grid{grid-template-columns:repeat(3,1fr)}.single-flower-page .product-card{border:1px solid #e5e7eb;box-shadow:none;break-inside:avoid;page-break-inside:avoid}}.holland-style-page{background:linear-gradient(180deg,var(--bg-primary) 0,#ffedd5 50%,var(--warm-light) 100%);min-height:100vh;overflow-x:hidden;padding-bottom:80px;position:relative}.holland-style-page.rtl{direction:rtl}.holland-style-bg{height:100%;left:0;overflow:hidden;pointer-events:none;position:fixed;top:0;width:100%;z-index:0}.hs-glow{border-radius:50%;filter:blur(100px);opacity:.4;position:absolute}.glow-1{background:radial-gradient(circle,var(--warm) 0,#0000 70%);height:450px;right:-80px;top:-120px;width:450px}.glow-2{background:radial-gradient(circle,var(--warm-light) 0,#0000 70%);bottom:15%;height:380px;left:-100px;width:380px}.floating-hs{animation:hsFloat 16s ease-in-out infinite;font-size:28px;opacity:.2;position:absolute}.fhs-1{animation-delay:0s;font-size:34px;left:6%;top:10%}.fhs-2{animation-delay:-4s;right:8%;top:28%}.fhs-3{animation-delay:-8s;bottom:32%;left:10%}.fhs-4{animation-delay:-12s;bottom:18%;right:12%}@keyframes hsFloat{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-18px) rotate(5deg)}}.holland-style-page .container{margin:0 auto;max-width:1400px;padding:0 24px;position:relative;width:100%;z-index:1}.holland-style-page .breadcrumb-nav{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffffe0;border-bottom:1px solid #f9731626;padding:20px 0}.holland-style-page .breadcrumb{align-items:center;display:flex;font-family:Poppins,sans-serif;font-size:14px;gap:8px;list-style:none;margin:0;padding:0}.holland-style-page.rtl .breadcrumb{font-family:Tajawal,sans-serif}.holland-style-page .breadcrumb a{color:var(--warm-dark);text-decoration:none;transition:color .3s ease}.holland-style-page .breadcrumb a:hover{color:var(--warm-dark)}.holland-style-page .breadcrumb .separator{color:var(--warm-light);display:flex}.holland-style-page.rtl .breadcrumb .separator svg{transform:scaleX(-1)}.holland-style-page .breadcrumb .current{color:var(--warm-dark);font-weight:500}.holland-style-page .page-hero{padding:50px 0 40px;text-align:center}.holland-style-page .hero-content{margin:0 auto;max-width:800px}.holland-style-page .hero-badge{align-items:center;background:linear-gradient(135deg,var(--warm-dark) 0,var(--warm-dark) 50%,var(--warm) 100%);border-radius:50px;box-shadow:0 8px 30px #f9731659;color:#fff;display:inline-flex;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;gap:12px;margin-bottom:20px;padding:10px 24px}.holland-style-page.rtl .hero-badge{font-family:Tajawal,sans-serif}.holland-style-page .hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--warm-dark) 0,var(--warm-dark) 50%,var(--warm-dark) 100%);-webkit-background-clip:text;background-clip:text;color:var(--warm-dark);font-family:Cormorant Garamond,serif;font-size:52px;font-weight:600;line-height:1.2;margin:0 0 14px}.holland-style-page.rtl .hero-title{font-family:Amiri,serif;font-size:46px}.holland-style-page .hero-subtitle{color:var(--warm-dark);font-family:Poppins,sans-serif;font-size:17px;font-weight:300;line-height:1.7;margin:0 0 28px}.holland-style-page.rtl .hero-subtitle{font-family:Tajawal,sans-serif}.holland-style-page .hero-stats{align-items:center;background:#fff;border-radius:18px;box-shadow:0 10px 40px #f973161f;display:flex;gap:35px;justify-content:center;margin:0 auto;max-width:460px;padding:20px 40px}.holland-style-page .stat{text-align:center}.holland-style-page .stat-number{color:var(--warm-dark);display:block;font-family:Cormorant Garamond,serif;font-size:28px;font-weight:700;line-height:1}.holland-style-page.rtl .stat-number{font-family:Amiri,serif}.holland-style-page .stat-label{color:var(--warm-dark);font-family:Poppins,sans-serif;font-size:11px;letter-spacing:1px;text-transform:uppercase}.holland-style-page.rtl .stat-label{font-family:Tajawal,sans-serif;letter-spacing:0;text-transform:none}.holland-style-page .stat-divider{background:linear-gradient(180deg,#0000,var(--warm-light),#0000);height:40px;width:1px}.holland-style-page .products-section{padding:25px 0 60px}.holland-style-page .products-grid{grid-gap:26px;display:grid;gap:26px;grid-template-columns:repeat(4,1fr)}.holland-style-page .product-card{animation:cardHS .6s ease-out forwards;background:#fff;border-radius:20px;box-shadow:0 8px 32px #c2410c0f;cursor:pointer;display:block;opacity:0;overflow:hidden;position:relative;text-decoration:none;transition:all .45s cubic-bezier(.4,0,.2,1)}@keyframes cardHS{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.holland-style-page .product-card:hover{box-shadow:0 28px 65px #f9731626;transform:translateY(-12px)}.holland-style-page .product-badge{border-radius:20px;font-family:Poppins,sans-serif;font-size:10px;font-weight:600;left:14px;letter-spacing:.5px;padding:6px 14px;position:absolute;text-transform:uppercase;top:14px;z-index:10}.holland-style-page.rtl .product-badge{font-family:Tajawal,sans-serif;left:auto;right:14px;text-transform:none}.holland-style-page .badge-wooden{background:linear-gradient(135deg,var(--text-dark) 0,var(--warm-dark) 100%);box-shadow:0 4px 15px #92400e66;color:#fff}.holland-style-page .badge-box{background:linear-gradient(135deg,var(--text-secondary) 0,var(--text-muted) 100%);box-shadow:0 4px 15px #47556966;color:#fff}.holland-style-page .badge-stand{background:linear-gradient(135deg,var(--accent-dark) 0,var(--accent) 100%);box-shadow:0 4px 15px #14b8a666;color:#fff}.holland-style-page .badge-premium{background:linear-gradient(135deg,var(--warm) 0,var(--warm-light) 100%);box-shadow:0 4px 15px #f59e0b66;color:var(--text-dark)}.holland-style-page .product-image-wrapper{background:linear-gradient(180deg,var(--bg-primary) 0,#ffedd5 100%);height:340px;overflow:hidden;position:relative}.holland-style-page .product-image{height:100%;object-fit:cover;padding:14px;transition:transform .6s cubic-bezier(.4,0,.2,1);width:100%}.holland-style-page .product-card:hover .product-image{transform:scale(1.08)}.holland-style-page .product-overlay{background:linear-gradient(180deg,#0000,#c2410ce6);bottom:0;display:flex;justify-content:center;left:0;opacity:0;padding:18px;position:absolute;right:0;transform:translateY(15px);transition:all .35s ease}.holland-style-page .product-card:hover .product-overlay{opacity:1;transform:translateY(0)}.holland-style-page .quick-add-btn{align-items:center;background:#fff;border:none;border-radius:50px;color:var(--warm-dark);cursor:pointer;display:flex;font-family:Poppins,sans-serif;font-size:12px;font-weight:600;gap:8px;padding:11px 24px;transition:all .3s ease}.holland-style-page.rtl .quick-add-btn{flex-direction:row-reverse;font-family:Tajawal,sans-serif}.holland-style-page .quick-add-btn:hover{background:linear-gradient(135deg,var(--warm-dark) 0,var(--warm) 100%);color:#fff}.holland-style-page .product-details{padding:20px}.holland-style-page .product-name{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:var(--warm-dark);display:-webkit-box;font-family:Cormorant Garamond,serif;font-size:19px;font-weight:600;line-height:1.3;margin:0 0 6px;overflow:hidden}.holland-style-page.rtl .product-name{font-family:Amiri,serif}.holland-style-page .product-desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:var(--warm-dark);display:-webkit-box;font-family:Poppins,sans-serif;font-size:12px;line-height:1.5;margin:0 0 14px;overflow:hidden}.holland-style-page.rtl .product-desc{font-family:Tajawal,sans-serif}.holland-style-page .product-footer{align-items:center;display:flex;justify-content:space-between}.holland-style-page .price{color:var(--warm-dark);font-family:Poppins,sans-serif;font-size:18px;font-weight:700}.holland-style-page.rtl .price{font-family:Tajawal,sans-serif}.holland-style-page .cart-icon-btn{align-items:center;background:#0000;border:2px solid var(--warm-light);border-radius:50%;color:var(--warm-dark);display:flex;flex-shrink:0;height:42px;justify-content:center;transition:all .3s ease;width:42px}.holland-style-page .product-card:hover .cart-icon-btn{background:linear-gradient(135deg,var(--warm-dark) 0,var(--warm-dark) 100%);border-color:#0000;color:#fff;transform:rotate(90deg)}.holland-style-page .info-banner{padding:0 0 40px}.holland-style-page .banner-content{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#fdba742e,#fbbf241f);border:1px solid #fdba744d;border-radius:20px;display:flex;gap:24px;padding:28px 35px}.holland-style-page.rtl .banner-content{flex-direction:row-reverse;text-align:right}.holland-style-page .banner-icon{align-items:center;background:linear-gradient(135deg,var(--warm-dark) 0,var(--warm-dark) 100%);border-radius:50%;box-shadow:0 10px 30px #f9731659;display:flex;flex-shrink:0;font-size:30px;height:68px;justify-content:center;width:68px}.holland-style-page .banner-text h3{color:var(--warm-dark);font-family:Cormorant Garamond,serif;font-size:22px;font-weight:600;margin:0 0 6px}.holland-style-page.rtl .banner-text h3{font-family:Amiri,serif}.holland-style-page .banner-text p{color:var(--warm-dark);font-family:Poppins,sans-serif;font-size:13px;line-height:1.6;margin:0}.holland-style-page.rtl .banner-text p{font-family:Tajawal,sans-serif}@media (max-width:1200px){.holland-style-page .hero-title{font-size:44px}.holland-style-page .products-grid{gap:22px;grid-template-columns:repeat(3,1fr)}}@media (max-width:992px){.holland-style-page .products-grid{gap:18px;grid-template-columns:repeat(3,1fr)}.holland-style-page .product-image-wrapper{height:220px}.holland-style-page .banner-content{padding:24px}.holland-style-page .banner-content,.holland-style-page.rtl .banner-content{flex-direction:column;text-align:center}}@media (max-width:768px){.holland-style-page{padding-bottom:60px}.floating-hs{font-size:24px;opacity:.15}.fhs-1{font-size:28px}.fhs-2{font-size:22px}.fhs-3{font-size:20px}.fhs-4{font-size:18px}.holland-style-page .container{padding:0 16px}.holland-style-page .breadcrumb-nav{padding:12px 0}.holland-style-page .breadcrumb{font-size:12px;gap:6px}.holland-style-page .page-hero{padding:30px 0 25px}.holland-style-page .hero-badge{font-size:12px;gap:8px;margin-bottom:16px;padding:8px 18px}.holland-style-page .hero-title{font-size:32px;margin-bottom:10px}.holland-style-page.rtl .hero-title{font-size:28px}.holland-style-page .hero-subtitle{font-size:14px;margin-bottom:20px;padding:0 10px}.holland-style-page .hero-stats{gap:20px;max-width:360px;padding:16px 24px}.holland-style-page .stat-number{font-size:22px}.holland-style-page .stat-label{font-size:10px}.holland-style-page .stat-divider{height:30px}.holland-style-page .products-section{padding:20px 0 40px}.holland-style-page .products-grid{gap:14px;grid-template-columns:repeat(2,1fr)}.holland-style-page .product-card{border-radius:16px}.holland-style-page .product-card:hover{transform:none}.holland-style-page .product-badge{border-radius:12px;font-size:8px;left:10px;padding:5px 10px;top:10px}.holland-style-page.rtl .product-badge{left:auto;right:10px}.holland-style-page .product-image-wrapper{height:170px}.holland-style-page .product-image{padding:0}.holland-style-page .product-overlay{display:none}.holland-style-page .product-details{padding:14px}.holland-style-page .product-name{font-size:15px;margin-bottom:4px}.holland-style-page .product-desc{-webkit-line-clamp:1;font-size:10px;margin-bottom:10px}.holland-style-page .price{font-size:15px}.holland-style-page .cart-icon-btn{height:36px;width:36px}.holland-style-page .cart-icon-btn svg{height:14px;width:14px}.holland-style-page .info-banner{padding:0 0 30px}.holland-style-page .banner-content{border-radius:16px;gap:14px;padding:20px 16px}.holland-style-page .banner-content,.holland-style-page.rtl .banner-content{flex-direction:column;text-align:center}.holland-style-page .banner-icon{font-size:26px;height:56px;width:56px}.holland-style-page .banner-text h3{font-size:18px;margin-bottom:5px}.holland-style-page .banner-text p{font-size:12px}}@media (max-width:480px){.holland-style-page{padding-bottom:50px}.fhs-3,.fhs-4{display:none}.glow-2{opacity:.25}.holland-style-page .container{padding:0 12px}.holland-style-page .breadcrumb-nav{padding:10px 0}.holland-style-page .breadcrumb{font-size:11px;gap:4px}.holland-style-page .breadcrumb .separator svg{height:12px;width:12px}.holland-style-page .page-hero{padding:20px 0}.holland-style-page .hero-badge{font-size:11px;gap:6px;margin-bottom:14px;padding:7px 14px}.holland-style-page .hero-title{font-size:26px}.holland-style-page.rtl .hero-title{font-size:24px}.holland-style-page .hero-subtitle{font-size:13px;line-height:1.5;margin-bottom:16px}.holland-style-page .hero-stats{border-radius:14px;gap:16px;max-width:100%;padding:14px 20px}.holland-style-page .stat-number{font-size:20px}.holland-style-page .stat-label{font-size:9px;letter-spacing:.5px}.holland-style-page .stat-divider{height:28px}.holland-style-page .products-section{padding:16px 0 30px}.holland-style-page .products-grid{gap:10px}.holland-style-page .product-card{border-radius:14px}.holland-style-page .product-badge{border-radius:10px;font-size:7px;left:8px;padding:4px 8px;top:8px}.holland-style-page.rtl .product-badge{left:auto;right:8px}.holland-style-page .product-image-wrapper{height:145px}.holland-style-page .product-image{padding:8px}.holland-style-page .product-details{padding:0}.holland-style-page .product-name{font-size:13px;margin-bottom:3px}.holland-style-page .product-desc{display:none}.holland-style-page .price{font-size:13px}.holland-style-page .cart-icon-btn{height:30px;width:30px}.holland-style-page .cart-icon-btn svg{height:12px;width:12px}.holland-style-page .info-banner{padding:0 0 20px}.holland-style-page .banner-content{border-radius:14px;gap:12px;padding:18px 14px}.holland-style-page .banner-icon{font-size:22px;height:48px;width:48px}.holland-style-page .banner-text h3{font-size:16px;margin-bottom:4px}.holland-style-page .banner-text p{font-size:11px;line-height:1.5}}@media (max-width:360px){.holland-style-page .container{padding:0 10px}.holland-style-page .hero-badge{font-size:10px;padding:6px 12px}.holland-style-page .hero-title{font-size:22px}.holland-style-page.rtl .hero-title{font-size:20px}.holland-style-page .hero-subtitle{font-size:12px}.holland-style-page .hero-stats{gap:12px;padding:12px 16px}.holland-style-page .stat-number{font-size:18px}.holland-style-page .stat-label{font-size:8px}.holland-style-page .stat-divider{height:24px}.holland-style-page .products-grid{gap:8px}.holland-style-page .product-image-wrapper{height:125px}.holland-style-page .product-details{padding:8px}.holland-style-page .price,.holland-style-page .product-name{font-size:12px}.holland-style-page .product-badge{font-size:6px;padding:3px 6px}.holland-style-page .cart-icon-btn{height:26px;width:26px}.holland-style-page .cart-icon-btn svg{height:10px;width:10px}.holland-style-page .banner-content{padding:14px 12px}.holland-style-page .banner-icon{font-size:18px;height:42px;width:42px}.holland-style-page .banner-text h3{font-size:14px}.holland-style-page .banner-text p{font-size:10px}}@media (prefers-reduced-motion:reduce){.banner-icon,.cart-icon-btn,.floating-hs,.product-card,.product-image{animation:none!important;transition:none!important}}.holland-style-page .cart-icon-btn:focus-visible,.holland-style-page .product-card:focus-visible,.holland-style-page .quick-add-btn:focus-visible{outline:2px solid var(--warm-dark);outline-offset:2px}@media print{.holland-style-bg{display:none}.holland-style-page .product-card{border:1px solid var(--border-medium);box-shadow:none;break-inside:avoid;page-break-inside:avoid}.holland-style-page .info-banner{display:none}}.roses-petals-page{background:linear-gradient(180deg,var(--primary-lightest) 0,var(--primary-lightest) 50%,var(--primary-lighter) 100%);min-height:100vh;overflow-x:hidden;padding-bottom:80px;position:relative}.roses-petals-page.rtl{direction:rtl}.roses-petals-bg{height:100%;left:0;overflow:hidden;pointer-events:none;position:fixed;top:0;width:100%;z-index:0}.rp-glow{border-radius:50%;filter:blur(100px);opacity:.45;position:absolute}.roses-petals-page .glow-1{background:radial-gradient(circle,var(--error) 0,#0000 70%);height:420px;right:-60px;top:-100px;width:420px}.roses-petals-page .glow-2{background:radial-gradient(circle,var(--primary-dark) 0,#0000 70%);bottom:18%;height:350px;left:-80px;width:350px}.floating-rp{animation:rpFloat 15s ease-in-out infinite;font-size:32px;opacity:.25;position:absolute}.frp-1{animation-delay:0s;font-size:40px;left:8%;top:12%}.frp-2{animation-delay:-4s;right:10%;top:35%}.frp-3{animation-delay:-8s;bottom:28%;left:12%}.frp-4{animation-delay:-12s;bottom:15%;font-size:28px;right:15%}@keyframes rpFloat{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(8deg)}}.roses-petals-page .container{margin:0 auto;max-width:1000px;padding:0 24px;position:relative;width:100%;z-index:1}.roses-petals-page .breadcrumb-nav{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffffe0;border-bottom:1px solid #d4a5a526;padding:20px 0}.roses-petals-page .breadcrumb{align-items:center;display:flex;font-family:Poppins,sans-serif;font-size:14px;gap:8px;list-style:none;margin:0;padding:0}.roses-petals-page.rtl .breadcrumb{font-family:Tajawal,sans-serif}.roses-petals-page .breadcrumb a{color:var(--primary-dark);text-decoration:none;transition:color .3s ease}.roses-petals-page .breadcrumb a:hover{color:var(--primary)}.roses-petals-page .breadcrumb .separator{color:var(--primary-lighter);display:flex}.roses-petals-page.rtl .breadcrumb .separator svg{transform:scaleX(-1)}.roses-petals-page .breadcrumb .current{color:var(--primary-darker);font-weight:500}.roses-petals-page .page-hero{padding:60px 0 50px;text-align:center}.roses-petals-page .hero-content{margin:0 auto;max-width:700px}.roses-petals-page .hero-badge{align-items:center;background:linear-gradient(135deg,var(--primary-dark) 0,var(--primary) 50%,var(--primary-light) 100%);border-radius:50px;box-shadow:0 10px 35px #d4a5a566;color:#fff;display:inline-flex;font-family:Poppins,sans-serif;font-size:15px;font-weight:600;gap:12px;margin-bottom:24px;padding:12px 28px}.roses-petals-page.rtl .hero-badge{font-family:Tajawal,sans-serif}.roses-petals-page .hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--primary-darker) 0,var(--primary-dark) 50%,var(--primary) 100%);-webkit-background-clip:text;background-clip:text;color:var(--primary-darker);font-family:Cormorant Garamond,serif;font-size:58px;font-weight:600;line-height:1.2;margin:0 0 16px}.roses-petals-page.rtl .hero-title{font-family:Amiri,serif;font-size:50px}.roses-petals-page .hero-subtitle{color:var(--primary-darker);font-family:Poppins,sans-serif;font-size:18px;font-weight:300;line-height:1.7;margin:0 0 32px}.roses-petals-page.rtl .hero-subtitle{font-family:Tajawal,sans-serif}.roses-petals-page .hero-stats{align-items:center;background:#fff;border-radius:20px;box-shadow:0 12px 45px #d4a5a526;display:flex;gap:40px;justify-content:center;margin:0 auto;max-width:320px;padding:22px 45px}.roses-petals-page .stat{text-align:center}.roses-petals-page .stat-number{color:var(--primary);display:block;font-family:Cormorant Garamond,serif;font-size:32px;font-weight:700;line-height:1}.roses-petals-page.rtl .stat-number{font-family:Amiri,serif}.roses-petals-page .stat-label{color:var(--primary-darker);font-family:Poppins,sans-serif;font-size:11px;letter-spacing:1px;text-transform:uppercase}.roses-petals-page.rtl .stat-label{font-family:Tajawal,sans-serif;letter-spacing:0;text-transform:none}.roses-petals-page .stat-divider{background:linear-gradient(180deg,#0000,var(--primary-lighter),#0000);height:45px;width:1px}.roses-petals-page .products-section{padding:30px 0 70px}.roses-petals-page .products-grid{grid-gap:35px;display:grid;gap:35px;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:800px}.roses-petals-page .product-card{animation:cardRP .7s ease-out forwards;background:#fff;border-radius:28px;box-shadow:0 12px 40px #9d174d14;cursor:pointer;display:block;opacity:0;overflow:hidden;position:relative;text-decoration:none;transition:all .5s cubic-bezier(.4,0,.2,1)}@keyframes cardRP{0%{opacity:0;transform:translateY(35px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.roses-petals-page .product-card:hover{box-shadow:0 35px 75px #d4a5a52e;transform:translateY(-15px)}.roses-petals-page .product-badge{border-radius:25px;font-family:Poppins,sans-serif;font-size:11px;font-weight:600;left:18px;letter-spacing:.5px;padding:8px 18px;position:absolute;text-transform:uppercase;top:18px;z-index:10}.roses-petals-page.rtl .product-badge{font-family:Tajawal,sans-serif;left:auto;right:18px;text-transform:none}.roses-petals-page .badge-mix{background:linear-gradient(135deg,var(--primary-light) 0,var(--secondary-light) 50%,var(--warm-light) 100%);box-shadow:0 4px 15px #f472b666;color:#fff}.roses-petals-page .badge-red{background:linear-gradient(135deg,var(--error-dark) 0,var(--error) 100%);box-shadow:0 4px 15px #dc262666;color:#fff}.roses-petals-page .product-image-wrapper{background:linear-gradient(180deg,var(--primary-lightest) 0,var(--primary-lightest) 100%);height:320px;overflow:hidden;position:relative}.roses-petals-page .product-image{height:100%;object-fit:cover;padding:20px;transition:transform .7s cubic-bezier(.4,0,.2,1);width:100%}.roses-petals-page .product-card:hover .product-image{transform:scale(1.1)}.roses-petals-page .product-overlay{background:linear-gradient(180deg,#0000,#9d174deb);bottom:0;display:flex;justify-content:center;left:0;opacity:0;padding:22px;position:absolute;right:0;transform:translateY(15px);transition:all .4s ease}.roses-petals-page .product-card:hover .product-overlay{opacity:1;transform:translateY(0)}.roses-petals-page .quick-add-btn{align-items:center;background:#fff;border:none;border-radius:50px;color:var(--primary-darker);cursor:pointer;display:flex;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;gap:10px;padding:14px 30px;transition:all .3s ease}.roses-petals-page.rtl .quick-add-btn{flex-direction:row-reverse;font-family:Tajawal,sans-serif}.roses-petals-page .quick-add-btn:hover{background:linear-gradient(135deg,var(--primary) 0,var(--primary-light) 100%);color:#fff}.roses-petals-page .product-details{padding:28px}.roses-petals-page .product-name{color:var(--primary-darker);font-family:Cormorant Garamond,serif;font-size:24px;font-weight:600;line-height:1.3;margin:0 0 10px}.roses-petals-page.rtl .product-name{font-family:Amiri,serif}.roses-petals-page .product-desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:var(--primary-darker);display:-webkit-box;font-family:Poppins,sans-serif;font-size:14px;line-height:1.6;margin:0 0 18px;overflow:hidden}.roses-petals-page.rtl .product-desc{font-family:Tajawal,sans-serif}.roses-petals-page .product-footer{align-items:center;display:flex;justify-content:space-between}.roses-petals-page .price{color:var(--primary);font-family:Poppins,sans-serif;font-size:24px;font-weight:700}.roses-petals-page.rtl .price{font-family:Tajawal,sans-serif}.roses-petals-page .cart-icon-btn{align-items:center;background:#0000;border:2px solid var(--primary-lighter);border-radius:50%;color:var(--primary-light);display:flex;flex-shrink:0;height:50px;justify-content:center;transition:all .3s ease;width:50px}.roses-petals-page .product-card:hover .cart-icon-btn{background:linear-gradient(135deg,var(--primary-dark) 0,var(--primary) 100%);border-color:#0000;color:#fff;transform:rotate(90deg)}.roses-petals-page .info-banner{padding:0 0 50px}.roses-petals-page .banner-content{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#f9a8d433,#f472b61f);border:1px solid #f9a8d459;border-radius:25px;display:flex;gap:28px;padding:32px 40px}.roses-petals-page.rtl .banner-content{flex-direction:row-reverse;text-align:right}.roses-petals-page .banner-icon{align-items:center;background:linear-gradient(135deg,var(--primary-dark) 0,var(--primary) 100%);border-radius:50%;box-shadow:0 10px 30px #d4a5a559;display:flex;flex-shrink:0;font-size:35px;height:75px;justify-content:center;width:75px}.roses-petals-page .banner-text h3{color:var(--primary-darker);font-family:Cormorant Garamond,serif;font-size:26px;font-weight:600;margin:0 0 8px}.roses-petals-page.rtl .banner-text h3{font-family:Amiri,serif}.roses-petals-page .banner-text p{color:var(--primary-darker);font-family:Poppins,sans-serif;font-size:14px;line-height:1.6;margin:0}.roses-petals-page.rtl .banner-text p{font-family:Tajawal,sans-serif}@media (max-width:1200px){.roses-petals-page .hero-title{font-size:50px}.roses-petals-page .products-grid{gap:28px}}@media (max-width:992px){.roses-petals-page .products-grid{gap:24px;max-width:700px}.roses-petals-page .product-image-wrapper{height:280px}.roses-petals-page .banner-content{padding:26px}.roses-petals-page .banner-content,.roses-petals-page.rtl .banner-content{flex-direction:column;text-align:center}}@media (max-width:768px){.roses-petals-page{padding-bottom:60px}.floating-rp{font-size:26px;opacity:.18}.frp-1{font-size:32px}.frp-2{font-size:24px}.frp-3{font-size:22px}.frp-4{font-size:20px}.roses-petals-page .container{padding:0 16px}.roses-petals-page .breadcrumb-nav{padding:12px 0}.roses-petals-page .breadcrumb{font-size:12px;gap:6px}.roses-petals-page .page-hero{padding:40px 0 35px}.roses-petals-page .hero-badge{font-size:13px;gap:10px;margin-bottom:18px;padding:10px 22px}.roses-petals-page .hero-title{font-size:38px;margin-bottom:12px}.roses-petals-page.rtl .hero-title{font-size:34px}.roses-petals-page .hero-subtitle{font-size:15px;margin-bottom:24px;padding:0 10px}.roses-petals-page .hero-stats{gap:28px;max-width:280px;padding:18px 32px}.roses-petals-page .stat-number{font-size:26px}.roses-petals-page .stat-label{font-size:10px}.roses-petals-page .stat-divider{height:35px}.roses-petals-page .products-section{padding:25px 0 50px}.roses-petals-page .products-grid{gap:24px;grid-template-columns:1fr;max-width:420px}.roses-petals-page .product-card{border-radius:20px}.roses-petals-page .product-card:hover{transform:none}.roses-petals-page .product-badge{border-radius:18px;font-size:9px;left:14px;padding:6px 14px;top:14px}.roses-petals-page.rtl .product-badge{left:auto;right:14px}.roses-petals-page .product-image-wrapper{height:240px}.roses-petals-page .product-image{padding:16px}.roses-petals-page .product-overlay{display:none}.roses-petals-page .product-details{padding:20px}.roses-petals-page .product-name{font-size:20px;margin-bottom:8px}.roses-petals-page .product-desc{font-size:12px;margin-bottom:14px}.roses-petals-page .price{font-size:20px}.roses-petals-page .cart-icon-btn{height:44px;width:44px}.roses-petals-page .cart-icon-btn svg{height:16px;width:16px}.roses-petals-page .info-banner{padding:0 0 35px}.roses-petals-page .banner-content{border-radius:20px;gap:16px;padding:22px 18px}.roses-petals-page .banner-content,.roses-petals-page.rtl .banner-content{flex-direction:column;text-align:center}.roses-petals-page .banner-icon{font-size:28px;height:62px;width:62px}.roses-petals-page .banner-text h3{font-size:20px;margin-bottom:6px}.roses-petals-page .banner-text p{font-size:13px}}@media (max-width:480px){.roses-petals-page{padding-bottom:50px}.frp-3,.frp-4{display:none}.roses-petals-page .glow-2{opacity:.3}.roses-petals-page .container{padding:0 12px}.roses-petals-page .breadcrumb-nav{padding:10px 0}.roses-petals-page .breadcrumb{font-size:11px;gap:4px}.roses-petals-page .breadcrumb .separator svg{height:12px;width:12px}.roses-petals-page .page-hero{padding:25px 0}.roses-petals-page .hero-badge{font-size:12px;gap:8px;margin-bottom:14px;padding:8px 18px}.roses-petals-page .hero-title{font-size:30px}.roses-petals-page.rtl .hero-title{font-size:28px}.roses-petals-page .hero-subtitle{font-size:13px;line-height:1.5;margin-bottom:18px}.roses-petals-page .hero-stats{border-radius:16px;gap:22px;max-width:240px;padding:14px 24px}.roses-petals-page .stat-number{font-size:22px}.roses-petals-page .stat-label{font-size:9px;letter-spacing:.5px}.roses-petals-page .stat-divider{height:30px}.roses-petals-page .products-section{padding:20px 0 35px}.roses-petals-page .products-grid{gap:18px;max-width:100%}.roses-petals-page .product-card{border-radius:18px}.roses-petals-page .product-badge{border-radius:14px;font-size:8px;left:12px;padding:5px 12px;top:12px}.roses-petals-page.rtl .product-badge{left:auto;right:12px}.roses-petals-page .product-image-wrapper{height:280px}.roses-petals-page .product-image{padding:0}.roses-petals-page .product-details{padding:16px}.roses-petals-page .product-name{font-size:17px;margin-bottom:6px}.roses-petals-page .product-desc{-webkit-line-clamp:1;font-size:11px;margin-bottom:12px}.roses-petals-page .price{font-size:17px}.roses-petals-page .cart-icon-btn{height:38px;width:38px}.roses-petals-page .cart-icon-btn svg{height:14px;width:14px}.roses-petals-page .info-banner{padding:0 0 25px}.roses-petals-page .banner-content{border-radius:16px;gap:12px;padding:18px 14px}.roses-petals-page .banner-icon{font-size:24px;height:52px;width:52px}.roses-petals-page .banner-text h3{font-size:17px;margin-bottom:4px}.roses-petals-page .banner-text p{font-size:11px;line-height:1.5}}@media (max-width:360px){.roses-petals-page .container{padding:0 10px}.roses-petals-page .hero-badge{font-size:11px;padding:7px 14px}.roses-petals-page .hero-title{font-size:26px}.roses-petals-page.rtl .hero-title{font-size:24px}.roses-petals-page .hero-subtitle{font-size:12px}.roses-petals-page .hero-stats{gap:18px;padding:12px 20px}.roses-petals-page .stat-number{font-size:20px}.roses-petals-page .stat-label{font-size:8px}.roses-petals-page .stat-divider{height:26px}.roses-petals-page .products-grid{gap:14px}.roses-petals-page .product-image-wrapper{height:170px}.roses-petals-page .product-details{padding:14px}.roses-petals-page .product-name{font-size:15px}.roses-petals-page .product-desc{display:none}.roses-petals-page .price{font-size:15px}.roses-petals-page .product-badge{font-size:7px;padding:4px 10px}.roses-petals-page .cart-icon-btn{height:34px;width:34px}.roses-petals-page .cart-icon-btn svg{height:12px;width:12px}.roses-petals-page .banner-content{padding:14px 12px}.roses-petals-page .banner-icon{font-size:20px;height:46px;width:46px}.roses-petals-page .banner-text h3{font-size:15px}.roses-petals-page .banner-text p{font-size:10px}}@media (prefers-reduced-motion:reduce){.banner-icon,.cart-icon-btn,.floating-rp,.product-card,.product-image{animation:none!important;transition:none!important}}.roses-petals-page .cart-icon-btn:focus-visible,.roses-petals-page .product-card:focus-visible,.roses-petals-page .quick-add-btn:focus-visible{outline:2px solid var(--primary);outline-offset:2px}@media print{.roses-petals-bg{display:none}.roses-petals-page .product-card{border:1px solid var(--border-medium);box-shadow:none;break-inside:avoid;page-break-inside:avoid}.roses-petals-page .info-banner{display:none}}.flowers-vase-page{background:linear-gradient(180deg,var(--accent-lighter) 0,var(--accent-lighter) 50%,var(--accent-lighter) 100%);min-height:100vh;overflow-x:hidden;padding-bottom:80px;position:relative}.flowers-vase-page.rtl{direction:rtl}.flowers-vase-bg{height:100%;left:0;overflow:hidden;pointer-events:none;position:fixed;top:0;width:100%;z-index:0}.fv-glow{border-radius:50%;filter:blur(100px);opacity:.4;position:absolute}.flowers-vase-page .glow-1{background:radial-gradient(circle,#86efac 0,#0000 70%);height:420px;right:-70px;top:-100px;width:420px}.flowers-vase-page .glow-2{background:radial-gradient(circle,#a7f3d0 0,#0000 70%);bottom:15%;height:360px;left:-90px;width:360px}.floating-fv{animation:fvFloat 16s ease-in-out infinite;font-size:28px;opacity:.2;position:absolute}.ffv-1{animation-delay:0s;font-size:32px;left:6%;top:10%}.ffv-2{animation-delay:-4s;right:8%;top:30%}.ffv-3{animation-delay:-8s;bottom:30%;left:10%}.ffv-4{animation-delay:-12s;bottom:16%;right:12%}@keyframes fvFloat{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-18px) rotate(5deg)}}.flowers-vase-page .container{margin:0 auto;max-width:1400px;padding:0 24px;position:relative;width:100%;z-index:1}.flowers-vase-page .breadcrumb-nav{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffffe0;border-bottom:1px solid #22c55e26;padding:20px 0}.flowers-vase-page .breadcrumb{align-items:center;display:flex;font-family:Poppins,sans-serif;font-size:14px;gap:8px;list-style:none;margin:0;padding:0}.flowers-vase-page.rtl .breadcrumb{font-family:Tajawal,sans-serif}.flowers-vase-page .breadcrumb a{color:var(--accent-dark);text-decoration:none;transition:color .3s ease}.flowers-vase-page .breadcrumb a:hover{color:var(--success)}.flowers-vase-page .breadcrumb .separator{color:#86efac;display:flex}.flowers-vase-page.rtl .breadcrumb .separator svg{transform:scaleX(-1)}.flowers-vase-page .breadcrumb .current{color:var(--accent-dark);font-weight:500}.flowers-vase-page .page-hero{padding:50px 0 40px;text-align:center}.flowers-vase-page .hero-content{margin:0 auto;max-width:800px}.flowers-vase-page .hero-badge{align-items:center;background:linear-gradient(135deg,var(--accent-dark) 0,var(--success) 50%,#4ade80 100%);border-radius:50px;box-shadow:0 8px 30px #22c55e59;color:#fff;display:inline-flex;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;gap:12px;margin-bottom:20px;padding:10px 24px}.flowers-vase-page.rtl .hero-badge{font-family:Tajawal,sans-serif}.flowers-vase-page .hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--accent-dark) 0,var(--accent-dark) 50%,var(--success) 100%);-webkit-background-clip:text;background-clip:text;color:var(--accent-dark);font-family:Cormorant Garamond,serif;font-size:52px;font-weight:600;line-height:1.2;margin:0 0 14px}.flowers-vase-page.rtl .hero-title{font-family:Amiri,serif;font-size:46px}.flowers-vase-page .hero-subtitle{color:var(--accent-dark);font-family:Poppins,sans-serif;font-size:17px;font-weight:300;line-height:1.7;margin:0 0 28px}.flowers-vase-page.rtl .hero-subtitle{font-family:Tajawal,sans-serif}.flowers-vase-page .hero-stats{align-items:center;background:#fff;border-radius:18px;box-shadow:0 10px 40px #22c55e1f;display:flex;gap:35px;justify-content:center;margin:0 auto;max-width:460px;padding:20px 40px}.flowers-vase-page .stat{text-align:center}.flowers-vase-page .stat-number{color:var(--accent-dark);display:block;font-family:Cormorant Garamond,serif;font-size:28px;font-weight:700;line-height:1}.flowers-vase-page.rtl .stat-number{font-family:Amiri,serif}.flowers-vase-page .stat-label{color:var(--accent-dark);font-family:Poppins,sans-serif;font-size:11px;letter-spacing:1px;text-transform:uppercase}.flowers-vase-page.rtl .stat-label{font-family:Tajawal,sans-serif;letter-spacing:0;text-transform:none}.flowers-vase-page .stat-divider{background:linear-gradient(180deg,#0000,#86efac,#0000);height:40px;width:1px}.flowers-vase-page .products-section{padding:25px 0 60px}.flowers-vase-page .products-grid{grid-gap:26px;display:grid;gap:26px;grid-template-columns:repeat(4,1fr)}.flowers-vase-page .product-card{animation:cardFV .6s ease-out forwards;background:#fff;border-radius:20px;box-shadow:0 8px 32px #15803d0f;cursor:pointer;display:block;opacity:0;overflow:hidden;position:relative;text-decoration:none;transition:all .45s cubic-bezier(.4,0,.2,1)}@keyframes cardFV{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.flowers-vase-page .product-card:hover{box-shadow:0 28px 65px #22c55e26;transform:translateY(-12px)}.flowers-vase-page .product-badge{border-radius:20px;font-family:Poppins,sans-serif;font-size:10px;font-weight:600;left:14px;letter-spacing:.5px;padding:6px 14px;position:absolute;text-transform:uppercase;top:14px;z-index:10}.flowers-vase-page.rtl .product-badge{font-family:Tajawal,sans-serif;left:auto;right:14px;text-transform:none}.flowers-vase-page .badge-bag{background:linear-gradient(135deg,var(--primary-light) 0,var(--primary-light) 100%);box-shadow:0 4px 15px #ec489966;color:#fff}.flowers-vase-page .badge-basket{background:linear-gradient(135deg,var(--text-dark) 0,var(--warm-dark) 100%);box-shadow:0 4px 15px #92400e66;color:#fff}.flowers-vase-page .badge-tray{background:linear-gradient(135deg,var(--secondary-dark) 0,var(--secondary) 100%);box-shadow:0 4px 15px #7c3aed66;color:#fff}.flowers-vase-page .badge-premium{background:linear-gradient(135deg,var(--warm) 0,var(--warm-light) 100%);box-shadow:0 4px 15px #f59e0b66;color:var(--text-dark)}.flowers-vase-page .product-image-wrapper{background:linear-gradient(180deg,var(--accent-lighter) 0,var(--accent-lighter) 100%);height:340px;overflow:hidden;position:relative}.flowers-vase-page .product-image{height:100%;object-fit:cover;padding:14px;transition:transform .6s cubic-bezier(.4,0,.2,1);width:100%}.flowers-vase-page .product-card:hover .product-image{transform:scale(1.08)}.flowers-vase-page .product-overlay{background:linear-gradient(180deg,#0000,#15803de6);bottom:0;display:flex;justify-content:center;left:0;opacity:0;padding:18px;position:absolute;right:0;transform:translateY(15px);transition:all .35s ease}.flowers-vase-page .product-card:hover .product-overlay{opacity:1;transform:translateY(0)}.flowers-vase-page .quick-add-btn{align-items:center;background:#fff;border:none;border-radius:50px;color:var(--accent-dark);cursor:pointer;display:flex;font-family:Poppins,sans-serif;font-size:12px;font-weight:600;gap:8px;padding:11px 24px;transition:all .3s ease}.flowers-vase-page.rtl .quick-add-btn{flex-direction:row-reverse;font-family:Tajawal,sans-serif}.flowers-vase-page .quick-add-btn:hover{background:linear-gradient(135deg,var(--success) 0,#4ade80 100%);color:#fff}.flowers-vase-page .product-details{padding:20px}.flowers-vase-page .product-name{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:var(--accent-dark);display:-webkit-box;font-family:Cormorant Garamond,serif;font-size:19px;font-weight:600;line-height:1.3;margin:0 0 6px;overflow:hidden}.flowers-vase-page.rtl .product-name{font-family:Amiri,serif}.flowers-vase-page .product-desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:var(--accent-dark);display:-webkit-box;font-family:Poppins,sans-serif;font-size:12px;line-height:1.5;margin:0 0 14px;overflow:hidden}.flowers-vase-page.rtl .product-desc{font-family:Tajawal,sans-serif}.flowers-vase-page .product-footer{align-items:center;display:flex;justify-content:space-between}.flowers-vase-page .price{color:var(--accent-dark);font-family:Poppins,sans-serif;font-size:18px;font-weight:700}.flowers-vase-page.rtl .price{font-family:Tajawal,sans-serif}.flowers-vase-page .cart-icon-btn{align-items:center;background:#0000;border:2px solid #86efac;border-radius:50%;color:var(--success);display:flex;flex-shrink:0;height:42px;justify-content:center;transition:all .3s ease;width:42px}.flowers-vase-page .product-card:hover .cart-icon-btn{background:linear-gradient(135deg,var(--accent-dark) 0,var(--success) 100%);border-color:#0000;color:#fff;transform:rotate(90deg)}.flowers-vase-page .info-banner{padding:0 0 40px}.flowers-vase-page .banner-content{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#86efac2e,#a7f3d01f);border:1px solid #86efac4d;border-radius:20px;display:flex;gap:24px;padding:28px 35px}.flowers-vase-page.rtl .banner-content{flex-direction:row-reverse;text-align:right}.flowers-vase-page .banner-icon{align-items:center;background:linear-gradient(135deg,var(--accent-dark) 0,var(--success) 100%);border-radius:50%;box-shadow:0 10px 30px #22c55e59;display:flex;flex-shrink:0;font-size:30px;height:68px;justify-content:center;width:68px}.flowers-vase-page .banner-text h3{color:var(--accent-dark);font-family:Cormorant Garamond,serif;font-size:22px;font-weight:600;margin:0 0 6px}.flowers-vase-page.rtl .banner-text h3{font-family:Amiri,serif}.flowers-vase-page .banner-text p{color:var(--accent-dark);font-family:Poppins,sans-serif;font-size:13px;line-height:1.6;margin:0}.flowers-vase-page.rtl .banner-text p{font-family:Tajawal,sans-serif}@media (max-width:1200px){.flowers-vase-page .hero-title{font-size:46px}.flowers-vase-page .products-grid{gap:22px;grid-template-columns:repeat(3,1fr)}}@media (max-width:992px){.flowers-vase-page .products-grid{gap:18px;grid-template-columns:repeat(3,1fr)}.flowers-vase-page .product-image-wrapper{height:220px}.flowers-vase-page .banner-content{padding:24px}.flowers-vase-page .banner-content,.flowers-vase-page.rtl .banner-content{flex-direction:column;text-align:center}}@media (max-width:768px){.flowers-vase-page{padding-bottom:60px}.floating-fv{font-size:24px;opacity:.15}.ffv-1{font-size:28px}.ffv-2{font-size:22px}.flowers-vase-page .container{padding:0 16px}.flowers-vase-page .breadcrumb-nav{padding:12px 0}.flowers-vase-page .breadcrumb{font-size:12px;gap:6px}.flowers-vase-page .page-hero{padding:30px 0 25px}.flowers-vase-page .hero-badge{font-size:12px;gap:8px;margin-bottom:16px;padding:8px 18px}.flowers-vase-page .hero-title{font-size:32px;margin-bottom:10px}.flowers-vase-page.rtl .hero-title{font-size:28px}.flowers-vase-page .hero-subtitle{font-size:14px;margin-bottom:20px}.flowers-vase-page .hero-stats{gap:20px;max-width:360px;padding:16px 24px}.flowers-vase-page .stat-number{font-size:22px}.flowers-vase-page .stat-label{font-size:10px}.flowers-vase-page .stat-divider{height:30px}.flowers-vase-page .products-section{padding:20px 0 40px}.flowers-vase-page .products-grid{gap:14px;grid-template-columns:repeat(2,1fr)}.flowers-vase-page .product-card{border-radius:16px}.flowers-vase-page .product-card:hover{transform:none}.flowers-vase-page .product-badge{border-radius:12px;font-size:8px;left:10px;padding:5px 10px;top:10px}.flowers-vase-page.rtl .product-badge{left:auto;right:10px}.flowers-vase-page .product-image-wrapper{height:170px}.flowers-vase-page .product-image{padding:0}.flowers-vase-page .product-overlay{display:none}.flowers-vase-page .product-details{padding:14px}.flowers-vase-page .product-name{font-size:15px;margin-bottom:4px}.flowers-vase-page .product-desc{-webkit-line-clamp:1;font-size:10px;margin-bottom:10px}.flowers-vase-page .price{font-size:15px}.flowers-vase-page .cart-icon-btn{height:36px;width:36px}.flowers-vase-page .cart-icon-btn svg{height:14px;width:14px}.flowers-vase-page .info-banner{padding:0 0 30px}.flowers-vase-page .banner-content{border-radius:16px;flex-direction:column;gap:14px;padding:20px 16px;text-align:center}.flowers-vase-page .banner-icon{font-size:26px;height:56px;width:56px}.flowers-vase-page .banner-text h3{font-size:18px}.flowers-vase-page .banner-text p{font-size:12px}}@media (max-width:480px){.flowers-vase-page{padding-bottom:50px}.ffv-3,.ffv-4{display:none}.flowers-vase-page .glow-2{opacity:.25}.flowers-vase-page .container{padding:0 12px}.flowers-vase-page .breadcrumb-nav{padding:10px 0}.flowers-vase-page .breadcrumb{font-size:11px;gap:4px}.flowers-vase-page .breadcrumb .separator svg{height:12px;width:12px}.flowers-vase-page .page-hero{padding:20px 0}.flowers-vase-page .hero-badge{font-size:11px;gap:6px;margin-bottom:14px;padding:7px 14px}.flowers-vase-page .hero-title{font-size:26px}.flowers-vase-page.rtl .hero-title{font-size:24px}.flowers-vase-page .hero-subtitle{font-size:13px;margin-bottom:16px}.flowers-vase-page .hero-stats{border-radius:14px;gap:16px;max-width:100%;padding:14px 20px}.flowers-vase-page .stat-number{font-size:20px}.flowers-vase-page .stat-label{font-size:9px}.flowers-vase-page .stat-divider{height:28px}.flowers-vase-page .products-section{padding:16px 0 30px}.flowers-vase-page .products-grid{gap:10px}.flowers-vase-page .product-card{border-radius:14px}.flowers-vase-page .product-badge{border-radius:10px;font-size:7px;left:8px;padding:4px 8px;top:8px}.flowers-vase-page.rtl .product-badge{left:auto;right:8px}.flowers-vase-page .product-image-wrapper{height:145px}.flowers-vase-page .product-image{padding:8px}.flowers-vase-page .product-details{padding:0}.flowers-vase-page .product-name{font-size:13px;margin-bottom:3px}.flowers-vase-page .product-desc{display:none}.flowers-vase-page .price{font-size:13px}.flowers-vase-page .cart-icon-btn{height:30px;width:30px}.flowers-vase-page .cart-icon-btn svg{height:12px;width:12px}.flowers-vase-page .info-banner{padding:0 0 20px}.flowers-vase-page .banner-content{border-radius:14px;gap:12px;padding:18px 14px}.flowers-vase-page .banner-icon{font-size:22px;height:48px;width:48px}.flowers-vase-page .banner-text h3{font-size:16px}.flowers-vase-page .banner-text p{font-size:11px}}@media (max-width:360px){.flowers-vase-page .container{padding:0 10px}.flowers-vase-page .hero-badge{font-size:10px;padding:6px 12px}.flowers-vase-page .hero-title{font-size:22px}.flowers-vase-page.rtl .hero-title{font-size:20px}.flowers-vase-page .hero-subtitle{font-size:12px}.flowers-vase-page .hero-stats{gap:12px;padding:12px 16px}.flowers-vase-page .stat-number{font-size:18px}.flowers-vase-page .stat-label{font-size:8px}.flowers-vase-page .stat-divider{height:24px}.flowers-vase-page .products-grid{gap:8px}.flowers-vase-page .product-image-wrapper{height:125px}.flowers-vase-page .product-details{padding:8px}.flowers-vase-page .price,.flowers-vase-page .product-name{font-size:12px}.flowers-vase-page .product-badge{font-size:6px;padding:3px 6px}.flowers-vase-page .cart-icon-btn{height:26px;width:26px}.flowers-vase-page .cart-icon-btn svg{height:10px;width:10px}.flowers-vase-page .banner-content{padding:14px 12px}.flowers-vase-page .banner-icon{font-size:18px;height:42px;width:42px}.flowers-vase-page .banner-text h3{font-size:14px}.flowers-vase-page .banner-text p{font-size:10px}}@media (prefers-reduced-motion:reduce){.banner-icon,.cart-icon-btn,.floating-fv,.product-card,.product-image{animation:none!important;transition:none!important}}.flowers-vase-page .cart-icon-btn:focus-visible,.flowers-vase-page .product-card:focus-visible{outline:2px solid var(--success);outline-offset:2px}@media print{.flowers-vase-bg{display:none}.flowers-vase-page .product-card{border:1px solid var(--border-medium);box-shadow:none;break-inside:avoid;page-break-inside:avoid}.flowers-vase-page .info-banner{display:none}}.cylinder-vases-page{background:linear-gradient(180deg,var(--bg-primary) 0,#f3e8ff 50%,var(--primary-lightest) 100%);min-height:100vh;overflow-x:hidden;padding-bottom:80px;position:relative}.cylinder-vases-page.rtl{direction:rtl}.cylinder-vases-bg{height:100%;left:0;overflow:hidden;pointer-events:none;position:fixed;top:0;width:100%;z-index:0}.cv-glow{border-radius:50%;filter:blur(100px);opacity:.4;position:absolute}.cylinder-vases-page .glow-1{background:radial-gradient(circle,var(--secondary-light) 0,#0000 70%);height:430px;right:-70px;top:-110px;width:430px}.cylinder-vases-page .glow-2{background:radial-gradient(circle,var(--primary-lighter) 0,#0000 70%);bottom:14%;height:370px;left:-90px;width:370px}.floating-cv{animation:cvFloat 16s ease-in-out infinite;font-size:28px;opacity:.2;position:absolute}.fcv-1{animation-delay:0s;font-size:34px;left:6%;top:10%}.fcv-2{animation-delay:-4s;right:8%;top:28%}.fcv-3{animation-delay:-8s;bottom:32%;left:10%}.fcv-4{animation-delay:-12s;bottom:16%;right:12%}@keyframes cvFloat{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-18px) rotate(5deg)}}.cylinder-vases-page .container{margin:0 auto;max-width:1400px;padding:0 24px;position:relative;width:100%;z-index:1}.cylinder-vases-page .breadcrumb-nav{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffffe0;border-bottom:1px solid #a855f726;padding:20px 0}.cylinder-vases-page .breadcrumb{align-items:center;display:flex;font-family:Poppins,sans-serif;font-size:14px;gap:8px;list-style:none;margin:0;padding:0}.cylinder-vases-page.rtl .breadcrumb{font-family:Tajawal,sans-serif}.cylinder-vases-page .breadcrumb a{color:var(--secondary-dark);text-decoration:none;transition:color .3s ease}.cylinder-vases-page .breadcrumb a:hover{color:var(--secondary)}.cylinder-vases-page .breadcrumb .separator{color:var(--secondary-light);display:flex}.cylinder-vases-page.rtl .breadcrumb .separator svg{transform:scaleX(-1)}.cylinder-vases-page .breadcrumb .current{color:var(--secondary-dark);font-weight:500}.cylinder-vases-page .page-hero{padding:50px 0 40px;text-align:center}.cylinder-vases-page .hero-content{margin:0 auto;max-width:800px}.cylinder-vases-page .hero-badge{align-items:center;background:linear-gradient(135deg,var(--secondary-dark) 0,var(--secondary) 50%,var(--secondary-light) 100%);border-radius:50px;box-shadow:0 8px 30px #9333ea59;color:#fff;display:inline-flex;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;gap:12px;margin-bottom:20px;padding:10px 24px}.cylinder-vases-page.rtl .hero-badge{font-family:Tajawal,sans-serif}.cylinder-vases-page .hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--secondary-dark) 0,var(--secondary-dark) 50%,var(--secondary) 100%);-webkit-background-clip:text;background-clip:text;color:var(--secondary-dark);font-family:Cormorant Garamond,serif;font-size:52px;font-weight:600;line-height:1.2;margin:0 0 14px}.cylinder-vases-page.rtl .hero-title{font-family:Amiri,serif;font-size:46px}.cylinder-vases-page .hero-subtitle{color:var(--secondary-dark);font-family:Poppins,sans-serif;font-size:17px;font-weight:300;line-height:1.7;margin:0 0 28px}.cylinder-vases-page.rtl .hero-subtitle{font-family:Tajawal,sans-serif}.cylinder-vases-page .hero-stats{align-items:center;background:#fff;border-radius:18px;box-shadow:0 10px 40px #9333ea1f;display:flex;gap:35px;justify-content:center;margin:0 auto;max-width:460px;padding:20px 40px}.cylinder-vases-page .stat{text-align:center}.cylinder-vases-page .stat-number{color:var(--secondary-dark);display:block;font-family:Cormorant Garamond,serif;font-size:28px;font-weight:700;line-height:1}.cylinder-vases-page.rtl .stat-number{font-family:Amiri,serif}.cylinder-vases-page .stat-label{color:var(--secondary-dark);font-family:Poppins,sans-serif;font-size:11px;letter-spacing:1px;text-transform:uppercase}.cylinder-vases-page.rtl .stat-label{font-family:Tajawal,sans-serif;letter-spacing:0;text-transform:none}.cylinder-vases-page .stat-divider{background:linear-gradient(180deg,#0000,var(--secondary-light),#0000);height:40px;width:1px}.cylinder-vases-page .products-section{padding:25px 0 60px}.cylinder-vases-page .products-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(4,1fr)}.cylinder-vases-page .product-card{animation:cardCV .6s ease-out forwards;background:#fff;border-radius:20px;box-shadow:0 8px 32px #7e22ce0f;cursor:pointer;display:block;opacity:0;overflow:hidden;position:relative;text-decoration:none;transition:all .45s cubic-bezier(.4,0,.2,1)}@keyframes cardCV{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.cylinder-vases-page .product-card:hover{box-shadow:0 28px 65px #9333ea26;transform:translateY(-12px)}.cylinder-vases-page .product-badge{border-radius:20px;font-family:Poppins,sans-serif;font-size:10px;font-weight:600;left:14px;letter-spacing:.5px;padding:6px 14px;position:absolute;text-transform:uppercase;top:14px;z-index:10}.cylinder-vases-page.rtl .product-badge{font-family:Tajawal,sans-serif;left:auto;right:14px;text-transform:none}.cylinder-vases-page .badge-lilium{background:linear-gradient(135deg,var(--primary-light) 0,var(--primary-light) 100%);box-shadow:0 4px 15px #ec489966;color:#fff}.cylinder-vases-page .badge-rose{background:linear-gradient(135deg,var(--error-dark) 0,var(--error) 100%);box-shadow:0 4px 15px #dc262666;color:#fff}.cylinder-vases-page .badge-mix{background:linear-gradient(135deg,var(--primary-light) 0,var(--secondary-light) 100%);box-shadow:0 4px 15px #f472b666;color:#fff}.cylinder-vases-page .product-image-wrapper{background:linear-gradient(180deg,var(--bg-primary) 0,#f3e8ff 100%);height:250px;overflow:hidden;position:relative}.cylinder-vases-page .product-image{height:100%;object-fit:cover;padding:14px;transition:transform .6s cubic-bezier(.4,0,.2,1);width:100%}.cylinder-vases-page .product-card:hover .product-image{transform:scale(1.08)}.cylinder-vases-page .product-overlay{background:linear-gradient(180deg,#0000,#7e22cee6);bottom:0;display:flex;justify-content:center;left:0;opacity:0;padding:18px;position:absolute;right:0;transform:translateY(15px);transition:all .35s ease}.cylinder-vases-page .product-card:hover .product-overlay{opacity:1;transform:translateY(0)}.cylinder-vases-page .quick-add-btn{align-items:center;background:#fff;border:none;border-radius:50px;color:var(--secondary-dark);cursor:pointer;display:flex;font-family:Poppins,sans-serif;font-size:12px;font-weight:600;gap:8px;padding:11px 24px;transition:all .3s ease}.cylinder-vases-page.rtl .quick-add-btn{flex-direction:row-reverse;font-family:Tajawal,sans-serif}.cylinder-vases-page .quick-add-btn:hover{background:linear-gradient(135deg,var(--secondary) 0,var(--secondary-light) 100%);color:#fff}.cylinder-vases-page .product-details{padding:18px}.cylinder-vases-page .product-name{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:var(--secondary-dark);display:-webkit-box;font-family:Cormorant Garamond,serif;font-size:18px;font-weight:600;line-height:1.3;margin:0 0 6px;overflow:hidden}.cylinder-vases-page.rtl .product-name{font-family:Amiri,serif}.cylinder-vases-page .product-desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:var(--secondary-dark);display:-webkit-box;font-family:Poppins,sans-serif;font-size:12px;line-height:1.5;margin:0 0 12px;overflow:hidden}.cylinder-vases-page.rtl .product-desc{font-family:Tajawal,sans-serif}.cylinder-vases-page .product-footer{align-items:center;display:flex;justify-content:space-between}.cylinder-vases-page .price{color:var(--secondary-dark);font-family:Poppins,sans-serif;font-size:18px;font-weight:700}.cylinder-vases-page.rtl .price{font-family:Tajawal,sans-serif}.cylinder-vases-page .cart-icon-btn{align-items:center;background:#0000;border:2px solid var(--secondary-light);border-radius:50%;color:var(--secondary);display:flex;flex-shrink:0;height:40px;justify-content:center;transition:all .3s ease;width:40px}.cylinder-vases-page .product-card:hover .cart-icon-btn{background:linear-gradient(135deg,var(--secondary-dark) 0,var(--secondary) 100%);border-color:#0000;color:#fff;transform:rotate(90deg)}.cylinder-vases-page .info-banner{padding:0 0 40px}.cylinder-vases-page .banner-content{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#d8b4fe2e,#f9a8d41f);border:1px solid #d8b4fe4d;border-radius:20px;display:flex;gap:24px;padding:28px 35px}.cylinder-vases-page.rtl .banner-content{flex-direction:row-reverse;text-align:right}.cylinder-vases-page .banner-icon{align-items:center;background:linear-gradient(135deg,var(--secondary-dark) 0,var(--secondary) 100%);border-radius:50%;box-shadow:0 10px 30px #9333ea59;display:flex;flex-shrink:0;font-size:30px;height:68px;justify-content:center;width:68px}.cylinder-vases-page .banner-text h3{color:var(--secondary-dark);font-family:Cormorant Garamond,serif;font-size:22px;font-weight:600;margin:0 0 6px}.cylinder-vases-page.rtl .banner-text h3{font-family:Amiri,serif}.cylinder-vases-page .banner-text p{color:var(--secondary-dark);font-family:Poppins,sans-serif;font-size:13px;line-height:1.6;margin:0}.cylinder-vases-page.rtl .banner-text p{font-family:Tajawal,sans-serif}@media (max-width:1200px){.cylinder-vases-page .hero-title{font-size:46px}.cylinder-vases-page .products-grid{gap:20px;grid-template-columns:repeat(3,1fr)}}@media (max-width:992px){.cylinder-vases-page .products-grid{gap:18px;grid-template-columns:repeat(3,1fr)}.cylinder-vases-page .product-image-wrapper{height:210px}.cylinder-vases-page .banner-content{padding:24px}.cylinder-vases-page .banner-content,.cylinder-vases-page.rtl .banner-content{flex-direction:column;text-align:center}}@media (max-width:768px){.cylinder-vases-page{padding-bottom:60px}.floating-cv{font-size:24px;opacity:.15}.fcv-1{font-size:28px}.fcv-2{font-size:22px}.cylinder-vases-page .container{padding:0 16px}.cylinder-vases-page .breadcrumb-nav{padding:12px 0}.cylinder-vases-page .breadcrumb{font-size:12px;gap:6px}.cylinder-vases-page .page-hero{padding:30px 0 25px}.cylinder-vases-page .hero-badge{font-size:12px;gap:8px;margin-bottom:16px;padding:8px 18px}.cylinder-vases-page .hero-title{font-size:32px;margin-bottom:10px}.cylinder-vases-page.rtl .hero-title{font-size:28px}.cylinder-vases-page .hero-subtitle{font-size:14px;margin-bottom:20px}.cylinder-vases-page .hero-stats{gap:20px;max-width:360px;padding:16px 24px}.cylinder-vases-page .stat-number{font-size:22px}.cylinder-vases-page .stat-label{font-size:10px}.cylinder-vases-page .stat-divider{height:30px}.cylinder-vases-page .products-section{padding:20px 0 40px}.cylinder-vases-page .products-grid{gap:14px;grid-template-columns:repeat(2,1fr)}.cylinder-vases-page .product-card{border-radius:16px}.cylinder-vases-page .product-card:hover{transform:none}.cylinder-vases-page .product-badge{border-radius:12px;font-size:8px;left:10px;padding:5px 10px;top:10px}.cylinder-vases-page.rtl .product-badge{left:auto;right:10px}.cylinder-vases-page .product-image-wrapper{height:170px}.cylinder-vases-page .product-image{padding:0}.cylinder-vases-page .product-overlay{display:none}.cylinder-vases-page .product-details{padding:14px}.cylinder-vases-page .product-name{font-size:14px;margin-bottom:4px}.cylinder-vases-page .product-desc{-webkit-line-clamp:1;font-size:10px;margin-bottom:10px}.cylinder-vases-page .price{font-size:14px}.cylinder-vases-page .cart-icon-btn{height:34px;width:34px}.cylinder-vases-page .cart-icon-btn svg{height:14px;width:14px}.cylinder-vases-page .info-banner{padding:0 0 30px}.cylinder-vases-page .banner-content{border-radius:16px;flex-direction:column;gap:14px;padding:20px 16px;text-align:center}.cylinder-vases-page .banner-icon{font-size:26px;height:56px;width:56px}.cylinder-vases-page .banner-text h3{font-size:18px}.cylinder-vases-page .banner-text p{font-size:12px}}@media (max-width:480px){.cylinder-vases-page{padding-bottom:50px}.fcv-3,.fcv-4{display:none}.cylinder-vases-page .glow-2{opacity:.25}.cylinder-vases-page .container{padding:0 12px}.cylinder-vases-page .breadcrumb-nav{padding:10px 0}.cylinder-vases-page .breadcrumb{font-size:11px;gap:4px}.cylinder-vases-page .breadcrumb .separator svg{height:12px;width:12px}.cylinder-vases-page .page-hero{padding:20px 0}.cylinder-vases-page .hero-badge{font-size:11px;gap:6px;margin-bottom:14px;padding:7px 14px}.cylinder-vases-page .hero-title{font-size:26px}.cylinder-vases-page.rtl .hero-title{font-size:24px}.cylinder-vases-page .hero-subtitle{font-size:13px;margin-bottom:16px}.cylinder-vases-page .hero-stats{border-radius:14px;gap:16px;max-width:100%;padding:14px 20px}.cylinder-vases-page .stat-number{font-size:20px}.cylinder-vases-page .stat-label{font-size:9px}.cylinder-vases-page .stat-divider{height:28px}.cylinder-vases-page .products-section{padding:16px 0 30px}.cylinder-vases-page .products-grid{gap:10px}.cylinder-vases-page .product-card{border-radius:14px}.cylinder-vases-page .product-badge{border-radius:10px;font-size:7px;left:8px;padding:4px 8px;top:8px}.cylinder-vases-page.rtl .product-badge{left:auto;right:8px}.cylinder-vases-page .product-image-wrapper{height:145px}.cylinder-vases-page .product-image{padding:8px}.cylinder-vases-page .product-details{padding:0}.cylinder-vases-page .product-name{font-size:12px;margin-bottom:3px}.cylinder-vases-page .product-desc{display:none}.cylinder-vases-page .price{font-size:13px}.cylinder-vases-page .cart-icon-btn{height:30px;width:30px}.cylinder-vases-page .cart-icon-btn svg{height:12px;width:12px}.cylinder-vases-page .info-banner{padding:0 0 20px}.cylinder-vases-page .banner-content{border-radius:14px;gap:12px;padding:18px 14px}.cylinder-vases-page .banner-icon{font-size:22px;height:48px;width:48px}.cylinder-vases-page .banner-text h3{font-size:16px}.cylinder-vases-page .banner-text p{font-size:11px}}@media (max-width:360px){.cylinder-vases-page .container{padding:0 10px}.cylinder-vases-page .hero-badge{font-size:10px;padding:6px 12px}.cylinder-vases-page .hero-title{font-size:22px}.cylinder-vases-page.rtl .hero-title{font-size:20px}.cylinder-vases-page .hero-subtitle{font-size:12px}.cylinder-vases-page .hero-stats{gap:12px;padding:12px 16px}.cylinder-vases-page .stat-number{font-size:18px}.cylinder-vases-page .stat-label{font-size:8px}.cylinder-vases-page .stat-divider{height:24px}.cylinder-vases-page .products-grid{gap:8px}.cylinder-vases-page .product-image-wrapper{height:125px}.cylinder-vases-page .product-details{padding:8px}.cylinder-vases-page .product-name{font-size:11px}.cylinder-vases-page .price{font-size:12px}.cylinder-vases-page .product-badge{font-size:6px;padding:3px 6px}.cylinder-vases-page .cart-icon-btn{height:26px;width:26px}.cylinder-vases-page .cart-icon-btn svg{height:10px;width:10px}.cylinder-vases-page .banner-content{padding:14px 12px}.cylinder-vases-page .banner-icon{font-size:18px;height:42px;width:42px}.cylinder-vases-page .banner-text h3{font-size:14px}.cylinder-vases-page .banner-text p{font-size:10px}}@media (prefers-reduced-motion:reduce){.banner-icon,.cart-icon-btn,.floating-cv,.product-card,.product-image{animation:none!important;transition:none!important}}.cylinder-vases-page .cart-icon-btn:focus-visible,.cylinder-vases-page .product-card:focus-visible{outline:2px solid var(--secondary);outline-offset:2px}@media print{.cylinder-vases-bg{display:none}.cylinder-vases-page .product-card{border:1px solid var(--border-medium);box-shadow:none;break-inside:avoid;page-break-inside:avoid}.cylinder-vases-page .info-banner{display:none}}.flowers-mabkhar-page{background:linear-gradient(180deg,var(--bg-primary) 0,var(--warm-light) 50%,#fde68a 100%);min-height:100vh;overflow-x:hidden;padding-bottom:80px;position:relative}.flowers-mabkhar-page.rtl{direction:rtl}.flowers-mabkhar-bg{height:100%;left:0;overflow:hidden;pointer-events:none;position:fixed;top:0;width:100%;z-index:0}.fm-glow{border-radius:50%;filter:blur(100px);opacity:.45;position:absolute}.flowers-mabkhar-page .glow-1{background:radial-gradient(circle,var(--warm-light) 0,#0000 70%);height:400px;right:-60px;top:-100px;width:400px}.flowers-mabkhar-page .glow-2{background:radial-gradient(circle,var(--warm-dark) 0,#0000 70%);bottom:18%;height:350px;left:-80px;width:350px}.floating-fm{animation:fmFloat 15s ease-in-out infinite;font-size:30px;opacity:.22;position:absolute}.ffm-1{animation-delay:0s;font-size:36px;left:7%;top:12%}.ffm-2{animation-delay:-4s;right:9%;top:32%}.ffm-3{animation-delay:-8s;bottom:30%;left:10%}.ffm-4{animation-delay:-12s;bottom:16%;right:12%}@keyframes fmFloat{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-16px) rotate(6deg)}}.flowers-mabkhar-page .container{margin:0 auto;max-width:1200px;padding:0 24px;position:relative;width:100%;z-index:1}.flowers-mabkhar-page .breadcrumb-nav{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffffe0;border-bottom:1px solid #d9770633;padding:20px 0}.flowers-mabkhar-page .breadcrumb{align-items:center;display:flex;font-family:Poppins,sans-serif;font-size:14px;gap:8px;list-style:none;margin:0;padding:0}.flowers-mabkhar-page.rtl .breadcrumb{font-family:Tajawal,sans-serif}.flowers-mabkhar-page .breadcrumb a{color:var(--warm-dark);text-decoration:none;transition:color .3s ease}.flowers-mabkhar-page .breadcrumb a:hover{color:var(--warm-dark)}.flowers-mabkhar-page .breadcrumb .separator{color:var(--warning);display:flex}.flowers-mabkhar-page.rtl .breadcrumb .separator svg{transform:scaleX(-1)}.flowers-mabkhar-page .breadcrumb .current{color:var(--text-dark);font-weight:500}.flowers-mabkhar-page .page-hero{padding:55px 0 45px;text-align:center}.flowers-mabkhar-page .hero-content{margin:0 auto;max-width:750px}.flowers-mabkhar-page .hero-badge{align-items:center;background:linear-gradient(135deg,var(--text-dark) 0,var(--warm-dark) 50%,var(--warm-dark) 100%);border-radius:50px;box-shadow:0 10px 35px #b4530966;color:#fff;display:inline-flex;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;gap:12px;margin-bottom:22px;padding:12px 28px}.flowers-mabkhar-page.rtl .hero-badge{font-family:Tajawal,sans-serif}.flowers-mabkhar-page .hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--text-dark) 0,var(--text-dark) 50%,var(--warm-dark) 100%);-webkit-background-clip:text;background-clip:text;color:var(--text-dark);font-family:Cormorant Garamond,serif;font-size:54px;font-weight:600;line-height:1.2;margin:0 0 16px}.flowers-mabkhar-page.rtl .hero-title{font-family:Amiri,serif;font-size:48px}.flowers-mabkhar-page .hero-subtitle{color:var(--text-dark);font-family:Poppins,sans-serif;font-size:17px;font-weight:300;line-height:1.7;margin:0 0 30px}.flowers-mabkhar-page.rtl .hero-subtitle{font-family:Tajawal,sans-serif}.flowers-mabkhar-page .hero-stats{align-items:center;background:#fff;border-radius:18px;box-shadow:0 12px 45px #b4530926;display:flex;gap:35px;justify-content:center;margin:0 auto;max-width:440px;padding:22px 45px}.flowers-mabkhar-page .stat{text-align:center}.flowers-mabkhar-page .stat-number{color:var(--warm-dark);display:block;font-family:Cormorant Garamond,serif;font-size:30px;font-weight:700;line-height:1}.flowers-mabkhar-page.rtl .stat-number{font-family:Amiri,serif}.flowers-mabkhar-page .stat-label{color:var(--text-dark);font-family:Poppins,sans-serif;font-size:11px;letter-spacing:1px;text-transform:uppercase}.flowers-mabkhar-page.rtl .stat-label{font-family:Tajawal,sans-serif;letter-spacing:0;text-transform:none}.flowers-mabkhar-page .stat-divider{background:linear-gradient(180deg,#0000,var(--warning),#0000);height:42px;width:1px}.flowers-mabkhar-page .products-section{padding:30px 0 65px}.flowers-mabkhar-page .products-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr)}.flowers-mabkhar-page .product-card{animation:cardFM .65s ease-out forwards;background:#fff;border-radius:20px;box-shadow:0 10px 40px #92400e14;cursor:pointer;display:block;opacity:0;overflow:hidden;position:relative;text-decoration:none;transition:all .5s cubic-bezier(.4,0,.2,1)}@keyframes cardFM{0%{opacity:0;transform:translateY(35px)}to{opacity:1;transform:translateY(0)}}.flowers-mabkhar-page .product-card:hover{box-shadow:0 32px 70px #b453092e;transform:translateY(-14px)}.flowers-mabkhar-page .product-badge{border-radius:20px;font-family:Poppins,sans-serif;font-size:11px;font-weight:600;left:16px;letter-spacing:.5px;padding:7px 16px;position:absolute;text-transform:uppercase;top:16px;z-index:10}.flowers-mabkhar-page.rtl .product-badge{font-family:Tajawal,sans-serif;left:auto;right:16px;text-transform:none}.flowers-mabkhar-page .badge-tray{background:linear-gradient(135deg,var(--text-secondary) 0,var(--text-muted) 100%);box-shadow:0 4px 15px #47556966;color:#fff}.flowers-mabkhar-page .badge-box{background:linear-gradient(135deg,#1e293b,#334155);box-shadow:0 4px 15px #1e293b66;color:#fff}.flowers-mabkhar-page .badge-premium{background:linear-gradient(135deg,var(--warm-dark) 0,var(--warm) 100%);box-shadow:0 4px 15px #d9770666;color:var(--text-dark)}.flowers-mabkhar-page .product-image-wrapper{background:linear-gradient(180deg,var(--bg-primary) 0,var(--warm-light) 100%);height:290px;overflow:hidden;position:relative}.flowers-mabkhar-page .product-image{height:100%;object-fit:cover;padding:18px;transition:transform .65s cubic-bezier(.4,0,.2,1);width:100%}.flowers-mabkhar-page .product-card:hover .product-image{transform:scale(1.1)}.flowers-mabkhar-page .product-overlay{background:linear-gradient(180deg,#0000,#78350feb);bottom:0;display:flex;justify-content:center;left:0;opacity:0;padding:20px;position:absolute;right:0;transform:translateY(15px);transition:all .4s ease}.flowers-mabkhar-page .product-card:hover .product-overlay{opacity:1;transform:translateY(0)}.flowers-mabkhar-page .quick-add-btn{align-items:center;background:#fff;border:none;border-radius:50px;color:var(--text-dark);cursor:pointer;display:flex;font-family:Poppins,sans-serif;font-size:13px;font-weight:600;gap:9px;padding:13px 28px;transition:all .3s ease}.flowers-mabkhar-page.rtl .quick-add-btn{flex-direction:row-reverse;font-family:Tajawal,sans-serif}.flowers-mabkhar-page .quick-add-btn:hover{background:linear-gradient(135deg,var(--warm-dark) 0,var(--warm) 100%);color:var(--text-dark)}.flowers-mabkhar-page .product-details{padding:24px}.flowers-mabkhar-page .product-name{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:var(--text-dark);display:-webkit-box;font-family:Cormorant Garamond,serif;font-size:21px;font-weight:600;line-height:1.3;margin:0 0 8px;overflow:hidden}.flowers-mabkhar-page.rtl .product-name{font-family:Amiri,serif}.flowers-mabkhar-page .product-desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:var(--text-dark);display:-webkit-box;font-family:Poppins,sans-serif;font-size:13px;line-height:1.5;margin:0 0 16px;overflow:hidden}.flowers-mabkhar-page.rtl .product-desc{font-family:Tajawal,sans-serif}.flowers-mabkhar-page .product-footer{align-items:center;display:flex;justify-content:space-between}.flowers-mabkhar-page .price{color:var(--warm-dark);font-family:Poppins,sans-serif;font-size:20px;font-weight:700}.flowers-mabkhar-page.rtl .price{font-family:Tajawal,sans-serif}.flowers-mabkhar-page .cart-icon-btn{align-items:center;background:#0000;border:2px solid var(--warning);border-radius:50%;color:var(--warm-dark);display:flex;flex-shrink:0;height:46px;justify-content:center;transition:all .3s ease;width:46px}.flowers-mabkhar-page .product-card:hover .cart-icon-btn{background:linear-gradient(135deg,var(--warm-dark) 0,var(--warm-dark) 100%);border-color:#0000;color:#fff;transform:rotate(90deg)}.flowers-mabkhar-page .info-banner{padding:0 0 45px}.flowers-mabkhar-page .banner-content{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#fcd34d33,#d977061f);border:1px solid #fcd34d59;border-radius:20px;display:flex;gap:26px;padding:32px 40px}.flowers-mabkhar-page.rtl .banner-content{flex-direction:row-reverse;text-align:right}.flowers-mabkhar-page .banner-icon{align-items:center;background:linear-gradient(135deg,var(--text-dark) 0,var(--warm-dark) 50%,var(--warm-dark) 100%);border-radius:50%;box-shadow:0 10px 30px #b4530959;display:flex;flex-shrink:0;font-size:34px;height:72px;justify-content:center;width:72px}.flowers-mabkhar-page .banner-text h3{color:var(--text-dark);font-family:Cormorant Garamond,serif;font-size:24px;font-weight:600;margin:0 0 8px}.flowers-mabkhar-page.rtl .banner-text h3{font-family:Amiri,serif}.flowers-mabkhar-page .banner-text p{color:var(--text-dark);font-family:Poppins,sans-serif;font-size:14px;line-height:1.6;margin:0}.flowers-mabkhar-page.rtl .banner-text p{font-family:Tajawal,sans-serif}@media (max-width:1200px){.flowers-mabkhar-page .hero-title{font-size:48px}.flowers-mabkhar-page .products-grid{gap:24px;grid-template-columns:repeat(3,1fr)}}@media (max-width:992px){.flowers-mabkhar-page .products-grid{gap:20px;grid-template-columns:repeat(2,1fr)}.flowers-mabkhar-page .product-image-wrapper{height:250px}.flowers-mabkhar-page .banner-content{padding:26px}.flowers-mabkhar-page .banner-content,.flowers-mabkhar-page.rtl .banner-content{flex-direction:column;text-align:center}}@media (max-width:768px){.flowers-mabkhar-page{padding-bottom:60px}.floating-fm{font-size:26px;opacity:.16}.ffm-1{font-size:30px}.ffm-2{font-size:24px}.flowers-mabkhar-page .container{padding:0 16px}.flowers-mabkhar-page .breadcrumb-nav{padding:12px 0}.flowers-mabkhar-page .breadcrumb{font-size:12px;gap:6px}.flowers-mabkhar-page .page-hero{padding:35px 0 30px}.flowers-mabkhar-page .hero-badge{font-size:12px;gap:8px;margin-bottom:18px;padding:10px 20px}.flowers-mabkhar-page .hero-title{font-size:36px;margin-bottom:12px}.flowers-mabkhar-page.rtl .hero-title{font-size:32px}.flowers-mabkhar-page .hero-subtitle{font-size:14px;margin-bottom:22px}.flowers-mabkhar-page .hero-stats{gap:25px;max-width:380px;padding:18px 30px}.flowers-mabkhar-page .stat-number{font-size:24px}.flowers-mabkhar-page .stat-label{font-size:10px}.flowers-mabkhar-page .stat-divider{height:34px}.flowers-mabkhar-page .products-section{padding:25px 0 45px}.flowers-mabkhar-page .products-grid{gap:16px;grid-template-columns:repeat(2,1fr)}.flowers-mabkhar-page .product-card{border-radius:18px}.flowers-mabkhar-page .product-card:hover{transform:none}.flowers-mabkhar-page .product-badge{border-radius:14px;font-size:9px;left:12px;padding:5px 12px;top:12px}.flowers-mabkhar-page.rtl .product-badge{left:auto;right:12px}.flowers-mabkhar-page .product-image-wrapper{height:190px}.flowers-mabkhar-page .product-image{padding:0}.flowers-mabkhar-page .product-overlay{display:none}.flowers-mabkhar-page .product-details{padding:16px}.flowers-mabkhar-page .product-name{font-size:17px;margin-bottom:6px}.flowers-mabkhar-page .product-desc{-webkit-line-clamp:1;font-size:11px;margin-bottom:12px}.flowers-mabkhar-page .price{font-size:17px}.flowers-mabkhar-page .cart-icon-btn{height:40px;width:40px}.flowers-mabkhar-page .cart-icon-btn svg{height:16px;width:16px}.flowers-mabkhar-page .info-banner{padding:0 0 35px}.flowers-mabkhar-page .banner-content{border-radius:18px;flex-direction:column;gap:16px;padding:22px 18px;text-align:center}.flowers-mabkhar-page .banner-icon{font-size:28px;height:60px;width:60px}.flowers-mabkhar-page .banner-text h3{font-size:20px}.flowers-mabkhar-page .banner-text p{font-size:12px}}@media (max-width:480px){.flowers-mabkhar-page{padding-bottom:50px}.ffm-3,.ffm-4{display:none}.flowers-mabkhar-page .glow-2{opacity:.3}.flowers-mabkhar-page .container{padding:0 12px}.flowers-mabkhar-page .breadcrumb-nav{padding:10px 0}.flowers-mabkhar-page .breadcrumb{font-size:11px;gap:4px}.flowers-mabkhar-page .breadcrumb .separator svg{height:12px;width:12px}.flowers-mabkhar-page .page-hero{padding:25px 0}.flowers-mabkhar-page .hero-badge{font-size:11px;gap:6px;margin-bottom:14px;padding:8px 16px}.flowers-mabkhar-page .hero-title{font-size:28px}.flowers-mabkhar-page.rtl .hero-title{font-size:26px}.flowers-mabkhar-page .hero-subtitle{font-size:13px;margin-bottom:18px}.flowers-mabkhar-page .hero-stats{border-radius:14px;gap:18px;max-width:100%;padding:14px 22px}.flowers-mabkhar-page .stat-number{font-size:22px}.flowers-mabkhar-page .stat-label{font-size:9px}.flowers-mabkhar-page .stat-divider{height:30px}.flowers-mabkhar-page .products-section{padding:20px 0 35px}.flowers-mabkhar-page .products-grid{gap:18px;grid-template-columns:1fr;margin:0 auto;max-width:380px}.flowers-mabkhar-page .product-card{border-radius:16px}.flowers-mabkhar-page .product-badge{border-radius:12px;font-size:8px;left:10px;padding:5px 12px;top:10px}.flowers-mabkhar-page.rtl .product-badge{left:auto;right:10px}.flowers-mabkhar-page .product-image-wrapper{height:280px}.flowers-mabkhar-page .product-image{padding:14px}.flowers-mabkhar-page .product-details{padding:16px}.flowers-mabkhar-page .product-name{font-size:17px;margin-bottom:5px}.flowers-mabkhar-page .product-desc{font-size:11px;margin-bottom:12px}.flowers-mabkhar-page .price{font-size:17px}.flowers-mabkhar-page .cart-icon-btn{height:38px;width:38px}.flowers-mabkhar-page .cart-icon-btn svg{height:14px;width:14px}.flowers-mabkhar-page .info-banner{padding:0 0 25px}.flowers-mabkhar-page .banner-content{border-radius:14px;gap:12px;padding:18px 14px}.flowers-mabkhar-page .banner-icon{font-size:24px;height:52px;width:52px}.flowers-mabkhar-page .banner-text h3{font-size:17px}.flowers-mabkhar-page .banner-text p{font-size:11px}}@media (max-width:360px){.flowers-mabkhar-page .container{padding:0 10px}.flowers-mabkhar-page .hero-badge{font-size:10px;padding:7px 14px}.flowers-mabkhar-page .hero-title{font-size:24px}.flowers-mabkhar-page.rtl .hero-title{font-size:22px}.flowers-mabkhar-page .hero-subtitle{font-size:12px}.flowers-mabkhar-page .hero-stats{gap:14px;padding:12px 18px}.flowers-mabkhar-page .stat-number{font-size:20px}.flowers-mabkhar-page .stat-label{font-size:8px}.flowers-mabkhar-page .stat-divider{height:26px}.flowers-mabkhar-page .products-grid{gap:14px;max-width:100%}.flowers-mabkhar-page .product-image-wrapper{height:240px}.flowers-mabkhar-page .product-details{padding:14px}.flowers-mabkhar-page .product-name{font-size:15px}.flowers-mabkhar-page .product-desc{display:none}.flowers-mabkhar-page .price{font-size:15px}.flowers-mabkhar-page .product-badge{font-size:7px;padding:4px 10px}.flowers-mabkhar-page .cart-icon-btn{height:34px;width:34px}.flowers-mabkhar-page .cart-icon-btn svg{height:12px;width:12px}.flowers-mabkhar-page .banner-content{padding:14px 12px}.flowers-mabkhar-page .banner-icon{font-size:20px;height:46px;width:46px}.flowers-mabkhar-page .banner-text h3{font-size:15px}.flowers-mabkhar-page .banner-text p{font-size:10px}}@media (prefers-reduced-motion:reduce){.banner-icon,.cart-icon-btn,.floating-fm,.product-card,.product-image{animation:none!important;transition:none!important}}.flowers-mabkhar-page .cart-icon-btn:focus-visible,.flowers-mabkhar-page .product-card:focus-visible{outline:2px solid var(--warm-dark);outline-offset:2px}@media print{.flowers-mabkhar-bg{display:none}.flowers-mabkhar-page .product-card{border:1px solid var(--border-medium);box-shadow:none;break-inside:avoid;page-break-inside:avoid}.flowers-mabkhar-page .info-banner{display:none}}.site-footer{background:linear-gradient(180deg,#f7f9f6,#eef2eb);color:#4a5548;margin-top:auto;position:relative}.footer-bg-image{background-position:50%;background-repeat:no-repeat;background-size:cover;bottom:0;left:0;opacity:.15;pointer-events:none;position:absolute;right:0;top:0;z-index:0}.footer-bottom,.footer-faq-section,.footer-main{position:relative;z-index:1}.site-footer.rtl{direction:rtl}.footer-faq-section{background:linear-gradient(180deg,#fff,#f7f9f6);border-bottom:1px solid #9ca98626;padding:60px 0}.faq-title{color:#3a4a3a;font-family:Cormorant Garamond,serif;font-size:32px;font-weight:600;margin-bottom:40px;position:relative;text-align:center}.site-footer.rtl .faq-title{font-family:Amiri,serif}.faq-title:after{background:linear-gradient(90deg,var(--accent) 0,var(--accent-dark) 100%);border-radius:3px;bottom:-12px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.faq-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:1200px}.faq-item{background:#fff;border:1px solid #9ca98633;border-radius:12px;cursor:pointer;overflow:hidden;transition:all .3s ease}.faq-item:hover{border-color:#9ca98666;box-shadow:0 4px 15px #9ca9861f}.faq-item.open{border-color:var(--accent);box-shadow:0 6px 20px #9ca9862e}.faq-question{align-items:center;color:#3a4a3a;display:flex;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;gap:15px;justify-content:space-between;padding:18px 20px;transition:all .3s ease}.site-footer.rtl .faq-question{flex-direction:row-reverse;font-family:Tajawal,sans-serif}.faq-item.open .faq-question,.faq-item:hover .faq-question{color:var(--accent-dark)}.faq-icon{color:var(--accent);flex-shrink:0;transition:transform .3s ease}.faq-item.open .faq-icon{color:var(--accent-dark)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-item.open .faq-answer{max-height:200px;padding:0 20px 18px}.faq-answer p{border-top:1px solid #9ca98626;color:var(--accent-dark);font-family:Poppins,sans-serif;font-size:13px;line-height:1.7;margin:0;padding-top:10px}.site-footer.rtl .faq-answer p{font-family:Tajawal,sans-serif}.footer-main{padding:60px 0 50px}.footer-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1.5fr 1fr 1fr 1fr}.brand-column{padding-right:30px}.site-footer.rtl .brand-column{padding-left:30px;padding-right:0}.footer-logo{align-items:center;cursor:pointer;display:flex;gap:12px;margin-bottom:18px;text-decoration:none}.footer-logo-image{height:60px;object-fit:contain;transition:all .3s ease;width:auto}.footer-logo:hover .footer-logo-image{transform:scale(1.05)}.logo-text{color:#3a4a3a;font-family:Cormorant Garamond,serif;font-size:24px;font-weight:600;letter-spacing:2px}.site-footer.rtl .logo-text{font-family:Amiri,serif;letter-spacing:0}.footer-logo:hover .logo-text,.footer-tagline{color:var(--accent-dark)}.footer-tagline{font-family:Poppins,sans-serif;font-size:14px;line-height:1.7;margin-bottom:25px}.site-footer.rtl .footer-tagline{font-family:Tajawal,sans-serif}.social-links{margin-top:20px}.social-label{color:#4a5548;display:block;font-family:Poppins,sans-serif;font-size:13px;font-weight:600;margin-bottom:15px}.site-footer.rtl .social-label{font-family:Tajawal,sans-serif}.social-icons{display:flex;gap:12px}.social-icon{align-items:center;background:#fff;border:1px solid #9ca98640;border-radius:50%;color:#4a5548;display:flex;height:42px;justify-content:center;transition:all .3s ease;width:42px}.social-icon:hover{background:linear-gradient(135deg,var(--accent) 0,var(--accent-dark) 100%);border-color:#0000;box-shadow:0 4px 12px #9ca98659;color:#fff;transform:translateY(-3px)}.social-icon.instagram:hover{background:linear-gradient(135deg,#f09433,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888)}.social-icon.whatsapp:hover{background:linear-gradient(135deg,var(--accent) 0,var(--accent-dark) 100%)}.footer-column{padding:0 10px}.accordion-icon{display:none}.footer-accordion-content{display:block}.footer-heading{color:#3a4a3a;font-family:Poppins,sans-serif;font-size:16px;font-weight:600;margin-bottom:22px;padding-bottom:12px;position:relative}.site-footer.rtl .footer-heading{font-family:Tajawal,sans-serif}.footer-heading:after{background:linear-gradient(90deg,var(--accent) 0,#0000 100%);border-radius:2px;bottom:0;content:"";height:2px;left:0;position:absolute;width:35px}.site-footer.rtl .footer-heading:after{background:linear-gradient(-90deg,var(--accent) 0,#0000 100%);left:auto;right:0}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:12px}.footer-links a,.footer-links span{color:var(--accent-dark);cursor:pointer;display:inline-block;font-family:Poppins,sans-serif;font-size:14px;text-decoration:none;transition:all .3s ease}.site-footer.rtl .footer-links a,.site-footer.rtl .footer-links span{font-family:Tajawal,sans-serif}.footer-links a:hover,.footer-links span:hover{color:var(--accent-dark);transform:translateX(5px)}.site-footer.rtl .footer-links a:hover,.site-footer.rtl .footer-links span:hover{transform:translateX(-5px)}.contact-info{list-style:none;margin:0;padding:0}.contact-info li{align-items:flex-start;color:var(--accent-dark);display:flex;font-family:Poppins,sans-serif;font-size:14px;gap:12px;margin-bottom:14px}.site-footer.rtl .contact-info li{flex-direction:row-reverse;font-family:Tajawal,sans-serif}.contact-icon{flex-shrink:0;font-size:16px}.footer-icon{stroke:var(--accent);color:var(--accent);flex-shrink:0;height:18px;transition:all .3s ease;width:18px}.contact-info li:hover .footer-icon,.delivery-hours li:hover .footer-icon{stroke:var(--accent-dark);color:var(--accent-dark)}.day-icon{align-items:center;display:flex;justify-content:center}.day-icon .footer-icon{height:16px;width:16px}.contact-text{display:flex;flex-direction:column;gap:2px}.contact-info a{text-decoration:none;transition:color .3s ease}.contact-info a,.contact-info a:hover{color:var(--accent-dark)}.map-link{color:var(--accent)!important;display:inline-block;font-size:13px;font-weight:500;margin-top:5px}.map-link:hover{color:var(--accent-dark)!important}.delivery-hours{list-style:none;margin:0;padding:0}.delivery-hours li{align-items:center;color:var(--accent-dark);display:flex;font-family:Poppins,sans-serif;font-size:14px;gap:10px;margin-bottom:12px}.site-footer.rtl .delivery-hours li{flex-direction:row-reverse;font-family:Tajawal,sans-serif}.delivery-hours .last-order{border-top:1px dashed #9ca98666;margin-top:15px;padding-top:15px}.delivery-hours .last-order span:last-child{color:var(--accent-dark);font-weight:600}.footer-bottom{background:#ffffff80;border-top:1px solid #9ca98640;padding:25px 0}.footer-bottom-content{align-items:center;display:flex;justify-content:space-between}.copyright{color:var(--accent-dark);font-family:Poppins,sans-serif;font-size:13px}.site-footer.rtl .copyright{font-family:Tajawal,sans-serif}.footer-legal{align-items:center;display:flex;gap:15px}.footer-legal a,.footer-legal span:not(.divider){color:var(--accent-dark);cursor:pointer;font-family:Poppins,sans-serif;font-size:13px;text-decoration:none;transition:color .3s ease}.site-footer.rtl .footer-legal a,.site-footer.rtl .footer-legal span:not(.divider){font-family:Tajawal,sans-serif}.footer-legal a:hover,.footer-legal span:not(.divider):hover{color:var(--accent-dark)}.footer-legal .divider{color:#9ca98680}@media (max-width:1200px){.faq-grid{grid-template-columns:1fr;max-width:700px}.footer-grid{gap:35px;grid-template-columns:repeat(2,1fr)}.brand-column{align-items:center;display:flex;flex-direction:column;grid-column:span 2;padding-right:0;text-align:center}.site-footer.rtl .brand-column{padding-left:0}.social-icons{justify-content:center}.footer-heading:after{left:50%;transform:translateX(-50%)}.site-footer.rtl .footer-heading:after{left:auto;right:50%;transform:translateX(50%)}}@media (max-width:768px){.footer-faq-section{padding:35px 0}.faq-title{font-size:24px;margin-bottom:25px}.faq-grid{gap:10px}.faq-item{border-radius:10px}.faq-question{font-size:12px;padding:14px 15px}.faq-answer p{font-size:11px}.faq-item.open .faq-answer{max-height:250px;padding:0 15px 15px}.footer-main{padding:40px 0 35px}.footer-grid{gap:25px;grid-template-columns:repeat(2,1fr)}.brand-column{grid-column:span 2}.footer-logo-image{height:50px}.logo-text{font-size:20px}.footer-tagline{font-size:13px;max-width:350px}.footer-heading{font-size:14px;margin-bottom:15px;padding-bottom:10px}.footer-links a{font-size:13px}.footer-links li{margin-bottom:10px}.footer-bottom-content{flex-direction:column;gap:15px;text-align:center}.copyright,.footer-legal a{font-size:12px}.contact-info li{font-size:13px;justify-content:flex-start}.site-footer.rtl .contact-info li{justify-content:flex-end}.delivery-hours li{font-size:13px;justify-content:flex-start}.site-footer.rtl .delivery-hours li{justify-content:flex-end}.social-icon{height:38px;width:38px}.social-icon svg{height:18px;width:18px}}@media (max-width:576px){.footer-faq-section{padding:30px 0}.faq-title{font-size:22px;margin-bottom:20px}.faq-title:after{bottom:-8px;height:2px;width:40px}.faq-question{font-size:11px;gap:10px;padding:12px 14px}.faq-icon{height:16px;width:16px}.faq-answer p{font-size:10px;line-height:1.6}.faq-item.open .faq-answer{padding:0 14px 14px}.footer-main{padding:35px 0 30px}.footer-grid{gap:0;grid-template-columns:1fr;text-align:left}.site-footer.rtl .footer-grid{text-align:right}.brand-column{grid-column:span 1;margin-bottom:15px;padding-bottom:25px;text-align:center}.brand-column,.footer-accordion{border-bottom:1px solid #9ca98633}.footer-accordion{padding:0}.footer-accordion:last-child{border-bottom:none}.footer-accordion-header{align-items:center;cursor:pointer;display:flex;justify-content:space-between;margin-bottom:0;padding:18px 0}.footer-accordion-header:after{display:none}.accordion-icon{color:var(--accent-dark);display:block;font-size:20px;font-weight:400;transition:transform .3s ease}.site-footer.rtl .accordion-icon{order:-1}.footer-accordion.open .accordion-icon{transform:rotate(45deg)}.footer-accordion-content{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.footer-accordion.open .footer-accordion-content{max-height:500px;padding-bottom:20px}.footer-accordion .contact-info,.footer-accordion .delivery-hours,.footer-accordion .footer-links{text-align:left}.site-footer.rtl .footer-accordion .contact-info,.site-footer.rtl .footer-accordion .delivery-hours,.site-footer.rtl .footer-accordion .footer-links{text-align:right}.footer-accordion .contact-info li,.footer-accordion .delivery-hours li{justify-content:flex-start}.site-footer.rtl .footer-accordion .contact-info li,.site-footer.rtl .footer-accordion .delivery-hours li{justify-content:flex-end}.footer-logo{justify-content:center}.footer-logo-image{height:55px}.logo-text{font-size:18px;letter-spacing:1px}.footer-tagline{font-size:12px;line-height:1.6}.social-label{font-size:12px}.social-icons{justify-content:center}.social-icon{height:36px;width:36px}.footer-column{padding:0}.footer-heading{font-size:14px}.footer-accordion .footer-heading:after{display:none}.footer-links a{font-size:12px}.footer-links li{margin-bottom:8px}.footer-links a:hover,.site-footer.rtl .footer-links a:hover{transform:none}.contact-info li{font-size:12px;margin-bottom:10px}.contact-icon{align-items:center;display:flex}.contact-icon .footer-icon,.day-icon .footer-icon{height:14px;width:14px}.contact-text{text-align:left}.site-footer.rtl .contact-text{text-align:right}.map-link{font-size:11px}.delivery-hours li{font-size:12px;margin-bottom:10px}.day-icon .footer-icon{height:14px;width:14px}.delivery-hours .last-order{margin-top:12px;padding-top:12px}.footer-bottom{padding:20px 0}.copyright{font-size:11px}.footer-legal{flex-wrap:wrap;gap:10px;justify-content:center}.footer-legal a{font-size:11px}}@media (max-width:400px){.faq-title{font-size:20px}.faq-question{padding:10px 12px}.faq-answer p,.faq-question{font-size:10px}.footer-logo-image{height:45px}.logo-text{font-size:16px}.footer-tagline{font-size:11px}.footer-heading{font-size:13px}.contact-info li,.delivery-hours li,.footer-links a{font-size:11px}.copyright,.footer-legal a{font-size:10px}}.pick-for-you-page{background:#fff;min-height:100vh}.pick-for-you-page.rtl{direction:rtl}.pick-for-you-page .container{margin:0 auto;max-width:1400px;padding:0 24px;width:100%}.hero-banner{background:linear-gradient(180deg,#faf8f8,#f5f2f2);border-bottom:1px solid #f0eded;padding:60px 0}.hero-banner .hero-title{color:#2d2d2d;font-family:Cormorant Garamond,serif;font-size:52px;font-weight:600;line-height:1.1;margin:0 0 16px}.pick-for-you-page.rtl .hero-title{font-family:Amiri,serif;font-size:46px}.hero-banner .hero-subtitle{color:#666;font-family:Poppins,sans-serif;font-size:15px;line-height:1.7;margin:0;max-width:800px}.pick-for-you-page.rtl .hero-subtitle{font-family:Tajawal,sans-serif}.main-content{padding:40px 0 80px}.content-layout{grid-gap:50px;align-items:start;display:grid;gap:50px;grid-template-columns:280px 1fr}.filters-sidebar{position:-webkit-sticky;position:sticky;top:20px}.filters-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px}.filters-title{color:#2d2d2d;font-family:Poppins,sans-serif;font-size:18px;font-weight:600;margin:0}.pick-for-you-page.rtl .filters-title{font-family:Tajawal,sans-serif}.clear-filters{background:none;border:none;color:#c9a0a0;cursor:pointer;font-family:Poppins,sans-serif;font-size:13px;text-decoration:underline;transition:color .3s ease}.clear-filters:hover{color:#b08080}.filter-section{border-bottom:1px solid #f0eded;margin-bottom:20px;padding-bottom:20px}.filter-header{align-items:center;background:none;border:none;color:#2d2d2d;cursor:pointer;display:flex;font-family:Poppins,sans-serif;font-size:13px;font-weight:600;justify-content:space-between;letter-spacing:.5px;padding:0;text-transform:uppercase;width:100%}.pick-for-you-page.rtl .filter-header{font-family:Tajawal,sans-serif}.filter-header svg{color:#999;transition:transform .3s ease}.filter-header.open svg{transform:rotate(180deg)}.filter-content{margin-top:18px}.price-inputs{align-items:center;display:flex;gap:12px}.price-input-group{align-items:center;border:1px solid #e5e5e5;border-radius:8px;display:flex;flex:1 1;overflow:hidden}.price-input-group .currency-label{background:#fafafa;border-right:1px solid #e5e5e5;color:#999;font-family:Poppins,sans-serif;font-size:13px;padding:10px 12px}.pick-for-you-page.rtl .price-input-group .currency-label{border-left:1px solid #e5e5e5;border-right:none}.price-input-group input{border:none;color:#2d2d2d;font-family:Poppins,sans-serif;font-size:14px;outline:none;padding:10px 12px;width:100%}.price-separator{font-size:13px}.price-hint,.price-separator{color:#999;font-family:Poppins,sans-serif}.price-hint{font-size:12px;margin:14px 0 0}.checkbox-label{gap:12px;padding:10px 0;transition:color .2s ease}.checkbox-label:hover{color:#c9a0a0}.checkbox-label input[type=checkbox]{display:none}.checkbox-label .checkmark{align-items:center;border:2px solid #ddd;border-radius:4px;display:flex;flex-shrink:0;height:18px;justify-content:center;transition:all .2s ease;width:18px}.checkbox-label input:checked+.checkmark{background:#c9a0a0;border-color:#c9a0a0}.checkbox-label input:checked+.checkmark:after{border:solid #fff;border-width:0 2px 2px 0;content:"";height:9px;margin-bottom:2px;transform:rotate(45deg);width:5px}.checkbox-label .label-text{color:#4a4a4a;font-family:Poppins,sans-serif;font-size:14px}.pick-for-you-page.rtl .checkbox-label .label-text{font-family:Tajawal,sans-serif}.products-main{min-height:500px}.products-toolbar{align-items:center;border-bottom:1px solid #f0eded;display:flex;justify-content:space-between;margin-bottom:30px;padding-bottom:20px}.items-count{color:#666;font-family:Poppins,sans-serif;font-size:14px;font-weight:500}.toolbar-right{gap:20px}.sort-dropdown,.toolbar-right{align-items:center;display:flex}.sort-dropdown{gap:10px}.sort-dropdown label{color:#666;font-weight:500}.sort-dropdown label,.sort-dropdown select{font-family:Poppins,sans-serif;font-size:14px}.sort-dropdown select{-webkit-appearance:none;appearance:none;background:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;border:1px solid #e5e5e5;border-radius:6px;color:#2d2d2d;cursor:pointer;outline:none;padding:8px 32px 8px 14px;transition:border-color .2s ease}.sort-dropdown select:focus{border-color:#c9a0a0}.view-toggle{background:#f5f5f5;border-radius:8px;gap:4px;padding:4px}.view-btn,.view-toggle{align-items:center;display:flex}.view-btn{background:#0000;border:none;border-radius:6px;color:#999;cursor:pointer;height:36px;justify-content:center;transition:all .2s ease;width:36px}.view-btn:hover{color:#666}.view-btn.active{background:#fff;box-shadow:0 1px 3px #0000001a;color:#2d2d2d}.products-grid{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(3,1fr)}.products-grid.list{gap:16px;grid-template-columns:1fr}.product-card{animation:cardFadeIn .5s ease forwards;background:#fff;border-radius:16px;box-shadow:0 2px 10px #0000000a;color:inherit;display:flex;flex-direction:column;opacity:0;overflow:hidden;position:relative;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1)}@keyframes cardFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.product-card:hover{box-shadow:0 12px 30px #00000014;transform:translateY(-6px)}.products-grid.list .product-card{border-radius:12px;flex-direction:row}.products-grid.list .product-image-wrapper{flex-shrink:0;height:300px;width:300px}.products-grid.list .product-info{display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:24px}.product-card .discount-badge{background:#e74c3c;border-radius:50px;box-shadow:0 3px 10px #e74c3c4d;color:#fff;font-family:Poppins,sans-serif;font-size:11px;font-weight:700;left:14px;padding:6px 12px;position:absolute;top:14px;z-index:10}.pick-for-you-page.rtl .discount-badge{left:auto;right:14px}.product-image-wrapper{align-items:center;background:#f9f9f9;display:flex;height:350px;justify-content:center;overflow:hidden;position:relative;width:100%}.product-image{height:100%!important;object-fit:contain!important;object-position:center!important;transition:transform .5s cubic-bezier(.4,0,.2,1);width:100%!important}.product-card:hover .product-image{transform:scale(1.05)}.product-info{background:#fff;display:flex;flex-direction:column;padding:18px 16px 16px}.product-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#2d2d2d;display:-webkit-box;font-size:18px;line-height:1.3;margin:0 0 12px;overflow:hidden;transition:color .3s ease}.product-card:hover .product-name{color:#c9a0a0}.pick-for-you-page.rtl .product-name{font-family:Amiri,serif}.product-desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#888;display:-webkit-box;font-family:Poppins,sans-serif;font-size:13px;font-weight:400;line-height:1.5;margin:0 0 12px;min-height:40px;overflow:hidden}.pick-for-you-page.rtl .product-desc{font-family:Tajawal,sans-serif}.product-footer{align-items:center;display:flex;justify-content:space-between;margin-top:auto}.price-wrapper{display:flex;flex-direction:column;gap:2px}.original-price{color:#bbb;line-height:1}.sale-price{color:#c9a0a0;font-family:Poppins,sans-serif;font-size:18px;font-weight:700;line-height:1.2}.add-btn{align-items:center;background:#f5f2f2;border:none;border-radius:50%;color:#c9a0a0;cursor:pointer;display:flex;flex-shrink:0;height:42px;justify-content:center;transition:all .3s ease;width:42px}.add-btn:hover{background:#c9a0a0}.add-btn.adding,.add-btn:hover{color:#fff;transform:scale(1.08)}.add-btn.adding{background:#27ae60}.add-btn svg{transition:transform .3s ease}.add-btn:hover svg{transform:rotate(90deg)}.empty-state,.error-state,.loading-state{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:80px 20px;text-align:center}.spinner{animation:spin 1s linear infinite;border:3px solid #f0e6e6;border-radius:50%;border-top-color:#c9a0a0;height:40px;margin-bottom:16px;width:40px}.empty-state p,.error-state p,.loading-state p{color:#666;font-family:Poppins,sans-serif;font-size:15px;margin:0}.error-details{color:#999!important;font-size:13px!important;margin-top:8px!important}.empty-icon{font-size:50px;margin-bottom:16px}@media (max-width:1200px){.content-layout{gap:40px;grid-template-columns:250px 1fr}.products-grid{gap:24px;grid-template-columns:repeat(3,1fr)}.product-image-wrapper{height:320px}}@media (max-width:992px){.hero-banner{padding:50px 0}.hero-banner .hero-title{font-size:42px}.content-layout{gap:30px;grid-template-columns:220px 1fr}.products-grid{gap:20px;grid-template-columns:repeat(2,1fr)}.product-image-wrapper{height:300px}}@media (max-width:768px){.hero-banner{padding:40px 0}.hero-banner .hero-title{font-size:34px}.hero-banner .hero-subtitle{font-size:14px}.main-content{padding:30px 0 60px}.content-layout{gap:24px;grid-template-columns:1fr}.filters-sidebar{background:#fafafa;border-radius:12px;padding:20px;position:relative;top:0}.filters-header{margin-bottom:20px}.filter-section{margin-bottom:16px;padding-bottom:16px}.products-toolbar{flex-wrap:wrap;gap:16px}.toolbar-right{justify-content:space-between;width:100%}.products-grid{gap:16px;grid-template-columns:repeat(2,1fr)}.product-image-wrapper{height:280px}.product-info{padding:14px 12px 12px}.product-name{font-size:16px;margin-bottom:6px}.product-desc{font-size:12px;margin-bottom:10px;min-height:36px}.sale-price{font-size:16px}.add-btn{height:38px;width:38px}.discount-badge{font-size:10px;padding:5px 10px}.products-grid.list .product-card{flex-direction:column}.products-grid.list .product-image-wrapper{height:280px;width:100%}.products-grid.list .product-info{padding:14px 12px 12px}}@media (max-width:576px){.pick-for-you-page .container{padding:0 16px}.hero-banner{padding:30px 0}.hero-banner .hero-title{font-size:28px}.hero-banner .hero-subtitle{font-size:13px}.products-grid{gap:14px}.product-image-wrapper{height:250px}.product-info{padding:12px 10px 10px}.product-name{font-size:15px;margin-bottom:5px}.product-desc{font-size:11px;margin-bottom:8px;min-height:34px}.sale-price{font-size:15px}.original-price{font-size:11px}.add-btn{height:36px;width:36px}.add-btn svg{height:16px;width:16px}.sort-dropdown select{font-size:13px;padding:6px 28px 6px 10px}.view-btn{height:32px;width:32px}}@media (max-width:400px){.hero-banner .hero-title{font-size:24px}.products-grid{gap:12px}.product-image-wrapper{height:220px}.product-info{padding:10px 8px 8px}.product-name{font-size:14px}.product-desc{-webkit-line-clamp:1;font-size:10px;min-height:30px}.sale-price{font-size:14px}.add-btn{height:34px;width:34px}}@media (prefers-reduced-motion:reduce){.add-btn,.filter-header svg,.product-card{animation:none!important;transition:none!important}.product-card{opacity:1}}.add-btn:focus-visible,.filter-header:focus-visible,.view-btn:focus-visible{outline:2px solid #c9a0a0;outline-offset:2px}.cart-page{background:linear-gradient(180deg,var(--bg-secondary) 0,#fff 100%);min-height:80vh;padding:40px 0 80px}.cart-page.rtl{direction:rtl}.cart-page .container{margin:0 auto;max-width:1200px;padding:0 20px}.cart-page.empty{align-items:center;display:flex;justify-content:center}.empty-cart{padding:60px 20px;text-align:center}.empty-cart-icon{font-size:80px;margin-bottom:20px;opacity:.5}.empty-cart h2{color:var(--text-dark);font-family:Cormorant Garamond,serif;font-size:32px;font-weight:600;margin-bottom:10px}.cart-page.rtl .empty-cart h2{font-family:Amiri,serif}.empty-cart p{color:var(--text-secondary);font-family:Poppins,sans-serif;font-size:16px;margin-bottom:30px}.cart-header{align-items:center;border-bottom:1px solid #d4a0a433;display:flex;justify-content:space-between;margin-bottom:40px;padding-bottom:20px}.back-link{font-family:Poppins,sans-serif;font-size:14px}.back-link:hover{color:var(--primary)}.cart-header h1{color:var(--text-dark);font-family:Cormorant Garamond,serif;font-size:36px;font-weight:600;margin:0}.cart-page.rtl .cart-header h1{font-family:Amiri,serif}.cart-count{background:#d4a0a426;border-radius:20px;color:var(--text-secondary);font-family:Poppins,sans-serif;font-size:14px;padding:8px 16px}.cart-content{align-items:flex-start;display:flex;gap:40px}.cart-items-section{background:#fff;border-radius:20px;box-shadow:0 4px 20px #5a4a3a0f;flex:1 1;padding:30px}.cart-table-header{align-items:center;border-bottom:2px solid #d4a0a433;display:flex;margin-bottom:20px;padding:15px 0}.cart-table-header>div{color:var(--text-secondary);font-family:Poppins,sans-serif;font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.cart-page.rtl .cart-table-header>div{font-family:Tajawal,sans-serif}.cart-item-row .col-product,.cart-table-header .col-product{flex:0 0 40%;min-width:200px}.cart-item-row .col-price,.cart-table-header .col-price{flex:0 0 15%;text-align:center}.cart-item-row .col-quantity,.cart-table-header .col-quantity{flex:0 0 20%;text-align:center}.cart-item-row .col-total,.cart-table-header .col-total{flex:0 0 15%;text-align:center}.cart-item-row .col-action,.cart-table-header .col-action{flex:0 0 10%;text-align:center}.cart-items-list{display:flex;flex-direction:column}.cart-item-row{align-items:center;border-bottom:1px solid #d4a0a41a;display:flex;padding:20px 0}.cart-item-row:last-child{border-bottom:none}.cart-item-row .col-product{align-items:center;display:flex;gap:15px}.product-image{background:var(--bg-secondary);border-radius:12px;flex-shrink:0;height:120px;overflow:hidden;width:120px}.product-image img{height:100%;object-fit:cover;width:100%}.product-info{flex:1 1}.product-name{color:var(--text-dark);font-family:Cormorant Garamond,serif;font-size:17px;font-weight:600;margin:0 0 4px}.cart-page.rtl .product-name{font-family:Amiri,serif}.product-variant{color:var(--text-secondary);font-family:Poppins,sans-serif;font-size:12px}.cart-item-row .col-price{align-items:center;display:flex;flex-direction:column;gap:2px}.current-price{color:var(--text-dark);font-family:Poppins,sans-serif;font-size:15px;font-weight:600}.original-price{color:#aaa;font-family:Poppins,sans-serif;font-size:12px;text-decoration:line-through}.cart-item-row .col-quantity{align-items:center;display:flex;justify-content:center}.qty-selector{align-items:center;background:#f5f0ed;border:1px solid #d4a0a440;border-radius:12px;display:inline-flex;gap:8px;padding:8px 12px}.qty-btn{align-items:center;background:#fff;border:1px solid var(--primary);border-radius:50%;color:var(--text-primary);cursor:pointer;display:flex;font-size:18px;font-weight:600;height:30px;justify-content:center;line-height:1;padding:0;transition:all .2s ease;width:30px}.qty-btn span{display:block;line-height:1}.qty-btn:hover:not(:disabled){background:var(--primary);border-color:var(--primary);color:#fff}.qty-btn:disabled{cursor:not-allowed;opacity:.4}.qty-number{color:var(--text-dark);font-family:Poppins,sans-serif;font-size:16px;font-weight:600;min-width:28px;text-align:center}.cart-item-row .col-total{display:flex;justify-content:center}.total-price{color:var(--primary);font-family:Poppins,sans-serif;font-size:16px;font-weight:700}.cart-item-row .col-action,.remove-btn{display:flex;justify-content:center}.remove-btn{align-items:center;background:#dc354514;border:none;border-radius:10px;color:var(--error);cursor:pointer;height:40px;transition:all .3s ease;width:40px}.remove-btn:hover{background:var(--error);color:#fff}.delivery-section{border-top:1px dashed #d4a0a44d;margin-top:30px;padding-top:30px}.delivery-section h3{align-items:center;display:flex;font-size:16px;font-weight:600;gap:8px;margin:0 0 15px}.delivery-section h3,.delivery-section textarea{color:var(--text-dark);font-family:Poppins,sans-serif}.delivery-section textarea{background:var(--bg-secondary);border:1px solid #d4a0a440;border-radius:12px;box-sizing:border-box;font-size:14px;min-height:140px;padding:15px;resize:vertical;transition:all .3s ease;width:100%}.delivery-section textarea:focus{background:#fff;border-color:var(--primary);outline:none}.delivery-section textarea::placeholder{color:#9a8a80}.clear-cart-btn{align-items:center;background:#0000;border:1px solid #dc35454d;border-radius:10px;color:var(--error);cursor:pointer;display:inline-flex;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;gap:8px;margin-top:25px;padding:12px 24px;transition:all .3s ease}.clear-cart-btn:hover{background:#dc35451a;border-color:var(--error)}.order-summary-section{flex-shrink:0;position:-webkit-sticky;position:sticky;top:120px;width:380px}.order-summary-card{background:#fff;border-radius:20px;box-shadow:0 4px 20px #5a4a3a0f;padding:30px}.order-summary-card h2{border-bottom:2px solid #d4a0a433;color:var(--text-dark);font-family:Cormorant Garamond,serif;font-size:24px;font-weight:600;margin:0 0 25px;padding-bottom:15px}.cart-page.rtl .order-summary-card h2{font-family:Amiri,serif}.promo-section{margin-bottom:25px}.promo-section label{color:var(--text-primary);display:block;font-family:Poppins,sans-serif;font-size:13px;font-weight:600;margin-bottom:10px}.promo-input-wrapper{display:flex;gap:10px}.promo-input-wrapper input{background:var(--bg-secondary);border:1px solid #d4a0a440;border-radius:10px;color:var(--text-dark);flex:1 1;font-family:Poppins,sans-serif;font-size:14px;padding:12px 15px}.promo-input-wrapper input:focus{background:#fff;border-color:var(--primary);outline:none}.promo-input-wrapper input:disabled{background:var(--bg-secondary);color:#aaa}.promo-input-wrapper button{background:linear-gradient(135deg,var(--text-primary) 0,var(--text-dark) 100%);border:none;border-radius:10px;color:#fff;cursor:pointer;font-family:Poppins,sans-serif;font-size:13px;font-weight:600;padding:12px 20px;transition:all .3s ease}.promo-input-wrapper button:hover:not(:disabled){box-shadow:0 4px 15px #5a4a3a33;transform:translateY(-2px)}.promo-input-wrapper button:disabled{cursor:not-allowed;opacity:.5}.promo-success{color:#28a745;display:block;font-family:Poppins,sans-serif;font-size:13px;margin-top:8px}.summary-rows{margin-bottom:20px}.summary-row{border-bottom:1px solid #d4a0a41a;color:var(--text-primary)}.summary-row .shipping-note{color:var(--text-secondary);font-size:13px;font-style:italic}.summary-row.discount-row span:last-child{color:#28a745;font-weight:600}.summary-row.total-row{border-bottom:none;border-top:2px solid #d4a0a433;margin-top:10px;padding-top:20px}.summary-row.total-row span:first-child{color:var(--text-dark);font-size:16px;font-weight:600}.summary-row.total-row span:last-child{color:var(--primary);font-size:22px;font-weight:700}.checkout-btn{align-items:center;background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-family:Poppins,sans-serif;font-size:15px;font-weight:600;justify-content:center;padding:16px 24px;text-decoration:none;transition:all .3s ease;width:100%}.checkout-btn:hover{box-shadow:0 10px 30px #d4a0a459;transform:translateY(-3px)}@media (max-width:1024px){.cart-content{flex-direction:column}.order-summary-section{position:static;width:100%}.cart-item-row .col-product,.cart-table-header .col-product{flex:0 0 35%}}@media (max-width:768px){.cart-page{padding:30px 0 60px}.cart-header{flex-direction:column;gap:15px;text-align:center}.cart-header h1{font-size:28px}.cart-items-section,.order-summary-card{padding:20px}.cart-table-header{display:none}.cart-item-row{align-items:flex-start;background:var(--bg-secondary);border-bottom:none;border-radius:16px;flex-direction:column;gap:15px;margin-bottom:15px;padding:20px;position:relative}.cart-item-row .col-price,.cart-item-row .col-product,.cart-item-row .col-quantity,.cart-item-row .col-total{flex:none;text-align:left;width:100%}.cart-item-row .col-product{padding-right:50px}.cart-page.rtl .cart-item-row .col-product{padding-left:50px;padding-right:0}.cart-item-row .col-price{flex-direction:row;gap:10px}.cart-item-row .col-price,.cart-item-row .col-quantity{justify-content:flex-start}.cart-page.rtl .cart-item-row .col-quantity{justify-content:flex-end}.cart-item-row .col-total{justify-content:flex-start}.cart-page.rtl .cart-item-row .col-total{justify-content:flex-end}.total-price{font-size:18px}.cart-item-row .col-action{position:absolute;right:15px;top:15px;width:auto}.cart-page.rtl .cart-item-row .col-action{left:15px;right:auto}.qty-selector{background:#fff;gap:12px;padding:10px 16px}.qty-btn{font-size:20px;height:36px;width:36px}.qty-number{font-size:17px;min-width:32px}}@media (max-width:480px){.cart-page .container{padding:0 15px}.cart-header h1{font-size:24px}.product-image{height:70px;width:70px}.product-name{font-size:15px}.current-price{font-size:14px}.promo-input-wrapper{flex-direction:column}.promo-input-wrapper button{width:100%}.summary-row.total-row span:last-child{font-size:20px}.qty-btn{font-size:18px;height:32px;width:32px}.qty-number{font-size:15px;min-width:28px}}.char-counter-wrapper{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;margin-top:6px}.char-counter{color:#888;font-size:12px;font-weight:500}.char-counter.warning{color:var(--warm)}.char-counter.error,.error-message{color:var(--error)}.error-message{font-size:12px;font-weight:500}.delivery-section textarea.input-error{background-color:var(--primary-lightest);border-color:var(--error)!important}.delivery-section textarea.input-error:focus{box-shadow:0 0 0 3px #ef444433}.rtl .char-counter-wrapper{flex-direction:row-reverse}.checkout-page{background:var(--bg-primary);min-height:100vh}.checkout-error{align-items:center;animation:slideIn .3s ease;background:var(--bg-primary);border:1px solid var(--error-light);border-radius:10px;display:flex;gap:12px;margin-bottom:25px;padding:16px 20px}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.checkout-error .error-icon{flex-shrink:0;font-size:20px}.checkout-error span:not(.error-icon){color:var(--error-dark);flex:1 1;font-family:Poppins,sans-serif;font-size:14px}.checkout-page.rtl .checkout-error span:not(.error-icon){font-family:Tajawal,sans-serif}.checkout-error .error-close{background:none;border:none;color:var(--error-dark);cursor:pointer;font-size:20px;line-height:1;opacity:.7;padding:0;transition:opacity .2s ease}.checkout-error .error-close:hover{opacity:1}.pay-now-btn.loading{opacity:.8;pointer-events:none;position:relative}.pay-now-btn .spinner{animation:spin .8s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;display:inline-block;height:20px;margin-right:10px;vertical-align:middle;width:20px}.checkout-page.rtl .pay-now-btn .spinner{margin-left:10px;margin-right:0}.checkout-page.rtl{direction:rtl}.checkout-container{display:grid;grid-template-columns:1fr 450px;min-height:100vh}.checkout-form-column{background:#fff;margin:0 auto;max-width:700px;padding:40px 60px}.checkout-logo{margin-bottom:30px}.checkout-logo img{height:90px;object-fit:contain}.checkout-section{border-bottom:1px solid var(--border-light);margin-bottom:35px;padding-bottom:30px}.checkout-section:last-of-type{border-bottom:none}.checkout-section h2{color:var(--text-dark);font-family:Poppins,sans-serif;font-size:18px;font-weight:600;margin-bottom:20px}.checkout-page.rtl .checkout-section h2{font-family:Tajawal,sans-serif}.section-header-row{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.section-header-row h2{margin-bottom:0}.sign-in-link{color:#1a73e8;font-family:Poppins,sans-serif;font-size:13px;text-decoration:underline;transition:color .3s ease}.checkout-page.rtl .sign-in-link{font-family:Tajawal,sans-serif}.sign-in-link:hover{color:#1557b0}.form-group{margin-bottom:15px}.form-row{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr 1fr}.form-row-3{grid-template-columns:1fr 1fr 1fr}.input-label{color:var(--text-secondary);display:block;font-family:Poppins,sans-serif;font-size:12px;margin-bottom:6px}.checkout-page.rtl .input-label{font-family:Tajawal,sans-serif}.checkout-input,.checkout-select{background:#fff;border:1px solid var(--border-medium);border-radius:8px;color:var(--text-dark);font-family:Poppins,sans-serif;font-size:14px;padding:16px;transition:all .3s ease;width:100%}.checkout-page.rtl .checkout-input,.checkout-page.rtl .checkout-select{font-family:Tajawal,sans-serif;text-align:right}.checkout-input:focus,.checkout-select:focus{border-color:var(--text-dark);box-shadow:0 0 0 2px #0000000d;outline:none}.checkout-input::placeholder{color:var(--text-muted)}.checkout-select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;cursor:pointer;padding-right:45px}.checkout-page.rtl .checkout-select{background-position:left 16px center;padding-left:45px;padding-right:16px}.country-select-wrapper{align-items:center;display:flex;position:relative}.country-select-wrapper .country-flag{font-size:20px;left:16px;position:absolute;z-index:1}.checkout-page.rtl .country-select-wrapper .country-flag{left:auto;right:16px}.country-select-wrapper .checkout-select{padding-left:50px}.checkout-page.rtl .country-select-wrapper .checkout-select{padding-left:45px;padding-right:50px}.governorate-select{font-weight:500}.phone-group{position:relative}.phone-input-wrapper{align-items:center;border:1px solid var(--border-medium);border-radius:8px;display:flex;overflow:hidden;transition:all .3s ease}.phone-input-wrapper:focus-within{border-color:var(--text-dark);box-shadow:0 0 0 2px #0000000d}.country-flag-box{align-items:center;background:var(--bg-secondary);border-right:1px solid var(--border-medium);display:flex;justify-content:center;padding:16px 14px}.checkout-page.rtl .country-flag-box{border-left:1px solid var(--border-medium);border-right:none}.country-flag-box .flag{font-size:22px}.phone-input-wrapper .phone-input{border:none;border-radius:0;flex:1 1}.phone-input-wrapper .phone-input:focus{box-shadow:none}.phone-help{align-items:center;color:var(--text-muted);cursor:help;display:flex;padding:0 14px}.phone-help:hover{color:var(--text-secondary)}.checkbox-label{align-items:center;cursor:pointer;display:flex;gap:10px;margin-top:15px}.checkbox-label input[type=checkbox]{accent-color:var(--text-dark);cursor:pointer;height:18px;width:18px}.checkbox-label span{color:var(--text-secondary);font-family:Poppins,sans-serif;font-size:13px}.checkout-page.rtl .checkbox-label span{font-family:Tajawal,sans-serif}.shipping-options{border:1px solid var(--border-medium);border-radius:10px;overflow:hidden}.shipping-option{align-items:flex-start;border-bottom:1px solid var(--border-light);cursor:pointer;display:flex;padding:18px;transition:background .2s ease}.shipping-option:last-child{border-bottom:none}.shipping-option:hover{background:var(--bg-primary)}.shipping-option.selected{background:var(--bg-secondary)}.shipping-option input[type=radio]{accent-color:var(--text-dark);cursor:pointer;flex-shrink:0;height:20px;margin-top:2px;width:20px}.shipping-option-content{align-items:flex-start;display:flex;flex:1 1;justify-content:space-between;margin-left:14px}.checkout-page.rtl .shipping-option-content{margin-left:0;margin-right:14px}.shipping-option-info{display:flex;flex-direction:column;gap:4px}.shipping-name{color:var(--text-dark);font-family:Poppins,sans-serif;font-size:14px;font-weight:600}.checkout-page.rtl .shipping-name{font-family:Tajawal,sans-serif}.shipping-areas{color:#888;font-family:Poppins,sans-serif;font-size:12px;line-height:1.5;max-width:280px}.checkout-page.rtl .shipping-areas{font-family:Tajawal,sans-serif}.shipping-price{color:var(--text-dark);font-family:Poppins,sans-serif;font-size:14px;font-weight:700;white-space:nowrap}.checkout-page.rtl .shipping-price{font-family:Tajawal,sans-serif}.shipping-placeholder{background:var(--bg-primary);border:2px dashed var(--border-medium);border-radius:10px;padding:40px;text-align:center}.placeholder-icon{font-size:32px;margin-bottom:10px}.shipping-placeholder p{color:#888;font-family:Poppins,sans-serif;font-size:14px}.checkout-page.rtl .shipping-placeholder p{font-family:Tajawal,sans-serif}.delivery-instructions-section .delivery-instructions-box{align-items:flex-start;background:#fef9e7;border:1px solid #f9e79f;border-radius:10px;display:flex;gap:12px;padding:16px}.instructions-icon{flex-shrink:0;font-size:20px}.delivery-instructions-box p{color:#6b5a00;font-family:Poppins,sans-serif;font-size:14px;line-height:1.5;margin:0}.checkout-page.rtl .delivery-instructions-box p{font-family:Tajawal,sans-serif}.payment-secure-row{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.payment-secure-text{color:var(--text-secondary);font-family:Poppins,sans-serif;font-size:13px;margin:0}.checkout-page.rtl .payment-secure-text{font-family:Tajawal,sans-serif}.payment-badges-top{display:flex;gap:8px}.payment-badge{border-radius:4px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.payment-box{border:1px solid var(--border-medium);border-radius:10px;overflow:hidden}.payment-header{align-items:center;background:var(--bg-secondary);border-bottom:1px solid var(--border-light);display:flex;justify-content:space-between;padding:16px 18px}.payment-name{color:var(--text-dark);font-family:Poppins,sans-serif;font-size:14px;font-weight:700}.checkout-page.rtl .payment-name{font-family:Tajawal,sans-serif}.payment-icons{gap:8px}.payment-icon,.payment-icons{align-items:center;display:flex}.payment-icon{border-radius:4px;justify-content:center;overflow:hidden}.payment-icon svg{display:block}.more-payment{background:var(--border-light);border-radius:4px;color:var(--text-secondary);font-family:Poppins,sans-serif;font-size:11px;font-weight:600;padding:4px 8px}.payment-body{background:var(--bg-primary);padding:35px;text-align:center}.payment-redirect-icon{color:#bbb;margin-bottom:18px}.payment-desc{color:var(--text-secondary);font-family:Poppins,sans-serif;font-size:13px;line-height:1.7;margin:0 auto;max-width:380px}.checkout-page.rtl .payment-desc{font-family:Tajawal,sans-serif}.billing-options{border:1px solid var(--border-medium);border-radius:10px;overflow:hidden}.billing-option{align-items:center;border-bottom:1px solid var(--border-light);cursor:pointer;display:flex;padding:18px;transition:background .2s ease}.billing-option:last-child{border-bottom:none}.billing-option:hover{background:var(--bg-primary)}.billing-option.selected{background:var(--bg-secondary)}.billing-option input[type=radio]{accent-color:var(--text-dark);cursor:pointer;height:20px;width:20px}.billing-option span{color:var(--text-dark);font-family:Poppins,sans-serif;font-size:14px;margin-left:14px}.checkout-page.rtl .billing-option span{font-family:Tajawal,sans-serif;margin-left:0;margin-right:14px}.billing-form{animation:slideDown .3s ease;background:var(--bg-primary);border:1px solid var(--border-light);border-radius:10px;margin-top:20px;padding:25px}.billing-form .form-group:last-child{margin-bottom:0}.billing-form .checkout-input,.billing-form .checkout-select{background:#fff}.pay-now-btn{background:var(--text-dark);border:none;border-radius:10px;color:#fff;cursor:pointer;font-family:Poppins,sans-serif;font-size:16px;font-weight:600;margin-top:10px;padding:20px;transition:all .3s ease;width:100%}.checkout-page.rtl .pay-now-btn{font-family:Tajawal,sans-serif}.pay-now-btn:hover{background:var(--text-dark);box-shadow:0 5px 20px #00000026;transform:translateY(-2px)}.checkout-summary-column{background:var(--bg-secondary);border-left:1px solid var(--border-light);height:100vh;overflow-y:auto;padding:40px 35px;position:-webkit-sticky;position:sticky;top:0}.checkout-page.rtl .checkout-summary-column{border-left:none;border-right:1px solid var(--border-light)}.order-summary h3{border-bottom:1px solid var(--border-medium);color:var(--text-dark);font-family:Poppins,sans-serif;font-size:20px;font-weight:600;margin-bottom:25px;padding-bottom:15px}.checkout-page.rtl .order-summary h3{font-family:Tajawal,sans-serif}.summary-items{margin-bottom:25px;max-height:350px;overflow-y:auto}.summary-item{align-items:center;border-bottom:1px solid var(--border-light);display:flex;gap:15px;padding:14px 0}.summary-item:last-child{border-bottom:none}.item-image-wrapper{background:#fff;border:1px solid var(--border-light);border-radius:10px;flex-shrink:0;height:100px;overflow:hidden;position:relative;width:100px}.item-image-wrapper img{height:100%;object-fit:cover;width:100%}.item-quantity{align-items:center;background:var(--text-secondary);border-radius:50%;color:#fff;display:flex;font-family:Poppins,sans-serif;font-size:12px;font-weight:600;height:24px;justify-content:center;position:absolute;right:-8px;top:-8px;width:24px}.checkout-page.rtl .item-quantity{left:-8px;right:auto}.item-name{display:block;font-family:Poppins,sans-serif;font-size:14px;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.checkout-page.rtl .item-name{font-family:Tajawal,sans-serif}.item-variant{color:#888;font-family:Poppins,sans-serif;font-size:12px}.checkout-page.rtl .item-variant{font-family:Tajawal,sans-serif}.item-price{color:var(--text-dark);font-family:Poppins,sans-serif;font-size:14px;font-weight:600;white-space:nowrap}.checkout-page.rtl .item-price{font-family:Tajawal,sans-serif}.summary-totals{border-top:1px solid var(--border-light);padding-top:20px}.summary-row{align-items:center;font-family:Poppins,sans-serif;font-size:14px;padding:12px 0}.checkout-page.rtl .summary-row{font-family:Tajawal,sans-serif}.total-row{border-top:1px solid var(--border-light);color:var(--text-dark);font-size:16px;font-weight:600;margin-top:12px;padding-top:20px}.total-amount{color:var(--text-dark);font-size:22px;font-weight:700}.back-to-cart-link{color:#1a73e8;display:inline-block;font-family:Poppins,sans-serif;font-size:13px;margin-top:25px;text-decoration:none;transition:color .3s ease}.checkout-page.rtl .back-to-cart-link{font-family:Tajawal,sans-serif}.back-to-cart-link:hover{color:#1557b0;text-decoration:underline}.checkout-empty{align-items:center;background:#fff;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:40px;text-align:center}.empty-icon{font-size:80px;margin-bottom:20px;opacity:.5}.checkout-empty h2{color:var(--text-dark);font-family:Cormorant Garamond,serif;font-size:32px;font-weight:600;margin-bottom:10px}.checkout-page.rtl .checkout-empty h2{font-family:Amiri,serif}.checkout-empty p{color:#888;font-family:Poppins,sans-serif;font-size:16px;margin-bottom:30px}.checkout-page.rtl .checkout-empty p{font-family:Tajawal,sans-serif}.continue-shopping-btn{background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);border-radius:50px;display:inline-block;font-family:Poppins,sans-serif;font-size:15px;font-weight:600;padding:16px 40px}.checkout-page.rtl .continue-shopping-btn{font-family:Tajawal,sans-serif}.continue-shopping-btn:hover{box-shadow:0 10px 30px #d4a0a44d;transform:translateY(-3px)}@media (max-width:1024px){.checkout-container{grid-template-columns:1fr}.checkout-summary-column{border-bottom:1px solid var(--border-light);border-left:none;height:auto;order:-1;position:static}.checkout-page.rtl .checkout-summary-column{border-right:none}.checkout-form-column{max-width:100%;padding:30px 40px}.summary-items{max-height:none}}@media (max-width:768px){.checkout-form-column,.checkout-summary-column{padding:25px 20px}.form-row,.form-row-3{grid-template-columns:1fr}.shipping-areas{max-width:100%}.payment-secure-row{align-items:flex-start;flex-direction:column;gap:10px}.billing-form{padding:20px 15px}}@media (max-width:480px){.checkout-form-column,.checkout-summary-column{padding:20px 15px}.checkout-input,.checkout-select{font-size:16px;padding:14px}.payment-body{padding:25px 15px}.pay-now-btn{font-size:15px;padding:18px}.payment-header{align-items:flex-start;flex-direction:column;gap:12px}.checkout-page.rtl .payment-header{align-items:flex-end}.total-amount{font-size:20px}.billing-form{padding:15px}}.whatsapp-float-container{align-items:center;bottom:25px;display:flex;gap:12px;position:fixed;right:25px;z-index:9999}.whatsapp-float-container.rtl{flex-direction:row-reverse;left:25px;right:auto}.whatsapp-float-btn{align-items:center;background:linear-gradient(135deg,#5fe86b,#25d366);border:none;border-radius:50%;box-shadow:0 6px 20px #5fe86b66,0 3px 10px #0000001a;cursor:pointer;display:flex;height:60px;justify-content:center;overflow:visible;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:60px}.whatsapp-float-btn:hover{box-shadow:0 8px 28px #5fe86b80,0 4px 15px #00000026;transform:scale(1.1)}.whatsapp-float-btn:active{transform:scale(1.05)}.whatsapp-icon-wrapper{align-items:center;display:flex;justify-content:center;position:relative}.whatsapp-icon{color:#fff;height:32px;position:relative;width:32px;z-index:2}.whatsapp-pulse{animation:whatsappPulse 2s infinite;background:#5fe86b66;border-radius:50%;height:60px;position:absolute;width:60px;z-index:1}@keyframes whatsappPulse{0%{opacity:.6;transform:scale(1)}50%{opacity:0;transform:scale(1.4)}to{opacity:0;transform:scale(1)}}.whatsapp-tooltip{align-items:center;background:#fff;border-radius:25px;box-shadow:0 4px 20px #0000001f;color:#333;display:flex;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;gap:8px;opacity:0;padding:10px 16px;transform:translateX(10px);transition:all .3s ease;visibility:hidden;white-space:nowrap}.whatsapp-float-container.rtl .whatsapp-tooltip{font-family:Tajawal,sans-serif;transform:translateX(-10px)}.whatsapp-tooltip.show{opacity:1;transform:translateX(0);visibility:visible}.tooltip-close{align-items:center;background:#f0f0f0;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;font-size:14px;height:20px;justify-content:center;line-height:1;padding:0;transition:all .2s ease;width:20px}.tooltip-close:hover{background:#e0e0e0;color:#333}@media (max-width:768px){.whatsapp-float-container{bottom:20px;right:20px}.whatsapp-float-container.rtl{left:20px;right:auto}.whatsapp-float-btn{height:55px;width:55px}.whatsapp-icon{height:28px;width:28px}.whatsapp-pulse{height:55px;width:55px}.whatsapp-tooltip{font-size:13px;padding:8px 14px}}@media (max-width:480px){.whatsapp-float-container{bottom:15px;right:15px}.whatsapp-float-container.rtl{left:15px;right:auto}.whatsapp-float-btn{height:50px;width:50px}.whatsapp-icon{height:26px;width:26px}.whatsapp-pulse{height:50px;width:50px}.whatsapp-tooltip{display:none}}@media (max-width:360px){.whatsapp-float-container{bottom:12px;right:12px}.whatsapp-float-container.rtl{left:12px;right:auto}.whatsapp-float-btn{height:48px;width:48px}.whatsapp-icon{height:24px;width:24px}.whatsapp-pulse{height:48px;width:48px}}@media (prefers-reduced-motion:reduce){.whatsapp-pulse{animation:none}.whatsapp-float-btn,.whatsapp-tooltip{transition:none}}.whatsapp-float-btn:focus-visible{outline:3px solid #5fe86b;outline-offset:3px}@media print{.whatsapp-float-container{display:none}}.account-page{background:linear-gradient(135deg,var(--primary-lightest) 0,var(--primary-lightest) 50%,var(--bg-primary) 100%);min-height:100vh}.account-page.rtl{direction:rtl}.account-container{display:flex;min-height:100vh}.account-form-section{align-items:center;display:flex;flex:1 1;justify-content:center;padding:40px 20px}.account-form-wrapper{background:#fff;border-radius:24px;box-shadow:0 20px 60px #0000001a;max-width:420px;padding:40px;width:100%}.account-tabs{background:var(--bg-secondary);border-radius:12px;display:flex;margin-bottom:32px;padding:4px}.account-tab{background:#0000;border:none;border-radius:10px;color:var(--text-secondary);cursor:pointer;flex:1 1;font-size:15px;font-weight:600;padding:12px 24px;transition:all .3s ease}.account-tab.active{background:#fff;box-shadow:0 2px 8px #0000001a;color:var(--primary-dark)}.form-header{margin-bottom:32px;text-align:center}.form-header h1{color:var(--text-dark);font-size:28px;font-weight:700;margin:0 0 8px}.form-header p{color:var(--text-secondary);font-size:14px;margin:0}.alert{align-items:center;animation:slideDown .3s ease;border-radius:10px;display:flex;font-size:14px;gap:10px;margin-bottom:20px;padding:12px 16px}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.alert-error{background:var(--primary-lightest);border:1px solid var(--error-light);color:var(--error-dark)}.alert-success{background:var(--accent-lighter);border:1px solid #bbf7d0;color:var(--accent-dark)}.alert svg{flex-shrink:0}.login-method-toggle{display:flex;gap:12px;margin-bottom:24px}.method-btn{align-items:center;background:#fff;border:2px solid var(--border-light);border-radius:10px;color:var(--text-secondary);cursor:pointer;display:flex;flex:1 1;font-size:14px;font-weight:500;gap:8px;justify-content:center;padding:12px;transition:all .2s ease}.method-btn.active,.method-btn:hover{border-color:var(--primary-dark)}.method-btn.active{background:var(--primary-lightest);color:var(--primary-dark)}.account-form{gap:20px}.account-form,.form-group{display:flex;flex-direction:column}.form-group{gap:8px}.form-group label{color:var(--text-dark);font-size:14px;font-weight:600}.form-group input{border:2px solid var(--border-light);border-radius:10px;box-sizing:border-box;font-size:15px;padding:14px 16px;transition:all .2s ease;width:100%}.form-group input:focus{border-color:var(--primary-dark);box-shadow:0 0 0 3px #c27ba01a;outline:none}.form-group input:disabled{background:var(--bg-secondary);cursor:not-allowed}.form-group input::placeholder{color:var(--text-muted)}.password-hint{color:#888;font-size:12px;line-height:1.4}.phone-input-group{display:flex;gap:8px}.country-selector{align-items:center;background:#fff;border:2px solid var(--border-light);border-radius:10px;cursor:pointer;display:flex;gap:6px;min-width:110px;padding:12px 14px;position:relative;transition:all .2s ease}.country-selector:hover{border-color:var(--primary-dark)}.country-flag{font-size:18px}.country-code{color:var(--text-dark);font-size:14px;font-weight:500}.country-dropdown{background:#fff;border-radius:10px;box-shadow:0 10px 40px #00000026;left:0;max-height:250px;min-width:220px;overflow-y:auto;position:absolute;right:0;top:calc(100% + 4px);z-index:100}.country-option{align-items:center;cursor:pointer;display:flex;gap:10px;padding:12px 14px;transition:background .15s ease}.country-option:hover{background:var(--bg-secondary)}.country-option.selected{background:var(--primary-lightest)}.country-name{color:var(--text-dark);flex:1 1;font-size:14px}.phone-input{flex:1 1}.otp-form{text-align:center}.otp-sent-message{margin-bottom:24px}.otp-icon{color:var(--primary-dark);margin-bottom:16px}.otp-sent-message p{color:var(--text-secondary);margin:0 0 4px}.otp-destination{color:var(--text-dark);font-size:16px;font-weight:600}.otp-inputs{display:flex;gap:12px;justify-content:center}.otp-input{border:2px solid var(--border-light);border-radius:12px;font-size:24px;height:56px;transition:all .2s ease;width:56px!important}.otp-input:focus{border-color:var(--primary-dark);box-shadow:0 0 0 3px #c27ba01a;outline:none}.otp-input:disabled{background:var(--bg-secondary)}.resend-section{margin-top:16px}.resend-timer{color:var(--text-secondary);font-size:14px}.resend-btn,.resend-timer strong{color:var(--primary-dark)}.resend-btn{background:none;border:none;cursor:pointer;font-size:14px;font-weight:600;text-decoration:underline}.resend-btn:hover:not(:disabled){color:var(--primary-dark)}.resend-btn:disabled{cursor:not-allowed;opacity:.5}.submit-btn{align-items:center;background:linear-gradient(135deg,var(--primary-dark) 0,var(--primary-dark) 100%);border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:10px;justify-content:center;padding:14px 24px;transition:all .3s ease;width:100%}.submit-btn:hover:not(:disabled){background:linear-gradient(135deg,var(--primary-dark) 0,#8b4876 100%);box-shadow:0 8px 20px #c27ba066;transform:translateY(-2px)}.submit-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.btn-loading{align-items:center;display:flex;gap:8px}.back-btn{background:none;border:none;color:var(--text-secondary);cursor:pointer;font-size:14px;margin-top:12px;padding:8px}.back-btn:hover:not(:disabled){color:var(--primary-dark)}.back-btn:disabled{cursor:not-allowed;opacity:.5}.spinner-small{animation:spin .8s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:18px;margin-right:8px;width:18px}.form-divider{align-items:center;display:flex;margin:24px 0}.form-divider:after,.form-divider:before{background:var(--border-light);content:"";flex:1 1;height:1px}.form-divider span{color:var(--text-muted);font-size:14px;padding:0 16px}.google-btn{align-items:center;background:#fff;border:2px solid var(--border-light);border-radius:12px;color:var(--text-dark);cursor:pointer;display:flex;font-size:15px;font-weight:500;gap:12px;justify-content:center;padding:14px 24px;transition:all .2s ease;width:100%}.google-btn:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db}.google-btn:disabled{cursor:not-allowed;opacity:.6}.switch-form{color:var(--text-secondary);font-size:14px;margin-top:24px;text-align:center}.switch-form span{color:var(--primary-dark);cursor:pointer;font-weight:600}.switch-form span:hover{text-decoration:underline}.account-decor-section{align-items:center;background:linear-gradient(135deg,var(--primary-dark) 0,var(--primary-dark) 50%,#8b4876 100%);display:flex;flex:1 1;justify-content:center;overflow:hidden;padding:40px;position:relative}.account-decor-section:before{background:radial-gradient(circle,#ffffff1a 0,#0000 70%);content:"";height:100%;pointer-events:none;position:absolute;right:-50%;top:-50%;width:100%}.decor-content{color:#fff;position:relative;text-align:center;z-index:1}.decor-logo{align-items:center;background:#fff;border-radius:50%;box-shadow:0 10px 40px #0003;display:flex;height:120px;justify-content:center;margin:0 auto 24px;width:120px}.decor-logo img{height:80%;object-fit:contain;width:80%}.decor-content h2{font-size:32px;font-weight:700;margin:0 0 12px}.decor-content>p{font-size:16px;margin:0 0 40px;opacity:.9}.decor-features{display:flex;flex-direction:column;gap:16px}.feature-item{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border-radius:12px;display:flex;gap:12px;padding:14px 24px}.feature-icon{font-size:24px}.feature-item span:last-child{font-size:15px;font-weight:500}@media (max-width:992px){.account-decor-section{display:none}}@media (max-width:480px){.account-form-wrapper{border-radius:16px;padding:24px}.account-tabs{margin-bottom:24px}.form-header h1{font-size:24px}.otp-inputs{gap:8px}.otp-input{font-size:20px;height:48px;width:48px!important}.country-selector{min-width:100px;padding:10px 12px}.country-dropdown{min-width:200px}}.rtl .account-form-wrapper,.rtl .form-group{text-align:right}.rtl .phone-input-group{flex-direction:row-reverse}.rtl .country-dropdown{left:auto;right:0}.rtl .alert,.rtl .method-btn,.rtl .submit-btn{flex-direction:row-reverse}.rtl .back-btn{direction:ltr}.rtl .spinner-small{margin-left:8px;margin-right:0}.input-wrapper{align-items:center;display:flex;position:relative}.input-wrapper .input-icon{color:var(--text-muted);left:14px;pointer-events:none;position:absolute;z-index:1}.input-wrapper input{padding-left:44px}.rtl .input-wrapper .input-icon{left:auto;right:14px}.rtl .input-wrapper input{padding-left:16px;padding-right:44px}.password-wrapper{position:relative}.password-wrapper input{padding-right:48px}.rtl .password-wrapper input{padding-left:48px;padding-right:44px}.password-toggle{align-items:center;background:none;border:none;color:var(--text-muted);cursor:pointer;display:flex;justify-content:center;padding:4px;position:absolute;right:12px;transition:color .2s ease}.password-toggle:hover{color:var(--primary-dark)}.rtl .password-toggle{left:12px;right:auto}.form-options{display:flex;justify-content:flex-end;margin-top:-8px}.forgot-password-link{background:none;border:none;color:var(--primary-dark);cursor:pointer;font-size:13px;font-weight:500;padding:0}.forgot-password-link:hover{text-decoration:underline}.rtl .form-options{justify-content:flex-start}.login-btn svg{flex-shrink:0}.modal-overlay{align-items:center;animation:fadeIn .2s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{animation:slideUp .3s ease-out;background:#fff;border-radius:16px;max-height:90vh;max-width:440px;overflow-y:auto;position:relative;width:100%}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.forgot-password-modal{padding:32px}.modal-close{align-items:center;background:var(--bg-secondary);border:none;border-radius:50%;color:var(--text-secondary);cursor:pointer;display:flex;height:36px;justify-content:center;position:absolute;right:16px;top:16px;transition:all .2s ease;width:36px}.modal-close:hover{background:var(--border-medium);color:var(--text-dark)}.rtl .modal-close{left:16px;right:auto}.modal-header{margin-bottom:24px;text-align:center}.modal-icon{font-size:48px;margin-bottom:16px}.modal-header h2{color:var(--text-dark);font-size:24px;font-weight:600;margin:0 0 8px}.modal-header p{color:var(--text-secondary);font-size:14px;margin:0}.forgot-password-form{display:flex;flex-direction:column;gap:20px}.forgot-password-form .form-group{margin-bottom:0}.forgot-password-form .form-group label{color:var(--text-dark);display:block;font-size:14px;font-weight:500;margin-bottom:8px}.forgot-password-form .input-wrapper{align-items:center;display:flex;position:relative}.forgot-password-form .input-icon{color:var(--text-muted);left:14px;pointer-events:none;position:absolute}.rtl .forgot-password-form .input-icon{left:auto;right:14px}.forgot-password-form input{background:var(--bg-primary);border:1.5px solid var(--border-medium);border-radius:10px;font-size:15px;padding:14px 14px 14px 46px;transition:all .2s ease;width:100%}.rtl .forgot-password-form input{padding:14px 46px 14px 14px}.forgot-password-form input:focus{background:#fff;border-color:var(--primary);box-shadow:0 0 0 3px #d4a57426;outline:none}.forgot-password-form .password-wrapper input{padding-right:50px}.rtl .forgot-password-form .password-wrapper input{padding-left:50px;padding-right:46px}.forgot-password-form .password-toggle{align-items:center;background:none;border:none;color:var(--text-muted);cursor:pointer;display:flex;justify-content:center;padding:4px;position:absolute;right:14px}.rtl .forgot-password-form .password-toggle{left:14px;right:auto}.forgot-password-form .password-toggle:hover{color:var(--text-secondary)}.forgot-password-form .password-hint{color:#888;display:block;font-size:11px;line-height:1.4;margin-top:6px}.otp-input-wrapper{display:flex;justify-content:center}.otp-input{background:var(--bg-primary)!important;border:2px solid var(--border-medium)!important;border-radius:12px!important;font-size:28px!important;font-weight:600;letter-spacing:12px;padding:16px!important;text-align:center;width:160px!important}.otp-input:focus{background:#fff!important;border-color:var(--primary)!important;box-shadow:0 0 0 4px #d4a57426!important}.resend-code-btn{background:none;border:none;color:var(--primary);cursor:pointer;font-size:13px;font-weight:500;margin-top:8px;padding:8px 0;transition:color .2s ease}.resend-code-btn:hover:not(:disabled){color:#c49464;text-decoration:underline}.resend-code-btn:disabled{color:var(--text-muted);cursor:not-allowed}.forgot-password-form .submit-btn{align-items:center;background:linear-gradient(135deg,var(--primary) 0,#c49464 100%);border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:15px;font-weight:600;gap:8px;justify-content:center;margin-top:8px;padding:14px 24px;transition:all .3s ease;width:100%}.forgot-password-form .submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#c49464,#b48454);box-shadow:0 4px 12px #d4a57459;transform:translateY(-1px)}.forgot-password-form .submit-btn:disabled{box-shadow:none;cursor:not-allowed;opacity:.6;transform:none}.back-to-login-btn{background:#0000;border:1.5px solid var(--border-medium);border-radius:10px;color:var(--text-secondary);cursor:pointer;font-size:14px;font-weight:500;padding:12px 24px;transition:all .2s ease;width:100%}.back-to-login-btn:hover{background:var(--bg-secondary);border-color:var(--border-dark);color:var(--text-dark)}.forgot-password-modal .alert{align-items:flex-start;border-radius:10px;display:flex;font-size:13px;gap:10px;margin-bottom:16px;padding:12px 14px}.forgot-password-modal .alert svg{flex-shrink:0;margin-top:1px}.forgot-password-modal .alert-error{background:var(--primary-lightest);border:1px solid var(--error-light);color:var(--error-dark)}.forgot-password-modal .alert-success{background:var(--accent-lighter);border:1px solid #bbf7d0;color:var(--accent-dark)}.forgot-password-form .spinner-small{animation:spin .8s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:18px;width:18px}@media (max-width:480px){.forgot-password-modal{padding:24px 20px}.modal-header h2{font-size:20px}.modal-icon{font-size:40px}.otp-input{font-size:24px!important;letter-spacing:8px;width:140px!important}}.payment-result-page{align-items:center;background:linear-gradient(135deg,#f5f7fa,#e4e9f0);display:flex;justify-content:center;min-height:100vh;padding:40px 20px}.payment-result-page.success{background:linear-gradient(135deg,var(--accent-lighter) 0,var(--accent-lighter) 100%)}.payment-result-page.failure{background:linear-gradient(135deg,var(--primary-lightest) 0,var(--error-light) 100%)}.payment-result-container{background:#fff;border-radius:20px;box-shadow:0 10px 40px #0000001a;max-width:500px;padding:40px;text-align:center;width:100%}.result-logo{display:inline-block;margin-bottom:30px}.result-logo img{height:50px;width:auto}.loading-state{padding:40px 0}.loading-state .spinner{animation:spin 1s linear infinite;border:3px solid var(--bg-tertiary);border-radius:50%;border-top-color:var(--text-dark);height:50px;margin:0 auto 20px;width:50px}.loading-state p{color:var(--text-secondary);font-size:1rem}.result-icon{align-items:center;border-radius:50%;display:flex;height:80px;justify-content:center;margin:0 auto 25px;width:80px}.result-icon.success{background:var(--accent-lighter);color:var(--accent-dark)}.result-icon.failure{background:var(--error-light);color:var(--error-dark)}.result-icon svg{height:40px;width:40px}.result-title{color:var(--text-dark);font-family:Cormorant Garamond,serif;font-size:1.8rem;margin-bottom:15px}.rtl .result-title{font-family:Amiri,serif}.result-message{color:var(--text-secondary);font-size:1rem;line-height:1.6;margin-bottom:30px}.order-confirmation{background:var(--bg-primary);border-radius:12px;margin-bottom:30px;padding:20px}.confirmation-item{border-bottom:1px solid var(--border-light);display:flex;justify-content:space-between;padding:10px 0}.confirmation-item:last-child{border-bottom:none}.confirmation-item .label{color:#888;font-size:.9rem}.confirmation-item .value{color:var(--text-dark);font-size:.9rem;font-weight:600}.whats-next{margin-bottom:30px;text-align:left}.rtl .whats-next{text-align:right}.whats-next h3{color:var(--text-dark);font-size:1rem;margin-bottom:15px}.whats-next ul{list-style:none;margin:0;padding:0}.whats-next li{color:var(--text-secondary);font-size:.95rem;gap:12px;padding:12px 0}.step-number,.whats-next li{align-items:center;display:flex}.step-number{background:var(--accent);border-radius:50%;color:#fff;flex-shrink:0;font-size:.8rem;font-weight:600;height:28px;justify-content:center;width:28px}.error-details{background:var(--primary-lightest);border:1px solid var(--error-light);border-radius:10px;margin-bottom:25px;padding:15px;text-align:left}.rtl .error-details{text-align:right}.error-details p{color:#b91c1c;font-size:.9rem;margin:0}.common-reasons{background:var(--bg-primary);border-radius:12px;margin-bottom:30px;padding:20px;text-align:left}.rtl .common-reasons{text-align:right}.common-reasons h3{color:var(--text-dark);font-size:.95rem;margin-bottom:15px}.common-reasons ul{list-style:none;margin:0;padding:0}.common-reasons li{align-items:center;color:var(--text-secondary);display:flex;font-size:.9rem;gap:10px;padding:8px 0}.reason-icon{font-size:1.1rem}.result-actions{display:flex;flex-direction:column;gap:12px;margin-bottom:25px}.btn-primary{background:var(--text-dark);border:none;border-radius:10px;color:#fff;cursor:pointer;display:block;font-size:1rem;font-weight:500;padding:14px 25px;text-decoration:none;transition:all .3s ease;width:100%}.btn-primary:hover{background:var(--text-dark);transform:translateY(-2px)}.btn-secondary{background:#fff;border:1px solid var(--border-medium);border-radius:10px;color:var(--text-dark);display:block;font-size:1rem;font-weight:500;padding:14px 25px;text-decoration:none;transition:all .3s ease;width:100%}.btn-secondary:hover{border-color:var(--text-dark)}.support-info{border-top:1px solid var(--border-light);padding-top:20px}.support-info p{color:#888;font-size:.9rem;margin-bottom:12px}.whatsapp-link{align-items:center;color:var(--accent);display:inline-flex;font-weight:500;gap:8px;text-decoration:none;transition:all .3s ease}.whatsapp-link:hover{opacity:.8}.alternative-payment{border-top:1px solid var(--border-light);margin-bottom:20px;padding-top:20px}.alternative-payment p{color:#888;font-size:.9rem;margin-bottom:12px}.back-home-link{color:var(--text-secondary);font-size:.9rem;text-decoration:none;transition:color .3s ease}.back-home-link:hover{color:var(--text-dark)}.rtl .back-home-link{direction:rtl}@media (max-width:480px){.payment-result-container{border-radius:15px;padding:30px 20px}.result-icon{height:70px;width:70px}.result-icon svg{height:35px;width:35px}.result-title{font-size:1.5rem}}.order-history-page{background-color:var(--bg-primary);min-height:60vh;padding:40px 20px}.order-history-page .container{margin:0 auto;max-width:1000px}.order-history-header{margin-bottom:40px;text-align:center}.order-history-header h1{color:var(--text-dark);font-family:Cormorant Garamond,serif;font-size:2.5rem;margin-bottom:10px}.rtl .order-history-header h1{font-family:Amiri,serif}.order-history-subtitle{color:var(--text-secondary);font-size:1rem}.order-filters{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:30px}.filter-btn{background:#fff;border:1px solid var(--border-medium);border-radius:25px;cursor:pointer;font-size:.9rem;padding:10px 20px;transition:all .3s ease}.filter-btn.active,.filter-btn:hover{border-color:var(--text-dark)}.filter-btn.active{background:var(--text-dark);color:#fff}.orders-loading{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:60px 20px}.orders-loading .spinner{animation:spin 1s linear infinite;border:3px solid var(--bg-tertiary);border-radius:50%;border-top-color:var(--text-dark);height:40px;width:40px}.orders-loading p{color:var(--text-secondary);margin-top:15px}.orders-error{background:#fff;border-radius:12px;padding:60px 20px;text-align:center}.orders-error .error-icon{display:block;font-size:3rem;margin-bottom:15px}.orders-error p{color:var(--error);margin-bottom:20px}.retry-btn{border:none;border-radius:25px;color:#fff;cursor:pointer;padding:10px 30px;transition:all .3s ease}.retry-btn,.retry-btn:hover{background:var(--text-dark)}.orders-empty{background:#fff;border-radius:12px;padding:80px 20px;text-align:center}.orders-empty .empty-icon{font-size:4rem;margin-bottom:20px}.orders-empty h3{color:var(--text-dark);font-size:1.5rem;margin-bottom:10px}.orders-empty p{color:var(--text-secondary);margin-bottom:25px;margin-left:auto;margin-right:auto;max-width:400px}.shop-now-btn{background:var(--text-dark);border-radius:25px;color:#fff;display:inline-block;padding:12px 35px;text-decoration:none;transition:all .3s ease}.shop-now-btn:hover{background:var(--text-dark);transform:translateY(-2px)}.orders-list{display:flex;flex-direction:column;gap:20px}.order-card{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;overflow:hidden;transition:all .3s ease}.order-card:hover{box-shadow:0 5px 20px #0000001a}.order-card-header{align-items:center;background:var(--bg-secondary);border-bottom:1px solid var(--border-light);display:flex;justify-content:space-between;padding:20px}.order-info{display:flex;flex-direction:column;gap:5px}.order-number{color:var(--text-dark);font-size:1rem;font-weight:600}.order-date{color:#888;font-size:.85rem}.order-status{border:1px solid;border-radius:20px;font-size:.8rem;font-weight:500;padding:6px 14px}.order-card-body{padding:20px}.order-summary{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}.order-summary>div{display:flex;flex-direction:column;gap:5px}.order-summary .label{color:#888;font-size:.85rem}.order-summary .value{color:var(--text-dark);font-weight:600}.order-total .value{color:var(--accent-dark);font-size:1.1rem}.order-card-footer{align-items:center;border-top:1px solid var(--border-light);display:flex;gap:15px;justify-content:space-between;padding:15px 20px}.view-details-btn{align-items:center;border-radius:6px;color:#fff;display:inline-flex;font-size:.9rem;gap:8px;padding:10px 20px;text-decoration:none;transition:all .3s ease}.view-details-btn,.view-details-btn:hover{background:var(--text-dark)}.rtl .view-details-btn svg{transform:rotate(180deg)}.cancel-order-btn{font-size:.9rem;padding:10px 20px}.orders-pagination{align-items:center;display:flex;gap:20px;justify-content:center;margin-top:40px}.pagination-btn{background:#fff;border:1px solid var(--border-medium);border-radius:6px;cursor:pointer;padding:10px 25px;transition:all .3s ease}.pagination-btn:hover:not(:disabled){border-color:var(--text-dark)}.pagination-btn:disabled{cursor:not-allowed;opacity:.5}.pagination-info{color:var(--text-secondary);font-size:.9rem}@media (max-width:768px){.order-history-header h1{font-size:2rem}.order-filters{gap:8px}.filter-btn{font-size:.85rem;padding:8px 15px}.order-card-header{align-items:flex-start;flex-direction:column;gap:10px}.order-summary{grid-template-columns:1fr 1fr}.order-card-footer{flex-direction:column}.cancel-order-btn,.view-details-btn{justify-content:center;width:100%}}@media (max-width:480px){.order-summary{grid-template-columns:1fr}}.order-detail-page{background-color:var(--bg-primary);min-height:60vh;padding:40px 20px}.order-detail-page .container{margin:0 auto;max-width:900px}.back-link{align-items:center;color:var(--text-secondary);display:inline-flex;font-size:.95rem;gap:8px;margin-bottom:25px;text-decoration:none;transition:color .3s ease}.back-link:hover{color:var(--text-dark)}.rtl .back-link svg{transform:rotate(180deg)}.order-error,.order-loading{align-items:center;background:#fff;border-radius:12px;display:flex;flex-direction:column;justify-content:center;padding:80px 20px}.order-loading .spinner{animation:spin 1s linear infinite;border:3px solid var(--bg-tertiary);border-radius:50%;border-top-color:var(--text-dark);height:40px;width:40px}.order-error .error-icon{font-size:3rem;margin-bottom:15px}.back-btn{background:var(--text-dark);border-radius:6px;color:#fff;margin-top:20px;padding:10px 25px;text-decoration:none}.order-detail-header{align-items:flex-start;background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;display:flex;justify-content:space-between;margin-bottom:30px;padding:25px}.order-header-info h1{color:var(--text-dark);font-family:Cormorant Garamond,serif;font-size:1.8rem;margin-bottom:8px}.rtl .order-header-info h1{font-family:Amiri,serif}.order-placed-date{color:#888;font-size:.9rem}.order-status-badge{border:1px solid;border-radius:25px;font-size:.85rem;font-weight:500;padding:8px 18px}.order-progress-section{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;margin-bottom:30px;padding:25px}.order-progress-section h2{color:var(--text-dark);font-size:1.1rem;margin-bottom:25px}.progress-track{display:flex;justify-content:space-between;position:relative}.progress-track:before{background:var(--border-medium);content:"";height:2px;left:10%;position:absolute;right:10%;top:20px;z-index:0}.progress-step{flex:1 1;flex-direction:column;position:relative;z-index:1}.progress-step,.step-indicator{align-items:center;display:flex}.step-indicator{background:var(--bg-tertiary);border-radius:50%;color:var(--text-muted);font-size:.85rem;font-weight:600;height:40px;justify-content:center;margin-bottom:10px;transition:all .3s ease;width:40px}.progress-step.completed .step-indicator{background:var(--accent);color:#fff}.progress-step.current .step-indicator{background:var(--info);box-shadow:0 0 0 4px #3b82f633;color:#fff}.step-label{color:#888;font-size:.8rem;text-align:center}.progress-step.completed .step-label,.progress-step.current .step-label{color:var(--text-dark);font-weight:500}.order-notice{align-items:flex-start;border-radius:12px;display:flex;gap:15px;margin-bottom:30px;padding:20px}.order-notice.cancelled{background:var(--primary-lightest);border:1px solid var(--error-light)}.order-notice.refunded{background:var(--accent-lighter);border:1px solid #bbf7d0}.notice-icon{font-size:1.5rem}.notice-content strong{color:var(--text-dark);display:block;margin-bottom:5px}.notice-content p{color:var(--text-secondary);font-size:.9rem;margin:0}.notice-date{color:#888;font-size:.85rem;margin-top:5px}.order-detail-content{display:flex;flex-direction:column;gap:25px}.order-section{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;padding:25px}.order-section h2{border-bottom:1px solid var(--border-light);color:var(--text-dark);font-size:1.1rem;margin-bottom:20px;padding-bottom:15px}.order-items-list{display:flex;flex-direction:column;gap:15px}.order-item{align-items:center;background:var(--bg-primary);border-radius:10px;display:flex;gap:15px;padding:15px}.item-image{border-radius:8px;flex-shrink:0;height:70px;overflow:hidden;width:70px}.item-image img{height:100%;object-fit:cover;width:100%}.item-details{flex:1 1;min-width:0}.item-name{color:var(--text-dark);font-size:1rem;margin-bottom:5px}.item-instructions{color:#888;font-size:.85rem;font-style:italic;margin-bottom:5px}.item-meta{display:flex;font-size:.9rem;gap:15px}.item-quantity{color:var(--text-secondary)}.item-price{color:#888}.item-total{color:var(--text-dark);font-size:1rem;font-weight:600}.summary-rows{display:flex;flex-direction:column;gap:12px}.summary-row{color:var(--text-secondary);display:flex;font-size:.95rem;justify-content:space-between}.summary-row.discount{color:var(--accent-dark)}.summary-row.total{border-top:1px solid var(--border-light);color:var(--text-dark);font-size:1.1rem;font-weight:600;margin-top:5px;padding-top:15px}.delivery-info-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}.info-item{display:flex;flex-direction:column;gap:5px}.info-item.full-width{grid-column:1/-1}.info-label{color:#888;font-size:.85rem}.info-value{color:var(--text-dark);font-size:.95rem}.card-message-content{align-items:flex-start;background:#fff8f0;border:1px dashed #f5d0a9;border-radius:10px;display:flex;gap:15px;padding:20px}.message-icon{font-size:1.5rem}.card-message-content p{color:var(--text-dark);font-style:italic;line-height:1.6;margin:0}.order-actions{display:flex;gap:15px;justify-content:center;margin-top:30px}.cancel-order-btn{background:#0000;border:1px solid var(--error);border-radius:6px;color:var(--error);cursor:pointer;font-size:.95rem;padding:12px 30px;transition:all .3s ease}.cancel-order-btn:hover{background:var(--primary-lightest)}.continue-shopping-btn{border-radius:6px;color:#fff;font-size:.95rem;padding:12px 30px;text-decoration:none;transition:all .3s ease}.continue-shopping-btn,.continue-shopping-btn:hover{background:var(--text-dark)}@media (max-width:768px){.order-detail-header{flex-direction:column;gap:15px}.order-header-info h1{font-size:1.5rem}.progress-track{flex-wrap:wrap;gap:10px}.progress-track:before{display:none}.progress-step{min-width:60px;width:18%}.step-indicator{font-size:.8rem;height:35px;width:35px}.step-label{font-size:.7rem}.order-item{flex-wrap:wrap}.item-total{border-top:1px dashed var(--border-medium);margin-top:10px;padding-top:10px;text-align:right;width:100%}.delivery-info-grid{grid-template-columns:1fr}.order-actions{flex-direction:column}.cancel-order-btn,.continue-shopping-btn{text-align:center;width:100%}}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg-primary);color:var(--text-dark);font-family:Poppins,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;overflow-x:hidden}.app.rtl,body.rtl{direction:rtl}body.rtl{font-family:Amiri,Tajawal,sans-serif}.app{display:flex;flex-direction:column;min-height:100vh}.app.ltr{direction:ltr}.app.rtl{direction:rtl}.container{margin:0 auto;max-width:1400px;padding:0 24px;width:100%}main{flex:1 1;padding-top:0}.home-page{background:linear-gradient(180deg,#fffbfb,#fdf8f8);position:relative}.home-page:before{animation:floatPetal1 15s ease-in-out infinite;content:"🌸";font-size:30px;left:5%;opacity:.15;top:15%}.home-page:after,.home-page:before{pointer-events:none;position:fixed;z-index:0}.home-page:after{animation:floatPetal2 18s ease-in-out infinite;content:"🌷";font-size:35px;opacity:.12;right:8%;top:60%}@keyframes floatPetal1{0%,to{transform:translateY(0) rotate(0deg)}25%{transform:translateY(-30px) rotate(15deg)}50%{transform:translateY(-15px) rotate(-10deg)}75%{transform:translateY(-40px) rotate(8deg)}}@keyframes floatPetal2{0%,to{transform:translateY(0) rotate(0deg)}33%{transform:translateY(-25px) rotate(-12deg)}66%{transform:translateY(-45px) rotate(15deg)}}.section-header{margin-bottom:70px;position:relative;text-align:center;z-index:1}.section-tag{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#d4a5a51f,#e8c9b81f);border:1px solid #d4a5a540;border-radius:50px;color:var(--primary-dark);display:inline-flex;font-family:Poppins,sans-serif;font-size:11px;font-weight:600;gap:8px;letter-spacing:3px;margin-bottom:24px;padding:12px 28px;text-transform:uppercase}.app.rtl .section-tag{font-family:Tajawal,sans-serif;letter-spacing:0}.section-title{color:var(--text-dark);display:inline-block;font-family:Cormorant Garamond,serif;font-size:52px;font-weight:500;letter-spacing:-1px;line-height:1.15;margin-bottom:24px;position:relative}.app.rtl .section-title{font-family:Amiri,serif;font-size:46px}.section-underline{background:linear-gradient(90deg,#0000,var(--primary-light),var(--primary),var(--primary-light),#0000);height:2px;margin:0 auto 24px;position:relative;width:120px}.section-underline:before{background:linear-gradient(180deg,#fffbfb,#fdf8f8);color:var(--primary);content:"❀";font-size:18px;left:50%;padding:0 16px;position:absolute;top:50%;transform:translate(-50%,-50%)}.section-subtitle{color:var(--text-secondary);font-family:Poppins,sans-serif;font-size:16px;font-weight:300;line-height:1.9;margin:0 auto;max-width:550px}.app.rtl .section-subtitle{font-family:Tajawal,sans-serif}.product-carousel-section{background:linear-gradient(135deg,#fdf8f8,#f8f0f0 50%,#fdf8f8);overflow:hidden;padding:100px 0;position:relative;z-index:1}.carousel-decorations{bottom:0;left:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;z-index:0}.floating-item{animation-iteration-count:infinite;animation-timing-function:ease-in-out;filter:grayscale(20%);font-size:30px;opacity:.15;position:absolute}.floating-flower-1{animation:float1 8s infinite;font-size:40px;left:5%;opacity:.2;top:8%}.floating-flower-2{animation:float2 10s infinite;font-size:35px;opacity:.18;right:8%;top:12%}.floating-flower-3{animation:float3 9s infinite;font-size:45px;left:3%;opacity:.15;top:45%}.floating-flower-4{animation:float4 11s infinite;bottom:15%;font-size:38px;opacity:.2;right:5%}.floating-cake-1{animation:float5 12s infinite;font-size:32px;opacity:.12;right:25%;top:18%}.floating-chocolate-1{animation:float6 10s infinite;font-size:28px;opacity:.15;right:2%;top:50%}.floating-gift-1{animation:float7 9s infinite;bottom:20%;font-size:32px;left:8%;opacity:.18}.floating-heart-1{animation:float8 8s infinite;font-size:25px;left:20%;opacity:.12;top:10%}.floating-flower-5{animation:float1 11s infinite;bottom:8%;font-size:35px;left:45%;opacity:.15}.floating-cake-2{animation:float2 13s infinite;font-size:26px;left:12%;opacity:.1;top:35%}@keyframes float1{0%,to{transform:translateY(0) rotate(0deg)}25%{transform:translateY(-15px) rotate(5deg)}50%{transform:translateY(-8px) rotate(-3deg)}75%{transform:translateY(-20px) rotate(3deg)}}@keyframes float2{0%,to{transform:translateY(0) translateX(0) rotate(0deg)}33%{transform:translateY(-12px) translateX(8px) rotate(-5deg)}66%{transform:translateY(-18px) translateX(-5px) rotate(5deg)}}@keyframes float3{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-25px) scale(1.05)}}@keyframes float4{0%,to{transform:translateY(0) rotate(0deg)}25%{transform:translateY(-10px) rotate(-8deg)}75%{transform:translateY(-20px) rotate(8deg)}}@keyframes float5{0%,to{transform:translateY(0) translateX(0)}25%{transform:translateY(-8px) translateX(5px)}50%{transform:translateY(-15px) translateX(-5px)}75%{transform:translateY(-5px) translateX(3px)}}@keyframes float6{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(10deg)}}@keyframes float7{0%,to{transform:translateY(0) scale(1) rotate(0deg)}33%{transform:translateY(-12px) scale(1.08) rotate(-5deg)}66%{transform:translateY(-8px) scale(.95) rotate(5deg)}}@keyframes float8{0%,to{transform:scale(1) rotate(0deg)}25%{transform:scale(1.15) rotate(10deg)}50%{transform:scale(1) rotate(0deg)}75%{transform:scale(1.1) rotate(-10deg)}}.product-carousel-wrapper{padding:0 70px;position:relative;z-index:2}.product-carousel{-ms-overflow-style:none;display:flex;gap:28px;overflow-x:auto;padding:20px 10px 30px;scroll-behavior:smooth;scrollbar-width:none}.product-carousel::-webkit-scrollbar{display:none}.carousel-product-card{background:#fff;border-radius:20px;box-shadow:0 4px 15px #00000014,0 10px 40px #0000000d;color:inherit;display:flex;flex:0 0 300px;flex-direction:column;height:420px;overflow:hidden;position:relative;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);width:300px}.carousel-product-card:hover{box-shadow:0 15px 35px #0000001f,0 25px 60px #d4a5a526;transform:translateY(-10px)}.product-category-badge{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#2d2d2deb;border-radius:50px;box-shadow:0 4px 15px #0003;color:#fff;display:inline-flex;font-family:Poppins,sans-serif;font-size:11px;font-weight:500;gap:6px;left:16px;letter-spacing:.3px;padding:10px 16px;position:absolute;top:16px;z-index:10}.product-category-badge svg{color:gold;flex-shrink:0;height:11px;width:11px}.app.rtl .product-category-badge,[dir=rtl] .product-category-badge{flex-direction:row-reverse;left:auto;right:16px}.carousel-discount-badge{background:#e74c3c;border-radius:50px;box-shadow:0 4px 15px #e74c3c66;color:#fff;font-family:Poppins,sans-serif;font-size:11px;font-weight:700;padding:10px 14px;position:absolute;right:16px;top:16px;z-index:10}.app.rtl .carousel-discount-badge,[dir=rtl] .carousel-discount-badge{left:16px;right:auto}.product-type-badge{border-radius:50px;font-family:Poppins,sans-serif;font-size:10px;font-weight:600;letter-spacing:.5px;padding:10px 14px;position:absolute;right:16px;text-transform:uppercase;top:16px;z-index:10}.app.rtl .product-type-badge,[dir=rtl] .product-type-badge{left:16px;right:auto}.bestseller-badge-tag{background:#2c3e50;box-shadow:0 4px 15px #2c3e504d;color:#fff}.new-arrival-badge-tag{background:#27ae60;box-shadow:0 4px 15px #27ae604d;color:#fff}.carousel-image-link{display:block;flex-shrink:0;text-decoration:none}.carousel-image-wrapper{align-items:center;background:#faf8f8;display:flex;height:240px;justify-content:center;overflow:hidden;position:relative;width:100%}.carousel-product-image{height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1);width:100%}.carousel-product-card:hover .carousel-product-image{transform:scale(1.06)}.carousel-product-info{background:#fff;display:flex;flex:1 1;flex-direction:column;padding:22px 20px 20px}.product-info-link{color:inherit;display:block;flex:1 1;text-align:center;text-decoration:none}.carousel-product-name{color:#3d3d3d;font-family:Cormorant Garamond,serif;font-size:22px;font-weight:600;line-height:1.3;margin:0 0 8px;overflow:hidden;text-overflow:ellipsis;transition:color .3s ease;white-space:nowrap}.product-info-link:hover .carousel-product-name{color:#c9a0a0}.app.rtl .carousel-product-name{font-family:Amiri,serif}.carousel-product-description{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#999;display:-webkit-box;font-family:Poppins,sans-serif;font-size:13px;font-weight:400;line-height:1.55;margin:0;overflow:hidden;text-align:center}.app.rtl .carousel-product-description{font-family:Tajawal,sans-serif}.carousel-price-row{align-items:center;display:flex;justify-content:space-between;margin-top:auto;padding-top:18px}.carousel-price-wrapper{display:flex;flex-direction:column;gap:3px}.carousel-original-price{color:#bbb;font-family:Poppins,sans-serif;font-size:13px;line-height:1;margin:0;text-decoration:line-through}.carousel-product-price{color:#c9a0a0;font-family:Poppins,sans-serif;font-size:22px;font-weight:700;letter-spacing:-.5px;line-height:1.2;margin:0}.carousel-add-to-cart{align-items:center;background:#f8f4f4;border:none;border-radius:50%;box-shadow:0 2px 10px #0000000f;color:#c9a0a0;cursor:pointer;display:flex;flex-shrink:0;height:50px;justify-content:center;transition:all .35s cubic-bezier(.4,0,.2,1);width:50px}.carousel-add-to-cart:hover{background:linear-gradient(135deg,#d4a5a5,#c09090);box-shadow:0 8px 25px #d4a5a573;color:#fff;transform:scale(1.1)}.carousel-add-to-cart:hover svg{transform:rotate(90deg)}.carousel-add-to-cart.adding{background:linear-gradient(135deg,#27ae60,#219a52);box-shadow:0 8px 25px #27ae6073;color:#fff;transform:scale(1.1)}.carousel-add-to-cart svg{height:20px;transition:transform .35s ease;width:20px}.carousel-arrow{align-items:center;background:#fff;border:none;border-radius:50%;box-shadow:0 4px 20px #0000001a;color:#4a3f3f;cursor:pointer;display:flex;height:54px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .35s ease;width:54px;z-index:10}.carousel-arrow:hover{background:#d4a5a5;box-shadow:0 10px 30px #d4a5a566;color:#fff;transform:translateY(-50%) scale(1.08)}.carousel-arrow svg{height:20px;width:20px}.carousel-arrow-left{left:8px}.carousel-arrow-right{right:8px}.carousel-scroll-hint{color:#999;font-family:Poppins,sans-serif;font-size:12px;font-weight:400;letter-spacing:2px;margin-top:32px;position:relative;text-align:center;text-transform:uppercase;z-index:2}.carousel-loading{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:80px 0}.loading-spinner{animation:spin 1s linear infinite;border:3px solid #e8e0e0;border-radius:50%;border-top-color:#d4a5a5;height:40px;width:40px}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:768px){.carousel-decorations{display:none}}.occasions-section{background:linear-gradient(180deg,#fdfafa,#f8f2f2 50%,#fdfafa);overflow:hidden;padding:120px 0;position:relative;z-index:1}.occasions-section:before{background:radial-gradient(circle,#d4a5a514 0,#0000 70%);content:"";height:500px;pointer-events:none;position:absolute;right:-10%;top:10%;width:500px}.occasions-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(12,1fr);grid-template-rows:repeat(2,280px)}.occasion-card:first-child{grid-column:span 5;grid-row:span 2}.occasion-card:nth-child(2){grid-column:span 4;grid-row:span 1}.occasion-card:nth-child(3),.occasion-card:nth-child(4){grid-column:span 3;grid-row:span 1}.occasion-card:nth-child(5){grid-column:span 4;grid-row:span 1}.occasion-card{border-radius:32px;box-shadow:0 15px 50px #4a3f3f1a;overflow:hidden;position:relative;text-decoration:none;transition:all .6s cubic-bezier(.4,0,.2,1)}.occasion-card:hover{box-shadow:0 35px 80px #4a3f3f33;transform:translateY(-15px) scale(1.02);z-index:10}.occasion-image-wrapper{inset:0;overflow:hidden;position:absolute}.occasion-image{height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.4,0,.2,1);width:100%}.occasion-card:hover .occasion-image{transform:scale(1.15)}.occasion-overlay{background:linear-gradient(180deg,#0000,#0000001a 30%,#00000080 70%,#000000b3);inset:0;position:absolute;transition:background .5s ease}.occasion-card:hover .occasion-overlay{background:linear-gradient(180deg,#0000001a,#0003 30%,#00000080 70%,#000000bf)}.occasion-card:before{background:var(--occasion-color);content:"";inset:0;mix-blend-mode:multiply;opacity:.15;position:absolute;transition:opacity .5s ease;z-index:1}.occasion-card:hover:before{opacity:.25}.occasion-content{align-items:flex-start;display:flex;flex-direction:column;inset:0;justify-content:flex-end;padding:40px;position:absolute;z-index:2}.occasion-card:first-child .occasion-content{padding:50px}.occasion-icon-wrapper{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:20px;box-shadow:0 8px 30px #00000026;display:flex;height:70px;justify-content:center;margin-bottom:20px;transition:all .5s cubic-bezier(.4,0,.2,1);width:70px}.occasion-card:hover .occasion-icon-wrapper{background:var(--occasion-color);box-shadow:0 15px 40px #00000040;transform:translateY(-8px) rotate(5deg)}.occasion-icon-wrapper svg{color:var(--occasion-color);height:36px;transition:all .5s ease;width:36px}.occasion-card:hover .occasion-icon-wrapper svg{color:#fff}.occasion-name{color:#fff;font-family:Cormorant Garamond,serif;font-size:32px;font-weight:600;line-height:1.2;margin-bottom:16px;text-shadow:0 2px 20px #0000004d}.occasion-card:first-child .occasion-name{font-size:42px}.app.rtl .occasion-name{font-family:Amiri,serif}.occasion-shop-btn{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #ffffff4d;border-radius:50px;color:#fff;display:inline-flex;font-family:Poppins,sans-serif;font-size:12px;font-weight:600;gap:10px;letter-spacing:2px;padding:14px 28px;text-transform:uppercase;transition:all .4s ease}.app.rtl .occasion-shop-btn{flex-direction:row-reverse;font-family:Tajawal,sans-serif}.occasion-card:hover .occasion-shop-btn{background:#fff;border-color:#fff;color:var(--text-dark);transform:translateX(5px)}.app.rtl .occasion-card:hover .occasion-shop-btn{transform:translateX(-5px)}.occasion-shop-btn svg{transition:transform .3s ease}.occasion-card:hover .occasion-shop-btn svg{transform:translateX(5px)}.why-us-section{background:linear-gradient(135deg,#fffbfb,#f8f2f2 50%,#fdf5f5);overflow:hidden;padding:120px 0;position:relative;z-index:1}.why-us-section:before{background:radial-gradient(circle,#b8d4be26 0,#0000 70%);height:400px;left:-100px;top:-100px;width:400px}.why-us-section:after,.why-us-section:before{content:"";pointer-events:none;position:absolute}.why-us-section:after{background:radial-gradient(circle,#d4a5a51f 0,#0000 70%);bottom:-150px;height:500px;right:-100px;width:500px}.features-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(4,1fr);position:relative}.feature-card{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#ffffffb3;border:1px solid #ffffff80;border-radius:32px;overflow:hidden;padding:50px 30px 45px;position:relative;text-align:center;transition:all .5s cubic-bezier(.4,0,.2,1)}.feature-card:before{background:linear-gradient(135deg,var(--feature-color),#0000,var(--feature-color));border-radius:34px;content:"";inset:-2px;opacity:0;position:absolute;transition:opacity .5s ease;z-index:-1}.feature-card:after{background:linear-gradient(90deg,var(--feature-color),var(--primary));border-radius:0 0 4px 4px;content:"";height:4px;left:50%;position:absolute;top:0;transform:translateX(-50%);transition:width .5s ease;width:0}.feature-card:hover{background:#ffffffe6;box-shadow:0 30px 60px #4a3f3f1f,0 15px 30px #d4a5a51a;transform:translateY(-15px)}.feature-card:hover:before{opacity:.3}.feature-card:hover:after{width:100px}.feature-icon-wrapper{align-items:center;display:flex;height:110px;justify-content:center;margin:0 auto 30px;position:relative;width:110px}.feature-icon-wrapper:before{animation:rotateRing 20s linear infinite;border:2px dashed var(--feature-color);border-radius:50%;content:"";inset:0;opacity:.3;position:absolute}@keyframes rotateRing{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.feature-icon-wrapper:after{background:linear-gradient(135deg,#ffffffe6,#f8f0f0e6);border-radius:50%;box-shadow:0 10px 40px #4a3f3f14,inset 0 -5px 20px #4a3f3f08;content:"";inset:12px;position:absolute;transition:all .5s ease}.feature-card:hover .feature-icon-wrapper:after{background:linear-gradient(135deg,var(--feature-color) 0,var(--primary) 100%);transform:scale(1.1)}.feature-icon-wrapper svg{color:var(--feature-color);height:48px;position:relative;transition:all .5s ease;width:48px;z-index:2}.feature-card:hover .feature-icon-wrapper svg{color:#fff;transform:scale(1.1)}.feature-title{color:var(--text-dark);font-family:Cormorant Garamond,serif;font-size:24px;font-weight:600;margin-bottom:14px}.app.rtl .feature-title{font-family:Amiri,serif}.feature-desc{color:var(--text-secondary);font-family:Poppins,sans-serif;font-size:14px;line-height:1.8;margin:0}.app.rtl .feature-desc{font-family:Tajawal,sans-serif}.categories-section{background:linear-gradient(180deg,#f8f2f2,#fffbfb 50%,#fdf8f8);padding:120px 0;position:relative;z-index:1}.categories-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(4,1fr)}.category-card{align-items:center;background:#fff;border-radius:32px;box-shadow:0 10px 40px #4a3f3f0f;display:flex;flex-direction:column;justify-content:center;overflow:hidden;padding:55px 30px;position:relative;text-decoration:none;transition:all .5s cubic-bezier(.4,0,.2,1)}.category-card:before{background:radial-gradient(circle,var(--category-color) 0,#0000 50%);content:"";height:200%;left:-50%;opacity:0;position:absolute;top:-50%;transform:scale(.5);transition:all .6s ease;width:200%}.category-card:hover:before{opacity:.08;transform:scale(1)}.category-card:after{background:linear-gradient(135deg,var(--category-color) 0,#0000 60%);border-radius:0 32px 0 100%;content:"";height:100px;opacity:0;position:absolute;right:0;top:0;transition:opacity .5s ease;width:100px}.category-card:hover:after{opacity:.15}.category-card:hover{box-shadow:0 35px 70px #4a3f3f1f,0 15px 35px #d4a5a51a;transform:translateY(-18px)}.category-icon-wrapper{align-items:center;display:flex;height:100px;justify-content:center;margin-bottom:28px;position:relative;width:100px;z-index:1}.category-icon-wrapper:before{background:radial-gradient(ellipse,#4a3f3f26 0,#0000 70%);border-radius:50%;bottom:-10px;content:"";height:20px;left:50%;position:absolute;transform:translateX(-50%);transition:all .5s ease;width:70px}.category-card:hover .category-icon-wrapper:before{background:radial-gradient(ellipse,#4a3f3f33 0,#0000 70%);bottom:-15px;width:80px}.category-icon-wrapper:after{background:linear-gradient(145deg,#fff,#f0e8e8);border-radius:50%;box-shadow:0 15px 35px #4a3f3f1a,inset 0 -8px 20px #4a3f3f08,inset 0 8px 20px #fffc;content:"";inset:0;position:absolute;transition:all .5s ease}.category-card:hover .category-icon-wrapper:after{background:linear-gradient(145deg,var(--category-color) 0,var(--primary) 100%);box-shadow:0 25px 50px #d4a5a54d,inset 0 -5px 15px #0000001a;transform:translateY(-10px) rotate(10deg)}.category-icon-wrapper svg{color:var(--category-color);height:46px;position:relative;transition:all .5s ease;width:46px;z-index:2}.category-card:hover .category-icon-wrapper svg{color:#fff;transform:translateY(-10px) scale(1.1)}.category-card h3{color:var(--text-dark);font-family:Cormorant Garamond,serif;font-size:22px;font-weight:600;margin:0 0 16px;position:relative;transition:all .4s ease;z-index:1}.app.rtl .category-card h3{font-family:Amiri,serif}.category-card:hover h3{color:var(--primary-dark)}.category-arrow{align-items:center;background:linear-gradient(135deg,var(--bg-secondary) 0,var(--bg-tertiary) 100%);border-radius:50%;display:flex;height:45px;justify-content:center;opacity:0;position:relative;transform:translateY(20px);transition:all .5s ease;width:45px;z-index:1}.category-card:hover .category-arrow{opacity:1;transform:translateY(0)}.category-arrow svg{color:var(--category-color);transition:transform .3s ease}.category-card:hover .category-arrow svg{transform:translateX(3px)}.testimonials-section{background:linear-gradient(180deg,#fdf8f8,#fffbfb 50%,#f8f2f2);padding:120px 0;position:relative;z-index:1}.testimonials-grid{grid-gap:35px;display:grid;gap:35px;grid-template-columns:repeat(3,1fr)}.testimonial-card{background:#fff;border:1px solid #d4a5a51a;border-radius:32px;box-shadow:0 15px 50px #4a3f3f0f;overflow:hidden;padding:45px;position:relative;text-align:center;transition:all .5s cubic-bezier(.4,0,.2,1)}.testimonial-card:before{color:var(--primary-light);content:'"';font-family:Cormorant Garamond,serif;font-size:120px;left:30px;line-height:1;opacity:.3;position:absolute;top:20px}.testimonial-card:hover{box-shadow:0 30px 70px #d4a5a52e;transform:translateY(-12px)}.testimonial-stars{font-size:20px;letter-spacing:6px;margin-bottom:24px}.testimonial-text{color:var(--text-secondary);font-family:Poppins,sans-serif;font-size:16px;font-style:italic;font-weight:300;line-height:1.9;margin-bottom:32px;position:relative;z-index:1}.app.rtl .testimonial-text{font-family:Tajawal,sans-serif}.testimonial-author{align-items:center;display:flex;gap:16px;justify-content:center}.testimonial-avatar{border:3px solid var(--primary-light);border-radius:50%;box-shadow:0 8px 25px #d4a5a533;height:60px;object-fit:cover;width:60px}.testimonial-name{color:var(--text-dark);font-family:Cormorant Garamond,serif;font-size:20px;font-weight:600}.app.rtl .testimonial-name{font-family:Amiri,serif}.newsletter-section{background:linear-gradient(135deg,var(--primary-lighter) 0,var(--primary-light) 40%,var(--primary) 100%);overflow:hidden;padding:120px 0;position:relative;z-index:1}.newsletter-section:before{background:radial-gradient(circle,#ffffff1a 0,#0000 50%);content:"";height:200%;pointer-events:none;position:absolute;right:-20%;top:-50%;width:70%}.newsletter-section:after{bottom:30px;color:#fff;content:"✿";font-size:80px;left:50px;opacity:.1;position:absolute}.newsletter-content{align-items:center;display:flex;gap:80px;justify-content:space-between;position:relative;z-index:1}.newsletter-text{flex:1 1}.newsletter-text h2{color:#fff;font-family:Cormorant Garamond,serif;font-size:46px;font-weight:600;line-height:1.2;margin-bottom:16px}.app.rtl .newsletter-text h2{font-family:Amiri,serif}.newsletter-text p{color:#ffffffe6;font-family:Poppins,sans-serif;font-size:17px;line-height:1.7;margin:0}.app.rtl .newsletter-text p{font-family:Tajawal,sans-serif}.newsletter-form{display:flex;flex:1 1;gap:16px;max-width:550px}.newsletter-input{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff26;border:2px solid #ffffff4d;border-radius:50px;color:#fff;flex:1 1;font-family:Poppins,sans-serif;font-size:15px;padding:20px 32px;transition:all .4s ease}.newsletter-input::placeholder{color:#ffffffb3}.newsletter-input:focus{background:#ffffff40;border-color:#fff;outline:none}.newsletter-btn{background:#fff;border:none;border-radius:50px;box-shadow:0 10px 30px #00000026;color:var(--primary-dark);cursor:pointer;font-family:Poppins,sans-serif;font-size:15px;font-weight:600;padding:20px 45px;transition:all .4s ease;white-space:nowrap}.app.rtl .newsletter-btn{font-family:Tajawal,sans-serif}.newsletter-btn:hover{box-shadow:0 20px 50px #00000040;transform:translateY(-5px)}.placeholder-page{align-items:center;display:flex;justify-content:center;min-height:60vh;padding:60px 20px;text-align:center}.placeholder-page h1{color:var(--text-dark);font-family:Cormorant Garamond,serif;font-size:48px;margin-bottom:20px}.placeholder-page p{color:var(--text-secondary);font-size:18px}@media (max-width:1200px){.section-title{font-size:44px}.occasions-grid{grid-template-columns:repeat(6,1fr);grid-template-rows:repeat(2,250px)}.occasion-card:first-child,.occasion-card:nth-child(2){grid-column:span 3}.occasion-card:nth-child(3),.occasion-card:nth-child(4),.occasion-card:nth-child(5){grid-column:span 2}.features-grid{grid-template-columns:repeat(2,1fr)}.carousel-product-card{flex:0 0 290px;height:410px;width:290px}.carousel-image-wrapper{height:230px}}@media (max-width:992px){.section-title{font-size:38px}.product-carousel-wrapper{padding:0 60px}.product-carousel{gap:24px}.carousel-product-card{flex:0 0 280px;height:400px;width:280px}.carousel-image-wrapper{height:220px}.occasions-grid{gap:20px;grid-template-columns:repeat(2,1fr);grid-template-rows:auto}.occasion-card:first-child,.occasion-card:nth-child(2),.occasion-card:nth-child(3),.occasion-card:nth-child(4),.occasion-card:nth-child(5){aspect-ratio:4/5;grid-column:span 1;grid-row:span 1}.occasion-card:first-child .occasion-name{font-size:28px}.categories-grid,.testimonials-grid{grid-template-columns:repeat(2,1fr)}.newsletter-content{flex-direction:column;text-align:center}.newsletter-form{max-width:100%;width:100%}}@media (max-width:768px){.section-header{margin-bottom:50px}.section-title{font-size:34px}.product-carousel-section{padding:80px 0}.product-carousel-wrapper{padding:0 50px}.product-carousel{gap:20px}.carousel-product-card{flex:0 0 270px;height:390px;width:270px}.carousel-image-wrapper{height:210px}.carousel-arrow{height:48px;width:48px}.carousel-product-info{padding:20px 18px 18px}.carousel-product-name{font-size:20px}.carousel-product-description{font-size:12px}.carousel-product-price{font-size:20px}.carousel-original-price{font-size:12px}.carousel-add-to-cart{height:46px;width:46px}.product-category-badge{font-size:10px;left:14px;padding:8px 14px;top:14px}.carousel-discount-badge,.product-type-badge{font-size:10px;padding:8px 12px;right:14px;top:14px}.occasions-section{padding:80px 0}.occasion-card{border-radius:24px}.occasion-content{padding:30px}.occasion-card:first-child .occasion-name,.occasion-name{font-size:24px}.occasion-icon-wrapper{height:55px;width:55px}.occasion-icon-wrapper svg{height:28px;width:28px}.occasion-shop-btn{font-size:10px;padding:12px 20px}.categories-grid,.features-grid{gap:20px}.category-card,.feature-card{border-radius:24px;padding:40px 25px}.feature-icon-wrapper{height:90px;width:90px}.feature-icon-wrapper svg{height:40px;width:40px}.category-icon-wrapper{height:85px;width:85px}.category-icon-wrapper svg{height:40px;width:40px}.testimonials-grid{grid-template-columns:1fr}.newsletter-form{flex-direction:column}.newsletter-btn{width:100%}}@media (max-width:576px){.section-title{font-size:30px}.section-underline:before{font-size:14px}.product-carousel-wrapper{padding:0 15px}.product-carousel{gap:18px;padding:16px 5px 24px}.carousel-product-card{flex:0 0 260px;height:380px;width:260px}.carousel-image-wrapper{height:200px}.carousel-arrow{display:none}.carousel-product-info{padding:18px 16px 16px}.carousel-product-name{font-size:19px}.carousel-product-description{font-size:12px}.carousel-product-price{font-size:19px}.carousel-original-price{font-size:11px}.carousel-add-to-cart{height:44px;width:44px}.carousel-add-to-cart svg{height:18px;width:18px}.product-category-badge{font-size:9px;left:12px;padding:7px 12px;top:12px}.carousel-discount-badge,.product-type-badge{font-size:9px;padding:7px 10px;right:12px;top:12px}.occasions-grid{gap:15px}.occasion-card{aspect-ratio:1;border-radius:20px}.occasion-content{padding:20px}.occasion-name{font-size:20px}.occasion-icon-wrapper{border-radius:14px;height:45px;margin-bottom:14px;width:45px}.occasion-icon-wrapper svg{height:24px;width:24px}.occasion-shop-btn{font-size:9px;letter-spacing:1px;padding:10px 16px}.categories-grid,.features-grid{gap:15px;grid-template-columns:1fr 1fr}.category-card,.feature-card{border-radius:20px;padding:30px 20px}.feature-icon-wrapper{height:75px;margin-bottom:20px;width:75px}.feature-icon-wrapper svg{height:34px;width:34px}.category-card h3,.feature-title{font-size:18px}.feature-desc{font-size:13px}.category-icon-wrapper{height:70px;margin-bottom:20px;width:70px}.category-icon-wrapper svg{height:34px;width:34px}.category-arrow{height:38px;width:38px}.testimonial-card{border-radius:24px;padding:35px 25px}.testimonial-card:before{font-size:80px}.newsletter-text h2{font-size:32px}.newsletter-btn,.newsletter-input{padding:16px 28px}}@media (max-width:400px){.carousel-product-card{flex:0 0 250px;height:365px;width:250px}.carousel-image-wrapper{height:190px}.carousel-product-info{padding:16px 14px 14px}.carousel-product-name{font-size:18px}.carousel-product-description{-webkit-line-clamp:1;font-size:11px}.carousel-product-price{font-size:18px}.carousel-add-to-cart{height:42px;width:42px}.carousel-add-to-cart svg{height:16px;width:16px}.product-category-badge{font-size:8px;padding:6px 10px}.occasions-grid{grid-template-columns:1fr 1fr}.occasion-icon-wrapper{display:none}.occasion-name{font-size:18px}}[dir=rtl] .product-carousel{direction:rtl}[dir=rtl] .carousel-arrow-left{left:auto;right:0}[dir=rtl] .carousel-arrow-right{left:0;right:auto}[dir=rtl] .carousel-arrow svg,[dir=rtl] .category-arrow svg,[dir=rtl] .occasion-shop-btn svg{transform:rotate(180deg)}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.carousel-add-to-cart:focus-visible,.carousel-arrow:focus-visible,.category-card:focus-visible,.newsletter-btn:focus-visible,.occasion-card:focus-visible{outline:3px solid var(--primary);outline-offset:3px}
/*# sourceMappingURL=main.029abf83.css.map*/