@import"https://fonts.googleapis.com/css2?family=Fredoka+One&family=Nunito:wght@400;600;700;800;900&display=swap";:root{--yellow: #FFD43B;--coral: #FF6B6B;--blue: #4ECDC4;--purple: #C77DFF;--green: #95E06C;--orange: #FF9F1C;--dark: #1A1A2E;--white: #FFFEF7;--gray: #F5F3EC;--muted: #7a7a8a;--font-head: "Fredoka One", cursive;--font-body: "Nunito", sans-serif;--radius: 16px;--nav-h: 64px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);color:var(--dark);background:var(--white);overflow-x:hidden}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}button{cursor:pointer;font-family:inherit}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--nav-h);background:#fffef7f5;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:3px solid var(--yellow)}.header-inner{max-width:1100px;margin:0 auto;height:100%;display:flex;align-items:center;justify-content:space-between;padding:0 20px;gap:12px}.header-logo{font-family:var(--font-head);font-size:28px;color:var(--dark);flex-shrink:0}.header-logo span{color:var(--coral)}.header-nav{display:flex;gap:4px}.nav-link{font-weight:700;font-size:14px;padding:8px 12px;border-radius:50px;transition:background .15s;color:var(--dark);white-space:nowrap}.nav-link:hover{background:var(--yellow)}.cart-btn{background:var(--coral);color:#fff;font-family:var(--font-head);font-size:14px;padding:8px 16px;border-radius:50px;display:flex;align-items:center;gap:6px;box-shadow:0 3px #c0392b;transition:transform .1s;flex-shrink:0;white-space:nowrap}.cart-btn:hover{transform:translateY(-2px);color:#fff}.cart-count{background:var(--yellow);color:var(--dark);width:20px;height:20px;border-radius:50%;font-size:11px;font-weight:900;display:flex;align-items:center;justify-content:center}.mobile-menu-btn{display:none;background:none;border:none;font-size:26px;color:var(--dark);padding:4px;flex-shrink:0;line-height:1}.mobile-nav-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:200;display:none}.mobile-nav-overlay.open{display:block}.mobile-nav-drawer{position:fixed;top:0;left:-100%;width:min(300px,82vw);height:100vh;background:var(--white);z-index:201;transition:left .28s cubic-bezier(.4,0,.2,1);padding:0;overflow-y:auto;box-shadow:4px 0 24px #00000026}.mobile-nav-drawer.open{left:0}.mobile-nav-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:2px solid var(--yellow)}.mobile-nav-logo{font-family:var(--font-head);font-size:24px}.mobile-nav-logo span{color:var(--coral)}.mobile-nav-close{background:none;border:none;font-size:24px;color:var(--muted);line-height:1}.mobile-nav-links{padding:12px;display:flex;flex-direction:column;gap:2px}.mobile-nav-link{display:block;padding:13px 16px;font-family:var(--font-head);font-size:19px;border-radius:12px;transition:background .1s}.mobile-nav-link:hover{background:var(--gray)}main{padding-top:var(--nav-h)}.btn-primary{display:inline-block;background:var(--dark);color:#fff;font-family:var(--font-head);font-size:18px;padding:14px 32px;border-radius:50px;box-shadow:0 5px #0000004d;transition:transform .1s,box-shadow .1s;border:none;cursor:pointer}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px #0000004d;color:#fff}.btn-secondary{display:inline-block;background:transparent;color:var(--dark);font-family:var(--font-head);font-size:18px;padding:14px 32px;border-radius:50px;border:3px solid var(--dark);transition:background .15s,color .15s;cursor:pointer}.btn-secondary:hover{background:var(--dark);color:#fff}.hero{min-height:calc(100vh - var(--nav-h));background:var(--yellow);position:relative;overflow:hidden;display:flex;align-items:center}.hero-shapes{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.shape{position:absolute;border-radius:6px;opacity:.3;animation:floatShape 6s ease-in-out infinite}.s1{width:80px;height:80px;background:var(--coral);top:8%;left:4%;animation-delay:0s}.s2{width:55px;height:55px;background:var(--blue);top:18%;left:82%;animation-delay:1s}.s3{width:95px;height:95px;background:var(--purple);top:72%;left:6%;animation-delay:2s}.s4{width:65px;height:65px;background:var(--green);top:78%;left:88%;animation-delay:.5s}.s5{width:45px;height:45px;background:var(--orange);top:42%;left:2%;animation-delay:1.5s}.s6{width:60px;height:60px;background:var(--coral);top:55%;left:94%;animation-delay:2.5s}@keyframes floatShape{0%,to{transform:translateY(0) rotate(15deg)}50%{transform:translateY(-20px) rotate(15deg)}}.hero-inner{max-width:1100px;margin:0 auto;padding:60px 24px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:1}.hero-badge{display:inline-block;background:var(--coral);color:#fff;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding:5px 14px;border-radius:50px;margin-bottom:20px}.hero-title{font-family:var(--font-head);font-size:clamp(40px,6vw,78px);line-height:1.05;margin-bottom:20px;color:var(--dark)}.hero-sub{font-size:17px;color:#555;line-height:1.7;margin-bottom:32px;max-width:440px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:28px}.hero-trust{display:flex;gap:16px;flex-wrap:wrap;font-size:13px;font-weight:700;color:#666}.hero-trust span:before{content:"\2713  ";color:var(--green)}.hero-visual{display:flex;justify-content:center}.tile-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;transform:rotate(-8deg);animation:tileWobble 4s ease-in-out infinite;width:260px}@keyframes tileWobble{0%,to{transform:rotate(-8deg) translateY(0)}50%{transform:rotate(-6deg) translateY(-14px)}}.tile{aspect-ratio:1;border-radius:6px;box-shadow:0 4px 14px #00000026;transition:transform .3s}.tile:hover{transform:scale(1.15) rotate(5deg)}.tile-0{background:#ff6b6bbf}.tile-1{background:#4ecdc4bf}.tile-2{background:#ffd43bbf}.tile-3{background:#c77dffbf}.tile-4{background:#95e06cbf}.tile-5{background:#ff9f1cbf}.features{padding:80px 24px;background:var(--gray)}.features-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px}.feature-card{background:#fff;border-radius:var(--radius);padding:28px 24px;text-align:center;box-shadow:0 4px #00000012;transition:transform .2s;border-top:4px solid var(--yellow)}.feature-card:nth-child(1){border-color:var(--coral)}.feature-card:nth-child(2){border-color:var(--blue)}.feature-card:nth-child(3){border-color:var(--green)}.feature-card:nth-child(4){border-color:var(--purple)}.feature-card:hover{transform:translateY(-6px) rotate(-1deg)}.feature-icon{width:56px;height:56px;border-radius:14px;margin:0 auto 16px}.fc-coral{background:linear-gradient(135deg,var(--coral),#ff9a9a)}.fc-blue{background:linear-gradient(135deg,var(--blue),#a0f0ec)}.fc-green{background:linear-gradient(135deg,var(--green),#c9f5a5)}.fc-purple{background:linear-gradient(135deg,var(--purple),#e0b8ff)}.feature-card h3{font-family:var(--font-head);font-size:20px;margin-bottom:10px}.feature-card p{font-size:14px;color:var(--muted);line-height:1.6}.section-inner{max-width:1100px;margin:0 auto;padding:80px 24px}.section-title{font-family:var(--font-head);font-size:clamp(28px,4vw,42px);text-align:center;margin-bottom:48px;position:relative;display:inline-block;left:50%;transform:translate(-50%)}.section-cta{text-align:center;margin-top:40px}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px}.product-card{background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:0 4px 20px #00000012;transition:transform .2s,box-shadow .2s;border:2px solid transparent}.product-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #0000001f;border-color:var(--yellow)}.product-card-link{display:block}.product-card-img{height:200px;background:var(--gray);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.product-card-img img{object-fit:cover;width:100%;height:100%}.product-img-placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--yellow),var(--coral))}.product-badge-sale{position:absolute;top:12px;left:12px;background:var(--coral);color:#fff;font-size:11px;font-weight:800;padding:3px 10px;border-radius:50px}.product-card-info{padding:16px}.product-card-title{font-family:var(--font-head);font-size:17px;margin-bottom:6px}.product-card-desc{font-size:13px;color:var(--muted);margin-bottom:14px;line-height:1.5}.product-card-bottom{display:flex;justify-content:space-between;align-items:center;gap:8px}.product-price{font-family:var(--font-head);font-size:19px;color:var(--coral);flex-shrink:0}.btn-add-cart{background:var(--dark);color:#fff;font-family:var(--font-head);font-size:13px;padding:8px 14px;border-radius:50px;border:none;cursor:pointer;transition:background .15s,transform .1s;white-space:nowrap;flex-shrink:0}.btn-add-cart:hover{background:var(--coral);transform:scale(1.05)}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px}.review-card{background:var(--gray);border-radius:var(--radius);padding:24px;border-left:4px solid var(--yellow)}.review-stars{color:var(--orange);font-weight:800;font-size:14px;margin-bottom:10px}.review-text{font-size:15px;color:#444;line-height:1.6;margin-bottom:12px;font-style:italic}.review-author{font-size:12px;font-weight:800;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}.product-page{padding:32px 20px}.product-page-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.product-main-img{background:var(--gray);border-radius:var(--radius);overflow:hidden;aspect-ratio:1;display:flex;align-items:center;justify-content:center}.product-main-img img{width:100%;object-fit:cover}.product-img-placeholder.large{width:100%;height:100%;background:linear-gradient(135deg,var(--yellow),var(--blue))}.product-thumbs{display:flex;gap:10px;margin-top:12px;flex-wrap:wrap}.thumb-btn{width:68px;height:68px;border-radius:10px;overflow:hidden;border:2px solid transparent;cursor:pointer;background:none;padding:0;transition:border-color .15s}.thumb-btn.active,.thumb-btn:hover{border-color:var(--coral)}.thumb-btn img{width:100%;height:100%;object-fit:cover}.product-breadcrumb{font-size:13px;color:var(--muted);margin-bottom:14px}.product-breadcrumb a:hover{color:var(--coral)}.product-title{font-family:var(--font-head);font-size:clamp(24px,3.5vw,38px);margin-bottom:12px}.product-rating{display:flex;gap:10px;align-items:center;margin-bottom:18px}.stars{font-weight:800;color:var(--orange);font-size:14px}.rating-count{font-size:13px;color:var(--muted)}.product-price-wrap{display:flex;align-items:baseline;gap:12px;margin-bottom:4px;flex-wrap:wrap}.product-price-big{font-family:var(--font-head);font-size:clamp(28px,4vw,38px);color:var(--coral)}.product-compare-price{font-size:17px;color:var(--muted);text-decoration:line-through}.product-save-badge{background:var(--green);color:var(--dark);font-size:12px;font-weight:800;padding:3px 10px;border-radius:50px}.product-price-note{font-size:13px;color:var(--muted);margin-bottom:20px}.variant-section{margin-bottom:20px}.variant-label{font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px;display:block}.variant-buttons{display:flex;gap:8px;flex-wrap:wrap}.variant-btn{padding:8px 18px;border-radius:50px;border:2px solid var(--dark);font-weight:700;font-size:14px;cursor:pointer;background:#fff;transition:all .15s;font-family:var(--font-body)}.variant-btn.active,.variant-btn:hover{background:var(--dark);color:#fff}.product-actions{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.btn-add-cart-large{width:100%;padding:15px 20px;background:var(--dark);color:#fff;font-family:var(--font-head);font-size:clamp(16px,4vw,20px);border-radius:50px;border:none;cursor:pointer;box-shadow:0 5px #00000040;transition:transform .1s,box-shadow .1s}.btn-add-cart-large:hover{transform:translateY(-3px);box-shadow:0 8px #00000040}.btn-buy-now{display:block;width:100%;padding:15px 20px;background:var(--coral);color:#fff;font-family:var(--font-head);font-size:clamp(16px,4vw,20px);border-radius:50px;text-align:center;box-shadow:0 5px #c0392b;transition:transform .1s,box-shadow .1s}.btn-buy-now:hover{transform:translateY(-3px);box-shadow:0 8px #c0392b;color:#fff}.product-trust{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:28px;padding:14px;background:var(--gray);border-radius:12px}.trust-item{font-size:12px;font-weight:700;color:#555;flex:1;text-align:center;min-width:80px}.trust-item:before{display:block;font-size:18px;margin-bottom:4px;content:"\2713";color:var(--green)}.product-tabs{margin-top:8px}.tabs-nav{display:flex;border-bottom:2px solid var(--yellow);margin-bottom:20px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.tabs-nav::-webkit-scrollbar{display:none}.tab-btn{padding:10px 16px;font-family:var(--font-body);font-weight:800;font-size:14px;background:none;border:none;cursor:pointer;color:var(--muted);border-bottom:3px solid transparent;margin-bottom:-2px;transition:color .15s;white-space:nowrap}.tab-btn.active{color:var(--dark);border-bottom-color:var(--coral)}.tab-content{display:none}.tab-content.active{display:block}.product-description{font-size:15px;line-height:1.8;color:#444}.spec-table{width:100%;border-collapse:collapse;font-size:14px}.spec-table tr{border-bottom:1px solid #eee}.spec-table td{padding:10px 8px}.spec-table td:first-child{font-weight:700;color:var(--muted);width:45%}.reviews-summary{display:flex;gap:16px;align-items:center;margin-bottom:24px}.big-rating{font-family:var(--font-head);font-size:52px;color:var(--coral)}.stars-row{font-weight:800;color:var(--orange)}.rating-sub{font-size:13px;color:var(--muted)}.reviews-list{display:flex;flex-direction:column;gap:16px}.review-item{background:var(--gray);border-radius:12px;padding:16px;border-left:3px solid var(--yellow)}.review-item .review-stars{font-size:13px;font-weight:800;color:var(--orange);margin-bottom:6px}.review-item p{font-size:14px;color:#444;line-height:1.6;font-style:italic;margin-bottom:6px}.review-item .review-author{font-size:11px;font-weight:800;color:var(--muted);text-transform:uppercase}.collection-header{background:var(--yellow);padding:48px 24px 32px;text-align:center}.collection-header h1{font-family:var(--font-head);font-size:clamp(28px,5vw,52px);margin-bottom:10px}.collection-header p{font-size:16px;color:#555}.cart-page{padding:32px 20px}.cart-inner{max-width:800px;margin:0 auto}.cart-title{font-family:var(--font-head);font-size:clamp(24px,5vw,36px);margin-bottom:28px}.cart-empty{text-align:center;padding:60px 16px}.cart-empty p{font-size:18px;color:var(--muted);margin-bottom:24px}.cart-items{display:flex;flex-direction:column;gap:14px;margin-bottom:28px}.cart-item{display:flex;align-items:center;gap:12px;background:var(--gray);border-radius:var(--radius);padding:14px}.cart-item-img{width:70px;height:70px;border-radius:10px;overflow:hidden;flex-shrink:0}.cart-item-img img{width:100%;height:100%;object-fit:cover}.cart-img-placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--yellow),var(--coral))}.cart-item-info{flex:1;min-width:0}.cart-item-info h3{font-family:var(--font-head);font-size:16px;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cart-item-variant{font-size:12px;color:var(--muted);margin-bottom:8px}.cart-item-qty{display:flex;align-items:center;gap:8px}.qty-btn{width:28px;height:28px;border-radius:50%;border:2px solid var(--dark);background:none;font-size:16px;font-weight:900;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s;flex-shrink:0}.qty-btn:hover{background:var(--dark);color:#fff}.qty-val{font-weight:800;min-width:20px;text-align:center}.cart-item-right{display:flex;flex-direction:column;align-items:flex-end;gap:8px;flex-shrink:0}.cart-item-price{font-family:var(--font-head);font-size:18px;color:var(--coral)}.cart-remove{background:none;border:none;font-size:12px;color:var(--muted);cursor:pointer;font-family:var(--font-body);font-weight:700;white-space:nowrap}.cart-remove:hover{color:var(--coral)}.cart-summary{background:var(--dark);color:#fff;border-radius:20px;padding:24px}.summary-row{display:flex;justify-content:space-between;font-size:15px;margin-bottom:10px}.free-shipping-note{font-size:13px;opacity:.6;margin-bottom:18px}.free-shipping-note.free{color:var(--green);opacity:1;font-weight:800}.btn-checkout{width:100%;padding:16px;background:var(--coral);color:#fff;font-family:var(--font-head);font-size:20px;border:none;border-radius:50px;cursor:pointer;box-shadow:0 5px #c0392b;transition:transform .1s;margin-bottom:12px}.btn-checkout:hover{transform:translateY(-3px)}.btn-continue{display:block;text-align:center;font-size:14px;font-weight:700;color:#fff9;padding:8px}.btn-continue:hover{color:#fff}.page-content{padding:48px 20px}.page-inner{max-width:800px;margin:0 auto}.page-title{font-family:var(--font-head);font-size:clamp(28px,5vw,48px);margin-bottom:28px}.page-body{font-size:16px;line-height:1.8;color:#444}.page-body h2{font-family:var(--font-head);font-size:24px;margin:28px 0 12px}.page-body p{margin-bottom:16px}.error-page{text-align:center;padding:80px 20px}.error-page h1{font-family:var(--font-head);font-size:clamp(32px,6vw,48px);margin-bottom:16px}.error-page p{font-size:18px;color:var(--muted);margin-bottom:32px}.site-footer{background:var(--dark);color:var(--white);padding:48px 20px 28px}.footer-inner{max-width:1100px;margin:0 auto 40px;display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}.footer-logo{font-family:var(--font-head);font-size:32px;color:var(--yellow);margin-bottom:12px}.footer-logo span{color:var(--coral)}.footer-desc{font-size:14px;opacity:.6;line-height:1.7}.footer-col h4{font-family:var(--font-head);font-size:16px;color:var(--yellow);margin-bottom:12px}.footer-col a{display:block;font-size:14px;opacity:.6;margin-bottom:8px;transition:opacity .15s}.footer-col a:hover{opacity:1}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:20px;text-align:center;font-size:12px;opacity:.4}.pagination{display:flex;justify-content:center;gap:8px;margin-top:40px;flex-wrap:wrap}.pagination a,.pagination span{padding:8px 16px;border-radius:8px;font-weight:700;font-size:14px;background:var(--gray)}.pagination .current{background:var(--coral);color:#fff}@media(max-width:900px){.footer-inner{grid-template-columns:1fr 1fr}}@media(max-width:768px){.header-nav{display:none}.mobile-menu-btn{display:block}.cart-btn .cart-label{display:none}.cart-btn{padding:8px 12px;gap:0}.hero-inner{grid-template-columns:1fr;padding:40px 20px 48px;gap:0}.hero-visual{display:none}.hero-title{font-size:clamp(34px,8vw,50px)}.hero-sub{font-size:15px;max-width:100%;margin-bottom:24px}.hero-actions{flex-direction:column;gap:10px}.hero-actions .btn-primary,.hero-actions .btn-secondary{width:100%;text-align:center;padding:14px;font-size:17px}.hero-trust{gap:10px;font-size:12px}.features{padding:48px 16px}.features-inner{grid-template-columns:repeat(2,1fr);gap:14px}.feature-card{padding:18px 14px}.feature-card h3{font-size:17px}.section-inner{padding:48px 16px}.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-card-img{height:155px}.product-card-info{padding:12px}.product-card-title{font-size:14px}.product-price{font-size:16px}.btn-add-cart{font-size:11px;padding:6px 10px}.product-page{padding:20px 16px}.product-page-inner{grid-template-columns:1fr;gap:20px}.product-price-big{font-size:30px}.btn-add-cart-large,.btn-buy-now{font-size:17px;padding:14px}.product-trust{gap:6px;padding:12px}.trust-item{min-width:70px;font-size:11px}.trust-item:before{font-size:16px}.tabs-nav{gap:0}.tab-btn{padding:10px 12px;font-size:13px}.cart-page{padding:20px 16px}.cart-item{padding:12px}.cart-item-img{width:60px;height:60px}.cart-item-info h3{font-size:14px}.cart-item-price{font-size:16px}.cart-summary{padding:20px}.btn-checkout{font-size:18px;padding:15px}.reviews-grid{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr;gap:28px}.site-footer{padding:40px 16px 24px}}@media(max-width:420px){.hero-title{font-size:32px}.features-inner,.product-grid{grid-template-columns:1fr}.btn-add-cart-large,.btn-buy-now{font-size:15px}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/fliko.css.map */
