:root{
  --brand:#2563eb;--brand-dark:#1d4ed8;--brand-soft:#eaf2ff;--accent:#6d28d9;
  --text:#222;--muted:#737373;--line:#dedede;--bg:#ebebeb;--surface:#fff;
  --success:#00a650;--warning:#f5a623;--danger:#e5484d;--shadow:0 1px 2px rgba(0,0,0,.12);
  --radius:6px;--container:1184px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:var(--bg);font-size:14px;line-height:1.4}a{color:#3483fa;text-decoration:none}a:hover{text-decoration:none}button,input,select{font:inherit}.container{width:min(var(--container),calc(100% - 32px));margin:auto}.hidden{display:none!important}
/* Header */
.site-header{background:var(--brand);color:#fff;position:relative;z-index:30}.header-main{height:66px;display:grid;grid-template-columns:160px minmax(360px,590px) 1fr;gap:20px;align-items:center}.brand{display:flex;align-items:center;gap:9px;color:#fff;font-weight:800;font-size:21px;letter-spacing:-.7px}.brand-mark{width:38px;height:38px;border-radius:12px;background:#fff;color:var(--brand);display:grid;place-items:center;font-size:20px;font-weight:900;box-shadow:0 1px 2px rgba(0,0,0,.12)}.search-wrap{position:relative}.search-box{height:42px;background:#fff;display:flex;align-items:center;border-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,.2);overflow:hidden}.search-box input{border:0;outline:0;flex:1;padding:0 16px;font-size:15px;color:#333}.search-box button{width:48px;height:100%;border:0;border-left:1px solid #eee;background:#fff;color:#666;cursor:pointer}.header-promo{justify-self:end;background:#fff;color:#172554;padding:8px 16px;border-radius:18px;font-weight:700;white-space:nowrap}.header-nav{height:40px;display:flex;align-items:center;justify-content:space-between}.nav-left,.nav-right{display:flex;align-items:center;gap:20px}.header-nav a{color:#fff;font-size:13px}.nav-location{display:flex;align-items:center;gap:6px;opacity:.96}.nav-location small{display:block;font-size:10px;opacity:.8}.cart-link{position:relative}.cart-count{position:absolute;top:-9px;right:-10px;background:#fff;color:var(--brand);font-weight:700;min-width:18px;height:18px;border-radius:9px;display:grid;place-items:center;font-size:10px}.mega-menu{position:absolute;left:0;right:0;top:106px;background:#fff;color:#222;box-shadow:0 12px 30px rgba(0,0,0,.16);display:none}.mega-menu.open{display:block}.mega-inner{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;padding:28px 0}.mega-inner h4{margin:0 0 12px;font-size:15px}.mega-inner a{display:block;color:#555;margin:8px 0}.autocomplete{position:absolute;top:47px;left:0;right:0;background:#fff;border-radius:4px;box-shadow:0 9px 25px rgba(0,0,0,.22);z-index:60;display:none;overflow:hidden}.autocomplete.open{display:block}.auto-group{padding:10px 0;border-bottom:1px solid #eee}.auto-label{padding:0 14px 6px;color:#777;font-size:11px;text-transform:uppercase}.auto-item{display:flex;align-items:center;gap:11px;padding:8px 14px;color:#333}.auto-item:hover{background:#f5f5f5}.auto-item img{width:42px;height:42px;object-fit:contain;border:1px solid #eee;border-radius:4px}.auto-item strong{display:block}.auto-item small{color:#666}
/* Hero/Home */
.hero{background:linear-gradient(180deg,#dbeafe 0,#dbeafe 72%,#ebebeb 100%);min-height:485px;padding-top:0}.hero-banner{height:360px;position:relative;overflow:hidden}.hero-copy{position:absolute;left:44px;top:66px;max-width:390px;z-index:2}.eyebrow{display:inline-block;background:#fff;color:#1e3a8a;font-weight:700;padding:7px 16px;border-radius:18px;margin-bottom:14px}.hero-copy h1{font-size:52px;line-height:.98;letter-spacing:-2px;margin:0 0 12px;color:#172554}.hero-copy p{font-size:20px;margin:0 0 20px;color:#334155}.hero-copy .hero-btn{display:inline-flex;align-items:center;height:42px;padding:0 20px;background:var(--brand);color:#fff;border-radius:5px;font-weight:700}.hero-art{position:absolute;right:70px;top:20px;width:600px;height:340px}.hero-dots{position:absolute;bottom:15px;left:50%;transform:translateX(-50%);display:flex;gap:5px}.hero-dots i{width:6px;height:6px;border-radius:50%;background:#fff;border:1px solid #9ca3af}.hero-dots i.active{background:var(--brand)}.home-quick{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;margin-top:-2px;position:relative;z-index:4}.quick-card{background:#fff;border-radius:6px;min-height:230px;box-shadow:var(--shadow);padding:16px;display:flex;flex-direction:column}.quick-card h3{font-size:16px;margin:0 0 14px;font-weight:500}.quick-ico{height:96px;display:grid;place-items:center}.quick-ico .bubble{width:78px;height:78px;border-radius:50% 43% 46% 49%;background:#f1f3f4;display:grid;place-items:center;color:var(--brand);font-size:32px;font-weight:700}.quick-card p{font-size:13px;color:#444;text-align:center;margin:auto 0 10px}.quick-card .qbtn{height:25px;background:#eaf2ff;color:#3483fa;border-radius:4px;display:grid;place-items:center;font-weight:600;font-size:12px}.quick-product img{width:78px;height:88px;object-fit:contain}.quick-product .qp-title{font-size:12px;margin:4px 0;color:#333}.quick-product .old{font-size:11px;color:#888;text-decoration:line-through}.quick-product .price{font-size:18px}.quick-product .discount{font-size:11px;color:var(--success)}
.section{margin-top:42px}.section-card{background:#fff;border-radius:6px;box-shadow:var(--shadow);padding:22px}.section-head{display:flex;align-items:baseline;gap:18px;margin-bottom:18px}.section-head h2{font-size:24px;font-weight:400;margin:0}.section-head a{font-size:14px}.product-row{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;background:#e6e6e6;border:1px solid #e6e6e6;border-radius:6px;overflow:hidden}.product-card{background:#fff;min-width:0;transition:.18s ease;position:relative}.product-card:hover{box-shadow:0 6px 18px rgba(0,0,0,.14);z-index:2}.product-card .media{height:215px;padding:12px;display:grid;place-items:center;border-bottom:1px solid #eee}.product-card .media img{max-width:100%;max-height:100%;object-fit:contain}.product-card .pc-body{padding:14px}.product-card h3{font-size:14px;font-weight:400;line-height:1.35;margin:0 0 8px;min-height:38px;color:#333}.rating{display:flex;align-items:center;gap:5px;color:#3483fa;font-size:12px}.stars{letter-spacing:1px;color:#3483fa}.old-price{color:#8c8c8c;text-decoration:line-through;font-size:12px;margin-top:9px}.price-line{display:flex;align-items:center;gap:6px}.price{font-size:22px;color:#222}.off{background:var(--success);color:#fff;border-radius:2px;padding:1px 4px;font-size:11px;font-weight:700}.installments{color:var(--success);font-size:12px}.digital{color:var(--success);font-size:12px;font-weight:600;margin-top:6px}.categories-strip{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.cat-tile{background:#fff;border-radius:6px;box-shadow:var(--shadow);min-height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#333}.cat-tile .cat-icon{width:62px;height:62px;border-radius:50%;background:#eff6ff;color:var(--brand);display:grid;place-items:center;font-size:22px;font-weight:800}.cat-tile:hover{color:var(--brand)}.benefits{display:grid;grid-template-columns:repeat(3,1fr);background:#fff;border-radius:6px;box-shadow:var(--shadow);overflow:hidden}.benefit{padding:28px;border-right:1px solid #eee;display:flex;gap:16px;align-items:center}.benefit:last-child{border-right:0}.benefit-icon{width:52px;height:52px;border-radius:50%;background:#f4f4f4;display:grid;place-items:center;color:var(--brand);font-size:22px}.benefit h3{margin:0 0 4px;font-size:15px}.benefit p{margin:0;color:#777;font-size:12px}
/* Product page */
.page-top-note{padding:18px 0 8px;font-size:13px}.breadcrumbs{display:flex;align-items:center;gap:8px;color:#777;padding:10px 0 12px}.breadcrumbs a{font-size:13px}.product-shell{background:#fff;border-radius:6px;box-shadow:var(--shadow);padding:24px;display:grid;grid-template-columns:minmax(440px,1.45fr) minmax(280px,.78fr) 310px;gap:24px;align-items:start}.gallery{display:grid;grid-template-columns:56px 1fr;gap:18px;min-width:0}.thumbs{display:flex;flex-direction:column;gap:8px}.thumb{width:56px;height:56px;border:1px solid #bbb;border-radius:4px;background:#fff;padding:3px;cursor:pointer}.thumb.active{border:2px solid #3483fa}.thumb img{width:100%;height:100%;object-fit:contain}.main-image{height:540px;display:grid;place-items:center}.main-image img{max-width:96%;max-height:94%;object-fit:contain}.product-info{padding-top:26px}.product-meta-top{font-size:13px;color:#888;margin-bottom:20px}.product-info h1{font-size:24px;line-height:1.2;margin:0 0 16px;font-weight:600;letter-spacing:-.3px}.product-info .rating{margin-bottom:15px}.product-info .big-price{font-size:32px;line-height:1;margin:0}.product-info .old-price{margin-top:18px}.product-info .pay-link{font-size:13px;margin-top:6px}.variation-label{margin-top:26px;font-size:15px}.variation-swatch{margin-top:8px;width:48px;height:48px;border:2px solid #3483fa;border-radius:6px;padding:3px;display:grid;place-items:center}.variation-swatch img{max-width:100%;max-height:100%}.favorite{float:right;color:#3483fa;font-size:26px;line-height:1}.buy-box{border:1px solid #ddd;border-radius:7px;padding:18px;position:sticky;top:16px}.badge-green{display:inline-block;background:var(--success);color:#fff;font-size:11px;font-weight:700;padding:2px 5px}.buy-box h3{font-size:16px;color:var(--success);margin:18px 0 0}.buy-box p{margin:4px 0;color:#555}.buy-box .small-link{font-size:13px}.stock{margin-top:24px}.qty{margin:10px 0 24px}.btn{height:48px;border:0;border-radius:6px;padding:0 16px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center}.btn-primary{background:#3483fa;color:#fff}.btn-primary:hover{background:#2968c8}.btn-secondary{background:rgba(65,137,230,.15);color:#3483fa;margin-top:8px}.seller-info{margin-top:25px;font-size:12px}.trust-list{margin-top:20px;display:grid;gap:16px;color:#777;font-size:12px}.trust-list div{display:flex;gap:8px}.product-lower{display:grid;grid-template-columns:1fr 310px;gap:24px;margin-top:0;background:#fff;padding:0 24px 30px;border-radius:0 0 6px 6px}.lower-main{min-width:0}.separator{height:1px;background:#e5e5e5;margin:26px 0 38px}.related-inline h2,.content-title{font-size:24px;font-weight:400;margin:0 0 24px}.related-3{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.related-3 .product-card{border:1px solid #ddd;border-radius:6px;overflow:hidden}.related-3 .media{height:220px}.side-column{padding-top:30px}.side-panel{border:1px solid #ddd;border-radius:7px;padding:18px;margin-bottom:24px}.side-panel h3{font-weight:400;font-size:20px;margin:0 0 16px}.pay-method{display:flex;align-items:center;gap:10px;margin:14px 0}.pay-logo{min-width:46px;height:28px;border-radius:4px;background:#f3f4f6;display:grid;place-items:center;font-size:11px;font-weight:700}.seller-card .seller-head{display:flex;align-items:center;gap:12px}.seller-avatar{width:48px;height:48px;border:1px solid #ddd;border-radius:50%;display:grid;place-items:center;font-size:22px;font-weight:700}.seller-card .seller-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin:18px 0}.seller-card .stat{text-align:center;font-size:11px}.seller-card .stat strong{display:block;font-size:13px}.seller-card .line{height:5px;background:linear-gradient(90deg,#fca5a5 0 20%,#fde68a 20% 55%,#bbf7d0 55% 80%,#16a34a 80%);margin:10px 0}.spec-section,.description-section,.faq-section,.reviews-section{padding-top:8px}.spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}.spec-grid h3{font-size:15px;margin:0 0 16px}.spec-table{border-radius:5px;overflow:hidden;border:1px solid #eee}.spec-row{display:grid;grid-template-columns:1fr 1fr;padding:14px 16px;font-size:12px}.spec-row:nth-child(odd){background:#eee}.description-section p{font-size:18px;line-height:1.55;color:#777}.faq-input{display:grid;grid-template-columns:1fr 185px;gap:10px;max-width:805px}.faq-input input{height:50px;border:1px solid #aaa;border-radius:6px;padding:0 14px}.reviews-summary{display:grid;grid-template-columns:180px 1fr;gap:40px;align-items:start}.score-big{font-size:46px;color:#3483fa;line-height:1}.bar-row{display:grid;grid-template-columns:35px 1fr 40px;gap:8px;align-items:center;margin:7px 0}.bar{height:7px;background:#eee;border-radius:4px;overflow:hidden}.bar span{display:block;height:100%;background:#3483fa}.review{padding:22px 0;border-top:1px solid #eee}.review h4{margin:5px 0}.review p{color:#555}.product-tail{padding:0 0 50px}.reco-bg{background:#ebebeb;padding:38px 0}.reco-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
/* Category/Search */
.catalog-head{padding:28px 0 16px}.catalog-head h1{font-size:28px;font-weight:400;margin:0 0 8px}.catalog-head p{color:#777;margin:0}.catalog-layout{display:grid;grid-template-columns:250px 1fr;gap:28px;padding-bottom:50px}.filters h3{font-size:16px;margin:0 0 16px}.filter-group{border-bottom:1px solid #ddd;padding:0 0 18px;margin-bottom:18px}.filter-group a,.filter-group label{display:block;color:#555;margin:9px 0;font-size:13px}.filter-group input{margin-right:7px}.catalog-main-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.catalog-main-head span{color:#777}.sort{height:38px;border:1px solid #ddd;background:#fff;border-radius:5px;padding:0 10px}.catalog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.catalog-grid .product-card{border-radius:6px;overflow:hidden;box-shadow:var(--shadow)}.catalog-grid .media{height:250px}.pagination{display:flex;justify-content:center;gap:8px;margin-top:28px}.pagination a{width:36px;height:36px;background:#fff;border-radius:4px;display:grid;place-items:center;color:#555}.pagination a.active{background:#3483fa;color:#fff}
/* Cart/Checkout */
.content-page{padding:34px 0 60px}.content-page h1{font-size:28px;font-weight:400}.cart-layout,.checkout-layout{display:grid;grid-template-columns:1fr 340px;gap:24px}.box{background:#fff;border-radius:6px;box-shadow:var(--shadow)}.cart-item{padding:22px;display:grid;grid-template-columns:100px 1fr auto;gap:18px;border-bottom:1px solid #eee}.cart-item img{width:100px;height:100px;object-fit:contain}.cart-item h3{font-size:16px;font-weight:400;margin:8px 0}.cart-item .meta{font-size:12px;color:#777}.cart-item .actions{margin-top:22px}.summary-box{padding:22px;position:sticky;top:20px}.summary-box h2{font-size:18px;font-weight:400;margin:0 0 18px}.summary-row{display:flex;justify-content:space-between;margin:13px 0;color:#555}.summary-row.total{font-size:20px;color:#222;border-top:1px solid #eee;padding-top:18px}.checkout-form{padding:22px}.checkout-form h2{font-size:20px;font-weight:400;margin:0 0 20px}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{display:grid;gap:6px}.field.full{grid-column:1/-1}.field label{font-size:12px;color:#555}.field input,.field select{height:44px;border:1px solid #ccc;border-radius:5px;padding:0 12px;background:#fff}.payment-option{border:1px solid #ddd;border-radius:6px;padding:15px;margin:10px 0;display:flex;align-items:center;gap:10px}.payment-option.active{border:2px solid #3483fa;background:#f7fbff}
/* Account */
.account-layout{display:grid;grid-template-columns:250px 1fr;gap:24px}.account-nav{padding:12px 0}.account-nav a{display:block;padding:13px 18px;color:#444}.account-nav a.active{background:#eaf2ff;color:#3483fa;border-left:3px solid #3483fa}.account-main{padding:26px}.account-profile{display:flex;align-items:center;gap:16px}.avatar{width:64px;height:64px;background:#eff6ff;border-radius:50%;display:grid;place-items:center;color:var(--brand);font-size:24px;font-weight:700}.download-card{display:grid;grid-template-columns:86px 1fr auto;gap:16px;padding:18px;border:1px solid #eee;border-radius:6px;margin-top:14px;align-items:center}.download-card img{width:76px;height:76px;object-fit:contain}.download-card h3{margin:0 0 5px;font-size:15px}.download-card p{margin:0;color:#777;font-size:12px}
/* 404 */
.notfound{text-align:center;padding:90px 20px}.notfound .code{font-size:100px;font-weight:700;color:#cbd5e1;line-height:1}.notfound h1{font-size:28px;font-weight:400}.notfound p{color:#777}.notfound .search-box{max-width:600px;margin:26px auto}
/* Footer */
.site-footer{margin-top:48px;background:#fff;border-top:1px solid #ddd}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:30px;padding:40px 0}.footer-grid h4{margin:0 0 13px}.footer-grid a{display:block;color:#666;margin:8px 0;font-size:12px}.footer-brand{color:#222}.footer-brand .brand-mark{background:var(--brand);color:#fff}.footer-note{border-top:1px solid #eee;padding:18px 0;color:#777;font-size:11px}
/* Mobile */
.mobile-menu-btn{display:none}.mobile-buybar{display:none}
@media(max-width:1100px){.header-main{grid-template-columns:150px 1fr auto}.header-promo{display:none}.home-quick{grid-template-columns:repeat(3,1fr)}.product-shell{grid-template-columns:1.2fr .8fr}.buy-box{grid-column:2}.gallery{grid-row:span 2}.product-lower{grid-template-columns:1fr}.side-column{display:none}.product-row{grid-template-columns:repeat(4,1fr)}.product-row .product-card:nth-child(5){display:none}.reco-grid{grid-template-columns:repeat(4,1fr)}.reco-grid .product-card:nth-child(5){display:none}.categories-strip{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){body{padding-bottom:68px}.container{width:min(100% - 20px,var(--container))}.header-main{height:auto;display:grid;grid-template-columns:44px 1fr 44px;gap:8px;padding:10px 0}.mobile-menu-btn{display:grid;place-items:center;background:transparent;border:0;color:#fff;font-size:22px}.brand{justify-self:center;font-size:18px}.brand-mark{width:32px;height:32px}.search-wrap{grid-column:1/-1;grid-row:2}.search-box{height:40px}.header-nav{display:none}.hero{min-height:530px}.hero-banner{height:360px}.hero-copy{left:22px;top:34px;max-width:58%}.hero-copy h1{font-size:34px}.hero-copy p{font-size:15px}.hero-art{right:-125px;top:92px;width:430px}.home-quick{grid-template-columns:repeat(2,1fr);gap:9px;margin-top:-4px}.quick-card{min-height:202px;padding:12px}.quick-card:nth-child(n+5){display:none}.section{margin-top:28px}.section-card{padding:15px}.section-head h2{font-size:20px}.product-row{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;background:transparent;border:0;gap:10px}.product-row .product-card,.product-row .product-card:nth-child(5){display:block;min-width:210px;scroll-snap-align:start;border:1px solid #eee;border-radius:6px}.product-card .media{height:170px}.categories-strip{grid-template-columns:repeat(2,1fr)}.benefits{grid-template-columns:1fr}.benefit{border-right:0;border-bottom:1px solid #eee}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.page-top-note{display:none}.breadcrumbs{white-space:nowrap;overflow:auto}.product-shell{display:block;padding:16px;border-radius:0}.gallery{display:flex;flex-direction:column-reverse}.thumbs{flex-direction:row;overflow-x:auto}.thumb{min-width:50px}.main-image{height:350px}.product-info{padding-top:10px}.product-info h1{font-size:21px}.favorite{font-size:24px}.buy-box{position:static;margin-top:20px}.product-lower{display:block;padding:0 16px 25px}.related-3{display:flex;overflow-x:auto;gap:10px}.related-3 .product-card{min-width:210px}.related-3 .media{height:175px}.spec-grid{grid-template-columns:1fr;gap:18px}.faq-input{grid-template-columns:1fr}.reviews-summary{grid-template-columns:1fr}.reco-grid{display:flex;overflow-x:auto}.reco-grid .product-card,.reco-grid .product-card:nth-child(5){display:block;min-width:210px}.mobile-buybar{display:grid;grid-template-columns:1fr 1.6fr;align-items:center;gap:10px;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #ddd;padding:9px 12px calc(9px + env(safe-area-inset-bottom));z-index:70}.mobile-buybar strong{font-size:19px}.mobile-buybar .btn{height:46px}.catalog-layout{grid-template-columns:1fr}.filters{display:none}.catalog-grid{grid-template-columns:repeat(2,1fr);gap:8px}.catalog-grid .media{height:160px}.catalog-grid .pc-body{padding:10px}.cart-layout,.checkout-layout,.account-layout{grid-template-columns:1fr}.summary-box{position:static}.cart-item{grid-template-columns:75px 1fr}.cart-item img{width:75px;height:75px}.cart-item>div:last-child{grid-column:2;text-align:left!important}.field-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.account-nav{display:flex;overflow:auto}.account-nav a{white-space:nowrap;border-left:0!important;border-bottom:3px solid transparent}.account-nav a.active{border-bottom-color:#3483fa}.download-card{grid-template-columns:64px 1fr}.download-card img{width:60px;height:60px}.download-card .btn{grid-column:1/-1}.mega-menu{top:0;position:fixed;height:100vh;width:min(88vw,360px);right:auto;display:block;transform:translateX(-105%);transition:.2s;overflow:auto}.mega-menu.open{transform:translateX(0)}.mega-inner{grid-template-columns:1fr;padding:25px}.site-footer{margin-top:20px}}

/* =============================================================
   WooCommerce funcional — integra o design aprovado aos dados reais
   ============================================================= */
body.unsualsoft-commerce{min-height:100vh}.brand-logo .custom-logo-link{display:flex;align-items:center}.brand-logo img{max-height:44px;width:auto}.footer-about{color:#777;font-size:12px;max-width:250px}.footer-grid .brand-logo img{max-height:42px}.woocommerce-breadcrumb{margin:0!important;color:#777!important;font-size:13px!important}.woocommerce-breadcrumb a{color:#3483fa}.woocommerce-products-header__description,.term-description{color:#777;max-width:820px}.media-badge{position:absolute;left:12px;top:12px;background:var(--success);color:#fff;font-size:10px;font-weight:800;padding:4px 7px;border-radius:3px}.product-card .media{position:relative}.product-card .media .woocommerce-placeholder{max-width:80%;opacity:.55}.card-price-wrap .price ins,.product-price-main ins,.buy-price ins{background:none;text-decoration:none}.card-price-wrap .price del,.product-price-main del,.buy-price del{color:#8c8c8c;font-size:.72em;margin-right:6px}.card-actions{display:grid;grid-template-columns:1fr;gap:7px;margin-top:12px}.card-buy,.card-cart{min-height:36px;border-radius:5px;display:flex!important;align-items:center;justify-content:center!important;font-size:12px!important;font-weight:700!important;text-align:center;padding:8px 10px!important;line-height:1.2!important}.card-buy{background:#3483fa;color:#fff}.card-buy:hover{background:#2968c8;color:#fff}.card-cart{background:#eaf2ff!important;color:#3483fa!important;border:0!important;margin:0!important}.card-cart:hover{background:#dbeafe!important}.product-card a.added_to_cart{display:block;text-align:center;font-size:11px;margin-top:6px}.rating-empty{color:#8b8b8b}.rating-link{display:inline-block;margin-bottom:8px}.rating-link .rating{margin:0}.cat-tile small{color:#888}.empty-box{padding:30px}.generic-result{padding:18px}.generic-result h2{font-size:18px;margin:0 0 10px}.notfound-home{display:inline-flex;margin-top:12px}.auto-empty{padding:18px;color:#666}

/* Página de produto real */
.single-product-page{padding-bottom:10px}.product-price-main{font-size:31px;margin:16px 0 12px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.product-price-main .price,.product-price-main .woocommerce-Price-amount{font-size:31px}.product-short-description{color:#555;font-size:14px;line-height:1.55;margin-top:18px}.product-short-description p{margin:0 0 10px}.quick-features{border-top:1px solid #eee;margin-top:22px;padding-top:15px;display:grid;gap:8px;color:#555;font-size:13px}.buy-price{font-size:27px;margin:18px 0}.buy-price .woocommerce-Price-amount{font-size:27px}.native-cart-form{margin-top:9px}.native-cart-form form.cart{margin:0!important}.native-cart-form .quantity{float:none!important;margin:0 0 10px!important}.native-cart-form .quantity input.qty{width:76px;min-height:42px;border:1px solid #ccc;border-radius:5px;padding:0 8px;margin:0}.native-cart-form .single_add_to_cart_button{width:100%!important;min-height:48px!important;border:0!important;border-radius:6px!important;background:rgba(65,137,230,.15)!important;color:#3483fa!important;font-weight:700!important;margin:0!important;float:none!important}.native-cart-form .single_add_to_cart_button:hover{background:#dbeafe!important;color:#2968c8!important}.native-cart-form .single_add_to_cart_button.disabled{opacity:.45!important}.native-cart-form table.variations{width:100%;margin:0 0 10px}.native-cart-form table.variations th,.native-cart-form table.variations td{display:block;width:100%;padding:4px 0;text-align:left}.native-cart-form table.variations label{font-size:12px}.native-cart-form table.variations select{width:100%;height:42px;border:1px solid #ccc;border-radius:5px;background:#fff;padding:0 9px}.native-cart-form .reset_variations{display:inline-block;margin-top:6px;font-size:11px}.native-cart-form .woocommerce-variation-price{margin:10px 0;font-size:18px}.native-cart-form .woocommerce-variation-description{font-size:12px;color:#777}.native-cart-form .group_table{width:100%}.uns-buy-now{width:100%;margin-top:15px}.product-lower{display:grid;grid-template-columns:minmax(0,1fr);gap:25px;background:#fff;margin-top:0;padding:0 24px 40px;border-radius:0 0 6px 6px;box-shadow:var(--shadow)}.main-column{min-width:0}.block-section{padding:34px 0;border-top:1px solid #e5e5e5}.block-section:first-child{border-top:0}.block-section h2{font-weight:400;font-size:24px;margin:0 0 22px}.related-3{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.related-3 .product-card{border:1px solid #e7e7e7;border-radius:6px;overflow:hidden}.related-3 .product-card:nth-child(n+5){display:none}.how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.how-grid>div{border:1px solid #e6e6e6;border-radius:6px;padding:18px;display:flex;gap:10px;align-items:center}.how-grid b{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#eff6ff;color:#2563eb}.description-section .entry-content{font-size:16px;line-height:1.7;color:#555}.description-section .entry-content p{font-size:16px;color:#555}.description-section img{max-width:100%;height:auto}.spec-row span{text-align:right}.cart-toast{position:fixed;right:20px;bottom:20px;background:#111827;color:#fff;padding:12px 16px;border-radius:6px;box-shadow:0 10px 30px rgba(0,0,0,.2);transform:translateY(130%);opacity:0;transition:.2s;z-index:1000}.cart-toast.show{transform:translateY(0);opacity:1}

/* Reviews nativos do WooCommerce dentro do design */
#reviews{margin:0!important}#reviews #comments{width:100%;float:none!important}#reviews #comments h2{display:none}.woocommerce-Reviews-title{display:none}.woocommerce-Reviews .commentlist{list-style:none;padding:0;margin:0}.woocommerce-Reviews .commentlist li{padding:22px 0!important;border-top:1px solid #eee;margin:0!important}.woocommerce-Reviews .comment_container{display:grid;grid-template-columns:48px 1fr;gap:14px}.woocommerce-Reviews .avatar{width:48px!important;height:48px!important;border-radius:50%;padding:0!important;border:0!important;float:none!important;position:static!important}.woocommerce-Reviews .comment-text{margin:0!important;border:0!important;border-radius:0!important;padding:0!important}.woocommerce-Reviews .star-rating{float:none!important;color:#3483fa;margin:0 0 6px}.woocommerce-Reviews .meta{font-size:12px;color:#777}.woocommerce-Reviews .description p{color:#555}.woocommerce-Reviews #review_form_wrapper{margin-top:30px;padding-top:25px;border-top:1px solid #eee}.woocommerce-Reviews #reply-title{font-size:20px}.woocommerce-Reviews .comment-form-rating label,.woocommerce-Reviews .comment-form-comment label{display:block;margin-bottom:7px}.woocommerce-Reviews textarea{width:100%;min-height:130px;border:1px solid #ccc;border-radius:6px;padding:12px}.woocommerce-Reviews input[type=text],.woocommerce-Reviews input[type=email]{width:100%;height:44px;border:1px solid #ccc;border-radius:5px;padding:0 10px}.woocommerce-Reviews .form-submit input{background:#3483fa!important;color:#fff!important;border:0!important;border-radius:6px!important;padding:12px 18px!important}.woocommerce p.stars a{color:#3483fa}

/* Arquivo e ordenação Woo */
.catalog-main-head .woocommerce-result-count{margin:0!important;color:#777}.catalog-main-head .woocommerce-ordering{margin:0!important;float:none!important}.catalog-main-head .woocommerce-ordering select{height:38px;border:1px solid #ddd;background:#fff;border-radius:5px;padding:0 10px}.woocommerce-pagination-wrap .woocommerce-pagination{margin:0}.woocommerce-pagination ul.page-numbers{border:0!important;display:flex!important;gap:8px;margin:0!important}.woocommerce-pagination ul.page-numbers li{border:0!important}.woocommerce-pagination ul.page-numbers a,.woocommerce-pagination ul.page-numbers span{width:38px;height:38px;display:grid!important;place-items:center;background:#fff!important;border-radius:4px!important;padding:0!important;color:#555!important}.woocommerce-pagination ul.page-numbers .current{background:#3483fa!important;color:#fff!important}

/* Páginas nativas Woo: carrinho, checkout e conta continuam 100% funcionais */
.wc-page-wrap .page-content{padding:26px;overflow:visible}.wc-page-wrap .entry-content:before,.wc-page-wrap .entry-content:after{content:"";display:table}.wc-page-wrap .entry-content:after{clear:both}.woocommerce .woocommerce-notices-wrapper>*{border-radius:5px}.woocommerce-message,.woocommerce-info,.woocommerce-error{border-top-color:#3483fa!important;background:#f8fbff!important}.woocommerce-message::before,.woocommerce-info::before{color:#3483fa!important}.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.wc-block-components-button{border-radius:6px!important}.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt,.woocommerce #respond input#submit.alt{background:#3483fa!important;color:#fff!important}.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover{background:#2968c8!important}.woocommerce table.shop_table{border:1px solid #e6e6e6!important;border-radius:6px!important;border-collapse:separate!important}.woocommerce table.shop_table th{font-weight:600}.woocommerce table.shop_table td,.woocommerce table.shop_table th{padding:14px!important}.woocommerce-cart table.cart img{width:78px!important}.woocommerce-cart table.cart .product-name a{color:#333}.woocommerce-cart .cart-collaterals .cart_totals{background:#fff;border:1px solid #e6e6e6;border-radius:6px;padding:20px}.woocommerce-cart .cart-collaterals .cart_totals h2{font-weight:400}.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{background:#3483fa!important;font-size:16px!important;padding:15px!important}.woocommerce-cart .coupon input.input-text{min-height:40px!important;width:auto!important}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select{border:1px solid #ccc;border-radius:5px;padding:11px;background:#fff}.woocommerce form .form-row input.input-text{min-height:44px}.woocommerce-checkout #customer_details{margin-bottom:25px}.woocommerce-checkout #order_review_heading{font-size:22px;font-weight:400}.woocommerce-checkout #payment{background:#f7f8fa!important;border-radius:6px!important}.woocommerce-checkout #payment div.payment_box{background:#eef5ff!important}.woocommerce-checkout #payment div.payment_box:before{border-bottom-color:#eef5ff!important}.woocommerce-checkout .woocommerce-checkout-payment .button.alt{width:100%;min-height:50px}.woocommerce-account .woocommerce{display:grid;grid-template-columns:240px 1fr;gap:22px}.woocommerce-account .woocommerce-MyAccount-navigation{width:auto!important;float:none!important}.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:10px 0;border:1px solid #e5e5e5;border-radius:6px;background:#fff}.woocommerce-account .woocommerce-MyAccount-navigation li a{display:block;padding:12px 18px;color:#444}.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a{background:#eaf2ff;color:#3483fa;border-left:3px solid #3483fa}.woocommerce-account .woocommerce-MyAccount-content{width:auto!important;float:none!important;background:#fff;border:1px solid #e5e5e5;border-radius:6px;padding:24px;min-width:0}.woocommerce-account .woocommerce-MyAccount-content table{width:100%}.woocommerce-account .woocommerce-Addresses{display:grid;grid-template-columns:1fr 1fr;gap:18px}.woocommerce-account .woocommerce-Address{width:auto!important;float:none!important;border:1px solid #eee;padding:18px;border-radius:6px}.woocommerce-account .woocommerce-form-login,.woocommerce-account .woocommerce-form-register{border-color:#e5e5e5!important;border-radius:6px!important}.woocommerce-account .woocommerce-MyAccount-downloads-file.button{background:#3483fa!important;color:#fff!important}.woocommerce-account .woocommerce-MyAccount-orders .button{margin:2px}.woocommerce-account .woocommerce-columns--addresses{display:grid;grid-template-columns:1fr 1fr;gap:18px}.woocommerce-account .woocommerce-column{width:auto!important;float:none!important}

/* Woo Blocks (carrinho/checkout modernos) */
.wc-block-cart,.wc-block-checkout{font-family:Arial,Helvetica,sans-serif}.wc-block-components-sidebar{border:1px solid #e6e6e6!important;border-radius:7px!important;padding:18px!important;background:#fff}.wc-block-components-product-name{color:#333!important}.wc-block-components-button:not(.is-link){background:#3483fa!important;color:#fff!important;border-radius:6px!important}.wc-block-components-text-input input,.wc-block-components-combobox .wc-block-components-combobox-control input{border-radius:5px!important}.wc-block-components-totals-wrapper{border-color:#eee!important}.wc-block-cart-item__image img{border-radius:5px}.wc-block-checkout__main,.wc-block-cart__main{min-width:0}

@media(max-width:1100px){.related-3{grid-template-columns:repeat(3,1fr)}.related-3 .product-card:nth-child(4){display:none}}
@media(max-width:760px){.wc-page-wrap .page-content{padding:14px}.product-price-main,.product-price-main .woocommerce-Price-amount{font-size:27px}.related-3{display:flex;overflow-x:auto;gap:10px}.related-3 .product-card,.related-3 .product-card:nth-child(4){display:block;min-width:210px}.how-grid{grid-template-columns:1fr}.spec-row{grid-template-columns:1fr;gap:5px}.spec-row span{text-align:left}.woocommerce-account .woocommerce{grid-template-columns:1fr}.woocommerce-account .woocommerce-MyAccount-navigation ul{display:flex;overflow-x:auto;padding:0}.woocommerce-account .woocommerce-MyAccount-navigation li{min-width:max-content}.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a{border-left:0;border-bottom:3px solid #3483fa}.woocommerce-account .woocommerce-MyAccount-content{padding:16px}.woocommerce-account .woocommerce-Addresses,.woocommerce-account .woocommerce-columns--addresses{grid-template-columns:1fr}.woocommerce table.shop_table_responsive tr td,.woocommerce-page table.shop_table_responsive tr td{padding:10px!important}.wc-block-cart,.wc-block-checkout{font-size:13px}.wc-block-components-sidebar{padding:12px!important}.cart-toast{right:10px;left:10px;bottom:80px;text-align:center}}
.stars-meter{position:relative;display:inline-block;letter-spacing:1px;line-height:1;white-space:nowrap}.stars-base{color:#d1d5db}.stars-fill{position:absolute;left:0;top:0;overflow:hidden;color:#3483fa;white-space:nowrap}


/* ===== 2.1.0 VISUAL LOCK: preserva o protótipo ao ligar WooCommerce ===== */
.product-display-shell.container{width:min(var(--container),calc(100% - 32px));margin-left:auto!important;margin-right:auto!important}
.product-display-shell{overflow:visible!important}
.product-display-shell .gallery{min-width:0}
.product-display-shell .main-image{height:540px;min-width:0;overflow:hidden}
.product-display-shell .main-image img{display:block!important;width:auto!important;height:auto!important;max-width:96%!important;max-height:94%!important;object-fit:contain!important;margin:auto!important;box-shadow:none!important;border-radius:0!important}
.product-display-shell .thumb img{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;margin:0!important}
.product-display-shell .product-info{min-width:0}
.product-display-shell .product-info h1{display:block!important;color:#222!important;visibility:visible!important;opacity:1!important}
.product-display-shell .sales-meta{color:#8b8b8b}

/* As seções da home mantêm largura de card mesmo quando a loja ainda tem poucos produtos. */
.product-row{display:flex!important;align-items:stretch;justify-content:flex-start;gap:0!important;background:#fff!important;border:1px solid #e6e6e6!important;overflow-x:auto!important;overflow-y:visible!important;scroll-snap-type:x proximity}
.product-row>.product-card{flex:0 0 20%;width:20%;min-width:205px;scroll-snap-align:start;border-right:1px solid #e6e6e6!important}
.product-row>.product-card:last-child{border-right:0!important}
.product-card .pc-body{display:block!important;visibility:visible!important;opacity:1!important;min-height:180px;background:#fff!important;position:relative!important;z-index:2!important}
.product-card .pc-title-link,.product-card .pc-title{display:block!important;visibility:visible!important;opacity:1!important}
.product-card .pc-title{color:#333!important;font-size:14px!important;font-weight:400!important;line-height:1.35!important;margin:0 0 8px!important;min-height:38px!important}
.product-card .pc-rating-wrap,.product-card .card-price-wrap,.product-card .pc-price,.product-card .digital{display:block!important;visibility:visible!important;opacity:1!important}
.product-card .pc-price,.product-card .pc-price .woocommerce-Price-amount{color:#222!important;font-size:22px!important;font-weight:400!important}
.product-card .pc-price ins{background:none!important;text-decoration:none!important}
.product-card .media>img{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;margin:0!important}

/* Restaura a coluna lateral inferior do product.html original. */
.product-display-lower{display:grid!important;grid-template-columns:minmax(0,1fr) 310px!important;gap:24px!important;box-shadow:var(--shadow)}
.product-display-lower .side-column{display:block;padding-top:30px}
.product-display-lower .lower-main{min-width:0}
.seller-sub,.side-muted,.review-total{color:#777;font-size:12px}
.seller-products-btn{margin-top:18px}
.related-mini img{width:58px!important;height:58px!important;object-fit:contain!important;flex:0 0 58px}
.related-mini small .woocommerce-Price-amount{color:#222}

/* WooCommerce não deve sobrescrever os botões e preço desta página. */
.product-display-shell .buy-box .button,.product-display-shell .buy-box button{box-shadow:none!important;text-transform:none!important}
.product-display-shell .buy-box .single_add_to_cart_button{display:flex!important;align-items:center!important;justify-content:center!important}
.product-display-shell .buy-price del,.product-display-shell .product-price-main del{color:#8c8c8c!important;font-size:.72em!important}
.product-display-shell .buy-price ins,.product-display-shell .product-price-main ins{background:none!important;text-decoration:none!important}

@media(max-width:1100px){
  .product-row>.product-card{flex-basis:25%;width:25%}
  .product-display-lower{grid-template-columns:1fr!important}
  .product-display-lower .side-column{display:none!important}
}
@media(max-width:760px){
  .product-display-shell.container{width:100%!important;margin:0!important}
  .product-display-shell .main-image{height:350px}
  .product-row>.product-card{flex:0 0 210px!important;width:210px!important;min-width:210px!important}
  .product-display-lower{display:block!important;padding:0 16px 25px!important}
}

/* ===== 2.2.0 PRODUCT DISPLAY FIDELITY LOCK =====
   A página de produto usa deliberadamente a mesma geometria do protótipo product.html.
   WooCommerce fornece os dados e as ações; não redefine a composição visual. */
.single-product-page{padding-bottom:0}
.product-display-shell.container{width:min(var(--container),calc(100% - 32px))!important;margin-left:auto!important;margin-right:auto!important}
.product-display-shell{background:#fff!important;border-radius:6px 6px 0 0!important;box-shadow:var(--shadow)!important;padding:24px!important;display:grid!important;grid-template-columns:minmax(440px,1.45fr) minmax(280px,.78fr) 310px!important;gap:24px!important;align-items:start!important;overflow:visible!important}
.product-display-shell .gallery{display:grid!important;grid-template-columns:56px minmax(0,1fr)!important;gap:18px!important;min-width:0!important}
.product-display-shell .thumbs{display:flex!important;flex-direction:column!important;gap:8px!important}
.product-display-shell .thumb{width:56px!important;height:56px!important;min-width:56px!important;border:1px solid #bbb!important;border-radius:4px!important;background:#fff!important;padding:3px!important;box-shadow:none!important}
.product-display-shell .thumb.active{border:2px solid #3483fa!important}
.product-display-shell .thumb img{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;margin:0!important;border:0!important;border-radius:0!important;box-shadow:none!important}
.product-display-shell .main-image{height:540px!important;display:grid!important;place-items:center!important;min-width:0!important;overflow:hidden!important;padding:22px!important;background:#fff!important}
.product-display-shell .main-image img{display:block!important;width:auto!important;height:auto!important;max-width:390px!important;max-height:390px!important;object-fit:contain!important;margin:auto!important;border:0!important;border-radius:0!important;box-shadow:none!important}
.product-display-shell .product-info{padding-top:26px!important;min-width:0!important;position:relative!important}
.product-display-shell .product-meta-top{font-size:13px!important;color:#888!important;margin-bottom:20px!important}
.product-display-shell .product-info h1{font-size:24px!important;line-height:1.2!important;margin:0 0 16px!important;font-weight:600!important;letter-spacing:-.3px!important;color:#222!important;display:block!important}
.product-display-shell .rating-link{display:inline-block!important;margin:0 0 15px!important}
.product-display-shell .rating{font-size:12px!important;margin:0!important}
.product-display-shell .favorite{float:none!important;position:absolute!important;right:0!important;top:18px!important;border:0!important;background:transparent!important;color:#3483fa!important;font-size:26px!important;line-height:1!important;padding:4px!important;cursor:pointer!important}
.product-display-shell .favorite.is-favorite{color:#2563eb!important}
.product-display-shell .old-price{margin-top:18px!important;color:#8c8c8c!important;text-decoration:line-through!important;font-size:12px!important}
.product-display-shell .product-price-exact{display:flex!important;align-items:center!important;gap:6px!important;margin:0!important}
.product-display-shell .big-price,.product-display-shell .big-price .woocommerce-Price-amount{font-size:32px!important;line-height:1!important;color:#222!important;font-weight:400!important}
.product-display-shell .big-price del{display:none!important}
.product-display-shell .big-price ins{background:none!important;text-decoration:none!important}
.product-display-shell .pay-link{font-size:13px!important;margin-top:7px!important}
.product-display-shell .product-short-market{font-size:13px!important;line-height:1.45!important;color:#555!important;margin-top:18px!important;display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
.product-display-shell .product-short-market p{margin:0!important;font-size:13px!important;line-height:1.45!important;color:#555!important}
.product-display-shell .variation-label{margin-top:24px!important;font-size:14px!important}
.product-display-shell .variation-swatch{margin-top:8px!important;width:48px!important;height:48px!important;border:2px solid #3483fa!important;border-radius:6px!important;padding:3px!important;display:grid!important;place-items:center!important;overflow:hidden!important}
.product-display-shell .variation-swatch img{width:100%!important;height:100%!important;object-fit:contain!important;margin:0!important}
.product-display-shell .buy-box{border:1px solid #ddd!important;border-radius:7px!important;padding:18px!important;position:sticky!important;top:16px!important;background:#fff!important;box-shadow:none!important;min-width:0!important}
.product-display-shell .badge-green{display:inline-block!important;background:var(--success)!important;color:#fff!important;font-size:11px!important;font-weight:700!important;padding:2px 5px!important;border-radius:0!important}
.product-display-shell .buy-box h3{font-size:16px!important;color:var(--success)!important;margin:18px 0 0!important;font-weight:600!important}
.product-display-shell .buy-box p{margin:4px 0!important;color:#555!important;font-size:13px!important;line-height:1.4!important}
.product-display-shell .buy-box .small-link{font-size:13px!important}
.product-display-shell .stock{margin-top:24px!important;font-size:14px!important}
.product-display-shell .native-cart-form{margin-top:10px!important}
.product-display-shell .uns-buy-now{width:100%!important;height:48px!important;margin:0 0 8px!important;background:#3483fa!important;color:#fff!important;border-radius:6px!important;font-weight:700!important}
.product-display-shell .native-cart-form form.cart{margin:0!important;display:block!important}
.product-display-shell .native-cart-form .quantity{float:none!important;margin:0 0 8px!important;display:block!important}
.product-display-shell .native-cart-form .quantity:before{content:"Quantidade";display:block;font-size:12px;color:#555;margin:0 0 5px}
.product-display-shell .native-cart-form .quantity input.qty{width:76px!important;height:40px!important;min-height:40px!important;border:1px solid #ccc!important;border-radius:5px!important;padding:0 8px!important;background:#fff!important}
.product-display-shell .native-cart-form .single_add_to_cart_button{width:100%!important;height:48px!important;min-height:48px!important;border:0!important;border-radius:6px!important;background:rgba(65,137,230,.15)!important;color:#3483fa!important;font-weight:700!important;margin:0!important;float:none!important;box-shadow:none!important;text-transform:none!important;display:flex!important;align-items:center!important;justify-content:center!important}
.product-display-shell .native-cart-form .single_add_to_cart_button:hover{background:#dbeafe!important;color:#2968c8!important}
.product-display-shell .native-cart-form table.variations{margin:0 0 10px!important;width:100%!important}
.product-display-shell .native-cart-form table.variations th,.product-display-shell .native-cart-form table.variations td{display:block!important;width:100%!important;padding:4px 0!important;text-align:left!important}
.product-display-shell .native-cart-form table.variations select{width:100%!important;height:40px!important;border:1px solid #ccc!important;border-radius:5px!important;background:#fff!important;padding:0 9px!important}
.product-display-shell .native-cart-form .woocommerce-variation-price{font-size:18px!important;margin:8px 0!important}
.product-display-shell .seller-info{margin-top:25px!important;font-size:12px!important}
.product-display-shell .trust-list{margin-top:20px!important;display:grid!important;gap:16px!important;color:#777!important;font-size:12px!important}
.product-display-shell .trust-list div{display:flex!important;gap:8px!important;align-items:flex-start!important}

/* Parte inferior: mesma ordem, espaços e coluna lateral do product.html original. */
.product-display-lower.container{width:min(var(--container),calc(100% - 32px))!important;margin-left:auto!important;margin-right:auto!important}
.product-display-lower{display:grid!important;grid-template-columns:minmax(0,1fr) 310px!important;gap:24px!important;margin-top:0!important;background:#fff!important;padding:0 24px 30px!important;border-radius:0 0 6px 6px!important;box-shadow:none!important}
.product-display-lower .lower-main{min-width:0!important}
.product-display-lower .separator{height:1px!important;background:#e5e5e5!important;margin:26px 0 38px!important}
.product-display-lower .related-inline h2,.product-display-lower .content-title{font-size:24px!important;font-weight:400!important;margin:0 0 24px!important}
.product-display-lower .related-3{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important}
.product-display-lower .marketplace-related-card{border:1px solid #ddd!important;border-radius:6px!important;overflow:hidden!important;background:#fff!important;box-shadow:none!important}
.product-display-lower .marketplace-related-card .media{height:220px!important;padding:12px!important;display:grid!important;place-items:center!important;border-bottom:1px solid #eee!important}
.product-display-lower .marketplace-related-card .media img{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;margin:0!important}
.product-display-lower .marketplace-related-card .pc-body{padding:14px!important;min-height:0!important}
.product-display-lower .marketplace-related-card h3{font-size:14px!important;font-weight:400!important;line-height:1.35!important;margin:0 0 8px!important;min-height:38px!important;color:#333!important}
.product-display-lower .marketplace-related-card .price,.product-display-lower .marketplace-related-card .price .woocommerce-Price-amount{font-size:22px!important;font-weight:400!important;color:#222!important}
.product-display-lower .side-column{display:block!important;padding-top:30px!important}
.product-display-lower .side-panel{border:1px solid #ddd!important;border-radius:7px!important;padding:18px!important;margin-bottom:24px!important;background:#fff!important}
.product-display-lower .side-panel h3{font-weight:400!important;font-size:20px!important;margin:0 0 16px!important}
.product-display-lower .seller-card .seller-head{display:flex!important;align-items:center!important;gap:12px!important}
.product-display-lower .seller-avatar{width:48px!important;height:48px!important;border:1px solid #ddd!important;border-radius:50%!important;display:grid!important;place-items:center!important;font-size:22px!important;font-weight:700!important}
.product-display-lower .seller-card .line{height:5px!important;background:linear-gradient(90deg,#fca5a5 0 20%,#fde68a 20% 55%,#bbf7d0 55% 80%,#16a34a 80%)!important;margin:10px 0!important}
.product-display-lower .seller-card .seller-stats{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:6px!important;margin:18px 0!important}
.product-display-lower .seller-card .stat{text-align:center!important;font-size:11px!important}
.product-display-lower .seller-card .stat strong{display:block!important;font-size:13px!important}
.product-display-lower .seller-products-btn{margin-top:8px!important;width:100%!important;height:40px!important}
.product-display-lower .pay-method{display:flex!important;align-items:center!important;gap:10px!important;margin:14px 0!important}
.product-display-lower .pay-logo{min-width:46px!important;height:28px!important;border-radius:4px!important;background:#f3f4f6!important;display:grid!important;place-items:center!important;font-size:11px!important;font-weight:700!important}
.product-display-lower .related-mini{display:flex!important;align-items:center!important;gap:10px!important;padding:8px 0!important;color:#333!important}
.product-display-lower .related-mini img{width:58px!important;height:58px!important;object-fit:contain!important;flex:0 0 58px!important}
.product-display-lower .related-mini strong{font-size:12px!important;line-height:1.25!important;display:block!important}
.product-display-lower .related-mini small{font-size:11px!important;color:#777!important;display:block!important;margin-top:3px!important}
.product-display-lower .spec-section,.product-display-lower .description-section,.product-display-lower .reviews-section{padding-top:8px!important}
.product-display-lower .spec-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:40px!important}
.product-display-lower .spec-grid h3{font-size:15px!important;margin:0 0 16px!important}
.product-display-lower .spec-table{border-radius:5px!important;overflow:hidden!important;border:1px solid #eee!important}
.product-display-lower .spec-row{display:grid!important;grid-template-columns:1fr 1fr!important;padding:14px 16px!important;font-size:12px!important;gap:12px!important}
.product-display-lower .spec-row:nth-child(odd){background:#eee!important}
.product-display-lower .spec-row span{text-align:right!important}
.product-display-lower .description-section .entry-content{font-size:16px!important;line-height:1.7!important;color:#555!important}
.product-display-lower .description-section .entry-content p{font-size:16px!important;line-height:1.65!important;color:#555!important}
.product-display-lower .how-market{max-width:100%!important}

/* Recomendações após a ficha. */
.reco-bg .marketplace-related-card{background:#fff;border:1px solid #ddd;border-radius:6px;overflow:hidden}
.reco-bg .marketplace-related-card .media{height:210px;padding:12px;display:grid;place-items:center;border-bottom:1px solid #eee}
.reco-bg .marketplace-related-card .media img{width:100%;height:100%;object-fit:contain}
.reco-bg .marketplace-related-card .pc-body{padding:14px}

/* Mantém três colunas por mais tempo; em tablet vira composição 2 colunas. */
@media(max-width:1040px){
  .product-display-shell{grid-template-columns:minmax(360px,1.25fr) minmax(250px,.8fr)!important}
  .product-display-shell .gallery{grid-row:span 2!important}
  .product-display-shell .buy-box{grid-column:2!important;position:static!important}
  .product-display-lower{grid-template-columns:1fr!important}
  .product-display-lower .side-column{display:none!important}
}
@media(max-width:760px){
  .product-display-shell.container{width:100%!important;margin:0!important}
  .product-display-shell{display:block!important;padding:16px!important;border-radius:0!important}
  .product-display-shell .gallery{display:flex!important;flex-direction:column-reverse!important}
  .product-display-shell .thumbs{flex-direction:row!important;overflow-x:auto!important}
  .product-display-shell .thumb{min-width:50px!important;width:50px!important;height:50px!important}
  .product-display-shell .main-image{height:350px!important;padding:18px!important}
  .product-display-shell .main-image img{max-width:290px!important;max-height:290px!important}
  .product-display-shell .product-info{padding-top:10px!important}
  .product-display-shell .product-info h1{font-size:21px!important;padding-right:34px!important}
  .product-display-shell .favorite{top:2px!important}
  .product-display-shell .big-price,.product-display-shell .big-price .woocommerce-Price-amount{font-size:28px!important}
  .product-display-shell .buy-box{position:static!important;margin-top:20px!important}
  .product-display-lower.container{width:100%!important;margin:0!important}
  .product-display-lower{display:block!important;padding:0 16px 25px!important;border-radius:0!important}
  .product-display-lower .related-3{display:flex!important;overflow-x:auto!important;gap:10px!important;scroll-snap-type:x proximity!important}
  .product-display-lower .marketplace-related-card{min-width:210px!important;scroll-snap-align:start!important}
  .product-display-lower .marketplace-related-card .media{height:175px!important}
  .product-display-lower .spec-grid{grid-template-columns:1fr!important;gap:18px!important}
  .product-display-lower .spec-row{grid-template-columns:1fr!important;gap:5px!important}
  .product-display-lower .spec-row span{text-align:left!important}
}
