:root{--color-coral: #FF6B6B;--color-coral-light: #FF8E8E;--color-mint: #2ED8A3;--color-mint-light: #5EEBC0;--color-navy: #1A1F3D;--color-pink: #FF9ECE;--color-yellow: #FFD93D;--color-purple: #B47AFF}.custom-hero{position:relative;background:linear-gradient(135deg,#2ed8a3,#5eebc0 40%,#ff6b6b);background-size:200% 200%;animation:gradientShift 8s ease infinite;padding:48px 24px 40px;overflow:hidden}.custom-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#00000026;z-index:1}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.custom-hero__content{position:relative;z-index:2;animation:slideUp .8s cubic-bezier(.16,1,.3,1)}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.custom-hero__badge{display:inline-block;background:#ffffff40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:4px 14px;font-size:11px;font-weight:700;color:#fff;margin-bottom:14px;letter-spacing:1px}.custom-hero__title{font-size:28px;font-weight:800;color:#fff;margin:0 0 8px;line-height:1.3;text-shadow:0 2px 12px rgba(0,0,0,.15)}.custom-hero__subtitle{font-size:13px;color:#ffffffe6;margin:0 0 24px;line-height:1.7;font-weight:500}.custom-hero__buttons{display:flex;gap:10px}.custom-hero__cta-primary{background:#ff6b6b;color:#fff;border:none;border-radius:25px;padding:13px 28px;font-size:14px;font-weight:700;text-decoration:none;box-shadow:0 4px 16px #ff6b6b59;transition:all .3s ease}.custom-hero__cta-primary:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 8px 25px #ff6b6b66}.custom-hero__cta-secondary{background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.5);border-radius:25px;padding:11px 22px;font-size:13px;font-weight:700;text-decoration:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .3s ease}.custom-hero__cta-secondary:hover{background:#fff;color:#1a1f3d}.custom-hero__wave{position:absolute;bottom:-1px;left:0;width:100%}.announcements{padding:10px 20px 36px}.announcements__header{display:flex;align-items:center;gap:8px;margin-bottom:20px}.announcements__title-bar{width:4px;height:24px;border-radius:2px;background:linear-gradient(180deg,#ff6b6b,#ff9ece)}.announcements__title{font-size:18px;font-weight:800;color:#1a1f3d;margin:0}.announcements__view-all{margin-left:auto;font-size:11px;color:#ff6b6b;font-weight:700;text-decoration:none}.announcements__card{display:none;background:#fff;border-radius:20px;padding:22px 20px;box-shadow:0 4px 20px #1a1f3d0f;border:1px solid #F4F5FA;cursor:pointer;transition:all .3s ease;animation:fadeSlide .4s ease}.announcements__card.is-active{display:block}.announcements__card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #1a1f3d1f}@keyframes fadeSlide{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.announcements__meta{display:flex;align-items:center;gap:8px;margin-bottom:12px}.announcements__tag{color:#fff;font-size:10px;font-weight:700;padding:3px 10px;border-radius:10px}.announcements__date{font-size:11px;color:#8b90a8;font-weight:500}.announcements__card-title{font-size:15px;font-weight:700;color:#1a1f3d;margin:0 0 10px;line-height:1.5}.announcements__card-body{font-size:12.5px;color:#8b90a8;margin:0;line-height:1.8}.announcements__dots{display:flex;gap:8px;justify-content:center;margin-top:16px}.announcements__dot{width:10px;height:10px;border-radius:5px;border:none;background:#d1d5e8;cursor:pointer;transition:all .3s ease;padding:0}.announcements__dot.is-active{width:24px;background:#ff6b6b}.custom-footer{background:linear-gradient(160deg,#1a1f3d,#2a3158);padding:36px 24px 24px;position:relative;overflow:hidden}.custom-footer__logo-image{display:block;height:auto;margin-bottom:8px}.custom-footer:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 80%,rgba(255,107,107,.07) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(46,216,163,.07) 0%,transparent 50%);pointer-events:none}.custom-footer__inner{position:relative;z-index:1}.custom-footer__logo{font-size:20px;font-weight:800;color:#fff;letter-spacing:1px}.custom-footer__tagline{font-size:11px;color:#ffffff80;margin:6px 0 24px}.custom-footer__social{display:flex;gap:10px;margin-bottom:28px}.custom-footer__social-icon{width:38px;height:38px;border-radius:12px;background:#ffffff1a;display:flex;align-items:center;justify-content:center;font-size:16px;color:#fff;text-decoration:none;transition:all .3s ease}.custom-footer__social-icon:hover{transform:translateY(-3px) scale(1.15);background:#ff6b6b}.custom-footer__links{display:grid;grid-template-columns:1fr 1fr;gap:10px 16px;margin-bottom:28px}.custom-footer__links a{font-size:12px;color:#fff9;text-decoration:none;font-weight:500;transition:color .2s ease}.custom-footer__links a:hover{color:#ff6b6b}.custom-footer__payments{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}.custom-footer__payments span{background:#ffffff14;border-radius:6px;padding:4px 10px;font-size:9px;color:#ffffff80;font-weight:600}.custom-footer__copyright{border-top:1px solid rgba(255,255,255,.08);padding-top:16px;font-size:10px;color:#ffffff4d;text-align:center}.header-wrapper{background:linear-gradient(160deg,#1a1f3d,#2a3158)!important;border-bottom:none!important}.header__heading-logo{filter:brightness(0) invert(1)}.header__menu-item,.header__menu-item span{color:#fffc!important;transition:color .2s ease}.header__menu-item:hover,.header__menu-item:hover span{color:#ff6b6b!important}.header__icon,.header__icon .icon{color:#fff!important}.header__icon:hover{color:#ff6b6b!important}.cart-count-bubble{background:#ff6b6b!important;color:#fff!important}.shopify-section-header-sticky{background:linear-gradient(160deg,#1a1f3d,#2a3158)!important}.header__icon--menu .icon{color:#fff!important}.blog-articles .blog-articles__article{border:1px solid #E8E8F0;border-radius:16px;overflow:hidden;transition:all .3s ease;background:#fff}.blog-articles .blog-articles__article:hover{transform:translateY(-4px);box-shadow:0 12px 32px #1a1f3d1a;border-color:#ff6b6b}.blog-articles .blog-articles__article h2 a{color:#1a1f3d!important;font-weight:700}.blog-articles .blog-articles__article h2 a:hover{color:#ff6b6b!important}.blog-articles .blog-articles__article .article-card__info{color:#8b90a8}.main-blog .page-header h1{color:#1a1f3d;font-weight:800}@media(min-width:750px){.custom-hero{padding:80px 60px 60px;display:flex;align-items:center;justify-content:center}.custom-hero__content{max-width:700px;text-align:center}.custom-hero__title{font-size:42px}.custom-hero__subtitle{font-size:16px}.custom-hero__buttons{justify-content:center}.custom-hero__cta-primary{padding:16px 36px;font-size:16px}.custom-hero__cta-secondary{padding:14px 28px;font-size:14px}.announcements{max-width:700px;margin:0 auto;padding:30px 20px 50px}}@media(min-width:990px){.custom-hero{padding:100px 80px 80px}.custom-hero__content{max-width:800px}.custom-hero__title{font-size:48px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/custom-styles.css.map */
