@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter&family=Space+Grotesk:wght@500&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .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-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-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--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( to right, #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: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.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:translate(-50%)}.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:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.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__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{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-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{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--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{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:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-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--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-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--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-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(0)}to{transform:rotate(360deg)}}:after,:before,*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scrollbar-width:none}body{font-feature-settings:"clig" off,"liga" off;background:#fff;position:relative;max-width:1400px;margin:0 auto}button{display:inline-block;cursor:pointer;border:none;transition:.3s all linear}button:disabled{cursor:not-allowed}img{display:block;width:100%;height:100%;object-fit:cover}ul{list-style:none}a{text-decoration:none}.container{width:100%;padding:1rem}.container--fluid{width:100%;max-width:1200px;margin:0 auto}.link{font-family:inherit;color:inherit;align-self:stretch}.loading{width:6rem;height:6rem;border:5px solid var(--primary-grey);border-radius:50%;border-top-color:var(--primary-700);animation:spinner 2s linear infinite;margin:0 auto}.featured{padding:1rem;background:#fff}.featured__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem}.featured__tittle{color:#000;font-family:Poppins,sans-serif;font-size:2.125rem;font-weight:500;letter-spacing:-.0375rem;text-transform:capitalize}.featured__wrapper{display:flex;justify-content:flex-end;align-items:center;gap:.5rem}.featured__dot{width:1rem;height:1rem;background:#6c7275;border-radius:50%}.featured__dot--active{border:3px solid #fff;outline:1px solid #141718;background:#141718;width:1.2rem;height:1.2rem}@media screen and (min-width: 1200px){.featured{padding:3rem 10rem 8rem}.featured__tittle{font-size:2.5rem;line-height:2.75rem;letter-spacing:-.025rem}}.shopCategories{padding:1rem;background:#fff}.shopCategories__tittle{color:#23262f;font-size:2.125rem;font-weight:500;font-family:Poppins,sans-serif;line-height:2.375rem;letter-spacing:-.0375rem;text-align:center;max-width:12rem;margin:4.5rem auto 1.5rem}@media screen and (min-width: 1200px){.shopCategories{padding:3rem 10rem 8rem}.shopCategories__tittle{font-size:2.5rem;line-height:2.75rem;letter-spacing:-.025rem;max-width:fit-content;margin:2.5rem auto 3rem}}.limitedEdition{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;margin:2.5rem 0;background:#141718}.limitedEdition__imgBox{order:2;height:22.9375rem;min-height:100%;width:100%;position:relative}.limitedEdition__imgCover{width:100%;height:100%;background:#1417184c;position:absolute;top:0;left:0}.limitedEdition__desc{padding:1.78rem 1rem;max-width:28.25rem}.limitedEdition__tittle{color:#38cb89;font-family:Inter,sans-serif;font-size:1rem;font-weight:700;line-height:1rem;text-transform:uppercase;margin-bottom:1rem}.limitedEdition__topic{color:#fefefe;font-family:Poppins,sans-serif;font-size:2.125rem;font-weight:500;line-height:2.375rem;letter-spacing:-.0375rem}.limitedEdition__prompt{color:#fefefe;font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;line-height:1.375rem;margin-top:1.5rem}.limitedEdition__timer{margin-top:1.5rem}.limitedEdition__btn{display:flex;justify-content:center;align-items:center;padding:.375rem 2.5rem;gap:.5rem;border-radius:.5rem;background:#38cb89;color:#141718;text-align:center;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;line-height:1.75rem;letter-spacing:-.025rem;margin-top:2.75rem;transition:.3s all linear}.limitedEdition__btn:hover{background:#fff;color:#38cb89}@media screen and (min-width: 768px){.limitedEdition{flex-direction:row;align-items:center;margin:4.5rem 0 2.5rem;height:24.25rem}.limitedEdition__imgBox{order:1;width:50%}.limitedEdition__desc{order:2;padding:0 0 0 2.5rem}}@media screen and (min-width: 900px){.limitedEdition__desc{padding:0 0 0 4.5rem}}@media screen and (min-width: 1200px){.limitedEdition{height:31.25rem}.limitedEdition__imgBox{width:45%}.limitedEdition__topic{font-size:2.5rem;line-height:2.75rem;letter-spacing:-.025rem}.limitedEdition__prompt{font-size:1.25rem;line-height:2rem}}.shopCollection{padding:1rem}.shopCollection__tittle{color:#000;font-family:Poppins,sans-serif;font-size:2.125rem;font-weight:500;line-height:2.375rem;letter-spacing:-.0375rem;text-align:center}@media screen and (min-width: 768px){.shopCollection__tittle{font-size:2.125rem;line-height:2.375rem;letter-spacing:-.0375rem;text-align:left;line-height:2.75rem;letter-spacing:-.025rem;font-size:2.5rem}}@media screen and (min-width: 1200px){.shopCollection{padding:3rem 10rem 8rem}}.articles{padding:1rem;margin-top:2.5rem}.articles__header{display:flex;justify-content:space-between;align-items:flex-end}.articles__tittle{color:#000;font-family:Poppins,sans-serif;font-size:2.125rem;font-weight:500;line-height:2.375rem;letter-spacing:-.0375rem;max-width:9.5rem}.articles__btn{display:flex;justify-content:space-between;align-items:center;gap:.25rem;color:#121212;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;line-height:1.5rem;background:transparent;border-bottom:1px solid #141718}@media screen and (min-width: 768px){.articles__tittle{font-size:2.5rem;line-height:2.75rem;letter-spacing:-.025rem;max-width:fit-content}.articles__btn{color:#141718;font-size:1rem;line-height:1.75rem;letter-spacing:-.025rem}}@media screen and (min-width: 1200px){.articles{padding:3rem 10rem 8rem}}.newsletter{background:#141718;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:2rem;padding:5.94rem 0;margin-top:5.24rem}.newsletter__tittle{color:#fefefe;text-align:center;font-family:Poppins,sans-serif;font-size:1.75rem;font-weight:500;line-height:2.125rem;letter-spacing:-.0375rem}.newsletter__desc{color:#fefefe;text-align:center;font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;line-height:1.375rem;margin-top:.75rem}.newsletter__form{display:flex;justify-content:center;align-items:center;height:3.25rem;border-bottom:1px solid #fefefe}.newsletter__inputBox{display:flex;justify-content:center;align-items:center;width:90%}.newsletter__label{display:none}.newsletter__input{background:transparent;border:none;color:#fefefe;font-size:1rem;display:block}.newsletter__input::placeholder{color:#fefefe;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;line-height:1.75rem;letter-spacing:-.025rem}.newsletter__input:focus{outline:none}.newsletter__btn{color:#fefefe;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;line-height:1.75rem;letter-spacing:-.025rem;background:transparent}@media screen and (min-width: 300px){.newsletter__label{display:block;margin-right:.5rem}}@media screen and (min-width: 768px){.newsletter__tittle{font-size:2.5rem;font-weight:500;line-height:2.75rem;letter-spacing:-.025rem}.newsletterdesc{font-size:1.125rem;line-height:1.875rem}.newsletter__form{display:flex;justify-content:space-between;align-items:center;width:60%}.newsletter__input{width:90%}}@media screen and (min-width: 1200px){.newsletter{background:url(https://res.cloudinary.com/dikeogwu1/image/upload/v1705397093/Fabstore%20e-commerce/News_letter_sq3fq7.png);background-repeat:no-repeat;background-size:cover}.newsletter__form{width:40%}}.newsfeed{padding:2.5rem 1rem;margin:2.5rem 0}.newsfeed__item{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1rem}.newsfeed__topic{color:#6c7275;text-align:center;font-family:Inter,sans-serif;font-size:1rem;font-weight:700;line-height:1rem;text-transform:uppercase}.newsfeed__tittle{color:#121212;text-align:center;font-family:Poppins,sans-serif;font-size:2.125rem;font-weight:500;line-height:2.375rem;letter-spacing:-.0375rem;display:block}.newsfeed__desc{color:#121212;text-align:center;font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;line-height:1.375rem}.newsfeed__handle{color:#6c7275;text-align:center;font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:500;line-height:1.75rem}@media screen and (min-width: 768px){.newsfeed__tittle{font-size:2.5rem;font-weight:500;line-height:2.75rem;letter-spacing:-.025rem}.newsfeed__desc{font-size:1.25rem;line-height:2rem}}.instagramImg{display:grid;grid-template-columns:repeat(3,1fr)}@media screen and (min-width: 900px){.instagramImg{grid-template-columns:repeat(6,1fr)}}.auth{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.auth__poster{height:26.875rem;width:100%;background:#d3d3d3;background-blend-mode:multiply,normal;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:4rem}.auth__logo{margin-top:2rem}.auth__imgBox{height:23rem;width:12rem}.auth__feed{background:#fff;padding:2.5rem 1rem;align-self:stretch}.auth__tittle{color:#141718;font-family:Poppins,sans-serif;font-size:2.5rem;font-weight:500;line-height:2.75rem;letter-spacing:-.025rem;margin-bottom:1.5rem}.auth__desc{color:#6c7275;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.625rem}.auth__demo,.auth__link{color:#38cb89;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;line-height:1.625rem}.auth__demo{color:#38cb89;padding:.25rem;margin-left:1rem;border-radius:.25rem}.auth__form{display:flex;flex-direction:column;align-items:flex-start;gap:2rem;align-self:stretch;margin-top:2rem}.auth__inputBox{display:flex;padding-bottom:.5rem;align-items:center;gap:1rem;align-self:stretch;border-bottom:1px solid #e8ecef}.auth__input{color:#6c7275;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.625rem;border:none;width:100%}.auth__input::placeholder{color:#6c7275;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.625rem}.auth__input:focus{outline:none}.auth__terms{display:flex;align-items:center;width:100%;gap:.75rem}.auth__terms--forgotPass{justify-content:space-between}.auth__remember{display:flex;justify-content:center;align-items:center;gap:1rem}.auth__checkbox{fill:#fcfcfd;stroke-width:1.5px;stroke:#6c7275;width:1.5rem;height:1.5rem}.auth__checkbox:checked{border:1px solid #38cb89;color:#38cb89}.auth__prompt{color:#6c7275;font-family:Inter,sans-serif;font-size:.75rem;font-weight:400;line-height:1.25rem}.auth__conditions{color:#141718;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;line-height:1.25rem}.auth__btn{display:flex;width:100%;padding:.625rem 2.5rem;justify-content:center;align-items:center;gap:.5rem;border-radius:.5rem;background:#141718;color:#fff;text-align:center;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;line-height:1.75rem;letter-spacing:-.025rem}.auth__btn:hover{color:#38cb89}.auth__btn:disabled{cursor:not-allowed}@media screen and (min-width: 768px){.auth__feed{padding-left:5.5rem;align-self:auto}.auth__form{max-width:25rem}.auth__prompt,.auth__conditions{font-size:1rem;line-height:1.625rem}}@media screen and (min-width: 1200px){.auth{height:100vh;flex-direction:row;justify-content:space-between}.auth__poster{width:50%;height:100%;justify-content:flex-start}.auth__imgBox{height:25rem;width:14rem}.auth__feed{width:50%;height:100%;display:flex;flex-direction:column;justify-content:center;align-self:stretch}}.miniCart{width:100%;height:100%;background:linear-gradient(0deg,#00000052,#00000052),#d4d4d42c 0px 0px no-repeat;min-height:100vh;min-width:100%;position:relative;outline:none;border:none}.miniCart::-webkit-scrollbar{display:none}.miniCart__item{display:flex;width:16rem;height:46.75rem;position:absolute;top:0;right:0}.miniCart__item{background:#fff}@media screen and (min-width: 340px){.miniCart__item{width:20rem}}@media screen and (min-width: 380px){.miniCart__item{width:21.4375rem}}.product{padding:1rem;margin-top:1rem;min-height:100vh}.product__header{display:flex;align-items:flex-start;gap:.5rem}.product__link{display:flex;align-items:center;gap:.25rem;color:#605f5f;font-family:Inter,sans-serif;font-size:.75rem;font-weight:500;line-height:1.25rem;background:transparent}.product__link--active{color:#121212;font-family:Inter,sans-serif}.product__poster{display:flex;flex-direction:column;gap:1.5rem}.product__imgWrapper{display:flex;justify-content:center;align-items:center;width:100%;max-width:34.25rem;height:25.875rem;position:relative;margin-top:1rem;overflow:hidden}.product__imgBox{width:100%;height:100%;position:absolute;transition:.3s all linear}.product__next{transform:translate(100%);visibility:hidden;z-index:-1}.product__current{transform:translate(0);visibility:visible;z-index:1}.product__prev{transform:translate(-100%);visibility:hidden;z-index:-1}.product__arrowLeft,.product__arrowRight{display:flex;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;padding:.5rem;border-radius:50%;background:#fff;box-shadow:0 8px 16px #0000000a;position:absolute;z-index:2}.product__arrowLeft{left:0;margin-left:1.5rem}.product__arrowRight{right:0;margin-right:1.5rem}.product__bottomImages{display:none;gap:1.5rem}.product__image{width:10.4375rem;height:10.4375rem}.product__descBox{margin-top:2rem}.product__descWrapper{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;padding-bottom:1.5rem}.product__descHeader{display:flex;align-items:center;gap:.625rem}.product__reviewCount{color:#141718;font-family:Inter,sans-serif;font-size:.75rem;font-weight:400;line-height:1.25rem}.product__name{color:#141718;font-family:Poppins,sans-serif;font-size:2.5rem;font-weight:500;line-height:2.75rem;letter-spacing:-.025rem}.product__desc{color:#6c7275;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.625rem}.product__priceBox{display:flex;gap:.75rem;align-items:center}.product__price{color:#121212;font-family:Poppins,sans-serif;font-size:1.75rem;font-weight:500;line-height:2.125rem;letter-spacing:-.0375rem}.product__discount{color:#6c7275;font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:500;line-height:1.75rem}.product__attributes{display:flex;padding:1.5rem 0rem;flex-direction:column;align-items:flex-start;gap:1.5rem}.product__sizeBox{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.product__sizeText,.product__colorText{color:#6c7275;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;line-height:1.625rem;display:flex;gap:.5rem;align-items:center}.product__sizes{display:flex;gap:.5rem}.product__size{color:#000;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:400;line-height:2rem;padding:.25rem}.product__size:hover{background:#38cb89}.product__colorBox{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.product__colorName{color:#000;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:400;line-height:2rem}.product__colors{display:flex;gap:.5rem}.product__color{width:1.5rem;height:1.5rem;border-radius:50%;background:#000;border:.1px solid #141718}.product__color--active{outline:3px solid #6c7275}.product__actions{display:flex;padding:1.5rem 0rem;flex-direction:column;align-items:flex-start;gap:1rem}.product__btnBox{display:flex;gap:.5rem}.product__countBox{display:flex;justify-content:center;align-items:center;gap:.625rem;width:5rem;height:2rem;padding:.75rem .5rem;border-radius:.25rem;background:#f3f5f7}.product__increament,.product__decreament{background:transparent}.product__increament:hover,.product__decreament:hover{background:#38cb89}.product__count{font-family:Poppins,sans-serif;font-size:.875rem;color:#000}.product__wishlist{display:flex;justify-content:center;align-items:center;padding:.25rem 2.5rem;gap:.5rem;border-radius:.25rem;border:1px solid #141718}.product__addToCart{display:flex;justify-content:center;align-items:center;width:100%;max-width:19.4375rem;padding:.25rem 2.5rem;gap:.5rem;border-radius:.25rem;background:#141718;color:#fff;text-align:center;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;line-height:1.5rem}.product__addToCart:hover{color:#38cb89}.product__categoryBox{display:flex;flex-direction:column;align-items:flex-start;width:100%;max-width:19.4375rem;padding:1.5rem 0rem;gap:.5rem;border-top:1px solid #e8ecef}.product__categoryDesc{display:flex;align-items:flex-start;gap:6.125rem}.product__categoryDesc--category{gap:3.625rem}.product__categoryInfo,.product__categoryValue{color:#6c7275;font-family:Inter,sans-serif;font-size:.75rem;font-weight:400;line-height:1.25rem}.product__categoryValue{color:#141718}.product__remark{margin-top:1.5rem}@media screen and (min-width: 300px){.product__wishlist{width:13.9375rem}}@media screen and (min-width: 768px){.product__link{font-size:.875rem;line-height:1.5rem}.product__imgWrapper{width:34.25rem;height:45.5625rem}.product__addToCart{width:31.75rem;padding:.625rem 2.5rem;border-radius:.5rem;font-size:1.125rem;line-height:2rem;letter-spacing:-.025rem}.product__categoryBox{width:31.75rem}.product__remark{margin-top:2.5rem}}@media screen and (min-width: 900px){.product__box{display:flex;gap:3.9375rem}.product__bottomImages{display:flex;gap:1.5rem}}@media screen and (min-width: 1200px){.product{padding:1rem 10rem 8rem}}.remark__headers{display:flex;align-items:flex-start;flex-direction:column;gap:.5rem;width:100%;max-width:70rem;border-bottom:1px solid #e8ecef}.remark__headersLG{display:none}.remark__btn{display:flex;justify-content:space-between;align-items:center;width:100%;height:2.5rem;padding-bottom:.5rem;gap:.625rem;border-bottom:1px solid #6c7275;background:transparent}.remark__btn--active{border-bottom:1px solid #141718}.remark__btn--active .remark__tittle{color:#141718}.remark__tittle{color:#807e7e;font-family:Inter,sans-serif;font-size:1.125rem;font-weight:500;line-height:2rem;letter-spacing:-.025rem}.remark__tittle--active{color:#141718}.remark__item{margin-top:2.5rem;display:none}.remark__item--active{display:block}@media screen and (min-width: 768px){.remark__headers{flex-direction:row;gap:5rem}.remark__headersLG{display:flex}.remark__headersSM{display:none}.remark__btn{border-bottom:none;width:fit-content}.remark__btn--active{border-bottom:1px solid #141718}.remark__btnIcon{display:none}.remark__item{margin-top:3rem}}.hero{padding:1rem;margin-top:1rem}.hero__header{min-height:24.5rem;background-size:cover;background-position:center;display:grid;place-content:center;align-items:center;gap:1.5rem}.hero__subNav{display:flex;align-items:flex-start;gap:.5rem;margin:0 auto}.hero__tittle{color:#000;font-family:Poppins,sans-serif;font-size:2.5rem;font-weight:500;text-align:center;line-height:2.75rem;letter-spacing:-.025rem}.hero__desc{color:#121212;text-align:center;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.625rem}@media screen and (min-width: 768px){.hero__tittle{font-size:3.375rem;line-height:3.625rem;letter-spacing:-.0625rem;text-align:center}.hero__desc{font-size:1.25rem;font-weight:400;line-height:2rem}}@media screen and (min-width: 1200px){.hero{padding:1rem 10rem 0rem}}.allProducts{padding:2rem 1rem}.allProducts__filterBox{display:flex;flex-direction:column;align-items:flex-start;gap:2rem}.allProducts__filterTools{display:flex;flex-direction:column;gap:1rem;width:100%}.allProducts__firstTools{display:flex;width:100%;padding:.5rem 0rem;justify-content:space-between;align-items:center;border-top:1px solid #e8ecef;border-bottom:1px solid #e8ecef;display:none;order:2}.allProducts__sign{display:flex;width:5.5rem;align-items:center;gap:.5rem}.allProducts__signText{color:#121212;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;line-height:1.625rem}.allProducts__filterList--lg{display:none}.allProducts__sortItem{width:100%;display:flex;justify-content:space-between;align-items:center}.allProducts__filterTittle{color:#000;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;line-height:1.625rem;display:none}.allProducts__topic{margin-bottom:1rem}.allProducts__filterBy{border-radius:.75rem;border:1.5px solid #f3f5f7}.allProducts__listingWrapper{display:grid;grid-template-columns:1fr;gap:1rem}@media screen and (min-width: 500px){.allProducts__listingWrapper{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 768px){.allProducts__filterTools{flex-direction:row;gap:1rem}.allProducts__firstTools{width:25%;display:flex;order:1;border:none}.allProducts__sign{width:16.375rem}.allProducts__signText{font-size:1.25rem;line-height:2rem}.allProducts__filterList{width:21.075rem}.allProducts__filterList--sm{display:none}.allProducts__filterList--lg{display:block}.allProducts__sortItem{align-self:stretch;order:2;display:flex;width:100%}.allProducts__filterTittle{font-size:1.25rem;line-height:2rem;display:block;width:60%}.allProducts__sortBy{width:21rem}.allProducts__topic{color:#121212;font-family:Inter,sans-serif;font-size:1rem;line-height:1.625rem}.allProducts__filterBy{border-radius:none;border:none}.allProducts__listing{display:flex;gap:1.25rem}.allProducts__listingWrapper{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media screen and (min-width: 1200px){.allProducts{padding:3.75rem 10rem 8rem}.allProducts__listingWrapper{grid-template-columns:repeat(3,1fr)}}.checkoutStep{padding:1rem;margin-top:2.5rem}.checkoutStep__item{display:none}.checkoutStep__item--active{display:block}@media screen and (min-width: 1200px){.checkoutStep{padding:1rem 10rem 0rem;margin-top:5rem}}.profileLayout{padding:1rem;margin-bottom:5rem}.profileLayout__headBack{display:flex;align-items:center;gap:.25rem;background:transparent;color:#605f5f;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;line-height:1.5rem}.profileLayout__tittle{width:fit-content;margin:2.5rem auto;color:#000;font-family:Poppins,sans-serif;font-size:2.5rem;font-weight:500;line-height:2.75rem;letter-spacing:-.025rem}.profileLayout__header{display:flex;padding:2.5rem 1rem;flex-direction:column;align-items:center;gap:2.5rem;border-radius:.5rem;background:#f3f5f7;margin-bottom:2.5rem}.profileLayout__logo{display:flex;flex-direction:column;align-items:center;gap:.375rem}.profileLayout__imgBox{width:5.125rem;height:5.125rem;position:relative}.profileLayout__img{border-radius:50%}.profileLayout__userName{color:#000;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:600;line-height:2rem}.profileLayout__uploadBtn{display:inline-flex;padding:.4375rem;align-items:flex-start;gap:.625rem;border-radius:7.8125rem;border:1.5px solid #fff;background:#141718;position:absolute;bottom:0;right:0;z-index:1}.profileLayout__itemBox{display:flex;justify-content:space-between;align-items:center;width:100%;padding:.5rem .5rem .5rem 1rem;border-radius:.5rem;border:2px solid #6c7275;background:#fff;position:relative}.profileLayout__topic{color:#141718;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;line-height:1.625rem;width:80%}.profileLayout__toggle{align-self:stretch;background:transparent;width:1.5rem}.profileLayout__list{position:absolute;bottom:0;left:0;transform:translateY(105%);display:flex;width:100%;padding:.5rem;flex-direction:column;align-items:flex-start;gap:.625rem;border-radius:.75rem;border:1.5px solid #f3f5f7;background:#fff;box-shadow:0 64px 64px -48px #0f0f0f1a}.profileLayout__list--hide{display:none}.profileLayout__item{display:flex;width:100%;padding:.5rem;align-items:center;gap:.5rem;border-radius:.5rem;color:#6c7275;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.625rem}.profileLayout__item--active{color:#141718}.profileLayout__details{margin-top:2.5rem}.profileLayout__detail{display:none}.profileLayout__detail--active{display:block}@media screen and (min-width: 768px){.profileLayout__container{display:flex;gap:4.5rem;width:100%}.profileLayout__headBack{display:none}.profileLayout__tittle{width:100%;text-align:center;margin:5rem 0;font-size:3.375rem;line-height:3.625rem;letter-spacing:-.0625rem}.profileLayout__header{width:18.1rem}.profileLayout__imgBox{width:5.125rem;height:5.125rem}.profileLayout__topic,.profileLayout__toggle{display:none}.profileLayout__itemBox{border:none;gap:.5rem;background:transparent}.profileLayout__list{position:relative;transform:translateY(0);box-shadow:none;background:transparent;display:flex}.profileLayout__item{border-radius:0;width:100%;padding:.5rem 0rem;display:flex;flex-direction:column;align-items:flex-start;gap:.625rem;background:transparent;color:#6c7275;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;line-height:1.625rem}.profileLayout__item--active{color:#141718;border-bottom:1px solid #141718}.profileLayout__details{margin-top:0}}@media screen and (min-width: 1200px){.profileLayout{padding:1rem 10rem 0rem}}.blogLayout{padding:2rem 1rem}.blogLayout__topic{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:19.5rem;margin:0 auto;padding:.5rem .5rem .5rem 1rem;border-radius:.5rem;border:2px solid #6c7275;position:relative}.blogLayout__name{color:#141718;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;line-height:1.625rem}.blogLayout__toggle{width:1.5rem;height:1.5rem;background:transparent}.blogLayout__btns{position:absolute;bottom:0;left:0;flex-direction:column;align-items:flex-start;width:100%;padding:.5rem;gap:.625rem;border-radius:.75rem;border:1.5px solid #f3f5f7;background:#fff;transform:translateY(105%);box-shadow:0 64px 64px -48px #0f0f0f1a;display:none}.blogLayout__btns--show{display:flex}.blogLayout__btn{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem;color:#6c7275;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.625rem;background:#f3f5f7}.blogLayout__sort{display:none}.blogLayout__box{margin-top:2.5rem}.blogLayout__item{display:none}.blogLayout__item--active{display:block}@media screen and (min-width: 768px){.blogLayout__header{display:flex;justify-content:space-between}.blogLayout__topic{margin:0;padding:0;border:none;border-radius:0;width:23%}.blogLayout__name,.blogLayout__toggle{display:none}.blogLayout__btns{display:flex;position:relative;transform:translateY(0);flex-direction:row;align-items:flex-start;width:100%;padding:0;gap:2.5rem;border-radius:0;border:none}.blogLayout__btn{background:transparent;padding:0 0 .25rem;width:fit-content}.blogLayout__btn--active{color:#121212;border-bottom:1px solid #121212}.blogLayout__sort{display:flex;width:18rem}}@media screen and (min-width: 1200px){.blogLayout{padding:3.75rem 10rem 8rem}.blogLayout__topic{width:20%}}.contact{padding:1rem}.contact__subNav{display:flex;gap:1rem}.contact__descBox{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem;margin-top:3rem}.contact__tittle{color:#141718;font-family:Poppins,sans-serif;font-size:1.75rem;font-weight:500;line-height:2.125rem;letter-spacing:-.0375rem}.contact__desc{color:#141718;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.625rem;max-width:52.125rem}.contact__about{display:flex;flex-direction:column;gap:4rem;margin-top:2.5rem;background:#f3f5f7;padding-bottom:4rem}.contact__imgBox{width:100%;height:28.4375rem}.contact__aboutText{padding:0rem 1rem;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:1.5rem}.contact__topic{color:#121212;font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:500;line-height:1.75rem}.contact__topic--center{text-align:center}.contact__aboutDesc{color:#343839;font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;line-height:1.375rem}.contact__link{display:flex;align-items:center;gap:.25rem;color:#121212;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;line-height:1.75rem;letter-spacing:-.025rem;border-bottom:2px solid #6c7275}.contact__info{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:1rem;margin-top:2.5rem}.contact__card{display:flex;padding:1rem 2rem;flex-direction:column;align-items:center;gap:1rem;align-self:stretch;text-align:center;background:#f3f5f7}.contact__infoTittle{color:#6c7275;font-family:Inter,sans-serif;font-size:1rem;font-weight:700;line-height:1rem;text-transform:uppercase}.contact__infoText{color:#141718;text-align:center;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;line-height:1.625rem}.contact__formBox{display:flex;width:100%;flex-direction:column;align-items:flex-start;gap:1.5rem;margin:2.5rem 0}.contact__map{width:100%;height:19.4375rem;position:relative}.contact__mapIcon{width:4rem;height:4rem;position:absolute;top:50%;left:45%;transform:translateY(-50%)}.contact__form{width:100%;display:flex;flex-direction:column;align-items:center;gap:1rem}.contact__inputBox{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}.contact__label{color:#6c7275;font-family:Inter,sans-serif;font-size:.75rem;font-weight:700;line-height:.75rem;text-transform:uppercase}.contact__input{display:flex;align-items:center;align-self:stretch;height:2.5rem;padding:0rem 1rem;gap:.5rem;border-radius:.375rem;border:1px solid #cbcbcb;background:#fff;color:#6c7275;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.625rem}.contact__input:focus{outline:1.5px solid #cbcbcb}.contact__input--textarea{height:8.75rem;padding:1rem}.contact__submit{display:flex;justify-content:center;align-items:center;gap:.5rem;padding:.375rem 2.5rem;border-radius:.5rem;background:#141718;color:#fff;text-align:center;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;line-height:1.75rem;letter-spacing:-.025rem;margin:0 auto}@media screen and (min-width: 768px){.contact__descBox{margin-top:2.5rem}.contact__tittle{font-size:3.375rem;line-height:3.625rem;letter-spacing:-.0625rem;max-width:52.125rem}.contact__about{flex-direction:row;gap:4.5rem;margin-top:3rem;padding-bottom:0}.contact__imgBox{width:35rem;height:25.8125rem}.contact__topic{font-size:2.5rem;line-height:2.75rem;letter-spacing:-.025rem}.contact__aboutDesc{font-size:1rem;line-height:1.625rem}.contact__box{margin-top:3rem}.contact__info{display:grid;grid-template-columns:repeat(3,1fr)}.contact__formBox{display:grid;grid-template-columns:repeat(2,1fr);margin-bottom:5rem}.contact__map{height:25.25rem;order:2}.contact__submit{margin:1rem 0 0}}@media screen and (min-width: 1200px){.contact{padding:1rem 10rem 8rem}}.services{display:grid;grid-template-columns:repeat(2,1fr);width:100%;padding:2rem;align-items:flex-start;gap:1.5rem;background:#f3f5f7}.services__item{display:flex;padding:2rem 1rem;flex-direction:column;align-items:flex-start;gap:1rem}.services__desc{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem}.services__tittle{color:#141718;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;line-height:1.375rem}.services__text{color:#6c7275;font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;line-height:1.375rem}@media screen and (min-width: 768px){.services{grid-template-columns:repeat(4,1fr)}.services__tittle{font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:500;line-height:1.75rem}.services__text{font-family:Poppins,sans-serif;line-height:1.5rem}}@media screen and (min-width: 1200px){.services{padding:1rem 10rem}}.singleBlog{padding:1rem}.singleBlog__subNav{display:none}.singleBlog__headBack{display:flex;align-items:center;gap:.25rem;color:#605f5f;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;line-height:1.5rem;margin-bottom:3rem;background:transparent}.singleBlog__header{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem}.singleBlog__tip{color:#000;font-family:Inter,sans-serif;font-size:.75rem;font-weight:700;line-height:.75rem;text-transform:uppercase}.singleBlog__topic,.singleBlog__tittle{color:#141718;font-family:Poppins,sans-serif;font-size:1.75rem;font-weight:500;line-height:2.125rem;letter-spacing:-.0375rem}.singleBlog__origin{display:flex;align-items:flex-start;align-items:center;width:100%;justify-content:space-between}.singleBlog__author{display:flex;align-items:center;gap:.25rem;color:#6c7275;font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;line-height:1.375rem}.singleBlog__poster{width:100%;margin:1rem 0 0}.singleBlog__item{display:flex;flex-direction:column;gap:1rem;padding-bottom:5rem;width:100%;border-bottom:1px solid #e8ecef}.singleBlog__postImg--lg{display:none}.singleBlog__imgBox{width:100%;height:25.4375rem}.singleBlog__topic{font-size:1.5rem}.singleBlog__text{color:#000;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.625rem}.singleBlog__box,.singleBlog__descBox,.singleBlog__lastBox{display:flex;flex-direction:column;gap:1rem;width:100%;height:auto}.singleBlog__desc--lg{display:none}.singleBlog__more{margin:1.5rem 0 2.5rem}.singleBlog__moreText{color:#000;font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:500;line-height:1.75rem}.singleBlog__moreLink{display:none}@media screen and (min-width: 768px){.singleBlog__subNav{display:flex;align-items:center;gap:1rem;margin-bottom:3rem}.singleBlog__headBack{display:none}.singleBlog__tittle{font-size:3.375rem;font-weight:500;line-height:3.625rem;letter-spacing:-.0625rem;max-width:52.125rem}.singleBlog__author{font-size:1rem;line-height:1.625rem}.singleBlog__poster{max-width:69.99906rem;height:40.43269rem;margin:2.5rem 0}.singleBlog__item{gap:2.5rem;border-bottom:none}.singleBlog__origin{justify-content:flex-start;width:auto;gap:3rem}.singleBlog__box--sm{display:none}.singleBlog__doubleImg{width:50%;width:100%;display:flex;gap:1.5rem}.singleBlog__doubleImg--sm{display:none}.singleBlog__postImg{max-width:34.25rem;height:40.5625rem}.singleBlog__postImg--sm{display:none}.singleBlog__postImg--lg{display:block}.singleBlog__imgBox{width:50%;height:25.5625rem}.singleBlog__imgBox img{width:100%;height:100%}.singleBlog__desc{flex-direction:column}.singleBlog__desc--sm{display:none}.singleBlog__desc--lg{display:block}.singleBlog__lastBox{flex-direction:row;gap:1.5rem}.singleBlog__more{display:flex;justify-content:space-between;align-items:center}.singleBlog__moreText{font-size:1.75rem;line-height:2.125rem;letter-spacing:-.0375rem}.singleBlog__moreLink{display:flex;align-items:center;gap:.25rem;color:#121212;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;line-height:1.75rem;letter-spacing:-.025rem;border-bottom:2px solid #6c7275}}@media screen and (min-width: 1200px){.singleBlog{padding:1rem 10rem 0rem}}.brand{font-family:Poppins,sans-serif;color:#141718}.brand__name{color:#38cb89}.brand__label{text-shadow:0px 0px 2px #38cb89}.navbar1{background:#38cb89;max-width:90rem;height:2.5rem;padding:.5rem 1rem;display:flex;justify-content:center;align-items:center;gap:.75rem;font-family:Inter,sans-serif;color:#000;position:relative;z-index:1;visibility:visible}.navbar1--hide{position:absolute;z-index:-1;visibility:hidden}.navbar1__text{font-size:.875rem;font-style:normal;font-weight:600}.navbar1__btn{display:flex;justify-content:center;align-items:center;gap:.25rem;text-transform:capitalize;background:transparent;border-bottom:1px solid #000;font-size:.875rem;font-style:normal;font-weight:500;color:#000;display:none}.navbar1__btn:hover{border-bottom:1px solid #fff}.navbar1__close{position:absolute;right:0;margin-right:1rem;background:transparent}.navbar1__close:hover{background:#fff}@media screen and (min-width: 768px){.navbar1__btn{display:inline-block}}.navbar2{max-width:90rem;padding:1rem;background:#fff;display:flex;justify-content:space-between;align-items:center;position:relative}.navbar2__brand{display:flex;justify-content:center;align-items:center;gap:1rem}.navbar2__menuBtn{background:transparent}.navbar2__menuBtn:hover{background:#38cb89}.navbar2__list{display:none;gap:2.5rem}.navbar2__item{display:flex;justify-content:center;align-items:center;color:#141718;font-family:Space Grotesk,sans-serif;font-size:.875rem;font-style:normal;font-weight:500}.navbar2__dropDown{background:transparent;font-family:inherit}.navbar2__tools{display:flex;gap:1rem}.navbar2__tool{display:none;gap:1rem}.navbar2__search{background:transparent}.navbar2__authBtn{display:flex;gap:1rem}.navbar2__logger{padding:.25rem;align-self:stretch;color:#141718;font-family:Space Grotesk,sans-serif;font-size:.925rem;font-style:normal;font-weight:500;letter-spacing:-.025rem;background:transparent;transition:.3s all linear}.navbar2__logger:hover{color:#38cb89}@media screen and (min-width: 768px){.navbar2__menuBtn{display:none}.navbar2__list,.navbar2__tool{display:flex}}@media screen and (min-width: 1200px){.navbar2{padding:1rem 10rem}}.mobileNav{border:none;width:100%;max-width:25.4375rem;height:100vh;background:linear-gradient(0deg,#00000052,#00000052),#d3d3d3 0px 0px/100% 592.885% no-repeat;transition:.3s all linear;transform:translate(-100%)}.mobileNav--open{transform:translate(0)}.mobileNav__wrapper{width:95%;background:#fff;display:flex;justify-content:space-between;align-items:center;flex-direction:column;min-width:21.4375rem;height:100%;gap:15.25rem;padding:1.5rem;overflow-y:scroll}.mobileNav__wrapper::-webkit-scrollbar{display:none}.mobileNav__head{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;align-self:stretch}.mobileNav__header{display:flex;justify-content:space-between;align-items:center;align-self:stretch}.mobileNav__close{background:transparent}.mobileNav__close:hover{background:#38cb89}.mobileNav__searchBar{display:flex;height:2.875rem;padding:0rem 1rem;align-items:center;gap:.5rem;align-self:stretch;border-radius:.375rem;border:1px solid #6c7275;background:#fff}.mobileNav__searchBtn{background:transparent;color:#fff}.mobileNav__searchBtn:hover{background:#38cb89}.mobileNav__input{align-self:stretch;font-size:1rem;color:#6c7275;width:100%;border:none}.mobileNav__input:focus{outline:none}.mobileNav__list{display:flex;flex-direction:column;align-items:flex-start;width:100%;gap:1rem}.mobileNav__item{max-width:18.4375rem;padding-bottom:.5rem;display:flex;justify-content:space-between;align-items:center;flex-direction:column;gap:.625rem;height:2rem;align-self:stretch;border-bottom:1px solid #e8ecef;transition:.3s all linear;overflow:hidden}.mobileNav__item--open{height:auto}.mobileNav__link{color:#141718;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500}.mobileNav__dropDown{color:#141718;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;background:transparent;display:flex;justify-content:space-between;align-items:center;width:100%}.mobileNav__dropDown:hover{background:#edeff0}.mobileNav__subItem{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;margin-top:.5rem;width:100%}.mobileNav__subTopic{color:#6c7275;font-family:Inter,sans-serif;font-size:1.1rem;font-weight:500;letter-spacing:-.025rem;margin:.75rem;display:block}.mobileNav__sub{color:#141718;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;background:transparent;padding:.5rem 0;text-align:left;width:100%}.mobileNav__sub:hover{background:#edeff0}.mobileNav__bottom{height:13.125rem;display:flex;justify-content:space-between;align-items:center;flex-direction:column;align-self:stretch}.mobileNav__wishListCount,.mobileNav__cartItemsCount{display:flex;justify-content:space-between;align-items:center;max-width:18.4375rem;padding-bottom:.5rem;align-self:stretch;gap:.625rem;margin-bottom:1rem;border-bottom:1px solid #e8ecef}.mobileNav__strong{color:#6c7275;font-family:Inter,sans-serif;font-size:1.125rem;font-weight:500;letter-spacing:-.025rem}.mobileNav__authBtn{display:flex;justify-content:center;align-items:center;gap:1.5rem;flex-direction:column;margin:1.67rem 0;width:100%}.mobileNav__link{align-self:stretch;width:100%}.mobileNav__logger{display:flex;justify-content:center;align-items:center;width:100%;padding:.625rem 1.625rem;gap:.25rem;align-self:stretch;border-radius:.375rem;background:#141718;color:#fff;text-align:center;font-family:Inter,sans-serif;font-size:1.125rem;font-weight:500;letter-spacing:-.025rem;transition:.3s all linear}.mobileNav__logger:hover{background:#38cb89}.mobileNav__socials{display:flex;align-items:flex-start;width:100%;max-width:18.4375rem;gap:1.25rem}.itemsCounter{display:flex;gap:.25rem}.itemsCounter__btn{background:transparent}.itemsCounter__btn:hover{background:#38cb89}.itemsCounter__shoppingBagCount{width:1.25rem;height:1.25rem;display:grid;place-content:center;border-radius:50%;background:#141718;color:#fff;font-family:Inter,sans-serif;font-size:.75rem;font-style:normal;font-weight:700}.wishCounter{display:flex;gap:.25rem}.wishCounter__btn{background:transparent}.wishCounter__btn:hover{background:#38cb89}.wishCounter__wishCount{width:1.25rem;height:1.25rem;display:grid;place-content:center;border-radius:50%;background:#141718;color:#fff;font-family:Inter,sans-serif;font-size:.75rem;font-style:normal;font-weight:700}.carousel{width:100%;height:auto;display:flex;justify-content:center;align-items:center;flex-direction:column;background:linear-gradient(90deg,#121212 55.05%,#0d0d0d),#d3d3d3 423.482px 12.351px no-repeat;background-blend-mode:multiply,normal,normal}.carousel__container{display:flex;position:relative;width:100%;min-height:47rem;height:auto;overflow:hidden}.carousel__item{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:2rem;width:100%;height:100%;position:absolute;transition:.3s all linear}.carousel__imgBox{width:220px;object-fit:cover}.carousel__img{object-fit:contain}.carousel__desc{width:100%;max-width:31.0625rem;display:flex;justify-content:center;align-items:center;flex-direction:column;padding:0 1rem;gap:1.75rem}.carousel__tittle{font-family:Poppins,sans-serif;font-size:2.5rem;font-weight:500;line-height:2.75rem;letter-spacing:-.025rem;text-align:center;background:linear-gradient(180deg,#fff0,#fff 16.06%,#fff 86.9%,#fff0 106.25%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.carousel__text{color:#fefefe;font-family:Inter,sans-serif;font-size:1rem;font-style:normal;font-weight:400;line-height:1.625rem;text-align:center}.carousel__btn{display:flex;justify-content:center;align-items:center;padding:.75rem 3.5rem;gap:.5rem;transition:.3s all linear;border-radius:.5rem;background:#38cb89;color:#141718;text-align:center;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;letter-spacing:-.025rem;width:fit-content;margin-top:1.75rem}.carousel__btn:hover{background:#fefefe}.carousel__arrowRight,.carousel__arrowLeft{display:flex;justify-content:center;align-items:center;width:3.25rem;height:3.25rem;padding:.625rem;background:#fff;border-radius:6.25rem;box-shadow:0 8px 16px #0000000a;z-index:3;transition:.3s all linear;visibility:hidden}.carousel__arrowLeft{position:absolute;top:40%;margin-left:1rem}.carousel__arrowRight{position:absolute;top:40%;right:0;margin-right:1rem}.carousel__next{transform:translate(100%);visibility:hidden;z-index:-1}.carousel__current{transform:translate(0);visibility:visible;z-index:1}.carousel__prev{transform:translate(-100%);visibility:hidden;z-index:-1}.carousel__container:hover .carousel__arrowRight,.carousel__container:hover .carousel__arrowLeft{visibility:visible}@media screen and (min-width: 300px){.carousel__container{min-height:45rem;height:auto;padding:1rem 0 0}.carousel__imgBox{width:250px}}@media screen and (min-width: 768px){.carousel__container{min-height:38.25rem}.carousel__item{display:flex;justify-content:space-between;align-items:center;flex-direction:row;padding:3rem 1rem 0}.carousel__imgBox{width:60%;height:100%}.carousel__desc{align-items:flex-start;gap:.5rem;width:60%;max-width:26.5rem;padding:0}.carousel__tittle{font-family:Poppins,sans-serif;font-size:4.5rem;font-weight:500;line-height:5rem;letter-spacing:-.125rem;text-align:left}.carousel__text{font-size:1.25rem;font-weight:400;line-height:2rem;text-align:left}.carousel__btn{font-size:1.125rem}.carousel__arrowRight,.carousel__arrowLeft{visibility:hidden}}@media screen and (min-width: 1200px){.carousel__container{min-height:47rem;padding:0}.carousel__item{padding:3rem 10rem 0}.carousel__imgBox{width:40%}.carousel__desc{width:60%}}.featuredItem{display:flex;gap:1.5rem;overflow-x:scroll;padding-bottom:1.75rem}.featuredItem::-webkit-scrollbar{width:100%;height:6px;display:none}.featuredItem::-webkit-scrollbar-thumb{background:#a0a5a7;border-radius:1rem}.featuredItem::-webkit-scrollbar-thumb:hover{background-color:#297fb8}.featuredItem::-webkit-scrollbar-track{background-color:#f1f1f1}.featuredItem__wrapper{display:block;transition:.3s all linear}.featuredItem__item{width:12.375rem}@media screen and (min-width: 300px){.featuredItem__item{width:17.5rem}}@media screen and (min-width: 400px){.featuredItem__item{width:19.5rem}}@media screen and (min-width: 768px){.featuredItem::-webkit-scrollbar{display:contents}}@media screen and (min-width: 1200px){.featuredItem__item{width:16.375rem}}.shopCategory{display:grid;grid-template-columns:1fr;gap:1rem}.shopCategory__name{color:#23262f;text-align:center;font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:500;line-height:1.75rem;margin-top:1.44rem}@media screen and (min-width: 300px){.shopCategory{grid-template-columns:repeat(2,1fr);gap:1.5rem}.shopCategory__imgBox{height:8.25rem}}@media screen and (min-width: 400px){.shopCategory__imgBox{height:10.25rem}}@media screen and (min-width: 768px){.shopCategory{grid-template-columns:repeat(3,1fr)}.shopCategory__imgBox{height:13.3125rem}}@media screen and (min-width: 1200px){.shopCategory__imgBox{height:19.3125rem}}.countDown__expiration{color:#fefefe;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.625rem}.countDown__expiration--dark{color:#343839}.countDown__wrapper{display:flex;gap:1.25rem;flex-wrap:wrap}.countDown__timerbox{display:flex;justify-content:center;align-items:center;flex-direction:column}.countDown__timer{display:flex;justify-content:center;align-items:center;flex-direction:column;min-width:3.75rem;min-height:4rem;padding:.6875rem .5625rem;background:#fefefe;margin-top:.75rem}.countDown__timer--greyBG{background:#f3f5f7}.countDown__time{color:#141718;text-align:center;font-family:Poppins,sans-serif;font-size:2.125rem;font-weight:500;line-height:2.375rem;letter-spacing:-.0375rem}.countDown__span{display:grid;place-content:center;color:#fff;text-align:center;font-family:Inter,sans-serif;font-size:.75rem;font-weight:400;line-height:1.25rem}.countDown__span--dark{color:#6c7275}.collections{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:1rem}.collections__item{position:relative}.collections__desc{position:absolute;bottom:0;left:0;margin-left:2rem;margin-bottom:2rem}.collections__name{color:#121212;font-family:Poppins,sans-serif;font-size:1.75rem;font-weight:500;line-height:2.125rem;letter-spacing:-.0375rem;margin-bottom:.5rem}.collections__btn{color:#121212;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;line-height:1.5rem;display:flex;justify-content:center;align-items:center;gap:.25rem;background:transparent;border-bottom:1px solid #121212}@media screen and (min-width: 768px){.collections{grid-template-columns:1fr 1fr;grid-template-rows:auto minmax(100px,1fr);gap:1.5rem;height:38.5rem;margin-top:3rem}.collections__item{width:100%}.collections__item--firstColumn{grid-column:1/span 1;grid-row:1/span 2}.collections__img{max-width:100%;max-height:100%;height:auto}.collections__desc{margin-bottom:2.5rem}.collections__name{font-size:2.125rem;line-height:2.375rem;letter-spacing:-.0375rem}.collections__btn{font-size:1rem;font-weight:500;line-height:1.75rem;letter-spacing:-.025rem}}@media screen and (min-width: 1200px){.collections{height:41.5rem}}.article{margin-top:2.5rem;display:flex;justify-content:center;align-items:center;gap:1.75rem;flex-direction:column}.article__imgBox{width:100%}.article__name{color:#23262f;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;line-height:1.625rem;margin-top:1rem;margin-bottom:.5rem}.article__btn{display:flex;justify-content:center;align-items:center;gap:.25rem;color:#141718;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;line-height:1.5rem;width:fit-content;align-self:flex-start;background:transparent;border-bottom:1px solid #141718}@media screen and (min-width: 768px){.article{display:flex;justify-content:space-between;align-items:center;flex-direction:row}.article__name{font-size:1.2rem;font-weight:500;line-height:1.75rem;margin-top:1.5rem}.article__btn{font-size:1rem;line-height:1.75rem;letter-spacing:-.025rem}}.footer{display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:.625rem;padding:4rem 1rem 1.5rem;background:#141718}.footer__header{display:flex;flex-direction:column;align-items:flex-start;gap:2rem;padding-bottom:2rem;border-bottom:1px solid #6c7275}.footer__desc{color:#fefefe;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.625rem}.footer__socials{display:flex;align-items:flex-start;gap:1.5rem}.footer__list{padding:2rem 0rem;display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem;border-bottom:1px solid #6c7275}.footer__topic{color:#fefefe;font-family:Poppins,sans-serif;font-size:1rem;font-weight:500;line-height:1.5rem}.footer__item{color:#fff;font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;line-height:1.375rem;width:100%;cursor:pointer;transition:.3s all linear}.footer__item:hover{color:#38cb89}.footer__bottom{display:flex;align-items:center;padding:1.5rem 0rem;flex-direction:column;gap:2rem}.footer__cards{display:flex;flex-wrap:wrap;gap:.5rem}.footer__cardImg{width:3rem;height:2rem}.footer__writeup{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:2rem}.footer__policy{display:flex;align-items:flex-start;gap:1.75rem}.footer__terms{color:#fefefe;font-family:Poppins,sans-serif;font-size:.75rem;font-weight:600;line-height:1.25rem;cursor:pointer;transition:.3s all linear}.footer__terms:hover{color:#38cb89}.footer__copyright{color:#e8ecef;font-family:Poppins,sans-serif;font-size:.75rem;font-weight:400;line-height:1.25rem}@media screen and (min-width: 768px){.footer{width:100%;align-items:stretch}.footer__navBox{display:flex;flex-direction:column;align-items:flex-start;gap:2rem}.footer__header{width:100%;border-bottom:none}.footer__nav{width:100%;display:flex;justify-content:space-between}.footer__desc{font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:500;line-height:1.75rem}.footer__list{padding:0;border-bottom:none}.footer__bottom{flex-direction:row;justify-content:space-between;margin-top:4rem;border-top:1px solid #6c7275}.footer__cards{order:2}.footer__writeup{flex-direction:row;gap:1rem}.footer__policy{display:flex;justify-content:center;align-items:center;gap:1rem;order:2;padding-left:1rem;border-left:1px solid #6c7275}.footer__terms{font-weight:400;display:block}}@media screen and (min-width: 1200px){.footer{padding:4rem 10rem 1.5rem}.footer__navBox{flex-direction:row}.footer__header{width:50%;padding-bottom:0}.footer__nav{width:50%}}.mini{display:flex;width:100%;height:100%;padding:1.5rem .5rem;flex-direction:column;justify-content:flex-start;right:0}.mini__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.mini__tittle{color:#121212;font-family:Poppins,sans-serif;font-size:1.75rem;font-weight:500;line-height:2.125rem;letter-spacing:-.0375rem}.mini__close{padding:.1rem;background:transparent}.mini__close:hover{background:#38cb89}.mini__itemBox{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;align-self:stretch;height:21rem;overflow-y:scroll;padding-right:1rem}.mini__itemBox::-webkit-scrollbar{width:6px;height:100%}.mini__itemBox::-webkit-scrollbar-thumb{background:#a0a5a7;border-radius:1rem}.mini__itemBox::-webkit-scrollbar-thumb:hover{background-color:#297fb8}.mini__itemBox::-webkit-scrollbar-track{background-color:#f1f1f1}.mini__empty{margin-top:4rem;color:#6c7275;font-family:Inter,sans-serif;font-size:1.875rem}.mini__item{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem 0rem;align-self:stretch;border-bottom:1px solid #e8ecef}.mini__imgBox{width:5rem;height:6rem}.mini__desc,.mini__sum{display:flex;justify-content:flex-start;align-self:stretch;flex-direction:column;gap:.5rem}.mini__sum{align-self:auto}.mini__name,.mini__price{color:#141718;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;line-height:1.375rem}.mini__color{color:#6c7275;font-family:Inter,sans-serif;font-size:.75rem;font-weight:400;line-height:1.25rem}.mini__btnBox{display:flex;justify-content:center;align-items:center;width:5rem;height:2rem;padding:.75rem .5rem;gap:.625rem;border-radius:.25rem;border:1px solid #6c7275}.mini__count{color:#121212;text-align:center;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;line-height:1.25rem}.mini__btn{background:transparent}.mini__btn:hover{background:#38cb89}.mini__delete{background:transparent}.mini__delete:hover{background:#e13}.mini__footer{margin-top:1.5rem;padding-right:1rem}.mini__coupon{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;align-self:stretch}.mini__input{display:flex;align-items:center;align-self:stretch;height:3.25rem;width:60%;padding:0rem 1rem;gap:.5rem;border-radius:.375rem;border:1px solid #cbcbcb;background:#fff;color:#605f5f;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.625rem}.mini__apply{display:flex;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.625rem;border-radius:.5rem;background:#141718;align-self:stretch;color:#fff;text-align:center;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;line-height:1.75rem;letter-spacing:-.025rem}.mini__subText{color:#141718;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.625rem}.mini__subText--external{display:flex;align-items:center;gap:.5rem}.mini__subAmount{color:#141718;text-align:right;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;line-height:1.625rem}.mini__subAmount--external{color:#38cb89}.mini__cartTotal{display:flex;justify-content:space-between;align-items:center;margin-top:.75rem}.mini__totalText,.mini__totalAmount{color:#141718;font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:500;line-height:1.75rem}.mini__action{display:flex;justify-content:center;align-items:center;flex-direction:column;margin-top:1rem;gap:1rem}.mini__viewCart{display:flex;padding:.625rem 1.625rem;justify-content:center;align-items:center;gap:.25rem;align-self:stretch;border-radius:.375rem;background:#141718;color:#fff;text-align:center;font-family:Inter,sans-serif;font-size:1.125rem;font-weight:500;line-height:2rem;letter-spacing:-.025rem}.mini__viewCart:hover{color:#38cb89}.mini__checkout{border-bottom:1px solid #121212;padding:.25rem;color:#121212;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;line-height:1.375rem;background:transparent;margin-top:.25rem}.mini__checkout:hover{color:#38cb89}@media screen and (min-width: 380px){.mini__desc{width:7rem;padding:0rem .5rem 1.5rem 1.5rem}}.tags{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:.5rem;position:absolute;top:0;left:0;margin:1rem 0 0 1rem;z-index:2}.tags__text{color:#121212;text-align:center;font-family:Inter,sans-serif;font-size:1rem;font-weight:700;line-height:1rem;text-transform:uppercase;padding:.25rem .875rem;border-radius:.25rem;background:#fff}.tags__text--discounted{background:#38cb89;color:#fff}.reviews__tittle{color:#23262f;font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:500;line-height:1.75rem;margin-bottom:1.5rem}.reviews__counter{display:flex;gap:.5rem;align-items:flex-start}.reviews__count{color:#141718;font-family:Inter,sans-serif;font-size:.75rem;font-weight:400;line-height:1.25rem}.reviews__tray{margin:.5rem 0 4rem 8.375rem;color:#23262f;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;line-height:1.375rem}.reviews__form{display:flex;width:100%;height:3.5rem;padding:0 1rem 0 0;justify-content:space-between;align-items:center;border-radius:1rem;border:2px solid #e8ecef;background:#fefefe;margin-top:2rem;position:relative}.reviews__emoji{display:flex;padding:.625rem 1rem;min-width:10rem;justify-content:center;align-items:center;gap:.75rem;border-radius:2rem;background:#fcfcfd;box-shadow:0 8px 16px -8px #0f0f0f33;position:absolute;top:-38px;right:7.5rem}.reviews__emoji:after{content:"";position:absolute;bottom:-12px;left:50%;transform:translate(-50%);margin-left:-5px;border-width:6px;border-style:solid;border-color:#fcfcfd transparent transparent transparent}.reviews__textBox{align-self:stretch;width:90%;height:100%;padding-left:1.5rem;border:none;font-size:1rem;color:#343839;background:transparent}.reviews__textBox::placeholder{color:#6c7275;font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;line-height:1.375rem}.reviews__textBox:focus{outline:none}.reviews__submitBtn{display:flex;justify-content:center;align-items:center;padding:.25rem;width:1.75rem;height:1.75rem;gap:.625rem;border-radius:50%;color:#fff;background:#141718}.reviews__btnText{display:none}.reviews__item{margin-top:2rem}.reviews__itemBox{display:flex;justify-content:space-between;align-items:center;width:100%;flex-direction:column;align-items:flex-start;gap:1.5rem}.reviews__topic{color:#000;font-family:Poppins,sans-serif;font-size:1.75rem;font-weight:500;line-height:2.125rem;letter-spacing:-.0375rem}.reviews__ordering{display:flex;justify-content:space-between;align-items:center;width:16rem;align-self:stretch;padding:.5rem .5rem .5rem 1rem;border-radius:.5rem;border:2px solid #e8ecef}.reviews__order{width:90%;color:#141718;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;line-height:1.625rem}.reviews__toggle{width:1.5rem;height:1.5rem;background:transparent}.reviews__toggle:hover{background:#38cb89}.reviews__arrangement{position:relative}.reviews__orderOptions{width:11.375rem;display:flex;flex-direction:column;align-items:flex-start;gap:1rem;min-height:4rem;background:#fff;padding:1rem;border:2px solid #e8ecef;position:absolute;bottom:0;left:0;transform:translateY(100%)}.reviews__option{align-self:stretch;text-align:left;padding:.25rem .5rem;color:#141718;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.625rem}.reviews__option:hover{color:#38cb89;background:#4d4b4b}.reviews__container{margin-top:2.5rem}@media screen and (min-width: 768px){.reviews__tittle{font-size:1.75rem;line-height:2.125rem;letter-spacing:-.0375rem}.reviews__tray{margin-bottom:0}.reviews__textBox::placeholder{visibility:hidden}.reviews__submitBtn{width:auto;height:auto;padding:.375rem .5rem;gap:.5rem;border-radius:5rem}.reviews__submitBtn:hover .reviews__btnText{color:#38cb89}.reviews__btnText{display:block;width:10rem;color:#fff;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;line-height:1.75rem;letter-spacing:-.025rem;transition:.3s all linear}.reviews__btnIcon{display:none}.reviews__itemBox{flex-direction:row}.reviews__order{width:11.375rem}}.review{display:flex;flex-direction:column;gap:1rem;padding-bottom:1rem;margin-bottom:2rem;border-bottom:1px solid #e8ecef}.review__header{display:flex;align-items:center;gap:1rem}.review__imgBox{width:4.5rem;height:4.5rem}.review__thumbnail{border-radius:50%;font-size:4.5rem}.review__name{display:flex;flex-direction:column;gap:1rem}.review__userName{color:#141718;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:600;line-height:2rem}.review__desc{color:#353945;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.625rem}@media screen and (min-width: 768px){.review__header{gap:2.5rem}.review__desc{margin-left:7rem}}.additional{min-height:14rem;display:flex;flex-direction:column;gap:1rem}.additional__details{display:flex;flex-direction:column;gap:.5rem}.additional__tittle{color:#6c7275;font-family:Inter,sans-serif;font-size:1.135rem;font-weight:600;line-height:1.375rem}.additional__desc{color:#141718;font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;line-height:1.25rem}.questionProduct{min-height:14rem;display:flex;flex-direction:column;gap:1rem}.questionProduct__details{display:flex;flex-direction:column;gap:.5rem}.questionProduct__tittle{color:#6c7275;font-family:Inter,sans-serif;font-size:1.135rem;font-weight:600;line-height:1.375rem}.questionProduct__icon{font-size:2.5rem;margin-top:2rem}.questionProduct__desc{color:#141718;font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;line-height:1.25rem}.questionProduct__btn{display:flex;padding:.375rem 2.5rem;justify-content:center;align-items:center;gap:.5rem;border-radius:5rem;border:1px solid var(--neutral-07100, #141718);max-width:12.88rem;margin:4rem auto 0;color:#141718;text-align:center;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;line-height:1.75rem;letter-spacing:-.025rem}.subNav{display:flex;align-items:center;gap:.25rem;color:#605f5f;font-family:Inter,sans-serif;font-size:.75rem;font-weight:500;line-height:1.25rem}.subNav:hover{color:#38cb89}.subNav--active{color:#121212;font-family:Inter,sans-serif}.subNav--active:hover{color:#121212}@media screen and (min-width: 768px){.subNav{font-size:.875rem;line-height:1.5rem}}.item{position:relative;width:100%}.item__imgBox{width:100%;height:17.8125rem;background:url(<path-to-image>),#d3d3d3 19.326px 47.16px no-repeat,#f3f5f7;background-blend-mode:multiply,normal;position:relative}.item__imgBox img{cursor:pointer}.item__navigator{position:absolute;bottom:0;left:0;display:block;width:100%;height:100%;background:transparent}.item__heart{display:flex;justify-content:center;align-items:center;width:2rem;height:2rem;padding:.375rem;gap:.625rem;border-radius:2rem;margin:1rem 1rem 0 0;background:#fff;box-shadow:0 8px 16px -8px #0f0f0f1f;position:absolute;top:0;right:0}.item__btn{width:calc(100% - 2rem);height:2rem;padding:.21rem 1.5rem;border-radius:.5rem;background:#141718;box-shadow:0 8px 16px #0000000a;color:#fefefe;text-align:center;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;line-height:1.75rem;letter-spacing:-.025rem;position:absolute;bottom:0;left:50%;transform:translate(-50%);margin-bottom:1rem;transition:.3s all linear}.item__btn:hover{background:#38cb89}.item__desc{margin-top:.75rem}.item__stars{width:5.5rem;height:1rem;display:flex;justify-content:center;align-items:flex-start;gap:.125rem}.item__name{color:#141718;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;line-height:1.625rem}.item__prices{display:flex;gap:.75rem;margin-top:.25rem}.item__price{color:#121212;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;line-height:1.375rem}.item__discount{color:#6c7275;font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;line-height:1.375rem}@media screen and (min-width: 300px){.item__imgBox{height:22.24338rem}.item__btn{height:2.53638rem}}@media screen and (min-width: 400px){.item__imgBox{height:24.24338rem}}@media screen and (min-width: 1200px){.item__imgBox{height:21.8125rem}.item__heart{visibility:hidden;opacity:0}.item__btn{height:2.875rem;padding:.5rem 1.5rem;visibility:hidden;opacity:0}.item:hover .item__btn{visibility:visible;opacity:1}.item:hover .item__heart{visibility:visible;opacity:1;z-index:1}}.categories{margin-bottom:2rem;border-radius:.75rem;border:1.5px solid #f3f5f7;background:#fff;box-shadow:0 64px 64px -48px #0f0f0f1a}.categories__btn{display:flex;width:100%;padding:.5rem;flex-direction:column;align-items:flex-start;gap:.625rem;color:#6c7275;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.625rem;background:transparent}.categories__btn:hover{color:#38cb89}.categories__btn--active{color:#141718;font-size:1rem;font-weight:600;border-radius:.5rem;background:#f3f5f7}@media screen and (min-width: 768px){.categories{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;height:20.2rem;border:none;border-radius:0;box-shadow:none;overflow-y:scroll}.categories::-webkit-scrollbar{width:6px;height:100%}.categories::-webkit-scrollbar-thumb{background:#a0a5a7;border-radius:1rem}.categories::-webkit-scrollbar-thumb:hover{background-color:#297fb8}.categories::-webkit-scrollbar-track{background-color:#f1f1f1}.categories__btn{color:#807e7e;font-size:.875rem;font-weight:600;line-height:1.375rem;padding:.25rem 0;border-radius:0}.categories__btn:hover{background:#f3f5f7}.categories__btn--active{background:transparent;border-bottom:1px solid #121212;color:#121212;width:fit-content}}.price{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:2rem;border-radius:.75rem;border:1.5px solid #f3f5f7;background:#fff;box-shadow:0 64px 64px -48px #0f0f0f1a}.price__list{display:flex;justify-content:space-between;align-items:center;align-self:stretch}.price__btn{color:#6c7275;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;line-height:1.375rem;background:transparent;position:relative;text-align:left;padding:.1rem 0;width:100%}.price__btn:hover{color:#38cb89}.price__btn:before{content:"";width:1.5rem;height:1.5rem;border:2px solid #6c7275;display:flex;justify-content:center;align-items:center;position:absolute;right:0}.price__btn--active:before{content:"✔";background:#141718;color:#fff}.price__checkbox{width:1.5rem;height:1.5rem;border:2px solid #6c7275}@media screen and (min-width: 768px){.price{width:15.875rem;padding-right:.5rem;margin-bottom:0;border:none;border-radius:0;box-shadow:none}}.filterBtn{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.filterBtn__toggle{display:flex;justify-content:space-between;align-items:center;width:100%;padding:.5rem .5rem .5rem 1rem;border-radius:.5rem;border:2px solid #6c7275;background:transparent;margin-bottom:1rem}.filterBtn__filterBy{width:100%;border-radius:.75rem;border:1.5px solid #f3f5f7}.filterBtn__topic{color:#141718;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;line-height:1.625rem}.filterBtn__filterBy{border-radius:.75rem;border:1.5px solid #f3f5f7}@media screen and (min-width: 768px){.filterBtn__filterBy{border-radius:none;border:none}}.step{padding:12rem 1rem 1rem;position:relative;display:flex;align-items:flex-start;justify-content:space-between;width:100%}.step__wrapper--completed,.step__wrapper--finalStep,.step__wrapper--last{display:none}.step__header{display:flex;align-items:flex-start;flex-direction:column;width:95vw;gap:2.5rem;position:absolute;top:-2.5rem;left:1rem;margin-top:5rem}.step__back{color:#605f5f;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;line-height:1.5rem;background:transparent}.step__tittle{color:#000;font-family:Poppins,sans-serif;text-align:center;align-self:center;font-size:2.5rem;font-weight:500;line-height:2.75rem;letter-spacing:-.025rem}.step__btns{display:flex}.step__btn{display:flex;align-items:center;gap:1.0625rem;width:13rem;padding-bottom:1.625rem;padding-bottom:1.5rem;background:transparent}.step__btn--none,.step__btn--currentStep,.step__btn--uncompletedStep,.step__btn--mainStep{width:2.5rem}.step__btn--active{border-bottom:2px solid #141718}.step__btn--completed,.step__btn--prevStep{border-bottom:2px solid #38cb89}.step__number{width:2.5rem;height:2.5rem;display:grid;place-content:center;border-radius:50%;color:#fcfcfd;text-align:center;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;line-height:1.625rem;background:#b1b5c3;position:relative}.step__number--active,.step__number--currentStep,.step__number--mainStep{background:#23262f}.step__number--completed:before{content:"✔";width:100%;height:100%;background:#38cb89;color:#fff;display:grid;place-content:center;border-radius:50%;position:absolute;top:0;left:0}.step__number--prevStep:before{content:"✔";width:100%;height:100%;background:#38cb89;color:#fff;display:grid;place-content:center;border-radius:50%;position:absolute;top:0;left:0}.step__btnText{font-family:Inter,sans-serif;font-size:1rem;font-weight:600;line-height:1.625rem;color:#b1b5c3}.step__btnText--none,.step__btnText--currentStep,.step__btnText--mainStep,.step__btnText--uncompletedStep{display:none}.step__btnText--active{color:#23262f}.step__btnText--completed,.step__btnText--prevStep{color:#38cb89}@media screen and (min-width: 340px){.step__btn{width:16rem}.step__btn--uncompletedStep,.step__btn--mainStep{width:2.5rem}}@media screen and (min-width: 768px){.step{justify-content:center;gap:2rem}.step__tittle{font-size:3.375rem;line-height:3.625rem;letter-spacing:-.0625rem}.step__wrapper--completed,.step__wrapper--last,.step__wrapper--finalStep{display:block}.step__header{align-items:center;justify-content:center}.step__back{display:none}.step__btns--completed{display:flex}.step__btn,.step__btn--none,.step__btn--currentStep,.step__btn--uncompletedStep{width:14rem}.step__btn--mainStep{width:14rem;border-bottom:2px solid #141718}.step__btn--completed{display:flex}.step__btnText--none,.step__btnText--currentStep,.step__btnText--mainStep,.step__btnText--uncompletedStep{display:contents}}@media screen and (min-width: 1200px){.step{padding:8.5rem 10rem 0rem}.step__btn,.step__btn--currentStep,.step__btn--uncompletedStep,.step__btn--mainStep{width:16rem}}.cart{width:100%;margin-bottom:5rem}.cart__container{width:100%}.cart__header{display:flex;border-bottom:1px solid #6c7275}.cart__tittleBox{display:none}.cart__tittle{color:#121212;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;line-height:1.625rem;padding-bottom:1.5rem}.cart__tittle--lg{display:none}.cart__item{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0rem;border-bottom:1px solid #e8ecef}.cart__product{display:flex;gap:1rem}.cart__imgBox{width:5rem;height:6rem}.cart__desc{display:flex;flex-direction:column;gap:.5rem}.cart__name,.cart__price{color:#141718;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;line-height:1.375rem}.cart__color{color:#6c7275;font-family:Inter,sans-serif;font-size:.75rem;font-weight:400;line-height:1.25rem}.cart__quantity{display:flex;justify-content:space-between;align-items:center;width:5rem;height:2rem;padding:.75rem .5rem;gap:.625rem;border-radius:.25rem;border:1px solid #6c7275}.cart__quantity--lg{display:none}.cart__quantityBtn{background:transparent}.cart__quantityText{color:#121212;text-align:center;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;line-height:1.25rem}.cart__removeBtn{display:flex;align-items:center;gap:.125rem;background:transparent}.cart__removeBtn:hover{color:#e13;background:#e13}.cart__removeBtn--sm{margin-top:.5rem}.cart__removeBtn--lg,.cart__subtotalPrice{display:none}.cart__empty{margin-top:4rem;color:#6c7275;font-family:Inter,sans-serif;font-size:1.875rem}@media screen and (min-width: 768px){.cart__header{justify-content:flex-start}.cart__tittleBox{display:flex;justify-content:space-between;width:22.1rem}.cart__tittle--first{width:16.9rem}.cart__tittle--lg{display:block}.cart__item{justify-content:flex-start}.cart__product{width:17rem}.cart__quantity{margin-right:4.7rem}.cart__quantity--sm{display:none}.cart__quantity--lg{display:flex}.cart__removeBtn:hover{background:transparent}.cart__removeBtn--sm{display:none}.cart__removeBtn--lg{display:flex}.cart__subtotalPrice{display:block;margin-left:6.1rem}}@media screen and (min-width: 1200px){.cart{width:60%;max-width:640px;display:flex;gap:3rem}.cart__tittleBox{width:21.5rem}.cart__header{justify-content:flex-start}.cart__tittle--first{width:17rem}}.coupon{width:fit-content;max-width:26.5rem;display:flex;flex-direction:column;align-items:flex-start;gap:1rem;margin-top:1.5rem;margin-bottom:5rem}.coupon__tittle{color:#141718;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;line-height:1.625rem}.coupon__desc{color:#6c7275;font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;line-height:1.375rem}.coupon__form{display:flex;justify-content:center;align-items:center;width:100%;height:3.25rem;padding:0rem 1rem;gap:.5rem;border:1px solid #6c7275}.coupon__input{width:90%;height:100%;color:#6c7275;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;line-height:1.75rem;letter-spacing:-.025rem;border:none}.coupon__input:focus{outline:none}.coupon__apply{color:#141718;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;line-height:1.75rem;letter-spacing:-.025rem;background:transparent;align-self:stretch}.coupon__apply:hover{color:#38cb89}@media screen and (min-width: 1200px){.coupon{margin-top:5rem}.coupon__tittle{font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:500;line-height:1.75rem}.coupon__desc{font-size:1rem;line-height:1.625rem}.coupon__form{width:26.5rem}}.cartSummary{display:flex;width:100%;padding:1.5rem;flex-direction:column;align-items:flex-start;border-radius:.375rem;border:1px solid #6c7275;align-self:start}.cartSummary__container{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch;padding-bottom:1.5rem}.cartSummary__tittle{color:#141718;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;line-height:1.625rem}.cartSummary__item{width:100%}.cartSummary__totalBox{margin-top:1rem;width:100%}.cartSummary__checker{display:flex;align-items:center;width:100%;padding:.8125rem 1rem;margin-top:1rem;border-radius:.25rem;border:1px solid #141718;background:transparent}.cartSummary__checker--active{background:#f3f5f7}.cartSummary__check{display:flex;justify-content:space-between;align-items:center;width:100%}.cartSummary__textBox{display:flex;gap:1rem}.cartSummary__circle{width:1.5rem;height:1.5rem;border-radius:6.25rem;border:1px solid #121212;position:relative}.cartSummary__circle--active:after{content:"";width:calc(100% - .225rem);height:calc(100% - .225rem);background:#121212;position:absolute;border-radius:50%;top:1.6px;left:50%;transform:translate(-50%)}.cartSummary__amount,.cartSummary__text{color:#141718;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;line-height:1.375rem}@media screen and (min-width: 768px){.cartSummary__container{width:19.5rem}.cartSummary__tittle{font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:500;line-height:1.75rem}.cartSummary__amount,.cartSummary__text{font-size:1rem;font-weight:400;line-height:1.625rem}}.totalBox{margin-top:1rem;width:100%}.totalBox__total,.totalBox__subtotal{display:flex;justify-content:space-between;align-items:center;width:100%;padding:.8125rem 0rem;border-bottom:1px solid #eaeaea}.totalBox__total{border:none}.totalBox__subText,.totalBox__subAmount{color:#141718;font-family:Inter,sans-serif;font-size:.875rem;font-weight:700;line-height:1.375rem}.totalBox__totalText{color:#141718;font-family:Inter,sans-serif;font-size:1rem;font-weight:700;line-height:1.625rem}.totalBox__checkout{margin-top:2.5rem;width:100%;display:flex;justify-content:center;align-items:center;padding:.625rem 1.625rem;gap:.5rem;border-radius:.5rem;background:#141718;color:#fff;text-align:center;font-family:Inter,sans-serif;font-size:1.125rem;font-weight:500;line-height:2rem;letter-spacing:-.025rem}@media screen and (min-width: 768px){.totalBox__subText{font-size:1rem;font-weight:400;line-height:1.625rem}.totalBox__subAmount{font-size:1rem;font-weight:600;line-height:1.625rem}.totalBox__totalText{font-size:1.25rem;font-weight:600;line-height:2rem}}.details{margin-bottom:10rem;position:relative}.details__tittle{color:#141718;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;line-height:1.625rem}.details__form{margin-bottom:2rem}.details__formWrapper{display:flex;width:100%;padding-bottom:1.5rem;flex-direction:column;align-items:flex-start;gap:1.5rem}.details__section{display:flex;width:100%;padding:1.5rem 1rem;flex-direction:column;align-items:flex-start;gap:1.5rem;border-radius:.25rem;border:1px solid #6c7275}.details__twoColumn{display:grid;grid-template-columns:repeat(2,1fr);width:100%;gap:1.5rem}.details__inputBox{display:flex;width:100%;flex-direction:column;align-items:flex-start;gap:.75rem;position:relative}.details__inputBox--card:after{content:"";width:1.125rem;height:1.125rem;position:absolute;left:0;top:0;border-radius:50%;margin-left:1rem;margin-top:.75rem;outline:1px solid #6c7275}.details__inputBox--active:after{display:grid;place-content:center;content:"●"}.details__select{display:flex;width:100%;border-radius:.375rem;border:1px solid #cbcbcb;height:2.5rem;padding:0rem 1rem;background:#fff;color:#6c7275;font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;line-height:1.375rem}.details__select:focus{outline:1.4px solid #cbcbcb}.details__selectContent{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%;position:relative;cursor:pointer}.details__countrySelected{color:#6c7275;font-family:Inter,sans-serif;font-size:.75rem;font-weight:700;line-height:.75rem;text-transform:uppercase}.details__countries{display:none;gap:.25rem;flex-direction:column;min-width:100%;min-height:5rem;height:15rem;background:#fff;position:absolute;bottom:0;left:0;transform:translateY(100%);z-index:2;padding:1rem;overflow-y:scroll}.details__countries--show{display:flex}.details__country{display:flex;gap:.75rem;padding:.75rem 0;cursor:pointer}.details__country:hover{background:#f3f5f7}.details__countryImg{width:2rem}.details__label{color:#6c7275;font-family:Inter,sans-serif;font-size:.75rem;font-weight:700;line-height:.75rem;text-transform:uppercase;display:block;align-self:stretch;transition:.3s all linear}.details__label--test{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;animation-name:zoomOut;animation-duration:.5s;animation-iteration-count:infinite}.details__input{display:flex;width:100%;height:2.5rem;padding:0rem 1rem;align-items:center;gap:.5rem;border-radius:.375rem;border:1px solid #cbcbcb;background:#fff;color:#6c7275;font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;line-height:1.375rem;position:relative}.details__input:focus{outline:1.4px solid #cbcbcb}.details__input--paypal{padding-left:4rem}.details__input--activePay{background:#f3f5f7;padding-left:4rem}.details__input--error{border:1px solid #e13}.details__saveInfo{color:#6c7275;font-family:Inter,sans-serif;font-size:.75rem;font-weight:400;line-height:1.25rem;background:transparent;padding-left:2rem;position:relative}.details__saveInfo:hover{color:#38cb89}.details__saveInfo--active{color:#141718}.details__saveInfo:after{content:"";width:1rem;height:1rem;background:#fcfcfd;border:2px solid #6c7275;position:absolute;top:0;margin-top:.15rem;left:0;display:grid;place-content:center}.details__saveInfo--active:after{content:"✔";background:#141718;color:#fff}.details__card{position:absolute;right:0;margin-right:1rem;margin-top:.5rem}.details__divider{width:100%;background:#6c7275;height:1px}.details__testCvc{margin-left:1.5rem}.details__submit{display:flex;width:100%;padding:.75rem 2.5rem;justify-content:center;align-items:center;gap:.5rem;border-radius:.5rem;background:#141718;color:#fff;text-align:center;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;line-height:1.75rem;letter-spacing:-.025rem;position:absolute;bottom:-5rem}.details__miniCart{width:100%;border-radius:.25rem;border:1px solid #6c7275;height:fit-content;margin-bottom:1.5rem}@keyframes zoomOut{0%{opacity:.5}to{opacity:1}}@media screen and (min-width: 768px){.details{display:flex;gap:2rem;margin-bottom:5rem}.details__tittle{color:#000;font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:500;line-height:1.75rem}.details__form{margin-bottom:4rem}.details__section{width:400px}.details__input,.details__saveInfo{font-size:1rem;line-height:1.625rem}.details__saveInfo:after{top:.25rem}.details__miniCart{width:20.8125rem}.details__submit{width:400px;bottom:0}}@media screen and (min-width: 900px){.details{gap:4rem}.details__section{width:550px}.details__miniCart{width:29.8125rem}.details__submit{width:550px}}@media screen and (min-width: 1200px){.details__section,.details__submit{width:37.1875rem}}.complete{width:100%;margin-bottom:5rem}.complete__container{display:flex;flex-direction:column;align-items:flex-start;gap:2.5rem;padding:1rem;border-radius:.25rem;border:1px solid #e8ecef;background:#fff;box-shadow:0 32px 48px -48px #1212121a;width:100%}.complete__comp{color:#6c7275;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;line-height:1.625rem}.complete__tittle{color:#23262f;font-family:Poppins,sans-serif;font-size:2.125rem;font-weight:500;line-height:2.375rem;letter-spacing:-.0375rem}.complete__empty{margin-top:4rem;color:#6c7275;font-family:Inter,sans-serif;font-size:1.875rem}.complete__item{display:flex;gap:.25rem;align-items:flex-end;height:10rem;margin-top:3rem;width:100%;overflow-x:scroll}.complete__item::-webkit-scrollbar{width:100%;height:6px}.complete__item::-webkit-scrollbar-thumb{background:#a0a5a7;border-radius:1rem}.complete__item::-webkit-scrollbar-thumb:hover{background-color:#297fb8}.complete__item::-webkit-scrollbar-track{background-color:#f1f1f1}.complete__imgBox{width:5rem;height:6rem;position:relative}.complete__super{display:grid;place-content:center;position:absolute;width:1.5rem;height:1.5rem;right:-30px;top:-30px;border-radius:50%;background:#141718;color:#fcfcfd;font-family:Inter,sans-serif;font-size:.625rem;font-weight:600;line-height:1.5rem}.complete__descBox{display:flex;flex-direction:column;gap:1rem}.complete__desc{display:grid;padding-bottom:1rem;gap:.5rem}.complete__text,.complete__value{color:#6c7275;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;line-height:1.375rem}.complete__value{color:#141718}.complete__btn{display:flex;width:100%;padding:.75rem 2.5rem;justify-content:center;align-items:center;gap:.5rem;border-radius:5rem;background:#141718;color:#fff;text-align:center;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;line-height:1.75rem;letter-spacing:-.025rem}@media screen and (min-width: 768px){.complete__container{padding:5rem 5.9375rem;width:42.5rem;justify-content:center;align-items:center;margin:0 auto}.complete__comp{font-family:Poppins,sans-serif;font-size:1.75rem;font-weight:500;line-height:2.125rem;letter-spacing:-.0375rem;text-align:center}.complete__tittle{font-size:2.5rem;line-height:2.75rem;letter-spacing:-.025rem;text-align:center}.complete__item{justify-content:center;align-items:center;width:34.125rem;gap:2.5rem;margin-top:2.5rem;height:12rem}.complete__super{font-size:1rem;width:2rem;height:2rem}.complete__descBox{gap:1.25rem}.complete__desc{grid-template-columns:repeat(2,1fr);gap:2rem}}.account__tittle{color:#000;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:600;line-height:2rem}.account__form{margin-top:1.5rem;display:flex;align-items:flex-start;flex-direction:column;gap:1.5rem}.account__inputBox{display:flex;width:100%;flex-direction:column;align-items:flex-start;gap:.75rem}.account__label{color:#6c7275;font-family:Inter,sans-serif;font-size:.75rem;font-weight:700;line-height:.75rem;text-transform:uppercase}.account__input{display:flex;align-items:center;align-self:stretch;height:2.5rem;padding:0rem 1rem;gap:.5rem;border-radius:.375rem;border:1px solid #cbcbcb;background:#fff;color:#6c7275;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.625rem}.account__input:focus{outline:1.5px solid #cbcbcb}.account__input--error{border:1px solid #e13}.account__desc{color:#6c7275;font-family:Inter,sans-serif;font-size:.75rem;font-style:italic;font-weight:400;line-height:1.25rem}.account__password{margin-top:1rem;color:#000;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:600;line-height:2rem}.account__btn{display:flex;justify-content:center;align-items:center;padding:.75rem 2.5rem;gap:.5rem;border-radius:.5rem;background:#141718;color:#fff;text-align:center;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;line-height:1.75rem;letter-spacing:-.025rem}@media screen and (min-width: 768px){.account{width:350px}}@media screen and (min-width: 900px){.account{width:480px}}.orders__tittle{color:#000;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:600;line-height:2rem;margin-bottom:2.5rem}.orders__container{width:100%}.orders__wrapper{width:100%;padding:1rem 0rem;display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column;gap:1rem;border-bottom:1px solid #e8ecef}.orders__wrapper--lg{display:none}.orders__list{display:grid;grid-template-columns:repeat(2,1fr);width:100%;justify-content:space-between;align-items:center;gap:1rem}.orders__list--lg{display:none}.orders__name{color:#6c7275;font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;line-height:1.375rem}.orders__name--value{color:#141718}.orders__empty{margin-top:4rem;color:#6c7275;font-family:Inter,sans-serif;font-size:1.875rem}@media screen and (min-width: 1200px){.orders__wrapper{width:42rem;flex-direction:row;gap:0;border-bottom:none}.orders__wrapper--lg{display:flex}.orders__list{grid-template-columns:1fr}.orders__name{border-bottom:1px solid #e8ecef;display:none}.orders__name--value,.orders__name--header{display:flex;padding-bottom:.5rem}}.address__tittle{color:#000;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:600;line-height:2rem;margin-bottom:1.19rem}.address__container{display:flex;width:100%;flex-direction:column;align-items:flex-start;gap:1.4375rem}.address__item{width:100%;padding:1rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;border-radius:.5rem;border:1px solid #6c7275}.address__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;width:100%}.address__name{color:#000;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;line-height:1.625rem}.address__editBtn{color:#6c7275;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;line-height:1.625rem;display:flex;align-items:center;gap:.25rem;background:transparent}.address__details{display:flex;width:100%;flex-direction:column;align-items:flex-start;gap:.25rem}.address__detail{color:#000;font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;line-height:1.375rem}@media screen and (min-width: 1200px){.address__container{flex-direction:row}.address__item{width:19.375rem}}.wishlist__tittle{color:#000;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:600;line-height:2rem;margin-bottom:2.5rem}.wishlist__wrapper{width:100%;padding:1rem 0rem;border-bottom:1px solid #e8ecef}.wishlist__name{color:#6c7275;font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;line-height:1.375rem;display:none}.wishlist__name--header{display:block}.wishlist__item{display:flex;padding:1rem 0rem;flex-direction:column;justify-content:center;align-items:flex-start;gap:1rem;border-bottom:1px solid #e8ecef}.wishlist__productWrapper{display:flex;gap:1rem}.wishlist__product{display:flex;justify-content:center;align-items:center;gap:1rem}.wishlist__removeBtn{background:transparent;align-self:stretch}.wishlist__imgBox{width:3.75rem;height:4.5rem}.wishlist__itemName{color:#141718;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;line-height:1.375rem}.wishlist__color{color:#6c7275;font-family:Inter,sans-serif;font-size:.75rem;font-weight:400;line-height:1.25rem}.wishlist__price{color:#141718;font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;line-height:1.375rem}.wishlist__price--lg{display:none}.wishlist__actionBtn{display:flex;justify-content:center;align-items:center;gap:.5rem;width:100%;max-width:20rem;margin:0 auto;padding:.375rem 1.5rem;color:#fff;text-align:center;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;line-height:1.75rem;letter-spacing:-.025rem;border-radius:.5rem;background:#141718}.wishlist__actionBtn:hover{color:#e13}.wishlist__empty{display:grid;place-content:center;height:18rem;color:#6c7275;font-family:Inter,sans-serif;font-size:1.5rem;font-weight:600;line-height:1.375rem}@media screen and (min-width: 1200px){.wishlist__wrapper{width:42rem;display:grid;grid-template-columns:repeat(3,1fr);justify-content:center;align-items:center}.wishlist__name{display:block}.wishlist__name--price{margin-left:1.5rem}.wishlist__item{width:42rem;display:grid;grid-template-columns:repeat(3,1fr)}.wishlist__price{align-self:center}.wishlist__price--sm{display:none}.wishlist__price--lg{display:block;margin-left:1.5rem}.wishlist__actionBtn{align-self:center}}.sorting{display:flex;justify-content:space-between;align-items:center;width:100%}.sorting__sortBy{display:flex;align-items:center;gap:.25rem;color:#121212;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;line-height:1.625rem;border:none}.sorting__gridBtns{display:flex}.sorting__grid{display:flex;width:2.875rem;height:2.5rem;padding:.53125rem .6875rem .46875rem;justify-content:center;align-items:center;border-right:1px solid #e8ecef;background:#fff}.sorting__grid--lg{display:none}.sorting__grid--active{padding:.5rem .6875rem;background:#f3f5f7}@media screen and (min-width: 768px){.sorting__sorting{display:flex;align-items:center;width:auto;gap:2rem}.sorting__grid--lg{display:block}}.showMore{width:fit-content;margin:5rem auto 0}.showMore__showBtn{display:flex;justify-content:center;align-items:center;padding:.375rem 2.5rem;gap:.5rem;border-radius:5rem;border:1px solid #141718;color:#141718;text-align:center;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;line-height:1.75rem;letter-spacing:-.025rem;margin-bottom:2rem}.showMore__showBtn:hover{color:#fff;background:#141718}.showMore__showBtn:disabled{cursor:auto;opacity:.4}.showMore__showBtn:disabled:hover{color:#141718;background:transparent}@media screen and (min-width: 1200px){.more__showMore{transform:translate(70%)}}.allBlog{margin-bottom:5rem}.allBlog__wrapper{display:grid;grid-template-columns:1fr;gap:1.56rem}@media screen and (min-width: 768px){.allBlog__wrapper{grid-template-columns:repeat(3,1fr);gap:2.5rem 1.56rem}}.blogItem__imgBox{width:100%;height:17.6875rem;margin-bottom:1.5rem}.blogItem__tittle{color:#23262f;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;line-height:1.625rem}.blogItem__desc{color:#6c7275;font-family:Inter,sans-serif;font-size:.75rem;font-weight:400;line-height:1.25rem;margin-top:.5rem}@media screen and (min-width: 768px){.blogItem__tittle{color:#23262f;font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:500;line-height:1.75rem}}.shopSub{padding:1rem;position:absolute;left:0;top:0;width:100%;height:18rem;background:#fff;transform:translateY(20%);z-index:2;border-bottom:1.5px solid #f3f5f7;box-shadow:0 64px 64px -48px #0f0f0f1a;display:none;grid-template-columns:repeat(2,1fr)}.shopSub__item{display:flex;gap:1rem;background:#fefefe;border-radius:.25rem;padding:1rem 1.5rem;text-align:left}.shopSub__item:hover{box-shadow:0 0 64px 48px #0f0f0f1a}.shopSub__imgBox{width:10.3125rem;height:8rem}.shopSub__descBox{display:flex;flex-direction:column;gap:1rem;max-width:20rem}.shopSub__tittle{color:#141718;font-family:Poppins,sans-serif;font-size:2.5rem;font-weight:500;line-height:2.75rem;letter-spacing:-.025rem}.shopSub__desc{color:#6c7275;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.625rem}@media screen and (min-width: 768px){.shopSub{display:grid}}@media screen and (min-width: 1200px){.shopSub{padding:3rem 10rem 8rem}}.productSub{padding:1rem;position:absolute;left:0;top:0;width:100%;height:18rem;background:#fff;transform:translateY(20%);z-index:2;border-bottom:1.5px solid #f3f5f7;box-shadow:0 64px 64px -48px #0f0f0f1a;display:none;grid-template-columns:repeat(2,1fr)}.productSub__tittle{color:#000;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;line-height:1.625rem}.productSub__subItem{display:grid;grid-template-columns:repeat(3,1fr)}.productSub__name{display:flex;width:100%;padding:.5rem;flex-direction:column;align-items:flex-start;gap:.625rem;color:#6c7275;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.625rem;background:transparent}.productSub__name:hover{color:#38cb89}@media screen and (min-width: 768px){.productSub{display:grid}}@media screen and (min-width: 1200px){.productSub{padding:3rem 10rem 8rem}}.search{padding:1;width:100%;height:100%;background:linear-gradient(0deg,#00000052,#00000052),#d4d4d42c 0px 0px no-repeat;min-height:100vh;min-width:100%;position:relative;outline:none;border:none;transition:.3s all linear;opacity:0}.search--open{opacity:1}.search::-webkit-scrollbar{display:none}.search__item{width:70%;height:12rem;border-radius:.25rem;display:flex;justify-content:center;align-items:center;background:#fff;margin:3rem auto;position:relative}.search__close{width:1.5rem;height:1.5rem;position:absolute;top:0;right:0;margin-top:1.5rem;margin-right:1.5rem}.search__form{display:flex;align-items:center;height:2.875rem;width:70%;padding:0rem 1rem;gap:.5rem;border-radius:.375rem;border:1px solid #6c7275;background:#fff}.search__input{align-self:stretch;font-size:1rem;color:#6c7275;width:100%;border:none}.search__input:focus{outline:none}.search__submit{background:transparent}@keyframes spinner{to{transform:rotate(360deg)}}.loading{width:6rem;height:6rem;border:5px solid #141718;border-radius:50%;border-top-color:#38cb89;animation:spinner 2s linear infinite}.loading--centered{margin:0 auto}
