:root{--color-cream: #FDFBF7;--color-text: #333333;--color-primary: #3D3B8E;--color-accent-green: #88C941;--color-accent-blue: #42A5F5;--color-accent-pink: #F48FB1;--color-accent-orange: #FFB74D;--color-button-bg: #F4A261;--color-button-text: #FFFFFF;--font-heading: "Playfair Display", serif;--font-body: "Montserrat", sans-serif;--glass-bg: rgba(255, 255, 255, .25);--glass-border: rgba(255, 255, 255, .5);--glass-shadow: 0 8px 32px 0 rgba(31, 38, 135, .07)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--color-cream);background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.08'/%3E%3C/svg%3E");color:var(--color-text);line-height:1.6;overflow-x:hidden;cursor:none}@media(max-width:767px){body{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilterMobile'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='1' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilterMobile)' opacity='0.06'/%3E%3C/svg%3E")}}a,button,input,select,textarea,.clickable{cursor:pointer}input[type=text],textarea{cursor:text}html{scroll-behavior:smooth}.glass-panel{background:var(--glass-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow)}@media(max-width:767px){.glass-panel{backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--color-text)}a{text-decoration:none;color:inherit}ul{list-style:none}.container{max-width:1400px;margin:0 auto;padding:0 20px}.btn{display:inline-block;padding:12px 24px;border-radius:30px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;border:none}.btn-primary{background-color:var(--color-button-bg);color:var(--color-button-text)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 10px #0000001a}.section-title{text-align:center;font-size:2.5rem;margin-bottom:1rem;position:relative;z-index:1}.section-subtitle{text-align:center;font-family:var(--font-body);font-size:1.2rem;color:#666;margin-bottom:3rem;font-weight:400}.product-card{border-radius:15px;padding:10px 12px 20px;transition:transform .4s cubic-bezier(.175,.885,.32,1.275);position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;z-index:1;width:100%;max-width:239px;margin:0 auto;will-change:transform;transform:translateZ(0);backface-visibility:hidden;contain:layout style}.product-link{display:contents;cursor:pointer}.product-card:before{content:"";position:absolute;inset:0;border-radius:30px;background:#fff;z-index:-1;box-shadow:0 5px 15px #00000026;transition:transform .4s cubic-bezier(.175,.885,.32,1.275)}.product-card:after{content:"";position:absolute;inset:0;border-radius:30px;border:1.5px solid #2c1e1a;z-index:-1;pointer-events:none;opacity:.85;filter:url(#pencil-filter)}.product-card:hover{transform:translateY(-8px);z-index:10}.product-card:hover:before{filter:drop-shadow(0 15px 30px rgba(0,0,0,.2))}.product-card .image-container{height:190px;width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:4px;transition:transform .5s ease}.product-card:hover .image-container{transform:scale(1.05)}.product-card img{max-height:100%;max-width:100%;object-fit:contain;filter:drop-shadow(0 10px 20px rgba(0,0,0,.1));transform:scale(1.15)}.product-card h3{font-family:Itim,cursive;font-size:1.425rem;color:#4e342e;margin-bottom:2px;font-weight:400;letter-spacing:1px}.product-card .price{font-family:Itim,cursive;font-size:.855rem;color:#999;font-weight:500;margin-bottom:24px;letter-spacing:.5px}.add-to-cart-btn{width:calc(100% - 24px);background:#f0dcc2;color:#4e342e;border:none;padding:10px 15px;border-radius:28px 32px 30px 29px;font-family:Itim,cursive;font-weight:400;font-size:1.1rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;display:flex;align-items:center;justify-content:center;gap:10px;box-shadow:2px 2px #4e342e;position:relative;overflow:visible;z-index:1}.add-to-cart-btn:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.5'/%3E%3C/svg%3E");mix-blend-mode:overlay;pointer-events:none;opacity:.15;z-index:-1}@media(max-width:767px){.add-to-cart-btn:before{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilterBtn'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='1' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilterBtn)' opacity='0.3'/%3E%3C/svg%3E")}}.add-to-cart-btn:after{content:"";position:absolute;inset:0;border:1.5px solid #4E342E;border-radius:inherit;z-index:5;pointer-events:none;filter:url(#strong-pencil-text)}.add-to-cart-btn:hover{transform:scale(1.04);box-shadow:4px 4px #4e342e}.add-to-cart-btn svg{transition:transform .3s ease;width:18px;height:18px;position:relative;z-index:6;filter:url(#strong-pencil-text)}.add-to-cart-btn:hover svg{transform:translate(3px) rotate(5deg)}.add-to-cart-btn.green{background:#e8f5e9;color:#2e7d32!important;box-shadow:2px 2px #2e7d32}.add-to-cart-btn.green:after{border-color:#2e7d32}.add-to-cart-btn.green:hover{box-shadow:4px 4px #2e7d32}.product-grid-section{padding:20px 0;background-color:transparent}.product-grid-section .container{max-width:1450px}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:30px 10px;padding:10px;contain:layout}@media(min-width:1600px){.product-grid{grid-template-columns:repeat(4,1fr)}}@keyframes rotate-border{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.magic-button{position:relative;display:inline-flex;justify-content:center;align-items:center;font-size:1.5rem;padding:18px 50px;border-radius:50px;color:#000;font-family:Montserrat,sans-serif;font-weight:600;border:none;cursor:pointer;z-index:1;overflow:hidden;background:transparent;box-shadow:0 4px 15px #0000001a;transition:transform .3s ease}.magic-button:hover{transform:scale(1.05)}.magic-button:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:conic-gradient(from 0deg,transparent 0%,transparent 80%,#ffffff 100%);animation:rotate-border 3s linear infinite;z-index:-2}.magic-button:after{content:"";position:absolute;inset:3px;background-color:#ffad60;border-radius:47px;z-index:-1}.sketch-button{position:relative;display:inline-flex;justify-content:center;align-items:center;font-size:1.6rem;padding:12px 45px;color:#4e342e;font-family:Itim,cursive;font-weight:400;background:#f0dcc2;border:none;cursor:pointer;z-index:1;transition:transform .2s ease,box-shadow .2s ease;box-shadow:2px 2px #4e342e;border-radius:50px 45px 55px 40px/40px 55px 45px 50px;filter:url(#watercolor-filter);overflow:visible}.sketch-button:after{content:"";position:absolute;inset:0;border:2px solid #4E342E;border-radius:inherit;pointer-events:none;filter:url(#strong-pencil-text);z-index:5}.sketch-button:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.5'/%3E%3C/svg%3E");mix-blend-mode:overlay;pointer-events:none;opacity:.2;z-index:-1}.sketch-button:hover{transform:scale(1.05);box-shadow:4px 4px #4e342e}.sketch-text{position:relative;z-index:2;display:block;filter:url(#strong-pencil-text)}.view-all-wrapper{text-align:center;margin-top:100px}.view-all-link{width:fit-content;display:inline-flex;padding:4px 38px 4px 42px;font-size:1.58rem;font-weight:600;align-items:center;gap:12px;text-decoration:none;line-height:1.2;margin:0 auto}.view-all-icon-container{display:flex;align-items:center;justify-content:center;width:40px;height:40px;overflow:visible}.nav-link{font-family:Itim,cursive;font-weight:400;color:#4e342e;font-size:30px;white-space:nowrap;text-decoration:none;letter-spacing:.5px;filter:url(#strong-pencil-text);position:relative;display:inline-block;transition:color .4s ease,transform .4s cubic-bezier(.2,.8,.2,1)}.nav-link:after{content:"";position:absolute;left:7.5%;bottom:-20px;width:85%;height:35px;background-image:url("data:image/svg+xml,%3Csvg width='300' height='40' viewBox='0 0 300 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 10C80 8 200 8 290 12L40 22C110 25 200 25 270 28' stroke='%23FFAD60' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:100% 100%;opacity:0;transition:opacity .4s ease-in-out;pointer-events:none}.nav-link:hover{color:#ffad60;transform:translateY(-5px)}.nav-link.active{color:#ffad60}.nav-link:hover:after,.nav-link.active:after{opacity:.7}@keyframes magic-cart-bounce{0%,to{transform:translateY(0) scale(1) rotate(0)}20%{transform:translateY(-4px) scale(1.1) rotate(-5deg)}40%{transform:translateY(-4px) scale(1.1) rotate(5deg)}60%{transform:translateY(-2px) scale(1.1) rotate(-3deg)}80%{transform:translateY(-2px) scale(1.1) rotate(3deg)}}@keyframes magic-sparkles{0%{opacity:0;transform:scale(0)}50%{opacity:1;transform:scale(1.2)}to{opacity:0;transform:scale(0)}}.cart-icon{position:relative;z-index:5}.cart-icon:hover{animation:magic-cart-bounce .8s ease-in-out 1;color:#ffad60!important}.cart-icon:before{content:"✨";position:absolute;top:-5px;opacity:0;pointer-events:none;font-size:18px;transition:none;left:-15px}.cart-icon:hover:before{animation:magic-sparkles 1s ease-in-out 1}[dir=rtl] .add-to-cart-btn:hover svg{transform:translate(-3px) rotate(5deg)}[dir=rtl]{--font-body: "Amiri", sans-serif;--font-heading: "Amiri", serif}html,body{overflow-x:hidden;width:100%}body{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}@media(max-width:767px){html,body{position:relative;overflow-x:clip;width:100%;max-width:100vw;padding-bottom:0!important;margin-bottom:0!important}#root,.app-content{overflow-x:clip;width:100%;max-width:100vw;position:relative;padding-bottom:0!important;margin-bottom:0!important}}@media(max-width:767px){body{cursor:auto}button,a,input[type=submit],.clickable{min-height:44px}input,select,textarea{font-size:16px!important}.container{padding:0 20px}.section-title{font-size:2.2rem;margin-bottom:.5rem}.section-subtitle{font-size:1.1rem;margin-bottom:2.5rem;padding:0 10px}.nav-link{font-size:1.4rem}.product-grid{grid-template-columns:repeat(2,1fr);gap:25px 15px;padding:15px 5px}.product-card{max-width:100%;padding:10px 10px 12px;background:transparent;display:flex;flex-direction:column;justify-content:flex-start;will-change:auto;overflow:visible}.product-card:before,.product-card:after{border-radius:20px}.product-card h3{font-size:1.15rem;margin-top:0;min-height:2.2rem;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:visible;line-height:1.1}.product-card .price{font-size:.9rem;margin-bottom:12px}.product-card .image-container{height:155px;margin-bottom:0;overflow:visible}.product-card img{transform:scale(.95);object-fit:contain}.add-to-cart-btn{width:100%;padding:10px 6px;font-size:.78rem;border-radius:15px;gap:4px;white-space:nowrap}.sketch-button{font-size:1.4rem;padding:12px 35px}.view-all-wrapper{margin-top:40px!important}.view-all-link{font-size:1.1rem!important;padding:1px 15px!important;gap:6px!important;width:auto!important;min-width:0!important}.view-all-icon-container{width:30px!important;height:30px!important}.wishlist-btn-circular{min-width:24px!important;min-height:24px!important;max-width:24px!important;max-height:24px!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:50%!important;box-sizing:border-box!important}.wishlist-btn-circular svg{width:11px!important;height:11px!important}*{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;will-change:auto!important}.glass-panel{background:#fdfbf7f2!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.comparison-section,.solution-section,.product-grid-section,.guestbook-section,.comparison-image-wrapper,.solution-image-side,.solution-text-side,.product-grid,#root,.app-content,.container,main{overflow:visible!important;opacity:1!important;visibility:visible!important}img,section,div:not(.pencil-text-fix){filter:none!important;mask:none!important;-webkit-mask:none!important}.product-card:before,.product-card:after,.pack-card:after{filter:none!important;border:1.5px solid rgba(78,52,46,.15)!important;background:transparent!important}.hide-mobile{display:none!important}}@media(max-width:374px){.container{padding:0 15px}.product-grid{grid-template-columns:1fr;gap:20px}.product-card{max-width:280px}.section-title{font-size:1.8rem}.pack-image{transform:scale(1)!important}.pack-stack-container{min-height:380px}.product-card .image-container{height:180px}}@media(min-width:768px){.hide-desktop{display:none!important}}@media(max-width:767px){.pack-builder-page *,[style*="zIndex: 9999"] *,[style*="z-index: 9999"] *{filter:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;will-change:auto!important}}.mobile-menu-toggle,.mobile-cart-icon,.mobile-menu-overlay,.mobile-menu-panel{display:none}@media(max-width:767px){.mobile-nav-buttons{display:flex;justify-content:space-between;align-items:center;width:100vw;position:fixed;top:0;left:0;padding:15px 20px;pointer-events:none;z-index:99999!important}.mobile-menu-toggle{display:flex;align-items:center;justify-content:center;width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;max-width:40px!important;max-height:40px!important;background:#fff6!important;backdrop-filter:blur(8px)!important;-webkit-backdrop-filter:blur(8px)!important;border:1px solid rgba(255,255,255,.3)!important;border-radius:50%!important;cursor:pointer;color:#4e342e;z-index:1001;padding:0!important;transition:transform .3s ease;pointer-events:auto;box-shadow:0 4px 15px #0000000d;filter:url(#pencil-filter);box-sizing:border-box!important;flex-shrink:0!important}.mobile-menu-toggle:active{transform:scale(.9)}.mobile-cart-icon{display:flex;align-items:center;justify-content:center;position:relative;width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;max-width:40px!important;max-height:40px!important;background:#fff6!important;backdrop-filter:blur(8px)!important;-webkit-backdrop-filter:blur(8px)!important;border:1px solid rgba(255,255,255,.3)!important;border-radius:50%!important;color:#4e342e;margin-right:0;transition:transform .3s ease;pointer-events:auto;box-shadow:0 4px 15px #0000000d;filter:url(#pencil-filter);box-sizing:border-box!important;flex-shrink:0!important}.mobile-cart-icon:active{transform:scale(.9)}.mobile-cart-badge{position:absolute;top:-4px;right:-4px;background-color:#f4a261;color:#fff;border-radius:40% 60% 70% 30%/40% 50% 60% 70%;width:20px;height:20px;font-size:11px;display:flex;justify-content:center;align-items:center;font-weight:600;box-shadow:1px 1px #4e342e}.mobile-menu-overlay{display:block;position:fixed;inset:0;background:#0000001a;backdrop-filter:blur(15px)!important;-webkit-backdrop-filter:blur(15px)!important;z-index:998}.mobile-menu-panel{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;position:fixed;top:0;left:0;width:210px;max-width:75vw;height:100vh;background:#fdfbf759;backdrop-filter:blur(30px)!important;-webkit-backdrop-filter:blur(30px)!important;padding:40px 20px;z-index:999;overflow-y:auto;box-shadow:5px 0 40px #00000014;border-right:1px solid rgba(255,255,255,.3)}.mobile-nav{display:flex;flex-direction:column;align-items:center;gap:12px;width:100%}.mobile-nav-link{display:block;padding:12px 0;font-family:Itim,cursive;font-size:1.5rem;color:#4e342e;text-decoration:none;position:relative;transition:all .3s ease;filter:url(#text-pencil-filter);width:fit-content}.mobile-nav-link:active{color:#f4a261;transform:scale(1.05)}.mobile-nav-link.active{color:#f4a261;font-weight:500}.mobile-account-link{display:flex;align-items:center;justify-content:center;gap:12px;padding:20px 0;margin-top:25px;width:100%;font-family:Montserrat,sans-serif;font-size:.9rem;color:#4e342e;text-decoration:none;border-top:1px solid rgba(78,52,46,.1);filter:url(#strong-pencil-text)}.mobile-logged-dot{width:8px;height:8px;background-color:#88c941;border-radius:50%}.mobile-lang-selector{margin-top:10px;padding-top:20px;border-top:1px solid rgba(78,52,46,.1);display:flex;align-items:center;justify-content:center;gap:15px;width:100%}.mobile-lang-btn{background:none;border:none;padding:5px;font-family:Itim,cursive;font-size:1.15rem;color:#4e342e;cursor:pointer;opacity:.4;transition:all .3s ease;filter:url(#text-pencil-filter)}.mobile-lang-btn.active{opacity:1;color:#f4a261;transform:scale(1.1)}.mobile-lang-sep{color:#4e342e;opacity:.2;font-size:.9rem}}.header{padding:10px 0;position:absolute;top:55px;left:50%;transform:translate(-50%);width:95%;max-width:1400px;z-index:100;border-radius:20px}.header-container{display:flex;align-items:center;margin:0 auto;padding:0 20px;justify-content:space-between}.header-logo-container{flex:1;display:flex;justify-content:flex-start}.header-logo{height:60px;object-fit:contain}.header-nav{flex:2;display:flex;justify-content:center;gap:38px}.header-actions{flex:1;display:flex;justify-content:flex-end;align-items:center}.header-lang-select{margin-inline-end:15px;padding:5px;border:none;background-color:transparent;font-size:16px;cursor:pointer;font-family:inherit;color:#4e342e}.header-user-icon{position:relative;color:#4e342e;display:flex;align-items:center;margin-right:15px;filter:url(#strong-pencil-text)}.header-logged-dot{position:absolute;bottom:0;right:-2px;width:10px;height:10px;background-color:#88c941;border-radius:50%;border:2px solid #FDFBF7}.header-cart-icon{position:relative;color:#4e342e;display:flex;align-items:center;filter:url(#strong-pencil-text)}.header-cart-badge{position:absolute;top:-9px;right:-9px;background-color:#f4a261;color:#fff;border-radius:50%;width:22px;height:22px;font-size:14px;display:flex;justify-content:center;align-items:center;filter:url(#strong-pencil-text)}.header-dropdown-menu{position:fixed;top:80px;left:20px;width:250px;z-index:100;border-radius:20px;padding:30px 20px;background-color:#ffffffd9}.header-vertical-nav{display:flex;flex-direction:column;align-items:center;gap:20px}.header-menu-divider{width:50%;height:1px;background-color:#0000001a;margin:10px 0}@media(max-width:767px){.header{top:0;left:0;transform:none;width:100%;max-width:100%;border-radius:0;padding:10px 0;background:transparent!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;position:fixed;box-shadow:none;z-index:9999!important}.header:after{display:none!important}.header-container{padding:5px 15px}.header-logo-container{flex:1;justify-content:flex-start}.header-nav,.header-lang-select,.header-user-icon,.header-cart-icon{display:none}.header-actions{flex:1;justify-content:flex-end;gap:8px}}@media(min-width:768px)and (max-width:1023px){.header{width:98%}.header-nav{gap:25px}}.footer{padding:60px 0 40px;margin-top:0;position:relative;overflow:hidden;color:#4e342e;font-family:Itim,cursive;background:transparent}.footer-background{position:absolute;inset:18px 0 0;background-color:#faf9f6;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 250 250' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.15'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='subtle-rough'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.02' numOctaves='3' stitchTiles='stitch' result='noise'/%3E%3CfeDiffuseLighting in='noise' lighting-color='%23fff' surfaceScale='0.6'%3E%3CfeDistantLight azimuth='45' elevation='70'/%3E%3C/feDiffuseLighting%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23subtle-rough)' opacity='0.04'/%3E%3C/svg%3E");background-blend-mode:multiply,overlay;z-index:-1;pointer-events:none}.footer-pencil-border{position:absolute;top:0;left:0;width:100%;height:40px;pointer-events:none;overflow:hidden;z-index:5}.footer-pencil-border:after{content:"";position:absolute;top:18px;left:-2%;width:104%;height:2.2px;background-color:#4e342e38;filter:url(#hand-drawn-line);opacity:.65}.footer:before{content:"";position:absolute;top:-50px;right:-50px;width:200px;height:200px;background:radial-gradient(circle,rgba(61,59,142,.05) 0%,transparent 70%);filter:blur(30px);z-index:0}.footer-container{max-width:100%;margin-left:0;padding:0 20px 0 80px;display:grid;grid-template-columns:auto auto auto auto 1fr;gap:40px 110px;position:relative;z-index:1;align-items:center}.footer-sketch{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;margin-left:-40px;gap:15px}.sketch-illustration{width:150px;height:auto;mix-blend-mode:multiply;opacity:.8;filter:contrast(1.1) brightness(1.05)}.butterfly-offset{width:140px;opacity:.7;filter:contrast(1) brightness(1.1)}.footer-integrity-row{display:flex;align-items:center;justify-content:flex-end;gap:15px;margin-top:40px;padding-right:40px;position:relative;z-index:2}.integrity-divider{color:#4e342e;opacity:.2;font-size:.9rem}.column-title-wrapper{position:relative;display:inline-block;margin-bottom:30px}.footer-column h3{font-family:Cabin Sketch,cursive;font-weight:700;font-size:1.8rem;color:#4e342e;letter-spacing:0;margin:0;line-height:1;position:relative;z-index:2;filter:url(#text-pencil-filter);white-space:nowrap}.title-underline{position:absolute;bottom:-15px;left:-10px;width:120%;height:35px;opacity:.7;z-index:1;pointer-events:none;filter:url(#watercolor-filter)}.underline-alt{transform:rotate(2deg) scaleX(-1)}.underline-alt-2{transform:rotate(-1deg) scaleY(-1)}.footer-brand .brand-logo{font-family:Cabin Sketch,cursive;font-weight:700;font-size:2.4rem;color:#3d3b8e;margin-top:0;margin-bottom:15px;line-height:1;display:block;filter:url(#text-pencil-filter);white-space:nowrap}.brand-mobile{display:none}.footer-brand p{font-size:1rem;line-height:1.6;color:#4e342e;opacity:.8;margin-bottom:25px;font-family:Itim,cursive;filter:url(#strong-pencil-text);max-width:280px}.brand-description-mobile{display:none}.social-links{display:flex;gap:15px}.social-icon{width:46px;height:46px;background:#fff;border-radius:40% 60% 45% 55%/55% 45% 60% 40%;display:flex;align-items:center;justify-content:center;color:#3d3b8e;box-shadow:4px 4px #4e342e14;transition:all .3s cubic-bezier(.175,.885,.32,1.275);text-decoration:none;border:2px solid rgba(61,59,142,.2);filter:url(#pencil-filter);background-image:radial-gradient(circle,#fff,#fdfbf7)}.social-icon svg{filter:url(#pencil-filter)}.social-icon:hover{transform:translateY(-8px) rotate(8deg) scale(1.1);box-shadow:6px 6px #ffad60;color:#ffad60}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:12px}.footer-links a,.footer-btn-link{text-decoration:none;color:#4e342e;font-size:1.15rem;font-family:Itim,cursive;transition:all .2s ease;display:inline-block;position:relative;filter:url(#strong-pencil-text);background:none;border:none;padding:0;cursor:pointer;text-align:inherit}.footer-links a:after,.footer-btn-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:3px;background:#ffad60;transition:width .3s ease;border-radius:5px;opacity:.7;filter:url(#watercolor-filter)}.footer-links a:hover,.footer-btn-link:hover{color:#3d3b8e;padding-left:5px}.footer-links a:hover:after,.footer-btn-link:hover:after{width:100%}.footer-contact p{margin-bottom:15px;font-size:1.15rem;color:#4e342e;font-family:Itim,cursive;filter:url(#strong-pencil-text)}.contact-link{text-decoration:none;color:inherit;display:flex;align-items:center;gap:10px}.contact-link:hover{color:#3d3b8e}.contact-icon{color:#ffad60;font-size:1.1rem}.footer-bottom{margin-top:100px;padding-top:40px;border-top:1px dashed rgba(78,52,46,.15);text-align:center;position:relative;z-index:1}.copyright{font-size:.85rem;color:#4e342e;opacity:.7;font-family:Itim,cursive;margin:0;filter:url(#strong-pencil-text)}.admin-footer-link{font-size:.82rem;color:#4e342e;opacity:.4;text-decoration:none;font-family:Itim,cursive;transition:all .2s ease;filter:url(#strong-pencil-text)}.admin-footer-link:hover{opacity:.8;color:#3d3b8e}.made-with-love-container{position:relative;display:flex;align-items:center;padding:2px 15px}.love-brush{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-1deg);width:110%;height:38px;opacity:.35;z-index:1;filter:url(#watercolor-filter);pointer-events:none}.hand-note{font-family:Coming Soon,Itim,cursive;color:#4e342e;font-size:1.05rem;position:relative;z-index:2;filter:url(#text-pencil-filter);font-weight:500;white-space:nowrap}[dir=rtl] .footer-container{grid-template-columns:2fr 1fr 1fr 1.5fr}[dir=rtl] .footer-links a:hover{padding-left:0;padding-right:5px}@media(max-width:968px){.footer-container{grid-template-columns:1fr 1fr;gap:40px}}@media(max-width:580px){.footer-container{grid-template-columns:1fr;text-align:center}.social-links{justify-content:center}.footer-column h3:after{left:50%;transform:translate(-50%)}}@media(max-width:767px){.footer{padding:15px 0 20px;margin-bottom:0!important;overflow:hidden}.footer-background{top:8px;bottom:0}.footer-pencil-border{height:16px}.footer-pencil-border:after{top:8px;height:1.5px}.footer:before{display:none}.footer-container{display:flex;flex-direction:column;gap:0px;padding:0 20px;text-align:left}.footer-brand{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:0;flex-wrap:wrap}.footer-brand .brand-logo{font-size:1.5rem;margin-bottom:0}.brand-desktop{display:none}.brand-mobile{display:inline}.footer-brand p:not(.brand-description-mobile){display:none}.social-links{gap:10px;margin-bottom:2px}.footer-brand .brand-description-mobile{display:block;font-family:Itim,cursive;font-size:.72rem;line-height:1.35;opacity:.75;margin-top:4px;margin-bottom:8px;color:#4e342e;filter:url(#strong-pencil-text);width:100%;max-width:100%;text-align:center}.social-icon{width:auto;height:auto;background:none!important;border:none!important;box-shadow:none!important;border-radius:0!important;filter:none!important;padding:0;color:#3d3b8e!important}.social-icon svg{width:16px;height:16px}.footer-column:nth-child(2),.footer-column:nth-child(3),.footer-sketch{display:none}.footer-contact{display:flex;align-items:center;justify-content:center;flex-direction:row;flex-wrap:wrap;gap:2px 12px;padding-top:0;margin-top:-4px}.footer-contact .column-title-wrapper{display:block!important;margin-bottom:0}.footer-contact .column-title-wrapper h3{font-size:.82rem;white-space:nowrap}.footer-contact .column-title-wrapper .title-underline{display:block;width:110%;height:14px;bottom:-6px;opacity:.4}.footer-contact p{margin-bottom:0;font-size:.68rem;font-weight:500}.contact-link{gap:4px}.footer-contact p:last-child{display:none}.contact-icon{width:14px;height:14px}.footer-integrity-row{flex-direction:row;justify-content:center;align-items:center;gap:6px;padding:2px 10px 0;margin-top:2px;border-top:none}.integrity-divider{display:inline;opacity:.3;font-size:.5rem}.integrity-divider:first-of-type{display:none}.copyright{font-size:.5rem;opacity:.6;white-space:nowrap}.admin-footer-link{display:none!important}.made-with-love-container{display:flex!important;padding:0}.love-brush{display:none}.hand-note{font-size:.5rem;opacity:.6;white-space:nowrap}.footer-bottom{display:none}}@media(max-width:374px){.footer-brand .brand-logo{font-size:1.3rem}.social-links{gap:10px}.footer-contact{gap:10px 15px}.footer-contact p{font-size:.75rem}.copyright,.hand-note,.integrity-divider{font-size:.44rem}}.pack-stack-container{position:relative;margin:0 auto;cursor:pointer;min-height:400px;width:100%;max-width:90vw;display:flex;align-items:center;justify-content:center;margin-bottom:2rem;border:none;background:transparent;padding:0;outline:none}@media(min-width:768px){.pack-stack-container{max-width:1200px}}.packs-grid{display:grid;grid-template-columns:1fr;gap:4rem;align-items:start;justify-content:center}@media(min-width:1024px){.packs-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.single-pack-wrapper{display:flex;flex-direction:column;align-items:center}.pack-stack-container{position:relative;margin:0 auto;cursor:pointer;min-height:400px;width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:2rem;border:none;background:transparent;padding:0;outline:none}.pack-actions{text-align:center;width:100%;max-width:260px}.pack-section-title{font-family:Fredericka the Great,cursive;font-size:4rem;font-weight:400;color:#4e342e;text-shadow:2px 2px 0px rgba(0,0,0,.1);margin-bottom:4rem;letter-spacing:2px}.pack-card{position:absolute;inset:0;width:100%;padding:24px;background:transparent;border:none;overflow:visible;transform-style:preserve-3d}.pack-card:before{content:"";position:absolute;inset:0;border-radius:30px;background:#fff;z-index:-1;box-shadow:0 5px 15px #00000026}.pack-card:after{content:"";position:absolute;inset:0;border-radius:30px;border:1.5px solid #2c1e1a;z-index:10;pointer-events:none;opacity:.85;filter:url(#pencil-filter)}.pack-card-inner{position:relative;z-index:10;height:100%;display:flex;flex-direction:column}.pack-specs{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;justify-content:center;margin-bottom:1rem;border-bottom:1px solid rgba(0,0,0,.05);padding-bottom:1rem}.pack-spec-item{display:flex;flex-direction:column;align-items:center;text-align:center}.pack-spec-value{font-family:Montserrat,sans-serif;font-weight:700;color:var(--color-primary);font-size:.9rem}.pack-spec-label{font-family:Montserrat,sans-serif;color:#888;font-size:.65rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px;margin-top:2px}.pack-image-container{width:100%;height:270px;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem;position:relative;background:linear-gradient(90deg,#4e342e05 25%,#4e342e0d,#4e342e05 75%);background-size:200% 100%;animation:shimmer 2s infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.pack-image{max-width:100%;max-height:100%;object-fit:contain;filter:drop-shadow(0 10px 20px rgba(0,0,0,.1));transform:scale(1.275);transition:transform .5s ease}.pack-card:hover .pack-image{transform:scale(1.36)}.pack-info{margin-top:auto;text-align:center}.pack-title{font-family:Caveat,cursive;font-size:2.4rem;font-weight:400;color:#666;margin-bottom:.5rem;line-height:1.2;filter:url(#strong-pencil-text) contrast(1.1);text-shadow:.5px .5px 1px rgba(0,0,0,.1)}.pack-subtitle{font-family:Montserrat,sans-serif;font-size:1rem;font-weight:600;color:#f4a261;display:block;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:1px}.pack-description{font-family:Montserrat,sans-serif;font-size:.9rem;color:#666;line-height:1.5;max-width:90%;margin:0 auto}.pack-price{font-family:Montserrat,sans-serif;font-size:1.1rem;color:#888;font-weight:500;margin-bottom:16px;letter-spacing:.5px;filter:url(#strong-pencil-text) contrast(1.1)}.pack-buttons-group{display:flex;gap:12px;width:100%;justify-content:center;margin-top:10px}.pack-cart-icon-btn,.pack-compose-btn{background:#f0dcc2;color:#4e342e;border:2px solid #4E342E;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;filter:url(#watercolor-filter) url(#strong-pencil-text);box-shadow:2px 2px #4e342e}.pack-cart-icon-btn{width:50px;height:50px;border-radius:50% 48% 52% 49%/49% 51% 48% 52%;padding:0;flex-shrink:0}.pack-compose-btn{flex-grow:1;padding:12px 20px;border-radius:50px 45px 55px 40px/40px 55px 45px 50px;font-family:Itim,cursive;font-weight:400;font-size:1.1rem}.pack-cart-icon-btn:before,.pack-compose-btn:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.5'/%3E%3C/svg%3E");mix-blend-mode:overlay;pointer-events:none;opacity:.2}.pack-cart-icon-btn:hover,.pack-compose-btn:hover{transform:scale(1.05);box-shadow:4px 4px #4e342e}.pack-cart-icon-btn svg{width:20px;height:20px;stroke:#4e342e}@media(max-width:767px){.pack-section-title{font-size:2.5rem;margin-bottom:2rem}.packs-grid{grid-template-columns:1fr;gap:3rem;padding:0 10px}.single-pack-wrapper{max-width:100%}.pack-stack-container{min-height:240px;max-width:100%}.pack-card{padding:16px 16px 8px}.pack-image-container{height:150px;margin-bottom:0}.pack-image{transform:scale(1.6)!important}.pack-card:hover .pack-image{transform:scale(1.15)}.pack-title{font-size:1.44rem;margin-bottom:0}.pack-subtitle{font-size:.8rem;margin-bottom:5px}.pack-subtitle{font-size:.72rem}.pack-description{font-size:.68rem}.pack-price{font-size:.8rem}.pack-buttons-group{gap:12px;margin-top:0}.pack-cart-icon-btn{width:50px;height:50px}.pack-compose-btn{flex-grow:1;padding:12px 15px;font-size:1rem}.pack-specs{grid-template-columns:repeat(2,1fr);gap:.75rem}.pack-spec-value{font-size:.85rem}.pack-spec-label{font-size:.6rem}.pack-actions{position:relative!important;bottom:auto!important;left:auto!important;transform:none!important;margin-top:-8px;z-index:200;display:flex;flex-direction:column;align-items:center;width:100%;padding:0 15px}}@media(max-width:374px){.pack-section-title{font-size:1.6rem}.pack-stack-container{min-height:256px}.pack-image-container{height:160px}.pack-title{font-size:1.36rem}.pack-card{padding:18px}}.guestbook-wrapper{perspective:3500px;display:flex;justify-content:center;align-items:center;min-height:650px;position:relative;transform-style:preserve-3d}.book-container{position:relative;width:400px;height:600px;transform-style:preserve-3d}.book-container:after{content:"";position:absolute;top:15px;bottom:15px;left:0;width:1px;background:#0003;z-index:100;pointer-events:none;box-shadow:0 0 5px #0000001a}.book-page{position:absolute;top:0;left:0;width:100%;height:100%;transform-origin:left center;transform-style:preserve-3d;pointer-events:none;transition:transform .8s cubic-bezier(.33,1,.68,1)}.page-front,.page-back{position:absolute;top:0;left:0;width:100%;height:100%;backface-visibility:hidden;padding:25px;box-sizing:border-box;background:#fffbf0;overflow:hidden;display:flex;flex-direction:column;border-radius:10px 25px 25px 10px;box-shadow:inset 0 0 100px #00000014,2px 0 5px #0000001a,4px 0 10px #0000000d,6px 0 15px #00000005}.page-front:after{content:"";position:absolute;top:0;left:0;width:65px;height:100%;background:linear-gradient(90deg,rgba(0,0,0,.3) 0%,rgba(0,0,0,.18) 15%,rgba(0,0,0,.05) 50%,transparent 100%);pointer-events:none;z-index:20}.page-back{transform:rotateY(180deg);background:#fdfaf0;border-radius:25px 10px 10px 25px;box-shadow:inset 0 0 100px #00000014,-2px 0 5px #0000001a,-4px 0 10px #0000000d,-6px 0 15px #00000005}.page-back:after{content:"";position:absolute;top:0;right:0;width:65px;height:100%;background:linear-gradient(-90deg,rgba(0,0,0,.3) 0%,rgba(0,0,0,.18) 15%,rgba(0,0,0,.05) 50%,transparent 100%);pointer-events:none;z-index:20}.watercolor-stain{position:absolute;border-radius:50%;filter:blur(50px);opacity:.1;z-index:1;pointer-events:none}.stain-green{background:#88c941;width:220px;height:180px;top:-30px;left:-40px}.stain-brown{background:#e6c589;width:280px;height:220px;bottom:-60px;right:-50px}.testimonial-block{position:relative;z-index:5;margin-bottom:5px;padding:8px;display:flex;flex-direction:column;flex-shrink:1;min-height:0}.testimonial-text{font-size:.9rem;line-height:1.35;color:#3e2723;padding:2px 5px;max-width:100%;word-wrap:break-word}.book-cover{width:100%;height:100%;box-shadow:20px 20px 60px #4e342e40!important;border-radius:10px 25px 25px 10px;overflow:hidden}.cover-accent{position:absolute;border:1px solid rgba(230,197,137,.3);inset:25px 25px 25px 30px;pointer-events:none}.font-cursive-1{font-family:Caveat,cursive}.font-cursive-2{font-family:Patrick Hand,cursive}.font-cursive-3{font-family:Playfair Display,serif}.doodle{position:absolute;opacity:.15;pointer-events:none;filter:sepia(1) opacity(.5)}.avatar-wrapper{position:relative;width:35px;height:35px;border-radius:50%;overflow:hidden;border:2px solid white;box-shadow:0 4px 10px #0000001a;flex-shrink:0}.avatar-wrapper img{width:100%;height:100%;object-fit:cover}.book-page:before{display:none}@media(max-width:767px){.guestbook-wrapper{min-height:480px;display:flex;justify-content:center;align-items:center;perspective:none}.mobile-guestbook-carousel{position:relative;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.mobile-slide{display:flex!important;flex-direction:column;justify-content:center}.testimonial-text{font-size:.95rem!important;line-height:1.4}}.comparison-section{padding:100px 0;position:relative;overflow:visible;background:radial-gradient(circle at center,rgba(255,173,96,.05) 0%,transparent 70%)}.comparison-container{max-width:1000px;margin:0 auto;position:relative;padding:40px;border-radius:40px}.comparison-image-wrapper{position:relative;z-index:2;background:#fff6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:30px;padding:30px;box-shadow:0 20px 50px #00000008;border:1px solid rgba(255,255,255,.6)}.comparison-img{width:100%;height:auto;display:block;mask-image:linear-gradient(to bottom,transparent,black 15%,black 85%,transparent),linear-gradient(to right,transparent,black 15%,black 85%,transparent);-webkit-mask-image:linear-gradient(to bottom,transparent,black 15%,black 85%,transparent),linear-gradient(to right,transparent,black 15%,black 85%,transparent);mask-composite:intersect;-webkit-mask-composite:source-in}.solution-section{padding:80px 0 120px;position:relative}.solution-title-wrapper{display:flex;justify-content:center;margin-bottom:20px}.solution-title-img{width:75%;height:auto;filter:drop-shadow(0 5px 15px rgba(0,0,0,.05));transition:transform .3s ease}.solution-story-badge{width:100%!important}.solution-title-img:hover{transform:scale(1.02)}.solution-card-container{max-width:1200px;margin:0 auto;padding:0 40px;display:flex;align-items:center;justify-content:center;gap:60px;position:relative;z-index:2}.solution-image-side{flex:1.4;position:relative}.solution-img{width:100%;height:auto;display:block;border-radius:20px;mask-image:linear-gradient(to bottom,transparent,black 10%,black 90%,transparent),linear-gradient(to right,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(to bottom,transparent,black 10%,black 90%,transparent),linear-gradient(to right,transparent,black 10%,black 90%,transparent);mask-composite:intersect;-webkit-mask-composite:source-in}.solution-text-side{flex:1;font-family:Coming Soon,cursive;font-size:1.5rem;line-height:1.8;color:#4e342e;text-align:left;padding:30px;background:#ffffff4d;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:30px;position:relative}.solution-text-side:before{content:"";position:absolute;inset:-10px;border:2px dashed rgba(78,52,46,.1);border-radius:40px;pointer-events:none}.deco-element{position:absolute;pointer-events:none;z-index:1;opacity:.6;transition:transform .5s ease-out}.flowers-blue{width:250px;top:-50px;right:-80px;transform:rotate(15deg)}.flowers-pink{width:200px;bottom:-40px;left:-60px;transform:rotate(-10deg)}.editor-controls{position:fixed;bottom:30px;right:30px;background:#fffffff2;padding:25px;border-radius:25px;box-shadow:0 15px 40px #0000001f;z-index:1000;display:flex;flex-direction:column;gap:15px;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:2px solid #FFAD60;min-width:250px;pointer-events:auto}.lock-btn{background:#4caf50;color:#fff;border:none;padding:12px 20px;border-radius:12px;cursor:pointer;font-weight:600;transition:transform .2s}.lock-btn:hover{transform:scale(1.02)}.reset-btn{background:#f0f0f0;color:#666;border:none;padding:10px 20px;border-radius:12px;cursor:pointer}.unlock-btn-tiny{position:fixed;bottom:20px;right:20px;background:#fff;border:1px solid #FFAD60;width:40px;height:40px;border-radius:50%;cursor:pointer;box-shadow:0 5px 15px #0000001a;z-index:999;display:flex;align-items:center;justify-content:center}.rotation-control{background:#ffad601a;padding:15px;border-radius:15px;display:flex;flex-direction:column;gap:10px}.rotation-control span{font-weight:700;font-size:.8rem;text-transform:uppercase;color:#8d6e63}.draggable-element-wrapper:hover{z-index:100!important}@media(max-width:1350px){.allergy-annotation{display:none}}@media(max-width:968px){.solution-card-container{flex-direction:column;gap:30px}.solution-text-side{font-size:1.2rem;text-align:center}.solution-title-img{width:80%}.comparison-container{padding:20px}}.no-allergy-icon{width:60px;height:auto}.pas-allergies-text{width:150px;height:auto}.sketch-arrow,.story-logo-img{width:120px;height:auto}.story-badge-img{width:180px;height:auto}.story-arrow-img{width:120px;height:auto}@media(max-width:767px){.comparison-section{padding:25px 0 60px;overflow-x:clip;overflow-y:visible}.comparison-container{padding:15px;border-radius:25px}.comparison-image-wrapper{padding:15px;border-radius:20px}.solution-section{padding:50px 0 30px;overflow-x:clip;overflow-y:visible}.solution-card-container{flex-direction:column;gap:25px;padding:0 15px}.solution-title-img{width:80%}.solution-text-side{width:85%;margin:0 auto;font-size:.95rem;line-height:1.6;padding:18px;text-align:center;border-radius:20px}.solution-text-side:before{inset:-5px;border-radius:25px}.comparison-img,.solution-img{mask-image:none!important;-webkit-mask-image:none!important;border-radius:20px}.deco-element{display:none}.flowers-blue,.flowers-pink{width:80px;opacity:.3}.editor-controls,.unlock-btn-tiny{display:none}.no-allergy-icon{width:45px}.pas-allergies-text{width:100px}.sketch-arrow,.story-logo-img{width:80px}.story-badge-img{width:120px}.story-arrow-img{width:80px}.comparison-vs-container{display:flex;flex-direction:column;align-items:center;gap:0;position:relative;padding-top:10px;margin-top:-20px}.vs-item{width:80%;position:relative;z-index:2}.vs-item>img{width:100%;height:auto;display:block;border-radius:25px;background:#fff6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:5px;box-shadow:0 10px 30px #0000000d}.vs-item--concurrents{transform:rotate(-2deg);margin-bottom:-10px}.vs-item--frida{transform:rotate(2deg);margin-top:-10px}.vs-badge{width:52px;height:52px;background:#f4a261;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Cabin Sketch,cursive;font-size:1.6rem;font-weight:700;z-index:10;box-shadow:0 5px 20px #f4a26166;border:3px solid #FDFBF7;position:relative;filter:url(#text-pencil-filter);transform:rotate(-10deg)}.vs-badge:after{content:"";position:absolute;inset:-8px;border:1px dashed #F4A261;border-radius:50%;opacity:.5;animation:spin 10s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vs-frida-highlights{position:absolute;bottom:-35px;right:-15px;display:flex;flex-direction:column;align-items:center;z-index:5}.vs-highlight-arrow{width:45px!important;height:auto;margin-bottom:-10px;transform:rotate(-10deg);filter:url(#pencil-filter);background:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;box-shadow:none!important;mix-blend-mode:multiply}.vs-highlight-badges{display:flex;align-items:center;gap:6px;background:#fff;padding:4px 10px;border-radius:12px;border:1px solid rgba(61,59,142,.1);box-shadow:0 4px 15px #0000000d;filter:url(#pencil-filter)}.vs-highlight-icon{width:22px!important;height:auto;padding:0!important;background:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;box-shadow:none!important;border-radius:0!important;mix-blend-mode:multiply}.vs-highlight-text{width:60px!important;height:auto;padding:0!important;background:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;box-shadow:none!important;border-radius:0!important;mix-blend-mode:multiply}}@media(max-width:374px){.comparison-section,.solution-section{padding:40px 0}.solution-text-side{font-size:.9rem;padding:15px}.solution-title-img{width:100%}}.cart-page{padding:160px 0 80px;min-height:80vh;position:relative;background-color:#fdfbf7}.cart-title{text-align:center;font-size:3.5rem;margin-bottom:50px;font-family:Coming Soon,cursive;color:#4e342e}.cart-content{max-width:1000px;margin:0 auto;position:relative;z-index:2}.cart-header{display:grid;grid-template-columns:2.5fr 1fr 1fr 1fr auto;padding-bottom:20px;border-bottom:2px solid #F5F5F5;margin-bottom:10px}.cart-item{transition:all .3s ease}.quantity-control{display:flex;align-items:center;width:fit-content}.qty-btn{background:none;border:none;cursor:pointer;font-size:1.2rem;color:#4e342e;display:flex;align-items:center;justify-content:center;transition:opacity .2s}.qty-btn:hover{opacity:.7}.summary-row.total{border-top:2.5px dashed #EFEBE9}@media(max-width:767px){.cart-page{padding:72px 18px 29px}.container{padding:0 13px!important}.cart-title{font-size:1.7rem!important;margin-bottom:21px!important}.cart-content{padding:14px 11px!important;border-radius:22px!important}.cart-item{border-bottom:1.1px solid #F8F5F2!important}.sketch-button{transform:scale(.9)}.qty-btn{font-size:.8rem!important;padding:1px 3px!important}}@media(max-width:374px){.cart-page{padding:65px 6px 22px}.cart-title{font-size:1.4rem!important}.cart-content{padding:11px 9px!important}}.checkout-page{padding:160px 0 100px;min-height:100vh;position:relative;background-color:#fdfbf7}.checkout-title{text-align:center;font-size:3.5rem;margin-bottom:60px;font-family:Coming Soon,cursive;color:#4e342e}.checkout-content{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);gap:40px}.checkout-form-section{background:#fff;padding:40px;border-radius:40px;box-shadow:0 20px 60px #0000000d}.sketch-input{width:100%;padding:12px 15px;border:1.5px solid #4E342E;border-radius:12px;font-family:Montserrat,sans-serif;font-size:1rem;color:#4e342e;background-color:#fdfbf7;transition:all .3s ease;outline:none;box-shadow:2px 2px #4e342e1a}.sketch-input:focus{background-color:#fff;box-shadow:3px 3px #4e342e;transform:translate(-1px,-1px)}.sketch-input::placeholder{color:#bcaaa4;opacity:.6}@media(max-width:991px){.checkout-content{grid-template-columns:1fr!important}.checkout-title{font-size:2.8rem!important;margin-bottom:40px!important}}@media(max-width:600px){.form-row{grid-template-columns:1fr!important}.checkout-form-section,.order-summary-card{padding:25px!important}}@media(max-width:767px){.checkout-page{padding:90px 15px 60px}.checkout-title{font-size:2rem;margin-bottom:30px}.checkout-content{gap:25px}.checkout-form-section{padding:20px 15px;border-radius:25px}.sketch-input{font-size:16px;padding:14px 15px}.sketch-input:focus{transform:none}.order-summary-card{padding:20px 15px;border-radius:25px}}@media(max-width:374px){.checkout-page{padding:80px 10px 50px}.checkout-title{font-size:1.7rem;margin-bottom:25px}.checkout-form-section,.order-summary-card{padding:15px 12px;border-radius:20px}}.about-page{min-height:100vh;padding-top:120px;padding-bottom:100px;background-color:#fdfbf7;position:relative;overflow:hidden;font-family:Coming Soon,cursive}.background-decorations{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}.blob-1{position:absolute;top:10%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#f3d07c1a,#fdfbf700 70%);filter:blur(50px)}.blob-2{position:absolute;bottom:5%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,#b67b5e14,#fdfbf700 70%);filter:blur(40px)}.pencil-effect{filter:url(#pencil-filter)}.strong-pencil{filter:url(#strong-pencil-text)}.hand-written{font-family:Playfair Display,serif;font-style:italic}.desktop-design .about-hero-desktop{text-align:center;margin-bottom:120px;position:relative}.desktop-design .about-hero-desktop h1{font-family:Cabin Sketch,cursive;font-size:5.5rem;color:#4e342e;margin-bottom:10px;font-weight:700;filter:url(#text-pencil-filter)}.hero-underline{width:250px;height:4px;background:#b67b5e;margin:0 auto;border-radius:2px;filter:url(#hand-drawn-line)}.hero-subtitle-desktop{font-size:1.6rem;color:#8d6e63;margin-top:25px;font-style:italic;font-family:Coming Soon,cursive}.desktop-section{display:flex;align-items:center;gap:80px;margin-bottom:150px;position:relative;z-index:1}.desktop-section.reverse{flex-direction:row-reverse}.desktop-design .heritage-section{margin-top:120px}.desktop-section .section-content{flex:1.2}.desktop-section .section-image{flex:.8;position:relative}.section-title{font-family:Cabin Sketch,cursive;font-size:3.2rem;color:#4e342e;margin-bottom:15px;filter:url(#text-pencil-filter)}.brush-stroke-title{width:100px;height:8px;background:#f3d07c;margin-bottom:30px;filter:url(#watercolor-filter)}.brush-stroke-title.alt{background:#b67b5e}.brush-stroke-title.pulse{background:#e1f5fe}.section-text{font-size:1.25rem;line-height:1.8;color:#5d4037;font-family:Coming Soon,cursive}.section-image img{width:100%;border-radius:40px;box-shadow:20px 20px 60px #0000000d;filter:url(#watercolor-filter)}.image-accent{position:absolute;top:-30px;right:-30px;width:150px;height:150px;border:2px solid #D4AF37;border-radius:50%;opacity:.3;z-index:-1}.mobile-design{padding-top:80px}.mobile-design .about-hero{text-align:center;margin-bottom:60px}.mobile-design .about-hero h1{font-family:Cabin Sketch,cursive;font-size:3rem;color:#4e342e;line-height:1.1;margin-bottom:15px;filter:url(#text-pencil-filter)}.watercolor-text{font-family:Coming Soon,cursive;color:#8d6e63;font-size:1.2rem}.about-section-mobile{margin-bottom:80px}.image-frame-circle{width:250px;height:250px;margin:0 auto -50px;position:relative;z-index:2;border-radius:50%;overflow:hidden;border:8px solid white;box-shadow:0 15px 35px #0000001a}.image-frame-circle img{width:100%;height:100%;object-fit:cover;filter:url(#watercolor-filter)}.content-card{background:#fff;padding:70px 25px 35px;border-radius:40px;box-shadow:0 10px 30px #00000008;text-align:center;border:1px solid rgba(78,52,46,.05)}.content-card h2{font-family:Cabin Sketch,cursive;font-size:2.2rem;color:#4e342e;margin-bottom:15px;filter:url(#text-pencil-filter)}.content-card p{font-size:1.1rem;line-height:1.6;color:#5d4037;font-family:Coming Soon,cursive}.rtl{direction:rtl;text-align:right}.rtl .section-image .image-accent{right:auto;left:-30px}.rtl .desktop-form-row{flex-direction:row-reverse}@media(max-width:1024px){.desktop-design .about-hero-desktop h1{font-size:4rem}.desktop-section{gap:40px}}.products-page{padding-top:140px;padding-bottom:80px;min-height:100vh;background-color:#fdfbf7;position:relative;overflow:hidden}.products-page:before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3%3Ffilter id='noiseFilter'%3E%3FfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");opacity:.03;pointer-events:none;z-index:1}.products-split-layout{display:flex;align-items:center;gap:85px;position:relative;z-index:10}.products-sidebar{width:366px;position:sticky;top:140px;display:flex;flex-direction:column;justify-content:center}.sidebar-pagination-wrapper{position:relative;width:100%;display:flex;align-items:center;justify-content:center}.sidebar-scroll-area{display:grid;grid-template-columns:repeat(2,1fr);gap:20px 17px;padding:17px 51px;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none}.sidebar-scroll-area::-webkit-scrollbar{display:none}.miniature-card{display:flex;flex-direction:column;align-items:center;background:#fff;padding:8px 5px;border-radius:12px;border:1px solid rgba(78,52,46,.1);cursor:pointer;transition:all .5s cubic-bezier(.23,1,.32,1);position:relative;box-shadow:0 4px 15px #4e342e08}.miniature-card:before{content:"";position:absolute;inset:-2px;border:1px solid #4E342E;border-radius:19px;opacity:0;transition:all .3s ease;filter:url(#hand-drawn-line)}.miniature-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 12px 30px #4e342e14}.miniature-card:hover:before{opacity:.15}.miniature-card.active{background:#fff;border-color:#88c941;box-shadow:0 10px 40px #88c94126}.miniature-card.active:before{opacity:.8;inset:-5px;border-color:#88c941;border-width:2px}.mini-image-wrapper{width:100%;aspect-ratio:1;display:flex;align-items:center;justify-content:center;margin-bottom:-20px}.mini-image-wrapper img{max-width:90%;max-height:90%;object-fit:contain;filter:drop-shadow(0 8px 12px rgba(0,0,0,.08));transition:transform .5s ease}.miniature-card:hover img{transform:scale(1.1) rotate(3deg)}.mini-info h3{font-family:Itim,cursive;font-size:.61rem;color:#4e342e;margin:-4px 0 0;letter-spacing:.01em;position:relative;z-index:5}.side-pagi-btn{position:absolute;top:50%;transform:translateY(-50%);width:43px;height:43px;background:#f0dcc2;border:none;border-radius:50px 45px 55px 40px/40px 55px 45px 50px;cursor:pointer;color:#4e342e;transition:all .2s ease,box-shadow .2s ease;z-index:100;padding:0;display:flex;align-items:center;justify-content:center;filter:url(#watercolor-filter);box-shadow:2px 2px #4e342e;overflow:visible}.side-pagi-btn:after{content:"";position:absolute;inset:0;border:2px solid #4E342E;border-radius:inherit;pointer-events:none;filter:url(#strong-pencil-text);z-index:5}.side-pagi-btn:hover:not(.disabled){transform:translateY(-50%) scale(1.1);box-shadow:4px 4px #4e342e}.side-pagi-btn.disabled{cursor:not-allowed;pointer-events:none}.side-pagi-btn.prev{left:-20px}.side-pagi-btn.next{right:-20px}@keyframes float-arrow{0%{transform:translateY(-50%) translate(0)}50%{transform:translateY(-50%) translate(5px)}to{transform:translateY(-50%) translate(0)}}@keyframes float-arrow-prev{0%{transform:translateY(-50%) translate(0)}50%{transform:translateY(-50%) translate(-5px)}to{transform:translateY(-50%) translate(0)}}.price-tag-sketch{display:flex;align-items:center;justify-content:center;background:#ffad60;padding:10px 25px;border-radius:12px;color:#fff;font-family:Cabin Sketch,cursive;font-size:1.8rem;transform:rotate(2deg);box-shadow:3px 3px #4e342e33;filter:url(#hand-drawn-line)}.price-tag-sketch .price{filter:drop-shadow(1px 1px 0px rgba(0,0,0,.1))}.product-details-display{flex:1;background:#fff9;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:26px;padding:36px;border:1px solid rgba(255,255,255,.8);box-shadow:0 20px 60px #4e342e0f,inset 0 0 0 1px #ffffff80;position:relative;overflow:hidden;max-width:1088px;margin-right:auto}.watercolor-splash-bg{position:absolute;top:50%;left:40%;transform:translate(-50%,-50%);width:382px;height:382px;background:radial-gradient(circle,var(--splash-color, rgba(136, 201, 65, .15)) 0%,transparent 70%);filter:blur(50px);opacity:.4;z-index:0;pointer-events:none;border-radius:50%}.details-content{position:relative;z-index:2;display:flex;flex-direction:column;gap:26px}.product-main-title{font-family:Cabin Sketch,cursive;font-size:2.97rem;color:#4e342e;margin:0 0 22px;text-align:center;line-height:1;filter:drop-shadow(2px 2px 0px rgba(255,255,255,.8))}.details-main{display:grid;grid-template-columns:1fr 1fr;gap:19px;align-items:center}.main-image-frame{position:relative;width:85%;margin:0 auto;aspect-ratio:1;background:#fff;border-radius:30px;display:flex;align-items:center;justify-content:center;padding:0;box-shadow:0 20px 50px #0000000d,0 8px 15px #00000005;overflow:hidden}.main-image-frame:after{content:"";position:absolute;inset:-12px;border:2px dashed rgba(78,52,46,.1);border-radius:45px;filter:url(#hand-drawn-line)}.main-image-frame img{width:100%;height:100%;object-fit:cover;filter:drop-shadow(0 20px 30px rgba(0,0,0,.12));z-index:2}.main-image-frame img.is-main-product{object-fit:contain;padding:36px}.details-info{display:flex;flex-direction:column;gap:24px}.info-layout-wrapper{display:flex;gap:39px;align-items:center}.info-content-column{flex:1;display:flex;flex-direction:column;gap:27px}.product-image-selector{display:flex;flex-direction:column;gap:13px;padding-top:4px}.thumb-box{width:51px;height:51px;background:#fff;border-radius:10px;border:1px solid rgba(78,52,46,.08);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:all .3s ease;box-shadow:0 4px 10px #00000005;position:relative;overflow:hidden;flex-shrink:0}.thumb-box img{width:100%;height:100%;object-fit:cover;opacity:.6;transition:all .3s ease}.thumb-box img.is-main-product{object-fit:contain;padding:5px}.thumb-box:hover img{opacity:.9;transform:scale(1.1)}.thumb-box.active{border-color:#88c941;box-shadow:0 4px 12px #88c94133}.thumb-box.active img{opacity:1}.thumb-box.active:after{content:"";position:absolute;inset:0;border:2px solid #88C941;border-radius:inherit;pointer-events:none;filter:url(#hand-drawn-line)}.info-section{position:relative}.info-section h3{font-family:Cabin Sketch,cursive;font-size:1.28rem;color:#4e342e;margin-bottom:13px;display:flex;align-items:center;gap:9px}.info-section h3:after{content:"";flex:1;height:1px;background:linear-gradient(to right,rgba(78,52,46,.1),transparent)}.short-desc{font-family:Itim,cursive;font-size:.98rem;color:#4e342e;margin-bottom:10px;line-height:1.3}.long-desc{font-family:Montserrat,sans-serif;font-size:.72rem;color:#6d5049;line-height:1.6;margin:0}.usage-grid{display:flex;flex-wrap:nowrap;gap:10px}.usage-pill{display:flex;align-items:center;gap:7px;padding:7px 14px;background:#fff;border-radius:100px;border:1px solid rgba(78,52,46,.08);color:#4e342e;font-family:Itim,cursive;font-size:.72rem;box-shadow:0 4px 10px #00000005;transition:all .3s ease}.usage-pill:hover{transform:scale(1.05);border-color:#4e342e33}.usage-pill svg{color:#88c941}.add-to-cart-large{margin-top:13px;padding:12px 45px;background:#88c941;color:#fff;border:none;border-radius:50px 45px 55px 40px/40px 55px 45px 50px;display:flex;align-items:center;justify-content:center;gap:10px;font-family:Itim,cursive;font-size:1.36rem;cursor:pointer;box-shadow:2px 2px #5d6d2e;transition:transform .2s ease,box-shadow .2s ease;filter:url(#watercolor-filter);position:relative;overflow:visible}.add-to-cart-large:after{content:"";position:absolute;inset:0;border:2px solid #5d8a2c;border-radius:inherit;pointer-events:none;filter:url(#strong-pencil-text);z-index:5}.add-to-cart-large:before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.5'/%3E%3C/svg%3E");mix-blend-mode:overlay;pointer-events:none;opacity:.2;z-index:-1}.add-to-cart-large:hover{transform:scale(1.05);box-shadow:4px 4px #5d6d2e}.add-to-cart-large:active{transform:translateY(2px);box-shadow:0 2px 10px #5d6d2e33}.filter-bar{display:flex;justify-content:center;gap:15px;position:relative;padding:10px;background:#fff6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:100px;width:fit-content;margin:40px auto 60px;border:1px solid rgba(78,52,46,.05)}.filter-btn{padding:12px 28px;border-radius:100px;border:1px solid transparent;background:transparent;color:#4e342e;font-family:Itim,cursive;font-size:1.1rem;cursor:pointer;transition:all .3s ease;position:relative;z-index:1}.filter-btn:hover{color:#88c941}.filter-btn.active{color:#fff;background:#88c941;box-shadow:0 4px 15px #88c9414d}.deco-notes{position:absolute;font-family:Coming Soon,cursive;font-size:.76rem;color:#4e342e;opacity:.4;max-width:128px;line-height:1.4;pointer-events:none}.note-top-left{top:34px;left:34px;transform:rotate(-5deg)}.note-bottom-right{bottom:34px;right:34px;transform:rotate(3deg)}@media(max-width:1400px){.products-split-layout{gap:40px}.product-main-title{font-size:4rem}.details-main{gap:40px}}@media(max-width:1100px){.details-main{grid-template-columns:1fr}.main-image-frame{max-width:450px;margin:0 auto}}@media(max-width:850px){.products-split-layout{flex-direction:column}.products-sidebar{width:100%;height:auto;position:static}.sidebar-scroll-area{display:flex;padding-left:20px;grid-template-columns:none}.miniature-card{min-width:160px}.product-details-display{padding:30px}.product-main-title{font-size:3rem}}@media(max-width:767px){.products-page{padding-top:80px;padding-bottom:40px}.products-split-layout{flex-direction:column;gap:20px;padding:0 10px}.products-sidebar{width:100%;position:static;order:2}.sidebar-pagination-wrapper{padding:0 45px}.side-pagi-btn.prev{left:5px}.side-pagi-btn.next{right:5px}.side-pagi-btn{width:38px;height:38px}.sidebar-scroll-area{display:flex;flex-wrap:nowrap;overflow-x:auto;padding:10px 15px;gap:12px;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory}.miniature-card{min-width:120px;flex-shrink:0;scroll-snap-align:start}.mini-info h3{font-size:.55rem}.product-details-display{padding:20px 15px;border-radius:20px;order:1;margin:0}.product-main-title{font-size:1.8rem;margin-bottom:15px}.details-main{grid-template-columns:1fr;gap:20px}.main-image-frame{width:100%;max-width:280px;margin:0 auto;padding:20px;border-radius:20px}.main-image-frame:after{inset:-8px;border-radius:28px}.info-layout-wrapper{flex-direction:column;gap:20px}.product-image-selector{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:10px}.thumb-box{width:45px;height:45px}.info-section h3{font-size:1.1rem;margin-bottom:10px}.short-desc{font-size:.9rem}.long-desc{font-size:.75rem}.usage-grid{flex-wrap:wrap;justify-content:center;gap:8px}.usage-pill{padding:6px 12px;font-size:.7rem}.add-to-cart-large{width:100%;padding:14px 30px;font-size:1.2rem;margin-top:15px}.filter-bar{flex-wrap:wrap;width:95%;padding:8px;margin:20px auto 30px;gap:8px}.filter-btn{padding:10px 18px;font-size:.95rem}.deco-notes{display:none}.watercolor-splash-bg{width:200px;height:200px}.details-info,.info-content-column{gap:18px}}@media(max-width:374px){.products-page{padding-top:70px}.product-main-title{font-size:1.5rem}.miniature-card{min-width:100px}.main-image-frame{max-width:240px;padding:15px}.filter-btn{padding:8px 14px;font-size:.85rem}.add-to-cart-large{font-size:1.1rem;padding:12px 25px}}.mobile-products-page{min-height:100vh;background:linear-gradient(180deg,#fdfbf7,#f5efe6);padding-top:70px;padding-bottom:30px}.mobile-loading,.mobile-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:20px}.mobile-error p{font-family:Itim,cursive;color:#d32f2f;font-size:1.1rem}.mobile-retry-btn{padding:12px 30px;background:#88c941;color:#fff;border:none;border-radius:25px;font-family:Itim,cursive;font-size:1rem;cursor:pointer}.mobile-products-header{padding:20px 15px 0;position:relative;z-index:50}.mobile-page-title{font-family:Cabin Sketch,cursive;font-size:1.8rem;color:#4e342e;margin:0 0 15px;text-align:center}.mobile-filter-scroll{overflow-x:auto;margin:0 -15px;padding:0 15px 15px;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.mobile-filter-scroll::-webkit-scrollbar{display:none}.mobile-filter-chips{display:flex;gap:10px;width:max-content}.mobile-filter-chip{padding:10px 20px;background:#fff;border:1.5px solid rgba(78,52,46,.15);border-radius:25px;font-family:Itim,cursive;font-size:.95rem;color:#6d5049;white-space:nowrap;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #0000000a}.mobile-filter-chip.active{background:#88c941;color:#fff;border-color:#88c941;box-shadow:0 4px 12px #88c9414d}.mobile-products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;padding:15px}.mobile-product-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 20px #4e342e14;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(78,52,46,.05)}.mobile-product-card:active{transform:scale(.98)}.mobile-card-image{width:100%;aspect-ratio:1;background:linear-gradient(135deg,#f8f6f3,#fff);display:flex;align-items:center;justify-content:center;padding:0;position:relative;overflow:visible}.mobile-card-image:before{content:"";position:absolute;width:120%;height:120%;background:radial-gradient(circle,rgba(136,201,65,.08) 0%,transparent 70%);pointer-events:none}.mobile-card-image img{width:100%;height:100%;object-fit:cover;filter:drop-shadow(0 8px 16px rgba(0,0,0,.1));transition:transform .3s ease}.mobile-card-image img.is-main-product{width:100%;height:100%;object-fit:contain;transform:scale(1.3)}.mobile-product-card:active .mobile-card-image img{transform:scale(1.05)}.mobile-card-info{padding:10px 12px 12px;text-align:center}.mobile-card-name{font-family:Cabin Sketch,cursive;font-size:1.1rem;color:#4e342e;margin:0 0 5px;line-height:1.2}.mobile-card-tagline{font-family:Montserrat,sans-serif;font-size:.7rem;color:#8d7b75;margin:0;line-height:1.4}.mobile-empty-state{text-align:center;padding:60px 20px}.mobile-empty-state p{font-family:Itim,cursive;font-size:1.1rem;color:#8d7b75}.mobile-modal-overlay{position:fixed;inset:0;background:#00000080;z-index:1000;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.mobile-bottom-sheet{position:fixed;bottom:0;left:0;right:0;max-height:77vh;background:#fff;border-radius:24px 24px 0 0;z-index:1001;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 -10px 40px #00000026}.mobile-sheet-handle{padding:12px 0 8px;display:flex;justify-content:center;cursor:pointer}.handle-bar{width:40px;height:4px;background:#ddd;border-radius:2px}.mobile-close-btn{position:absolute;top:10px;right:10px;width:28px;height:28px;aspect-ratio:1 / 1;border-radius:50%!important;background:#4e342e1f;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#4e342e;z-index:20;padding:0;margin:0;flex-shrink:0;min-height:auto!important;min-width:auto!important;line-height:0}.mobile-close-btn:active{background:#4e342e26}.mobile-sheet-content{flex:1;overflow-y:auto;padding-bottom:100px;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.mobile-gallery-section{padding:10px 15px 15px;display:flex;align-items:center;gap:15px}.mobile-gallery-container{position:relative;width:75%;aspect-ratio:1;background:linear-gradient(135deg,#f8f6f3,#fff);border-radius:20px;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.mobile-gallery-image{width:100%;height:100%;object-fit:cover;filter:drop-shadow(0 10px 25px rgba(0,0,0,.12))}.mobile-gallery-image.is-main-product{width:80%;height:80%;object-fit:contain}.mobile-gallery-nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:#fff;border:none;box-shadow:0 2px 10px #0000001a;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#4e342e;z-index:5;transition:transform .2s,box-shadow .2s}.mobile-gallery-nav:active{transform:translateY(-50%) scale(.95)}.mobile-gallery-nav.prev{left:10px}.mobile-gallery-nav.next{right:10px}.mobile-gallery-miniatures{display:flex;flex-direction:column;justify-content:center;gap:8px;padding:5px 0;flex:1}.gallery-miniature{width:100%;max-width:55px;aspect-ratio:1;height:auto;border-radius:12px;background:#fff;border:1px solid rgba(78,52,46,.1);padding:0;overflow:hidden;cursor:pointer;transition:all .3s cubic-bezier(.23,1,.32,1);flex-shrink:0;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000000a}.gallery-miniature img{width:100%;height:100%;object-fit:cover;opacity:.6;transition:all .3s ease}.gallery-miniature img.is-main-product{object-fit:cover;padding:0}.gallery-miniature.active{border-color:#88c941;transform:scale(1.05);box-shadow:0 4px 12px #88c94140}.gallery-miniature.active img{opacity:1}.mobile-product-info{padding:0 20px 20px}.mobile-product-title{font-family:Cabin Sketch,cursive;font-size:1.8rem;color:#4e342e;margin:0 0 12px;line-height:1.2}.mobile-product-description{font-family:Itim,cursive;font-size:1rem;color:#4e342e;margin:0 0 10px;line-height:1.5}.mobile-product-long-desc{font-family:Montserrat,sans-serif;font-size:.85rem;color:#6d5049;margin:0 0 20px;line-height:1.7}.mobile-usage-section{margin-top:20px}.mobile-usage-section h4{font-family:Cabin Sketch,cursive;font-size:1.1rem;color:#4e342e;margin:0 0 12px}.mobile-usage-tags{display:flex;flex-wrap:wrap;gap:10px}.mobile-usage-tag{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;background:#f8f6f3;border-radius:20px;font-family:Itim,cursive;font-size:.85rem;color:#4e342e;border:1px solid rgba(78,52,46,.08)}.mobile-usage-tag svg{color:#88c941}.mobile-sticky-footer{position:absolute;bottom:0;left:0;right:0;padding:15px 20px;padding-bottom:max(15px,env(safe-area-inset-bottom));background:#fff;border-top:1px solid rgba(78,52,46,.08);box-shadow:0 -4px 20px #0000000d}.mobile-add-to-cart{width:100%;padding:16px 30px;background:linear-gradient(135deg,#88c941,#6fb332);color:#fff;border:none;border-radius:16px;font-family:Itim,cursive;font-size:1.15rem;font-weight:500;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;box-shadow:0 4px 15px #88c94159;transition:box-shadow .3s ease}.mobile-add-to-cart:active{box-shadow:0 2px 8px #88c9414d}@media(max-width:374px){.mobile-products-grid{gap:12px;padding:12px}.mobile-card-name{font-size:1rem}.mobile-card-tagline{font-size:.65rem}.mobile-product-title{font-size:1.5rem}.mobile-filter-chip{padding:8px 16px;font-size:.9rem}.mobile-gallery-nav{width:34px;height:34px}.mobile-gallery-miniatures{gap:6px}.gallery-miniature{max-width:45px}.mobile-add-to-cart{padding:14px 25px;font-size:1.05rem}}.admin-layout{display:flex;min-height:100vh;background-color:#fdfbf7}.admin-sidebar{width:280px;background-color:#fff;border-right:2px solid #4E342E;padding:40px 20px;display:flex;flex-direction:column;position:fixed;top:0;left:0;height:100vh;z-index:100;transition:transform .3s ease}.admin-sidebar-border{position:absolute;top:0;right:-4px;bottom:0;width:4px;border-right:2px solid #4E342E;filter:url(#pencil-filter);opacity:.4}.admin-sidebar-header{margin-bottom:50px;padding-left:15px}.admin-sidebar-title{font-family:Coming Soon,cursive;font-size:1.8rem;color:#4e342e;filter:url(#strong-pencil-text);margin:0}.admin-nav{flex:1}.admin-nav-link{display:flex;align-items:center;gap:12px;padding:15px 20px;margin-bottom:10px;text-decoration:none;color:#8d6e63;font-family:Itim,cursive;font-size:1.1rem;border-radius:15px;background-color:transparent;transition:all .3s ease;border:1px solid transparent}.admin-nav-link:hover{background-color:#88c9410d}.admin-nav-link.active{color:#88c941;background-color:#88c9410d;border:1px solid #88C941}.admin-sidebar-footer{margin-top:auto;border-top:1px dashed #E0E0E0;padding-top:20px}.admin-footer-link{display:flex;align-items:center;gap:12px;padding:12px 20px;text-decoration:none;color:#8d6e63;font-family:Itim,cursive;margin-bottom:10px}.admin-footer-link:hover{color:#4e342e}.admin-logout-btn{display:flex;align-items:center;gap:12px;padding:12px 20px;width:100%;background:none;border:none;cursor:pointer;color:#d32f2f;font-family:Itim,cursive;font-size:1rem;text-align:left}.admin-logout-btn:hover{opacity:.8}.admin-main{flex:1;padding:50px;margin-left:280px;overflow-y:auto;position:relative;min-height:100vh}.admin-topbar{position:absolute;top:20px;right:50px;display:flex;align-items:center;gap:15px;z-index:100}.admin-mobile-header,.admin-menu-toggle,.admin-overlay{display:none}@media(max-width:1023px){.admin-sidebar{transform:translate(-100%)}.admin-sidebar.open{transform:translate(0)}.admin-main{margin-left:0;padding:80px 20px 40px}.admin-mobile-header{display:flex;position:fixed;top:0;left:0;right:0;height:60px;background:#fff;border-bottom:2px solid #4E342E;align-items:center;justify-content:space-between;padding:0 20px;z-index:99}.admin-mobile-title{font-family:Coming Soon,cursive;font-size:1.4rem;color:#4e342e;margin:0}.admin-menu-toggle{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:transparent;border:none;cursor:pointer;color:#4e342e}.admin-overlay{display:block;position:fixed;inset:0;background:#00000080;z-index:99;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.admin-overlay.visible{opacity:1;visibility:visible}.admin-topbar{top:15px;right:70px}}@media(max-width:767px){.admin-main{padding:70px 15px 30px}.admin-sidebar{width:260px;padding:30px 15px}.admin-sidebar-title{font-size:1.5rem}.admin-nav-link{padding:12px 15px;font-size:1rem}.admin-topbar{right:60px}}@media(max-width:374px){.admin-mobile-title{font-size:1.2rem}.admin-sidebar{width:240px}}.contact-page{min-height:100vh;min-height:100dvh;padding-top:60px;padding-bottom:60px;background-color:#fdfbf7;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center}.contact-container{position:relative;z-index:5;max-width:900px!important}.contact-decorations{position:absolute;inset:0;pointer-events:none;z-index:1;overflow:hidden}.watercolor-wash{position:absolute;border-radius:50%;filter:blur(80px);opacity:.18}.wash-1{top:-10%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#FFE0B2,transparent)}.wash-2{bottom:-10%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,#D1C4E9,transparent)}.wash-3{top:40%;left:20%;width:300px;height:300px;background:radial-gradient(circle,#C8E6C9,transparent)}.contact-header{text-align:center;margin-bottom:5px}.studio-title{font-family:Cabin Sketch,cursive;font-size:4rem;color:#4e342e;margin-bottom:5px;filter:url(#text-pencil-filter)}.contact-interactive-grid{display:flex;flex-direction:column;gap:20px;align-items:center}.contact-card-v2{display:block;text-decoration:none;background:#fff;width:100%;max-width:550px;padding:22px 35px;border-radius:30px;position:relative;box-shadow:0 20px 40px #4e342e0d,0 1px 3px #0000000d;border:1px solid rgba(78,52,46,.08);overflow:hidden;cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275);background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.02'/%3E%3C/svg%3E")}.contact-card-v2:hover{box-shadow:0 25px 50px #4e342e1a,0 2px 5px #0000000d;border-color:#ffad604d}.card-ink-splash{position:absolute;top:-20px;right:-20px;width:150px;height:150px;background:radial-gradient(circle,rgba(255,173,96,.1),transparent);border-radius:50%;z-index:1}.card-content{display:flex;align-items:center;gap:30px;position:relative;z-index:2}.visual-icon{width:60px;height:60px;border-radius:22px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 10px 20px #0000001a}.whatsapp-visual{background:linear-gradient(135deg,#25d366,#128c7e)}.email-visual{background:linear-gradient(135deg,#4e342e,#2c1e1a)}.card-text{display:flex;flex-direction:column;gap:2px}.label-ink{font-size:.9rem;color:#8d6e63;font-weight:600;text-transform:uppercase;letter-spacing:1px}.value-ink{font-size:1.6rem;color:#4e342e;font-family:Coming Soon,cursive;text-decoration:none;transition:color .3s}.value-ink.highlight:hover{color:#ffad60}.social-stickers-section{margin-top:5px;text-align:center;width:100%}.sticker-title{font-family:Cabin Sketch,cursive;font-size:2rem;color:#4e342e;margin-bottom:25px}.stickers-container{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.sticker{background:#fff;padding:15px 25px;border-radius:50px;display:flex;align-items:center;gap:12px;box-shadow:5px 5px #4e342e1a;border:2px solid #4E342E;text-decoration:none;color:#4e342e;font-family:Itim,cursive;font-size:1.2rem;transition:all .3s;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.05'/%3E%3C/svg%3E")}.instagram-sticker:hover{background-color:#fdf497;border-color:#fd5949;color:#d6249f}.facebook-sticker:hover{background-color:#e3f2fd;border-color:#1877f2;color:#1877f2}@media(max-width:767px){.contact-page{padding-top:100px;justify-content:flex-start}.studio-title{font-size:2.5rem}.contact-card-v2{padding:12px 20px;max-width:100%}.card-content{gap:15px}.visual-icon{width:44px;height:44px}.value-ink{font-size:1.2rem}.butterfly-floating{width:80px;height:80px}.stickers-container{gap:10px}.sticker{padding:8px 16px;font-size:.95rem;gap:8px;border-radius:20px}.sticker svg{width:20px!important;height:20px!important}}.rtl{direction:rtl}.rtl .card-content,.rtl .sticker{flex-direction:row-reverse}.cart-drawer-overlay{position:fixed;inset:0;background-color:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000}.cart-drawer{position:fixed;top:0;right:0;width:100%;max-width:450px;height:100%;background-color:var(--color-cream);background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.05'/%3E%3C/svg%3E");z-index:10001;display:flex;flex-direction:column;box-shadow:-10px 0 30px #0000001a;border-left:2px solid #4E342E}.cart-drawer.rtl{right:auto;left:0;border-left:none;border-right:2px solid #4E342E}.cart-drawer-header{padding:25px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px dashed #D7CCC8}.cart-drawer-title{display:flex;align-items:center;gap:12px;color:#4e342e}.cart-drawer-title h2{font-family:Itim,cursive;font-size:1.8rem;margin:0}.cart-drawer-count{background-color:var(--color-accent-green);color:#fff;font-size:.9rem;padding:2px 8px;border-radius:12px;font-family:Montserrat,sans-serif;font-weight:700}.cart-drawer-close{background:none;border:none;color:#4e342e;cursor:pointer;padding:5px;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.cart-drawer-close:hover{transform:rotate(90deg)}.cart-drawer-items{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:15px}.cart-drawer-empty{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;color:#8d6e63;font-family:Itim,cursive;font-size:1.4rem}.cart-drawer-item{display:flex;gap:15px;padding:15px;background:#fff;border-radius:20px;border:1px solid #EFEBE9;box-shadow:0 4px 10px #00000008;position:relative;overflow:hidden}.cart-drawer-item-image{width:80px;height:80px;background-color:#fdfbf7;border-radius:12px;display:flex;align-items:center;justify-content:center;padding:8px;border:1px solid #F5F5F5}.cart-drawer-item-image img{max-width:100%;max-height:100%;object-fit:contain}.cart-drawer-item-info{flex:1;display:flex;flex-direction:column;gap:5px}.cart-drawer-item-info h3{font-family:Itim,cursive;font-size:1.2rem;color:#4e342e;margin:0}.cart-drawer-item-price{font-family:Montserrat,sans-serif;font-weight:700;color:#8d6e63;font-size:1rem}.cart-drawer-item-controls{margin-top:auto;display:flex;align-items:center;justify-content:space-between}.cart-drawer-qty{display:flex;align-items:center;gap:10px;border:1.5px solid #4E342E;border-radius:20px;padding:2px 10px;background-color:#fdfbf7}.cart-drawer-qty button{background:none;border:none;cursor:pointer;color:#4e342e;display:flex;align-items:center}.cart-drawer-qty span{font-family:Montserrat,sans-serif;font-weight:700;min-width:20px;text-align:center}.cart-drawer-remove{background:none;border:none;color:#e57373;cursor:pointer;padding:5px;transition:transform .2s ease}.cart-drawer-remove:hover{transform:scale(1.1)}.cart-drawer-footer{padding:25px;background:#fff;border-top:2px solid #4E342E;box-shadow:0 -10px 20px #0000000d}.cart-drawer-summary{margin-bottom:20px}.cart-drawer-total-row{display:flex;justify-content:space-between;align-items:center;font-family:Montserrat,sans-serif;font-weight:700;color:#4e342e;font-size:1.2rem;margin-bottom:5px}.cart-drawer-total-price{font-family:Itim,cursive;font-size:1.8rem;filter:url(#strong-pencil-text)}.cart-drawer-shipping-note{font-size:.85rem;color:var(--color-accent-green);font-weight:600}.cart-drawer-actions{display:flex;flex-direction:column;align-items:center}.view-cart-link{background:none;border:none;color:#8d6e63;font-family:Itim,cursive;font-size:1rem;text-decoration:underline;cursor:pointer;margin-top:5px}.checkout-btn{display:flex!important;align-items:center;justify-content:center}@media(max-width:480px){.cart-drawer{max-width:100%}}
