.contact-bubble{position:fixed;bottom:25px;right:25px;z-index:999999;font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;user-select:none;}
.contact-bubble *{user-select:none;}
.contact-channels{position:absolute;bottom:67px;right:0;display:flex;flex-direction:column;gap:12px;opacity:0;visibility:hidden;transform:translateY(25px);transition:all 0.3s ease;}
.contact-bubble.active .contact-channels{opacity:1;visibility:visible;transform:translateY(0);}
.channel-item{width:55px;height:55px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;text-decoration:none;position:relative;transition:transform 0.2s ease;box-shadow:0 2px 6px rgba(0, 0, 0, 0.2);background-color:var(--bubble-color, #86cd91);}
.channel-item svg{width:35px;height:35px;fill:white;}
.bubble-toggle{width:55px;height:55px;border-radius:50%;background-color:var(--bubble-color, #86cd91);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:transform 0.2s ease;box-shadow:0 2px 8px rgba(0, 0, 0, 0.2);z-index:1;}
.toggle-icon{width:35px;height:35px;position:relative;}
.chat-icon, .close-icon{position:absolute;top:0;left:0;width:100%;height:100%;transition:opacity 0.3s ease, transform 0.3s ease;}
.chat-icon svg, .close-icon svg{width:100%;height:100%;fill:white;}
.close-icon{opacity:0;transform:rotate(-180deg);}
.contact-bubble.active .chat-icon{opacity:0;transform:rotate(180deg);}
.contact-bubble.active .close-icon{opacity:1;transform:rotate(0);}
.contact-bubble [data-tooltip]{position:relative;}
.contact-bubble [data-tooltip]::before{content:attr(data-tooltip);position:absolute;right:calc(100% + 10px);top:50%;transform:translateY(-50%);background:white;color:#333;padding:5px 10px;border-radius:4px;font-size:1rem;white-space:nowrap;opacity:0;visibility:hidden;transition:opacity 0.2s ease;pointer-events:none;box-shadow:0 2px 6px rgba(0, 0, 0, 0.2);z-index:2;}
.bubble-toggle[data-tooltip]:not([data-tooltip=''])::before{opacity:1;visibility:visible;}
.contact-bubble.was-clicked .bubble-toggle[data-tooltip]::before{opacity:0;visibility:hidden;}
@media (hover: hover) {
.channel-item:hover{transform:scale(1.1);}
.bubble-toggle:hover{transform:scale(1.05);}
.channel-item:hover[data-tooltip]::before{opacity:1;visibility:visible;}
.contact-bubble.active
.bubble-toggle:hover[data-tooltip]:not([data-tooltip=''])::before,
.contact-bubble.was-clicked
.bubble-toggle:hover[data-tooltip]:not([data-tooltip=''])::before{opacity:1;visibility:visible;}
}
@media screen and (max-width:768px){
.contact-bubble [data-tooltip]::before{right:calc(100% + 5px);font-size:14px;padding:4px 8px;}
.channel-item[data-tooltip]::before{display:none;}
}
.phone-channel .icon-background{fill:#03e78b;}
.whatsapp-channel .icon-background{fill:#49e670;}
.facebook-channel .icon-background{fill:#0084ff;}
.sms-channel .icon-background{fill:#1db954;}
.channel-item .icon-foreground {
fill: white;
}.wc-price-history.prior-price-value.line-through, .wc-price-history-shortcode.line-through {
text-decoration: line-through;
}input[type='checkbox'].cnst-category{width:initial;-webkit-appearance:checkbox;}
input[type='checkbox'].cnst-category:checked::before{content:'';}
.cnst-cb{box-sizing:border-box;}:root{--cnst_banner_width:600px;--cnst_banner_background_color:#ffffff;--cnst_banner_border_color:#333333;--cnst_banner_border_width:0px 0px 0px 0px;--cnst_banner_border_radius:12px 12px 12px 12px;--cnst_banner_margin:10px;--cnst_categories-height:216px;--cnst_title_font_size:15px;--cnst_text_line_height:calc(var(--cnst_text_font_size) * 1.5);--cnst_text_color:#222222;--cnst_hyperlink_color:#1e73be;--cnst_text_font_size:12px;--cnst_link_font_size:12px;--cnst_category_body_font_size:12px;--cnst_button_accept_background_color:#fe3a85;--cnst_button_accept_border_color:#ffffff;--cnst_button_accept_text_color:#ffffff;--cnst_button_deny_background_color:#ffffff;--cnst_button_deny_border_color:#ffffff;--cnst_button_deny_text_color:#333333;--cnst_button_settings_background_color:#ffffff;--cnst_button_settings_border_color:#333333;--cnst_button_settings_text_color:#333333;--cnst_button_border_radius:6px 6px 6px 6px;--cnst_button_font_size:15px;--cnst_category_header_always_active_color:green;--cnst_category_header_title_font_size:14px;--cnst_category_header_active_font_size:12px;--cnst-manage-cnst-height:50px;--cnst-manage-cnst-offset:-35px;--cnst_slider_active_color:#61ce71;--cnst_slider_inactive_color:#f8be2e;--cnst_slider_bullet_color:#ffffff;}
#cnst-manage-cnst .cnst-manage-cnst{margin:unset;z-index:9998;color:var(--cnst_text_color);background-color:var(--cnst_banner_background_color);border-style:solid;border-color:var(--cnst_banner_border_color);border-width:var(--cnst_banner_border_width);border-radius:var(--cnst_banner_border_radius);border-bottom-left-radius:0;border-bottom-right-radius:0;line-height:initial;position:fixed;bottom:var(--cnst-manage-cnst-offset);min-width:100px;height:var(--cnst-manage-cnst-height);right:40px;padding:15px;cursor:pointer;animation:mc_slideOut 0.5s forwards;}
#cnst-manage-cnst .cnst-manage-cnst:active{outline:none;border:none;}
#cnst-manage-cnst .cnst-manage-cnst.cnst-dismissed{display:none;}
#cnst-manage-cnst .cnst-manage-cnst:hover{animation:mc_slideIn 0.5s forwards;animation-delay:0;}
@-webkit-keyframes mc_slideIn {
100%{bottom:0;}
}
@keyframes mc_slideIn {
100%{bottom:0;}
}
@-webkit-keyframes mc_slideOut {
100%{bottom:var(--cnst-manage-cnst-offset);}
}
@keyframes mc_slideOut {
100%{bottom:var(--cnst-manage-cnst-offset);}
}
@media(max-width:425px){
.cnst-cb .cnst-header .cnst-title{display:none;}
}
.cnst-cb{max-height:calc(100vh - 20px);position:fixed;height:auto;left:50%;top:50%;-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);grid-template-rows:minmax(0, 1fr);z-index:99999;background:var(--cnst_banner_background_color);border-style:solid;border-color:var(--cnst_banner_border_color);border-width:var(--cnst_banner_border_width);border-radius:var(--cnst_banner_border_radius);padding:15px 20px;display:grid;grid-gap:10px;}
.cnst-cb a{transition:initial;}
.cnst-cb .cnst-buttons a.cnst-btn.tcf{display:none;}
.cnst-cb.cnst-dismissed{display:none;}
.cnst-cb .cnst-body{width:100%;grid-column:span 3;overflow-y:auto;overflow-x:hidden;max-height:55vh;}
.cnst-cb .cnst-body::-webkit-scrollbar-track{border-radius:10px;-webkit-box-shadow:inset 0 0 2px rgba(0, 0, 0, 0);background-color:transparent;}
.cnst-cb .cnst-body::-webkit-scrollbar{width:5px;background-color:transparent;}
.cnst-cb .cnst-body::-webkit-scrollbar-thumb{background-color:var(--cnst_button_accept_background_color);border-radius:10px;}
@media(min-width:350px){
.cnst-cb .cnst-body{min-width:300px;}
}
.cnst-cb .cnst-divider{margin-left:-20px;margin-right:-20px;}
.cnst-cb .cnst-header{grid-template-columns:100px 1fr 100px;align-items:center;display:grid;grid-column:span 3;gap:10px;}
.cnst-cb .cnst-logo svg{max-height:35px;width:inherit;}
.cnst-cb .cnst-logo img{max-height:40px;width:inherit;}
.cnst-cb .cnst-title{justify-self:center;grid-column-start:2;font-size:var(--cnst_title_font_size);color:var(--cnst_text_color);font-weight:500;}
.cnst-cb .cnst-close{line-height:20px;justify-self:end;grid-column-start:3;font-size:20px;cursor:pointer;width:20px;height:20px;color:var(--cnst_text_color);}
.cnst-cb .cnst-close svg{width:20px;height:20px;}
.cnst-cb .cnst-close:hover{text-decoration:none;line-height:initial;font-size:18px;}
.cnst-cb .cnst-message{word-wrap:break-word;font-size:var(--cnst_text_font_size);line-height:var(--cnst_text_line_height);color:var(--cnst_text_color);margin-bottom:5px;}
.cnst-cb .cnst-message a{color:var(--cnst_hyperlink_color);}
.cnst-cb .cnst-message, .cnst-cb .cnst-categories, .cnst-cb .cnst-links, .cnst-cb .cnst-buttons, .cnst-cb .cnst-divider{grid-column:span 3;}
.cnst-cb .cnst-categories.cnst-tcf .cnst-category .cnst-category-header{grid-template-columns:1fr auto;}
.cnst-cb .cnst-categories .cnst-category{background-color:rgba(239, 239, 239, 0.5);}
.cnst-cb .cnst-categories .cnst-category:not(:last-child){margin-bottom:10px;}
.cnst-cb .cnst-categories .cnst-category .cnst-category-header{display:grid;grid-template-columns:1fr auto 15px;grid-template-rows:minmax(0, 1fr);align-items:center;grid-gap:10px;padding:10px;}
.cnst-cb
.cnst-categories
.cnst-category
.cnst-category-header
.cnst-category-title{font-weight:500;grid-column-start:1;justify-self:start;font-size:var(--cnst_category_header_title_font_size);color:var(--cnst_text_color);margin:0;}
.cnst-cb
.cnst-categories
.cnst-category
.cnst-category-header
.cnst-always-active{font-size:var(--cnst_category_header_active_font_size);font-weight:500;color:var(--cnst_category_header_always_active_color);}
.cnst-cb
.cnst-categories
.cnst-category
.cnst-category-header
.cnst-always-active
label{display:none;}
.cnst-cb
.cnst-categories
.cnst-category
.cnst-category-header
.cnst-banner-checkbox{display:flex;align-items:center;margin:0;}
.cnst-cb
.cnst-categories
.cnst-category
.cnst-category-header
.cnst-banner-checkbox
label
> span{display:none;}
.cnst-cb
.cnst-categories
.cnst-category
.cnst-category-header
.cnst-banner-checkbox
input[data-category='cnst_functional']{display:none;}
.cnst-cb
.cnst-categories
.cnst-category
.cnst-category-header
.cnst-icon.cnst-open{grid-column-start:3;cursor:pointer;content:'';transform:rotate(0deg);-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;background-size:cover;height:18px;width:18px;}
.cnst-cb .cnst-categories .cnst-category[open] .cnst-icon.cnst-open{transform:rotate(180deg);}
.cnst-cb .cnst-categories .cnst-category summary{display:block;}
.cnst-cb .cnst-categories .cnst-category summary::marker{display:none;content:'';}
.cnst-cb .cnst-categories .cnst-category summary::-webkit-details-marker{display:none;content:'';}
.cnst-cb .cnst-categories .cnst-category .cnst-description{font-size:var(--cnst_category_body_font_size);color:var(--cnst_text_color);margin:0;max-width:100%;padding:10px;}
@media(max-width:425px){
.cnst-cb .cnst-category .cnst-category-header{grid-template-columns:1fr !important;}
}
@media(max-width:425px){
.cnst-cb .cnst-message{margin-right:5px;}
}
.cnst-cb .cnst-buttons{display:flex;gap:var(--cnst_banner_margin);}
.cnst-cb .cnst-buttons .cnst-btn{height:45px;padding:10px;margin:initial;width:100%;white-space:nowrap;border-radius:var(--cnst_button_border_radius);cursor:pointer;font-size:var(--cnst_button_font_size);font-weight:500;text-decoration:none;line-height:20px;text-align:center;flex:initial;}
.cnst-cb .cnst-buttons .cnst-btn:hover{text-decoration:none;}
.cnst-cb .cnst-buttons .cnst-btn.cnst-accept{background-color:var(--cnst_button_accept_background_color);border:1px solid var(--cnst_button_accept_border_color);color:var(--cnst_button_accept_text_color);}
.cnst-cb .cnst-buttons .cnst-btn.cnst-deny{background-color:var(--cnst_button_deny_background_color);border:1px solid var(--cnst_button_deny_border_color);color:var(--cnst_button_deny_text_color);}
.cnst-cb .cnst-buttons .cnst-btn.cnst-view-preferences{background-color:var(--cnst_button_settings_background_color);border:1px solid var(--cnst_button_settings_border_color);color:var(--cnst_button_settings_text_color);}
.cnst-cb .cnst-buttons .cnst-btn.cnst-save-preferences{background-color:var(--cnst_button_settings_background_color);border:1px solid var(--cnst_button_settings_border_color);color:var(--cnst_button_settings_text_color);}
.cnst-cb .cnst-buttons .cnst-btn.cnst-manage-options{background-color:var(--cnst_button_settings_background_color);border:1px solid var(--cnst_button_settings_border_color);color:var(--cnst_button_settings_text_color);}
.cnst-cb .cnst-buttons a.cnst-btn{display:flex;align-items:center;justify-content:center;padding:initial;}
@media(max-width:425px){
.cnst-cb .cnst-links.cnst-information{display:initial;text-align:center;}
}
.cnst-cb .cnst-links{display:flex;gap:var(--cnst_banner_margin);}
.cnst-cb .cnst-links.cnst-information{justify-content:space-between;}
.cnst-cb .cnst-links.cnst-documents{justify-content:center;}
.cnst-cb .cnst-links .cnst-link{color:var(--cnst_hyperlink_color);font-size:var(--cnst_link_font_size);text-decoration:underline;margin:0;}
.cnst-cb .cnst-links .cnst-link.cnst-read-more-purposes{display:none;}
.cnst-categories .cnst-category .cnst-description-statistics-anonymous{display:none;}
.cnst-categories .cnst-category .cnst-description-statistics{display:block;}
.cnst-cb{top:initial;left:10px;bottom:10px;transform:initial;}
@media(min-width:768px){
.cnst-cb{min-width:var(--cnst_banner_width);max-width:100%;display:grid;grid-row-gap:10px;}
}
@media(max-width:768px){
.cnst-cb{left:initial;right:initial;bottom:0;width:100%;}
.cnst-cb .cnst-buttons{flex-direction:column;}
}
@media(min-width:768px){
.cnst-message, .cnst-categories{width:calc(var(--cnst_banner_width));}
}
#cnst-manage-cnst .cnst-manage-cnst{left:40px;right:initial;}
.cnst-cb .cnst-categories, .cnst-cb .cnst-save-preferences, .cnst-cb .cnst-link.cnst-manage-options, .cnst-cb .cnst-manage-vendors, .cnst-cb .cnst-read-more, .cnst-cb .cnst-btn.cnst-manage-options{display:none;}
.cnst-cb .cnst-categories.cnst-fade-in{animation:fadeIn 1s;-webkit-animation:fadeIn 1s;-moz-animation:fadeIn 1s;-o-animation:fadeIn 1s;-ms-animation:fadeIn 1s;display:block;}
@keyframes fadeIn {
0%{opacity:0;}
100%{opacity:1;}
}
@-moz-keyframes fadeIn {
0%{opacity:0;}
100%{opacity:1;}
}
@-webkit-keyframes fadeIn {
0%{opacity:0;}
100%{opacity:1;}
}
@-o-keyframes fadeIn {
0%{opacity:0;}
100%{opacity:1;}
}
@-ms-keyframes fadeIn {
0%{opacity:0;}
100%{opacity:1;}
}
.cnst-cb .cnst-links.cnst-information{display:none;}
@media(max-width:768px){
#cnst-manage-cnst .cnst-manage-cnst{display:none;}
}
.cnst-cb .cnst-categories .cnst-category .cnst-banner-checkbox{position:relative;}
.cnst-cb
.cnst-categories
.cnst-category
.cnst-banner-checkbox
input.cnst-cnst-checkbox{opacity:0;margin:0;margin-top:-10px;cursor:pointer;-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;position:absolute;z-index:1;top:0px;left:0px;width:40px;height:20px;}
.cnst-cb
.cnst-categories
.cnst-category
.cnst-banner-checkbox
input.cnst-cnst-checkbox:focus
+ .cnst-label:before{box-shadow:0 0 0 2px #245fcc;}
.cnst-cb
.cnst-categories
.cnst-category
.cnst-banner-checkbox
input.cnst-cnst-checkbox:checked
+ .cnst-label::before{display:block;background-color:var(--cnst_slider_active_color);content:'';padding-left:6px;}
.cnst-cb
.cnst-categories
.cnst-category
.cnst-banner-checkbox
input.cnst-cnst-checkbox:checked
+ .cnst-label:after{left:14px;}
.cnst-cb .cnst-categories .cnst-category .cnst-banner-checkbox .cnst-label{position:relative;padding-left:30px;margin:0;}
.cnst-cb
.cnst-categories
.cnst-category
.cnst-banner-checkbox
.cnst-label:before, .cnst-cb
.cnst-categories
.cnst-category
.cnst-banner-checkbox
.cnst-label:after{box-sizing:border-box;position:absolute;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;transition:background-color 0.3s, left 0.3s;}
.cnst-cb
.cnst-categories
.cnst-category
.cnst-banner-checkbox
.cnst-label:before{display:block;content:'';color:#fff;box-sizing:border-box;font-family:'FontAwesome', sans-serif;padding-left:23px;font-size:12px;line-height:20px;background-color:var(--cnst_slider_inactive_color);left:0px;top:-7px;height:15px;width:28px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;}
.cnst-cb
.cnst-categories
.cnst-category
.cnst-banner-checkbox
.cnst-label:after{display:block;content:'';letter-spacing:20px;background:var(--cnst_slider_bullet_color);left:4px;top:-5px;height:11px;width:11px;}
.cnst-cb{box-shadow:rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}
#cnst-manage-cnst .cnst-manage-cnst{box-shadow:rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}
.cnst-cb.cnst-show{box-shadow:rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}
.cnst-cb.cnst-show:hover{transition-duration:1s;box-shadow:rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;}
.cnst-categories .cnst-category .cnst-description-statistics-anonymous{display:block;}
.cnst-categories .cnst-category .cnst-description-statistics{display:none;}
.wpforms-recaptcha-container{position:relative !important;}
div.wpforms-container-full .wpforms-form .cnst-accept-marketing {
background: grey;
}.tax-product_brand .brand-description{overflow:hidden;zoom:1}.tax-product_brand .brand-description img.brand-thumbnail{width:25%;float:right}.tax-product_brand .brand-description .text{width:72%;float:left}.widget_brand_description img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0 0 1em}ul.brand-thumbnails{margin-left:0;margin-bottom:0;clear:both;list-style:none}ul.brand-thumbnails:before{clear:both;content:"";display:table}ul.brand-thumbnails:after{clear:both;content:"";display:table}ul.brand-thumbnails li{float:left;margin:0 3.8% 1em 0;padding:0;position:relative;width:22.05%}ul.brand-thumbnails.fluid-columns li{width:auto}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:both}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:0}ul.brand-thumbnails.columns-1 li{width:100%;margin-right:0}ul.brand-thumbnails.columns-2 li{width:48%}ul.brand-thumbnails.columns-3 li{width:30.75%}ul.brand-thumbnails.columns-5 li{width:16.95%}ul.brand-thumbnails.columns-6 li{width:13.5%}.brand-thumbnails li img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0}@media screen and (max-width:768px){ul.brand-thumbnails:not(.fluid-columns) li{width:48%!important}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:none}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:3.8%}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd){clear:both}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even){margin-right:0}}.brand-thumbnails-description li{text-align:center}.brand-thumbnails-description li .term-thumbnail img{display:inline}.brand-thumbnails-description li .term-description{margin-top:1em;text-align:left}#brands_a_z h3:target{text-decoration:underline}ul.brands_index{list-style:none outside;overflow:hidden;zoom:1}ul.brands_index li{float:left;margin:0 2px 2px 0}ul.brands_index li a,ul.brands_index li span{border:1px solid #ccc;padding:6px;line-height:1em;float:left;text-decoration:none}ul.brands_index li span{border-color:#eee;color:#ddd}ul.brands_index li a:hover{border-width:2px;padding:5px;text-decoration:none}ul.brands_index li a.active{border-width:2px;padding:5px}div#brands_a_z a.top{border:1px solid #ccc;padding:4px;line-height:1em;float:right;text-decoration:none;font-size:.8em}.woosb-wrap{display:block;width:100%;clear:both;}
.woosb-wrap .woosb-text, .woosb-wrap .woosb-products, .woosb-bundles .woosb-text, .woosb-bundles .woosb-products{margin:0 0 15px 0;}
.woosb-wrap .woosb-text, .woosb-bundles .woosb-text{white-space:pre-line;}
.woosb-wrap .woosb-summary{display:flex;align-items:center;justify-content:space-between;}
.woosb-wrap .woosb-summary .woosb-total{flex-grow:1;}
.woosb-products{border-width:1px 0 0 0;border-style:dotted;border-color:#e5e5e5;}
.woosb-products .woosb-item-text{padding:10px 0;margin:0;border-bottom:1px dotted #e5e5e5;}
.woosb-item-text-type-h1 > h1, .woosb-item-text-type-h2 > h2, .woosb-item-text-type-h3 > h3, .woosb-item-text-type-h4 > h4, .woosb-item-text-type-h5 > h5, .woosb-item-text-type-h6 > h6, .woosb-item-text-type-p > p{margin:0 !important;}
.woosb-products .woosb-product{display:flex;align-items:center;padding:10px 0;margin:0;border-bottom:1px dotted #e5e5e5;}
.woosb-products .woosb-product.woosb-product-hidden{display:none;}
.woosb-products[data-exclude-unpurchasable="yes"] .woosb-product.woosb-product-unpurchasable{display:none;}
.woosb-products .woosb-product > div{padding:0 5px;}
.woosb-products .woosb-product .woosb-thumb{width:50px;flex:0 0 50px;}
.woosb-products .woosb-product .woosb-thumb img{width:100%;max-width:100%;height:auto;display:block;}
.woosb-products .woosb-product .woosb-quantity{width:80px;flex:0 0 80px;}
.woosb-products .woosb-product .woosb-quantity.woosb-quantity-plus-minus{width:130px;flex:0 0 130px;}
.woosb-products .woosb-product .woosb-quantity label{display:none;}
.woosb-products .woosb-product .woosb-quantity input{width:100%;min-width:40px;text-align:center;}
.woosb-products .woosb-product .woosb-price{width:100px;flex:0 0 100px;text-align:end;}
.woosb-products .woosb-product .woosb-price *{font-size:inherit !important;}
.woosb-products .woosb-product .woosb-price del{opacity:.5;text-decoration:line-through;}
.woosb-products .woosb-product .woosb-price del span{text-decoration:line-through;}
.woosb-products .woosb-product .woosb-price ins{font-weight:normal;}
.woosb-products .woosb-product .woosb-price .amount{display:inline-block;}
.woosb-products .woosb-product .woosb-title{flex-grow:1;text-align:start;}
.woosb-products .woosb-product .woosb-title .woosb-name{display:block;overflow:hidden;}
.woosb-products .woosb-product .woosb-title .woosb-name a{text-decoration:none;box-shadow:none;}
.woosb-products .woosb-product .woosb-title .woosb-price{width:auto;flex:0 0 auto;text-align:inherit;}
.woosb-products .woosb-product .woosb-title .woovr-variations-select .woovr-variation-image, .woosb-products .woosb-product .woosb-title .woovr-variations-select .woovr-variation-price{display:none !important;}
.woosb-products .woosb-product .variations_form{margin:0;padding:0;}
.woosb-products .woosb-product .woosb-title .stock{font-size:14px;margin:0;padding:0;}
.woosb-products .woosb-product .woosb-title .stock.in-stock{color:green;}
.woosb-products .woosb-product .woosb-title .stock.available-on-backorder{color:orange;}
.woosb-products .woosb-product .woosb-title .stock.out-of-stock{color:red;}
.woosb-products .woosb-product .woosb-description, .woosb-products .woosb-product .woosb-variation-description{font-size:14px;}
.woosb-products .woosb-product .variations_form .variations{display:inline-block;margin:0 -3px;padding:0;}
.woosb-products .woosb-product .variations_form .variations .variation{display:inline-block;border-width:1px;border-style:solid;border-color:#e5e5e5;padding:5px 10px;margin:5px 3px 0 3px;max-width:100%;border-radius:2px;float:none;vertical-align:top;}
.woosb-products .woosb-product .variations_form .variations .variation > div{display:block;}
.woosb-products .woosb-product .variations_form .variations .reset{display:inline-block;}
.woosb-products .woosb-product .variations_form .variations .variation:last-child{margin-bottom:0;}
.woosb-products .woosb-product .variations_form .variations .variation .label{font-size:12px;line-height:1;}
.woosb-products .woosb-product .variations_form .variations .variation .value{line-height:1;}
.woosb-products .woosb-product .variations_form .variations .variation .value select{width:100%;height:auto;line-height:1;padding:0 16px 0 0;margin:0;background-color:transparent;border-radius:0;border:none;-webkit-appearance:none;-moz-appearance:none;outline:none;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAECAYAAACtBE5DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGNEQzN0Y2NTY0NjcxMUU3QjU5NUI5N0U0NjlDMTIzNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGNEQzN0Y2NjY0NjcxMUU3QjU5NUI5N0U0NjlDMTIzNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkY0RDM3RjYzNjQ2NzExRTdCNTk1Qjk3RTQ2OUMxMjM2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkY0RDM3RjY0NjQ2NzExRTdCNTk1Qjk3RTQ2OUMxMjM2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+pzgqpQAAADdJREFUeNpirKioWMDAwBDPgAoWMQGJLCC+hiR4HYgzQRLfgDgUSoNwCIhmgaq6BtXJCNMNEGAAbM0MK7OUU3AAAAAASUVORK5CYII=);background-repeat:no-repeat;background-position:100% 50%;background-size:auto;}
.woosb-products .woosb-product .variations_form .variations a.reset_variations{margin:0;font-size:12px;}
.woosb-item-child .product-price .amount, .woosb-item-child .product-price .tax_label,
.woosb-item-child .product-subtotal .amount, .woosb-item-child .product-subtotal .tax_label,
.woosb-item-child .product-total .amount, .woosb-item-child .product-total .tax_label{opacity:.3;}
.woosb-alert{padding:6px 10px 6px 14px;border-left:4px solid #222;background-color:#eeeeee;font-size:14px;}
body.woocommerce-no-js .woosb-wrap + form.cart{display:none;}
.woosb-disabled{opacity:.5 !important;pointer-events:none !important;cursor:not-allowed !important;}
.woosb-quantity-input{display:flex;align-items:center;}
.woosb-quantity-input .quantity{flex-grow:1;height:auto;margin:0;}
.woosb-quantity-plus-minus .plus, .woosb-quantity-plus-minus .minus, .woosb-quantity-plus-minus .quantity-minus, .woosb-quantity-plus-minus .quantity-plus, .woosb-quantity-plus-minus .plus-btn, .woosb-quantity-plus-minus .minus-btn{display:none !important;}
.woosb-quantity-input-plus, .woosb-quantity-input-minus{width:40px;height:40px;flex:0 0 40px;line-height:38px;text-align:center;cursor:pointer;background-color:#fefefe;border:1px solid #e5e5e5;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.woosb-quantity-input .woosb-qty{width:100%;min-width:40px;height:40px;line-height:38px;margin:0;padding:0 5px;box-shadow:none;border-width:1px 0;border-style:solid;border-color:#e5e5e5;border-radius:0;background-color:#fefefe;-moz-appearance:textfield;}
.woosb-quantity-input .woosb-qty:focus{outline:none;outline-color:transparent;}
.woosb-quantity-input-plus:hover, .woosb-quantity-input-minus:hover{background-color:#f0f0f0;}
.woosb-quantity-input input::-webkit-outer-spin-button, .woosb-quantity-input input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}
.woosb-products[class*="woosb-products-layout-grid"]{display:flex;flex-wrap:wrap;margin-left:-10px;margin-right:-10px;border:none;}
.woosb-products[class*="woosb-products-layout-grid"] .woosb-item-text{width:100%;margin:10px;padding:10px 0;}
.woosb-products[class*="woosb-products-layout-grid"] .woosb-product{width:calc(50% - 20px);margin:10px;padding:10px;border:1px solid #dddddd;font-size:14px;text-align:center;position:relative;display:flex;flex-direction:column;}
.woosb-products[class*="woosb-products-layout-grid"] .woosb-product:hover{border-color:green;}
.woosb-products[class*="woosb-products-layout-grid"] .woosb-product .woosb-name{font-weight:700;}
.woosb-products.woosb-products-layout-grid-1 .woosb-product{width:calc(100% - 20px);}
.woosb-products.woosb-products-layout-grid-3 .woosb-product{width:calc(100% / 3 - 20px);}
.woosb-products.woosb-products-layout-grid-4 .woosb-product{width:calc(25% - 20px);}
.woosb-products[class*="woosb-products-layout-grid"] .woosb-product > div{width:100% !important;flex:0 0 auto !important;text-align:center;margin-left:0;margin-right:0;padding-left:0;padding-right:0;margin-bottom:5px;}
.woosb-products[class*="woosb-products-layout-grid"] .woosb-product > div:last-child{margin-bottom:0;}
.woosb-products[class*="woosb-products-layout-grid"] .woosb-product select{text-align:center;}
.woosb-products[class*="woosb-products-layout-grid"] .woosb-product .variations_form .variations .reset{display:none;}
@media only screen and (max-width: 767px) {
.woosb-products[class*="woosb-products-layout-grid"] .woosb-product{width:calc(50% - 20px);}
}
@media only screen and (max-width: 479px) {
.woosb-products[class*="woosb-products-layout-grid"] .woosb-product{width:calc(100% - 20px);}
} body.rtl .woosb-alert {
padding: 6px 14px 6px 10px;
border-right: 4px solid #222;
border-left: none;
}#snize-preload-spinner{height:100px;width:32px;margin:0 auto;background-position:0px center;background-repeat:no-repeat;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAYAAAAALCAYAAAB2x1oQAAAACXBIWXMAAAsTAAALEwEAmpwYAAAIj0lEQVR42u2bbWhTWRrHn3Puzc37JNYmTduhTMZBZLBF6gt+2h1HMxRUOrjmgzJfXGUXLU23Y0WHYpdWikp13LZU2cVZvwwK1i0WEcq2ju5+ErVSapEi40TqtE3TtE2meb0v5+wHE4l3kjRX9qaF6QMXwsn/3t/93//Jc9P0XIDVWq3VWq3V+k0WAgCYnZ01CILwNaX0DwBgBYAxjHFHaWnpfzPtNDMz85Eoit8AwOfJoR9Ylj1bUlLyKpN+enr6d4SQEwCwEQCCCKF/aTSab202WxQA4P79+6ZQKPS1JEluhJCVUjqq1Wo79uzZ86AQ/CtXrpgmJydPJhKJfRjjIkrpiMlk6mhpafmhEPzjx49/MD4+/k00Gn3LLy4uPn/z5s2hleh/YGDgo2g0ejqdbzAYztTU1BQk/wsXLnw8Ozt7GgB2JYeGbDbbmaampp/eh690/h85cuQTr9f7Dt/pdJ65evXqj4XgK/V/586dz3ieP4EQqqKUBhmG6bVYLN/u2LEj/D58pfm3tbV9Hg6HTyCENhFC5rVabV95efn5o0ePhgvRf9xu9665ubmTKb7BYOjbsGHD2YsXL/5SCP5y+8+VPwoEAqZEIjFICNn+zp0BIRFj/OeysrJ/po/7fL4qURTvUUqLZfoAy7I7HQ7HaPr41NTUHwkhf6eUsunjGOOHWq3WNTo6CvPz8/ckSdomO29Rp9Mdra2tvaomv7e3F16+fHk/kUhskfu3Wq11bW1t/1CTf+7cOfz48eP/hMPhTbL3SVlZWX1/f//lleT/7t27myKRyGAmvtFodO3evXtEzfzb29urZ2dnByVJKkofZxhm3mazuZqbm58q4QMAKJn/Bw4c2OL1egcFQbCmj2s0mqDT6XTduHHjiZp8pf77+/uPxOPxKwDAyvSPioqKdlZVVSniK82/paXlT8FgsEfuX6vVPlm3bt0Ot9sNavaf2traY1NTU92EEJw+bjKZRrZu3fr7U6dOETX5y+1/qfwxz/PNlNLtCCFI3wCAJYR0+/3+svQdJUn6DgCKM+iLk++9Lb/fX0YI6QYAVq6nlG7neb45FAqdFkVxG6UUZBubSCS6BwcHP1STPzEx0SpvfgAAlFI2FAp1dnZ2VqjJf/bsWau8+QMAEEKwz+e7VFdXV7GS/Mdise8IIcXyvAghxbFYTPX8g8HgNXnzS16XomAweE0pX+n8n56eviZv/gAAgiBYp6enVecr8T84OPhhIpHoppSy8usriuK2UCj0V6V8Jfl3dnZWhEKhTnnzS970trx+/bpVzf5TV1dX4fP5LsmbPwBAOBzeNDY2dkZN/nL7zyd/TCn9KsdPRAZRFL9Mm9DrKaVbsokppVv8fv+Gt1/h3uxryKH/SpKkrHxCiC4SiajKFwThYIbmA5RSkCRJ5/f796nJj8fjWf2Losh5vd79K8X/0NDQp5IkVWc7niRJ1UNDQ5+qlX9XV9fGeDxele184/F4VVdX10YlfCXz3+PxVC0uLm7MJl5cXNzo8Xg2qcVX6j8SiXxJCNHlyOugEr7S/P1+/z5JknTZzpfn+YNq9h+v17tfFEUumz4Wi6nKX27/+eTPUkrLKKWQ40NYnnrN83xObVLjAIDx1L5L6MskSUrdwTKWIAiq8gVByMmPRqMlavJjsRjOJQgGgyUrxf/CwoI9+edmVv3CwoIDAJ6rkb/X612Sn9Lky09+cPKa/8PDw8VL/VNteHi4SC2+Uv+CIJTn0kqS5Eg1o3z4SvOPRqMlubQ8zzsopUSt/hMKhUpyaaPRaLGa/OX2n0/+GCE0leuAGOPJ1GuO43y5DogQAo7jfJn2zaKfYhjGl0uj0WhU5Ws0Gn+2OzSlFAwGw4yafL1eH8jFt1qtMyvF/5o1a/xLNUCr1apa/k6n059qmJm2dE2+fCXzf/PmzfNL8aurq+fV4iv1n37tMhXDMD4lfKX5GwyGmVxzKzmfVes/FotlZom5HVCTv9z+88kfI4S+l/+elLZFWZa9ndrBbrePI4Se5NA/sdvt4yk9y7K3EULRHPrvGYa5nu0CIYTiRqNRVT7HcddzXKC43W7vU5Ov1+uv52h+vNPpvLVS/O/ates5wzBPs+XFMMxTl8v1XK38PR7PmE6nG812vjqdbtTj8Ywp4SuZ/11dXSNms3ksG99sNo91d3ePqMVX6t9oNN5GCMVz5HVdCV9p/na7vY9hmHi28+U47rqa/cfpdN7SaDR8Nr5er1eVv9z+88kfcxzXjhB6mOknaIxxvd1un5I1hcMAEMigDyTfg7QTnsIY1wOAmOFu9ZDjuHaLxdLKsuyjDGZErVZb73K5flaTX1FR0arT6X51UTHGxGKxNDQ0NEyoya+srDxtNptH5HyGYYjD4Wjs6emZWEn+9Xr9YYxxIIM+oNfrVc/farUeYll2Xq5nWXbearUeUspXOv9LS0sPcRwXlPM5jguWlpaqzlfi3+Vy/azVausRQmIG/SOLxdKqlK8k/4aGhgmLxdKAMSZyvU6ne1pRUdGqZv/p6emZcDgcjQzD/IpvNptHKisrT6vJX27/+eSfeg7AJAjCXyilbnizDnU0j3WozQDwWXLoAcuy7XmsQ6+CN+ugezUazd9sNlsYAODevXumxcXFE5Ik7UMIFVFKRzmOO793794HheBfvnzZNDk5eZLn+f0YYyuldNRkMp1f4jmA/xu/sbHxgxcvXrzzHMDatWs7ent7/70S/Q8MDHwciUSaIW0dstFobK+pqfmpEPl3dHR8EggEmuHddfDtTU1NP74PX+n8P3z48PpXr141A8AXKX7yOYAXheAr9Z9cB34yuQ58nmGYPrPZ3LFz58734ivNP7kO/iRCqIoQEuQ47lZ5efn5Y8eOhQvRf9xu9xdzc3Mn0p8DWL9+/dlLly79Ugj+cvtfKv/VWq3VWq3V+g3W/wAZmNaB1vZW4QAAAABJRU5ErkJggg==);}
.searchanise-search-results-page.theme-twentyeleven #content .entry-content{width:auto;}
.searchanise-search-results-page.theme-twentyfourteen #content .entry-content{max-width:1600px;margin:0 auto;}
.searchanise-search-results-page.theme-twentyfourteen .entry-header{max-width:1600px;}
.searchanise-search-results-page.theme-twentynineteen #snize_results,
.searchanise-search-results-page.theme-twentynineteen .snize-recommendation-wrapper{max-width:100%;}
.theme-twentysixteen.woocommerce .snize-recommendation-wrapper{width:100%;}
@media screen and (min-width:48em){
.searchanise-search-results-page.page-two-column.theme-twentyseventeen #primary .entry-header{width:16%;}
.searchanise-search-results-page.page-two-column.theme-twentyseventeen #primary .entry-content{width:78%;}
} .searchanise-search-results-page.theme-twentythirteen #content .entry-content,
.searchanise-search-results-page.theme-twentythirteen .entry-header{padding:0 5vw;max-width:1200px;}
@media(min-width:700px){
.searchanise-search-results-page.theme-twentytwenty #snize_results,
.searchanise-search-results-page.theme-twentytwenty .snize-recommendation-wrapper{max-width:1600px;padding:0 4rem;margin:0 auto;}
}
@media(min-width:1220px){
.searchanise-search-results-page.theme-twentytwenty #snize_results,
.searchanise-search-results-page.theme-twentytwenty .snize-recommendation-wrapper{max-width:1600px;padding:0 6rem;margin:0 auto;}
} div.snize-recommendation-wrapper .snize-recommendation-title{text-align:center;}
.woocommerce div.snize-recommendation-wrapper {
overflow-x: visible;
}@font-face{font-family:"woo";src:url(//dazahaircare.ro/wp-content/themes/blocksy/static/fonts/woo.woff2) format("woff2");font-weight:normal;font-style:normal;font-display:swap}.price,.ct-product-sku{color:var(--theme-text-color)}.sale-price{display:inline-flex;flex-wrap:wrap;align-items:center;justify-content:center;column-gap:5px}.sale-price del{order:2;font-size:80%}.clear{clear:both}.woo-listing-top{display:flex;align-items:center;gap:13px}.woo-listing-top:not(:empty){margin-bottom:25px}.woo-listing-top .woocommerce-result-count{margin-bottom:0;color:var(--theme-text-color)}.woo-listing-top .woocommerce-ordering{display:flex;align-items:center;justify-content:center;margin-inline-start:auto;position:relative}.woo-listing-top .woocommerce-ordering select{font-size:14px;height:40px;cursor:pointer}@media(max-width:689.98px){.woo-listing-top .woocommerce-ordering select{color:rgba(0,0,0,0);width:34px;height:34px;padding:0;-webkit-user-select:none;user-select:none;background-image:none}}.woo-listing-top .woocommerce-ordering .ct-sort-icon{position:absolute;pointer-events:none}.onsale,.out-of-stock-badge,[class*=ct-woo-badge-]{display:inline-flex;align-items:center;justify-content:center;z-index:1;position:var(--has-container, absolute);top:var(--has-container, var(--badge-top, 15px));inset-inline-start:var(--has-container, var(--badge-left, 15px));height:var(--badge-height, 28px);min-width:var(--badge-min-width, 55px);border-radius:var(--badge-radius, 0px);padding:var(--badge-padding, 5px 10px);text-align:center;color:var(--badge-text-color, #fff);background-color:var(--badge-background-color, var(--theme-palette-color-1))}.onsale[data-shape=type-2],.out-of-stock-badge[data-shape=type-2],[class*=ct-woo-badge-][data-shape=type-2]{--badge-radius:3px}.onsale[data-shape=type-3],.out-of-stock-badge[data-shape=type-3],[class*=ct-woo-badge-][data-shape=type-3]{aspect-ratio:1/1;--badge-radius:200px;--badge-height:48px;--badge-min-width:auto;--badge-padding:5px 7px}.product-entry-wrapper{position:relative;--badge-top:20px;--badge-left:20px}@media(max-width:689.98px){.thumbs-left .product-entry-wrapper{--badge-left: 20px}}@media(min-width:690px){.thumbs-left .product-entry-wrapper{--badge-left: calc(var(--thumbs-width) + var(--thumbs-spacing, 15px) + 20px)}}table.shop_table{margin-bottom:2em;--theme-table-padding:1em 0.7em;--theme-table-border-width:0;--theme-table-font-size:15px}table.shop_table tr{--theme-table-border-width:0 0 1px 0;--theme-table-border-style:dashed}table.shop_table tr>*:first-child{padding-inline-start:0}table.shop_table tr>*:last-child{padding-inline-end:0}table.shop_table th{vertical-align:top;text-align:initial}table.shop_table thead th{--theme-table-border-width:0 0 2px 0;--theme-table-border-style:solid;color:var(--theme-headings-color)}table.shop_table tfoot td{font-weight:600}table.shop_table a{font-weight:500;--theme-link-initial-color:var(--theme-text-color)}table.shop_table ul:last-child,table.shop_table ol:last-child{margin-bottom:0}.shop_table tfoot tr:last-child,.cart_totals table tr:last-child,.woocommerce-cart-form__contents tbody tr:last-child{--theme-table-border-width:0}@media(max-width:689.98px){table.shop_table_responsive{--theme-table-padding:1em 0}table.shop_table_responsive thead{display:none}table.shop_table_responsive tbody th{display:none}table.shop_table_responsive tbody td{display:block;text-align:right}table.shop_table_responsive tbody td[data-title]:before{content:attr(data-title) ":";display:table;float:left;font-size:14px;font-weight:600}table.shop_table_responsive tbody td.order-actions:before{display:none}table.my_account_orders tbody tr:not(:last-child) td:last-child{--theme-table-border-style: solid;--theme-table-border-width: 0 0 2px 0}}.woocommerce-shipping-totals{--theme-table-text-align:start}.woocommerce-shipping-totals td{padding-inline-start:0}.woocommerce-shipping-totals td .ct-shipping-heading{font-weight:600;margin-bottom:15px}.woocommerce-shipping-totals form button{width:100%}.woocommerce-shipping-totals p:last-of-type{margin-bottom:0}ul#shipping_method{clear:both;list-style:none;padding-inline-start:0}ul#shipping_method li:not(:last-child){margin-bottom:10px}[class*=add_to_cart_button].loading{position:relative;gap:.5em}[class*=add_to_cart_button].loading:after{content:"";width:var(--theme-button-spinner-size, 16px);height:var(--theme-button-spinner-size, 16px);background-color:currentColor;animation:spin 1s linear infinite;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='10' opacity='0.2' fill='none' stroke='currentColor' stroke-miterlimit='10' stroke-width='2.5'/%3E%3Cpath d='m12,2c5.52,0,10,4.48,10,10' fill='none' stroke='currentColor' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5'/%3E%3C/svg%3E") center no-repeat}span.select2-container .select2-selection--single,span.select2-container .select2-selection--multiple{border-radius:var(--has-classic-forms, var(--theme-form-field-border-radius, 3px));background-color:var(--has-classic-forms, var(--theme-form-field-background-initial-color));border:var(--theme-form-field-border-width, 1px) var(--theme-form-field-border-style, solid) var(--theme-form-field-border-initial-color)}span.select2-container .select2-selection--single .select2-selection__rendered,span.select2-container .select2-selection--multiple .select2-selection__rendered{display:flex;flex-wrap:wrap;align-items:center;color:var(--theme-form-text-initial-color, var(--theme-text-color));padding:var(--has-classic-forms, var(--theme-form-field-padding, 0 15px))}span.select2-container .select2-selection--single{height:var(--theme-form-field-height, 40px)}span.select2-container .select2-selection--single .select2-selection__rendered{height:100%}span.select2-container .select2-selection--single .select2-selection__arrow{inset-inline-end:8px;height:calc(var(--theme-form-field-height, 40px) - 2px)}span.select2-container .select2-selection--single .select2-selection__arrow b{border-top-color:var(--theme-form-text-initial-color, var(--theme-text-color))}span.select2-container .select2-selection--multiple .select2-selection__rendered{min-height:var(--theme-form-field-height, 40px);gap:4px;padding-block:6px}span.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{margin:0;font-size:14px;line-height:1.5}span.select2-container .select2-selection--multiple .select2-selection__rendered .select2-search__field{margin:0;height:auto}span.select2-container.select2-container--open .select2-selection--single,span.select2-container.select2-container--open .select2-selection--multiple{background-color:var(--has-classic-forms, var(--theme-form-select-background-initial-color, #fff))}span.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b,span.select2-container.select2-container--open .select2-selection--multiple .select2-selection__arrow b{border-bottom-color:var(--theme-form-text-initial-color, var(--theme-text-color))}span.select2-dropdown{color:var(--form-field-select-initial-color, var(--theme-text-color));background-color:var(--theme-form-select-background-initial-color, #fff);border-radius:var(--has-classic-forms, var(--theme-form-field-border-radius, 3px));border:var(--theme-form-field-border-width, 1px) var(--theme-form-field-border-style, solid) var(--theme-form-field-border-initial-color)}span.select2-dropdown.select2-dropdown--below{box-shadow:0px 15px 30px -5px rgba(0,0,0,.05)}span.select2-dropdown .select2-search--dropdown{padding:12px}span.select2-dropdown .select2-search--dropdown .select2-search__field{height:35px;padding:var(--has-classic-forms, 0 10px);border-radius:var(--has-classic-forms, 2px);border:var(--theme-form-field-border-width, 1px) solid var(--theme-form-field-border-initial-color)}span.select2-dropdown .select2-search--dropdown .select2-search__field:focus{border-color:var(--theme-form-select-background-active-color, var(--theme-palette-color-1))}span.select2-dropdown .select2-results__option{margin:0;padding:8px 12px}span.select2-dropdown .select2-results__option[aria-selected=true],span.select2-dropdown .select2-results__option[data-selected=true]{background-color:rgba(0,0,0,.03)}span.select2-dropdown .select2-results__option.select2-results__option--highlighted[aria-selected],span.select2-dropdown .select2-results__option.select2-results__option--highlighted[data-selected]{color:var(--form-field-select-active-color, #fff);background-color:var(--theme-form-select-background-active-color, var(--theme-palette-color-1))}.form-row label{display:block;font-weight:500}.form-row .required{color:red;font-weight:700;text-decoration:none}.form-row textarea{display:block}.form-row select{width:100%}.form-row:before,.form-row:after{content:"";display:table}.form-row:after{clear:both}.form-row-wide{clear:both}@media(min-width:690px){.form-row-first,.form-row-last{width:48%;overflow:visible}.form-row-first{float:left}.form-row-last{float:right}}.demo_store{font-size:15px;color:var(--theme-text-color);margin:0;padding-block:13px;padding-inline:30px 60px;background-color:var(--background-color)}.demo_store:before{display:inline-block;font-family:"woo";font-size:17px;font-weight:700;content:"";margin-inline-end:15px}@media(max-width:689.98px){.demo_store:before{display:none !important}}.demo_store .woocommerce-store-notice__dismiss-link{position:absolute;top:calc(50% - 15px);inset-inline-end:30px;width:30px;height:30px;font-size:0;border-radius:100%;background:rgba(0,0,0,.07)}.demo_store .woocommerce-store-notice__dismiss-link:before{display:flex;align-items:center;justify-content:center;content:"×";font-size:17px;color:var(--theme-text-color)}.demo_store .woocommerce-store-notice__dismiss-link:hover{background:rgba(0,0,0,.1)}.demo_store[data-position=top]{position:relative}.demo_store[data-position=bottom]{position:fixed;z-index:120;inset-inline:var(--theme-frame-size, 0px);bottom:var(--theme-frame-size, 0px)}.woocommerce-order h2{font-size:18px}.woocommerce-order p{font-size:15px}.woocommerce-thankyou-order-details{position:relative;list-style:none;padding:0;margin-bottom:.5em;border:1px solid var(--theme-border-color)}@media(min-width:690px){.woocommerce-thankyou-order-details{display:grid;grid-template-columns:repeat(2, 1fr)}}.woocommerce-thankyou-order-details li{padding:1em 1.3em;margin-bottom:-1px;border-bottom:1px solid var(--theme-border-color)}@media(min-width:690px){.woocommerce-thankyou-order-details li:nth-child(odd){border-inline-end:1px solid var(--theme-border-color)}}.woocommerce-thankyou-order-details li strong{display:block}.woocommerce-customer-details{margin-top:2em}.woocommerce-customer-details .col2-set{display:grid}@media(max-width:689.98px){.woocommerce-customer-details .col2-set{grid-row-gap:2em}}@media(min-width:690px){.woocommerce-customer-details .col2-set{grid-template-columns:repeat(2, 1fr);grid-column-gap:30px}}.woocommerce-customer-details address{font-size:15px;padding:1.5em;border-radius:5px;border:1px dashed var(--theme-border-color)}.woocommerce-customer-details address p:last-child{margin-bottom:0}.wc-item-meta{margin-top:5px}.wc-item-meta li p{display:inline-block;margin-bottom:0}[class*=ct-dynamic-count]{display:flex;align-items:center;justify-content:center;position:absolute;z-index:1;top:-9px;inset-inline-end:-9px;min-width:16px;cursor:pointer;height:16px;padding:0 3px;font-size:10px;font-weight:600;font-style:normal;border-radius:10px;color:var(--theme-cart-badge-text, #fff);background:var(--theme-cart-badge-background, var(--theme-palette-color-1))}[class*=ct-dynamic-count][data-count="0"]{display:none}@media(prefers-reduced-motion: no-preference){a.ct-added [class*=ct-dynamic-count]{animation:.6s ease-in-out .12s normal both 1 bounce-in}}.ct-product-brands{display:flex;align-items:center;justify-content:var(--horizontal-alignment);flex-wrap:wrap;gap:var(--product-brands-gap, 10px);--theme-link-initial-color:var(--theme-text-color)}.ct-product-brands .ct-media-container{flex:0 0 var(--product-brand-logo-size, 60px);max-width:var(--product-brand-logo-size, 60px)}.ct-header-cart [data-price=no] .amount{display:none}.ct-header-cart[data-cart=hide-empty]:has([data-count="0"]){display:none}.woocommerce-page .wc-block-components-notice-banner{margin:0 0 2rem 0}.woocommerce-page .wc-block-components-notice-banner:is(.is-info,.is-error,.is-success){border:none;color:var(--theme-text-color);background-color:var(--background-color)}.woocommerce-page .wc-block-components-notice-banner:is(.is-info,.is-error,.is-success) svg{fill:var(--theme-button-text-initial-color);background-color:var(--theme-button-background-initial-color)}.woocommerce-page .wc-block-components-notice-banner .wc-block-components-notice-banner__content .wc-forward{color:inherit !important;line-height:unset;font-weight:unset;text-decoration-line:unset;margin-inline-end:5px;padding:unset;min-height:unset;background-color:unset}.woocommerce-notices-wrapper{margin-inline:auto;width:var(--theme-container-width);max-width:var(--theme-block-max-width)}.woocommerce-info,.woocommerce-error,.woocommerce-message,.woocommerce-thankyou-order-received{display:flex;position:relative;font-size:15px;color:var(--theme-text-color);padding:10px;min-height:60px;clear:both;border-radius:5px;margin-bottom:2rem;background:var(--background-color);--theme-link-initial-color:var(--theme-text-color)}@media(max-width:479.98px){.woocommerce-info,.woocommerce-error,.woocommerce-message,.woocommerce-thankyou-order-received{align-items:flex-start;flex-direction:column;padding:15px}}@media(min-width:480px){.woocommerce-info,.woocommerce-error,.woocommerce-message,.woocommerce-thankyou-order-received{align-items:center;padding-inline-start:55px}}.woocommerce-info li,.woocommerce-error li,.woocommerce-message li,.woocommerce-thankyou-order-received li{width:100%;margin-bottom:.3em}.woocommerce-info .button,.woocommerce-info .showlogin,.woocommerce-info .restore-item,.woocommerce-error .button,.woocommerce-error .showlogin,.woocommerce-error .restore-item,.woocommerce-message .button,.woocommerce-message .showlogin,.woocommerce-message .restore-item,.woocommerce-thankyou-order-received .button,.woocommerce-thankyou-order-received .showlogin,.woocommerce-thankyou-order-received .restore-item{order:2;--theme-button-font-size:14px;--theme-button-min-height:40px;--theme-button-padding:5px 15px}@media(max-width:479.98px){.woocommerce-info .button,.woocommerce-info .showlogin,.woocommerce-info .restore-item,.woocommerce-error .button,.woocommerce-error .showlogin,.woocommerce-error .restore-item,.woocommerce-message .button,.woocommerce-message .showlogin,.woocommerce-message .restore-item,.woocommerce-thankyou-order-received .button,.woocommerce-thankyou-order-received .showlogin,.woocommerce-thankyou-order-received .restore-item{margin-top:10px !important}}@media(min-width:480px){.woocommerce-info .button,.woocommerce-info .showlogin,.woocommerce-info .restore-item,.woocommerce-error .button,.woocommerce-error .showlogin,.woocommerce-error .restore-item,.woocommerce-message .button,.woocommerce-message .showlogin,.woocommerce-message .restore-item,.woocommerce-thankyou-order-received .button,.woocommerce-thankyou-order-received .showlogin,.woocommerce-thankyou-order-received .restore-item{margin-inline-start:auto !important}}.woocommerce-info:before,.woocommerce-error:before,.woocommerce-message:before,.woocommerce-thankyou-order-received:before{position:absolute;width:18px;height:18px;font-family:"woo";content:"";font-size:18px;line-height:18px;opacity:.9}@media(max-width:479.98px){.woocommerce-info:before,.woocommerce-error:before,.woocommerce-message:before,.woocommerce-thankyou-order-received:before{display:none}}@media(min-width:480px){.woocommerce-info:before,.woocommerce-error:before,.woocommerce-message:before,.woocommerce-thankyou-order-received:before{top:21px;inset-inline-start:20px}}.woocommerce-info:after,.woocommerce-error:after,.woocommerce-message:after,.woocommerce-thankyou-order-received:after{display:table;content:"";clear:both}.woocommerce ul.woocommerce-error{flex-direction:column;justify-content:center;margin-bottom:2rem}.woocommerce ul.woocommerce-error li{display:flex;align-items:center;flex-wrap:wrap;gap:.3em}div.quantity{position:relative;display:inline-block;width:var(--quantity-width, 70px);height:var(--quantity-height, 55px)}div.quantity input[type=number]{font-weight:500;text-align:center;max-width:initial;height:inherit;border-radius:var(--theme-form-field-border-radius, 3px) !important;--theme-form-font-size:0.9em;--theme-form-field-height:100%;--theme-form-field-border-style:solid;--theme-form-field-border-initial-color:var(--quantity-initial-color, var(--theme-button-background-initial-color));--theme-form-field-background-initial-color:transparent}div.quantity[data-type] input[type=number]{-moz-appearance:textfield}div.quantity[data-type] input[type=number]::-webkit-inner-spin-button,div.quantity[data-type] input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none}div.quantity .ct-increase,div.quantity .ct-decrease{display:flex;align-items:center;justify-content:center;position:absolute;z-index:1;cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--quantity-arrows-initial-color, #fff);background:var(--quantity-initial-color, var(--theme-button-background-initial-color));transition:all .12s cubic-bezier(0.455, 0.03, 0.515, 0.955)}div.quantity .ct-increase:before,div.quantity .ct-decrease:before{font-family:"woo";font-weight:normal;line-height:normal}div.quantity .ct-increase:hover,div.quantity .ct-decrease:hover{color:var(--quantity-arrows-hover-color, #fff);background:var(--quantity-hover-color, var(--theme-button-background-hover-color))}div.quantity .ct-increase~input[type=number]:focus,div.quantity .ct-decrease~input[type=number]:focus{border-color:var(--quantity-initial-color, var(--theme-button-background-initial-color));box-shadow:0 0 0 1px var(--quantity-initial-color, var(--theme-button-background-initial-color))}div.quantity.hidden{display:none}.quantity[data-type=type-1]{width:var(--quantity-width, 100px)}.quantity[data-type=type-1] input[type=number]{padding-block:0px;padding-inline-start:5px;padding-inline-end:calc(25% + 3px);border-width:1px;border-inline-end-width:0}.quantity[data-type=type-1] .ct-increase,.quantity[data-type=type-1] .ct-decrease{inset-inline-end:0;border-radius:0;width:25%;max-width:25px}.quantity[data-type=type-1] .ct-increase:before,.quantity[data-type=type-1] .ct-decrease:before{content:"";font-size:calc(var(--quantity-height, 55px)/6.7)}.quantity[data-type=type-1] .ct-increase{top:0;height:calc(50% - 1px);border-start-end-radius:var(--theme-form-field-border-radius, 3px)}.quantity[data-type=type-1] .ct-decrease{bottom:0;height:50%;border-end-end-radius:var(--theme-form-field-border-radius, 3px)}.quantity[data-type=type-1] .ct-decrease:before{transform:scale(1, -1)}.quantity[data-type=type-2]{width:var(--quantity-width, 130px)}.quantity[data-type=type-2] input[type=number]{border-width:1px;padding-block:0px;padding-inline:calc(var(--quantity-height, 55px)/1.8 + 9%)}.quantity[data-type=type-2] .ct-increase,.quantity[data-type=type-2] .ct-decrease{top:calc(50% - var(--quantity-height, 55px)/3.6);width:calc(var(--quantity-height, 55px)/1.8);height:calc(var(--quantity-height, 55px)/1.8);border-radius:var(--theme-form-field-border-radius, 3px);--quantity-initial-color:transparent}.quantity[data-type=type-2] .ct-increase:before,.quantity[data-type=type-2] .ct-decrease:before{margin-top:2px;font-size:calc(var(--quantity-height, 55px)/5.5)}.quantity[data-type=type-2] .ct-increase{inset-inline-end:9%}.quantity[data-type=type-2] .ct-increase:before{content:""}.quantity[data-type=type-2] .ct-decrease{inset-inline-start:9%}.quantity[data-type=type-2] .ct-decrease:before{content:""}@media(max-width:479.98px){.cart_item .product-mobile-actions .quantity[data-type=type-2],.mini_cart_item .ct-product-actions .quantity[data-type=type-2],table.shop_table .ct-checkout-cart-item .quantity[data-type=type-2]{--quantity-width: 80px;--quantity-height: 38px}}.shop_table .quantity{font-size:14px;--quantity-height:40px}.shop_table .quantity[data-type=type-1]{--quantity-width:70px}.shop_table .quantity[data-type=type-2]{--quantity-width:100px}.cart_totals.processing>*,.ct-cart-content.processing>*,.woocommerce-checkout.processing>*,.woocommerce-cart-form.processing>*,.woocommerce-mini-cart-item.processing>*{pointer-events:none;opacity:.2;transition:opacity .25s ease}.cart_totals .blockUI,.ct-cart-content .blockUI,.woocommerce-checkout .blockUI,.woocommerce-cart-form .blockUI,.woocommerce-mini-cart-item .blockUI{background:rgba(0,0,0,0) !important}.cart_totals .blockOverlay,.woocommerce-checkout .blockOverlay,.woocommerce-cart-form .blockOverlay{opacity:1 !important}.cart_totals .blockOverlay:before,.woocommerce-checkout .blockOverlay:before,.woocommerce-cart-form .blockOverlay:before{content:"";position:absolute;inset:0;width:var(--overlay-loader-size, 23px);height:var(--overlay-loader-size, 23px);margin:auto;background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 40 40'%3E%3Cpath opacity='.2' fill='currentColor' d='M20.201 5.169c-8.254 0-14.946 6.692-14.946 14.946 0 8.255 6.692 14.946 14.946 14.946s14.946-6.691 14.946-14.946c-.001-8.254-6.692-14.946-14.946-14.946zm0 26.58c-6.425 0-11.634-5.208-11.634-11.634 0-6.425 5.209-11.634 11.634-11.634 6.425 0 11.633 5.209 11.633 11.634 0 6.426-5.208 11.634-11.633 11.634z'%3E%3C/path%3E%3Cpath fill='currentColor' d='m26.013 10.047 1.654-2.866a14.855 14.855 0 0 0-7.466-2.012v3.312c2.119 0 4.1.576 5.812 1.566z'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 20 20' to='360 20 20' dur='0.5s' repeatCount='indefinite'%3E%3C/animateTransform%3E%3C/path%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 40 40'%3E%3Cpath opacity='.2' fill='currentColor' d='M20.201 5.169c-8.254 0-14.946 6.692-14.946 14.946 0 8.255 6.692 14.946 14.946 14.946s14.946-6.691 14.946-14.946c-.001-8.254-6.692-14.946-14.946-14.946zm0 26.58c-6.425 0-11.634-5.208-11.634-11.634 0-6.425 5.209-11.634 11.634-11.634 6.425 0 11.633 5.209 11.633 11.634 0 6.426-5.208 11.634-11.633 11.634z'%3E%3C/path%3E%3Cpath fill='currentColor' d='m26.013 10.047 1.654-2.866a14.855 14.855 0 0 0-7.466-2.012v3.312c2.119 0 4.1.576 5.812 1.566z'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 20 20' to='360 20 20' dur='0.5s' repeatCount='indefinite'%3E%3C/animateTransform%3E%3C/path%3E%3C/svg%3E")}.woocommerce-checkout>.blockOverlay{position:fixed !important}.woocommerce-password-strength{font-size:13px;font-weight:500;padding:4px 12px;margin-top:.5em}.woocommerce-password-strength.strong{background-color:#c1e1b9}.woocommerce-password-strength.good{background-color:#ffe399}.woocommerce-password-strength.short{background-color:#f1adad}.woocommerce-password-strength.bad{background-color:#fbc5a9}.woocommerce-password-hint{display:block;margin-top:.5em}[data-products]{display:grid;grid-template-columns:var(--shop-columns);grid-column-gap:var(--grid-columns-gap, 30px);grid-row-gap:var(--grid-rows-gap, 30px)}@media(min-width:1000px){[data-products].columns-2{--shop-columns:repeat(2, minmax(0, 1fr))}[data-products].columns-3{--shop-columns:repeat(3, minmax(0, 1fr))}[data-products].columns-4{--shop-columns:repeat(4, minmax(0, 1fr))}[data-products].columns-5{--shop-columns:repeat(5, minmax(0, 1fr))}[data-products].columns-6{--shop-columns: repeat(6, minmax(0, 1fr))}}[data-products] .product{display:flex;flex-direction:column;align-items:var(--horizontal-alignment);text-align:var(--text-horizontal-alignment);position:relative;isolation:isolate}[data-products] .product>*{margin-bottom:var(--product-element-spacing, 10px)}[data-products] .product>*:last-child{margin-bottom:0}[data-products] figure{display:flex;flex-direction:column;position:relative;width:100%}[data-products] figure .ct-media-container{border-radius:var(--theme-border-radius, 3px)}[data-products] :where(.woocommerce-loop-product__title,.woocommerce-loop-category__title){--theme-content-spacing:0;--theme-link-initial-color:initial}[data-products] .price{--theme-font-size:15px}[data-products] .ct-woo-card-rating{display:flex;align-items:center;gap:.5em}[data-products] .ct-woo-card-rating [class*=ct-rating]{font-size:13px}[data-products] [data-add-to-cart=auto-hide] .added{display:none}.ct-woo-card-extra,.ct-woo-card-actions{--theme-button-shadow:none;--theme-button-transform:none}.ct-woo-card-extra{position:absolute;z-index:2;--theme-icon-size:14px;--theme-icon-color:currentColor;--theme-button-border:none}[data-products=type-1] .ct-woo-card-actions{display:flex;flex-wrap:wrap;justify-content:var(--horizontal-alignment);gap:10px}[data-products=type-1] .ct-woo-card-actions[data-alignment=equal]{margin-top:auto}[data-products=type-2] .product{position:relative;display:flex;flex-direction:column;overflow:hidden;padding-inline:20px;padding-bottom:20px;box-shadow:var(--theme-box-shadow);border:var(--card-border);border-radius:var(--theme-border-radius, 3px);background:var(--backgroundColor, var(--theme-palette-color-8));--horizontal-alignment:center;--text-horizontal-alignment:center}[data-products=type-2] figure .ct-media-container{border-radius:0}[data-products=type-2] figure,[data-products=type-2] .ct-woo-card-actions{width:calc(100% + 40px);margin-inline:-20px}[data-products=type-2] .ct-woo-card-actions{display:flex;align-items:center;margin-top:auto;border-block:1px solid rgba(0,0,0,.05)}[data-products=type-2] .ct-woo-card-actions:first-child{border-top:0}[data-products=type-2] .ct-woo-card-actions:last-child{border-bottom:none;margin-bottom:-20px}[data-products=type-2] .ct-woo-card-actions>*{flex:1 0 0;padding:5px;min-height:55px}[data-products=type-2] .ct-woo-card-actions .price{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;column-gap:5px}[data-products=type-2] .ct-woo-card-actions .price:not(:only-child):after{position:absolute;content:"";inset-inline-end:0;width:1px;height:30px;top:calc(50% - 15px);background:rgba(0,0,0,.05)}[data-products=type-2] .ct-woo-card-actions .button,[data-products=type-2] .ct-woo-card-actions .added_to_cart{border:none;background-color:rgba(0,0,0,0)}@media(any-hover: hover){[data-products=type-3] .product:hover .ct-woo-card-extra{opacity:1;bottom:15px}}.ct-woo-card-extra[data-type=type-2]{display:grid;grid-auto-columns:1fr;grid-auto-flow:column;inset-inline:15px}@media(any-hover: hover){.ct-woo-card-extra[data-type=type-2]{opacity:0;bottom:0px;transition:opacity .15s ease,bottom .15s ease}}@media(any-hover: none){.ct-woo-card-extra[data-type=type-2]{bottom:15px}}.ct-woo-card-extra[data-type=type-2] :is(a,button){justify-content:center;padding:5px;border-radius:0;min-height:50px}.ct-woo-card-extra[data-type=type-2] :is(a,button).loading svg{display:none}.ct-woo-card-extra[data-type=type-2] :is(a,button).added_to_cart,.ct-woo-card-extra[data-type=type-2] :is(a,button)[data-button-state=active]{color:var(--theme-button-text-hover-color)}.ct-woo-card-extra[data-type=type-2] :is(a,button) .ct-tooltip{transform:translate3d(0px, -45px, 0px)}@media(any-hover: hover){.ct-woo-card-extra[data-type=type-2] :is(a,button):hover .ct-tooltip{opacity:1;visibility:visible;transform:translate3d(0px, -50px, 0px)}}.ct-media-container .zoomImg{z-index:2;cursor:default;object-fit:initial;object-position:initial;transition:opacity .1s ease !important;background:var(--zoom-image-background, #fff)}.woocommerce-product-gallery__trigger{position:absolute;z-index:9;top:20px;inset-inline-end:20px;width:40px;height:40px;text-indent:-9999px;border-radius:100%;color:var(--lightbox-button-icon-color, var(--theme-text-color));background:var(--lightbox-button-background-color, #fff)}.woocommerce-product-gallery__trigger:hover{color:var(--lightbox-button-icon-hover-color, #fff);background:var(--lightbox-button-hover-background-color, var(--theme-palette-color-1))}.woocommerce-product-gallery__trigger:before{position:absolute;inset:0;content:"";background-color:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cpath d='M14 12a2 2 0 0 0-2 2v3h1.5v-3a.5.5 0 0 1 .5-.5h3V12h-3Zm3 14.5h-3a.5.5 0 0 1-.5-.5v-3H12v3a2 2 0 0 0 2 2h3v-1.5Zm6 1.5v-1.5h3a.5.5 0 0 0 .5-.5v-3H28v3a2 2 0 0 1-2 2h-3Zm3-16a2 2 0 0 1 2 2v3h-1.5v-3a.5.5 0 0 0-.5-.5h-3V12h3Z'/%3E%3C/svg%3E")}.woocommerce .pswp__bg,.woocommerce-page .pswp__bg{opacity:.7 !important}.ct-lightbox-video-container{position:absolute;top:50%;inset-inline:10%;margin:auto;max-width:150vh;aspect-ratio:16/9;transform:translateY(-50%)}.ct-lightbox-video-container video,.ct-lightbox-video-container iframe{position:absolute;inset:0;width:100%;height:100%;background:#000}.product[class*=gallery] .entry-summary-items>*{margin-bottom:var(--product-element-spacing, 10px)}.product[class*=gallery] .entry-summary-items>*:last-child{margin-bottom:0}.ct-quick-view-card .product_meta>span,.product[class*=gallery] .product_meta>span{font-size:13px;letter-spacing:.05em;text-transform:uppercase;font-weight:700;display:block}.ct-quick-view-card .product_meta>span:not(:last-child),.product[class*=gallery] .product_meta>span:not(:last-child){margin-bottom:5px}.ct-quick-view-card .product_meta>span>*,.product[class*=gallery] .product_meta>span>*{opacity:.7;font-weight:500;--theme-link-initial-color:var(--theme-text-color)}.ct-quick-view-card .product_meta>span>a:hover,.product[class*=gallery] .product_meta>span>a:hover{opacity:1}.woocommerce-product-rating{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.woocommerce-product-rating .woocommerce-review-link{font-size:12px;--theme-link-initial-color:var(--theme-text-color)}.comment-form-rating{display:flex;align-items:center}.comment-form-rating label{margin-bottom:0;font-size:12px;font-weight:500;text-transform:uppercase}.comment-form-rating .stars{color:var(--star-rating-initial-color, #fda256);font-size:.9em}.comment-form-rating .stars span{display:flex}.comment-form-rating .stars a{position:relative;display:inline-block;width:1em;height:1em;text-indent:-999em;text-decoration:none;color:currentColor;margin-inline-start:8px}.comment-form-rating .stars a:before{position:absolute;display:block;top:0;left:0;width:1em;height:1em;font-family:"star";content:"s";line-height:1;text-indent:0}.comment-form-rating .stars a:hover~a:before{content:"s"}.comment-form-rating .stars:hover a:before{content:"S"}.comment-form-rating .stars.selected a.active:before{content:"S"}.comment-form-rating .stars.selected a.active~a:before{content:"s"}.comment-form-rating .stars.selected a:not(.active):before{content:"S"}@media(min-width:1000px){.ct-order-review,.sticky-summary .entry-summary,.sticky-gallery .woocommerce-product-gallery{align-self:flex-start;position:sticky;top:calc(50px + var(--admin-bar, 0px) + var(--header-sticky-height, 0px)*var(--sticky-shrink, 100)/100)}}.woocommerce-product-gallery{transition:opacity .3s ease}.woocommerce-product-gallery[data-state=loading]{opacity:.3}.woocommerce-product-gallery .ct-media-container{display:flex;border-radius:var(--border-radius)}@media(min-width:1000px){.ct-default-gallery .product-entry-wrapper,.ct-stacked-gallery .product-entry-wrapper{display:flex}}@media(min-width:690px) and (max-width:999.98px){.ct-default-gallery .woocommerce-product-gallery,.ct-stacked-gallery .woocommerce-product-gallery{width:100%}}@media(min-width:1000px){.ct-default-gallery .woocommerce-product-gallery,.ct-stacked-gallery .woocommerce-product-gallery{width:var(--product-gallery-width, 50%)}}@media(min-width:690px) and (max-width:999.98px){.ct-default-gallery .entry-summary,.ct-stacked-gallery .entry-summary{width:100%}}@media(min-width:1000px){.ct-default-gallery .entry-summary,.ct-stacked-gallery .entry-summary{margin-inline-start:40px;width:calc(100% - var(--product-gallery-width, 50%))}}div.woocommerce-product-gallery{position:relative;overflow:hidden;align-self:flex-start}@media(max-width:999.98px){div.woocommerce-product-gallery{margin-bottom:3em}}div.woocommerce-product-gallery .ct-product-gallery-container{position:relative}div.woocommerce-product-gallery ol{margin:var(--thumbs-container-margin, 0 calc(var(--thumbs-spacing, 15px) / -2))}div.woocommerce-product-gallery li{padding-top:var(--thumbs-top-spacing, var(--thumbs-spacing, 15px));padding-inline:var(--thumbs-left-spacing, calc(var(--thumbs-spacing, 15px) / 2));margin-bottom:0;transition:opacity .25s cubic-bezier(0.215, 0.61, 0.355, 1)}@media(max-width:479.98px){div.woocommerce-product-gallery li{--thumbs-width: 33.333%}}@media(min-width:480px) and (max-width:689.98px){div.woocommerce-product-gallery li{--thumbs-width: 25%}}div.woocommerce-product-gallery li:hover{opacity:.75}div.woocommerce-product-gallery li.active{opacity:1}div.woocommerce-product-gallery li.active .ct-media-container:after{border-color:rgba(0,0,0,.2)}div.woocommerce-product-gallery li .ct-media-container:after{position:absolute;content:"";z-index:2;inset:0;pointer-events:none;border-radius:inherit;border:2px solid rgba(0,0,0,0);transition:border-color .25s cubic-bezier(0.215, 0.61, 0.355, 1)}div.woocommerce-product-gallery li .ct-video-indicator svg{width:30%;height:30%;transform:none}@media(min-width:690px){.thumbs-left{--thumbs-width:100px}.thumbs-left .flexy{margin-inline-start:calc(var(--thumbs-width) + var(--thumbs-spacing, 15px))}.thumbs-left .flexy-pills{position:absolute;inset-inline-start:0;inset-block:0;height:100%;--pills-direction:column;--pills-wrap:nowrap;--thumbs-left-spacing:0;--thumbs-right-spacing:0;--thumbs-container-margin:calc(var(--thumbs-spacing, 15px) * -1) 0 0 0}.thumbs-left .flexy-pills [data-flexy]{max-height:calc(100% + var(--thumbs-spacing, 15px))}.thumbs-left .flexy-pills [class*=flexy-arrow]{left:calc(50% - 20px);right:initial;--rotate:90deg}.thumbs-left .flexy-pills .flexy-arrow-prev{top:20px}.thumbs-left .flexy-pills .flexy-arrow-next{top:initial;bottom:20px}}.woocommerce-product-gallery.images img{width:100%}.woocommerce-product-gallery.images img.flex-active{opacity:.5}.woocommerce-product-gallery__wrapper{max-width:initial}.ct-product-divider{display:block;border-top:var(--single-product-layer-divider)}.ct-payment-methods{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1em;padding:15px 30px 20px 30px}.ct-payment-methods legend{margin:0 auto}.ct-payment-methods[data-color=custom]{--theme-icon-color-2:#fff}.ct-product-additional-info ul li{display:flex;align-items:center;gap:.5em}.ct-product-additional-info ul li:not(:last-child){margin-bottom:.3em}.ct-product-additional-info ul li svg{fill:var(--theme-palette-color-1)}.entry-summary-items .ct-module-title{font-size:14px;font-weight:600}form.cart table{border:none}form.cart td,form.cart th{border:none}form.cart td:first-child,form.cart th:first-child{padding-inline-start:0}form.cart td:last-child,form.cart th:last-child{padding-inline-end:0}.product[class*=gallery] form.cart:before,.product[class*=gallery] form.cart:after{content:"";display:table}.product[class*=gallery] form.cart:after{clear:both}.ct-cart-actions{display:flex;flex-wrap:wrap;gap:10px;--theme-button-padding:5px 20px}.ct-cart-actions>*{order:var(--item-order, 5);width:var(--item-width, 100%)}.ct-cart-actions .quantity{--item-order:1;--quantity-height:var(--theme-button-min-height)}@media(max-width:479.98px){.ct-cart-actions .quantity[data-type=type-1]{--quantity-width:80px}.ct-cart-actions .quantity[data-type=type-2]{--quantity-width: 100px}}.ct-cart-actions .single_add_to_cart_button{flex:1;--item-order:2}.ct-cart-actions .added_to_cart{--item-order:3;--theme-button-text-initial-color:var(--theme-text-color);--theme-button-text-hover-color:var(--theme-text-color);--theme-button-background-initial-color:rgba(224,229,235,0.6);--theme-button-background-hover-color:rgba(224,229,235,1)}@media(min-width:480px){.ct-cart-actions .added_to_cart{flex:1}}@media(min-width:690px){.ct-cart-actions .single_add_to_cart_button,.ct-cart-actions .added_to_cart{max-width:var(--theme-button-max-width)}}form.grouped_form{--form-margin-bottom:0}form.grouped_form table{margin-bottom:1em}form.grouped_form td{padding-top:0;padding-bottom:1.5em}form.grouped_form td:not(:last-child){padding-inline-end:.6em}form.grouped_form .woocommerce-grouped-product-list-item__quantity{width:4em;font-size:14px;--quantity-height:45px}form.grouped_form .woocommerce-grouped-product-list-item__quantity .quantity[data-type=type-1]{--quantity-width:70px}form.grouped_form .woocommerce-grouped-product-list-item__quantity .quantity[data-type=type-2]{--quantity-width:90px}form.grouped_form .woocommerce-grouped-product-list-item__label{padding-inline-start:.6em;padding-inline-end:1.2em}form.grouped_form .woocommerce-grouped-product-list-item__label label{--theme-font-size:16px;--theme-font-weight:500;--theme-link-initial-color:var(--theme-text-color)}form.grouped_form .woocommerce-grouped-product-list-item__price{font-weight:500;text-align:right}form.grouped_form .woocommerce-grouped-product-list-item__price .sale-price{flex-wrap:nowrap}form.grouped_form .woocommerce-grouped-product-list-item__price del{order:initial;margin-inline-end:5px;margin-inline-start:0}@media(max-width:479.98px){form.grouped_form .added_to_cart,form.grouped_form .single_add_to_cart_button{width:100%}}@media(min-width:480px){form.grouped_form .added_to_cart,form.grouped_form .single_add_to_cart_button{float:left;width:calc(50% - 7px)}}form.variations_form table.variations{margin-bottom:1.5em}form.variations_form table.variations tr{display:flex;flex-direction:column;gap:10px}form.variations_form table.variations tr:not(:last-child){margin-bottom:1.5em}form.variations_form table.variations th,form.variations_form table.variations td{padding:0;text-align:initial}form.variations_form table.variations label{display:block;margin-bottom:0;font-weight:500}form.variations_form table.variations select{width:100%;max-width:100%}form.variations_form .single_variation{display:none}form.variations_form .single_variation :is(p,.price){display:block;margin-bottom:20px}.entry-summary-items table.variations td{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.variations :is(.reset_variations,.ct-swatches-more){font-size:14px;--theme-link-initial-color:var(--theme-text-color)}.variations .reset_variations{visibility:hidden}.product>.woocommerce-tabs{padding-top:60px;clear:both}.woocommerce div.product div.woocommerce-tabs ul.tabs{display:flex;flex-wrap:wrap;align-items:var(--vertical-alignment, center)}@media(max-width:689.98px){.woocommerce div.product div.woocommerce-tabs ul.tabs{flex-direction:column;--vertical-alignment: stretch}}@media(min-width:690px){.woocommerce div.product div.woocommerce-tabs ul.tabs{justify-content:var(--horizontal-alignment, center)}}.woocommerce div.product div.woocommerce-tabs ul.tabs li{position:relative;display:inline-flex}@media(max-width:689.98px){.woocommerce div.product div.woocommerce-tabs ul.tabs li{border-top:1px solid var(--tab-border-color, var(--theme-border-color))}}.woocommerce div.product div.woocommerce-tabs ul.tabs li a{position:relative;width:100%;text-align:center;line-height:inherit;padding:1.3em 1.5em}.woocommerce div.product div.woocommerce-tabs ul.tabs li.active{z-index:1}.woocommerce div.product div.woocommerce-tabs ul.tabs li.active:before{position:absolute;content:"";height:3px;inset-inline:0;bottom:-2px;background:var(--tab-background, var(--theme-palette-color-1))}.woocommerce div.product div.woocommerce-tabs ul.tabs li.active a{color:var(--theme-link-active-color, var(--theme-link-hover-color))}.woocommerce div.product div.woocommerce-tabs div.woocommerce-Tabs-panel.panel{padding-top:40px}.woocommerce-tabs[data-type*=type-1] .tabs{border-bottom:1px solid var(--tab-border-color, var(--theme-border-color))}.woocommerce-tabs[data-type*=type-2] .tabs li{border:1px solid var(--tab-border-color, var(--theme-border-color))}@media(max-width:689.98px){.woocommerce-tabs[data-type*=type-2] .tabs li:not(:first-child){margin-top:-1px}}@media(min-width:690px){.woocommerce-tabs[data-type*=type-2] .tabs li{margin-inline-end:-1px}}.woocommerce-tabs[data-type*=type-2] .tabs li:before{display:none}.woocommerce-tabs[data-type*=type-2] .tabs li.active a{background:var(--tab-background, var(--theme-palette-color-1))}@media(min-width:690px){.woocommerce-tabs[data-type*=type-2] .tabs:before,.woocommerce-tabs[data-type*=type-2] .tabs:after{flex:1 0 auto;height:1px;background:var(--tab-border-color, var(--theme-border-color))}}@media(min-width:690px){.woocommerce-tabs[data-type*=type-2][data-type*=left] .tabs:after{content:""}.woocommerce-tabs[data-type*=type-2][data-type*=center] .tabs:before,.woocommerce-tabs[data-type*=type-2][data-type*=center] .tabs:after{content:""}.woocommerce-tabs[data-type*=type-2][data-type*=right] .tabs:before{content:""}}.woocommerce-tabs[data-type*=type-3] .ct-accordion-heading{display:flex;align-items:center;justify-content:space-between;color:var(--theme-link-initial-color);padding:18px 0;cursor:pointer;-webkit-appearance:none;appearance:none;background:rgba(0,0,0,0);transition:color .12s ease;border-top:1px solid var(--tab-border-color, var(--theme-border-color))}.woocommerce-tabs[data-type*=type-3] .ct-accordion-heading:hover{color:var(--theme-link-hover-color)}.woocommerce-tabs[data-type*=type-3] [aria-expanded=true]{color:var(--theme-link-active-color, var(--theme-link-hover-color))}.woocommerce-tabs[data-type*=type-3] [aria-expanded=true] path:first-child{display:none}.woocommerce-tabs[data-type*=type-3] .entry-content{padding-block:15px 35px}.woocommerce-tabs[data-type*=type-4]>article .entry-content>h2:first-of-type{color:var(--theme-link-initial-color)}.woocommerce-tabs[data-type*=type-4]>article .entry-content:not(:last-child){margin-bottom:var(--woo-separated-tabs-spacing, 50px)}.woocommerce-tabs[data-type*=left]{--horizontal-alignment:flex-start}.woocommerce-tabs[data-type*=right]{--horizontal-alignment:flex-end}.ct-product-brands-tab>*:last-child{margin-bottom:0}.woocommerce-product-attributes{font-size:15px}.woocommerce-product-attributes p:last-child{margin-bottom:0}.woocommerce-product-attributes th{font-weight:500;text-align:initial}.woocommerce-product-attributes tr:nth-child(even) th,.woocommerce-product-attributes tr:nth-child(even) td{background:rgba(242,244,247,.5)}@media(min-width:1000px){[data-content=normal] .woocommerce-Reviews{grid-template-columns:repeat(2, 1fr);column-gap:5%}}.entry-summary .woocommerce-Reviews{grid-template-columns:auto}.woocommerce-Reviews{display:grid;row-gap:40px}.woocommerce-Reviews h2,.woocommerce-Reviews .comment-reply-title{font-size:20px;margin-bottom:20px}.woocommerce-Reviews .comment-notes,.woocommerce-Reviews .woocommerce-noreviews{font-size:13px}.woocommerce-Reviews .commentlist li{border-top:1px solid var(--theme-border-color)}.woocommerce-Reviews .commentlist li:not(:last-child) .comment_container{padding-bottom:40px}.woocommerce-Reviews .commentlist .children{margin-top:40px}@media(max-width:689.98px){.woocommerce-Reviews .commentlist .children{padding-inline-start:35px}}@media(min-width:690px){.woocommerce-Reviews .commentlist .children{padding-inline-start:70px}}.woocommerce-Reviews .comment_container{display:grid;gap:25px;padding-top:40px}@media(min-width:480px){.woocommerce-Reviews .ct-has-avatar .comment_container{grid-template-columns:45px 1fr}}.woocommerce-Reviews .avatar{max-width:45px;border-radius:100%}.woocommerce-Reviews .description{word-break:break-word}.woocommerce-Reviews .description *:last-child{margin-bottom:0}@media(max-width:479.98px){.woocommerce-Reviews .star-rating{margin-bottom:7px}}@media(min-width:480px){.woocommerce-Reviews .star-rating{float:right;margin-top:3px}}.woocommerce-Reviews .meta{display:flex;flex-wrap:wrap;align-items:center;line-height:20px}.woocommerce-Reviews .meta :is(em,time,span){font-size:11px;font-weight:500;text-transform:uppercase;margin-inline-start:.7em}.woocommerce-Reviews>.clear{display:none}#review_form{position:sticky;top:70px}#review_form .comment-reply-title{font-weight:700;color:var(--theme-headings-color)}.single-product article>:where(.related,.up-sells){margin-top:50px}.single-product article>:where(.related,.up-sells) .ct-module-title{margin-bottom:30px}.ct-woocommerce-cart-form{display:grid;gap:40px}@media(max-width:999.98px){.ct-woocommerce-cart-form{grid-template-columns:minmax(0, 1fr)}}@media(min-width:1000px){.ct-woocommerce-cart-form{grid-template-columns:minmax(0, 2fr) minmax(0, 1fr)}}@media(min-width:690px){.ct-woocommerce-cart-form .woocommerce-cart-form table:first-child{margin-top:7px}}.woocommerce-checkout .ct-woocommerce-cart-form{grid-template-columns:initial}.ct-cart-auto-update .actions button[name=update_cart]{display:none}.woocommerce-cart-form .shop_table{margin-bottom:0}@media(max-width:689.98px){[class*=ct-woocommerce] .shop_table{--theme-table-padding: 1.3em 0.7em}}@media(min-width:690px){[class*=ct-woocommerce] .shop_table{--theme-table-padding: 1.5em 0.7em}}@media(max-width:999.98px){[class*=ct-woocommerce] .shop_table [class*=product-thumbnail]{width:120px}}@media(min-width:1000px){[class*=ct-woocommerce] .shop_table [class*=product-thumbnail]{width:100px}}[class*=ct-woocommerce] .shop_table [class*=product-thumbnail] img{border-radius:2px}@media(min-width:690px){[class*=ct-woocommerce] .shop_table [class*=product-name]{max-width:300px}}@media(max-width:999.98px){[class*=ct-woocommerce] .shop_table [class*=product-name]{padding-inline-end:0}}[class*=ct-woocommerce] .shop_table [class*=product-name] .price{--theme-font-size:15px;--theme-font-weight:normal;margin-top:5px;margin-bottom:0}[class*=ct-woocommerce] .shop_table tr>[class*=product-remove]{width:20px;text-align:end}[class*=ct-woocommerce] .shop_table .remove{--theme-icon-size:12px}[class*=ct-woocommerce] .shop_table .remove:hover svg{fill:#d83428}[class*=ct-woocommerce] .shop_table .product-mobile-actions{display:flex;align-items:center;gap:12px;margin-top:1em}[class*=ct-woocommerce] .shop_table .product-mobile-actions .remove{margin-inline-start:auto;padding-inline-start:10px}@media(max-width:999.98px){[class*=ct-woocommerce] .shop_table tr>.product-price,[class*=ct-woocommerce] .shop_table tr>.product-quantity,[class*=ct-woocommerce] .shop_table tr>.product-subtotal,[class*=ct-woocommerce] .shop_table tr>.product-remove{display:none}}[class*=ct-woocommerce] .shop_table .product-quantity,[class*=ct-woocommerce] .shop_table .product-subtotal{text-align:center}.woocommerce-cart-form__contents .actions{text-align:right}@media(max-width:689.98px){.woocommerce-cart-form__contents .actions .button{width:100%}}.woocommerce-cart-form__contents .coupon{display:flex}@media(max-width:689.98px){.woocommerce-cart-form__contents .coupon{flex-direction:column;margin-bottom:.8em}}@media(min-width:690px){.woocommerce-cart-form__contents .coupon{float:left}}.woocommerce-cart-form__contents .coupon label{display:none}.woocommerce-cart-form__contents .coupon input{--theme-form-field-height:var(--theme-button-min-height)}@media(max-width:689.98px){.woocommerce-cart-form__contents .coupon input{width:100%;margin-bottom:.8em}}@media(min-width:690px){.woocommerce-cart-form__contents .coupon input{width:220px;margin-inline-end:8px}}.cart_totals .shipping-calculator-button{display:block;margin:10px 0}.ct-woocommerce-cart-form .cart_totals{align-self:flex-start;position:sticky;top:calc(50px + var(--admin-bar, 0px) + var(--header-sticky-height, 0px)*var(--sticky-shrink, 100)/100);padding:var(--cart-totals-padding);border:var(--cart-totals-border);border-radius:var(--cart-totals-border-radius)}.ct-woocommerce-cart-form .cart_totals h2{font-size:15px}.ct-woocommerce-cart-form .cart_totals table td{text-align:var(--theme-table-text-align, end)}@media(max-width:689.98px){.ct-woocommerce-cart-form .cart_totals table td{padding-inline-start:0}}.ct-woocommerce-cart-form .cart_totals .wc-proceed-to-checkout{margin-top:30px}.ct-woocommerce-cart-form .cart_totals .checkout-button{width:100%}.ct-woocommerce-cart-form .cart_totals .shipping-calculator-button{display:block;margin:10px 0}.cross-sells{margin-top:50px}.cross-sells h2{font-size:20px;margin-bottom:20px}.cross-sells .products{margin:0}.cross-sells .add_to_cart_button.added{display:initial}dl.variation{margin-top:.5em;--theme-description-list-indent:0;--theme-description-list-spacing:0}dl.variation:not(:last-child){margin-bottom:.5em}dl.variation dt{display:inline-block;margin-inline-end:.25em;float:left;clear:both}.showcoupon{padding-left:5px;text-decoration:underline}.checkout_coupon{margin-bottom:2rem;border-bottom:1px dashed rgba(224,229,235,.8)}@media(min-width:690px){.checkout_coupon .form-row{width:49%;margin-bottom:2rem}}.ct-woocommerce-checkout{display:grid;gap:35px}@media(max-width:999.98px){.ct-woocommerce-checkout{grid-template-columns:minmax(0, 1fr)}}@media(min-width:1000px){.ct-woocommerce-checkout{grid-template-columns:repeat(2, minmax(0, 1fr))}.ct-woocommerce-checkout>.woocommerce-error,.ct-woocommerce-checkout>.woocommerce-NoticeGroup{grid-column:1/-1}}.ct-woocommerce-checkout h3{font-size:17px}#customer_details .col-2{margin-top:40px}#customer_details .col-2 .form-row:last-child{margin-bottom:0}#ship-to-different-address label{font-size:15px;font-weight:600}.woocommerce-NoticeGroup-checkout{grid-column:1/-1}.ct-order-review{align-self:flex-start;padding:var(--order-review-padding);border:var(--order-review-border);border-radius:var(--order-review-border-radius)}.ct-order-review table.shop_table .product-total,.ct-order-review table.shop_table tfoot td{text-align:var(--theme-table-text-align, end)}@media(max-width:689.98px){.woocommerce-checkout-payment{position:relative;margin-inline:-26px}}.woocommerce-checkout-payment .place-order{margin-top:30px;margin-top:2em}@media(max-width:689.98px){.woocommerce-checkout-payment .place-order{padding:0 25px}}.woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper{font-size:14px;line-height:1.4;margin-bottom:30px}.woocommerce-checkout-payment .place-order button[type=submit]{width:100%}#payment ul.payment_methods>li.wc_payment_method{position:relative;border:1px solid var(--theme-border-color)}#payment ul.payment_methods>li.wc_payment_method:not(:first-child){border-top:none}#payment ul.payment_methods>li.wc_payment_method>input[type=radio]:first-child{position:absolute;clip:rect(1px, 1px, 1px, 1px)}#payment ul.payment_methods>li.wc_payment_method>input[type=radio]:first-child:checked+label:before{background:#fff;border-width:5px;border-color:var(--theme-form-selection-field-active-color)}#payment ul.payment_methods>li.wc_payment_method>input[type=radio]:first-child:focus-visible+label:before{outline-offset:2px;outline:1px solid var(--theme-form-selection-field-active-color)}#payment ul.payment_methods>li.wc_payment_method>label{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin:0;padding:18px 25px;cursor:pointer;font-size:15px;font-weight:600}#payment ul.payment_methods>li.wc_payment_method>label:before{content:"";width:16px;height:16px;min-width:16px;margin-top:2px;border-radius:100%;border:var(--form-selection-control-border-width, var(--theme-form-field-border-width, 1px)) solid var(--theme-form-selection-field-initial-color)}#payment ul.payment_methods>li.wc_payment_method>label img{max-height:35px}#payment ul.payment_methods>li.wc_payment_method>label img:first-of-type{margin-inline-start:auto !important}#payment ul.payment_methods>li.wc_payment_method>label .payment-methods--logos{margin-inline-start:auto}#payment ul.payment_methods>li.wc_payment_method>label .about_paypal{display:none}#payment ul.payment_methods .payment_box{padding:25px;border-top:1px solid var(--theme-border-color)}#payment ul.payment_methods .payment_box p{font-size:14px;line-height:1.5}#payment ul.payment_methods .payment_box p:last-child{margin-bottom:0}#payment ul.payment_methods .payment_box .woocommerce-SavedPaymentMethods{margin:0;padding:0}#payment ul.payment_methods .payment_box .woocommerce-SavedPaymentMethods li:not(:last-child){margin-bottom:.5em}#payment ul.payment_methods .payment_box fieldset{padding:0 !important;border:none}#payment ul.payment_methods .payment_box fieldset .form-row:not(:first-child){margin-top:15px}.ct-woo-unauthorized>h2{display:none}.ct-woo-unauthorized>.woocommerce-form-login,.ct-woo-unauthorized>.woocommerce-ResetPassword{max-width:450px;margin-inline:auto}.ct-woo-unauthorized>.woocommerce-form-login button[type=submit],.ct-woo-unauthorized>.woocommerce-ResetPassword button[type=submit]{width:100%}.ct-woo-unauthorized label{font-size:14px;font-weight:500}.ct-woo-unauthorized .woocommerce-form-login__rememberme{margin-bottom:var(--theme-content-spacing)}.ct-woo-unauthorized .woocommerce-LostPassword{font-size:14px;margin:0}.ct-woo-unauthorized .woocommerce-ResetPassword .form-row-first:nth-last-of-type(2){width:100%}.ct-woo-unauthorized .col2-set{display:grid}@media(min-width:690px){.ct-woo-unauthorized .col2-set{grid-template-columns:1fr 1fr}}.ct-woo-unauthorized .col2-set h2{font-size:20px;margin-top:0;margin-bottom:20px}@media(max-width:689.98px){.ct-woo-unauthorized .col2-set>*:first-child{padding-bottom:30px;border-bottom:1px dashed var(--theme-border-color)}.ct-woo-unauthorized .col2-set>*:last-child{padding-top:30px}}@media(min-width:690px){.ct-woo-unauthorized .col2-set>*:first-child{padding-inline-end:40px;border-inline-end:1px dashed var(--theme-border-color)}.ct-woo-unauthorized .col2-set>*:last-child{padding-inline-start:40px}}@media(min-width:690px){.ct-woo-account{display:flex}}.ct-acount-nav{overflow:hidden;align-self:start;border-radius:5px;box-shadow:var(--theme-box-shadow);background:var(--account-nav-background-initial-color, var(--theme-palette-color-8))}@media(max-width:689.98px){.ct-acount-nav{margin-bottom:30px}}@media(min-width:690px){.ct-acount-nav{width:20%;min-width:220px;margin-inline-end:30px}}.woocommerce-MyAccount-navigation ul{font-size:15px}.woocommerce-MyAccount-navigation ul li:not(:last-child) a{border-bottom:1px solid var(--account-nav-divider-color, rgba(0, 0, 0, 0.05))}.woocommerce-MyAccount-navigation ul li:hover a,.woocommerce-MyAccount-navigation ul li.is-active a{color:var(--account-nav-text-active-color, var(--theme-palette-color-8));background:var(--account-nav-background-active-color, var(--theme-palette-color-1))}.woocommerce-MyAccount-navigation ul li a{display:flex;align-items:center;height:55px;padding:0 20px;font-weight:500;color:var(--account-nav-text-initial-color, var(--theme-palette-color-3))}.woocommerce-MyAccount-navigation ul li a:before{font-family:"woo";font-size:16px;font-weight:normal;content:"";width:20px;margin-inline-end:15px}.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--dashboard a:before{content:""}.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--orders a:before{content:""}.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--downloads a:before{content:""}.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--edit-address a:before{content:""}.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--edit-account a:before{content:""}.woocommerce-MyAccount-navigation ul [class*=ct-wish-list] a:before{content:""}.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--customer-logout a:before{content:""}.woocommerce-MyAccount-content{flex:1}.woocommerce-MyAccount-content>h2{margin-top:0}.woocommerce-MyAccount-content h2,.woocommerce-MyAccount-content h3{font-size:18px}.woocommerce-MyAccount-content em{font-size:13px;opacity:.8}.woocommerce-MyAccount-content fieldset:not(:last-child){margin-bottom:2em}.woocommerce-MyAccount-content fieldset p:last-child{margin-bottom:0}th.download-file,th.woocommerce-orders-table__header-order-actions{width:20%}@media(min-width:690px){td.download-file .button,td.woocommerce-orders-table__cell-order-actions .button{width:100%}}td.download-file .button:not(:last-child),td.woocommerce-orders-table__cell-order-actions .button:not(:last-child){margin-bottom:10px;margin-inline-end:10px}.ct-account-welcome{display:flex;align-items:center;padding:20px;border-bottom:1px solid var(--account-nav-divider-color, rgba(0, 0, 0, 0.05))}.ct-account-welcome [class*=ct-media-container]{margin:10px 0;border-radius:100%}.ct-account-user-box{line-height:initial;color:var(--account-nav-text-initial-color, var(--theme-palette-color-3))}.ct-account-user-box:not(:only-child){margin-inline-start:.8em}.ct-account-user-box span{display:flex;flex-wrap:wrap;gap:.3em;font-size:14px;margin-top:.2em;--theme-link-initial-color:var(--account-nav-text-initial-color, var(--theme-palette-color-3))}.woocommerce-Addresses{display:grid}@media(max-width:689.98px){.woocommerce-Addresses{grid-row-gap:2em}}@media(min-width:690px){.woocommerce-Addresses{grid-template-columns:repeat(2, 1fr);grid-column-gap:30px}}.woocommerce-Addresses>*{padding:1.5em;border-radius:5px;border:1px dashed var(--theme-border-color)}.woocommerce-Addresses .woocommerce-Address-title h3{font-size:16px}.woocommerce-Addresses .woocommerce-Address-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.woocommerce-Addresses .woocommerce-Address-title h3{margin-bottom:0}.woocommerce-Addresses address{font-size:15px;opacity:.8}.woocommerce-address-fields__field-wrapper{margin-bottom:2em}.wc-block-review-sort-select{--has-width:var(--false)}.product_list_widget li{display:grid;grid-template-columns:20% 1fr;grid-column-gap:20px;align-items:center;margin-bottom:var(--mini-cart-items-spacing, 20px)}.product_list_widget .product-data{font-size:13px}.product_list_widget .product-title{display:block;font-size:15px;font-weight:500;margin-inline-end:20px}.product_list_widget .star-rating{margin-top:5px}.product_list_widget .star-rating:not(:last-child){margin-bottom:5px}.product_list_widget .price{font-size:13px;font-weight:500;margin-top:5px}.product_list_widget .woocommerce-Price-amount{font-weight:500}.product_list_widget .reviewer{font-size:13px;font-weight:500;margin-top:5px}.product_list_widget .ct-product-actions{display:flex;align-items:center;gap:12px;margin-top:.7em}.product_list_widget .quantity{--quantity-height:35px}.product_list_widget .quantity[data-type=type-1]{--quantity-width:60px}.product_list_widget .quantity[data-type=type-2]{--quantity-width:80px}label.wc-pao-addon-name{font-weight:500;margin-bottom:10px}.wc-pao-addon{margin-top:20px}.wc-pao-addon:first-child{margin-top:0}div.product-addon-totals strong{font-weight:600}.wc-pao-addon-image-swatch.selected{outline-color:var(--theme-palette-color-1)}.wc-points-rewards-product-message{display:block}.product-type-variable .wcppec-checkout-buttons{position:relative;z-index:1}.wcppec-checkout-buttons__separator,#wc-square-wallet-divider,#wcpay-payment-request-button-separator,#wc-stripe-payment-request-button-separator{display:none !important}div#wc-square-digital-wallet{max-width:100%}div.wc-square-wallet-buttons{width:100%}.payment_methods li .woocommerce-info{display:block}.payment_methods fieldset .wc-stripe-elements-field{display:flex;flex-direction:column;justify-content:center;width:initial}.payment_methods fieldset .stripe-source-errors ul{margin-top:20px}.payment_methods fieldset .stripe-source-errors ul:last-child{margin-bottom:0}.wc-proceed-to-checkout #wc-stripe-payment-request-wrapper{margin-bottom:15px}#wc-stripe-payment-request-wrapper{padding-top:0 !important}#payment .wc_payment_methods .payment_box #wc-woocommerce_payments-new-payment-method{top:0}#payment .wc_payment_methods .payment_method_woocommerce_payments_afterpay_clearpay{grid-template-areas:"li-label";grid-template-columns:1fr}#payment .wc_payment_methods .payment_method_woocommerce_payments_afterpay_clearpay .spacer{display:none}.wc-product-table .product .ct-cart-actions{display:inline-block}.wc-product-table .product .ct-cart-actions .added_to_cart,.wc-product-table .product .ct-cart-actions .single_add_to_cart_button{width:initial;min-height:initial}.wc-product-table .product .quantity{--quantity-height:34px}.wc-product-table .product .quantity input.qty{max-width:initial !important}.wc-product-table .product .quantity[data-type=type-1]{--quantity-width:70px}.wc-product-table .product .quantity[data-type=type-2]{--quantity-width:80px}.wc-product-table .product .cart select{height:34px !important;padding-inline-end:25px !important}.component_option_thumbnail button{display:inline-block}.composite_button{display:flex}.composite_button .single_add_to_cart_button{--theme-button-min-height:55px}.composite_button .added_to_cart,.composite_button .single_add_to_cart_button{margin-left:10px}.mp-panel-checkout,.mp-panel-custom-checkout{padding:0 !important;background:rgba(0,0,0,0) !important}.mp-panel-custom-checkout .mp-row-checkout .mp-col-md-6:nth-child(odd) .mp-ticket-payments{padding-inline-start:0}.mp-panel-custom-checkout .mp-row-checkout .mp-col-md-6:nth-child(even) .mp-ticket-payments{padding-inline-end:0}.mp-panel-custom-checkout .mp-img-ticket{max-height:1.618em}.mp-panel-custom-checkout .mp-ticket-name{font-size:12px !important}.mp-ticket-payments input[type=radio]{border:var(--form-selection-control-border-width, var(--theme-form-field-border-width, 1px)) solid var(--theme-form-selection-field-initial-color) !important}.mp-ticket-payments input[type=radio]:checked{border-color:var(--theme-form-selection-field-active-color) !important;background-color:var(--theme-form-selection-field-active-color) !important}form.checkout .gift-certificate{margin-top:2em !important;margin-bottom:0 !important}#wpfnl-checkout-form form.woocommerce-checkout,#wcf-embed-checkout-form form.woocommerce-checkout{grid-column-gap:initial}#wcf-embed-checkout-form #payment .payment_methods>li>label{display:flex}#wcf-embed-checkout-form input[type=checkbox],#wcf-embed-checkout-form input[type=checkbox]:before{position:initial;top:initial;height:initial;border:initial;transform:initial}#wcf-embed-checkout-form .wcf-qty{--has-height:var(--false)}.wfc-cart-table .wfc-cart-form__cart-item .product-quantity .quantity[data-type]{--quantity-height:30px}.wfc-cart-table .wfc-cart-form__cart-item .product-quantity .quantity[data-type] input[type=number]{width:initial;height:inherit;text-align:center;font-size:13px}.wfc-cart-table .wfc-cart-form__cart-item .product-quantity .quantity[data-type=type-1]{--quantity-width:55px}.wfc-cart-table .wfc-cart-form__cart-item .product-quantity .quantity[data-type=type-2]{--quantity-width:70px}#sellkit-checkout-widget-id>form{display:initial}#sellkit-checkout-widget-id select{background-image:none}[class*=wc-gzd]~table.shop_table{background-color:rgba(0,0,0,0)}@media(max-width:689.98px){.woocommerce-account table.my_account_memberships{table-layout:auto}}.woocommerce-checkout #wizard{grid-column:1/-1}.woocommerce-MyAccount-content .subscription_details,.woocommerce-MyAccount-content .subscription_details~.order_details{margin-bottom:2.5em}.woocommerce-order-details header h2,.woocommerce-MyAccount-content header h2{margin-bottom:calc(var(--has-content-spacing, 1)*(.3em + 10px))}ul.wcsatt-options-prompt-radios,ul.wcsatt-options.overrides_exist{padding-inline-start:0}.hero-section[data-type=type-1]{text-align:var(--alignment);margin-bottom:var(--margin-bottom, 40px)}.hero-section[data-type=type-1] .page-description{display:inline-block;max-width:var(--description-max-width, 100%)}.hero-section[data-type=type-2]{position:relative;padding-top:calc(var(--has-transparent-header)*var(--header-height))}.hero-section[data-type=type-2]>[class*=ct-container]{display:flex;flex-direction:column;justify-content:var(--vertical-alignment, center);text-align:var(--alignment, center);position:relative;z-index:2;padding:var(--container-padding, 50px 0);min-height:var(--min-height, 250px)}.hero-section[data-type=type-2]>figure{position:absolute;overflow:hidden;z-index:1;inset:0;background-color:inherit}.hero-section[data-type=type-2]>figure .ct-media-container{height:100%;vertical-align:top}.hero-section[data-type=type-2]>figure .ct-media-container img{height:100%}.hero-section[data-type=type-2] .ct-title-label{display:block;font-size:12px;text-transform:uppercase;margin-bottom:.5em}.entry-header>*:not(:first-child){margin-top:var(--itemSpacing, 20px)}.entry-header .page-title{margin-bottom:0}.entry-header .page-description{color:var(--theme-text-color)}.entry-header .page-description>*:last-child{margin-bottom:0}.ct-comments{color:var(--theme-text-color)}@media(min-width:690px){.ct-has-avatar .ct-comment-content{padding-inline-start:70px}}.ct-comments-title{margin-bottom:50px}@media(max-width:689.98px){.ct-comment-list .children{padding-inline-start:35px}}@media(min-width:690px){.ct-comment-list .children{padding-inline-start:70px}}.ct-comment-list .comment-respond{padding-bottom:50px}@media(min-width:690px){.ct-comment-list .comment-respond{padding-inline-start:70px}}.ct-comment-inner{padding-block:50px;border-top:1px solid var(--theme-border-color)}.ct-comment-inner:not(.ct-has-reply-form):hover .comment-reply-link{color:#fff;background:var(--theme-button-background-initial-color)}.ct-comment-inner:not(.ct-has-reply-form) .comment-reply-link:hover{background:var(--theme-button-background-hover-color)}.ct-comment-meta{position:relative;margin-bottom:20px;--theme-link-initial-color:var(--theme-text-color)}@media(min-width:690px){.ct-comment-meta{display:flex;align-items:center}}.ct-comment-meta figure{position:absolute;inset-inline-start:0;border-radius:100%;max-width:var(--max-size, 50px);max-height:var(--max-size, 50px)}@media(max-width:689.98px){.ct-comment-meta figure{--max-size: 40px}}@media(min-width:690px){.ct-comment-meta figure{top:0}}@media(max-width:689.98px){.ct-has-avatar .ct-comment-meta{padding-inline-start:50px}}@media(min-width:690px){.ct-has-avatar .ct-comment-meta{padding-inline-start:70px}}.ct-comment-author{--theme-font-size:16px;--theme-link-initial-color:currentColor;margin-bottom:0}.ct-comment-meta-data{display:flex;flex-wrap:wrap;align-items:center;font-size:11px;font-weight:500;text-transform:uppercase}@media(min-width:690px){.ct-comment-meta-data{margin-inline-start:auto}}.ct-comment-meta-data .comment-edit-link:before,.ct-comment-meta-data .comment-reply-login:before{content:"/";margin-inline:3px}@media(max-width:689.98px){.ct-comment-meta-data .comment-edit-link{display:none}}.ct-comment-meta-data .comment-reply-link{display:flex;align-items:center;height:25px;padding:0 10px;border-radius:3px;margin-inline-start:var(--margin-inline-start, 20px);transition:color .12s cubic-bezier(0.455, 0.03, 0.515, 0.955),background .12s cubic-bezier(0.455, 0.03, 0.515, 0.955)}@media(max-width:689.98px){.ct-comment-meta-data .comment-reply-link{--margin-inline-start: auto}}#reply-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;font-size:16px}#cancel-comment-reply-link{padding:.5em .9em;font-size:11px;font-weight:500;text-transform:uppercase;border-radius:3px;color:var(--theme-button-text-initial-color, #fff);background:var(--theme-button-background-initial-color)}#cancel-comment-reply-link:hover{color:var(--theme-button-text-hover-color, #fff);background:var(--theme-button-background-hover-color)}.comment-respond:not(:only-child) .comment-reply-title{padding-top:40px;border-top:1px solid var(--theme-border-color)}.comment-respond+.ct-comment-list{margin-top:50px}.comment-form{display:grid;grid-column-gap:20px;grid-row-gap:1.5em;--theme-content-spacing:0;--theme-link-initial-color:var(--theme-text-color)}@media(min-width:690px){.comment-form{grid-template-columns:repeat(2, 1fr)}.comment-form.has-website-field{grid-template-columns:repeat(3, 1fr)}.comment-form>*{grid-column:var(--grid-column, 1/-1)}.comment-form [class*=comment-form-field-input]{--grid-column: span 1}}.comment-form .logged-in-as,.comment-form .comment-notes{font-size:13px}.comment-form .required{color:#c00}[class*=comment-form-field] label{display:flex;color:var(--theme-form-text-initial-color);margin-bottom:var(--has-classic-forms, 0.5em)}.has-labels-inside [class*=comment-form-field]{position:relative}.has-labels-inside [class*=comment-form-field] label{position:absolute;align-items:center;cursor:text;margin-bottom:0;inset-inline-start:0;height:var(--has-classic-forms, var(--theme-form-field-height, 40px));padding:var(--has-classic-forms, var(--theme-form-field-padding, 0 15px));transition:opacity .15s cubic-bezier(0.455, 0.03, 0.515, 0.955),visibility .15s cubic-bezier(0.455, 0.03, 0.515, 0.955),inset-inline-start .15s cubic-bezier(0.455, 0.03, 0.515, 0.955)}.has-labels-inside [class*=comment-form-field][class*=textarea] label{height:40px;top:var(--has-classic-forms, 5px)}.has-labels-inside [class*=comment-form-field]:focus-within label,.has-labels-inside [class*=comment-form-field].ct-not-empty label{opacity:0;visibility:hidden;inset-inline-start:20px}.comment-form-cookies-consent+.gdpr-confirm-policy{margin-top:-1em}.no-comments{padding:15px 20px;text-align:center;background:rgba(233,235,239,.5);border-radius:2px}.ct-comments-navigation{display:flex;justify-content:space-between;padding-top:15px;margin-bottom:15px;border-top:1px solid var(--theme-border-color)}.flexy-container:not([data-flexy]) .flexy-items{flex-wrap:wrap}.flexy,.flexy-pills{position:relative;-webkit-user-select:none;user-select:none}[data-flexy*=no] .flexy-items>*{transform:translate3d(calc(-100% * var(--current-item, 0)), 0, 0)}[data-flexy*=no][data-wrap*=viewport] .flexy-items>*{order:2;transform:translate3d(-100%, 0, 0)}[data-flexy*=no][data-wrap*=viewport] .flexy-items>*:last-child{order:1}.flexy-items{display:flex;gap:0;will-change:transform,max-height;margin-inline:calc(var(--flexy-items-gap, 0px)/-2)}.flexy-items>*{cursor:grab;flex:0 0 var(--flexy-item-width, 100%);max-width:var(--flexy-item-width, 100%);padding-inline:calc(var(--flexy-items-gap, 0px)/2)}[data-flexy-moving] .flexy-items{align-items:start}[data-flexy-moving] .flexy-items .flexy-item{transition:min-height .2s ease;min-height:var(--flexy-view-height)}.flexy-view{height:var(--flexy-view-height, initial);transition:height .2s ease}[data-flexy=""]:not([data-flexy-moving]) .flexy-items>*:not(.flexy-item-is-visible){height:1px}[data-flexy-dragging]{cursor:ew-resize}[data-flexy-dragging] .flexy-items>*{pointer-events:none}[data-flexy-view=boxed]{overflow:hidden}.flexy-pills ol,.flex-control-nav:has(img){display:flex;flex-direction:var(--pills-direction);justify-content:var(--pills-horizontal-alignment);flex-wrap:var(--pills-wrap, wrap);list-style:none;padding:0;margin-bottom:0}.flexy-pills ol li,.flex-control-nav:has(img) li{flex:0 0 var(--thumbs-width, 20%);width:var(--thumbs-width, 20%);cursor:pointer}.flexy-pills [data-flexy]{overflow:hidden;--pills-wrap:nowrap}.flexy-pills[data-type=circle]{max-width:180px;margin-top:30px;margin-inline:auto}.flexy-pills[data-type=circle] ol:not([data-flexy]),.flexy-pills[data-type=circle] ol[data-flexy*=paused]{--pills-horizontal-alignment:center}.flexy-pills[data-type=circle] li{--thumbs-width:20%;--thumbs-top-spacing:0;display:flex;align-items:center;justify-content:center;height:20px}.flexy-pills[data-type=circle] li:before{content:"";width:6px;height:6px;border-radius:100%;box-shadow:inset 0 0 0 5px var(--flexyInitialPill, rgba(44, 62, 80, 0.9));transition:box-shadow .2s ease,transform .2s ease}.flexy-pills[data-type=circle] li.active:before{transform:scale3d(2, 2, 1);box-shadow:inset 0 0 0 1px var(--flexyActivePill, rgba(44, 62, 80, 0.9))}@media(any-hover: hover){.flexy-container:not([data-flexy]) .flexy>[class*=flexy-arrow],.flexy-container[data-flexy*=no] .flexy>[class*=flexy-arrow]{visibility:hidden}}[class*=flexy-arrow]{position:absolute;top:var(--flexy-nav-arrow-top-offset, calc(50% - 20px));display:flex;align-items:center;justify-content:center;width:40px;height:40px;cursor:pointer;border-radius:100%;color:var(--flexy-nav-arrow-color, var(--theme-text-color));box-shadow:0px 25px 40px rgba(0,0,0,.03);background:var(--flexy-nav-background-color, #fff);transition:all .12s cubic-bezier(0.455, 0.03, 0.515, 0.955)}[class*=flexy-arrow] svg{pointer-events:none}@media(any-hover: hover){[class*=flexy-arrow]{opacity:0;transform:rotate(var(--rotate, 0)) translateX(var(--translate-x, 0))}[class*=flexy-arrow]:hover{color:var(--flexy-nav-arrow-hover-color, #fff);background:var(--flexy-nav-background-hover-color, var(--theme-palette-color-1))}}.flexy-arrow-prev{left:20px;--translate-x:-10px}.flexy-arrow-next{right:20px;--translate-x:10px}[class*=flexy]:hover>[class*=flexy-arrow]{opacity:1;--translate-x:0}.flexy-pills{--flexy-nav-arrow-top-offset:calc(50% - 20px + var(--thumbs-spacing, 15px) / 2)}.flexy-pills ol:is(:not([data-flexy]),[data-flexy*=paused])~[class*=arrow]{visibility:hidden}.is-layout-slider .flexy-items{--flexy-items-gap:var(--grid-columns-gap, 30px);--flexy-item-width:var(--grid-columns-width)}.is-layout-slider .flexy-item{display:flex}.is-layout-slider .flexy-item>*{width:100%}.stk-block-button{--stk-button-text-color:var(--theme-button-text-initial-color);--stk-button-background-color:var(--theme-button-background-initial-color)}.stk-block-button .stk-button{border-radius:var(--theme-button-border-radius, 3px)}.wp-block-stackable-columns.alignfull>.stk-row:not(.alignfull){width:var(--theme-block-width) !important}.wpforms-container:not(.wpforms-container-full) .wpforms-field-label{font-weight:600}.wpforms-container:not(.wpforms-container-full) .wpforms-field-radio,.wpforms-container:not(.wpforms-container-full) .wpforms-field-checkbox{--top:2px}.wpforms-container:not(.wpforms-container-full) .wpforms-field-radio ul,.wpforms-container:not(.wpforms-container-full) .wpforms-field-checkbox ul{padding:0}.wpforms-container:not(.wpforms-container-full) .wpforms-field-sublabel{font-style:italic}.wpforms-container:not(.wpforms-container-full) .wpforms-field-number-slider input[type=range]{-webkit-appearance:none;height:4px;outline:none;margin:10px 0 10px;border-radius:5px;background:var(--theme-form-field-border-initial-color)}.wpforms-container:not(.wpforms-container-full) .wpforms-field-number-slider input[type=range]::-webkit-slider-thumb,.wpforms-container:not(.wpforms-container-full) .wpforms-field-number-slider input[type=range]::-moz-range-thumb{-webkit-appearance:none;cursor:pointer;height:16px;width:16px;border-radius:100%;border:none;background:var(--theme-palette-color-1)}.wpforms-container:not(.wpforms-container-full) .wpforms-field-number-slider .wpforms-field-number-slider-hint{font-size:13px}.wpforms-submit{--theme-button-padding:5px 35px}div.ct-wpforms-inline-fields form,div.ct-wpforms-inline-fields .wpforms-field-container{display:flex;flex-wrap:wrap;gap:var(--wpforms-inline-fields-gap, 20px)}@media(max-width:689.98px){div.ct-wpforms-inline-fields form,div.ct-wpforms-inline-fields .wpforms-field-container{flex-direction:column}}div.ct-wpforms-inline-fields .wpforms-field-container{flex:1}div.ct-wpforms-inline-fields .wpforms-field-container .wpforms-field{flex:1;padding:0}div.ct-wpforms-inline-fields .wpforms-submit-container{padding:0}@media(max-width:689.98px){div.ct-wpforms-inline-fields input,div.ct-wpforms-inline-fields select option{text-align:center}div.ct-wpforms-inline-fields .wpforms-submit{width:100%}}.pwb-clearfix:after{content:"";display:table;clear:both}.pwb-before-loop{margin-bottom:1em}.pwb-after-loop{margin-top:1em}.pwb-carousel .pwb-slick-slide a{display:block}.pwb-carousel .pwb-slick-slide a>img{margin:0 auto}.pwb-carousel .pwb-slick-slide,.pwb-product-carousel .pwb-slick-slide{margin:0 10px}.pwb-carousel .slick-prev,.pwb-carousel .slick-next,.pwb-product-carousel .slick-prev,.pwb-product-carousel .slick-next{font-size:0;position:absolute;top:0;bottom:0;display:block;cursor:pointer;font-size:22px;width:30px;overflow:hidden;text-align:center;color:#aeaeae;border:none;outline:none;z-index:999;background:#eee;opacity:0;transition:opacity .3s ease-in-out;-webkit-transition:opacity .3s ease-in-out;-moz-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out}.pwb-carousel .slick-prev>span,.pwb-carousel .slick-next>span,.pwb-product-carousel .slick-prev>span,.pwb-product-carousel .slick-next>span{display:inline-block;height:20px;width:20px;padding:10px;position:absolute;top:50%;margin-top:-20px;left:0;right:0}.pwb-carousel .slick-prev:hover,.pwb-carousel .slick-prev:focus,.pwb-carousel .slick-next:hover,.pwb-carousel .slick-next:focus,.pwb-product-carousel .slick-prev:hover,.pwb-product-carousel .slick-prev:focus,.pwb-product-carousel .slick-next:hover,.pwb-product-carousel .slick-next:focus{outline:none}.pwb-carousel .slick-prev,.pwb-product-carousel .slick-prev{left:0}.pwb-carousel .slick-next,.pwb-product-carousel .slick-next{right:0}.pwb-carousel:hover .slick-next,.pwb-carousel:hover .slick-prev,.pwb-product-carousel:hover .slick-next,.pwb-product-carousel:hover .slick-prev{opacity:.8}.pwb-product-carousel .pwb-amount{display:block;width:100%;margin-bottom:12px}.pwb-carousel,.pwb-product-carousel{min-height:30px}.pwb-carousel .pwb-slick-slide,.pwb-product-carousel .pwb-slick-slide{display:none}.pwb-carousel.slick-initialized .pwb-slick-slide,.pwb-product-carousel.slick-initialized .pwb-slick-slide{display:block}.pwb-carousel .slick-list,.pwb-product-carousel .slick-list{opacity:0;position:absolute}.pwb-carousel.slick-initialized,.pwb-product-carousel.slick-initialized{min-height:none}.pwb-carousel.slick-initialized .slick-list,.pwb-product-carousel.slick-initialized .slick-list{opacity:1;position:relative;transition:opacity .2s ease-in}.pwb-carousel.slick-initialized .pwb-carousel-loader,.pwb-product-carousel.slick-initialized .pwb-carousel-loader{display:none !important;opacity:0 !important}.pwb-carousel-loader{font-size:10px;margin:50px auto;text-indent:-9999em;width:30px;height:30px;border-radius:50%;background:#525252;background:-moz-linear-gradient(left, #525252 10%, rgba(82, 82, 82, 0) 42%);background:-webkit-linear-gradient(left, #525252 10%, rgba(82, 82, 82, 0) 42%);background:-o-linear-gradient(left, #525252 10%, rgba(82, 82, 82, 0) 42%);background:-ms-linear-gradient(left, #525252 10%, rgba(82, 82, 82, 0) 42%);background:linear-gradient(to right, #525252 10%, rgba(82, 82, 82, 0) 42%);position:relative;-webkit-animation:PWBCarouselLoader 1.4s infinite linear;animation:PWBCarouselLoader 1.4s infinite linear;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0)}.pwb-carousel-loader:before{width:50%;height:50%;background:#525252;border-radius:100% 0 0 0;position:absolute;top:0;left:0;content:""}.pwb-carousel-loader:after{background:#fff;width:75%;height:75%;border-radius:50%;content:"";margin:auto;position:absolute;top:0;left:0;bottom:0;right:0}@-webkit-keyframes PWBCarouselLoader{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes PWBCarouselLoader{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.pwb-all-brands .pwb-pagination-wrapper{margin-top:20px;padding-top:10px;border-top:1px solid #ededed;text-align:right}.pwb-all-brands .pwb-pagination{display:inline-block;margin-right:10px;background-color:#ededed;color:#333;text-align:center;padding:10px}.pwb-brands-cols-outer{display:flex;flex-wrap:wrap;gap:15px}.pwb-all-brands .pwb-brands-cols-outer:after{content:"";display:table;clear:both}.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3{box-sizing:border-box;width:calc(20% - 15px);display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.pwb-az-listing-row{margin-bottom:20px}.pwb-az-listing-row-in{margin-left:-5px;margin-right:-5px}.pwb-az-listing-col{padding:5px}.pwb-az-listing-col>a{display:block;text-transform:uppercase;white-space:nowrap;overflow:hidden}.pwb-az-listing-title{border-bottom:1px solid #ddd;font-weight:bold;font-size:115%;text-transform:uppercase}.pwb-az-listing-header{margin-bottom:30px}.pwb-az-listing-header ul{margin:0;padding:0;list-style:none;margin-right:-2px;margin-left:-2px}.pwb-az-listing-header li{display:inline-block;float:left;width:25px;height:25px;margin:2px;line-height:25px;border:1px solid #ddd;text-align:center}.pwb-az-listing-header a{text-transform:uppercase}.pwb-filter-products input[type=checkbox]{margin-right:10px}.pwb-filter-products li{margin-bottom:5px}.pwb-row:after{content:"";display:table;clear:both}.pwb-columns-2{width:50%}.pwb-columns-3{width:33.33333%}.pwb-columns-4{width:25%}.pwb-columns-5{width:20%}.pwb-columns-6{width:16.66666%}.pwb-columns{float:left}.pwb-single-product-brands{padding-top:1em;display:flex;gap:.1em}.product_meta .pwb-single-product-brands{padding-top:0}.pwb-text-before-brands-links{margin-right:4px}@media screen and (max-width:1000px){.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3{width:25%}}@media screen and (max-width:700px){.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3{width:50%}.pwb-columns-5,.pwb-columns-6{width:25%}}@media screen and (max-width:480px){.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3{width:100%;float:none}.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3>p:first-child{height:auto}.pwb-columns-3,.pwb-columns-4,.pwb-columns-5,.pwb-columns-6{width:50%}}@media(min-width:576px){.pwb-az-listing-col{width:50%;float:left}}@media(min-width:992px){.pwb-az-listing-col{width:25%}}[data-middle=search-input]{--middle-column-width:var(--search-box-max-width, 25%)}.ct-header .ct-search-box{width:100%;max-width:var(--max-width, 250px)}[data-row=middle][data-middle=search-input] [data-column=middle] .ct-search-box{--max-width: 100%}.ct-drawer-canvas[data-floating-bar=yes] .ct-floating-bar{opacity:1;transform:translateY(0)}.ct-drawer-canvas[data-floating-bar=no] .ct-floating-bar{display:none}.ct-drawer-canvas[data-location=start] .ct-floating-bar{--top-position:calc(var(--admin-bar, 0px) + var(--theme-frame-size, 0px) + var(--header-sticky-offset, 0px) + var(--header-sticky-height-animated, var(--header-sticky-height, 0px) * (var(--sticky-shrink, 100) / 100)));position:fixed;z-index:5;top:var(--top-position-override, var(--top-position));inset-inline:var(--theme-frame-size, 0px)}.ct-drawer-canvas[data-location=end][data-floating-bar=no] .ct-drawer-inner{--floating-bar-parent-height:0px}.ct-floating-bar{display:flex;align-items:center;height:70px;opacity:0;box-shadow:var(--theme-box-shadow);transform:translateY(var(--translate-offset, -70px));transition:opacity .2s ease,transform .2s ease}.ct-floating-bar .ct-container{display:grid;grid-template-columns:auto auto;gap:20px}.ct-floating-bar section{display:flex;align-items:center;gap:15px}.ct-floating-bar section p{--theme-content-spacing:0}.ct-floating-bar section:last-child{justify-content:flex-end}.ct-floating-bar .ct-media-container{border-radius:2px;max-width:40px}.ct-floating-bar .ct-floating-bar-item-title{flex:1;min-width:0}.ct-floating-bar .product-title{font-size:15px;font-weight:600;line-height:1.4;color:var(--theme-text-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ct-floating-bar .product-price{display:flex;align-items:center;flex-wrap:wrap;column-gap:.5em}.ct-floating-bar :is(.price,.stock){font-size:12px;font-weight:500}.ct-floating-bar .sale-price{justify-content:initial}.ct-floating-bar .stock:before{content:"/";margin-inline-end:.5em}.ct-floating-bar form.cart{display:flex}.ct-floating-bar .quantity{font-size:14px;margin-inline-end:10px;--quantity-height:40px}.ct-floating-bar .quantity[data-type=type-1]{--quantity-width:70px}.ct-floating-bar .quantity[data-type=type-2]{--quantity-width:90px}.ct-floating-bar :is(.added_to_cart,.add_to_cart_button,.single_add_to_cart_button){--theme-button-padding:5px 20px;--theme-button-min-height:40px}.ct-floating-bar .added_to_cart{margin-inline-start:10px}.ct-floating-bar-content{min-width:0}@media(max-width:689.98px){.ct-floating-bar-actions .quantity{display:none}.ct-floating-bar-actions :is(.added_to_cart,.single_add_to_cart_button,.product_type_variable.button){min-width:40px;max-width:40px;font-size:0 !important;--theme-button-padding: 0 5px;--theme-button-shadow: none;--theme-button-transform: none}.ct-floating-bar-actions :is(.added_to_cart,.single_add_to_cart_button,.product_type_variable.button):after{font-family:"woo";font-size:15px;margin:0 !important}.ct-floating-bar-actions .added_to_cart:after{content:""}.ct-floating-bar-actions :is(.product_type_variable.button,.single_add_to_cart_button:not(.loading)):after{content:""}}[class*=ct-wishlist-button]:not([data-button-state=active]) .ct-heart-fill{opacity:0}[class*=ct-wishlist-button][data-button-state=disabled]{opacity:.5;pointer-events:none}.ct-woo-badges{position:absolute;top:var(--badge-top, 15px);inset-inline-start:var(--badge-left, 15px);z-index:1;display:flex;flex-direction:column;align-items:flex-start;gap:12px;--has-container: true}[data-dropdown*=simple]>ul>[class*=ct-mega-menu] .entry-content,[data-dropdown*=simple]>ul>[class*=ct-mega-menu] .sub-menu>li>.ct-menu-link{padding-inline:0}[data-dropdown*=solid]>ul>[class*=ct-mega-menu] .sub-menu{--menu-item-padding:var(--dropdown-items-spacing, 13px)}[data-dropdown*=padded]>ul>[class*=ct-mega-menu] .sub-menu>li>.ct-menu-link{margin-inline:0}.more-items-container [class*=ct-mega-menu] .entry-content{padding:var(--menu-item-padding, 0px)}[class*=ct-mega-menu] .entry-content{color:var(--theme-text-color);--theme-box-shadow:initial;--theme-border-radius:initial}.menu-item[class*=ct-mega-menu] .ct-menu-link:is(.ct-disabled-link){pointer-events:none;--theme-link-hover-color:var(--theme-link-initial-color) !important;--theme-link-active-color:var(--theme-link-initial-color) !important;--menu-indicator-hover-color:transparent !important;--menu-indicator-active-color:transparent !important}.ct-menu-badge{flex-shrink:0;font-size:10px;font-weight:600;line-height:normal;word-break:break-word;color:var(--theme-text-color);border-radius:3px;padding:.2em .55em;margin-inline-start:.5em;margin-top:var(--margin-top);background:var(--background-color)}.menu>[class*=ct-mega-menu]>.sub-menu>.menu-item{border-top:none}.menu>[class*=ct-mega-menu]>.sub-menu>.menu-item:not(:last-child){border-inline-end:var(--dropdown-columns-divider)}.menu>[class*=ct-mega-menu] .sub-menu [class*=ct-toggle-dropdown-desktop]{display:none}nav>ul>[class*=ct-mega-menu]>.sub-menu{display:grid;grid-template-columns:var(--grid-template-columns, 1fr);width:var(--mega-menu-width, var(--theme-container-width-base));max-width:var(--mega-menu-max-width, var(--theme-normal-container-max-width))}nav>ul>[class*=ct-mega-menu]>.sub-menu .menu-item{flex-direction:column;align-items:initial}nav>ul>[class*=ct-mega-menu]>.sub-menu>li{min-width:0;padding:var(--columns-padding, 20px 30px)}nav>ul>[class*=ct-mega-menu]>.sub-menu>li [class*=children]:not(:first-child){padding-top:20px}nav>ul>.ct-mega-menu-content-width>.sub-menu>li,nav>ul>.ct-mega-menu-custom-width>.sub-menu>li{overflow:hidden}nav>ul>.ct-mega-menu-content-width>.sub-menu>li:first-child,nav>ul>.ct-mega-menu-custom-width>.sub-menu>li:first-child{border-top-left-radius:inherit;border-bottom-left-radius:inherit}nav>ul>.ct-mega-menu-content-width>.sub-menu>li:last-child,nav>ul>.ct-mega-menu-custom-width>.sub-menu>li:last-child{border-top-right-radius:inherit;border-bottom-right-radius:inherit}nav>ul>.ct-mega-menu-content-width>.sub-menu,nav>ul>.ct-mega-menu-full-width>.sub-menu{inset-inline:0;margin-inline:auto}nav>ul>.ct-mega-menu-full-width>.sub-menu{box-shadow:none;background-color:rgba(0,0,0,0)}nav>ul>.ct-mega-menu-full-width>.sub-menu:after{position:absolute;content:"";z-index:0;width:100vw;inset-block:0;inset-inline-start:50%;inset-inline-end:0;margin-inline-start:-50vw;box-shadow:var(--theme-box-shadow);background-color:var(--dropdown-background-color, var(--theme-palette-color-4))}nav>ul>.ct-mega-menu-full-width>.sub-menu li{z-index:2}nav>ul>.ct-mega-menu-full-width>.sub-menu>li:first-child{padding-inline-start:0}nav>ul>.ct-mega-menu-full-width>.sub-menu>li:last-child{padding-inline-end:0}nav>ul>.ct-mega-menu-content-full{--mega-menu-width:calc(100vw - 60px);--mega-menu-max-width:100%}nav>ul>.ct-mega-menu-custom-width:not([data-submenu]){justify-content:center}[class*=ct-mega-menu]>.sub-menu.ct-ajax-pending{grid-template-columns:initial;align-items:center;justify-content:center;min-height:300px}[class*=ct-mega-menu]>.sub-menu.ct-ajax-pending>*{display:none}[class*=ct-mega-menu]>.sub-menu.ct-ajax-pending:after{content:"";width:16px;height:16px;filter:invert(1) saturate(0) contrast(1000);background-color:inherit;animation:spin .7s linear infinite;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='10' opacity='0.2' fill='none' stroke='currentColor' stroke-miterlimit='10' stroke-width='2.5'/%3E%3Cpath d='m12,2c5.52,0,10,4.48,10,10' fill='none' stroke='currentColor' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5'/%3E%3C/svg%3E") center no-repeat}.ct-header-account .ct-account-item .ct-media-container{flex:0 0 var(--avatar-size, 18px);width:var(--avatar-size, 18px);height:var(--avatar-size, 18px);border-radius:100%}.ct-header-account .ct-account-item:not([href]){cursor:pointer;color:var(--theme-link-initial-color);transition:var(--theme-transition)}.ct-header-account .ct-account-item:not([href]):hover{color:var(--theme-link-hover-color)}.cuw-offer .cuw-product-image img, .cuw-product .cuw-product-image img{margin:0 !important;height:100%;width:100%;}
.cuw-offer .cuw-product-curve-image img, .cuw-product .cuw-product-curve-image img{border-radius:inherit;}
.cuw-offer .cuw-product-curve-image .woocommerce-placeholder, .cuw-product .cuw-product-curve-image .woocommerce-placeholder{border-radius:18px 18px 0 0;}
.cuw-offer .cuw-custom-checkbox, .cuw-product .cuw-custom-checkbox, .cuw-action .cuw-custom-checkbox{height:16px;width:16px;accent-color:#FFFFFF;margin:0;}
.cuw-offer .cuw-custom-checkbox:checked:before, .cuw-product .cuw-custom-checkbox:checked:before, .cuw-action .cuw-custom-checkbox:checked:before{color:blue;}
.cuw-offer .cuw-ppu-button, .cuw-product .cuw-ppu-button, .cuw-page .cuw-ppu-button, .cuw-product-row .cuw-ppu-button{width:100%;}
.cuw-offer .quantity-input, .cuw-product .quantity-input, .cuw-page .quantity-input, .cuw-product-row .quantity-input{position:relative;display:inline-block;color:#7f7f7f;min-width:112px;}
.cuw-offer .quantity-input input, .cuw-product .quantity-input input, .cuw-page .quantity-input input, .cuw-product-row .quantity-input input{transition:border .2s ease-in-out, color .2s ease-in-out;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;font-family:sans-serif;font-size:14px;line-height:24px;font-weight:bold;box-shadow:none;outline:none;width:48px;max-width:64px;height:32px;padding:0 4px;text-align:center;float:right;border:1px solid #dcdcdc;border-radius:2px;background-color:#fff;color:#342f2f;}
.cuw-offer .quantity-input input:focus, .cuw-product .quantity-input input:focus, .cuw-page .quantity-input input:focus, .cuw-product-row .quantity-input input:focus{border-color:#57b8f6 !important;}
.cuw-offer .quantity-input input:hover, .cuw-product .quantity-input input:hover, .cuw-page .quantity-input input:hover, .cuw-product-row .quantity-input input:hover{border-color:#a5a5a5;}
.cuw-offer .quantity-input .cuw-plus, .cuw-offer .quantity-input .cuw-minus, .cuw-product .quantity-input .cuw-plus, .cuw-product .quantity-input .cuw-minus, .cuw-page .quantity-input .cuw-plus, .cuw-page .quantity-input .cuw-minus, .cuw-product-row .quantity-input .cuw-plus, .cuw-product-row .quantity-input .cuw-minus{width:32px;height:32px;display:inline-block;float:right;position:relative;cursor:pointer;border-radius:2px;}
.cuw-offer .quantity-input .cuw-plus:hover, .cuw-offer .quantity-input .cuw-minus:hover, .cuw-product .quantity-input .cuw-plus:hover, .cuw-product .quantity-input .cuw-minus:hover, .cuw-page .quantity-input .cuw-plus:hover, .cuw-page .quantity-input .cuw-minus:hover, .cuw-product-row .quantity-input .cuw-plus:hover, .cuw-product-row .quantity-input .cuw-minus:hover{background:rgba(220, 220, 220, 0.8);}
.cuw-offer .quantity-input .cuw-plus::before, .cuw-offer .quantity-input .cuw-plus::after, .cuw-offer .quantity-input .cuw-minus::before, .cuw-offer .quantity-input .cuw-minus::after, .cuw-product .quantity-input .cuw-plus::before, .cuw-product .quantity-input .cuw-plus::after, .cuw-product .quantity-input .cuw-minus::before, .cuw-product .quantity-input .cuw-minus::after, .cuw-page .quantity-input .cuw-plus::before, .cuw-page .quantity-input .cuw-plus::after, .cuw-page .quantity-input .cuw-minus::before, .cuw-page .quantity-input .cuw-minus::after, .cuw-product-row .quantity-input .cuw-plus::before, .cuw-product-row .quantity-input .cuw-plus::after, .cuw-product-row .quantity-input .cuw-minus::before, .cuw-product-row .quantity-input .cuw-minus::after{position:absolute;top:calc(50% - 1px);left:calc(50% - 7px);content:'';width:12px;height:2px;background-color:#342f2f;display:block;}
.cuw-offer .quantity-input .cuw-plus::after, .cuw-product .quantity-input .cuw-plus::after, .cuw-page .quantity-input .cuw-plus::after, .cuw-product-row .quantity-input .cuw-plus::after{transform:rotate(90deg);}
.cuw-offer .quantity-input .cuw-minus::after, .cuw-product .quantity-input .cuw-minus::after, .cuw-page .quantity-input .cuw-minus::after, .cuw-product-row .quantity-input .cuw-minus::after{display:none;}
.cuw-offer .quantity-input input::-webkit-outer-spin-button, .cuw-offer .quantity-input input::-webkit-inner-spin-button, .cuw-product .quantity-input input::-webkit-outer-spin-button,
.cuw-product .quantity-input input::-webkit-inner-spin-button, .cuw-page .quantity-input input::-webkit-outer-spin-button,
.cuw-page .quantity-input input::-webkit-inner-spin-button, .cuw-product-row .quantity-input input::-webkit-outer-spin-button,
.cuw-product-row .quantity-input input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}
.cuw-offer .quantity-input input[type=number], .cuw-product .quantity-input input[type=number], .cuw-page .quantity-input input[type=number], .cuw-product-row .quantity-input input[type=number]{-moz-appearance:textfield;}
.cuw-offer .quantity-input-2, .cuw-product .quantity-input-2, .cuw-page .quantity-input-2, .cuw-product-row .quantity-input-2{display:inline-flex;align-items:center;border-width:thin;border-style:solid;border-color:gray;border-radius:8px;}
.cuw-offer .quantity-input-2 .cuw-plus, .cuw-offer .quantity-input-2 .cuw-minus, .cuw-product .quantity-input-2 .cuw-plus, .cuw-product .quantity-input-2 .cuw-minus, .cuw-page .quantity-input-2 .cuw-plus, .cuw-page .quantity-input-2 .cuw-minus, .cuw-product-row .quantity-input-2 .cuw-plus, .cuw-product-row .quantity-input-2 .cuw-minus{width:36px;height:32px;float:right;position:relative;cursor:pointer;border-radius:2px;}
.cuw-offer .quantity-input-2 .cuw-plus:hover, .cuw-offer .quantity-input-2 .cuw-minus:hover, .cuw-product .quantity-input-2 .cuw-plus:hover, .cuw-product .quantity-input-2 .cuw-minus:hover, .cuw-page .quantity-input-2 .cuw-plus:hover, .cuw-page .quantity-input-2 .cuw-minus:hover, .cuw-product-row .quantity-input-2 .cuw-plus:hover, .cuw-product-row .quantity-input-2 .cuw-minus:hover{background:rgba(220, 220, 220, 0.8);border-radius:8px;}
.cuw-offer .quantity-input-2 .cuw-plus::before, .cuw-offer .quantity-input-2 .cuw-plus::after, .cuw-offer .quantity-input-2 .cuw-minus::before, .cuw-offer .quantity-input-2 .cuw-minus::after, .cuw-product .quantity-input-2 .cuw-plus::before, .cuw-product .quantity-input-2 .cuw-plus::after, .cuw-product .quantity-input-2 .cuw-minus::before, .cuw-product .quantity-input-2 .cuw-minus::after, .cuw-page .quantity-input-2 .cuw-plus::before, .cuw-page .quantity-input-2 .cuw-plus::after, .cuw-page .quantity-input-2 .cuw-minus::before, .cuw-page .quantity-input-2 .cuw-minus::after, .cuw-product-row .quantity-input-2 .cuw-plus::before, .cuw-product-row .quantity-input-2 .cuw-plus::after, .cuw-product-row .quantity-input-2 .cuw-minus::before, .cuw-product-row .quantity-input-2 .cuw-minus::after{position:absolute;top:calc(50% - 1px);left:calc(50% - 7px);content:'';width:12px;height:2px;background-color:#342f2f;display:block;}
.cuw-offer .quantity-input-2 input, .cuw-product .quantity-input-2 input, .cuw-page .quantity-input-2 input, .cuw-product-row .quantity-input-2 input{border:none;border-radius:0;border-left:thin solid gray;border-right:thin solid gray;}
.cuw-offer .variant-select, .cuw-offer .attribute-select, .cuw-product .variant-select, .cuw-product .attribute-select, .cuw-page .variant-select, .cuw-page .attribute-select, .cuw-product-row .variant-select, .cuw-product-row .attribute-select{transition:border .2s ease-in-out, color .2s ease-in-out;font-family:sans-serif;font-size:14px;line-height:24px;font-weight:bold;box-shadow:none !important;outline:none;width:100%;height:32px;padding:0 4px;border:1px solid #dcdcdc;border-radius:4px;background-color:#fff;color:#342f2f;}
.cuw-offer .variant-select:focus, .cuw-offer .attribute-select:focus, .cuw-product .variant-select:focus, .cuw-product .attribute-select:focus, .cuw-page .variant-select:focus, .cuw-page .attribute-select:focus, .cuw-product-row .variant-select:focus, .cuw-product-row .attribute-select:focus{border-color:#57b8f6 !important;}
.cuw-offer .variant-select:hover, .cuw-offer .attribute-select:hover, .cuw-product .variant-select:hover, .cuw-product .attribute-select:hover, .cuw-page .variant-select:hover, .cuw-page .attribute-select:hover, .cuw-product-row .variant-select:hover, .cuw-product-row .attribute-select:hover{border-color:#a5a5a5;}
.cuw-offer .inline-attributes-select .cuw-attributes-select, .cuw-product .inline-attributes-select .cuw-attributes-select, .cuw-page .inline-attributes-select .cuw-attributes-select, .cuw-product-row .inline-attributes-select .cuw-attributes-select{display:flex;margin:0 8px;gap:12px;}
.cuw-offer .inline-attributes-select .cuw-attributes-select .attribute-select-wrapper, .cuw-product .inline-attributes-select .cuw-attributes-select .attribute-select-wrapper, .cuw-page .inline-attributes-select .cuw-attributes-select .attribute-select-wrapper, .cuw-product-row .inline-attributes-select .cuw-attributes-select .attribute-select-wrapper{display:flex;align-items:center;flex-direction:row;gap:4px;}
.cuw-offer .inline-attributes-select .cuw-attributes-select .attribute-select-wrapper ::after, .cuw-product .inline-attributes-select .cuw-attributes-select .attribute-select-wrapper ::after, .cuw-page .inline-attributes-select .cuw-attributes-select .attribute-select-wrapper ::after, .cuw-product-row .inline-attributes-select .cuw-attributes-select .attribute-select-wrapper ::after{content:':';}
.cuw-fit-image img{object-fit:contain;}
.cuw-mobile-block{display:none;}
.cuw-desktop-block{display:block;}
.cuw-template .cuw-carousel-slider::-webkit-scrollbar{display:none;}
.cuw-modal{display:none;position:fixed;padding-top:100px;top:0;left:0;z-index:1000000;overflow:auto;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.4);}
.cuw-modal .cuw-modal-content{position:relative;overflow:hidden;border-radius:5px;width:80%;margin:auto;background-color:#fff;box-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);}
.cuw-modal .cuw-modal-close{margin-left:auto;padding:0 6px;color:#4a5568;float:right;font-size:28px;font-weight:bold;}
.cuw-modal .cuw-modal-close:hover, .cuw-modal .cuw-modal-close:focus{color:#e53e3e;text-decoration:none;cursor:pointer;}
.cuw-modal .cuw-modal-header, .cuw-modal .cuw-modal-footer{display:flex;align-items:center;padding:8px 16px;background-color:#f7fafc;color:#1a202c;}
.cuw-modal .cuw-modal-header h1, .cuw-modal .cuw-modal-header h2, .cuw-modal .cuw-modal-header h3, .cuw-modal .cuw-modal-header h4, .cuw-modal .cuw-modal-footer h1, .cuw-modal .cuw-modal-footer h2, .cuw-modal .cuw-modal-footer h3, .cuw-modal .cuw-modal-footer h4{padding:0;margin:0;}
.cuw-modal .cuw-modal-body{padding:8px 16px;}
.cuw-animate-top{animation-name:cuw-animate-top;animation-duration:0.3s;}
.cuw-animate-fade{animation-name:cuw-animate-fade;animation-duration:0.3s;}
.cuw-modal .sku_wrapper{display:block;}
@keyframes cuw-animate-top {
from{top:-300px;opacity:0;}
to{top:0;opacity:1;}
}
@keyframes cuw-animate-fade {
0%{opacity:0;}
100%{opacity:1;}
}
.cuw-template-mobile-preview .cuw-fbt-products.cuw-mobile-responsive .cuw-gird, .cuw-template-mobile-preview .cuw-upsell-products.cuw-mobile-responsive .cuw-gird{flex-wrap:nowrap;justify-content:center;}
.cuw-template-mobile-preview .cuw-fbt-products.cuw-mobile-responsive .cuw-gird .cuw-mobile-product-flex-column, .cuw-template-mobile-preview .cuw-upsell-products.cuw-mobile-responsive .cuw-gird .cuw-mobile-product-flex-column{flex-direction:column;}
.cuw-template-mobile-preview .cuw-fbt-products.cuw-mobile-responsive .cuw-gird .cuw-mobile-align-items-center, .cuw-template-mobile-preview .cuw-upsell-products.cuw-mobile-responsive .cuw-gird .cuw-mobile-align-items-center{align-items:center;}
.cuw-template-mobile-preview .cuw-fbt-products.cuw-mobile-responsive .cuw-gird .cuw-column, .cuw-template-mobile-preview .cuw-upsell-products.cuw-mobile-responsive .cuw-gird .cuw-column{margin-bottom:8px !important;}
.cuw-template-mobile-preview .cuw-fbt-products.cuw-mobile-responsive .cuw-gird .cuw-column .cuw-product-wrapper, .cuw-template-mobile-preview .cuw-upsell-products.cuw-mobile-responsive .cuw-gird .cuw-column .cuw-product-wrapper{display:block !important;}
.cuw-template-mobile-preview .cuw-fbt-products.cuw-mobile-responsive .cuw-gird .cuw-column .cuw-product-wrapper .cuw-product-image, .cuw-template-mobile-preview .cuw-upsell-products.cuw-mobile-responsive .cuw-gird .cuw-column .cuw-product-wrapper .cuw-product-image{margin:0 auto;}
.cuw-template-mobile-preview .cuw-fbt-products.cuw-mobile-responsive .cuw-gird .cuw-column .cuw-product-wrapper .cuw-product-separator, .cuw-template-mobile-preview .cuw-upsell-products.cuw-mobile-responsive .cuw-gird .cuw-column .cuw-product-wrapper .cuw-product-separator{margin:0 !important;justify-content:center;height:28px !important;}
.cuw-template-mobile-preview .cuw-fbt-products.cuw-mobile-responsive .cuw-product{width:100%;display:flex;flex-direction:column;align-items:center;}
.cuw-template-mobile-preview .cuw-fbt-products.cuw-mobile-responsive .cuw-buy-section{display:block !important;}
.cuw-template-mobile-preview .cuw-fbt-products.cuw-mobile-responsive .cuw-buy-section .cuw-prices{gap:16px !important;}
.cuw-template-mobile-preview .cuw-fbt-products.cuw-mobile-responsive .cuw-buy-section .cuw-actions{margin-top:10px;}
.cuw-template-mobile-preview .cuw-template .cuw-carousel-slide{flex-direction:column !important;}
.cuw-template-mobile-preview .cuw-popup-products.cuw-mobile-responsive{flex-direction:column;justify-content:center;text-align:center;row-gap:8px;margin-bottom:32px !important;}
.cuw-template-mobile-preview .cuw-modal{font-size:90%;padding-top:50px !important;}
.cuw-template-mobile-preview .cuw-modal .cuw-modal-header{padding:12px 16px !important;font-size:26px !important;line-height:1.2;}
.cuw-template-mobile-preview .cuw-modal .cuw-modal-subheader{padding:8px 16px !important;font-size:24px !important;}
.cuw-template-mobile-preview .cuw-modal .cuw-modal-content{width:90% !important;}
.cuw-template-mobile-preview .cuw-modal .cuw-modal-body{max-height:50vh !important;}
.cuw-template-mobile-preview .cuw-mobile-block{display:block;}
.cuw-template-mobile-preview .cuw-desktop-block{display:none;}
@media only screen and (max-width: 480px) {
.cuw-fbt-products.cuw-mobile-responsive .cuw-gird, .cuw-upsell-products.cuw-mobile-responsive .cuw-gird{flex-wrap:nowrap;justify-content:center;}
.cuw-fbt-products.cuw-mobile-responsive .cuw-gird .cuw-mobile-product-flex-column, .cuw-upsell-products.cuw-mobile-responsive .cuw-gird .cuw-mobile-product-flex-column{flex-direction:column;}
.cuw-fbt-products.cuw-mobile-responsive .cuw-gird .cuw-mobile-align-items-center, .cuw-upsell-products.cuw-mobile-responsive .cuw-gird .cuw-mobile-align-items-center{align-items:center;}
.cuw-fbt-products.cuw-mobile-responsive .cuw-gird .cuw-column, .cuw-upsell-products.cuw-mobile-responsive .cuw-gird .cuw-column{margin-bottom:8px !important;}
.cuw-fbt-products.cuw-mobile-responsive .cuw-gird .cuw-column .cuw-product-wrapper, .cuw-upsell-products.cuw-mobile-responsive .cuw-gird .cuw-column .cuw-product-wrapper{display:block !important;}
.cuw-fbt-products.cuw-mobile-responsive .cuw-gird .cuw-column .cuw-product-wrapper .cuw-product-image, .cuw-upsell-products.cuw-mobile-responsive .cuw-gird .cuw-column .cuw-product-wrapper .cuw-product-image{margin:0 auto;}
.cuw-fbt-products.cuw-mobile-responsive .cuw-gird .cuw-column .cuw-product-wrapper .cuw-product-separator, .cuw-upsell-products.cuw-mobile-responsive .cuw-gird .cuw-column .cuw-product-wrapper .cuw-product-separator{margin:0 !important;justify-content:center;height:28px !important;}
.cuw-fbt-products.cuw-mobile-responsive .cuw-product{width:100%;display:flex;flex-direction:column;align-items:center;}
.cuw-fbt-products.cuw-mobile-responsive .cuw-buy-section{display:block !important;}
.cuw-fbt-products.cuw-mobile-responsive .cuw-buy-section .cuw-prices{gap:16px !important;}
.cuw-fbt-products.cuw-mobile-responsive .cuw-buy-section .cuw-actions{margin-top:10px;}
.cuw-template .cuw-carousel-slide{flex-direction:column !important;}
.cuw-popup-products.cuw-mobile-responsive{flex-direction:column;justify-content:center;text-align:center;row-gap:8px;margin-bottom:32px !important;}
.cuw-modal{font-size:90%;padding-top:50px !important;}
.cuw-modal .cuw-modal-header{padding:12px 16px !important;font-size:26px !important;line-height:1.2;}
.cuw-modal .cuw-modal-subheader{padding:8px 16px !important;font-size:24px !important;}
.cuw-modal .cuw-modal-content{width:90% !important;}
.cuw-modal .cuw-modal-body{max-height:50vh !important;}
.cuw-mobile-block{display:block;}
.cuw-desktop-block{display:none;}
}
@media only screen and (max-width: 600px) {
.cuw-modal .cuw-product-layout {
flex-direction: column; } }.cuw-offer-text, .cuw-discount-text{padding:2px 6px;border-radius:16px;line-height:1;background:limegreen;color:white;cursor:pointer;white-space:nowrap;}
.cuw-addon-text{padding:3px 6px;border-radius:16px;line-height:1;background:#6d28d9;color:white;cursor:pointer;white-space:nowrap;}
.cuw-offer-row .cuw-container{margin:0 !important;}
.cuw-page-preview{margin:0;padding:0 12px;}
.cuw-page-product-image img{margin:0 auto;max-width:256px;display:flex;width:100%;height:100%;}
.cuw-page-offer-description{display:block;max-width:480px;text-align:center;margin:0 auto;}
.cuw-page-offer-accept, .cuw-page-offer-decline, .cuw-page-product-quantity, .cuw-page-product-variants{display:flex;align-items:center;justify-content:center;margin:1rem 0;}
.cuw-page-product-variants select{max-width:320px;}
.cuw-page .entry-meta, .cuw-page .entry-date, .cuw-page .post-date, .cuw-page .posted-on, .cuw-page .navigation {
display: none !important; }