.byo-header a,.byo-header a:hover,.byo-header button,.byo-mobile-nav a,.byo-mobile-nav a:hover{opacity:1}.byo-header.byo-transitions-ready{transition:transform .35s ease}.byo-top-bar{background:#1a1a1a;color:#fff;padding:5px 40px;display:flex;justify-content:center;align-items:center;gap:10px;cursor:pointer;transition:background .3s ease;text-decoration:none}.byo-top-bar:hover{background:#2a2a2a}.byo-top-bar:hover .byo-top-bar-stars svg{animation:byoStarPulse .4s ease}@keyframes byoStarPulse{0%{transform:scale(1)}50%{transform:scale(1.25)}to{transform:scale(1)}}.byo-top-bar-stars{display:flex;align-items:center;gap:2px}.byo-top-bar-stars svg{width:14px;height:14px}.byo-top-bar-text{color:#ffffffd9;font-size:12px;font-weight:600;letter-spacing:-.1px}.byo-top-bar-text strong{color:#d4af37;font-weight:700}.byo-upper-bar{background:#fff;padding:14px 40px;display:flex;align-items:center;gap:28px;border-bottom:1px solid #eee}.byo-logo{display:flex;align-items:center;text-decoration:none;flex-shrink:0}.byo-logo img{height:var(--logo-h, 56px);width:auto}.byo-logo-text{font-size:22px;font-weight:800;color:#2d3b2d}.byo-search-area{flex:1;max-width:600px}.byo-search-box{display:flex;position:relative}.byo-search-input-btn{width:100%;padding:13px 50px 13px 20px;border:2px solid #e8e8e8;border-radius:14px;font-size:14px;font-family:Nunito Sans,sans-serif;outline:none;transition:all .3s;background:#fafafa;color:#bbb;text-align:left;cursor:pointer}.byo-search-input-btn:hover,.byo-search-input-btn:focus{border-color:#2d3b2d;background:#fff;box-shadow:0 4px 20px #0000000f;outline:none}.byo-search-btn{position:absolute;right:4px;top:50%;transform:translateY(-50%);width:38px;height:38px;background:#2d3b2d;border:none;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;pointer-events:none}.byo-search-input-btn:hover+.byo-search-btn,.byo-search-btn:hover{background:#d4af37}.byo-search-btn svg{width:18px;height:18px;color:#fff}.byo-header-contact{display:flex;flex-direction:column;gap:4px;flex-shrink:0;margin-left:auto}.byo-header-contact-row{display:flex;align-items:center;gap:8px;white-space:nowrap;margin:0;padding:0;line-height:1.2}.byo-header-contact-row svg{width:16px;height:16px;color:#2d3b2d;flex-shrink:0}.byo-header-contact .byo-contact-phone{font-size:17px;font-weight:700;color:#2d3b2d;text-decoration:none;letter-spacing:.3px;transition:color .25s ease,transform .25s ease;display:inline-block;line-height:1.2;margin:0;padding:0}.byo-header-contact .byo-contact-phone:hover{color:#d4af37;transform:translate(3px)}.byo-header-contact .byo-contact-email{font-size:14px;color:#555;text-decoration:none;transition:color .25s ease,transform .25s ease;display:inline-block;line-height:1.2;margin:0;padding:0}.byo-header-contact .byo-contact-email:hover{color:#2d3b2d;transform:translate(3px)}.byo-header-icons{display:flex;align-items:center;gap:14px;flex-shrink:0}.byo-icon-btn{display:flex;align-items:center;justify-content:center;text-decoration:none;color:#555;width:42px;height:42px;border-radius:10px;transition:all .2s;position:relative;background:#f5f5f5}.byo-icon-btn:hover{background:#2d3b2d;color:#fff}.byo-icon-btn svg{width:20px;height:20px}.byo-cart-count{position:absolute;top:2px;right:2px;background:#d4af37;color:#fff;width:17px;height:17px;border-radius:50%;font-size:9px;font-weight:700;display:flex;align-items:center;justify-content:center}.byo-nav-bar{background:#fff;border-bottom:1px solid #eee;padding:0 40px;display:flex;align-items:center;justify-content:space-between}.byo-nav-list{display:flex;list-style:none;gap:0;margin:0;padding:0}.byo-nav-item{position:relative}.byo-nav-link{display:flex;align-items:center;gap:5px;padding:14px 16px;text-decoration:none;font-family:Nunito Sans,sans-serif;font-size:13px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#333;transition:all .2s;position:relative}.byo-nav-link:after{content:"";position:absolute;bottom:0;left:16px;right:16px;height:3px;background:#2d3b2d;transform:scaleX(0);transition:transform .25s}.byo-nav-link:hover{color:#2d3b2d}.byo-nav-link:hover:after{transform:scaleX(1)}.byo-nav-link.byo-sale{color:#c0392b}.byo-nav-link .byo-chevron{width:10px;height:10px;transition:transform .2s;color:#999}.byo-nav-item:hover .byo-chevron{transform:rotate(180deg);color:#2d3b2d}.byo-nav-usps{display:flex;gap:20px}.byo-nav-usp{display:flex;align-items:center;gap:6px;font-size:11px;color:#888;text-decoration:none;transition:color .25s ease,transform .25s ease}.byo-nav-usp:hover{color:#2d3b2d;transform:translateY(-2px)}.byo-nav-usp svg{width:14px;height:14px;color:#2d3b2d;transition:transform .25s ease}.byo-nav-usp:hover svg{transform:scale(1.2)}.byo-nav-usp strong{color:#333;font-weight:600;transition:color .25s ease}.byo-nav-usp:hover strong{color:#2d3b2d}.byo-megamenu{display:none;position:absolute;top:100%;left:0;width:1060px;max-width:calc(100vw - 20px);background:#fff;box-shadow:0 20px 60px #0000002e;border-top:3px solid #2d3b2d;z-index:100;border-radius:0 0 12px 12px;overflow:hidden;flex-direction:column}.byo-megamenu.byo-animate-in{animation:byoMenuFade .2s ease-out}@keyframes byoMenuFade{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.byo-mega-vtabs{width:170px;background:#f8f8f8;border-right:1px solid #eee;padding:8px 0;flex-shrink:0}.byo-mega-vtab{display:flex;align-items:center;gap:10px;padding:12px 20px;font-size:13px;font-weight:500;color:#888;cursor:pointer;transition:all .15s;border-left:3px solid transparent}.byo-mega-vtab:hover,.byo-mega-vtab.byo-active{color:#2d3b2d;background:#fff;border-left-color:#2d3b2d}.byo-mega-vtab svg{width:16px;height:16px;color:#bbb}.byo-mega-vtab:hover svg,.byo-mega-vtab.byo-active svg{color:#d4af37}.byo-mega-content{flex:1;padding:24px;position:relative}.byo-mega-panels-sizer{display:grid}.byo-mega-panels-sizer>.byo-mega-panel{grid-area:1 / 1;opacity:0;pointer-events:none;height:auto;overflow:hidden}.byo-mega-panels-sizer>.byo-mega-panel.byo-active{opacity:1;pointer-events:auto;overflow:visible}.byo-megamenu h3{font-family:Nunito Sans,sans-serif;font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#2d3b2d;margin-bottom:14px;padding-bottom:8px;border-bottom:1px solid #eee}.byo-mega-links-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px 20px}.byo-mega-links-grid a{display:block;padding:7px 0;text-decoration:none;color:#555;font-size:14px;transition:all .15s}.byo-mega-links-grid a:hover{color:#2d3b2d;padding-left:4px}.byo-mega-sidebar{width:300px;flex-shrink:0;padding:20px;display:flex;flex-direction:column;gap:10px;background:#fafafa;border-left:1px solid #eee}.byo-mega-sidebar h4{font-family:Nunito Sans,sans-serif;font-size:11px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:#2d3b2d;margin-bottom:2px}.byo-mega-sidebar-card{display:flex;flex-direction:column;flex:1;padding:0;background:#fff;border-radius:10px;text-decoration:none;color:#333;overflow:hidden;transition:box-shadow .25s,transform .25s;box-shadow:0 2px 8px #0000000f}.byo-mega-sidebar-card:hover{box-shadow:0 10px 32px #0000001f;transform:translateY(-2px)}.byo-mega-sidebar-card img{width:100%;flex:1;min-height:160px;object-fit:cover}.byo-sidebar-card-text{padding:12px 14px 14px}.byo-mega-sidebar-card strong{font-family:Nunito Sans,sans-serif;font-size:14px;letter-spacing:.3px;display:block;color:#2d3b2d}.byo-mega-sidebar-card span{font-size:11px;color:#888;display:block;margin-top:3px}.byo-mega-top{display:flex;flex:1}.byo-mega-footer{display:flex;gap:0;border-top:1px solid #eee;background:#f8f8f8}.byo-mega-footer-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 14px;text-decoration:none;color:#2d3b2d;font-size:12px;font-weight:400;letter-spacing:.3px;transition:background .2s;border-right:1px solid #eee}.byo-mega-footer-btn:last-child{border-right:none}.byo-mega-footer-btn:hover{background:#eee}.byo-mega-footer-btn svg{width:14px;height:14px;flex-shrink:0;color:#2d3b2d}.byo-mega-footer-btn .byo-star-icon{color:#d4af37}.byo-megamenu-simple{width:480px}.byo-mega-simple-inner{padding:24px 28px}.byo-mega-simple-inner .byo-mega-links-grid{grid-template-columns:repeat(2,1fr)}.byo-megamenu-cols{width:760px}.byo-mega-cols-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0 24px;padding:24px 28px}.byo-mega-col{display:flex;flex-direction:column}.byo-mega-col h3{font-size:11px;letter-spacing:1.5px;margin-bottom:10px;padding-bottom:6px}.byo-mega-col a{display:block;padding:6px 0;text-decoration:none;color:#555;font-size:13px;transition:all .15s}.byo-mega-col a:hover{color:#2d3b2d;padding-left:4px}.byo-mobile-toggle{display:none;background:none;border:none;cursor:pointer;width:42px;height:42px;border-radius:10px;background:#f5f5f5;align-items:center;justify-content:center;flex-shrink:0}.byo-mobile-toggle svg{width:22px;height:22px;color:#333}.byo-mobile-nav{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:200;font-family:Nunito Sans,sans-serif}.byo-mobile-nav-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0000;transition:background .3s ease}.byo-mobile-nav.byo-open .byo-mobile-nav-overlay{background:#00000080}.byo-mobile-nav-panel{position:relative;width:320px;max-width:85vw;height:100%;background:#fff;overflow-y:auto;box-shadow:4px 0 20px #00000026;z-index:1;transform:translate(-100%);transition:transform .3s ease}.byo-mobile-nav.byo-open .byo-mobile-nav-panel{transform:translate(0)}.byo-mobile-nav-header{display:flex;align-items:center;justify-content:center;padding:16px 20px;border-bottom:1px solid #eee;position:relative}.byo-mobile-nav-logo{height:34px;width:auto}.byo-mobile-nav-close{background:none;border:none;cursor:pointer;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;position:absolute;left:16px;top:50%;transform:translateY(-50%)}.byo-mobile-nav-close:hover{background:#f0f0f0}.byo-mobile-nav-close svg{width:18px;height:18px;color:#333}.byo-mobile-nav-header-icons{display:flex;gap:8px;position:absolute;right:16px;top:50%;transform:translateY(-50%)}.byo-mobile-nav-header-icons a{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:8px;background:#f5f5f5;text-decoration:none;color:#555;transition:all .2s;position:relative}.byo-mobile-nav-header-icons a:hover{background:#2d3b2d;color:#fff}.byo-mobile-nav-header-icons svg{width:18px;height:18px}.byo-mobile-nav-search{padding:12px 20px}.byo-mobile-search-btn{width:100%;padding:12px 16px;border:2px solid #e8e8e8;border-radius:12px;font-size:14px;font-family:Nunito Sans,sans-serif;outline:none;color:#bbb;text-align:left;cursor:pointer;background:#fff}.byo-mobile-search-btn:focus{border-color:#2d3b2d}.byo-mobile-nav-links{padding:8px 0}.byo-mobile-nav-link{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;text-decoration:none;color:#333;font-size:15px;font-weight:400;border-bottom:1px solid #f5f5f5}.byo-mobile-nav-link:hover{background:#f8f8f8}.byo-mobile-nav-link.byo-sale{color:#c0392b}.byo-mobile-nav-link .byo-chevron{width:14px;height:14px;color:#bbb;transition:transform .2s}.byo-mobile-nav-link.byo-expanded .byo-chevron{transform:rotate(180deg);color:#2d3b2d}.byo-mobile-submenu{display:none;background:#f8f8f8;padding:4px 0}.byo-mobile-submenu.byo-open{display:block}.byo-mobile-submenu-toggle{display:flex;align-items:center;justify-content:space-between;padding:12px 28px;text-decoration:none;color:#2d3b2d;font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase;border-bottom:1px solid #eee}.byo-mobile-submenu-toggle .byo-chevron{width:12px;height:12px;color:#bbb;transition:transform .2s}.byo-mobile-submenu-toggle.byo-expanded .byo-chevron{transform:rotate(180deg);color:#2d3b2d}.byo-mobile-subsection{display:none;padding:2px 0}.byo-mobile-subsection.byo-open{display:block}.byo-mobile-subsection a{display:block;padding:10px 36px;text-decoration:none;color:#555;font-size:14px;font-weight:500}.byo-mobile-subsection a:hover{color:#2d3b2d;background:#f0f0f0}.byo-mobile-nav-contact{padding:16px 20px;border-top:1px solid #eee;margin-top:8px}.byo-mobile-nav-contact a{display:flex;align-items:center;gap:10px;padding:8px 0;text-decoration:none;color:#333;font-size:14px}.byo-mobile-nav-contact a:hover{color:#2d3b2d}.byo-mobile-nav-contact svg{width:16px;height:16px;color:#2d3b2d;flex-shrink:0}.byo-mobile-nav-contact .byo-phone{font-weight:600;font-size:14px;color:#2d3b2d}.byo-mobile-nav-social{display:flex;gap:12px;padding:16px 20px;border-top:1px solid #eee;justify-content:flex-end}.byo-mobile-nav-social a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:#f5f5f5;text-decoration:none;color:#555;transition:all .2s}.byo-mobile-nav-social a:hover{background:#2d3b2d;color:#fff}.byo-mobile-nav-social svg{width:20px;height:20px}@media(max-width:1260px){.byo-nav-usps{display:none}}@media(max-width:1040px){.byo-top-bar{padding:7px 20px}.byo-upper-bar{padding:12px 20px;gap:16px}.byo-nav-bar{padding:0 20px}.byo-header-contact-row svg{width:14px;height:14px}.byo-header-contact .byo-contact-phone{font-size:15px}.byo-header-contact .byo-contact-email{font-size:12px}.byo-nav-link{padding:14px 10px;font-size:13px;letter-spacing:.8px}.byo-nav-link:after{left:10px;right:10px}.byo-megamenu{width:calc(100vw - 40px);max-width:960px}.byo-megamenu-simple{max-width:420px}.byo-megamenu-cols{max-width:700px}.byo-mega-sidebar{width:240px}.byo-mega-vtabs{width:150px}.byo-search-area{max-width:none}}@media(max-width:900px){.byo-top-bar{padding:7px 16px}.byo-upper-bar{padding:10px 16px;gap:12px}.byo-nav-bar{padding:0 16px}.byo-header-contact{display:none}.byo-nav-link{padding:14px 6px;font-size:13px;letter-spacing:.3px}.byo-nav-link:after{left:6px;right:6px}.byo-logo img{height:var(--logo-h-mobile, 44px)}.byo-search-input-btn{padding:11px 46px 11px 16px;font-size:13px}.byo-search-btn{width:36px;height:36px}.byo-megamenu{width:calc(100vw - 32px)}.byo-megamenu-simple{max-width:380px}.byo-megamenu-cols{width:520px;max-width:calc(100vw - 32px)}.byo-mega-cols-grid{grid-template-columns:repeat(2,1fr);gap:16px 20px}.byo-mega-sidebar{display:none}.byo-mega-vtabs{width:140px}.byo-mega-vtab{padding:10px 14px;font-size:12px}.byo-mega-content{padding:20px}.byo-mega-links-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:680px){.byo-top-bar{padding:3px 12px;gap:6px}.byo-top-bar-text{font-size:11px}.byo-top-bar-stars svg{width:11px;height:11px}.byo-upper-bar{padding:10px 16px;gap:0;position:relative;justify-content:center}.byo-logo{position:relative;z-index:1}.byo-logo img{height:var(--logo-h-mobile, 34px)}.byo-header-contact,.byo-search-area{display:none}.byo-mobile-toggle{display:flex;position:absolute;left:16px;top:50%;transform:translateY(-50%)}.byo-header-icons{gap:8px;position:absolute;right:16px;top:50%;transform:translateY(-50%)}.byo-icon-btn{width:38px;height:38px;border-radius:8px}.byo-icon-btn svg{width:18px;height:18px}.byo-nav-bar{display:none}.byo-megamenu{display:none!important}}@media(max-width:400px){.byo-top-bar{padding:2px 10px;gap:5px}.byo-top-bar-text{font-size:10px}.byo-top-bar-stars svg{width:10px;height:10px}.byo-upper-bar{padding:8px 10px}.byo-logo img{height:var(--logo-h-mobile, 34px)}.byo-icon-btn{width:34px;height:34px}.byo-icon-btn svg{width:16px;height:16px}.byo-mobile-toggle{width:36px;height:36px;left:10px}.byo-header-icons{right:10px}.byo-cart-count{width:15px;height:15px;font-size:8px}}.byo-logo-wrapper{margin:0;padding:0;font-size:inherit;font-weight:inherit;line-height:inherit;display:flex;align-items:center}button.byo-mobile-nav-link.byo-mobile-toggle-link{background:none;border:none;cursor:pointer;margin:0;font-family:inherit;font-size:15px;font-weight:400;color:#333;text-align:left;line-height:inherit;display:flex;align-items:center;justify-content:space-between;padding:14px 20px;width:100%;text-decoration:none;border-bottom:1px solid #f5f5f5}button.byo-mobile-submenu-toggle{background:none;border:none;cursor:pointer;margin:0;font-family:inherit;font-size:12px;font-weight:700;color:#2d3b2d;text-align:left;line-height:inherit;letter-spacing:1px;text-transform:uppercase;display:flex;align-items:center;justify-content:space-between;padding:12px 28px;width:100%;border-bottom:1px solid #eee}@media(min-width:681px){.search-page__form{display:none}}@media(prefers-reduced-motion:reduce){.byo-header,.byo-header.byo-transitions-ready,.byo-header a,.byo-header button,.byo-megamenu,.byo-megamenu.byo-animate-in,.byo-mobile-nav-panel,.byo-mobile-nav-overlay,.byo-nav-link:after,.byo-top-bar,.byo-top-bar-stars svg,.byo-icon-btn,.byo-nav-usp,.byo-nav-usp svg,.byo-search-input-btn,.byo-search-btn,.byo-mega-sidebar-card,.byo-mega-footer-btn,.byo-header-contact .byo-contact-phone,.byo-header-contact .byo-contact-email{animation:none!important;transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/27/assets/byo-custom-header.css.map */
