:root{--cu-ink: #101828;--cu-ink-soft: #344054;--cu-muted: #667085;--cu-border: #e4e7ec;--cu-surface: #f7f8fa;--cu-surface-strong: #eef1f4;--cu-green: #19d67c;--cu-green-dark: #08a95d;--cu-green-soft: #e7fbf1;--cu-green-ink: #075c35;--cu-pink: #f25591;--cu-pink-soft: #fff0f6;--cu-pink-ink: #a6285a;--cu-lavender: #f2efff;--cu-yellow-soft: #fff7d6;--cu-white: #ffffff;--cu-footer: #f8faf9;--cu-on-green: #082419;--cu-radius-sm: 8px;--cu-radius-md: 12px;--cu-radius-lg: 16px;--cu-shadow-sm: 0 1px 3px rgb(16 24 40 / 10%);--cu-shadow-md: 0 10px 30px rgb(16 24 40 / 10%);--cu-container: 1500px;--cu-gutter: 28px;--cu-heading-base: 32px}@media only screen and (max-width:768px){:root{--cu-gutter: 18px}}.cu-theme{color:var(--cu-ink);font-size:1.7rem;line-height:1.5;letter-spacing:.01em;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.cu-theme h1,.cu-theme h2,.cu-theme h3,.cu-theme h4,.cu-theme h5,.cu-theme h6{color:var(--cu-ink);letter-spacing:-.025em}:where(.cu-theme) h1,:where(.cu-theme) h2,:where(.cu-theme) h3,:where(.cu-theme) h4,:where(.cu-theme) h5,:where(.cu-theme) h6{line-height:1.1}.cu-theme [class^=cu-] p,.cu-theme [class*=" cu-"] p{margin:0}.cu-theme a{text-underline-offset:3px}.cu-theme a[class*=cu-]{text-decoration:none}.cu-theme :focus-visible{outline:3px solid rgb(25 214 124 / 35%);outline-offset:3px}.cu-theme .utility-bar{border-bottom-color:#10182814;background:linear-gradient(90deg,var(--cu-lavender),var(--cu-pink-soft) 52%,var(--cu-yellow-soft))}.cu-theme .utility-bar__grid{position:relative}body.cu-theme .utility-bar .page-width,body.cu-theme .utility-bar__grid.page-width{padding-right:var(--cu-gutter);padding-left:var(--cu-gutter)}.cu-theme .announcement-bar{display:flex;min-height:40px;align-items:center;justify-content:center;padding:9px 46px}.cu-theme .announcement-bar__message{margin:0;color:var(--cu-ink);font-size:13px;font-weight:600;letter-spacing:0;line-height:1.35}.cu-theme .announcement-bar__message strong,.cu-theme .announcement-bar__message b{font-weight:800}.cu-theme .cu-announcement__close{position:absolute;z-index:2;top:50%;right:4px;display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;padding:0;border:0;border-radius:50%;background:transparent;color:var(--cu-ink);cursor:pointer;transform:translateY(-50%)}.cu-theme .cu-announcement__close:hover{background:#10182812}.cu-theme .cu-announcement__close svg{display:block;width:14px;height:14px}.cu-theme .announcement-bar__message{min-height:0;padding:0}@media only screen and (max-width:768px){.cu-theme .announcement-bar{min-height:38px;padding:8px 38px;font-size:12px}.cu-theme .announcement-bar__message{font-size:12px}}.cu-theme .page-width{padding-right:var(--cu-gutter);padding-left:var(--cu-gutter)}.cu-container{width:100%;max-width:var(--cu-container);margin-inline:auto;padding-inline:var(--cu-gutter)}.cu-section{padding-block:clamp(40px,5vw,72px)}.cu-button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:8px;padding:12px 22px;border:1px solid transparent;border-radius:var(--cu-radius-sm);background:var(--cu-green);color:var(--cu-on-green);box-shadow:var(--cu-shadow-sm);font-weight:700;line-height:1.2;text-decoration:none;transition:transform .16s ease,box-shadow .16s ease,background-color .16s ease}.cu-button:hover{transform:translateY(-1px);box-shadow:0 6px 16px #10182824}.cu-button--secondary{border-color:var(--cu-border);background:var(--cu-white);color:var(--cu-ink)}.cu-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:var(--cu-pink-soft);color:var(--cu-pink-ink);font-size:12px;font-weight:700;line-height:1}.cu-card{overflow:hidden;border:1px solid var(--cu-border);border-radius:var(--cu-radius-md);background:var(--cu-white);box-shadow:var(--cu-shadow-sm)}.cu-section-heading{max-width:760px;margin-inline:auto;margin-bottom:32px;text-align:center}.cu-trust-strip{border-block:1px solid #ccefdc;background:var(--cu-green-soft)}.cu-trust-strip__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.cu-trust-strip__item{display:grid;grid-template-columns:44px minmax(0,1fr);gap:12px;align-items:center;min-height:112px;padding:22px 30px;border-right:1px solid #ccefdc}.cu-trust-strip__item:last-child{border-right:0}.cu-trust-strip__icon{display:inline-flex;width:44px;height:44px;align-items:center;justify-content:center;border-radius:50%;background:var(--cu-white);color:#087443;box-shadow:var(--cu-shadow-sm)}.cu-trust-strip__icon svg{width:22px;height:22px}.cu-trust-strip__title{display:block;margin-bottom:3px;color:var(--cu-ink);font-size:14px;font-weight:700}.cu-trust-strip__text{display:block;color:var(--cu-muted);font-size:13px;line-height:1.45}@media only screen and (max-width:768px){.cu-trust-strip__grid{grid-template-columns:1fr}.cu-trust-strip__item{min-height:0;padding:18px 0;border-right:0;border-bottom:1px solid #ccefdc}.cu-trust-strip__item:last-child{border-bottom:0}}@media(prefers-reduced-motion:reduce){.cu-theme *,.cu-theme *:before,.cu-theme *:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.cu-theme .footer{border-top-color:var(--cu-border);background:var(--cu-footer);color:var(--cu-ink-soft);font-size:16px}.cu-theme .footer__content-bottom{border-top-color:var(--cu-border)}.cu-theme .footer>.cu-trust-strip{margin-bottom:36px}.cu-theme .footer>.cu-trust-strip:first-child+.footer__content-top,.cu-theme .footer>.footer__content-top:first-child{padding-top:0}@media only screen and (min-width:750px){.cu-theme .footer__content-top .footer__blocks-wrapper.grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr) minmax(0,1fr);gap:64px}.cu-theme .footer__content-top .footer__blocks-wrapper>.grid__item{width:auto;max-width:none;padding-left:0}.cu-theme .footer__content-bottom{display:flex;align-items:center;justify-content:space-between;padding-right:var(--cu-gutter);padding-left:var(--cu-gutter)}.cu-theme .footer__content-bottom>.footer__content-bottom-wrapper{width:auto;margin-inline:0;flex:0 1 auto;padding-right:0;padding-left:0}.cu-theme .footer__localization:empty{display:none}.cu-theme .footer__content-bottom-wrapper--center{order:-1;justify-content:flex-start}.cu-theme .footer__copyright{text-align:left}}.cu-theme .footer-block__heading{margin-bottom:14px;color:var(--cu-ink);font-size:14px;font-weight:700;letter-spacing:-.01em}.cu-footer-brand{max-width:430px}.cu-footer-brand__logo-link{display:inline-block;margin-bottom:20px}.cu-footer-brand__logo{display:block;width:min(100%,var(--cu-footer-logo-width, 180px));height:auto}.cu-footer-contact__company{margin:0 0 14px;color:var(--cu-ink-soft);line-height:1.55;font-weight:700}.cu-footer-contact__address{margin-bottom:14px;color:var(--cu-muted);font-size:13px;line-height:1.55}.cu-footer-contact__address p{margin:0}.cu-footer-contact__links{display:flex;flex-wrap:wrap;gap:8px 18px;margin:0 0 18px;padding:0;list-style:none}.cu-footer-contact__links a{display:inline-flex;align-items:center;gap:7px;color:var(--cu-ink-soft);font-size:13px;text-decoration:none}.cu-footer-contact__links a:hover{color:var(--cu-green-dark)}.cu-footer-contact__links svg{width:16px;height:16px;color:var(--cu-green-dark)}.template-cart .cart__items{border-color:var(--cu-border)}.template-cart .cart-item__name{color:var(--cu-ink);font-weight:650}.template-cart .cart-item__name:hover{color:var(--cu-green-dark)}.template-cart .cart__checkout-button,.cart-drawer .cart__checkout-button{min-height:54px;border-radius:var(--cu-radius-sm);background:var(--cu-green);color:var(--cu-on-green);box-shadow:0 8px 20px #08a95d33;font-weight:800;letter-spacing:.01em;text-transform:uppercase}.template-cart .cart__checkout-button:hover,.cart-drawer .cart__checkout-button:hover{background:#20e589;box-shadow:0 12px 26px #08a95d42}.template-cart .totals__total-value,.cart-drawer .totals__total-value{color:var(--cu-ink);font-weight:800}.cu-favorites-menu{position:relative}.cu-favorites-menu__trigger{position:relative;display:inline-flex;align-items:center;justify-content:center;border:0;background:transparent;color:currentcolor;cursor:pointer;line-height:0}.cu-favorites-menu__count{position:absolute;top:-6px;right:-8px;box-sizing:border-box;min-width:20px;height:20px;padding:0 5px;border:2px solid var(--cu-white);border-radius:999px;background:var(--cu-pink);color:var(--cu-white);font-size:11px;font-weight:700;line-height:16px;text-align:center}.cu-theme .card-wrapper .card{transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.cu-theme .card-wrapper:hover .card{border-color:#b9e9d2;box-shadow:0 14px 32px #1018281f;transform:translateY(-3px)}.cu-theme .card-wrapper .card__media img{transition:transform .35s ease}.cu-theme .card-wrapper:hover .card__media img{transform:scale(1.035)}.cu-theme .underline-links-hover:hover a,.cu-theme .card__heading a,.cu-theme .card__heading a:hover,.cu-theme .card__heading a:focus{text-decoration:none}.cu-theme .card__heading,.cu-theme .card__heading a{letter-spacing:inherit}.cu-theme .card .price,.cu-theme .card .price-item{letter-spacing:inherit;line-height:1.3}.cu-theme .card .price__regular .price-item,.cu-theme .card .price__sale .price-item--sale{font-size:12px;font-weight:500}.cu-theme .card .price .money{font-size:14px;font-weight:800}.cu-theme .card .price__sale .price-item--regular,.cu-theme .card .price__sale .price-item--regular .money{color:var(--cu-muted);font-size:13px;font-weight:500}.cu-favorite-toggle{position:absolute;z-index:5;top:10px;right:10px;display:grid;width:32px;height:32px;place-items:center;padding:0;border:1px solid rgb(17 24 39 / 8%);border-radius:50%;background:#fffffff0;color:#ff4f83;box-shadow:0 2px 8px #10182824;cursor:pointer;line-height:0;transition:color .16s ease,background-color .16s ease,border-color .16s ease}.cu-favorite-toggle svg{display:block;overflow:visible;width:18px;height:18px;flex:0 0 auto;transform:translateY(-.5px)}.cu-favorite-toggle:hover,.cu-favorite-toggle:focus-visible,.cu-favorite-toggle.is-active{border-color:#11182714;background:#ff4f83;color:var(--cu-white)}.cu-favorite-toggle.is-active svg path{fill:currentcolor}@media only screen and (max-width:768px){.cu-favorite-toggle{top:8px;right:8px;width:30px;height:30px}.cu-favorite-toggle svg{width:17px;height:17px}}.cu-product-favorite{display:flex;align-items:center;gap:10px;margin-top:6px;color:var(--cu-ink-soft);font-size:14px;font-weight:600}.cu-product-favorite .cu-favorite-toggle{position:static;top:auto;right:auto}.cu-horizontal-nav{position:relative}.cu-horizontal-nav__button{position:absolute;z-index:4;top:50%;display:inline-flex;width:44px;height:44px;align-items:center;justify-content:center;padding:0;border:1px solid var(--cu-border);border-radius:50%;background:#fffffff7;color:var(--cu-muted);box-shadow:0 5px 15px #10182821;cursor:pointer;transform:translateY(-50%);transition:border-color .16s ease,color .16s ease,box-shadow .16s ease,opacity .16s ease}.cu-horizontal-nav__button:hover,.cu-horizontal-nav__button:focus-visible{border-color:#b9e9d2;color:#087a4a;box-shadow:0 7px 18px #1018282b}.cu-horizontal-nav__button[hidden]{display:none}.cu-horizontal-nav__button--previous{left:-18px}.cu-horizontal-nav__button--next{right:-18px}.cu-horizontal-nav__button svg{display:block;width:20px;height:20px;fill:none;stroke:currentcolor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}
/*# sourceMappingURL=/cdn/shop/t/11/assets/cu-foundation.css.map */
