:root{--ark-teal:#007c89;--ark-blue:#005f7f;--ark-sky:#dff4f6;--ark-orange:#f58220;--ark-ink:#21313c;--ark-soft:#f6fbfc;--ark-line:#d8e9ec}body{color:var(--ark-ink)}.ark-topbar{display:flex;justify-content:center;gap:28px;background:var(--ark-teal);color:#fff;padding:8px 16px;font-size:13px;font-weight:700}.ark-header{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;padding:18px clamp(18px,4vw,56px);border-bottom:1px solid var(--ark-line);background:#fff;position:sticky;top:0;z-index:30}.ark-logo{text-decoration:none;color:var(--ark-blue);display:flex;align-items:baseline;gap:6px;font-weight:900}.ark-logo span{font-size:36px;letter-spacing:-.05em}.ark-logo small{font-size:18px;color:var(--ark-orange);font-weight:800}.ark-nav{display:flex;justify-content:center;gap:24px}.ark-nav a,.ark-actions a,.ark-footer a{color:var(--ark-ink);text-decoration:none;font-weight:700}.ark-actions{display:flex;gap:16px}.ark-hero{display:grid;grid-template-columns:1fr 1fr;min-height:620px;background:linear-gradient(110deg,#e6f6f7,#fff 60%);align-items:center;padding:clamp(40px,7vw,96px)}.ark-hero__copy{max-width:660px}.ark-kicker{text-transform:uppercase;color:var(--ark-teal);font-weight:900;letter-spacing:.12em;font-size:13px}.ark-hero h1,.ark-feature h2,.ark-story h2,.ark-section-head h2{font-size:clamp(38px,5.4vw,74px);line-height:.98;margin:12px 0;color:var(--ark-blue);font-weight:900}.ark-hero p{font-size:19px;line-height:1.6}.ark-hero__buttons{display:flex;gap:14px;margin-top:26px}.ark-hero__buttons a,.ark-form button{background:var(--ark-orange);color:#fff;text-decoration:none;border:0;border-radius:4px;padding:14px 22px;font-weight:900}.ark-hero__buttons a:nth-child(2){background:var(--ark-blue)}.ark-hero__visual img{width:100%;max-height:520px;object-fit:contain}.ark-category-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--ark-line)}.ark-category-strip a{background:#fff;padding:28px;text-decoration:none;color:var(--ark-ink)}.ark-category-strip strong{display:block;color:var(--ark-blue);font-size:23px}.ark-category-strip span{font-size:14px}.ark-wrap{max-width:1240px;margin:0 auto;padding:clamp(48px,7vw,92px) 20px}.ark-feature{display:grid;grid-template-columns:.8fr 1.2fr;gap:42px}.ark-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.ark-feature-grid article,.ark-product-card,.ark-detail-cards article{border:1px solid var(--ark-line);background:#fff;border-radius:8px;padding:22px}.ark-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.ark-product-card{text-decoration:none;color:var(--ark-ink);display:grid;gap:8px}.ark-product-card img{width:100%;aspect-ratio:1/1;object-fit:contain}.ark-product-card span{color:var(--ark-teal);font-size:12px;font-weight:900;text-transform:uppercase}.ark-product-card h3{font-size:17px;margin:0}.ark-product-card p,.ark-price{font-size:22px;font-weight:900;color:var(--ark-orange)}.ark-story{background:var(--ark-blue);color:#fff;padding:clamp(56px,8vw,110px);text-align:center}.ark-story div{max-width:760px;margin:auto}.ark-story h2,.ark-story .ark-kicker{color:#fff}.ark-footer{display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:28px;background:#21313c;color:#fff;padding:48px clamp(20px,5vw,70px)}.ark-footer a,.ark-footer p{color:#e8f6f7;display:block;margin:8px 0}.ark-footer h3{color:#fff}.ark-product-main{display:grid;grid-template-columns:1.1fr .9fr;gap:44px;max-width:1300px;margin:0 auto;padding:50px 20px}.ark-product-media{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.ark-product-image{border:1px solid var(--ark-line);background:#fff;border-radius:8px;padding:16px}.ark-product-image img{width:100%;aspect-ratio:1/1;object-fit:contain}.ark-product-summary{position:sticky;top:110px;align-self:start}.ark-product-summary h1{font-size:clamp(32px,4vw,56px);line-height:1;color:var(--ark-blue)}.ark-badges{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0}.ark-badges span{background:var(--ark-sky);padding:8px 10px;border-radius:999px;font-size:13px;font-weight:800}.ark-form{display:grid;gap:12px}.ark-form input[type=number]{width:90px;padding:12px;border:1px solid var(--ark-line)}.ark-form button{font-size:17px}.ark-product-note{background:var(--ark-soft);border-left:4px solid var(--ark-teal);padding:16px;margin-top:18px}.ark-product-content{display:grid;grid-template-columns:1fr .8fr;gap:30px}.ark-detail-cards{display:grid;gap:14px}@media(max-width:900px){.ark-topbar{flex-direction:column;gap:4px}.ark-header{grid-template-columns:1fr;position:relative}.ark-nav{flex-wrap:wrap;justify-content:flex-start}.ark-hero,.ark-feature,.ark-product-main,.ark-product-content,.ark-footer{grid-template-columns:1fr}.ark-category-strip,.ark-feature-grid,.ark-product-grid{grid-template-columns:repeat(2,1fr)}.ark-product-summary{position:static}.ark-hero{padding:36px 20px;min-height:auto}}@media(max-width:560px){.ark-category-strip,.ark-feature-grid,.ark-product-grid,.ark-product-media{grid-template-columns:1fr}.ark-logo span{font-size:30px}.ark-hero__buttons{flex-direction:column}.ark-footer{padding:34px 20px}}.ark-hero--improved{min-height:540px;padding-top:clamp(34px,5vw,72px);padding-bottom:clamp(34px,5vw,72px)}.ark-hero--improved .ark-hero__visual{display:flex;justify-content:center;align-items:center;min-width:0}.ark-hero--improved .ark-hero__visual img{max-height:420px;max-width:min(520px,100%);object-fit:contain}.ark-proof-row{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 0}.ark-proof-row span{background:#fff;border:1px solid var(--ark-line);border-radius:999px;padding:8px 12px;font-weight:800;font-size:13px;color:var(--ark-blue)}.ark-trust-band{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--ark-line);border-top:1px solid var(--ark-line);border-bottom:1px solid var(--ark-line)}.ark-trust-band div{background:#fff;padding:18px clamp(18px,3vw,34px)}.ark-trust-band strong{display:block;color:var(--ark-blue);font-size:17px}.ark-trust-band span{font-size:14px;line-height:1.5;color:#42535d}.ark-chooser .ark-section-head{max-width:760px}.ark-chooser-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.ark-chooser-grid a{background:var(--ark-soft);border:1px solid var(--ark-line);border-radius:8px;text-decoration:none;color:var(--ark-ink);padding:22px;min-height:170px}.ark-chooser-grid b{display:block;color:var(--ark-blue);font-size:20px;margin-bottom:8px}.ark-chooser-grid span{font-size:14px;line-height:1.55}.ark-review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.ark-review-grid article{border:1px solid var(--ark-line);background:#fff;padding:24px;border-radius:8px}.ark-review-grid p{font-size:18px;line-height:1.5;color:#24343d}.ark-review-grid strong{color:var(--ark-teal)}.ark-product-grid{align-items:stretch}.ark-product-card{min-width:0}.ark-product-card img{max-height:220px;object-fit:contain;margin:auto;background:#fff}.ark-products .ark-product-card img,.ark-related .ark-product-card img{height:220px}.ark-product-card h3{min-height:44px;line-height:1.25}.ark-product-main{align-items:start}.ark-product-media{grid-template-columns:repeat(2,minmax(0,1fr));align-content:start}.ark-product-image{min-width:0}.ark-product-image img{height:clamp(220px,32vw,390px);max-height:390px;object-fit:contain}.ark-product-summary h1{font-size:clamp(30px,3.7vw,48px)}.ark-product-content img,.ark-copy img{max-width:100%;max-height:420px;object-fit:contain;display:block;margin:18px auto}.ark-copy iframe,.ark-copy video{max-width:100%;height:auto}.ark-detail-cards article{padding:20px}.ark-related{padding-top:40px}@media(max-width:900px){.ark-trust-band,.ark-chooser-grid,.ark-review-grid{grid-template-columns:1fr}.ark-hero--improved .ark-hero__visual img{max-height:320px}.ark-product-image img{height:260px}.ark-products .ark-product-card img,.ark-related .ark-product-card img{height:190px}}@media(max-width:560px){.ark-hero--improved{padding-top:28px}.ark-proof-row span{font-size:12px}.ark-product-card img{max-height:180px}.ark-product-image img{height:230px}.ark-product-main{padding-top:26px}.ark-product-media{gap:10px}}.ark-product-proof{display:grid;gap:10px;margin-top:16px}.ark-product-proof div{border:1px solid var(--ark-line);background:#fff;padding:13px 14px;border-radius:8px}.ark-product-proof strong{display:block;color:var(--ark-blue);font-size:14px}.ark-product-proof span{font-size:13px;line-height:1.45;color:#42535d}.ark-product-content{padding-top:34px}.ark-copy{min-width:0}.ark-copy p{line-height:1.65}.ark-copy ul{padding-left:20px}.ark-copy img,.shopify-section img{max-width:100%;height:auto}.ark-hero__visual,.ark-product-card,.ark-product-image{overflow:hidden}.ark-product-card img[src*="cdn11.bigcommerce"],.ark-product-image img[src*="cdn11.bigcommerce"]{object-fit:contain!important}.ark-category-strip a,.ark-chooser-grid a,.ark-feature-grid article,.ark-review-grid article{transition:transform .18s ease,box-shadow .18s ease}.ark-category-strip a:hover,.ark-chooser-grid a:hover,.ark-feature-grid article:hover,.ark-review-grid article:hover{transform:translateY(-2px);box-shadow:0 10px 22px #005f7f14}.ark-collection{padding-top:34px}.ark-collection__head{max-width:820px;margin-bottom:28px}.ark-collection__head h1{font-size:clamp(34px,5vw,58px);line-height:1;color:var(--ark-blue);margin:8px 0 10px}.ark-collection__desc,.ark-collection__head p{font-size:16px;line-height:1.55;color:#42535d}.ark-collection-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.ark-collection-card{padding:16px}.ark-card-imagebox{height:180px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:6px;overflow:hidden;margin-bottom:10px}.ark-card-imagebox img{max-width:100%;max-height:168px;width:auto!important;height:auto!important;object-fit:contain!important}.ark-collection-card h3{font-size:15px;line-height:1.25;min-height:42px}.ark-collection-card p{font-size:18px;margin:0}.ark-pagination{margin-top:28px;text-align:center}.ark-pagination span,.ark-pagination a{display:inline-block;margin:0 4px;padding:7px 10px;border:1px solid var(--ark-line);text-decoration:none;color:var(--ark-blue)}.ark-product-main--compact{grid-template-columns:minmax(320px,520px) minmax(320px,560px);justify-content:center;gap:38px;padding-top:36px}.ark-product-media--compact{display:grid!important;grid-template-columns:1fr!important;gap:12px}.ark-product-primary{height:430px;border:1px solid var(--ark-line);border-radius:10px;background:#fff;display:flex;align-items:center;justify-content:center;padding:18px;overflow:hidden}.ark-product-primary img{max-width:100%;max-height:390px;width:auto!important;height:auto!important;object-fit:contain!important}.ark-product-thumbs{display:grid;grid-template-columns:repeat(6,1fr);gap:8px}.ark-thumb{height:74px;border:1px solid var(--ark-line);border-radius:6px;background:#fff;padding:5px;display:flex;align-items:center;justify-content:center;overflow:hidden}.ark-thumb img{max-width:100%;max-height:62px;width:auto!important;height:auto!important;object-fit:contain!important}.ark-thumb.is-active{border-color:var(--ark-orange)}.product-card img,.card-gallery img,.product-media img,.resource-card img,.product-grid img{max-height:190px!important;width:auto!important;object-fit:contain!important;margin-left:auto!important;margin-right:auto!important}.product-grid__item img{max-height:190px!important;object-fit:contain!important}.collection img[src*="cdn11.bigcommerce"],main img[src*="cdn11.bigcommerce"]{object-fit:contain!important}.ark-copy img{max-height:360px!important;width:auto!important}.ark-related .ark-card-imagebox,.ark-products .ark-card-imagebox{height:170px}.ark-related .ark-card-imagebox img,.ark-products .ark-card-imagebox img{max-height:158px}@media(max-width:1050px){.ark-collection-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.ark-product-main--compact{grid-template-columns:1fr;max-width:760px}.ark-product-primary{height:360px}.ark-product-primary img{max-height:320px}}@media(max-width:720px){.ark-collection-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.ark-card-imagebox{height:145px}.ark-card-imagebox img{max-height:132px}.ark-collection-card{padding:12px}.ark-product-primary{height:310px}.ark-product-primary img{max-height:275px}.ark-product-thumbs{grid-template-columns:repeat(4,1fr)}.ark-thumb{height:64px}.ark-thumb img{max-height:52px}}@media(max-width:430px){.ark-collection-grid{grid-template-columns:1fr}.ark-card-imagebox{height:150px}.ark-product-primary{height:280px}.ark-product-primary img{max-height:245px}}.ark-customer-stories{padding-top:34px}.ark-stories-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:22px}.ark-stories-head h2{font-size:clamp(30px,4vw,52px);line-height:1;color:var(--ark-blue);margin:0;font-weight:900}.ark-stories-head a{color:var(--ark-teal);font-weight:900;text-decoration:underline}.ark-story-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.ark-story-cards article{border:1px solid var(--ark-line);border-radius:8px;background:#fff;padding:24px;box-shadow:0 8px 20px #005f7f0d}.ark-stars{color:var(--ark-orange);letter-spacing:.08em;font-size:14px;margin-bottom:12px}.ark-story-cards p{font-size:17px;line-height:1.5;color:#24343d;margin:0 0 18px}.ark-story-cards strong{color:var(--ark-teal)}@media(max-width:800px){.ark-stories-head{align-items:flex-start;flex-direction:column}.ark-story-cards{grid-template-columns:1fr}}.ark-testimonials-page{padding-top:44px}.ark-testimonials-hero{max-width:840px;margin:0 auto 34px;text-align:center}.ark-testimonials-hero h1{font-size:clamp(40px,6vw,72px);line-height:1;color:var(--ark-blue);margin:10px 0}.ark-testimonials-hero p{font-size:18px;line-height:1.6;color:#42535d}.ark-testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.ark-testimonial-grid article{background:#fff;border:1px solid var(--ark-line);border-radius:9px;padding:24px;box-shadow:0 8px 22px #005f7f0d}.ark-testimonial-grid p{font-size:16px;line-height:1.62;color:#263842}.ark-testimonial-grid strong{color:var(--ark-teal)}.ark-testimonials-cta{text-align:center;background:var(--ark-sky);border-radius:12px;padding:34px;margin-top:34px}.ark-testimonials-cta h2{color:var(--ark-blue);font-size:clamp(28px,4vw,46px);margin:0 0 8px}.ark-testimonials-cta .ark-hero__buttons{justify-content:center;flex-wrap:wrap}@media(max-width:900px){.ark-testimonial-grid{grid-template-columns:1fr}.ark-testimonials-hero,.ark-testimonials-cta{text-align:left}.ark-testimonials-cta .ark-hero__buttons{justify-content:flex-start}}.ark-collection-page{background:#fff}.ark-category-hero{min-height:295px;display:grid;grid-template-columns:minmax(320px,.95fr) minmax(360px,1.2fr);align-items:center;gap:24px;padding:0 clamp(28px,5vw,76px);background:linear-gradient(100deg,#b7ddfb,#dff1ff 62%,#f7fcff);overflow:hidden;border-bottom:1px solid #e0edf3}.ark-category-hero__copy{max-width:650px;position:relative;z-index:2}.ark-category-hero__copy h1{font-family:Georgia,Times New Roman,serif;font-size:clamp(48px,5.2vw,76px);font-weight:500;line-height:1;margin:0 0 22px;color:#44525f;letter-spacing:-.02em}.ark-category-hero__copy p{font-size:18px;line-height:1.48;color:#263d51;margin:0;max-width:640px}.ark-category-hero__image{height:295px;display:flex;align-items:flex-end;justify-content:center;position:relative}.ark-category-hero__image:after{content:"";position:absolute;right:-90px;bottom:0;border-style:solid;border-width:0 0 295px 112px;border-color:transparent transparent #fff transparent;opacity:.95}.ark-category-hero__image img{max-width:100%;max-height:292px;width:auto;height:auto;object-fit:contain;object-position:center bottom;position:relative;z-index:1;filter:drop-shadow(0 16px 24px rgba(34,64,86,.12))}.ark-category-hero--z-vibe .ark-category-hero__image img,.ark-category-hero--all .ark-category-hero__image img,.ark-category-hero--feeding .ark-category-hero__image img{max-height:245px}.ark-category-buttons{display:flex;justify-content:center;gap:40px;flex-wrap:wrap;padding:40px 24px 20px;border-bottom:1px solid #e6eef2;background:#fff}.ark-category-buttons button,.ark-category-buttons a{min-width:170px;text-align:center;text-decoration:none;color:#23303c;border:2px solid #334150;border-radius:5px;padding:12px 22px;font-weight:600;background:#fff;transition:background .18s,color .18s,border-color .18s}.ark-category-buttons button:hover,.ark-category-buttons button.is-active,.ark-category-buttons a:hover{background:#007c89;border-color:#007c89;color:#fff}.ark-collection-listing{padding-top:44px}.ark-collection__head--compact{text-align:center;max-width:780px;margin:0 auto 28px}.ark-collection__head--compact h2{font-size:clamp(30px,4vw,46px);margin:6px 0 10px;color:#005f7f}.ark-empty{grid-column:1/-1;text-align:center;background:#f6fbfc;border:1px solid #d8e9ec;padding:28px;border-radius:8px}@media(max-width:900px){.ark-category-hero{grid-template-columns:1fr;min-height:auto;padding:34px 22px 0;text-align:left;gap:8px}.ark-category-hero__copy h1{font-size:44px}.ark-category-hero__copy p{font-size:16px}.ark-category-hero__image{height:210px;justify-content:flex-end}.ark-category-hero__image:after{display:none}.ark-category-hero__image img{max-height:205px}.ark-category-buttons{gap:12px;padding:22px 16px}.ark-category-buttons button,.ark-category-buttons a{min-width:0;flex:1 1 42%;padding:11px 10px;font-size:14px}}@media(max-width:520px){.ark-category-hero{padding:28px 18px 0}.ark-category-hero__copy h1{font-size:40px}.ark-category-hero__image{height:175px;justify-content:center}.ark-category-hero__image img{max-height:170px}.ark-category-buttons{display:grid;grid-template-columns:1fr 1fr}.ark-category-buttons button,.ark-category-buttons a{width:100%;font-size:13px}.ark-category-hero--all .ark-category-hero__image img,.ark-category-hero--z-vibe .ark-category-hero__image img,.ark-category-hero--feeding .ark-category-hero__image img{max-height:150px}}.ark-category-buttons button{min-width:170px;text-align:center;text-decoration:none;color:#23303c;border:2px solid #334150;border-radius:5px;padding:12px 22px;font-weight:700;background:#fff;transition:background .18s,color .18s,border-color .18s;cursor:pointer;font:inherit}.ark-category-buttons button:hover,.ark-category-buttons button.is-active{background:#8ccbd1;border-color:#006d78;color:#fff}.ark-filter-note{margin:8px auto 0;color:#60747f;font-weight:700}.ark-collection-card[hidden]{display:none!important}.ark-filter-empty{margin-top:18px}@media(max-width:900px){.ark-category-buttons button{min-width:0;flex:1 1 42%;padding:11px 10px;font-size:14px}}@media(max-width:520px){.ark-category-buttons button{width:100%;font-size:13px}}.ark-kids-home{background:#fff;color:#21313c;overflow:hidden}.ark-kids-hero{min-height:680px;display:grid;grid-template-columns:minmax(360px,.86fr) minmax(520px,1.14fr);align-items:center;gap:34px;padding:clamp(44px,7vw,92px) clamp(22px,5vw,76px);background:linear-gradient(108deg,#eefbfc,#fff 48%,#d9f2f7)}.ark-kids-hero__copy{max-width:720px;position:relative;z-index:2}.ark-kids-hero__copy h1{font-size:clamp(44px,6vw,82px);line-height:.98;margin:14px 0 20px;color:#005f7f;font-weight:950;letter-spacing:-.035em}.ark-kids-hero__copy p:not(.ark-kicker){font-size:clamp(18px,2vw,23px);line-height:1.55;max-width:560px;color:#314653;margin:0 0 30px}.ark-kids-btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:15px 26px;background:#f58220;color:#fff!important;text-decoration:none;border-radius:5px;font-weight:950;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 14px 24px #f5822038}.ark-kids-btn--dark{background:#005f7f;box-shadow:0 14px 24px #005f7f2e}.ark-kids-hero__media{height:min(58vw,580px);min-height:390px;border-radius:10px;overflow:hidden;background:#dff4f6;box-shadow:0 28px 55px #005f7f29}.ark-kids-hero__media img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.ark-section-head--center{text-align:center;max-width:780px;margin:0 auto 34px}.ark-section-head--center h2{font-size:clamp(36px,4.8vw,62px);line-height:1.02;margin:10px 0;color:#005f7f;font-weight:950;letter-spacing:-.025em}.ark-pain-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.ark-pain-grid article{border:1px solid #d8e9ec;border-radius:8px;background:#fff;padding:30px;box-shadow:0 16px 32px #005f7f14}.ark-pain-grid span{display:flex;align-items:center;justify-content:center;width:58px;height:58px;border-radius:50%;background:#e7f7f8;color:#007c89;font-size:30px;margin-bottom:18px}.ark-pain-grid h3{font-size:25px;margin:0 0 10px;color:#21313c}.ark-pain-grid p{font-size:16px;line-height:1.6;margin:0;color:#526674}.ark-solution{display:grid;grid-template-columns:1.03fr .97fr;align-items:center;background:#f6fbfc;border-top:1px solid #d8e9ec;border-bottom:1px solid #d8e9ec}.ark-solution__media{height:560px;overflow:hidden;background:#e4f5f7}.ark-solution__media img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.ark-solution__copy{padding:clamp(42px,6vw,86px);max-width:650px}.ark-solution__copy h2{font-size:clamp(38px,5vw,68px);line-height:1;margin:12px 0 18px;color:#005f7f;font-weight:950;letter-spacing:-.03em}.ark-solution__copy p{font-size:18px;line-height:1.65;color:#314653;margin:0 0 24px}.ark-solution-points{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 28px}.ark-solution-points span{border:1px solid #9bd5dc;background:#fff;color:#005f7f;border-radius:999px;padding:9px 14px;font-weight:850;font-size:14px}.ark-kids-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.ark-kids-category-grid a{display:flex;flex-direction:column;min-height:100%;border:1px solid #d8e9ec;border-radius:8px;background:#fff;text-decoration:none;color:#21313c;overflow:hidden;box-shadow:0 16px 30px #005f7f0f}.ark-kids-category-grid img{height:190px;width:100%;object-fit:contain;padding:20px;background:#f6fbfc}.ark-kids-category-grid strong{font-size:22px;color:#005f7f;margin:20px 20px 8px}.ark-kids-category-grid span{font-size:15px;line-height:1.45;color:#526674;margin:0 20px 22px}.ark-kids-reviews{background:#eaf7f8;border-top:1px solid #d8e9ec}.ark-review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.ark-review-grid article{background:#fff;border:1px solid #d8e9ec;border-radius:8px;overflow:hidden;box-shadow:0 18px 35px #005f7f14}.ark-review-grid img{width:100%;height:260px;object-fit:cover;object-position:center;display:block}.ark-review-grid div{padding:22px}.ark-review-grid strong{display:block;color:#f58220;font-size:17px;margin-bottom:12px}.ark-review-grid p{font-size:16px;line-height:1.58;margin:0 0 14px;color:#314653}.ark-review-grid span{font-weight:850;color:#007c89;font-size:14px}@media(max-width:1050px){.ark-kids-hero{grid-template-columns:1fr;min-height:0}.ark-kids-hero__media{height:420px;min-height:0}.ark-solution{grid-template-columns:1fr}.ark-solution__media{height:420px}.ark-kids-category-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.ark-kids-hero{padding:34px 18px 24px;gap:24px}.ark-kids-hero__copy h1{font-size:42px}.ark-kids-hero__media{height:310px}.ark-pain-grid,.ark-review-grid{grid-template-columns:1fr}.ark-pain-grid article{padding:24px}.ark-solution__media{height:330px}.ark-solution__copy{padding:34px 20px}.ark-kids-category-grid{grid-template-columns:1fr}.ark-kids-category-grid img{height:165px}.ark-review-grid img{height:230px}.ark-kids-btn{width:100%;max-width:330px}}@media(max-width:430px){.ark-kids-hero__copy h1{font-size:36px}.ark-section-head--center h2,.ark-solution__copy h2{font-size:34px}.ark-kids-hero__media{height:260px}.ark-solution__media{height:280px}}.ark-authority{display:grid;grid-template-columns:.92fr 1.08fr;gap:36px;align-items:center;border-top:1px solid #d8e9ec;border-bottom:1px solid #d8e9ec;background:#fff}.ark-authority__intro h2{font-size:clamp(34px,4.5vw,58px);line-height:1.02;margin:10px 0 16px;color:#005f7f;font-weight:950;letter-spacing:-.025em}.ark-authority__intro p{font-size:18px;line-height:1.65;color:#314653;margin:0 0 18px}.ark-text-link{display:inline-flex;color:#007c89;text-decoration:none;font-weight:950;border-bottom:2px solid #f58220;padding-bottom:3px}.ark-authority-grid{display:grid;grid-template-columns:1fr;gap:14px}.ark-authority-grid article{border:1px solid #d8e9ec;border-radius:8px;background:#f6fbfc;padding:22px;box-shadow:0 14px 28px #005f7f0f}.ark-authority-grid strong{display:block;color:#005f7f;font-size:20px;margin-bottom:8px}.ark-authority-grid p{margin:0;color:#526674;font-size:15px;line-height:1.55}.ark-about-hero{background:linear-gradient(108deg,#e7f7f8,#fff 68%);padding:clamp(58px,8vw,104px) clamp(22px,7vw,96px);border-bottom:1px solid #d8e9ec}.ark-about-hero>div{max-width:840px}.ark-about-hero h1{font-size:clamp(42px,6vw,78px);line-height:1;margin:12px 0 18px;color:#005f7f;font-weight:950;letter-spacing:-.03em}.ark-about-hero p:not(.ark-kicker){font-size:20px;line-height:1.6;color:#314653;max-width:720px}.ark-about-story{display:grid;grid-template-columns:1.1fr .9fr;gap:34px;align-items:start}.ark-about-story__copy h2{font-size:clamp(32px,4vw,54px);line-height:1.05;margin:10px 0 18px;color:#005f7f;font-weight:950}.ark-about-story__copy p{font-size:17px;line-height:1.72;color:#314653}.ark-about-proof{display:grid;gap:14px}.ark-about-proof article,.ark-about-values article{border:1px solid #d8e9ec;border-radius:8px;background:#fff;padding:22px;box-shadow:0 14px 28px #005f7f0f}.ark-about-proof strong,.ark-about-values strong{display:block;color:#005f7f;font-size:20px;margin-bottom:8px}.ark-about-proof span,.ark-about-values p{color:#526674;line-height:1.55;margin:0}.ark-about-values{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding-top:0}@media(max-width:900px){.ark-authority,.ark-about-story,.ark-about-values{grid-template-columns:1fr}}.ark-logo--image{display:flex;align-items:center;text-decoration:none}.ark-logo--image img{display:block;width:auto;height:54px;max-width:230px;object-fit:contain}.ark-logo--footer img{height:64px;max-width:260px}@media(max-width:760px){.ark-logo--image img{height:44px;max-width:190px}.ark-logo--footer img{height:54px;max-width:220px}}.ark-product-main--source{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:minmax(420px,1fr) minmax(360px,.82fr);gap:54px;padding:clamp(34px,5vw,72px) 22px 34px;align-items:start;background:#fff}.ark-product-media--source .ark-product-primary{height:520px;border:1px solid #e1edf1;background:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;overflow:hidden}.ark-product-media--source .ark-product-primary img{max-width:92%;max-height:470px;width:auto;height:auto;object-fit:contain}.ark-product-media--source .ark-product-thumbs{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.ark-product-media--source .ark-thumb{width:76px;height:76px;border:1px solid #d8e9ec;border-radius:6px;background:#fff;padding:6px;cursor:pointer}.ark-product-media--source .ark-thumb.is-active{border-color:#007c89;box-shadow:0 0 0 2px #007c8929}.ark-product-media--source .ark-thumb img{width:100%;height:100%;object-fit:contain}.ark-product-summary--source{border:1px solid #d8e9ec;border-radius:10px;background:#f8fcfd;padding:30px;position:sticky;top:110px;box-shadow:0 18px 36px #005f7f14}.ark-product-summary--source h1{font-size:clamp(30px,3.4vw,48px);line-height:1.05;margin:10px 0 12px;color:#21313c;letter-spacing:-.02em}.ark-product-summary--source .ark-price{font-size:30px;color:#005f7f;font-weight:950;margin:12px 0 18px}.ark-product-summary--source .ark-badges{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 20px}.ark-product-summary--source .ark-badges span{background:#fff;border:1px solid #cfe3e8;border-radius:999px;padding:8px 12px;font-weight:800;font-size:13px;color:#314653}.calm-product-trust{max-width:1280px;margin:24px auto 0;display:grid;grid-template-columns:repeat(5,1fr);gap:28px;padding:34px 22px 46px;text-align:center;background:#fff}.calm-trust-item{display:flex;flex-direction:column;align-items:center;gap:14px;color:#253445;font-size:15px;line-height:1.45}.calm-trust-item strong{font-weight:850;min-height:38px;display:flex;align-items:center;justify-content:center}.calm-trust-icon{width:72px;height:72px;border:3px solid currentColor;border-radius:999px;display:flex;align-items:center;justify-content:center;background:#fff}.calm-trust-icon svg{width:42px;height:42px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.calm-trust-blue{color:#94caff}.calm-trust-pink{color:#de92ad}.calm-trust-orange{color:#ff884c}.calm-trust-green{color:#91cf82}.calm-trust-purple{color:#b99ad7}.calm-trust-item strong{color:#253445}.calm-product-details-source{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(380px,.85fr);gap:64px;padding:38px 22px 72px;background:#fff;align-items:start;position:relative}.calm-product-copy h2{font-family:Georgia,Times New Roman,serif;font-size:clamp(32px,3.4vw,44px);font-weight:500;color:#394b5d;margin:0 0 24px}.calm-product-description,.calm-product-copy p{font-size:18px;line-height:1.65;color:#253445}.calm-product-description p{margin:0 0 24px}.calm-product-description ul{padding-left:20px;line-height:1.65}.calm-product-guidance{margin-top:24px}.calm-spec-card{background:#eef3f7;border-radius:18px;padding:34px 34px 24px;position:relative;overflow:visible;box-shadow:0 18px 34px #22405614}.calm-spec-card:after{content:"";position:absolute;right:-34px;bottom:-28px;width:140px;height:260px;background:radial-gradient(circle,#ff8b5f 2px,transparent 3px) 0 0/22px 22px,radial-gradient(circle,#a9dc8f 2px,transparent 3px) 11px 8px/24px 24px,radial-gradient(circle,#c5a3e4 2px,transparent 3px) 5px 15px/26px 26px;opacity:.75;z-index:-1}.calm-spec-card h3{font-size:18px;margin:0 0 24px;color:#253445;font-weight:900}.calm-spec-card ul{list-style:none;margin:0;padding:0;display:grid;gap:24px}.calm-spec-card li{display:grid;grid-template-columns:42px 1fr;gap:18px;align-items:start}.calm-spec-card p{font-size:17px;line-height:1.6;color:#314653;margin:0}.calm-spec-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#8fc9ff}.calm-spec-icon svg{width:38px;height:38px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.calm-building{color:#e693ad}.calm-box{color:#99d987}.calm-drop{color:#8fc9ff}.calm-shield{color:#a98ad2}.calm-card{color:#ff884c}.calm-aftercare-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.calm-aftercare-grid article{border:1px solid #d8e9ec;background:#f8fcfd;border-radius:8px;padding:24px}.calm-aftercare-grid strong{display:block;color:#005f7f;font-size:20px;margin-bottom:8px}.calm-aftercare-grid p{margin:0;color:#526674;line-height:1.55}@media(max-width:980px){.ark-product-main--source,.calm-product-details-source{grid-template-columns:1fr;gap:32px}.ark-product-summary--source{position:static}.calm-product-trust{grid-template-columns:repeat(3,1fr)}.calm-spec-card{max-width:none}.calm-aftercare-grid{grid-template-columns:1fr}}@media(max-width:640px){.ark-product-main--source{padding-top:24px}.ark-product-media--source .ark-product-primary{height:360px}.ark-product-media--source .ark-product-primary img{max-height:320px}.ark-product-summary--source{padding:22px}.calm-product-trust{grid-template-columns:repeat(2,1fr);gap:18px;padding-top:20px}.calm-trust-icon{width:62px;height:62px}.calm-trust-icon svg{width:36px;height:36px}.calm-product-details-source{padding:24px 18px 46px}.calm-spec-card{padding:26px 20px}.calm-spec-card li{grid-template-columns:34px 1fr;gap:12px}.calm-spec-card p,.calm-product-description,.calm-product-copy p{font-size:16px}.calm-product-copy h2{font-size:32px}}@media(max-width:420px){.calm-product-trust{grid-template-columns:1fr}.calm-trust-item strong{min-height:auto}.ark-product-media--source .ark-product-primary{height:300px}.ark-product-media--source .ark-product-primary img{max-height:270px}}html,body{overflow-x:hidden}img{max-width:100%;height:auto}.ark-logo--image img,.calmnest-header-logo,header img[src*=calmnest-header-logo]{width:auto!important;height:54px!important;max-height:64px!important;object-fit:contain!important}.ark-logo--footer img,.calmnest-footer-logo,footer img[src*=calmnest-footer-logo]{width:auto!important;height:64px!important;max-height:76px!important;object-fit:contain!important}.ark-kids-hero__media,.calmnest-hero__media,.ark-home-hero__media{height:clamp(300px,42vw,520px)!important;max-height:520px!important;overflow:hidden!important}.ark-kids-hero__media img,.calmnest-hero__media img,.ark-home-hero__media img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important}.ark-solution__media,.calmnest-solution__media{height:clamp(300px,38vw,500px)!important;max-height:500px!important;overflow:hidden!important}.ark-solution__media img,.calmnest-solution__media img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important}.ark-kids-category-grid img,.ark-category-card img,.calmnest-category-card img{display:block!important;width:100%!important;height:170px!important;max-height:180px!important;object-fit:contain!important;padding:16px!important;margin:0 auto!important}.ark-review-grid img,.calmnest-review-grid img{display:block!important;width:100%!important;height:240px!important;max-height:260px!important;object-fit:cover!important;object-position:center!important}.ark-category-hero,.calmnest-category-hero{min-height:clamp(220px,24vw,295px)!important;max-height:320px!important;overflow:hidden!important}.ark-category-hero__image,.calmnest-category-hero__image{height:clamp(190px,22vw,295px)!important;max-height:295px!important;overflow:hidden!important}.ark-category-hero__image img,.calmnest-category-hero__image img{width:100%!important;height:100%!important;max-height:295px!important;object-fit:contain!important;object-position:center bottom!important}.ark-card-imagebox,.calmnest-card-imagebox,.ark-product-card__image,.product-card__image-wrapper{height:180px!important;max-height:190px!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important}.ark-card-imagebox img,.calmnest-card-imagebox img,.ark-product-card__image img,.product-card__image-wrapper img{width:auto!important;height:auto!important;max-width:92%!important;max-height:160px!important;object-fit:contain!important;margin:0 auto!important}.ark-related .ark-card-imagebox,.calmnest-related .calmnest-card-imagebox{height:168px!important;max-height:176px!important}.ark-related .ark-card-imagebox img,.calmnest-related .calmnest-card-imagebox img{max-height:150px!important}.ark-product-media--source .ark-product-primary,.calmnest-product-media .calmnest-product-primary,.ark-product-primary{height:clamp(340px,42vw,500px)!important;max-height:500px!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important}.ark-product-media--source .ark-product-primary img,.calmnest-product-media .calmnest-product-primary img,.ark-product-primary img{width:auto!important;height:auto!important;max-width:90%!important;max-height:450px!important;object-fit:contain!important;margin:0 auto!important}.ark-product-media--source .ark-thumb,.calmnest-product-media .calmnest-thumb,.ark-thumb{width:72px!important;height:72px!important;overflow:hidden!important}.ark-product-media--source .ark-thumb img,.calmnest-product-media .calmnest-thumb img,.ark-thumb img{width:100%!important;height:100%!important;object-fit:contain!important}.rte img,.prose img,.shopify-policy__body img,.calm-product-description img,.product__description img,.ark-product-details img,.calmnest-product-details img{display:block!important;width:auto!important;height:auto!important;max-width:min(100%,860px)!important;max-height:520px!important;object-fit:contain!important;margin:18px auto!important}.shopify-section img:not(.ark-logo--image img):not(.ark-logo--footer img):not(.ark-product-primary img):not(.ark-card-imagebox img):not(.ark-thumb img){max-width:100%;height:auto}@media(max-width:900px){.ark-kids-hero__media,.calmnest-hero__media,.ark-home-hero__media{height:clamp(260px,58vw,420px)!important;max-height:420px!important}.ark-solution__media,.calmnest-solution__media{height:clamp(260px,56vw,400px)!important;max-height:400px!important}.ark-category-hero,.calmnest-category-hero{min-height:230px!important;max-height:none!important}.ark-category-hero__image,.calmnest-category-hero__image{height:210px!important;max-height:230px!important}.ark-product-media--source .ark-product-primary,.calmnest-product-media .calmnest-product-primary,.ark-product-primary{height:380px!important;max-height:380px!important}.ark-product-media--source .ark-product-primary img,.calmnest-product-media .calmnest-product-primary img,.ark-product-primary img{max-height:340px!important}}@media(max-width:640px){.ark-logo--image img,.calmnest-header-logo,header img[src*=calmnest-header-logo]{height:42px!important;max-height:48px!important}.ark-logo--footer img,.calmnest-footer-logo,footer img[src*=calmnest-footer-logo]{height:52px!important;max-height:58px!important}.ark-kids-hero__media,.calmnest-hero__media,.ark-home-hero__media{height:300px!important;max-height:300px!important}.ark-solution__media,.calmnest-solution__media{height:280px!important;max-height:280px!important}.ark-kids-category-grid img,.ark-category-card img,.calmnest-category-card img{height:135px!important;max-height:145px!important;padding:12px!important}.ark-review-grid img,.calmnest-review-grid img{height:210px!important;max-height:220px!important}.ark-card-imagebox,.calmnest-card-imagebox,.ark-product-card__image,.product-card__image-wrapper{height:146px!important;max-height:154px!important}.ark-card-imagebox img,.calmnest-card-imagebox img,.ark-product-card__image img,.product-card__image-wrapper img{max-height:128px!important}.ark-product-media--source .ark-product-primary,.calmnest-product-media .calmnest-product-primary,.ark-product-primary{height:330px!important;max-height:330px!important}.ark-product-media--source .ark-product-primary img,.calmnest-product-media .calmnest-product-primary img,.ark-product-primary img{max-width:94%!important;max-height:290px!important}.rte img,.prose img,.shopify-policy__body img,.calm-product-description img,.product__description img,.ark-product-details img,.calmnest-product-details img{max-height:360px!important}}@media(max-width:420px){.ark-kids-hero__media,.calmnest-hero__media,.ark-home-hero__media{height:260px!important}.ark-solution__media,.calmnest-solution__media{height:240px!important}.ark-category-hero__image,.calmnest-category-hero__image{height:180px!important}.ark-product-media--source .ark-product-primary,.calmnest-product-media .calmnest-product-primary,.ark-product-primary{height:300px!important}.ark-product-media--source .ark-product-primary img,.calmnest-product-media .calmnest-product-primary img,.ark-product-primary img{max-height:260px!important}}.product-media-container,.product__media,.product__media-item,.product-media-gallery__media,.media-gallery__media,.quick-add-modal .product-media-container{max-height:520px!important;overflow:hidden!important;display:flex!important;align-items:center!important;justify-content:center!important}.product-media-container img,.product__media img,.product__media-item img,.product-media-gallery__media img,.media-gallery__media img,.quick-add-modal .product-media-container img{width:auto!important;height:auto!important;max-width:94%!important;max-height:480px!important;object-fit:contain!important;margin:0 auto!important}.resource-card__image,.collection-card__image,.card-gallery__image,.product-card-gallery,.product-card__media,.quick-add__media{max-height:220px!important;overflow:hidden!important}.resource-card__image img,.collection-card__image img,.card-gallery__image img,.product-card-gallery img,.product-card__media img,.quick-add__media img{width:auto!important;height:auto!important;max-width:96%!important;max-height:200px!important;object-fit:contain!important;margin:0 auto!important}.slideshow img,.hero img,.image-with-text img,.image-with-text-overlay img{max-height:620px!important;object-fit:cover!important}@media(max-width:640px){.product-media-container,.product__media,.product__media-item,.product-media-gallery__media,.media-gallery__media,.quick-add-modal .product-media-container{max-height:340px!important}.product-media-container img,.product__media img,.product__media-item img,.product-media-gallery__media img,.media-gallery__media img,.quick-add-modal .product-media-container img{max-height:300px!important}.resource-card__image,.collection-card__image,.card-gallery__image,.product-card-gallery,.product-card__media,.quick-add__media{max-height:160px!important}.resource-card__image img,.collection-card__image img,.card-gallery__image img,.product-card-gallery img,.product-card__media img,.quick-add__media img{max-height:145px!important}.slideshow img,.hero img,.image-with-text img,.image-with-text-overlay img{max-height:420px!important}}.CalmNest-collection-page{background:#fff;color:#173041;overflow-x:hidden}.CalmNest-category-hero{width:100%!important;min-height:278px!important;max-height:340px!important;display:grid!important;grid-template-columns:minmax(300px,.92fr) minmax(340px,1.08fr)!important;align-items:center!important;gap:clamp(18px,4vw,54px)!important;padding:clamp(34px,4vw,54px) clamp(20px,5vw,64px)!important;background:linear-gradient(90deg,#d8efff,#eef8ff 64%,#fff)!important;border-bottom:1px solid #d8e8ef!important;overflow:hidden!important;box-sizing:border-box!important}.CalmNest-category-hero__copy{max-width:640px!important;min-width:0!important;position:relative!important;z-index:2!important}.CalmNest-category-hero__copy h1{margin:0 0 18px!important;color:#47546a!important;font-family:Georgia,Times New Roman,serif!important;font-size:clamp(42px,4.8vw,64px)!important;line-height:.95!important;font-weight:500!important;letter-spacing:0!important;overflow-wrap:anywhere!important}.CalmNest-category-hero__copy p{margin:0!important;max-width:640px!important;color:#21394d!important;font-size:clamp(15px,1.2vw,18px)!important;line-height:1.55!important;white-space:normal!important;overflow-wrap:break-word!important}.CalmNest-category-hero__image{height:270px!important;max-height:270px!important;min-width:0!important;display:flex!important;align-items:flex-end!important;justify-content:center!important;overflow:hidden!important}.CalmNest-category-hero__image img{display:block!important;width:auto!important;height:auto!important;max-width:100%!important;max-height:260px!important;object-fit:contain!important;object-position:center bottom!important;margin:0 auto!important}.CalmNest-category-buttons{display:flex!important;flex-wrap:wrap!important;justify-content:center!important;gap:18px clamp(18px,4vw,40px)!important;padding:28px 20px!important;border-bottom:1px solid #e2edf2!important;background:#fff!important}.CalmNest-category-buttons button{min-width:170px!important;min-height:44px!important;border:2px solid #2a3848!important;border-radius:5px!important;background:#fff!important;color:#183044!important;font-weight:700!important;font-size:14px!important;cursor:pointer!important}.CalmNest-category-buttons button.is-active{background:#8cced5!important;border-color:#007c89!important;color:#183044!important}.CalmNest-wrap.CalmNest-collection-listing{max-width:1240px!important;margin:0 auto!important;padding:clamp(34px,5vw,64px) 20px!important}.CalmNest-collection-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:26px!important}.CalmNest-product-card.CalmNest-collection-card{display:block!important;min-width:0!important;text-decoration:none!important;color:inherit!important;background:#fff!important;border:1px solid #d8e8ef!important;border-radius:10px!important;padding:16px!important;box-shadow:0 10px 22px #12303d0f!important}.CalmNest-card-imagebox{width:100%!important;height:176px!important;max-height:176px!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;background:#f7fbfc!important;border-radius:8px!important;margin-bottom:14px!important}.CalmNest-card-imagebox img{display:block!important;width:auto!important;height:auto!important;max-width:92%!important;max-height:150px!important;object-fit:contain!important;margin:0 auto!important}@media(max-width:1020px){.CalmNest-category-hero{grid-template-columns:1fr 1fr!important;max-height:none!important}.CalmNest-collection-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:760px){.CalmNest-category-hero{grid-template-columns:1fr!important;min-height:auto!important;max-height:none!important;padding:30px 18px 0!important;gap:18px!important;text-align:left!important}.CalmNest-category-hero__copy h1{font-size:clamp(38px,12vw,52px)!important;line-height:1!important;margin-bottom:12px!important}.CalmNest-category-hero__copy p{font-size:15px!important;line-height:1.5!important}.CalmNest-category-hero__image{height:190px!important;max-height:190px!important}.CalmNest-category-hero__image img{max-height:185px!important;max-width:96%!important}.CalmNest-category-buttons{justify-content:flex-start!important;gap:12px!important;padding:18px!important}.CalmNest-category-buttons button{min-width:calc(50% - 6px)!important;min-height:42px!important;font-size:13px!important}.CalmNest-collection-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}.CalmNest-card-imagebox{height:136px!important;max-height:136px!important}.CalmNest-card-imagebox img{max-height:118px!important}}@media(max-width:420px){.CalmNest-category-buttons button{min-width:100%!important}.CalmNest-collection-grid{grid-template-columns:1fr!important}}.CalmNest-category-hero--feeding .CalmNest-category-hero__image{background-image:url(/cdn/shop/files/ark-honey-bear-bottle-straw-cup__63091.1580324889.jpg?v=1784107856)!important;background-repeat:no-repeat!important;background-position:center bottom!important;background-size:contain!important}.CalmNest-category-hero--feeding .CalmNest-category-hero__image img[src*=CalmNest-Bear-Bottle-Kit],.CalmNest-category-hero--feeding .CalmNest-category-hero__image img[src*="cdn11.bigcommerce.com"]{opacity:0!important;visibility:hidden!important}
/*# sourceMappingURL=/cdn/shop/t/3/assets/custom.css.map */
