/* ES Event Booking — classic cart/checkout skinned to the new ES Sport design system. Scoped to body.eeb-shop. */
body.eeb-shop{--ink:#101319;--ink-2:#161A22;--paper:#F0EEE7;--body:#B7BCC7;--muted:#8B92A1;--faint:#5C6270;--line:rgba(255,255,255,.10);--line-2:rgba(255,255,255,.22);--orange:#FF4713;--orange-hover:#FF7038;--gold:#EBB446;--dot:rgba(255,255,255,.075);--chamfer:9px;--maxw:1180px;--display:Impact,'Anton','Barlow Condensed',sans-serif}
body.eeb-shop .eeb-band{position:relative;width:100vw;max-width:100vw;margin:0 0 0 calc(50% - 50vw);padding:64px 22px 96px;background-color:var(--ink);background-image:radial-gradient(var(--dot) 1px,transparent 1px);background-size:26px 26px;color:var(--body);font-family:'Barlow',system-ui,sans-serif;font-size:16px;line-height:1.6;box-sizing:border-box;overflow-x:clip}
body.eeb-shop .eeb-band *{box-sizing:border-box}
body.eeb-shop .eeb-band>.eeb-wrap{max-width:var(--maxw);margin:0 auto}
body.eeb-shop .eeb-band p,body.eeb-shop .eeb-band td,body.eeb-shop .eeb-band th,body.eeb-shop .eeb-band label{color:inherit}
body.eeb-shop .eeb-eyebrow{font-family:"Share Tech Mono",monospace;font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--orange);display:flex;align-items:center;gap:10px;margin:0 0 12px}
body.eeb-shop .eeb-eyebrow::after{content:"";flex:1;height:1px;background:var(--line-2)}
body.eeb-shop .eeb-title{font-family:var(--display);font-weight:400;font-size:clamp(30px,4vw,44px);line-height:1;letter-spacing:.01em;text-transform:uppercase;color:var(--paper);margin:0 0 36px}
body.eeb-shop .eeb-title em{font-style:normal;color:var(--gold)}
/* layout */
body.eeb-shop form.checkout.woocommerce-checkout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:28px;align-items:start}
body.eeb-shop #customer_details{grid-column:1;display:grid;gap:22px}
body.eeb-shop #customer_details .col-1,body.eeb-shop #customer_details .col-2{width:100%;float:none;margin:0}
body.eeb-shop #order_review_heading{display:none}
body.eeb-shop #order_review{grid-column:2;position:sticky;top:110px}
@media(max-width:900px){body.eeb-shop form.checkout.woocommerce-checkout{grid-template-columns:1fr}body.eeb-shop #order_review{grid-column:1;position:static}}
/* cards */
body.eeb-shop .eeb-card,body.eeb-shop .woocommerce-billing-fields,body.eeb-shop .woocommerce-additional-fields,body.eeb-shop #order_review,body.eeb-shop .woocommerce-cart-form,body.eeb-shop .cart-collaterals .cart_totals,body.eeb-shop form.checkout_coupon,body.eeb-shop #eeb-staff{--chamfer:14px;position:relative;background:var(--ink-2);box-shadow:inset 0 0 0 1px var(--line);padding:30px 30px 32px;color:var(--paper);clip-path:polygon(var(--chamfer) 0,100% 0,100% calc(100% - var(--chamfer)),calc(100% - var(--chamfer)) 100%,0 100%,0 var(--chamfer));margin:0}
body.eeb-shop .eeb-card::before,body.eeb-shop .woocommerce-billing-fields::before,body.eeb-shop .woocommerce-additional-fields::before,body.eeb-shop #order_review::before,body.eeb-shop .woocommerce-cart-form::before,body.eeb-shop .cart-collaterals .cart_totals::before,body.eeb-shop form.checkout_coupon::before{content:"";position:absolute;left:0;right:0;top:0;height:2px;background:linear-gradient(90deg,var(--gold),rgba(235,180,70,.15))}
body.eeb-shop #eeb-staff::before{content:"";position:absolute;left:0;right:0;top:0;height:2px;background:var(--orange)}
body.eeb-shop .woocommerce-billing-fields h3,body.eeb-shop .woocommerce-additional-fields h3,body.eeb-shop .cart_totals h2,body.eeb-shop #eeb-extra h3{font-family:var(--display);font-weight:400;font-size:22px;letter-spacing:.05em;text-transform:uppercase;color:var(--paper);margin:0 0 18px;padding-bottom:12px;border-bottom:1px solid var(--line)}
body.eeb-shop .woocommerce-additional-fields>h3{display:none}
body.eeb-shop .woocommerce-shipping-fields{display:none}
/* fields */
body.eeb-shop .form-row{display:flex;flex-direction:column;gap:8px;margin:0 0 16px;padding:0;float:none;width:100%}
body.eeb-shop .woocommerce-billing-fields__field-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}
body.eeb-shop .form-row-wide,body.eeb-shop .woocommerce-billing-fields__field-wrapper #billing_email_field,body.eeb-shop #billing_email-2_field,body.eeb-shop #billing_country_field,body.eeb-shop #billing_phone_field{grid-column:1/-1}
body.eeb-shop .form-row label{font-family:'Barlow Condensed',sans-serif;font-weight:600;font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--muted);line-height:1.2}
body.eeb-shop .form-row label .required{color:var(--orange);text-decoration:none}
body.eeb-shop .form-row label .optional{display:none}
body.eeb-shop .input-text,body.eeb-shop select,body.eeb-shop textarea,body.eeb-shop .select2-container .select2-selection--single,body.eeb-shop #eeb-staff input{font:inherit;font-size:15px;padding:12px 14px;background:rgba(255,255,255,.04);color:var(--paper);border:1px solid var(--line-2);border-radius:0;width:100%;box-shadow:none;min-height:0;height:auto;line-height:1.3}
body.eeb-shop .select2-container .select2-selection--single{height:auto;padding:10px 14px}
body.eeb-shop .select2-container--default .select2-selection--single .select2-selection__rendered{color:var(--paper);line-height:1.3;padding:0}
body.eeb-shop .select2-container--default .select2-selection--single .select2-selection__arrow{top:8px}
body.eeb-shop .input-text:focus,body.eeb-shop select:focus,body.eeb-shop textarea:focus{outline:2px solid var(--orange);outline-offset:1px;border-color:var(--orange)}
body.eeb-shop .form-row.woocommerce-invalid .input-text{border-color:var(--orange)}
body.eeb-shop .form-row.form-row-checkbox,body.eeb-shop #eeb-extra .form-row.checkbox{flex-direction:row;align-items:flex-start;gap:12px}
body.eeb-shop #eeb-extra .checkbox label{font-family:'Barlow',sans-serif;font-size:15px;letter-spacing:0;text-transform:none;color:var(--body);display:flex;gap:12px;align-items:flex-start;cursor:pointer}
body.eeb-shop #eeb-extra input[type=checkbox]{appearance:none;width:18px;height:18px;flex:0 0 18px;margin-top:2px;border:1px solid var(--line-2);background:rgba(255,255,255,.04);position:relative;cursor:pointer}
body.eeb-shop #eeb-extra input[type=checkbox]:checked{background:var(--orange);border-color:var(--orange)}
body.eeb-shop #eeb-extra input[type=checkbox]:checked::after{content:"";position:absolute;left:5px;top:1px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}
body.eeb-shop #eeb-extra textarea{min-height:96px}
/* order review */
body.eeb-shop #order_review .eeb-eyebrow{margin-bottom:18px}
body.eeb-shop table.shop_table{width:100%;border:0!important;box-shadow:none;border-collapse:collapse;margin:0 0 18px;background:transparent;font-size:15px}
body.eeb-shop table.shop_table th,body.eeb-shop table.shop_table td{border:0;border-bottom:1px solid var(--line);padding:12px 0;text-align:left;color:var(--body);background:transparent}
body.eeb-shop table.shop_table thead th{font-family:"Share Tech Mono",monospace;font-weight:400;font-size:10.5px;letter-spacing:.2em;text-transform:uppercase;color:var(--muted);padding-top:0;white-space:nowrap}
body.eeb-shop table.shop_table thead th.product-remove,body.eeb-shop table.shop_table thead th.product-thumbnail{font-size:0}
body.eeb-shop table.shop_table td.product-name,body.eeb-shop table.shop_table tfoot th{color:var(--paper)}
body.eeb-shop table.shop_table td.product-total,body.eeb-shop table.shop_table td.product-subtotal,body.eeb-shop table.shop_table tfoot td,body.eeb-shop table.shop_table th.product-total{text-align:right}
body.eeb-shop table.shop_table tfoot .order-total th,body.eeb-shop table.shop_table tfoot .order-total td{border-bottom:0;padding-top:16px;font-family:var(--display);font-weight:400;font-size:22px;text-transform:uppercase;letter-spacing:.04em;color:var(--paper)}
body.eeb-shop table.shop_table tfoot .order-total .amount{color:var(--gold)}
body.eeb-shop .product-quantity{color:var(--muted)}
body.eeb-shop .variation{margin:4px 0 0;font-size:13px;color:var(--muted)}body.eeb-shop .variation dt,body.eeb-shop .variation dd{display:inline;margin:0;font-weight:400}
body.eeb-shop .eeb-inclusive{font-family:"Share Tech Mono",monospace;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin:-8px 0 18px}
/* payment */
body.eeb-shop #payment{background:transparent;border:0;border-radius:0}
body.eeb-shop #payment ul.payment_methods{border:0;padding:0;margin:0 0 16px}
body.eeb-shop #payment ul.payment_methods li{padding:0;list-style:none}
body.eeb-shop #payment ul.payment_methods li label{font-family:'Barlow Condensed',sans-serif;font-weight:600;font-size:13px;letter-spacing:.14em;text-transform:uppercase;color:var(--paper)}
body.eeb-shop #payment div.payment_box{background:rgba(255,255,255,.04);color:var(--body);border-radius:0;box-shadow:inset 0 0 0 1px var(--line);padding:16px;margin:12px 0 0}
body.eeb-shop #payment div.payment_box::before{display:none}
body.eeb-shop #payment div.payment_box input{font:inherit;font-size:15px;padding:12px 14px;background:rgba(255,255,255,.04);color:var(--paper);border:1px solid var(--line-2);border-radius:0;width:100%}
body.eeb-shop .woocommerce-privacy-policy-text,body.eeb-shop .woocommerce-terms-and-conditions-wrapper{font-size:12.5px;color:var(--faint);margin:0 0 16px}
body.eeb-shop .woocommerce-privacy-policy-text a{color:var(--muted)}
/* buttons */
html body.eeb-shop .eeb-band #place_order,html body.eeb-shop .eeb-band a.checkout-button,html body.eeb-shop .eeb-band button.button,html body.eeb-shop .eeb-band .button,html body.eeb-shop .eeb-band #eeb-staff button{--chamfer:9px;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:16px 32px;border:0;border-radius:0;cursor:pointer;font-family:'Barlow Condensed',sans-serif;font-weight:600;font-size:13px;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;line-height:1.2;background:var(--orange)!important;color:#fff!important;box-shadow:none!important;border:0!important;border-radius:0!important;transition:background .18s,transform .15s;clip-path:polygon(var(--chamfer) 0,100% 0,100% calc(100% - var(--chamfer)),calc(100% - var(--chamfer)) 100%,0 100%,0 var(--chamfer))}
html body.eeb-shop .eeb-band #place_order,html body.eeb-shop .eeb-band a.checkout-button{width:100%;font-size:14px;padding:18px 32px;border-radius:0!important;clip-path:polygon(var(--chamfer) 0,100% 0,100% calc(100% - var(--chamfer)),calc(100% - var(--chamfer)) 100%,0 100%,0 var(--chamfer))!important}
html body.eeb-shop .eeb-band #place_order:hover,html body.eeb-shop .eeb-band a.checkout-button:hover,html body.eeb-shop .eeb-band button.button:hover,html body.eeb-shop .eeb-band .button:hover{background:var(--orange-hover)!important;color:#fff!important;transform:translateY(-2px)}
html body.eeb-shop .eeb-band button.button[name=apply_coupon],html body.eeb-shop .eeb-band button.button[name=update_cart],html body.eeb-shop .eeb-band #eeb-staff button,html body.eeb-shop .eeb-band .eeb-ghost{background:transparent!important;color:var(--paper)!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.45)!important;padding:16px 32px}
html body.eeb-shop .eeb-band button.button[name=apply_coupon]:hover,html body.eeb-shop .eeb-band #eeb-staff button:hover{background:transparent!important;box-shadow:inset 0 0 0 1px var(--orange)!important;color:var(--orange)!important}
body.eeb-shop button.button:disabled{opacity:.5;transform:none}
/* coupon & notices */
body.eeb-shop .woocommerce-form-coupon-toggle .woocommerce-info,body.eeb-shop .woocommerce-info,body.eeb-shop .woocommerce-message,body.eeb-shop .woocommerce-error,body.eeb-shop .woocommerce-notice{background:var(--ink-2);color:var(--paper);border:0;border-left:3px solid var(--orange);box-shadow:inset 0 0 0 1px var(--line);padding:14px 18px 14px 22px;margin:0 0 18px;border-radius:0;font-size:14.5px}
body.eeb-shop .woocommerce-info::before,body.eeb-shop .woocommerce-message::before,body.eeb-shop .woocommerce-error::before{display:none}
body.eeb-shop .woocommerce-message{border-left-color:var(--gold)}
body.eeb-shop .woocommerce-error{border-left-color:#E0452F}
body.eeb-shop .woocommerce-info a.showcoupon{color:var(--orange);text-decoration:none;font-family:'Barlow Condensed',sans-serif;letter-spacing:.1em;text-transform:uppercase;font-size:12px}
body.eeb-shop form.checkout_coupon{margin:0 0 24px;display:grid;grid-template-columns:1fr auto;gap:12px;align-items:end;padding:22px 28px}
body.eeb-shop form.checkout_coupon p{margin:0}body.eeb-shop form.checkout_coupon p:first-child{grid-column:1/-1;color:var(--muted);font-size:14px}
/* staff hold box */
body.eeb-shop #eeb-staff{margin:0 0 18px;border-left:3px solid var(--gold);display:grid;gap:10px}
body.eeb-shop #eeb-staff strong{font-family:"Share Tech Mono",monospace;font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--gold)}
body.eeb-shop #eeb-staff input{width:100%}body.eeb-shop #eeb-staff-msg{font-size:13px;color:var(--muted)}
/* cart page */
body.eeb-shop .woocommerce .woocommerce-notices-wrapper{display:contents}
body.eeb-shop .eeb-wrap>.woocommerce{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:28px;align-items:start}
body.eeb-shop .eeb-wrap>.woocommerce>.eeb-eyebrow,body.eeb-shop .eeb-wrap>.woocommerce>.eeb-title,body.eeb-shop .eeb-wrap>.woocommerce>.woocommerce-info,body.eeb-shop .eeb-wrap>.woocommerce>.woocommerce-message,body.eeb-shop .eeb-wrap>.woocommerce>.woocommerce-error,body.eeb-shop .eeb-wrap>.woocommerce>.woocommerce-form-coupon-toggle,body.eeb-shop .eeb-wrap>.woocommerce>form.checkout_coupon,body.eeb-shop .eeb-wrap>.woocommerce>form.checkout,body.eeb-shop .eeb-wrap>.woocommerce>.woocommerce-order{grid-column:1/-1}
body.eeb-shop .eeb-wrap>.woocommerce>.eeb-eyebrow{margin-bottom:0}
body.eeb-shop .eeb-wrap>.woocommerce>.eeb-title{margin-bottom:8px}
body.eeb-shop .woocommerce-cart-form{grid-column:1;margin:0}
body.eeb-shop .woocommerce-cart-form{overflow:hidden}
body.eeb-shop .woocommerce-cart-form table.shop_table{table-layout:fixed;width:100%}
body.eeb-shop .woocommerce-cart-form table.shop_table th,body.eeb-shop .woocommerce-cart-form table.shop_table td{white-space:normal;vertical-align:middle;overflow-wrap:anywhere}
body.eeb-shop .woocommerce-cart-form table.shop_table th.product-remove,body.eeb-shop .woocommerce-cart-form table.shop_table td.product-remove{width:28px;padding-right:4px}
body.eeb-shop .woocommerce-cart-form table.shop_table th.product-thumbnail,body.eeb-shop .woocommerce-cart-form table.shop_table td.product-thumbnail{width:72px;padding-right:12px}
body.eeb-shop .woocommerce-cart-form table.shop_table th.product-price,body.eeb-shop .woocommerce-cart-form table.shop_table td.product-price{width:112px;padding-left:16px;color:var(--muted);white-space:nowrap}
body.eeb-shop .woocommerce-cart-form table.shop_table th.product-quantity,body.eeb-shop .woocommerce-cart-form table.shop_table td.product-quantity{width:104px;padding-left:16px;text-align:center;white-space:nowrap}
body.eeb-shop .woocommerce-cart-form table.shop_table th.product-subtotal,body.eeb-shop .woocommerce-cart-form table.shop_table td.product-subtotal{width:120px;padding-left:16px;text-align:right;color:var(--paper);white-space:nowrap}
body.eeb-shop .woocommerce-cart-form table.shop_table td.product-thumbnail img,body.eeb-shop .eeb-logo-tile{width:56px;height:56px;object-fit:contain;padding:8px;background:rgba(255,255,255,.04);box-shadow:inset 0 0 0 1px var(--line);display:block}
body.eeb-shop .woocommerce-cart-form .variation{display:none}
body.eeb-shop .woocommerce-cart-form .quantity{margin:0;display:inline-block;width:100%}
body.eeb-shop .woocommerce-cart-form .quantity .qty{width:100%;max-width:64px;text-align:center;padding:10px 6px;font:inherit;font-size:15px;background:rgba(255,255,255,.04);color:var(--paper);border:1px solid var(--line-2);border-radius:0;box-shadow:none}
body.eeb-shop .woocommerce-cart-form .quantity .qty::-webkit-outer-spin-button,body.eeb-shop .woocommerce-cart-form .quantity .qty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
body.eeb-shop .woocommerce-cart-form .quantity .qty{-moz-appearance:textfield}
@media(max-width:640px){body.eeb-shop .woocommerce-cart-form table.shop_table thead{display:none}body.eeb-shop .woocommerce-cart-form table.shop_table tr.cart_item{display:grid;grid-template-columns:28px 72px 1fr;grid-template-areas:"rm th nm" "rm th pr" "rm th qt" "rm th st";gap:4px 0;border-bottom:1px solid var(--line);padding:14px 0}body.eeb-shop .woocommerce-cart-form table.shop_table tr.cart_item td{border:0;padding:0;width:auto}body.eeb-shop .woocommerce-cart-form table.shop_table tr.cart_item td.product-remove{grid-area:rm}body.eeb-shop .woocommerce-cart-form table.shop_table tr.cart_item td.product-thumbnail{grid-area:th}body.eeb-shop .woocommerce-cart-form table.shop_table tr.cart_item td.product-name{grid-area:nm;padding-left:12px}body.eeb-shop .woocommerce-cart-form table.shop_table tr.cart_item td.product-price{grid-area:pr;padding-left:12px;text-align:left}body.eeb-shop .woocommerce-cart-form table.shop_table tr.cart_item td.product-quantity{grid-area:qt;padding-left:12px;text-align:left}body.eeb-shop .woocommerce-cart-form table.shop_table tr.cart_item td.product-subtotal{grid-area:st;padding-left:12px;text-align:left}body.eeb-shop .woocommerce-cart-form table.shop_table tr.cart_item td.product-price::before,body.eeb-shop .woocommerce-cart-form table.shop_table tr.cart_item td.product-quantity::before,body.eeb-shop .woocommerce-cart-form table.shop_table tr.cart_item td.product-subtotal::before{content:attr(data-title) ": ";font-family:"Share Tech Mono",monospace;font-size:10.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}}
body.eeb-shop .eeb-item{display:flex;flex-direction:column;gap:2px;line-height:1.25}
body.eeb-shop .eeb-item__ev{font-family:"Share Tech Mono",monospace;font-size:10.5px;letter-spacing:.2em;text-transform:uppercase;color:var(--orange)}
body.eeb-shop .eeb-item__cat{font-family:var(--display);font-weight:400;font-size:20px;letter-spacing:.04em;text-transform:uppercase;color:var(--paper)}
body.eeb-shop .eeb-item__occ{font-size:13px;color:var(--muted)}
body.eeb-shop table.shop_table .woocommerce-Price-amount{font-variant-numeric:tabular-nums}
body.eeb-shop .woocommerce-cart-form table.shop_table td.product-remove a{color:var(--muted);text-decoration:none;font-size:20px}
body.eeb-shop .woocommerce-cart-form td.actions{display:grid;grid-template-columns:240px;gap:12px;padding-top:20px;border:0;width:auto}
body.eeb-shop .woocommerce-cart-form td.actions .coupon{display:contents;float:none}
body.eeb-shop .woocommerce-cart-form td.actions .coupon label{display:none}
body.eeb-shop .woocommerce-cart-form td.actions .coupon .input-text{width:100%;padding:14px 16px}
html body.eeb-shop .eeb-band .woocommerce-cart-form td.actions .button{width:100%}
@media(max-width:640px){body.eeb-shop .woocommerce-cart-form td.actions{grid-template-columns:1fr}}
body.eeb-shop .cart-collaterals{grid-column:2;position:sticky;top:110px;width:100%}body.eeb-shop .cart-collaterals .cart_totals{width:100%;float:none}
body.eeb-shop .cart_totals .wc-proceed-to-checkout{padding:12px 0 0}
body.eeb-shop .cart_totals table.shop_table th{width:40%;color:var(--paper);white-space:nowrap}body.eeb-shop .cart_totals table.shop_table td{text-align:right;white-space:nowrap}
@media(max-width:900px){body.eeb-shop .eeb-wrap>.woocommerce{grid-template-columns:1fr}body.eeb-shop .woocommerce-cart-form,body.eeb-shop .cart-collaterals{grid-column:1;position:static}}
body.eeb-shop .cart-empty,body.eeb-shop .return-to-shop .button{margin-top:12px}
body.eeb-shop .woocommerce-shipping-totals{display:none}
/* thank-you */
body.eeb-shop .woocommerce-order ul.order_details{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:14px;margin:0 0 26px;padding:0;list-style:none}
body.eeb-shop .woocommerce-order ul.order_details li{background:var(--ink-2);box-shadow:inset 0 0 0 1px var(--line);padding:16px 18px;border:0;margin:0;float:none;font-family:'Barlow Condensed',sans-serif;font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--muted)}
body.eeb-shop .woocommerce-order ul.order_details li strong{display:block;margin-top:6px;font:600 20px 'Barlow Condensed',sans-serif;letter-spacing:.02em;color:var(--paper)}
body.eeb-shop .woocommerce-order ul.order_details li.order strong{color:var(--gold)}
body.eeb-shop .woocommerce-order h2,body.eeb-shop .woocommerce-order h3{font-family:var(--display);font-weight:400;text-transform:uppercase;letter-spacing:.04em;color:var(--paper)}
body.eeb-shop .woocommerce-thankyou-order-received{font-family:var(--display);font-size:26px;text-transform:uppercase;color:var(--paper)}
