/* Webzlo Fullscreen Menu */
.wzl-fs-toggle{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;cursor:pointer;line-height:1;position:relative;z-index:9998;transition:.25s ease;box-sizing:border-box}
.wzl-fs-toggle svg{display:block}
.wzl-fs-overlay{position:fixed;inset:0;width:100vw;height:100vh;z-index:999999;visibility:hidden;opacity:0;pointer-events:none;transition:.35s ease}
.wzl-fs-wrap.is-open .wzl-fs-overlay{visibility:visible;opacity:1;pointer-events:auto}
.wzl-fs-panel{position:absolute;inset:0;width:100%;height:100%;overflow:auto;transform:translateX(100%);transition:.35s cubic-bezier(.4,0,.2,1)}
.wzl-fs-transition-slide-left .wzl-fs-panel{transform:translateX(-100%)}
.wzl-fs-transition-fade .wzl-fs-panel{transform:none;opacity:0}
.wzl-fs-transition-zoom .wzl-fs-panel{transform:scale(.92);opacity:0}
.wzl-fs-wrap.is-open .wzl-fs-panel{transform:translateX(0) scale(1);opacity:1}
.wzl-fs-panel-inner{min-height:100%;display:flex;flex-direction:column;box-sizing:border-box}
.wzl-fs-head{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:16px}
.wzl-fs-head h3{margin:0;font-size:28px;line-height:1.2;color:inherit}
.wzl-fs-close{width:42px;height:42px;border:1px solid currentColor;background:transparent;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:inherit}
.wzl-fs-text{padding:14px 16px;border-radius:14px;margin-bottom:16px;text-align:center}
.wzl-fs-menu ul{list-style:none;margin:0;padding:0}
.wzl-fs-menu li{list-style:none;margin-left:0!important;padding-left:0!important}
.wzl-fs-menu a{display:flex;align-items:center;justify-content:space-between;padding:15px 18px;border-radius:13px;text-decoration:none;line-height:1.2;transition:.2s ease}
.wzl-fs-menu a:after{content:'›';font-size:22px;line-height:1;opacity:.7}
.wzl-fs-menu .sub-menu{margin:8px 0 0 16px!important}
.wzl-fs-cta{margin-top:auto;padding:18px;border-radius:18px}
.wzl-fs-cta h4{margin:0 0 6px;font-size:18px;color:inherit}
.wzl-fs-cta p{margin:0 0 12px;color:inherit;opacity:.85}
.wzl-fs-cta-btn{display:inline-flex;padding:10px 18px;border-radius:999px;text-decoration:none;font-weight:700}
body.wzl-menu-lock{overflow:hidden!important}

