:root{--artecho-color-ink: #1f2933;--artecho-color-muted: #667085;--artecho-color-line: #e7e9ee;--artecho-color-surface: #ffffff;--artecho-color-surface-subtle: #f8fafc;--artecho-color-green: #43a56f;--artecho-color-coral: #ef6f5e;--artecho-color-sun: #f6c94c;--artecho-color-sky: #52a7dc;--artecho-color-grape: #8067c9;--artecho-color-rose: #db5c86;--artecho-color-rating: #8a4b16;--artecho-content-max: 1200px;--artecho-radius-sm: 6px;--artecho-radius-md: 8px;--artecho-shadow-card: 0 10px 26px rgba(31, 41, 51, .08);--artecho-shadow-hover: 0 18px 48px rgba(31, 41, 51, .1);--artecho-drawer-transition: .28s;--artecho-section-space: 70px;--artecho-grid-gap: 16px;--artecho-font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;--artecho-font-size-xs: 1.2rem;--artecho-font-size-sm: 1.4rem;--artecho-font-size-md: 1.6rem;--artecho-font-size-lg: 1.8rem;--artecho-font-size-xl: 2.4rem;--artecho-font-weight-regular: 400;--artecho-font-weight-medium: 700;--artecho-font-weight-bold: 800;--artecho-line-tight: 1.08;--artecho-line-body: 1.55;--artecho-space-1: 4px;--artecho-space-2: 8px;--artecho-space-3: 12px;--artecho-space-4: 16px;--artecho-space-5: 24px;--artecho-space-6: 32px;--artecho-space-7: 48px}.artecho-overlay-lock{overflow:hidden}.artecho-overlay{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;max-width:none;height:100dvh;max-height:none;margin:0;padding:0;border:0;overflow:hidden;visibility:hidden;overscroll-behavior:contain;transition:visibility 0s linear var(--artecho-drawer-transition)}.artecho-overlay.is-open{visibility:visible;transition-delay:0s}.artecho-overlay__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:0;border:0;background:#11182773;opacity:0;cursor:default;transition:opacity .25s ease}.artecho-overlay.is-open .artecho-overlay__backdrop{opacity:1}.artecho-overlay__panel{position:absolute;inset:0 0 0 auto;width:min(520px,100%);height:100%;display:flex;flex-direction:column;overflow:hidden;background:var(--artecho-color-surface);box-shadow:-18px 0 40px #1f29332e;transform:translate(100%);transition:transform var(--artecho-drawer-transition) ease;will-change:transform}.artecho-overlay.is-open .artecho-overlay__panel{transform:translate(0)}.artecho-overlay__header{min-height:72px;padding:18px 20px;border-bottom:1px solid var(--artecho-color-line);display:flex;flex:none;align-items:center;gap:var(--artecho-space-4)}.artecho-overlay__title{margin:0;color:var(--artecho-color-ink);font-size:var(--artecho-font-size-lg);font-weight:var(--artecho-font-weight-medium);line-height:1.2;letter-spacing:0}.artecho-overlay__close{width:44px;height:44px;margin-left:auto;padding:12px;border:0;border-radius:50%;display:grid;flex:0 0 44px;place-items:center;background:var(--artecho-color-surface-subtle);color:var(--artecho-color-ink);cursor:pointer}.artecho-overlay__close svg{width:18px;height:18px;display:block}@media(prefers-reduced-motion:reduce){.artecho-overlay,.artecho-overlay__backdrop,.artecho-overlay__panel{transition:none}}.artecho-ui__container{width:min(var(--artecho-content-max),calc(100% - 32px));margin-inline:auto}.artecho-ui{color:var(--artecho-color-ink);font-family:var(--artecho-font-body);font-size:var(--artecho-font-size-md);line-height:var(--artecho-line-body);letter-spacing:0}.artecho-footer,.artecho-newsletter,.artecho-home,.artecho-gift,.artecho-info,.artecho-use{font-family:var(--artecho-font-body);font-size:16px;line-height:var(--artecho-line-body);letter-spacing:0}.artecho-footer h1,.artecho-footer h2,.artecho-footer h3,.artecho-newsletter h1,.artecho-newsletter h2,.artecho-newsletter h3,.artecho-home h1,.artecho-home h2,.artecho-home h3,.artecho-gift h1,.artecho-gift h2,.artecho-gift h3,.artecho-info h1,.artecho-info h2,.artecho-info h3,.artecho-use h1,.artecho-use h2,.artecho-use h3{font-family:inherit;letter-spacing:0}.artecho-ui__section{padding-block:var(--artecho-section-space)}.artecho-rating-summary{display:inline-flex;align-items:center;gap:var(--artecho-space-2);color:var(--artecho-color-rating);font-size:var(--artecho-font-size-sm);font-weight:var(--artecho-font-weight-medium);line-height:1.2;letter-spacing:0;text-decoration:none}.artecho-rating-summary__stars{position:relative;display:inline-block;flex:none;color:var(--artecho-color-line);letter-spacing:0;white-space:nowrap}.artecho-rating-summary__stars:after{position:absolute;inset:0 auto 0 0;width:var(--artecho-rating-percent);overflow:hidden;color:var(--artecho-color-rating);content:"\2605\2605\2605\2605\2605";white-space:nowrap}.artecho-rating-summary__value{color:var(--artecho-color-ink)}.artecho-rating-summary__count{color:var(--artecho-color-muted)}.artecho-rating-summary[href]:hover .artecho-rating-summary__count,.artecho-rating-summary[href]:focus-visible .artecho-rating-summary__count{color:var(--artecho-color-ink)}.artecho-rating-summary[href]:focus-visible{border-radius:var(--artecho-radius-sm);outline:2px solid var(--artecho-color-ink);outline-offset:3px}.artecho-rating-summary--card{gap:var(--artecho-space-1);font-size:var(--artecho-font-size-xs);white-space:nowrap}.artecho-ui__button{min-height:44px;padding:11px 18px;border:1px solid var(--artecho-color-ink);border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:var(--artecho-color-ink);color:#fff;font:inherit;font-weight:800;line-height:1.25;text-decoration:none;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease}.artecho-ui__button:hover{background:#0b0f14;color:#fff;transform:translateY(-1px);box-shadow:0 8px 18px #1f29332e}.artecho-ui__button--secondary{background:var(--artecho-color-surface);color:var(--artecho-color-ink)}.artecho-ui__button--secondary:hover{background:#f2f4f7;color:var(--artecho-color-ink)}.artecho-ui__card{overflow:hidden;border:1px solid var(--artecho-color-line);border-radius:var(--artecho-radius-md);background:var(--artecho-color-surface);transition:transform .18s ease,box-shadow .18s ease}.artecho-ui__card:hover,.artecho-ui__card:focus-within{transform:translateY(-2px);box-shadow:var(--artecho-shadow-hover)}.artecho-ui__muted{color:var(--artecho-color-muted)}.artecho-ui__visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.artecho-ui__breadcrumb a{color:inherit;text-decoration:none;transition:color .18s ease}.artecho-ui__breadcrumb a:hover,.artecho-ui__breadcrumb a:focus-visible{color:var(--artecho-color-coral)}.artecho-newsletter{padding:70px 0;border-block:1px solid var(--artecho-color-line);background:linear-gradient(120deg,#fff3dc,#eef8ff);color:var(--artecho-color-ink)}.artecho-newsletter *,.artecho-newsletter *:before,.artecho-newsletter *:after{box-sizing:border-box}.artecho-newsletter [hidden]{display:none!important}.artecho-newsletter__inner{display:grid;grid-template-columns:1fr .82fr;gap:32px;align-items:center}.artecho-newsletter h2{margin:0 0 8px;color:var(--artecho-color-ink);font-size:40px;font-weight:700;line-height:var(--artecho-line-body);letter-spacing:0}.artecho-newsletter p{margin:0;color:#475467;font-size:16px;line-height:var(--artecho-line-body)}.artecho-newsletter__email{position:relative;display:flex;gap:10px;padding:7px;overflow:hidden;border:1px solid var(--artecho-color-line);border-radius:999px;background:#fff}.artecho-newsletter__email>.h-captcha{position:absolute}.artecho-newsletter__email input{min-width:0;flex:1;padding:0 14px;border:0;border-radius:999px;outline:0;-webkit-appearance:none;appearance:none;background:#fff;color:var(--artecho-color-ink);font:inherit}.artecho-newsletter__email input:focus,.artecho-newsletter__email input:focus-visible{outline:0;box-shadow:none}.artecho-newsletter__email .artecho-ui__button{flex:none;line-height:var(--artecho-line-body)}.artecho-newsletter__form-message{grid-column:1 / -1;min-height:52px;margin:8px 0 0!important;padding:10px 12px;border:1px solid var(--artecho-color-line);border-radius:var(--artecho-radius-md);display:inline-flex;align-items:center;gap:12px;background:var(--artecho-color-surface);color:var(--artecho-color-ink);box-shadow:var(--artecho-shadow-hover);font-size:14px!important;font-weight:var(--artecho-font-weight-medium);line-height:1.3}.artecho-newsletter__form-message--success:before,.artecho-info__form-message--success:before{width:24px;height:24px;border-radius:50%;display:inline-grid;flex:none;place-items:center;background:var(--artecho-color-green);color:var(--artecho-color-surface);content:"\\2713";font-size:12px;font-weight:900}.artecho-footer{padding:52px 0;background:#111827;color:#fff}.artecho-footer *,.artecho-footer *:before,.artecho-footer *:after{box-sizing:border-box}.artecho-footer a{color:inherit;text-decoration:none}.artecho-footer__inner{width:min(var(--artecho-content-max),calc(100% - 32px));margin:0 auto;display:grid;grid-template-columns:1.1fr repeat(6,1fr);gap:24px}.artecho-footer h3{margin:0 0 12px;color:#fff;font-size:15px;font-weight:700;line-height:var(--artecho-line-body)}.artecho-footer a,.artecho-footer p{display:block;margin:0 0 8px;color:#ffffffb8;font-size:14px;line-height:var(--artecho-line-body)}.artecho-footer__inner>div>a:last-child,.artecho-footer__inner>div>p:last-child{margin-bottom:0}.artecho-footer a{transition:color .18s ease}.artecho-footer a:hover,.artecho-footer a:focus-visible{color:#fff}.artecho-footer__brand{min-width:0}.artecho-footer__brand p{max-width:none}.artecho-footer__logo{display:block;width:auto;height:30px;margin:0 0 12px -8px}.artecho-footer__follow,.artecho-footer__pay{width:min(var(--artecho-content-max),calc(100% - 32px));margin:40px auto 0;border-top:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.artecho-footer__follow{padding:20px 0}.artecho-footer__follow h3{margin:0}.artecho-footer__follow p{margin:6px 0 0}.artecho-footer__social-row{display:flex;flex-wrap:wrap;gap:8px}.artecho-footer__social-row a{width:36px;height:36px;margin:0;border:1px solid rgba(255,255,255,.22);border-radius:50%;display:grid;place-items:center;color:#fffc;transition:background-color .18s ease,color .18s ease,border-color .18s ease}.artecho-footer__social-row a:hover,.artecho-footer__social-row a:focus-visible{border-color:#fff;background:#fff;color:#111827}.artecho-footer__social-row svg{width:16px;height:16px}.artecho-footer__pay{padding-top:20px}.artecho-footer__pay>span{color:#9ca3af;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.artecho-footer__payment-icons{display:flex;flex-wrap:wrap;gap:8px}.artecho-footer__payment-icons svg{width:auto;height:24px}.artecho-skip-link{position:fixed;z-index:100;top:8px;left:8px;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.artecho-skip-link:focus{width:auto;height:auto;padding:10px 14px;overflow:visible;clip:auto;background:var(--artecho-color-surface);color:var(--artecho-color-ink);border:2px solid var(--artecho-color-ink);border-radius:var(--artecho-radius-sm)}@media screen and (max-width:749px){:root{--artecho-section-space: 52px}.artecho-ui__container{width:calc(100% - 32px)}}@media screen and (max-width:1100px){.artecho-newsletter__inner{grid-template-columns:1fr}.artecho-footer__inner{grid-template-columns:repeat(3,minmax(0,1fr))}.artecho-footer__brand{grid-column:1 / -1}}@media screen and (max-width:720px){.artecho-newsletter{padding:46px 0}.artecho-newsletter h2{font-size:40px}.artecho-newsletter__email{flex-direction:column;border-radius:var(--artecho-radius-md)}.artecho-newsletter__email input{min-height:42px}.artecho-newsletter__email .artecho-ui__button{width:100%}.artecho-footer__inner{grid-template-columns:1fr}.artecho-footer__follow,.artecho-footer__pay{align-items:flex-start;flex-direction:column}}@media(prefers-reduced-motion:reduce){.artecho-ui__button,.artecho-ui__card,.artecho-ui__breadcrumb a,.artecho-newsletter__email,.artecho-footer a,.artecho-footer__social-row a{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/26/assets/artecho-foundation.css.map */
