@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);body{background:#fafafd;color:#222;font-family:Inter,sans-serif;margin:0;padding:0}a{color:inherit;text-decoration:none}button,input{font-family:inherit}*{box-sizing:border-box}html{scroll-behavior:smooth}.discount-banner{background:#2c2c2c;border-bottom:1px solid #ffffff1a;color:#fff;font-size:.95em;font-weight:700;left:0;letter-spacing:.8px;overflow:hidden;padding:8px 0;position:fixed;right:0;text-align:center;text-transform:uppercase;top:0;z-index:1000}.discount-banner-text{animation:typewriter 4s ease-in-out infinite;border-right:none;display:inline-block;font-family:Arial,sans-serif;font-weight:800;overflow:hidden;position:relative;white-space:nowrap}@keyframes typewriter{0%{opacity:0;width:0}20%{opacity:1}80%{opacity:1;width:100%}to{opacity:1;width:100%}}.navbar{justify-content:space-between;margin:40px auto 0;max-width:1200px;padding:15px 0;width:90%}.navbar,.navbar__left{align-items:center;display:flex}.navbar__left{gap:2px;height:80px}.navbar__logo-img{display:block;height:180px;object-fit:contain;padding-top:13px;width:180px}.navbar__center{align-items:center;display:flex;gap:32px}.navbar__link{color:#111;font-size:1rem;font-weight:500;transition:color .2s}.navbar__link:hover{color:#0070f3}.navbar__right{align-items:center;display:flex;gap:18px}.navbar__search{background:#f5f5f7;border:none;border-radius:999px;font-size:1rem;outline:none;padding:10px 36px;transition:box-shadow .2s;width:180px}.navbar__search:focus{box-shadow:0 0 0 2px #0070f3}.navbar__icon{color:#111;cursor:pointer;font-size:1.5rem;transition:color .2s}.navbar__icon:hover{color:#0070f3}@media (min-width:1025px) and (max-width:1280px){.navbar{font-size:.97em;padding:0 20px}.navbar__logo-img{height:140px;width:90px}}@media (min-width:768px) and (max-width:1024px){.navbar{flex-direction:column;gap:38px;height:auto;padding:10px}.navbar__center{gap:16px}.navbar__logo-img{height:100px;width:70px}}@media (max-width:767px){.navbar{flex-direction:column;gap:38px;height:auto;padding:0 2px}.navbar__center{gap:25px}.navbar__logo-img{height:100px;width:70px}.navbar__search{font-size:.9em;width:120px}}@media (max-width:480px){.navbar{font-size:.85em;padding:0 1px}.navbar__logo-img{height:100px;width:70px}.navbar__search{font-size:.8em;width:80px}}.category-slider-section{margin:40px 0}.slider-title{animation:fadeUp 1s cubic-bezier(.4,.2,.2,1) forwards;color:#222;display:block;font-size:2.2em;font-weight:800;letter-spacing:1px;margin-bottom:28px;margin-left:0;opacity:0;position:relative;text-align:center;transform:translateY(30px)}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}.slider-wrapper{align-items:center;display:flex;position:relative}.category-slider{-ms-overflow-style:none;display:flex;gap:30px;overflow-x:auto;padding:10px 0 30px;scroll-behavior:smooth;scrollbar-width:none}.category-slider::-webkit-scrollbar{display:none}.category-card{background:#fff;border-radius:30px;box-shadow:0 8px 24px #0000001f;display:flex;flex-direction:column;flex-shrink:0;height:420px;justify-content:flex-end;min-width:320px;overflow:hidden;position:relative;transition:transform .4s ease,box-shadow .4s ease}.category-card:before{background:#00000040;content:"";inset:0;opacity:0;position:absolute;transition:opacity .4s ease;z-index:1}.category-card:hover{box-shadow:0 12px 28px #0003;transform:scale(1.03) translateY(-8px)}.category-card:hover:before{opacity:1}.category-card img{bottom:0;height:100%;left:0;object-fit:cover;position:absolute;right:0;top:0;transition:transform .6s ease;width:100%;z-index:0}.category-card:hover img{transform:scale(1.07) rotate(.3deg)}.category-label{background:#ffffffe6;border-radius:16px;box-shadow:0 2px 8px #00000014;font-size:1.3em;font-weight:700;margin:0 20px 25px;opacity:1;padding:12px 0;position:relative;text-align:center;transform:translateY(0);transition:transform .3s ease,opacity .3s ease;z-index:2}.category-card:hover .category-label{transform:scale(1.08)}.slider-arrow{background:#0000;border:none;border-radius:50%;box-shadow:0 2px 8px #0000001f;cursor:pointer;font-size:2em;font-weight:700;height:44px;margin:0 10px;transition:background .2s;width:44px;z-index:3}.slider-arrow:hover{background:#f0f0f080}@media (max-width:600px){.category-card{height:260px;min-width:220px}.slider-title{font-size:1.3em}}@media (min-width:1025px) and (max-width:1280px){.category-slider{padding:20px 2vw}}@media (min-width:768px) and (max-width:1024px){.category-slider{padding:10px 1vw}.category-slider__item{font-size:.95em;min-width:120px}}@media (max-width:767px){.category-slider{padding:4px .5vw}.category-slider__item{font-size:.9em;min-width:80px}.posters-grid{gap:18px 10px;grid-template-columns:repeat(2,1fr);justify-items:stretch;margin:0;max-width:100vw;padding:0 4px}.poster-card{border-radius:14px;box-sizing:border-box;margin:0;max-width:none!important;width:100%!important}.poster-image-container{background:#f8f8f8;height:160px}.poster-image{background:#f8f8f8;height:100%;object-fit:contain;width:100%}}@media (max-width:480px){.category-slider__item{font-size:.8em;min-width:60px}}@media (max-width:900px) and (min-width:601px){.posters-grid{gap:16px 8px;grid-template-columns:repeat(3,1fr)!important;justify-items:stretch;margin:0;max-width:100vw;padding:0 4px}}@media (max-width:600px){.posters-grid{gap:12px 6px;grid-template-columns:repeat(2,1fr)!important;justify-items:stretch;margin:0;max-width:100vw;padding:0 2px}}.poster-card{align-items:stretch;border:1px solid #f0f0f0;box-shadow:0 4px 18px #0000001a;margin-bottom:0;transition:box-shadow .22s,transform .22s}.poster-card:hover{box-shadow:0 10px 28px #00000029;transform:translateY(-6px) scale(1.04)}.poster-image-container{background:none;display:block;height:200px;margin:0;padding:0}.poster-image{background:none;border:none;border-radius:0;box-shadow:none;display:block}.poster-info{background:#fff;padding:16px 8px 12px}.poster-name{color:#222;font-size:1.08em;font-weight:700;letter-spacing:.5px;line-height:1.3;margin-bottom:6px}.poster-price{font-size:1em;letter-spacing:.2px;margin:0}@media (max-width:900px) and (min-width:601px){.posters-grid{gap:14px 6px;grid-template-columns:repeat(3,1fr)!important;justify-items:stretch;margin:0;max-width:100vw;padding:0 2px}.poster-image-container{height:15px}}@media (max-width:600px){.posters-grid{gap:10px 4px;grid-template-columns:repeat(2,1fr)!important;justify-items:stretch;margin:0;max-width:100vw;padding:0 1px}.poster-image-container{height:110px}.slider-arrow{display:none!important}}.mobile-category-menu{display:none}@media (max-width:600px){.mobile-category-menu{align-items:center;display:flex;flex-direction:column;margin-bottom:10px;position:relative;z-index:30}}.hamburger-menu{align-items:center;background:none;border:none;cursor:pointer;display:flex;flex-direction:column;height:44px;justify-content:center;margin-bottom:8px;padding:0;position:relative;transition:box-shadow .2s;width:44px;z-index:32}.hamburger-menu span{background:#222;border-radius:2px;display:block;height:3.5px;margin:4.5px 0;transition:all .35s cubic-bezier(.4,.2,.2,1);width:28px}.hamburger-menu.open span:first-child{transform:translateY(8px) rotate(45deg)}.hamburger-menu.open span:nth-child(2){opacity:0}.hamburger-menu.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.mobile-category-backdrop{animation:fadeInBackdrop .35s;background:#2222222e;bottom:0;left:0;position:fixed;right:0;top:0;z-index:31}@keyframes fadeInBackdrop{0%{opacity:0}to{opacity:1}}.mobile-category-list-anim{align-items:stretch;background:#fff;border:1.5px solid #f2f2f2;border-radius:18px;box-shadow:0 8px 32px #00000021;display:flex;flex-direction:column;left:50%;max-width:350px;opacity:0;padding:12px 0;pointer-events:none;position:absolute;top:54px;transform:translateX(-50%) translateY(-10px);transition:opacity .35s cubic-bezier(.4,.2,.2,1),transform .35s cubic-bezier(.4,.2,.2,1);width:92vw;z-index:33}.mobile-category-list-anim.show.open{opacity:1;pointer-events:auto;transform:translateX(-50%) translateY(0)}.mobile-category-list-anim.close{opacity:0;pointer-events:none;transform:translateX(-50%) translateY(-10px)}.mobile-category-item{align-items:center;border-bottom:1px solid #f3f3f3;color:#222;display:flex;font-size:1.13em;gap:10px;padding:14px 18px 14px 32px;position:relative;text-align:left;text-decoration:none;transition:background .22s,color .22s}.mobile-category-item:last-child{border-bottom:none}.mobile-category-item:hover{background:#f7f8fa;color:#0070f3}.mobile-category-dot{background:linear-gradient(135deg,#0070f3 60%,#6ec1e4);border-radius:50%;box-shadow:0 1px 4px #0070f314;display:inline-block;height:9px;margin-right:2px;width:9px}@media (min-width:601px){.mobile-category-menu{display:none!important}}.category-page-container{background-color:#f8f8f8;min-height:100vh;padding:40px 80px}.category-header{margin-bottom:50px;text-align:center}.category-title{color:#222;font-size:3em;font-weight:800;letter-spacing:1px;margin-bottom:10px}.category-title.creative-font{font-family:Segoe UI,Montserrat,Cairo,sans-serif}.category-description{color:#666;font-size:1.2em;margin:0 auto;max-width:600px}.posters-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1280px;padding-bottom:40px}.poster-card{align-items:center;background:#fff;border-radius:16px;box-shadow:0 8px 32px #0000001a;color:inherit;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;position:relative;text-decoration:none;transition:transform .25s,box-shadow .25s}.poster-card:hover{box-shadow:0 16px 40px #0000002e;transform:translateY(-8px) scale(1.04)}.poster-image-container{align-items:center;background:linear-gradient(120deg,#f8f8f8 60%,#e0e0e0);border-bottom:1px solid #eee;display:flex;height:280px;justify-content:center;overflow:hidden;position:relative;width:100%}.poster-image{height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.4,.2,.2,1);width:100%}.discount-badge-overlay{animation:pulse-overlay 2s infinite;background:linear-gradient(135deg,#e1306c,#ff6b6b);border:2px solid #ffffff4d;border-radius:15px;box-shadow:0 4px 15px #e1306c66;color:#fff;font-size:.8em;font-weight:700;padding:6px 12px;position:absolute;right:12px;top:12px;z-index:2}@keyframes pulse-overlay{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.discount-text-overlay{font-size:.75em;font-weight:800;letter-spacing:.3px}.poster-card:hover .poster-image-container:after{background:#0000000a;border-radius:0 0 24px 24px;content:"";inset:0;pointer-events:none;position:absolute}.poster-card:hover .poster-image{transform:scale(1.18) rotate(-1deg)}.poster-info{padding:16px 12px 12px;text-align:center;width:100%}.poster-name.creative-font{color:#222;font-family:Montserrat,Cairo,sans-serif;font-size:1.1em;font-weight:700;margin-bottom:10px}.price-container{align-items:center;display:flex;flex-direction:column;gap:5px}.original-price-overlay{color:#999;font-size:.9em;font-weight:500;text-decoration:line-through}.discounted-price-overlay{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#e1306c,#ff6b6b);-webkit-background-clip:text;background-clip:text;color:#e1306c;font-size:1.15em;font-weight:700}.category-slider-section .discount-badge-overlay{animation:pulse-overlay 2s infinite;background:linear-gradient(135deg,#e1306c,#ff6b6b);border:2px solid #ffffff4d;border-radius:15px;box-shadow:0 4px 15px #e1306c66;color:#fff;font-size:.8em;font-weight:700;padding:6px 12px;position:absolute;right:12px;top:12px;z-index:2}.category-slider-section .discount-text-overlay{font-size:.75em;font-weight:800;letter-spacing:.3px}.category-slider-section .price-container{align-items:center;display:flex;flex-direction:column;gap:5px}.category-slider-section .original-price-overlay{color:#999;font-size:.9em;font-weight:500;text-decoration:line-through}.category-slider-section .discounted-price-overlay{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#e1306c,#ff6b6b);-webkit-background-clip:text;background-clip:text;color:#e1306c;font-size:1.15em;font-weight:700}.poster-price{color:#0070f3;font-size:1.15em;font-weight:600;margin-bottom:0}.category-not-found{color:#666;font-size:1.5em;padding:100px 20px;text-align:center}@media (max-width:900px){.category-page-container{padding:20px 10px}.posters-grid{gap:24px}.poster-image-container{height:300px}}@media (max-width:600px){.category-title{font-size:2em}.posters-grid{grid-template-columns:1fr}.poster-image-container{height:180px}}@media (min-width:1025px) and (max-width:1280px){.category-container{font-size:.97em;padding:30px 4vw}}@media (min-width:768px) and (max-width:1024px){.category-container{flex-direction:column;font-size:.93em;padding:16px 2vw}}@media (max-width:767px){.posters-grid{grid-template-columns:1fr;justify-items:center}.poster-card{border-radius:14px;margin:0 auto 16px;max-width:400px;width:92vw}.poster-image-container{background:#f8f8f8;height:220px}.poster-image{height:100%;object-fit:contain;width:400%}}@media (max-width:480px){.category-container{font-size:.85em;padding:2px .5vw}.category-title{font-size:1em}}.product-calm-container{align-items:center;background:#f7f8fa;display:flex;font-family:Poppins,Segoe UI,sans-serif;gap:60px;justify-content:center;min-height:90vh;padding:60px 8vw}.product-calm-image-wrap{align-items:flex-end;display:flex;justify-content:center;max-width:100%;min-width:0;padding:0}.product-calm-image,.product-calm-image-wrap{background:none;border-radius:0;box-shadow:none;height:auto;margin:0}.product-calm-image{display:block;max-width:500px;object-fit:contain;width:100%}.product-calm-info{align-items:flex-start;background:#fff;border-radius:32px;box-shadow:0 8px 40px #0000001a;display:flex;flex:1 1 400px;flex-direction:column;height:100%;justify-content:center;max-width:540px;min-width:320px;padding:24px 18px}.product-calm-title{color:#1a1a1a;font-size:2.5em;font-weight:800;letter-spacing:1px;margin-bottom:10px}.product-calm-price{color:#e1306c;font-size:1.5em;font-weight:700;margin-bottom:18px}.discount-badge{animation:pulse 2s infinite;background:linear-gradient(135deg,#e1306c,#ff6b6b);border:2px solid #fff3;border-radius:20px;box-shadow:0 4px 15px #e1306c4d;color:#fff;display:inline-block;font-size:.9em;font-weight:700;margin-bottom:15px;padding:8px 16px}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.discount-text{font-weight:800;letter-spacing:.5px}.product-calm-price-container{align-items:center;display:flex;flex-wrap:wrap;gap:15px;margin-bottom:18px}.original-price{color:#999;font-size:1.2em;font-weight:500;text-decoration:line-through}.discounted-price{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#e1306c,#ff6b6b);-webkit-background-clip:text;background-clip:text;color:#e1306c;font-size:1.8em;font-weight:800}.product-calm-description{color:#666;font-size:1.1em;line-height:1.6;margin-bottom:28px}.product-calm-sizes{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:32px}.calm-size-btn{background:#f7f8fa;border:1.5px solid #eee;border-radius:22px;color:#222;cursor:pointer;font-size:1.08em;font-weight:600;padding:10px 22px;transition:all .18s}.calm-size-btn.selected,.calm-size-btn:hover{background:#e1306c;border-color:#e1306c;color:#fff}.product-calm-order-btns{display:flex;gap:18px;margin-top:18px;width:100%}.calm-instagram-btn,.calm-whatsapp-btn{align-items:center;background:#f7f8fa;border:none;border-radius:16px;box-shadow:0 2px 12px #0000000a;color:#222;display:flex;flex:1 1;font-size:1.08em;font-weight:700;justify-content:center;letter-spacing:.01em;padding:16px 36px;text-decoration:none;transition:background .18s,color .18s,box-shadow .18s}.calm-whatsapp-btn{background:#e8f6ee;color:#1ab951}.calm-whatsapp-btn:hover{background:#d1f2e0;box-shadow:0 4px 18px #1ab95114;color:#128c7e}.calm-instagram-btn{background:#fbeaf3;color:#c13584}.calm-instagram-btn:hover{background:#f5d1e7;box-shadow:0 4px 18px #c1358414;color:#a12c6e}.btn-icon{align-items:center;display:flex;font-size:2em;margin-right:14px}@media (max-width:1280px){.product-calm-container{gap:32px;padding:40px 2vw}.product-calm-title{font-size:2em}}@media (max-width:1024px){.product-calm-container{align-items:stretch;flex-direction:column;gap:24px;padding:24px 2vw}.product-calm-image-wrap{height:auto;max-width:100%;min-width:0;padding:16px 0}.product-calm-image{display:block;margin:0 auto;max-width:800%}.product-calm-info{height:auto;max-width:100%;min-width:0;padding:24px 10px}.product-calm-title{font-size:1.5em}}@media (max-width:767px){.product-calm-container{align-items:stretch;flex-direction:column;gap:16px;padding:10px .5vw}.product-calm-image-wrap{align-items:flex-end;background:none;border-radius:0;box-shadow:none;height:auto;margin:0;max-width:100vw;min-width:0;padding:0}.product-calm-image{background:#fff;display:block;margin:0 auto;max-width:100%;object-fit:contain}.product-calm-image,.product-calm-info{border-radius:0;box-shadow:none;height:auto}.product-calm-info{max-width:100vw;min-width:0;padding:16px 10px}.product-calm-title{font-size:1.15em;text-align:center}.product-calm-order-btns{flex-direction:column;gap:10px;margin-top:12px;width:100%}.product-calm-sizes{flex-wrap:wrap;gap:8px;justify-content:center}}@media (max-width:480px){.product-calm-container{gap:8px;padding:2px .5vw}.product-calm-title{font-size:1em}.product-calm-image{max-width:100%}.product-calm-info{padding:20px}}.footer{background:#fafafa;border-top:1px solid #eee;color:#444;font-family:Poppins,Segoe UI,sans-serif;font-size:1.05em;padding:32px 0 18px;text-align:center;width:100%}.footer-social{margin-bottom:10px}.footer-social a{color:#444;font-size:2em;margin:0 10px;transition:color .2s;vertical-align:middle}.footer-social a:hover{color:#e1306c}.footer-text{color:#666;font-size:.98em;margin-top:8px}.footer-text a{color:#1ab951;font-weight:500;text-decoration:none}.footer-text a:hover{text-decoration:underline}@media (min-width:1025px) and (max-width:1280px){.footer{font-size:.97em;padding:40px 4vw}}@media (min-width:768px) and (max-width:1024px){.footer{font-size:.93em;padding:40px 2vw}}@media (max-width:767px){.footer{font-size:.9em;padding:40px 1vw;text-align:center}}@media (max-width:480px){.footer{font-size:.85em;padding:40px .5vw}}
/*# sourceMappingURL=main.257d8224.css.map*/