.hgb-shop-header{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1.5rem;margin-top:.75rem}.hgb-shop-header__copy{max-width:min(720px,100%);display:grid;gap:.75rem}.hgb-shop-grid{display:flex;flex-direction:column;gap:2rem}.hgb-shop-filter{display:flex;flex-direction:column;gap:1.25rem}.hgb-shop-filter__top{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.hgb-shop-filter__body{display:flex;flex-direction:column;gap:1rem}.hgb-filter-group{border:1px solid rgba(229,231,235,1);border-radius:1rem;background-color:#fff;padding:.75rem 1rem;transition:border-color .2s ease,box-shadow .2s ease}.hgb-filter-group[open]{border-color:#f59e0b59;box-shadow:0 18px 32px -28px #0f172a59}.hgb-filter-group__summary{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.4rem 0;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#4b5563;cursor:pointer;list-style:none}.hgb-filter-group__label{flex:1}.hgb-filter-group__chevron{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;color:#6b7280;transition:transform .2s ease,color .2s ease}.hgb-filter-group__chevron:before{content:"";display:block;width:0;height:0;border-left:.3rem solid transparent;border-right:.3rem solid transparent;border-top:.35rem solid currentColor}.hgb-filter-group[open] .hgb-filter-group__chevron{transform:rotate(180deg);color:#92400e}.hgb-filter-group__fieldset{margin-top:.85rem;border:0;padding:0}.hgb-filter-group__content{overflow:hidden}.hgb-filter-group:not([open]) .hgb-filter-group__content{height:0}.hgb-filter-group__description{margin-bottom:.75rem}.hgb-filter-group__options{display:flex;flex-direction:column;gap:.65rem}.hgb-filter-option{display:inline-flex;align-items:center;gap:.6rem;font-size:.92rem;color:#374151}.hgb-filter-option input[type=checkbox]{width:1rem;height:1rem;accent-color:#b45309}.hgb-shop-products{display:flex;flex-direction:column;gap:1.5rem;width:100%}.hgb-shop-products__toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.hgb-shop-sort{display:inline-flex;align-items:center;gap:.75rem;font-size:.9rem}.hgb-shop-sort select{border:1px solid rgba(148,163,184,.6);border-radius:.75rem;padding:.45rem .8rem;background-color:#fff;font-size:.9rem;transition:border-color .2s ease,box-shadow .2s ease}.hgb-shop-sort select:focus{outline:none;border-color:#d9770699;box-shadow:0 0 0 3px #f59e0b40}.hgb-infinite-loading{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:1.5rem 0;color:#92400e;font-weight:500}.hgb-infinite-loading__spinner{width:1.25rem;height:1.25rem;border-radius:999px;border:2px solid rgba(217,119,6,.25);border-top-color:#d97706d9;animation:hgb-infinite-spin .9s linear infinite}.hgb-infinite-loading__text{font-size:.95rem}@keyframes hgb-infinite-spin{to{transform:rotate(1turn)}}.hgb-infinite-sentinel{width:100%;height:1px}.hgb-infinite-end{margin:2.5rem auto 0;padding:2.25rem 1.75rem;max-width:420px;text-align:center;display:grid;gap:1.25rem;border-radius:1.5rem;border:1px solid rgba(226,232,240,.9);background:linear-gradient(180deg,#f8fafcf2,#fffffff2);box-shadow:0 26px 48px -28px #0f172a59}.hgb-infinite-loading.hidden,.hgb-infinite-end.hidden{display:none}.hgb-infinite-end__copy{margin:0;font-size:.95rem;color:#374151}.hgb-shop-count{font-size:.9rem;color:#4b5563}.hgb-shop-products__body{display:flex;flex-direction:column;gap:1.75rem}.hgb-product-grid{display:grid;gap:1.5rem}@media (min-width: 640px){.hgb-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.hgb-shop-grid{display:grid;grid-template-columns:280px minmax(0,1fr);gap:2.5rem;align-items:start}.hgb-shop-filter{position:sticky;top:calc(var(--header-bottom, 0px) + 32px);max-height:100vh;background:#fffffffa;backdrop-filter:blur(2px);border-radius:inherit}.hgb-shop-filter__body{overflow-y:auto;padding-right:.45rem;flex:1;min-height:0}.hgb-shop-products{position:static;max-height:none;background:transparent;backdrop-filter:none;border-radius:0;box-shadow:none}.hgb-shop-products__body{padding-right:0}.hgb-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.product-card{border-radius:1rem;overflow:hidden;background-color:#fff;border:1px solid rgba(229,231,235,1);transition:box-shadow .2s ease,border-color .2s ease}.product-card:hover{box-shadow:0 10px 20px #0000000f;border-color:#f59e0b40}.product-card img{transform-origin:center;transition:transform .3s ease}.product-card:hover img{transform:scale(1.05)}#productGrid[data-animated=true] .product-card{transition:transform .2s ease,opacity .2s ease,box-shadow .2s ease;will-change:transform,opacity}.product-card.is-filter-hidden{opacity:0;transform:scale(.96);pointer-events:none}@media (prefers-reduced-motion: no-preference){.product-card.is-filter-transitioning{transition:opacity .22s ease,transform .22s ease;will-change:opacity,transform}#productGrid.hgb-product-grid--filtering{animation:hgbFilterGridReveal .22s ease}}@keyframes hgbFilterGridReveal{0%{opacity:.55;transform:scale(.97)}55%{opacity:.9;transform:scale(1.015)}to{opacity:1;transform:scale(1)}}.hgb-shop-pagination nav{display:flex;justify-content:center;align-items:center}.hgb-shop-pagination ul.page-numbers{display:inline-flex;gap:.55rem;padding:0;margin:0;align-items:center;list-style:none}.hgb-shop-pagination ul.page-numbers li{list-style:none}.hgb-shop-pagination .page-numbers a,.hgb-shop-pagination .page-numbers span{display:inline-flex;align-items:center;justify-content:center;min-width:2.4rem;height:2.4rem;padding:0 .5rem;border-radius:.85rem;border:1px solid rgba(209,213,219,1);font-size:.9rem;font-weight:600;color:#374151;background-color:#fff;transition:color .2s ease,border-color .2s ease,background-color .2s ease,box-shadow .2s ease}.hgb-shop-pagination .page-numbers a:hover{border-color:#d9770699;color:#92400e;box-shadow:0 0 0 3px #f59e0b33}.hgb-shop-pagination .page-numbers span.current{background-color:#b45309;border-color:#b45309;color:#fff;box-shadow:0 10px 25px -20px #b45309bf}.hgb-shop-pagination .page-numbers .dots{border:none;background:transparent;color:#9ca3af;min-width:auto;padding:0 .4rem;box-shadow:none}.hgb-shop-pagination .page-numbers a.next,.hgb-shop-pagination .page-numbers a.prev{padding:0 1rem}.hgb-shop-pagination .page-numbers a.next:after{content:"→";margin-left:.4rem;font-size:.9rem}.hgb-shop-pagination .page-numbers a.prev:before{content:"←";margin-right:.4rem;font-size:.9rem}@media (max-width: 479px){.hgb-shop-pagination .page-numbers a.next:after,.hgb-shop-pagination .page-numbers a.prev:before{display:none}}.hgb-shop-filter__body::-webkit-scrollbar,.hgb-shop-products__body::-webkit-scrollbar{width:6px}.hgb-shop-filter__body::-webkit-scrollbar-thumb,.hgb-shop-products__body::-webkit-scrollbar-thumb{background-color:#94a3b880;border-radius:999px}.hgb-shop-filter__body::-webkit-scrollbar-thumb:hover,.hgb-shop-products__body::-webkit-scrollbar-thumb:hover{background-color:#94a3b8b3}summary::-webkit-details-marker{display:none}
