
:root{--bg:#fffafa;--card:#fff;--ink:#1f1718;--muted:#786f70;--line:#f0dfe1;--green:#c5162e;--orange:#c5162e;--orange-deep:#9f1024;--soft:#fff0f2;--cream:#ffe3e7;--yellow:#ffd9df;--danger:#a70f22;--shadow:0 16px 42px rgba(117,12,31,.11)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:"Anuphan",sans-serif;line-height:1.55}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.wrap{max-width:1180px;margin:auto;padding:0 20px}.top{background:var(--orange);color:#fff;text-align:center;padding:8px 14px;font-size:13px}header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}nav{height:70px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:10px;font-size:21px;font-weight:700}.brandmark{width:38px;height:38px;border-radius:12px;background:var(--green);color:white;display:grid;place-items:center}.navlinks{display:flex;gap:20px;font-size:14px}.actions{display:flex;gap:8px}.iconbtn{border:1px solid var(--line);background:#fff;border-radius:999px;min-width:40px;height:40px;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;gap:5px;cursor:pointer}.hero{padding:46px 0 20px}.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:22px}.hero-main,.hero-side{border-radius:28px;overflow:hidden}.hero-main{background:#fff;border:1px solid var(--line);padding:48px}.hero-side{background:var(--green);color:#fff;padding:34px;display:flex;flex-direction:column;justify-content:space-between;min-height:370px}.eyebrow{display:inline-flex;align-items:center;gap:8px;background:var(--soft);color:var(--green);padding:8px 12px;border-radius:999px;font-size:13px;font-weight:600}h1{font-size:clamp(42px,6vw,72px);line-height:1;letter-spacing:-2.5px;margin:22px 0 16px}.lead{color:var(--muted);font-size:17px;max-width:650px}.search{display:flex;align-items:center;gap:10px;background:#f8f9f7;border:1px solid var(--line);padding:8px 10px;border-radius:16px;margin-top:24px}.search input{flex:1;border:0;background:transparent;outline:0;min-width:0;padding:8px}.primary{border:0;background:var(--green);color:white;border-radius:12px;padding:12px 18px;font-weight:600;cursor:pointer}.deal{display:grid;grid-template-columns:1fr 1fr;gap:12px}.deal>div{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.13);padding:18px;border-radius:18px}.trust{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:16px}.trust>div{background:#fff;border:1px solid var(--line);border-radius:16px;padding:14px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:14px}.section{padding:50px 0}.sectionhead{display:flex;justify-content:space-between;align-items:end;margin-bottom:18px}.section h2{font-size:31px;letter-spacing:-1px;margin:0}.sub{color:var(--muted);font-size:14px;margin-top:5px}.cats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.cat{background:#fff;border:1px solid var(--line);border-radius:20px;padding:20px;transition:.2s}.cat:hover,.card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.ico{width:50px;height:50px;background:var(--soft);color:var(--green);border-radius:15px;display:grid;place-items:center;font-size:23px;margin-bottom:18px}.cat b{display:block}.cat small{display:block;color:var(--muted);margin-top:5px}.filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px}.pill{border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 13px;cursor:pointer}.pill.active{background:var(--green);color:#fff;border-color:var(--green)}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.card{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;transition:.2s;display:flex;flex-direction:column}.photo{aspect-ratio:1/1;background:#f1f2ee;position:relative;display:block;overflow:hidden}.photo img{width:100%;height:100%;object-fit:cover;display:block}.badge{position:absolute;top:12px;left:12px;background:#fff;border-radius:999px;padding:6px 9px;font-size:11px;font-weight:600}.body{padding:15px;display:flex;flex-direction:column;flex:1}.category{font-size:11px;color:var(--muted);margin-bottom:5px}.title{font-weight:600;line-height:1.4;min-height:46px}.pricerow{display:flex;justify-content:space-between;align-items:center;margin-top:13px}.price{font-size:21px;font-weight:700}.compare{font-size:12px;color:#9b9f9c;text-decoration:line-through;margin-left:5px}.viewbtn,.cartbtn{width:40px;height:40px;border:0;border-radius:12px;background:var(--green);color:#fff;display:grid;place-items:center;cursor:pointer}.stock{font-size:12px;margin-top:8px;color:var(--muted)}.stock.out{color:var(--danger)}.seo-block{display:grid;grid-template-columns:1.15fr .85fr;gap:16px}.seo-main,.seo-side{border-radius:25px;padding:30px}.seo-main{background:var(--soft)}.seo-main h3,.seo-side h3{font-size:30px;line-height:1.15;margin:15px 0 10px}.seo-side{background:var(--yellow)}.links{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:20px}.linkcard{background:rgba(255,255,255,.72);padding:13px;border-radius:14px;font-size:14px;font-weight:600}.footer{padding:45px 0 90px}.footergrid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:25px}.footer b,.footer a,.footer p{display:block}.footer a,.footer p{font-size:13px;color:var(--muted);margin:8px 0}.mobilebar{display:none}.statusbar{margin:14px 0;background:#fff;border:1px solid var(--line);border-radius:14px;padding:12px 14px;font-size:13px;color:var(--muted)}.statusbar.ok{border-color:#cce2d7;color:#28604d}.statusbar.err{border-color:#f0c7c3;color:#a53c33}.productpage{padding:40px 0}.productlayout{display:grid;grid-template-columns:1fr 1fr;gap:34px}.productimage{background:#fff;border:1px solid var(--line);border-radius:25px;overflow:hidden}.productimage img{width:100%;display:block}.productinfo{padding:15px 0}.productinfo h1{font-size:44px;letter-spacing:-1.5px;margin:10px 0}.productprice{font-size:34px;font-weight:700;margin:14px 0}.qtyrow{display:flex;gap:10px;align-items:center;margin:22px 0}.qtyrow input{width:80px;padding:11px;border:1px solid var(--line);border-radius:12px}.buy{border:0;background:var(--green);color:#fff;border-radius:14px;padding:13px 20px;font-weight:600;cursor:pointer}.prose{max-width:780px}.prose h1{font-size:42px}.prose h2{margin-top:30px}.prose p{color:#4f5853}.breadcrumbs{font-size:12px;color:var(--muted);margin-bottom:14px}.checkout{max-width:760px;margin:40px auto;padding:0 20px}.panel{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px;margin-bottom:15px}.field{display:grid;gap:6px;margin-bottom:13px}.field input,.field textarea,.field select{width:100%;border:1px solid var(--line);border-radius:12px;padding:12px;background:#fff}.orderline{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid var(--line)}.empty{background:#fff;border:1px dashed var(--line);border-radius:20px;padding:30px;text-align:center;color:var(--muted)}
@media(max-width:900px){.navlinks{display:none}.hero-grid,.seo-block,.productlayout{grid-template-columns:1fr}.grid,.cats{grid-template-columns:repeat(2,1fr)}.trust{grid-template-columns:repeat(2,1fr)}.footergrid{grid-template-columns:1fr 1fr}.hero-main{padding:34px}.productinfo h1{font-size:36px}.mobilebar{display:flex;position:fixed;left:10px;right:10px;bottom:10px;z-index:30;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);justify-content:space-around;padding:8px}.mobilebar a{font-size:11px;text-align:center}.mobilebar i{display:block;font-size:18px;margin-bottom:2px}}
@media(max-width:560px){.wrap{padding:0 13px}.hero{padding-top:24px}.hero-main{padding:26px 20px}h1{font-size:46px}.grid{gap:9px}.body{padding:12px}.title{font-size:14px}.price{font-size:18px}.cats{grid-template-columns:1fr 1fr}.cat{padding:15px}.links{grid-template-columns:1fr}.footergrid{grid-template-columns:1fr 1fr}.section{padding:38px 0}}


