/* Gorilla Dirt — Variant Pills */
.gd-vp{margin:6px 0 18px}
.gd-vp-block{margin:0 0 18px}
.gd-vp-label{font-family:'Oswald','Arial Narrow',sans-serif;text-transform:uppercase;letter-spacing:.05em;font-size:13px;font-weight:600;color:#302413;margin:0 0 9px}

.gd-vp-tabs{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 14px;border-bottom:1px solid #ece5da;padding-bottom:14px}
.gd-vp-tab{font-family:'Oswald','Arial Narrow',sans-serif;text-transform:uppercase;letter-spacing:.03em;font-size:13px;font-weight:600;background:#fff;border:1.5px solid #d8cfc2;color:#302413;border-radius:999px;padding:8px 18px;cursor:pointer;transition:background .15s,border-color .15s,color .15s}
.gd-vp-tab:hover{border-color:#302413}
.gd-vp-tab.active{background:#302413;color:#FEB442;border-color:#302413}

.gd-vp-panel{display:none;flex-wrap:wrap;gap:9px}
.gd-vp-pills{display:flex;flex-wrap:wrap;gap:9px}
.gd-vp-pill{font-family:inherit;font-size:14px;font-weight:600;background:#fff;border:1.5px solid #d8cfc2;color:#302413;border-radius:9px;padding:10px 16px;cursor:pointer;transition:background .15s,border-color .15s,color .15s}
.gd-vp-pill:hover{border-color:#302413}
.gd-vp-pill.active{background:#302413;color:#fff;border-color:#302413}
.gd-vp-pill.gd-vp-disabled{opacity:.35;text-decoration:line-through;cursor:not-allowed}

.gd-vp-clear{display:inline-block;background:none;border:0;padding:2px 0;margin:2px 0 0;font-family:'Oswald','Arial Narrow',sans-serif;text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:600;color:#8a7f70;cursor:pointer;text-decoration:underline}
.gd-vp-clear:hover{color:#302413}
.gd-vp-clear[hidden]{display:none}

.gd-vp-hide-native{display:none!important}
