.mega-menu{position:relative}.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:2rem;padding-top:1.5rem;position:absolute;right:0;top:calc(100% + 0px);z-index:1001;margin-top:0}.shopify-section-header-sticky .mega-menu__content{max-height:calc(100vh - var(--header-bottom-position-desktop, 8rem))}.header-wrapper--border-bottom .mega-menu__content{border-top:0}.js .mega-menu__content{opacity:0;transform:translateY(-1.5rem);content-visibility:hidden;contain-intrinsic-size:0 500px}.mega-menu[open] .mega-menu__content{opacity:1;transform:translateY(0);content-visibility:visible}.megamenu-redesign{padding:20px}.megamenu-tab-inputs{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.megamenu-category-pills{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px;padding-bottom:4px;border-bottom:none}.megamenu-pill{background-color:#e5e5e5;border:1px solid #e0dedc;border-radius:100px;color:#212121;cursor:pointer;font-family:inherit;font-size:13px;font-weight:400;letter-spacing:.02em;line-height:1;padding:8px 16px;text-align:center;transition:all .25s cubic-bezier(.25,.46,.45,.94);white-space:nowrap}.megamenu-pill:hover{border-color:#b7804a;background-color:#b7804a14;transform:translateY(-1px);box-shadow:0 1px 3px #0000000f}.megamenu-pill.active{background-color:#fbe505;border-color:#fbe505;color:#212121;font-weight:500;box-shadow:0 2px 6px #fbe5054d;transform:translateY(0)}.megamenu-pill.active:hover{background-color:#fbe505;border-color:#fbe505;transform:translateY(0);box-shadow:0 2px 6px #fbe5054d}.megamenu-action-links{display:none;justify-content:space-between;align-items:center;width:100%;margin-bottom:24px}.megamenu-shop-all-link{color:#212121;display:inline-block;font-size:13px;font-weight:500;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:2px;transition:all .2s ease}.megamenu-shop-all-link:hover{color:#b7804a;border-color:transparent}.megamenu-help-choose-link{display:inline-block;color:#212121;font-size:13px;font-weight:500;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:2px;transition:all .2s ease;margin-left:auto}.megamenu-help-choose-link:hover{color:#b7804a;border-color:transparent}.megamenu-products-grid{display:none;grid-template-columns:repeat(3,1fr);gap:20px 32px;animation:fadeIn .4s ease-out forwards;position:relative}.megamenu-products-grid:before{content:"";position:absolute;left:calc(33.333% - 5.333px);top:0;bottom:0;width:1px;background:#00000014;pointer-events:none;z-index:1}.megamenu-products-grid:after{content:"";position:absolute;left:calc(66.667% + 5.333px);top:0;bottom:0;width:1px;background:#00000014;pointer-events:none;z-index:1}.megamenu-products-grid[data-visible-count="0"]:before,.megamenu-products-grid[data-visible-count="0"]:after,.megamenu-products-grid[data-visible-count="1"]:before,.megamenu-products-grid[data-visible-count="1"]:after{display:none!important}.megamenu-products-grid[data-visible-count="2"]:after{display:none!important}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.megamenu-product-card{align-items:flex-start;background-color:transparent;border-radius:12px;color:inherit;display:flex;gap:12px;justify-content:space-between;padding:8px;text-decoration:none;transition:all .3s ease;border:1px solid transparent;position:relative}.megamenu-product-card:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background:linear-gradient(to right,#f9f9f9,#ddd,#fff);pointer-events:none}.megamenu-product-card:hover{background-color:#fff;border-color:#f0f0f0;box-shadow:0 4px 12px #0000000f;transform:translateY(-2px)}.megamenu-product-card--highlight{background:transparent;border-color:transparent}.product-card-info{flex:1;min-width:0;padding-top:2px}.product-card-title{color:#212121;font-size:16px;font-weight:400;line-height:1.3;margin:0 0 6px;transition:color .2s ease}.megamenu-product-card:hover .product-card-title{color:#b7804a}.product-card-tags{align-items:center;display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}.product-tag{align-items:center;display:inline-flex;font-size:10px;font-weight:500;letter-spacing:.02em;line-height:1;padding:2px 0;text-transform:uppercase;white-space:nowrap}.product-tag.tag-bestseller{background-color:#fad83042;border-radius:100px;color:#1c1c1c;padding:4px 10px;font-weight:500;box-shadow:none;text-transform:none;font-size:11px;border:none}.product-tag.tag-bestseller svg{flex-shrink:0;height:12px;width:12px;margin-right:4px;color:#ffc107}.product-tag.tag-new{color:#e67e22;font-weight:600}.product-tag.tag-default{color:#757575}.product-card-tags .product-tag+.product-tag:before{content:"\2022";margin-right:6px;margin-left:-2px;color:#999}.product-card-tags .product-tag.tag-bestseller+.product-tag:before{margin-left:2px}.product-card-tags .product-tag:first-child:before{content:none}.product-card-desc{color:#666;font-size:13px;font-weight:400;line-height:1.5;margin:0;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card-image{flex-shrink:0;height:75px;width:112px;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px #0000000d}.product-card-image img{height:100%;width:100%;object-fit:cover;transition:transform .5s ease}.megamenu-product-card:hover .product-card-image img{transform:scale(1.05)}@media screen and (min-width:1200px)and (max-width:1440px){.megamenu-products-grid{gap:16px 24px}.megamenu-products-grid:before{left:calc(33.333% - 4px)}.megamenu-products-grid:after{left:calc(66.667% + 4px)}.megamenu-product-card{padding:10px;gap:12px}.product-card-title{font-size:17px}.product-card-image{width:125px;height:84px}}@media screen and (min-width:1024px)and (max-width:1199px){.megamenu-products-grid{gap:12px 16px}.megamenu-products-grid:before{left:calc(33.333% - 2.667px)}.megamenu-products-grid:after{left:calc(66.667% + 2.667px)}.megamenu-product-card{padding:8px}.product-card-image{width:112px;height:75px}.product-card-title{font-size:16px}.product-card-desc{font-size:11px}.megamenu-pill{padding:6px 12px;font-size:12px}}@media screen and (min-width:990px)and (max-width:1023px){.megamenu-products-grid{grid-template-columns:repeat(2,1fr);gap:10px 16px}.megamenu-products-grid:before{left:50%}.megamenu-products-grid:after{display:none}.megamenu-category-pills{flex-wrap:nowrap;overflow-x:auto;padding-bottom:8px;margin-bottom:12px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.megamenu-category-pills::-webkit-scrollbar{display:none}.megamenu-product-card{padding:8px}.product-card-image{width:100px;height:66px}.product-card-title{font-size:15px;margin-bottom:4px}}@media screen and (max-width:989px){.megamenu-redesign{display:none}}.mega-menu__list{display:grid;gap:1.8rem 4rem;grid-template-columns:repeat(3,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}.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__list .colmenu-title{display:block;color:#b7804a;font-size:14px;text-transform:uppercase;font-weight:600;line-height:1.286;border-bottom:1px solid #e0dedc;padding-bottom:3px;margin-bottom:6px}.mega-menu__list .colmenu-title:not(:first-child){margin-top:14px}.mega-menu__list .menulinklist .menulinklist-li:not(:last-child){margin-bottom:6px}.mega-menu__list .menulinklist .menulinklist-li a{text-decoration:none;color:currentcolor;font-weight:500;line-height:1;padding:4px 8px;display:block;border-radius:5px;transition:all .25s ease-in-out;margin-left:-8px}.mega-menu__list .menulinklist .menulinklist-li a .list-title{line-height:1.19;width:100%;gap:5px}.mega-menu__list .link_tag{background:#fbe505;color:#212121;text-transform:uppercase;font-size:9px;padding:3px 6px 1px;top:-1px;font-weight:500;line-height:1;letter-spacing:.2px;border-radius:5px;margin:0;white-space:nowrap;position:relative}.mega-menu__list .menulinklist .menulinklist-li a .list-title-dec{font-size:10px;font-weight:400;color:#525252}.mega-menu__list .menulinklist .menulinklist-li a:hover{background-color:#fdf9ca}.megamenu-image-column{margin-top:20px}.megamenu-image-column .media-box{border-radius:8px;overflow:hidden}.megamenu-image-column .media-box img{display:block;height:auto;width:100%}.megamenu-tab-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.megamenu-tab-input[id$="-0"]:checked~.megamenu-products-grid[data-tab-content="0"],.megamenu-tab-input[id$="-1"]:checked~.megamenu-products-grid[data-tab-content="1"],.megamenu-tab-input[id$="-2"]:checked~.megamenu-products-grid[data-tab-content="2"],.megamenu-tab-input[id$="-3"]:checked~.megamenu-products-grid[data-tab-content="3"],.megamenu-tab-input[id$="-4"]:checked~.megamenu-products-grid[data-tab-content="4"],.megamenu-tab-input[id$="-5"]:checked~.megamenu-products-grid[data-tab-content="5"],.megamenu-tab-input[id$="-6"]:checked~.megamenu-products-grid[data-tab-content="6"],.megamenu-tab-input[id$="-7"]:checked~.megamenu-products-grid[data-tab-content="7"],.megamenu-tab-input[id$="-8"]:checked~.megamenu-products-grid[data-tab-content="8"],.megamenu-tab-input[id$="-9"]:checked~.megamenu-products-grid[data-tab-content="9"]{display:grid}.megamenu-tab-input[id$="-0"]:checked~.megamenu-action-links[data-tab-content="0"],.megamenu-tab-input[id$="-1"]:checked~.megamenu-action-links[data-tab-content="1"],.megamenu-tab-input[id$="-2"]:checked~.megamenu-action-links[data-tab-content="2"],.megamenu-tab-input[id$="-3"]:checked~.megamenu-action-links[data-tab-content="3"],.megamenu-tab-input[id$="-4"]:checked~.megamenu-action-links[data-tab-content="4"],.megamenu-tab-input[id$="-5"]:checked~.megamenu-action-links[data-tab-content="5"],.megamenu-tab-input[id$="-6"]:checked~.megamenu-action-links[data-tab-content="6"],.megamenu-tab-input[id$="-7"]:checked~.megamenu-action-links[data-tab-content="7"],.megamenu-tab-input[id$="-8"]:checked~.megamenu-action-links[data-tab-content="8"],.megamenu-tab-input[id$="-9"]:checked~.megamenu-action-links[data-tab-content="9"]{display:flex}.megamenu-tab-input[id$="-0"]:checked~.megamenu-category-pills label[for$="-0"],.megamenu-tab-input[id$="-1"]:checked~.megamenu-category-pills label[for$="-1"],.megamenu-tab-input[id$="-2"]:checked~.megamenu-category-pills label[for$="-2"],.megamenu-tab-input[id$="-3"]:checked~.megamenu-category-pills label[for$="-3"],.megamenu-tab-input[id$="-4"]:checked~.megamenu-category-pills label[for$="-4"],.megamenu-tab-input[id$="-5"]:checked~.megamenu-category-pills label[for$="-5"],.megamenu-tab-input[id$="-6"]:checked~.megamenu-category-pills label[for$="-6"],.megamenu-tab-input[id$="-7"]:checked~.megamenu-category-pills label[for$="-7"],.megamenu-tab-input[id$="-8"]:checked~.megamenu-category-pills label[for$="-8"],.megamenu-tab-input[id$="-9"]:checked~.megamenu-category-pills label[for$="-9"]{background-color:#fbe505;color:#212121;font-weight:500;border-color:#fbe505;box-shadow:0 2px 6px #fbe5054d;transform:translateY(0)}.megamenu-pill{cursor:pointer;-webkit-user-select:none;user-select:none}.megamenu-tab-input[id$="-0"]:checked~.megamenu-category-pills .megamenu-pill:nth-child(1),.megamenu-tab-input[id$="-1"]:checked~.megamenu-category-pills .megamenu-pill:nth-child(2),.megamenu-tab-input[id$="-2"]:checked~.megamenu-category-pills .megamenu-pill:nth-child(3),.megamenu-tab-input[id$="-3"]:checked~.megamenu-category-pills .megamenu-pill:nth-child(4),.megamenu-tab-input[id$="-4"]:checked~.megamenu-category-pills .megamenu-pill:nth-child(5),.megamenu-tab-input[id$="-5"]:checked~.megamenu-category-pills .megamenu-pill:nth-child(6),.megamenu-tab-input[id$="-6"]:checked~.megamenu-category-pills .megamenu-pill:nth-child(7),.megamenu-tab-input[id$="-7"]:checked~.megamenu-category-pills .megamenu-pill:nth-child(8),.megamenu-tab-input[id$="-8"]:checked~.megamenu-category-pills .megamenu-pill:nth-child(9),.megamenu-tab-input[id$="-9"]:checked~.megamenu-category-pills .megamenu-pill:nth-child(10){background-color:#fbe505;border-color:#fbe505;color:#212121;font-weight:500;box-shadow:0 2px 6px #fbe5054d;transform:translateY(0)}.megamenu-pill:focus-visible{outline:2px solid #212121;outline-offset:2px}.megamenu-subcategory-pills{display:none;flex-wrap:wrap;gap:6px;margin-top:16px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid rgba(0,0,0,.06)}.megamenu-tab-input[id$="-0"]:checked~.megamenu-subcategory-pills[data-parent-tab="0"],.megamenu-tab-input[id$="-1"]:checked~.megamenu-subcategory-pills[data-parent-tab="1"],.megamenu-tab-input[id$="-2"]:checked~.megamenu-subcategory-pills[data-parent-tab="2"],.megamenu-tab-input[id$="-3"]:checked~.megamenu-subcategory-pills[data-parent-tab="3"],.megamenu-tab-input[id$="-4"]:checked~.megamenu-subcategory-pills[data-parent-tab="4"],.megamenu-tab-input[id$="-5"]:checked~.megamenu-subcategory-pills[data-parent-tab="5"],.megamenu-tab-input[id$="-6"]:checked~.megamenu-subcategory-pills[data-parent-tab="6"],.megamenu-tab-input[id$="-7"]:checked~.megamenu-subcategory-pills[data-parent-tab="7"],.megamenu-tab-input[id$="-8"]:checked~.megamenu-subcategory-pills[data-parent-tab="8"],.megamenu-tab-input[id$="-9"]:checked~.megamenu-subcategory-pills[data-parent-tab="9"]{display:flex}.megamenu-pill-secondary{font-family:inherit;font-size:11px;font-weight:400;padding:1px 12px;border-radius:100px;background:#f5f5f5;border:1px solid #ccc;color:#666;cursor:pointer;white-space:nowrap;transition:all .2s cubic-bezier(.25,.46,.45,.94);-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.megamenu-pill-secondary:hover{border-color:gold;background:#fbe50514;color:#333}.megamenu-pill-secondary.active{background:#fbe50526;border-color:gold;color:#333;font-weight:500}.megamenu-pill-secondary:focus-visible{outline:2px solid #212121;outline-offset:2px}.megamenu-product-card[data-subcategory][data-visible=false]{display:none!important}.megamenu-list-grid{display:none;padding:20px}.megamenu-tab-input[id$="-0"]:checked~.megamenu-list-grid[data-tab-content="0"],.megamenu-tab-input[id$="-1"]:checked~.megamenu-list-grid[data-tab-content="1"],.megamenu-tab-input[id$="-2"]:checked~.megamenu-list-grid[data-tab-content="2"],.megamenu-tab-input[id$="-3"]:checked~.megamenu-list-grid[data-tab-content="3"],.megamenu-tab-input[id$="-4"]:checked~.megamenu-list-grid[data-tab-content="4"],.megamenu-tab-input[id$="-5"]:checked~.megamenu-list-grid[data-tab-content="5"],.megamenu-tab-input[id$="-6"]:checked~.megamenu-list-grid[data-tab-content="6"],.megamenu-tab-input[id$="-7"]:checked~.megamenu-list-grid[data-tab-content="7"],.megamenu-tab-input[id$="-8"]:checked~.megamenu-list-grid[data-tab-content="8"],.megamenu-tab-input[id$="-9"]:checked~.megamenu-list-grid[data-tab-content="9"]{display:block}.megamenu-simple-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:12px 24px;max-width:1200px}.megamenu-simple-list li{margin:0;padding:0}.megamenu-simple-link{color:#212121;font-size:14px;font-weight:400;line-height:1.5;text-decoration:none;transition:color .2s ease,padding-left .2s ease;display:block;padding:8px 12px;border-radius:6px;background-color:transparent}.megamenu-simple-link:hover{color:#b7804a;background-color:#b7804a0d;padding-left:16px}@media screen and (min-width:1200px)and (max-width:1440px){.megamenu-simple-list{grid-template-columns:repeat(3,1fr);gap:10px 20px}}@media screen and (min-width:990px)and (max-width:1199px){.megamenu-simple-list{grid-template-columns:repeat(2,1fr);gap:8px 16px}.megamenu-simple-link{font-size:13px;padding:6px 10px}}@media screen and (max-width:989px){.megamenu-list-grid{display:none}}
/*# sourceMappingURL=/cdn/shop/t/154/assets/component-mega-menu.css.map */
