@charset "UTF-8";:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px rgba(0,0,0,.1);--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}.Toastify__toast{--toastify-toast-width:100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.categories>[id^=mui-tree-view-]{border-radius:6px;display:flex;gap:15px;padding:0 2rem!important;padding-top:1rem;padding-bottom:1rem;position:absolute;justify-content:center;top:15px!important;background:#fff!important;height:max-content!important;z-index:998!important}.categories>[id^=mui-tree-view-]:hover{box-shadow:0 6px 8px rgba(0,0,0,.12)!important}@import "https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic";@import "https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700";:root{--default-color:#fec85c;--header-text-color:#070707;--header-font-size:13px;--header-height:51px}button{background:transparent;outline:none;border:none}a{color:#000}a:focus{outline:none;box-shadow:none}a:visited{color:inherit}*{margin:0;padding:0;border:none;outline:none;text-decoration:none;box-sizing:border-box;transition:background .45s ease-in;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.banner{display:flex;align-items:center;justify-content:center;gap:15px;background:var(--default-color);height:var(--header-height)}.banner_text{color:var(--header-text-color);font-size:var(--header-font-size)}.slider-container{padding-top:10px;background:var(--default-color);height:var(--header-height);background:#f4b342;max-width:100%;margin:0 auto}.slide-item{text-align:center;width:100%}.header{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;position:-webkit-sticky;position:sticky;top:0;z-index:999;background:#fff}@media (max-width:750px){.borderActive{border-bottom:2px solid #ddd!important}}@media (min-width:750px){.header{border-bottom:2px solid #ddd}}.header_container{height:80px;max-width:1100px;width:100%;display:flex;align-items:center;justify-content:space-between;gap:5px;padding:1rem 1.8rem 1rem 1rem}.headerAbout{background-color:#ebba0c}.headerAbout .header_container{height:80px;max-width:1100px;width:100%;display:flex;align-items:center;justify-content:flex-start;padding:0}.header .logo_container{height:45px;width:135px;cursor:pointer}.header .logo_container img{height:100%;width:100%;object-fit:cover}.header .search_container{border:2px solid #ddd;height:44px;width:415px;display:flex;align-items:center;justify-content:space-between;border-radius:6px;padding:10px}.header .search_container input{border:none;padding:8px;font-size:16px;color:#4b4a48;flex:1 1}.header .options .nav-item.header-cart,.header .options .nav-item.location,.header .options .nav-item.signIn,.header .search_container i{height:24px;position:relative}.header .search_container>i{height:100%;width:50px}.header .search_container i img{height:100%;width:100%;object-fit:contain}.header .options .nav-item.header-cart:hover{color:#b66506}.header .options .nav-item.header-cart{color:#111}.header .options .nav-item.header-cart>i{position:relative;padding-right:2px}.header .nav-item i img{width:24px;height:24px}.hamburguer i img{width:20px;height:20px}.header .options .nav-item.header-cart>i>span{position:absolute;top:-5px;right:-7px;font-weight:600;border-radius:50%;font-size:10px;background:#d2593b;color:#fff;padding:0 5px 2px}.header .options{display:flex;align-items:center;gap:12px}.header .options .nav-item{display:flex;align-items:center;gap:5px;cursor:pointer}.header .options .nav-item:hover{color:#b66506}.header .options .nav-item.location{margin-right:10px}.header .options .nav-item.location:hover{color:#b66506}.header .options .signIn i{height:19px;width:19px}.header .options .signIn i img{height:100%;width:100%}@media (max-width:960px){.header .options .nav-item>p,.header .options .nav-item>span{display:none}}@media (max-width:750px){.header .logo_container{width:135px;height:45px}.header .logo_container img{width:100%;height:100%;object-fit:cover}.header_container .search_container{display:none}}@media (min-width:750px){.header .menu-item{display:none!important}.searchInput__mobile .search_container{display:none}}@media (max-width:750px){.searchInput__mobile{padding:0 2rem 1rem;width:100%}.header .search_container{width:100%}}.mini.categories.border{border-bottom:2px solid #ddd}.mini.categories .category-item{background:#fff!important;flex-shrink:inherit!important}.mini.categories .wrapper .subcategories{flex-wrap:wrap;gap:0!important}.mini.categories .categories_container .category-item>a{color:#958e83}.mini.categories .categories_container{padding:1rem}.categories,.categories_container{display:flex;align-items:center;justify-content:center;width:100%}.categories_container{max-width:1100px;padding-top:20px;padding-bottom:20px}.categories .wrapper{flex-direction:column}.categories .wrapper,.categories .wrapper_list{display:flex;gap:10px}.categories .wrapper .category-item{font-size:14px;color:#958e83;flex-shrink:0}.categories .wrapper .category-item a:hover{color:#b66506}.categories .wrapper .category-item a{cursor:pointer}.categories .wrapper .category-item.title{color:#000;font-weight:500}.categories .wrapper .subcategories{display:flex;align-items:center;gap:10px}@media (max-width:750px){.categories{display:none}}.framer{position:relative;width:100%;display:flex;align-items:center;justify-content:center}.framer_container{max-width:1100px;border-radius:24px;width:100%;display:flex;flex-direction:column;justify-content:space-between}.framer_container .wrapper{width:100%;display:flex;position:relative;background:#ebad1e;border-radius:25px}.framer_container .content{max-width:526px;width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:8px;margin:6rem auto;padding:2rem}.framer_container .content .reviews_container{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:10px}.star_container{display:flex;align-items:center}.star_container i{background:#b66506}.framer .star_container i{background:transparent;padding:1px}.framer .star_container i .css-ptiqhd-MuiSvgIcon-root{width:.8em;height:.9em;margin-top:3px}.star_container i img{height:100%;width:100%}.framer_container .content .reviews_container p{color:#111;font-size:16px}.framer_container .content h2{color:#111;font-weight:700;font-size:32px;line-height:1.2}.framer_container .content>h4{color:#111;font-size:18px;font-weight:600}.framer_container .content .btn_container{margin-top:1.5rem;display:flex;align-items:center;gap:5px}.framer_container .content i img{width:12px;height:12px}.framer_container .content .btn_container button{border-radius:24px;gap:10px;height:45px;padding:10px 24px;cursor:pointer;color:#fff;background:#111}.framer_container .content .btn_container button,.framer_container .content .btn_container button i{display:flex;align-items:center;justify-content:center}.framer_container .content .btn_container button:hover{color:#111;background:#ececec}.framer_container .content .btn_container button:hover i.white{display:none}.framer_container .content .btn_container button:hover i.black{display:flex}.framer_container .content .btn_container button i.black{display:none}.framer_container .content .btn_container button.simple i img{width:16px;height:14px}.framer_container .content .btn_container button.simple{background:transparent;color:#111;font-weight:500;cursor:pointer}.framer_container .content .btn_container button i img{margin-top:6px}.framer_container .picture{background:#ebad1e}.framer_container .picture,.framer_container .picture img{border-top-left-radius:48px;border-top-right-radius:24px;border-bottom-right-radius:24px;width:100%}.framer_container .picture img{height:100%;object-fit:cover}@media (max-width:1100px){.framer .wrapper{flex-direction:column}}@media (max-width:650px){.framer .picture{position:relative;display:flex;align-items:center;justify-content:center}.framer .picture img{position:relative;object-fit:cover}.framer .content h2{font-size:22px}.framer .content h4{font-size:16px}.framer_container .content .btn_container button{padding:10px 18px}}@media (max-width:450px){.framer .content{padding:2rem 1rem;margin:0}.framer .picture img{position:relative;object-fit:cover;height:420px}}.products{display:flex;align-items:center;justify-content:center;width:100%;padding:1rem}.products_container{background:#fff;max-width:1100px;width:100%;display:flex;flex-direction:column;justify-content:space-between}.products_container_top{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}.products_container_top i{width:19px;height:19px;display:flex;align-items:center;justify-content:center}.products_container_top i img{width:100%;height:100%}.more_categories:hover{opacity:.8;text-decoration:underline}.more_categories{display:flex;align-items:center;justify-content:center;gap:5px;color:#bd7b2d;font-weight:600;cursor:pointer;background:#fff;border-radius:6px;padding:10px}.more_categories i img{margin-top:6px}.products_container h4{color:#191c1f;font-weight:700;font-size:24px}.products .wrapper{padding:1rem 0}.products .wrapper,.products .wrapper_list{display:flex;flex-direction:column;gap:10px}.mini.categories .category-item,.products .category-item{font-size:14px;background:transparent;color:#958e83;padding:10px;cursor:pointer;text-align:center}.category-item .product_name{cursor:pointer;color:#191c1f;font-weight:400;font-size:14px;text-align:left;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:20px}.products .wrapper .title{color:#606060;font-weight:500}.products .star_container i{background:transparent;padding:1px;height:12px}.products .star_container i .css-ptiqhd-MuiSvgIcon-root{width:.9em;height:.9em}.products .wrapper .subcategories{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:10px;gap:10px;padding-left:10px;padding-right:10px}.products .wrapper .subcategories .category_picture{height:160px;width:100%}.products .wrapper .subcategories .category_picture img{width:100%;height:100%;object-fit:contain}.products .wrap_item .category-item .category_picture img{width:100%;height:100%;object-fit:contain}.category-item p{font-size:18px;color:#d2593b;font-weight:600;display:flex;gap:5px}.category-item span{font-weight:500;text-align:left}.category-item .btn:hover{background:#323232}.category-item .btn{color:#fff;width:100%;background:#060400;display:flex;align-items:center;justify-content:center;gap:10px;font-weight:600;border-radius:12px;padding:10px}@media (max-width:750px){.products .wrap_item{gap:10px}}@media (max-width:520px){.products_container h4{font-size:16px;max-width:200px;width:100%}.products .wrap_item{grid-gap:10px;gap:10px;display:grid;grid-template-columns:repeat(5,1fr);overflow-x:auto}}@media (min-width:750px){.products .wrap_item{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:10px;gap:10px}}.whyUs{display:flex;align-items:center;justify-content:center;width:100%;padding:1rem}.whyUs_container{max-width:1100px;width:100%;display:flex;flex-direction:column;justify-content:space-between}.whyUs_container h4{color:#191c1f;font-weight:700;font-size:24px;max-width:654px;width:100%}.whyUs .wrapper{margin-top:2rem;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}.whyUs .wrapper .box{display:flex;flex-direction:column;gap:7px;background:#ececec;border-radius:8px;padding:1rem}.whyUs .wrapper .box i{display:block;width:30px;height:30px}.whyUs .wrapper .box i img{width:100%;height:100%;object-fit:contain}.whyUs .wrapper .box p{font-size:19px;font-weight:500;color:#0c0b08}.whyUs .wrapper .box span{font-size:16px;font-weight:400;color:#0c0b08}@media (max-width:650px){.whyUs .wrapper{grid-template-columns:repeat(2,1fr)}.whyUs .wrapper .box i{margin:auto}.whyUs .wrapper .box{display:flex;flex-direction:column;gap:7px;justify-content:center;align-items:center}}@media (max-width:450px){.whyUs .wrapper{grid-template-columns:1fr}}.brandNew{background:#f4f4f4;display:flex;align-items:center;justify-content:center;width:100%;padding:1rem}.brandNew_container{max-width:1100px;width:100%;display:flex;flex-direction:column;justify-content:space-between}.brandNew .wrapper{display:flex;align-items:center;gap:20px}.brandNew .wrapper .box{display:flex;align-items:center;gap:10px;padding:1rem;border-radius:8px}.brandNew .wrapper .box:last-of-type{background:#fff}.brandNew .wrapper .box .content{display:flex;flex-direction:column;align-items:flex-start;gap:10px;max-width:280px;width:100%}.brandNew .wrapper .box .content .badge{display:flex;align-items:center;justify-content:center;background:#c7370f}.brandNew .wrapper .box .content .badge p{font-size:11px;font-weight:600;padding:5px 8px;color:#fff}.brandNew .wrapper .box:last-of-type .content .badge{background:#efd33d}.brandNew .wrapper .box:last-of-type .content .badge p{color:#000}.brandNew .wrapper .box .content h2{font-size:22px;color:#191c1f;font-weight:600}.brandNew .wrapper .box .content>p{font-size:16px;color:#475156}.brandNew .wrapper .box:last-of-type .content>p{color:#adb7bc}.brandNew .wrapper .box .content>button{display:flex;align-items:center;justify-content:center;border-radius:3px;gap:10px;height:48px;padding:4px 24px;cursor:pointer;background:#000;color:#fff;margin-top:10px}.brandNew .wrapper .box .content button:hover{opacity:.8}.brandNew .wrapper .box .content button i img{margin-top:6px}.brandNew .wrapper .box:last-of-type .content>button{color:#000;background:transparent}@media (max-width:970px){.brandNew .wrapper{display:flex;flex-direction:column}}@media (max-width:650px){.brandNew .wrapper .box{display:flex;flex-direction:column-reverse}}@media (max-width:450px){.brandNew .wrapper .box .content>button{width:100%}}.reviews{background:#f1d2c9;padding:1rem}.reviews,.reviews .reviews_container{display:flex;align-items:center;justify-content:center;width:100%}.reviews .reviews_container{max-width:1100px;flex-direction:column}.reviews .content{display:flex;flex-direction:column;align-items:center;gap:10px;padding:10px;max-width:690px;width:100%}.reviews .content span{text-align:center;font-size:32px;font-weight:700;color:#b66506}.reviews .content h4{text-align:center;font-size:32px;color:#070707}@media (max-width:750px){.reviews .content h4{font-size:22px}}.subcategories.cheapest{display:flex!important;overflow-x:auto;overflow-y:hidden}.subcategories.cheapest .category-item{display:flex;flex-direction:column;gap:10px}.subcategories.cheapest .category-item .content{display:flex;flex-direction:column;flex:1 1;align-items:baseline;margin-bottom:20px}.subcategories.cheapest .category-item .star_container i{background:transparent}.subcategories.cheapest .category-item p{color:#d2593b;font-weight:600}.category_picture{width:205px!important}.wrapper_list.bestselled{display:flex;flex-direction:row;overflow-x:auto;overflow-y:hidden}.bestselled_product{width:290px;border-radius:4px;background:#fff;padding:1rem;flex-shrink:0;display:flex;flex-direction:column;gap:10px;cursor:pointer;position:relative;margin:5px 0}.bestselled_product .category_picture{height:160px}@media (max-width:450px){.bestselled_product .category_picture{height:220px!important}}.category_picture{width:100%;margin:0 auto}.bestselled_product .category_picture img{width:100%;height:100%;object-fit:contain}.bestselled_product.category-item .content>span{color:#958e83}.bestselled_product.category-item .content>P>span{font-size:12px;font-weight:600;text-align:center}.bestselled_product.category-item .content>P>span.promo{color:#929fa5;font-size:13px;text-decoration:line-through}.addCartBtn{width:100%;display:flex;flex-direction:row;justify-content:flex-end}.addCartBtn i{width:24px;height:24px}.addCartBtn i img{width:100%;height:100%}.subcategories.bestselled{display:grid!important;grid-template-rows:repeat(2,1fr)}.bestselled .content{display:flex;flex-direction:column;flex:1 1;align-items:center;margin-bottom:20px}.bestselled .category-item .star_container i,.category-item{background:transparent}.bs .category_picture{width:205px!important}.footer{position:relative;width:100%;display:flex;align-items:center;justify-content:center;padding:1rem;background:#f7f5f3}.footer .footer_container{max-width:1100px;width:100%}.footer .footer_container,.footer .wrapper{display:flex;flex-direction:column;justify-content:space-between}.footer .wrapper{align-items:center;gap:20px;padding-bottom:1.5rem;margin-bottom:3rem;border-bottom:2px solid #aeaeae}.footer .wrapper_left,.footer .wrapper_right{display:flex;flex-direction:column;align-items:center;gap:20px}.footer .col{display:flex;flex-direction:column;text-align:center;gap:30px}.footer .col>h4{font-size:16px;font-weight:600;color:#60605d}.footer .footer_icon{height:55px;width:165px}.footer .footer_icon img{height:100%;width:100%;object-fit:cover;margin-top:-2px}.footer .content{display:flex;flex-direction:column;gap:5px}.footer .content a{color:grey;text-decoration:underline;font-size:14px}.footer .content a:hover{color:#ac7800}.footer .payment_methods{display:flex;gap:30px}.footer .payment_icon img{height:22px}.footer .wrapper_right .row-1{display:flex;gap:50px;flex-wrap:wrap}.footer .wrapper_list{display:flex;flex-direction:column;margin-bottom:10px}.footer .title{font-size:16px;font-weight:600;color:#60605d;margin-bottom:15px}.footer .title.social_networks{margin-bottom:5px}.footer .subcategories{display:flex;flex-direction:column;gap:10px;list-style:none}.footer .subcategories.social_networks{flex-direction:row}.footer .subcategories.location .category-item img{display:none}.footer .category-item a{color:#60605d;font-size:16px;font-weight:400}.footer .category-item{display:flex;align-items:center;gap:5px}.footer .category-item img{width:28px;height:28px}.footer .category-item a:hover{color:#191c1f}.footer .row-2{display:flex;justify-content:flex-start;align-items:center}.footer .contact_info{display:flex;flex-direction:column;gap:5px}.footer .contact_info p{color:#2e2e2b;font-size:14px}.footer .contact_info span{color:#2e2e2b;font-size:16px;font-weight:600}@media (max-width:768px){.footer .row-2,.footer .wrapper{flex-direction:column}.footer .row-2{align-items:flex-start}.footer .wrapper_right .row-1{display:flex;gap:20px;flex-wrap:wrap}}::-webkit-scrollbar{width:0;height:0}::-webkit-scrollbar-thumb,::-webkit-scrollbar-track{background:transparent;border:0 solid transparent}::-webkit-scrollbar-thumb{border-radius:24px;width:0}.emptyCart{position:relative;padding:1rem}.emptyCart,.emptyCart_container{width:100%;display:flex;align-items:center;justify-content:center}.emptyCart_container{max-width:1100px}.emptyCart .content{display:flex;flex-direction:column;justify-content:center;gap:10px;align-items:center}.emptyCart .content h2{font-weight:600;font-size:32px;color:#191c1f;display:flex;align-items:center;gap:10px}.emptyCart .content h2 i{display:flex;justify-content:center;align-items:center;height:30px;width:30px}.emptyCart .content i img{height:100%;width:100%}.emptyCart .content>span{font-size:18px;font-weight:400;color:#958e83}.emptyCart .content>button{background:#000;border-radius:24px;font-size:16px;font-weight:400;height:45px;padding:8px 28px;color:#fff;display:flex;align-items:center;gap:10px;cursor:pointer;margin-top:20px}.emptyCart .content>button:hover{opacity:.8}.emptyCart .content>button i{display:flex;align-items:center;justify-content:center;height:15px;width:15px}@media (max-width:750px){.emptyCart .content h2{font-size:18px}.emptyCart .content>span{font-size:16px}}.cart{position:relative;align-items:center;justify-content:center;padding:1rem}.cart,.cart_container{width:100%;display:flex}.cart_container{max-width:1100px;flex-direction:column;gap:10px;justify-content:flex-start}.cart h2{font-weight:600;font-size:32px;color:#191c1f;gap:10px}.cart h2,.cart h2 i{display:flex;align-items:center}.cart h2 i{justify-content:center;height:30px;width:30px}.cart i img{height:100%;width:100%}.cart .container_top>span{font-size:16px;color:#5f6c72}.cart .container_top{gap:10px}.cart .container_top,.cart .price{display:flex;flex-direction:column}.cart .price{border-top:1px solid #ccc;align-items:flex-end;padding:10px 0}.cart .price ul{display:flex;flex-direction:row;justify-content:space-between;width:250px}.cart .price ul li{font-weight:500;font-size:14px;opacity:.8;list-style:none}.cart .price .cartButtons{margin-top:25px;display:flex;align-items:center;gap:10px;width:100%}.cart .price .priceTitle{color:#5f6c72;font-size:14px}.submitButton:hover{opacity:.8}.submitButton{padding:6px 12px;border-radius:4px;background:#000;border:1px solid var(--primary);color:#fff;cursor:pointer;font-size:14px;text-transform:uppercase;display:flex;align-items:center;justify-content:center;gap:10px;width:100%;height:46px}.submitButton.outlined{color:#a3651b;border:2px solid #a3651b;border-radius:8px;background:#fff}.submitButton i{width:22px;height:22px}.submitButton i img{width:100%;height:100%}.cart .btn.outlinedBtn{border:1px solid #909090;opacity:.8;color:#000;background:#fff}.cart .row{display:flex;gap:10px;margin-top:40px;justify-content:space-between}.cart .row .wrapper{display:flex;flex-direction:column;gap:20px}.cart .row .wrapper .cart-item{display:flex;justify-content:flex-start;gap:30px;width:800px;background:#f4f4f4;padding:1rem}.cart .row .wrapper .cart-item .cart-item-picture{border:1px solid #e4e7e9;border-radius:2px;display:flex;align-items:center;justify-content:center;width:145px;height:140px}.cart .row .wrapper .cart-item .cart-item-picture img{width:100%;height:100%}.cart .row .wrapper .cart-item .cart-item-content{display:flex;flex-direction:column;justify-content:flex-start;gap:20px;max-width:501px;width:100%}.cart .row .wrapper .cart-item .cart-item-content h3{font-size:20px;font-weight:600;color:#191c1f}.cart .row .wrapper .cart-item .cart-item-content .wrap{max-width:360px;width:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;gap:10px;display:none}.cart .row .wrapper .cart-item .cart-item-content .wrap p,.cart .row .wrapper .cart-item .cart-item-content .wrapPrice p{display:flex;align-items:center;color:#5f6c72;font-size:14px;gap:10px}.cart .row .wrapper .cart-item .cart-item-content p.wrapItemRight{justify-content:end}.cart .row .wrapper .cart-item .cart-item-content .wrapPrice .priceContainer{max-width:360px;width:100%;display:flex;justify-content:space-between;gap:10px}.cart .row .wrapper .cart-item .cart-item-content .wrapPrice .priceItem{color:#d2593b;font-weight:500;font-size:20px}.cart .row .wrapper .cart-item .cart-item-content .wrap .priceContainer{width:100%}.cart .row .wrapper .cart-item .cart-item-btn{display:flex;gap:25px}.cart .row .wrapper .change_quantity{width:103px}.set_qtd{border:2px solid #e4e7e9;border-radius:8px;background:#fff;height:48px;width:100%;justify-content:space-between;padding:20px}.set_qtd,.set_qtd button{display:flex;align-items:center;cursor:pointer}.set_qtd button{height:16px;width:16px;justify-content:center}.set_qtd button img{height:100%;width:100%}.set_qtd span{font-size:15px}.cart .row .wrapper .cart-item .cart-item-btn .remove_item:hover{opacity:.8}.cart .row .wrapper .cart-item .cart-item-btn .remove_item{font-size:14px;font-weight:700;color:#a3651b;text-transform:uppercase;cursor:pointer}@media (max-width:1080px){.cart .row{display:flex;flex-direction:column;gap:10px;margin-top:0}}@media (max-width:750px){.cart .row .wrapper .cart-item{display:flex;flex-direction:column;justify-content:flex-start;gap:30px}.cart .row .wrapper .cart-item .cart-item-picture{width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content}.cart .row .wrapper .cart-item .cart-item-content .wrap{max-width:100%;width:100%;justify-content:space-between;display:grid;grid-template-columns:1fr;display:none}.cart .row .wrapper .cart-item .cart-item-content .wrap>p{justify-content:space-between}.cart .row .wrapper .cart-item .cart-item-content p.wrapItemRight{justify-content:inherit}.cart .row .wrapper .cart-item .cart-item-content .wrapPrice .priceContainer{max-width:none;width:100%;display:flex;justify-content:space-between;gap:10px}.cart .row .wrapper .cart-item .cart-item-content h3{font-size:18px}.cart .row .wrapper .cart-item .cart-item-btn{display:flex;gap:20px;flex-direction:column}.cart .row .wrapper .change_quantity{width:100%}.cart .row .wrapper .cart-item{width:inherit}.cart .row .wrapper .cart-item .cart-item-picture{width:100%}}.productDetail{display:flex;align-items:center;justify-content:center;width:100%;padding:1rem}.productDetail__container{max-width:1100px;width:100%;display:flex;flex-direction:column;gap:10px;align-items:flex-start}.productDetail .row-2{display:flex;flex-direction:column;align-items:flex-end;gap:20px}.productDetail .wrapper-2{display:grid;grid-template-columns:60% 40%;width:100%;grid-gap:20px;gap:20px;margin:2rem 0}.productDetail .row .wrapper{display:flex;flex-direction:column;gap:10px;width:100%}.productDetail .row .wrapper .star_container .productDetail .row .wrapper h3{color:#191c1f;font-size:18px;font-weight:600}.productDetail .item-picture{border:1px solid #e4e7e9}.productDetail .item-picture img{width:100%;height:100%;object-fit:contain}@media (max-width:550px){.productDetail .item-picture img{transform:scale(1)}}.productDetail .row .wrapper .wrap{max-width:100%;width:100%}.productDetail .row .wrapper .product_price{color:#d2593b;font-weight:600;font-size:24px}.productDetail .row .change_quantity{display:grid;grid-template-columns:25% 45% 30%;grid-gap:10px;gap:10px;border-top:1px solid #ccc;padding-top:25px}.productDetail .row .wrapper .wrap{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;gap:10px}.productDetail .row .wrapper .wrap p{display:flex;align-items:center;color:#5f6c72;font-size:14px;gap:10px}.productDetail .star_container i{background:transparent;height:20px}.productDetail .star_container i img{width:100%;height:100%}.productDetail .star_container .rating{color:#191c1f;font-size:14px;font-weight:600}.productDetail .star_container .totalFeedback{color:#5f6c72;font-size:14px}.productDetail .info{display:flex;flex-direction:column;align-items:center;gap:25px}.productDetail .info h2{font-size:32px;color:#191c1f;font-weight:600}.productDetail .info .payment_methods{display:flex;align-items:center;gap:25px}.productDetail .info .payment_methods i img{width:100%;height:100%}.productDetail .info .payment_methods .express{width:27px;height:27px}.productDetail .info .payment_methods .fasmapay{width:120px;height:24px}.productDetail .info .payment_methods .cash{width:50px;height:18px}@media (max-width:1190px){.productDetail .row{display:flex;flex-direction:column;gap:10px;width:100%}}.productDetail .item-picture{border-radius:2px;display:flex;align-items:center;justify-content:center;width:100%;height:300px}@media (min-width:750px){.productDetail .row{padding:3rem 2rem;display:grid;grid-template-columns:40% 60%;grid-gap:40px;gap:40px;width:100%}}@media (max-width:750px){.productDetail .row .change_quantity,.productDetail .wrapper-2{display:grid;grid-template-columns:none}.productDetail .row-2{display:flex;flex-direction:column;align-items:flex-start;gap:20px}}@media (max-width:450px){.productDetail .row .change_quantity{display:grid;grid-template-columns:none}.productDetail .info{margin-top:20px}}.product-description{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:40px}.technicalInfo>h4{margin-bottom:20px;font-size:18px;font-weight:600;color:#191c1f}.technicalInfo>p{font-size:16px;color:#5f6c72}.featureInfo>h4{font-weight:500;font-size:18px;color:#191c1f}.featureInfo>p{margin-top:8px;max-width:270px;width:100%;font-size:16px;color:#191c1f;display:flex;align-items:center;gap:10px}.featureInfo>p>i{height:24px;width:24px;display:flex;align-items:center;justify-content:center}.featureInfo>i img{height:100%;width:100%}.shippingInfo>p{margin-top:8px;max-width:270px;width:100%;font-size:16px;color:#5f6c72}.shippingInfo>h4{font-size:18px;font-weight:500;color:#191c1f}.shippingInfo>p>span{font-size:16px;font-weight:400;color:#191c1f;margin-right:5px}.reviewsInfo>h4{font-weight:600;font-size:32px;color:#191c1f}.reviewsInfo>p{margin-top:20px;font-size:16px;color:#222;display:flex;align-items:center;gap:10px}.reviewsInfo>p>span{background:#eaeaea;border-radius:12px;padding:4px 12px;font-size:13px}.productsPage{justify-content:center}.productsPage,.productsPage__container{display:flex;align-items:center;width:100%}.productsPage__container{padding:1rem;max-width:1100px;flex-direction:column;gap:10px}.noBorder .productsPage__container{padding:1rem 0}.productsPage .productsPage__top{width:100%;display:flex;gap:10px;align-items:center;justify-content:space-between;margin-bottom:20px}.productsPage .productsPage__top h5{font-size:16px;font-weight:500;color:#191c1f}.productsPage .productsPage__top h5:last-of-type{color:#958e83}.productsPage .row{width:100%;display:flex;gap:10px;align-items:flex-start;padding:1rem 0}@media (max-width:750px){.productsPage .productsPage__top h5{font-size:14px}.productsPage .productsPage__btnContainer{display:grid;grid-template-columns:auto auto;align-items:center;grid-gap:10px;gap:10px;width:100%}.productsPage .productsPage__top .productsPage__btnContainer button:hover{opacity:.85}.productsPage .productsPage__top .productsPage__btnContainer button{border-radius:3px;border:1px solid #ddd;color:#4b4a48;font-size:14px;padding:1rem;cursor:pointer}.productsPage .menu-overlay{color:111;overflow-y:auto;position:fixed;width:100%;height:100vh;z-index:999;top:0;left:0;background:rgba(0,0,0,.3);display:none}.productsPage .menu-overlay.activeFilter{display:flex}.mobileFilter{width:85%;opacity:1;overflow-y:auto;position:relative;background:#fff;border:1px solid #e4e7e9;transition:all .25s ease-in-out;display:flex;flex-direction:column;box-shadow:0 4px 4px rgba(0,0,0,.12);padding:1rem;margin-bottom:7rem}}@media (min-width:850px){.productsPage .productsPage__btnContainer{display:none}}.filterComponent{max-width:396px;width:100%;position:-webkit-sticky;position:sticky;top:100px}.productsList{display:flex;width:100%;flex-direction:column;align-items:center}.productsList .wrapper{width:100%;display:grid;grid-template-columns:repeat(3,1fr);grid-column-gap:8px;column-gap:8px}@media (max-width:1160px){.productsList .wrapper{width:max-content}.filterComponent{display:none}}@media (max-width:960px){.productsList .wrapper{grid-template-columns:repeat(2,1fr)}}@media (max-width:670px){.filterComponent{display:flex;top:0}.productsList .wrapper{grid-template-columns:repeat(3,1fr);column-gap:6px;row-gap:8px;width:100%;gap:8px}.productsList .wrapper .bestselled_product{border-radius:4px;width:100%;gap:6px;padding:8px;min-height:auto}.productsList .wrapper .bestselled_product .category_picture{height:80px}.productsList .wrapper .bestselled_product .content{margin-bottom:10px}.productsList .wrapper .bestselled_product .content .product_name{font-size:11px;line-height:1;-webkit-line-clamp:2;max-height:26px}.productsList .wrapper .bestselled_product .content p{font-size:12px}.productsList .wrapper .bestselled_product .content p .promo{font-size:10px}.productsList .wrapper .bestselled_product .star_container{gap:1px;margin:2px 0}.productsList .wrapper .bestselled_product .star_container i{font-size:10px}.productsList .wrapper .bestselled_product .btn{font-size:10px;padding:4px 6px}.productsList{width:100%}}@media (min-width:1160px){.productsList .bestselled_product{width:270px}}.filterCategories>h4,.filterComponent>h4{font-size:16px;font-weight:500;color:#191c1f;margin-bottom:20px}.filterComponent .wrapper{display:flex;flex-direction:column;gap:10px}.popularTags{visibility:hidden}.popularTags>h4{font-size:16px;font-weight:500;color:#191c1f;margin-bottom:20px}.popularTags .wrapper{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start;gap:10px}.popularTags .wrapper p:hover{opacity:.8;color:#d2593b}.popularTags .wrapper p{height:32px;border:1px solid #e4e7e9;border-radius:2px;font-size:14px;color:#475156;display:flex;align-items:center;justify-content:center;padding:8px;cursor:pointer}.popularTags .wrapper p.active{color:#d2593b;background:#bd7b2d}.filterPrice{margin-top:10px}.filterPrice>h4{font-size:16px;font-weight:500;color:#191c1f;margin-bottom:10px}.filterPrice .wrapper,.filterPrice .wrapper .max_min_container{display:flex;flex-direction:column;gap:10px}.filterPrice .wrapper .max_min_container input{height:40px;width:100%;border:1px solid #e4e7e9;border-radius:3px;color:#77878f;font-size:14px;padding:10px}.filterPrice .wrapper .radioBtn{width:20px;height:20px;cursor:pointer;border-radius:50%;border:2px solid #c9cfd2}.filterPrice .wrapper .radioBtn.active{border:2px solid #fa8232}.filterPrice .wrapper .options{display:flex;flex-direction:column;align-items:flex-start;gap:10px;margin-top:20px}.filterPrice .wrapper .line_radio{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:400;color:#958e83}.line_radio input{display:none}.filterPrice .radio-desc{font-size:16px;color:#475156}.checkoutPage{justify-content:center;padding:2rem 1rem}.checkoutPage,.checkoutPage__container{display:flex;align-items:center;width:100%}.checkoutPage__container{max-width:1100px;flex-direction:column;gap:10px}.checkoutPage .form__container{border:1px solid #e4e7e9;margin-top:20px;border-radius:4px;max-width:422px;width:100%;padding:1rem;box-shadow:0 4px 4px rgba(0,0,0,.12)}.checkoutPage .form__container .content{text-align:center;padding:1rem;margin:0 auto}.checkoutPage .form__container .content>h4{font-size:18px;font-weight:600}.checkoutPage .form__container .content>p{margin-top:5px;font-size:16px;color:grey;padding:0 20px}.checkoutPage .checkout_input{margin-bottom:10px}.checkoutPage .btn-group .btn:hover{opacity:.85}.checkoutPage .btn-group .btn{font-size:15px;width:100%;background:#111;color:#fff;border-radius:4px;padding:9px 18px;text-transform:uppercase;cursor:pointer}.checkout_payment>h4{font-size:16px;font-weight:500;color:#191c1f;margin-bottom:10px}.checkout_payment .wrapper{display:flex;flex-direction:column;gap:10px}.checkout_payment .wrapper .radioBtn{width:27px;height:27px;cursor:pointer;border-radius:50%;border:2px solid #c9cfd2}.checkout_payment .wrapper .radioBtn.active{border:9px solid #958e83}.checkout_payment .wrapper .options{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.checkout_payment .wrapper .line_radio{display:flex;justify-content:space-between;align-items:center;gap:10px;font-size:14px;color:#475156;width:100%;border-bottom:1px solid #e4e7e9;padding:10px 0}.checkout_payment .radio-desc{font-size:14px;color:#475156}.checkout_payment .options .payment-icon{border:2px solid #e1e1e1}.checkout_payment .options .payment-icon img{width:100%;height:100%}.payment-icon.fasmapay{width:83px;max-height:35px;padding:8px}.payment-icon.multicaixa{padding:5px;width:54px;height:54px}.payment-icon.CASH{width:50px;height:32px;border:none}.payment-icon.TPA{height:50px;width:40px;border:none}.payment-icon.TPA img{object-fit:contain!important}.successfulOrder{position:relative;padding:1rem}.successfulOrder,.successfulOrder__container{width:100%;display:flex;align-items:center;justify-content:center}.successfulOrder__container{max-width:1100px;padding:2rem 0}.successfulOrder .content{display:flex;flex-direction:column;justify-content:center;gap:10px;align-items:center;width:100%}.successfulOrder .content h2{font-weight:600;font-size:24px;color:#191c1f;display:flex;align-items:center;gap:10px}.successfulOrder .content h2 i{display:flex;justify-content:center;align-items:center;height:30px;width:30px}.successfulOrder .picture{height:80px;width:80px}.successfulOrder .content i img,.successfulOrder .picture img{height:100%;width:100%}.successfulOrder .content>span{font-size:14px;font-weight:400;color:#5f6c72;max-width:470px;text-align:center}.successfulOrder .content .btn__container{display:flex;align-items:center;justify-content:center;gap:20px;width:100%}.successfulOrder .content button{background:#000;border:2px solid;border-radius:8px;font-size:16px;font-weight:400;height:45px;padding:8px 12px;color:#fff;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;margin-top:20px;max-width:320px;width:100%}.successfulOrder .content button.outlined{background:transparent;border:2px solid #958e83;color:#bd7b2d;border-radius:8px}.successfulOrder .content>button:hover{opacity:.8}.successfulOrder .content>button i{display:flex;align-items:center;justify-content:center;height:15px;width:15px}@media (max-width:750px){.successfulOrder .content h2{font-size:22px}.successfulOrder .content>span{font-size:16px}.successfulOrder .content .btn__container{align-items:center;flex-direction:column;gap:10px}}.app{max-width:1100px;width:100%;padding:20px 1rem;margin:0 auto}.controlPanel h1{max-width:381px;width:100%;padding:2rem 0}.controlPanel .wrapper{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;max-width:767px;width:100%;margin-bottom:4rem}.controlPanel .wrapper .panelItem:hover{background:var(--default-color)}.panelItem{background:#f4f4f4;border-radius:8px;padding:.5rem 1rem;display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:10px;cursor:pointer}.panelItem h5{font-weight:500;color:#5b5b5b}.panelItem p{color:#5b5b5b;font-size:13px}@media (max-width:750px){.controlPanel .wrapper{grid-template-columns:repeat(2,1fr)}}@media (max-width:450px){.controlPanel h1{font-size:22px}.controlPanel .wrapper{grid-template-columns:1fr}}.panel{background:#f4f4f4;border-radius:8px;display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:10px;cursor:pointer;background:transparent;border-bottom:1px solid #ddd;border-radius:0;padding:2rem 0 .5rem}.panel h5{font-size:24px;color:#04040b}.accountConfig .group{margin-top:10px}.accountConfig .group h4{font-size:14px;font-weight:400;color:#191c1f}.accountConfig .group p{font-size:14px;font-weight:500;color:#191c1f}.accountConfig button{margin-top:10px;height:40px;border-radius:24px;background:#dedede;font-weight:500px;font-size:16px;padding:8 12px;width:100%;gap:10px}.accountConfig button,.accountConfig i{display:flex;align-items:center;justify-content:center}.accountConfig i{width:14px;height:14px}.accountConfig i img{width:100%;height:100%}@media (min-width:450px){.accountConfig button{margin-top:30px;max-width:250px}}.emptyPanelItem{margin-top:10px;display:flex;flex-direction:column;gap:10px}.emptyPanelItem h2{font-size:18px;font-weight:500;color:#191c1f;width:100%;max-width:390px}.emptyPanelItem>span{font-size:14px;font-weight:500;color:#4b4a48}.emptyPanelItem>button{margin-top:10px;height:40px;border-radius:24px;background:#000;color:#fff;font-weight:500px;font-size:16px;padding:8 12px;width:100%;display:flex;align-items:center;justify-content:center;cursor:pointer}.emptyPanelItem button i{margin-left:10px;width:12px;margin-top:2px}.emptyPanelItem button>i img{width:100%;height:100%}@media (min-width:450px){.emptyPanelItem button{margin-top:30px;max-width:250px}}.addOrEditAddress{padding:20px 0;max-width:532px;width:100%}.addOrEditAddress .checkout_input{padding:10px 0}.addOrEditAddress .btn__container{display:flex;align-items:center;justify-content:flex-start;gap:20px;width:100%}.addOrEditAddress button{background:#000;border:2px solid;border-radius:8px;font-size:16px;font-weight:400;height:45px;padding:8px 12px;color:#fff;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;margin-top:20px;max-width:128px;width:100%}.addOrEditAddress button.outlined{background:transparent;border:2px solid #958e83;color:#bd7b2d;border-radius:8px}.orderList{padding:2rem 0;overflow-x:auto}.orderList table{max-width:690px;width:100%;border-collapse:collapse}.orderList table thead tr{width:100%;background:#dedede}.orderList table thead{border:1px solid #e4e7e9}.orderList table thead tr{padding:10px}.orderList table thead tr th{color:#475156;font-size:12px;font-weight:400;padding:5px}.orderList table tbody tr td{font-size:13px;font-weight:500;vertical-align:middle;padding:10px;color:#475156}.orderList table tbody tr td.coloured{color:#bd7b2d;font-weight:500;display:flex;align-items:center;justify-content:center}.orderList table tbody tr td.coloured-2{color:#e8aa1d;font-weight:500;display:flex;align-items:center;justify-content:center;cursor:pointer}.orderList table tbody tr td.coloured-2 i{display:flex;align-items:center;justify-content:center;margin-left:5px}.pagintation__container{padding-top:2rem;display:flex;align-items:center;justify-content:center}.Mui-selected{color:#bd7b2d;font-size:14px}.Mui-selected,.Mui-selected:hover{background:transparent!important}.order_activity{border:1px solid #e4e7e9;padding:10px}.tableColor{background-color:#f2f4f5}.products .category_picture{width:100%!important}.products.simple .wrap_item{background:#fff;gap:0!important}.products.simple .wrap_item .category-item{background:#fff}@media (max-width:450px){.products.simple .category-item{width:110px}}.products.simple .wrap_item{padding:0;overflow-x:auto;display:flex}.products.simple .wrap_item .category-item{padding:0;width:170px;height:209px;display:flex;flex-direction:column;flex-shrink:0}.products.simple .wrap_item .category-item .category_picture{border-radius:8px;width:189px;height:163px;border-radius:4px;display:flex;align-items:center;justify-content:center;padding:20px;margin-bottom:10px}.products.simple .wrap_item .category-item .category_picture img{width:105px;height:95px;border-radius:4px;object-fit:contain}.category_label{font-weight:500}.Toastify__toast-theme--light{box-shadow:none;background:transparent;display:flex;justify-content:center}.Toastify__zoom-enter{display:none}.Toastify__toast-container--top-right{top:10px;right:20px;align-items:end}.item_visibility{display:none!important}.header .MuiSvgIcon-root{color:#111!important}.otherProducts__container{display:flex;gap:10px}.otCol{display:flex;flex-direction:column;gap:40px}.otherProducts .otWrapper{display:grid;grid-template-columns:40% 60%;grid-gap:5px;gap:5px}.otherProducts .otWrapper2{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px}.otherProducts .otWrapper3{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:10px;gap:10px}.otherProducts .bestselled_product{width:-moz-fit-content;width:fit-content;width:100%;background:#f4f1ed}.otherProducts .bestselled_product .content{display:flex;flex-direction:column;flex:1 1;align-items:baseline;gap:10px}.productListBanner{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:20px;max-width:254px;width:100%}.productListBanner h2{font-size:32px;font-weight:600;color:#191c1f}.productListBanner p{font-size:17px;font-weight:400;color:#4b4a48}.productListBanner .more_categories{padding:0;margin:0 0 10px}.productListBanner .more_categories i img{width:20px;height:20px}@media (max-width:850px){.otWrapper{display:flex!important;flex-direction:column;gap:10px}.otherProducts .otWrapper2,.otherProducts .otWrapper3{display:flex;overflow-x:auto}.otCol{overflow-x:auto}.otherProducts .bestselled_product{max-width:248px;width:100%}}.notFound{width:100%;margin:0 1rem}.notFound h3{font-weight:500;font-size:22px;color:#191c1f;margin-bottom:10px}.notFound p{font-weight:400;font-size:18px;color:#958e83;max-width:400px;width:100%}@media (max-width:750px){.notFound{margin:1rem 0 0}}.google-login-container{width:100%!important;display:flex}.slider-container{background-color:#ebad1e;padding:10px 0;overflow:hidden}.slide-item{display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;white-space:nowrap;display:flex!important;align-items:flex-start!important;justify-content:flex-start!important}.banner_text{display:flex;align-items:center;gap:5px;color:#000}.bullet{font-size:16px;margin-right:5px}button>i{display:flex;align-items:center;justify-content:center}.promotion_products .products_container{background-color:#e5bf15;border-radius:8px;padding:1rem}.promotion_products .products_container .wrapper{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:10px;gap:10px}@media (max-width:768px){.promotion_products .products_container .wrapper{overflow-x:auto}}.promotion_products .products_container .wrapper .bestselled_product{width:100%;display:flex;background-color:#f4f1ed}.promotion_products .products_container .promotion_product_top{width:100%;display:flex;gap:10px;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.promotion_products .products_container .promotion_product_top .promotion_product_content{max-width:300px;width:100%}.promotion_products .products_container .promotion_product_top .promotion_product_content h2{font-weight:600;font-size:32px;color:#191c1f}.promotion_products .products_container .promotion_product_top>.promotion_product_content>p{font-weight:400;font-size:18px;color:#191c1f}.promotion_products .products_container .wrapper .bestselled_product .category_picture{height:163px}.promotion_badget{position:absolute;top:10px;left:10px;background-color:#efd33d;color:#191c1f;font-weight:600;font-size:12px;padding:8px;border-radius:5px;max-width:90px;height:23px}.promotionBanner{width:100%;border-bottom:2px solid #d6d6d6}.noBorder .promotionBanner{width:100%;border-bottom:none;padding:0 1rem}.noBorder .promotionBanner__content{margin-bottom:1rem!important}.promotionBanner .promotionBanner__content{border-radius:8px;background-color:#ebba0c;width:100%;padding:1rem;margin-bottom:2rem}.promotionBanner .promotionBanner__content .promotionBanner__wrapper{max-width:680px;width:100%;display:flex;height:150px;justify-content:space-between}.promotionBanner .promotionBanner__content .promotionBanner__wrapper .promotion__item{background-color:#fff;padding:10px;height:100%;border-radius:8px;width:248px;color:#111;border-right:4px solid #000;position:relative}.promotionBanner .promotionBanner__content .promotionBanner__wrapper .promotion__item>h3{font-weight:700;font-size:38px;margin-bottom:5px}.promotionBanner .promotionBanner__content .promotionBanner__wrapper .promotion__item>p{font-weight:700;font-size:16px;max-width:150px;color:#2b2b2b;text-transform:uppercase}.promotion__desc{flex-shrink:0;display:flex;flex-direction:column;justify-content:space-between;padding:10px}.promotion__desc>h3{color:#191c1f;font-weight:700;font-size:24px}.promotion__desc>p{font-size:18px;color:#191c1f}.promotion__item__desc{position:absolute;top:25%;right:-30%;background-color:#000;border-radius:8px}.promotion__item__desc>p{color:#fff;max-width:120px;border-radius:8px;border-right:4px solid #fff;padding:10px}.activedCategory{background-color:#efd33d;color:#000!important;font-weight:600;border-radius:8px;padding:6px 12px}@media (max-width:750px){.promotion__desc{flex-shrink:unset;right:-25%}.promotion__desc>h3{font-size:24px}.promotion__desc>p{font-size:18px}.promotion__item__desc{position:absolute;right:-6%;top:20px;width:159px}.promotion__item__desc>p{max-width:100%}.promotionBanner .promotionBanner__content .promotionBanner__wrapper{height:auto;flex-direction:column;gap:10px}.promotionBanner .promotionBanner__content .promotionBanner__wrapper .promotion__item{width:100%;padding-top:2rem}}.pagination__container{margin-top:20px}.pagination__container .Mui-selected{background-color:#bd7b2d!important;color:#fff!important}.contact-form{max-width:360px;width:100%;margin:0 auto;padding:20px;background:transparent;border-radius:8px}.contact-form>h2{font-size:18px;font-weight:600;color:#191c1f;margin-bottom:10px}.contact-form>p{font-size:18px;color:#475156;margin-bottom:20px}.contact-form .form-group{margin-bottom:15px}.contact-form .form-group label{display:block;font-size:14px;margin-bottom:5px}.contact-form .form-group input,.contact-form .form-group textarea{width:100%;padding:10px;font-size:14px;border:1px solid #958e83;border-radius:2px}.contact-form .form-group textarea{resize:vertical;height:100px}.contact-form button{display:flex;padding:10px 20px;font-size:16px;color:#fff;background-color:#111;border:none;border-radius:8px;cursor:pointer;width:100%;align-items:end;justify-content:center;gap:10px}.contact-form button:hover{opacity:.95}.td-item{display:flex!important;flex-direction:row}.main-hover:hover{box-shadow:1px 1px 10px 1px rgba(0,0,0,.4);transition:box-shadow .35s ease-in;margin:5px 0}.secondary-hover:hover{background:#ececec;transition:background .35s ease-in;margin:5px 0}.secondary-hover:hover .product-description{text-decoration:underline;transition:all .35s ease-in}.product-description{margin-bottom:10px;margin-top:5px}.products.simple .category-item:hover .category_picture{background:#ececec;transition:background .35s ease-in}.products.simple .category-item:hover .category_label{text-decoration:underline;transition:all .35s ease-in}.imageWrapper{position:relative}.image{opacity:.5;transition:opacity .5s ease-in-out}.image.loaded{opacity:1}.S9gUrf-YoZ4jf,.S9gUrf-YoZ4jf *{border:none;margin:0!important}.haAclf{display:inline-block;width:100%}.chatBot{display:flex;justify-content:center;align-items:center;position:fixed;width:60px;height:60px;padding:4px;right:30px;bottom:30px;background-color:#25d366;border-radius:12px;z-index:2;cursor:pointer}.chatBot .avatar{width:100%;height:auto}.mini.categories .MuiSimpleTreeView-root.css-z2w8mv,.mini.categories .css-rejl51-MuiSimpleTreeView-root{display:flex!important;padding:0!important;position:absolute!important;top:10px!important;background:#fff!important;height:max-content!important;z-index:998!important}.mini.categories .MuiTreeItem-content{padding:0!important}.mini.categories .MuiTreeItem-content:hover{background:transparent!important}.mini.categories .css-do267h-MuiTreeItem-content{padding:0!important}.mini.categories .css-do267h-MuiTreeItem-content:hover{background:transparent}.menu_tree_container{position:relative;width:100%;margin-bottom:60px}.mini.categories .MuiRichTreeView-itemContent{display:flex!important;flex-direction:row-reverse!important;align-items:center;gap:4px;max-width:max-content}.mini.categories .MuiRichTreeView-root>.MuiRichTreeView-itemGroup{display:flex!important;flex-direction:row!important;gap:16px;padding-left:0!important}.mini.categories .MuiRichTreeView-itemGroup{display:flex!important;flex-direction:column!important;gap:4px;padding-left:3rem!important}.mini.categories .MuiRichTreeView-root>.MuiRichTreeView-itemGroup>.MuiRichTreeView-item{min-width:120px;padding-left:0!important}.css-16alkdk-MuiTreeItem-root{padding:5px 5px 5px 1rem}.productDetail .swiper-slide{max-width:max-content}.productDetail .swiper-wrapper{display:flex;flex-direction:row;width:100%}.productsPage .wrapper.bestselled{grid-template-columns:repeat(4,1fr)}@media (max-width:1036px){.productsPage .wrapper.bestselled{grid-template-columns:repeat(3,1fr);align-items:flex-start}}@media (max-width:890px){.productsPage .wrapper.bestselled{padding:1rem;grid-template-columns:repeat(2,1fr);align-items:flex-start}}@media (max-width:530px){.productsPage .wrapper.bestselled{padding:1rem;grid-template-columns:repeat(3,1fr);align-items:flex-start}.category-item{padding:2px!important;background:transparent}.productsList .wrapper .bestselled_product .category_picture{height:80px!important}.category_picture{width:unset!important}.category-item .btn{font-size:10px!important;border-radius:6px}}@media (max-width:550px){.subcategories.cheapest .category-item{width:189px!important}.products .wrapper .subcategories .category_picture{height:130px!important}.category-item .btn{font-size:10px!important}}.products-swiper{width:100%;height:auto;margin:0;padding:0}.products-swiper .swiper-slide{height:auto;display:flex;justify-content:center;align-items:center}.products-swiper .swiper-wrapper{transition-timing-function:linear}.products-swiper .swiper-slide{transition:transform .3s ease}.products-swiper .category-item{width:100%;height:180px;display:flex;flex-direction:column;flex-shrink:0;background:#fff;padding:0;border:none;cursor:pointer;text-decoration:none}.products-swiper .category-item .category_picture{border-radius:8px;width:100%;height:163px;border-radius:4px;display:flex;align-items:center;justify-content:center;padding:20px;margin-bottom:10px;background:#f8f9fa}.products-swiper .category-item .category_picture img{width:105px;height:95px;border-radius:4px;object-fit:contain}.products-swiper .category-item .category_label{font-weight:500;text-align:center;font-size:14px;color:#333;margin:0;padding:0 5px}.products-swiper .category-item:hover .category_picture{background:#e9ecef;transform:scale(1.02);transition:all .3s ease}.products-swiper .category-item:hover .category_label{color:#bd7b2d;transition:color .3s ease}@media (max-width:450px){.products-swiper .category-item{width:110px}.products-swiper .category-item .category_picture{height:130px}.products-swiper .category-item .category_label{font-size:12px}}.products-swiper .swiper-button-next,.products-swiper .swiper-button-prev,.products-swiper .swiper-pagination{display:none}.trending-swiper{width:100%;height:auto;margin:0;padding:0 1rem}.trending-swiper .swiper-slide{height:auto;display:flex;justify-content:center;align-items:center}.trending-swiper .swiper-wrapper{transition-timing-function:linear}.trending-swiper .swiper-slide{transition:transform .3s ease}.trending-swiper .category-item.bs.bestselled{width:100%;height:auto;display:flex;flex-direction:column;flex-shrink:0;background:#fff;padding:0;border:none;cursor:pointer;text-decoration:none;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.trending-swiper .category-item.bs.bestselled .category_picture.bestselled{border-radius:8px 8px 0 0;width:100%;height:150px;display:flex;align-items:center;justify-content:center;padding:10px;background:#f8f9fa;overflow:hidden}.trending-swiper .category-item.bs.bestselled .category_picture.bestselled img{width:100%;height:100%;object-fit:cover;border-radius:4px}.trending-swiper .category-item.bs.bestselled .product_name{font-weight:500;text-align:center;font-size:14px;color:#333;margin:8px 0;padding:0 8px;line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.trending-swiper .category-item.bs.bestselled .star_container{display:flex;justify-content:center;gap:2px;margin:5px 0}.trending-swiper .category-item.bs.bestselled .star_container i{display:flex;align-items:center}.trending-swiper .category-item.bs.bestselled p{font-weight:600;text-align:center;font-size:16px;color:#bd7b2d;margin:5px 0 10px}.trending-swiper .category-item.bs.bestselled:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.15);transition:all .3s ease}.trending-swiper .category-item.bs.bestselled:hover .category_picture.bestselled{background:#e9ecef;transition:background .3s ease}.trending-swiper .category-item.bs.bestselled:hover .product_name{color:#bd7b2d;transition:color .3s ease}@media (max-width:450px){.trending-swiper .category-item.bs.bestselled{width:100%}.trending-swiper .category-item.bs.bestselled .category_picture.bestselled{height:120px}.trending-swiper .category-item.bs.bestselled .product_name{font-size:12px}.trending-swiper .category-item.bs.bestselled p{font-size:14px}}.avaliar-btn{margin-top:1rem;background:#fec85c;color:#4c4c4c;padding:4px 5px;border-radius:6px;cursor:pointer}.trending-swiper .swiper-button-next,.trending-swiper .swiper-button-prev,.trending-swiper .swiper-pagination{display:none}.promotion-swiper{width:100%!important;height:auto!important;margin:0!important;padding:0 1rem!important;overflow:visible!important}.promotion-swiper .swiper-slide,.promotion-swiper .swiper-wrapper{display:flex!important;align-items:stretch!important}.promotion-swiper .swiper-slide{height:auto!important;justify-content:center!important;width:auto!important}.promotion-swiper .swiper-wrapper{transition-timing-function:linear}.promotion-swiper .swiper-slide{transition:transform .3s ease}.promotion-swiper .bestselled_product.category-item{min-width:200px;width:100%;height:auto;display:flex;flex-direction:column;flex-shrink:0;background:#fff;padding:0;border:none;cursor:pointer;text-decoration:none;border-radius:12px;box-shadow:0 3px 6px rgba(0,0,0,.1);overflow:hidden;position:relative}.promotion-swiper .bestselled_product.category-item .category_picture.bestselled{border-radius:12px 12px 0 0;width:100%;height:180px;display:flex;align-items:center;justify-content:center;padding:15px;overflow:hidden;position:relative}.promotion-swiper .bestselled_product.category-item .category_picture.bestselled img{width:100%;height:100%;object-fit:contain;border-radius:8px;transition:transform .3s ease}.promotion-swiper .bestselled_product.category-item .content{padding:12px;display:flex;flex-direction:column;gap:30px;flex:1 1}.promotion-swiper .bestselled_product.category-item .content .product_name{font-weight:600;text-align:center;font-size:14px;color:#333;margin:0;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.promotion-swiper .bestselled_product.category-item .content p{font-weight:700;text-align:center;font-size:16px;color:#bd7b2d;margin:0;display:flex;flex-direction:column;gap:2px;min-height:50px;align-items:center;justify-content:center}.promotion-swiper .bestselled_product.category-item .content p .promo{font-size:12px;color:#999;text-decoration:line-through;font-weight:400}.promotion-swiper .bestselled_product.category-item .btn{margin:0 12px 12px;padding:8px 12px;background:#bd7b2d;color:#fff;border:none;border-radius:6px;font-size:12px;font-weight:500;display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;transition:background .3s ease}.promotion-swiper .bestselled_product.category-item .btn:hover{background:#a66a1f}.promotion-swiper .bestselled_product.category-item .promotion_badget{position:absolute;top:8px;right:8px;background:#ff4757;color:#fff;padding:4px 8px;border-radius:4px;font-size:10px;font-weight:600;z-index:2}.promotion-swiper .bestselled_product.category-item:hover{transform:translateY(-3px);box-shadow:0 6px 12px rgba(0,0,0,.15);transition:all .3s ease}.promotion-swiper .bestselled_product.category-item:hover .category_picture.bestselled img{transform:scale(1.05);transition:transform .3s ease}.promotion-swiper .bestselled_product.category-item:hover .content .product_name{color:#bd7b2d;transition:color .3s ease}@media (max-width:650px){.promotion-swiper .bestselled_product.category-item{width:100%}.promotion-swiper .bestselled_product.category-item .category_picture.bestselled{height:140px}.promotion-swiper .bestselled_product.category-item .content{padding:8px}.promotion-swiper .bestselled_product.category-item .content .product_name{font-size:12px}.promotion-swiper .bestselled_product.category-item .content p{font-size:14px}.promotion-swiper .bestselled_product.category-item .btn{margin:0 auto;padding:6px 10px;font-size:11px}}.promotion-swiper .swiper-button-next,.promotion-swiper .swiper-button-prev,.promotion-swiper .swiper-pagination{display:none}.products-swiper .bestselled_product.category-item,.promotion-swiper .bestselled_product.category-item,.trending-swiper .bestselled_product.category-item{height:auto;min-height:280px;max-height:320px}.products-swiper .bestselled_product.category-item .category_picture.bestselled,.promotion-swiper .bestselled_product.category-item .category_picture.bestselled,.trending-swiper .bestselled_product.category-item .category_picture.bestselled{height:140px;min-height:140px;max-height:160px}.products-swiper .bestselled_product.category-item .content,.promotion-swiper .bestselled_product.category-item .content,.trending-swiper .bestselled_product.category-item .content{padding:8px;gap:4px;flex:1 1;display:flex;flex-direction:column;justify-content:space-between}.products-swiper .bestselled_product.category-item .content .product_name,.promotion-swiper .bestselled_product.category-item .content .product_name,.trending-swiper .bestselled_product.category-item .content .product_name{font-size:12px;line-height:1.2;margin:0;-webkit-line-clamp:2}.products-swiper .bestselled_product.category-item .content p,.promotion-swiper .bestselled_product.category-item .content p,.trending-swiper .bestselled_product.category-item .content p{font-size:14px;margin:0}.products-swiper .bestselled_product.category-item .btn,.promotion-swiper .bestselled_product.category-item .btn,.trending-swiper .bestselled_product.category-item .btn{margin:8px auto;padding:6px 10px;font-size:11px}.products-swiper .bestselled_product.category-item .star_container,.promotion-swiper .bestselled_product.category-item .star_container,.trending-swiper .bestselled_product.category-item .star_container{gap:1px;margin:2px 0}.products-swiper .bestselled_product.category-item .star_container i,.promotion-swiper .bestselled_product.category-item .star_container i,.trending-swiper .bestselled_product.category-item .star_container i{font-size:12px}@media (max-width:650px){.products-swiper .bestselled_product.category-item,.promotion-swiper .bestselled_product.category-item,.trending-swiper .bestselled_product.category-item{min-height:260px;max-height:300px}.promotion-swiper .bestselled_product.category-item{min-height:220px;max-height:280px}.products-swiper .bestselled_product.category-item .category_picture.bestselled,.promotion-swiper .bestselled_product.category-item .category_picture.bestselled,.trending-swiper .bestselled_product.category-item .category_picture.bestselled{height:120px;min-height:120px;max-height:140px}.products-swiper .bestselled_product.category-item .content,.promotion-swiper .bestselled_product.category-item .content,.trending-swiper .bestselled_product.category-item .content{padding:6px}.products-swiper .bestselled_product.category-item .content .product_name,.promotion-swiper .bestselled_product.category-item .content .product_name,.trending-swiper .bestselled_product.category-item .content .product_name{font-size:11px}.products-swiper .bestselled_product.category-item .content p,.promotion-swiper .bestselled_product.category-item .content p,.trending-swiper .bestselled_product.category-item .content p{font-size:12px}.products-swiper .bestselled_product.category-item .btn,.promotion-swiper .bestselled_product.category-item .btn,.trending-swiper .bestselled_product.category-item .btn{margin:6px auto;padding:5px 8px;font-size:10px}}.cheapest-swiper{width:100%;height:auto;margin:0;padding:0 1rem}.cheapest-swiper .swiper-slide{height:auto;display:flex;justify-content:center;align-items:center}.cheapest-swiper .swiper-wrapper{transition-timing-function:linear}.cheapest-swiper .swiper-slide{transition:transform .3s ease}.cheapest-swiper .bestselled_product.category-item{width:100%;height:auto;display:flex;flex-direction:column;flex-shrink:0;background:#f7f5f3;padding:0;border:none;cursor:pointer;text-decoration:none;border-radius:12px;box-shadow:0 3px 6px rgba(0,0,0,.1);overflow:hidden;position:relative}.cheapest-swiper .bestselled_product.category-item .category_picture.bestselled{border-radius:12px 12px 0 0;width:100%;height:140px;display:flex;align-items:center;justify-content:center;padding:15px;overflow:hidden;position:relative}.cheapest-swiper .bestselled_product.category-item .category_picture.bestselled img{width:100%;height:100%;object-fit:contain;border-radius:8px;transition:transform .3s ease}.cheapest-swiper .bestselled_product.category-item .content{padding:8px;display:flex;flex-direction:column;gap:4px;flex:1 1;justify-content:space-between}.cheapest-swiper .bestselled_product.category-item .content .product_name{font-weight:600;text-align:center;font-size:12px;color:#333;margin:0;line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cheapest-swiper .bestselled_product.category-item .content p{font-weight:700;text-align:center;font-size:14px;color:#bd7b2d;margin:0;display:flex;flex-direction:column;gap:2px}.cheapest-swiper .bestselled_product.category-item .content p .promo{font-size:12px;color:#999;text-decoration:line-through;font-weight:400}.cheapest-swiper .bestselled_product.category-item .btn{margin:6px auto;padding:5px 8px;background:#000;color:#fff;border:none;border-radius:6px;font-size:11px;font-weight:500;display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;transition:background .3s ease;width:calc(100% - 12px);max-width:100%}.cheapest-swiper .bestselled_product.category-item .btn:hover{background:#a66a1f}.cheapest-swiper .bestselled_product.category-item .promotion_badget{position:absolute;top:8px;right:8px;background:#ff4757;color:#fff;padding:4px 8px;border-radius:4px;font-size:10px;font-weight:600;z-index:2}.cheapest-swiper .bestselled_product.category-item .star_container{display:flex;justify-content:center;gap:1px;margin:2px 0}.cheapest-swiper .bestselled_product.category-item .star_container i{font-size:12px}.cheapest-swiper .bestselled_product.category-item:hover{transform:translateY(-3px);box-shadow:0 6px 12px rgba(0,0,0,.15);transition:all .3s ease}.cheapest-swiper .bestselled_product.category-item:hover .category_picture.bestselled img{transform:scale(1.05);transition:transform .3s ease}.cheapest-swiper .bestselled_product.category-item:hover .content .product_name{color:#bd7b2d;transition:color .3s ease}@media (max-width:650px){.cheapest-swiper .bestselled_product.category-item{min-height:220px;max-height:280px}.cheapest-swiper .bestselled_product.category-item .category_picture.bestselled{height:120px;min-height:120px;max-height:140px}.cheapest-swiper .bestselled_product.category-item .content{padding:6px}.cheapest-swiper .bestselled_product.category-item .content .product_name{font-size:11px}.cheapest-swiper .bestselled_product.category-item .content p{font-size:12px}.cheapest-swiper .bestselled_product.category-item .btn{margin:6px auto;padding:5px 8px;font-size:10px;width:calc(100% - 12px);max-width:100%}}.cheapest-swiper .swiper-button-next,.cheapest-swiper .swiper-button-prev,.cheapest-swiper .swiper-pagination{display:none}@media (max-width:750px){.mobile-categories-bar{display:flex;flex-direction:row;overflow-x:auto;overflow-y:hidden;gap:8px;padding:8px 0 4px 10px;background:#fff;border-bottom:1px solid #eee;scrollbar-width:none;-ms-overflow-style:none;width:100%;z-index:99999}.mobile-categories-bar::-webkit-scrollbar{display:none}.mobile-categories-pill{display:flex;align-items:center;gap:5px;border-radius:18px;border:1px solid #eee;background:#fff;color:#222;font-weight:500;padding:4px 10px;cursor:pointer;min-width:unset;font-size:12px;outline:none;transition:background .15s,color .15s,border .15s;white-space:nowrap;flex-shrink:0;box-sizing:border-box}.mobile-categories-pill.selected,.mobile-categories-pill:active{background:#ffeaea;color:#e74c3c;font-weight:600;border:none;box-shadow:0 2px 8px #f8d7da}.mobile-categories-img-wrapper{width:22px;height:22px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mobile-categories-img-wrapper img{width:22px;height:22px;object-fit:contain;display:block}.mobile-categories-label{font-size:12px;white-space:normal;overflow:visible;text-overflow:unset;max-width:none;display:inline}}@media (min-width:751px){.mobile-categories-bar{display:none!important}}.product_name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;min-height:2.4em;max-height:2.4em;line-height:1.2em;text-align:center}.reviewForm.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:999;background:rgba(0,0,0,.65);display:none;justify-content:center;align-items:center;padding:1rem}.reviewForm.modal-overlay.active{display:flex}.reviewForm .modal{background:#fff;padding:20px;border-radius:8px;max-width:650px;width:100%;box-shadow:0 4px 4px rgba(0,0,0,.12)}.reviewForm .modal>h2{font-size:22px;font-weight:500;color:#010814}.reviewForm .modal>p{font-size:16px;font-weight:400;color:#010814;border-bottom:1px solid #e6e7ea;padding-bottom:10px}.reviewForm .product-review{align-items:center;margin:15px 0;padding:10px;border-bottom:1px solid #e6e7ea}.reviewForm .product-image{width:80px;height:80px;object-fit:cover;margin-right:10px}.reviewForm .product-review{display:flex;flex-direction:column;align-items:flex-start;width:100%}.reviewForm .product-review .content{flex:1 1;text-align:left;display:flex}.reviewForm .product-review>p{margin:10px 0;color:#354259;font-weight:400;font-size:14px}.reviewForm .product-info>h4{color:#bd7b2d;font-weight:500;font-size:12px}.reviewForm .product-info>p{color:#191c1f;font-weight:400;font-size:12px}.reviewForm .store-review>p{font-weight:400;font-size:14px;color:#354259}.reviewForm .stars{display:flex;gap:5px}.reviewForm .star{font-size:22px;cursor:pointer;color:#ccc}.reviewForm .star.selected{color:gold}.reviewForm .store-review{margin-top:15px}.reviewForm .feedback{width:100%;height:60px;margin-top:10px;padding:8px;border:1px solid #e6e7ea;border-radius:5px}.reviewForm .buttons{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;gap:10px;justify-content:space-between;margin-top:20px}.reviewForm .cancel,.submit{padding:10px;border:none;border-radius:5px;cursor:pointer;font-size:16px;font-weight:500;height:44px}.reviewForm .cancel{background:transparent;border:1px solid #e6e7ea;color:#191c1f}.reviewForm .submit{background:#000;color:#fff}.categoryList.dropdown-container{position:relative;display:inline-block;cursor:pointer;padding:10px}.categoryList .dropdown-trigger{font-size:14px;color:#958e83;cursor:pointer}.categoryList .dropdown-menu{position:absolute;top:100%;left:0;background:#fff;width:1000px;box-shadow:0 4px 10px rgba(0,0,0,.1);border-radius:8px;padding:15px;z-index:100}.categoryList .dropdown-title{font-size:24px;font-weight:500;margin-bottom:20px;color:#191c1f}.categoryList .dropdown-content{display:flex;flex-wrap:wrap;gap:20px}.categoryList .dropdown-column strong{display:block;margin-bottom:5px;font-weight:400;font-size:14px;color:#04040b;font-weight:500;border-bottom:2px solid #d1d1d1}.categoryList .dropdown-column p{font-size:16px;color:grey;margin:2px 0;padding:5px 32px 5px 0}.carousel-container{width:100%;height:426px;max-width:1100px;margin:0 auto;position:relative;border-radius:8px}.carousel-container:hover{opacity:.9}.carousel-container .slide-img{width:100%;height:100%;border-radius:8px;cursor:pointer}.carousel-container .slide-mobile-img{display:none}@media (max-width:650px){.carousel-container .slide-img{display:none}.carousel-container .slide-mobile-img{display:block;width:100%;height:100%;border-radius:8px;cursor:pointer}.carousel-container .slide-mobile-img img{width:100%}}.carousel-container .swiper{border-radius:8px;width:100%;height:100%;position:relative}.carousel-container .slide-content{display:flex;align-items:center;justify-content:space-between;padding:2rem 4rem;color:#fff}.carousel-container .text-content{max-width:50%}.carousel-container .text-content h2{font-size:22px;margin-bottom:10px}.carousel-container .text-content p{font-size:16px;margin-bottom:15px}.carousel-container .btn{display:inline-block;background:#fff;color:#000;padding:12px 15px;text-decoration:none;border-radius:5px;font-weight:600;font-size:12px;cursor:pointer}.carousel-container .image-content img{border-radius:10px}.carousel-container .swiper-button-next,.carousel-container .swiper-button-prev{color:#fff}.carousel-container .swiper-button-next:after,.carousel-container .swiper-button-prev:after{font-size:20px}.carousel-container .swiper-button-next,.carousel-container .swiper-button-prev,.swiper-button-next,.swiper-button-prev{display:none}.custom-next,.custom-prev{position:absolute;top:50%;transform:translateY(-50%);background:#fff;border:none;padding:7px;cursor:pointer;border-radius:50%;z-index:10;width:34px;height:34px;display:flex;align-items:center;justify-content:center}.custom-prev{left:15px}.custom-next{right:15px}.custom-next:hover,.custom-prev:hover{background:hsla(0,0%,100%,.3)}@media (max-width:890px){.carousel-container .slide-content{flex-direction:column-reverse;gap:10px;width:100%}.carousel-container{height:auto}.slide-img{height:250px;width:100%}.slide-img img{height:100%;width:100%}.carousel-container .text-content{max-width:450px;width:100%}.carousel-container{padding:0}.carousel-container .slide-content{padding:1rem}.carousel-container .image-content img{width:100%}}.cookie-banner{color:111;overflow-y:auto;position:fixed;width:100%;height:100vh;z-index:999;top:0;left:0;background:rgba(0,0,0,.4)}.cookie-banner .cookie-banner-container{position:fixed;bottom:0;left:0;width:100%;background-color:#f8f9fa;padding:15px;box-shadow:0 -2px 5px rgba(0,0,0,.3);display:flex;justify-content:center;align-items:center;z-index:1000;gap:10px;transition:bottom .2s ease}.cookie-banner .cookie-banner-wrapper{max-width:1100px;width:100%;display:flex;align-items:center;justify-content:space-between}.cookie-banner .cookie-content{max-width:700px}.cookie-banner .cookie-content strong{font-weight:500}.cookie-banner .cookie-content p{font-size:14px;color:#333;margin:10px 0}.cookie-banner .cookie-link{color:#b66506;text-decoration:none}.cookie-banner .cookie-link:hover{text-decoration:underline}.cookie-banner .cookie-buttons{display:flex;justify-content:flex-start;gap:10px}.cookie-banner .accept-btn{background-color:#b66506;color:#fff;border:none;padding:12px 22px;border-radius:8px;cursor:pointer;font-size:16px}.cookie-banner .accept-btn:hover{opacity:.85}.cookie-banner .settings-btn{background-color:transparent;color:#b66506;border:1px solid #b66506;padding:8px 15px;border-radius:5px;cursor:pointer}.cookie-banner .settings-btn:hover{background-color:#b66506;color:#fff}@media (max-width:650px){.cookie-banner .cookie-banner-wrapper{flex-direction:column;gap:10px}}@media (max-width:450px){.cookie-buttons,.cookie-buttons button{width:100%}}*{font-weight:400}.menu-categories .menu-button{font-size:1.5rem;background:none;border:none;cursor:pointer;position:fixed;top:10px;left:10px}.menu-categories .menu-overlay{color:111;overflow-y:auto;position:fixed;width:100%;height:100vh;z-index:999999;top:0;right:0;display:flex;justify-content:flex-end;align-items:flex-start}.menu-categories .menu-overlay .menu{background:#fff;margin-top:60px;width:90%;border:2px solid #ddd}.menu-categories .menu-top{display:flex;align-items:center;margin-bottom:10px;padding:10px;border-bottom:2px solid #d1d1d1;background-color:#ececec;justify-content:space-between}.menu-categories .menu-top h5{font-size:17px;color:#04040b;font-weight:500}.menu-categories .menu-top button{color:#b66506;font-weight:600}.menu-categories .menu-list{list-style:none}.menu-categories .menu-list>.menu-item{width:100%;font-size:16px;color:#524f4b;font-weight:500;opacity:.85;display:flex;justify-content:space-between;border-bottom:2px solid #d1d1d1;padding:10px;cursor:pointer}.menu-container{width:100%}.menu-list{list-style:none;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:5px}@media (min-width:750px){.menu-categories{display:none}}.menu-categories .menu-list>.menu-item button{color:#524f4b;background-color:transparent}.menu-categories .menu-list>.menu-item:last-of-type{font-weight:600;margin-bottom:10px}.menu-categories>.submenu{box-shadow:0 4px 4px rgba(0,0,0,.12)}.menu-categories .submenu{list-style:none;padding:10px 0;display:block;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:5px}.menu-categories .submenu li{margin:5px 0;font-size:16px;line-height:1.5;opacity:.85;cursor:pointer}.menu-categories .submenu button{width:100%;padding:8px 20px;font-size:16px;color:#524f4b;font-weight:500;opacity:.85;border-top:2px solid #d1d1d1;display:flex}.menu-categories button{background:none;border:none;font-size:1rem;cursor:pointer}.menu-categories .category-button{display:flex;justify-content:space-between;gap:10px;align-items:center;width:100%;font-size:16px;color:#b66506;font-weight:600}.order-review{width:100%;max-width:400px;background:#fff;padding:20px;border-radius:12px;margin:auto;font-family:Arial,sans-serif}.order-review .title{font-size:18px;font-weight:700;text-align:center}.order-review .subtitle{font-size:14px;color:#666;text-align:center;margin-bottom:15px}.order-review .details,.order-review .pricing{border-top:2px solid #e6e6e6;padding-top:15px;margin-top:10px}.order-review .row{display:flex;flex-direction:column;gap:5px;justify-content:space-between;align-items:flex-start;padding:5px 0;font-size:14px}.order-review .pricing .row{flex-direction:row}.order-review .pricing .row span{color:#04040b;font-weight:400;font-size:18px}.order-review .label{font-weight:500;font-size:18px}.order-review .value{font-weight:400;font-size:18px;color:grey}.order-review .track-order{font-weight:500;font-size:18px;margin:10px 0;color:#04040b;cursor:pointer;border-bottom:2px solid #000}.order-review .total{font-size:16px;font-weight:700;display:flex;justify-content:space-between;margin-top:10px;padding:10px 0;border-bottom:2px solid #e6e6e6}.order-review .total span{font-size:20px;font-weight:500}.order-review .buttons{margin-top:20px;display:grid;grid-template-columns:30% 70%;grid-gap:10px;gap:10px}.order-review .cancel-btn,.order-review .finish-btn{flex:1 1;padding:10px;border:none;border-radius:8px;cursor:pointer;font-size:14px}.order-review .cancel-btn{background:#fff;border:1px solid #ccc;color:#333}.order-review .finish-btn svg{margin-top:4px}.order-review .finish-btn{background:#000;font-size:14px;text-transform:capitalize;color:#fff;display:flex;justify-content:center;gap:10px}.showProductBanner,.slideshow-container{display:flex;flex-direction:column;align-items:center}.main-image img{width:100%;max-width:500px;height:auto;border-radius:10px;transition:opacity .3s ease-in-out}.thumbnail-container{display:flex;gap:5px;justify-content:center;margin-top:10px}.thumbnail-container button{width:70px;height:70px;border:1px solid #e4e7e9;border-radius:5px}.thumbnail-container img{width:70px;height:70px;object-fit:cover;cursor:pointer;border-radius:5px;border:2px solid transparent;transition:transform .2s ease-in-out,border .2s}.thumbnail-container button:hover{transform:scale(1.1)}.thumbnail-container button.active{border:2px solid #f90}.faq-container{max-width:800px;font-family:Arial,sans-serif}.faq-list{display:flex;flex-direction:column;gap:10px}.faq-item{border:1px solid #ddd;border-radius:5px;overflow:hidden}.faq-question{max-width:590px;width:100%;background:#fff;border-radius:4px;border:none;padding:15px;color:#191c1f;font-size:16px;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:40px}.faq-question:hover{opacity:.85}.faq-question>span{font-size:24px}.faq-answer{max-width:590px;width:100%;display:none;background-color:#fff}.faq-answer>p{color:#62615d;font-size:16px;padding:15px;width:90%}.faq-item.open .faq-answer{display:block}.faq-item.open .faq-question{background:#fff}.about_policy{width:100%;background-color:#fff;display:flex;align-items:center;justify-content:center}.about_policy_container{width:100%;max-width:1100px;margin:0 auto;padding:2rem 1rem;display:flex;align-items:flex-start;justify-content:space-between}.about_faq{width:100%;background-color:#f7f5f3;display:flex;align-items:center;justify-content:center}.about_faq_container{width:100%;max-width:1100px;margin:0 auto;padding:2rem 1rem;display:flex;align-items:flex-start;justify-content:space-between}.about__content{max-width:330px;width:100%}.about__content>h2{font-weight:600;color:#191c1f;margin-bottom:1rem}.about__picture__content{display:flex;gap:10px;align-items:center;padding:1rem}.about__picture__content>img{width:36px;height:36px;object-fit:contain}.about__picture__content>span{color:#62615d;font-size:16px;font-weight:400}@media (max-width:890px){.about_faq_container{width:100%;display:flex;flex-direction:column;gap:20px}}.contactSupport{max-width:450px;margin:0 auto;padding:1rem;width:100%;background-color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center}.contactSupport>h4{font-weight:600;font-size:18px;color:#191c1f}.contactSupport>p{font-weight:400;font-size:18px;color:#475156}.quem-somos{display:flex;align-items:center;justify-content:space-between;padding:2rem 0;background:#fff;gap:10px;width:100%}@media (max-width:850px){.quem-somos{flex-direction:column-reverse}}.quem-somos-texto{max-width:500px}.quem-somos h4{font-size:16px;text-transform:uppercase;color:#958e83}.quem-somos h2{font-size:22px;font-weight:600;color:#000;margin:20px 0}.quem-somos p{font-size:16px;color:#000;line-height:1.5;margin:10px 0}.quem-somos .btn:hover{opacity:.85}.quem-somos .btn:visited{color:#fff}.quem-somos .btn{display:flex;background:#000;color:#fff;padding:10px 20px;text-decoration:none;border-radius:24px;margin-top:15px;align-items:baseline;max-width:-moz-fit-content;max-width:fit-content;gap:10px}.quem-somos-imagem{border-radius:8px;height:300px;max-width:400px;width:100%}.quem-somos-imagem img{border-radius:8px;height:100%;width:100%}.equipe{text-align:center;padding:4rem 1rem;background:#f9f9f9;margin:0 auto;width:100%}.equipe>h4{font-size:16px;text-transform:uppercase;color:#958e83;font-weight:600}.equipe>h2{font-size:24px;font-weight:600;margin:10px auto;max-width:324px;color:#191c1f}.equipe-lista{display:flex;justify-content:center;gap:10px;margin-top:30px}.equipe-card{background:#fff;padding:5px;border-radius:10px;text-align:center}.equipe-card img{width:180px;height:180px;object-fit:contain;border-radius:10px}.cargo{font-size:14px;color:#777;margin:5px 0}.equipe-card h3{font-size:18px;font-weight:600}@media (max-width:850px){.equipe-lista{overflow-x:auto;padding-left:2rem}}.aboutUs{background-color:#fcfcfc;align-items:center;justify-content:center}.aboutUs,.aboutUs__container{width:100%;display:flex;flex-direction:column}.aboutUs__container{max-width:1100px;margin:0 auto;padding:2rem 1rem;align-items:flex-start;justify-content:space-between}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/_next/static/media/ajax-loader.0b80f665.gif) 50% no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(/_next/static/media/slick.25572f22.eot);src:url(/_next/static/media/slick.25572f22.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/slick.653a4cbb.woff) format("woff"),url(/_next/static/media/slick.6aa1ee46.ttf) format("truetype"),url(/_next/static/media/slick.f895cfdf.svg#slick) format("svg")}.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;transform:translateY(-50%);cursor:pointer;border:none}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:none;background:transparent}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;margin:0 5px;padding:0}.slick-dots li,.slick-dots li button{width:20px;height:20px;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;padding:5px;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.auth_authPage__hmA5K{display:flex;padding:4rem 1rem!important}.auth_authPage__hmA5K,.auth_auth__QbldH{width:100%;height:100%;z-index:999;top:0;align-items:center;justify-content:center}.auth_auth__QbldH{position:fixed;min-height:100vh;background:rgba(0,0,0,.85);display:none;padding:10px}.auth_auth__QbldH.auth_active__SmGYD{align-items:center;justify-content:center;display:flex}.auth_authContainer__ER3hV{width:400px;opacity:1;position:relative;border-radius:4px;background-color:#fff;border:1px solid #e4e7e9;transition:all .25s ease-in-out;display:flex;flex-direction:column;box-shadow:0 4px 4px rgba(0,0,0,.12)}.auth_authPage__hmA5K .auth_top__0eZXh{height:60px;width:100%;border-bottom:1px solid #ccc;display:grid;grid-template-columns:repeat(2,1fr);align-items:center;justify-content:flex-end;position:relative}.auth_auth__QbldH .auth_top__0eZXh .auth_btn__KteDs.auth_outlinedBtn__i4dBk{width:-moz-fit-content!important;width:fit-content!important;margin-bottom:20px}.auth_auth__QbldH .auth_top__0eZXh{height:60px;width:100%;border-bottom:1px solid #ccc;display:flex;align-items:center;justify-content:center;position:relative}.auth_authContainer__ER3hV .auth_top__0eZXh button{font-size:20px;font-weight:400;height:100%;color:#77878f;cursor:pointer;padding:10px}.auth_authContainer__ER3hV .auth_top__0eZXh button.auth_active__SmGYD{color:#111;border-bottom:3px solid #bd7b2d}.auth_authContainer__ER3hV .auth_top__0eZXh .auth_btnClose__D948j{cursor:pointer;background-color:transparent;font-size:12px;opacity:.5;position:absolute;top:-15px;right:0}.auth_authContainer__ER3hV .auth_main__XsR3m .auth_row__Gnwhh{display:flex;justify-content:space-between;align-items:center;gap:10px}.auth_authContainer__ER3hV .auth_main__XsR3m .auth_row__Gnwhh>button:hover{opacity:.85}.auth_authContainer__ER3hV .auth_main__XsR3m .auth_row__Gnwhh>button{color:#bd7b2d;font-weight:500px;cursor:pointer}.auth_authContainer__ER3hV .auth_main__XsR3m{display:flex;align-items:center;flex-direction:column;width:100%;gap:10px;padding:2rem;position:relative}.auth_authContainer__ER3hV .auth_main__XsR3m .auth_subtitle__q_9v6{font-size:18px;opacity:.9}.auth_auth__QbldH .auth_main__XsR3m .auth_authInfo__0GDlw{margin-bottom:20px;text-align:center}.auth_auth__QbldH .auth_main__XsR3m .auth_authInfo__0GDlw h4{font-size:20px;font-weight:600;color:#191c1f}.auth_auth__QbldH .auth_main__XsR3m .auth_authInfo__0GDlw p{margin-top:10px;font-size:14px;color:#5f6c72;padding:0 2rem}.auth_authContainer__ER3hV .auth_field__Om0pz{display:flex;border-radius:4px;border:1px solid #e4e7e9;background-color:transparent;width:100%;gap:10px;padding:8px 16px}.auth_authContainer__ER3hV .auth_main__XsR3m .auth_divisor__JeN0n{position:relative;font-size:14px;color:#77878f;width:100%;display:flex;align-items:center;justify-content:center;z-index:1}.auth_authContainer__ER3hV .auth_main__XsR3m .auth_divisor__JeN0n:after,.auth_authContainer__ER3hV .auth_main__XsR3m .auth_divisor__JeN0n:before{position:absolute;content:"";width:47%;left:0;top:50%;height:.5px;background:#ccc;opacity:.6}.auth_authContainer__ER3hV .auth_main__XsR3m .auth_divisor__JeN0n:after{left:auto;right:0}.auth_authContainer__ER3hV .auth_group__jAFFF{display:flex;flex-direction:row;justify-content:flex-start;align-self:flex-start;gap:5px}.auth_authContainer__ER3hV .auth_labelForCheck___OMWI{font-size:12px}.auth_authContainer__ER3hV a{font-size:12px;align-self:flex-start;text-decoration:underline;margin-bottom:10px}.auth_auth__QbldH form label{color:#191c1f;font-size:14px}.auth_authContainer__ER3hV .auth_authForm__id_4v{width:100%;display:flex;flex-direction:column;gap:10px}.auth_authContainer__ER3hV .auth_authForm__id_4v input{height:44px}.auth_authContainer__ER3hV .auth_btn__KteDs{width:100%;padding:10px 16px;border-radius:8px;background-color:#000;border:1px solid var(--primary);color:#fff;cursor:pointer;font-size:14px;display:flex;height:48px;align-items:center;justify-content:space-around;gap:10px}.auth_authContainer__ER3hV .auth_btn__KteDs.auth_outlinedBtn__i4dBk{height:30px;border-radius:4px;border:1px solid #dadce0;opacity:.8;color:#000;background-color:#fff;padding:18px 10px;font-size:14px;justify-content:space-between}.auth_authContainer__ER3hV .auth_btn__KteDs.auth_colourid__YfNXg{border:1px solid var(--primary);color:var(--primary);font-weight:700}.auth_authContainer__ER3hV .auth_btn__KteDs.auth_filled__UaX7y{border-radius:0;color:#fff;border:2px solid #22226e;background-color:#22226e}.auth_authContainer__ER3hV .auth_btn__KteDs:hover{opacity:.8}.auth_btn__center__wJ0LV{display:flex;align-items:center;gap:10px}.auth_authContainer__ER3hV i{display:flex;align-items:center;justify-content:center;height:20px;width:20px}.auth_authContainer__ER3hV i img{height:100%;width:100%}.Breadcrumb_breadcrumbNav__zNvO4{margin:0;padding:0;font-size:14px;color:#666}.Breadcrumb_breadcrumbList__Zny8o{display:flex;list-style:none;padding:0;margin:0}.Breadcrumb_breadcrumbItem__OEySH{display:flex;align-items:center;color:#5f6c72;font-size:14px;font-weight:500;padding-top:3px}.Breadcrumb_breadcrumbItem__OEySH i{margin-right:6px}.Breadcrumb_link__niHRh{color:#5f6c72;font-size:14px;font-weight:500}.Breadcrumb_link__niHRh:hover{text-decoration:underline}.Breadcrumb_separator__MuJT8{margin:0 6px;padding-top:3px;color:#666}.Breadcrumb_active__P63T2{color:#bd7b2d;font-size:14px;text-transform:capitalize;font-weight:500}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:normal;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transition:opacity .3s;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.menu_dropdown__m__o2{position:relative;display:inline-block}.menu_dropdown_button__qHLYd{background:none;border:none;font-size:16px;font-weight:500;color:#333;cursor:pointer;display:flex;align-items:center;gap:5px}.menu_chevron__ucEkc{font-size:12px;transition:transform .3s ease}.menu_dropdown__m__o2:hover .menu_chevron__ucEkc{transform:rotate(180deg)}.menu_dropdown_menu__VIcY0{padding:10px 0;min-width:220px}.menu_dropdown_menu__VIcY0,.menu_dropdown_menu_lang__LKzoy{display:none;position:absolute;right:0;top:100%;background:#fff;box-shadow:0 4px 4px rgba(0,0,0,.12);border-radius:8px;z-index:1000}.menu_dropdown_menu_lang__LKzoy{min-width:150px}.menu_dropdown__m__o2:hover .menu_dropdown_menu__VIcY0,.menu_dropdown__m__o2:hover .menu_dropdown_menu_lang__LKzoy{display:block}.menu_dropdown_header__SZxon{font-size:14px;font-weight:500;color:#666;padding:10px 30px;margin:0}.menu_dropdown_option__FI8B_{cursor:pointer;width:100%}.menu_dropdown_option__FI8B_>p{font-size:14px;font-weight:500;color:#666;padding:10px 30px!important;width:100%;margin:0}.menu_divider__RZeHq{border:none;height:1px;background-color:#eee;margin:5px 0}.menu_dropdown_menu__VIcY0 ul{list-style:none;margin:0;padding:0}.menu_dropdown_menu__VIcY0 ul li{margin:0}.menu_dropdown_menu__VIcY0 ul li a{display:flex;align-items:center;gap:10px;padding:7px 15px;text-decoration:none;font-size:14px;color:#5b5b5b;transition:background .2s ease,color .2s ease}.menu_dropdown_menu__VIcY0 ul li a:hover{background-color:#f5f5f5;color:#000}.menu_dropdown_menu__VIcY0 a i,.menu_dropdown_menu__VIcY0 a i img{display:flex;align-items:center;justify-content:center}