@charset "UTF-8";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Poppins,sans-serif;font-size:1rem;line-height:1.6;color:#5b574d;background-color:#fff9f5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{font-family:inherit;cursor:pointer;border:none;background:none}h1,h2,h3,h4,h5,h6{font-family:Oregano,cursive;font-weight:400;line-height:1.2}.section-padding{padding:3rem 0}@media(min-width:768px){.section-padding{padding:4rem 0}}@media(min-width:1024px){.section-padding{padding:5rem 0}}.animate-on-scroll{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.animate-on-scroll--visible{opacity:1;transform:translateY(0)}.btn{display:inline-block;padding:.75rem 2rem;font-family:Poppins,sans-serif;font-size:1rem;font-weight:500;border-radius:50px;text-align:center;transition:background-color .3s ease,color .3s ease,transform .3s ease}.btn:hover{transform:translateY(-2px)}.btn--primary{background-color:#f6680e;color:#fff}.btn--primary:hover{background-color:#ffb38b;color:#fff}noscript .animate-on-scroll,.no-js .animate-on-scroll{opacity:1;transform:none}.header{position:relative;width:100%;background-color:#fff;z-index:100;transition:box-shadow .3s ease}.header--sticky{position:fixed;top:0;left:0;box-shadow:0 2px 8px #00000014;background-color:#fff}.header__container{max-width:1200px;margin:0 auto;padding:.75rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.header__logo{display:flex;align-items:center;flex-shrink:0;overflow:visible}.header__logo-full{display:none;height:56px;width:auto}@media(min-width:768px){.header__logo-full{display:block}}@media(min-width:1024px){.header__logo-full{height:64px}}.header__logo-short{display:block;height:40px;width:auto}@media(min-width:768px){.header__logo-short{display:none}}.header__hamburger{display:flex;flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;padding:4px;z-index:101}@media(min-width:768px){.header__hamburger{display:none}}.header__hamburger-line{display:block;width:100%;height:2px;background-color:#5b574d;border-radius:2px;transition:transform .3s ease,opacity .3s ease}.header__nav{display:none}.header__nav.header__nav--open{display:block;position:absolute;top:100%;left:0;width:100%;background-color:#fff;box-shadow:0 4px 12px #0000001a}@media(min-width:768px){.header__nav{display:block;position:static;width:auto;background-color:transparent;box-shadow:none}}.header__nav-list{display:flex;flex-direction:column;padding:1rem 0}@media(min-width:768px){.header__nav-list{flex-direction:row;align-items:center;gap:2rem;padding:0}}.header__nav-link{display:block;padding:.75rem 1.5rem;font-family:Poppins,sans-serif;font-size:.95rem;font-weight:500;color:#5b574d;transition:color .3s ease}.header__nav-link:hover{color:#f6680e}@media(min-width:768px){.header__nav-link{padding:.25rem 0}}.banner{position:relative;min-height:80vh;width:100%;background-image:url(https://images.unsplash.com/photo-1587300003388-59208cc962cb?w=1600&q=80);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;flex-direction:column;justify-content:center;align-items:center}.banner__overlay{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;width:100%;padding:2rem 1.5rem;background:#00000059}.banner__tagline{font-family:Oregano,cursive;font-size:2.5rem;color:#fff;text-align:center;margin-bottom:1.5rem;display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center}@media(min-width:768px){.banner__tagline{font-size:4rem;gap:.75rem}}@media(min-width:1024px){.banner__tagline{font-size:5rem;gap:1rem}}.banner__word{opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease;display:inline-block}.banner__word--visible{opacity:1;transform:translateY(0)}.banner__cta{opacity:0;transform:translateY(10px);transition:opacity .5s ease,transform .5s ease,background-color .3s ease,color .3s ease;font-size:1.1rem;padding:.85rem 2.5rem}.banner__cta--visible{opacity:1;transform:translateY(0)}.banner__trust-badges{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);z-index:2;display:grid;grid-template-columns:repeat(2,auto);gap:.5rem;justify-content:center;padding:0 1.5rem;width:100%;max-width:1200px}@media(min-width:768px){.banner__trust-badges{bottom:1.5rem;display:flex;flex-wrap:wrap;gap:.75rem;width:auto;max-width:none}}.banner__badge{display:inline-flex;align-items:center;gap:.25rem;padding:.35rem .85rem;background:#ffffffd9;color:#5b574d;font-family:Poppins,sans-serif;font-size:.75rem;font-weight:500;border-radius:50px;white-space:nowrap}@media(min-width:768px){.banner__badge{font-size:.8rem;padding:.4rem 1rem}}.our-story{background-color:#ffb38b1f}.our-story__container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;flex-direction:column;align-items:center;gap:2rem}@media(min-width:1024px){.our-story__container{flex-direction:row;align-items:center;gap:3rem}}.our-story__image{width:100%}@media(min-width:1024px){.our-story__image{flex:0 0 42%;max-width:42%}}.our-story__image img{width:100%;border-radius:12px;object-fit:cover;display:block}.our-story__content{width:100%;text-align:center}@media(min-width:1024px){.our-story__content{flex:1;text-align:left}}.our-story__content p{font-family:Poppins,sans-serif;color:#5b574d;line-height:1.7;margin-bottom:1rem}.our-story__content p:last-of-type{margin-bottom:1.5rem}.our-story__quote{font-family:Poppins,sans-serif;font-weight:600;font-size:1rem;color:#5b574d;line-height:1.6;margin-bottom:1.5rem;font-style:normal;padding-left:0}@media(min-width:1024px){.our-story__quote{font-size:1.05rem}}.our-story__quote-mark{color:#f6680e;font-size:1.4rem;font-weight:700}.our-story__highlights{display:flex;flex-direction:column;gap:1rem}@media(min-width:768px){.our-story__highlights{flex-direction:row;gap:1.25rem}}.our-story__highlight{display:flex;flex-direction:column;align-items:center;text-align:center;background:#fff;border-radius:12px;padding:1rem .75rem;box-shadow:0 2px 10px #0000000f;flex:1;transition:transform .3s ease,box-shadow .3s ease}@media(min-width:1024px){.our-story__highlight{align-items:flex-start;text-align:left}}.our-story__highlight:hover{transform:translateY(-3px);box-shadow:0 6px 18px #0000001a}.our-story__highlight-icon{width:48px;height:48px;background:#f6680e1a;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.our-story__highlight-title{font-family:Oregano,cursive;font-size:1.15rem;color:#f6680e;margin-bottom:.2rem}.our-story__highlight-desc{font-family:Poppins,sans-serif;font-size:.85rem;font-weight:600;color:#5b574d;line-height:1.4}.our-story__heading{font-family:Oregano,cursive;color:#5b574d;font-size:2rem;margin-bottom:1.25rem}@media(min-width:768px){.our-story__heading{font-size:2.25rem}}@media(min-width:1024px){.our-story__heading{font-size:2.5rem}}.our-kits{background-color:#fff9f5;text-align:center}.our-kits__heading{max-width:1200px;margin:0 auto;padding:0 1.5rem;font-family:Oregano,cursive;font-size:2rem;color:#5b574d;margin-bottom:2rem}@media(min-width:768px){.our-kits__heading{font-size:2.5rem}}.our-kits__tabs{max-width:1200px;margin:0 auto;padding:0 1.5rem .5rem;display:flex;gap:.5rem;justify-content:flex-start;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin-bottom:2rem}.our-kits__tabs::-webkit-scrollbar{display:none}@media(min-width:768px){.our-kits__tabs{justify-content:center;flex-wrap:wrap;overflow-x:visible}}.our-kits__tab{flex-shrink:0;padding:.5rem 1.25rem;border-radius:50px;font-family:Poppins,sans-serif;font-size:.875rem;font-weight:500;color:#5b574d;background:transparent;border:1px solid rgba(91,87,77,.2);cursor:pointer;transition:background-color .3s ease,color .3s ease,border-color .3s ease;white-space:nowrap}.our-kits__tab:hover{background-color:#ffb38b4d;border-color:#ffb38b}.our-kits__tab--active{background-color:#f6680e;color:#fff;border-color:#f6680e}.our-kits__tab--active:hover{background-color:#f6680e;color:#fff}.our-kits__panel{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:none;animation:kitFadeIn .4s ease}.our-kits__panel--active{display:block}.our-kits__kit-name{font-family:Oregano,cursive;font-size:1.75rem;color:#5b574d;margin-bottom:.25rem}@media(min-width:768px){.our-kits__kit-name{font-size:2rem}}.our-kits__kit-desc{font-family:Geologica,sans-serif;font-size:1rem;color:#555;margin-bottom:.5rem}.our-kits__kit-price{display:inline-block;font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:600;color:#f6680e;margin-bottom:1.5rem}@media(min-width:768px){.our-kits__kit-price{font-size:1.75rem}}.our-kits__hero-image{position:relative;margin-bottom:-3rem;z-index:1}@media(min-width:768px){.our-kits__hero-image{margin-bottom:-3.5rem}}.our-kits__hero-image img{width:100%;max-height:380px;object-fit:cover;object-position:top;border-radius:16px}@media(min-width:768px){.our-kits__hero-image img{max-height:420px}}.our-kits__hero-image:after{content:"";position:absolute;bottom:0;left:0;right:0;height:50%;background:linear-gradient(to top,#FFF9F5 0%,transparent 100%);border-radius:0 0 16px 16px;pointer-events:none}.our-kits__whats-inside{position:relative;z-index:2}.our-kits__whats-inside h4{font-family:Oregano,cursive;font-size:1.15rem;color:#5b574d;margin-bottom:1rem;letter-spacing:.5px}@media(min-width:768px){.our-kits__whats-inside h4{font-size:1.25rem}}.our-kits__items-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;justify-items:center}@media(min-width:768px){.our-kits__items-strip{grid-template-columns:repeat(6,1fr);gap:1.25rem}}@media(min-width:768px){.our-kits__items-strip--compact{grid-template-columns:repeat(4,1fr);max-width:700px;margin-left:auto;margin-right:auto}}.our-kits__items-strip--wide{display:flex;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:1rem;padding-bottom:.5rem;scroll-behavior:smooth}.our-kits__items-strip--wide::-webkit-scrollbar{display:none}.our-kits__items-strip--wide .our-kits__item{flex:0 0 120px}@media(min-width:768px){.our-kits__items-strip--wide .our-kits__item{flex:0 0 140px}}.our-kits__carousel{position:relative;display:flex;align-items:center;gap:.5rem}.our-kits__carousel-btn{flex-shrink:0;width:36px;height:36px;border-radius:50%;background:#fff;color:#5b574d;font-size:1.5rem;line-height:1;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000001f;cursor:pointer;transition:background-color .3s ease,transform .2s ease;border:none;z-index:3}.our-kits__carousel-btn:hover{background:#f6680e;color:#fff;transform:scale(1.1)}@media(min-width:768px){.our-kits__carousel-btn{width:40px;height:40px;font-size:1.75rem}}.our-kits__item{display:flex;flex-direction:column;align-items:center;background:#fff;border-radius:12px;box-shadow:0 4px 16px #0000001a;transition:transform .3s ease,box-shadow .3s ease;overflow:hidden}.our-kits__item:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.our-kits__item-img{overflow:hidden}.our-kits__item-img img{width:100%;height:100px;object-fit:cover;transition:transform .3s ease}@media(min-width:768px){.our-kits__item-img img{height:120px}}.our-kits__item:hover .our-kits__item-img img{transform:scale(1.05)}.our-kits__item-info{padding:.4rem .5rem;text-align:center;width:100%}.our-kits__item-name{display:block;font-family:Poppins,sans-serif;font-size:.72rem;font-weight:600;color:#5b574d;margin-bottom:.1rem}@media(min-width:768px){.our-kits__item-name{font-size:.8rem}}.our-kits__item-size{display:block;font-family:Poppins,sans-serif;font-size:.65rem;color:#555;margin-bottom:.25rem}@media(min-width:768px){.our-kits__item-size{font-size:.7rem}}.our-kits__item-pricing{display:flex;justify-content:center;align-items:baseline;gap:.25rem}.our-kits__item-price{font-family:Poppins,sans-serif;font-size:.75rem;font-weight:600;color:#5b574d}.our-kits__item-mrp{font-family:Poppins,sans-serif;font-size:.65rem;color:#555;text-decoration:line-through}.our-kits__products-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.our-kits__products-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.our-kits__products-grid{grid-template-columns:repeat(3,1fr)}}.our-kits__product-card{background:#fff;border-radius:12px;box-shadow:0 1px 6px #0000000f;overflow:hidden;text-align:left;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.our-kits__product-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #0000002e}.our-kits__product-img{position:relative;overflow:hidden}.our-kits__product-img img{width:100%;height:220px;object-fit:cover;transition:transform .4s ease}.our-kits__product-card:hover .our-kits__product-img img{transform:scale(1.05)}.our-kits__product-badge{position:absolute;top:.75rem;left:.75rem;background:#f6680e;color:#fff;font-family:Poppins,sans-serif;font-size:.7rem;font-weight:600;padding:.25rem .6rem;border-radius:4px;text-transform:uppercase;letter-spacing:.5px}.our-kits__product-info{padding:.75rem 1rem 1rem}.our-kits__product-info h4{font-family:Poppins,sans-serif;font-size:.95rem;font-weight:500;color:#5b574d;margin-bottom:.15rem}.our-kits__product-brand{font-family:Poppins,sans-serif;font-size:.7rem;font-weight:600;color:#555;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.15rem}.our-kits__product-size{font-family:Poppins,sans-serif;font-size:.8rem;color:#555;margin-bottom:.5rem}.our-kits__product-pricing{display:flex;align-items:baseline;gap:.4rem;flex-wrap:wrap}.our-kits__price{font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;color:#5b574d}.our-kits__price-mrp{font-family:Poppins,sans-serif;font-size:.85rem;color:#555;text-decoration:line-through}.our-kits__price-discount{font-family:Poppins,sans-serif;font-size:.8rem;font-weight:500;color:#f6680e}@keyframes kitFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.find-us{position:relative;background-image:url(https://images.unsplash.com/photo-1444212477490-ca407925329e?w=1600&q=80);background-size:cover;background-position:center;background-attachment:fixed}.find-us__overlay{background:#3d3a35d9;padding:4rem 0}@media(min-width:768px){.find-us__overlay{padding:5rem 0}}.find-us__container{max-width:1200px;margin:0 auto;padding:0 1.5rem;text-align:center}.find-us__heading{font-family:Oregano,cursive;font-size:2rem;color:#fff;margin-bottom:.75rem}@media(min-width:768px){.find-us__heading{font-size:2.25rem}}@media(min-width:1024px){.find-us__heading{font-size:2.5rem}}.find-us__instruction{font-family:Geologica,sans-serif;font-size:1.05rem;color:#ffb38b;margin-bottom:2.5rem}.find-us__logos{display:flex;flex-direction:column;align-items:center;gap:1.5rem}@media(min-width:768px){.find-us__logos{flex-direction:row;justify-content:center;align-items:center;gap:2.5rem}}.find-us__divider{display:none}@media(min-width:768px){.find-us__divider{display:block;width:1px;height:40px;background:#fff3}}.find-us__logo-link{display:block;opacity:.7;transition:opacity .3s ease,transform .3s ease}.find-us__logo-link:hover{opacity:1;transform:scale(1.08)}.find-us__logo-link svg{width:160px;height:50px;border-radius:8px}@media(min-width:1024px){.find-us__logo-link svg{width:180px;height:56px}}.love-letters{background-color:#ffb38b1f}.love-letters__heading{max-width:1200px;margin:0 auto;padding:0 1.5rem;font-family:Oregano,cursive;font-size:2rem;color:#5b574d;text-align:center;margin-bottom:2rem}@media(min-width:768px){.love-letters__heading{font-size:2.25rem;margin-bottom:2.5rem}}@media(min-width:1024px){.love-letters__heading{font-size:2.5rem}}.love-letters__grid{max-width:1200px;padding:0 1.5rem;display:grid;grid-template-columns:1fr;gap:1.25rem;max-width:900px;margin:0 auto}@media(min-width:768px){.love-letters__grid{grid-template-columns:repeat(2,1fr)}}.love-letters__card{background:#fff;border-radius:16px;box-shadow:0 2px 12px #0000000f;padding:1.25rem;display:flex;flex-direction:row;align-items:center;gap:1.25rem;transition:transform .3s ease,box-shadow .3s ease}.love-letters__card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000001f}.love-letters__card:nth-child(2){transition-delay:.1s}.love-letters__card:nth-child(3){transition-delay:.2s}.love-letters__card:nth-child(4){transition-delay:.3s}.love-letters__avatar{width:80px;height:80px;border-radius:50%;object-fit:cover;flex-shrink:0}@media(min-width:768px){.love-letters__avatar{width:90px;height:90px}}.love-letters__card-content{flex:1;text-align:left}.love-letters__quote{font-family:Poppins,sans-serif;font-size:.85rem;font-style:italic;color:#5b574d;line-height:1.6;margin-bottom:.6rem}.love-letters__reviewer{font-family:Poppins,sans-serif;font-weight:600;font-size:.9rem;color:#5b574d;margin-bottom:.1rem}.love-letters__pet{font-family:Poppins,sans-serif;font-size:.8rem;color:#555}.footer{background-color:#3d3a35;color:#fff;padding:5rem 0 0}.footer__container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:1fr;gap:2.5rem}@media(min-width:768px){.footer__container{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.footer__container{grid-template-columns:repeat(4,1fr)}}.footer__brand{display:flex;flex-direction:column;gap:.75rem}.footer__logo{width:48px;height:auto}.footer__tagline{font-family:Geologica,sans-serif;font-size:1rem;color:#ffb38b}.footer__email{display:inline-flex;align-items:center;gap:.4rem;font-family:Poppins,sans-serif;font-size:.8rem;color:#fff;text-decoration:none;margin-top:.5rem;padding:.35rem .75rem;border:1px solid rgba(255,255,255,.2);border-radius:50px;transition:background-color .3s ease,border-color .3s ease}.footer__email:hover{background:#ffffff1a;border-color:#ffb38b}.footer__email:before{content:"✉";font-size:.85rem}.footer__column-title{font-family:Oregano,cursive;font-size:1.25rem;color:#fff;margin-bottom:1rem}.footer__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.footer__link{font-family:Poppins,sans-serif;font-size:.9rem;color:#ffb38b;text-decoration:none;transition:color .3s ease}.footer__link:hover{color:#fff}.footer__social-icons{display:flex;gap:1rem;flex-wrap:wrap}.footer__social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;font-size:1.25rem;text-decoration:none;border-radius:50%;background:#ffffff1a;transition:background-color .3s ease}.footer__social-link:hover{background:#ffb38b4d}.footer__bottom{max-width:1200px;margin:0 auto;padding:1.25rem 1.5rem;margin-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center;font-family:Poppins,sans-serif;font-size:.8rem;color:#fff9}@media(min-width:768px){.footer__bottom{margin-top:2.5rem;padding-top:1.5rem;padding-bottom:1.5rem;font-size:.85rem}}.back-to-top{position:fixed;bottom:calc(2.75rem + 56px);right:calc(2rem + 8px);z-index:98;width:40px;height:40px;border:none;border-radius:50%;background-color:#5b574d40;color:#fff;font-size:1.2rem;line-height:1;cursor:pointer;opacity:0;pointer-events:none;transition:opacity .3s ease,background-color .3s ease;display:flex;align-items:center;justify-content:center}.back-to-top--visible{opacity:1;pointer-events:auto}.back-to-top:hover{background-color:#5b574d80}.whatsapp-float{position:fixed;bottom:2rem;right:2rem;z-index:99;width:56px;height:56px;border-radius:50%;background-color:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0003;transition:transform .3s ease,box-shadow .3s ease;text-decoration:none}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 6px 20px #25d36666}.marquee{background-color:#f6680e;overflow:hidden;white-space:nowrap;padding:.35rem 0;width:100%}.marquee__track{display:inline-flex;gap:3rem;animation:marqueeScroll 25s linear infinite;min-width:200%}.marquee__track span{font-family:Poppins,sans-serif;font-size:.75rem;font-weight:600;color:#fff;letter-spacing:.5px}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}
