:root{--cg-yellow: #ffc600;--cg-yellow-dark: #e0ae00;--cg-yellow-light: #fffbe0;--cg-red: #f32735;--cg-blue: #005cb9;--cg-blue-light: #e6f0fb;--cg-orange: #ff6c0e;--cg-orange-light: #fff2e6;--cg-green: #80bc00;--cg-green-light: #f4fae6;--cg-teal: #00c088;--cg-purple: #5c0f88;--cg-gray-100: #f7f7f7;--cg-gray-200: #e8e7e6;--cg-gray-400: #9a9693;--cg-gray-600: #5c5856;--cg-gray-800: #3d3935;--cg-radius: 8px;--cg-radius-lg: 14px;--cg-shadow: 0 2px 12px rgba(0,0,0,.08);--cg-shadow-card: 0 4px 20px rgba(0,0,0,.1);--cg-max-width: 1100px;--cg-heading-font: Poppins, sans-serif;--cg-body-font: Arimo, sans-serif}.cg-section{--cg-fs-h1: 28px;--cg-lh-h1: 1.43;--cg-fs-h2: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 22px));--cg-lh-h2: 1.55;--cg-fs-h3: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 20px));--cg-lh-h3: 1.6;--cg-fs-h4: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 16px));--cg-lh-h4: 1.75;--cg-fs-p: calc(var(--base-text-font-size) - 1px);--cg-lh-p: 1.87}@media screen and (min-width:641px){.cg-section{--cg-fs-h1: 28px;--cg-lh-h1: 1.43;--cg-fs-h2: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 25px));--cg-lh-h2: 1.5;--cg-fs-h3: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 21px));--cg-lh-h3: 1.5;--cg-fs-h4: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 18px));--cg-lh-h4: 1.7;--cg-fs-p: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 16px))}}.cg-container{max-width:var(--cg-max-width);margin:0 auto;padding:0 20px}.cg-section{font-family:var(--cg-body-font);color:var(--cg-gray-800)}.cg-section h1,.cg-section h2,.cg-section h3,.cg-section h4,.cg-section h5{font-family:var(--cg-heading-font)}.cg-section a{text-decoration:none}.cg-section img{max-width:100%;display:block}.cg-section *{box-sizing:border-box}.cg-tag{display:inline-block;padding:4px 12px;border-radius:20px;font-size:.75rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.cg-tag--orange{background:var(--cg-orange-light);color:var(--cg-orange)}.cg-tag--yellow{background:var(--cg-yellow-light);color:#7a5a00}.cg-tag--green{background:var(--cg-green-light);color:#4a6e00}.cg-tag--blue{background:var(--cg-blue-light);color:var(--cg-blue)}.cg-tag--red{background:#fee8ea;color:var(--cg-red)}.cg-tag--gray{background:var(--cg-gray-200);color:var(--cg-gray-600)}.cg-btn{display:inline-block;padding:13px 28px;border-radius:var(--cg-radius);font-weight:600;font-size:.9rem;letter-spacing:.3px;cursor:pointer;transition:background .2s,transform .1s;border:none}.cg-btn:active{transform:scale(.98)}.cg-btn--blue{background:var(--cg-blue);color:#fff}.cg-btn--blue:hover{background:#004a9a}.cg-btn--outline{background:transparent;color:var(--cg-blue);border:2px solid var(--cg-blue)}.cg-btn--outline:hover{background:var(--cg-blue-light)}.cg-breadcrumb{background:var(--cg-gray-100);padding:10px 0;font-size:.8rem;color:var(--cg-gray-400);border-bottom:1px solid var(--cg-gray-200)}.cg-breadcrumb a{color:var(--cg-gray-800);font-weight:600}.cg-breadcrumb span{margin:0 6px;color:var(--cg-gray-200)}.cg-breadcrumb-current{color:var(--cg-gray-800);font-weight:700}.cg-hero{background:#fff}.cg-hero-inner{max-width:var(--cg-max-width);margin:0 auto;padding:56px 20px;display:grid;grid-template-columns:1fr 380px;gap:48px;align-items:stretch}.cg-hero-content{display:flex;flex-direction:column}.cg-hero-content>.cg-hero-eyebrow{order:1}.cg-hero-content>h1{order:2}.cg-hero-content>.cg-hero-desc{order:3}.cg-hero-content>.cg-hero-actions{order:4}.cg-hero-content>.cg-hero-meta{order:5}.cg-hero-eyebrow{display:flex;gap:10px;align-items:center;margin-bottom:18px;flex-wrap:wrap}.cg-hero-eyebrow .cg-tag{font-size:.68rem;padding:3px 9px}.cg-hero h1{font-size:var(--cg-fs-h1);font-weight:800;line-height:var(--cg-lh-h1);margin-top:0;margin-bottom:20px;letter-spacing:-.8px}.cg-hero h1 em{color:var(--cg-yellow-dark);font-style:normal}.cg-hero-desc{font-size:var(--cg-fs-p);line-height:var(--cg-lh-p);color:#0009;margin-bottom:28px;max-width:520px}.cg-hero-actions{display:flex;gap:14px;align-items:center;flex-wrap:wrap;margin-bottom:28px}.cg-hero-meta{display:flex;gap:16px;align-items:center;flex-wrap:wrap;font-size:.8rem;color:#00000073;padding-top:20px}.cg-hero-meta strong{color:var(--cg-gray-800)}.cg-hero-image-wrap{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 16px 48px #00000038;align-self:start;justify-self:end;aspect-ratio:3 / 2;min-height:320px}.cg-hero-image-wrap img{width:100%;height:100%;object-fit:cover;object-position:center}.cg-hero-eyebrow--overlay{display:none}.cg-fast-facts{background:var(--cg-yellow);color:var(--cg-gray-800);padding:18px 20px}.cg-fast-facts-inner{max-width:var(--cg-max-width);margin:0 auto;display:flex;gap:0;flex-wrap:nowrap;justify-content:space-between;overflow-x:auto;-webkit-overflow-scrolling:touch}.cg-fact-pill{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;gap:4px;padding:8px 24px}.cg-fact-pill+.cg-fact-pill{border-left:1px solid rgba(0,0,0,.15)}.cg-fact-icon{font-size:1.4rem;flex-shrink:0}.cg-fact-label{font-size:16px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;opacity:.6;display:block;color:var(--cg-gray-800)}.cg-fact-value{font-size:14px;font-weight:700;color:var(--cg-gray-800);white-space:nowrap}.cg-content-grid{max-width:var(--cg-max-width);margin:0 auto;padding:64px 20px;display:flex;gap:52px;align-items:flex-start}.cg-main-col{min-width:0;flex:1}.cg-sidebar{position:sticky;top:calc((var(--header-height, 0px) * var(--header-is-sticky, 0)) + 20px);flex:0 0 300px}.cg-climate-alert{background:var(--cg-yellow-light);border-left:5px solid var(--cg-yellow);border-radius:0 var(--cg-radius-lg) var(--cg-radius-lg) 0;padding:22px 26px;margin-bottom:40px;box-shadow:0 2px 8px #ffc60026}.cg-climate-alert-head{display:flex;align-items:center;gap:10px;font-weight:700;font-size:.95rem;color:#5a3c00;margin-bottom:10px}.cg-climate-alert p{font-size:var(--cg-fs-p);line-height:var(--cg-lh-p);color:#5a3c00;margin:0}.cg-intro-text{font-size:var(--cg-fs-p);line-height:var(--cg-lh-p);color:var(--cg-gray-600);margin-bottom:32px}.cg-block{margin-bottom:68px;scroll-margin-top:calc((var(--header-height, 0px) * var(--header-is-sticky, 0)) + 24px)}.cg-block h2{font-size:var(--cg-fs-h2);line-height:var(--cg-lh-h2);font-weight:800;margin-bottom:20px;color:var(--cg-gray-800);display:flex;align-items:center;gap:10px}.cg-block p{font-size:var(--cg-fs-p);line-height:var(--cg-lh-p);color:var(--cg-gray-600);margin-bottom:16px}.cg-health-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:20px}.cg-health-card{background:#fff;border:1px solid var(--cg-gray-200);border-radius:var(--cg-radius-lg);padding:20px 22px}.cg-health-card-number{width:36px;height:36px;border-radius:50%;background:var(--cg-red);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1rem;margin-bottom:14px}.cg-health-card h4{font-size:var(--cg-fs-h4);line-height:var(--cg-lh-h4);font-weight:700;color:var(--cg-gray-800);margin-bottom:4px}.cg-health-card p{font-size:var(--cg-fs-p);line-height:var(--cg-lh-p);color:var(--cg-gray-600);margin:0}.cg-editorial-break{width:100%;position:relative;overflow:hidden;max-height:380px;background:#e8e4df;margin-bottom:68px;border-radius:var(--cg-radius-lg)}.cg-editorial-break img{width:100%;height:380px;object-fit:cover;object-position:center 30%}.cg-editorial-break-caption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.5) 0%,transparent 100%);padding:40px 28px 18px;display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.cg-editorial-break-caption p{color:#fff;font-size:.82rem;font-style:italic;opacity:.9;margin:0;text-shadow:0 1px 3px rgba(0,0,0,.4)}.cg-editorial-break-caption .cg-tag{flex-shrink:0;background:var(--cg-yellow);color:var(--cg-gray-800);font-size:.68rem}.cg-info-block{background:#fff;border:1px solid var(--cg-gray-200);border-radius:var(--cg-radius-lg);margin-bottom:24px;box-shadow:0 2px 16px #00000012;border-top:4px solid var(--cg-yellow);overflow:hidden}.cg-info-block-head{display:flex;align-items:center;gap:14px;padding:20px 24px 18px;border-bottom:2px solid var(--cg-yellow);background:var(--cg-yellow-light)}.cg-info-block h3{font-size:var(--cg-fs-h3);line-height:var(--cg-lh-h3);font-weight:800;color:var(--cg-gray-800);margin:0}.cg-info-row{display:flex;gap:0;align-items:stretch;font-size:var(--cg-fs-p);background:#fff}.cg-info-row-label{font-weight:700;color:var(--cg-gray-800);flex:0 0 160px;padding:13px 16px 13px 24px;border-bottom:1px solid var(--cg-gray-200)}.cg-info-row-value{color:var(--cg-gray-600);line-height:var(--cg-lh-p);padding:13px 20px;border-bottom:1px solid var(--cg-gray-200);flex:1}.cg-info-row:last-child .cg-info-row-value,.cg-info-row:last-child .cg-info-row-label{border-bottom:none}.cg-ilc{display:flex;align-items:center;gap:16px;background:#fff;border:1px solid var(--cg-gray-200);border-radius:var(--cg-radius-lg);padding:22px 24px;margin:24px 0 40px;box-shadow:0 3px 14px #0000000f;transition:box-shadow .2s,transform .15s}.cg-ilc:hover{box-shadow:0 6px 20px #0000001a;transform:translateY(-2px)}.cg-ilc-body{flex:1;min-width:0}.cg-ilc-top{display:flex;flex-direction:column;align-items:flex-start;gap:6px;margin-bottom:4px}.cg-ilc-top strong{color:var(--cg-gray-800);font-size:.98rem;font-weight:800}.cg-ilc-label{font-size:.68rem;font-weight:700;color:var(--cg-blue);background:var(--cg-blue-light);padding:3px 9px;border-radius:20px;text-transform:uppercase;letter-spacing:.3px}.cg-ilc-desc{font-size:.82rem;color:var(--cg-gray-600);margin-bottom:10px;line-height:1.5}.cg-ilc-bottom{display:flex;align-items:center;justify-content:space-between}.cg-ilc-meta{font-size:.78rem;color:var(--cg-gray-400);font-weight:600}.cg-ilc-btn{background:var(--cg-blue);color:#fff;font-size:.78rem;font-weight:700;padding:8px 16px;border-radius:999px;white-space:nowrap}.cg-product-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;flex-wrap:wrap;gap:12px}.cg-product-grid-heading{font-size:var(--cg-fs-h3);line-height:var(--cg-lh-h3);font-weight:800;margin:0}.cg-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.cg-product-card{border:1px solid var(--cg-gray-200);border-radius:var(--cg-radius-lg);overflow:hidden;background:#fff;transition:box-shadow .2s,transform .15s;box-shadow:var(--cg-shadow);display:flex;flex-direction:column}.cg-product-card:hover{box-shadow:var(--cg-shadow-card);transform:translateY(-3px)}.cg-product-img{aspect-ratio:1;background:#fff;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.cg-product-img img{width:100%;height:100%;object-fit:contain;padding:12px}.cg-product-badge{position:absolute;top:10px;left:10px;background:var(--cg-red);color:#fff;font-size:.68rem;font-weight:800;padding:3px 8px;border-radius:4px;text-transform:uppercase;letter-spacing:.5px}.cg-product-info{padding:16px;display:flex;flex-direction:column;flex:1}.cg-product-brand{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--cg-gray-400);margin-bottom:4px}.cg-product-name{display:block;font-size:.8rem;font-weight:700;text-transform:uppercase;color:var(--cg-gray-800);line-height:1.3;margin-bottom:10px;min-height:40px;text-decoration:none}.cg-product-price{font-size:1.1rem;font-weight:800;color:var(--cg-red);margin-bottom:4px}.cg-product-price-old{font-size:.8rem;color:var(--cg-gray-400);text-decoration:line-through;margin-bottom:10px}.cg-shop-now{width:100%;padding:11px;background:var(--cg-blue);color:#fff;border:none;border-radius:var(--cg-radius);font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;text-align:center;margin-top:auto;transition:background .2s}.cg-shop-now:hover{background:#004a9a}.cg-view-collection{display:block;text-align:right;margin-top:12px;font-size:.82rem;font-weight:600;color:var(--cg-blue)}.cg-view-collection:hover{text-decoration:underline}.cg-price-disclaimer{font-size:12px;font-style:italic;color:var(--cg-gray-400);margin:10px 0 0}.cg-faq-item{border:1px solid var(--cg-gray-200);border-radius:var(--cg-radius-lg);margin-bottom:12px;overflow:hidden;box-shadow:0 1px 4px #0000000d;border-top:4px solid var(--cg-yellow)}.cg-faq-q{padding:18px 22px;font-size:.92rem;font-weight:700;color:var(--cg-gray-800);background:var(--cg-yellow-light)}.cg-faq-a{padding:16px 22px 20px;font-size:var(--cg-fs-p);line-height:var(--cg-lh-p);color:var(--cg-gray-600);border-top:1px solid var(--cg-gray-200);background:var(--cg-gray-100)}.cg-sidebar-card{background:#fff;border:1px solid var(--cg-gray-200);border-radius:var(--cg-radius-lg);padding:24px;margin-bottom:24px;box-shadow:0 2px 12px #00000012}.cg-sidebar-card h4{font-size:20px;font-weight:800;text-transform:uppercase;letter-spacing:.8px;color:var(--cg-gray-800);margin:0 0 16px;padding-bottom:12px;border-bottom:2px solid var(--cg-yellow)}.cg-toc-list{list-style:none;margin:0;padding:0}.cg-toc-list li{margin-bottom:4px}.cg-toc-list a{font-size:14px;line-height:1.5;color:var(--cg-gray-600);display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:6px;transition:background .15s,color .15s}.cg-toc-list a:hover{background:var(--cg-yellow-light);color:var(--cg-gray-800)}.cg-toc-list a.is-active{font-weight:700;color:var(--cg-gray-800)}.cg-toc-list a:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--cg-yellow-dark);flex-shrink:0}.cg-related-link{display:flex;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid var(--cg-gray-200);font-size:14px;line-height:1.5;font-weight:500;color:var(--cg-gray-600);transition:color .15s}.cg-related-link:last-child{border-bottom:none}.cg-related-link:hover{color:var(--cg-gray-800);font-weight:600}.cg-related-icon{width:16px;height:16px;object-fit:contain;flex-shrink:0}.cg-vet-badge h5{font-size:20px;font-weight:800;text-transform:uppercase;letter-spacing:.8px;color:var(--cg-gray-800);margin:0 0 16px;padding-bottom:12px;border-bottom:2px solid var(--cg-yellow)}.cg-vet-badge p{font-size:14px;line-height:1.6;color:var(--cg-gray-600);margin:0}.cg-booking-cta{background:var(--cg-yellow);padding:56px 20px;text-align:center;color:var(--cg-gray-800);border-top:4px solid var(--cg-yellow-dark)}.cg-booking-cta h2{font-size:var(--cg-fs-h2);line-height:var(--cg-lh-h2);font-weight:800;margin-bottom:12px;color:var(--cg-gray-800)}.cg-booking-cta p{font-size:var(--cg-fs-p);line-height:var(--cg-lh-p);opacity:.7;margin-bottom:28px;max-width:500px;margin-left:auto;margin-right:auto;color:var(--cg-gray-800)}.cg-booking-cta .cg-btn--booking{display:inline-block;padding:15px 36px;background:var(--cg-blue);color:#fff;border-radius:var(--cg-radius);font-weight:700;font-size:1rem;transition:background .2s}.cg-booking-cta .cg-btn--booking:hover{background:#004a9a}.cg-reading-progress{position:fixed;top:calc(var(--header-height, 0px) * var(--header-is-sticky, 0));left:0;width:100%;height:3px;background:transparent;z-index:999;pointer-events:none}.cg-reading-progress__bar{height:100%;width:0%;background:var(--cg-blue);transition:width .1s linear}@media(prefers-reduced-motion:reduce){.cg-reading-progress__bar{transition:none}}@media(max-width:900px){.cg-hero-inner{grid-template-columns:1fr;padding:40px 20px}.cg-hero-image-wrap{min-height:0;aspect-ratio:16/9;order:-1;margin-bottom:0}.cg-hero-content>.cg-hero-eyebrow:not(.cg-hero-eyebrow--overlay){display:none}.cg-hero-eyebrow--overlay{display:flex;position:absolute;top:12px;left:12px;z-index:1;margin-bottom:0}.cg-hero-content>h1{order:1}.cg-hero-content>.cg-hero-meta{order:2;padding-top:0;margin-bottom:14px}.cg-hero-content>.cg-hero-desc{order:3}.cg-hero-content>.cg-hero-actions{order:4;margin-bottom:0}.cg-hero-actions .cg-btn{font-size:.78rem;padding:10px 18px}.cg-content-grid{flex-direction:column;padding:48px 20px}.cg-sidebar{position:static;flex-basis:auto;width:100%}.cg-product-grid{grid-template-columns:repeat(2,1fr)}.cg-fast-facts-inner{display:grid;grid-template-columns:1fr 1fr;overflow-x:unset}.cg-fact-pill{min-width:0;padding:14px 20px}.cg-fact-value{white-space:normal}.cg-fact-pill+.cg-fact-pill{border-left:none}.cg-fact-pill:nth-child(1),.cg-fact-pill:nth-child(2){border-bottom:1px solid rgba(0,0,0,.12)}.cg-fact-pill:nth-child(2),.cg-fact-pill:nth-child(4){border-left:1px solid rgba(0,0,0,.12)}}@media(max-width:600px){.cg-health-grid,.cg-product-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/22/assets/care-guide-styles.css.map */
