:root{--abewe-blue:#2b2459;--abewe-blue-deep:#181336;--abewe-green:#a8d82e;--abewe-pink:#f5b6d4;--abewe-white:#ffffff;--abewe-header-width:1480px;--abewe-radius-small:8px;--abewe-radius-medium:10px;--abewe-radius-large:12px;--abewe-transition:0.2s ease}#abewe-header,#abewe-header *,#abewe-header *::before,#abewe-header *::after{box-sizing:border-box}#abewe-header.abewe-site-header{position:sticky!important;top:0!important;right:auto!important;left:auto!important;z-index:9990!important;width:100%!important;margin:0!important;padding:12px 24px;background:var(--abewe-blue);box-shadow:0 8px 25px rgb(19 13 58 / .16);transform:none!important}body.admin-bar #abewe-header.abewe-site-header{top:32px!important}#wpadminbar{z-index:999999!important}#wpadminbar .ab-sub-wrapper,#wpadminbar .menupop .ab-sub-wrapper{z-index:1000000!important}#abewe-header .abewe-header-inner{position:relative!important;display:flex!important;align-items:center!important;gap:22px;width:100%!important;max-width:var(--abewe-header-width)!important;min-height:72px;margin:0 auto!important;transform:none!important}#abewe-header .abewe-header-logo{display:flex;flex:0 0 auto;align-items:center;margin:0;padding:0;text-decoration:none}#abewe-header .abewe-header-logo img{display:block;width:auto;height:auto;max-width:138px;max-height:55px;margin:0}#abewe-header .abewe-mobile-left,#abewe-header .abewe-mobile-cart,#abewe-header .abewe-mobile-cart-placeholder{display:none}#abewe-header .abewe-navigation{position:static!important;top:auto!important;right:auto!important;bottom:auto!important;left:auto!important;flex:1 1 auto!important;min-width:0!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important;background:transparent!important;transform:none!important;float:none!important}#abewe-header .abewe-menu,#abewe-header #abewe-mainmenu{position:static!important;display:flex;flex-wrap:nowrap;align-items:center;justify-content:center;gap:4px;width:100%!important;max-width:none!important;margin:0!important;padding:0!important;background:transparent!important;list-style:none;transform:none!important;float:none!important}#abewe-header .abewe-menu>li{position:relative;margin:0;padding:0;background:transparent!important;list-style:none}#abewe-header .abewe-menu>li>a{position:relative;display:flex;align-items:center;min-height:46px;padding:10px 11px;color:var(--abewe-white)!important;background:transparent!important;font-size:13px;font-weight:700;line-height:1.25;letter-spacing:0;text-align:center;text-decoration:none!important;text-transform:uppercase;white-space:nowrap;border:0!important;border-radius:0;box-shadow:none!important;transition:color var(--abewe-transition),background-color var(--abewe-transition)}#abewe-header .abewe-menu>li:hover,#abewe-header .abewe-menu>li.current-menu-item,#abewe-header .abewe-menu>li.current-menu-parent,#abewe-header .abewe-menu>li.current-menu-ancestor,#abewe-header .abewe-menu>li:hover>a,#abewe-header .abewe-menu>li.current-menu-item>a,#abewe-header .abewe-menu>li.current-menu-parent>a,#abewe-header .abewe-menu>li.current-menu-ancestor>a{color:var(--abewe-white)!important;background:transparent!important;box-shadow:none!important}#abewe-header .abewe-menu>li>a::after{content:"";position:absolute;right:11px;bottom:4px;left:11px;height:3px;background:var(--abewe-green);border-radius:50px;transform:scaleX(0);transform-origin:center;transition:transform 0.22s ease}#abewe-header .abewe-menu>li:hover>a::after,#abewe-header .abewe-menu>li:focus-within>a::after,#abewe-header .abewe-menu>li.current-menu-item>a::after,#abewe-header .abewe-menu>li.current-menu-parent>a::after,#abewe-header .abewe-menu>li.current-menu-ancestor>a::after{transform:scaleX(1)}#abewe-header .abewe-menu .sub-menu{position:absolute;top:calc(100% + 8px);left:0;z-index:10000;display:block;min-width:245px;margin:0;padding:9px;visibility:hidden;opacity:0;background:var(--abewe-white)!important;border:1px solid rgb(43 36 89 / .1);border-radius:var(--abewe-radius-large);box-shadow:0 18px 45px rgb(22 15 65 / .2);list-style:none;transform:translateY(8px);pointer-events:none;transition:opacity var(--abewe-transition),visibility var(--abewe-transition),transform var(--abewe-transition)}#abewe-header .abewe-menu .menu-item-has-children::before{content:"";position:absolute;top:100%;right:0;left:0;height:12px}#abewe-header .abewe-menu li:hover>.sub-menu,#abewe-header .abewe-menu li:focus-within>.sub-menu,#abewe-header .abewe-menu li.submenu-open>.sub-menu{visibility:visible;opacity:1;transform:translateY(0);pointer-events:auto}#abewe-header .abewe-menu .sub-menu li{position:relative;width:100%;margin:0;padding:0;background:transparent!important;list-style:none}#abewe-header .abewe-menu .sub-menu a{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:42px;padding:10px 13px;color:var(--abewe-blue)!important;background:transparent!important;font-size:14px;font-weight:600;line-height:1.35;text-decoration:none!important;text-transform:none;white-space:normal;border:0!important;border-radius:var(--abewe-radius-small);box-shadow:none!important;transition:color var(--abewe-transition),background-color var(--abewe-transition)}#abewe-header .abewe-menu .sub-menu li:hover>a,#abewe-header .abewe-menu .sub-menu li.current-menu-item>a{color:var(--abewe-blue)!important;background:rgb(168 216 46 / .18)!important}#abewe-header .abewe-menu .sub-menu .sub-menu{top:-9px;left:calc(100% + 8px)}#abewe-header .abewe-menu>li:nth-last-child(-n+2)>.sub-menu{right:0;left:auto}#abewe-header .abewe-menu>li:nth-last-child(-n+2)>.sub-menu .sub-menu{right:calc(100% + 8px);left:auto}#abewe-header .abewe-header-actions{display:flex;flex:0 0 auto;align-items:center;gap:10px;margin-left:auto}#abewe-header .abewe-account-button,#abewe-header .abewe-cart-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;margin:0;color:var(--abewe-white)!important;font-size:13px;font-weight:700;line-height:1.2;text-decoration:none!important;text-transform:uppercase;white-space:nowrap;border-radius:var(--abewe-radius-medium);transition:background-color var(--abewe-transition),border-color var(--abewe-transition),transform var(--abewe-transition)}#abewe-header .abewe-account-button{padding:10px 15px;background:rgb(255 255 255 / .1);border:1px solid #fff0}#abewe-header .abewe-account-button:hover{color:var(--abewe-white)!important;background:rgb(255 255 255 / .16);transform:translateY(-1px)}#abewe-header .abewe-language{display:flex;align-items:center;justify-content:center;min-height:46px}#abewe-header .abewe-language img{display:block;width:auto;max-width:27px;height:auto;margin:0 2px}#abewe-header .abewe-cart-button{gap:6px;padding:10px 14px;background:#fff0;border:2px solid var(--abewe-pink)}#abewe-header .abewe-cart-button:hover{color:var(--abewe-white)!important;background:rgb(245 182 212 / .1);border-color:var(--abewe-white)}#abewe-header .abewe-cart-icon{font-size:15px;line-height:1}#abewe-header .abewe-cart-count{font-weight:800}#abewe-header .abewe-menu-toggle{display:none;width:46px;height:46px;margin:0;padding:10px;background:rgb(255 255 255 / .1);border:0;border-radius:var(--abewe-radius-medium);box-shadow:none;cursor:pointer}#abewe-header .abewe-menu-toggle:hover{background:rgb(255 255 255 / .16)}#abewe-header .abewe-menu-toggle span{display:block;width:100%;height:2px;margin:5px 0;background:var(--abewe-white);border-radius:20px;transition:transform var(--abewe-transition),opacity var(--abewe-transition)}#abewe-header .abewe-navigation,#abewe-header .abewe-menu,#abewe-header #abewe-mainmenu,#abewe-header .sticky-wrapper,#abewe-header .is-sticky,#abewe-header .affix{top:auto!important;right:auto!important;bottom:auto!important;left:auto!important;transform:none!important;float:none!important}#abewe-header .abewe-navigation,#abewe-header .abewe-menu,#abewe-header #abewe-mainmenu{position:static!important}#abewe-header .sticky-wrapper,#abewe-header .is-sticky,#abewe-header .affix{width:auto!important;height:auto!important;margin:0!important}@media screen and (max-width:1280px) and (min-width:1181px){#abewe-header.abewe-site-header{padding-right:14px;padding-left:14px}#abewe-header .abewe-header-inner{gap:11px}#abewe-header .abewe-header-logo img{max-width:112px}#abewe-header .abewe-menu{gap:0}#abewe-header .abewe-menu>li>a{padding-right:7px;padding-left:7px;font-size:11px}#abewe-header .abewe-menu>li>a::after{right:7px;left:7px}#abewe-header .abewe-account-button,#abewe-header .abewe-cart-button{padding-right:9px;padding-left:9px;font-size:11px}#abewe-header .abewe-cart-items-label{display:none}}@media screen and (max-width:1180px){#abewe-header.abewe-site-header{padding:8px 12px}#abewe-header .abewe-header-inner{position:relative!important;display:grid!important;grid-template-columns:minmax(96px,1fr) auto minmax(96px,1fr);align-items:center!important;gap:8px;min-height:62px}#abewe-header .abewe-mobile-left{display:flex!important;grid-column:1;align-items:center;justify-content:flex-start;gap:7px;min-width:0}#abewe-header .abewe-menu-toggle{display:block!important;flex:0 0 42px!important;width:42px;height:42px;margin:0;padding:9px;visibility:visible!important;opacity:1!important;pointer-events:auto!important}#abewe-header .abewe-menu-toggle span{margin:4px 0}#abewe-header .abewe-mobile-language{display:flex;align-items:center;justify-content:flex-start;min-width:0;min-height:32px}#abewe-header .abewe-mobile-language img{display:block;width:auto!important;max-width:18px!important;height:auto!important;max-height:13px!important;margin:0 1px!important}#abewe-header .abewe-mobile-language a{display:inline-flex;align-items:center;margin:0 1px!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}#abewe-header .abewe-mobile-language select{width:auto;max-width:58px;min-height:28px;padding:2px 3px;font-size:10px}#abewe-header .abewe-header-logo{display:flex!important;grid-column:2;align-items:center;justify-content:center;min-width:0;margin:0}#abewe-header .abewe-header-logo img{display:block;width:auto;height:auto;max-width:112px;max-height:46px;margin:0 auto}#abewe-header .abewe-mobile-cart,#abewe-header .abewe-mobile-cart-placeholder{grid-column:3;justify-self:end}#abewe-header .abewe-mobile-cart{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:40px;padding:7px 10px;color:var(--abewe-white)!important;background:#fff0;border:1.5px solid var(--abewe-pink);border-radius:9px;font-size:11px;font-weight:800;line-height:1;text-decoration:none!important;text-transform:uppercase;white-space:nowrap;transition:color var(--abewe-transition),background-color var(--abewe-transition),border-color var(--abewe-transition)}#abewe-header .abewe-mobile-cart:hover{color:var(--abewe-white)!important;background:rgb(245 182 212 / .1);border-color:var(--abewe-white)}#abewe-header .abewe-mobile-cart-count{display:inline-flex;align-items:center;justify-content:center;min-width:19px;height:19px;padding:0 5px;color:var(--abewe-blue);background:var(--abewe-pink);border-radius:20px;font-size:10px;font-weight:900}#abewe-header .abewe-mobile-cart-placeholder{display:block;width:96px}#abewe-header .abewe-navigation{display:none!important;grid-column:1 / -1;width:100%!important;max-width:100%!important;height:auto!important;max-height:none!important;margin:0!important;padding:8px 0 0!important;overflow:visible!important}#abewe-header.menu-open .abewe-navigation{display:block!important}#abewe-header .abewe-menu,#abewe-header #abewe-mainmenu{display:flex!important;flex-direction:column!important;flex-wrap:nowrap!important;align-items:stretch!important;justify-content:flex-start!important;gap:0!important;width:100%!important;max-width:100%!important;height:auto!important;max-height:none!important;margin:0!important;padding:0!important;overflow:visible!important}#abewe-header .abewe-menu>li,#abewe-header #abewe-mainmenu>li,#abewe-header .abewe-menu-item,#abewe-header .menu-item{position:relative!important;display:block!important;float:none!important;width:100%!important;max-width:100%!important;height:auto!important;max-height:none!important;margin:0!important;padding:0!important;visibility:visible!important;opacity:1!important;transform:none!important}#abewe-header .abewe-menu>li>a,#abewe-header #abewe-mainmenu>li>a{display:flex!important;align-items:center!important;justify-content:flex-start!important;width:100%!important;min-height:46px;height:auto!important;padding:12px 13px!important;color:var(--abewe-white)!important;background:transparent!important;font-size:14px!important;font-weight:700;line-height:1.3;text-align:left!important;text-transform:uppercase!important;white-space:normal!important;border-radius:var(--abewe-radius-small);box-shadow:none!important}#abewe-header .abewe-menu>li>a::after{display:none!important}#abewe-header .abewe-menu>li:hover,#abewe-header .abewe-menu>li.current-menu-parent,#abewe-header .abewe-menu>li.current-menu-ancestor,#abewe-header .abewe-menu>li:hover>a,#abewe-header .abewe-menu>li.current-menu-parent>a,#abewe-header .abewe-menu>li.current-menu-ancestor>a{color:var(--abewe-white)!important;background:transparent!important}#abewe-header .abewe-menu>li.current-menu-item>a{color:var(--abewe-white)!important;background:rgb(255 255 255 / .11)!important}#abewe-header .abewe-menu li>.sub-menu,#abewe-header .abewe-menu .sub-menu .sub-menu{position:static!important;display:none!important;float:none!important;width:calc(100% - 14px)!important;min-width:0!important;max-width:100%!important;height:auto!important;max-height:none!important;margin:4px 0 6px 14px!important;padding:7px!important;visibility:visible!important;opacity:1!important;background:var(--abewe-white)!important;border:1px solid rgb(43 36 89 / .08);border-radius:9px;box-shadow:none;transform:none!important;pointer-events:auto!important;overflow:visible!important}#abewe-header .abewe-menu li.submenu-open>.sub-menu{display:block!important}#abewe-header .abewe-menu li:not(.submenu-open):hover>.sub-menu{display:none!important}#abewe-header .abewe-menu .sub-menu .sub-menu{width:calc(100% - 12px)!important;margin:5px 0 5px 12px!important;padding:6px!important;background:rgb(43 36 89 / .07)!important}#abewe-header .abewe-menu .sub-menu li{display:block!important;width:100%!important;height:auto!important;visibility:visible!important;opacity:1!important}#abewe-header .abewe-menu .sub-menu a{display:flex!important;align-items:center!important;width:100%!important;min-height:42px;padding:10px 13px!important;color:var(--abewe-blue)!important;background:transparent!important;font-size:14px!important;font-weight:600;line-height:1.35;text-transform:none!important;border-radius:7px;box-shadow:none!important}#abewe-header .abewe-menu .sub-menu li:hover>a,#abewe-header .abewe-menu .sub-menu li.current-menu-item>a{color:var(--abewe-blue)!important;background:rgb(168 216 46 / .18)!important}#abewe-header .abewe-menu .sub-menu .sub-menu a{min-height:39px;padding:9px 11px!important;font-size:13px!important}#abewe-header .abewe-menu .menu-item-has-children::before{display:none!important}#abewe-header .abewe-header-actions{display:none!important;grid-column:1 / -1;flex-direction:column!important;align-items:stretch!important;gap:10px;width:100%!important;height:auto!important;margin:0!important;padding:10px 0 0!important}#abewe-header.menu-open .abewe-header-actions{display:flex!important}#abewe-header .abewe-account-button{display:flex!important;width:100%!important;min-height:44px}#abewe-header .abewe-header-actions .abewe-language,#abewe-header .abewe-header-actions .abewe-cart-button{display:none!important}#abewe-header.menu-open .abewe-menu-toggle span:nth-child(1){transform:translateY(6px) rotate(45deg)}#abewe-header.menu-open .abewe-menu-toggle span:nth-child(2){opacity:0}#abewe-header.menu-open .abewe-menu-toggle span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}}@media screen and (max-width:782px){body.admin-bar #abewe-header.abewe-site-header{top:46px!important}}@media screen and (max-width:480px){#abewe-header.abewe-site-header{padding-right:8px;padding-left:8px}#abewe-header .abewe-header-inner{grid-template-columns:minmax(84px,1fr) auto minmax(84px,1fr);gap:5px}#abewe-header .abewe-mobile-left{gap:4px}#abewe-header .abewe-menu-toggle{flex-basis:38px!important;width:38px;height:38px;padding:8px}#abewe-header .abewe-menu-toggle span{margin:4px 0}#abewe-header .abewe-mobile-language img{max-width:16px!important;max-height:12px!important}#abewe-header .abewe-header-logo img{max-width:98px;max-height:42px}#abewe-header .abewe-mobile-cart{min-height:38px;padding:6px 8px;font-size:10px}#abewe-header .abewe-mobile-cart-count{min-width:18px;height:18px;padding:0 4px;font-size:9px}}@media screen and (max-width:370px){#abewe-header .abewe-header-inner{grid-template-columns:minmax(74px,1fr) auto minmax(74px,1fr)}#abewe-header .abewe-mobile-language{display:none}#abewe-header .abewe-header-logo img{max-width:88px}#abewe-header .abewe-mobile-cart{padding-right:6px;padding-left:6px}#abewe-header .abewe-mobile-cart-label{font-size:9px}}@media screen and (min-width:1181px){#abewe-header .abewe-menu-toggle,#abewe-header .abewe-mobile-left,#abewe-header .abewe-mobile-cart,#abewe-header .abewe-mobile-cart-placeholder{display:none!important}#abewe-header .abewe-navigation,#abewe-header .abewe-header-actions{display:flex!important}}/ #abewe-footer,#abewe-footer *,#abewe-footer *::before,#abewe-footer *::after{box-sizing:border-box}#abewe-footer.abewe-site-footer{position:relative;width:100%;margin:0;padding:26px 24px 13px;overflow:hidden;color:var(--abewe-white);background:radial-gradient(circle at 5% 20%,rgb(168 216 46 / .11),transparent 24%),linear-gradient(135deg,#211a4d 0%,var(--abewe-blue) 55%,#352c68 100%)}#abewe-footer .abewe-footer-inner{width:100%;max-width:var(--abewe-header-width);margin:0 auto}#abewe-footer .abewe-footer-main{display:grid;grid-template-columns:minmax(160px,0.55fr) minmax(240px,1fr) minmax(240px,1fr);gap:34px;align-items:start;padding-bottom:18px}#abewe-footer .abewe-footer-brand{max-width:220px}#abewe-footer .abewe-footer-logo{display:inline-flex;align-items:center;margin:0;text-decoration:none}#abewe-footer .abewe-footer-logo img{display:block;width:auto;height:auto;max-width:115px;max-height:44px;margin:0}#abewe-footer .abewe-footer-description,#abewe-footer .abewe-footer-website{display:none!important}#abewe-footer .abewe-footer-socials{display:flex;align-items:center;gap:6px;margin-top:10px}#abewe-footer .abewe-footer-socials a{display:inline-flex;align-items:center;justify-content:center;width:29px;height:29px;color:var(--abewe-white)!important;background:rgb(255 255 255 / .08);border:1px solid rgb(255 255 255 / .11);border-radius:50%;text-decoration:none!important;transition:color var(--abewe-transition),background-color var(--abewe-transition),border-color var(--abewe-transition),transform var(--abewe-transition)}#abewe-footer .abewe-footer-socials a:hover{color:var(--abewe-blue)!important;background:var(--abewe-green);border-color:var(--abewe-green);transform:translateY(-2px)}#abewe-footer .abewe-footer-socials svg{display:block;width:13px;height:13px;fill:currentColor}#abewe-footer .abewe-footer-title{position:relative;margin:0 0 9px;padding-bottom:7px;color:var(--abewe-white);font-size:11px;font-weight:800;line-height:1.3;letter-spacing:.035em;text-transform:uppercase}#abewe-footer .abewe-footer-title::after{content:"";position:absolute;bottom:0;left:0;width:27px;height:2px;background:var(--abewe-green);border-radius:20px}#abewe-footer .abewe-footer-contact address{display:flex;flex-direction:column;align-items:flex-start;gap:2px;margin:0;color:rgb(255 255 255 / .65);font-size:11.5px;font-style:normal;line-height:1.42}#abewe-footer .abewe-footer-contact strong{margin-bottom:1px;color:var(--abewe-white);font-size:12px;font-weight:700;line-height:1.4}#abewe-footer .abewe-footer-contact span{margin-bottom:3px}#abewe-footer .abewe-footer-contact a{color:rgb(255 255 255 / .74)!important;font-size:11.5px;font-weight:600;line-height:1.42;text-decoration:none!important;overflow-wrap:anywhere;transition:color var(--abewe-transition),transform var(--abewe-transition)}#abewe-footer .abewe-footer-contact a:hover{color:var(--abewe-green)!important;transform:translateX(2px)}#abewe-footer .abewe-footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-top:11px;border-top:1px solid rgb(255 255 255 / .1)}#abewe-footer .abewe-footer-bottom p{margin:0;color:rgb(255 255 255 / .42);font-size:9px;line-height:1.35}#abewe-footer .abewe-footer-legal{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px}#abewe-footer .abewe-footer-legal a{color:rgb(255 255 255 / .46)!important;font-size:9px;font-weight:600;line-height:1.35;text-decoration:none!important;transition:color var(--abewe-transition)}#abewe-footer .abewe-footer-legal a:hover{color:var(--abewe-white)!important}@media screen and (max-width:900px){#abewe-footer .abewe-footer-main{grid-template-columns:140px repeat(2,minmax(0,1fr));gap:24px}}@media screen and (max-width:700px){#abewe-footer.abewe-site-footer{padding:24px 16px 12px}#abewe-footer .abewe-footer-main{grid-template-columns:1fr;gap:18px;padding-bottom:17px}#abewe-footer .abewe-footer-brand{display:flex;align-items:center;justify-content:space-between;gap:18px;width:100%;max-width:none}#abewe-footer .abewe-footer-logo img{max-width:105px;max-height:41px}#abewe-footer .abewe-footer-socials{flex:0 0 auto;margin-top:0}#abewe-footer .abewe-footer-socials a{width:28px;height:28px}#abewe-footer .abewe-footer-title{margin-bottom:8px;font-size:10.5px}#abewe-footer .abewe-footer-contact address,#abewe-footer .abewe-footer-contact a{font-size:11px}#abewe-footer .abewe-footer-contact strong{font-size:11.5px}#abewe-footer .abewe-footer-bottom{flex-direction:column;align-items:flex-start;gap:7px}#abewe-footer .abewe-footer-legal{justify-content:flex-start}}