.shop-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9;width:auto;max-width:none;overflow:hidden;pointer-events:none;visibility:hidden;opacity:0;transition:opacity .35s ease,visibility .35s ease}.section-header .custom-header-pill{z-index:2}.shop-menu.is-open{pointer-events:auto;visibility:visible;opacity:1}.shop-menu__panel{position:absolute;top:0;right:0;bottom:0;left:0;width:auto;max-width:none;background:var(--color_black, #211e1f);overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.shop-menu__back{display:none;position:absolute;top:24px;right:24px;z-index:2;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:none;background:transparent;cursor:pointer;pointer-events:auto;color:var(--color_neutral_dark, #fcfaf1)}.shop-menu__back svg{display:block;width:18px;height:18px}.shop-menu__content{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,918px);align-items:start;column-gap:40px;max-width:min(var(--container_width),100%);width:100%;margin:0 auto;padding:220px 20px 80px;box-sizing:border-box;overflow-x:hidden}.shop-menu__title{margin:50px 0 0;font-family:var(--font-primary);font-size:48px;font-weight:500;line-height:1.2;letter-spacing:-.48px;color:var(--color_neutral_dark, #fcfaf1);white-space:nowrap}.shop-menu__main{min-width:0;display:flex;flex-direction:column;gap:20px}.shop-menu__view-all.secondary-btn{align-self:flex-end;display:inline-flex;align-items:center;gap:5px;font-family:var(--font-primary);font-size:14px;font-weight:500;line-height:1;color:var(--color_neutral_dark, #fcfaf1);text-decoration:none;white-space:nowrap}.shop-menu__view-all .shop-menu__view-all-icon.btn-image{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0;line-height:0;margin:0}.shop-menu__view-all .shop-menu__view-all-icon.btn-image img{display:block;width:20px;height:20px;margin:0;object-fit:contain;transition:transform var(--ease-smooth, cubic-bezier(.32, .72, 0, 1))}.shop-menu__view-all:hover .shop-menu__view-all-icon img,.shop-menu__view-all:focus-visible .shop-menu__view-all-icon img{animation:shop-menu-btn-nudge .6s var(--ease-smooth, cubic-bezier(.32, .72, 0, 1))}.shop-menu__view-all:hover .btn_cta__char,.shop-menu__view-all:focus-visible .btn_cta__char{animation:btn-cta-wave .65s cubic-bezier(.4,0,.2,1) calc(var(--char-index, 0) * .04s)}.shop-menu__view-all-label.btn_cta{display:inline-flex;align-items:center;background:transparent;padding:0;border-radius:0;font-size:14px;font-weight:500;line-height:1;letter-spacing:normal;color:inherit}.shop-menu__view-all-label .btn_cta__text{line-height:1}@keyframes shop-menu-btn-nudge{0%{translate:0 0 0}66.67%{translate:.25em 0 0}to{translate:0 0 0}}.shop-menu__products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:36px;width:100%;max-width:100%;min-width:0;box-sizing:border-box}.shop-menu__product{display:flex;flex-direction:column;gap:20px;text-decoration:none;color:var(--color_neutral_dark, #fcfaf1);width:100%;max-width:100%;min-width:0;box-sizing:border-box}.shop-menu__product-image{position:relative;width:100%;max-width:100%;aspect-ratio:282 / 266;overflow:hidden;background:#fcfaf10f}.shop-menu__product-image img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%!important;max-width:100%!important;height:100%!important;object-fit:cover;transition:transform .45s ease}.shop-menu__product:hover .shop-menu__product-image img{transform:scale(1.03)}.shop-menu__product-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0;width:100%}.shop-menu__product-name{flex:1 1 auto;min-width:0;font-family:var(--font-primary);font-size:20px;font-weight:500;line-height:1.3;color:var(--color_neutral_dark, #fcfaf1);overflow-wrap:anywhere;word-break:break-word}.shop-menu__product-arrow{position:relative;flex-shrink:0;width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;overflow:visible}.shop-menu__product-arrow:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:var(--color_neutral_dark, #fcfaf1);transform:scale(0);opacity:0;transition:transform .35s var(--ease-smooth, cubic-bezier(.32, .72, 0, 1)),opacity .25s ease}.shop-menu__product:hover .shop-menu__product-arrow:before,.shop-menu__product:focus-visible .shop-menu__product-arrow:before{transform:scale(1);opacity:1}.shop-menu__product-arrow-bg,.shop-menu__product-arrow-icon{display:block;position:absolute}.shop-menu__product-arrow-bg{top:0;right:0;bottom:0;left:0;width:100%;height:100%}.shop-menu__product-arrow-icon{top:20%;right:20%;bottom:20%;left:20%;width:60%;height:60%;object-fit:contain;z-index:1;transition:filter .3s ease}.shop-menu__product:hover .shop-menu__product-arrow-icon,.shop-menu__product:focus-visible .shop-menu__product-arrow-icon{filter:brightness(0)}@media(prefers-reduced-motion:reduce){.shop-menu__product-arrow:before,.shop-menu__product-arrow-icon{transition:none}}.custom-header__nav-link.is-shop-trigger[aria-expanded=true]{opacity:.7}html.shop-menu-open,body.shop-menu-open{overflow:hidden;overscroll-behavior:none}body.shop-menu-open .section-header{z-index:11;overflow:visible}body.shop-menu-open .announcement-bar-section{position:relative;z-index:8}@media screen and (max-width:1024px){body.shop-menu-open .shop-menu{z-index:30}body.shop-menu-open .section-header{z-index:10}}@media screen and (max-width:1199px){.shop-menu__content{padding:120px 24px 64px;column-gap:28px}.shop-menu__title{font-size:40px}.shop-menu__products{gap:24px}.shop-menu__product-name{font-size:18px}}@media screen and (max-width:1024px){.shop-menu__back{display:inline-flex}.shop-menu__content{grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto;row-gap:20px;width:100%;max-width:100%;padding:110px 16px 40px;box-sizing:border-box}.shop-menu__title{grid-row:1;font-size:36px}.shop-menu__main{grid-row:2;width:100%;max-width:100%;min-width:0;gap:16px}.shop-menu__view-all.secondary-btn{align-self:flex-start}.shop-menu__products{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;width:100%;max-width:100%}.shop-menu__product{gap:10px;max-width:100%}.shop-menu__product-image{width:100%;max-width:100%;aspect-ratio:1 / 1}.shop-menu__product-arrow{width:24px;height:24px}.shop-menu__product-name{font-size:14px}}@media screen and (max-width:767px){.shop-menu__back{top:16px;right:12px}.shop-menu__content{padding:80px 16px 32px;row-gap:16px}.shop-menu__title{font-size:28px;letter-spacing:-.28px}.shop-menu__main{gap:16px;width:100%;max-width:100%}.shop-menu__products{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;width:100%;max-width:100%}.shop-menu__product{width:100%;max-width:100%;gap:10px}.shop-menu__product-image{width:100%;max-width:100%;aspect-ratio:1 / 1}.shop-menu__product-name,.shop-menu__view-all.secondary-btn,.shop-menu__view-all-label.btn_cta{font-size:13px}.shop-menu__product-meta{gap:6px}.shop-menu__product-arrow{width:20px;height:20px}}@media screen and (max-width:374px){.shop-menu__content{padding:80px 12px 28px}.shop-menu__title{font-size:24px}.shop-menu__products{gap:8px}.shop-menu__product-name{font-size:12px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/shop-menu.css.map */
