@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap";:root{--c-fg:#171512;--c-bg:#FFFFFF;--c-muted:#6B665C;--c-muted-2:#8A857B;--c-body:#4A463F;--c-card:#F7F6F4;--c-accent:#6B665C;--c-hover:#6B665C;--c-wish:#6B665C;--c-footer:#171512;--c-line:rgba(23,21,18,.08);--c-line-2:rgba(23,21,18,.15);--c-gutter:6vw;--c-radius:20px}html{font-size:62.5%}body,button,input,select,textarea,h1,h2,h3,h4,h5,h6,p,a,li,span,div,label,.h0,.h1,.h2,.h3,.h4,.h5{font-family:Manrope,sans-serif!important}body{color:var(--c-fg);letter-spacing:normal;line-height:1.6}h1,h2,h3,h4,h5,h6{font-weight:500;letter-spacing:-.015em;line-height:1.12;text-wrap:pretty}.ct-header{position:fixed;top:0;left:0;right:0;z-index:90;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:16px var(--c-gutter);transition:background .3s ease,border-color .3s ease;border-bottom:1px solid transparent;background:transparent}.ct-header.is-scrolled{background:var(--c-bg);border-bottom-color:var(--c-line)}.ct-header a,.ct-header button{color:#fff;transition:color .3s ease;text-decoration:none}.ct-header.is-scrolled a,.ct-header.is-scrolled button{color:var(--c-fg)}.ct-header__left{display:flex;align-items:center;gap:20px}.ct-header__right{display:flex;align-items:center;justify-content:flex-end;gap:24px}.ct-iconbtn{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:0}.ct-header__logo{display:block;margin:0 auto}.ct-header__logo img{display:block;height:64px;width:auto;filter:brightness(0) invert(1);transition:filter .3s ease}.ct-header.is-scrolled .ct-header__logo img{filter:none}.ct-navlink{font-size:12.5px;font-weight:500;letter-spacing:.01em}.ct-bag{position:relative}.ct-bag__count{position:absolute;top:-6px;right:-8px;min-width:16px;height:16px;padding:0 4px;border-radius:100px;background:var(--c-fg);color:#fff;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center}@media(max-width:749px){.ct-header{padding:12px 20px}.ct-header__logo img{height:46px}.ct-hide-sm{display:none}}.ct-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#17151259;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);opacity:0;pointer-events:none;transition:opacity .3s ease}.ct-scrim.is-open{opacity:1;pointer-events:auto}.ct-drawer{position:fixed;top:0;left:0;bottom:0;z-index:110;width:min(440px,100vw);background:var(--c-bg);display:flex;flex-direction:column;transform:translate(-100%);transition:transform .4s cubic-bezier(.19,1,.22,1);overflow-y:auto}.ct-drawer.is-open{transform:translate(0)}.ct-drawer__top{display:flex;align-items:center;justify-content:space-between;padding:20px 34px;background:var(--c-bg)}.ct-drawer__top img{height:34px;width:auto;display:block;background:transparent}.ct-close{background:none;border:none;cursor:pointer;padding:8px;line-height:0;transition:transform .3s ease,color .25s ease;color:var(--c-fg)}.ct-close:hover{transform:rotate(90deg)}.ct-rule{height:1px;background:var(--c-line);margin:0 34px}.ct-drawer__nav{display:flex;flex-direction:column;gap:13px;padding:26px 34px}.ct-drawer__nav a{font-size:21px;font-weight:400;letter-spacing:-.02em;text-decoration:none;color:var(--c-fg);line-height:1.25}.ct-drawer__cta{margin:6px 34px 24px;display:flex;align-items:center;justify-content:center;background:var(--c-fg);color:#fff!important;text-decoration:none;font-size:12.5px;font-weight:600;letter-spacing:.01em;padding:15px 24px;border-radius:100px;transition:background .25s ease}.ct-drawer__sec{display:flex;flex-direction:column;gap:10px;padding:22px 34px;margin-top:auto}.ct-drawer__sec a{font-size:13px;color:var(--c-muted);text-decoration:none}.ct-drawer__social{display:flex;gap:18px;padding:16px 34px 32px}.ct-drawer__social a{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--c-muted);text-decoration:none}.ct-footer{background:var(--c-footer);color:#fafaf8b3;padding:88px var(--c-gutter) 40px}.ct-footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:64px;align-items:start}.ct-footer__logo{height:78px;width:auto;display:block;filter:brightness(0) invert(1);margin-bottom:24px}.ct-footer__blurb{font-size:13px;line-height:1.75;max-width:320px;margin:0;text-wrap:pretty}.ct-footer h3{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#fafaf8;font-weight:600;margin:0 0 18px}.ct-footer ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:11px}.ct-footer a{font-size:13px;color:#fafaf8b3;text-decoration:none}.ct-footer__base{margin-top:72px;padding-top:24px;border-top:1px solid rgba(250,250,248,.14);display:flex;justify-content:space-between;gap:20px;font-size:11.5px;flex-wrap:wrap}@media(max-width:749px){.ct-footer{padding:56px 20px 32px}.ct-footer__grid{grid-template-columns:1fr;gap:36px}.ct-footer__base{flex-direction:column;gap:10px}}.ct-header a:hover,.ct-header button:hover,.ct-navlink:hover{color:var(--c-hover)!important;font-weight:700!important;opacity:1!important}.ct-header:not(.is-scrolled) a:hover,.ct-header:not(.is-scrolled) button:hover{color:#ffffffb8!important}.ct-drawer__nav a:hover,.ct-drawer__sec a:hover,.ct-drawer__social a:hover{color:var(--c-hover)!important;font-weight:700!important}.ct-drawer__cta:hover{background:var(--c-hover)!important;font-weight:700!important}.ct-close:hover{color:var(--c-hover)!important}.ct-footer a:hover{color:#fafaf8!important;font-weight:700!important}.ct-marq__all:hover{color:var(--c-hover)!important;border-color:var(--c-hover)!important;font-weight:700!important}.ct-cell>a:hover .ct-cell__name{color:#ffffffbf!important;font-weight:700!important}.ct-hero__cta:hover{background:#fff!important;border-color:#fff!important;color:var(--c-fg)!important;font-weight:700!important}.cp-card__hit:hover .cp-card__title,.cp-card__finish:hover{color:var(--c-hover)!important;font-weight:700!important}.cp-card__add:hover{background:var(--c-hover)!important;border-color:var(--c-hover)!important}.cp-card__add:hover svg{stroke:#fff!important}.cp-add:hover,.cp-note__cta:hover,.cp-svc__cta:hover{background:var(--c-hover)!important;border-color:var(--c-hover)!important;color:#fff!important;font-weight:700!important}.cp-close:hover,.cp-railbtn:hover{color:var(--c-hover)!important}.cp-qty a:hover,.cp-qty button:hover,.ck__name:hover,.ck__remove:hover{color:var(--c-hover)!important;font-weight:700!important}.ck__cta:hover,.ck__checkout:hover{background:var(--c-hover)!important;font-weight:700!important}.ck__stepper a:hover{background:var(--c-hover)!important;color:#fff!important}.cg-body a{color:var(--c-fg)}.cg-body a:hover{color:var(--c-hover)!important;font-weight:700!important}
/*# sourceMappingURL=/cdn/shop/t/4/assets/cornetta.css.map */
