:root{--bc-primary:#e63329;--bc-dark:#111;--bc-surface:#fff;--bc-muted:#f5f5f5;--bc-border:#e8e8e8;--bc-text:#1a1a1a;--bc-text-soft:#666;--bc-shadow:0 8px 32px rgba(0,0,0,.18);--bc-radius:16px;--bc-z:9999}#bc-fab{position:fixed;bottom:24px;right:24px;z-index:var(--bc-z);width:58px;height:58px;border-radius:50%;background:var(--bc-primary);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px rgba(230,51,41,.45);transition:transform .2s ease, box-shadow .2s ease}#bc-fab:hover{transform:scale(1.08);box-shadow:0 6px 22px rgba(230,51,41,.55)}#bc-fab
svg{width:26px;height:26px;fill:#fff}.bc-badge{position:absolute;top:0;right:0;width:20px;height:20px;background:var(--bc-dark);color:#fff;border-radius:50%;font-size:11px;font-weight:700;display:none;align-items:center;justify-content:center;border:2px
solid #fff}#bc-window{position:fixed;bottom:96px;right:24px;z-index:var(--bc-z);width:360px;max-height:560px;background:var(--bc-surface);border-radius:var(--bc-radius);box-shadow:var(--bc-shadow);display:flex;flex-direction:column;overflow:hidden;opacity:0;transform:translateY(16px) scale(.97);pointer-events:none;transition:opacity .25s ease, transform .25s ease}#bc-window.open{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}#bc-header{background:var(--bc-dark);color:#fff;padding:14px
16px;display:flex;align-items:center;gap:12px;flex-shrink:0}.bc-avatar{width:38px;height:38px;border-radius:50%;background:var(--bc-primary);color:#fff;font-weight:800;font-size:17px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.bc-header-info{flex:1;display:flex;flex-direction:column;gap:2px}.bc-name{font-weight:700;font-size:14px}.bc-status{font-size:11px;opacity: .7;color:#4caf50}#bc-close{background:none;border:none;cursor:pointer;color:rgba(255,255,255,.7);padding:4px;display:flex;align-items:center;transition:color .15s}#bc-close:hover{color:#fff}#bc-close
svg{width:18px;height:18px}#bc-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:10px;scroll-behavior:smooth}#bc-messages::-webkit-scrollbar{width:4px}#bc-messages::-webkit-scrollbar-thumb{background:var(--bc-border);border-radius:4px}.bc-msg{max-width:82%;padding:10px
13px;border-radius:14px;font-size:13.5px;line-height:1.5;word-break:break-word}.bc-msg
a{color:inherit;text-decoration:underline}.bc-bot{background:var(--bc-muted);color:var(--bc-text);border-bottom-left-radius:4px;align-self:flex-start}.bc-user{background:var(--bc-primary);color:#fff;border-bottom-right-radius:4px;align-self:flex-end}.bc-typing{display:flex;gap:5px;align-items:center;padding:12px
16px;background:var(--bc-muted);width:fit-content;border-radius:14px;border-bottom-left-radius:4px}.bc-typing
span{width:7px;height:7px;background:#bbb;border-radius:50%;animation:bc-bounce .9s ease-in-out infinite}.bc-typing span:nth-child(2){animation-delay: .15s}.bc-typing span:nth-child(3){animation-delay: .30s}@keyframes bc-bounce{0%,80%,100%{transform:translateY(0)}40%{transform:translateY(-6px)}}.bc-qual{align-self:flex-start;max-width:90%}.bc-qual-label{font-size:12px;color:var(--bc-text-soft);margin-bottom:8px;font-weight:600}.bc-qual-btns{display:flex;flex-wrap:wrap;gap:7px}.bc-qbtn{background:var(--bc-surface);border:1.5px solid var(--bc-primary);color:var(--bc-primary);border-radius:20px;padding:6px
14px;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s, color .15s}.bc-qbtn:hover:not(:disabled){background:var(--bc-primary);color:#fff}.bc-email-form{background:#fff8e1;border:1.5px solid #ffe082;border-radius:12px;padding:12px;font-size:13px;align-self:stretch}.bc-email-form
p{margin:0
0 10px;font-weight:600;color:var(--bc-text)}.bc-email-fields{display:flex;flex-direction:column;gap:7px;margin-bottom:10px}.bc-email-fields
input{border:1.5px solid var(--bc-border);border-radius:8px;padding:8px
11px;font-size:13px;outline:none;width:100%;box-sizing:border-box;transition:border-color .15s}.bc-email-fields input:focus{border-color:var(--bc-primary)}.bc-email-actions{display:flex;gap:8px;align-items:center}.bc-btn-primary{background:var(--bc-primary);color:#fff;border:none;border-radius:8px;padding:8px
14px;font-size:13px;font-weight:700;cursor:pointer;flex:1}.bc-btn-primary:hover{opacity: .9}.bc-btn-ghost{background:none;border:none;color:var(--bc-text-soft);font-size:12px;cursor:pointer;padding:4px
8px;white-space:nowrap}.bc-btn-ghost:hover{color:var(--bc-text)}#bc-channels{display:flex;gap:8px;padding:10px
14px;border-top:1px solid var(--bc-border);flex-wrap:wrap;flex-shrink:0;background:var(--bc-muted)}.bc-channel{display:inline-flex;align-items:center;gap:5px;padding:5px
11px;border-radius:20px;font-size:12px;font-weight:600;text-decoration:none;border:1.5px solid var(--bc-border);color:var(--bc-text);background:var(--bc-surface);transition:border-color .15s, color .15s}.bc-channel:hover{border-color:var(--bc-primary);color:var(--bc-primary)}.bc-wa{border-color:#25d366;color:#25d366}.bc-rdv{border-color:var(--bc-primary);color:var(--bc-primary)}#bc-input-area{display:flex;align-items:flex-end;gap:8px;padding:10px
12px;border-top:1px solid var(--bc-border);background:var(--bc-surface);flex-shrink:0}#bc-input{flex:1;resize:none;border:1.5px solid var(--bc-border);border-radius:10px;padding:9px
12px;font-size:13.5px;line-height:1.4;outline:none;font-family:inherit;color:var(--bc-text);background:var(--bc-surface);transition:border-color .15s;max-height:90px;overflow-y:auto}#bc-input:focus{border-color:var(--bc-primary)}#bc-input:disabled{background:var(--bc-muted)}#bc-send{width:38px;height:38px;border-radius:50%;background:var(--bc-primary);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:opacity .15s}#bc-send:hover:not(:disabled){opacity: .85}#bc-send:disabled{opacity: .45;cursor:default}#bc-send
svg{width:17px;height:17px;fill:#fff}@media (max-width: 480px){#bc-window{width:calc(100vw - 20px);right:10px;bottom:88px;max-height:72vh;border-radius:12px}#bc-fab{bottom:16px;right:16px}}.bc-vis-loading{display:flex;align-items:center;gap:10px;color:#666;font-size:13px;font-style:italic}.bc-vis-spinner{width:18px;height:18px;border:2px
solid #ddd;border-top-color:var(--bc-primary);border-radius:50%;animation:bc-spin .7s linear infinite;flex-shrink:0}@keyframes bc-spin{to{transform:rotate(360deg)}}.bc-vis-result{max-width:92% !important;padding:12px
!important}.bc-vis-caption{margin:0
0 10px;font-weight:600;font-size:13px}.bc-vis-wrap{position:relative;border-radius:10px;overflow:hidden;background:#f9f9f9;border:1px
solid var(--bc-border);line-height:0}.bc-vis-img{width:100%;height:auto;display:block;cursor:zoom-in;transition:opacity .2s}.bc-vis-img:hover{opacity:.92}.bc-vis-dl{position:absolute;bottom:8px;right:8px;background:rgba(0,0,0,.55);color:#fff;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;text-decoration:none;transition:background .15s;line-height:1}.bc-vis-dl:hover{background:rgba(0,0,0,.8);color:#fff}.bc-vis-note{margin:8px
0 0;font-size:11px;color:#999;font-style:italic;line-height:1.4}.bc-sep{text-align:center;font-size:11px;color:#aaa;margin:8px
0;position:relative}.bc-sep::before,.bc-sep::after{content:'';position:absolute;top:50%;width:28%;height:1px;background:var(--bc-border)}.bc-sep::before{left:0}.bc-sep::after{right:0}.bc-header-actions{display:flex;align-items:center;gap:4px}#bc-clear{background:none;border:none;cursor:pointer;color:rgba(255,255,255,.5);padding:4px;display:flex;align-items:center;transition:color .15s}#bc-clear:hover{color:rgba(255,255,255,.9)}.merchant-theme-blocksy .merchant-side-cart .quantity .ct-increase,.merchant-theme-blocksy .merchant-side-cart .quantity .ct-decrease{display:none !important}.merchant-ajax-search{position:relative;z-index:999}.merchant-ajax-search-products{max-height:50vh;overflow-y:auto}.merchant-ajax-search-products::-webkit-scrollbar{width:6px}.merchant-ajax-search-products::-webkit-scrollbar-track{background:#ddd;border-radius:6px}.merchant-ajax-search-products::-webkit-scrollbar-thumb{background:#999;border-radius:6px}.merchant-ajax-search-products::-webkit-scrollbar-thumb:hover{background:#000}.merchant-ajax-search-products.has-scrollbar{padding-right:15px}.merchant-ajax-search-products+.merchant-ajax-search-heading-title{margin-top:30px}.merchant-ajax-search-products a.merchant-ajax-search-item{color:#333;text-decoration:none !important}.merchant-ajax-search-products a.merchant-ajax-search-item:hover{color:#333}.merchant-ajax-search-heading-title{font-size:18px;margin:0}.merchant-ajax-search-divider{width:100%;height:1px;margin-top:15px;margin-bottom:15px;background-color:#eee}.merchant-ajax-search-wrapper{position:absolute;top:calc(100% + 10px);left:0;z-index:99999;width:100%;min-width:var(--merchant-results-box-width, 500px);padding:15px;color:#212121;background-color:#fff;border:1px solid #eee;-webkit-box-shadow:0 30px 80px -10px rgba(0,0,0,.1);box-shadow:0 30px 80px -10px rgba(0,0,0,.1)}.merchant-ajax-search-wrapper.merchant-reverse{left:auto;right:0}.merchant-ajax-search-item{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:20px;-webkit-transition:ease opacity 300ms;transition:ease opacity 300ms}.merchant-ajax-search-item:hover{opacity:.75}.merchant-ajax-search-item+.merchant-ajax-search-item{position:relative;margin-top:30px}.merchant-ajax-search-item+.merchant-ajax-search-item:before{position:absolute;content:"";top:-15px;left:0;width:100%;border-top:1px solid #eee}.merchant-ajax-search-item-image{-ms-flex-negative:0;flex-shrink:0;max-width:60px}.merchant-ajax-search-item-info{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-gap:5px}.merchant-ajax-search-item-info p{font-size:14px;line-height:1.2em;margin:0}.merchant-ajax-search-item-title{font-size:14px}.merchant-ajax-search-item-price{-ms-flex-negative:0;flex-shrink:0;text-align:right}.merchant-ajax-search-item-price .woocommerce-Price-amount{font-weight:600}.merchant-ajax-search-item-price ins{background:none}.merchant-ajax-search-item-price del{opacity:.7}.merchant-ajax-search-item-price del .woocommerce-Price-amount{font-weight:400}.merchant-ajax-search-categories{display:grid;grid-template-columns:repeat(2, 1fr);gap:20px}.merchant-ajax-search-item-category{margin-top:0 !important}.merchant-ajax-search-item-category:before{content:none !important}.merchant-ajax-search-item-category .merchant-ajax-search-item-info h3{font-weight:400}.merchant-ajax-search-no-results{font-size:14px;margin:0}@media(max-width: 767px){.merchant-ajax-search-wrapper{min-width:500px}.merchant-ajax-search-item-image{display:none}}@media(max-width: 575px){.merchant-ajax-search-wrapper{min-width:calc(100vw - 30px)}}.merchant-ajax-search-item-image{width:60px;height:60px;background:#e5e5e5}.woocommerce-product-search.merchant-ajax-search{width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex}.merchant-module-page-preview-browser-inner{padding:20px}form.merchant-product-search,form.merchant-product-search.woocommerce-product-search.merchant-ajax-search{margin-block:15px}body form.woocommerce-product-search,.merchant-product-search{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}body form.woocommerce-product-search .search-field,.merchant-product-search .search-field{border:1px solid #212121;border-radius:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding-inline:.75em;margin-block:0}body form.woocommerce-product-search button[type=submit],body form.woocommerce-product-search button.search-submit,.merchant-product-search button[type=submit],.merchant-product-search button.search-submit{background:#212121 !important;color:#fff;border:0;margin-left:10px;margin-block:0;padding:9px 15px;line-height:1}body form.woocommerce-product-search button[type=submit] svg,body form.woocommerce-product-search button.search-submit svg,.merchant-product-search button[type=submit] svg,.merchant-product-search button.search-submit svg{fill:#fff}.merchant-theme-kadence .products .product .product-action-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:10px;-ms-flex-wrap:wrap;flex-wrap:wrap}.merchant-theme-kadence .merchant-side-cart-widget .product_list_widget{padding:40px !important}.merchant-theme-blocksy .products .product .ct-woo-card-actions{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:10px;-ms-flex-wrap:wrap;flex-wrap:wrap}.merchant-theme-blocksy .merchant-pro-multi-step-wrapper form.woocommerce-checkout{display:block}.merchant-theme-blocksy .merchant-pro-multi-step-wrapper .ct-order-review{top:0;position:inherit;padding:0;border:none}.merchant-theme-zakra .products .product .wp-element-button{margin-right:10px}.merchant-theme-zakra .merchant-side-cart-widget .product_list_widget{padding:40px !important}.merchant-theme-zakra .merchant-side-cart-widget .product_list_widget li{line-height:1}.merchant-theme-zakra .merchant-side-cart-widget .product_list_widget li a.remove{color:var(--merchant-side-cart-content-remove-color, #fff) !important}.merchant-theme-zakra .merchant-pro-multi-step-wrapper .col-1,.merchant-theme-zakra .merchant-pro-multi-step-wrapper .col-2{width:100% !important;float:none !important}.merchant-theme-avada .products .product .product-buttons-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;grid-gap:10px}.merchant-theme-avada .products .product .merchant-quick-view-button{padding-left:0}.merchant-theme-oceanwp .products .product{text-align:center}.merchant-theme-oceanwp .products .product form.cart{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:5px;-ms-flex-wrap:wrap;flex-wrap:wrap}.merchant-theme-oceanwp .products .product .merchant-quick-view-button{margin:10px}.merchant-theme-oceanwp .product .summary form.cart{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:10px;-ms-flex-wrap:wrap;flex-wrap:wrap}.merchant-theme-oceanwp .product .summary form.cart div.quantity{margin-right:0}.merchant-theme-oceanwp .product .summary .merchant_buy_now_button{margin-left:0}.merchant-theme-oceanwp .merchant-side-cart .owp-grid-wrap{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:10px}.merchant-theme-oceanwp .merchant-side-cart .owp-grid-wrap .content{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}.merchant-theme-oceanwp .merchant-side-cart .owp-grid-wrap .content>div{display:-webkit-box;display:-ms-flexbox;display:flex}.merchant-theme-oceanwp .merchant-side-cart .product_list_widget{padding:40px}.merchant-theme-oceanwp .merchant-side-cart .product_list_widget h3{font-size:16px}.merchant-theme-oceanwp .merchant-side-cart .product_list_widget li a.remove{top:-5px;margin-top:0}.merchant-theme-oceanwp .merchant-side-cart .product_list_widget li .quantity{min-width:auto !important;margin-left:20px;overflow:unset}.merchant-theme-oceanwp .merchant-side-cart .product_list_widget li img{max-width:50px}.merchant-theme-oceanwp .merchant-login-popup .owp-account-links{display:none}.merchant-theme-oceanwp .merchant-login-popup .col2-set .col-1,.merchant-theme-oceanwp .merchant-login-popup .col2-set .col-2{float:none;width:100%}.merchant-theme-oceanwp .woocommerce .merchant-pro-sc-form{display:-webkit-box;display:-ms-flexbox;display:flex}.merchant-theme-woostify .product .summary form.cart{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:10px;-ms-flex-wrap:wrap;flex-wrap:wrap}.merchant-theme-woostify .product .summary form.cart div.quantity{margin-right:0}.merchant-theme-woostify .product .summary .merchant_buy_now_button{margin-left:0}.merchant-theme-woostify .merchant-side-cart .woostify-svg-icon{display:none}.merchant-theme-woostify .merchant-side-cart .product_list_widget img{position:relative;top:0}.merchant-theme-woostify .merchant-side-cart .product_list_widget .quantity{overflow:unset}.merchant-theme-woostify .merchant-login-popup .woocommerce-form.woocommerce-form-login{border:none;padding:0;margin-left:0;max-width:none}.merchant-theme-woostify .merchant-login-popup .woocommerce-form.woocommerce-form-login .woocommerce-form-login__submit{width:100%}.merchant-theme-woostify .merchant-pro-multi-step-wrapper .woocommerce-billing-fields__field-wrapper:after,.merchant-theme-woostify .merchant-pro-multi-step-wrapper .woocommerce-additional-fields__field-wrapper:after{content:"";display:block;clear:both}.merchant-theme-woostify .merchant-pro-multi-step-wrapper [name=checkout]{float:none}.merchant-theme-woostify .merchant-pro-sc .address-field+.address-field{margin-top:5px}.merchant-theme-blocksy .product .summary .merchant_buy_now_button{margin-left:0}.merchant-theme-blocksy .merchant-quick-view-summary .merchant_buy_now_button{-ms-flex-item-align:inherit;align-self:inherit;margin-left:0}.merchant-theme-blocksy .merchant-side-cart .ct-icon{width:10px;height:10px}.merchant-theme-blocksy .merchant-side-cart .ct-image-container{width:auto}.merchant-theme-blocksy .merchant-side-cart .product-data{display:-webkit-box;display:-ms-flexbox;display:flex}.merchant-theme-blocksy .merchant-side-cart .woocommerce-mini-cart__buttons{margin:0 !important}.merchant-theme-blocksy .merchant-pro-sc-order-review{width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding-right:0;border-right:0}.merchant-theme-blocksy .merchant-pro-sc-contents{width:60%;padding-right:30px}@media(max-width: 767px){.merchant-theme-blocksy .merchant-pro-sc-order-review{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.merchant-theme-blocksy .merchant-pro-sc-contents{width:100%;padding-right:0}}.merchant-theme-woodmart .products .product .woodmart-add-btn{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:5px;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.merchant-theme-astra .merchant-side-cart .product_list_widget{padding:40px !important}.merchant-theme-astra .merchant-side-cart .product_list_widget li{line-height:1}.merchant-theme-neve form.checkout{grid-column-gap:0 !important}.merchant-theme-neve .woocommerce .merchant-pro-sc-form{display:-webkit-box;display:-ms-flexbox;display:flex}.merchant-theme-neve .woocommerce .merchant-pro-sc-form .row{margin:0;display:block}.merchant-theme-neve .merchant-pro-multi-step-wrapper form.checkout{display:block}.merchant-theme-neve .merchant-side-cart .product_list_widget{padding:40px}.merchant-theme-neve .merchant-side-cart .product_list_widget li a.remove{top:-5px;margin-top:0;color:var(--merchant-side-cart-content-remove-color, #fff) !important}.merchant-theme-neve .merchant-side-cart .product_list_widget li .quantity{margin-left:20px}.merchant-theme-neve .merchant-side-cart .product_list_widget li img{width:50px}@media(max-width: 767px){.merchant-theme-neve .merchant-pro-sc-contents{width:100%;padding-right:0}}.merchant-theme-sydney .merchant-pro-sc-fields .row{margin:0}.merchant-theme-sydney .merchant-pro-sc-fields .form-row-wide{clear:none}.merchant-theme-sydney .merchant-side-cart .product_list_widget{padding:40px}.merchant-theme-sydney .merchant-side-cart .product_list_widget a.remove{top:0}.merchant-theme-twentytwenty .merchant-pro-multi-step-wrapper .woocommerce-checkout,.merchant-theme-twentytwenty .merchant-pro-multi-step-wrapper .woocommerce-order-pay,.merchant-theme-twentytwenty-one .merchant-pro-multi-step-wrapper .woocommerce-checkout,.merchant-theme-twentytwenty-one .merchant-pro-multi-step-wrapper .woocommerce-order-pay,.merchant-theme-twentytwenty-two .merchant-pro-multi-step-wrapper .woocommerce-checkout,.merchant-theme-twentytwenty-two .merchant-pro-multi-step-wrapper .woocommerce-order-pay,.merchant-theme-twentytwenty-three .merchant-pro-multi-step-wrapper .woocommerce-checkout,.merchant-theme-twentytwenty-three .merchant-pro-multi-step-wrapper .woocommerce-order-pay{width:100%}.merchant-theme-twentytwenty .merchant-pro-multi-step-wrapper .woocommerce-checkout .col2-set,.merchant-theme-twentytwenty .merchant-pro-multi-step-wrapper .woocommerce-order-pay .col2-set,.merchant-theme-twentytwenty-one .merchant-pro-multi-step-wrapper .woocommerce-checkout .col2-set,.merchant-theme-twentytwenty-one .merchant-pro-multi-step-wrapper .woocommerce-order-pay .col2-set,.merchant-theme-twentytwenty-two .merchant-pro-multi-step-wrapper .woocommerce-checkout .col2-set,.merchant-theme-twentytwenty-two .merchant-pro-multi-step-wrapper .woocommerce-order-pay .col2-set,.merchant-theme-twentytwenty-three .merchant-pro-multi-step-wrapper .woocommerce-checkout .col2-set,.merchant-theme-twentytwenty-three .merchant-pro-multi-step-wrapper .woocommerce-order-pay .col2-set{float:none;width:100%}.merchant-theme-twentytwenty .woocommerce .merchant-pro-sc form[name=checkout],.merchant-theme-twentytwenty-one .woocommerce .merchant-pro-sc form[name=checkout],.merchant-theme-twentytwenty-two .woocommerce .merchant-pro-sc form[name=checkout],.merchant-theme-twentytwenty-three .woocommerce .merchant-pro-sc form[name=checkout]{display:-webkit-box;display:-ms-flexbox;display:flex}.merchant-hidden{display:none}@media(max-width: 767px){.merchant-visibility-desktop-only{display:none !important}}@media(min-width: 767px){.merchant-visibility-mobile-only{display:none !important}}.merchant-shortcode-wrong-placement{border-left:3px solid #d93232;background-color:#fce6e6;color:#000;padding:10px 15px}[data-class=hidden]{display:none}