:root{
  --cdf-green:#26371f;
  --cdf-green-2:#5d7434;
  --cdf-wood:#8a5a2f;
  --cdf-gold:#b88a42;
  --cdf-cream:#f4efe6;
  --cdf-cream-2:#fcfaf5;
  --cdf-dark:#14110d;
  --cdf-text:#292219;
  --cdf-muted:#74695b;
  --cdf-radius:18px;
  --cdf-shadow:0 18px 44px rgba(20,17,13,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--cdf-text);background:var(--cdf-cream);line-height:1.65}
h1,h2,h3{font-family:Georgia,'Times New Roman',serif;line-height:1.06;margin:0 0 16px;color:var(--cdf-text)}
a{color:inherit;text-decoration:none}img{max-width:100%;display:block}
.cdf-container{width:min(1280px,92vw);margin:0 auto}

.cdf-header{position:sticky;top:0;z-index:90;background:rgba(18,15,10,.96);backdrop-filter:blur(10px);border-bottom:1px solid rgba(184,138,66,.28)}
.cdf-header-inner{display:flex;align-items:center;gap:22px;min-height:88px}
.cdf-brand{display:flex;align-items:center;gap:14px;color:#f3e6d0;min-width:0}
.cdf-logo-img{max-height:62px;width:auto;flex:0 0 auto}
.cdf-logo-tree{font-size:32px;color:var(--cdf-gold)}
.cdf-brand-text strong{display:block;font-size:18px;line-height:1.05;letter-spacing:.01em;color:#fff}
.cdf-brand-text small{display:block;margin-top:4px;font-size:10px;text-transform:uppercase;letter-spacing:.18em;color:var(--cdf-gold)}
.cdf-nav{margin-left:auto}.cdf-nav ul{display:flex;gap:18px;align-items:center;list-style:none;margin:0;padding:0;flex-wrap:nowrap}.cdf-nav a{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#efe2c7;white-space:nowrap}.cdf-nav a:hover{color:var(--cdf-gold)}
.cdf-menu-toggle{display:none;background:none;border:0;color:#fff;font-size:28px}

.cdf-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 22px;border-radius:8px;border:1px solid transparent;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;transition:.2s}
.cdf-btn-primary{background:var(--cdf-green-2);color:#fff}.cdf-btn-primary:hover{background:#708944}
.cdf-btn-outline{border-color:var(--cdf-gold);color:#f6e6c9}.cdf-btn-outline:hover{background:var(--cdf-gold);color:#1a1610}

.cdf-hero{min-height:720px;display:flex;align-items:center;background:linear-gradient(90deg,rgba(0,0,0,.82) 0%,rgba(0,0,0,.60) 36%,rgba(0,0,0,.20) 100%),var(--hero-image);background-size:cover;background-position:center center}
.cdf-hero-content{max-width:640px;color:#fff;padding:112px 0 96px}
.cdf-eyebrow{color:var(--cdf-gold);font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.18em;margin-bottom:18px}
.cdf-hero h1{font-size:clamp(52px,5vw,82px);max-width:8.8ch;line-height:.94;color:#fff;margin-bottom:22px}.cdf-hero p{max-width:500px;color:#efe4d1;font-size:20px;line-height:1.55}
.cdf-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px}

.cdf-section{padding:74px 0}.cdf-section-light{background:var(--cdf-cream-2)}.cdf-section-dark{background:linear-gradient(135deg,#1b150f,#25371f);color:#fff}
.cdf-section-dark h2,.cdf-section-dark p{color:#fff}.cdf-section-title{text-align:center;max-width:980px;margin:0 auto 42px}.cdf-section-title h2{font-size:clamp(34px,4vw,58px)}

.cdf-category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:stretch}
.cdf-category-card,.cdf-product-card,.cdf-environment-card{background:#fff;border-radius:var(--cdf-radius);overflow:hidden;box-shadow:var(--cdf-shadow);transition:.2s}
.cdf-category-card:hover,.cdf-product-card:hover,.cdf-environment-card:hover{transform:translateY(-4px)}
.cdf-category-card img,.cdf-product-card img{width:100%;height:250px;object-fit:cover}
.cdf-card-body{padding:18px 20px 22px}.cdf-card-body h3{font-size:22px;margin-bottom:10px;min-height:52px}.cdf-card-body p{font-size:14px;color:var(--cdf-muted);margin:0 0 12px}.cdf-card-link{font-size:12px;font-weight:800;color:var(--cdf-green-2);text-transform:uppercase;letter-spacing:.08em}

.cdf-products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.cdf-product-card .cdf-btn{width:100%;margin-top:10px}

.cdf-split{display:grid;grid-template-columns:.9fr 1.1fr;gap:54px;align-items:center}.cdf-split-image img{width:100%;height:420px;object-fit:cover;border-radius:20px;box-shadow:var(--cdf-shadow)}

.cdf-environment-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;align-items:stretch}.cdf-environment-card{position:relative}.cdf-environment-card img{width:100%;height:220px;object-fit:cover}.cdf-environment-card .cdf-card-body{position:absolute;left:0;right:0;bottom:0;padding:18px;background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.76) 100%)}.cdf-environment-card .cdf-card-body h3{color:#fff;font-size:22px;margin:0}

.cdf-about-band{padding-top:0}.cdf-about-grid{display:grid;grid-template-columns:1fr 1fr 1fr}.cdf-about-panel{padding:42px 34px;display:flex;flex-direction:column;justify-content:center}.cdf-about-panel-dark{background:linear-gradient(135deg,#1a140f,#26371f)}.cdf-about-panel-green{background:linear-gradient(135deg,#304827,#3a552e)}.cdf-about-panel-dark h2,.cdf-about-panel-dark p,.cdf-about-panel-green h2,.cdf-about-panel-green p{color:#fff}.cdf-about-image img{width:100%;height:100%;min-height:420px;object-fit:cover}
.cdf-instagram-box{margin-top:18px;padding-top:18px;border-top:1px solid rgba(255,255,255,.14)}.cdf-instagram-box strong{display:block;color:#fff;margin-bottom:6px}.cdf-instagram-box a{color:#f2d28f;font-weight:700}
.cdf-feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:16px}.cdf-feature-grid-single{grid-template-columns:1fr}.cdf-feature{padding:18px;border:1px solid rgba(255,255,255,.16);border-radius:14px;background:rgba(255,255,255,.05)}.cdf-feature strong{display:block;color:#fff;font-size:16px}.cdf-feature p{margin:6px 0 0;font-size:14px;color:rgba(255,255,255,.85)}

.cdf-archive-header{padding:72px 0;background:var(--cdf-dark);color:#fff;text-align:center}.cdf-archive-header h1{color:#fff;font-size:clamp(34px,4.8vw,62px)}.cdf-archive-header p{max-width:720px;margin:0 auto;color:#dacdb8;font-size:18px}
.cdf-filter-bar{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:28px}.cdf-filter-bar a{padding:10px 16px;border-radius:999px;background:#fff;border:1px solid #eadfcf;font-weight:700}.cdf-filter-bar a.is-active{background:var(--cdf-green);color:#fff}

.cdf-single-product{padding:72px 0}.cdf-product-layout{display:grid;grid-template-columns:1fr 1fr;gap:44px}.cdf-gallery-main img{width:100%;border-radius:18px;box-shadow:var(--cdf-shadow)}.cdf-meta{display:flex;flex-wrap:wrap;gap:10px;margin:14px 0 18px}.cdf-pill{padding:8px 14px;border-radius:999px;background:#fff;border:1px solid #eadfcf;color:var(--cdf-muted);font-size:13px}

.cdf-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.cdf-contact-card{background:#fff;border-radius:20px;padding:34px;box-shadow:var(--cdf-shadow)}.cdf-contact-card-map img{margin-top:20px;border-radius:16px;width:100%;height:280px;object-fit:cover}.cdf-contact-list p{margin:0 0 10px}

.cdf-page-content{padding:70px 0;background:#fff}.cdf-page-content .cdf-container{max-width:900px}

.cdf-footer{background:#11100b;color:#d8c8ab;padding-top:54px}.cdf-footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:40px}.cdf-footer .cdf-brand{margin-bottom:16px}.cdf-footer a{color:#f2d28f}.cdf-copyright{margin-top:34px;padding:22px 0;border-top:1px solid rgba(255,255,255,.1);font-size:14px;color:#c8b89e}
.cdf-whatsapp-float{position:fixed;right:24px;bottom:24px;z-index:95;width:62px;height:62px;border-radius:999px;background:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;font-size:30px;box-shadow:0 16px 36px rgba(0,0,0,.28)}
.screen-reader-text{position:absolute;left:-9999px}

@media(max-width:1100px){
  .cdf-category-grid,.cdf-products-grid,.cdf-environment-grid{grid-template-columns:repeat(2,1fr)}
  .cdf-about-grid,.cdf-footer-grid,.cdf-contact-grid,.cdf-product-layout,.cdf-split{grid-template-columns:1fr}
}
@media(max-width:860px){
  .cdf-header-inner{min-height:82px}.cdf-logo-img{max-height:54px}.cdf-brand-text strong{font-size:16px}.cdf-brand-text small{font-size:9px}
  .cdf-menu-toggle{display:block;margin-left:auto}.cdf-nav{display:none;position:absolute;top:82px;left:0;right:0;background:#14110d;padding:18px 20px}.cdf-nav.is-open{display:block}.cdf-nav ul{flex-direction:column;align-items:flex-start;gap:16px}.cdf-header .cdf-btn-outline{display:none}
}
@media(max-width:640px){
  .cdf-category-grid,.cdf-products-grid,.cdf-environment-grid{grid-template-columns:1fr}
  .cdf-hero{min-height:560px}.cdf-hero-content{padding:78px 0}.cdf-hero h1{font-size:44px;max-width:9ch}.cdf-hero p{font-size:17px}.cdf-actions{flex-direction:column}.cdf-btn{width:100%}.cdf-section{padding:56px 0}
}

.cdf-product-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:12px}.cdf-product-thumbs img{width:100%;height:100px;object-fit:cover;border-radius:12px;box-shadow:0 8px 18px rgba(20,17,13,.08)}.cdf-product-differentials{margin-top:20px;padding:18px;border-radius:16px;background:#fff;border:1px solid #eadfcf}.cdf-product-differentials strong{display:block;color:var(--cdf-green);margin-bottom:6px}.cdf-product-differentials p{margin:0;color:var(--cdf-muted)}

/* Orçamento estilo e-commerce consultivo */
.cdf-product-card-cats{display:block;margin:10px 0 12px;color:var(--cdf-muted);font-size:12px}.cdf-product-card-cats a{color:var(--cdf-green-2);font-weight:700}.cdf-product-card-actions{padding-top:0}.cdf-product-card-link{display:block}.cdf-product-differentials{margin:24px 0;padding:18px;border-radius:16px;background:#fff;border:1px solid #eadfcf}.cdf-product-differentials h3{font-size:22px}
.cdf-quote-float{position:fixed;right:96px;bottom:24px;z-index:96;height:62px;min-width:62px;border-radius:999px;background:var(--cdf-dark);border:1px solid var(--cdf-gold);color:#fff;font-size:20px;font-weight:800;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 16px 36px rgba(0,0,0,.28);cursor:pointer}.cdf-quote-count{background:var(--cdf-gold);color:#14110d;border-radius:999px;min-width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;font-size:12px}
.cdf-quote-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:120;opacity:0;visibility:hidden;transition:.2s}.cdf-quote-overlay.is-open{opacity:1;visibility:visible}.cdf-quote-drawer{position:fixed;top:0;right:0;width:min(460px,92vw);height:100vh;background:#fff;z-index:121;transform:translateX(100%);transition:.25s;box-shadow:-20px 0 60px rgba(0,0,0,.22);display:flex;flex-direction:column}.cdf-quote-drawer.is-open{transform:translateX(0)}.cdf-quote-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 24px;background:linear-gradient(135deg,var(--cdf-dark),var(--cdf-green));color:#fff}.cdf-quote-head span{display:block;color:var(--cdf-gold);text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:800}.cdf-quote-head strong{display:block;font-size:22px}.cdf-close-quote{width:40px;height:40px;border-radius:999px;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.08);color:#fff;font-size:26px;cursor:pointer}.cdf-quote-list{padding:18px;overflow:auto;flex:1;background:#f8f3eb}.cdf-quote-empty{background:#fff;border:1px dashed #d7c3a3;border-radius:16px;padding:22px;color:var(--cdf-muted);text-align:center}.cdf-quote-item{display:grid;grid-template-columns:92px 1fr;gap:14px;background:#fff;border:1px solid #eadfcf;border-radius:16px;padding:12px;margin-bottom:12px}.cdf-quote-item img{width:92px;height:92px;object-fit:cover;border-radius:12px}.cdf-quote-item-info strong{display:block;font-size:15px;line-height:1.3;margin-bottom:4px}.cdf-quote-item-info a{font-size:12px;font-weight:700;color:var(--cdf-green-2)}.cdf-quote-qty{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:10px}.cdf-quote-qty button{border:1px solid #d8c8b4;background:#fff;border-radius:8px;min-width:30px;height:30px;cursor:pointer}.cdf-quote-remove{padding:0 10px;color:#8a2b1d}.cdf-quote-footer{padding:18px;border-top:1px solid #eadfcf;background:#fff}.cdf-quote-footer .cdf-btn{width:100%}.cdf-quote-footer small{display:block;margin-top:10px;text-align:center;color:var(--cdf-muted)}
@media(max-width:640px){.cdf-quote-float{right:92px;bottom:18px;width:54px;height:54px}.cdf-whatsapp-float{right:18px;bottom:18px;width:54px;height:54px}}

/* ===== Orçamento estilo e-commerce consultivo ===== */
body.cdf-quote-open{overflow:hidden}
.cdf-product-card{display:flex;flex-direction:column;height:100%}
.cdf-product-image-link{display:block;overflow:hidden}
.cdf-product-image-link img{transition:.25s}.cdf-product-card:hover .cdf-product-image-link img{transform:scale(1.035)}
.cdf-product-card .cdf-card-body{flex:1}
.cdf-product-card-cats{display:block;margin-top:14px;color:var(--cdf-muted);font-size:13px;line-height:1.45}.cdf-product-card-cats strong{color:var(--cdf-text)}
.cdf-product-card-actions{padding:0 20px 22px;display:grid;grid-template-columns:1fr;gap:10px}.cdf-product-card-actions .cdf-btn{width:100%;min-height:48px;border-radius:10px}.cdf-details-btn{color:var(--cdf-green)!important;border-color:#d6c6ad!important;background:#fff}.cdf-details-btn:hover{background:#f5eee3;color:var(--cdf-green)!important}
.cdf-quote-float{position:fixed;right:96px;bottom:24px;z-index:96;width:auto;min-width:64px;height:64px;padding:0 16px;border-radius:999px;background:linear-gradient(135deg,var(--cdf-dark),#26371f);border:1px solid var(--cdf-gold);color:#fff;font-size:20px;font-weight:800;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 16px 36px rgba(0,0,0,.28);cursor:pointer}.cdf-quote-float-icon{font-size:22px}.cdf-quote-count{background:var(--cdf-gold);color:#14110d;border-radius:999px;min-width:24px;height:24px;padding:0 7px;display:inline-flex;align-items:center;justify-content:center;font-size:12px}
.cdf-added-modal-overlay,.cdf-quote-overlay{position:fixed;inset:0;background:rgba(0,0,0,.56);z-index:120;opacity:0;visibility:hidden;transition:.2s;backdrop-filter:blur(3px)}.cdf-added-modal-overlay.is-open,.cdf-quote-overlay.is-open{opacity:1;visibility:visible}
.cdf-added-modal{position:fixed;left:50%;top:50%;transform:translate(-50%,-46%) scale(.96);z-index:122;width:min(560px,92vw);background:#fff;border-radius:26px;box-shadow:0 30px 90px rgba(0,0,0,.32);padding:32px;opacity:0;visibility:hidden;transition:.22s;text-align:center}.cdf-added-modal.is-open{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}.cdf-close-added-modal{position:absolute;right:18px;top:16px;width:40px;height:40px;border-radius:999px;border:1px solid #e3d7c4;background:#fff;color:var(--cdf-text);font-size:26px;line-height:1;cursor:pointer}.cdf-added-modal-icon{width:58px;height:58px;margin:0 auto 16px;border-radius:999px;background:var(--cdf-green-2);color:#fff;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:800}.cdf-added-modal h3{font-size:32px;margin-bottom:16px}.cdf-added-modal p{color:var(--cdf-muted);max-width:440px;margin:14px auto 0}.cdf-added-product{display:flex;align-items:center;gap:14px;justify-content:center;background:#f8f2e8;border:1px solid #eadfcf;border-radius:18px;padding:12px;text-align:left}.cdf-added-product img{width:84px;height:70px;object-fit:cover;border-radius:12px}.cdf-added-product strong{font-size:17px;line-height:1.25}.cdf-added-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:24px}.cdf-added-actions .cdf-btn{width:100%;min-height:50px;border-radius:12px}.cdf-added-actions .cdf-btn-outline{color:var(--cdf-green)!important;border-color:#d6c6ad!important;background:#fff}.cdf-added-actions .cdf-btn-outline:hover{background:#f5eee3;color:var(--cdf-green)!important}
.cdf-quote-drawer{position:fixed;top:0;right:0;width:min(500px,94vw);height:100vh;background:#fff;z-index:121;transform:translateX(100%);transition:.25s;box-shadow:-20px 0 70px rgba(0,0,0,.26);display:flex;flex-direction:column}.cdf-quote-drawer.is-open{transform:translateX(0)}.cdf-quote-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:24px;background:linear-gradient(135deg,var(--cdf-dark),var(--cdf-green));color:#fff}.cdf-quote-head span{display:block;color:var(--cdf-gold);text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:800}.cdf-quote-head strong{display:block;font-family:Georgia,'Times New Roman',serif;font-size:28px;line-height:1.05}.cdf-quote-head small{display:block;margin-top:8px;color:#eadcc4}.cdf-close-quote{width:42px;height:42px;border-radius:999px;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.08);color:#fff;font-size:28px;cursor:pointer;line-height:1}.cdf-quote-list{padding:18px;overflow:auto;flex:1;background:#f8f2e8}.cdf-quote-empty{background:#fff;border:1px dashed #d7c3a3;border-radius:18px;padding:28px;text-align:center}.cdf-quote-empty strong{display:block;font-size:18px;margin-bottom:6px}.cdf-quote-empty span{display:block;color:var(--cdf-muted)}.cdf-quote-item{display:grid;grid-template-columns:96px 1fr;gap:14px;background:#fff;border:1px solid #eadfcf;border-radius:18px;padding:12px;margin-bottom:12px;box-shadow:0 8px 22px rgba(20,17,13,.05)}.cdf-quote-item img{width:96px;height:96px;object-fit:cover;border-radius:14px}.cdf-quote-item-info strong{display:block;font-size:16px;line-height:1.25;margin-bottom:6px}.cdf-quote-item-info a{font-size:12px;font-weight:800;color:var(--cdf-green-2);text-transform:uppercase;letter-spacing:.04em}.cdf-quote-qty{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:12px}.cdf-quote-qty button{border:1px solid #d8c8b4;background:#fff;border-radius:9px;min-width:32px;height:32px;cursor:pointer;font-weight:800}.cdf-quote-qty span{font-weight:800;min-width:20px;text-align:center}.cdf-quote-remove{padding:0 10px!important;color:#8a2b1d!important;font-size:12px}.cdf-quote-footer{padding:18px 20px 20px;border-top:1px solid #eadfcf;background:#fff}.cdf-quote-footer .cdf-btn{width:100%;min-height:52px;border-radius:12px}.cdf-quote-footer small{display:block;margin-top:10px;text-align:center;color:var(--cdf-muted)}.cdf-clear-quote{display:block;margin:12px auto 0;background:none;border:0;color:#8a2b1d;text-decoration:underline;cursor:pointer;font-weight:700}
@media(max-width:640px){.cdf-quote-float{right:88px;bottom:18px;min-width:56px;height:56px;padding:0 12px}.cdf-whatsapp-float{right:18px;bottom:18px;width:56px;height:56px}.cdf-added-modal{padding:26px 18px}.cdf-added-actions{grid-template-columns:1fr}.cdf-added-modal h3{font-size:26px}.cdf-quote-item{grid-template-columns:84px 1fr}.cdf-quote-item img{width:84px;height:84px}}

/* Orçamento - versão 1.2.2 */
.cdf-btn-secondary{background:#2f271c!important;border-color:#b88a42!important;color:#f7ead4!important}
.cdf-btn-secondary:hover{background:#b88a42!important;color:#17130d!important}
.cdf-product-card-actions{padding:0 20px 22px;display:grid!important;grid-template-columns:1fr;gap:10px}.cdf-product-card-actions .cdf-btn{width:100%;min-height:48px;border-radius:10px}.cdf-details-btn{color:#2f4426!important;border-color:#d9c8ad!important;background:#fff!important}.cdf-details-btn:hover{background:#f5eee3!important;color:#2f4426!important}
.cdf-quote-float{position:fixed!important;right:96px!important;bottom:24px!important;z-index:9995!important;width:auto!important;min-width:64px!important;height:64px!important;padding:0 16px!important;border-radius:999px!important;background:linear-gradient(135deg,#14110d,#26371f)!important;border:1px solid #b88a42!important;color:#fff!important;font-size:20px!important;font-weight:800!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;box-shadow:0 16px 36px rgba(0,0,0,.28)!important;cursor:pointer!important}.cdf-quote-float-icon{font-size:22px}.cdf-quote-count{background:#b88a42!important;color:#14110d!important;border-radius:999px!important;min-width:24px!important;height:24px!important;padding:0 7px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:12px!important;line-height:24px!important}
.cdf-added-modal-overlay,.cdf-quote-overlay{position:fixed!important;inset:0!important;background:rgba(0,0,0,.56)!important;z-index:9996!important;opacity:0!important;visibility:hidden!important;transition:.2s!important;backdrop-filter:blur(3px)!important}.cdf-added-modal-overlay.is-open,.cdf-quote-overlay.is-open{opacity:1!important;visibility:visible!important}
.cdf-added-modal{position:fixed!important;left:50%!important;top:50%!important;transform:translate(-50%,-46%) scale(.96)!important;z-index:9998!important;width:min(560px,92vw)!important;background:#fff!important;border-radius:26px!important;box-shadow:0 30px 90px rgba(0,0,0,.32)!important;padding:32px!important;opacity:0!important;visibility:hidden!important;transition:.22s!important;text-align:center!important}.cdf-added-modal.is-open{opacity:1!important;visibility:visible!important;transform:translate(-50%,-50%) scale(1)!important}.cdf-close-added-modal{position:absolute!important;right:18px!important;top:16px!important;width:40px!important;height:40px!important;border-radius:999px!important;border:1px solid #e3d7c4!important;background:#fff!important;color:#292219!important;font-size:26px!important;line-height:1!important;cursor:pointer!important}.cdf-added-modal-icon{width:58px!important;height:58px!important;margin:0 auto 16px!important;border-radius:999px!important;background:#5d7434!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:28px!important;font-weight:800!important}.cdf-added-modal h3{font-size:32px!important;margin-bottom:16px!important}.cdf-added-modal p{color:#74695b!important;max-width:440px!important;margin:14px auto 0!important}.cdf-added-product{display:flex!important;align-items:center!important;gap:14px!important;justify-content:center!important;background:#f8f2e8!important;border:1px solid #eadfcf!important;border-radius:18px!important;padding:12px!important;text-align:left!important}.cdf-added-product img{width:84px!important;height:70px!important;object-fit:cover!important;border-radius:12px!important}.cdf-added-product strong{font-size:17px!important;line-height:1.25!important}.cdf-added-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important;margin-top:24px!important}.cdf-added-actions .cdf-btn{width:100%!important;min-height:50px!important;border-radius:12px!important}.cdf-added-actions .cdf-btn-outline{color:#2f4426!important;border-color:#d6c6ad!important;background:#fff!important}.cdf-added-actions .cdf-btn-outline:hover{background:#f5eee3!important;color:#2f4426!important}
.cdf-quote-drawer{position:fixed!important;top:0!important;right:0!important;width:min(500px,94vw)!important;height:100vh!important;background:#fff!important;z-index:9997!important;transform:translateX(100%)!important;transition:.25s!important;box-shadow:-20px 0 70px rgba(0,0,0,.26)!important;display:flex!important;flex-direction:column!important;margin:0!important}.cdf-quote-drawer.is-open{transform:translateX(0)!important}.cdf-quote-head{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:16px!important;padding:24px!important;background:linear-gradient(135deg,#14110d,#26371f)!important;color:#fff!important}.cdf-quote-head span{display:block!important;color:#b88a42!important;text-transform:uppercase!important;letter-spacing:.14em!important;font-size:12px!important;font-weight:800!important}.cdf-quote-head strong{display:block!important;font-family:Georgia,'Times New Roman',serif!important;font-size:28px!important;line-height:1.05!important;color:#fff!important}.cdf-quote-head small{display:block!important;margin-top:8px!important;color:#eadcc4!important}.cdf-close-quote{width:42px!important;height:42px!important;border-radius:999px!important;border:1px solid rgba(255,255,255,.25)!important;background:rgba(255,255,255,.08)!important;color:#fff!important;font-size:28px!important;cursor:pointer!important;line-height:1!important}.cdf-quote-list{padding:18px!important;overflow:auto!important;flex:1!important;background:#f8f2e8!important}.cdf-quote-empty{background:#fff!important;border:1px dashed #d7c3a3!important;border-radius:18px!important;padding:28px!important;text-align:center!important}.cdf-quote-empty strong{display:block!important;font-size:18px!important;margin-bottom:6px!important}.cdf-quote-empty span{display:block!important;color:#74695b!important}.cdf-quote-item{display:grid!important;grid-template-columns:96px 1fr!important;gap:14px!important;background:#fff!important;border:1px solid #eadfcf!important;border-radius:18px!important;padding:12px!important;margin-bottom:12px!important;box-shadow:0 8px 22px rgba(20,17,13,.05)!important}.cdf-quote-item img,.cdf-quote-item-placeholder{width:96px!important;height:96px!important;object-fit:cover!important;border-radius:14px!important;background:#eadfcf!important}.cdf-quote-item-info strong{display:block!important;font-size:16px!important;line-height:1.25!important;margin-bottom:6px!important;color:#292219!important}.cdf-quote-item-info a{font-size:12px!important;font-weight:800!important;color:#5d7434!important;text-transform:uppercase!important;letter-spacing:.04em!important}.cdf-quote-qty{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important;margin-top:12px!important}.cdf-quote-qty button{border:1px solid #d8c8b4!important;background:#fff!important;border-radius:9px!important;min-width:32px!important;height:32px!important;cursor:pointer!important;font-weight:800!important;color:#292219!important}.cdf-quote-qty span{font-weight:800!important;min-width:20px!important;text-align:center!important}.cdf-quote-remove{padding:0 10px!important;color:#8a2b1d!important;font-size:12px!important}.cdf-quote-footer{padding:18px 20px 20px!important;border-top:1px solid #eadfcf!important;background:#fff!important}.cdf-quote-footer .cdf-btn{width:100%!important;min-height:52px!important;border-radius:12px!important}.cdf-quote-footer small{display:block!important;margin-top:10px!important;text-align:center!important;color:#74695b!important}.cdf-clear-quote{display:block!important;margin:12px auto 0!important;background:none!important;border:0!important;color:#8a2b1d!important;text-decoration:underline!important;cursor:pointer!important;font-weight:700!important}body.cdf-quote-open{overflow:hidden!important}
@media(max-width:640px){.cdf-quote-float{right:88px!important;bottom:18px!important;min-width:56px!important;height:56px!important;padding:0 12px!important}.cdf-whatsapp-float{right:18px!important;bottom:18px!important;width:56px!important;height:56px!important}.cdf-added-modal{padding:26px 18px!important}.cdf-added-actions{grid-template-columns:1fr!important}.cdf-added-modal h3{font-size:26px!important}.cdf-quote-item{grid-template-columns:84px 1fr!important}.cdf-quote-item img,.cdf-quote-item-placeholder{width:84px!important;height:84px!important}}

/* Otimização do orçamento: remove blur pesado e evita travamentos ao adicionar produto */
.cdf-added-modal-overlay,
.cdf-quote-overlay{
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  transition:opacity .12s ease, visibility .12s ease!important;
}
.cdf-added-modal{
  transition:opacity .14s ease, transform .14s ease, visibility .14s ease!important;
  will-change:opacity, transform!important;
  transform:translate(-50%,-48%) scale(.98)!important;
}
.cdf-added-modal.is-open{
  transform:translate(-50%,-50%) scale(1)!important;
}
.cdf-quote-drawer{
  transition:transform .18s ease!important;
  will-change:transform!important;
}
.cdf-add-to-quote.is-loading{
  opacity:.82!important;
  pointer-events:none!important;
  position:relative!important;
}
.cdf-add-to-quote.is-loading::after{
  content:'...';
  margin-left:6px;
}
