:root{--orange:#f58220;--red:#e72d35;--green:#087327;--text:#20242b;--line:#e7e7e7}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font:14px Arial,sans-serif;color:var(--text)}button,a{font:inherit}button{cursor:pointer}.container{width:min(1200px,calc(100% - 32px));margin:auto}.topbar{background:var(--orange);color:#fff;font-size:12px;padding:10px 0}.topbar span{float:right}.header{height:80px;display:flex;gap:42px;align-items:center}.logo{width:185px;height:55px;background:url('/assets/petbasket-logo-cropped.png') left center/contain no-repeat}.search{height:42px;display:flex;flex:1;border:1px solid #ddd;border-radius:5px;overflow:hidden}.search input{flex:1;border:0;padding:0 15px;outline:0}.search button{width:50px;border:0;background:var(--orange);color:#fff;font-size:22px}.account{display:flex;gap:8px}.account button{border:0;background:#fff;color:#174a4b}.account b{background:var(--orange);color:#fff;border-radius:10px;padding:2px 6px}.nav{border-block:1px solid var(--line);position:relative;z-index:10}.nav .container{display:flex}.nav a,.nav button{height:44px;padding:0 17px;display:grid;place-items:center;text-decoration:none;color:#111;font-weight:600;border:0;background:#fff;white-space:nowrap}.nav #allCats{background:var(--orange);color:#fff}.nav a:hover{color:var(--red);border-bottom:2px solid var(--red)}.mega-menu{position:absolute;z-index:9;left:50%;transform:translateX(-50%);height:360px;background:#fff;display:flex;box-shadow:0 14px 30px #0002}.mega-menu[hidden]{display:none}.mega-menu aside{width:270px;background:#f6f6f6;padding:14px}.mega-menu aside b,.mega-menu aside a{display:flex;justify-content:space-between;padding:11px;text-decoration:none;color:#222}.mega-menu aside b{color:var(--red);background:#fff}.mega-menu section{padding:22px;flex:1}.mega-menu h2{margin-top:0}.mega-products{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.mega-products button{border:0;background:#f7f7f7;padding:10px}.mega-products img{width:100%;height:120px;object-fit:contain}.mega-products span{display:block;font-size:12px}.hero{height:300px;margin-top:24px;border:1px solid #f1dddd;border-radius:8px;overflow:hidden;position:relative}.hero>a{display:block;width:100%;height:100%}.hero img{width:100%;height:100%;object-fit:cover}.hero>a span{position:absolute;left:60px;bottom:25px;background:#fff;padding:8px 14px;border-radius:4px;font-weight:bold}.arrow{position:absolute;z-index:2;top:50%;transform:translateY(-50%);width:38px;height:38px;border-radius:50%;border:1px solid #ddd;background:#fff;font-size:27px}.prev{left:14px}.next{right:14px}.dots{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);display:flex;gap:5px}.dots button{width:8px;height:8px;border:0;border-radius:10px;background:#ccc;padding:0}.dots .active{width:22px;background:var(--orange)}.section{padding:32px 0}.eyebrow{color:#078079;font-size:11px;letter-spacing:2px;font-weight:bold}.section h1{font-size:25px}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.category-grid button{display:grid;grid-template-columns:48px 1fr;border:1px solid #ddd;background:#fff;padding:14px;text-align:left}.category-grid span{grid-row:1/3;font-size:32px}.category-grid b{font-size:16px}.category-grid small{color:#777;margin-top:5px}.category-grid button:hover,.brand-grid button:hover{border-color:var(--orange);transform:translateY(-2px)}.section-title{display:flex;align-items:center;justify-content:space-between}.section-title button{border:0;background:#fff;color:var(--red)}.brand-grid{display:grid;grid-template-columns:repeat(9,1fr);gap:10px}.brand-grid button{min-height:68px;border:1px solid #ddd;border-radius:5px;background:#fff;font-weight:bold;color:#294276;transition:.2s}.product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.product-card{position:relative;border:1px solid #ddd;border-radius:6px;padding:10px}.product-image{width:100%;height:180px;border:0;background:#f8f8f8}.product-image img{width:100%;height:100%;object-fit:contain}.product-card>small{display:block;color:#777;margin-top:10px}.product-card h3{font-size:14px;line-height:1.4;height:40px}.product-card strong{display:block;color:var(--green);font-size:17px;margin:9px 0}.heart{position:absolute;right:16px;top:15px;z-index:2;border:0;background:#fff;border-radius:50%;font-size:22px}.heart.on{color:var(--red)}.add{width:100%;border:0;border-radius:4px;background:var(--orange);color:#fff;padding:10px}.empty{text-align:center;color:#777;padding:35px}.drawer{position:fixed;right:-420px;top:0;z-index:31;width:min(400px,90vw);height:100vh;background:#fff;box-shadow:-10px 0 30px #0003;padding:20px;transition:.25s}.drawer.open{right:0}.drawer-head{display:flex;justify-content:space-between}.drawer-head button{border:0;background:#fff;font-size:30px}.cart-row{display:grid;grid-template-columns:65px 1fr 30px;gap:10px;align-items:center;border-bottom:1px solid #eee;padding:12px 0}.cart-row img{width:65px;height:65px;object-fit:contain}.cart-row small{display:block;margin-top:5px;color:var(--green)}.cart-row button{border:0;background:#fff;font-size:20px}.drawer-total{display:flex;justify-content:space-between;font-size:18px;margin:22px 0}.checkout{width:100%;border:0;background:var(--orange);color:#fff;padding:14px}.overlay{position:fixed;inset:0;z-index:30;background:#0006}.toast{position:fixed;z-index:40;left:50%;bottom:-60px;transform:translateX(-50%);background:#222;color:#fff;padding:12px 20px;border-radius:5px;transition:.25s}.toast.show{bottom:25px}@media(max-width:900px){.topbar span{display:none}.header{gap:10px}.logo{width:130px}.account button:first-child{display:none}.nav .container{overflow:auto}.hero{height:220px}.category-grid{grid-template-columns:repeat(2,1fr)}.brand-grid{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.mega-menu{display:none!important}}@media(max-width:540px){.header{height:auto;padding:10px 0;flex-wrap:wrap}.search{order:3;flex-basis:100%}.product-image{height:140px}.topbar{font-size:10px}}
/* Product photography sits directly on white; no grey image-stage frame. */
.product-image,.product-image img,.product-modal>img{background:#fff!important}.product-image{border:0!important;box-shadow:none!important}
