:root{
  --sdm-orange:#ffb000;
  --sdm-orange-2:#ffc33d;
  --sdm-purple:#6a1b9a;
  --sdm-green:#00a650;
  --sdm-blue:#3483fa;
  --sdm-ink:#262626;
  --sdm-muted:#666;
  --sdm-line:#e6e6e6;
  --sdm-bg:#ebebeb;
  --sdm-white:#fff;
  --sdm-radius:8px;
  --sdm-shadow:0 1px 2px rgba(0,0,0,.08);
  --sdm-container:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.sdm-mercado-ui{margin:0;background:var(--sdm-bg);color:var(--sdm-ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;font-size:14px;line-height:1.45}
body.sdm-mercado-ui a{color:inherit}
body.sdm-mercado-ui img{max-width:100%;height:auto}
.sdm-ml-container{width:min(var(--sdm-container),calc(100% - 32px));margin-inline:auto}
.sdm-ml-main{padding:22px 0 54px;min-height:65vh}

/* Header: uma medida única em todas as páginas */
.sdm-ml-header{background:linear-gradient(90deg,var(--sdm-orange),var(--sdm-orange-2));border-bottom:1px solid rgba(0,0,0,.08);position:relative;z-index:50}
.sdm-ml-header__main{width:min(var(--sdm-container),calc(100% - 32px));min-height:74px;margin:auto;display:grid;grid-template-columns:220px minmax(360px,1fr) 235px;gap:24px;align-items:center}
.sdm-ml-brand{display:flex;align-items:center;gap:8px;text-decoration:none;min-width:0;color:var(--sdm-purple)!important;font-weight:900}
.sdm-ml-brand img{display:block;max-height:54px;max-width:205px;width:auto;object-fit:contain}
.sdm-ml-brand__cart{font-size:32px;line-height:1}
.sdm-ml-brand>span:last-child{display:flex;align-items:baseline;gap:4px;font-size:22px;white-space:nowrap}
.sdm-ml-brand strong{color:#fff}.sdm-ml-brand b{color:var(--sdm-purple)}
.sdm-ml-search{height:42px;display:flex;background:#fff;border-radius:4px;box-shadow:0 1px 2px rgba(0,0,0,.18);overflow:hidden}
.sdm-ml-search input{width:100%;min-width:0;border:0!important;outline:0!important;box-shadow:none!important;background:#fff!important;padding:0 16px!important;font:400 16px/42px inherit!important;margin:0!important}
.sdm-ml-search button{width:48px;flex:0 0 48px;border:0;border-left:1px solid #eee;background:#fff;color:#444;font-size:25px;cursor:pointer}
.sdm-ml-header__actions{display:flex;justify-content:flex-end;gap:22px;align-items:center}
.sdm-ml-header__actions a{position:relative;display:flex;align-items:center;gap:6px;text-decoration:none;font-weight:600;color:#3b2b1b!important;white-space:nowrap}
.sdm-ml-header__actions span{font-size:20px}.sdm-ml-header__actions em{font-style:normal}
.sdm-ml-cart-link i{position:absolute;left:13px;top:-9px;display:grid;place-items:center;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:var(--sdm-purple);color:#fff;font:700 10px/18px Arial}
.sdm-ml-nav{background:rgba(255,255,255,.12)}
.sdm-ml-nav .sdm-ml-container{height:38px;display:flex;align-items:center;gap:26px;overflow-x:auto;scrollbar-width:none;white-space:nowrap}
.sdm-ml-nav .sdm-ml-container::-webkit-scrollbar{display:none}
.sdm-ml-nav a{text-decoration:none;color:#4a351e!important;font-size:14px}
.sdm-ml-nav a:hover{color:var(--sdm-purple)!important}

/* Home */
.sdm-ml-home-banner{height:290px;margin:0 0 22px;display:grid;grid-template-columns:minmax(0,1.65fr) minmax(260px,.7fr);gap:0;border-radius:8px;overflow:hidden;background:linear-gradient(118deg,#ff9f00 0%,#ffc83f 58%,#ffdb7c 100%);box-shadow:var(--sdm-shadow);position:relative}
.sdm-ml-home-banner:after{content:"";position:absolute;right:21%;top:-120px;width:330px;height:330px;border-radius:50%;background:rgba(106,27,154,.07)}
.sdm-ml-home-banner>div{padding:40px 48px;z-index:1;align-self:center}
.sdm-ml-home-banner span{font-size:12px;letter-spacing:.12em;font-weight:800;color:#6d4c16}
.sdm-ml-home-banner h1{margin:7px 0 8px;font-size:46px;line-height:1.03;letter-spacing:-.03em;color:#fff}
.sdm-ml-home-banner h1 strong{color:var(--sdm-purple)}
.sdm-ml-home-banner p{font-size:18px;max-width:610px;margin:0;color:#4d391f}
.sdm-ml-home-banner__actions{display:flex;gap:10px;margin-top:22px}
.sdm-ml-home-banner__actions a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 20px;border:1px solid rgba(106,27,154,.36);border-radius:6px;text-decoration:none;font-weight:700;color:var(--sdm-purple)!important;background:rgba(255,255,255,.55)}
.sdm-ml-home-banner__actions .primary{background:var(--sdm-purple);color:#fff!important;border-color:var(--sdm-purple)}
.sdm-ml-home-banner aside{z-index:1;background:rgba(255,255,255,.80);display:grid;align-content:center;gap:4px;padding:36px}
.sdm-ml-home-banner aside b{font-size:18px;color:#3c2c16;margin-top:12px}.sdm-ml-home-banner aside small{color:#70634f;font-size:13px}
.sdm-ml-category-strip{display:flex;gap:10px;overflow:auto;scrollbar-width:none;margin:0 0 22px;padding:1px}
.sdm-ml-category-strip::-webkit-scrollbar{display:none}
.sdm-ml-category-strip a{flex:0 0 auto;background:#fff;border:1px solid var(--sdm-line);padding:10px 15px;border-radius:999px;text-decoration:none;font-weight:600;color:#444!important}
.sdm-ml-category-strip a:hover{border-color:var(--sdm-purple);color:var(--sdm-purple)!important}

/* Sections/pages */
.sdm-ml-section{margin:0 0 28px}
.sdm-ml-section-head{display:flex;align-items:baseline;justify-content:space-between;gap:18px;margin:0 0 14px}
.sdm-ml-section-head h2{font-size:24px;line-height:1.2;font-weight:500;margin:0;color:#333}
.sdm-ml-section-head a{color:var(--sdm-blue)!important;text-decoration:none;font-size:14px}
.sdm-ml-page-head{min-height:78px;margin:0 0 18px;display:flex;align-items:flex-end;justify-content:space-between;gap:18px}
.sdm-ml-page-head small{font-size:11px;letter-spacing:.11em;color:#777;font-weight:700}
.sdm-ml-page-head h1{font-size:28px;line-height:1.1;margin:3px 0 4px;font-weight:600;color:#333}
.sdm-ml-page-head p{margin:0;color:#777}
.sdm-ml-order{display:flex;align-items:center;gap:9px;background:#fff;padding:9px 12px;border-radius:6px;box-shadow:var(--sdm-shadow)}
.sdm-ml-order label{color:#777}.sdm-ml-order select{border:0!important;background:#fff!important;box-shadow:none!important;padding:3px 25px 3px 2px!important;margin:0!important;min-height:30px!important}
.sdm-ml-empty{background:#fff;border-radius:8px;padding:32px;text-align:center;color:#777;box-shadow:var(--sdm-shadow)}

/* Product cards — densidade de marketplace */
.sdm-ml-products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;background:#ddd;border-radius:8px;overflow:hidden;box-shadow:var(--sdm-shadow)}
.sdm-ml-product-card{min-width:0;background:#fff;display:flex;flex-direction:column;transition:box-shadow .18s,transform .18s;position:relative}
.sdm-ml-product-card:hover{z-index:2;box-shadow:0 8px 22px rgba(0,0,0,.15);transform:translateY(-1px)}
.sdm-ml-product-card__image{display:flex;align-items:center;justify-content:center;height:238px;padding:14px;background:#fff;border-bottom:1px solid #f0f0f0;text-decoration:none;overflow:hidden}
.sdm-ml-product-card__image img{width:100%!important;height:100%!important;object-fit:contain!important;margin:0!important;border:0!important;border-radius:0!important}
.sdm-ml-product-card__body{padding:15px 16px 18px;min-height:190px}
.sdm-ml-product-card__title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;min-height:40px;text-decoration:none;color:#333!important;font-size:14px;line-height:20px;margin-bottom:7px}
.sdm-ml-product-card__price{min-height:76px;color:#222}
.sdm-ml-product-card__price .sdm-market-price>span{font-size:24px!important;font-weight:400!important;letter-spacing:-.02em}
.sdm-ml-product-card__price .sdm-old-price{font-size:12px!important;margin:0!important}
.sdm-ml-product-card__price .sdm-off-badge{font-size:10px!important}
.sdm-ml-product-card__price small{font-size:11px!important;line-height:1.25!important}
.sdm-ml-product-card__price .sdm-price-more{display:none!important}
.sdm-ml-product-card__seller{font-size:11px;color:#888;margin-top:7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.sdm-ml-product-card__shipping{font-size:12px;color:var(--sdm-green);font-weight:600;margin-top:6px}
.sdm-ml-pagination{display:flex;justify-content:center;margin:28px 0}
.sdm-ml-pagination ul{display:flex;gap:6px;list-style:none;padding:0;margin:0}.sdm-ml-pagination a,.sdm-ml-pagination span{display:grid;place-items:center;min-width:38px;height:38px;padding:0 9px;background:#fff;border-radius:6px;text-decoration:none;color:#333!important}.sdm-ml-pagination .current{background:var(--sdm-purple);color:#fff!important}

/* Stores */
.sdm-ml-stores{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.sdm-ml-store-card{min-width:0;display:flex;align-items:center;gap:14px;background:#fff;border-radius:8px;padding:18px;text-decoration:none;box-shadow:var(--sdm-shadow);transition:.18s}
.sdm-ml-store-card:hover{box-shadow:0 6px 18px rgba(0,0,0,.12);transform:translateY(-1px)}
.sdm-ml-store-card img,.sdm-ml-store-card__fallback{width:72px;height:72px;flex:0 0 72px;border-radius:50%;object-fit:cover;background:#f5f5f5;border:1px solid #eee;display:grid;place-items:center;font-size:28px;font-weight:700;color:var(--sdm-purple)}
.sdm-ml-store-card div{min-width:0}.sdm-ml-store-card strong{display:block;font-size:17px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sdm-ml-store-card small{display:block;color:#777;margin-top:3px}.sdm-ml-store-card em{display:block;color:var(--sdm-blue);font-style:normal;margin-top:10px;font-size:13px}
.sdm-ml-store-profile{background:#fff;border-radius:8px;overflow:hidden;margin-bottom:22px;box-shadow:var(--sdm-shadow)}
.sdm-ml-store-profile__banner{height:205px;background-size:cover;background-position:center}
.sdm-ml-store-profile__identity{min-height:130px;display:flex;align-items:center;gap:20px;padding:20px 28px}
.sdm-ml-store-profile__identity>img,.sdm-ml-store-profile__identity>span{width:92px;height:92px;border-radius:50%;object-fit:cover;border:4px solid #fff;box-shadow:0 1px 5px rgba(0,0,0,.2);display:grid;place-items:center;background:#f7f7f7;font-size:34px;color:var(--sdm-purple);font-weight:700}
.sdm-ml-store-profile__identity small{font-size:11px;letter-spacing:.1em;color:#777}.sdm-ml-store-profile__identity h1{margin:2px 0;font-size:28px}.sdm-ml-store-profile__identity p{margin:2px 0;color:#777}

/* Single product — foto, informação e compra no mesmo campo visual */
.sdm-ml-breadcrumb{display:flex;gap:8px;align-items:center;margin:0 0 12px;font-size:13px;color:#777}.sdm-ml-breadcrumb a{color:var(--sdm-blue)!important;text-decoration:none}
.sdm-ml-single{display:grid;grid-template-columns:minmax(0,480px) minmax(0,1fr) 300px;gap:28px;background:#fff;border-radius:8px;padding:28px;box-shadow:var(--sdm-shadow);align-items:start}
.sdm-ml-gallery{min-width:0;display:grid;grid-template-columns:54px minmax(0,1fr);gap:12px}
.sdm-ml-gallery__thumbs{display:flex;flex-direction:column;gap:8px}.sdm-ml-gallery__thumbs button{width:52px;height:52px;padding:3px;border:1px solid #ddd;border-radius:5px;background:#fff;cursor:pointer;overflow:hidden}.sdm-ml-gallery__thumbs button.is-active{border:2px solid var(--sdm-blue)}.sdm-ml-gallery__thumbs img{width:100%;height:100%;object-fit:contain}
.sdm-ml-gallery__main{min-width:0;height:455px;display:flex;align-items:center;justify-content:center;overflow:hidden}.sdm-ml-gallery__main img{width:100%!important;height:100%!important;object-fit:contain!important;margin:0!important}
.sdm-ml-product-info{min-width:0}.sdm-ml-product-info__seller{font-size:13px;color:#777;margin-bottom:7px}.sdm-ml-product-info__seller a{color:var(--sdm-blue)!important;text-decoration:none}.sdm-ml-product-info h1{font-size:23px;line-height:1.25;margin:0 0 8px;font-weight:600;overflow-wrap:anywhere}.sdm-ml-rating{display:flex;align-items:center;gap:8px;color:#777;font-size:13px}.sdm-ml-rating .star-rating{margin:0}.sdm-ml-single-price{margin:16px 0}.sdm-ml-single-price .sdm-market-price>span{font-size:36px!important;font-weight:300!important}.sdm-ml-single-price .sdm-market-price small{font-size:13px!important}.sdm-ml-short-description{color:#555;font-size:14px;margin-top:18px}.sdm-ml-short-description ul{padding-left:20px}
.sdm-ml-buybox{border:1px solid #ddd;border-radius:8px;padding:20px;min-width:0}.sdm-ml-buybox h2{font-size:16px;margin:0 0 14px}.sdm-ml-buybox .snc-free-badge,.sdm-ml-buybox .sdm-product-delivery-promise,.sdm-ml-buybox .snc-delivery-region{display:block;margin:8px 0!important}.sdm-ml-stock{margin:13px 0;color:#555}.sdm-ml-addcart form.cart{display:block!important;margin:14px 0 10px!important}.sdm-ml-addcart .quantity{width:100%!important;margin:0 0 9px!important;float:none!important}.sdm-ml-addcart .quantity input{width:100%!important;min-height:42px;border:1px solid #ddd!important;border-radius:6px!important}.sdm-ml-addcart .single_add_to_cart_button{width:100%!important;min-height:48px!important;border:0!important;border-radius:6px!important;background:var(--sdm-purple)!important;color:#fff!important;font-weight:700!important;font-size:15px!important;padding:0 14px!important;cursor:pointer!important;float:none!important}.sdm-ml-addcart .single_add_to_cart_button:hover{filter:brightness(.92)}.sdm-ml-addcart table.variations{width:100%;margin-bottom:12px}.sdm-ml-addcart table.variations th,.sdm-ml-addcart table.variations td{display:block;width:100%;padding:4px 0}.sdm-ml-addcart table.variations select{width:100%;min-height:42px;border:1px solid #ddd;border-radius:6px;background:#fff}.sdm-ml-buybox>small{display:block;color:#777;font-size:11px;line-height:1.35;margin-top:10px}
.sdm-ml-product-details,.sdm-ml-product-reviews{margin-top:22px;background:#fff;border-radius:8px;padding:28px;box-shadow:var(--sdm-shadow)}.sdm-ml-product-details>div+div{border-top:1px solid #eee;margin-top:26px;padding-top:26px}.sdm-ml-product-details h2,.sdm-ml-product-reviews h2{font-size:22px;font-weight:500;margin:0 0 18px}.sdm-ml-product-details table{width:100%;border-collapse:collapse}.sdm-ml-product-details th,.sdm-ml-product-details td{padding:10px;border-bottom:1px solid #eee;text-align:left}.sdm-ml-product-reviews #comments,.sdm-ml-product-reviews #review_form_wrapper{max-width:100%}.sdm-ml-product-reviews .commentlist{padding:0;list-style:none}.sdm-ml-product-reviews .comment_container{display:flex;gap:12px;margin:0 0 16px}.sdm-ml-product-reviews .avatar{width:42px;height:42px;border-radius:50%}

/* WooCommerce pages */
.sdm-ml-wc-page{background:#fff;border-radius:8px;padding:24px;box-shadow:var(--sdm-shadow)}
.sdm-ml-wc-page .woocommerce{max-width:none!important;width:100%!important}
.sdm-ml-wc-page h1,.sdm-ml-wc-page h2,.sdm-ml-wc-page h3{color:#333}
.sdm-ml-wc-page input[type=text],.sdm-ml-wc-page input[type=email],.sdm-ml-wc-page input[type=tel],.sdm-ml-wc-page input[type=password],.sdm-ml-wc-page textarea,.sdm-ml-wc-page select{border:1px solid #ccc!important;border-radius:5px!important;background:#fff!important;min-height:42px!important;padding:8px 10px!important;box-shadow:none!important}
.sdm-ml-wc-page button,.sdm-ml-wc-page .button{border:0!important;border-radius:6px!important;background:var(--sdm-purple)!important;color:#fff!important;font-weight:700!important;min-height:42px!important;padding:0 16px!important}
.sdm-ml-wc-page .woocommerce-message,.sdm-ml-wc-page .woocommerce-info,.sdm-ml-wc-page .woocommerce-error{border-radius:6px;margin:0 0 16px!important}
.sdm-ml-cart-page .woocommerce{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:22px;align-items:start}
.sdm-ml-cart-page .woocommerce-notices-wrapper,.sdm-ml-cart-page .woocommerce-message,.sdm-ml-cart-page .woocommerce-info{grid-column:1/-1}.sdm-ml-cart-page .woocommerce-cart-form{width:100%!important}.sdm-ml-cart-page .cart-collaterals{width:100%!important;float:none!important;margin:0!important}.sdm-ml-cart-page .cart_totals{width:100%!important;float:none!important;border:1px solid #ddd;border-radius:8px;padding:18px}.sdm-ml-cart-page table.shop_table{border:0!important;border-collapse:separate!important;border-spacing:0!important}.sdm-ml-cart-page table.shop_table td,.sdm-ml-cart-page table.shop_table th{border-bottom:1px solid #eee!important;padding:14px 10px!important}.sdm-ml-cart-page .product-thumbnail img{width:76px!important;height:76px!important;object-fit:contain!important}.sdm-ml-cart-page .checkout-button{display:flex!important;align-items:center;justify-content:center;background:var(--sdm-purple)!important}
.sdm-ml-checkout-page form.checkout{display:grid!important;grid-template-columns:minmax(0,1fr) 420px!important;gap:24px!important;align-items:start!important}.sdm-ml-checkout-page #customer_details{grid-column:1!important}.sdm-ml-checkout-page #order_review_heading,.sdm-ml-checkout-page #order_review{grid-column:2!important}.sdm-ml-checkout-page #order_review_heading{margin:0 0 -14px!important}.sdm-ml-checkout-page #order_review{border:1px solid #ddd;border-radius:8px;padding:18px;background:#fff}.sdm-ml-checkout-page #payment{background:#f7f7f7!important;border-radius:8px!important}.sdm-ml-checkout-page #place_order{width:100%!important;min-height:48px!important}.sdm-ml-checkout-login-intro{background:#fff8dc;border:1px solid #f3d36d;border-radius:6px;padding:14px 16px;margin-bottom:18px}.sdm-ml-checkout-login-intro strong{font-size:17px}.sdm-ml-checkout-login-intro p{margin:4px 0 0;color:#65552a}
.sdm-ml-account-page .woocommerce{display:grid;grid-template-columns:220px minmax(0,1fr);gap:24px}.sdm-ml-account-page .woocommerce-notices-wrapper{grid-column:1/-1}.sdm-ml-account-page .woocommerce-MyAccount-navigation{width:100%!important;float:none!important}.sdm-ml-account-page .woocommerce-MyAccount-navigation ul{list-style:none;padding:0;margin:0;border:1px solid #eee;border-radius:7px;overflow:hidden}.sdm-ml-account-page .woocommerce-MyAccount-navigation a{display:block;padding:11px 13px;text-decoration:none;border-bottom:1px solid #eee}.sdm-ml-account-page .woocommerce-MyAccount-content{width:100%!important;float:none!important;min-width:0}.sdm-ml-account-page .u-columns{display:grid!important;grid-template-columns:1fr 1fr!important;gap:24px!important}.sdm-ml-account-page .u-column1,.sdm-ml-account-page .u-column2{width:auto!important;float:none!important}
.sdm-ml-generic-page{background:#fff;border-radius:8px;padding:28px;box-shadow:var(--sdm-shadow)}.sdm-ml-generic-page>h1{margin-top:0}

/* Footer/mobile nav */
.sdm-ml-footer{background:#fff;border-top:1px solid #ddd;margin-top:34px}.sdm-ml-footer__inner{min-height:120px;display:flex;justify-content:space-between;gap:24px;align-items:center}.sdm-ml-footer strong{font-size:19px;color:var(--sdm-purple)}.sdm-ml-footer p{margin:5px 0;color:#777}.sdm-ml-footer nav{display:flex;gap:20px}.sdm-ml-footer a{text-decoration:none;color:#555!important}.sdm-ml-mobile-nav{display:none}

/* Keep external/plugin notices visually aligned */
body.sdm-mercado-ui>.woocommerce-notices-wrapper{width:min(var(--sdm-container),calc(100% - 32px));margin:12px auto}
body.sdm-mercado-ui .sdm-wa-float{z-index:60}

@media (max-width:1050px){
  .sdm-ml-header__main{grid-template-columns:180px minmax(280px,1fr) 190px;gap:14px}
  .sdm-ml-products{grid-template-columns:repeat(3,minmax(0,1fr))}
  .sdm-ml-single{grid-template-columns:minmax(0,420px) minmax(0,1fr);gap:22px}.sdm-ml-buybox{grid-column:2}.sdm-ml-gallery__main{height:405px}
  .sdm-ml-stores{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width:782px){
  body.sdm-mercado-ui{padding-bottom:66px}
  .sdm-ml-container{width:min(100% - 20px,var(--sdm-container))}
  .sdm-ml-main{padding:12px 0 26px}
  .sdm-ml-header__main{width:calc(100% - 20px);min-height:0;padding:9px 0 10px;grid-template-columns:1fr auto;gap:8px}
  .sdm-ml-brand{grid-column:1;grid-row:1}.sdm-ml-brand img{max-height:40px;max-width:155px}.sdm-ml-brand__cart{font-size:25px}.sdm-ml-brand>span:last-child{font-size:18px}
  .sdm-ml-header__actions{grid-column:2;grid-row:1;gap:13px}.sdm-ml-header__actions em{display:none}.sdm-ml-header__actions span{font-size:20px}
  .sdm-ml-search{grid-column:1/-1;grid-row:2;height:39px}.sdm-ml-search input{font-size:14px!important;line-height:39px!important}.sdm-ml-search button{width:43px;flex-basis:43px}
  .sdm-ml-nav .sdm-ml-container{width:100%;padding:0 10px;height:36px;gap:20px}.sdm-ml-nav a{font-size:12px!important}
  .sdm-ml-home-banner{height:auto;min-height:194px;grid-template-columns:1fr;margin-bottom:14px}.sdm-ml-home-banner>div{padding:22px 20px}.sdm-ml-home-banner h1{font-size:31px}.sdm-ml-home-banner p{font-size:14px;max-width:92%}.sdm-ml-home-banner__actions{margin-top:15px}.sdm-ml-home-banner__actions a{min-height:37px;padding:0 13px;font-size:12px}.sdm-ml-home-banner aside{display:none}
  .sdm-ml-category-strip{margin-bottom:17px}.sdm-ml-category-strip a{padding:8px 12px;font-size:12px}
  .sdm-ml-section{margin-bottom:21px}.sdm-ml-section-head{margin-bottom:10px}.sdm-ml-section-head h2{font-size:20px}.sdm-ml-section-head a{font-size:12px}
  .sdm-ml-page-head{min-height:58px;margin-bottom:12px;align-items:flex-start;flex-direction:column}.sdm-ml-page-head h1{font-size:23px}.sdm-ml-page-head p{font-size:12px}.sdm-ml-order{width:100%;justify-content:space-between;padding:7px 10px}
  .sdm-ml-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;border-radius:6px}
  .sdm-ml-product-card__image{height:170px;padding:8px}.sdm-ml-product-card__body{padding:10px 10px 12px;min-height:166px}.sdm-ml-product-card__title{font-size:12px;line-height:16px;min-height:32px;margin-bottom:5px}.sdm-ml-product-card__price{min-height:72px}.sdm-ml-product-card__price .sdm-market-price>span{font-size:20px!important}.sdm-ml-product-card__price small{font-size:9.5px!important}.sdm-ml-product-card__seller{font-size:9.5px}.sdm-ml-product-card__shipping{font-size:10px}
  .sdm-ml-stores{grid-template-columns:1fr;gap:9px}.sdm-ml-store-card{padding:13px}.sdm-ml-store-card img,.sdm-ml-store-card__fallback{width:58px;height:58px;flex-basis:58px}.sdm-ml-store-card strong{font-size:15px}
  .sdm-ml-store-profile__banner{height:125px}.sdm-ml-store-profile__identity{min-height:100px;padding:13px 15px;gap:12px}.sdm-ml-store-profile__identity>img,.sdm-ml-store-profile__identity>span{width:68px;height:68px}.sdm-ml-store-profile__identity h1{font-size:21px}
  .sdm-ml-breadcrumb{font-size:11px;margin-bottom:8px}.sdm-ml-single{display:block;padding:15px;border-radius:6px}.sdm-ml-gallery{grid-template-columns:1fr;display:flex;flex-direction:column-reverse;gap:8px}.sdm-ml-gallery__main{height:min(76vw,330px)}.sdm-ml-gallery__thumbs{flex-direction:row;overflow:auto}.sdm-ml-gallery__thumbs button{flex:0 0 46px;width:46px;height:46px}.sdm-ml-product-info{margin-top:14px}.sdm-ml-product-info h1{font-size:19px;line-height:1.25}.sdm-ml-single-price{margin:11px 0}.sdm-ml-single-price .sdm-market-price>span{font-size:30px!important}.sdm-ml-short-description{display:none}.sdm-ml-buybox{margin-top:15px;padding:15px}.sdm-ml-buybox h2{display:none}.sdm-ml-product-details,.sdm-ml-product-reviews{margin-top:12px;padding:18px 15px;border-radius:6px}.sdm-ml-product-details h2,.sdm-ml-product-reviews h2{font-size:19px}
  .sdm-ml-wc-page{padding:13px;border-radius:6px}.sdm-ml-cart-page .woocommerce,.sdm-ml-checkout-page form.checkout,.sdm-ml-account-page .woocommerce{display:block!important}.sdm-ml-cart-page .cart-collaterals{margin-top:16px!important}.sdm-ml-cart-page table.shop_table_responsive tr{display:block;border-bottom:1px solid #eee;padding:10px 0}.sdm-ml-cart-page table.shop_table_responsive td{display:flex!important;justify-content:space-between;gap:10px;border:0!important;padding:5px!important}.sdm-ml-cart-page .product-thumbnail{display:none!important}.sdm-ml-checkout-page #customer_details,.sdm-ml-checkout-page #order_review_heading,.sdm-ml-checkout-page #order_review{grid-column:auto!important}.sdm-ml-checkout-page #order_review_heading{margin-top:20px!important}.sdm-ml-account-page .woocommerce-MyAccount-navigation{margin-bottom:18px}.sdm-ml-account-page .woocommerce-MyAccount-navigation ul{display:flex;overflow:auto;white-space:nowrap}.sdm-ml-account-page .woocommerce-MyAccount-navigation li{flex:0 0 auto}.sdm-ml-account-page .woocommerce-MyAccount-navigation a{border-bottom:0;border-right:1px solid #eee}.sdm-ml-account-page .u-columns{grid-template-columns:1fr!important}
  .sdm-ml-footer{margin-top:20px}.sdm-ml-footer__inner{min-height:100px;display:block;padding:20px 0}.sdm-ml-footer nav{margin-top:15px;gap:12px;flex-wrap:wrap}.sdm-ml-mobile-nav{position:fixed;left:0;right:0;bottom:0;z-index:9999;height:62px;display:grid;grid-template-columns:repeat(5,1fr);background:#fff;border-top:1px solid #ddd;box-shadow:0 -2px 10px rgba(0,0,0,.08);padding-bottom:env(safe-area-inset-bottom)}.sdm-ml-mobile-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;color:#555!important;font-size:10px;gap:1px}.sdm-ml-mobile-nav b{font-size:18px;line-height:1;color:var(--sdm-purple)}
  body.sdm-mercado-view-checkout .sdm-ml-mobile-nav{display:none}body.sdm-mercado-view-checkout{padding-bottom:0}
  body.sdm-mercado-ui .sdm-wa-float{bottom:72px!important}
}

@media (max-width:390px){
  .sdm-ml-product-card__image{height:154px}.sdm-ml-product-card__body{padding:9px}.sdm-ml-product-card__price .sdm-market-price>span{font-size:18px!important}.sdm-ml-home-banner h1{font-size:28px}
}

/* Pagamento: uma opção visual por gateway, sem quadro duplicado de Pix */
.sdm-ml-checkout-page .sdm-checkout-payment-guide{margin:0 0 10px;padding:0;background:transparent;border:0}.sdm-ml-checkout-page .sdm-checkout-payment-guide strong{display:block;font-size:16px}.sdm-ml-checkout-page .sdm-checkout-payment-guide small{display:block;color:#777;margin-top:2px}
.sdm-ml-checkout-page #payment ul.payment_methods{padding:10px!important;border:0!important}.sdm-ml-checkout-page #payment ul.payment_methods>li{background:#fff;border:1px solid #ddd;border-radius:7px;padding:13px!important;margin:0 0 9px!important}.sdm-ml-checkout-page #payment ul.payment_methods>li:has(input:checked){border-color:var(--sdm-purple);box-shadow:0 0 0 1px var(--sdm-purple)}
.sdm-ml-checkout-page #payment ul.payment_methods>li.payment_method_sdm_infinitepay:has(input:checked){border-color:var(--sdm-green);box-shadow:0 0 0 1px var(--sdm-green)}
.sdm-ml-checkout-page #payment ul.payment_methods label{font-weight:700;cursor:pointer}.sdm-ml-checkout-page #payment .payment_box{background:#f7f7f7!important;border-radius:5px!important;margin:10px 0 0!important;font-size:13px}.sdm-ml-checkout-page #payment .payment_box:before{display:none!important}

/* 1.0.2 — origem da imagem / placeholder de catálogo */
.sdm-ml-product-card__image,.sdm-ml-gallery__main{position:relative}
.sdm-ml-product-card__image img[src*="produto-sem-imagem.svg"],
.sdm-ml-gallery__main img[src*="produto-sem-imagem.svg"]{object-fit:contain!important;background:#fff}
.sdm-ml-image-badge{position:absolute;left:10px;bottom:10px;z-index:4;max-width:calc(100% - 20px);padding:5px 8px;border-radius:999px;font-size:11px;line-height:1.15;font-weight:800;box-shadow:0 2px 8px rgba(0,0,0,.12)}
.sdm-ml-image-badge--ai{background:rgba(255,255,255,.94);color:#6a1b9a;border:1px solid rgba(106,27,154,.22)}
.sdm-ml-gallery__main .sdm-ml-image-badge{left:14px;bottom:14px;font-size:12px;padding:7px 10px}

/* 1.0.16 — Área Lanches. Isolada do restante do front-end. */
.sdm-ml-nav-lanches{display:inline-flex!important;align-items:center;justify-content:center;min-width:92px;position:relative;overflow:visible}
.sdm-ml-nav-lanches img{display:block!important;width:86px!important;height:29px!important;object-fit:contain!important;mix-blend-mode:multiply;transform-origin:center;animation:sdmFoodPulse 2.2s ease-in-out infinite}
.sdm-ml-nav-lanches:before,.sdm-ml-nav-lanches:after{content:"";position:absolute;width:5px;height:5px;border-radius:50%;background:#ef233c;opacity:.8;animation:sdmFoodDot 2.2s ease-in-out infinite}
.sdm-ml-nav-lanches:before{left:-1px;top:8px}.sdm-ml-nav-lanches:after{right:-1px;top:18px;animation-delay:.35s}
@keyframes sdmFoodPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.065)}}
@keyframes sdmFoodDot{0%,100%{opacity:.22;transform:scale(.7)}50%{opacity:1;transform:scale(1.25)}}

.sdm-mercado-view-lanches .sdm-ml-main{padding-top:18px;background:#f5f5f5}
.sdm-mercado-view-lanches .sdm-ml-container{--sdm-food-red:#ed1635;--sdm-food-red-2:#ff243f;--sdm-food-soft:#fff4f5}
.sdm-food-hero{display:grid;grid-template-columns:1.05fr 1fr;min-height:246px;background:#fff;border:1px solid #e8e8e8;border-radius:12px;overflow:hidden;box-shadow:0 1px 2px rgba(0,0,0,.06);margin-bottom:14px}
.sdm-food-hero__copy{padding:28px 34px 24px;display:grid;grid-template-columns:185px 1fr;grid-template-rows:auto auto;align-items:center;gap:4px 20px;position:relative;z-index:2}
.sdm-food-logo{display:block;width:180px;height:72px;object-fit:contain;mix-blend-mode:multiply;grid-row:1;grid-column:1}
.sdm-food-hero__copy>div{grid-column:2;grid-row:1;align-self:center}
.sdm-food-hero__copy h1{margin:0 0 6px;font-size:38px;line-height:1.03;font-weight:600;letter-spacing:-.025em;color:#161616}
.sdm-food-hero__copy h1 strong{color:var(--sdm-food-red);font-style:italic}
.sdm-food-hero__copy p{margin:0;color:#555;font-size:16px}
.sdm-food-hero__copy ul{grid-column:1/-1;list-style:none;margin:18px 0 0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.sdm-food-hero__copy li{display:flex;align-items:center;gap:9px;min-width:0}.sdm-food-hero__copy li>b{width:29px;height:29px;display:grid;place-items:center;border:2px solid var(--sdm-food-red);color:var(--sdm-food-red);border-radius:9px;font-size:15px}.sdm-food-hero__copy li span{display:block;min-width:0}.sdm-food-hero__copy li strong{display:block;color:var(--sdm-food-red);font-size:13px}.sdm-food-hero__copy li small{display:block;color:#555;font-size:11px;margin-top:1px}
.sdm-food-hero__visual{position:relative;min-height:246px;background:linear-gradient(130deg,#ff263d 0%,#d9072c 58%,#bc001e 100%);overflow:hidden}
.sdm-food-hero__visual:before{content:"";position:absolute;left:-110px;top:-40px;width:210px;height:330px;background:#fff;border-radius:50%;transform:rotate(8deg)}
.sdm-food-hero__visual:after{content:"";position:absolute;right:22px;bottom:18px;width:42px;height:42px;border-right:6px solid #ffbd00;border-bottom:6px solid #ffbd00;transform:rotate(-18deg);opacity:.9}
.sdm-food-hero__photo{position:absolute;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:50%;overflow:hidden;box-shadow:0 9px 24px rgba(73,0,0,.22);z-index:2}.sdm-food-hero__photo img{width:100%!important;height:100%!important;object-fit:cover!important;margin:0!important}.sdm-food-hero__photo--0{width:184px;height:184px;left:42px;bottom:-4px;z-index:4}.sdm-food-hero__photo--1{width:155px;height:155px;left:190px;top:40px;z-index:3}.sdm-food-hero__photo--2{width:132px;height:132px;right:24px;top:28px;z-index:2}.sdm-food-hero__emoji{position:absolute;font-size:104px;filter:drop-shadow(0 10px 12px rgba(0,0,0,.18));z-index:2}.sdm-food-hero__emoji:nth-child(1){left:65px;bottom:6px}.sdm-food-hero__emoji:nth-child(2){left:225px;top:48px;font-size:86px}.sdm-food-hero__emoji:nth-child(3){right:30px;top:35px;font-size:82px}

.sdm-food-stores{display:flex;gap:10px;overflow-x:auto;scrollbar-width:none;margin-bottom:14px;padding:1px}.sdm-food-stores::-webkit-scrollbar{display:none}
.sdm-food-store-chip{flex:0 0 174px;height:62px;background:#fff;border:1px solid #e4e4e4;border-radius:10px;display:flex;align-items:center;gap:10px;padding:9px 11px;text-decoration:none!important;box-shadow:0 1px 1px rgba(0,0,0,.035)}.sdm-food-store-chip:hover{border-color:#f2a7b1;box-shadow:0 3px 12px rgba(0,0,0,.08)}.sdm-food-store-chip>img,.sdm-food-store-chip>span{width:42px;height:42px;flex:0 0 42px;border-radius:50%;object-fit:cover;border:1px solid #eee;background:#fafafa;display:grid;place-items:center;color:var(--sdm-food-red);font-weight:800}.sdm-food-store-chip div{min-width:0}.sdm-food-store-chip strong{display:block;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sdm-food-store-chip small{display:block;color:#666;font-size:10px;margin-top:2px}.sdm-food-store-chip--all{flex-basis:130px;justify-content:center}.sdm-food-store-chip--all b{margin-left:auto;font-size:22px;font-weight:400}

.sdm-food-market{display:grid;grid-template-columns:182px minmax(0,1fr);gap:12px;align-items:start}.sdm-food-categories{background:#fff;border:1px solid #e5e5e5;border-radius:10px;padding:6px;box-shadow:0 1px 2px rgba(0,0,0,.04);position:sticky;top:12px}.sdm-food-categories a{min-height:44px;display:flex;align-items:center;gap:10px;padding:0 12px;border-radius:7px;text-decoration:none!important;font-size:13px;font-weight:600;color:#222!important}.sdm-food-categories a span{width:22px;text-align:center;filter:grayscale(1);opacity:.7}.sdm-food-categories a:hover{background:#fff5f6;color:var(--sdm-food-red)!important}.sdm-food-categories a.is-active{background:var(--sdm-food-red);color:#fff!important}.sdm-food-categories a.is-active span{filter:none;opacity:1}
.sdm-food-content{min-width:0;background:#fff;border:1px solid #e5e5e5;border-radius:10px;padding:12px;box-shadow:0 1px 2px rgba(0,0,0,.04)}
.sdm-food-toolbar{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.sdm-food-toolbar h2{font-size:20px;margin:0;font-weight:700}.sdm-food-toolbar h2 span{color:var(--sdm-food-red)}.sdm-food-toolbar__filters{display:flex;align-items:center;gap:8px}.sdm-food-toolbar__filters form{margin:0}.sdm-food-toolbar__filters select,.sdm-food-toolbar__filters a{height:36px!important;min-height:36px!important;border:1px solid #dedede!important;border-radius:7px!important;background:#fff!important;color:#333!important;padding:0 12px!important;margin:0!important;text-decoration:none!important;display:inline-flex;align-items:center;font-size:12px;box-shadow:none!important}.sdm-food-toolbar__filters select{padding-right:32px!important}.sdm-food-toolbar__filters a.is-active{border-color:var(--sdm-food-red)!important;color:var(--sdm-food-red)!important;background:#fff4f5!important}
.sdm-food-products{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.sdm-food-product{min-width:0;border:1px solid #e9e9e9;border-radius:8px;overflow:hidden;background:#fff;display:flex;flex-direction:column;transition:.16s}.sdm-food-product:hover{box-shadow:0 7px 20px rgba(0,0,0,.10);transform:translateY(-1px)}.sdm-food-product__image{height:154px;display:flex;align-items:center;justify-content:center;background:#fafafa;position:relative;overflow:hidden;text-decoration:none}.sdm-food-product__image img{width:100%!important;height:100%!important;object-fit:cover!important;margin:0!important}.sdm-food-product__body{padding:8px;display:flex;flex-direction:column;flex:1;min-height:190px}.sdm-food-product__title{font-weight:700;font-size:12px;line-height:16px;min-height:32px;text-decoration:none!important;color:#222!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sdm-food-product__store{font-size:10px;color:#777;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:2px}.sdm-food-product__meta{min-height:20px;display:flex;align-items:center;justify-content:space-between;gap:6px;font-size:10px;color:#666;margin-top:4px}.sdm-food-product__meta span:first-child{color:#e28a00}.sdm-food-product__meta small{font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sdm-food-product__price{margin-top:auto;min-height:42px;padding-top:5px;color:#171717}.sdm-food-product__price .sdm-market-price>span{font-size:18px!important;font-weight:800!important}.sdm-food-product__price .sdm-old-price{font-size:10px!important}.sdm-food-product__price small{font-size:9px!important}.sdm-food-add{height:34px;border-radius:5px;background:linear-gradient(90deg,var(--sdm-food-red),#ff1834);color:#fff!important;text-decoration:none!important;display:flex;align-items:center;justify-content:center;gap:6px;font-weight:800;font-size:12px;margin-top:5px}.sdm-food-add:hover{filter:brightness(.96)}
.sdm-food-vendor-cta{margin:14px 0 0 194px;background:#fff;border:1px solid #e4e4e4;border-radius:10px;min-height:82px;padding:14px 18px;display:grid;grid-template-columns:54px 1fr auto;gap:14px;align-items:center;box-shadow:0 1px 2px rgba(0,0,0,.04)}.sdm-food-vendor-cta>span{font-size:38px}.sdm-food-vendor-cta h2{font-size:18px;margin:0 0 3px}.sdm-food-vendor-cta p{margin:0;color:#555;font-size:12px}.sdm-food-vendor-cta>a{min-height:40px;padding:0 22px;background:var(--sdm-food-red);color:#fff!important;border-radius:6px;text-decoration:none!important;font-weight:800;display:flex;align-items:center;justify-content:center}

@media (max-width:1180px){
  .sdm-food-products{grid-template-columns:repeat(4,minmax(0,1fr))}
  .sdm-food-hero__copy{grid-template-columns:155px 1fr;padding-inline:24px}.sdm-food-logo{width:150px}.sdm-food-hero__copy h1{font-size:32px}
}
@media (max-width:900px){
  .sdm-food-hero{grid-template-columns:1fr;min-height:0}.sdm-food-hero__copy{min-height:215px}.sdm-food-hero__visual{min-height:190px}.sdm-food-hero__visual:before{display:none}.sdm-food-hero__photo--0{left:16%;width:155px;height:155px}.sdm-food-hero__photo--1{left:43%;width:135px;height:135px;top:30px}.sdm-food-hero__photo--2{right:10%;width:115px;height:115px;top:25px}
  .sdm-food-market{grid-template-columns:1fr}.sdm-food-categories{position:static;display:flex;overflow:auto;scrollbar-width:none;padding:5px}.sdm-food-categories::-webkit-scrollbar{display:none}.sdm-food-categories a{flex:0 0 auto;min-height:38px;padding:0 10px}.sdm-food-vendor-cta{margin-left:0}.sdm-food-products{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:782px){
  .sdm-ml-nav-lanches{min-width:78px}.sdm-ml-nav-lanches img{width:72px!important;height:25px!important}
  .sdm-mercado-view-lanches .sdm-ml-main{padding-top:10px}.sdm-food-hero{border-radius:8px;margin-bottom:9px}.sdm-food-hero__copy{min-height:160px;padding:16px;grid-template-columns:110px 1fr;gap:2px 12px}.sdm-food-logo{width:108px;height:48px}.sdm-food-hero__copy h1{font-size:25px}.sdm-food-hero__copy p{font-size:12px}.sdm-food-hero__copy ul{margin-top:10px;gap:6px}.sdm-food-hero__copy li{gap:5px}.sdm-food-hero__copy li>b{width:23px;height:23px;font-size:11px;border-radius:6px}.sdm-food-hero__copy li strong{font-size:10px}.sdm-food-hero__copy li small{font-size:8.5px}.sdm-food-hero__visual{min-height:150px}.sdm-food-hero__photo--0{left:10%;bottom:-4px;width:125px;height:125px}.sdm-food-hero__photo--1{left:40%;top:20px;width:106px;height:106px}.sdm-food-hero__photo--2{right:5%;top:16px;width:92px;height:92px}.sdm-food-hero__emoji{font-size:78px!important}.sdm-food-stores{gap:7px;margin-bottom:9px}.sdm-food-store-chip{flex-basis:154px;height:54px;padding:7px}.sdm-food-store-chip>img,.sdm-food-store-chip>span{width:36px;height:36px;flex-basis:36px}.sdm-food-store-chip strong{font-size:11px}.sdm-food-content{padding:8px;border-radius:8px}.sdm-food-toolbar{align-items:flex-start;flex-direction:column;min-height:0;margin-bottom:8px}.sdm-food-toolbar h2{font-size:17px}.sdm-food-toolbar__filters{width:100%;justify-content:space-between}.sdm-food-toolbar__filters form{flex:1}.sdm-food-toolbar__filters select{width:100%;font-size:11px}.sdm-food-toolbar__filters a{font-size:10px;padding-inline:9px!important}.sdm-food-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px}.sdm-food-product__image{height:150px}.sdm-food-product__body{padding:7px;min-height:174px}.sdm-food-product__title{font-size:11px;line-height:14px;min-height:28px}.sdm-food-product__price .sdm-market-price>span{font-size:17px!important}.sdm-food-add{height:33px;font-size:11px}.sdm-food-vendor-cta{grid-template-columns:40px 1fr;margin-top:10px;padding:12px}.sdm-food-vendor-cta>span{font-size:30px}.sdm-food-vendor-cta h2{font-size:15px}.sdm-food-vendor-cta p{font-size:10px}.sdm-food-vendor-cta>a{grid-column:1/-1;min-height:38px}
}
@media (max-width:390px){.sdm-food-product__image{height:136px}.sdm-food-hero__copy ul li:nth-child(3){display:none}.sdm-food-hero__copy ul{grid-template-columns:1fr 1fr}.sdm-food-hero__visual{min-height:138px}}
@media (prefers-reduced-motion:reduce){.sdm-ml-nav-lanches img,.sdm-ml-nav-lanches:before,.sdm-ml-nav-lanches:after{animation:none!important}}
/* v1.0.17 — ícones personalizáveis */
.sdm-ui-icon{width:22px;height:22px;object-fit:contain;display:inline-block;vertical-align:middle}.sdm-ui-icon--brand{width:30px;height:30px}.sdm-ml-mobile-nav .sdm-ui-icon{width:22px;height:22px}.sdm-ml-mobile-nav b:has(.sdm-ui-icon){display:flex;align-items:center;justify-content:center}

/* 1.0.19 — Loja do Shopping no padrão visual da área Lanches */
.sdm-mercado-view-superstore .sdm-ml-main{padding-top:18px;background:#f5f5f5}
.sdm-mercado-view-superstore .sdm-ml-container{--sdm-shop-accent:#6a1b9a;--sdm-shop-orange:#ff9f00;--sdm-shop-orange-2:#ffb91f}
.sdm-shop-hero{display:grid;grid-template-columns:1.08fr .92fr;min-height:246px;background:#fff;border:1px solid #e8e8e8;border-radius:12px;overflow:hidden;box-shadow:0 1px 2px rgba(0,0,0,.06);margin-bottom:14px}
.sdm-shop-hero__copy{padding:28px 34px 24px;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2}
.sdm-shop-hero__copy>div>small{display:block;margin-bottom:5px;color:var(--sdm-shop-accent);font-size:11px;font-weight:800;letter-spacing:.08em}
.sdm-shop-hero__copy h1{margin:0 0 6px;font-size:38px;line-height:1.03;font-weight:700;letter-spacing:-.025em;color:#181818}
.sdm-shop-hero__copy p{margin:0;color:#555;font-size:15px}
.sdm-shop-hero__copy ul{list-style:none;margin:24px 0 0;padding:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.sdm-shop-hero__copy li{display:flex;align-items:center;gap:8px;min-width:0}.sdm-shop-hero__copy li>b{width:31px;height:31px;flex:0 0 31px;display:grid;place-items:center;border:2px solid var(--sdm-shop-accent);color:var(--sdm-shop-accent);border-radius:50%;font-size:14px;font-weight:800}.sdm-shop-hero__copy li span{display:block;min-width:0}.sdm-shop-hero__copy li strong{display:block;color:#282828;font-size:11px;line-height:1.2}.sdm-shop-hero__copy li small{display:block;color:#6c6c6c;font-size:9px;margin-top:2px;line-height:1.2}
.sdm-shop-hero__visual{position:relative;min-height:246px;background:linear-gradient(135deg,#ffb000 0%,#ff9d00 55%,#7d26a8 145%);overflow:hidden}
.sdm-shop-hero__visual:before{content:"";position:absolute;left:-105px;top:-45px;width:210px;height:340px;background:#fff;border-radius:50%;transform:rotate(7deg)}
.sdm-shop-hero__visual:after{content:"";position:absolute;right:22px;bottom:20px;width:42px;height:42px;border-right:6px solid #6a1b9a;border-top:6px solid #6a1b9a;transform:rotate(-3deg);opacity:.72}
.sdm-shop-hero__photo{position:absolute;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:50%;overflow:hidden;box-shadow:0 10px 25px rgba(70,33,0,.23);z-index:2;text-decoration:none}.sdm-shop-hero__photo img{width:100%!important;height:100%!important;object-fit:contain!important;margin:0!important;padding:8px;background:#fff}.sdm-shop-hero__photo--0{width:182px;height:182px;left:44px;bottom:-5px;z-index:4}.sdm-shop-hero__photo--1{width:150px;height:150px;left:205px;top:39px;z-index:3}.sdm-shop-hero__photo--2{width:126px;height:126px;right:24px;top:29px;z-index:2}
.sdm-shop-hero__emoji{position:absolute;font-size:92px;filter:drop-shadow(0 10px 12px rgba(0,0,0,.18));z-index:2}.sdm-shop-hero__emoji:nth-child(1){left:70px;bottom:15px}.sdm-shop-hero__emoji:nth-child(2){left:235px;top:48px;font-size:76px}.sdm-shop-hero__emoji:nth-child(3){right:35px;top:38px;font-size:72px}
.sdm-shop-market{display:grid;grid-template-columns:182px minmax(0,1fr);gap:12px;align-items:start}
.sdm-shop-categories{background:#fff;border:1px solid #e5e5e5;border-radius:10px;padding:6px;box-shadow:0 1px 2px rgba(0,0,0,.04);position:sticky;top:12px}
.sdm-shop-categories a{min-height:44px;display:flex;align-items:center;gap:9px;padding:0 12px;border-radius:7px;text-decoration:none!important;font-size:12px;font-weight:600;color:#2a2a2a!important}.sdm-shop-categories a span{width:20px;text-align:center;color:#777}.sdm-shop-categories a:hover{background:#fff8e7;color:var(--sdm-shop-accent)!important}.sdm-shop-categories a.is-active{background:linear-gradient(90deg,#ff9f00,#ffb51f);color:#2b1800!important;font-weight:800}.sdm-shop-categories a.is-active span{color:#6a1b9a}
.sdm-shop-content{min-width:0;background:#fff;border:1px solid #e5e5e5;border-radius:10px;padding:12px;box-shadow:0 1px 2px rgba(0,0,0,.04)}
.sdm-shop-toolbar{min-height:50px;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.sdm-shop-toolbar h2{font-size:20px;margin:0;font-weight:700}.sdm-shop-toolbar>div>small{display:block;color:#777;font-size:10px;margin-top:2px}.sdm-shop-toolbar form{margin:0;display:flex;align-items:center;gap:8px}.sdm-shop-toolbar label{font-size:11px;color:#777}.sdm-shop-toolbar select{height:36px!important;min-height:36px!important;border:1px solid #dedede!important;border-radius:7px!important;background:#fff!important;color:#333!important;padding:0 32px 0 11px!important;margin:0!important;font-size:12px;box-shadow:none!important}
.sdm-shop-products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
.sdm-shop-product{min-width:0;border:1px solid #e9e9e9;border-radius:8px;overflow:hidden;background:#fff;display:flex;flex-direction:column;transition:.16s}.sdm-shop-product:hover{box-shadow:0 7px 20px rgba(0,0,0,.10);transform:translateY(-1px)}
.sdm-shop-product__image{height:190px;display:flex;align-items:center;justify-content:center;background:#fff;position:relative;overflow:hidden;text-decoration:none}.sdm-shop-product__image img{width:100%!important;height:100%!important;object-fit:contain!important;margin:0!important;padding:10px}
.sdm-shop-product__body{padding:10px 11px 12px;display:flex;flex-direction:column;flex:1;min-height:160px}.sdm-shop-product__title{font-weight:500;font-size:12px;line-height:16px;min-height:32px;text-decoration:none!important;color:#333!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.sdm-shop-product__price{margin-top:7px;min-height:60px;color:#171717}.sdm-shop-product__price .sdm-market-price>span{font-size:20px!important;font-weight:600!important}.sdm-shop-product__price .sdm-old-price{font-size:10px!important}.sdm-shop-product__price .sdm-off-badge{font-size:9px!important}.sdm-shop-product__price small{font-size:9px!important;line-height:1.25!important}.sdm-shop-product__price .sdm-price-more{display:none!important}
.sdm-shop-product__shipping{margin-top:auto;padding-top:7px;font-size:10px;color:var(--sdm-green);font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

@media (max-width:1050px){
  .sdm-shop-hero__copy{padding-inline:24px}.sdm-shop-hero__copy ul{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px 14px}.sdm-shop-hero__copy h1{font-size:33px}
  .sdm-shop-products{grid-template-columns:repeat(4,minmax(0,1fr))}.sdm-shop-product__image{height:165px}
}
@media (max-width:900px){
  .sdm-shop-hero{grid-template-columns:1fr;min-height:0}.sdm-shop-hero__copy{min-height:210px}.sdm-shop-hero__visual{min-height:185px}.sdm-shop-hero__visual:before{display:none}.sdm-shop-hero__photo--0{left:17%;width:150px;height:150px}.sdm-shop-hero__photo--1{left:44%;width:130px;height:130px;top:28px}.sdm-shop-hero__photo--2{right:11%;width:110px;height:110px;top:25px}
  .sdm-shop-market{grid-template-columns:1fr}.sdm-shop-categories{position:static;display:flex;overflow:auto;scrollbar-width:none;padding:5px}.sdm-shop-categories::-webkit-scrollbar{display:none}.sdm-shop-categories a{flex:0 0 auto;min-height:38px;padding:0 10px}
  .sdm-shop-products{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:782px){
  .sdm-mercado-view-superstore .sdm-ml-main{padding-top:10px}.sdm-shop-hero{border-radius:8px;margin-bottom:9px}.sdm-shop-hero__copy{min-height:178px;padding:17px}.sdm-shop-hero__copy h1{font-size:27px}.sdm-shop-hero__copy p{font-size:12px}.sdm-shop-hero__copy ul{margin-top:14px;grid-template-columns:1fr 1fr;gap:7px}.sdm-shop-hero__copy li>b{width:25px;height:25px;flex-basis:25px;font-size:11px}.sdm-shop-hero__copy li strong{font-size:10px}.sdm-shop-hero__copy li small{font-size:8.5px}.sdm-shop-hero__visual{min-height:145px}.sdm-shop-hero__photo--0{left:10%;bottom:-5px;width:118px;height:118px}.sdm-shop-hero__photo--1{left:41%;top:17px;width:101px;height:101px}.sdm-shop-hero__photo--2{right:6%;top:17px;width:88px;height:88px}.sdm-shop-hero__emoji{font-size:66px!important}
  .sdm-shop-content{padding:8px;border-radius:8px}.sdm-shop-toolbar{align-items:flex-start;flex-direction:column;min-height:0;margin-bottom:8px}.sdm-shop-toolbar h2{font-size:17px}.sdm-shop-toolbar form{width:100%;justify-content:space-between}.sdm-shop-toolbar select{flex:1;max-width:220px;font-size:11px}
  .sdm-shop-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px}.sdm-shop-product__image{height:150px}.sdm-shop-product__body{padding:8px;min-height:146px}.sdm-shop-product__title{font-size:11px;line-height:14px;min-height:28px}.sdm-shop-product__price{min-height:55px}.sdm-shop-product__price .sdm-market-price>span{font-size:18px!important}.sdm-shop-product__shipping{font-size:9px}
}
@media (max-width:390px){.sdm-shop-product__image{height:136px}.sdm-shop-hero__copy ul li:nth-child(4){display:none}.sdm-shop-hero__copy ul{grid-template-columns:1fr 1fr}}

/* 1.0.24 — complementos ficam na coluna de preço e não estouram o buybox. */
.sdm-mercado-view-product .sdm-ml-product-info{align-self:start}
.sdm-mercado-view-product .sdm-ml-addons-slot{width:100%;max-width:100%;min-width:0}
.sdm-mercado-view-product .sdm-ml-buybox .sdm-ml-addcart form.cart>.sdm-product-addons{display:none!important}
@media (max-width:782px){
  .sdm-mercado-view-product .sdm-ml-product-info{margin-top:10px}
  .sdm-mercado-view-product .sdm-ml-addons-slot{margin-top:2px}
  .sdm-mercado-view-product .sdm-ml-buybox{margin-top:10px}
}

/* 1.0.25 — TESTE SOMENTE EM LANCHES.
   Produto de lanche usa a composição foto | informações/complementos | compra,
   aproveitando melhor a largura sem alterar os demais produtos. */
@media (min-width:1051px){
  .sdm-mercado-view-product .sdm-ml-single--lanches{
    grid-template-columns:minmax(0,420px) minmax(360px,1fr) 250px;
    gap:18px;
    padding:24px;
  }
  .sdm-mercado-view-product .sdm-ml-single--lanches .sdm-ml-gallery__main{height:470px}
  .sdm-mercado-view-product .sdm-ml-single--lanches .sdm-ml-product-info h1{font-size:24px}
  .sdm-mercado-view-product .sdm-ml-single--lanches .sdm-ml-short-description{margin-top:12px;line-height:1.4}
  .sdm-mercado-view-product .sdm-ml-single--lanches .sdm-ml-buybox{padding:16px}
}

@media (min-width:783px) and (max-width:1050px){
  .sdm-mercado-view-product .sdm-ml-single--lanches{
    grid-template-columns:minmax(0,390px) minmax(0,1fr);
    gap:18px;
    padding:20px;
  }
  .sdm-mercado-view-product .sdm-ml-single--lanches .sdm-ml-buybox{grid-column:2}
  .sdm-mercado-view-product .sdm-ml-single--lanches .sdm-ml-gallery__main{height:400px}
}

@media (max-width:782px){
  .sdm-mercado-view-product .sdm-ml-single--lanches{padding:11px}
  .sdm-mercado-view-product .sdm-ml-single--lanches .sdm-ml-gallery__main{height:min(69vw,300px)}
  .sdm-mercado-view-product .sdm-ml-single--lanches .sdm-ml-gallery__thumbs button{flex-basis:42px;width:42px;height:42px}
  .sdm-mercado-view-product .sdm-ml-single--lanches .sdm-ml-product-info{margin-top:9px}
  .sdm-mercado-view-product .sdm-ml-single--lanches .sdm-ml-product-info__seller{font-size:12px;margin-bottom:5px}
  .sdm-mercado-view-product .sdm-ml-single--lanches .sdm-ml-product-info h1{font-size:18px;line-height:1.2;margin-bottom:5px}
  .sdm-mercado-view-product .sdm-ml-single--lanches .sdm-ml-single-price{margin:8px 0 7px}
  .sdm-mercado-view-product .sdm-ml-single--lanches .sdm-ml-single-price .sdm-market-price>span{font-size:29px!important}
  .sdm-mercado-view-product .sdm-ml-single--lanches .sdm-ml-buybox{margin-top:9px;padding:11px}
  body.sdm-lanche-addons-active{padding-bottom:128px!important}
}


/* v1.0.43 — ajuste fino do menu principal: mobile mais legível sem perder Lanches. */
@media (min-width:783px){
  body.sdm-mercado-ui .sdm-ml-nav .sdm-ml-container{justify-content:center;gap:22px}
}
@media (max-width:782px){
  body.sdm-mercado-ui .sdm-ml-nav .sdm-ml-container{
    width:100%;max-width:none;margin-inline:0;padding:0 4px;gap:7px;overflow-x:auto;
  }
  body.sdm-mercado-ui .sdm-ml-nav a{font-size:10.5px;line-height:1;letter-spacing:-.02em;flex:0 0 auto}
  body.sdm-mercado-ui .sdm-ml-nav-lanches{min-width:48px}
  body.sdm-mercado-ui .sdm-ml-nav-lanches img{width:48px!important;height:21px!important}
}

/* v1.0.45 — remove de vez o espaço vazio pós-botão e sobe o texto. */
.sdm-mercado-view-product .sdm-ml-buybox .sdm-ml-addcart .added_to_cart,
.sdm-mercado-view-product .sdm-ml-buybox .sdm-ml-addcart a.added_to_cart,
.sdm-mercado-view-product .sdm-ml-buybox .sdm-ml-addcart .wc-forward,
.sdm-mercado-view-product .sdm-ml-buybox .sdm-ml-addcart a.wc-forward{
  display:none!important;
  visibility:hidden!important;
  height:0!important;
  max-height:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:hidden!important;
}
.sdm-mercado-view-product .sdm-ml-buybox .sdm-ml-addcart{margin-bottom:0!important;padding-bottom:0!important}
.sdm-mercado-view-product .sdm-ml-buybox .sdm-ml-addcart form.cart{margin-bottom:0!important}
.sdm-mercado-view-product .sdm-ml-buybox>small{display:block;margin-top:8px!important;margin-bottom:0!important;padding-top:0!important}

/* v1.0.46 — o aviso fica dentro do bloco de compra, imediatamente após o form.
   O link/placeholder "ver carrinho" gerado após o clique não ocupa espaço. */
.sdm-mercado-view-product .sdm-ml-buybox .sdm-ml-addcart{margin-bottom:0!important;padding-bottom:0!important}
.sdm-mercado-view-product .sdm-ml-buybox .sdm-ml-addcart form.cart{margin-bottom:0!important}
.sdm-mercado-view-product .sdm-ml-buybox .sdm-ml-addcart>a.added_to_cart,
.sdm-mercado-view-product .sdm-ml-buybox .sdm-ml-addcart>a.wc-forward,
.sdm-mercado-view-product .sdm-ml-buybox .sdm-ml-addcart>.added_to_cart,
.sdm-mercado-view-product .sdm-ml-buybox .sdm-ml-addcart>.wc-forward{display:none!important;height:0!important;min-height:0!important;max-height:0!important;margin:0!important;padding:0!important;border:0!important;overflow:hidden!important}
.sdm-mercado-view-product .sdm-ml-buybox .sdm-ml-addcart>.sdm-ml-buybox-note{display:block!important;color:#777!important;font-size:11px!important;line-height:1.35!important;margin:8px 0 0!important;padding:0!important}


/* v1.0.60 — rádio AO VIVO ao lado da busca.
   Esta regra fica no CSS principal do cabeçalho para não depender de inline style. */
.sdm-ml-header__main{
  grid-template-columns:220px minmax(0,1fr) 235px!important;
  gap:12px!important;
  align-items:center!important;
  overflow:visible!important;
}
.sdm-ml-search-stack{
  min-width:0!important;
  width:100%!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 108px!important;
  gap:8px!important;
  align-items:stretch!important;
  overflow:visible!important;
}
.sdm-ml-search-stack .sdm-ml-search{
  min-width:0!important;
  width:100%!important;
  height:42px!important;
  margin:0!important;
  grid-column:auto!important;
  grid-row:auto!important;
}
.sdm-ml-search-stack .snc-radio-live-btn{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  width:108px!important;
  min-width:108px!important;
  max-width:108px!important;
  height:42px!important;
  min-height:42px!important;
  margin:0!important;
  padding:0 10px!important;
  border:0!important;
  border-radius:9px!important;
  background:#e31b23!important;
  color:#fff!important;
  box-shadow:0 2px 7px rgba(137,0,0,.22)!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:.045em!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
  cursor:pointer!important;
  box-sizing:border-box!important;
  overflow:visible!important;
}
.sdm-ml-search-stack .snc-radio-live-dot{
  display:block!important;
  flex:0 0 9px!important;
  width:9px!important;
  height:9px!important;
  border-radius:50%!important;
  background:#fff!important;
}
.sdm-ml-search-stack .snc-radio-search-label{
  display:block!important;
  color:#fff!important;
  font:inherit!important;
  line-height:1!important;
}
.sdm-ml-search-stack .snc-radio-live-btn.is-playing .snc-radio-live-dot,
.sdm-ml-search-stack .snc-radio-live-btn.is-loading .snc-radio-live-dot{
  animation:sdmRadioPulseMain 1.1s infinite!important;
}
.sdm-ml-search-stack .snc-radio-live-btn.is-loading{background:#f04444!important}
.sdm-ml-search-stack .snc-radio-live-btn.is-error{background:#971c25!important}
@keyframes sdmRadioPulseMain{
  0%{box-shadow:0 0 0 0 rgba(255,255,255,.8)}
  70%{box-shadow:0 0 0 8px rgba(255,255,255,0)}
  100%{box-shadow:0 0 0 0 rgba(255,255,255,0)}
}

@media(max-width:1050px) and (min-width:783px){
  .sdm-ml-header__main{grid-template-columns:180px minmax(0,1fr) 190px!important;gap:10px!important}
  .sdm-ml-search-stack{grid-template-columns:minmax(0,1fr) 100px!important}
  .sdm-ml-search-stack .snc-radio-live-btn{width:100px!important;min-width:100px!important;max-width:100px!important}
}

@media(max-width:782px){
  .sdm-ml-header__main{
    width:calc(100% - 20px)!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    gap:8px!important;
    align-items:center!important;
  }
  .sdm-ml-brand{grid-column:1!important;grid-row:1!important}
  .sdm-ml-header__actions{grid-column:2!important;grid-row:1!important}
  .sdm-ml-search-stack{
    grid-column:1/-1!important;
    grid-row:2!important;
    grid-template-columns:minmax(0,1fr) 92px!important;
    gap:7px!important;
    width:100%!important;
    min-width:0!important;
  }
  .sdm-ml-search-stack .sdm-ml-search{
    grid-column:auto!important;
    grid-row:auto!important;
    height:39px!important;
    min-width:0!important;
  }
  .sdm-ml-search-stack .snc-radio-live-btn{
    width:92px!important;
    min-width:92px!important;
    max-width:92px!important;
    height:39px!important;
    min-height:39px!important;
    padding:0 7px!important;
    font-size:10.5px!important;
    border-radius:8px!important;
  }
  .sdm-ml-search-stack .snc-radio-live-dot{width:8px!important;height:8px!important;flex-basis:8px!important}
}

@media(max-width:370px){
  .sdm-ml-search-stack{grid-template-columns:minmax(0,1fr) 84px!important;gap:6px!important}
  .sdm-ml-search-stack .snc-radio-live-btn{width:84px!important;min-width:84px!important;max-width:84px!important;font-size:10px!important;padding:0 5px!important;gap:5px!important}
}


/* v1.0.71 — status público do horário das lojas */
/* v1.0.73 — cards/loja sem bolinha; indicador pequeno mantido apenas no status do produto */
.sdm-ml-store-hours__dot{display:inline-block!important;width:8px!important;height:8px!important;min-width:8px!important;flex:0 0 8px!important;border-radius:50%!important;background:currentColor!important;font-size:0!important;line-height:8px!important;overflow:hidden!important;box-shadow:none!important}
.sdm-ml-store-hours.is-card .sdm-ml-store-hours__dot{margin-top:3px!important}
.sdm-ml-store-hours.is-product .sdm-ml-store-hours__dot{margin-top:3px!important}
@media(max-width:782px){.sdm-ml-store-hours__dot{width:7px!important;height:7px!important;min-width:7px!important;flex-basis:7px!important}.sdm-ml-store-hours.is-card .sdm-ml-store-hours__dot,.sdm-ml-store-hours.is-product .sdm-ml-store-hours__dot{margin-top:2px!important}}

.sdm-ml-store-hours{box-sizing:border-box}
.sdm-ml-store-hours.is-card{display:flex;align-items:flex-start;gap:5px;margin-top:6px;font-size:11px;line-height:1.25;color:#5f6368;white-space:normal}
.sdm-ml-store-hours.is-card strong{display:inline!important;font-size:11px!important;font-weight:700!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;color:inherit!important}
.sdm-ml-store-hours.is-card.is-open{color:#237a3b}.sdm-ml-store-hours.is-card.is-closed{color:#a61b1b}
.sdm-ml-store-hours.is-store{display:inline-flex;align-items:center;gap:7px;margin-top:7px;padding:6px 10px;border-radius:999px;font-size:12px;line-height:1.2;background:#f6f7f8;border:1px solid #eceff1}
.sdm-ml-store-hours.is-store.is-open{color:#176b36;background:#eef9f1;border-color:#cfead7}.sdm-ml-store-hours.is-store.is-closed{color:#9d1c1c;background:#fff2f2;border-color:#ffd2d2}
.sdm-ml-store-hours.is-product{display:flex;align-items:flex-start;gap:8px;margin:0 0 12px;padding:10px 11px;border-radius:7px;border:1px solid #e5e7eb;background:#fafafa;line-height:1.25}
.sdm-ml-store-hours.is-product>span:last-child{display:block;min-width:0}.sdm-ml-store-hours.is-product strong{display:block;font-size:12px;margin:0 0 2px}.sdm-ml-store-hours.is-product small{display:block;font-size:11px;line-height:1.35;color:#666}
.sdm-ml-store-hours.is-product.is-open{background:#eef9f1;border-color:#cfead7}.sdm-ml-store-hours.is-product.is-open strong{color:#176b36}
.sdm-ml-store-hours.is-product.is-closed{background:#fff2f2;border-color:#ffd2d2}.sdm-ml-store-hours.is-product.is-closed strong{color:#a61b1b}
@media(max-width:782px){.sdm-ml-store-hours.is-card{font-size:10px;margin-top:5px}.sdm-ml-store-hours.is-card strong{font-size:10px!important}.sdm-ml-store-hours.is-store{font-size:11px;padding:5px 8px}.sdm-ml-store-hours.is-product{margin-bottom:10px;padding:9px 10px}}
