.mega-menu{position:static}.mega-menu__content{background-color:rgb(var(--color-background));border-left:0;border-radius:0;border-right:0;left:0;overflow-y:auto;padding-bottom:3rem;padding-top:3rem;position:absolute;right:0;top:100%}.shopify-section-header-sticky .mega-menu__content{max-height:calc(100vh - var(--header-bottom-position-desktop, 20rem) - 4rem)}.header-wrapper--border-bottom .mega-menu__content{border-top:0}.js .mega-menu__content{opacity:0;transform:translateY(-1.5rem)}.mega-menu[open] .mega-menu__content{opacity:1;transform:translateY(0)}.mega-menu__list{display:grid;gap:1.8rem 2rem;grid-template-columns:repeat(7,minmax(0,1fr));list-style:none}.mega-menu__link{color:rgba(var(--color-foreground),.75);display:block;line-height:calc(1 + .3 / var(--font-body-scale));padding-bottom:.6rem;padding-top:.6rem;text-decoration:none;transition:text-decoration var(--duration-short) ease;word-wrap:break-word;font-size:10px}.mega-menu__link--level-2{font-weight:700}.header--top-center .mega-menu__list{display:flex;justify-content:center;flex-wrap:wrap;column-gap:0}.header--top-center .mega-menu__list>li{width:16%;padding-right:2.4rem}.mega-menu__link:hover,.mega-menu__link--active{color:rgb(var(--color-foreground));text-decoration:underline}.mega-menu__link--active:hover{text-decoration-thickness:.2rem}.mega-menu .mega-menu__list--condensed{display:block}.mega-menu__list--condensed .mega-menu__link{font-weight:400}.mega-menu--visual .mega-menu__content{padding:3.6rem 0 4.4rem;background:#fafaf8;border-top:1px solid rgba(var(--color-foreground),.08);box-shadow:0 18px 40px -20px #0000002e,0 36px 80px -36px #00000024;z-index:60}.shopify-section.section-header,.shopify-section-group-header-group,.shopify-section-header-sticky,sticky-header{z-index:100!important}sticky-header{position:relative}.mega-menu__layout{display:grid;grid-template-columns:minmax(0,1fr);gap:4rem;align-items:start}.mega-menu__layout:has(.mega-menu__featured),.mega-menu__layout:has(.mega-menu__featured-products){grid-template-columns:minmax(0,1fr) minmax(290px,340px)}@media(max-width:1199px){.mega-menu__layout,.mega-menu__layout:has(.mega-menu__featured),.mega-menu__layout:has(.mega-menu__featured-products){grid-template-columns:minmax(0,1fr);gap:2.4rem}}.mega-menu__list--visual{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2.4rem 3.2rem;list-style:none;margin:0;padding:0}@media(max-width:749px){.mega-menu__list--visual{grid-template-columns:repeat(2,minmax(0,1fr))}}.mega-menu__col{min-width:0}.mega-menu__heading{position:relative;display:block;font-size:1.3rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgb(var(--color-foreground));padding:0 0 1.2rem;margin:0 0 1rem;width:100%;text-decoration:none;transition:color var(--duration-short) ease;background-image:linear-gradient(90deg,rgb(var(--color-foreground)) 0% 24%,rgba(var(--color-foreground),.12) 24% 100%);background-position:bottom left;background-size:100% 1.5px;background-repeat:no-repeat}.mega-menu__heading:before{content:"";display:inline-block;width:5px;height:5px;background:#c0392b;border-radius:50%;margin-right:.7rem;vertical-align:middle;position:relative;top:-2px}.mega-menu__heading:hover{color:rgb(var(--color-foreground))}.mega-menu__heading:hover:before{animation:ardor-heading-pulse .6s ease}@keyframes ardor-heading-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.4)}}.mega-menu__sublist{margin:0;padding:0;list-style:none}.mega-menu__sublist .mega-menu__link{position:relative;display:block;font-size:1.4rem;font-weight:500;padding:.7rem 2.4rem .7rem 1.2rem;margin-left:-1.2rem;color:rgba(var(--color-foreground),.78);text-decoration:none;border-radius:.4rem;line-height:1.35;transition:padding .2s ease,color .2s ease,background-color .2s ease}.mega-menu__sublist .mega-menu__link:after{content:"";position:absolute;right:1rem;top:50%;width:12px;height:8px;margin-top:-4px;background:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 10'%3E%3Cpath fill='none' stroke='%23000' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round' d='M1 5h12M9 1l4 4-4 4'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 10'%3E%3Cpath fill='none' stroke='%23000' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round' d='M1 5h12M9 1l4 4-4 4'/%3E%3C/svg%3E") center/contain no-repeat;opacity:0;transform:translate(-6px);transition:opacity .2s ease,transform .2s ease}.mega-menu__sublist .mega-menu__link:hover,.mega-menu__sublist .mega-menu__link:focus-visible{color:rgb(var(--color-foreground));background:rgba(var(--color-foreground),.05);padding-left:1.6rem;text-decoration:none}.mega-menu__sublist .mega-menu__link:hover:after,.mega-menu__sublist .mega-menu__link:focus-visible:after{opacity:.55;transform:translate(0)}.mega-menu__sublist .mega-menu__link--active{color:rgb(var(--color-foreground));font-weight:700}.mega-menu__col--brand{grid-column:span 2;min-width:0}@media(max-width:749px){.mega-menu__col--brand{grid-column:span 2}}.mega-menu__brand-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem}.mega-menu__brand-tile{display:flex;align-items:center;justify-content:center;height:5.4rem;padding:.8rem;border:1px solid rgba(var(--color-foreground),.08);border-radius:.6rem;background:rgb(var(--color-background));text-decoration:none;transition:border-color var(--duration-short) ease,transform var(--duration-short) ease,box-shadow var(--duration-short) ease}.mega-menu__brand-tile:hover,.mega-menu__brand-tile:focus-visible{border-color:rgba(var(--color-foreground),.45);transform:translateY(-1px);box-shadow:0 4px 14px rgba(var(--color-foreground),.06)}.mega-menu__brand-tile--active{border-color:rgb(var(--color-foreground))}.mega-menu__brand-logo{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.mega-menu__brand-img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;filter:grayscale(1) contrast(1.05);opacity:.78;transition:filter var(--duration-short) ease,opacity var(--duration-short) ease}.mega-menu__brand-tile:hover .mega-menu__brand-img,.mega-menu__brand-tile:focus-visible .mega-menu__brand-img{filter:none;opacity:1}.mega-menu__brand-name{font-size:1.2rem;font-weight:600;letter-spacing:.04em;color:rgb(var(--color-foreground));text-align:center;line-height:1.2}.mega-menu__col--colour{grid-column:span 1;min-width:0}@media(max-width:749px){.mega-menu__col--colour{grid-column:span 2}}.mega-menu__swatch-grid{display:grid;grid-template-columns:1fr;gap:.2rem .6rem}.mega-menu__swatch{display:flex;align-items:center;gap:1rem;padding:.6rem .4rem;text-decoration:none;color:rgba(var(--color-foreground),.85);font-size:1.3rem;border-radius:.4rem;transition:background-color var(--duration-short) ease,color var(--duration-short) ease}.mega-menu__swatch:hover,.mega-menu__swatch:focus-visible{background:rgba(var(--color-foreground),.04);color:rgb(var(--color-foreground))}.mega-menu__swatch--active{font-weight:600;color:rgb(var(--color-foreground))}.mega-menu__swatch-dot{flex-shrink:0;display:block;width:1.8rem;height:1.8rem;border-radius:50%;border:1px solid rgba(var(--color-foreground),.18);box-shadow:inset 0 0 0 2px rgb(var(--color-background));background-clip:padding-box}.mega-menu__swatch-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mega-menu__shape-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:1.2rem .8rem}.mega-menu__shape{display:flex;flex-direction:column;align-items:center;gap:.6rem;padding:1rem .4rem;text-decoration:none;color:rgba(var(--color-foreground),.85);border-radius:.6rem;transition:background-color var(--duration-short) ease,color var(--duration-short) ease}.mega-menu__shape:hover,.mega-menu__shape:focus-visible{background:rgba(var(--color-foreground),.04);color:rgb(var(--color-foreground))}.mega-menu__shape--active{font-weight:600;color:rgb(var(--color-foreground))}.mega-menu__shape-icon{display:block;width:5.2rem;height:2.6rem;color:rgba(var(--color-foreground),.85)}.mega-menu__shape-icon svg{display:block;width:100%;height:100%}.mega-menu__shape-label{font-size:1.2rem;font-weight:500;letter-spacing:.03em;text-align:center;color:rgba(var(--color-foreground),.92)}.mega-menu__featured{display:block;position:relative;overflow:hidden;border-radius:.8rem;text-decoration:none;color:rgb(var(--color-foreground));background:rgba(var(--color-foreground),.03);transition:transform var(--duration-short) ease,box-shadow var(--duration-short) ease}.mega-menu__featured:hover,.mega-menu__featured:focus-visible{transform:translateY(-2px);box-shadow:0 10px 30px rgba(var(--color-foreground),.1)}.mega-menu__featured-media{display:block;aspect-ratio:4 / 3;background:rgba(var(--color-foreground),.06);overflow:hidden}.mega-menu__featured-img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.mega-menu__featured:hover .mega-menu__featured-img{transform:scale(1.04)}.mega-menu__featured-body{display:flex;flex-direction:column;gap:.4rem;padding:1.4rem 1.6rem 1.6rem}.mega-menu__featured-eyebrow{font-size:1rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:rgba(var(--color-foreground),.55)}.mega-menu__featured-title{font-size:1.6rem;font-weight:700;letter-spacing:.02em;line-height:1.2}.mega-menu__featured-cta{display:inline-flex;align-items:center;gap:.6rem;font-size:1.2rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;margin-top:.4rem;color:rgb(var(--color-foreground))}.mega-menu__featured-cta svg{transition:transform var(--duration-short) ease}.mega-menu__featured:hover .mega-menu__featured-cta svg{transform:translate(3px)}.mega-menu__featured-products{display:flex;flex-direction:column;gap:1rem}.mega-menu__featured-products .mega-menu__featured-eyebrow{margin-bottom:.2rem}.mega-menu__featured-product{display:flex;gap:1.2rem;padding:.8rem;background:#fff;border-radius:.6rem;border:1px solid rgba(var(--color-foreground),.08);text-decoration:none;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease;align-items:center}.mega-menu__featured-product:hover,.mega-menu__featured-product:focus-visible{border-color:rgba(var(--color-foreground),.4);transform:translateY(-2px);box-shadow:0 8px 22px -8px #00000024}.mega-menu__featured-product-media{position:relative;flex-shrink:0;width:6.4rem;height:6.4rem;background:rgba(var(--color-foreground),.04);border-radius:.4rem;overflow:hidden;display:flex;align-items:center;justify-content:center}.mega-menu__featured-product-img{max-width:100%;max-height:100%;object-fit:contain;width:auto;height:auto}.mega-menu__featured-product-badge{position:absolute;top:.4rem;left:.4rem;background:#c0392b;color:#fff!important;font-size:.95rem;font-weight:700;letter-spacing:.04em;padding:.15rem .5rem;border-radius:.3rem;line-height:1.3}.mega-menu__featured-product-body{display:flex;flex-direction:column;justify-content:center;gap:.35rem;min-width:0;flex:1}.mega-menu__featured-product-title{font-size:1.25rem;font-weight:600;line-height:1.25;color:rgb(var(--color-foreground));display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.mega-menu__featured-product-price{display:flex;align-items:baseline;gap:.6rem;font-size:1.2rem;flex-wrap:wrap;line-height:1.2}.mega-menu__featured-product-price s{color:rgba(var(--color-foreground),.45);font-size:1.1rem}.mega-menu__featured-product-price strong{color:rgb(var(--color-foreground));font-weight:700}.mega-menu__featured-shop-all{display:inline-flex;align-items:center;gap:.5rem;align-self:flex-start;margin-top:.6rem;padding:.6rem 0;font-size:1.15rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:rgb(var(--color-foreground));text-decoration:none;transition:gap .2s ease}.mega-menu__featured-shop-all:hover,.mega-menu__featured-shop-all:focus-visible{gap:.9rem;text-decoration:underline;text-underline-offset:4px}.header__menu-item--sale{position:relative;color:#c0392b}.header__menu-item--sale span{color:#c0392b!important;font-weight:700!important}.header__menu-item .header__sale-badge,.header__menu-item--sale .header__sale-badge,span.header__sale-badge{display:inline-block;margin-left:.6rem;padding:.15rem .55rem;background:#c0392b;color:#fff!important;font-size:1rem;font-weight:700;letter-spacing:.08em;border-radius:.3rem;vertical-align:middle;line-height:1.4;text-transform:uppercase}.mega-menu__brands-layout{display:grid;grid-template-columns:minmax(220px,320px) minmax(0,1fr);gap:4rem;align-items:start}@media(max-width:989px){.mega-menu__brands-layout{grid-template-columns:minmax(0,1fr);gap:2.4rem}}.mega-menu__brands-eyebrow{display:block;font-size:1rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:rgba(var(--color-foreground),.55);margin-bottom:1.4rem;grid-column:1 / -1}.mega-menu__brands-featured{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;align-content:start}.mega-menu__brand-featured{display:flex;align-items:center;justify-content:center;height:8rem;padding:1rem;border:1px solid rgba(var(--color-foreground),.12);border-radius:.6rem;background:rgba(var(--color-foreground),.02);text-decoration:none;transition:border-color var(--duration-short) ease,transform var(--duration-short) ease,box-shadow var(--duration-short) ease,background-color var(--duration-short) ease}.mega-menu__brand-featured:hover,.mega-menu__brand-featured:focus-visible{border-color:rgba(var(--color-foreground),.6);background:rgb(var(--color-background));transform:translateY(-2px);box-shadow:0 6px 20px rgba(var(--color-foreground),.08)}.mega-menu__brand-featured-img{max-width:100%;max-height:100%;object-fit:contain;filter:grayscale(1) contrast(1.05);opacity:.85;transition:filter var(--duration-short) ease,opacity var(--duration-short) ease}.mega-menu__brand-featured:hover .mega-menu__brand-featured-img{filter:none;opacity:1}.mega-menu__brand-featured-name{font-size:1.6rem;font-weight:700;letter-spacing:.04em;color:rgb(var(--color-foreground));text-align:center;line-height:1.2}.mega-menu__brand-grid--all{grid-template-columns:repeat(4,minmax(0,1fr))}@media(max-width:989px){.mega-menu__brand-grid--all{grid-template-columns:repeat(3,minmax(0,1fr))}}.mega-menu__brand-tile--view-all{border-style:dashed;background:transparent;gap:.5rem}.mega-menu__brand-tile--view-all .mega-menu__brand-name{font-weight:600;letter-spacing:.06em;text-transform:uppercase;font-size:1.05rem}.mega-menu__brand-tile--view-all svg{flex-shrink:0;transition:transform var(--duration-short) ease}.mega-menu__brand-tile--view-all:hover svg{transform:translate(3px)}.mega-menu--simple{position:relative}.mega-menu--simple .mega-menu__content--simple{position:absolute;top:100%;left:0;right:auto;width:auto;min-width:240px;max-width:320px;margin-top:.6rem;padding:1.2rem 0;background:#fff;border:1px solid rgba(var(--color-foreground),.08);border-radius:.6rem;box-shadow:0 14px 32px -10px #0000002e,0 2px 6px #0000000a;overflow:hidden;z-index:999}.mega-menu--simple .mega-menu__simple{display:block;padding:0;max-width:none;margin:0}.mega-menu--simple .mega-menu__simple-list{display:flex;flex-direction:column;gap:0;max-width:none;margin:0;padding:0;list-style:none}.mega-menu--simple .mega-menu__simple-list>li{margin:0}.mega-menu--simple .mega-menu__simple-link{position:relative;display:block;padding:1rem 2rem;font-size:1.4rem;font-weight:500;color:rgba(var(--color-foreground),.82);text-decoration:none;transition:background-color .18s ease,padding-left .18s ease,color .18s ease}.mega-menu--simple .mega-menu__simple-link:after{content:"";position:absolute;right:1.4rem;top:50%;width:11px;height:8px;margin-top:-4px;background:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 10'%3E%3Cpath fill='none' stroke='%23000' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round' d='M1 5h12M9 1l4 4-4 4'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 10'%3E%3Cpath fill='none' stroke='%23000' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round' d='M1 5h12M9 1l4 4-4 4'/%3E%3C/svg%3E") center/contain no-repeat;opacity:0;transform:translate(-6px);transition:opacity .18s ease,transform .18s ease}.mega-menu--simple .mega-menu__simple-link:hover,.mega-menu--simple .mega-menu__simple-link:focus-visible{background:rgba(var(--color-foreground),.05);color:rgb(var(--color-foreground));padding-left:2.4rem;text-decoration:none}.mega-menu--simple .mega-menu__simple-link:hover:after,.mega-menu--simple .mega-menu__simple-link:focus-visible:after{opacity:.55;transform:translate(0)}.mega-menu--simple .mega-menu__simple-link--active{color:rgb(var(--color-foreground));font-weight:700}.mega-menu--simple .mega-menu__content--simple{background:#fff}
/*# sourceMappingURL=/cdn/shop/t/158/assets/component-mega-menu.css.map */
