@keyframes subtle-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.9}}body.hawhg .main-nav{position:fixed;top:45px;left:0;width:100%;z-index:1000;background-color:var(--wgh-color-white);transition:box-shadow .3s ease}body.hawhg .main-nav.scrolled{box-shadow:var(--wgh-shadow-sm)}body.hawhg main{padding-top:165px}body.hawhg .discount-banner{position:fixed;top:0;left:0;width:100%;height:45px;z-index:1001;padding:var(--wgh-space-3) var(--wgh-space-5);background-color:var(--wgh-color-primary);color:var(--wgh-color-white);text-align:center;span{padding-bottom:0;margin-bottom:0;position:relative;top:2px}a{color:var(--wgh-color-white);text-decoration:none;font-weight:var(--wgh-fw-semibold);&:hover{text-decoration:none}}a.banner-link{font-weight:var(--wgh-fw-regular);text-decoration:underline;&:hover{text-decoration:underline}}img{height:24px;position:relative;top:-5px}}body.hawhg .top-bar,body.hawhg .nav-items-container{height:60px;a{color:var(--wgh-color-text-light);text-decoration:none}}body.hawhg .top-bar{border-bottom:1px solid var(--wgh-color-stroke);display:flex;align-items:center;justify-content:space-between;img{max-height:30px}.main-logo{height:30px}ul{display:flex;list-style:none;margin:0;padding:0}.top-bar-right{display:flex;align-items:center;.btn{padding:var(--wgh-space-1) var(--wgh-space-5)}.hr{border-right:2px solid var(--wgh-color-stroke);height:40px;padding:var(--wgh-space-1);margin-left:var(--wgh-space-5)}}}body.hawhg .nav-items-container{display:flex;align-items:center;justify-content:space-between;position:relative;z-index:1000;img{max-height:40px}ul{display:flex;list-style:none;margin:0;padding:0;li{padding-left:0}button{padding:var(--wgh-space-4) var(--wgh-space-5) var(--wgh-space-4) 0;color:var(--wgh-color-text-light);font-size:var(--wgh-fs-15);font-family:inherit;font-weight:inherit;line-height:inherit;background:none;border:0;cursor:pointer;display:flex;align-items:center;img{width:16px;margin-left:var(--wgh-space-1)}}}.other-links{color:var(--wgh-color-text-light);font-size:var(--wgh-fs-15)}}body.hawhg .dropdown{position:relative}body.hawhg .dropdown-content{z-index:5000;position:absolute;top:100%;left:0;background-color:var(--wgh-color-white);transition:opacity .1s linear,visibility .3s linear;opacity:0;visibility:hidden;display:none;box-shadow:var(--wgh-shadow-sm);&.open{opacity:1;visibility:visible}.nav-item{display:flex;align-items:start;margin-bottom:var(--wgh-space-4);min-height:6em;transition:all .4s linear;padding-left:var(--wgh-space-4);cursor:pointer;text-decoration:none;img{width:24px;margin-right:var(--wgh-space-4);filter:var(--wgh-filter-primary);&.no-filter{filter:none}}.promo-item{display:flex;align-items:center;gap:var(--wgh-space-2);margin-bottom:var(--wgh-space-1);.badge{background-color:var(--wgh-color-primary);padding:var(--wgh-space-1) var(--wgh-space-2);margin:0;color:var(--wgh-color-white);border-radius:var(--wgh-radius-xs);font-size:var(--wgh-fs-xs);font-weight:var(--wgh-fw-medium)!important;position:relative;top:-2px;animation:subtle-pulse 2.5s ease-in-out infinite}}.nav-title{display:block;font-size:var(--wgh-fs-base);font-weight:var(--wgh-fw-semibold);margin-bottom:var(--wgh-space-1);color:var(--wgh-color-text)}span{font-size:var(--wgh-fs-sm);font-weight:var(--wgh-fw-medium);color:var(--wgh-color-text-light)}}.blog-links{padding-left:var(--wgh-space-5);.nav-title{display:block;font-size:var(--wgh-fs-base);margin-bottom:var(--wgh-space-3)}.blog-item{display:flex;cursor:pointer;min-height:5em;align-items:start;.nav-title{display:block;font-size:var(--wgh-fs-base);font-weight:var(--wgh-fw-semibold)}.details{display:flex;flex-direction:column;justify-content:space-around;padding-right:var(--wgh-space-section-lg);padding-bottom:var(--wgh-space-2);width:calc(100% - 120px);height:5.5em;.nav-title{display:inline-block;line-height:1.6em}}.image{background-image:url(../../images/blog.jpg);background-size:cover;background-repeat:no-repeat;width:120px;height:5.5em;margin-right:var(--wgh-space-3);border-radius:var(--wgh-radius)}.read{font-size:var(--wgh-fs-sm)}}}}body.hawhg .mobile-menu{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:var(--wgh-color-white);z-index:9999;transition:all .2s linear;transform:translateY(20px);opacity:0;visibility:hidden;pointer-events:none;overflow-y:auto;padding-top:var(--wgh-space-6);padding-bottom:var(--wgh-space-6);.container{display:flex;flex-direction:column;justify-content:space-between;height:100%}&.active{transform:translateY(0);opacity:1;visibility:visible;pointer-events:auto}.mobile-menu-toggle{width:30px;display:block;margin:0 auto;margin-bottom:var(--wgh-space-section-sm);padding:0;border:0;background:none;cursor:pointer;line-height:0;img{width:100%;height:auto}}.mobile-accordion{.card{border-radius:0;border:none;.card-header{background-color:var(--wgh-color-white);padding:0;border:none;.btn{width:100%;text-align:left;padding:var(--wgh-space-4) var(--wgh-space-3);font-weight:var(--wgh-fw-semibold);text-decoration:none;color:var(--wgh-color-text);position:relative;font-size:var(--wgh-fs-h3);&:after{content:"";position:absolute;right:10px;top:50%;transform:translateY(-50%);width:18px;height:18px;background-image:url(../../images/icons/down-arrow.svg);background-size:contain;background-repeat:no-repeat;background-position:center;transition:transform .3s ease}&:not(.collapsed):after{transform:translateY(-50%) rotate(180deg)}}}.card-body{padding:var(--wgh-space-3) 0;.nav-item{display:block;padding:var(--wgh-space-3) var(--wgh-space-3);text-decoration:none;color:var(--wgh-color-text);margin-bottom:var(--wgh-space-1);background-color:var(--wgh-color-surface-alt);border-radius:var(--wgh-radius-xs);&:last-child{border-bottom:none}.nav-title{display:block;font-size:var(--wgh-fs-base);font-weight:var(--wgh-fw-semibold);margin:0 0 var(--wgh-space-1) 0}span{font-size:var(--wgh-fs-sm);color:var(--wgh-color-text-light)}}}}}}body.hawhg .top-bar .top-bar-right li{margin-left:var(--wgh-space-5)}body.hawhg .top-bar .top-bar-right li a{color:var(--wgh-color-text-light);font-size:var(--wgh-fs-15)}body.hawhg .top-bar .top-bar-right li img{width:20px}body.hawhg .top-bar-mobile{height:75px;background-color:var(--wgh-color-white);.row,.container,.col-12{height:100%}.col-12{height:100%;display:flex;align-items:center;justify-content:space-between;.mobile-logo{width:150px;height:auto}.mobile-menu-opener{width:30px;height:auto;cursor:pointer;padding:0;border:0;background:none;line-height:0;img{width:100%;height:auto}}}}body.hawhg .dropdown-content .blog-links .blog-item .read img{width:20px;height:20px;margin-left:var(--wgh-space-1);filter:var(--wgh-filter-primary)}
