.empty-state-container{background-color:#fcfcfd;justify-content:center;align-items:center;min-height:70vh;padding:2rem;display:flex;position:relative;overflow:hidden}.empty-state-container--storefront{background:#f7f5f0;min-height:calc(100dvh - 76px);padding:clamp(3rem,8vw,7rem) 1.25rem}.empty-state-container--storefront .empty-state-card{background:#fbfaf7;border:1px solid #ded9d0;border-radius:4px;width:min(100%,700px);max-width:none;padding:clamp(2rem,5vw,4.5rem);box-shadow:0 20px 50px #2024210f}.empty-state-container--storefront .empty-state-icon-wrapper{background:#ead5cc;border-radius:4px;width:64px;height:64px}.empty-state-container--storefront .empty-state-icon{color:#b24f38}.empty-state-container--storefront .empty-state-icon-pulse,.empty-state-container--storefront .decorative-blob{display:none}.empty-state-container--storefront .empty-state-title{color:#202421;letter-spacing:-.05em;font-size:clamp(1.9rem,4vw,2.8rem)}.empty-state-container--storefront .empty-state-description{color:#737a73;max-width:40ch}.empty-state-container--storefront .empty-state-btn{min-height:48px;box-shadow:none;border-radius:4px}.empty-state-container--storefront .empty-state-btn.primary{background:#202421}.empty-state-container--storefront .empty-state-btn.primary:hover{background:#b24f38;transform:translateY(-1px)}.empty-state-container--storefront .empty-state-btn.secondary{color:#202421;background:0 0;border-color:#cfc8be}.empty-state-container--storefront .empty-state-btn.secondary:hover{color:#b24f38;background:0 0;border-color:#b24f38}@media (max-width:560px){.empty-state-container--storefront{min-height:calc(100dvh - 68px);padding:2rem 1rem}.empty-state-container--storefront .empty-state-card{padding:2.25rem 1.25rem}.empty-state-container--storefront .empty-state-actions{flex-direction:column;width:100%}.empty-state-container--storefront .empty-state-btn{width:100%}}.empty-state-card{text-align:center;z-index:2;background:#fff;border:1px solid #00000008;border-radius:24px;flex-direction:column;align-items:center;width:100%;max-width:500px;padding:3.5rem 2rem;animation:.6s cubic-bezier(.16,1,.3,1) cardAppear;display:flex;box-shadow:0 20px 50px #0000000d}@keyframes cardAppear{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.empty-state-icon-wrapper{background:#fef1f4;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin-bottom:2rem;display:flex;position:relative}.empty-state-icon{color:#f36;z-index:1}.empty-state-icon-pulse{opacity:.15;background:#f36;border-radius:50%;animation:2s infinite pulse;position:absolute;inset:0}@keyframes pulse{0%{opacity:.15;transform:scale(1)}50%{opacity:0;transform:scale(1.4)}to{opacity:.15;transform:scale(1)}}.empty-state-title{color:#1a2a4b;letter-spacing:-.5px;margin-bottom:1rem;font-size:2rem;font-weight:800}.empty-state-description{color:#64748b;max-width:90%;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.6}.empty-state-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.empty-state-btn{cursor:pointer;border-radius:12px;align-items:center;gap:.75rem;padding:.9rem 1.8rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.empty-state-btn.primary{color:#fff;background:#f36;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{color:#1a2a4b;background:#f1f5f9;border:1px solid #e2e8f0}.empty-state-btn.secondary:hover{background:#e2e8f0;transform:translateY(-2px)}.decorative-blob{filter:blur(80px);z-index:1;opacity:.3;border-radius:50%;position:absolute}.blob-1{background:#f36;width:300px;height:300px;top:-100px;right:-100px}.blob-2{background:#fdb62f;width:400px;height:400px;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{justify-content:center;width:100%}}
.explore-themes-section{background-color:#f8fafc;padding:60px 0}.explore-themes-section .section-title{text-align:center;color:#1e293b;text-transform:uppercase;letter-spacing:1px;margin-bottom:40px;font-size:2.5rem;font-weight:800}.explore-themes-section .themes-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:30px;display:grid}.explore-themes-section .theme-card{-webkit-backdrop-filter:blur(12px);cursor:pointer;background:#fffc;border:4px solid #000;border-radius:40px;flex-direction:column;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;overflow:hidden;box-shadow:8px 8px #000}.explore-themes-section .theme-card:hover{border-color:#000;transform:translateY(-12px)rotate(2deg);box-shadow:15px 15px #f36}.explore-themes-section .theme-img-wrapper{aspect-ratio:1.1;background:0 0;width:100%;padding:15px;position:relative;overflow:hidden}.explore-themes-section .theme-image{object-fit:contain;border-radius:20px;width:100%;height:100%;transition:transform .6s}.explore-themes-section .theme-card:hover .theme-image{transform:scale(1.08)}.explore-themes-section .theme-info{text-align:center;flex-direction:column;flex-grow:1;justify-content:space-between;padding:24px;display:flex}.explore-themes-section .theme-info h3{color:#1e293b;margin-bottom:16px;font-size:1.25rem;font-weight:700}.explore-themes-section .try-now-btn{color:#fff;background-color:#f36;border:none;border-radius:8px;width:100%;padding:12px 24px;font-size:1rem;font-weight:600;transition:all .3s}.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{margin-bottom:30px;font-size:2rem}.explore-themes-section .themes-grid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:16px;margin:0 -20px;padding-bottom:20px;padding-left:20px;padding-right:20px;display:flex;overflow-x:auto}.explore-themes-section .themes-grid::-webkit-scrollbar{display:none}.explore-themes-section .theme-card{scroll-snap-align:start;border-width:2px;border-radius:20px;flex-shrink:0;min-width:140px;max-width:140px;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{margin-bottom:8px;font-size:.85rem}.explore-themes-section .try-now-btn{border-radius:6px;padding:6px 12px;font-size:.75rem}}
.features{background-color:var(--bg-white);border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;padding:40px 0}.features-grid{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;display:flex}.feature-item{flex:1;align-items:center;gap:16px;min-width:200px;display:flex}.feature-icon{color:#f03e65;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.feature-desc{color:var(--text-gray);font-size:14px}@media (max-width:992px){.features-grid{grid-template-columns:repeat(2,1fr);display:grid}}@media (max-width:576px){.features-grid{grid-template-columns:1fr}}.features{background:var(--bg-white);border-top:1px solid var(--border-color,#f0f0f0);border-bottom:1px solid var(--border-color,#f0f0f0);border-radius:0;margin-top:0;padding:56px 0}.feature-item{border-radius:var(--radius-lg,20px);border:1px solid var(--border-color,#f0f0f0);box-shadow:var(--shadow-card,0 2px 12px #0000000f);background:#fff;align-items:center;gap:18px;padding:22px 20px;transition:transform .22s cubic-bezier(.16,1,.3,1),box-shadow .22s cubic-bezier(.16,1,.3,1);animation:.5s cubic-bezier(.16,1,.3,1) both fadeInUp;display:flex}.feature-item:first-child{animation-delay:0s}.feature-item:nth-child(2){animation-delay:70ms}.feature-item:nth-child(3){animation-delay:.14s}.feature-item:nth-child(4){animation-delay:.21s}.feature-item:hover{box-shadow:var(--shadow-hover,0 8px 28px #0000001f);transform:translateY(-5px)}.feature-icon{background:var(--primary-light,#f03e6512);color:var(--primary-color);border-radius:var(--radius-md,12px);justify-content:center;align-items:center;width:52px;min-width:52px;height:52px;transition:background .2s,color .2s,transform .2s;display:flex}.feature-item:hover .feature-icon{background:var(--primary-color);color:#fff;transform:scale(1.08)}.feature-title{color:var(--text-dark);margin-bottom:4px;font-size:15px;font-weight:700}.feature-desc{color:var(--text-gray);margin:0;font-size:13px;line-height:1.5}
.footer{background:#f8fafc;padding:120px 0 40px;position:relative;overflow:hidden}.footer:before{content:"";background:#fff;width:100%;height:80px;position:absolute;top:0;left:0;-webkit-mask:radial-gradient(40px at 50% 100%,#0000 98%,#000 100%) 50% 100%/80px 100%;mask:radial-gradient(40px at 50% 100%,#0000 98%,#000 100%) 50% 100%/80px 100%}.footer-grid{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:60px;margin-bottom:60px;display:grid}.logo-img{object-fit:contain;filter:drop-shadow(0 8px 16px #0000000f);width:auto;height:140px;transition:transform .3s}.logo-img:hover{transform:scale(1.02)}.footer-heading{color:#1a2a4b;margin-bottom:25px;font-size:18px;font-weight:600}.footer-links{flex-direction:column;gap:12px;display:flex}.footer-links a{color:#64748b;font-size:14px;font-weight:500;transition:all .3s}.footer-links a:hover{color:#f36;padding-left:5px}.footer-contact-info{flex-direction:column;gap:20px;display:flex}.footer-contact-info li{align-items:flex-start;gap:15px;display:flex}.contact-icon-wrapper{color:#f36;background:#fff1f2;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.contact-main-text{color:#1a2a4b;margin-bottom:4px;font-size:14px;font-weight:600;display:block}.footer-divider{background:linear-gradient(90deg,#0000,#e2e8f0,#0000);height:1px;margin-bottom:30px}.footer-bottom{justify-content:space-between;align-items:center;padding-top:10px;display:flex}.footer-bottom-left{align-items:center;gap:40px;display:flex}.social-links{gap:12px;display:flex}.icon-circle{color:#1a2a4b;background:#fff;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;box-shadow:0 2px 8px #00000005}.social-icon:hover .icon-circle{color:#fff;background:#f36;border-color:#f36;transform:translateY(-3px);box-shadow:0 8px 15px #f363}.copyright-text,.made-with-love{color:#94a3b8;font-size:13px}@media (max-width:992px){.footer-grid{grid-template-columns:repeat(2,1fr);gap:40px}.footer-bottom{text-align:center;flex-direction:column;gap:20px}.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{text-align:left;align-items:flex-start;width:100%}.social-links{flex-wrap:wrap}.footer-about-text{max-width:100%}}.footer{color:#f7f5f0;background:#202421;padding:88px 0 28px}.footer:before{content:none}.footer-grid{grid-template-columns:1.4fr .8fr .8fr 1.2fr;gap:clamp(28px,5vw,88px);margin-bottom:72px}.footer-brand-col{max-width:270px}.footer-brand{color:#f7f5f0;letter-spacing:-.04em;align-items:center;gap:10px;font-size:1.3rem;font-weight:800;text-decoration:none;display:inline-flex}.footer-brand-mark{color:#202421;background:#f7f5f0;border-radius:5px;place-items:center;width:34px;height:34px;font-size:1rem;display:grid}.footer-brand-logo{object-fit:contain;filter:brightness(0)invert();max-width:150px;max-height:42px}.footer-brand-copy{color:#aeb5ad;margin:18px 0 28px;font-size:.86rem;line-height:1.65}.footer-eyebrow{color:#d38b73;letter-spacing:.16em;text-transform:uppercase;margin-bottom:14px;font-size:.65rem;font-weight:800;display:block}.footer-heading{letter-spacing:.14em;text-transform:uppercase;color:#d38b73;margin-bottom:22px;font-size:.72rem;font-weight:800}.footer-links a{color:#d5dad3;font-size:.86rem;transition:color .2s,transform .2s;display:inline-block}.footer-links a:hover{color:#fff;padding-left:0;transform:translate(4px)}.contact-icon-wrapper{color:#d38b73;background:#2d3430;border:1px solid #3b443e;border-radius:4px;width:30px;height:30px}.contact-main-text{color:#f2f4ef;font-size:.86rem}.contact-sub{color:#929b92;font-size:.72rem}.footer-divider{background:#39413b;margin-bottom:24px}.footer-bottom{padding-top:0}.icon-circle{color:#d5dad3;width:36px;height:36px;box-shadow:none;background:0 0;border:1px solid #465048;border-radius:4px}.social-icon:hover .icon-circle{color:#202421;box-shadow:none;background:#d38b73;border-color:#d38b73;transform:translateY(-2px)}.copyright-text,.made-with-love{color:#929b92}.heart{color:#d38b73}@media (max-width:992px){.footer-grid{grid-template-columns:1.2fr 1fr 1fr;gap:40px}.footer-brand-col{grid-column:1/-1;max-width:430px}}@media (max-width:576px){.footer{padding:60px 0 28px}.footer-grid{grid-template-columns:1fr;gap:30px;margin-bottom:36px}.footer-brand-col{grid-column:auto;max-width:none}}
.gift-finder-section{background:radial-gradient(circle,#ff33660d 0%,#0000 70%);padding:80px 20px;position:relative;overflow:hidden}.finder-container{z-index:2;max-width:1000px;margin:0 auto;position:relative}.finder-header{text-align:center;margin-bottom:50px}.finder-badge{color:#f36;background:#fff1f2;border:1px solid #ffe4e6;border-radius:20px;align-items:center;gap:8px;margin-bottom:16px;padding:6px 16px;font-size:12px;font-weight:800;display:inline-flex}.finder-main-title{color:#1a2a4b;letter-spacing:-1px;font-size:42px;font-weight:900}.text-gradient{background:linear-gradient(135deg,#f36,#fdba2f);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.finder-card-wrapper{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffc;border:1px solid #ffffff80;border-radius:32px;justify-content:center;align-items:center;min-height:400px;padding:50px;display:flex;box-shadow:0 20px 60px #0000000d}.finder-step{text-align:center;width:100%}.finder-step-indicator{color:#94a3b8;text-transform:uppercase;letter-spacing:1px;margin-bottom:20px;font-size:13px;font-weight:700;display:block}.finder-question{color:#0f172a;margin-bottom:40px;font-size:32px;font-weight:800}.finder-options{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.finder-opt-card{cursor:pointer;background:#fff;border:2px solid #f1f5f9;border-radius:24px;flex-direction:column;align-items:center;gap:16px;padding:30px 20px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex}.finder-opt-card:hover{border-color:#f36;transform:translateY(-10px);box-shadow:0 20px 40px #ff33661a}.opt-icon-bg{border-radius:20px;justify-content:center;align-items:center;width:70px;height:70px;font-size:36px;transition:transform .3s;display:flex}.finder-opt-card:hover .opt-icon-bg{transform:scale(1.2)rotate(10deg)}.finder-opt-card span{color:#1a2a4b;font-size:16px;font-weight:700}.bg-blue{background:#eef2ff}.bg-pink{background:#fff1f2}.bg-yellow{background:#fffbeb}.bg-orange{background:#fff7ed}.bg-purple{background:#f5f3ff}.bg-teal{background:#f0fdfa}.bg-indigo{background:#eef2ff}.bg-rose{background:#fff1f2}.bg-green{background:#f0fdf4}.finder-result{text-align:center}.sparkle-icon{color:#fdba2f;width:48px;height:48px;margin-bottom:20px;animation:2s infinite bounce}.finder-result h2{color:#0f172a;margin-bottom:12px;font-size:36px;font-weight:900}.finder-result p{color:#64748b;margin-bottom:30px}.selection-summary{color:#1a2a4b;text-transform:capitalize;background:#f8fafc;border-radius:100px;gap:8px;margin-bottom:40px;padding:10px 20px;font-size:14px;font-weight:700;display:inline-flex}.btn-see-matches{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f36,#ff6b8a);border:none;border-radius:16px;justify-content:center;align-items:center;gap:12px;width:100%;margin-bottom:20px;padding:18px 40px;font-size:18px;font-weight:800;transition:all .3s;display:flex;box-shadow:0 10px 30px #ff33664d}.btn-see-matches:hover{transform:translateY(-3px);box-shadow:0 15px 35px #f366}.btn-restart{color:#94a3b8;cursor:pointer;background:0 0;border:none;font-size:14px;font-weight:700}.btn-restart:hover{color:#f36;text-decoration:underline}.finder-ornament{opacity:.2;pointer-events:none;font-size:40px;position:absolute}.find-orn-1{animation:6s infinite float;top:10%;left:5%}.find-orn-2{animation:8s 1s infinite float;bottom:10%;right:5%}.find-orn-3{animation:7s 2s infinite float;top:20%;right:10%}@keyframes float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-20px)rotate(10deg)}}@keyframes bounce{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.animate-fade-in{animation:.5s ease-out forwards fadeIn}.animate-scale-up{animation:.5s cubic-bezier(.175,.885,.32,1.275) forwards scaleUp}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleUp{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){.finder-options{grid-template-columns:1fr}.finder-card-wrapper{padding:30px 20px}.finder-main-title{font-size:32px}.finder-question{font-size:24px}}
.hdr__announce{background:#1c0f1e;align-items:center;height:32px;display:flex;overflow:hidden}.hdr__marquee-wrap{-webkit-user-select:none;user-select:none;width:100%;overflow:hidden}.hdr__marquee{white-space:nowrap;gap:56px;width:max-content;animation:32s linear infinite hdr-marquee;display:flex}.hdr__marquee-item{letter-spacing:.12em;text-transform:uppercase;color:#f5c842;align-items:center;gap:6px;font-size:11px;font-weight:600;display:inline-flex}.hdr__announce:hover .hdr__marquee{animation-play-state:paused}@keyframes hdr-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.hdr{z-index:900;background:#fffbf8;border-bottom:1px solid #f0e8e0;transition:box-shadow .3s,border-color .3s,background .3s;position:sticky;top:0}.hdr--scrolled{-webkit-backdrop-filter:blur(12px);background:#fffbf8f5;border-bottom-color:#0000;box-shadow:0 1px #f0e8e0,0 4px 24px #3c140a12}.hdr__bar{width:100%}.hdr__inner{align-items:center;gap:0;max-width:1380px;height:72px;margin:0 auto;padding:0 clamp(16px,3vw,48px);display:flex}.hdr__logo{flex-shrink:0;align-items:center;gap:10px;margin-right:36px;text-decoration:none;display:flex}.hdr__logo-img{transition:transform .4s cubic-bezier(.34,1.56,.64,1);object-fit:contain!important;mix-blend-mode:multiply!important;width:auto!important;height:60px!important;display:block!important}.hdr__logo:hover .hdr__logo-img{transform:scale(1.07)}.hdr__logo-word{letter-spacing:-.02em;color:#17151a;font-family:Fraunces,Georgia,serif;font-size:1.55rem;font-weight:600;line-height:1;transition:transform .4s cubic-bezier(.34,1.56,.64,1)}.hdr__store-initial{color:#fff8f1;background:#17151a;border-radius:10px;flex:none;place-items:center;width:34px;height:34px;font-family:Fraunces,Georgia,serif;font-size:1.15rem;font-weight:600;display:grid}.hdr__logo:hover .hdr__logo-word{transform:scale(1.05)}.hdr__drawer-logo .hdr__logo-word{font-size:1.4rem}.hdr__nav{flex:1;align-items:center;gap:2px;display:flex}.hdr__navlink{cursor:pointer;letter-spacing:.01em;color:#3d2316;white-space:nowrap;background:0 0;border:none;border-radius:8px;align-items:center;gap:5px;padding:7px 14px;font-family:inherit;font-size:14px;font-weight:600;line-height:1;text-decoration:none;transition:color .18s,background .18s;display:inline-flex;position:relative}.hdr__navlink:hover,.hdr__navlink.is-open{color:#e0375e;background:#fff0f3}.hdr__navlink.is-active{color:#e0375e}.hdr__navlink:after{content:"";transform-origin:0;background:#e0375e;border-radius:2px;height:2px;transition:transform .22s cubic-bezier(.34,1.56,.64,1);position:absolute;bottom:2px;left:14px;right:14px;transform:scaleX(0)}.hdr__navlink:hover:after,.hdr__navlink.is-active:after{transform:scaleX(1)}.hdr__nav-chevron{color:currentColor;align-items:center;margin-top:1px;transition:transform .22s;display:inline-flex}.hdr__navlink.is-open .hdr__nav-chevron{transform:rotate(180deg)}.hdr__nav-item{position:relative}.hdr__dropdown{z-index:200;background:#fff;border:1px solid #f0e8e0;border-radius:16px;min-width:220px;padding:10px;animation:.2s cubic-bezier(.34,1.4,.64,1) forwards hdr-drop;position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%);box-shadow:0 0 0 1px #3c140a0a,0 8px 32px #3c140a1c,0 2px 8px #3c140a0f}@keyframes hdr-drop{0%{opacity:0;transform:translate(-50%)translateY(-6px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.hdr__drop-head{letter-spacing:.12em;text-transform:uppercase;color:#c4a898;padding:4px 10px 8px;font-size:10px;font-weight:700}.hdr__drop-rule{background:#f5ede8;height:1px;margin:4px 6px 6px}.hdr__drop-item{color:#3d2316;border-radius:10px;align-items:center;gap:10px;padding:9px 12px;font-size:13.5px;font-weight:500;text-decoration:none;transition:background .14s,color .14s;display:flex}.hdr__drop-item:hover{color:#e0375e;background:#fff0f3}.hdr__drop-dot{background:#e8d0c8;border-radius:50%;flex-shrink:0;width:5px;height:5px;transition:background .14s,transform .14s}.hdr__drop-item:hover .hdr__drop-dot{background:#e0375e;transform:scale(1.3)}.hdr__actions{flex-shrink:0;align-items:center;gap:4px;margin-left:auto;display:flex}.hdr__search-wrap{align-items:center;gap:0;display:flex}.hdr__search-field{opacity:0;width:0;transition:width .32s cubic-bezier(.4,0,.2,1),opacity .22s;overflow:hidden}.hdr__search-field.is-open{opacity:1;width:220px}.hdr__search-input{color:#3d2316;background:0 0;border:none;border-bottom:1.5px solid #e0375e;outline:none;width:100%;padding:5px 12px 5px 4px;font-family:inherit;font-size:13.5px}.hdr__search-input::placeholder{color:#c4a898}.hdr__icon-btn{color:#3d2316;cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:background .18s,color .18s,transform .18s;display:inline-flex;position:relative}.hdr__icon-btn:hover{color:#e0375e;background:#fff0f3;transform:translateY(-1px)}.hdr__icon-btn--rel{position:relative}.hdr__badge{color:#fff;background:#e0375e;border:1.5px solid #fffbf8;border-radius:50%;justify-content:center;align-items:center;width:15px;height:15px;font-size:8.5px;font-weight:800;line-height:1;display:flex;position:absolute;top:5px;right:5px}.hdr__rule{background:#f0e0d8;flex-shrink:0;width:1px;height:26px;margin:0 6px}.hdr__user{align-items:center;gap:6px;display:flex}.hdr__avatar{color:#e0375e;background:#fff1f4;border:1.5px solid #ffd6df;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;text-decoration:none;transition:all .2s;display:inline-flex}.hdr__avatar:hover{color:#fff;background:#e0375e;border-color:#e0375e;transform:translateY(-1px);box-shadow:0 4px 14px #e0375e47}.hdr__logout{color:#b8a8a0;cursor:pointer;background:0 0;border:1.5px solid #f0e0d8;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:inline-flex}.hdr__logout:hover{color:#e0375e;background:#fff1f4;border-color:#ffd6df;transform:translateY(-1px)}.hdr__login-btn{color:#fff;letter-spacing:.02em;white-space:nowrap;background:#e0375e;border-radius:50px;align-items:center;margin-left:4px;padding:9px 22px;font-size:13.5px;font-weight:700;text-decoration:none;transition:background .18s,transform .18s,box-shadow .18s;display:inline-flex}.hdr__login-btn:hover{background:#c42d50;transform:translateY(-1px);box-shadow:0 6px 20px #e0375e52}.hdr--store{background:#fbfaf7;border-bottom-color:#e6e1d9}.hdr--store .hdr__inner{max-width:1320px;height:76px;padding-left:clamp(20px,4vw,56px);padding-right:clamp(20px,4vw,56px)}.hdr--store .hdr__logo{gap:11px;margin-right:clamp(28px,4vw,64px)}.hdr--store .hdr__store-initial{color:#fbfaf7;background:#202421;border-radius:6px;width:36px;height:36px;font-family:inherit;font-size:1rem}.hdr--store .hdr__logo-word{color:#202421;letter-spacing:-.04em;font-family:inherit;font-size:1.28rem;font-weight:800}.hdr--store .hdr__navlink{color:#4e514d;border-radius:4px;padding:10px 13px;font-size:13px;font-weight:700}.hdr--store .hdr__navlink:hover,.hdr--store .hdr__navlink.is-open{color:#202421;background:#efebe4}.hdr--store .hdr__navlink.is-active{color:#b24f38}.hdr--store .hdr__navlink:after{background:#b24f38;bottom:4px}.hdr--store .hdr__icon-btn{color:#353a35;border-radius:6px;width:38px;height:38px}.hdr--store .hdr__icon-btn:hover{color:#b24f38;background:#f1ece5;transform:none}.hdr--store .hdr__rule{background:#ded8cf;height:22px;margin:0 10px}.hdr--store .hdr__login-btn{color:#fff;letter-spacing:.04em;text-transform:uppercase;background:#202421;border-radius:5px;margin-left:7px;padding:10px 17px;font-size:12px}.hdr--store .hdr__login-btn:hover{box-shadow:none;background:#b24f38;transform:none}.hdr--store .hdr__badge{background:#b24f38;border-color:#fbfaf7}.hdr--store .hdr__dropdown{border-color:#e6e1d9;border-radius:6px;box-shadow:0 16px 36px #2024211f}@media (max-width:992px){.hdr--store .hdr__inner{height:68px}.hdr--store .hdr__logo{margin-right:0}.hdr--store .hdr__burger{color:#202421;background:#efebe4;border-radius:6px}}.hdr__burger{color:#3d2316;cursor:pointer;background:#fff1f4;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;margin-right:12px;transition:background .18s;display:none}.hdr__burger:hover{background:#ffd6df}.hdr__drawer{z-index:1800;background:#fffbf8;flex-direction:column;width:290px;height:100dvh;transition:left .36s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:-310px;box-shadow:6px 0 40px #3c140a24}.hdr__drawer.is-open{left:0}.hdr__drawer-head{border-bottom:1px solid #f0e8e0;flex-shrink:0;justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.hdr__drawer-logo img{mix-blend-mode:multiply;width:auto;height:42px}.hdr__drawer-close{color:#7a5a50;cursor:pointer;background:#f5ede8;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .18s,color .18s;display:flex}.hdr__drawer-close:hover{color:#e0375e;background:#ffd6df}.hdr__drawer-body{flex-direction:column;flex:1;gap:24px;padding:20px;display:flex;overflow-y:auto}.hdr__drawer-search{background:#f8f2ef;border:1.5px solid #ede5e0;border-radius:12px;align-items:center;gap:10px;padding:10px 14px;transition:border-color .18s;display:flex}.hdr__drawer-search:focus-within{border-color:#e0375e}.hdr__drawer-search-icon{color:#c4a898;flex-shrink:0}.hdr__drawer-search input{color:#3d2316;background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:14px}.hdr__drawer-section{flex-direction:column;display:flex}.hdr__drawer-label{letter-spacing:.14em;text-transform:uppercase;color:#c4a898;margin-bottom:8px;font-size:10px;font-weight:700}.hdr__drawer-link{color:#3d2316;text-align:left;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #f5ede8;align-items:center;gap:8px;width:100%;padding:11px 0;font-family:inherit;font-size:15px;font-weight:500;text-decoration:none;transition:color .15s;display:flex}.hdr__drawer-link:last-child{border-bottom:none}.hdr__drawer-link:hover,.hdr__drawer-link--danger{color:#e0375e}.hdr__drawer-link--cta{color:#e0375e;font-weight:700}.hdr__overlay{-webkit-backdrop-filter:blur(4px);z-index:1799;background:#1c0a0a6b;animation:.22s hdr-fade;position:fixed;inset:0}@keyframes hdr-fade{0%{opacity:0}to{opacity:1}}@media (max-width:992px){.hdr__nav{display:none}.hdr__burger{display:inline-flex}.hdr__login-btn,.hdr__rule{display:none}.hdr__logo{margin-right:0}.hdr__inner{justify-content:space-between}}@media (max-width:600px){.hdr__logo-img{height:48px!important}.hdr__inner{height:62px}.hdr__icon-btn{width:36px;height:36px}}
.hero-section{padding:0 32px 60px;transition:background .8s;position:relative;overflow:hidden}.hero-section.theme-pink{background:linear-gradient(135deg,#fff5f7 0%,#fff0eb 30%,#fef3e2 60%,#fef8f0 100%)}.hero-section.theme-blue{background:linear-gradient(135deg,#f0f7ff 0%,#e6efff 30%,#f4f8ff 60%,#fff 100%)}.hero-section.theme-yellow{background:linear-gradient(135deg,#fffbeb 0%,#fef3c7 30%,#fff9db 60%,#fff 100%)}.hero-section.theme-background{background:#f8fafc}.hero-section.hero-store-mode.theme-background:before,.hero-section.hero-store-mode.theme-background:after{display:none}.hero-section.hero-store-mode.theme-background{background-color:#f5eee8;background-position:50%;background-size:cover;min-height:clamp(420px,58vw,620px)}.hero-bg-overlay{z-index:1;pointer-events:none;position:absolute;inset:0}.hero-section:before{content:"";z-index:0;background:radial-gradient(circle,#ff336614 0%,#0000 70%);border-radius:50%;width:450px;height:450px;animation:8s ease-in-out infinite blobPulse;position:absolute;top:-120px;left:-80px}.hero-section:after{content:"";z-index:0;background:radial-gradient(circle,#fdb62f1a 0%,#0000 70%);border-radius:50%;width:500px;height:500px;animation:10s ease-in-out 2s infinite blobPulse;position:absolute;bottom:-80px;right:-60px}@keyframes blobPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.15)}}.hero-wave{z-index:10;width:100%;line-height:0;position:absolute;bottom:-2px;left:0}.hero-wave svg{width:100%;height:50px;display:block}.hero-dot-pattern{z-index:0;pointer-events:none;background-image:radial-gradient(#00000008 1px,#0000 1px);background-size:28px 28px;width:100%;height:100%;position:absolute;top:0;left:0}.hero-fade-in{opacity:1;transition:opacity .5s,transform .5s;transform:translate(0)}.hero-fade-out{opacity:0;transition:opacity .4s,transform .4s;transform:translate(-16px)}.hero-badge{animation:fadeInUp .5s var(--ease-out,cubic-bezier(.16,1,.3,1)) both}.hero-title{animation:fadeInUp .55s var(--ease-out,cubic-bezier(.16,1,.3,1)) 80ms both}.hero-sub{animation:fadeInUp .55s var(--ease-out,cubic-bezier(.16,1,.3,1)) .16s both}.hero-btns{animation:fadeInUp .5s var(--ease-out,cubic-bezier(.16,1,.3,1)) .24s both}.hero-right{animation:fadeIn .7s var(--ease-out,cubic-bezier(.16,1,.3,1)) .1s both}.hero-row{z-index:2;flex-direction:row;justify-content:space-between;align-items:center;max-width:1160px;min-height:480px;margin:0 auto;transition:all .5s;display:flex;position:relative}.hero-row.pos-top-left{justify-content:flex-start;align-items:flex-start}.hero-row.pos-top-center{justify-content:center;align-items:flex-start}.hero-row.pos-top-right{justify-content:flex-end;align-items:flex-start}.hero-row.pos-center-left{justify-content:flex-start;align-items:center}.hero-row.pos-center{justify-content:center;align-items:center}.hero-row.pos-center-right{justify-content:flex-end;align-items:center}.hero-row.pos-bottom-left{justify-content:flex-start;align-items:flex-end}.hero-row.pos-bottom-center{justify-content:center;align-items:flex-end}.hero-row.pos-bottom-right{justify-content:flex-end;align-items:flex-end}.hero-left{z-index:5;flex-shrink:0;width:50%;padding:48px 40px 48px 0;position:relative}.hero-badge{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#f36,#ff6b8a);border-radius:20px;align-items:center;gap:6px;margin-bottom:20px;padding:6px 16px;font-size:12px;font-weight:700;display:inline-flex;box-shadow:0 4px 14px #ff33664d}.hero-title{letter-spacing:-2px;color:#0f172a;margin-bottom:20px;font-size:64px;font-weight:900;line-height:1;transition:color .5s}.hero-highlight{background:linear-gradient(135deg,#f36 0%,#ff8c42 50%,#f36 100%) 0 0/200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;animation:3s linear infinite shine;display:inline-block}@keyframes shine{to{background-position:200%}}.hero-sub{color:#64748b;max-width:440px;margin-bottom:36px;font-size:18px;font-weight:500;line-height:1.65}.hero-btns{align-items:center;gap:14px;display:flex}.hbtn{cursor:pointer;text-transform:uppercase;letter-spacing:.5px;border:none;border-radius:50px;padding:14px 32px;font-family:inherit;font-size:14px;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1)}.hbtn-primary{color:#fff;background:linear-gradient(135deg,#f36 0%,#ff5c8a 100%);position:relative;overflow:hidden;box-shadow:0 8px 24px #ff336659}.hbtn-primary:after{content:"";background:radial-gradient(circle,#ffffff40 0%,#0000 70%);width:200%;height:200%;transition:transform .5s ease-out;position:absolute;top:-50%;left:-50%;transform:scale(0)}.hbtn-primary:hover:after{transform:scale(1)}.hbtn-primary:hover{transform:translateY(-3px)scale(1.03);box-shadow:0 14px 32px #ff336673}.hbtn-outline{color:#f36;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb3;border:2px solid #f36}.hbtn-outline:hover{color:#fff;background:#f36;transform:translateY(-3px);box-shadow:0 10px 24px #ff336640}.hero-right{perspective:1000px;flex-shrink:0;justify-content:center;align-items:center;width:50%;min-height:360px;display:flex;position:relative}.hero-right:before{content:"";z-index:0;background:radial-gradient(circle,#ff33661f 0%,#ff8c4214 50%,#0000 70%);border-radius:50%;width:280px;height:280px;animation:6s ease-in-out 1s infinite blobPulse;position:absolute}.cards-wrap{z-index:2;justify-content:center;align-items:flex-end;gap:16px;display:flex;position:relative}.fcard{border:5px solid #ffffffe6;border-radius:18px;flex-direction:column;flex-shrink:0;justify-content:flex-end;align-items:center;padding-bottom:18px;transition:all .6s cubic-bezier(.19,1,.22,1);display:flex;position:relative;overflow:hidden;box-shadow:0 20px 50px #0000001f}.fcard-img{object-fit:cover;z-index:0;width:100%;height:100%;transition:transform 1.2s;position:absolute;top:0;left:0}.fcard-name{color:#fff;text-shadow:0 2px 12px #00000080;z-index:2;font-size:17px;font-weight:800;position:relative}.fcard-pos-0{z-index:1;width:130px;height:210px;transform:rotate(-8deg)translateY(10px)}.fcard-pos-1{z-index:3;width:150px;height:280px;box-shadow:0 30px 60px #0000002e}.fcard-pos-2{z-index:1;border-top-left-radius:70px;border-top-right-radius:70px;width:125px;height:200px;transform:rotate(8deg)translateY(10px)}.fcard:hover{z-index:10;border-color:#f36;box-shadow:0 40px 80px #ff336640;transform:translateY(-20px)rotate(0)scale(1.08)!important}.fcard:hover .fcard-img{transform:scale(1.15)}.fcard-blue{background:linear-gradient(150deg,#c5dbff 0%,#96bdff 100%)}.fcard-purple{background:linear-gradient(150deg,#dcc6ff 0%,#a8c4ff 100%)}.fcard-pink{background:linear-gradient(150deg,#ffb3be 0%,#ffd6e0 100%)}.fcard-orange{background:linear-gradient(150deg,#ffe4b5 0%,#ffb347 100%)}.fcard-teal{background:linear-gradient(150deg,#b2f0e8 0%,#52c7b8 100%)}.fcard-coral{background:linear-gradient(150deg,#ffc4b0 0%,#ff7f61 100%)}.fcard-green{background:linear-gradient(150deg,#b8f5c8 0%,#52d07a 100%)}.fcard-sky{background:linear-gradient(150deg,#bde8ff 0%,#5bc4f7 100%)}.fcard-lemon{background:linear-gradient(150deg,#fffab0 0%,#ffe166 100%)}.fcard-rose{background:linear-gradient(150deg,#ffc2d1 0%,#ff6fa1 100%)}.fcard-violet{background:linear-gradient(150deg,#d8b4fe 0%,#9c69f0 100%)}.fcard-peach{background:linear-gradient(150deg,#ffd9b0 0%,#ffa96e 100%)}.hdot{border-radius:50%;display:block;position:absolute}.hdot-yellow{opacity:.75;background:#ffd43b;width:18px;height:18px}.hdot-blue{opacity:.6;background:#74c0fc;width:12px;height:12px}.hdot-orange{opacity:.75;background:#ffa94d;width:18px;height:18px}.hdot-teal{opacity:.6;background:#52c7b8;width:12px;height:12px}.hdot-green{opacity:.75;background:#52d07a;width:18px;height:18px}.hdot-sky{opacity:.6;background:#5bc4f7;width:12px;height:12px}.hdot-rose{opacity:.75;background:#ff6fa1;width:18px;height:18px}.hdot-violet{opacity:.6;background:#9c69f0;width:12px;height:12px}.hdot-sm{opacity:.55;background:#ffd43b;width:9px;height:9px}.hero-ornament{pointer-events:none;z-index:1;position:absolute}.ornament-star-1{color:#fdb62f;opacity:.8;filter:drop-shadow(0 0 12px #fdb62f66);font-size:36px;animation:5s ease-in-out infinite floatStar;top:12%;left:3%}.ornament-star-2{color:#f36;opacity:.5;font-size:22px;animation:6s ease-in-out 1.5s infinite floatStar;top:18%;right:46%}.ornament-cloud-1{color:#fff9;font-size:44px;animation:12s ease-in-out infinite floatCloud;bottom:25%;left:6%}.ornament-cloud-2{color:#ffffff80;font-size:34px;animation:14s ease-in-out 4s infinite floatCloud;top:10%;right:14%}.ornament-circle-1{background:linear-gradient(135deg,#ff336626,#ff8c4226);border:2px solid #ff33661a;border-radius:50%;width:40px;height:40px;animation:7s ease-in-out 1s infinite floatStar;top:50%;right:6%}.ornament-circle-2{background:#fdb62f4d;border-radius:50%;width:20px;height:20px;animation:5s ease-in-out 2.5s infinite floatStar;bottom:18%;right:20%}.ornament-sparkle{color:#ff8c42;opacity:.6;font-size:26px;animation:4s ease-in-out .5s infinite floatStar;top:60%;left:44%}@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{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;color:#444;z-index:20;background:#ffffffd9;border:1px solid #ffffff80;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 20px #00000014}.hero-arrow:hover{color:#f36;background:#fff;transform:translateY(-50%)scale(1.1);box-shadow:0 8px 28px #f363}.hero-arrow-left{left:12px}.hero-arrow-right{right:12px}.hero-dots{z-index:11;justify-content:center;gap:10px;padding:18px 0 12px;display:flex;position:relative}.hdot-ind{cursor:pointer;background:#f363;border-radius:50%;width:8px;height:8px;transition:all .35s;display:block}.hdot-ind.active{background:#f36;border-radius:5px;width:28px;box-shadow:0 2px 8px #ff33664d}.hero-skeleton{justify-content:center;align-items:center;min-height:420px;display:flex}@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{flex-direction:column;width:100%;padding:0 0 15px;display:flex}.hero-right{width:100%;min-height:220px}.hero-title{letter-spacing:-.5px;margin-bottom:10px!important;font-size:28px!important}.hero-sub{max-width:280px;font-size:14px;margin-bottom:20px!important}.theme-background .hero-row{min-height:380px;justify-content:flex-start!important;padding:0 0 40px!important}.theme-background .hero-left{margin-top:10px;width:100%!important;max-width:100%!important;padding:20px!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,.hero-section:before,.hero-section:after{display:none}.hero-dots{padding:10px 0}}
.how-it-works{background-color:#fff;padding:20px 0 60px}.how-it-works-title{color:#1a2a4b;text-align:left;margin-bottom:40px;font-size:24px;font-weight:800}.steps-wrapper{justify-content:center;align-items:flex-start;width:100%;margin-top:20px;display:flex}.step-item-group{flex:1;align-items:flex-start;display:flex}.step-item-group:last-child{flex:0 auto}.step-card{text-align:center;flex-direction:column;flex:0 0 180px;align-items:center;animation:.5s cubic-bezier(.16,1,.3,1) both fadeInUp;display:flex}.step-item-group:first-child .step-card{animation-delay:0s}.step-item-group:nth-child(2) .step-card{animation-delay:80ms}.step-item-group:nth-child(3) .step-card{animation-delay:.16s}.step-item-group:nth-child(4) .step-card{animation-delay:.24s}.step-item-group:nth-child(5) .step-card{animation-delay:.32s}.step-icon-circle{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:20px;transition:transform .2s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 15px #0000001a}.step-card:hover .step-icon-circle{transform:scale(1.12)translateY(-3px)}.step-divider-line{border-top:2px dotted #e2e8f0;flex:1;min-width:20px;height:1px;margin-top:32px}.step-num{margin-bottom:8px;font-size:14px;font-weight:700;display:block}.step-label{color:#1a2a4b;margin-bottom:8px;font-size:15px;font-weight:700}.step-text{color:#64748b;font-size:13px;line-height:1.4}@media (max-width:768px){.how-it-works{padding:30px 0}.how-it-works-title{margin-bottom:25px;padding-left:1rem;font-size:22px}.steps-wrapper{flex-direction:column;align-items:center;gap:2rem;padding:0 1rem 1.5rem;display:flex}.steps-wrapper::-webkit-scrollbar{display:none}.step-item-group,.step-item-group:last-child,.step-card{flex-direction:column;flex:1;align-items:center;width:100%;display:flex}.step-divider-line{display:none}.step-icon-circle{width:56px;height:56px;margin-bottom:1rem}.step-label{margin-bottom:.5rem;font-size:1.1rem}.step-text{max-width:200px;font-size:.9rem}}
.photo-strip-container{background-color:#fff;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9;width:100%;padding:0;position:relative;overflow:hidden}.photo-strip-scroll{scrollbar-width:none;-ms-overflow-style:none;width:100%;display:flex;overflow-x:auto}.photo-strip-scroll::-webkit-scrollbar{display:none}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.photo-strip-track{will-change:transform;animation:40s linear infinite scroll;display:flex}.photo-strip-track:hover{animation-play-state:paused}.photo-strip-item{flex:none;width:180px;height:180px;position:relative;overflow:hidden}.photo-strip-img{object-fit:cover;object-position:center top;width:100%;height:100%;transition:transform .5s}.photo-strip-item:hover .photo-strip-img{transform:scale(1.1)}.photo-strip-overlay{background-color:#0000;width:100%;height:100%;transition:background-color .3s;position:absolute;top:0;left:0}.photo-strip-item:hover .photo-strip-overlay{background-color:#0000001a}@media (max-width:768px){.photo-strip-item{width:140px;height:140px}}
.testimonials{background-color:var(--bg-white);padding:40px 0}.testimonials-carousel-wrapper{align-items:center;gap:20px;max-width:900px;margin:0 auto;display:flex}.testimonial-single-container{flex:1;align-items:center;min-height:280px;display:flex}.testimonial-card-v2{background:#fff;border:1px solid #f1f5f9;border-radius:32px;width:100%;padding:2rem;transition:opacity .5s,transform .5s;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000000a}.testimonial-card-v2.fade{opacity:.3;transform:translateY(10px)}.testimonial-header{align-items:center;gap:1.5rem;margin-bottom:1rem;display:flex}.avatar-wrapper{border:3px solid #f8fafc;border-radius:50%;width:70px;height:70px;overflow:hidden;box-shadow:0 4px 10px #0000001a}.avatar-wrapper img{object-fit:cover;width:100%;height:100%}.avatar-fallback{color:#fff;background:linear-gradient(135deg,#7c4dff,#a1c4fd);justify-content:center;align-items:center;width:100%;height:100%;font-size:1.5rem;font-weight:800;display:flex}.author-name{color:#1a2a4b;margin:0;font-size:1.25rem;font-weight:800}.author-location{color:#64748b;font-size:.9rem}.testimonial-text{color:#334155;margin-top:1rem;font-size:1.25rem;font-style:italic;line-height:1.6}.carousel-nav{cursor:pointer;color:#7c4dff;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex;box-shadow:0 4px 12px #0000001a}.carousel-nav:hover{color:#fff;background:#7c4dff;transform:scale(1.1)}.carousel-dots{justify-content:center;gap:8px;margin-top:2rem;display:flex}.dot{cursor:pointer;background:#cbd5e1;border-radius:50%;width:8px;height:8px;transition:all .3s}.dot.active{background:#7c4dff;border-radius:4px;width:24px}@media (max-width:768px){.testimonials{padding-top:20px;padding-bottom:20px}.testimonials-carousel-wrapper{gap:0}.carousel-nav{display:none}.testimonial-single-container{min-height:auto}.testimonial-card-v2{border-radius:12px;padding:.75rem;box-shadow:0 4px 12px #00000005}.quote-icon-bg{display:none}.testimonial-text{margin-top:.25rem;font-size:.85rem;line-height:1.4}.testimonial-header{text-align:left;flex-direction:row;gap:.75rem;margin-bottom:.5rem}.avatar-wrapper{border-width:2px;width:40px;height:40px}.author-name{font-size:.9rem}.author-location{font-size:.7rem}.stars svg{width:14px;height:14px}.carousel-dots{margin-top:1rem}}
.custom-toast-container{z-index:10000;pointer-events:none;flex-direction:column;gap:12px;display:flex;position:fixed;top:24px;right:24px}.custom-toast-item{pointer-events:auto;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #0000000d;border-radius:16px;align-items:center;gap:14px;min-width:320px;max-width:450px;padding:16px;animation:.5s cubic-bezier(.16,1,.3,1) toastSlideIn;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000014}@keyframes toastSlideIn{0%{opacity:0;transform:translate(50px)scale(.9)}to{opacity:1;transform:translate(0)scale(1)}}.toast-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.custom-toast-item.success .toast-icon{color:#10b981;background:#ecfdf5}.custom-toast-item.error .toast-icon{color:#ef4444;background:#fef2f2}.custom-toast-item.warning .toast-icon{color:#f59e0b;background:#fffbeb}.custom-toast-item.info .toast-icon{color:#3b82f6;background:#eff6ff}.toast-content{flex:1}.toast-message{color:#1e293b;margin:0;font-size:.95rem;font-weight:600;line-height:1.4}.toast-close{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}.toast-close:hover{color:#475569;background:#f1f5f9}.toast-progress-bar{background:#00000005;width:100%;height:3px;position:absolute;bottom:0;left:0}.progress-fill{opacity:.3;background:currentColor;width:100%;height:100%;animation:linear forwards toastProgress}@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{inset:auto 16px 24px}.custom-toast-item{width:100%;min-width:0}}
.section-header{justify-content:space-between;align-items:center;margin-bottom:32px;display:flex}.mb-0{margin-bottom:0}.view-all-btn{color:var(--primary-color);border-color:#ffc4d0;padding:8px 16px}.view-all-btn:hover{background-color:var(--primary-color);color:#fff;border-color:var(--primary-color)}.trending-carousel-container{position:relative}.out-arrow{background-color:#fff;border:1px solid #e0e0e0;position:absolute;top:40%;transform:translateY(-50%)}.trending-grid{scroll-behavior:smooth;gap:20px;padding:10px 5px;display:flex;overflow-x:auto}.trending-grid::-webkit-scrollbar{display:none}.product-card{background-color:var(--bg-white);border-radius:var(--border-radius-md);transition:var(--transition);cursor:pointer;border:1px solid #f0f0f0;flex:0 0 calc(20% - 16px);overflow:hidden}.trending-card-title{color:#1a2a4b;white-space:nowrap;text-overflow:ellipsis;margin-bottom:8px;font-size:14px;font-weight:700;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-5px)}.product-img-container{background-color:#f9f9f9;border-bottom:1px solid #f0f0f0;padding:16px;position:relative}.product-card-img{aspect-ratio:3/4;border-radius:var(--border-radius-sm);object-fit:cover;width:100%}.product-badge{background-color:var(--primary-color);color:#fff;border-radius:var(--border-radius-full);z-index:2;padding:4px 8px;font-size:10px;font-weight:700;position:absolute;top:12px;left:12px}.product-info{padding:16px}.product-price-row{align-items:center;gap:8px;margin-bottom:8px;display:flex}.current-price{font-size:16px;font-weight:800}.old-price{color:var(--text-light);font-size:13px;text-decoration:line-through}.discount{color:var(--primary-color);font-size:12px;font-weight:700}.product-rating{align-items:center;gap:4px;display:flex}.stars{display:flex}.rating-value{font-size:12px;font-weight:600}.reviews-count{color:var(--text-light);font-size:12px}@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{align-items:center;gap:16px;margin-bottom:24px;display:flex}.decorative-line{background:linear-gradient(90deg,#0000,#e2e8f0);flex:1;height:1px}.decorative-line:last-child{background:linear-gradient(270deg,#0000,#e2e8f0)}.trending-product-section{margin-bottom:60px}.trending-product-title{letter-spacing:2px;text-transform:uppercase;color:var(--text-dark);white-space:nowrap;padding:0 16px;font-size:18px;font-weight:700}.trending-row-scroll{scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;gap:32px;padding:16px 8px 40px;display:flex;overflow-x:auto}.trending-row-scroll::-webkit-scrollbar{display:none}.trending-row-skeleton{gap:32px;padding:16px 8px;display:flex}.skeleton-card{background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8 50%,#f0f0f0 75%) 0 0/200% 100%;border:1px solid #e2e8f0;border-radius:24px;width:240px;min-width:240px;height:380px;animation:1.4s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.bestseller-badge-mini{color:#fff;z-index:5;text-transform:uppercase;letter-spacing:.5px;background:#1a2a4b;border-radius:20px;padding:6px 12px;font-size:11px;font-weight:800;position:absolute;top:16px;left:60px;box-shadow:0 4px 10px #00000026}.trending{background:var(--bg-white);z-index:2;padding-top:72px;padding-bottom:72px;position:relative}.trending-carousel-container{padding:20px 0;position:relative}.trending-theme-card{border:1px solid var(--border-color,#f0f0f0);width:240px;min-width:240px;box-shadow:var(--shadow-card,0 2px 12px #0000000f);background:#fff;flex-direction:column;flex:none;padding:12px;transition:transform .22s cubic-bezier(.16,1,.3,1),box-shadow .22s cubic-bezier(.16,1,.3,1),border-color .22s;display:flex;position:relative;overflow:hidden;border-radius:20px!important}.trending-theme-card:hover{box-shadow:var(--shadow-hover,0 8px 28px #0000001f);border-color:var(--primary-mid,#f03e6526);transform:translateY(-6px)}.trending-theme-card .theme-img-wrapper{aspect-ratio:1;background:#f8fafc;border-radius:16px;width:100%;position:relative;overflow:hidden}.trending-theme-card .theme-image{object-fit:cover;width:100%;height:100%;transition:transform .8s cubic-bezier(.2,.8,.2,1)}.trending-theme-card:hover .theme-image{transform:scale(1.08)}.trending-theme-card .theme-badge{-webkit-backdrop-filter:blur(8px);color:#1a2a4b;z-index:5;background:#fffffff2;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:15px;font-weight:900;display:flex;position:absolute;top:16px;left:16px;box-shadow:0 4px 12px #0000001a}.theme-wishlist-btn{-webkit-backdrop-filter:blur(8px);cursor:pointer;z-index:5;background:#fffffff2;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex;position:absolute;top:16px;right:16px;box-shadow:0 4px 12px #0000001a}.theme-wishlist-btn:hover{background:#fff;transform:scale(1.1)}.trending-theme-card .theme-info{flex-direction:column;flex:1;padding:16px 8px 8px;display:flex}.trending-theme-card .trending-p-name{color:#1a2a4b;letter-spacing:-.01em;line-height:1.3;margin-bottom:6px!important;font-size:1.1rem!important;font-weight:800!important}.trending-theme-card .trending-p-desc{color:#64748b;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:16px;font-size:.85rem;font-weight:500;line-height:1.5;display:-webkit-box;overflow:hidden}.trending-theme-card .price-section{justify-content:space-between;align-items:flex-end;margin-top:auto;display:flex}.price-discount-wrapper{flex-direction:row;align-items:center;gap:6px;display:flex}.trending-theme-card .price-tag{color:#f36;letter-spacing:-.02em;font-size:1.25rem;font-weight:900;line-height:1}.trending-theme-card .original-price{color:#94a3b8;font-size:.9rem;font-weight:600;text-decoration:line-through}.trending-theme-card .discount-badge{color:#10b981;vertical-align:middle;background:#10b9811a;border-radius:6px;margin-left:8px;padding:2px 6px;font-size:.75rem;font-weight:800}.trending-theme-card .buy-now-btn{background:var(--primary-color);color:#fff;text-align:center;border:none;border-radius:10px;width:100%;margin-top:16px;padding:10px;font-size:.9rem;font-weight:700;text-decoration:none;transition:background .15s,transform .15s;display:block}.trending-theme-card:hover .buy-now-btn{background:#d62e57}.out-arrow{cursor:pointer;z-index:10;color:#1a2a4b;background:#fff;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:all .3s;display:flex;box-shadow:0 10px 25px #00000014}.out-arrow:hover{color:#fff;background:#1a2a4b;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{border-radius:20px 20px 0 0;margin-top:-20px;padding-top:30px;padding-bottom:30px}.out-arrow{display:none!important}.trending-row-scroll{grid-template-columns:repeat(2,1fr);gap:12px;padding:10px 10px 20px;display:grid;overflow-x:hidden}.trending-theme-card{min-width:unset;width:100%;max-width:175px;margin:0 auto;padding:6px;border-radius:8px!important}.trending-theme-card .theme-info{flex-direction:column;gap:2px;padding:6px 2px 2px;display:flex}.trending-theme-card .trending-p-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;max-height:2.4em;line-height:1.2;display:-webkit-box;overflow:hidden;margin-bottom:0!important;font-size:.75rem!important;font-weight:700!important}.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{border-radius:6px;min-height:32px;margin-top:6px;padding:6px;font-size:.7rem}.trending-theme-card .theme-wishlist-btn{width:28px;height:28px;top:8px;right:8px}}@media (max-width:480px){.trending-theme-card{width:180px;min-width:180px}.skeleton-card{width:180px;min-width:180px;height:280px}}
.store-home{--store-ink:#202421;--store-muted:#6e756f;--store-paper:#fbfaf7;--store-line:#e7e5de;--store-accent:#c35d3f;color:var(--store-ink);background:var(--store-paper)}.store-home .container{width:min(1160px,100% - 48px);margin-inline:auto}.store-home .hero-section.hero-store-mode{background-color:#3d423d;background-position:50%;background-size:cover;min-height:min(690px,100dvh - 74px);padding:0 48px 34px}.store-home .hero-section.hero-store-mode:after{background:linear-gradient(90deg,#171c18db 0%,#171c1894 42%,#171c180f 82%);border-radius:0;width:auto;height:auto;animation:none;display:block;inset:0}.store-home .hero-section.hero-store-mode:before{display:none}.store-home .hero-section.hero-store-mode .hero-row{align-items:center;max-width:1160px;min-height:min(650px,100dvh - 110px)}.store-home .hero-section.hero-store-mode .hero-left{width:min(56%,620px);padding:56px 0}.store-home .hero-section.hero-store-mode .hero-badge{box-shadow:none;color:#f7e8d8;letter-spacing:.16em;background:0 0;border:1px solid #ffffff61;border-radius:3px;padding:9px 12px}.store-home .hero-section.hero-store-mode .hero-badge:first-letter{color:#e3a36f}.store-home .hero-section.hero-store-mode .hero-title{color:#fffdf8;letter-spacing:-.075em;max-width:10ch;margin-bottom:1.4rem;font-family:Plus Jakarta Sans,Helvetica Neue,sans-serif;font-size:clamp(3.6rem,7vw,6.8rem);font-weight:700;line-height:.94}.store-home .hero-section.hero-store-mode .hero-highlight{color:#e9b178;-webkit-text-fill-color:currentColor;background:0 0;animation:none;display:inline}.store-home .hero-section.hero-store-mode .hero-sub{color:#fffdf8c7;max-width:39ch;margin-bottom:2rem;font-size:1.02rem;line-height:1.7}.store-home .hero-section.hero-store-mode .hbtn-primary{box-shadow:none;color:#252a26;background:#f2e6d5;border-radius:3px;padding:14px 22px}.store-home .hero-section.hero-store-mode .hbtn-primary:hover{box-shadow:none;background:#fffaf1;transform:translateY(-2px)}.store-home .hero-section.hero-store-mode .hero-wave{opacity:.8}.store-home .hero-section.hero-store-mode .hero-wave path{fill:var(--store-paper)}.store-home .hero-section.hero-store-mode .hero-arrow{box-shadow:none;color:#fff;background:#ffffff1a;border:1px solid #ffffff40}.store-home .hero-section.hero-store-mode .hero-arrow:hover{color:#252a26;background:#f2e6d5}.store-home .hero-section.hero-store-mode .hero-dots{padding-bottom:0}.store-home .hero-section.hero-store-mode .hdot-ind{background:#ffffff59}.store-home .hero-section.hero-store-mode .hdot-ind.active{box-shadow:none;background:#f2e6d5}.store-home .col-section{background:var(--store-paper);padding:7rem 0 6rem}.store-home .col-header{grid-template-columns:1fr 2fr;align-items:end;gap:2rem;margin-bottom:2.2rem;display:grid}.store-home .col-eyebrow,.store-home .store-kicker{color:var(--store-accent);letter-spacing:.16em;text-transform:uppercase;font-size:.7rem;font-weight:700}.store-home .col-heading,.store-home .section-title,.store-home .how-it-works-title{color:var(--store-ink);letter-spacing:-.055em;font-family:Plus Jakarta Sans,Helvetica Neue,sans-serif;font-weight:650}.store-home .col-heading{max-width:8ch;font-size:clamp(2.4rem,5vw,4.7rem);line-height:.95}.store-home .col-note{color:var(--store-muted);margin:0;font-size:.95rem}.store-home .col-grid{grid-template-columns:1.28fr 1fr 1fr;gap:12px}.store-home .col-card{background:#efeee8;border:0;border-radius:0;min-height:220px}.store-home .col-card:first-child{grid-row:span 2}.store-home .col-card:first-child .col-bubble{min-height:480px}.store-home .col-bubble,.store-home .col-card:first-child .col-bubble{background:#e9e8e0}.store-home .col-foot{background:#efeee8;border-top:1px solid #2024211a;padding:1rem 1.1rem}.store-home .col-name{color:var(--store-ink);letter-spacing:.06em;font-size:.78rem}.store-home .col-arrow{color:var(--store-ink);background:0 0;border:1px solid #20242140}.store-home .col-card:hover{box-shadow:none;border:0;transform:translateY(-4px)}.store-home .col-card:hover .col-arrow{background:var(--store-ink);border-color:var(--store-ink)}.store-home .trending{background:#e9e8e0;padding:6rem 0}.store-home .trending .section-header{align-items:end;margin-bottom:2rem!important}.store-home .trending .section-title{font-size:clamp(2rem,4vw,3.7rem);line-height:1}.store-home .trending .store-kicker{margin:0 0 .55rem}.store-home .view-all-btn{border:1px solid var(--store-ink);color:var(--store-ink);border-radius:3px}.store-home .view-all-btn:hover{background:var(--store-ink);color:#fff}.store-home .trending-row-scroll{gap:12px;padding:8px 0 22px}.store-home .trending-theme-card{background:var(--store-paper);box-shadow:none;border:0;padding:8px;border-radius:0!important}.store-home .trending-theme-card:hover{border-color:#0000;transform:translateY(-4px);box-shadow:0 18px 30px #2024211a}.store-home .trending-theme-card .theme-img-wrapper{background:#ddddd5;border-radius:0}.store-home .trending-theme-card .theme-info{padding:1rem .6rem .5rem}.store-home .trending-theme-card .trending-p-name{color:var(--store-ink);font-size:.95rem!important;font-weight:650!important}.store-home .trending-theme-card .trending-p-desc{color:var(--store-muted);font-size:.78rem}.store-home .trending-theme-card .price-tag{color:var(--store-accent);font-size:1rem}.store-home .trending-theme-card .buy-now-btn{background:var(--store-ink);border-radius:2px}.store-home .trending-theme-card:hover .buy-now-btn{background:var(--store-accent)}.store-home .out-arrow{background:var(--store-paper);box-shadow:none;color:var(--store-ink);border:0;border-radius:2px}.store-home .how-it-works{background:var(--store-paper);padding:6rem 0}.store-home .how-it-works-title{margin-bottom:3rem;font-size:clamp(2rem,4vw,3.7rem)}.store-home .steps-wrapper{justify-content:space-between}.store-home .step-card{text-align:left;align-items:flex-start}.store-home .step-icon-circle{width:48px;height:48px;box-shadow:none;border-radius:0;margin-bottom:1.4rem}.store-home .step-label{color:var(--store-ink);font-weight:650}.store-home .step-text{color:var(--store-muted);max-width:17ch}.store-home .step-divider-line{border-top:1px solid var(--store-line)}.store-home .testimonials{background:#27302b;padding:6rem 0}.store-home .testimonials .section-title{color:#f5efe5;font-size:clamp(2rem,4vw,3.7rem)}.store-home .testimonial-card-v2{box-shadow:none;background:0 0;border:1px solid #f5efe533;border-radius:0}.store-home .testimonial-text,.store-home .author-name{color:#f5efe5}.store-home .author-location{color:#f5efe599}.store-home .carousel-nav{color:#f5efe5;background:0 0;border-color:#f5efe54d}.store-home .carousel-dots .dot{background:#f5efe54d}.store-home .carousel-dots .dot.active{background:#e9b178}.store-home .sw-section{background:var(--store-paper);border-top:1px solid var(--store-line)}.store-home .sw-inner{border:0;border-radius:0;padding:2rem 0}.store-home .sw-headline{color:var(--store-ink)}.store-home .sw-sub{color:var(--store-muted)}.store-home .sw-btn{background:var(--store-ink);border-radius:2px}@media (max-width:760px){.store-home .container{width:min(100% - 32px,560px)}.store-home .hero-section.hero-store-mode{min-height:610px;padding-inline:16px}.store-home .hero-section.hero-store-mode .hero-row{min-height:560px}.store-home .hero-section.hero-store-mode .hero-left{width:100%;padding:32px 8px}.store-home .hero-section.hero-store-mode .hero-title{font-size:clamp(3.2rem,15vw,5rem)}.store-home .col-section,.store-home .trending,.store-home .how-it-works,.store-home .testimonials{padding-block:4rem}.store-home .col-header{display:block}.store-home .col-heading{margin:.5rem 0 .8rem}.store-home .col-grid{grid-template-columns:1fr 1fr}.store-home .col-card:first-child{grid-area:span 1/span 2}.store-home .col-card:first-child .col-bubble{min-height:290px}.store-home .steps-wrapper,.store-home .step-card{align-items:flex-start}.store-home .step-divider-line{display:none}}
.info-page{background-color:#fff9f9;min-height:70vh;padding:80px 0}.page-title{color:#1a1a1a;text-align:center;margin-bottom:50px;font-size:3rem;font-weight:800;position:relative}.page-title:after{content:"";background:linear-gradient(90deg,#f36,#ff8a00);border-radius:10px;width:80px;height:5px;position:absolute;bottom:-15px;left:50%;transform:translate(-50%)}.info-content{background:#fff;border-radius:20px;max-width:800px;margin:0 auto;padding:40px;box-shadow:0 10px 30px #0000000d}.info-content section{margin-bottom:40px}.info-content h2{color:#f36;margin-bottom:20px;font-size:1.8rem;font-weight:700}.info-content p{color:#555;margin-bottom:15px;font-size:1.1rem;line-height:1.8}.info-content ul{padding:0;list-style:none}.info-content ul li{color:#444;margin-bottom:15px;padding-left:25px;font-size:1.05rem;position:relative}.info-content ul li:before{content:"✨";position:absolute;top:0;left:0}@media (max-width:768px){.info-page{padding:50px 0}.page-title{font-size:2.2rem}.info-content{padding:25px}}
.all-reviews-page{background:#f8fafc;min-height:100vh;padding:3rem 0}.reviews-header{text-align:center;margin-bottom:3rem}.back-link{color:#64748b;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.back-link:hover{color:#f36}.reviews-header h1{color:#1e293b;margin-bottom:1.5rem;font-size:2rem}.overall-stat{background:#fff;border-radius:20px;padding:1.5rem 3rem;display:inline-block;box-shadow:0 4px 15px #0000000d}.big-star{justify-content:center;align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.big-star span{color:#1e293b;font-size:2.5rem;font-weight:800}.overall-stat p{color:#64748b;margin:0;font-size:.9rem}.reviews-full-list{flex-direction:column;gap:1.5rem;max-width:900px;margin:0 auto;display:flex}.review-detailed-card{background:#fff;border:1px solid #f1f5f9;border-radius:24px;gap:2.5rem;padding:2rem;display:flex;box-shadow:0 4px 20px #00000008}@media (max-width:768px){.review-detailed-card{flex-direction:column;gap:1.5rem}}.rev-sidebar{flex-shrink:0;width:200px}.user-info{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.rev-date{color:#94a3b8;margin:0;font-size:.75rem}.rev-main{flex:1}.rev-main .rev-comment{color:#334155;margin-bottom:1.5rem;font-size:1rem;line-height:1.7}.rev-images-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.rev-img-item{aspect-ratio:1;background:#f1f5f9;border-radius:12px;overflow:hidden}.rev-img-item img{object-fit:cover;width:100%;height:100%}.rev-reply{background:#fff5f7;border-left:4px solid #f36;border-radius:0 16px 16px 0;padding:1.5rem}.reply-header{color:#f36;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.9rem;display:flex}.rev-reply p{color:#475569;margin:0;font-size:.95rem;line-height:1.6}.no-reviews{text-align:center;color:#94a3b8;padding:5rem 0}.no-reviews p{margin-top:1rem;font-size:1.1rem}
.auth-container{background:radial-gradient(circle at 0 0,#fff5f8,#fff);justify-content:center;align-items:center;min-height:80vh;padding:2rem;display:flex}.auth-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffc;border:1px solid #ffffff80;border-radius:24px;width:100%;max-width:450px;padding:3rem;animation:.6s cubic-bezier(.16,1,.3,1) slideUp;box-shadow:0 20px 40px #ff6b9c1a}@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{color:#1a1a1a;margin-bottom:.5rem;font-size:2rem;font-weight:700}.auth-header p{color:#666;font-size:1rem}.auth-form{flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:#444;margin-left:.2rem;font-size:.9rem;font-weight:600}.input-wrapper{align-items:center;display:flex;position:relative}.auth-input{background:#fff;border:2px solid #eee;border-radius:12px;outline:none;width:100%;padding:1rem 1.2rem;font-size:1rem;transition:all .3s}.auth-input:focus{border-color:#ff6b9c;box-shadow:0 0 0 4px #ff6b9c1a}.auth-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff6b9c,#ff8da1);border:none;border-radius:12px;margin-top:1rem;padding:1rem;font-size:1.1rem;font-weight:600;transition:all .3s;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{text-align:center;color:#666;margin-top:2rem;font-size:.95rem}.auth-link{color:#ff6b9c;font-weight:600;text-decoration:none;transition:color .3s}.auth-link:hover{color:#ff4d85}.error-message{color:#e53e3e;text-align:center;background:#fff0f0;border:1px solid #fed7d7;border-radius:8px;margin-bottom:1rem;padding:.8rem;font-size:.85rem}.phone-prefix{color:#444;border-right:1px solid #eee;margin-right:.5rem;padding:0 1rem;font-weight:600}.phone-input{border:none;padding-left:.5rem}.input-wrapper:has(.phone-input){background:#fff;border:2px solid #eee;border-radius:12px;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;color:#666;margin-top:1rem;font-size:.9rem}.resend-button{color:#ff6b9c;cursor:pointer;background:0 0;border:none;padding:.5rem;font-weight:600}.resend-button:disabled{color:#ccc;cursor:not-allowed}.back-button{color:#666;cursor:pointer;background:0 0;border:none;margin-top:.5rem;font-size:.9rem;text-decoration:underline}#recaptcha-container{justify-content:center;margin-top:1rem;display:flex}.skip-button{color:#888;cursor:pointer;background:0 0;border:none;margin-top:.5rem;font-size:.9rem;text-decoration:underline;transition:color .3s}.skip-button:hover{color:#444}.auth-logo{margin-bottom:.75rem;font-size:2.5rem;display:block}.auth-tabs{background:#f5f5f5;border-radius:12px;gap:4px;margin-bottom:1.5rem;padding:4px;display:flex}.auth-tab{color:#888;cursor:pointer;background:0 0;border:none;border-radius:9px;flex:1;min-height:44px;padding:.6rem 1rem;font-size:.95rem;font-weight:500;transition:all .2s}.auth-tab.active{color:#ff6b9c;background:#fff;font-weight:700;box-shadow:0 2px 8px #00000014}.auth-tab:not(.active):hover{color:#555}.auth-form-area{min-height:200px}.timer-text{color:#888;margin:0;font-size:.9rem}.btn-spinner{vertical-align:middle;border:2px solid #fff6;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.auth-button:disabled{opacity:.7;cursor:not-allowed;box-shadow:none;transform:none}.auth-footer a{color:#ff6b9c;font-weight:600;text-decoration:none}.auth-footer a:hover{text-decoration:underline}@media (max-width:768px){.auth-container{box-sizing:border-box;width:100%;padding:1rem}.auth-card{box-sizing:border-box;width:100%;margin:10px;padding:1.5rem}}
.caricatures-page{background-color:#fff}.breadcrumbs{color:#666;padding:20px 0;font-size:14px}.breadcrumbs span{color:#333;font-weight:500}.caricatures-hero-wrapper{margin-bottom:40px;padding:0}.caricatures-hero{border-radius:24px;width:100%;line-height:0;position:relative;overflow:hidden}.caricatures-hero img.page-banner-img{object-fit:cover;object-position:center;border-radius:24px;width:100%;height:auto;max-height:340px;display:block}.hero-stars,.star,.hero-content.banner-overlay{display:none}.themes-section{padding:80px 0}.themes-header{justify-content:center;align-items:center;gap:20px;margin-bottom:60px;display:flex}.decorative-line{background:linear-gradient(90deg,#ff4d6d,#ffb3c1);width:60px;height:2px}.themes-header h2{color:#1a2a4b;font-size:28px;font-weight:700}.template-group-info p{color:#64748b;margin:4px 0 0;font-size:13px}.themes-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:32px;display:grid}.theme-card{background:#fff;border:1px solid #f1f5f9;border-radius:28px;flex-direction:column;padding:12px;text-decoration:none;transition:all .5s cubic-bezier(.23,1,.32,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000000a}.theme-card:hover{border-color:#f363;transform:translateY(-12px);box-shadow:0 25px 50px -12px #1a2a4b1f}.theme-img-wrapper{aspect-ratio:1;background:#f8fafc;border-radius:20px;width:100%;position:relative;overflow:hidden}.theme-image{object-fit:cover;width:100%;height:100%;transition:transform .8s cubic-bezier(.23,1,.32,1)}.theme-card:hover .theme-image{transform:scale(1.1)}.theme-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#1a2a4b;z-index:3;background:#ffffffe6;border:1px solid #ffffff80;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:12px;font-weight:800;display:flex;position:absolute;top:10px;left:10px;box-shadow:0 4px 10px #0000000d}.theme-wishlist-btn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;z-index:3;background:#ffffffe6;border:1px solid #ffffff80;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex;position:absolute;top:10px;right:10px;box-shadow:0 4px 12px #0000000d}.theme-wishlist-btn:hover{background:#fff;transform:scale(1.1);box-shadow:0 6px 15px #f363}.theme-info{text-align:left;flex-direction:column;flex:1;gap:8px;padding:16px 8px 8px;display:flex}.theme-info h3,.theme-info h4,.trending-p-name{color:#1a2a4b;letter-spacing:-.01em;margin:0;line-height:1.2;text-transform:capitalize!important;font-size:1.1rem!important;font-weight:800!important}.theme-desc{color:#64748b;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.4em;margin:0;font-size:.8rem;font-weight:400;line-height:1.5;display:-webkit-box;overflow:hidden}.price-section{flex-wrap:wrap;align-items:center;gap:10px;margin-top:auto;display:flex}.price-tag{color:#f36;margin:0;font-size:1.25rem;font-weight:900}.original-price{color:#94a3b8;font-size:.9rem;font-weight:500;text-decoration:line-through}.discount-badge{color:#f36;background:#ff336614;border-radius:6px;padding:2px 8px;font-size:.75rem;font-weight:700}.try-now-btn,.try-it-now-btn,.try-now-btn-link{color:#fff;text-align:center;cursor:pointer;text-transform:none;letter-spacing:.5px;background:#1a2a4b;border:none;border-radius:16px;margin-top:12px;padding:12px;font-size:.85rem;font-weight:700;transition:all .3s;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{justify-content:center;align-items:center;gap:15px;margin-top:60px;display:flex}.page-num,.page-arrow{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.page-num.active{color:#fff;background:#ff4d6d;border-color:#ff4d6d}.features-bar{background-color:#fffafb;margin-bottom:60px;padding:40px 0}.features-flex{justify-content:space-between;gap:20px;display:flex}.feature-item{align-items:center;gap:15px;display:flex}.feature-icon{color:#ff4d6d;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:flex;box-shadow:0 4px 10px #0000000d}.feature-text h4{color:#1a2a4b;margin-bottom:2px;font-size:16px;font-weight:700}.feature-text p{color:#666;font-size:14px}@media (max-width:1024px){.themes-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.themes-section{padding:30px 0}.themes-header{gap:10px;margin-bottom:25px}.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;width:100%;max-width:175px;margin:0 auto;padding:6px;box-shadow:0 2px 8px #00000008}.theme-info{flex-direction:column!important;gap:2px!important;padding:2px 2px 6px!important;display:flex!important}.theme-info h3{-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;max-height:2.4em!important;margin-bottom:0!important;font-size:.75rem!important;font-weight:700!important;line-height:1.2!important;display:-webkit-box!important;overflow:hidden!important}.theme-desc{display:none!important}.price-section{align-items:center!important;gap:4px!important;margin-top:2px!important;display:flex!important}.price-tag{font-size:.85rem!important}.original-price{font-size:.7rem!important}.discount-badge{padding:1px 4px!important;font-size:.6rem!important}.try-now-btn{border-radius:6px!important;width:100%!important;min-height:32px!important;margin-top:6px!important;padding:6px 8px!important;font-size:.7rem!important}.theme-wishlist-btn{width:28px!important;height:28px!important;top:8px!important;right:8px!important}.theme-img-wrapper{border-radius:8px!important}}.caricatures-page{--catalog-ink:#202421;--catalog-muted:#747b75;--catalog-paper:#fbfaf7;--catalog-soft:#efeee8;--catalog-line:#e4e2da;--catalog-accent:#c35d3f;background:var(--catalog-paper);color:var(--catalog-ink)}.caricatures-page .container{width:min(1160px,100% - 48px);margin-inline:auto}.caricatures-page .breadcrumbs{border-bottom:1px solid var(--catalog-line);color:var(--catalog-muted);letter-spacing:.02em;padding:1.05rem 0;font-size:.76rem}.caricatures-page .breadcrumbs p{align-items:center;gap:.45rem;margin:0;display:flex}.caricatures-page .breadcrumbs a{color:var(--catalog-muted);text-decoration:none}.caricatures-page .breadcrumbs a:hover{color:var(--catalog-accent)}.caricatures-page .breadcrumbs span{color:var(--catalog-ink);font-weight:650}.caricatures-page .themes-section{padding:clamp(4rem,8vw,7.5rem) 0 7rem}.caricatures-page .catalog-header{border-bottom:1px solid var(--catalog-line);justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:2.6rem;padding-bottom:2.4rem;display:flex}.caricatures-page .catalog-eyebrow{color:var(--catalog-accent);letter-spacing:.16em;text-transform:uppercase;margin:0 0 .8rem;font-size:.7rem;font-weight:750}.caricatures-page .catalog-header h1{max-width:11ch;color:var(--catalog-ink);letter-spacing:-.075em;margin:0;font-family:Plus Jakarta Sans,Helvetica Neue,sans-serif;font-size:clamp(2.8rem,6vw,5.6rem);font-weight:650;line-height:.92}.caricatures-page .catalog-lead{color:var(--catalog-muted);max-width:42ch;margin:1.2rem 0 0;font-size:.95rem;line-height:1.65}.caricatures-page .catalog-count{border-left:1px solid var(--catalog-line);color:var(--catalog-muted);letter-spacing:.12em;text-transform:uppercase;white-space:nowrap;padding:.35rem 0 .35rem 1.1rem;font-size:.76rem}.caricatures-page .catalog-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2.2rem;display:flex}.caricatures-page .catalog-filter-pills{flex-wrap:wrap;gap:.5rem;display:flex}.caricatures-page .catalog-pill{border:1px solid var(--catalog-line);color:var(--catalog-muted);cursor:pointer;white-space:nowrap;background:0 0;border-radius:999px;padding:.5rem 1rem;font-size:.78rem;font-weight:600;transition:border-color .14s,color .14s,background .14s}.caricatures-page .catalog-pill:hover{border-color:var(--catalog-accent);color:var(--catalog-ink)}.caricatures-page .catalog-pill.active{background:var(--catalog-ink);border-color:var(--catalog-ink);color:#fff}.caricatures-page .catalog-filter-controls{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.caricatures-page .catalog-price-range{border:1px solid var(--catalog-line);color:var(--catalog-muted);border-radius:999px;align-items:center;gap:.4rem;padding:.4rem .9rem;display:flex}.caricatures-page .catalog-price-range input{color:var(--catalog-ink);background:0 0;border:0;outline:none;width:56px;font-size:.8rem}.caricatures-page .catalog-sort{border:1px solid var(--catalog-line);color:var(--catalog-ink);cursor:pointer;background:0 0;border-radius:999px;padding:.5rem 1rem;font-size:.78rem;font-weight:600}.caricatures-page .catalog-clear-filters{color:var(--catalog-accent);cursor:pointer;background:0 0;border:0;align-items:center;gap:.3rem;padding:.4rem .2rem;font-size:.78rem;font-weight:650;display:flex}.caricatures-page .catalog-clear-filters:hover{text-decoration:underline}@media (max-width:640px){.caricatures-page .catalog-toolbar{flex-direction:column;align-items:stretch}.caricatures-page .catalog-filter-controls{justify-content:space-between}}.caricatures-page .themes-grid{grid-template-columns:repeat(auto-fill,minmax(245px,1fr));gap:1.25rem}.caricatures-page .theme-card{box-shadow:none;background:#f1f0ea;border:0;border-radius:0;padding:.55rem;transition:transform .22s cubic-bezier(.16,1,.3,1),background .22s}.caricatures-page .theme-card:hover{box-shadow:none;background:#e9e8e1;border-color:#0000;transform:translateY(-5px)}.caricatures-page .theme-img-wrapper{aspect-ratio:4/4.8;background:#ddddd5;border-radius:0}.caricatures-page .theme-image{transition:transform .5s cubic-bezier(.16,1,.3,1)}.caricatures-page .theme-card:hover .theme-image{transform:scale(1.045)}.caricatures-page .theme-wishlist-btn{box-shadow:none;background:#fbfaf7f5;border:0;border-radius:0}.caricatures-page .theme-wishlist-btn:hover{background:var(--catalog-ink);box-shadow:none}.caricatures-page .theme-wishlist-btn:hover svg{color:#fff!important}.caricatures-page .bestseller-badge-mini{background:var(--catalog-ink);box-shadow:none;letter-spacing:.12em;border-radius:0;padding:.5rem .65rem;left:.65rem}.caricatures-page .theme-info{gap:.55rem;padding:1.15rem .65rem .6rem}.caricatures-page .theme-info h3{color:var(--catalog-ink);font-size:1rem!important;font-weight:650!important}.caricatures-page .theme-desc{color:var(--catalog-muted);min-height:2.4em;font-size:.78rem}.caricatures-page .price-section{border-top:1px solid #20242124;padding-top:.8rem}.caricatures-page .price-tag{color:var(--catalog-accent);font-size:1rem}.caricatures-page .original-price{color:var(--catalog-muted)}.caricatures-page .discount-badge{color:#466346;background:#e4ede2;border-radius:0}.caricatures-page .try-now-btn{background:var(--catalog-ink);box-shadow:none;border-radius:0;margin-top:.45rem;padding:.85rem 1rem}.caricatures-page .try-now-btn:hover{background:var(--catalog-accent);box-shadow:none;transform:none}.caricatures-page .no-products-found{border-top:1px solid var(--catalog-line);border-bottom:1px solid var(--catalog-line);background:var(--catalog-soft);min-height:300px;color:var(--catalog-muted);text-align:center;flex-direction:column;grid-column:1/-1;justify-content:center;align-items:center;display:flex;padding:4.5rem 1.5rem!important}.caricatures-page .no-products-found .empty-kicker{color:var(--catalog-accent);letter-spacing:.16em;text-transform:uppercase;margin-bottom:.8rem;font-size:.68rem;font-weight:700}.caricatures-page .no-products-found .empty-title{color:var(--catalog-ink);letter-spacing:-.04em;margin:0 0 .45rem;font-size:clamp(1.35rem,3vw,1.8rem);font-weight:650}.caricatures-page .no-products-found .empty-copy{max-width:34ch;margin:0;line-height:1.55}.caricatures-page .no-products-found .btn-primary{background:var(--catalog-ink);color:#fff;border-radius:3px;justify-content:center;align-items:center;min-height:44px;margin-top:1.5rem;padding:.72rem 1.25rem;text-decoration:none;display:inline-flex}.caricatures-page .no-products-found .btn-primary:hover{background:var(--catalog-accent);transform:translateY(-1px)}.caricatures-page .features-bar{background:var(--catalog-soft);border-top:1px solid var(--catalog-line);margin:0;padding:2rem 0}.caricatures-page .features-flex{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.caricatures-page .feature-item{background:var(--catalog-paper);border:1px solid var(--catalog-line);border-radius:0;padding:1.25rem}.caricatures-page .feature-icon{border:1px solid var(--catalog-line);box-shadow:none;background:0 0;border-radius:0;width:42px;height:42px}.caricatures-page .feature-icon svg{color:var(--catalog-accent)!important}.caricatures-page .feature-text h4{color:var(--catalog-ink);margin:0 0 .25rem;font-size:.85rem}.caricatures-page .feature-text p{color:var(--catalog-muted);margin:0;font-size:.75rem}@media (max-width:700px){.caricatures-page .container{width:min(100% - 32px,560px)}.caricatures-page .themes-section{padding:3.25rem 0 4rem}.caricatures-page .catalog-header{flex-direction:column;align-items:flex-start;gap:1.25rem;padding-bottom:1.75rem}.caricatures-page .catalog-count{border-left:0;border-top:1px solid var(--catalog-line);width:100%;padding:.8rem 0 0}.caricatures-page .themes-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.caricatures-page .theme-card{width:100%;max-width:none}.caricatures-page .theme-info{padding:.8rem .35rem .35rem}.caricatures-page .theme-desc{display:none}.caricatures-page .theme-info h3{font-size:.82rem!important}.caricatures-page .price-tag{font-size:.86rem}.caricatures-page .try-now-btn{padding:.7rem .5rem;font-size:.72rem}.caricatures-page .features-flex{grid-template-columns:1fr}}@media (max-width:480px){.themes-grid{grid-template-columns:repeat(2,1fr);gap:10px}}.hero-image-placeholder{flex:1;justify-content:flex-end;align-items:center;display:flex}.placeholder-visual{background-color:#fff;border:4px solid #fff;border-radius:24px;justify-content:center;align-items:center;width:180px;height:180px;font-size:80px;transition:transform .3s;display:flex;transform:rotate(5deg);box-shadow:0 15px 35px #0000001a}.placeholder-visual:hover{transform:rotate(0)scale(1.05)}@media (max-width:768px){.hero-image-placeholder{display:none}}
.cart-page{background-color:var(--bg-light,#fafafa);min-height:100dvh;padding-top:64px;padding-bottom:100px}.cart-table-card{animation:.4s cubic-bezier(.16,1,.3,1) both fadeInUp}.cart-order-summary{animation:.4s cubic-bezier(.16,1,.3,1) 80ms both fadeInUp}.cart-breadcrumbs{color:#64748b;align-items:center;gap:8px;margin-bottom:24px;font-size:13px;display:flex}.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{color:#0f172a;align-items:center;gap:16px;margin-bottom:8px;font-size:36px;font-weight:800;display:flex}.cart-count-badge{color:#fff;background:#f36;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:20px;display:flex}.cart-subtitle{color:#64748b;font-size:16px}.cart-layout-grid{grid-template-columns:1fr 380px;align-items:start;gap:40px;display:grid}.cart-table-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #00000008}.cart-table-header{color:#64748b;text-transform:uppercase;letter-spacing:.5px;background:#fdfdfd;border-bottom:1px solid #e2e8f0;grid-template-columns:2fr 100px 150px 120px;padding:20px 32px;font-size:13px;font-weight:600;display:grid}.cart-item-row{border-bottom:1px solid #f1f5f9;grid-template-columns:2fr 100px 150px 120px;align-items:center;padding:32px;display:grid}.cart-item-row:last-child{border-bottom:none}.item-prod-info{gap:24px;display:flex}.item-thumb{border:1px solid #f1f5f9;border-radius:12px;width:120px;height:120px;overflow:hidden}.item-thumb img{object-fit:cover;width:100%;height:100%}.item-details h3{color:#0f172a;margin-bottom:6px;font-size:18px;font-weight:700}.item-meta{color:#64748b;margin-bottom:4px;font-size:13px}.item-remove-btn{color:#ef4444;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;margin-top:12px;padding:0;font-size:13px;font-weight:600;transition:opacity .2s;display:flex}.item-remove-btn:hover{opacity:.7}.item-price-col,.item-total-col{color:#0f172a;font-size:16px;font-weight:700}.qty-picker{background:#f8faff;border:1px solid #e2e8f0;border-radius:10px;align-items:center;width:fit-content;padding:4px;display:flex}.qty-picker button{color:#0f172a;cursor:pointer;background:#fff;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;box-shadow:0 2px 4px #0000000d}.qty-picker button:hover:not(:disabled){color:#fff;background:#f36}.qty-picker button:disabled{opacity:.5;cursor:not-allowed}.qty-picker span{text-align:center;width:40px;font-size:15px;font-weight:700}.cart-actions-footer{justify-content:space-between;margin-top:24px;display:flex}.btn-secondary{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:10px;padding:14px 28px;font-weight:700;transition:all .2s;display:flex}.btn-text-danger{color:#ef4444;cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;font-weight:600;transition:opacity .2s;display:flex}.btn-text-danger:hover{opacity:.7}.order-summary-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:32px;position:sticky;top:120px;box-shadow:0 10px 40px #0000000a}.summary-title{color:#0f172a;margin-bottom:24px;font-size:20px;font-weight:800}.summary-details{border-bottom:1px dashed #e2e8f0;margin-bottom:20px;padding-bottom:20px}.summary-line{color:#64748b;justify-content:space-between;margin-bottom:12px;font-size:15px;display:flex}.summary-line span:last-child{color:#0f172a;font-weight:700}.text-free{color:#10b981!important}.summary-total-block{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.summary-total-block span:first-child{color:#0f172a;font-size:16px;font-weight:800}.total-price{color:#f36;font-size:28px;font-weight:900}.promo-tag-box{background:#f0fdf4;border-radius:12px;gap:12px;margin-bottom:24px;padding:16px;display:flex}.promo-tag-box p{color:#166534;font-size:12px;font-weight:600;line-height:1.4}.btn-checkout-proceed{color:#fff;cursor:pointer;background:#f36;border:none;border-radius:14px;justify-content:center;align-items:center;gap:12px;width:100%;margin-bottom:24px;padding:18px;font-size:16px;font-weight:700;transition:all .3s;display:flex;box-shadow:0 10px 20px #f363}.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{color:#64748b;text-transform:uppercase;letter-spacing:1px;margin-bottom:16px;font-size:11px;font-weight:800}.payment-icons{opacity:.9;justify-content:center;align-items:center;gap:20px;display:flex}.payment-icons img{object-fit:contain;width:auto;height:18px}.trust-badges-list{border-top:1px solid #f1f5f9;flex-direction:column;gap:16px;padding-top:24px;display:flex}.trust-badge-item{align-items:flex-start;gap:16px;display:flex}.badge-icon{color:#4f46e5;background:#f5f3ff;border-radius:10px;padding:8px;width:36px!important;height:36px!important}.badge-text{flex-direction:column;display:flex}.badge-text strong{color:#0f172a;font-size:13px}.badge-text span{color:#64748b;font-size:11px}.cart-recommendations{margin-top:60px}.recommend-title{color:#0f172a;margin-bottom:32px;font-size:24px;font-weight:800}.recommend-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.mini-recommend-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;transition:all .3s;overflow:hidden}.mini-recommend-card:hover{border-color:#f36;transform:translateY(-5px);box-shadow:0 10px 20px #0000000d}.mini-card-img{height:200px;overflow:hidden}.mini-card-img img{object-fit:cover;width:100%;height:100%}.mini-card-info{text-align:center;padding:20px}.mini-card-info h4{color:#0f172a;margin-bottom:6px;font-size:16px;font-weight:700}.mini-card-info p{color:#f36;margin-bottom:16px;font-weight:800}.btn-mini-action{color:#f36;cursor:pointer;background:#fff;border:1px solid #f36;border-radius:10px;width:100%;padding:10px;font-size:13px;font-weight:700;transition:all .2s}.btn-mini-action:hover{color:#fff;background:#f36}.empty-cart-state{text-align:center;justify-content:center;align-items:center;display:flex}.empty-cart-content{max-width:500px;margin:0 auto;padding:80px 40px}.empty-icon{color:#e2e8f0;margin-bottom:24px}.empty-cart-content h2{color:#0f172a;margin-bottom:16px;font-size:28px;font-weight:800}.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{box-sizing:border-box;width:100%;max-width:100vw;padding-top:10px;padding-bottom:80px;overflow-x:hidden}.cart-table-header{display:none}.cart-item-row{text-align:center;grid-template-columns:1fr;gap:20px}.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}}.cart-page{color:#202421;background:#f7f5f0;padding-top:1.5rem}.cart-page .container{width:min(1260px,100% - 48px);max-width:none}.cart-breadcrumbs{color:#8b918a;letter-spacing:.05em;text-transform:uppercase;font-size:.72rem}.cart-breadcrumbs a{color:#737a73}.cart-header-section{border-bottom:1px solid #ded9d0;padding:2.5rem 0 1.5rem}.cart-main-title{color:#202421;letter-spacing:-.06em;font-size:clamp(2rem,4vw,3.4rem)}.cart-count-badge{color:#b24f38;background:#ead5cc;border-radius:3px}.cart-subtitle{color:#737a73}.cart-layout-grid{gap:clamp(1.5rem,4vw,4rem)}.cart-table-card,.order-summary-card{box-shadow:none;background:#fbfaf7;border:1px solid #ded9d0;border-radius:4px}.cart-table-header{color:#8b918a;text-transform:uppercase;letter-spacing:.1em;border-bottom-color:#ded9d0;font-size:.68rem}.cart-item-row{border-bottom-color:#e7e2da}.item-thumb{background:#efebe4;border-color:#ded9d0;border-radius:3px}.item-details h3,.summary-title{color:#202421}.item-meta{color:#737a73}.item-remove-btn,.btn-text-danger{color:#b24f38}.qty-picker{border-color:#cfc8be;border-radius:3px}.qty-picker button:hover{color:#b24f38;background:#f0e8e2}.item-price-col,.item-total-col,.total-price{color:#202421}.order-summary-card{position:sticky;top:96px}.summary-line{color:#737a73;border-bottom-color:#e7e2da}.summary-total-block{color:#202421;border-top-color:#cfc8be}.promo-tag-box{color:#4c6652;background:#eef3ee;border-color:#d6e0d8}.btn-checkout-proceed{background:#202421;border-radius:4px}.btn-checkout-proceed:hover{background:#b24f38}.btn-secondary{color:#202421;border-color:#cfc8be;border-radius:4px}.btn-secondary:hover{color:#b24f38;background:0 0;border-color:#b24f38}@media (max-width:768px){.cart-page .container{width:100%;padding:0 1rem}.cart-page{padding-bottom:3rem}.order-summary-card{position:static}}
.checkout-page{background-color:#fff;padding-bottom:60px}.checkout-breadcrumbs{color:#666;align-items:center;gap:8px;padding:25px 0;font-size:13px;display:flex}.checkout-breadcrumbs a{color:#666;text-decoration:none}.checkout-breadcrumbs span{color:#1a2a4b;font-weight:700}.checkout-header-section{justify-content:space-between;align-items:flex-start;margin-bottom:40px;display:flex}.checkout-title-group{align-items:flex-start;gap:20px;display:flex}.checkout-icon-bg{background:#fff0f3;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;display:flex}.checkout-main-title{color:#1a2a4b;margin:0 0 5px;font-size:32px;font-weight:800}.checkout-subtitle{color:#666;font-size:15px}.secure-checkout-green-badge{background:#f0fff4;border:1px solid #c6f6d5;border-radius:16px;align-items:center;gap:15px;padding:15px 25px;display:flex}.check-icon-bg{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.green-label{color:#2f855a;font-size:14px;font-weight:800;display:block}.green-sub{color:#666;margin:0;font-size:12px}.checkout-main-grid{grid-template-columns:1.5fr 1fr;gap:30px;margin-bottom:60px;display:grid}.checkout-step-section{background:#fff;border:1px solid #f0f4ff;border-radius:24px;margin-bottom:30px;padding:30px}.checkout-step-title{color:#1a2a4b;align-items:center;gap:12px;margin-bottom:25px;font-size:18px;font-weight:800;display:flex}.saved-addresses-selector{background:#f8fafc;border:1px dashed #e2e8f0;border-radius:16px;margin-bottom:25px;padding:15px}.selector-label{color:#64748b;margin-bottom:12px;font-size:13px;font-weight:700}.addresses-pills{flex-wrap:wrap;gap:10px;display:flex}.address-pill{color:#1a2a4b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:50px;align-items:center;gap:8px;padding:8px 16px;font-size:13px;font-weight:700;transition:all .3s;display:flex}.address-pill:hover{color:#f36;background:#fff1f2;border-color:#f36}.step-badge{color:#fff;background:#f36;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;display:flex}.form-group{margin-bottom:20px}.form-group label{color:#1a2a4b;margin-bottom:8px;font-size:13px;font-weight:700;display:block}.form-group input,.select-field{background:#fdfdfd;border:1px solid #eee;border-radius:12px;outline:none;width:100%;padding:14px 18px;font-size:14px}.form-group input[name=address1]{background-image:none!important}.form-row-three{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.form-row-two{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.form-row-four{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.required-star{color:#f36;margin-left:2px;font-weight:700}.checkbox-group{color:#666;align-items:center;gap:10px;margin-top:10px;font-size:13px;display:flex}.delivery-options-list{flex-direction:column;gap:15px;display:flex}.delivery-option-item{cursor:pointer;border:1px solid #eee;border-radius:16px;align-items:center;gap:15px;padding:20px;display:flex}.delivery-option-item.active{background-color:#fffafb;border-color:#ffb3c5}.delivery-info-text{flex:1}.del-name{color:#1a2a4b;margin:0;font-size:14px;font-weight:800}.del-time{color:#999;margin:0;font-size:12px}.del-price{color:#1a2a4b;font-weight:800}.step-desc{color:#666;margin-bottom:20px;font-size:14px}.payment-options-list{flex-direction:column;gap:15px;display:flex}.payment-option-item{cursor:pointer;border:1px solid #eee;border-radius:16px;align-items:center;gap:15px;padding:20px;display:flex}.payment-option-item.active{background-color:#fffafb;border-color:#ffb3c5}.pay-method-main{flex:1;justify-content:space-between;align-items:center;display:flex}.pay-name{color:#1a2a4b;margin:0;font-size:14px;font-weight:800}.pay-sub{color:#999;margin:0;font-size:12px}.pay-logo-img{height:20px;margin-left:10px}.method-note{color:#1a2a4b;font-size:12px;font-weight:700}.secure-info-bar{color:#999;align-items:center;gap:8px;margin-top:20px;font-size:12px;display:flex}.checkout-summary-card{background:#fff;border:1px solid #f0f4ff;border-radius:24px;margin-bottom:25px;padding:25px}.checkout-summary-prod{border-bottom:1px solid #f9f9f9;align-items:center;gap:15px;margin-bottom:20px;padding-bottom:20px;display:flex}.checkout-summary-prod img{object-fit:cover;border-radius:12px;width:70px;height:70px}.checkout-prod-info h4{color:#1a2a4b;margin:0 0 4px;font-size:15px;font-weight:800}.checkout-prod-info p{color:#999;margin:0;font-size:12px}.checkout-prod-price{color:#1a2a4b;margin-left:auto;font-size:16px;font-weight:800}.checkout-price-list{flex-direction:column;gap:12px;margin-bottom:25px;display:flex}.checkout-price-row{color:#666;justify-content:space-between;font-size:14px;display:flex}.checkout-price-row span:last-child{color:#1a2a4b;font-weight:700}.green-free{color:#4caf50!important}.checkout-total-row{border-top:2px solid #f0f4ff;justify-content:space-between;align-items:center;margin-bottom:20px;padding-top:20px;display:flex}.checkout-total-val{color:#f36;font-size:24px;font-weight:900}.checkout-savings-alert{background:#f0fff4;border:1px solid #c6f6d5;border-radius:12px;gap:12px;padding:15px;display:flex}.savings-main{color:#2f855a;margin:0;font-size:13px;font-weight:800}.savings-sub{color:#666;margin:0;font-size:11px}.checkout-promise-card{background:#f8fbff;border:1px solid #eef6fc;border-radius:20px;margin-bottom:25px;padding:20px}.promise-head{gap:15px;display:flex}.promise-title{color:#1a2a4b;margin-bottom:5px;font-size:14px;font-weight:800}.promise-desc{color:#666;font-size:12px;line-height:1.5}.btn-place-order{color:#fff;cursor:pointer;background:#f06;border:none;border-radius:16px;justify-content:center;align-items:center;gap:12px;width:100%;margin-bottom:20px;padding:18px;font-size:16px;font-weight:700;text-decoration:none;display:flex}.checkout-terms{text-align:center;color:#999;margin-bottom:30px;font-size:12px}.checkout-terms a{color:#f36;font-weight:700;text-decoration:none}.checkout-help-card{background:#fff8f0;border:1px solid #ffecdb;border-radius:24px;justify-content:space-between;align-items:flex-end;padding:25px;display:flex}.help-text h3{color:#1a2a4b;margin-bottom:5px;font-size:18px;font-weight:800}.help-text p{color:#666;margin-bottom:15px;font-size:13px}.help-contact{color:#1a2a4b;align-items:flex-start;gap:10px;margin-bottom:10px;font-size:14px;font-weight:700;display:flex}.help-contact span{color:#999;font-size:11px;font-weight:400}.help-character img{height:80px}.checkout-bottom-features{border-top:1px solid #eee;margin-top:60px;padding-top:40px}@media (max-width:992px){.checkout-main-grid{grid-template-columns:1fr}}@media (max-width:768px){.checkout-page{box-sizing:border-box;width:100%;max-width:100vw;padding-top:10px;overflow-x:hidden}.checkout-step-section,.checkout-summary-card{box-sizing:border-box;width:100%;padding:20px 15px}.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{word-break:break-word;font-size:24px}.secure-checkout-green-badge{box-sizing:border-box;width:100%}}.relative-container{position:relative}.address-suggestions-dropdown{z-index:99;background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:2px;max-height:250px;margin-top:5px;padding:6px;display:flex;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.suggestion-item{cursor:pointer;border-radius:8px;align-items:center;gap:12px;padding:10px 14px;transition:all .2s;display:flex}.suggestion-item:hover{background-color:#f1f5f9}.suggestion-icon{color:#64748b;background:#f8fafc;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.suggestion-item:hover .suggestion-icon{color:#f36;background:#fff1f2}.suggestion-details{text-align:left;flex-direction:column;display:flex}.suggestion-name{color:#1a2a4b;margin:0 0 2px;font-size:13px;font-weight:700}.suggestion-sub{color:#64748b;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:11px;overflow:hidden}
.frames-page{background-color:#fff}.breadcrumbs{color:#666;padding:20px 0;font-size:14px}.breadcrumbs span{color:#333;font-weight:500}.frames-hero-wrapper{margin-bottom:40px;padding:0}.frames-hero{background:linear-gradient(90deg,#fff0f0 40%,#fff0f000 70%),url(https://placehold.co/1200x600?text=Banner) 100% 100%/contain no-repeat,#fff0f0;border-radius:32px;align-items:center;height:320px;padding:0 80px;display:flex;position:relative;overflow:hidden}.hero-stars{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.star{color:#fff;opacity:.6;font-size:14px;animation:3s ease-in-out infinite twinkle;position:absolute}@keyframes twinkle{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:.8;transform:scale(1.1)}}.hero-content{z-index:2;flex-direction:column;align-items:flex-start;gap:12px;max-width:480px;display:flex}.hero-title{color:#1a2a4b;letter-spacing:-2px;margin:0;font-size:72px;font-weight:900;line-height:1}.hero-subtitle{color:#4a5568;max-width:420px;margin:0;font-size:18px;line-height:1.5}.themes-section{padding:80px 0}.themes-header{justify-content:center;align-items:center;gap:20px;margin-bottom:60px;display:flex}.decorative-line{background:linear-gradient(90deg,#ff4d6d,#ffb3c1);width:60px;height:2px}.themes-header h2{color:#1a2a4b;font-size:28px;font-weight:700}.themes-grid{grid-template-columns:repeat(5,1fr);gap:30px;display:grid}.theme-card{background:#fff;border-radius:15px;transition:transform .3s;position:relative;overflow:hidden;box-shadow:0 10px 20px #0000000d}.theme-card:hover{transform:translateY(-5px)}.theme-badge{color:#fff;z-index:2;background:#ff4d6d;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;font-weight:700;display:flex;position:absolute;top:10px;left:10px}.theme-img-wrapper{aspect-ratio:1/1.2;color:#fff;text-align:center;justify-content:center;align-items:center;width:100%;font-weight:600;display:flex;overflow:hidden}.theme-image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.theme-card:hover .theme-image{transform:scale(1.1)}.theme-info{text-align:center;padding:20px}.theme-info h3{color:#1a2a4b;margin-bottom:15px;font-size:16px;font-weight:700}.try-now-btn{color:#ff4d6d;cursor:pointer;background:#fff;border:1px solid #ff4d6d;border-radius:20px;width:100%;padding:10px;font-weight:600;transition:all .3s}.try-now-btn:hover{color:#fff;background:#ff4d6d}.pagination{justify-content:center;align-items:center;gap:15px;margin-top:60px;display:flex}.page-num,.page-arrow{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.page-num.active{color:#fff;background:#ff4d6d;border-color:#ff4d6d}.features-bar{background-color:#fffafb;margin-bottom:60px;padding:40px 0}.features-flex{justify-content:space-between;gap:20px;display:flex}.feature-item{align-items:center;gap:15px;display:flex}.feature-icon{color:#ff4d6d;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:flex;box-shadow:0 4px 10px #0000000d}.feature-text h4{color:#1a2a4b;margin-bottom:2px;font-size:16px;font-weight:700}.feature-text p{color:#666;font-size:14px}@media (max-width:1024px){.themes-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.frames-hero{text-align:center;background:#fff0f0;flex-direction:column;height:auto;padding:40px 20px}.hero-content{text-align:center;align-items:center}.hero-title{font-size:40px}.themes-grid{grid-template-columns:repeat(2,1fr)}.features-flex{flex-direction:column;gap:30px}}
.order-confirm-page{background-color:#fff;padding-bottom:60px}.confirm-breadcrumbs{color:#666;align-items:center;gap:8px;padding:25px 0;font-size:13px;display:flex}.confirm-breadcrumbs a{color:#666;text-decoration:none}.confirm-breadcrumbs span{color:#1a2a4b;font-weight:700}.confirm-header-section{justify-content:space-between;align-items:flex-start;margin-bottom:40px;display:flex}.confirm-main-title{color:#1a2a4b;align-items:center;gap:12px;margin-bottom:8px;font-size:32px;font-weight:800;display:flex}.confirm-subtitle{color:#666;font-size:15px}.secure-checkout-badge{background:#fff8e6;border:1px solid #ffeeba;border-radius:16px;align-items:center;gap:15px;padding:15px 25px;display:flex}.lock-icon-bg{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;box-shadow:0 4px 10px #0000000d}.secure-label{color:#1a2a4b;font-size:14px;font-weight:800;display:block}.secure-sub{color:#666;margin:0;font-size:12px}.confirm-main-grid{grid-template-columns:1fr 1fr;gap:30px;margin-bottom:40px;display:grid}.summary-card{background:#fff;border:1px solid #f0f4ff;border-radius:24px;padding:30px}.card-header{justify-content:space-between;align-items:center;margin-bottom:25px;display:flex}.card-header h3{color:#1a2a4b;font-size:18px;font-weight:800}.edit-summary-btn{color:#f36;cursor:pointer;background:#fff;border:1px solid #f36;border-radius:10px;padding:8px 24px;font-weight:700}.preview-snapshot{background:#f8fafc;border-radius:16px;width:100%;margin-bottom:30px;position:relative;overflow:hidden}.personalization-detail-card{text-align:center;background:#fcfcfc;border:1px solid #f1f5f9;border-radius:20px;margin-top:-10px;margin-bottom:30px;padding:1.5rem;box-shadow:0 4px 15px #00000005}.p-detail-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;font-size:.8rem;font-weight:700}.p-detail-value{color:#1e293b;font-size:1.75rem;font-weight:900}.preview-snapshot img{width:100%;height:auto;display:block}.preview-overlay-name-confirm{color:#fff;text-shadow:0 2px 8px #0006;font-family:Dancing Script,cursive;font-size:32px;position:absolute;bottom:15%;left:50%;transform:translate(-50%)}.confirm-previews-grid{grid-template-columns:repeat(2,1fr);gap:15px;margin-bottom:30px;display:grid}.confirm-preview-item{aspect-ratio:1;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;position:relative;overflow:hidden}.confirm-preview-item img{object-fit:contain;width:100%;height:100%;padding:5px}.confirm-preview-label{color:#fff;text-transform:uppercase;background:#ff3366e6;border-radius:4px;padding:2px 6px;font-size:8px;font-weight:800;position:absolute;top:8px;left:8px}.specs-list{flex-direction:column;gap:15px;display:flex}.spec-item{border-bottom:1px solid #f9f9f9;align-items:center;padding-bottom:15px;display:flex}.spec-label{color:#666;flex:1;font-size:14px}.spec-value{color:#1a2a4b;flex:1.5;font-size:14px;font-weight:700}.thumb-val{align-items:center;gap:10px;display:flex}.mini-upload-thumb{object-fit:cover;border-radius:8px;width:40px;height:40px}.confirm-summary-card,.confirm-delivery-card,.confirm-promise-card{background:#fff;border:1px solid #f0f4ff;border-radius:24px;margin-bottom:25px;padding:25px}.summary-right-col{height:fit-content}.section-title{color:#1a2a4b;margin-bottom:20px;font-size:18px;font-weight:800}.summary-prod-info{border-bottom:1px solid #f9f9f9;align-items:center;gap:15px;margin-bottom:20px;padding-bottom:20px;display:flex}.summary-prod-thumb{object-fit:cover;border-radius:12px;width:60px;height:60px}.summary-prod-details h4{color:#1a2a4b;margin:0 0 4px;font-size:15px;font-weight:800}.summary-prod-details p{color:#999;margin:0;font-size:12px}.summary-prod-price{color:#1a2a4b;margin-left:auto;font-size:18px;font-weight:800}.price-breakdown{flex-direction:column;gap:12px;margin-bottom:25px;display:flex}.price-row{color:#666;justify-content:space-between;font-size:14px;display:flex}.price-row span:last-child{color:#1a2a4b;font-weight:700}.free-text{color:#4caf50!important}.total-row{border-top:2px solid #f0f4ff;justify-content:space-between;align-items:center;margin-bottom:20px;padding-top:20px;display:flex}.total-row span:first-child{color:#666;font-size:16px;font-weight:700}.total-val{color:#f36;font-size:24px;font-weight:900}.savings-alert{background:#f0fff4;border:1px solid #c6f6d5;border-radius:12px;gap:12px;padding:15px;display:flex}.savings-primary{color:#2f855a;margin:0 0 2px;font-size:13px;font-weight:800}.savings-secondary{color:#666;margin:0;font-size:11px}.delivery-row{align-items:center;gap:15px;margin-bottom:20px;display:flex}.del-label{color:#999;font-size:12px;display:block}.del-val{color:#1a2a4b;margin:0;font-size:16px;font-weight:800}.location-row{border-top:1px solid #f9f9f9;align-items:center;gap:10px;padding-top:15px;display:flex}.location-val{color:#666;flex:1;font-size:13px}.change-loc-btn{color:#f36;cursor:pointer;background:0 0;border:none;font-size:13px;font-weight:800}.promise-item{align-items:center;gap:15px;margin-bottom:15px;display:flex}.promise-head{color:#1a2a4b;margin:0 0 2px;font-size:13px;font-weight:800}.promise-sub{color:#999;margin:0;font-size:12px}.confirm-action-bar{background:#fff;border:1px solid #f0f4ff;border-radius:24px;flex-direction:column;align-items:stretch;gap:20px;margin-bottom:20px;padding:25px;display:flex}.action-promo{align-items:center;gap:15px;display:flex}.promo-icon-bg{background:#fff0f3;border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;font-size:24px;display:flex}.promo-text h4{color:#1a2a4b;margin-bottom:4px;font-size:16px;font-weight:800}.promo-text p{color:#666;margin:0;font-size:13px}.final-btns-group{gap:15px;width:100%;display:flex}.final-btns-group>*{flex:1;justify-content:center}.add-to-cart-outline-btn{color:#f36;cursor:pointer;background:#fff;border:1.5px solid #f36;border-radius:14px;align-items:center;gap:10px;padding:15px 30px;font-weight:700;text-decoration:none;display:flex}.btn-final-checkout{color:#fff;cursor:pointer;background:#f06;border:none;border-radius:14px;align-items:center;gap:10px;padding:15px 45px;font-size:16px;font-weight:700;text-decoration:none;display:flex}.terms-disclaimer{text-align:center;color:#999;font-size:12px}.terms-disclaimer a{color:#f36;font-weight:700;text-decoration:none}.confirm-bottom-features{border-top:1px solid #eee;margin-top:60px;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{justify-content:center;width:100%}}@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{border-radius:20px;padding:20px}.preview-overlay-name-confirm{font-size:24px!important}.confirm-action-bar{z-index:999!important;background:#fff!important;border-radius:0!important;flex-direction:column!important;gap:10px!important;margin-bottom:0!important;padding:12px 15px!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;box-shadow:0 -10px 30px #0000001a!important}.action-promo{display:none!important}.final-btns-group{gap:10px!important;width:100%!important}.add-to-cart-outline-btn,.btn-final-checkout{border-radius:10px!important;flex:1!important;justify-content:center!important;padding:12px 5px!important;font-size:13px!important}.price-row{font-size:13px}.total-val{font-size:20px}}@media (max-width:480px){.confirm-breadcrumbs{white-space:nowrap;padding:15px 0;font-size:11px;overflow-x:auto}.card-header h3{font-size:16px}.edit-summary-btn{padding:6px 16px;font-size:12px}}
