:root{--meowww-pink:#FF4D8D;--meowww-turquoise:#00C5B5;--meowww-yellow:#FFD93D;--meowww-orange:#FF8A00;--meowww-navy:#0D1330;--meowww-white:#FFFFFF;--meowww-text-muted:rgba(13,19,48,.72);--meowww-on-dark-muted:rgba(255,255,255,.74);--meowww-pink-soft:rgba(255,77,141,.08);--meowww-turquoise-soft:rgba(0,197,181,.1);--meowww-yellow-soft:rgba(255,217,61,.16);--meowww-navy-soft:rgba(13,19,48,.08)}.hero-v2{padding:60px 0}.hero-v2__wrapper{display:grid;grid-template-columns:620px 430px;justify-content:space-between;align-items:center;column-gap:80px}.hero-v2 .page-width{max-width:1280px;margin:0 auto;padding:0 30px}.hero-v2__product{display:flex;justify-content:center}.hero-badge{display:inline-block;background:#fff;color:var(--meowww-pink);font-size:13px;font-weight:700;letter-spacing:.08em;padding:8px 16px;border-radius:40px;margin-bottom:25px}.hero-title{font-size:64px;line-height:1.02;max-width:590px;color:var(--meowww-navy);font-weight:700;margin-bottom:30px}.hero-text{font-size:18px;line-height:1.8;max-width:520px;color:var(--meowww-text-muted);margin-bottom:25px}.hero-buttons{display:flex;gap:12px;flex-wrap:wrap}.hero-button{display:inline-flex;align-items:center;justify-content:center;padding:15px 30px;border-radius:10px;text-decoration:none;font-weight:700;transition:.3s}.hero-button-primary{background:var(--meowww-navy);color:#fff!important}.hero-button-primary:hover{background:var(--meowww-pink)}.hero-button-secondary{border:2px solid var(--meowww-navy);color:var(--meowww-navy);background:#fff}.hero-button-secondary:hover{background:var(--meowww-navy);color:#fff}.hero-card{width:430px;height:520px;background:var(--meowww-navy);border-radius:24px;padding:20px;margin:auto;display:flex;flex-direction:column;justify-content:space-between;box-sizing:border-box}.hero-card-badge{display:inline-flex;background:#fff;color:var(--meowww-navy);padding:8px 18px;border-radius:30px;font-size:12px;font-weight:700;margin-bottom:22px}.hero-card-image{width:330px;margin:15px auto;border-radius:16px;overflow:hidden;background:transparent}.hero-card-image img{width:100%;height:auto;display:block}.hero-card-title{color:#fff!important;font-size:24px;font-weight:700;line-height:1.3;margin:20px 0 10px;text-align:center}.hero-card-price{color:var(--meowww-turquoise)!important;font-size:34px;font-weight:700;margin:10px 0 22px;text-align:center}.hero-card-button{width:100%;border:none;background:#fff;color:var(--meowww-navy);padding:16px;border-radius:10px;font-size:16px;font-weight:700;cursor:pointer;transition:.3s}.hero-card-button:hover{background:var(--meowww-yellow)}@media(max-width:990px){.hero-v2{padding:40px 0}.hero-v2 .page-width{padding:0 20px}.hero-v2__wrapper{grid-template-columns:1fr;gap:40px}.hero-title{font-size:48px;max-width:100%}.hero-text{font-size:18px;max-width:100%}.hero-badge{display:table;margin:0 auto 25px;text-align:center}.hero-v2__content,.hero-title{text-align:center}.hero-text{margin-left:auto;margin-right:auto;text-align:center}.hero-buttons{justify-content:center}.hero-buttons{display:flex;justify-content:center;align-items:center;gap:15px;flex-wrap:wrap}.hero-card{width:100%;max-width:360px;min-height:auto;margin:0 auto}.hero-card-image{width:260px;height:260px}}.new-week{padding:80px 0;background:var(--meowww-turquoise-soft)}.new-week__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.new-week__title{font-size:42px;font-weight:700;color:var(--meowww-navy);margin:0}.new-week__button{text-decoration:none;color:var(--meowww-navy);font-weight:700}.new-week__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:24px}.new-product-card{background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 10px 25px #0000000f;display:flex;flex-direction:column;transition:.3s}.new-product-card:hover{transform:translateY(-8px)}.new-product-card img{width:100%;aspect-ratio:1/1;object-fit:contain;display:block;padding:18px}.new-product-card h3{font-size:18px;color:var(--meowww-navy);line-height:1.45;margin:18px 18px 12px;height:52px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.new-product-card .price{font-size:26px;font-weight:700;color:var(--meowww-turquoise);margin:0 18px 18px}.new-product-card form{padding:0 18px 20px;margin-top:auto}.new-product-card button{width:100%;background:var(--meowww-navy);color:#fff;border:none;border-radius:12px;padding:15px;font-size:16px;font-weight:700;cursor:pointer;transition:.3s}.new-product-card button:hover{background:var(--meowww-pink)}@media(max-width:990px){.new-week__grid{display:flex;overflow-x:auto;gap:18px;scroll-snap-type:x mandatory;padding-bottom:10px}.new-product-card{min-width:280px;scroll-snap-align:start}.new-week__title{font-size:32px}}.shop-category-container{max-width:1280px;margin:0 auto;padding:0 30px}.shop-category{padding:80px 0}.shop-category__header{text-align:center;margin-bottom:50px}.shop-category__header h2{font-size:46px;font-weight:700;color:var(--meowww-navy);margin:0}.shop-category__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.category-card{position:relative;display:block;overflow:hidden;border-radius:24px;text-decoration:none;background:var(--meowww-yellow-soft);transition:all .35s ease}.category-card:hover{transform:translateY(-8px);box-shadow:0 18px 40px #0000001f}.category-card img{width:100%;height:320px;object-fit:cover;display:block;transition:transform .4s ease}.category-card:hover img{transform:scale(1.06)}.category-content{padding:22px;text-align:center}.category-content h3{margin:0;font-size:24px;font-weight:700;color:var(--meowww-navy)}@media(max-width:990px){.shop-category__grid{grid-template-columns:repeat(2,1fr);gap:20px}.category-card img{height:260px}.shop-category__header h2{font-size:36px}}@media(max-width:749px){.shop-category{padding:60px 0}.shop-category__grid{display:flex;overflow-x:auto;gap:16px;scroll-snap-type:x mandatory;padding-bottom:10px}.shop-category__grid::-webkit-scrollbar{display:none}.category-card{min-width:260px;scroll-snap-align:start}.category-card img{height:240px}.shop-category__header h2{font-size:30px}}.shop-pet{padding:80px 0;background:var(--meowww-yellow-soft)}.shop-pet .page-width{max-width:1280px;margin:0 auto;padding:0 30px}.shop-pet__header{margin-bottom:40px}.shop-pet__header h2{font-size:48px;font-weight:700;color:var(--meowww-navy);margin:0}.shop-pet__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px}.shop-pet-card{background:var(--meowww-navy);border-radius:24px;padding:30px 28px;min-height:310px;display:flex;flex-direction:column;transition:all .35s ease}.shop-pet-card:hover{transform:translateY(-8px);box-shadow:0 18px 40px #00000026}.shop-pet-icon{width:42px;height:42px;margin-bottom:28px}.shop-pet-icon img{width:100%;height:100%;object-fit:contain}.shop-pet-card h3{font-size:20px;color:#fff;font-weight:700;margin:0 0 16px}.shop-pet-card p{color:var(--meowww-on-dark-muted);font-size:16px;line-height:1.7;margin:0;flex-grow:1}.shop-pet-card a{color:var(--meowww-turquoise);text-decoration:none;font-size:17px;font-weight:700;margin-top:28px;display:inline-block}.shop-pet-card a:hover{color:#fff}.shop-pet-footer{margin-top:40px}.shop-pet-footer a{font-size:24px;font-weight:700;color:var(--meowww-navy);text-decoration:none;border-bottom:2px solid var(--meowww-navy);padding-bottom:5px}@media(max-width:990px){.shop-pet__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:749px){.shop-pet{padding:60px 0}.shop-pet__header h2{font-size:34px}.shop-pet__grid{display:grid;grid-template-columns:1fr;gap:22px}.shop-pet-card{width:100%;min-width:100%;max-width:100%;min-height:260px;border-radius:22px}.shop-pet-footer{margin-top:30px}.shop-pet-footer a{font-size:18px}}.shop-pet,.shop-pet .page-width{overflow:visible}.why-meowww{padding:120px 0}.why-meowww .page-width{max-width:1280px;margin:0 auto;padding:0 30px}.why-meowww__content{max-width:980px}.why-meowww__eyebrow{color:var(--meowww-yellow);font-size:15px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;margin-bottom:28px}.why-meowww__heading{font-family:Georgia,Times New Roman,serif;font-size:64px;line-height:1.08;font-weight:700;color:var(--meowww-white);margin:0 0 36px;max-width:980px}.why-meowww__line{width:70px;height:4px;background:var(--meowww-pink);border-radius:20px;margin-bottom:38px}.why-meowww__description{font-size:22px;line-height:1.9;color:var(--meowww-on-dark-muted);max-width:760px}.why-meowww__description p{margin:0}@media(max-width:990px){.why-meowww{padding:90px 0}.why-meowww__heading{font-size:46px}.why-meowww__description{font-size:18px}}@media(max-width:749px){.why-meowww{padding:70px 0}.why-meowww .page-width{padding:0 20px}.why-meowww__eyebrow{font-size:13px}.why-meowww__heading{font-size:34px;line-height:1.25}.why-meowww__line{width:55px;margin-bottom:28px}.why-meowww__description{font-size:17px;line-height:1.8}}.store-features{padding:50px 0;background:var(--meowww-yellow-soft)}.store-features .page-width{max-width:1520px;margin:0 auto;padding:0 40px}.store-features__grid{display:grid;grid-template-columns:repeat(4,minmax(320px,1fr));gap:40px}.store-feature{display:flex;align-items:flex-start;gap:18px;min-width:0}.store-feature__icon{width:34px;height:34px;color:var(--meowww-pink);flex-shrink:0;margin-top:2px}.store-feature__icon svg{width:100%;height:100%;display:block}.store-feature h3{font-size:18px;font-weight:700;line-height:1.3;margin:0 0 10px;white-space:nowrap}.store-feature__content p{margin:0;font-size:18px;color:var(--meowww-text-muted);line-height:1.7}@media(max-width:990px){.store-features__grid{grid-template-columns:repeat(2,1fr);gap:30px}.store-feature__content h3{font-size:22px}.store-feature__content p{font-size:16px}}@media(max-width:749px){.store-features{padding:40px 0}.store-features .page-width{padding:0 20px}.store-features__grid{grid-template-columns:1fr;gap:26px}.store-feature{gap:14px}.store-feature__icon img{width:24px;height:24px}.store-feature__content h3{font-size:20px}.store-feature__content p{font-size:15px}}.custom-footer{background:var(--meowww-navy);padding:90px 0 35px}.custom-footer .page-width{max-width:1280px;margin:0 auto;padding:0 30px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:80px}.footer-logo{width:180px;margin-bottom:30px}.footer-logo-text{color:#fff;font-size:42px;font-weight:700;margin:0 0 30px}.footer-description{color:var(--meowww-on-dark-muted);font-size:18px;line-height:1.9;max-width:420px;margin-bottom:35px}.footer-description p{margin:0}.footer-newsletter{display:flex;width:100%;max-width:420px;overflow:hidden;border-radius:12px;border:1px solid rgba(255,255,255,.18)}.footer-newsletter input{flex:1;border:none;background:transparent;color:#fff;padding:18px 20px;font-size:16px;outline:none}.footer-newsletter input::placeholder{color:#ffffff8c}.footer-newsletter button{border:none;background:var(--meowww-yellow);color:var(--meowww-navy);min-width:110px;padding:0 20px;font-weight:700;font-size:18px;white-space:nowrap;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.3s;flex-shrink:0}.footer-newsletter button:hover{background:var(--meowww-orange)}.footer-column h4{color:var(--meowww-yellow);font-size:14px;letter-spacing:.18em;margin:0 0 28px}.footer-column ul{list-style:none;margin:0;padding:0}.footer-column li{margin-bottom:18px}.footer-column a{color:var(--meowww-white);text-decoration:none;font-size:18px;transition:.3s}.footer-column a:hover{color:var(--meowww-yellow)}.footer-bottom{margin-top:70px;padding-top:30px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:center;align-items:center;text-align:center;gap:20px}.footer-bottom div:first-child{color:var(--meowww-on-dark-muted);font-size:15px}.footer-social{display:flex;gap:18px}.footer-social a{color:var(--meowww-white);text-decoration:none;font-size:16px;transition:.3s}.footer-social a:hover{color:var(--meowww-yellow)}@media(max-width:990px){.footer-grid{grid-template-columns:1fr 1fr;gap:50px}}@media(max-width:749px){.custom-footer{padding:60px 0 30px}.custom-footer .page-width{padding:0 20px}.footer-grid{grid-template-columns:1fr;gap:40px}.footer-newsletter{max-width:100%}.footer-bottom{display:flex;justify-content:center!important;align-items:center;text-align:center;width:100%}.footer-bottom>div{width:100%;text-align:center}.footer-column a{font-size:17px}}.custom-header{position:sticky;top:0;z-index:9999;width:100%}.custom-announcement{background:var(--meowww-navy);padding:14px 0}.custom-announcement p{margin:0;text-align:center;font-size:14px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.custom-announcement .white{color:#fff}.custom-header-main{background:var(--meowww-yellow-soft);position:relative;z-index:9999;box-shadow:0 2px 10px #00000014}.shopify-section:has(.custom-header-main.is-sticky){position:relative;z-index:10}.custom-header-main.is-sticky{background:var(--meowww-yellow-soft);box-shadow:0 8px 20px #00000014}.custom-header-main.is-sticky{position:sticky;top:0;z-index:999}body.has-sticky-header{padding-top:96px}.custom-header-main.is-sticky .page-width{max-width:1280px;margin:0 auto;padding:0 30px}@keyframes headerSlide{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.custom-header-main .page-width{max-width:1280px;margin:0 auto;padding:0 30px}.custom-header__wrapper{height:96px;display:grid;grid-template-columns:220px 1fr 120px;align-items:center}.custom-header-main.is-sticky .custom-header__wrapper{height:78px}.custom-header-main.is-sticky .custom-header__logo img{max-height:58px;width:auto}.custom-header__logo img{width:180px;max-height:70px;width:auto;display:block}.custom-header__logo a{text-decoration:none;color:var(--meowww-navy);font-size:44px;font-weight:700}.custom-header__menu ul{display:flex;justify-content:center;gap:46px;margin:0;padding:0;list-style:none}.custom-header__menu a{color:var(--meowww-navy);text-decoration:none;font-size:18px;font-weight:600;transition:.3s;position:relative}.custom-header__menu a:hover{color:var(--meowww-yellow)}.custom-header__menu a:after{content:"";position:absolute;left:0;bottom:-8px;width:0;height:2px;background:var(--meowww-yellow);transition:.3s}.custom-header__menu a:hover:after{width:100%}.custom-header__icons{display:flex;justify-content:flex-end;gap:24px}.header-icon{color:var(--meowww-navy);position:relative}.header-icon svg{width:24px;height:24px}.cart-count{position:absolute;top:-7px;right:-8px;width:18px;height:18px;background:var(--meowww-pink);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700}@media(max-width:990px){.custom-header__wrapper{grid-template-columns:180px 1fr 80px}.custom-header__menu ul{gap:22px}.custom-header__menu a{font-size:16px}}@media(max-width:749px){.custom-announcement{display:block}.custom-announcement p{font-size:11px;padding:0 10px;line-height:1.5}.custom-header-main .page-width{padding:0 20px}.custom-header__wrapper{height:78px;grid-template-columns:1fr auto}.custom-header__menu{display:none}.custom-header__logo img{width:150px}.custom-header__icons{gap:18px}}.mobile-menu-toggle{display:none;border:none;background:none;padding:0;cursor:pointer;color:var(--meowww-navy)}.mobile-menu-toggle svg{display:block}.mobile-menu{position:fixed;top:0;left:-100%;width:85%;max-width:320px;height:100vh;background:var(--meowww-yellow-soft);z-index:100001;transition:left .35s ease;padding:90px 30px 30px;box-sizing:border-box;overflow-y:auto;box-shadow:8px 0 30px #0000002e}.mobile-menu.active{left:0}.mobile-close{position:absolute;top:25px;right:25px;border:none;background:none;font-size:34px;cursor:pointer;color:var(--meowww-navy);line-height:1}.mobile-menu ul{list-style:none;margin:0;padding:0}.mobile-menu li{margin-bottom:28px;border-bottom:1px solid rgba(53,38,61,.08);padding-bottom:18px}.mobile-menu a{display:block;text-decoration:none;color:var(--meowww-navy);font-size:22px;font-weight:700}.mobile-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;opacity:0;visibility:hidden;pointer-events:none;transition:.3s;z-index:99998}.mobile-overlay.active{opacity:1;visibility:visible;pointer-events:auto}@media(max-width:749px){.mobile-menu-toggle{display:block;order:1}.custom-header__logo{order:2}.custom-header__icons{order:3;margin-left:auto}.custom-header__wrapper{position:relative;display:flex;align-items:center;justify-content:space-between;height:78px}.custom-header__logo{position:absolute;left:50%;transform:translate(-50%)}.custom-header__logo img{width:150px;display:block}.custom-header__icons{display:flex;gap:18px;margin-left:auto}}.hero-card-button>div:last-child{display:none!important}.hero-v2 #rsi_buy_now_button{display:none!important}.section-premium-hero{position:relative;display:block;width:100%;overflow:visible;z-index:1}.hero-v2{position:relative;overflow:visible;isolation:isolate}.hero-view-product{display:block;width:100%;text-align:center;background:var(--meowww-yellow-soft);color:var(--meowww-navy);text-decoration:none;font-size:16px;font-weight:700;padding:15px;border-radius:12px;margin-top:18px;transition:all .3s ease}.hero-view-product:hover{background:var(--meowww-yellow);color:#fff}@media(max-width:768px){.footer-newsletter{width:100%;max-width:100%}.footer-newsletter input{min-width:0;flex:1}.footer-newsletter button{width:90px;min-width:90px;padding:0;font-size:18px}}.sticky-header{position:sticky;top:0;left:0;width:100%;z-index:9999;background:#fff;transition:all .3s ease}.sticky-header.scrolled{box-shadow:0 5px 20px #00000014}.hero-v2{background:var(--meowww-yellow)!important}.hero-badge{color:var(--meowww-pink);box-shadow:0 8px 24px #0d133014}.hero-button-primary,.new-product-card button{background:var(--meowww-pink)!important;color:var(--meowww-white)!important}.hero-button-primary:hover,.new-product-card button:hover{background:var(--meowww-orange)!important;transform:translateY(-2px)}.hero-button-secondary{border-color:var(--meowww-navy);color:var(--meowww-navy);background:var(--meowww-white)}.hero-button-secondary:hover{background:var(--meowww-turquoise);border-color:var(--meowww-turquoise);color:var(--meowww-navy)}.hero-card{background:var(--meowww-navy);box-shadow:0 24px 60px #0d133038}.hero-card-price,.new-product-card .price{color:var(--meowww-turquoise)!important}.hero-card-button,.hero-view-product{background:var(--meowww-turquoise)!important;color:var(--meowww-navy)!important}.hero-card-button:hover,.hero-view-product:hover{background:var(--meowww-orange)!important;color:var(--meowww-white)!important}.new-week{background:var(--meowww-turquoise-soft)}.new-product-card{border:1px solid rgba(13,19,48,.07)}.new-product-card:hover{box-shadow:0 18px 44px #0d133024}.shop-pet{background:var(--meowww-yellow-soft)}.shop-pet-card{background:var(--meowww-navy);border:1px solid rgba(255,255,255,.08)}.shop-pet-card:nth-child(1) a{color:var(--meowww-pink)}.shop-pet-card:nth-child(2) a{color:var(--meowww-turquoise)}.shop-pet-card:nth-child(3) a{color:var(--meowww-yellow)}.shop-pet-card:nth-child(4) a{color:var(--meowww-orange)}.shop-pet-footer a:hover{color:var(--meowww-pink);border-color:var(--meowww-pink)}.why-meowww{background:var(--meowww-navy)!important}.why-meowww__eyebrow{color:var(--meowww-yellow)}.why-meowww__line{background:linear-gradient(90deg,var(--meowww-pink),var(--meowww-orange))}.store-features{background:var(--meowww-pink-soft)}.store-feature:nth-child(1) .store-feature__icon{color:var(--meowww-pink)}.store-feature:nth-child(2) .store-feature__icon{color:var(--meowww-turquoise)}.store-feature:nth-child(3) .store-feature__icon{color:var(--meowww-yellow)}.store-feature:nth-child(4) .store-feature__icon{color:var(--meowww-orange)}.custom-announcement{background:var(--meowww-navy)}.custom-announcement .gold{color:var(--meowww-yellow)}.custom-header-main,.custom-header-main.is-sticky,.mobile-menu{background:var(--meowww-white)}.custom-header__menu a:hover{color:var(--meowww-pink)}.custom-header__menu a:after{background:var(--meowww-turquoise)}.header-icon:hover,.mobile-menu a:hover,.mobile-close:hover,.mobile-menu-toggle:hover{color:var(--meowww-pink)}.cart-count{background:var(--meowww-pink);color:var(--meowww-white)}.custom-footer{background:var(--meowww-navy)}.footer-newsletter{border-color:#ffffff40}.footer-newsletter:focus-within{border-color:var(--meowww-turquoise);box-shadow:0 0 0 3px #00c5b529}.footer-newsletter button{background:var(--meowww-yellow);color:var(--meowww-navy)}.footer-newsletter button:hover{background:var(--meowww-orange);color:var(--meowww-white)}.footer-column h4{color:var(--meowww-yellow)}.footer-column a:hover,.footer-social a:hover{color:var(--meowww-turquoise)}
/*# sourceMappingURL=/cdn/shop/t/9/assets/homepage.css.map */
