:root{--tgs-navy:#062e49;--tgs-red:#bd2b20;--tgs-cream:#f6f0e6;--tgs-gold:#e4a11b;--tgs-ink:#082944}
.tgs-market-grid,.tgs-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;max-width:1280px;margin:0 auto}
.tgs-market-card,.tgs-product-card{overflow:hidden;border:1px solid #b9c4cb;border-radius:16px;background:#fff;box-shadow:0 10px 24px rgba(6,46,73,.08)}
.tgs-market-card h3{margin:0;padding:13px 20px;background:var(--tgs-navy);color:#fff!important;text-align:center;text-transform:uppercase;font-size:clamp(1.25rem,2vw,2rem);letter-spacing:.03em}
.tgs-market-card:nth-child(even) h3{background:var(--tgs-red)}
.tgs-market-card>img{display:block;width:100%;height:130px;object-fit:cover}
.tgs-market-card__body{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:4px 24px;align-items:center;padding:18px 22px}
.tgs-market-card__body .tgs-detail{grid-column:1;margin:0;padding-left:30px;position:relative;color:var(--tgs-ink)}
.tgs-market-card__body .tgs-button{grid-column:2;grid-row:1/span 2}
.tgs-detail:before{position:absolute;left:0;top:0;color:var(--tgs-navy);font-weight:700;font-size:1.15em}
.tgs-calendar:before{content:'◫'} .tgs-location:before{content:'●';font-size:.85em}
.tgs-empty{max-width:780px;margin:40px auto;padding:36px;border:1px solid #d9cbb7;border-radius:16px;background:#fff;text-align:center}
.tgs-reserve{width:min(1440px,94vw);max-width:none;margin:20px 0 52px 50%;padding:0;transform:translateX(-50%);color:var(--tgs-ink)}
.tgs-selected-market{margin-bottom:28px;padding:24px 28px;border-radius:16px;background:var(--tgs-navy);color:#fff}
.tgs-selected-market span{color:var(--tgs-gold);font-weight:800;text-transform:uppercase;letter-spacing:.08em}.tgs-selected-market h2,.tgs-selected-market p{margin:4px 0;color:#fff!important}.tgs-selected-market a{color:#fff;text-decoration:underline}
.tgs-shop-heading{display:flex;align-items:center;gap:16px;margin:28px 0 18px}.tgs-shop-heading>span{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:var(--tgs-navy);color:#fff;font-size:1.5rem;font-weight:800}.tgs-shop-heading h2,.tgs-shop-heading p{margin:0}
.tgs-product-card{display:grid;grid-template-columns:180px 1fr}.tgs-product-card__image{background:#eef2f3}.tgs-product-card__image img{width:100%;height:100%;min-height:280px;object-fit:cover}.tgs-product-card__content{padding:24px}.tgs-product-card h3{margin:0 0 8px;color:var(--tgs-navy)!important;text-transform:uppercase}.tgs-description{min-height:72px}
.tgs-add-form{display:grid;grid-template-columns:1fr 100px;gap:12px;margin-top:18px}.tgs-add-form label{font-weight:700}.tgs-add-form select,.tgs-add-form input{display:block;width:100%;min-height:46px;margin-top:5px;padding:8px;border:1px solid #9faeb7;border-radius:7px;background:#fff}.tgs-add-form .tgs-button{grid-column:1/-1;width:100%}
.tgs-order-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:34px;align-items:start}.tgs-order-layout .tgs-product-grid{grid-template-columns:1fr;max-width:none}.tgs-order-layout .tgs-product-card{grid-template-columns:240px minmax(0,1fr);min-height:265px}.tgs-order-layout .tgs-product-card__image img{min-height:265px}.tgs-running-cart{position:sticky;top:24px;margin-top:28px;overflow:hidden;border:1px solid #b9c4cb;border-radius:16px;background:#fff;box-shadow:0 12px 28px rgba(6,46,73,.12)}
.tgs-running-cart__heading{display:flex;align-items:center;gap:12px;padding:18px 20px;background:var(--tgs-navy);color:#fff}.tgs-running-cart__heading>span{display:grid;place-items:center;width:42px;height:42px;flex:0 0 42px;border-radius:50%;background:#fff;color:var(--tgs-navy);font-size:1.35rem;font-weight:800}.tgs-running-cart__heading h2,.tgs-running-cart__heading p{margin:0;color:#fff!important}.tgs-running-cart__heading h2{font-size:1.35rem;text-transform:uppercase}.tgs-running-cart__heading p{font-size:.9rem;opacity:.85}
.tgs-running-cart__empty{padding:28px 20px;text-align:center;color:#536675}.tgs-running-cart__empty p{margin:2px 0}.tgs-running-cart__items{padding:4px 20px}.tgs-running-cart__item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:16px 0;border-bottom:1px solid #d7dee2}.tgs-running-cart__item strong,.tgs-running-cart__item span,.tgs-running-cart__item a{display:block}.tgs-running-cart__item strong{color:var(--tgs-navy);line-height:1.25}.tgs-running-cart__item span{margin-top:3px;font-size:.9rem}.tgs-running-cart__item a{margin-top:5px;color:var(--tgs-red);font-size:.82rem;font-weight:700;text-decoration:underline}.tgs-running-cart__item b{white-space:nowrap;color:var(--tgs-navy)}
.tgs-running-cart__subtotal{display:flex;justify-content:space-between;gap:15px;padding:17px 20px;background:#f2f5f6;color:var(--tgs-navy);font-size:1.12rem}.tgs-running-cart__actions{display:grid;gap:10px;padding:18px 20px}.tgs-running-cart__actions .tgs-button{width:100%;min-height:48px}.tgs-checkout-market{margin:0 0 22px;padding:18px 22px;border-left:5px solid var(--tgs-gold);background:#eef4f7;color:var(--tgs-ink)}
.tgs-header-cart-menu{display:flex!important;align-items:center}.tgs-header-cart-link{display:flex!important;align-items:center;gap:6px!important;padding:8px 10px!important;border:1px solid rgba(255,255,255,.45);border-radius:8px;color:#fff!important;line-height:1!important;white-space:nowrap}.tgs-header-cart__icon{font-size:1rem}.tgs-header-cart__label{font-weight:800;text-transform:uppercase}.tgs-header-cart__count{display:grid;place-items:center;min-width:20px;height:20px;padding:0 5px;border-radius:10px;background:var(--tgs-red);color:#fff;font-size:.75rem;font-weight:800}.tgs-header-cart__total{font-size:.82rem;font-weight:700}.tgs-header-cart-link .woocommerce-Price-amount{color:inherit!important}
.woocommerce-cart .woocommerce-shipping-destination,.woocommerce-cart .woocommerce-shipping-calculator{display:none!important}.woocommerce-cart #left-area,.woocommerce-checkout #left-area{width:100%!important;padding-right:0!important}.woocommerce-cart #sidebar,.woocommerce-checkout #sidebar,.woocommerce-cart #main-content .container:before,.woocommerce-checkout #main-content .container:before{display:none!important}
@media(max-width:1180px){.tgs-product-grid{grid-template-columns:1fr}.tgs-order-layout{grid-template-columns:minmax(0,1fr) 320px}.tgs-order-layout .tgs-product-card{grid-template-columns:190px minmax(0,1fr)}}
@media(max-width:900px){.tgs-order-layout{grid-template-columns:1fr}.tgs-running-cart{position:static;top:auto;margin-top:0}.tgs-header-cart__label,.tgs-header-cart__total{display:none}.tgs-header-cart-link{padding:7px!important}}
@media(max-width:780px){.tgs-market-grid,.tgs-product-grid{grid-template-columns:1fr;gap:18px}.tgs-market-card__body{grid-template-columns:1fr}.tgs-market-card__body .tgs-button{grid-column:1;grid-row:auto;margin-top:12px;width:100%}.tgs-product-card{grid-template-columns:120px 1fr}.tgs-product-card__image img{min-height:230px}.tgs-product-card__content{padding:18px}.tgs-add-form{grid-template-columns:1fr}.tgs-add-form .tgs-button{grid-column:1}}
@media(max-width:480px){.tgs-reserve{width:calc(100vw - 24px)}.tgs-product-card,.tgs-order-layout .tgs-product-card{grid-template-columns:1fr}.tgs-product-card__image img,.tgs-order-layout .tgs-product-card__image img{height:180px;min-height:0}.tgs-description{min-height:0}.tgs-selected-market{padding:20px}}
