/* TeeShirtAli.com – brand palette from logo #FF512F */
:root{
--tee-primary:#FF512F;
--tee-primary-dark:#D73E1C;
--tee-primary-light:#FF8A70;
--tee-bg-soft:#FFF5F3;
--tee-text:#333;
--tee-border:#E2E2E2;
}

/* 1. GLOBAL */
body{ color:var(--tee-text); }
a{ color:var(--tee-primary); }
a:hover{ color:var(--tee-primary-dark); }

/* 2. HEADER / NAV */
.header-main{ background:var(--tee-bg-soft); border-bottom:2px solid var(--tee-primary); }
.header-main .logo{ filter:drop-shadow(0 2px 2px rgba(0,0,0,.1)); }

/* 3. BUTTONS */
.tee-btn,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button{
background:var(--tee-primary);
border-color:var(--tee-primary-dark);
color:#fff;
}
.tee-btn:hover,
.woocommerce button.button:hover{ background:var(--tee-primary-dark); }

/* 4. PRINT-METHOD SELECTOR (UberPrints clone) */
.teeshirtali-print-method{ background:var(--tee-bg-soft); border:1px solid var(--tee-border); }
.tsa-method-label input:checked + span{ background:var(--tee-primary-light); border:1px solid var(--tee-primary); color:#fff; }

/* 5. DELIVERY BOX */
.teeshirtali-delivery-box{ background:var(--tee-bg-soft); border-left:4px solid var(--tee-primary); }

/* 6. FPD HEADER (Fancy Product Designer) */
.fpd-module-header{ background:var(--tee-primary) !important; color:#fff !important; }
.fpd-primary-btn{ background:var(--tee-primary) !important; }

/* 7. SWATCHY SWATCHES */
.swatchy-swatch.is-selected{ box-shadow:0 0 0 2px var(--tee-primary); }
.swatchy-swatch:hover{ border-color:var(--tee-primary-light); }

/* 8. MOBILE */
@media(max-width:768px){
.header-main{ background:var(--tee-primary); }
.header-main .logo img{ filter:brightness(0) invert(1); } /* white logo on mobile */
}