/* ===== MEEDEE PET SHOP V2.4 ===== */
.pet-appbar{background:linear-gradient(135deg,#f47a3a,#ff8d42);color:#fff}
.pet-appbar .wrap{min-height:92px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.pet-app-title{font-size:20px;font-weight:700}
.pet-app-sub{font-size:13px;opacity:.92;margin-top:3px}
.pet-app-cta{border:0;background:#fff;color:var(--orange-deep);font-weight:700;border-radius:999px;padding:11px 20px;cursor:pointer}
.pet-header{background:#fff;border-bottom:1px solid var(--line)}
.pet-header nav{height:76px}
.pet-menu-btn{border:0;background:transparent;font-size:25px;cursor:pointer;width:42px;height:42px;display:grid;place-items:center}
.pet-brand{display:flex;align-items:center;gap:10px;font-size:20px;font-weight:800;letter-spacing:.1px}
.pet-brand-logo{width:42px;height:42px;border-radius:50%;background:var(--soft);display:grid;place-items:center;font-size:23px}
.pet-actions{display:flex;align-items:center;gap:7px}
.pet-icon-btn{position:relative;border:0;background:#fff;width:44px;height:44px;border-radius:50%;display:grid;place-items:center;font-size:21px;cursor:pointer}
.pet-cart-badge{position:absolute;right:-1px;top:-2px;min-width:20px;height:20px;border-radius:999px;background:#ed3e68;color:#fff;display:grid;place-items:center;font-size:11px;font-weight:700;padding:0 5px}
.pet-member-name{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:700}
.pet-hero{background:linear-gradient(135deg,#ff8a31,#f26c24);min-height:245px;overflow:hidden;position:relative;color:#fff}
.pet-hero:before,.pet-hero:after{content:"";position:absolute;border-radius:50%;background:rgba(255,255,255,.10)}
.pet-hero:before{width:260px;height:260px;left:-110px;top:-85px}.pet-hero:after{width:340px;height:340px;right:-130px;bottom:-220px}
.pet-hero .wrap{position:relative;z-index:2;min-height:245px;display:grid;grid-template-columns:1fr .8fr;align-items:center;gap:20px}
.pet-hero h1{font-size:clamp(35px,5vw,60px);line-height:1.05;margin:0 0 12px;letter-spacing:-1.5px;color:#fff}
.pet-hero p{font-size:16px;margin:0 0 20px;max-width:580px}
.pet-hero-cta{display:inline-flex;align-items:center;gap:8px;border:0;border-radius:999px;padding:12px 20px;background:#fff;color:var(--orange-deep);font-weight:800}
.pet-hero-art{min-height:220px;position:relative;display:flex;align-items:center;justify-content:center}
.pet-dog,.pet-cat{font-size:94px;filter:drop-shadow(0 15px 15px rgba(0,0,0,.12));position:absolute}.pet-dog{left:18%;bottom:18px}.pet-cat{right:18%;bottom:12px}.pet-paw{font-size:45px;opacity:.28;position:absolute;top:35px}
.pet-search-wrap{padding:20px 0 5px;background:#fff}
.pet-search{max-width:880px;margin:0 auto;display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--line);box-shadow:0 8px 28px rgba(0,0,0,.05);border-radius:999px;padding:7px 8px 7px 17px}
.pet-search input{flex:1;border:0;outline:0;background:transparent;padding:10px 4px;min-width:0}
.pet-search button{border:0;border-radius:999px;background:var(--orange);color:#fff;font-weight:700;padding:11px 22px;cursor:pointer}
.pet-section{padding:44px 0}
.pet-section-title{text-align:center;color:var(--orange);font-size:36px;line-height:1.1;margin:0 0 30px;font-weight:800}
.pet-cat-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:26px 18px}
.pet-cat-card{text-align:center;display:block}
.pet-cat-circle{width:min(150px,100%);aspect-ratio:1/1;margin:0 auto 13px;border-radius:50%;background:var(--cream);display:grid;place-items:center;overflow:hidden;transition:.2s;border:1px solid rgba(238,137,62,.08)}
.pet-cat-circle .pet-cat-emoji{font-size:52px;transform:translateY(2px)}
.pet-cat-circle img{width:70%;height:70%;object-fit:contain}
.pet-cat-card:hover .pet-cat-circle{transform:translateY(-4px);box-shadow:var(--shadow)}
.pet-cat-card b{font-size:17px;line-height:1.3}
.pet-products-head{display:flex;align-items:end;justify-content:space-between;gap:14px;margin-bottom:18px}
.pet-products-head h2{font-size:31px;margin:0}.pet-products-head p{margin:4px 0 0;color:var(--muted)}
.pet-filter-scroll{display:flex;gap:8px;overflow:auto;padding:2px 0 14px;scrollbar-width:none}.pet-filter-scroll::-webkit-scrollbar{display:none}
.pet-filter{border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 14px;white-space:nowrap;cursor:pointer}.pet-filter.active{background:var(--orange);color:#fff;border-color:var(--orange)}
.pet-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.pet-product-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;display:flex;flex-direction:column;transition:.2s}.pet-product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.pet-product-photo{aspect-ratio:1/1;background:#faf7f2;position:relative;overflow:hidden;display:block}.pet-product-photo img{width:100%;height:100%;object-fit:cover}.pet-sale{position:absolute;top:10px;left:10px;background:#fff;color:var(--orange-deep);font-size:11px;font-weight:800;border-radius:999px;padding:5px 8px}
.pet-product-body{padding:13px;display:flex;flex-direction:column;flex:1}.pet-product-cat{font-size:11px;color:var(--muted)}.pet-product-name{font-weight:700;line-height:1.35;min-height:44px;margin:4px 0 10px}.pet-price-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto}.pet-price{font-size:21px;font-weight:800;color:var(--orange-deep)}.pet-old-price{font-size:12px;color:#aaa;text-decoration:line-through}.pet-add{border:0;background:var(--orange);color:#fff;width:39px;height:39px;border-radius:50%;display:grid;place-items:center;cursor:pointer}.pet-add:disabled{opacity:.4}
.pet-empty{grid-column:1/-1;padding:34px;text-align:center;border:1px dashed var(--line);border-radius:18px;color:var(--muted);background:#fff}
.pet-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.pet-benefit{border:1px solid var(--line);border-radius:16px;padding:16px;background:#fff;display:flex;gap:10px;align-items:center}.pet-benefit i{color:var(--orange);font-size:22px}.pet-benefit b{display:block}.pet-benefit small{color:var(--muted)}
.pet-footer{background:#fff8f1;border-top:1px solid #f3e8dc;padding:42px 0 90px}.pet-footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:24px}.pet-footer a,.pet-footer p{display:block;color:var(--muted);font-size:13px;margin:7px 0}
.pet-drawer-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.38);z-index:80;opacity:0;pointer-events:none;transition:.2s}.pet-drawer-backdrop.open{opacity:1;pointer-events:auto}
.pet-side-drawer{position:fixed;left:0;top:0;bottom:0;width:min(350px,88vw);background:#fff;z-index:81;transform:translateX(-102%);transition:.25s;padding:22px;overflow:auto}.pet-side-drawer.open{transform:none}.pet-side-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.pet-side-link{display:flex;align-items:center;gap:10px;padding:12px 4px;border-bottom:1px solid var(--line)}
.pet-cart-pop{position:fixed;right:18px;top:98px;width:min(390px,calc(100vw - 28px));background:#fff;border:1px solid var(--line);border-radius:23px;box-shadow:0 24px 70px rgba(0,0,0,.18);z-index:82;padding:18px;display:none}.pet-cart-pop.open{display:block}.pet-cart-pop h3{text-align:center;font-size:22px;margin:4px 0 15px}.pet-mini-item{display:grid;grid-template-columns:58px 1fr auto;gap:10px;align-items:center;border:1px solid var(--line);border-radius:14px;padding:10px}.pet-mini-item img{width:58px;height:58px;object-fit:cover;border-radius:10px;background:#f6f3ee}.pet-mini-total{display:flex;justify-content:space-between;margin:14px 0;font-weight:800}.pet-cart-checkout{display:block;text-align:center;background:var(--orange);color:#fff;border-radius:14px;padding:12px;font-weight:800}
.pet-mobilebar{display:none}
.pet-category-page{padding:30px 0 80px}.pet-category-hero{background:linear-gradient(135deg,#fff1df,#ffe2c4);border-radius:24px;padding:28px;margin-bottom:22px}.pet-category-hero h1{font-size:38px;margin:0 0 5px;letter-spacing:-1px}.pet-category-hero p{margin:0;color:var(--muted)}
.productimage,.dp-img{background:#fff8f1}
.buy,.ck-btn,.btn:not(.light):not(.red),.primary,.cartbtn,.viewbtn{background:var(--orange)!important}
.member-head-chip{border-color:#f0dfd0!important}
@media(max-width:900px){
  .pet-appbar .wrap{min-height:82px}.pet-header nav{height:70px}
  .pet-hero .wrap{grid-template-columns:1fr}.pet-hero-art{display:none}.pet-hero{min-height:auto}.pet-hero .wrap{padding-top:30px;padding-bottom:32px}
  .pet-cat-grid{grid-template-columns:repeat(4,1fr)}.pet-product-grid{grid-template-columns:repeat(2,1fr)}.pet-benefits{grid-template-columns:repeat(2,1fr)}.pet-footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
  .wrap{padding-left:15px;padding-right:15px}
  .pet-appbar .wrap{min-height:108px}.pet-app-title{font-size:19px}.pet-app-cta{padding:11px 18px}
  .pet-header nav{height:70px}.pet-brand{font-size:17px}.pet-brand-logo{width:36px;height:36px;font-size:20px}
  .pet-member-name{display:none}
  .pet-hero .wrap{padding-top:25px;padding-bottom:26px}.pet-hero h1{font-size:38px}.pet-hero p{font-size:14px}
  .pet-search-wrap{padding-top:14px}.pet-search{border-radius:15px;padding-left:13px}.pet-search button{border-radius:12px;padding:10px 15px}
  .pet-section{padding:34px 0}.pet-section-title{font-size:31px;margin-bottom:25px}
  .pet-cat-grid{grid-template-columns:repeat(3,1fr);gap:23px 10px}.pet-cat-circle{width:92px}.pet-cat-circle .pet-cat-emoji{font-size:35px}.pet-cat-card b{font-size:14px}
  .pet-product-grid{gap:9px}.pet-product-body{padding:11px}.pet-product-name{font-size:13px;min-height:40px}.pet-price{font-size:18px}
  .pet-products-head h2{font-size:26px}
  .pet-benefits{grid-template-columns:1fr 1fr}.pet-benefit{padding:12px;align-items:flex-start}.pet-benefit small{font-size:11px}
  .pet-cart-pop{top:82px;right:10px;width:calc(100vw - 20px)}
  .pet-mobilebar{display:flex;position:fixed;left:10px;right:10px;bottom:10px;z-index:70;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);justify-content:space-around;padding:8px}.pet-mobilebar button,.pet-mobilebar a{border:0;background:none;font:inherit;font-size:11px;text-align:center}.pet-mobilebar i{display:block;font-size:18px;margin-bottom:2px}
  .mobilebar{display:none!important}
}

/* ===== V2.5 SEO CONTENT ===== */
.seo-intent{padding:18px 0 48px}.seo-intent-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.seo-intent-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;transition:.2s}.seo-intent-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.seo-intent-card span{font-size:28px}.seo-intent-card h3{font-size:17px;margin:8px 0 5px}.seo-intent-card p{font-size:13px;color:var(--muted);margin:0}.seo-editorial{background:#fff8f1;border-top:1px solid #f2e6da;border-bottom:1px solid #f2e6da;padding:46px 0}.seo-editorial-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:22px}.seo-editorial h2{font-size:34px;line-height:1.15;margin:0 0 12px}.seo-editorial p{color:#5f5a55}.seo-check{display:grid;gap:9px;margin-top:18px}.seo-check div{display:flex;gap:9px;align-items:flex-start}.seo-check b{color:var(--orange-deep)}.seo-guide-links{display:grid;gap:9px}.seo-guide-link{background:#fff;border:1px solid var(--line);border-radius:14px;padding:13px 15px;font-weight:700}.seo-guide-link small{display:block;color:var(--muted);font-weight:400;margin-top:3px}.seo-cat-copy{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px;margin:0 0 22px}.seo-cat-copy h2{font-size:24px;margin:0 0 8px}.seo-cat-copy p{color:#5f5a55}.seo-two-col{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:18px}.seo-box{background:#fff8f1;border-radius:16px;padding:16px}.seo-box h3{margin:0 0 9px;font-size:17px}.seo-box ul{margin:0;padding-left:20px}.seo-box li{margin:6px 0}.seo-faq{margin-top:18px}.seo-faq details{border-top:1px solid var(--line);padding:12px 0}.seo-faq summary{font-weight:700;cursor:pointer}.seo-faq p{margin:8px 0 0}.seo-breadcrumb{font-size:12px;color:var(--muted);margin:0 0 14px}.seo-breadcrumb a{color:var(--orange-deep)}.seo-guide-page{max-width:850px;margin:0 auto;padding:34px 20px 80px}.seo-guide-page h1{font-size:44px;line-height:1.1;letter-spacing:-1.5px}.seo-guide-page h2{font-size:27px;margin-top:34px}.seo-guide-page p,.seo-guide-page li{color:#484540}.seo-guide-callout{background:#fff1df;border-radius:20px;padding:20px;margin:22px 0}.seo-guide-steps{counter-reset:seo-step;display:grid;gap:10px;padding:0}.seo-guide-steps li{list-style:none;background:#fff;border:1px solid var(--line);border-radius:14px;padding:13px 14px}.seo-guide-steps li:before{counter-increment:seo-step;content:counter(seo-step);display:inline-grid;place-items:center;width:24px;height:24px;background:var(--orange);color:#fff;border-radius:50%;margin-right:9px;font-weight:800}.seo-product-advice{margin-top:28px;border-top:1px solid var(--line);padding-top:22px}.seo-product-advice h2{font-size:23px;margin:0 0 10px}.seo-product-advice ul{padding-left:20px;color:#555}.seo-product-advice li{margin:6px 0}
@media(max-width:900px){.seo-intent-grid{grid-template-columns:1fr 1fr}.seo-editorial-grid,.seo-two-col{grid-template-columns:1fr}}
@media(max-width:560px){.seo-intent-grid{grid-template-columns:1fr 1fr;gap:8px}.seo-intent-card{padding:14px}.seo-editorial{padding:34px 0}.seo-editorial h2{font-size:28px}.seo-guide-page h1{font-size:34px}}


/* ===== MEEDEE PET SHOP V2.5.1 RED THEME ===== */
body{background:#fffafa}
.top{background:#b90f28!important}
.pet-appbar{background:linear-gradient(135deg,#d71938,#a80d25)!important}
.pet-app-cta{color:#a80d25!important}
.pet-hero{background:linear-gradient(135deg,#d91b3a,#a80d25)!important}
.pet-hero:before,.pet-hero:after{background:rgba(255,255,255,.11)!important}
.pet-cat-circle,.pet-brand-logo,.ico{background:#fff0f2!important}
.pet-filter.active,.pet-add,.pet-cart-checkout,.primary,.buy,.cartbtn,.viewbtn{
  background:#c5162e!important;
  color:#fff!important
}
.pet-product-card:hover,.cat:hover,.card:hover{box-shadow:0 16px 42px rgba(117,12,31,.13)!important}
.pet-price,.pet-sale,.dp-price,.dp-cat,.seo-breadcrumb a,.seo-check b{color:#9f1024!important}
.pet-sale{background:#fff3f5!important}
.pet-benefit i{color:#c5162e!important}
.pet-footer,.seo-editorial{background:#fff5f6!important;border-color:#f1dadd!important}
.pet-category-hero{background:linear-gradient(135deg,#fff0f2,#ffe1e6)!important}
.seo-box,.seo-guide-callout{background:#fff0f2!important}
.seo-guide-steps li:before{background:#c5162e!important}
.productimage,.dp-img{background:#fff4f5!important}
.badge,.eyebrow{color:#9f1024!important}
.statusbar.ok{border-color:#e7bec5!important;color:#8f1729!important}
.member-head-chip{border-color:#efcbd1!important}
.pet-cart-badge{background:#e11d48!important}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{
  outline:3px solid rgba(197,22,46,.22);
  outline-offset:2px
}


/* ===== MEEDEE V2.5.2 FLATICON ===== */
.pet-brand-logo{display:inline-grid;place-items:center;flex:0 0 auto}
.pet-brand-logo .fi{font-size:20px;line-height:1;color:var(--orange-deep)}
.pet-cat-emoji{display:grid;place-items:center;width:100%;height:100%}
.pet-cat-emoji .fi,.pet-cat-icon{font-size:30px;line-height:1;color:var(--orange-deep);width:1.1em;height:1.1em;display:grid;place-items:center;margin:0!important;transform:none!important}
.pet-cat-emoji .fi:before{display:block;line-height:1}
.pet-cat-circle{border-width:1px!important}.pet-cat-card b{min-height:2.6em;display:flex;align-items:flex-start;justify-content:center}
.pet-hero-art .fi{display:block;line-height:1;color:#fff}
.pet-paw .fi{font-size:76px;opacity:.9}
.pet-dog .fi{font-size:108px}
.pet-cat .fi{font-size:92px}
.pet-side-link .fi{width:23px;text-align:center;font-size:18px}
.seo-intent-card>.fi{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:var(--soft);color:var(--orange-deep);font-size:23px;margin-bottom:12px}
.jd-icon-placeholder{width:100%;height:100%;display:grid;place-items:center;background:var(--soft);color:var(--orange-deep)}
.jd-icon-placeholder .fi{font-size:44px}
.dp-service .fi{margin-right:7px;color:var(--orange-deep);vertical-align:-2px}
.admin-cat-icon{display:inline-grid;place-items:center;width:36px;height:36px;border-radius:10px;background:var(--soft);color:var(--green);font-size:20px}
.cart-img-empty .fi{font-size:24px;color:var(--cart-orange,var(--orange-deep))}


/* ===== MEEDEE V2.5.3 COMPACT MOBILE + PRODUCT-FIRST ===== */
.pet-appbar{display:none!important}
.seo-query-box{margin:22px 0;padding:18px;border:1px solid var(--line);border-radius:18px;background:#fff}
.seo-query-box h2{font-size:20px;margin:0 0 5px}
.seo-query-box p{margin:0 0 12px;color:var(--muted);font-size:13px}
.seo-query-chips{display:flex;flex-wrap:wrap;gap:8px}
.seo-query-chip{border:1px solid var(--line);background:var(--soft);color:var(--orange-deep);border-radius:999px;padding:8px 11px;font:inherit;font-size:12px;cursor:pointer}
.seo-query-chip:hover{border-color:var(--orange);background:#fff}
.seo-related{margin:18px 0 24px}
.seo-related h2{font-size:20px;margin:0 0 10px}
.seo-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}
.seo-related-link{border:1px solid var(--line);background:#fff;border-radius:14px;padding:12px 13px;font-weight:700}
.seo-related-link small{display:block;color:var(--muted);font-weight:400;margin-top:3px}

@media(max-width:620px){
  html{font-size:14px}
  body{font-size:14px;line-height:1.5}
  .wrap{padding-left:12px!important;padding-right:12px!important}
  .pet-header nav{height:56px!important}
  .pet-brand{font-size:15px!important;gap:7px}
  .pet-brand-logo{width:32px!important;height:32px!important}
  .pet-brand-logo .fi{font-size:16px!important}
  .pet-icon-btn{width:36px!important;height:36px!important;font-size:17px!important}
  .pet-cart-badge{min-width:17px;height:17px;font-size:9px}
  .pet-member-name{display:none!important}
  .pet-hero .wrap{padding-top:17px!important;padding-bottom:18px!important}
  .pet-hero h1{font-size:29px!important;line-height:1.08;margin-bottom:8px}
  .pet-hero p{font-size:13px!important;margin-bottom:14px}
  .pet-hero-cta{padding:9px 14px;font-size:12px}
  .pet-search-wrap{padding:10px 0 2px!important}
  .pet-search{padding:4px 5px 4px 11px!important;border-radius:13px!important}
  .pet-search input{padding:7px 2px;font-size:13px}
  .pet-search button{padding:8px 12px!important;font-size:12px}
  .pet-section{padding:25px 0!important}
  .pet-section-title{font-size:24px!important;margin-bottom:18px!important}
  .pet-cat-grid{grid-template-columns:repeat(3,1fr)!important;gap:16px 7px!important}
  .pet-cat-circle{width:76px!important;margin-bottom:8px!important}
  .pet-cat-emoji .fi{font-size:26px!important}
  .pet-cat-card b{font-size:12px!important}
  .pet-products-head{margin-bottom:10px}
  .pet-products-head h2{font-size:21px!important}
  .pet-products-head p{font-size:11px!important}
  .pet-filter-scroll{gap:6px;padding-bottom:10px}
  .pet-filter{padding:7px 10px;font-size:11px}
  .pet-product-grid{grid-template-columns:repeat(2,1fr)!important;gap:8px!important}
  .pet-product-card{border-radius:14px}
  .pet-product-body{padding:9px!important}
  .pet-product-cat{font-size:9px!important}
  .pet-product-name{font-size:12px!important;min-height:34px!important;margin:3px 0 7px}
  .pet-price{font-size:16px!important}
  .pet-add{width:32px;height:32px}
  .pet-sale{top:7px;left:7px;padding:4px 6px;font-size:9px}
  .pet-category-page{padding:15px 0 52px!important}
  .seo-breadcrumb{font-size:10px!important;margin-bottom:9px!important}
  .pet-category-hero{padding:16px!important;border-radius:17px!important;margin-bottom:14px!important}
  #categoryIcon,#categoryIcon .fi{font-size:29px!important}
  .pet-category-hero h1{font-size:27px!important;letter-spacing:-.6px!important;margin-bottom:3px!important}
  .pet-category-hero p{font-size:12px!important;line-height:1.45}
  .seo-query-box{margin:15px 0;padding:13px;border-radius:15px}
  .seo-query-box h2{font-size:16px}
  .seo-query-box p{font-size:11px;margin-bottom:9px}
  .seo-query-chips{gap:6px}
  .seo-query-chip{padding:6px 9px;font-size:10.5px}
  .seo-cat-copy{padding:15px!important;border-radius:16px!important;margin-top:14px!important}
  .seo-cat-copy h2{font-size:19px!important}
  .seo-cat-copy p{font-size:13px!important;line-height:1.6}
  .seo-two-col{grid-template-columns:1fr!important;gap:9px!important;margin-top:12px!important}
  .seo-box{padding:12px!important;border-radius:13px!important}
  .seo-box h3{font-size:15px!important}
  .seo-box li{font-size:12px!important;margin:4px 0!important}
  .seo-guide-link{padding:10px 11px!important;font-size:12px!important}
  .seo-guide-link small{font-size:10px!important}
  .seo-faq{margin-top:12px!important}
  .seo-faq h3{font-size:16px}
  .seo-faq details{padding:9px 0!important}
  .seo-faq summary,.seo-faq p{font-size:12px!important}
  .seo-related{margin:14px 0 18px}
  .seo-related h2{font-size:16px}
  .seo-related-grid{grid-template-columns:1fr!important;gap:6px}
  .seo-related-link{padding:9px 10px;font-size:12px}
  .seo-related-link small{font-size:10px}
  .seo-intent{padding:10px 0 28px!important}
  .seo-intent-grid{gap:7px!important}
  .seo-intent-card{padding:11px!important;border-radius:14px}
  .seo-intent-card>.fi{width:36px!important;height:36px!important;font-size:18px!important;margin-bottom:7px!important}
  .seo-intent-card h3{font-size:13px!important;margin:4px 0!important}
  .seo-intent-card p{font-size:10.5px!important}
  .seo-editorial{padding:26px 0!important}
  .seo-editorial h2{font-size:22px!important}
  .seo-editorial p{font-size:12px!important}
  .seo-check div{font-size:11px!important}
  .seo-guide-page{padding:17px 13px 58px!important}
  .seo-guide-page h1{font-size:27px!important;line-height:1.12!important;letter-spacing:-.7px!important}
  .seo-guide-page h2{font-size:20px!important;margin-top:24px!important}
  .seo-guide-page p,.seo-guide-page li{font-size:13px!important;line-height:1.65}
  .seo-guide-callout{padding:14px!important;border-radius:15px!important;margin:15px 0!important}
  .seo-guide-steps{gap:7px!important}
  .seo-guide-steps li{padding:10px!important;font-size:12px!important}
  .pet-benefits{grid-template-columns:1fr 1fr!important;gap:7px!important}
  .pet-benefit{padding:10px!important;font-size:12px}
  .pet-footer{padding:28px 0 75px!important}
  .pet-footer-grid{gap:14px!important}
  .pet-footer a,.pet-footer p{font-size:11px!important}
}


/* ===== MEEDEE V2.6.3 CATEGORY SHOP LAYOUT ===== */
.pet-shop-category{background:#fff;padding-top:18px}
.pet-shop-category .seo-breadcrumb{margin:0 0 16px;color:#8b8082;font-size:12px;display:flex;align-items:center;gap:7px}
.pet-shop-category .seo-breadcrumb a:hover{color:var(--orange-deep)}
.sp-cat-head{background:#fff;border-bottom:1px solid var(--line);padding:2px 0 20px;margin-bottom:22px}
.sp-cat-title-row{display:flex;align-items:center;gap:15px}
.sp-cat-icon{width:54px;height:54px;flex:0 0 54px;border-radius:50%;display:grid;place-items:center;background:#fff1f3;border:1px solid #f3d9de;color:var(--orange-deep)}
.sp-cat-icon .fi{font-size:25px;line-height:1}
.sp-cat-title-copy{min-width:0}
.sp-cat-title-copy h1{font-size:31px!important;line-height:1.2!important;letter-spacing:-.7px!important;margin:0 0 4px!important}
.sp-cat-title-copy p{margin:0;color:var(--muted);font-size:13px;max-width:850px}
.sp-shop-shell{display:grid;grid-template-columns:230px minmax(0,1fr);gap:26px;align-items:start}
.sp-sidebar{position:sticky;top:92px;border:1px solid var(--line);background:#fff;border-radius:14px;overflow:hidden}
.sp-side-title{display:flex;align-items:center;gap:9px;padding:15px 16px;font-weight:800;font-size:14px;border-bottom:1px solid var(--line);background:#fff8f9}
.sp-side-title .fi{color:var(--orange-deep)}
.sp-side-cats{padding:7px}
.sp-side-loading{font-size:12px;color:var(--muted);padding:10px}
.sp-side-cat{display:grid;grid-template-columns:30px minmax(0,1fr) 14px;align-items:center;gap:8px;padding:9px 8px;border-radius:9px;color:#554b4d;font-size:12px;line-height:1.35;transition:.15s}
.sp-side-cat:hover{background:#fff6f7;color:var(--orange-deep)}
.sp-side-cat.active{background:#fff0f2;color:var(--orange-deep);font-weight:800}
.sp-side-cat-icon{width:28px;height:28px;border-radius:8px;background:#fff;display:grid;place-items:center;border:1px solid #f3e2e5;color:var(--orange-deep)}
.sp-side-cat-icon .fi{font-size:14px;line-height:1}
.sp-side-cat>.fi{font-size:12px;opacity:.5}
.sp-side-section{border-top:1px solid var(--line);padding:14px 16px 16px}
.sp-side-section>b{display:block;font-size:13px;margin-bottom:9px}
.sp-check{display:flex;align-items:center;gap:8px;color:#655b5d;font-size:12px;cursor:pointer}
.sp-check input{width:16px;height:16px;accent-color:var(--orange)}
.sp-product-panel{min-width:0}
.sp-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--line);background:#fff;border-radius:13px;padding:9px 10px;margin-bottom:14px}
.sp-toolbar-search{height:40px;min-width:250px;flex:1;max-width:460px;border:1px solid #eadadd;background:#fff;border-radius:9px;display:flex;align-items:center;gap:8px;padding:0 10px;color:#887e80}
.sp-toolbar-search input{border:0;outline:0;background:transparent;min-width:0;flex:1;font-size:12px}
.sp-toolbar-search button{width:28px;height:28px;border:0;background:transparent;color:#94898b;border-radius:50%;display:grid;place-items:center;cursor:pointer}
.sp-toolbar-search button:hover{background:#fff0f2;color:var(--orange-deep)}
.sp-toolbar-actions{display:flex;align-items:center;gap:12px;white-space:nowrap}
.sp-count{font-size:12px;color:var(--muted)}
.sp-sort-wrap{display:flex;align-items:center;gap:7px;font-size:12px;color:var(--muted)}
.sp-sort-wrap select{height:38px;border:1px solid #eadadd;border-radius:8px;background:#fff;padding:0 30px 0 10px;color:var(--ink);font-size:12px;outline:none}
.sp-mobile-categories{display:none}
.sp-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.sp-product-card{border-radius:11px!important;border-color:#eee4e6!important;box-shadow:none!important;transform:none!important;background:#fff}
.sp-product-card:hover{border-color:#e7c9cf!important;box-shadow:0 8px 25px rgba(98,17,30,.08)!important}
.sp-product-card .pet-product-photo{background:#fff!important;aspect-ratio:1/1;border-bottom:1px solid #f4edef}
.sp-product-card .pet-product-photo img{object-fit:contain!important;padding:9px;transition:transform .2s ease}
.sp-product-card:hover .pet-product-photo img{transform:scale(1.025)}
.sp-product-card .pet-sale{top:8px;left:8px;background:var(--orange)!important;color:#fff!important;border-radius:5px!important;font-size:9px!important;padding:4px 6px!important;z-index:1}
.sp-product-card .pet-product-body{padding:10px 10px 11px!important}
.sp-product-card .pet-product-cat{font-size:9.5px!important;color:#9a8f91!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.sp-product-card .pet-product-name{font-size:12px!important;font-weight:600!important;min-height:35px!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:4px 0 5px!important;color:#332b2d}
.sp-stock{font-size:9.5px;margin-bottom:7px}.sp-stock.in{color:#4f845e}.sp-stock.out{color:#a3a3a3}
.sp-product-card .pet-price-row{gap:6px;align-items:flex-end}
.sp-price-stack{display:flex;flex-direction:column;min-width:0}
.sp-product-card .pet-price{font-size:17px!important;line-height:1.1;color:#c5162e!important}
.sp-product-card .pet-old-price{font-size:9.5px!important;margin-top:2px}
.sp-product-card .pet-add{width:32px!important;height:32px!important;flex:0 0 32px;border-radius:7px!important;font-size:13px}
.sp-pagination{display:flex;align-items:center;justify-content:center;gap:5px;margin:26px 0 8px;min-height:36px}
.sp-pagination button{width:34px;height:34px;border:1px solid var(--line);background:#fff;border-radius:7px;display:grid;place-items:center;cursor:pointer;font-size:12px;color:#574d4f}
.sp-pagination button:hover:not(:disabled){border-color:#d9a9b2;color:var(--orange-deep)}
.sp-pagination button.active{background:var(--orange);border-color:var(--orange);color:#fff;font-weight:800}
.sp-pagination button:disabled{opacity:.35;cursor:default}
.sp-page-dots{width:24px;text-align:center;color:#999}
.sp-wide-empty{grid-column:1/-1;min-height:260px;display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:6px}
.sp-wide-empty>.fi{font-size:30px;color:#cdb8bc}.sp-wide-empty b{color:#403638}.sp-wide-empty span{font-size:12px;color:var(--muted)}
.sp-category-loading{min-height:260px}.sp-loading-spinner{width:34px;height:34px;border:3px solid #f1dce0;border-top-color:var(--red);border-radius:50%;animation:sp-spin .75s linear infinite}.sp-category-empty>.fi{font-size:38px}.pet-retry-btn{margin-top:9px;border:0;border-radius:999px;background:var(--red);color:#fff;padding:10px 18px;font:inherit;font-weight:700;cursor:pointer}.pet-retry-btn .fi{margin-right:5px}@keyframes sp-spin{to{transform:rotate(360deg)}}
.pet-shop-category .seo-cat-copy,.pet-shop-category .seo-related{margin-left:256px}

@media(max-width:1040px){
  .sp-shop-shell{grid-template-columns:205px minmax(0,1fr);gap:18px}
  .sp-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .pet-shop-category .seo-cat-copy,.pet-shop-category .seo-related{margin-left:223px}
}
@media(max-width:760px){
  .pet-shop-category{padding-top:10px}
  .pet-shop-category .seo-breadcrumb{margin-bottom:10px;font-size:10px}
  .sp-cat-head{padding-bottom:12px;margin-bottom:10px}
  .sp-cat-title-row{gap:10px}
  .sp-cat-icon{width:42px;height:42px;flex-basis:42px}.sp-cat-icon .fi{font-size:20px}
  .sp-cat-title-copy h1{font-size:22px!important;letter-spacing:-.3px!important}
  .sp-cat-title-copy p{font-size:10.5px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .sp-shop-shell{display:block}
  .sp-sidebar{display:none}
  .sp-toolbar{display:block;padding:8px;border-radius:11px;margin-bottom:8px}
  .sp-toolbar-search{height:38px;max-width:none;min-width:0;width:100%}
  .sp-toolbar-actions{justify-content:space-between;margin-top:8px;gap:6px}
  .sp-count{font-size:10px}
  .sp-sort-wrap>span{display:none}
  .sp-sort-wrap select{height:34px;font-size:10.5px;max-width:145px}
  .sp-mobile-categories{display:flex;gap:6px;overflow-x:auto;padding:2px 0 10px;scrollbar-width:none}.sp-mobile-categories::-webkit-scrollbar{display:none}
  .sp-cat-chip{flex:0 0 auto;border:1px solid var(--line);background:#fff;border-radius:999px;padding:6px 9px;font-size:10px;color:#655b5d}
  .sp-cat-chip.active{background:#fff0f2;border-color:#e7bac2;color:var(--orange-deep);font-weight:800}
  .sp-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}
  .sp-product-card{border-radius:9px!important}
  .sp-product-card .pet-product-photo img{padding:6px}
  .sp-product-card .pet-product-body{padding:8px!important}
  .sp-product-card .pet-product-name{font-size:11px!important;min-height:32px!important}
  .sp-product-card .pet-price{font-size:15px!important}
  .sp-product-card .pet-add{width:29px!important;height:29px!important;flex-basis:29px}
  .sp-stock{font-size:8.5px;margin-bottom:6px}
  .sp-pagination{margin-top:18px}
  .sp-pagination button{width:31px;height:31px;font-size:11px}
  .pet-shop-category .seo-cat-copy,.pet-shop-category .seo-related{margin-left:0}
}
\n\n/* ===== MEEDEE V270 PET PATTERN + LOCAL CATEGORY ICONS ===== */\n:root{--pet-pattern:url('/assets/images/pet-pattern-bg.webp')}\n.pet-pattern-hero{\n  background-color:#fff1f3!important;\n  background-image:linear-gradient(90deg,rgba(159,16,36,.93),rgba(196,28,52,.88)),var(--pet-pattern)!important;\n  background-repeat:no-repeat,repeat!important;\n  background-size:auto,208px 316px!important;\n}\n.pet-pattern-section,.pet-pattern-soft{position:relative;isolation:isolate;overflow:hidden}\n.pet-pattern-section:before,.pet-pattern-soft:before{content:"";position:absolute;inset:0;z-index:-1;background-image:var(--pet-pattern);background-repeat:repeat;background-size:208px 316px;opacity:.10;pointer-events:none}\n.pet-pattern-section{background:#fffafb}.pet-pattern-soft{background:#fff7f8}\n.member-pattern-page{min-height:calc(100vh - 70px);position:relative;isolation:isolate;background:linear-gradient(rgba(255,255,255,.84),rgba(255,255,255,.9)),var(--pet-pattern);background-size:auto,208px 316px;background-repeat:no-repeat,repeat;padding:34px 16px 80px}\n.auth-pattern-shell{position:relative}\n.auth-pattern-shell .auth-hero{padding:28px 20px 12px}\n.auth-pattern-shell .auth-card{box-shadow:0 18px 55px rgba(111,19,35,.13);border:1px solid rgba(159,16,36,.12);background:rgba(255,255,255,.97);backdrop-filter:blur(8px)}\n.pet-cat-icon-img,.sp-category-icon-img,.sp-category-head-icon{display:block;width:100%;height:100%;object-fit:contain}\n.pet-cat-emoji{display:grid!important;place-items:center!important;width:54px!important;height:54px!important;padding:9px!important}\n.pet-cat-icon-img{width:38px!important;height:38px!important}\n.sp-side-cat-icon{padding:5px}.sp-category-icon-img{width:18px;height:18px}\n.sp-cat-icon{padding:10px}.sp-category-head-icon{width:30px;height:30px}\n.pet-promo-pattern{background:linear-gradient(rgba(255,248,249,.94),rgba(255,248,249,.94)),var(--pet-pattern);background-repeat:no-repeat,repeat;background-size:auto,208px 316px}\n@media(max-width:760px){\n .member-pattern-page{padding:18px 10px 70px;background-size:auto,150px 228px}\n .pet-pattern-hero{background-size:auto,150px 228px!important}\n .pet-cat-emoji{width:46px!important;height:46px!important;padding:8px!important}.pet-cat-icon-img{width:32px!important;height:32px!important}\n .sp-cat-icon{padding:8px}.sp-category-head-icon{width:24px;height:24px}\n}\n
/* MEEDEE SweetAlert2 */
.meedee-swal-popup{font-family:"Anuphan",system-ui,sans-serif!important;border-radius:24px!important;padding:24px 24px 22px!important;box-shadow:0 24px 70px rgba(38,20,24,.18)!important}
.meedee-swal-title{font-size:1.4rem!important;font-weight:800!important;color:#24191b!important;padding-top:8px!important}
.meedee-swal-text{font-size:.98rem!important;line-height:1.65!important;color:#6f6365!important}
.meedee-swal-confirm,.meedee-swal-cancel{min-width:112px;border:0;border-radius:14px;padding:11px 20px;font:700 .96rem "Anuphan",system-ui,sans-serif;cursor:pointer}
.meedee-swal-confirm{background:#cf1833;color:#fff;box-shadow:0 8px 18px rgba(207,24,51,.18)}
.meedee-swal-confirm:hover{background:#b9122b}
.meedee-swal-cancel{background:#f6eff0;color:#514447;margin-right:8px}
.meedee-swal-toast{font-family:"Anuphan",system-ui,sans-serif!important;border-radius:16px!important;box-shadow:0 14px 36px rgba(38,20,24,.16)!important}
.meedee-swal-toast-title{font-size:.95rem!important;font-weight:700!important;color:#24191b!important}
.swal2-icon.swal2-success{border-color:#36a565!important;color:#36a565!important}
.swal2-icon.swal2-error{border-color:#cf1833!important;color:#cf1833!important}
.swal2-icon.swal2-warning{border-color:#e69a29!important;color:#e69a29!important}
@media(max-width:640px){.meedee-swal-popup{width:calc(100% - 28px)!important;padding:20px 18px!important}.meedee-swal-title{font-size:1.22rem!important}.meedee-swal-confirm,.meedee-swal-cancel{min-width:104px}}

/* =============================
   V274 — Delight interactions
   ============================= */
.ux-fly-item{position:fixed;z-index:99999;pointer-events:none;border-radius:18px;overflow:hidden;background:#fff;border:2px solid rgba(225,29,72,.18);box-shadow:0 18px 42px rgba(117,12,31,.24);will-change:transform,opacity}
.ux-fly-item img{display:block;width:100%;height:100%;object-fit:contain;background:#fff}
.ux-paw-particle{position:fixed;z-index:100000;width:16px;height:16px;pointer-events:none;filter:drop-shadow(0 3px 5px rgba(117,12,31,.15));will-change:transform,opacity}

.ux-cart-bump{animation:uxCartBump .62s cubic-bezier(.18,.88,.32,1.28)!important}
.ux-badge-pop{animation:uxBadgePop .62s cubic-bezier(.18,.88,.32,1.28)!important}
@keyframes uxCartBump{0%,100%{transform:translateZ(0) scale(1)}28%{transform:translateY(-5px) rotate(-7deg) scale(1.13)}55%{transform:translateY(1px) rotate(4deg) scale(.98)}76%{transform:translateY(-2px) rotate(-2deg) scale(1.05)}}
@keyframes uxBadgePop{0%,100%{transform:scale(1)}40%{transform:scale(1.45)}68%{transform:scale(.9)}}

.pet-add,.buy,.buy-now,.pet-hero-cta,.pet-icon-btn,.pet-cat-card,.dp-option-btn{transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease,border-color .2s ease,filter .2s ease}
.pet-add:hover,.buy:hover,.buy-now:hover{transform:translateY(-2px);filter:saturate(1.05)}
.pet-add:active,.buy:active,.buy-now:active{transform:scale(.94)}
.pet-add.ux-added,.buy.ux-added{background:#16a34a!important;box-shadow:0 8px 22px rgba(22,163,74,.22)!important;animation:uxAddedPulse .68s ease}
@keyframes uxAddedPulse{0%{transform:scale(.92)}45%{transform:scale(1.12)}100%{transform:scale(1)}}

.pet-product-photo{overflow:hidden}
.pet-product-photo img,.dp-img img,.dp-related-card img{transition:transform .42s cubic-bezier(.2,.7,.2,1),filter .35s ease}
.pet-product-card:hover .pet-product-photo img{transform:scale(1.045)}
.dp-related-card:hover img{transform:scale(1.035)}
.pet-product-card:hover{transform:translateY(-5px)!important;box-shadow:0 18px 44px rgba(117,12,31,.14)!important}
.pet-product-card:focus-within{box-shadow:0 0 0 3px rgba(225,29,72,.12),0 18px 44px rgba(117,12,31,.12)}

.ux-card-reveal{opacity:0;transform:translateY(14px) scale(.985);transition:opacity .42s ease var(--ux-delay,0ms),transform .48s cubic-bezier(.2,.72,.2,1) var(--ux-delay,0ms),box-shadow .2s ease!important}
.ux-card-reveal.ux-in{opacity:1;transform:translateY(0) scale(1)}
.ux-card-reveal.ux-in:hover{transform:translateY(-5px) scale(1.005)!important}

.ux-ripple-host{position:relative;overflow:hidden;isolation:isolate}
.ux-ripple{position:absolute;z-index:0;border-radius:999px;pointer-events:none;background:rgba(255,255,255,.38);transform:scale(0);animation:uxRipple .62s ease-out forwards}
.ux-ripple-host>*{position:relative;z-index:1}
@keyframes uxRipple{0%{transform:scale(0);opacity:.65}100%{transform:scale(1);opacity:0}}
.pet-cat-card.ux-ripple-host .ux-ripple,.sp-cat-chip.ux-ripple-host .ux-ripple{background:rgba(225,29,72,.12)}

.pet-cat-circle{transition:transform .28s cubic-bezier(.2,.75,.2,1),box-shadow .25s ease}
.pet-cat-card:hover .pet-cat-circle{transform:translateY(-4px) rotate(-2deg) scale(1.04);box-shadow:0 12px 26px rgba(225,29,72,.10)}
.pet-cat-card:active .pet-cat-circle{transform:scale(.96)}

.pet-hero-cta{position:relative;overflow:hidden}
.pet-hero-cta:after{content:"";position:absolute;inset:-40% auto -40% -55%;width:34%;transform:skewX(-18deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.34),transparent);animation:uxCtaShine 4.8s ease-in-out infinite;pointer-events:none}
@keyframes uxCtaShine{0%,68%{left:-55%;opacity:0}74%{opacity:1}90%,100%{left:125%;opacity:0}}
.pet-paw{animation:uxPawFloat 4s ease-in-out infinite}
@keyframes uxPawFloat{0%,100%{transform:translateY(0) rotate(-4deg)}50%{transform:translateY(-8px) rotate(4deg)}}

.dp-thumb:hover{transform:translateY(-2px)}
.dp-option-btn:hover{transform:translateY(-1px);box-shadow:0 7px 18px rgba(117,12,31,.08)}
.dp-qtybox button:active,.qtybox button:active{transform:scale(.9)}

@media(max-width:720px){
  .pet-product-card:hover{transform:none!important}
  .ux-card-reveal.ux-in:hover{transform:none!important}
  .pet-add:hover,.buy:hover,.buy-now:hover{transform:none}
  .ux-fly-item{border-radius:14px}
}

@media(prefers-reduced-motion:reduce){
  .ux-card-reveal{opacity:1!important;transform:none!important;transition:none!important}
  .pet-product-photo img,.dp-img img,.dp-related-card img,.pet-add,.buy,.buy-now,.pet-cat-circle,.pet-paw,.pet-hero-cta:after{animation:none!important;transition:none!important;transform:none!important}
  .ux-ripple,.ux-paw-particle,.ux-fly-item{display:none!important}
}

.field-help{display:block;margin-top:5px;color:#7f7476;font-size:11px;line-height:1.5}.field input[type="email"]:invalid:not(:placeholder-shown){border-color:#e9a0a8;background:#fffafa}
.gallery-url-list{display:grid;gap:10px;margin-top:10px}.gallery-url-row{display:grid;grid-template-columns:76px minmax(0,1fr) auto;gap:10px;align-items:center;padding:10px;border:1px solid var(--line);border-radius:14px;background:#fff}.gallery-url-row img{width:76px;height:76px;object-fit:cover;border-radius:11px;background:#f4f4f4;border:1px solid var(--line)}.gallery-url-row input{min-width:0}.gallery-url-row .btn{white-space:nowrap}@media(max-width:640px){.gallery-url-row{grid-template-columns:64px minmax(0,1fr)}.gallery-url-row img{width:64px;height:64px}.gallery-url-row .btn{grid-column:2;justify-self:start}}
.seo-analysis{margin-top:10px}.seo-score-card{padding:12px;border:1px solid var(--line);border-radius:14px;background:#f7faf8}.seo-score-head{display:flex;justify-content:space-between;align-items:center;gap:10px}.seo-score-number{font-size:22px;font-weight:800;color:#28604d}.seo-score-bar{height:8px;background:#e4e9e6;border-radius:999px;overflow:hidden;margin:8px 0}.seo-score-bar span{display:block;height:100%;background:linear-gradient(90deg,#e84d6b,#2f8a68);border-radius:inherit}.seo-key-groups{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.seo-key-groups span{padding:5px 8px;border-radius:999px;background:#fff;border:1px solid var(--line);font-size:11px}.seo-advice{margin:7px 0 0;padding-left:18px;color:var(--muted);font-size:12px}
.pet-cat-circle .pet-cat-emoji{width:100%!important;height:100%!important;padding:0!important;transform:none!important}.pet-cat-circle img.pet-cat-icon-img{width:100%!important;height:100%!important;object-fit:cover;border-radius:50%}
/* MEEDEE PET SHOP logo */
.pet-brand-logo{display:flex!important;align-items:center!important;justify-content:center!important;background:#fff5f6!important;border-radius:999px!important;overflow:hidden!important;width:52px!important;height:52px!important}
.pet-brand-image{display:block;width:48px;height:48px;object-fit:cover;object-position:center;border-radius:50%}
.pet-header .pet-brand-logo{background:transparent!important;width:56px!important;height:56px!important;border-radius:0!important;overflow:visible!important}
.pet-header .pet-brand-image{width:150px;height:56px;object-fit:contain;object-position:left center;border-radius:0}
.pet-footer .pet-brand-logo{background:transparent!important;width:150px!important;height:56px!important;border-radius:0!important}
.pet-footer .pet-brand-image{width:150px;height:56px;object-fit:contain;object-position:left center;border-radius:0}
@media(max-width:600px){.pet-header .pet-brand-image,.pet-footer .pet-brand-image{width:132px;height:50px}.pet-header .pet-brand-logo,.pet-footer .pet-brand-logo{width:132px;height:50px}}

/* V300: bound brand images even inside narrow mobile navigation/footer. */
.pet-brand{min-width:0;max-width:100%}
.pet-brand-logo:has(>.pet-brand-image){width:112px!important;height:72px!important;flex:0 0 112px!important;overflow:hidden!important;border-radius:0!important;background:transparent!important}
.pet-brand img.pet-brand-image,.pet-brand img.md-header-logo{display:block!important;width:112px!important;height:72px!important;max-width:100%!important;object-fit:contain!important;border-radius:0!important;flex-shrink:0}
.pet-footer .pet-brand-logo:has(>.pet-brand-image){width:140px!important;height:90px!important;flex-basis:140px!important}
.pet-footer .pet-brand img.pet-brand-image{width:140px!important;height:90px!important}
.sp-shop-shell,.sp-product-panel,.sp-sidebar,.pet-footer-grid>div{min-width:0}
@media(max-width:600px){.pet-header .pet-brand{max-width:calc(100vw - 150px)}}
