@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap";:root{--primary-color: #f03e65;--secondary-color: #fdb62f;--text-dark: #222222;--text-gray: #666666;--text-light: #999999;--bg-light: #fef8f8;--bg-white: #ffffff;--bg-footer: #fbf5ee;--font-family: "Poppins", sans-serif;--border-radius-sm: 8px;--border-radius-md: 12px;--border-radius-lg: 24px;--border-radius-full: 9999px;--shadow-sm: 0 2px 8px rgba(0,0,0,.04);--shadow-md: 0 4px 16px rgba(0,0,0,.08);--shadow-lg: 0 12px 32px rgba(0,0,0,.12);--transition: all .3s ease}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-family);color:var(--text-dark);background-color:var(--bg-white);line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden}a{text-decoration:none;color:inherit}button{font-family:var(--font-family);cursor:pointer;border:none;background:none;transition:var(--transition)}ul{list-style:none}img{max-width:100%;display:block}#root{overflow-x:hidden}.container{max-width:1280px;margin:0 auto;padding:0 24px}.btn-primary{background-color:var(--primary-color);color:#fff;padding:12px 24px;border-radius:var(--border-radius-full);font-weight:600;font-size:16px;display:inline-flex;align-items:center;justify-content:center}.btn-primary:hover{background-color:#d82b50;transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-outline{background-color:#fff;color:var(--text-dark);border:1px solid #e0e0e0;padding:12px 24px;border-radius:var(--border-radius-full);font-weight:600;font-size:16px;display:inline-flex;align-items:center;justify-content:center}.btn-outline:hover{border-color:var(--text-dark)}.section-title{font-size:32px;font-weight:700;margin-bottom:32px;text-align:center}@media (max-width: 768px){.section-title{font-size:24px;margin-bottom:24px}.container{width:100%;max-width:100%;padding:0 18px}}@media (max-width: 420px){.container{padding:0 16px}}.logo,.logo-container,.brand-logo,[class*=logo]{background:transparent!important;border:none!important;box-shadow:none!important;outline:none!important}.logo-img{background:transparent!important;mix-blend-mode:multiply!important;filter:brightness(1.1) contrast(1.1)!important;max-height:100%}.template-group-container{margin-bottom:60px}.template-group-header{display:flex;align-items:center;gap:20px;margin-bottom:30px;background:#f8fafc;padding:15px 25px;border-radius:16px;border:1px solid #e2e8f0}.template-group-image{width:60px;height:60px;border-radius:12px;object-fit:cover;box-shadow:0 4px 10px #0000001a}.template-group-info h4{font-size:18px;font-weight:700;color:#1e293b;margin:0}@keyframes shimmer{0%{background-position:-468px 0}to{background-position:468px 0}}.shimmer{background:#f6f7f8;background-image:linear-gradient(to right,#f6f7f8,#edeef1,#f6f7f8 40%,#f6f7f8);background-repeat:no-repeat;background-size:800px 100%;display:inline-block;position:relative;animation:shimmer 1.5s linear infinite forwards;overflow:hidden}.page-loader{position:fixed;top:0;left:0;width:100%;height:100%;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:9999}.loader-spinner{width:50px;height:50px;border:4px solid rgba(255,51,102,.1);border-left-color:#f36;border-radius:50%;animation:spin 1s linear infinite}.loader-logo{width:100px;margin-bottom:20px;animation:pulse 2s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:15px;font-weight:600;color:#1a2a4b}.loading-container:before{content:"";width:40px;height:40px;border:3px solid #f0f0f0;border-top-color:#f36;border-radius:50%;animation:spin 1s linear infinite}.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:100px 24px;min-height:400px;background:#fff;border-radius:16px;margin:40px auto;max-width:600px;box-shadow:var(--shadow-md);color:#1a2a4b;font-weight:600;font-size:1.25rem}.sparkle{position:fixed;pointer-events:none;background:#fff;border-radius:50%;box-shadow:0 0 10px #fff,0 0 20px #fff;animation:sparkle-anim 2s infinite;z-index:1000}@keyframes sparkle-anim{0%,to{transform:scale(0);opacity:0}50%{transform:scale(1);opacity:1}}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 15% 15%,rgba(255,51,102,.02) 0%,transparent 10%),radial-gradient(circle at 85% 85%,rgba(253,182,47,.02) 0%,transparent 10%),radial-gradient(circle at 50% 50%,rgba(59,130,246,.01) 0%,transparent 20%);pointer-events:none;z-index:-1}:root{--font-heading: "Poppins", sans-serif;--font-body: "Poppins", sans-serif}body{font-family:var(--font-body);color:#1a2a4b}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600}.app-container{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.header{padding:0;background:radial-gradient(circle at 10% 20%,rgba(255,51,102,.04) 0%,transparent 50%),radial-gradient(circle at 90% 80%,rgba(253,182,47,.04) 0%,transparent 50%);position:sticky;top:0;z-index:1000;border-bottom:1px solid rgba(0,0,0,.02);transition:all .3s ease}.header.scrolled{background:#fff;box-shadow:0 4px 20px #0000000d;border-bottom:1px solid rgba(0,0,0,.05)}.header-container{display:flex;align-items:center;justify-content:space-between;gap:0;height:80px}.mobile-menu-btn{display:none;color:var(--text-dark)}.logo{display:flex;align-items:center;justify-content:center;height:100%;margin-right:20px;background:transparent!important;border:none!important;box-shadow:none!important;padding:4px 0!important;overflow:visible}.logo-img{height:70px!important;max-height:70px!important;width:auto!important;object-fit:contain!important;mix-blend-mode:multiply!important;filter:brightness(1.05)!important;display:block!important;background:transparent!important;transition:transform .3s ease}.logo:hover .logo-img{transform:scale(1.05)}.search-wrapper{flex:1;display:flex;align-items:center;gap:12px;margin:10px 20px 0;min-width:400px}.category-container{position:relative}.category-pill{display:flex;align-items:center;gap:6px;padding:6px 14px;background:#fff;border:1px solid #e2e8f0;border-radius:30px;font-weight:500;font-size:14px;color:#334155;cursor:pointer;white-space:nowrap;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 2px #0000000d}.category-pill:hover{background:#f8fafc;border-color:#cbd5e1;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;transform:translateY(-1px)}.category-dropdown{position:absolute;top:calc(100% + 8px);left:0;width:220px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 10px 25px #0000001a;padding:8px 0;z-index:1000;display:flex;flex-direction:column}.category-item{padding:12px 20px;font-size:14px;font-weight:500;color:#1a2a4b;transition:all .2s ease;text-decoration:none}.category-item:hover{background-color:#fff0f3;color:#f36}.arrow-icon{transition:transform .3s ease}.arrow-icon.rotate{transform:rotate(180deg)}.category-icon{color:#666}.search-pill{display:flex;align-items:center;background:#ffffff80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(226,232,240,.5);border-radius:50px;padding:4px 4px 4px 20px;flex:1;max-width:600px;overflow:hidden;transition:all .2s ease}.search-pill:focus-within{background:#fff;border-color:#f36;box-shadow:0 0 0 4px #ff33661a}.search-input{background:transparent;outline:none;border:none;padding:8px 0;font-size:14px;flex:1;width:100%;min-width:0;font-family:var(--font-family);color:var(--text-dark)}.search-input::placeholder{color:var(--text-light)}.search-submit{flex-shrink:0;background:transparent;border:none;color:#888;padding:8px 10px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:color .2s ease,background .2s ease}.search-submit:hover{color:var(--primary-color);background:#f0f0f0}.mobile-search-container{display:none;padding:10px 16px;background:#fff;border-bottom:1px solid #f0f0f0}.search-input-wrapper{display:flex;align-items:center;background:#f7fafc;border:1px solid #e2e8f0;border-radius:12px;padding:0 12px}.header-actions{flex:0 0 auto;margin-left:20px;display:flex;align-items:flex-start;gap:20px;padding-top:4px}.header-divider{width:1px;height:32px;background:#e2e8f0;align-self:center;margin:0 4px}.icon-btn{display:flex;flex-direction:column;align-items:center;gap:4px;color:var(--text-dark);font-size:12px;font-weight:500}.icon-btn:hover{color:var(--primary-color)}.icon-wrapper{position:relative;display:flex;align-items:center;justify-content:center;height:24px}.cart-badge,.wishlist-badge{position:absolute;top:-8px;right:-8px;background-color:var(--primary-color);color:#fff;font-size:10px;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid white}.login-btn{background:linear-gradient(135deg,#f36,#ff5e84);color:#fff;padding:10px 24px;border-radius:50px;font-weight:700;font-size:14px;letter-spacing:.3px;box-shadow:0 4px 15px #ff33664d;border:none;transition:all .3s ease}.login-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f366;background:linear-gradient(135deg,#e62e5c,#f36)}.user-profile-menu{display:flex;align-items:center;gap:12px;background:transparent;padding:0;border:none;transition:all .3s ease;margin-top:-6px}.user-info{display:flex;align-items:center;text-decoration:none}.user-info .icon-circle{width:40px;height:40px;background:#fff1f2;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#f36;border:1px solid #ffe4e6;transition:all .3s ease}.user-info:hover .icon-circle{background:#f36;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #f363}.logout-btn{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#f8fafc;color:#94a3b8;border:1px solid #e2e8f0;cursor:pointer;transition:all .3s ease}.logout-btn:hover{background:#fff1f2;color:#f36;border-color:#f36;transform:translateY(-2px)}@media (max-width: 992px){.search-wrapper{display:none}.mobile-menu-btn,.mobile-search-container{display:block}.login-btn{display:none}.header-actions{gap:16px}.icon-btn span{display:none}}.announcement-bar{background-color:#fc6;height:36px;overflow:hidden;display:flex;align-items:center;position:relative;border-bottom:1px solid rgba(0,0,0,.05)}.marquee{display:flex;overflow:hidden;-webkit-user-select:none;user-select:none;width:100%}.marquee-content{display:flex;gap:40px;animation:marquee 30s linear infinite;white-space:nowrap}.marquee-item{font-size:13px;font-weight:700;color:#1a2a4b;text-transform:uppercase;letter-spacing:.5px;padding:0 10px}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.announcement-bar:hover .marquee-content{animation-play-state:paused}.mobile-drawer{position:fixed;top:0;left:-320px;width:300px;height:100vh;background:#fff;z-index:2000;transition:all .4s cubic-bezier(.16,1,.3,1);box-shadow:10px 0 30px #0000001a;display:flex;flex-direction:column}.mobile-drawer.open{left:0}.drawer-header{padding:20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f1f5f9}.drawer-logo img{height:40px;width:auto;mix-blend-mode:multiply}.drawer-close{background:#f1f5f9;border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#64748b}.drawer-content{flex:1;overflow-y:auto;padding:20px}.drawer-search{display:flex;align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:0 12px;margin-bottom:24px}.drawer-search input{flex:1;border:none;background:transparent;padding:12px 0;font-size:14px;outline:none}.drawer-search button{background:transparent;border:none;color:#64748b}.drawer-section{margin-bottom:24px}.drawer-section-title{font-size:12px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:1px;margin-bottom:12px}.drawer-link{display:flex;align-items:center;gap:12px;padding:12px 0;color:#1a2a4b;font-weight:600;text-decoration:none;font-size:15px;border-bottom:1px solid #f8fafc}.drawer-link:last-child{border-bottom:none}.drawer-link.logout{color:#f36;width:100%;background:transparent;border:none;padding:12px 0;text-align:left}.drawer-link.login{color:#f36}.drawer-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1999;animation:fadeInHeader .3s ease}@keyframes fadeInHeader{0%{opacity:0}to{opacity:1}}@media (max-width: 600px){.logo-img{height:50px!important}}.footer{background:#f8fafc;padding:120px 0 40px;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;top:0;left:0;width:100%;height:80px;background:#fff;mask:radial-gradient(40px at 50% 100%,transparent 98%,black 100%) 50% 100%/80px 100%}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:60px;margin-bottom:60px}.logo-img{height:140px;width:auto;object-fit:contain;filter:drop-shadow(0 8px 16px rgba(0,0,0,.06));transition:transform .3s ease}.logo-img:hover{transform:scale(1.02)}.footer-heading{font-size:18px;font-weight:600;color:#1a2a4b;margin-bottom:25px}.footer-links{display:flex;flex-direction:column;gap:12px}.footer-links a{color:#64748b;font-size:14px;font-weight:500;transition:all .3s ease}.footer-links a:hover{color:#f36;padding-left:5px}.footer-contact-info{display:flex;flex-direction:column;gap:20px}.footer-contact-info li{display:flex;gap:15px;align-items:flex-start}.contact-icon-wrapper{width:32px;height:32px;background:#fff1f2;color:#f36;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-main-text{font-size:14px;font-weight:600;color:#1a2a4b;margin-bottom:4px;display:block}.contact-sub{font-size:12px;color:#94a3b8}.footer-divider{height:1px;background:linear-gradient(to right,transparent,#e2e8f0,transparent);margin-bottom:30px}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:10px}.footer-bottom-left{display:flex;align-items:center;gap:40px}.social-links{display:flex;gap:12px}.icon-circle{width:40px;height:40px;background:#fff;border:1px solid #e2e8f0;color:#1a2a4b;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 2px 8px #00000005}.social-icon:hover .icon-circle{background:#f36;color:#fff;border-color:#f36;transform:translateY(-3px);box-shadow:0 8px 15px #f363}.copyright-text,.made-with-love{font-size:13px;color:#94a3b8}.heart{color:#f36}@media (max-width: 992px){.footer-grid{grid-template-columns:repeat(2,1fr);gap:40px}.footer-bottom{flex-direction:column;gap:20px;text-align:center}.footer-bottom-left{flex-direction:column;gap:20px}}@media (max-width: 576px){.footer{padding:84px 0 32px}.footer-grid{grid-template-columns:1fr;gap:30px;margin-bottom:36px}.footer-col,.contact-col{min-width:0}.footer-heading{margin-bottom:16px}.footer-contact-info li{gap:12px}.contact-main-text,.contact-sub,.footer-links a,.copyright-text,.made-with-love{overflow-wrap:anywhere;word-break:break-word}.footer-bottom,.footer-bottom-left{width:100%;align-items:flex-start;text-align:left}.social-links{flex-wrap:wrap}.footer-about-text{max-width:100%}}.hero-section{position:relative;overflow:hidden;padding:0 32px 60px;transition:background .8s ease}.hero-section.theme-pink{background:linear-gradient(135deg,#fff5f7,#fff0eb,#fef3e2 60%,#fef8f0)}.hero-section.theme-blue{background:linear-gradient(135deg,#f0f7ff,#e6efff,#f4f8ff 60%,#fff)}.hero-section.theme-yellow{background:linear-gradient(135deg,#fffbeb,#fef3c7,#fff9db 60%,#fff)}.hero-section.theme-background{background:#f8fafc}.hero-bg-overlay{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;pointer-events:none}.hero-section:before{content:"";position:absolute;top:-120px;left:-80px;width:450px;height:450px;background:radial-gradient(circle,rgba(255,51,102,.08) 0%,transparent 70%);border-radius:50%;z-index:0;animation:blobPulse 8s ease-in-out infinite}.hero-section:after{content:"";position:absolute;bottom:-80px;right:-60px;width:500px;height:500px;background:radial-gradient(circle,rgba(253,182,47,.1) 0%,transparent 70%);border-radius:50%;z-index:0;animation:blobPulse 10s ease-in-out infinite 2s}@keyframes blobPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.15);opacity:.7}}.hero-wave{position:absolute;bottom:-2px;left:0;width:100%;z-index:10;line-height:0}.hero-wave svg{display:block;width:100%;height:50px}.hero-dot-pattern{position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(rgba(0,0,0,.03) 1px,transparent 1px);background-size:28px 28px;z-index:0;pointer-events:none}.hero-fade-in{opacity:1;transform:translate(0);transition:opacity .5s ease,transform .5s ease}.hero-fade-out{opacity:0;transform:translate(-16px);transition:opacity .4s ease,transform .4s ease}.hero-row{display:flex;flex-direction:row;align-items:center;justify-content:space-between;max-width:1160px;min-height:480px;margin:0 auto;position:relative;z-index:2;transition:all .5s ease}.hero-row.pos-top-left{align-items:flex-start;justify-content:flex-start}.hero-row.pos-top-center{align-items:flex-start;justify-content:center}.hero-row.pos-top-right{align-items:flex-start;justify-content:flex-end}.hero-row.pos-center-left{align-items:center;justify-content:flex-start}.hero-row.pos-center{align-items:center;justify-content:center}.hero-row.pos-center-right{align-items:center;justify-content:flex-end}.hero-row.pos-bottom-left{align-items:flex-end;justify-content:flex-start}.hero-row.pos-bottom-center{align-items:flex-end;justify-content:center}.hero-row.pos-bottom-right{align-items:flex-end;justify-content:flex-end}.hero-left{width:50%;flex-shrink:0;padding:48px 40px 48px 0;position:relative;z-index:5}.hero-badge{display:inline-flex;align-items:center;gap:6px;background:linear-gradient(135deg,#f36,#ff6b8a);color:#fff;font-size:12px;font-weight:700;padding:6px 16px;border-radius:20px;margin-bottom:20px;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 14px #ff33664d}.hero-title{font-size:64px;line-height:1;letter-spacing:-2px;font-weight:900;margin-bottom:20px;color:#0f172a;transition:color .5s ease}.hero-highlight{background:linear-gradient(135deg,#f36,#ff8c42,#f36);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block;animation:shine 3s linear infinite}@keyframes shine{to{background-position:200% center}}.hero-sub{font-size:18px;color:#64748b;max-width:440px;margin-bottom:36px;line-height:1.65;font-weight:500}.hero-btns{display:flex;align-items:center;gap:14px}.hbtn{padding:14px 32px;border-radius:50px;font-size:14px;font-weight:700;font-family:inherit;cursor:pointer;border:none;transition:all .3s cubic-bezier(.4,0,.2,1);text-transform:uppercase;letter-spacing:.5px}.hbtn-primary{background:linear-gradient(135deg,#f36,#ff5c8a);color:#fff;box-shadow:0 8px 24px #ff336659;position:relative;overflow:hidden}.hbtn-primary:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.25) 0%,transparent 70%);transform:scale(0);transition:transform .5s ease-out}.hbtn-primary:hover:after{transform:scale(1)}.hbtn-primary:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 14px 32px #ff336673}.hbtn-outline{background:#ffffffb3;color:#f36;border:2px solid #ff3366;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hbtn-outline:hover{background:#f36;color:#fff;transform:translateY(-3px);box-shadow:0 10px 24px #ff336640}.hero-right{width:50%;flex-shrink:0;position:relative;display:flex;align-items:center;justify-content:center;min-height:360px;perspective:1000px}.hero-right:before{content:"";position:absolute;width:280px;height:280px;background:radial-gradient(circle,rgba(255,51,102,.12) 0%,rgba(255,140,66,.08) 50%,transparent 70%);border-radius:50%;z-index:0;animation:blobPulse 6s ease-in-out infinite 1s}.cards-wrap{display:flex;align-items:flex-end;justify-content:center;gap:16px;z-index:2;position:relative}.fcard{border-radius:18px;border:5px solid rgba(255,255,255,.9);box-shadow:0 20px 50px #0000001f;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;padding-bottom:18px;position:relative;transition:all .6s cubic-bezier(.19,1,.22,1);flex-shrink:0;overflow:hidden}.fcard-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;transition:transform 1.2s ease}.fcard-name{font-size:17px;font-weight:800;color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.5);z-index:2;position:relative}.fcard-pos-0{width:130px;height:210px;transform:rotate(-8deg) translateY(10px);z-index:1}.fcard-pos-1{width:150px;height:280px;z-index:3;box-shadow:0 30px 60px #0000002e}.fcard-pos-2{width:125px;height:200px;border-top-left-radius:70px;border-top-right-radius:70px;transform:rotate(8deg) translateY(10px);z-index:1}.fcard:hover{transform:translateY(-20px) rotate(0) scale(1.08)!important;z-index:10;box-shadow:0 40px 80px #ff336640;border-color:#f36}.fcard:hover .fcard-img{transform:scale(1.15)}.fcard-blue{background:linear-gradient(150deg,#c5dbff,#96bdff)}.fcard-purple{background:linear-gradient(150deg,#dcc6ff,#a8c4ff)}.fcard-pink{background:linear-gradient(150deg,#ffb3be,#ffd6e0)}.fcard-orange{background:linear-gradient(150deg,#ffe4b5,#ffb347)}.fcard-teal{background:linear-gradient(150deg,#b2f0e8,#52c7b8)}.fcard-coral{background:linear-gradient(150deg,#ffc4b0,#ff7f61)}.fcard-green{background:linear-gradient(150deg,#b8f5c8,#52d07a)}.fcard-sky{background:linear-gradient(150deg,#bde8ff,#5bc4f7)}.fcard-lemon{background:linear-gradient(150deg,#fffab0,#ffe166)}.fcard-rose{background:linear-gradient(150deg,#ffc2d1,#ff6fa1)}.fcard-violet{background:linear-gradient(150deg,#d8b4fe,#9c69f0)}.fcard-peach{background:linear-gradient(150deg,#ffd9b0,#ffa96e)}.hdot{position:absolute;border-radius:50%;display:block}.hdot-yellow{width:18px;height:18px;background:#ffd43b;opacity:.75}.hdot-blue{width:12px;height:12px;background:#74c0fc;opacity:.6}.hdot-orange{width:18px;height:18px;background:#ffa94d;opacity:.75}.hdot-teal{width:12px;height:12px;background:#52c7b8;opacity:.6}.hdot-green{width:18px;height:18px;background:#52d07a;opacity:.75}.hdot-sky{width:12px;height:12px;background:#5bc4f7;opacity:.6}.hdot-rose{width:18px;height:18px;background:#ff6fa1;opacity:.75}.hdot-violet{width:12px;height:12px;background:#9c69f0;opacity:.6}.hdot-sm{width:9px;height:9px;background:#ffd43b;opacity:.55}.hero-ornament{position:absolute;pointer-events:none;z-index:1}.ornament-star-1{top:12%;left:3%;font-size:36px;color:#fdb62f;opacity:.8;filter:drop-shadow(0 0 12px rgba(253,182,47,.4));animation:floatStar 5s ease-in-out infinite}.ornament-star-2{top:18%;right:46%;font-size:22px;color:#f36;opacity:.5;animation:floatStar 6s ease-in-out infinite 1.5s}.ornament-cloud-1{bottom:25%;left:6%;font-size:44px;color:#fff9;animation:floatCloud 12s ease-in-out infinite}.ornament-cloud-2{top:10%;right:14%;font-size:34px;color:#ffffff80;animation:floatCloud 14s ease-in-out infinite 4s}.ornament-circle-1{top:50%;right:6%;width:40px;height:40px;background:linear-gradient(135deg,#ff336626,#ff8c4226);border:2px solid rgba(255,51,102,.1);border-radius:50%;animation:floatStar 7s ease-in-out infinite 1s}.ornament-circle-2{bottom:18%;right:20%;width:20px;height:20px;background:#fdb62f4d;border-radius:50%;animation:floatStar 5s ease-in-out infinite 2.5s}.ornament-sparkle{top:60%;left:44%;font-size:26px;color:#ff8c42;opacity:.6;animation:floatStar 4s ease-in-out infinite .5s}@keyframes floatStar{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-12px) rotate(5deg)}75%{transform:translateY(6px) rotate(-3deg)}}@keyframes floatCloud{0%,to{transform:translate(0) translateY(0)}50%{transform:translate(20px) translateY(-10px)}}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:#ffffffd9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.5);box-shadow:0 4px 20px #00000014;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#444;z-index:20;transition:all .3s ease}.hero-arrow:hover{box-shadow:0 8px 28px #f363;color:#f36;transform:translateY(-50%) scale(1.1);background:#fff}.hero-arrow-left{left:12px}.hero-arrow-right{right:12px}.hero-dots{display:flex;justify-content:center;gap:10px;padding:18px 0 12px;position:relative;z-index:11}.hdot-ind{display:block;width:8px;height:8px;border-radius:50%;background:#f363;cursor:pointer;transition:all .35s ease}.hdot-ind.active{background:#f36;width:28px;border-radius:5px;box-shadow:0 2px 8px #ff33664d}.hero-skeleton{min-height:420px;display:flex;align-items:center;justify-content:center}@media (max-width: 900px){.hero-section{padding:0 48px 50px}.hero-title{font-size:48px}.hero-sub{font-size:16px}.fcard-pos-0{width:110px;height:180px}.fcard-pos-1{width:126px;height:240px}.fcard-pos-2{width:105px;height:170px}}@media (max-width: 650px){.hero-section{padding:0 16px 20px}.hero-row{flex-direction:column;min-height:auto;padding:20px 0 0}.hero-left{width:100%;padding:0 0 15px;display:flex;flex-direction:column}.hero-right{width:100%;min-height:220px}.hero-title{font-size:28px!important;letter-spacing:-.5px;margin-bottom:10px!important}.hero-sub{font-size:14px;margin-bottom:20px!important;max-width:280px}.theme-background .hero-row{min-height:380px;padding:0 0 40px!important;justify-content:flex-start!important}.theme-background .hero-left{margin-top:10px;padding:20px!important;width:100%!important;max-width:100%!important}.theme-background .hero-btns{width:100%}.theme-background .hero-bg-overlay{opacity:.6!important}.hbtn{padding:10px 24px;font-size:12px}.fcard-pos-0{width:75px;height:130px}.fcard-pos-1{width:90px;height:180px}.fcard-pos-2{width:70px;height:120px}.hero-ornament{display:none}.hero-section:before,.hero-section:after{display:none}.hero-dots{padding:10px 0}}.section-padding{padding:60px 0 80px}.collection-header{text-align:center;margin-bottom:50px}.collection-label{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:#f36;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:12px}.section-title{font-size:40px;font-weight:900;color:#0f172a;margin-bottom:12px;letter-spacing:-1px}.section-subtitle{font-size:17px;color:#94a3b8;font-weight:500;max-width:460px;margin:0 auto;line-height:1.5}.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.collection-card{position:relative;border-radius:28px;padding:28px 24px 24px;display:flex;flex-direction:column;text-decoration:none;overflow:hidden;background:var(--card-gradient);border:none;transition:all .5s cubic-bezier(.19,1,.22,1);animation:cardFadeIn .6s ease both}@keyframes cardFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.collection-card:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 30px 60px #0000001a,0 0 0 1px #ffffff4d inset}.card-deco{position:absolute;border-radius:50%;opacity:.15;transition:all .6s ease;pointer-events:none}.card-deco-1{width:120px;height:120px;background:var(--card-accent);top:-40px;right:-40px}.card-deco-2{width:80px;height:80px;background:var(--card-accent);bottom:-20px;left:-20px}.collection-card:hover .card-deco-1{transform:scale(1.4);opacity:.2}.collection-card:hover .card-deco-2{transform:scale(1.3);opacity:.2}.collection-img-wrapper{position:relative;background:#ffffffa6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:20px;padding:0;margin-bottom:22px;display:flex;align-items:center;justify-content:center;height:220px;overflow:hidden;box-shadow:0 8px 24px #0000000f;transition:all .5s cubic-bezier(.19,1,.22,1);z-index:1}.collection-card-img{width:100%;height:100%;object-fit:cover;border-radius:20px;transition:transform .8s cubic-bezier(.19,1,.22,1)}.img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:20px;background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.05) 100%);opacity:0;transition:opacity .5s ease;pointer-events:none}.collection-card:hover .collection-img-wrapper{transform:translateY(-6px);box-shadow:0 20px 40px #0000001a,0 0 0 2px #ffffff80}.collection-card:hover .collection-card-img{transform:scale(1.08)}.collection-card:hover .img-overlay{opacity:1}.collection-info{display:flex;align-items:center;justify-content:space-between;width:100%;z-index:2;position:relative;padding:0 4px}.collection-text{flex:1}.collection-icon{font-size:22px;display:block;margin-bottom:6px}.collection-title{font-size:22px;font-weight:800;color:#0f172a;margin-bottom:4px;text-transform:capitalize;letter-spacing:-.3px}.collection-subtitle{font-size:13px;color:#475569;font-weight:500;line-height:1.4;opacity:.8}.collection-arrow{width:44px;height:44px;background:#ffffffb3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--card-accent, #ff3366);box-shadow:0 4px 14px #0000000f;transition:all .4s cubic-bezier(.19,1,.22,1);flex-shrink:0}.collection-card:hover .collection-arrow{background:var(--card-accent, #ff3366);color:#fff;transform:translate(4px);box-shadow:0 8px 24px #00000026}.collection-skeleton-title{width:240px;height:36px;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:10px;margin:0 auto 50px}.collection-skeleton-card{height:340px;border-radius:28px;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}@media (max-width: 992px){.collection-grid{grid-template-columns:repeat(2,1fr);gap:20px}.section-title{font-size:32px}}@media (max-width: 600px){.section-padding{padding:40px 0 60px}.collection-grid{grid-template-columns:repeat(2,1fr);gap:12px;padding:0 10px}.collection-card{padding:15px 12px 12px;border-radius:16px}.collection-img-wrapper{height:140px;border-radius:12px;margin-bottom:12px}.collection-card-img{border-radius:12px}.collection-title{font-size:15px}.collection-subtitle{display:none}.collection-arrow{width:30px;height:30px}.collection-icon{font-size:16px}.section-title{font-size:28px}.section-subtitle{font-size:15px}}.how-it-works{background-color:#fff;padding:20px 0 60px}.how-it-works-title{font-size:24px;font-weight:800;color:#1a2a4b;margin-bottom:40px;text-align:left}.steps-wrapper{display:flex;align-items:flex-start;justify-content:center;width:100%;margin-top:20px}.step-item-group{display:flex;align-items:flex-start;flex:1}.step-item-group:last-child{flex:0 1 auto}.step-card{flex:0 0 180px;display:flex;flex-direction:column;align-items:center;text-align:center}.step-icon-circle{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:20px;box-shadow:0 4px 15px #0000001a}.step-divider-line{flex:1;height:1px;border-top:2px dotted #e2e8f0;margin-top:32px;min-width:20px}.step-num{display:block;font-size:14px;font-weight:700;margin-bottom:8px}.step-label{font-size:15px;font-weight:700;color:#1a2a4b;margin-bottom:8px}.step-text{font-size:13px;color:#64748b;line-height:1.4}@media (max-width: 768px){.how-it-works{padding:30px 0}.how-it-works-title{padding-left:1rem;margin-bottom:25px;font-size:22px}.steps-wrapper{display:flex;flex-direction:column;align-items:center;gap:2rem;padding:0 1rem 1.5rem}.steps-wrapper::-webkit-scrollbar{display:none}.step-item-group,.step-item-group:last-child{flex:1;width:100%;display:flex;flex-direction:column;align-items:center}.step-card{flex:1;width:100%;display:flex;flex-direction:column;align-items:center}.step-divider-line{display:none}.step-icon-circle{width:56px;height:56px;margin-bottom:1rem}.step-label{font-size:1.1rem;margin-bottom:.5rem}.step-text{font-size:.9rem;max-width:200px}}.caricatures-page{background-color:#fff}.breadcrumbs{padding:20px 0;font-size:14px;color:#666}.breadcrumbs span{color:#333;font-weight:500}.caricatures-hero-wrapper{padding:0;margin-bottom:40px}.caricatures-hero{border-radius:24px;overflow:hidden;width:100%;position:relative;line-height:0}.caricatures-hero img.page-banner-img{width:100%;height:auto;max-height:340px;object-fit:cover;object-position:center;display:block;border-radius:24px}.hero-stars,.star,.hero-content.banner-overlay{display:none}.themes-section{padding:80px 0}.themes-header{display:flex;align-items:center;justify-content:center;gap:20px;margin-bottom:60px}.decorative-line{height:2px;width:60px;background:linear-gradient(to right,#ff4d6d,#ffb3c1)}.themes-header h2{font-size:28px;font-weight:700;color:#1a2a4b}.template-group-info p{font-size:13px;color:#64748b;margin:4px 0 0}.themes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:32px}.theme-card{background:#fff;border-radius:28px;overflow:hidden;border:1px solid #f1f5f9;transition:all .5s cubic-bezier(.23,1,.32,1);display:flex;flex-direction:column;position:relative;text-decoration:none;box-shadow:0 4px 20px #0000000a;padding:12px}.theme-card:hover{transform:translateY(-12px);box-shadow:0 25px 50px -12px #1a2a4b1f;border-color:#f363}.theme-img-wrapper{position:relative;width:100%;aspect-ratio:1;overflow:hidden;background:#f8fafc;border-radius:20px}.theme-image{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.23,1,.32,1)}.theme-card:hover .theme-image{transform:scale(1.1)}.theme-badge{position:absolute;top:10px;left:10px;background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#1a2a4b;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;z-index:3;box-shadow:0 4px 10px #0000000d;border:1px solid rgba(255,255,255,.5)}.theme-wishlist-btn{position:absolute;top:10px;right:10px;width:36px;height:36px;background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.5);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:3;box-shadow:0 4px 12px #0000000d;transition:all .3s ease}.theme-wishlist-btn:hover{transform:scale(1.1);background:#fff;box-shadow:0 6px 15px #f363}.theme-info{padding:16px 8px 8px;display:flex;flex-direction:column;gap:8px;flex:1;text-align:left}.theme-info h3,.theme-info h4,.trending-p-name{font-size:1.1rem!important;font-weight:800!important;color:#1a2a4b;margin:0;text-transform:capitalize!important;line-height:1.2;letter-spacing:-.01em}.theme-desc{font-size:.8rem;color:#64748b;margin:0;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.4em;font-weight:400}.price-section{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:auto}.price-tag{font-size:1.25rem;font-weight:900;color:#f36;margin:0}.original-price{font-size:.9rem;color:#94a3b8;text-decoration:line-through;font-weight:500}.discount-badge{font-size:.75rem;color:#f36;background:#ff336614;padding:2px 8px;border-radius:6px;font-weight:700}.try-now-btn,.try-it-now-btn,.try-now-btn-link{background:#1a2a4b;color:#fff;border:none;padding:12px;border-radius:16px;font-weight:700;font-size:.85rem;text-align:center;cursor:pointer;transition:all .3s ease;text-transform:none;letter-spacing:.5px;margin-top:12px;box-shadow:0 4px 12px #1a2a4b1a}.try-now-btn:hover,.try-it-now-btn:hover{background:#f36;transform:translateY(-2px);box-shadow:0 8px 20px #ff336640}.pagination{display:flex;align-items:center;justify-content:center;gap:15px;margin-top:60px}.page-num,.page-arrow{width:40px;height:40px;border:1px solid #e2e8f0;background:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer}.page-num.active{background:#ff4d6d;color:#fff;border-color:#ff4d6d}.features-bar{background-color:#fffafb;padding:40px 0;margin-bottom:60px}.features-flex{display:flex;justify-content:space-between;gap:20px}.feature-item{display:flex;align-items:center;gap:15px}.feature-icon{width:50px;height:50px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ff4d6d;box-shadow:0 4px 10px #0000000d}.feature-text h4{font-size:16px;font-weight:700;color:#1a2a4b;margin-bottom:2px}.feature-text p{font-size:14px;color:#666}@media (max-width: 1024px){.themes-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.themes-section{padding:30px 0}.themes-header{margin-bottom:25px;gap:10px}.themes-header h2{font-size:18px}.decorative-line{width:30px}.themes-grid{grid-template-columns:repeat(2,1fr);gap:12px;padding:0 10px}.theme-card{border-radius:8px;padding:6px;box-shadow:0 2px 8px #00000008;max-width:175px;margin:0 auto;width:100%}.theme-info{padding:2px 2px 6px!important;gap:2px!important;display:flex!important;flex-direction:column!important}.theme-info h3{font-size:.75rem!important;margin-bottom:0!important;font-weight:700!important;line-height:1.2!important;max-height:2.4em!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.theme-desc{display:none!important}.price-section{margin-top:2px!important;gap:4px!important;display:flex!important;align-items:center!important}.price-tag{font-size:.85rem!important}.original-price{font-size:.7rem!important}.discount-badge{font-size:.6rem!important;padding:1px 4px!important}.try-now-btn{padding:6px 8px!important;font-size:.7rem!important;margin-top:6px!important;border-radius:6px!important;min-height:32px!important;width:100%!important}.theme-wishlist-btn{width:28px!important;height:28px!important;top:8px!important;right:8px!important}.theme-img-wrapper{border-radius:8px!important}}@media (max-width: 480px){.themes-grid{grid-template-columns:repeat(2,1fr);gap:10px}}.hero-image-placeholder{flex:1;display:flex;justify-content:flex-end;align-items:center}.placeholder-visual{width:180px;height:180px;background-color:#fff;border-radius:24px;display:flex;align-items:center;justify-content:center;font-size:80px;box-shadow:0 15px 35px #0000001a;transform:rotate(5deg);border:4px solid white;transition:transform .3s ease}.placeholder-visual:hover{transform:rotate(0) scale(1.05)}@media (max-width: 768px){.hero-image-placeholder{display:none}}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.mb-0{margin-bottom:0}.view-all-btn{padding:8px 16px;color:var(--primary-color);border-color:#ffc4d0}.view-all-btn:hover{background-color:var(--primary-color);color:#fff;border-color:var(--primary-color)}.trending-carousel-container{position:relative}.out-arrow{position:absolute;top:40%;transform:translateY(-50%);background-color:#fff;border:1px solid #e0e0e0}.out-arrow.left-arrow{left:-20px}.out-arrow.right-arrow{right:-20px}.trending-grid{display:flex;gap:20px;overflow-x:auto;scroll-behavior:smooth;padding:10px 5px}.trending-grid::-webkit-scrollbar{display:none}.product-card{flex:0 0 calc(20% - 16px);background-color:var(--bg-white);border-radius:var(--border-radius-md);border:1px solid #f0f0f0;overflow:hidden;transition:var(--transition);cursor:pointer}.trending-card-title{font-size:14px;font-weight:700;margin-bottom:8px;color:#1a2a4b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-5px)}.product-img-container{position:relative;padding:16px;background-color:#f9f9f9;border-bottom:1px solid #f0f0f0}.product-card-img{width:100%;aspect-ratio:3/4;border-radius:var(--border-radius-sm);object-fit:cover}.product-badge{position:absolute;top:12px;left:12px;background-color:var(--primary-color);color:#fff;font-size:10px;font-weight:700;padding:4px 8px;border-radius:var(--border-radius-full);z-index:2}.product-info{padding:16px}.product-price-row{display:flex;align-items:center;gap:8px;margin-bottom:8px}.current-price{font-weight:800;font-size:16px}.old-price{color:var(--text-light);text-decoration:line-through;font-size:13px}.discount{color:var(--primary-color);font-size:12px;font-weight:700}.product-rating{display:flex;align-items:center;gap:4px}.stars{display:flex}.rating-value{font-size:12px;font-weight:600}.reviews-count{font-size:12px;color:var(--text-light)}@media (max-width: 1200px){.trending-grid{grid-template-columns:repeat(4,1fr)}.product-card:nth-child(5){display:none}}@media (max-width: 992px){.trending-grid{grid-template-columns:repeat(3,1fr)}.product-card:nth-child(4){display:none}}@media (max-width: 768px){.trending-grid{grid-template-columns:repeat(2,1fr)}.out-arrow{display:none}}@media (max-width: 480px){.trending-grid{grid-template-columns:1fr}}.themes-header{display:flex;align-items:center;gap:16px;margin-bottom:24px}.decorative-line{flex:1;height:1px;background:linear-gradient(to right,transparent,#e2e8f0)}.decorative-line:last-child{background:linear-gradient(to left,transparent,#e2e8f0)}.trending-product-section{margin-bottom:60px}.trending-product-title{font-size:18px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--text-dark);white-space:nowrap;padding:0 16px}.trending-row-scroll{display:flex;gap:32px;overflow-x:auto;scroll-behavior:smooth;padding:16px 8px 40px;scrollbar-width:none;-ms-overflow-style:none}.trending-row-scroll::-webkit-scrollbar{display:none}.trending-row-skeleton{display:flex;gap:32px;padding:16px 8px}.skeleton-card{min-width:240px;width:240px;height:380px;background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.4s infinite;border-radius:24px;border:1px solid #e2e8f0}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.bestseller-badge-mini{position:absolute;top:16px;left:60px;background:#1a2a4b;color:#fff;font-size:11px;font-weight:800;padding:6px 12px;border-radius:20px;z-index:5;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 10px #00000026}.trending{background:linear-gradient(to bottom,#fff,#f8fafc);padding-top:100px;padding-bottom:100px;border-radius:60px 60px 0 0;margin-top:-60px;position:relative;z-index:2}.trending-carousel-container{position:relative;padding:20px 0}.trending-theme-card{min-width:240px;width:240px;flex:0 0 auto;transition:all .5s cubic-bezier(.2,.8,.2,1);background:#fff;border:1px solid #f1f5f9;border-radius:20px!important;overflow:hidden;padding:12px;display:flex;flex-direction:column;position:relative;box-shadow:0 10px 40px #0000000a}.trending-theme-card:hover{transform:translateY(-12px);box-shadow:0 25px 50px #1a2a4b1f;border-color:#f363}.trending-theme-card .theme-img-wrapper{border-radius:16px;background:#f8fafc;overflow:hidden;position:relative;aspect-ratio:1;width:100%}.trending-theme-card .theme-image{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.2,.8,.2,1)}.trending-theme-card:hover .theme-image{transform:scale(1.08)}.trending-theme-card .theme-badge{position:absolute;top:16px;left:16px;background:#fffffff2;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#1a2a4b;font-weight:900;width:36px;height:36px;font-size:15px;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:5;box-shadow:0 4px 12px #0000001a}.theme-wishlist-btn{position:absolute;top:16px;right:16px;width:40px;height:40px;background:#fffffff2;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:5;transition:all .3s ease;box-shadow:0 4px 12px #0000001a}.theme-wishlist-btn:hover{transform:scale(1.1);background:#fff}.trending-theme-card .theme-info{padding:16px 8px 8px;flex:1;display:flex;flex-direction:column}.trending-theme-card .trending-p-name{font-size:1.1rem!important;font-weight:800!important;color:#1a2a4b;margin-bottom:6px!important;line-height:1.3;letter-spacing:-.01em}.trending-theme-card .trending-p-desc{font-size:.85rem;color:#64748b;line-height:1.5;margin-bottom:16px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-weight:500}.trending-theme-card .price-section{margin-top:auto;display:flex;align-items:flex-end;justify-content:space-between}.price-discount-wrapper{display:flex;flex-direction:row;align-items:center;gap:6px}.trending-theme-card .price-tag{color:#f36;font-size:1.25rem;font-weight:900;letter-spacing:-.02em;line-height:1}.trending-theme-card .original-price{font-size:.9rem;color:#94a3b8;text-decoration:line-through;font-weight:600}.trending-theme-card .discount-badge{font-size:.75rem;color:#10b981;background:#10b9811a;padding:2px 6px;border-radius:6px;font-weight:800;margin-left:8px;vertical-align:middle}.trending-theme-card .buy-now-btn{width:100%;margin-top:16px;background:#1a2a4b;color:#fff;border-radius:12px;padding:10px;font-size:.95rem;font-weight:700;text-align:center;text-decoration:none;transition:all .3s ease;border:none;box-shadow:0 4px 15px #1a2a4b1a}.trending-theme-card:hover .buy-now-btn{background:#f36;transform:translateY(-2px);box-shadow:0 8px 20px #ff336640}.out-arrow{width:56px;height:56px;background:#fff;border:1px solid #e2e8f0;border-radius:50%;box-shadow:0 10px 25px #00000014;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s ease;color:#1a2a4b}.out-arrow:hover{background:#1a2a4b;color:#fff;border-color:#1a2a4b;transform:translateY(-50%) scale(1.05)}.out-arrow.left-arrow{left:-28px}.out-arrow.right-arrow{right:-28px}@media (max-width: 768px){.trending{padding-top:30px;padding-bottom:30px;border-radius:20px 20px 0 0;margin-top:-20px}.out-arrow{display:none!important}.trending-row-scroll{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:10px 10px 20px;overflow-x:hidden}.trending-theme-card{min-width:unset;width:100%;padding:6px;border-radius:8px!important;max-width:175px;margin:0 auto}.trending-theme-card .theme-info{padding:6px 2px 2px;gap:2px;display:flex;flex-direction:column}.trending-theme-card .trending-p-name{font-size:.75rem!important;margin-bottom:0!important;font-weight:700!important;line-height:1.2;max-height:2.4em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.trending-theme-card .trending-p-desc{display:none}.trending-theme-card .price-tag{font-size:.85rem}.trending-theme-card .original-price{font-size:.7rem}.trending-theme-card .buy-now-btn{padding:6px;font-size:.7rem;border-radius:6px;margin-top:6px;min-height:32px}.trending-theme-card .theme-wishlist-btn{width:28px;height:28px;top:8px;right:8px}}@media (max-width: 480px){.trending-theme-card{min-width:180px;width:180px}.skeleton-card{min-width:180px;width:180px;height:280px}}.explore-themes-section{padding:60px 0;background-color:#f8fafc}.explore-themes-section .section-title{text-align:center;font-size:2.5rem;font-weight:800;color:#1e293b;margin-bottom:40px;text-transform:uppercase;letter-spacing:1px}.explore-themes-section .themes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:30px}.explore-themes-section .theme-card{background:#fffc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:40px;overflow:hidden;box-shadow:8px 8px #000;cursor:pointer;display:flex;flex-direction:column;transition:all .4s cubic-bezier(.175,.885,.32,1.275);border:4px solid #000}.explore-themes-section .theme-card:hover{transform:translateY(-12px) rotate(2deg);box-shadow:15px 15px #f36;border-color:#000}.explore-themes-section .theme-img-wrapper{position:relative;width:100%;aspect-ratio:1.1;padding:15px;overflow:hidden;background:transparent}.explore-themes-section .theme-image{width:100%;height:100%;object-fit:contain;transition:transform .6s ease;border-radius:20px}.explore-themes-section .theme-card:hover .theme-image{transform:scale(1.08)}.explore-themes-section .theme-info{padding:24px;text-align:center;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}.explore-themes-section .theme-info h3{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:16px}.explore-themes-section .try-now-btn{width:100%;padding:12px 24px;background-color:#f36;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:1rem;transition:all .3s ease}.explore-themes-section .theme-card:hover .try-now-btn{background-color:#e62e5c}@media (max-width: 768px){.explore-themes-section{padding:40px 0}.explore-themes-section .section-title{font-size:2rem;margin-bottom:30px}.explore-themes-section .themes-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:16px;padding-bottom:20px;margin:0 -20px;padding-left:20px;padding-right:20px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.explore-themes-section .themes-grid::-webkit-scrollbar{display:none}.explore-themes-section .theme-card{min-width:140px;max-width:140px;flex-shrink:0;scroll-snap-align:start;border-radius:20px;border-width:2px;box-shadow:4px 4px #000}.explore-themes-section .theme-img-wrapper{padding:8px}.explore-themes-section .theme-info{padding:12px}.explore-themes-section .theme-info h3{font-size:.85rem;margin-bottom:8px}.explore-themes-section .try-now-btn{padding:6px 12px;font-size:.75rem;border-radius:6px}}.testimonials{background-color:var(--bg-white);padding:40px 0}.testimonials-carousel-wrapper{display:flex;align-items:center;gap:20px;max-width:900px;margin:0 auto}.testimonial-single-container{flex:1;min-height:280px;display:flex;align-items:center}.testimonial-card-v2{background:#fff;border-radius:32px;padding:2rem;box-shadow:0 20px 40px #0000000a;border:1px solid #f1f5f9;width:100%;position:relative;overflow:hidden;transition:opacity .5s ease,transform .5s ease}.testimonial-card-v2.fade{opacity:.3;transform:translateY(10px)}.testimonial-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:1rem}.avatar-wrapper{width:70px;height:70px;border-radius:50%;overflow:hidden;border:3px solid #f8fafc;box-shadow:0 4px 10px #0000001a}.avatar-wrapper img{width:100%;height:100%;object-fit:cover}.author-name{font-size:1.25rem;font-weight:800;color:#1a2a4b;margin:0}.author-location{font-size:.9rem;color:#64748b}.testimonial-text{font-size:1.25rem;line-height:1.6;color:#334155;font-style:italic;margin-top:1rem}.carousel-nav{width:48px;height:48px;border-radius:50%;border:none;background:#fff;box-shadow:0 4px 12px #0000001a;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#7c4dff;transition:all .3s}.carousel-nav:hover{background:#7c4dff;color:#fff;transform:scale(1.1)}.carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:2rem}.dot{width:8px;height:8px;border-radius:50%;background:#cbd5e1;cursor:pointer;transition:all .3s}.dot.active{width:24px;border-radius:4px;background:#7c4dff}@media (max-width: 768px){.testimonials{padding-bottom:20px;padding-top:20px}.testimonials-carousel-wrapper{gap:0}.carousel-nav{display:none}.testimonial-single-container{min-height:auto}.testimonial-card-v2{padding:.75rem;border-radius:12px;box-shadow:0 4px 12px #00000005}.quote-icon-bg{display:none}.testimonial-text{font-size:.85rem;line-height:1.4;margin-top:.25rem}.testimonial-header{flex-direction:row;text-align:left;gap:.75rem;margin-bottom:.5rem}.avatar-wrapper{width:40px;height:40px;border-width:2px}.author-name{font-size:.9rem}.author-location{font-size:.7rem}.stars svg{width:14px;height:14px}.carousel-dots{margin-top:1rem}}.custom-toast-container{position:fixed;top:24px;right:24px;z-index:10000;display:flex;flex-direction:column;gap:12px;pointer-events:none}.custom-toast-item{pointer-events:auto;min-width:320px;max-width:450px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:16px;display:flex;align-items:center;gap:14px;box-shadow:0 10px 30px #00000014;border:1px solid rgba(0,0,0,.05);position:relative;overflow:hidden;animation:toastSlideIn .5s cubic-bezier(.16,1,.3,1)}@keyframes toastSlideIn{0%{opacity:0;transform:translate(50px) scale(.9)}to{opacity:1;transform:translate(0) scale(1)}}.toast-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.custom-toast-item.success .toast-icon{background:#ecfdf5;color:#10b981}.custom-toast-item.error .toast-icon{background:#fef2f2;color:#ef4444}.custom-toast-item.warning .toast-icon{background:#fffbeb;color:#f59e0b}.custom-toast-item.info .toast-icon{background:#eff6ff;color:#3b82f6}.toast-content{flex:1}.toast-message{margin:0;font-size:.95rem;font-weight:600;color:#1e293b;line-height:1.4}.toast-close{background:none;border:none;color:#94a3b8;cursor:pointer;padding:4px;border-radius:6px;transition:all .2s;display:flex;align-items:center;justify-content:center}.toast-close:hover{background:#f1f5f9;color:#475569}.toast-progress-bar{position:absolute;bottom:0;left:0;width:100%;height:3px;background:#00000005}.progress-fill{height:100%;background:currentColor;opacity:.3;width:100%;animation:toastProgress linear forwards}@keyframes toastProgress{0%{width:100%}to{width:0%}}.success .progress-fill{background:#10b981}.error .progress-fill{background:#ef4444}.warning .progress-fill{background:#f59e0b}.info .progress-fill{background:#3b82f6}@media (max-width: 480px){.custom-toast-container{top:auto;bottom:24px;left:16px;right:16px}.custom-toast-item{min-width:0;width:100%}}.empty-state-container{display:flex;align-items:center;justify-content:center;min-height:70vh;padding:2rem;position:relative;overflow:hidden;background-color:#fcfcfd}.empty-state-card{max-width:500px;width:100%;background:#fff;padding:3.5rem 2rem;border-radius:24px;text-align:center;box-shadow:0 20px 50px #0000000d;border:1px solid rgba(0,0,0,.03);display:flex;flex-direction:column;align-items:center;z-index:2;animation:cardAppear .6s cubic-bezier(.16,1,.3,1)}@keyframes cardAppear{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.empty-state-icon-wrapper{position:relative;width:100px;height:100px;background:#fef1f4;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:2rem}.empty-state-icon{color:#f36;z-index:1}.empty-state-icon-pulse{position:absolute;top:0;left:0;right:0;bottom:0;border-radius:50%;background:#f36;opacity:.15;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1);opacity:.15}50%{transform:scale(1.4);opacity:0}to{transform:scale(1);opacity:.15}}.empty-state-title{font-size:2rem;font-weight:800;color:#1a2a4b;margin-bottom:1rem;letter-spacing:-.5px}.empty-state-description{font-size:1.1rem;color:#64748b;line-height:1.6;margin-bottom:2.5rem;max-width:90%}.empty-state-actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.empty-state-btn{display:flex;align-items:center;gap:.75rem;padding:.9rem 1.8rem;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;text-decoration:none}.empty-state-btn.primary{background:#f36;color:#fff;border:none;box-shadow:0 4px 15px #ff33664d}.empty-state-btn.primary:hover{background:#e62e5c;transform:translateY(-2px);box-shadow:0 8px 20px #f366}.empty-state-btn.secondary{background:#f1f5f9;color:#1a2a4b;border:1px solid #e2e8f0}.empty-state-btn.secondary:hover{background:#e2e8f0;transform:translateY(-2px)}.decorative-blob{position:absolute;filter:blur(80px);z-index:1;border-radius:50%;opacity:.3}.blob-1{width:300px;height:300px;background:#f36;top:-100px;right:-100px}.blob-2{width:400px;height:400px;background:#fdb62f;bottom:-150px;left:-150px}@media (max-width: 640px){.empty-state-card{padding:2.5rem 1.5rem}.empty-state-title{font-size:1.5rem}.empty-state-actions{flex-direction:column;width:100%}.empty-state-btn{width:100%;justify-content:center}}.product-detail-page{padding-bottom:2rem;background-color:#fcfcfd}.loading-state-fullscreen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:1.5rem;color:#1a2a4b;font-weight:600}.spinner{color:#f36;animation:rotate 2s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.breadcrumbs{padding:1rem 0;font-size:.85rem;color:#666;background:#fff}.breadcrumbs p{display:flex;align-items:center;gap:.5rem;margin:0}.breadcrumbs a{color:#666;text-decoration:none}.breadcrumbs span{color:#1a2a4b;font-weight:600}.product-main-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:4rem;padding:3rem;background:#fff;border-radius:32px;margin-top:1.5rem;box-shadow:0 20px 60px #00000008}@media (max-width: 1024px){.product-main-grid{grid-template-columns:1fr;gap:2rem;padding:1.5rem}}@media (max-width: 768px){.product-detail-page{padding-bottom:2rem;background:#fff;display:flex;flex-direction:column}.breadcrumbs{display:none}.product-detail-page>.container{padding:0;width:100%;max-width:none}.product-main-grid{display:flex;flex-direction:column;padding:0;gap:0;border-radius:0;margin-top:0;box-shadow:none;order:1}.product-gallery{padding:0;width:100%;order:1}.main-image-container{border-radius:0;aspect-ratio:1;width:100%;background:#f8f9fa;border:none}.main-image{width:100%;height:100%;object-fit:cover;border-radius:0}.thumbnails-container{padding:1rem;margin-top:0;background:#fff;border-bottom:1px solid #f1f5f9;gap:.75rem;justify-content:flex-start}.thumbnail{width:60px;height:60px;border-radius:12px}.product-info-center{padding:1.5rem;gap:.75rem;background:#fff;order:2;display:flex;flex-direction:column}.product-info-center>.product-title{order:1}.product-info-center>.product-detail-desc{order:2;margin-top:.5rem;margin-bottom:.5rem}.product-info-center>.product-pricing{order:3;margin:.5rem 0}.product-info-center>.product-rating{order:4;margin-bottom:1rem}.product-info-center>.variants-thumbnails-selection{order:5}.product-info-center>.product-template-selection{order:6}.product-info-center>.mobile-customization{order:7}.product-info-center>.product-actions{order:8;margin-top:1rem}.product-info-center>.product-trust-badges{order:9}.product-title{font-size:1.5rem;line-height:1.2;font-weight:800;color:#1a2a4b;margin-bottom:.4rem}.product-detail-desc{font-size:.85rem;color:#888;margin-top:0;margin-bottom:.75rem;line-height:1.5;display:block;font-weight:400}.product-rating{margin-bottom:.25rem;gap:.4rem}.rating-text{font-size:.8rem;color:#888}.product-pricing{margin:1rem 0;display:flex;align-items:center;gap:1rem}.current-price{font-size:1.75rem;color:#1a2a4b;font-weight:800}.old-price{font-size:1.1rem;color:#94a3b8;text-decoration:line-through}.discount-tag-premium{font-size:.9rem;color:#f36;font-weight:700}.product-trust-badges{margin:1rem 0;padding:1.25rem;background:#f8fafc;border:1px solid #f1f5f9;border-radius:20px;gap:.75rem}.product-trust-badges li{font-size:.85rem}.product-actions{margin-top:1.5rem;padding:0;gap:1.25rem}.btn-customise{padding:1.1rem;font-size:1.15rem;border-radius:18px;box-shadow:0 10px 25px #ff5e3a40;letter-spacing:.5px}.product-benefit-icons{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;padding:1.25rem 0;border-top:1px solid #f1f5f9;margin-top:.5rem}.benefit-item{flex-direction:column;text-align:center;font-size:.75rem;gap:.4rem}.benefit-icon{width:24px;height:24px}.mobile-quick-actions{display:flex;gap:12px;margin:1.5rem 0;padding:0}.quick-action-btn{flex:1;display:flex;flex-direction:column;align-items:center;gap:10px;padding:1.25rem 1rem;background:#fff;border:1px solid #e2e8f0;border-radius:20px;color:#1a2a4b;font-size:.8rem;font-weight:700;transition:all .2s ease;box-shadow:0 4px 12px #00000008}.quick-action-btn:active{background:#f8fafc;transform:scale(.96)}.quick-action-btn svg{color:#f36;width:24px;height:24px}.product-main-grid{order:1}.category-products-mini-section{order:2}.themes-gallery-section{order:3}.product-info-tabs-section{order:4}.happy-customers-section{order:5}.newsletter-slim-section{order:6}.category-products-mini-section{padding:2rem 1.5rem;background:#f8fafc;margin:1.5rem 0}.mini-section-title{font-size:1.25rem;font-weight:800;color:#1a2a4b;margin-bottom:1.5rem}.mini-products-scroll{padding:10px 0 20px;gap:16px;justify-content:flex-start}.premium-product-card{flex:0 0 220px}}.product-gallery{display:flex;flex-direction:column;gap:1rem}.main-image-container{position:relative;background:#f8f9fa;border-radius:12px;aspect-ratio:1;display:flex;align-items:center;justify-content:center;overflow:hidden}.main-image{width:100%;height:100%;object-fit:cover}.bestseller-badge{position:absolute;top:1rem;left:1rem;background:#f36;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;z-index:2}.wishlist-btn-corner{position:absolute;top:1rem;right:1rem;background:#fff;border:none;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 5px #0000001a;z-index:2}.nav-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#fff;border:1px solid #eee;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 5px #0000001a;z-index:2;color:#333}.nav-arrow.left{left:1rem}.nav-arrow.right{right:1rem}.thumbnails-container{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.5rem}.thumbnail{width:80px;height:80px;border-radius:14px;overflow:hidden;cursor:pointer;border:2px solid #f1f5f9;flex-shrink:0;position:relative;transition:all .2s cubic-bezier(.4,0,.2,1);background:#fff}.thumbnail:hover:not(.active){border-color:#e2e8f0;transform:translateY(-2px)}.thumbnail.active{border-color:#f36;transform:scale(1.05);box-shadow:0 8px 20px #ff336626;z-index:2}.design-thumb{position:relative}.design-indicator{position:absolute;top:4px;right:4px;background:#f36;color:#fff;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0003;border:1.5px solid white}.thumbnail img{width:100%;height:100%;object-fit:cover}.gallery-zoom-hint{position:absolute;bottom:1rem;right:1rem;background:#00000080;color:#fff;padding:.4rem .8rem;border-radius:20px;font-size:.75rem;display:flex;align-items:center;gap:.5rem;pointer-events:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;transition:opacity .3s ease}.main-image-container:hover .gallery-zoom-hint{opacity:1}.gallery-fullscreen-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000f2;z-index:9999;display:flex;align-items:center;justify-content:center;cursor:zoom-out}.close-gallery{position:absolute;top:1.5rem;right:1.5rem;background:transparent;border:none;color:#fff;cursor:pointer;z-index:10000;padding:10px}.fullscreen-content{position:relative;width:90vw;height:90vh;display:flex;align-items:center;justify-content:center}.fullscreen-content img{max-width:100%;max-height:100%;object-fit:contain;box-shadow:0 0 50px #00000080}.fullscreen-nav{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;padding:0 1rem;pointer-events:none}.fullscreen-nav .nav-arrow{pointer-events:auto;width:50px;height:50px;background:#ffffff1a;border:none;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.fullscreen-nav .nav-arrow:hover{background:#fff3}.fullscreen-counter{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);color:#fff;background:#ffffff1a;padding:.5rem 1.25rem;border-radius:20px;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media (max-width: 768px){.gallery-zoom-hint{opacity:1;bottom:.75rem;right:.75rem}.fullscreen-content{width:100vw;height:auto;aspect-ratio:1}.fullscreen-nav{display:none}}.product-info-center{display:flex;flex-direction:column;gap:1.25rem;min-width:0;align-self:start}.product-title{font-size:2.2rem;font-weight:800;color:#1a2a4b;margin:0;line-height:1.1}.product-detail-desc{font-size:.95rem;color:#64748b;margin-top:-.5rem;line-height:1.6;font-weight:400}.product-rating{display:flex;align-items:center;gap:.5rem}.stars{display:flex;gap:.1rem}.rating-text{font-size:.85rem;color:#666}.product-offer-timer{margin-top:.5rem}.timer-badge{background:#f36;color:#fff;padding:.4rem 1rem;border-radius:20px;font-size:.8rem;font-weight:700;display:inline-block;letter-spacing:.5px}.product-pricing{display:flex;align-items:baseline;gap:1rem;margin-top:.5rem}.current-price{font-size:2.5rem;font-weight:800;color:#1a2a4b}.old-price{font-size:1.25rem;color:#94a3b8;text-decoration:line-through}.discount-tag-premium{color:#f36;font-weight:800;font-size:1.25rem}.product-description{color:#555;line-height:1.6;font-size:.95rem;margin:0}.product-trust-badges{list-style:none;padding:0;margin:1.5rem 0;display:flex;flex-direction:column;gap:.75rem}.product-trust-badges li{display:flex;align-items:center;gap:.75rem;font-size:.9rem;color:#1a2a4b;font-weight:500}.trust-icon{color:#f36}.feature-icon-wrapper{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px}.feature-icon-wrapper.blue{background:#f0f7ff;color:#06f;border:1px solid #d0e7ff}.product-actions{display:flex;flex-direction:column;gap:16px;margin-top:1rem}.btn-customise{background:#ff5e3a;color:#fff;border:none;padding:1.1rem;border-radius:12px;font-weight:800;font-size:1.1rem;display:flex;align-items:center;justify-content:center;gap:12px;cursor:pointer;transition:all .3s cubic-bezier(.16,1,.3,1);text-transform:uppercase;letter-spacing:.5px}.btn-customise:hover{background:#ff4a21;transform:translateY(-2px);box-shadow:0 10px 20px #ff5e3a33}.product-benefit-icons{display:flex;justify-content:space-between;gap:1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #f1f5f9}.benefit-item{display:flex;align-items:center;gap:.5rem;color:#64748b;font-size:.85rem;font-weight:600}.benefit-icon{color:#4ade80}.secondary-actions{width:100%;margin-top:1rem}.btn-wishlist-full{width:100%;padding:.75rem;border-radius:12px;font-weight:700;font-size:.9rem;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;transition:all .2s ease;border:1px solid #e2e8f0;background:#fff;color:#64748b}.btn-wishlist-full:hover{background:#f8fafc;border-color:#cbd5e1}.btn-wishlist-full.active{background:#fff1f2;border-color:#f36;color:#f36}.product-template-selection.inline-selection{margin:1.5rem 0;padding:0;background:transparent;border:none}.inline-selection .templates-mini-grid{display:flex;overflow-x:auto;gap:10px;padding-bottom:12px;scroll-behavior:smooth}.inline-selection .templates-mini-grid::-webkit-scrollbar{height:6px}.inline-selection .templates-mini-grid::-webkit-scrollbar-track{background:#f1f5f9;border-radius:10px}.inline-selection .templates-mini-grid::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.inline-selection .templates-mini-grid::-webkit-scrollbar-thumb:hover{background:#94a3b8}.inline-selection .template-mini-card{flex:0 0 90px;width:90px}.inline-selection .template-mini-img{width:100%;aspect-ratio:1;height:auto;border-radius:8px;background:#f8fafc;border:1px solid #e2e8f0}.template-mini-card{flex:0 0 90px;cursor:pointer;display:flex;flex-direction:column;gap:6px;transition:all .2s ease}.template-mini-img{width:90px;height:90px;border-radius:12px;overflow:hidden;border:3px solid transparent;position:relative;background:#fff;box-shadow:0 2px 8px #0000000d}.template-mini-img img{width:100%;height:100%;object-fit:contain;padding:4px}.template-mini-card.selected .template-mini-img{border-color:#f36;transform:scale(1.05);box-shadow:0 4px 12px #f363}.mini-selected-badge{position:absolute;top:6px;right:6px;background:#f36;color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:900;box-shadow:0 4px 12px #f366;z-index:2;border:2px solid white}.template-mini-name{font-size:.75rem;font-weight:600;color:#475569;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.template-mini-card.selected .template-mini-name{color:#f36}.selection-hint{font-size:.8rem;color:#f36;margin:8px 0 0;font-weight:600;animation:pulse 2s infinite}@keyframes pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.category-products-mini-section{padding:40px 0;background:#fff}.mini-section-title{font-size:1.5rem;font-weight:800;color:#1a2a4b;margin-bottom:20px}.mini-products-scroll{display:flex;gap:20px;overflow-x:auto;padding:10px 0 20px;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none}.mini-product-card{flex:0 0 280px;background:#fff;border-radius:20px;overflow:hidden;border:1px solid #f1f5f9;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 12px #00000008}.mini-product-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px #00000014;border-color:#e2e8f0}.mini-product-img{width:100%;aspect-ratio:4/3;background:#f8fafc;overflow:hidden}.mini-product-img img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.mini-product-card:hover .mini-product-img img{transform:scale(1.08)}.mini-product-meta{padding:1.25rem;display:flex;flex-direction:column;gap:.5rem}.mini-p-name{font-size:1.1rem;font-weight:800;color:#1a2a4b;line-height:1.3}.mini-p-desc{font-size:.85rem;color:#64748b;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.5}.mini-p-price{font-size:1.2rem;font-weight:800;color:#f36;margin-top:.25rem}@media (max-width: 768px){.mini-product-card{flex:0 0 240px}.category-products-mini-section{padding:30px 1.5rem}.mini-section-title{font-size:1.25rem}}.themes-gallery-section{padding:80px 0;background:#fcfcfc;position:relative;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9;margin:60px 0}.themes-gallery-section>.container{position:relative;z-index:2}.themes-gallery-header{text-align:center;margin-bottom:70px}.themes-gallery-header .section-heading{font-size:3.5rem;font-weight:900;color:#1a2a4b;margin-bottom:16px;letter-spacing:-2px}.themes-gallery-header .section-sub{color:#64748b;font-size:1.3rem;font-weight:500;max-width:700px;margin:0 auto;line-height:1.6}.template-groups-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:32px}.theme-group-card{background:#fffc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:40px;overflow:hidden;box-shadow:8px 8px #000;cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275);border:4px solid #000}.theme-group-card:hover{transform:translateY(-12px) rotate(2deg);box-shadow:15px 15px #f36;border-color:#000}.group-img-wrap{aspect-ratio:1.1;overflow:hidden;background:transparent;padding:15px}.group-img-wrap img{width:100%;height:100%;object-fit:contain;transition:transform .6s ease;border-radius:20px}.theme-group-card:hover .group-img-wrap img{transform:scale(1.08)}.group-info{padding:32px;text-align:center}.group-info h5{font-size:1.5rem;font-weight:800;margin-bottom:8px;color:#1a2a4b}.view-themes{color:#f36;font-weight:700;font-size:.95rem;display:inline-block;margin-top:8px}.related-themes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:32px}.related-theme-card{background:#fff;border-radius:28px;overflow:hidden;border:2px solid #f1f5f9;transition:all .3s ease;position:relative}.related-theme-card.active{border-color:#f36;background:#fff1f2}.theme-img-wrap{aspect-ratio:1;overflow:hidden;position:relative}.selected-badge{position:absolute;top:16px;right:16px;background:#f36;color:#fff;padding:6px 14px;border-radius:100px;font-size:.75rem;font-weight:800;display:flex;align-items:center;gap:6px;box-shadow:0 4px 12px #ff33664d;z-index:2}.theme-card-info{padding:24px;text-align:center}.theme-card-info h5{font-size:1.1rem;font-weight:700;color:#1a2a4b;margin-bottom:16px}.back-to-groups-btn{margin-bottom:32px;display:flex;align-items:center;gap:8px;background:#f1f5f9;border:none;color:#475569;padding:10px 20px;border-radius:100px;cursor:pointer;font-weight:700;transition:all .2s}.back-to-groups-btn:hover{background:#e2e8f0;color:#1a2a4b}.themes-loading{display:flex;flex-direction:column;align-items:center;gap:16px;padding:60px;color:#64748b}.product-actions a{text-decoration:none}.info-cards{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.info-cards.horizontal{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.info-cards.horizontal .info-card{flex-direction:column;text-align:center;padding:1.25rem .75rem;background:#f8fafc;border:1px solid #e2e8f0}.info-cards.horizontal .info-icon{margin-bottom:.5rem}.info-card{display:flex;align-items:center;gap:1.25rem;padding:1.25rem;border:1px solid #f1f5f9;border-radius:16px;background:#fff;box-shadow:0 2px 8px #00000005}.info-icon.red{color:#f36}.info-card-text h5{margin:0 0 .25rem;color:#0f172a;font-size:.9rem;font-weight:700;letter-spacing:.3px}.info-card-text p{margin:0;color:#64748b;font-size:.85rem;font-weight:500}.product-info-tabs-section{padding:4rem 0;background:#fff;border-top:1px solid #f1f5f9}.tabs-navigation{display:flex;gap:12px;margin-bottom:2rem;overflow-x:auto;padding-bottom:8px}.tab-btn{display:flex;align-items:center;gap:8px;padding:12px 24px;border-radius:12px;border:1px solid #e2e8f0;background:#fff;color:#64748b;font-weight:700;font-size:.95rem;cursor:pointer;transition:all .3s cubic-bezier(.16,1,.3,1);white-space:nowrap}.tab-btn:hover{background:#f8fafc;border-color:#cbd5e1;color:#1a2a4b}.tab-btn.active{background:#7c4dff;color:#fff;border-color:#7c4dff;box-shadow:0 8px 16px #7c4dff33}.tab-btn.active svg{stroke:#fff}.tab-content-container{background:#f8fafc;border-radius:24px;padding:2.5rem;min-height:400px;border:1px solid #f1f5f9;animation:slideDown .4s cubic-bezier(.16,1,.3,1);transform-origin:top}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px) scaleY(.95)}to{opacity:1;transform:translateY(0) scaleY(1)}}.pane-title{font-size:1.5rem;font-weight:800;color:#1a2a4b;margin-bottom:1.5rem;letter-spacing:-.5px}.reviews-summary-grid{display:grid;grid-template-columns:350px 1fr;gap:3rem}.rating-big-display{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem}.big-score{font-size:3.5rem;font-weight:900;color:#1a2a4b}.stars-stack{display:flex;flex-direction:column;gap:4px}.based-on{font-size:.85rem;color:#64748b}.reviews-bars-mini{display:flex;flex-direction:column;gap:10px;margin-bottom:2rem}.review-bar-row{display:flex;align-items:center;gap:12px}.star-num{font-size:.85rem;font-weight:600;color:#475569;width:30px;display:flex;align-items:center;gap:4px}.bar-track{flex:1;height:8px;background:#e2e8f0;border-radius:10px;overflow:hidden}.bar-fill{height:100%;background:#ffb400;border-radius:10px}.bar-pct{font-size:.8rem;font-weight:600;color:#94a3b8;width:35px}.btn-write-review{width:100%;padding:14px;border-radius:12px;background:#fff;border:1px solid #ff3366;color:#f36;font-weight:700;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:all .2s}.btn-write-review:hover{background:#fff1f2}.review-preview-card-v2{background:#fff;padding:1.5rem;border-radius:16px;margin-bottom:1rem;border:1px solid #f1f5f9}.review-preview-card-v2 .rev-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.user-avatar{width:40px;height:40px;background:#7c4dff;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800}.user-info strong{display:block;font-size:.95rem;color:#1a2a4b}.rev-comment{font-size:.95rem;color:#475569;line-height:1.6}.btn-view-all{display:inline-block;margin-top:1rem;color:#7c4dff;font-weight:700;text-decoration:none}.full-description{font-size:1.1rem;line-height:1.8;color:#475569;margin-bottom:2.5rem}.features-highlight-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.f-item{display:flex;gap:1rem}.f-item svg{color:#7c4dff;flex-shrink:0}.f-item h5{font-size:1.1rem;font-weight:700;color:#1a2a4b;margin:0 0 4px}.f-item p{font-size:.9rem;color:#64748b;margin:0}.specs-table-v2{width:100%;max-width:600px;border-collapse:collapse}.specs-table-v2 tr{border-bottom:1px solid #e2e8f0}.specs-table-v2 td{padding:16px 0;font-size:1rem}.specs-table-v2 td:first-child{font-weight:700;color:#1a2a4b;display:flex;align-items:center;gap:10px;width:200px}.specs-table-v2 td:last-child{color:#64748b}.faq-accordion{display:flex;flex-direction:column;gap:12px}.faq-details{background:#fff;border-radius:12px;border:1px solid #e2e8f0;overflow:hidden}.faq-summary{padding:18px 24px;font-weight:700;color:#1a2a4b;cursor:pointer;display:flex;justify-content:space-between;align-items:center;list-style:none}.faq-summary::-webkit-details-marker{display:none}.faq-icon{transition:transform .3s;color:#64748b}.faq-details[open] .faq-icon{transform:rotate(90deg)}.faq-answer{padding:0 24px 24px;color:#64748b;line-height:1.6}.happy-customers-section{padding:2rem 0;background:#fff}.happy-customers-header{text-align:center;margin-bottom:1.5rem}.happy-customers-header h3{font-size:1.75rem;font-weight:900;color:#1a2a4b;letter-spacing:2px;margin-bottom:1rem}.header-line{width:60px;height:4px;background:#f36;margin:0 auto;border-radius:100px}.happy-photos-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}@media (max-width: 1024px){.happy-photos-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 640px){.happy-photos-grid{grid-template-columns:repeat(2,1fr)}.reviews-summary-grid{grid-template-columns:1fr}}.happy-photo-card{aspect-ratio:1;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #0000000d}.happy-photo-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.happy-photo-card:hover img{transform:scale(1.1)}.happy-photos-placeholder{text-align:center;padding:.5rem 0 1rem;background:transparent;color:#64748b;font-size:1.1rem;font-weight:500}.highlight-item svg{color:#f97316}.specs-table-wrapper{background:#fff;padding:2.5rem;border-radius:32px;box-shadow:0 10px 30px #0000000a}.specs-table{width:100%;border-collapse:collapse}.specs-table td{padding:1.25rem 0;border-bottom:1px solid #e2e8f0;font-size:1rem}.specs-table tr:last-child td{border-bottom:none}.specs-table td:first-child{color:#64748b;font-weight:500;width:45%}.specs-table td:last-child{color:#1e293b;font-weight:700;text-align:right}@media (max-width: 991px){.specs-grid{grid-template-columns:1fr;gap:3rem}.product-specifications-section{padding:3rem 0}}.sidebar-selection{background:#fff!important;border:1px solid #f1f5f9!important;border-radius:24px!important;padding:1.5rem;height:100%;box-shadow:0 4px 15px #00000005}.sidebar-selection .selection-title{margin-bottom:1.5rem;font-size:1.1rem}.sidebar-selection .generation-slots-menu{display:flex;flex-direction:column;gap:10px;margin-bottom:2rem}.sidebar-selection .gen-slot{width:100%;margin:0}.sidebar-selection .templates-mini-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;max-height:500px;overflow-y:auto;overflow-x:hidden;padding-right:10px}.sidebar-selection .templates-mini-grid::-webkit-scrollbar{width:4px}.sidebar-selection .templates-mini-grid::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:4px}.sidebar-selection .template-mini-card{width:100%;margin:0}.sidebar-selection .template-mini-img{width:100%;aspect-ratio:1}@media (max-width: 1280px){.product-main-grid{grid-template-columns:1fr 1fr;gap:2rem}.product-sidebar{grid-column:1 / -1}.sidebar-selection .templates-mini-grid{grid-template-columns:repeat(4,1fr);max-height:none}.info-cards.horizontal{grid-template-columns:repeat(3,1fr)}}.reviews-section{margin-top:1rem}.reviews-container{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000008;display:flex;align-items:center;gap:3rem;border:1px solid #f0f0f0}@media (max-width: 768px){.reviews-container{flex-direction:column;align-items:flex-start;gap:2rem}}.section-heading{font-size:1.25rem;color:#1a2a4b;margin:0 0 1.5rem}.reviews-summary{min-width:200px}.rating-big{display:flex;align-items:center;gap:1rem}.big-score{font-size:3.5rem;font-weight:800;color:#1a2a4b;line-height:1}.stars-column{display:flex;flex-direction:column;gap:.25rem}.based-on{font-size:.85rem;color:#666}.reviews-bars{flex:1;display:flex;flex-direction:column;gap:.5rem;min-width:250px}.review-bar-row{display:flex;align-items:center;gap:.75rem;font-size:.85rem;color:#555}.star-num{width:30px;display:flex;align-items:center;gap:.25rem}.bar-track{flex:1;height:8px;background:#f0f0f0;border-radius:4px;overflow:hidden}.bar-fill{height:100%;border-radius:4px}.bar-pct{width:30px;text-align:right}.bar-count{width:40px;color:#999}.reviews-actions{display:flex;flex-direction:column;gap:1rem;min-width:180px}.write-review-btn{background:#f36;color:#fff;border:none;padding:.75rem 1rem;border-radius:8px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.5rem;cursor:pointer}.view-all-reviews{background:none;border:none;color:#f36;font-weight:600;cursor:pointer}.customer-photos{background:#fff;border-radius:16px;padding:2rem;margin-top:1rem;box-shadow:0 4px 20px #00000008;border:1px solid #f0f0f0}.sub-heading{font-size:1.1rem;color:#1a2a4b;margin:0 0 1rem}.photos-grid{display:flex;gap:1rem;overflow-x:auto;position:relative;align-items:center;padding:.5rem 0}.photo-item{width:140px;height:140px;border-radius:12px;overflow:hidden;flex-shrink:0}.photo-item img{width:100%;height:100%;object-fit:cover}.more-themes-section{margin-top:3rem}.theme-img-wrap{width:100%;aspect-ratio:1;background:#000;border-radius:12px;margin-bottom:1rem;overflow:hidden}.theme-img-wrap img{width:100%;height:100%;object-fit:cover}.related-theme-card h5{margin:0 0 1rem;color:#1a2a4b;font-size:.95rem}.try-it-now-btn{display:block;width:100%;padding:.85rem;background:#f36;color:#fff;border-radius:12px;font-weight:700;font-size:.9rem;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1);margin-top:1rem;text-decoration:none}.try-it-now-btn:hover{background:#e62e5c;transform:translateY(-2px);box-shadow:0 4px 12px #f363}.product-variants-list{margin-top:4rem;padding-top:3rem;border-top:1px solid #eee}.variants-detailed-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:2.5rem;margin-top:1rem}@media (max-width: 900px){.variants-detailed-grid{grid-template-columns:1fr}}.variant-product-block{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 10px 30px #0000000d;border:1px solid #f0f0f0;transition:transform .3s ease;display:flex;flex-direction:column}.variant-product-block:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000014}.variant-header h4{margin:0 0 1.5rem;font-size:1.35rem;color:#1a2a4b;font-weight:700;border-bottom:2px solid #ff3366;display:inline-block;padding-bottom:.5rem}.variant-content-flex{display:flex;gap:2rem;margin-bottom:2rem}@media (max-width: 600px){.variant-content-flex{flex-direction:column}}.variant-media{flex:1;max-width:200px}.variant-main-img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:12px;background:#f8f9fa}.variant-info{flex:1.5;display:flex;flex-direction:column;gap:1.25rem}.variant-pricing{display:flex;align-items:baseline;gap:1rem}.variant-pricing .current-price{font-size:1.5rem;color:#f36;font-weight:800}.variant-pricing .old-price{font-size:1rem;color:#999;text-decoration:line-through}.variant-specs-mini{display:flex;flex-wrap:wrap;gap:.75rem}.spec-item{background:#f1f5f9;color:#475569;padding:.4rem .75rem;border-radius:6px;font-size:.8rem;font-weight:600;display:flex;align-items:center;gap:.5rem}.variant-btn{width:100%;padding:.85rem!important;font-size:.95rem!important}.variant-specs-table{margin-top:auto;background:#fafafa;padding:1.25rem;border-radius:12px}.variant-specs-table table{width:100%;border-collapse:collapse}.variant-specs-table td{padding:.5rem 0;font-size:.85rem;border-bottom:1px dashed #e2e8f0}.variant-specs-table td:first-child{color:#64748b;font-weight:600;width:40%}.variant-specs-table td:last-child{color:#0f172a;font-weight:500;text-align:right}.variant-specs-table tr:last-child td{border-bottom:none}.category-products-mini-section{margin-top:1rem;padding-top:1.5rem;border-top:1px solid #f1f5f9;width:100%}.mini-section-title{font-size:.85rem;font-weight:800;color:#1e293b;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px;width:100%;text-align:left}.mini-carousel-wrapper{position:relative;display:flex;align-items:center;justify-content:flex-start;width:100%;margin-left:0}.carousel-nav-btn{position:absolute;top:40%;transform:translateY(-50%);width:32px;height:32px;border-radius:50%;background:#fff;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;box-shadow:0 4px 12px #00000014;transition:all .2s cubic-bezier(.4,0,.2,1);color:#64748b}.carousel-nav-btn:hover{background:#f36;color:#fff;border-color:#f36;transform:translateY(-50%) scale(1.1)}.carousel-nav-btn.prev{left:-16px}.carousel-nav-btn.next{right:-16px}.mini-products-scroll{display:flex;gap:20px;overflow-x:auto;padding:15px 5px 30px;scrollbar-width:none;scroll-behavior:smooth;width:100%;justify-content:flex-start}.mini-products-scroll::-webkit-scrollbar{display:none}.premium-product-card{flex:0 0 280px;background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 10px 30px #0000000d;border:1px solid #f1f5f9;transition:all .4s cubic-bezier(.165,.84,.44,1);display:flex;flex-direction:column}.premium-product-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a;border-color:#f36}.theme-img-wrapper{position:relative;width:100%;aspect-ratio:1;overflow:hidden;background:#f8fafc}.theme-image{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.premium-product-card:hover .theme-image{transform:scale(1.08)}.bestseller-badge-mini{position:absolute;top:12px;left:12px;background:#f36;color:#fff;padding:4px 12px;border-radius:100px;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 10px #ff33664d}.theme-wishlist-btn{position:absolute;top:12px;right:12px;width:32px;height:32px;border-radius:50%;background:#ffffffe6;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#64748b;box-shadow:0 4px 8px #0000000d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.theme-wishlist-btn:hover{background:#fff;transform:scale(1.1);color:#f36}.theme-wishlist-btn.active{color:#f36}.theme-info{padding:1.25rem;display:flex;flex-direction:column;gap:.5rem;flex-grow:1}.trending-p-name{font-size:1.1rem;font-weight:800;color:#1a2a4b;margin:0;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;transition:color .3s ease}.premium-product-card:hover .trending-p-name{color:#f36}.trending-p-desc{font-size:.8rem;color:#64748b;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.5}.price-section{margin-top:auto;display:flex;align-items:center;gap:.75rem}.premium-product-card .buy-now-btn{margin-top:.75rem;width:100%;min-height:46px;padding:12px 18px;border-radius:14px;border:2px solid #1a2a4b;background:#1a2a4b;color:#fff;font-size:.95rem;font-weight:800;text-align:center;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 10px 18px #1a2a4b29}.premium-product-card .buy-now-btn:hover{background:#f36;border-color:#f36;color:#fff;transform:translateY(-2px);box-shadow:0 14px 24px #ff336638}.p-price{font-size:1.25rem;font-weight:900;color:#1a2a4b}.p-old-price{font-size:.9rem;color:#94a3b8;text-decoration:line-through}.mini-product-card.rectangular:hover{border-color:#7c4dff;transform:translateY(-6px);box-shadow:0 15px 30px #7c4dff1a}.mini-product-img.rectangular{width:100%;aspect-ratio:1;border-radius:14px;overflow:hidden;background:#f8fafc;margin-bottom:12px}.mini-product-img.rectangular img{width:100%;height:100%;object-fit:contain;padding:10px;transition:transform .6s ease}.mini-product-card.rectangular:hover img{transform:scale(1.1)}.mini-product-meta{display:flex;flex-direction:column;gap:4px}.mini-p-name{font-size:.95rem;font-weight:800;color:#1a2a4b;text-transform:capitalize;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.mini-p-desc{font-size:.75rem;color:#94a3b8;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;margin-top:-2px}.mini-p-price{font-size:1rem;font-weight:900;color:#f36;margin-top:4px}.newsletter-slim-section{padding:1rem 0 3rem;background:#fff}.newsletter-card-slim{background:linear-gradient(135deg,#7c4dff,#f36);max-width:800px;margin:0 auto;border-radius:20px;padding:1.25rem 2.5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;box-shadow:0 10px 30px #7c4dff26}.newsletter-content-slim{display:flex;align-items:center;gap:1.25rem;color:#fff}.slim-gift-icon{flex-shrink:0;opacity:.9}.slim-text h3{font-size:1.2rem;font-weight:800;margin:0;line-height:1.2}.slim-text p{font-size:.9rem;margin:0;opacity:.9}.newsletter-form-slim{display:flex;gap:10px;background:#fff;padding:4px;border-radius:12px;width:100%;max-width:320px}.newsletter-form-slim input{flex:1;border:none;padding:8px 12px;font-size:.9rem;outline:none;color:#1a2a4b;background:transparent;min-width:0;align-self:start}.newsletter-form-slim button{background:#1a2a4b;color:#fff;border:none;padding:8px 16px;border-radius:8px;font-weight:700;font-size:.85rem;cursor:pointer;transition:all .2s;white-space:nowrap}.newsletter-form-slim button:hover{background:#000}@media (max-width: 850px){.newsletter-card-slim{flex-direction:column;padding:1.5rem;text-align:center;gap:1.25rem;margin:0 1rem}.newsletter-content-slim{flex-direction:column;gap:.5rem}.newsletter-form-slim{max-width:100%}}.reviews-preview-list{margin-top:2.5rem;display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media (max-width: 768px){.reviews-preview-list{grid-template-columns:1fr}}.review-preview-card{background:#f8fafc;padding:1.5rem;border-radius:16px;border:1px solid #e2e8f0}.rev-user{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.user-avatar{width:36px;height:36px;background:#f36;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}@media (max-width: 768px){.inline-selection .templates-mini-grid{display:flex;flex-wrap:nowrap;overflow-x:auto;padding-bottom:10px;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none}.inline-selection .templates-mini-grid::-webkit-scrollbar{display:none}.inline-selection .template-mini-card{flex:0 0 65px}.inline-selection .template-mini-img{width:65px;height:65px}}.stars-mini{display:flex;gap:2px}.rev-comment{font-size:.9rem;color:#475569;line-height:1.6;margin:0}.rev-admin-reply{margin-top:1rem;padding:1rem;background:#fff;border-radius:12px;border:1px solid #e2e8f0;display:flex;gap:.75rem;font-size:.85rem}.rev-admin-reply svg{color:#f36;flex-shrink:0}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.review-modal{background:#fff;width:100%;max-width:500px;border-radius:24px;padding:2.5rem;box-shadow:0 25px 50px -12px #00000040}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.modal-header h3{margin:0;color:#1e293b}.close-btn{background:none;border:none;cursor:pointer;color:#64748b}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;margin-bottom:.75rem;color:#475569}.star-rating-input{display:flex;gap:.5rem}.form-group textarea{width:100%;padding:1rem;border-radius:12px;border:1px solid #e2e8f0;font-family:inherit;resize:none}.image-upload-zone{border:2px dashed #e2e8f0;border-radius:12px;padding:1.5rem;text-align:center;cursor:pointer}.upload-placeholder{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#64748b;cursor:pointer}.submit-review-btn{width:100%;background:#f36;color:#fff;border:none;padding:1rem;border-radius:12px;font-weight:700;cursor:pointer;margin-top:1rem}.variants-thumbnails-selection{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid #f1f5f9}.selection-title{font-size:.9rem;font-weight:700;color:#1e293b;margin-bottom:.75rem}.variants-mini-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.75rem}.variant-mini-card{display:flex;flex-direction:column;background:#fff;border:1px solid #e2e8f0;border-radius:6px;overflow:hidden;text-decoration:none;transition:all .2s ease;width:100%}.variant-mini-card.selected{border-color:#f36;border-width:2px;box-shadow:0 4px 10px #ff33661f}.variant-mini-card:hover:not(.selected){border-color:#f36;box-shadow:0 2px 8px #ff33660f;transform:translateY(-1px)}.variant-mini-img{width:100%;aspect-ratio:1 / 1;background:#f8fafc;border-bottom:1px solid #f1f5f9}.variant-mini-img img{width:100%;height:100%;object-fit:cover}.variant-mini-info{padding:.5rem;display:flex;flex-direction:column;gap:.1rem}.v-name{font-size:.8rem;font-weight:700;color:#1e293b;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.4}.v-desc{font-size:.7rem;color:#64748b;margin:0;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4}.v-price{font-size:.85rem;font-weight:800;color:#f36;margin-top:.25rem}.review-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px}.review-modal-content{background:#fff;width:100%;max-width:500px;border-radius:24px;padding:40px;position:relative;box-shadow:0 20px 50px #0003;animation:modalIn .3s cubic-bezier(.16,1,.3,1)}@keyframes modalIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-close{position:absolute;top:20px;right:20px;background:#f1f5f9;border:none;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b;transition:all .2s}.modal-close:hover{background:#f36;color:#fff}.modal-title{font-size:1.75rem;font-weight:800;color:#1a2a4b;margin-bottom:8px}.modal-sub{color:#64748b;margin-bottom:30px;font-size:1rem}.rating-input-group{margin-bottom:25px}.rating-input-group label{display:block;font-weight:700;margin-bottom:12px;color:#1a2a4b}.star-rating-input{display:flex;gap:8px}.star-rating-input button{background:none;border:none;cursor:pointer;transition:transform .2s;padding:0}.star-rating-input button:hover{transform:scale(1.2)}.review-modal-content .form-group{margin-bottom:20px}.review-modal-content label{display:block;font-weight:700;margin-bottom:8px;color:#1a2a4b}.review-modal-content textarea{width:100%;padding:16px;border:2px solid #f1f5f9;border-radius:12px;outline:none;font-family:inherit;transition:border-color .2s}.review-modal-content textarea:focus{border-color:#f36}.file-upload-zone{width:100%}.upload-label{display:flex;align-items:center;justify-content:center;gap:10px;padding:16px;background:#f8fafc;border:2px dashed #e2e8f0;border-radius:12px;cursor:pointer;color:#64748b;font-weight:600;transition:all .2s}.upload-label:hover{background:#f1f5f9;border-color:#cbd5e1}.submit-review-btn{width:100%;padding:16px;background:#f36;color:#fff;border:none;border-radius:12px;font-weight:800;font-size:1.1rem;cursor:pointer;margin-top:10px;transition:all .2s;box-shadow:0 4px 12px #f363}.submit-review-btn:hover{background:#e11d48;transform:translateY(-2px);box-shadow:0 6px 15px #ff33664d}.submit-review-btn:disabled{background:#cbd5e1;cursor:not-allowed;transform:none;box-shadow:none}.generation-slots-menu{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem;padding:1rem;background:#f8f9fa;border-radius:12px;border:1px dashed #dee2e6}.gen-slot{display:flex;align-items:center;gap:1rem;padding:.75rem;background:#fff;border-radius:8px;border:2px solid transparent;cursor:pointer;transition:all .2s ease;position:relative}.gen-slot.active{border-color:#f36;box-shadow:0 4px 12px #ff33661a}.gen-slot.filled{background:#fff}.gen-slot.empty{background:#fdfdfd;opacity:.8}.slot-number{width:24px;height:24px;background:#1a2a4b;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}.slot-content{flex:1;display:flex;align-items:center;gap:.75rem}.slot-thumb{width:40px;height:40px;border-radius:4px;object-fit:cover;border:1px solid #eee}.slot-name{font-size:.9rem;font-weight:600;color:#1a2a4b}.slot-placeholder{font-size:.85rem;color:#999;font-style:italic}.slot-check{color:#f36;background:#fff0f3;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center}.selection-hint{margin-top:1rem;font-size:.85rem;color:#f36;font-weight:500;display:flex;align-items:center;gap:.5rem}.selection-hint:before{content:"!";display:inline-flex;width:16px;height:16px;background:#f36;color:#fff;border-radius:50%;align-items:center;justify-content:center;font-size:10px;font-weight:700}@media (max-width: 1024px){.product-main-grid{grid-template-columns:1fr;gap:40px}}@media (max-width: 768px){.product-detail-page{padding-top:10px;overflow-x:hidden;width:100%;max-width:100vw;box-sizing:border-box}.breadcrumbs{display:none}.product-gallery{margin-bottom:20px;padding:0 10px;width:100%;box-sizing:border-box}.main-image-container{height:auto!important;aspect-ratio:1!important;border-radius:20px;width:100%;max-width:100%}.product-info-center{display:flex!important;flex-direction:column!important;padding:0 15px!important;width:100%;box-sizing:border-box;overflow-x:hidden}.product-title{order:1!important;font-size:26px!important;margin-bottom:8px!important;text-align:left;word-break:break-word;width:100%}.product-detail-desc{order:2!important;font-size:14px!important;margin-bottom:15px!important;opacity:.7;word-break:break-word;width:100%}.product-pricing{order:3!important;margin-bottom:20px!important;padding:12px 0!important;background:transparent!important;display:flex;align-items:center;justify-content:flex-start!important;gap:15px;border-bottom:1px solid #f1f5f9}.product-benefit-icons.mobile-benefits{order:4!important;display:flex!important;justify-content:space-around;margin-bottom:25px!important;padding:15px 0!important;border-bottom:1px solid #f1f5f9}.product-rating{order:5!important;margin-bottom:25px!important;padding:0!important}.variants-thumbnails-selection{order:6!important;margin-bottom:25px!important}.product-template-selection{order:7!important;margin-bottom:25px!important;padding:15px!important;border:1px solid #f1f5f9!important}.product-actions{order:8!important;margin-bottom:30px!important}.product-trust-badges{order:9!important;background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:16px;padding:15px!important;margin-bottom:40px!important}.btn-customise{width:100%!important;padding:18px!important;font-size:16px!important;border-radius:16px!important}.product-benefit-icons .benefit-item span{font-size:11px}.benefit-icon{width:18px;height:18px}.product-gallery{margin-bottom:10px!important}.main-image-container{height:auto!important;aspect-ratio:1!important;margin-bottom:10px!important}.product-info-center{padding:0 15px!important}.product-title{font-size:22px!important;margin-bottom:4px!important}.product-detail-desc{font-size:13px!important;margin-bottom:10px!important}.product-pricing{margin-bottom:10px!important;padding:8px 0!important;gap:10px!important}.product-benefit-icons.mobile-benefits{margin-bottom:15px!important;padding:10px 0!important;border-top:none!important}.product-rating{margin-bottom:15px!important}.product-template-selection{margin-bottom:15px!important;padding:10px!important;border-radius:12px!important}.product-actions{margin-bottom:20px!important}.product-info-tabs-section{padding:2rem 0!important}.tab-btn{padding:8px 16px!important;font-size:.85rem!important;border-radius:8px!important}.tab-content-container{padding:1rem!important;min-height:auto!important;border-radius:12px!important}.happy-customers-section{padding:20px 0!important}.happy-customers-header{margin-bottom:15px!important}.happy-customers-header h3{font-size:1.1rem!important;letter-spacing:1px!important;margin-bottom:6px!important}.header-line{width:40px!important;height:3px!important}.happy-photos-placeholder{padding:1.5rem!important;border-radius:16px!important;font-size:.9rem!important}.reviews-summary-grid{grid-template-columns:1fr!important;gap:1.5rem!important}.big-score{font-size:2.2rem!important}.rating-big-display{gap:.75rem!important;margin-bottom:.75rem!important}.review-preview-card-v2{padding:.85rem!important;border-radius:10px!important}.review-preview-card-v2 .rev-header{gap:8px!important;margin-bottom:6px!important}.user-avatar{width:28px!important;height:28px!important;font-size:.75rem!important}.rev-comment{font-size:.8rem!important;line-height:1.4!important}.pane-title{font-size:1.1rem!important;margin-bottom:.75rem!important}.reviews-bars-mini{margin-bottom:.75rem!important}.mini-product-card,.premium-product-card{flex:0 0 160px!important;max-width:175px!important;padding:6px!important;border-radius:8px!important}.premium-product-card .theme-info{padding:6px 2px!important;gap:2px!important;display:flex!important;flex-direction:column!important}.premium-product-card .trending-p-name{font-size:.75rem!important;font-weight:700!important;line-height:1.2!important;margin-bottom:0!important;max-height:2.4em!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.premium-product-card .trending-p-desc{display:none!important}.premium-product-card .price-tag{font-size:.85rem!important}.premium-product-card .buy-now-btn{padding:6px!important;font-size:.7rem!important;border-radius:6px!important;min-height:32px!important;margin-top:6px!important}.premium-product-card .theme-wishlist-btn{width:28px!important;height:28px!important;top:8px!important;right:8px!important}.mini-carousel-wrapper{margin-left:0!important}.mini-products-scroll{gap:12px!important;padding:10px 5px 20px!important}}.theme-hover-preview-card{width:280px;background:#fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(226,232,240,.8);border-radius:16px;box-shadow:0 20px 40px #0000001a,0 1px 10px #0000000d;padding:12px;display:flex;flex-direction:column;gap:10px;transform:scale(.95);opacity:0;animation:previewFadeIn .2s cubic-bezier(.16,1,.3,1) forwards;transition:transform .2s ease,opacity .2s ease}@keyframes previewFadeIn{to{transform:scale(1);opacity:1}}.theme-hover-preview-card .preview-img-wrap{width:100%;aspect-ratio:1;border-radius:12px;overflow:hidden;background:#f8fafc;border:1px solid #f1f5f9;display:flex;align-items:center;justify-content:center}.theme-hover-preview-card .preview-img-wrap img{width:100%;height:100%;object-fit:contain}.theme-hover-preview-card .preview-details{display:flex;flex-direction:column;gap:4px}.theme-hover-preview-card .preview-title{font-size:.95rem;font-weight:750;color:#1a2a4b}.theme-hover-preview-card .preview-desc{font-size:.75rem;color:#64748b;line-height:1.4;margin:0}.theme-hover-preview-card .preview-tag{align-self:flex-start;background:#f36;color:#fff;font-size:.65rem;font-weight:800;padding:2px 8px;border-radius:20px;text-transform:uppercase;margin-bottom:4px}.main-image.theme-preview-transition{transition:all .3s cubic-bezier(.25,.46,.45,.94)}.product-extra-section{margin-top:auto}.desktop-customization{display:block}.mobile-customization{display:none}@media (max-width: 768px){.desktop-customization{display:none!important}.mobile-customization{display:block!important}}.product-inputs{display:flex;flex-direction:column;gap:16px;margin-top:1rem}.customize-page{background-color:#fcfcfc;padding-bottom:80px}.customize-breadcrumbs{display:flex;align-items:center;gap:12px;padding:24px 0;font-size:14px;color:#64748b}.customize-breadcrumbs a:hover{color:#f36}.customize-header-section{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:18px;padding-bottom:20px;border-bottom:1px solid #f1f5f9}.customize-title{font-size:32px;color:#0f172a;font-weight:800;margin:0 0 8px;display:flex;align-items:center;gap:12px}.customize-subtitle{color:#64748b;font-size:16px;margin:0}.selected-theme-badge{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:14px 18px;display:flex;align-items:center;gap:16px;box-shadow:0 10px 24px #0f172a0f}.customize-selection-strip{margin-bottom:32px;display:flex;justify-content:flex-start}.theme-mini-thumb{width:48px;height:48px;border-radius:12px;overflow:hidden}.theme-mini-thumb img{width:100%;height:100%;object-fit:cover}.theme-label{display:block;font-size:11px;color:#94a3b8;text-transform:uppercase;font-weight:600;letter-spacing:.05em;margin-bottom:2px}.theme-name{font-size:16px;font-weight:800;color:#0f172a;margin:0;line-height:1.3}.theme-product-name{display:block;margin-top:3px;font-size:12px;font-weight:600;color:#64748b}.auth-alert{background:#fdf2f8;border:1px solid #fbcfe8;border-radius:20px;padding:16px 32px;margin-bottom:40px;text-align:center}.auth-alert p{color:#be185d;font-weight:600;font-size:15px;margin:0;display:inline-block}.auth-alert a{color:#db2777;text-decoration:underline;margin:0 4px}.customize-main-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}.upload-step-card,.preview-card{background:#fff;border:1px solid #f1f5f9;border-radius:32px;padding:40px;box-shadow:0 20px 25px -5px #0000000d}.upload-step-card:before,.upload-step-card:after,.step-title:before,.step-title:after,.tips-box:before,.tips-box:after,.preview-card:before,.preview-card:after{content:none!important;display:none!important;background:none!important;opacity:0!important}.step-title{font-size:20px;font-weight:800;color:#0f172a;margin-bottom:24px;display:flex!important;align-items:center}.step-count{color:#f36;margin-right:12px}.upload-dropzone{border:2px solid #fda4af;background-color:#fff1f2;border-radius:24px;padding:48px 24px;text-align:center;margin-bottom:32px;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;gap:16px}.upload-dropzone:hover{background-color:#ffe4e6;border-color:#f43f5e;transform:translateY(-2px)}.upload-icon-circle{width:64px;height:64px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 15px -3px #f43f5e1a}.upload-primary-text{font-weight:700;color:#0f172a;font-size:16px;margin:0}.upload-secondary-text{color:#94a3b8;font-size:13px;margin:0}.preview-mini-container{width:100%;height:100%;position:relative;border-radius:16px;overflow:hidden}.dropzone-preview-img{width:100%;height:100%;object-fit:cover}.change-image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0006;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#fff;opacity:0;transition:opacity .3s ease}.preview-mini-container:hover .change-image-overlay{opacity:1}.change-image-overlay span{font-weight:700;font-size:14px}.image-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:2000;padding:40px;cursor:zoom-out}.modal-content-wrapper{position:relative;max-width:90%;max-height:90%;cursor:default}.modal-image{max-width:100%;max-height:90vh;border-radius:12px;box-shadow:0 20px 50px #00000080}.modal-close-btn{position:absolute;top:-40px;right:-40px;background:transparent;border:none;color:#fff;cursor:pointer;padding:8px;transition:transform .2s ease}.modal-close-btn:hover{transform:scale(1.1)}.existing-designs-section{margin-top:32px;border-top:1px solid #f1f5f9;padding-top:24px}.sub-step-title{font-size:16px;font-weight:800;color:#1e293b;margin-bottom:20px;display:flex;align-items:center;gap:10px}.existing-image-card.active{border-color:#f36;box-shadow:0 0 0 2px #f363}.existing-image-card.active .selection-overlay{opacity:1;background:#f369}.existing-images-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:12px;margin-bottom:32px;max-height:250px;overflow-y:auto;padding:4px}.existing-image-card{aspect-ratio:1;border-radius:12px;overflow:hidden;border:2px solid transparent;cursor:pointer;position:relative;transition:all .2s ease;background:#f8fafc}.existing-image-card:hover{transform:translateY(-2px);border-color:#fda4af}.existing-image-card img{width:100%;height:100%;object-fit:cover}.selection-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#f366;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease}.existing-image-card:hover .selection-overlay{opacity:1}.tips-box{background-color:#f8fafc;border-radius:20px;padding:24px}.tips-title{font-size:15px;font-weight:700;color:#0f172a;margin-bottom:16px;display:flex;align-items:center;gap:8px}.tips-list{padding:0;margin:0}.tips-list li{font-size:14px;color:#475569;margin-bottom:10px;display:flex;align-items:center;gap:12px}.name-input-section{margin-top:40px}.name-field-studio{width:100%;padding:16px 24px;border:2px solid #e2e8f0;border-radius:16px;font-size:15px;transition:all .2s ease;margin-bottom:24px}.name-field-studio:focus{border-color:#f36;outline:none;box-shadow:0 0 0 4px #ff33661a}.studio-styling-tools{background:#f8fafc;border-radius:20px;padding:20px;display:flex;flex-direction:column;gap:16px}.tool-group{display:flex;flex-direction:column;gap:8px}.tool-group label{font-size:12px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.tool-group select{padding:10px 16px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;font-size:14px;color:#0f172a}.color-palette{display:flex;gap:8px;flex-wrap:wrap}.color-swatch{width:28px;height:28px;border-radius:50%;border:2px solid transparent;cursor:pointer;transition:all .2s ease;padding:0}.color-swatch:hover{transform:scale(1.15)}.color-swatch.active{border-color:#f36;box-shadow:0 0 0 2px #fff inset}.tool-group input[type=range]{width:100%;accent-color:#ff3366}.preview-overlay-name-studio{position:absolute;pointer-events:none;white-space:nowrap;text-shadow:0 2px 4px rgba(0,0,0,.1);z-index:10;transition:none}.preview-title{font-size:20px;font-weight:800;color:#0f172a;margin-bottom:24px;display:flex;align-items:center;gap:10px}.preview-grid-wrapper{position:relative;width:100%;margin-bottom:32px;min-height:400px;display:flex;flex-direction:column}.previews-container{display:grid;gap:20px;width:100%}.previews-container.single-layout{grid-template-columns:1fr;max-width:400px;margin:0 auto}.previews-container.grid-layout{grid-template-columns:repeat(2,1fr)}.preview-item{position:relative;aspect-ratio:1 / 1.25;background:#f1f5f9;border-radius:24px;overflow:hidden;display:flex;align-items:center;justify-content:center;border:1px solid #e2e8f0;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 6px -1px #0000000d}.preview-item:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a;border-color:#fda4af}.preview-item .preview-img{width:100%;height:100%;object-fit:contain;padding:15px;cursor:zoom-in}.preview-badge{position:absolute;top:16px;left:16px;background:#ff3366e6;color:#fff;padding:6px 12px;border-radius:12px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;z-index:5;box-shadow:0 4px 6px #f363}.preview-placeholder{position:relative;width:100%;aspect-ratio:1 / 1.25;max-width:400px;margin:0 auto;background:#f8fafc;border-radius:32px;overflow:hidden;display:flex;align-items:center;justify-content:center;border:3px dashed #e2e8f0}.preview-placeholder.grid-layout{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;border:none;background:transparent;max-width:none}.opacity-50{opacity:.5}.placeholder-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffffb3;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;color:#64748b;text-align:center;padding:40px}.placeholder-overlay p{font-weight:700;font-size:16px;margin:0;color:#475569}.generating-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:20;display:flex;align-items:center;justify-content:center;text-align:center}.generating-content{display:flex;flex-direction:column;align-items:center;gap:16px;padding:24px}.generating-content p{font-size:18px;font-weight:800;color:#0f172a;margin:0}.gen-subtext{font-size:13px;color:#64748b;font-weight:500}.preview-disclaimer{text-align:center;font-size:12px;color:#64748b;margin-bottom:32px}.preview-actions{display:flex;gap:16px}.btn-regenerate{flex:1;padding:16px;border:2px solid #e2e8f0;background:#fff;border-radius:16px;color:#475569;font-weight:700;display:flex;align-items:center;justify-content:center;gap:10px}.btn-confirm{flex:1.5;padding:16px;background:#f06;color:#fff;border:none;border-radius:16px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:10px;box-shadow:0 10px 15px -3px #f063}.customize-features-bar{margin-top:80px;padding-top:60px;border-top:1px solid #e2e8f0}.features-flex{display:flex;justify-content:space-between;gap:40px;flex-wrap:wrap}.feature-item{display:flex;align-items:center;gap:16px;flex:1;min-width:200px}.feature-icon{width:56px;height:56px;background:#fff1f2;color:#f36;border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-text h4{font-size:16px;font-weight:800;color:#0f172a;margin-bottom:4px}.feature-text p{font-size:13px;color:#64748b;margin:0}@media (max-width: 992px){.customize-main-grid{grid-template-columns:1fr}}@media (max-width: 768px){.customize-page{padding-bottom:48px;overflow-x:hidden}.customize-breadcrumbs{gap:8px;padding:16px 0;font-size:12px;overflow-x:auto;white-space:nowrap}.customize-header-section{display:block;margin-bottom:14px;padding-bottom:16px}.customize-title{font-size:24px;line-height:1.25;align-items:flex-start}.customize-subtitle{font-size:14px}.customize-selection-strip{margin-bottom:22px}.selected-theme-badge{width:100%;align-items:flex-start;padding:12px;gap:12px;border-radius:16px}.theme-mini-thumb{width:56px;height:56px;flex:0 0 56px}.theme-mini-info{min-width:0}.theme-name{font-size:14px;overflow-wrap:anywhere}.upload-step-card,.preview-card{border-radius:16px;padding:14px}.step-title{font-size:16px;margin-bottom:12px}.upload-dropzone{padding:12px;border-radius:14px;min-height:140px;margin-bottom:16px}.preview-mini-container{max-height:180px;border-radius:12px}.tips-box{padding:12px;border-radius:14px}.tips-title{font-size:13px;margin-bottom:8px}.tips-list li{font-size:12px;margin-bottom:6px;gap:8px}.existing-designs-section{margin-top:20px;padding-top:16px}.sub-step-title{font-size:14px;margin-bottom:12px}.existing-images-grid{grid-template-columns:repeat(auto-fill,minmax(70px,1fr));gap:8px;max-height:160px;margin-bottom:20px}}.generation-error-box{display:flex;align-items:flex-start;gap:12px;background-color:#fffbeb;border:1px solid #fde68a;border-radius:16px;padding:16px;margin-bottom:24px;animation:slideIn .3s ease-out}.error-icon-wrap{flex-shrink:0;margin-top:2px}.error-text-content p{margin:0;color:#92400e;font-size:14px;line-height:1.5;font-weight:500}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}}.label-summary-box{background:#f8fafc;border-radius:20px;padding:2rem;border:1px solid #e2e8f0;margin-bottom:2rem}.summary-title{display:flex;align-items:center;gap:10px;font-size:1.25rem;font-weight:800;color:#1a2a4b;margin:0 0 1.5rem}.summary-content{display:flex;flex-direction:column;gap:.75rem;color:#475569}.summary-content p{margin:0;font-size:1rem}.summary-theme-list{list-style:none;padding:1rem;margin:.5rem 0;background:#fff;border-radius:12px;border:1px solid #f1f5f9}.summary-theme-list li{padding:.5rem 0;font-size:.95rem;border-bottom:1px solid #f1f5f9}.summary-theme-list li:last-child{border-bottom:none}.summary-image-status{margin-top:1rem;border-radius:12px}.image-ok{color:#059669;background:#ecfdf5;display:flex;align-items:center;gap:8px;font-weight:600;padding:10px;border-radius:8px}.image-pending{color:#dc2626;background:#fef2f2;display:flex;align-items:center;gap:8px;font-weight:600;padding:10px;border-radius:8px}.side-by-side-preview-container{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px;width:100%}.preview-box{display:flex;flex-direction:column;gap:8px}.box-label{font-size:12px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.05em;text-align:left}.preview-box .preview-mini-container{aspect-ratio:1;border:2px solid #e2e8f0;border-radius:20px;overflow:hidden;background:#f8fafc;position:relative;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 4px 6px -1px #0000000d;height:100%}.preview-box .preview-mini-container:hover{border-color:#fda4af;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000000d}.preview-box .dropzone-preview-img{width:100%;height:100%;object-fit:cover;cursor:zoom-in}.change-image-btn{position:absolute;bottom:12px;left:50%;transform:translate(-50%);background:#fffffff2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#0f172a;padding:6px 14px;border-radius:30px;font-size:11px;font-weight:700;display:flex;align-items:center;gap:6px;cursor:pointer;box-shadow:0 10px 15px -3px #0000001a;transition:all .2s ease;border:1px solid #e2e8f0}.change-image-btn:hover{background:#fff;transform:translate(-50%) scale(1.05);color:#f36;border-color:#fda4af}.ai-loading-placeholder{display:flex;flex-direction:column;align-items:center;gap:12px;color:#64748b;text-align:center;padding:24px}.loading-text{font-size:12px;font-weight:600;color:#64748b}.zoom-indicator{position:absolute;top:12px;right:12px;background:#0f172a99;color:#fff;padding:4px 10px;border-radius:20px;font-size:10px;font-weight:600;pointer-events:none;opacity:0;transition:opacity .2s ease}.preview-box .preview-mini-container:hover .zoom-indicator{opacity:1}@media (max-width: 576px){.side-by-side-preview-container{grid-template-columns:1fr;gap:16px}}.wishlist-page{padding-top:120px;padding-bottom:80px;background:radial-gradient(circle at 10% 20%,rgba(255,51,102,.03) 0%,transparent 50%),radial-gradient(circle at 90% 80%,rgba(253,182,47,.03) 0%,transparent 50%),#fef8f8;min-height:100vh}.wishlist-breadcrumbs-nav{display:flex;align-items:center;gap:8px;font-size:13px;color:#64748b;margin-bottom:32px}.wishlist-breadcrumbs-nav a{color:#64748b;text-decoration:none}.wishlist-hero-card{display:flex;justify-content:space-between;align-items:center;background:#ffffffb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:32px 40px;border-radius:24px;box-shadow:0 10px 40px #00000005;border:1px solid rgba(255,255,255,.8);margin-bottom:40px}.wishlist-hero-left{display:flex;align-items:center;gap:20px}.wishlist-heart-icon-circle{width:54px;height:54px;background:#fff1f2;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid #ffe4e6}.wishlist-hero-text h1{font-size:26px;font-weight:800;color:#0f172a;margin-bottom:2px}.wishlist-hero-text p{color:#64748b;font-size:14px}.wishlist-btn-share-premium{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#fff;border:1px solid #e2e8f0;color:#0f172a;font-weight:700;border-radius:10px;cursor:pointer;transition:all .2s;font-size:14px}.wishlist-meta-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.wishlist-items-count-text{font-size:16px;font-weight:800;color:#0f172a}.wishlist-sort-wrapper{display:flex;align-items:center;gap:12px}.wishlist-sort-label{font-size:13px;color:#64748b}.wishlist-premium-select{padding:8px 12px;border-radius:10px;border:1px solid #e2e8f0;font-weight:600;color:#0f172a;outline:none;background:#fff;cursor:pointer;font-size:13px}.wishlist-premium-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:64px}.wishlist-item-card-premium{background:#fff;border-radius:16px;overflow:hidden;border:1px solid #e2e8f0;transition:all .3s cubic-bezier(.175,.885,.32,1);display:flex;flex-direction:column}.wishlist-item-card-premium:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0000000f;border-color:#f36}.wishlist-card-image-section{width:100%;aspect-ratio:1/1.1;position:relative;overflow:hidden;background-color:#f8fafc}.wishlist-prod-main-img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.wishlist-item-card-premium:hover .wishlist-prod-main-img{transform:scale(1.05)}.wishlist-card-floating-badges{position:absolute;top:12px;left:12px;right:12px;display:flex;justify-content:space-between;align-items:center;pointer-events:none}.wishlist-floating-heart,.wishlist-floating-delete{width:30px;height:30px;border-radius:8px;display:flex;align-items:center;justify-content:center;pointer-events:auto;box-shadow:0 4px 10px #0000001a;border:none;cursor:pointer;transition:all .2s}.wishlist-floating-heart{background:#fff}.wishlist-floating-delete{background:#fff;color:#64748b}.wishlist-floating-delete:hover{background:#fee2e2;color:#ef4444}.wishlist-card-info-section{padding:16px;flex-grow:1;display:flex;flex-direction:column}.wishlist-info-top{margin-bottom:12px}.wishlist-prod-title{font-size:15px;font-weight:800;color:#0f172a;margin-bottom:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wishlist-prod-desc{font-size:12px;color:#64748b;margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.8em;line-height:1.4}.wishlist-prod-tags{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.wishlist-tag-category{font-size:11px;font-weight:700;color:#f36;background:#fff1f2;padding:1px 8px;border-radius:4px}.wishlist-tag-sub{font-size:11px;font-weight:700;color:#64748b}.wishlist-info-price-row{margin-bottom:12px}.wishlist-remaining-section{margin-bottom:16px;padding-top:12px;border-top:1px dashed #e2e8f0}.wishlist-remaining-label{font-size:11px;font-weight:700;color:#94a3b8;text-transform:uppercase;margin-bottom:8px;letter-spacing:.5px}.wishlist-templates-preview{display:flex;gap:8px}.wishlist-template-thumb{width:40px;height:40px;border-radius:8px;overflow:hidden;border:1px solid #f1f5f9;cursor:help;transition:all .2s}.wishlist-template-thumb:hover{transform:scale(1.1);border-color:#f36}.wishlist-template-thumb img{width:100%;height:100%;object-fit:cover}.wishlist-price-val{font-size:18px;font-weight:900;color:#0f172a}.wishlist-info-date-row{display:flex;align-items:center;gap:6px;font-size:11px;color:#94a3b8;margin-bottom:16px}.wishlist-card-footer-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:auto}.wishlist-btn-footer-cart{height:38px;border-radius:8px;background:#f36;color:#fff;border:none;font-weight:700;display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;transition:all .2s;font-size:12px}.wishlist-btn-footer-cart:hover{background:#e62e5c;box-shadow:0 5px 15px #f363}.wishlist-btn-footer-view{height:38px;border-radius:8px;background:#fff;border:1px solid #e2e8f0;color:#0f172a;font-weight:700;cursor:pointer;transition:all .2s;font-size:12px}.wishlist-btn-footer-view:hover{border-color:#f36;color:#f36}.wishlist-promo-banner{background:#fff;border-radius:20px;padding:30px;display:flex;justify-content:space-between;align-items:center;border:1px solid #e2e8f0;margin-bottom:60px}.wishlist-banner-left{display:flex;align-items:center;gap:24px}.wishlist-gift-bg-icon{width:64px;height:64px;background:#fff5f7;border-radius:16px;display:flex;align-items:center;justify-content:center}.wishlist-gift-bg-icon img{width:40px;height:40px}.wishlist-banner-text h2{font-size:20px;font-weight:800;color:#0f172a;margin-bottom:4px}.wishlist-banner-text p{color:#64748b;font-size:14px}.wishlist-btn-banner-action{padding:12px 24px;background:#f36;color:#fff;border:none;border-radius:10px;font-weight:700;display:flex;align-items:center;gap:10px;cursor:pointer;transition:all .2s;font-size:14px}.wishlist-btn-banner-action:hover{background:#e62e5c;transform:translate(5px)}.wishlist-feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding-top:40px;border-top:1px solid #e2e8f0}.wishlist-feature-card{display:flex;gap:12px}.wishlist-f-text h4{font-size:13px;font-weight:800;color:#0f172a;margin-bottom:4px}.wishlist-f-text p{font-size:11px;color:#64748b;line-height:1.4}.loading-state-full{display:flex;flex-direction:column;align-items:center;justify-content:center;height:70vh;gap:20px;color:#64748b}@media (max-width: 1200px){.wishlist-premium-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 992px){.wishlist-premium-grid{grid-template-columns:repeat(2,1fr)}.wishlist-promo-banner{flex-direction:column;text-align:center;gap:24px}.wishlist-banner-left{flex-direction:column}.wishlist-feature-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.wishlist-page{padding-top:10px;width:100%;max-width:100vw;overflow-x:hidden;box-sizing:border-box}.wishlist-hero-card{flex-direction:column;gap:20px;text-align:center;padding:24px}.wishlist-hero-left{flex-direction:column}.wishlist-premium-grid{grid-template-columns:repeat(2,1fr);gap:12px}.wishlist-card-footer-actions{grid-template-columns:1fr;gap:10px}.wishlist-btn-footer-cart,.wishlist-btn-footer-view{width:100%;height:42px;font-size:13px}.wishlist-prod-title{font-size:14px}.wishlist-price-val{font-size:16px}}@media (max-width: 480px){.wishlist-premium-grid{grid-template-columns:repeat(2,1fr);gap:10px}}.order-confirm-page{background-color:#fff;padding-bottom:60px}.confirm-breadcrumbs{display:flex;align-items:center;gap:8px;padding:25px 0;font-size:13px;color:#666}.confirm-breadcrumbs a{text-decoration:none;color:#666}.confirm-breadcrumbs span{font-weight:700;color:#1a2a4b}.confirm-header-section{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:40px}.confirm-main-title{font-size:32px;color:#1a2a4b;font-weight:800;margin-bottom:8px;display:flex;align-items:center;gap:12px}.confirm-subtitle{color:#666;font-size:15px}.secure-checkout-badge{background:#fff8e6;border-radius:16px;padding:15px 25px;display:flex;align-items:center;gap:15px;border:1px solid #ffeeba}.lock-icon-bg{width:40px;height:40px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #0000000d}.secure-label{font-size:14px;font-weight:800;color:#1a2a4b;display:block}.secure-sub{font-size:12px;color:#666;margin:0}.confirm-main-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-bottom:40px}.summary-card{background:#fff;border-radius:24px;padding:30px;border:1px solid #f0f4ff}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.card-header h3{font-size:18px;font-weight:800;color:#1a2a4b}.edit-summary-btn{padding:8px 24px;border:1px solid #ff3366;background:#fff;color:#f36;border-radius:10px;font-weight:700;cursor:pointer}.preview-snapshot{position:relative;width:100%;border-radius:16px;overflow:hidden;margin-bottom:30px;background:#f8fafc}.personalization-detail-card{margin-top:-10px;margin-bottom:30px;padding:1.5rem;background:#fcfcfc;border-radius:20px;border:1px solid #f1f5f9;text-align:center;box-shadow:0 4px 15px #00000005}.p-detail-label{font-size:.8rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem}.p-detail-value{font-size:1.75rem;font-weight:900;color:#1e293b}.preview-snapshot img{width:100%;height:auto;display:block}.preview-overlay-name-confirm{position:absolute;bottom:15%;left:50%;transform:translate(-50%);font-family:Dancing Script,cursive;font-size:32px;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.4)}.confirm-previews-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;margin-bottom:30px}.confirm-preview-item{position:relative;aspect-ratio:1;border-radius:12px;overflow:hidden;background:#f8fafc;border:1px solid #e2e8f0}.confirm-preview-item img{width:100%;height:100%;object-fit:contain;padding:5px}.confirm-preview-label{position:absolute;top:8px;left:8px;background:#ff3366e6;color:#fff;padding:2px 6px;border-radius:4px;font-size:8px;font-weight:800;text-transform:uppercase}.specs-list{display:flex;flex-direction:column;gap:15px}.spec-item{display:flex;align-items:center;padding-bottom:15px;border-bottom:1px solid #f9f9f9}.spec-label{flex:1;color:#666;font-size:14px}.spec-value{flex:1.5;color:#1a2a4b;font-weight:700;font-size:14px}.thumb-val{display:flex;align-items:center;gap:10px}.mini-upload-thumb{width:40px;height:40px;border-radius:8px;object-fit:cover}.confirm-summary-card,.confirm-delivery-card,.confirm-promise-card{background:#fff;border-radius:24px;padding:25px;border:1px solid #f0f4ff;margin-bottom:25px}.summary-right-col{height:fit-content}.section-title{font-size:18px;font-weight:800;color:#1a2a4b;margin-bottom:20px}.summary-prod-info{display:flex;align-items:center;gap:15px;padding-bottom:20px;border-bottom:1px solid #f9f9f9;margin-bottom:20px}.summary-prod-thumb{width:60px;height:60px;border-radius:12px;object-fit:cover}.summary-prod-details h4{font-size:15px;font-weight:800;color:#1a2a4b;margin:0 0 4px}.summary-prod-details p{font-size:12px;color:#999;margin:0}.summary-prod-price{margin-left:auto;font-weight:800;color:#1a2a4b;font-size:18px}.price-breakdown{display:flex;flex-direction:column;gap:12px;margin-bottom:25px}.price-row{display:flex;justify-content:space-between;font-size:14px;color:#666}.price-row span:last-child{color:#1a2a4b;font-weight:700}.free-text{color:#4caf50!important}.total-row{display:flex;justify-content:space-between;align-items:center;padding-top:20px;border-top:2px solid #f0f4ff;margin-bottom:20px}.total-row span:first-child{font-size:16px;font-weight:700;color:#666}.total-val{font-size:24px;font-weight:900;color:#f36}.savings-alert{background:#f0fff4;border:1px solid #c6f6d5;border-radius:12px;padding:15px;display:flex;gap:12px}.savings-primary{font-size:13px;font-weight:800;color:#2f855a;margin:0 0 2px}.savings-secondary{font-size:11px;color:#666;margin:0}.delivery-row{display:flex;align-items:center;gap:15px;margin-bottom:20px}.del-label{font-size:12px;color:#999;display:block}.del-val{font-size:16px;font-weight:800;color:#1a2a4b;margin:0}.location-row{display:flex;align-items:center;gap:10px;padding-top:15px;border-top:1px solid #f9f9f9}.location-val{font-size:13px;color:#666;flex:1}.change-loc-btn{color:#f36;font-weight:800;font-size:13px;background:none;border:none;cursor:pointer}.promise-item{display:flex;align-items:center;gap:15px;margin-bottom:15px}.promise-head{font-size:13px;font-weight:800;color:#1a2a4b;margin:0 0 2px}.promise-sub{font-size:12px;color:#999;margin:0}.confirm-action-bar{background:#fff;border-radius:24px;padding:25px;display:flex;flex-direction:column;gap:20px;align-items:stretch;border:1px solid #f0f4ff;margin-bottom:20px}.action-promo{display:flex;align-items:center;gap:15px}.promo-icon-bg{width:50px;height:50px;background:#fff0f3;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px}.promo-text h4{font-size:16px;font-weight:800;color:#1a2a4b;margin-bottom:4px}.promo-text p{font-size:13px;color:#666;margin:0}.final-btns-group{display:flex;gap:15px;width:100%}.final-btns-group>*{flex:1;justify-content:center}.add-to-cart-outline-btn{padding:15px 30px;border:1.5px solid #ff3366;background:#fff;color:#f36;border-radius:14px;font-weight:700;display:flex;align-items:center;gap:10px;cursor:pointer;text-decoration:none}.btn-final-checkout{padding:15px 45px;background:#f06;color:#fff;border:none;border-radius:14px;font-weight:700;font-size:16px;display:flex;align-items:center;gap:10px;cursor:pointer;text-decoration:none}.terms-disclaimer{text-align:center;font-size:12px;color:#999}.terms-disclaimer a{color:#f36;text-decoration:none;font-weight:700}.confirm-bottom-features{margin-top:60px;border-top:1px solid #eee;padding-top:40px}@media (min-width: 1024px){.summary-right-col{position:sticky;top:100px}}@media (max-width: 1024px){.confirm-main-grid{grid-template-columns:1fr;gap:20px}.confirm-header-section{flex-direction:column;gap:20px}.secure-checkout-badge{width:100%;justify-content:center}}@media (max-width: 768px){.order-confirm-page{padding-bottom:120px}.confirm-main-title{font-size:24px}.summary-card,.confirm-summary-card,.confirm-delivery-card,.confirm-promise-card{padding:20px;border-radius:20px}.preview-overlay-name-confirm{font-size:24px!important}.confirm-action-bar{position:fixed!important;bottom:0!important;left:0!important;right:0!important;border-radius:0!important;margin-bottom:0!important;padding:12px 15px!important;flex-direction:column!important;gap:10px!important;box-shadow:0 -10px 30px #0000001a!important;z-index:999!important;background:#fff!important}.action-promo{display:none!important}.final-btns-group{width:100%!important;gap:10px!important}.add-to-cart-outline-btn,.btn-final-checkout{flex:1!important;padding:12px 5px!important;font-size:13px!important;justify-content:center!important;border-radius:10px!important}.price-row{font-size:13px}.total-val{font-size:20px}}@media (max-width: 480px){.confirm-breadcrumbs{padding:15px 0;font-size:11px;overflow-x:auto;white-space:nowrap}.card-header h3{font-size:16px}.edit-summary-btn{padding:6px 16px;font-size:12px}}.cart-page{padding-top:100px;padding-bottom:100px;background-color:#f8faff;min-height:100vh}.cart-breadcrumbs{display:flex;align-items:center;gap:8px;font-size:13px;color:#64748b;margin-bottom:24px}.cart-breadcrumbs a{color:#64748b;text-decoration:none;transition:color .2s}.cart-breadcrumbs a:hover{color:#f36}.cart-header-section{margin-bottom:40px}.cart-main-title{font-size:36px;font-weight:800;color:#0f172a;display:flex;align-items:center;gap:16px;margin-bottom:8px}.cart-count-badge{font-size:20px;background:#f36;color:#fff;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center}.cart-subtitle{color:#64748b;font-size:16px}.cart-layout-grid{display:grid;grid-template-columns:1fr 380px;gap:40px;align-items:start}.cart-table-card{background:#fff;border-radius:20px;box-shadow:0 10px 30px #00000008;overflow:hidden;border:1px solid #e2e8f0}.cart-table-header{display:grid;grid-template-columns:2fr 100px 150px 120px;padding:20px 32px;background:#fdfdfd;border-bottom:1px solid #e2e8f0;color:#64748b;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.cart-item-row{display:grid;grid-template-columns:2fr 100px 150px 120px;padding:32px;align-items:center;border-bottom:1px solid #f1f5f9}.cart-item-row:last-child{border-bottom:none}.item-prod-info{display:flex;gap:24px}.item-thumb{width:120px;height:120px;border-radius:12px;overflow:hidden;border:1px solid #f1f5f9}.item-thumb img{width:100%;height:100%;object-fit:cover}.item-details h3{font-size:18px;font-weight:700;color:#0f172a;margin-bottom:6px}.item-meta{font-size:13px;color:#64748b;margin-bottom:4px}.item-remove-btn{background:none;border:none;color:#ef4444;font-size:13px;font-weight:600;display:flex;align-items:center;gap:6px;cursor:pointer;padding:0;margin-top:12px;transition:opacity .2s}.item-remove-btn:hover{opacity:.7}.item-price-col,.item-total-col{font-weight:700;color:#0f172a;font-size:16px}.qty-picker{display:flex;align-items:center;background:#f8faff;border:1px solid #e2e8f0;border-radius:10px;width:fit-content;padding:4px}.qty-picker button{width:32px;height:32px;border-radius:8px;border:none;background:#fff;color:#0f172a;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;box-shadow:0 2px 4px #0000000d}.qty-picker button:hover:not(:disabled){background:#f36;color:#fff}.qty-picker button:disabled{opacity:.5;cursor:not-allowed}.qty-picker span{width:40px;text-align:center;font-weight:700;font-size:15px}.cart-actions-footer{display:flex;justify-content:space-between;margin-top:24px}.btn-secondary{display:flex;align-items:center;gap:10px;padding:14px 28px;border:1px solid #e2e8f0;background:#fff;color:#0f172a;font-weight:700;border-radius:12px;cursor:pointer;transition:all .2s}.btn-secondary:hover{background:#f8faff;border-color:#f36;color:#f36}.btn-text-danger{display:flex;align-items:center;gap:8px;background:none;border:none;color:#ef4444;font-weight:600;cursor:pointer;transition:opacity .2s}.btn-text-danger:hover{opacity:.7}.order-summary-card{background:#fff;border-radius:24px;padding:32px;box-shadow:0 10px 40px #0000000a;border:1px solid #e2e8f0;position:sticky;top:120px}.summary-title{font-size:20px;font-weight:800;color:#0f172a;margin-bottom:24px}.summary-details{border-bottom:1px dashed #e2e8f0;padding-bottom:20px;margin-bottom:20px}.summary-line{display:flex;justify-content:space-between;margin-bottom:12px;font-size:15px;color:#64748b}.summary-line span:last-child{font-weight:700;color:#0f172a}.text-free{color:#10b981!important}.summary-total-block{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.summary-total-block span:first-child{font-weight:800;font-size:16px;color:#0f172a}.total-price{font-size:28px;font-weight:900;color:#f36}.promo-tag-box{background:#f0fdf4;border-radius:12px;padding:16px;display:flex;gap:12px;margin-bottom:24px}.promo-tag-box p{font-size:12px;color:#166534;font-weight:600;line-height:1.4}.btn-checkout-proceed{width:100%;padding:18px;background:#f36;color:#fff;border:none;border-radius:14px;font-size:16px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:12px;cursor:pointer;transition:all .3s;box-shadow:0 10px 20px #f363;margin-bottom:24px}.btn-checkout-proceed:hover{background:#e62e5c;transform:translateY(-2px);box-shadow:0 12px 24px #ff33664d}.payment-accept-section{text-align:center;margin-bottom:32px}.payment-accept-section .payment-label{font-size:11px;font-weight:800;color:#64748b;text-transform:uppercase;margin-bottom:16px;letter-spacing:1px}.payment-icons{display:flex;justify-content:center;align-items:center;gap:20px;opacity:.9}.payment-icons img{height:18px;width:auto;object-fit:contain}.trust-badges-list{display:flex;flex-direction:column;gap:16px;padding-top:24px;border-top:1px solid #f1f5f9}.trust-badge-item{display:flex;gap:16px;align-items:flex-start}.badge-icon{color:#4f46e5;background:#f5f3ff;padding:8px;width:36px!important;height:36px!important;border-radius:10px}.badge-text{display:flex;flex-direction:column}.badge-text strong{font-size:13px;color:#0f172a}.badge-text span{font-size:11px;color:#64748b}.cart-recommendations{margin-top:60px}.recommend-title{font-size:24px;font-weight:800;color:#0f172a;margin-bottom:32px}.recommend-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.mini-recommend-card{background:#fff;border-radius:16px;overflow:hidden;border:1px solid #e2e8f0;transition:all .3s}.mini-recommend-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000000d;border-color:#f36}.mini-card-img{height:200px;overflow:hidden}.mini-card-img img{width:100%;height:100%;object-fit:cover}.mini-card-info{padding:20px;text-align:center}.mini-card-info h4{font-size:16px;font-weight:700;color:#0f172a;margin-bottom:6px}.mini-card-info p{font-weight:800;color:#f36;margin-bottom:16px}.btn-mini-action{width:100%;padding:10px;background:#fff;border:1px solid #ff3366;color:#f36;border-radius:10px;font-weight:700;font-size:13px;cursor:pointer;transition:all .2s}.btn-mini-action:hover{background:#f36;color:#fff}.empty-cart-state{display:flex;align-items:center;justify-content:center;text-align:center}.empty-cart-content{padding:80px 40px;max-width:500px;margin:0 auto}.empty-icon{color:#e2e8f0;margin-bottom:24px}.empty-cart-content h2{font-size:28px;font-weight:800;color:#0f172a;margin-bottom:16px}.empty-cart-content p{color:#64748b;margin-bottom:32px}@media (max-width: 1024px){.cart-layout-grid{grid-template-columns:1fr}.cart-sidebar-column{position:static}}@media (max-width: 768px){.cart-page{width:100%;max-width:100vw;overflow-x:hidden;box-sizing:border-box;padding-top:10px;padding-bottom:80px}.cart-table-header{display:none}.cart-item-row{grid-template-columns:1fr;gap:20px;text-align:center}.item-prod-info{flex-direction:column;align-items:center}.qty-picker{margin:0 auto}.recommend-grid{grid-template-columns:1fr}.cart-actions-footer{flex-direction:column;gap:15px}}.checkout-page{background-color:#fff;padding-bottom:60px}.checkout-breadcrumbs{display:flex;align-items:center;gap:8px;padding:25px 0;font-size:13px;color:#666}.checkout-breadcrumbs a{text-decoration:none;color:#666}.checkout-breadcrumbs span{font-weight:700;color:#1a2a4b}.checkout-header-section{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:40px}.checkout-title-group{display:flex;align-items:flex-start;gap:20px}.checkout-icon-bg{width:54px;height:54px;background:#fff0f3;border-radius:50%;display:flex;align-items:center;justify-content:center}.checkout-main-title{font-size:32px;color:#1a2a4b;font-weight:800;margin:0 0 5px}.checkout-subtitle{color:#666;font-size:15px}.secure-checkout-green-badge{background:#f0fff4;border-radius:16px;padding:15px 25px;display:flex;align-items:center;gap:15px;border:1px solid #c6f6d5}.check-icon-bg{width:44px;height:44px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center}.green-label{font-size:14px;font-weight:800;color:#2f855a;display:block}.green-sub{font-size:12px;color:#666;margin:0}.checkout-main-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:30px;margin-bottom:60px}.checkout-step-section{background:#fff;border-radius:24px;padding:30px;border:1px solid #f0f4ff;margin-bottom:30px}.checkout-step-title{font-size:18px;font-weight:800;color:#1a2a4b;margin-bottom:25px;display:flex;align-items:center;gap:12px}.saved-addresses-selector{margin-bottom:25px;padding:15px;background:#f8fafc;border-radius:16px;border:1px dashed #e2e8f0}.selector-label{font-size:13px;font-weight:700;color:#64748b;margin-bottom:12px}.addresses-pills{display:flex;flex-wrap:wrap;gap:10px}.address-pill{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#fff;border:1px solid #e2e8f0;border-radius:50px;font-size:13px;font-weight:700;color:#1a2a4b;cursor:pointer;transition:all .3s ease}.address-pill:hover{border-color:#f36;color:#f36;background:#fff1f2}.step-badge{width:28px;height:28px;background:#f36;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px}.form-group{margin-bottom:20px}.form-group label{display:block;font-size:13px;font-weight:700;color:#1a2a4b;margin-bottom:8px}.form-group input,.select-field{width:100%;padding:14px 18px;border:1px solid #eee;border-radius:12px;font-size:14px;outline:none;background:#fdfdfd}.form-group input[name=address1]{background-image:none!important}.form-row-three{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.form-row-two{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.form-row-four{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.required-star{color:#f36;margin-left:2px;font-weight:700}.checkbox-group{display:flex;align-items:center;gap:10px;font-size:13px;color:#666;margin-top:10px}.delivery-options-list{display:flex;flex-direction:column;gap:15px}.delivery-option-item{display:flex;align-items:center;padding:20px;border:1px solid #eee;border-radius:16px;cursor:pointer;gap:15px}.delivery-option-item.active{border-color:#ffb3c5;background-color:#fffafb}.delivery-info-text{flex:1}.del-name{font-size:14px;font-weight:800;color:#1a2a4b;margin:0}.del-time{font-size:12px;color:#999;margin:0}.del-price{font-weight:800;color:#1a2a4b}.step-desc{font-size:14px;color:#666;margin-bottom:20px}.payment-options-list{display:flex;flex-direction:column;gap:15px}.payment-option-item{display:flex;align-items:center;padding:20px;border:1px solid #eee;border-radius:16px;cursor:pointer;gap:15px}.payment-option-item.active{border-color:#ffb3c5;background-color:#fffafb}.pay-method-main{flex:1;display:flex;justify-content:space-between;align-items:center}.pay-name{font-size:14px;font-weight:800;color:#1a2a4b;margin:0}.pay-sub{font-size:12px;color:#999;margin:0}.pay-logo-img{height:20px;margin-left:10px}.method-note{font-size:12px;font-weight:700;color:#1a2a4b}.secure-info-bar{display:flex;align-items:center;gap:8px;margin-top:20px;font-size:12px;color:#999}.checkout-summary-card{background:#fff;border-radius:24px;padding:25px;border:1px solid #f0f4ff;margin-bottom:25px}.checkout-summary-prod{display:flex;align-items:center;gap:15px;padding-bottom:20px;border-bottom:1px solid #f9f9f9;margin-bottom:20px}.checkout-summary-prod img{width:70px;height:70px;border-radius:12px;object-fit:cover}.checkout-prod-info h4{font-size:15px;font-weight:800;color:#1a2a4b;margin:0 0 4px}.checkout-prod-info p{font-size:12px;color:#999;margin:0}.checkout-prod-price{margin-left:auto;font-weight:800;color:#1a2a4b;font-size:16px}.checkout-price-list{display:flex;flex-direction:column;gap:12px;margin-bottom:25px}.checkout-price-row{display:flex;justify-content:space-between;font-size:14px;color:#666}.checkout-price-row span:last-child{color:#1a2a4b;font-weight:700}.green-free{color:#4caf50!important}.checkout-total-row{display:flex;justify-content:space-between;align-items:center;padding-top:20px;border-top:2px solid #f0f4ff;margin-bottom:20px}.checkout-total-val{font-size:24px;font-weight:900;color:#f36}.checkout-savings-alert{background:#f0fff4;border:1px solid #c6f6d5;border-radius:12px;padding:15px;display:flex;gap:12px}.savings-main{font-size:13px;font-weight:800;color:#2f855a;margin:0}.savings-sub{font-size:11px;color:#666;margin:0}.checkout-promise-card{background:#f8fbff;border-radius:20px;padding:20px;margin-bottom:25px;border:1px solid #eef6fc}.promise-head{display:flex;gap:15px}.promise-title{font-size:14px;font-weight:800;color:#1a2a4b;margin-bottom:5px}.promise-desc{font-size:12px;color:#666;line-height:1.5}.btn-place-order{width:100%;padding:18px;background:#f06;color:#fff;border:none;border-radius:16px;font-weight:700;font-size:16px;display:flex;align-items:center;justify-content:center;gap:12px;cursor:pointer;margin-bottom:20px;text-decoration:none}.checkout-terms{text-align:center;font-size:12px;color:#999;margin-bottom:30px}.checkout-terms a{color:#f36;text-decoration:none;font-weight:700}.checkout-help-card{background:#fff8f0;border-radius:24px;padding:25px;display:flex;justify-content:space-between;align-items:flex-end;border:1px solid #ffecdb}.help-text h3{font-size:18px;font-weight:800;color:#1a2a4b;margin-bottom:5px}.help-text p{font-size:13px;color:#666;margin-bottom:15px}.help-contact{display:flex;align-items:flex-start;gap:10px;margin-bottom:10px;color:#1a2a4b;font-weight:700;font-size:14px}.help-contact span{font-size:11px;color:#999;font-weight:400}.help-character img{height:80px}.checkout-bottom-features{margin-top:60px;border-top:1px solid #eee;padding-top:40px}@media (max-width: 992px){.checkout-main-grid{grid-template-columns:1fr}}@media (max-width: 768px){.checkout-page{width:100%;max-width:100vw;overflow-x:hidden;box-sizing:border-box;padding-top:10px}.checkout-step-section,.checkout-summary-card{padding:20px 15px;width:100%;box-sizing:border-box}.form-row-two,.form-row-three,.form-row-four{grid-template-columns:1fr;gap:0}.checkout-header-section{flex-direction:column;gap:20px}.checkout-title-group{flex-direction:column;align-items:flex-start;width:100%}.checkout-main-title{font-size:24px;word-break:break-word}.secure-checkout-green-badge{width:100%;box-sizing:border-box}}.relative-container{position:relative}.address-suggestions-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a;z-index:99;max-height:250px;overflow-y:auto;margin-top:5px;padding:6px;display:flex;flex-direction:column;gap:2px}.suggestion-item{display:flex;align-items:center;gap:12px;padding:10px 14px;border-radius:8px;cursor:pointer;transition:all .2s ease}.suggestion-item:hover{background-color:#f1f5f9}.suggestion-icon{width:32px;height:32px;background:#f8fafc;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#64748b;flex-shrink:0;transition:all .2s ease}.suggestion-item:hover .suggestion-icon{background:#fff1f2;color:#f36}.suggestion-details{display:flex;flex-direction:column;text-align:left}.suggestion-name{font-size:13px;font-weight:700;color:#1a2a4b;margin:0 0 2px}.suggestion-sub{font-size:11px;color:#64748b;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.order-success-page{background-color:#f8fbff;padding-bottom:60px}.success-breadcrumbs{display:flex;align-items:center;gap:8px;padding:25px 0;font-size:13px;color:#666}.success-breadcrumbs a{text-decoration:none;color:#666}.success-breadcrumbs span{font-weight:700;color:#1a2a4b}.success-hero-card{background:#fff;border-radius:24px;padding:40px;display:flex;justify-content:space-between;align-items:center;border:1px solid #f0f4ff;margin-bottom:40px;background-image:radial-gradient(circle at 10% 10%,#fff,#fff);position:relative;overflow:hidden}.success-hero-content{display:flex;align-items:center;gap:30px}.big-check-circle{width:120px;height:120px;background:#f0fff4;border-radius:50%;display:flex;align-items:center;justify-content:center}.success-title{font-size:32px;color:#1a2a4b;font-weight:800;margin-bottom:10px;display:flex;align-items:center;gap:15px}.success-subtitle{color:#666;font-size:16px;max-width:500px;line-height:1.5}.order-number-badge{background:#fff;border:1px solid #eee;padding:20px 30px;border-radius:16px;text-align:center;box-shadow:0 4px 15px #00000005}.order-id{font-size:18px;font-weight:800;color:#2ecc71;margin-bottom:5px}.order-date{font-size:13px;color:#666}.order-track-section{display:flex;align-items:flex-start;justify-content:center;margin-bottom:60px;padding:0 100px}.track-step{display:flex;flex-direction:column;align-items:center;text-align:center;width:180px}.track-icon-circle{width:54px;height:54px;background:#2ecc71;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:15px;z-index:2}.track-icon-circle.gray{background:#f5f5f5;color:#ccc}.track-label{font-size:14px;font-weight:800;color:#1a2a4b;margin-bottom:5px}.track-time{font-size:11px;color:#666}.track-time.gray{color:#999}.track-line{flex:1;height:2px;background:#eee;margin-top:27px;margin-left:-50px;margin-right:-50px}.track-line.active{background:#2ecc71}.success-main-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:30px;margin-bottom:60px}.details-card{background:#fff;border-radius:24px;padding:30px;border:1px solid #f0f4ff}.section-title{font-size:20px;font-weight:800;color:#1a2a4b;margin-bottom:25px}.details-prod-info{display:flex;align-items:center;gap:20px;padding-bottom:25px;border-bottom:1px solid #f9f9f9;margin-bottom:25px}.details-thumb{width:120px;aspect-ratio:1;border-radius:16px;overflow:hidden}.details-thumb img{width:100%;height:100%;object-fit:cover}.details-prod-text h3{font-size:18px;font-weight:800;color:#1a2a4b;margin-bottom:8px}.details-tags{display:flex;gap:10px}.details-tags span{font-size:11px;font-weight:700;color:#999}.custom-tag{color:#f36!important;background:#fff0f3;padding:2px 8px;border-radius:6px}.details-price-main{margin-left:auto;font-size:20px;font-weight:800;color:#1a2a4b}.details-price-list{display:flex;flex-direction:column;gap:12px;margin-bottom:25px}.details-price-row{display:flex;justify-content:space-between;font-size:14px;color:#666}.details-price-row span:last-child{color:#1a2a4b;font-weight:700}.green-text{color:#2ecc71!important}.details-total-row{display:flex;justify-content:space-between;align-items:center;padding-top:20px;border-top:2px solid #f0f4ff;margin-bottom:25px}.details-total-val{font-size:28px;font-weight:900;color:#f36}.details-savings-alert{background:#f0fff4;border:1px solid #c6f6d5;border-radius:12px;padding:15px;display:flex;gap:12px;font-size:13px;color:#2ecc71;font-weight:700;margin-bottom:40px}.details-savings-alert span{color:#666;font-weight:400;margin-left:5px}.shipping-info-block,.payment-info-block{padding:25px 0;border-top:1px solid #f9f9f9}.info-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.info-header p{display:flex;align-items:center;gap:10px;font-weight:800;color:#1a2a4b;font-size:15px}.view-btn{color:#f36;font-weight:800;font-size:13px;background:none;border:none;cursor:pointer}.info-content{color:#666;font-size:14px;line-height:1.6}.info-name,.method-name{font-weight:800;color:#1a2a4b;margin-bottom:5px}.next-steps-card{background:#fff;border-radius:24px;padding:30px;border:1px solid #f0f4ff;margin-bottom:25px}.next-icon-bg{width:54px;height:54px;background:#f0f4ff;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.next-steps-card h3{font-size:18px;font-weight:800;color:#1a2a4b;margin-bottom:10px}.next-steps-card p{font-size:14px;color:#666;line-height:1.5}.need-help-success-card{background:#fff8f0;border-radius:24px;padding:30px;border:1px solid #ffecdb;position:relative}.need-help-success-card h3{font-size:18px;font-weight:800;color:#1a2a4b;margin-bottom:4px}.help-sub{font-size:14px;color:#666;margin-bottom:25px}.help-link{display:flex;gap:15px;margin-bottom:20px}.help-link-text p{font-weight:800;color:#1a2a4b;font-size:14px}.help-link-text span{font-size:11px;color:#999}.help-mascot{position:absolute;bottom:20px;right:20px}.help-mascot img{height:80px}.love-suggestions{margin-top:60px}.suggestions-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.love-title{font-size:22px;font-weight:800;color:#1a2a4b}.view-all-link{color:#1a2a4b;font-weight:700;font-size:14px;text-decoration:none;display:flex;align-items:center;gap:8px}.love-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.love-card{background:#fff;border-radius:20px;padding:15px;border:1px solid #f0f4ff;text-align:center}.love-thumb{width:100%;aspect-ratio:1;border-radius:12px;overflow:hidden;margin-bottom:15px}.love-thumb img{width:100%;height:100%;object-fit:cover}.love-info h4{font-size:14px;font-weight:800;color:#1a2a4b;margin-bottom:4px}.love-info p{font-size:11px;color:#999;margin-bottom:12px}.btn-try-love{width:100%;background:#fff;border:1.5px solid #ffb3c5;color:#f36;border-radius:20px;padding:6px;font-size:12px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px}.success-bottom-features{margin-top:80px;border-top:1px solid #eee;padding-top:40px}@media (max-width: 992px){.success-main-grid{grid-template-columns:1fr}}@media (max-width: 768px){.order-success-page{width:100%;max-width:100vw;overflow-x:hidden;box-sizing:border-box;padding-top:10px}.success-hero-card{flex-direction:column;padding:20px;gap:20px;text-align:center}.success-hero-content{flex-direction:column;text-align:center;gap:15px}.success-title{justify-content:center;font-size:24px;word-break:break-word;flex-wrap:wrap}.order-track-section{padding:0 10px;margin-bottom:30px;flex-wrap:wrap;gap:10px}.track-step{width:auto;flex:1}.track-line{display:none}.details-card,.next-steps-card,.need-help-success-card{padding:20px 15px;width:100%;box-sizing:border-box}.details-prod-info{flex-direction:column;align-items:flex-start}.details-price-main{margin-left:0;margin-top:10px}.love-grid{grid-template-columns:1fr 1fr}}@media (max-width: 480px){.love-grid{grid-template-columns:1fr}}.auth-container{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:radial-gradient(circle at top left,#fff5f8,#fff)}.auth-card{background:#fffc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:3rem;border-radius:24px;box-shadow:0 20px 40px #ff6b9c1a;width:100%;max-width:450px;border:1px solid rgba(255,255,255,.5);animation:slideUp .6s cubic-bezier(.16,1,.3,1)}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.auth-header{text-align:center;margin-bottom:2.5rem}.auth-header h1{font-size:2rem;color:#1a1a1a;margin-bottom:.5rem;font-weight:700}.auth-header p{color:#666;font-size:1rem}.auth-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.9rem;font-weight:600;color:#444;margin-left:.2rem}.input-wrapper{position:relative;display:flex;align-items:center}.auth-input{width:100%;padding:1rem 1.2rem;border-radius:12px;border:2px solid #eee;background:#fff;font-size:1rem;transition:all .3s ease;outline:none}.auth-input:focus{border-color:#ff6b9c;box-shadow:0 0 0 4px #ff6b9c1a}.auth-button{background:linear-gradient(135deg,#ff6b9c,#ff8da1);color:#fff;padding:1rem;border-radius:12px;border:none;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem;box-shadow:0 10px 20px #ff6b9c4d}.auth-button:hover{transform:translateY(-2px);box-shadow:0 15px 30px #ff6b9c66}.auth-button:active{transform:translateY(0)}.auth-footer{margin-top:2rem;text-align:center;color:#666;font-size:.95rem}.auth-link{color:#ff6b9c;text-decoration:none;font-weight:600;transition:color .3s ease}.auth-link:hover{color:#ff4d85}.error-message{background:#fff0f0;color:#e53e3e;padding:.8rem;border-radius:8px;font-size:.85rem;margin-bottom:1rem;border:1px solid #fed7d7;text-align:center}.phone-prefix{padding:0 1rem;font-weight:600;color:#444;border-right:1px solid #eee;margin-right:.5rem}.phone-input{border:none;padding-left:.5rem}.input-wrapper:has(.phone-input){border:2px solid #eee;border-radius:12px;background:#fff;padding:0}.input-wrapper:has(.phone-input:focus){border-color:#ff6b9c;box-shadow:0 0 0 4px #ff6b9c1a}.otp-input{text-align:center;letter-spacing:.5rem;font-size:1.5rem;font-weight:700}.resend-container{text-align:center;margin-top:1rem;font-size:.9rem;color:#666}.resend-button{background:none;border:none;color:#ff6b9c;font-weight:600;cursor:pointer;padding:.5rem}.resend-button:disabled{color:#ccc;cursor:not-allowed}.back-button{background:none;border:none;color:#666;font-size:.9rem;cursor:pointer;margin-top:.5rem;text-decoration:underline}#recaptcha-container{margin-top:1rem;display:flex;justify-content:center}.skip-button{background:none;border:none;color:#888;font-size:.9rem;cursor:pointer;margin-top:.5rem;text-decoration:underline;transition:color .3s ease}.skip-button:hover{color:#444}@media (max-width: 768px){.auth-container{padding:1rem;width:100%;box-sizing:border-box}.auth-card{padding:1.5rem;width:100%;box-sizing:border-box;margin:10px}}.all-reviews-page{padding:3rem 0;background:#f8fafc;min-height:100vh}.reviews-header{margin-bottom:3rem;text-align:center}.back-link{display:inline-flex;align-items:center;gap:.5rem;color:#64748b;text-decoration:none;margin-bottom:1.5rem;font-weight:600;transition:color .2s}.back-link:hover{color:#f36}.reviews-header h1{font-size:2rem;color:#1e293b;margin-bottom:1.5rem}.overall-stat{background:#fff;display:inline-block;padding:1.5rem 3rem;border-radius:20px;box-shadow:0 4px 15px #0000000d}.big-star{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:.5rem}.big-star span{font-size:2.5rem;font-weight:800;color:#1e293b}.overall-stat p{margin:0;color:#64748b;font-size:.9rem}.reviews-full-list{display:flex;flex-direction:column;gap:1.5rem;max-width:900px;margin:0 auto}.review-detailed-card{background:#fff;border-radius:24px;padding:2rem;display:flex;gap:2.5rem;box-shadow:0 4px 20px #00000008;border:1px solid #f1f5f9}@media (max-width: 768px){.review-detailed-card{flex-direction:column;gap:1.5rem}}.rev-sidebar{width:200px;flex-shrink:0}.user-info{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.rev-date{font-size:.75rem;color:#94a3b8;margin:0}.rev-main{flex:1}.rev-main .rev-comment{font-size:1rem;color:#334155;line-height:1.7;margin-bottom:1.5rem}.rev-images-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem;margin-bottom:1.5rem}.rev-img-item{aspect-ratio:1;border-radius:12px;overflow:hidden;background:#f1f5f9}.rev-img-item img{width:100%;height:100%;object-fit:cover}.rev-reply{background:#fff5f7;border-left:4px solid #ff3366;padding:1.5rem;border-radius:0 16px 16px 0}.reply-header{display:flex;align-items:center;gap:.5rem;color:#f36;margin-bottom:.5rem;font-size:.9rem}.rev-reply p{margin:0;font-size:.95rem;color:#475569;line-height:1.6}.no-reviews{text-align:center;padding:5rem 0;color:#94a3b8}.no-reviews p{margin-top:1rem;font-size:1.1rem}.info-page{padding:80px 0;background-color:#fff9f9;min-height:70vh}.page-title{font-size:3rem;color:#1a1a1a;text-align:center;margin-bottom:50px;font-weight:800;position:relative}.page-title:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translate(-50%);width:80px;height:5px;background:linear-gradient(to right,#f36,#ff8a00);border-radius:10px}.info-content{max-width:800px;margin:0 auto;background:#fff;padding:40px;border-radius:20px;box-shadow:0 10px 30px #0000000d}.info-content section{margin-bottom:40px}.info-content h2{font-size:1.8rem;color:#f36;margin-bottom:20px;font-weight:700}.info-content p{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:15px}.info-content ul{list-style:none;padding:0}.info-content ul li{margin-bottom:15px;padding-left:25px;position:relative;font-size:1.05rem;color:#444}.info-content ul li:before{content:"✨";position:absolute;left:0;top:0}@media (max-width: 768px){.info-page{padding:50px 0}.page-title{font-size:2.2rem}.info-content{padding:25px}}.profile-page{padding:40px 0 80px;background:#fdfdfd;min-height:100vh}.profile-grid{display:grid;grid-template-columns:280px 1fr;gap:32px;align-items:start;max-width:1200px;margin:0 auto}.profile-sidebar{display:flex;flex-direction:column;gap:20px;position:sticky;top:100px}.user-card-premium{background:#fff;border-radius:20px;padding:24px;text-align:center;box-shadow:0 10px 30px #0000000a;border:1px solid #f1f5f9}.avatar-wrapper{margin-bottom:16px;display:flex;justify-content:center}.avatar-circle{width:80px;height:80px;background:#fff1f2;border-radius:50%;display:flex;align-items:center;justify-content:center;border:4px solid white;box-shadow:0 4px 12px #ff33661a}.user-info-group h3{font-size:1.25rem;color:#1a2a4b;margin:0;font-weight:700}.user-info-group p{color:#64748b;font-size:.9rem;margin:4px 0 10px}.id-badge{font-size:.7rem;background:#f1f5f9;padding:4px 10px;border-radius:100px;color:#64748b;font-weight:600}.profile-nav-modern{background:#fff;border-radius:20px;padding:10px;box-shadow:0 10px 30px #0000000a;display:flex;flex-direction:column;gap:4px;border:1px solid #f1f5f9}.nav-btn{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:12px;border:none;background:none;color:#64748b;font-weight:600;cursor:pointer;transition:all .2s ease;text-align:left;width:100%}.nav-btn .chevron{margin-left:auto;opacity:.3}.nav-btn:hover{background:#f8fafc;color:#1a2a4b}.nav-btn.active{background:#fff1f2;color:#f36;box-shadow:inset 0 0 0 1px #ffe4e6}.nav-btn.active .chevron{opacity:1}.nav-divider{height:1px;background:#f1f5f9;margin:8px 12px}.nav-btn.logout{color:#ef4444;margin-top:4px}.profile-content-area{background:#fff;border-radius:24px;padding:32px;box-shadow:0 10px 30px #00000005;border:1px solid #f1f5f9;min-height:500px}.section-header{margin-bottom:24px}.section-header h2{font-size:1.75rem;font-weight:800;color:#1a2a4b;margin-bottom:4px}.section-header p{color:#64748b;font-size:1rem}.header-flex-row{display:flex;justify-content:space-between;align-items:center;width:100%}.orders-container{display:flex;flex-direction:column;gap:24px}.order-item-card{background:#fff;border-radius:24px;padding:24px;box-shadow:0 10px 30px #00000005;border:1px solid #f1f5f9;transition:transform .3s ease}.order-item-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0000000d}.order-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #f8fafc}.oid{font-weight:800;font-size:1.1rem;color:#1a2a4b;display:block}.odate{font-size:.9rem;color:#94a3b8}.status-pill{padding:6px 14px;border-radius:100px;font-size:.75rem;font-weight:800;letter-spacing:.5px}.status-pill.placed{background:#eff6ff;color:#3b82f6}.status-pill.confirmed{background:#e0e7ff;color:#4338ca}.status-pill.printing{background:#ffedd5;color:#ea580c}.status-pill.packing{background:#fef3c7;color:#d97706}.status-pill.dispatched{background:#fefce8;color:#ca8a04}.status-pill.shiprocket{background:#ccfbf1;color:#0f766e}.status-pill.shipped{background:#fefce8;color:#ca8a04}.status-pill.delivered{background:#f0fdf4;color:#16a34a}.status-pill.cancelled{background:#fef2f2;color:#dc2626}.order-preview{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.items-thumbs{display:flex;align-items:center;gap:-10px}.mini-thumb{width:50px;height:50px;border-radius:12px;border:3px solid white;overflow:hidden;box-shadow:0 4px 10px #0000001a;margin-right:-12px}.mini-thumb img{width:100%;height:100%;object-fit:cover}.more-count{width:50px;height:50px;border-radius:12px;background:#f1f5f9;color:#64748b;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700;border:3px solid white}.order-total-group{text-align:right}.order-total-group .label{display:block;font-size:.85rem;color:#94a3b8;margin-bottom:4px}.order-total-group .val{font-size:1.25rem;font-weight:800;color:#f36}.view-details-btn{width:100%;padding:12px;border:1px solid #e2e8f0;background:#fff;border-radius:12px;font-weight:700;color:#1a2a4b;cursor:pointer;transition:all .3s ease}.view-details-btn:hover{background:#1a2a4b;color:#fff;border-color:#1a2a4b}.add-address-btn{display:flex;align-items:center;gap:6px;padding:10px 18px;background:#f36;color:#fff;border:none;border-radius:12px;font-weight:700;font-size:.9rem;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #f363}.add-address-btn:hover{background:#e62e5c;transform:translateY(-1px);box-shadow:0 6px 16px #ff33664d}.address-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px}.address-card-modern{background:#fff;border-radius:24px;padding:24px;border:1px solid #f1f5f9;box-shadow:0 10px 30px #00000005;position:relative}.addr-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.type-badge{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#f8fafc;border-radius:100px;font-size:.8rem;font-weight:700;color:#1a2a4b}.delete-addr-btn{color:#cbd5e1;background:none;border:none;cursor:pointer;transition:color .3s ease}.delete-addr-btn:hover{color:#ef4444}.addr-body h4{font-size:1.1rem;font-weight:800;color:#1a2a4b;margin:0 0 10px}.addr-body p{font-size:.95rem;color:#64748b;margin:4px 0;line-height:1.5}.addr-body .phone{margin-top:12px;font-weight:600;color:#1a2a4b}.empty-state-card{background:#fafbfc;border-radius:20px;padding:48px 32px;text-align:center;border:2px dashed #e2e8f0;display:flex;flex-direction:column;align-items:center;justify-content:center}.empty-state-card.full-width{width:100%}.empty-state-card h3{font-size:1.25rem;color:#1a2a4b;margin:16px 0 8px;font-weight:700}.empty-state-card p{color:#64748b;max-width:320px;margin:0 0 24px;font-size:.95rem;line-height:1.5}.shop-now-btn{display:inline-block;padding:12px 28px;background:#1a2a4b;color:#fff;text-decoration:none;border-radius:50px;font-weight:700;font-size:.9rem;transition:all .2s ease}.shop-now-btn:hover{background:#f36;transform:translateY(-2px)}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px}.modal-content{background:#fff;border-radius:30px;width:100%;max-width:500px;padding:30px;box-shadow:0 40px 100px #0003}.animate-pop{animation:popIn .4s cubic-bezier(.16,1,.3,1)}@keyframes popIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.modal-header h2{font-size:1.5rem;font-weight:800;color:#1a2a4b}.close-modal{font-size:2rem;background:none;border:none;color:#94a3b8;cursor:pointer}.address-form{display:flex;flex-direction:column;gap:16px}.type-selector{display:flex;gap:10px;margin-bottom:10px}.type-btn{flex:1;padding:10px;border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc;color:#64748b;font-weight:700;cursor:pointer}.type-btn.active{background:#1a2a4b;color:#fff;border-color:#1a2a4b}.input-row{display:flex;gap:16px}.address-form input{padding:14px 18px;border-radius:12px;border:1.5px solid #e2e8f0;font-size:.95rem;outline:none;transition:border-color .3s ease;width:100%}.address-form input:focus{border-color:#f36}.save-addr-btn{margin-top:10px;padding:16px;background:#f36;color:#fff;border:none;border-radius:12px;font-weight:700;font-size:1rem;cursor:pointer;box-shadow:0 10px 20px #f363}.sheet-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:3000;display:flex;align-items:flex-end;justify-content:center}.sheet-content{background:#fff;width:100%;max-width:650px;border-radius:32px 32px 0 0;padding:32px;max-height:85vh;overflow-y:auto;position:relative;box-shadow:0 -10px 40px #0000001a;animation:slideUpSheet .4s cubic-bezier(.16,1,.3,1)}@keyframes slideUpSheet{0%{transform:translateY(100%)}to{transform:translateY(0)}}.sheet-header{margin-bottom:24px;position:sticky;top:-32px;background:#fff;padding-top:10px;padding-bottom:10px;margin-top:-10px;z-index:10}.sheet-handle{width:40px;height:5px;background:#e2e8f0;border-radius:10px;margin:0 auto 20px}.header-flex{display:flex;justify-content:space-between;align-items:center}.close-sheet{width:36px;height:36px;border-radius:50%;background:#f8fafc;border:none;font-size:20px;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.close-sheet:hover{background:#f1f5f9;color:#1a2a4b}.sheet-section{margin-bottom:32px}.sheet-section h3{font-size:1.1rem;font-weight:800;color:#1a2a4b;margin-bottom:16px}.meta-box{background:#f8fafc;padding:24px;border-radius:24px;display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-bottom:32px}.meta-item span{display:block;font-size:.75rem;color:#94a3b8;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px}.meta-item strong{font-size:.9rem;color:#1a2a4b;word-break:break-all}.status-tag{display:inline-block;padding:6px 12px;border-radius:100px;font-size:.7rem;font-weight:800;letter-spacing:.5px}.status-tag.placed{background:#e0f2fe;color:#0369a1}.status-tag.confirmed{background:#e0e7ff;color:#4f46e5}.status-tag.printing{background:#ffedd5;color:#c2410c}.status-tag.packing{background:#fef3c7;color:#b45309}.status-tag.dispatched{background:#fef9c3;color:#a16207}.status-tag.shiprocket{background:#ccfbf1;color:#0f766e}.status-tag.shipped{background:#fef9c3;color:#a16207}.status-tag.delivered{background:#dcfce7;color:#15803d}.status-tag.cancelled{background:#fef2f2;color:#b91c1c}.item-row{display:flex;gap:15px;padding:16px 0;border-bottom:1px solid #f1f5f9}.item-row img{width:70px;height:70px;border-radius:16px;object-fit:cover}.item-row .details h4{font-size:1rem;margin:0 0 4px}.pricing-box{padding:24px;background:#fff;border:1.5px solid #f1f5f9;border-radius:24px}.p-row{display:flex;justify-content:space-between;margin-bottom:8px;color:#64748b}.p-row.grand-total{margin-top:16px;padding-top:16px;border-top:1px solid #f1f5f9;font-size:1.25rem;font-weight:800;color:#f36}.designs-section{width:100%}.designs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:24px;margin-top:24px}.design-card{background:#fff;border-radius:24px;overflow:hidden;border:1px solid #f1f5f9;box-shadow:0 10px 25px #00000008;transition:all .3s ease}.design-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000000f}.design-img-wrapper{position:relative;aspect-ratio:1;background:#f8fafc}.design-img-wrapper img{width:100%;height:100%;object-fit:cover}.delete-design-btn{position:absolute;top:12px;right:12px;width:36px;height:36px;border-radius:50%;background:#ffffffe6;border:none;color:#ef4444;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 10px #0000001a;transition:all .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.delete-design-btn:hover{background:#ef4444;color:#fff;transform:scale(1.1)}.design-info{padding:16px}.design-info h4{font-size:1rem;font-weight:800;color:#1a2a4b;margin:0 0 4px}.design-info p{font-size:.8rem;color:#94a3b8;margin:0 0 16px}.reuse-btn{display:block;text-align:center;padding:10px;background:#f1f5f9;color:#1a2a4b;text-decoration:none;border-radius:12px;font-weight:700;font-size:.85rem;transition:all .2s ease}.reuse-btn:hover{background:#1a2a4b;color:#fff}@media (max-width: 768px){.profile-page{width:100%;max-width:100vw;overflow-x:hidden;box-sizing:border-box;padding:20px 10px 80px}.profile-grid{grid-template-columns:1fr;width:100%;box-sizing:border-box;gap:20px}.profile-sidebar{position:static;width:100%;box-sizing:border-box}.profile-content-area{padding:20px 15px;border-radius:16px;width:100%;box-sizing:border-box;min-height:auto}.header-flex-row{flex-direction:column;align-items:flex-start;gap:15px}.order-item-card{padding:15px;border-radius:16px}.order-top{flex-direction:column;align-items:flex-start;gap:10px}.order-preview{flex-direction:column;align-items:flex-start;gap:15px}.order-total-group{text-align:left;width:100%;display:flex;justify-content:space-between;align-items:center}.input-row{flex-direction:column;gap:16px}.meta-box{grid-template-columns:1fr;gap:20px;padding:15px}.sheet-content{padding:20px;max-height:90vh}.address-grid{grid-template-columns:1fr}.designs-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:15px}}