/* Woodmart style bottom nav */
.wzl-bottom-nav-wrap{position:fixed;left:0;right:0;bottom:0;z-index:99995;padding-bottom:env(safe-area-inset-bottom)}
.wzl-bottom-nav{display:flex;align-items:stretch;justify-content:space-around;width:100%;box-sizing:border-box;border-top:1px solid rgba(0,0,0,.08)}
.wzl-bottom-nav-item{position:relative;flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;text-decoration:none!important;padding:10px 4px 8px;line-height:1.1;box-sizing:border-box}
.wzl-bottom-nav-item:before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:38px;height:3px;border-radius:0 0 3px 3px;background:transparent}
.wzl-bottom-nav-item.is-active:before{background:currentColor}
.wzl-bottom-nav-icon{position:relative;display:flex;align-items:center;justify-content:center;line-height:1;width:auto!important;height:auto!important;max-width:50px;max-height:50px}
.wzl-bottom-nav-icon i,.wzl-bottom-nav-icon svg{display:block;max-width:50px;max-height:50px;object-fit:contain}
.wzl-bottom-nav-label{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;font-size:12px;font-weight:700;line-height:1.1}
.wzl-bottom-badge{position:absolute;top:-8px;right:-12px;min-width:17px;height:17px;border-radius:20px;color:#fff;font-size:10px;display:flex;align-items:center;justify-content:center;padding:0 4px;line-height:17px}
@media (min-width:1025px){.wzl-bottom-nav-wrap.wzl-hide-desktop{display:none!important}}

/* Woo cart sidebar */
.wzl-cart-widget{display:inline-flex;align-items:center;gap:6px;line-height:1;vertical-align:middle}
.wzl-cart-widget.is-empty-hidden{display:none!important}
.wzl-cart-trigger{position:relative;display:inline-flex;align-items:center;justify-content:center;border:0;cursor:pointer;line-height:1;padding:0;box-sizing:border-box}
.wzl-cart-trigger svg{display:block}
.wzl-cart-count{position:absolute;right:1px;top:1px;min-width:18px;height:18px;border-radius:50%;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:18px;padding:0 4px;box-sizing:border-box}
.wzl-cart-total-text{font-size:16px;font-weight:500;color:currentColor;white-space:nowrap}
.wzl-cart-drawer{position:fixed;inset:0;z-index:1000000;visibility:hidden;pointer-events:none}
.wzl-cart-widget.is-cart-open .wzl-cart-drawer{visibility:visible;pointer-events:auto}
.wzl-cart-overlay{position:absolute;inset:0;opacity:0;transition:.3s ease}
.wzl-cart-widget.is-cart-open .wzl-cart-overlay{opacity:1}
.wzl-cart-sidebar{position:absolute;top:0;right:0;height:100%;max-width:calc(100vw - 24px);display:flex;flex-direction:column;transform:translateX(105%);transition:.35s cubic-bezier(.4,0,.2,1);box-sizing:border-box}
.wzl-cart-widget.is-cart-open .wzl-cart-sidebar{transform:translateX(0)}
.wzl-cart-head{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:24px 24px 18px;border-bottom:1px solid rgba(0,0,0,.08)}
.wzl-cart-title{margin:0;font-size:22px;line-height:1.2;text-transform:uppercase;color:#111}
.wzl-cart-close{border:0;background:transparent;cursor:pointer;font-size:16px;color:#222;white-space:nowrap}
.wzl-cart-body{flex:1;display:flex;flex-direction:column;overflow:hidden}
.wzl-cart-items{padding:18px 22px;overflow:auto;flex:1}
.wzl-cart-item{display:flex;gap:14px;position:relative;padding:0 22px 18px 0;margin-bottom:18px;border-bottom:1px solid rgba(0,0,0,.06)}
.wzl-cart-thumb{width:72px;min-width:72px}
.wzl-cart-thumb img{width:72px!important;height:72px!important;object-fit:cover;display:block}
.wzl-cart-info{flex:1;min-width:0;font-size:14px;line-height:1.45;color:#333}
.wzl-cart-product-title{display:block;color:#111;text-decoration:none;font-weight:700;text-transform:uppercase;margin-bottom:8px;line-height:1.35}
.wzl-cart-meta{font-size:13px;color:#333}
.wzl-cart-meta p{margin:.2em 0}
.wzl-cart-price{margin-top:8px;font-weight:700;color:#111}
.wzl-cart-remove{position:absolute;right:0;top:0;text-decoration:none!important;color:#555;font-size:18px;line-height:1}
.wzl-cart-footer{margin-top:auto;border-top:1px solid rgba(0,0,0,.08);padding:20px 22px 24px;background:#fff}
.wzl-cart-subtotal{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:18px;font-size:22px;color:#111;font-weight:700}
.wzl-cart-actions{display:flex;flex-direction:column;gap:12px}
.wzl-cart-actions a{display:flex;align-items:center;justify-content:center;min-height:52px;text-decoration:none!important;font-weight:800;text-transform:uppercase;letter-spacing:.02em}
.wzl-cart-empty{padding:35px 22px;text-align:center;color:#333}
@media (max-width:480px){.wzl-cart-sidebar{width:92vw!important}.wzl-cart-title{font-size:18px}.wzl-cart-head{padding:18px}.wzl-cart-items{padding:16px}.wzl-cart-footer{padding:18px}.wzl-cart-subtotal{font-size:18px}}

/* v1.0.6 cart stability fixes */
.wzl-cart-widget,
.wzl-cart-widget *{box-sizing:border-box}
.wzl-cart-widget{position:relative;display:inline-flex!important;align-items:center;justify-content:center;gap:8px;width:auto!important;max-width:max-content!important;min-height:0!important;margin:0!important;padding:0!important;z-index:20}
.wzl-cart-trigger{appearance:none;-webkit-appearance:none;border:none!important;outline:none;background:transparent;min-width:36px;min-height:36px;border-radius:0;color:#003b10}
.wzl-cart-trigger:hover,.wzl-cart-trigger:focus{background:transparent;color:#003b10}
.wzl-cart-trigger i,.wzl-cart-trigger svg{display:block!important;line-height:1!important;max-width:32px!important;max-height:32px!important;fill:currentColor!important;color:currentColor!important}
.wzl-cart-total-text{display:inline-flex;align-items:center;line-height:1;color:#003b10;font-weight:600}
.wzl-cart-overlay{position:absolute;inset:0;display:block;width:100%;height:100%;border:0;margin:0;padding:0;cursor:pointer;opacity:0;transition:.3s ease}
.wzl-cart-widget.is-cart-open .wzl-cart-overlay{opacity:1}
.wzl-cart-drawer{top:0!important;right:0!important;bottom:0!important;left:0!important;width:100vw!important;height:100vh!important;max-width:none!important;max-height:none!important;margin:0!important;padding:0!important;position:fixed!important;z-index:2147483000!important}
.wzl-cart-sidebar{z-index:2;overflow:hidden;background:#fff}
body.wzl-menu-lock{overflow:hidden!important;touch-action:none}


/* v1.0.7 cart drawer polish: hide duplicate header icon while drawer is open, admin-bar height fix, stable scroll footer */
body.wzl-cart-open .wzl-cart-widget:not(.is-cart-open){visibility:hidden!important;opacity:0!important;pointer-events:none!important}
.wzl-cart-widget.is-cart-open > .wzl-cart-trigger,
.wzl-cart-widget.is-cart-open > .wzl-cart-total-text{visibility:hidden!important;opacity:0!important;pointer-events:none!important}
.wzl-cart-drawer{height:100dvh!important;min-height:100dvh!important;overflow:hidden!important}
.admin-bar .wzl-cart-drawer{top:32px!important;height:calc(100dvh - 32px)!important;min-height:calc(100dvh - 32px)!important}
@media (max-width:782px){.admin-bar .wzl-cart-drawer{top:46px!important;height:calc(100dvh - 46px)!important;min-height:calc(100dvh - 46px)!important}}
.wzl-cart-sidebar{height:100%!important;max-height:100%!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}
.wzl-cart-head{flex:0 0 auto!important}
.wzl-cart-body{flex:1 1 auto!important;min-height:0!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;background:inherit}
.wzl-cart-items{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;padding-bottom:12px!important}
.wzl-cart-footer{flex:0 0 auto!important;position:sticky!important;bottom:0!important;z-index:5!important;background:inherit!important;padding-bottom:calc(22px + env(safe-area-inset-bottom))!important;box-shadow:0 -8px 24px rgba(0,0,0,.04)}
.wzl-cart-actions a{width:100%!important;box-sizing:border-box!important}
.wzl-cart-actions a + a{display:flex!important}


/* v1.0.8: Cart drawer must stay above Woodmart-style bottom nav */
body.wzl-cart-open .wzl-bottom-nav-wrap,
body.wzl-cart-open .wd-toolbar,
body.wzl-cart-open .woodmart-sticky-btn,
body.wzl-cart-open .wd-sticky-btn,
body.wzl-cart-open .wd-bottom-toolbar{
    display:none!important;
    visibility:hidden!important;
    pointer-events:none!important;
}
.wzl-cart-widget.is-cart-open .wzl-cart-drawer{
    z-index:2147483647!important;
}
.wzl-cart-widget.is-cart-open .wzl-cart-sidebar{
    height:100%!important;
    max-height:100%!important;
    overflow:hidden!important;
}
.wzl-cart-widget.is-cart-open .wzl-cart-body{
    min-height:0!important;
    overflow:hidden!important;
}
.wzl-cart-widget.is-cart-open .wzl-cart-items{
    overflow-y:auto!important;
    overflow-x:hidden!important;
    -webkit-overflow-scrolling:touch!important;
    padding-bottom:18px!important;
}
.wzl-cart-widget.is-cart-open .wzl-cart-footer{
    position:relative!important;
    z-index:5!important;
    flex:0 0 auto!important;
    padding-bottom:calc(22px + env(safe-area-inset-bottom))!important;
    background:#fff!important;
}
.wzl-cart-widget.is-cart-open .wzl-cart-actions a{
    min-height:50px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
}
@media (max-width:480px){
    .wzl-cart-widget.is-cart-open .wzl-cart-footer{
        padding-bottom:calc(18px + env(safe-area-inset-bottom))!important;
    }
}

.wzl-cart-actions a:first-child{background:#E1F179;color:#083300;border:1px solid #083300;border-radius:99px;padding:18px 30px;font-family:Poppins,sans-serif;font-size:16px;font-weight:500}.wzl-cart-actions a:first-child:hover{background:#083300;color:#E1F179}.wzl-cart-actions a:last-child{background:#083300;color:#E1F179;border:1px solid #083300;border-radius:99px;padding:18px 30px;font-family:Poppins,sans-serif;font-size:16px;font-weight:500}.wzl-cart-actions a:last-child:hover{background:#E1F179;color:#083300}


/* v1.1.1: Restore Pupsy mobile fullscreen menu layout */
.wzl-fs-overlay{
    position:fixed!important;
    inset:0!important;
    width:100vw!important;
    height:100dvh!important;
    background:#fff!important;
    z-index:2147482000!important;
}
.wzl-fs-panel{
    width:100%!important;
    height:100%!important;
    overflow-y:auto!important;
    -webkit-overflow-scrolling:touch!important;
    background:#fff!important;
}
.wzl-fs-panel-inner{
    min-height:100%!important;
    padding:54px 18px 26px!important;
    display:flex!important;
    flex-direction:column!important;
    gap:0!important;
}
.admin-bar .wzl-fs-panel-inner{padding-top:76px!important}
@media (max-width:782px){.admin-bar .wzl-fs-panel-inner{padding-top:92px!important}}
.wzl-fs-head{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    margin:0 0 26px!important;
    gap:16px!important;
}
.wzl-fs-head h3{
    margin:0!important;
    color:#003b10!important;
    font-size:34px!important;
    line-height:1.12!important;
    font-weight:800!important;
    letter-spacing:-.02em!important;
}
.wzl-fs-close{
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
    border:0!important;
    background:transparent!important;
    border-radius:0!important;
    color:#003b10!important;
    padding:0!important;
    box-shadow:none!important;
}
.wzl-fs-close svg,
.wzl-fs-close i{
    width:28px!important;
    height:28px!important;
    font-size:28px!important;
    fill:#003b10!important;
}
.wzl-fs-text{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:56px!important;
    width:100%!important;
    padding:12px 18px!important;
    margin:0 0 28px!important;
    border-radius:18px!important;
    background:#e6fb72!important;
    color:#003b10!important;
    text-align:center!important;
    font-weight:600!important;
    box-sizing:border-box!important;
}
.wzl-fs-text p{margin:0!important}
.wzl-fs-menu ul{
    list-style:none!important;
    margin:0!important;
    padding:0!important;
}
.wzl-fs-menu li{
    list-style:none!important;
    margin:0 0 14px!important;
    padding:0!important;
}
.wzl-fs-menu a{
    position:relative!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    min-height:82px!important;
    padding:14px 52px 14px 92px!important;
    border:1px solid #e5eadf!important;
    border-radius:18px!important;
    background:#fff!important;
    color:#003b10!important;
    text-decoration:none!important;
    font-size:26px!important;
    line-height:1.15!important;
    font-weight:800!important;
    box-shadow:0 1px 0 rgba(0,0,0,.02)!important;
    box-sizing:border-box!important;
}
.wzl-fs-menu a:hover,
.wzl-fs-menu a:focus{
    color:#003b10!important;
    background:#fff!important;
}
.wzl-fs-menu a:before{
    content:""!important;
    position:absolute!important;
    left:24px!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    width:52px!important;
    height:52px!important;
    border-radius:14px!important;
    background-color:#ecffba!important;
    background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23003b10' d='M256 224c-79.5 0-144 64.5-144 144 0 35.3 28.7 64 64 64 21.3 0 39.7-10.4 51.4-26.3 7-9.6 18.2-15.7 30.6-15.7s23.6 6.1 30.6 15.7C300.3 421.6 318.7 432 340 432c35.3 0 64-28.7 64-64 0-79.5-64.5-144-148-144zM128 96c-35.3 0-64 35.8-64 80s28.7 80 64 80 64-35.8 64-80-28.7-80-64-80zm256 0c-35.3 0-64 35.8-64 80s28.7 80 64 80 64-35.8 64-80-28.7-80-64-80zM240 48c-35.3 0-64 35.8-64 80s28.7 80 64 80 64-35.8 64-80-28.7-80-64-80z'/%3E%3C/svg%3E")!important;
    background-repeat:no-repeat!important;
    background-position:center!important;
    background-size:28px!important;
}
.wzl-fs-menu a:after{
    content:"›"!important;
    position:absolute!important;
    right:24px!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    color:#69746b!important;
    font-size:38px!important;
    line-height:1!important;
    opacity:1!important;
}
.wzl-fs-menu .sub-menu{
    margin:12px 0 0!important;
    padding-left:14px!important;
}
.wzl-fs-menu .sub-menu a{
    min-height:64px!important;
    font-size:20px!important;
    padding-left:78px!important;
}
.wzl-fs-menu .sub-menu a:before{
    width:42px!important;
    height:42px!important;
    left:22px!important;
    background-size:23px!important;
}
.wzl-fs-cta{
    margin-top:0!important;
    padding:26px 22px!important;
    border-radius:24px 24px 0 0!important;
    background:#dfff4f!important;
    color:#003b10!important;
    text-align:center!important;
}
.wzl-fs-cta h4{
    margin:0 0 8px!important;
    font-size:26px!important;
    line-height:1.15!important;
    font-weight:800!important;
    color:#003b10!important;
}
.wzl-fs-cta p{
    margin:0 0 16px!important;
    font-size:18px!important;
    line-height:1.35!important;
    color:#003b10!important;
    opacity:1!important;
}
.wzl-fs-cta-btn{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:46px!important;
    padding:12px 26px!important;
    border-radius:99px!important;
    background:#003b10!important;
    color:#e6fb72!important;
    font-weight:700!important;
    text-decoration:none!important;
}
@media (max-width:380px){
    .wzl-fs-head h3{font-size:30px!important}
    .wzl-fs-menu a{font-size:22px!important;min-height:76px!important;padding-left:84px!important}
}
