:root{--bg: #FFF8F0;--bg-soft: #FBF0DF;--bg-warm: #F5E5CD;--cream: #FFFBF5;--ink: #2A1B0E;--ink-soft: #5C4533;--ink-muted: #8E7B68;--line: #EDD9B8;--line-soft: #F5E6CB;--coral: #E66B47;--coral-deep: #C44E2D;--coral-soft: #FFE0CF;--honey: #E8AB4A;--honey-soft: #FFE6B8;--sage: #8FAE7B;--sage-soft: #DDE8CD;--plum: #8B5A6E;--plum-soft: #F0DCE0;--shadow-sm: 0 2px 8px rgba(42, 27, 14, .06);--shadow-md: 0 12px 32px rgba(42, 27, 14, .1);--shadow-lg: 0 24px 64px rgba(42, 27, 14, .14);--shadow-coral: 0 12px 32px rgba(230, 107, 71, .3);--r-sm: 12px;--r: 20px;--r-lg: 32px;--r-xl: 48px;--sp-1: 8px;--sp-2: 16px;--sp-3: 24px;--sp-4: 32px;--sp-5: 48px;--sp-6: 64px;--sp-7: 80px;--ease: cubic-bezier(.25, .46, .45, .94)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:Manrope,sans-serif;font-weight:400;font-size:1rem;line-height:1.65;color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,video,svg{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--coral);outline-offset:2px}button,input,select,textarea{font:inherit;color:inherit;border:none;background:none}button{cursor:pointer}ul,ol{list-style:none}.display{font-family:"DM Serif Display",serif;font-weight:400;line-height:1.15;letter-spacing:-.01em;color:var(--ink);font-size:clamp(2rem,4vw + .5rem,4.5rem)}.display em{font-style:italic;color:var(--coral)}.section-headline{font-family:"DM Serif Display",serif;font-weight:400;line-height:1.2;letter-spacing:-.01em;color:var(--ink);font-size:clamp(2.2rem,3vw + .5rem,3.8rem)}.section-headline em{font-style:italic;color:var(--coral)}.section-lead{font-family:Manrope,sans-serif;font-size:1.05rem;font-weight:400;line-height:1.7;color:var(--ink-soft);max-width:620px}.handwritten{font-family:Caveat,cursive;font-weight:500;color:var(--coral);line-height:1.3}.label{font-family:Manrope,sans-serif;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;line-height:1.4;color:var(--ink-muted)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:56px;padding:0 32px;font-family:Manrope,sans-serif;font-weight:700;font-size:.95rem;line-height:1;border-radius:999px;border:2px solid transparent;transition:all .25s var(--ease);text-decoration:none;white-space:nowrap;cursor:pointer;position:relative}.btn:focus-visible{outline:2px solid var(--coral);outline-offset:2px}.btn-primary{background:var(--coral);color:var(--cream);border-color:var(--coral);box-shadow:var(--shadow-coral)}.btn-primary:hover{background:var(--coral-deep);border-color:var(--coral-deep);transform:translateY(-2px);box-shadow:0 16px 40px #e66b4759}.btn-primary:active{transform:translateY(0);box-shadow:var(--shadow-sm)}.btn-secondary{background:var(--cream);color:var(--coral);border-color:var(--coral)}.btn-secondary:hover{background:var(--coral-soft);transform:translateY(-2px)}.btn-secondary:active{transform:translateY(0)}.btn-ghost{background:transparent;color:var(--ink);border-color:transparent}.btn-ghost:hover{background:var(--bg-soft)}.rd-container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}.rd-container--narrow{max-width:800px}.rd-section{padding:80px 0}.rd-section--warm{background:var(--bg-soft)}.rd-section--dark{background:var(--ink);color:var(--cream)}.rd-section--dark .section-headline,.rd-section--dark .display{color:var(--cream)}.rd-section--dark .section-lead{color:var(--bg-warm)}.rd-section--dark .label{color:var(--honey)}.rd-section--cream{background:var(--cream)}.rd-grid{display:grid;gap:24px}.rd-grid--2{grid-template-columns:repeat(2,1fr)}.rd-grid--3{grid-template-columns:repeat(3,1fr)}.rd-grid--4{grid-template-columns:repeat(4,1fr)}.rd-card{background:var(--cream);border:1px solid var(--line);border-radius:var(--r-lg);padding:32px;transition:transform .3s var(--ease),box-shadow .3s var(--ease)}.rd-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.rd-card--coral-soft{background:var(--coral-soft);border-color:transparent}.rd-trust{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap}.rd-trust__item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:4px}.rd-trust__item .label{font-size:.7rem}.rd-proof{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:32px;flex-wrap:wrap;background:var(--bg-soft);padding:20px 32px;border-radius:var(--r)}.rd-proof__stat{text-align:center}.rd-proof__number{font-family:"DM Serif Display",serif;font-size:1.6rem;color:var(--coral);line-height:1.2}.rd-proof__label{font-family:Manrope,sans-serif;font-size:.75rem;font-weight:600;color:var(--ink-muted);text-transform:uppercase;letter-spacing:.08em}.rd-sticky{position:fixed;bottom:0;left:0;right:0;z-index:1000;background:var(--cream);border-top:1px solid var(--line);padding:12px 20px;display:flex;align-items:center;justify-content:center;gap:12px;transform:translateY(100%);transition:transform .35s var(--ease);box-shadow:0 -4px 20px #2a1b0e14}.rd-sticky.visible{transform:translateY(0)}.rd-progress{width:100%;height:6px;background:var(--line);border-radius:3px;overflow:hidden}.rd-progress__fill{height:100%;background:var(--coral);border-radius:3px;transition:width .3s var(--ease)}.rd-badge{display:inline-flex;align-items:center;padding:4px 12px;border-radius:999px;font-family:Manrope,sans-serif;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;line-height:1.4}.rd-badge--coral{background:var(--coral-soft);color:var(--coral-deep)}.rd-badge--sage{background:var(--sage-soft);color:var(--sage)}.rd-badge--honey{background:var(--honey-soft);color:var(--honey)}.rd-handwritten{font-family:Caveat,cursive;font-size:1.1rem;font-weight:500;color:var(--coral);display:inline-block;transform:rotate(-2deg)}.rd-icon-circle{width:48px;height:48px;min-width:48px;border-radius:50%;background:var(--coral-soft);color:var(--coral);display:flex;align-items:center;justify-content:center;flex-shrink:0}.rd-icon-circle svg{width:22px;height:22px}.rd-step-number{font-family:Caveat,cursive;font-size:2rem;font-style:italic;font-weight:700;color:var(--coral);line-height:1}.rd-faq__item{border-bottom:1px solid var(--line-soft)}.rd-faq__item:last-child{border-bottom:none}.rd-faq__question{display:flex;align-items:center;justify-content:space-between;width:100%;padding:20px 0;font-family:Manrope,sans-serif;font-weight:600;font-size:1rem;color:var(--ink);cursor:pointer;background:none;border:none;text-align:left;gap:16px;min-height:48px}.rd-faq__question:hover{color:var(--coral)}.rd-faq__icon{width:24px;height:24px;flex-shrink:0;transition:transform .3s var(--ease);color:var(--ink-muted)}.rd-faq__item.active .rd-faq__icon{transform:rotate(45deg);color:var(--coral)}.rd-faq__answer{max-height:0;overflow:hidden;transition:max-height .35s var(--ease)}.rd-faq__item.active .rd-faq__answer{max-height:500px}.rd-faq__answer-inner{padding:0 0 24px;font-size:.95rem;line-height:1.7;color:var(--ink-soft)}.rd-review{background:var(--cream);border:1px solid var(--line);border-radius:var(--r);padding:24px}.rd-review__stars{display:flex;gap:2px;margin-bottom:12px}.rd-review__star{width:18px;height:18px;color:var(--honey)}.rd-review__text{font-size:.95rem;line-height:1.7;color:var(--ink-soft);margin-bottom:16px}.rd-review__author{display:flex;align-items:center;gap:10px}.rd-review__avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;background:var(--bg-warm)}.rd-review__name{font-weight:700;font-size:.85rem;color:var(--ink)}.rd-review__meta{font-size:.75rem;color:var(--ink-muted)}.rd-product-card{background:var(--cream);border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;transition:transform .3s var(--ease),box-shadow .3s var(--ease)}.rd-product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.rd-product-card__image{aspect-ratio:1 / 1;overflow:hidden;background:var(--bg-soft)}.rd-product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s var(--ease)}.rd-product-card:hover .rd-product-card__image img{transform:scale(1.05)}.rd-product-card__body{padding:20px}.rd-product-card__title{font-family:Manrope,sans-serif;font-weight:600;font-size:1rem;line-height:1.35;color:var(--ink);margin-bottom:6px}.rd-product-card__price{font-family:Manrope,sans-serif;font-weight:700;font-size:1.05rem;color:var(--coral)}.rd-product-card__price-compare{font-weight:400;font-size:.85rem;color:var(--ink-muted);text-decoration:line-through;margin-left:6px}.rd-announce{background:var(--ink);color:var(--cream);padding:10px 20px;text-align:center;font-family:Manrope,sans-serif;font-size:.8rem;font-weight:600;line-height:1.4}.rd-announce a{color:var(--honey);text-decoration:underline;text-underline-offset:2px}.rd-announce a:hover{color:var(--honey-soft)}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.fade-up{opacity:0;animation:fadeUp .6s var(--ease) forwards;animation-fill-mode:forwards}.fade-up--d1{animation-delay:.1s}.fade-up--d2{animation-delay:.2s}.fade-up--d3{animation-delay:.3s}.fade-up--d4{animation-delay:.4s}.fade-up--d5{animation-delay:.5s}.fade-in{opacity:0;animation:fadeIn .5s var(--ease) forwards}.scale-in{opacity:0;animation:scaleIn .5s var(--ease) forwards}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.fade-up,.fade-in,.scale-in{opacity:1;transform:none}.rd-card:hover,.rd-product-card:hover{transform:none}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mt-1{margin-top:var(--sp-1)}.mt-2{margin-top:var(--sp-2)}.mt-3{margin-top:var(--sp-3)}.mt-4{margin-top:var(--sp-4)}.mb-1{margin-bottom:var(--sp-1)}.mb-2{margin-bottom:var(--sp-2)}.mb-3{margin-bottom:var(--sp-3)}.mb-4{margin-bottom:var(--sp-4)}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.gap-1{gap:var(--sp-1)}.gap-2{gap:var(--sp-2)}.gap-3{gap:var(--sp-3)}.section-header{text-align:center;max-width:680px;margin-left:auto;margin-right:auto}.section-header .section-lead{margin-left:auto;margin-right:auto}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:1024px){.rd-section{padding:64px 0}.rd-grid--3,.rd-grid--4{grid-template-columns:repeat(2,1fr)}.rd-card{padding:24px}.rd-proof{gap:24px;padding:16px 24px}}@media(max-width:767px){.rd-section{padding:48px 0}.rd-container{padding-left:16px;padding-right:16px}.display{font-size:clamp(1.75rem,6vw,2.8rem)}.section-headline{font-size:clamp(1.6rem,5vw,2.4rem)}.section-lead{font-size:.95rem}.rd-grid--2,.rd-grid--3{grid-template-columns:1fr}.rd-grid--4{grid-template-columns:repeat(2,1fr);gap:16px}.rd-grid{gap:16px}.btn{min-height:52px;padding:0 24px;font-size:.9rem;width:100%}.rd-card{padding:20px;border-radius:var(--r)}.rd-trust{gap:16px}.rd-proof{flex-direction:column;gap:16px;padding:16px 20px}.rd-faq__question{padding:16px 0;font-size:.95rem}.rd-review{padding:20px}.rd-product-card__body{padding:16px}.rd-sticky{padding:12px 16px}.rd-sticky .btn{width:100%;min-height:48px}}@media(max-width:767px){.hidden-mobile{display:none!important}}@media(min-width:1025px){.hidden-desktop{display:none!important}}@media(min-width:900px){.rd-sticky{display:none!important}}@media print{body{background:#fff;color:#000;font-size:12pt}.rd-sticky,.rd-announce,.btn,.hidden-print{display:none!important}.rd-section{padding:24px 0;break-inside:avoid}.rd-card,.rd-review,.rd-product-card{box-shadow:none;border:1px solid #ccc;break-inside:avoid}.rd-grid--2,.rd-grid--3,.rd-grid--4{grid-template-columns:1fr}a[href]:after{content:" (" attr(href) ")";font-size:.8rem;color:#666}}.rd-divider{border:none;height:1px;background:var(--line);margin:0}.rd-img-rounded{border-radius:var(--r);overflow:hidden}.rd-img-rounded img{width:100%;height:100%;object-fit:cover}.rd-pill{display:inline-flex;align-items:center;padding:6px 16px;border-radius:999px;font-family:Manrope,sans-serif;font-size:.8rem;font-weight:600;border:1px solid var(--line);background:var(--cream);color:var(--ink);cursor:pointer;transition:all .2s var(--ease);min-height:36px}.rd-pill:hover,.rd-pill.active{background:var(--coral);color:var(--cream);border-color:var(--coral)}.rd-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#2a1b0e66;z-index:900;opacity:0;pointer-events:none;transition:opacity .3s var(--ease)}.rd-overlay.active{opacity:1;pointer-events:all}.rd-stars{display:inline-flex;gap:2px;color:var(--honey)}.rd-stars svg{width:16px;height:16px;fill:currentColor}.rd-highlight{background:var(--honey-soft);border-radius:var(--r-sm);padding:16px 20px;font-size:.9rem;color:var(--ink);border-left:4px solid var(--honey)}.rd-guarantee{display:flex;align-items:flex-start;gap:16px;background:var(--sage-soft);border-radius:var(--r);padding:24px}.rd-guarantee__icon{width:48px;height:48px;min-width:48px;border-radius:50%;background:var(--sage);color:#fff;display:flex;align-items:center;justify-content:center}
/*# sourceMappingURL=/cdn/shop/t/9/assets/redesign-v2.css.map */
