.cd-shop-menu{--cd-shop-ink: #000000;--cd-shop-purple: #6c53f6;--cd-shop-muted: #838383;--cd-shop-panel-radius: 0 0 28px 28px;position:fixed;inset:var(--cd-shop-menu-top, 80px) 0 0;z-index:10020;visibility:hidden;pointer-events:none;color:var(--cd-shop-ink);font-family:Non Sans,Arial,sans-serif}.cd-shop-menu,.cd-shop-menu *{box-sizing:border-box}.cd-shop-menu a,.cd-shop-menu button{font-family:inherit}.cd-shop-menu.is-open{visibility:visible;pointer-events:auto}html.cd-shop-menu-open,body.cd-shop-menu-open{overflow:hidden!important}.cd-shop-menu__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:0;border:0;background:#15151580;opacity:0;transition:opacity .26s ease;cursor:default}.cd-shop-menu .cd-shop-menu__backdrop:hover,.cd-shop-menu .cd-shop-menu__backdrop:focus,.cd-shop-menu .cd-shop-menu__backdrop:focus-visible,.cd-shop-menu .cd-shop-menu__backdrop:active{background-color:#15151580}.cd-shop-menu.is-open .cd-shop-menu__backdrop{opacity:1}.cd-shop-menu__desktop{position:relative;width:min(100%,1440px);min-height:506px;margin:0 auto;padding:42px clamp(44px,6.4vw,96px) 30px;background:#fff;border-radius:var(--cd-shop-panel-radius);box-shadow:0 18px 38px #15151514;opacity:0;transform:translate3d(0,-14px,0);transition:opacity .23s ease,transform .32s cubic-bezier(.22,1,.36,1);outline:0}.cd-shop-menu.is-open .cd-shop-menu__desktop{opacity:1;transform:translateZ(0)}.cd-shop-menu__desktop-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:clamp(44px,6vw,96px);align-items:start}.cd-shop-menu__category-title{display:inline-flex;margin-bottom:23px;color:var(--cd-shop-ink);font-size:22px;line-height:1.2;font-weight:500;text-decoration:none}.cd-shop-menu__product-list{display:flex;flex-direction:column;gap:16px;margin:0;padding:0;list-style:none}.cd-shop-menu__product{min-width:0}.cd-shop-menu__product-link{display:grid;grid-template-columns:51px minmax(0,1fr);gap:10px;align-items:center;min-height:45px;color:var(--cd-shop-ink);text-decoration:none}.cd-shop-menu__product-media{display:grid;place-items:center;width:51px;height:45px;overflow:hidden;color:#777}.cd-shop-menu__product-image{display:block;width:100%;height:100%;object-fit:contain;transition:transform .28s cubic-bezier(.22,1,.36,1)}.cd-shop-menu__product-placeholder{width:51px;height:45px}.cd-shop-menu__product-copy{display:flex;flex-direction:column;min-width:0}.cd-shop-menu__product-badge{margin-bottom:1px;color:var(--cd-shop-purple);font-size:10px;line-height:1.1;font-weight:400;text-transform:uppercase}.cd-shop-menu__product-title{overflow:hidden;color:var(--cd-shop-ink);font-size:16px;line-height:1.25;font-weight:400;text-overflow:ellipsis}.cd-shop-menu__product-subtitle{overflow:hidden;color:var(--cd-shop-muted);font-size:14px;line-height:1.25;font-weight:400;text-overflow:ellipsis}.cd-shop-menu__product-link:hover .cd-shop-menu__product-title{text-decoration:underline;text-underline-offset:2px}.cd-shop-menu__product-link:hover .cd-shop-menu__product-image{transform:scale(1.055)}.cd-shop-menu__desktop-footer{display:flex;align-items:center;gap:44px;margin-top:23px}.cd-shop-menu__utility-link{display:inline-flex;align-items:center;gap:6px;color:var(--cd-shop-ink);font-size:18px;line-height:1.2;font-weight:500;text-decoration:none}.cd-shop-menu__utility-link:hover{text-decoration:underline;text-underline-offset:3px}.cd-shop-menu__purple-dot{width:9px;height:9px;border-radius:50%;background:var(--cd-shop-purple);box-shadow:0 0 0 3px #6c53f621}.cd-shop-menu__arrow-dot,.cd-shop-menu__round-button{display:inline-grid;place-items:center;flex:0 0 auto;border-radius:50%;background:#303030;color:#fff}.cd-shop-menu__arrow-dot{width:18px;height:18px}.cd-shop-menu__arrow-dot svg{width:11px;height:11px}.cd-shop-menu__mobile{display:none}html.cd-shop-menu-open [data-cd-shop-trigger]{text-decoration:underline;text-underline-offset:4px}@media(max-width:1180px)and (min-width:1025px){.cd-shop-menu__desktop{padding-right:38px;padding-left:38px}.cd-shop-menu__desktop-grid{grid-template-columns:1.2fr 1fr 1fr;gap:36px}}@media(max-width:1024px){.cd-shop-menu{top:0;right:0;bottom:0;left:0;--cd-shop-ink: #ffffff;--cd-shop-muted: rgba(255, 255, 255, .92)}.cd-shop-menu__desktop{display:none}.cd-shop-menu__backdrop{background:#6c53f6}.cd-shop-menu .cd-shop-menu__backdrop:hover,.cd-shop-menu .cd-shop-menu__backdrop:focus,.cd-shop-menu .cd-shop-menu__backdrop:focus-visible,.cd-shop-menu .cd-shop-menu__backdrop:active{background-color:#6c53f6}.cd-shop-menu__mobile{position:absolute;top:0;right:0;bottom:0;left:0;display:block;overflow:hidden;background:#6c53f6;opacity:0;transform:translate3d(100%,0,0);transition:opacity .22s ease,transform .36s cubic-bezier(.22,1,.36,1);outline:0}.cd-shop-menu.is-open .cd-shop-menu__mobile{opacity:1;transform:translateZ(0)}.cd-shop-menu__mobile-view{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;padding:max(20px,env(safe-area-inset-top)) 20px max(28px,env(safe-area-inset-bottom));overflow:hidden auto;overscroll-behavior:contain;background:#6c53f6;color:#fff;opacity:0;transform:translate3d(34px,0,0);pointer-events:none;transition:opacity .22s ease,transform .32s cubic-bezier(.22,1,.36,1)}.cd-shop-menu__mobile-view.is-active{z-index:2;opacity:1;transform:translateZ(0);pointer-events:auto}.cd-shop-menu__mobile-header{display:grid;grid-template-columns:28px minmax(0,1fr) 28px;gap:14px;align-items:center;min-height:36px}.cd-shop-menu__mobile-logo,.cd-shop-menu__mobile-logo a{display:inline-flex;align-items:center;justify-content:center;justify-self:center}.cd-shop-menu__mobile-logo img,.cd-shop-menu__mobile-logo svg{display:block;width:auto;max-width:92px;max-height:36px;filter:brightness(0) invert(1)!important}.cd-shop-menu__mobile-close,.cd-shop-menu__mobile-back{-webkit-appearance:none;appearance:none;display:inline-grid;place-items:center;width:28px;height:28px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;color:#fff;cursor:pointer}.cd-shop-menu__mobile-close:hover,.cd-shop-menu__mobile-close:focus,.cd-shop-menu__mobile-close:focus-visible,.cd-shop-menu__mobile-close:active,.cd-shop-menu__mobile-back:hover,.cd-shop-menu__mobile-back:focus,.cd-shop-menu__mobile-back:focus-visible,.cd-shop-menu__mobile-back:active{background:transparent;color:#fff}.cd-shop-menu__mobile-close svg,.cd-shop-menu__mobile-back svg{width:24px;height:24px}.cd-shop-menu__mobile-cart{position:relative;display:inline-flex;align-items:center;justify-content:center;justify-self:end;width:28px;height:28px;color:#fff;text-decoration:none}.cd-shop-menu__mobile-cart svg{display:block;width:23px;height:23px}.cd-shop-menu__mobile-cart:hover,.cd-shop-menu__mobile-cart:focus,.cd-shop-menu__mobile-cart:focus-visible,.cd-shop-menu__mobile-cart:active,.cd-shop-menu__mobile-title:hover,.cd-shop-menu__mobile-title:focus{color:#fff}.cd-shop-menu__mobile-cart-dot{position:absolute;top:-1px;right:-1px;width:10px;height:10px;border:1px solid #6c53f6;border-radius:50%;background:#fff}.cd-shop-menu__mobile-category-heading{display:flex;align-items:center;gap:8px;min-width:0;margin-top:54px}.cd-shop-menu__mobile-title{overflow:hidden;color:#fff;font-size:clamp(44px,12.3vw,48px);line-height:1;font-weight:500;letter-spacing:-.045em;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.cd-shop-menu__mobile-categories{display:flex;flex-direction:column;align-items:stretch;gap:0;margin-top:54px}.cd-shop-menu__mobile-category{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:4px 0 7px;border:0;border-bottom:1px solid rgba(255,255,255,.48);background:transparent;color:#fff;font:inherit;font-size:clamp(44px,12.3vw,48px);line-height:1;font-weight:500;letter-spacing:-.045em;text-align:left;cursor:pointer}.cd-shop-menu__mobile-category:hover,.cd-shop-menu__mobile-category:focus,.cd-shop-menu__mobile-category:focus-visible,.cd-shop-menu__mobile-category:active{background:transparent;color:#fff}.cd-shop-menu__arrow-dot{display:none}.cd-shop-menu__mobile-utilities{display:flex;flex-direction:column;align-items:flex-start;gap:15px;margin-top:46px}.cd-shop-menu__mobile-utilities .cd-shop-menu__utility-link{color:#fff}.cd-shop-menu__product-list--mobile{gap:23px;margin-top:34px;padding-left:38px;padding-bottom:24px}.cd-shop-menu__product-list--mobile .cd-shop-menu__product-link{grid-template-columns:51px minmax(0,1fr);gap:12px;min-height:45px}.cd-shop-menu__product-list--mobile .cd-shop-menu__product-media,.cd-shop-menu__product-list--mobile .cd-shop-menu__product-placeholder{width:51px;height:45px}.cd-shop-menu__product-list--mobile .cd-shop-menu__product-badge{color:#fff;font-size:10px;font-weight:400}.cd-shop-menu__product-list--mobile .cd-shop-menu__product-title{color:#fff;font-size:16px;font-weight:400}.cd-shop-menu__product-list--mobile .cd-shop-menu__product-subtitle{color:#ffffffeb;font-size:14px;font-weight:400}.cd-shop-menu__product-list--mobile .cd-shop-menu__product-media,.cd-shop-menu__product-list--mobile .cd-shop-menu__product-placeholder{color:#ffffff8f}.cd-shop-menu__product-list--mobile .cd-shop-menu__product-link:hover .cd-shop-menu__product-title{text-decoration:none}}@media(max-width:389px){.cd-shop-menu__mobile-view{padding-right:18px;padding-left:18px}.cd-shop-menu__product-list--mobile{padding-left:34px}}@media(prefers-reduced-motion:reduce){.cd-shop-menu__backdrop,.cd-shop-menu__desktop,.cd-shop-menu__mobile,.cd-shop-menu__mobile-view,.cd-shop-menu__product-image{transition-duration:.01ms!important}}
/*# sourceMappingURL=/cdn/shop/t/28/assets/cleerdent-shop-menu.css.map */
