/* WooCommerce archive and product-search presentation. */
.tgh-theme .navigation.pagination{display:flex;justify-content:center;grid-column:1/-1;margin-top:28px}
.tgh-theme .navigation.pagination .nav-links{display:flex;flex-wrap:wrap;justify-content:center;gap:7px}
.tgh-theme .navigation.pagination .page-numbers{display:grid;place-items:center;min-width:34px;height:34px;padding:0 9px;border:1px solid var(--line);border-radius:99px;color:var(--forest);background:#fff;font-size:.78rem}
.tgh-theme .navigation.pagination .page-numbers.current,.tgh-theme .navigation.pagination a.page-numbers:hover{color:#fff;background:var(--forest);border-color:var(--forest)}
.woocommerce-pagination{display:flex;justify-content:center;gap:6px;margin-top:28px}
.woocommerce-pagination ul{display:flex;gap:6px;margin:0;padding:0;list-style:none}
.woocommerce-pagination a,.woocommerce-pagination span{display:grid;place-items:center;min-width:34px;height:34px;padding:0 9px;border:1px solid var(--line);border-radius:99px;color:var(--forest);background:#fff;font-size:.78rem}
.woocommerce-pagination .current,.woocommerce-pagination a:hover{color:#fff;background:var(--forest);border-color:var(--forest)}
.collection-tools .result-count p{margin:0}
.collection-tools .compact-filter input{min-width:120px;height:36px;padding:0;border:0;outline:0;color:var(--forest);background:#fff;font-size:.78rem}
.collection-tools .woocommerce-ordering{display:flex;align-items:center;margin:0}
.collection-tools .woocommerce-ordering select{height:40px;min-width:180px;padding:0 25px 0 10px;border:1px solid var(--line);border-radius:9px;outline:0;color:var(--forest);background:#fff;font-size:.78rem}
.tgh-theme .woocommerce .category-strip-link,.tgh-theme .woocommerce .category-strip-link:visited{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 12px;border:1px solid var(--line);border-radius:999px;color:var(--forest);background:#fff;font:500 .78rem/1.2 var(--font-ui);text-decoration:none!important;white-space:nowrap;cursor:pointer;transition:color .2s ease,background .2s ease,border-color .2s ease}
.tgh-theme .woocommerce .category-strip-link::before{flex:0 0 auto}
.tgh-theme .woocommerce .category-strip-link:hover,.tgh-theme .woocommerce .category-strip-link:focus-visible,.tgh-theme .woocommerce .category-strip-link.active,.tgh-theme .woocommerce .category-strip-link.is-active{border-color:var(--forest);color:#fff;background:var(--forest);text-decoration:none}
.tgh-theme .woocommerce .collection-tools .discovery-clear{display:none;align-items:center;justify-content:center;min-height:38px;margin:0;padding:0 13px;border:1px solid var(--line);border-radius:999px;color:var(--forest);background:#fff;font:500 .76rem/1.2 var(--font-ui);text-decoration:none;white-space:nowrap;cursor:pointer;appearance:none;-webkit-appearance:none;transition:color .2s ease,background .2s ease,border-color .2s ease}
.tgh-theme .woocommerce .collection-tools .discovery-clear.is-visible{display:inline-flex}
.tgh-theme .woocommerce .collection-tools .discovery-clear:hover,.tgh-theme .woocommerce .collection-tools .discovery-clear:focus-visible{border-color:var(--forest);color:#fff;background:var(--forest);text-decoration:none}
.tgh-theme .woocommerce .product-card .tgh-card-action{display:flex;align-items:center;justify-content:flex-end;gap:8px;min-width:0;min-height:35px}
.tgh-theme .woocommerce .product-card .add-button,.tgh-theme .woocommerce .product-card .add-button:visited{display:inline-flex;align-items:center;justify-content:center;width:35px;height:35px;min-width:35px;margin:0;padding:0;border:1px solid rgba(25,57,42,.2);border-radius:50%;color:var(--forest);background:#fff;box-shadow:none;font-size:0;line-height:1;text-decoration:none!important;cursor:pointer;appearance:none;-webkit-appearance:none}
.tgh-theme .woocommerce .product-card .add-button:hover,.tgh-theme .woocommerce .product-card .add-button:focus-visible{border-color:var(--forest);color:#fff;background:var(--forest);text-decoration:none}
.tgh-theme .woocommerce .product-card .add-button svg{display:block;width:16px;height:16px;flex:0 0 auto}
.tgh-theme .woocommerce .buttons{display:flex;flex-wrap:wrap;align-items:center;gap:14px;margin-top:28px}
.tgh-theme .woocommerce .buttons>.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;margin:0;padding:0 18px;border:1px solid transparent;border-radius:999px;font:500 .82rem/1.2 var(--font-ui);text-align:center;text-decoration:none!important;white-space:nowrap;cursor:pointer;transition:color .2s ease,background .2s ease,border-color .2s ease,transform .2s ease}
.tgh-theme .woocommerce .buttons>.btn:hover,.tgh-theme .woocommerce .buttons>.btn:focus-visible{transform:translateY(-1px);text-decoration:none}
@media(max-width:1050px){.tgh-theme .product-grid.products{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:590px){.tgh-theme .product-grid.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.collection-tools .woocommerce-ordering,.collection-tools .woocommerce-ordering select{width:100%;min-width:0}.tgh-theme .woocommerce .buttons{display:grid;grid-template-columns:1fr;gap:10px}.tgh-theme .woocommerce .buttons>.btn{width:100%}.tgh-theme .woocommerce .collection-tools .discovery-clear{justify-self:end}.tgh-theme .woocommerce-notices-wrapper{width:calc(100% - 24px)}.tgh-theme .woocommerce-notices-wrapper .woocommerce-message,.tgh-theme .woocommerce-notices-wrapper .woocommerce-info,.tgh-theme .woocommerce-notices-wrapper .woocommerce-error{display:grid;gap:10px;padding:12px}.tgh-theme .woocommerce-notices-wrapper a.button{width:100%}}
