/* WooCommerce integration — follows the approved Velho Casarão visual system. */
.vc-site.woocommerce,.vc-site.woocommerce-page{background:var(--vc-ink);color:var(--vc-muted)}
.vc-site .woocommerce .woocommerce-breadcrumb,.vc-site.woocommerce .woocommerce-breadcrumb{color:var(--vc-muted)}
.vc-site .woocommerce a,.vc-site.woocommerce-page a{color:var(--vc-gold)}
.vc-site .woocommerce ul.products,.vc-site.woocommerce-page ul.products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px;margin:0;padding:0}
.vc-site .woocommerce ul.products:before,.vc-site .woocommerce ul.products:after{display:none}
.vc-site .woocommerce ul.products li.product,.vc-site.woocommerce-page ul.products li.product{box-sizing:border-box;float:none;width:100%!important;margin:0!important;padding:0 0 22px;border:1px solid var(--vc-line);background:#1a100b;overflow:hidden}
.vc-site .woocommerce ul.products li.product a img,.vc-site.woocommerce-page ul.products li.product a img{box-sizing:border-box;width:100%;height:360px;margin:0 0 20px;object-fit:contain;background:#120c08}
.vc-site .woocommerce ul.products li.product .woocommerce-loop-product__title,.vc-site.woocommerce-page ul.products li.product .woocommerce-loop-product__title{padding:0 20px;color:var(--vc-cream);font:24px/1.2 Georgia,'Times New Roman',serif}
.vc-site .woocommerce ul.products li.product .price,.vc-site.woocommerce-page ul.products li.product .price{padding:0 20px;color:var(--vc-gold);font:700 20px/1.3 Arial,sans-serif}
.vc-site .woocommerce ul.products li.product .button,.vc-site.woocommerce-page ul.products li.product .button{margin:8px 20px 0;background:linear-gradient(100deg,#510f18,#2e090f);color:var(--vc-cream);border:1px solid var(--vc-gold);border-radius:3px;box-shadow:none;text-shadow:none}
.vc-site .woocommerce ul.products li.product .added_to_cart{display:inline-block;margin:10px 20px 0}
.vc-site.woocommerce div.product .product_title{color:var(--vc-cream);font-family:Georgia,'Times New Roman',serif}
.vc-site.woocommerce div.product p.price,.vc-site.woocommerce div.product span.price{color:var(--vc-gold);font-size:28px}
.vc-site.woocommerce div.product .woocommerce-product-gallery{background:#120c08;border:1px solid var(--vc-line)}
.vc-site.woocommerce div.product form.cart .qty{min-height:44px;background:#fff;color:#211009;border:1px solid var(--vc-line)}
.vc-site.woocommerce div.product form.cart .button,.vc-site .woocommerce button.button,.vc-site .woocommerce a.button,.vc-site .woocommerce input.button{background:linear-gradient(100deg,#510f18,#2e090f);color:var(--vc-cream);border:1px solid var(--vc-gold);border-radius:3px;text-shadow:none;box-shadow:none}
.vc-site .woocommerce button.button:hover,.vc-site .woocommerce a.button:hover,.vc-site .woocommerce input.button:hover{background:var(--vc-gold);color:#211009}
.vc-site.woocommerce div.product .woocommerce-tabs,.vc-site.woocommerce div.product .related{clear:both;padding-top:38px}
.vc-site.woocommerce div.product .woocommerce-tabs ul.tabs li{background:#1a100b;border-color:var(--vc-line)}
.vc-site.woocommerce div.product .woocommerce-tabs ul.tabs li a{color:var(--vc-cream)}
.vc-site.woocommerce div.product .woocommerce-tabs .panel{color:var(--vc-muted)}
.vc-site .woocommerce table.shop_table{border-color:var(--vc-line);background:#1a100b;color:var(--vc-cream)}
.vc-site .woocommerce table.shop_table th,.vc-site .woocommerce table.shop_table td{border-color:var(--vc-line)}
.vc-site .woocommerce form .form-row input.input-text,.vc-site .woocommerce form .form-row textarea,.vc-site .woocommerce form .form-row select,.vc-site .select2-container--default .select2-selection--single{box-sizing:border-box;min-height:46px;background:#fff;color:#211009;border:1px solid #b6a98f;border-radius:3px}
.vc-site .woocommerce .cart_totals,.vc-site .woocommerce-checkout-review-order,.vc-site .woocommerce-form-coupon,.vc-site .woocommerce-form-login{padding:22px;border:1px solid var(--vc-line);background:#1a100b}
.vc-woo-wholesale{clear:both;margin-top:18px}
.vc-site .vc-woo-wholesale .vc-button-outline{background:transparent}
@media(max-width:960px){.vc-site .woocommerce ul.products,.vc-site.woocommerce-page ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.vc-site .woocommerce ul.products,.vc-site.woocommerce-page ul.products{grid-template-columns:1fr}.vc-site .woocommerce ul.products li.product a img,.vc-site.woocommerce-page ul.products li.product a img{height:320px}}

/* 2.7.0 — dual retail/wholesale pricing. */
.vc-site .vc-tier-prices{display:flex;flex-direction:column;gap:5px;line-height:1.25}
.vc-site .vc-tier-prices>span{display:block}
.vc-site .vc-tier-prices small{display:inline-block;margin-right:5px;color:var(--vc-muted);font-size:.64em;font-weight:600;text-transform:uppercase;letter-spacing:.06em}
.vc-site .vc-tier-wholesale{color:var(--vc-gold)}
.vc-site .vc-tier-retail{color:var(--vc-cream)}
.vc-site .vc-wholesale-rule{clear:both;margin:0 0 18px;padding:12px 14px;border:1px solid var(--vc-line);background:#1a100b;color:var(--vc-muted);font-size:14px}
.vc-site .vc-wholesale-rule strong{color:var(--vc-gold)}
.vc-site .woocommerce ul.products li.product .vc-tier-prices,.vc-site.woocommerce-page ul.products li.product .vc-tier-prices{padding:0 20px}

/* 2.8.0 — full WooCommerce visual pass after portfolio migration. */
body.vc-site.woocommerce-page,
body.vc-site.single-product,
body.vc-site.woocommerce-page #Wrapper,
body.vc-site.single-product #Wrapper,
body.vc-site.woocommerce-page #Content,
body.vc-site.single-product #Content,
body.vc-site.woocommerce-page .content_wrapper,
body.vc-site.single-product .content_wrapper,
body.vc-site.woocommerce-page .sections_group,
body.vc-site.single-product .sections_group{background:var(--vc-ink)!important;color:var(--vc-cream)}
body.vc-site.single-product #Content{padding-top:clamp(150px,12vw,205px)!important;padding-bottom:72px}
body.vc-site.woocommerce-page:not(.single-product) #Content{padding-bottom:72px}
body.vc-site.single-product #Subheader{display:none!important}
body.vc-site.single-product .section_wrapper,
body.vc-site.woocommerce-page .section_wrapper{max-width:1320px}
body.vc-site.single-product .woocommerce-notices-wrapper{max-width:1240px;margin:0 auto 18px}

/* Product page shell: independent of BeTheme's former portfolio floats. */
.vc-site .vc-product-single{box-sizing:border-box;max-width:1240px;margin:0 auto;padding:0 24px;color:var(--vc-cream)}
.vc-site .vc-product-breadcrumb{margin:0 0 18px}
.vc-site.single-product .woocommerce-breadcrumb{display:none}
.vc-site.single-product .vc-product-breadcrumb .woocommerce-breadcrumb{display:flex;flex-wrap:wrap;gap:7px;align-items:center;margin:0;color:#ad9e8a;font:12px/1.5 Arial,Helvetica,sans-serif;letter-spacing:.035em}
.vc-site .vc-product-breadcrumb a{color:var(--vc-gold);text-decoration:none}
.vc-site .vc-product-breadcrumb a:hover{text-decoration:underline}
.vc-site .vc-product-shell{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:clamp(30px,4vw,58px);align-items:start;padding:clamp(24px,3.4vw,44px);border:1px solid var(--vc-line);border-radius:14px;background:linear-gradient(145deg,#1b100b 0,#120b08 62%,#1c0d0d 100%);box-shadow:0 24px 70px rgba(0,0,0,.28)}
.vc-site .vc-product-media,.vc-site .vc-product-summary{min-width:0}
.vc-site .vc-product-summary.summary{float:none!important;width:auto!important;margin:0!important;padding:6px 0 0!important}
.vc-site .vc-product-summary .product_title{margin:0 0 14px;color:var(--vc-cream)!important;font:clamp(34px,4vw,50px)/1.08 Georgia,'Times New Roman',serif;letter-spacing:-.02em}
.vc-site .vc-product-summary .woocommerce-product-details__short-description{max-width:620px;margin:0 0 22px;color:var(--vc-muted);font:16px/1.72 Arial,Helvetica,sans-serif}
.vc-site .vc-product-summary .woocommerce-product-details__short-description p:last-child{margin-bottom:0}
.vc-site .vc-product-summary p.price{margin:0 0 20px!important;color:var(--vc-cream)!important;font-size:inherit!important}
.vc-site .vc-woo-gallery{position:relative;max-width:580px}
.vc-site .vc-woo-gallery .vc-gallery-stage{aspect-ratio:1/1;border-color:rgba(198,160,79,.36);background:radial-gradient(circle at 50% 42%,rgba(198,160,79,.12),rgba(11,6,4,.82) 70%);box-shadow:0 20px 45px #0005}
.vc-site .vc-woo-gallery .vc-gallery-stage img{box-sizing:border-box;padding:18px}
.vc-site .vc-product-sale{position:absolute;z-index:3;top:14px;left:14px;display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border:1px solid var(--vc-gold);border-radius:999px;background:#510f18;color:var(--vc-cream);font:700 11px/1 Arial,sans-serif;letter-spacing:.08em;text-transform:uppercase}

/* Retail / wholesale prices become clear cards on product pages. */
.vc-site.single-product .vc-tier-prices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0}
.vc-site.single-product .vc-tier-prices>span{box-sizing:border-box;min-height:92px;padding:14px 16px;border:1px solid var(--vc-line);border-radius:9px;background:rgba(255,255,255,.025);color:var(--vc-cream);font:400 25px/1.15 Georgia,'Times New Roman',serif}
.vc-site.single-product .vc-tier-prices>span small{display:block;margin:0 0 8px;color:#b9a991;font:700 10px/1.2 Arial,sans-serif;letter-spacing:.12em;text-transform:uppercase}
.vc-site.single-product .vc-tier-prices .vc-tier-wholesale{border-color:rgba(198,160,79,.52);background:linear-gradient(145deg,rgba(198,160,79,.1),rgba(81,15,24,.12));color:var(--vc-gold)}
.vc-site.single-product .vc-tier-prices .vc-tier-wholesale small:last-child{margin:7px 0 0;color:var(--vc-muted);font-size:11px;letter-spacing:.04em;text-transform:none}
.vc-site .vc-wholesale-rule{margin:0 0 18px;padding:12px 14px;border:1px solid rgba(198,160,79,.35);border-radius:7px;background:rgba(198,160,79,.055);color:var(--vc-muted)}

/* Purchase reassurance and add-to-cart controls. */
.vc-site .vc-purchase-assurance{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0 0 20px}
.vc-site .vc-purchase-assurance>span{display:block;padding:11px 12px;border:1px solid rgba(198,160,79,.22);border-radius:7px;background:#160c09}
.vc-site .vc-purchase-assurance strong{display:block;margin-bottom:4px;color:var(--vc-cream);font:700 11px/1.3 Arial,sans-serif;text-transform:uppercase;letter-spacing:.06em}
.vc-site .vc-purchase-assurance small{display:block;color:#ad9e8a;font:11px/1.42 Arial,sans-serif}
.vc-site.single-product div.product form.cart{display:flex!important;flex-wrap:wrap;align-items:stretch;gap:10px;margin:0 0 12px!important;padding:0!important}
.vc-site.single-product div.product form.cart .quantity{display:grid;grid-template-columns:42px minmax(58px,72px) 42px;align-items:stretch;float:none!important;margin:0!important;border:1px solid var(--vc-line);border-radius:7px;overflow:hidden;background:#fff}
.vc-site.single-product div.product form.cart .quantity .qty{box-sizing:border-box;width:100%!important;min-width:0!important;height:50px;min-height:50px!important;margin:0!important;padding:0 6px!important;border:0!important;border-left:1px solid #ddd0bc!important;border-right:1px solid #ddd0bc!important;border-radius:0!important;background:#fff!important;color:#211009!important;text-align:center;font:700 16px/1 Arial,sans-serif;-moz-appearance:textfield}
.vc-site.single-product div.product form.cart .quantity .qty::-webkit-inner-spin-button,.vc-site.single-product div.product form.cart .quantity .qty::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
.vc-site.single-product div.product form.cart .single_add_to_cart_button{flex:1 1 240px;box-sizing:border-box;min-height:52px;margin:0!important;padding:0 26px!important;border:1px solid var(--vc-gold)!important;border-radius:7px!important;background:linear-gradient(100deg,#651522,#380b10)!important;color:#fff4d7!important;font:700 13px/1.2 Georgia,'Times New Roman',serif!important;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 10px 25px rgba(0,0,0,.2)!important}
.vc-site.single-product div.product form.cart .single_add_to_cart_button:hover{background:var(--vc-gold)!important;color:#2b0b0e!important}
.vc-site.single-product div.product form.cart .single_add_to_cart_button.is-loading{opacity:.7;cursor:wait}
.vc-site .vc-woo-wholesale{margin:10px 0 0!important}
.vc-site .vc-woo-wholesale .button{box-sizing:border-box;width:100%;min-height:48px;margin:0!important;padding:14px 18px!important;border-radius:7px!important;text-align:center}

/* Product information below the purchase card. */
.vc-site .vc-product-below{margin-top:34px}
.vc-site.single-product div.product .woocommerce-tabs{float:none!important;width:100%!important;margin:0!important;padding:0!important;border:1px solid var(--vc-line);border-radius:12px;background:#160d09;overflow:hidden}
.vc-site.single-product div.product .woocommerce-tabs ul.tabs{display:flex;flex-wrap:wrap;gap:0;margin:0!important;padding:0!important;border-bottom:1px solid var(--vc-line);background:#120a07}
.vc-site.single-product div.product .woocommerce-tabs ul.tabs:before,.vc-site.single-product div.product .woocommerce-tabs ul.tabs:after{display:none!important}
.vc-site.single-product div.product .woocommerce-tabs ul.tabs li{float:none!important;margin:0!important;padding:0!important;border:0!important;border-right:1px solid var(--vc-line)!important;border-radius:0!important;background:transparent!important}
.vc-site.single-product div.product .woocommerce-tabs ul.tabs li:before,.vc-site.single-product div.product .woocommerce-tabs ul.tabs li:after{display:none!important}
.vc-site.single-product div.product .woocommerce-tabs ul.tabs li a{display:block;padding:15px 18px!important;color:#bcae99!important;font:700 12px/1.3 Arial,sans-serif;letter-spacing:.05em;text-transform:uppercase}
.vc-site.single-product div.product .woocommerce-tabs ul.tabs li.active a{background:rgba(198,160,79,.08);color:var(--vc-gold)!important}
.vc-site.single-product div.product .woocommerce-tabs .panel{box-sizing:border-box;margin:0!important;padding:clamp(22px,3vw,34px)!important;color:var(--vc-muted)!important;font:15px/1.75 Arial,Helvetica,sans-serif}
.vc-site.single-product div.product .woocommerce-tabs .panel h2{color:var(--vc-cream)}

/* Store grids. */
.vc-site .woocommerce ul.products,.vc-site.woocommerce-page ul.products{gap:24px}
.vc-site .woocommerce ul.products li.product,.vc-site.woocommerce-page ul.products li.product{position:relative;border-color:rgba(198,160,79,.28);border-radius:10px;background:linear-gradient(180deg,#1a100b,#120b08);box-shadow:0 14px 30px rgba(0,0,0,.16);transition:transform .18s,border-color .18s,box-shadow .18s}
.vc-site .woocommerce ul.products li.product:hover,.vc-site.woocommerce-page ul.products li.product:hover{transform:translateY(-4px);border-color:rgba(198,160,79,.62);box-shadow:0 20px 38px rgba(0,0,0,.28)}
.vc-site .woocommerce ul.products li.product a img,.vc-site.woocommerce-page ul.products li.product a img{height:330px;padding:14px;margin-bottom:16px;background:radial-gradient(circle at 50% 45%,rgba(198,160,79,.1),#100907 72%);object-fit:contain}
.vc-site .woocommerce ul.products li.product .woocommerce-loop-product__title,.vc-site.woocommerce-page ul.products li.product .woocommerce-loop-product__title{min-height:58px;padding:0 18px;font-size:22px}
.vc-site .woocommerce ul.products li.product .price,.vc-site.woocommerce-page ul.products li.product .price{min-height:52px;padding:0 18px;color:var(--vc-gold);font-size:18px}
.vc-site .woocommerce ul.products li.product .vc-tier-prices,.vc-site.woocommerce-page ul.products li.product .vc-tier-prices{gap:2px;padding:0}
.vc-site .woocommerce ul.products li.product .button,.vc-site.woocommerce-page ul.products li.product .button{box-sizing:border-box;width:calc(100% - 36px);min-height:44px;margin:12px 18px 0!important;padding:13px 16px!important;border-radius:6px;text-align:center;text-transform:uppercase;letter-spacing:.04em}
.vc-site .woocommerce ul.products li.product .added_to_cart{margin:9px 18px 0}

/* Cart, checkout, account and Brazilian checkout fields. */
.vc-site .woocommerce{color:var(--vc-cream)}
.vc-site .woocommerce h1,.vc-site .woocommerce h2,.vc-site .woocommerce h3,.vc-site .woocommerce h4{color:var(--vc-cream)}
.vc-site .woocommerce form,.vc-site .woocommerce .woocommerce-MyAccount-content,.vc-site .woocommerce .woocommerce-MyAccount-navigation{color:var(--vc-muted)}
.vc-site .woocommerce table.shop_table{border:1px solid var(--vc-line)!important;border-radius:10px!important;background:#160d09!important;color:var(--vc-cream)!important;overflow:hidden}
.vc-site .woocommerce table.shop_table th,.vc-site .woocommerce table.shop_table td{padding:14px 16px!important;border-color:rgba(198,160,79,.18)!important}
.vc-site .woocommerce table.shop_table td.product-name a{color:var(--vc-cream);font-weight:700}
.vc-site .woocommerce table.shop_table img{width:70px;border-radius:6px;background:#100806}
.vc-site .woocommerce .cart_totals,.vc-site .woocommerce-checkout-review-order,.vc-site .woocommerce-form-coupon,.vc-site .woocommerce-form-login,.vc-site .woocommerce .woocommerce-billing-fields,.vc-site .woocommerce .woocommerce-shipping-fields,.vc-site .woocommerce .woocommerce-additional-fields{box-sizing:border-box;padding:22px;border:1px solid var(--vc-line);border-radius:10px;background:#160d09}
.vc-site .woocommerce form .form-row label{margin-bottom:6px;color:var(--vc-cream);font:600 12px/1.4 Arial,sans-serif;letter-spacing:.02em}
.vc-site .woocommerce form .form-row input.input-text,.vc-site .woocommerce form .form-row textarea,.vc-site .woocommerce form .form-row select,.vc-site .select2-container--default .select2-selection--single,.vc-site .wc-block-components-text-input input,.vc-site .wc-block-components-combobox .wc-block-components-combobox-control input{box-sizing:border-box;min-height:48px;padding:10px 12px!important;border:1px solid #b9a57d!important;border-radius:6px!important;background:#fffdf8!important;color:#211009!important;box-shadow:none!important}
.vc-site .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:46px;color:#211009}
.vc-site .select2-container--default .select2-selection--single .select2-selection__arrow{height:46px}
.vc-site .woocommerce form .form-row textarea{min-height:110px}
.vc-site .woocommerce form .form-row.woocommerce-invalid input.input-text{border-color:#b73939!important}
.vc-site .woocommerce form .form-row.woocommerce-validated input.input-text{border-color:#477a48!important}
.vc-site .woocommerce #payment{border:1px solid var(--vc-line);border-radius:10px;background:#120a07!important;color:var(--vc-muted)}
.vc-site .woocommerce #payment ul.payment_methods{border-color:var(--vc-line)}
.vc-site .woocommerce #payment div.payment_box{border-radius:7px;background:#f5ecda!important;color:#38231d!important}
.vc-site .woocommerce #payment div.payment_box:before{border-bottom-color:#f5ecda!important}
.vc-site .woocommerce #payment .payment_method_woo-mercado-pago-basic,.vc-site .woocommerce #payment .payment_method_woo-mercado-pago-custom,.vc-site .woocommerce #payment .payment_method_woo-mercado-pago-ticket,.vc-site .woocommerce #payment .payment_method_woo-mercado-pago-pix{padding-top:6px;padding-bottom:6px}
.vc-site .woocommerce #shipping_method{margin:0;padding:0;list-style:none}
.vc-site .woocommerce #shipping_method li{margin:8px 0;padding:10px 12px;border:1px solid rgba(198,160,79,.2);border-radius:7px;background:rgba(255,255,255,.02)}
.vc-site .woocommerce .shipping-calculator-button{font-weight:700}
.vc-site .woocommerce button.button,.vc-site .woocommerce a.button,.vc-site .woocommerce input.button,.vc-site .wc-block-components-button{box-sizing:border-box;min-height:46px;padding:12px 18px!important;border:1px solid var(--vc-gold)!important;border-radius:6px!important;background:linear-gradient(100deg,#651522,#380b10)!important;color:#fff4d7!important;box-shadow:none!important;text-shadow:none!important;font-weight:700!important}
.vc-site .woocommerce button.button:hover,.vc-site .woocommerce a.button:hover,.vc-site .woocommerce input.button:hover,.vc-site .wc-block-components-button:hover{background:var(--vc-gold)!important;color:#2a0b0e!important}
.vc-site .woocommerce .woocommerce-message,.vc-site .woocommerce .woocommerce-info,.vc-site .woocommerce .woocommerce-error{box-sizing:border-box;margin:0 0 18px!important;padding:16px 18px 16px 46px!important;border:1px solid var(--vc-line)!important;border-radius:8px;background:#1a100b!important;color:var(--vc-cream)!important}
.vc-site .woocommerce .woocommerce-message:before,.vc-site .woocommerce .woocommerce-info:before{color:var(--vc-gold)!important}
.vc-site .woocommerce .woocommerce-error:before{color:#df7e7e!important}
.vc-site .woocommerce .woocommerce-terms-and-conditions-wrapper{margin-top:16px;color:var(--vc-muted)}
.vc-site .woocommerce .woocommerce-privacy-policy-text{color:#b9aa95;font-size:13px;line-height:1.6}
.vc-site .vc-cart-policy-links{margin-top:15px;text-align:center;font-size:12px;color:#aa9a85}
.vc-site .vc-cart-policy-links a{color:var(--vc-gold)}

/* Woo blocks: keep the same visual language if Woo switches from shortcodes to blocks. */
.vc-site .wc-block-cart,.vc-site .wc-block-checkout{color:var(--vc-cream)}
.vc-site .wc-block-components-sidebar-layout .wc-block-components-main,.vc-site .wc-block-components-sidebar{box-sizing:border-box}
.vc-site .wc-block-components-order-summary,.vc-site .wc-block-components-totals-wrapper,.vc-site .wc-block-components-checkout-step{border-color:var(--vc-line)!important}
.vc-site .wc-block-components-order-summary-item__description,.vc-site .wc-block-components-product-name{color:var(--vc-cream)!important}
.vc-site .wc-block-components-radio-control-accordion-option{border-color:var(--vc-line)!important;background:#160d09!important}

/* Floating cart sits above quotation, preserving WhatsApp at the bottom. */
.vc-cart-float{position:fixed;right:max(20px,env(safe-area-inset-right));bottom:calc(max(20px,env(safe-area-inset-bottom)) + 72px);z-index:998;display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:54px;height:54px;padding:0;border:1px solid rgba(198,160,79,.72);border-radius:50%;background:linear-gradient(145deg,#6a1722,#350a10);color:var(--vc-gold)!important;text-decoration:none!important;box-shadow:0 5px 16px #0006;transition:transform .18s,background .18s,box-shadow .18s}
.vc-cart-float.vc-cart-above-quote{bottom:calc(max(20px,env(safe-area-inset-bottom)) + 144px)}
.vc-cart-float svg{display:block;width:27px;height:27px}
.vc-cart-float:hover,.vc-cart-float:focus-visible{transform:translateY(-2px);background:#7a1b28;box-shadow:0 8px 20px #0008}
.vc-cart-count{position:absolute;top:-9px;right:-4px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;min-width:20px;height:20px;padding:0 4px;border:1px solid #4f0f18;border-radius:12px;background:var(--vc-gold);color:#4f0f18;font:700 11px/1 Arial,sans-serif}

@media(max-width:960px){
 .vc-site .vc-product-shell{grid-template-columns:1fr;gap:28px}
 .vc-site .vc-product-media{max-width:650px;margin:0 auto;width:100%}
 .vc-site .vc-product-summary.summary{padding-top:0!important}
 .vc-site .vc-purchase-assurance{grid-template-columns:1fr}
}
@media(max-width:600px){
 body.vc-site.single-product #Content{padding-top:112px!important}
 .vc-site .vc-product-single{padding:0 14px}
 .vc-site .vc-product-shell{padding:16px;border-radius:10px}
 .vc-site .vc-product-summary .product_title{font-size:34px}
 .vc-site.single-product .vc-tier-prices{grid-template-columns:1fr}
 .vc-site.single-product div.product form.cart{display:grid!important;grid-template-columns:1fr}
 .vc-site.single-product div.product form.cart .quantity{width:100%;grid-template-columns:48px 1fr 48px}
 .vc-site.single-product div.product form.cart .single_add_to_cart_button{width:100%}
 .vc-site.single-product div.product .woocommerce-tabs ul.tabs{display:grid;grid-template-columns:1fr}
 .vc-site.single-product div.product .woocommerce-tabs ul.tabs li{border-right:0!important;border-bottom:1px solid var(--vc-line)!important}
 .vc-site .woocommerce ul.products li.product a img,.vc-site.woocommerce-page ul.products li.product a img{height:300px}
 .vc-cart-float{width:50px;height:50px;right:max(15px,env(safe-area-inset-right));bottom:calc(max(15px,env(safe-area-inset-bottom)) + 68px)}
 .vc-cart-float.vc-cart-above-quote{bottom:calc(max(15px,env(safe-area-inset-bottom)) + 136px)}
}

/* 2.8.0 hardening against BeTheme legacy portfolio/WooCommerce wrappers. */
body.vc-site.single-product #Content .section_wrapper,
body.vc-site.single-product #Content .the_content_wrapper,
body.vc-site.single-product #Content .woocommerce,
body.vc-site.single-product #Content .product,
body.vc-site.single-product #Content .product_wrapper,
body.vc-site.single-product #Content .woocommerce-content{background:transparent!important;color:var(--vc-cream)!important}
body.vc-site.single-product #Content .section_wrapper{padding-left:0!important;padding-right:0!important}
.vc-site .vc-woo-gallery .woocommerce-product-gallery__image,
.vc-site .vc-woo-gallery .vc-gallery-stage{margin:0!important}
.vc-site .vc-woo-gallery .vc-gallery-stage img{display:block;width:100%!important;height:100%!important;object-fit:contain!important}

/* Cart and checkout purchase controls follow the same branded treatment. */
/* 2.10.2 — cart quantity is a single 3-part control.
 * BeTheme renders the minus/plus anchors absolutely by default. That becomes
 * misaligned as soon as WooBuilder changes the input height/width, and can make
 * the minus icon look like part of the numeric value (for example, “−22”).
 * Keep layout structural here and let WooBuilder own colours/backgrounds. */
.vc-site.woocommerce-cart table.shop_table.cart td.product-quantity,
.vc-site .woocommerce-cart-form table.shop_table.cart td.product-quantity{vertical-align:middle}
.vc-site.woocommerce-cart table.shop_table.cart .quantity,
.vc-site .woocommerce-cart-form table.shop_table.cart .quantity{
 display:inline-grid!important;
 grid-template-columns:36px minmax(56px,72px) 36px;
 align-items:stretch;
 width:auto!important;
 min-width:128px;
 max-width:144px;
 position:relative;
 margin:0 auto!important;
 vertical-align:middle;
 overflow:hidden;
}
.vc-site.woocommerce-cart table.shop_table.cart .quantity a.quantity-change,
.vc-site .woocommerce-cart-form table.shop_table.cart .quantity a.quantity-change{
 box-sizing:border-box;
 display:flex!important;
 align-items:center;
 justify-content:center;
 position:static!important;
 inset:auto!important;
 width:36px!important;
 min-width:36px!important;
 height:auto!important;
 min-height:100%;
 margin:0!important;
 padding:0!important;
 border-radius:0!important;
 line-height:1!important;
}
.vc-site.woocommerce-cart table.shop_table.cart .quantity a.quantity-change i,
.vc-site .woocommerce-cart-form table.shop_table.cart .quantity a.quantity-change i{margin:0!important;line-height:1!important}
.vc-site.woocommerce-cart table.shop_table.cart .quantity .qty,
.vc-site .woocommerce-cart-form table.shop_table.cart .quantity .qty{
 box-sizing:border-box;
 width:100%!important;
 min-width:0!important;
 margin:0!important;
 padding-left:6px!important;
 padding-right:6px!important;
 text-align:center;
 -moz-appearance:textfield;
}
.vc-site.woocommerce-cart table.shop_table.cart .quantity .qty::-webkit-inner-spin-button,
.vc-site.woocommerce-cart table.shop_table.cart .quantity .qty::-webkit-outer-spin-button,
.vc-site .woocommerce-cart-form table.shop_table.cart .quantity .qty::-webkit-inner-spin-button,
.vc-site .woocommerce-cart-form table.shop_table.cart .quantity .qty::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
.vc-site .woocommerce-cart-form .coupon{display:flex;flex-wrap:wrap;gap:8px;align-items:stretch}
.vc-site .woocommerce-cart-form .coupon .input-text{box-sizing:border-box;min-width:180px;min-height:46px;padding:10px 12px!important;border:1px solid #b9a57d!important;border-radius:6px!important;background:#fffdf8!important;color:#211009!important}
.vc-site .woocommerce-checkout #place_order{width:100%;min-height:54px;font-family:Georgia,'Times New Roman',serif!important;text-transform:uppercase;letter-spacing:.05em}
.vc-site .woocommerce .wc-proceed-to-checkout a.checkout-button{display:flex;align-items:center;justify-content:center;min-height:54px;font-family:Georgia,'Times New Roman',serif!important;text-transform:uppercase;letter-spacing:.05em}
.vc-site .woocommerce .woocommerce-form__label-for-checkbox,.vc-site .woocommerce .woocommerce-form__label-for-radio{color:var(--vc-muted)}
.vc-site .woocommerce input[type=checkbox],.vc-site .woocommerce input[type=radio]{accent-color:#651522}
.vc-site .vc-checkout-policy-note{margin:14px 0;color:#b9aa95;font-size:12px;line-height:1.55}.vc-site .vc-checkout-policy-note a{color:var(--vc-gold);font-weight:700}

/* 2.10.0 — BeTheme/WooBuilder-native store. Portfolio technical sheets no longer render here. */
.vc-site.single-product .vc-store-product-native .section_wrapper{max-width:1240px}
.vc-site.single-product .vc-store-product-native .mcb-section-inner{align-items:flex-start}
.vc-site.single-product .vc-store-product-images .mcb-wrap-inner,
.vc-site.single-product .vc-store-product-summary .mcb-wrap-inner{box-sizing:border-box}
.vc-site.single-product .vc-store-product-images .mcb-wrap-inner{padding-right:26px}
.vc-site.single-product .vc-store-product-summary .mcb-wrap-inner{padding:8px 0 0 26px}
.vc-site.single-product .column_product_images .woocommerce-product-gallery{box-sizing:border-box;width:100%!important;margin:0!important;border:1px solid var(--vc-line)!important;border-radius:3px;background:#120c08!important;overflow:hidden}
.vc-site.single-product .column_product_images .woocommerce-product-gallery__image a{display:flex;align-items:center;justify-content:center;min-height:520px;background:radial-gradient(circle at 50% 45%,rgba(198,160,79,.10),#100907 72%)}
.vc-site.single-product .column_product_images .woocommerce-product-gallery__image img{box-sizing:border-box;width:100%!important;height:auto!important;max-height:620px;padding:24px;object-fit:contain}
.vc-site.single-product .column_product_images .flex-control-thumbs{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:12px 0 0!important;padding:0!important}
.vc-site.single-product .column_product_images .flex-control-thumbs li{box-sizing:border-box;width:100%!important;margin:0!important;border:1px solid var(--vc-line);background:#120c08}
.vc-site.single-product .column_product_images .flex-control-thumbs img{box-sizing:border-box;width:100%!important;height:110px!important;padding:8px;object-fit:contain}
.vc-site.single-product .column_product_title .title{margin:0 0 14px;color:var(--vc-cream)!important;font-family:Georgia,'Times New Roman',serif;font-size:46px;font-weight:400;line-height:1.14;letter-spacing:0}
.vc-site.single-product .column_product_short_description .woocommerce-product-details__short-description{max-width:620px;margin:0;color:var(--vc-muted);font-family:Arial,Helvetica,sans-serif;font-size:17px;line-height:1.8}
.vc-site.single-product .column_product_price .price{margin:8px 0 18px!important;color:var(--vc-gold)!important;font-size:inherit!important}
.vc-site.single-product .vc-store-buy-notes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:4px 0 20px}
.vc-site.single-product .vc-store-buy-notes span{display:block;padding:11px 12px;border:1px solid rgba(198,160,79,.22);border-radius:3px;background:#160c09}
.vc-site.single-product .vc-store-buy-notes strong{display:block;margin-bottom:4px;color:var(--vc-cream);font-family:Arial,Helvetica,sans-serif;font-size:11px;line-height:1.3;text-transform:uppercase;letter-spacing:.06em}
.vc-site.single-product .vc-store-buy-notes small{display:block;color:#ad9e8a;font-family:Arial,Helvetica,sans-serif;font-size:11px;line-height:1.42}
.vc-site.single-product .column_product_cart_button .mfn-product-add-to-cart{margin-top:2px}
.vc-site.single-product .column_product_cart_button form.cart{display:flex!important;flex-wrap:wrap;align-items:stretch;gap:10px;margin:0!important;padding:0!important}
/* One quantity control only. The theme/WooCommerce owns +/−; the child theme no longer injects buttons. */
.vc-site.single-product .column_product_cart_button form.cart .quantity{display:flex!important;align-items:stretch;float:none!important;width:auto!important;margin:0!important;border:1px solid var(--vc-line)!important;border-radius:3px!important;background:#fff!important;overflow:hidden}
.vc-site.single-product .column_product_cart_button form.cart .quantity .qty{box-sizing:border-box;width:66px!important;min-width:58px!important;height:50px!important;min-height:50px!important;margin:0!important;padding:0 6px!important;border:0!important;border-radius:0!important;background:#fff!important;color:#211009!important;text-align:center;font-family:Arial,Helvetica,sans-serif!important;font-size:16px!important;font-weight:700!important;box-shadow:none!important}
.vc-site.single-product .column_product_cart_button form.cart .quantity :is(button.plus,button.minus,input.plus,input.minus,.plus,.minus){box-sizing:border-box;display:flex;align-items:center;justify-content:center;width:42px;min-width:42px;height:50px;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:#f4e9d1!important;color:#4f0f18!important;font-family:Arial,Helvetica,sans-serif!important;font-size:20px!important;font-weight:700!important;line-height:1!important;box-shadow:none!important}
.vc-site.single-product .vc-qty-step{display:none!important}
.vc-site.single-product .column_product_cart_button .single_add_to_cart_button{flex:1 1 240px;box-sizing:border-box;min-height:52px;margin:0!important;padding:0 26px!important;border:1px solid var(--vc-gold)!important;border-radius:3px!important;background:linear-gradient(100deg,#651522,#380b10)!important;color:#fff4d7!important;font-family:Georgia,'Times New Roman',serif!important;font-size:13px!important;font-weight:400!important;line-height:1.2!important;letter-spacing:.05em;text-transform:uppercase;box-shadow:none!important}
.vc-site.single-product .column_product_cart_button .single_add_to_cart_button:hover{background:var(--vc-gold)!important;color:#2b0b0e!important}
.vc-site.single-product .column_product_meta .product_meta{margin-top:16px;padding-top:16px;border-top:1px solid var(--vc-line);color:#b9aa95;font-size:12px;line-height:1.7}
.vc-site.single-product .column_product_meta .product_meta a{color:var(--vc-gold)}
.vc-site.single-product .vc-woo-secondary-actions{margin-top:12px}

/* Native WooBuilder shop archive uses the same approved portfolio rhythm. */
.vc-site.woocommerce-shop .vc-shop-page-title .column_attr,
.vc-site.post-type-archive-product .vc-shop-page-title .column_attr{max-width:850px}
.vc-site .vc-shop-native-grid .mfn-woo-products ul.products{margin:0}
.vc-site .vc-shop-native-grid ul.products li.product{border-radius:2px!important;background:#1a100b!important;box-shadow:none!important;transform:none!important}
.vc-site .vc-shop-native-grid ul.products li.product:hover{border-color:rgba(198,160,79,.58)!important;box-shadow:none!important;transform:none!important}

/* The new Home bridge is stored as normal BeBuilder sections and remains editable. */
.vc-site .vc-commerce-paths-native{border-top:1px solid var(--vc-line);border-bottom:1px solid var(--vc-line);background:#160d09}
.vc-site .vc-commerce-paths-native .vc-commerce-path-card>.mcb-wrap-inner{box-sizing:border-box;height:100%;margin:0 10px;padding:28px;border:1px solid var(--vc-line);background:#1a100b}
.vc-site .vc-commerce-paths-native .column_attr{color:var(--vc-muted)}

/* Catalogue stays editorial: no Woo price/cart components are injected into portfolio pages. */
.vc-site.single-portfolio .vc-product-detail .vc-product-copy .mcb-wrap-inner{padding-top:10px}
.vc-site.single-portfolio .vc-product-detail .vc-label-wrap{clear:both}

@media(max-width:960px){
 .vc-site.single-product .vc-store-product-images .mcb-wrap-inner{padding-right:14px}
 .vc-site.single-product .vc-store-product-summary .mcb-wrap-inner{padding-left:14px}
 .vc-site.single-product .vc-store-buy-notes{grid-template-columns:1fr}
}
@media(max-width:767px){
 .vc-site.single-product .column_product_title .title{font-size:34px;line-height:1.16}
 .vc-site.single-product .vc-store-product-images .mcb-wrap-inner,.vc-site.single-product .vc-store-product-summary .mcb-wrap-inner{padding:0}
 .vc-site.single-product .column_product_images .woocommerce-product-gallery__image a{min-height:360px}
 .vc-site.single-product .column_product_images .flex-control-thumbs img{height:82px!important}
 .vc-site .vc-commerce-paths-native .vc-commerce-path-card>.mcb-wrap-inner{margin:8px 0;padding:22px}
}
