:root{
  --bbv9-blue:#2fb7e9;
  --bbv9-blue-dark:#149bcf;
  --bbv9-navy:#223f58;
  --bbv9-text:#536d7e;
  --bbv9-muted:#8da0ab;
  --bbv9-pale:#edf8fd;
  --bbv9-line:#dceaf0;
  --bbv9-white:#fff;
  --bbv9-shadow:0 10px 30px rgba(48,86,110,.08);
  --bbv9-radius:18px;
}

html{scroll-behavior:smooth}
body.benibee-v9-active{background:#fff;color:var(--bbv9-text);font-family:"Nunito Sans",Nunito,Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important}
body.benibee-v9-active a{text-decoration:none}
body.benibee-v9-active .ct-header,
body.benibee-v9-active #header,
body.benibee-v9-active header#header,
body.benibee-v9-active .site-header,
body.benibee-v9-active footer.ct-footer,
body.benibee-v9-active #footer,
body.benibee-v9-active #colophon,
body.benibee-v9-active .site-footer,
body.benibee-v9-active .footer-widgets,
body.benibee-v9-active aside.ct-sidebar,
body.benibee-v9-active aside.widget-area,
body.benibee-v9-active #sidebar{display:none!important}
body.benibee-v9-active #main-container,
body.benibee-v9-active .site-main,
body.benibee-v9-active .ct-container,
body.benibee-v9-active .ct-container-full{max-width:none!important;width:100%!important;padding:0!important;margin:0!important}
body.benibee-v9-active .hero-section,
body.benibee-v9-active .entry-header,
body.benibee-v9-active .page-title{display:none!important}
body.benibee-v9-active .content-area{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}
body.benibee-v9-active .ct-content{padding:0!important}

.bb-v9-container{width:min(calc(100% - 48px),1180px);margin-inline:auto}
.bb-v9-site,.bb-v9-header,.bb-v9-topbar,.bb-v9-footer{font-family:inherit;color:var(--bbv9-text)}
.bb-v9-site svg,.bb-v9-header svg,.bb-v9-topbar svg,.bb-v9-footer svg{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}

/* Topbar */
.bb-v9-topbar{background:linear-gradient(90deg,#eef9fe,#e8f6fc);border-bottom:1px solid #dfeef4;color:#516c7d;font-size:12px;position:relative;z-index:1001}
.bb-v9-topbar-inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.bb-v9-topbar-copy{display:flex;align-items:center;gap:12px;white-space:nowrap}
.bb-v9-topbar-copy span{display:inline-flex;align-items:center;gap:6px}
.bb-v9-topbar-copy svg{width:15px;height:15px;color:#349ac5}
.bb-v9-dot{opacity:.65}
.bb-v9-topbar-social{display:flex;align-items:center;gap:12px}
.bb-v9-topbar-social a{color:#597586;display:grid;place-items:center}
.bb-v9-topbar-social svg{width:16px;height:16px;stroke-width:2.4}

/* Header */
.bb-v9-header{background:rgba(255,255,255,.97);border-bottom:1px solid #edf2f5;position:relative;z-index:1000;box-shadow:0 3px 12px rgba(35,63,88,.025)}
.bb-v9-header-inner{height:96px;display:grid;grid-template-columns:200px 1fr 200px;align-items:center}
.bb-v9-logo{display:flex;align-items:center;justify-content:flex-start}
.bb-v9-logo img{display:block;width:150px;height:auto;max-height:70px;object-fit:contain}
.bb-v9-nav{display:flex;align-items:center;justify-content:center;gap:46px;height:100%}
.bb-v9-nav>a,.bb-v9-nav-dropdown>a{height:100%;display:flex;align-items:center;gap:5px;color:#1f3c54;font-weight:700;font-size:14px;position:relative}
.bb-v9-nav>a:after,.bb-v9-nav-dropdown>a:after{content:"";position:absolute;left:0;right:0;bottom:22px;height:2px;background:var(--bbv9-blue);transform:scaleX(0);transition:.2s}
.bb-v9-nav>a:hover:after,.bb-v9-nav-dropdown>a:hover:after,.bb-v9-nav .is-active:after{transform:scaleX(1)}
.bb-v9-nav-dropdown{height:100%;position:relative;display:flex;align-items:center}
.bb-v9-dropdown-menu{position:absolute;top:78px;left:50%;transform:translateX(-50%) translateY(8px);width:190px;background:#fff;border:1px solid var(--bbv9-line);border-radius:13px;padding:8px;box-shadow:var(--bbv9-shadow);opacity:0;visibility:hidden;pointer-events:none;transition:.2s}
.bb-v9-nav-dropdown:hover .bb-v9-dropdown-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}
.bb-v9-dropdown-menu a{display:block;color:#4d697b;padding:10px 12px;border-radius:8px;font-size:13px}
.bb-v9-dropdown-menu a:hover{background:#eef9fd;color:#178fbe}
.bb-v9-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px}
.bb-v9-icon-button{width:38px;height:38px;border:0;background:transparent;color:#173b56;display:grid;place-items:center;position:relative;padding:7px;cursor:pointer;border-radius:50%}
.bb-v9-icon-button:hover{background:#eef9fd;color:#159dce}
.bb-v9-icon-button svg{width:25px;height:25px;stroke-width:2.1}
.bb-v9-cart-count{position:absolute;right:-1px;top:-2px;min-width:17px;height:17px;padding:0 4px;border-radius:20px;background:var(--bbv9-blue);color:#fff;font-size:9px;display:grid;place-items:center;font-weight:800}
.bb-v9-menu-toggle{display:none}
.bb-v9-search-panel{position:absolute;left:0;right:0;top:100%;background:#fff;border-top:1px solid #edf2f5;box-shadow:0 16px 26px rgba(35,63,88,.08);padding:16px;display:none}
.bb-v9-search-panel.is-open{display:block}
.bb-v9-search-panel form{width:min(calc(100% - 30px),760px);margin:auto;display:grid;grid-template-columns:1fr 120px;gap:8px}
.bb-v9-search-panel input{height:46px;border:1px solid #d5e5ec;border-radius:10px;padding:0 14px;font:inherit;outline:none}
.bb-v9-search-panel button{border:0;border-radius:10px;background:var(--bbv9-blue);color:#fff;font-weight:800}
.bb-v9-mobile-menu{display:none}

/* Hero */
.bb-v9-hero{position:relative;display:block;overflow:hidden;background:#f8f3e7}
.bb-v9-hero-media{display:block;width:100%;line-height:0}
.bb-v9-hero-media img{display:block;width:100%;height:auto;max-width:none;margin:0}
.bb-v9-hero-inner{position:absolute;inset:0;display:flex;align-items:center;height:100%;z-index:2;pointer-events:none}
.bb-v9-hero-copy{width:min(46%,540px);padding-left:32px;pointer-events:auto}
.bb-v9-hero h1{margin:0;color:#2a4960;font-size:45px;line-height:1.08;letter-spacing:-1.2px;font-weight:800}
.bb-v9-hero p{max-width:470px;margin:22px 0 24px;color:#50697a;font-size:15px;line-height:1.65;font-weight:500}
.bb-v9-hero-trust{display:flex;align-items:center;gap:26px;flex-wrap:wrap;margin-bottom:26px;font-size:12px;color:#3c586b}
.bb-v9-hero-trust span{display:flex;align-items:center;gap:6px}
.bb-v9-hero-trust svg{width:16px;height:16px;color:var(--bbv9-blue);stroke-width:3}
.bb-v9-btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:48px;padding:0 24px;border-radius:12px;background:linear-gradient(135deg,var(--bbv9-blue),#27aee1);color:#fff!important;font-weight:800;font-size:14px;border:1px solid transparent;box-shadow:0 9px 24px rgba(47,183,233,.22);transition:.18s}
.bb-v9-btn:hover{transform:translateY(-1px);filter:saturate(1.05)}
.bb-v9-btn svg{width:21px;height:21px;stroke-width:2.3}
.bb-v9-btn-outline{background:#fff;color:#2a4960!important;border-color:#8fa7b5;box-shadow:none;min-width:270px}

/* Benefits */
.bb-v9-benefits{padding:20px 0 10px;background:#fff}
.bb-v9-benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);background:linear-gradient(90deg,#f3fbfe,#eef9fd);border:1px solid #e2f0f5;border-radius:18px;box-shadow:0 6px 20px rgba(53,91,113,.035);overflow:hidden}
.bb-v9-benefit{min-height:106px;display:flex;align-items:center;gap:15px;padding:20px 28px;border-right:1px solid #dcebf1}
.bb-v9-benefit:last-child{border-right:0}
.bb-v9-benefit i{display:flex;color:var(--bbv9-blue)}
.bb-v9-benefit svg{width:42px;height:42px;stroke-width:1.7}
.bb-v9-benefit strong{display:block;color:#2e4a5f;font-size:14px;line-height:1.25;margin-bottom:5px}
.bb-v9-benefit span{display:block;color:#8496a2;font-size:10px;line-height:1.45}

/* Sections */
.bb-v9-section{padding:28px 0 12px}
.bb-v9-section-title{text-align:center;margin:0 0 18px}
.bb-v9-section-title h2{margin:0;color:#27465d;font-size:23px;line-height:1.2;font-weight:800}
.bb-v9-section-title span{display:block;color:var(--bbv9-blue);font-size:16px;letter-spacing:2px;margin-top:4px}

/* Categories */
.bb-v9-category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.bb-v9-category-card{display:block;border:1px solid #dce7ec;border-radius:16px;background:#fff;overflow:hidden;box-shadow:0 5px 17px rgba(40,72,92,.035);transition:.18s;color:#2e4b60}
.bb-v9-category-card:hover{transform:translateY(-2px);box-shadow:var(--bbv9-shadow)}
.bb-v9-category-card>img{display:block;width:100%;height:150px;object-fit:cover}
.bb-v9-category-card>span{height:54px;display:flex;align-items:center;justify-content:center;gap:9px}
.bb-v9-category-card svg{width:25px;height:25px;color:var(--bbv9-blue);stroke-width:1.9}
.bb-v9-category-card strong{font-size:14px}

/* Products */
.bb-v9-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.bb-v9-product-card{border:1px solid #dce8ed;border-radius:16px;background:#fff;overflow:hidden;box-shadow:0 5px 18px rgba(44,76,94,.035);transition:.18s}
.bb-v9-product-card:hover{transform:translateY(-2px);box-shadow:var(--bbv9-shadow)}
.bb-v9-product-main{display:block;color:#344f62;padding:11px 11px 15px}
.bb-v9-product-image{position:relative;aspect-ratio:1/1;background:#fbfcfd;border-radius:12px;overflow:hidden;margin-bottom:12px}
.bb-v9-product-image img{display:block!important;width:100%!important;height:100%!important;object-fit:contain!important;margin:0!important}
.bb-v9-sale{position:absolute;z-index:2;left:9px;top:9px;background:#dff5ff;color:#168dbd;border-radius:999px;padding:5px 9px;font-size:10px;font-weight:800;text-transform:uppercase}
.bb-v9-fav-btn{position:absolute;z-index:3;right:8px;top:5px;border:0;background:rgba(255,255,255,.82);color:#536d7e;width:31px;height:31px;border-radius:50%;font-size:23px;line-height:1;cursor:pointer}
.bb-v9-fav-btn.is-active{color:#f27d88}
.bb-v9-product-card h3{font-size:13px;line-height:1.35;color:#314e61;margin:0 0 6px;font-weight:700;min-height:36px}
.bb-v9-rating{display:flex;gap:5px;align-items:center;color:#f3ad2b;font-size:11px;margin-bottom:4px}
.bb-v9-rating small{color:#8395a0}
.bb-v9-price{font-size:16px;color:#233e55;font-weight:800;line-height:1.35}
.bb-v9-price del{font-size:11px;color:#9faeb6;font-weight:500;margin-right:4px}
.bb-v9-price ins{text-decoration:none}
.bb-v9-payment-note{display:block;color:#899aa4;font-size:9px;margin-top:3px}
.bb-v9-center{text-align:center;margin-top:18px}

/* Promo */
.bb-v9-favorite-banner{padding:28px 0 12px}
.bb-v9-favorite-inner{position:relative;display:grid;grid-template-columns:72px 1.35fr 1fr auto;gap:24px;align-items:center;min-height:135px;border:1px solid #dcebf2;border-radius:18px;background:linear-gradient(90deg,#edf8fd 0%,#f7fbfd 60%,#fffaf3 100%);overflow:hidden;padding:22px 32px}
.bb-v9-favorite-inner>i{color:var(--bbv9-blue);display:flex}
.bb-v9-favorite-inner>i svg{width:62px;height:62px;stroke-width:1.7}
.bb-v9-favorite-inner h2{margin:0;color:#29475e;font-size:22px;line-height:1.18}
.bb-v9-favorite-inner p{margin:0;color:#6d8290;font-size:11px;line-height:1.55;max-width:250px}
.bb-v9-favorite-inner .bb-v9-btn{min-height:42px;padding:0 18px;font-size:12px;position:relative;z-index:2;margin-right:105px}
.bb-v9-favorite-inner>img{position:absolute;right:0;bottom:0;width:220px;height:100%;object-fit:cover;object-position:center;mask-image:linear-gradient(90deg,transparent 0%,#000 28%);-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 28%)}

/* Reviews */
.bb-v9-reviews{padding-top:26px}
.bb-v9-review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.bb-v9-review{border:1px solid #dce8ed;border-radius:16px;background:#fff;padding:18px;box-shadow:0 5px 18px rgba(44,76,94,.03)}
.bb-v9-review-head{display:grid;grid-template-columns:44px 1fr 30px;gap:10px;align-items:center}
.bb-v9-avatar{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#eef9fd,#fff4eb);color:#2d4c60;font-weight:800}
.bb-v9-review strong{font-size:12px;color:#2e4b60}
.bb-v9-stars{font-size:10px;color:#f2ad2e;letter-spacing:1px}
.bb-v9-quote{font-size:34px;color:#c8ebfa;font-weight:800}
.bb-v9-review p{font-size:11px;line-height:1.55;color:#5f7685;margin:12px 0 0}

/* Newsletter */
.bb-v9-newsletter{padding:24px 0 26px}
.bb-v9-newsletter-inner{display:grid;grid-template-columns:58px 1fr minmax(330px,470px);gap:16px;align-items:center;padding:16px 24px;border:1px solid #dcebf2;border-radius:18px;background:linear-gradient(90deg,#eef9fd,#f8fcfe)}
.bb-v9-newsletter-inner>i{width:52px;height:52px;border-radius:50%;background:#fff;display:grid;place-items:center;color:var(--bbv9-blue);box-shadow:0 5px 16px rgba(44,76,94,.06)}
.bb-v9-newsletter-inner>i svg{width:28px;height:28px}
.bb-v9-newsletter h3{margin:0 0 3px;color:#29475e;font-size:17px}
.bb-v9-newsletter p{margin:0;color:#778b97;font-size:10px}
.bb-v9-newsletter form{display:grid;grid-template-columns:1fr 105px;gap:8px;align-items:start}
.bb-v9-newsletter input{height:41px;border:1px solid #d4e5ec;border-radius:8px;background:#fff;padding:0 12px;font:inherit;font-size:12px;outline:none}
.bb-v9-newsletter button{height:41px;border:0;border-radius:8px;background:var(--bbv9-blue);color:#fff;font-weight:800;font-size:12px;cursor:pointer}
.bb-v9-newsletter form small{grid-column:1/-1;color:#95a5ae;font-size:8px}
.bb-v9-newsletter form small a{color:#6c8da0}
.bb-v9-newsletter-success{color:#2f7a5f;font-weight:800}

/* Footer */
.bb-v9-footer{display:block!important;background:#fff;border-top:1px solid #edf2f5;padding-top:20px;color:#617987}
.bb-v9-footer-grid{display:grid;grid-template-columns:1.25fr 1.05fr 1.35fr .9fr 1.35fr;gap:28px;padding-bottom:22px}
.bb-v9-footer-brand img{width:132px;height:auto;display:block;margin-bottom:8px}
.bb-v9-footer-brand p{font-size:10px;line-height:1.5;max-width:190px;color:#738895;margin:0 0 12px}
.bb-v9-footer h4{margin:3px 0 11px;color:#344f62;font-size:12px}
.bb-v9-footer a,.bb-v9-footer span{display:block;color:#627987;font-size:10px;line-height:1.45;margin-bottom:7px}
.bb-v9-footer a:hover{color:var(--bbv9-blue)}
.bb-v9-footer-social{display:flex;gap:9px}
.bb-v9-footer-social a{width:28px;height:28px;border-radius:50%;background:#f2f9fc;display:grid;place-items:center}
.bb-v9-footer-social svg{width:15px;height:15px;color:#3a6175}
.bb-v9-footer-bottom{text-align:center;padding:12px 16px;background:#eef9fd;border-top:1px solid #e3f0f5;color:#708691;font-size:9px}

/* Generic page hero */
.bb-v9-page-hero{background:linear-gradient(135deg,#eef9fd 0%,#fff 58%,#fff9f2 100%);padding:58px 0 50px;text-align:center;border-bottom:1px solid #edf3f5}
.bb-v9-page-hero span{display:block;color:#6f96aa;font-size:10px;font-weight:800;letter-spacing:2px;text-transform:uppercase}
.bb-v9-page-hero h1{margin:7px 0 10px;color:#28475e;font-size:40px;line-height:1.05;font-weight:800;letter-spacing:-.7px}
.bb-v9-page-hero p{margin:0 auto;max-width:690px;color:#6b8190;font-size:14px;line-height:1.6}
.bb-v9-info-content{padding:46px 0 64px}
.bb-v9-prose{max-width:880px;margin:auto}
.bb-v9-prose h2{color:#29485e;font-size:24px;margin:28px 0 9px}
.bb-v9-prose h2:first-child{margin-top:0}
.bb-v9-prose p,.bb-v9-prose li{color:#546f7f;font-size:14px;line-height:1.75}
.bb-v9-prose a{color:var(--bbv9-blue);font-weight:700}

/* About */
.bb-v9-about-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:36px;align-items:start}
.bb-v9-about-copy{background:linear-gradient(135deg,#f2fafd,#fff9f4);border:1px solid #e0edf2;border-radius:20px;padding:32px}
.bb-v9-about-copy h2{margin:0 0 14px;color:#29485f;font-size:28px}
.bb-v9-about-copy p{margin:0;color:#526f7f;font-size:15px;line-height:1.8}
.bb-v9-about-values{display:grid;gap:12px}
.bb-v9-about-values article{display:grid;grid-template-columns:54px 1fr;column-gap:15px;align-items:center;border:1px solid #e0ebef;border-radius:16px;padding:18px;background:#fff}
.bb-v9-about-values i{grid-row:1/3;width:50px;height:50px;border-radius:50%;display:grid;place-items:center;background:#eef9fd;color:var(--bbv9-blue)}
.bb-v9-about-values svg{width:28px;height:28px}
.bb-v9-about-values h3{margin:0;color:#2f4c60;font-size:15px}
.bb-v9-about-values p{margin:3px 0 0;color:#7c8f9b;font-size:11px;line-height:1.5}

/* Contact */
.bb-v9-contact-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:start}
.bb-v9-contact-cards{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.bb-v9-contact-cards article{border:1px solid #dfeaf0;border-radius:15px;padding:16px;background:#fff;display:flex;gap:12px;align-items:center}
.bb-v9-contact-cards article i{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#eef9fd;color:var(--bbv9-blue);flex:0 0 auto}
.bb-v9-contact-cards article svg{width:23px;height:23px}
.bb-v9-contact-cards h3{margin:0 0 3px;color:#304f63;font-size:13px}
.bb-v9-contact-cards a{font-size:10px;color:#5e7888;word-break:break-word}
.bb-v9-company-data{grid-column:1/-1;background:#f4fbfe;border:1px solid #dfeef4;border-radius:16px;padding:20px}
.bb-v9-company-data h3{margin:0 0 8px;color:#29485e;font-size:16px}
.bb-v9-company-data p{margin:0;color:#617a89;font-size:12px;line-height:1.65}
.bb-v9-contact-form-wrap{border:1px solid #dfeaf0;border-radius:18px;background:#fff;padding:26px;box-shadow:0 6px 22px rgba(44,76,94,.04)}
.bb-v9-contact-form-wrap h2{margin:0 0 16px;color:#29485e;font-size:24px}
.bb-v9-contact-form{display:grid;grid-template-columns:1fr 1fr;gap:13px}
.bb-v9-contact-form label{display:grid;gap:6px;color:#5d7482;font-size:11px;font-weight:700}
.bb-v9-contact-form label:nth-last-of-type(1){grid-column:1/-1}
.bb-v9-contact-form input,.bb-v9-contact-form textarea{width:100%;border:1px solid #d7e5eb;border-radius:9px;background:#fff;padding:10px 12px;font:inherit;color:#405c6d;outline:none}
.bb-v9-contact-form textarea{resize:vertical}
.bb-v9-contact-form .bb-v9-btn{justify-self:start;border:0;cursor:pointer}
.bb-v9-form-success{margin-bottom:14px;border:1px solid #cce9d9;background:#f0faf5;color:#387458;padding:10px 12px;border-radius:9px;font-size:12px}

/* FAQ */
.bb-v9-faq{max-width:850px;margin:auto}
.bb-v9-faq details{border:1px solid #dfeaf0;border-radius:13px;margin-bottom:10px;background:#fff;overflow:hidden}
.bb-v9-faq summary{cursor:pointer;padding:16px 18px;color:#2f4c60;font-size:14px;font-weight:800;list-style:none}
.bb-v9-faq summary::-webkit-details-marker{display:none}
.bb-v9-faq p{margin:0;padding:0 18px 18px;color:#607988;font-size:13px;line-height:1.7}

/* Store */
.bb-v9-store-hero{padding-bottom:42px}
.bb-v9-store-body{padding:24px 0 58px}
.bb-v9-category-chips{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;margin-bottom:24px}
.bb-v9-category-chips a{border:1px solid #dce8ed;background:#fff;border-radius:999px;padding:8px 14px;color:#607988;font-size:11px;font-weight:700}
.bb-v9-category-chips a:hover,.bb-v9-category-chips a.is-active{background:var(--bbv9-blue);border-color:var(--bbv9-blue);color:#fff}
.bb-v9-pagination{display:flex;justify-content:center;gap:6px;margin-top:26px}
.bb-v9-pagination a,.bb-v9-pagination span{min-width:36px;height:36px;padding:0 9px;display:grid;place-items:center;border:1px solid #dce8ed;border-radius:9px;color:#587384;background:#fff;font-size:12px}
.bb-v9-pagination span.current{background:var(--bbv9-blue);border-color:var(--bbv9-blue);color:#fff}
.bb-v9-empty{text-align:center;max-width:680px;margin:40px auto;background:#f3fbfe;border:1px solid #dcecf2;border-radius:18px;padding:34px 22px}
.bb-v9-empty h2{margin:0 0 8px;color:#29485e;font-size:24px}
.bb-v9-empty p{margin:0 auto 17px;color:#708692;font-size:13px;max-width:500px}

/* Single product */
.bb-v9-single-product{padding:38px 0 60px}
.bb-v9-single-product-inner{max-width:1180px}
.bb-v9-single-product .product{display:block!important}
.bb-v9-single-product div.product div.images{width:50%!important;padding-right:28px}
.bb-v9-single-product div.product div.summary{width:50%!important;padding:16px 0 0 26px}
.bb-v9-single-product .woocommerce-product-gallery__wrapper{background:#fbfcfd;border:1px solid #e5edf1;border-radius:18px;overflow:hidden;padding:10px}
.bb-v9-single-product .woocommerce-product-gallery img{border-radius:12px}
.bb-v9-single-product .product_title{color:#29485e;font-size:34px;line-height:1.15;margin-bottom:12px!important}
.bb-v9-single-product .price{color:#28485e!important;font-size:24px!important;font-weight:800}
.bb-v9-single-product .woocommerce-product-details__short-description{font-size:14px;line-height:1.7;color:#617a89}
.bb-v9-single-product form.cart .button{background:var(--bbv9-blue)!important;border-radius:10px!important;min-height:45px!important;font-weight:800!important}
.bb-v9-single-product table.variations select{min-height:42px;border:1px solid #d7e5eb;border-radius:8px;padding:0 10px}
.bb-v9-single-trust{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0 8px}
.bb-v9-single-trust span{display:flex;align-items:center;gap:6px;background:#f1f9fc;border:1px solid #e0edf2;border-radius:999px;padding:7px 10px;color:#5a7585;font-size:10px}
.bb-v9-single-trust svg{width:17px;height:17px;color:var(--bbv9-blue)}
.bb-v9-single-product .woocommerce-tabs{clear:both;padding-top:34px}
.bb-v9-single-product .woocommerce-tabs ul.tabs{border-bottom:1px solid #dfeaf0!important}
.bb-v9-single-product .woocommerce-tabs ul.tabs li{background:transparent!important;border:0!important}
.bb-v9-single-product .woocommerce-tabs ul.tabs li a{color:#617a89!important;font-size:12px!important}
.bb-v9-single-product .woocommerce-tabs ul.tabs li.active a{color:var(--bbv9-blue)!important}
.bb-v9-single-product .related.products{clear:both;padding-top:26px}
.bb-v9-single-product .related.products>h2{color:#29485e;font-size:24px;text-align:center}

/* Woo core pages */
body.benibee-v9-active.woocommerce-cart .entry-content,
body.benibee-v9-active.woocommerce-checkout .entry-content,
body.benibee-v9-active.woocommerce-account .entry-content{width:min(calc(100% - 48px),1180px);margin:40px auto 60px!important}
body.benibee-v9-active.woocommerce-cart .woocommerce,
body.benibee-v9-active.woocommerce-checkout .woocommerce,
body.benibee-v9-active.woocommerce-account .woocommerce{font-family:inherit;color:#536d7e}
body.benibee-v9-active .woocommerce table.shop_table{border:1px solid #dfeaf0!important;border-radius:14px!important;overflow:hidden}
body.benibee-v9-active .woocommerce button.button,
body.benibee-v9-active .woocommerce a.button,
body.benibee-v9-active .woocommerce input.button,
body.benibee-v9-active .woocommerce #respond input#submit{background:var(--bbv9-blue)!important;color:#fff!important;border-radius:9px!important;font-weight:800!important}
body.benibee-v9-active .woocommerce input.input-text,
body.benibee-v9-active .woocommerce textarea,
body.benibee-v9-active .woocommerce select{border:1px solid #d7e5eb!important;border-radius:8px!important;min-height:42px;padding:8px 10px}
body.benibee-v9-active .woocommerce form.checkout_coupon,
body.benibee-v9-active .woocommerce form.login,
body.benibee-v9-active .woocommerce form.register{border:1px solid #dfeaf0!important;border-radius:14px!important}

/* Responsive */
@media(max-width:980px){
  .bb-v9-header-inner{grid-template-columns:155px 1fr 155px;height:82px}
  .bb-v9-logo img{width:130px}
  .bb-v9-nav{gap:28px}
  .bb-v9-hero-copy{width:50%;padding-left:12px}
  .bb-v9-hero h1{font-size:38px}
  .bb-v9-benefits-grid{grid-template-columns:repeat(2,1fr)}
  .bb-v9-benefit:nth-child(2){border-right:0}
  .bb-v9-benefit:nth-child(-n+2){border-bottom:1px solid #dcebf1}
  .bb-v9-category-grid{grid-template-columns:repeat(3,1fr)}
  .bb-v9-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .bb-v9-favorite-inner{grid-template-columns:62px 1.3fr 1fr;padding-right:24px}
  .bb-v9-favorite-inner .bb-v9-btn{grid-column:2/4;justify-self:start;margin-right:0}
  .bb-v9-favorite-inner>img{display:none}
  .bb-v9-newsletter-inner{grid-template-columns:52px 1fr}
  .bb-v9-newsletter form{grid-column:1/-1}
  .bb-v9-footer-grid{grid-template-columns:repeat(3,1fr)}
  .bb-v9-about-grid,.bb-v9-contact-layout{grid-template-columns:1fr}
}

@media(max-width:760px){
  .bb-v9-container{width:min(calc(100% - 24px),1180px)}
  .bb-v9-topbar{font-size:9px}
  .bb-v9-topbar-inner{min-height:31px;justify-content:center}
  .bb-v9-topbar-copy{gap:7px;overflow:hidden;max-width:100%;justify-content:center}
  .bb-v9-topbar-copy span:nth-of-type(2),.bb-v9-topbar-copy .bb-v9-dot{display:none}
  .bb-v9-topbar-copy span{white-space:nowrap}
  .bb-v9-topbar-copy svg{width:12px;height:12px}
  .bb-v9-topbar-social{display:none}
  .bb-v9-header-inner{height:72px;grid-template-columns:1fr auto}
  .bb-v9-logo img{width:122px;max-height:54px}
  .bb-v9-nav{display:none}
  .bb-v9-header-actions{gap:4px}
  .bb-v9-icon-button{width:36px;height:36px;padding:7px}
  .bb-v9-icon-button svg{width:23px;height:23px}
  .bb-v9-menu-toggle{display:grid}
  .bb-v9-search-panel form{grid-template-columns:1fr 92px}
  .bb-v9-mobile-menu{position:absolute;left:0;right:0;top:100%;background:#fff;border-top:1px solid #edf2f5;box-shadow:0 16px 26px rgba(35,63,88,.08);padding:10px 16px 16px;display:none}
  .bb-v9-mobile-menu.is-open{display:block}
  .bb-v9-mobile-menu a{display:block;padding:11px 8px;color:#36546a;font-size:13px;font-weight:700;border-bottom:1px solid #eef3f5}
  .bb-v9-mobile-menu .bb-v9-mobile-sub{padding-left:24px;color:#6d8391;font-weight:600}

  .bb-v9-hero{background:#fff;overflow:visible}
  .bb-v9-hero-media img{width:100%;height:auto;object-fit:contain;object-position:center}
  .bb-v9-hero-inner{position:static;display:block;height:auto}
  .bb-v9-hero-copy{width:100%;padding:22px 4px 26px;background:#fff}
  .bb-v9-hero h1{font-size:29px;line-height:1.08;letter-spacing:-.6px}
  .bb-v9-hero p{font-size:13px;line-height:1.55;margin:14px 0}
  .bb-v9-hero-trust{display:grid;grid-template-columns:1fr;gap:6px;margin-bottom:18px;font-size:10px}
  .bb-v9-btn{min-height:45px;font-size:12px;padding:0 18px}

  .bb-v9-benefits{padding:10px 0 6px}
  .bb-v9-benefits-grid{grid-template-columns:repeat(2,1fr)}
  .bb-v9-benefit{min-height:88px;padding:12px 10px;gap:8px;border-right:0;border-bottom:1px solid #dcebf1}
  .bb-v9-benefit:nth-child(odd){border-right:1px solid #dcebf1}
  .bb-v9-benefit:nth-last-child(-n+2){border-bottom:0}
  .bb-v9-benefit svg{width:28px;height:28px}
  .bb-v9-benefit strong{font-size:10px;margin-bottom:2px}
  .bb-v9-benefit span{font-size:8px}

  .bb-v9-section{padding:20px 0 8px}
  .bb-v9-section-title{margin-bottom:13px}
  .bb-v9-section-title h2{font-size:20px}
  .bb-v9-section-title span{font-size:13px}
  .bb-v9-category-grid{grid-template-columns:repeat(2,1fr);gap:9px}
  .bb-v9-category-card>img{height:105px}
  .bb-v9-category-card>span{height:46px}
  .bb-v9-category-card strong{font-size:11px}
  .bb-v9-category-card svg{width:20px;height:20px}
  .bb-v9-category-card:last-child:nth-child(odd){grid-column:1/-1;width:calc(50% - 5px);justify-self:center}

  .bb-v9-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  .bb-v9-product-main{padding:8px 8px 11px}
  .bb-v9-product-card h3{font-size:10px;min-height:28px}
  .bb-v9-price{font-size:13px}
  .bb-v9-payment-note{font-size:7.5px}
  .bb-v9-sale{font-size:8px;padding:4px 7px}
  .bb-v9-fav-btn{width:27px;height:27px;font-size:20px}
  .bb-v9-btn-outline{min-width:230px}

  .bb-v9-favorite-banner{padding:22px 0 8px}
  .bb-v9-favorite-inner{grid-template-columns:50px 1fr;gap:12px;padding:18px}
  .bb-v9-favorite-inner>i svg{width:48px;height:48px}
  .bb-v9-favorite-inner h2{font-size:18px}
  .bb-v9-favorite-inner p{grid-column:1/-1;font-size:10px}
  .bb-v9-favorite-inner .bb-v9-btn{grid-column:1/-1}

  .bb-v9-review-grid{grid-template-columns:1fr;gap:10px}
  .bb-v9-newsletter{padding:18px 0}
  .bb-v9-newsletter-inner{grid-template-columns:45px 1fr;padding:14px;gap:12px}
  .bb-v9-newsletter-inner>i{width:44px;height:44px}
  .bb-v9-newsletter h3{font-size:14px}
  .bb-v9-newsletter form{grid-template-columns:1fr 86px}
  .bb-v9-newsletter input,.bb-v9-newsletter button{height:39px}

  .bb-v9-footer-grid{grid-template-columns:1fr 1fr;gap:18px 14px}
  .bb-v9-footer-brand{grid-column:1/-1}
  .bb-v9-footer-brand img{width:120px}
  .bb-v9-footer h4{font-size:10px}
  .bb-v9-footer a,.bb-v9-footer span{font-size:9px}

  .bb-v9-page-hero{padding:38px 0 34px}
  .bb-v9-page-hero h1{font-size:29px}
  .bb-v9-page-hero p{font-size:12px}
  .bb-v9-info-content{padding:30px 0 46px}
  .bb-v9-about-copy{padding:22px}
  .bb-v9-about-copy h2{font-size:23px}
  .bb-v9-about-copy p{font-size:13px}
  .bb-v9-contact-cards{grid-template-columns:1fr}
  .bb-v9-company-data{grid-column:auto}
  .bb-v9-contact-form-wrap{padding:18px}
  .bb-v9-contact-form{grid-template-columns:1fr}
  .bb-v9-contact-form label:nth-last-of-type(1){grid-column:auto}

  .bb-v9-category-chips{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;padding-bottom:4px}
  .bb-v9-category-chips a{white-space:nowrap}
  .bb-v9-store-body{padding-top:16px}

  .bb-v9-single-product{padding:22px 0 44px}
  .bb-v9-single-product div.product div.images,.bb-v9-single-product div.product div.summary{width:100%!important;float:none!important;padding:0!important}
  .bb-v9-single-product div.product div.summary{margin-top:18px}
  .bb-v9-single-product .product_title{font-size:27px}
  .bb-v9-single-product .price{font-size:20px!important}
  .bb-v9-single-trust{display:grid;grid-template-columns:1fr 1fr}
  body.benibee-v9-active.woocommerce-cart .entry-content,
  body.benibee-v9-active.woocommerce-checkout .entry-content,
  body.benibee-v9-active.woocommerce-account .entry-content{width:min(calc(100% - 24px),1180px);margin:24px auto 44px!important}
}

@media(max-width:420px){
  .bb-v9-topbar-copy span:first-child{display:none}
  .bb-v9-header-actions .bb-v9-icon-button:nth-child(2){display:none}
  .bb-v9-logo img{width:112px}
}
/* Garantia contra qualquer footer/widget legado do tema */
body.benibee-v9-active footer:not(.bb-v9-footer){display:none!important}
body.benibee-v9-active [data-id="footer"],
body.benibee-v9-active [data-footer],
body.benibee-v9-active .ct-footer,
body.benibee-v9-active .footer,
body.benibee-v9-active .footer-widgets-area,
body.benibee-v9-active .widget-area,
body.benibee-v9-active .ct-widget,
body.benibee-v9-active .sidebar{display:none!important}

/* V12 — catálogo principal estável e responsivo */
.bb-v12-departments-wrap{margin:0 0 28px}
.bb-v12-store-title{margin-bottom:18px}
.bb-v12-department-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:28px}
.bb-v12-department-card{min-height:148px;border:1px solid #dce9ef;border-radius:17px;background:linear-gradient(145deg,#fff 0%,#f7fcfe 100%);padding:22px 18px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;box-shadow:0 6px 20px rgba(44,76,94,.035);transition:.18s;color:#2e4b60}
.bb-v12-department-card:hover{transform:translateY(-2px);border-color:#bfe5f4;box-shadow:0 12px 28px rgba(44,76,94,.08)}
.bb-v12-department-card i{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#eef9fd;color:var(--bbv9-blue);margin-bottom:12px}
.bb-v12-department-card i svg{width:25px;height:25px;stroke-width:1.8}
.bb-v12-department-card strong{display:block;color:#29485f;font-size:14px;line-height:1.25;margin-bottom:5px}
.bb-v12-department-card span{display:block;color:#8497a3;font-size:10px;line-height:1.45}
.bb-v12-category-chips{margin:8px 0 30px}
.bb-v12-products-heading{margin-bottom:20px}

/* As páginas institucionais usam o template normal do tema, mas o conteúdo ocupa toda a largura BENIBEE. */
body.benibee-v9-active.page .entry-content>.bb-v9-site,
body.benibee-v9-active.page .entry-content>.bb-v9-info-page{width:100%;max-width:none;margin:0}
body.benibee-v9-active.page .entry-content{max-width:none!important;width:100%!important;margin:0!important;padding:0!important}

@media(max-width:980px){
  .bb-v12-department-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:560px){
  .bb-v12-department-grid{grid-template-columns:1fr 1fr;gap:9px}
  .bb-v12-department-card{min-height:132px;padding:15px 12px;border-radius:14px}
  .bb-v12-department-card i{width:36px;height:36px;margin-bottom:9px}
  .bb-v12-department-card i svg{width:22px;height:22px}
  .bb-v12-department-card strong{font-size:11px}
  .bb-v12-department-card span{font-size:8px}
  .bb-v12-category-chips{margin-bottom:22px}
}

/* V17 - melhoria visual da vitrine de produtos */
.bb-v17-product-card{position:relative}
.bb-v17-badge-stack{position:absolute;z-index:2;left:9px;top:9px;display:flex;flex-direction:column;gap:6px;max-width:72%}
.bb-v17-badge{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;border-radius:999px;padding:5px 10px;font-size:10px;font-weight:800;line-height:1;text-transform:uppercase;letter-spacing:.02em;box-shadow:0 6px 14px rgba(26,53,72,.12)}
.bb-v17-badge.is-sale{background:#e7f5ff;color:#177fb0}
.bb-v17-badge.is-discount{background:#1aa1e6;color:#fff}
.bb-v17-badge.is-shipping{background:#eafaf1;color:#1f8f55}
.bb-v17-badge.is-new{background:#fff2de;color:#ca7b16}
.bb-v17-badge.is-hot{background:#fff0f3;color:#d14a72}
.bb-v17-stock-note{display:block;color:#2b7c52;font-size:10px;font-weight:700;margin-top:5px}
.bb-v9-store-grid .bb-v9-product-card{box-shadow:0 8px 24px rgba(44,76,94,.045)}
.bb-v9-store-grid .bb-v9-product-card:hover{transform:translateY(-4px)}
.bb-v9-store-grid .bb-v9-product-image{background:linear-gradient(180deg,#fbfdfe 0%,#f6fafc 100%)}
.bb-v9-store-grid .bb-v9-product-card h3{min-height:44px}
@media (max-width:760px){
  .bb-v17-badge-stack{left:7px;top:7px;gap:4px;max-width:78%}
  .bb-v17-badge{font-size:7.5px;padding:4px 7px}
  .bb-v17-stock-note{font-size:8px;margin-top:4px}
}


/* V18 - conversão, busca e campanhas comerciais */
.bb-v18-commerce-search{background:#fff;border-top:1px solid #edf3f6;border-bottom:1px solid #e5eef2;position:relative;z-index:999}
.bb-v18-commerce-search-inner{min-height:58px;display:grid;grid-template-columns:1fr auto;gap:14px;align-items:center}
.bb-v18-commerce-search form{position:relative;display:grid;grid-template-columns:36px 1fr 92px;align-items:center;max-width:880px;width:100%;margin:0 auto;border:1px solid #d6e5ec;border-radius:999px;background:#fafdff;overflow:hidden;transition:.2s}
.bb-v18-commerce-search form:focus-within{border-color:#8fd4ef;box-shadow:0 0 0 4px rgba(43,181,230,.09)}
.bb-v18-commerce-search input{height:42px;border:0;background:transparent;outline:none;font:inherit;color:#29475e;padding:0 8px}
.bb-v18-commerce-search button{height:36px;margin-right:3px;border:0;border-radius:999px;background:var(--bbv9-blue);color:#fff;font-weight:800;font-size:12px;cursor:pointer}
.bb-v18-search-icon{display:grid;place-items:center;color:#6b8796}.bb-v18-search-icon svg{width:18px;height:18px}
.bb-v18-search-offers{height:38px;padding:0 18px;border-radius:999px;background:#eef8fd;color:#168dbd;display:flex;align-items:center;font-size:12px;font-weight:800}
.bb-v9-search-toggle{display:none!important}
.bb-v18-hero-kicker{display:inline-flex;margin-bottom:12px;color:#349ac5;font-size:11px;font-weight:900;letter-spacing:.14em}
.bb-v18-campaigns{padding:8px 0 22px}
.bb-v18-campaign-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.bb-v18-campaign{min-height:150px;border-radius:20px;padding:24px 28px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;position:relative;overflow:hidden;border:1px solid #dfebf0;box-shadow:0 8px 25px rgba(44,76,94,.05)}
.bb-v18-campaign:after{content:"";position:absolute;width:180px;height:180px;border-radius:50%;right:-60px;top:-60px;background:rgba(255,255,255,.42)}
.bb-v18-campaign-sale{background:linear-gradient(125deg,#edf8fd 0%,#f8fcfe 100%)}
.bb-v18-campaign-new{background:linear-gradient(125deg,#fff6e8 0%,#fffaf4 100%)}
.bb-v18-campaign-kicker{font-size:10px;letter-spacing:.14em;font-weight:900;color:#349ac5;margin-bottom:7px}
.bb-v18-campaign strong{font-size:23px;line-height:1.15;color:#29475e;max-width:410px;position:relative;z-index:2}
.bb-v18-campaign small{font-size:11px;color:#6e8593;margin-top:8px;max-width:420px;line-height:1.5;position:relative;z-index:2}
.bb-v18-campaign b{display:flex;align-items:center;gap:8px;margin-top:16px;color:#168dbd;font-size:12px;position:relative;z-index:2}.bb-v18-campaign b svg{width:16px;height:16px}
.bb-v18-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:16px}.bb-v18-title-row .bb-v9-section-title{margin-bottom:0}.bb-v18-title-row>a{font-size:12px;font-weight:800;color:#168dbd;white-space:nowrap;padding-bottom:8px}
.bb-v18-sale-section{background:linear-gradient(180deg,#fbfeff 0%,#fff 100%)}
.bb-v18-new-section{background:#fffaf5}
.bb-v18-best-section{background:#fff}
.bb-v18-store-highlight{margin:18px 0 26px;border:1px solid #d9e9ef;border-radius:16px;background:linear-gradient(90deg,#eef9fe,#fbfdfe);padding:18px 22px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.bb-v18-store-highlight div{display:flex;flex-direction:column;gap:4px}.bb-v18-store-highlight strong{font-size:16px;color:#29475e}.bb-v18-store-highlight span{font-size:11px;color:#758c99}.bb-v18-store-highlight a{display:flex;align-items:center;gap:7px;color:#168dbd;font-size:12px;font-weight:800;white-space:nowrap}.bb-v18-store-highlight svg{width:16px;height:16px}

@media(max-width:760px){
  .bb-v18-commerce-search-inner{min-height:54px;grid-template-columns:1fr;padding-top:6px;padding-bottom:6px}
  .bb-v18-commerce-search form{grid-template-columns:32px 1fr 76px}
  .bb-v18-commerce-search input{font-size:12px}.bb-v18-commerce-search button{font-size:10px;height:34px}
  .bb-v18-search-offers{display:none}
  .bb-v18-campaigns{padding:4px 0 16px}.bb-v18-campaign-grid{grid-template-columns:1fr;gap:10px}
  .bb-v18-campaign{min-height:125px;padding:20px}.bb-v18-campaign strong{font-size:19px}.bb-v18-campaign small{font-size:10px}
  .bb-v18-title-row{align-items:center;margin-bottom:10px}.bb-v18-title-row>a{font-size:9px;padding-bottom:3px}
  .bb-v18-store-highlight{padding:15px;align-items:flex-start;flex-direction:column;gap:10px}.bb-v18-store-highlight strong{font-size:14px}.bb-v18-store-highlight span{font-size:9px}.bb-v18-store-highlight a{font-size:10px}
}


/* =========================================================
   V19 — revisão comercial + limpeza estrutural
   ========================================================= */
.bb-v19-campaign-with-product{display:grid!important;grid-template-columns:minmax(0,1fr) 155px;gap:14px;align-items:center;padding-right:18px!important}
.bb-v19-campaign-copy{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start}
.bb-v19-campaign-with-product>img{position:relative;z-index:1;width:145px;height:125px;object-fit:contain;justify-self:end;filter:drop-shadow(0 12px 15px rgba(32,65,84,.12))}
.bb-v19-campaign-with-product:after{right:80px;top:-75px;width:210px;height:210px}

.bb-v19-catalog-tools{margin:18px 0 22px;padding:14px 16px;border:1px solid #dce9ef;border-radius:15px;background:#fbfdfe;display:flex;align-items:center;justify-content:space-between;gap:18px}
.bb-v19-catalog-summary{display:flex;align-items:center;gap:16px;min-width:0}
.bb-v19-catalog-summary>strong{font-size:13px;color:#29475e;white-space:nowrap}
.bb-v19-quick-filters{display:flex;align-items:center;gap:7px}
.bb-v19-quick-filters a{padding:7px 12px;border-radius:999px;border:1px solid #d6e6ed;color:#637e8e;font-size:10px;font-weight:800;background:#fff}
.bb-v19-quick-filters a.is-active{background:#e9f8fe;border-color:#aee2f5;color:#168dbd}
.bb-v19-order-form{display:flex;align-items:center;gap:8px}
.bb-v19-order-form label{font-size:10px;color:#7c909c;font-weight:700}
.bb-v19-order-form select{height:36px;border:1px solid #d4e4eb;border-radius:10px;background:#fff;color:#355269;padding:0 30px 0 10px;font:inherit;font-size:11px;outline:none}
.bb-v19-order-form select:focus{border-color:#84d0ed;box-shadow:0 0 0 3px rgba(47,183,233,.08)}

.bb-v17-product-card .bb-v9-product-image{border:1px solid #eef3f5}
.bb-v17-product-card .bb-v9-product-main{height:100%;display:flex;flex-direction:column}
.bb-v17-product-card .bb-v9-product-image{flex:0 0 auto}
.bb-v17-product-card .bb-v9-price{margin-top:auto}
.bb-v17-stock-note{min-height:15px}
.bb-v17-badge-stack{pointer-events:none}
.bb-v17-badge{box-shadow:none;border:1px solid rgba(35,74,95,.05)}
.bb-v17-badge.is-discount{background:#28abe3;color:#fff}
.bb-v17-badge.is-shipping{background:#e8f8ef;color:#237a4f}
.bb-v17-badge.is-new{background:#fff4df;color:#ad6813}
.bb-v17-badge.is-hot{background:#fff0f2;color:#ba4b68}

/* O shell V19 não carrega o header/footer estrutural do tema nas páginas BENIBEE. */
body.benibee-v9-active>.bb-v9-topbar:first-of-type{margin-top:0}

@media(max-width:760px){
  .bb-v19-campaign-with-product{grid-template-columns:minmax(0,1fr) 105px;padding-right:10px!important}
  .bb-v19-campaign-with-product>img{width:100px;height:100px}
  .bb-v19-catalog-tools{margin:12px 0 16px;padding:11px;align-items:stretch;flex-direction:column;gap:10px}
  .bb-v19-catalog-summary{justify-content:space-between;gap:8px}
  .bb-v19-catalog-summary>strong{font-size:10px}
  .bb-v19-quick-filters a{font-size:8px;padding:6px 9px}
  .bb-v19-order-form{justify-content:space-between}
  .bb-v19-order-form label{font-size:8px}
  .bb-v19-order-form select{height:34px;font-size:10px;min-width:165px}
}

@media(max-width:420px){
  .bb-v19-campaign-with-product{grid-template-columns:1fr 82px;gap:6px}
  .bb-v19-campaign-with-product>img{width:78px;height:88px}
  .bb-v19-catalog-summary{flex-wrap:wrap}
}


/* V20 refinements */
.bb-v9-single-product div.product{display:grid!important;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:34px;align-items:start}
.bb-v9-single-product div.product div.images,.bb-v9-single-product div.product div.summary{width:auto!important;float:none!important}
.bb-v9-single-product div.product div.images{padding-right:0!important}
.bb-v9-single-product div.product div.summary{padding:22px 24px!important;border:1px solid #e3edf2;border-radius:22px;background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);box-shadow:0 10px 28px rgba(41,71,94,.06)}
.bb-v9-single-product .woocommerce-product-gallery__wrapper{padding:14px;border-radius:22px;box-shadow:0 8px 20px rgba(41,71,94,.04)}
.bb-v20-single-badges{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 12px}
.bb-v20-single-badges .bb-v17-badge{font-size:11px;padding:7px 12px;border-radius:999px;box-shadow:none}
.bb-v20-safe-stock,.bb-v9-single-product .variations .stock,.bb-v9-single-product .stock{display:none!important}
.bb-v20-single-reassurance{display:flex;flex-wrap:wrap;gap:8px;padding-top:12px;margin-top:14px;border-top:1px solid #e5edf2}
.bb-v20-chip{display:inline-flex;align-items:center;gap:7px;padding:8px 12px;border-radius:999px;background:#f3f9fc;border:1px solid #d9ebf3;color:#456477;font-size:12px;font-weight:700;line-height:1.2}
.bb-v20-chip svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2.2}
.bb-v20-chip-stock{background:#f0faf4;border-color:#cfe9d7;color:#2f7b4f}
.bb-v9-single-product .woocommerce-product-details__short-description{margin-top:12px;padding-top:14px;border-top:1px solid #ebf1f4}
.bb-v9-single-product .woocommerce-product-details__short-description p:last-child{margin-bottom:0}
.bb-v9-single-product form.cart{margin-top:18px;padding-top:12px;border-top:1px solid #e9f0f4}
.bb-v9-single-product .quantity .qty,.bb-v9-single-product .quantity input.qty{border-radius:10px!important;border:1px solid #d7e5eb!important;min-height:45px!important}
.bb-v9-single-product .single_variation_wrap .woocommerce-variation-add-to-cart{display:flex;flex-wrap:wrap;gap:10px;align-items:center}
.bb-v9-single-product .single_variation_wrap .button{min-width:190px}
.bb-v9-single-product .product_meta{margin-top:16px;padding-top:14px;border-top:1px solid #e9f0f4;color:#6d8391;font-size:12px;line-height:1.7}
.bb-v9-single-product .product_meta a{font-weight:700}
.bb-v9-single-product .woocommerce-tabs ul.tabs li a{font-size:13px!important;font-weight:800}
.bb-v20-campaign-media{position:relative;z-index:2;display:flex;justify-content:flex-end}
.bb-v20-campaign-frame{position:relative;display:flex;align-items:center;justify-content:center;width:168px;height:128px;border-radius:20px;padding:10px;background:linear-gradient(180deg,#fff 0%,#f8fbfd 100%);border:1px solid rgba(181,205,219,.75);box-shadow:0 18px 28px rgba(39,71,94,.10), inset 0 1px 0 rgba(255,255,255,.7)}
.bb-v20-campaign-frame:before{content:"";position:absolute;inset:8px;border-radius:14px;border:1px dashed rgba(52,154,197,.18)}
.bb-v20-campaign-frame img{position:relative;z-index:1;width:126px;height:104px;object-fit:contain;filter:drop-shadow(0 10px 14px rgba(30,62,82,.12))}
.bb-v19-campaign-with-product{grid-template-columns:minmax(0,1fr) 180px;gap:18px;align-items:center}
@media (max-width:980px){
  .bb-v9-single-product div.product{grid-template-columns:1fr;gap:18px}
  .bb-v9-single-product div.product div.summary{padding:18px 18px 20px!important}
  .bb-v19-campaign-with-product{grid-template-columns:minmax(0,1fr) 142px}
  .bb-v20-campaign-frame{width:132px;height:112px;padding:8px}
  .bb-v20-campaign-frame img{width:102px;height:88px}
}
@media (max-width:760px){
  .bb-v20-single-badges{margin-bottom:10px}
  .bb-v20-chip{font-size:11px;padding:7px 10px}
  .bb-v9-single-product .product_title{font-size:24px}
  .bb-v9-single-product .price{font-size:22px!important}
  .bb-v19-campaign-with-product{grid-template-columns:1fr 108px;gap:10px}
  .bb-v20-campaign-frame{width:102px;height:92px;border-radius:16px}
  .bb-v20-campaign-frame:before{inset:6px;border-radius:11px}
  .bb-v20-campaign-frame img{width:78px;height:70px}
}


/* V21 - Contato, Ajuda e Manual do Produto */
.bb-v21-footer-title-link{font-size:inherit!important;line-height:inherit!important;margin:0!important;color:#344f62!important;font-weight:800!important}
.bb-v21-company-data a{display:inline!important;font-size:inherit!important;margin:0!important}
.bb-v21-help-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;max-width:1040px;margin:0 auto}
.bb-v21-help-card{display:grid;grid-template-columns:58px 1fr;gap:16px;align-items:start;border:1px solid #dce9ef;border-radius:18px;background:linear-gradient(180deg,#fff 0%,#fbfdfe 100%);padding:22px 22px;color:#36566a;box-shadow:0 8px 22px rgba(39,71,94,.045);transition:.18s ease}
.bb-v21-help-card:hover{transform:translateY(-2px);box-shadow:0 14px 32px rgba(39,71,94,.08);border-color:#c9e3ef}
.bb-v21-help-card>i{display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:16px;background:#eef9fd;color:var(--bbv9-blue)}
.bb-v21-help-card>i svg{width:28px;height:28px}
.bb-v21-help-card h2{font-size:17px;line-height:1.25;margin:1px 0 7px;color:#29475e}
.bb-v21-help-card p{font-size:12px;line-height:1.6;margin:0;color:#738894}
.bb-v21-help-card span{display:flex;align-items:center;gap:7px;margin-top:13px;color:#168dbd;font-size:11px;font-weight:800}
.bb-v21-help-card span svg{width:15px;height:15px}
.bb-v21-help-contact{max-width:1040px;margin:22px auto 0;border-radius:18px;background:#eef9fd;border:1px solid #d8edf6;padding:20px 24px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.bb-v21-help-contact strong{font-size:17px;color:#29475e}
.bb-v21-help-contact p{font-size:12px;color:#718894;margin:5px 0 0}
.bb-v21-manual-intro{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:22px}
.bb-v21-manual-intro article{display:flex;gap:13px;align-items:flex-start;border:1px solid #dfeaf0;background:#fff;border-radius:16px;padding:17px}
.bb-v21-manual-intro i{display:flex;color:var(--bbv9-blue);width:35px;height:35px;flex:0 0 35px}
.bb-v21-manual-intro i svg{width:30px;height:30px}
.bb-v21-manual-intro h3{font-size:14px;color:#29475e;margin:0 0 5px}
.bb-v21-manual-intro p{font-size:10.5px;line-height:1.55;color:#718894;margin:0}
.bb-v21-manual-search{max-width:850px;margin:0 auto 28px;display:grid;grid-template-columns:42px 1fr auto;align-items:center;border:1px solid #d7e7ee;border-radius:16px;padding:5px 5px 5px 13px;background:#fff;box-shadow:0 7px 18px rgba(39,71,94,.045)}
.bb-v21-manual-search>span{display:flex;color:#7a95a4}.bb-v21-manual-search>span svg{width:21px;height:21px}
.bb-v21-manual-search input{border:0!important;outline:0!important;box-shadow:none!important;min-height:46px;padding:0 8px;color:#36566a;background:transparent!important}
.bb-v21-manual-search button{border:0;border-radius:12px;background:var(--bbv9-blue);color:#fff;font-weight:800;min-height:44px;padding:0 20px;cursor:pointer}
.bb-v21-manual-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.bb-v21-manual-card{border:1px solid #dce9ef;border-radius:18px;background:#fff;overflow:hidden;box-shadow:0 7px 20px rgba(39,71,94,.04)}
.bb-v21-manual-image{display:flex;align-items:center;justify-content:center;aspect-ratio:1.25/1;background:#fbfdfe;padding:12px;border-bottom:1px solid #e7eff3}
.bb-v21-manual-image img{width:100%!important;height:100%!important;object-fit:contain!important;margin:0!important}
.bb-v21-manual-card-copy{padding:16px}
.bb-v21-manual-card h3{font-size:13px;line-height:1.4;color:#2e4d61;margin:0 0 7px;min-height:37px}
.bb-v21-manual-card small{display:block;font-size:9px;color:#8296a2;margin-bottom:14px}
.bb-v21-manual-actions .bb-v9-btn{width:100%;justify-content:center;min-height:40px;font-size:11px;padding:0 12px}
.bb-v21-manual-help{background:#fff!important;color:var(--bbv9-blue)!important;border:1px solid #bfe2f2!important}
@media (max-width:900px){
  .bb-v21-help-grid{grid-template-columns:1fr}
  .bb-v21-manual-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:760px){
  .bb-v21-help-card{grid-template-columns:46px 1fr;padding:16px;gap:12px}
  .bb-v21-help-card>i{width:44px;height:44px;border-radius:13px}.bb-v21-help-card>i svg{width:24px;height:24px}
  .bb-v21-help-card h2{font-size:14px}.bb-v21-help-card p{font-size:10px}
  .bb-v21-help-contact{flex-direction:column;align-items:flex-start;padding:17px}
  .bb-v21-manual-intro{grid-template-columns:1fr;gap:9px}
  .bb-v21-manual-search{grid-template-columns:34px 1fr;margin-bottom:20px;padding:5px 8px}
  .bb-v21-manual-search button{grid-column:1/-1;width:100%;margin-top:5px}
  .bb-v21-manual-grid{grid-template-columns:1fr 1fr;gap:9px}
  .bb-v21-manual-card-copy{padding:11px}.bb-v21-manual-card h3{font-size:10px;min-height:30px}.bb-v21-manual-card small{font-size:7.5px}
  .bb-v21-manual-actions .bb-v9-btn{font-size:9px;min-height:36px}
}


/* V22 - produto com decisão de compra mais rápida */
.bb-v9-nav{gap:34px}
.bb-v9-single-product{padding-top:30px}
.bb-v9-single-product div.product{grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr)!important;gap:38px!important}
.bb-v9-single-product div.product div.summary{position:sticky;top:22px;padding:26px 28px 28px!important;border-radius:24px!important;border:1px solid #dce9f0!important;background:#fff!important;box-shadow:0 16px 38px rgba(37,69,91,.075)!important}
.admin-bar .bb-v9-single-product div.product div.summary{top:54px}
.bb-v20-single-badges{margin-bottom:10px!important}
.bb-v9-single-product .product_title{font-size:31px!important;letter-spacing:-.025em;margin:8px 0 8px!important;color:#24445c!important}
.bb-v22-official-store{display:flex;align-items:center;gap:10px;margin:2px 0 14px;padding-bottom:14px;border-bottom:1px solid #e7eef2;color:#37576c}
.bb-v22-official-mark{width:34px;height:34px;border-radius:10px;background:#e8f7fd;color:#20a9df;display:grid;place-items:center;font-weight:900;font-size:17px}
.bb-v22-official-store>div{display:flex;flex-direction:column;line-height:1.2}.bb-v22-official-store strong{font-size:12px}.bb-v22-official-store small{font-size:10px;color:#8395a0;margin-top:3px}
.bb-v22-verified{margin-left:auto;width:21px;height:21px;border-radius:50%;display:grid;place-items:center;background:#28afe4;color:#fff;font-size:12px;font-weight:900}
.bb-v9-single-product .woocommerce-product-rating{margin:0 0 8px!important}
.bb-v9-single-product p.price{font-size:28px!important;margin:6px 0 3px!important;color:#203f57!important}
.bb-v9-single-product p.price del{font-size:15px;color:#98a8b1;margin-right:6px}.bb-v9-single-product p.price ins{text-decoration:none}
.bb-v22-payment-hint{display:flex;flex-direction:column;gap:3px;padding:10px 12px;margin:6px 0 15px;border-radius:12px;background:#f0fbf5;border:1px solid #d2eddd;color:#30734d}
.bb-v22-payment-hint strong{font-size:12px}.bb-v22-payment-hint span{font-size:10px;color:#718a7c}
.bb-v9-single-product .woocommerce-product-details__short-description{font-size:13px!important;line-height:1.55!important;margin:0 0 14px!important;padding:0!important;border:0!important;color:#5d7687}
.bb-v9-single-product table.variations{margin:10px 0 4px!important}.bb-v9-single-product table.variations th,.bb-v9-single-product table.variations td{display:block;width:100%;padding:0!important}
.bb-v9-single-product table.variations label{display:block;margin:10px 0 6px;font-size:12px;color:#496477}
.bb-v9-single-product table.variations select{width:100%!important;min-height:48px!important;border-radius:12px!important;padding:0 14px!important;background:#fff!important;border:1px solid #cfdfe7!important;font-size:13px!important;color:#314e61}
.bb-v9-single-product table.variations select:focus{border-color:#27afe4!important;box-shadow:0 0 0 3px rgba(39,175,228,.11)!important;outline:none}
.bb-v22-needs-choice{border-color:#27afe4!important;box-shadow:0 0 0 4px rgba(39,175,228,.14)!important}
.bb-v9-single-product .reset_variations{font-size:10px;color:#7c909c;margin-top:6px;display:inline-block}
.bb-v22-purchase-assurance{margin:14px 0 8px;padding:14px;border:1px solid #dbeaf1;border-radius:15px;background:#fbfdfe}
.bb-v22-delivery-title{display:flex;align-items:flex-start;gap:10px}.bb-v22-delivery-title>svg{width:23px;height:23px;stroke:#21ace1;fill:none;stroke-width:2;margin-top:1px}.bb-v22-delivery-title>div{display:flex;flex-direction:column;gap:3px}.bb-v22-delivery-title strong{font-size:12px;color:#304f63}.bb-v22-delivery-title span{font-size:10px;color:#8296a2}
.bb-v22-safe-availability{display:flex;align-items:center;gap:7px;margin-top:10px;font-size:11px;color:#2c7750}.bb-v22-safe-availability>span{width:8px;height:8px;border-radius:50%;background:#34b76d;box-shadow:0 0 0 3px rgba(52,183,109,.12)}
.bb-v9-single-product .stock.bb-v22-native-stock,.bb-v9-single-product .stock.bb-v22-variation-stock{font-size:11px!important;color:#2c7750!important;font-weight:700!important;margin:8px 0!important}
.bb-v9-single-product form.cart{margin-top:10px!important;padding:12px 0 0!important;border-top:1px solid #e7eef2!important}
.bb-v9-single-product form.cart:not(.variations_form),.bb-v9-single-product .woocommerce-variation-add-to-cart{display:grid!important;grid-template-columns:92px minmax(0,1fr) minmax(0,1fr);gap:9px;align-items:stretch}
.bb-v9-single-product .quantity{margin:0!important;width:100%!important}.bb-v9-single-product .quantity .qty{width:100%!important;height:50px!important;min-height:50px!important;text-align:center!important}
.bb-v9-single-product .single_add_to_cart_button,.bb-v22-buy-now{height:50px!important;min-height:50px!important;border-radius:12px!important;font-size:13px!important;font-weight:900!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0!important;width:100%!important;text-transform:none!important}
.bb-v22-buy-now{grid-column:2;background:#21afe5!important;color:#fff!important;border:1px solid #21afe5!important;order:1!important;box-shadow:0 8px 18px rgba(33,175,229,.18)}
.bb-v9-single-product .single_add_to_cart_button{grid-column:3;background:#e8f5fb!important;color:#1689b9!important;border:1px solid #d4eaf4!important;order:2!important;box-shadow:none!important}
.bb-v9-single-product .single_add_to_cart_button:hover{background:#dff2fa!important}.bb-v22-buy-now:hover{background:#159fd4!important}
.bb-v22-compact-meta{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:14px;padding-top:12px;border-top:1px solid #e8eff3;font-size:10px;color:#7d919d}.bb-v22-compact-meta a{margin-left:auto;color:#159fd4;font-weight:800}
.bb-v22-key-info{margin-top:15px;padding:14px 15px;border-radius:14px;background:#fafcfd;border:1px solid #e7eef2}.bb-v22-key-info h3{font-size:12px!important;margin:0 0 8px!important;color:#314f63}.bb-v22-key-info ul{margin:0;padding-left:17px;display:grid;gap:5px}.bb-v22-key-info li{font-size:10.5px;color:#657d8c;line-height:1.45}.bb-v22-key-info li strong{color:#3d5c70}
.bb-v9-single-product .product_meta{display:none!important}
.bb-v9-single-product .bb-v9-single-trust,.bb-v9-single-product .bb-v20-single-reassurance{display:none!important}
.bb-v9-single-product .woocommerce-tabs{margin-top:8px!important;padding-top:30px!important;grid-column:1/-1}.bb-v9-single-product .related.products{grid-column:1/-1}
.bb-v22-mobile-buybar{display:none}

@media(max-width:980px){
  .bb-v9-nav{gap:22px}
  .bb-v9-single-product div.product{grid-template-columns:1fr!important;gap:18px!important}
  .bb-v9-single-product div.product div.summary{position:static!important;padding:20px!important}
}
@media(max-width:760px){
  body.single-product{padding-bottom:74px}
  .bb-v9-single-product{padding:14px 0 34px!important}.bb-v9-single-product-inner{padding-left:12px!important;padding-right:12px!important}
  .bb-v9-single-product div.product div.summary{border-radius:18px!important;padding:17px 15px 18px!important}
  .bb-v9-single-product .product_title{font-size:23px!important}.bb-v9-single-product p.price{font-size:24px!important}
  .bb-v22-official-store{margin-bottom:10px;padding-bottom:10px}.bb-v22-payment-hint{margin-bottom:12px}
  .bb-v9-single-product form.cart:not(.variations_form),.bb-v9-single-product .woocommerce-variation-add-to-cart{grid-template-columns:82px 1fr;gap:8px}
  .bb-v9-single-product .quantity{grid-column:1}.bb-v22-buy-now{grid-column:2!important}.bb-v9-single-product .single_add_to_cart_button{grid-column:1/-1!important}
  .bb-v22-mobile-buybar{position:fixed;left:0;right:0;bottom:0;z-index:9999;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 12px max(9px,env(safe-area-inset-bottom));background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-top:1px solid #dbe8ef;box-shadow:0 -8px 24px rgba(36,67,88,.10)}
  .bb-v22-mobile-buybar>div{display:flex;flex-direction:column;min-width:0}.bb-v22-mobile-buybar small{font-size:8px;letter-spacing:.12em;color:#80939e}.bb-v22-mobile-buybar strong{font-size:16px;color:#27475d;white-space:nowrap}.bb-v22-mobile-buybar del{font-size:9px;color:#98a7af}.bb-v22-mobile-buybar ins{text-decoration:none}
  .bb-v22-mobile-buy{border:0;border-radius:12px;background:#21afe5;color:#fff;font-weight:900;font-size:12px;padding:13px 22px;white-space:nowrap}
}

/* V23 — Revisão completa da página de produto para PC e mobile */
.bb-v9-single-product-inner{max-width:1320px!important}
.bb-v9-single-product{padding-top:34px!important}
.bb-v9-single-product div.product{grid-template-columns:minmax(460px,1.05fr) minmax(560px,1.25fr)!important;gap:42px!important;align-items:start!important}
.bb-v9-single-product div.product div.images{padding:0!important}
.bb-v9-single-product div.product div.summary{position:static!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;width:auto!important}
.bb-v9-single-product .woocommerce-product-gallery__wrapper{background:#fff!important;border:1px solid #e6eef3!important;border-radius:22px!important;padding:18px!important;box-shadow:0 10px 26px rgba(34,66,88,.05)!important}
.bb-v9-single-product .woocommerce-product-gallery{display:block!important}
.bb-v9-single-product .flex-control-thumbs{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;list-style:none;padding:0!important;margin:14px 0 0!important}
.bb-v9-single-product .flex-control-thumbs li{float:none!important;width:auto!important;margin:0!important;border:1px solid #e3ecf2;border-radius:12px;padding:3px;background:#fff}
.bb-v9-single-product .flex-control-thumbs img{border-radius:9px;opacity:1!important}
.bb-v23-summary-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(310px,340px);gap:22px;align-items:start}
.bb-v23-summary-main{min-width:0}
.bb-v23-buy-card{position:sticky;top:22px;padding:22px 20px;border:1px solid #dce8ef;border-radius:24px;background:#fff;box-shadow:0 16px 38px rgba(37,69,91,.08)}
.admin-bar .bb-v23-buy-card{top:54px}
.bb-v23-badges{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px}
.bb-v23-badge{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 12px;border-radius:999px;font-size:11px;font-weight:900;letter-spacing:.01em}
.bb-v23-badge.is-sale{background:#e9f8ef;color:#238250}
.bb-v23-badge.is-new{background:#eef8fd;color:#159fd4}
.bb-v23-badge.is-fast{background:#fff4e8;color:#ca6f14}
.bb-v9-single-product .product_title{font-size:38px!important;line-height:1.08!important;letter-spacing:-.03em;margin:0 0 10px!important;color:#24445c!important;max-width:13ch}
.bb-v9-single-product .woocommerce-product-rating{display:flex;align-items:center;gap:10px;margin:0 0 12px!important}
.bb-v23-rating-fallback{font-size:13px;font-weight:700;color:#5f7b8d;margin-bottom:12px}
.bb-v22-official-store{margin:0 0 14px!important;padding:12px 0 14px!important;border-top:1px solid #ebf1f5;border-bottom:1px solid #ebf1f5!important}
.bb-v9-single-product .woocommerce-product-details__short-description{margin:0 0 14px!important;font-size:14px!important;line-height:1.75!important;color:#5d7687!important}
.bb-v23-short-reassurance{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 14px}
.bb-v23-short-reassurance span{display:inline-flex;align-items:center;gap:6px;padding:8px 11px;border:1px solid #e4edf2;border-radius:999px;background:#f8fbfd;color:#587283;font-size:11px;font-weight:700}
.bb-v23-short-reassurance svg{width:16px;height:16px;color:#20ace1}
.bb-v22-key-info{margin-top:0!important;padding:16px 17px!important;border-radius:16px!important;background:#fbfdfe!important}
.bb-v22-key-info h3{font-size:13px!important}
.bb-v22-key-info li{font-size:12px!important;line-height:1.55!important}
.bb-v22-compact-meta{margin-top:14px!important;padding-top:14px!important;font-size:11px!important}
.bb-v22-compact-meta a{margin-left:0!important}
.bb-v23-buy-card .bb-v22-official-store,.bb-v23-buy-card .bb-v23-badges,.bb-v23-buy-card .woocommerce-product-rating,.bb-v23-buy-card .woocommerce-product-details__short-description,.bb-v23-buy-card .bb-v23-short-reassurance,.bb-v23-buy-card .bb-v22-key-info,.bb-v23-buy-card .bb-v22-compact-meta{display:none!important}
.bb-v9-single-product p.price{font-size:34px!important;line-height:1.05!important;margin:0 0 6px!important;color:#213f57!important}
.bb-v9-single-product p.price del{display:block;font-size:16px;margin:0 0 3px;color:#98a8b1}
.bb-v22-payment-hint{margin:10px 0 14px!important}
.bb-v22-purchase-assurance{margin:0 0 14px!important}
.bb-v22-safe-availability{font-size:12px!important}
.bb-v22-safe-stock,.bb-v22-native-stock,.bb-v22-variation-stock,.bb-v9-single-product .stock{display:none!important}
.bb-v9-single-product table.variations{margin:0 0 8px!important}
.bb-v9-single-product table.variations label{font-size:12px!important;font-weight:800;color:#466275}
.bb-v9-single-product table.variations select{min-height:50px!important;font-size:13px!important}
.bb-v9-single-product form.cart{margin-top:12px!important;padding-top:14px!important;border-top:1px solid #e9f0f4!important}
.bb-v9-single-product form.cart:not(.variations_form),.bb-v9-single-product .woocommerce-variation-add-to-cart{display:grid!important;grid-template-columns:94px 1fr;gap:10px;align-items:stretch}
.bb-v9-single-product .quantity{grid-column:1;grid-row:1 / span 2!important}
.bb-v9-single-product .quantity .qty,.bb-v9-single-product .quantity input.qty{height:52px!important;min-height:52px!important;border-radius:12px!important}
.bb-v22-buy-now{grid-column:2!important;grid-row:1!important}
.bb-v9-single-product .single_add_to_cart_button{grid-column:2!important;grid-row:2!important}
.bb-v22-buy-now,.bb-v9-single-product .single_add_to_cart_button{width:100%!important;max-width:none!important}
.bb-v22-buy-now{background:#21afe5!important;border-color:#21afe5!important;color:#fff!important;box-shadow:0 10px 22px rgba(33,175,229,.18)!important}
.bb-v9-single-product .single_add_to_cart_button{background:#eef8fd!important;border-color:#d8edf6!important;color:#1689b9!important}
.bb-v9-single-product .single_add_to_cart_button.disabled,.bb-v9-single-product .single_add_to_cart_button:disabled{opacity:.6!important}
.bb-v9-single-product .woocommerce-variation-price{margin:0 0 8px}
.bb-v9-single-product .single_variation{margin-bottom:8px}
.bb-v9-single-product .woocommerce-variation-add-to-cart-disabled .bb-v22-buy-now{opacity:.6;pointer-events:none}
.bb-v9-single-product .woocommerce-tabs{grid-column:1/-1!important;margin-top:18px!important;padding-top:28px!important}
.bb-v9-single-product .related.products{grid-column:1/-1!important}

@media (max-width: 1270px){
  .bb-v9-single-product div.product{grid-template-columns:minmax(360px,1fr) minmax(0,1.1fr)!important;gap:28px!important}
  .bb-v23-summary-layout{grid-template-columns:1fr!important}
  .bb-v23-buy-card{position:static!important}
  .bb-v9-single-product .product_title{max-width:none;font-size:32px!important}
}

@media (max-width: 980px){
  .bb-v9-single-product{padding:16px 0 36px!important}
  .bb-v9-single-product-inner{padding-left:12px!important;padding-right:12px!important}
  .bb-v9-single-product div.product{grid-template-columns:1fr!important;gap:18px!important}
  .bb-v9-single-product .woocommerce-product-gallery__wrapper{padding:12px!important;border-radius:18px!important}
  .bb-v9-single-product .flex-control-thumbs{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
  .bb-v23-summary-layout{grid-template-columns:1fr!important;gap:16px!important}
  .bb-v23-buy-card{position:static!important;padding:18px 16px!important;border-radius:18px!important}
  .bb-v9-single-product .product_title{font-size:27px!important;line-height:1.14!important}
  .bb-v9-single-product p.price{font-size:28px!important}
  .bb-v23-short-reassurance{display:grid;grid-template-columns:1fr 1fr;gap:8px}
  .bb-v23-short-reassurance span{justify-content:flex-start}
  .bb-v9-single-product form.cart:not(.variations_form),.bb-v9-single-product .woocommerce-variation-add-to-cart{grid-template-columns:1fr!important}
  .bb-v9-single-product .quantity,.bb-v22-buy-now,.bb-v9-single-product .single_add_to_cart_button{grid-column:1!important;grid-row:auto!important}
  body.single-product{padding-bottom:84px}
  .bb-v22-mobile-buybar{display:flex!important}
}

/* V24 — Ajuste final do layout da página de produto, seguindo referência de varejo */
.bb-v9-single-product-inner{max-width:1360px!important}
.bb-v9-single-product{padding:30px 0 56px!important}
.bb-v9-single-product div.product{display:grid!important;grid-template-columns:minmax(0,1.18fr) minmax(380px,430px)!important;gap:56px!important;align-items:start!important}
.bb-v9-single-product div.product div.images{width:auto!important;float:none!important;padding:0!important;margin:0!important}
.bb-v9-single-product div.product div.summary{width:auto!important;float:none!important;padding:0!important;margin:0!important;position:sticky;top:18px!important;border:0!important;background:transparent!important;box-shadow:none!important}
.admin-bar .bb-v9-single-product div.product div.summary{top:50px!important}
.bb-v9-single-product .woocommerce-product-gallery{position:relative!important}
.bb-v9-single-product .woocommerce-product-gallery__wrapper{background:#fff!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}
.bb-v9-single-product .woocommerce-product-gallery__wrapper img{border-radius:16px!important;background:#fff}
.bb-v9-single-product .flex-control-thumbs{display:flex!important;flex-wrap:wrap;gap:10px;margin:18px 0 0!important;padding:0!important;list-style:none!important}
.bb-v9-single-product .flex-control-thumbs li{width:72px!important;min-width:72px!important;border:1px solid #e2e8ee!important;border-radius:12px!important;overflow:hidden;background:#fff;padding:0!important}
.bb-v9-single-product .flex-control-thumbs img{border-radius:0!important;opacity:1!important}
.bb-v23-summary-layout,.bb-v23-summary-main,.bb-v23-buy-card{display:block!important;position:static!important;padding:0!important;margin:0!important;border:0!important;background:transparent!important;box-shadow:none!important;min-width:0!important}
.bb-v23-badges{margin:0 0 12px!important}
.bb-v23-badge{font-size:11px!important;min-height:27px!important;padding:0 12px!important}
.bb-v23-badge.is-sale{background:#fff1ef!important;color:#ef6b5c!important}
.bb-v23-badge.is-new{background:#e9fbf2!important;color:#15925e!important}
.bb-v23-badge.is-fast{background:#eef8ff!important;color:#1d9fd4!important}
.bb-v9-single-product .product_title{max-width:none!important;font-size:28px!important;line-height:1.18!important;letter-spacing:-.02em!important;color:#333c43!important;margin:0 0 8px!important}
.bb-v9-single-product .woocommerce-product-rating,.bb-v23-rating-fallback{margin:0 0 8px!important}
.bb-v22-official-store{border:0!important;padding:0 0 10px!important;margin:0 0 10px!important}
.bb-v22-official-store strong{font-size:13px!important;color:#6b7d8a!important}
.bb-v22-official-store small{font-size:12px!important;color:#8a9ba7!important}
.bb-v9-single-product p.price{font-size:22px!important;line-height:1.1!important;margin:8px 0 4px!important;color:#ef6b5c!important;font-weight:900!important}
.bb-v9-single-product p.price del{display:block!important;font-size:14px!important;color:#a3afb8!important;margin-bottom:3px!important}
.bb-v9-single-product p.price ins{color:#ef6b5c!important;text-decoration:none!important}
.bb-v22-payment-hint{margin:0 0 14px!important;padding:0!important;background:none!important;border:0!important}
.bb-v22-payment-hint strong{display:block!important;font-size:15px!important;color:#444f57!important;margin-bottom:2px!important}
.bb-v22-payment-hint span{font-size:13px!important;color:#758692!important}
.bb-v9-single-product .woocommerce-product-details__short-description{margin:0 0 12px!important;font-size:13px!important;line-height:1.6!important;color:#6f808c!important}
.bb-v22-purchase-assurance{margin:0 0 16px!important;padding:14px 16px!important;border:1px solid #e5ecef!important;border-radius:16px!important;background:#fbfcfd!important}
.bb-v22-delivery-title{gap:10px!important}
.bb-v22-delivery-title strong{font-size:14px!important;color:#45535d!important}
.bb-v22-delivery-title span{font-size:12px!important;color:#7c8c98!important}
.bb-v22-safe-availability{margin-top:10px!important;font-size:13px!important;color:#1f915e!important;font-weight:800!important}
.bb-v22-safe-stock,.bb-v22-native-stock,.bb-v22-variation-stock,.bb-v9-single-product .stock{display:none!important}
.bb-v9-single-product table.variations{margin:0 0 10px!important;border-spacing:0 10px!important}
.bb-v9-single-product table.variations tr{display:block!important}
.bb-v9-single-product table.variations th,.bb-v9-single-product table.variations td{display:block!important;width:100%!important;padding:0!important}
.bb-v9-single-product table.variations label{display:block!important;margin:0 0 6px!important;font-size:13px!important;color:#565f66!important;font-weight:700!important}
.bb-v9-single-product table.variations select{width:100%!important;min-height:48px!important;border:1px solid #d7dfe5!important;border-radius:10px!important;background:#fff!important;padding:0 14px!important;font-size:14px!important;color:#34454f!important}
.bb-v9-single-product .reset_variations{font-size:12px!important;color:#8a9ca7!important;margin-top:6px!important}
.bb-v9-single-product form.cart{margin-top:14px!important;padding-top:0!important;border-top:0!important}
.bb-v9-single-product form.cart:not(.variations_form),.bb-v9-single-product .woocommerce-variation-add-to-cart{display:grid!important;grid-template-columns:110px 1fr!important;gap:12px!important;align-items:stretch!important}
.bb-v9-single-product .quantity{grid-column:1!important;grid-row:1!important;margin:0!important;width:100%!important}
.bb-v9-single-product .quantity .qty,.bb-v9-single-product .quantity input.qty{width:100%!important;height:52px!important;min-height:52px!important;border-radius:999px!important;border:1px solid #d8e0e6!important;text-align:center!important}
.bb-v9-single-product .single_add_to_cart_button,.bb-v22-buy-now{height:52px!important;min-height:52px!important;border-radius:999px!important;font-size:14px!important;font-weight:900!important;letter-spacing:.01em!important;display:flex!important;align-items:center!important;justify-content:center!important;box-shadow:none!important}
.bb-v9-single-product .single_add_to_cart_button{grid-column:1/-1!important;grid-row:2!important;background:#f3c317!important;border:1px solid #f3c317!important;color:#fff!important}
.bb-v9-single-product .single_add_to_cart_button:hover{background:#e2b300!important;border-color:#e2b300!important}
.bb-v22-buy-now{grid-column:1/-1!important;grid-row:3!important;background:#2bbec3!important;border:1px solid #2bbec3!important;color:#fff!important}
.bb-v22-buy-now:hover{background:#24adb2!important;border-color:#24adb2!important}
.bb-v9-single-product .single_add_to_cart_button.disabled,.bb-v9-single-product .single_add_to_cart_button:disabled,.bb-v22-buy-now[disabled]{opacity:.65!important}
.bb-v24-shipping-box{margin-top:18px;padding-top:18px;border-top:1px solid #e8edef!important}
.bb-v24-shipping-box strong{display:block!important;font-size:14px!important;color:#4b5963!important;margin-bottom:10px!important}
.bb-v24-shipping-row{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}
.bb-v24-shipping-row input{width:100%!important;height:48px!important;border:1px solid #d7dfe5!important;border-radius:999px!important;padding:0 16px!important;background:#fff!important;font-size:14px!important;color:#34454f!important}
.bb-v24-shipping-row button{height:48px!important;border:1px solid #2bbec3!important;border-radius:999px!important;background:#2bbec3!important;color:#fff!important;font-size:14px!important;font-weight:900!important;cursor:pointer!important}
.bb-v24-shipping-box small{display:block!important;margin-top:8px!important;font-size:12px!important;line-height:1.55!important;color:#82929d!important}
.bb-v22-key-info{margin-top:20px!important;padding:18px 18px 16px!important;border-radius:16px!important;background:#fafcfd!important;border:1px solid #e8edf1!important}
.bb-v22-key-info h3{font-size:15px!important;color:#44535d!important;margin:0 0 10px!important}
.bb-v22-key-info li{font-size:13px!important;line-height:1.55!important;color:#637480!important;margin:0 0 6px!important}
.bb-v22-compact-meta{margin-top:18px!important;padding-top:16px!important;border-top:1px solid #ebeff2!important;font-size:12px!important;color:#80909c!important}
.bb-v22-compact-meta a{color:#1ca2d8!important;font-weight:700!important;text-decoration:none!important}
.bb-v9-single-product .woocommerce-tabs{grid-column:1/-1!important;margin-top:24px!important;padding-top:30px!important;border-top:1px solid #edf2f5!important}
.bb-v9-single-product .related.products{grid-column:1/-1!important}

@media (max-width: 1100px){
  .bb-v9-single-product div.product{grid-template-columns:minmax(0,1fr) 390px!important;gap:34px!important}
}

@media (max-width: 980px){
  .bb-v9-single-product{padding:14px 0 34px!important}
  .bb-v9-single-product-inner{padding-left:12px!important;padding-right:12px!important}
  .bb-v9-single-product div.product{grid-template-columns:1fr!important;gap:18px!important}
  .bb-v9-single-product div.product div.summary{position:static!important;top:auto!important}
  .bb-v9-single-product .woocommerce-product-gallery__wrapper img{border-radius:14px!important}
  .bb-v9-single-product .flex-control-thumbs{gap:8px!important}
  .bb-v9-single-product .flex-control-thumbs li{width:64px!important;min-width:64px!important;border-radius:10px!important}
  .bb-v9-single-product .product_title{font-size:24px!important;line-height:1.16!important}
  .bb-v9-single-product p.price{font-size:20px!important}
  .bb-v22-purchase-assurance{padding:12px 14px!important;border-radius:14px!important}
  .bb-v9-single-product form.cart:not(.variations_form),.bb-v9-single-product .woocommerce-variation-add-to-cart{grid-template-columns:1fr!important;gap:10px!important}
  .bb-v9-single-product .quantity,.bb-v9-single-product .single_add_to_cart_button,.bb-v22-buy-now{grid-column:1!important;grid-row:auto!important}
  body.single-product{padding-bottom:84px}
}

/* ============================================================
   V25 — TEMPLATE DE PRODUTO PRÓPRIO
   Layout: galeria ampla à esquerda + compra linear à direita
   ============================================================ */
.bb-v25-product-page{padding:0 0 64px!important;background:#fff}
.bb-v25-product-container{width:min(calc(100% - 40px),1240px)!important;max-width:1240px!important;margin:0 auto!important}
.bb-v25-breadcrumbs{padding:20px 0 18px;color:#9aa7af;font-size:11px}
.bb-v25-breadcrumbs .woocommerce-breadcrumb{margin:0!important;color:#9aa7af!important;font-size:11px!important}
.bb-v25-breadcrumbs a{color:#8395a0!important;text-decoration:none!important}
.bb-v25-product{display:grid!important;grid-template-columns:minmax(0,680px) minmax(360px,430px)!important;column-gap:74px!important;row-gap:36px!important;align-items:start!important;justify-content:center!important}
.bb-v25-gallery{min-width:0!important}
.bb-v25-summary{min-width:0!important;position:sticky!important;top:18px!important;padding:0!important;background:#fff!important}
.admin-bar .bb-v25-summary{top:52px!important}

/* Galeria */
.bb-v25-gallery .woocommerce-product-gallery{width:100%!important;float:none!important;margin:0!important;display:block!important}
.bb-v25-gallery .woocommerce-product-gallery__wrapper{margin:0!important;padding:0!important;background:#fff!important;border:0!important;box-shadow:none!important;border-radius:0!important}
.bb-v25-gallery .woocommerce-product-gallery__image{display:flex!important;align-items:center!important;justify-content:center!important;min-height:540px!important;background:#fff!important;border:1px solid #edf1f3!important;border-radius:18px!important;overflow:hidden!important}
.bb-v25-gallery .woocommerce-product-gallery__image img{width:100%!important;height:auto!important;max-height:580px!important;object-fit:contain!important;object-position:center!important;border-radius:0!important;background:#fff!important}
.bb-v25-gallery .woocommerce-product-gallery__trigger{top:14px!important;right:14px!important;border-radius:50%!important;background:#fff!important;box-shadow:0 5px 18px rgba(45,68,82,.10)!important}
.bb-v25-gallery .flex-control-thumbs{display:flex!important;flex-wrap:wrap!important;gap:9px!important;margin:14px 0 0!important;padding:0!important;list-style:none!important}
.bb-v25-gallery .flex-control-thumbs li{float:none!important;width:66px!important;min-width:66px!important;margin:0!important;padding:0!important;border:1px solid #e4e9ed!important;border-radius:9px!important;overflow:hidden!important;background:#fff!important}
.bb-v25-gallery .flex-control-thumbs li img{width:100%!important;aspect-ratio:1/1!important;object-fit:cover!important;border-radius:0!important;opacity:1!important;cursor:pointer!important}
.bb-v25-gallery .flex-control-thumbs li img.flex-active{outline:2px solid #2bb5e7!important;outline-offset:-2px!important}

/* Cabeçalho da compra */
.bb-v25-summary .bb-v23-badges{display:flex!important;gap:7px!important;flex-wrap:wrap!important;margin:0 0 9px!important}
.bb-v25-summary .bb-v23-badge{min-height:24px!important;padding:0 10px!important;font-size:10px!important;border-radius:999px!important}
.bb-v25-summary .bb-v23-badge.is-fast{display:none!important}
.bb-v25-summary .product_title{font-size:29px!important;line-height:1.18!important;letter-spacing:-.025em!important;color:#3d454b!important;margin:0 0 8px!important;text-transform:none!important;max-width:none!important}
.bb-v25-summary .woocommerce-product-rating{display:flex!important;align-items:center!important;gap:8px!important;margin:0 0 7px!important;font-size:12px!important}
.bb-v25-summary .star-rating{font-size:13px!important;color:#ffb000!important}
.bb-v25-summary .woocommerce-review-link{font-size:11px!important;color:#8797a1!important}
.bb-v25-summary .bb-v22-official-store{display:flex!important;align-items:center!important;gap:9px!important;margin:2px 0 12px!important;padding:0!important;border:0!important}
.bb-v25-summary .bb-v22-official-mark{width:27px!important;height:27px!important;border-radius:8px!important;font-size:13px!important}
.bb-v25-summary .bb-v22-official-store strong{font-size:11px!important;color:#57707f!important}
.bb-v25-summary .bb-v22-official-store small{font-size:10px!important;color:#93a1aa!important}
.bb-v25-summary .bb-v22-verified{width:17px!important;height:17px!important;font-size:9px!important;margin-left:0!important}

/* Preço — somente uma área visível */
.bb-v25-main-price{padding:4px 0 0!important}
.bb-v25-main-price p.price,.bb-v25-main-price .price{font-size:30px!important;line-height:1.08!important;font-weight:900!important;color:#ef6c5c!important;margin:0 0 5px!important}
.bb-v25-main-price p.price del,.bb-v25-main-price .price del{display:block!important;font-size:13px!important;font-weight:500!important;color:#9ca9b1!important;margin:0 0 3px!important}
.bb-v25-main-price p.price ins,.bb-v25-main-price .price ins{text-decoration:none!important;color:#ef6c5c!important}
.bb-v25-summary .woocommerce-variation-price{display:none!important}
.bb-v25-summary .bb-v22-payment-hint{margin:0 0 13px!important;padding:0!important;border:0!important;background:none!important;color:#48555d!important}
.bb-v25-summary .bb-v22-payment-hint strong{display:block!important;font-size:13px!important;color:#555f66!important;margin-bottom:2px!important}
.bb-v25-summary .bb-v22-payment-hint span{font-size:11px!important;color:#8796a0!important}
.bb-v25-short-description{margin:0 0 12px!important;color:#71818b!important;font-size:12px!important;line-height:1.55!important}
.bb-v25-short-description p{margin:0!important}

/* Entrega e disponibilidade */
.bb-v25-summary .bb-v22-purchase-assurance{margin:0 0 12px!important;padding:12px 14px!important;border:1px solid #e6ecef!important;border-radius:13px!important;background:#fbfcfd!important}
.bb-v25-summary .bb-v22-delivery-title{display:flex!important;gap:9px!important;align-items:flex-start!important}
.bb-v25-summary .bb-v22-delivery-title>svg{width:18px!important;height:18px!important;flex:0 0 auto!important}
.bb-v25-summary .bb-v22-delivery-title strong{font-size:11px!important;color:#52646f!important}
.bb-v25-summary .bb-v22-delivery-title span{font-size:9.5px!important;line-height:1.45!important;color:#8b9aa3!important}
.bb-v25-summary .bb-v22-safe-availability{display:flex!important;align-items:center!important;gap:7px!important;margin-top:8px!important;color:#299264!important;font-size:10px!important}
.bb-v25-summary .bb-v22-safe-availability>span{width:7px!important;height:7px!important}
.bb-v25-summary .stock,.bb-v25-summary .bb-v22-native-stock,.bb-v25-summary .bb-v22-variation-stock{display:none!important}

/* Variações */
.bb-v25-buy-zone{margin-top:7px!important}
.bb-v25-buy-zone form.cart{margin:0!important;padding:0!important;border:0!important}
.bb-v25-buy-zone table.variations{width:100%!important;margin:0 0 9px!important;border:0!important}
.bb-v25-buy-zone table.variations tbody,.bb-v25-buy-zone table.variations tr,.bb-v25-buy-zone table.variations th,.bb-v25-buy-zone table.variations td{display:block!important;width:100%!important;padding:0!important;border:0!important}
.bb-v25-buy-zone table.variations tr{margin-bottom:10px!important}
.bb-v25-buy-zone table.variations label{display:block!important;margin:0 0 5px!important;font-size:12px!important;line-height:1.3!important;color:#5a646b!important;font-weight:700!important}
.bb-v25-buy-zone table.variations select{width:100%!important;height:46px!important;min-height:46px!important;border:1px solid #d9e0e4!important;border-radius:10px!important;padding:0 13px!important;background:#fff!important;color:#42535e!important;font-size:13px!important;box-shadow:none!important}
.bb-v25-buy-zone table.variations select:focus{outline:none!important;border-color:#29afe1!important;box-shadow:0 0 0 3px rgba(41,175,225,.10)!important}
.bb-v25-buy-zone .reset_variations{display:inline-block!important;margin-top:5px!important;color:#98a5ad!important;font-size:10px!important;text-decoration:none!important}
.bb-v25-buy-zone .single_variation{min-height:0!important;margin:0!important}
.bb-v25-buy-zone .woocommerce-variation-description{font-size:11px!important;color:#7c8b94!important;margin:0 0 7px!important}

/* Quantidade e CTAs no padrão da referência */
.bb-v25-buy-zone form.cart:not(.variations_form),.bb-v25-buy-zone .woocommerce-variation-add-to-cart{display:grid!important;grid-template-columns:105px 1fr!important;gap:10px!important;align-items:stretch!important;margin-top:10px!important}
.bb-v25-buy-zone .quantity{grid-column:1!important;grid-row:1!important;width:100%!important;margin:0!important;display:flex!important;align-items:center!important}
.bb-v25-buy-zone .quantity .qty,.bb-v25-buy-zone .quantity input.qty{width:100%!important;height:46px!important;min-height:46px!important;border:1px solid #d9e0e4!important;border-radius:999px!important;text-align:center!important;background:#fff!important;color:#4f5e66!important;font-size:13px!important}
.bb-v25-buy-zone .single_add_to_cart_button,.bb-v25-buy-zone .bb-v22-buy-now{grid-column:1/-1!important;width:100%!important;height:48px!important;min-height:48px!important;margin:0!important;border-radius:999px!important;border:0!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:12px!important;font-weight:900!important;letter-spacing:.025em!important;text-transform:uppercase!important;box-shadow:none!important}
.bb-v25-buy-zone .single_add_to_cart_button{grid-row:2!important;background:#f6c914!important;color:#fff!important}
.bb-v25-buy-zone .single_add_to_cart_button:hover{background:#e6b900!important}
.bb-v25-buy-zone .bb-v22-buy-now{grid-row:3!important;background:#32b5b9!important;color:#fff!important}
.bb-v25-buy-zone .bb-v22-buy-now:hover{background:#28a4a8!important}
.bb-v25-buy-zone .single_add_to_cart_button.disabled,.bb-v25-buy-zone .single_add_to_cart_button:disabled{opacity:.5!important}

/* Nota de frete logo após a compra */
.bb-v25-delivery-note{display:flex!important;gap:10px!important;align-items:flex-start!important;margin:15px 0 0!important;padding:14px 0 0!important;border-top:1px solid #e9edef!important}
.bb-v25-delivery-icon{width:28px!important;height:28px!important;min-width:28px!important;border-radius:50%!important;display:grid!important;place-items:center!important;background:#eefbfb!important;color:#32b5b9!important}
.bb-v25-delivery-icon svg{width:16px!important;height:16px!important}
.bb-v25-delivery-note>div:last-child{display:flex!important;flex-direction:column!important;gap:3px!important}
.bb-v25-delivery-note strong{font-size:11px!important;color:#54636c!important}
.bb-v25-delivery-note span{font-size:10px!important;line-height:1.45!important;color:#8b99a2!important}

/* Informações secundárias abaixo da decisão */
.bb-v25-summary .bb-v22-key-info{margin:16px 0 0!important;padding:14px!important;border:1px solid #e8edef!important;border-radius:13px!important;background:#fbfcfd!important}
.bb-v25-summary .bb-v22-key-info h3{font-size:11px!important;color:#52616b!important;margin:0 0 7px!important}
.bb-v25-summary .bb-v22-key-info ul{margin:0!important;padding-left:15px!important;gap:4px!important}
.bb-v25-summary .bb-v22-key-info li{font-size:10px!important;line-height:1.45!important;color:#788891!important}
.bb-v25-summary .bb-v22-compact-meta{margin:12px 0 0!important;padding:10px 0 0!important;border-top:1px solid #edf1f3!important;font-size:9.5px!important;color:#94a1aa!important;gap:7px!important}
.bb-v25-summary .bb-v22-compact-meta a{margin-left:auto!important;font-size:9.5px!important;color:#2aaade!important}

/* Conteúdo abaixo */
.bb-v25-product-details,.bb-v25-related{grid-column:1/-1!important;width:100%!important}
.bb-v25-product-details{margin-top:8px!important;padding-top:28px!important;border-top:1px solid #edf1f3!important}
.bb-v25-product-details .woocommerce-tabs{padding:0!important;margin:0!important}
.bb-v25-related{margin-top:12px!important}

/* Tablet */
@media (max-width:1100px){
  .bb-v25-product-container{width:min(calc(100% - 30px),1040px)!important}
  .bb-v25-product{grid-template-columns:minmax(0,1fr) 390px!important;column-gap:34px!important}
  .bb-v25-gallery .woocommerce-product-gallery__image{min-height:460px!important}
  .bb-v25-gallery .woocommerce-product-gallery__image img{max-height:500px!important}
}

/* Mobile */
@media (max-width:820px){
  .bb-v25-product-page{padding-bottom:92px!important}
  .bb-v25-product-container{width:calc(100% - 24px)!important}
  .bb-v25-breadcrumbs{padding:11px 0 10px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
  .bb-v25-product{grid-template-columns:1fr!important;gap:16px!important}
  .bb-v25-summary{position:static!important;top:auto!important}
  .bb-v25-gallery .woocommerce-product-gallery__image{min-height:0!important;aspect-ratio:1/1!important;border-radius:14px!important}
  .bb-v25-gallery .woocommerce-product-gallery__image img{max-height:none!important;height:100%!important;object-fit:contain!important}
  .bb-v25-gallery .flex-control-thumbs{flex-wrap:nowrap!important;overflow-x:auto!important;scrollbar-width:none!important;padding-bottom:2px!important}
  .bb-v25-gallery .flex-control-thumbs::-webkit-scrollbar{display:none!important}
  .bb-v25-gallery .flex-control-thumbs li{width:58px!important;min-width:58px!important}
  .bb-v25-summary .product_title{font-size:23px!important;line-height:1.16!important;margin-bottom:7px!important}
  .bb-v25-main-price p.price,.bb-v25-main-price .price{font-size:27px!important}
  .bb-v25-summary .bb-v22-official-store{margin-bottom:9px!important}
  .bb-v25-summary .bb-v22-purchase-assurance{padding:11px 12px!important}
  .bb-v25-buy-zone form.cart:not(.variations_form),.bb-v25-buy-zone .woocommerce-variation-add-to-cart{grid-template-columns:92px 1fr!important}
  .bb-v25-buy-zone .quantity{grid-column:1!important;grid-row:1!important}
  .bb-v25-buy-zone .single_add_to_cart_button,.bb-v25-buy-zone .bb-v22-buy-now{grid-column:1/-1!important}
  .bb-v25-product-details{margin-top:4px!important;padding-top:20px!important}
  .bb-v22-mobile-buybar{display:flex!important}
}

/* V28 — header unificado e limpeza de estruturas legadas */
@media (min-width:981px){
  body.benibee-v9-active .bb-v9-container{width:min(calc(100% - 48px),1280px)}
  body.benibee-v9-active .bb-v9-header-inner{grid-template-columns:180px minmax(0,1fr) 160px!important}
  body.benibee-v9-active .bb-v9-nav{gap:30px!important;white-space:nowrap!important}
  body.benibee-v9-active .bb-v9-nav>a,body.benibee-v9-active .bb-v9-nav-dropdown>a{font-size:13px!important}
}
body.benibee-v9-active .ct-footer,body.benibee-v9-active footer.site-footer:not(.bb-v9-footer),body.benibee-v9-active #colophon:not(.bb-v9-footer){display:none!important}
