@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&display=swap";#first{background-color:#b4adea!important}#full{margin:0;padding:0;box-sizing:border-box}#form{width:500px;display:flex;flex-direction:column;justify-content:center;text-align:center}.crbutton{border-radius:30px;width:250px}#second{background-color:#fffae9}input[type=email],input[type=password],input[type=text],input[type=tel],select,.form-select{background-color:transparent}@media (max-width: 768px){#form{width:100%}#second{width:100%;padding:0;background-color:transparent!important}.progress{display:none}#first{background-color:transparent}#crbutton{text-align:center;display:flex;justify-content:center;width:320px;border:3px solid black}.crbuttondiv{display:flex;justify-content:center}.organizerform{width:314px;margin-left:auto;margin-right:auto}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--primary: #F8D958;--secondary: #B4ADEA;--peachy: #FFFAE9;--accent: #EC1C24}body{font-family:Alegreya Sans,sans-serif;background:var(--peachy);overflow-x:hidden}h1,h2{font-weight:600}.headerstyle{position:absolute;top:0;width:100%;z-index:19}li.has-children{position:relative}.top-header{background:#fff;padding:5px 0;text-align:right;border-bottom:1px solid #b4b4b4}header ul{list-style-type:none;padding:0;margin:0}header ul li{display:inline-block}header ul li:not(:last-child){margin-right:1rem}header ul li a{font-size:18px;transition:all .3s ease-in;text-decoration:none!important;color:#000;cursor:pointer}.container{max-width:1500px!important}.head-row{padding:12px 15px;background:transparent}.top-header .container{display:flex;align-items:center;justify-content:center;gap:1rem}.top-header .container p{margin:0;color:#000;font-weight:400;font-size:18px;font-weight:700}.articles h4{margin-bottom:2rem}.image-upload-section{margin-left:10px}.image-upload-section button{display:block;margin-top:5px;font-size:13px}.image-upload-section input{margin-top:5px;font-size:13px}.popup{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center}.popup-content{background:#fff;padding:20px;border-radius:8px;position:relative;text-align:center;width:300px;max-width:90%}.popup-content p{margin-top:20px;margin-bottom:1rem}.popup-header{position:absolute;top:10px;right:10px}.close-icon{cursor:pointer;color:#000}.link{text-transform:uppercase;display:flex;align-items:center;gap:3px;transition:all .3s ease-in;font-size:22px;font-weight:700;color:#000;text-decoration:underline}.event-f{position:relative}.profile-button{position:absolute;top:20px;right:20px;cursor:pointer;z-index:1}.profile-button img{width:40px;height:auto}section.banner{position:relative;padding-top:9rem;height:100vh;background-image:url(/assets/running1-CiqxZsfX.jpeg);background-repeat:no-repeat;background-size:cover;background-position:center;color:#fff;text-align:center}section.banner:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0000004d;filter:blur(8px);z-index:0}section.banner .container{position:relative;z-index:1}section.banner .content{padding-top:9rem}section.banner h2,section.banner h3{color:#fff}a.global-cta{display:inline-flex;background:var(--secondary);font-weight:800;padding:16px 40px;border-radius:100px;gap:.76rem;transition:all .3s ease-in;text-decoration:none!important;position:relative;z-index:1;font-size:1rem;text-transform:uppercase;color:#000;border:2px solid #000;top:0}a.global-ctas{display:inline-flex;background:var(--secondary);font-weight:800;padding:16px 40px;border-radius:100px;gap:.76rem;transition:all .3s ease-in;text-decoration:none!important;position:relative;z-index:1;font-size:1rem;text-transform:uppercase;color:#000;border:2px solid #000;top:94px}a.global-ctas.transparent{background:transparent}.aboutusmainContainer{display:flex}.search input{background-color:#ededed;border:none;height:36px;font-size:1rem;color:#000;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAERSURBVHgB3ZTBjcIwEEU/bAPpYN3BpgSX4hLoAHfAdhA6WbYC4MYNuHGDDmAif0QUOWEmwAGe9KXEM858xx4D785IkeNFpeiH73vRgrrLuCcWRFvRH59HlOfYluODqERHURQVmbhj7CyawciM7kpFrmNuBSWBrhz01EaOUP6u2k2Enci5vXjY3V8pONe3A+NWgX/RDnZOohUy+9Ys4KBYZg9r3HolW+AlNAtkl2jgG6nLO/FIG1XAjkPHJrcZekynUO5fQGoay69ySO6DdsKcbpwit8TtQjTxS1fTjkIFY/VqV41cE4HuznRYUUuONa/rOLRIjecH5tQE+dMSHymiJbLI5DrwheeyQGq2g2iDj+ACeLFEg0eAeRYAAAAASUVORK5CYII=);background-repeat:no-repeat;padding-left:3rem;background-position:15px center;border-radius:100px;max-width:170px;margin-top:10px}.search input::placeholder{color:#828282}.right a{font-size:18px;color:#000;display:flex;align-items:center;gap:7px;line-height:1;text-decoration:none}section.banner h2{font-size:90px;font-weight:700;text-transform:uppercase;color:#000}section.banner .container{max-width:50rem}a.global-cta.peachy{background:var(--peachy)}li.has-children>a{display:flex;align-items:center;gap:10px}.ctas{display:flex;justify-content:center;gap:1rem;margin-top:3rem}.has-children>a:after{content:"";background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABwSURBVHgB7ZGxDYAwDASTVEkqRsgqbMImrMIIbMAIjABjpLKxkaDCThAlufbvX5ZsTOOmIz65McbZez+WyuyQuz4FiYJNG+EshMBOkgRxpFjWRrSylUaccwsATKdk7YCIfc55N7Vcl1SdrfHmvX/lAIUEHNFvs73hAAAAAElFTkSuQmCC);width:1rem;height:1rem;display:block}.mega-menu{background:#ffedc9;width:100%;max-width:1320px;margin:auto;margin-top:1rem;padding:1rem;opacity:0;visibility:hidden;transition:all .3s ease-in;position:absolute;min-width:30rem}section.marquee{background:var(--accent);padding:1.5rem 0;text-align:center}section.marquee h4{font-size:44px;text-transform:uppercase;font-weight:600;color:#151515;margin:0}span.bordered-text{color:#ff0015;text-shadow:-1px 1px 0 #000,1px 1px 0 #000,1px -1px 0 #000,-1px -1px 0 #000}section.articles{padding:7rem 0;background:#fffae9}h2.heading{font-size:58px;font-weight:700;text-transform:uppercase;color:#000;margin-bottom:1rem}h3.heading{font-size:45px;font-weight:700;text-transform:uppercase;color:#000;margin-bottom:3rem}input::placeholder{color:#000;opacity:1}.article-block{border:1px solid #0000001f;border-radius:24px;padding:1.5rem;margin:0 .75rem;max-width:390px;transition:all .3s ease-in;pointer-events:auto!important}.img.article-img{height:230px;width:100%;border-radius:24px;overflow:hidden;margin-bottom:1rem}.img img{width:100%;height:100%;object-fit:cover}.article-content h4{font-size:22px;font-weight:700;color:#000;margin-bottom:0}.article-content p{font-size:18px;font-weight:400}.article-content h5{font-size:18px;font-weight:700;color:#0a0a0a}body.admin{padding:0}.admin-layout{background:#fff;display:flex;min-height:100vh;overflow:hidden;height:100vh}.left-bar{width:224px;flex:none;border-right:2px solid #F2F2F2;padding:1rem;display:flex;flex-direction:column;justify-content:space-between;gap:2rem;height:100%}.left-bar .logo{max-width:127px;margin:0 auto;display:flex}.left-bar .logo img{width:100%;height:100%;object-fit:contain}input.search{border:1px solid #E0E0E0;height:40px;padding:0 1rem 0 3.15rem;width:100%;font-size:1rem;border-radius:8px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAERSURBVHgB3ZTBjcIwEEU/bAPpYN3BpgSX4hLoAHfAdhA6WbYC4MYNuHGDDmAif0QUOWEmwAGe9KXEM858xx4D785IkeNFpeiH73vRgrrLuCcWRFvRH59HlOfYluODqERHURQVmbhj7CyawciM7kpFrmNuBSWBrhz01EaOUP6u2k2Enci5vXjY3V8pONe3A+NWgX/RDnZOohUy+9Ys4KBYZg9r3HolW+AlNAtkl2jgG6nLO/FIG1XAjkPHJrcZekynUO5fQGoay69ySO6DdsKcbpwit8TtQjTxS1fTjkIFY/VqV41cE4HuznRYUUuONa/rOLRIjecH5tQE+dMSHymiJbLI5DrwheeyQGq2g2iDj+ACeLFEg0eAeRYAAAAASUVORK5CYII=);background-repeat:no-repeat;background-position:17px center;outline:none}.admin-menus ul{margin:0;padding:0;list-style-type:none;display:flex;flex-direction:column;gap:1rem;max-width:130px;margin:1.5rem auto 0}.admin-menus ul li a{color:#333;font-size:16px;font-weight:400}.admin-menus ul li a.active{font-weight:700;border-bottom:1px solid #000;padding-bottom:2px;text-decoration:none}.admin-user{width:50%;margin:auto}.admin-user .img{width:3rem;height:3rem;border-radius:50%;overflow:hidden}.admin-img-text{display:flex;flex-direction:column;margin:auto;text-align:center;justify-content:unset}.admin-user .img img{width:100%;height:100%;object-fit:cover}.admin-foot{padding:1.5rem 0;flex:none;cursor:pointer}.admin-user{display:flex;gap:1rem;align-items:center;transition:all .3s ease-in;flex-wrap:wrap}.admin-user-texts{margin:auto;text-align:center}h6.label{margin:0;color:#666;font-size:12px;font-weight:400}.admin-user-text h4{font-size:16px;font-weight:700;margin-bottom:6px}.admin-menus{flex:1;overflow-y:auto}.main-area{flex:1;overflow-y:auto;padding:2rem}.admin-main-top h2{font-size:1.5rem;font-weight:400;color:#333;margin-bottom:1rem}button.download{font-size:1rem;font-weight:400;background:none;border:none;border-bottom:1px solid #F2F2F2;height:40px;display:flex;align-items:center;gap:1rem;transition:all .3s ease-in}button.download:hover{background:#f2f2f2}.amt-container{display:flex;gap:1rem;flex-wrap:wrap;justify-content:space-between}.amt-container .search{max-width:640px}.table-header h6,.table-view table th{font-size:10px;color:#666;font-weight:400;margin:0}.table-header{display:flex;gap:6px;align-items:center}.table-view table tr{border-bottom:1px solid #F2F2F2}.table-view td,.table-view th{height:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:1.5rem}.table-view table{width:100%}.status{font-size:15px;background:#e6ffb9;border-radius:100px;width:fit-content;padding:1px 5px}.status.not-approved{background:#fede6ec4}.table-view{margin-top:2rem;overflow-x:auto}input.search:focus{border-color:#000}.admin-user:hover{opacity:.7}.admin-layout *{font-family:Inter,sans-serif}.icon{cursor:pointer;width:26px;height:26px;display:flex;align-items:center;justify-content:center;border-radius:5px;transition:all .3s ease-in;padding:2px}.icon:hover{background:#f2f2f2}.icon img{width:100%;height:100%;object-fit:contain}.tabs a{font-size:12px;font-weight:400;color:#666;text-decoration:none;position:relative;padding-bottom:1rem;display:block;transition:all .3s ease-in}.left-main{width:208px;flex:none;border-right:2px solid #F2F2F2;padding:1rem;display:flex;flex-direction:column;justify-content:start;gap:2rem;height:87%}.tabs{border-bottom:1px solid #F2F2F2;display:flex;gap:1rem;align-items:center;margin-top:1.5rem;margin-bottom:2rem}.tabs a.active{color:#333}.tabs a:after{content:"";height:2px;width:0;display:block;background:#333;position:absolute;bottom:-1px;transition:all .3s ease-in}.tabs a.active:after,.tabs a:hover:after{width:100%}.tabs a:hover{color:#333}.graphh{height:500px}.tab-content .graph-view canvas{display:block;box-sizing:border-box;height:400px!important;width:1007px!important}.tab-content .graphh canvas{display:block;box-sizing:border-box;height:470px!important;width:1007px!important}.my-act-cnt{margin:auto;max-width:670px;margin-top:8rem;display:flex;flex-direction:column;gap:1.5rem}.inputCap{text-transform:capitalize}.my-account-row label{font-size:12px;font-weight:400;color:#333;margin:0}.my-account-row a{font-size:12px;font-weight:700;color:#333;text-decoration:underline}.mac-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}.my-account-row input{border:none;border-bottom:1px solid #F2F2F2;width:100%;outline:none}.my-account-row input:focus{border-color:#000}.amt-top-container{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;flex-wrap:wrap;gap:1rem}.amt-top-container h2{margin:0}.analytics-bar{background:#f2f2f2;display:flex;justify-content:space-between;overflow-y:auto}.analytic-block h6{font-size:9px;font-weight:400;text-decoration:underline;margin-bottom:10px}.analytic-block{color:#666;border:1px solid #f2f2f2;border-bottom:0;padding:1.25rem 1.12rem;flex:1;cursor:pointer;transition:all .3s ease-in;min-width:160px}.analytic-block h4{font-weight:400;line-height:28px}p.label{font-size:12px;margin:0;font-weight:400}.analytic-block.active{color:#000;background:#fff;border-color:#000}.analytics-graph{padding:4rem 0 2rem;font-size:1rem;color:#333}.graph:not(.show){display:none}.analytic-block:hover{background:#fff}h5.norm{font-size:1rem;color:#333;font-weight:400}.meta{display:flex;align-items:center;gap:5px;flex-wrap:wrap;margin-bottom:2rem}.gray{color:#666}.green{color:#3c7352}.tab-content:not(.show){display:none}.prd-view img{width:44px;height:48px;object-fit:cover}.prd-view p{margin:0}.prd-view{display:flex;align-items:center;gap:3rem}.amt-tabs-container{margin:1.5rem 0 2rem;display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;flex-wrap:wrap}.amt-tabs-container .tabs{margin:0;flex:1}.table-view input[type=checkbox]{width:17px;height:17px;-moz-appearance:none;appearance:none;-webkit-appearance:none;border:1px solid #666666;border-radius:3px;cursor:pointer}.table-view input[type=checkbox]:checked{background:#000}.admin-user.current .img{height:auto;width:100%;max-width:286px;border-radius:24px}.custom-date-range-picker{display:flex;gap:10px;margin-top:10px}.custom-date-range-picker input{padding:8px;border:1px solid #ccc;border-radius:4px}.actions{display:flex;align-items:center;gap:1rem;margin-top:8px}.actions .action{display:flex;align-items:center;gap:1rem}.current .admin-user-text h4{margin-bottom:10px}.left-main{flex:1;display:flex;flex-direction:column;justify-content:space-between;height:calc(100% - 4rem)}.left-bar-header{gap:1rem;display:flex;align-items:center;flex:none}.progress-bar{width:100%;border:1px solid #000;height:19px;background:transparent;border-radius:100px}.quantity-control{display:flex;align-items:center}.pricess{width:69%;margin-left:106px;margin-top:.5rem;display:flex;flex-direction:column;justify-content:center;gap:9px}.quantity-control button{width:30px;height:30px;font-size:20px;cursor:pointer}.quantity-control span{margin:0 10px;font-size:18px}span.completed{display:block;width:50%;background:#000;height:100%}.centered-cta{text-align:center;margin-top:3rem}a.global-cta.transparent{background:transparent}section.how-it-works{background:var(--secondary);border-radius:30px 30px 0 0;padding:7rem 0 100px}h6.subheading{font-size:28px;font-weight:500;color:#000;max-width:1008px;margin:auto;position:relative;top:-2rem}.step h5{background:#0a0a0a;color:#fff;font-size:22px;font-weight:700;padding:17px 20px;width:fit-content;border-radius:28px 19px 22px;margin:auto}.step .img{height:300px;width:100%;max-width:300px}.steps-container{display:flex;justify-content:space-between;overflow:auto}.step{flex:1;text-align:center;position:relative;min-width:330px;margin:auto}section.products{padding:5rem 0;background-color:var(--peachy)}.prd-image{border-radius:24px;overflow:hidden;background:#fff;margin-bottom:1rem}.prd-imageProduct{border-radius:24px;overflow:hidden;background:#fff}.f-top{display:flex;flex-wrap:wrap;position:relative;z-index:1;height:790px}.f-menus a{color:#000;font-size:1rem;font-weight:400}.f-menus{display:flex;flex-direction:column;gap:10px}.stay-in-touch h2{text-transform:uppercase;font-size:52px;font-weight:700;margin:0;color:#000}.stay-in-touch{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #00000024;padding:4rem 0;margin-top:10rem}.socials{display:flex;gap:2.5rem;flex-wrap:wrap}.newsletter{padding:5rem;height:100%;display:flex;flex-direction:column;justify-content:center}.newsletter h5{font-size:22px;font-weight:700;color:#000;margin-bottom:1rem}.newsletter h3{font-size:52px;font-weight:700;color:#000;text-transform:uppercase;margin-bottom:3rem}.form form{display:flex;justify-content:space-between;border-bottom:1px solid #0A0A0A}.form input{background:transparent;border:none;color:#000;padding:20px 0;flex:1;outline:none}.form button{background:transparent;border:none;padding:0}.articles-containers{max-width:1200px;margin:auto}.step p{font-size:25px;max-width:10rem;margin:0 auto;line-height:1;word-wrap:break-word}.step:not(:last-child):after{content:"";background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAAA5CAYAAACCsf3qAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAScSURBVHgB5VrbUdtAFL1+8OaDVID4yx+mAuwKiCsIriBQAaYCQgWYCnAqwK4ApwKLCuLM8BpezjliLyMrsi3LtlikM7PRIq0c3bP3tXe3IJZhZWXlolgsfn1+fm5LVrG8vFxeXV3ts4GQE0kQebEIhULBMd3zXC53AEKuQI4jCcAqIhSvr691tBq6Dgi5TIIMq4jo9/s97T88PDRAxg6IEEPGvswRVhEBgV1e8/l8iVeQ4YKMCrou7p3Bb3RJyDw0xCoiFhYWXNMt6T2ScX9/X4H/qIKMaxKC1oX/OEvKf3wIMOuXbMOeU3iQ0DCRhYR8kzQCgtUp5AYwapwh5Ipj0T+StGFtbW3fCOdEHP9T845x5H0qQLASBVtfXy9HfUe1SJ2pxIB1ecTLy4sXQhFKnajv3N3dMe/YYqj1RZfI7xNWJlRxwOgCQkhGzRDSncR3pIYIxe3tbWNxcZGJ2CnIqM8z95gr1EfMIixSePxey7eQuxjmQ2z0EZ7nx2z2ZErQXKAhZeM/TtFK6kOsT8hMsvRH5gRGI03ITPMIyXn/5HInZEvsAL/nFDN5IHME5UbaXkZ0OkFr58gO7u+h/RI7QO9flwTAQhBM5dJb8oOIJlNVyRhMit6lv+DfdJYdNCfVK7kQ0B3g4sAsKt4NrRMyZ5eMgImWCaeDfki9p2QAFN7IW//vYVY0AoWfkiZWwWfvCZW/XphG0AeCiAvI6S4tLdWCz1O31ggDSWCYBAmc8EoPCI4pSgZAEnDZAAk7TLvDxnw4EawqIYt0sGL0MlutQ9BU0ZrDPjwqzFLcQauO+q1EiaDQ+JiSSed3eX18fKTtUvCBsawpyFvGW5GYMCZRR/cY2Wpz1NicGdxlQYNreZkhKDgELeO3mdPviq9MD1yjtXC/g01f9+npqYNv6an9Mswx6YGmfAmz6Shg5kiCsR2wNW7su0bMImowPEEoCr6NP8ucbf1t3PuNnP4QCx0K3gkTDtry3ucynELgHpflE38bi8A0M7RalPFTmYYKju6eUXetIutss0rUgqZ1JGHg/z7CN7W5dRhlfJHqiJljn4IMtaMQ+y6LEZyzjcs5hcaMt+Kq8qyg2kBzj/pOkR8Ne2zhJebfm/I2m4pN/OCGOjUI6t1UwdE60IrmRwsehGrDzc1NK+o7nmkg06pCUKbYrBP6N0muja22qeaj7NsWxNEGq6GLI5kQ/hrDJLA2s8SMTrx9ZyrfkSOFH9auNQwRE5kgCPjBRVXUSOGHtRpBJy0TEMECEyOZOXKUHvCMBDdnJhkfxzcorF59YnYjaYTxDenTBgLCuVHLh3EjhR82a0QwuQuFLrPhH6qSNjCdD60yB2D2JmZSeLZSI7Akd3jV44bDYMpvLtqxTAkrieCOONc1o3bE1SSQ9lewpnAljRh3oEyfh+5NpAl6OCzsme5Zznq/1soU26TXbtgzLcsjZ5hplLDSR0DIbR43Dt73h0rUIV1JO0y6PFAty4xf8COYVQbPMswDNtcj/mrf7E2wzjC2LB8X1u99Gr/wHSQcTrvr9emgpqHluiwdYhmAOdelx/8aklX4TszWJSH8A1M2GAdw5AxBAAAAAElFTkSuQmCC);width:64px;height:55px;display:block;background-repeat:no-repeat;background-position:center;position:absolute;right:-1px;top:50%;transform:translateY(-50%)}.step:nth-child(2):after{right:-2rem}.full-image img{width:50%;height:50%;object-fit:contain}.full-image{position:relative;bottom:-12rem;margin-top:-16rem}.lg-logo{margin-bottom:6rem;text-align:center}.menus a:hover{color:var(--secondary)}a.global-cta.secondary:hover{background:var(--peachy);color:#000!important}a.global-cta.peachy:hover{background:var(--secondary)}a.global-cta.transparent:hover{background:#fff}.article-block:hover,.product:hover .prd-image:hover{background:#ffedc9}.m-sec h4,.m-sec h5{font-size:18px;font-weight:700;color:#000}.m-cnt p{font-size:18px;font-weight:400}.mega-inner{display:flex;gap:2rem}.m-sec-i{display:flex;gap:1rem}.m-sec h4{margin-bottom:1.5rem}li.has-children:hover .mega-menu{visibility:visible;opacity:1}.prd-image img{width:100%;height:415px;object-fit:cover}.prd-imageProduct img{width:100%;object-fit:contain}.custom-slick-arrow{font-size:20px;color:#fff;background-color:#000;border:none;padding:10px;border-radius:50%;cursor:pointer;margin-left:25px;z-index:99;margin-right:25px;top:40%!important}.slick-prev{left:-38px!important}.slick-next{right:-22px!important}.slick-prev:before,.slick-next:before{color:#000!important;font-size:39px!important}body.event-f{padding:0;background:var(--secondary)}.s-left{padding:2rem 0}.event-form-close{position:absolute;top:10px;right:10px;cursor:pointer}.only-desktop{display:block}.events-container{display:flex;gap:1rem;justify-content:space-between}.events{position:relative;min-height:100vh}.events:after{content:"";background:#fffae9;display:block;position:absolute;width:60%;height:100%;top:0;right:0;border-radius:30px 0 0 30px}.event-form{position:relative;z-index:1;min-height:100vh;display:flex;align-items:center;width:100%;max-width:600px}.s-left h4{font-size:38px;font-weight:700;color:#000;max-width:301px;margin:5rem 0 1rem}.s-left p{font-size:18px;max-width:269px}.event-form .m-cnt h5{font-weight:700;color:#000;margin:0}.cta{padding-top:4rem;margin-top:4rem;position:absolute;bottom:0;width:100%;display:flex;align-items:center;justify-content:space-between}.mid{width:100%;height:65%;position:relative;padding-bottom:11rem}h5.tt{font-size:18px;font-weight:700;color:#000;margin-bottom:1rem}.fgroup input,.fgroup select{height:40px;border:1px solid #E0E0E0;width:100%;background:transparent;border-radius:8px;padding:0 1rem}.back-cta{width:56px;height:56px;position:relative;top:94px;border:2px solid #000;border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease-in;visibility:hidden}.fgroup{margin-bottom:1rem}.event-form .event-form-close{position:absolute;top:65px;right:10px;cursor:pointer}h5.tt{font-size:18px;font-weight:400}.text-contain{margin-left:4rem!important}.Text-Img{width:450px}.tt-s a{margin-left:1px}.disabled{opacity:.5;pointer-events:none}.f-group-inline{height:40px;border:1px solid #E0E0E0;width:100%;display:flex;align-items:center;justify-content:space-between;border-radius:8px;margin-bottom:1rem}span.prepend{display:block;font-size:20px;font-weight:700;padding:0 1rem;flex:none}span.append{font-size:11px;font-weight:700;padding:0 1rem;flex:none}.f-group-inline input{width:100%;flex:1;border:none;height:100%;background:transparent}.info p{font-size:18px;margin:0}span.gray{color:#666;display:block}.info{display:flex;gap:1rem;margin-bottom:1rem}.info .tt{min-width:9rem}.prg-bar{width:100%;background:#cdcbcb;height:2px;position:absolute;top:135px}.prg-bar .inner{display:block;height:2px;background:#000}.upload{height:230px;border:2px dashed #333333;border-radius:12px;display:flex;align-items:center;flex-direction:column;justify-content:center;position:relative}.upload p{font-size:1rem;margin:1rem 0 0;color:#000;font-weight:500}p.desc{font-size:12px}.upload p span{color:#5d5a88}.uplaod-ctas{display:flex;align-items:center;justify-content:space-between;margin-top:10px}.cta-s{display:flex;align-items:center;gap:1rem;border:1px solid transparent;padding:.75rem 1rem;transition:all .3s ease-in;cursor:pointer}.cta-s:hover{border-color:#000}.upload input[type=file]{position:absolute;width:100%;height:100%;display:block;opacity:0;cursor:pointer}.ctacreataccount{padding-top:4rem;position:absolute;width:100%;display:flex;align-items:center;justify-content:space-between}.Datepickerstyle{width:106px;height:58px}.react-datepicker-ignore-onclickoutside,.react-datepicker__input-container input{width:80px}.forgotmid{width:100%;height:50%;position:relative;padding-bottom:11rem}.forgotCta{padding-top:4rem;margin-top:-2rem;position:absolute;width:100%;display:flex;align-items:center;justify-content:space-between}.AddParticipantCta{padding-top:4rem;margin-top:20rem;position:absolute;width:100%;display:flex;align-items:center;justify-content:space-between}.f-group-inline-text-area-teamevent{width:100%;display:flex;align-items:center;justify-content:space-between;border-radius:8px;margin-bottom:1rem}.midtm6{width:100%;height:77%;position:relative;padding-bottom:11rem}.midTeammemberaccount{width:100%;height:94%;position:relative;padding-bottom:11rem}.popup-store-image{max-width:70%;height:auto;display:block;margin:0 auto}@media (max-width: 768px){.popup-store-image{max-width:100%}}.slick-track .article-block{max-height:500px!important;height:480px}.article-block1{border:1px solid #0000001f;border-radius:24px;padding:1.5rem;margin:0 .75rem;max-width:390px;transition:all .3s ease-in;pointer-events:auto!important}.rank-badge{position:absolute;margin-top:-20px;margin-left:-20px;background-color:#ff6b6b;color:#000;font-weight:700;border-radius:100%;width:55px;height:55px;display:flex;align-items:center;justify-content:center;font-size:25px;z-index:10;box-shadow:0 2px 6px #0003;border:2px solid black}.page-title{margin-top:8rem;border-top:1px solid #0A0A0A;border-bottom:1px solid #0A0A0A;padding:1.1rem 0rem}.page-titles{padding:1.1rem 0rem}.page-titles h4{font-size:40px;font-weight:700;color:#000;text-align:center;margin:0}.page-title h4{font-size:20px;font-weight:700;color:#000;text-align:center;margin:0}.pop-store-container .container{border:1px solid #dbdbdb;border-radius:24px;padding:1rem;display:flex;gap:1.5rem}.ps-l{width:70%;flex:none;border:1px solid #0A0A0A;border-radius:24px;padding:1rem}.ps-l-t{display:flex;gap:2rem;align-items:center;flex-wrap:wrap}.ps-l-t .img{height:380px;border-radius:24px;flex:1;overflow:hidden;max-width:560px}.ps-cont h2{font-size:52px;text-transform:uppercase;max-width:11rem}.ps-cont h5{font-size:18px;font-weight:700;margin:1.25rem 0 1.5rem}.psr-bars{border-top:1px solid #0000003b;border-bottom:1px solid #0000003b;margin:1.75rem 0;padding:1rem;display:flex;justify-content:space-between;gap:2rem;position:relative}.bar-container h6{font-size:18px;font-weight:700;color:#0a0a0a}.bar-container{flex:1}.psr-bars:after{content:"";width:1px;height:100%;display:block;background:#0000003b;position:absolute;right:0;left:0;margin:auto;top:0}.cmn-p{font-size:18px;font-weight:400}.h5{font-size:18px;font-weight:700}.heading-icon{display:flex;align-items:center;gap:.5rem;border-bottom:1px solid #000;margin-bottom:.5rem;padding-bottom:.75rem}.heading-icon .h5{margin:0}.ps-r{flex:1}.leaderr-info .img img{width:140px;height:75px}.leaderr-info{width:100%;display:flex;justify-content:space-around}.leaderr{display:flex;flex-direction:column;gap:1rem;border-bottom:1px solid #00000033;align-items:center;padding:.5rem 1rem .65rem}.leader{display:flex;gap:1rem;border-bottom:1px solid #00000033;align-items:center;padding:.5rem 1rem .65rem;justify-content:space-between}a.link-s{color:#000;font-size:17px;font-weight:400;text-decoration:none;transition:all .3s ease-in}.leader-container .link-s,.leader-container1 .link-s{text-align:right;margin:10px;display:flex;align-items:center;justify-content:flex-end;gap:.5rem}.leader-container:not(:last-child){margin-bottom:2rem}.leader p span{color:#797979;display:block;line-height:1}section.products.store{padding-bottom:10rem}.link-s:after{content:"";background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACNSURBVHgB7ZTNCYAwDEZTEfpz0g06go7ghI7iCM7gBDpCjoUe6lfRo1hFD4oPSgJtH6ENIfoESimrte5iPDqbUQIQsRCiwupTpElEkTFmRKXjL7V0B3tSsW3iB1ukBZ0j3rMhhElKWTPIVyF770s6D0O2JM65WAzTVW59x1/2rCx52iAMaJEG7THRq5kBbeo7pLKL6HQAAAAASUVORK5CYII=);width:20px;height:20px;display:block;background-repeat:no-repeat;background-size:contain}.pop-store-container{margin-top:1rem}.recent-supporters{background:#ffedc9;padding:1rem;position:fixed;right:0;display:blo;top:0;height:100%;width:100%;max-width:550px;z-index:199;transition:all .3s ease-in}.recent-supporters .close-recents{display:block;text-align:right;opacity:.8}.recent-supporters .heading-icon h4{font-size:37px;font-weight:700}.heading-icon h4{margin:0}.pop-store-container.leader .container{flex-direction:column;padding:2rem 2rem 0rem}.pop-store-container.leader .img{position:relative}.pop-store-container.leader .img h5{font-size:64px;font-weight:700;text-transform:uppercase;position:absolute;bottom:5rem;width:100%;padding:0 1rem;text-align:center;color:#ffedc9;text-shadow:-8px 8px 0px #1A1A1A}.leader .psr-bars{margin:0 0 .75rem}.leader .ps-b{text-align:right}section.leader-board{padding:4rem 0 10rem;margin-top:20px}h4.h-l{font-size:37px;font-weight:700}.lead-tab{background:#ffedc9;width:fit-content;padding:1.5rem 2rem 1rem;border-radius:20px 10px 0 0;position:relative}.lead-tab .heading-icon{border:none;margin:0;padding:0}section.leader-board .leader-container{background:linear-gradient(0deg,#fff,#ffedc9);padding:2rem 2rem 5rem}.leader-container h5{margin:0;font-weight:700;font-size:22px;white-space:nowrap;padding:0 2rem}.leader-container1 h5{margin:0;font-weight:700;font-size:22px;padding:0 2rem}.leader-container .progress-bar{max-width:400px}.leader-container .leader{padding:1.5rem 1rem}.lead-tab:after{content:"";background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAA/CAYAAAAWq21gAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHXSURBVHgB7dw9SgNhFIXhm4xoa2uXJdjauQR3ojtItuAKdAfBFWijIZVbSCcYJZYims/viBEU4g/EzD3n3heGQJoEHs4wM8V0bMWV+/GsfkyslInNy5m92EVnZ29i2a/q2IqrIOXLVw/1OLWn+XHC/FzX/r/tehzZZve83I0PLPu2dYAs6tU9DuuC+pYtbZ0giwaJsrw2QFCiLKktEDQo06sjyz7VJkj99aZfbi93LfuoXRBcgTUbwzK73rbsrbZBUM+eH/PU9Z4HkPovuoflZtSzzAkITl1bzYllbkDqM5eyX6ajfQueHxDUNOHvTXyB5EqcgaDgK/EHEnwl/kBQ4JX4BAm8Ep8gKOhK/IIEXYlfEBRwJb5BAq7ENwgKthL/IMFW4h8EBVoJB0iglXCAoCAr4QEJshIeEBRgJVwgAVbCBYLEV8IHIr4SPhAkvBJOEOGVcIIg0ZXwgoiuhBcECa6EG0RwJdwgSGwl/CBiK+EHQUIr0QARWokGCBJZiQ6IyEp0QJDASrRABFaiBYLIV6IHQr4SPRBEvBJNEOKVaIIg0pXogpCuRBcEEa5EG4RwJdogiGwl+iBkK9EHQUQriQFCtJIYIIhkJXFASFYSBwTl+7iyv/YKWEjF2MNIkYcAAAAASUVORK5CYII=);display:block;width:143px;height:100%;position:absolute;left:94%;top:2px;background-repeat:no-repeat;background-size:contain}.psr-bars.leadership:after{display:none}.psr-bars.leadership .bar-container:not(:last-child):after{content:"";width:1px;height:100%;display:block;background:#0000003b;position:absolute;left:104%;margin:auto;top:0}.psr-bars.leadership .bar-container{position:relative;padding:1rem}.psr-bars.leadership{padding:0}section.leader-board .leader-container .img{width:52px;height:52px;flex:none}.table-container th{font-size:1rem;font-weight:700;text-transform:uppercase;color:#0a0a0a}.table thead th{border-color:#00000024;border-top:0;min-width:8rem}.table td{border-color:#00000024}.pr .img{width:75px;height:50px;border-radius:10px;overflow:hidden}.pr{display:flex;align-items:center;gap:1rem}.table-container td{font-size:18px;font-weight:400;vertical-align:middle;padding:2rem 1rem}.table-container rogress-bar{min-width:10rem}.table-container .progress-bar{width:180px}section.page-break-top{margin-top:7rem}section.page-break-top .search{margin-bottom:1rem;text-align:right}section.page-break-top .search input{width:100%;max-width:440px}.table-container table{width:100%}.table-container thead th:(.no-sort):after{content:"";background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAPCAYAAAAyPTUwAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACbSURBVHgBtZHBDcMgEAQPyAN4pQSXEneQdJBUEtJJSkknJl3wAbIX2ZKFDby80sFKzHLiICqktX4aYybsA7XEoLU2czUDa7AWEAsopXR7l+ScPWoMIXjRAsvASSl1g/m2YAGBudBhEnj1FV3OPTDG+GF4gh96cErpIbGM8L7DvjC699/x4LlD+SlzuU20EnDVXkXAUU8cQN33zn6IMEjHIUEckwAAAABJRU5ErkJggg==);display:inline-block;width:10px;height:16px;background-repeat:no-repeat;background-size:contain;position:relative;left:10px;top:4px}.cta-center{margin:4rem 0 5rem;text-align:center}.table-container{overflow:auto}.explore-table .table-container th:first-child{min-width:16rem}.product-splide .splide__arrow{background:#000!important}.product-splide .splide__arrow svg{fill:#fff!important}.past-toolbar{display:flex;justify-content:flex-end;align-items:center;gap:12px;margin-bottom:12px;position:relative}.filter-wrap{position:relative}.filter-btn{position:relative;background:#111;color:#fff;border:none;padding:10px 16px;border-radius:10px;cursor:pointer;display:flex;align-items:center;gap:8px;height:40px;margin-left:850px;font-size:12px;width:fit-content}.filter-btn .caret{font-size:12px;opacity:.85}.filter-popover{position:absolute;top:50px;right:-50px;left:auto;width:360px;background:#fff;border-radius:12px;box-shadow:0 10px 30px #0000001f;border:1px solid rgba(0,0,0,.08);padding:16px;z-index:9999;margin-right:350px}.filter-row{display:flex;gap:10px;align-items:center}.filter-select{width:150px;height:38px;border:1px solid #e5e5e5;border-radius:10px;padding:0 12px;font-size:13px;outline:none;background:#fff}.filter-input{flex:1;height:38px;border:1px solid #e5e5e5;border-radius:10px;padding:0 12px;font-size:13px;outline:none}.filter-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:16px}.filter-clear{height:38px;padding:0 18px;border:none;border-radius:10px;background:#e6e6e6;font-size:13px;cursor:pointer}.filter-apply{height:38px;padding:0 18px;border:none;border-radius:10px;background:#1f7a54;color:#fff;font-size:13px;cursor:pointer}.dl-btn{background:#1f7a54;color:#fff;border:none;padding:10px 16px;border-radius:10px;cursor:pointer;font-weight:700;height:40px}section.single-product .container{display:flex;justify-content:center}section.single-product .left{width:100%;max-width:800px}section.single-product .left .product-image{max-width:100%;margin:0 auto 2rem;background:#fff;border-radius:20px;overflow:hidden;height:774px}section.single-product .left .product-image .img{height:100%;width:100%}section.single-product .left .product-image .img img{object-fit:cover}.product-carousel{display:flex;align-items:center;gap:.5rem;overflow:auto}.product-carousel .pc{width:60px;height:60px;border-radius:6px;overflow:hidden;position:relative;padding-bottom:6px}.product-carousel .pc img{width:100%;height:100%;object-fit:cover}.pc.selected:after{content:"";width:100%;display:block;background:#00000059;position:absolute;height:1px;bottom:0;left:0}section.single-product{padding:10rem 0}.single-product .right{padding-left:2rem}.single-product .right .heading{font-weight:700;margin:0 0 .5rem;line-height:75px}.single-product .right h4{font-weight:400}.quant{margin:4rem 0}.size-container h5{font-size:18px;font-weight:700;color:#0a0a0a;margin-bottom:1.25rem}.size-container h5 span{color:#0a0a0a4d;font-weight:500}.sizes .size{border:1px solid #00000033;height:50px;text-transform:uppercase;font-size:18px;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 4rem;cursor:pointer;transition:all .3s ease-in}.sizes{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.quantity{border:1px solid #d2d2d2;display:flex;justify-content:space-between;width:100%;max-width:105px;margin-bottom:1.75rem}.quantity>div{height:46px;display:flex;align-items:center;justify-content:center;padding:0 1rem;cursor:pointer;transition:all .3s ease-in}.quantity input{height:46px;border:none;background:transparent;text-align:center;color:#000;width:100%;flex:1}.quantity>div:hover{background:#f5f5f5}button.add-to-cart{height:54px;display:flex;align-items:center;justify-content:center;border:1px solid #EC1C24;color:#ec1c24;background:transparent;width:100%;border-radius:100px;font-size:14px;font-weight:700;text-transform:uppercase;transition:all .3s ease-in}button.add-to-cart span{margin-left:1rem}button.add-to-cart:hover{background:#ec1c24;color:#fff}.faqs{margin-top:3rem}.faqtext{width:417px}.faq h5{font-size:18px;font-weight:700;color:#000;display:flex;align-items:center;justify-content:space-between;margin:0}.faq{border-bottom:1px solid #d2d2d2;padding:1.25rem 0;cursor:pointer}.faq-body{margin-top:1rem;display:none}.faq-body h5,.faq-body p{margin:0}h5.faq-title:after{content:"";background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAANCAYAAACdKY9CAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABnSURBVHgBzZKxCYBADEUD4eCS6kZwBEe6EdzgVnIFK0sXCtGkEESUS6cPAiG8z28C8EAx4AW8H3LOg6quiFhEZIEeFqjMvPvY3iDCz0Mmz2copTT2GtqloX4kE9EUlh1/C5O3kBzhAP4JJzNpt4grAAAAAElFTkSuQmCC);display:block;width:14px;height:14px;background-repeat:no-repeat;background-position:center;transition:all .3s ease-in}.faq.selected .faq-body{display:block}.selected h5.faq-title:after{transform:rotate(90deg)}.sizes .size:hover,.sizes .size.selected{background:#000;color:#fff}h2.heading-2{font-size:38px}h2.heading-2:after{content:"";width:30px;height:3px;background:#0a0a0a;display:block;opacity:.2;margin:1rem auto 4rem}.text-18{font-size:18px;font-weight:700}.single-product .prd-image{width:91px;height:91px;background:#ffedc9;padding:1rem;border-radius:50%}.step4 img{height:350px;width:100%}section.added-to-cart{position:absolute;width:100%;top:0;background:#fffae9;z-index:1999;border-bottom:1px solid #000;padding:1.5rem 0}section.added-to-cart .container{display:flex;align-items:center;justify-content:space-between}a.view-cart{color:#000}.close-cart{cursor:pointer}.cart-drawer{position:fixed;width:100%;height:100%;z-index:9999;top:0;left:0;display:flex;justify-content:flex-end;overflow:hidden;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.cart-drawer-inner{background:#f5f5f5;width:100%;max-width:545px;padding:2rem;box-sizing:border-box;border-left:1px solid #F8D958;box-shadow:2px 10px 20px #0000001a}.cart-item-image{width:98px;height:135px;background:#fff;border-radius:1.5rem;display:flex;align-items:center;justify-content:center;position:relative}.cart-item-image .count{width:30px;height:30px;background:#f8d958;border-radius:50%;display:flex;align-items:center;font-size:14px;font-weight:700;justify-content:center;position:absolute;top:-11px;right:-10px}.cart-item{display:flex;align-items:center;justify-content:space-between}.cart-item-left{display:flex;align-items:center;gap:1rem}.cart-item-detail h5{font-size:1rem;font-weight:400;color:#0a0a0a;margin:0 0 5px}.cart-item-detail h6{font-size:18px;font-weight:400;color:#666;margin:0}#head{text-align:center}section.products{padding:7rem 0;background-color:var(--peachy)}.prd-image img{width:100%;height:100%}.prd-image{border-radius:24px;overflow:hidden;background:#fff}.product h4{font-size:18px;font-weight:700;color:#000;margin-bottom:0}.product p{font-size:18px;font-weight:400}.product{text-align:center;margin:0 .75rem;cursor:pointer}.coupon input{border:1px solid #E0E0E0;height:40px;border-radius:8px;padding:0 1rem;width:100%;flex:1;outline:none}.coupon button{color:#666;font-size:1rem;font-weight:700;border:1px solid #F8D958;border-radius:8px;height:40px;display:flex;align-items:center;justify-content:center;padding:0 1rem;background:#ffedc9}.coupon{display:flex;align-items:center;gap:1rem}.cart-items{display:flex;flex-direction:column;margin-bottom:1.5rem;gap:1rem}.cart-itemss{display:flex;align-items:center}.prices-d{display:flex;justify-content:space-between;align-items:center}.pricess-d{display:flex;justify-content:start;align-items:center}.prices-d h5{margin:0}.prices{margin-top:1.5rem;display:flex;flex-direction:column;gap:9px}.text-16{font-size:1rem;font-weight:700}.normal{font-weight:400}.grey{color:#767676}.checkout-header{padding:1rem 0;border-bottom:1px solid #F8D958}body.checkout{padding:0}.checkout-header .logo img{max-width:127px}.checkout-main{padding:2rem 0}.checkout-main input,.checkout-main select,.checkout-main textarea{height:40px;border:1px solid #E0E0E0;width:100%;background:#fff;border-radius:8px;padding:0 1rem;color:#000}.checkout-left{max-width:611px}.check-group label{font-size:18px;font-weight:400;color:#000;display:flex;align-items:start;gap:.75rem}.check-group label input{width:1rem;height:1rem;flex:none;margin-top:5px;cursor:pointer}.checkout-blocks{margin-top:2rem;width:50%;margin-left:270px}.checkout-left h4.title{margin-bottom:1.5rem}.form-group-two{display:flex;align-items:flex-start;gap:1rem}.form-group-two .form-group{flex:1}.mobile-number{display:flex;height:40px;border:1px solid #E0E0E0;border-radius:8px;background:#fff;overflow:hidden;padding:0 1rem;gap:1rem}.mobile-number select{border:none;background:transparent;width:auto}.mobile-number input{border:none;border-radius:0}.contribute{background:#ffedc9;border-radius:1rem;max-width:360px;padding:1.5rem 2rem;margin-bottom:1.5rem}.checkout-left .contribute h4{margin-bottom:8px}.contribute h5{color:#666;font-size:1rem;font-weight:400;margin:0}.italic{font-style:italic}.contribute h5.italic{margin-bottom:.5rem}.checkout-main textarea{height:170px;padding:1rem;margin-bottom:1rem}.payment-form{border:1px solid #E0E0E0;background:#f4f4f4;border-radius:8px}.payment-header{background:#f1f5fe;border-bottom:1px solid #E0E0E0;display:flex;align-items:center;padding:17px 1rem;gap:1rem;flex-wrap:wrap}.payment-header input{width:1.25rem;height:1.25rem}.payment-header h4{font-size:1rem;font-weight:400;margin:0}.pf-lgs{display:flex;gap:1rem;flex-wrap:wrap}.payment-f-body{padding:1.25rem}button.pay-now{background:#0a0a0a;width:100%;max-width:354px;height:54px;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;text-transform:uppercase;color:#fff;border-radius:100px;margin:2rem auto 0}input.icon{background-image:url(../images/lock.png);background-repeat:no-repeat;background-position:97%}.checkout-view-cart{background:#fffae9;box-shadow:2px 10px 20px #0000001a;width:100%;max-width:461px;height:100%;position:fixed;top:0;right:0}.cvc-h{border-bottom:1px solid #c9c9c9;display:flex;align-items:center;justify-content:space-between;padding:1rem}.cvc-h h4{margin:0}.cvc-h2{padding:1rem;border-bottom:1px solid #c9c9c9}.cvc-h2 h4{margin:0}.cvc-body{padding:1rem;border-bottom:1px solid #c9c9c9;height:calc(100% - 17rem);overflow:auto}.checkout-view-cart button.add-to-cart{border-color:#000;color:#000;border-width:2px}.checkout-view-cart .cart-item-left{align-items:flex-start}.checkout-view-cart .cart-item-left .quantity{margin:10px 0 0}.checkout-view-cart .cart-item-left h5+h6{margin-bottom:8px}.checkout-view-cart button.add-to-cart:hover{background:#000;color:#fff}.cursor-pointer{cursor:pointer}section.products.shop{padding:6rem 0}h2.heading-large{font-size:64px;text-transform:uppercase;font-weight:700;margin-bottom:1rem}.heading-container{text-align:center;margin-bottom:6rem}h5.sub-heading{font-size:28px;font-weight:500;color:#000;margin:0}.products-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:3rem}.product h4{font-size:28px;font-weight:500;margin:1rem 0 .25rem}.container1{display:flex;flex-direction:row;justify-content:space-between}.cart-container{display:flex;flex-direction:row;justify-content:right;margin-top:-95px;margin-right:35px}.cart-count{position:absolute;top:63px;right:20px;background:red;color:#fff;border-radius:50%;padding:5px 10px;font-Size:14px;font-Weight:700}.cart-container1{display:flex;flex-direction:row;justify-content:right;margin-left:10px;margin-right:40px;cursor:pointer}.cart-container1 img{width:50px;height:50px}.cart-container1:hover img{content:url(/assets/hovercart-6TNmjZcb.png)}.cart-count1{position:absolute;top:16px;right:40px;background:red;color:#fff;border-radius:50%;padding:5px 10px;font-Size:14px;font-Weight:700}.team-total{display:flex;flex-direction:column}.cart-container3{position:absolute;display:flex;flex-direction:row;justify-content:right;margin-top:-278px;margin-left:1340px;cursor:pointer}.cart-container3 img{width:50px;height:50px}.cart-container3:hover img{content:url(/assets/hovercart-6TNmjZcb.png)}.cart-count3{position:absolute;top:-4px;right:-5px;background:red;color:#fff;border-radius:50%;padding:5px 10px;font-Size:14px;font-Weight:700}.filter{background-color:#2f4f4f;padding:0;font-weight:700;margin:auto;margin-bottom:"10px"}.apply,.cancel{padding:0;background-color:#3c7352;width:100%;height:auto}.autocomplete-dropdown{position:relative;top:100%;left:0;right:0;background-color:#fff;border:1px solid #ccc;border-top:none;box-shadow:0 4px 8px #0000001a;z-index:1000;max-height:250px;overflow-y:auto;border-radius:0 0 6px 6px}.suggestion{cursor:pointer;font-size:14px;border-bottom:1px solid #eee;transition:background-color .2s ease;height:33px;padding-Top:6px;padding-Left:10px}.suggestion:last-child{border-bottom:none}.suggestion:hover,.suggestion-active{background-color:#e6f2ff;font-weight:500;cursor:pointer}.pagination-container{text-align:center;margin-top:20px;font-family:Arial,sans-serif}.pagination-button{background-color:#1f7a54;color:#fff;border:none;padding:10px 18px;margin:0 10px;border-radius:4px;font-size:14px;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.pagination-button:hover:not(:disabled){background-color:#166143;transform:scale(1.05)}.pagination-button:disabled{background-color:#b0b0b0;cursor:not-allowed}.pagination-info{font-weight:700;font-size:16px;margin:0 10px}.delivery-section{margin-bottom:24px;max-width:600px}.delivery-label{font-weight:700;margin-bottom:10px;font-size:16px}.delivery-option{display:flex;justify-content:space-between;align-items:center;border:1px solid #ccc;border-radius:6px;padding:16px;background-color:#fff;cursor:pointer;transition:border-color .3s ease,background-color .3s ease;gap:20px}.delivery-option.selected{border:2px solid #1976d2;background-color:#e3f2fd}.delivery-option input[type=radio]{width:16px;height:16px;margin:0;cursor:pointer}.delivery-details{display:flex;align-items:center;gap:16px}.delivery-text{display:flex;flex-direction:column}.delivery-title{font-weight:600;font-size:14px}.delivery-description{font-size:12px;color:#555}.delivery-price{font-weight:700;white-space:nowrap}.disabled-link{pointer-events:none;opacity:.6}.url-input-wrap{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center}.url-input{width:100%;padding:10px 12px;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px;color:#00f;overflow-wrap:anywhere}.url-input-wrap button{padding:10px 12px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;cursor:pointer}.url-input-wrap button:hover{background:#f3f4f6}.confirm-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;justify-content:center;align-items:center;z-index:99999}.confirm-box{background:#fff;padding:20px;border-radius:8px;width:400px;position:relative;z-index:100000}.confirm-actions{margin-top:20px;display:flex;justify-content:space-between}.confirm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:99999}.confirm-modals{width:92%;max-width:420px;background:#fff;border-radius:14px;padding:22px 20px;box-shadow:0 20px 60px #00000059;animation:popIn .18s ease-out}@keyframes popIn{0%{transform:scale(.96);opacity:0}to{transform:scale(1);opacity:1}}.confirm-title{margin:0 0 8px;font-size:18px;font-weight:700;color:#111}.confirm-text{margin:0 0 18px;font-size:14px;color:#444;line-height:1.4}.confirm-actions{display:flex;justify-content:flex-end;gap:10px}.confirm-btn{border:none;border-radius:10px;padding:10px 14px;font-size:14px;font-weight:600;cursor:pointer}.confirm-btn.cancel{background:#f1f1f1;color:#111}.confirm-btn.confirm{background:#111;color:#fff;width:200px}.confirm-btn:disabled{opacity:.6;cursor:not-allowed}.minus.disabled,.plus.disabled{pointer-events:none;opacity:.5;cursor:not-allowed}.pay-now:disabled{opacity:.6;cursor:not-allowed}.past-status-select{min-width:120px;height:34px;border-radius:8px;border:1px solid #d7dbe7;padding:0 10px;font-size:13px;font-weight:500;outline:none;cursor:pointer;background:#fff}.past-status-select.pending{color:#b45309;background:#fff7ed;border-color:#fdba74}.past-status-select.completed{color:#15803d;background:#ecfdf3;border-color:#86efac}.past-status-select:disabled{opacity:.7;cursor:not-allowed}.close-btn1{position:absolute;top:55px;right:-15px;font-size:24px;padding:2px 4px;cursor:pointer;color:#aaa;background-color:transparent;border-radius:5px}.close-btn1:hover{color:#000}.custom-date-range-picker input[type=date]{padding:8px 12px;border:1px solid #dcdcdc;border-radius:6px;font-size:14px;outline:none}.start-date-label{margin-top:10px}@media (max-width: 768px){.start-date-label{margin-top:6px;font-size:14px}}@media (max-width: 768px){.cart-container{justify-content:right;margin-top:1px}.cart-count{position:absolute;top:92px;right:20px;background:red;color:#fff;border-radius:50%;padding:5px 10px;font-Size:14px;font-Weight:700}.cart-container1{display:flex;flex-direction:row;justify-content:right;margin-top:5px;margin-right:15px;cursor:pointer}.cart-container1 img{width:50px;height:50px}.cart-container1:hover img{content:url(/assets/hovercart-6TNmjZcb.png)}.cart-count1{position:absolute;top:8px;right:14px;background:red;color:#fff;border-radius:50%;padding:5px 10px;font-Size:14px;font-Weight:700}.team-total{display:flex;flex-direction:column}.all-flavors-button{position:"absolute";margin-top:-70px;left:30px;color:"white";border:"none";padding:"5px 10px";cursor:"pointer";background-color:#00f;font-Size:"20px"}.cart-container3{position:absolute;display:flex;flex-direction:row;justify-content:right;margin-top:-70px;margin-left:125px;cursor:pointer}.cart-container3 img{width:50px;height:50px}.cart-container3:hover img{content:url(/assets/hovercart-6TNmjZcb.png)}.cart-count3{position:absolute;top:-4px;right:1px;background:red;color:#fff;border-radius:50%;padding:5px 10px;font-Size:14px;font-Weight:700}.left-bar{position:fixed;top:0;left:0;width:224px;height:100vh;background:#fff;z-index:1000;transform:translate(-100%);transition:transform .3s ease-in-out}.left-bar.open{transform:translate(0)}.admin-layout{flex-direction:column}.main-area{margin-left:0!important;width:100%}.profile-button{position:absolute;top:20px;right:50px;cursor:pointer;z-index:9999;display:flex;align-items:center;padding:5px;border-radius:5px}.profile-button img{width:30px;height:30px}.back-arrow{position:absolute;top:20px;right:375px;font-size:20px;cursor:pointer;z-index:9999;color:#000}.arroww{position:absolute;top:20px;right:320px;font-size:20px;cursor:pointer;z-index:9999;color:#000}.url-input-wrap{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center}.url-input{width:100%;padding:10px 12px;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px;color:#00f;overflow-wrap:anywhere}.url-input-wrap button{padding:10px 12px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;cursor:pointer}.url-input-wrap button:hover{background:#f3f4f6}}@media (min-width: 769px){.event-form .step7 .info{display:grid!important;grid-template-columns:180px 1fr!important;align-items:start;column-gap:24px;row-gap:0;margin-bottom:26px}.event-form .step7 .info .tt{margin:0!important;display:block!important;font-size:18px;line-height:1.5}.event-form .step7 .info p,.event-form .step7 .info input,.event-form .step7 .info textarea{margin:0!important;width:100%!important;display:block;font-size:18px;line-height:1.5;box-sizing:border-box}.event-form .step7 .info p{word-break:break-word;overflow-wrap:anywhere}.event-form .step7{margin-top:0!important;max-width:760px;margin-left:auto;margin-right:auto}}@media (max-width: 768px){.admin-layout{display:block}.mobile-topbar{height:60px;display:flex;align-items:center;justify-content:space-between;padding:0 14px;background:#fff;border-bottom:1px solid #eee;position:sticky;top:0;z-index:1002}.left-bar{position:fixed;top:0;left:0;width:82%;max-width:300px;height:100vh;transform:translate(-100%);box-shadow:0 10px 30px #00000026}.left-bar.open{transform:translate(0)}.main-area{width:100%;padding-top:0}}@media (max-width: 768px){.mobile-brand,.left-bar .logo{display:none!important}}@media (max-width: 768px){.admin-layout{display:block}.main-area{width:100%;padding:12px;overflow-x:hidden}.tabs{display:flex!important}.admin-main-top{display:flex;flex-direction:column;gap:14px}.amt-top-container{display:flex;flex-direction:column;gap:14px;align-items:flex-start}.amt-top-container h2{font-size:22px;line-height:1.3;margin:0}.custom-date-range-picker{display:flex;flex-direction:row;gap:12px;align-items:flex-end;flex-wrap:nowrap}.custom-date-range-picker h6{font-size:13px}.custom-date-range-picker select{width:100%;min-height:40px;border-radius:8px;padding:8px 10px;font-size:14px}.tabs{width:100%;display:flex;gap:8px;overflow-x:auto;white-space:nowrap;padding-bottom:4px}.tabs a{flex:0 0 auto;padding:10px 14px;font-size:14px;border-radius:8px}.analytics-bar{display:flex;gap:10px;overflow-x:auto}.analytic-block{min-width:180px;flex:0 0 auto}.analytic-block h6{font-size:11px;margin-bottom:6px}.analytic-block h4{font-size:18px;margin:0 0 4px}.analytic-block p{font-size:12px;margin:0}.analytics-graph{margin-top:16px}.graph,.graphh,.graph-view,.table-view{width:100%;overflow-x:auto}.graph h5,.tab-content h5{font-size:18px;margin-bottom:8px}.meta{display:flex;flex-wrap:wrap;gap:6px}.meta p{font-size:12px}.graphh canvas,.graph-view canvas{max-width:100%!important;height:auto!important}.table-view table{width:700px;min-width:700px}.table-view th,.table-view td{padding:10px 8px;font-size:13px;white-space:nowrap}.prd-view{display:flex;align-items:center;gap:8px}.prd-view img{width:34px;height:34px;border-radius:6px;object-fit:cover}}@media (max-width: 480px){.main-area{padding:10px}.amt-top-container h2{font-size:20px}.analytics-bar{grid-template-columns:1fr}.analytic-block h4{font-size:16px}.tabs a{font-size:13px;padding:9px 12px}}@media (max-width: 768px){html,body{height:auto;overflow-y:auto}.admin,.admin-layout,.main-area{height:auto!important;min-height:100vh;overflow:visible!important}}#first1{background-color:#b4adea}@media (max-width: 768px){#form{width:100%}#signin{display:flex;justify-content:center}#form9{width:90%!important}#second1{width:100%;padding:0;background-color:transparent!important}#first1{background-color:transparent}#button{text-align:center;display:flex;justify-content:center;width:320px;border:3px solid black}}#form9{width:500px}#cross{margin-left:15px;font-size:25px}#button{border-radius:30px}#second1{background-color:#fffae9}.passwordvali{background-color:#fffae9;border-radius:10px;padding:10px}.content{width:1000px}@media (min-width: 981px){.only-mob{display:none!important}}@media (max-width: 1366px){.container{max-width:1280px;width:90%}.prg-bar{width:100%;background:#cdcbcb;height:2px;position:absolute;top:135px}.left-main{flex:1;display:flex;flex-direction:column;justify-content:space-between;height:calc(100% - 4rem);padding-top:5rem}.left-main{width:208px;flex:none;border-right:2px solid #F2F2F2;padding:1rem;display:flex;flex-direction:column;justify-content:start;gap:2rem;height:87%;margin-top:60px}.admin-foot{padding:1.5rem 0;flex:none;cursor:pointer}}@media (max-width: 1280px){.event-form{max-width:500px}}@media (max-width: 980px){.aboutusmainContainer{display:block}.upload{height:180px}.s-left{padding:2rem 1rem 0}.events:after{display:none}body.event-f{background:#fffae9}.events-container{flex-direction:column}.s-left h4{font-size:27px;margin:2rem 0 1rem}.event-form{min-height:calc(100vh - 15.25rem);max-width:100%;align-items:flex-start}.event-form .m-cnt p{display:block;font-size:15px}.event-form .m-sec-i{align-items:flex-start;border:none!important;margin-bottom:0!important}.cta.event-footer{margin:0;padding:1.5rem 0}.prg-bar{display:none}.mid{padding-bottom:7rem;height:calc(100vh - 15.25rem)}.back-cta{display:none}.cta.event-footer a{width:100%;justify-content:center}header{background:#fff}.only-desk,.menus{display:none!important}.menus.open{display:block}.mobile-menu-overlay{display:none}.mobile-menu-overlay.open{display:block;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080}.mobile-menus{border:none;position:fixed;width:100%;left:-100%;top:0;border-radius:0;overflow:auto;height:100%;background:#ffedc9;padding:1rem;transition:all .3s ease-in;z-index:2}.mobile-menus.show{left:0}.logo img{max-width:106px}.container{width:100%}header ul{display:flex;flex-direction:column;gap:1rem}.mobile-menus .mega-menu{position:relative;opacity:1;visibility:visible;padding:0}.mega-inner{flex-direction:column;width:100%}.top-header .container p{font-size:14px}.head-row{padding:7px 15px}section.banner h2{margin-top:15px;font-size:42px}.ctas{flex-wrap:wrap;margin-top:1rem;flex-direction:column;gap:.5rem}.ctas a{flex:1;justify-content:center}section.banner{padding-top:6rem}section.banner{height:83vh}h2.heading.text-center{font-size:36px}section.articles{padding:4rem 1rem}.article-block{margin:0 6px;padding:1rem}section.how-it-works{padding:3rem 0 0}h6.subheading.text-center{font-size:18px}.lg-logo img{width:100%;height:100%}.full-image{margin-top:-6rem;bottom:-6rem}.steps-container{padding-bottom:3rem}section.pre-footer h2.heaidng{font-size:38px}section.pre-footer h2{font-size:38px}section.pre-footer{padding:2rem}.f-top{flex-direction:column-reverse;height:auto}footer:after{display:none}footer .container{padding:0}.newsletter{padding:2rem 1rem}.stay-in-touch{margin-top:2rem;padding:2rem 0}.stay-in-touch h2{font-size:28px}.socials img{width:20px}.socials{gap:1rem}footer .left{width:100%;padding:2rem 1rem 0}footer .right{width:100%;background:var(--secondary)}.bottom-footer{padding:7rem 1rem 2rem;text-align:left}.newsletter h3{font-size:36px;margin-bottom:1rem}.close-it{text-align:right}.search input{max-width:100%;width:100%}header .mobile-menus .search{margin-top:3rem}.m-sec{border-bottom:1px solid #bfbfbf;padding-bottom:14px}.m-sec-i p{display:none}.m-sec-i:not(:last-child){margin-bottom:1rem;border-bottom:1px solid #bfbfbf;padding-bottom:1rem}.m-sec h5{margin:0;font-weight:400}.m-sec-i{align-items:center;padding-left:1rem}.m-sec h4{text-transform:uppercase;border-bottom:1px solid #bfbfbf;padding-bottom:1rem;margin-bottom:1rem}.pop-store-container .container{flex-direction:column}.ps-l{width:100%}.page-title{margin-top:5rem}.page-title{margin-top:3rem}section.page-break-top{margin-top:4rem}section.single-product .container{flex-wrap:wrap;gap:2rem}section.single-product .left .product-image{height:400px;max-width:100%}section.added-to-cart{top:2rem;padding:.25rem 0}.single-product .right .heading{font-size:40px;line-height:1.3}.quant{margin:2rem 0}.sizes .size{flex:auto;padding:0 .5rem}section.single-product{padding:5rem 0 0rem}.added-to-cart .prd-image{width:50px;height:50px}.added-to-cart .prd-image img{object-fit:contain}.products-grid{gap:1rem}.faqtext{width:289px}}@media (max-width: 785px){.ps-l-t{flex-direction:column;align-items:flex-start;gap:1rem}.ps-cont{width:100%}.ps-cont h2{max-width:100%;font-size:37px}.psr-bars{flex-direction:column}.psr-bars:after{top:58%;transform:translateY(-50%);height:1px;width:100%}.ps-l-t .img{max-width:100%;width:100%}section.products.store{padding-bottom:5rem}}@media (max-width: 785px){.only-desktop{display:none}.event-form-close{position:absolute;right:35px;display:inline;width:10px;height:10px;top:35px}.ps-l-t{flex-direction:column;align-items:flex-start;gap:1rem}.ps-cont{width:100%}.ps-cont h2{max-width:100%;font-size:37px}.psr-bars{flex-direction:column}.psr-bars:after{top:58%;transform:translateY(-50%);height:1px;width:100%}.psr-bars.leadership .bar-container:not(:last-child):after{height:1px;width:100%;left:0;top:107%}.ps-l-t .img{max-width:100%;width:100%}section.products.store{padding-bottom:5rem}.psr-bars.leadership{gap:1rem}.pop-store-container.leader .img h5{position:relative;bottom:0;font-size:37px;color:#000;text-shadow:-8px 8px 0px #ffedc9;margin-top:1rem}h4.h-l{font-size:21px}.lead-tab:after{left:88%}section.leader-board{padding:2rem 0 4rem}.text-contain{margin-left:0!important}.Text-Img{width:450px;position:relative;left:0!important}}@media (max-width: 580px){.only-desktop{display:none!important}.text-contain{margin-left:0!important}.Text-Img{width:450px;position:relative;left:0!important}.event-form-close{position:absolute;display:inline;width:10px;right:35px;height:10px}a.global-ctas{top:0}.articles h4{font-size:1rem}.headerstyle .head-row .logo{margin-left:-72px}.head-row{padding:7px 10px 7px 0}.right a img,.right .profile{display:none}.aboutusmainContainer div img{width:360px!important;padding:0 25px 0 0}.page-title h4{margin-top:48px}.mt-3{justify-content:center}.step4 p{margin-left:7px}.step4 a{font-size:15px}.step4 h5{font-size:1rem;margin-left:3px}.step4 h4{font-size:1.5rem;margin-left:4px}.leader-container h5{font-size:18px;padding:0 .25rem}.slick-prev{left:-16px!important}.slick-next{right:3px!important}.slick-prev,.slick-next{z-index:1}section.leader-board .leader-container{padding:1rem 1rem 3rem}.leader-container .leader h5:nth-child(4){position:absolute;right:1rem;font-weight:400;font-size:16px;top:6px}.leader-container .leader{position:relative}.lead-tab{padding:.5rem 1rem}.lead-tab:after{display:none}.cart-item-image{width:50px;height:50px;padding:.5rem;border-radius:10px}.cart-item-image img{width:100%;height:100%;object-fit:contain}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}h2.heading-large{font-size:30px}h5.sub-heading{font-size:20px}.heading-container{margin-bottom:3rem}section.products.shop{padding:6rem 0}.products-grid .product h4{font-size:1rem;margin:8px 0 0}.products-grid .product{margin:0}}.headerstyle{width:100%;height:66px;background:#fff;border-bottom:1px solid #e8e8e8;position:sticky;top:0;z-index:1000}.headerstyle .head-row{height:66px!important;max-width:1320px!important;margin:0 auto!important;padding:0 32px!important;display:flex!important;align-items:center!important}.headerstyle .logo img{width:150px!important;height:54px!important;object-fit:contain!important;display:block!important}.headerstyle .menus{flex:1!important;display:flex!important;align-items:center!important;justify-content:center!important;position:relative!important}.headerstyle .menus ul{display:flex!important;align-items:center!important;gap:42px!important;list-style:none!important;padding:0!important;margin:0 0 0 -208px!important}.headerstyle .menus ul li{position:relative!important;height:66px!important;display:flex!important;align-items:center!important}.headerstyle .menus ul li>a{color:#111!important;font-size:16px!important;font-weight:400!important;text-decoration:none!important;cursor:pointer!important;-webkit-user-select:none!important;user-select:none!important}.headerstyle .menus ul li:after{content:""!important;position:absolute!important;left:50%!important;bottom:10px!important;transform:translate(-50%)!important;width:0!important;height:3px!important;background:#f15a24!important;border-radius:3px!important;opacity:0!important}.headerstyle .menus ul li:hover:after{width:44px!important;opacity:1!important}.headerstyle .menus ul li:hover>a{color:#f15a24!important}.headerstyle .menus ul li:before,.headerstyle .menus ul li>a:after,.headerstyle .menus ul li.has-children:before,.headerstyle .menus ul li.has-children>a:after{display:none!important;content:none!important}.headerstyle .mega-menu{position:absolute!important;top:66px!important;left:50%!important;width:360px!important;background:#fff!important;border-radius:14px!important;padding:20px!important;box-shadow:0 18px 45px #00000024!important;transform:translate(-50%)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;z-index:9999!important}.headerstyle .menus ul li:hover .mega-menu{opacity:1!important;visibility:visible!important;pointer-events:auto!important}.headerstyle .mega-menu:before{content:""!important;position:absolute!important;top:-8px!important;left:50%!important;width:16px!important;height:16px!important;background:#fff!important;transform:translate(-50%) rotate(45deg)!important}.headerstyle .mega-menu .container{width:100%!important;padding:0!important;margin:0!important}.headerstyle .m-sec h4{margin:0 0 22px!important;font-size:17px!important;font-weight:800!important;color:#111!important}.headerstyle .m-sec-i{display:flex!important;align-items:flex-start!important;gap:18px!important;text-decoration:none!important;cursor:pointer!important}.headerstyle .m-sec-i .icon img{width:44px!important;height:44px!important;object-fit:contain!important}.headerstyle .m-cnt h5{margin:0 0 6px!important;font-size:15px!important;font-weight:800!important;color:#111!important}.headerstyle .m-cnt p{margin:0!important;max-width:230px!important;font-size:13px!important;line-height:1.45!important;color:#444!important}.headerstyle .menus>.search{position:absolute!important;right:-50px!important;width:235px!important;height:38px!important;top:5px}.headerstyle .menus>.search input{width:235px!important;height:38px!important;border:1px solid #d8d8d8!important;border-radius:8px!important;background:#fff!important;padding:0 30px 0 10px!important;font-size:14px!important;outline:none!important}.headerstyle .menus>.search:after{content:""!important;position:absolute!important;right:14px!important;top:50%!important;width:14px!important;height:14px!important;border:2px solid #ff4b1f!important;border-radius:50%!important;transform:translateY(-50%)!important}.headerstyle .menus>.search:before{content:""!important;position:absolute!important;right:10px!important;top:58%!important;width:8px!important;height:2px!important;background:#ff4b1f!important;transform:rotate(45deg)!important}.headerstyle .menus>.search:after{right:85px!important;margin-top:6px}.headerstyle .menus>.search:before{right:80px!important;margin-top:8px}.only-mob,.mobile-menu-overlay,.mobile-menus{display:none!important}@media (max-width: 991px){.headerstyle{height:64px!important;background:#fff!important;border-bottom:1px solid #e8e8e8!important;position:sticky!important;top:0!important;z-index:9999!important}.headerstyle .head-row{height:64px!important;max-width:100%!important;margin:0!important;padding:0 16px!important;display:flex!important;align-items:center!important;justify-content:space-between!important}.headerstyle .head-row>.search.only-mob{display:none!important}.headerstyle .menus{display:none!important}.only-mob{display:flex!important}.headerstyle .logo{display:flex!important;align-items:center!important;margin-right:auto!important}.headerstyle .logo img{width:88px!important;height:auto!important;max-height:50px!important;margin:0!important;object-fit:contain!important}.menu-open.only-mob{width:36px!important;height:36px!important;border:none!important;background:transparent!important;padding:0!important;margin:0!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;z-index:10005!important}.menu-open img{width:24px!important;height:24px!important;object-fit:contain!important}.mobile-menu-overlay{display:block!important;position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:#00000047!important;z-index:10000!important}.mobile-menus{display:block!important;position:fixed!important;top:0!important;left:-270px!important;right:auto!important;width:270px!important;max-width:82vw!important;height:100vh!important;background:#fff!important;z-index:10002!important;padding:22px 18px 28px!important;overflow-y:auto!important;transition:left .28s ease!important;box-shadow:10px 0 28px #00000024!important;box-sizing:border-box!important}.mobile-menus.active{left:0!important}.mobile-menus *{box-sizing:border-box!important}.close-it{position:absolute!important;top:22px!important;right:22px!important;width:18px!important;height:18px!important;border:none!important;background:transparent!important;padding:0!important;margin:0!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important}.close-it img{width:12px!important;height:12px!important;object-fit:contain!important}.mobile-search-box,.mobile-menus>.search{width:100%!important;height:32px!important;background:#f2f2f2!important;border-radius:18px!important;display:flex!important;align-items:center!important;padding:0 12px!important;margin:48px 0 18px!important;position:relative!important}.mobile-search-box:before,.mobile-menus>.search:before{content:"⌕"!important;font-size:13px!important;color:#444!important;margin-right:8px!important;line-height:1!important}.mobile-search-box input,.mobile-menus>.search input{width:100%!important;height:100%!important;border:none!important;outline:none!important;background:transparent!important;font-size:13px!important;color:#222!important;padding:0!important}.mobile-search-box input::placeholder,.mobile-menus>.search input::placeholder{color:#777!important}.mobile-menus .mega-menu,.mobile-menus .container,.mobile-menus .mega-inner,.mobile-menu-content{position:static!important;display:block!important;width:100%!important;max-width:100%!important;height:auto!important;padding:0!important;margin:0!important;background:transparent!important;box-shadow:none!important;border-radius:0!important;transform:none!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}.mobile-menus .mega-menu:before{display:none!important;content:none!important}.mobile-menus .m-sec{width:100%!important;padding:0 0 13px!important;margin:0 0 13px!important;border-bottom:1px solid #e1e1e1!important}.mobile-menus .m-sec h4{margin:0 0 10px!important;font-size:12px!important;font-weight:800!important;color:#111!important;text-transform:uppercase!important;letter-spacing:.7px!important;line-height:1.3!important}.mobile-menus .m-sec-i{width:100%!important;min-height:28px!important;border:none!important;background:transparent!important;padding:0!important;margin:0!important;display:flex!important;align-items:center!important;gap:12px!important;text-align:left!important;text-decoration:none!important;cursor:pointer!important}.mobile-menus .m-sec-i .icon{width:28px!important;min-width:28px!important;height:28px!important;display:flex!important;align-items:center!important;justify-content:center!important}.mobile-menus .m-sec-i .icon img{width:22px!important;height:22px!important;object-fit:contain!important}.mobile-menus .m-cnt{flex:1!important;width:auto!important;margin:0!important;padding:0!important}.mobile-menus .m-cnt h5{margin:0!important;font-size:13px!important;font-weight:500!important;color:#111!important;line-height:1.3!important}.mobile-menus .m-cnt p{display:none!important}}@media (max-width: 380px){.mobile-menus{width:260px!important;left:-260px!important}.mobile-menus.active{left:0!important}}@media (min-width: 992px){.mobile-menu-overlay,.mobile-menus,.menu-open.only-mob{display:none!important}}@media (max-width: 991px){.mobile-menus{display:flex!important;flex-direction:column!important;align-items:stretch!important}.mobile-search-box,.mobile-menus>.search{order:1!important;width:100%!important;max-width:100%!important;flex:0 0 auto!important;display:flex!important;margin:48px 0 18px!important;clear:both!important}.mobile-menu-content{order:2!important;width:100%!important;max-width:100%!important;display:block!important;clear:both!important}.mobile-menus .m-sec{width:100%!important;display:block!important;clear:both!important}.mobile-menus .m-sec h4{width:100%!important;display:block!important;text-align:left!important}.mobile-menus .m-sec-i{width:100%!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important}}@media (max-width: 991px){.headerstyle .head-row{height:64px!important;padding:0 16px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;overflow:visible!important}.headerstyle .logo{width:auto!important;min-width:110px!important;max-width:130px!important;height:64px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;overflow:visible!important;margin:0!important;padding:0!important}.headerstyle .logo>div{width:auto!important;height:64px!important;display:flex!important;align-items:center!important;overflow:visible!important}.headerstyle .logo img{width:105px!important;height:auto!important;max-width:105px!important;max-height:58px!important;object-fit:contain!important;object-position:left center!important;display:block!important;margin:0!important;padding:0!important;transform:none!important}.menu-open.only-mob{margin-left:auto!important;flex-shrink:0!important}}#clientsCleanSection.clients-clean-section{width:100%!important;background:#fffdf7!important;padding:34px 40px 48px!important;overflow:hidden!important;box-sizing:border-box!important}#clientsCleanSection,#clientsCleanSection *{box-sizing:border-box!important}#clientsCleanSection .clients-clean-heading{display:flex!important;align-items:center!important;justify-content:center!important;gap:18px!important;margin-bottom:34px!important;text-align:center!important}#clientsCleanSection .clients-clean-heading span{width:38px!important;height:2px!important;background:#ef3340!important;display:inline-block!important;flex-shrink:0!important}#clientsCleanSection .clients-clean-heading h2{margin:0!important;padding:0!important;color:#6f6a88!important;font-size:50px!important;font-weight:800!important;letter-spacing:1px!important;line-height:1.2!important;text-transform:uppercase!important}#clientsCleanSection .clients-clean-carousel{width:100%!important;max-width:1120px!important;margin:0 auto!important;position:relative!important}#clientsCleanSection .clients-clean-grid{width:100%!important;display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:26px!important}#clientsCleanSection .clients-clean-card{width:104%!important;background:#fff!important;border-radius:13px!important;overflow:hidden!important;box-shadow:0 8px 22px #0000001c!important;min-height:491px!important}#clientsCleanSection .clients-clean-img-box{width:100%!important;height:255px!important;padding:10px 10px 0!important;background:#fff!important}#clientsCleanSection .clients-clean-img-box img{width:100%!important;height:145%!important;display:block!important;object-fit:fit!important;border-radius:5px!important}#clientsCleanSection .clients-clean-content{padding:14px 12px 15px!important;background:#fff!important}#clientsCleanSection .clients-clean-content h4{padding:0!important;color:#111!important;font-size:18px!important;font-weight:600!important;line-height:1.3!important;text-align:left!important;margin-top:125px}#clientsCleanSection .clients-clean-content p{margin:0 0 14px!important;padding:0!important;color:#555!important;font-size:14px!important;font-weight:400!important;line-height:1.4!important;text-align:left!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}#clientsCleanSection .clients-clean-progress{width:100%!important;height:12px!important;background:#eee!important;border-radius:20px!important;overflow:hidden!important;margin-top:9px!important}#clientsCleanSection .clients-clean-progress span{height:100%!important;display:block!important;background:#72c27a!important;border-radius:20px!important}#clientsCleanSection .clients-clean-content h5{margin-top:22px!important;padding:0!important;color:#111!important;font-size:14px!important;font-weight:500!important;line-height:1.3!important;text-align:left!important}#clientsCleanSection .clients-clean-arrow{position:absolute!important;top:46%!important;transform:translateY(-50%)!important;z-index:10!important;width:42px!important;height:42px!important;border:none!important;border-radius:50%!important;background:#000!important;color:#fff!important;font-size:34px!important;line-height:1!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;padding:0 0 4px!important}#clientsCleanSection .clients-clean-prev{left:-22px!important}#clientsCleanSection .clients-clean-next{right:-22px!important}#clientsCleanSection .clients-clean-arrow:hover,#clientsCleanSection .clients-clean-arrow:focus{background:#000!important;color:#fff!important;outline:none!important}@media (max-width: 991px){#clientsCleanSection.clients-clean-section{padding:30px 24px 42px!important}#clientsCleanSection .clients-clean-heading h2{font-size:20px!important}#clientsCleanSection .clients-clean-grid{grid-template-columns:repeat(2,1fr)!important;gap:22px!important}#clientsCleanSection .clients-clean-card:nth-child(3){display:none!important}#clientsCleanSection .clients-clean-img-box{height:230px!important}}@media (max-width: 580px){#clientsCleanSection.clients-clean-section{padding:26px 18px 36px!important}#clientsCleanSection .clients-clean-heading{gap:10px!important;margin-bottom:24px!important}#clientsCleanSection .clients-clean-heading span{width:26px!important}#clientsCleanSection .clients-clean-heading h2{font-size:15px!important;letter-spacing:.6px!important}#clientsCleanSection .clients-clean-grid{grid-template-columns:1fr!important}#clientsCleanSection .clients-clean-card:nth-child(2),#clientsCleanSection .clients-clean-card:nth-child(3){display:none!important}#clientsCleanSection .clients-clean-img-box{height:245px!important}#clientsCleanSection .clients-clean-arrow{width:34px!important;height:34px!important;font-size:28px!important}#clientsCleanSection .clients-clean-prev{left:-8px!important}#clientsCleanSection .clients-clean-next{right:-8px!important}}.interest-form-section{width:100%;padding:40px 48px;background:#fff}.interest-form-wrapper{width:100%;min-height:690px;background:#eee9ff;border-radius:28px;display:grid;grid-template-columns:46% 54%;align-items:center;padding:36px 72px;overflow:hidden}.interest-form-illustration{width:100%;display:flex;align-items:center;justify-content:center}.interest-blob{width:560px;height:430px;background:#ffffff94;border-radius:48% 52% 58% 42%/50% 46% 54% 50%;display:flex;align-items:center;justify-content:center}.interest-envelope{width:285px;height:190px;background:#f9b332;position:relative;overflow:hidden}.interest-envelope:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#f7a72b;clip-path:polygon(0 100%,50% 35%,100% 100%);z-index:3}.interest-envelope:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#ffc532;clip-path:polygon(0 0,50% 48%,100% 0,100% 100%,0 100%);z-index:1}.interest-paper{position:absolute;width:195px;height:140px;background:#f8f8f1;left:50%;top:-20px;transform:translate(-50%);z-index:2;padding:34px 26px}.interest-paper span{display:block;height:4px;background:#dedede;margin-bottom:8px;border-radius:4px}.interest-paper span:nth-child(1){width:100%}.interest-paper span:nth-child(2){width:78%}.interest-paper span:nth-child(3){width:92%}.interest-paper span:nth-child(4){width:70%}.interest-paper span:nth-child(5){width:86%}.interest-form-content{width:100%}.interest-form-title{margin:0 0 34px;text-align:left;color:#6f6a88;font-size:39px;font-weight:800;letter-spacing:1px}.interest-form{width:100%;max-width:620px}.interest-form input,.interest-form textarea{width:100%;border:1px solid #cfcfcf;background:#fff;border-radius:6px;padding:0 12px;font-size:20px;color:#333;outline:none;margin-bottom:17px;font-family:inherit}.interest-form input{height:55px}.interest-form textarea{height:168px;padding-top:12px;resize:none}.interest-form input::placeholder,.interest-form textarea::placeholder{color:#333;opacity:.95}.interest-form input:focus,.interest-form textarea:focus{border-color:#6f6a88;box-shadow:0 0 0 2px #6f6a881f}.interest-submit-btn{width:220px;height:56px;border:none;border-radius:8px;background:#2b160c;color:#fff;font-size:15px;font-weight:500;cursor:pointer;box-shadow:0 12px 22px #2b160c38;transition:.2s ease}.interest-submit-btn:hover{background:#1f0f08;transform:translateY(-1px)}@media (max-width: 991px){.interest-form-section{padding:24px 16px}.interest-form-wrapper{grid-template-columns:1fr;padding:32px 22px;min-height:auto}.interest-form-illustration{display:none}.interest-form-title{text-align:center;font-size:30px}.interest-form{max-width:100%}.interest-submit-btn{width:100%}}.pr-footer{background:#faf8f3;padding-top:40px;font-family:Arial,sans-serif}.pr-footer-newsletter-wrap{width:calc(100% - 80px);max-width:1480px;margin:0 auto 90px;background:#e8ddfb;padding:28px 34px;box-sizing:border-box}.pr-footer-newsletter{display:grid;grid-template-columns:90px 1fr 430px;align-items:center;gap:28px}.pr-footer-mail-icon{width:76px;height:76px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:36px}.pr-footer-newsletter-text h5{margin:0 0 10px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px}.pr-footer-newsletter-text h3{margin:0 0 8px;font-size:21px;font-weight:800;color:#111}.pr-footer-newsletter-text p{margin:0;font-size:12px;color:#666}.pr-footer-form{display:flex;gap:12px;justify-content:flex-end}.pr-footer-form input{width:340px;height:48px;border:0;border-radius:5px;padding:0 16px;font-size:18px;background-color:#fff}.pr-footer-form button{width:79px;height:48px;border:0;border-radius:8px;background:#2b160e;color:#fff;font-size:14px;cursor:pointer;margin-top:-1px}.pr-footer-black{background:#000;padding:30px 65px 26px}.pr-footer-links{display:flex;align-items:center;justify-content:space-between;gap:35px;padding-bottom:24px;border-bottom:1px solid #242424}.pr-footer-logo{width:85px;height:42px;object-fit:contain;background:#fff;border-radius:4px}.pr-footer-links a{color:#777;font-size:13px;text-decoration:none;white-space:nowrap}.pr-footer-links a:hover{color:#fff}.pr-footer-bottom{padding-top:24px;display:flex;justify-content:space-between;align-items:center}.pr-footer-bottom p{margin:0;color:#fff;font-size:12px}.pr-footer-modal-dialog{max-width:520px;margin:80px auto}.pr-footer-modal{border:none;border-radius:18px;overflow:hidden;box-shadow:0 25px 60px #00000040;margin-top:-56px}.pr-footer-modal-header{background:linear-gradient(135deg,#293e78);padding:22px 28px;border-bottom:none}.pr-footer-modal-header .modal-title{color:#fff;font-size:26px;font-weight:700;margin:0}.pr-footer-modal-close{color:#fff!important;opacity:1!important;font-size:28px;text-shadow:none}.pr-footer-modal-body{padding:30px;text-align:center}.pr-footer-modal-body p:first-child{color:#666;font-size:15px;margin-bottom:10px}.pr-footer-modal-body a{color:#293e78;font-size:18px;font-weight:600;text-decoration:none;word-break:break-word}.pr-footer-modal-body a:hover{text-decoration:underline}.pr-footer-modal-actions{display:flex;gap:15px;justify-content:center;padding:0 30px 30px}.pr-footer-modal-actions a{min-width:180px;height:48px;border-radius:10px;text-decoration:none;font-weight:600;display:flex;align-items:center;justify-content:center;transition:all .25s ease}.pr-footer-modal-actions a:first-child{background:#293e78;color:#fff}.pr-footer-modal-actions a:last-child{background:#fff;color:#293e78;border:2px solid #293e78}.pr-footer-modal-actions a:hover{transform:translateY(-2px)}.pr-footer-close-btn{width:36px;height:36px;border:none;background:transparent;color:#fff;font-size:28px;font-weight:700;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.pr-footer-close-btn:hover{transform:scale(1.1);opacity:.8}.pr-footer-close-btn{width:34px;height:34px;border-radius:50%;border:none;color:#fff;font-size:20px;cursor:pointer;margin-top:-2px}.pr-footer-form{position:relative}.pr-footer-join-message{position:absolute;left:0;bottom:-26px;margin:0;font-size:13px;color:#00008b;font-weight:500}.pr-footer-form button:disabled,.pr-footer-form input:disabled{opacity:.7;cursor:not-allowed}.simple-home-footer{width:100%;background:#000;padding:26px 24px;box-sizing:border-box}.simple-home-footer-inner{width:100%;max-width:1180px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.simple-home-footer-logo{max-width:150px;max-height:70px;object-fit:contain;display:block}.simple-home-footer-text-logo{color:#fff;font-size:24px;font-weight:700;letter-spacing:1px}.simple-home-footer p{margin:0;color:#fff;font-size:14px;font-weight:500}.simple-home-footer{width:100%!important;background:#000!important;padding:28px 24px!important;box-sizing:border-box!important}.simple-home-footer-inner{width:100%!important;max-width:1180px!important;margin:0 auto!important;display:flex!important;align-items:center!important;justify-content:space-between!important}.simple-home-footer-logo{width:190px!important;max-height:70px!important;object-fit:contain!important;display:block!important;filter:brightness(0) invert(1)!important;opacity:1!important}.simple-home-footer-text-logo{color:#fff!important;font-size:28px!important;font-weight:700!important;letter-spacing:1.5px!important}.simple-home-footer p{margin:0!important;color:#fff!important;font-size:14px!important;font-weight:600!important;white-space:nowrap!important}.simple-home-footer-logo-box{background:#fff!important;padding:10px 18px!important;border-radius:8px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.simple-home-footer-logo{width:180px!important;max-height:55px!important;object-fit:contain!important;display:block!important;filter:none!important;opacity:1!important}@media (max-width: 575px){.simple-home-footer-inner{flex-direction:column!important;gap:14px!important;text-align:center!important}.simple-home-footer-logo{width:160px!important}.simple-home-footer p{font-size:13px!important}}@media (max-width: 575px){.simple-home-footer{padding:24px 16px}.simple-home-footer-inner{flex-direction:column;gap:12px;text-align:center}.simple-home-footer-logo{max-width:120px;max-height:60px}.simple-home-footer-text-logo{font-size:20px}.simple-home-footer p{font-size:13px}}@media (max-width: 768px){.pr-footer-join-message{position:static;width:100%;margin-top:8px;text-align:center}}@media (max-width: 576px){.pr-footer-modal-dialog{margin:20px}.pr-footer-modal-actions{flex-direction:column}.pr-footer-modal-actions a{width:100%}}@media (max-width: 900px){.pr-footer-newsletter-wrap{width:calc(100% - 32px);margin-bottom:70px}.pr-footer-newsletter{grid-template-columns:1fr;text-align:center}.pr-footer-mail-icon{margin:0 auto}.pr-footer-form{justify-content:center}.pr-footer-links{flex-wrap:wrap;justify-content:center}.pr-footer-bottom{flex-direction:column;gap:14px}}@media (max-width: 900px){.pr-footer{padding-top:28px}.pr-footer-newsletter-wrap{width:calc(100% - 28px);margin:0 auto 45px;padding:24px 18px;border-radius:10px}.pr-footer-newsletter{display:grid;grid-template-columns:1fr;gap:18px;text-align:center}.pr-footer-mail-icon{width:64px;height:64px;font-size:30px;margin:0 auto}.pr-footer-newsletter-text h5{font-size:10px;margin-bottom:8px}.pr-footer-newsletter-text h3{font-size:19px;line-height:1.35;margin-bottom:8px}.pr-footer-newsletter-text p{font-size:12px;line-height:1.5}.pr-footer-form{width:100%;display:flex;flex-direction:column;gap:10px;justify-content:center}.pr-footer-form input{width:100%;height:44px;font-size:14px;padding:0 14px;box-sizing:border-box;background-color:#fff}.pr-footer-form button{width:85px;height:44px;margin-top:0;font-size:14px;border-radius:7px;margin-left:140px}.pr-footer-black{padding:28px 20px 24px}.pr-footer-links{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding-bottom:22px;text-align:center}.pr-footer-logo{width:92px;height:48px;margin-bottom:8px}.pr-footer-links a{font-size:13px;line-height:1.4;white-space:normal;color:#bdbdbd}.pr-footer-bottom{padding-top:20px;flex-direction:column;gap:10px;text-align:center}.pr-footer-bottom p{font-size:11px;line-height:1.5}}@media (max-width: 480px){.pr-footer-newsletter-wrap{width:calc(100% - 22px);padding:22px 14px;margin-bottom:36px}.pr-footer-newsletter-text h3{font-size:17px}.pr-footer-mail-icon{width:58px;height:58px;font-size:26px}.pr-footer-black{padding:24px 16px 22px}.pr-footer-links{gap:12px}.pr-footer-links a{font-size:12px}}@media (max-width: 576px){.pr-footer-modal-dialog{width:calc(100% - 28px);max-width:calc(100% - 28px);margin:35px auto}.pr-footer-modal{border-radius:14px;margin-top:0}.pr-footer-modal-header{padding:18px}.pr-footer-modal-header .modal-title{font-size:21px}.pr-footer-close-btn{width:30px;height:30px;font-size:18px;margin-top:0}.pr-footer-modal-body{padding:24px 18px}.pr-footer-modal-body p:first-child{font-size:14px}.pr-footer-modal-body a{font-size:15px;word-break:break-word}.pr-footer-modal-actions{padding:0 18px 24px;display:flex;flex-direction:column;gap:12px}.pr-footer-modal-actions a{width:100%;min-width:0;height:44px;font-size:14px}}.pr-easy-section{width:100%;background:transparent;display:flex;justify-content:center;position:relative;margin-top:-53px;z-index:5;padding:0 20px 26px}.pr-easy-card{width:min(92%,748px);min-height:118px;background:transparent;border-radius:14px;box-shadow:0 10px 24px #00000024;display:grid;grid-template-columns:repeat(3,1fr);gap:34px;padding:18px 30px;align-items:center}.pr-easy-item{display:flex;align-items:center;gap:14px}.pr-easy-icon{width:56px;height:56px;border-radius:50%;flex:0 0 56px;display:flex;align-items:center;justify-content:center}.pr-easy-icon img{width:126px;height:76px;object-fit:contain}.pr-easy-icon.purple{background:#f1ecff}.pr-easy-icon.pink{background:#fff1f4}.pr-easy-icon.green{background:#eefaf0}.pr-easy-item h4{margin:0 0 8px;font-size:18px;font-weight:600;color:#111}.pr-easy-item p{margin:0;font-size:14px;line-height:1.55;color:#555;max-width:200px}.pr-easy-section{width:100%;background:transparent;display:flex;justify-content:center;position:relative;margin-top:-55px;z-index:10;padding:0 20px 34px}@media (max-width: 768px){.seller-hero{height:260px}.pr-easy-card{grid-template-columns:1fr;gap:22px;padding:22px}.pr-easy-section{margin-top:-35px}}@media (max-width: 768px){.pr-easy-section{margin-top:-126px!important;padding:0 16px 28px!important;z-index:10}.pr-easy-card{width:100%!important;max-width:100%!important;min-height:auto!important;background:#fff!important;border-radius:18px!important;box-shadow:0 10px 24px #0000001f!important;display:grid!important;grid-template-columns:1fr!important;gap:0!important;padding:18px!important}.pr-easy-item{width:100%;display:flex!important;align-items:center!important;gap:14px!important;padding:16px 0!important;border-bottom:1px solid #eeeeee}.pr-easy-item:first-child{padding-top:0!important}.pr-easy-item:last-child{border-bottom:none!important;padding-bottom:0!important}.pr-easy-icon{width:52px!important;height:52px!important;flex:0 0 52px!important;border-radius:50%!important}.pr-easy-icon img{width:44px!important;height:44px!important;object-fit:contain!important}.pr-easy-item h4{margin:0 0 5px!important;font-size:15px!important;font-weight:700!important;color:#111!important}.pr-easy-item p{margin:0!important;font-size:13px!important;line-height:1.4!important;color:#555!important;max-width:100%!important}}@media (max-width: 380px){.pr-easy-section{padding:0 12px 24px!important}.pr-easy-card{padding:16px 14px!important}.pr-easy-item{gap:12px!important}.pr-easy-icon{width:48px!important;height:48px!important;flex:0 0 48px!important}.pr-easy-icon img{width:40px!important;height:40px!important}.pr-easy-item h4{font-size:14px!important}.pr-easy-item p{font-size:12px!important}}.about-new-page{width:100%;min-height:100vh;background:#fffdf7;padding:120px 24px 80px;box-sizing:border-box}.about-new-container{width:100%;max-width:1180px;margin:0 auto}.about-new-card{width:100%;background:#fff;border-radius:28px;padding:48px;display:grid;grid-template-columns:360px 1fr;gap:55px;align-items:flex-start;box-shadow:0 18px 45px #00000014;border:1px solid rgba(0,0,0,.06)}.about-new-profile{position:sticky;top:110px;background:#f4f0ff;border-radius:24px;padding:28px 24px 32px;text-align:center}.about-new-image-wrap{width:100%;max-width:280px;height:340px;margin:0 auto 24px;border-radius:22px;overflow:hidden;background:#fff;box-shadow:0 12px 28px #0000001f}.about-new-image-wrap img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.about-new-profile h3{margin:0 0 8px;color:#111;font-size:24px;font-weight:800;line-height:1.2}.about-new-profile p{margin:0;color:#6f6a88;font-size:16px;font-weight:600}.about-new-content{color:#222}.about-new-label{display:inline-block;margin-bottom:14px;color:#ef3340;font-size:13px;font-weight:800;letter-spacing:1.2px;text-transform:uppercase}.about-new-content h1{margin:0 0 24px;color:#6f6a88;font-size:48px;font-weight:900;line-height:1.1;letter-spacing:1px}.about-new-content p{margin:0 0 20px;color:#333;font-size:18px;line-height:1.75;font-weight:400}.about-new-intro{font-size:20px!important;color:#111!important;font-weight:500!important}.about-new-highlight-box{margin:32px 0;padding:28px 30px;background:#fff7e7;border-left:5px solid #ef3340;border-radius:18px}.about-new-highlight-box h4{margin:0 0 18px;color:#111;font-size:20px;font-weight:800;line-height:1.4}.about-new-highlight-box ul{margin:0;padding:0;list-style:none}.about-new-highlight-box li{position:relative;padding-left:32px;margin-bottom:14px;color:#222;font-size:19px;font-weight:700}.about-new-highlight-box li:last-child{margin-bottom:0}.about-new-highlight-box li:before{content:"";position:absolute;left:0;top:8px;width:12px;height:12px;background:#ef3340;border-radius:50%}.about-media-header{width:100%;height:50px;background:#fff;display:flex;align-items:center;box-sizing:border-box}.about-media-header-inner{width:100%;max-width:1180px;margin:0 auto;padding:0 24px;display:flex;align-items:center}.about-media-header-inner img{width:160px;height:50px;display:block;object-fit:contain}.about-new-page{padding-top:70px}@media (max-width: 575px){.about-media-header{height:72px}.about-media-header-inner{justify-content:center}.about-media-header-inner img{width:160px}.about-new-page{padding-top:45px}}@media (max-width: 991px){.about-new-page{padding:90px 18px 60px}.about-new-card{grid-template-columns:1fr;padding:34px;gap:36px}.about-new-profile{position:static;max-width:420px;margin:0 auto}.about-new-content h1{font-size:40px;text-align:center}.about-new-label{display:block;text-align:center}.about-new-content p{font-size:17px}}@media (max-width: 575px){.about-new-page{padding:70px 14px 45px}.about-new-card{padding:22px;border-radius:20px}.about-new-profile{padding:20px;border-radius:18px}.about-new-image-wrap{max-width:230px;height:280px;border-radius:18px}.about-new-profile h3{font-size:20px}.about-new-profile p{font-size:14px}.about-new-content h1{font-size:32px}.about-new-content p,.about-new-intro{font-size:15px!important;line-height:1.7}.about-new-highlight-box{padding:22px 20px}.about-new-highlight-box h4{font-size:17px}.about-new-highlight-box li{font-size:16px}}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__navigation-icon:before{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-wrapper{display:inline-block;padding:0;border:0}.react-datepicker{font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative;line-height:initial}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker-popper{z-index:1;line-height:0}.react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 15px}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{margin-top:0;color:#000;font-weight:700;font-size:.944rem}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{align-items:center;background:none;display:flex;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover *:before{border-color:#a6a6a6}.react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + .85rem);overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected,.react-datepicker__week-number--keyboard-selected):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__week-number--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__week-number--keyboard-selected{border-radius:.3rem;background-color:#2a87d0;color:#fff}.react-datepicker__week-number--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day-names{white-space:nowrap;margin-bottom:-8px}.react-datepicker__week{white-space:nowrap}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:hover,.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover,.react-datepicker__year-text:hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:hover,.react-datepicker__month-text--highlighted:hover,.react-datepicker__quarter-text--highlighted:hover,.react-datepicker__year-text--highlighted:hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{position:relative;border-radius:.3rem;background-color:#ff6803;color:#fff}.react-datepicker__day--holidays .overlay,.react-datepicker__month-text--holidays .overlay,.react-datepicker__quarter-text--holidays .overlay,.react-datepicker__year-text--holidays .overlay{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__day--holidays:hover,.react-datepicker__month-text--holidays:hover,.react-datepicker__quarter-text--holidays:hover,.react-datepicker__year-text--holidays:hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .overlay,.react-datepicker__month-text--holidays:hover .overlay,.react-datepicker__quarter-text--holidays:hover .overlay,.react-datepicker__year-text--holidays:hover .overlay{visibility:visible;opacity:1}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--selected:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--in-range:hover,.react-datepicker__month-text--selected:hover,.react-datepicker__month-text--in-selecting-range:hover,.react-datepicker__month-text--in-range:hover,.react-datepicker__quarter-text--selected:hover,.react-datepicker__quarter-text--in-selecting-range:hover,.react-datepicker__quarter-text--in-range:hover,.react-datepicker__year-text--selected:hover,.react-datepicker__year-text--in-selecting-range:hover,.react-datepicker__year-text--in-range:hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#bad9f1;color:#000}.react-datepicker__day--keyboard-selected:hover,.react-datepicker__month-text--keyboard-selected:hover,.react-datepicker__quarter-text--keyboard-selected:hover,.react-datepicker__year-text--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled:hover,.react-datepicker__month-text--disabled:hover,.react-datepicker__quarter-text--disabled:hover,.react-datepicker__year-text--disabled:hover{background-color:transparent}.react-datepicker__day--disabled .overlay,.react-datepicker__month-text--disabled .overlay,.react-datepicker__quarter-text--disabled .overlay,.react-datepicker__year-text--disabled .overlay{position:absolute;bottom:70%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem;box-sizing:content-box}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}.react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"×"}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{cursor:default;background-color:#ccc}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:#000c;left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px),(max-height: 550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}.react-datepicker__aria-live{position:absolute;clip-path:circle(0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap}.react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-.125em}.bell-popup-page{background:#fbf8f3;padding:24px 0 0;font-family:Arial,sans-serif}.bell-popup-container{max-width:1120px;margin:0 auto;padding:0 18px;display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:18px}.bell-popup-card{background:#fff;border-radius:14px;padding:12px;box-shadow:0 4px 16px #0000001f}.bell-popup-banner{width:100%;height:410px;border-radius:10px;overflow:hidden}.bell-popup-banner img{width:100%;height:100%;object-fit:fit}.bell-popup-content{display:flex;justify-content:space-between;gap:20px;padding-top:14px}.bell-popup-tag{font-size:12px;color:#5b5d70;margin:0 0 6px}.bell-popup-title{font-size:26px;font-weight:700;color:#000;margin:0;line-height:1.15}.bell-popup-subtitle{font-size:14px;color:#47495c;margin:4px 0 0}.bell-popup-buttons{display:flex;gap:12px;align-items:flex-start;padding-top:6px}.bell-popup-shop,.bell-popup-share{height:42px;border-radius:10px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;font-size:13px;text-decoration:none;white-space:nowrap}.bell-popup-shop{background:#ff7043;color:#fff;border:1px solid #ff7043;box-shadow:0 7px 14px #ff704359}.bell-popup-share{background:#fff;color:#222;border:1px solid #ff7043}.bell-popup-progress-area{display:flex;justify-content:space-between;align-items:flex-end;padding-top:24px}.bell-popup-progress-left{width:360px}.bell-popup-progress-track{width:100%;height:11px;background:#e6e6e6;border-radius:30px;overflow:hidden}.bell-popup-progress-track span{display:block;height:100%;background:#83c891;border-radius:30px}.bell-popup-goal{font-size:15px;color:#66677a;margin:10px 0 0}.bell-popup-days{border:1px solid #f3b936;background:#fffdf4;border-radius:8px;padding:6px 12px;font-size:12px;color:#000}.bell-popup-right{display:flex;flex-direction:column;gap:18px}.bell-popup-side-card{background:#fff;border-radius:14px;padding:16px;box-shadow:0 4px 16px #0000001f}.bell-popup-side-card h3{font-size:15px;font-weight:700;margin:0 0 10px;color:#222}.bell-popup-team-total{font-size:15px;color:#666;margin:0 0 12px}.bell-popup-leader{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid #eee}.bell-popup-rank{width:22px;font-size:13px;font-weight:700}.bell-popup-leader img{width:38px;height:38px;border-radius:50%;object-fit:cover}.bell-popup-leader h4{font-size:14px;margin:0;color:#222;font-weight:650}.bell-popup-leader p{font-size:14px;color:#413f3f;margin:2px 0 0}.bell-popup-supporter{display:flex;justify-content:space-between;gap:10px;padding:11px 0;border-bottom:1px solid #eee;font-size:16px;color:#444}.bell-popup-supporter strong{color:#222}.bell-popup-outline-btn{width:100%;height:30px;margin-top:14px;border-radius:8px;border:1px solid #ff7043;background:#fff;color:#403b3a;font-size:12px;cursor:pointer}.bell-popup-story{max-width:690px;margin-top:18px}.bell-popup-story h3{font-size:16px;font-weight:700;margin:20px 0 8px;color:#222}.bell-popup-story p{font-size:13px;line-height:1.7;color:#333;margin:0 0 14px}.bell-popup-products{max-width:1120px;margin:55px auto 0;padding:0 18px 50px;text-align:center}.bell-popup-products h2{font-size:36px;font-weight:700;margin-bottom:28px;color:#222}.bell-popup-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.bell-popup-product-image{height:285px;background:#fff3df;border-radius:8px;display:flex;align-items:center;justify-content:center}.bell-popup-product-image img{max-width:85%;max-height:85%;object-fit:contain}.bell-popup-product-card h4{font-size:16px;margin:16px 0 4px;color:#222;font-weight:600}.bell-popup-product-card p{font-size:16px;font-weight:700;margin:0 0 10px;color:#222}.bell-popup-product-card a{display:inline-flex;height:35px;padding:0 18px;border-radius:6px;border:1px solid #ff7043;color:gray;align-items:center;justify-content:center;font-size:14px;text-decoration:none}.bell-popup-slider-wrap{position:relative}.bell-popup-product-grid{display:block}.bell-popup-product-slide{padding:0 12px}.bell-popup-product-card{background:#fff;border-radius:14px;padding:18px}.bell-popup-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:42px;height:42px;border-radius:50%;background:#000;color:#fff;border:none;font-size:32px;line-height:1;padding-bottom:8px}.bell-popup-prev{left:-16px;padding-left:4px}.bell-popup-next{right:-16px;padding-left:10px}.slick-slide{height:auto}.bell-share-modal .modal-dialog{max-width:390px}.bell-share-content{border:none;border-radius:8px;overflow:hidden;min-width:482px}.bell-share-header{height:54px;padding:0 20px;border-bottom:1px solid #eee;display:flex;align-items:center;justify-content:space-between}.bell-share-header h5{margin:0;font-size:18px;font-weight:700;color:#111}.bell-share-close{border:none;background:transparent;font-size:44px;color:#000;cursor:pointer}.bell-share-body{text-align:center;padding:20px 18px 0}.bell-share-success{width:65px;height:63px;margin:0 auto 18px;border-radius:50%;background:#08d20f;display:flex;align-items:center;justify-content:center}.bell-share-success span{color:#fff;font-size:48px;line-height:1}.bell-share-body h4{max-width:310px;margin:0 auto 16px;font-size:20px;font-weight:700;line-height:1.4;color:#222}.bell-share-date{font-size:17px;color:#555;margin:0 0 22px}.bell-share-line{height:1px;background:#eee;margin:0 -18px 18px}.bell-share-body h6{font-size:19px;font-weight:700;margin:0 0 12px;color:#222}.bell-share-url{display:flex;align-items:center;gap:8px;margin-bottom:22px}.bell-share-url span{font-size:15px;color:#777}.bell-share-url input{width:100%;border:none;outline:none;font-size:15px;color:#555;background:transparent}.bell-share-actions{height:58px;margin:0 -18px;border-top:1px solid #eee;display:grid;grid-template-columns:repeat(3,1fr)}.bell-share-actions button{border:none;border-right:1px solid #eee;background:#fff;font-size:16px;color:#555;cursor:pointer}.bell-share-qr{margin:10px auto 18px}.bell-share-actions{height:70px;margin:0 -18px;border-top:1px solid #eee;display:grid;grid-template-columns:repeat(3,1fr);background:#fff}.bell-share-actions button{border:none;border-right:1px solid #e7e7e7;background:#fff;color:#333;font-size:16px;font-weight:400;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px}.bell-share-actions button:last-child{border-right:none}.share-icon{position:relative;display:inline-block;width:26px;height:24px;flex-shrink:0}.email-icon{border:2px solid #999;border-radius:4px}.email-icon:before,.email-icon:after{content:"";position:absolute;top:5px;width:14px;height:2px;background:#999}.email-icon:before{left:0;transform:rotate(35deg);transform-origin:left center}.email-icon:after{right:0;transform:rotate(-35deg);transform-origin:right center}.copy-icon:before,.copy-icon:after{content:"";position:absolute;width:15px;height:17px;border:2px solid #999;border-radius:3px;background:#fff}.copy-icon:before{left:2px;top:2px}.copy-icon:after{right:2px;bottom:1px}.qr-icon{width:25px;height:25px;background:linear-gradient(#999 0,#999 0) 0 0 / 7px 7px no-repeat,linear-gradient(#999 0,#999 0) 18px 0 / 7px 7px no-repeat,linear-gradient(#999 0,#999 0) 0 18px / 7px 7px no-repeat,linear-gradient(#999 0,#999 0) 18px 18px / 7px 7px no-repeat,linear-gradient(#999 0,#999 0) 9px 9px / 5px 5px no-repeat}.bell-share-actions button svg{color:#888;stroke-width:1.6}.bell-share-actions{height:64px;margin:0 -18px;border-top:1px solid #eeeeee;display:grid;grid-template-columns:repeat(3,1fr);background:#fff;border-radius:0 0 8px 8px;overflow:hidden}.bell-share-actions button{border:0!important;outline:0!important;background:#fff!important;box-shadow:none!important;-moz-appearance:none;appearance:none;-webkit-appearance:none;display:flex;align-items:center;justify-content:center;gap:8px;font-size:14px;font-weight:400;color:#333;cursor:pointer}.bell-share-actions button:not(:last-child){border-right:1px solid #eeeeee!important}.bell-share-actions button svg{width:20px;height:20px;color:#8c8c8c;stroke-width:1.5}.bell-share-actions button:hover{background:#fafafa!important}.bell-product-image{transition:opacity .3s ease,transform .3s ease}.bell-popup-product-image{position:relative;overflow:hidden}.bell-popup-product-image img{transition:opacity .3s ease}.bell-product-hover-desc{position:absolute;top:0;right:0;bottom:0;left:0;background:#fffaf0e6;display:flex;align-items:center;justify-content:center;padding:22px;text-align:center;opacity:0;visibility:hidden;transition:.3s ease;z-index:2}.bell-product-hover-desc p{margin:0;font-size:14px;line-height:1.45;color:#000;font-weight:500}.bell-popup-product-card:hover .bell-product-hover-desc{opacity:1;visibility:visible}.bell-popup-product-card:hover .bell-popup-product-image img{opacity:.22}.bell-popup-shop,.bell-popup-share{text-decoration:none!important;outline:none!important}.bell-page-loader-wrap{min-height:70vh;background:#fbf8f3;display:flex;flex-direction:column;align-items:center;justify-content:center}.bell-page-loader{width:46px;height:46px;border:4px solid #eeeeee;border-top-color:#ff7043;border-radius:50%;animation:bellSpin .8s linear infinite}.bell-page-loader-wrap p{margin-top:14px;font-size:14px;color:#555}.bell-side-heading{display:flex;align-items:center;gap:10px;margin-bottom:8px}.bell-side-heading h3{margin:0}.bell-side-icon{width:39px;height:42px;border-radius:10px;background:#f4f1ff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.bell-side-icon1{width:34px;height:34px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.bell-side-icon1 img{width:17.5px;height:17.5px;object-fit:contain}.bell-side-icon img{width:18px;height:18px;object-fit:contain}.bell-leader-img-wrap{position:relative;width:46px;height:46px;flex-shrink:0}.bell-leader-img-wrap img{width:46px;height:46px;border-radius:10px;object-fit:cover}.bell-popup-rank{position:absolute;top:-9px;left:-9px;z-index:2;width:26px;height:26px;border-radius:50%;background:#f5a400;color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;border:2px solid #fff}.bell-rank-1{background:#f5a400}.bell-rank-2{background:#9ca3af}.bell-rank-3{background:#9a5a25}.bell-popup-rank:not(.bell-rank-1):not(.bell-rank-2):not(.bell-rank-3){background:#8b5cf6}.bell-popup-supporter{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 0;border-bottom:1px solid #eeeeee}.bell-supporter-left{display:flex;align-items:center;gap:12px;min-width:0}.bell-supporter-icon{width:22px;height:22px;border:2px solid #dddddd;border-radius:50%;color:#cfcfcf;font-size:13px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.bell-supporter-left span:last-child{font-size:14px;color:#333}.bell-popup-supporter strong{font-size:14px;color:#222;font-weight:700;white-space:nowrap}.bell-side-icon1{width:32px;height:32px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.bell-side-icon1 img{width:26px;height:26px;object-fit:contain}.bell-popup-days{display:flex;align-items:center;gap:6px}.bell-popup-days img{width:16px;height:16px;object-fit:contain}.bell-popup-team-total span{font-weight:700;color:#111}.bell-popup-side-card{width:100%}.bell-popup-supporter{width:100%;display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;column-gap:14px;padding:18px 0;border-bottom:1px solid #eeeeee}.bell-supporter-left{min-width:0}.bell-popup-supporter strong{justify-self:end;margin-left:0!important;text-align:right;white-space:nowrap}.bell-qr-download-btn{margin-top:-7px;width:auto;border:none;background:green;color:#fff;padding:12px 16px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;margin-bottom:5px}.bell-qr-download-btn:hover{opacity:.85}@keyframes bellSpin{to{transform:rotate(360deg)}}@media (max-width: 900px){.bell-popup-container{grid-template-columns:1fr}.bell-popup-content,.bell-popup-progress-area{flex-direction:column;align-items:flex-start}.bell-popup-buttons{flex-wrap:wrap}.bell-popup-progress-left{width:100%}.bell-popup-product-grid{grid-template-columns:1fr}.bell-popup-banner{height:260px}}@media (max-width: 600px){.bell-share-modal .modal-dialog{width:calc(100% - 24px);max-width:calc(100% - 24px);margin:12px auto}.bell-share-content{width:100%!important;min-width:0!important;max-width:100%!important;border-radius:10px}.bell-share-header{height:52px;padding:0 16px}.bell-share-header h5{font-size:16px}.bell-share-close{font-size:34px;line-height:1}.bell-share-body{padding:18px 14px 0}.bell-share-success{width:56px;height:56px;margin-bottom:16px}.bell-share-success span{font-size:42px}.bell-share-body h4{max-width:100%;font-size:17px;line-height:1.45;margin-bottom:14px}.bell-share-date{font-size:18px;margin-bottom:18px}.bell-share-line{margin:0 -14px 16px}.bell-share-body h6{font-size:16px;margin-bottom:10px}.bell-share-url{width:100%;gap:8px;padding:10px 12px;margin-bottom:16px;border:1px solid #eeeeee;border-radius:8px;background:#fafafa}.bell-share-url input{min-width:0;font-size:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bell-share-actions{height:auto!important;margin:0 -14px;grid-template-columns:repeat(3,1fr)}.bell-share-actions button{min-height:58px;padding:8px 4px;flex-direction:column;gap:5px;font-size:12px!important}.bell-share-actions button svg{width:18px;height:18px}.bell-share-qr{margin:8px auto 12px}.bell-share-qr canvas{width:150px!important;height:150px!important}.bell-qr-download-btn{width:auto;margin:0 0 10px;padding:10px 12px;font-size:13px}.bell-popup-days{border:1px solid #f3b936;background:#fffdf4;border-radius:8px;padding:6px 12px;font-size:12px;color:#000;margin-top:10px}.bell-popup-story p{font-size:15px;line-height:1.7;color:#333;margin:0 0 14px}.bell-popup-product-card h4{font-size:18px;margin:16px 0 4px;color:#222;font-weight:600}.bell-popup-product-card p{font-size:18px;font-weight:700;margin:0 0 10px;color:#222}}.supporters-page{background:#fbf8f3;min-height:75vh;padding:30px 16px 70px;font-family:Arial,sans-serif}.supporters-wrap{max-width:760px;margin:0 auto}.supporters-back{border:none;background:transparent;color:#222;font-size:15px;font-weight:600;cursor:pointer;padding:0}.supporters-wrap h2{font-size:26px;font-weight:700;color:#111;margin:0 0 20px}.supporters-card{background:#fff;border-radius:16px;padding:8px 20px;box-shadow:0 4px 16px #0000001f}.supporters-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 0;border-bottom:1px solid #eee}.supporters-row:last-child{border-bottom:none}.supporters-row h4{margin:0;font-size:16px;color:#111;font-weight:600}.supporters-row p{margin:4px 0 0;font-size:13px;color:#777}.supporters-row strong{font-size:16px;color:#111;font-weight:700;white-space:nowrap}.pp-header{width:100%;height:42px;background:#fff;border-bottom:1px solid #eeeeee;position:relative;z-index:999}.pp-header-row{height:42px;max-width:100%;padding:0 45px;display:flex;align-items:center}.pp-logo{width:125px;display:flex;align-items:center;cursor:pointer}.pp-logo img{width:105px;max-height:54px!important;object-fit:contain;display:block;margin-top:1px}.pp-menus{flex:1;display:flex;align-items:center}.pp-nav-list{list-style:none;padding:0;margin:0 0 0 35px;display:flex;align-items:center;gap:38px}.pp-nav-item{position:relative;margin-top:19px}.pp-nav-item>a{font-size:18px;font-weight:400;color:#111;text-decoration:none;line-height:42px;white-space:nowrap;margin-left:52px}.pp-nav-item>a:hover{color:#f15a24}.pp-search{margin-left:auto;width:211px;height:36px;border:1px solid #eeeeee;border-radius:10px;display:flex;align-items:center;padding:0 8px;background:#fff;cursor:pointer;margin-top:20px}.pp-search input{width:100%;border:none;outline:none;background:transparent;font-size:16px;color:#777}.pp-search input::placeholder{color:#cfcfcf}.pp-search:after{content:"⌕";font-size:17px;color:#ff5a1f;line-height:1}.pp-cart-btn{margin-left:12px;border:none;background:transparent;font-size:17px;color:#111;cursor:pointer;margin-top:15px}.pp-mega-menu{position:absolute;top:42px;left:50%;transform:translate(-50%,10px);width:360px;background:#fff;border-radius:12px;padding:22px;box-shadow:0 12px 35px #00000024;opacity:0;visibility:hidden;pointer-events:none;transition:all .25s ease;z-index:9999}.pp-has-children:hover .pp-mega-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)}.pp-header{position:sticky;top:0;z-index:9999;height:60px;background:#fff}.eflav-page{padding-top:95px}.pp-cart-btn{position:relative;background:none;border:none;padding:0;cursor:pointer}.pp-cart-btn img{width:18px;height:18px;object-fit:contain}.pp-cart-badge{position:absolute;top:-6px;right:-8px;width:14px;height:14px;border-radius:50%;background:#ff4d00;color:#fff;font-size:9px;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1}.pp-header{height:55px!important;background:#fff!important;border-bottom:1px solid #eee;position:sticky;top:0;z-index:9999}.pp-header-row{height:55px!important;padding:0 30px!important;display:flex;align-items:center}.pp-nav-list{display:flex;align-items:center;gap:42px;margin:0 0 0 35px!important;padding:0;list-style:none}.pp-nav-item{position:relative;margin-top:0!important}.pp-nav-item>a{height:55px;line-height:55px;display:flex;align-items:center;font-size:14px!important;font-weight:400;color:#000;text-decoration:none;cursor:pointer;margin-left:0!important;white-space:nowrap;position:relative}.pp-nav-item:hover>a{color:#f15a24}.pp-nav-item:hover>a:after{content:"";position:absolute;left:0;right:0;bottom:10px;height:2px;background:#f15a24}.pp-has-children:hover:before{content:"";position:fixed;left:0;top:55px;width:100vw;height:205px;background:#f4f4f4;z-index:9997}.pp-mega-menu{position:absolute!important;top:68px!important;left:50%!important;transform:translate(-50%)!important;width:320px!important;min-height:124px;background:#fff;border-radius:10px;padding:18px 18px 22px;box-shadow:none!important;opacity:0;visibility:hidden;pointer-events:none;z-index:10000;transition:none!important}.pp-has-children:hover .pp-mega-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)!important}.pp-mega-menu h4{margin:0 0 22px;font-size:17px;font-weight:700;color:#000;line-height:1.2}.pp-menu-card{display:flex;align-items:flex-start;gap:16px;cursor:pointer}.pp-menu-card img{width:50px;height:50px;object-fit:contain;flex-shrink:0;margin-top:2px}.pp-menu-card h5{margin:0 0 6px;font-size:15px;font-weight:700;color:#000;line-height:1.2}.pp-menu-card p{margin:0;font-size:13px;font-weight:400;color:#333;line-height:1.35;max-width:220px}.pp-search,.pp-cart-btn{margin-top:0!important}.pp-nav-list{margin-left:180px!important;gap:82px!important}.pp-has-children:hover:before{display:none!important;content:none!important}.pp-mega-menu{position:absolute!important;top:62px!important;left:50%!important;transform:translate(-50%)!important;width:320px!important;background:#fff!important;border-radius:10px!important;padding:18px 18px 22px!important;box-shadow:none!important;opacity:0;visibility:hidden;pointer-events:none;z-index:10000!important}.pp-has-children:hover .pp-mega-menu{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translate(-50%)!important}.pp-mega-menu:before{content:"";position:absolute;top:-12px;left:50%;transform:translate(-50%);border-left:13px solid transparent;border-right:13px solid transparent;border-bottom:13px solid #fff}.pp-mega-menu h4{margin:0 0 22px!important;font-size:17px!important;font-weight:700!important;color:#000!important}.pp-menu-card{display:flex!important;align-items:flex-start!important;gap:16px!important}.pp-menu-card img{width:50px!important;height:50px!important;object-fit:contain!important;flex-shrink:0}.pp-menu-card h5{margin:0 0 6px!important;font-size:15px!important;font-weight:700!important;color:#000!important}.pp-menu-card p{margin:0!important;font-size:13px!important;line-height:1.35!important;color:#333!important;max-width:220px}.only-mob,.pp-mobile-overlay,.pp-mobile-drawer{display:none}@media (max-width: 991px){.pp-header{height:55px!important;background:#fff!important;position:sticky;top:0;z-index:9999}.pp-header-row{height:55px!important;padding:0 16px!important;display:flex;align-items:center}.pp-logo img{width:82px!important;max-height:45px!important;margin-top:0!important}.pp-menus{display:none!important}.only-mob{display:flex!important}.pp-cart-btn{margin-left:auto!important;margin-right:12px!important;margin-top:0!important}.pp-cart-btn img{width:19px!important;height:19px!important}.pp-menu-open{width:34px;height:34px;border:none;background:transparent;padding:0;align-items:center;justify-content:center;cursor:pointer;z-index:10005}.pp-menu-open img{width:24px;height:24px;object-fit:contain}.pp-mobile-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000061;z-index:10000}.pp-mobile-drawer{display:block;position:fixed;top:0;left:-280px;width:280px;height:100vh;background:#fff;z-index:10001;padding:70px 18px 28px;transition:left .28s ease;overflow-y:auto;box-shadow:8px 0 22px #0000001f}.pp-mobile-drawer-open{left:0}.pp-mobile-close{position:absolute;top:18px;right:22px;border:none;background:transparent;color:#111;font-size:24px;font-weight:400;line-height:1;cursor:pointer;padding:0}.pp-mobile-search{width:100%;height:24px;background:#f1f1f1;border-radius:14px;display:flex;align-items:center;gap:6px;padding:0 12px;margin-bottom:16px}.pp-mobile-search span{font-size:12px;color:#222;line-height:1}.pp-mobile-search input{width:100%;border:none;outline:none;background:transparent;font-size:12px;color:#111}.pp-mobile-search input::placeholder{color:#111}.pp-mobile-section{border-bottom:1px solid #ddd;padding-bottom:10px;margin-bottom:12px}.pp-mobile-section h4{margin:0 0 9px;font-size:13px;font-weight:800;line-height:1.2;letter-spacing:1px;color:#000;text-transform:uppercase}.pp-mobile-link-card{width:100%;border:none;background:transparent;padding:0 0 0 8px;display:flex;align-items:center;gap:14px;cursor:pointer;text-align:left}.pp-mobile-link-card img{width:22px;height:22px;object-fit:contain;flex-shrink:0}.pp-mobile-link-card span{font-size:13px;font-weight:400;color:#111;line-height:1.2}}@media (max-width: 360px){.pp-mobile-drawer{width:270px;left:-270px}.pp-mobile-drawer-open{left:0}}@media (min-width: 992px){.pp-mobile-overlay,.pp-mobile-drawer,.pp-menu-open{display:none!important}}.pr-header{width:100%;height:63px;background:#fff;box-shadow:0 1px 8px #00000014;position:sticky;top:0;z-index:1000}.pr-header-row{height:100%;max-width:1320px;margin:0 auto;padding:0 58px;display:flex;align-items:center}.pr-header-logo{cursor:pointer;display:flex;align-items:center}.pr-header-logo img{width:81px;display:block;height:62px;margin-left:-81px}.pr-header-nav{flex:1;display:flex;justify-content:center}.pr-header-nav ul{list-style:none;display:flex;align-items:center;gap:34px;margin:0;padding:0}.pr-header-nav li{position:relative}.pr-header-nav a{color:#111;text-decoration:none;font-size:13px;font-weight:500;cursor:pointer;white-space:nowrap}.pr-header-icons{display:flex;align-items:center;gap:16px;margin-right:28px}.pr-header-icons button{border:0;background:transparent;color:#000;font-size:20px;line-height:1;cursor:pointer;padding:0}.pr-header-actions{display:flex;align-items:center;gap:18px}.pr-header-actions button{border:none;cursor:pointer;font-size:13px}.pr-signup-btn{background:transparent;color:#111;padding:8px 4px}.pr-login-btn{background:#2b160c;color:#fff;padding:11px 23px;border-radius:8px;box-shadow:0 4px 10px #2b160c40;margin-right:-116px}.pr-profile-btn{display:flex;align-items:center;gap:8px;background:#f6f6f6;color:#111;padding:8px 12px;border-radius:8px}.pr-profile-btn img{width:18px;height:18px}.pr-mega-menu{position:absolute;top:32px;left:50%;transform:translate(-50%);width:320px;background:#fff;border-radius:12px;padding:18px;box-shadow:0 10px 30px #00000024;opacity:0;visibility:hidden;pointer-events:none;transition:.2s ease}.pr-header-nav li:hover .pr-mega-menu{opacity:1;visibility:visible;pointer-events:auto}.pr-mega-menu h4{margin:0 0 14px;font-size:15px;font-weight:800;color:#111}.pr-mega-item{display:flex;gap:12px;cursor:pointer}.pr-mega-item img{width:38px;height:38px}.pr-mega-item h5{margin:0 0 5px;font-size:14px;color:#111}.pr-mega-item p{margin:0;font-size:12px;line-height:1.4;color:#666}.pr-mobile-toggle{display:none;border:0;background:transparent;margin-left:auto;cursor:pointer}.pr-mobile-toggle img{width:26px}.pr-mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;background:#fff;z-index:2000;padding:24px;display:flex;flex-direction:column;gap:16px}.pr-mobile-close{align-self:flex-end;border:0;background:transparent}.pr-mobile-close img{width:22px}.pr-mobile-logo{width:120px;margin-bottom:18px}.pr-mobile-menu button{border:0;background:transparent;text-align:left;font-size:16px;padding:12px 0;color:#111;cursor:pointer}.pr-header-nav li{position:relative;height:40px;display:flex;align-items:center}.pr-header-nav li:after{content:"";position:absolute;left:0;bottom:0;width:0;height:4px;background:#ff5a1f;transition:width .25s ease}.pr-header-nav li.active:after,.pr-header-nav li:hover:after{width:100%}.pr-mega-menu{position:absolute;top:63px;left:50%;transform:translate(-50%) translateY(10px);width:360px;background:#fff;border-radius:14px;padding:18px;box-shadow:0 18px 45px #00000029;opacity:0;visibility:hidden;pointer-events:none;transition:all .22s ease;z-index:2000}.pr-header-nav li:hover .pr-mega-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%) translateY(0)}.pr-mega-menu:before{content:"";position:absolute;top:-8px;left:50%;transform:translate(-50%) rotate(45deg);width:16px;height:16px;background:#fff}.pr-mega-item{display:flex;gap:12px;padding:12px;border-radius:12px;cursor:pointer;transition:background .2s ease}.pr-mega-item:hover{background:#fff3ed}.pr-mega-item img{width:42px;height:42px}.pr-mega-item h5{margin:0 0 5px;font-size:14px;font-weight:700}.pr-mega-item p{margin:0;font-size:12px;line-height:1.45;color:#666}.pr-header-nav li{position:relative;display:flex;align-items:center;height:40px}.pr-header-nav li a{color:#222;font-size:13.5px;font-weight:400;padding:0 6px;transition:color .2s ease}.pr-header-nav li.active a{color:#f26a2e}.pr-header-nav li.active:after{content:"";position:absolute;bottom:14px;left:50%;transform:translate(-50%);width:44px;height:3px;background:#f26a2e;border-radius:3px}.pr-header-actions{display:flex;align-items:center;gap:12px}.pr-profile-btn{height:38px;min-width:105px;width:auto;background:#fff!important;color:#111!important;border:1px solid #111111!important;border-radius:10px;padding:0 14px!important;display:inline-flex!important;align-items:center;justify-content:center;gap:8px;font-size:14px!important;font-weight:600;white-space:nowrap}.pr-profile-btn img{width:18px;height:18px;object-fit:contain;flex-shrink:0}.pr-logout-btn{height:38px;min-width:86px;background:#f2f2f2!important;color:#111!important;border:none!important;border-radius:10px;padding:0 18px!important;font-size:14px!important;font-weight:600;cursor:pointer;white-space:nowrap}.pr-logout-btn{height:38px;min-width:86px;background:#000!important;color:#fff!important;border:1px solid #000000!important;border-radius:10px;padding:0 18px!important;font-size:14px!important;font-weight:600;cursor:pointer;white-space:nowrap}.pr-logout-btn:hover{background:#000!important;color:#fff!important;border-color:#000!important}.pr-profile-btn{height:38px;background:#fff!important;color:#000;border:1px solid black!important;padding:0 14px;display:flex;align-items:center;gap:8px}.pr-profile-btn img{width:18px;height:18px;object-fit:contain}.pr-logout-btn{height:38px;padding:0 18px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer}.pr-logout-btn:hover{color:#000}.pr-header-nav li:after{content:"";position:absolute;left:50%;bottom:0;transform:translate(-50%);width:0;height:3px;background:#ff5a1f;border-radius:3px;transition:none}.pr-header-nav li:hover:after{width:44px}.pr-header-nav li:hover a{color:#f26a2e}.pr-mobile-center-actions{display:none}.pr-mobile-login-icon{width:auto;min-width:70px;height:34px;padding:0 16px;border:1px solid #111;background:#fff;color:#111;border-radius:20px;font-size:13px;font-weight:600;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;white-space:nowrap}@media (max-width: 768px){.pr-header-row{position:relative}.pr-header-actions{display:none}.pr-mobile-center-actions{display:flex;position:absolute;left:75%;transform:translate(-50%);align-items:center;justify-content:center;gap:8px}.pr-mobile-icon-btn{width:34px;height:34px;border:1px solid #111;background:#fff;color:#111;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0;cursor:pointer}.pr-mobile-icon-btn img{width:17px;height:17px;object-fit:contain}.pr-mobile-login-icon{background:#fff;color:#111}.pr-mobile-logout-icon{background:#111;color:#fff}}@media (max-width: 991px){.pr-header-nav,.pr-header-icons,.pr-header-actions{display:none!important}.pr-mobile-login-icon{background:#fff;color:#111}.pr-mobile-toggle{display:flex!important;align-items:center!important;justify-content:center!important;width:38px!important;height:38px!important;border:none!important;background:transparent!important;margin-left:auto!important;padding:0!important;cursor:pointer!important}.pr-mobile-toggle img{width:24px!important;height:24px!important;object-fit:contain!important;margin-right:-83px}.pr-mobile-menu{position:fixed!important;top:0!important;left:0!important;width:292px!important;max-width:292px!important;height:100vh!important;background:#fff!important;z-index:99999!important;padding:16px 20px 30px!important;overflow-y:auto!important;display:block!important;box-shadow:8px 0 24px #0000001f!important;animation:sellerMobileMenuIn .25s ease forwards!important}.pr-mobile-close{position:absolute!important;top:16px!important;right:16px!important;width:24px!important;height:24px!important;border:none!important;background:transparent!important;color:#111!important;font-size:22px!important;line-height:1!important;padding:0!important;cursor:pointer!important}.pr-mobile-logo{display:none!important}.pr-mobile-search{width:100%!important;height:24px!important;background:#eee!important;border-radius:18px!important;display:flex!important;align-items:center!important;gap:7px!important;padding:0 11px!important;margin:58px 0 4px!important}.pr-mobile-search span{font-size:15px!important;color:#333!important;line-height:1!important}.pr-mobile-search input{width:100%!important;height:100%!important;border:none!important;outline:none!important;background:transparent!important;font-size:11px!important;color:#555!important;padding:0!important}.pr-mobile-section-title{margin:0!important;padding:12px 0 8px!important;border-bottom:1px solid rgba(0,0,0,.16)!important;font-size:12px!important;font-weight:900!important;color:#000!important;text-transform:uppercase!important;letter-spacing:.2px!important}.pr-mobile-item{width:100%!important;height:41px!important;border:none!important;border-bottom:1px solid rgba(0,0,0,.16)!important;background:transparent!important;text-align:left!important;padding:0 0 0 42px!important;font-size:12px!important;font-weight:500!important;color:#111!important;cursor:pointer!important;position:relative!important;display:flex!important;align-items:center!important}.pr-mobile-item:hover{color:#f26a2e!important}.pr-mobile-item:before{content:"";position:absolute;left:8px;top:50%;width:23px;height:23px;transform:translateY(-50%);background-size:contain;background-repeat:no-repeat;background-position:center}.pr-header-logo img{width:81px;display:block;height:62px;margin-left:-50px}.pr-mobile-fundraiser:before{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%2020H21'%20stroke='%230A0A0A'%20stroke-width='1.25'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M16.5%203.50023C16.8978%203.1024%2017.4374%202.87891%2018%202.87891C18.2786%202.87891%2018.5544%202.93378%2018.8118%203.04038C19.0692%203.14699%2019.303%203.30324%2019.5%203.50023C19.697%203.69721%2019.8532%203.93106%2019.9598%204.18843C20.0665%204.4458%2020.1213%204.72165%2020.1213%205.00023C20.1213%205.2788%2020.0665%205.55465%2019.9598%205.81202C19.8532%206.06939%2019.697%206.30324%2019.5%206.50023L7%2019.0002L3%2020.0002L4%2016.0002L16.5%203.50023Z'%20stroke='%230A0A0A'%20stroke-width='1.25'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.pr-mobile-leaderboard:before{background-image:url("data:image/svg+xml,%3csvg%20width='25'%20height='24'%20viewBox='0%200%2025%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_2044_5887)'%3e%3cpath%20d='M17.666%2021V19C17.666%2017.9391%2017.2446%2016.9217%2016.4944%2016.1716C15.7443%2015.4214%2014.7269%2015%2013.666%2015H5.66602C4.60515%2015%203.58773%2015.4214%202.83759%2016.1716C2.08744%2016.9217%201.66602%2017.9391%201.66602%2019V21'%20stroke='%230A0A0A'%20stroke-width='1.25'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M9.66602%2011C11.8752%2011%2013.666%209.20914%2013.666%207C13.666%204.79086%2011.8752%203%209.66602%203C7.45688%203%205.66602%204.79086%205.66602%207C5.66602%209.20914%207.45688%2011%209.66602%2011Z'%20stroke='%230A0A0A'%20stroke-width='1.25'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M23.666%2020.9989V18.9989C23.6654%2018.1126%2023.3704%2017.2517%2022.8274%2016.5512C22.2844%2015.8508%2021.5241%2015.3505%2020.666%2015.1289'%20stroke='%230A0A0A'%20stroke-width='1.25'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M16.666%203.12891C17.5264%203.34921%2018.2891%203.84961%2018.8337%204.55122C19.3783%205.25283%2019.6739%206.11574%2019.6739%207.00391C19.6739%207.89208%2019.3783%208.75499%2018.8337%209.4566C18.2891%2010.1582%2017.5264%2010.6586%2016.666%2010.8789'%20stroke='%230A0A0A'%20stroke-width='1.25'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_2044_5887'%3e%3crect%20width='24'%20height='24'%20fill='white'%20transform='translate(0.666016)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.pr-mobile-about:before{background-image:url("data:image/svg+xml,%3csvg%20width='25'%20height='24'%20viewBox='0%200%2025%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.334%2022C17.8568%2022%2022.334%2017.5228%2022.334%2012C22.334%206.47715%2017.8568%202%2012.334%202C6.81114%202%202.33398%206.47715%202.33398%2012C2.33398%2017.5228%206.81114%2022%2012.334%2022Z'%20stroke='%231F2937'%20stroke-width='1.25'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M8.33398%2014C8.33398%2014%209.83398%2016%2012.334%2016C14.834%2016%2016.334%2014%2016.334%2014'%20stroke='%231F2937'%20stroke-width='1.25'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M9.33398%209H9.34398'%20stroke='%231F2937'%20stroke-width='1.25'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M15.334%209H15.344'%20stroke='%231F2937'%20stroke-width='1.25'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.pr-mobile-flavors:before{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%202L3%206V20C3%2020.5304%203.21071%2021.0391%203.58579%2021.4142C3.96086%2021.7893%204.46957%2022%205%2022H19C19.5304%2022%2020.0391%2021.7893%2020.4142%2021.4142C20.7893%2021.0391%2021%2020.5304%2021%2020V6L18%202H6Z'%20stroke='%230A0A0A'%20stroke-width='1.25'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M3%206H21'%20stroke='%230A0A0A'%20stroke-width='1.25'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M16%2010C16%2011.0609%2015.5786%2012.0783%2014.8284%2012.8284C14.0783%2013.5786%2013.0609%2014%2012%2014C10.9391%2014%209.92172%2013.5786%209.17157%2012.8284C8.42143%2012.0783%208%2011.0609%208%2010'%20stroke='%230A0A0A'%20stroke-width='1.25'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.pr-mobile-help:before{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%202L3%206V20C3%2020.5304%203.21071%2021.0391%203.58579%2021.4142C3.96086%2021.7893%204.46957%2022%205%2022H19C19.5304%2022%2020.0391%2021.7893%2020.4142%2021.4142C20.7893%2021.0391%2021%2020.5304%2021%2020V6L18%202H6Z'%20stroke='%230A0A0A'%20stroke-width='1.25'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M3%206H21'%20stroke='%230A0A0A'%20stroke-width='1.25'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M16%2010C16%2011.0609%2015.5786%2012.0783%2014.8284%2012.8284C14.0783%2013.5786%2013.0609%2014%2012%2014C10.9391%2014%209.92172%2013.5786%209.17157%2012.8284C8.42143%2012.0783%208%2011.0609%208%2010'%20stroke='%230A0A0A'%20stroke-width='1.25'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}}@keyframes sellerMobileMenuIn{0%{transform:translate(-100%)}to{transform:translate(0)}}@media (min-width: 992px){.pr-mobile-toggle,.pr-mobile-menu{display:none!important}}.lb-new-page{background:#faf8f3;min-height:620px;padding:28px 0 90px;font-family:Arial,sans-serif}.lb-new-card{width:100%;max-width:1150px;margin:0 auto;background:#fff;border-radius:10px;padding:20px;box-shadow:0 8px 22px #00000029}.lb-new-title h2{font-size:18px;font-weight:550;margin:0 0 10px;color:#111}.lb-new-title p{font-size:12px;color:#111;margin:0 0 26px}.lb-new-event-box{border:1px solid #ececec;border-radius:9px;margin-bottom:28px;overflow:hidden;background:#fff}.lb-new-event-header{height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid #f1f1f1}.lb-new-event-left{display:flex;align-items:center;gap:12px}.lb-new-trophy{width:40px;height:40px;border-radius:11px;background:#f3f1ff;display:flex;align-items:center;justify-content:center}.lb-new-trophy img{width:18px;height:18px;object-fit:contain}.lb-new-event-left h3{font-size:14px;font-weight:700;margin:0 0 6px;color:#333}.lb-new-event-left p{font-size:11px;margin:0;color:#555}.lb-new-event-left strong{color:#111;font-weight:700}.lb-new-collapse-btn{width:28px;height:28px;border:1px solid #111;border-radius:50%;background:#fff;color:#111;font-size:24px;line-height:1.5;cursor:pointer}.lb-new-leaders{padding:12px 18px 18px}.lb-new-leader-row{display:grid;grid-template-columns:330px 300px 1fr;align-items:center;min-height:62px;padding:0;border-bottom:1px solid #eeeeee}.lb-new-leader-row:nth-child(odd){background:linear-gradient(90deg,#fff8ed,#fff 72%)}.lb-new-user-info{display:flex;align-items:center;gap:10px}.lb-new-rank{width:24px;height:24px;border-radius:50%;background:#f4b13d;color:#fff;font-size:9px;font-weight:700;display:flex;align-items:center;justify-content:center}.lb-new-user-img{width:43px;height:43px;border-radius:10px;object-fit:cover}.lb-new-user-info h4{font-size:12px;font-weight:600;color:#f28b19;margin:0}.lb-new-sales{font-size:14px;color:#2b2b38;margin:0;font-weight:600}.lb-new-progress{width:100%;height:14px;background:#f3f3f3;border-radius:20px;overflow:hidden}.lb-new-progress span{display:block;height:100%;background:#79bf8a;border-radius:20px}.lb-new-empty{font-size:13px;color:#777;margin:14px 0}.lb-new-user-info{position:relative;display:flex;align-items:center;gap:12px}.lb-new-rank{position:absolute;left:-6px;top:-8px;z-index:2;width:28px;height:28px;border-radius:50%;background:#f4a300;color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center}.lb-new-user-img{position:relative;width:52px;height:52px;border-radius:10px;object-fit:cover}.lb-new-leaders{padding:12px 18px 18px;display:block}.lb-new-leaders-closed{display:none;margin-top:-10px}.lb-new-collapse-btn{width:30px;height:30px;border:2px solid #111;border-radius:50%;background:#fff;padding:0;cursor:pointer;display:grid;place-items:center}.lb-new-collapse-btn span{font-size:24px;font-weight:700;line-height:1}.lb-arrow-open span{line-height:1.5}.lb-arrow-closed span{margin-top:-10px}.lb-loading-wrap{min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center}.lb-loading-spinner{width:42px;height:42px;border:4px solid #eee;border-top-color:#ff7043;border-radius:50%;animation:lbSpin .8s linear infinite}.lb-loading-wrap p{margin-top:12px;font-size:13px;color:#555}.lb-supporters-back{border:none;background:transparent;color:#222;font-size:16px;font-weight:600;cursor:pointer;padding:0;margin-left:184px}@media (max-width: 768px){.lb-new-card{max-width:calc(100% - 24px);padding:14px}.lb-new-leader-row{grid-template-columns:1fr;gap:8px;padding:12px 0}.lb-new-sales{padding-left:0}.lb-supporters-back{border:none;background:transparent;color:#222;font-size:16px;font-weight:600;cursor:pointer;padding:0;margin-left:14px}}.ef-new-page{background:#faf8f3;min-height:720px;padding:28px 0 95px;font-family:Arial,sans-serif}.ef-new-card{width:calc(100% - 80px);max-width:1160px;margin:0 auto;background:#fff;border-radius:8px;padding:22px 18px 80px;box-shadow:0 8px 22px #00000029}.ef-new-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:26px}.ef-new-header h2{font-size:20px;font-weight:500;color:#111;margin:0}.ef-new-search{width:320px;height:36px;border:1px solid #d8d8d8;border-radius:6px;display:flex;align-items:center;padding:0 10px;background:#fff}.ef-new-search input{width:100%;border:0;outline:0;font-size:12px;color:#333}.ef-new-search input::placeholder{color:#a7a7a7}.ef-new-search span{color:#f36f45;font-size:34px;margin-top:-8px}.ef-new-table-wrap{width:100%;overflow-x:auto}.ef-new-table{width:100%;border-collapse:collapse;border:1px solid #e3e3e3;border-radius:8px;overflow:hidden}.ef-new-table thead tr{height:56px;background:#fff}.ef-new-table th{font-size:14px;font-weight:600;color:#111;text-align:left;padding:0 18px;white-space:nowrap}.ef-new-table tbody tr{height:118px}.ef-new-table tbody tr:nth-child(odd){background:#fafafa}.ef-new-table td{padding:16px 18px;vertical-align:top;font-size:12px;color:#222}.ef-new-table th:nth-child(1),.ef-new-table td:nth-child(1){width:260px}.ef-new-table th:nth-child(2),.ef-new-table td:nth-child(2){width:400px}.ef-new-table th:nth-child(3),.ef-new-table td:nth-child(3){width:230px}.ef-new-store{display:flex;align-items:center;gap:14px}.ef-new-store img{width:42px;height:42px;border-radius:4px;object-fit:cover}.ef-new-store span{font-size:14px;color:#222}.ef-new-story{max-width:340px;margin:0;font-size:14px;line-height:1.45;color:#333}.ef-new-story button{border:0;background:transparent;color:#ff7043;font-size:12px;padding:0;margin-left:4px;cursor:pointer}.ef-new-goal{font-size:15px;font-weight:600;color:#111}.ef-new-shop{width:78px;height:35px;border:1px solid #ff7043;color:#000;background:#fff;border-radius:7px;font-size:13px;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.ef-new-disabled{opacity:.5;pointer-events:none}.ef-new-load{display:flex;justify-content:center;margin-top:20px}.ef-new-load button{min-width:82px;height:32px;border:1px solid #111;background:#fff;color:#111;border-radius:8px;font-size:11px;cursor:pointer}.ef-new-load button:disabled{opacity:.6;cursor:not-allowed}.ef-new-shop,.ef-new-shop:hover,.ef-new-shop:focus,.ef-new-shop:active,.ef-new-shop:visited{text-decoration:none!important;outline:none;box-shadow:none}.ef-new-table{width:100%;border-collapse:separate;border-spacing:0;border:1px solid #dcdfe5;border-radius:8px;overflow:hidden;background:#fff}.ef-new-table thead{background:#fff}.ef-new-table thead tr{height:68px}.ef-new-table th{font-size:14px;font-weight:700;color:#222;text-align:left;padding:0 24px;border-bottom:none}.ef-new-table tbody tr{height:77px}.ef-new-table tbody tr:nth-child(odd){background:#f8f7f6}.ef-new-table tbody tr:nth-child(2n){background:#fff}.ef-new-table td{padding:20px 24px;vertical-align:top;border:none}.ef-new-table tbody tr td:first-child{border-left:none}.ef-new-table tbody tr td:last-child{border-right:none}.ef-new-table-wrap{border-radius:8px;overflow:hidden;background:#fff}.ef-loader-wrap{min-height:400px;display:flex;flex-direction:column;align-items:center;justify-content:center}.ef-loader{width:50px;height:50px;border:4px solid #ececec;border-top:4px solid #ff7043;border-radius:50%;animation:efSpin .8s linear infinite}.ef-loader-wrap p{margin-top:14px;color:#666;font-size:14px}@keyframes efSpin{to{transform:rotate(360deg)}}@media (max-width: 768px){.ef-new-card{width:calc(100% - 24px);padding:16px 12px 50px}.ef-new-header{flex-direction:column;align-items:flex-start;gap:14px}.ef-new-search{width:100%}}@media (max-width: 768px){.ef-new-page{padding:18px 0 55px;min-height:auto}.ef-new-card{width:calc(100% - 24px);padding:18px 14px 42px;border-radius:10px;box-shadow:0 4px 14px #0000001f}.ef-new-header{flex-direction:column;align-items:flex-start;gap:14px;margin-bottom:22px}.ef-new-header h2{font-size:20px;font-weight:700}.ef-new-search{width:100%;height:40px;border-radius:8px;box-sizing:border-box}.ef-new-search input{font-size:13px}.ef-new-table-wrap{overflow:visible;border-radius:0;background:transparent}.ef-new-table{display:block;width:100%;border:none;background:transparent}.ef-new-table thead{display:none}.ef-new-table tbody{display:block;width:100%}.ef-new-table tbody tr{display:block;width:100%;height:auto;background:#fff!important;border:1px solid #eeeeee;border-radius:12px;margin-bottom:14px;padding:14px;box-shadow:0 3px 12px #00000014;box-sizing:border-box}.ef-new-table td{display:block;width:100%!important;padding:0;border:none;font-size:13px}.ef-new-table td:not(:last-child){margin-bottom:12px}.ef-new-store{display:flex;align-items:center;gap:12px}.ef-new-store img{width:54px;height:54px;border-radius:8px;object-fit:cover;flex-shrink:0}.ef-new-store span{font-size:15px;font-weight:700;color:#111;line-height:1.3}.ef-new-story{max-width:100%;font-size:13px;line-height:1.55;color:#444;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.ef-new-table td:nth-child(2):before{content:"Story";display:block;margin-bottom:5px;font-size:11px;font-weight:800;color:#777;text-transform:uppercase}.ef-new-table td:nth-child(3):before{content:"Fundraising Goal";display:block;margin-bottom:5px;font-size:11px;font-weight:800;color:#777;text-transform:uppercase}.ef-new-goal{font-size:15px;font-weight:700;color:#111}.ef-new-shop{width:100%;height:40px;border-radius:8px;font-size:13px;font-weight:600;margin-top:4px}.ef-new-load{margin-top:18px}.ef-new-load button{min-width:120px;height:38px;font-size:13px;border-radius:8px}.ef-loader-wrap{min-height:300px}.ef-loader{width:42px;height:42px}}.seller-hero-wrapper{width:100%;background:#f7f5f1;position:relative}.seller-hero-tagline{height:33px;background:#f7f5f1;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#111}.seller-hero{width:100%;background:#fff;overflow:hidden;display:flex;align-items:center;justify-content:center}.seller-hero-media{width:100%;height:100%;object-fit:cover;object-position:center}.seller-hero-empty{font-size:15px;color:#333;font-weight:600}.seller-hero{width:100%;min-height:661px;background:#fff;display:flex;align-items:center;justify-content:center;overflow:visible}.seller-hero-media{width:100%;height:auto;max-height:none;object-fit:contain;object-position:center;display:block}.pr-easy-section{width:100%;display:flex;justify-content:center;position:relative;margin-top:-61px;z-index:10;padding:0 20px 34px}.pr-easy-card{width:min(90%,1415px);min-height:118px;background:#fff;border-radius:16px;box-shadow:0 12px 28px #00000024;display:grid;grid-template-columns:repeat(3,1fr);align-items:center;gap:36px;padding:24px 38px}.seller-hero-loading{width:100%;height:500px;display:flex;align-items:center;justify-content:center;background:#f7f7f7}.seller-loader{width:60px;height:60px;border:5px solid #e5e5e5;border-top:5px solid #ff5a32;border-radius:50%;animation:sellerSpin .8s linear infinite}@keyframes sellerSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.seller-hero-wrapper{width:100%;background:#f7f5f1;overflow:hidden}.seller-hero-tagline{height:auto;min-height:34px;padding:8px 14px;text-align:center;font-size:12px;line-height:1.35}.seller-hero{width:100%;min-height:auto!important;height:auto!important;background:#fff;overflow:hidden;display:flex;align-items:center;justify-content:center}.seller-hero-media{width:100%!important;height:auto!important;max-height:320px!important;object-fit:contain!important;object-position:center!important;display:block}.seller-hero video.seller-hero-media{width:100%!important;height:280px!important;object-fit:cover!important}.seller-hero-empty{height:220px;display:flex;align-items:center;justify-content:center;font-size:14px}.seller-hero-loading{height:260px!important}.seller-loader{width:42px;height:42px;border-width:4px}.pr-easy-section{margin-top:-28px!important;padding:0 14px 28px!important}.pr-easy-card{width:100%!important;max-width:100%!important}}@media (max-width: 480px){.seller-hero-tagline{font-size:11px;padding:7px 12px}.seller-hero-media{max-height:260px!important}.seller-hero video.seller-hero-media{height:240px!important}.seller-hero-loading{height:230px!important}.pr-easy-section{margin-top:27px!important}}.leader-fundraiser-image img{width:100%;height:300px;object-fit:fit;object-position:center;padding-left:15px;padding-right:15px;padding-top:15px;background:#fff}.pr-popup-slider .slick-slide>div{padding:0 30px;box-sizing:border-box}@media (max-width: 580px){.pr-popup-section{padding:50px 0 35px}.pr-popup-container{width:calc(100% - 24px)}.pr-popup-intro{margin-bottom:38px}.pr-popup-intro h2{font-size:22px;gap:12px}.pr-popup-intro h2:before,.pr-popup-intro h2:after{width:24px}.pr-popup-heading-block h2{font-size:21px}.pr-popup-slider{margin-bottom:55px}.pr-popup-arrow{width:44px;height:44px}.pr-popup-prev{left:-8px}.pr-popup-next{right:-8px}.pr-popup-cta-wrap{margin-top:-25px}}.pr-popup-section{background:#faf8f3;padding:95px 0 55px;font-family:Inter,Poppins,Arial,sans-serif}.pr-popup-container{width:min(1120px,calc(100% - 48px));margin:0 auto}.pr-popup-intro{text-align:center;margin-bottom:58px}.pr-popup-intro h2{position:relative;display:inline-flex;align-items:center;gap:34px;margin:0;text-transform:uppercase;color:#6c668f;font-size:34px;font-weight:800;letter-spacing:.4px}.pr-popup-intro h2:before,.pr-popup-intro h2:after{content:"";width:55px;height:2px;background:#ff2f1f}.pr-popup-intro p{margin:22px auto 0;max-width:620px;color:#6f6f6f;font-size:14px;line-height:1.7}.pr-popup-heading-block{text-align:center;margin-bottom:28px}.pr-popup-heading-block h2{margin:0 0 12px;color:#1f1f1f;font-size:28px;font-weight:800}.pr-popup-heading-block p{margin:0;color:#666;font-size:16px}.pr-popup-slider .slick-slide{padding:0 18px}.pr-popup-slider{margin-left:-18px;margin-right:-18px}.pr-popup-card{background:#fff;border-radius:14px;padding:14px;cursor:pointer;transition:transform .22s ease,box-shadow .22s ease;height:532px}.pr-popup-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #00000021}.pr-popup-image-wrap{width:100%;aspect-ratio:1 / 1;border-radius:10px;overflow:hidden;background:#f7f0df;margin-top:10px;height:356px}.pr-popup-leader-card .pr-popup-image-wrap{aspect-ratio:16 / 8.5}.pr-popup-image-wrap img{width:100%;height:100%;object-fit:fit}.pr-popup-content{padding:16px 0 0}.pr-popup-content h4{margin-top:15px;color:#111;font-size:16px;font-weight:800}.pr-popup-content p{margin:0 0 12px;color:#666;font-size:13px;line-height:1.4}.pr-popup-content h5{margin:0 0 10px;color:#2d2d2d;font-size:13px;font-weight:600}.pr-popup-progress{width:100%;height:12px;background:#f4f4f4;border:1px solid #d9d9d9;border-radius:20px;overflow:hidden;margin-bottom:15px}.pr-popup-progress span{display:block;height:100%;background:#7fbc8d;border-radius:20px}.pr-popup-content button,.pr-popup-cta-wrap button{width:100%;height:34px;border:1px solid #ff5a32;border-radius:8px;background:#fff;color:#1c1c1c;font-size:12px;font-weight:500;cursor:pointer;transition:.2s ease;margin-top:11px}.pr-popup-content button:hover{background:#ff5a32;color:#fff}.pr-popup-arrow{position:absolute;top:45%;z-index:5;width:54px;height:54px;border:0;border-radius:50%;background:#000;color:transparent;cursor:pointer}.pr-popup-prev{left:-28px}.pr-popup-next{right:-28px}.pr-popup-arrow:before{content:"";position:absolute;top:50%;left:50%;width:11px;height:11px;border-top:2px solid #fff;border-left:2px solid #fff}.pr-popup-prev:before{transform:translate(-35%,-50%) rotate(-45deg)}.pr-popup-next:before{transform:translate(-65%,-50%) rotate(135deg)}.pr-popup-leader-heading{margin-top:10px}.pr-popup-leader-card{position:relative}.pr-popup-rank{position:absolute;top:10px;left:10px;z-index:3;width:46px;height:46px;border-radius:50%;background:#8758ff;color:#fff;display:grid;place-items:center;font-size:16px;font-weight:800}.pr-popup-cta-wrap{text-align:center;margin:-35px 0 70px}.pr-popup-cta-wrap button{width:160px;border-color:#111;border-radius:7px}.pr-popup-cta-wrap button:hover{background:#111;color:#fff}.pr-popup-slider .slick-slide{padding:0 14px;box-sizing:border-box}.pr-popup-slider{margin-left:-14px;margin-right:-14px}.pr-popup-slider .slick-list{margin:0 -12px}.pr-popup-slider .slick-slide{padding:0 12px}.pr-popup-card{margin-bottom:0;padding:10px;background:#fff;border-radius:14px;height:552px}.leader-fundraiser-heading{text-align:center;margin:0 0 34px}.leader-fundraiser-heading h2{margin:0;font-size:28px;font-weight:800;color:#111}.leader-fundraiser-slider .slick-list{overflow:hidden}.leader-fundraiser-slider .slick-track{display:flex!important}.leader-fundraiser-slider .slick-slide{padding:0 14px!important;box-sizing:border-box}.leader-fundraiser-slider .slick-slide>div{height:100%}.leader-slide-item{height:100%}.leader-fundraiser-card{position:relative;width:100%;height:450px;background:#fff;border-radius:18px;padding:16px;overflow:hidden}.leader-fundraiser-rank{position:absolute;top:0;left:1px;z-index:5;width:58px;height:58px;border-radius:50%;background:#8557f5;color:#fff;border:3px solid #fff;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:800}.leader-fundraiser-image{width:100%;border-radius:10px;overflow:hidden;background:#f4f4f4}.leader-fundraiser-image img{width:100%;height:300px;object-fit:contain;object-position:center;padding-left:15px;padding-right:15px;padding-top:15px;background:#fff}.leader-fundraiser-content{padding-top:22px}.leader-fundraiser-content h4{margin:0 0 14px;font-size:21px;font-weight:800;color:#111}.leader-fundraiser-content h5{margin-left:10px;font-size:14px;font-weight:400;color:#40405a;height:25px}.leader-fundraiser-slider .pr-popup-arrow{position:absolute;top:42%;z-index:20;width:40px;height:37px;border:none;border-radius:50%;background:#000;color:transparent;cursor:pointer;margin-right:10px}.leader-fundraiser-slider .pr-popup-prev{left:-34px}.leader-fundraiser-slider .pr-popup-next{right:-34px}.leader-fundraiser-slider .pr-popup-arrow:before{content:"";position:absolute;top:50%;left:50%;width:13px;height:13px;border-top:2px solid #fff;border-left:2px solid #fff}.leader-fundraiser-slider .pr-popup-prev:before{transform:translate(-35%,-50%) rotate(-45deg)}.leader-fundraiser-slider .pr-popup-next:before{transform:translate(-65%,-50%) rotate(135deg)}.leader-fundraiser-cta{text-align:center}.leader-fundraiser-cta button{width:190px;height:46px;border-radius:12px;background:#2b1008;color:#fff;border:none;font-size:15px;font-weight:600}.pr-popup-container{width:min(1520px,calc(100% - 95px));margin:0 auto}.pr-popup-slider,.leader-fundraiser-slider{width:100%;margin-left:auto;margin-right:auto}.leader-fundraiser-slider{margin-bottom:46px}.pr-popup-slider .slick-slide{padding:0 24px!important;box-sizing:border-box}.pr-popup-slider .slick-slide>div{padding:0!important}.pr-popup-slider .slick-slide{padding:0 14px!important;box-sizing:border-box;margin-right:7.8px}.pr-popup-slider .slick-slide>div{box-sizing:border-box}.leader-fundraiser-slider .slick-slide{padding:0 6px!important;box-sizing:border-box}@media (max-width: 900px){.pr-popup-section{padding-top:70px}.pr-popup-container{width:min(100% - 28px,620px)}.pr-popup-intro h2{font-size:26px;gap:18px}.pr-popup-intro h2:before,.pr-popup-intro h2:after{width:34px}.pr-popup-prev{left:-12px}.pr-popup-next{right:-12px}}@media (max-width: 580px){.pr-popup-section{padding:50px 0 35px}.pr-popup-container{width:calc(100% - 24px)}.pr-popup-intro{margin-bottom:38px}.pr-popup-intro h2{font-size:22px;gap:12px}.pr-popup-intro h2:before,.pr-popup-intro h2:after{width:24px}.pr-popup-heading-block h2{font-size:21px}.pr-popup-slider{margin-bottom:55px}.pr-popup-arrow{width:44px;height:44px}.pr-popup-cta-wrap{margin-top:-25px}}@media (max-width: 768px){.pr-popup-section{padding:42px 0 40px!important;overflow:hidden!important}.pr-popup-container{width:100%!important;max-width:100%!important;padding:0 14px!important;margin:0 auto!important;overflow:hidden!important;box-sizing:border-box!important}.pr-popup-slider,.leader-fundraiser-slider{width:100%!important;margin:0 auto 42px!important;padding:0!important;overflow:hidden!important;position:relative!important}.pr-popup-slider .slick-list,.leader-fundraiser-slider .slick-list{width:100%!important;margin:0!important;padding:0!important;overflow:hidden!important}.pr-popup-slider .slick-track,.leader-fundraiser-slider .slick-track{display:flex!important;align-items:stretch!important}.pr-popup-slider .slick-slide,.leader-fundraiser-slider .slick-slide{padding:0!important;margin:0!important;box-sizing:border-box!important}.pr-popup-slider .slick-slide>div,.leader-fundraiser-slider .slick-slide>div{width:100%!important;padding:0!important;margin:0!important;box-sizing:border-box!important}.pr-popup-card,.leader-fundraiser-card{width:100%!important;margin:0!important;box-sizing:border-box!important}.pr-popup-card{height:auto!important;padding:12px!important;border-radius:12px!important;background:#fff!important;box-shadow:none!important}.pr-popup-image-wrap{width:100%!important;height:205px!important;margin:0!important;border-radius:8px!important;background:#f7f0df!important;overflow:hidden!important}.pr-popup-image-wrap img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}.pr-popup-content{padding:14px 0 0!important}.pr-popup-content h4{margin:16px 8px!important;font-size:16px!important;line-height:1.3!important}.pr-popup-content p{font-size:15px!important;margin-bottom:10px!important;padding-left:7px}.pr-popup-progress{height:9px!important;margin-bottom:12px!important;margin-left:5px;width:347px}.pr-popup-content h5{font-size:15px!important;margin-bottom:10px!important;padding-left:7px}.pr-popup-content button{height:34px!important;margin-top:8px!important;font-size:12px!important}.pr-popup-arrow,.leader-fundraiser-slider .pr-popup-arrow{width:38px!important;height:38px!important;top:105px!important;transform:translateY(-50%)!important;background:#000!important;border-radius:50%!important;z-index:30!important;margin:0!important}.pr-popup-prev,.leader-fundraiser-slider .pr-popup-prev{left:8px!important}.pr-popup-next,.leader-fundraiser-slider .pr-popup-next{right:8px!important}.pr-popup-arrow:before{width:9px!important;height:9px!important}.leader-fundraiser-heading{margin:34px 0 22px!important}.leader-fundraiser-heading h2{font-size:24px!important;line-height:1.3!important}.leader-fundraiser-card{height:auto!important;min-height:auto!important;padding:12px!important;border-radius:12px!important;background:#fff!important;box-shadow:none!important}.leader-fundraiser-image{width:100%!important;height:205px!important;border-radius:8px!important;overflow:hidden!important;background:#f7f0df!important}.leader-fundraiser-image img{width:100%!important;height:100%!important;padding:0!important;object-fit:cover!important;display:block!important}.leader-fundraiser-rank{width:48px!important;height:48px!important;top:8px!important;left:8px!important;font-size:16px!important}.leader-fundraiser-content{padding-top:14px!important;padding-bottom:14px}.leader-fundraiser-content h5{margin:0 0 8px!important;height:auto!important;font-size:16px!important;line-height:1.3!important;padding-left:10px}.leader-fundraiser-slider .pr-popup-arrow{top:105px!important}}@media (max-width: 768px){.pr-popup-container,.pr-popup-slider,.leader-fundraiser-slider{position:relative!important;overflow:visible!important}.pr-popup-slider .slick-list,.leader-fundraiser-slider .slick-list{overflow:hidden!important}.pr-popup-card,.leader-fundraiser-card{position:relative!important;overflow:visible!important}.pr-popup-arrow,.leader-fundraiser-slider .pr-popup-arrow{position:absolute!important;z-index:99999!important;width:38px!important;height:38px!important;background:#000!important;border-radius:50%!important;border:none!important;color:transparent!important;top:103px!important;transform:translateY(-50%)!important;pointer-events:auto!important;margin:0!important}.pr-popup-prev,.leader-fundraiser-slider .pr-popup-prev{left:-12px!important;right:auto!important}.pr-popup-next,.leader-fundraiser-slider .pr-popup-next{right:-13px!important;left:auto!important}.pr-popup-arrow:before,.leader-fundraiser-slider .pr-popup-arrow:before{content:""!important;position:absolute!important;top:50%!important;left:50%!important;width:9px!important;height:9px!important;border-top:2px solid #fff!important;border-left:2px solid #fff!important}.pr-popup-prev:before,.leader-fundraiser-slider .pr-popup-prev:before{transform:translate(-35%,-50%) rotate(-45deg)!important}.pr-popup-next:before,.leader-fundraiser-slider .pr-popup-next:before{transform:translate(-65%,-50%) rotate(135deg)!important}}.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports (outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports (outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}.pr-product-section{padding:70px 0 80px;background:#faf8f3;margin-top:-120px}.pr-product-container{width:min(1500px,calc(100% - 80px));margin:0 auto}.pr-main-heading{text-align:center;font-size:34px;font-weight:800;color:#111;margin-bottom:40px}.pr-product-slider{position:relative}.pr-product-card{background:#fff;border-radius:18px;padding:10px 10px 20px;text-align:center;box-shadow:0 8px 24px #00000014;min-height:300px}.pr-product-image-box{background:#f6efdf;border-radius:12px;height:320px;display:flex;align-items:center;justify-content:center;overflow:hidden}.pr-product-image{max-width:80%;max-height:280px;object-fit:contain}.pr-product-title{margin:22px 0 10px;font-size:22px;font-weight:700;color:#111}.pr-product-price{font-size:19px;font-weight:700;color:#111;margin-bottom:22px}.pr-product-btn{width:135px;height:42px;border:1px solid #ff6b35;border-radius:10px;background:#fff;color:#111;font-size:14px;cursor:pointer;transition:all .25s ease}.pr-product-btn:hover{background:#ff6b35;color:#fff}.pr-search-wrap{text-align:center;margin-top:40px}.pr-search-btn{width:210px;height:44px;border:2px solid #888;border-radius:15px;background:#fff;color:#333;cursor:pointer;font-weight:700}.pr-product-slider .splide__arrow{width:54px;height:54px;background:#000;opacity:1}.pr-product-slider .splide__arrow svg{fill:#fff;width:18px;height:18px}.pr-product-slider .splide__arrow--prev{left:-28px;margin-top:-40px}.pr-product-slider .splide__arrow--next{right:-28px;margin-top:-40px}.pr-product-slider .splide__pagination{display:none}.pr-product-image-box{position:relative;overflow:hidden}.pr-product-image{transition:opacity .3s ease,transform .3s ease}.pr-product-hover-desc{position:absolute;top:0;right:0;bottom:0;left:0;background:#fffaf0db;display:flex;align-items:center;justify-content:center;padding:22px;text-align:center;opacity:0;visibility:hidden;transition:.3s ease}.pr-product-hover-desc p{margin:0;font-size:15px;line-height:1.45;color:#111;font-weight:400}.pr-product-card:hover .pr-product-hover-desc{opacity:1;visibility:visible}.pr-product-card:hover .pr-product-image{opacity:.28;transform:scale(1.02)}li#splide01-slide01{margin-bottom:50px}@media (max-width: 1200px){.pr-product-container{width:calc(100% - 40px)}.pr-product-image-box{height:260px}.pr-product-card{min-height:430px}}@media (max-width: 768px){.pr-main-heading{font-size:26px}.pr-product-slider .splide__arrow--prev{left:-10px}.pr-product-slider .splide__arrow--next{right:-10px}}@media (max-width: 768px){.pr-product-section{padding:42px 0 48px!important;margin-top:-45px!important;background:#faf8f3!important;overflow:hidden!important}.pr-product-container{width:100%!important;max-width:100%!important;padding:0 14px!important;margin:0 auto!important;box-sizing:border-box!important}.pr-main-heading{font-size:22px!important;line-height:1.25!important;margin:0 0 24px!important;padding:0 10px!important;text-align:center!important}.pr-product-slider{width:100%!important;position:relative!important;overflow:visible!important}.pr-product-slider .splide{width:100%!important}.pr-product-slider .splide__track{overflow:hidden!important;border-radius:14px!important}.pr-product-slider .splide__list{align-items:stretch!important}.pr-product-slider .splide__slide{padding:0!important;box-sizing:border-box!important}.pr-product-card{width:100%!important;min-height:auto!important;background:#fff!important;border-radius:14px!important;padding:10px 10px 16px!important;box-shadow:0 5px 16px #0000001a!important;text-align:center!important;box-sizing:border-box!important}.pr-product-image-box{width:100%!important;height:220px!important;background:#f6efdf!important;border-radius:12px!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important}.pr-product-image{max-width:82%!important;max-height:190px!important;object-fit:contain!important;display:block!important}.pr-product-title{margin:16px 0 8px!important;font-size:16px!important;font-weight:700!important;line-height:1.25!important;color:#111!important}.pr-product-price{margin:0 0 14px!important;font-size:15px!important;font-weight:700!important;color:#111!important}.pr-product-hover-desc{display:none!important}.pr-product-card:hover .pr-product-image{opacity:1!important;transform:none!important}.pr-search-wrap{margin-top:26px!important;text-align:center!important}.pr-search-btn{width:180px!important;height:38px!important;border-radius:10px!important;font-size:13px!important}.pr-product-slider .splide__arrow{width:38px!important;height:38px!important;background:#000!important;opacity:1!important;z-index:20!important;top:115px!important;transform:translateY(-50%)!important}.pr-product-slider .splide__arrow svg{fill:#fff!important;width:14px!important;height:14px!important}.pr-product-slider .splide__arrow--prev{left:8px!important;margin-top:0!important}.pr-product-slider .splide__arrow--next{right:8px!important;margin-top:0!important}.pr-product-slider .splide__pagination{display:none!important}li[id^=splide][id*=slide]{margin-bottom:0!important}}@media (max-width: 420px){.pr-product-section{padding:36px 0 42px!important;margin-top:-35px!important}.pr-product-container{padding:0 12px!important}.pr-main-heading{font-size:20px!important;margin-bottom:20px!important}.pr-product-image-box{height:250px!important}.pr-product-image{max-height:175px!important}.pr-product-title{font-size:19px!important}.pr-product-price{font-size:18px!important}.pr-product-slider .splide__arrow{width:36px!important;height:36px!important;top:142px!important}.pr-product-slider .splide__arrow--prev{left:-7px!important}.pr-product-slider .splide__arrow--next{right:-8px!important}}.pr-home-page{width:100%;min-height:100vh;background:#fbf9f4;color:#1d1d1d;font-family:Arial,Helvetica,sans-serif;overflow-x:hidden}.pr-benefits-section{max-width:1800px;margin:-95px auto 110px;background:#fff;border-radius:28px;box-shadow:0 22px 45px #0000001f;position:relative;z-index:5;padding:46px 52px}.pr-live-store-section{background:#fbfaf6;padding:60px 0 80px}.pr-products-section-wrap{background:#fbfaf6;padding:40px 0 100px}@media (max-width: 768px){.pr-benefits-section{margin:-45px 18px 70px;padding:28px 22px;border-radius:22px}.pr-live-store-section{padding:40px 0 60px}.pr-products-section-wrap{padding:30px 0 70px}}.rel-products-section{background:#f8f6f3;padding:45px 0 75px}.rel-products-container{max-width:1180px;margin:0 auto}.rel-products-title{text-align:center;font-size:38px;font-weight:700;margin:0 0 55px;color:#111}.rel-product-card{background:#fff;border-radius:12px;padding:14px 14px 18px;margin:0 9px;text-align:center;cursor:pointer}.rel-product-image{background:#fbefd9;border-radius:8px;height:315px;display:flex;align-items:center;justify-content:center}.rel-product-image img{max-width:85%;max-height:260px;object-fit:contain}.rel-product-name{font-size:18px;font-weight:500;margin:22px 0 10px;color:#111}.rel-product-price{font-size:16px;font-weight:700;margin:0 0 18px;color:#111}.rel-shop-btn{width:100px;height:34px;border:1px solid #ff6b35;border-radius:8px;background:#fff;color:#111;font-size:12px;cursor:pointer}.rel-arrow{width:46px;height:46px;border:none;border-radius:50%;background:#000;color:#fff;font-size:34px;line-height:1;position:absolute;top:47%;transform:translateY(-50%);z-index:20;cursor:pointer}.rel-prev{left:-30px}.rel-next{right:-30px}@media (max-width: 768px){.rel-prev{left:2px}.rel-next{right:4px}}.pdetail-page{background:#f8f6f3;padding:55px 52px 70px}.pdetail-topbar{max-width:1340px;margin:0 auto 34px;padding-bottom:32px;border-bottom:1px solid #ddd8d0;display:flex;justify-content:space-between;align-items:center}.pdetail-back-btn{width:54px;height:34px;border:1px solid #111;border-radius:6px;background:#fff;font-size:12px;cursor:pointer}.pdetail-filter{display:flex;align-items:center;gap:12px;font-size:12px;color:#777}.pdetail-filter button{height:34px;padding:0 20px;border:1px solid #111;border-radius:20px;background:#fff;font-size:12px;cursor:pointer}.pdetail-main{max-width:1340px;margin:0 auto;display:grid;grid-template-columns:1.45fr 1fr;gap:36px;align-items:stretch}.pdetail-left{background:#fbefd9;border-radius:12px;min-height:625px;display:flex;align-items:center;justify-content:center}.pdetail-left img{width:72%;max-width:520px;max-height:540px;object-fit:contain}.pdetail-right{position:relative;background:#fff;border-radius:12px;padding:26px 28px;min-height:625px;box-shadow:0 5px 18px #00000029}.pdetail-right h2{margin:0 0 14px;font-size:22px;line-height:1.25;font-weight:700;color:#111}.pdetail-right h4{margin:0 0 26px;font-size:17px;font-weight:400;color:#111}.pdetail-size{margin:0 0 26px;font-size:12px;color:#777}.pdetail-size span{color:#111;font-weight:500}.pdetail-qty-row{display:flex;align-items:center;gap:14px;margin-bottom:118px;font-size:12px;color:#777}.pdetail-qty{height:28px;min-width:86px;border:1px solid #d8d8d8;border-radius:20px;display:flex;align-items:center;overflow:hidden;background:#fff}.pdetail-qty button{width:28px;border:none;background:transparent;font-size:16px;cursor:pointer;color:#555}.pdetail-qty input{width:30px;border:none;outline:none;text-align:center;font-size:13px;background:transparent}.pdetail-add-btn{width:250px;height:44px;border:none;border-radius:7px;background:#ff6b35;color:#fff;font-size:12px;cursor:pointer;box-shadow:0 10px 18px #ff6b3540;margin-bottom:44px}.pdetail-faq{border-top:1px solid #eeeeee}.pdetail-faq-item{border-bottom:1px solid #eeeeee}.pdetail-faq-title{height:62px;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.pdetail-faq-title span{font-size:18px;font-weight:500;color:#111}.pdetail-faq-title button{width:24px;height:24px;border:1px solid #111;border-radius:50%;background:#fff;font-size:14px;line-height:20px;cursor:pointer}.pdetail-faq-body{padding:0 0 16px}.pdetail-faq-body p{font-size:15px;line-height:1.5;color:#555;margin:0}.pdetail-cart-icon{position:absolute;right:-54px;top:-18px;cursor:pointer}.pdetail-cart-icon img{width:48px;height:48px;object-fit:contain}.pdetail-cart-icon span{position:absolute;right:-7px;top:-9px;width:22px;height:22px;background:red;color:#fff;border-radius:50%;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center}.pdetail-arrow-btn{width:24px;height:24px;border:1px solid #111;border-radius:50%;background:#fff;color:#111;font-size:13px;line-height:1;display:flex;align-items:center;justify-content:center;padding:0;cursor:pointer}.bag-close-btn{border:none;background:transparent;font-size:33px;line-height:1;cursor:pointer;color:#111}.bag-item-info h5{margin:0 10px 5px;font-size:15px;font-weight:700;color:#111}.bag-item-info p{margin:0 10px 9px;font-size:15px;color:#555}.bag-qty-row{display:flex;align-items:center;gap:7px;font-size:16px;color:#555;margin-left:10px}.bag-item-price{text-align:right;font-size:18px;font-weight:700;color:#111}.bag-price-row span,.bag-price-row strong{font-size:14px;color:#555}.bag-total-row span,.bag-total-row strong{font-size:17px;font-weight:700;color:#111}.pdetail-arrow-btn{width:24px!important;height:24px!important;border:1px solid #111!important;border-radius:50%!important;background:#fff!important;position:relative!important;cursor:pointer!important;padding:0!important;flex-shrink:0!important}.pdetail-arrow-btn:before{content:"";position:absolute;width:10px;height:1.5px;background:#111;top:50%;left:50%;transform:translate(-50%,-50%)}.pdetail-arrow-btn:after{content:"";position:absolute;width:1.5px;height:10px;background:#111;top:50%;left:50%;transform:translate(-50%,-50%)}.pdetail-arrow-btn.open:after{display:none}.cart-toast-container{top:70px!important;right:20px!important;z-index:999999!important}.Toastify__toast-container,.Toastify__toast{z-index:999999!important}@media (max-width: 900px){.pdetail-page{padding:24px 14px 45px!important;background:#f8f6f3}.pdetail-topbar{max-width:100%;margin:0 0 20px!important;padding-bottom:16px!important;display:flex;align-items:center;justify-content:space-between;gap:12px}.pdetail-back-btn{width:58px;height:34px;font-size:12px;border-radius:6px}.pdetail-filter{gap:8px;font-size:12px}.pdetail-filter button{height:34px;padding:0 14px;font-size:12px;white-space:nowrap}.pdetail-main{max-width:100%;display:grid;grid-template-columns:1fr!important;gap:18px!important}.pdetail-left{width:100%;min-height:auto!important;height:360px;border-radius:12px;background:#fbefd9;display:flex;align-items:center;justify-content:center}.pdetail-left img{width:82%!important;max-width:320px!important;max-height:310px!important;object-fit:contain}.pdetail-right{min-height:auto!important;padding:22px 18px 24px!important;border-radius:12px;box-shadow:0 5px 18px #0000001f}.pdetail-right h2{font-size:20px!important;line-height:1.3;margin-bottom:12px!important}.pdetail-right h4{font-size:18px!important;font-weight:600;margin-bottom:20px!important}.pdetail-size{font-size:13px;margin-bottom:18px!important}.pdetail-qty-row{margin-bottom:26px!important;display:flex;align-items:center;gap:14px;font-size:13px}.pdetail-qty{height:32px;min-width:96px}.pdetail-qty button{width:32px;height:32px}.pdetail-qty input{width:32px;font-size:14px}.pdetail-add-btn{width:100%!important;height:44px;margin-bottom:28px!important;font-size:13px;border-radius:8px}.pdetail-faq-title{height:56px}.pdetail-faq-title span{font-size:16px}.pdetail-faq-body p{font-size:14px;line-height:1.55}.pdetail-cart-icon{right:12px!important;top:12px!important}.pdetail-cart-icon img{width:38px;height:38px}.pdetail-cart-icon span{width:18px;height:18px;font-size:10px}}@media (max-width: 600px){.bag-drawer-overlay{background:#00000040!important;pointer-events:auto!important}.bag-drawer{top:auto!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;max-height:82vh!important;border-radius:16px 16px 0 0!important;padding:16px 16px 18px!important}.bag-drawer-header{padding-bottom:14px}.bag-cart-items{max-height:280px}.bag-cart-item{grid-template-columns:56px 1fr 48px!important;gap:10px;padding:14px 0}.bag-item-img{width:50px;height:62px;margin-left:4px}.bag-item-img img{max-width:45px;max-height:56px}.bag-item-info h5{font-size:12px;line-height:1.3}.bag-item-info p{font-size:11px}.bag-qty-row{flex-wrap:wrap;gap:6px;font-size:11px}.bag-item-price{font-size:12px}.bag-coupon-row input,.bag-coupon-row button{height:36px;font-size:12px}.bag-checkout-btn{height:42px;font-size:13px}.bag-note{font-size:15px;line-height:1.4}}@media (max-width: 380px){.pdetail-page{padding:20px 10px 40px!important}.pdetail-left{height:315px}.pdetail-left img{max-width:285px!important;max-height:275px!important}.pdetail-right{padding:20px 14px 22px!important}.pdetail-right h2{font-size:18px!important}.pdetail-filter span{display:none}.bag-cart-item{grid-template-columns:50px 1fr 44px!important}}.eflav-page{background:#fbf8f3;padding:34px 0 72px;font-family:Arial,sans-serif}.eflav-container{max-width:1120px;margin:0 auto;padding:0 20px}.eflav-heading-wrap{display:flex;align-items:center;justify-content:center;gap:22px}.eflav-heading-wrap h2{margin:0;font-size:26px;font-weight:800;text-transform:uppercase;color:#777097;letter-spacing:.3px}.eflav-title-line{width:42px;height:2px;background:#ff5f52}.eflav-subtitle{margin:15px 0 34px;text-align:center;font-size:15px;color:#111;font-weight:700}.eflav-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.eflav-card{background:#fff;border-radius:10px;padding:14px 14px 18px;box-shadow:0 4px 14px #0000001f;text-align:center;cursor:pointer}.eflav-image-box{height:338px;background:#fff3df;border-radius:6px;display:flex;align-items:center;justify-content:center;overflow:hidden}.eflav-image-box img{max-width:82%;max-height:82%;object-fit:contain}.eflav-card h4{margin:16px 0 6px;font-size:15px;font-weight:700;color:#111}.eflav-card p{margin:0 0 12px;font-size:17px;font-weight:700;color:#111}.eflav-card button{height:34px;padding:0 20px;border:1px solid #ff7043;border-radius:10px;background:#fff;color:#595252;font-size:13px;cursor:pointer}.eflav-view-wrap{display:flex;justify-content:center;margin-top:40px}.eflav-view-wrap button{height:32px;padding:0 20px;border:1px solid #111;border-radius:7px;background:#fff;color:#111;font-size:11px;cursor:pointer}.bag-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:transparent;z-index:99999;pointer-events:none}.bag-drawer{position:fixed;top:58px;right:38px;width:335px;max-height:calc(100vh - 70px);background:#fff;border-radius:0 0 8px 8px;box-shadow:0 8px 28px #0000002e;padding:14px 16px 16px;pointer-events:auto;overflow-y:auto}.bag-drawer-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:13px;border-bottom:1px solid #eee}.bag-drawer-title{display:flex;align-items:center;gap:9px}.bag-title-icon{font-size:15px;color:#222}.bag-drawer-title h4{margin:0;font-size:15px;font-weight:700;color:#111}.bag-close-btn{border:none;background:transparent;font-size:22px;line-height:1;cursor:pointer;color:#111}.bag-cart-items{max-height:230px;overflow-y:auto;padding-right:4px}.bag-cart-item{position:relative;display:grid;grid-template-columns:58px 1fr 58px;gap:10px;padding:16px 0;border-bottom:1px solid #f0f0f0}.bag-item-count{position:absolute;left:0;top:14px;width:15px;height:15px;background:#865dff;color:#fff;border-radius:50%;font-size:9px;font-weight:700;display:flex;align-items:center;justify-content:center}.bag-item-img{width:54px;height:64px;background:#fbefd9;border-radius:3px;display:flex;align-items:center;justify-content:center;margin-left:8px}.bag-item-img img{max-width:48px;max-height:58px;object-fit:contain}.bag-item-info h5{margin:0 0 5px;font-size:15px;font-weight:700;color:#111}.bag-item-info p{margin:0 0 9px;font-size:13px;color:#555}.bag-qty-row{display:flex;align-items:center;gap:7px;font-size:10px;color:#555}.bag-qty-box{width:72px;height:24px;border:1px solid #ddd;border-radius:16px;display:flex;align-items:center;overflow:hidden}.bag-qty-box button{width:23px;height:24px;border:none;background:transparent;font-size:12px;cursor:pointer;padding:0}.bag-qty-box input{width:24px;border:none;outline:none;text-align:center;font-size:11px;background:transparent}.bag-item-price{text-align:right;font-size:11px;font-weight:700;color:#111}.bag-coupon-row{display:flex;gap:8px;margin-top:16px}.bag-coupon-row input{flex:1;height:34px;border:1px solid #aaa;border-radius:4px;padding:0 9px;font-size:11px;outline:none}.bag-coupon-row button{width:56px;height:34px;border:1px solid #ff6b35;color:#ff6b35;background:#fff;border-radius:6px;font-size:11px;cursor:pointer}.bag-price-box{margin-top:18px;border-bottom:1px solid #eee}.bag-price-row,.bag-total-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:13px}.bag-price-row span,.bag-price-row strong{font-size:11px;color:#555}.bag-total-row span,.bag-total-row strong{font-size:14px;font-weight:700;color:#111}.bag-checkout-btn{width:100%;height:38px;background:#ff6b35;color:#fff;border:none;border-radius:7px;font-size:11px;cursor:pointer;margin-top:15px}.bag-note{margin-top:18px;background:#fff4ed;border-radius:5px;padding:12px 10px;font-size:14px;color:#555}.eflav-image-box{width:100%;height:340px;background:#fbefd9;border-radius:8px;display:flex;align-items:center;justify-content:center;overflow:hidden}.eflav-image-box img{max-width:78%;max-height:78%;object-fit:contain;display:block}.eflav-page-loader{min-height:360px;display:flex;flex-direction:column;align-items:center;justify-content:center}.eflav-loader-spinner{width:42px;height:42px;border:4px solid #eeeeee;border-top-color:#ff6b35;border-radius:50%;animation:eflavSpin .8s linear infinite;margin-bottom:14px}.eflav-page-loader p{font-size:14px;font-weight:600;color:#333}@keyframes eflavSpin{to{transform:rotate(360deg)}}@media (max-width: 900px){.eflav-grid{grid-template-columns:1fr}.eflav-heading-wrap h2{font-size:20px;text-align:center}.eflav-image-box{height:230px}}@media (max-width: 900px){.eflav-page{padding:24px 0 50px;background:#fbf8f3}.eflav-container{padding:0 12px}.eflav-grid{grid-template-columns:repeat(2,1fr);gap:14px}.eflav-card{background:#fff;border-radius:10px;padding:10px 8px 14px;box-shadow:0 4px 14px #0000001f;text-align:center;cursor:pointer}.eflav-image-box{width:100%;height:150px;background:#fbefd9;border-radius:8px;display:flex;align-items:center;justify-content:center;overflow:hidden}.eflav-image-box img{max-width:82%;max-height:88%;object-fit:contain;display:block}.eflav-card h4{margin:12px 0 6px;font-size:13px;font-weight:700;line-height:1.25;color:#111;min-height:34px}.eflav-card p{margin:0 0 10px;font-size:14px;font-weight:700;color:#111}.eflav-card button{display:inline-flex!important;align-items:center;justify-content:center;height:32px;padding:0 16px;border:1px solid #ff7043;border-radius:8px;background:#fff;color:#595252;font-size:12px;cursor:pointer}.eflav-heading-wrap h2{font-size:20px;text-align:center}}.ck-page{background:#f8f6f3;min-height:100vh;font-family:Arial,sans-serif}.ck-header{height:54px;background:#fff;border-bottom:1px solid #e8e8e8;box-shadow:0 1px 6px #00000014}.ck-header-container{max-width:1180px;margin:0 auto;height:44px;display:flex;align-items:center}.ck-logo{width:100%;display:flex;align-items:center;justify-content:space-between}.ck-logo img{width:77px;height:56px;object-fit:fit;margin-top:7px}.ck-close-icon{font-size:19px;cursor:pointer;color:#111;margin-top:10px;margin-right:23px}.ck-main{padding:22px 0 90px}.ck-container{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:620px 340px;gap:56px;align-items:flex-start}.ck-form-section{width:100%}.ck-summary-section{background:#fff;border-radius:4px;padding:14px;box-shadow:0 2px 12px #00000014;position:sticky;top:20px;height:471px;width:400px}.ck-section-title{font-size:13px;font-weight:700;color:#111;margin:0 0 10px}.ck-card{margin-top:24px}.ck-field{margin-bottom:8px;position:relative}.ck-field input,.ck-field select,.ck-note-textarea{width:55%;height:41px;border:1px solid #dcdcdc;border-radius:7px;background:#fff;padding:0 10px;font-size:16px;outline:none}.ck-field input:focus,.ck-field select:focus,.ck-note-textarea:focus{border-color:#3154d4}.ck-field-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.ck-checkbox-row{margin:8px 0 12px}.ck-checkbox-row label{display:flex;align-items:flex-start;gap:6px;font-size:14px;line-height:1.4;color:#555}.ck-checkbox-row input{width:12px;height:12px;margin-top:1px}.ck-phone-group{display:grid;grid-template-columns:64px 1fr;gap:8px;margin-bottom:8px}.ck-phone-group select,.ck-phone-group input{height:34px;border:1px solid #dcdcdc;border-radius:3px;background:#fff;padding:0 10px;font-size:11px}.ck-delivery-box{background:#fff}.ck-delivery-card{min-height:54px;padding:10px 12px;display:flex;align-items:flex-start;justify-content:space-between;cursor:pointer;border-bottom:1px solid #eee;background:#fff}.ck-delivery-label{display:none}.ck-delivery-details{display:flex;gap:8px}.ck-delivery-title{font-size:11px;font-weight:700;color:#111}.ck-delivery-desc{font-size:10px;color:#555;margin-top:3px}.ck-delivery-price{font-size:11px;font-weight:700}.ck-contribute-box{background:#fff2df;padding:12px;margin-bottom:10px;width:90%}.ck-contribute-box h4{font-size:14px;font-weight:700;margin:0 0 4px}.ck-contribute-box h5{font-size:12px;font-weight:400;color:#555;margin:0 0 3px}.ck-note-textarea{height:95px;padding-top:10px;resize:none;margin-bottom:14px;width:90%}.ck-secure-text{font-size:12px;color:#555;margin:-4px 0 8px}.ck-payment-card{background:#fff;border:1px solid #d9dfe8;border-radius:4px;overflow:hidden}.ck-payment-header{height:38px;border-bottom:1px solid #e4e4e4;padding:0 10px;display:flex;align-items:center;justify-content:space-between}.ck-payment-left{display:flex;align-items:center;gap:6px}.ck-payment-left h4{font-size:11px;margin:0}.ck-card-icons{display:flex;gap:4px}.ck-card-icons img{width:26px;height:16px;object-fit:contain}.ck-payment-body{padding:10px}.ck-card-name{margin-top:12px}.ck-pay-btn{width:145px;height:36px;border:none;border-radius:5px;background:#ff6b35;color:#fff;font-size:11px;margin-top:28px;cursor:pointer}.ck-pay-btn:disabled{opacity:.65;cursor:not-allowed}.ck-autocomplete{position:absolute;top:36px;left:0;right:0;background:#fff;border:1px solid #ddd;z-index:999}.ck-suggestion,.ck-suggestion-active{padding:8px;font-size:11px;cursor:pointer}.ck-suggestion-active{background:#f1f1f1}.ck-payment-card{width:88%;background:#fff;border:1.25px solid #cfd8ea;border-radius:10px;overflow:hidden}.ck-payment-header{height:38px;padding:0 14px;border-bottom:1px solid #e5e8ef;display:flex;align-items:center;justify-content:space-between}.ck-payment-left{display:flex;align-items:center;gap:8px}.ck-payment-left input{display:none}.ck-payment-left h4{margin:0;font-size:13px;font-weight:700;color:#111}.ck-card-icons{display:flex;align-items:center;gap:6px}.ck-card-icons img{height:16px;width:auto;object-fit:contain}.ck-payment-body{padding:12px;background:#fff}.ck-payment-body .StripeElement{height:36px;border:1px solid #dde1ea;border-radius:5px;padding:10px 12px;background:#fff;margin-bottom:10px}.ck-card-name{margin-top:0}.ck-card-name input{width:100%;height:41px;border:1px solid #dde1ea;border-radius:5px;padding:0 12px;font-size:13px;outline:none}.ck-card-name input::placeholder{color:#8f98a8}.ck-form-section{max-width:640px}.ck-section-title{font-size:14px;font-weight:700;color:#111;margin:0 0 14px}.ck-card{margin-top:50px}.ck-field{margin-bottom:12px}.ck-field input,.ck-field select{width:100%;height:42px;border:1px solid #dcdcdc;border-radius:9px;background:#fff;padding:0 12px;font-size:15px;color:#111;outline:none}.ck-field input::placeholder{color:#777}.ck-field input:focus,.ck-field select:focus{border:2px solid #163b83}.ck-field-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.ck-checkbox-row{margin:10px 0 46px}.ck-checkbox-row label{display:flex;align-items:center;gap:8px;font-size:13px;color:#555;width:91%}.ck-checkbox-row input{width:13px;height:13px}.ck-phone-group{height:42px;display:grid;grid-template-columns:78px 1fr;align-items:center;border:1.6px solid #dcdcdc;border-radius:9px;background:#fff;margin-top:4px;width:90%;overflow:hidden}.ck-phone-group select{height:100%;border:none;border-right:1px solid #eee;padding-left:10px;font-size:15px;outline:none}.ck-phone-group input{height:100%;border:none;padding:0 12px;font-size:15px;outline:none}.ck-phone-group:after{content:"♡";position:absolute;right:12px;color:#cfcfcf}.ck-address-field{position:relative}.ck-autocomplete{position:absolute;top:44px;left:0;right:0;background:#fff;border:1px solid #ddd;z-index:999}.ck-suggestion,.ck-suggestion-active{padding:9px 12px;font-size:12px;cursor:pointer}.ck-suggestion-active{background:#f3f3f3}.ck-field-row{display:grid;grid-template-columns:1fr 1fr;gap:88px;width:81%}.ck-field-row{display:grid;grid-template-columns:1fr 1fr;gap:45px;width:90%}.ck-field-row .ck-field input,.ck-field-row .ck-field select{width:100%}.ck-field input,.ck-field select{width:90%;border:1px solid #dde1ea;border-radius:5px!important}.ck-delivery-box{width:94%;background:transparent;border:none}.ck-delivery-group{margin-bottom:22px}.ck-delivery-card{width:94%;min-height:90px;background:#fff;border:1.5px solid #ddd;border-radius:6px;padding:18px 20px;display:flex;justify-content:space-between;align-items:flex-start;cursor:pointer}.ck-delivery-card.selected{border:3px solid #ff6b35}.ck-delivery-details{display:flex;gap:14px;align-items:flex-start}.ck-delivery-details input[type=radio]{width:20px;height:20px;accent-color:#ff6b35;margin-top:2px}.ck-delivery-title{font-size:16px;font-weight:700;color:#111;margin-bottom:10px}.ck-delivery-desc{font-size:15px;color:#555;margin-bottom:6px}.ck-delivery-desc:last-child{display:inline-block;border:1px solid #f6b11a;border-radius:6px;padding:4px 8px;color:#555;background:#fffaf0}.ck-delivery-price{font-size:20px;font-weight:700;color:#111}.ck-delivery-card:not(.selected) .ck-delivery-price{color:#7d4cff}.ck-delivery-card{min-height:68px;padding:12px 18px}.ck-delivery-group{margin-bottom:16px}.ck-delivery-title{font-size:15px;margin-bottom:6px}.ck-delivery-desc{font-size:13px;margin-bottom:4px}.ck-delivery-desc:last-child{padding:2px 7px;font-size:13px}.ck-delivery-price{font-size:18px}.ck-delivery-details input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border:2px solid #ff6b35;border-radius:50%;background:#fff;position:relative}.ck-delivery-details input[type=radio]:checked{border:6px solid #ff6b35}.ck-summary-section{width:390px!important;height:auto!important;background:#fff!important;border-radius:12px!important;padding:18px!important;box-shadow:0 8px 24px #0000001f!important;overflow:visible!important}.ck-summary-title{font-size:15px!important;font-weight:700!important;margin:0 0 22px!important;padding-bottom:18px!important;border-bottom:1px solid #e5e5e5!important}.ck-summary-item{display:grid!important;grid-template-columns:105px 1fr 48px!important;gap:16px!important;align-items:center!important;padding:18px 0!important;border-bottom:none!important}.ck-summary-image{width:95px!important;height:82px!important;background:#fbefd9!important;border-radius:5px!important}.ck-summary-info{min-width:0!important}.ck-summary-info h5{font-size:12px!important;font-weight:500!important;line-height:1.25!important;margin:0 0 8px!important}.ck-summary-info p{font-size:11px!important;color:#777!important;margin:0 0 22px!important}.ck-summary-qty{width:92px!important;height:30px!important;border:1px solid #eee!important;border-radius:18px!important;display:grid!important;grid-template-columns:28px 1fr 28px!important;align-items:center!important;padding:0!important;position:relative!important}.ck-summary-qty:before{content:"Quantity :"!important;position:absolute!important;left:0!important;top:-22px!important;font-size:13px!important;color:#999!important}.ck-summary-qty button{width:28px!important;height:28px!important;border:none!important;background:transparent!important;font-size:18px!important;cursor:pointer!important}.ck-summary-qty span{text-align:center!important;font-size:14px!important;color:#111!important}.ck-summary-item>strong{font-size:14px!important;font-weight:700!important;text-align:right!important;align-self:start!important;padding-top:6px!important}.ck-summary-prices{margin-top:24px!important;padding-top:22px!important;border-top:1px solid #e5e5e5!important}.ck-summary-prices>div{display:flex!important;justify-content:space-between!important;margin-bottom:16px!important}.ck-summary-prices span{font-size:13px!important;color:#999!important}.ck-summary-prices strong{font-size:13px!important;color:#111!important;font-weight:600!important}.ck-summary-total{border-top:1px solid #e5e5e5!important;padding-top:16px!important}.ck-summary-total span{color:#111!important;font-size:15px!important;font-weight:600}.ck-summary-total strong{font-size:16px!important}.ck-summary-image{width:95px!important;height:82px!important;min-width:95px!important;overflow:hidden!important}.ck-summary-item{grid-template-columns:105px 1fr 48px!important;align-items:center!important}.ck-summary-info p{margin-bottom:24px!important}.ck-summary-qty{margin-top:0!important}.ck-summary-prices{clear:both!important}.ck-summary-items{max-height:300px;overflow-y:auto;overflow-x:hidden;padding-right:6px}.ck-summary-item{display:grid!important;grid-template-columns:105px 1fr 45px!important;gap:16px!important;align-items:center!important}.ck-summary-image{width:95px!important;height:82px!important;background:#fbefd9!important;border-radius:5px!important;overflow:visible!important;position:relative!important}.ck-summary-image img{width:72px!important;height:72px!important;max-width:72px!important;max-height:72px!important;object-fit:contain!important;display:block!important}.ck-summary-image span{position:absolute!important;top:-8px!important;left:-8px!important;z-index:5!important;display:none}.ck-summary-section{height:auto!important;max-height:820px;overflow:hidden}.ck-summary-image{display:flex!important;align-items:center!important;justify-content:center!important}.ck-summary-image img{margin:auto!important;object-position:center!important}.ck-summary-qty{width:78px!important;height:24px!important;border-radius:14px!important;padding:0!important}.ck-summary-qty button{width:22px!important;height:22px!important;font-size:16px!important}.ck-summary-qty span{font-size:12px!important}.ck-summary-qty:before{top:-18px!important;font-size:11px!important}.ck-payment-body .StripeElement{height:42px!important;padding:13px 12px!important;border:1px solid #dde1ea!important;border-radius:5px!important;background:#fff!important;margin-bottom:10px!important;box-sizing:border-box!important;width:100%}.ck-field1 input,.ck-field select{width:100%;border:1px solid #dde1ea;border-radius:5px!important}.header-logo-img{max-height:50px;width:auto;object-fit:contain}.ck-summary-loader-wrap{min-height:170px;display:flex;flex-direction:column;align-items:center;justify-content:center}.ck-summary-loader{width:34px;height:34px;border:4px solid #eeeeee;border-top-color:#ff6b35;border-radius:50%;animation:ckSummarySpin .8s linear infinite;margin-bottom:10px}.ck-summary-loader-wrap p{margin:0;font-size:12px;font-weight:600;color:#333}.ck-summary-items,.ck-summary-item{overflow:visible!important}.ck-summary-image{position:relative!important;overflow:visible!important}.ck-summary-image span{position:absolute!important;top:-10px!important;left:-10px!important;z-index:20!important;width:26px!important;height:26px!important;border-radius:50%!important;background:#8557f5!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:13px!important;font-weight:700!important;line-height:1!important}@keyframes ckSummarySpin{to{transform:rotate(360deg)}}@media (max-width: 900px){.ck-container{grid-template-columns:1fr;padding:0 16px;gap:25px}.ck-summary-section{position:static;order:-1}.ck-field-row{grid-template-columns:1fr}}@media (max-width: 900px){.ck-container{display:flex!important;flex-direction:column!important;grid-template-columns:none!important;gap:0!important;padding:0 16px!important;max-width:100%!important}.ck-form-section{display:contents!important}.ck-form-section>*{order:1}.ck-summary-section{order:2!important;position:static!important;width:100%!important;max-width:100%!important;height:auto!important;max-height:none!important;margin:24px 0 28px!important;padding:18px!important;border-radius:12px!important;overflow:visible!important;box-shadow:0 6px 18px #0000001a!important}.ck-card:has(.ck-contribute-box){order:3!important}.ck-card:has(.ck-payment-card){order:4!important}.ck-field,.ck-field input,.ck-field select,.ck-note-textarea,.ck-phone-group,.ck-payment-card,.ck-contribute-box,.ck-delivery-box{width:100%!important}.ck-field-row{width:100%!important;grid-template-columns:1fr!important;gap:0!important}.ck-delivery-card{width:100%!important}.ck-summary-items{max-height:none!important;overflow:visible!important;padding-right:0!important}}@media (max-width: 900px){.ck-page{background:#f8f6f3!important}.ck-main{padding:22px 0 60px!important}.ck-container{display:flex!important;flex-direction:column!important;max-width:100%!important;width:100%!important;padding:0 22px!important;gap:0!important}.ck-form-section{width:100%!important;max-width:100%!important}.ck-section-title{font-size:15px!important;font-weight:700!important;color:#111!important;margin:0 0 14px!important}.ck-card{margin-top:72px!important;width:100%!important}.ck-card:first-of-type{margin-top:70px!important}.ck-field{width:100%!important;margin-bottom:11px!important}.ck-field input,.ck-field select{width:328px!important;height:40px!important;border:1px solid #dde1ea!important;border-radius:5px!important;background:#fff!important;padding:0 13px!important;font-size:15px!important;color:#111!important;outline:none!important;box-sizing:border-box!important}.ck-field input::placeholder{color:#777!important}.ck-field-row{width:100%!important;display:grid!important;grid-template-columns:1fr!important;gap:0!important}.ck-checkbox-row{margin:18px 0 0!important;width:100%!important}.ck-checkbox-row label{width:100%!important;display:flex!important;align-items:flex-start!important;gap:8px!important;font-size:13px!important;line-height:1.35!important;color:#333!important}.ck-checkbox-row input{width:15px!important;height:15px!important;margin-top:1px!important;flex-shrink:0!important}.ck-phone-group{width:328px!important;height:40px!important;display:grid!important;grid-template-columns:72px 1fr!important;border:1px solid #dde1ea!important;border-radius:7px!important;background:#fff!important;overflow:hidden!important;margin-top:2px!important;box-sizing:border-box!important;position:relative!important}.ck-phone-group select{width:100%!important;height:100%!important;border:none!important;border-right:1px solid #eeeeee!important;background:#fff!important;padding:0 12px!important;font-size:15px!important;outline:none!important}.ck-phone-group input{width:100%!important;height:100%!important;border:none!important;background:#fff!important;padding:0 14px!important;font-size:15px!important;outline:none!important}.ck-phone-group:after{display:none!important;content:none!important}.ck-note-textarea{width:100%!important;height:95px!important;border:1px solid #dde1ea!important;border-radius:5px!important;background:#fff!important;padding:12px!important;font-size:12px!important;resize:none!important;box-sizing:border-box!important}.ck-autocomplete{top:42px!important;left:0!important;right:0!important;width:100%!important;z-index:9999!important}.ck-summary-info h5{font-size:15px!important;font-weight:600!important;line-height:1.25!important;margin:0 0 8px!important}}.stripe-loader-page{min-height:100vh;background:#f8f6f3;display:flex;flex-direction:column;align-items:center;justify-content:center}.stripe-loader{width:42px;height:42px;border:4px solid #eeeeee;border-top-color:#ff6b35;border-radius:50%;animation:stripeSpin .8s linear infinite;margin-bottom:14px}.stripe-loader-page p{font-size:14px;font-weight:600;color:#333;margin:0}@keyframes stripeSpin{to{transform:rotate(360deg)}}.ccf-page{min-height:100vh;background:#f8f6f3;font-family:Arial,sans-serif;color:#111}.ccf-header{width:100%;height:62px;background:#fff;border-bottom:1px solid #eeeeee;box-shadow:0 2px 8px #00000014;position:sticky;top:0;z-index:100}.ccf-header-inner{max-width:1240px;height:62px;margin:0 auto;padding:0 34px;display:flex;align-items:center;justify-content:space-between}.ccf-logo{display:flex;align-items:center;cursor:pointer}.ccf-logo img{width:112px;max-height:50px;object-fit:contain;display:block}.ccf-nav{display:flex;align-items:center;gap:30px}.ccf-nav button,.ccf-header-actions button{border:none;background:transparent;font-size:13px;color:#111;cursor:pointer}.ccf-header-actions{display:flex;align-items:center;gap:14px}.ccf-login-btn{background:#21130f!important;color:#fff!important;padding:9px 18px!important;border-radius:4px!important}.ccf-main{padding:34px 0 0}.ccf-container{max-width:1140px;margin:0 auto;padding:0 32px;display:grid;grid-template-columns:1.45fr 1fr;gap:24px;align-items:start}.ccf-left{display:flex;flex-direction:column;gap:18px}.ccf-thank-card{min-height:315px;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-left:255px;width:100%}.ccf-check-circle{width:126px;height:126px;border-radius:50%;background:#0c0;display:flex;align-items:center;justify-content:center;margin-bottom:42px}.ccf-check-circle span{width:52px;height:28px;border-left:8px solid #fff;border-bottom:8px solid #fff;transform:rotate(-45deg);margin-top:-8px}.ccf-thank-card h1{margin:0 0 10px;font-size:25px;font-weight:800;color:#202238}.ccf-thank-card p{margin:0;font-size:13px;color:#111}.ccf-address-card{background:#fff;border-radius:5px;border:1px solid #d8d8d8;padding:18px 22px}.ccf-address-card h4{margin:0 0 14px;font-size:15px;font-weight:700;color:#111;display:flex;align-items:center;gap:9px}.ccf-address-icon{font-size:14px;color:#555}.ccf-address-card p{margin:0;font-size:12px;color:#666;line-height:1.5}.ccf-summary-card{background:#fff;border-radius:6px;padding:18px 20px;box-shadow:0 5px 18px #00000021}.ccf-summary-card h3{margin:0 0 16px;font-size:15px;font-weight:700;color:#111;display:flex;align-items:center;gap:8px}.ccf-summary-card h3 img{width:16px;height:16px;object-fit:contain}.ccf-summary-items{padding-bottom:14px;border-bottom:1px solid #e9e9e9}.ccf-summary-item{display:grid;grid-template-columns:42px 1fr 56px;gap:10px;align-items:center;margin-bottom:14px}.ccf-summary-img{width:38px;height:38px;background:#fbefd9;border-radius:3px;display:flex;align-items:center;justify-content:center}.ccf-summary-img img{max-width:34px;max-height:34px;object-fit:contain}.ccf-summary-info h5{margin:0 0 4px;font-size:11px;font-weight:700;color:#111}.ccf-summary-info p{margin:0;font-size:9px;color:#777}.ccf-summary-item strong{text-align:right;font-size:12px;font-weight:700}.ccf-empty-summary{margin:0;font-size:12px;color:#777}.ccf-price-box{padding:16px 0 10px;border-bottom:1px solid #e9e9e9}.ccf-price-box>div{display:flex;justify-content:space-between;margin-bottom:12px}.ccf-price-box span{font-size:11px;color:#777}.ccf-price-box strong{font-size:12px;color:#111}.ccf-total-row{margin-top:18px;padding-top:12px;border-top:1px solid #e9e9e9}.ccf-total-row span,.ccf-total-row strong{font-size:13px;font-weight:700;color:#111}.ccf-payment-box{padding-top:14px}.ccf-payment-box h4{margin:0 0 14px;font-size:14px;font-weight:700}.ccf-payment-box>div{display:flex;justify-content:space-between;align-items:center}.ccf-payment-box span{color:#314dce;font-size:12px;font-weight:700}.ccf-payment-box strong{font-size:11px;font-weight:400;color:#111}.ccf-related-products{margin-top:58px}.ccf-related-products .rel-products-section{background:#f8f6f3!important;padding-top:0!important}@media (max-width: 900px){.ccf-header{height:58px}.ccf-header-inner{height:58px;padding:0 16px}.ccf-logo img{width:86px;max-height:48px}.ccf-nav,.ccf-header-actions{display:none}.ccf-main{padding:22px 0 0}.ccf-container{display:flex;flex-direction:column;padding:0 14px;gap:18px}.ccf-left{width:100%;order:1}.ccf-summary-card{width:100%;order:2;box-sizing:border-box}.ccf-thank-card{min-height:255px;padding:28px 14px}.ccf-check-circle{width:86px;height:86px;margin-bottom:28px}.ccf-check-circle span{width:36px;height:20px;border-left-width:6px;border-bottom-width:6px}.ccf-thank-card h1{font-size:20px;text-align:center;line-height:1.25}.ccf-thank-card p{font-size:12px;text-align:center}.ccf-address-card{padding:16px}.ccf-summary-item{grid-template-columns:44px 1fr 52px}.ccf-related-products{margin-top:36px}}@media (max-width: 420px){.ccf-container{padding:0 12px}.ccf-thank-card{min-height:235px}.ccf-thank-card h1{font-size:18px}.ccf-summary-card{padding:16px}}.tm-page{min-height:100vh;background:#f7f9fc;padding:14px 24px!important;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#111827}.tm-card{background:transparent;border:none;box-shadow:none;padding:0}.tm-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px}.tm-header h2{margin:0 0 4px;font-size:22px;line-height:26px;font-weight:700;color:#111827}.tm-header p{margin:0;font-size:13px;line-height:17px;color:#64748b}.tm-actions-bar{display:flex;align-items:center;gap:12px;margin:0}.tm-past-btn{height:40px;min-width:198px;padding:0 16px;border-radius:8px;background:#fff;border:1px solid #e5e7eb;color:#111827;font-size:13px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;box-shadow:0 1px 2px #0f172a0a}.tm-download-btn{color:#15803d}.tm-filter-icon{color:#64748b;font-size:13px}.tm-download-icon{font-size:18px;color:#16a34a;height:100px;min-width:20px}.tm-filter-wrap{position:relative;display:inline-block}.tm-filter-dropdown{position:absolute;top:calc(100% + 8px);left:0;z-index:9999;width:320px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:14px;box-shadow:0 12px 30px #0f172a24;margin-left:-100px}.tm-filter-grid{display:flex;flex-direction:column;gap:10px}.tm-filter-grid select,.tm-filter-grid input{width:100%;height:40px;border:1px solid #d1d5db;border-radius:8px;padding:0 12px;font-size:13px;outline:none;background:#fff}.tm-filter-grid select:focus,.tm-filter-grid input:focus{border-color:#2563eb}.tm-filter-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:14px}.tm-clear,.tm-apply{height:36px;padding:0 16px;border-radius:8px;border:none;font-size:13px;font-weight:600;cursor:pointer}.tm-clear{background:#f3f4f6;color:#374151}.tm-apply{background:#2563eb;color:#fff}.tm-apply:disabled{opacity:.45;cursor:not-allowed}.tm-applied-filter{display:inline-flex;align-items:center;gap:5px;background:#eef8f3;border:1px solid #cfe8dc;color:#145c3e;padding:8px 12px;border-radius:999px;font-size:12px;margin-bottom:14px}.tm-applied-filter button{border:none;background:transparent;color:#145c3e;font-size:18px;line-height:1;cursor:pointer;margin-left:4px}.tm-table-wrap{width:100%;overflow-x:auto;border:1px solid #e5e7eb;border-radius:12px;background:#fff}.tm-table{width:100%;min-width:1180px;border-collapse:collapse;table-layout:auto}.tm-table thead{background:#f9fafb}.tm-table thead th{background:#f9fafb;color:#6b7280;font-size:12px;font-weight:600;text-align:left;padding:12px 14px!important;border-bottom:1px solid #e5e7eb;white-space:nowrap;cursor:pointer}.tm-th{display:flex;align-items:center;gap:6px;white-space:nowrap}.tm-th img{width:12px;height:12px;opacity:.65}.tm-table tbody td{padding:12px 14px!important;font-size:13px;color:#374151;border-bottom:1px solid #f1f5f9;height:54px;white-space:nowrap;vertical-align:middle}.tm-table tbody tr:hover{background:#f9fafb}.tm-email{color:#2563eb!important;font-weight:500}.tm-status{display:inline-flex;align-items:center;justify-content:center;min-width:46px;height:24px;padding:0 10px;border-radius:999px;font-size:11px;font-weight:700}.tm-status.yes{background:#e8f7ef;color:#008a3d}.tm-status.no{background:#fff1f2;color:#be123c}.tm-checkbox-col{width:46px;text-align:center!important}.tm-checkbox-col input,input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:#2563eb}.tm-empty{text-align:center;padding:28px!important;color:#6b7280!important;font-weight:500}.tm-past-pagination-row{height:64px;padding:0 18px;border:1px solid #e5e7eb;border-top:none;border-radius:0 0 12px 12px;display:grid;grid-template-columns:1fr auto 132px;align-items:center;gap:16px;background:#fff}.tm-results-text{font-size:12px;font-weight:500;color:#64748b}.tm-selected-count{color:#15803d;font-weight:700}.tm-pagination{display:flex;align-items:center;gap:6px;justify-content:center}.tm-pagination button{width:34px;height:34px;border:1px solid transparent;background:transparent;color:#0f172a;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer}.tm-pagination button:hover:not(:disabled){background:#f8fafc;border-color:#e5e7eb}.tm-pagination button.active{background:#eef4ff;color:#2563eb;border-color:#eef4ff}.tm-pagination button:disabled{color:#cbd5e1;border-color:#e5e7eb;background:#fff;cursor:not-allowed}.tm-per-page{width:132px;height:36px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#0f172a;font-size:12px;font-weight:600;padding:0 12px;outline:none}.tm-past-pagination-row{position:relative!important;display:flex!important;align-items:center!important;justify-content:space-between!important}.tm-pagination{position:absolute!important;left:50%!important;transform:translate(-50%)!important}.tm-results-text{flex:1!important}.tm-per-page{margin-left:auto!important}.tm-loading-card{width:100%;min-height:260px;background:#fff;border:1px solid #e5e7eb;border-radius:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:18px;box-shadow:0 6px 18px #0f172a0a}.tm-loader-spinner{width:42px;height:42px;border:4px solid #e5e7eb;border-top-color:green;border-radius:50%;animation:tmSpin .8s linear infinite;margin-bottom:14px}.tm-loading-card p{margin:0;font-size:15px;font-weight:700;color:#111827}.tm-loading-card span{margin-top:6px;font-size:12px;color:#6b7280}@keyframes tmSpin{to{transform:rotate(360deg)}}@media (max-width: 900px){.tm-page{padding:16px!important;width:100%;overflow-x:hidden}.tm-header{flex-direction:column;margin-bottom:14px}.tm-actions-bar{width:100%;overflow-x:auto}.tm-table{min-width:900px}.tm-past-pagination-row{height:auto;padding:12px;grid-template-columns:1fr;align-items:flex-start}.tm-filter-dropdown{left:0;right:auto;width:300px}}@media (max-width: 768px){.tm-past-pagination-row{position:static!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;gap:12px!important;height:auto!important;padding:14px 12px!important;border-radius:0 0 12px 12px!important}.tm-results-text{flex:unset!important;width:100%!important;text-align:center!important;font-size:12px!important;line-height:18px!important;color:#64748b!important}.tm-pagination{position:static!important;left:auto!important;transform:none!important;width:100%!important;display:flex!important;justify-content:center!important;align-items:center!important;gap:6px!important;order:2!important}.tm-pagination button{width:32px!important;height:32px!important;min-width:32px!important;border-radius:8px!important;font-size:12px!important}.tm-per-page{order:3!important;width:100%!important;max-width:180px!important;height:38px!important;margin:0 auto!important;text-align:center!important;font-size:12px!important}}@media (max-width: 768px){.tm-past-pagination-row{width:100%!important;height:auto!important;padding:14px 12px 16px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;gap:12px!important;background:#fff!important;border:1px solid #e5e7eb!important;border-top:none!important;border-radius:0 0 14px 14px!important;box-sizing:border-box!important}.tm-results-text{width:100%!important;margin:0!important;text-align:center!important;font-size:12px!important;line-height:18px!important;color:#64748b!important;white-space:normal!important}.tm-pagination{width:100%!important;display:flex!important;justify-content:center!important;align-items:center!important;gap:8px!important;flex-wrap:nowrap!important}.tm-pagination button{width:32px!important;min-width:32px!important;height:32px!important;padding:0!important;border-radius:8px!important;font-size:12px!important;font-weight:600!important}.tm-pagination button.active{background:#eef4ff!important;color:#2563eb!important}.tm-per-page{width:150px!important;height:38px!important;margin:0 auto!important;font-size:12px!important;border-radius:8px!important;text-align:center!important}}.frx-page{padding:14px 24px!important;background:#f7f9fc;min-height:100vh;font-family:Inter,sans-serif}.frx-header,.frx-header-row{margin:0 0 12px!important}.frx-header h2,.frx-header-row h2{font-size:22px!important;line-height:26px!important;font-weight:700!important;color:#111827!important;margin:0 0 4px!important}.frx-header p,.frx-header-row p{font-size:13px!important;line-height:17px!important;color:#64748b!important;margin:0!important}.frx-tab-action-row{display:flex!important;justify-content:space-between!important;align-items:center!important;margin:12px 0 18px!important;gap:16px!important}.frx-tabs{display:inline-flex!important;align-items:center!important;background:#f1f3f5!important;padding:4px!important;border-radius:7px!important;gap:0!important;width:fit-content!important;height:38px!important;margin:0!important}.frx-tabs button{border:none!important;background:transparent!important;height:35px!important;min-width:136px!important;padding:0 14px!important;font-size:11px!important;font-weight:600!important;color:#6b7280!important;border-radius:5px!important;cursor:pointer!important;white-space:nowrap!important;line-height:30px!important;text-align:center!important;margin-top:1px}.frx-tabs button.active{background:#fff!important;color:#2563eb!important;box-shadow:0 1px 4px #0f172a14!important;margin-top:1px}.frx-actions{display:flex;justify-content:flex-end;gap:10px;margin:16px 0}.frx-btn{height:36px;padding:0 14px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer}.frx-btn-outline{border:1px solid #d1d5db;background:#fff}.frx-btn-green{background:#16a34a;color:#fff;border:none}.frx-table-card{background:#fff;border-radius:12px;border:1px solid #e5e7eb;overflow:hidden;width:100%!important;max-width:100%!important}.frx-table-scroll{width:100%!important;overflow-x:auto!important}.frx-table{width:100%!important;min-width:1180px!important;table-layout:auto!important;border-collapse:collapse!important}.frx-table thead{background:#f9fafb}.frx-table th{padding:12px 14px!important;font-size:12px!important;color:#6b7280;font-weight:600;text-align:left;border-bottom:1px solid #e5e7eb;white-space:nowrap!important}.frx-table td{padding:12px 14px!important;font-size:13px!important;color:#374151;border-bottom:1px solid #f1f5f9;height:54px!important;white-space:nowrap!important;vertical-align:middle!important}.frx-table tr:hover{background:#f9fafb}.frx-th-inner{display:flex!important;align-items:center!important;gap:6px!important;white-space:nowrap!important}.frx-org,.frx-org-cell{display:flex!important;align-items:center!important;gap:10px!important;white-space:nowrap!important}.frx-avatar,.frx-org-logo{width:26px!important;height:26px!important;min-width:26px!important;background:#e5e7eb;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;overflow:hidden}.frx-org-logo img{width:100%!important;height:100%!important;object-fit:cover!important}.frx-img,.frx-small-img,.frx-table td img{width:26px!important;height:26px!important;max-width:26px!important;max-height:26px!important;border-radius:5px!important;object-fit:cover!important}.frx-link,.frx-url-link{color:#2563eb!important;font-weight:600!important;text-decoration:none!important;white-space:nowrap!important}.frx-status{padding:4px 10px;border-radius:999px;font-size:12px;border:none}.frx-status.pending{background:#fff3cd;color:#b45309}.frx-status.completed{background:#dcfce7;color:#15803d}.frx-footer{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;font-size:12px;color:#6b7280}.frx-pagination{display:flex;gap:6px}.frx-pagination button{border:none;background:#eef2f6;padding:6px 10px;border-radius:6px;cursor:pointer}.frx-pagination button.active{background:#2563eb;color:#fff}.pr-content{padding-top:14px!important;padding-left:16px!important;padding-right:16px!important}.frx-table-footer{height:64px;padding:0 18px;border-top:1px solid #eef2f7;display:flex;align-items:center;justify-content:space-between;background:#fff;gap:16px}.frx-table-footer p{margin:0;font-size:12px;font-weight:500;color:#64748b;min-width:220px}.frx-pagination{display:flex;align-items:center;gap:6px;justify-content:center;flex:1}.frx-pagination button{width:34px;height:34px;border:1px solid transparent;background:transparent;color:#0f172a;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer}.frx-pagination button:hover{background:#f8fafc;border-color:#e5e7eb}.frx-pagination button.active{background:#eef4ff;color:#2563eb;border-color:#eef4ff}.frx-pagination button:disabled{color:#cbd5e1;border-color:#e5e7eb;background:#fff;cursor:not-allowed}.frx-page-size{margin-left:auto;width:132px;height:36px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#0f172a;font-size:12px;font-weight:600;padding:0 12px;outline:none}.frx-status-pill{-moz-appearance:none;appearance:none;-webkit-appearance:none;border:1px solid transparent;border-radius:999px;padding:5px 22px 5px 10px;font-size:12px;font-weight:600;line-height:1;cursor:pointer;outline:none;background-repeat:no-repeat;background-position:right 8px center;background-size:10px;width:75px;text-align:center!important;text-align-last:center!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0!important;height:24px!important}.frx-status-pill.pending{width:80px;background-color:#fff7ed;color:#d97706;border-color:#fed7aa}.frx-status-pill.completed{width:80px;background-color:#ecfdf5;color:#16a34a;border-color:#bbf7d0}.frx-filter-wrap{position:relative;display:inline-block}.frx-filter-popover{position:absolute;top:calc(100% + 8px);left:0;z-index:9999;width:320px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:14px;box-shadow:0 12px 30px #0f172a24;margin-left:-40px}.frx-filter-row{display:flex;flex-direction:column;gap:10px}.frx-filter-row select,.frx-filter-row input{width:100%;height:40px;border:1px solid #d1d5db;border-radius:8px;padding:0 12px;font-size:13px;outline:none;background:#fff}.frx-filter-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:14px}.frx-filter-clear,.frx-filter-apply{height:36px;padding:0 16px;border-radius:8px;border:none;font-size:13px;font-weight:600;cursor:pointer}.frx-filter-clear{background:#f3f4f6;color:#374151}.frx-filter-apply{background:#2563eb;color:#fff}.frx-download-green{background:linear-gradient(180deg,#16a34a,#15803d);color:#fff;border:none;border-radius:10px;height:40px;padding:0 18px;font-size:13px;font-weight:600;display:flex;align-items:center;gap:8px;cursor:pointer}.frx-download-green:hover{background:#15803d}input[type=checkbox]{width:16px;height:16px;cursor:pointer}.frx-actions{display:flex;align-items:center;gap:12px}.frx-filter-btn,.frx-download-green{height:40px;min-width:118px;padding:0 16px;border-radius:8px;background:#fff;border:1px solid #e5e7eb;color:#334155;font-size:13px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;box-shadow:0 1px 2px #0f172a0a}.frx-filter-btn:hover,.frx-download-green:hover{background:#f8fafc;border-color:#dbe3ea}.frx-filter-icon{color:#64748b;font-size:13px}.frx-caret{color:#64748b;font-size:13px;margin-left:4px}.frx-download-green{color:#15945f}.frx-download-green svg,.frx-download-green span:first-child{color:#15945f}.frx-filter-btn,.frx-download-green{height:40px;min-width:196px;padding:0 16px;border-radius:8px;background:#fff;border:1px solid #e5e7eb;font-size:13px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:9px;cursor:pointer;box-shadow:0 1px 2px #0f172a0a}.frx-filter-btn{color:#111827}.frx-download-green{color:#15803d}.frx-btn-icon{width:18px;height:18px;stroke-width:2.2;color:#64748b}.frx-btn-icon.download{color:#16a34a}.frx-btn-caret{width:17px;height:17px;stroke-width:2.5;color:#334155;margin-left:4px}.frx-edit-input{width:130px;height:34px;border:1px solid #d1d5db;border-radius:7px;padding:0 10px;font-size:13px;outline:none}.frx-file-input{display:block;margin-top:6px;width:130px;font-size:11px;width:155px}.frx-edit-btn,.frx-save-btn,.frx-cancel-btn{height:32px;padding:0 12px;border-radius:7px;border:none;font-size:12px;font-weight:600;cursor:pointer;width:60px}.frx-edit-btn{background:#eef4ff;color:#2563eb}.frx-save-btn{background:#16a34a;color:#fff}.frx-cancel-btn{background:#f3f4f6;color:#374151}.frx-edit-actions{display:flex;gap:8px}.frx-qr-box{width:26px!important;height:26px!important;border-radius:5px!important;overflow:hidden!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.frx-qr-box svg,.frx-qr-box canvas{width:26px!important;height:26px!important;display:block!important;border-radius:5px!important}.frx-date-cell{display:inline-block;max-width:95px;white-space:normal;line-height:18px}.frx-url-link{display:inline-flex;align-items:center;gap:4px}.frx-url-icon{width:12px;height:12px}.frx-loading-card{width:100%;min-height:260px;background:#fff;border:1px solid #e5e7eb;border-radius:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:18px;box-shadow:0 6px 18px #0f172a0a}.frx-loader-spinner{width:42px;height:42px;border:4px solid #e5e7eb;border-top-color:green;border-radius:50%;animation:frxSpin .8s linear infinite;margin-bottom:14px}.frx-loading-card p{margin:0;font-size:15px;font-weight:700;color:#111827}.frx-loading-card span{margin-top:6px;font-size:12px;color:#6b7280}@keyframes frxSpin{to{transform:rotate(360deg)}}.frx-qr-box{width:36px;height:36px;border:1px solid #e5e7eb;background:#fff;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:4px;transition:all .2s ease;margin-left:36px}.frx-qr-box:hover{border-color:#2563eb;box-shadow:0 4px 12px #2563eb29;transform:scale(1.04)}.frx-qr-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a94;z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px}.frx-qr-modal{width:420px;max-width:100%;background:#fff;border-radius:18px;padding:28px;position:relative;box-shadow:0 24px 80px #0f172a47;text-align:center}.frx-qr-modal-close{position:absolute;top:14px;right:16px;width:32px;height:32px;border:none;background:#f1f5f9;color:#334155;border-radius:50%;font-size:22px;line-height:1;cursor:pointer}.frx-qr-modal-close:hover{background:#e2e8f0}.frx-qr-modal h3{margin:0 0 8px;font-size:22px;font-weight:800;color:#111827}.frx-qr-modal p{margin:0 0 22px;font-size:14px;color:#64748b}.frx-qr-large-box{width:260px;height:260px;margin:0 auto 22px;border:1px solid #e5e7eb;border-radius:18px;background:#fff;display:flex;align-items:center;justify-content:center}.frx-qr-url-box{display:flex;gap:10px;align-items:center}.frx-qr-url-box input{flex:1;height:42px;border:1px solid #dbe3ef;border-radius:10px;padding:0 12px;font-size:13px;color:#334155;outline:none}.frx-qr-url-box button{height:42px;border:none;border-radius:10px;background:#2563eb;color:#fff;font-size:13px;font-weight:700;padding:0 16px;cursor:pointer;white-space:nowrap}.frx-qr-modal-close{position:absolute;top:14px;right:16px;width:32px;height:32px;border:none;background:#f1f5f9;color:#334155;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:400;line-height:1;padding:0;margin:0;cursor:pointer}.frx-qr-url-box button:hover{background:#1d4ed8}.frx-date-input{min-width:135px;cursor:pointer}@media (max-width: 520px){.frx-qr-modal{padding:24px 18px}.frx-qr-large-box{width:230px;height:230px}.frx-qr-url-box{flex-direction:column}.frx-qr-url-box input,.frx-qr-url-box button{width:100%}}@media (max-width: 768px){.frx-page{padding:16px!important;width:100%!important;overflow-x:hidden!important}.frx-tab-action-row{overflow-x:auto!important;width:100%!important}.frx-tabs{min-width:max-content!important}.frx-table-card{width:100%!important;overflow:hidden!important}.frx-table-scroll{width:100%!important;overflow-x:auto!important}.frx-table{min-width:900px!important}.frx-table th,.frx-table td{padding:10px 12px!important;font-size:12px!important}.frx-table-footer{flex-direction:column!important;align-items:flex-start!important;height:auto!important;gap:10px!important;padding:12px!important}}@media (max-width: 768px){.frx-tab-action-row{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:12px!important}.frx-tabs{width:100%!important;overflow-x:auto!important;display:flex!important;gap:6px!important}.frx-tabs button{flex:0 0 auto!important;white-space:nowrap!important}.frx-actions{width:100%!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;align-items:center!important}.frx-filter-wrap{width:100%!important;min-width:0!important}.frx-filter-btn,.frx-download-green{width:100%!important;min-width:0!important;height:42px!important;padding:0 12px!important;justify-content:center!important;border-radius:8px!important;font-size:13px!important;box-sizing:border-box!important}.frx-filter-btn span,.frx-download-green span{white-space:nowrap!important}.frx-filter-popover{height:250px;position:fixed!important;left:56px!important;right:10px!important;top:300px!important;bottom:20px!important;width:250px!important;z-index:9999!important}.frx-filter-row{display:flex!important;flex-direction:column!important;gap:10px!important}.frx-filter-row select,.frx-filter-row input{width:100%!important}}@media (max-width: 768px){.frx-table-footer{width:100%!important;padding:14px 12px 16px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;gap:12px!important;background:#fff!important;border:1px solid #e5e7eb!important;border-top:none!important;border-radius:0 0 14px 14px!important;box-sizing:border-box!important}.frx-table-footer p{width:100%!important;margin:0!important;text-align:center!important;font-size:12px!important;line-height:18px!important;color:#64748b!important;white-space:normal!important}.frx-pagination{width:100%!important;display:flex!important;justify-content:center!important;align-items:center!important;gap:8px!important;flex-wrap:nowrap!important}.frx-pagination button{width:32px!important;min-width:32px!important;height:32px!important;padding:0!important;border-radius:8px!important;font-size:12px!important;font-weight:600!important}.frx-pagination button.active{background:#eef4ff!important;color:#2563eb!important}.frx-page-size{width:150px!important;height:38px!important;margin:0 auto!important;font-size:12px!important;border-radius:8px!important;text-align:center!important}}.orders-page,.orders-page .admin,.orders-page .adminLayout,.orders-page .admin-layout{background:#f7f9fc;min-height:100vh;font-family:Inter,system-ui,sans-serif;color:#111827}.orders-page .main-area{padding:14px 24px!important;width:100%;box-sizing:border-box}.orders-page .admin-main-top{display:flex;flex-direction:column;gap:16px;margin-bottom:18px;padding-bottom:58px!important}.orders-page .admin-main-top h2{margin:0;font-size:22px;font-weight:700}.orders-page .amt-tabs-container{width:100%;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;margin-bottom:18px!important}.orders-page .tabs{display:inline-flex;align-items:center;background:#f1f3f5;padding:4px;border-radius:7px;gap:0;width:fit-content;min-height:38px;overflow-x:auto}.orders-page .tabs a{text-decoration:none!important;border:none!important;border-bottom:none!important;background:transparent;height:34px;min-width:112px;padding:0 14px;font-size:11px;font-weight:600;color:#6b7280;border-radius:5px;cursor:pointer;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center}.orders-page .tabs a.active{background:#fff!important;color:#2563eb!important;box-shadow:0 1px 4px #0f172a14!important}.orders-page .tabs a:after,.orders-page .tabs a.active:after{display:none!important;content:none!important}.orders-page .mobile-tabs-toggle{display:none}.orders-page .mobile-tabs-btn,.orders-page .download,.orders-page .action-btn,.orders-page .action-btn1,.orders-page .filter,.orders-page .filter-btn{height:40px!important;min-width:118px!important;padding:0 16px!important;border-radius:8px!important;background:#fff!important;border:1px solid #e5e7eb!important;color:#15803d!important;font-size:13px!important;font-weight:700!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;cursor:pointer!important;box-shadow:0 1px 2px #0f172a0a!important;margin:0!important}.orders-page .filter{color:#111827!important}.orders-page .download:hover,.orders-page .action-btn:hover,.orders-page .action-btn1:hover,.orders-page .filter:hover,.orders-page .filter-btn:hover{background:#f8fafc!important;border-color:#dbe3ea!important}.orders-page .orders-toolbar,.orders-page .search-filter-row,.orders-page .orders-filter-row{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:10px!important;margin:0 0 18px!important;width:100%!important}.orders-page input[type=text],.orders-page .search-box input,.orders-page .orders-search input,.orders-page .filter-input{width:260px!important;height:40px!important;border:1px solid #e5e7eb!important;border-radius:8px!important;padding:0 12px!important;font-size:13px!important;background:#fff!important;outline:none!important}.orders-page .filter-dropdown,.orders-page .filter-box,.orders-page .filter-popover{position:absolute;top:calc(100% + 8px);right:0;z-index:9999;width:320px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:14px;box-shadow:0 12px 30px #0f172a24}.orders-page .table-view,.orders-page .orders-table-card,.orders-page .wrapper2,.orders-page #wrapper2-allOrders,.orders-page #wrapper2-unfulfilledOrders,.orders-page #wrapper2-shipments,.orders-page #wrapper2-instore{width:100%;overflow-x:auto;border:1px solid #e5e7eb;border-radius:12px;background:#fff}.orders-page table{width:100%;min-width:1450px;border-collapse:collapse;table-layout:auto;background:#fff}.orders-page table thead{background:#f9fafb}.orders-page table th{background:#f9fafb;color:#6b7280;font-size:12px;font-weight:600;text-align:left;padding:12px 14px!important;border-bottom:1px solid #e5e7eb;white-space:nowrap}.orders-page table td{padding:12px 14px!important;font-size:13px;color:#374151;border-bottom:1px solid #f1f5f9;height:54px;white-space:nowrap;vertical-align:middle}.orders-page table tbody tr:hover{background:#f9fafb}.orders-page input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:#2563eb}.orders-page a{color:#2563eb;text-decoration:none;font-weight:600}.orders-page .create-label-btn,.orders-page .refund-btn,.orders-page .view-btn,.orders-page .label-btn{height:32px;padding:0 12px;border-radius:7px;border:none;font-size:12px;font-weight:600;cursor:pointer;background:#eef4ff;color:#2563eb}.orders-page td[colspan],.orders-page .empty-row,.orders-page .no-data{text-align:center!important;padding:28px!important;color:#6b7280!important;font-weight:500}.orders-page .pagination-button,.orders-page .pagination-container button,.orders-page .orders-pagination button{min-width:34px;height:34px;border:1px solid transparent;background:transparent;color:#0f172a;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer}.orders-page .pagination-container .active,.orders-page .orders-pagination .active{background:#eef4ff!important;color:#2563eb!important}.orders-page .page-size,.orders-page .orders-page-size,.orders-page select[name=pageSize]{width:132px;height:36px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#0f172a;font-size:12px;font-weight:600;padding:0 12px;outline:none}.orders-page .admin-main-top{position:relative!important}.orders-page .amt-tabs-container{display:flex!important;align-items:center!important;justify-content:flex-start!important;width:100%!important}.orders-page .amt-tabs-container .download,.orders-page .amt-tabs-container button:not(.mobile-tabs-btn){margin-left:10px!important}.orders-page .admin-main-top>div[style*="justify-content: flex-end"] input{width:220px!important;height:40px!important}.orders-page .filter{height:40px!important;min-width:118px!important}.orders-page .amt-tabs-container{justify-content:flex-end!important;gap:10px!important}.orders-page .admin-main-top{padding-bottom:58px!important}.orders-page .admin-main-top{width:100%!important;position:relative!important;padding-bottom:70px!important}.orders-page .amt-tabs-container{width:100%!important;justify-content:flex-start!important}.orders-page .tabs{margin-right:auto!important}.orders-page .amt-tabs-container>button{margin-left:10px!important}.orders-page .admin-main-top>div[style*="justify-content: flex-end"]{position:absolute!important;right:0!important;top:78px!important;display:flex!important;align-items:center!important;gap:10px!important;margin:0!important}.orders-page .admin-main-top>div[style*="justify-content: flex-end"]{top:152px!important;right:0!important}.orders-page .orders-invoice-btn{background:green!important;color:#fff!important;width:170px!important;height:40px!important;border:none!important;border-radius:8px!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;font-size:13px!important;font-weight:700!important;cursor:pointer!important}.orders-page .amt-tabs-container{position:relative!important}.orders-page .admin-main-top>div[style*="justify-content: flex-end"]{top:56px!important;right:420px!important}.orders-page .orders-invoice-btn{position:absolute!important;right:128px!important;top:56px!important;margin:0!important}.orders-page .amt-tabs-container .download{position:absolute!important;right:0!important;top:56px!important}.orders-page .admin-main-top{position:relative!important;padding-bottom:90px!important}.orders-page .amt-tabs-container{position:static!important}.orders-page .admin-main-top>div[style*="justify-content: flex-end"]{position:absolute!important;top:158px!important;right:310px!important;display:flex!important;align-items:center!important;gap:10px!important;margin:0!important}.orders-page .orders-invoice-btn{position:absolute!important;top:158px!important;right:128px!important;margin:0!important}.orders-page .amt-tabs-container .download{position:absolute!important;top:158px!important;right:0!important}.orders-page .orders-results-text{justify-self:start!important;font-size:12px!important;font-weight:500!important;color:#64748b!important;border:none!important;background:transparent!important}.orders-page .orders-pagination{justify-self:center!important;display:flex!important;align-items:center!important;gap:6px!important;height:auto!important;padding:0!important;border:none!important;background:transparent!important;border-radius:0!important}.orders-page .orders-pagination button{width:34px!important;height:34px!important;min-width:34px!important;border:1px solid transparent!important;background:transparent!important;color:#0f172a!important;border-radius:8px!important;font-size:12px!important;font-weight:600!important;padding:0!important;box-shadow:none!important}.orders-page .orders-pagination button.active{background:#eef4ff!important;color:#2563eb!important;border-color:#eef4ff!important}.orders-page .orders-page-size{justify-self:end!important;width:132px!important;height:36px!important;border:1px solid #e5e7eb!important;border-radius:8px!important;background:#fff!important;font-size:12px!important;font-weight:600!important;padding:0 12px!important}.orders-page #wrapper2-allOrders,.orders-page #wrapper2-unfulfilledOrders,.orders-page #wrapper2-shipments,.orders-page #wrapper2-instore{overflow-x:auto!important;overflow-y:hidden!important}.orders-page .pagination-container,.orders-page .pagination-row,.orders-page nav[aria-label=pagination]{height:64px;padding:0 18px!important;border:1px solid #e5e7eb;border-top:none;border-radius:0 0 12px 12px;display:flex!important;align-items:center!important;justify-content:center!important;background:#fff;margin-left:-1px}.orders-page .orders-pagination-footer{overflow:hidden!important}.orders-page .orders-pagination-footer{width:100%;height:64px;padding:0 18px;border:1px solid #e5e7eb;border-top:none;border-radius:0 0 12px 12px;background:#fff;display:grid;grid-template-columns:1fr auto 132px;align-items:center;gap:16px;margin-right:-20.5px}.orders-page .orders-results-text{font-size:12px;font-weight:500;color:#64748b}.orders-page .orders-pagination{display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;border:none!important;background:transparent!important;padding:0!important;height:auto!important}.orders-page .orders-pagination button{width:34px!important;height:34px!important;border:1px solid transparent!important;background:transparent!important;color:#0f172a!important;border-radius:8px!important;font-size:12px!important;font-weight:600!important;cursor:pointer!important}.orders-page .orders-pagination button.active{background:#eef4ff!important;color:#2563eb!important}.orders-page .orders-page-size{width:132px!important;height:36px!important;border:1px solid #e5e7eb!important;border-radius:8px!important;background:#fff!important;font-size:12px!important;font-weight:600!important;padding:0 12px!important}.orders-page #wrapper2-allOrders,.orders-page #wrapper2-unfulfilledOrders,.orders-page #wrapper2-shipments,.orders-page #wrapper2-instore{overflow-x:auto!important;overflow-y:hidden!important;border-radius:12px 12px 0 0!important}.orders-page .orders-pagination-footer{position:relative!important;width:100%!important;height:64px!important;padding:0 18px!important;border:1px solid #e5e7eb!important;border-top:none!important;border-radius:0 0 12px 12px!important;background:#fff!important;display:flex!important;align-items:center!important}.orders-page .orders-results-text{font-size:12px!important;color:#64748b!important}.orders-page .orders-pagination{position:absolute!important;left:50%!important;transform:translate(-50%)!important;display:flex!important;gap:6px!important}.orders-page .orders-page-size{margin-left:auto!important}.orders-loading-card{width:100%;min-height:260px;background:#fff;border:1px solid #e5e7eb;border-radius:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:18px;box-shadow:0 6px 18px #0f172a0a}.orders-loader-spinner{width:42px;height:42px;border:4px solid #e5e7eb;border-top-color:green;border-radius:50%;animation:ordersSpin .8s linear infinite;margin-bottom:14px}.orders-loading-card p{margin:0;font-size:15px;font-weight:700;color:#111827}.orders-loading-card span{margin-top:6px;font-size:13px;color:#6b7280}@keyframes ordersSpin{to{transform:rotate(360deg)}}.orders-top-scroll{max-width:100%;overflow-x:auto;white-space:nowrap;height:20px}.orders-scroll-width{width:2000px;height:1px}.orders-table-scroll{max-width:100%;overflow-x:auto;white-space:nowrap;height:100%;overflow-y:auto}.orders-empty-cell{text-align:center;padding:40px 20px;color:#6b7280;font-weight:600}.orders-pagination-dots{padding:0 6px;color:#64748b;font-weight:600}.orders-top-scroll{width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;white-space:nowrap;height:22px;margin:10px 0 14px;display:block}.orders-top-scroll::-webkit-scrollbar{height:10px}.orders-top-scroll::-webkit-scrollbar-track{background:#f1f3f5;border-radius:20px}.orders-top-scroll::-webkit-scrollbar-thumb{background:#8c8c8c;border-radius:20px}.orders-page .amt-tabs-container{width:fit-content!important;max-width:100%!important;display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;gap:14px!important;margin-bottom:18px!important;background:transparent!important}.orders-page .tabs{display:inline-flex!important;align-items:center!important;background:#f1f3f5!important;padding:4px!important;border-radius:7px!important;gap:0!important;width:fit-content!important;max-width:max-content!important;min-height:38px!important;overflow-x:visible!important}.shippo-setup-page{width:100%;min-height:calc(100vh - 120px);padding:48px 24px;background:radial-gradient(circle at top left,rgba(37,99,235,.12),transparent 260px),radial-gradient(circle at bottom right,rgba(59,130,246,.16),transparent 280px),#f7faff;display:flex;align-items:flex-start;justify-content:center;box-sizing:border-box}.shippo-setup-card{width:100%;max-width:920px;background:#fffffff0;border:1px solid #e5eefb;border-radius:24px;padding:42px 52px;box-shadow:0 24px 70px #0f172a14;text-align:center;box-sizing:border-box}.shippo-icon-circle{width:78px;height:78px;border-radius:50%;background:#eef5ff;display:flex;align-items:center;justify-content:center;font-size:34px;margin:0 auto 20px;box-shadow:inset 0 0 0 1px #dbeafe}.shippo-setup-card h2{margin:0;font-size:34px;line-height:42px;font-weight:800;color:#0f172a}.shippo-subtitle{margin:12px auto 26px;max-width:620px;font-size:16px;line-height:24px;color:#64748b}.shippo-link-section{margin-top:26px}.shippo-link-section h5,.shippo-key-section h5{margin:0 0 12px;font-size:17px;font-weight:800;color:#0f172a}.shippo-auth-link{width:100%;max-width:700px;min-height:52px;padding:12px 18px;margin:0 auto;border:1px solid #cfe0f7;border-radius:12px;background:#f8fbff;color:#0057ff;font-size:14px;font-weight:600;text-decoration:none;display:flex;align-items:center;gap:12px;text-align:left;word-break:break-all;box-sizing:border-box}.shippo-auth-link:hover{background:#eef6ff;border-color:#93c5fd}.shippo-link-icon{width:34px;min-width:34px;height:34px;border-radius:50%;background:#e0ecff;display:flex;align-items:center;justify-content:center}.shippo-divider{height:1px;width:100%;margin:30px 0;background:linear-gradient(90deg,transparent,#dbeafe,transparent)}.shippo-key-section{text-align:center}.shippo-key-icon{width:48px;height:48px;border-radius:50%;background:#dcfce7;color:#16a34a;margin:0 auto 14px;display:flex;align-items:center;justify-content:center;font-size:22px}.shippo-key-section p{margin:0 0 22px;font-size:14px;color:#64748b}.shippo-key-form{display:flex;justify-content:center;align-items:center;gap:14px;max-width:620px;margin:0 auto}.shippo-key-form input{height:48px;border:1px solid #cbd5e1;border-radius:10px;padding:0 16px;font-size:14px;color:#0f172a;outline:none;background:#fff;box-sizing:border-box}.shippo-key-form input:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.shippo-key-form button{height:40px;min-width:70px;border:none;border-radius:10px;background:#0057ff;color:#fff;font-size:14px;font-weight:800;cursor:pointer;box-shadow:0 10px 22px #0057ff38;margin-top:-10px}.shippo-key-form button:hover{background:#0048d9}.shippo-video-card{margin:32px auto 0;max-width:700px;min-height:210px;border:1px solid #dbeafe;border-radius:16px;background:linear-gradient(180deg,#f8fbff,#fff);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:26px;box-sizing:border-box}.shippo-video-illustration{width:230px;height:92px;position:relative;display:flex;align-items:center;justify-content:center}.shippo-video-window{width:150px;height:82px;border:2px solid #93c5fd;border-radius:12px;background:#eef6ff;position:relative;display:flex;align-items:center;justify-content:center}.shippo-window-dots{position:absolute;top:8px;left:12px;display:flex;gap:4px}.shippo-window-dots span{width:6px;height:6px;background:#60a5fa;border-radius:50%}.shippo-play-btn{width:42px;height:42px;border-radius:50%;background:#2563eb;color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;padding-left:2px}.shippo-video-card p{margin:0;color:#475569;font-size:15px}.shippo-watch-btn{height:42px;padding:0 24px;border-radius:10px;border:1px solid #dbeafe;background:#fff;color:#0057ff;font-size:14px;font-weight:800;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.shippo-watch-btn:hover{background:#eef6ff}.order-action-cell{text-align:center!important;vertical-align:middle!important;padding:14px 12px!important;color:green}.create-label-btn,.manual-fulfill-select{display:inline-flex!important;align-items:center!important;justify-content:center!important;height:40px!important;min-width:130px!important;margin:0 auto!important;box-sizing:border-box!important}.create-label-btn{background-color:#1f7a54!important;color:#fff!important;border:none!important;border-radius:6px!important;padding:0 14px!important;font-size:14px!important;font-weight:600!important;cursor:pointer!important}.manual-fulfill-select{border:1px solid #cfd4dc!important;border-radius:6px!important;background:#fff!important;color:#111827!important;font-size:14px!important;padding:0 10px!important;cursor:pointer!important}.manual-shipment-edit-btn{width:34px;height:34px;border:1px solid #d1d5db;background:#fff;color:#1f7a54;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.manual-shipment-edit-btn:hover{background:#1f7a541a;border-color:#1f7a54;transform:translateY(-1px)}.shipment-btn-disabled{opacity:.7}.manual-shipment-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:9999}.manual-shipment-modal{width:460px;max-width:calc(100vw - 32px);background:#fff;border-radius:14px;box-shadow:0 20px 45px #0f172a38;padding:22px}.manual-shipment-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.manual-shipment-modal-header h3{margin:0;font-size:18px;font-weight:700;color:#111827}.manual-shipment-modal-header button{border:none;background:#f3f4f6;color:#111827;width:30px;height:30px;border-radius:50%;font-size:22px;line-height:1;cursor:pointer}.manual-shipment-order-id{background:#f9fafb;border:1px solid #e5e7eb;padding:10px 12px;border-radius:10px;margin-bottom:16px;font-size:14px;color:#374151}.manual-shipment-form{display:grid;gap:14px}.manual-shipment-form label{display:grid;gap:7px;font-size:13px;font-weight:600;color:#374151}.manual-shipment-form input,.manual-shipment-form select{height:40px;border:1px solid #d1d5db;border-radius:9px;padding:0 12px;font-size:14px;outline:none}.manual-shipment-form input:focus,.manual-shipment-form select:focus{border-color:#1f7a54;box-shadow:0 0 0 3px #1f7a541f}.manual-shipment-modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.manual-cancel-btn,.manual-save-btn{border:none;border-radius:9px;padding:10px 16px;font-size:14px;cursor:pointer}.manual-cancel-btn{background:#f3f4f6;color:#374151}.manual-save-btn{background:#1f7a54;color:#fff}.manual-shipment-edit-btn{width:34px;height:34px;min-width:34px;border:1px solid #1f7a54;background:#1f7a54;color:#fff;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:all .2s ease}.manual-shipment-edit-btn svg{color:#fff;fill:#fff}.manual-shipment-edit-btn:hover{background:#16643f;border-color:#16643f;transform:translateY(-1px)}.shipment-no-action{color:#9ca3af;font-size:14px}.orders-page .admin-main-top>div[style*="justify-content: flex-end"]{right:560px!important;top:158px!important}.orders-page .orders-invoice-btn{right:205px!important;top:158px!important;width:170px!important}.orders-page .amt-tabs-container .download{right:0!important;top:158px!important;width:185px!important;min-width:185px!important}.orders-page .admin-main-top>div[style*="justify-content: flex-end"]{right:455px!important;top:158px!important}.orders-page .orders-invoice-btn{right:255px!important;top:158px!important}.orders-page .amt-tabs-container .download{right:40px!important;top:158px!important}@media (max-width: 768px){.shippo-setup-page{padding:24px 14px;min-height:auto}.shippo-setup-card{padding:28px 18px;border-radius:18px}.shippo-icon-circle{width:62px;height:62px;font-size:28px;margin-bottom:16px}.shippo-setup-card h2{font-size:25px;line-height:32px}.shippo-subtitle{font-size:14px;line-height:21px;margin-bottom:22px}.shippo-auth-link{font-size:12px;padding:12px;align-items:flex-start}.shippo-link-icon{width:28px;min-width:28px;height:28px;font-size:13px}.shippo-key-form{flex-direction:column;gap:12px}.shippo-video-card{padding:22px 14px;min-height:190px}.shippo-video-illustration{width:190px}.shippo-video-window{width:132px;height:74px}}@media (max-width: 900px){.orders-page .main-area{padding:16px!important}.orders-page .amt-tabs-container{align-items:flex-start}.orders-page .mobile-tabs-toggle{display:block}.orders-page .tabs{display:none;width:100%;flex-direction:column;align-items:stretch;background:#fff;border:1px solid #e5e7eb;padding:8px}.orders-page .tabs.mobile-open{display:flex}.orders-page .tabs a{width:100%;justify-content:flex-start}.orders-page table{min-width:1200px}}@media (max-width: 768px){.orders-page,.orders-page .admin,.orders-page .admin-layout,.orders-page .adminLayout{width:100%!important;max-width:100%!important;overflow-x:hidden!important;background:#f7f9fc!important}.orders-page .main-area{padding:16px!important;width:100%!important;box-sizing:border-box!important}.orders-page .admin-main-top{position:static!important;padding-bottom:0!important;margin-bottom:18px!important;display:flex!important;flex-direction:column!important;gap:14px!important}.orders-page .admin-main-top h2{font-size:22px!important;line-height:28px!important;margin-bottom:8px!important}.orders-page .amt-tabs-container{position:static!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;width:100%!important;gap:12px!important;margin:0!important}.orders-page .tabs{width:100%!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;background:#fff!important;border:1px solid #e5e7eb!important;border-radius:12px!important;padding:8px!important;box-shadow:0 6px 18px #0f172a0d!important;margin:0!important;overflow:visible!important}.orders-page .tabs a{width:100%!important;min-width:0!important;height:40px!important;justify-content:flex-start!important;padding:0 12px!important;border-radius:8px!important;font-size:13px!important;color:#475569!important}.orders-page .tabs a.active{background:#eef4ff!important;color:#2563eb!important;box-shadow:none!important}.orders-page .admin-main-top>div[style*="justify-content: flex-end"],.orders-page .orders-invoice-btn,.orders-page .amt-tabs-container .download{position:static!important;top:auto!important;right:auto!important;left:auto!important;margin:0!important;width:100%!important}.orders-page .admin-main-top>div[style*="justify-content: flex-end"]{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;align-items:stretch!important;width:100%!important}.orders-page .filter,.orders-page .download,.orders-page .orders-invoice-btn,.orders-page .action-btn,.orders-page .action-btn1,.orders-page .filter-btn{width:100%!important;min-width:0!important;height:42px!important;border-radius:10px!important;font-size:13px!important;justify-content:center!important}.orders-page .orders-invoice-btn{background:#008a3d!important;color:#fff!important}.orders-page .download{color:#15803d!important}.orders-page input[type=text],.orders-page .search-box input,.orders-page .orders-search input,.orders-page .filter-input{width:100%!important;height:42px!important;box-sizing:border-box!important}.orders-page .filter-dropdown,.orders-page .filter-box,.orders-page .filter-popover{position:fixed!important;top:auto!important;left:16px!important;right:16px!important;bottom:20px!important;width:auto!important;max-width:none!important;border-radius:16px!important;z-index:99999!important}.orders-page .table-view,.orders-page .orders-table-card,.orders-page .wrapper2,.orders-page #wrapper2-allOrders,.orders-page #wrapper2-unfulfilledOrders,.orders-page #wrapper2-shipments,.orders-page #wrapper2-instore{width:100%!important;overflow-x:auto!important;border-radius:14px 14px 0 0!important;background:#fff!important}.orders-page table{min-width:1100px!important}.orders-page table th,.orders-page table td{padding:12px 14px!important;font-size:12px!important;white-space:nowrap!important}.orders-page table td{height:50px!important}.orders-page .orders-pagination-footer{width:100%!important;height:auto!important;padding:14px 12px!important;display:flex!important;flex-direction:column!important;gap:12px!important;align-items:stretch!important;border-radius:0 0 14px 14px!important;margin:0!important}.orders-page .orders-results-text{text-align:center!important;font-size:12px!important;line-height:18px!important}.orders-page .orders-pagination{width:100%!important;justify-content:center!important;flex-wrap:wrap!important;gap:6px!important}.orders-page .orders-pagination button{width:32px!important;height:32px!important;min-width:32px!important}.orders-page .orders-page-size{width:100%!important;max-width:180px!important;height:38px!important;margin:0 auto!important}}@media (max-width: 768px){.orders-page .orders-pagination-footer{width:100%!important;height:auto!important;min-height:auto!important;padding:12px 10px 14px!important;margin:0!important;box-sizing:border-box!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;gap:10px!important;background:#fff!important;border:1px solid #e5e7eb!important;border-top:none!important;border-radius:0 0 14px 14px!important;overflow:visible!important}.orders-page .orders-results-text{width:100%!important;text-align:center!important;font-size:12px!important;line-height:18px!important;color:#64748b!important;order:1!important}.orders-page .orders-pagination{position:static!important;width:100%!important;transform:none!important;left:auto!important;right:auto!important;display:flex!important;justify-content:center!important;align-items:center!important;flex-wrap:wrap!important;gap:5px!important;order:2!important;padding:0!important;margin:0!important;background:transparent!important;border:none!important}.orders-page .orders-pagination button,.orders-page .pagination-button{width:30px!important;min-width:30px!important;height:30px!important;padding:0!important;border-radius:8px!important;font-size:12px!important;font-weight:600!important}.orders-page .orders-pagination button.active,.orders-page .pagination-button.active{background:#eef4ff!important;color:#2563eb!important}.orders-page .orders-page-size{order:3!important;width:160px!important;max-width:160px!important;height:36px!important;margin:0 auto!important;font-size:12px!important;text-align:center!important}}@media (max-width: 768px){.orders-page .tabs{display:none!important}.orders-page .tabs.mobile-open{display:flex!important;flex-direction:column!important;width:100%!important}}@media (max-width: 768px){.orders-page .table-view,.orders-page .orders-table-card,.orders-page .wrapper2,.orders-page #wrapper2-allOrders,.orders-page #wrapper2-unfulfilledOrders,.orders-page #wrapper2-shipments,.orders-page #wrapper2-instore{position:relative!important;display:block!important;width:100%!important;overflow-x:auto!important;overflow-y:visible!important;border-radius:14px 14px 0 0!important;margin-bottom:0!important}.orders-page table{min-width:1100px!important;margin-bottom:0!important}.orders-page table tbody tr:last-child td{border-bottom:1px solid #f1f5f9!important}.orders-page .orders-pagination-footer{position:relative!important;z-index:1!important;top:auto!important;left:auto!important;right:auto!important;transform:none!important;width:100%!important;height:auto!important;min-height:140px!important;margin:0!important;padding:14px 12px 16px!important;box-sizing:border-box!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;gap:12px!important;background:#fff!important;border:1px solid #e5e7eb!important;border-top:none!important;border-radius:0 0 14px 14px!important;overflow:visible!important}.orders-page .orders-results-text{width:100%!important;text-align:center!important;font-size:12px!important;line-height:18px!important;color:#64748b!important;margin:0!important;order:1!important}.orders-page .orders-pagination{position:static!important;width:100%!important;height:auto!important;display:flex!important;justify-content:center!important;align-items:center!important;flex-wrap:wrap!important;gap:8px 12px!important;padding:0!important;margin:0!important;background:transparent!important;border:none!important;order:2!important}.orders-page .orders-pagination button,.orders-page .pagination-button{width:32px!important;min-width:32px!important;height:32px!important;padding:0!important;border-radius:8px!important;font-size:12px!important;font-weight:600!important;background:transparent!important}.orders-page .orders-pagination button.active,.orders-page .pagination-button.active{background:#eef4ff!important;color:#2563eb!important}.orders-page .orders-page-size{order:3!important;width:160px!important;max-width:160px!important;height:38px!important;margin:0 auto!important;font-size:12px!important;text-align:center!important}}.my-account-modern-page{background:#f4f7fb!important;min-height:100vh!important;font-family:Inter,system-ui,sans-serif!important;color:#111827!important}.my-account-modern-page .main-area{width:100%!important;padding:28px!important}.my-account-modern-page .admin-main-top h2{font-size:34px!important;font-weight:800!important;margin:0 0 8px!important;color:#111827!important}.my-account-modern-page .admin-main-top:after{content:"Manage your personal information and account settings.";font-size:16px!important;color:#64748b!important}.my-account-modern-page .my-act-cnt1{width:100%!important;margin:24px 0 0!important;padding:0!important;background:transparent!important;box-shadow:none!important}.my-account-modern-page .cnt-section{width:100%!important;min-height:205px!important;background:#fff!important;border-radius:14px!important;padding:36px 28px!important;margin:0 0 26px!important;box-shadow:0 8px 24px #0f172a0f!important}.my-account-modern-page .cnt-section .admin-user{align-items:center!important;gap:24px!important;margin:0!important}.my-account-modern-page .admin-user .img{width:100px!important;height:110px!important;object-position:center!important;border-radius:50%!important;display:block!important;background:#eef2f7!important}.my-account-modern-page .admin-user-text h4{font-size:30px!important;font-weight:800!important;margin:0 0 8px!important;color:#111827!important}.my-account-modern-page .admin-user-text a{color:#2563eb!important;font-size:13px!important;font-weight:600!important}.my-account-modern-page .my-account-row:first-of-type{border-radius:14px 14px 0 0!important;border-top:1px solid #eef2f7!important}.my-account-modern-page .my-account-row:last-of-type{border-radius:0 0 14px 14px!important;border-bottom:1px solid #eef2f7!important}.my-account-modern-page .my-account-row{width:100%!important;min-height:76px!important;background:#fff!important;padding:14px 34px 14px 108px!important;border-bottom:1px solid #eef2f7!important;position:relative!important;display:block!important;box-sizing:border-box!important}.my-account-modern-page .mac-top{position:static!important;margin:0!important}.my-account-modern-page .mac-top label{display:block!important;font-size:16px!important;color:#111827!important;margin:0 0 8px!important;font-weight:400!important}.my-account-modern-page .inputCap{height:auto!important;border:none!important;outline:none!important;background:transparent!important;padding:0!important;margin:0!important;font-size:15px!important;color:#111827!important;display:block!important;opacity:1!important}.my-account-modern-page .mac-top a{position:absolute!important;right:34px!important;top:50%!important;transform:translateY(-50%)!important;color:#111827!important;font-weight:700!important;font-size:14px!important;text-decoration:underline!important}.my-account-modern-page .my-account-row:first-of-type:after{content:""!important;position:absolute!important;inset:-24px 0 auto 0!important;height:calc(400% + 72px)!important;border-radius:14px!important;box-shadow:0 8px 24px #0f172a0f!important;pointer-events:none!important;z-index:-1!important}.my-account-modern-page .admin-layout,.my-account-modern-page .admin,.my-account-modern-page .main-area{background:transparent!important}.my-account-modern-page input:disabled{-webkit-text-fill-color:#111827!important;opacity:1!important}.my-account-modern-page .my-act-cnt1{width:100%!important;max-width:none!important;margin:24px 0 0!important;padding:0!important;background:transparent!important;box-shadow:none!important}.my-account-modern-page .cnt-section{width:100%!important;max-width:none!important;min-height:205px!important;background:#fff!important;border-radius:14px!important;padding:36px 28px!important;margin:0 0 26px!important;box-shadow:0 8px 24px #0f172a0f!important}.my-account-modern-page .my-account-row{width:100%!important;min-height:76px!important;margin:0!important;padding:12px 34px 12px 108px!important;background:#fff!important;border-left:1px solid #eef2f7!important;border-right:1px solid #eef2f7!important;border-bottom:1px solid #eef2f7!important;border-radius:0!important;display:block!important;position:relative!important;box-shadow:none!important}.my-account-modern-page .my-account-row:first-of-type{border-top:1px solid #eef2f7!important;border-radius:14px 14px 0 0!important}.my-account-modern-page .my-account-row:last-of-type{border-radius:0 0 14px 14px!important}.my-account-modern-page .my-account-row:before{content:""!important;position:absolute!important;left:34px!important;top:50%!important;transform:translateY(-50%)!important;width:56px!important;height:56px!important;border-radius:50%!important;background:#eef6ff!important}.my-account-modern-page .mac-top a{position:absolute!important;right:34px!important;top:50%!important;transform:translateY(-50%)!important}.my-account-modern-page .account-row-icon{position:absolute;left:34px;top:50%;transform:translateY(-50%);width:56px;height:56px;border-radius:50%;background:#eef6ff;display:flex;align-items:center;justify-content:center}.my-account-modern-page .account-row-icon svg{width:23px;height:23px;color:#667085}.modern-profile-header{width:100%;background:#fff;border-radius:18px;padding:34px 36px;box-sizing:border-box;box-shadow:0 10px 28px #0f172a0d}.modern-profile-left{display:flex;align-items:center;gap:24px}.modern-profile-left .img{width:88px;height:88px;min-width:88px;border-radius:50%;overflow:hidden;background:#eef2f7}.modern-profile-left .img img{width:100%;height:100%;object-fit:cover}.modern-profile-info{display:flex;flex-direction:column;gap:10px}.modern-profile-info h4{margin:0;font-size:42px;line-height:1;font-weight:800;color:#111827}.modern-email-row{display:flex;align-items:center;gap:8px;color:#6b7280;font-size:16px}.modern-email-row svg{width:16px;height:16px}.modern-edit-photo{width:fit-content;color:#4f46e5;font-size:14px;font-weight:600;text-decoration:none}.modern-account-meta{margin-top:34px;display:flex;align-items:center;gap:12px;font-size:15px;color:#6b7280}.modern-account-meta .divider{opacity:.45}.modern-upload-actions{display:flex;gap:10px;flex-wrap:wrap}.modern-upload-actions button{height:34px;padding:0 16px;border:none;border-radius:8px;background:#16a34a;color:#fff;font-size:13px;font-weight:600;cursor:pointer}@media (max-width: 768px){.modern-profile-header{padding:26px 22px;border-radius:16px}.modern-profile-left{align-items:flex-start;gap:16px}.modern-profile-left .img{width:72px;height:72px;min-width:72px}.modern-profile-info h4{font-size:28px}.modern-email-row{font-size:13px;word-break:break-word}.modern-account-meta{margin-top:24px;flex-wrap:wrap;gap:8px;font-size:13px}}@media (max-width: 768px){.my-account-modern-page{width:100%!important;max-width:100%!important;overflow-x:hidden!important;background:#f4f7fb!important}.my-account-modern-page .main-area{width:100%!important;padding:0 30px 24px!important;box-sizing:border-box!important}.my-account-modern-page .admin-main-top{margin-top:8px!important;margin-bottom:24px!important}.my-account-modern-page .admin-main-top h2{display:none!important}.my-account-modern-page .admin-main-top:after{content:"Manage your personal information and account settings.";display:block!important;font-size:17px!important;line-height:26px!important;color:#64748b!important;max-width:280px!important}.my-account-modern-page .my-act-cnt1{width:100%!important;margin:0!important;padding:0!important}.my-account-modern-page .cnt-section{width:100%!important;min-height:250px!important;padding:36px 28px!important;margin:0 0 26px!important;border-radius:10px!important;background:#fff!important;box-shadow:0 8px 24px #0f172a0d!important;box-sizing:border-box!important}.my-account-modern-page .cnt-section .admin-user{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:22px!important}.my-account-modern-page .admin-user .img{width:100px!important;height:110px!important;object-position:center!important;border-radius:50%!important;display:block!important;background:#eef2f7!important}.my-account-modern-page .admin-user-text h4{font-size:30px!important;line-height:36px!important;margin:0 0 12px!important;color:#111827!important}.my-account-modern-page .admin-user-text a{font-size:14px!important;color:#2563eb!important;font-weight:600!important}.my-account-modern-page .my-account-row{width:100%!important;min-height:78px!important;padding:14px 58px 14px 108px!important;margin:0!important;background:#fff!important;border-left:none!important;border-right:none!important;border-bottom:1px solid #eef2f7!important;box-sizing:border-box!important;overflow:hidden!important}.my-account-modern-page .my-account-row:first-of-type{border-radius:0!important;border-top:none!important}.my-account-modern-page .my-account-row:last-of-type{border-radius:0 0 10px 10px!important}.my-account-modern-page .my-account-row:before,.my-account-modern-page .account-row-icon{left:34px!important;width:56px!important;height:56px!important}.my-account-modern-page .account-row-icon svg{width:22px!important;height:22px!important}.my-account-modern-page .mac-top label{font-size:17px!important;line-height:22px!important;margin-bottom:10px!important;color:#111827!important;font-weight:400!important}.my-account-modern-page .inputCap{width:100%!important;max-width:170px!important;font-size:16px!important;line-height:22px!important;color:#111827!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.my-account-modern-page .mac-top a{right:34px!important;top:50%!important;transform:translateY(-50%)!important;font-size:14px!important;color:#111827!important;font-weight:700!important;text-decoration:underline!important}.my-account-modern-page input:disabled{-webkit-text-fill-color:#111827!important;opacity:1!important}}@media (max-width: 768px){.my-account-modern-page .my-account-row{padding:14px 48px 14px 100px!important}.my-account-modern-page .mac-top label{font-size:16px!important;line-height:20px!important;margin-bottom:6px!important}.my-account-modern-page .inputCap{max-width:145px!important;font-size:14px!important;line-height:19px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.my-account-modern-page .mac-top a{right:22px!important;font-size:13px!important}.my-account-modern-page .my-account-row:before,.my-account-modern-page .account-row-icon{left:24px!important;width:56px!important;height:56px!important}}@media (max-width: 768px){.my-account-modern-page .my-account-row{padding:10px 40px 10px 42px!important;min-height:62px!important;height:auto!important}.my-account-modern-page .my-account-row:before,.my-account-modern-page .account-row-icon{left:5px!important;width:24px!important;height:24px!important}.my-account-modern-page .account-row-icon svg{width:11px!important;height:11px!important}.my-account-modern-page .mac-top{margin-left:0!important}.my-account-modern-page .mac-top label{font-size:14px!important;line-height:17px!important;margin-bottom:3px!important}.my-account-modern-page .inputCap{max-width:100%!important;width:100%!important;font-size:12px!important;line-height:16px!important;white-space:normal!important;overflow:visible!important;text-overflow:unset!important;word-break:break-word!important}.my-account-modern-page .mac-top a{right:12px!important;font-size:12px!important}}.sales-analytics-page{background:#f7f9fc;min-height:100vh;font-family:Inter,system-ui,sans-serif;color:#111827}.sales-analytics-page .main-area{padding:24px 28px!important}.sales-analytics-page .admin-main-top{margin-bottom:22px}.sales-analytics-page .amt-top-container{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:22px}.sales-analytics-page h2{margin:0;font-size:24px;font-weight:800;color:#111827}.sales-analytics-page .custom-date-range-picker{display:flex;align-items:center;gap:12px}.sales-analytics-page .start-date-label{margin:0;font-size:14px;font-weight:700;color:#111827}.sales-analytics-page .custom-date-range-picker input{height:40px;border:1px solid #e5e7eb;border-radius:9px;padding:0 12px;background:#fff;color:#111827;font-size:13px;font-weight:600;outline:none;box-shadow:0 1px 2px #0f172a0a}.sales-analytics-page .tabs{display:flex;align-items:center;gap:22px;background:transparent;padding:0;margin-bottom:22px}.sales-analytics-page .tabs a{position:relative;padding:0 4px 13px;color:#64748b;font-size:14px;font-weight:700;text-decoration:none}.sales-analytics-page .tabs a.active{color:#3b82f6}.sales-analytics-page .tabs a.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;border-radius:99px;background:#3b82f6}.sales-analytics-page .analytics-bar{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-bottom:22px}.sales-analytics-page .analytic-block{min-height:112px;background:#fff;border:1px solid #e8edf3;border-radius:12px;padding:22px 20px 18px 84px;position:relative;box-shadow:0 6px 18px #0f172a0a}.sales-analytics-page .analytic-block.active{border-color:#93c5fd;box-shadow:0 0 0 1px #93c5fd,0 6px 18px #3b82f614}.sales-analytics-page .analytic-block:before{content:"$";position:absolute;left:24px;top:32px;width:46px;height:46px;border-radius:50%;background:#eaf2ff;color:#3b82f6;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:800}.sales-analytics-page .analytic-block:nth-child(2):before{content:"▣";background:#e9f8ee;color:#22c55e}.sales-analytics-page .analytic-block:nth-child(3):before{content:"🛒";background:#f3e8ff;color:#7c3aed}.sales-analytics-page .analytic-block:nth-child(4):before{content:"%";background:#fff7ed;color:#f97316}.sales-analytics-page .analytic-block:nth-child(5):before{content:"↗";background:#e8fbfb;color:#06b6d4}.sales-analytics-page .analytic-block h6{margin:0 0 6px;color:#6b7280;font-size:12px;font-weight:800;text-transform:capitalize}.sales-analytics-page .analytic-block h4{margin:0 0 8px;color:#111827;font-size:24px;font-weight:800}.sales-analytics-page .analytic-block .label{margin:0;color:#ef4444;font-size:13px;font-weight:700}.sales-analytics-page .analytics-graph,.sales-analytics-page .graph-view,.sales-analytics-page .table-view{background:#fff;border:1px solid #e8edf3;border-radius:12px;box-shadow:0 6px 18px #0f172a0a}.sales-analytics-page .analytics-graph{padding:0;overflow:hidden}.sales-analytics-page .analytics-graph .graph{padding:20px 24px 12px;border-bottom:1px solid #e5e7eb}.sales-analytics-page .norm{margin:0;font-size:16px;font-weight:800;color:#1f2937}.sales-analytics-page .meta{margin-top:6px}.sales-analytics-page .meta .label{margin:0;font-size:12px;color:#64748b}.sales-analytics-page .graphh{padding:28px 22px 24px;height:420px}.sales-analytics-page .graphh canvas{max-height:390px!important}.sales-analytics-page .graph-view{padding:24px;margin-top:16px}.sales-analytics-page .table-view{margin-top:16px;overflow-x:auto}.sales-analytics-page table{width:100%;border-collapse:collapse;background:#fff}.sales-analytics-page th{background:#f9fafb;color:#6b7280;font-size:12px;font-weight:700;text-align:left;padding:14px 16px;border-bottom:1px solid #e5e7eb}.sales-analytics-page td{padding:14px 16px;font-size:13px;color:#374151;border-bottom:1px solid #f1f5f9}.sales-analytics-page .prd-view{display:flex;align-items:center;gap:10px}.sales-analytics-page .prd-view img{width:34px;height:34px;border-radius:8px;object-fit:cover}.sales-analytics-page .analytics-graph{min-height:560px!important}.sales-analytics-page .graphh{height:460px!important;padding:28px 28px 30px!important}.sales-analytics-page .graphh canvas{width:100%!important;height:440px!important;max-height:440px!important}.sales-analytics-page .analytics-graph .graph{display:flex!important;align-items:center!important;justify-content:space-between!important}.sales-analytics-page .analytics-bar{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:14px!important}.sales-analytics-page .analytic-block{min-height:120px!important}.sales-analytics-page .graph-view{height:360px!important;padding:26px 28px 34px!important;background:#fff!important;border-radius:14px!important;border:none!important;box-shadow:0 8px 24px #0f172a14!important}.sales-analytics-page .graph-view canvas{width:100%!important;height:300px!important}.sales-analytics-page #sales-by-product .norm{font-size:22px!important;font-weight:800!important;margin:0 0 18px!important}.sales-analytics-page #sales-by-product .table-view{border:none!important;border-radius:14px!important;box-shadow:0 8px 24px #0f172a14!important;padding:22px 24px!important}.sales-analytics-page #sales-by-product table th{background:#fff!important;color:#8b95a1!important;font-size:13px!important;text-transform:uppercase!important;border-bottom:none!important}.sales-analytics-page #sales-by-product table td{height:58px!important;font-size:15px!important;color:#64748b!important;border-bottom:1px solid #f1f5f9!important}.sales-analytics-page #sales-by-product .table-view{background:#fff!important;border-radius:14px!important;padding:22px 24px!important;border:none!important;box-shadow:0 8px 24px #0f172a14!important}.sales-analytics-page #sales-by-product table{border-collapse:collapse!important}.sales-analytics-page #sales-by-product table th{background:#fff!important;color:#8b95a1!important;font-size:13px!important;font-weight:800!important;text-transform:uppercase!important;border-bottom:none!important;padding:18px 0!important}.sales-analytics-page #sales-by-product table td{height:64px!important;color:#64748b!important;font-size:15px!important;border-bottom:1px solid #f1f5f9!important;padding:10px 0!important}.sales-analytics-page #sales-by-product .prd-view{display:flex!important;align-items:center!important;gap:16px!important}.sales-analytics-page #sales-by-product .prd-view img{width:34px!important;height:34px!important;border-radius:50%!important;object-fit:cover!important;background:#f8fafc!important;padding:5px!important}.sales-analytics-page #sales-by-product .prd-view p{margin:0!important;font-size:16px!important;font-weight:500!important;color:#64748b!important}.sales-analytics-page,.sales-analytics-page .admin,.sales-analytics-page .admin-layout,.sales-analytics-page .main-area,.sales-analytics-page .tab-content,.sales-analytics-page #sales-by-product{height:auto!important;min-height:auto!important;overflow-y:visible!important}.sales-analytics-page #sales-by-product .table-view{max-height:none!important;height:auto!important;overflow-y:visible!important;overflow-x:auto!important;padding:22px 24px!important}.sales-analytics-page #sales-by-product table{width:100%!important;min-width:760px!important}.sales-analytics-page #sales-by-product table tbody tr{height:auto!important}.sales-analytics-page #sales-by-product table td{height:64px!important;padding:10px 0!important;vertical-align:middle!important}.sales-analytics-page .analytics-bar{background:#fff!important;gap:14px!important}.sales-analytics-page .analytic-block,.sales-analytics-page .analytic-block.active{background:#fff!important;border:1px solid #d9e0ea!important;box-shadow:none!important}.sales-analytics-page .analytic-block.active{border-color:#d9e0ea!important;box-shadow:none!important}.sales-analytics-page .analytic-block:hover{border-color:#cbd5e1!important}@media (max-width: 1100px){.sales-analytics-page .analytics-bar{grid-template-columns:repeat(2,1fr)}.sales-analytics-page .amt-top-container{flex-direction:column}}@media (max-width: 700px){.sales-analytics-page .main-area{padding:16px!important}.sales-analytics-page .analytics-bar{grid-template-columns:1fr}.sales-analytics-page .custom-date-range-picker{flex-wrap:wrap}.sales-analytics-page .graphh{height:320px}}@media (max-width: 768px){.sales-analytics-page{background:#f7f9fc}.sales-analytics-page .admin,.sales-analytics-page .admin-layout,.sales-analytics-page .main-area{width:100%!important;max-width:100%!important;overflow-x:hidden!important}.sales-analytics-page .main-area{padding:14px 14px 28px!important}.sales-analytics-page .amt-top-container{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:16px!important;margin-bottom:18px!important}.sales-analytics-page h2{font-size:22px!important;line-height:1.2!important}.sales-analytics-page .custom-date-range-picker{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;width:100%!important}.sales-analytics-page .start-date-label{font-size:13px!important;margin-top:4px!important}.sales-analytics-page .custom-date-range-picker input{width:100%!important;height:42px!important;box-sizing:border-box!important;font-size:14px!important}.sales-analytics-page .tabs{gap:20px!important;overflow-x:auto!important;white-space:nowrap!important;border-bottom:1px solid #e5e7eb!important;margin-bottom:18px!important;padding-bottom:0!important}.sales-analytics-page .tabs::-webkit-scrollbar{display:none}.sales-analytics-page .tabs a{flex:0 0 auto!important;font-size:14px!important;padding-bottom:12px!important}.sales-analytics-page .analytics-bar{display:flex!important;overflow-x:auto!important;gap:12px!important;margin:0 -14px 20px!important;padding:0 14px 8px!important;scroll-snap-type:x mandatory!important}.sales-analytics-page .analytics-bar::-webkit-scrollbar{height:4px}.sales-analytics-page .analytics-bar::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.sales-analytics-page .analytic-block{flex:0 0 210px!important;min-height:108px!important;padding:18px 16px 16px 72px!important;border-radius:14px!important;scroll-snap-align:start!important}.sales-analytics-page .analytic-block:before{left:18px!important;top:30px!important;width:42px!important;height:42px!important;font-size:18px!important}.sales-analytics-page .analytic-block h6{font-size:11px!important;margin-bottom:6px!important}.sales-analytics-page .analytic-block h4{font-size:19px!important;margin-bottom:6px!important}.sales-analytics-page .analytic-block .label{font-size:12px!important}.sales-analytics-page .analytics-graph{min-height:auto!important;border-radius:14px!important;overflow:hidden!important}.sales-analytics-page .analytics-graph .graph{display:block!important;padding:18px 18px 10px!important}.sales-analytics-page .norm{font-size:16px!important}.sales-analytics-page .meta{margin-top:8px!important}.sales-analytics-page .graphh{height:300px!important;padding:18px 12px 20px!important}.sales-analytics-page .graphh canvas{height:270px!important;max-height:270px!important}.sales-analytics-page .graph-view{height:300px!important;padding:18px 12px 24px!important;border-radius:14px!important;overflow-x:auto!important}.sales-analytics-page .graph-view canvas{height:260px!important;min-width:520px!important}.sales-analytics-page .table-view{width:100%!important;overflow-x:auto!important;padding:0!important;border-radius:14px!important}.sales-analytics-page .table-view table{min-width:620px!important}.sales-analytics-page th,.sales-analytics-page td{padding:12px 14px!important;font-size:13px!important;white-space:nowrap!important}.sales-analytics-page #sales-by-product .norm{font-size:18px!important;margin-bottom:14px!important}.sales-analytics-page #sales-by-product .table-view{padding:0!important}.sales-analytics-page #sales-by-product table th,.sales-analytics-page #sales-by-product table td{padding:12px 14px!important}.sales-analytics-page #sales-by-product .prd-view p{font-size:14px!important}}.lb-modern-page{background:#f4f7fb;min-height:100vh;padding:28px;font-family:Inter,sans-serif}.lb-modern-container{width:100%;max-width:1750px;margin:0 auto}.lb-page-head{margin-bottom:24px}.lb-page-head h1{margin:0;font-size:52px;line-height:1;font-weight:700;color:#111827}.lb-page-head p{margin-top:12px;font-size:17px;color:#667085}.lb-card{background:#fff;border-radius:20px;overflow:hidden;margin-bottom:22px;border:1px solid #edf2f7;box-shadow:0 4px 18px #0f172a0a}.lb-card-header{height:72px;padding:0 22px;border-bottom:1px solid #e9eef5;display:flex;align-items:center;justify-content:space-between}.lb-title-wrap{display:flex;align-items:center;gap:14px}.lb-icon-box{width:44px;height:44px;border-radius:14px;background:#eef3f9;display:flex;align-items:center;justify-content:center}.lb-icon-box img{width:20px;height:20px;object-fit:contain}.lb-title-wrap h4{margin:0;font-size:17px;font-weight:700;color:#2d2d2d}.lb-table-wrap{padding:18px 18px 24px}.lb-table-head{display:grid;grid-template-columns:90px 2fr 2fr 1.5fr;align-items:center;padding:10px 18px 16px}.lb-table-head span{font-size:14px;font-weight:700;color:#98a2b3;text-transform:uppercase}.lb-row{display:grid;grid-template-columns:90px 2fr 2fr 1.5fr;align-items:center;min-height:72px;padding:0 18px;border-bottom:1px solid #edf2f7}.lb-row:last-child{border-bottom:none}.lb-row:nth-child(1),.lb-row:nth-child(3){background:linear-gradient(90deg,#fff7e8bf,#ffffffe6 75%)}.lb-row:nth-child(2){background:linear-gradient(90deg,#f6f8fbf2,#ffffffe6 75%)}.lb-rank{font-size:30px;display:flex;align-items:center;justify-content:center;margin-right:50px}.lb-user{display:flex;align-items:center;gap:14px}.lb-user img{width:34px;height:34px;border-radius:50%;object-fit:cover;box-shadow:0 2px 8px #00000014}.lb-user span{font-size:16px;color:#667085;font-weight:500}.lb-row:nth-child(1) .lb-user span,.lb-row:nth-child(3) .lb-user span{color:#d48a00;font-weight:600}.lb-revenue{font-size:14px;color:#667085}.lb-progress{display:flex;align-items:center;gap:12px}.lb-progress span{width:44px;font-size:15px;color:#667085}.lb-progress-track{width:160px;height:7px;border-radius:999px;background:#dde3ea;overflow:hidden}.lb-progress-fill{height:100%;border-radius:999px}.lb-progress-fill.gold{background:#f4a300}.lb-progress-fill.silver{background:#9e9e9e}.lb-progress-fill.bronze{background:#b7791f}.lb-progress-fill.blue{background:#4361ee}.lb-empty{padding:30px;text-align:center;color:#98a2b3}.lb-table-wrap{animation:lbFade .25s ease}.lb-icon-box svg{color:#64748b}.lb-card-header{height:66px!important;padding:0 18px!important;background:#fff!important;border-bottom:1px solid #e5e7eb!important;display:flex!important;align-items:center!important;justify-content:space-between!important}.lb-title-wrap{display:flex!important;align-items:center!important;gap:12px!important}.lb-icon-box{width:36px!important;height:36px!important;border-radius:12px!important;background:#eef6ff!important;color:#64748b!important;display:flex!important;align-items:center!important;justify-content:center!important}.lb-title-wrap h4{margin:0!important;font-size:16px!important;font-weight:800!important;color:#333!important}@keyframes lbFade{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.lb-collapse-btn{transition:all .2s ease}.lb-collapse-btn:hover{transform:scale(1.05)}.lb-icon-box svg{color:#64748b!important}.lb-collapse-btn svg{color:#111827!important;stroke-width:3px!important}.lb-collapse-btn{background:#f4f6f9!important}.lb-collapse-btn{width:38px!important;height:38px!important;border-radius:50%!important;border:none!important;background:#f3f4f6!important;position:relative!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;line-height:0!important;font-size:0!important}.lb-collapse-btn:before{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;font-size:20px!important;font-weight:700!important;color:#111827!important;line-height:1!important}.lb-collapse-btn.is-open:before{content:"⌃";margin-top:9px!important}.lb-collapse-btn.is-closed:before{content:"⌄";margin-top:-12px!important}.lb-loading-card{width:100%;min-height:260px;background:#fff;border:1px solid #e5e7eb;border-radius:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:18px;box-shadow:0 6px 18px #0f172a0a}.lb-loader-spinner{width:42px;height:42px;border:4px solid #e5e7eb;border-top-color:green;border-radius:50%;animation:lbSpin .8s linear infinite;margin-bottom:14px}.lb-loading-card p{margin:0;font-size:15px;font-weight:700;color:#111827}.lb-loading-card span{margin-top:6px;font-size:12px;color:#6b7280}.lb-empty-card{width:100%;min-height:180px;background:#fff;border:1px solid #e5e7eb;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-top:18px;color:#6b7280;font-size:14px;font-weight:600}@keyframes lbSpin{to{transform:rotate(360deg)}}.lb-collapse-btn{width:34px!important;height:34px!important;border-radius:50%!important}.lb-collapse-btn:before{font-size:35px!important;font-weight:800!important}@media (max-width: 900px){.lb-page-head h1{font-size:38px}.lb-table-head{display:none}.lb-row{grid-template-columns:1fr;gap:12px;padding:18px;min-height:auto}.lb-progress{justify-content:flex-start}}.seller-about-page{background:#faf7f1;min-height:calc(100vh - 160px);padding:100px 0 120px}.seller-about-container{max-width:1180px;margin:0 auto;padding:0 24px}.seller-about-grid{display:grid;grid-template-columns:470px 1fr;gap:80px;align-items:center}.seller-about-image-card{background:#fff;padding:14px;border-radius:8px;box-shadow:0 8px 22px #0000002e}.seller-about-image-card img{width:100%;height:100%;object-fit:cover;border-radius:5px;display:block}.seller-about-content{max-width:560px}.seller-about-label{display:block;color:#6d5d97;font-size:12px;font-weight:700;letter-spacing:.5px;margin-bottom:8px;text-transform:uppercase}.seller-about-content h1{margin:0 0 20px;font-size:26px;line-height:1.2;font-weight:800;color:#111}.seller-about-text{font-size:15px;line-height:1.75;color:#222;white-space:pre-line}.seller-about-text p{margin:0 0 18px}@media (max-width: 900px){.seller-about-page{padding:60px 0}.seller-about-grid{grid-template-columns:1fr;gap:36px}.seller-about-image-card img{height:auto}.seller-about-content{max-width:100%}}.shipaddr-page{min-height:100vh;background:#eef5fc;font-family:Inter,Arial,sans-serif;color:#111827}.shipaddr-topbar{height:58px;background:#fff;margin:0 auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between}.shipaddr-logo img{width:52px;height:38px;object-fit:contain}.shipaddr-user{display:flex;align-items:center;gap:10px}.shipaddr-avatar{width:34px;height:34px;border-radius:50%;background:#2563eb;color:#fff;font-size:12px;font-weight:800;display:flex;align-items:center;justify-content:center}.shipaddr-user h4{margin:0;font-size:12px;font-weight:700}.shipaddr-user p{margin:2px 0 0;font-size:11px;color:#64748b}.shipaddr-wrapper{max-width:1320px;margin:0 auto;padding:42px 24px 60px}.shipaddr-heading{display:flex;align-items:center;gap:12px;margin-bottom:22px}.shipaddr-heading button{border:0;background:transparent;font-size:28px;cursor:pointer}.shipaddr-heading h2{margin:0;font-size:20px;font-weight:800}.shipaddr-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.shipaddr-card{background:#fff;min-height:580px;border-radius:10px;border:1px solid #e5eaf1;box-shadow:0 8px 18px #0f172a0f;padding:0 16px 24px}.shipaddr-card h3{height:48px;margin:0;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;font-size:15px;font-weight:800}.shipaddr-sender-box{margin-top:14px;border:1px solid #d9dee7;border-radius:8px;padding:18px 16px;min-height:145px}.shipaddr-sender-box h4{margin:0 0 10px;font-size:14px;font-weight:800}.shipaddr-sender-box p,.shipaddr-recipient p{margin:0 0 8px;font-size:12px;color:#374151;line-height:1.45}.shipaddr-contact-line,.shipaddr-recipient p{display:flex;align-items:center;gap:10px}.shipaddr-contact-line span,.shipaddr-recipient span{color:#2563eb;font-size:15px;width:18px}.shipaddr-recipient{padding:14px 0 18px}.shipaddr-recipient h4,.shipaddr-recipient-address h4{margin:0 0 14px;font-size:13px;font-weight:800}.shipaddr-warning{color:#ff3b30!important;font-size:11px!important;margin-bottom:12px!important}.shipaddr-option{position:relative;border:1px solid #d9dee7;border-radius:7px;padding:16px;display:flex;gap:14px;margin-bottom:16px;cursor:pointer}.shipaddr-option-active{border:2px solid #2563eb;background:#f8fbff}.shipaddr-option input{width:16px;height:16px;accent-color:#2563eb;margin-top:2px}.shipaddr-option h5{margin:0 0 8px;font-size:13px;font-weight:800}.shipaddr-option p{margin:0;font-size:11px;color:#4b5563;line-height:1.5}.shipaddr-option-head{display:flex;align-items:center;gap:12px}.shipaddr-option-head span{position:absolute;right:14px;bottom:-11px;background:#fff4cf;color:#7c4a00;border:1px solid #f0b429;border-radius:5px;padding:3px 8px;font-size:10px}.shipaddr-confirm-btn{float:right;width:205px;height:42px;margin-top:12px;border:0;border-radius:8px;background:#2563eb;color:#fff;font-size:13px;cursor:pointer;box-shadow:0 8px 16px #2563eb40}.ro-user-info h4{margin:0;font-size:12px;font-weight:700}.ro-user-info p{margin:2px 0 0;font-size:11px;color:#64748b}.shipaddr-recipient p{display:flex;align-items:center;gap:10px;margin-bottom:12px;font-size:13px;color:#374151}.shipaddr-info-icon{color:#3158ff;font-size:16px;flex-shrink:0}@media (max-width: 900px){.shipaddr-grid{grid-template-columns:1fr}.shipaddr-card{min-height:auto}}.ship-label-page{min-height:100vh;background:#eef5fc;font-family:Inter,Arial,sans-serif;color:#111827}.ship-label-topbar{height:58px;background:#fff;padding:0 28px;display:flex;align-items:center;justify-content:space-between}.ship-label-logo img{width:52px;height:38px;object-fit:contain}.ship-label-user{display:flex;align-items:center;gap:10px}.ship-label-avatar{width:34px;height:34px;border-radius:50%;background:#2563eb;color:#fff;font-size:12px;font-weight:800;display:flex;align-items:center;justify-content:center}.ship-label-user h4{margin:0;font-size:12px;font-weight:700}.ship-label-user p{margin:2px 0 0;font-size:11px;color:#64748b}.ship-label-wrapper{max-width:1320px;margin:0 auto;padding:34px 24px 70px}.ship-label-title{display:flex;align-items:center;gap:12px;margin-bottom:20px}.ship-label-title button{border:0;background:transparent;font-size:24px;cursor:pointer}.ship-label-title h2{margin:0;font-size:18px;font-weight:800}.ship-label-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:18px;align-items:start}.ship-label-left,.ship-label-right{display:flex;flex-direction:column;gap:16px}.ship-label-card{background:#fff;border:1px solid #e5eaf1;border-radius:10px;box-shadow:0 8px 18px #0f172a0f;overflow:hidden}.ship-label-card-title{height:48px;padding:0 16px;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;font-size:14px;font-weight:800}.ship-label-table{width:100%;border-collapse:collapse}.ship-label-table th,.ship-label-table td{padding:14px 18px;border-bottom:1px solid #edf0f4;text-align:left;font-size:12px}.ship-label-table th{font-weight:800}.ship-label-package-card{padding-bottom:18px}.ship-label-helper{padding:14px 16px 8px;margin:0;max-width:650px;font-size:11px;line-height:1.5;color:#4b5563}.ship-label-field{padding:0 16px}.ship-label-field label,.ship-label-carrier-box label{display:block;margin:12px 0 8px;font-size:12px;font-weight:800}.ship-label-select{width:100%;height:40px;border:1px solid #d9dee7;border-radius:6px;padding:0 10px;background:#fff;font-size:12px;outline:none}.ship-label-carrier-box,.ship-label-custom-box{margin:14px 16px 0;padding:14px;background:#f7f7fb;border-radius:6px}.ship-label-carrier-select{max-width:285px}.ship-label-selected-carrier{display:flex;align-items:center;gap:10px}.ship-label-selected-carrier span{flex:1;height:42px;border:1px solid #2563eb;border-radius:6px;padding:0 12px;background:#fff;font-size:12px;display:flex;align-items:center}.ship-label-selected-carrier button{width:95px;height:42px;border:1px solid #2563eb;border-radius:6px;background:#fff;color:#2563eb;font-size:12px;cursor:pointer}.ship-label-dimension-row{display:grid;grid-template-columns:1fr 1fr 1fr 70px 1fr 70px;gap:10px}.ship-label-weight-row{margin-top:14px;display:grid;grid-template-columns:130px 70px;gap:10px}.ship-label-dimension-row input,.ship-label-weight-row input,.ship-label-dryice-input,.ship-label-dimension-row select,.ship-label-weight-row select,.ship-label-small-select{height:40px;border:1px solid #d9dee7;border-radius:6px;padding:0 10px;font-size:12px;outline:none;background:#fff}.ship-label-error-input{border-color:#ef4444!important}.ship-label-error{color:#ef4444;font-size:11px;margin:8px 16px}.ship-label-checkboxes{margin:16px 16px 0;display:flex;flex-direction:column;gap:12px}.ship-label-checkboxes label{font-size:12px;color:#4b5563;display:flex;align-items:center;gap:8px}.ship-label-checkboxes input[type=checkbox],.ship-label-checkboxes input[type=radio]{width:15px;height:15px;accent-color:#2563eb}.ship-label-extra-box{background:#f7f7fb;border-radius:6px;padding:12px 14px}.ship-label-extra-box h5{margin:0 0 10px;font-size:12px;font-weight:800}.ship-label-extra-box p{margin:8px 0 0;font-size:11px;color:#6b7280}.ship-label-extra-box span,.ship-label-info-icon{color:#ef4444}.ship-label-info-icon{cursor:pointer;margin-left:4px}.ship-label-popup{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a59;display:flex;align-items:center;justify-content:center;z-index:50}.ship-label-popup-content{width:420px;background:#fff;border-radius:10px;padding:22px;position:relative}.ship-label-popup-content button{position:absolute;top:10px;right:12px;border:0;background:transparent;font-size:22px;cursor:pointer}.ship-label-popup-content h6{margin:0 0 8px;font-size:13px;font-weight:800}.ship-label-popup-content p{font-size:12px;color:#4b5563;line-height:1.5}.ship-label-actions{margin:18px 16px 0;border-top:1px solid #e5e7eb;padding-top:14px;display:flex;gap:12px}.ship-label-secondary-btn{display:none}.ship-label-primary-btn{width:150px;height:38px;border:0;border-radius:7px;background:#2563eb;color:#fff;font-size:12px;cursor:pointer;box-shadow:0 8px 16px #2563eb40}.ship-label-address-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;padding:18px}.ship-label-address-grid h4{margin:0 0 10px;font-size:12px;font-weight:800}.ship-label-address-grid p{margin:0 0 5px;font-size:11px;color:#374151;line-height:1.5}.ship-label-rate-card{min-height:340px}.ship-label-truck-icon{width:170px;height:170px;border-radius:50%;background:#f2f6ff;color:#8db2ff;font-size:72px;display:flex;align-items:center;justify-content:center}.ship-label-rates-list{padding:14px;display:flex;flex-direction:column;gap:14px}.ship-label-rate-item{min-height:62px;border:1px solid #d9dee7;border-radius:8px;padding:12px 14px;display:grid;grid-template-columns:18px 42px 1fr auto;gap:10px;align-items:center;cursor:pointer;background:#fff}.ship-label-rate-item.active{border-color:#2563eb;background:#f8fbff}.ship-label-rate-item input{accent-color:#2563eb}.ship-label-rate-item img{width:38px;height:24px;object-fit:contain}.ship-label-rate-item h4{margin:0 0 4px;font-size:12px;font-weight:600}.ship-label-rate-item p{margin:0;font-size:11px;color:#6b7280}.ship-label-rate-item b{font-size:13px}.ship-label-buy-btn{width:calc(100% - 28px);height:40px;margin:0 14px 14px;border:0;border-radius:7px;background:#2563eb;color:#fff;font-size:12px;cursor:pointer;box-shadow:0 8px 16px #2563eb40}.ship-label-message-card{background:#fffdf8}.ship-label-message-head{height:48px;padding:0 16px;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.ship-label-message-head h3{margin:0;font-size:14px;font-weight:800}.ship-label-message-list{max-height:310px;overflow-y:auto}.ship-label-message-item{padding:12px 16px;border-bottom:1px solid #ece7d9}.ship-label-message-item h4{margin:0 0 4px;font-size:11px;font-weight:800}.ship-label-message-item p{margin:0;font-size:11px;color:#374151;line-height:1.35}.ship-label-empty{padding:16px;margin:0;font-size:12px;color:#64748b}.ship-label-empty-rate{height:280px;display:flex;align-items:center;justify-content:center}.ship-label-empty-rate-img{width:170px;height:170px;object-fit:contain}ship-label-empty-rate-img1{width:10px;height:10px;object-fit:contain}.ship-label-dimension-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) 70px minmax(0,1fr) 70px;gap:10px;width:100%;box-sizing:border-box}.ship-label-dimension-row input,.ship-label-dimension-row select{width:100%;min-width:0;height:40px;border:1px solid #d9dee7;border-radius:6px;padding:0 10px;font-size:12px;outline:none;background:#fff;box-sizing:border-box}.ship-label-custom-box{margin:14px 16px 0;padding:14px;background:#f7f7fb;border-radius:6px;overflow:hidden;box-sizing:border-box}.ship-label-small-select{width:100%;min-width:0}.ship-label-toggle-icon{width:42px;height:22px;color:#000;font-size:22px;font-weight:800;display:flex;align-items:center;justify-content:center;transition:all .25s ease;margin-top:-10px}.ship-label-message-head{cursor:pointer}.ship-label-toggle-icon{width:22px;height:22px;border-radius:50%;font-size:22px;font-weight:800;display:flex;align-items:center;justify-content:center;transition:all .25s ease}.ship-label-toggle-open{color:#000;margin-top:10px}.ship-label-toggle-close{color:#000}.ship-label-avatar-img{width:100%;height:100%;object-fit:cover;border-radius:50%}@media (max-width: 980px){.ship-label-grid{grid-template-columns:1fr}.ship-label-dimension-row{grid-template-columns:1fr 1fr}.ship-label-address-grid{grid-template-columns:1fr}}.rl-new-page{min-height:100vh;background:#f4f7fb;padding:74px 20px 40px;font-family:Arial,sans-serif}.rl-new-topbar{max-width:1180px;margin:0 auto 18px;display:flex;align-items:center;gap:10px}.rl-new-back{border:none;background:transparent;font-size:22px;color:#333;cursor:pointer}.rl-new-topbar h4{margin:0;font-size:16px;font-weight:700;color:#222}.rl-new-layout{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) 450px;gap:18px;align-items:start}.rl-new-address-card,.rl-new-rates-card,.rl-new-message-card{background:#fff;border-radius:6px;box-shadow:0 3px 12px #0f172a14}.rl-new-address-card{min-height:350px;padding:16px 18px}.rl-new-card-title{display:flex;align-items:center;gap:8px;height:32px;border-bottom:1px solid #eef0f4;margin-bottom:22px}.rl-new-card-title span{font-size:15px;color:#7a8494}.rl-new-card-title h3{margin:0;font-size:14px;font-weight:700;color:#343a46}.rl-new-address-block{margin-bottom:38px;max-width:540px}.rl-new-address-block h4{font-size:12px;font-weight:700;color:#232936;margin:0 0 12px}.rl-new-address-block p{margin:0 0 4px;font-size:12px;line-height:1.45;color:#555d6d}.rl-new-rates-card{padding:14px 14px 16px}.rl-new-rates-list{display:flex;flex-direction:column;gap:12px}.rl-new-rate-item{min-height:72px;border:1px solid #e6eaf0;border-radius:4px;display:grid;grid-template-columns:24px 46px minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px 14px;cursor:pointer;background:#fff}.rl-new-rate-active{background:#edf4ff;border-color:#b8d5ff}.rl-new-rate-radio{width:16px;height:16px;border-radius:50%;border:2px solid #2f6fe8;display:flex;align-items:center;justify-content:center}.rl-new-rate-radio span{width:6px;height:6px;border-radius:50%;background:transparent}.rl-new-rate-active .rl-new-rate-radio span{background:#2f6fe8}.rl-new-rate-logo{width:44px;height:28px;border-radius:2px;display:flex;align-items:center;justify-content:center}.rl-new-rate-logo img{max-width:100%;max-height:100%;object-fit:contain}.rl-new-rate-info h4{margin:0 0 4px;font-size:13px;font-weight:700;color:#2f3440}.rl-new-rate-info p{margin:0;font-size:11px;color:#8b94a3}.rl-new-rate-item strong{font-size:13px;color:#1e2430}.rl-new-buy-btn{width:100%;height:44px;margin-top:18px;border:none;border-radius:5px;background:#2f6fe8;color:#fff;font-size:14px;font-weight:700;cursor:pointer;box-shadow:0 3px 8px #2f6fe847}.rl-new-buy-btn:disabled{opacity:.55;cursor:not-allowed}.rl-new-message-card{margin-top:14px;overflow:hidden}.rl-new-message-head{width:100%;height:46px;border:none;background:#fff;padding:0 14px;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.rl-new-message-head span{font-size:13px;font-weight:700;color:#4d5563}.rl-new-message-head strong{font-size:16px;color:#8b94a3}.rl-new-message-list{padding:0 14px 12px}.rl-new-message-item{padding:12px 0;border-top:1px solid #eef0f4}.rl-new-message-item h4{margin:0 0 4px;font-size:12px;color:#3c4350}.rl-new-message-item p{margin:0;font-size:12px;line-height:1.45;color:#5f6878}.rl-new-error,.rl-new-empty{font-size:13px;color:#666;padding:12px 4px}.rl-new-header{height:56px;background:#fff;border-bottom:1px solid #e8edf4;box-shadow:0 2px 8px #0f172a0d;padding:0 28px;display:flex;align-items:center;justify-content:space-between;position:fixed;top:0;left:0;right:0;z-index:100}.rl-new-logo img{height:30px;width:auto;object-fit:contain}.rl-user-profile{display:flex;align-items:center;gap:10px}.rl-avatar{width:34px;height:34px;border-radius:50%;overflow:hidden;background:#2f6fe8;flex-shrink:0}.rl-avatar-img{width:100%;height:100%;object-fit:cover}.rl-empty-avatar{width:100%;height:100%;background:#2f6fe8;color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700}.rl-user-info h4{margin:0;font-size:12px;font-weight:700;color:#263142}.rl-user-info p{margin:1px 0 0;font-size:10px;color:#7b8494}@media (max-width: 900px){.rl-new-layout{grid-template-columns:1fr}.rl-new-page{padding:30px 14px}}.ro-page{min-height:100vh;background:#f4f7fb;padding:26px 24px 80px;font-family:Inter,Arial,sans-serif;color:#111827;box-sizing:border-box}.ro-header{max-width:1180px;margin:0 auto 26px;display:flex;align-items:flex-start;gap:14px}.ro-back-btn{width:42px;height:42px;border:0;border-radius:50%;background:#fff;color:#111827;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 3px 10px #0f172a0f}.ro-header h2{margin:0 0 8px;font-size:16px;font-weight:800}.ro-header p{margin:0;font-size:12px;color:#9ca3af}.ro-layout{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) 365px;gap:22px;align-items:start}.ro-main{display:flex;flex-direction:column;gap:18px}.ro-card,.ro-summary-card{background:#fff;border-radius:10px;border:1px solid #e8edf3;box-shadow:0 8px 18px #0f172a0f}.ro-card-title,.ro-summary-title{min-height:54px;padding:0 18px;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;font-size:15px;font-weight:800;color:#222}.ro-item-row{display:grid;grid-template-columns:22px 86px 1fr 140px;gap:18px;align-items:center;padding:26px 18px;border-bottom:1px solid #eef1f5}.ro-item-row:last-child{border-bottom:0}.ro-checkbox{width:15px;height:15px;accent-color:#2563eb;cursor:pointer}.ro-product-img{width:86px;height:86px;object-fit:cover;border-radius:5px;background:#f8ead4}.ro-product-info h4{margin:0 0 8px;font-size:13px;font-weight:800}.ro-product-info h5{margin:0 0 4px;font-size:14px;font-weight:800}.ro-product-info p{margin:0 0 4px;font-size:11px;color:#6b7280}.ro-product-info .ro-paid{color:#00a86b;font-weight:600}.ro-refund-box{display:flex;flex-direction:column;gap:12px}.ro-refund-box input,.ro-delivery-input,.ro-refund-input-wrap input,.ro-select,.ro-textarea{border:1px solid #d9dee7;background:#fff;border-radius:6px;outline:none;box-sizing:border-box}.ro-refund-box input{width:135px;height:38px;padding:0 12px;font-size:12px}.ro-refund-box span{font-size:11px;color:#64748b}.ro-delivery-card .ro-card-title,.ro-info-card .ro-card-title{min-height:52px}.ro-delivery-row{padding:26px 18px;display:flex;align-items:center;justify-content:space-between}.ro-delivery-left{display:flex;align-items:center;gap:12px;font-size:12px;color:#222}.ro-delivery-left small{color:#9ca3af;font-size:11px}.ro-delivery-input{width:210px;height:38px;padding:0 12px;font-size:12px}.ro-info-card{padding-bottom:14px}.ro-info-card .ro-card-title{margin-bottom:18px}.ro-field-label{margin-left:18px;display:block;font-size:11px;color:#94a3b8;margin-bottom:4px}.ro-select{margin-left:18px;width:450px;height:44px;padding:0 14px;color:#111827;font-size:12px}.ro-email-check{margin:22px 0 18px 18px;display:flex;align-items:center;gap:10px;font-size:12px;color:#4b5563}.ro-textarea{margin-left:18px;width:450px;min-height:135px;resize:none;padding:14px;font-size:12px;font-weight:600}.ro-summary-card{position:sticky;top:24px;padding-bottom:14px}.ro-summary-title{min-height:54px}.ro-summary-line{display:flex;justify-content:space-between;padding:8px 18px;font-size:12px}.ro-summary-line span{color:#9ca3af}.ro-summary-line b{font-size:12px;color:#111827}.ro-summary-total{margin:18px 18px 20px;padding-top:18px;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;font-size:13px;font-weight:800}.ro-refund-input-wrap{margin:0 18px 8px;position:relative}.ro-refund-input-wrap label{position:absolute;top:-8px;left:14px;background:#fff;padding:0 6px;font-size:10px;color:#94a3b8}.ro-refund-input-wrap input{width:100%;height:46px;padding:0 12px;font-size:13px}.ro-available{margin:8px 18px 20px;font-size:11px;color:#94a3b8}.ro-amount-box{margin:0 18px 22px;background:#f0faf7;border-radius:6px;padding:16px 14px;display:flex;justify-content:space-between;font-size:12px;font-weight:800}.ro-refund-btn,.ro-cancel-btn{width:calc(100% - 36px);margin:0 18px 14px;height:46px;border-radius:7px;font-size:12px;cursor:pointer}.ro-refund-btn{border:0;background:#2563eb;color:#fff;box-shadow:0 10px 16px #2563eb40}.ro-cancel-btn{background:#fff;color:#2563eb;border:1px solid #2563eb}.ro-top-nav{height:58px;background:#fff;margin:-26px -24px 28px;padding:0 26px;border-bottom:1px solid #e7ebf0;display:flex;align-items:center;justify-content:space-between}.ro-top-logo{display:flex;align-items:center}.ro-top-logo img{width:54px;height:38px;object-fit:contain}.ro-user-profile{display:flex;align-items:center;gap:10px}.ro-user-avatar{width:34px;height:34px;border-radius:50%;background:#2563eb;color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center}.ro-user-info h4{margin:0;font-size:12px;font-weight:700;color:#111827}.ro-user-info p{margin:2px 0 0;font-size:11px;color:#6b7280}.ro-avatar{width:34px;height:34px;border-radius:50%;overflow:hidden;flex-shrink:0}.ro-avatar-img{width:100%;height:100%;object-fit:fit}.ro-empty-avatar{width:100%;height:100%;background:#2563eb;color:#fff;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center}@media (max-width: 980px){.ro-layout{grid-template-columns:1fr}.ro-summary-card{position:static}}@media (max-width: 650px){.ro-page{padding:18px 12px 50px}.ro-item-row{grid-template-columns:22px 70px 1fr}.ro-refund-box{grid-column:3}.ro-product-img{width:70px;height:70px}.ro-delivery-row{flex-direction:column;align-items:flex-start;gap:16px}.ro-delivery-input,.ro-select,.ro-textarea{width:calc(100% - 36px)}}.hc-page{background:#faf7f1;min-height:calc(100vh - 160px);padding:55px 0 120px}.hc-container{max-width:1180px;margin:0 auto;padding:0 24px}.hc-heading{text-align:center;margin-bottom:38px}.hc-heading span{display:block;color:#6d5d97;font-size:16px;font-weight:800;letter-spacing:.6px;margin-bottom:8px}.hc-heading h1{margin:0 0 8px;font-size:28px;font-weight:800;color:#111}.hc-heading p{margin:0;font-size:18px;color:#777}.hc-video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:34px}.hc-video-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 7px 18px #0000001f}.hc-video-frame{width:100%;height:220px;background:#ff755f;overflow:hidden}.hc-video-frame iframe{width:100%;height:100%;display:block}.hc-video-content{padding:18px 18px 22px}.hc-video-content h3{margin:0 0 10px;font-size:15px;line-height:1.3;font-weight:800;color:#111}.hc-video-content p{margin:0;font-size:13px;line-height:1.5;color:#555}@media (max-width: 900px){.hc-page{padding:40px 0 70px}.hc-video-grid{grid-template-columns:1fr;gap:22px}.hc-video-frame{height:210px}}.pr-admin-shell{display:flex;min-height:100vh;background:#f8fafc;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.pr-sidebar{width:264px;height:100vh;background:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;position:fixed;left:0;top:0;z-index:50}.pr-sidebar-logo-wrap{height:92px;display:flex;align-items:center;padding:18px 24px}.pr-logo-btn{border:0;background:transparent;padding:0;cursor:pointer}.pr-logo-btn img{max-width:150px;max-height:70px}.pr-sidebar-search{margin:0 18px 24px;height:46px;border:1px solid #e5e7eb;border-radius:10px;display:flex;align-items:center;gap:10px;padding:0 12px;color:#94a3b8}.pr-sidebar-search input{border:0;outline:0;flex:1;font-size:14px;color:#334155}.pr-sidebar-search kbd{font-size:12px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;padding:2px 6px;color:#64748b}.pr-nav{padding:0 14px;flex:1}.pr-nav-label{margin:18px 8px 10px;font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:#94a3b8;font-weight:700}.account-label{margin-top:34px}.pr-nav-link{height:42px;padding:0 12px;border-radius:9px;display:flex;align-items:center;gap:10px;color:#475569;font-size:14px;font-weight:600;text-decoration:none;margin-bottom:4px}.pr-nav-link:hover{background:#f8fafc;color:#2563eb}.pr-nav-link.active{background:#eff6ff;color:#2563eb}.pr-nav-dot{font-size:18px;line-height:1}.pr-sidebar-user{height:76px;border-top:1px solid #e5e7eb;padding:14px 18px;display:flex;align-items:center;gap:10px}.pr-sidebar-user img{width:36px;height:36px;border-radius:50%}.pr-sidebar-user h4{margin:0;font-size:13px;color:#111827;font-weight:700}.pr-sidebar-user p{margin:2px 0 0;font-size:12px;color:#64748b}.pr-main{margin-left:264px;width:calc(100% - 264px);min-height:100vh}.pr-topbar{height:74px;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;padding:0 32px;position:sticky;top:0;z-index:30}.pr-topbar-actions{display:flex;align-items:center;gap:18px}.pr-topbar-actions button{border:0;background:transparent;cursor:pointer;font-size:18px;position:relative}.pr-bell span{position:absolute;top:-7px;right:-7px;background:#ef4444;color:#fff;font-size:10px;width:16px;height:16px;border-radius:50%;display:grid;place-items:center}.pr-profile{display:flex;align-items:center;gap:10px}.pr-avatar{width:40px;height:40px;background:#2563eb;color:#fff;border-radius:50%;display:grid;place-items:center;font-size:13px;font-weight:800}.pr-profile h4{margin:0;font-size:13px;color:#111827}.pr-profile p{margin:2px 0 0;font-size:12px;color:#64748b}.pr-content{padding:30px 34px}.pr-mobile-topbar{display:none}.pr-desktop-menu-btn{border:none;background:transparent;width:38px;height:38px;display:flex;align-items:center;justify-content:center;cursor:pointer}.pr-desktop-menu-btn img{width:21px;height:30px}.pr-sidebar{transition:width .25s ease,transform .25s ease}.pr-sidebar.collapsed{width:0;min-width:0;padding:0;overflow:hidden;border-right:none}.pr-main{transition:margin-left .25s ease,width .25s ease}.pr-main.expanded{margin-left:0;width:100%}.pr-empty-logo{width:52px;height:52px;border-radius:50%;background:#eef2f7;border:1px solid #e2e8f0;display:inline-flex;align-items:center;justify-content:center}.pr-empty-logo:before{content:"";width:22px;height:22px;border-radius:50%;border:2px solid #94a3b8;box-sizing:border-box;opacity:.45}.pr-empty-user-logo{width:38px;height:38px;border-radius:50%;background:#eef2f7;border:1px solid #e2e8f0;flex-shrink:0}.pr-mobile-logo-empty{width:42px!important;height:42px!important}.empty-logo{width:42px;height:42px;border-radius:50%;background:#eef2f7;border:1px solid #dbe3ea}.pr-avatar{width:38px!important;height:38px!important;min-width:38px!important;border-radius:50%!important;overflow:hidden!important;background:#eef2f7!important;display:flex!important;align-items:center!important;justify-content:center!important}.pr-avatar img,.pr-avatar-img{width:100%!important;height:100%!important;object-position:center!important;border-radius:50%!important;display:block!important;background:#eef2f7!important}.pr-profile-wrap{position:relative;display:inline-flex;align-items:center}.pr-profile{border:none;background:transparent;display:inline-flex;align-items:center;gap:10px;cursor:pointer;padding:6px 10px;border-radius:10px}.pr-profile:hover{background:#f3f6fa}.pr-profile-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:140px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 14px 34px #0f172a24;padding:8px;z-index:99999}.pr-profile-dropdown button{width:100%;height:38px;border:none;background:transparent;border-radius:8px;padding:0 10px;text-align:left;font-size:13px;font-weight:600;cursor:pointer}.pr-profile-dropdown button.logout{color:#dc2626}.pr-profile-dropdown button.logout:hover{background:#fef2f2}.pr-logout-link{width:100%;border:none;background:transparent;cursor:pointer;color:#dc2626!important}.pr-logout-link .pr-nav-icon,.pr-logout-link span{color:#dc2626!important}.pr-logout-link:hover{background:#fef2f2!important}@media (max-width: 768px){.pr-desktop-menu-btn{display:none}}@media (max-width: 768px){.pr-mobile-topbar{display:flex;height:64px;width:100%;background:#fff;border-bottom:1px solid #e5e7eb;align-items:center;justify-content:space-between;padding:0 18px;position:fixed;top:0;z-index:45}.pr-mobile-menu-btn,.pr-close-btn{border:0;background:transparent}.pr-mobile-menu-btn img,.pr-close-btn img{width:24px}.pr-mobile-logo{max-height:42px}.pr-sidebar{transform:translate(-100%);transition:.25s ease}.pr-sidebar.open{transform:translate(0)}.pr-sidebar-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a66;z-index:40}.pr-main{margin-left:0;width:100%;padding-top:64px}.pr-topbar{display:none}.pr-content{padding:18px}}
