@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Corben&family=Mulish&family=Outfit&family=Raleway:wght@300&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap);:root{--font-family:"Poppins",sans-serif;--dark-blue:#0a1930;--light-blue:#1f93ff;--color-white:#fff;--color-dark:#333;--color-grey:#eee;--box-shadow:0 5px 15px #0000001a;--color-purple:#9d0191;--color-orange:#f72;--color-primary:#007bff;--color-success:#28a745;--color-danger:#ff4500;--brand-primary:#2f70c1;--brand-secondary:#7461c3;--brand-alternative:#137886;--background-site:#f9f9f9;--background-code:#f4f4f4;--text-body:#36313d;--text-comment:#635e69;--text-high-contrast:#313131;--text-medium-contrast:#635e69;--text-low-contrast:#746d76;--detail-high-contrast:silver;--detail-medium-contrast:#eaeaea;--detail-low-contrast:#f0f0f2;--admonition-note:#2e6dbc;--admonition-warning:#ffc409;--admonition-danger:#dc2626;--brand-primary-rgb-value:47,112,193;--brand-secondary-rgb-value:116,97,195;--brand-alternative-rgb-value:19,120,134;--background-site-rgb-value:249,249,249;--background-code-rgb-value:244,244,244;--text-body-rgb-value:54,49,61;--text-comment-rgb-value:99,94,105;--text-high-contrast-rgb-value:49,49,49;--text-medium-contrast-rgb-value:99,94,105;--text-low-contrast-rgb-value:116,109,118;--detail-high-contrast-rgb-value:192,192,192;--detail-medium-contrast-rgb-value:234,234,234;--detail-low-contrast-rgb-value:240,240,242;--admonition-note-rgb-value:46,109,188;--admonition-warning-rgb-value:255,196,9;--admonition-danger-rgb-value:220,38,38}*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}html{font-size:10px}body{font-family:Poppins,sans-serif;font-family:var(--font-family)}section{padding:4rem 0;width:100%}.container{margin:0 auto;max-width:100%;padding:0 20px}.--flex-center{align-items:center;display:flex;justify-content:center}.--flex-start{align-items:flex-start;display:flex;justify-content:flex-start}.--flex-end{justify-content:flex-end}.--flex-between,.--flex-end{align-items:center;display:flex}.--flex-between{justify-content:space-between}.--dir-column{flex-direction:column}.--flex-dir-column{display:flex}.--align-center{align-items:center;display:flex}.--100vh{height:100vh}.--mh-100vh{min-height:100vh}.--grid-15{grid-template-columns:repeat(auto-fit,minmax(15rem,1fr))}.--grid-15,.--grid-25{grid-row-gap:1rem;grid-column-gap:1rem;column-gap:1rem;display:grid;row-gap:1rem}.--grid-25{grid-template-columns:repeat(auto-fit,minmax(24rem,1fr))}.--center-all{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:auto;text-align:center;width:100%}h1,h2,h3,h4{color:#333;color:var(--color-dark);font-weight:500;line-height:1.2;margin-bottom:1rem}h1{font-size:4rem}h2{font-size:3rem}h3{font-size:2.5rem}h4{font-size:2rem}p{color:#333;color:var(--color-dark);font-size:1.5rem;font-weight:300;line-height:1.3}.--text-xl{font-size:4.5rem}.--text-lg{font-size:4rem}.--text-md{font-size:3rem}.--text-sm{font-size:1.2rem;font-weight:300}.--text-p{color:#333;color:var(--color-dark);font-size:1.5rem;font-weight:300;line-height:1.3}.--fw-bold{font-weight:600}.--fw-thin{font-weight:200}.--text-light{color:#fff}.--color-primary{color:#007bff}.--color-danger{color:#ff4500}.--color-success{color:#28a745}.--color-white{color:#fff}.--text-center{text-align:center}.--card{border:1px solid #0000;border-radius:5px;box-shadow:0 5px 15px #0000001a;box-shadow:var(--box-shadow);overflow:hidden}.--m{margin:1rem}.--ml{margin-left:1rem}.--mr{margin-right:1rem}.--mb{margin-bottom:1rem}.--my{margin:1rem 0}.--mx{margin:0 1rem}.--m2{margin:2rem}.--ml2{margin-left:2rem}.--mr2{margin-right:2rem}.--mb2{margin-bottom:2rem}.--my2{margin:2rem 0}.--mx2{margin:0 2rem}.--p{padding:1rem}.--p2{padding:2rem}.--py{padding:1rem 0}.--py2{padding:2rem 0}.--px{padding:0 1rem}.--px2{padding:0 2rem}.--btn{align-items:center;border:1px solid #0000;border-radius:3px;cursor:pointer;display:flex;font-size:1.6rem;font-weight:400;justify-content:center;margin:0 5px 0 0;padding:6px 8px;transition:all .3s}.--btn:hover{transform:translateY(-2px)}.--btn-lg{padding:8px 10px}.--btn-block{width:100%}.--btn-primary{background:#007bff;color:#fff}.--btn-secondary{background:#0000;border:1px solid #fff;color:#fff}.--btn-danger{background:#ff4500;color:#fff}.--btn-success{background:#28a745;color:#fff}.--bg-light{background:#fff}.--bg-dark{background:#333;background:var(--color-dark)}.--bg-primary{background:#007bff;background:var(--color-primary)}.--bg-success{background:#28a745;background:var(--color-success)}.--bg-grey{background:#eee;background:var(--color-grey)}.--form-control{font-size:1.6rem;font-weight:300}.--form-control>*{margin:5px 0}.--form-control input{font-size:1.6rem;font-weight:300;outline:none}.--form-control input,.--form-control select{border:1px solid #777;border-radius:3px;padding:8px 1rem}.--form-control select{font-size:1.4rem;font-weight:400}.--form-control label{color:#333;color:var(--color-dark);display:inline-block;font-size:1.6rem;font-weight:400;margin-right:1rem;min-width:7rem}@media screen and (max-width:600px){.--flex-dir-column{flex-direction:column}}.--block{display:block}.--inline-block{display:inline-block}.--width-100{width:100%}.--width-500px{width:500px}.--line{position:relative}.--line:after{background:#d908aa;background:linear-gradient(135deg,#a301bf 44%,#d908aa 57%);bottom:-5px;content:"";height:3px;left:50%;margin-bottom:1rem;position:absolute;transform:translateX(-50%);width:5rem}.--list-style-none{list-style:none}.--profile-img{border:1px solid #ccc;border-radius:50%;height:6rem;width:6rem}a{color:#0a1930;color:var(--dark-blue);text-decoration:none}a,a:hover{font-size:1.4rem}a:hover{color:#333;color:var(--color-dark)}: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:#ffffffb3;--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-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translate3d(0,0,9999 px);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform: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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Product_product__us-xj{display:flex;position:relative}.Product_product__us-xj .Product_filter__5NfSG{border-right:1px solid #ddd;transition:all .3s;width:15%}.Product_product__us-xj .Product_content__ApqJF{position:relative;width:85%}.Product_product__us-xj .Product_content__ApqJF .Product_icon__2ogOK{align-items:center;cursor:pointer;display:none;justify-content:center;position:absolute;right:0;top:0}.Product_product__us-xj .Product_content__ApqJF .Product_icon__2ogOK>*{padding-left:5px}@media screen and (max-width:800px){.Product_product__us-xj .Product_icon__2ogOK{display:flex;top:-29px!important}.Product_product__us-xj .Product_whatsappButton__bKubM{bottom:6rem!important}.Product_product__us-xj .Product_filter__5NfSG{background-color:#fff;border:2px solid var(--dark-blue);height:100%;left:-200%;padding:1rem;position:absolute;width:50%;z-index:99}.Product_product__us-xj .Product_show__mZB5T{left:0;min-height:618px}.Product_product__us-xj .Product_content__ApqJF{width:100%}.Product_product__us-xj .Product_content__ApqJF .Product_icon__2ogOK{display:flex}}.Product_whatsappButton__bKubM{align-items:center;background:green;border-radius:100% 0 0 100%;bottom:2rem;box-shadow:0 2px 5px 2px rgba(0,0,0,.212);display:flex;height:61px;justify-content:center;padding:.5rem;position:fixed;right:0;text-decoration:none;transition:background-color .3s ease;width:58px;z-index:999999}.Product_whatsappButton__bKubM:hover{background:rgba(3,156,3,.612)}.Product_whatsappButton__bKubM svg{margin-right:-1rem}.Product_search__7HBI5{flex:1 1;margin:5px 0;position:relative;width:100px}.Product_search__7HBI5 .Product_icon__2ogOK{left:1rem;position:absolute;top:50%;transform:translateY(-50%)}.Product_search__7HBI5 input[type=text]{border:1px solid #777;border-radius:3px;display:block;font-size:1.6rem;font-weight:300;margin:1rem auto;outline:none;padding:1rem 1rem 1rem 3rem;width:100%}.Product_instagramButton__eIFu8{align-items:center;border-radius:100% 0 0 100%;bottom:100px;box-shadow:0 2px 5px 2px rgba(0,0,0,.212);display:flex;height:61px;justify-content:center;padding:.5rem;position:fixed;right:0;text-decoration:none;transition:background-color .3s ease;width:58px;z-index:999999}.Product_instagramButton__eIFu8,.Product_instagramButton__eIFu8:hover{background:radial-gradient(circle at 30% 107%,#fdf497 0,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%)}.Product_instagramButton__eIFu8 svg{margin-right:-1rem}@media(max-width:768px){.Product_whatsappButton__bKubM{height:20;margin-right:0;padding:.3rem;width:48px}.Product_instagramButton__eIFu8{height:60px;margin-bottom:25px;margin-right:0;padding:.3rem;width:48px}.Product_whatsappButton__bKubM svg{margin-right:-.9rem}.Product_instagramButton__eIFu8 svg{margin-right:-.8rem}}.ProductFilter_filter__CCfwe{margin-left:2rem}.ProductFilter_filter__CCfwe h4{margin-bottom:2rem}.ProductFilter_filter__CCfwe .ProductFilter_category__tdhub{border-bottom:2px solid #ccc;margin-bottom:3rem;padding-bottom:2rem}.ProductFilter_filter__CCfwe .ProductFilter_category__tdhub button{background-color:#0000;border:none;cursor:pointer;display:block;font-size:1.5rem;height:3rem;padding-left:15px;text-align:left;transform-origin:left center;transition:background-color .3s ease,transform .2s ease;width:100%}.ProductFilter_filter__CCfwe .ProductFilter_category__tdhub button:hover{background-color:#b9b6b6;transform:scale(1.05)}.ProductFilter_filter__CCfwe .ProductFilter_category__tdhub button.ProductFilter_active__21TE8{background-color:#a4d2fa}.ProductFilter_filter__CCfwe .ProductFilter_brand__bMlhI{border-bottom:2px solid #ccc;margin-bottom:3rem;margin-right:3rem;padding-bottom:3rem}.ProductFilter_filter__CCfwe .ProductFilter_brand__bMlhI select{border:1px solid #777;border-radius:3px;font-size:1.4rem;font-weight:300;outline:none;padding:8px;width:95%}.ProductFilter_filter__CCfwe .ProductFilter_slider__-aF-5{border-bottom:2px solid #ccc;margin-bottom:2rem;margin-right:3rem;padding-bottom:3rem;padding-top:1rem;width:80%}.ProductFilter_filter__CCfwe .ProductFilter_slider__-aF-5 input{-webkit-appearance:none;border-radius:8px;border-radius:4px;height:8px;outline:none;transition:background .45s ease-in;width:100%}.ProductFilter_filter__CCfwe .ProductFilter_slider__-aF-5 input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:url(https://raw.githubusercontent.com/milenig/fend-mentor_pricing-component/3ccfd6b18e87377a950915288ef64c896969bf62/images/icon-slider.svg) #10d5c2 50% no-repeat;background-size:12px;border-radius:50%;box-shadow:0 10px 20px 0 #10d5c2b3;cursor:pointer;height:20px;position:relative;-webkit-transition:all .2s;transition:all .2s;width:20px}.ProductFilter_filter__CCfwe .ProductFilter_slider__-aF-5 input::-webkit-slider-thumb:hover{background:url(https://raw.githubusercontent.com/milenig/fend-mentor_pricing-component/3ccfd6b18e87377a950915288ef64c896969bf62/images/icon-slider.svg) #1be6d1 50% no-repeat;background-size:12px}.ProductFilter_filter__CCfwe .ProductFilter_slider__-aF-5 input::-webkit-slider-thumb:active{background:url(https://raw.githubusercontent.com/milenig/fend-mentor_pricing-component/3ccfd6b18e87377a950915288ef64c896969bf62/images/icon-slider.svg) #0dbead 50% no-repeat;background-size:12px;cursor:grabbing}@media screen and (max-width:700px){.ProductFilter_filter__CCfwe .ProductFilter_filter__CCfwe .ProductFilter_brand__bMlhI select,.ProductFilter_filter__CCfwe .ProductFilter_filter__CCfwe .ProductFilter_category__tdhub button{width:100%}}.ProductFilter_filter__CCfwe .ProductFilter_clearButton__oLvcZ{background-color:var(--color-danger);border:none;border-radius:5px;color:#fff;cursor:pointer;display:block;font-size:1.5rem;margin:0 7rem 0 auto;padding:10px 20px;transition:background-color .3s ease}.ProductFilter_filter__CCfwe .ProductFilter_clearButton__oLvcZ:hover{background-color:#f66}@media screen and (min-width:1101px)and (max-width:1175px){.ProductFilter_filter__CCfwe .ProductFilter_category__tdhub button{font-size:1.4rem}}@media screen and (min-width:1056px)and (max-width:1100px){.ProductFilter_filter__CCfwe .ProductFilter_category__tdhub button{padding-left:0}}@media screen and (min-width:800px)and (max-width:1055px){.ProductFilter_filter__CCfwe .ProductFilter_category__tdhub button{font-size:1.3rem;padding-left:0}}.ProductFilter_activeSubcategory__ICQcU{background-color:#10d5c2;color:#fff}.ProductList_product-list__d9Qdf{width:95%}.ProductList_product-list__d9Qdf .ProductList_top__ZH9\+V{align-items:center;border-bottom:2px solid #ccc;border-top:2px solid #ccc;display:flex;height:50px;justify-content:space-between;padding-right:2rem;width:100%}.ProductList_product-list__d9Qdf .ProductList_top__ZH9\+V .ProductList_icons__tTiRd{align-items:center;display:flex;justify-content:center}.ProductList_product-list__d9Qdf .ProductList_top__ZH9\+V .ProductList_icons__tTiRd>*{cursor:pointer;margin-right:7px}.ProductList_product-list__d9Qdf .ProductList_top__ZH9\+V .ProductList_sort__cIvtL label{font-size:1.4rem;font-weight:500;margin:0 5px}.ProductList_product-list__d9Qdf .ProductList_top__ZH9\+V .ProductList_sort__cIvtL select{border:none;font-size:1.4rem;font-weight:500;outline:none;padding-left:.5rem;width:7rem}@media screen and (max-width:800px){.ProductList_product-list__d9Qdf{margin-left:0!important}.ProductList_product-list__d9Qdf .ProductList_top__ZH9\+V{align-items:center;padding-bottom:5px}.ProductList_grid__yt8fL{gap:10px!important;justify-content:space-around!important}.ProductList_grid__yt8fL>div{width:40%}}.ProductList_prodfound__09kp\+{padding-left:1rem;padding-right:.5rem}.ProductList_gridContainer__g2K6t{align-items:flex-start;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:space-evenly;padding-bottom:5rem}.ProductList_grid__yt8fL{display:flex;flex-wrap:wrap;gap:20px;justify-content:flex-start;margin-top:20px;width:100%}@media screen and (min-width:800px){.ProductList_product-list__d9Qdf{padding-left:10px}}.Search_search__PQsNp{flex:1 1;margin:5px 0;position:relative}.Search_search__PQsNp .Search_icon__pJy84{color:#ddd;left:1rem;margin-right:1rem;position:absolute;top:50%;transform:translateY(-50%)}.Search_search__PQsNp input[type=text]{background-color:#060e1b;border:.5px solid gray;border-radius:3px;color:#ddd;display:block;font-size:1.6rem;font-style:#fff;font-weight:300;margin:1rem auto;outline:none;padding:1rem 1rem 1rem 4rem;width:100%}.Card_card__pqOY8{border:1px solid #0000;border-radius:5px;box-shadow:var(--box-shadow);overflow:hidden}.ProductItem_prodname__Ur9YL{font-size:16px!important}.ProductItem_overlay__ZHZh\+{left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);z-index:11}.ProductItem_soldOutText__J7Rzq{color:#333;font-size:18px;margin-bottom:10px}.ProductItem_notifyButton__tEcRh{background-color:#bc3b59;border:none;color:#fff;cursor:pointer;padding:10px 20px;transition:background-color .3s}.ProductItem_notifyButton__tEcRh:hover{background-color:#9b2847}.ProductItem_wrapper__OBPY-{background:#fff;border-radius:10px 10px 10px 10px;box-shadow:0;height:480px;margin:auto;overflow:hidden;position:relative;transform:scale(.95);transition:box-shadow .5s,transform .5s;width:275px}@media screen and (max-width:1401px){.ProductItem_wrapper__OBPY-{height:222.154px!important;width:354.56px!important}}.ProductItem_wrapper__OBPY-:hover{box-shadow:5px 20px 30px #0003;transform:scale(1)}.ProductItem_wrapper__OBPY-.ProductItem_sold-out__DxDkN:before{align-items:center;background:#fffc;content:"";display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:10}.ProductItem_wrapper__OBPY-.ProductItem_sold-out__DxDkN:before .ProductItem_sold-out-text__LoXcs{color:#333;font-size:18px;margin-bottom:10px}.ProductItem_wrapper__OBPY-.ProductItem_sold-out__DxDkN:before .ProductItem_notify-button__FZ0gh{background-color:#bc3b59;border:none;color:#fff;cursor:pointer;padding:10px 20px;transition:background-color .3s}.ProductItem_wrapper__OBPY-.ProductItem_sold-out__DxDkN:before .ProductItem_notify-button__FZ0gh:hover{background-color:#9b2847}.ProductItem_wrapper__OBPY-:hover .ProductItem_inside__tc3Lc,.ProductItem_wrapper__OBPY-:hover .ProductItem_inside__tc3Lc .ProductItem_icon__-GX7Q{opacity:1}.ProductItem_wrapper__OBPY- .ProductItem_container__tHunw{height:100%;width:100%}.ProductItem_wrapper__OBPY- .ProductItem_container__tHunw .ProductItem_top__zM2\+5{height:73%;width:100%}.ProductItem_wrapper__OBPY- .ProductItem_container__tHunw .ProductItem_top__zM2\+5 img{height:100%;object-fit:cover;width:100%}.ProductItem_wrapper__OBPY- .ProductItem_container__tHunw .ProductItem_bottom__IMV-D{height:27%;transition:transform .5s;width:200%}.ProductItem_wrapper__OBPY- .ProductItem_container__tHunw .ProductItem_bottom__IMV-D.ProductItem_clicked__IihoR{transform:translateX(-50%)}.ProductItem_wrapper__OBPY- .ProductItem_container__tHunw .ProductItem_bottom__IMV-D h1,.ProductItem_wrapper__OBPY- .ProductItem_container__tHunw .ProductItem_bottom__IMV-D p{margin:0;padding:0}.ProductItem_wrapper__OBPY- .ProductItem_container__tHunw .ProductItem_bottom__IMV-D .ProductItem_left__\+jG\+m{background:#f4f4f4;float:left;height:100%;position:relative;width:50%}.ProductItem_wrapper__OBPY- .ProductItem_container__tHunw .ProductItem_bottom__IMV-D .ProductItem_left__\+jG\+m .ProductItem_details__BmVt1{float:left;margin-left:13px;padding:20px 10px 10px;width:calc(70% - 20px)}.ProductItem_wrapper__OBPY- .ProductItem_container__tHunw .ProductItem_bottom__IMV-D .ProductItem_left__\+jG\+m .ProductItem_buy__KNwDH{background:#f1f1f100;border-left:thin solid #0000001a;cursor:pointer;float:right;height:100%;transition:background .5s;width:calc(30% - 2px)}.ProductItem_wrapper__OBPY- .ProductItem_container__tHunw .ProductItem_bottom__IMV-D .ProductItem_left__\+jG\+m .ProductItem_buy__KNwDH i{color:#254053;font-size:30px;padding:52px 24px 24px;transition:transform .5s}.ProductItem_wrapper__OBPY- .ProductItem_container__tHunw .ProductItem_bottom__IMV-D .ProductItem_left__\+jG\+m .ProductItem_buy__KNwDH:hover{background:#a6cdde}.ProductItem_wrapper__OBPY- .ProductItem_container__tHunw .ProductItem_bottom__IMV-D .ProductItem_left__\+jG\+m .ProductItem_buy__KNwDH:hover i{color:#00394b;transform:translateY(5px)}.ProductItem_wrapper__OBPY- .ProductItem_container__tHunw .ProductItem_bottom__IMV-D .ProductItem_right__ZGGyq{background:#a6cdde;color:#fff;float:right;height:200%;overflow:hidden;width:50%}.ProductItem_wrapper__OBPY- .ProductItem_container__tHunw .ProductItem_bottom__IMV-D .ProductItem_right__ZGGyq .ProductItem_details__BmVt1{float:right;padding:20px;width:calc(70% - 20px)}.ProductItem_wrapper__OBPY- .ProductItem_container__tHunw .ProductItem_bottom__IMV-D .ProductItem_right__ZGGyq .ProductItem_done__RKqd-{border-right:thin solid #ffffff4d;float:left;height:50%;transition:transform .5s;width:calc(30% - 2px)}.ProductItem_wrapper__OBPY- .ProductItem_container__tHunw .ProductItem_bottom__IMV-D .ProductItem_right__ZGGyq .ProductItem_done__RKqd- i{color:#fff;font-size:30px;padding:30px}.ProductItem_wrapper__OBPY- .ProductItem_container__tHunw .ProductItem_bottom__IMV-D .ProductItem_right__ZGGyq .ProductItem_remove__59kdR{background:#bc3b59;border-right:thin solid #ffffff4d;clear:both;height:50%;transition:transform .5s,background .5s;width:calc(30% - 1px)}.ProductItem_wrapper__OBPY- .ProductItem_container__tHunw .ProductItem_bottom__IMV-D .ProductItem_right__ZGGyq .ProductItem_remove__59kdR:hover{background:#9b2847}.ProductItem_wrapper__OBPY- .ProductItem_container__tHunw .ProductItem_bottom__IMV-D .ProductItem_right__ZGGyq .ProductItem_remove__59kdR:hover i{transform:translateY(5px)}.ProductItem_wrapper__OBPY- .ProductItem_container__tHunw .ProductItem_bottom__IMV-D .ProductItem_right__ZGGyq .ProductItem_remove__59kdR i{color:#fff;font-size:30px;padding:30px;transition:transform .5s}.ProductItem_wrapper__OBPY- .ProductItem_container__tHunw .ProductItem_bottom__IMV-D .ProductItem_right__ZGGyq:hover .ProductItem_done__RKqd-,.ProductItem_wrapper__OBPY- .ProductItem_container__tHunw .ProductItem_bottom__IMV-D .ProductItem_right__ZGGyq:hover .ProductItem_remove__59kdR{transform:translateY(-100%)}.ProductItem_wrapper__OBPY- .ProductItem_inside__tc3Lc{background:#92879b;border-color:#92879b;border-radius:0 0 200px 200px;cursor:pointer;height:140px;opacity:0;overflow:hidden;position:absolute;right:-70px;top:-70px;transition:all .5s,border-radius 2s,top 1s;width:140px;z-index:9}.ProductItem_wrapper__OBPY- .ProductItem_inside__tc3Lc .ProductItem_icon__-GX7Q{color:#fff;opacity:0;position:absolute;right:85px;top:85px;transition:opacity .5s}@media screen and (max-width:800px){.ProductItem_wrapper__OBPY-{height:331px!important;width:155px!important}.ProductItem_prodname__Ur9YL{font-size:12px!important}.ProductItem_container__tHunw .ProductItem_top__zM2\+5{height:65%!important}.ProductItem_container__tHunw .ProductItem_bottom__IMV-D{height:35%!important}.ProductItem_details__BmVt1{padding:20px 0 0!important}.ProductItem_details__BmVt1 p{font-size:1rem!important}.ProductItem_buy__KNwDH i{font-size:25px!important;padding:46px 0 0 10px!important}}@media screen and (width:1400px){.ProductItem_wrapper__OBPY-{width:100px!important}.ProductItem_container__tHunw .ProductItem_bottom__IMV-D{height:39%!important}.ProductItem_container__tHunw .ProductItem_top__zM2\+5{height:71%!important}}@media screen and (max-width:1500px)and (min-width:1001px){.ProductItem_wrapper__OBPY-{height:calc(180px + 20vw)!important;max-height:480px!important;max-width:275px!important;width:calc(-30px + 20vw)!important}}@media screen and (max-width:1400px)and (min-width:1276px){.ProductItem_container__tHunw .ProductItem_bottom__IMV-D{height:39%!important}.ProductItem_container__tHunw .ProductItem_top__zM2\+5{height:71%!important}}@media screen and (max-width:1275px)and (min-width:1101px){.ProductItem_container__tHunw .ProductItem_bottom__IMV-D{height:35%!important}.ProductItem_container__tHunw .ProductItem_top__zM2\+5{height:65%!important}}@media screen and (max-width:1100px)and (min-width:1001px){.ProductItem_container__tHunw .ProductItem_bottom__IMV-D{height:37%!important}.ProductItem_container__tHunw .ProductItem_top__zM2\+5{height:63%!important}}@media screen and (max-width:1000px)and (min-width:801px){.ProductItem_wrapper__OBPY-{height:calc(450px + 10vw)!important;max-height:550px!important;max-width:294px!important;width:calc(194px + 10vw)!important}}.Pagination_pagination__hDKaT{bacolor:#000;align-items:center;border-top:2px solid #ccc;display:flex;justify-content:center;list-style:none;margin-top:1rem;padding-top:1rem}.Pagination_pagination__hDKaT .Pagination_hidden__Of8np{display:none}.Pagination_pagination__hDKaT li{cursor:pointer;font-size:1.4rem;height:3rem;margin-right:.5rem;min-width:3rem;padding:3px}.Pagination_pages__Q5UsW,.Pagination_pagination__hDKaT li{align-items:center;display:flex;justify-content:center;margin-top:3rem}.Pagination_pages__Q5UsW{margin-bottom:3rem}.Pagination_pages__Q5UsW .Pagination_page__iz-Ec{color:var(--dark-blue)}.Pagination_pages__Q5UsW span{padding-left:.5rem;padding-right:.5rem}.Pagination_active__pziWr{background-color:var(--dark-blue);color:#fff}
/*! Flickity v3.0.0
https://flickity.metafizzy.co
---------------------------------------------- */.flickity-enabled{position:relative}.flickity-enabled:focus{outline:none}.flickity-viewport{height:100%;overflow:hidden;position:relative;touch-action:pan-y}.flickity-slider{height:100%;left:0;position:absolute;width:100%}.flickity-rtl .flickity-slider{left:auto;right:0}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:grabbing}.flickity-cell{left:0;position:absolute}.flickity-rtl .flickity-cell{left:auto;right:0}.flickity-button{background:#ffffffbf;border:none;color:#333;position:absolute}.flickity-button:hover{background:#fff;cursor:pointer}.flickity-button:focus{box-shadow:0 0 0 5px #19f;outline:none}.flickity-button:active{opacity:.6}.flickity-button:disabled{cursor:auto;opacity:.3;pointer-events:none}.flickity-button-icon{fill:currentColor}.flickity-prev-next-button{border-radius:50%;height:44px;top:50%;transform:translateY(-50%);width:44px}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{left:10px;right:auto}.flickity-prev-next-button .flickity-button-icon{height:60%;left:20%;position:absolute;top:20%;width:60%}.flickity-page-dots{bottom:-25px;display:flex;flex-wrap:wrap;justify-content:center;position:absolute;text-align:center;width:100%}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dot{-webkit-appearance:none;appearance:none;background:#33333340;border:none;border-radius:50%;cursor:pointer;display:block;height:10px;margin:0 8px;overflow:hidden;padding:0;text-indent:-9999px;width:10px}.flickity-rtl .flickity-page-dot{text-indent:9999px}.flickity-page-dot:focus{box-shadow:0 0 0 5px #19f;outline:none}.flickity-page-dot.is-selected{background:#333}.Slider_body__98sCX{background-color:#000}.Slider_overlay__vUmQq{background:linear-gradient(180deg,#0e1d33cc,#0e1d3333);bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.Slider_heroSlider__32bql{height:42vh;width:100%}.Slider_heroSlider__32bql .Slider_carouselCell__x2Hga{background-color:#0e1d33;background-position:50%;background-repeat:none;background-size:cover;height:100%;width:100%}.Slider_heroSlider__32bql .Slider_carouselCell__x2Hga .Slider_inner__VC8PK{color:#fff;position:relative;text-align:center;top:50%;transform:translateY(-50%)}.Slider_heroSlider__32bql .Slider_carouselCell__x2Hga .Slider_inner__VC8PK .Slider_subtitle__9nT8\+{color:#ffffff80;font-family:Roboto Slab,serif;font-size:2.2rem;font-style:italic;font-weight:200;letter-spacing:3px;line-height:1.2em;margin-bottom:5px}.Slider_heroSlider__32bql .Slider_carouselCell__x2Hga .Slider_inner__VC8PK .Slider_title__jkxgK{color:#fff;font-family:Montserrat,sans-serif;font-size:3rem;letter-spacing:3px;line-height:1.2em;margin-bottom:40px;text-transform:uppercase}.Slider_heroSlider__32bql .Slider_carouselCell__x2Hga .Slider_inner__VC8PK .Slider_btn__XxP9S{border:1px solid #fff;color:#fff;font-family:Montserrat,sans-serif;font-size:.8rem;letter-spacing:3px;padding:14px 18px;text-decoration:none;text-transform:uppercase;transition:all .2s ease}.Slider_heroSlider__32bql .Slider_carouselCell__x2Hga .Slider_inner__VC8PK .Slider_btn__XxP9S:hover{background:#fff;color:#000}.Slider_heroSlider__32bql .Slider_flickity-prev-next-button__ekmYx{background:#0000;height:80px;width:80px}.Slider_heroSlider__32bql .Slider_flickity-prev-next-button__ekmYx:hover{background:#0000}.Slider_heroSlider__32bql .Slider_flickity-prev-next-button__ekmYx .Slider_arrow__LzaKf{fill:#fff}.Slider_heroSlider__32bql .Slider_flickity-page-dots__x29IV{bottom:30px}.Slider_heroSlider__32bql .Slider_flickity-page-dots__x29IV .Slider_dot__gzQct{background:#ffffff80;border:0 solid #fff;border-radius:0;height:4px;opacity:1;width:30px}.Slider_heroSlider__32bql .Slider_flickity-page-dots__x29IV .Slider_dot__gzQct.Slider_is-selected__c54h1{background:red;border:0 solid red}@media screen and (max-width:800px){.Slider_heroSlider__32bql{width:100%}.Slider_carouselCell__x2Hga{background-size:contain}.Slider_flickity-prev-next-button__ekmYx{display:none}}.TopCategories_topCategories__WPblW{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(1,1fr);padding-top:30px}.TopCategories_topSection__xUOpI{align-items:center;display:flex;flex-direction:column}.TopCategories_toptext__PvHVU h4{margin-bottom:10px;padding-left:0;text-align:center}@media(min-width:768px){.TopCategories_topCategories__WPblW{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.TopCategories_topCategories__WPblW{grid-template-columns:repeat(3,1fr)}}@media(min-width:1440px){.TopCategories_topCategories__WPblW{grid-template-columns:repeat(3,1fr)}.TopCategories_catlist__17rnh{margin:6.5rem 10rem 10rem!important}.TopCategories_toptext__PvHVU h4{margin:-.5rem -.5rem 0!important;padding-left:15px!important}}.TopCategories_catlist__17rnh{margin:0;padding-left:40px;padding-right:40px}.TopCategories_categoryItem__WH2\+S{align-items:center;flex-direction:column;text-align:center}.TopCategories_categoryImage__sV359{aspect-ratio:1;object-fit:cover;width:100%}.TopCategories_categoryTitle__pJRC-{font-size:1.9rem;font-weight:700;margin-top:10px}.TopCategories_toptext__PvHVU h4{margin:6.5rem 6.5rem 0;padding-left:15px}.Loader_wrapper__JYeTW{background-color:#000000b3;height:100vh;position:fixed;width:100vw;z-index:1001}.Loader_loader__pvYRd{left:50%;position:fixed;top:50%;transform:translate(-50%,-50%);z-index:999}.LatestProducts_gridContainer__OOA7i{display:flex;flex-wrap:wrap;justify-content:center}.LatestProducts_latprod__-3sjC{border-top:1px solid #ccc;margin-top:20px;padding-left:20px;padding-right:20px;padding-top:23px}.LatestProducts_viewAllLink__OuMuP{padding-right:20px}.LatestProducts_viewAllLink__OuMuP a{text-decoration:underline}.LatestProducts_topSection__\+Tk-S{align-items:center;display:flex;flex-direction:column;margin-bottom:20px}.LatestProducts_toptext__Xp84t h4{margin-bottom:10px;padding-left:0;text-align:center}.LatestProducts_grid__IiOhm{display:flex;flex-wrap:wrap;gap:20px}.LatestProducts_productItem__mZvAc{width:100%}@media(min-width:768px){.LatestProducts_gridContainer__OOA7i{padding-left:35px}.LatestProducts_latprod__-3sjC{margin:5rem}.LatestProducts_productItem__mZvAc{width:48%}}@media(min-width:1440px){.LatestProducts_latprod__-3sjC{margin:0}.LatestProducts_productItem__mZvAc{width:30%}}.BannerPage_imageWithTextOverlay__J4BLS{position:relative}.BannerPage_imageWithTextOverlay--height-medium__B9W0p{height:25rem}.BannerPage_imageWithTextOverlay--wide__VR8yc{left:50%;margin-left:calc(-50vw + var(--scrollbar-width)/2);margin-right:calc(-50vw + var(--scrollbar-width)/2);max-width:calc(100vw - var(--scrollbar-width));position:relative;right:50%;width:calc(100vw - var(--scrollbar-width))}.BannerPage_imageWithTextOverlayContainer__-tGfn{height:100%;margin:0 auto;position:relative}.BannerPage_imageWithTextOverlayImageWrapper__\+gUx4{height:100%}.BannerPage_imageWithTextOverlayImageWrapper__\+gUx4 img{display:block;height:100%;object-fit:cover;width:100%}.BannerPage_imageWithTextOverlayImageWrapper__\+gUx4 [data-rimg=loaded]{background-color:#0000;opacity:1}.BannerPage_imageWithTextOverlayImageWrapper__\+gUx4 [data-rimg=lazy],.BannerPage_imageWithTextOverlayImageWrapper__\+gUx4 [data-rimg=loaded],.BannerPage_imageWithTextOverlayImageWrapper__\+gUx4 [data-rimg=loading]{background-color:#0000001a;max-height:400px;transition:opacity .5s cubic-bezier(.25,.46,.45,.94)}.BannerPage_imageWithTextOverlayContent__2HVE7{bottom:0;height:100%;left:0;padding:1.5rem;position:absolute;width:100%}@media screen and (min-width:768px){.BannerPage_imageWithTextOverlayContent__2HVE7{padding:2.5rem}}.BannerPage_imageWithTextOverlayContent__2HVE7 .BannerPage_imageWithTextOverlayContentWrapper__hOVK9{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;margin:0 auto;max-width:1200px;position:relative}.BannerPage_imageWithTextOverlayContent--text-position-bottom-center__CES1t .BannerPage_imageWithTextOverlayContentWrapper__hOVK9,.BannerPage_imageWithTextOverlayContent--text-position-bottom-left__Kb\+La .BannerPage_imageWithTextOverlayContentWrapper__hOVK9,.BannerPage_imageWithTextOverlayContent--text-position-bottom-right__OgRiH .BannerPage_imageWithTextOverlayContentWrapper__hOVK9{justify-content:flex-end}.BannerPage_imageWithTextOverlayHeading__DIaw1{color:inherit;font-family:Helvetica,Helvetica Neue,Arial,Lucida Grande,sans-serif;font-size:var(--font-size-heading-2);font-style:normal;font-weight:700;letter-spacing:0;line-height:1.3;margin:0 0 .5rem;text-decoration:none;text-transform:uppercase}@media screen and (min-width:768px){.BannerPage_imageWithTextOverlayHeading__DIaw1{font-size:8rem!important}}.BannerPage_imageWithTextOverlayText__VGLLj{font-family:Helvetica,Helvetica Neue,Arial,Lucida Grande,sans-serif;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5;margin:0;max-width:600px;text-decoration:none;text-transform:none}.BannerPage_imageWithTextOverlayText__VGLLj p{color:#fff;font-size:20px;font-weight:500}@media screen and (min-width:768px){.BannerPage_imageWithTextOverlayText__VGLLj{font-size:1.25rem}}.BannerPage_imageWithTextOverlayButton__joI89{background-color:#ccc;border:1px solid #ccc;border-radius:4px;font-weight:600}.BannerPage_imageWithTextOverlayButton__joI89,.BannerPage_imageWithTextOverlayButton__joI89:hover{color:#000;cursor:pointer;display:inline-block;font-family:Helvetica,Helvetica Neue,Arial,Lucida Grande,sans-serif;font-size:1.625rem;font-style:normal;letter-spacing:0;line-height:1.4;margin-top:1rem;outline:none;padding:1.75rem 2rem;text-decoration:none;text-transform:none;transition:border-color .2s ease-out,background-color .2s ease-out,color .2s ease-out,box-shadow .2s ease-out}.BannerPage_imageWithTextOverlayButton__joI89:hover{background-color:#fff;border:1px solid #000;border-radius:0;font-weight:400}a{color:#000}a:hover{color:inherit}.VideoReviews_instagramReels__\+qIek{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;padding-bottom:60px}.VideoReviews_slick-dots__5ZUsl{display:none}.VideoReviews_topSection__UhPCB{align-items:center;display:flex;flex-direction:column;margin-bottom:20px}.VideoReviews_viewAllLink__GbKx\+{padding-right:20px}.VideoReviews_viewAllLink__GbKx\+ a{text-decoration:underline}.VideoReviews_toptext__d0jLB h4{margin-bottom:10px;margin-top:20px;padding-left:0;text-align:center}.VideoReviews_nextButton__prAUS,.VideoReviews_prevButton__rMMy-{background:none;border:none;cursor:pointer;outline:none;position:absolute;top:50%;transform:translateY(-50%)}.VideoReviews_prevButton__rMMy-{left:10px}.VideoReviews_nextButton__prAUS{right:10px}.VideoReviews_reel__yugEC{cursor:pointer;overflow:hidden;position:relative;width:calc(20% + 30px)}.VideoReviews_reel__yugEC img{display:block;height:auto;width:80%}.VideoReviews_reel__yugEC .VideoReviews_overlay__ZAEuZ{left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .3s ease}.VideoReviews_reel__yugEC .VideoReviews_overlay__ZAEuZ svg{display:block}.VideoReviews_reel__yugEC:hover .VideoReviews_overlay__ZAEuZ{opacity:1}.EmblaCarousel_mobileslider__AD-h0{text-align:center}.EmblaCarousel_sliderbutton__45xwT{background-color:#ccc;border:none;border-radius:5px;color:#333;cursor:pointer;margin:0 10px;padding:5px 10px}.EmblaCarousel_reel__G17DA{cursor:pointer;margin:7px;overflow:hidden;position:relative;img{display:block;height:auto;width:100%}.EmblaCarousel_overlay__ZetxB{left:50%;opacity:0;position:absolute;top:50%;transition:opacity .3s ease;svg{display:block}}&:hover .EmblaCarousel_overlay__ZetxB{opacity:1}}.EmblaCarousel_embla__yiYqD{--slide-height:19rem;--slide-spacing:0rem;--slide-size:50%;margin:auto auto 20px;max-width:146rem;padding:0!important}.EmblaCarousel_embla__viewport__OUjqe{overflow:hidden}.EmblaCarousel_embla__container__67040{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:flex;margin-left:calc(var(--slide-spacing)*-1);touch-action:pan-y}.EmblaCarousel_embla__slide__il13X{flex:0 0 var(--slide-size);min-width:0;padding-left:var(--slide-spacing)}.EmblaCarousel_embla__slide__number__yZmFd{align-items:center;border-radius:1.8rem;box-shadow:inset 0 0 0 .2rem var(--detail-medium-contrast);display:flex;font-size:4rem;font-weight:600;height:var(--slide-height);justify-content:center}.EmblaCarousel_embla__controls__aRjOy{margin-bottom:1.8rem}.EmblaCarousel_embla__buttons__25IA7{align-items:center;display:flex;gap:.6rem;grid-template-columns:repeat(2,1fr)}.EmblaCarousel_embla__button__laezG{-webkit-tap-highlight-color:rgba(var(--text-high-contrast-rgb-value),.5);align-items:center;-webkit-appearance:none;appearance:none;background-color:initial;border:0;border-radius:50%;box-shadow:inset 0 0 0 .2rem var(--detail-medium-contrast);color:var(--text-body);cursor:pointer;display:inline-flex;display:flex;height:4rem;justify-content:center;margin:0;padding:0;text-decoration:none;touch-action:manipulation;width:8rem;z-index:1}.EmblaCarousel_embla__button__laezG:disabled{color:var(--detail-high-contrast);height:4rem;width:8rem}.EmblaCarousel_embla__button__svg__DsTHH{height:35%;width:35%}.EmblaCarousel_embla__dots__b0yLw{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin-right:-.6rem}.EmblaCarousel_embla__dot__w9t\+a{-webkit-tap-highlight-color:rgba(var(--text-high-contrast-rgb-value),.5);align-items:center;-webkit-appearance:none;appearance:none;background-color:initial;border:0;border-radius:50%;cursor:pointer;display:inline-flex;display:flex;height:2.6rem;justify-content:center;margin:0;padding:0;text-decoration:none;touch-action:manipulation;width:2.6rem}.EmblaCarousel_embla__dot__w9t\+a:after{align-items:center;border-radius:50%;box-shadow:inset 0 0 0 .2rem var(--detail-medium-contrast);content:"";display:flex;height:1.4rem;width:1.4rem}.EmblaCarousel_embla__dot--selected__NZ70g:after{box-shadow:inset 0 0 0 .2rem var(--text-body)}@media (max-width:800px){.EmblaCarousel_embla__button__laezG{min-height:3rem;min-width:3rem}}@media (max-width:800px){@media (max-width:800px){.EmblaCarousel_reel__G17DA{align-items:center;display:flex;justify-content:center}}}.SocialIcons_whatsappButton__L\+S2M{align-items:center;background:green;border-radius:100% 0 0 100%;bottom:8rem;box-shadow:0 2px 5px 2px rgba(0,0,0,.212);display:flex;height:61px;justify-content:center;padding:.5rem;position:fixed;right:0;text-decoration:none;transition:background-color .3s ease;width:58px;z-index:999999}.SocialIcons_whatsappButton__L\+S2M svg{margin-right:-1rem}.SocialIcons_instagramButton__xLQRx{align-items:center;border-radius:100% 0 0 100%;bottom:155px;box-shadow:0 2px 5px 2px rgba(0,0,0,.212);display:flex;height:61px;justify-content:center;padding:.5rem;position:fixed;right:0;text-decoration:none;transition:background-color .3s ease;width:58px;z-index:999999}.SocialIcons_instagramButton__xLQRx,.SocialIcons_instagramButton__xLQRx:hover{background:radial-gradient(circle at 30% 107%,#fdf497 0,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%)}.SocialIcons_instagramButton__xLQRx svg{margin-right:-1rem}@media(max-width:768px){.SocialIcons_whatsappButton__L\+S2M{height:20;margin-right:0;padding:.3rem;width:48px}.SocialIcons_instagramButton__xLQRx{height:60px;margin-right:0;padding:.3rem;width:48px}.SocialIcons_whatsappButton__L\+S2M svg{margin-right:-.9rem}.SocialIcons_instagramButton__xLQRx svg{margin-right:-.8rem}}.Contact_contact__\+aS9B{margin-left:301px}.Contact_contact__\+aS9B .Contact_card__8-qQM{border:1px solid #ccc;padding:1rem}.Contact_contact__\+aS9B .Contact_card2__rXVfj{background-color:var(--light-blue);color:#fff;padding:2rem}.Contact_contact__\+aS9B .Contact_card2__rXVfj h3,.Contact_contact__\+aS9B .Contact_card2__rXVfj p{color:#fff}.Contact_contact__\+aS9B .Contact_card2__rXVfj .Contact_icons__i-Qk6{margin:3rem 0}.Contact_contact__\+aS9B .Contact_card2__rXVfj .Contact_icons__i-Qk6 span{align-items:center;display:flex;justify-content:start;margin-bottom:1rem}.Contact_contact__\+aS9B .Contact_card2__rXVfj .Contact_icons__i-Qk6 span a,.Contact_contact__\+aS9B .Contact_card2__rXVfj .Contact_icons__i-Qk6 span p{margin-left:5px}.Contact_contact__\+aS9B .Contact_section__Q4Gz6{align-items:start;display:flex}.Contact_contact__\+aS9B .Contact_section__Q4Gz6 form{margin-bottom:1rem;margin-right:1rem;max-width:100%;width:500px}.Contact_contact__\+aS9B .Contact_section__Q4Gz6 form label{display:block;font-size:1.4rem;font-weight:500}.Contact_contact__\+aS9B .Contact_section__Q4Gz6 form input[type=email],.Contact_contact__\+aS9B .Contact_section__Q4Gz6 form input[type=file],.Contact_contact__\+aS9B .Contact_section__Q4Gz6 form input[type=number],.Contact_contact__\+aS9B .Contact_section__Q4Gz6 form input[type=password],.Contact_contact__\+aS9B .Contact_section__Q4Gz6 form input[type=text],.Contact_contact__\+aS9B .Contact_section__Q4Gz6 form select,.Contact_contact__\+aS9B .Contact_section__Q4Gz6 form textarea{border:1px solid #777;border-radius:3px;display:block;font-size:1.6rem;font-weight:300;margin:1rem auto;outline:none;padding:1rem;width:100%}@media screen and (max-width:800px){.Contact_contact__\+aS9B{margin-left:0}.Contact_contact__\+aS9B .Contact_section__Q4Gz6{flex-direction:column}}.auth_card__4LtxU{margin-bottom:20px;margin-top:20px}.auth_gsingin__TxHVD img{width:320px}.auth_auth__-qjcc{align-items:center;display:flex;justify-content:center;margin-bottom:20px;margin-top:20px;min-height:80vh}.auth_auth__-qjcc .auth_eye-icon__pDbSl{color:#777;cursor:pointer;position:absolute;right:10px;top:50%;transform:translateY(-50%);z-index:1}.auth_auth__-qjcc .auth_visible__yVgd6{display:block}.auth_auth__-qjcc .auth_hidden__HFydR{display:none}.auth_auth__-qjcc .auth_--btn-secondary__8L-M3{background-color:#6c757d;border:none;color:#fff;cursor:pointer;padding:.5rem 1rem}.auth_auth__-qjcc .auth_--btn-small__caMvR{font-size:.8rem;margin-top:.5rem}.auth_auth__-qjcc input{box-sizing:border-box;margin-bottom:10px;padding:10px;width:100%}.auth_auth__-qjcc .auth_img__nfAdm{animation:auth_slide-down__YWn1t .5s ease;transform:translateY(-10%)}.auth_auth__-qjcc .auth_form__qaka4{animation:auth_slide-up__tC-P9 .5s ease;padding:1.5rem;width:35rem}.auth_auth__-qjcc .auth_form__qaka4 h2{color:var(--color-danger);text-align:center}.auth_auth__-qjcc .auth_form__qaka4 form input[type=date],.auth_auth__-qjcc .auth_form__qaka4 form input[type=email],.auth_auth__-qjcc .auth_form__qaka4 form input[type=password],.auth_auth__-qjcc .auth_form__qaka4 form input[type=tel],.auth_auth__-qjcc .auth_form__qaka4 form input[type=text]{border:1px solid #777;border-radius:3px;display:block;font-size:1.6rem;font-weight:300;margin:1rem auto;outline:none;padding:1rem;width:100%}.auth_auth__-qjcc .auth_form__qaka4 form .auth_links__B59og{display:flex;justify-content:space-between;margin:5px 0}.auth_auth__-qjcc .auth_form__qaka4 form p{margin:1rem;text-align:center}.auth_auth__-qjcc .auth_form__qaka4 .auth_register__RKHi6{align-items:center;display:flex;justify-content:center;margin-top:1rem}@keyframes auth_slide-up__tC-P9{0%{transform:translateY(-5rem)}to{transform:translateY(0)}}@keyframes auth_slide-down__YWn1t{0%{transform:translateY(5rem)}to{transform:translateY(0)}}@media screen and (max-width:700px){.auth_img__nfAdm{display:none}}.auth_twoInputs__LXA51 .auth_error__Xi2wl{bottom:-1.5rem;color:red;font-size:.8rem;position:absolute}.auth_twoInputs__LXA51 .auth_inputGroup__RNLxr{flex:1 1;margin-right:10px}.auth_twoInputs__LXA51 .auth_inputGroup__RNLxr:last-child{margin-right:0}.auth_twoInputs__LXA51 .auth_inputGroup__RNLxr input.auth_invalidInput__ecZpN{border:1px solid red!important}.auth_twoInputs__LXA51 .auth_inputGroup__RNLxr input{border:1px solid #777;border-radius:3px;display:block;font-size:1.6rem;font-weight:300;margin:1rem auto;outline:none;padding:1rem;width:100%}.auth_twoInputs__LXA51 .auth_inputGroup__RNLxr input:valid{border-color:#777}.auth_errorBorder__gHR0\+{border-color:red!important}.auth_error__Xi2wl{color:red;font-size:.8rem;margin-bottom:5px}.auth_twoInputs__LXA51{display:flex;justify-content:space-between;margin-bottom:10px}.auth_inputGroup__RNLxr{flex:1 1;margin-right:10px;position:relative}.auth_required__6\+E2U{color:red}.auth_linkstyle__PSGKu{color:#007185;cursor:pointer;font-size:13px;padding-left:5px}.auth_linkstyle__PSGKu:hover{color:#ff4500;text-decoration:underline}.AddProduct_product__rh2dB .AddProduct_card__7WXw5{max-width:500px;padding:1rem;width:100%}.AddProduct_product__rh2dB form label{display:block;font-size:1.4rem;font-weight:500}.AddProduct_product__rh2dB form input[type=email],.AddProduct_product__rh2dB form input[type=file],.AddProduct_product__rh2dB form input[type=number],.AddProduct_product__rh2dB form input[type=password],.AddProduct_product__rh2dB form input[type=text],.AddProduct_product__rh2dB form select,.AddProduct_product__rh2dB form textarea{border:1px solid #777;border-radius:3px;display:block;font-size:1.6rem;font-weight:300;margin:1rem auto;outline:none;padding:1rem;width:100%}.AddProduct_product__rh2dB form .AddProduct_progress__P9y9g{background-color:#aaa;border:1px solid #0000;border-radius:10px}.AddProduct_product__rh2dB form .AddProduct_progress__P9y9g .AddProduct_progress-bar__kRR9E{background-color:var(--light-blue);border:1px solid #0000;border-radius:10px;color:#fff;font-size:1.2rem;font-weight:500;padding:0 1rem}.AddProduct_group__N18ZO{border:1px solid var(--dark-blue);padding:5px}.AddProduct_imageInputContainer__JLkYF{margin-bottom:10px}.AddProduct_imagePreviewContainer__J6H6q{align-items:center;display:flex;justify-content:space-between;margin-top:1rem}.AddProduct_imagePreview__md102{border-radius:5px;overflow:hidden;padding-left:5px;padding-right:5px;width:300px}.AddProduct_imagePreview__md102 img{height:100%;object-fit:cover;width:100%}.AddProduct_removeImageButton__gfjGd{background-color:#dc3545;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:.8rem;padding:.5rem;transition:background-color .3s ease}.AddProduct_removeImageButton__gfjGd:hover{background-color:#c82333}.AddProduct_removeSizeButton__P0Xk3{background-color:#ff6262;border:none;color:#fff;cursor:pointer;margin-top:5px;padding:5px 10px}.AddProduct_removeSizeButton__P0Xk3:hover{background-color:#e03b3b}.AddProduct_addSizeButton__CyOIb{background-color:#4caf50;border:none;color:#fff;cursor:pointer;margin-top:10px;padding:10px 15px}.AddProduct_addSizeButton__CyOIb:hover{background-color:#45a049}.InfoBox_info-box__Rhea\+{margin-bottom:1rem;margin-right:1rem;max-width:25rem;width:100%}.InfoBox_info-box__Rhea\+ .InfoBox_card__S7Ez-{background-color:#f5f6fa;border:1px solid #ccc;border-bottom:3px solid var(--light-blue);padding:5px}.InfoBox_info-box__Rhea\+ span{align-items:center;display:flex;justify-content:space-between}.Home_info-box__jMcSD{display:flex;flex-wrap:wrap}.Home_card__7C0wR{background-color:#f5f6fa;border:1px solid #ccc;padding:5px}.Home_card1__IX1Ks{border-bottom:3px solid #b624ff}.Home_card2__xu9eP{border-bottom:3px solid #1f93ff}.Home_card3__2iowg{border-bottom:3px solid #ff4500}.Chart_charts__CUT2q{max-width:500px;width:100%}.Chart_charts__CUT2q .Chart_card__lA0at{border:1px solid #ccc;border-bottom:3px solid var(--color-danger);padding:1rem}.StateOrderChart_chartCard__psC3k{border:1px solid #000;box-shadow:3px 2px 4px #0000001a;margin:0 auto;max-width:500px;padding:1rem;width:100%}.StateOrderChart_chartContainer__K7bl3{height:300px;padding-left:30px;padding-right:30px;width:100%}h3{padding:20px;text-align:center}.Reviews_table__6dAE3{overflow-x:auto;padding:5px;width:100%}.Reviews_table__6dAE3 table{border-collapse:collapse;font-size:1.4rem;width:100%}.Reviews_table__6dAE3 table thead{border-bottom:2px solid var(--light-blue);border-top:2px solid var(--light-blue)}.Reviews_table__6dAE3 table th{border:1px solid #eee}.Reviews_table__6dAE3 table td,.Reviews_table__6dAE3 table th{padding:8px;text-align:left;vertical-align:top}.Reviews_table__6dAE3 table td.Reviews_icons__y2hpw>*,.Reviews_table__6dAE3 table th.Reviews_icons__y2hpw>*{cursor:pointer;margin-right:5px}.Reviews_table__6dAE3 table tr{border-bottom:1px solid #ccc;cursor:pointer}.Reviews_table__6dAE3 table tr:nth-child(2n){background-color:#eee}.Reviews_table__6dAE3 table .Reviews_pending__iOCr\+{color:#ff4500;font-weight:500}.Reviews_table__6dAE3 table .Reviews_delivered__cLweC{color:green;font-weight:500}.Navbar_navbar__jUHtP{border-right:1px solid #ccc;min-height:80vh}.Navbar_navbar__jUHtP .Navbar_user__N4TjW{align-items:center;background-color:var(--light-blue);display:flex;flex-direction:column;justify-content:center;padding:4rem}.Navbar_navbar__jUHtP .Navbar_user__N4TjW h4{color:#fff}.Navbar_navbar__jUHtP nav ul li{border-bottom:1px solid #ccc;padding:1rem;position:relative}.Navbar_navbar__jUHtP nav ul li a{display:block;width:100%}.Navbar_active__0kdox{cursor:pointer}.Navbar_active__0kdox:before{background-color:#ff4500;content:"";height:100%;position:absolute;right:0;top:0;width:4px}.OrderDetails_table__v7rop{overflow-x:auto;padding:5px;width:100%}.OrderDetails_table__v7rop table{border-collapse:collapse;font-size:1.4rem;width:100%}.OrderDetails_table__v7rop table thead{border-bottom:2px solid var(--light-blue);border-top:2px solid var(--light-blue)}.OrderDetails_table__v7rop table th{border:1px solid #eee}.OrderDetails_table__v7rop table td,.OrderDetails_table__v7rop table th{padding:8px;text-align:left;vertical-align:top}.OrderDetails_table__v7rop table td.OrderDetails_icons__Tk-HG>*,.OrderDetails_table__v7rop table th.OrderDetails_icons__Tk-HG>*{cursor:pointer;margin-right:5px}.OrderDetails_table__v7rop table tr{border-bottom:1px solid #ccc}.OrderDetails_table__v7rop table tr:nth-child(2n){background-color:#eee}.OrderDetails_table__v7rop .OrderDetails_summary__qkF98{align-items:start;display:flex;justify-content:space-between;margin-top:2rem}.OrderDetails_table__v7rop .OrderDetails_summary__qkF98 .OrderDetails_card__C6eNC{padding:1rem}.OrderDetails_table__v7rop .OrderDetails_summary__qkF98 .OrderDetails_card__C6eNC .OrderDetails_text__eEUoM{align-items:center;display:flex;justify-content:space-between}.OrderDetails_table__v7rop .OrderDetails_summary__qkF98 .OrderDetails_card__C6eNC .OrderDetails_text__eEUoM h3{color:var(--color-danger)}.OrderDetails_table__v7rop .OrderDetails_summary__qkF98 .OrderDetails_card__C6eNC button{margin-top:5px}.OrderDetails_count__4lyk\+{align-items:center;display:flex}.OrderDetails_count__4lyk\+ button{border:1px solid var(--darkblue)}.OrderDetails_count__4lyk\+>*{margin-right:1rem}.ChangeOrderStatus_status__QlVSP{margin:2rem 0;max-width:400px;width:100%}.ChangeOrderStatus_status__QlVSP .ChangeOrderStatus_card__Y0pCj{border:2px solid var(--light-blue);padding:1rem}.ChangeOrderStatus_status__QlVSP form select{border:1px solid #777;border-radius:3px;display:inline-block;font-size:1.6rem;font-weight:300;margin:1rem auto;outline:none;padding:1rem;width:100%}.Orders_table__SZUVZ{overflow-x:auto;padding:5px;width:100%}.Orders_table__SZUVZ table{border-collapse:collapse;font-size:1.4rem;width:100%}.Orders_table__SZUVZ table thead{border-bottom:2px solid var(--light-blue);border-top:2px solid var(--light-blue)}.Orders_table__SZUVZ table th{border:1px solid #eee}.Orders_table__SZUVZ table td,.Orders_table__SZUVZ table th{padding:8px;text-align:left;vertical-align:top}.Orders_table__SZUVZ table td.Orders_icons__BK7HH>*,.Orders_table__SZUVZ table th.Orders_icons__BK7HH>*{cursor:pointer;margin-right:5px}.Orders_table__SZUVZ table tr{border-bottom:1px solid #ccc;cursor:pointer}.Orders_table__SZUVZ table tr:nth-child(2n){background-color:#eee}.Orders_table__SZUVZ table .Orders_pending__JhqoB{color:#ff4500;font-weight:500}.Orders_table__SZUVZ table .Orders_delivered__8tT\+J{color:green;font-weight:500}.ViewProducts_table__IKDDv{overflow-x:auto;padding:5px;width:100%}.ViewProducts_table__IKDDv .ViewProducts_search__3fX1s{max-width:300px;width:100%}.ViewProducts_table__IKDDv table{border-collapse:collapse;font-size:1.4rem;width:100%}.ViewProducts_table__IKDDv table thead{border-bottom:2px solid var(--light-blue);border-top:2px solid var(--light-blue)}.ViewProducts_table__IKDDv table th{border:1px solid #eee}.ViewProducts_table__IKDDv table td,.ViewProducts_table__IKDDv table th{padding:8px;text-align:left;vertical-align:top}.ViewProducts_table__IKDDv table td.ViewProducts_icons__wSIYv>*,.ViewProducts_table__IKDDv table th.ViewProducts_icons__wSIYv>*{cursor:pointer;margin-right:5px}.ViewProducts_table__IKDDv table tr{border-bottom:1px solid #ccc}.ViewProducts_table__IKDDv table tr:nth-child(2n){background-color:#eee}.react-toggle{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;background-color:initial;border:0;cursor:pointer;display:inline-block;padding:0;position:relative;touch-action:pan-x;-webkit-user-select:none;user-select:none}.react-toggle-screenreader-only{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.react-toggle--disabled{cursor:not-allowed;opacity:.5;transition:opacity .25s}.react-toggle-track{background-color:#4d4d4d;border-radius:30px;height:24px;padding:0;transition:all .2s ease;width:50px}.react-toggle:hover:not(.react-toggle--disabled) .react-toggle-track{background-color:#000}.react-toggle--checked .react-toggle-track{background-color:#19ab27}.react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track{background-color:#128d15}.react-toggle-track-check{bottom:0;height:10px;left:8px;line-height:0;margin-bottom:auto;margin-top:auto;opacity:0;position:absolute;top:0;transition:opacity .25s ease;width:14px}.react-toggle--checked .react-toggle-track-check,.react-toggle-track-x{opacity:1;transition:opacity .25s ease}.react-toggle-track-x{bottom:0;height:10px;line-height:0;margin-bottom:auto;margin-top:auto;position:absolute;right:10px;top:0;width:10px}.react-toggle--checked .react-toggle-track-x{opacity:0}.react-toggle-thumb{background-color:#fafafa;border:1px solid #4d4d4d;border-radius:50%;box-sizing:border-box;height:22px;left:1px;position:absolute;top:1px;transition:all .5s cubic-bezier(.23,1,.32,1) 0ms;transition:all .25s ease;width:22px}.react-toggle--checked .react-toggle-thumb{border-color:#19ab27;left:27px}.react-toggle--focus .react-toggle-thumb{box-shadow:0 0 2px 3px #0099e0}.react-toggle:active:not(.react-toggle--disabled) .react-toggle-thumb{box-shadow:0 0 5px 5px #0099e0}.Admin_admin__Hz2oP{display:flex}.Admin_admin__Hz2oP .Admin_navbar__78BER{min-height:80vh;width:25%}.Admin_admin__Hz2oP .Admin_content__BcT0x{padding:1rem;width:75%}.CreateCouponCode_product__H398C .CreateCouponCode_card__9di7Q{background-color:#fff;border-radius:8px;box-shadow:0 0 10px #0000001a;margin:0 auto;max-width:500px;padding:2rem;width:100%}.CreateCouponCode_product__H398C .CreateCouponCode_card__9di7Q h2{color:#333;font-size:1.8rem;margin-bottom:1.5rem}.CreateCouponCode_product__H398C .CreateCouponCode_card__9di7Q form label{color:#555;display:block;font-size:1.4rem;font-weight:500;margin-bottom:.5rem}.CreateCouponCode_product__H398C .CreateCouponCode_card__9di7Q form input[type=date],.CreateCouponCode_product__H398C .CreateCouponCode_card__9di7Q form input[type=number],.CreateCouponCode_product__H398C .CreateCouponCode_card__9di7Q form input[type=text]{border:1px solid #ccc;border-radius:4px;margin:.5rem 0;outline:none;padding:1rem;position:relative;width:calc(100% - 2rem)}.CreateCouponCode_product__H398C .CreateCouponCode_card__9di7Q form input[type=date]::-webkit-calendar-picker-indicator,.CreateCouponCode_product__H398C .CreateCouponCode_card__9di7Q form input[type=number]::-webkit-calendar-picker-indicator,.CreateCouponCode_product__H398C .CreateCouponCode_card__9di7Q form input[type=text]::-webkit-calendar-picker-indicator{cursor:pointer;height:2rem;margin:0;padding:0;position:absolute;right:1rem;top:50%;transform:translateY(-50%);width:2rem}.CreateCouponCode_product__H398C .CreateCouponCode_card__9di7Q form input[type=date]:not(:placeholder-shown),.CreateCouponCode_product__H398C .CreateCouponCode_card__9di7Q form input[type=number]:not(:placeholder-shown),.CreateCouponCode_product__H398C .CreateCouponCode_card__9di7Q form input[type=text]:not(:placeholder-shown){color:#333}.CreateCouponCode_product__H398C .CreateCouponCode_card__9di7Q form .CreateCouponCode_btn__Qxqq7{background-color:#3498db;border:none;border-radius:4px;color:#fff;cursor:pointer;display:inline-block;font-size:1.6rem;font-weight:500;padding:1rem 2rem;transition:background-color .3s ease}.CreateCouponCode_product__H398C .CreateCouponCode_card__9di7Q form .CreateCouponCode_btn__Qxqq7.CreateCouponCode_btnPrimary__orcJd{background-color:#27ae60}.CreateCouponCode_product__H398C .CreateCouponCode_card__9di7Q form .CreateCouponCode_btn__Qxqq7:hover{background-color:#2980b9}.CreateCouponCode_group__VZqB9{border:1px solid #3498db;border-radius:4px;margin-bottom:1rem;padding:1rem}@media(max-width:600px){.CreateCouponCode_product__H398C .CreateCouponCode_card__9di7Q{max-width:100%}}.ManageCouponCode_table__ZhxLK{overflow-x:auto;padding:5px;width:100%}.ManageCouponCode_table__ZhxLK table{border-collapse:collapse;font-size:1.4rem;width:100%}.ManageCouponCode_table__ZhxLK table thead{border-bottom:2px solid var(--light-blue);border-top:2px solid var(--light-blue)}.ManageCouponCode_table__ZhxLK table th{border:1px solid #eee}.ManageCouponCode_table__ZhxLK table td,.ManageCouponCode_table__ZhxLK table th{padding:8px;text-align:left;vertical-align:top}.ManageCouponCode_table__ZhxLK table td.ManageCouponCode_icons__5HvjI>*,.ManageCouponCode_table__ZhxLK table th.ManageCouponCode_icons__5HvjI>*{cursor:pointer;margin-right:5px}.ManageCouponCode_table__ZhxLK table tr{border-bottom:1px solid #ccc;cursor:pointer}.ManageCouponCode_table__ZhxLK table tr:nth-child(2n){background-color:#eee}.ManageCouponCode_table__ZhxLK table .ManageCouponCode_pending__yKRAq{color:#ff4500;font-weight:500}.ManageCouponCode_table__ZhxLK table .ManageCouponCode_delivered__mQssv{color:green;font-weight:500}.Tagline_taglineContainer__F5LuY{border:1px solid #ccc;border-radius:10px;margin:20px;padding:20px}.EditProduct_product__LjqIM .EditProduct_card__Imkoy{max-width:500px;padding:1rem;width:100%}.EditProduct_product__LjqIM form label{display:block;font-size:1.4rem;font-weight:500}.EditProduct_product__LjqIM form input[type=email],.EditProduct_product__LjqIM form input[type=file],.EditProduct_product__LjqIM form input[type=number],.EditProduct_product__LjqIM form input[type=password],.EditProduct_product__LjqIM form input[type=text],.EditProduct_product__LjqIM form select,.EditProduct_product__LjqIM form textarea{border:1px solid #777;border-radius:3px;display:block;font-size:1.6rem;font-weight:300;margin:1rem auto;outline:none;padding:1rem;width:100%}.EditProduct_product__LjqIM form .EditProduct_progress__149nd{background-color:#aaa;border:1px solid #0000;border-radius:10px}.EditProduct_product__LjqIM form .EditProduct_progress__149nd .EditProduct_progress-bar__HTzig{background-color:var(--light-blue);border:1px solid #0000;border-radius:10px;color:#fff;font-size:1.2rem;font-weight:500;padding:0 1rem}.EditProduct_group__6ISCS{border:1px solid var(--dark-blue);padding:5px}.EditProduct_imageInputContainer__zFccr{margin-bottom:10px}.EditProduct_imagePreviewContainer__i0unZ{align-items:center;display:flex;justify-content:space-between;margin-top:1rem}.EditProduct_imagePreview__-S0L2{border-radius:5px;overflow:hidden;padding-left:5px;padding-right:5px;width:300px}.EditProduct_imagePreview__-S0L2 img{height:100%;object-fit:cover;width:100%}.EditProduct_removeImageButton__YGmk0{background-color:#dc3545;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:.8rem;padding:.5rem;transition:background-color .3s ease}.EditProduct_removeImageButton__YGmk0:hover{background-color:#c82333}.EditProduct_removeSizeButton__-4A8a{background-color:#ff6262;border:none;color:#fff;cursor:pointer;margin-top:5px;padding:5px 10px}.EditProduct_removeSizeButton__-4A8a:hover{background-color:#e03b3b}.SoldOut_table__7dul3{overflow-x:auto;padding:5px;width:100%}.SoldOut_table__7dul3 .SoldOut_search__xbyjN{max-width:300px;width:100%}.SoldOut_table__7dul3 table{border-collapse:collapse;font-size:1.4rem;width:100%}.SoldOut_table__7dul3 table thead{border-bottom:2px solid var(--light-blue);border-top:2px solid var(--light-blue)}.SoldOut_table__7dul3 table th{border:1px solid #eee}.SoldOut_table__7dul3 table td,.SoldOut_table__7dul3 table th{padding:8px;text-align:left;vertical-align:top}.SoldOut_table__7dul3 table td.SoldOut_icons__gr\+nI>*,.SoldOut_table__7dul3 table th.SoldOut_icons__gr\+nI>*{cursor:pointer;margin-right:5px}.SoldOut_table__7dul3 table tr{border-bottom:1px solid #ccc}.SoldOut_table__7dul3 table tr:nth-child(2n){background-color:#eee}.StockRequests_table__OvUmz{overflow-x:auto;padding:5px;width:100%}.StockRequests_table__OvUmz .StockRequests_search__JQagm{max-width:300px;width:100%}.StockRequests_table__OvUmz table{border-collapse:collapse;font-size:1.4rem;width:100%}.StockRequests_table__OvUmz table thead{border-bottom:2px solid var(--light-blue);border-top:2px solid var(--light-blue)}.StockRequests_table__OvUmz table th{border:1px solid #eee}.StockRequests_table__OvUmz table td,.StockRequests_table__OvUmz table th{padding:8px;text-align:left;vertical-align:top}.StockRequests_table__OvUmz table td.StockRequests_icons__uvm3j>*,.StockRequests_table__OvUmz table th.StockRequests_icons__uvm3j>*{cursor:pointer;margin-right:5px}.StockRequests_table__OvUmz table tr{border-bottom:1px solid #ccc}.StockRequests_table__OvUmz table tr:nth-child(2n){background-color:#eee}.Returns_table__a3U8u{overflow-x:auto;padding:5px;width:100%}.Returns_table__a3U8u table{border-collapse:collapse;font-size:1.4rem;width:100%}.Returns_table__a3U8u table thead{border-bottom:2px solid var(--light-blue);border-top:2px solid var(--light-blue)}.Returns_table__a3U8u table th{border:1px solid #eee}.Returns_table__a3U8u table td,.Returns_table__a3U8u table th{padding:8px;text-align:left;vertical-align:top}.Returns_table__a3U8u table td.Returns_icons__s5Vj3>*,.Returns_table__a3U8u table th.Returns_icons__s5Vj3>*{cursor:pointer;margin-right:5px}.Returns_table__a3U8u table tr{border-bottom:1px solid #ccc;cursor:pointer}.Returns_table__a3U8u table tr:nth-child(2n){background-color:#eee}.Returns_table__a3U8u table .Returns_pending__hilOe{color:#ff4500;font-weight:500}.Returns_table__a3U8u table .Returns_delivered__3yE3f{color:green;font-weight:500}.Returns_statusDropdown__thxbQ button{background-color:#3498db;border-radius:5px;padding:10px 15px;transition:background-color .3s ease}.Returns_statusDropdown__thxbQ button:hover{background-color:#2980b9}.Returns_statusDropdown__thxbQ button:disabled{background-color:#bdc3c7}.Returns_statusDropdown__thxbQ button{background-color:#4caf50;border:none;border-radius:4px;color:#fff;cursor:pointer;margin-left:8px;margin-right:8px;margin-top:10px;padding:8px 16px}.Returns_statusDropdown__thxbQ button:disabled{background-color:#ccc;cursor:not-allowed}.AdminTeamKit_admin-panel__4lO\+O{font-family:Poppins,sans-serif;margin:0 auto;max-width:800px;padding:2rem}.AdminTeamKit_admin-panel__4lO\+O h2{font-size:2.5rem;margin-bottom:2rem}.AdminTeamKit_admin-panel__4lO\+O h3{font-size:3rem;margin-bottom:1.5rem}.AdminTeamKit_admin-panel__4lO\+O h4{font-size:1.8rem;margin-bottom:1rem}.AdminTeamKit_admin-panel__4lO\+O ul{list-style:none;margin:0;padding:0}.AdminTeamKit_admin-panel__4lO\+O li{margin-bottom:1rem}.AdminTeamKit_admin-panel__4lO\+O button{border:none;border-radius:4px;cursor:pointer;font-family:Poppins,sans-serif;font-size:1.6rem;margin-bottom:.5rem;margin-right:1rem;padding:.5rem 1rem;transition:background-color .3s ease}.AdminTeamKit_admin-panel__4lO\+O button.AdminTeamKit_enable__A55-8{background-color:#4caf50;color:#fff}.AdminTeamKit_admin-panel__4lO\+O button.AdminTeamKit_disable__cIEe5{background-color:#ff5733;color:#fff}.AdminTeamKit_admin-panel__4lO\+O button.AdminTeamKit_delete__kg5dO{background-color:#dc3545;color:#fff}.AdminTeamKit_admin-panel__4lO\+O button.AdminTeamKit_other__8nNxd{background-color:green;color:#fff}.AdminTeamKit_admin-panel__4lO\+O button.AdminTeamKit_add__\+VXHh{background-color:#60fff7;color:#000}.AdminTeamKit_admin-panel__4lO\+O button.AdminTeamKit_addSec__D4JCq{background-color:#a9b7b6;color:#000}.AdminTeamKit_admin-panel__4lO\+O button:hover{opacity:.8}.AdminTeamKit_admin-panel__4lO\+O .AdminTeamKit_fieldName__T7lZQ{font-size:15px;padding-right:10px}.AdminTeamKit_admin-panel__4lO\+O input[type=email],.AdminTeamKit_admin-panel__4lO\+O input[type=file],.AdminTeamKit_admin-panel__4lO\+O input[type=number],.AdminTeamKit_admin-panel__4lO\+O input[type=text],.AdminTeamKit_admin-panel__4lO\+O select{border:1px solid #ccc;border-radius:4px;font-family:Poppins,sans-serif;font-size:1.6rem;margin-bottom:1rem;outline:none;padding:1rem;width:100%}.AdminTeamKit_admin-panel__4lO\+O input[type=email]:focus,.AdminTeamKit_admin-panel__4lO\+O input[type=file]:focus,.AdminTeamKit_admin-panel__4lO\+O input[type=number]:focus,.AdminTeamKit_admin-panel__4lO\+O input[type=text]:focus,.AdminTeamKit_admin-panel__4lO\+O select:focus{border-color:#4caf50}.AdminTeamKit_admin-panel__4lO\+O input[type=number]{-moz-appearance:textfield}.AdminTeamKit_admin-panel__4lO\+O select{-webkit-appearance:none;appearance:none;background-image:url('data:image/svg+xml;utf8,<svg fill="%23343a40" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 12"><path d="M4 6l-3.75 3.75 1.5 1.5 3.75-3.75 3.75 3.75 1.5-1.5z"/></svg>');background-position-x:calc(100% - 12px);background-position-y:50%;background-repeat:no-repeat;background-size:8px}.AdminTeamKit_admin-panel__4lO\+O .AdminTeamKit_fieldContainer__RujSZ{align-items:flex-start;background-color:#faebd7;border-radius:25px;display:flex;margin-bottom:10px;padding:10px}.AdminTeamKit_admin-panel__4lO\+O .AdminTeamKit_fieldContent__PszCP{flex-grow:1;padding:auto}.AdminTeamKit_admin-panel__4lO\+O .AdminTeamKit_deleteContainer__Tau4H{width:80px}.AdminTeamKit_EditFieldModal__270gJ{background-color:#fff;border-radius:8px;box-shadow:0 0 10px #0000001a;left:50%;position:fixed;top:50%;transform:translate(-50%,-50%);width:400px}.AdminTeamKit_modalContent__kbRy\+{padding:20px}.AdminTeamKit_modalContent__kbRy\+ h2{font-size:1.8rem;margin-bottom:1rem}.AdminTeamKit_modalContent__kbRy\+ label{display:block;font-size:1.6rem;margin-bottom:.5rem}.AdminTeamKit_modalContent__kbRy\+ input[type=email],.AdminTeamKit_modalContent__kbRy\+ input[type=file],.AdminTeamKit_modalContent__kbRy\+ input[type=number],.AdminTeamKit_modalContent__kbRy\+ input[type=text],.AdminTeamKit_modalContent__kbRy\+ select{border:1px solid #ccc;border-radius:4px;font-size:1.6rem;margin-bottom:1rem;outline:none;padding:.8rem;transition:border-color .3s ease;width:100%}.AdminTeamKit_modalContent__kbRy\+ input[type=email]:focus,.AdminTeamKit_modalContent__kbRy\+ input[type=file]:focus,.AdminTeamKit_modalContent__kbRy\+ input[type=number]:focus,.AdminTeamKit_modalContent__kbRy\+ input[type=text]:focus,.AdminTeamKit_modalContent__kbRy\+ select:focus{border-color:#4caf50}.AdminTeamKit_modalContent__kbRy\+ input[type=number]{-moz-appearance:textfield}.AdminTeamKit_modalContent__kbRy\+ select{-webkit-appearance:none;appearance:none;background-image:url('data:image/svg+xml;utf8,<svg fill="%23343a40" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 12"><path d="M4 6l-3.75 3.75 1.5 1.5 3.75-3.75 3.75 3.75 1.5-1.5z"/></svg>');background-position-x:calc(100% - 12px);background-position-y:50%;background-repeat:no-repeat;background-size:8px}.AdminTeamKit_modalContent__kbRy\+ button{border:none;border-radius:4px;cursor:pointer;font-size:1.6rem;margin-bottom:.5rem;margin-right:1rem;padding:.8rem 1.5rem;transition:background-color .3s ease}.AdminTeamKit_modalContent__kbRy\+ button:hover{opacity:.8}.AdminTeamKit_modalContent__kbRy\+ button.AdminTeamKit_add__\+VXHh{background-color:#60fff7;color:#000}.AdminTeamKit_modalContent__kbRy\+ button.AdminTeamKit_add__\+VXHh:hover{background-color:#6ddaf0}.AdminTeamKit_modalContent__kbRy\+ button.AdminTeamKit_cancel__9mvKv{background-color:#dc3545;color:#fff}.AdminTeamKit_modalContent__kbRy\+ button.AdminTeamKit_cancel__9mvKv:hover{background-color:#ff6b81}.manageTopCategories_manageTopCategories__\+Wj5q{font-family:Arial,sans-serif;margin:0 auto;max-width:800px;padding:20px}.manageTopCategories_manageTopCategories__\+Wj5q h2{color:#333;margin-bottom:20px;text-align:center}.manageTopCategories_manageTopCategories__\+Wj5q .manageTopCategories_topCategories__bN2gx{margin-bottom:30px}.manageTopCategories_manageTopCategories__\+Wj5q .manageTopCategories_topCategories__bN2gx h3{color:#666;margin-bottom:10px}.manageTopCategories_manageTopCategories__\+Wj5q .manageTopCategories_topCategories__bN2gx ul{list-style:none;padding:0}.manageTopCategories_manageTopCategories__\+Wj5q .manageTopCategories_topCategories__bN2gx li{background-color:#f9f9f9;border:1px solid #ddd;border-radius:5px;margin-bottom:10px;padding:15px}.manageTopCategories_manageTopCategories__\+Wj5q .manageTopCategories_categoryInfo__XXuSI{align-items:center;display:flex;justify-content:space-between}.manageTopCategories_manageTopCategories__\+Wj5q .manageTopCategories_categoryInfo__XXuSI span{font-size:16px;font-weight:700}.manageTopCategories_manageTopCategories__\+Wj5q .manageTopCategories_categoryActions__OwN0w button{background-color:#d9534f;border:none;border-radius:3px;color:#fff;cursor:pointer;padding:5px 10px}.manageTopCategories_manageTopCategories__\+Wj5q .manageTopCategories_categoryActions__OwN0w button:hover{background-color:#c9302c}.manageTopCategories_manageTopCategories__\+Wj5q .manageTopCategories_categoryImages__Lwa4y{margin-top:10px}.manageTopCategories_manageTopCategories__\+Wj5q .manageTopCategories_categoryImage__qirdE{display:inline-block;margin-right:10px;position:relative}.manageTopCategories_manageTopCategories__\+Wj5q .manageTopCategories_categoryImage__qirdE img{border:1px solid #ddd;border-radius:5px;max-width:100px}.manageTopCategories_manageTopCategories__\+Wj5q .manageTopCategories_categoryImage__qirdE button{background-color:#000000b3;border:none;border-radius:50%;color:#fff;cursor:pointer;padding:2px 5px;position:absolute;right:5px;top:5px}.manageTopCategories_manageTopCategories__\+Wj5q .manageTopCategories_categoryImage__qirdE button:hover{background-color:#000000e6}.manageTopCategories_manageTopCategories__\+Wj5q .manageTopCategories_categorySelection__iGUQu{margin-bottom:20px}.manageTopCategories_manageTopCategories__\+Wj5q .manageTopCategories_categorySelection__iGUQu h3{color:#666;margin-bottom:10px}.manageTopCategories_manageTopCategories__\+Wj5q .manageTopCategories_categorySelection__iGUQu ul{list-style:none;padding:0}.manageTopCategories_manageTopCategories__\+Wj5q .manageTopCategories_categorySelection__iGUQu li{align-items:center;background-color:#f9f9f9;border:1px solid #ddd;border-radius:5px;display:flex;margin-bottom:10px;padding:15px}.manageTopCategories_manageTopCategories__\+Wj5q .manageTopCategories_categorySelection__iGUQu li label{flex-grow:1;font-size:16px}.manageTopCategories_manageTopCategories__\+Wj5q .manageTopCategories_categorySelection__iGUQu input[type=file]{margin-left:20px}.manageTopCategories_manageTopCategories__\+Wj5q button{background-color:#5cb85c;border:none;border-radius:5px;color:#fff;cursor:pointer;display:block;padding:10px;width:100%}.manageTopCategories_manageTopCategories__\+Wj5q button:disabled{background-color:#ccc;cursor:not-allowed}.manageTopCategories_manageTopCategories__\+Wj5q button:hover:not(:disabled){background-color:#4cae4c}.manageTopCategories_manageTopCategories__\+Wj5q .manageTopCategories_loader__nHqeX{animation:manageTopCategories_spin__Be2Jk 1s linear infinite;border:2px solid #fff;border-radius:50%;border-top-color:#337ab7;display:inline-block;height:16px;width:16px}@keyframes manageTopCategories_spin__Be2Jk{to{transform:rotate(1turn)}}.ManageVideoReviews_videoReviewsContainer__F89km{margin:0 auto;max-width:600px}.ManageVideoReviews_videoReviewItem__KqCNy{margin-bottom:20px}.ManageVideoReviews_videoReviewLink__jKMSm{color:#007bff;display:inline-block;margin-right:10px;text-decoration:underline}.ManageVideoReviews_deleteButton__2Xl9U{background-color:#dc3545;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:5px 10px}.ManageVideoReviews_deleteButton__2Xl9U:hover{background-color:#c82333}.JerseyCategory_jerseyCategory__97phQ{font-family:Arial,sans-serif;margin:0 auto;max-width:800px;padding:20px}.JerseyCategory_jerseyCategory__97phQ h2{color:#333;margin-bottom:20px;text-align:center}.JerseyCategory_jerseyCategory__97phQ .JerseyCategory_imageList__41Lqm{margin-bottom:30px}.JerseyCategory_jerseyCategory__97phQ .JerseyCategory_imageList__41Lqm h3{color:#666;margin-bottom:10px}.JerseyCategory_jerseyCategory__97phQ .JerseyCategory_imageList__41Lqm ul{list-style:none;padding:0}.JerseyCategory_jerseyCategory__97phQ .JerseyCategory_imageList__41Lqm li{background-color:#f9f9f9;border:1px solid #ddd;border-radius:5px;margin-bottom:10px;padding:15px}.JerseyCategory_jerseyCategory__97phQ .JerseyCategory_imageInfo__4D5ox{align-items:center;display:flex;justify-content:space-between}.JerseyCategory_jerseyCategory__97phQ .JerseyCategory_imageInfo__4D5ox span{font-size:16px;font-weight:700}.JerseyCategory_jerseyCategory__97phQ .JerseyCategory_imageActions__ue47f button{background-color:#d9534f;border:none;border-radius:3px;color:#fff;cursor:pointer;padding:5px 10px}.JerseyCategory_jerseyCategory__97phQ .JerseyCategory_imageActions__ue47f button:hover{background-color:#c9302c}.JerseyCategory_jerseyCategory__97phQ .JerseyCategory_imageList__41Lqm{margin-top:10px}.JerseyCategory_jerseyCategory__97phQ .JerseyCategory_imageItem__wX6q4{display:inline-block;margin-right:10px;position:relative}.JerseyCategory_jerseyCategory__97phQ .JerseyCategory_imageItem__wX6q4 img{border:1px solid #ddd;border-radius:5px;max-width:100px}.JerseyCategory_jerseyCategory__97phQ .JerseyCategory_imageItem__wX6q4 button{background-color:#000000b3;border:none;border-radius:50%;color:#fff;cursor:pointer;padding:2px 5px;position:absolute;right:5px;top:5px}.JerseyCategory_jerseyCategory__97phQ .JerseyCategory_imageItem__wX6q4 button:hover{background-color:#000000e6}.JerseyCategory_jerseyCategory__97phQ input[type=file]{display:block;margin:20px 0}.JerseyCategory_jerseyCategory__97phQ button{background-color:#5cb85c;border:none;border-radius:5px;color:#fff;cursor:pointer;display:block;padding:10px;width:100%}.JerseyCategory_jerseyCategory__97phQ button:disabled{background-color:#ccc;cursor:not-allowed}.JerseyCategory_jerseyCategory__97phQ button:hover:not(:disabled){background-color:#4cae4c}.JerseyCategory_jerseyCategory__97phQ .JerseyCategory_loader__9uYXh{animation:JerseyCategory_spin__3QA6G 1s linear infinite;border:2px solid #fff;border-radius:50%;border-top-color:#337ab7;display:inline-block;height:16px;width:16px}@keyframes JerseyCategory_spin__3QA6G{to{transform:rotate(1turn)}}.ManageCuratedJersey_jerseyCategory__Cp42x{font-family:Arial,sans-serif;margin:0 auto;max-width:800px;padding:20px}.ManageCuratedJersey_jerseyCategory__Cp42x h2{color:#333;margin-bottom:20px;text-align:center}.ManageCuratedJersey_jerseyCategory__Cp42x .ManageCuratedJersey_imageList__OqW5h{margin-bottom:30px}.ManageCuratedJersey_jerseyCategory__Cp42x .ManageCuratedJersey_imageList__OqW5h h3{color:#666;margin-bottom:10px}.ManageCuratedJersey_jerseyCategory__Cp42x .ManageCuratedJersey_imageList__OqW5h ul{list-style:none;padding:0}.ManageCuratedJersey_jerseyCategory__Cp42x .ManageCuratedJersey_imageList__OqW5h li{background-color:#f9f9f9;border:1px solid #ddd;border-radius:5px;margin-bottom:10px;padding:15px}.ManageCuratedJersey_jerseyCategory__Cp42x .ManageCuratedJersey_imageInfo__7JzCl{align-items:center;display:flex;justify-content:space-between}.ManageCuratedJersey_jerseyCategory__Cp42x .ManageCuratedJersey_imageInfo__7JzCl span{font-size:16px;font-weight:700}.ManageCuratedJersey_jerseyCategory__Cp42x .ManageCuratedJersey_imageActions__kZOhL button{background-color:#d9534f;border:none;border-radius:3px;color:#fff;cursor:pointer;padding:5px 10px}.ManageCuratedJersey_jerseyCategory__Cp42x .ManageCuratedJersey_imageActions__kZOhL button:hover{background-color:#c9302c}.ManageCuratedJersey_jerseyCategory__Cp42x .ManageCuratedJersey_imageList__OqW5h{margin-top:10px}.ManageCuratedJersey_jerseyCategory__Cp42x .ManageCuratedJersey_imageItem__hwb0e{display:inline-block;margin-right:10px;position:relative}.ManageCuratedJersey_jerseyCategory__Cp42x .ManageCuratedJersey_imageItem__hwb0e img{border:1px solid #ddd;border-radius:5px;max-width:100px}.ManageCuratedJersey_jerseyCategory__Cp42x .ManageCuratedJersey_imageItem__hwb0e button{background-color:#000000b3;border:none;border-radius:50%;color:#fff;cursor:pointer;padding:2px 5px;position:absolute;right:5px;top:5px}.ManageCuratedJersey_jerseyCategory__Cp42x .ManageCuratedJersey_imageItem__hwb0e button:hover{background-color:#000000e6}.ManageCuratedJersey_jerseyCategory__Cp42x input[type=file]{display:block;margin:20px 0}.ManageCuratedJersey_jerseyCategory__Cp42x button{background-color:#5cb85c;border:none;border-radius:5px;color:#fff;cursor:pointer;display:block;padding:10px;width:100%}.ManageCuratedJersey_jerseyCategory__Cp42x button:disabled{background-color:#ccc;cursor:not-allowed}.ManageCuratedJersey_jerseyCategory__Cp42x button:hover:not(:disabled){background-color:#4cae4c}.ManageCuratedJersey_jerseyCategory__Cp42x .ManageCuratedJersey_loader__JbwfV{animation:ManageCuratedJersey_spin__ysPi5 1s linear infinite;border:2px solid #fff;border-radius:50%;border-top-color:#337ab7;display:inline-block;height:16px;width:16px}@keyframes ManageCuratedJersey_spin__ysPi5{to{transform:rotate(1turn)}}body.Header_no-scroll__\+HAst{overflow:hidden}.Header_fixed__YIXRu{top:0;transition:all .5s;width:100%;z-index:1000}.Header_gradientButton__RUR9M{background:linear-gradient(45deg,#ff4500,#fad0c4);border:none;border-radius:20px;box-shadow:0 4px 6px #0000001a;color:#000;cursor:pointer;font-size:10px;font-weight:600;margin-right:10px;padding:10px 20px}.Header_gradientButton__RUR9M:hover{background:linear-gradient(45deg,#fad0c4,#ff4500)}.Header_overlay__w7XVX{align-items:center;background-color:#00000080;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%}.Header_overlay__w7XVX input[type=text]{border:none;border-radius:4px;font-size:16px;padding:10px;width:100%}.Header_overlay__w7XVX button{background-color:#0000;border:none;cursor:pointer;margin-left:10px;padding:10px}.Header_overlay__w7XVX .Header_productItem__VGbIW{display:flex;justify-content:flex-start;margin:0;padding:0}.Header_overlay__w7XVX .Header_productItem__VGbIW:last-child{margin-right:0}.Header_overlay__w7XVX .Header_productItem__VGbIW img{height:auto;max-width:100%}.Header_overlay__w7XVX .Header_productItem__VGbIW h3{font-size:18px;margin-bottom:10px}.Header_overlay__w7XVX .Header_productItem__VGbIW p{font-size:16px;margin-bottom:10px}.Header_overlay__w7XVX .Header_productItem__VGbIW button{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:8px 16px}.Header_overlay__w7XVX .Header_productItem__VGbIW button:hover{background-color:#0056b3}.Header_productsLine__Jraq\+{align-items:center;display:flex;justify-content:space-between;margin-top:20px}.Header_productsLine__Jraq\+ p{margin:0}.Header_productsLine__Jraq\+ a{color:#000;text-decoration:none}.Header_overlayContent__7apJq{background-color:#fff;box-shadow:0 2px 4px #0000001a;padding:20px;width:100%}.Header_searchContainer__daPTl{align-items:center;display:flex;margin-bottom:20px}.Header_filteredProducts__pReXo{display:flex;flex-wrap:wrap;justify-content:space-between}.Header_categories__E68hN{display:flex;flex-wrap:wrap;margin-right:-16px;padding-left:35px}.Header_columnGap__MdDT0{margin-left:10px}.Header_categoryRow__wmVzC{align-items:center;display:flex;margin-bottom:10px}.Header_subcategorySelect__BC3Br{font-size:1rem;width:100%}.Header_subcategorySelect__BC3Br .Header_custom-dropdown-menu__2t33h{position:absolute;width:-webkit-max-content;width:max-content;z-index:9999}.Header_subcategorySelect__BC3Br .Header_custom-dropdown-input__Q8-lp{width:100%}.Header_subcategorySelect__BC3Br a{color:#fff;text-decoration:none}.Header_subcategorySelect__BC3Br a:hover{color:#ff4500}header .Header_header__QJfsy{align-items:center;background-color:#0a1930;color:#fff;display:flex;height:8rem;justify-content:space-between;margin:0 auto;padding:1rem;position:relative;width:100%}header .Header_logo__eQM7L{width:250px}header .Header_logo__eQM7L img{display:block;max-height:40%;width:100%}header nav{padding-right:70px;width:35%}header nav,header nav ul{display:flex;justify-content:space-between}header nav ul{list-style:none}header nav ul .Header_logo-mobile__7BjAi{display:none}header nav ul li{margin:0 5px}header nav ul li a{color:#000}header nav ul li a:hover{color:#ff4500}header .Header_header-right__BQVJ4{display:flex;margin-top:7px}header .Header_header-right__BQVJ4 .Header_cart__dtQLv a{color:#000;display:flex;margin-left:6px;position:relative}header .Header_header-right__BQVJ4 .Header_cart__dtQLv a:hover{color:#ff4500}header .Header_header-right__BQVJ4 .Header_cart__dtQLv a.Header_active__Hbh02{color:var(--color-danger)}header .Header_header-right__BQVJ4 .Header_cart__dtQLv a p{font-weight:500;position:absolute;right:-.9rem;top:-1rem}header .Header_header-right__BQVJ4 .Header_wishlist__w7pKZ a{color:#fff;display:flex;position:relative}header .Header_header-right__BQVJ4 .Header_wishlist__w7pKZ a:hover{color:#ff4500}header .Header_header-right__BQVJ4 .Header_wishlist__w7pKZ a.Header_active__Hbh02{color:var(--color-danger)}header .Header_header-right__BQVJ4 .Header_wishlist__w7pKZ a p{font-weight:500;position:absolute;right:-.5rem;top:-1rem}header .Header_header-right__BQVJ4 span{margin:0 2px}header .Header_header-right__BQVJ4 span p{color:#fff}header .Header_header-right__BQVJ4 .Header_links__95tmM a{color:#fff;font-size:16px;font-weight:500;margin:0 8px 0 2px}header .Header_header-right__BQVJ4 .Header_links__95tmM a:hover{color:#ff4500}header .Header_header-right__BQVJ4 .Header_links__95tmM a.Header_active__Hbh02{color:var(--color-danger)}header .Header_menu-icon__AvIAf{cursor:pointer;display:none}header .Header_navOverlay__fohPs{position:relative}header .Header_overlay__w7XVX{background-color:#00000080;height:100%;left:0;position:fixed;top:0;width:100%;z-index:99}@media screen and (max-width:800px){header nav{background-color:var(--dark-blue);background-color:#f4f4f4;display:block;left:0;overflow-x:hidden;overflow-y:auto;padding:1rem;transform:translateX(-200%);width:50%;z-index:999}header nav,header nav .Header_nav-wrapper__rHpFu{height:100vh;position:absolute;top:0;transition:all .3s}header nav .Header_nav-wrapper__rHpFu{background-color:#00000080;right:0;transform:translateX();width:100vw}header nav .Header_show-nav-wrapper__apSJw{transform:translateX(100%);width:40vw;z-index:inherit}header nav html.Header_show-nav-wrapper__apSJw{overflow-x:hidden}header nav ul{display:block}header nav ul .Header_logo-mobile__7BjAi{align-items:center;display:flex;justify-content:space-between}header nav ul .Header_logo-mobile__7BjAi>*{cursor:pointer}header nav ul li{border-bottom:1px solid #ccc;padding:5px 0}header nav .Header_header-right__BQVJ4,header nav .Header_header-right__BQVJ4 .Header_links__95tmM,header nav ul li a{display:block}header nav .Header_header-right__BQVJ4 .Header_links__95tmM a{display:block;margin:0 4px 0 0;padding:15px 0}header .Header_cart__dtQLv{display:block;padding:5px 0}header .Header_cart__dtQLv a{color:#fff;position:relative}header .Header_cart__dtQLv a:hover{color:#ff4500}header .Header_cart__dtQLv a p{font-weight:500;position:absolute;top:-1rem}header .Header_show-nav__a\+gJx{background:#0a1930;transform:translateX(0)}header .Header_hide-nav__Pngh0{transform:translateX(-200%)}header .Header_menu-icon__AvIAf{color:rgba(61,60,60,.635);display:flex}header .Header_menu-icon__AvIAf>*{margin-left:1rem}}.Header_active__Hbh02{color:var(--color-danger);position:relative}.Header_active__Hbh02:after{background-color:#fff;bottom:-3px;content:"";height:2px;left:0;position:absolute;width:100%}.Header_sportsBand__snfw3{background-color:var(--dark-blue);border-bottom:.1px solid #ccc;border-top:.1px solid #ccc;color:#fff;overflow-x:auto;padding:10px 1rem 1rem}.Header_sportsBand__snfw3 ul{display:flex;list-style:none;margin:0;padding:0}.Header_sportsBand__snfw3 ul li{margin-right:10px}.Header_sportsBand__snfw3 ul li a{border-radius:5px;color:#fff;padding:.5rem;text-decoration:none;transition:background-color .3s ease}.Header_sportsBand__snfw3 ul li a:hover{background-color:#fff3}.Header_notificationContainer__QczQQ{position:relative}.Header_notificationDropdown__Y6mP\+{background-color:#fff;border:1px solid #ddd;box-shadow:0 4px 8px #0000001a;height:auto;max-height:300px;overflow-y:auto;position:absolute;right:0;top:100%;width:200px;z-index:10}.Header_notificationDropdown__Y6mP\+ p{color:#000!important;margin-bottom:10px;margin-left:30px;margin-top:10px}.Header_notificationCard__YcDUI{border:1px solid #ddd;border-radius:8px;margin:5px 0;overflow:hidden;padding:10px;position:relative;transition:background-color .3s ease}.Header_notificationCard__YcDUI:hover{background-color:#e0e0e0}.Header_boldNotification__6aBoN{font-weight:700}.Header_clearNotifications__nGmDh{color:#007bff;cursor:pointer;margin-top:10px;text-align:center}.Header_clearNotifications__nGmDh:hover{text-decoration:underline}.Header_notifications__AWxug{color:#fff;cursor:pointer;display:flex;position:relative}.Header_notifications__AWxug.Header_active__Hbh02{color:var(--color-danger)}.Header_notifications__AWxug p{font-weight:500;position:absolute;right:-1rem;top:-1rem}.Header_notificationDropdown__Y6mP\+{display:block}.Header_searchdown__yfSLr{border-top:1px solid #ccc;display:none}@media screen and (max-width:800px){.Header_searchContainer__daPTl{width:350px}.Header_overlayContent__7apJq{width:100vw}header .Header_header__QJfsy{padding-right:10px}header .Header_iconsWrapper__bVo6-{border-bottom:"1px solid #ccc";padding-bottom:"15px"}header nav{width:60%}header .Header_search__JsFjU{display:none}header .Header_logo__eQM7L img{max-height:30%}header .Header_logomenu__3TVfW{max-width:200px}header .Header_logomenu__3TVfW img{width:180px}header .Header_searchdown__yfSLr{display:block;display:flex;justify-content:center;width:100%}header .Header_searchdown__yfSLr .Header_searchbar__ccEeV{width:350px}header .Header_header-right__BQVJ4{display:none}header .Header_iconsWrapper__bVo6-{align-items:center;display:flex;justify-content:center;margin-top:25px}header .Header_iconsWrapper__bVo6- .Header_cart__dtQLv{align-items:center;display:flex;right:-1rem;top:-1rem}header .Header_iconsWrapper__bVo6- .Header_notifications__AWxug,header .Header_iconsWrapper__bVo6- .Header_wishlist__w7pKZ{align-items:center;display:flex}header .Header_menu-icon__AvIAf{display:none;display:flex}header .Header_menu-icon__AvIAf>*{margin-left:1rem}}.Header_iconsWrapper__bVo6-{align-items:center;display:flex}.Header_iconsWrapper__bVo6- .Header_cart__dtQLv,.Header_iconsWrapper__bVo6- .Header_notifications__AWxug,.Header_iconsWrapper__bVo6- .Header_wishlist__w7pKZ{align-items:center;display:flex;margin-right:10px}@media screen and (max-width:500px){.Header_productItem__VGbIW{width:100%}.Header_productsContainer__rTmUe{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:20px}.Header_productItem__VGbIW{margin-bottom:20px;width:calc(33.33% - 10px)}}@keyframes TopBand_scroll__qOwDx{0%{transform:translateX(100%)}to{transform:translateX(-100%)}}.TopBand_topBand__tazxC{background-color:#000;height:19px;overflow:hidden}.TopBand_topBand__tazxC:hover .TopBand_scrollingText__bSw83{animation-play-state:paused}.TopBand_topBand__tazxC p{color:#ff0;font-size:1.4rem}.TopBand_scrollingText__bSw83{animation:TopBand_scroll__qOwDx 20s linear infinite;color:#fff;white-space:nowrap;width:100%}@media screen and (max-width:800px){.TopBand_scrollingText__bSw83{animation:TopBand_scroll__qOwDx 15s linear infinite;color:#fff;white-space:nowrap;width:100%}}.Footer_footer__cOQNQ{background-color:#0a1930;border-top:1px solid #e5e5e5;color:#000;display:flex;flex-flow:row wrap;height:290px;margin-top:auto;padding:30px 60px 20px}.Footer_nav__item__v6R-a:nth-child(3){flex:1 1 15%;margin-right:1em}.Footer_nav__item__v6R-a:nth-child(4){flex:1 1 60%;margin-right:2em}.Footer_nav__item__v6R-a:nth-child(5){flex:1 1 17%;margin-left:20px}.Footer_footer__cOQNQ>*{flex:1 1 100%}.Footer_footer__addr__zlMSR{margin-bottom:2em;margin-right:1.25em}.Footer_footer__addr__zlMSR h2:hover,.Footer_footer__btn__8I\+mE:hover,.Footer_footer__cOQNQ a:hover{color:#ff4500}.Footer_footer__logo__Pj0Jq{height:auto;margin-bottom:10px;max-width:300px;width:100%}.Footer_footer__addr__zlMSR h2{margin-top:1.3em}.Footer_footer__addr__zlMSR h2,.Footer_nav__title__SnWki{color:#fff;font-size:18px;font-weight:400}.Footer_footer__cOQNQ address{color:#000;font-style:normal}.Footer_footer__btn__8I\+mE{align-items:center;background-color:#ccc;border-radius:100px;color:#000;display:flex;font-size:1.2rem;height:36px;justify-content:center;line-height:0;margin:.6em 0;max-width:-webkit-max-content;max-width:max-content;padding:0 1.3em}.Footer_footer__cOQNQ ul{list-style:none;padding-left:0}.Footer_footer__cOQNQ li{line-height:2em}.Footer_footer__cOQNQ a{text-decoration:none}.Footer_footer__nav__PI2kd{display:flex;flex-flow:row wrap}.Footer_footer__nav__PI2kd>*{flex:1 1 50%;margin-right:1em}.Footer_addr__tlaYI{color:#ccc;font-size:16px}.Footer_addr2__rXtX4{color:#ccc;font-size:14px}.Footer_nav__ul__x8CJv a{color:#ccc}.Footer_nav__ul--extra__4hhzK{column-count:2;column-gap:1.25em}.Footer_legal__CmzXM{border-top:1px solid gray;color:#fff;display:flex;justify-content:space-between;margin-top:50px;padding-top:15px}.Footer_heart__XrSXt,.Footer_legal__CmzXM p{color:#fff}.Footer_socialIcons__-IEfC{display:flex;font-size:2rem}.Footer_socialIcons__-IEfC svg{color:#fff;margin-bottom:1rem;margin-right:1rem;transition:color .3s ease}.Footer_socialIcons__-IEfC svg:hover{color:#ff4500}@media(max-width:768px){.Footer_socialIcons__-IEfC{align-items:center;flex-direction:row;text-align:center}.Footer_socialIcons__-IEfC svg{margin-bottom:3rem;margin-right:0}}@media screen and (min-width:40.375em){.Footer_footer__addr__zlMSR,.Footer_footer__nav__PI2kd>*{flex:1 1}.Footer_footer__nav__PI2kd{flex:2 1}}@media screen and (max-width:800px){.Footer_footer__nav__PI2kd{grid-gap:1em;display:grid;margin-top:40px}.Footer_addr__tlaYI{margin-left:10px!important}.Footer_footer__nav__PI2kd>*{flex:1 1 50%!important;margin-right:1em!important}.Footer_nav__item__v6R-a{margin-left:10px!important}.Footer_footer__cOQNQ ul{list-style:none;margin-left:0!important;padding-left:0}.Footer_nav__title__SnWki{color:#fff;font-size:18px;font-weight:400;margin-left:0!important}.Footer_nav__item__v6R-a:nth-child(3){flex:1 1 15%;margin-bottom:0!important;margin-right:1em}.Footer_nav__item__v6R-a:nth-child(4){flex:1 1 60%;margin-right:2em}.Footer_nav__item__v6R-a:nth-child(5){flex:1 1 17%}.Footer_nav_icons__g5ZKG{display:none}.Footer_footer__nav__PI2kd>*{margin-bottom:18px}.Footer_footer__cOQNQ{height:100%;padding:30px 23px 32px 35px}.Footer_socialIcons__-IEfC{font-size:1.8rem}.Footer_socialIcons__-IEfC a{margin-right:12px}}.ProductDetails_product__eubQC{margin-left:50px}.ProductDetails_product__eubQC .ProductDetails_dropdown__8uU5e{filter:url(#goo);position:relative;width:230px}.ProductDetails_product__eubQC .ProductDetails_linkstyle__se\+H0{color:#007185;cursor:pointer;font-size:14px}.ProductDetails_product__eubQC .ProductDetails_linkstyle__se\+H0:hover{color:#ff4500;text-decoration:underline}.ProductDetails_product__eubQC .ProductDetails_dropdown__face__eEUUu,.ProductDetails_product__eubQC .ProductDetails_dropdown__items__\+Gbo9{background-color:#fff;border-radius:25px;padding:20px}.ProductDetails_product__eubQC .ProductDetails_dropdown__face__eEUUu{display:block;position:relative}.ProductDetails_product__eubQC .ProductDetails_dropdown__items__\+Gbo9{display:flex;justify-content:space-between;list-style:none;list-style-type:none;margin:0;opacity:0;position:absolute;right:0;top:50%;transition:all .4s cubic-bezier(.93,.88,.1,.8);visibility:hidden;width:100%;z-index:-1}.ProductDetails_product__eubQC .ProductDetails_dropdown__items__\+Gbo9:before{background-color:#fff;bottom:100%;content:"";height:40px;position:absolute;right:20%;width:20px}.ProductDetails_product__eubQC .ProductDetails_dropdown__arrow__Z5PNL{border-bottom:2px solid #000;border-right:2px solid #000;height:10px;position:absolute;right:30px;top:50%;transform:rotate(45deg) translateY(-50%);transform-origin:right;width:10px}.ProductDetails_product__eubQC input{display:none}.ProductDetails_product__eubQC input:checked~.ProductDetails_dropdown__items__\+Gbo9{opacity:1;top:calc(100% + 25px);visibility:visible}.ProductDetails_product__eubQC .ProductDetails_card__8d3vm{border:1px solid #ccc;box-shadow:none;margin-right:30px;margin-top:1rem;padding:1rem}.ProductDetails_product__eubQC .ProductDetails_reviews__o6SMU{margin:0 310px 0 240px}.ProductDetails_product__eubQC .ProductDetails_userName__w-F4E{font-size:13px;line-height:19px}.ProductDetails_product__eubQC .ProductDetails_details__HPhNe{border-bottom:1px solid #ccc;display:flex;justify-content:center;margin-bottom:50px;margin-right:50px;padding-bottom:60px;padding-top:2rem}.ProductDetails_product__eubQC .ProductDetails_details__HPhNe .ProductDetails_img__lLk3o{border:1px solid #ccc;border-radius:3px;margin-right:30px;padding-top:20px;position:relative;width:35%}.ProductDetails_product__eubQC .ProductDetails_details__HPhNe .ProductDetails_img__lLk3o .ProductDetails_inside__8oJ-J{border-radius:0 0 0 50%;cursor:pointer;height:8%;overflow:hidden;position:absolute;right:0;top:0;transition:all .5s;width:10%;z-index:5}.ProductDetails_product__eubQC .ProductDetails_details__HPhNe .ProductDetails_img__lLk3o .ProductDetails_inside__8oJ-J .ProductDetails_icon__FF-T7{color:#fff;opacity:1;position:absolute;right:29%;top:28%;transform:translate(25%,-25%)}.ProductDetails_product__eubQC .ProductDetails_details__HPhNe .ProductDetails_img__lLk3o img{width:100%}.ProductDetails_product__eubQC .ProductDetails_details__HPhNe .ProductDetails_content__O21Fl{padding-right:20px;width:55%}.ProductDetails_product__eubQC .ProductDetails_details__HPhNe .ProductDetails_content__O21Fl .ProductDetails_price__IhtZo{font-weight:400}.ProductDetails_product__eubQC .ProductDetails_details__HPhNe .ProductDetails_content__O21Fl .ProductDetails_count__OcIVo{align-items:center;display:flex;margin-bottom:30px}.ProductDetails_product__eubQC .ProductDetails_details__HPhNe .ProductDetails_content__O21Fl .ProductDetails_count__OcIVo>*{margin-right:1rem}.ProductDetails_soldOutText__8G6mp{color:#333;font-size:18px;margin-bottom:10px}.ProductDetails_notifyButton__ipuBe{background-color:#bc3b59;border:none;color:#fff;cursor:pointer;padding:10px 20px;transition:background-color .3s}.ProductDetails_notifyButton__ipuBe:hover{background-color:#9b2847}.ProductDetails_row__N8Ice{display:flex;margin-top:10px;width:100%}.ProductDetails_col1__NtqjD{margin-left:20px;width:25%}.ProductDetails_col2__QMGYU{margin-left:10px;width:75%}.ProductDetails_ulist__b5KP-{display:flex;list-style:none;margin:0;padding:0}.ProductDetails_ulist__b5KP- li{font-size:14px}.ProductDetails_ulist__b5KP- a{color:#000;display:inline-block;padding:8px;text-decoration:none}.ProductDetails_backArrow__Scpd9{margin-left:-4px;margin-right:-7px}.ProductDetails_cart__JSJ\+T{margin-left:30px;margin-top:5px}.ProductDetails_incredecre__6FewI{align-items:center;border:1px solid #0000;border-radius:3px;cursor:pointer;display:flex;font-size:1.6rem;font-weight:400;justify-content:center;padding:1px 8px;transition:all .3s}.ProductDetails_rev__8-Sk0{color:#0f1111;font-size:14px;line-height:20px}.ProductDetails_revdiv__ujBtv{margin-bottom:20px;margin-top:10px}.ProductDetails_react-star-rate__P7ESY{font-size:5px!important}.ProductDetails_react-star-rate__P7ESY.ProductDetails_style__4mXAV{font-size:25px!important}.ProductDetails_wishlistIcon__IrTnU{color:var(--color-danger);cursor:pointer;font-size:24px;transition:transform .2s ease}.ProductDetails_wishlistIcon__IrTnU:hover{transform:scale(1.2)}.ProductDetails_prodname__DtITz{border-bottom:1px solid #ccc;font-size:24px;font-weight:500;line-height:32px;padding-bottom:1rem;padding-top:1rem}.ProductDetails_tax__CR09m{padding-left:1.5rem}.ProductDetails_priceSym__c\+K4U{font-size:13px;position:relative;top:-.75em}.ProductDetails_priceData__CFzwx{font-size:28px}.ProductDetails_brand__hIKBM{margin-top:50px}.ProductDetails_detailsTable__gjf5B{border-collapse:collapse;margin-bottom:20px;margin-top:23px}.ProductDetails_detailsTable__gjf5B td{padding:6px;width:120px}.ProductDetails_detailsLabel__js6vk{font-size:14px;font-weight:700;padding-right:50px;text-align:left}.ProductDetails_detailsValue__WlPzm{font-size:14px;text-align:left}.ProductDetails_desc__ojl1R{border-top:1px solid #ccc;font-size:16px;line-height:24px;padding-top:20px}.ProductDetails_description__hE6K5{color:#0f1111;font-size:14px;font-weight:400;text-align:justify}.ProductDetails_addToCart__LuWz3{background:#ff4500;border:none;border-radius:30px;color:#fff;font-size:1rem;font-weight:500;letter-spacing:1.2px;margin-bottom:15px;margin-top:30px;padding:10px 30px;text-decoration:none;text-transform:uppercase}.ProductDetails_addToCart__LuWz3:hover{background:#fff;border:#ff4500;color:#ff4500;cursor:pointer}.ProductDetails_addToCart2__IC5dB{background:#527321;border:none;border-radius:30px;color:#fff;font-size:1rem;font-weight:500;letter-spacing:1.2px;margin-bottom:15px;margin-top:15px;padding:10px 30px;text-decoration:none;text-transform:uppercase}.ProductDetails_addToCart2__IC5dB:hover{background:#fff;border:green;color:green;cursor:pointer}.ProductDetails_repliesSection__igr7R{border-top:1px solid #ccc;padding-top:10px}.ProductDetails_center-spinner__u8teU{align-items:center;display:flex;height:100vh;justify-content:center;width:100vw}.ProductDetails_AdminName__qdf0C{font-size:13px;line-height:19px}.ProductDetails_reply__7zUFc{margin-bottom:20px}@media screen and (max-width:800px){.ProductDetails_product__eubQC{margin-left:20px}.ProductDetails_product__eubQC .ProductDetails_padiv__Wa7x8{padding-left:0!important}.ProductDetails_product__eubQC .ProductDetails_details__HPhNe{flex-direction:column;margin-right:0}.ProductDetails_product__eubQC .ProductDetails_details__HPhNe .ProductDetails_content__O21Fl,.ProductDetails_product__eubQC .ProductDetails_details__HPhNe .ProductDetails_img__lLk3o{width:100%}.ProductDetails_product__eubQC .ProductDetails_reviews__o6SMU{margin:0}.ProductDetails_row__N8Ice{display:block}.ProductDetails_col1__NtqjD{width:100%}.ProductDetails_col2__QMGYU{margin-left:21px;margin-top:24px;width:75%}.ProductDetails_card__8d3vm{margin-bottom:50px}}.ProductDetails_dropdownContainer__eXR1S{position:relative}.ProductDetails_selectedSize__ahmPU{align-items:center;border:1px solid #ccc;cursor:pointer;display:flex;padding:10px}.ProductDetails_dropdownIcon__iP2pF{margin-left:5px}.ProductDetails_sizeOptions__qlj8r{background-color:#fff;border:1px solid #ccc;box-shadow:0 2px 4px #0000001a;display:none;left:0;list-style:none;margin:0;padding:0;position:absolute;top:100%;width:100%;z-index:1}.ProductDetails_sizeOptions__qlj8r li{cursor:pointer;padding:10px}.ProductDetails_sizeOptions__qlj8r li:hover{background-color:#f0f0f0}.ProductDetails_dropdownContainer__eXR1S:hover .ProductDetails_sizeOptions__qlj8r{display:block}.ProductDetails_reviewImages__pVaHw{display:flex;flex-wrap:wrap}.ProductDetails_reviewImage__taV7u{margin-bottom:10px;margin-right:10px}.ProductDetails_carousel__E65W8{max-height:2px}.ProductDetails_description__hE6K5{word-wrap:break-word;font-family:poppins;overflow-wrap:break-word;white-space:pre-wrap}.carousel .control-arrow,.carousel.carousel-slider .control-arrow{background:none;border:0;cursor:pointer;filter:alpha(opacity=40);font-size:32px;opacity:.4;position:absolute;top:20px;transition:all .25s ease-in;z-index:2}.carousel .control-arrow:focus,.carousel .control-arrow:hover{filter:alpha(opacity=100);opacity:1}.carousel .control-arrow:before,.carousel.carousel-slider .control-arrow:before{border-bottom:8px solid #0000;border-top:8px solid #0000;content:"";display:inline-block;margin:0 5px}.carousel .control-disabled.control-arrow{cursor:inherit;display:none;filter:alpha(opacity=0);opacity:0}.carousel .control-prev.control-arrow{left:0}.carousel .control-prev.control-arrow:before{border-right:8px solid #fff}.carousel .control-next.control-arrow{right:0}.carousel .control-next.control-arrow:before{border-left:8px solid #fff}.carousel-root{outline:none}.carousel{position:relative;width:100%}.carousel *{box-sizing:border-box}.carousel img{display:inline-block;pointer-events:none;width:100%}.carousel .carousel{position:relative}.carousel .control-arrow{background:none;border:0;font-size:18px;margin-top:-13px;outline:0;top:50%}.carousel .thumbs-wrapper{margin:20px;overflow:hidden}.carousel .thumbs{list-style:none;position:relative;transform:translateZ(0);transition:all .15s ease-in;white-space:nowrap}.carousel .thumb{border:3px solid #fff;display:inline-block;margin-right:6px;overflow:hidden;padding:2px;transition:border .15s ease-in;white-space:nowrap}.carousel .thumb:focus{border:3px solid #ccc;outline:none}.carousel .thumb.selected,.carousel .thumb:hover{border:3px solid #333}.carousel .thumb img{vertical-align:top}.carousel.carousel-slider{margin:0;overflow:hidden;position:relative}.carousel.carousel-slider .control-arrow{bottom:0;color:#fff;font-size:26px;margin-top:0;padding:5px;top:0}.carousel.carousel-slider .control-arrow:hover{background:#0003}.carousel .slider-wrapper{margin:auto;overflow:hidden;transition:height .15s ease-in;width:100%}.carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-horizontal .slider .slide{flex-direction:column;flex-flow:column}.carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-vertical .slider{flex-direction:column}.carousel .slider{list-style:none;margin:0;padding:0;position:relative;width:100%}.carousel .slider.animated{transition:all .35s ease-in-out}.carousel .slide{margin:0;min-width:100%;position:relative;text-align:center}.carousel .slide img{border:0;vertical-align:top;width:100%}.carousel .slide iframe{border:0;display:inline-block;margin:0 40px 40px;width:calc(100% - 80px)}.carousel .slide .legend{background:#000;border-radius:10px;bottom:40px;color:#fff;font-size:12px;left:50%;margin-left:-45%;opacity:.25;padding:10px;position:absolute;text-align:center;transition:all .5s ease-in-out;transition:opacity .35s ease-in-out;width:90%}.carousel .control-dots{bottom:0;margin:10px 0;padding:0;position:absolute;text-align:center;width:100%;z-index:1}@media (min-width:960px){.carousel .control-dots{bottom:0}}.carousel .control-dots .dot{background:#fff;border-radius:50%;box-shadow:1px 1px 2px #000000e6;cursor:pointer;display:inline-block;filter:alpha(opacity=30);height:8px;margin:0 8px;opacity:.3;transition:opacity .25s ease-in;width:8px}.carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover{filter:alpha(opacity=100);opacity:1}.carousel .carousel-status{color:#fff;font-size:10px;padding:5px;position:absolute;right:0;text-shadow:1px 1px 1px #000000e6;top:0}.carousel:hover .slide .legend{opacity:1}.LineSeparator_lineSeparator__Xv1Ql{background-color:#ccc;height:100%;width:2px}.Cart_container__3h\+N5{display:flex;justify-content:space-between;margin:0 auto;max-width:1200px}.Cart_wrapper__kRTWS{display:flex}.Cart_itemDetails__e7cpW{align-items:center;display:flex;margin-left:20px;padding-bottom:20px;padding-top:10px}.Cart_linkstyle__f9CrT{color:#007185;cursor:pointer;font-size:14px}.Cart_linkstyle__f9CrT:hover{color:#ff4500;text-decoration:underline}.Cart_itemInfo__aWuiI{margin-left:10px;margin-right:80px}.Cart_prodImage__2-1Pe{margin-right:30px;width:75px}.Cart_prodname__7WvR6{font-size:18px;font-weight:500;line-height:32px;padding-bottom:1rem;padding-top:1rem;position:relative;width:340px}.Cart_prodname__7WvR6:after{background-color:#ccc;bottom:0;content:"";height:1px;left:0;position:absolute;width:350px}.Cart_priceSym__7qFry{font-size:13px;position:relative;top:-.5em}.Cart_priceSym1__KQkYD{font-size:13px;position:relative;top:-.3em}.Cart_priceData__xerqL{font-size:22px}.Cart_size__BUYej{font-size:17px}.Cart_priceData1__fG58a{font-size:19px}.Cart_tax__XTTso{margin-top:-8px;padding-left:.9rem}.Cart_tax1__QQl7k{margin-bottom:30px;margin-top:-8px;padding-left:1rem}.Cart_leftContent__JV3uP{padding:0 50px;width:75%}.Cart_leftContent__JV3uP h2{margin-bottom:40px}.Cart_leftContent__JV3uP table{border-collapse:collapse;width:100%}.Cart_leftContent__JV3uP table tr:first-child{border-top:1px solid #ddd;margin-top:20px}.Cart_leftContent__JV3uP table td:first-child{border-bottom:1px solid #ccc}.Cart_leftContent__JV3uP table td,.Cart_leftContent__JV3uP table th{border-bottom:1px solid #ccc;padding:8px}.Cart_leftContent__JV3uP table td:first-child{padding-left:40px}.Cart_leftContent__JV3uP table th{background-color:#f2f2f2}.Cart_leftContent__JV3uP .Cart_summary__t1lpJ{align-items:start;display:flex;justify-content:space-between;margin-top:2rem}.Cart_leftContent__JV3uP .Cart_summary__t1lpJ .Cart_card__54SVW{padding:1rem}.Cart_leftContent__JV3uP .Cart_summary__t1lpJ .Cart_card__54SVW .Cart_text__96J4E{align-items:center;display:flex;justify-content:space-between}.Cart_leftContent__JV3uP .Cart_summary__t1lpJ .Cart_card__54SVW .Cart_text__96J4E h3{color:var(--color-danger)}.Cart_leftContent__JV3uP .Cart_summary__t1lpJ .Cart_card__54SVW button{margin-top:5px}.Cart_rightContent__leL9x{margin-right:30px;margin-top:80px;width:25%}.Cart_lineSeparator__iMPm0{background-color:#ccc;height:100%;width:2px}.Cart_count__D920U{align-items:center;display:flex}.Cart_count__D920U button{border:1px solid var(--darkblue)}.Cart_count__D920U>*{margin-right:1rem}.Cart_footer__i88Uc{margin-left:15px;margin-top:20px}.Cart_footer__i88Uc button{background-color:#dc3545;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;padding:10px 15px;transition:background-color .3s ease}.Cart_footer__i88Uc button:hover{background-color:#c82333}.Cart_btn__pL-bx{width:100%}.Cart_btn__pL-bx button{cursor:pointer;font-size:1.2rem;padding:10px;transition:background-color .3s ease;width:100%}.Cart_btn__pL-bx button:hover{background-color:#4caf50;color:#fff}.Cart_card__54SVW{border:1px solid #ddd;box-shadow:none;overflow:hidden;padding:0 30px 30px;transition:transform .3s ease}.Cart_card__54SVW .Cart_text__96J4E{align-items:center;display:flex;justify-content:space-between}.Cart_card__54SVW .Cart_text__96J4E h3{font-size:1.5rem;margin-bottom:8px}.Cart_card__54SVW button{align-items:center;cursor:pointer;font-size:1.2rem;padding:8px 12px;transition:background-color .3s ease;width:100%}.Cart_card__54SVW button:hover{background-color:#4caf50;color:#fff}@media screen and (max-width:800px){.Cart_wrapper__kRTWS{flex-direction:column;padding:15px}.Cart_leftContent__JV3uP{padding:0;width:100%}.Cart_leftContent__JV3uP table tr{width:100%}.Cart_leftContent__JV3uP table td{padding:0}.Cart_leftContent__JV3uP table td:first-child{padding-left:5px}.Cart_leftContent__JV3uP table svg{height:12px}.Cart_rightContent__leL9x{margin-right:0;margin-top:20px;width:100%}.Cart_itemInfo__aWuiI{margin-left:0;margin-right:0}.Cart_prodname__7WvR6{font-size:12px;line-height:1;padding:0;width:100%}.Cart_prodname__7WvR6:after{background-color:#ccc;bottom:0;content:"";height:1px;left:0;position:absolute;width:1px}.Cart_priceData__xerqL{font-size:14px}.Cart_priceSym__7qFry{font-size:9px}.Cart_prodImage__2-1Pe{height:80px;margin-left:20px;margin-right:20px;object-fit:cover;width:80px}.Cart_summary__t1lpJ{margin-top:1rem}.Cart_itemDetails__e7cpW{margin-left:0}.Cart_prodImage__2-1Pe{height:75px;width:75px}.Cart_size__BUYej{font-size:10px}.Cart_--btn__YIkXP{font-size:1rem!important}}.CheckoutDetails_checkboxLabel__yeXQi{align-items:center;display:flex;margin-top:1rem}.CheckoutDetails_btn__11Iyy{align-items:center;display:flex;justify-content:center;margin-left:83px;margin-top:20px;width:60%}.CheckoutDetails_btn__11Iyy button{cursor:pointer;font-size:1.2rem;padding:10px;transition:background-color .3s ease;width:100%}.CheckoutDetails_btn__11Iyy button:hover{background-color:#4caf50;color:#fff}.CheckoutDetails_copyCheckbox__9K6ui{margin-left:.5rem}.CheckoutDetails_checkout__CaqlK{position:relative;width:90%}.CheckoutDetails_checkout__CaqlK h2{margin-bottom:3rem}.CheckoutDetails_checkout__CaqlK .CheckoutDetails_form__RRcJ4{display:flex;width:100%}.CheckoutDetails_checkout__CaqlK .CheckoutDetails_form__RRcJ4 .CheckoutDetails_formSection__nmfbA{width:100%}.CheckoutDetails_checkout__CaqlK .CheckoutDetails_form__RRcJ4 .CheckoutDetails_formSection__nmfbA:not(:last-child){margin-right:20px}.CheckoutDetails_checkout__CaqlK .CheckoutDetails_form__RRcJ4 .CheckoutDetails_formSection__nmfbA .CheckoutDetails_card__P7T0v{max-width:500px;padding:25px 30px;width:100%}.CheckoutDetails_checkout__CaqlK .CheckoutDetails_form__RRcJ4 .CheckoutDetails_formSection__nmfbA .CheckoutDetails_card__P7T0v h3{font-weight:400;margin-bottom:2rem}.CheckoutDetails_checkout__CaqlK .CheckoutDetails_form__RRcJ4 .CheckoutDetails_formSection__nmfbA .CheckoutDetails_copyButton__NyRXv{margin-top:1rem;width:100%}.CheckoutDetails_checkout__CaqlK .CheckoutDetails_form__RRcJ4 .CheckoutDetails_formSection__nmfbA label{display:block;font-size:1.4rem;font-weight:500;margin-bottom:1rem;margin-top:2rem}.CheckoutDetails_checkout__CaqlK .CheckoutDetails_form__RRcJ4 .CheckoutDetails_formSection__nmfbA .CheckoutDetails_card-details__ljcxl,.CheckoutDetails_checkout__CaqlK .CheckoutDetails_form__RRcJ4 .CheckoutDetails_formSection__nmfbA .CheckoutDetails_select__BKLXM,.CheckoutDetails_checkout__CaqlK .CheckoutDetails_form__RRcJ4 .CheckoutDetails_formSection__nmfbA input[type=text]{border:1px solid #ccc;border-radius:3px;box-sizing:border-box;display:block;font-size:1.6rem;font-weight:300;margin:.5rem 0;outline:none;padding:1rem;width:100%}@media screen and (max-width:700px){.CheckoutDetails_checkout__CaqlK .CheckoutDetails_form__RRcJ4{flex-direction:column}.CheckoutDetails_checkout__CaqlK .CheckoutDetails_form__RRcJ4 .CheckoutDetails_formSection__nmfbA{margin-bottom:20px;margin-right:0;width:100%}}.CheckoutSummary_card__eUgJD{margin-bottom:15px;max-width:500px;padding:1rem;width:100%}.CheckoutSummary_btn__wd9Ww{width:50%}.CheckoutSummary_btn__wd9Ww button{cursor:pointer;font-size:1.2rem;margin-top:20px;padding:10px;transition:background-color .3s ease;width:100%}.CheckoutSummary_btn__wd9Ww button:hover{background-color:#4caf50;color:#fff}.CheckoutSummary_text__A2RqX{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.CheckoutSummary_text__A2RqX h3{font-size:1.5rem;margin-bottom:0!important}.CheckoutSummary_priceSym__A1TT7{font-size:13px;position:relative;top:-.5em}.CheckoutSummary_priceSym1__5gfir{font-size:13px;position:relative;top:-.3em}.CheckoutSummary_priceData__I06tD{font-size:22px}.CheckoutSummary_priceData1__D8Dan{font-size:19px}.Checkout_checkboxLabel__Fcd74{align-items:center;display:flex;margin-top:1rem}.Checkout_btn__seiu0{align-items:center;display:flex;justify-content:center;margin-left:83px;margin-top:20px;width:60%}.Checkout_btn__seiu0 button{cursor:pointer;font-size:1.2rem;padding:10px;transition:background-color .3s ease;width:100%}.Checkout_btn__seiu0 button:hover{background-color:#4caf50;color:#fff}.Checkout_copyCheckbox__iZ8H4{margin-left:.5rem}.Checkout_checkout__JDGtJ{position:relative;width:90%}.Checkout_checkout__JDGtJ input.Checkout_invalidInput__CSJNn{border:1px solid red!important}.Checkout_checkout__JDGtJ h2{margin-bottom:3rem;margin-left:110px}.Checkout_checkout__JDGtJ .Checkout_form__e7WRE{display:flex;width:100%}.Checkout_checkout__JDGtJ .Checkout_form__e7WRE .Checkout_formSection__eSysj{width:100%}.Checkout_checkout__JDGtJ .Checkout_form__e7WRE .Checkout_formSection__eSysj:not(:last-child){margin-left:100px}.Checkout_checkout__JDGtJ .Checkout_form__e7WRE .Checkout_formSection__eSysj .Checkout_card__72H0o{max-width:500px;padding:25px 30px;width:100%}.Checkout_checkout__JDGtJ .Checkout_form__e7WRE .Checkout_formSection__eSysj .Checkout_card__72H0o h3{font-weight:400;margin-bottom:2rem}.Checkout_checkout__JDGtJ .Checkout_form__e7WRE .Checkout_formSection__eSysj .Checkout_copyButton__nKyAz{margin-top:1rem;width:100%}.Checkout_checkout__JDGtJ .Checkout_form__e7WRE .Checkout_formSection__eSysj label{display:block;font-size:1.4rem;font-weight:500;margin-bottom:1rem;margin-top:2rem}.Checkout_checkout__JDGtJ .Checkout_form__e7WRE .Checkout_formSection__eSysj .Checkout_card-details__hV3lm,.Checkout_checkout__JDGtJ .Checkout_form__e7WRE .Checkout_formSection__eSysj .Checkout_select__M7J7W,.Checkout_checkout__JDGtJ .Checkout_form__e7WRE .Checkout_formSection__eSysj input[type=text]{border:1px solid #ccc;border-radius:3px;box-sizing:border-box;display:block;font-size:1.6rem;font-weight:300;margin:.5rem 0;outline:none;padding:1rem;width:100%}.Checkout_checkout__JDGtJ .Checkout_form__e7WRE .Checkout_formSection1__xaAau{width:100%}.Checkout_checkout__JDGtJ .Checkout_form__e7WRE .Checkout_formSection1__xaAau:not(:last-child){margin-left:0}.Checkout_checkout__JDGtJ .Checkout_form__e7WRE .Checkout_formSection1__xaAau .Checkout_card__72H0o{max-width:500px;padding:25px 30px;width:100%}.Checkout_checkout__JDGtJ .Checkout_form__e7WRE .Checkout_formSection1__xaAau .Checkout_card__72H0o h3{font-weight:400;margin-bottom:2rem}.Checkout_checkout__JDGtJ .Checkout_form__e7WRE .Checkout_formSection1__xaAau .Checkout_copyButton__nKyAz{margin-top:1rem;width:100%}.Checkout_checkout__JDGtJ .Checkout_form__e7WRE .Checkout_formSection1__xaAau label{display:block;font-size:1.4rem;font-weight:500;margin-bottom:1rem;margin-top:2rem}.Checkout_checkout__JDGtJ .Checkout_form__e7WRE .Checkout_formSection1__xaAau .Checkout_card-details__hV3lm,.Checkout_checkout__JDGtJ .Checkout_form__e7WRE .Checkout_formSection1__xaAau .Checkout_select__M7J7W,.Checkout_checkout__JDGtJ .Checkout_form__e7WRE .Checkout_formSection1__xaAau input[type=text]{border:1px solid #ccc;border-radius:3px;box-sizing:border-box;display:block;font-size:1.6rem;font-weight:300;margin:.5rem 0;outline:none;padding:1rem;width:100%}@media screen and (max-width:800px){section{padding:40px 0 0}.Checkout_checkout__JDGtJ h2{margin-left:0!important}.Checkout_checkout__JDGtJ .Checkout_form__e7WRE{flex-direction:column}.Checkout_checkout__JDGtJ .Checkout_form__e7WRE .Checkout_formSection__eSysj{margin-bottom:20px;margin-left:0!important;margin-right:0;width:100%}.Checkout_checkout__JDGtJ .Checkout_btncheck__uoAN7{display:block!important;margin:30px auto!important}}.Checkout_required__kOWJB{color:red;margin-left:5px}.Checkout_errorOutline__kOC-X{border:1px solid red}.CheckoutForm_checkout__OBa\+p{position:relative;width:75%}.CheckoutForm_checkout__OBa\+p header{z-index:0!important}.CheckoutForm_checkout__OBa\+p .CheckoutForm_zelleVenmoButtons__igWAF{align-items:center;display:flex;justify-content:center;margin-top:1rem}.CheckoutForm_checkout__OBa\+p .CheckoutForm_zelleVenmoButtons__igWAF .CheckoutForm_button__VeGRR{align-items:center;background:none;border:0;border-radius:4px;box-shadow:none;color:#fff;cursor:pointer;display:flex;font-family:Arial,sans-serif;margin:0 18px;overflow:hidden;padding:8px;position:relative;transition:all .2s ease;width:124px}.CheckoutForm_checkout__OBa\+p .CheckoutForm_zelleVenmoButtons__igWAF .CheckoutForm_button__VeGRR img{margin-right:4px;max-height:100%;max-width:100%;object-fit:contain}.CheckoutForm_checkout__OBa\+p .CheckoutForm_zelleVenmoButtons__igWAF .CheckoutForm_button__VeGRR:hover{filter:contrast(115%)}.CheckoutForm_checkout__OBa\+p .CheckoutForm_zelleVenmoButtons__igWAF .CheckoutForm_button__VeGRR:disabled{cursor:default;opacity:.5}.CheckoutForm_checkout__OBa\+p .CheckoutForm_zelleVenmoButtons__igWAF .CheckoutForm_button__VeGRR .CheckoutForm_arrow__v2ObL{cursor:pointer;margin-left:8px}.CheckoutForm_checkout__OBa\+p .CheckoutForm_payWithCardToggle__H6IEp h3{align-items:center;display:flex;justify-content:space-between}.CheckoutForm_checkout__OBa\+p .CheckoutForm_payWithCardToggle__H6IEp h3 .CheckoutForm_arrow__v2ObL{cursor:pointer;margin-left:8px}.CheckoutForm_checkout__OBa\+p .CheckoutForm_pay__eyA17{margin-top:2rem}.CheckoutForm_checkout__OBa\+p .CheckoutForm_pay__eyA17 .CheckoutForm_payWithCardToggle__H6IEp:hover .CheckoutForm_card__MjQ54{border-color:#5469d4;box-shadow:0 4px 5.5px 0 #00000012}.CheckoutForm_checkout__OBa\+p .CheckoutForm_pay__eyA17 p{font-size:1.4rem;margin-bottom:1rem}.CheckoutForm_checkout__OBa\+p .CheckoutForm_card__MjQ54{max-width:530px;padding:25px 30px;width:100%}.CheckoutForm_checkout__OBa\+p .CheckoutForm_card__MjQ54 h3{font-weight:300}.CheckoutForm_checkout__OBa\+p h2{margin-bottom:3rem}.CheckoutForm_checkout__OBa\+p form{display:flex;width:100%}.CheckoutForm_checkout__OBa\+p form div{width:100%}.CheckoutForm_checkout__OBa\+p form label{display:block;font-size:1.4rem;font-weight:500}.CheckoutForm_checkout__OBa\+p form .CheckoutForm_card-details__3lH4e,.CheckoutForm_checkout__OBa\+p form .CheckoutForm_select__v1M3s,.CheckoutForm_checkout__OBa\+p form input[type=text]{border:1px solid #777;border-radius:3px;display:block;font-size:1.6rem;font-weight:300;margin:1rem auto;outline:none;padding:1rem;width:100%}@media screen and (max-width:700px){.CheckoutForm_checkout__OBa\+p form{flex-direction:column}.CheckoutForm_checkout__OBa\+p form div{width:100%}}.CheckoutForm_button__VeGRR.CheckoutForm_secondary__7YV1k{background:#dcdcdc;color:#333}.CheckoutForm_button__VeGRR.CheckoutForm_secondary__7YV1k:hover{background:#c4c4c4}.CheckoutForm_button__VeGRR.CheckoutForm_icon__gaCv0{align-items:center;display:flex;justify-content:center}.CheckoutForm_button__VeGRR.CheckoutForm_icon__gaCv0 .CheckoutForm_icon__gaCv0{margin-right:8px}#CheckoutForm_payment-element__eyw-e{margin-bottom:2rem}#CheckoutForm_payment-message__a7fta{color:#697386;color:red;font-size:16px;line-height:20px;padding-top:12px;text-align:center}#CheckoutForm_payment-element__eyw-e{margin-bottom:24px}.CheckoutForm_button__VeGRR{background:#5469d4;border:0;border-radius:4px;box-shadow:0 4px 5.5px 0 #00000012;color:#fff;cursor:pointer;display:block;font-family:Arial,sans-serif;font-size:16px;font-weight:600;padding:12px 16px;position:relative;transition:all .2s ease;width:100%}.CheckoutForm_button__VeGRR:hover{filter:contrast(115%)}.CheckoutForm_button__VeGRR:disabled{cursor:default;opacity:.5}.CheckoutForm_payWithCardToggle__H6IEp h3{align-items:center;display:flex;justify-content:space-between}.CheckoutForm_payWithCardToggle__H6IEp h3 .CheckoutForm_arrow__v2ObL{cursor:pointer;margin-left:8px}.CheckoutForm_overlay__71vY8{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.CheckoutForm_popup__X2VYt{background:#fff;border-radius:8px;max-height:80%;max-width:80%;overflow:auto;padding:20px}.CheckoutForm_closeButton__bvoCQ{color:#fff;cursor:pointer;font-size:50px;height:50px;position:absolute;right:10px;top:10px;width:50px;z-index:9999}.CheckoutForm_qrCodeContainer__e\+Zmq{align-items:center;background:#d3dfed;border-radius:20px 20px 20px 20px;display:flex;justify-content:center;margin:0;width:auto}.CheckoutForm_qrCodeBox__CDeys{background:#fffffd;border-radius:20px 20px 20px 20px;height:550px;width:355px}.CheckoutForm_qrCodeSquareFrame__U-wkJ{border:1px solid #4677c6;border-radius:10px;height:320px;margin:17px;position:relative;width:320px}.CheckoutForm_centered__kmVNu{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.CheckoutForm_qrcode__26aiM,.CheckoutForm_qrcode__26aiM img{max-height:100%;max-width:100%}.CheckoutForm_bubble_01__AH83e{background:#3685fe;border-radius:15px 0 15rem 0;height:180px;position:absolute;width:210px}.CheckoutForm_bubble_02__XZO76{background:#3685fe;border-radius:100% 0 10px 0;height:110px;left:165px;position:absolute;top:210px;width:155px}.CheckoutForm_text__HJ8I1{color:#75767a;flex-direction:column;font-family:Outfit;font-size:18px;margin:20px 10px;text-align:center;width:90%}.CheckoutForm_one__KCGJW{color:#101b39;font-size:25px;font-weight:700;margin-bottom:10px;margin-top:10px}.CheckoutForm_two__KJxHK{margin-top:10px}@media screen and (max-width:800px){.CheckoutForm_checkout__OBa\+p{width:100%}.CheckoutForm_card__MjQ54{margin-bottom:50px}}.CheckoutSummaryDiscount_card__eTzL7{margin-bottom:15px;max-width:500px;padding:25px 30px;width:100%}h3{font-weight:300}.CheckoutSummaryDiscount_btn__HNwzH{width:50%}.CheckoutSummaryDiscount_btn__HNwzH button{cursor:pointer;font-size:1.2rem;margin-top:20px;padding:10px;transition:background-color .3s ease;width:100%}.CheckoutSummaryDiscount_btn__HNwzH button:hover{background-color:#4caf50;color:#fff}.CheckoutSummaryDiscount_text__-2vfT{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.CheckoutSummaryDiscount_text__-2vfT h3{font-size:1.5rem;margin-bottom:0!important}.CheckoutSummaryDiscount_priceSym__yvypd{font-size:13px;position:relative;top:-.5em}.CheckoutSummaryDiscount_priceSym1__6\+73k{font-size:13px;position:relative;top:-.3em}.CheckoutSummaryDiscount_priceData__fWTw6{font-size:22px}.CheckoutSummaryDiscount_priceData1__oIIWH{font-size:19px}.CheckoutSuccess_container__OAKsv{margin-top:50px;text-align:center}h2{font-size:2rem;margin-bottom:20px}p{font-size:1.2rem}.CheckoutSuccess_btn__feYlK{align-items:center;display:flex;justify-content:center;margin-top:0}.CheckoutSuccess_btn__feYlK button{cursor:pointer;font-size:1.2rem;padding:10px;transition:background-color .3s ease;width:10%}.CheckoutSuccess_btn__feYlK button:hover{background-color:#4caf50;color:#fff}@media screen and (max-width:800px){.CheckoutSuccess_btn__feYlK button{width:40%}}.OrderHistory_table__fFlr\+{overflow-x:auto;padding:5px;width:100%}.OrderHistory_table__fFlr\+ table{border-collapse:collapse;font-size:1.4rem;width:100%}.OrderHistory_table__fFlr\+ table thead{border-bottom:2px solid var(--light-blue);border-top:2px solid var(--light-blue)}.OrderHistory_table__fFlr\+ table th{border:1px solid #eee}.OrderHistory_table__fFlr\+ table td,.OrderHistory_table__fFlr\+ table th{padding:8px;text-align:left;vertical-align:top}.OrderHistory_table__fFlr\+ table td.OrderHistory_icons__9tV1K>*,.OrderHistory_table__fFlr\+ table th.OrderHistory_icons__9tV1K>*{cursor:pointer;margin-right:5px}.OrderHistory_table__fFlr\+ table tr{border-bottom:1px solid #ccc;cursor:pointer}.OrderHistory_table__fFlr\+ table tr:nth-child(2n){background-color:#eee}.OrderHistory_table__fFlr\+ table .OrderHistory_pending__0aro5{color:#ff4500;font-weight:500}.OrderHistory_table__fFlr\+ table .OrderHistory_delivered__HQenQ{color:green;font-weight:500}.OrderHistory_order__CybBt{padding:0 80px}.OrderHistory_linkstyle__RFYtf{color:#007185;cursor:pointer;font-size:14px}.OrderHistory_linkstyle__RFYtf:hover{color:#ff4500;text-decoration:underline}.OrderHistory_orderList__pk45U{display:grid;grid-template-columns:repeat(auto-fill,minmax(75%,1fr))}.OrderHistory_headerDiv__RgxeZ{background-color:#f0f2f2;border-radius:8px;padding:15px 15px 5px}.OrderHistory_orderItem__PDvvR{border:1px solid #ddd;margin:10px auto;transition:transform .2s ease-in-out;width:85%}.OrderHistory_orderItem__PDvvR .OrderHistory_orderHeader__dk8m4{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.OrderHistory_orderItem__PDvvR .OrderHistory_orderFooter__4aI1K{align-items:center;display:flex;justify-content:space-between}.OrderHistory_orderItem__PDvvR .OrderHistory_orderDate1__T1uFp{color:#555;font-size:14px;font-weight:600;margin-left:.5rem}.OrderHistory_orderItem__PDvvR .OrderHistory_orderDate__Re2eD,.OrderHistory_orderItem__PDvvR .OrderHistory_orderID__GNHCu{color:#555;font-size:14px}.OrderHistory_orderItem__PDvvR .OrderHistory_itemDetails__1ioaM{align-items:flex-start;display:flex;flex-direction:column}.OrderHistory_orderItem__PDvvR .OrderHistory_orderDetails__pjBNw{display:flex;flex-direction:column;padding:20px}.OrderHistory_orderItem__PDvvR .OrderHistory_orderDetails__pjBNw .OrderHistory_orderAmount__IrJgu{font-size:16px;margin-bottom:5px}.OrderHistory_orderItem__PDvvR .OrderHistory_orderDetails__pjBNw .OrderHistory_orderStatus__ErUfr{font-size:16px;font-weight:500}.OrderHistory_orderItem__PDvvR .OrderHistory_orderDetails__pjBNw .OrderHistory_orderStatus__ErUfr.OrderHistory_delivered__HQenQ{color:green}.OrderHistory_orderItem__PDvvR .OrderHistory_orderDetails__pjBNw .OrderHistory_orderStatus__ErUfr.OrderHistory_pending__0aro5{color:#ff4500}@media screen and (max-width:800px){.OrderHistory_order__CybBt{padding:0}.OrderHistory_orderdiv__UMf2V{padding:0 35px!important}.OrderHistory_table__fFlr\+{padding:0}.OrderHistory_orderStatus__ErUfr{font-size:13px!important}.OrderHistory_orderh4__1mNi5{padding:0!important}}.OrderDetails_orderDetails__vqRI8{padding:20px}.OrderDetails_orderDetails__vqRI8 .OrderDetails_tracking-url-link__w82R8{color:#007bff;cursor:pointer;text-decoration:underline}.OrderDetails_orderDetails__vqRI8 .OrderDetails_tracking-url-link__w82R8 :hover{color:#ff4500}.OrderDetails_orderDetails__vqRI8 h2{color:var(--darkblue);font-size:28px;margin-bottom:10px}.OrderDetails_orderDetails__vqRI8 .OrderDetails_backLink__stwW6{color:var(--darkblue);font-size:16px;text-decoration:none}.OrderDetails_orderDetails__vqRI8 .OrderDetails_backLink__stwW6:hover{text-decoration:underline}.OrderDetails_orderDetails__vqRI8 .OrderDetails_spinnerContainer__W-tlG{align-items:center;display:flex;height:200px;justify-content:center}.OrderDetails_orderDetails__vqRI8 .OrderDetails_spinner__3vlTe{width:50px}.OrderDetails_orderDetails__vqRI8 .OrderDetails_orderInfo__sD3TL{display:flex;justify-content:space-between;margin:20px 50px}.OrderDetails_orderDetails__vqRI8 .OrderDetails_orderInfo__sD3TL p{display:inline-block;font-size:17px;margin:8px 0}.OrderDetails_orderDetails__vqRI8 .OrderDetails_orderInfo__sD3TL p b{font-weight:700}.OrderDetails_orderDetails__vqRI8 .OrderDetails_tableWrapper__aI4xT{margin:0 50px;overflow-x:auto}.OrderDetails_orderDetails__vqRI8 .OrderDetails_orderTable__R4KQR{border-collapse:collapse;width:100%}.OrderDetails_orderDetails__vqRI8 .OrderDetails_orderTable__R4KQR tr th{font-size:14px}.OrderDetails_orderDetails__vqRI8 .OrderDetails_orderTable__R4KQR td,.OrderDetails_orderDetails__vqRI8 .OrderDetails_orderTable__R4KQR th{border:1px solid #ddd;padding:12px}.OrderDetails_orderDetails__vqRI8 .OrderDetails_orderTable__R4KQR th{background-color:#f2f2f2;color:var(--darkblue);font-size:16px}.OrderDetails_orderDetails__vqRI8 .OrderDetails_orderTable__R4KQR td{font-size:14px}.OrderDetails_orderDetails__vqRI8 .OrderDetails_orderTable__R4KQR td img{border-radius:4px;margin-top:8px;max-height:80px;max-width:80px}.OrderDetails_orderDetails__vqRI8 .OrderDetails_orderTable__R4KQR tr:nth-child(2n){background-color:#f9f9f9}.OrderDetails_orderDetails__vqRI8 .OrderDetails_itemDetails__OAWKn{align-items:center;display:flex;margin-left:20px;padding-bottom:20px;padding-top:10px}.OrderDetails_orderDetails__vqRI8 .OrderDetails_linkstyle__HMyYM{color:#007185;cursor:pointer;font-size:14px}.OrderDetails_orderDetails__vqRI8 .OrderDetails_linkstyle__HMyYM:hover{color:#ff4500;text-decoration:underline}.OrderDetails_orderDetails__vqRI8 .OrderDetails_itemInfo__Xu1hf{margin-left:10px;margin-right:80px}.OrderDetails_orderDetails__vqRI8 .OrderDetails_prodImage__EkzgI{margin-right:30px;width:75px}.OrderDetails_orderDetails__vqRI8 .OrderDetails_prodname__Rw1bT{font-size:18px;font-weight:500;line-height:32px;padding-bottom:1rem;padding-top:1rem;position:relative;width:340px}.OrderDetails_orderDetails__vqRI8 .OrderDetails_prodname__Rw1bT:after{background-color:#ccc;bottom:0;content:"";height:1px;left:0;position:absolute;width:350px}.OrderDetails_orderDetails__vqRI8 .OrderDetails_priceSym__4mGsi{font-size:13px;position:relative;top:-.5em}.OrderDetails_orderDetails__vqRI8 .OrderDetails_priceData__yJx7H{font-size:22px}.OrderDetails_orderDetails__vqRI8 .OrderDetails_tax__1aJUE{margin-top:-8px;padding-left:.9rem}.OrderDetails_linkstyle__HMyYM{color:#007185;cursor:pointer;font-size:14px}.OrderDetails_linkstyle__HMyYM:hover{color:#ff4500;text-decoration:underline}.OrderDetails_customModal__o4siB{background-color:#fff;max-width:600px;width:90%}.OrderDetails_modalContent__nv2wA h3,.OrderDetails_modalContent__nv2wA p{margin-bottom:20px}.OrderDetails_modalContent__nv2wA label{display:block;margin-bottom:10px;text-align:left}@media screen and (max-width:800px){.OrderDetails_orderDetails__vqRI8{padding:0}.OrderDetails_orderInfo__sD3TL{flex-direction:column;margin-left:15px;margin-right:15px}.OrderDetails_orderInfo__sD3TL p{font-size:16px}.OrderDetails_tableWrapper__aI4xT{margin:0 15px}}.OrderDetails_modalContent__nv2wA input[type=number],.OrderDetails_modalContent__nv2wA select,.OrderDetails_modalContent__nv2wA textarea{padding:10px}.OrderDetails_modalContent__nv2wA button{padding:10px 20px}.OrderDetails_customModal__o4siB{background-color:#f5f5f5;border:1px solid #ccc;border-radius:8px;box-shadow:0 4px 8px #0000001a;left:50%;max-width:100%;padding:20px;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);width:400px}.OrderDetails_customOverlay__nBa5b{background-color:#00000080;bottom:0;left:0;position:fixed;right:0;top:0}.OrderDetails_modalContent__nv2wA{align-items:center;display:flex;flex-direction:column}.OrderDetails_modalContent__nv2wA input[type=number],.OrderDetails_modalContent__nv2wA select,.OrderDetails_modalContent__nv2wA textarea{background-color:#fff;border:1px solid #ccc;border-radius:4px;box-sizing:border-box;color:#333;margin-bottom:20px;padding:12px;width:100%}.OrderDetails_modalContent__nv2wA button{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;margin-right:10px;padding:12px 20px}.OrderDetails_modalContent__nv2wA button:last-child{background-color:#ccc;color:#333}.OrderDetails_tracking-url-container__BG8lk{margin-top:10px}.OrderDetails_tracking-url-label__VrxZM{font-weight:700}.ReviewProducts_reviewContainer__FeaIQ{align-items:center;display:flex;flex-direction:column;padding:2rem}.ReviewProducts_removeImageButton__HGe4C{background-color:#dc3545;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;margin-top:.5rem;padding:.5rem;transition:background-color .3s ease}.ReviewProducts_removeImageButton__HGe4C:hover{background-color:#c82333}.ReviewProducts_customFileLabel__FxQ67{background-color:#007bff;border-radius:5px;color:#fff;cursor:pointer;display:inline-block;margin-bottom:1rem;padding:1rem}.ReviewProducts_imageUploadContainer__Kmv3n{margin-bottom:1rem}.ReviewProducts_uploadedImagesContainer__cCNX9{display:flex;gap:1rem;margin-top:1rem}.ReviewProducts_uploadedImage__UmN4r{border-radius:5px;height:100px;object-fit:cover;width:100px}.ReviewProducts_reviewHeading__U-P4N{color:#333;font-size:2rem;margin-bottom:1rem}.ReviewProducts_productDetails__m1WJ6{text-align:center}.ReviewProducts_productDetails__m1WJ6 p{font-weight:700;margin-bottom:1rem}.ReviewProducts_productDetails__m1WJ6 p b{margin-right:.5rem}.ReviewProducts_productImage__Mf7r4{border-radius:8px;margin-bottom:1rem;max-height:200px;object-fit:cover;width:100%}.ReviewProducts_spinner__JwUa0{width:50px}.ReviewProducts_card__cx8RJ{max-width:1000px;padding:1rem;width:100%}.ReviewProducts_card__cx8RJ form{display:flex;flex-direction:column}.ReviewProducts_card__cx8RJ form .ReviewProducts_label__JDfsC{color:#333;font-size:1.4rem;font-weight:500;margin-bottom:.5rem}.ReviewProducts_card__cx8RJ form .ReviewProducts_textarea__I-5Nj{border:1px solid #ccc;border-radius:5px;font-size:1.6rem;margin-bottom:1rem;outline:none;padding:1rem;width:100%}.ReviewProducts_card__cx8RJ form .ReviewProducts_btn__UWsjL.ReviewProducts_btnPrimary__fLgA7{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1.6rem;padding:1rem;transition:background-color .3s ease}.ReviewProducts_card__cx8RJ form .ReviewProducts_btn__UWsjL.ReviewProducts_btnPrimary__fLgA7:hover{background-color:#0056b3}.ReviewProducts_card__cx8RJ form .ReviewProducts_imageUploadContainer__Kmv3n{margin-bottom:1rem}.ReviewProducts_card__cx8RJ form .ReviewProducts_imageUploadContainer__Kmv3n .ReviewProducts_imageUpload__AhlrP{position:relative}.ReviewProducts_card__cx8RJ form .ReviewProducts_imageUploadContainer__Kmv3n .ReviewProducts_imageUpload__AhlrP input{cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.ReviewProducts_card__cx8RJ form .ReviewProducts_imageUploadContainer__Kmv3n .ReviewProducts_imageUpload__AhlrP .ReviewProducts_progress__5d54M{background-color:#eee;border-radius:5px;height:20px;margin-top:.5rem;overflow:hidden}.ReviewProducts_card__cx8RJ form .ReviewProducts_imageUploadContainer__Kmv3n .ReviewProducts_imageUpload__AhlrP .ReviewProducts_progress__5d54M .ReviewProducts_progress-bar__ZUXLh{background-color:#007bff;height:100%;transition:width .3s ease}.TeamKitForm_formcontainer__kYmaH{justify-content:center;margin:0 auto;max-width:800px;padding:5px}.TeamKitForm_formcontainer__kYmaH .TeamKitForm_input-container__t6FAT{margin-bottom:20px}.TeamKitForm_formcontainer__kYmaH .TeamKitForm_input-container__t6FAT label{color:#333;display:block;font-size:18px;margin-bottom:5px}.TeamKitForm_formcontainer__kYmaH .TeamKitForm_input-container__t6FAT input[type=email],.TeamKitForm_formcontainer__kYmaH .TeamKitForm_input-container__t6FAT input[type=text]{border:1px solid #ccc;border-radius:5px;font-size:16px;margin-top:5px;padding:15px;width:100%}.TeamKitForm_formcontainer__kYmaH .TeamKitForm_radioImageContainer__6vL-b{grid-gap:10px;display:grid;grid-template-columns:repeat(2,150px)}.TeamKitForm_formcontainer__kYmaH .TeamKitForm_radioImageLabel__GtY37{height:150px;position:relative;width:150px}.TeamKitForm_formcontainer__kYmaH .TeamKitForm_radioImageInput__dMJ5Q{opacity:0;position:absolute}.TeamKitForm_formcontainer__kYmaH .TeamKitForm_radioImage__DgITW{border:none;border-radius:5px;height:150px;object-fit:cover;transition:border-color .5s;width:150px}.TeamKitForm_formcontainer__kYmaH .TeamKitForm_radioImageInput__dMJ5Q:checked+label>.TeamKitForm_radioImage__DgITW{border:4px solid #02f}.TeamKitForm_formcontainer__kYmaH .TeamKitForm_radioImageLabel__GtY37:hover .TeamKitForm_radioImage__DgITW{transform:scale(1.1)}.TeamKitForm_formcontainer__kYmaH .TeamKitForm_required__nguxC{color:red}.TeamKitForm_formcontainer__kYmaH .TeamKitForm_error__rcOVG input[type=email],.TeamKitForm_formcontainer__kYmaH .TeamKitForm_error__rcOVG input[type=text]{border:2px solid red}.TeamKitForm_formcontainer__kYmaH .TeamKitForm_error-message__2wrMR{color:red;font-size:14px;margin-top:5px}.TeamKitForm_formcontainer__kYmaH h2{color:#333;font-size:36px;margin-bottom:30px;text-align:center}.TeamKitForm_formcontainer__kYmaH .TeamKitForm_section-card__oDp1G{background-color:#f8f9fa;border-radius:10px;box-shadow:0 4px 6px #0000001a;margin-bottom:30px;overflow:hidden;padding:20px;transition:all .3s ease}.TeamKitForm_formcontainer__kYmaH .TeamKitForm_section-checkbox__nP0sY{float:left;margin-right:10px;padding-left:120px}.TeamKitForm_formcontainer__kYmaH .TeamKitForm_section-name__btden{color:#007bff;display:block;font-size:24px;margin-bottom:15px;margin-left:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.TeamKitForm_formcontainer__kYmaH .TeamKitForm_form-group__7E9c4{display:none;margin-bottom:20px}.TeamKitForm_formcontainer__kYmaH .TeamKitForm_form-group__7E9c4.TeamKitForm_active__cMpY1{animation:TeamKitForm_fadeIn__2bJMV .5s ease;display:block}@keyframes TeamKitForm_fadeIn__2bJMV{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.TeamKitForm_formcontainer__kYmaH .TeamKitForm_form-group__7E9c4 label{color:#333;display:block;font-size:18px;margin-bottom:5px}.TeamKitForm_formcontainer__kYmaH .TeamKitForm_form-group__7E9c4 input[type=email],.TeamKitForm_formcontainer__kYmaH .TeamKitForm_form-group__7E9c4 input[type=file],.TeamKitForm_formcontainer__kYmaH .TeamKitForm_form-group__7E9c4 input[type=number],.TeamKitForm_formcontainer__kYmaH .TeamKitForm_form-group__7E9c4 input[type=text],.TeamKitForm_formcontainer__kYmaH .TeamKitForm_form-group__7E9c4 select{border:1px solid #ccc;border-radius:5px;font-size:16px;margin-top:5px;padding:15px;width:100%}.TeamKitForm_formcontainer__kYmaH .TeamKitForm_form-group__7E9c4 input[type=file]{margin-bottom:10px}.TeamKitForm_formcontainer__kYmaH input#TeamKitForm_email__zcwrv,.TeamKitForm_formcontainer__kYmaH input#TeamKitForm_name__\+NW3T,.TeamKitForm_formcontainer__kYmaH input#TeamKitForm_phoneNumber__Ymdga{margin-bottom:20px}.TeamKitForm_submit-button__ypldP{background-color:#007bff;border:none;border-radius:10px;color:#fff;cursor:pointer;display:block;margin-top:20px;padding:15px;transition:background-color .3s ease;width:100%}.TeamKitForm_submit-button__ypldP:hover{background-color:#0056b3}.NotFound_not-found__7S6sJ{align-items:center;display:flex;height:80vh;justify-content:center}.NotFound_not-found__7S6sJ div{align-items:center;display:flex;flex-direction:column;justify-content:center}.NotFound_not-found__7S6sJ h2{font-size:10rem}.NotFound_not-found__7S6sJ p{margin-bottom:2rem}.Wishlist_container__4HTZV{margin:0 auto;max-width:1200px}.Wishlist_wishlist__H0KlP{margin-top:20px;padding:20px 0}.Wishlist_wishlistGrid__xKiua{grid-gap:10px;display:grid;gap:10px;grid-template-columns:.65fr;justify-content:center}.Wishlist_disabled__ll9g7{cursor:not-allowed;opacity:.6}.Wishlist_prodname__wgRf4{font-size:18px;font-weight:500;line-height:32px;padding-bottom:1rem;padding-top:1rem;position:relative;width:470px}.Wishlist_prodname__wgRf4:after{background-color:#ccc;bottom:0;content:"";height:1px;left:0;position:absolute;width:400px}.Wishlist_tax__gWw0p{margin-top:-8px;padding-left:1.2rem}.Wishlist_priceSym__UEPYf{font-size:13px;position:relative;top:-.5em}.Wishlist_priceData__PJLd9{font-size:22px}.Wishlist_productInfo2__vEVXz{border:1px solid #ccc;box-shadow:none;margin-right:30px;margin-top:1rem;padding:1rem}.Wishlist_linkstyle__lqvog{color:#007185;cursor:pointer;font-size:14px}.Wishlist_linkstyle__lqvog:hover{color:#ff4500;text-decoration:underline}.Wishlist_empty__Z9Lsb,.Wishlist_footer__vKO-K{margin-left:260px;margin-top:40px}.Wishlist_footer__vKO-K button{background-color:#dc3545;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;padding:10px 15px;transition:background-color .3s ease}.Wishlist_footer__vKO-K button:hover{background-color:#c82333}.Wishlist_wishlistCard__NS4vG{border:1px solid #ddd;border-radius:8px;overflow:hidden;transition:transform .3s ease}.Wishlist_wishlistCard__NS4vG:hover{transform:scale(1.05)}.Wishlist_wishlistCard__NS4vG .Wishlist_productInfo__2FPm-{align-items:center;display:flex}.Wishlist_wishlistCard__NS4vG .Wishlist_productInfo__2FPm- img{border-radius:8px;height:100px;object-fit:cover;width:100px}.Wishlist_wishlistCard__NS4vG .Wishlist_productInfo__2FPm- .Wishlist_details__c3XFh{flex-grow:1}.Wishlist_wishlistCard__NS4vG .Wishlist_productInfo__2FPm- .Wishlist_details__c3XFh h3{font-size:1.2rem;margin-bottom:8px}.Wishlist_wishlistCard__NS4vG .Wishlist_actions__atopY{align-items:flex-end;display:flex;flex-direction:column;justify-content:space-between;padding:10px}.Wishlist_wishlistCard__NS4vG .Wishlist_actions__atopY button{cursor:pointer;font-size:.9rem;padding:8px 12px;transition:background-color .3s ease}.Wishlist_wishlistCard__NS4vG .Wishlist_actions__atopY button:hover{background-color:#4caf50;color:#fff}.Wishlist_wishlistCard__NS4vG .Wishlist_actions__atopY svg{cursor:pointer;transition:color .3s ease}.Wishlist_wishlistCard__NS4vG .Wishlist_actions__atopY svg:hover{color:red}.Wishlist_heading__tGiQv{margin-left:260px;text-align:left}.Wishlist_productInfo__2FPm-{align-items:center;display:flex;padding-left:30px;padding-right:40px}.Wishlist_productInfo__2FPm- img{border-radius:8px;margin-right:60px;width:100px}.Wishlist_details__c3XFh{flex-grow:1}.Wishlist_details__c3XFh h3{font-size:1.2rem;margin-bottom:8px}.Wishlist_total__1F3kk{font-size:.9rem;margin-top:8px}.Wishlist_actions__atopY{align-items:center;display:flex;justify-content:space-between;padding:10px}.Wishlist_actions__atopY button{cursor:pointer;font-size:1.2rem;padding:8px 12px;transition:background-color .3s ease}.Wishlist_actions__atopY button:hover{background-color:#4caf50;color:#fff}.Wishlist_actions__atopY svg{cursor:pointer;transition:color .3s ease}.Wishlist_actions__atopY svg:hover{color:red}.Wishlist_summary__c0n3v{margin-top:20px}.Wishlist_summary__c0n3v button{background-color:#dc3545;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;padding:10px 15px;transition:background-color .3s ease}.Wishlist_summary__c0n3v button:hover{background-color:#c82333}@media screen and (max-width:800px){.Wishlist_wishlistGrid__xKiua{grid-template-columns:1fr}.Wishlist_priceSym__UEPYf{font-size:8px}.Wishlist_priceData__PJLd9{font-size:13px}.Wishlist_footer__vKO-K{margin-bottom:30px}.Wishlist_footer__vKO-K button{font-size:.8rem}.Wishlist_price__PJQww{margin-left:8px}.Wishlist_prodname__wgRf4{font-size:13px;width:100%}.Wishlist_prodname__wgRf4:after{background-color:#ccc;bottom:0;content:"";height:1px;left:0;position:absolute;width:0}.Wishlist_temp__D7mvz{margin-left:0!important}.Wishlist_tax__gWw0p{font-size:9px;margin-bottom:10px;margin-top:-5px;padding-left:1.3rem}.Wishlist_productInfo2__vEVXz{margin-right:0;padding:0}.Wishlist_productInfo__2FPm-{padding:0}.Wishlist_productInfo__2FPm- svg{margin-left:15px}.Wishlist_productInfo__2FPm- img{border-radius:8px;height:80px;margin-left:20px;margin-right:20px;object-fit:cover;width:80px}.Wishlist_productInfo__2FPm- .Wishlist_actions__atopY button{font-size:.8rem}.Wishlist_empty__Z9Lsb,.Wishlist_footer__vKO-K,.Wishlist_heading__tGiQv,.Wishlist_productInfo__2FPm-{margin-left:0}}.Wishlist_modalContent__02v2E{background-color:#fff;border-radius:8px;box-shadow:0 0 10px #0000001a;left:50%;max-width:300px;padding:20px;position:absolute;top:50%;transform:translate(-50%,-50%)}.Wishlist_modalOverlay__7BDQ8{background-color:#00000080;height:100%;left:0;position:fixed;top:0;width:100%;z-index:999}.Wishlist_selectLabel__XrZYE{font-size:16px;margin-bottom:10px}.Wishlist_selectWrapper__TISAI{position:relative}.Wishlist_selectWrapper__TISAI:after{border-left:6px solid #0000;border-right:6px solid #0000;border-top:6px solid #888;content:"";height:0;position:absolute;right:10px;top:50%;transform:translateY(-50%);width:0}.Wishlist_select__2vKsp{background-color:#f9f9f9;border:1px solid #ccc;border-radius:4px;cursor:pointer;font-size:14px;padding:10px;width:100%}.Wishlist_select__2vKsp option{font-size:14px}.Wishlist_modalActions__P\+9dV{display:flex;flex-direction:column;margin-top:20px}.Wishlist_modalActions__P\+9dV button{border:none;border-radius:4px;cursor:pointer;font-size:14px;padding:10px 20px;transition:background-color .3s ease}.Wishlist_modalActions__P\+9dV button:hover{background-color:#007185;color:#fff}.Wishlist_modalActions__P\+9dV button:not(:last-child){margin-bottom:10px}.PrivacyPolicy_privacyPolicy__oIGmL{margin:0 auto;max-width:1000px;padding:20px}.PrivacyPolicy_privacyPolicy__oIGmL h2{color:#333;font-size:24px;margin-bottom:40px;margin-top:20px}.PrivacyPolicy_privacyPolicy__oIGmL p{color:#666;font-size:16px;line-height:1.5;margin-bottom:20px}.Terms_privacyPolicy__YFqc5{margin:0 auto;max-width:1000px;padding:20px}.Terms_privacyPolicy__YFqc5 h2{color:#333;font-size:24px;margin-bottom:40px;margin-top:20px}.Terms_privacyPolicy__YFqc5 p{color:#666;font-size:16px;line-height:1.5;margin-bottom:20px}.ReturnPolicy_returnPolicy__H9lmf{margin:0 auto;max-width:1000px;padding:20px}.ReturnPolicy_returnPolicy__H9lmf h2{color:#333;font-size:24px;margin-bottom:40px;margin-top:20px}.ReturnPolicy_returnPolicy__H9lmf p{color:#666;font-size:16px;line-height:1.5;margin-bottom:20px}.ReturnPolicy_returnPolicy__H9lmf ol{margin-bottom:20px;padding-left:20px}.ReturnPolicy_returnPolicy__H9lmf li{color:#666;font-size:16px;line-height:1.5;margin-bottom:10px}.SportsProducts_product__WBhM5{display:flex;position:relative}.SportsProducts_product__WBhM5 .SportsProducts_filter__53Do5{border-right:1px solid #ddd;transition:all .3s;width:15%}.SportsProducts_product__WBhM5 .SportsProducts_content__nzE\+E{padding-left:5px;position:relative;width:85%}.SportsProducts_product__WBhM5 .SportsProducts_content__nzE\+E .SportsProducts_icon__M9BFr{align-items:center;cursor:pointer;display:none;justify-content:center;position:absolute;right:0;top:0}.SportsProducts_product__WBhM5 .SportsProducts_content__nzE\+E .SportsProducts_icon__M9BFr>*{padding-left:5px}@media screen and (max-width:800px){.SportsProducts_product__WBhM5 .SportsProducts_icon__M9BFr{display:flex;top:-29px!important}.SportsProducts_product__WBhM5 .SportsProducts_whatsappButton__IpZHo{bottom:6rem!important}.SportsProducts_product__WBhM5 .SportsProducts_filter__53Do5{background-color:#fff;border:2px solid var(--dark-blue);height:100%;left:-200%;padding:1rem;position:absolute;width:50%;z-index:99}.SportsProducts_product__WBhM5 .SportsProducts_show__Sr-b4{height:auto;left:0}.SportsProducts_product__WBhM5 .SportsProducts_content__nzE\+E{width:100%}.SportsProducts_product__WBhM5 .SportsProducts_content__nzE\+E .SportsProducts_icon__M9BFr{display:flex}}.SportsProducts_whatsappButton__IpZHo{align-items:center;background:green;border-radius:100% 0 0 100%;bottom:2rem;box-shadow:0 2px 5px 2px rgba(0,0,0,.212);display:flex;height:61px;justify-content:center;padding:.5rem;position:fixed;right:0;text-decoration:none;transition:background-color .3s ease;width:58px;z-index:999999}.SportsProducts_whatsappButton__IpZHo:hover{background:rgba(3,156,3,.612)}.SportsProducts_whatsappButton__IpZHo svg{margin-right:-1rem}.SportsProducts_search__iPtt2{flex:1 1;margin:5px 0;position:relative;width:100px}.SportsProducts_search__iPtt2 .SportsProducts_icon__M9BFr{left:1rem;position:absolute;top:50%;transform:translateY(-50%)}.SportsProducts_search__iPtt2 input[type=text]{border:1px solid #777;border-radius:3px;display:block;font-size:1.6rem;font-weight:300;margin:1rem auto;outline:none;padding:1rem 1rem 1rem 3rem;width:100%}.SportsProducts_instagramButton__n4Wzb{align-items:center;background:radial-gradient(circle at 30% 107%,#fdf497 0,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%);border-radius:100% 0 0 100%;bottom:100px;box-shadow:0 2px 5px 2px rgba(0,0,0,.212);display:flex;height:61px;justify-content:center;padding:.5rem;position:fixed;right:0;text-decoration:none;transition:background-color .3s ease;width:58px;z-index:999999}.SportsProducts_instagramButton__n4Wzb:hover{background:#5851db}.SportsProducts_instagramButton__n4Wzb svg{margin-right:-1rem}@media(max-width:768px){.SportsProducts_whatsappButton__IpZHo{height:20;margin-right:0;padding:.3rem;width:48px}.SportsProducts_instagramButton__n4Wzb{height:60px;margin-bottom:25px;margin-right:0;padding:.3rem;width:48px}.SportsProducts_instagramButton__n4Wzb svg,.SportsProducts_whatsappButton__IpZHo svg{margin-right:-.8rem}}.ReturnHistory_container__IaQH-{margin:0 auto;max-width:800px;padding:20px}.ReturnHistory_returndiv__oKFBN{text-align:left}.ReturnHistory_returnList__LNHgr{grid-gap:20px;display:grid}.ReturnHistory_returnItem__ycSP7{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;padding:20px}.ReturnHistory_returnHeader__UahEo{margin-bottom:10px}.ReturnHistory_returnDateAndID__n14dE{align-items:center;background-color:#e9ecef;border-radius:5px;display:flex;justify-content:space-between;padding:10px}.ReturnHistory_returnDate__JcVKc,.ReturnHistory_returnID__7\+FW1{font-size:16px}.ReturnHistory_returnID__7\+FW1{order:1}.ReturnHistory_returnDetails__lwIZO{margin-top:10px}.ReturnHistory_returnProduct__f9BTx,.ReturnHistory_returnReason__OpmBJ,.ReturnHistory_returnStatus__aUVP-{font-size:16px;margin-bottom:5px}.ReturnHistory_returnPending__qt6V7,.ReturnHistory_returnStatus__aUVP-{color:#ff4500}.ReturnHistory_returnDate1__D4GGn{font-size:14px;font-style:italic}@media screen and (max-width:800px){.ReturnHistory_returndiv__oKFBN{padding:0 35px!important}}.HomePage_container__zQ9Im{margin:0 auto;max-width:1200px}.HomePage_hero__bFS\+g{background-color:#004080;color:#fff;padding:120px 20px;text-align:center}.HomePage_hero__bFS\+g .HomePage_companyName__JKWcd{animation:HomePage_fadeInUp__w9Da0 1s ease;color:#f5f5f5;font-family:Poppins,sans-serif;font-size:3.5rem;margin-bottom:20px}.HomePage_hero__bFS\+g .HomePage_welcomeMessage__ueyZ6{animation:HomePage_fadeInUp__w9Da0 1s ease;margin:0 auto;max-width:600px}.HomePage_hero__bFS\+g .HomePage_welcomeMessage__ueyZ6 p{color:#fff;font-size:1.5rem;line-height:1.6;margin:0 auto}.HomePage_hero__bFS\+g .HomePage_btn__hVeGk{animation:HomePage_fadeInUp__w9Da0 1s ease;background-color:#fc0;border-radius:5px;color:#004080;display:inline-block;padding:15px 30px;text-decoration:none;transition:background-color .3s ease}.HomePage_hero__bFS\+g .HomePage_btn__hVeGk:hover{background-color:#e6b800}.HomePage_featuredProducts__iHdHK{background-color:#f4f4f4;padding:80px 20px;text-align:center}.HomePage_featuredProducts__iHdHK h2{animation:HomePage_fadeInUp__w9Da0 1s ease;color:#333;font-family:Poppins,sans-serif;font-size:3rem;margin-bottom:30px}.HomePage_featuredProducts__iHdHK .HomePage_productCarousel__c8msC{box-shadow:0 4px 8px #0000001a;margin:0 auto;max-width:1200px}.HomePage_featuredProducts__iHdHK .HomePage_productCard__IaQ9J{background-color:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;overflow:hidden}.HomePage_featuredProducts__iHdHK .HomePage_productCard__IaQ9J img{border-radius:10px 10px 0 0;height:auto;width:100%}.HomePage_featuredProducts__iHdHK .HomePage_productCard__IaQ9J div{padding:20px}.HomePage_featuredProducts__iHdHK .HomePage_productCard__IaQ9J h3{color:#333;font-size:1.5rem;margin-bottom:10px}.HomePage_featuredProducts__iHdHK .HomePage_productCard__IaQ9J p{color:#555;font-size:1.2rem;margin-bottom:15px}.HomePage_featuredProducts__iHdHK .HomePage_productCard__IaQ9J a{background-color:#007bff;border-radius:5px;color:#fff;display:inline-block;padding:10px 20px;text-decoration:none;transition:background-color .3s ease}.HomePage_featuredProducts__iHdHK .HomePage_productCard__IaQ9J a:hover{background-color:#0056b3}.HomePage_videos__pdtc3{padding:50px}.HomePage_videos__pdtc3 h2{animation:HomePage_fadeInUp__w9Da0 1s ease;font-family:Poppins,sans-serif;font-size:2rem;margin-bottom:40px;text-align:center}.HomePage_videos__pdtc3 .HomePage_videoCarousel__wIj9e{animation:HomePage_fadeIn__mROqk 1s ease;overflow-x:auto;white-space:nowrap}.HomePage_videos__pdtc3 .HomePage_videoCarousel__wIj9e::-webkit-scrollbar{width:0}.HomePage_videos__pdtc3 .HomePage_videoCarousel__wIj9e .HomePage_videoCard__HwcVK{animation:HomePage_slideInRight__\+yQqk 1s forwards;border-radius:10px;box-shadow:0 4px 6px #0000001a;display:inline-block;margin-right:20px}.HomePage_videos__pdtc3 .HomePage_videoCarousel__wIj9e .HomePage_videoCard__HwcVK iframe{border-radius:10px 10px 0 0;height:225px;width:400px}.HomePage_videos__pdtc3 .HomePage_videoCarousel__wIj9e .HomePage_videoCard__HwcVK .HomePage_videoDescription__pGpKZ{background-color:#fff;border-radius:0 0 10px 10px;padding:20px}.HomePage_videos__pdtc3 .HomePage_videoCarousel__wIj9e .HomePage_videoCard__HwcVK .HomePage_videoDescription__pGpKZ h3{font-size:1.2rem;margin-bottom:10px}.HomePage_videos__pdtc3 .HomePage_videoCarousel__wIj9e .HomePage_videoCard__HwcVK .HomePage_videoDescription__pGpKZ p{font-size:1rem}@keyframes HomePage_fadeInUp__w9Da0{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes HomePage_fadeIn__mROqk{0%{opacity:0}to{opacity:1}}@keyframes HomePage_slideInRight__\+yQqk{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}.HomePage_aboutUs__AGjMq{background-color:#f7f7f7;padding:80px 20px;text-align:center}.HomePage_aboutUs__AGjMq h2{animation:HomePage_fadeInUp__w9Da0 1s ease;color:#333;font-family:Poppins,sans-serif;font-size:3rem;margin-bottom:30px}.HomePage_aboutUs__AGjMq .HomePage_aboutUsContent__Op3CY{background-color:#fff;background-image:linear-gradient(45deg,#0000000d 25%,#0000 0,#0000 50%,#0000000d 0,#0000000d 75%,#0000 0,#0000);border-bottom:4px solid #ddd;border-radius:15px;box-shadow:0 8px 16px #0000001a;color:#333;margin:0 auto;max-width:800px;overflow:hidden;padding:30px}.HomePage_aboutUs__AGjMq .HomePage_aboutUsContent__Op3CY p{color:#555;font-size:1.4rem;line-height:1.8;margin-bottom:20px}.HomePage_shopByBrand__SSyEu{background-color:#f4f4f4;padding:50px}.HomePage_shopByBrand__SSyEu h2{color:#333;font-family:Poppins,sans-serif;font-size:2rem;margin-bottom:40px;text-align:center}.HomePage_shopByBrand__SSyEu .HomePage_brandList__kgbUK{display:flex;flex-wrap:wrap;justify-content:space-around}.HomePage_shopByBrand__SSyEu .HomePage_brandCard__0E-Ge{border:1px solid #ddd;border-radius:5px;box-shadow:0 2px 4px #0000001a;margin:20px;padding:20px;text-align:center}.HomePage_shopByBrand__SSyEu .HomePage_brandCard__0E-Ge img{border-radius:50%;height:100px;margin-bottom:10px;width:100px}.HomePage_shopByBrand__SSyEu .HomePage_brandCard__0E-Ge p{font-size:1.2rem}.ThankYouPage_thankYouContainer__qxOYe{align-items:center;display:flex;flex-direction:column;font-family:Poppins,sans-serif;height:100vh;justify-content:center;padding:0 20px}@media(min-width:768px){.ThankYouPage_thankYouContainer__qxOYe{padding:0}}.ThankYouPage_thankYouMessage__jU\+99{color:#fff;font-size:24px;margin-bottom:20px;text-align:center}@media(max-width:768px){.ThankYouPage_thankYouMessage__jU\+99{font-size:20px}}.ThankYouPage_thankYouMessage__jU\+99 .ThankYouPage_animateLeft__gTShw{animation:ThankYouPage_slideFromLeft__wWtak 1s ease forwards}.ThankYouPage_thankYouMessage__jU\+99 .ThankYouPage_animateRight__4U9uI{animation:ThankYouPage_slideFromRight__qF30i 1s ease forwards}@keyframes ThankYouPage_slideFromLeft__wWtak{0%{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}@keyframes ThankYouPage_slideFromRight__qF30i{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@keyframes ThankYouPage_fadeIn__okPJq{0%{opacity:0}to{opacity:1}}.ThankYouPage_okayButton__emVDl{animation:ThankYouPage_fadeIn__okPJq 2s ease forwards;background-color:#007bff;background-image:linear-gradient(90deg,#fff0,#fff0);border:none;border-radius:30px;color:#fff;cursor:pointer;font-size:18px;padding:12px 24px;transition:transform .3s ease,background-color .3s ease}.ThankYouPage_okayButton__emVDl:hover{background-color:#0070c1;color:#fff;transform:scale(1.05)}.ThankYouPage_okayButton__emVDl:active{transform:scale(.95)}@media(max-width:768px){.ThankYouPage_okayButton__emVDl{font-size:16px;max-width:200px;width:100%}}.Profile_container__gsjXu{display:flex;margin-left:200px;max-width:1000px}.Profile_sidebar__m3tO-{border-right:1px solid #000;margin-right:100px;padding:20px;width:200px}.Profile_sidebar__m3tO- ul{list-style-type:none;padding:0}.Profile_sidebar__m3tO- ul li{margin-bottom:10px}.Profile_sidebar__m3tO- ul li a{border-bottom:1px solid #ccc;color:#333;display:block;font-weight:700;padding:10px;text-decoration:none}.Profile_sidebar__m3tO- ul li:last-child a{border-bottom:none}.Profile_profile__9euK9{padding:20px}.Profile_twoRows__IjYTq{display:flex;flex-direction:column}.Profile_row__7MpcA{display:flex;margin-bottom:20px}.Profile_row1__aQsB9{display:flex;margin-left:50px}.Profile_label__ypMfH{flex-shrink:0;font-size:14px;margin-top:18px}.Profile_label2__qxC\+O{font-size:14px;font-weight:700;margin-right:10px;margin-top:18px}.Profile_addressTextarea__x4vJN{border:none;border-radius:4px;box-sizing:border-box;font-family:inherit;font-size:14px;outline:none;padding:8px;resize:none;width:300px}.Profile_addressTextarea__x4vJN:hover{border-color:none}.Profile_userAvatar__e5ACX{border-radius:50%;height:100px;margin-right:20px;margin-top:10px;width:110px}.Profile_details__ie7DR{display:grid;display:flex;justify-content:space-between;margin-top:10px}.Profile_labels__L2d4l{flex:1 1}.Profile_values__\+\+Z4F{flex:1 1;margin-left:20px}.Profile_detailItem__SfCjl{font-size:14px;line-height:1.6;margin-bottom:10px}.Profile_detailLabel__kmgfC{font-weight:700}.Profile_detailLabel__kmgfC,.Profile_detailValue__fib3I{font-size:14px;margin-bottom:8px}.Profile_logoutButton__e85vI{background-color:tomato;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;margin-top:20px;padding:10px 20px}.Profile_logoutButton__e85vI:hover{background-color:#ff4c2c}.Profile_editButton__zOxHT{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;margin-bottom:25px;margin-left:115px;margin-right:10px;padding:10px 20px}.Profile_editButton__zOxHT:hover{background-color:#0056b3}.Profile_inputWrapper__yCqVm{margin-bottom:15px}.Profile_label__ypMfH{display:block;font-weight:700;margin-bottom:5px}.Profile_input__jEXW2{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;font-size:14px;padding:8px;width:100%}.Profile_modalContent__cQMDT{align-items:center;display:flex;flex-direction:column}.Profile_modalContent__cQMDT input[type=text]{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;font-size:14px;margin-bottom:10px;padding:8px;width:100%}.Profile_modalContent__cQMDT button[type=submit]{background-color:#4caf50}.Profile_modalContent__cQMDT button,.Profile_modalContent__cQMDT button[type=submit]{border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;padding:10px 20px}.Profile_modalContent__cQMDT button{background-color:#007bff;margin-right:10px}.Profile_modalContent__cQMDT button:last-child{background-color:#ccc;color:#333}@media screen and (max-width:768px){.Profile_container__gsjXu{flex-direction:column;margin-left:0}.Profile_sidebar__m3tO-{border-right:none;margin-right:0;width:100%}.Profile_profile__9euK9{padding:20px;width:100%}.Profile_userAvatar__e5ACX{height:80px;width:80px}.Profile_addressTextarea__x4vJN,.Profile_input__jEXW2{width:100%}.Profile_editButtonWrapper__BQ8mm{display:flex;justify-content:center;margin-top:20px}.Profile_editButton__zOxHT{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;margin-left:20vw;margin-right:10px;padding:10px 20px}.Profile_editButton__zOxHT:hover{background-color:#0056b3}.Profile_logoutButton__e85vI{background-color:tomato;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;margin-top:20px;padding:10px 20px}.Profile_logoutButton__e85vI:hover{background-color:#ff4c2c}}.About_about__4EOfd{margin:0 auto;max-width:1000px;padding:20px}.About_about__4EOfd h2{color:#333;font-size:24px;margin-bottom:40px;margin-top:20px}.About_about__4EOfd p{color:#666;font-size:16px;line-height:1.5;margin-bottom:20px}.CanvasModel_container__6Ohg3{display:flex;height:88vh}.CanvasModel_sidebar__YPRXM{background-color:#fff;flex:1 1;overflow-y:auto;padding:20px}.CanvasModel_canvas__N4wvx{flex:2.5 1;overflow:hidden}.CanvasModel_colorPicker__g1tn2{display:flex;flex-wrap:wrap;margin-left:5px}.CanvasModel_button__WGHF5{background-color:#d3d3d3;border:none;color:#000;cursor:pointer;display:inline-block;font-size:11px;font-weight:400;margin:4px 2px;padding:9px 32px;text-align:center;text-decoration:none}.CanvasModel_downloadButton__OMEJ5{bottom:20px;cursor:pointer;height:50px;position:absolute;right:70px;width:50px}.CanvasModel_submitButton__kiqhE{background-color:#d3d3d3;border:none;border-radius:5px;bottom:20px;color:#000;cursor:pointer;font-weight:400;height:35px;position:absolute;right:20px;width:50px}.CanvasModel_intro__--Lj0{font-size:14px;margin-top:27px}.CanvasModel_intro1__-k7G2{border-bottom:1px solid #ccc;font-size:11px;margin-bottom:8px;margin-left:5px;margin-top:8px;padding-bottom:8px}.CanvasModel_heading__BVWXQ{font-size:15px;font-weight:500;margin:0 0 0 10px;padding:0}.CanvasModel_headingWrapper__1j4fP{align-items:center;background-color:#d3d3d3;cursor:pointer;display:flex;margin-bottom:20px;margin-top:20px;padding:10px}.CanvasModel_subHeading__f7InL{font-size:15px;font-weight:400;margin-bottom:10px;margin-left:5px}.CanvasModel_icon__CTVYQ{margin-left:auto;margin-right:10px}.CanvasModel_buttonContainer__BUuuE{display:flex;justify-content:center;margin-top:20px}.CanvasModel_toggleButton__-dU0T{margin-left:10px}.CanvasModel_overlay__gQslU{align-items:center;background-color:#000000b3;color:#fff;display:flex;font-size:12px;height:100%;justify-content:center;left:0;pointer-events:none;position:absolute;top:0;width:100%}.CanvasModel_colorOption__0iWt1{border-radius:4px;cursor:pointer;height:28px;margin:2px 2px 8px;width:28px}.CanvasModel_selectedColor__jfzY5{border:1px solid #000;transform:scale(1.3)}.CanvasModel_collarTypes__C0CaR{display:flex;flex-wrap:wrap}.CanvasModel_colorOption__0iWt1{position:relative}.CanvasModel_colorName__jALkd{background:#000;color:#fff;font-size:8px;left:50%;padding:2px 8px;position:absolute;top:-15px;transform:translateX(-50%);white-space:nowrap}.CanvasModel_collarTypes__C0CaR img{cursor:pointer;height:55px;margin:5px;transition:transform .2s ease-in-out;width:55px}.CanvasModel_collarTypes__C0CaR img:hover{transform:scale(1.1)}.CanvasModel_selected__XK1Wm{border:2px solid blue}@media screen and (max-width:800px){.CanvasModel_container__6Ohg3{display:flex;flex-direction:column;height:88vh}.CanvasModel_sidebar__YPRXM{background-color:#fff;flex:2 2;overflow-y:auto;padding:20px}.CanvasModel_canvas__N4wvx{flex:2.5 1;overflow:hidden}}.ShirtForm_pant-form__P2p5-{background-color:#f0f0f0;border-radius:8px;box-shadow:0 0 10px #0000001a;margin:20px auto;max-width:1440px;padding:40px}.ShirtForm_pant-form__P2p5- .ShirtForm_desktop-layout__JNZaA{display:flex;justify-content:space-between}.ShirtForm_pant-form__P2p5- .ShirtForm_desktop-layout__JNZaA .ShirtForm_column__RgUFz{flex:1.3 1;margin-right:20px}.ShirtForm_pant-form__P2p5- .ShirtForm_desktop-layout__JNZaA .ShirtForm_column__RgUFz:last-child{margin-right:0}.ShirtForm_pant-form__P2p5- .ShirtForm_desktop-layout__JNZaA .ShirtForm_column__RgUFz input[type=email].ShirtForm_invalid__NgtnN,.ShirtForm_pant-form__P2p5- .ShirtForm_desktop-layout__JNZaA .ShirtForm_column__RgUFz input[type=tel].ShirtForm_invalid__NgtnN{border:2px solid red}.ShirtForm_pant-form__P2p5- .ShirtForm_desktop-layout__JNZaA .ShirtForm_column__RgUFz .ShirtForm_error-message__eywBC{color:red;font-size:14px;margin-top:5px}@media(max-width:767px){.ShirtForm_pant-form__P2p5- .ShirtForm_desktop-layout__JNZaA{flex-direction:column}.ShirtForm_pant-form__P2p5- .ShirtForm_desktop-layout__JNZaA .ShirtForm_column__RgUFz{margin-bottom:20px;margin-right:0}.ShirtForm_pant-form__P2p5- .ShirtForm_preview-image__kko2r{height:auto;width:400px}}.ShirtForm_pant-form__P2p5- .ShirtForm_image-previews__roKGf{display:flex;margin-top:10px;max-width:600px;overflow-x:auto}.ShirtForm_pant-form__P2p5- .ShirtForm_preview-image__kko2r{height:auto;width:600px}.ShirtForm_pant-form__P2p5- h1{color:#333;font-size:24px;margin-bottom:20px;text-align:center}.ShirtForm_pant-form__P2p5- form{display:flex;flex-direction:column}.ShirtForm_pant-form__P2p5- form label{color:#555;font-size:18px;margin-bottom:15px}.ShirtForm_pant-form__P2p5- form input[type=email],.ShirtForm_pant-form__P2p5- form input[type=file],.ShirtForm_pant-form__P2p5- form input[type=tel],.ShirtForm_pant-form__P2p5- form input[type=text]{border:1px solid #ccc;border-radius:5px;font-size:16px;margin-bottom:20px;outline:none;padding:12px;width:100%}.ShirtForm_pant-form__P2p5- form input[type=email]:focus,.ShirtForm_pant-form__P2p5- form input[type=file]:focus,.ShirtForm_pant-form__P2p5- form input[type=tel]:focus,.ShirtForm_pant-form__P2p5- form input[type=text]:focus{border-color:#007bff}.ShirtForm_pant-form__P2p5- form input[type=tel]{width:calc(100% - 24px)}.ShirtForm_pant-form__P2p5- form input[type=file]{cursor:pointer}.ShirtForm_pant-form__P2p5- form button[type=submit]{align-self:center;background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:18px;margin-top:20px;padding:12px 24px;transition:background-color .3s ease}.ShirtForm_pant-form__P2p5- form button[type=submit]:hover{background-color:#0056b3}.ShirtForm_linkstyle__b7hJa{color:#007185;cursor:pointer;font-size:14px}.ShirtForm_linkstyle__b7hJa:hover{color:#ff4500;text-decoration:underline}@media screen and (max-width:800px){.ShirtForm_padiv__MUAgE{padding-left:0!important}}.CapForm_pant-form__kTQBx{background-color:#f0f0f0;border-radius:8px;box-shadow:0 0 10px #0000001a;margin:20px auto;max-width:1440px;padding:40px}.CapForm_pant-form__kTQBx .CapForm_desktop-layout__OuJoV{display:flex;justify-content:space-between}.CapForm_pant-form__kTQBx .CapForm_desktop-layout__OuJoV .CapForm_column__CY7me{flex:1.3 1;margin-right:20px}.CapForm_pant-form__kTQBx .CapForm_desktop-layout__OuJoV .CapForm_column__CY7me:last-child{margin-right:0}.CapForm_pant-form__kTQBx .CapForm_desktop-layout__OuJoV .CapForm_column__CY7me input[type=email].CapForm_invalid__hkd0k,.CapForm_pant-form__kTQBx .CapForm_desktop-layout__OuJoV .CapForm_column__CY7me input[type=tel].CapForm_invalid__hkd0k{border:2px solid red}.CapForm_pant-form__kTQBx .CapForm_desktop-layout__OuJoV .CapForm_column__CY7me .CapForm_error-message__Yr38X{color:red;font-size:14px;margin-top:5px}@media(max-width:767px){.CapForm_pant-form__kTQBx .CapForm_desktop-layout__OuJoV{flex-direction:column}.CapForm_pant-form__kTQBx .CapForm_desktop-layout__OuJoV .CapForm_column__CY7me{margin-bottom:20px;margin-right:0}}.CapForm_pant-form__kTQBx .CapForm_image-previews__SloZN{display:flex;margin-top:10px;max-width:600px;overflow-x:auto}.CapForm_pant-form__kTQBx .CapForm_preview-image__XZrjj{height:auto;width:600px}.CapForm_pant-form__kTQBx h1{color:#333;font-size:24px;margin-bottom:20px;text-align:center}.CapForm_pant-form__kTQBx form{display:flex;flex-direction:column}.CapForm_pant-form__kTQBx form label{color:#555;font-size:18px;margin-bottom:15px}.CapForm_pant-form__kTQBx form input[type=email],.CapForm_pant-form__kTQBx form input[type=file],.CapForm_pant-form__kTQBx form input[type=tel],.CapForm_pant-form__kTQBx form input[type=text]{border:1px solid #ccc;border-radius:5px;font-size:16px;margin-bottom:20px;outline:none;padding:12px;width:100%}.CapForm_pant-form__kTQBx form input[type=email]:focus,.CapForm_pant-form__kTQBx form input[type=file]:focus,.CapForm_pant-form__kTQBx form input[type=tel]:focus,.CapForm_pant-form__kTQBx form input[type=text]:focus{border-color:#007bff}.CapForm_pant-form__kTQBx form input[type=tel]{width:calc(100% - 24px)}.CapForm_pant-form__kTQBx form input[type=file]{cursor:pointer}.CapForm_pant-form__kTQBx form select{background-color:#fff;border:1px solid #ccc;border-radius:5px;font-size:16px;margin-bottom:20px;outline:none;padding:12px;transition:border-color .3s ease,background-color .3s ease;width:100%}.CapForm_pant-form__kTQBx form select:focus{background-color:#fff;border-color:#007bff}.CapForm_pant-form__kTQBx form select{-webkit-appearance:none;appearance:none;cursor:pointer}.CapForm_pant-form__kTQBx form select:focus{outline:none}.CapForm_pant-form__kTQBx form button[type=submit]{align-self:center;background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:18px;margin-top:20px;padding:12px 24px;transition:background-color .3s ease}.CapForm_pant-form__kTQBx form button[type=submit]:hover{background-color:#0056b3}.CapForm_linkstyle__d6Lw-{color:#007185;cursor:pointer;font-size:14px}.CapForm_linkstyle__d6Lw-:hover{color:#ff4500;text-decoration:underline}@media screen and (max-width:800px){.CapForm_padiv__25Xik{padding-left:0!important}}.Home_design-grid__dG-F6{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));padding-bottom:30px;padding-left:5vw;padding-right:5vw}.Home_gridc__caFHR{padding-left:0!important;padding-right:0!important}.Home_viewAllContainer__aiIHs{margin-top:20px;text-align:center}.Home_viewAllText__YS5Ke{color:#000;cursor:pointer;font-size:16px;transition:color .3s ease}.Home_viewAllText__YS5Ke:hover{color:#ff4500;text-decoration:underline}@media screen and (max-width:600px){.Home_design-grid__dG-F6{grid-template-columns:repeat(2,1fr)}}.Home_design-grid__dG-F6 div{cursor:pointer}.Home_design-grid__dG-F6 img{border-radius:8px;display:block;object-fit:contain;width:100%}.Home_design-grid__dG-F6 img:hover{transform:scale(1.1)}.Home_heading__GwRn6{padding-bottom:20px;padding-top:30px;text-align:center}.Home_options-container__5xDKg .Home_option__tJiPj{margin:0 10px;width:300px}.Home_linkstyle__8bYf1{color:#007185;cursor:pointer;font-size:14px}.Home_linkstyle__8bYf1:hover{color:#ff4500;text-decoration:underline}.Home_linkstyle1__2Fbon{color:#007185;cursor:pointer;font-size:14px}.Home_linkstyle1__2Fbon:hover{color:#ff4500;text-decoration:underline}.Home_option-label__JsUkg{font-size:14px;margin-top:8px;text-align:center}.Home_options-container__5xDKg{display:flex;flex-wrap:wrap;justify-content:center;margin-top:30px}.Home_options-container__5xDKg .Home_option__tJiPj{cursor:pointer;margin:10px}@media screen and (min-width:600px){.Home_options-container__5xDKg .Home_option__tJiPj{width:200px}.Home_options-container__5xDKg .Home_option2__2x9Rb{width:400px}}.Home_options-container__5xDKg .Home_option__tJiPj img{border-radius:8px;height:260px;object-fit:contain;width:100%}.Home_options-container__5xDKg .Home_option__tJiPj img:hover{transform:scale(1.1)}@media screen and (max-width:800px){.Home_padiv__PQKAy{padding-left:0!important;padding-right:10px!important;width:200px!important}.Home_linkstyle__8bYf1{padding-left:25px}}.Home_section__-bBFP{align-items:center;display:flex;flex-direction:column}.Home_customize-section__FdblK{width:60%}.Home_curated-section__BwLAh{width:40%}.Home_sectionHeading__KiFLL{padding-top:20px;text-align:center}.Home_optionsWrapper__COXMM{display:flex;justify-content:space-around;position:relative}.Home_divider__S3xLd{background-color:#ccc;height:95%;left:60%;position:absolute;width:2px}@media screen and (max-width:600px){.Home_optionsWrapper__COXMM{align-items:center;flex-direction:column}.Home_section__-bBFP{width:90%}.Home_divider__S3xLd{display:none}}.CuratedForm_pant-form__urJ2\+{background-color:#f0f0f0;border-radius:8px;box-shadow:0 0 10px #0000001a;margin:20px auto;max-width:1440px;padding:40px}.CuratedForm_pant-form__urJ2\+ .CuratedForm_desktop-layout__q\+F8H{display:flex;justify-content:space-between}.CuratedForm_pant-form__urJ2\+ .CuratedForm_desktop-layout__q\+F8H .CuratedForm_column__bRpSi{flex:1.3 1;margin-right:20px}.CuratedForm_pant-form__urJ2\+ .CuratedForm_desktop-layout__q\+F8H .CuratedForm_column__bRpSi:last-child{margin-right:0}.CuratedForm_pant-form__urJ2\+ .CuratedForm_desktop-layout__q\+F8H .CuratedForm_column__bRpSi input[type=email].CuratedForm_invalid__XUWfC,.CuratedForm_pant-form__urJ2\+ .CuratedForm_desktop-layout__q\+F8H .CuratedForm_column__bRpSi input[type=tel].CuratedForm_invalid__XUWfC{border:2px solid red}.CuratedForm_pant-form__urJ2\+ .CuratedForm_desktop-layout__q\+F8H .CuratedForm_column__bRpSi .CuratedForm_error-message__9bOUa{color:red;font-size:14px;margin-top:5px}@media(max-width:767px){.CuratedForm_pant-form__urJ2\+ .CuratedForm_desktop-layout__q\+F8H{flex-direction:column}.CuratedForm_pant-form__urJ2\+ .CuratedForm_desktop-layout__q\+F8H .CuratedForm_column__bRpSi{margin-bottom:20px;margin-right:0}.CuratedForm_pant-form__urJ2\+ .CuratedForm_preview-image__uTq-6{height:auto;width:400px}}.CuratedForm_pant-form__urJ2\+ .CuratedForm_image-previews__JuWFo{display:flex;margin-top:10px;max-width:600px;overflow-x:auto}.CuratedForm_pant-form__urJ2\+ .CuratedForm_preview-image__uTq-6{height:auto;width:300px}.CuratedForm_pant-form__urJ2\+ h1{color:#333;font-size:24px;margin-bottom:20px;text-align:center}.CuratedForm_pant-form__urJ2\+ form{display:flex;flex-direction:column}.CuratedForm_pant-form__urJ2\+ form label{color:#555;font-size:18px;margin-bottom:15px}.CuratedForm_pant-form__urJ2\+ form input[type=email],.CuratedForm_pant-form__urJ2\+ form input[type=file],.CuratedForm_pant-form__urJ2\+ form input[type=tel],.CuratedForm_pant-form__urJ2\+ form input[type=text]{border:1px solid #ccc;border-radius:5px;font-size:16px;margin-bottom:20px;outline:none;padding:12px;width:100%}.CuratedForm_pant-form__urJ2\+ form input[type=email]:focus,.CuratedForm_pant-form__urJ2\+ form input[type=file]:focus,.CuratedForm_pant-form__urJ2\+ form input[type=tel]:focus,.CuratedForm_pant-form__urJ2\+ form input[type=text]:focus{border-color:#007bff}.CuratedForm_pant-form__urJ2\+ form input[type=tel]{width:calc(100% - 24px)}.CuratedForm_pant-form__urJ2\+ form input[type=file]{cursor:pointer}.CuratedForm_pant-form__urJ2\+ form button[type=submit]{align-self:center;background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:18px;margin-top:20px;padding:12px 24px;transition:background-color .3s ease}.CuratedForm_pant-form__urJ2\+ form button[type=submit]:hover{background-color:#0056b3}.CuratedForm_linkstyle__C\+D2h{color:#007185;cursor:pointer;font-size:14px}.CuratedForm_linkstyle__C\+D2h:hover{color:#ff4500;text-decoration:underline}@media screen and (max-width:800px){.CuratedForm_padiv__c00wx{padding-left:0!important}}
/*# sourceMappingURL=main.a4b9b3b8.css.map*/