@charset "UTF-8";:root{--f-spinner-width:36px;--f-spinner-height:36px;--f-spinner-color-1:rgba(0, 0, 0, 0.1);--f-spinner-color-2:rgba(17, 24, 28, 0.8);--f-spinner-stroke:2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg :first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg :last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration,.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration,.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0,calc(var(--f-throw-out-distance,150px) * -1),0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0,var(--f-throw-out-distance,150px),0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration,.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration,.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(.975) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translate3d(0,0,0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(.975) translate3d(0,16px,0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration,.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration,.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration,.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration,.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration,.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration,.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0,0,0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0,0,0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0,0,0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0,0,0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width:40px;--f-button-height:40px;--f-button-border:0;--f-button-border-radius:0;--f-button-color:#374151;--f-button-bg:#f8f8f8;--f-button-hover-bg:#e0e0e0;--f-button-active-bg:#d0d0d0;--f-button-shadow:none;--f-button-transition:all 0.15s ease;--f-button-transform:none;--f-button-svg-width:20px;--f-button-svg-height:20px;--f-button-svg-stroke-width:1.5;--f-button-svg-fill:none;--f-button-svg-filter:none;--f-button-svg-disabled-opacity:0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover:hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:0}.f-button:focus-visible{outline:0;box-shadow:inset 0 0 0 var(--f-button-outline,2px) var(--f-button-outline-color,var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-next,.f-carousel__nav .f-button.is-prev,.fancybox__nav .f-button.is-next,.fancybox__nav .f-button.is-prev{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin,0px) + var(--fancybox-scrollbar-compensate,0px));overflow:hidden!important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color:#dbdbdb;--fancybox-hover-color:#fff;--fancybox-bg:rgba(24, 24, 27, 0.98);--fancybox-slide-gap:10px;--f-spinner-width:50px;--f-spinner-height:50px;--f-spinner-color-1:rgba(255, 255, 255, 0.1);--f-spinner-color-2:#bbb;--f-spinner-stroke:3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:transparent;overflow:visible;z-index:var(--fancybox-zIndex,1050);outline:0;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container ::after,.fancybox__container ::before{box-sizing:inherit}.fancybox__container::backdrop{background-color:rgba(0,0,0,0)}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:#0000004D;opacity:var(--fancybox-opacity,1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translate3d(0,0,0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-html5video,.fancybox__slide.has-iframe,.fancybox__slide.has-video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::after,.fancybox__slide::before{content:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__slide:empty,.fancybox__track:empty,.fancybox__viewport:empty{display:block}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color,#374151);background:var(--fancybox-content-bg,#fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [contenteditable],.fancybox__content [data-selectable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0,0,0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none;filter:blur(0)}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color,currentColor);opacity:var(--fancybox-opacity,1);cursor:auto;visibility:visible}.is-closing .fancybox__caption,.is-loading .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width:2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width:34px;--f-button-height:34px;--f-button-border-radius:4px;--f-button-color:var(--fancybox-color, #fff);--f-button-hover-color:var(--fancybox-color, #fff);--f-button-bg:transparent;--f-button-hover-bg:transparent;--f-button-active-bg:transparent;--f-button-svg-width:22px;--f-button-svg-height:22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity,1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius:50%;--f-button-color:#fff;--f-button-hover-color:#fff;--f-button-outline-color:#000;--f-button-bg:rgba(0, 0, 0, 0.6);--f-button-active-bg:rgba(0, 0, 0, 0.6);--f-button-hover-bg:rgba(0, 0, 0, 0.6);--f-button-svg-width:18px;--f-button-svg-height:18px;--f-button-svg-filter:none;top:5px;right:5px}.fancybox__nav{--f-button-width:50px;--f-button-height:50px;--f-button-border:0;--f-button-border-radius:50%;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:transparent;--f-button-hover-bg:rgba(24, 24, 27, 0.3);--f-button-active-bg:rgba(24, 24, 27, 0.5);--f-button-shadow:none;--f-button-transition:all 0.15s ease;--f-button-transform:none;--f-button-svg-width:26px;--f-button-svg-height:26px;--f-button-svg-stroke-width:2.5;--f-button-svg-fill:none;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity:0.65;--f-button-next-pos:1rem;--f-button-prev-pos:1rem;opacity:var(--fancybox-opacity,1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top,calc(var(--f-spinner-width) * -.5)) 0 0 var(--f-spinner-left,calc(var(--f-spinner-height) * -.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:0;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>:not(.fancybox__content),.fancybox__container.is-animated[aria-hidden=false]>:not(.fancybox__backdrop,.fancybox__carousel){animation:var(--f-interface-enter-duration,.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration,.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>:not(.fancybox__content),.fancybox__container.is-animated[aria-hidden=true]>:not(.fancybox__backdrop,.fancybox__carousel){animation:var(--f-interface-exit-duration,.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration,.35s) ease forwards f-fadeOut}.has-html5video .fancybox__content,.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-html5video .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-html5video .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.f-carousel__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-outline:0;--f-thumb-outline-color:#5eb0ef;--f-thumb-opacity:1;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1;--f-thumb-border-radius:2px;--f-thumb-offset:0px;--f-button-next-pos:0;--f-button-prev-pos:0}.f-carousel__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:0.5;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1}.f-carousel__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:16px;--f-thumb-clip-width:46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:transparent;user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2,#e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translate3d(0,0,0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width,0))*-.5);width:calc(var(--width,0)*1px + var(--f-thumb-clip-width,0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift,0) * -1px),0,0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0 0 var(--f-thumb-outline-color)) drop-shadow(2px 0 0 var(--f-thumb-outline-color)) drop-shadow(0 -1px 0 var(--f-thumb-outline-color)) drop-shadow(0 2px 0 var(--f-thumb-outline-color))}.f-thumbs__slide__button{appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100% 0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:0;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:0}.f-thumbs__slide__button:focus-visible{outline:0;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path:inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline,0) solid var(--f-thumb-outline-color,transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-border-radius:2px;--f-thumb-outline:2px;--f-thumb-outline-color:#ededed;position:relative;opacity:var(--fancybox-opacity,1);transition:max-height .35s cubic-bezier(.23,1,.32,1)}.fancybox__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:0.5;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255,255,255,.1),rgba(255,255,255,.05))}.fancybox__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:16px;--f-thumb-clip-width:46px;--f-thumb-opacity:1;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255,255,255,.1),rgba(255,255,255,.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width:64px;--f-thumb-clip-width:32px;--f-thumb-height:48px;--f-thumb-extra-gap:10px}.fancybox__thumbs.is-masked{max-height:0!important}.is-closing .fancybox__thumbs{transition:none!important}.fancybox__toolbar{--f-progress-color:var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width:46px;--f-button-height:46px;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:rgba(24, 24, 27, 0.65);--f-button-hover-bg:rgba(70, 70, 73, 0.65);--f-button-active-bg:rgba(90, 90, 93, 0.65);--f-button-border-radius:0;--f-button-svg-width:24px;--f-button-svg-height:24px;--f-button-svg-stroke-width:1.5;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill:none;--f-button-svg-disabled-opacity:0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color,currentColor);opacity:var(--fancybox-opacity,1);text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color,var(--f-carousel-theme-color,#0091ff));z-index:30;user-select:none;pointer-events:none}/*! Flickity v3.0.0
https://flickity.metafizzy.co
---------------------------------------------- */.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%;touch-action:pan-y}.flickity-slider{position:absolute;width:100%;height:100%;left:0}.flickity-rtl .flickity-slider{left:unset;right:0}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:grabbing}.flickity-cell{position:absolute;left:0}.flickity-rtl .flickity-cell{left:unset;right:0}.flickity-button{position:absolute;background:hsl(0 0% 100% / 75%);border:none;color:#333}.flickity-button:hover{background:#fff;cursor:pointer}.flickity-button:focus{outline:0;box-shadow:0 0 0 5px #19f}.flickity-button:active{opacity:.6}.flickity-button:disabled{opacity:.3;cursor:auto;pointer-events:none}.flickity-button-icon{fill:currentColor}.flickity-prev-next-button{top:50%;width:44px;height:44px;border-radius:50%;transform:translateY(-50%)}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button .flickity-button-icon{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;text-align:center;display:flex;justify-content:center;flex-wrap:wrap}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dot{display:block;width:10px;height:10px;padding:0;margin:0 8px;background:hsl(0 0% 20% / 25%);border-radius:50%;cursor:pointer;appearance:none;border:none;text-indent:-9999px;overflow:hidden}.flickity-rtl .flickity-page-dot{text-indent:9999px}.flickity-page-dot:focus{outline:0;box-shadow:0 0 0 5px #19f}.flickity-page-dot.is-selected{background:hsl(0 0% 20% / 100%)}@font-face{font-family:IRANSansX;font-style:normal;font-weight:100;src:url(../fonts/IRANSansX-Thin.woff2) format("woff2");font-display:swap}@font-face{font-family:IRANSansX;font-style:normal;font-weight:200;src:url(../fonts/IRANSansX-UltraLight.woff2) format("woff2");font-display:swap}@font-face{font-family:IRANSansX;font-style:normal;font-weight:300;src:url(../fonts/IRANSansX-Light.woff2) format("woff2");font-display:swap}@font-face{font-family:IRANSansX;font-style:normal;font-weight:500;src:url(../fonts/IRANSansX-Medium.woff2) format("woff2");font-display:swap}@font-face{font-family:IRANSansX;font-style:normal;font-weight:600;src:url(../fonts/IRANSansX-DemiBold.woff2) format("woff2");font-display:swap}@font-face{font-family:IRANSansX;font-style:normal;font-weight:800;src:url(../fonts/IRANSansX-ExtraBold.woff2) format("woff2");font-display:swap}@font-face{font-family:IRANSansX;font-style:normal;font-weight:900;src:url(../fonts/IRANSansX-Black.woff2) format("woff2");font-display:swap}@font-face{font-family:IRANSansX;font-style:normal;font-weight:700;src:url(../fonts/IRANSansX-Bold.woff2) format("woff2");font-display:swap}@font-face{font-family:IRANSansX;font-style:normal;font-weight:400;src:url(../fonts/IRANSansX-Regular.woff2) format("woff2");font-display:swap}@font-face{font-family:Nico-Moji;src:url(../fonts/Nico-Moji.ttf.woff) format("woff"),url(../fonts/Nico-Moji.ttf.svg#Nico-Moji) format("svg"),url(../fonts/Nico-Moji.ttf.eot),url(../fonts/Nico-Moji.eot?#iefix) format("embedded-opentype");font-weight:400;font-style:normal;font-display:swap}[data-aos=fade]{opacity:0;transition-property:opacity}[data-aos=fade].aos-animate{opacity:1}.js-lazy:not(.loaded){background:url(../img/spinner.svg) center center/3rem no-repeat}.fancybox__backdrop{background-color:rgba(11,11,11,.8)!important}.fancybox__caption{color:#fff!important;font-size:1.25rem}.u-text-medium{font-weight:400;font-size:.875rem;line-height:1.875rem;text-align:justify;vertical-align:middle;text-transform:capitalize}.u-text-white{color:#fff}.u-text-primary{color:#fc4e02}.u-bg-light{background-color:#f6f6f9}.u-bg-secondary-lighter{background-color:#f3edff}.u-bg-secondary-10{background-color:#e2d5ff}.u-text-body-lighter{color:#5c697f}.u-bg-gr-primary{position:relative}.u-bg-gr-primary::before{content:"";position:absolute;background:linear-gradient(180deg,#f7f6fe 0,rgba(247,246,254,0) 100%);width:100%;height:38.4375rem;top:0;left:0;z-index:-1}.u-text-gray{color:#525357!important}.u-text-black{color:#212121!important}.u-text-light-gray{color:#b6b6b9!important}.u-align-center{align-items:center}@media all and (min-width:992px){.u-align-center-l{align-items:center}}@media all and (min-width:992px){.u-margin-b-20-l{margin-bottom:1.25rem}}.u-margin-b-20{margin-bottom:1.25rem}.u-margin-t-20{margin-top:1.25rem}.u-mt-0{margin-top:0}.u-w100{width:100%}.u-ltr{direction:ltr}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{background:#fff;color:#000;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}button,html,input,select,textarea{font-family:Roboto,sans-serif}body{margin:0}a{background:0 0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:3.5rem;margin:.75em 0 .45em}h2{font-size:1.75rem;margin:2.5rem 0 1.25rem}h3{font-size:2rem;margin:1.25em 0 .6em}h4{font-size:1.5rem;margin:1.4em 0 .9em}h5{font-size:1rem;margin:1.85em 0 1.115em}h6{font-size:.835rem;margin:2.33em 0 1.75em}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}mark{background:0 0;color:inherit;font-weight:inherit}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:"“" "”" "‘" "’"}q:after,q:before{content:"";content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;vertical-align:baseline}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}*,::after,::before{box-sizing:inherit}html{box-sizing:border-box}html{font-size:16px;line-height:1.2;scroll-behavior:smooth;scroll-padding:3.125rem;width:100%;overflow-x:hidden;margin-top:0!important}@media all and (min-width:992px){html{scroll-padding:9.0625rem}}body{color:#212121;font-size:16px;font-weight:400;line-height:1.5;font-family:IRANSansX,Arial,Helvetica,sans-serif;-moz-font-feature-settings:"ss02";-webkit-font-feature-settings:"ss02";font-feature-settings:"ss02"}@media all and (min-width:992px){body{overflow-x:unset}}@media all and (min-width:992px){body.admin-bar{padding-top:2rem}}body.page-template-upgrade-addon{background-color:#121926;color:#fff}body.page-template-upgrade-addon h1,body.page-template-upgrade-addon h2,body.page-template-upgrade-addon h3,body.page-template-upgrade-addon h4,body.page-template-upgrade-addon h5,body.page-template-upgrade-addon h6,body.page-template-upgrade-addon p{color:inherit}body>.site{width:100%;max-width:2200px;margin-left:auto;margin-right:auto;overflow-x:hidden;overflow-y:clip}@media all and (min-width:992px){body>.site{overflow-x:initial;overflow-y:initial}}h1,h2,h3,h4,h5,h6{color:#212121;line-height:1.32}a{transition:.22s;color:#2c45af;text-decoration:none}a:hover{color:#e94702}a:focus{outline:0}a:visited{color:#2c45af}a:visited:hover{color:#e94702}img{max-width:100%;height:auto}svg{transition:.22s;max-width:100%}input:focus,textarea:focus{outline-color:#fc4e02;outline-width:.125rem;outline-style:solid}table{width:100%;border:none}td,th{text-align:right;border:none}td a,th a{color:#212121;text-decoration:none;cursor:pointer}td a:hover,th a:hover{color:#fc4e02}td i,th i{font-size:1.25rem}td button,th button{background-color:transparent;border:transparent;color:#212121;text-decoration:none;cursor:pointer;transition:.22s}td button:hover,th button:hover{color:#fc4e02}.is-sortable{border-bottom:none!important}.is-sortable thead th:nth-child(1){background:unset!important}.is-sortable thead th:nth-child(2){background-position-x:70%}.is-sortable thead th:nth-child(3){background-position-x:70%}.is-sortable thead th:nth-child(7){background-position-x:72%}.is-sortable tbody tr.not-available{pointer-events:none;opacity:.3}.is-sortable tbody td.dtr-control{background-image:url(../images/sort_asc.png);background-position:center left;background-repeat:no-repeat}@media all and (min-width:992px){.is-sortable tbody td.dtr-control{background-image:unset}}.is-sortable tbody td .dtr-details{list-style:none;text-align:left;width:100%;padding:0;margin-top:.25rem}.is-sortable tbody td .dtr-details li{display:flex;justify-content:space-between;border-bottom:1px solid #d8d8d8;padding:.5rem}ol,ul{padding-left:1.875rem}ol li,ul li{line-height:1.2}blockquote,q{padding:0 0 0 2rem;border-left:.125rem solid #212121;font-size:1.0625rem;line-height:1.45;margin:1.5rem 0;font-style:italic;color:#212121}blockquote p,q p{margin-bottom:1.5rem;font-size:inherit;line-height:inherit;font-style:inherit;color:inherit}blockquote cite,q cite{font-size:1rem;font-weight:400;line-height:1.2;color:#212121;font-style:normal}blockquote cite strong,q cite strong{font-weight:500;display:block}.o-container{width:100%;margin-right:auto;margin-left:auto;max-width:calc(100% - 2rem)}@media all and (min-width:768px){.o-container{padding-right:2rem;padding-left:2rem;max-width:calc(100% - 4rem)}}@media all and (min-width:992px){.o-container{padding:0;max-width:980px}}@media all and (min-width:1120px){.o-container{max-width:1100px}}@media all and (min-width:1300px){.o-container{max-width:1280px}}.o-container2x{width:100%;margin-right:auto;margin-left:auto}@media all and (min-width:768px){.o-container2x{max-width:calc(100% - 4rem)}}@media all and (min-width:992px){.o-container2x{max-width:68.75rem}}@media all and (min-width:1300px){.o-container2x{max-width:1440px}}.o-container2x-m-no-padding{width:100%;margin-right:auto;margin-left:auto}@media all and (min-width:768px){.o-container2x-m-no-padding{max-width:100%}}@media all and (min-width:992px){.o-container2x-m-no-padding{max-width:1100px}}@media all and (min-width:1120px){.o-container2x-m-no-padding{max-width:1300px}}@media all and (min-width:1300px){.o-container2x-m-no-padding{max-width:1440px}}.o-container-m-no-padding{width:100%;margin-right:auto;margin-left:auto;max-width:100%}@media all and (min-width:992px){.o-container-m-no-padding{padding:0;max-width:980px}}@media all and (min-width:1120px){.o-container-m-no-padding{max-width:1100px}}@media all and (min-width:1300px){.o-container-m-no-padding{max-width:1280px}}.o-container-m-no-padding{width:100%;margin-right:auto;margin-left:auto;max-width:100%}@media all and (min-width:992px){.o-container-m-no-padding{padding:0;max-width:980px}}@media all and (min-width:1120px){.o-container-m-no-padding{max-width:1100px}}@media all and (min-width:1300px){.o-container-m-no-padding{max-width:1280px}}body.woocommerce-cart .o-content-area .o-container,body.woocommerce-checkout .o-content-area .o-container{width:100%;max-width:100%}.o-onsale{padding:.21875rem .53125rem;font-weight:600;font-style:SemiBold;font-size:14px;line-height:100%;letter-spacing:0;text-align:right;border-radius:0 0 .75rem .75rem;color:#fff;background-color:#fc4e02}.o-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:3.25rem}@media all and (min-width:992px){.o-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem 2.5rem}}.o-grid--two-col{grid-template-columns:repeat(1,1fr);gap:2rem}@media all and (min-width:992px){.o-grid--two-col{grid-template-columns:repeat(2,1fr);gap:2.5rem}}.o-grid--three-col{grid-template-columns:repeat(1,1fr);gap:1rem}@media all and (min-width:992px){.o-grid--three-col{grid-template-columns:repeat(3,1fr);gap:1rem}}.o-grid--blog{gap:1.875rem}@media all and (min-width:992px){.o-grid--blog{gap:3.5rem 1rem}}@media all and (min-width:1120px){.o-grid--blog{gap:5rem 1.25rem}}.o-grid--four-col{grid-template-columns:repeat(2,1fr);gap:1rem}@media all and (min-width:992px){.o-grid--four-col{grid-template-columns:repeat(3,1fr);gap:1rem}}@media all and (min-width:1120px){.o-grid--four-col{grid-template-columns:repeat(4,1fr);gap:1rem}}.o-grid--four-col-l{grid-template-columns:repeat(1,1fr);gap:1rem}@media all and (min-width:768px){.o-grid--four-col-l{grid-template-columns:repeat(2,1fr);gap:1rem}}@media all and (min-width:992px){.o-grid--four-col-l{grid-template-columns:repeat(3,1fr);gap:1rem}}@media all and (min-width:1120px){.o-grid--four-col-l{grid-template-columns:repeat(4,1fr);gap:1rem}}@media all and (min-width:1120px){.o-grid__col-60{width:120%}}@media all and (min-width:992px){.o-grid__col-40{width:80%}.o-grid__col-40.o-grid__col-right{transform:translateX(20%) scaleX(1.1);transform-origin:top left}}@media all and (min-width:1120px){.o-grid__col-40{width:80%}.o-grid__col-40.o-grid__col-right{transform:translateX(20%) scaleX(1.2);transform-origin:top left}}@media all and (min-width:1300px){.o-grid__col-40.o-grid__col-right{transform:translateX(20%) scale(1.45);transform-origin:top left}.o-grid__col-40.o-grid__col-left{transform:translateX(20%) scale(1.45);transform-origin:top right}}@media screen and (min-width:1920px){.o-grid__col-40.o-grid__col-left{transform:translateX(20%) scale(1.6);transform-origin:top right}.o-grid__col-40.o-grid__col-right{transform:translateX(20%) scale(1.6)}}.o-grid--gap-sm{gap:1.5rem}@media all and (min-width:992px){.o-grid--gap-sm{gap:2rem 1.125rem}}.o-grid--gap-16{gap:1rem}.o-grid--gap-8-m{gap:.5rem}@media all and (min-width:992px){.o-grid--gap-20-l{gap:1.25rem}}@media all and (min-width:992px){.o-grid--gap-20-l .o-grid--gap-40-l{gap:2.5rem}}.o-grid--gap-20-l .o-grid__col--container-off{width:100%}@media all and (min-width:1120px){.o-grid--gap-20-l .o-grid__col--container-off{width:110%}}@media all and (min-width:1300px){.o-grid--gap-20-l .o-grid__col--container-off{width:121%}}@media (min-width:1600px){.o-grid--gap-20-l .o-grid__col--container-off{width:123.5%}}@media (min-width:1921px){.o-grid--gap-20-l .o-grid__col--container-off{width:121%}}@media (min-width:2560px){.o-grid--gap-20-l .o-grid__col--container-off{width:121%}}.o-grid--gap-20-l .o-grid__col--container-off-left{width:100%}@media all and (min-width:1120px){.o-grid--gap-20-l .o-grid__col--container-off-left{width:110%}}@media all and (min-width:1300px){.o-grid--gap-20-l .o-grid__col--container-off-left{width:120%;transform:translateX(-17%)}}.o-grid--product-single{display:flex;flex-wrap:wrap;gap:1rem}.o-grid--product-single .o-col--main{width:100%;max-width:100%}@media all and (min-width:992px){.o-grid--product-single{flex-wrap:nowrap}.o-grid--product-single .o-col--main{width:75%}.o-grid--product-single .o-col--buy{width:25%}}@media all and (min-width:1120px){.o-grid--product-single{grid-template-columns:75% 25%;gap:1rem}}.o-grid--product-main{display:block}@media all and (min-width:992px){.o-grid--product-main{display:grid;grid-template-columns:43% 57%;gap:0;align-items:start;margin-bottom:5rem}}@media all and (min-width:1120px){.o-grid--product-main{margin-bottom:7.8125rem;grid-template-columns:43% 57%;gap:0;align-items:start}}@media all and (min-width:992px){.o-col--specs{margin-right:1rem}}.o-grid--shop{display:flex;gap:.5rem;flex-wrap:wrap;align-items:flex-start}@media all and (min-width:992px){.o-grid--shop{flex-wrap:nowrap}}.o-grid--shop .woocommerce-no-products-found{width:100%!important}.o-grid--shop-list{width:100%}@media all and (min-width:992px){.o-grid--shop-list{width:78%}}@media all and (min-width:1120px){.o-grid--shop-list{width:74.6%}}.woocommerce .related.products{width:100%;margin-right:auto;margin-left:auto;max-width:calc(100% - 2rem)}@media all and (min-width:768px){.woocommerce .related.products{padding-right:2rem;padding-left:2rem;max-width:calc(100% - 4rem)}}@media all and (min-width:992px){.woocommerce .related.products{padding:0;max-width:980px}}@media all and (min-width:1120px){.woocommerce .related.products{max-width:1100px}}@media all and (min-width:1300px){.woocommerce .related.products{max-width:1280px}}.woocommerce .related.products .o-grid--shop-list{width:100%}@media all and (min-width:992px){.woocommerce .related.products .o-grid--shop-list{grid-template-columns:repeat(4,1fr);gap:1rem}}@media all and (min-width:1120px){.woocommerce .related.products .o-grid--shop-list{grid-template-columns:repeat(4,1fr);gap:1rem}}@media all and (min-width:992px){.o-sticky-box{position:sticky;top:6.5625rem}}.o-burger{padding:15px 15px;display:inline-block;cursor:pointer;transition-property:opacity,filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}@media all and (min-width:992px){.o-burger{display:none}}.o-burger:hover{opacity:.7}.o-burger.is-active:hover{opacity:.7}.o-burger.is-active .o-burger__inner,.o-burger.is-active .o-burger__inner::after,.o-burger.is-active .o-burger__inner::before{background-color:#000}.o-burger__box{width:22px;height:20px;display:inline-block;position:relative}.o-burger__inner{display:block;top:50%;margin-top:-2px}.o-burger__inner,.o-burger__inner::after,.o-burger__inner::before{width:22px;height:3px;background-color:#b6b6b9;border-radius:4px;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}.o-burger__inner::after,.o-burger__inner::before{content:"";display:block}.o-burger__inner::before{top:-16px}.o-burger--collapse .o-burger__inner{top:auto;bottom:0;transition-duration:.13s;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.o-burger--collapse .o-burger__inner::after{top:-8px;transition:top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear}.o-burger--collapse .o-burger__inner::before{transition:top .12s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19)}.o-burger--collapse.is-active .o-burger__inner{transform:translate3d(0,-10px,0) rotate(-45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.o-burger--collapse.is-active .o-burger__inner::after{top:0;opacity:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .22s linear}.o-burger--collapse.is-active .o-burger__inner::before{top:0;transform:rotate(-90deg);transition:top .1s .16s cubic-bezier(.33333,0,.66667,.33333),transform .13s .25s cubic-bezier(.215,.61,.355,1)}.c-btn{padding:.75rem;border-radius:1rem;display:inline-flex;justify-content:center;align-items:center;transition:.17s ease}.c-btn *{transition:.17s ease}.c-btn--cart{background-color:transparent}.c-btn--primary{background-color:#fc4e02;color:#fff;padding:0;border:none;display:inline-flex;font-weight:500;font-size:.875rem;line-height:100%;text-align:right;border-radius:1.25rem;white-space:nowrap}.c-btn--primary:hover{background-color:#e94702}.c-btn--primary .c-btn__icon{padding:.46875rem .5rem .46875rem .625rem;border-right:.125rem solid #fff;display:flex;min-width:2.5rem}.c-btn--primary .c-btn__icon svg path{stroke:#fff}.c-btn--primary .c-btn__label{padding:.53125rem 1.5rem .53125rem 1rem;color:#fff;display:flex}.c-btn--primary.c-btn--white{background-color:#fff;color:#fc4e02}.c-btn--primary.c-btn--white .c-btn__label{color:#fc4e02}.c-btn--primary.c-btn--white .c-btn__icon{border-right-color:#fc4e02}.c-btn--primary.c-btn--white .c-btn__icon svg path{stroke:#fc4e02}.c-btn--primary.is-loading{opacity:.7;cursor:not-allowed;pointer-events:none}.c-btn--primary.is-loading .c-btn__label::after{content:"...";animation:dots 1.5s steps(4,end) infinite}@keyframes dots{0%,20%{content:"."}40%{content:".."}100%,60%{content:"..."}}.c-btn--secondary{background-color:transparent;color:#fc4e02;padding:.6875rem 1.375rem;border-radius:1rem;font-weight:500;font-size:.875rem;line-height:100%;text-align:center;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:none!important}.c-btn--secondary .c-btn__icon{width:1.25rem;height:1.25rem;display:flex;justify-content:center;align-items:center;background:center center/100% no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.3334 10C18.3334 14.6024 14.6024 18.3333 10 18.3333C5.39765 18.3333 1.66669 14.6024 1.66669 10C1.66669 5.39764 5.39765 1.66668 10 1.66668C14.6024 1.66668 18.3334 5.39764 18.3334 10ZM7.05808 10.3914C6.814 10.6355 6.814 11.0312 7.05808 11.2753L9.55808 13.7753C9.80216 14.0194 10.1979 14.0194 10.442 13.7753L12.942 11.2753C13.186 11.0312 13.186 10.6355 12.942 10.3914C12.6979 10.1473 12.3022 10.1473 12.0581 10.3914L10.625 11.8245L10.625 6.66668C10.625 6.3215 10.3452 6.04168 10 6.04168C9.65484 6.04168 9.37502 6.3215 9.37502 6.66668L9.37502 11.8245L7.94196 10.3914C7.69788 10.1473 7.30216 10.1473 7.05808 10.3914Z' fill='%23FC4E02'/%3E%3C/svg%3E%0A")}.c-btn--secondary .c-btn__label--loading{display:none}.c-btn--secondary.is-loading{filter:grayscale(100%)}.c-btn--secondary.is-loading .c-btn__label{display:none}.c-btn--secondary.is-loading .c-btn__label--loading{display:block}.c-load-more-wrapper{text-align:center;margin-top:2.25rem}@media all and (min-width:992px){.c-load-more-wrapper{margin-top:4.1875rem}}@media all and (min-width:992px){.c-btn--variation-toggle{display:none}}.c-header{position:sticky;top:0;z-index:99;width:100%;background-color:#fff;padding:1rem .625rem;box-shadow:0 4px 4px 0 rgba(0,0,0,.031372549)}@media all and (min-width:768px){.c-header{padding:1.25rem}}@media all and (min-width:992px){.c-header{padding:1.5rem}}@media all and (min-width:992px){body.admin-bar .c-header{top:32px}}.c-header__main{display:flex;justify-content:space-between;align-items:center}.c-header__quick-access{width:auto;display:flex;align-items:center;gap:.5rem;justify-content:flex-end}@media all and (min-width:992px){.c-header__menu,.c-header__quick-access{width:40%}}.c-header__menu .c-nav{display:block;height:calc(100vh - 3.5rem);bottom:0;left:0}@media all and (min-width:992px){.c-header__menu .c-nav{height:auto}}@media all and (max-width:991px){.c-header__menu .c-nav{position:absolute;top:100%;right:1.25rem;width:70%;background-color:#fff;box-shadow:0 4px 4px 0 rgba(0,0,0,.08);z-index:98;padding:2rem 0;overflow-y:auto;height:max-content;transform:translateY(10%);opacity:0;visibility:hidden;border-radius:1rem;transition:transform .3s ease,opacity .3s ease,visibility .3s ease}.c-header__menu .c-nav.is-open{transform:translateY(0);opacity:1;visibility:visible;display:block}}@media all and (min-width:992px){.c-header__menu .c-nav{display:flex;position:static;transform:none;opacity:1;visibility:visible;box-shadow:none;max-height:none;overflow-y:visible}}.c-header__branding a{display:flex;justify-content:center}@media all and (min-width:768px){.c-header__branding{display:block;width:20%;max-width:14.5rem}}@media all and (min-width:992px){.c-header__branding{display:block;width:20%;max-width:14.5rem}}@keyframes rotate360{from{transform:rotate(0);transform-origin:center}to{transform:rotate(180deg);transform-origin:center}}.c-header__branding .c-header__branding__logo__icon{transition:transform .5s ease;transform-origin:center}.has-scrolled-down .c-header__branding .c-header__branding__logo__icon{transform:rotate(180deg)}.c-header__branding__logo{display:flex;align-items:center;gap:.8125rem;max-width:11.5625rem}.c-header__branding__logo div{max-width:unset;display:flex}@media all and (min-width:992px){.c-search{width:auto}}.c-search__form{width:100%;position:relative;display:inline-block}@media all and (min-width:992px){.c-search__form{width:auto}}.c-search__form__input{background-color:#d8d8d8;border:none;border-radius:1.125rem;padding:.71875rem 1rem;transition:cubic-bezier(.075,.82,.165,1);max-height:2.75rem;font-weight:500;font-style:Medium;font-size:.875rem;line-height:100%;letter-spacing:0;text-align:right;color:#212121}.c-search__form__input:focus{outline:solid 2px #fc4e02}.c-search__form__input::placeholder{color:#b6b6b9}@media all and (min-width:992px){.c-search__form__input::placeholder{color:#68696e}}.c-search__form__input{width:calc(100% - 2rem)}@media all and (min-width:992px){.c-search__form__input{max-width:18.75rem;max-height:2.5rem;padding:.5875rem 1rem;background-color:#ebebeb}}.c-search__form__btn{position:absolute;padding:0;left:.625rem;top:.625rem;background-color:transparent;border:none;border-radius:50%;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;transition:.15s;padding:none}@media all and (min-width:992px){.c-search__form__btn{top:.375rem;left:.375rem}.c-search__form__btn:hover{background-color:#fc4e02}.c-search__form__btn:hover path{stroke:#fff}}.c-search__form__btn svg path{transition:.15s}.c-search__form__btn svg:first-child{display:none}@media all and (min-width:992px){.c-search__form__btn svg:first-child{display:block}}@media all and (min-width:992px){.c-search__form__btn svg:last-child{display:none}}.search-body-box{overflow-y:auto;overflow-x:hidden;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.83);backdrop-filter:blur(16px);transition:all .5s ease-in-out;opacity:0;visibility:hidden;z-index:999999}.search-body-box.open{height:100%;opacity:1;visibility:visible}.search-body-box .close{position:fixed;top:1rem;left:2rem;color:rgba(255,255,255,.31);z-index:10;opacity:1;cursor:pointer;border-radius:5px;padding:0!important;transition:.3s;background:0 0!important;border:none;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center}.search-body-box .close:hover{color:#fff}.search-by-json-form{min-width:20rem;height:100%}.search-by-json{transition:all .3s;padding:6.875rem .625rem 4rem;position:relative;width:90%;margin-inline:auto}@media all and (min-width:768px){.search-by-json{padding:8rem 1rem 4rem;width:80%}}@media all and (min-width:992px){.search-by-json{padding:8rem 1rem 4rem;width:70%}}@media all and (min-width:1120px){.search-by-json{padding:8rem 1rem 4rem;width:60%}}.search-by-json .d-none{display:none!important}.search-by-json .show-hide{transition:all .7s}.search-by-json .fast-hide{opacity:0;overflow:hidden;visibility:hidden}.search-by-json .fast-show{opacity:1;visibility:visible}.search-by-json .input{position:relative;width:100%}.search-by-json .input input{width:100%;height:3.9375rem;outline:0;transition:.5s;margin:0;text-align:right;color:#2c2c2c;border-bottom:1px solid rgba(255,255,255,.34);background:#fff;border-radius:1rem;border:.1875rem solid rgba(0,0,0,.16);font-size:1rem;padding:0 2.5rem 0 2rem}@media all and (min-width:1120px){.search-by-json .input input{padding:0 6.75rem 0 6rem}}.search-by-json .input input::placeholder{font-size:1rem;color:gray}.search-by-json .input .empty{position:absolute;top:50%;transform:translateY(-50%);cursor:pointer;left:2rem;transition:.5s;line-height:1;color:rgba(0,0,0,.92)}.search-by-json .input .empty:hover{color:#fc4e02}.search-by-json .icon-search{position:absolute;right:.875rem;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;cursor:pointer}.search-by-json .icon-search svg path{stroke:#2c2c2c}.search-by-json .body{z-index:99999;width:100%;margin-block:.25rem;text-align:center;padding:.5rem;overflow-y:auto;height:100%;color:#fff}.search-by-json .body .default p{text-align:center;padding-top:2.5rem;color:#fff;font-size:1rem;display:flex;align-items:center;justify-content:center;gap:.3125rem}.search-by-json .body .not-found{font-size:1.1875rem;margin-top:3rem;color:#fff;display:flex;justify-content:center;align-items:center;gap:.3125rem}.search-by-json .body .is-search{padding:.5rem;text-align:right}@media all and (min-width:992px){.search-by-json .body .is-search{padding:1.25rem}}.search-by-json .body .is-search .posts{margin-top:1.5rem}.search-by-json .body .is-search .title-posts{font-weight:700;font-size:1.25rem;color:#fff;margin-bottom:1rem}.search-by-json .body .is-search .list-posts{display:block;gap:1.5rem;margin-block:1.5rem}@media all and (min-width:768px){.search-by-json .body .is-search .list-posts{display:grid;grid-template-columns:1fr}}.search-by-json .body .is-search .list-posts .item{transition:.5s;background-color:#fff;border-radius:.75rem;border:.0625rem solid rgba(255,255,255,.27);display:grid;grid-template-columns:6rem 11fr;padding:.625rem;align-items:center;gap:.9375rem;text-decoration:none;width:100%}.search-by-json .body .is-search .list-posts .item:hover{transform:translateY(-6px);color:inherit}.search-by-json .body .is-search .list-posts .item .img{display:flex;justify-content:center;align-items:center;border-radius:1rem;width:6rem;height:6rem;overflow:hidden}.search-by-json .body .is-search .list-posts .item .img img{width:100%;transition:all ease-in-out .3s}.search-by-json .body .is-search .list-posts .item:hover .img img{transform:scale(1.1)}.search-by-json .body .is-search .list-posts .item .title{font-weight:500;font-size:.90625rem;line-height:1.5;color:#2c2c2c;transition:all ease-in-out .3s}.search-by-json .body .is-search .list-posts .item:hover .title{color:#555454}.search-by-json .body .is-search .products{margin-bottom:2.5rem}.search-by-json .body .is-search .title-products{font-weight:700;font-size:1.25rem;color:#fff;margin-bottom:1rem}.search-by-json .body .is-search .list-products{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-block:1.5rem}@media all and (min-width:768px){.search-by-json .body .is-search .list-products{grid-template-columns:1fr}}.search-by-json .body .is-search .list-products .item{transition:.5s;background-color:#fff;border-radius:.75rem;border:.0625rem solid rgba(255,255,255,.27);display:grid;grid-template-columns:6rem 1fr;padding:.625rem;align-items:center;gap:.9375rem;text-decoration:none}.search-by-json .body .is-search .list-products .item:hover{transform:translateY(-6px);color:inherit}.search-by-json .body .is-search .list-products .item .img{display:flex;justify-content:center;align-items:center;border-radius:1rem;width:6rem;height:6rem;overflow:hidden}.search-by-json .body .is-search .list-products .item .img img{width:100%;height:100%;object-fit:cover;transition:all ease-in-out .3s}.search-by-json .body .is-search .list-products .item:hover .img img{transform:scale(1.1)}.search-by-json .body .is-search .list-products .item .titleAndPrice{display:flex;flex-direction:column;justify-content:space-between;height:100%;color:#2c2c2c}.search-by-json .body .is-search .list-products .item .title{font-weight:500;font-size:.90625rem;line-height:1.5;color:#2c2c2c;transition:all ease-in-out .3s;margin-bottom:.5rem}.search-by-json .body .is-search .list-products .item:hover .title{color:#555454}.search-by-json .body .is-search .list-products .item .price{line-height:1.5;text-align:left;position:relative;width:max-content;display:flex;align-items:center;color:#2c2c2c;flex-direction:row;gap:.5rem;margin-top:auto}.search-by-json .body .is-search .list-products .item .price del{font-size:.875rem;font-weight:700;text-decoration-color:#999;color:#999}.search-by-json .body .is-search .list-products .item .price del .woocommerce-Price-currencySymbol{font-size:.875rem;font-weight:700;color:#999}.search-by-json .body .is-search .list-products .item .price ins{display:inline-block;font-size:1rem;font-weight:700;text-decoration:none}.search-by-json .body .is-search .list-products .item .price .discount{display:inline-block;background:#d53343;color:#fff;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:500;margin-right:.25rem}.search-by-json .body .is-search .list-products .item .price .amount bdi,.search-by-json .body .is-search .list-products .item .price .woocommerce-Price-currencySymbol{font-size:1rem;font-weight:500;color:#fc4e02}.search-by-json .body .is-search .list-products .item .price del .amount bdi{font-size:.875rem;color:#999}.search-by-json .body .is-search .category{margin-bottom:1.5rem}.search-by-json .body .is-search .title-category{font-weight:700;font-size:1.25rem;color:#fff;margin-bottom:1rem}.search-by-json .body .is-search .list-category{margin-block:1.5rem}.search-by-json .body .is-search .list-category ul{display:block;list-style:none;padding:0;margin:0}.search-by-json .body .is-search .list-category li{text-align:center;display:inline-block;margin:.25rem .125rem}.search-by-json .body .is-search .list-category li:first-child{margin-right:0}.search-by-json .body .is-search .list-category li:last-child{margin-left:0}.search-by-json .body .is-search .list-category a{display:block;font-size:.875rem;border:1px solid rgba(226,227,229,.28);padding:1rem 1.75rem;font-weight:500;border-radius:1rem;transition:.4s;line-height:1.5;color:#fff;text-decoration:none}.search-by-json .body .is-search .list-category a:hover{background-color:#fc4e02;color:#fff}.c-search__btn{background:0 0;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.15s}.c-search__btn svg path{transition:.15s}.c-search__btn svg:first-child{display:none}@media all and (min-width:992px){.c-search__btn svg:first-child{display:block}}@media all and (min-width:992px){.c-search__btn svg:last-child{display:none}}@media all and (min-width:992px){.c-search__btn:hover path{stroke:#fc4e02}}.c-quick-access{display:none}@media all and (min-width:992px){.c-quick-access{display:flex;gap:.5rem}}.c-quick-access__link{width:2.5rem;height:2.5rem;border-radius:1.25rem;background-color:#ebebeb;display:flex;align-items:center;justify-content:center;transition:.15s;position:relative}.c-quick-access__link svg circle,.c-quick-access__link svg path{transition:.14s}@media all and (min-width:992px){.c-quick-access__link:hover{background-color:#fc4e02}.c-quick-access__link:hover svg circle,.c-quick-access__link:hover svg path{stroke:#fff}}@media all and (min-width:992px){.c-quick-access__link--toggle-menu{display:none}}.c-quick-access__cart-count{position:absolute;top:-.625rem;left:-.25rem;min-width:1.375rem;height:1.5rem;background-color:#fc4e02;color:#fff;border-radius:.625rem;display:flex;align-items:center;justify-content:center;font-size:.75rem;line-height:1;font-weight:600;padding:0 .375rem;border:2px solid #fff}.c-quick-access__link--menu-toggle{border:none;padding:0}.c-quick-access__link--menu-toggle:hover{background-color:#f2f6f7}@media all and (min-width:992px){.c-quick-access__link--menu-toggle{display:none}}.c-mini-cart{position:fixed;top:0;left:0;width:100%;max-width:26.25rem;height:100vh;background-color:#fff;z-index:10000;display:flex;flex-direction:column;transform:translateX(-100%);opacity:0;visibility:hidden;transition:transform .3s ease,opacity .3s ease,visibility .3s ease;box-shadow:2px 0 12px rgba(0,0,0,.1)}@media all and (min-width:992px){.c-mini-cart{max-width:30rem}}.c-mini-cart.is-active{transform:translateX(0);opacity:1;visibility:visible}.c-mini-cart .widget_shopping_cart_content{display:flex;flex-direction:column;height:100%}.c-mini-cart .c-mini-cart__footer{margin-top:auto}.js-mini-cart-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.5);z-index:9999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;pointer-events:none}.js-mini-cart-overlay.is-active{opacity:1;visibility:visible;pointer-events:all}.c-mini-cart__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #ededed;background-color:#fff;position:sticky;top:0;z-index:10}@media all and (min-width:992px){.c-mini-cart__header{padding:2rem}}.c-mini-cart__title{font-size:1.25rem;line-height:1.465rem;font-weight:600;color:#212121;margin:0}@media all and (min-width:992px){.c-mini-cart__title{font-size:1.5rem;line-height:1.758125rem}}.c-mini-cart__close{width:2.5rem;height:2.5rem;border-radius:.5rem;background-color:#f2f6f7;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.22s;padding:0}.c-mini-cart__close svg{width:1.25rem;height:1.25rem}.c-mini-cart__close svg path{transition:.22s;stroke:#68696e}.c-mini-cart__close:hover{background-color:#fc4e02}.c-mini-cart__close:hover svg path{stroke:#fff}.c-mini-cart__wrapper{flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden}.c-mini-cart__content{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;min-height:0}@media all and (min-width:992px){.c-mini-cart__content{padding:2rem}}.c-mini-cart__list{list-style:none;margin:0;padding:0;flex:1;min-height:0;overflow-y:auto}.c-mini-cart__list .woocommerce-mini-cart-item{display:flex;gap:1rem;padding:1rem 1rem 1rem 0;border-bottom:1px solid #ededed;position:relative}.c-mini-cart__list .woocommerce-mini-cart-item:last-child{border-bottom:none}.c-mini-cart__list .woocommerce-mini-cart-item .remove{position:absolute;top:0;right:.25rem;width:1.5rem;height:1.5rem;border-radius:.375rem;background-color:#f2f6f7;color:#68696e!important;font-size:1.6rem;font-weight:200;line-height:1;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:.22s;border:none;cursor:pointer}.c-mini-cart__list .woocommerce-mini-cart-item .remove:hover{background-color:#ff5630;color:#fff}.c-mini-cart__list .woocommerce-mini-cart-item .product-thumbnail-wrapper{flex-shrink:0;display:block;text-decoration:none}.c-mini-cart__list .woocommerce-mini-cart-item .product-thumbnail-wrapper img{width:5rem;height:5rem;object-fit:cover;border-radius:.5rem;border:1px solid #ededed;display:block}@media all and (min-width:992px){.c-mini-cart__list .woocommerce-mini-cart-item .product-thumbnail-wrapper img{width:6.25rem;height:6.25rem}}.c-mini-cart__list .woocommerce-mini-cart-item .product-details{flex:1;min-width:0;display:flex;flex-direction:column}.c-mini-cart__list .woocommerce-mini-cart-item .product-name{font-size:.875rem;line-height:1.5rem;font-weight:500;color:#212121;margin-bottom:.5rem;text-decoration:none}.c-mini-cart__list .woocommerce-mini-cart-item .product-name:hover{color:#fc4e02}.c-mini-cart__list .woocommerce-mini-cart-item .variation{font-size:.875rem;line-height:1.025625rem;color:#68696e;margin-top:.25rem}.c-mini-cart__list .woocommerce-mini-cart-item .variation dd,.c-mini-cart__list .woocommerce-mini-cart-item .variation dt{display:inline}.c-mini-cart__list .woocommerce-mini-cart-item .variation dt{font-weight:500;margin-left:.25rem}.c-mini-cart__list .woocommerce-mini-cart-item .quantity{font-size:.875rem;line-height:1.025625rem;font-weight:400;color:#68696e;margin-top:.25rem}.c-mini-cart__list .woocommerce-mini-cart-item .price{font-size:1rem;line-height:1.171875rem;font-weight:600;color:#212121}.c-mini-cart__empty{text-align:center;padding:3.75rem 1.5rem;color:#68696e;font-size:1rem;line-height:1.171875rem}.c-mini-cart__footer{padding:1.5rem 1.5rem 0 1.5rem;border-top:1px solid #ededed;background-color:#fff;flex-shrink:0}@media all and (min-width:992px){.c-mini-cart__footer{padding:2rem 2rem 0 2rem}}.c-mini-cart__total{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid #ededed}.c-mini-cart__total .total-label{font-size:1.125rem;line-height:1.318125rem;font-weight:600;color:#212121}.c-mini-cart__total .total-amount{font-size:1.25rem;line-height:1.465rem;font-weight:700;color:#fc4e02}.c-mini-cart__total .total-amount>strong{display:none}.c-mini-cart__buttons{display:flex;flex-direction:column;gap:.75rem}.c-mini-cart__buttons .c-btn{width:100%;justify-content:center}.c-mini-cart__buttons .c-btn--primary{padding:.625rem}.c-mini-cart__buttons .wc-forward.c-btn--white{background-color:#f2f6f7}.c-mini-cart__buttons .wc-forward.c-btn--white .c-btn__label{color:#212121}.c-mini-cart__buttons .wc-forward.c-btn--white:hover{background-color:#b6b6b9}.c-mini-cart__buttons .wc-forward.c-btn--white:hover .c-btn__label{color:#fff}body.mini-cart-open{overflow:hidden}.woocommerce ul.c-mini-cart__list li{padding-top:.75rem}.c-nav{display:flex;gap:10px}.s-nav{list-style:none;padding:0;margin:0;display:flex;align-items:center;gap:3rem;flex-direction:column}@media all and (min-width:992px){.s-nav{gap:1rem;flex-direction:row}}.s-nav a{font-weight:500;font-size:1.25rem;line-height:100%;letter-spacing:0;text-align:right;vertical-align:middle;color:#212121;padding:.625rem .25rem}@media all and (min-width:992px){.s-nav a{font-size:1rem}}.s-nav a:hover{color:#fc4e02}.s-nav .menu-item-has-children{position:relative}.s-nav .menu-item-has-children>a{display:flex;align-items:center;gap:.25rem}.s-nav .menu-item-has-children>a::after{content:"";display:inline-block;width:1rem;height:1rem;background:center center/100% no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.95388 5.67461C3.13359 5.46494 3.44924 5.44066 3.6589 5.62037L8.00017 9.34146L12.3414 5.62037C12.5511 5.44066 12.8668 5.46494 13.0465 5.67461C13.2262 5.88427 13.2019 6.19992 12.9922 6.37963L8.32557 10.3796C8.13832 10.5401 7.86202 10.5401 7.67478 10.3796L3.00811 6.37963C2.79845 6.19992 2.77417 5.88427 2.95388 5.67461Z' fill='%23212121'/%3E%3C/svg%3E%0A")}.s-nav .menu-item-has-children:hover a::after{background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.95388 5.67461C3.13359 5.46494 3.44924 5.44066 3.6589 5.62037L8.00017 9.34146L12.3414 5.62037C12.5511 5.44066 12.8668 5.46494 13.0465 5.67461C13.2262 5.88427 13.2019 6.19992 12.9922 6.37963L8.32557 10.3796C8.13832 10.5401 7.86202 10.5401 7.67478 10.3796L3.00811 6.37963C2.79845 6.19992 2.77417 5.88427 2.95388 5.67461Z' fill='%23FC4E02'/%3E%3C/svg%3E%0A")}.s-nav .menu-item-has-children:hover ul{opacity:1;transform:translateY(0);visibility:visible}.s-nav .menu-item-has-children::before{content:"";position:absolute;height:.6rem;top:100%;right:0;width:100%;height:.6rem}.s-nav .menu-item-has-children ul{padding:1.25rem 1rem;background-color:#fff;border-radius:1rem;border:1px solid #ebebeb;min-width:13.75rem;gap:.75rem;opacity:0;transform:translateY(1rem);visibility:hidden;transition:.15s ease}.s-nav .menu-item-has-children ul a{padding:.875rem 1.25rem .875rem .875rem;display:block;border-radius:.75rem}.s-nav .menu-item-has-children ul a:hover{background-color:#ffe9df}.c-nav--footer{width:100%;transform:translateY(-1.5rem);display:none}@media all and (min-width:992px){.c-nav--footer{margin-top:1.25rem;transform:unset;display:block}}@media all and (min-width:1120px){.c-nav--footer{margin-top:3rem;margin-bottom:4rem}}@media all and (min-width:1300px){.c-nav--footer{margin-top:3rem;margin-bottom:2rem}}@media screen and (min-width:1500px){.c-nav--footer{margin-top:2.5rem}}@media screen and (min-width:1600px){.c-nav--footer{margin-top:3rem;margin-bottom:2rem}}@media screen and (min-width:1800px){.c-nav--footer{margin-top:1.5rem;margin-bottom:2rem}}.s-nav-footer ul{display:flex;list-style:none;flex-direction:column;justify-content:flex-start;margin:0;background-color:rgba(255,255,255,.1);backdrop-filter:blur(40px);padding:2.5rem 1rem 1rem;border-radius:1rem}@media all and (min-width:992px){.s-nav-footer ul{padding:0;background:0 0;backdrop-filter:unset;gap:3rem;flex-direction:row;justify-content:center}}@media all and (min-width:1120px){.s-nav-footer ul{gap:3.5rem;flex-direction:row}}.s-nav-footer a{color:#fff;font-weight:400;font-size:1rem;line-height:2.5rem;display:flex;align-items:center;gap:.375rem}@media all and (min-width:992px){.s-nav-footer a{font-size:1rem;line-height:2rem}}.s-nav-footer a::before{content:"";display:block;width:.375rem;height:.375rem;border-radius:.1875rem;background-color:#fff;opacity:.2;transition:.12s ease}.s-nav-footer a:hover{color:#fff}.s-nav-footer a:hover::before{opacity:1}.c-nav--bottom{transition:.25s ease;box-shadow:0 0 6px 0 rgba(0,0,0,.0588235294);border-radius:1.25rem;width:90%;padding:.75rem .5rem;position:fixed;bottom:.625rem;left:5%;right:5%;height:4.75rem;z-index:199;background-color:#fff}@media all and (min-width:992px){.c-nav--bottom{display:none}}.c-nav--bottom .c-nav__grid{display:flex;gap:.625rem;align-items:center;justify-content:space-around}.c-nav--bottom .c-nav__item{min-width:3.5rem;position:relative;border-radius:2px;overflow:hidden}.c-nav--bottom .c-nav__item::after{content:"";width:100%;height:2px;display:block;position:absolute;left:0;bottom:0}.c-nav--bottom .c-nav__item.is-active::after{background-color:#fc4e02}.c-nav--bottom .c-nav__item.is-active .c-nav__item__icon svg .fillable{fill:#fc4e02}.c-nav--bottom .c-nav__item.is-active .c-nav__item__icon svg .stroke{stroke:#fc4e02}.c-nav--bottom .c-nav__item.is-active .c-nav__item__label{color:#fc4e02}.c-nav--bottom .c-nav__item__link{display:flex;flex-direction:column;align-items:center;color:#212121;gap:.25rem;font-weight:500;font-size:.8125rem;line-height:1.25rem;letter-spacing:.1px;text-align:center;padding:.25rem 0}.c-nav--bottom .c-nav__item__icon{display:flex}.c-pc-cats{margin-top:2rem;margin-bottom:.5rem}@media all and (min-width:992px){.c-pc-cats{margin-top:3.5rem;margin-bottom:1.5rem}}.c-pc-cats__main{display:flex;justify-content:space-between;gap:.5rem}.c-pc-cats__main__col{display:flex;gap:2.125rem;flex-grow:1}@media all and (min-width:992px){.c-pc-cats__main__col{flex-grow:unset}}.c-slider--hero{position:relative;aspect-ratio:16/7}.c-slider--hero .flickity-button{display:none}@media all and (min-width:992px){.c-slider--hero .flickity-button{display:block}}.c-slider--hero .flickity-button.previous{bottom:3.125rem;left:3.125rem;top:unset}.c-slider--hero .flickity-button.next{bottom:3.125rem;left:7.5rem;right:unset;top:unset}.c-slider--hero .c-slider__slide{position:absolute;width:100%;top:0;left:0;background:center center/cover no-repeat;display:flex;align-items:center;aspect-ratio:16/7}.c-slider--hero .c-slider__slide img{object-fit:cover;width:100%;height:100%;object-position:center}.c-slider--hero .c-slider__slide .c-slider__slide__link{position:absolute;width:100%;height:100%;z-index:2;left:0;top:0}.c-slider--hero .c-slider__slide__content{padding:7% 0}.c-slider--hero .c-slider__slide__title{font-weight:700;font-size:1.5rem;line-height:150%;text-align:right;vertical-align:middle;color:#fff;max-width:40%;text-transform:capitalize;transform:translateX(70rem) rotateX(60deg);transition:0s;transition-delay:.6s}@media all and (min-width:992px){.c-slider--hero .c-slider__slide__title{font-size:3.125rem;line-height:180%}}@media screen and (min-width:1400px){.c-slider--hero .c-slider__slide__title{font-size:4.375rem}}@media screen and (min-width:2200px){.c-slider--hero .c-slider__slide__title{font-size:4rem}}.c-slider--hero .c-slider__slide__add-image{position:absolute;height:auto;width:40%;left:16%;top:12%;transform:translateY(-80rem) rotate(-90deg);transition:0s;transition-delay:.6s}@media all and (min-width:992px){.c-slider--hero .c-slider__slide__add-image{top:0;left:20%}}.c-slider--hero .c-slider__slide__add-image__img{width:100%;height:auto}.c-slider--hero .c-slider__slide__btn{transform:translateY(40rem) scale(.7);transition:0s;transition-delay:.6s}.c-slider--hero .c-slider__slide.is-selected .c-slider__slide__btn{transition:1.15S ease .5s}.c-slider--hero .c-slider__slide.is-selected .c-slider__slide__add-image{transition:1.4s ease .4s}.c-slider--hero .c-slider__slide.is-selected .c-slider__slide__title{transition:1.2s .3s}.c-slider--hero .c-slider__slide.is-selected .c-slider__slide__btn{transform:scale(.8)}.c-slider--hero .c-slider__slide.is-selected .c-slider__slide__add-image,.c-slider--hero .c-slider__slide.is-selected .c-slider__slide__btn,.c-slider--hero .c-slider__slide.is-selected .c-slider__slide__title{transform:unset}.c-slider--hero .c-slider__slide.is-selected .c-slider__slide__btn{transform:scale(.7)}@media all and (min-width:992px){.c-slider--hero .c-slider__slide.is-selected .c-slider__slide__btn{transform:unset}}.c-card--pc-part{position:relative;display:flex;transition:all .22s ease;cursor:pointer;width:100%}@media all and (min-width:992px){.c-card--pc-part{padding:1rem 1.0625rem}.c-card--pc-part::before{content:"";position:absolute;inset:0;border:3px solid transparent;border-radius:45px;background:linear-gradient(to right,#c0d3d8 0,rgba(192,211,216,0) 25%,rgba(255,0,0,0)) border-box;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;transition:all .22s ease}.c-card--pc-part::after{content:"";width:80px;height:6px;background:linear-gradient(to left,#c0d3d8 0,rgba(192,211,216,0) 95%);position:absolute;right:100%;top:50%;transform:scaleY(-50%);display:block;transition:.5s}}.c-card--pc-part.is-active::before,.c-card--pc-part:hover::before{background:linear-gradient(to right,#fc4e02 0,rgba(252,78,2,0) 25%,rgba(255,0,0,0)) border-box}.c-card--pc-part.is-active::after,.c-card--pc-part:hover::after{opacity:0;transition:.2s}.c-card--pc-part .c-card__link{position:absolute;left:0;top:0;width:100%;height:100%}.c-card__main{padding:.775rem 1rem .775rem 0;background-color:#f2f6f7;border-radius:1.5rem;display:flex;gap:.8125rem;align-items:center;min-width:8.75rem;width:100%}@media all and (min-width:992px){.c-card__main{width:12.5rem}}.c-card__main__image{min-width:3.5rem}.c-card__main_content__title{font-weight:600;font-size:.8125rem;line-height:100%;text-align:right;margin-bottom:.5rem;transition:.2s ease}@media all and (min-width:992px){.c-card__main_content__title{font-size:1.125rem}}.c-card__main_content__count{font-family:IRANSansX;font-weight:400;font-style:Regular;font-size:.625rem;line-height:100%;letter-spacing:0;text-align:right;color:#68696e}@media all and (min-width:992px){.c-card__main_content__count{font-size:.875rem}}@media all and (min-width:992px){.c-cards--right-side .c-card--pc-part::before{background:linear-gradient(to right,rgba(255,0,0,0) 0,rgba(192,211,216,0) 75%,#c0d3d8) border-box}.c-cards--right-side .c-card--pc-part::after{content:"";width:80px;height:6px;background:linear-gradient(to left,rgba(192,211,216,0) 0,#c0d3d8 95%);position:absolute;right:-5rem;top:50%;transform:scaleY(-50%);display:block;transition:.5s}}@media screen and (min-width:992px) and (min-width:2200px){.c-cards--right-side .c-card--pc-part::after{right:-3.9rem}}@media screen and (min-width:992px) and (min-width:2800px){.c-cards--right-side .c-card--pc-part::after{right:-3.2rem}}@media screen and (min-width:992px) and (min-width:3200px){.c-cards--right-side .c-card--pc-part::after{right:-2.5rem}}@media screen and (min-width:992px) and (min-width:3600px){.c-cards--right-side .c-card--pc-part::after{right:-2.8rem}}.c-cards--right-side .c-card--pc-part.is-active::before,.c-cards--right-side .c-card--pc-part:hover::before{background:linear-gradient(to right,rgba(255,0,0,0) 0,rgba(252,78,2,0) 75%,#fc4e02) border-box}.c-cards--right-side .c-card--pc-part.is-active::after,.c-cards--right-side .c-card--pc-part:hover::after{opacity:0;transition:.2s}.c-card__market-start{position:absolute;left:0;top:50%;transform:translateY(-50%)}.c-cards--right-side .c-card__market-start{left:unset;right:0}.c-card--pc-part.is-active .c-card__main_content__title{color:#fc4e02}.c-pc-cats__main__col--center{display:none}@media all and (min-width:992px){.c-pc-cats__main__col--center{display:flex;justify-content:center;align-items:center}}.c-cards--col{display:flex;flex-direction:column;gap:.5rem;width:100%}@media all and (min-width:992px){.c-cards--col{gap:2rem}}.o-grid--shop-list .c-card--product{height:100%}.c-card--product{padding:1rem;background-color:#fff;border-radius:1rem;border:.0625rem solid #f2f6f7;position:relative}.c-card--product .c-card__image{position:relative;background:url(../img/product-img-wrap.svg) bottom center/100% no-repeat;border-radius:1rem 1rem 0 0}.c-card--product .c-card__image__wrapper{text-align:center;border-radius:1rem}.c-card--product .c-card__image__wrapper img{width:12.5rem;height:12.5rem;max-height:10rem;object-fit:contain}.c-card--product .c-card__image__foot{position:absolute;bottom:0;left:50%;width:5rem;height:1.25rem;transform:translateX(-50%);display:flex;justify-content:center;align-items:center}.c-card--product .c-card__image__foot a{display:flex;align-items:center;justify-content:center}.c-card--product .c-card__image__foot img{max-width:90%;width:auto;max-height:18px;object-fit:contain}.c-offers--special-offers-carousel .c-card--product{margin:0 .625rem}.c-case{position:relative}.c-case__marker{position:absolute;width:4rem;height:4rem;border-radius:2rem;display:flex;align-items:center;justify-content:center;cursor:pointer}.c-case__marker img{position:absolute;left:50%;top:50%;transform:translateY(-50%) translateX(-50%);width:1.5rem;height:1.5rem;transition:.13s ease-in;z-index:1}.c-case__marker img:last-child{opacity:0}.c-case__marker.is-active img:first-child{opacity:0}.c-case__marker.is-active img:last-child{opacity:1}.c-case__marker::before{content:"";position:absolute;width:100%;height:100%;backdrop-filter:blur(4px);z-index:0;border-radius:50%}.c-case__marker__link{position:absolute;left:0;top:0;height:100%;width:100%;z-index:4}.c-case__marker--case{right:5%;top:9%}.c-case__marker--fan{right:14%;top:58%}.c-case__marker--cpu{left:32%;top:35%}.c-case__marker--ssd{left:55%;top:36%}.c-case__marker--ram{left:42%;top:42%}.c-case__marker--motherboard{left:20%;top:30%}.c-case__marker--graphic-card{left:25%;top:54%}.c-case__marker--power{left:11%;top:67%}.c-offers .c-offers__carousel-nav{display:flex!important}.c-offers--special-offers-carousel{position:relative;min-height:21.875rem;margin-bottom:2rem;padding-bottom:2rem}@media screen and (min-width:2000px){.c-offers--special-offers-carousel .o-container-m-no-padding{max-width:1800px}}.c-offers__branding{display:flex;align-items:center;justify-content:center;width:100%;position:relative;top:2.8125rem}@media all and (min-width:992px){.c-offers__branding{top:5.5rem}}.c-offers__bg_bottom{position:absolute;left:0;bottom:-.0625rem;display:block;width:100%;min-height:4.125rem;background:url(../img/offer-bottom-curve.svg) bottom center/102% no-repeat;z-index:9;transform:scale(1.05)}@media all and (min-width:992px){.c-offers__bg_bottom{bottom:-.125rem;transform:unset}}@media screen and (min-width:2400px){.c-offers__bg_bottom{height:5rem;background:url(../img/offer-bottom-curve.svg) bottom center/cover no-repeat}}@media screen and (min-width:3200px){.c-offers__bg_bottom{height:5.3125rem;background:url(../img/offer-bottom-curve.svg) bottom center/cover no-repeat}}.c-offers__branding__logo{width:4rem;height:4rem;background-color:#fff;border-radius:2rem;display:flex;justify-content:center;align-items:center;z-index:10}.c-offers__main{padding-top:7.5rem;position:relative;display:flex;gap:1.25rem;flex-wrap:wrap}@media all and (min-width:992px){.c-offers__main{padding-top:7.5rem;flex-wrap:nowrap}}@media all and (min-width:1120px){.c-offers__main{padding-top:8.875rem}}@media screen and (min-width:2201px){.c-offers__main{padding-right:4rem;padding-left:4rem}}.c-offers__main__intro{flex-basis:100%;align-self:center}@media all and (min-width:992px){.c-offers__main__intro{flex-basis:32%}}.c-offers__bg{position:absolute;left:0;top:0;width:100%;min-height:43.75rem;background:#fc4e02 url(../img/offers-bg.png) bottom center/100% repeat;height:100%}@media all and (min-width:992px){.c-offers__bg{height:46.875rem}}@media all and (min-width:1120px){.c-offers__bg{min-height:43.75rem}}.c-offers__bg::before{content:"";position:absolute;left:0;top:0;display:block;width:100%;height:10rem;background:#fff;clip-path:ellipse(75% 50% at 50% 0);z-index:9}@media all and (min-width:992px){.c-offers__bg::before{clip-path:ellipse(55% 60% at 50% 0);height:12.5rem}}.c-offers__bg::after{content:"";width:100%;height:100%;position:absolute;left:0;right:0;background:linear-gradient(130deg,rgba(235,235,235,0) 0,rgba(235,235,235,.35) 40%,rgba(235,235,235,0) 111.64%);display:block}.c-offers__title{margin-bottom:2rem}@media all and (min-width:992px){.c-offers__title{margin-bottom:0}}.c-offers__title__noraml{font-family:IRANSansX;font-weight:300;font-style:Light;font-size:1.75rem;line-height:100%;letter-spacing:0;text-align:center;vertical-align:middle;color:#fff;display:block;text-align:center;margin-top:.75rem}@media all and (min-width:992px){.c-offers__title__noraml{font-size:2rem;margin-top:.75rem}}.c-offers__title__bold{font-family:IRANSansX;font-weight:700;font-style:Bold;font-size:2rem;line-height:100%;letter-spacing:0;text-align:center;vertical-align:middle;color:#fff;display:block;text-align:center}@media all and (min-width:992px){.c-offers__title__bold{font-size:2.5rem}}.c-offers__intro__image{text-align:center;display:none}@media all and (min-width:992px){.c-offers__intro__image{margin:1.5rem 0;display:block}}.c-offers__carousel-nav{display:flex}.c-offers__carousel-nav{display:flex;gap:.5rem;justify-content:center}@media all and (min-width:992px){.c-offers__carousel-nav{display:none}}.c-offers__carousel-nav__btn{width:2.5rem;height:2.5rem;border-radius:1.25rem;background-color:#fff;border:none;display:flex;justify-content:center;align-items:center}.c-offers__main__carousel{width:100%;position:relative;z-index:10}.c-offers__mobile-nav{position:relative;margin-top:2rem;z-index:9}.c-offers__carousel-nav--orange{width:100%}.c-carousel--product{display:flex;width:100%;height:21.875rem}@media all and (min-width:992px){.c-carousel--product{height:28.125rem}}.c-carousel--product .flickity-slider,.c-carousel--product .flickity-viewport{width:100%}.c-carousel--three-col:not(.flickity-enabled) .c-carousel__slide:nth-child(n+4){display:none}.c-carousel--three-col .c-carousel__slide{width:90%}@media all and (min-width:992px){.c-carousel--three-col .c-carousel__slide{width:calc(33.3333% - 1.25rem);min-width:19.6875rem}}.js-carousel-mobile{max-width:100%;overflow-x:hidden}.c-card--product{min-width:15rem;min-height:18.75rem;display:flex;flex-direction:column;transition:.2s}@media all and (min-width:992px){.c-card--product{min-width:16.25rem;min-height:24.375rem}}.c-card--product .c-card__main{background-color:transparent;width:100%;padding:0;margin-top:1.375rem;margin-bottom:auto}.c-card--product .c-card__main__title{font-family:IRANSansX;font-weight:600;font-style:DemiBold;font-size:.875rem;line-height:2rem;text-align:right}@media all and (min-width:992px){.c-card--product .c-card__main__title{font-size:1rem}}.c-card--product .c-card__footer{margin-top:1.125rem;display:flex;justify-content:space-between;align-items:center}.c-card--product .c-card__price{display:flex;flex-direction:column;gap:.625rem}.c-card--product .c-card__price .woocommerce-Price-currencySymbol{margin-right:.25rem}.c-card--product .c-card__price del{font-weight:400;font-style:Regular;font-size:.875rem;line-height:100%;text-align:right;text-decoration:line-through;color:#68696e}.c-card--product .c-card__price del .woocommerce-Price-currencySymbol{display:none}.c-card--product .c-card__price ins{text-decoration:none}.c-card--product .c-card__price ins bdi{font-weight:700;font-size:1rem;line-height:100%;letter-spacing:0;text-align:right;color:#212121;transition:.16s}.c-card--product .c-card__price ins bdi .woocommerce-Price-currencySymbol{font-weight:400}.c-card--product .c-card__price>span>bdi{font-weight:700;font-size:1rem;line-height:100%;letter-spacing:0;text-align:right;color:#212121;transition:.16s}.c-card--product .c-card__price .price-from{font-size:.875rem;line-height:1}.c-card--product .c-card__link{position:absolute;left:0;top:0;width:100%;height:100%;z-index:2}.c-card--product:hover{border-color:#b6b6b9}.c-card--product:hover .c-btn{background-color:#fc4e02}.c-card--product:hover .c-btn svg{filter:brightness(0) invert(1)}.c-card--product:hover .c-card__price ins bdi{color:#fc4e02}.c-card--product .c-card__banner{position:absolute;top:0;left:1.5rem}.o-col .c-card--product{height:100%}.c-showcase__main .o-col{width:80%;min-height:18.75rem}@media all and (min-width:768px){.c-showcase__main .o-col{width:auto;min-height:unset}}.c-showcase__main .o-grid.flickity-enabled{display:block;grid-template-columns:unset!important}.c-showcase__main .o-grid.flickity-enabled .o-col{margin:0 .625rem}@media all and (min-width:992px){.c-showcase__main .o-grid.flickity-enabled .o-col{margin:0}}.c-showcase__main .flickity-viewport{display:block;grid-template-columns:unset!important;min-height:22.1875rem;width:100%}.c-showcase__footer{margin-top:2.5rem;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.c-banner{border-radius:1rem;overflow:hidden;position:relative}.c-banner--square{padding-bottom:100%}.c-banner--square:hover .c-banner__img{transform:scale(.95)}.c-banner__link{display:flex;width:100%;height:100%;position:absolute;border-radius:1.25rem;overflow:hidden}.c-banner__img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;transition:.2s}.c-block{margin:3.5rem 0;max-width:100%}@media all and (min-width:992px){.c-block{margin:6.5rem 0}}.c-block--lg{margin:5rem 0}@media all and (min-width:768px){.c-block--lg{margin:6rem 0}}@media all and (min-width:992px){.c-block--lg{margin:6.5rem 0}}@media all and (min-width:1120px){.c-block--lg{margin:9rem 0}}.c-block-header{display:flex;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;justify-content:center;text-align:center}@media all and (min-width:992px){.c-block-header{margin-bottom:2.5rem;flex-wrap:nowrap}}.c-block-header__title{font-family:IRANSansX;font-weight:700;font-style:Bold;font-size:1.125rem;line-height:180%;letter-spacing:0;text-transform:capitalize;margin:0;order:1;text-align:center}@media all and (min-width:992px){.c-block-header__title{order:0;font-size:1.75rem;line-height:180%;text-align:right}}.c-block-header__icon{margin:0 0 .5rem;display:flex}@media all and (min-width:992px){.c-block-header__icon{margin:0 auto}}.c-block-header__icon svg{width:1.25rem}@media all and (min-width:992px){.c-block-header__icon svg{width:2rem}}.c-block-header__subtitle{font-family:Nico-Moji,IRANSansX,Arial,Helvetica,sans-serif;font-weight:400;font-style:Regular;font-size:.875rem;line-height:180%;letter-spacing:0;text-transform:capitalize;color:#ebebeb;width:100%;order:1;text-align:center}@media all and (min-width:992px){.c-block-header__subtitle{width:auto;order:0;font-size:1.5rem;line-height:180%;text-align:left}}.c-block-header__subtitle,.c-block-header__title{width:100%}@media all and (min-width:992px){.c-block-header__subtitle,.c-block-header__title{width:40%}}.c-page-header--white .c-block-header__title{color:#fff}.c-page-header--white .c-block-header__icon svg path{fill:#fff}.c-brands{position:relative}.c-brands::after,.c-brands::before{content:"";width:13.9375rem;height:110%;z-index:3;top:-5%;position:absolute;pointer-events:none}.c-brands::before{left:0;background:linear-gradient(270deg,rgba(255,255,255,0) 50%,#fff 100%)}@media all and (min-width:992px){.c-brands::before{background:linear-gradient(270deg,rgba(255,255,255,0) 0,#fff 100%)}}.c-brands::after{right:0;background:linear-gradient(90deg,rgba(255,255,255,0) 50%,#fff 100%)}@media all and (min-width:992px){.c-brands::after{background:linear-gradient(90deg,rgba(255,255,255,0) 0,#fff 100%)}}.c-brands__carousel__first{margin-bottom:1.5rem}.c-brand__logo{border:1px solid;border-image-source:linear-gradient(101.84deg,rgba(255,255,255,.5) -24.96%,rgba(255,255,255,0) 37.52%,rgba(255,255,255,.5) 100%);background-color:#f2f6f7;border-radius:1rem;padding:1.1875rem 1.8125rem;min-width:8.375rem;max-width:9.375rem;min-height:2.625rem;height:auto;display:inline-flex;align-items:center;justify-content:center;position:relative}@media screen and (min-width:550px){.c-brand__logo{max-width:unset}}.c-brand__logo a{width:100%;height:100%;position:absolute;left:0;top:0}.c-brand__logo img{max-width:8.375rem;height:auto;max-height:2.625rem}.c-carousel--brands .swiper .swiper-wrapper{transition-timing-function:linear!important}.c-article--card{position:relative}.c-article--card .c-article__header{position:relative;padding-bottom:53%;border-radius:1rem;overflow:hidden}.c-article--card .c-article__date{padding-top:.125rem;position:absolute;left:50%;top:0;transform:translateX(-50%);width:14.75rem;height:1.75rem;background:url(../img/blog-date.svg) top center/100% auto no-repeat;z-index:3;font-weight:600;font-size:.875rem;line-height:100%;text-align:center}.c-article--card .c-article__main__thumbnail{position:absolute;left:0;top:0;width:100%;height:100%;transition:.2s}.c-article--card .c-article__main__thumbnail img{position:absolute;left:0;top:0;width:100%;height:100%;object-position:center center;object-fit:cover}.c-article--card .c-article__main{padding-top:1.25rem}.c-article--card .c-article__main__title{font-weight:600;font-size:1rem;line-height:1.75rem;letter-spacing:0;margin:0;transition:.15s;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;min-height:4.5rem}@media all and (min-width:992px){.c-article--card .c-article__main__title{min-height:unset;text-overflow:initial;overflow:initial;display:block}}.c-article--card .c-article__link{position:absolute;left:0;top:0;width:100%;height:100%;border-radius:1rem;z-index:6}.c-article--card:hover .c-article__main__title{color:#fc4e02}.c-article--row{display:flex;gap:.75rem;position:relative}.c-article--row .c-article__main__thumbnail{width:5rem;height:5rem;border-radius:1rem;overflow:hidden}.c-article--row .c-article__main__thumbnail img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}.c-article--row .c-article__main{display:flex;flex-direction:column}.c-article--row .c-article__date{display:flex;align-items:center;gap:.25rem;font-weight:400;font-size:.625rem}.c-article--row .c-article__main__title{margin:0;font-weight:500;font-size:1rem;line-height:1.75rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis}.c-article--row .c-article__link{position:absolute;left:0;top:0;width:100%;height:100%;border-radius:1rem;z-index:6}.star-rating .star{cursor:pointer}.star-rating .star.selected path{fill:#f7b661}.c-blog .o-grid.flickity-enabled{display:block;grid-template-columns:unset!important}.c-blog .o-grid.flickity-enabled .o-col{margin:0 .625rem}@media all and (min-width:992px){.c-blog .o-grid.flickity-enabled .o-col{margin:0}}.c-blog .flickity-viewport{display:block;grid-template-columns:unset!important;min-height:16.875rem;width:100%}.c-blog .flickity-viewport .c-article--card{max-width:413px;margin-left:auto;margin-right:auto}.c-blog .flickity-viewport .o-col{width:100%}@media all and (min-width:768px){.c-blog .flickity-viewport .o-col{width:auto}}.c-blog__footer{margin-top:2.5rem;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.o-grid--blog{position:relative;min-height:12.5rem}.o-grid--blog:empty{text-align:right;font-size:1.25rem;font-weight:700;align-items:center}.o-grid--blog:empty::before{content:"هیج موردی پیدا نشد."}.o-grid--blog.is-loading{opacity:.6;pointer-events:none}.o-grid--blog.is-loading::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:2.5rem;height:2.5rem;border:.1875rem solid rgba(252,78,2,.3);border-top-color:#fc4e02;border-radius:50%;animation:spin .8s linear infinite;z-index:10}@keyframes spin{to{transform:translate(-50%,-50%) rotate(360deg)}}.c-footer{position:relative;margin-top:4.375rem}@media all and (min-width:992px){.c-footer{margin-top:8.75rem}}.c-footer__main{width:100%;min-height:37.5rem;background:#fc4e02 url(../img/pattern.svg) center center/auto repeat;background-repeat:50px/40px repeat;padding-top:8.125rem;padding-bottom:2rem;position:relative}.c-footer__main .c-footer__branding{height:5.3125rem;width:100%;position:absolute;left:0;top:-.2rem;content:"";display:flex;justify-content:center;align-items:center;z-index:3}.c-footer__main .c-footer__logo{height:5.3125rem;width:7.625rem;background:url(../img/footer-top-shape.svg) center center/100% no-repeat;display:flex;align-items:center;justify-content:center}.c-footer__main .c-footer__logo img{-webkit-animation:spin 3.5s linear infinite;animation:spin 3.5s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.c-footer__main::before{position:absolute;content:"";width:100%;left:0;right:0;top:0;background:#fff;height:2.875rem;border-bottom-left-radius:50%;border-bottom-right-radius:50%;z-index:2}@media all and (min-width:992px){.c-footer__main::before{content:unset}}@media all and (min-width:768px){.c-footer__main{min-height:43.75rem;padding-top:9.375rem}}@media all and (min-width:992px){.c-footer__main{min-height:37.5rem;background:url(../img/footer-bg.webp) center center/130% 100%;padding-top:11.25rem;padding-bottom:5.75rem}}@media all and (min-width:1120px){.c-footer__main{background:url(../img/footer-bg.webp) center center/100% 100%;min-height:36.625rem;padding-top:8.75rem;padding-bottom:5rem}}@media all and (min-width:1300px){.c-footer__main{padding-top:9.375rem;min-height:42.25rem}}.c-footer__about{max-width:85%;margin-left:auto;margin-right:auto;text-align:center;font-weight:400;line-height:2rem;font-size:.875rem;color:#fff}.c-footer__about__title{font-weight:500;line-height:2rem;font-size:1.125rem;color:#fff}.c-footer__about__desc{font-weight:400;line-height:2rem;font-size:.875rem;color:#fff}.c-footer__foot{display:flex;flex-wrap:wrap;padding-top:1.5rem;padding-bottom:1.5rem;background-color:#fff}@media all and (min-width:992px){.c-footer__foot{justify-content:space-between;align-items:center;padding-top:1.25rem;padding-bottom:1.25rem}}.c-footer__credit,.c-footer__licenses{width:50%;display:flex;justify-content:center}@media all and (min-width:992px){.c-footer__credit,.c-footer__licenses{width:20%}}.c-footer__licenses{display:flex;justify-content:center;gap:1.25rem;align-items:center}.c-footer__foot__copyright{flex-grow:1;text-align:center;order:1;margin-top:1rem}@media all and (min-width:992px){.c-footer__foot__copyright{order:0;margin-top:0}}.c-footer__copyright__copy{font-weight:500;font-size:.75rem;line-height:200%;text-align:center}@media all and (min-width:992px){.c-footer__copyright__copy{font-size:.875rem}}.c-footer__credit__link{display:flex}.c-footer__branding{position:absolute;top:0;left:0;width:100%;height:auto;align-items:center;justify-content:center;display:none}@media all and (min-width:992px){.c-footer__branding{display:flex}}.c-footer__logo img{width:2.5rem;height:2.5rem}@media all and (min-width:992px){.c-footer__logo img{width:5rem;height:5rem}}.c-footer__socials{display:flex;justify-content:center;align-items:center;gap:1rem;margin:1.875rem 0 2.25rem}@media all and (min-width:992px){.c-footer__socials{margin:1.25rem 0 1.25rem}}@media all and (min-width:1300px){.c-footer__socials{margin:2.5rem 0 3rem}}.c-footer__socials .c-footer__socials__link img{transition:.12s}.c-footer__socials .c-footer__socials__link{opacity:.5;transition:.12s;display:flex}.c-footer__socials .c-footer__socials__link:hover{opacity:1}.c-footer__contact{padding:0 1rem}@media all and (min-width:992px){.c-footer__contact{padding:0}}.c-footer__contact__main{display:flex;align-items:center;justify-content:center;gap:1.25rem .625rem;flex-wrap:wrap}.c-footer__info__items .c-footer__contact__main{margin-top:2rem}.c-footer__contact__item{border-radius:2.5rem;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);display:flex;gap:1rem;align-items:center;padding:.75rem 2rem}.c-footer__contact__content{color:#fff}.c-footer__contact__title{font-weight:600;font-size:.8125rem;line-height:1.5rem}.c-footer__contact__address{font-weight:400;font-size:.8125rem;line-height:1.875rem}.c-footer__info{width:100%;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;margin-top:1rem;padding:0 1rem}@media all and (min-width:992px){.c-footer__info{margin-top:0;flex-wrap:nowrap;position:absolute;left:0;right:0;bottom:0}}@media all and (min-width:1120px){.c-footer__info{bottom:2rem}}@media screen and (min-width:1200px){.c-footer__info{bottom:.625rem}}@media all and (min-width:1300px){.c-footer__info{bottom:0}}.c-footer__info__items{flex-wrap:wrap;align-items:center;padding:3rem 1rem 2rem;background-color:rgba(255,255,255,.1);backdrop-filter:blur(40px);border-radius:1rem;transform:translateY(-1.5rem)}@media all and (min-width:992px){.c-footer__info__items{display:flex;padding:0;transform:unset;background:0 0;backdrop-filter:unset;justify-content:center!important}}@media all and (min-width:1120px){.c-footer__info__items{flex-wrap:nowrap}}.c-footer__info__item{display:flex;gap:.75rem;align-items:center;width:100%;padding:0 1.25rem}.c-footer__info__item:first-child{margin-top:1rem}@media all and (min-width:992px){.c-footer__info__item{width:auto}}.c-footer__info__title{font-weight:400;font-size:.875rem;line-height:2rem;color:#fff}@media all and (min-width:992px){.c-footer__info__title{font-size:.625rem;line-height:2rem;color:#212121}}.c-footer__info__value{font-weight:300;font-size:1rem;line-height:2rem;color:#fff}@media all and (min-width:992px){.c-footer__info__value{font-size:.875rem;line-height:2rem;color:#212121}}.c-footer__info__link{color:#fff;direction:ltr}.c-footer__info__link:hover{color:#f2f6f7}@media all and (min-width:992px){.c-footer__info__link{color:#212121}.c-footer__info__link:hover{color:#fc4e02}}.c-footer__info__sep{background-color:rgba(255,255,255,.3);height:.09375rem;width:100%;margin:.625rem 0}@media all and (min-width:992px){.c-footer__info__sep{background-color:#dcdcdc;width:.09375rem;height:1.875rem;margin:0 .625rem}}@media all and (min-width:1120px){.c-footer__info__sep{margin:0 .625rem}}@media all and (min-width:1300px){.c-footer__info__sep{margin:0 2.5rem}}@media screen and (min-width:1500px){.c-footer__info__sep{margin:0 1.5rem}}.c-footer__info__value--grid{display:flex;gap:.625rem}.c-footer__info__value--grid .sep{font-size:1.5rem}.c-footer__nav{padding:0 1rem;margin-top:3rem;position:relative}@media all and (min-width:992px){.c-footer__nav{margin-top:0;padding:0}}.c-footer__nav__toggle{background-color:rgba(255,255,255,.2);backdrop-filter:blur(40px);border-radius:1rem;padding:1.0625rem 1rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;position:relative;z-index:2;width:100%}@media all and (min-width:992px){.c-footer__nav__toggle{display:none;backdrop-filter:unset;background:0 0}}.c-footer__nav__toggle.is-open .line-hor{transform:translateY(-1px) rotate(0)}.c-footer__nav__toggle__text{font-weight:500;font-size:.75rem;line-height:1.125rem;color:#fff}.c-footer__nav__toggle__icon{position:relative;width:1.5rem;height:1.5rem;transform-origin:center center;margin-left:.25rem}.c-footer__nav__toggle__icon .line{width:.8125rem;height:.125rem;background-color:#fff;display:block;left:0;top:calc(50% - .125rem);transform-origin:center center;position:absolute;transform:translateY(calc(-50% + 1.5px));border-radius:2px}.c-footer__nav__toggle__icon .line-hor{position:absolute;left:0;top:50%;transform:translateY(-1px) rotate(90deg);width:.875rem;height:.125rem;display:block;background-color:#fff;transform-origin:center center;border-radius:2px;transition:.14s ease}.c-footer__info__item__icon svg{filter:brightness(0) invert(1)}@media all and (min-width:992px){.c-footer__info__item__icon svg{filter:unset}}.c-footer__accordion{display:none;width:100%}@media all and (min-width:992px){.c-footer__accordion{display:block}}@media all and (min-width:992px){.js-address-location-mobile{display:none}}body.single-product .c-footer{position:relative;z-index:999}.c-widget{background-color:#f2f6f7;padding:1.5rem;border-radius:1rem;margin-bottom:1.5rem}.c-widget p:empty{display:none}.wc-block-product-filters__overlay-content p:empty{display:none!important}.c-widget__title{font-weight:600;font-size:1.125rem;line-height:2.5rem;text-align:center;padding:.5rem;border-radius:1rem;background-color:#e6eeef}.wc-block-product-filters__overlay-content>p{display:none}.wp-block-woocommerce-product-filter-attribute .wp-block-woocommerce-product-filter-checkbox-list{padding-right:.25rem!important}.c-card--feature{text-align:center;display:flex;flex-direction:column;gap:1.25rem;padding:1.375rem 1.5rem 1.5rem;background-color:#f2f6f7;border-radius:1rem}@media all and (min-width:992px){.c-card--feature{padding:1.625rem 2rem 2rem}}.c-card__icon{width:100%;text-align:center}.c-card__title{font-weight:500;font-size:1.125rem;line-height:100%;color:#121212}.c-card__desc{font-weight:400;font-size:.875rem;line-height:2rem;text-align:center;vertical-align:middle;color:#121212}.c-card--glass{display:flex;align-items:center;gap:.5rem;border-radius:1rem;backdrop-filter:blur(20px);background-color:rgba(255,255,255,.1);padding:1.125rem 1.3125rem}.c-card--glass .c-card__icon{display:flex;align-items:center;justify-content:center;width:4.5rem;height:4.5rem;border-radius:50%;backdrop-filter:blur(20px);background-color:rgba(255,255,255,.1)}.c-card--glass .c-card__content__value{font-weight:400;font-size:2.25rem;line-height:100%;color:#fff}.c-card--glass .c-card__content__title{color:#fff;font-weight:400;font-size:.875rem;line-height:204%}.c-gallery .c-gallery__carousel__top{margin-bottom:20px}.c-gallery .c-gallery__carousel__bottom,.c-gallery .c-gallery__carousel__top{aspect-ratio:17/7}@media all and (min-width:768px){.c-gallery .c-gallery__carousel__bottom,.c-gallery .c-gallery__carousel__top{aspect-ratio:unset}}.c-gallery .swiper-wrapper{transition-timing-function:linear!important}.c-gallery .swiper-slide{display:flex;justify-content:center;align-items:center}@media all and (min-width:992px){.c-gallery .swiper-slide{height:35vh}}.c-gallery .swiper-slide a{height:100%;width:100%;display:flex;justify-content:center;align-items:center;border-radius:2.5rem;overflow:hidden}.c-gallery .swiper-slide a img{height:100%;width:100%;object-fit:cover}.lg-container{direction:ltr}.c-counters{background:#fc4e02 url(../img/pattern.svg) center center/auto repeat;padding:5.25rem 0 5rem}.FAQSectionBack .faqs-item{background-color:#f2f6f7;margin-bottom:16px;border-radius:1rem;border:.125rem solid #f2f6f7;margin-right:auto;margin-left:auto}@media all and (min-width:992px){.FAQSectionBack .faqs-item{max-width:56.25rem}}@media all and (min-width:1120px){.FAQSectionBack .faqs-item{max-width:66.5rem}}.FAQSectionBack .faqs-item .faqs-question{display:flex;justify-content:start;align-items:center;padding:1.25rem 1rem 1rem 1rem;cursor:pointer}@media all and (min-width:992px){.FAQSectionBack .faqs-item .faqs-question{padding:1rem 0 1rem 1.5rem}}.FAQSectionBack .faqs-item .faqs-question span{display:none;position:relative;justify-content:center;align-items:center;font-size:14px;line-height:25px;font-weight:300;height:42px;width:32px;margin-left:16px;transition:all .3s linear;border-radius:.5rem 0 0 .5rem}@media all and (min-width:992px){.FAQSectionBack .faqs-item .faqs-question span{display:flex}}.FAQSectionBack .faqs-item .faqs-question span::before{content:"";position:absolute;height:100%;border-radius:100px;width:3px;right:-7px;top:0;bottom:0;margin:auto;background-color:#f2f6f7;transition:all .3s linear}.FAQSectionBack .faqs-item .faqs-question h3{font-size:.875rem;font-weight:400;color:#000;transition:all .3s linear;margin:0;max-width:calc(100% - 1.75rem)}@media all and (min-width:992px){.FAQSectionBack .faqs-item .faqs-question h3{font-size:16px;line-height:25px}}.FAQSectionBack .faqs-item .faqs-question svg{margin-right:auto;filter:opacity(.5);transition:all .3s linear}.FAQSectionBack .faqs-item .faqs-question svg path{transition:all .3s linear;fill:#f2f6f7}.FAQSectionBack .faqs-item .faqs-question svg path:nth-child(2){opacity:0;visibility:hidden}.FAQSectionBack .faqs-item .faqs-answer{padding:0 1rem 1.25rem 1rem;line-height:32px;font-weight:300;color:#000;text-align:justify;display:none;font-size:13px}@media all and (min-width:992px){.FAQSectionBack .faqs-item .faqs-answer{padding:0 3rem 1.5625rem 1.5rem}}.FAQSectionBack .faqs-item .faqs-answer::before{content:"";width:100%;height:.0625rem;background-color:#ededed;display:block;margin-bottom:1rem}@media all and (min-width:992px){.FAQSectionBack .faqs-item .faqs-answer{padding-right:48px;font-size:14px}}.FAQSectionBack .faqs-item.is-open{border-color:#ededed;background-color:#fff}.FAQSectionBack .faqs-item.is-open h3{color:#fc4e02!important}.FAQSectionBack .faqs-item.is-open svg{filter:opacity(1);transform:rotate(0)}.FAQSectionBack .faqs-item.is-open svg path{fill:#fc4e02}.FAQSectionBack .faqs-item.is-open span{background-color:#fc4e02;color:#fff}.FAQSectionBack .faqs-item.is-open span::before{background-color:#fc4e02}@media all and (min-width:992px){.FAQSectionBack .c-block-header{margin-bottom:3.125rem}}@media all and (min-width:1120px){.FAQSectionBack .c-block-header{margin-bottom:5.625rem}}.c-page-header{border-radius:2rem;background:#fc4e02 url(../img/page-header.webp) center center/cover no-repeat;min-height:9.75rem;display:flex;align-items:center;justify-content:center;flex-direction:column;margin-bottom:1.5rem}@media all and (min-width:992px){.c-page-header{border-radius:3rem;margin-bottom:2.5rem;min-height:16rem}}.c-page-header__title{font-weight:600;font-size:1.5rem;line-height:180%;vertical-align:middle;display:block;text-transform:capitalize;color:#fff;margin:0;text-align:center}@media all and (min-width:992px){.c-page-header__title{font-size:2.25rem}}.c-page-header__subtitle{font-family:Nico-Moji;text-align:center;font-weight:400;font-size:1.125rem;line-height:100%;vertical-align:middle;font-variant:small-caps;color:#fff}@media all and (min-width:992px){.c-page-header__subtitle{font-size:1.625rem}}.mainContactUsBack .iframe-contact-us{width:100%;display:flex;justify-content:center;align-items:center;position:relative;height:512px;margin-left:auto;margin-right:auto;border-radius:2rem;overflow:hidden;margin-top:1.5rem}@media all and (min-width:992px){.mainContactUsBack .iframe-contact-us{max-width:57.5rem}}@media all and (min-width:1120px){.mainContactUsBack .iframe-contact-us{max-width:66.5rem}}.mainContactUsBack .iframe-contact-us .mainIframe{height:100%;width:100%;position:relative}.mainContactUsBack .iframe-contact-us .mainIframe iframe{height:100%!important;width:100%!important}.mainContactUsBack .iframe-contact-us .mainIframe::before{content:"";background:rgba(91,91,91,.5294117647);height:100%;width:100%;top:0;left:0;position:absolute;opacity:0!important;visibility:hidden!important;transition:all .3s linear}@media all and (min-width:768px){.mainContactUsBack .iframe-contact-us .mainIframe::before{opacity:1;visibility:visible}}.mainContactUsBack .iframe-contact-us .hide-before-overlay::before{opacity:0!important;visibility:hidden!important}.mainContactUsBack .iframe-contact-us .secondaryframe{position:absolute;right:0;left:0;top:16px;display:flex;align-items:center;gap:8px;width:100%;max-width:1280px;margin:auto;justify-content:center;flex-wrap:wrap;padding:0 20px}@media all and (min-width:768px){.mainContactUsBack .iframe-contact-us .secondaryframe{justify-content:end;flex-wrap:wrap}}.mainContactUsBack .iframe-contact-us .secondaryframe a{display:flex;justify-content:start;align-items:center;gap:6px;background-color:#fff;border-radius:1rem;padding:8px 16px;font-size:13px;font-weight:300;line-height:20px;color:#022a5a}.mainContactUsBack .iframe-contact-us .secondaryframe a .secondaryframeSvg{height:32px;width:32px;display:flex;justify-content:center;align-items:center}.mainContactUsBack .iframe-contact-us .secondaryframe a .secondaryframeSvg svg{height:100%;width:100%}.mainContactUsBack .mainContactUs{width:calc(100% - 2rem);margin:auto;display:flex;justify-content:center;align-items:start;flex-wrap:wrap;position:relative;padding:0;gap:16px;margin-top:1.5rem}@media all and (min-width:768px){.mainContactUsBack .mainContactUs{margin-top:-80px;gap:24px 20px}}@media all and (min-width:1120px){.mainContactUsBack .mainContactUs{max-width:66.5rem}}.mainContactUsBack .mainContactUs .mainContactUsBox{display:flex;justify-content:start;align-items:center;background-color:#f2f6f7;padding:1.5rem;width:100%;border-radius:1rem}@media all and (min-width:768px){.mainContactUsBack .mainContactUs .mainContactUsBox{width:calc(50% - 10px)}}.mainContactUsBack .mainContactUs .mainContactUsBox svg{margin-left:8px;height:24px;width:24px}.mainContactUsBack .mainContactUs .mainContactUsBox h4{font-size:1rem;font-weight:400;line-height:100%;margin:0;color:#212121}.mainContactUsBack .mainContactUs .mainContactUsBox .numbersCo{margin-right:auto;display:flex;justify-content:end;align-items:center;flex-wrap:wrap;gap:6px;max-width:75%;margin-right:auto}@media all and (min-width:768px){.mainContactUsBack .mainContactUs .mainContactUsBox .numbersCo{gap:16px}}.mainContactUsBack .mainContactUs .mainContactUsBox .numbersCo a,.mainContactUsBack .mainContactUs .mainContactUsBox .numbersCo p,.mainContactUsBack .mainContactUs .mainContactUsBox .numbersCo span{font-size:1rem;font-weight:400;line-height:1.75;color:#212121;margin:0}@media all and (min-width:992px){.mainContactUsBack .mainContactUs .mainContactUsBox .numbersCo a,.mainContactUsBack .mainContactUs .mainContactUsBox .numbersCo p,.mainContactUsBack .mainContactUs .mainContactUsBox .numbersCo span{line-height:100%}}.mainContactUsBack .mainContactUs .mainContactUsBoxExtra{width:100%}.mainContactUsBack .socialmediaCo{margin:auto;height:50%;width:fit-content;display:flex;justify-content:space-evenly;align-items:center;gap:8px;margin-top:16px}@media all and (min-width:768px){.mainContactUsBack .socialmediaCo{margin-top:20px}}.mainContactUsBack .socialmediaCo a{display:flex;justify-content:center;align-items:center;padding:8px;border-radius:50%;transition:all .3s linear}.mainContactUsBack .socialmediaCo svg path{transition:all .3s linear;stroke:#68696e}.mainContactUsBack .socialmediaCo a:hover{background-color:transparent}.mainContactUsBack .socialmediaCo a:hover svg path{stroke:#fc4e02}.gform_confirmation_wrapper{margin-right:auto;margin-left:auto;font-family:IRANSansX,Arial,Helvetica,sans-serif!important}@media all and (min-width:992px){.gform_confirmation_wrapper{max-width:57.5rem}}@media all and (min-width:1120px){.gform_confirmation_wrapper{max-width:66.5rem}}.gform_confirmation_wrapper .gform_confirmation_message,.gform_confirmation_wrapper .gform_confirmation_message .tw-data-text{font-family:IRANSansX,Arial,Helvetica,sans-serif!important}.coFormBack{margin:80px 0}.coFormBack input::placeholder,.coFormBack textarea::placeholder{font-size:14px;line-height:34px;font-weight:300;color:#cacace}.coFormBack .mainFormBox{margin-bottom:80px;margin-top:0}@media all and (min-width:768px){.coFormBack .mainFormBox{margin-top:8px}}.coFormBack form{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;max-width:calc(100% - 2rem);margin:auto;gap:0 20px}@media all and (min-width:768px){.coFormBack form{max-width:calc(100% - 6rem)}}@media all and (min-width:1120px){.coFormBack form{max-width:1064px}}.coFormBack form .gform_validation_errors{border-radius:16px!important}.coFormBack form .gform_validation_errors h2{flex-direction:row!important}.coFormBack form .gform-body,.coFormBack form .gform-footer{width:100%}.coFormBack form .gform-footer{justify-content:center}.coFormBack form .gform_fields{display:flex!important;flex-wrap:wrap;justify-content:start;align-items:center;gap:20px 20px}.coFormBack form .gform_fields>div{position:relative;width:100%}@media all and (min-width:768px){.coFormBack form .gform_fields>div{width:calc(50% - 10px)}}.coFormBack form .gform_fields>div .gfield_description.validation_message.gfield_validation_message{position:absolute;top:0;left:22px;background-color:#fff;padding:0 8px;font-size:10px}@media all and (min-width:768px){.coFormBack form .gform_fields>div .gfield_description.validation_message.gfield_validation_message{font-size:14px}}.coFormBack form .gform_fields>div>label{font-size:16px;line-height:34px;background:#fff;position:relative;margin-right:26px;z-index:1;font-weight:500;width:-moz-fit-content;width:fit-content;margin-top:0;margin-bottom:0;padding:0 10px;color:#000;transition:all .3s ease-in-out}.coFormBack form .gform_fields>div:has(textarea){width:100%;height:260px!important}.coFormBack form textarea{border:1px solid #dfdfe2!important;padding:18px 24px!important;box-shadow:unset!important;height:240px!important;color:#212121!important;background:#fff!important;border-radius:1.25rem;transition:0s!important}.coFormBack form textarea:focus{outline:.1875rem solid #fc4e02}.coFormBack form .gform_fields>div:has([type=submit]){display:flex;justify-content:center;align-items:center;margin-top:24px;width:100%}.coFormBack form input:not([type=submit]){margin-bottom:24px}@media all and (min-width:992px){.coFormBack form input:not([type=submit]){margin-bottom:40px}}.coFormBack form input:not([type=submit]){border:1px solid #dfdfe2!important;padding:18px 24px!important;box-shadow:unset!important;height:70px!important;color:#212121!important;margin-bottom:0!important;background:#fff!important;border-radius:1.25rem;transition:0s!important}.coFormBack form input:not([type=submit]):focus{outline:.1875rem solid #fc4e02}.coFormBack form input:not([type=submit]),.coFormBack form textarea{position:relative;margin-top:-17px}.coFormBack input.wpcf7-form-control.wpcf7-tel.wpcf7-text.wpcf7-validates-as-tel{direction:rtl}.coFormBack button,.coFormBack input[type=button],.coFormBack input[type=reset],.coFormBack input[type=submit]{color:#fff!important;font-size:.875rem!important;font-weight:400!important;display:flex!important;justify-content:center!important;align-items:center!important;width:max-content!important;gap:8px!important;transition:all .3s ease-out!important;box-shadow:unset!important;background-color:#fc4e02!important;background-repeat:no-repeat!important;background-size:auto!important;background-position:0 12px!important;padding:9.5px 24px!important;border-radius:6.25rem!important}.coFormBack .mainHeadingSite{max-width:66.5rem;margin-right:auto;margin-left:auto}.coForm .gform_confirmation_wrapper .gform_confirmation_message{background-color:rgba(19,120,64,.1);border:1px solid #137840;border-radius:1rem;padding:1.5rem;text-align:center;font-weight:700}.globalHeaderBack{display:flex;justify-content:space-between;gap:20px;margin-bottom:2.5rem}.globalHeaderBack form{width:calc(50% - 98px);position:relative;background-color:#fff;padding:10px;height:65px;border:1px solid #dfdfe2;border-radius:1rem}.globalHeaderBack form::before{content:"";background-image:url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.8309 20.5771C20.7744 20.6623 20.6725 20.7643 20.4685 20.9683C20.2646 21.1722 20.1626 21.2742 20.0774 21.3306C19.5782 21.6612 18.903 21.4908 18.6204 20.9631C18.5721 20.873 18.5307 20.7348 18.448 20.4585C18.3575 20.1566 18.3123 20.0057 18.3035 19.8994C18.252 19.2739 18.7742 18.7518 19.3997 18.8033C19.5059 18.812 19.6569 18.8572 19.9587 18.9477C20.235 19.0305 20.3732 19.0719 20.4633 19.1201C20.9911 19.4027 21.1614 20.078 20.8309 20.5771Z' stroke='black' stroke-width='1.0125' stroke-linecap='round'/%3E%3Cpath d='M7.27503 4.64384C8.53262 3.91636 9.99271 3.5 11.5501 3.5C16.2721 3.5 20.1001 7.32799 20.1001 12.0501C20.1001 16.7721 16.2721 20.6001 11.5501 20.6001C6.82799 20.6001 3 16.7721 3 12.0501C3 10.4927 3.41636 9.03262 4.14384 7.77503' stroke='black' stroke-width='1.0125' stroke-linecap='round'/%3E%3C/svg%3E%0A");position:absolute;width:24px;height:25px;top:0;bottom:0;margin:auto;right:16px}.globalHeaderBack form button{position:absolute;left:10px;top:0;bottom:0;margin:auto;height:45px;width:114px;border:0;color:#fff;background-color:#fc4e02;border-radius:.75rem;display:flex;justify-content:center;align-items:center;font-weight:700;font-size:1rem;line-height:100%}.globalHeaderBack form button::placeholder{color:#68696e}.globalHeaderBack form input#search{height:100%;width:100%;background-color:#fff;padding-right:40px;font-size:16px;font-weight:400;line-height:40px;color:#000;outline:unset;border:none}.globalHeaderBack .categorySecParent{width:196px;display:flex;justify-content:center;align-items:center;background-color:#fff;border:1px solid #dfdfe2;border-radius:1rem}.globalHeaderBack .categorySecParent .custom-select-wrapper{height:100%;width:100%;padding:0 16px}.globalHeaderBack .categorySecParent select#category-filter{height:100%;width:100%;font-size:14px;font-weight:400;line-height:25px;color:#000;border:0;background:#fff;outline:unset}.globalHeaderBack .post-filters{display:flex;justify-content:center;align-items:center;gap:1.25rem;width:calc(50% - 98px);padding:.625rem 0;background-color:#fff;border:1px solid #dfdfe2;border-radius:1rem}.globalHeaderBack .post-filters a,.globalHeaderBack .post-filters p{margin:0!important;font-size:16px;font-weight:400;line-height:25px;color:#212121;transition:all .3s linear}.globalHeaderBack .post-filters a:hover{color:#fc4e02}.globalHeaderBack .mobile-only{display:none}@media (max-width:991px){.globalHeaderBack{flex-direction:column;gap:0}.globalHeaderBack .mobile-only{display:block}.globalHeaderBack .blog-filters-toggle{width:100%;padding:1rem;background-color:#f2f6f7;border:none;border-radius:1rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;margin-bottom:.75rem;font-size:1rem;font-weight:600;color:#212121;transition:all .3s ease}.globalHeaderBack .blog-filters-toggle .toggle-icon{transition:transform .3s ease;font-size:.75rem}.globalHeaderBack .blog-filters-toggle[aria-expanded=true] .toggle-icon{transform:rotate(180deg)}.globalHeaderBack .blog-filters-toggle:hover{border-color:#fc4e02}.globalHeaderBack .blog-filters-container{width:100%;display:none;flex-direction:column;gap:.75rem}.globalHeaderBack .blog-filters-container.is-open{display:flex}.globalHeaderBack .blog-filter-accordion-item{width:100%;background-color:#fff;border:1px solid #dfdfe2;border-radius:1rem;overflow:hidden}.globalHeaderBack .blog-filter-accordion-item .blog-filter-accordion-header{width:100%;padding:1rem;background-color:transparent;border:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:1rem;font-weight:600;color:#212121;text-align:right;transition:all .3s ease}.globalHeaderBack .blog-filter-accordion-item .blog-filter-accordion-header .accordion-icon{transition:transform .3s ease;font-size:.75rem}.globalHeaderBack .blog-filter-accordion-item .blog-filter-accordion-header[aria-expanded=true] .accordion-icon{transform:rotate(180deg)}.globalHeaderBack .blog-filter-accordion-item .blog-filter-accordion-header:hover{background-color:#f9f9f9}.globalHeaderBack .blog-filter-accordion-item .blog-filter-accordion-content{max-height:0;overflow:hidden;transition:max-height .3s ease;padding:0 1rem!important}.globalHeaderBack .blog-filter-accordion-item .blog-filter-accordion-content.is-open{max-height:1000px}.globalHeaderBack .blog-filter-accordion-item .blog-filter-accordion-content .categorySecParent,.globalHeaderBack .blog-filter-accordion-item .blog-filter-accordion-content .post-filters,.globalHeaderBack .blog-filter-accordion-item .blog-filter-accordion-content form{margin-top:1rem;margin-bottom:1rem}}@media (max-width:991px) and (min-width:992px){.globalHeaderBack .blog-filter-accordion-item .blog-filter-accordion-content .categorySecParent,.globalHeaderBack .blog-filter-accordion-item .blog-filter-accordion-content .post-filters,.globalHeaderBack .blog-filter-accordion-item .blog-filter-accordion-content form{margin-top:0;margin-bottom:0}}@media (max-width:991px){.globalHeaderBack form{width:100%;height:auto;min-height:65px}.globalHeaderBack .categorySecParent{width:100%;height:65px}.globalHeaderBack .post-filters{width:100%;flex-direction:column;align-items:flex-start;gap:.75rem;padding:1rem}.globalHeaderBack .post-filters p{width:100%;margin-bottom:.5rem!important}.globalHeaderBack .post-filters a{width:100%;padding:.5rem 0;text-align:right}}@media all and (min-width:992px){.globalHeaderBack{flex-direction:row;gap:20px}.globalHeaderBack .mobile-only{display:none!important}.globalHeaderBack .blog-filters-container{display:flex!important;flex-direction:row;width:100%;gap:20px}.globalHeaderBack .blog-filter-accordion-item{display:flex;flex-direction:column;border:none;background:0 0;border-radius:0;overflow:visible}.globalHeaderBack .blog-filter-accordion-item:first-child{width:calc(50% - 98px)}.globalHeaderBack .blog-filter-accordion-item:nth-child(2){width:196px}.globalHeaderBack .blog-filter-accordion-item:last-child{width:calc(50% - 98px)}.globalHeaderBack .blog-filter-accordion-item .blog-filter-accordion-content{max-height:none!important;overflow:visible;display:block!important}.globalHeaderBack .blog-filter-accordion-item form{width:100%;margin:0;height:65px}.globalHeaderBack .blog-filter-accordion-item .categorySecParent{width:100%;margin:0;height:65px}.globalHeaderBack .blog-filter-accordion-item .post-filters{width:100%;margin:0;flex-direction:row;justify-content:center;align-items:center;padding:1.125rem 0}}.c-meta{display:flex;align-items:center;justify-content:space-between}.c-meta__item{font-weight:400;font-size:.875rem;line-height:100%;display:flex;align-items:center;gap:.25rem}.c-meta__item span{display:flex}.c-meta__item a{font-weight:400;font-size:1rem;line-height:2rem;text-align:right;vertical-align:middle;color:#212121}.c-meta__item a:visited{color:#212121}.c-meta__item a:hover{color:#fc4e02}.c-meta__item--cat{gap:.5rem}.c-meta__item--rating{flex-direction:row-reverse}.woocommerce .s-product-gallery .flex-control-thumbs{margin-top:1rem!important;overflow:visible!important}.woocommerce .s-product-gallery .flex-control-thumbs li{width:30%!important;margin-right:3.3333%!important;background-color:#f2f6f7!important;border-radius:1rem!important;padding:.75rem}.woocommerce .s-product-gallery .flex-control-thumbs li::before{content:"";width:100%;height:100%;left:0;top:0;opacity:0;position:absolute;background-color:#f2f6f7;backdrop-filter:blur(24px);border-radius:1rem;transition:.2s ease .3s;pointer-events:none}.woocommerce .s-product-gallery .flex-control-thumbs li::after{content:"";pointer-events:none;width:3.5rem;height:3.5rem;top:50%;left:50%;opacity:0;display:block;position:absolute;transition:.2s ease 0s;transform:translateY(-50%) translateX(-50%);background:center center/100% no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36.2988 9.33301H45.6322V18.6663' stroke='%23212121' stroke-width='2.21158' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M31.6309 23.333L45.6309 9.33301' stroke='%23212121' stroke-width='2.21158' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.6322 46.6663H8.29883V37.333' stroke='%23212121' stroke-width='2.21158' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.29883 46.667L22.2988 32.667' stroke='%23212121' stroke-width='2.21158' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M36.2988 46.6663H45.6322V37.333' stroke='%23212121' stroke-width='2.21158' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M31.6309 32.6669L45.6309 46.6669' stroke='%23212121' stroke-width='2.21158' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.6322 9.33301H8.29883V18.6663' stroke='%23212121' stroke-width='2.21158' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.29883 9.33301L22.2988 23.333' stroke='%23212121' stroke-width='2.21158' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.woocommerce .s-product-gallery .flex-control-thumbs li:hover::after,.woocommerce .s-product-gallery .flex-control-thumbs li:hover::before{opacity:1;visibility:visible}.woocommerce .s-product-gallery .flex-control-thumbs li:hover::before{transition:.2s ease 0s}.woocommerce .s-product-gallery .flex-control-thumbs li:hover::after{transition:.2s ease .12s}.woocommerce .s-product-gallery .woocommerce-product-gallery__image,.woocommerce .s-product-gallery .zoomImg{background-color:#f2f6f7!important;border-radius:1.5rem!important;pointer-events:none!important}.woocommerce .s-product-gallery .woocommerce-product-gallery__image a{display:flex;align-items:center;justify-content:center;padding:1.5rem}.woocommerce .s-product-gallery .woocommerce-product-gallery{width:100%!important}.woocommerce .s-product-gallery .flickity-page-dot{background-color:#fc4e02;opacity:.5;width:.75rem;height:.75rem;border-radius:.375rem;transition:.2s}.woocommerce .s-product-gallery .flickity-page-dot:focus{outline:0!important;box-shadow:none!important}.woocommerce .s-product-gallery .flickity-page-dot.is-selected{width:2.625rem;opacity:1}.woocommerce .s-product-gallery .flickity-page-dots{direction:ltr}.woocommerce .s-product-gallery .woocommerce-product-gallery__trigger{background:#fff!important;height:3rem!important;width:3rem!important;padding:0;position:absolute;left:.5em;border-radius:1rem!important;display:flex;align-items:center;justify-content:center;z-index:9!important}.woocommerce .s-product-gallery .woocommerce-product-gallery__trigger::after{content:unset!important}.woocommerce .s-product-gallery .woocommerce-product-gallery__trigger span{font-size:0!important}.woocommerce .s-product-gallery .woocommerce-product-gallery__trigger::before{content:""!important;background:center center/32px no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.16602 2.2915C5.36906 2.2915 2.29102 5.36955 2.29102 9.1665C2.29102 12.9635 5.36906 16.0415 9.16602 16.0415C12.963 16.0415 16.041 12.9635 16.041 9.1665C16.041 5.36955 12.963 2.2915 9.16602 2.2915ZM1.04102 9.1665C1.04102 4.67919 4.6787 1.0415 9.16602 1.0415C13.6533 1.0415 17.291 4.67919 17.291 9.1665C17.291 13.6538 13.6533 17.2915 9.16602 17.2915C4.6787 17.2915 1.04102 13.6538 1.04102 9.1665ZM16.7976 16.4591C16.6047 16.4444 16.444 16.6052 16.4586 16.7981C16.4589 16.7991 16.4621 16.8205 16.4782 16.8809C16.4972 16.9518 16.5253 17.046 16.5683 17.1896C16.6078 17.3212 16.6334 17.4066 16.6545 17.4699C16.6761 17.5348 16.6835 17.5472 16.6803 17.5411C16.7681 17.7052 16.9781 17.7582 17.1332 17.6554C17.1275 17.6592 17.14 17.6518 17.1897 17.605C17.2383 17.5592 17.3014 17.4962 17.3986 17.399C17.4957 17.3019 17.5587 17.2388 17.6045 17.1902C17.6433 17.149 17.655 17.1334 17.6558 17.1325C17.7571 16.9779 17.7046 16.7695 17.542 16.6815C17.541 16.6811 17.5233 16.6729 17.4694 16.655C17.4061 16.6339 17.3208 16.6083 17.1891 16.5688C17.0455 16.5258 16.9514 16.4976 16.8804 16.4787C16.82 16.4626 16.7986 16.4594 16.7976 16.4591ZM15.213 16.9026C15.1337 15.9388 15.9383 15.1342 16.9021 15.2135C17.0687 15.2272 17.2703 15.2879 17.4878 15.3534C17.5077 15.3594 17.5278 15.3654 17.5479 15.3714C17.5661 15.3769 17.5842 15.3823 17.6022 15.3876C17.802 15.4472 17.9895 15.5032 18.1307 15.5788C18.9439 16.0143 19.2065 17.0548 18.6971 17.8239C18.6087 17.9575 18.4702 18.0956 18.3225 18.2429C18.3092 18.2562 18.2959 18.2695 18.2824 18.2829C18.269 18.2964 18.2557 18.3097 18.2424 18.323C18.0951 18.4707 17.957 18.6091 17.8234 18.6976C17.0543 19.2069 16.0138 18.9444 15.5783 18.1312C15.5027 17.9899 15.4468 17.8025 15.3871 17.6027C15.3818 17.5847 15.3764 17.5666 15.3709 17.5484C15.3649 17.5283 15.3589 17.5082 15.3529 17.4884C15.2874 17.2708 15.2267 17.0692 15.213 16.9026Z' fill='%23020014'/%3E%3C/svg%3E%0A");border:none!important;width:max-content!important;height:35px!important;left:0!important;right:0!important;top:0!important;bottom:0!important;padding:0!important;border-radius:0!important;transition:all .4s var(--ease2);margin:0!important;position:static!important;display:block!important;font-size:1rem!important;width:1.875rem!important}.woocommerce div.product div.images .flex-control-thumbs li img{opacity:1!important}.pswp button.pswp__button{background-image:none!important}.pswp .pswp__img{background-color:#f2f6f7!important;padding:1.25rem!important;border-radius:1.5rem}.c-product .woocommerce-notices-wrapper .woocommerce-message::before{margin-top:11px!important}.c-product__title{margin:3.75rem 0 .5rem;font-weight:600;font-size:1.25rem;line-height:2.375rem}@media all and (min-width:768px){.c-product__title{font-size:1.375rem;line-height:2.5rem}}@media all and (min-width:992px){.c-product__title{margin:0 0 .5rem;font-size:1.5rem;line-height:3rem}}.c-product__desc{font-weight:400;font-size:.875rem;line-height:2.0625rem;margin:1rem 0;text-align:justify}.c-product__desc__main-specs{display:grid;grid-template-columns:repeat(1,1fr);gap:.75rem;margin-top:1rem}@media all and (min-width:992px){.c-product__desc__main-specs{grid-template-columns:repeat(2,1fr);gap:.5rem}}.c-product__specs__item{display:flex;justify-content:space-between;align-items:center;background-color:#fafafa;border-radius:.875rem;padding:.5625rem 1rem;gap:1.5rem}.c-product__specs__item__title{font-weight:400;font-size:.875rem;line-height:2rem;leading-trim:NONE;color:#68696e}.c-product__specs__item__value{font-weight:400;font-size:.875rem;line-height:2rem;text-align:left}.c-product__section-title,.woocommerce-Reviews-title{margin:0 0 1.5rem;font-weight:400;font-size:1.5rem;line-height:1.25}@media all and (min-width:992px){.c-product__section-title,.woocommerce-Reviews-title{font-size:1.75rem}}.c-product .cart{display:flex}.c-product--cta{padding:1.25rem;position:relative;display:flex;background:#fc4e02;background:linear-gradient(125deg,#fc4e02 0,#f67035 30%,#f66d31 70%,#fc4e02 100%);background-position:0 0;border-radius:1.5rem;align-items:center;transition:.3s;margin:2.5rem 0;flex-wrap:wrap}.c-product--cta:hover .c-product__actions{transform:scale(1.05)}.c-product--cta:hover .c-product__actions .c-btn{background-color:#e94702}.c-product--cta:hover .c-product__actions .c-btn .c-btn__label{color:#fff}.c-product--cta:hover .c-product__actions .c-btn .c-btn__icon{filter:brightness(0) invert(1)}@media all and (min-width:992px){.c-product--cta{flex-wrap:nowrap}}.c-product--cta .c-product__link{position:absolute;left:0;top:0;width:100%;height:100%}.c-product--cta .c-product__actions{transition:.12s}.c-product--cta .c-product__thumbnail{width:5rem;min-width:5rem;height:5rem;min-height:5rem;border-radius:1rem;overflow:hidden;position:relative;padding:.5rem;background-color:#f1f5fa}.c-product--cta .c-product__thumbnail img{display:block;width:100%;height:100%;object-position:center;object-fit:cover}.c-product--cta .c-product__main{display:flex;gap:.875rem;margin:0 1.25rem 0 0;align-items:center;position:relative;max-width:calc(100% - 7rem)}@media all and (min-width:992px){.c-product--cta .c-product__main{margin:0 1.25rem 0 auto}}.c-product--cta .c-product__title{font-weight:500;font-size:.8125rem;line-height:1.75rem;text-align:right;color:#fff;min-width:11.375rem}@media all and (min-width:992px){.c-product--cta .c-product__title{font-size:.875rem;line-height:1.5}}.c-product--cta .c-product__price{font-weight:700;font-size:1rem;line-height:100%;color:#fff;position:absolute;left:0;bottom:-.75rem}.c-product--cta .c-product__price .woocommerce-Price-currencySymbol{font-weight:400;font-size:.875rem;line-height:100%}.c-product--cta .c-product__actions{width:100%;margin-top:2rem}@media all and (min-width:992px){.c-product--cta .c-product__actions{width:auto;margin-top:0}}.wc-tabs-wrapper>.reviews,.woocommerce-tabs>.reviews{display:none}.wc-tabs-wrapper .wc-tabs #tab-title-reviews{display:none!important}.wc-tabs-wrapper .description{font-size:1rem;line-height:2}.wc-tabs-wrapper .description p{text-align:justify}.wc-tabs-wrapper .description li{font-size:1rem;line-height:2}.wc-tabs-wrapper .description h1{margin:0 0 2rem;font-weight:600;font-size:2rem;line-height:2.625rem}.wc-tabs-wrapper .description h2{margin:0 0 1.5rem;font-weight:400;font-size:1.75rem;line-height:2rem}.wc-tabs-wrapper .description h3{margin:1.5rem 0 1rem;font-weight:500;font-size:1.375rem;line-height:1.75rem}.wc-tabs-wrapper .description h4{margin:1.25rem 0 .75rem;font-weight:500;font-size:1.125rem;line-height:1.5rem}.wc-tabs-wrapper .description h5{margin:1rem 0 .5rem;font-weight:500;font-size:1rem;line-height:1.375rem}.wc-tabs-wrapper .description h6{margin:.75rem 0 .5rem;font-weight:600;font-size:.875rem;line-height:1.25rem}.woocommerce table.shop_attributes th{width:auto}.woocommerce table.shop_attributes{border:none;border-collapse:separate;border-spacing:0;width:100%;margin:1.5em 0;padding:1rem;background-color:#f2f6f7;border-radius:1rem}@media all and (min-width:992px){.woocommerce table.shop_attributes{padding:1.25rem}}.woocommerce table.shop_attributes tbody{display:grid;grid-template-columns:repeat(1,1fr);gap:1rem}@media all and (min-width:992px){.woocommerce table.shop_attributes tbody{grid-template-columns:repeat(2,1fr);gap:1rem}}.woocommerce table.shop_attributes tr{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.5rem;background:#fff;border-radius:1rem;transition:background .2s ease}.woocommerce table.shop_attributes tr th,.woocommerce table.shop_attributes tr th p{text-align:right;font-weight:400;font-size:.8125rem;line-height:1.5rem;color:#121212}@media all and (min-width:992px){.woocommerce table.shop_attributes tr th,.woocommerce table.shop_attributes tr th p{font-size:1rem;line-height:2rem}}.woocommerce table.shop_attributes tr td{text-align:left;font-weight:400;font-size:13px;line-height:24px;color:#68696e;font-style:normal}@media all and (min-width:992px){.woocommerce table.shop_attributes tr td{color:#a4a4a4;font-size:14px;line-height:32px}}.woocommerce table.shop_attributes td,.woocommerce table.shop_attributes th{display:block;border:none;padding:0;background-color:transparent!important}.woocommerce table.shop_attributes th{font-weight:600;font-size:.9rem;color:#212121;margin-bottom:.25rem;text-transform:capitalize}.woocommerce table.shop_attributes td{font-size:.95rem;color:#212121}.woocommerce table.shop_attributes p{margin:0}@media (max-width:600px){.woocommerce table.shop_attributes tr{padding:.75rem}}.s-product-detail{margin-top:3rem}@media all and (min-width:992px){.s-product-detail{margin-top:0}}.s-product-detail .woocommerce-tabs .go_to_top[role=tabpanel],.s-product-detail .woocommerce-tabs .user_comments[role=tabpanel]{display:none}.s-product-detail .woocommerce-tabs .tabs{padding:1rem!important;margin:1.5rem;background-color:#f2f6f7;border-radius:1rem!important;display:flex;flex-wrap:nowrap!important;gap:1.5rem;max-width:100%}@media all and (min-width:992px){.s-product-detail .woocommerce-tabs .tabs{overflow-x:hidden!important;flex-wrap:nowrap!important;gap:1rem}}.s-product-detail .woocommerce-tabs .tabs::after,.s-product-detail .woocommerce-tabs .tabs::before{content:unset!important}@media all and (min-width:992px){.s-product-detail .woocommerce-tabs .tabs{margin:3.5rem;display:flex;gap:1rem;position:sticky!important;top:6.5625rem;z-index:98}}.s-product-detail .woocommerce-tabs .tabs li{width:100%;flex-grow:1;text-align:center;background-color:#fff!important;border-radius:1rem!important;font-weight:500;font-size:.875rem;line-height:1.5rem;padding:.625rem 1rem!important;border:unset!important;transition:.2s;white-space:nowrap}@media all and (min-width:768px){.s-product-detail .woocommerce-tabs .tabs li{padding:0!important;width:100%;font-size:1rem;line-height:2rem}}.s-product-detail .woocommerce-tabs .tabs li::after,.s-product-detail .woocommerce-tabs .tabs li::before{content:unset!important}.s-product-detail .woocommerce-tabs .tabs li.active{background-color:#fc4e02!important;color:#fff!important}.s-product-detail .woocommerce-tabs .tabs li.active a{color:#fff!important}.s-product-detail .woocommerce-tabs .tabs li:hover{background-color:#fc4e02!important;color:#fff!important}.s-product-detail .woocommerce-tabs .tabs li:hover a{color:#fff!important}.s-product-detail .woocommerce-tabs .tabs li a{display:flex!important;align-items:center!important;justify-content:center!important;width:100%;height:100%;padding:0!important}.s-product-detail .woocommerce-tabs .tabs li.go_to_top_tab{flex-grow:unset;width:3.5rem;min-width:3.5rem;height:3.5rem;justify-content:center;align-items:center;display:none!important}@media all and (min-width:768px){.s-product-detail .woocommerce-tabs .tabs li.go_to_top_tab{display:inline-flex!important;position:relative!important}}.s-product-detail .woocommerce-tabs .tabs li.go_to_top_tab:hover .go-to-top{filter:brightness(0) invert(1)}.s-product-detail .woocommerce-tabs .tabs .go-to-top{display:inline-block;width:1.5rem;height:1.5rem;background:center center/100% no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.32998 14.9993C3.32998 14.8093 3.39998 14.6193 3.54998 14.4693L10.07 7.9493C11.13 6.8893 12.87 6.8893 13.93 7.9493L20.45 14.4693C20.74 14.7593 20.74 15.2393 20.45 15.5293C20.16 15.8193 19.68 15.8193 19.39 15.5293L12.87 9.0093C12.39 8.5293 11.61 8.5293 11.13 9.0093L4.60998 15.5293C4.31998 15.8193 3.83998 15.8193 3.54998 15.5293C3.40998 15.3793 3.32998 15.1893 3.32998 14.9993Z' fill='%23212121'/%3E%3C/svg%3E%0A");transition:.15s}.s-product-detail .additional_information{margin-bottom:3.5rem}@media all and (min-width:992px){.s-product-detail .additional_information{margin-bottom:5rem}}.s-product-detail .description{font-weight:400;font-size:1rem;line-height:2rem;text-align:justify}.s-product-detail .description div,.s-product-detail .description p{text-align:justify!important}.c-price-box{padding:1rem;background-color:#fff;border:1px solid #ededed;border-radius:1rem;position:fixed;bottom:.625rem;left:5%;right:5%;z-index:90;transition:.25s ease;box-shadow:0 0 6px 0 rgba(0,0,0,.0588235294)}@media all and (min-width:992px){.c-price-box{padding:1rem;bottom:unset;left:unset;right:unset;position:relative;box-shadow:none}}@media all and (min-width:1120px){.c-price-box{padding:1.5rem}}.c-price-box .c-btn{line-height:1.5rem!important;color:#fff!important;padding:.75rem!important;border-radius:1rem!important;background:#fc4e02!important;order:3;width:100%;border:none}@media all and (min-width:768px){.c-price-box .c-btn{font-size:1.125rem!important;line-height:2rem!important}}.s-price-box p.price{margin:0!important}.s-price-box .variations{margin-bottom:0!important}.s-price-box .variations tbody tr{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem}.s-price-box .variations tbody tr:last-child{margin-bottom:0}.s-price-box .variations tbody tr .reset_variations{position:absolute;padding:.5rem;left:.75rem;top:.75rem;line-height:1;border:1px solid #b6b6b9;border-radius:.5rem;white-space:nowrap;transition:.12s}.s-price-box .variations tbody tr .reset_variations:hover{background-color:#fc4e02;color:#fff;border-color:#fc4e02}.s-price-box .variations tbody tr th{font-weight:400;font-size:.875rem;line-height:100%;text-align:right;color:#3d3d3d;width:100%}.s-price-box .variations tbody tr td{width:100%}.s-price-box .variations tbody tr td select{margin:0!important;width:100%;font-weight:400;font-size:.875rem;line-height:2.125rem;text-align:right;padding:.5rem .875rem;background-color:#f2f6f7!important;border-radius:.875rem;border:0!important}.s-price-box .cart,.s-price-box .woocommerce-variation-add-to-cart{display:flex;flex-direction:row;flex-wrap:wrap;gap:.75rem;margin-bottom:0!important;align-items:center}@media all and (min-width:768px){.s-price-box .cart,.s-price-box .woocommerce-variation-add-to-cart{gap:1rem}}.s-price-box .cart::after,.s-price-box .cart::before,.s-price-box .woocommerce-variation-add-to-cart::after,.s-price-box .woocommerce-variation-add-to-cart::before{content:unset!important}.s-price-box .single_add_to_cart_button{width:100%!important;font-weight:600!important;font-size:1rem!important;line-height:1.5rem!important;color:#fff!important;padding:.75rem!important;border-radius:1rem!important;background:#fc4e02!important;order:3}@media all and (min-width:768px){.s-price-box .single_add_to_cart_button{font-size:1.125rem!important;line-height:2rem!important}}.s-price-box .single_add_to_cart_button.disabled{background-color:#d8d8d8!important;color:#68696e!important;pointer-events:none}.s-price-box .price{display:flex;flex-direction:column}.s-price-box .price del{font-weight:400;font-style:Regular;font-size:.875rem;line-height:100%;text-align:right;text-decoration:line-through;color:#68696e}.s-price-box .price del .woocommerce-Price-currencySymbol{display:none}.s-price-box .price ins{text-decoration:none}.s-price-box .price ins bdi{font-weight:600;font-size:1.25rem;line-height:100%;letter-spacing:0;text-align:right;color:#212121;transition:.16s}.s-price-box .price ins bdi .woocommerce-Price-currencySymbol{font-weight:400;font-size:.8125rem}.s-price-box .price>span>bdi{font-weight:700;font-size:1rem;line-height:100%;letter-spacing:0;text-align:right;color:#212121;transition:.16s}.s-price-box .woocommerce-variation.single_variation:empty{display:none}.s-price-box .stock.out-of-stock{font-size:1rem!important;margin:0!important;text-align:center!important;color:#fc4e02!important}@media all and (min-width:768px){.s-price-box .stock.out-of-stock{margin:.5rem 0!important}}body.single-product:not(.has-scrolled-down):not(body.single-product.has-scrolled-top) .c-price-box{opacity:1;transform:unset;visibility:visible}body.single-product:not(.has-scrolled-down):not(body.single-product.has-scrolled-top) .c-nav--bottom{opacity:0;transform:translateY(5%);visibility:hidden}body.single-product.has-scrolled-down .c-price-box{opacity:1;transform:unset;visibility:visible}body.single-product.has-scrolled-down .c-nav--bottom{opacity:0;transform:translateY(5%);visibility:hidden}body.single-product.has-scrolled-down .c-nav--bottom.is-disabled{opacity:0;transform:translateY(5%);visibility:hidden}body.single-product.has-scrolled-top .c-nav--bottom{opacity:1;transform:unset;visibility:visible}body.single-product.has-scrolled-top .c-price-box{opacity:0;transform:translateY(5%);visibility:hidden}body.single-product.has-scrolled-top .c-nav--bottom.is-disabled{opacity:0;transform:translateY(5%);visibility:hidden}@media all and (min-width:992px){body.single-product.has-scrolled-down .c-nav--bottom:not(.is-disabled),body.single-product.has-scrolled-top .c-nav--bottom:not(.is-disabled){opacity:1;transform:unset;visibility:visible}body.single-product.has-scrolled-down .c-price-box,body.single-product.has-scrolled-top .c-price-box{opacity:1;transform:unset;visibility:visible}}body.single-product.has-scrolled-down .c-price-box.is-active,body.single-product.has-scrolled-top .c-price-box.is-active{opacity:1;transform:unset;visibility:visible}.c-quantity{display:inline-flex;align-items:center;background:#fff;border:1px solid #ededed;border-radius:1rem;gap:.25rem;padding:.875rem;width:auto;margin-right:auto;order:2}.s-quantity button{background:0 0;border:none;padding:0;display:inline-flex;width:1.5rem;height:1.5rem}.s-quantity input{background:0 0;border:none;text-align:center;width:1.5rem;font-feature-settings:"ss02"}.c-modal .single_variation_wrap{width:100%}.singlePostsPages>article.post{display:flex;align-items:start;justify-content:space-between;gap:1.25rem;flex-wrap:wrap}@media all and (min-width:992px){.singlePostsPages>article.post{flex-wrap:nowrap}}.singlePostsPages>article.post .ContentCenter{width:100%}.singlePostsPages>article.post .ContentCenter .entry-title{font-size:1.25rem;line-height:1.75rem;font-weight:700;color:#000;margin-bottom:1.25rem}@media all and (min-width:768px){.singlePostsPages>article.post .ContentCenter .entry-title{font-size:1.375rem;line-height:2.25rem}}@media all and (min-width:992px){.singlePostsPages>article.post .ContentCenter .entry-title{font-size:1.5rem;line-height:3rem}}@media all and (min-width:992px){.singlePostsPages>article.post .ContentCenter{width:50%;max-width:50%;min-width:50%}}@media all and (min-width:1120px){.singlePostsPages>article.post .ContentCenter{width:54%;max-width:54%;min-width:54%}}@media all and (min-width:1300px){.singlePostsPages>article.post .ContentCenter{width:52%;max-width:52%;min-width:52%}}.singlePostsPages>article.post .ContentCenter .imgsParents{padding:20px 0;border-radius:24px;overflow:hidden;position:relative;display:flex}.singlePostsPages>article.post .ContentCenter .imgsParents img{border-radius:1rem}.singlePostsPages>article.post .ContentCenter .imgsParents .post-average-rating{display:none;width:max-content;position:absolute;top:30px;left:10px;background:#f7f4ef;padding:9px 10px 1px 10px}.singlePostsPages>article.post .ContentCenter .imgsParents .post-average-rating .average-star-rating{display:flex;align-items:center;justify-content:start;font-style:normal;gap:2px;font-size:18px}.singlePostsPages>article.post .ContentCenter .imgsParents .post-average-rating .average-star-rating svg path{stroke:#b78e67}.singlePostsPages>article.post .ContentCenter .imgsParents .post-average-rating .average-star-rating i.star.filled path{fill:#b78e67}.singlePostsPages>article.post .ContentCenter .imgsParents .post-thumbnail>img{max-height:400px;object-fit:cover;object-position:center;width:100%}.singlePostsPages>article.post .ContentCenter .imgsParents>img{max-height:400px;object-fit:cover;object-position:center;border-radius:24px;width:100%}.singlePostsPages>article.post .ContentCenter .entry-meta{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}@media all and (min-width:992px){.singlePostsPages>article.post .ContentCenter .entry-meta{flex-wrap:nowrap}}.singlePostsPages>article.post .ContentCenter .entry-meta .ShareURL{margin:0;background-color:#f1f5fa;border:none;border-radius:1rem;color:#212121!important;padding:.25rem;display:flex;justify-content:center;align-items:center;padding-right:1.5rem;gap:10px;transition:.15s;margin-top:.5rem}.singlePostsPages>article.post .ContentCenter .entry-meta .ShareURL .tooltiptext{color:#000;font-size:.75rem;font-weight:500}@media all and (min-width:768px){.singlePostsPages>article.post .ContentCenter .entry-meta .ShareURL .tooltiptext{font-size:1rem}}.singlePostsPages>article.post .ContentCenter .entry-meta .ShareURL .IconSvg{width:2rem;height:2rem;border-radius:.625rem;display:flex;align-items:center;justify-content:center;background-color:#fc4e02;transition:all ease-in-out .3s}@media all and (min-width:768px){.singlePostsPages>article.post .ContentCenter .entry-meta .ShareURL .IconSvg{width:2.5rem;height:2.5rem;border-radius:1rem}}.singlePostsPages>article.post .ContentCenter .entry-meta .ShareURL .IconSvg svg{transition:all ease-in-out .3s}.singlePostsPages>article.post .ContentCenter .entry-meta .ShareURL .IconSvg svg path{fill:#fff}.singlePostsPages>article.post .ContentCenter .entry-meta .ShareURL:hover{background-color:#d8d8d8}.singlePostsPages>article.post .ContentCenter .entry-meta .metaP{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%}@media all and (min-width:768px){.singlePostsPages>article.post .ContentCenter .entry-meta .metaP{justify-content:start}}@media all and (min-width:992px){.singlePostsPages>article.post .ContentCenter .entry-meta .metaP{width:auto;gap:1.5rem}}@media all and (min-width:1120px){.singlePostsPages>article.post .ContentCenter .entry-meta .metaP .Cats.MetaSin{display:none!important}}@media all and (min-width:768px){.singlePostsPages>article.post .ContentCenter .entry-meta .metaP .singleAuthorCardMetaTime{display:none!important}}.singlePostsPages>article.post .ContentCenter .entry-meta .metaP .MetaSin,.singlePostsPages>article.post .ContentCenter .entry-meta .metaP .singleAuthorCardMetaTime{display:flex;align-items:center;justify-content:start;gap:4px;font-size:12.5px;font-weight:400}.singlePostsPages>article.post .ContentCenter .entry-meta .metaP .MetaSin a,.singlePostsPages>article.post .ContentCenter .entry-meta .metaP .singleAuthorCardMetaTime a{color:#000}@media all and (min-width:768px){.singlePostsPages>article.post .ContentCenter .entry-meta .metaP .MetaSin,.singlePostsPages>article.post .ContentCenter .entry-meta .metaP .singleAuthorCardMetaTime{font-size:13.5px}}.singlePostsPages>article.post .ContentCenter .entry-meta .metaP .MetaSin .Icon,.singlePostsPages>article.post .ContentCenter .entry-meta .metaP .singleAuthorCardMetaTime .Icon{display:flex;align-items:center;justify-content:center;color:#000}.singlePostsPages>article.post .ContentCenter .entry-meta .metaP .MetaSin svg,.singlePostsPages>article.post .ContentCenter .entry-meta .metaP .singleAuthorCardMetaTime svg{color:#000}@media all and (min-width:768px){.singlePostsPages>article.post .ContentCenter .entry-meta .metaP .MetaSin svg,.singlePostsPages>article.post .ContentCenter .entry-meta .metaP .singleAuthorCardMetaTime svg{width:20px;height:20px}}.singlePostsPages>article.post .leftSidebar.Side{display:none}@media all and (min-width:992px){.singlePostsPages>article.post .leftSidebar.Side{display:block}}.singlePostsPages>article.post .singleSideContentMobileShow{bottom:0!important}.singlePostsPages>article.post .singleSideContentMobileShow .titleSidebarPost::after{opacity:1!important}.singlePostsPages>article.post .RightsSideBar{display:initial;position:fixed;left:0;right:0;bottom:0;transform:translateY(calc(100% - 76px));min-height:400px;overflow-y:auto;margin-bottom:0;transition:transform .3s ease;z-index:80;width:100%}.singlePostsPages>article.post .RightsSideBar.is-open{transform:translateY(0)}@media all and (min-width:992px){.singlePostsPages>article.post .RightsSideBar{position:static;left:unset;right:unset;bottom:unset;min-height:unset;top:unset;width:auto}}.singlePostsPages>article.post .RightsSideBar,.singlePostsPages>article.post .leftSidebar.Side{height:max-content;width:100%;background:#f2f6f7;border-radius:1.5rem;padding:1.125rem}@media all and (min-width:992px){.singlePostsPages>article.post .RightsSideBar,.singlePostsPages>article.post .leftSidebar.Side{width:22%;top:95px;transform:unset;padding:1.5rem;position:sticky}}@media all and (min-width:1120px){.singlePostsPages>article.post .RightsSideBar,.singlePostsPages>article.post .leftSidebar.Side{width:22%;min-width:22%}}.singlePostsPages>article.post .RightsSideBar .PostRow,.singlePostsPages>article.post .leftSidebar.Side .PostRow{display:flex;flex-direction:column;gap:20px}.singlePostsPages>article.post .RightsSideBar .titleSidebarPost.TitleSide,.singlePostsPages>article.post .leftSidebar.Side .titleSidebarPost.TitleSide{text-align:center;background-color:#e6eeef;height:44px;display:flex;align-items:center;justify-content:center;margin:0 auto;margin-bottom:1.5em;color:#212121;font-size:18px;font-weight:200;border-radius:1.125rem}.singlePostsPages>article.post .RightsSideBar .titleSidebarPost.TitleSide svg,.singlePostsPages>article.post .leftSidebar.Side .titleSidebarPost.TitleSide svg{display:none}@media all and (min-width:992px){.singlePostsPages>article.post .RightsSideBar .titleSidebarPost.TitleSide,.singlePostsPages>article.post .leftSidebar.Side .titleSidebarPost.TitleSide{margin:0!important;height:max-content!important;color:#212121;background-color:#e6eeef;text-align:center;margin-bottom:1.5rem!important;padding:.5rem;border-radius:1rem;position:relative;display:flex;align-items:center!important;justify-content:center;gap:4px;font-weight:600;line-height:2.5rem;font-size:1rem}}@media all and (min-width:992px) and (min-width:992px){.singlePostsPages>article.post .RightsSideBar .titleSidebarPost.TitleSide,.singlePostsPages>article.post .leftSidebar.Side .titleSidebarPost.TitleSide{font-size:1.125rem}}.singlePostsPages>article.post .RightsSideBar .tabelOfContent .listTableContent,.singlePostsPages>article.post .leftSidebar.Side .tabelOfContent .listTableContent{padding-left:0;padding-right:0;margin:0 auto;list-style:none;display:flex;flex-direction:column;gap:1.125rem}@media all and (min-width:992px){.singlePostsPages>article.post .RightsSideBar .tabelOfContent .listTableContent,.singlePostsPages>article.post .leftSidebar.Side .tabelOfContent .listTableContent{gap:1.5rem}}.singlePostsPages>article.post .RightsSideBar .tabelOfContent .listTableContent>li,.singlePostsPages>article.post .leftSidebar.Side .tabelOfContent .listTableContent>li{transition:all ease-in-out .3s;font-weight:400;line-height:1.5}.singlePostsPages>article.post .RightsSideBar .tabelOfContent .listTableContent>li:has(.activeToc),.singlePostsPages>article.post .leftSidebar.Side .tabelOfContent .listTableContent>li:has(.activeToc){color:red;background-color:rgb(255,178.5,178.5);border-radius:12px}.singlePostsPages>article.post .RightsSideBar .tabelOfContent .listTableContent>li .activeToc,.singlePostsPages>article.post .leftSidebar.Side .tabelOfContent .listTableContent>li .activeToc{color:rgb(165.75,0,0);font-weight:700;padding:4px 6px}.singlePostsPages>article.post .RightsSideBar .tabelOfContent .listTableContent>li>a,.singlePostsPages>article.post .leftSidebar.Side .tabelOfContent .listTableContent>li>a{color:#020014;gap:.6875rem;font-size:.875rem;display:flex;align-items:baseline;transition:.15s}.singlePostsPages>article.post .RightsSideBar .tabelOfContent .listTableContent>li>a::before,.singlePostsPages>article.post .leftSidebar.Side .tabelOfContent .listTableContent>li>a::before{content:"";width:.3125rem;min-width:.3125rem;height:.3125rem;border-radius:.1875rem;display:block;background-color:#020014;transition:.15s}.singlePostsPages>article.post .RightsSideBar .tabelOfContent .listTableContent>li>a:hover,.singlePostsPages>article.post .leftSidebar.Side .tabelOfContent .listTableContent>li>a:hover{color:#fc4e02}.singlePostsPages>article.post .RightsSideBar .tabelOfContent .listTableContent>li>a:hover::before,.singlePostsPages>article.post .leftSidebar.Side .tabelOfContent .listTableContent>li>a:hover::before{background-color:#fc4e02}@media all and (min-width:992px){.singlePostsPages>article.post .RightsSideBar .tabelOfContent .listTableContent>li>a,.singlePostsPages>article.post .leftSidebar.Side .tabelOfContent .listTableContent>li>a{font-size:.875rem}}.singlePostsPages .GenParentSTags{display:flex;flex-direction:column;justify-content:start;max-width:700px;margin:auto}.singlePostsPages .GenParentSTags>p{font-size:18px;font-weight:400;margin:0;color:red;line-height:2.5em}.singlePostsPages .TagParentsPosts{color:#fff;font-size:0}.singlePostsPages .TagParentsPosts>a{align-items:center;justify-content:center;width:max-content;margin:.4em;display:flex;padding:0 20px;height:45px;border-radius:50px;transition:all ease-in-out .3s;background-color:green;color:red;font-size:14px;font-weight:400}.singlePostsPages .TagParentsPosts>a:hover{background-color:#000;color:#fff}div#comments h3#reply-title{font-size:28px;line-height:43px;font-weight:300;margin-bottom:18px}div#comments input,div#comments textarea{outline:unset}div#comments form{display:flex;flex-wrap:wrap;align-items:center;justify-content:start;gap:0 20px;margin-bottom:2.5rem}@media all and (min-width:992px){div#comments form{margin-bottom:3.125rem}}@media all and (min-width:1120px){div#comments form{margin-bottom:4.375rem}}div#comments form .logged-in-as,div#comments form p.comment-notes{font-size:14px;line-height:18px;margin-bottom:32px;color:#000;font-weight:100;width:100%}div#comments form .logged-in-as span.required-field-message,div#comments form p.comment-notes span.required-field-message{display:block;margin-top:8px}div#comments form .logged-in-as a,div#comments form p.comment-notes a{color:#68696e;transition:color .2s ease}div#comments form .logged-in-as a:hover,div#comments form p.comment-notes a:hover{color:#212121}div#comments form p.comment-form-author,div#comments form p.comment-form-email{position:relative;display:flex;justify-content:center;align-items:center;width:calc(50% - 12px);margin-bottom:2.5rem}@media all and (min-width:992px){div#comments form p.comment-form-author,div#comments form p.comment-form-email{margin-bottom:4.375rem}}div#comments form p.comment-form-comment{position:relative;display:flex;justify-content:center;align-items:center;width:100%;margin-bottom:24px}div#comments form p.comment-form-author label,div#comments form p.comment-form-comment label,div#comments form p.comment-form-email label{position:absolute;right:16px;top:-16px;background:#fff;padding:0 8px;font-size:1rem;line-height:2rem;font-weight:300}div#comments form p.comment-form-author input,div#comments form p.comment-form-email input{width:100%;height:72px;padding:20px;color:#212121;font-size:16px;border:1px solid #ededed;background-color:#fff;border-radius:1rem!important}div#comments form p.comment-form-author input:focus,div#comments form p.comment-form-email input:focus{border-color:#fc4e02}div#comments form p.comment-form-comment textarea{width:100%;max-height:160px;min-height:160px;padding:20px;color:#212121;font-size:16px;border:1px solid #ededed;background-color:#fff;border-radius:1rem!important}div#comments form p.comment-form-comment textarea:focus{border-color:#fc4e02}div#comments form p.comment-form-rating{display:flex;justify-content:center;align-items:center;gap:16px}div#comments form p.form-submit{order:1;margin-right:auto}div#comments ol.comment-list{margin-top:80px}div#comments ol.comment-list>li.comment{border-bottom:1px solid #ededed;margin-bottom:2rem}div#comments ol.comment-list>li.comment:last-child{border-bottom:0!important}div#comments ol.comment-list>li.comment>article.comment-body{background-color:#f2f6f7;margin-bottom:2rem;padding:2rem}div#comments ol.comment-list>li.comment>article.comment-body footer.comment-meta{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}div#comments ol.comment-list>li.comment>article.comment-body footer.comment-meta .comment-author{display:flex;justify-content:start;align-items:center;gap:8px}div#comments ol.comment-list>li.comment>article.comment-body footer.comment-meta .comment-author img{border-radius:50%}div#comments ol.comment-list>li.comment>article.comment-body footer.comment-meta .comment-author a,div#comments ol.comment-list>li.comment>article.comment-body footer.comment-meta .comment-author b{font-size:18px;line-height:28px;color:#212121;font-weight:700}div#comments ol.comment-list>li.comment>article.comment-body footer.comment-meta .comment-author span{display:none}div#comments ol.comment-list>li.comment>article.comment-body footer.comment-meta a time{font-size:14px;line-height:18px;font-weight:300;color:#000}div#comments ol.comment-list>li.comment>article.comment-body .comment-content{margin:12px 0;font-size:14px;line-height:32px;font-weight:300;color:#000}div#comments ol.comment-list>li.comment>article.comment-body .comment-content p.comment-rating{margin-top:10px;height:10px}div#comments ol.comment-list>li.comment>article.comment-body .reply{display:flex;justify-content:center;align-items:center;width:fit-content;margin-right:auto;background:#fc4e02;position:relative;height:40px;width:40px;border-radius:50%;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.5303 10.0303C17.8232 9.73744 17.8232 9.26256 17.5303 8.96967L12.5303 3.96967C12.2374 3.67678 11.7626 3.67678 11.4697 3.96967L6.46967 8.96967C6.17678 9.26256 6.17678 9.73744 6.46967 10.0303C6.76256 10.3232 7.23744 10.3232 7.53033 10.0303L11.25 6.31066L11.25 14.5C11.25 15.2133 11.0298 16.3 10.3913 17.1868C9.7804 18.0353 8.75556 18.75 7 18.75C6.58579 18.75 6.25 19.0858 6.25 19.5C6.25 19.9142 6.58579 20.25 7 20.25C9.24444 20.25 10.7196 19.298 11.6087 18.0632C12.4702 16.8667 12.75 15.4534 12.75 14.5L12.75 6.31066L16.4697 10.0303C16.7626 10.3232 17.2374 10.3232 17.5303 10.0303Z' fill='white'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:auto;background-position:center}div#comments ol.comment-list>li.comment>article.comment-body .reply a{color:transparent}div#comments ol.comment-list>li.comment>ol.children{padding-right:80px;padding-left:0!important}div#comments ol.comment-list>li.comment>ol.children article.comment-body{background-color:#f2f6f7;margin-bottom:32px;padding:32px}div#comments ol.comment-list>li.comment>ol.children article.comment-body footer.comment-meta{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}div#comments ol.comment-list>li.comment>ol.children article.comment-body footer.comment-meta .comment-author{display:flex;justify-content:start;align-items:center;gap:8px}div#comments ol.comment-list>li.comment>ol.children article.comment-body footer.comment-meta .comment-author img{border-radius:50%}div#comments ol.comment-list>li.comment>ol.children article.comment-body footer.comment-meta .comment-author a,div#comments ol.comment-list>li.comment>ol.children article.comment-body footer.comment-meta .comment-author b{font-size:18px;line-height:28px;font-weight:400;color:#68696e}div#comments ol.comment-list>li.comment>ol.children article.comment-body footer.comment-meta .comment-author span{display:none}div#comments ol.comment-list>li.comment>ol.children article.comment-body footer.comment-meta a time{font-size:14px;line-height:18px;font-weight:300;color:#212121}div#comments ol.comment-list>li.comment>ol.children article.comment-body .comment-content{margin:12px 0;font-size:14px;line-height:32px;font-weight:300;color:#212121}div#comments ol.comment-list>li.comment>ol.children article.comment-body .comment-content p.comment-rating{margin-top:10px;height:10px}div#comments ol.comment-list>li.comment>ol.children article.comment-body .reply{display:flex;justify-content:center;align-items:center;width:fit-content;margin-right:auto;background:#fc4e02;position:relative;height:40px;width:40px;border-radius:50%;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.5303 10.0303C17.8232 9.73744 17.8232 9.26256 17.5303 8.96967L12.5303 3.96967C12.2374 3.67678 11.7626 3.67678 11.4697 3.96967L6.46967 8.96967C6.17678 9.26256 6.17678 9.73744 6.46967 10.0303C6.76256 10.3232 7.23744 10.3232 7.53033 10.0303L11.25 6.31066L11.25 14.5C11.25 15.2133 11.0298 16.3 10.3913 17.1868C9.7804 18.0353 8.75556 18.75 7 18.75C6.58579 18.75 6.25 19.0858 6.25 19.5C6.25 19.9142 6.58579 20.25 7 20.25C9.24444 20.25 10.7196 19.298 11.6087 18.0632C12.4702 16.8667 12.75 15.4534 12.75 14.5L12.75 6.31066L16.4697 10.0303C16.7626 10.3232 17.2374 10.3232 17.5303 10.0303Z' fill='%23fff'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:auto;background-position:center}div#comments ol.comment-list>li.comment>ol.children article.comment-body .reply a{color:transparent}div#comments ol.comment-list .comment-awaiting-moderation{display:block;font-size:.875em;line-height:1.5;margin-top:16px}div#comments.comments-area{max-width:700px;margin:auto}div#comments.comments-area .bypostauthor .comment-body{background-color:transparent!important;color:#fff!important}div#comments.comments-area .bypostauthor .comment-body .reply a{color:#fff!important;display:block;text-align:left;position:relative;transition:all ease-in-out .3s}div#comments.comments-area .bypostauthor .comment-body .comment-content{color:#fff!important}div#comments.comments-area .bypostauthor .comment-body .comment-metadata time{color:#fff}div#comments.comments-area .bypostauthor .comment-body .comment-author .fn{color:#fff!important}div#comments.comments-area .bypostauthor .comment-body .comment-author .fn>a{color:#fff!important}div#comments.comments-area .bypostauthor .comment-body .comment-author .says{color:#fff!important}div#comments.comments-area .comments-title{font-size:18px;padding-bottom:1em}div#comments.comments-area .comment-list{margin:0;padding:0;list-style-type:none}div#comments.comments-area .comment-list .children{list-style:none;padding-right:.75rem;padding-left:0!important;position:relative}@media all and (min-width:768px){div#comments.comments-area .comment-list .children{padding-right:2.5rem}}@media all and (min-width:992px){div#comments.comments-area .comment-list .children{padding-right:3.125rem}}div#comments.comments-area .comment-list .children::before{position:absolute;content:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.53 10.03a.75.75 0 0 0 0-1.06l-5-5a.75.75 0 0 0-1.06 0l-5 5a.75.75 0 1 0 1.06 1.06l3.72-3.72v8.19c0 .713-.22 1.8-.859 2.687-.61.848-1.635 1.563-3.391 1.563a.75.75 0 0 0 0 1.5c2.244 0 3.72-.952 4.609-2.187.861-1.196 1.141-2.61 1.141-3.563V6.31l3.72 3.72a.75.75 0 0 0 1.06 0' fill='%23fff'/%3E%3C/svg%3E");right:0;background:0 0;display:none;align-items:center;justify-content:center;border-radius:50px;bottom:0;top:0;margin:auto}@media all and (min-width:768px){div#comments.comments-area .comment-list .children::before{display:flex;width:30px;height:30px}}@media all and (min-width:992px){div#comments.comments-area .comment-list .children::before{width:40px;height:40px}}div#comments.comments-area .comment-list .comment-body{padding:1.125rem .75rem;border-radius:1rem;margin:1.25rem 0;background-color:#fff}@media all and (min-width:768px){div#comments.comments-area .comment-list .comment-body{padding:1.25rem 1.625rem}}div#comments.comments-area .comment-list .comment-body:hover .reply a{color:transparent}div#comments.comments-area .comment-list .comment-body .comment-content{color:#212121;font-style:normal;margin:.625rem;font-size:.8125rem;font-weight:400}@media all and (min-width:768px){div#comments.comments-area .comment-list .comment-body .comment-content{margin:.625rem 0 .625rem .625rem;font-size:.875rem}}div#comments.comments-area .comment-list .comment-body .comment-meta{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}div#comments.comments-area .comment-list .comment-body .comment-meta .comment-metadata{display:none!important;font-size:.65rem}@media all and (min-width:768px){div#comments.comments-area .comment-list .comment-body .comment-meta .comment-metadata{font-size:.75rem}}div#comments.comments-area .comment-list .comment-body .comment-meta .comment-author{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:center}div#comments.comments-area .comment-list .comment-body .comment-meta .comment-author .fn{font-size:.80625rem;padding:.3125rem;color:#212121;font-weight:700}@media all and (min-width:768px){div#comments.comments-area .comment-list .comment-body .comment-meta .comment-author .fn{font-size:.86875rem;padding-left:0}}div#comments.comments-area .comment-list .comment-body .comment-meta .comment-author .fn>a{font-size:.75rem;color:#212121;font-weight:700}@media all and (min-width:768px){div#comments.comments-area .comment-list .comment-body .comment-meta .comment-author .fn>a{font-size:.86875rem;padding-left:0}}div#comments.comments-area .comment-list .comment-body .comment-meta .comment-author .says{padding-right:3px;color:transparent;font-size:.625rem}@media all and (min-width:768px){div#comments.comments-area .comment-list .comment-body .comment-meta .comment-author .says{font-size:1rem}}div#comments.comments-area .comment-list .comment-body .comment-meta .comment-author img{width:2rem;height:2rem;border-radius:100%;margin-left:.25rem}div#comments.comments-area .comment-list .comment-body .reply a{color:rgba(153,153,153,0);display:block;text-align:left;position:relative;transition:all ease-in-out .3s}#reply-title{display:flex;align-items:center;gap:10px}#reply-title #cancel-comment-reply-link{font-size:.875rem;color:transparent}#reply-title #cancel-comment-reply-link:hover{color:#212121}.comments-title{display:none!important}div#comments ol.comment-list>li.comment>ol.children article.comment-body.comment-body--admin{background-color:#fc4e02;background:linear-gradient(125deg,#fc4e02 0,#f67035 30%,#f66d31 70%,#fc4e02 100%)}div#comments ol.comment-list>li.comment>ol.children article.comment-body.comment-body--admin .comment-content{color:#fff}div#comments ol.comment-list>li.comment>ol.children article.comment-body.comment-body--admin .reply{background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.5303 10.0303C17.8232 9.73744 17.8232 9.26256 17.5303 8.96967L12.5303 3.96967C12.2374 3.67678 11.7626 3.67678 11.4697 3.96967L6.46967 8.96967C6.17678 9.26256 6.17678 9.73744 6.46967 10.0303C6.76256 10.3232 7.23744 10.3232 7.53033 10.0303L11.25 6.31066L11.25 14.5C11.25 15.2133 11.0298 16.3 10.3913 17.1868C9.7804 18.0353 8.75556 18.75 7 18.75C6.58579 18.75 6.25 19.0858 6.25 19.5C6.25 19.9142 6.58579 20.25 7 20.25C9.24444 20.25 10.7196 19.298 11.6087 18.0632C12.4702 16.8667 12.75 15.4534 12.75 14.5L12.75 6.31066L16.4697 10.0303C16.7626 10.3232 17.2374 10.3232 17.5303 10.0303Z' fill='%23FC4E02'/%3E%3C/svg%3E%0A")!important}div#comments ol.comment-list>li.comment>ol.children article.comment-body.comment-body--admin .reply:hover{background-color:#d8d8d8}.o-sidebar--shop{width:100%}@media all and (min-width:992px){.o-sidebar--shop{width:22%;min-width:22%;align-self:stretch}.o-sidebar--shop>.c-widget:first-child:last-child{position:sticky;top:3.75rem}}@media all and (min-width:1120px){.o-sidebar--shop{width:23.82%;min-width:23.82%}}.custom-sorting-links{display:none}[class*=wp-block-woocommerce-product-filter-] .wp-block-heading{border-bottom:1px solid #e0e0e0;padding-bottom:1rem;margin:0!important;transition:all .4s ease;font-size:1rem;font-weight:400;color:#212121!important;position:relative}[class*=wp-block-woocommerce-product-filter-] .wp-block-heading:hover{color:#fc4e02!important}[class*=wp-block-woocommerce-product-filter-] .wp-block-heading::before{position:absolute;content:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6.965 8 3.26-3.26a.377.377 0 0 0 0-.53.377.377 0 0 0-.53 0l-3.26 3.26c-.24.24-.63.24-.87 0l-3.26-3.26a.377.377 0 0 0-.53 0 .377.377 0 0 0 0 .53L5.035 8a1.363 1.363 0 0 0 1.93 0' fill='%23020014'/%3E%3C/svg%3E");left:0}[class*=wp-block-woocommerce-product-filter-]:last-of-type .wp-block-heading{border-bottom:none!important}[class*=wp-block-woocommerce-product-filter-] .wc-block-components-price-slider,[class*=wp-block-woocommerce-product-filter-] .wc-block-components-rating-filter-list,[class*=wp-block-woocommerce-product-filter-] .wc-block-components-stock-status-filter-list,[class*=wp-block-woocommerce-product-filter-] .wc-block-product-filter-price__form,[class*=wp-block-woocommerce-product-filter-] .wc-block-product-filter-rating__list,[class*=wp-block-woocommerce-product-filter-] .wc-block-product-filter-status__list,[class*=wp-block-woocommerce-product-filter-] .wp-block-heading~*,[class*=wp-block-woocommerce-product-filter-] .wp-block-woocommerce-product-filter-checkbox-list,[class*=wp-block-woocommerce-product-filter-] .wp-block-woocommerce-product-filter-chips,[class*=wp-block-woocommerce-product-filter-] .wp-block-woocommerce-product-filter-price>div:not(.wp-block-heading),[class*=wp-block-woocommerce-product-filter-] .wp-block-woocommerce-product-filter-rating>div:not(.wp-block-heading),[class*=wp-block-woocommerce-product-filter-] .wp-block-woocommerce-product-filter-status>div:not(.wp-block-heading){min-height:0;height:0;overflow:hidden;margin:0;opacity:0;visibility:hidden;transition:all .3s ease}[class*=wp-block-woocommerce-product-filter-].open .wp-block-heading{color:#fc4e02!important}[class*=wp-block-woocommerce-product-filter-].open .wc-block-components-price-slider,[class*=wp-block-woocommerce-product-filter-].open .wc-block-components-rating-filter-list,[class*=wp-block-woocommerce-product-filter-].open .wc-block-components-stock-status-filter-list,[class*=wp-block-woocommerce-product-filter-].open .wc-block-product-filter-price__form,[class*=wp-block-woocommerce-product-filter-].open .wc-block-product-filter-rating__list,[class*=wp-block-woocommerce-product-filter-].open .wc-block-product-filter-status__list,[class*=wp-block-woocommerce-product-filter-].open .wp-block-heading~*,[class*=wp-block-woocommerce-product-filter-].open .wp-block-woocommerce-product-filter-checkbox-list,[class*=wp-block-woocommerce-product-filter-].open .wp-block-woocommerce-product-filter-chips,[class*=wp-block-woocommerce-product-filter-].open .wp-block-woocommerce-product-filter-price>div:not(.wp-block-heading),[class*=wp-block-woocommerce-product-filter-].open .wp-block-woocommerce-product-filter-rating>div:not(.wp-block-heading),[class*=wp-block-woocommerce-product-filter-].open .wp-block-woocommerce-product-filter-status>div:not(.wp-block-heading){height:auto!important;opacity:1!important;margin-top:1.5rem!important;visibility:visible!important}.c-widget .wc-block-product-filters__overlay-content>.wp-block-heading{margin:0!important;height:max-content!important;color:#212121;background-color:#e6eeef;text-align:center;margin-bottom:1.5rem!important;padding:.5rem;border-radius:1rem;position:relative;display:flex;align-items:center!important;justify-content:center;gap:4px;font-weight:600;line-height:2.5rem;font-size:1rem}.c-stock-filter{margin-bottom:1.5rem}.c-stock-filter__label{display:flex;align-items:center;justify-content:space-between;gap:.75rem;cursor:pointer;font-size:1rem;font-weight:400;line-height:1.5;color:#212121}.c-stock-filter__text{flex:1}.c-stock-filter__switch{position:relative;display:inline-block;width:2.5rem;height:1.5rem;flex-shrink:0}.c-stock-filter__switch input{opacity:0;width:0;height:0}.c-stock-filter__switch input:checked+.c-stock-filter__slider{background-color:#fc4e02}.c-stock-filter__switch input:checked+.c-stock-filter__slider:before{transform:translateX(18px);background-color:#fff}.c-stock-filter__switch input:focus+.c-stock-filter__slider{box-shadow:0 0 1px #fc4e02}.c-stock-filter__slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#e6eeef;transition:.3s;border-radius:24px}.c-stock-filter__slider:before{position:absolute;content:"";height:1rem;width:1rem;left:3px;bottom:4px;background-color:#8fb3b7;transition:.3s;border-radius:50%}.wc-block-product-filter-price-slider__content{margin-left:.25rem;margin-right:.25rem}.c-404{text-align:center;margin-bottom:4rem}@media all and (min-width:992px){.c-404{margin-bottom:6.25rem}}@media all and (min-width:1120px){.c-404{margin-bottom:9rem}}.c-404__title{font-weight:600;font-size:1.5rem;line-height:100%;margin:1.25rem 0 .25rem}.c-404__desc{font-weight:400;font-size:1.625rem;margin:0 0 1.5rem}.mega-menu-wrapper.active{opacity:1;visibility:visible;transform:translateY(0);box-shadow:0 0 0 100vmax rgba(0,0,0,.48);pointer-events:auto}.c-mega-menu-container{position:relative}.mega-menu-wrapper{position:absolute;transform:translateY(20px);top:calc(100% + 1.65rem);pointer-events:none;right:0;left:auto;width:1100px;opacity:0;visibility:hidden;background:#fff;display:flex;transition:all .5s ease;flex-direction:row;z-index:9;min-height:60vh;height:100%;border-radius:10px;overflow:hidden;box-shadow:10px 10px 40px rgba(0,0,0,.1);border:1px solid rgba(198,198,200,.1803921569);-webkit-clip-path:inset(0 -100vmax -100vmax -100vmax);clip-path:inset(0 -100vmax -100vmax -100vmax)}.mega-menu-wrapper .mega-menu-close{display:none;position:absolute;top:1.25rem;left:1.25rem;z-index:1000;background:0 0;border:none;padding:.5rem;cursor:pointer;color:#212121;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:.5rem;transition:all .3s ease}.mega-menu-wrapper .mega-menu-close:hover{background:rgba(0,0,0,.05);color:#fc4e02}.mega-menu-wrapper .mega-menu-close svg{width:100%;height:100%}@media all and (max-width:991px){.mega-menu-wrapper{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100vh;min-height:100vh;max-height:100vh;border-radius:0;transform:translateX(100%);z-index:999;flex-direction:column;overflow-y:auto;overflow-x:hidden;-webkit-clip-path:none;clip-path:none;box-shadow:none;border:none;padding-top:5rem}.mega-menu-wrapper .mega-menu-close{display:flex}.mega-menu-wrapper.active{transform:translateX(0);box-shadow:0 0 0 100vmax rgba(0,0,0,.48)}.mega-menu-wrapper .submenu-level-2 ul.sub-menu{list-style:none!important;padding:0 1rem 0 0;margin:0;border-bottom:1px solid #b6b6b9}.mega-menu-wrapper .submenu-level-2 ul.sub-menu li a{color:#212121}.mega-menu-wrapper .main-menu-col{width:100%;height:100%;overflow-y:auto}.mega-menu-wrapper .main-menu-col .main-mega-menu-list{width:100%;background-color:transparent}.mega-menu-wrapper .main-menu-col .main-mega-menu-list .menu-item-parent{max-width:100%;min-width:100%;padding:1rem 1.25rem;border-bottom:1px solid rgba(104,105,110,.1882352941)}.mega-menu-wrapper .main-menu-col .main-mega-menu-list .menu-item-parent>a{max-width:100%;min-width:100%;padding:.75rem 1rem;font-size:1rem;display:flex;align-items:center;justify-content:space-between}.mega-menu-wrapper .main-menu-col .main-mega-menu-list .menu-item-parent>a::after{content:"";display:inline-block;width:1rem;height:1rem;background:center center/100% no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.95388 5.67461C3.13359 5.46494 3.44924 5.44066 3.6589 5.62037L8.00017 9.34146L12.3414 5.62037C12.5511 5.44066 12.8668 5.46494 13.0465 5.67461C13.2262 5.88427 13.2019 6.19992 12.9922 6.37963L8.32557 10.3796C8.13832 10.5401 7.86202 10.5401 7.67478 10.3796L3.00811 6.37963C2.79845 6.19992 2.77417 5.88427 2.95388 5.67461Z' fill='%23212121'/%3E%3C/svg%3E%0A");transition:transform .3s ease}.mega-menu-wrapper .main-menu-col .main-mega-menu-list .menu-item-parent.active{background-color:rgba(242,246,247,.5)}.mega-menu-wrapper .main-menu-col .main-mega-menu-list .menu-item-parent.active>a::after{transform:rotate(180deg)}.mega-menu-wrapper .main-menu-col .main-mega-menu-list .menu-item-parent:hover{background:rgba(2,0,20,.05)}.mega-menu-wrapper .main-menu-col .main-mega-menu-list .menu-item-parent>.sub-menu{position:static;width:100%;opacity:1;visibility:visible;transform:none;height:auto;display:none;grid-template-columns:1fr;grid-column-gap:0;grid-row-gap:.25rem;margin:.5rem 0 0!important;padding:1rem 1.25rem;overflow-y:visible}}@media all and (max-width:991px) and (min-width:992px){.mega-menu-wrapper .main-menu-col .main-mega-menu-list .menu-item-parent>.sub-menu{grid-row-gap:1.25rem;background:rgba(2,0,20,.02)}}@media all and (max-width:991px){.mega-menu-wrapper .main-menu-col .main-mega-menu-list .menu-item-parent>.sub-menu.ShowChids{display:grid}.mega-menu-wrapper .main-menu-col .main-mega-menu-list .menu-item-parent>.sub-menu .menu-item-has-children>a{display:flex;align-items:center;justify-content:space-between;cursor:pointer}.mega-menu-wrapper .main-menu-col .main-mega-menu-list .menu-item-parent>.sub-menu .menu-item-has-children>a::after{content:"";display:inline-block;width:1rem;height:1rem;background:center center/100% no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.95388 5.67461C3.13359 5.46494 3.44924 5.44066 3.6589 5.62037L8.00017 9.34146L12.3414 5.62037C12.5511 5.44066 12.8668 5.46494 13.0465 5.67461C13.2262 5.88427 13.2019 6.19992 12.9922 6.37963L8.32557 10.3796C8.13832 10.5401 7.86202 10.5401 7.67478 10.3796L3.00811 6.37963C2.79845 6.19992 2.77417 5.88427 2.95388 5.67461Z' fill='%23212121'/%3E%3C/svg%3E%0A");transition:transform .3s ease}.mega-menu-wrapper .main-menu-col .main-mega-menu-list .menu-item-parent>.sub-menu .menu-item-has-children.active>a::after{transform:rotate(180deg)}.mega-menu-wrapper .main-menu-col .main-mega-menu-list .menu-item-parent>.sub-menu .menu-item-has-children>.sub-menu{display:none!important;position:static;width:100%;opacity:1;visibility:visible;transform:none;height:auto;grid-template-columns:1fr;grid-column-gap:0;grid-row-gap:.5rem;margin:0;padding:1rem 1.25rem;overflow-y:visible}}@media all and (max-width:991px) and (min-width:992px){.mega-menu-wrapper .main-menu-col .main-mega-menu-list .menu-item-parent>.sub-menu .menu-item-has-children>.sub-menu{grid-row-gap:1.25rem}}@media all and (max-width:991px){.mega-menu-wrapper .main-menu-col .main-mega-menu-list .menu-item-parent>.sub-menu .menu-item-has-children>.sub-menu.ShowChids{display:grid!important}.mega-menu-wrapper .main-menu-col .main-mega-menu-list .menu-item-parent>.sub-menu .menu-item-has-children>.sub-menu .menu-item-has-children>a{display:flex;align-items:center;justify-content:space-between;cursor:pointer}.mega-menu-wrapper .main-menu-col .main-mega-menu-list .menu-item-parent>.sub-menu .menu-item-has-children>.sub-menu .menu-item-has-children>a::after{content:"";display:inline-block;width:1rem;height:1rem;background:center center/100% no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.95388 5.67461C3.13359 5.46494 3.44924 5.44066 3.6589 5.62037L8.00017 9.34146L12.3414 5.62037C12.5511 5.44066 12.8668 5.46494 13.0465 5.67461C13.2262 5.88427 13.2019 6.19992 12.9922 6.37963L8.32557 10.3796C8.13832 10.5401 7.86202 10.5401 7.67478 10.3796L3.00811 6.37963C2.79845 6.19992 2.77417 5.88427 2.95388 5.67461Z' fill='%23212121'/%3E%3C/svg%3E%0A");transition:transform .3s ease}.mega-menu-wrapper .main-menu-col .main-mega-menu-list .menu-item-parent>.sub-menu .menu-item-has-children>.sub-menu .menu-item-has-children.active>a::after{transform:rotate(180deg)}.mega-menu-wrapper .main-menu-col .main-mega-menu-list .menu-item-parent>.sub-menu .menu-item-has-children>.sub-menu .menu-item-has-children>.sub-menu{display:none!important}.mega-menu-wrapper .main-menu-col .main-mega-menu-list .menu-item-parent>.sub-menu .menu-item-has-children>.sub-menu .menu-item-has-children>.sub-menu.ShowChids{display:grid!important}.mega-menu-wrapper .main-menu-col .main-mega-menu-list .menu-item-parent>.sub-menu .submenu-level-2>h4{margin:0}}@media all and (max-width:991px) and (min-width:992px){.mega-menu-wrapper .main-menu-col .main-mega-menu-list .menu-item-parent>.sub-menu .submenu-level-2>h4{margin:0 0 .75rem 0}}@media all and (max-width:991px){.mega-menu-wrapper .main-menu-col .main-mega-menu-list .menu-item-parent>.sub-menu .submenu-level-2>h4>a{padding:.625rem .8125rem .625rem .375rem!important;font-size:.8125rem;display:flex;color:#212121;align-items:center;justify-content:space-between}.mega-menu-wrapper .main-menu-col .main-mega-menu-list .menu-item-parent>.sub-menu .submenu-level-2>h4>a:visited{color:#212121}.mega-menu-wrapper .main-menu-col .main-mega-menu-list .menu-item-parent>.sub-menu .submenu-level-2>h4>a{cursor:pointer}}@media all and (max-width:991px) and (min-width:992px){.mega-menu-wrapper .main-menu-col .main-mega-menu-list .menu-item-parent>.sub-menu .submenu-level-2>h4>a{margin-bottom:.75rem;padding:.5rem .75rem;font-size:.9375rem;border-right:2px solid rgba(252,78,2,.4392156863)}}@media all and (max-width:991px){.mega-menu-wrapper .main-menu-col .main-mega-menu-list .menu-item-parent>.sub-menu .submenu-level-2>h4>a::after{content:"";display:inline-block;width:1rem;height:1rem;background:center center/100% no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.95388 5.67461C3.13359 5.46494 3.44924 5.44066 3.6589 5.62037L8.00017 9.34146L12.3414 5.62037C12.5511 5.44066 12.8668 5.46494 13.0465 5.67461C13.2262 5.88427 13.2019 6.19992 12.9922 6.37963L8.32557 10.3796C8.13832 10.5401 7.86202 10.5401 7.67478 10.3796L3.00811 6.37963C2.79845 6.19992 2.77417 5.88427 2.95388 5.67461Z' fill='%23212121'/%3E%3C/svg%3E%0A");transition:transform .3s ease;margin-left:.5rem;flex-shrink:0}.mega-menu-wrapper .main-menu-col .main-mega-menu-list .menu-item-parent>.sub-menu .submenu-level-2 li.active .submenu-level-2>h4>a::after{transform:rotate(180deg)}.mega-menu-wrapper .main-menu-col .main-mega-menu-list .menu-item-parent>.sub-menu .submenu-level-2 .sub-menu{padding-top:.5rem;padding-bottom:1rem;display:none!important;gap:.25rem}}@media all and (max-width:991px) and (min-width:992px){.mega-menu-wrapper .main-menu-col .main-mega-menu-list .menu-item-parent>.sub-menu .submenu-level-2 .sub-menu{gap:.75rem}}@media all and (max-width:991px){.mega-menu-wrapper .main-menu-col .main-mega-menu-list .menu-item-parent>.sub-menu .submenu-level-2 .sub-menu.ShowChids{display:flex!important;flex-direction:column}.mega-menu-wrapper .main-menu-col .main-mega-menu-list .menu-item-parent>.sub-menu .submenu-level-2 .sub-menu>li>a{font-size:.875rem;padding:.5rem .75rem;display:flex;align-items:center;justify-content:space-between}.mega-menu-wrapper .main-menu-col .main-mega-menu-list .menu-item-parent>.sub-menu .submenu-level-2 .sub-menu>li>a.has-submenu::after{content:"";display:inline-block;width:1rem;height:1rem;background:center center/100% no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.95388 5.67461C3.13359 5.46494 3.44924 5.44066 3.6589 5.62037L8.00017 9.34146L12.3414 5.62037C12.5511 5.44066 12.8668 5.46494 13.0465 5.67461C13.2262 5.88427 13.2019 6.19992 12.9922 6.37963L8.32557 10.3796C8.13832 10.5401 7.86202 10.5401 7.67478 10.3796L3.00811 6.37963C2.79845 6.19992 2.77417 5.88427 2.95388 5.67461Z' fill='%23212121'/%3E%3C/svg%3E%0A");transition:transform .3s ease;margin-left:.5rem;flex-shrink:0}.mega-menu-wrapper .main-menu-col .main-mega-menu-list .menu-item-parent>.sub-menu .submenu-level-2 .sub-menu>li>a.has-submenu{cursor:pointer}.mega-menu-wrapper .main-menu-col .main-mega-menu-list .menu-item-parent>.sub-menu .submenu-level-2 .sub-menu>li.active>a::after{transform:rotate(180deg)}.mega-menu-wrapper .main-menu-col .main-mega-menu-list .menu-item-parent>.sub-menu .submenu-level-2 .sub-menu>li.menu-item-has-children>a.has-submenu{cursor:pointer}.mega-menu-wrapper .main-menu-col .main-mega-menu-list .menu-item-parent>.sub-menu .submenu-level-2 .sub-menu>li.menu-item-has-children.active>a.has-submenu::after{transform:rotate(180deg)}.mega-menu-wrapper .main-menu-col .main-mega-menu-list .menu-item-parent>.sub-menu .submenu-level-2 .sub-menu>li .sub-menu{display:none!important;padding-left:1rem;margin-top:.5rem;list-style:none;margin:.5rem 0 0 0}.mega-menu-wrapper .main-menu-col .main-mega-menu-list .menu-item-parent>.sub-menu .submenu-level-2 .sub-menu>li .sub-menu.ShowChids{display:flex!important;flex-direction:column}.mega-menu-wrapper .main-menu-col .main-mega-menu-list .menu-item-parent>.sub-menu .submenu-level-2 .sub-menu>li .sub-menu>li>a{font-size:.875rem;padding:.5rem .75rem;display:flex;align-items:center;justify-content:space-between}.mega-menu-wrapper .main-menu-col .main-mega-menu-list .menu-item-parent>.sub-menu .submenu-level-2 .sub-menu>li .sub-menu>li>a.has-submenu::after{content:"";display:inline-block;width:1rem;height:1rem;background:center center/100% no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.95388 5.67461C3.13359 5.46494 3.44924 5.44066 3.6589 5.62037L8.00017 9.34146L12.3414 5.62037C12.5511 5.44066 12.8668 5.46494 13.0465 5.67461C13.2262 5.88427 13.2019 6.19992 12.9922 6.37963L8.32557 10.3796C8.13832 10.5401 7.86202 10.5401 7.67478 10.3796L3.00811 6.37963C2.79845 6.19992 2.77417 5.88427 2.95388 5.67461Z' fill='%23212121'/%3E%3C/svg%3E%0A");transition:transform .3s ease;margin-left:.5rem;flex-shrink:0}.mega-menu-wrapper .main-menu-col .main-mega-menu-list .menu-item-parent>.sub-menu .submenu-level-2 .sub-menu>li .sub-menu>li>a.has-submenu{cursor:pointer}.mega-menu-wrapper .main-menu-col .main-mega-menu-list .menu-item-parent>.sub-menu .submenu-level-2 .sub-menu>li .sub-menu>li.active>a::after{transform:rotate(180deg)}}@media all and (max-width:991px){.mega-menu-wrapper .mega-menu-wrapper .sub-menu .sub-menu{display:none!important}.mega-menu-wrapper .mega-menu-wrapper .sub-menu .sub-menu.ShowChids{display:flex!important;flex-direction:column}.mega-menu-wrapper .mega-menu-wrapper .menu-item-has-children:not(.menu-item-parent)>a.has-submenu{cursor:pointer;display:flex;align-items:center;justify-content:space-between}.mega-menu-wrapper .mega-menu-wrapper .menu-item-has-children:not(.menu-item-parent).active>a.has-submenu::after{transform:rotate(180deg)}.mega-menu-wrapper .mega-menu-wrapper .menu-item-has-children:not(.menu-item-parent)>.sub-menu{display:none!important}.mega-menu-wrapper .mega-menu-wrapper .menu-item-has-children:not(.menu-item-parent)>.sub-menu.ShowChids{display:flex!important;flex-direction:column}}@media all and (min-width:992px){.mega-menu-wrapper .mega-menu-close{display:none}.mega-menu-wrapper{position:absolute;transform:translateY(20px);top:calc(100% + 1.65rem);right:0;left:auto;width:1100px;height:auto;min-height:60vh;max-height:none;border-radius:10px;flex-direction:row;padding-top:0;-webkit-clip-path:inset(0 -100vmax -100vmax -100vmax);clip-path:inset(0 -100vmax -100vmax -100vmax);box-shadow:10px 10px 40px rgba(0,0,0,.1);border:1px solid rgba(198,198,200,.1803921569)}.mega-menu-wrapper.active{transform:translateY(0)}}.mega-menu-wrapper .submenu-content-col{display:none}.mega-menu-wrapper .main-menu-col{display:flex;width:100%}.mega-menu-wrapper .main-menu-col .main-mega-menu-list{margin:0;padding:0;list-style:none;width:100%;overflow-y:auto}@media all and (min-width:992px){.mega-menu-wrapper .main-menu-col .main-mega-menu-list{background-color:rgba(2,0,20,.05)}}.mega-menu-wrapper .main-menu-col .main-mega-menu-list .menu-item-parent{display:flex;padding:.4em 1.5em;border-bottom:1px solid rgba(104,105,110,.1882352941);overflow:hidden;flex-direction:column}.mega-menu-wrapper .main-menu-col .main-mega-menu-list .menu-item-parent:last-of-type{border-bottom:none}.mega-menu-wrapper .main-menu-col .main-mega-menu-list .menu-item-parent>a{padding:.8em 1em;font-size:14px;font-weight:600;transition:all .4s ease;color:#212121}.mega-menu-wrapper .main-menu-col .main-mega-menu-list .menu-item-parent>a:visited{color:#212121}.mega-menu-wrapper .main-menu-col .main-mega-menu-list .menu-item-parent>.sub-menu{list-style:none;margin:0;padding:0}@media all and (min-width:992px){.mega-menu-wrapper .main-menu-col .main-mega-menu-list .menu-item-parent{max-width:200px;min-width:200px}.mega-menu-wrapper .main-menu-col .main-mega-menu-list .menu-item-parent>a{max-width:200px;min-width:200px}.mega-menu-wrapper .main-menu-col .main-mega-menu-list .menu-item-parent:hover{background:#fff}.mega-menu-wrapper .main-menu-col .main-mega-menu-list .menu-item-parent:hover>a{color:#fc4e02}.mega-menu-wrapper .main-menu-col .main-mega-menu-list .menu-item-parent>.sub-menu.ShowChids{opacity:1;visibility:visible;transform:translateY(0)}.mega-menu-wrapper .main-menu-col .main-mega-menu-list .menu-item-parent>.sub-menu{position:absolute;left:0;top:0;width:calc(100% - 200px);opacity:0;visibility:hidden;height:100%;display:grid;grid-template-columns:repeat(4,1fr);grid-column-gap:10px;grid-row-gap:10px;transform:translateY(-12px);padding:2em 1.5em;background:#fff;transition:all .5s ease;overflow-y:auto}.mega-menu-wrapper .main-menu-col .main-mega-menu-list .menu-item-parent>.sub-menu .submenu-level-2>h4{margin:0}.mega-menu-wrapper .main-menu-col .main-mega-menu-list .menu-item-parent>.sub-menu .submenu-level-2>h4>a{display:flex;margin-bottom:15px;padding:.1em .4em;font-size:14.5px;border-right:2px solid rgba(252,78,2,.4392156863);align-items:center;color:#000;transition:all .3s ease;font-weight:700}.mega-menu-wrapper .main-menu-col .main-mega-menu-list .menu-item-parent>.sub-menu .submenu-level-2>h4:hover a{color:#fc4e02}.mega-menu-wrapper .main-menu-col .main-mega-menu-list .menu-item-parent>.sub-menu .submenu-level-2 .sub-menu{margin:0;padding:0;padding-top:1em;padding-bottom:2em;list-style:none;display:flex;flex-direction:column;gap:1.5em}.mega-menu-wrapper .main-menu-col .main-mega-menu-list .menu-item-parent>.sub-menu .submenu-level-2 .sub-menu>li>a{color:#68696e;transition:all .3s ease;font-size:13.5px;font-weight:400}.mega-menu-wrapper .main-menu-col .main-mega-menu-list .menu-item-parent>.sub-menu .submenu-level-2 .sub-menu>li:hover a{color:#fc4e02}}.mega-menu-trigger{font-weight:500;line-height:100%;letter-spacing:0;text-align:right;vertical-align:middle;color:#212121;padding:.625rem .25rem;background:0 0;border:none;display:flex;align-items:center;gap:.25rem;font-size:0;height:0;position:absolute;right:0;top:-50px}@media all and (min-width:992px){.mega-menu-trigger{position:relative;right:unset;top:unset;font-size:1rem;height:auto}}.mega-menu-trigger::after{content:"";display:inline-block;width:1rem;height:1rem;background:center center/100% no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.95388 5.67461C3.13359 5.46494 3.44924 5.44066 3.6589 5.62037L8.00017 9.34146L12.3414 5.62037C12.5511 5.44066 12.8668 5.46494 13.0465 5.67461C13.2262 5.88427 13.2019 6.19992 12.9922 6.37963L8.32557 10.3796C8.13832 10.5401 7.86202 10.5401 7.67478 10.3796L3.00811 6.37963C2.79845 6.19992 2.77417 5.88427 2.95388 5.67461Z' fill='%23212121'/%3E%3C/svg%3E%0A")}.mega-menu-trigger::before{content:"";width:100%;height:0;top:99%;right:0;position:absolute;display:block}.mega-menu-trigger:hover::before{height:3.125rem}.btnCustomBuff{width:max-content;height:44px;transition:all .5s ease;border:1px solid #fc4e02!important;border-radius:12px!important;z-index:0;padding:0 12px;position:relative;overflow:hidden!important;display:flex;align-items:center;justify-content:center;font-size:14.5px;text-transform:uppercase;cursor:pointer;font-weight:600;color:#fff;background-color:#fc4e02}.btnCustomBuff::before{content:"";position:absolute;left:-50px;top:0;width:0;height:100%;background-color:#fff!important;transform:skewX(45deg);z-index:-1;transition:all .5s ease}.btnCustomBuff:hover{color:#fc4e02!important}.btnCustomBuff:hover::before{width:250%}.mega-menu-wrapper .mega-menu-wrapper__title{position:absolute;top:25px;right:2.5rem;display:block}@media all and (min-width:992px){.mega-menu-wrapper .mega-menu-wrapper__title{display:none}}.mega-menu-wrapper .mega-menu-wrapper__title h5{margin:0;font-size:1.25rem;line-height:1.5}.c-content-block{margin:5rem 0}@media all and (min-width:992px){.c-content-block{margin:7.5rem 0}}@media all and (min-width:1120px){.c-content-block{margin:9rem 0}}.c-content-block__title{font-weight:400;font-size:28px;line-height:120%;margin:0 0 1rem}.c-content-block__main{font-weight:400;line-height:2rem;font-size:1rem;text-align:justify}body.woocommerce-checkout .woocommerce-shipping-totals.shipping td{width:100%}body.woocommerce-checkout .woocommerce-shipping-totals.shipping th{max-width:120px}body.woocommerce-checkout form.woocommerce-checkout{display:flex;flex-wrap:wrap;gap:3rem!important}body.woocommerce-checkout form.woocommerce-checkout .woocommerce-NoticeGroup-checkout{width:100%}@media all and (min-width:992px){body.woocommerce-checkout form.woocommerce-checkout{flex-wrap:wrap}}body.woocommerce-checkout form.woocommerce-checkout #order_review{width:100%}@media all and (min-width:992px){body.woocommerce-checkout form.woocommerce-checkout #order_review{width:40%!important}}@media all and (min-width:1120px){body.woocommerce-checkout form.woocommerce-checkout #order_review{width:44%!important}}body.woocommerce-checkout form.woocommerce-checkout #customer_details{display:flex;flex-direction:column;width:100%}@media all and (min-width:992px){body.woocommerce-checkout form.woocommerce-checkout #customer_details{width:52%!important}}body.woocommerce-checkout form.woocommerce-checkout #customer_details::after,body.woocommerce-checkout form.woocommerce-checkout #customer_details::before{content:unset!important}body.woocommerce-checkout form.woocommerce-checkout #customer_details .col-1,body.woocommerce-checkout form.woocommerce-checkout #customer_details .col-2{width:100%!important}body.woocommerce-checkout form.woocommerce-checkout .form-row{position:relative;margin-bottom:1rem}body.woocommerce-checkout form.woocommerce-checkout .form-row label{font-size:16px;line-height:34px;background:#fff;position:absolute;margin-right:20px;z-index:1;font-weight:500;width:-moz-fit-content;width:fit-content;margin-top:-14px;margin-bottom:0;padding:0 10px;color:#000;transition:all .3s ease-in-out}body.woocommerce-checkout form.woocommerce-checkout .form-row .select2{padding:.75rem 1rem!important;border:1px solid #dfdfe2!important;border-radius:1.25rem}body.woocommerce-checkout form.woocommerce-checkout .form-row .select2 .select2-selection{border:none!important}body.woocommerce-checkout form.woocommerce-checkout .form-row .select2 .select2-container .select2-dropdown--below{top:-10px}body.woocommerce-checkout form.woocommerce-checkout .form-row .select2 .select2-dropdown{border-color:#dfdfe2!important}body.woocommerce-checkout form.woocommerce-checkout .form-row .select2 .select2-selection__rendered{width:100%!important;padding:.625rem 1rem!important;border:0!important;border-radius:.5rem!important;font-size:1rem!important;color:#212121!important;background-color:transparent!important;transition:all .3s ease-in-out!important}body.woocommerce-checkout form.woocommerce-checkout .form-row .select2 .select2-selection__rendered:focus{outline:.125rem solid #fc4e02!important;outline-offset:-.0625rem!important;border-color:#fc4e02!important}body.woocommerce-checkout form.woocommerce-checkout .form-row .select2 .select2-selection__rendered::placeholder{color:#cacace!important;font-size:.875rem!important}body.woocommerce-checkout form.woocommerce-checkout input:not([type=submit]){border:1px solid #dfdfe2;border-radius:1.25rem;font-size:14px;line-height:34px;font-weight:300;color:#cacace;padding:18px 24px!important;color:#212121!important}body.woocommerce-checkout form.woocommerce-checkout textarea{border:1px solid #dfdfe2!important;padding:18px 24px!important;box-shadow:unset!important;height:180px!important;color:#212121!important;background:#fff!important;border-radius:1.25rem!important;transition:0s!important;color:#212121!important}body.woocommerce-checkout form.woocommerce-checkout textarea:focus{outline:.1875rem solid #fc4e02}.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info{padding-right:4rem!important;background-color:#f2f6f7!important;border-color:#b6b6b9}.woocommerce form.checkout_coupon{border:none!important;display:flex;align-items:center!important}.woocommerce form.checkout_coupon .form-row input{border:1px solid #dfdfe2!important;border-radius:1.25rem!important;font-size:14px!important;line-height:34px!important;font-weight:300!important;color:#212121!important;padding:12px 20px!important}.woocommerce form.checkout_coupon .form-row .button{padding:20px 20px!important}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{padding:1.25rem!important;display:block!important;width:100%!important;float:unset!important;font-size:1.25rem!important;font-weight:700!important}#add_payment_method #payment,.woocommerce-cart #payment,.woocommerce-checkout #payment{background-color:#f2f6f7!important;border-radius:1.25rem}.woocommerce .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text{font-size:.875rem!important;line-height:1.5rem!important}.woocommerce .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text .woocommerce-privacy-policy-link{color:#212121!important;text-decoration:underline!important}.woocommerce-billing-fields .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:.5rem!important}.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment{padding:.625rem!important}@media all and (min-width:1120px){.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment{padding:1.25rem!important}}.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table{border-radius:1rem!important}.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr td,.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr th{padding:1.25rem!important}#add_payment_method #payment div.payment_box,.woocommerce-cart #payment div.payment_box,.woocommerce-checkout #payment div.payment_box{background-color:#d8d8d8}#add_payment_method #payment div.payment_box p,.woocommerce-cart #payment div.payment_box p,.woocommerce-checkout #payment div.payment_box p{margin-top:0!important}.woocommerce-checkout #payment div.payment_box::before{border-bottom-color:#d8d8d8!important}body.woocommerce-checkout form.woocommerce-checkout .woocommerce-NoticeGroup-checkout{width:100%!important}body.woocommerce-checkout form.woocommerce-checkout .woocommerce-NoticeGroup-checkout .alert .woocommerce-error{border-radius:1rem;padding-top:12px;padding-bottom:12px}body.woocommerce-checkout form.woocommerce-checkout .woocommerce-NoticeGroup-checkout ul.woocommerce-error li{line-height:2!important;margin-bottom:.75rem!important}body.woocommerce-checkout form.woocommerce-checkout .woocommerce-NoticeGroup-checkout ul.woocommerce-error li:last-child{margin-bottom:0!important}.woocommerce-order-received .woocommerce-table--order-details{border-radius:1rem!important;text-align:right!important}.woocommerce-order-received .woocommerce-table--order-details tr td,.woocommerce-order-received .woocommerce-table--order-details tr th{padding:1.25rem!important;text-align:right!important}.woocommerce-order-received .woocommerce-customer-details{display:none!important}.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details::before{content:unset}.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li{display:flex;align-items:center;gap:20px}@media all and (min-width:992px){.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li{display:inline-block}}.c-modal{position:fixed;left:0;right:0;top:0;height:100vh;width:100%;background:rgba(0,0,0,.3);backdrop-filter:blur(20px);display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:.3s;z-index:999}.c-modal.is-open{opacity:1;visibility:visible}@media all and (min-width:992px){.c-modal{position:unset;left:unset;right:unset;top:unset;opacity:1;visibility:visible;background-color:transparent;display:block;height:unset}}.c-modal__close{border:unset;padding:.7rem .5rem .4rem;border-radius:1.5rem;position:absolute;width:2.5rem;height:2.5rem;top:1.5rem;right:2rem;background-color:rgba(0,0,0,.2);backdrop-filter:blur(10px);font-size:1rem;color:#fff;display:flex;align-items:center;justify-content:center}.c-modal__close .o-burger__inner,.c-modal__close .o-burger__inner::after,.c-modal__close .o-burger__inner::before{background-color:#fff!important}@media all and (min-width:992px){.c-modal__close{display:none}}.c-modal__box{background-color:#fff;border-radius:1rem;width:90%;max-height:90vh;padding:1.5rem 1.25rem}@media all and (min-width:992px){.c-modal__box{padding:0;width:100%;max-height:unset!important}}.c-modal__box__scroller{max-height:100%;overflow-y:auto}.c-modal .variations_form{position:relative}.c-modal .variations_form .reset_variations{background-color:#fff;top:0!important;left:0!important}.woocommerce-checkout .woocommerce-checkout-review-order #custom_shipping_option{margin-top:2rem}.woocommerce-checkout .woocommerce-checkout-review-order #custom_shipping_option>h3{font-size:20px;display:flex;align-items:center;gap:10px}.woocommerce-checkout .woocommerce-checkout-review-order #custom_shipping_option .delivery-time-options{margin-top:1.5rem;margin-bottom:1.5rem}.woocommerce-checkout .woocommerce-checkout-review-order #custom_shipping_option .delivery-day-options,.woocommerce-checkout .woocommerce-checkout-review-order #custom_shipping_option .delivery-time-options{display:flex;flex-wrap:wrap;gap:.625rem}@media all and (min-width:992px){.woocommerce-checkout .woocommerce-checkout-review-order #custom_shipping_option .delivery-day-options,.woocommerce-checkout .woocommerce-checkout-review-order #custom_shipping_option .delivery-time-options{gap:1.25rem}}.woocommerce-checkout .woocommerce-checkout-review-order #custom_shipping_option .delivery-day-options h4,.woocommerce-checkout .woocommerce-checkout-review-order #custom_shipping_option .delivery-time-options h4{width:100%;font-size:1.125rem}.woocommerce-checkout .woocommerce-checkout-review-order #custom_shipping_option .delivery-day-options .delivery-day-option label,.woocommerce-checkout .woocommerce-checkout-review-order #custom_shipping_option .delivery-day-options .delivery-time-option label,.woocommerce-checkout .woocommerce-checkout-review-order #custom_shipping_option .delivery-time-options .delivery-day-option label,.woocommerce-checkout .woocommerce-checkout-review-order #custom_shipping_option .delivery-time-options .delivery-time-option label{border:1px solid #ccc;padding:12px 40px 10px 10px;border-radius:16px;display:block!important;transition:.2s;cursor:pointer!important;position:relative;font-size:11px}@media all and (min-width:768px){.woocommerce-checkout .woocommerce-checkout-review-order #custom_shipping_option .delivery-day-options .delivery-day-option label,.woocommerce-checkout .woocommerce-checkout-review-order #custom_shipping_option .delivery-day-options .delivery-time-option label,.woocommerce-checkout .woocommerce-checkout-review-order #custom_shipping_option .delivery-time-options .delivery-day-option label,.woocommerce-checkout .woocommerce-checkout-review-order #custom_shipping_option .delivery-time-options .delivery-time-option label{font-size:14px;padding:16px 46px 12px 12px}}.woocommerce-checkout .woocommerce-checkout-review-order #custom_shipping_option .delivery-day-options .delivery-day-option label:hover,.woocommerce-checkout .woocommerce-checkout-review-order #custom_shipping_option .delivery-day-options .delivery-time-option label:hover,.woocommerce-checkout .woocommerce-checkout-review-order #custom_shipping_option .delivery-time-options .delivery-day-option label:hover,.woocommerce-checkout .woocommerce-checkout-review-order #custom_shipping_option .delivery-time-options .delivery-time-option label:hover{border-color:#b6b6b9}.woocommerce-checkout .woocommerce-checkout-review-order #custom_shipping_option .delivery-day-options .delivery-day-option label:hover::before,.woocommerce-checkout .woocommerce-checkout-review-order #custom_shipping_option .delivery-day-options .delivery-time-option label:hover::before,.woocommerce-checkout .woocommerce-checkout-review-order #custom_shipping_option .delivery-time-options .delivery-day-option label:hover::before,.woocommerce-checkout .woocommerce-checkout-review-order #custom_shipping_option .delivery-time-options .delivery-time-option label:hover::before{border-color:#fc4e02}.woocommerce-checkout .woocommerce-checkout-review-order #custom_shipping_option .delivery-day-options .delivery-day-option label::before,.woocommerce-checkout .woocommerce-checkout-review-order #custom_shipping_option .delivery-day-options .delivery-time-option label::before,.woocommerce-checkout .woocommerce-checkout-review-order #custom_shipping_option .delivery-time-options .delivery-day-option label::before,.woocommerce-checkout .woocommerce-checkout-review-order #custom_shipping_option .delivery-time-options .delivery-time-option label::before{content:"";width:1rem;height:1rem;border:2px solid #b6b6b9;border-radius:.75rem;position:absolute;right:14px;top:50%;transform:translateY(-50%);transition:.2s}@media all and (min-width:768px){.woocommerce-checkout .woocommerce-checkout-review-order #custom_shipping_option .delivery-day-options .delivery-day-option label::before,.woocommerce-checkout .woocommerce-checkout-review-order #custom_shipping_option .delivery-day-options .delivery-time-option label::before,.woocommerce-checkout .woocommerce-checkout-review-order #custom_shipping_option .delivery-time-options .delivery-day-option label::before,.woocommerce-checkout .woocommerce-checkout-review-order #custom_shipping_option .delivery-time-options .delivery-time-option label::before{right:18px}}.woocommerce-checkout .woocommerce-checkout-review-order #custom_shipping_option .delivery-day-options .delivery-day-option input:checked+label,.woocommerce-checkout .woocommerce-checkout-review-order #custom_shipping_option .delivery-day-options .delivery-time-option input:checked+label,.woocommerce-checkout .woocommerce-checkout-review-order #custom_shipping_option .delivery-time-options .delivery-day-option input:checked+label,.woocommerce-checkout .woocommerce-checkout-review-order #custom_shipping_option .delivery-time-options .delivery-time-option input:checked+label{border-color:#fc4e02}.woocommerce-checkout .woocommerce-checkout-review-order #custom_shipping_option .delivery-day-options .delivery-day-option input:checked+label::before,.woocommerce-checkout .woocommerce-checkout-review-order #custom_shipping_option .delivery-day-options .delivery-time-option input:checked+label::before,.woocommerce-checkout .woocommerce-checkout-review-order #custom_shipping_option .delivery-time-options .delivery-day-option input:checked+label::before,.woocommerce-checkout .woocommerce-checkout-review-order #custom_shipping_option .delivery-time-options .delivery-time-option input:checked+label::before{width:.75rem;height:.75rem;border:2px solid #fc4e02;background-color:#fc4e02;outline:2px solid #fc4e02;outline-offset:3px}.woocommerce-checkout .woocommerce-checkout-review-order #custom_shipping_option .delivery-day-options .delivery-day-option input,.woocommerce-checkout .woocommerce-checkout-review-order #custom_shipping_option .delivery-day-options .delivery-time-option input,.woocommerce-checkout .woocommerce-checkout-review-order #custom_shipping_option .delivery-time-options .delivery-day-option input,.woocommerce-checkout .woocommerce-checkout-review-order #custom_shipping_option .delivery-time-options .delivery-time-option input{display:none}.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-shipping-totals .woocommerce-shipping-methods li{position:relative;margin-bottom:2.25rem!important}.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-shipping-totals .woocommerce-shipping-methods li:last-child{margin-bottom:0}.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-shipping-totals .woocommerce-shipping-methods li label{border:1px solid #ccc;padding:16px 50px 12px 0;border-radius:16px;display:block!important;transition:.2s;cursor:pointer!important}.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-shipping-totals .woocommerce-shipping-methods li label:hover{border-color:#b6b6b9}.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-shipping-totals .woocommerce-shipping-methods li label:hover::before{border-color:#fc4e02}.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-shipping-totals .woocommerce-shipping-methods li label::before{content:"";width:1.125rem;height:1.125rem;border:2px solid #b6b6b9;border-radius:.75rem;position:absolute;right:18px;top:50%;transform:translateY(-50%);transition:.2s}.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-shipping-totals .woocommerce-shipping-methods li label input:checked+label{border-color:#fc4e02}.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-shipping-totals .woocommerce-shipping-methods li label input:checked+label::before{width:.75rem;height:.75rem;border:2px solid #fc4e02;background-color:#fc4e02;outline:2px solid #fc4e02;outline-offset:3px}.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-shipping-totals .woocommerce-shipping-methods li input{display:none}.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-shipping-totals .woocommerce-shipping-methods li .shipping_method_description{text-align:center;border-radius:.75rem;margin:10px 0 0;position:absolute;padding:.5rem .5rem .4375rem;top:-20px;left:-10px;white-space:nowrap;line-height:1}.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-shipping-totals .woocommerce-shipping-methods li .shipping_method_description small{font-size:.625rem;line-height:1}.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-shipping-totals .woocommerce-shipping-methods li input:checked+label{border-color:#fc4e02}.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-shipping-totals .woocommerce-shipping-methods li input:checked+label::before{width:.75rem;height:.75rem;border:2px solid #fc4e02;background-color:#fc4e02;outline:2px solid #fc4e02;outline-offset:3px}.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods li{position:relative;margin-bottom:2.25rem!important}.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods li:last-child{margin-bottom:0}.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods li label{border:1px solid #ccc;padding:16px 50px 12px 0;border-radius:16px;display:block!important;transition:.2s;cursor:pointer!important}.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods li label:hover{border-color:#b6b6b9}.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods li label:hover::before{border-color:#fc4e02}.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods li label::before{content:"";width:1.125rem;height:1.125rem;border:2px solid #b6b6b9;border-radius:.75rem;position:absolute;right:18px;top:50%;transform:translateY(-50%);transition:.2s}.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods li input{display:none}.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods li input:checked+label{border-color:#fc4e02}.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods li input:checked+label::before{width:.75rem;height:.75rem;border:2px solid #fc4e02;background-color:#fc4e02;outline:2px solid #fc4e02;outline-offset:3px}.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods li{position:relative;margin-bottom:2.25rem!important}.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods li:last-child{margin-bottom:0}.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods li .payment_box{background-color:#e6e6e6;border-radius:12px!important;padding:18px 14px}.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods li .payment_box::before{border-bottom-color:#e6e6e6!important}.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods li label{border:1px solid #ccc;padding:16px 54px 12px 0;border-radius:16px;display:block!important;transition:.2s;cursor:pointer!important}.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods li label:hover{border-color:#b6b6b9}.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods li label:hover::before{border-color:#fc4e02}.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods li label::before{content:"";width:1.125rem;height:1.125rem;border:2px solid #b6b6b9;border-radius:.75rem;position:absolute;right:20px;top:30px;transition:.2s}.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods li input{display:none}.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods li input:checked+label{border-color:#fc4e02}.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods li input:checked+label::before{width:.75rem;height:.75rem;border:2px solid #fc4e02;background-color:#fc4e02;outline:2px solid #fc4e02;outline-offset:3px}.c-tags{border-top:1px solid #ededed;padding-top:2rem;max-width:100%;width:100%;position:relative}.c-tags__title{font-weight:400;font-size:1.125rem;line-height:1;margin:0 0 1rem}.c-tags__items{max-width:100%;display:flex;gap:.5rem;overflow-x:scroll;padding-bottom:1rem;padding-left:32px}.c-tags__items::before{content:"";width:25px;background:linear-gradient(90deg,#fff 0,rgba(255,255,255,0) 100%);height:65px;position:absolute;left:0;bottom:0}.c-tags__items ::-webkit-scrollbar{width:10px}.c-tags__items ::-webkit-scrollbar-track{background:#f1f1f1}.c-tags__items ::-webkit-scrollbar-thumb{background:#888}.c-tags__items ::-webkit-scrollbar-thumb:hover{background:#555}.c-tags__items a{font-weight:400;font-size:.875rem;line-height:1.2;padding:.75rem 1.3125rem;background-color:#f2f6f7;border-radius:32px;color:#212121;white-space:nowrap}.c-tags__items a:hover{background-color:#fc4e02;color:#fff}#SearchsContainer{z-index:103;position:fixed;top:0;left:0;height:100%;width:100%;display:flex;justify-content:start;align-items:center;flex-direction:column;transform:translateX(100%);opacity:0;visibility:hidden;transition:all .2s linear;overflow:auto}@media all and (min-width:992px){#SearchsContainer{padding-right:15px;padding-left:15px}}#SearchsContainer input::placeholder,#SearchsContainer textarea::placeholder{font-size:14px;font-weight:300;color:#fff}#SearchsContainer input#search-input{max-width:846px;width:100%;background-color:transparent;border:0;outline:0;border-bottom:1px solid #fff;padding-bottom:18px;padding-right:44px;font-size:20px;font-weight:500;line-height:25px;color:rgba(255,255,255,.3098039216)}#SearchsContainer span#closeSea{display:flex;justify-content:end;width:100%;margin-bottom:40px;margin-top:80px;cursor:pointer}@media all and (min-width:768px){#SearchsContainer span#closeSea{margin-top:24px}}#SearchsContainer span#closeSea svg path{transition:all .2s linear}#SearchsContainer span#closeSea:hover svg path{fill:#d3ac69}#SearchsContainer .searchResults{display:flex;justify-content:center;align-items:start;gap:20px;margin-top:64px;max-width:846px;width:100%}@media all and (min-width:768px){#SearchsContainer .searchResults{flex-direction:column;margin-top:32px;gap:32px}}#SearchsContainer .searchResultsChild{width:calc(50% - 10px)}@media all and (min-width:768px){#SearchsContainer .searchResultsChild{width:100%}}#SearchsContainer .searchResultsHead{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}#SearchsContainer .searchResultsHead span{font-size:20px;font-weight:500;line-height:25px;color:#fff}#SearchsContainer .searchResultsHead a{font-size:14px;font-weight:400;line-height:24px;color:#d3ac69;transition:all .2s linear}#SearchsContainer .searchResultsHead a:hover{transform:translate(-4px,0)}#SearchsContainer .search-item a span{font-size:16px;font-weight:400;line-height:28px;color:#fff;width:55%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;transition:all .2s linear}@media all and (min-width:768px){#SearchsContainer .search-item a span{max-width:170px;font-size:12px}}#SearchsContainer .search-item a img{width:33%;height:100%;object-fit:cover;border-radius:12px;transition:all .2s linear}@media all and (min-width:768px){#SearchsContainer .search-item a img{width:84px}}#SearchsContainer .search-item a{display:flex;justify-content:start;align-items:center;padding:12px 13px;height:100%;width:100%;gap:11px;background-image:url("data:image/svg+xml,%3Csvg width='415' height='99' viewBox='0 0 415 99' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.66853 1L1 8.67677V98H406.331L414 90.3232V1H8.66853Z' stroke='white' stroke-opacity='0.3' stroke-width='0.666667'/%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;background-size:contain}@media all and (min-width:768px){#SearchsContainer .search-item a{background-image:url("data:image/svg+xml,%3Csvg width='288' height='74' viewBox='0 0 288 74' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.66853 1L1 8.67677V73H279.331L287 65.3232V1H8.66853Z' stroke='white' stroke-opacity='0.3' stroke-width='0.666667'/%3E%3C/svg%3E%0A");background-position:right}}#SearchsContainer .search-item a:hover span{color:#d3ac69}#SearchsContainer .search-item{width:100%;height:97px;display:flex;justify-content:center;align-items:center;margin-bottom:20px}@media all and (min-width:768px){#SearchsContainer .search-item{height:72px;margin-bottom:14px}}#SearchsContainer .search-input-div{width:100%;max-width:846px;display:flex;justify-content:center;align-items:center;position:relative}#SearchsContainer .search-input-div svg{position:absolute;right:2px;top:0}#SearchsContainer .searchResultsHead a svg{margin-right:8px}#SearchsContainer.active,.menuMobilesection.active{transform:translateX(0);opacity:1;visibility:visible;transition:all .4s linear .5s}.menuMobilesection{display:none}.s-blocks{color:#212121;font-size:1.1875rem;line-height:2.25rem}.s-blocks>:first-child{margin-top:0!important}.s-blocks>*{padding-left:1rem;padding-right:1rem}@media all and (min-width:992px){.s-blocks>*{padding-left:1.5625rem;padding-right:1.5625rem}}.s-blocks h1+p:not(.has-background):not(.is-style-notice-info):not(.is-style-notice-warning),.s-blocks h2+p:not(.has-background):not(.is-style-notice-info):not(.is-style-notice-warning),.s-blocks h3+p:not(.has-background):not(.is-style-notice-info):not(.is-style-notice-warning),.s-blocks h4+p:not(.has-background):not(.is-style-notice-info):not(.is-style-notice-warning),.s-blocks h5+p:not(.has-background):not(.is-style-notice-info):not(.is-style-notice-warning),.s-blocks h6+p:not(.has-background):not(.is-style-notice-info):not(.is-style-notice-warning){margin-top:.625rem}.s-block-area{font-size:1rem;line-height:2rem}.s-block-area>:not(.alignwide):not(.alignfull){width:100%;margin-right:auto;margin-left:auto;max-width:calc(100% - 2rem)}@media all and (min-width:768px){.s-block-area>:not(.alignwide):not(.alignfull){padding-right:2rem;padding-left:2rem;max-width:calc(100% - 4rem)}}@media all and (min-width:992px){.s-block-area>:not(.alignwide):not(.alignfull){padding:0;max-width:50rem}}@media all and (min-width:1120px){.s-block-area>:not(.alignwide):not(.alignfull){max-width:60.375rem}}.s-block-area>.alignfull{width:100%;padding-left:1rem!important;padding-right:1rem!important}.s-block-area>.alignwide{width:100%;margin-right:auto;margin-left:auto;max-width:calc(100% - 2rem);border-radius:.5rem}@media all and (min-width:768px){.s-block-area>.alignwide{padding-right:2rem;padding-left:2rem;max-width:calc(100% - 4rem)}}@media all and (min-width:992px){.s-block-area>.alignwide{padding:0;max-width:calc(100% - 4rem)}}@media all and (min-width:1300px){.s-block-area>.alignwide{max-width:75.625rem}}.s-block-area h2{font-weight:400}.s-block-area p{text-align:justify}.s-block-content--blog{font-weight:400;font-size:1rem;line-height:2rem;text-align:justify!important}.s-block-content--blog p{text-align:justify;line-height:2}.s-block-content--blog h1{margin:0 0 2rem;font-weight:600;font-size:2.375rem;line-height:2.75rem;letter-spacing:-.5px}.s-block-content--blog h2{font-weight:400;font-size:1.75rem;line-height:1.55;margin:2.5rem 0 1rem}.s-block-content--blog h3{margin:0 0 1.2rem;font-weight:500;font-size:1.375rem;line-height:1.75rem;letter-spacing:-.2px}.s-block-content--blog h4{margin:0 0 1rem;font-weight:500;font-size:1.125rem;line-height:1.5rem;text-transform:none}.s-block-content--blog h5{margin:0 0 .75rem;font-weight:600;font-size:1rem;line-height:1.375rem;letter-spacing:.1px;text-transform:uppercase}.s-block-content--blog h6{margin:0 0 .5rem;font-weight:500;font-size:.875rem;line-height:1.25rem;color:#666;letter-spacing:.3px;text-transform:uppercase}.s-block-content--blog li{line-height:1.75}.s-dashboard-nav,.woocommerce-MyAccount-navigation{background-color:#f8f5ff;border-radius:0 0 .5rem .5rem;box-shadow:0 4px 4px 0 rgba(0,0,0,.031372549);transform:translateY(-1rem);padding:.5rem;max-height:0;overflow:hidden;opacity:0;transition:max-height .3s ease-out,opacity .15s ease-in,padding-top .15s ease,padding-bottom .15s ease}@media all and (min-width:992px){.s-dashboard-nav,.woocommerce-MyAccount-navigation{padding:1rem!important;max-height:unset;overflow:visible;opacity:1}}.s-dashboard-nav.is-open,.woocommerce-MyAccount-navigation.is-open{padding:1.5rem .5rem .5rem;max-height:1000px;opacity:1}@media all and (min-width:992px){.s-dashboard-nav.is-open,.woocommerce-MyAccount-navigation.is-open{padding:0;max-height:unset;opacity:1}}@media all and (min-width:992px){.s-dashboard-nav,.woocommerce-MyAccount-navigation{background-color:transparent;padding:0}}.s-dashboard-nav ul,.woocommerce-MyAccount-navigation ul{list-style:none;padding:0!important;margin:0;display:flex;flex-direction:column;gap:.25rem}.s-dashboard-nav li,.woocommerce-MyAccount-navigation li{margin:0}.s-dashboard-nav a,.woocommerce-MyAccount-navigation a{font-size:1.125rem;line-height:1.318125rem;font-weight:400;padding:1rem 1.25rem!important;color:#212121;display:flex;border-radius:.875rem;text-transform:capitalize;text-decoration:none;transition:.22s}@media all and (min-width:992px){.s-dashboard-nav a,.woocommerce-MyAccount-navigation a{padding:1.5rem}}.s-dashboard-nav a:hover,.woocommerce-MyAccount-navigation a:hover{background:rgba(255,233,223,.7);color:#fc4e02;text-decoration:none}.s-dashboard-nav a:visited,.woocommerce-MyAccount-navigation a:visited{color:#212121}.s-dashboard-nav a:visited:hover,.woocommerce-MyAccount-navigation a:visited:hover{color:#fc4e02}.s-dashboard-nav li.is-active a,.s-dashboard-nav li.woocommerce-MyAccount-navigation-link--active a,.woocommerce-MyAccount-navigation li.is-active a,.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--active a{font-weight:500;background:rgba(255,233,223,.7);color:#fc4e02}@media all and (min-width:992px){.s-dashboard-nav li.is-active a,.s-dashboard-nav li.woocommerce-MyAccount-navigation-link--active a,.woocommerce-MyAccount-navigation li.is-active a,.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--active a{background:rgba(255,233,223,.7)}}.s-dashboard-nav li.is-active a:hover,.s-dashboard-nav li.woocommerce-MyAccount-navigation-link--active a:hover,.woocommerce-MyAccount-navigation li.is-active a:hover,.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--active a:hover{color:#fc4e02}.c-account-nav-toggle{width:100%;padding:1rem;font-size:1.125rem;line-height:24px;display:flex;justify-content:space-between;align-items:center;border:none;background-color:#f2f6f7;font-weight:500;border-radius:.5rem;z-index:6;cursor:pointer;transition:background-color .3s ease}@media all and (min-width:992px){.c-account-nav-toggle{display:none}}.c-account-nav-toggle:hover{background-color:#f2f6f7}.c-account-nav-toggle__arrow{display:flex;position:relative;transition:transform .3s ease}.c-account-nav-toggle__arrow svg{width:16px;height:16px}.c-account-nav-toggle.is-active .c-account-nav-toggle__arrow{transform:rotate(180deg)}.c-account-user-info{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem 1rem;margin-bottom:1rem;text-align:center}@media all and (min-width:992px){.c-account-user-info{padding:2rem 1.5rem;margin-bottom:1.5rem}}.c-account-user-info img{border-radius:50%;width:5rem;height:5rem;object-fit:cover;border:2px solid #f2f6f7;box-shadow:0 2px 8px rgba(0,0,0,.1)}.c-account-user-info__name{margin:0;font-size:.8125rem;font-weight:500;color:#212121;line-height:1.4;margin-top:1rem}@media all and (min-width:992px){.c-account-user-info__name{font-size:.875rem}}.c-account-user-info{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem 1rem;margin-bottom:1rem;text-align:center}@media all and (min-width:992px){.c-account-user-info{padding:2rem 1.5rem;margin-bottom:1.5rem}}.c-dashboard .s-dashboard-nav{flex-basis:100%;max-height:0;overflow:hidden;transition:max-height .3s ease-out,opacity .15s ease-in,padding-top .15s ease,padding-bottom .15s ease;opacity:0}.c-dashboard .s-dashboard-nav.is-open{max-height:1000px;opacity:1}@media all and (min-width:992px){.c-dashboard .s-dashboard-nav{flex-basis:22%;max-height:unset;overflow:visible;opacity:1}}@media all and (min-width:992px){.c-dashboard .woocommerce-MyAccount-navigation{max-height:unset;overflow:visible;opacity:1}}.c-dashboard .woocommerce .woocommerce-customer-details .woocommerce-columns{display:flex}.c-dashboard .woocommerce .woocommerce-customer-details .woocommerce-columns .woocommerce-column--shipping-address{display:none}.c-dashboard .woocommerce .woocommerce-customer-details .woocommerce-columns::after,.c-dashboard .woocommerce .woocommerce-customer-details .woocommerce-columns::before{content:unset}.c-dashboard .woocommerce{display:flex;align-items:flex-start;flex-wrap:wrap;padding:1.5rem 0!important}.c-dashboard .woocommerce::after,.c-dashboard .woocommerce::before{content:unset!important}@media all and (min-width:992px){.c-dashboard .woocommerce{gap:2rem;padding:3rem 0!important}}@media all and (min-width:992px){.c-dashboard .woocommerce{padding:4rem 0!important}}@media all and (min-width:992px){.c-dashboard .woocommerce{flex-wrap:nowrap;gap:3rem}}@media all and (min-width:1120px){.c-dashboard .woocommerce{gap:4rem}}.c-dashboard .woocommerce h1+table,.c-dashboard .woocommerce h2+table,.c-dashboard .woocommerce h3+table,.c-dashboard .woocommerce h4+table{margin-top:2rem}.c-dashboard .woocommerce h2{font-size:1.75rem;line-height:2.050625rem;font-weight:500}.c-dashboard .woocommerce .woocommerce-MyAccount-navigation{border-radius:1rem;background-color:rgba(242,246,247,.65);padding-top:1.85rem}.c-dashboard .woocommerce-MyAccount-content{display:block;flex-grow:1;flex-basis:78%;max-width:100%;margin-top:2rem;line-height:1.85}@media all and (min-width:992px){.c-dashboard .woocommerce-MyAccount-content{margin-top:0}}.c-dashboard .woocommerce-MyAccount-content a{color:#212121;text-decoration:underline;transition:.22s}.c-dashboard .woocommerce-MyAccount-content a:hover{color:#e94702;text-decoration:none}.c-dashboard .woocommerce-MyAccount-content a:visited{color:#212121}.c-dashboard .woocommerce-MyAccount-content a:visited:hover{color:#e94702}.woocommerce-pagination{margin-top:2rem;display:flex;gap:1rem}.woocommerce-pagination .woocommerce-button{font-size:.9375rem;line-height:1.09875rem;font-weight:500;color:#3b393d!important;padding:.5rem 1rem;border-radius:.25rem;text-decoration:none!important;background-color:#e5e5e5;margin-right:1rem;transition:.22s}.woocommerce-pagination .woocommerce-button:hover{background-color:#dadada}.c-dashboard__orders-title{display:none;color:#000;font-size:1.75rem;line-height:2.050625rem;font-weight:500;letter-spacing:initial}@media all and (min-width:992px){.c-dashboard__orders-title{display:block}}.woocommerce-Address-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.woocommerce-Address-title h2{margin-bottom:0!important}.woocommerce-Address-title a{font-size:1rem;line-height:1.171875rem;font-weight:500;text-decoration:underline;color:#fc4e02;transition:.22s}.woocommerce-Address-title a:hover{color:#e94702;text-decoration:underline}.woocommerce-Address-title a:visited{color:#fc4e02}.woocommerce-Address-title a:visited:hover{color:#e94702}.wc-address-col{width:100%}@media all and (min-width:768px){.wc-address-col{max-width:20.9375rem}}.wc-address-col address{font-style:normal;font-size:1.1875rem;line-height:2.25rem;font-weight:400;color:#212121}.woocommerce-info{margin:0 0 2rem;background-color:rgba(255,86,48,.0509803922)!important;font-size:1.125rem;line-height:1.5rem;font-weight:400;padding:1rem 1rem 1rem 3.5rem!important;list-style:none;position:relative;color:#212121;border-radius:.25rem}.woocommerce-info p{font-size:1.125rem;line-height:1.5rem;font-weight:400;margin:0 0 .75rem}.woocommerce-info p:last-child{margin:0}.woocommerce-info p mark{font-weight:500;background-color:transparent}.woocommerce-info a{color:#4f1407}.woocommerce-info a:hover{color:#4f1407;opacity:.8;text-decoration:underline}.woocommerce-info li{font-size:1.125rem;line-height:1.5rem;font-weight:400;color:#212121}.woocommerce-info::before{width:1.25rem;height:1.25rem;content:"";display:block;position:absolute;left:.75rem!important;top:1.125rem;background:center center/100% no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 20C4.47715 20 0 15.5228 0 10C0 4.47715 4.47715 0 10 0C15.5228 0 20 4.47715 20 10C20 15.5228 15.5228 20 10 20ZM10 18C14.4183 18 18 14.4183 18 10C18 5.58172 14.4183 2 10 2C5.58172 2 2 5.58172 2 10C2 14.4183 5.58172 18 10 18ZM9 13H11V15H9V13ZM9 5H11V11H9V5Z' fill='%234F1407'/%3E%3C/svg%3E%0A")}.woocommerce-MyAccount-paymentMethods+.button{margin-top:2rem;display:inline-block;border-radius:.25rem;font-size:1.125rem;line-height:1.3125rem;font-weight:500;padding:.875rem 1.5rem;white-space:nowrap;transition:.22s;border:none;background-color:#fc4e02;color:#fff}.woocommerce-MyAccount-paymentMethods+.button:hover{background-color:#e94702;color:#fff}.woocommerce-MyAccount-paymentMethods+.button:visited{color:#fff}.woocommerce-MyAccount-paymentMethods+.button:visited:hover{background-color:#e94702;color:#fff}table td .wcs_deletion_error{color:#ff5630!important;margin-right:1rem!important}table td .wcs_deletion_error:hover{opacity:.8}table td .wcs_deletion_error:visited{color:#ff5630}table td .wcs_deletion_error:visited:hover{opacity:.8}.woocommerce-EditAccountForm{display:flex;flex-wrap:wrap;gap:0 20px}.woocommerce-EditAccountForm input::placeholder,.woocommerce-EditAccountForm textarea::placeholder{font-size:14px;line-height:34px;font-weight:300;color:#cacace}.woocommerce-EditAccountForm .form-row{position:relative;margin-bottom:1rem!important;width:100%;padding-top:1rem!important}@media all and (min-width:768px){.woocommerce-EditAccountForm .form-row.form-row-first,.woocommerce-EditAccountForm .form-row.form-row-last{width:calc(50% - 10px)}.woocommerce-EditAccountForm .form-row.form-row-wide{width:100%}}.woocommerce-EditAccountForm .form-row label{font-size:14px;line-height:28px;background:#fff;position:absolute;top:-.125rem;margin-right:26px;z-index:1;font-weight:500;width:-moz-fit-content;width:fit-content;margin-top:0;margin-bottom:0;padding:0 10px;color:#000;transition:all .3s ease-in-out;display:block}@media all and (min-width:992px){.woocommerce-EditAccountForm .form-row label{font-size:16px;line-height:34px}}.woocommerce-EditAccountForm input:not([type=button]),.woocommerce-EditAccountForm input:not([type=submit]),.woocommerce-EditAccountForm input[type=email],.woocommerce-EditAccountForm input[type=password],.woocommerce-EditAccountForm input[type=text]{border:1px solid #dfdfe2!important;padding:18px 24px!important;box-shadow:unset!important;height:70px!important;color:#212121!important;margin-bottom:0!important;background:#fff!important;border-radius:1rem!important;transition:0s!important;position:relative;margin-top:-17px;width:100%;box-sizing:border-box}.woocommerce-EditAccountForm input:not([type=button]):focus,.woocommerce-EditAccountForm input:not([type=submit]):focus,.woocommerce-EditAccountForm input[type=email]:focus,.woocommerce-EditAccountForm input[type=password]:focus,.woocommerce-EditAccountForm input[type=text]:focus{outline:.1875rem solid #fc4e02;border-color:#dfdfe2!important}.woocommerce-EditAccountForm textarea{border:1px solid #dfdfe2!important;padding:18px 24px!important;box-shadow:unset!important;height:240px!important;color:#212121!important;background:#fff!important;border-radius:1.25rem;transition:0s!important;position:relative;margin-top:-17px;width:100%;box-sizing:border-box}.woocommerce-EditAccountForm textarea:focus{outline:.1875rem solid #fc4e02;border-color:#dfdfe2!important}.woocommerce-EditAccountForm .clear{clear:both;width:100%}.woocommerce-EditAccountForm .button,.woocommerce-EditAccountForm button,.woocommerce-EditAccountForm input[type=button],.woocommerce-EditAccountForm input[type=submit]{color:#fff!important;font-size:1rem!important;font-weight:400!important;display:flex!important;justify-content:center!important;align-items:center!important;width:max-content!important;gap:8px!important;transition:all .3s ease-out!important;box-shadow:unset!important;background-color:#fc4e02!important;background-repeat:no-repeat!important;background-size:auto!important;background-position:0 12px!important;padding:16px 32px!important;border-radius:6.25rem!important;border:none!important;margin-top:1.5rem}.woocommerce-EditAccountForm .button:hover,.woocommerce-EditAccountForm button:hover,.woocommerce-EditAccountForm input[type=button]:hover,.woocommerce-EditAccountForm input[type=submit]:hover{opacity:.9}.woocommerce-EditAccountForm fieldset{margin-top:1.5rem;padding:0;border:none;width:100%}.woocommerce-EditAccountForm fieldset legend{font-size:16px;font-weight:500;color:#000;margin-bottom:1rem;padding:0}.woocommerce form .show-password-input,.woocommerce-page form .show-password-input{background-color:#f2f6f7!important}.c-dashboard__order-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin:0 0 2rem}@media all and (min-width:768px){.c-dashboard__order-stats{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media all and (min-width:992px){.c-dashboard__order-stats{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin:0 0 3rem}}@media all and (min-width:1120px){.c-dashboard__order-stats{grid-template-columns:repeat(4,1fr)}}.c-order-stat-box{display:flex;flex-direction:column;align-items:flex-start;padding:1.25rem;background-color:#fff;border:1px solid #d8d8d8;border-radius:1rem;transition:all .3s ease;position:relative;overflow:hidden}.c-order-stat-box:hover{box-shadow:0 4px 12px rgba(0,0,0,.08);transform:translateY(-2px)}.c-order-stat-box__icon{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem;border-radius:.75rem;flex-shrink:0}.c-order-stat-box__icon svg{width:1.5rem;height:1.5rem;stroke:currentColor}.c-order-stat-box__content{width:100%}.c-order-stat-box__number{font-size:1.75rem;line-height:2.050625rem;font-weight:600;color:#212121;margin-bottom:.25rem}.c-order-stat-box__title{font-size:.875rem;line-height:1.025625rem;font-weight:400;color:#3b393d}.c-order-stat-box--total .c-order-stat-box__icon{background-color:rgba(103,89,255,.1);color:#6759ff}.c-order-stat-box--processing .c-order-stat-box__icon{background-color:rgba(188,160,249,.1);color:#bca0f9}.c-order-stat-box--completed .c-order-stat-box__icon{background-color:rgba(19,120,64,.1);color:#137840}.c-order-stat-box--on-hold .c-order-stat-box__icon{background-color:rgba(255,152,0,.1);color:#ff9800}.c-order-stat-box--pending .c-order-stat-box__icon{background-color:rgba(188,160,249,.1);color:#bca0f9}.c-order-stat-box--cancelled .c-order-stat-box__icon{background-color:rgba(182,182,185,.1);color:#b6b6b9}.woocommerce-EditAccountForm fieldset label{margin-right:0!important;position:relative!important}@media all and (min-width:992px){.woocommerce-EditAccountForm fieldset label{margin-right:26px!important;position:absolute!important}}.c-dashboard-page__title{font-size:2rem;line-height:2.34375rem;font-weight:900;margin:0 0 .5rem!important}@media all and (min-width:992px){.c-dashboard-page__title{font-size:2.1875rem;line-height:3rem}}.c-dashboard-page__desc{font-size:1.125rem;line-height:2rem;font-weight:400;margin:0 0 2.5rem;color:#212121}@media all and (min-width:992px){.c-dashboard-page__desc{font-size:1.25rem;line-height:2rem}}.woocommerce-address-fields{margin-top:1.5rem}.woocommerce-address-fields #billing_address_1_field{margin-bottom:.5rem!important}.woocommerce-address-fields .woocommerce-address-fields__field-wrapper{display:flex;flex-wrap:wrap;gap:0 1.25rem;margin-bottom:0!important}.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row:last-child{margin-bottom:.5rem!important}.woocommerce-address-fields .form-row{position:relative;margin-bottom:2rem!important;width:100%;padding-top:1.25rem!important}@media all and (min-width:768px){.woocommerce-address-fields .form-row.form-row-first,.woocommerce-address-fields .form-row.form-row-last{width:calc(50% - 10px)}.woocommerce-address-fields .form-row.form-row-wide{width:100%}}.woocommerce-address-fields .form-row label{font-size:1rem;line-height:2.125rem;background:#fff;position:absolute;top:-.625rem;margin-right:1.625rem;z-index:1;font-weight:500;width:fit-content;margin-top:0;margin-bottom:0;padding:0 .625rem;color:#212121;transition:all 50ms ease-in-out;display:block}.woocommerce-address-fields .form-row label.woocommerce-form-row__required-label{color:#ff5630}.woocommerce-address-fields .form-row .required{color:#ff5630;text-decoration:none;font-weight:500}.woocommerce-address-fields .form-row input::placeholder,.woocommerce-address-fields .form-row select::placeholder,.woocommerce-address-fields .form-row textarea::placeholder{font-size:.875rem;line-height:2.125rem;font-weight:300;color:#cacace}.woocommerce-address-fields .form-row input:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]),.woocommerce-address-fields .form-row input[type=email],.woocommerce-address-fields .form-row input[type=number],.woocommerce-address-fields .form-row input[type=tel],.woocommerce-address-fields .form-row input[type=text]{border:1px solid #dfdfe2!important;padding:1.25rem 2rem 1.125rem 1.125rem!important;box-shadow:unset!important;height:4.375rem!important;color:#212121!important;margin-bottom:0!important;background:#fff!important;border-radius:1rem!important;transition:all 50ms ease-in-out!important;position:relative;margin-top:-1.0625rem;width:100%;box-sizing:border-box;font-size:1rem}.woocommerce-address-fields .form-row input:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]):focus,.woocommerce-address-fields .form-row input[type=email]:focus,.woocommerce-address-fields .form-row input[type=number]:focus,.woocommerce-address-fields .form-row input[type=tel]:focus,.woocommerce-address-fields .form-row input[type=text]:focus{outline:.1875rem solid #fc4e02;outline-offset:-.0625rem;border-color:#dfdfe2!important}.woocommerce-address-fields .form-row input:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]):hover,.woocommerce-address-fields .form-row input[type=email]:hover,.woocommerce-address-fields .form-row input[type=number]:hover,.woocommerce-address-fields .form-row input[type=tel]:hover,.woocommerce-address-fields .form-row input[type=text]:hover{border-color:#dadada!important}.woocommerce-address-fields .form-row select{border:1px solid #dfdfe2!important;padding:1.125rem 1.5rem!important;box-shadow:unset!important;height:4.375rem!important;color:#212121!important;margin-bottom:0!important;background:#fff!important;border-radius:1rem!important;transition:all 50ms ease-in-out!important;position:relative;margin-top:-1.0625rem;width:100%;box-sizing:border-box;font-size:1rem;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6.965 8 3.26-3.26a.377.377 0 0 0 0-.53.377.377 0 0 0-.53 0l-3.26 3.26c-.24.24-.63.24-.87 0l-3.26-3.26a.377.377 0 0 0-.53 0 .377.377 0 0 0 0 .53L5.035 8a1.363 1.363 0 0 0 1.93 0' fill='%23212121'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:left 1.5rem center;padding-left:3rem!important}.woocommerce-address-fields .form-row select:focus{outline:.1875rem solid #fc4e02;outline-offset:-.0625rem;border-color:#dfdfe2!important}.woocommerce-address-fields .form-row select:hover{border-color:#dadada!important}.woocommerce-address-fields .form-row textarea{border:1px solid #dfdfe2!important;padding:1.125rem 1.5rem!important;box-shadow:unset!important;min-height:7.5rem!important;color:#212121!important;background:#fff!important;border-radius:1rem!important;transition:all 50ms ease-in-out!important;position:relative;margin-top:-1.0625rem;width:100%;box-sizing:border-box;font-size:1rem;font-family:inherit;resize:vertical}.woocommerce-address-fields .form-row textarea:focus{outline:.1875rem solid #fc4e02;outline-offset:-.0625rem;border-color:#dfdfe2!important}.woocommerce-address-fields .form-row textarea:hover{border-color:#dadada!important}.woocommerce-address-fields .form-row input[type=checkbox],.woocommerce-address-fields .form-row input[type=radio]{width:1.25rem;height:1.25rem;margin-left:.5rem;accent-color:#fc4e02;cursor:pointer}.woocommerce-address-fields .form-row .woocommerce-error,.woocommerce-address-fields .form-row .woocommerce-invalid{color:#ff5630;font-size:.875rem;margin-top:.5rem;display:block}.woocommerce-address-fields .form-row .woocommerce-input-wrapper{width:100%}.woocommerce-address-fields .form-row .description{font-size:.875rem;color:#68696e;margin-top:.5rem;display:block}.woocommerce-address-fields .clear{clear:both;width:100%}.woocommerce-address-fields>p{margin-top:1.5rem;margin-bottom:0;width:100%}.woocommerce-address-fields>p .button,.woocommerce-address-fields>p button,.woocommerce-address-fields>p input[type=submit]{color:#fff!important;font-size:1.125rem!important;font-weight:500!important;display:inline-flex!important;justify-content:center!important;align-items:center!important;width:auto!important;min-width:10rem;gap:.5rem!important;transition:all 50ms ease-out!important;box-shadow:unset!important;background-color:#fc4e02!important;background-repeat:no-repeat!important;background-size:auto!important;background-position:0 .75rem!important;padding:.875rem 1.5rem!important;border-radius:6.25rem!important;border:none!important;cursor:pointer;text-decoration:none!important}.woocommerce-address-fields>p .button:hover,.woocommerce-address-fields>p button:hover,.woocommerce-address-fields>p input[type=submit]:hover{background-color:#e94702!important;opacity:1;transform:translateY(-1px)}.woocommerce-address-fields>p .button:active,.woocommerce-address-fields>p button:active,.woocommerce-address-fields>p input[type=submit]:active{transform:translateY(0)}.woocommerce-address-fields>p .button:focus,.woocommerce-address-fields>p button:focus,.woocommerce-address-fields>p input[type=submit]:focus{outline:.1875rem solid #fc4e02;outline-offset:.125rem}.woocommerce-EditAddressForm .select2-container,.woocommerce-address-fields .select2-container{width:100%!important;margin-top:-1.0625rem;position:relative}.woocommerce-EditAddressForm .select2-container .select2-selection--single,.woocommerce-address-fields .select2-container .select2-selection--single{height:4.375rem!important;border:1px solid #dfdfe2!important;border-radius:1rem!important;background-color:#fff!important;transition:all 50ms ease-in-out!important}.woocommerce-EditAddressForm .select2-container .select2-selection--single .select2-selection__rendered,.woocommerce-address-fields .select2-container .select2-selection--single .select2-selection__rendered{line-height:3.75rem!important;padding-left:1.5rem!important;padding-right:2rem!important;color:#212121!important;font-size:1rem!important;font-weight:400}.woocommerce-EditAddressForm .select2-container .select2-selection--single .select2-selection__placeholder,.woocommerce-address-fields .select2-container .select2-selection--single .select2-selection__placeholder{color:#cacace!important;font-size:1rem!important;font-weight:300}.woocommerce-EditAddressForm .select2-container .select2-selection--single .select2-selection__arrow,.woocommerce-address-fields .select2-container .select2-selection--single .select2-selection__arrow{height:4.375rem!important;left:1.5rem!important;width:1.25rem!important}.woocommerce-EditAddressForm .select2-container .select2-selection--single .select2-selection__arrow b,.woocommerce-address-fields .select2-container .select2-selection--single .select2-selection__arrow b{border:none!important;width:.75rem!important;height:.75rem!important;margin:auto!important;background-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6.965 8 3.26-3.26a.377.377 0 0 0 0-.53.377.377 0 0 0-.53 0l-3.26 3.26c-.24.24-.63.24-.87 0l-3.26-3.26a.377.377 0 0 0-.53 0 .377.377 0 0 0 0 .53L5.035 8a1.363 1.363 0 0 0 1.93 0' fill='%23212121'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-size:contain!important;background-position:center center!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;margin:0!important}.woocommerce-EditAddressForm .select2-container.select2-container--focus .select2-selection--single,.woocommerce-EditAddressForm .select2-container:hover .select2-selection--single,.woocommerce-address-fields .select2-container.select2-container--focus .select2-selection--single,.woocommerce-address-fields .select2-container:hover .select2-selection--single{border-color:#dadada!important}.woocommerce-EditAddressForm .select2-container.select2-container--open .select2-selection--single,.woocommerce-address-fields .select2-container.select2-container--open .select2-selection--single{border-color:#dfdfe2!important;outline:.1875rem solid #fc4e02;outline-offset:-.0625rem}.woocommerce-EditAddressForm .select2-container.select2-container--open .select2-selection__arrow b,.woocommerce-address-fields .select2-container.select2-container--open .select2-selection__arrow b{transform:translate(-50%,-50%) rotate(180deg)!important}.woocommerce-EditAddressForm .select2-dropdown,.woocommerce-address-fields .select2-dropdown{border:1px solid #dfdfe2!important;border-radius:1rem!important;background-color:#fff!important;box-shadow:0 .25rem 1rem rgba(0,0,0,.1)!important;margin-top:.5rem!important;overflow:hidden}.woocommerce-EditAddressForm .select2-dropdown.select2-dropdown--above,.woocommerce-address-fields .select2-dropdown.select2-dropdown--above{border-bottom-left-radius:0;border-bottom-right-radius:0;margin-top:-.5rem!important;margin-bottom:.5rem!important}.woocommerce-EditAddressForm .select2-dropdown.select2-dropdown--below,.woocommerce-address-fields .select2-dropdown.select2-dropdown--below{border-top-left-radius:0;border-top-right-radius:0}.woocommerce-EditAddressForm .select2-results,.woocommerce-address-fields .select2-results{padding:.5rem 0!important}.woocommerce-EditAddressForm .select2-results .select2-results__options,.woocommerce-address-fields .select2-results .select2-results__options{max-height:18.75rem!important;overflow-y:auto!important}.woocommerce-EditAddressForm .select2-results .select2-results__options::-webkit-scrollbar,.woocommerce-address-fields .select2-results .select2-results__options::-webkit-scrollbar{width:.375rem}.woocommerce-EditAddressForm .select2-results .select2-results__options::-webkit-scrollbar-track,.woocommerce-address-fields .select2-results .select2-results__options::-webkit-scrollbar-track{background:#d8d8d8;border-radius:.1875rem}.woocommerce-EditAddressForm .select2-results .select2-results__options::-webkit-scrollbar-thumb,.woocommerce-address-fields .select2-results .select2-results__options::-webkit-scrollbar-thumb{background:#dadada;border-radius:.1875rem}.woocommerce-EditAddressForm .select2-results .select2-results__options::-webkit-scrollbar-thumb:hover,.woocommerce-address-fields .select2-results .select2-results__options::-webkit-scrollbar-thumb:hover{background:#b6b6b9}.woocommerce-EditAddressForm .select2-results .select2-results__option,.woocommerce-address-fields .select2-results .select2-results__option{padding:.75rem 1.5rem!important;font-size:1rem!important;line-height:1.5rem!important;color:#212121!important;transition:all .2s ease!important;cursor:pointer}.woocommerce-EditAddressForm .select2-results .select2-results__option[aria-selected=true],.woocommerce-address-fields .select2-results .select2-results__option[aria-selected=true]{background-color:rgba(255,233,223,.7)!important;color:#fc4e02!important;font-weight:500}.woocommerce-EditAddressForm .select2-results .select2-results__option--highlighted,.woocommerce-address-fields .select2-results .select2-results__option--highlighted{background-color:#ffe9df!important;color:#e94702!important}.woocommerce-EditAddressForm .select2-results .select2-results__option[aria-disabled=true],.woocommerce-address-fields .select2-results .select2-results__option[aria-disabled=true]{color:#b6b6b9!important;cursor:not-allowed;opacity:.6}.woocommerce-EditAddressForm .select2-results .select2-results__group,.woocommerce-address-fields .select2-results .select2-results__group{padding:.5rem 1.5rem!important;font-size:.875rem!important;font-weight:600;color:#3b393d!important;text-transform:uppercase;letter-spacing:.03125rem;background-color:#d8d8d8!important}.woocommerce-EditAddressForm .select2-search--dropdown,.woocommerce-address-fields .select2-search--dropdown{padding:.75rem 1rem!important;border-bottom:1px solid #e5e5e5!important}.woocommerce-EditAddressForm .select2-search--dropdown .select2-search__field,.woocommerce-address-fields .select2-search--dropdown .select2-search__field{width:100%!important;padding:.625rem 1rem!important;border:1px solid #dfdfe2!important;border-radius:.5rem!important;font-size:1rem!important;color:#212121!important;background-color:#fff!important;transition:all 50ms ease-in-out!important}.woocommerce-EditAddressForm .select2-search--dropdown .select2-search__field:focus,.woocommerce-address-fields .select2-search--dropdown .select2-search__field:focus{outline:.125rem solid #fc4e02!important;outline-offset:-.0625rem!important;border-color:#fc4e02!important}.woocommerce-EditAddressForm .select2-search--dropdown .select2-search__field::placeholder,.woocommerce-address-fields .select2-search--dropdown .select2-search__field::placeholder{color:#cacace!important;font-size:.875rem!important}.woocommerce-EditAddressForm .form-row.woocommerce-invalid .select2-container .select2-selection--single,.woocommerce-address-fields .form-row.woocommerce-invalid .select2-container .select2-selection--single{border-color:#ff5630!important}.woocommerce-EditAddressForm .form-row.woocommerce-invalid .select2-container .select2-selection--single:focus,.woocommerce-address-fields .form-row.woocommerce-invalid .select2-container .select2-selection--single:focus{outline-color:#ff5630!important}.woocommerce-EditAddressForm .form-row.woocommerce-validated .select2-container:not(.select2-container--open) .select2-selection--single,.woocommerce-address-fields .form-row.woocommerce-validated .select2-container:not(.select2-container--open) .select2-selection--single{border-color:#137840!important}.woocommerce-MyAccount-content h2{font-size:1.75rem;line-height:2.050625rem;font-weight:500;margin-bottom:1.5rem;color:#212121}.woocommerce-Addresses{display:flex;flex-wrap:wrap;gap:2rem;margin-top:2rem}@media all and (min-width:768px){.woocommerce-Addresses{gap:2rem}}.woocommerce-Addresses::after,.woocommerce-Addresses::before{content:unset!important}.woocommerce-Address{flex:1 1 100%;min-width:0;border:1px solid #f2f6f7;border-radius:1rem}@media all and (min-width:768px){.woocommerce-Address{max-width:calc(50% - 2rem)}}.woocommerce-Address header.woocommerce-Address-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;border-bottom:0;padding:1rem 1.5rem}.woocommerce-Address header.woocommerce-Address-title::after,.woocommerce-Address header.woocommerce-Address-title::before{content:unset!important}.woocommerce-Address header.woocommerce-Address-title h2{font-size:1.25rem;line-height:1.75rem;font-weight:500;margin:0!important;color:#212121}.woocommerce-Address header.woocommerce-Address-title a.edit{font-size:1rem;line-height:1.171875rem;font-weight:500;text-decoration:underline;color:#fc4e02;transition:.22s;white-space:nowrap;margin-right:1rem}.woocommerce-Address header.woocommerce-Address-title a.edit:hover{color:#e94702;text-decoration:none}.woocommerce-Address header.woocommerce-Address-title a.edit:visited{color:#fc4e02}.woocommerce-Address header.woocommerce-Address-title a.edit:visited:hover{color:#e94702}.woocommerce-Address address{font-style:normal;font-size:1rem;line-height:2rem;font-weight:400;color:#212121;margin:0;padding:.75rem 1.5rem}.woocommerce-MyAccount-content>p{font-size:1rem;line-height:1.5rem;color:#68696e;margin-bottom:1.5rem}.woocommerce-order-received{padding:1.5rem 0}@media all and (min-width:992px){.woocommerce-order-received{padding:3rem 0}}.woocommerce-order-received>p{font-size:1.125rem;line-height:1.75rem;font-weight:400;color:#212121;margin-bottom:2rem;padding:1.25rem 1.5rem;background-color:#f9f9f9;border-radius:1rem}@media all and (min-width:992px){.woocommerce-order-received>p{font-size:1.1875rem;line-height:1.875rem;padding:1.5rem 2rem}}.woocommerce-order-received>p mark{background-color:transparent;font-weight:500;padding:.25rem .75rem;border-radius:.5rem;display:inline-block;margin:0 .25rem}.woocommerce-order-received>p mark.order-number{background-color:#fc4e02;color:#fff}.woocommerce-order-received>p mark.order-date{background-color:#e5e5e5;color:#3b393d}.woocommerce-order-received>p mark.order-status{background-color:#137840;color:#fff}.woocommerce-order-received h2{font-size:1.75rem;line-height:2.050625rem;font-weight:500;color:#212121;margin-bottom:1.5rem;margin-top:2rem}@media all and (min-width:992px){.woocommerce-order-received h2{font-size:2rem;line-height:2.34375rem;margin-top:2.5rem;margin-bottom:2rem}}.woocommerce-order-received h2:first-child{margin-top:0}.woocommerce-order-received .woocommerce-order-overview{list-style:none;padding:0;margin:2rem 0;display:flex;flex-wrap:wrap;gap:1rem}@media all and (min-width:768px){.woocommerce-order-received .woocommerce-order-overview{gap:1.5rem}}.woocommerce-order-received .woocommerce-order-overview li{flex:1 1 auto;min-width:calc(50% - .5rem);background-color:#fff;border:1px solid #d8d8d8;border-radius:.75rem;padding:1rem 1.25rem;font-size:.875rem;line-height:1.25rem;color:#3b393d;font-weight:400;padding:1rem!important}@media all and (min-width:768px){.woocommerce-order-received .woocommerce-order-overview li{min-width:calc(33.333% - 1rem);padding:1.25rem 1.5rem}}@media all and (min-width:992px){.woocommerce-order-received .woocommerce-order-overview li{min-width:calc(20% - 1.2rem);font-size:.9375rem;line-height:1.375rem}}.woocommerce-order-received .woocommerce-order-overview li strong{display:block;font-weight:500;color:#212121;font-size:1rem;line-height:1.5rem;margin-top:.25rem}@media all and (min-width:992px){.woocommerce-order-received .woocommerce-order-overview li strong{font-size:1.0625rem;line-height:1.625rem}}.woocommerce-order-received .woocommerce-OrderUpdates{list-style:none;padding:0;margin:2rem 0 0}.woocommerce-order-received .woocommerce-OrderUpdates .woocommerce-OrderUpdate{background-color:#fff;border:1px solid #d8d8d8;border-radius:1rem;padding:1.25rem 1.5rem;margin-bottom:1rem}@media all and (min-width:992px){.woocommerce-order-received .woocommerce-OrderUpdates .woocommerce-OrderUpdate{padding:1.5rem 2rem;margin-bottom:1.25rem}}.woocommerce-order-received .woocommerce-OrderUpdates .woocommerce-OrderUpdate:last-child{margin-bottom:0}.woocommerce-order-received .woocommerce-OrderUpdates .woocommerce-OrderUpdate .woocommerce-OrderUpdate-meta{font-size:.875rem;line-height:1.25rem;font-weight:400;color:#3b393d;margin-bottom:.75rem}.woocommerce-order-received .woocommerce-OrderUpdates .woocommerce-OrderUpdate .woocommerce-OrderUpdate-description{font-size:1rem;line-height:1.5rem;font-weight:400;color:#212121}.woocommerce-order-received .woocommerce-OrderUpdates .woocommerce-OrderUpdate .woocommerce-OrderUpdate-description p{margin:0 0 .75rem}.woocommerce-order-received .woocommerce-OrderUpdates .woocommerce-OrderUpdate .woocommerce-OrderUpdate-description p:last-child{margin-bottom:0}.woocommerce-order-details{margin-bottom:2rem}@media all and (min-width:992px){.woocommerce-order-details{margin-bottom:3rem}}.woocommerce-order-details .woocommerce-order-details__title{font-size:1.75rem;line-height:2.050625rem;font-weight:500;color:#212121;margin-bottom:1.5rem}@media all and (min-width:992px){.woocommerce-order-details .woocommerce-order-details__title{font-size:2rem;line-height:2.34375rem;margin-bottom:2rem}}.woocommerce-order-details tfoot .order-actions--heading{font-weight:500;vertical-align:middle;padding:1rem}.woocommerce-order-details tfoot td .order-actions-button{margin-right:.5rem;margin-bottom:.25rem}@media screen and (min-width:480px){.woocommerce-order-details tfoot td .order-actions-button{margin-bottom:0}}.woocommerce-order-details tfoot td .order-actions-button:last-child{margin-right:0}.woocommerce-customer-details{margin-top:2rem;margin-bottom:2rem;background-color:#fff;border:1px solid #d8d8d8;border-radius:1rem;padding:1.5rem}@media all and (min-width:992px){.woocommerce-customer-details{margin-top:2.5rem;margin-bottom:3rem;padding:2rem 2.5rem}}.woocommerce-customer-details .woocommerce-column__title{font-size:1.25rem;line-height:1.5rem;font-weight:500;color:#212121;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid #d8d8d8}@media all and (min-width:992px){.woocommerce-customer-details .woocommerce-column__title{font-size:1.375rem;line-height:1.625rem;margin-bottom:1.5rem}}.woocommerce-customer-details address{font-style:normal;font-size:1rem;line-height:1.5rem;font-weight:400;color:#212121;margin-top:1.25rem;padding:1rem 1.25rem!important;background-color:#f2f6f7;border-radius:.75rem;border:1px solid #d8d8d8!important}@media all and (min-width:992px){.woocommerce-customer-details address{max-width:25rem;font-size:1.0625rem;line-height:1.625rem;padding:1.25rem 1.5rem}}.woocommerce-customer-details .addresses{display:grid;grid-template-columns:1fr;gap:1.5rem}@media all and (min-width:768px){.woocommerce-customer-details .addresses{grid-template-columns:repeat(2,1fr);gap:2rem}}.woocommerce-customer-details .addresses .woocommerce-column .woocommerce-column__title{margin-bottom:1rem;padding-bottom:.75rem}.woocommerce-customer-details .addresses .woocommerce-column address{margin-top:0}.woocommerce-customer-details .additional-fields{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #d8d8d8}.woocommerce-order-downloads{margin-bottom:2rem}@media all and (min-width:992px){.woocommerce-order-downloads{margin-bottom:3rem}}.woocommerce-order-downloads .woocommerce-order-downloads__title{font-size:1.75rem;line-height:2.050625rem;font-weight:500;color:#212121;margin-bottom:1.5rem}@media all and (min-width:992px){.woocommerce-order-downloads .woocommerce-order-downloads__title{font-size:2rem;line-height:2.34375rem;margin-bottom:2rem}}.subscription_details{margin-bottom:3rem}@media all and (min-width:992px){.subscription_details{margin-bottom:4rem}}.subscription_details tbody tr:nth-child(even) td,.subscription_details tbody tr:nth-child(even) th{background-color:#f9f9f9;font-size:1rem;line-height:1.171875rem;font-weight:500;color:#3b393d}.subscription_details tbody tr td .button{font-size:.8125rem!important;line-height:.951875rem!important;font-weight:500!important;color:#3b393d!important;padding:.375rem .75rem!important;border-radius:.25rem!important;text-decoration:none!important;background-color:#e5e5e5!important;margin-right:.5rem!important;transition:.22s!important;white-space:nowrap;display:inline-block;margin-bottom:.25rem}@media screen and (min-width:480px){.subscription_details tbody tr td .button{display:inline;margin-bottom:0}}.subscription_details tbody tr td .button:last-child{margin-right:0!important}.subscription_details tbody tr td .button:hover{background-color:#dadada!important}.order_details{margin-bottom:3rem}@media all and (min-width:992px){.order_details{margin-bottom:4rem}}.wcs-switch-link{font-size:.8125rem!important;line-height:.951875rem!important;font-weight:500!important;color:#fff!important;padding:.375rem .75rem!important;border-radius:.25rem!important;text-decoration:none!important;background-color:#fc4e02!important;margin-right:.5rem!important;transition:.22s!important}.wcs-switch-link:hover{background-color:#e94702!important}.woocommerce-view-subscription .woocommerce-customer-details{display:none}.c-dashboard .woocommerce table,.woocommerce-order-received table{border-collapse:separate;border-spacing:0;border-radius:1rem!important;overflow:hidden;border:1px solid #dfdfdf}.c-dashboard .woocommerce table .woocommerce-orders-table__row th:first-child,.woocommerce-order-received table .woocommerce-orders-table__row th:first-child{padding-right:20px!important}.c-dashboard .woocommerce thead th,.woocommerce-order-received thead th{font-size:1rem;line-height:1.171875rem;font-weight:500;padding:1rem;background-color:#f9f9f9;color:#212121;border-bottom:1px solid #d8d8d8}.c-dashboard .woocommerce thead th:first-child,.woocommerce-order-received thead th:first-child{border-top-left-radius:0}.c-dashboard .woocommerce thead th:last-child,.woocommerce-order-received thead th:last-child{border-top-right-radius:0}.c-dashboard .woocommerce tbody td,.woocommerce-order-received tbody td{color:#212121;font-size:1rem;line-height:1.171875rem;font-weight:400;padding:1rem;border-bottom:1px solid #d8d8d8}.c-dashboard .woocommerce tbody td a,.woocommerce-order-received tbody td a{color:#6759ff;text-decoration:underline}.c-dashboard .woocommerce tbody td a:hover,.woocommerce-order-received tbody td a:hover{color:#fc4e02}.c-dashboard .woocommerce tbody tr:last-child td,.woocommerce-order-received tbody tr:last-child td{border-bottom:none}.c-dashboard .woocommerce tbody .woocommerce-orders-table__cell-order-actions a,.woocommerce-order-received tbody .woocommerce-orders-table__cell-order-actions a{margin:0 .5rem}.c-dashboard .woocommerce tbody .woocommerce-orders-table__cell-order-actions a:last-child,.woocommerce-order-received tbody .woocommerce-orders-table__cell-order-actions a:last-child{margin-left:0}.c-dashboard .woocommerce tbody .woocommerce-orders-table__cell-order-actions::before,.woocommerce-order-received tbody .woocommerce-orders-table__cell-order-actions::before{content:unset!important}.c-dashboard .woocommerce tbody .woocommerce-orders-table__cell-order-actions a,.woocommerce-order-received tbody .woocommerce-orders-table__cell-order-actions a{margin-right:1rem}.c-dashboard .woocommerce tbody .woocommerce-orders-table__cell-order-actions a:last-child,.woocommerce-order-received tbody .woocommerce-orders-table__cell-order-actions a:last-child{margin-right:0}.c-dashboard .woocommerce tbody td .button,.c-dashboard .woocommerce tbody td .woocommerce-button,.c-dashboard .woocommerce tbody td a.button,.c-dashboard .woocommerce tbody td a.woocommerce-button,.woocommerce-order-received tbody td .button,.woocommerce-order-received tbody td .woocommerce-button,.woocommerce-order-received tbody td a.button,.woocommerce-order-received tbody td a.woocommerce-button{font-size:.8125rem!important;line-height:.951875rem!important;font-weight:500!important;padding:.75rem 1.25rem!important;border-radius:.5rem!important;text-decoration:none!important;transition:.22s!important;white-space:nowrap;display:inline-block!important;margin-right:.5rem;margin-bottom:.25rem;color:#fff!important;background-color:#e5e5e5}.c-dashboard .woocommerce tbody td .button.cancel,.c-dashboard .woocommerce tbody td .woocommerce-button.cancel,.c-dashboard .woocommerce tbody td a.button.cancel,.c-dashboard .woocommerce tbody td a.woocommerce-button.cancel,.woocommerce-order-received tbody td .button.cancel,.woocommerce-order-received tbody td .woocommerce-button.cancel,.woocommerce-order-received tbody td a.button.cancel,.woocommerce-order-received tbody td a.woocommerce-button.cancel{background-color:#68696e!important}.c-dashboard .woocommerce tbody td .button.cancel:hover,.c-dashboard .woocommerce tbody td .woocommerce-button.cancel:hover,.c-dashboard .woocommerce tbody td a.button.cancel:hover,.c-dashboard .woocommerce tbody td a.woocommerce-button.cancel:hover,.woocommerce-order-received tbody td .button.cancel:hover,.woocommerce-order-received tbody td .woocommerce-button.cancel:hover,.woocommerce-order-received tbody td a.button.cancel:hover,.woocommerce-order-received tbody td a.woocommerce-button.cancel:hover{color:#fff!important;background-color:#b6b6b9!important}@media screen and (min-width:480px){.c-dashboard .woocommerce tbody td .button,.c-dashboard .woocommerce tbody td .woocommerce-button,.c-dashboard .woocommerce tbody td a.button,.c-dashboard .woocommerce tbody td a.woocommerce-button,.woocommerce-order-received tbody td .button,.woocommerce-order-received tbody td .woocommerce-button,.woocommerce-order-received tbody td a.button,.woocommerce-order-received tbody td a.woocommerce-button{display:inline;margin-bottom:0}}.c-dashboard .woocommerce tbody td .button:last-child,.c-dashboard .woocommerce tbody td .woocommerce-button:last-child,.c-dashboard .woocommerce tbody td a.button:last-child,.c-dashboard .woocommerce tbody td a.woocommerce-button:last-child,.woocommerce-order-received tbody td .button:last-child,.woocommerce-order-received tbody td .woocommerce-button:last-child,.woocommerce-order-received tbody td a.button:last-child,.woocommerce-order-received tbody td a.woocommerce-button:last-child{margin-right:0}.c-dashboard .woocommerce tbody td .button:hover,.c-dashboard .woocommerce tbody td .woocommerce-button:hover,.c-dashboard .woocommerce tbody td a.button:hover,.c-dashboard .woocommerce tbody td a.woocommerce-button:hover,.woocommerce-order-received tbody td .button:hover,.woocommerce-order-received tbody td .woocommerce-button:hover,.woocommerce-order-received tbody td a.button:hover,.woocommerce-order-received tbody td a.woocommerce-button:hover{background-color:#dadada;color:#3b393d!important}.c-dashboard .woocommerce tbody td .button.pay,.c-dashboard .woocommerce tbody td .button.primary,.c-dashboard .woocommerce tbody td .button.view,.c-dashboard .woocommerce tbody td .woocommerce-button.pay,.c-dashboard .woocommerce tbody td .woocommerce-button.primary,.c-dashboard .woocommerce tbody td .woocommerce-button.view,.c-dashboard .woocommerce tbody td a.button.pay,.c-dashboard .woocommerce tbody td a.button.primary,.c-dashboard .woocommerce tbody td a.button.view,.c-dashboard .woocommerce tbody td a.woocommerce-button.pay,.c-dashboard .woocommerce tbody td a.woocommerce-button.primary,.c-dashboard .woocommerce tbody td a.woocommerce-button.view,.woocommerce-order-received tbody td .button.pay,.woocommerce-order-received tbody td .button.primary,.woocommerce-order-received tbody td .button.view,.woocommerce-order-received tbody td .woocommerce-button.pay,.woocommerce-order-received tbody td .woocommerce-button.primary,.woocommerce-order-received tbody td .woocommerce-button.view,.woocommerce-order-received tbody td a.button.pay,.woocommerce-order-received tbody td a.button.primary,.woocommerce-order-received tbody td a.button.view,.woocommerce-order-received tbody td a.woocommerce-button.pay,.woocommerce-order-received tbody td a.woocommerce-button.primary,.woocommerce-order-received tbody td a.woocommerce-button.view{color:#fff!important;background-color:#fc4e02}.c-dashboard .woocommerce tbody td .button.pay:hover,.c-dashboard .woocommerce tbody td .button.primary:hover,.c-dashboard .woocommerce tbody td .button.view:hover,.c-dashboard .woocommerce tbody td .woocommerce-button.pay:hover,.c-dashboard .woocommerce tbody td .woocommerce-button.primary:hover,.c-dashboard .woocommerce tbody td .woocommerce-button.view:hover,.c-dashboard .woocommerce tbody td a.button.pay:hover,.c-dashboard .woocommerce tbody td a.button.primary:hover,.c-dashboard .woocommerce tbody td a.button.view:hover,.c-dashboard .woocommerce tbody td a.woocommerce-button.pay:hover,.c-dashboard .woocommerce tbody td a.woocommerce-button.primary:hover,.c-dashboard .woocommerce tbody td a.woocommerce-button.view:hover,.woocommerce-order-received tbody td .button.pay:hover,.woocommerce-order-received tbody td .button.primary:hover,.woocommerce-order-received tbody td .button.view:hover,.woocommerce-order-received tbody td .woocommerce-button.pay:hover,.woocommerce-order-received tbody td .woocommerce-button.primary:hover,.woocommerce-order-received tbody td .woocommerce-button.view:hover,.woocommerce-order-received tbody td a.button.pay:hover,.woocommerce-order-received tbody td a.button.primary:hover,.woocommerce-order-received tbody td a.button.view:hover,.woocommerce-order-received tbody td a.woocommerce-button.pay:hover,.woocommerce-order-received tbody td a.woocommerce-button.primary:hover,.woocommerce-order-received tbody td a.woocommerce-button.view:hover{background-color:#e94702;color:#fff!important}.c-dashboard .woocommerce tbody .order-status--pending,.woocommerce-order-received tbody .order-status--pending{color:#bca0f9}.c-dashboard .woocommerce tbody .order-status--active,.woocommerce-order-received tbody .order-status--active{color:#137840}.c-dashboard .woocommerce tbody .order-status--expired,.woocommerce-order-received tbody .order-status--expired{color:#ff5630}.c-dashboard .woocommerce tbody .order-status--cancelled,.woocommerce-order-received tbody .order-status--cancelled{color:#b6b6b9}.c-dashboard .woocommerce tfoot td,.c-dashboard .woocommerce tfoot th,.woocommerce-order-received tfoot td,.woocommerce-order-received tfoot th{font-size:1rem;line-height:1.171875rem;font-weight:400;padding:1rem;background-color:#f9f9f9;color:#212121;border-top:1px solid #d8d8d8}.c-dashboard .woocommerce tfoot tr:last-child td:first-child,.c-dashboard .woocommerce tfoot tr:last-child th:first-child,.woocommerce-order-received tfoot tr:last-child td:first-child,.woocommerce-order-received tfoot tr:last-child th:first-child{border-bottom-left-radius:0}.c-dashboard .woocommerce tfoot tr:last-child td:last-child,.c-dashboard .woocommerce tfoot tr:last-child th:last-child,.woocommerce-order-received tfoot tr:last-child td:last-child,.woocommerce-order-received tfoot tr:last-child th:last-child{border-bottom-right-radius:0}@media (max-width:767px){.woocommerce-orders-table tr td:last-child{border-bottom:1px solid #b6b6b9}}.c-download{border:1px solid #e5e5e5;border-radius:.25rem;margin-bottom:2rem}.c-download__header{display:flex;justify-content:space-between;align-items:center;background-color:#f9f9f9;padding:1rem;border-bottom:1px solid #dadada}@media all and (min-width:768px){.c-download__header{padding:1rem 1.5rem}}.c-download__header__status{display:flex;align-items:center}.c-download__header__date{font-size:.9375rem;line-height:1.09875rem;font-weight:400;color:#b6b6b9}.c-download__header__id{font-size:1.1875rem;line-height:1.391875rem;font-weight:500;color:#212121;margin-bottom:.25rem}.c-download__header__id a{color:#6759ff;text-decoration:underline}.c-download__header__id a:hover{color:#fc4e02}.c-download__main{padding:1rem}@media all and (min-width:768px){.c-download__main{padding:1.5rem}}.c-download__main__meta{display:flex;flex-wrap:wrap;gap:1.5rem 0}.c-download__meta__item{flex-basis:100%}@media all and (min-width:768px){.c-download__meta__item{flex-basis:50%}}@media all and (min-width:992px){.c-download__meta__item{flex-basis:33.3333%}}.c-download__meta__item--lg{flex-grow:1}@media all and (min-width:992px){.c-download__meta__item--lg{flex-basis:66.6666%}}.c-download__meta__item--xl{flex-grow:1}@media all and (min-width:992px){.c-download__meta__item--xl{flex-basis:100%}}.c-download__meta__title{font-size:.9375rem;line-height:1.09875rem;font-weight:400;color:#525357;margin-bottom:.375rem}.c-download__meta__value{font-size:1.0625rem;line-height:1.245rem;font-weight:500;color:#212121;display:flex;gap:.5rem}.c-download__meta__value .o-link,.c-download__meta__value a{font-size:1rem!important;line-height:1.171875rem!important}.c-download__footer{margin:0 1.5rem 1.5rem;border-top:1px solid #dadada}.c-download__footer__title{font-size:1rem;line-height:1.171875rem;font-weight:500;color:#f2f6f7;margin-bottom:1rem;margin-top:1.5rem}.c-download__footer__downloads{display:flex;flex-direction:column;gap:1rem}.c-download__addon{display:flex;flex-wrap:wrap;gap:1rem}@media all and (min-width:992px){.c-download__addon .c-download__addon{flex-wrap:nowrap}}.c-download__addon__icon{min-width:2.5rem}.c-download__addon__info{max-width:calc(100% - 2.5rem)}@media all and (min-width:768px){.c-download__addon__info{max-width:45%}}@media all and (min-width:992px){.c-download__addon__btn{margin-left:auto}}.c-download__addon__info-links{display:flex;align-items:center}.c-download__addon__info-links a{font-size:.8125rem;line-height:.951875rem;font-weight:400;color:#6759ff;text-decoration:underline}.c-download__addon__info-links a:hover{color:#fc4e02}.c-download__addon__info-name{font-size:1.0625rem;line-height:1.245rem;font-weight:500;color:#212121;margin-bottom:.25rem}.c-download__addon__info-name span{font-size:.8125rem;line-height:.951875rem;font-weight:400;color:#b6b6b9;white-space:nowrap}.c-download__meta__value--pending{color:#bca0f9}.c-download__meta__value--active,.c-download__meta__value--completed{color:#137840}.c-download__meta__value--expired{color:#ff5630}.c-download__meta__value--cancelled{color:#b6b6b9}.c-status{font-size:.875rem;line-height:1.025625rem;font-weight:500;padding:.25rem .5rem;border-radius:.25rem;height:24px}.c-status--active{color:#137840;background-color:rgba(19,120,64,.0509803922)}.c-status--completed{color:#137840;background-color:rgba(19,120,64,.0509803922)}.c-status--pending{color:#bca0f9;background-color:rgba(188,160,249,.1)}.c-status--expired{color:#ff5630;background-color:rgba(181,13,10,.1019607843)}.c-status--cancelled{color:#b6b6b9;background-color:#f9f9f9}.c-license{width:100%}.c-license__label{font-size:.9375rem;line-height:1.09875rem;font-weight:400;margin-bottom:.375rem;color:#f2f6f7;width:100%;display:block}.c-license__field{display:flex;width:100%}.c-license__input{flex-grow:1;border-color:#b1b3b8;color:#212121!important;border-radius:.25rem 0 0 .25rem!important;border-right:0!important;height:2.75rem!important;max-height:2.75rem!important;padding:.75rem 1rem!important;font-size:1.0625rem;line-height:1.245rem;font-weight:400;background-color:#f9f9f9!important}.c-license__input::selection{background-color:#6759ff;color:#fff}.c-license__copy{background-color:#fff!important;color:#6759ff!important;display:inline-flex;align-items:center;gap:.375rem;padding:.8125rem 1.125rem!important;border-radius:0 .25rem .25rem 0!important;border:1px solid #b1b3b8!important;height:2.75rem;font-size:.9375rem;line-height:1.09875rem;font-weight:500}.c-license__copy:hover{background-color:#ffe9df!important}.c-license__copy::before{content:"";display:block;width:1.0625rem;height:1.0625rem;background:center center/100% no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='17' height='18' viewBox='0 0 17 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.043 9.99171V12.1167C12.043 14.95 10.9096 16.0834 8.0763 16.0834H5.38464C2.5513 16.0834 1.41797 14.95 1.41797 12.1167V9.42504C1.41797 6.59171 2.5513 5.45837 5.38464 5.45837H7.50964' stroke='%236759FF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.0411 9.99171H9.77448C8.07448 9.99171 7.50781 9.42504 7.50781 7.72504V5.45837L12.0411 9.99171Z' stroke='%236759FF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.21484 1.91663H11.0482' stroke='%236759FF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.95703 4.04163C4.95703 2.86579 5.9062 1.91663 7.08203 1.91663H8.93786' stroke='%236759FF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.5842 6.16663V10.5512C15.5842 11.6491 14.6917 12.5416 13.5938 12.5416' stroke='%236759FF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.582 6.16663H13.457C11.8633 6.16663 11.332 5.63538 11.332 4.04163V1.91663L15.582 6.16663Z' stroke='%236759FF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.c-license--expired{display:flex;align-items:flex-start;background-color:#fff7f5;padding:1rem;border-radius:.25rem;gap:.5rem;margin-top:1rem;font-size:1rem;line-height:1.171875rem;font-weight:400;color:#ec2241}.c-license--expired::before{width:1.125rem;min-width:1.125rem;height:1.125rem;background:center center/100% no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5013 15.5833C4.58928 15.5833 1.41797 12.4119 1.41797 8.49996C1.41797 4.58794 4.58928 1.41663 8.5013 1.41663C12.4133 1.41663 15.5846 4.58794 15.5846 8.49996C15.5846 12.4119 12.4133 15.5833 8.5013 15.5833ZM8.5013 14.1666C11.6309 14.1666 14.168 11.6296 14.168 8.49996C14.168 5.37034 11.6309 2.83329 8.5013 2.83329C5.37169 2.83329 2.83464 5.37034 2.83464 8.49996C2.83464 11.6296 5.37169 14.1666 8.5013 14.1666ZM7.79297 10.625H9.20963V12.0416H7.79297V10.625ZM7.79297 4.95829H9.20963V9.20829H7.79297V4.95829Z' fill='%23EC2241'/%3E%3C/svg%3E%0A");display:block;content:""}.c-license--expired .c-license__desc{font-size:1rem;line-height:1.171875rem;font-weight:400;color:#ec2241;display:block}.c-license--expired .c-license__desc a,.c-license--expired .c-license__link{font-size:1rem;line-height:1.171875rem;color:#ec2241;font-weight:500;text-decoration:underline;display:inline-block;margin-top:.75rem}.c-license--expired .c-license__desc a:hover,.c-license--expired .c-license__link:hover{color:#4f1407}.c-license--expired .c-license__desc a{margin-top:0}.woocommerce .woocommerce-info{border-top:0!important;border-right:.25rem solid #fc4e02;border-radius:.5rem;padding-right:3rem!important;padding-left:1rem!important}.woocommerce .woocommerce-info::before{right:.75rem!important}.woocommerce .woocommerce-table__product-name a{color:#212121!important}.woocommerce .woocommerce-table__product-name a:hover{color:#e94702!important}.c-dashboard .woocommerce-error,.c-dashboard .woocommerce-info,.c-dashboard .woocommerce-message--info{margin:0 0 2rem;background-color:#f2f6f7!important;font-size:1.125rem;line-height:1.5rem;font-weight:400;padding:1rem 1.5rem 1rem 1rem!important;list-style:none;position:relative;color:#212121;border-radius:.625rem!important;overflow:hidden;display:flex;gap:1rem;align-items:baseline;min-height:5.25rem;border:0!important}.c-dashboard .woocommerce-error p,.c-dashboard .woocommerce-info p,.c-dashboard .woocommerce-message--info p{font-size:1.125rem;line-height:1.5rem;font-weight:400;margin:0 0 .75rem}.c-dashboard .woocommerce-error p:last-child,.c-dashboard .woocommerce-info p:last-child,.c-dashboard .woocommerce-message--info p:last-child{margin:0}.c-dashboard .woocommerce-error p mark,.c-dashboard .woocommerce-info p mark,.c-dashboard .woocommerce-message--info p mark{font-weight:500;background-color:transparent}.c-dashboard .woocommerce-error a,.c-dashboard .woocommerce-info a,.c-dashboard .woocommerce-message--info a{color:#4f1407}.c-dashboard .woocommerce-error a:hover,.c-dashboard .woocommerce-info a:hover,.c-dashboard .woocommerce-message--info a:hover{color:#4f1407;opacity:.8;text-decoration:underline}.c-dashboard .woocommerce-error li,.c-dashboard .woocommerce-info li,.c-dashboard .woocommerce-message--info li{font-size:1.125rem;line-height:1.5rem;font-weight:400;color:#212121}.c-dashboard .woocommerce-error::before,.c-dashboard .woocommerce-info::before,.c-dashboard .woocommerce-message--info::before{width:.375rem;content:"";display:inline-block;background:#e6eeef;height:100%}.c-dashboard .woocommerce-error button.button,.c-dashboard .woocommerce-error button.woocommerce-Button,.c-dashboard .woocommerce-error button:not([class]),.c-dashboard .woocommerce-error input[type=submit],.c-dashboard .woocommerce-info button.button,.c-dashboard .woocommerce-info button.woocommerce-Button,.c-dashboard .woocommerce-info button:not([class]),.c-dashboard .woocommerce-info input[type=submit],.c-dashboard .woocommerce-message--info button.button,.c-dashboard .woocommerce-message--info button.woocommerce-Button,.c-dashboard .woocommerce-message--info button:not([class]),.c-dashboard .woocommerce-message--info input[type=submit]{margin-right:auto!important;font-size:1.0625rem;line-height:1.245rem;font-weight:500;color:#fff!important;background-color:#fc4e02!important;border:0;border-radius:.25rem;padding:1rem 3rem;transition:.22s}.c-dashboard .woocommerce-error button.button:hover,.c-dashboard .woocommerce-error button.woocommerce-Button:hover,.c-dashboard .woocommerce-error button:not([class]):hover,.c-dashboard .woocommerce-error input[type=submit]:hover,.c-dashboard .woocommerce-info button.button:hover,.c-dashboard .woocommerce-info button.woocommerce-Button:hover,.c-dashboard .woocommerce-info button:not([class]):hover,.c-dashboard .woocommerce-info input[type=submit]:hover,.c-dashboard .woocommerce-message--info button.button:hover,.c-dashboard .woocommerce-message--info button.woocommerce-Button:hover,.c-dashboard .woocommerce-message--info button:not([class]):hover,.c-dashboard .woocommerce-message--info input[type=submit]:hover{background-color:#e94702}.c-dashboard .notice-wrapper{display:flex;justify-content:space-between;gap:1.5rem}.c-dashboard .notice-wrapper .btn{display:inline-block;font-size:.9375rem;color:#fff;padding:.5rem .875rem;background-color:#fc4e02;border-radius:.25rem;font-weight:500}.c-dashboard .notice-wrapper .btn:hover{text-decoration:none;color:#fff;background-color:#e94702}.c-dashboard .woocommerce-form-row em{font-size:.8125rem}.c-dashboard button.button,.c-dashboard button.woocommerce-Button,.c-dashboard button:not([class]),.c-dashboard input[type=submit]{font-size:1.0625rem;line-height:1.245rem;font-weight:500;color:#fff!important;background-color:#fc4e02!important;border:0;border-radius:.25rem;padding:1rem 3rem;transition:.22s}.c-dashboard button.button:hover,.c-dashboard button.woocommerce-Button:hover,.c-dashboard button:not([class]):hover,.c-dashboard input[type=submit]:hover{background-color:#e94702}.c-dashboard .order_item{font-size:1rem}.c-dashboard .order_item .product-name .wc-item-meta{margin:1rem 0 0 0!important;padding:0!important}.c-dashboard .order_item .product-name .wc-item-meta li{margin-bottom:1rem}.c-dashboard .order_item .product-name .wc-item-meta li p{margin:0!important}.c-dashboard .order_item .product-name .wc-item-meta li{list-style:none;display:flex;align-items:center;gap:1rem;font-size:1rem}.c-dashboard .woocommerce-order-details__title,.c-dashboard header h2{margin-bottom:1.5rem}.woocommerce-message{margin:0 0 2rem;background-color:#f2f6f7!important;font-size:1.125rem;line-height:1.75rem;font-weight:400;padding:1rem 3rem 1rem 1rem!important;list-style:none;position:relative;border-top-color:#fc4e02;color:#212121;border-radius:16px!important}@media all and (min-width:992px){.woocommerce-message{padding:1rem 1.5rem 1rem 1rem!important}}.woocommerce-message p{font-size:1.125rem;line-height:1.5rem;font-weight:400;margin:0 0 .75rem}.woocommerce-message p:last-child{margin:0}.woocommerce-message a{color:#6759ff}.woocommerce-message a:hover{color:#6759ff;opacity:.8;text-decoration:underline}.woocommerce-message li{font-size:1.125rem;line-height:1.5rem;font-weight:400;color:#212121}.woocommerce-message::before{width:1.25rem;height:1.25rem;content:"";display:inline-block;align-self:flex-start;margin-top:4px;position:absolute;right:1rem;top:.8rem;margin-left:.75rem;background:center center/100% no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 20C4.47715 20 0 15.5228 0 10C0 4.47715 4.47715 0 10 0C15.5228 0 20 4.47715 20 10C20 15.5228 15.5228 20 10 20ZM10 18C14.4183 18 18 14.4183 18 10C18 5.58172 14.4183 2 10 2C5.58172 2 2 5.58172 2 10C2 14.4183 5.58172 18 10 18ZM9 13H11V15H9V13ZM9 5H11V11H9V5Z' fill='%2368696E'/%3E%3C/svg%3E%0A")}@media all and (min-width:992px){.woocommerce-message::before{margin-top:5px;position:static}}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button{margin-right:auto!important;font-size:1.0625rem;line-height:1.245rem;font-weight:500;color:#fff!important;background-color:#fc4e02!important;border:0;border-radius:1rem;text-decoration:none;padding:1rem 2rem;transition:.22s}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover{opacity:1!important;text-decoration:none;background-color:#e94702!important}.woocommerce .woocommerce-page .woocommerce-notices-wrapper .woocommerce-error{background-color:#f2f6f7;color:#212121}.c-dashboard .woocommerce-notices-wrapper .woocommerce-error,.c-dashboard .woocommerce-notices-wrapper .woocommerce-info,.c-dashboard .woocommerce-notices-wrapper .woocommerce-message{min-height:unset!important}.c-dashboard .woocommerce-notices-wrapper .woocommerce-error::before,.c-dashboard .woocommerce-notices-wrapper .woocommerce-info::before,.c-dashboard .woocommerce-notices-wrapper .woocommerce-message::before{right:0!important;top:0!important}.woocommerce-notices-wrapper .woocommerce-error,.woocommerce-notices-wrapper .woocommerce-message{width:100%!important;border-radius:.5rem!important;display:flex;align-items:baseline;outline:0!important;flex-wrap:wrap}.woocommerce-notices-wrapper .woocommerce-error .button,.woocommerce-notices-wrapper .woocommerce-message .button{margin:20px 0 0}@media all and (min-width:992px){.woocommerce-notices-wrapper .woocommerce-error .button,.woocommerce-notices-wrapper .woocommerce-message .button{margin:0}}.woocommerce-notices-wrapper .woocommerce-message .button{padding:.75rem 1.5rem!important}.woocommerce-form-coupon-toggle .woocommerce-info{padding-right:3rem!important}.woocommerce-form-coupon-toggle+.woocommerce-message{display:flex;align-items:center}.woocommerce-form-coupon-toggle+.woocommerce-message::before{margin-top:3px!important}.woocommerce-form-login,.woocommerce-form-login.login{display:flex;flex-wrap:wrap;gap:0 20px;margin-bottom:1.5rem;border:none!important}.woocommerce-form-login h2,.woocommerce-form-login.login h2{margin:0 0 1.5rem}.woocommerce-form-login input::placeholder,.woocommerce-form-login.login input::placeholder{font-size:14px;line-height:34px;font-weight:300;color:#cacace}.woocommerce-form-login .woocommerce-form-row,.woocommerce-form-login.login .woocommerce-form-row{margin-bottom:1.5rem!important}.woocommerce-form-login .woocommerce-form-login__rememberme,.woocommerce-form-login.login .woocommerce-form-login__rememberme{margin-right:0!important;margin-top:.5rem!important;display:flex}.woocommerce-form-login .form-row,.woocommerce-form-login.login .form-row{position:relative;margin-bottom:1rem!important;width:100%;padding-top:1rem!important}@media all and (min-width:768px){.woocommerce-form-login .form-row.form-row-first,.woocommerce-form-login .form-row.form-row-last,.woocommerce-form-login.login .form-row.form-row-first,.woocommerce-form-login.login .form-row.form-row-last{width:calc(50% - 10px)}.woocommerce-form-login .form-row.form-row-wide,.woocommerce-form-login.login .form-row.form-row-wide{width:100%}}.woocommerce-form-login .form-row label,.woocommerce-form-login.login .form-row label{font-size:16px;line-height:34px;background:#fff;position:absolute;top:-1rem;margin-right:26px;z-index:1;font-weight:500;width:-moz-fit-content;width:fit-content;margin-top:0;margin-bottom:0;padding:0 10px;color:#000;transition:all .3s ease-in-out;display:block}.woocommerce-form-login .form-row label .required,.woocommerce-form-login.login .form-row label .required{color:#ff5630;margin-right:.25rem}.woocommerce-form-login .form-row input[type=email],.woocommerce-form-login .form-row input[type=password],.woocommerce-form-login .form-row input[type=text],.woocommerce-form-login.login .form-row input[type=email],.woocommerce-form-login.login .form-row input[type=password],.woocommerce-form-login.login .form-row input[type=text]{border:1px solid #dfdfe2!important;padding:18px 24px!important;box-shadow:unset!important;height:70px!important;color:#212121!important;margin-bottom:0!important;background:#fff!important;border-radius:1rem!important;transition:0s!important;position:relative;margin-top:-17px;width:100%;box-sizing:border-box;font-size:1rem;line-height:1.5rem}.woocommerce-form-login .form-row input[type=email]:focus,.woocommerce-form-login .form-row input[type=password]:focus,.woocommerce-form-login .form-row input[type=text]:focus,.woocommerce-form-login.login .form-row input[type=email]:focus,.woocommerce-form-login.login .form-row input[type=password]:focus,.woocommerce-form-login.login .form-row input[type=text]:focus{outline:.1875rem solid #fc4e02;border-color:#dfdfe2!important}.woocommerce-form-login .clear,.woocommerce-form-login.login .clear{clear:both;width:100%;height:0;margin:0;padding:0}.woocommerce-form-login .woocommerce-form__label-for-checkbox,.woocommerce-form-login.login .woocommerce-form__label-for-checkbox{position:relative;display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;padding-top:0;width:100%}.woocommerce-form-login .woocommerce-form__label-for-checkbox label,.woocommerce-form-login.login .woocommerce-form__label-for-checkbox label{position:static;background:0 0;font-size:1rem;line-height:1.5rem;font-weight:400;color:#212121;padding:0;margin:0;width:auto;cursor:pointer}.woocommerce-form-login .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox,.woocommerce-form-login.login .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox{width:1.375rem;height:1.375rem;border:2px solid #dfdfe2!important;border-radius:.25rem;margin:0;cursor:pointer;flex-shrink:0;appearance:none;-webkit-appearance:none;position:relative;background-color:#fff;transition:all .2s ease}.woocommerce-form-login .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox:checked,.woocommerce-form-login.login .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox:checked{background-color:#fc4e02;border-color:#fc4e02!important}.woocommerce-form-login .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox:checked::after,.woocommerce-form-login.login .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox:checked::after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(45deg);width:.375rem;height:.625rem;border:solid #fff;border-width:0 2px 2px 0}.woocommerce-form-login .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox:focus,.woocommerce-form-login.login .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox:focus{outline:.1875rem solid #fc4e02;outline-offset:.125rem}.woocommerce-form-login .woocommerce-form__label-for-checkbox span,.woocommerce-form-login.login .woocommerce-form__label-for-checkbox span{font-size:1rem;line-height:1.5rem;font-weight:400;color:#212121}.woocommerce-form-login .woocommerce-button,.woocommerce-form-login .woocommerce-form-login__submit,.woocommerce-form-login button,.woocommerce-form-login input[type=submit],.woocommerce-form-login.login .woocommerce-button,.woocommerce-form-login.login .woocommerce-form-login__submit,.woocommerce-form-login.login button,.woocommerce-form-login.login input[type=submit]{color:#fff!important;font-size:.875rem!important;font-weight:400!important;display:flex!important;justify-content:center!important;align-items:center!important;width:max-content!important;gap:8px!important;transition:all .3s ease-out!important;box-shadow:unset!important;background-color:#fc4e02!important;background-repeat:no-repeat!important;background-size:auto!important;background-position:0 12px!important;padding:9.5px 24px!important;border-radius:6.25rem!important;border:none!important;margin-top:1.5rem;cursor:pointer}.woocommerce-form-login .woocommerce-button:hover,.woocommerce-form-login .woocommerce-form-login__submit:hover,.woocommerce-form-login button:hover,.woocommerce-form-login input[type=submit]:hover,.woocommerce-form-login.login .woocommerce-button:hover,.woocommerce-form-login.login .woocommerce-form-login__submit:hover,.woocommerce-form-login.login button:hover,.woocommerce-form-login.login input[type=submit]:hover{background-color:#e94702!important;color:#fff!important;opacity:1}.woocommerce-form-login .woocommerce-button:focus,.woocommerce-form-login .woocommerce-form-login__submit:focus,.woocommerce-form-login button:focus,.woocommerce-form-login input[type=submit]:focus,.woocommerce-form-login.login .woocommerce-button:focus,.woocommerce-form-login.login .woocommerce-form-login__submit:focus,.woocommerce-form-login.login button:focus,.woocommerce-form-login.login input[type=submit]:focus{outline:.1875rem solid #fc4e02;outline-offset:.125rem}.woocommerce-form-login .show-password-input,.woocommerce-form-login.login .show-password-input{background-color:#f2f6f7!important;margin-top:-.5rem!important;padding:.75rem!important}.woocommerce-form-login .show-password-input:hover,.woocommerce-form-login.login .show-password-input:hover{background-color:#d8d8d8!important}.woocommerce-form-login .lost_password,.woocommerce-form-login.login .lost_password{width:100%;margin-top:1rem}.woocommerce-form-login .lost_password a,.woocommerce-form-login.login .lost_password a{font-size:1rem;line-height:1.5rem;color:#fc4e02;text-decoration:underline;transition:.22s}.woocommerce-form-login .lost_password a:hover,.woocommerce-form-login.login .lost_password a:hover{color:#e94702;text-decoration:none}.woocommerce-form-login .lost_password a:visited,.woocommerce-form-login.login .lost_password a:visited{color:#fc4e02}.woocommerce-form-login .lost_password a:visited:hover,.woocommerce-form-login.login .lost_password a:visited:hover{color:#e94702}.woocommerce-form-login.login>p:first-child,.woocommerce-form-login>p:first-child{width:100%;margin-bottom:1rem;font-size:1rem;line-height:1.5rem;color:#212121}.woocommerce-account .woocommerce-form-login,.woocommerce-account .woocommerce-form-login.login{max-width:100%;margin:0 auto}@media all and (min-width:768px){.woocommerce-account .woocommerce-form-login,.woocommerce-account .woocommerce-form-login.login{max-width:37.5rem}}.woocommerce-checkout .woocommerce-form-login,.woocommerce-checkout .woocommerce-form-login.login{background-color:#fff;border:1px solid #d8d8d8;border-radius:1rem;padding:1.5rem;margin-bottom:1.5rem}@media all and (min-width:768px){.woocommerce-checkout .woocommerce-form-login,.woocommerce-checkout .woocommerce-form-login.login{padding:2rem}}.woocommerce-cart .woocommerce-form-login,.woocommerce-cart .woocommerce-form-login.login{background-color:#fff;border:1px solid #d8d8d8;border-radius:1rem;padding:1.5rem;margin-bottom:1.5rem}@media all and (min-width:768px){.woocommerce-cart .woocommerce-form-login,.woocommerce-cart .woocommerce-form-login.login{padding:2rem}}.woocommerce-cart .o-page--cart,.wp-block-woocommerce-cart .o-page--cart{padding:0}.woocommerce-cart .wc-block-cart-item__quantity,.wp-block-woocommerce-cart .wc-block-cart-item__quantity{display:flex!important;justify-content:space-between;flex-direction:row;align-items:center}.woocommerce-cart .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,.wp-block-woocommerce-cart .wc-block-cart-item__quantity .wc-block-cart-item__remove-link{background-color:#f2f6f7!important;padding:.5rem .75rem!important;text-decoration:none!important;border-radius:.5rem!important}.woocommerce-cart .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover,.wp-block-woocommerce-cart .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover{background-color:#d8d8d8!important}.woocommerce-cart .wc-block-cart-items,.wp-block-woocommerce-cart .wc-block-cart-items{margin:0!important}@media all and (min-width:768px){.woocommerce-cart .wc-block-cart-items,.wp-block-woocommerce-cart .wc-block-cart-items{margin:0 0 2.5rem!important}}.woocommerce-cart .wc-block-cart-items .wc-block-cart-item__wrap,.wp-block-woocommerce-cart .wc-block-cart-items .wc-block-cart-item__wrap{text-align:right}.woocommerce-cart .wc-block-cart-items .wc-block-components-quantity-selector,.wp-block-woocommerce-cart .wc-block-cart-items .wc-block-components-quantity-selector{margin:0!important}.woocommerce-cart .wc-block-cart-items .wc-block-components-quantity-selector::after,.wp-block-woocommerce-cart .wc-block-cart-items .wc-block-components-quantity-selector::after{content:unset!important}.woocommerce-cart .wc-block-cart-items .wc-block-cart-item__prices,.wp-block-woocommerce-cart .wc-block-cart-items .wc-block-cart-item__prices{text-align:right}.woocommerce-cart .wc-block-cart-items .wc-block-components-product-name,.woocommerce-cart .wc-block-cart-items .wc-block-components-product-name:hover,.wp-block-woocommerce-cart .wc-block-cart-items .wc-block-components-product-name,.wp-block-woocommerce-cart .wc-block-cart-items .wc-block-components-product-name:hover{color:#212121}.woocommerce-cart .wc-block-cart-items .wc-block-components-product-name:hover,.woocommerce-cart .wc-block-cart-items .wc-block-components-product-name:hover:hover,.wp-block-woocommerce-cart .wc-block-cart-items .wc-block-components-product-name:hover,.wp-block-woocommerce-cart .wc-block-cart-items .wc-block-components-product-name:hover:hover{color:#fc4e02}.woocommerce-cart .wc-block-cart-items .wc-block-components-product-details,.wp-block-woocommerce-cart .wc-block-cart-items .wc-block-components-product-details{text-align:right}.woocommerce-cart .wc-block-cart-items .wc-block-components-product-details [class^=wc-block-components-product-details__],.wp-block-woocommerce-cart .wc-block-cart-items .wc-block-components-product-details [class^=wc-block-components-product-details__]{margin-bottom:.25rem;font-size:.75rem;display:flex!important;gap:.3125rem!important}.woocommerce-cart .wc-block-cart-items .wc-block-components-product-metadata__description,.wp-block-woocommerce-cart .wc-block-cart-items .wc-block-components-product-metadata__description{display:none!important}.woocommerce-cart .wc-block-cart-items .wc-block-components-quantity-selector,.wp-block-woocommerce-cart .wc-block-cart-items .wc-block-components-quantity-selector{display:inline-flex;flex-direction:row-reverse;align-items:center;background:#fff;border:1px solid #ededed;border-radius:1rem;gap:.25rem;padding:.15rem .55rem;width:auto;margin-right:auto;order:2}@media all and (min-width:992px){.woocommerce-cart .wc-block-cart-items .wc-block-components-quantity-selector,.wp-block-woocommerce-cart .wc-block-cart-items .wc-block-components-quantity-selector{position:absolute;left:.25rem;bottom:2rem}}.woocommerce-cart .wc-block-cart-items .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,.wp-block-woocommerce-cart .wc-block-cart-items .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input{width:1.5rem!important;min-width:1.5rem!important;margin:0 .25rem;font-feature-settings:"ss02"}.woocommerce-cart .wc-block-cart-items .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input:focus,.wp-block-woocommerce-cart .wc-block-cart-items .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input:focus{box-shadow:none!important}.woocommerce-cart .wc-block-cart-items .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button,.wp-block-woocommerce-cart .wc-block-cart-items .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button{font-family:IRANSansX;width:1.25rem;height:1.25rem;color:#fc4e02;opacity:1;line-height:1.55;border-radius:.5rem;border:0;min-width:1.25rem;max-width:1.25rem;min-height:1.25rem;max-height:1.25rem;cursor:pointer;background:center center/100% no-repeat;font-size:0}.woocommerce-cart .wc-block-cart-items .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--minus,.wp-block-woocommerce-cart .wc-block-cart-items .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--minus{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 12.75H8C7.59 12.75 7.25 12.41 7.25 12C7.25 11.59 7.59 11.25 8 11.25H16C16.41 11.25 16.75 11.59 16.75 12C16.75 12.41 16.41 12.75 16 12.75Z' fill='%23FC4E02'%3E%3C/path%3E%3Cpath d='M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z' fill='%23FC4E02'%3E%3C/path%3E%3C/svg%3E")}.woocommerce-cart .wc-block-cart-items .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--plus,.wp-block-woocommerce-cart .wc-block-cart-items .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--plus{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 12.75H8C7.59 12.75 7.25 12.41 7.25 12C7.25 11.59 7.59 11.25 8 11.25H16C16.41 11.25 16.75 11.59 16.75 12C16.75 12.41 16.41 12.75 16 12.75Z' fill='%23FC4E02'%3E%3C/path%3E%3Cpath d='M12 16.75C11.59 16.75 11.25 16.41 11.25 16V8C11.25 7.59 11.59 7.25 12 7.25C12.41 7.25 12.75 7.59 12.75 8V16C12.75 16.41 12.41 16.75 12 16.75Z' fill='%23FC4E02'%3E%3C/path%3E%3Cpath d='M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z' fill='%23FC4E02'%3E%3C/path%3E%3C/svg%3E")}.woocommerce-cart .wc-block-cart-items .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover,.wp-block-woocommerce-cart .wc-block-cart-items .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover{opacity:.7}.woocommerce-cart .wc-block-cart-items .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus,.wp-block-woocommerce-cart .wc-block-cart-items .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus{box-shadow:none}.woocommerce-cart.wp-block-woocommerce-cart,.wp-block-woocommerce-cart.wp-block-woocommerce-cart{width:100%;padding:0}.woocommerce-cart .wc-block-components-sidebar,.wp-block-woocommerce-cart .wc-block-components-sidebar{align-self:flex-start}.woocommerce-cart .wc-block-components-button,.wp-block-woocommerce-cart .wc-block-components-button{background-color:#fc4e02;color:#fff;border-radius:1rem;transition:.2s!important;padding:1rem}.woocommerce-cart .wc-block-components-button:hover,.wp-block-woocommerce-cart .wc-block-components-button:hover{color:#fff;background-color:#e94702}.woocommerce-cart .wc-block-components-totals-coupon__input label,.wp-block-woocommerce-cart .wc-block-components-totals-coupon__input label{top:1.75rem;right:1.35rem}.woocommerce-cart .wc-block-components-totals-coupon__input input,.wp-block-woocommerce-cart .wc-block-components-totals-coupon__input input{border:1px solid #dfdfe2!important;padding:18px 24px!important;box-shadow:unset!important;height:3.75rem!important;color:#212121!important;margin-bottom:0!important;background:#fff!important;border-radius:1.25rem!important;transition:0s!important}.woocommerce-cart .wp-element-button.wc-block-components-totals-coupon__button,.wp-block-woocommerce-cart .wp-element-button.wc-block-components-totals-coupon__button{border:none!important;border-radius:1rem!important}.woocommerce-cart .wp-element-button.wc-block-components-totals-coupon__button:disabled,.wp-block-woocommerce-cart .wp-element-button.wc-block-components-totals-coupon__button:disabled{background-color:#b6b6b9}.woocommerce-cart .wp-block-woocommerce-empty-cart-block,.woocommerce-cart .wp-block-woocommerce-filled-cart-block,.wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block,.wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block{width:100%}.woocommerce-cart .shop_table,.wp-block-woocommerce-cart .shop_table{border-collapse:collapse;width:100%;margin-bottom:2rem;background-color:#fff;border-radius:1rem;overflow:hidden;border:1px solid #ededed}@media all and (min-width:992px){.woocommerce-cart .shop_table,.wp-block-woocommerce-cart .shop_table{margin-bottom:2.5rem}}.woocommerce-cart .shop_table thead,.wp-block-woocommerce-cart .shop_table thead{background-color:#f9f9f9}.woocommerce-cart .shop_table thead th,.wp-block-woocommerce-cart .shop_table thead th{font-size:1rem;line-height:1.171875rem;font-weight:500;padding:1.25rem;color:#212121;text-align:right;border-bottom:1px solid #ededed}@media all and (min-width:992px){.woocommerce-cart .shop_table thead th,.wp-block-woocommerce-cart .shop_table thead th{padding:1.5rem}}.woocommerce-cart .shop_table thead th.product-remove,.wp-block-woocommerce-cart .shop_table thead th.product-remove{width:3.125rem;text-align:center}.woocommerce-cart .shop_table thead th.product-thumbnail,.wp-block-woocommerce-cart .shop_table thead th.product-thumbnail{width:6.25rem}.woocommerce-cart .shop_table tbody td,.wp-block-woocommerce-cart .shop_table tbody td{color:#212121;font-size:1rem;line-height:1.171875rem;font-weight:400;padding:1.25rem;vertical-align:middle;border-bottom:1px solid #ededed}@media all and (min-width:992px){.woocommerce-cart .shop_table tbody td,.wp-block-woocommerce-cart .shop_table tbody td{padding:1.5rem}}.woocommerce-cart .shop_table tbody td:last-child,.wp-block-woocommerce-cart .shop_table tbody td:last-child{border-bottom:none}.woocommerce-cart .shop_table tbody td a,.wp-block-woocommerce-cart .shop_table tbody td a{color:#fc4e02;text-decoration:none;transition:.22s}.woocommerce-cart .shop_table tbody td a:hover,.wp-block-woocommerce-cart .shop_table tbody td a:hover{color:#e94702}.woocommerce-cart .shop_table tbody .product-remove,.wp-block-woocommerce-cart .shop_table tbody .product-remove{text-align:center}.woocommerce-cart .shop_table tbody .product-remove a.remove,.wp-block-woocommerce-cart .shop_table tbody .product-remove a.remove{font-size:1.5rem;line-height:1;color:#b6b6b9;text-decoration:none;width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;border-radius:.5rem;transition:.22s}.woocommerce-cart .shop_table tbody .product-remove a.remove:hover,.wp-block-woocommerce-cart .shop_table tbody .product-remove a.remove:hover{background-color:#ff5630;color:#fff}.woocommerce-cart .shop_table tbody .product-thumbnail img,.wp-block-woocommerce-cart .shop_table tbody .product-thumbnail img{width:5rem;height:5rem;object-fit:cover;border-radius:.5rem;border:1px solid #ededed}@media all and (min-width:992px){.woocommerce-cart .shop_table tbody .product-thumbnail img,.wp-block-woocommerce-cart .shop_table tbody .product-thumbnail img{width:6.25rem;height:6.25rem}}.woocommerce-cart .shop_table tbody .product-name a,.wp-block-woocommerce-cart .shop_table tbody .product-name a{font-size:1.125rem;line-height:1.75rem;font-weight:500;color:#212121}.woocommerce-cart .shop_table tbody .product-name a:hover,.wp-block-woocommerce-cart .shop_table tbody .product-name a:hover{color:#fc4e02}.woocommerce-cart .shop_table tbody .product-name .variation,.wp-block-woocommerce-cart .shop_table tbody .product-name .variation{margin-top:.5rem;font-size:.875rem;line-height:1.025625rem;color:#68696e}.woocommerce-cart .shop_table tbody .product-name .variation dd,.woocommerce-cart .shop_table tbody .product-name .variation dt,.wp-block-woocommerce-cart .shop_table tbody .product-name .variation dd,.wp-block-woocommerce-cart .shop_table tbody .product-name .variation dt{display:inline}.woocommerce-cart .shop_table tbody .product-name .variation dt,.wp-block-woocommerce-cart .shop_table tbody .product-name .variation dt{font-weight:500;margin-left:.25rem}.woocommerce-cart .shop_table tbody .product-price,.wp-block-woocommerce-cart .shop_table tbody .product-price{font-size:1rem;line-height:1.171875rem;font-weight:500;color:#212121}.woocommerce-cart .shop_table tbody .product-quantity .quantity,.wp-block-woocommerce-cart .shop_table tbody .product-quantity .quantity{display:inline-flex;align-items:center;gap:.5rem}.woocommerce-cart .shop_table tbody .product-subtotal,.wp-block-woocommerce-cart .shop_table tbody .product-subtotal{font-size:1.125rem;line-height:1.318125rem;font-weight:600;color:#212121}.woocommerce-cart .shop_table .actions,.wp-block-woocommerce-cart .shop_table .actions{background-color:#f9f9f9}.woocommerce-cart .shop_table .actions td,.wp-block-woocommerce-cart .shop_table .actions td{padding:1.5rem;border:none}@media all and (min-width:992px){.woocommerce-cart .shop_table .actions td,.wp-block-woocommerce-cart .shop_table .actions td{padding:2rem}}.woocommerce-cart .shop_table .actions .coupon,.wp-block-woocommerce-cart .shop_table .actions .coupon{display:flex;gap:.75rem;margin-bottom:1rem;align-items:center}@media all and (min-width:992px){.woocommerce-cart .shop_table .actions .coupon,.wp-block-woocommerce-cart .shop_table .actions .coupon{margin-bottom:0}}.woocommerce-cart .shop_table .actions .coupon label,.wp-block-woocommerce-cart .shop_table .actions .coupon label{display:none}.woocommerce-cart .shop_table .actions .coupon #coupon_code,.wp-block-woocommerce-cart .shop_table .actions .coupon #coupon_code{flex:1;max-width:15.625rem;padding:.75rem 1rem;border:1px solid #b1b3b8;border-radius:.5rem;font-size:1rem;background-color:#fff;transition:.22s}.woocommerce-cart .shop_table .actions .coupon #coupon_code:focus,.wp-block-woocommerce-cart .shop_table .actions .coupon #coupon_code:focus{outline:0;border-color:#fc4e02}.woocommerce-cart .shop_table .actions .coupon button,.wp-block-woocommerce-cart .shop_table .actions .coupon button{padding:.75rem 1.5rem;background-color:#fc4e02;color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:.22s}.woocommerce-cart .shop_table .actions .coupon button:hover,.wp-block-woocommerce-cart .shop_table .actions .coupon button:hover{background-color:#e94702}.woocommerce-cart .shop_table .actions button[name=update_cart],.wp-block-woocommerce-cart .shop_table .actions button[name=update_cart]{padding:.75rem 1.5rem;background-color:#f2f6f7;color:#212121;border:1px solid #ededed;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:.22s}.woocommerce-cart .shop_table .actions button[name=update_cart]:hover,.wp-block-woocommerce-cart .shop_table .actions button[name=update_cart]:hover{background-color:#b6b6b9;color:#fff}@media (max-width:767px){.woocommerce-cart .shop_table thead,.wp-block-woocommerce-cart .shop_table thead{display:none}.woocommerce-cart .shop_table tbody tr,.wp-block-woocommerce-cart .shop_table tbody tr{display:block;margin-bottom:1.5rem;padding:1rem;background-color:#fff;border-radius:1rem;border:1px solid #ededed;position:relative}.woocommerce-cart .shop_table tbody tr:last-child,.wp-block-woocommerce-cart .shop_table tbody tr:last-child{margin-bottom:0}.woocommerce-cart .shop_table tbody td,.wp-block-woocommerce-cart .shop_table tbody td{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border:none;border-bottom:1px solid #ededed}.woocommerce-cart .shop_table tbody td:last-child,.wp-block-woocommerce-cart .shop_table tbody td:last-child{border-bottom:none}.woocommerce-cart .shop_table tbody td::before,.wp-block-woocommerce-cart .shop_table tbody td::before{content:attr(data-title);font-weight:500;margin-left:1rem;color:#68696e}.woocommerce-cart .shop_table tbody td.product-remove,.wp-block-woocommerce-cart .shop_table tbody td.product-remove{position:absolute;top:1rem;left:1rem;padding:0}.woocommerce-cart .shop_table tbody td.product-remove::before,.wp-block-woocommerce-cart .shop_table tbody td.product-remove::before{content:none}.woocommerce-cart .shop_table tbody td.product-thumbnail::before,.wp-block-woocommerce-cart .shop_table tbody td.product-thumbnail::before{content:none}.woocommerce-cart .shop_table .actions td,.wp-block-woocommerce-cart .shop_table .actions td{display:block;padding:1rem}.woocommerce-cart .shop_table .actions td .coupon,.wp-block-woocommerce-cart .shop_table .actions td .coupon{flex-direction:column;align-items:stretch}.woocommerce-cart .shop_table .actions td .coupon #coupon_code,.wp-block-woocommerce-cart .shop_table .actions td .coupon #coupon_code{max-width:100%;margin-bottom:.75rem}.woocommerce-cart .shop_table .actions td button[name=update_cart],.wp-block-woocommerce-cart .shop_table .actions td button[name=update_cart]{width:100%}}.woocommerce-cart .cart-collaterals,.wp-block-woocommerce-cart .cart-collaterals{display:grid;gap:1.5rem}@media all and (min-width:992px){.woocommerce-cart .cart-collaterals,.wp-block-woocommerce-cart .cart-collaterals{grid-template-columns:1fr 1fr;gap:2rem}}.woocommerce-cart .cart-collaterals .cart_totals,.wp-block-woocommerce-cart .cart-collaterals .cart_totals{background-color:#fff;border:1px solid #ededed;border-radius:1rem;padding:1.5rem}@media all and (min-width:992px){.woocommerce-cart .cart-collaterals .cart_totals,.wp-block-woocommerce-cart .cart-collaterals .cart_totals{padding:2rem}}.woocommerce-cart .cart-collaterals .cart_totals h2,.wp-block-woocommerce-cart .cart-collaterals .cart_totals h2{font-size:1.25rem;line-height:1.465rem;font-weight:600;color:#212121;margin-bottom:1.5rem}.woocommerce-cart .cart-collaterals .cart_totals table,.wp-block-woocommerce-cart .cart-collaterals .cart_totals table{width:100%;margin-bottom:1.5rem}.woocommerce-cart .cart-collaterals .cart_totals table tr td,.woocommerce-cart .cart-collaterals .cart_totals table tr th,.wp-block-woocommerce-cart .cart-collaterals .cart_totals table tr td,.wp-block-woocommerce-cart .cart-collaterals .cart_totals table tr th{padding:.75rem 0;font-size:1rem;line-height:1.171875rem;font-weight:400;color:#212121}.woocommerce-cart .cart-collaterals .cart_totals table tr th,.wp-block-woocommerce-cart .cart-collaterals .cart_totals table tr th{text-align:right}.woocommerce-cart .cart-collaterals .cart_totals table tr td,.wp-block-woocommerce-cart .cart-collaterals .cart_totals table tr td{text-align:left;font-weight:500}.woocommerce-cart .cart-collaterals .cart_totals table tr.order-total td,.woocommerce-cart .cart-collaterals .cart_totals table tr.order-total th,.wp-block-woocommerce-cart .cart-collaterals .cart_totals table tr.order-total td,.wp-block-woocommerce-cart .cart-collaterals .cart_totals table tr.order-total th{font-size:1.125rem;line-height:1.318125rem;font-weight:600;padding-top:1rem;border-top:2px solid #ededed}.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout,.wp-block-woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout{margin-top:1.5rem}.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button,.wp-block-woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button{display:block;width:100%;padding:1rem 1.5rem;background-color:#fc4e02;color:#fff;text-align:center;border-radius:.5rem;font-size:1.0625rem;line-height:1.245rem;font-weight:500;text-decoration:none;transition:.22s}.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button:hover,.wp-block-woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button:hover{background-color:#e94702}.woocommerce-cart .wp-block-woocommerce-cart-items-block,.wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block{margin-bottom:2rem}@media all and (min-width:992px){.woocommerce-cart .wp-block-woocommerce-cart-items-block,.wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block{margin-bottom:2.5rem}}.woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item,.wp-block-woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item{display:flex;gap:1rem;padding:1.25rem;background-color:#fff;border:1px solid #ededed;border-radius:1rem;margin-bottom:1rem}@media all and (min-width:992px){.woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item,.wp-block-woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item{padding:1.5rem;gap:1.25rem}}.woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item:last-child,.wp-block-woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item:last-child{margin-bottom:0}.woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item .wc-block-cart-item__image,.wp-block-woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item .wc-block-cart-item__image{width:5rem;height:5rem;flex-shrink:0}@media all and (min-width:992px){.woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item .wc-block-cart-item__image,.wp-block-woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item .wc-block-cart-item__image{width:6.25rem;height:6.25rem}}.woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item .wc-block-cart-item__image img,.wp-block-woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item .wc-block-cart-item__image img{width:100%;height:100%;object-fit:cover;border-radius:.5rem;border:1px solid #ededed}.woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item .wc-block-cart-item__description,.wp-block-woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item .wc-block-cart-item__description{flex:1}.woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item .wc-block-cart-item__description .wc-block-cart-item__product-name,.wp-block-woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item .wc-block-cart-item__description .wc-block-cart-item__product-name{font-size:1.125rem;line-height:1.318125rem;font-weight:500;color:#212121;margin-bottom:.5rem;text-decoration:none;display:block}.woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item .wc-block-cart-item__description .wc-block-cart-item__product-name:hover,.wp-block-woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item .wc-block-cart-item__description .wc-block-cart-item__product-name:hover{color:#fc4e02}.woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item .wc-block-cart-item__description .wc-block-components-product-metadata,.wp-block-woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item .wc-block-cart-item__description .wc-block-components-product-metadata{font-size:.875rem;line-height:1.025625rem;color:#68696e;margin-top:.5rem}.woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item .wc-block-cart-item__description .wc-block-components-product-price,.wp-block-woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item .wc-block-cart-item__description .wc-block-components-product-price{font-size:1rem;line-height:1.171875rem;font-weight:500;color:#212121;margin-top:.5rem}.woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item .wc-block-cart-item__quantity,.wp-block-woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item .wc-block-cart-item__quantity{display:flex!important;justify-content:space-between!important;padding-left:0!important;flex-direction:row}.woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item .wc-block-cart-item__quantity .wc-block-components-quantity-selector,.wp-block-woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item .wc-block-cart-item__quantity .wc-block-components-quantity-selector{display:inline-flex;align-items:center;gap:.5rem}.woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item .wc-block-cart-item__quantity .wc-block-components-quantity-selector::after,.wp-block-woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item .wc-block-cart-item__quantity .wc-block-components-quantity-selector::after{content:unset!important}.woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item .wc-block-cart-item__remove-link,.wp-block-woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item .wc-block-cart-item__remove-link{color:#b6b6b9;text-decoration:none;width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;border-radius:.5rem;transition:.22s}.woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item .wc-block-cart-item__remove-link:hover,.wp-block-woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item .wc-block-cart-item__remove-link:hover{background-color:#ff5630;color:#fff}.woocommerce-cart .wp-block-woocommerce-cart-totals-block,.wp-block-woocommerce-cart .wp-block-woocommerce-cart-totals-block{background-color:#fff;border:1px solid #ededed;border-radius:1rem;padding:1.5rem}@media all and (min-width:992px){.woocommerce-cart .wp-block-woocommerce-cart-totals-block,.wp-block-woocommerce-cart .wp-block-woocommerce-cart-totals-block{padding:2rem}}.woocommerce-cart .wp-block-woocommerce-cart-totals-block .wc-block-components-totals-item,.wp-block-woocommerce-cart .wp-block-woocommerce-cart-totals-block .wc-block-components-totals-item{display:flex;justify-content:space-between;padding:.75rem 0;font-size:1rem;line-height:1.171875rem;color:#212121}.woocommerce-cart .wp-block-woocommerce-cart-totals-block .wc-block-components-totals-item__label,.wp-block-woocommerce-cart .wp-block-woocommerce-cart-totals-block .wc-block-components-totals-item__label{font-weight:400}.woocommerce-cart .wp-block-woocommerce-cart-totals-block .wc-block-components-totals-item__value,.wp-block-woocommerce-cart .wp-block-woocommerce-cart-totals-block .wc-block-components-totals-item__value{font-weight:500}.woocommerce-cart .wp-block-woocommerce-cart-totals-block .wc-block-components-totals-item.wc-block-components-totals-item--total,.wp-block-woocommerce-cart .wp-block-woocommerce-cart-totals-block .wc-block-components-totals-item.wc-block-components-totals-item--total{font-size:1.125rem;line-height:1.318125rem;font-weight:600;padding-top:1rem;margin-top:1rem;border-top:2px solid #ededed}.woocommerce-cart .wp-block-woocommerce-cart-totals-block .wc-block-components-checkout-button,.wp-block-woocommerce-cart .wp-block-woocommerce-cart-totals-block .wc-block-components-checkout-button{margin-top:1.5rem;width:100%}.woocommerce-cart .wp-block-woocommerce-cart-totals-block .wc-block-components-checkout-button button,.wp-block-woocommerce-cart .wp-block-woocommerce-cart-totals-block .wc-block-components-checkout-button button{width:100%;padding:1rem 1.5rem;background-color:#fc4e02;color:#fff;text-align:center;border-radius:.5rem;font-size:1.0625rem;line-height:1.245rem;font-weight:500;border:none;cursor:pointer;transition:.22s}.woocommerce-cart .wp-block-woocommerce-cart-totals-block .wc-block-components-checkout-button button:hover,.wp-block-woocommerce-cart .wp-block-woocommerce-cart-totals-block .wc-block-components-checkout-button button:hover{background-color:#e94702}.woocommerce-cart .wp-block-woocommerce-empty-cart-block,.wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block{text-align:center;padding:2.5rem 1.5rem}@media all and (min-width:992px){.woocommerce-cart .wp-block-woocommerce-empty-cart-block,.wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block{padding:3.75rem 2.5rem}}.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-empty-cart-message,.wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-empty-cart-message{font-size:1.125rem;line-height:1.318125rem;color:#68696e;margin-bottom:1.5rem}.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-cart__shopping-button,.wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-cart__shopping-button{display:inline-block;padding:1rem 1.5rem;background-color:#fc4e02;color:#fff;text-align:center;border-radius:.5rem;font-size:1.0625rem;line-height:1.245rem;font-weight:500;text-decoration:none;transition:.22s}.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-cart__shopping-button:hover,.wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-cart__shopping-button:hover{background-color:#e94702}.woocommerce-cart .wp-block-woocommerce-cart-title-block,.wp-block-woocommerce-cart .wp-block-woocommerce-cart-title-block{margin-bottom:1.5rem}@media all and (min-width:992px){.woocommerce-cart .wp-block-woocommerce-cart-title-block,.wp-block-woocommerce-cart .wp-block-woocommerce-cart-title-block{margin-bottom:2rem}}.woocommerce-cart .wp-block-woocommerce-cart-title-block h2,.wp-block-woocommerce-cart .wp-block-woocommerce-cart-title-block h2{font-size:1.5rem;line-height:1.758125rem;font-weight:600;color:#212121;margin:0}@media all and (min-width:992px){.woocommerce-cart .wp-block-woocommerce-cart-title-block h2,.wp-block-woocommerce-cart .wp-block-woocommerce-cart-title-block h2{font-size:2rem;line-height:2.34375rem}}.woocommerce-cart .wp-block-woocommerce-cart-coupon-block,.wp-block-woocommerce-cart .wp-block-woocommerce-cart-coupon-block{margin-bottom:1.5rem;padding:1.5rem;background-color:#f9f9f9;border-radius:.5rem}@media all and (min-width:992px){.woocommerce-cart .wp-block-woocommerce-cart-coupon-block,.wp-block-woocommerce-cart .wp-block-woocommerce-cart-coupon-block{margin-bottom:2rem;padding:2rem}}.woocommerce-cart .wp-block-woocommerce-cart-coupon-block input,.wp-block-woocommerce-cart .wp-block-woocommerce-cart-coupon-block input{padding:.75rem 1rem;border:1px solid #b1b3b8;border-radius:.5rem;font-size:1rem;background-color:#fff;transition:.22s}.woocommerce-cart .wp-block-woocommerce-cart-coupon-block input:focus,.wp-block-woocommerce-cart .wp-block-woocommerce-cart-coupon-block input:focus{outline:0;border-color:#fc4e02}.woocommerce-cart .wp-block-woocommerce-cart-coupon-block button,.wp-block-woocommerce-cart .wp-block-woocommerce-cart-coupon-block button{padding:.75rem 1.5rem;background-color:#fc4e02;color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:.22s}.woocommerce-cart .wp-block-woocommerce-cart-coupon-block button:hover,.wp-block-woocommerce-cart .wp-block-woocommerce-cart-coupon-block button:hover{background-color:#e94702}.wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-heading-block{font-size:1.25rem;line-height:2}.wc-block-cart{margin-bottom:0!important}.wc-block-cart__sidebar{padding:0 1.25rem}.wc-block-components-totals-wrapper{border-top:0!important}.wc-block-components-totals-wrapper .wc-block-components-totals-item__description{margin-top:.5rem}.wc-block-components-totals-footer-item .wc-block-components-totals-item__description{margin-top:2rem}.wc-block-cart-items__row{display:flex!important;flex-wrap:wrap;position:relative}@media all and (min-width:768px){.wc-block-cart-items__row{display:table-row!important}}.wc-block-cart-items__row .wc-block-cart-item__image{max-width:5.625rem;margin-bottom:1rem!important}@media all and (min-width:768px){.wc-block-cart-items__row .wc-block-cart-item__image{margin-bottom:2rem!important}}.wc-block-cart-items__row .wc-block-cart-item__product{max-width:calc(100% - 90px)}@media all and (min-width:768px){.wc-block-cart-items__row .wc-block-cart-item__product{max-width:unset}}.wc-block-cart-items__row .wc-block-cart-item__total{display:none}@media all and (min-width:768px){.wc-block-cart-items__row .wc-block-cart-item__total{display:table-cell}}.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity{padding-left:0!important}.s-cart h2{width:100%;margin-right:auto;margin-left:auto;max-width:calc(100% - 2rem)}@media all and (min-width:768px){.s-cart h2{padding-right:2rem;padding-left:2rem;max-width:calc(100% - 4rem)}}@media all and (min-width:992px){.s-cart h2{padding:0;max-width:980px}}@media all and (min-width:1120px){.s-cart h2{max-width:1100px}}@media all and (min-width:1300px){.s-cart h2{max-width:1280px}}.wp-block-woocommerce-cart-line-items-block .wc-block-components-product-badge.wc-block-components-sale-badge{font-size:0;padding:2px;border-radius:6px;color:#fc4e02;border-color:#fc4e02}.wp-block-woocommerce-cart-line-items-block .wc-block-components-product-badge.wc-block-components-sale-badge .wc-block-formatted-money-amount.wc-block-components-formatted-money-amount{font-size:12px}.wp-block-woocommerce-cart-line-items-block .wc-block-components-product-badge.wc-block-components-sale-badge .wc-block-formatted-money-amount.wc-block-components-formatted-money-amount::before{content:"تخفیف "}.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper,.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-coupon-form-block{padding-left:1rem;padding-right:1rem}.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-item__value{font-size:1rem}.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-item__label{font-size:1rem}.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-formatted-money-amount,.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-formatted-money-amount{font-size:1.125rem!important}.wc-block-cart__submit{padding-left:1rem;padding-right:1rem}.woocommerce-checkout.woocommerce-order-pay *{font-family:Roboto,sans-serif!important}.woocommerce-checkout.woocommerce-order-pay .s-block-area .woocommerce{padding:3rem 0}.woocommerce-checkout.woocommerce-order-pay #payment ol,.woocommerce-checkout.woocommerce-order-pay #payment ul{list-style:none;padding:0!important;margin:2rem 0}.woocommerce-checkout.woocommerce-order-pay #payment .wc_payment_method label{font-size:18px;font-weight:700}.woocommerce-checkout.woocommerce-order-pay #payment .wc_payment_method label img{border-radius:0!important;margin-left:.5rem}.woocommerce-checkout.woocommerce-order-pay .woocommerce-SavedPaymentMethods:empty{margin:0!important}.woocommerce-checkout.woocommerce-order-pay .wc-item-meta{padding:0!important}.woocommerce-checkout.woocommerce-order-pay .wc-item-meta li{font-size:.875rem;display:flex;gap:1rem}.woocommerce-checkout.woocommerce-order-pay .wc-item-meta li p{margin:0!important}.woocommerce-checkout.woocommerce-order-pay .woocommerce-privacy-policy-text p{font-size:.875rem}.woocommerce-checkout.woocommerce-order-pay table{width:100%;border-collapse:collapse;margin-bottom:1.5rem;font-size:1rem}.woocommerce-checkout.woocommerce-order-pay td,.woocommerce-checkout.woocommerce-order-pay th{text-align:left;padding:.75rem;border-bottom:1px solid #ddd}.woocommerce-checkout.woocommerce-order-pay .shop_table thead th{font-weight:700;font-size:1.1rem;color:#333}.woocommerce-checkout.woocommerce-order-pay .shop_table tbody tr{background-color:transparent}.woocommerce-checkout.woocommerce-order-pay .shop_table tbody tr:nth-child(even){background-color:#fff}.woocommerce-checkout.woocommerce-order-pay .shop_table .product-name ul{margin:.5rem 0 0;padding:0;list-style:none;font-size:.9rem;color:#666}.woocommerce-checkout.woocommerce-order-pay .shop_table tfoot th{font-weight:700}.woocommerce-checkout.woocommerce-order-pay .shop_table tfoot td{text-align:right;font-size:1rem;color:#333}.woocommerce-checkout.woocommerce-order-pay #wc-stripe-upe-form{background:#f8f8f8;padding:1.5rem;border:1px solid #ddd;border-radius:4px;margin-top:1rem}.woocommerce-checkout.woocommerce-order-pay .payment_box img{max-width:150px;margin-top:.5rem}.woocommerce-checkout.woocommerce-order-pay .woocommerce-terms-and-conditions-wrapper{margin-top:1.5rem;font-size:.9rem;color:#666}.woocommerce-checkout.woocommerce-order-pay .woocommerce-terms-and-conditions-wrapper a{color:#0073e6;text-decoration:underline}.woocommerce-checkout.woocommerce-order-pay .form-row input[type=checkbox]{margin-right:.5rem}.woocommerce-checkout.woocommerce-order-pay #terms{margin-right:.5rem}.woocommerce-checkout.woocommerce-order-pay button#place_order{background-color:#3ea380!important;transition:.22s!important;font-size:1.0625rem!important;line-height:1.245rem!important;font-weight:500!important;text-align:center!important;border-radius:.25rem!important;width:100%;min-height:3rem;border:none;color:#fff}.woocommerce-checkout.woocommerce-order-pay button#place_order:hover{background-color:#137840!important}.woocommerce-checkout.woocommerce-order-pay label{font-weight:400;font-size:.95rem;color:#333}.woocommerce-checkout.woocommerce-order-pay #order_review{max-width:600px;margin:auto;font-family:Arial,sans-serif;line-height:1.5}.flickity-button:focus{outline:0;box-shadow:0 0 0 4px #fc4e02}.s-breadcrumb .rank-math-breadcrumb{overflow-x:scroll}@media all and (min-width:768px){.s-breadcrumb .rank-math-breadcrumb{overflow-x:visible}}.s-breadcrumb .rank-math-breadcrumb p{display:flex;align-items:center;gap:.375rem}.s-breadcrumb .separator{font-size:0;display:inline-flex;width:1.5rem;min-width:.5rem;height:1.5rem;background:center left/1.09rem no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='18' height='14' viewBox='0 0 18 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.28033 0.21967C7.57322 0.512563 7.57322 0.987437 7.28033 1.28033L2.56066 6H16.75C17.1642 6 17.5 6.33579 17.5 6.75C17.5 7.16421 17.1642 7.5 16.75 7.5H2.56066L7.28033 12.2197C7.57322 12.5126 7.57322 12.9874 7.28033 13.2803C6.98744 13.5732 6.51256 13.5732 6.21967 13.2803L0.21967 7.28033C-0.0732233 6.98744 -0.0732233 6.51256 0.21967 6.21967L6.21967 0.21967C6.51256 -0.0732233 6.98744 -0.0732233 7.28033 0.21967Z' fill='%23B5B5BA'/%3E%3C/svg%3E%0A")}@media all and (min-width:768px){.s-breadcrumb .separator{min-width:1.5rem;background:center center/1.09rem no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='18' height='14' viewBox='0 0 18 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.28033 0.21967C7.57322 0.512563 7.57322 0.987437 7.28033 1.28033L2.56066 6H16.75C17.1642 6 17.5 6.33579 17.5 6.75C17.5 7.16421 17.1642 7.5 16.75 7.5H2.56066L7.28033 12.2197C7.57322 12.5126 7.57322 12.9874 7.28033 13.2803C6.98744 13.5732 6.51256 13.5732 6.21967 13.2803L0.21967 7.28033C-0.0732233 6.98744 -0.0732233 6.51256 0.21967 6.21967L6.21967 0.21967C6.51256 -0.0732233 6.98744 -0.0732233 7.28033 0.21967Z' fill='%23B5B5BA'/%3E%3C/svg%3E%0A")}}.s-breadcrumb a{font-weight:500;color:#68696e;font-size:.875rem;line-height:100%;text-align:right;vertical-align:middle;white-space:nowrap}.s-breadcrumb a:hover{color:#fc4e02;text-decoration:underline}.s-breadcrumb span{font-weight:500;color:#68696e;font-size:.875rem;line-height:100%;text-align:right;vertical-align:middle;white-space:nowrap}.s-breadcrumb .last{color:#fc4e02}.u-text-medium{font-weight:400;font-size:.875rem;line-height:1.875rem;text-align:justify;vertical-align:middle;text-transform:capitalize}.u-text-white{color:#fff}.u-text-primary{color:#fc4e02}.u-bg-light{background-color:#f6f6f9}.u-bg-secondary-lighter{background-color:#f3edff}.u-bg-secondary-10{background-color:#e2d5ff}.u-text-body-lighter{color:#5c697f}.u-bg-gr-primary{position:relative}.u-bg-gr-primary::before{content:"";position:absolute;background:linear-gradient(180deg,#f7f6fe 0,rgba(247,246,254,0) 100%);width:100%;height:38.4375rem;top:0;left:0;z-index:-1}.u-text-gray{color:#525357!important}.u-text-black{color:#212121!important}.u-text-light-gray{color:#b6b6b9!important}.u-align-center{align-items:center}@media all and (min-width:992px){.u-align-center-l{align-items:center}}@media all and (min-width:992px){.u-margin-b-20-l{margin-bottom:1.25rem}}.u-margin-b-20{margin-bottom:1.25rem}.u-margin-t-20{margin-top:1.25rem}.u-mt-0{margin-top:0}.u-w100{width:100%}.u-ltr{direction:ltr}@-webkit-keyframes notyf-fadeinup{0%{opacity:0;transform:translateY(25%)}to{opacity:1;transform:translateY(0)}}@keyframes notyf-fadeinup{0%{opacity:0;transform:translateY(25%)}to{opacity:1;transform:translateY(0)}}@-webkit-keyframes notyf-fadeinleft{0%{opacity:0;transform:translateX(25%)}to{opacity:1;transform:translateX(0)}}@keyframes notyf-fadeinleft{0%{opacity:0;transform:translateX(25%)}to{opacity:1;transform:translateX(0)}}@-webkit-keyframes notyf-fadeoutright{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(25%)}}@keyframes notyf-fadeoutright{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(25%)}}@-webkit-keyframes notyf-fadeoutdown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(25%)}}@keyframes notyf-fadeoutdown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(25%)}}@-webkit-keyframes ripple{0%{transform:scale(0) translateY(-45%) translateX(13%)}to{transform:scale(1) translateY(-45%) translateX(13%)}}@keyframes ripple{0%{transform:scale(0) translateY(-45%) translateX(13%)}to{transform:scale(1) translateY(-45%) translateX(13%)}}.notyf{position:fixed;top:0;left:0;height:100%;width:100%;color:#fff;z-index:9999;display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end;pointer-events:none;box-sizing:border-box;padding:20px}.notyf__icon--error,.notyf__icon--success{height:21px;width:21px;background:#fff;border-radius:50%;display:block;margin:0 auto;position:relative}.notyf__icon--error:after,.notyf__icon--error:before{content:"";background:currentColor;display:block;position:absolute;width:3px;border-radius:3px;left:9px;height:12px;top:5px}.notyf__icon--error:after{transform:rotate(-45deg)}.notyf__icon--error:before{transform:rotate(45deg)}.notyf__icon--success:after,.notyf__icon--success:before{content:"";background:currentColor;display:block;position:absolute;width:3px;border-radius:3px}.notyf__icon--success:after{height:6px;transform:rotate(-45deg);top:9px;left:6px}.notyf__icon--success:before{height:11px;transform:rotate(45deg);top:5px;left:10px}.notyf__toast{display:block;overflow:hidden;pointer-events:auto;-webkit-animation:notyf-fadeinup .3s ease-in forwards;animation:notyf-fadeinup .3s ease-in forwards;box-shadow:0 3px 7px 0 rgba(0,0,0,.25);position:relative;padding:0 15px;border-radius:2px;max-width:300px;transform:translateY(25%);box-sizing:border-box;flex-shrink:0}.notyf__toast--disappear{transform:translateY(0);-webkit-animation:notyf-fadeoutdown .3s forwards;animation:notyf-fadeoutdown .3s forwards;-webkit-animation-delay:.25s;animation-delay:.25s}.notyf__toast--disappear .notyf__icon,.notyf__toast--disappear .notyf__message{-webkit-animation:notyf-fadeoutdown .3s forwards;animation:notyf-fadeoutdown .3s forwards;opacity:1;transform:translateY(0)}.notyf__toast--disappear .notyf__dismiss{-webkit-animation:notyf-fadeoutright .3s forwards;animation:notyf-fadeoutright .3s forwards;opacity:1;transform:translateX(0)}.notyf__toast--disappear .notyf__message{-webkit-animation-delay:.05s;animation-delay:.05s}.notyf__toast--upper{margin-bottom:20px}.notyf__toast--lower{margin-top:20px}.notyf__toast--dismissible .notyf__wrapper{padding-right:30px}.notyf__ripple{height:400px;width:400px;position:absolute;transform-origin:bottom right;right:0;top:0;border-radius:50%;transform:scale(0) translateY(-51%) translateX(13%);z-index:5;-webkit-animation:ripple .4s ease-out forwards;animation:ripple .4s ease-out forwards}.notyf__wrapper{display:flex;align-items:center;padding-top:17px;padding-bottom:17px;padding-right:15px;border-radius:3px;position:relative;z-index:10}.notyf__icon{width:22px;text-align:center;font-size:1.3em;opacity:0;-webkit-animation:notyf-fadeinup .3s forwards;animation:notyf-fadeinup .3s forwards;-webkit-animation-delay:.3s;animation-delay:.3s;margin-right:13px}.notyf__dismiss{position:absolute;top:0;right:0;height:100%;width:26px;margin-right:-15px;-webkit-animation:notyf-fadeinleft .3s forwards;animation:notyf-fadeinleft .3s forwards;-webkit-animation-delay:.35s;animation-delay:.35s;opacity:0}.notyf__dismiss-btn{background-color:rgba(0,0,0,.25);border:none;cursor:pointer;transition:opacity .2s ease,background-color .2s ease;outline:0;opacity:.35;height:100%;width:100%}.notyf__dismiss-btn:after,.notyf__dismiss-btn:before{content:"";background:#fff;height:12px;width:2px;border-radius:3px;position:absolute;left:calc(50% - 1px);top:calc(50% - 5px)}.notyf__dismiss-btn:after{transform:rotate(-45deg)}.notyf__dismiss-btn:before{transform:rotate(45deg)}.notyf__dismiss-btn:hover{opacity:.7;background-color:rgba(0,0,0,.15)}.notyf__dismiss-btn:active{opacity:.8}.notyf__message{vertical-align:middle;position:relative;opacity:0;-webkit-animation:notyf-fadeinup .3s forwards;animation:notyf-fadeinup .3s forwards;-webkit-animation-delay:.25s;animation-delay:.25s;line-height:1.5em}@media only screen and (max-width:480px){.notyf{padding:0}.notyf__ripple{height:600px;width:600px;-webkit-animation-duration:.5s;animation-duration:.5s}.notyf__toast{max-width:none;border-radius:0;box-shadow:0 -2px 7px 0 rgba(0,0,0,.13);width:100%}.notyf__dismiss{width:56px}}