:root{--rov-font: "Jost", sans-serif;--rov-font-deco: "Playfair Display", serif;--rov-text: #333;--rov-text-light: #555;--rov-text-muted: #888;--rov-accent: #d4594e;--rov-border: #e8e8e8;--rov-bg-white: #fff;--rov-bg-hero: #faf7f2;--rov-radius: 6px;--rov-radius-sm: 4px}.rov-hero{background:var(--rov-bg-hero);padding:48px 0 40px;text-align:center;position:relative;overflow:hidden;min-height:320px;display:flex;align-items:center}.rov-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 15% 50%,rgba(212,89,78,.04) 0%,transparent 50%),radial-gradient(circle at 85% 30%,rgba(212,89,78,.03) 0%,transparent 40%);pointer-events:none}.rov-hero__bg-image{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.rov-hero__bg-image img{width:100%;height:100%;object-fit:cover;opacity:.09;filter:grayscale(30%) blur(1px)}.rov-hero__deco{position:absolute;z-index:1;pointer-events:none;opacity:.06}.rov-hero__deco--left{left:-40px;bottom:-20px;width:280px;height:280px;transform:rotate(-15deg)}.rov-hero__deco--right{right:-30px;top:-10px;width:220px;height:220px;transform:rotate(25deg) scaleX(-1)}.rov-hero__inner{max-width:700px;margin:0 auto;position:relative;z-index:2;width:100%}.rov-hero__badge{display:inline-block;font-family:var(--rov-font);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#fff;background:var(--rov-accent);padding:6px 20px;border-radius:100px;margin-bottom:18px}.rov-hero__title{font-family:var(--rov-font);font-size:32px;font-weight:600;color:var(--rov-text);margin:0 0 8px;line-height:1.25}.rov-hero__tagline{font-family:var(--rov-font-deco);font-style:italic;font-size:19px;font-weight:400;color:var(--rov-accent);margin:0 0 14px;line-height:1.4}.rov-hero__subtitle{font-family:var(--rov-font);font-size:16px;font-weight:400;color:#444;line-height:1.75;margin:0 auto;max-width:580px}.rov-hero__stats{display:inline-flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap;margin-top:28px;background:#ffffffa6;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.5);border-radius:var(--rov-radius);padding:16px 28px}.rov-hero__stat{display:flex;flex-direction:column;align-items:center;gap:2px}.rov-hero__stat-number{font-size:26px;font-weight:700;color:var(--rov-text);line-height:1}.rov-hero__stat-plus{font-size:16px;font-weight:500;color:var(--rov-accent)}.rov-hero__stat-label{font-size:13px;color:var(--rov-text-muted)}.rov-hero__stat-divider{width:1px;height:28px;background:var(--rov-border)}.rov-highlights{padding:32px 0 4px;background:var(--rov-bg-white)}.rov-highlights__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.rov-highlights__card{background:var(--hl-bg, #faf7f2);border:none;border-radius:10px;padding:18px 20px;display:flex;align-items:center;gap:16px;transition:box-shadow .25s,transform .2s}.rov-highlights__card:hover{box-shadow:0 4px 14px #0000000f;transform:translateY(-1px)}.rov-highlights__icon{width:42px;height:42px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#ffffffb3;color:var(--hl-color, var(--rov-accent));border-radius:10px}.rov-highlights__icon svg{width:20px;height:20px}.rov-highlights__content{flex:1;min-width:0}.rov-highlights__title{font-family:var(--rov-font);font-size:14px;font-weight:600;color:var(--rov-text);margin:0 0 2px;line-height:1.3}.rov-highlights__text{font-family:var(--rov-font);font-size:13px;color:var(--rov-text-light);line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rov-card.rov-card--featured{grid-column:1 / -1;display:grid;grid-template-columns:1fr 1fr;overflow:hidden;background:var(--rov-accent);border:none;border-radius:var(--rov-radius);text-decoration:none;color:#fff;transition:box-shadow .3s,transform .2s;flex-direction:unset}.rov-card.rov-card--featured:hover{box-shadow:0 8px 28px #d4594e40;transform:translateY(-2px);color:#fff}.rov-card--featured__img{overflow:hidden;min-height:240px}.rov-card--featured__img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.rov-card--featured:hover .rov-card--featured__img img{transform:scale(1.04)}.rov-card--featured__body{padding:32px 36px;display:flex;flex-direction:column;justify-content:center}.rov-card--featured__badge{display:inline-block;background:#fff3;color:#fff;font-family:var(--rov-font);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;padding:5px 14px;margin-bottom:12px;border-radius:var(--rov-radius-sm);width:fit-content}.rov-card--featured__tag{font-family:var(--ov-font);font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:#ffffffb3;margin:0 0 8px}.rov-card--featured__title{font-family:var(--rov-font);font-size:24px;font-weight:600;color:#fff;margin:0 0 12px;line-height:1.3}.rov-card--featured__excerpt{font-family:var(--rov-font);font-size:15px;color:#ffffffe0;line-height:1.7;margin:0 0 20px}.rov-card--featured__cta{display:inline-flex;align-items:center;gap:8px;font-family:var(--rov-font);font-size:14px;font-weight:600;color:#fff;background:#ffffff2e;padding:10px 22px;border-radius:var(--rov-radius-sm);transition:background .2s,gap .2s;width:fit-content}.rov-card--featured:hover .rov-card--featured__cta{background:#ffffff47;gap:12px}.rov-content{padding:48px 0 32px}.rov-grid-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:20px;padding-bottom:14px;border-bottom:1px solid var(--rov-border)}.rov-grid-header__title{font-family:var(--rov-font);font-size:26px;font-weight:600;margin:0}.rov-grid-header__count{font-family:var(--rov-font);font-size:14px;color:var(--rov-text-muted);margin:0}.rov-filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:28px}.rov-filters__btn{font-family:var(--rov-font);font-size:14px;font-weight:400;color:var(--rov-text-light);background:var(--rov-bg-white);border:1px solid var(--rov-border);padding:8px 18px;border-radius:100px;cursor:pointer;transition:all .15s}.rov-filters__btn:hover{border-color:var(--rov-text);color:var(--rov-text)}.rov-filters__btn--active{background:var(--rov-text);color:#fff;border-color:var(--rov-text)}.rov-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:48px}.rov-card{display:flex;flex-direction:column;overflow:hidden;background:var(--rov-bg-white);border:1px solid var(--rov-border);border-radius:var(--rov-radius);text-decoration:none;color:inherit;transition:box-shadow .3s,transform .2s}.rov-card:hover{box-shadow:0 4px 16px #0000000f;transform:translateY(-2px)}.rov-card__img{aspect-ratio:16 / 9;overflow:hidden;background:#f5f3f0;display:flex;align-items:center;justify-content:center;position:relative}.rov-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.rov-card:hover .rov-card__img img{transform:scale(1.03)}.rov-card__body{padding:22px 24px 26px;display:flex;flex-direction:column;flex:1}.rov-card__tag{font-family:var(--rov-font);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--rov-accent);margin-bottom:8px}.rov-card__title{font-family:var(--rov-font);font-size:17px;font-weight:600;margin:0 0 8px;line-height:1.35}.rov-card__excerpt{font-family:var(--rov-font);font-size:15px;color:#444;line-height:1.6;margin:0 0 16px;flex:1}.rov-card__cta{font-family:var(--rov-font);font-size:14px;font-weight:600;color:var(--rov-accent)}.rov-empty{font-family:var(--rov-font);font-size:15px;color:var(--rov-text-muted);text-align:center;padding:48px 0}.rov-pagination{display:flex;justify-content:center;gap:8px;padding:24px 0 0;margin-top:24px;border-top:1px solid var(--rov-border)}.rov-pagination__link{font-family:var(--rov-font);font-size:14px;font-weight:500;color:var(--rov-text);padding:8px 14px;border:1px solid var(--rov-border);text-decoration:none;border-radius:var(--rov-radius-sm);transition:all .15s}.rov-pagination__link:hover{border-color:var(--rov-accent);color:var(--rov-accent)}.rov-pagination__link--active{background:var(--rov-text);color:#fff;border-color:var(--rov-text)}.rov-collection-cta{padding:48px 0;background:var(--rov-bg-white)}.rov-collection-cta__inner{background:var(--rov-bg-hero);padding:44px;text-align:center;border:1px solid var(--rov-border);border-radius:var(--rov-radius)}.rov-collection-cta__title{font-family:var(--rov-font);font-size:22px;font-weight:600;margin:0 0 6px}.rov-collection-cta__count{font-family:var(--rov-font);font-size:14px;color:var(--rov-text-muted);margin:0 0 28px}.rov-collection-cta__preview{display:flex;justify-content:center;gap:16px;margin-bottom:28px;flex-wrap:wrap}.rov-collection-cta__product{width:110px;height:110px;overflow:hidden;background:var(--rov-bg-white);border:1px solid var(--rov-border);border-radius:var(--rov-radius);display:flex;align-items:center;justify-content:center;transition:transform .2s,box-shadow .2s;cursor:pointer;text-decoration:none}.rov-collection-cta__product:hover{transform:translateY(-2px);box-shadow:0 3px 10px #00000012}.rov-collection-cta__product img{width:100%;height:100%;object-fit:contain;padding:8px}.rov-collection-cta__btn{display:inline-block;font-family:var(--rov-font);font-size:14px;font-weight:500;color:var(--rov-bg-white);background:var(--rov-text);padding:12px 28px;text-decoration:none;border-radius:var(--rov-radius-sm);transition:background .15s;cursor:pointer;border:none}.rov-collection-cta__btn:hover{background:var(--rov-accent)}.rov-faq{padding:48px 0;background:var(--rov-bg-white)}.rov-faq__title{font-family:var(--rov-font);font-size:26px;font-weight:600;margin:0 0 20px}.rov-faq__item{border-bottom:1px solid var(--rov-border)}.rov-faq__item:first-child{border-top:1px solid var(--rov-border)}.rov-faq__question{font-family:var(--rov-font);font-size:16px;font-weight:600;color:var(--rov-text);padding:16px 0;cursor:pointer;display:flex;justify-content:space-between;align-items:center;width:100%;background:none;border:none;text-align:left;line-height:1.4;gap:16px}.rov-faq__question:hover{color:var(--rov-accent)}.rov-faq__icon{font-size:18px;color:var(--rov-text-muted);flex-shrink:0;transition:transform .2s;line-height:1}.rov-faq__item.is-open .rov-faq__icon{transform:rotate(45deg)}.rov-faq__answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.rov-faq__item.is-open .rov-faq__answer{max-height:300px;padding-bottom:16px}.rov-faq__answer p{font-family:var(--rov-font);font-size:17px;line-height:1.75;color:#444;margin:0}.rov-footer-content{padding:56px 0 40px;background:var(--rov-bg-hero);border-top:1px solid var(--rov-border)}.rov-footer-content__heading{font-family:var(--rov-font);font-size:26px;font-weight:600;color:var(--rov-text);margin:0 0 20px}.rov-footer-content__subheading{font-family:var(--rov-font);font-size:20px;font-weight:600;color:var(--rov-text);margin:28px 0 12px}.rov-footer-content__text{font-family:var(--rov-font);font-size:17px;line-height:1.75;color:#444;margin:0 0 18px}.rov-footer-content__text:last-of-type{margin-bottom:0}.rov-footer-content__text a{color:var(--rov-accent);text-decoration:none;font-weight:500}.rov-footer-content__text a:hover{text-decoration:underline}.rov-related{padding:28px 0 56px;background:var(--rov-bg-hero)}.rov-related__title{font-family:var(--rov-font);font-size:14px;font-weight:600;color:var(--rov-text-muted);margin:0 0 14px;text-transform:uppercase;letter-spacing:.06em}.rov-related__links{display:flex;flex-wrap:wrap;gap:10px}.rov-related__link{font-family:var(--rov-font);font-size:14px;font-weight:500;color:var(--rov-text);background:var(--rov-bg-white);border:1px solid var(--rov-border);padding:10px 20px;border-radius:100px;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:all .15s}.rov-related__link:hover{border-color:var(--rov-accent);color:var(--rov-accent)}.rov-related__link svg{opacity:.4;transition:opacity .15s}.rov-related__link:hover svg{opacity:1}.footer-newsletter-split .wave-top{color:#faf7f2!important}@media (max-width: 900px){.rov-highlights__grid{grid-template-columns:1fr;gap:10px}.rov-card--featured{grid-template-columns:1fr}.rov-card--featured__img{min-height:200px}.rov-card--featured__title{font-size:22px}.rov-hero__deco--left{width:180px;height:180px}.rov-hero__deco--right{width:140px;height:140px}}@media (max-width: 600px){.rov-hero{padding:36px 0 28px;min-height:260px}.rov-hero__title{font-size:24px}.rov-hero__tagline{font-size:16px}.rov-hero__subtitle{font-size:14px}.rov-hero__badge{font-size:11px;padding:5px 16px;margin-bottom:14px}.rov-hero__stats{gap:16px;padding:14px 20px}.rov-hero__stat-number{font-size:22px}.rov-hero__stat-divider{width:1px;height:24px}.rov-card--featured__body{padding:24px 20px}.rov-card--featured__title{font-size:20px}.rov-card--featured__excerpt{font-size:14px}.rov-filters{gap:6px;overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.rov-filters::-webkit-scrollbar{display:none}.rov-filters__btn{font-size:13px;padding:7px 14px}.rov-grid{grid-template-columns:1fr;gap:16px}.rov-collection-cta__inner{padding:28px 20px}.rov-collection-cta__product{width:72px;height:72px}.rov-hero__deco{display:none}.rov-grid-header__title,.rov-faq__title,.rov-footer-content__heading{font-size:22px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/ratgeber-overview.css.map */
