#gmf-bottombar{position:fixed;left:0;right:0;bottom:0;max-width:480px;margin-left:auto;margin-right:auto;padding:4px 16px 2px;background:#f7f4ef;border:1px solid #e2dbd0;border-radius:20px;transition:transform .25s ease;z-index:9999;}
@media screen and (max-width: 480px){
	#gmf-bottombar{bottom:env(safe-area-inset-bottom);}
}
#gmf-open-btn{width:100%;display:flex;align-items:center;justify-content:center;font-family:'DM Sans',sans-serif;font-size:14px;font-weight:500;padding:12px;border-radius:24px;border:none;background:#5c4a2a;color:#fff;cursor:pointer;}
#gmf-badge{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:#fff;margin-right:7px;}
#gmf-badge .gmf-check{font-style:normal;font-size:11px;color:#5c4a2a;}
#gmf-backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(30,26,21,0.35);z-index:9998;}
#gmf-filterscreen,#gmf-explainscreen{display:none;flex-direction:column;position:fixed;top:0;right:0;bottom:0;left:0;max-width:480px;margin-left:auto;margin-right:auto;background:#fff;border-left:1px solid #e2dbd0;border-right:1px solid #e2dbd0;z-index:10000;font-family:'DM Sans',sans-serif;}
body.admin-bar #gmf-filterscreen,body.admin-bar #gmf-explainscreen{top:32px;}
@media screen and (max-width: 782px){
	body.admin-bar #gmf-filterscreen,body.admin-bar #gmf-explainscreen{top:46px;}
}
#gmf-explainscreen{z-index:10001;}
.gmf-topbar{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid #e2dbd0;flex-shrink:0;gap:12px;}
.gmf-close,.gmf-back{font-size:22px;color:#1e1a15;cursor:pointer;}
.gmf-title{font-family:'Cormorant Garamond',serif;font-size:18px;font-weight:600;color:#1e1a15;}
.gmf-clear{font-size:13px;color:#5c4a2a;cursor:pointer;}
.gmf-body{flex:1;overflow-y:auto;padding:0;}
#gmf-explainscreen .gmf-body{padding:18px;}
.gmf-group{border-bottom:1px solid #e2dbd0;}
.gmf-group-head{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;cursor:pointer;}
.gmf-group-label{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:500;color:#1e1a15;}
.gmf-group-preview{font-family:'DM Sans',sans-serif;font-size:12px;color:#8a7f6f;margin-top:2px;}
.gmf-uitleg{color:#2563eb;font-size:12px;cursor:pointer;}
.gmf-chev{color:#8a7f6f;transition:transform .2s;display:inline-block;}
.gmf-group.open .gmf-chev{transform:rotate(180deg);}
.gmf-group-body{display:none;padding:0 18px 12px;}
.gmf-group.open .gmf-group-body{display:block;}
.gmf-option{display:flex;align-items:center;justify-content:space-between;padding:9px 0;font-size:14px;color:#1e1a15;cursor:pointer;}
.gmf-option-left{display:flex;align-items:center;}
.gmf-option-right{display:flex;align-items:center;gap:8px;}
.gmf-count{font-size:12px;color:#8a7f6f;min-width:28px;display:inline-block;text-align:right;line-height:19px;}
.gmf-option input[type=checkbox],.gmf-option input[type=radio]{width:19px;height:19px;accent-color:#5c4a2a;margin:0;flex-shrink:0;}
.gmf-footer{padding:14px 18px calc(14px + env(safe-area-inset-bottom));border-top:1px solid #e2dbd0;flex-shrink:0;}
.gmf-footer button{width:100%;font-size:14px;font-weight:500;padding:12px;border-radius:24px;border:none;background:#5c4a2a;color:#fff;cursor:pointer;position:relative;overflow:hidden;}
.gmf-footer button.gmf-loading{background:#a89a83;}
.gmf-footer button.gmf-loading::before{content:'';position:absolute;top:0;left:-35%;width:35%;height:3px;background:#f7f4ef;animation:gmfSweep 0.9s infinite linear;}
@keyframes gmfSweep{0%{left:-35%;}100%{left:100%;}}
body.gmf-open{overflow:hidden;}
.woocommerce-info{background:#f7f4ef;border:1px solid #e2dbd0;border-radius:12px;padding:28px 22px;margin:24px 14px 90px;font-family:'DM Sans',sans-serif;font-size:14px;line-height:1.6;color:#1e1a15;text-align:center;list-style:none;}
