.ryedical-rule{display:block;width:100%;height:1px;background:var(--ryedical-border-subtle);border:0;margin:0}.ryedical-rule--strong{background:var(--ryedical-border)}.ryedical-rule--forest{background:var(--ryedical-border-forest)}.ryedical-rule--oat{background:var(--ryedical-oat);height:2px;width:48px}.ryedical-rule--mark{display:block;width:32px;height:1px;background:var(--ryedical-oat);margin:0 auto}.ryedical-divider{display:flex;align-items:center;justify-content:center;gap:var(--ryedical-space-4);width:100%;max-width:320px;margin:var(--ryedical-space-12) auto;color:var(--ryedical-oat)}.ryedical-divider:before,.ryedical-divider:after{content:"";flex:1;height:1px;background:currentColor;opacity:.5}.ryedical-divider__mark{font-family:var(--ryedical-font-display);font-size:18px;font-weight:500;font-style:italic;font-variation-settings:"opsz" 24;color:var(--ryedical-oat);letter-spacing:-.02em}.ryedical-bullet,.ryedical-bullets li{position:relative;padding-left:24px;list-style:none;margin-bottom:var(--ryedical-space-2)}.ryedical-bullet:before,.ryedical-bullets li:before{content:"";position:absolute;left:0;top:.55em;width:14px;height:8px;border-left:1.5px solid var(--ryedical-sage);border-bottom:1.5px solid var(--ryedical-sage);transform:rotate(-50deg);transform-origin:0 100%}.ryedical-bullets--inverse li:before{border-color:var(--ryedical-oat)}[data-animate]{opacity:0;transform:translateY(16px);transition:opacity var(--ryedical-duration-md) var(--ryedical-ease-out),transform var(--ryedical-duration-md) var(--ryedical-ease-out);will-change:opacity,transform}[data-animate].is-visible,[data-animate=fade].is-visible{opacity:1;transform:none}[data-animate=fade]{transform:none}[data-stagger]>[data-animate]{transition-delay:0ms}@media(prefers-reduced-motion:reduce){[data-animate]{opacity:1;transform:none;transition:none}}.ryedical-texture-paper{position:relative}.ryedical-texture-paper:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.55  0 0 0 0 0.45  0 0 0 0 0.30  0 0 0 0.04 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");opacity:.6;mix-blend-mode:multiply;pointer-events:none;z-index:1}.ryedical-texture-paper>*{position:relative;z-index:2}.ryedical-mark-rye{display:inline-block;width:28px;height:28px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%23C9B584' stroke-width='1.2' stroke-linecap='round'><path d='M16 4 v24'/><path d='M16 8 c-3 0 -4 1 -4 3 c0 1.5 1.5 2 4 2'/><path d='M16 8 c3 0 4 1 4 3 c0 1.5 -1.5 2 -4 2'/><path d='M16 13 c-3 0 -4 1 -4 3 c0 1.5 1.5 2 4 2'/><path d='M16 13 c3 0 4 1 4 3 c0 1.5 -1.5 2 -4 2'/><path d='M16 18 c-3 0 -4 1 -4 3 c0 1.5 1.5 2 4 2'/><path d='M16 18 c3 0 4 1 4 3 c0 1.5 -1.5 2 -4 2'/></svg>");background-repeat:no-repeat;background-position:center;background-size:contain}.ryedical-mark-rye--lg{width:56px;height:56px}.ryedical-mark-rye--inverse{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%23E8DEC2' stroke-width='1.2' stroke-linecap='round'><path d='M16 4 v24'/><path d='M16 8 c-3 0 -4 1 -4 3 c0 1.5 1.5 2 4 2'/><path d='M16 8 c3 0 4 1 4 3 c0 1.5 -1.5 2 -4 2'/><path d='M16 13 c-3 0 -4 1 -4 3 c0 1.5 1.5 2 4 2'/><path d='M16 13 c3 0 4 1 4 3 c0 1.5 -1.5 2 -4 2'/><path d='M16 18 c-3 0 -4 1 -4 3 c0 1.5 1.5 2 4 2'/><path d='M16 18 c3 0 4 1 4 3 c0 1.5 -1.5 2 -4 2'/></svg>")}.ryedical-btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--ryedical-space-2);padding:16px 28px;font-family:var(--ryedical-font-body);font-size:var(--ryedical-fs-body);font-weight:var(--ryedical-fw-body-medium);letter-spacing:.01em;text-decoration:none;border:1px solid transparent;border-radius:var(--ryedical-radius-card);cursor:pointer;transition:background var(--ryedical-duration-sm) var(--ryedical-ease-out),color var(--ryedical-duration-sm) var(--ryedical-ease-out),border-color var(--ryedical-duration-sm) var(--ryedical-ease-out),transform var(--ryedical-duration-xs) var(--ryedical-ease-out),box-shadow var(--ryedical-duration-sm) var(--ryedical-ease-out);-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;font-variant-numeric:tabular-nums}.ryedical-btn--primary{background:var(--ryedical-forest);color:var(--ryedical-text-inverse);box-shadow:var(--ryedical-shadow-sm)}.ryedical-btn--primary:hover{background:var(--ryedical-forest-deep);box-shadow:var(--ryedical-shadow-md);transform:translateY(-1px)}.ryedical-btn--primary:active{transform:translateY(0);box-shadow:var(--ryedical-shadow-xs)}.ryedical-btn--secondary{background:transparent;color:var(--ryedical-forest);border-color:var(--ryedical-forest)}.ryedical-btn--secondary:hover{background:var(--ryedical-forest);color:var(--ryedical-text-inverse)}.ryedical-btn--ghost{background:transparent;color:var(--ryedical-forest);padding:12px 4px}.ryedical-btn--ghost:hover{color:var(--ryedical-forest-deep)}.ryedical-btn--ghost:after{content:"\2192";transition:transform var(--ryedical-duration-xs) var(--ryedical-ease-out)}.ryedical-btn--ghost:hover:after{transform:translate(4px)}.ryedical-btn--primary-inverse{background:var(--ryedical-paper);color:var(--ryedical-forest);box-shadow:var(--ryedical-shadow-sm)}.ryedical-btn--primary-inverse:hover{background:#fff;box-shadow:var(--ryedical-shadow-md);transform:translateY(-1px)}.ryedical-btn--secondary-inverse{background:transparent;color:var(--ryedical-paper);border-color:var(--ryedical-paper)}.ryedical-btn--secondary-inverse:hover{background:var(--ryedical-paper);color:var(--ryedical-forest)}.ryedical-btn:focus-visible{outline:2px solid var(--ryedical-oat);outline-offset:3px}.ryedical-btn:disabled,.ryedical-btn[aria-disabled=true]{opacity:.5;cursor:not-allowed;transform:none;pointer-events:none}.ryedical-badge{display:inline-block;padding:4px 10px;font-family:var(--ryedical-font-mono);font-size:var(--ryedical-fs-mono-label);font-weight:var(--ryedical-fw-mono);letter-spacing:var(--ryedical-ls-mono-tight);text-transform:uppercase;border-radius:2px;background:var(--ryedical-oat-soft);color:var(--ryedical-rye);border:1px solid transparent}.ryedical-badge--popular{background:var(--ryedical-forest);color:var(--ryedical-oat)}.ryedical-badge--value{background:var(--ryedical-sage);color:var(--ryedical-text-inverse)}.ryedical-badge--small{background:transparent;color:var(--ryedical-text-tertiary);border-color:var(--ryedical-border)}.ryedical-badge--text-only{background:transparent;color:var(--ryedical-rye);padding:0;border:0}
/*# sourceMappingURL=/cdn/shop/t/42/assets/ryedical-decorative.css.map */
