@keyframes headerGlow{0%{transform:translate(0,0) scale(1);opacity:.7}to{transform:translate(20px,10px) scale(1.2);opacity:1}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse-dot{0%,to{opacity:1;box-shadow:0 0 6px #22c55e}50%{opacity:.6;box-shadow:0 0 14px #22c55e}}@keyframes wd-rotate{to{transform:rotate(360deg)}}@keyframes wd-fadeIn{0%{opacity:0}to{opacity:1}}body{--sr-7-css-loaded:1}:root{--brand:#0a0a0a;--accent:#6c47ff;--accent-light:#8b6dff;--surface:#fff;--surface-2:#f5f4ff;--surface-3:#ede9ff;--border:rgba(108,71,255,0.15);--text:#0a0a0a;--text-muted:#6b7280;--bubble-user:#6c47ff;--bubble-ai:#f0eeff;--radius:18px;--shadow:0 20px 60px rgba(108,71,255,0.18)}#storebrain-floating-button{position:fixed;bottom:24px;right:24px;width:58px;height:58px;background:var(--accent);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:9998;transition:transform .25s cubic-bezier(.34,1.56,.64,1),box-shadow .25s ease}#storebrain-floating-button:hover{transform:scale(1.1);box-shadow:0 12px 40px rgba(108,71,255,.55)}#storebrain-floating-button .sb-badge{position:absolute;top:-3px;right:-3px;width:14px;height:14px;background:#ff4d6d;border-radius:50%;border:2px solid #fff;display:none}#storebrain-widget-container{position:fixed;bottom:96px;right:24px;width:380px;z-index:9999;transition:opacity .3s ease,transform .35s cubic-bezier(.34,1.56,.64,1);transform-origin:bottom right}#storebrain-widget-container.storebrain-hidden{opacity:0;transform:scale(.85) translateY(20px);pointer-events:none}#storebrain-chat-container{background:var(--surface);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;height:560px;box-shadow:var(--shadow);border:1px solid var(--border);font-family:"DM Sans",sans-serif}#storebrain-widget-header{display:flex;align-items:center;gap:12px;padding:0 16px;height:68px;background:#0f0f13;position:relative;overflow:hidden;flex-shrink:0;border-bottom:1px solid rgba(255,255,255,.06)}#storebrain-widget-header::before{content:"";position:absolute;top:-40px;left:-20px;width:160px;height:160px;background:radial-gradient(circle,rgba(108,71,255,.28)0,transparent 70%);animation:headerGlow 4s ease-in-out infinite alternate;pointer-events:none}#storebrain-widget-header::after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(90deg,transparent,transparent 40px,rgba(255,255,255,.012) 40px,rgba(255,255,255,.012) 41px);pointer-events:none}.sb-header-avatar{position:relative;width:42px;height:42px;flex-shrink:0;z-index:1}.sb-avatar-ring{position:absolute;inset:-3px;border-radius:14px;background:conic-gradient(from 0,#6c47ff,#a78bfa,#38bdf8,#6c47ff);animation:spin 4s linear infinite;opacity:.85}#storebrain-close-btn,.sb-avatar-inner{display:flex;align-items:center;justify-content:center}.sb-avatar-inner{position:absolute;inset:2px;background:#1a1a24;border-radius:11px;font-size:18px}.sb-header-info{flex:1;z-index:1;min-width:0}.sb-header-name{font-family:"Outfit",sans-serif;font-weight:700;font-size:15px;color:#fff;letter-spacing:.01em;line-height:1;margin-bottom:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sb-header-status{display:flex;align-items:center;gap:5px;font-family:"JetBrains Mono",monospace;font-size:10px;color:rgba(255,255,255,.45);letter-spacing:.05em;text-transform:uppercase}.sb-status-dot{width:6px;height:6px;background:#22c55e;border-radius:50%;flex-shrink:0;box-shadow:0 0 6px #22c55e;animation:pulse-dot 2s ease-in-out infinite}#storebrain-close-btn{background:rgba(255,255,255,.05);cursor:pointer;transition:background .2s,color .2s,border-color .2s;z-index:1;font-family:sans-serif}#storebrain-close-btn:hover{background:rgba(239,68,68,.15)}#storebrain-messages{flex:1;padding:20px 16px;overflow-y:auto;display:flex;flex-direction:column;gap:12px;background:#fafafa;scroll-behavior:smooth}#storebrain-messages::-webkit-scrollbar{width:4px}#storebrain-messages::-webkit-scrollbar-thumb{background:var(--border);border-radius:10px}#storebrain-input-area{display:flex;align-items:center;gap:8px;padding:12px 14px;background:var(--surface);border-top:1px solid rgba(0,0,0,.06)}#storebrain-message-input{flex:1;padding:10px 14px;border:1.5px solid var(--border);border-radius:12px;font-size:14px;font-family:"DM Sans",sans-serif;background:var(--surface-2);color:var(--text);outline:0;transition:border-color .2s,background .2s}#storebrain-message-input:focus{border-color:var(--accent);background:#fff}#storebrain-message-input::placeholder{color:var(--text-muted)}#storebrain-send-btn{background:var(--accent);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,transform .15s;flex-shrink:0}#storebrain-send-btn:hover{background:var(--accent-light);transform:scale(1.05)}#storebrain-send-btn:active{transform:scale(.95)}#storebrain-send-btn:disabled{background:#d1d5db;cursor:not-allowed;transform:none}.sb-welcome{text-align:center;padding:20px 10px}.sb-welcome-icon{font-size:40px;margin-bottom:10px}.sb-welcome h3{font-family:"Syne",sans-serif;font-weight:700;font-size:16px;color:var(--text);margin-bottom:6px}.sb-welcome p{font-size:13px;color:var(--text-muted);line-height:1.5}@media (max-width:480px){#storebrain-widget-container{right:0;left:0;bottom:0;width:100%}#storebrain-chat-container{border-radius:20px 20px 0 0;height:75vh}}#storebrain-floating-button,#storebrain-widget-container button{min-height:unset!important;text-transform:none!important;font-style:normal!important}#storebrain-floating-button{padding:0!important;min-width:unset!important;border-radius:50%!important;background-image:none!important;border:0!important;box-shadow:0 8px 30px rgba(108,71,255,.45)!important;font-weight:400!important;line-height:1!important}#storebrain-floating-button,#storebrain-floating-button:hover,#storebrain-send-btn{background-color:var(--accent,#6c47ff)!important;color:#fff!important}#storebrain-floating-button svg{width:32px!important;height:32px!important;fill:#fff!important;stroke:none!important}#storebrain-widget-container button{line-height:inherit!important;vertical-align:unset!important;text-shadow:none!important}#storebrain-send-btn{padding:0!important;width:46px!important;height:46px!important;border-radius:12px!important;background-image:none!important;border:0!important;box-shadow:none!important}#storebrain-send-btn:hover{background-color:var(--accent-light,#8b6dff)!important}#storebrain-send-btn:disabled{background-color:#d1d5db!important;background-image:none!important}#storebrain-send-btn svg{width:24px!important;height:24px!important;fill:#fff!important;stroke:none!important}#storebrain-close-btn{padding:0!important;width:32px!important;height:32px!important;border-radius:9px!important;background-color:rgba(255,255,255,.05)!important;background-image:none!important;color:rgba(255,255,255,.5)!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:none!important;font-size:20px!important;line-height:1!important}#storebrain-close-btn:hover{background-color:rgba(239,68,68,.15)!important;color:#f87171!important;border-color:rgba(239,68,68,.25)!important}.sb-gdpr-consent{padding:10px 14px;border-top:1px solid #e5e7eb;background:#f9fafb;display:flex;align-items:center}.sb-gdpr-label{display:flex;align-items:flex-start;gap:8px;cursor:pointer;font-size:12px;line-height:1.5;color:#6b7280;user-select:none}.sb-gdpr-label input[type=checkbox]{margin-top:2px;flex-shrink:0;accent-color:#6c47ff}.sb-gdpr-text{color:#374151}.simple-social-icons svg[class^=social-]{display:inline-block;width:1em;height:1em;stroke-width:0;stroke:currentColor;fill:currentColor}.simple-social-icons{overflow:hidden}.simple-social-icons ul{margin:0;padding:0}.simple-social-icons ul li{background:0 0!important;border:0!important;float:left;list-style-type:none!important;margin:0 6px 12px!important;padding:0!important}.simple-social-icons ul li a{border:0!important;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;display:inline-block;font-style:normal!important;font-variant:normal!important;font-weight:400!important;height:1em;line-height:1em;text-align:center;text-decoration:none!important;text-transform:none!important;width:1em}:root{--direction-multiplier:1}body.rtl,html[dir=rtl]{--direction-multiplier:-1}.screen-reader-text{top:-10000em}:root{--page-title-display:block}h1.entry-title{display:var(--page-title-display)}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}@media (prefers-reduced-motion:reduce){html *{transition-delay:0s!important;transition-duration:0s!important}}.elementor-kit-14{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500}.container,.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:flex;flex-wrap:wrap;margin-inline:calc((var(--wd-sp,30px)/2)*-1)}.col-12,.col-lg-12,.col-lg-3,.col-lg-6,.col-md-12,.col-md-6,.col-sm-6{position:relative;width:100%;min-height:1px;padding-inline:calc(var(--wd-sp,30px)/2)}.col-12{flex:0 0 100%;max-width:100%}@media (min-width:576px){.col-sm-6{flex:0 0 50%;max-width:50%}}@media (min-width:769px){.col-md-6{flex:0 0 50%;max-width:50%}.col-md-12{flex:0 0 100%;max-width:100%}}@media (min-width:1025px){.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-12{flex:0 0 100%;max-width:100%}}.align-items-start{align-items:flex-start!important}:root{--wd-text-line-height:1.6;--wd-brd-radius:.001px;--wd-form-height:42px;--wd-form-color:inherit;--wd-form-placeholder-color:inherit;--wd-form-bg:transparent;--wd-form-brd-color:rgba(0,0,0,0.1);--wd-form-brd-color-focus:rgba(0,0,0,0.15);--wd-form-chevron:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==);--btn-height:42px;--btn-transform:uppercase;--btn-font-weight:600;--btn-font-family:inherit;--btn-font-style:unset;--wd-main-bgcolor:#fff;--wd-scroll-w:.001px;--wd-admin-bar-h:.001px;--wd-tags-mb:20px;--wd-block-spacing:20px;--wd-header-banner-mt:.001px;--wd-sticky-nav-w:.001px;--color-white:#fff;--color-gray-100:#f7f7f7;--color-gray-200:#f1f1f1;--color-gray-300:#bbb;--color-gray-400:#a5a5a5;--color-gray-500:#767676;--color-gray-600:#666;--color-gray-700:#555;--color-gray-800:#333;--color-gray-900:#242424;--bgcolor-black-rgb:0,0,0;--bgcolor-white-rgb:255,255,255;--bgcolor-white:#fff;--bgcolor-gray-100:#f7f7f7;--bgcolor-gray-200:#f7f7f7;--bgcolor-gray-300:#f1f1f1;--bgcolor-gray-400:rgba(187,187,187,0.4);--brdcolor-gray-200:rgba(0,0,0,0.075);--brdcolor-gray-300:rgba(0,0,0,0.105);--brdcolor-gray-400:rgba(0,0,0,0.12);--brdcolor-gray-500:rgba(0,0,0,0.2)}a,aside,div,figure,footer,form,header,html,li,nav,p,span,strong,ul{margin:0;padding:0;border:0;vertical-align:baseline;font:inherit;font-size:100%}body,h1,h3{vertical-align:baseline}h1,h3{padding:0}body,img,label{padding:0;font-size:100%}body,label{font:inherit}*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{line-height:1;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;font-family:sans-serif;overflow-x:hidden}ul{margin-bottom:var(--list-mb);padding-right:var(--li-pl);--list-mb:20px;--li-mb:10px;--li-pl:17px;list-style:disc}a img,body,h1,h3,label{border:0}.product_meta>span,aside,figure,footer,header,nav{display:block}a,button,input{touch-action:manipulation}button,h1,h3,img,input{margin:0;font:inherit}button,input{color:inherit}button{overflow:visible}button,html input[type=button]{cursor:pointer;-webkit-appearance:button}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}.rtl{direction:rtl}body{margin:0;background-color:#54595f;color:var(--wd-text-color);text-rendering:optimizeLegibility;font-weight:var(--wd-text-font-weight);font-style:var(--wd-text-font-style);font-size:var(--wd-text-font-size);font-family:var(--wd-text-font);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:var(--wd-text-line-height)}@supports (overflow:clip){body{overflow:clip}}:is(body){height:auto}p{margin-bottom:var(--wd-tags-mb)}a{color:var(--wd-link-color);text-decoration:none;transition:all .25s ease}a:is(:hover,:focus,:active){outline:0;text-decoration:none}a:hover{color:var(--wd-link-color-hover)}a:focus{outline:0}img,label{vertical-align:middle}label{display:block;margin:0 0 5px;color:var(--wd-title-color);font-weight:400}.required{border:0;color:#e01020;font-size:16px;line-height:1}strong{font-weight:600}img{max-width:100%;height:auto;border:0}svg:not(:root){overflow:hidden}h1{font-size:28px}h3{font-size:22px}.title,.wd-entities-title,h1,h3{display:block;line-height:1.4}.title,h1,h3{margin-bottom:var(--wd-tags-mb);color:var(--wd-title-color);text-transform:var(--wd-title-transform);font-weight:var(--wd-title-font-weight);font-style:var(--wd-title-font-style);font-family:var(--wd-title-font)}.wd-entities-title{color:var(--wd-entities-title-color);word-wrap:break-word;font-weight:var(--wd-entities-title-font-weight);font-style:var(--wd-entities-title-font-style);font-family:var(--wd-entities-title-font);text-transform:var(--wd-entities-title-transform)}a.wd-entities-title:hover{color:var(--wd-entities-title-color-hover)}li{margin-bottom:var(--li-mb)}.reset-last-child>:last-child,li:last-child{margin-bottom:0}.wd-nav{list-style:none;--li-pl:0;--list-mb:0;--li-mb:0}.text-center,.text-right{text-align:var(--text-align)}.text-center{--content-align:center;--text-align:center}.text-right{--text-align:right;--content-align:flex-start}[class*=color-scheme-light]{--color-white:#000;--color-gray-100:rgba(255,255,255,0.1);--color-gray-200:rgba(255,255,255,0.2);--color-gray-300:rgba(255,255,255,0.5);--color-gray-400:rgba(255,255,255,0.6);--color-gray-500:rgba(255,255,255,0.7);--color-gray-600:rgba(255,255,255,0.8);--color-gray-700:rgba(255,255,255,0.9);--color-gray-800:#fff;--color-gray-900:#fff;--bgcolor-black-rgb:255,255,255;--bgcolor-white-rgb:0,0,0;--bgcolor-white:#0f0f0f;--bgcolor-gray-100:#0a0a0a;--bgcolor-gray-200:#121212;--bgcolor-gray-300:#141414;--bgcolor-gray-400:#171717;--brdcolor-gray-200:rgba(255,255,255,0.1);--brdcolor-gray-300:rgba(255,255,255,0.15);--brdcolor-gray-400:rgba(255,255,255,0.25);--brdcolor-gray-500:rgba(255,255,255,0.3);--wd-text-color:rgba(255,255,255,0.8);--wd-title-color:#fff;--wd-widget-title-color:var(--wd-title-color);--wd-entities-title-color:#fff;--wd-entities-title-color-hover:rgba(255,255,255,0.8);--wd-link-color:rgba(255,255,255,0.9);--wd-link-color-hover:#fff;--wd-form-brd-color:rgba(255,255,255,0.2);--wd-form-brd-color-focus:rgba(255,255,255,0.3);--wd-form-placeholder-color:rgba(255,255,255,0.6);--wd-form-chevron:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9InJnYmEoMjU1LCAyNTUsIDI1NSwgMC42KSI+PHBhdGggZD0iTTYgOWw2IDYgNi02Ii8+PC9zdmc+);--wd-main-bgcolor:#1a1a1a;color:var(--wd-text-color)}.wd-fill{position:absolute;inset:0}.set-mb-l{--margin-bottom:20px}.set-mb-l>*{margin-bottom:var(--margin-bottom)}input[type=number],input[type=password],input[type=text]{-webkit-appearance:none;-moz-appearance:none;appearance:none;max-width:100%;width:100%;height:var(--wd-form-height);border:var(--wd-form-brd-width) solid var(--wd-form-brd-color);border-radius:var(--wd-form-brd-radius);background-color:var(--wd-form-bg);box-shadow:none;color:var(--wd-form-color);vertical-align:middle;font-size:14px;transition:border-color .5s ease}input[type=password],input[type=text]{padding:0 15px}input[type=number]:focus,input[type=password]:focus,input[type=text]:focus{outline:0;border-color:var(--wd-form-brd-color-focus);transition:border-color .4s ease}::-webkit-input-placeholder{color:var(--wd-form-placeholder-color)}::-moz-placeholder{color:var(--wd-form-placeholder-color)}:-moz-placeholder{color:var(--wd-form-placeholder-color)}input[type=checkbox]{box-sizing:border-box;margin-top:0;padding:0;vertical-align:middle;margin-inline-end:5px}input[type=number]{padding:0;text-align:center}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input:-webkit-autofill{border-color:var(--wd-form-brd-color);-webkit-box-shadow:0 0 0 1000px var(--wd-form-bg) inset;-webkit-text-fill-color:var(--wd-form-color)}input:focus:-webkit-autofill{border-color:var(--wd-form-brd-color-focus)}:is(.btn,.button,button,[type=submit],[type=button]){padding:5px 20px;min-height:var(--btn-height);font-size:13px;position:relative;display:inline-flex;align-items:center;justify-content:center;outline:0;border:0 solid transparent;border-radius:0;box-shadow:none;vertical-align:middle;text-align:center;text-decoration:none;text-transform:var(--btn-transform);text-shadow:none;font-weight:var(--btn-font-weight);font-family:var(--btn-font-family);font-style:var(--btn-font-style);line-height:1.2;cursor:pointer;transition:color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow .25s ease,opacity .25s ease;color:var(--btn-color, #3E3E3E);background-color:var(--btn-bgcolor, #F3F3F3)}:is(.btn,.button,button,[type=submit],[type=button]):hover{color:var(--btn-color-hover, #3E3E3E);background-color:var(--btn-bgcolor-hover, #e0e0e0)}[class*=wd-grid]{--wd-col:var(--wd-col-lg);--wd-gap:var(--wd-gap-lg);--wd-col-lg:1;--wd-gap-lg:20px}.wd-scroll-content{overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;max-height:50vh}.wd-dropdown,.wd-side-hidden{background-color:var(--bgcolor-white)}.wd-dropdown{position:absolute;top:100%;right:0;z-index:380;margin-top:15px;margin-left:0;margin-right:calc(var(--nav-gap, .001px)/2*-1);background-position:bottom left;background-clip:border-box;background-repeat:no-repeat;box-shadow:0 0 3px rgba(0,0,0,.15);text-align:right;border-radius:var(--wd-brd-radius);visibility:hidden;opacity:0;transition:opacity .4s cubic-bezier(.19,1,.22,1),visibility .4s cubic-bezier(.19,1,.22,1),transform .4s cubic-bezier(.19,1,.22,1);transform:translateY(15px) translateZ(0);pointer-events:none}.wd-dropdown:after{content:"";position:absolute;inset-inline:0;bottom:100%;height:15px}.wd-event-hover:hover>.wd-dropdown{visibility:visible;opacity:1;transform:none!important;pointer-events:unset}.wd-side-hidden{--wd-side-hidden-w:340px;position:fixed;inset-block:var(--wd-admin-bar-h)0;z-index:500;overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;width:min(var(--wd-side-hidden-w),100vw);transition:transform .5s cubic-bezier(.19,1,.22,1)}.wd-side-hidden.wd-left{right:auto;left:0;transform:translate3d(-100%,0,0)}.wd-nav{--nav-gap:20px;display:inline-flex;flex-wrap:wrap;justify-content:var(--text-align);text-align:right;gap:1px var(--nav-gap)}.wd-nav>li,.wd-nav>li>a{position:relative}.wd-nav>li>a{display:flex;align-items:center;flex-direction:row;text-transform:uppercase;font-weight:600;font-size:13px;line-height:1.2}.wd-nav.wd-gap-l{--nav-gap:40px}.wd-nav[class*=wd-style-]{--nav-color:#333;--nav-color-hover:rgba(51,51,51,0.7);--nav-color-active:rgba(51,51,51,0.7);--nav-chevron-color:rgba(82, 82, 82, .45)}.wd-nav[class*=wd-style-]>li>a{color:var(--nav-color)}.wd-nav[class*=wd-style-]>li:hover>a{color:var(--nav-color-hover)}:is(.color-scheme-light,.whb-color-light) .wd-nav[class*=wd-style-]{--nav-color:#fff;--nav-color-hover:rgba(255,255,255,0.8);--nav-color-active:rgba(255,255,255,0.8);--nav-chevron-color:rgba(255,255,255,0.6)}.wd-nav:is(.wd-style-separated)>li{display:flex;flex-direction:row}.wd-nav:is(.wd-style-separated)>li:not(:last-child):after{content:"";position:relative;inset-inline-end:calc((var(--nav-gap)/2)*-1);border-right:1px solid rgba(0,0,0,.105)}:is(.color-scheme-light,.whb-color-light) .wd-nav:is(.wd-style-separated)>li:not(:last-child):after{border-color:rgba(255,255,255,.25)}.wd-nav.wd-style-separated>li{align-items:center}.wd-nav.wd-style-separated>li:not(:last-child):after{height:18px}.wd-close-side{position:fixed;z-index:400;background-color:rgba(0,0,0,.7);opacity:0;pointer-events:none;transition:opacity .5s cubic-bezier(.19,1,.22,1),z-index 0s cubic-bezier(.19,1,.22,1) .5s,top 0s cubic-bezier(.19,1,.22,1) .5s}.wd-action-btn{display:inline-flex;vertical-align:middle;--action-btn-color:var(--color-gray-800);--action-btn-hover-color:var(--color-gray-500)}.wd-action-btn>a{display:inline-flex;align-items:center;justify-content:center;color:var(--action-btn-color);cursor:pointer}.wd-action-btn>a:hover{color:var(--action-btn-hover-color)}.wd-action-btn>a:before{transition:opacity .15s ease;font-family:"woodmart-font"}.wd-action-btn>a:after{position:absolute;top:calc(50% - .5em);right:0;opacity:0;transition:opacity .2s ease;content:"";display:inline-block;width:1em;height:1em;border:1px solid transparent;border-left-color:var(--color-gray-900);border-radius:50%;vertical-align:middle;animation:wd-rotate 450ms infinite linear var(--wd-anim-state, paused)}.wd-action-btn.wd-style-text>a{position:relative;font-weight:600;line-height:1}.wd-action-btn.wd-style-text>a:before{margin-inline-end:.3em;font-size:110%;font-weight:400}.wd-cross-icon>a:before{content:""}.wd-heading{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:20px 15px;border-bottom:1px solid var(--brdcolor-gray-300)}.wd-heading .title{flex:1 1 auto;margin-bottom:0;font-size:130%}.wd-heading,.wd-heading .wd-action-btn{flex:0 0 auto}.wd-heading .wd-action-btn.wd-style-text>a{height:25px}:is(.widget,.wd-widget){line-height:1.4;--wd-link-color:var(--color-gray-500);--wd-link-color-hover:var(--color-gray-800)}:is(.widget,.wd-widget)>:is(ul){margin-top:0}:is(.widget,.wd-widget) :is(ul){list-style:none;--list-mb:0;--li-mb:15px;--li-pl:0}.widget{margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid var(--brdcolor-gray-300)}.widget:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.alignright{float:right;margin-top:3px;margin-bottom:20px;margin-left:25px}.main-page-wrapper,.website-wrapper{background-color:var(--wd-main-bgcolor)}.website-wrapper{position:relative}.main-page-wrapper{margin-top:-40px;padding-top:40px;min-height:50vh}.site-content{margin-bottom:40px}.container{max-width:var(--wd-container-w)}.btn.btn-color-primary{color:#fff;background-color:var(--wd-primary-color)}.btn.btn-color-primary:hover,.searchform[class*=wd-style-with-bg] .searchsubmit:hover{color:#fff;box-shadow:inset 0 0 200px rgba(0,0,0,.1)}.btn-style-link.btn-color-primary,.btn-style-link.btn-color-primary:hover{color:var(--color-gray-800);border-color:var(--wd-primary-color)}.btn-style-link.btn-color-primary:hover{opacity:.6}.btn.btn-style-link{min-height:unset;padding:0;border-width:2px;border-style:solid;border-top:none;border-right:none;border-left:none;background-color:transparent!important}.btn.btn-style-link:hover{background-color:transparent!important;box-shadow:none}.searchform[class*=wd-style-with-bg] .searchsubmit{color:#fff;background-color:var(--wd-primary-color)}.searchform.wd-style-with-bg .searchsubmit{border-start-end-radius:var(--wd-form-brd-radius);border-end-end-radius:var(--wd-form-brd-radius)}[class*=screen-reader]{position:absolute!important;clip:rect(1px,1px,1px,1px);transform:scale(0)}@media (min-width:1025px){.wd-scroll{--scrollbar-track-bg:rgba(0,0,0,0.05);--scrollbar-thumb-bg:rgba(0,0,0,0.12)}.wd-scroll ::-webkit-scrollbar{width:5px}.wd-scroll ::-webkit-scrollbar-track{background-color:var(--scrollbar-track-bg)}.wd-scroll ::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb-bg)}.wd-scroll.color-scheme-light{--scrollbar-track-bg:rgba(255,255,255,0.05);--scrollbar-thumb-bg:rgba(255,255,255,0.12)}}@media (max-width:1024px){@supports not (overflow:clip){body{overflow:hidden}}[class*=wd-grid]{--wd-col:var(--wd-col-md);--wd-gap:var(--wd-gap-md);--wd-col-md:var(--wd-col-lg);--wd-gap-md:var(--wd-gap-lg)}.wd-side-hidden{--wd-side-hidden-w:min(300px, 80vw)}.wd-close-side{top:-150px}}@media (max-width:768.98px){[class*=wd-grid]{--wd-col:var(--wd-col-sm);--wd-gap:var(--wd-gap-sm);--wd-col-sm:var(--wd-col-md);--wd-gap-sm:var(--wd-gap-md)}}.wp-block-columns[class*=wp-block]{margin-bottom:0}.wp-block-column{margin-bottom:var(--wd-block-spacing)}.widget_block>:last-child,.wp-block-column [class*=wp-block]:last-child{margin-bottom:0}.wd-breadcrumbs{vertical-align:middle}.woocommerce-breadcrumb{display:inline-flex;align-items:center;flex-wrap:wrap;color:var(--color-gray-800)}.woocommerce-breadcrumb a{margin-inline-end:6px;color:var(--color-gray-500)}.woocommerce-breadcrumb a:after{content:"/";margin-inline-start:5px}.woocommerce-breadcrumb a:hover{color:var(--color-gray-700)}.woocommerce-breadcrumb .breadcrumb-last{margin-inline-end:8px;font-weight:600}.woocommerce-breadcrumb .breadcrumb-last:last-child{margin-inline-end:0}.amount{font-weight:600}.amount,.price{color:var(--wd-primary-color)}.price .amount{font-size:inherit}.woocommerce-notices-wrapper:empty{display:none}.single_add_to_cart_button,.wd-buy-now-btn{border-radius:var(--btn-accented-brd-radius);color:var(--btn-accented-color);box-shadow:var(--btn-accented-box-shadow);background-color:var(--btn-accented-bgcolor);text-transform:var(--btn-accented-transform, var(--btn-transform));font-weight:var(--btn-accented-font-weight, var(--btn-font-weight));font-family:var(--btn-accented-font-family, var(--btn-font-family));font-style:var(--btn-accented-font-style, var(--btn-font-style))}.single_add_to_cart_button:hover{color:var(--btn-accented-color-hover);box-shadow:var(--btn-accented-box-shadow-hover);background-color:var(--btn-accented-bgcolor-hover)}.single_add_to_cart_button:active{box-shadow:var(--btn-accented-box-shadow-active);bottom:var(--btn-accented-bottom-active, 0)}.wd-buy-now-btn:hover{color:var(--btn-accented-color-hover);box-shadow:var(--btn-accented-box-shadow-hover);background-color:var(--btn-accented-bgcolor-hover)}.wd-buy-now-btn:active{box-shadow:var(--btn-accented-box-shadow-active);bottom:var(--btn-accented-bottom-active, 0)}form.cart{display:flex;flex-wrap:wrap;gap:10px;justify-content:var(--content-align)}form.cart>*{flex:1 1 100%}form.cart :where(.single_add_to_cart_button,.wd-buy-now-btn,.quantity){flex:0 0 auto}.single_add_to_cart_button:before{content:"";position:absolute;inset:0;opacity:0;z-index:1;border-radius:inherit;background-color:inherit;box-shadow:inherit;transition:opacity 0s ease}.single_add_to_cart_button:after{position:absolute;top:calc(50% - 9px);inset-inline-start:calc(50% - 9px);opacity:0;z-index:2;transition:opacity 0s ease;content:"";display:inline-block;width:18px;height:18px;border:1px solid transparent;border-left-color:currentColor;border-radius:50%;vertical-align:middle;animation:wd-rotate 450ms infinite linear var(--wd-anim-state, paused)}div.quantity{display:inline-flex;vertical-align:top;white-space:nowrap;font-size:0}div.quantity input[type=number],div.quantity input[type=number]::-webkit-inner-spin-button,div.quantity input[type=number]::-webkit-outer-spin-button{margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}div.quantity :is(input[type=number],input[type=text],input[type=button]){display:inline-block;color:var(--wd-form-color)}div.quantity :is(input[type=number],input[type=text]){height:42px}div.quantity input[type=number]{width:30px;border-radius:0;border-right:none;border-left:none}div.quantity input[type=button]{padding:0 5px;min-width:25px;min-height:unset;height:42px;border:var(--wd-form-brd-width) solid var(--wd-form-brd-color);background:var(--wd-form-bg);box-shadow:none}div.quantity input[type=button]:hover{color:#fff;background-color:var(--wd-primary-color);border-color:var(--wd-primary-color)}div.quantity .minus{border-start-start-radius:var(--wd-form-brd-radius);border-end-start-radius:var(--wd-form-brd-radius)}div.quantity .plus{border-start-end-radius:var(--wd-form-brd-radius);border-end-end-radius:var(--wd-form-brd-radius)}.product_meta a{color:var(--wd-text-color)}.product_title{font-size:34px;line-height:1.2;--page-title-display:block}@media (max-width:1024px){[class*=single-breadcrumbs] :is(.woocommerce-breadcrumb) .breadcrumb-link-last{margin-right:0;color:var(--color-gray-800);font-weight:600}[class*=single-breadcrumbs] :is(.woocommerce-breadcrumb) .breadcrumb-link-last:after{content:none}[class*=single-breadcrumbs] :is(.woocommerce-breadcrumb) .breadcrumb-last{display:none}.product_title{font-size:24px}}@media (max-width:768.98px){.product_title{font-size:20px}}.whb-header{margin-bottom:40px}.whb-column,.whb-flex-row{display:flex;flex-direction:row}.whb-flex-row{flex-wrap:nowrap;justify-content:space-between}.whb-column{align-items:center;max-height:inherit}.whb-col-left,.whb-mobile-left{justify-content:flex-start;margin-right:-10px}.whb-col-right,.whb-mobile-right{justify-content:flex-end;margin-left:-10px}.whb-col-mobile{flex:1 1 auto;justify-content:center;margin-inline:-10px}.whb-flex-flex-middle .whb-col-center{flex:1 1 0%}.whb-flex-equal-sides :is(.whb-col-left,.whb-col-right),.whb-general-header :is(.whb-mobile-left,.whb-mobile-right){flex:1 1 0%}.whb-with-shadow{box-shadow:0 1px 8px rgba(0,0,0,.1)}.whb-main-header{position:relative;top:0;right:0;left:0;z-index:390;backface-visibility:hidden;-webkit-backface-visibility:hidden}.whb-row{transition:background-color .2s ease}.site-logo,.wd-header-nav{padding-inline:10px}.wd-header-divider.wd-full-height,.wd-header-divider.wd-full-height:before,.wd-logo img[src$=".svg"]{height:100%}.wd-header-nav{flex:1 1 auto}.wd-nav-main>li>a{height:40px;font-weight:var(--wd-header-el-font-weight);font-style:var(--wd-header-el-font-style);font-size:var(--wd-header-el-font-size);font-family:var(--wd-header-el-font);text-transform:var(--wd-header-el-transform)}.site-logo,.wd-logo,.wd-logo img{max-height:inherit}.wd-logo{transition:none}.wd-logo img{padding-top:5px;padding-bottom:5px;transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden;perspective:800px}.wd-logo img[width]:not([src$=".svg"]){width:auto;object-fit:contain}.wd-header-divider:before{content:"";display:block;height:18px;border-right:1px solid}.whb-color-light .wd-header-divider:before{border-color:var(--wd-divider-color, rgba(255,255,255,0.25))}.wd-header-mobile-nav .wd-tools-icon:before{content:"";font-family:"woodmart-font"}.wd-nav-mobile{display:none;margin-inline:0;animation:wd-fadeIn 1s ease}.wd-nav-mobile>li{flex:1 1 100%;max-width:100%;width:100%;display:flex;flex-wrap:wrap}.wd-nav-mobile>li>a{color:var(--color-gray-800);flex:1 1 0%;padding:5px 20px;min-height:50px;border-bottom:1px solid var(--brdcolor-gray-300)}.wd-nav-mobile li:active>a{background-color:var(--bgcolor-gray-100)}.wd-nav-mobile .wd-with-icon>a:before{margin-left:7px;font-weight:400;font-family:"woodmart-font"}.wd-nav-mobile .menu-item-account>a:before{content:""}.wd-nav-mobile.wd-active{display:block}@media (min-width:1025px){.whb-top-bar-inner{height:var(--wd-top-bar-h);max-height:var(--wd-top-bar-h)}.whb-general-header-inner{height:var(--wd-header-general-h);max-height:var(--wd-header-general-h)}.whb-header-bottom-inner{height:var(--wd-header-bottom-h);max-height:var(--wd-header-bottom-h)}.whb-hidden-desktop,.whb-hidden-lg{display:none}.wd-nav-mobile>li>a:hover{color:var(--wd-primary-color)}}@media (max-width:1024px){.whb-top-bar-inner{height:var(--wd-top-bar-sm-h);max-height:var(--wd-top-bar-sm-h)}.whb-general-header-inner{height:var(--wd-header-general-sm-h);max-height:var(--wd-header-general-sm-h)}.whb-header-bottom-inner{height:var(--wd-header-bottom-sm-h);max-height:var(--wd-header-bottom-sm-h)}.whb-hidden-mobile,.whb-visible-lg{display:none}}.wd-tools-element{position:relative;--wd-count-size:15px;--wd-header-el-color:#333;--wd-header-el-color-hover:rgba(51,51,51,.6)}.wd-tools-element .wd-tools-icon,.wd-tools-element>a{display:flex;align-items:center;justify-content:center}.wd-tools-element>a{height:40px;color:var(--wd-header-el-color);line-height:1;padding-inline:10px}.wd-tools-element .wd-tools-icon{position:relative;font-size:0}.wd-tools-element .wd-tools-icon:before{font-size:20px}.wd-tools-element .wd-tools-text{margin-inline-start:8px;text-transform:var(--wd-header-el-transform);white-space:nowrap;font-weight:var(--wd-header-el-font-weight);font-style:var(--wd-header-el-font-style);font-size:var(--wd-header-el-font-size);font-family:var(--wd-header-el-font)}.wd-tools-element .wd-tools-count{z-index:1;width:var(--wd-count-size);height:var(--wd-count-size);border-radius:50%;text-align:center;letter-spacing:0;font-weight:400;line-height:var(--wd-count-size)}.wd-tools-element:hover>a{color:var(--wd-header-el-color-hover)}.whb-color-light .wd-tools-element{--wd-header-el-color:#fff;--wd-header-el-color-hover:rgba(255,255,255,0.8)}.wd-tools-element:is(.wd-design-5) .wd-tools-count{position:absolute;top:-5px;inset-inline-end:-9px;background-color:var(--wd-primary-color);color:#fff;font-size:9px}[class*=wd-header-search-form]{padding-inline:10px;flex:1 1 auto}[class*=wd-header-search-form] input[type=text]{min-width:290px}.wd-header-search-form-mobile .searchform{--wd-form-height:42px}.wd-header-search-form-mobile .searchform input[type=text]{min-width:100%}[class*=wd-header-search-form] .wd-style-with-bg{--wd-form-bg:#fff}.wd-dropdown-results{margin-top:0!important;overflow:hidden;right:calc((var(--wd-form-brd-radius)/1.5));left:calc((var(--wd-form-brd-radius)/1.5))}.wd-dropdown-results:after{width:auto!important;height:auto!important}.search-results-wrapper,.searchform{position:relative}.wd-dropdown-results .wd-scroll-content{overscroll-behavior:none}.searchform{--wd-search-btn-w:var(--wd-form-height);--wd-form-height:46px}.searchform input[type=text]{padding-left:var(--wd-search-btn-w)}.searchform .searchsubmit{position:absolute;inset-block:0;left:0;padding:0;width:var(--wd-search-btn-w);min-height:unset;border:0;background-color:transparent;box-shadow:none;font-weight:400;font-size:0}.searchform .searchsubmit,.searchform .searchsubmit:hover{color:var(--wd-form-color)}.searchform .searchsubmit:hover:after{opacity:.7}.searchform .searchsubmit:after{font-size:calc(var(--wd-form-height)/2.3);transition:opacity .2s ease;content:"";font-family:"woodmart-font"}.searchform .searchsubmit:before{position:absolute;top:50%;left:50%;margin-top:calc((var(--wd-form-height)/2.5)/-2);margin-left:calc((var(--wd-form-height)/2.5)/-2);opacity:0;transition:opacity .1s ease;content:"";display:inline-block;width:calc(var(--wd-form-height)/2.5);height:calc(var(--wd-form-height)/2.5);border:1px solid transparent;border-left-color:currentColor;border-radius:50%;vertical-align:middle;animation:wd-rotate 450ms infinite linear var(--wd-anim-state, paused)}.wd-header-cart.wd-design-3>a{height:auto}.wd-header-cart.wd-design-3 .wd-tools-icon:before{color:rgba(0,0,0,.17);font-size:32px}.wd-header-cart.wd-design-3 .wd-tools-text{display:flex;flex-direction:column-reverse;margin-inline-start:12px;padding-inline-start:12px;border-inline-start:1px solid rgba(0,0,0,.1)}.wd-header-cart.wd-design-3 .wd-cart-number{width:auto;height:auto;border-radius:0;color:#767676;text-align:inherit;text-transform:none;font-weight:400;font-size:13px;line-height:20px}.wd-header-cart.wd-design-3 .wd-cart-number>span{display:inline-block}.wd-header-cart.wd-design-3 .wd-cart-subtotal{line-height:20px}.wd-header-cart.wd-design-3 .wd-cart-subtotal .amount{color:var(--wd-primary-color);font-weight:900;font-size:14px}.whb-color-light .wd-header-cart.wd-design-3 .wd-tools-text{border-color:rgba(255,255,255,.3)}.whb-color-light .wd-header-cart.wd-design-3 .wd-tools-icon:before{color:#fff}.whb-color-light .wd-header-cart.wd-design-3 .wd-cart-number{color:rgba(255,255,255,.8)}.whb-col-right .wd-dropdown-cart{right:auto;left:0;margin-left:calc(var(--nav-gap, .001px)/2*-1);margin-right:0}.wd-header-cart .wd-tools-icon:before{content:"";font-family:"woodmart-font"}.wd-header-cart .wd-tools-icon.wd-icon-alt:before{content:"";font-family:"woodmart-font"}.wd-header-cart :is(.wd-cart-subtotal,.wd-tools-count){vertical-align:middle}.wd-header-cart .wd-cart-number>span,.wd-product-nav-btn.wd-btn-back span{display:none}.wd-header-cart .wd-cart-subtotal .amount{color:inherit;font-weight:inherit;font-size:inherit}.wd-header-cart:is(.wd-design-5):not(.wd-style-text) .wd-tools-text{display:none}.wd-header-cart.wd-design-5:not(.wd-style-text){margin-inline-end:5px}.wd-header-cart.wd-design-5 .wd-tools-text{margin-inline-start:15px}.wd-dropdown-cart{padding:20px;width:330px}.wd-header-cart.wd-design-5 .wd-cart-number{position:absolute;top:-5px;inset-inline-end:-9px;z-index:1;width:15px;height:15px;border-radius:50%;background-color:var(--wd-primary-color);color:#fff;text-align:center;letter-spacing:0;font-weight:400;font-size:9px;line-height:15px}@media (max-width:1024px){.wd-dropdown-cart{display:none}}.cart-widget-side{display:flex;flex-direction:column}.cart-widget-side .widget_shopping_cart{position:relative;flex:1 1 100%}.cart-widget-side .widget_shopping_cart_content{display:flex;flex:1 1 auto;flex-direction:column;height:100%}.login>:last-child{margin-bottom:0}.login-form-footer{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between;gap:10px}.login-form-footer .lost_password{order:2;color:var(--wd-primary-color)}.login-form-footer .lost_password:hover{color:var(--wd-primary-color);text-decoration:underline;opacity:.7}.login-form-footer .woocommerce-form-login__rememberme{order:1;margin-bottom:0}:is(.login) .button{width:100%;border-radius:var(--btn-accented-brd-radius);color:var(--btn-accented-color);box-shadow:var(--btn-accented-box-shadow);background-color:var(--btn-accented-bgcolor);text-transform:var(--btn-accented-transform, var(--btn-transform));font-weight:var(--btn-accented-font-weight, var(--btn-font-weight));font-family:var(--btn-accented-font-family, var(--btn-font-family));font-style:var(--btn-accented-font-style, var(--btn-font-style))}:is(.login) .button:hover{color:var(--btn-accented-color-hover);box-shadow:var(--btn-accented-box-shadow-hover);background-color:var(--btn-accented-bgcolor-hover)}:is(.login) .button:active{box-shadow:var(--btn-accented-box-shadow-active);bottom:var(--btn-accented-bottom-active, 0)}.wd-header-my-account .wd-tools-icon:before{content:"";font-family:"woodmart-font"}.wd-account-style-icon:not(.wd-with-username) .wd-tools-text{display:none}.whb-column>.wd-social-icons{padding-inline:10px}.wd-social-icons{font-size:0}.wd-social-icons .wd-social-icon{display:inline-block;margin:4px;vertical-align:middle;text-align:center;font-size:0}.wd-social-icons .wd-icon{display:inline-block;vertical-align:middle;font-family:"woodmart-font"}.social-twitter{--social-color:#000}.social-twitter .wd-icon:before{content:""}.social-instagram{--social-color:#774430}.social-instagram .wd-icon:before{content:""}.social-whatsapp{--social-color:#1EBEA5}.social-whatsapp .wd-icon:before{content:""}.social-tiktok{--social-color:#010101}.social-tiktok .wd-icon:before{content:""}.icons-design-default .wd-social-icon{margin:0!important;padding:6px;width:auto!important;height:auto!important;color:rgba(0,0,0,.6)!important}.icons-design-default .wd-social-icon .wd-icon{line-height:1!important}.icons-design-default .wd-social-icon:hover{color:rgba(0,0,0,.8)!important}.icons-design-default.color-scheme-light .wd-social-icon{color:#fff!important}.icons-design-default.color-scheme-light .wd-social-icon:hover{color:rgba(255,255,255,.6)!important}:is(.icons-size-small) .wd-social-icon{width:30px;height:30px}.wd-social-icons:is(.icons-size-small) .wd-icon{font-size:14px;line-height:30px}.social-form-rounded .wd-social-icon{border-radius:5px}@media (min-width:1025px){.wd-social-icons .whatsapp-mobile{display:none!important}}@media (max-width:1024px){.wd-social-icons .whatsapp-desktop{display:none!important}}.single-product .site-content.wd-builder-off{padding-right:0;padding-left:0}.wd-builder-off .single-product-page{--wd-single-spacing:40px}.wd-builder-off .single-product-page>div:not(:last-child){margin-bottom:var(--wd-single-spacing)}.related-and-upsells:empty{margin-top:calc(var(--wd-single-spacing)*-1)}.single-breadcrumbs-wrapper :is(.single-breadcrumbs,.container){display:flex;align-items:center;justify-content:flex-end;gap:10px}.single-breadcrumbs-wrapper .wd-breadcrumbs{flex:1 1 auto;text-align:start;font-size:95%}.single-breadcrumbs-wrapper .wd-products-nav{flex:0 0 auto}@media (max-width:1024px){.breadcrumbs-location-summary .single-product-page{margin-top:-15px}.single-breadcrumbs-wrapper :is(.single-breadcrumbs,.container){flex-wrap:wrap}.single-product .site-content{margin-bottom:25px}.wd-builder-off .single-product-page{--wd-single-spacing:25px}}@media (max-width:768.98px){.breadcrumbs-location-summary .single-product-page{margin-top:-25px}.product-image-summary-inner>div,.product-image-summary-wrap>div{margin-bottom:25px}.product-image-summary-inner>div:last-child,.product-image-summary-wrap>div:last-child{margin-bottom:0}.single-product-page .summary-inner{margin-bottom:-20px}}.summary-inner .product_meta{margin-bottom:10px;padding-top:20px;border-top:1px solid var(--brdcolor-gray-300)}.summary-inner>.price{font-size:155%;line-height:1.2}@media (max-width:1024px){.summary-inner>.price{font-size:130%}}.product-tabs-wrapper{padding-top:var(--wd-single-spacing);padding-bottom:var(--wd-single-spacing);border-top:1px solid var(--brdcolor-gray-300);border-bottom:1px solid var(--brdcolor-gray-300);background-color:var(--bgcolor-white)}@media (max-width:1024px){.product-tabs-wrapper{border-top:none}}.woocommerce-product-gallery{display:flex;flex-wrap:wrap;gap:var(--wd-gallery-gap, 10px)}.woocommerce-product-gallery>*{flex:1 1 100%;max-width:100%}.woocommerce-product-gallery img{width:100%;border-radius:var(--wd-brd-radius)}.woocommerce-product-gallery .wd-carousel-inner{margin:0}.woocommerce-product-gallery .wd-carousel{--wd-gap:var(--wd-gallery-gap, 10px);padding:0;border-radius:var(--wd-brd-radius)}.woocommerce-product-gallery .wd-nav-arrows.wd-pos-sep{--wd-arrow-offset-h:calc(var(--wd-arrow-width, var(--wd-arrow-size, 50px)) / -1)}.woocommerce-product-gallery .woocommerce-product-gallery__image{position:relative;overflow:hidden;border-radius:var(--wd-brd-radius)}.woocommerce-product-gallery.image-action-none .wd-carousel-item figure a{cursor:default;pointer-events:none}.woocommerce-product-gallery:not(.wd-has-thumb) .wd-gallery-thumb{display:none}.product-additional-galleries{position:absolute;bottom:0;inset-inline-start:0;z-index:3;display:flex;align-items:flex-start;flex-direction:column;gap:10px;padding:15px;transition:all .3s ease}.wd-action-btn.wd-style-icon-bg-text{--icon-bg-size:50px;--action-btn-color:var(--color-gray-600);--action-btn-hover-color:var(--color-gray-800)}.wd-action-btn.wd-style-icon-bg-text>a{flex-wrap:nowrap;overflow:hidden;min-width:var(--icon-bg-size);height:var(--icon-bg-size);border-radius:30px;background-color:var(--bgcolor-white);box-shadow:0 0 5px rgba(0,0,0,.08)}.wd-action-btn.wd-style-icon-bg-text>a:before{display:inline-flex;align-items:center;justify-content:center;width:var(--icon-bg-size);height:var(--icon-bg-size);font-size:calc(var(--icon-bg-size)/2.7)}.wd-action-btn.wd-style-icon-bg-text>a>span{overflow:hidden;max-width:0;white-space:nowrap;font-size:90%;font-weight:600;transition:padding .4s cubic-bezier(.175,.885,.32,1.15),max-width .4s cubic-bezier(.175,.885,.32,1.15)}.wd-action-btn.wd-style-icon-bg-text>a:hover>span{padding-inline-end:calc(var(--icon-bg-size)/2);max-width:280px}.wd-show-product-gallery-wrap>a:before{content:""}@media (max-width:1024px){.wd-action-btn.wd-style-icon-bg-text{--icon-bg-size:40px}}@media (min-width:1025px){.thumbs-position-left{flex-wrap:nowrap}.thumbs-position-left .wd-gallery-thumb{flex:1 1 auto;order:-1;height:var(--wd-thumbs-height, auto)}.thumbs-position-left .wd-gallery-thumb .wd-carousel-inner{position:absolute;inset:0}.thumbs-position-left .wd-gallery-thumb .wd-carousel{margin-inline:0;touch-action:pan-x;height:calc(var(--wd-thumbs-height, 100%) - 30px)}.thumbs-position-left .wd-gallery-thumb .wd-carousel-wrap{flex-direction:column}.thumbs-position-left .wd-thumb-nav{--wd-arrow-width:100%;--wd-arrow-height:30px;--wd-arrow-icon-size:14px;--wd-arrow-bg:var(--bgcolor-gray-200);--wd-arrow-bg-hover:var(--bgcolor-gray-300);--wd-arrow-bg-dis:var(--bgcolor-gray-200);--wd-arrow-radius:calc(var(--wd-brd-radius) / 1.5);display:flex;gap:5px}.thumbs-position-left .wd-thumb-nav .wd-btn-arrow{flex:1 1 auto}.thumbs-position-left .wd-thumb-nav .wd-arrow-inner:after{rotate:90deg}.thumbs-position-left .wd-thumb-nav.wd-pos-sep .wd-btn-arrow{position:static}}.wd-carousel-container{position:relative}.wd-carousel-inner{position:relative;margin:-15px 0}.wd-carousel{position:relative;overflow:var(--wd-carousel-overflow, hidden);padding:15px 0;margin-inline:calc(var(--wd-gap)/-2);touch-action:pan-y}@supports (overflow:clip){.wd-carousel{overflow:var(--wd-carousel-overflow, clip)}}.wd-carousel-item,.wd-carousel-wrap{position:relative;height:100%;transition-property:transform;transform:translate3d(0,0,0)}.wd-carousel-wrap{width:100%;z-index:1;display:flex;transition-timing-function:initial;box-sizing:content-box}.wd-carousel-item{flex:0 0 calc(100%/var(--wd-col));max-width:calc(100%/var(--wd-col));padding:0 calc(var(--wd-gap)/2)}.wd-btn-arrow{transition:all .25s ease}.wd-carousel:not(.wd-initialized)+.wd-nav-arrows .wd-btn-arrow{opacity:0!important;pointer-events:none!important}.wd-arrow-inner{display:inline-flex;align-items:center;justify-content:center;width:var(--wd-arrow-width, var(--wd-arrow-size, 50px));height:var(--wd-arrow-height, var(--wd-arrow-size, 50px));line-height:1;color:var(--wd-arrow-color, var(--color-gray-800));background:var(--wd-arrow-bg, unset);box-shadow:var(--wd-arrow-shadow, unset);border:var(--wd-arrow-brd, unset) var(--wd-arrow-brd-color, unset);border-radius:var(--wd-arrow-radius, unset);cursor:pointer;transition:all .25s ease}.wd-arrow-inner:after{font-size:var(--wd-arrow-icon-size, 24px);font-family:"woodmart-font"}.wd-arrow-inner:hover{color:var(--wd-arrow-color-hover, var(--color-gray-500));background:var(--wd-arrow-bg-hover, var(--wd-arrow-bg));border-color:var(--wd-arrow-brd-color-hover, var(--wd-arrow-brd-color))}.wd-disabled .wd-arrow-inner{color:var(--wd-arrow-color-dis, var(--color-gray-400));background:var(--wd-arrow-bg-dis, var(--wd-arrow-bg));border-color:var(--wd-arrow-brd-color-dis, var(--wd-arrow-brd-color));cursor:unset}.wd-prev .wd-arrow-inner:after{content:""}.wd-next .wd-arrow-inner:after{content:""}.wd-nav-arrows.wd-pos-sep:after{content:"";position:absolute;inset:0 calc((var(--wd-arrow-width, var(--wd-arrow-size, 50px)) + var(--wd-arrow-offset-h, 0px))*-1)}.wd-nav-arrows.wd-pos-sep .wd-btn-arrow{position:absolute;top:calc(50% - var(--wd-arrow-offset-v, 0px) + var(--wd-arrow-height, var(--wd-arrow-size, 50px))/-2);z-index:250}.wd-nav-arrows.wd-pos-sep .wd-prev{inset-inline-end:calc(100% + var(--wd-arrow-offset-h, 0px))}.wd-nav-arrows.wd-pos-sep .wd-next{inset-inline-start:calc(100% + var(--wd-arrow-offset-h, 0px))}@media (min-width:1025px){.wd-nav-arrows[class*=wd-hover].wd-pos-sep .wd-btn-arrow{opacity:0;pointer-events:none}:is(.wd-carousel-container:hover .wd-nav-arrows)[class*=wd-hover].wd-pos-sep .wd-btn-arrow{opacity:1;transform:translateY(0);pointer-events:unset}.wd-nav-arrows.wd-hover-1.wd-pos-sep .wd-prev{transform:translateX(30px)}.wd-nav-arrows.wd-hover-1.wd-pos-sep .wd-next{transform:translateX(-30px)}}@media (max-width:1024px){.wd-nav-arrows{--wd-arrow-icon-size:16px;--wd-arrow-size:40px}.wd-nav-arrows:where(.wd-pos-sep){--wd-arrow-offset-h:-12px}}.wd-products-nav .wd-dropdown{right:auto;left:0;margin-left:calc(var(--nav-gap, .001px)/2*-1);margin-right:0;display:flex;align-items:center;min-width:240px}.wd-products-nav{position:relative;display:inline-flex;align-items:center;letter-spacing:0;font-size:14px}.wd-product-nav-btn{display:flex;align-items:center;justify-content:center;width:20px;height:20px;color:var(--color-gray-900)}.wd-product-nav-btn:hover{color:var(--color-gray-500)}.wd-product-nav-btn:before{font-size:12px;font-family:"woodmart-font"}.wd-product-nav-btn.wd-btn-prev:before{content:""}.wd-product-nav-btn.wd-btn-next:before{content:""}.wd-product-nav-btn.wd-btn-back:before{content:""}.wd-product-nav-thumb{flex-shrink:0;max-width:90px}.wd-product-nav-thumb img{border-top-right-radius:var(--wd-brd-radius);border-bottom-right-radius:var(--wd-brd-radius)}.wd-product-nav-desc{padding:10px 15px}.wd-product-nav-desc .wd-entities-title{margin-bottom:5px}@media (max-width:768.98px){.wd-products-nav .wd-dropdown{display:none}}.footer-sidebar{padding-block:40px 10px}.footer-column{margin-bottom:30px}[class*=color-scheme-light] .footer-widget{--wd-link-color:rgba(255,255,255,0.6)}.wd-prefooter{padding-bottom:40px;background-color:var(--wd-main-bgcolor)}.scrollToTop{position:fixed;left:20px;bottom:20px;z-index:350;display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;background-color:rgba(var(--bgcolor-white-rgb),.9);box-shadow:0 0 5px rgba(0,0,0,.17);color:var(--color-gray-800);font-size:16px;opacity:0;pointer-events:none;backface-visibility:hidden;-webkit-backface-visibility:hidden;transform:translateX(-100%)}.scrollToTop:after{content:"";font-family:"woodmart-font"}.scrollToTop:hover{color:var(--color-gray-500)}@media (max-width:1024px){.scrollToTop{left:12px;bottom:12px;width:40px;height:40px;font-size:14px}}.login-form-side .woocommerce-notices-wrapper{padding:20px 15px 0}.create-account-question,.login-form-side .woocommerce-form-login{padding:20px 15px 15px;border-bottom:1px solid var(--brdcolor-gray-300)}.login-form-side .login.hidden-form{display:none}.create-account-question{padding:20px 15px;text-align:center;--wd-tags-mb:15px}.create-account-question p{color:var(--color-gray-900);font-weight:600}.create-account-question:before{display:block;margin-bottom:15px;color:var(--color-gray-200);font-size:54px;line-height:1;content:"";font-family:"woodmart-font"}.wd-toolbar{position:fixed;inset-inline:0;bottom:0;z-index:350;display:flex;align-items:center;justify-content:space-between;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;padding:5px;height:55px;background-color:var(--bgcolor-white);box-shadow:0 0 9px rgba(0,0,0,.12)}.wd-toolbar>div{flex:1 0 20%}.wd-toolbar>div a{height:45px}.wd-toolbar .wd-header-cart.wd-design-5{margin-left:0}.wd-toolbar.wd-toolbar-label-show>div a{position:relative;padding-bottom:15px}.wd-toolbar.wd-toolbar-label-show .wd-toolbar-label{display:block}.wd-toolbar-label{position:absolute;inset-inline:10px;bottom:3px;display:none;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;font-weight:600;font-size:11px;line-height:1;padding:1px 0}.wd-toolbar-shop .wd-tools-icon:before{content:"";font-family:"woodmart-font"}@media (min-width:1025px){.wd-toolbar{display:none}}@media (max-width:1024px){.sticky-toolbar-on{padding-bottom:55px}.sticky-toolbar-on .scrollToTop{bottom:67px}}:root{--wd-top-bar-h:.00001px;--wd-top-bar-sm-h:.00001px;--wd-top-bar-sticky-h:.00001px;--wd-top-bar-brd-w:.00001px;--wd-header-general-h:105px;--wd-header-general-sm-h:60px;--wd-header-general-sticky-h:.00001px;--wd-header-general-brd-w:.00001px;--wd-header-bottom-h:50px;--wd-header-bottom-sm-h:60px;--wd-header-bottom-sticky-h:.00001px;--wd-header-bottom-brd-w:.00001px;--wd-header-clone-h:60px;--wd-header-brd-w:calc(var(--wd-top-bar-brd-w) + var(--wd-header-general-brd-w) + var(--wd-header-bottom-brd-w));--wd-header-h:calc(var(--wd-top-bar-h) + var(--wd-header-general-h) + var(--wd-header-bottom-h) + var(--wd-header-brd-w));--wd-header-sticky-h:calc(var(--wd-top-bar-sticky-h) + var(--wd-header-general-sticky-h) + var(--wd-header-bottom-sticky-h) + var(--wd-header-clone-h) + var(--wd-header-brd-w));--wd-header-sm-h:calc(var(--wd-top-bar-sm-h) + var(--wd-header-general-sm-h) + var(--wd-header-bottom-sm-h) + var(--wd-header-brd-w))}.whb-header-bottom .wd-dropdown{margin-top:5px}.whb-header-bottom .wd-dropdown:after{height:15px}.whb-top-bar{background-color:rgb(211 2 14)}.whb-9x1ytaxq7aphtb3npidp .searchform{--wd-form-height:46px}.whb-general-header,.whb-header-bottom{background-color:rgb(0 0 0);border-bottom-width:0;border-bottom-style:solid}.whb-e6fk2q1nh63jdb1d9uvu .searchform{--wd-form-height:42px}.whb-header-bottom{background-color:rgb(211 2 14)}@font-face{font-weight:400;font-style:normal;font-family:"woodmart-font";src:url(//kafraty.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.6.0)format("woff2")}:root{--wd-text-font:"Almarai", Arial, Helvetica, sans-serif;--wd-text-font-weight:400;--wd-text-color:rgb(0,0,0);--wd-text-font-size:14px;--wd-title-font:"IBM Plex Sans Arabic", Arial, Helvetica, sans-serif;--wd-title-font-weight:400;--wd-title-color:rgb(0,0,0);--wd-entities-title-font:"IBM Plex Sans Arabic", Arial, Helvetica, sans-serif;--wd-entities-title-font-weight:400;--wd-entities-title-color:rgb(0,0,0);--wd-entities-title-color-hover:rgb(221, 51, 51);--wd-alternative-font:"IBM Plex Sans Arabic", Arial, Helvetica, sans-serif;--wd-widget-title-font:"IBM Plex Sans Arabic", Arial, Helvetica, sans-serif;--wd-widget-title-font-weight:600;--wd-widget-title-transform:uppercase;--wd-widget-title-color:rgb(221,51,51);--wd-widget-title-font-size:16px;--wd-header-el-font:"IBM Plex Sans Arabic", Arial, Helvetica, sans-serif;--wd-header-el-font-weight:400;--wd-header-el-transform:none;--wd-header-el-font-size:15px;--wd-primary-color:rgb(24,90,189);--wd-alternative-color:rgb(30,115,190);--wd-link-color:rgb(0,0,0);--wd-link-color-hover:rgb(0,0,0);--btn-default-font-family:"Akatab", Arial, Helvetica, sans-serif;--btn-default-font-weight:600;--btn-default-transform:uppercase;--btn-default-bgcolor:rgb(255,255,255);--btn-default-bgcolor-hover:rgb(0,0,0);--btn-accented-font-family:'Arial Black', Gadget, sans-serif;--btn-accented-bgcolor:rgb(0,0,0);--btn-accented-bgcolor-hover:rgb(0,0,0);--wd-form-brd-width:0px;--notices-success-bg:#459647;--notices-success-color:#fff;--notices-warning-bg:#E0B252;--notices-warning-color:#fff}.footer-container{background-color:#000;background-image:none}html .wd-nav-mobile>li>a,html .wd-nav.wd-nav-main>li>a{font-family:"IBM Plex Sans Arabic",Arial,Helvetica,sans-serif}.wd-search-form[class*=wd-header-search-form] form.searchform,[class*=color-scheme-light],body{--wd-form-bg:rgb(175,175,175)}:root{--wd-container-w:1222px;--wd-form-brd-radius:35px;--btn-default-color:#fff;--btn-default-color-hover:#fff;--btn-accented-color:#fff;--btn-accented-color-hover:#fff;--btn-default-brd-radius:5px;--btn-default-box-shadow:none;--btn-default-box-shadow-hover:none;--btn-accented-bottom-active:-1px;--btn-accented-brd-radius:0px;--btn-accented-box-shadow:inset 0 -2px 0 rgba(0, 0, 0, .15);--btn-accented-box-shadow-hover:inset 0 -2px 0 rgba(0, 0, 0, .15);--wd-brd-radius:12px}.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;overflow-wrap:normal!important;padding:0;position:absolute!important;width:1px}.screen-reader-text:focus{clip:auto!important;background-color:#fff;border-radius:3px;box-shadow:0 0 2px 2px rgb(0 0 0/.6);clip-path:none;color:#2b2d2f;display:block;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}