.gf-cart-button{position:fixed;right:18px;bottom:78px;z-index:90;border:0;border-radius:999px;background:#b10f20;color:#fff;padding:13px 18px;font:800 15px/1 system-ui;box-shadow:0 10px 30px #0003;cursor:pointer}.gf-cart-button span{display:inline-grid;place-items:center;min-width:22px;height:22px;margin-left:7px;border-radius:50%;background:#fff;color:#b10f20}.gf-product-action{display:flex;align-items:center;justify-content:center;width:fit-content;max-width:100%;min-height:46px;margin:26px auto 0;border:0;background:#b10f20;color:#fff;padding:13px 22px;text-align:center;font:800 14px/1.25 system-ui;cursor:pointer}.gf-overlay{display:none;position:fixed;inset:0;z-index:110;background:#0009;padding:16px;overflow:auto}.gf-overlay.open{display:grid;place-items:center}.gf-panel{width:min(580px,100%);max-height:92vh;overflow:auto;background:#fff;color:#1d1d22;padding:26px;box-shadow:0 20px 80px #0008}.gf-panel-head{display:flex;align-items:center;justify-content:space-between;gap:18px}.gf-panel h2{margin:0;font-size:1.7rem}.gf-close{border:0;background:transparent;font-size:28px;cursor:pointer}.gf-field{display:grid;gap:7px;margin-top:16px;font:600 14px/1.4 system-ui}.gf-field input,.gf-field select{width:100%;border:1px solid #bbb;padding:12px;font:inherit;background:#fff}.gf-actions{display:flex;gap:10px;margin-top:22px}.gf-primary,.gf-secondary{border:0;padding:13px 16px;font:800 14px/1 system-ui;cursor:pointer}.gf-primary{background:#b10f20;color:#fff}.gf-secondary{background:#242429;color:#fff}.gf-cart-list{display:grid;gap:12px;margin-top:18px}.gf-cart-item{border-top:1px solid #ddd;padding-top:12px}.gf-cart-item strong{display:block}.gf-cart-item small{display:block;color:#666;margin-top:4px}.gf-remove{border:0;background:transparent;color:#b10f20;padding:6px 0;text-decoration:underline;cursor:pointer}.gf-summary{margin-top:20px;padding:16px;background:#f4f4f5}.gf-summary p{display:flex;justify-content:space-between;gap:20px;margin:7px 0}.gf-summary .total{font-size:1.25rem;font-weight:800}.gf-payment-choice{display:grid;gap:10px;margin-top:18px}.gf-payment-choice label{display:flex;gap:10px;align-items:flex-start;border:1px solid #ddd;padding:12px;cursor:pointer}.gf-notice{margin-top:16px;padding:12px;background:#fff3cd;color:#654d00;font:600 14px/1.45 system-ui}.gf-status{min-height:22px;margin-top:12px;color:#b10f20;font:600 14px/1.4 system-ui}@media(max-width:600px){.gf-cart-button{right:12px;bottom:70px}.gf-product-action{width:100%;margin-top:22px}.gf-panel{padding:20px}.gf-actions{flex-direction:column}.gf-actions>*{width:100%}}
/* Keep the product actions vertically aligned and centered on catalogue cards. */
.gf-product-action{width:min(280px,100%);max-width:none}
.favorite-button{display:flex;align-items:center;justify-content:center;width:min(280px,100%);min-height:40px;margin:12px auto 0;padding:9px 16px;border:1px solid #777;background:#fff;color:#333;text-align:center;font:700 13px/1.25 system-ui;cursor:pointer}
.favorite-button.active{border-color:#b10f20;color:#b10f20}
/* Uniform catalogue cards: identical images, prices and actions on one baseline. */
.products{align-items:stretch}
.products article{display:flex;min-width:0;height:100%;flex-direction:column}
.products article>img{width:100%;height:360px;aspect-ratio:auto;flex:0 0 360px;object-fit:contain;object-position:center}
.products article>div{display:flex;min-width:0;flex:1;flex-direction:column}
.products article>div>strong{margin-top:auto;white-space:nowrap;font-size:clamp(.95rem,1.55vw,1.25rem)}
.products article .gf-product-action{flex:0 0 auto;margin-top:22px;white-space:nowrap;font-size:clamp(12px,1.3vw,14px)}
.products article .favorite-button{flex:0 0 auto}
@media(max-width:900px){.products article>img{height:280px;flex-basis:280px}}
