@import"https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700;800;900&family=Poppins:wght@400;500;600;700;800&display=swap";:root{--st-primary: #7c3aed;--st-primary-dark: #6d28d9;--st-primary-fg: #ffffff;--st-secondary: #fbbf24;--st-secondary-fg: #1c1917;--st-whatsapp: #25d366;--st-whatsapp-fg: #ffffff;--st-pink: #f472b6;--st-blue: #60a5fa;--st-green: #4ade80;--st-yellow: #facc15;--st-bg: #fafafa;--st-card: #ffffff;--st-muted: #f3f4f6;--st-border: #e5e7eb;--st-text: #111827;--st-muted-text: #6b7280;--st-section-soft: #f9fafb;--st-font-body: "Nunito", sans-serif;--st-font-heading: "Poppins", sans-serif;--st-radius-sm: .75rem;--st-radius: 1rem;--st-radius-lg: 1.5rem;--st-radius-xl: 2rem}.st-section{padding:4rem 1.25rem}@media(min-width:768px){.st-section{padding:6rem 2rem}}.st-container{max-width:1100px;margin:0 auto;width:100%}.st-container--narrow{max-width:680px;margin:0 auto}.st-container--medium{max-width:860px;margin:0 auto}.st-heading{font-family:var(--st-font-heading);font-weight:700;line-height:1.2;color:var(--st-text)}.st-heading--xl{font-size:clamp(2rem,5vw,3.5rem)}.st-heading--lg{font-size:clamp(1.75rem,4vw,2.5rem)}.st-heading--md{font-size:clamp(1.25rem,3vw,1.75rem)}.st-subtitle{font-family:var(--st-font-body);color:var(--st-muted-text);font-size:1.1rem;line-height:1.6}.st-text-center{text-align:center}.st-card{background:var(--st-card);border:1px solid var(--st-border);border-radius:var(--st-radius-lg);padding:1.5rem;box-shadow:0 1px 3px #0000000f}.st-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--st-font-heading);font-weight:700;font-size:1.05rem;padding:.9rem 1.8rem;border-radius:var(--st-radius-lg);border:none;cursor:pointer;text-decoration:none;transition:filter .15s,transform .15s,box-shadow .15s;white-space:nowrap}.st-btn:hover{filter:brightness(1.08);transform:translateY(-1px);box-shadow:0 6px 20px #00000026}.st-btn:active{transform:translateY(0)}.st-btn--primary{background:var(--st-primary);color:var(--st-primary-fg);box-shadow:0 4px 12px #7c3aed59}.st-btn--secondary{background:var(--st-secondary);color:var(--st-secondary-fg);box-shadow:0 4px 12px #fbbf2459}.st-btn--whatsapp{background:var(--st-whatsapp);color:var(--st-whatsapp-fg);box-shadow:0 4px 12px #25d36659}.st-btn--outline{background:transparent;color:var(--st-primary);border:2px solid var(--st-primary)}.st-announcement{background:var(--st-primary);color:var(--st-primary-fg);padding:.6rem 1rem;text-align:center;font-family:var(--st-font-body);font-size:.9rem;font-weight:600;position:relative;z-index:100}.st-announcement a{color:inherit}.st-announcement__dismiss{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;color:inherit;cursor:pointer;padding:.25rem;opacity:.8;line-height:1;font-size:1.25rem}.st-announcement__dismiss:hover{opacity:1}.st-hero{background:linear-gradient(135deg,var(--st-primary) 0%,#9333ea 50%,#6d28d9 100%);min-height:88vh;display:flex;align-items:center;position:relative;overflow:hidden}.st-hero__blob{position:absolute;border-radius:60% 40% 30% 70%/60% 30% 70% 40%;animation:st-blob 8s infinite ease-in-out;pointer-events:none}@keyframes st-blob{0%,to{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}50%{border-radius:30% 60% 70% 40%/50% 60% 30%}}.st-hero__inner{display:flex;flex-direction:column;align-items:center;gap:2rem;padding:3rem 1.25rem}@media(min-width:768px){.st-hero__inner{flex-direction:row;padding:4rem 2rem;gap:3rem}}.st-hero__content{flex:1;text-align:center;order:2}@media(min-width:768px){.st-hero__content{text-align:left;order:1}}.st-hero__title{font-family:var(--st-font-heading);font-size:clamp(2rem,6vw,3.75rem);font-weight:800;color:#fff;line-height:1.15;margin:0 0 1rem}.st-hero__title span{color:var(--st-secondary)}.st-hero__subtitle{color:#ffffffd9;font-size:1.15rem;margin:0 0 2rem;max-width:480px}.st-hero__actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}@media(min-width:768px){.st-hero__actions{justify-content:flex-start}}.st-hero__image-wrap{flex:1;display:flex;justify-content:center;order:1}@media(min-width:768px){.st-hero__image-wrap{order:2}}.st-hero__image-glow{position:relative}.st-hero__image-glow:before{content:"";position:absolute;top:-1rem;right:-1rem;bottom:-1rem;left:-1rem;background:#fbbf2440;border-radius:2rem;filter:blur(24px)}.st-hero__img{position:relative;width:min(300px,80vw);border-radius:var(--st-radius-xl);box-shadow:0 24px 60px #0000004d;animation:st-float 4s ease-in-out infinite}@keyframes st-float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.st-steps-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;max-width:860px;margin:0 auto}@media(min-width:768px){.st-steps-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.st-step{background:var(--st-card);border:1px solid var(--st-border);border-radius:var(--st-radius-lg);padding:1.5rem 1rem;text-align:center;box-shadow:0 1px 3px #0000000f;transition:box-shadow .2s}.st-step:hover{box-shadow:0 4px 16px #0000001a}.st-step__icon{width:56px;height:56px;border-radius:var(--st-radius);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:1.6rem}.st-step__num{font-family:var(--st-font-heading);font-size:.75rem;font-weight:700;color:var(--st-muted-text);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.st-step__title{font-family:var(--st-font-heading);font-weight:700;font-size:1rem;margin:0 0 .5rem}.st-step__desc{font-size:.875rem;color:var(--st-muted-text);margin:0}.st-wi-layout{display:flex;flex-direction:column;gap:2.5rem;align-items:center}@media(min-width:768px){.st-wi-layout{flex-direction:row;gap:4rem}}.st-wi-img{width:100%;max-width:420px;border-radius:var(--st-radius-xl);box-shadow:0 16px 48px #0000001f}.st-wi-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.st-wi-item{display:flex;align-items:flex-start;gap:.75rem;font-size:1rem}.st-wi-check{flex-shrink:0;width:24px;height:24px;border-radius:50%;background:var(--st-secondary);display:flex;align-items:center;justify-content:center;margin-top:1px;font-size:.75rem;color:var(--st-secondary-fg);font-weight:700}.st-pricing-grid{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-bottom:2.5rem}@media(min-width:768px){.st-pricing-grid{grid-template-columns:repeat(3,1fr)}}.st-pkg{background:var(--st-card);border:1px solid var(--st-border);border-radius:var(--st-radius-lg);overflow:hidden;display:flex;flex-direction:column;box-shadow:0 1px 3px #0000000f;transition:box-shadow .2s,transform .2s}.st-pkg:hover{box-shadow:0 8px 32px #0000001a}.st-pkg--popular{border-color:var(--st-primary);box-shadow:0 0 0 2px #7c3aed33,0 4px 16px #0000001a;transform:scale(1.02)}.st-pkg__badge{background:var(--st-primary);color:var(--st-primary-fg);text-align:center;font-family:var(--st-font-heading);font-weight:700;font-size:.75rem;padding:.4rem;letter-spacing:.05em}.st-pkg__body{padding:1.5rem;display:flex;flex-direction:column;flex:1}.st-pkg__icon{width:44px;height:44px;border-radius:.75rem;background:#7c3aed1a;display:flex;align-items:center;justify-content:center;font-size:1.25rem;margin-bottom:1rem}.st-pkg__name{font-family:var(--st-font-heading);font-weight:700;font-size:1.2rem;margin:0 0 .25rem}.st-pkg__kids{font-size:.875rem;color:var(--st-muted-text);margin:0 0 1rem}.st-pkg__price{font-family:var(--st-font-heading);font-size:2rem;font-weight:800;margin:0 0 1.25rem}.st-pkg__price span{font-size:.875rem;font-weight:400;color:var(--st-muted-text);margin-left:.25rem}.st-pkg__features{list-style:none;padding:0;margin:0 0 1.5rem;flex:1;display:flex;flex-direction:column;gap:.5rem}.st-pkg__feature{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem}.st-pkg__feature-check{color:var(--st-secondary);flex-shrink:0;margin-top:1px;font-weight:700}.st-addons-box{background:var(--st-card);border:1px solid var(--st-border);border-radius:var(--st-radius-lg);padding:1.5rem;max-width:520px;margin:0 auto}.st-addon-row{display:flex;justify-content:space-between;align-items:center;background:var(--st-muted);border-radius:var(--st-radius-sm);padding:.75rem 1rem;font-size:.9rem;margin-bottom:.5rem}.st-addon-row:last-child{margin-bottom:0}.st-addon-price{font-family:var(--st-font-heading);font-weight:700}.st-gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media(min-width:640px){.st-gallery-grid{grid-template-columns:repeat(3,1fr)}}.st-gallery-item{border-radius:var(--st-radius);overflow:hidden;aspect-ratio:4/3;background:var(--st-muted)}.st-gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.st-gallery-item:hover img{transform:scale(1.05)}.st-reviews-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:640px){.st-reviews-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.st-reviews-grid{grid-template-columns:repeat(3,1fr)}}.st-review{background:var(--st-card);border:1px solid var(--st-border);border-radius:var(--st-radius-lg);padding:1.5rem;box-shadow:0 1px 3px #0000000f}.st-review__header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.st-review__avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;background:var(--st-muted)}.st-review__avatar-placeholder{width:44px;height:44px;border-radius:50%;background:var(--st-primary);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.1rem}.st-review__name{font-family:var(--st-font-heading);font-weight:700;font-size:.95rem}.st-review__stars{color:#f59e0b;font-size:.9rem}.st-review__text{font-size:.9rem;color:var(--st-muted-text);line-height:1.6;margin:0}.st-faq-list{display:flex;flex-direction:column;gap:.5rem}.st-faq-item{background:var(--st-card);border:1px solid var(--st-border);border-radius:var(--st-radius-lg);padding:0 1.25rem;box-shadow:0 1px 3px #0000000f;overflow:hidden}.st-faq-q{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;font-family:var(--st-font-heading);font-weight:700;cursor:pointer;gap:1rem;background:none;border:none;width:100%;text-align:left;font-size:.95rem}.st-faq-q__icon{flex-shrink:0;width:20px;height:20px;border-radius:50%;background:var(--st-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.9rem;transition:transform .25s}.st-faq-item.open .st-faq-q__icon{transform:rotate(45deg)}.st-faq-a{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}.st-faq-item.open .st-faq-a{grid-template-rows:1fr}.st-faq-a__inner{overflow:hidden}.st-faq-a__text{padding-bottom:1rem;font-size:.9rem;color:var(--st-muted-text);line-height:1.6;margin:0}.st-cta{background:linear-gradient(135deg,var(--st-primary) 0%,#9333ea 100%);color:#fff;text-align:center;padding:5rem 1.25rem}.st-cta__title{font-family:var(--st-font-heading);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;margin:0 0 1rem}.st-cta__subtitle{font-size:1.1rem;opacity:.9;margin:0 0 2rem;max-width:520px;margin-left:auto;margin-right:auto}.st-cta__actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.st-whatsapp-sticky{position:fixed;bottom:1.5rem;right:1.5rem;z-index:999;background:var(--st-whatsapp);color:var(--st-whatsapp-fg);border-radius:2rem;padding:.75rem 1.25rem;display:flex;align-items:center;gap:.5rem;font-family:var(--st-font-heading);font-weight:700;font-size:.9rem;text-decoration:none;box-shadow:0 4px 20px #25d36680;transition:transform .2s,box-shadow .2s}.st-whatsapp-sticky:hover{transform:translateY(-2px);box-shadow:0 8px 28px #25d36699;color:#fff}.st-booking{background:var(--st-bg);min-height:100vh}.st-booking__inner{padding:2rem 1.25rem;max-width:540px;margin:0 auto}.st-progress{height:6px;background:var(--st-muted);border-radius:3px;overflow:hidden;margin-bottom:2rem}.st-progress__bar{height:100%;background:var(--st-primary);border-radius:3px;transition:width .4s ease}.st-booking-card{background:var(--st-card);border:1px solid var(--st-border);border-radius:var(--st-radius-xl);padding:1.5rem;box-shadow:0 2px 8px #0000000f;min-height:340px}.st-booking-card h2{font-family:var(--st-font-heading);font-weight:700;font-size:1.3rem;margin:0 0 1.25rem}.st-slots{display:flex;flex-direction:column;gap:.5rem}.st-slot{padding:.75rem 1rem;border-radius:var(--st-radius);border:1px solid var(--st-border);background:var(--st-muted);cursor:pointer;font-size:.9rem;font-weight:600;font-family:var(--st-font-body);text-align:left;transition:all .15s}.st-slot:hover{border-color:var(--st-primary)}.st-slot.active{background:var(--st-primary);color:#fff;border-color:var(--st-primary)}.st-slot.booked{opacity:.5;cursor:not-allowed;text-decoration:line-through;background:#fee2e2;border-color:#fca5a5}.st-pills{display:flex;flex-wrap:wrap;gap:.5rem}.st-pill{padding:.6rem 1.25rem;border-radius:var(--st-radius);border:1px solid var(--st-border);background:var(--st-muted);cursor:pointer;font-size:.875rem;font-weight:600;font-family:var(--st-font-body);transition:all .15s}.st-pill:hover{border-color:var(--st-primary)}.st-pill.active{background:var(--st-primary);color:#fff;border-color:var(--st-primary)}.st-counter{display:flex;align-items:center;gap:.75rem}.st-counter-btn{width:34px;height:34px;border-radius:50%;border:1px solid var(--st-border);background:var(--st-card);cursor:pointer;font-size:1.1rem;font-weight:700;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.st-counter-btn:hover{background:var(--st-primary);color:#fff;border-color:var(--st-primary)}.st-counter-val{min-width:28px;text-align:center;font-weight:700}.st-input{width:100%;padding:.75rem 1rem;border:1px solid var(--st-border);border-radius:var(--st-radius);background:var(--st-muted);font-family:var(--st-font-body);font-size:.95rem;color:var(--st-text);outline:none;transition:border-color .15s,box-shadow .15s;box-sizing:border-box}.st-input:focus{border-color:var(--st-primary);box-shadow:0 0 0 3px #7c3aed1f}.st-input--error{border-color:#ef4444}.st-input--error:focus{box-shadow:0 0 0 3px #ef44441f}.st-summary{background:var(--st-muted);border-radius:var(--st-radius);padding:1rem;font-size:.9rem}.st-summary-row{display:flex;justify-content:space-between;padding:.4rem 0;border-bottom:1px solid var(--st-border)}.st-summary-row:last-child{border-bottom:none;font-weight:700;font-size:1rem;padding-top:.6rem}.st-total-bar{background:#7c3aed1a;border-radius:var(--st-radius);padding:.75rem 1rem;display:flex;justify-content:space-between;align-items:center;margin-top:1rem;font-size:.9rem;font-weight:600}.st-total-bar__amount{font-family:var(--st-font-heading);font-size:1.3rem;font-weight:800;color:var(--st-primary)}.st-step-nav{display:flex;gap:.75rem;margin-top:1.5rem}.st-step-nav>*{flex:1}.st-viewers{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--st-muted-text);background:var(--st-muted);border-radius:.5rem;padding:.4rem .75rem;width:fit-content;margin:0 auto}.st-viewers__dot{width:8px;height:8px;border-radius:50%;background:#22c55e;flex-shrink:0;animation:st-ping 1.5s ease-in-out infinite}@keyframes st-ping{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.4)}}.st-calendar-wrap{display:flex;justify-content:center;margin-bottom:1rem}.st-bg-soft{background:var(--st-section-soft)}.st-header--scrolled{box-shadow:0 2px 16px #0000001a}.shopify-section>.full-width{grid-column:1 / -1!important;width:100%}.st-countdown{position:relative;display:inline-flex;align-items:center;justify-content:center;width:120px;height:120px;margin:0 auto}.st-countdown__ring{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;transform:rotate(-90deg)}.st-countdown__bg{fill:none;stroke:var(--st-muted);stroke-width:6}.st-countdown__progress{fill:none;stroke:var(--st-whatsapp);stroke-width:6;stroke-linecap:round;stroke-dasharray:282.74;stroke-dashoffset:0;animation:st-countdown-ring 5s linear forwards;transform-origin:center}@keyframes st-countdown-ring{0%{stroke-dashoffset:0}to{stroke-dashoffset:282.74}}.st-countdown__num{position:relative;font-family:var(--st-font-heading);font-size:3rem;font-weight:800;color:var(--st-whatsapp);font-variant-numeric:tabular-nums;line-height:1;animation:st-countdown-pulse 1s ease-in-out infinite}@keyframes st-countdown-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}@media(prefers-reduced-motion:reduce){.st-countdown__progress{animation:none;stroke-dashoffset:282.74}.st-countdown__num{animation:none}}[dir=rtl] .st-hero__actions{justify-content:center}@media(min-width:768px){[dir=rtl] .st-hero__actions{justify-content:flex-end}}[dir=rtl] .st-wi-item{text-align:right}[dir=rtl] .st-wi-check{order:-1}[dir=rtl] .st-step{text-align:right}[dir=rtl] .st-step__icon{margin:0 0 1rem auto}@media(min-width:768px){[dir=rtl] .st-step{text-align:center}[dir=rtl] .st-step__icon{margin:0 auto 1rem}}[dir=rtl] .st-pkg__feature{text-align:right}[dir=rtl] .st-pkg__feature-check{order:-1}[dir=rtl] .st-faq-q{text-align:right}[dir=rtl] .st-booking__inner{direction:rtl}[dir=rtl] .st-step-nav,[dir=rtl] .st-total-bar,[dir=rtl] .st-summary-row,[dir=rtl] .st-counter{flex-direction:row-reverse}[dir=rtl] input[type=tel],[dir=rtl] input[dir=ltr]{direction:ltr;text-align:left}[dir=rtl] .st-wi-layout{flex-direction:column}@media(min-width:768px){[dir=rtl] .st-wi-layout{flex-direction:row-reverse}}[dir=rtl] .st-hero__inner{flex-direction:column}@media(min-width:768px){[dir=rtl] .st-hero__inner{flex-direction:row-reverse}}[dir=rtl] .st-hero__content{text-align:center}@media(min-width:768px){[dir=rtl] .st-hero__content{text-align:right}}[dir=rtl] .st-hero__subtitle{max-width:100%}@media(min-width:768px){[dir=rtl] .st-hero__subtitle{max-width:480px}}[dir=rtl] .st-slot{text-align:right;direction:ltr}[dir=rtl] .st-cta__actions{flex-direction:row-reverse}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}.st-reveal{opacity:0;transform:translateY(28px);transition:opacity .75s cubic-bezier(.22,1,.36,1),transform .75s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.st-reveal.is-visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.st-reveal{opacity:1;transform:none;transition:none}}.st-hero.st-reveal .st-hero__content>*{opacity:0;transform:translateY(20px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}.st-hero.is-visible .st-hero__title{transition-delay:.1s;opacity:1;transform:translateY(0)}.st-hero.is-visible .st-hero__subtitle{transition-delay:.25s;opacity:1;transform:translateY(0)}.st-hero.is-visible .st-hero__actions{transition-delay:.4s;opacity:1;transform:translateY(0)}.st-hero.st-reveal .st-hero__image-wrap{opacity:0;transform:translateY(20px) scale(.96);transition:opacity .9s cubic-bezier(.22,1,.36,1) .2s,transform .9s cubic-bezier(.22,1,.36,1) .2s}.st-hero.is-visible .st-hero__image-wrap{opacity:1;transform:translateY(0) scale(1)}.st-pricing-grid>.st-pkg,.st-steps-grid>.st-step,.st-reviews-grid>.st-review{opacity:0;transform:translateY(24px);transition:opacity .6s cubic-bezier(.22,1,.36,1),transform .6s cubic-bezier(.22,1,.36,1)}.is-visible .st-pricing-grid>.st-pkg,.is-visible .st-steps-grid>.st-step,.is-visible .st-reviews-grid>.st-review{opacity:1;transform:translateY(0)}.is-visible .st-pricing-grid>.st-pkg:nth-child(1),.is-visible .st-steps-grid>.st-step:nth-child(1),.is-visible .st-reviews-grid>.st-review:nth-child(1){transition-delay:.05s}.is-visible .st-pricing-grid>.st-pkg:nth-child(2),.is-visible .st-steps-grid>.st-step:nth-child(2),.is-visible .st-reviews-grid>.st-review:nth-child(2){transition-delay:.15s}.is-visible .st-pricing-grid>.st-pkg:nth-child(3),.is-visible .st-steps-grid>.st-step:nth-child(3),.is-visible .st-reviews-grid>.st-review:nth-child(3){transition-delay:.25s}.is-visible .st-steps-grid>.st-step:nth-child(4){transition-delay:.35s}@media(prefers-reduced-motion:reduce){.st-pricing-grid>.st-pkg,.st-steps-grid>.st-step,.st-reviews-grid>.st-review,.st-hero.st-reveal .st-hero__content>*,.st-hero.st-reveal .st-hero__image-wrap{opacity:1!important;transform:none!important;transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/slime-time.css.map */
