:root{--brand-primary: #035a8a;--brand-mid: #1d6e99;--brand-light: #cff7fd;--brand-lighter: #e6fcff;--brand-navy: #024a72;--brand-dark: #1a2e3b;--brand-accent: #00b4d8;--color-white: #ffffff;--color-off-white: #f8fbfd;--color-text: #1a2533;--color-text-mid: #3d5166;--color-text-light: #6b7f91;--color-border: #d8eef5;--font-display: "Poetsen One", sans-serif;--font-body: "DM Sans", sans-serif;--section-py: 96px;--section-py-sm: 64px;--container-max: 1200px;--container-px: 24px;--radius-sm: 8px;--radius-md: 14px;--radius-lg: 20px;--radius-xl: 28px;--shadow-sm: 0 1px 4px rgba(3, 90, 138, .08);--shadow-md: 0 4px 20px rgba(3, 90, 138, .12);--shadow-lg: 0 12px 40px rgba(3, 90, 138, .18);--shadow-card: 0 2px 12px rgba(3, 90, 138, .09), 0 8px 32px rgba(3, 90, 138, .07);--transition: .22s ease;--transition-slow: .4s ease}.rh-container{max-width:var(--container-max);margin:0 auto;padding:0 40px}@media(max-width:768px){.rh-container{padding:0 20px}}@media(max-width:480px){.rh-container{padding:0 16px}}.rh-section-label{display:inline-block;font-family:var(--font-body);font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--brand-primary);margin-bottom:12px}.rh-section-label--light{color:#ffffffb3}.rh-section-title{font-family:var(--font-display);font-size:clamp(28px,4vw,42px);line-height:1.15;color:var(--color-text);margin-bottom:14px}.rh-section-sub{font-size:17px;color:var(--color-text-mid);max-width:560px;margin:0 auto}.rh-section-header{text-align:center;margin-bottom:56px}.rh-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font-body);font-size:15px;font-weight:600;padding:14px 28px;border-radius:var(--radius-sm);border:2px solid transparent;cursor:pointer;transition:all var(--transition);white-space:nowrap;letter-spacing:.01em}.rh-btn--primary{background:var(--brand-primary);color:var(--color-white);border-color:var(--brand-primary)}.rh-btn--primary:hover{background:var(--brand-navy);border-color:var(--brand-navy);transform:translateY(-1px);box-shadow:var(--shadow-md)}.rh-btn--ghost{background:transparent;color:var(--brand-primary);border-color:var(--brand-primary)}.rh-btn--ghost:hover{background:var(--brand-primary);color:var(--color-white);transform:translateY(-1px)}.rh-btn--white{background:var(--color-white);color:var(--brand-primary);border-color:var(--color-white)}.rh-btn--white:hover{background:var(--brand-lighter);transform:translateY(-1px);box-shadow:var(--shadow-md)}.rh-btn--full{width:100%}.rh-fade-in{opacity:0;transform:translateY(24px);transition:opacity .55s ease,transform .55s ease}.rh-fade-in.rh-visible{opacity:1;transform:translateY(0)}.rh-hero{background:linear-gradient(135deg,var(--brand-lighter) 0%,var(--brand-light) 60%,#b8f4fc 100%);padding:72px 0 80px;overflow:hidden;position:relative}.rh-hero:before{content:"";position:absolute;top:-80px;right:-80px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(0,180,216,.12) 0%,transparent 70%);pointer-events:none}.rh-hero__inner{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.rh-hero__rating{display:flex;align-items:center;gap:10px;margin-bottom:20px}.rh-hero__stars{color:#f5a623;font-size:18px;letter-spacing:1px}.rh-hero__rating-text{font-size:14px;color:var(--color-text-mid);font-weight:500}.rh-hero__headline{font-family:var(--font-display);font-size:clamp(36px,5vw,58px);line-height:1.1;color:var(--color-text);margin-bottom:20px}.rh-hero__headline em{font-style:normal;color:var(--brand-primary)}.rh-hero__sub{font-size:18px;color:var(--color-text-mid);line-height:1.6;margin-bottom:28px;max-width:480px}.rh-hero__pills{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:36px}.rh-pill{display:inline-flex;align-items:center;gap:6px;background:#035a8a17;color:var(--brand-primary);border:1px solid rgba(3,90,138,.2);border-radius:100px;padding:6px 14px;font-size:13px;font-weight:600}.rh-hero__ctas{display:flex;gap:14px;flex-wrap:wrap}.rh-hero__img-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:12px}.rh-hero__img-card{position:relative;border-radius:var(--radius-md);overflow:hidden;background:#fff;box-shadow:var(--shadow-card);transition:transform var(--transition),box-shadow var(--transition);display:block}.rh-hero__img-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.rh-hero__img-card img{width:100%;height:200px;object-fit:contain;padding:12px;transition:transform var(--transition-slow)}.rh-hero__img-card:hover img{transform:scale(1.04)}.rh-hero__img-card--large{grid-column:1 / -1}.rh-hero__img-card--large img{height:240px;object-fit:contain;padding:12px}.rh-hero__img-label{position:absolute;bottom:10px;left:10px;background:#035a8ae0;color:#fff;font-size:12px;font-weight:700;padding:4px 10px;border-radius:100px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.rh-trust-bar{background:var(--brand-navy);padding:28px 0}.rh-trust-bar__inner{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.rh-trust-bar__item{display:flex;align-items:center;gap:14px;color:#ffffffe6}.rh-trust-bar__icon{width:28px;height:28px;flex-shrink:0;color:var(--brand-accent)}.rh-trust-bar__item strong{display:block;font-size:14px;font-weight:700;color:var(--color-white);line-height:1.3}.rh-trust-bar__item span{font-size:12px;color:#fff9;line-height:1.3}.rh-products{padding:var(--section-py) 0;background:var(--color-off-white)}.rh-products__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.rh-product-card{background:var(--color-white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-card);transition:transform var(--transition),box-shadow var(--transition);display:flex;flex-direction:column;position:relative}.rh-product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.rh-product-card__badge{position:absolute;top:14px;left:14px;z-index:2;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:4px 10px;border-radius:100px}.rh-product-card__badge--bestseller{background:#f5a623;color:#fff}.rh-product-card__badge--vet{background:var(--brand-primary);color:#fff}.rh-product-card__badge--anxiety{background:#7c3aed;color:#fff}.rh-product-card__badge--new{background:#059669;color:#fff}.rh-product-card__img-wrap{display:block;background:#fff;overflow:hidden;aspect-ratio:1 / 1;border-radius:12px 12px 0 0}.rh-product-card__img-wrap img{width:100%;height:100%;object-fit:contain;padding:20px;transition:transform var(--transition-slow)}.rh-product-card__img-wrap--contain img{object-fit:contain;padding:20px}.rh-product-card__img-wrap--white,.rh-hero__img-card--white{background:#fff}.rh-product-card:hover .rh-product-card__img-wrap img{transform:scale(1.05)}.rh-product-card__body{padding:20px;display:flex;flex-direction:column;flex:1;gap:10px}.rh-product-card__rating{display:flex;align-items:center;gap:8px}.rh-stars{color:#f5a623;font-size:13px}.rh-rating-count{font-size:12px;color:var(--color-text-light)}.rh-product-card__name{font-family:var(--font-display);font-size:20px;color:var(--color-text);line-height:1.2}.rh-product-card__tagline{font-size:13px;color:var(--brand-mid);font-weight:600;line-height:1.4}.rh-product-card__benefits{display:flex;flex-direction:column;gap:5px;flex:1}.rh-product-card__benefits li{font-size:13px;color:var(--color-text-mid);padding-left:16px;position:relative;line-height:1.4}.rh-product-card__benefits li:before{content:"\2713";position:absolute;left:0;color:var(--brand-primary);font-weight:700;font-size:11px;top:1px}.rh-product-card__price{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding-top:4px}.rh-price-current{font-family:var(--font-display);font-size:20px;color:var(--color-text)}.rh-price-was{font-size:14px;color:var(--color-text-light);text-decoration:line-through}.rh-price-save{font-size:12px;font-weight:700;background:#dcfce7;color:#166534;padding:2px 8px;border-radius:100px}.rh-stats-banner{background:var(--brand-light);padding:56px 0;border-top:1px solid rgba(3,90,138,.1);border-bottom:1px solid rgba(3,90,138,.1)}.rh-stats-banner__inner{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;text-align:center}.rh-stat-item{display:flex;flex-direction:column;align-items:center;gap:6px}.rh-stat-number{font-family:var(--font-display);font-size:clamp(32px,4vw,48px);color:var(--brand-primary);line-height:1}.rh-stat-label{font-size:13px;font-weight:500;color:var(--color-text-mid);text-align:center}.rh-why-rhykin{background:linear-gradient(135deg,var(--brand-navy) 0%,#013a5a 100%);padding:var(--section-py) 0;position:relative;overflow:hidden}.rh-why-rhykin:before{content:"";position:absolute;bottom:-100px;left:-100px;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(0,180,216,.08) 0%,transparent 70%);pointer-events:none}.rh-why-rhykin__inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.rh-why-rhykin__headline{font-family:var(--font-display);font-size:clamp(30px,4vw,46px);color:var(--color-white);line-height:1.15;margin-bottom:24px}.rh-why-rhykin__headline em{font-style:normal;color:var(--brand-accent)}.rh-why-rhykin__copy{font-size:16px;color:#ffffffbf;line-height:1.7;margin-bottom:16px}.rh-why-rhykin__copy em{color:#fffffff2;font-style:italic}.rh-why-rhykin__left .rh-btn--white{margin-top:16px}.rh-why-rhykin__right{display:grid;grid-template-columns:1fr 1fr;gap:20px}.rh-feature-card{background:#ffffff12;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-md);padding:24px 20px;transition:background var(--transition),border-color var(--transition),transform var(--transition)}.rh-feature-card:hover{background:#ffffff1f;border-color:#00b4d866;transform:translateY(-3px)}.rh-feature-card__icon{font-size:28px;margin-bottom:12px;line-height:1}.rh-feature-card h4{font-family:var(--font-display);font-size:16px;color:var(--color-white);margin-bottom:8px;line-height:1.3}.rh-feature-card p{font-size:13px;color:#fff9;line-height:1.6}.rh-testimonials{padding:var(--section-py) 0;background:var(--color-white)}.rh-testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.rh-testimonial-card{background:var(--color-off-white);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:28px;display:flex;flex-direction:column;gap:16px;transition:box-shadow var(--transition),transform var(--transition)}.rh-testimonial-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.rh-testimonial-card__stars{color:#f5a623;font-size:16px;letter-spacing:1px}.rh-testimonial-card__quote{font-size:14px;color:var(--color-text-mid);line-height:1.7;flex:1;font-style:italic}.rh-testimonial-card__author{display:flex;align-items:center;gap:12px}.rh-testimonial-card__avatar{width:40px;height:40px;border-radius:50%;background:var(--brand-primary);color:#fff;font-weight:700;font-size:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.rh-testimonial-card__author strong{display:block;font-size:14px;color:var(--color-text);font-weight:700}.rh-testimonial-card__author span{font-size:12px;color:var(--color-text-light)}.rh-testimonial-card__product{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--brand-primary);background:#035a8a14;border:1px solid rgba(3,90,138,.15);padding:3px 10px;border-radius:100px;align-self:flex-start}.rh-guarantee{background:linear-gradient(135deg,var(--brand-dark) 0%,#0d2233 100%);padding:72px 0}.rh-guarantee__inner{display:flex;align-items:center;gap:48px}.rh-guarantee__icon{flex-shrink:0;width:100px;height:100px;border-radius:50%;border:3px solid rgba(255,255,255,.25);display:flex;align-items:center;justify-content:center}.rh-guarantee__icon svg{width:52px;height:52px;color:var(--color-white)}.rh-guarantee__title{font-family:var(--font-display);font-size:clamp(24px,3.5vw,38px);color:var(--color-white);margin-bottom:14px}.rh-guarantee__copy{font-size:16px;color:#ffffffb3;line-height:1.7;max-width:600px;margin-bottom:28px}.rh-newsletter{background:var(--brand-lighter);padding:var(--section-py-sm) 0;text-align:center;border-top:1px solid rgba(3,90,138,.1)}.rh-newsletter__title{font-family:var(--font-display);font-size:clamp(24px,3.5vw,36px);color:var(--color-text);margin-bottom:10px}.rh-newsletter__sub{font-size:16px;color:var(--color-text-mid);margin-bottom:28px}.rh-newsletter__form{display:flex;gap:0;max-width:480px;margin:0 auto 12px;border-radius:var(--radius-sm);overflow:hidden;box-shadow:var(--shadow-md);border:2px solid var(--brand-primary)}.rh-newsletter__input{flex:1;padding:14px 18px;border:none;font-family:var(--font-body);font-size:15px;color:var(--color-text);background:var(--color-white);outline:none}.rh-newsletter__form .rh-btn{border-radius:0;border:none;padding:14px 24px;font-size:14px;flex-shrink:0}.rh-newsletter__legal{font-size:12px;color:var(--color-text-light)}@media(max-width:1024px){.rh-products__grid{grid-template-columns:repeat(2,1fr)}.rh-hero__inner{gap:40px}.rh-why-rhykin__inner{gap:48px}.rh-trust-bar__inner{grid-template-columns:repeat(2,1fr);gap:20px}}@media(max-width:768px){:root{--section-py: 64px;--section-py-sm: 48px}.rh-hero{padding:36px 0 40px}.rh-hero__inner{grid-template-columns:1fr;gap:28px}.rh-hero__images{order:1}.rh-hero__content{order:0}.rh-hero__rating{margin-bottom:12px}.rh-hero__img-card--large img{height:200px}.rh-hero__img-card img{height:160px}.rh-hero__img-grid{grid-template-columns:1fr 1fr}.rh-hero__img-card:last-child:nth-child(odd){grid-column:1 / -1;max-width:50%;margin:0 auto;width:100%}.rh-trust-bar__inner{grid-template-columns:repeat(2,1fr)}.rh-products__grid{grid-template-columns:1fr;max-width:420px;margin:0 auto}.rh-stats-banner__inner{grid-template-columns:repeat(2,1fr);gap:24px}.rh-why-rhykin__inner{grid-template-columns:1fr;gap:40px}.rh-why-rhykin__right{grid-template-columns:1fr 1fr}.rh-testimonials__grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}.rh-guarantee__inner{flex-direction:column;text-align:center;gap:28px}.rh-guarantee__icon{margin:0 auto}.rh-guarantee__copy{margin-left:auto;margin-right:auto}}@media(max-width:480px){.rh-hero__pills{flex-direction:column;align-items:flex-start}.rh-hero__ctas{flex-direction:column}.rh-hero__ctas .rh-btn{width:100%}.rh-trust-bar__inner{grid-template-columns:1fr}.rh-stats-banner__inner{grid-template-columns:repeat(2,1fr)}.rh-why-rhykin__right{grid-template-columns:1fr}.rh-newsletter__form{flex-direction:column;border-radius:var(--radius-md)}.rh-newsletter__form .rh-btn{border-radius:0 0 var(--radius-sm) var(--radius-sm)}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/rhykin-homepage.css.map */
